all
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'personal_api_keys' => 'Personal API Keys',
|
||||
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
|
||||
will not be visible to you again.',
|
||||
'api_base_url' => 'Your API base url is located at:',
|
||||
'api_base_url_endpoint' => '/<endpoint>',
|
||||
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
||||
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
|
||||
find specific API endpoints and additional API documentation.',
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_category' => 'Flokkur aukabúnaðs',
|
||||
'accessory_name' => 'Nafn aukabúnaðs',
|
||||
'checkout' => 'Afgreiða aukabúnað',
|
||||
'checkin' => 'Skrá inn aukabúnað',
|
||||
'create' => 'Stofna aukabúnað',
|
||||
'edit' => 'Breyta aukabúnaði',
|
||||
'eula_text' => 'Flokkar fyrir notendaskilmála',
|
||||
'eula_text_help' => 'Þessi reitur gerir þér kleift að sérsníða notendaskilmála fyrir ákveðinn búnað. Ef þú hefur aðeins einn notendaskilmála fyrir allan þinn búnað þá skaltu haka í reitinn fyrir neðan sem notar sömu skilmálana fyrir allann þann búnað.',
|
||||
'require_acceptance' => 'Kerfjast þess að notendur samþykki viðtöku búnaðs í þessum flokki.',
|
||||
'no_default_eula' => 'Fann enga sjálfgefna notendaskilmála. Vinsamlegast bættu þeim við í undir "Stillingar"',
|
||||
'total' => 'Samtals',
|
||||
'remaining' => 'Gagnslaust',
|
||||
'update' => 'Uppfæra endabúnað',
|
||||
'use_default_eula' => 'Notaðu frekar <a href="#" data-toggle="modal" data-target="#eulaModal">',
|
||||
'use_default_eula_disabled' => '<del>Notaðu frekar sjálfgefna notendaskilmálana.</del>Sjálfgefnu notendaskilmálarnir eru ekki í notkun. Vinsamlegast bættu einhverjum notendaskilmálum við í undir "Stillingar"',
|
||||
'clone' => 'Clone Accessory',
|
||||
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
|
||||
|
||||
);
|
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'The accessory [:id] does not exist.',
|
||||
'not_found' => 'That accessory was not found.',
|
||||
'assoc_users' => 'Þessi aukabúnaður er nú þegar: count items sem skráð eru á notendur. Vinsamlegast skráðu inn aukabúnaðinn og reyndu aftur! ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Aukabúnaðurinn var ekki skráður, vinsamlegast reyndu aftur!',
|
||||
'success' => 'Aukabúnaðurinn var skráður.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Aukabúnaðurinn var ekki uppfærður, vinsamlegast reyndu aftur!',
|
||||
'success' => 'Aukabúnaðurinn var uppfærður.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Viltu örugglega eyða þessum tiltekna aukabúnaði?',
|
||||
'error' => 'Það var eitthvað smá vesen að eyða aukabúnaðinum, vinsamlegast reyndu aftur.',
|
||||
'success' => 'Aukabúnaðinum var eytt.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Aukabúnaður fór ekki í úttekt, vinsamlegast reyndu aftur!',
|
||||
'success' => 'Aukabúnaður fór í úttekt.',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => 'Notandinn er ónothæfur. Vinsamlegast reyndu aftur.'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Aukabúnaði var ekki skilað, vinsamlegast reyndu aftur!',
|
||||
'success' => 'Aukabúnaði var skilað inn.',
|
||||
'user_does_not_exist' => 'Þessi notandi er ónothæfur, vinsamlegast reyndu aftur.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dl_csv' => 'Sækja CSV',
|
||||
'eula_text' => 'LSN',
|
||||
'id' => 'Auðkenni',
|
||||
'require_acceptance' => 'Samþykki',
|
||||
'title' => 'Nafn aukabúnaðar',
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||
'title' => 'Titill',
|
||||
'start_date' => 'Upphafsdagsetning',
|
||||
'completion_date' => 'Completion Date',
|
||||
'cost' => 'Kostnaður',
|
||||
'is_warranty' => 'Warranty Improvement',
|
||||
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||
'notes' => 'Athugasemdir',
|
||||
'update' => 'Update Asset Maintenance',
|
||||
'create' => 'Create Asset Maintenance'
|
||||
];
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => 'Viðhaldssaga eignar',
|
||||
'edit' => 'Breyta viðhaldsskráningu',
|
||||
'delete' => 'Eyða viðhaldsskráningu',
|
||||
'view' => 'Sjá nánari upplýsingar um viðhald eignar',
|
||||
'repair' => 'Viðgerð',
|
||||
'maintenance' => 'Viðhalda',
|
||||
'upgrade' => 'Uppfæra',
|
||||
'calibration' => 'Kvörðun',
|
||||
'software_support' => 'Þjónusta við hugbúnað',
|
||||
'hardware_support' => 'Þjónusta við vélbúnað',
|
||||
'configuration_change' => 'Breytingar á stillingum',
|
||||
'pat_test' => 'Pat próf',
|
||||
];
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'Asset Maintenance you were looking for was not found!',
|
||||
'delete' => [
|
||||
'confirm' => 'Are you sure you wish to delete this asset maintenance?',
|
||||
'error' => 'There was an issue deleting the asset maintenance. Please try again.',
|
||||
'success' => 'The asset maintenance was deleted successfully.',
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'Asset Maintenance was not created, please try again.',
|
||||
'success' => 'Asset Maintenance created successfully.',
|
||||
],
|
||||
'edit' => [
|
||||
'error' => 'Asset Maintenance was not edited, please try again.',
|
||||
'success' => 'Asset Maintenance edited successfully.',
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'Ekk klárað',
|
||||
'warranty' => 'Ábyrgð',
|
||||
'not_warranty' => 'Ekki ábyrgð',
|
||||
];
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Viðhald eignar',
|
||||
'asset_name' => 'Heiti eignar',
|
||||
'is_warranty' => 'Ábyrgð',
|
||||
'dl_csv' => 'Sækja CSV',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'asset_categories' => 'Eignaflokkar',
|
||||
'category_name' => 'Heiti Vöruflokks',
|
||||
'checkin_email' => 'Senda tölvupóst til notenda til að skrá sig inn / út.',
|
||||
'checkin_email_notification' => 'Þessi notandi fær tölvupóst til að skrá sig inn/út.',
|
||||
'clone' => 'Afrita Vöruflokk',
|
||||
'create' => 'Stofna vöruflokk',
|
||||
'edit' => 'Breyta vöruflokk',
|
||||
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
|
||||
'eula_text' => 'Vöruflokkur fyrir notendaskilmála',
|
||||
'eula_text_help' => 'Þessi reitur gerir þér kleift að sérsníða notendaskilmála fyrir ákveðinn búnað. Ef þú hefur aðeins einn notendaskilmála fyrir allan þinn búnað þá skaltu haka í reitinn fyrir neðan sem notar sömu skilmálana fyrir allann þann búnað.',
|
||||
'name' => 'Heiti vöruflokks',
|
||||
'require_acceptance' => 'Kerfjast þess að notendur samþykki viðtöku búnaðs í þessum flokki.',
|
||||
'required_acceptance' => 'Þessi notandi fær töluvpóst með hlekk til að staðfesta móttöku á þessum hlut.',
|
||||
'required_eula' => 'Þessi notandi fær tölvupóst með notendaskilmálum',
|
||||
'no_default_eula' => 'Fann enga sjálfgefna notendaskilmála. Vinsamlegast bættu þeim við í undir "Stillingar"',
|
||||
'update' => 'Breyta vöruflokk',
|
||||
'use_default_eula' => 'Notaðu frekar <a href="#" data-toggle="modal" data-target="#eulaModal">',
|
||||
'use_default_eula_disabled' => '<del>Notaðu frekar sjálfgefna notendaskilmálana.</del>Sjálfgefnu notendaskilmálarnir eru ekki í notkun. Vinsamlegast bættu einhverjum notendaskilmálum við í undir "Stillingar"',
|
||||
'use_default_eula_column' => 'Use default EULA',
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Vöruflokkur er ekki til.',
|
||||
'assoc_models' => 'Þessi vöruflokkur er tengdur við eitt módel og ekki er hægt að eyða honum. Vinsamlegast uppfærðu módelin, þannig að þau tengist ekki þessum vöruflokk og reyndu aftur. ',
|
||||
'assoc_items' => 'Þessi vöruflokkur er tengdur við eina tegund búnaðar og ekki er hægt að eyða honum. Vinsamlegast uppfærðu tegund búnaðar (asset_type), þannig að þau tengist ekki þessum vöruflokk og reyndu aftur. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Vöruflokkur var ekki skráður, vinsamlegast reyndu aftur.',
|
||||
'success' => 'Vöruflokkur var stofnaður.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Vöruflokkur var ekki uppfærður, vinsamlegast reyndu aftur',
|
||||
'success' => 'Vöruflokkur var uppfærður.',
|
||||
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ertu viss um að þú viljir eyða vöruflokk?',
|
||||
'error' => 'Það var villa við að eyða vöruflokk. Vinsamlegast reyndu aftur.',
|
||||
'success' => 'Vöruflokk var eytt.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'eula_text' => 'Notendaskilmálar',
|
||||
'id' => 'Auðkenni',
|
||||
'parent' => 'Yfir',
|
||||
'require_acceptance' => 'Samþykki',
|
||||
'title' => 'Flokkur búnaðar',
|
||||
|
||||
);
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'Veldu fyrirtæki',
|
||||
'about_companies' => 'Um fyrirtæki',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'Company does not exist.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
|
||||
'create' => [
|
||||
'error' => 'Company was not created, please try again.',
|
||||
'success' => 'Company created successfully.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'Company was not updated, please try again',
|
||||
'success' => 'Company updated successfully.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'Ertu viss um að þú viljir afskrá þetta fyrirtæki?',
|
||||
'error' => 'There was an issue deleting the company. Please try again.',
|
||||
'success' => 'The Company was deleted successfully.',
|
||||
],
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'Fyrirtæki',
|
||||
'create' => 'Skrá fyrirtæki',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'Fyrirtæki',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'Uppfæra fyrirtæki',
|
||||
'name' => 'Heiti fyrirtækis',
|
||||
'id' => 'ID',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Heiti íhlutar',
|
||||
'checkin' => 'Checkin Component',
|
||||
'checkout' => 'Checkout Component',
|
||||
'cost' => 'Innkaupsverð',
|
||||
'create' => 'Skrá íhlut',
|
||||
'edit' => 'Breyta íhluti',
|
||||
'date' => 'Innkaups dagsetning',
|
||||
'order' => 'Pöntunarnúmer',
|
||||
'remaining' => 'Eftir',
|
||||
'total' => 'Samtals',
|
||||
'update' => 'Uppfæra íhlut',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Component does not exist.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Component was not created, please try again.',
|
||||
'success' => 'Component created successfully.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Component was not updated, please try again',
|
||||
'success' => 'Component updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this component?',
|
||||
'error' => 'There was an issue deleting the component. Please try again.',
|
||||
'success' => 'The component was deleted successfully.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Component was not checked out, please try again',
|
||||
'success' => 'Component checked out successfully.',
|
||||
'user_does_not_exist' => 'Notandinn er ónothæfur. Vinsamlegast reyndu aftur.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Component was not checked in, please try again',
|
||||
'success' => 'Component checked in successfully.',
|
||||
'user_does_not_exist' => 'Þessi notandi er ónothæfur, vinsamlegast reyndu aftur.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Heiti íhlutar',
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Checkout Consumable to User',
|
||||
'consumable_name' => 'Heiti rekstrarvöru',
|
||||
'create' => 'Create Consumable',
|
||||
'item_no' => 'Item No.',
|
||||
'remaining' => 'Eftir',
|
||||
'total' => 'Samtals',
|
||||
'update' => 'Update Consumable',
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Consumable does not exist.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Consumable was not created, please try again.',
|
||||
'success' => 'Consumable created successfully.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Consumable was not updated, please try again',
|
||||
'success' => 'Consumable updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this consumable?',
|
||||
'error' => 'There was an issue deleting the consumable. Please try again.',
|
||||
'success' => 'The consumable was deleted successfully.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Consumable was not checked out, please try again',
|
||||
'success' => 'Consumable checked out successfully.',
|
||||
'user_does_not_exist' => 'Notandinn er ónothæfur. Vinsamlegast reyndu aftur.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Consumable was not checked in, please try again',
|
||||
'success' => 'Consumable checked in successfully.',
|
||||
'user_does_not_exist' => 'Þessi notandi er ónothæfur, vinsamlegast reyndu aftur.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Heiti rekstrarvöru',
|
||||
);
|
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'custom_fields' => 'Sérsniðnum reitum',
|
||||
'manage' => 'Stjórna',
|
||||
'field' => 'reitur',
|
||||
'about_fieldsets_title' => 'Um reitasett',
|
||||
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
|
||||
'custom_format' => 'Custom Regex format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'encrypted' => 'Dulkóðað',
|
||||
'fieldset' => 'Reitasett',
|
||||
'qty_fields' => 'Magn Reita',
|
||||
'fieldsets' => 'Reitasett',
|
||||
'fieldset_name' => 'Nafn á Reitasetti',
|
||||
'field_name' => 'Nafn á Reiti',
|
||||
'field_values' => 'Gildi á Reitum',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Innsláttarform',
|
||||
'field_element_short' => 'Form',
|
||||
'field_format' => 'Forsníð',
|
||||
'field_custom_format' => 'Custom Regex Format',
|
||||
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
|
||||
'required' => 'Required',
|
||||
'req' => 'Req.',
|
||||
'used_by_models' => 'Notað af Tegundum (Models)',
|
||||
'order' => 'Röð',
|
||||
'create_fieldset' => 'Nýtt Reitasett',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'create_fieldset_title' => 'Útbúa nýtt Reitasett (Nafn)',
|
||||
'create_field' => 'Nýr sérsniðinn reitur',
|
||||
'create_field_title' => 'Útbúa nýtt sérsniðinn reit',
|
||||
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
|
||||
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
|
||||
'show_in_email_short' => 'Include in emails.',
|
||||
'help_text' => 'Hjápartexti',
|
||||
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
|
||||
'about_custom_fields_title' => 'About Custom Fields',
|
||||
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
|
||||
'add_field_to_fieldset' => 'Add Field to Fieldset',
|
||||
'make_optional' => 'Required - click to make optional',
|
||||
'make_required' => 'Optional - click to make required',
|
||||
'reorder' => 'Endurraða',
|
||||
'db_field' => 'DB Field',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
|
||||
'is_unique' => 'This value must be unique across all assets',
|
||||
'unique' => 'Einstakt',
|
||||
'display_in_user_view' => 'Leyfa útskráðum notanda að skoða þessi gildi á síðunni Skoða úthlutaðar eignir',
|
||||
'display_in_user_view_table' => 'Sýnileg notenda',
|
||||
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
|
||||
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
|
||||
'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
|
||||
'show_in_listview_short' => 'Show in lists',
|
||||
'show_in_requestable_list_short' => 'Show in requestable assets list',
|
||||
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
|
||||
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
|
||||
|
||||
];
|
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'field' => array(
|
||||
'invalid' => 'That field does not exist.',
|
||||
'already_added' => 'Field already added',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Field was not created, please try again.',
|
||||
'success' => 'Field created successfully.',
|
||||
'assoc_success' => 'Field successfully added to fieldset.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Field was not updated, please try again',
|
||||
'success' => 'Field updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this field?',
|
||||
'error' => 'There was an issue deleting the field. Please try again.',
|
||||
'success' => 'The field was deleted successfully.',
|
||||
'in_use' => 'Field is still in use.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset' => array(
|
||||
|
||||
'does_not_exist' => 'Fieldset does not exist',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Fieldset was not created, please try again.',
|
||||
'success' => 'Fieldset created successfully.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Fieldset was not updated, please try again',
|
||||
'success' => 'Fieldset updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this fieldset?',
|
||||
'error' => 'There was an issue deleting the fieldset. Please try again.',
|
||||
'success' => 'The fieldset was deleted successfully.',
|
||||
'in_use' => 'Fieldset is still in use.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Department does not exist.',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
|
||||
'create' => array(
|
||||
'error' => 'Department was not created, please try again.',
|
||||
'success' => 'Department created successfully.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'Department was not updated, please try again',
|
||||
'success' => 'Department updated successfully.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this department?',
|
||||
'error' => 'There was an issue deleting the department. Please try again.',
|
||||
'success' => 'The department was deleted successfully.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ID',
|
||||
'name' => 'Department Name',
|
||||
'manager' => 'Yfirmaður',
|
||||
'location' => 'Staðsetning',
|
||||
'create' => 'Create Department',
|
||||
'update' => 'Update Department',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'Um fyrningar eigna',
|
||||
'about_depreciations' => 'Þú getur búið til mismunandi fyrningarflokka til að afskrifa eignir eftir línulegu afskriftarferli.',
|
||||
'asset_depreciations' => 'Fyrningar eigna',
|
||||
'create' => 'Búa til fyrningarflokk',
|
||||
'depreciation_name' => 'Heiti fyrningarflokks',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'Fjöldi mánaða',
|
||||
'update' => 'Uppfæra fyrningarflokk',
|
||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Þessi fyrningarflokkur er ekki til.',
|
||||
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Fyrningarflokkurinn var ekki búinn til. Vinsamlegast reyndu aftur. :(',
|
||||
'success' => 'Fyrningarflokkurinn var búinn til. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Fyrningarflokkurinn var ekki uppfærður. Vinsamlegast reyndu aftur',
|
||||
'success' => 'Fyrningarflokkurinn var uppfærður.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ertu viss um að þú viljir eyða þessum fyrningarflokki?',
|
||||
'error' => 'Það kom upp vandamál þegar reynt var að eyða fyrningarflokknum. Vinsamlegast reyndu aftur.',
|
||||
'success' => 'Fyrningarflokknum var eytt.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ID',
|
||||
'months' => 'Mánuðir',
|
||||
'term' => 'Tími',
|
||||
'title' => 'Heiti ',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'Group already exists!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'The name field is required',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'Group was successfully created.',
|
||||
'update' => 'Group was successfully updated.',
|
||||
'delete' => 'Group was successfully deleted.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this group?',
|
||||
'create' => 'There was an issue creating the group. Please try again.',
|
||||
'update' => 'There was an issue updating the group. Please try again.',
|
||||
'delete' => 'There was an issue deleting the group. Please try again.',
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'Id',
|
||||
'name' => 'Nafn',
|
||||
'users' => '# of Users',
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'About Groups',
|
||||
'about_groups' => 'Groups are used to generalize user permissions.',
|
||||
'group_management' => 'Group Management',
|
||||
'create' => 'Create New Group',
|
||||
'update' => 'Edit Group',
|
||||
'group_name' => 'Group Name',
|
||||
'group_admin' => 'Group Admin',
|
||||
'allow' => 'Leyfa',
|
||||
'deny' => 'Hafna',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'bulk_delete' => 'Confirm Bulk Delete Assets',
|
||||
'bulk_restore' => 'Confirm Bulk Restore Assets',
|
||||
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
|
||||
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
|
||||
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
|
||||
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||
'bulk_update' => 'Bulk Update Assets',
|
||||
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
||||
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
|
||||
'bulk_update_model_prefix' => 'On Models',
|
||||
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
|
||||
'checkedout_to' => 'Ráðstafað til',
|
||||
'checkout_date' => 'Ráðstöfunardagsetning',
|
||||
'checkin_date' => 'Skiladagsetning',
|
||||
'checkout_to' => 'Ráðstöfun til',
|
||||
'cost' => 'Innkaupsverð',
|
||||
'create' => 'Skrá eign',
|
||||
'date' => 'Innkaups dagsetning',
|
||||
'depreciation' => 'Fyrningarflokkur',
|
||||
'depreciates_on' => 'Afskriftir á',
|
||||
'default_location' => 'Sjálfgefin staðsetning',
|
||||
'default_location_phone' => 'Default Location Phone',
|
||||
'eol_date' => 'EOL Dags',
|
||||
'eol_rate' => 'EOL Rate',
|
||||
'expected_checkin' => 'Áætluð skiladagsetning',
|
||||
'expires' => 'Expires (útrunnið)',
|
||||
'fully_depreciated' => 'Að fullu afskrifað',
|
||||
'help_checkout' => 'Ef þú vilt ráðstafa þessari eign strax skaltu velja "Tilbúin til ráðstöfunar" úr listanum yfir stöður hér að ofan. ',
|
||||
'mac_address' => 'MAC Address',
|
||||
'manufacturer' => 'Framleiðandi',
|
||||
'model' => 'Tegund',
|
||||
'months' => 'mánuðir',
|
||||
'name' => 'Heiti eignar',
|
||||
'notes' => 'Athugasemdir',
|
||||
'order' => 'Pöntunarnúmer',
|
||||
'qr' => 'QR kóði',
|
||||
'requestable' => 'Notendur mega biðja um þessa eign',
|
||||
'select_statustype' => 'Veldu stöðu',
|
||||
'serial' => 'Raðnúmer',
|
||||
'status' => 'Staða',
|
||||
'tag' => 'Eignamerking',
|
||||
'update' => 'Eign uppfærð',
|
||||
'warranty' => 'Ábyrgð',
|
||||
'warranty_expires' => 'Ábyrgð gildir til',
|
||||
'years' => 'ár',
|
||||
'asset_location' => 'Update Asset Location',
|
||||
'asset_location_update_default_current' => 'Update default location AND actual location',
|
||||
'asset_location_update_default' => 'Update only default location',
|
||||
'asset_location_update_actual' => 'Uppfæra aðeins núverandi staðsetningu',
|
||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'optional_infos' => 'Viðbótarupplýsingar',
|
||||
'order_details' => 'Innkaupaupplýsingar'
|
||||
];
|
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_assets_title' => 'Um eignir',
|
||||
'about_assets_text' => 'Eignir eru hlutir sem hægt er að rekja með raðnúmeri eða öðrum merkingum. Þær eru alla jafna verðmætir hlutir sem mikilvægt er að geta aðgreint og borið kennsl á.',
|
||||
'archived' => 'Safnvistað',
|
||||
'asset' => 'Eign',
|
||||
'bulk_checkout' => 'Ráðstafa eignum',
|
||||
'bulk_checkin' => 'Checkin Assets',
|
||||
'checkin' => 'Skila eign',
|
||||
'checkout' => 'Ráðstafa eign',
|
||||
'clone' => 'Klóna eign',
|
||||
'deployable' => 'Nothæfar',
|
||||
'deleted' => 'Þessari eign hefur verið eytt',
|
||||
'delete_confirm' => 'Are you sure you want to delete this asset?',
|
||||
'edit' => 'Breyta eign',
|
||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'requestable' => 'Lausar',
|
||||
'requested' => 'óskað eftir',
|
||||
'not_requestable' => 'Not Requestable',
|
||||
'requestable_status_warning' => 'Do not change requestable status',
|
||||
'restore' => 'Restore Asset',
|
||||
'pending' => 'Á bið',
|
||||
'undeployable' => 'Ónothæfar',
|
||||
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
||||
'view' => 'Skoða eign',
|
||||
'csv_error' => 'Það er villa í CSV skránni þinni:',
|
||||
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin > General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
|
||||
',
|
||||
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
|
||||
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
|
||||
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
|
||||
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
|
||||
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
|
||||
'error_messages' => 'Error messages:',
|
||||
'success_messages' => 'Success messages:',
|
||||
'alert_details' => 'Please see below for details.',
|
||||
'custom_export' => 'Custom Export',
|
||||
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||
'user_department' => 'Deild notenda',
|
||||
];
|
@ -0,0 +1,91 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'undeployable' => '<strong>Varúð: </strong> Þessi eign hefur verið merkt sem ónothæf að svo stöddu.
|
||||
Ef ástand hennar hefur breyst skaltu uppfæra stöðu eignarinnar.',
|
||||
'does_not_exist' => 'Þessi eign finnst ekki.',
|
||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
||||
'assoc_users' => 'Þessari eign hefur þegar verið ráðstafað til notanda og er því ekki hægt að afskrá. Vinsamlegast skilaðu eigninni fyrst og reyndu síðan að afskrá hana. ',
|
||||
|
||||
'create' => [
|
||||
'error' => 'Asset was not created, please try again. :(',
|
||||
'success' => 'Það tókst að skrá þessa eign :)',
|
||||
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'Asset was not updated, please try again',
|
||||
'success' => 'Asset updated successfully.',
|
||||
'nothing_updated' => 'No fields were selected, so nothing was updated.',
|
||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
'error' => 'Asset was not restored, please try again',
|
||||
'success' => 'Asset restored successfully.',
|
||||
'bulk_success' => 'Asset restored successfully.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'error' => 'Eignaúttekt var ekki skráð. Vinsamlegast reyndu aftur.',
|
||||
'success' => 'Eignaúttekt var skráð.',
|
||||
],
|
||||
|
||||
|
||||
'deletefile' => [
|
||||
'error' => 'File not deleted. Please try again.',
|
||||
'success' => 'File successfully deleted.',
|
||||
],
|
||||
|
||||
'upload' => [
|
||||
'error' => 'File(s) not uploaded. Please try again.',
|
||||
'success' => 'File(s) successfully uploaded.',
|
||||
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
|
||||
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => 'Your file has been imported',
|
||||
'file_delete_success' => 'Your file has been been successfully deleted',
|
||||
'file_delete_error' => 'The file was unable to be deleted',
|
||||
'file_missing' => 'The file selected is missing',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
],
|
||||
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'Ertu viss um að þú viljir afskrá þessa eign?',
|
||||
'error' => 'There was an issue deleting the asset. Please try again.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
|
||||
'success' => 'The asset was deleted successfully.',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'error' => 'Eigninni var ekki ráðstafað, vinsamlegast reyndu aftur',
|
||||
'success' => 'Eigninni var ráðstafað.',
|
||||
'user_does_not_exist' => 'Notandinn er ónothæfur. Vinsamlegast reyndu aftur.',
|
||||
'not_available' => 'Þessi eign er ekki laus til ráðstöfunar!',
|
||||
'no_assets_selected' => 'Þú verður að velja að lágmarki eina eign úr listanum',
|
||||
],
|
||||
|
||||
'checkin' => [
|
||||
'error' => 'Eigninni var ekki skilað, vinsamlegast reyndu aftur',
|
||||
'success' => 'Eigninni var skilað.',
|
||||
'user_does_not_exist' => 'Þessi notandi er ónothæfur, vinsamlegast reyndu aftur.',
|
||||
'already_checked_in' => 'Þessari eign hefur þegar verið skilað.',
|
||||
|
||||
],
|
||||
|
||||
'requests' => [
|
||||
'error' => 'Asset was not requested, please try again',
|
||||
'success' => 'Asset requested successfully.',
|
||||
'canceled' => 'Beiðni um ráðstöfun var afturkölluð',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'asset_tag' => 'Eignamerking',
|
||||
'asset_model' => 'Tegund',
|
||||
'assigned_to' => 'Úthlutað til',
|
||||
'book_value' => 'Núvirði',
|
||||
'change' => 'Inn/Út',
|
||||
'checkout_date' => 'Ráðstöfunardagsetning',
|
||||
'checkoutto' => 'Ráðstafað',
|
||||
'components_cost' => 'Total Components Cost',
|
||||
'current_value' => 'Núvirði',
|
||||
'diff' => 'Mismunur',
|
||||
'dl_csv' => 'Hlaða niður CSV',
|
||||
'eol' => 'Lok línu',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'Staðsetning',
|
||||
'purchase_cost' => 'Innkaupsverð',
|
||||
'purchase_date' => 'Keypt',
|
||||
'serial' => 'Raðnúmer',
|
||||
'status' => 'Staða',
|
||||
'title' => 'Eign ',
|
||||
'image' => 'Búnaðar mynd',
|
||||
'days_without_acceptance' => 'Days Without Acceptance',
|
||||
'monthly_depreciation' => 'Mánaðarlegar afskriftir',
|
||||
'assigned_to' => 'Skráð á',
|
||||
'requesting_user' => 'Requesting User',
|
||||
'requested_date' => 'Requested Date',
|
||||
'changed' => 'Breytt',
|
||||
'icon' => 'Icon',
|
||||
];
|
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_kits_title' => 'Um útbúnaðarlista',
|
||||
'about_kits_text' => 'Útbúnaðarlistar leyfa þér að skrá marga hluti út samtímis (eignir, leyfi o. s. frv.) til notenda. Það getur verið gagnlegt þegar hópar nýrra starfsmanna fá úthlutað samskonar útbúnaði.',
|
||||
'checkout' => 'Skrá út eftir útbúnaðarlista ',
|
||||
'create_success' => 'Útbúnaðarlistinn var búinn til.',
|
||||
'create' => 'Búa til útbúnaðarlista',
|
||||
'update' => 'Breyta útbúnaðarlista',
|
||||
'delete_success' => 'Útbúnaðarlistanum var eytt.',
|
||||
'update_success' => 'Útbúnaðarlistanum var breytt.',
|
||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
||||
'append_accessory' => 'Append Accessory',
|
||||
'update_appended_accessory' => 'Update appended Accessory',
|
||||
'append_consumable' => 'Append Consumable',
|
||||
'update_appended_consumable' => 'Update appended Consumable',
|
||||
'append_license' => 'Append license',
|
||||
'update_appended_license' => 'Update appended license',
|
||||
'append_model' => 'Append model',
|
||||
'update_appended_model' => 'Update appended model',
|
||||
'license_error' => 'License already attached to kit',
|
||||
'license_added_success' => 'License added successfully',
|
||||
'license_updated' => 'License was successfully updated',
|
||||
'license_none' => 'License does not exist',
|
||||
'license_detached' => 'License was successfully detached',
|
||||
'consumable_added_success' => 'Consumable added successfully',
|
||||
'consumable_updated' => 'Consumable was successfully updated',
|
||||
'consumable_error' => 'Consumable already attached to kit',
|
||||
'consumable_deleted' => 'Delete was successful',
|
||||
'consumable_none' => 'Consumable does not exist',
|
||||
'consumable_detached' => 'Consumable was successfully detached',
|
||||
'accessory_added_success' => 'Accessory added successfully',
|
||||
'accessory_updated' => 'Accessory was successfully updated',
|
||||
'accessory_detached' => 'Accessory was successfully detached',
|
||||
'accessory_error' => 'Accessory already attached to kit',
|
||||
'accessory_deleted' => 'Delete was successful',
|
||||
'accessory_none' => 'Þessi aukabúnaður er ekki til',
|
||||
'checkout_success' => 'Checkout was successful',
|
||||
'checkout_error' => 'Checkout error',
|
||||
'kit_none' => 'Kit does not exist',
|
||||
'kit_created' => 'Útbúnaðarlistinn var búinn til',
|
||||
'kit_updated' => 'Útbúnaðarlistanum var breytt',
|
||||
'kit_not_found' => 'Kit not found',
|
||||
'kit_deleted' => 'Útbúnaðarlistanum var eytt',
|
||||
'kit_model_updated' => 'Model was successfully updated',
|
||||
'kit_model_detached' => 'Model was successfully detached',
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Invalid count returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.',
|
||||
|
||||
'does_not_exist' => 'Label does not exist',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'Test Company Limited',
|
||||
'example_defaultloc' => 'Building 1',
|
||||
'example_category' => 'Test Category',
|
||||
'example_location' => 'Building 2',
|
||||
'example_manufacturer' => 'Test Manufacturing Inc.',
|
||||
'example_model' => 'Test Model',
|
||||
'example_supplier' => 'Test Company Limited',
|
||||
'labels_per_page' => 'Labels',
|
||||
'support_fields' => 'Svæði',
|
||||
'support_asset_tag' => 'Tag',
|
||||
'support_1d_barcode' => '1D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'Logo',
|
||||
'support_title' => 'Titill',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => 'Eign',
|
||||
'checkin' => 'Skila',
|
||||
'create' => 'Skrá leyfi',
|
||||
'expiration' => 'Expiration Date',
|
||||
'license_key' => 'Product Key',
|
||||
'maintained' => 'Maintained',
|
||||
'name' => 'Heiti hugbúnaðar',
|
||||
'no_depreciation' => 'Do Not Depreciate',
|
||||
'purchase_order' => 'Purchase Order Number',
|
||||
'reassignable' => 'Reassignable',
|
||||
'remaining_seats' => 'Remaining Seats',
|
||||
'seats' => 'Seats',
|
||||
'termination_date' => 'Termination Date',
|
||||
'to_email' => 'Licensed to Email',
|
||||
'to_name' => 'Licensed to Name',
|
||||
'update' => 'Uppfæra leyfi',
|
||||
'checkout_help' => 'Þú verður að ráðstafa leyfi á tiltekna eign eða til einstaklings. Þú getur valið hvor tveggja en eigandi eignarinnar verður að vera sá hinn sami og þú ert að ráðstafa eigninni til.'
|
||||
);
|
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_licenses_title' => 'Um leyfi',
|
||||
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
|
||||
'checkin' => 'Checkin License Seat',
|
||||
'checkout_history' => 'Checkout History',
|
||||
'checkout' => 'Checkout License Seat',
|
||||
'edit' => 'Breyta leyfi',
|
||||
'filetype_info' => 'Leyfðar skráar týpur eru png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
||||
'clone' => 'Afrita leyfi',
|
||||
'history_for' => 'Saga fyrir ',
|
||||
'in_out' => 'Inn/Út',
|
||||
'info' => 'License Info',
|
||||
'license_seats' => 'License Seats',
|
||||
'seat' => 'Seat',
|
||||
'seats' => 'Seats',
|
||||
'software_licenses' => 'Hugbúnaðarleyfi',
|
||||
'user' => 'Notandi',
|
||||
'view' => 'Skoða leyfi',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
|
||||
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
|
||||
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'user_does_not_exist' => 'User does not exist.',
|
||||
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
|
||||
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
|
||||
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
|
||||
'select_asset_or_person' => 'You must select an asset or a user, but not both.',
|
||||
'not_found' => 'License not found',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'License was not created, please try again.',
|
||||
'success' => 'License created successfully.'
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'File not deleted. Please try again.',
|
||||
'success' => 'File successfully deleted.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'File(s) not uploaded. Please try again.',
|
||||
'success' => 'File(s) successfully uploaded.',
|
||||
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
|
||||
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'License was not updated, please try again',
|
||||
'success' => 'License updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this license?',
|
||||
'error' => 'There was an issue deleting the license. Please try again.',
|
||||
'success' => 'The license was deleted successfully.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'There was an issue checking out the license. Please try again.',
|
||||
'success' => 'The license was checked out successfully',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'There was an issue checking in the license. Please try again.',
|
||||
'success' => 'The license was checked in successfully'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'Úthlutað til',
|
||||
'checkout' => 'Inn/Út',
|
||||
'id' => 'ID',
|
||||
'license_email' => 'License Email',
|
||||
'license_name' => 'Licensed To',
|
||||
'purchase_date' => 'Innkaups dagsetning',
|
||||
'purchased' => 'Keypt',
|
||||
'seats' => 'Seats',
|
||||
'hardware' => 'Vélbúnaður',
|
||||
'serial' => 'Raðnúmer',
|
||||
'title' => 'Leyfi',
|
||||
|
||||
);
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Staðsetningin er ekki til.',
|
||||
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
|
||||
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
|
||||
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
|
||||
'assigned_assets' => 'Skráðar eignir',
|
||||
'current_location' => 'Núverandi staðsetning',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Þessi birgi var ekki stofnaður. Vinsamlegast reyndu aftur.',
|
||||
'success' => 'Stofnun staðsetingar gekk.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Staðsetning var ekki uppfærð, vinsamlega reyndu aftur',
|
||||
'success' => 'Stofnun staðsetningar gekk.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ertu viss um að þú vilkjir eyða þessari staðsetningu?',
|
||||
'error' => 'Það er vandamál við að eyða þessari staðsetningu. Vinsamlega reyndu aftur.',
|
||||
'success' => 'Þessari staðsetningur var eytt.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'Um staðsetningar',
|
||||
'about_locations' => 'Staðsetningar eru notaðar til að skrá upplýsingar um staðsetningar notenda, eigna og annarra hluta',
|
||||
'assets_rtd' => 'Eignir', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Ráðstafaðar eignir',
|
||||
'id' => 'Auðkenni',
|
||||
'city' => 'Borg',
|
||||
'state' => 'Fylki',
|
||||
'country' => 'Land',
|
||||
'create' => 'Skrá staðsetningu',
|
||||
'update' => 'Uppfæra staðsetningu',
|
||||
'print_assigned' => 'Prenta skráð',
|
||||
'print_all_assigned' => 'Prenta allt skráð',
|
||||
'name' => 'Heiti staðsetningar',
|
||||
'address' => 'Heimilisfang',
|
||||
'address2' => 'Address Line 2',
|
||||
'zip' => 'Póstnúmer',
|
||||
'locations' => 'Staðsetningar',
|
||||
'parent' => 'Yfir',
|
||||
'currency' => 'Gjaldmiðill staðsetningar',
|
||||
'ldap_ou' => 'LDAP Search OU',
|
||||
'user_name' => 'Notandanafn',
|
||||
'department' => 'Deild',
|
||||
'location' => 'Staðsetning',
|
||||
'asset_tag' => 'Eignamerking',
|
||||
'asset_name' => 'Heiti',
|
||||
'asset_category' => 'Flokkur',
|
||||
'asset_manufacturer' => 'Framleiðandi',
|
||||
'asset_model' => 'Tegund',
|
||||
'asset_serial' => 'Raðnúmer',
|
||||
'asset_location' => 'Staðsetning',
|
||||
'asset_checked_out' => 'Skráð út',
|
||||
'asset_expected_checkin' => 'Áætluð skil',
|
||||
'date' => 'Dagsetning:',
|
||||
'phone' => 'Location Phone',
|
||||
'signed_by_asset_auditor' => 'Undirritað af (fulltrúa Tölvudeildar):',
|
||||
'signed_by_finance_auditor' => 'Undirritað af (fulltrúa fjármáladeildar):',
|
||||
'signed_by_location_manager' => 'Undirritað af (fulltrúa forstöðumanns):',
|
||||
'signed_by' => 'Undirritað af By:',
|
||||
];
|
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'Manufacturer does not exist.',
|
||||
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Manufacturer was not created, please try again.',
|
||||
'success' => 'Manufacturer created successfully.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Manufacturer was not updated, please try again',
|
||||
'success' => 'Manufacturer updated successfully.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Manufacturer was not restored, please try again',
|
||||
'success' => 'Manufacturer restored successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this manufacturer?',
|
||||
'error' => 'There was an issue deleting the manufacturer. Please try again.',
|
||||
'success' => 'The Manufacturer was deleted successfully.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'Um framleiðendur',
|
||||
'about_manufacturers_text' => 'Framleiðendur eru fyrirtæki sem búa til eignir. Þú getur skráð upplýsingar um það hvernig hægt er að hafa samband við framleiðandann til að fá aðstoð eða þjónustu sem birtar verða samhliða öðrum upplýsingum um eignirnar.',
|
||||
'asset_manufacturers' => 'Framleiðendur eigna',
|
||||
'create' => 'Skrá framleiðanda',
|
||||
'id' => 'ID',
|
||||
'name' => 'Heiti',
|
||||
'support_email' => 'Support Email',
|
||||
'support_phone' => 'Support Phone',
|
||||
'support_url' => 'Support URL',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'Update Manufacturer',
|
||||
|
||||
);
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'About Asset Models',
|
||||
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'Bulk Delete Asset Models',
|
||||
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'Restore Model',
|
||||
'requestable' => 'Users may request this model',
|
||||
'show_mac_address' => 'Show MAC address field in assets in this model',
|
||||
'view_deleted' => 'View Deleted',
|
||||
'view_models' => 'View Models',
|
||||
'fieldset' => 'Reitasett',
|
||||
'no_custom_field' => 'No custom fields',
|
||||
'add_default_values' => 'Add default values',
|
||||
);
|
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Eyða tegund eigna',
|
||||
'does_not_exist' => 'Model does not exist.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Model was not created, please try again.',
|
||||
'success' => 'Model created successfully.',
|
||||
'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Model was not updated, please try again',
|
||||
'success' => 'Model updated successfully.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this asset model?',
|
||||
'error' => 'There was an issue deleting the model. Please try again.',
|
||||
'success' => 'The model was deleted successfully.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Model was not restored, please try again',
|
||||
'success' => 'Model restored successfully.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'No fields were changed, so nothing was updated.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'No models were selected, so nothing was deleted.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Create Asset Model',
|
||||
'created_at' => 'Created at',
|
||||
'eol' => 'Lok línu',
|
||||
'modelnumber' => 'Tegundar Nr.',
|
||||
'name' => 'Asset Model Name',
|
||||
'numassets' => 'Eignir',
|
||||
'title' => 'Tegundir',
|
||||
'update' => 'Update Asset Model',
|
||||
'view' => 'View Asset Model',
|
||||
'update' => 'Update Asset Model',
|
||||
'clone' => 'Clone Model',
|
||||
'edit' => 'Edit Model',
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Select the options you want for your asset report.',
|
||||
'deleted_user' => 'Deleted user',
|
||||
'send_reminder' => 'Senda áminningu',
|
||||
'reminder_sent' => 'Áminning send',
|
||||
'acceptance_deleted' => 'Acceptance request deleted',
|
||||
'acceptance_request' => 'Acceptance request',
|
||||
'custom_export' => [
|
||||
'user_address' => 'User Address',
|
||||
'user_city' => 'User City',
|
||||
'user_state' => 'User State',
|
||||
'user_country' => 'User Country',
|
||||
'user_zip' => 'User Zip'
|
||||
]
|
||||
];
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'Þú verður að velja að minnsta kosti EINN valkost.'
|
||||
);
|
@ -0,0 +1,367 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'Active Directory lén',
|
||||
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
|
||||
'ad_append_domain_label' => 'Append domain name',
|
||||
'ad_append_domain' => 'Append domain name to username field',
|
||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
|
||||
'admin_cc_email' => 'Senda afrit á',
|
||||
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'is_ad' => 'Þetta er Active Directory þjónn',
|
||||
'alerts' => 'Alerts',
|
||||
'alert_title' => 'Update Notification Settings',
|
||||
'alert_email' => 'Senda viðvaranir á',
|
||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
||||
'alerts_enabled' => 'Email Alerts Enabled',
|
||||
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
||||
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
||||
'allow_user_skin' => 'Allow User Skin',
|
||||
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
|
||||
'asset_ids' => 'Asset IDs',
|
||||
'audit_interval' => 'Tími milli úttekta',
|
||||
'audit_interval_help' => 'Ef þú þarft reglulega að endurskoða eignir þínar, sláðu inn tímabilið í mánuðum sem þú notar. Ef þú uppfærir þetta gildi, verða allar "næstu endurskoðunardagsetningar" fyrir eignir með komandi endurskoðunardagsetningu uppfærðar.',
|
||||
'audit_warning_days' => 'Audit Warning Threshold',
|
||||
'audit_warning_days_help' => 'Með hversu margra daga fyrirvara eigum við að vara þig við því að komið sé að því að framkvæma úttektir á eignum?',
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
||||
'auto_increment_prefix' => 'Forskeyti (valkvætt)',
|
||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
||||
'backups' => 'Öryggisafrit',
|
||||
'backups_help' => 'Create, download, and restore backups ',
|
||||
'backups_restoring' => 'Restoring from Backup',
|
||||
'backups_upload' => 'Upload Backup',
|
||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
||||
'barcode_settings' => 'Strikamerkja stillingar',
|
||||
'confirm_purge' => 'Confirm Purge',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
||||
'custom_css' => 'Custom CSS',
|
||||
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
||||
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Skilaboð á stjórnborði',
|
||||
'dashboard_message_help' => 'Þessi texti mun birtast á stjórnborðinu hjá hverjum þeim sem hefur heimildir til að sjá stjórnborðið.',
|
||||
'default_currency' => 'Sjálfgefin mynt',
|
||||
'default_eula_text' => 'Sjálfgefinn samningur um noandaleyfi',
|
||||
'default_language' => 'Sjálfgefið tungumál',
|
||||
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
|
||||
'display_asset_name' => 'Display Asset Name',
|
||||
'display_checkout_date' => 'Sýna ráðstöfunardagsetningu',
|
||||
'display_eol' => 'Display EOL in table view',
|
||||
'display_qr' => 'Display Square Codes',
|
||||
'display_alt_barcode' => 'Display 1D barcode',
|
||||
'email_logo' => 'Email Logo',
|
||||
'barcode_type' => '2D Barcode Type',
|
||||
'alt_barcode_type' => '1D barcode type',
|
||||
'email_logo_size' => 'Square logos in email look best. ',
|
||||
'enabled' => 'Enabled',
|
||||
'eula_settings' => 'EULA Settings',
|
||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'favicon' => 'Favicon',
|
||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
||||
'footer_text' => 'Additional Footer Text ',
|
||||
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
|
||||
'general_settings' => 'General Settings',
|
||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
|
||||
'general_settings_help' => 'Default EULA and more',
|
||||
'generate_backup' => 'Búa til öryggisafrit',
|
||||
'google_workspaces' => 'Google Workspaces',
|
||||
'header_color' => 'Header Color',
|
||||
'info' => 'These settings let you customize certain aspects of your installation.',
|
||||
'label_logo' => 'Label Logo',
|
||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
||||
'laravel' => 'Laravel Version',
|
||||
'ldap' => 'LDAP',
|
||||
'ldap_default_group' => 'Sjálfgefinn heimildahópur',
|
||||
'ldap_default_group_info' => 'Veldu hóp til að úthluta nýlega samstilltum notendum. Mundu að notandi tekur á sig heimildir hópsins sem honum er úthlutað.',
|
||||
'no_default_group' => 'No Default Group',
|
||||
'ldap_help' => 'LDAP/Active Directory',
|
||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||
'ldap_enabled' => 'LDAP enabled',
|
||||
'ldap_integration' => 'LDAP Integration',
|
||||
'ldap_settings' => 'LDAP stillingar',
|
||||
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
|
||||
'ldap_location' => 'LDAP Location',
|
||||
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
|
||||
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_manager' => 'LDAP Manager',
|
||||
'ldap_server' => 'LDAP Server',
|
||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
||||
'ldap_server_cert_ignore' => 'Leyfa ógild SSL skírteini',
|
||||
'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
|
||||
'ldap_tls' => 'Nota TLS',
|
||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||
'ldap_uname' => 'LDAP Bind Username',
|
||||
'ldap_dept' => 'LDAP Department',
|
||||
'ldap_phone' => 'LDAP Telephone Number',
|
||||
'ldap_jobtitle' => 'LDAP Job Title',
|
||||
'ldap_country' => 'LDAP Country',
|
||||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Eftirnafn',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
||||
'ldap_version' => 'LDAP Version',
|
||||
'ldap_active_flag' => 'LDAP Active Flag',
|
||||
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
|
||||
'ldap_emp_num' => 'LDAP Employee Number',
|
||||
'ldap_email' => 'LDAP Email',
|
||||
'ldap_test' => 'Test LDAP',
|
||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
||||
'license' => 'Software License',
|
||||
'load_remote' => 'Use Gravatar',
|
||||
'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
|
||||
'login' => 'Login Attempts',
|
||||
'login_attempt' => 'Login Attempt',
|
||||
'login_ip' => 'IP Address',
|
||||
'login_success' => 'Success?',
|
||||
'login_user_agent' => 'User Agent',
|
||||
'login_help' => 'List of attempted logins',
|
||||
'login_note' => 'Login Note',
|
||||
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>',
|
||||
'login_remote_user_text' => 'Remote User login options',
|
||||
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
|
||||
'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"',
|
||||
'login_common_disabled_text' => 'Disable other authentication mechanisms',
|
||||
'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working',
|
||||
'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
|
||||
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
|
||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
||||
'logo' => 'Logo',
|
||||
'logo_print_assets' => 'Use in Print',
|
||||
'logo_print_assets_help' => 'Use branding on printable asset lists ',
|
||||
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
|
||||
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
|
||||
'show_in_model_list' => 'Show in Model Dropdowns',
|
||||
'optional' => 'optional',
|
||||
'per_page' => 'Niðurstöður á síðu',
|
||||
'php' => 'PHP útgáfa',
|
||||
'php_info' => 'PHP Info',
|
||||
'php_overview' => 'PHP',
|
||||
'php_overview_keywords' => 'phpinfo, system, info',
|
||||
'php_overview_help' => 'PHP System info',
|
||||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
|
||||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
|
||||
'pwd_secure_complexity' => 'Password Complexity',
|
||||
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.',
|
||||
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
|
||||
'pwd_secure_complexity_letters' => 'Require at least one letter',
|
||||
'pwd_secure_complexity_numbers' => 'Require at least one number',
|
||||
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
|
||||
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
|
||||
'pwd_secure_min' => 'Password minimum characters',
|
||||
'pwd_secure_min_help' => 'Minimum permitted value is 8',
|
||||
'pwd_secure_uncommon' => 'Prevent common passwords',
|
||||
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.',
|
||||
'qr_help' => 'Enable QR Codes first to set this',
|
||||
'qr_text' => 'QR Code Text',
|
||||
'saml' => 'SAML',
|
||||
'saml_title' => 'Update SAML settings',
|
||||
'saml_help' => 'SAML settings',
|
||||
'saml_enabled' => 'SAML enabled',
|
||||
'saml_integration' => 'SAML Integration',
|
||||
'saml_sp_entityid' => 'Entity ID',
|
||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||
'saml_sp_x509cert' => 'Public Certificate',
|
||||
'saml_sp_metadata_url' => 'Metadata URL',
|
||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
||||
'saml_forcelogin_label' => 'SAML Force Login',
|
||||
'saml_forcelogin' => 'Make SAML the primary login',
|
||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
||||
'saml_slo_label' => 'SAML Single Log Out',
|
||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
||||
'saml_custom_settings' => 'SAML Custom Settings',
|
||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
||||
'saml_download' => 'Download Metadata',
|
||||
'setting' => 'Stilling',
|
||||
'settings' => 'Stillingar',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_archived_in_list' => 'Safnvistaðar eignir',
|
||||
'show_archived_in_list_text' => 'Sýna safnvistaðar eignir þegar "allar eignir" eru listaðar',
|
||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
||||
'show_images_in_email' => 'Show images in emails',
|
||||
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
|
||||
'site_name' => 'Nafn vefsins',
|
||||
'integrations' => 'Integrations',
|
||||
'slack' => 'Slack',
|
||||
'general_webhook' => 'General Webhook',
|
||||
'ms_teams' => 'Microsoft Teams',
|
||||
'webhook' => ':app',
|
||||
'webhook_presave' => 'Test to Save',
|
||||
'webhook_title' => 'Update Webhook Settings',
|
||||
'webhook_help' => 'Integration settings',
|
||||
'webhook_botname' => ':app Botname',
|
||||
'webhook_channel' => ':app Channel',
|
||||
'webhook_endpoint' => ':app Endpoint',
|
||||
'webhook_integration' => ':app Settings',
|
||||
'webhook_test' =>'Test :app integration',
|
||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||
'snipe_version' => 'Snipe-IT version',
|
||||
'support_footer' => 'Support Footer Links ',
|
||||
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
|
||||
'version_footer' => 'Version in Footer ',
|
||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
||||
'system' => 'System Information',
|
||||
'update' => 'Update Settings',
|
||||
'value' => 'Núvirði',
|
||||
'brand' => 'Branding',
|
||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
||||
'brand_help' => 'Logo, Site Name',
|
||||
'web_brand' => 'Web Branding Type',
|
||||
'about_settings_title' => 'About Settings',
|
||||
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
||||
'labels_per_page' => 'Labels per page',
|
||||
'label_dimensions' => 'Label dimensions (inches)',
|
||||
'next_auto_tag_base' => 'Next auto-increment',
|
||||
'page_padding' => 'Page margins (inches)',
|
||||
'privacy_policy_link' => 'Link to Privacy Policy',
|
||||
'privacy_policy' => 'Privacy Policy',
|
||||
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
|
||||
'purge' => 'Purge Deleted Records',
|
||||
'purge_deleted' => 'Purge Deleted ',
|
||||
'labels_display_bgutter' => 'Label bottom gutter',
|
||||
'labels_display_sgutter' => 'Label side gutter',
|
||||
'labels_fontsize' => 'Label font size',
|
||||
'labels_pagewidth' => 'Label sheet width',
|
||||
'labels_pageheight' => 'Label sheet height',
|
||||
'label_gutters' => 'Label spacing (inches)',
|
||||
'page_dimensions' => 'Page dimensions (inches)',
|
||||
'label_fields' => 'Label visible fields',
|
||||
'inches' => 'tommur',
|
||||
'width_w' => 'w',
|
||||
'height_h' => 'h',
|
||||
'show_url_in_emails' => 'Link to Snipe-IT in Emails',
|
||||
'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ',
|
||||
'text_pt' => 'pt',
|
||||
'thumbnail_max_h' => 'Max thumbnail height',
|
||||
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.',
|
||||
'two_factor' => 'Tveggja þátta auðkenning',
|
||||
'two_factor_secret' => 'Two-Factor Code',
|
||||
'two_factor_enrollment' => 'Two-Factor Enrollment',
|
||||
'two_factor_enabled_text' => 'Enable Two Factor',
|
||||
'two_factor_reset' => 'Reset Two-Factor Secret',
|
||||
'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
|
||||
'two_factor_reset_success' => 'Two factor device successfully reset',
|
||||
'two_factor_reset_error' => 'Two factor device reset failed',
|
||||
'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.',
|
||||
'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.',
|
||||
'two_factor_optional' => 'Selective (Users can enable or disable if permitted)',
|
||||
'two_factor_required' => 'Required for all users',
|
||||
'two_factor_disabled' => 'Disabled',
|
||||
'two_factor_enter_code' => 'Enter Two-Factor Code',
|
||||
'two_factor_config_complete' => 'Submit Code',
|
||||
'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.',
|
||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||
'require_accept_signature' => 'Krefjast undirskriftar',
|
||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||
'left' => 'vinstri',
|
||||
'right' => 'hægri',
|
||||
'top' => 'top',
|
||||
'bottom' => 'bottom',
|
||||
'vertical' => 'lóðrétt',
|
||||
'horizontal' => 'lárétt',
|
||||
'unique_serial' => 'Unique serial numbers',
|
||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
||||
'zerofill_count' => 'Length of asset tags, including zerofill',
|
||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
||||
'oauth_title' => 'OAuth API Settings',
|
||||
'oauth' => 'OAuth',
|
||||
'oauth_help' => 'Oauth Endpoint Settings',
|
||||
'asset_tag_title' => 'Update Asset Tag Settings',
|
||||
'barcode_title' => 'Update Barcode Settings',
|
||||
'barcodes' => 'Barcodes',
|
||||
'barcodes_help_overview' => 'Barcode & QR settings',
|
||||
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
|
||||
'barcodes_spinner' => 'Attempting to delete files...',
|
||||
'barcode_delete_cache' => 'Delete Barcode Cache',
|
||||
'branding_title' => 'Update Branding Settings',
|
||||
'general_title' => 'Update General Settings',
|
||||
'mail_test' => 'Send Test',
|
||||
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
|
||||
'filter_by_keyword' => 'Filter by setting keyword',
|
||||
'security' => 'Security',
|
||||
'security_title' => 'Update Security Settings',
|
||||
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
|
||||
'security_help' => 'Two-factor, Password Restrictions',
|
||||
'groups_keywords' => 'permissions, permission groups, authorization',
|
||||
'groups_help' => 'Account permission groups',
|
||||
'localization' => 'Localization',
|
||||
'localization_title' => 'Update Localization Settings',
|
||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
||||
'localization_help' => 'Language, date display',
|
||||
'notifications' => 'Notifications',
|
||||
'notifications_help' => 'Email Alerts & Audit Settings',
|
||||
'asset_tags_help' => 'Incrementing and prefixes',
|
||||
'labels' => 'Labels',
|
||||
'labels_title' => 'Update Label Settings',
|
||||
'labels_help' => 'Label sizes & settings',
|
||||
'purge' => 'Purge',
|
||||
'purge_keywords' => 'permanently delete',
|
||||
'purge_help' => 'Purge Deleted Records',
|
||||
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
|
||||
'ldap_ad' => 'LDAP/AD',
|
||||
'employee_number' => 'Starfsmanna númer',
|
||||
'create_admin_user' => 'Create a User ::',
|
||||
'create_admin_success' => 'Success! Your admin user has been added!',
|
||||
'create_admin_redirect' => 'Click here to go to your app login!',
|
||||
'setup_migrations' => 'Database Migrations ::',
|
||||
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'label2_template' => 'Template',
|
||||
'label2_template_help' => 'Select which template to use for label generation',
|
||||
'label2_title' => 'Titill',
|
||||
'label2_title_help' => 'The title to show on labels that support it',
|
||||
'label2_title_help_phold' => 'The placeholder <code>{COMPANY}</code> will be replaced with the asset's company name',
|
||||
'label2_asset_logo' => 'Use Asset Logo',
|
||||
'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at <code>:setting_name</code>',
|
||||
'label2_1d_type' => '1D Barcode Type',
|
||||
'label2_1d_type_help' => 'Format for 1D barcodes',
|
||||
'label2_2d_type' => '2D Barcode Type',
|
||||
'label2_2d_type_help' => 'Format for 2D barcodes',
|
||||
'label2_2d_target' => '2D Barcode Target',
|
||||
'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
|
||||
'label2_fields' => 'Field Definitions',
|
||||
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
|
||||
'help_asterisk_bold' => 'Text entered as <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
'mail_reply_to' => 'Mail Reply-To Address',
|
||||
'mail_from' => 'Mail From Address',
|
||||
'database_driver' => 'Database Driver',
|
||||
'bs_table_storage' => 'Table Storage',
|
||||
'timezone' => 'Timezone',
|
||||
|
||||
];
|
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'update' => [
|
||||
'error' => 'An error has occurred while updating. ',
|
||||
'success' => 'Settings updated successfully.',
|
||||
],
|
||||
'backup' => [
|
||||
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
|
||||
'file_deleted' => 'Öryggisafritaskránni var eytt. ',
|
||||
'generated' => 'Ný öryggisafritaskrá var búin til.',
|
||||
'file_not_found' => 'Þessi öryggisafritaskrá finnst ekki á vefþjóninum.',
|
||||
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
|
||||
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
|
||||
],
|
||||
'purge' => [
|
||||
'error' => 'An error has occurred while purging. ',
|
||||
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
|
||||
'success' => 'Deleted records successfully purged.',
|
||||
],
|
||||
'mail' => [
|
||||
'sending' => 'Sending Test Email...',
|
||||
'success' => 'Mail sent!',
|
||||
'error' => 'Mail could not be sent.',
|
||||
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
|
||||
],
|
||||
'ldap' => [
|
||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
||||
'500' => '500 Server Error. Please check your server logs for more information.',
|
||||
'error' => 'Eitthvað fór úrskeiðis :(',
|
||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
||||
'testing_authentication' => 'Prófa LDAP auðkenningu...',
|
||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||
],
|
||||
'webhook' => [
|
||||
'sending' => 'Sending :app test message...',
|
||||
'success' => 'Your :webhook_name Integration works!',
|
||||
'success_pt1' => 'Success! Check the ',
|
||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||
'500' => '500 Server Error.',
|
||||
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
|
||||
'error_misc' => 'Eitthvað fór úrskeiðis. :( ',
|
||||
]
|
||||
];
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'created' => 'Stofnað',
|
||||
'size' => 'Size',
|
||||
);
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'does_not_exist' => 'Status Label does not exist.',
|
||||
'deleted_label' => 'Deleted Status Label',
|
||||
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
|
||||
|
||||
'create' => [
|
||||
'error' => 'Status Label was not created, please try again.',
|
||||
'success' => 'Status Label created successfully.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'Status Label was not updated, please try again',
|
||||
'success' => 'Status Label updated successfully.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'Are you sure you wish to delete this Status Label?',
|
||||
'error' => 'There was an issue deleting the Status Label. Please try again.',
|
||||
'success' => 'The Status Label was deleted successfully.',
|
||||
],
|
||||
|
||||
'help' => [
|
||||
'undeployable' => 'Þessum eignum er ekki hægt að úthluta til notenda.',
|
||||
'deployable' => 'Þessum eignum er hægt að ráðstafa. Þegar þeim er ráðstafað fá þær almenna stöðugildið <i class="fas fa-circle text-blue"></i> <strong>Í notkun</strong>.',
|
||||
'archived' => 'Þessum eignum er ekki hægt að ráðstafa og þær sjást eingöngu í þar til gerðum lista. Þetta er gagnlegt til að varðveita upplýsingar um eignir sem nýta má við gerð fjárhagsáætlana eða til að halda utan um sögu eigna á sama tíma og þeim er haldið utan við þann eignalista sem unnið er með daglega.',
|
||||
'pending' => 'Þessum eignum er ekki hægt að úthluta til notenda að svo stöddu. Oft notað fyrir hluti sem eru í viðgerð en er viðbúið að verði teknir aftur í notkun.',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'About Status Labels',
|
||||
'archived' => 'Safnvistað',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'default_label' => 'Default Label',
|
||||
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
||||
'deployable' => 'Nothæfar',
|
||||
'info' => 'Stöðumerkingar eru notaðar til að lýsa því ástandi sem eignir geta verið í. Þær geta verið í viðgerð, týndar/stolnar o. s. frv. Þú getur búið til nýjar stöðumerkingar fyrir eignir sem eru tilbúnar til ráðstöfunar, eru á bið eða hafa verið safnvistaðar.',
|
||||
'name' => 'Status Name',
|
||||
'pending' => 'Á bið',
|
||||
'status_type' => 'Tegund stöðu',
|
||||
'show_in_nav' => 'Sýna í hliðarvalmynd',
|
||||
'title' => 'Stöðu merkingar',
|
||||
'undeployable' => 'Ónothæfar',
|
||||
'update' => 'Update Status Label',
|
||||
);
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Birgja eytt',
|
||||
'does_not_exist' => 'Þessi birgir er ekki til.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Þessi birgir var ekki skráður. Vinsamlegast reyndu aftur.',
|
||||
'success' => 'Supplier created successfully.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Þessi birgi var ekki skráður. Vinsamlegast reyndu aftur',
|
||||
'success' => 'Supplier updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ertu viss um að þú viljir afskrá þennan birgi?',
|
||||
'error' => 'There was an issue deleting the supplier. Please try again.',
|
||||
'success' => 'Supplier was deleted successfully.',
|
||||
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'Um birgja',
|
||||
'about_suppliers_text' => 'Birgjar eru notaðir til að rekja uppruna hluta',
|
||||
'address' => 'Heimilisfang birgja',
|
||||
'assets' => 'Eignir',
|
||||
'city' => 'Borg',
|
||||
'contact' => 'Nafn tengiliðar',
|
||||
'country' => 'Land',
|
||||
'create' => 'Skrá birgja',
|
||||
'email' => 'Netfang',
|
||||
'fax' => 'Fax',
|
||||
'id' => 'ID',
|
||||
'licenses' => 'Leyfi',
|
||||
'name' => 'Heiti birgja',
|
||||
'notes' => 'Athugasemdir',
|
||||
'phone' => 'Sími',
|
||||
'state' => 'Fylki',
|
||||
'suppliers' => 'Birgjar',
|
||||
'update' => 'Update Supplier',
|
||||
'view' => 'Skoða birgja',
|
||||
'view_assets_for' => 'View Assets for',
|
||||
'zip' => 'Póstnúmer',
|
||||
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'activated_help_text' => 'Þessi notandi getur skráð sig inn',
|
||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
||||
'assets_user' => 'Eignum úthlutað til :name',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
|
||||
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
|
||||
'current_assets' => 'Eignir sem ráðstafað hefur verið til þessa notanda',
|
||||
'clone' => 'Afrita notenda',
|
||||
'contact_user' => 'Tengiliður :name',
|
||||
'edit' => 'Breyta notanda',
|
||||
'filetype_info' => 'Leyfðar skráar týpur eru png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
||||
'history_user' => 'Saga :name',
|
||||
'info' => 'Upplýsingar',
|
||||
'restore_user' => 'Click here to restore them.',
|
||||
'last_login' => 'Siðasta innskráning',
|
||||
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
|
||||
'print_assigned' => 'Prenta allt skráð',
|
||||
'email_assigned' => 'Senda t-póst með öllum skráðum búnaði (Email List of All Assigned)',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||
'software_user' => 'Software Checked out to :name',
|
||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||
'view_user' => 'Skoða notanda :name',
|
||||
'usercsv' => 'CSV skrá',
|
||||
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
|
||||
'two_factor_enrolled' => '2FA Device Enrolled',
|
||||
'two_factor_active' => '2FA Active',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'activation_status_warning' => 'Do not change activation status',
|
||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'warning_deletion_information' => 'Þú ert að fara skrá ALLA hluti inn frá :count user(s) hér að neðan. Nöfn kerfisstjórar eru uppljómuð með rauðu.',
|
||||
'update_user_assets_status' => 'Uppfæra allar eignir fyrir þessa notendur í þessa stöðu',
|
||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||
'remote_label' => 'This is a remote user',
|
||||
'remote' => 'Remote',
|
||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||
'not_remote_label' => 'This is not a remote user',
|
||||
'vip_label' => 'VIP user',
|
||||
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||
'create_user' => 'Create a user',
|
||||
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
||||
'email_credentials' => 'Email credentials',
|
||||
'email_credentials_text' => 'Email my credentials to the email address above',
|
||||
'next_save_user' => 'Next: Save User',
|
||||
'all_assigned_list_generation' => 'Generated on:',
|
||||
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||
];
|
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'accepted' => 'Þú hefur samþykkt þessa eign.',
|
||||
'declined' => 'You have successfully declined this asset.',
|
||||
'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.',
|
||||
'user_exists' => 'User already exists!',
|
||||
'user_not_found' => 'User does not exist.',
|
||||
'user_login_required' => 'The login field is required',
|
||||
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
|
||||
'user_password_required' => 'The password is required.',
|
||||
'insufficient_permissions' => 'Insufficient Permissions.',
|
||||
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
|
||||
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
|
||||
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
|
||||
'password_reset_sent' => 'A password reset link has been sent to :email!',
|
||||
'user_has_no_email' => 'Þessi notandi er ekki með skráð netfang á prófílnum sínum.',
|
||||
'log_record_not_found' => 'A matching log record for this user could not be found.',
|
||||
|
||||
|
||||
'success' => array(
|
||||
'create' => 'User was successfully created.',
|
||||
'update' => 'User was successfully updated.',
|
||||
'update_bulk' => 'Users were successfully updated!',
|
||||
'delete' => 'User was successfully deleted.',
|
||||
'ban' => 'User was successfully banned.',
|
||||
'unban' => 'User was successfully unbanned.',
|
||||
'suspend' => 'User was successfully suspended.',
|
||||
'unsuspend' => 'User was successfully unsuspended.',
|
||||
'restored' => 'User was successfully restored.',
|
||||
'import' => 'Users imported successfully.',
|
||||
),
|
||||
|
||||
'error' => array(
|
||||
'create' => 'There was an issue creating the user. Please try again.',
|
||||
'update' => 'There was an issue updating the user. Please try again.',
|
||||
'delete' => 'There was an issue deleting the user. Please try again.',
|
||||
'delete_has_assets' => 'This user has items assigned and could not be deleted.',
|
||||
'unsuspend' => 'There was an issue unsuspending the user. Please try again.',
|
||||
'import' => 'There was an issue importing users. Please try again.',
|
||||
'asset_already_accepted' => 'Þessi eign hefur þegar verið samþykkt.',
|
||||
'accept_or_decline' => 'Þú verður annað hvort að samþykkja eða hafna þessari eign.',
|
||||
'incorrect_user_accepted' => 'Eigninni sem þú reyndir að samþykkja var ekki ráðstafað til þín.',
|
||||
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
|
||||
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
|
||||
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
|
||||
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
|
||||
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'File not deleted. Please try again.',
|
||||
'success' => 'File successfully deleted.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'File(s) not uploaded. Please try again.',
|
||||
'success' => 'File(s) successfully uploaded.',
|
||||
'nofiles' => 'You did not select any files for upload',
|
||||
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
|
||||
),
|
||||
|
||||
'inventorynotification' => array(
|
||||
'error' => 'Þessi notandi er ekki með netfang skilgreint.',
|
||||
'success' => 'Búið að tilkynna notenda um núverandi birgðastöðu.'
|
||||
)
|
||||
);
|
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'activated' => 'Virkur',
|
||||
'allow' => 'Heimila',
|
||||
'checkedout' => 'Eignir',
|
||||
'created_at' => 'Stofnað',
|
||||
'createuser' => 'Stofna notanda',
|
||||
'deny' => 'Hafna',
|
||||
'email' => 'Netfang',
|
||||
'employee_num' => 'Starfsmanna nr.',
|
||||
'first_name' => 'Fornafn',
|
||||
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
||||
'id' => 'Id',
|
||||
'inherit' => 'Erfðir ',
|
||||
'job' => 'Starfsheiti',
|
||||
'last_login' => 'Siðasta innskráning',
|
||||
'last_name' => 'Eftirnafn',
|
||||
'location' => 'Staðsetning',
|
||||
'lock_passwords' => 'Login details cannot be changed on this installation.',
|
||||
'manager' => 'Yfirmaður',
|
||||
'managed_locations' => 'Managed Locations',
|
||||
'name' => 'Nafn',
|
||||
'nogroup' => 'No groups have been created yet. To add one, visit: ',
|
||||
'notes' => 'Athugasemdir',
|
||||
'password_confirm' => 'Staðfesta lykilorð',
|
||||
'password' => 'Lykilorð',
|
||||
'phone' => 'Símanúmer',
|
||||
'show_current' => 'Sýna núverandi notendur',
|
||||
'show_deleted' => 'Sýna eydda notendur',
|
||||
'title' => 'Titill',
|
||||
'to_restore_them' => 'to restore them.',
|
||||
'total_assets_cost' => "Heildarkostnaður búnaðar",
|
||||
'updateuser' => 'Uppfæra notenda',
|
||||
'username' => 'Notendanafn',
|
||||
'user_deleted_text' => 'This user has been marked as deleted.',
|
||||
'username_note' => '(This is used for Active Directory binding only, not for login.)',
|
||||
'cloneuser' => 'Klóna notenda',
|
||||
'viewusers' => 'Skoða notendur',
|
||||
);
|
20
Productivite/Snipe-IT/resources/lang/is-IS/auth.php
Normal file
20
Productivite/Snipe-IT/resources/lang/is-IS/auth.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'password' => 'The provided password is incorrect.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
||||
);
|
19
Productivite/Snipe-IT/resources/lang/is-IS/auth/general.php
Normal file
19
Productivite/Snipe-IT/resources/lang/is-IS/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Send Password Reset Link',
|
||||
'email_reset_password' => 'Email Password Reset',
|
||||
'reset_password' => 'Reset Password',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Login',
|
||||
'login_prompt' => 'Please Login',
|
||||
'forgot_password' => 'Ég hef gleymt lykilorðinu mínu',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Muna eftir mér',
|
||||
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
|
||||
'google_login' => 'Login with Google Workspace',
|
||||
'google_login_failed' => 'Google Login failed, please try again.',
|
||||
|
||||
];
|
||||
|
45
Productivite/Snipe-IT/resources/lang/is-IS/auth/message.php
Normal file
45
Productivite/Snipe-IT/resources/lang/is-IS/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => 'An account with the this email already exists.',
|
||||
'account_not_found' => 'The username or password is incorrect.',
|
||||
'account_not_activated' => 'This user account is not activated.',
|
||||
'account_suspended' => 'This user account is suspended.',
|
||||
'account_banned' => 'This user account is banned.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'You have successfully logged in.',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'There was a problem while trying to log you in, please try again.',
|
||||
'success' => 'You have successfully logged in.',
|
||||
),
|
||||
|
||||
'logout' => array(
|
||||
'error' => 'There was a problem while trying to log you out, please try again.',
|
||||
'success' => 'You have successfully logged out.',
|
||||
),
|
||||
|
||||
'signup' => array(
|
||||
'error' => 'There was a problem while trying to create your account, please try again.',
|
||||
'success' => 'Account sucessfully created.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'There was a problem while trying to get a reset password code, please try again.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'There was a problem while trying to reset your password, please try again.',
|
||||
'success' => 'Your password has been successfully reset.',
|
||||
),
|
||||
|
||||
|
||||
);
|
24
Productivite/Snipe-IT/resources/lang/is-IS/button.php
Normal file
24
Productivite/Snipe-IT/resources/lang/is-IS/button.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => 'Aðgerðir',
|
||||
'add' => 'Bæta við nýjum',
|
||||
'cancel' => 'Hætta við',
|
||||
'checkin_and_delete' => 'Skrá inn allt / Eyða notenda',
|
||||
'delete' => 'Eyða',
|
||||
'edit' => 'Breyta',
|
||||
'restore' => 'Endurheimta',
|
||||
'remove' => 'Fjarlægja',
|
||||
'request' => 'Óska eftir',
|
||||
'submit' => 'Staðfesta',
|
||||
'upload' => 'Hlaða upp',
|
||||
'select_file' => 'Velja skrá...',
|
||||
'select_files' => 'Velja skrár...',
|
||||
'generate_labels' => 'Útbúa límmiða',
|
||||
'send_password_link' => 'Send Password Reset Link',
|
||||
'go' => 'Go',
|
||||
'bulk_actions' => 'Bulk Actions',
|
||||
'add_maintenance' => 'Bæta við viðhaldi',
|
||||
'append' => 'Bæta við',
|
||||
'new' => 'Nýtt',
|
||||
];
|
532
Productivite/Snipe-IT/resources/lang/is-IS/general.php
Normal file
532
Productivite/Snipe-IT/resources/lang/is-IS/general.php
Normal file
@ -0,0 +1,532 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'2FA_reset' => '2FA reset',
|
||||
'accessories' => 'Aukahlutir',
|
||||
'activated' => 'Virkjað',
|
||||
'accepted_date' => 'Date Accepted',
|
||||
'accessory' => 'Aukahlutur',
|
||||
'accessory_report' => 'Aukahlutaskýrsla',
|
||||
'action' => 'Aðgerð',
|
||||
'activity_report' => 'Aðgerðaskýrsla',
|
||||
'address' => 'Heimilisfang',
|
||||
'admin' => 'Kerfisstjóri',
|
||||
'administrator' => 'Kerfisstjóri',
|
||||
'add_seats' => 'Viðbætt leyfi',
|
||||
'age' => "Aldur",
|
||||
'all_assets' => 'Allar eignir',
|
||||
'all' => 'Allt',
|
||||
'archived' => 'Geymt',
|
||||
'asset_models' => 'Tegundir',
|
||||
'asset_model' => 'Tegund',
|
||||
'asset' => 'Eign',
|
||||
'asset_report' => 'Eignaskýrsla',
|
||||
'asset_tag' => 'Eignar merki',
|
||||
'asset_tags' => 'Búnaðarmmiðar',
|
||||
'assets_available' => 'tiltækar eignir',
|
||||
'accept_assets' => 'Samþykkja Eign :name',
|
||||
'accept_assets_menu' => 'Samþykkja eign',
|
||||
'audit' => 'Úttekt',
|
||||
'audit_report' => 'Úttektarsaga',
|
||||
'assets' => 'Eignir',
|
||||
'assets_audited' => 'assets audited',
|
||||
'assets_checked_in_count' => 'assets checked in',
|
||||
'assets_checked_out_count' => 'assets checked out',
|
||||
'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.',
|
||||
'assigned_date' => 'Date Assigned',
|
||||
'assigned_to' => 'Skráð á',
|
||||
'assignee' => 'Assigned to',
|
||||
'avatar_delete' => 'Delete Avatar',
|
||||
'avatar_upload' => 'Upload Avatar',
|
||||
'back' => 'Til baka',
|
||||
'bad_data' => 'Ekkert fannst. Maybe bad data?',
|
||||
'bulkaudit' => 'Bulk Audit',
|
||||
'bulkaudit_status' => 'Staða úttektar',
|
||||
'bulk_checkout' => 'Bulk Checkout',
|
||||
'bulk_edit' => 'Bulk Edit',
|
||||
'bulk_delete' => 'Bulk Delete',
|
||||
'bulk_actions' => 'Bulk Actions',
|
||||
'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
|
||||
'byod' => 'BYOD',
|
||||
'byod_help' => 'This device is owned by the user',
|
||||
'bystatus' => 'eftir stöðu',
|
||||
'cancel' => 'Hætta við',
|
||||
'categories' => 'Vöruflokkar',
|
||||
'category' => 'Vöruflokkur',
|
||||
'change' => 'Inn/Út',
|
||||
'changeemail' => 'Breyta netfangi',
|
||||
'changepassword' => 'Breyta lykilorði',
|
||||
'checkin' => 'Skrá inn',
|
||||
'checkin_from' => 'Skráningarform',
|
||||
'checkout' => 'Skrá út',
|
||||
'checkouts_count' => 'Ráðstafanir',
|
||||
'checkins_count' => 'Skil',
|
||||
'user_requests_count' => 'Beiðnir',
|
||||
'city' => 'Borg',
|
||||
'click_here' => 'Smelltu hér',
|
||||
'clear_selection' => 'Hreinsa val',
|
||||
'companies' => 'Fyrirtæki',
|
||||
'company' => 'Fyrirtæki',
|
||||
'component' => 'Eining',
|
||||
'components' => 'Einingar',
|
||||
'complete' => 'Lokið',
|
||||
'consumable' => 'Rekstrarvara',
|
||||
'consumables' => 'Rekstrarvörur',
|
||||
'country' => 'Land',
|
||||
'could_not_restore' => 'Error restoring :item_type: :error',
|
||||
'not_deleted' => 'The :item_type is not deleted so it cannot be restored',
|
||||
'create' => 'Stofna nýtt',
|
||||
'created' => 'Hlutur stofnaður',
|
||||
'created_asset' => 'skráði eign',
|
||||
'created_at' => 'Stofnað',
|
||||
'created_by' => 'Stofnað af',
|
||||
'record_created' => 'Færsla stofnuð',
|
||||
'updated_at' => 'Uppfært',
|
||||
'currency' => '$', // this is deprecated
|
||||
'current' => 'Núverandi',
|
||||
'current_password' => 'Núverandi Lykilorð',
|
||||
'customize_report' => 'Sérsníðin skýrsla',
|
||||
'custom_report' => 'Sérsníðin eigna skýrsla',
|
||||
'dashboard' => 'Stjórnborð',
|
||||
'days' => 'dagar',
|
||||
'days_to_next_audit' => 'Dagar fram að næstu úttekt',
|
||||
'date' => 'Dagsetning',
|
||||
'debug_warning' => 'Varúð!',
|
||||
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
||||
'delete' => 'Eyða',
|
||||
'delete_confirm' => 'Ertu viss um að þú viljir eyða þessum :item?',
|
||||
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.',
|
||||
'deleted' => 'Eytt',
|
||||
'delete_seats' => 'Eydd leyfi',
|
||||
'deletion_failed' => 'Eyðing mistókst',
|
||||
'departments' => 'Deildir',
|
||||
'department' => 'Deild',
|
||||
'deployed' => 'Í notkun',
|
||||
'depreciation' => 'Fyrning',
|
||||
'depreciations' => 'Afskriftir',
|
||||
'depreciation_report' => 'Afskrifta skýrsla',
|
||||
'details' => 'Smáatriði',
|
||||
'download' => 'Hlaða niður',
|
||||
'download_all' => 'Hlaða öllu niður',
|
||||
'editprofile' => 'Edit Your Profile',
|
||||
'eol' => 'Lok línu',
|
||||
'email_domain' => 'Lén tölvupósts',
|
||||
'email_format' => 'Email Format',
|
||||
'employee_number' => 'Starfsmanna númer',
|
||||
'email_domain_help' => 'This is used to generate email addresses when importing',
|
||||
'error' => 'Villa',
|
||||
'exclude_archived' => 'Sleppa geymdum eignum',
|
||||
'exclude_deleted' => 'Sleppa eyddum eignum',
|
||||
'example' => 'Dæmi: ',
|
||||
'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
|
||||
'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
|
||||
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
|
||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
||||
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
|
||||
'firstname_lastname_display' => 'Fornafn Eftirnafn (Jane Smith)',
|
||||
'lastname_firstname_display' => 'Eftirnafn Fornafn (Smith Jane)',
|
||||
'name_display_format' => 'Nafn á birtingaforsniði',
|
||||
'first' => 'Fyrsta',
|
||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
||||
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
|
||||
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
|
||||
'first_name' => 'Fornafn',
|
||||
'first_name_format' => 'Fornafn (jane@example.com)',
|
||||
'files' => 'Skrár',
|
||||
'file_name' => 'Skrá',
|
||||
'file_type' => 'Skráartegund',
|
||||
'filesize' => 'File Size',
|
||||
'file_uploads' => 'Hlaða upp skrá',
|
||||
'file_upload' => 'Hlaða upp skrá',
|
||||
'generate' => 'Útbúa',
|
||||
'generate_labels' => 'Útbúa límmiða',
|
||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'groups' => 'Hópar',
|
||||
'gravatar_email' => 'Gravatar Email Address',
|
||||
'gravatar_url' => '<a href="http://gravatar.com"><small>Change your avatar at Gravatar.com</small></a>.',
|
||||
'history' => 'Saga',
|
||||
'history_for' => 'Saga fyrir',
|
||||
'id' => 'ID',
|
||||
'image' => 'Mynd',
|
||||
'image_delete' => 'Eyða mynd',
|
||||
'include_deleted' => 'Inniheldur eyddar eignir',
|
||||
'image_upload' => 'Hlaða upp mynd',
|
||||
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.',
|
||||
'filetypes_size_help' => 'Max upload size allowed is :size.',
|
||||
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
|
||||
'import' => 'Flytja inn',
|
||||
'import_this_file' => 'Map fields and process this file',
|
||||
'importing' => 'Importing',
|
||||
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
|
||||
'import-history' => 'Saga innflutninga',
|
||||
'asset_maintenance' => 'Viðhald eignar',
|
||||
'asset_maintenance_report' => 'Viðhaldsskýrsla eignar',
|
||||
'asset_maintenances' => 'Viðhaldssaga eignar',
|
||||
'item' => 'Item:',
|
||||
'item_name' => 'Nafn hlutar',
|
||||
'import_file' => 'import CSV file',
|
||||
'import_type' => 'CSV import type',
|
||||
'insufficient_permissions' => 'Ónægar aðgangsheimildir!',
|
||||
'kits' => 'Útbúnaðarlistar',
|
||||
'language' => 'Tungumál',
|
||||
'last' => 'Síðasta',
|
||||
'last_login' => 'Siðasta innskráning',
|
||||
'last_name' => 'Eftirnafn',
|
||||
'license' => 'Leyfi',
|
||||
'license_report' => 'Leyfisskýrsla',
|
||||
'licenses_available' => 'leyfi í boði',
|
||||
'licenses' => 'Leyfi',
|
||||
'list_all' => 'Sýna allt',
|
||||
'loading' => 'Hleð... vinsamlega bíðið....',
|
||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
||||
'feature_disabled' => 'This feature has been disabled for the demo installation.',
|
||||
'location' => 'Staðsetning',
|
||||
'location_plural' => 'Location|Locations',
|
||||
'locations' => 'Staðsetningar',
|
||||
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
|
||||
'logout' => 'Útskráning',
|
||||
'lookup_by_tag' => 'Leita eftir merki eignar',
|
||||
'maintenances' => 'Viðhald',
|
||||
'manage_api_keys' => 'Manage API Keys',
|
||||
'manufacturer' => 'Framleiðandi',
|
||||
'manufacturers' => 'Framleiðendur',
|
||||
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'min_amt' => 'Min. QTY',
|
||||
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.',
|
||||
'model_no' => 'Tegundar Nr.',
|
||||
'months' => 'mánuðir',
|
||||
'moreinfo' => 'Nánar',
|
||||
'name' => 'Heiti',
|
||||
'new_password' => 'Nýtt lykilorð',
|
||||
'next' => 'Næst',
|
||||
'next_audit_date' => 'Dagsetning næstu úttektar',
|
||||
'no_email' => 'No email address associated with this user',
|
||||
'last_audit' => 'Síðasta úttekt',
|
||||
'new' => 'Nýtt',
|
||||
'no_depreciation' => 'Engar afskriftir',
|
||||
'no_results' => 'Engar niðurstöður.',
|
||||
'no' => 'Nei',
|
||||
'notes' => 'Athugasemdir',
|
||||
'order_number' => 'Reikningsnúmer',
|
||||
'only_deleted' => 'Aðeins eyddar eignir',
|
||||
'page_menu' => 'Sýni _MENU_ atriði',
|
||||
'pagination_info' => 'Sýni atriði _START_ til _END_ af alls _TOTAL_ atriðum',
|
||||
'pending' => 'Á bið',
|
||||
'people' => 'Fólk',
|
||||
'per_page' => 'Niðurstöður á síðu',
|
||||
'previous' => 'Fyrri',
|
||||
'processing' => 'Vinnsla',
|
||||
'profile' => 'Þinn prófíll',
|
||||
'purchase_cost' => 'Innkaupsverð',
|
||||
'purchase_date' => 'Innkaups dagsetning',
|
||||
'qty' => 'Fj',
|
||||
'quantity' => 'Fjöldi',
|
||||
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
|
||||
'quickscan_checkin' => 'Quick Scan Checkin',
|
||||
'quickscan_checkin_status' => 'Checkin Status',
|
||||
'ready_to_deploy' => 'Tilbúin til notkunar',
|
||||
'recent_activity' => 'Nýleg virkni',
|
||||
'remaining' => 'Eftir',
|
||||
'remove_company' => 'Remove Company Association',
|
||||
'reports' => 'Skýrslur',
|
||||
'restored' => 'endurheimt',
|
||||
'restore' => 'Endurheimta',
|
||||
'requestable_models' => 'Óska eftir Módelum',
|
||||
'requested' => 'Óskað eftir',
|
||||
'requested_date' => 'Requested Date',
|
||||
'requested_assets' => 'Requested Assets',
|
||||
'requested_assets_menu' => 'Requested Assets',
|
||||
'request_canceled' => 'Beiðni endurkölluð',
|
||||
'save' => 'Vista',
|
||||
'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
|
||||
'select' => 'Veldu',
|
||||
'select_all' => 'Veldu alla',
|
||||
'search' => 'Leita',
|
||||
'select_category' => 'Veldu flokk',
|
||||
'select_department' => 'Veldu deild',
|
||||
'select_depreciation' => 'Veldu afskriftir',
|
||||
'select_location' => 'Veldu Staðsetningu',
|
||||
'select_manufacturer' => 'Veldu framleiðanda',
|
||||
'select_model' => 'Veldu tegund',
|
||||
'select_supplier' => 'Veldu framleiðanda',
|
||||
'select_user' => 'Veldu notanda',
|
||||
'select_date' => 'Veldu dagsetningu (YYYY-MM-DD)',
|
||||
'select_statuslabel' => 'Veldu stöðu',
|
||||
'select_company' => 'Veldu fyrirtæki',
|
||||
'select_asset' => 'Veldu tæki',
|
||||
'settings' => 'Stillingar',
|
||||
'show_deleted' => 'Sýna eytt',
|
||||
'show_current' => 'Sýna núverandi',
|
||||
'sign_in' => 'Skrá inn',
|
||||
'signature' => 'Undirskrift',
|
||||
'signed_off_by' => 'Undirritað af',
|
||||
'skin' => 'Útlit',
|
||||
'webhook_msg_note' => 'A notification will be sent via webhook',
|
||||
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!',
|
||||
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
|
||||
'site_name' => 'Nafn vefsins',
|
||||
'state' => 'Ríki',
|
||||
'status_labels' => 'Stöðu merkingar',
|
||||
'status' => 'Staða',
|
||||
'accept_eula' => 'Samþykkja skilyrði',
|
||||
'supplier' => 'Framleiðandi',
|
||||
'suppliers' => 'Framleiðendur',
|
||||
'sure_to_delete' => 'Ertu viss um að þú viljir eyða',
|
||||
'sure_to_delete_var' => 'Ertu viss um að þú viljir eyða þessum :item?',
|
||||
'delete_what' => 'Delete :item',
|
||||
'submit' => 'Staðfesta',
|
||||
'target' => 'Merking',
|
||||
'time_and_date_display' => 'Birta tíma og dagsetningu',
|
||||
'total_assets' => 'skráðar eignir',
|
||||
'total_licenses' => 'total licenses',
|
||||
'total_accessories' => 'total accessories',
|
||||
'total_consumables' => 'rekstrarvörur',
|
||||
'type' => 'Týpa',
|
||||
'undeployable' => 'Ónothæfar',
|
||||
'unknown_admin' => 'Unknown Admin',
|
||||
'username_format' => 'Username Format',
|
||||
'username' => 'Notendanafn',
|
||||
'update' => 'Uppfæra',
|
||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
||||
'uploaded' => 'Uploaded',
|
||||
'user' => 'Notandi',
|
||||
'accepted' => 'samþykkt',
|
||||
'declined' => 'hafnað',
|
||||
'unassigned' => 'Óúthlutað',
|
||||
'unaccepted_asset_report' => 'Ósamþykktar Eignir',
|
||||
'users' => 'Notendur',
|
||||
'viewall' => 'Skoða allt',
|
||||
'viewassets' => 'Skoða skráðar eignir',
|
||||
'viewassetsfor' => 'View Assets for :name',
|
||||
'website' => 'Vefsíða',
|
||||
'welcome' => 'Velkomin(n), :name',
|
||||
'years' => 'ár',
|
||||
'yes' => 'Já',
|
||||
'zip' => 'Póstnúmer',
|
||||
'noimage' => 'No image uploaded or image not found.',
|
||||
'file_does_not_exist' => 'Umbeðin skrá er ekki til á þjóninum.',
|
||||
'file_upload_success' => 'Upphleðsla skráa tókst!',
|
||||
'no_files_uploaded' => 'Upphleðsla skráa tókst!',
|
||||
'token_expired' => 'Your form session has expired. Please try again.',
|
||||
'login_enabled' => 'Innskráning virkjuð',
|
||||
'audit_due' => 'Komið að úttekt',
|
||||
'audit_overdue' => 'Úttekt á eftir áætlun',
|
||||
'accept' => 'Samþykkja :asset',
|
||||
'i_accept' => 'Ég samþykki',
|
||||
'i_decline' => 'Ég hafna',
|
||||
'accept_decline' => 'Samþykkja/Hafna',
|
||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||
'clear_signature' => 'Hreinsa undirskrift',
|
||||
'show_help' => 'Show help',
|
||||
'hide_help' => 'Hide help',
|
||||
'view_all' => 'Skoða allt',
|
||||
'hide_deleted' => 'Hide Deleted',
|
||||
'email' => 'Tölvupóstur',
|
||||
'do_not_change' => 'EKKI BREYTA',
|
||||
'bug_report' => 'Report a Bug',
|
||||
'user_manual' => 'User\'s Manual',
|
||||
'setup_step_1' => 'Step 1',
|
||||
'setup_step_2' => 'Step 2',
|
||||
'setup_step_3' => 'Step 3',
|
||||
'setup_step_4' => 'Step 4',
|
||||
'setup_config_check' => 'Configuration Check',
|
||||
'setup_create_database' => 'Create Database Tables',
|
||||
'setup_create_admin' => 'Create Admin User',
|
||||
'setup_done' => 'Finished!',
|
||||
'bulk_edit_about_to' => 'You are about to edit the following: ',
|
||||
'checked_out' => 'Skráð út',
|
||||
'checked_out_to' => 'Skráð út til',
|
||||
'fields' => 'Svæði',
|
||||
'last_checkout' => 'Síðast skráð út',
|
||||
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
|
||||
'expected_checkin' => 'Expected Checkin',
|
||||
'reminder_checked_out_items' => 'Þetta er yfirlit um búnað sem er skráður á þig. Ef þér finnst þessi listi vera ónákvæmur (eitthvað vantar eða eitthvað birtist hér sem þú telur að þú hafir aldrei fengið), vinsamlegast sendu tölvupóst á :reply_to_name at :reply_to_address.',
|
||||
'changed' => 'Changed',
|
||||
'to' => 'To',
|
||||
'report_fields_info' => '<p>Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.</p>
|
||||
<p>If you would like to export only certain assets, use the options below to fine-tune your results.</p>',
|
||||
'range' => 'Range',
|
||||
'bom_remark' => 'Add a BOM (byte-order mark) to this CSV',
|
||||
'improvements' => 'Improvements',
|
||||
'information' => 'Information',
|
||||
'permissions' => 'Permissions',
|
||||
'managed_ldap' => '(Managed via LDAP)',
|
||||
'export' => 'Export',
|
||||
'ldap_sync' => 'LDAP Sync',
|
||||
'ldap_user_sync' => 'LDAP User Sync',
|
||||
'synchronize' => 'Synchronize',
|
||||
'sync_results' => 'Synchronization Results',
|
||||
'license_serial' => 'Serial/Product Key',
|
||||
'invalid_category' => 'Invalid or missing category',
|
||||
'invalid_item_category_single' => 'Invalid or missing :type category. Please update the category of this :type to include a valid category before checking out.',
|
||||
'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.',
|
||||
'60_percent_warning' => '60% Complete (warning)',
|
||||
'dashboard_empty' => 'Það lítur útfyrir að þú hefur ekki bætt neinu við ennþá, svo við höfum neitt frábært til að sýna. Byrjaðu á því að bæta við eignum, aukahlutum, rekstrarvörum, eða hugbúnaðarleyfum núna!',
|
||||
'new_asset' => 'Nýjar eignir',
|
||||
'new_license' => 'Ný hugbúnaðarleyfi',
|
||||
'new_accessory' => 'Nýir aukahlutir',
|
||||
'new_consumable' => 'Nýjar rekstrarvörur',
|
||||
'collapse' => 'Collapse',
|
||||
'assigned' => 'Úthluta',
|
||||
'asset_count' => 'Asset Count',
|
||||
'accessories_count' => 'Accessories Count',
|
||||
'consumables_count' => 'Consumables Count',
|
||||
'components_count' => 'Components Count',
|
||||
'licenses_count' => 'Licenses Count',
|
||||
'notification_error' => 'Villa',
|
||||
'notification_error_hint' => 'Please check the form below for errors',
|
||||
'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:',
|
||||
'notification_success' => 'Success',
|
||||
'notification_warning' => 'Warning',
|
||||
'notification_info' => 'Upplýsingar',
|
||||
'asset_information' => 'Upplýsingar um eign',
|
||||
'model_name' => 'Model Nafn',
|
||||
'asset_name' => 'Heiti eignar',
|
||||
'consumable_information' => 'Consumable Information:',
|
||||
'consumable_name' => 'Consumable Name:',
|
||||
'accessory_information' => 'Accessory Information:',
|
||||
'accessory_name' => 'Accessory Name:',
|
||||
'clone_item' => 'Clone Item',
|
||||
'checkout_tooltip' => 'Check this item out',
|
||||
'checkin_tooltip' => 'Check this item in',
|
||||
'checkout_user_tooltip' => 'Check this item out to a user',
|
||||
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
|
||||
'maintenance_mode_title' => 'System Temporarily Unavailable',
|
||||
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
|
||||
'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
|
||||
'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
|
||||
'additional_files' => 'Viðbótaskrár',
|
||||
'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.',
|
||||
'bulk_soft_delete' =>'Einnig merkja eydda "soft-delete" þessa notendur. Hreyfingarsaga eigna mun haldast óbreytt eða þangað til að þú velur að eyða varanlega "purge deleted" færslum í stjórnarenda stillingum.',
|
||||
'bulk_checkin_delete_success' => 'Valdir notendur hefur verið eytt og hlutir þeirra hafa verið skráðir inn.',
|
||||
'bulk_checkin_success' => 'Hlutir fyrir valin notenda hafa verið skrá inn.',
|
||||
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
|
||||
'set_users_field_to_null' => 'Delete :field values for this user|Delete :field values for all :user_count users ',
|
||||
'na_no_purchase_date' => 'N/A - Vantar kaupdagssetningu',
|
||||
'assets_by_status' => 'Eignir(búnaður) eftir stöðu',
|
||||
'assets_by_status_type' => 'Eignir(búnaður) eftir Tegund',
|
||||
'pie_chart_type' => 'Dashboard Pie Chart Type',
|
||||
'hello_name' => 'Halló, :name!',
|
||||
'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them',
|
||||
'start_date' => 'Upphafsdagsetning',
|
||||
'end_date' => 'Lokadagsetning',
|
||||
'alt_uploaded_image_thumbnail' => 'Hlaða upp smámynd',
|
||||
'placeholder_kit' => 'Velja sett',
|
||||
'file_not_found' => 'File not found',
|
||||
'preview_not_available' => '(no preview)',
|
||||
'setup' => 'Setup',
|
||||
'pre_flight' => 'Pre-Flight',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'toggle_navigation' => 'Toggle navigation',
|
||||
'alerts' => 'Alerts',
|
||||
'tasks_view_all' => 'View all tasks',
|
||||
'true' => 'True',
|
||||
'false' => 'False',
|
||||
'integration_option' => 'Integration Option',
|
||||
'log_does_not_exist' => 'No matching log record exists.',
|
||||
'merge_users' => 'Merge Users',
|
||||
'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licenses, etc will be moved over to the selected user and the other users will be marked as deleted.',
|
||||
'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.',
|
||||
'no_users_selected' => 'No users selected',
|
||||
'not_enough_users_selected' => 'At least :count users must be selected',
|
||||
'merge_success' => ':count users merged successfully into :into_username!',
|
||||
'merged' => 'merged',
|
||||
'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ',
|
||||
'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)',
|
||||
'clear_and_save' => 'Clear & Save',
|
||||
'update_existing_values' => 'Update Existing Values?',
|
||||
'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.',
|
||||
'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.',
|
||||
'send_welcome_email_to_users' => ' Send Welcome Email for new Users?',
|
||||
'send_email' => 'Send Email',
|
||||
'call' => 'Call number',
|
||||
'back_before_importing' => 'Backup before importing?',
|
||||
'csv_header_field' => 'CSV Header Field',
|
||||
'import_field' => 'Import Field',
|
||||
'sample_value' => 'Sample Value',
|
||||
'no_headers' => 'No Columns Found',
|
||||
'error_in_import_file' => 'There was an error reading the CSV file: :error',
|
||||
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||
'warning' => 'WARNING: :warning',
|
||||
'success_redirecting' => '"Success... Redirecting.',
|
||||
'cancel_request' => 'Hætta við beiðni á hlut',
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.',
|
||||
'confirm' => 'Confirm',
|
||||
'autoassign_licenses' => 'Auto-Assign Licenses',
|
||||
'autoassign_licenses_help' => 'Allow this user to have licenses assigned via the bulk-assign license UI or cli tools.',
|
||||
'autoassign_licenses_help_long' => 'This allows a user to be have licenses assigned via the bulk-assign license UI or cli tools. (For example, you might not want contractors to be auto-assigned a license you would provide to only staff members. You can still individually assign licenses to those users, but they will not be included in the Checkout License to All Users functions.)',
|
||||
'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.',
|
||||
'modal_confirm_generic' => 'Are you sure?',
|
||||
'cannot_be_deleted' => 'This item cannot be deleted',
|
||||
'cannot_be_edited' => 'This item cannot be edited.',
|
||||
'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.',
|
||||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':nafn hlutar',
|
||||
'error_user_company' => 'Checkout target company and asset company do not match',
|
||||
'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager',
|
||||
'importer' => [
|
||||
'checked_out_to_fullname' => 'Checked Out to: Full Name',
|
||||
'checked_out_to_first_name' => 'Checked Out to: First Name',
|
||||
'checked_out_to_last_name' => 'Checked Out to: Last Name',
|
||||
'checked_out_to_username' => 'Checked Out to: Username',
|
||||
'checked_out_to_email' => 'Checked Out to: Email',
|
||||
'checked_out_to_tag' => 'Checked Out to: Asset Tag',
|
||||
'manager_first_name' => 'Manager First Name',
|
||||
'manager_last_name' => 'Manager Last Name',
|
||||
'manager_full_name' => 'Manager Full Name',
|
||||
'manager_username' => 'Manager Username',
|
||||
'checkout_type' => 'Checkout Type',
|
||||
'checkout_location' => 'Checkout to Location',
|
||||
'image_filename' => 'Image Filename',
|
||||
'do_not_import' => 'Do Not Import',
|
||||
'vip' => 'VIP',
|
||||
'avatar' => 'Avatar',
|
||||
'gravatar' => 'Gravatar Email',
|
||||
'currency' => 'Currency',
|
||||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
],
|
||||
'percent_complete' => '% lokið',
|
||||
'uploading' => 'Uploading... ',
|
||||
'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
|
||||
'copy_to_clipboard' => 'Copy to Clipboard',
|
||||
'copied' => 'Copied!',
|
||||
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
|
||||
'rtd_location_help' => 'This is the location of the asset when it is not checked out',
|
||||
'item_not_found' => ':item_type ID :id does not exist or has been deleted',
|
||||
'action_permission_denied' => 'You do not have permission to :action :item_type ID :id',
|
||||
'action_permission_generic' => 'You do not have permission to :action this :item_type',
|
||||
'edit' => 'breyta',
|
||||
'action_source' => 'Action Source',
|
||||
'or' => 'eða',
|
||||
'url' => 'URL',
|
||||
'edit_fieldset' => 'Edit fieldset fields and options',
|
||||
'bulk' => [
|
||||
'delete' =>
|
||||
[
|
||||
'header' => 'Bulk Delete :object_type',
|
||||
'warn' => 'You are about to delete one :object_type|You are about to delete :count :object_type',
|
||||
'success' => ':object_type successfully deleted|Successfully deleted :count :object_type',
|
||||
'error' => 'Could not delete :object_type',
|
||||
'nothing_selected' => 'No :object_type selected - nothing to do',
|
||||
'partial' => 'Deleted :success_count :object_type, but :error_count :object_type could not be deleted',
|
||||
],
|
||||
],
|
||||
'no_requestable' => 'There are no requestable assets or asset models.',
|
||||
|
||||
'countable' => [
|
||||
'accessories' => ':count Accessory|:count Accessories',
|
||||
'assets' => ':count Asset|:count Assets',
|
||||
'licenses' => ':count License|:count Licenses',
|
||||
'license_seats' => ':count License Seat|:count License Seats',
|
||||
'consumables' => ':count Consumable|:count Consumables',
|
||||
'components' => ':count Component|:count Components',
|
||||
]
|
||||
|
||||
];
|
35
Productivite/Snipe-IT/resources/lang/is-IS/help.php
Normal file
35
Productivite/Snipe-IT/resources/lang/is-IS/help.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'more_info_title' => 'Nánar',
|
||||
|
||||
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
||||
|
||||
'assets' => 'Eignir eru hlutir sem hægt er að rekja með raðnúmeri eða öðrum merkingum. Þær eru alla jafna verðmætir hlutir sem mikilvægt er að geta aðgreint og borið kennsl á.',
|
||||
|
||||
'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.',
|
||||
|
||||
'accessories' => 'Aukabúnaður er allur sá búnaður sem hefur ekki raðnúmer eða það sem þarf ekki að halda utan um. T.d. tölvumús eða lyklaborð.',
|
||||
|
||||
'companies' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.',
|
||||
|
||||
'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
|
||||
|
||||
'consumables' => 'Rekstrarvörur er allt það sem eyðist eða rýrist við notkun, til dæmis blek í prentara eða ljósritunarpappír.',
|
||||
|
||||
'depreciations' => 'Þú getur búið til mismunandi fyrningarflokka til að afskrifa eignir eftir línulegu afskriftarferli.',
|
||||
|
||||
'empty_file' => 'The importer detects that this file is empty.'
|
||||
];
|
321
Productivite/Snipe-IT/resources/lang/is-IS/localizations.php
Normal file
321
Productivite/Snipe-IT/resources/lang/is-IS/localizations.php
Normal file
@ -0,0 +1,321 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'select_language' => 'Veldu tungumál',
|
||||
'languages' => [
|
||||
'en-US'=> 'English, US',
|
||||
'en-GB'=> 'English, UK',
|
||||
'am-ET' => 'Amharic',
|
||||
'af-ZA'=> 'Afrikaans',
|
||||
'ar-SA'=> 'Arabic',
|
||||
'bg-BG'=> 'Bulgarian',
|
||||
'zh-CN'=> 'Chinese Simplified',
|
||||
'zh-TW'=> 'Chinese Traditional',
|
||||
'ca-ES' => 'Catalan',
|
||||
'hr-HR'=> 'Croatian',
|
||||
'cs-CZ'=> 'Czech',
|
||||
'da-DK'=> 'Danish',
|
||||
'nl-NL'=> 'Dutch',
|
||||
'en-ID'=> 'English, Indonesia',
|
||||
'et-EE'=> 'Estonian',
|
||||
'fil-PH'=> 'Filipino',
|
||||
'fi-FI'=> 'Finnish',
|
||||
'fr-FR'=> 'French',
|
||||
'de-DE'=> 'German',
|
||||
'de-if'=> 'German (Informal)',
|
||||
'el-GR'=> 'Greek',
|
||||
'he-IL'=> 'Hebrew',
|
||||
'hu-HU'=> 'Hungarian',
|
||||
'is-IS' => 'Íslenska',
|
||||
'id-ID'=> 'Indonesian',
|
||||
'ga-IE'=> 'Irish',
|
||||
'it-IT'=> 'Italian',
|
||||
'ja-JP'=> 'Japanese',
|
||||
'km-KH'=>'Khmer',
|
||||
'ko-KR'=> 'Korean',
|
||||
'lt-LT'=>'Lithuanian',
|
||||
'lv-LV'=> 'Latvian',
|
||||
'mk-MK'=> 'Macedonian',
|
||||
'ms-MY'=> 'Malay',
|
||||
'mi-NZ'=> 'Maori',
|
||||
'mn-MN'=> 'Mongolian',
|
||||
'no-NO'=> 'Norwegian',
|
||||
'fa-IR'=> 'Persian',
|
||||
'pl-PL'=> 'Polish',
|
||||
'pt-PT'=> 'Portuguese',
|
||||
'pt-BR'=> 'Portuguese, Brazilian',
|
||||
'ro-RO'=> 'Romanian',
|
||||
'ru-RU'=> 'Russian',
|
||||
'sr-CS' => 'Serbian (Latin)',
|
||||
'sk-SK'=> 'Slovak',
|
||||
'sl-SI'=> 'Slovenian',
|
||||
'so-SO'=> 'Somali',
|
||||
'es-ES'=> 'Spanish',
|
||||
'es-CO'=> 'Spanish, Colombia',
|
||||
'es-MX'=> 'Spanish, Mexico',
|
||||
'es-VE'=> 'Spanish, Venezuela',
|
||||
'sv-SE'=> 'Swedish',
|
||||
'tl-PH'=> 'Tagalog',
|
||||
'ta-IN'=> 'Tamil',
|
||||
'th-TH'=> 'Thai',
|
||||
'tr-TR'=> 'Turkish',
|
||||
'uk-UA'=> 'Ukranian',
|
||||
'vi-VN'=> 'Vietnamese',
|
||||
'cy-GB'=> 'Welsh',
|
||||
'zu-ZA'=> 'Zulu',
|
||||
],
|
||||
|
||||
'select_country' => 'Select a country',
|
||||
|
||||
'countries' => [
|
||||
'AC'=>'Ascension Island',
|
||||
'AD'=>'Andorra',
|
||||
'AE'=>'United Arab Emirates',
|
||||
'AF'=>'Afghanistan',
|
||||
'AG'=>'Antigua And Barbuda',
|
||||
'AI'=>'Anguilla',
|
||||
'AL'=>'Albania',
|
||||
'AM'=>'Armenia',
|
||||
'AN'=>'Netherlands Antilles',
|
||||
'AO'=>'Angola',
|
||||
'AQ'=>'Antarctica',
|
||||
'AR'=>'Argentina',
|
||||
'AS'=>'American Samoa',
|
||||
'AT'=>'Austria',
|
||||
'AU'=>'Australia',
|
||||
'AW'=>'Aruba',
|
||||
'AX'=>'Ã…land',
|
||||
'AZ'=>'Azerbaijan',
|
||||
'BA'=>'Bosnia And Herzegovina',
|
||||
'BB'=>'Barbados',
|
||||
'BE'=>'Belgium',
|
||||
'BD'=>'Bangladesh',
|
||||
'BF'=>'Burkina Faso',
|
||||
'BG'=>'Bulgaria',
|
||||
'BH'=>'Bahrain',
|
||||
'BI'=>'Burundi',
|
||||
'BJ'=>'Benin',
|
||||
'BM'=>'Bermuda',
|
||||
'BN'=>'Brunei Darussalam',
|
||||
'BO'=>'Bolivia',
|
||||
'BR'=>'Brazil',
|
||||
'BS'=>'Bahamas',
|
||||
'BT'=>'Bhutan',
|
||||
'BV'=>'Bouvet Island',
|
||||
'BW'=>'Botswana',
|
||||
'BY'=>'Belarus',
|
||||
'BZ'=>'Belize',
|
||||
'CA'=>'Canada',
|
||||
'CC'=>'Cocos (Keeling) Islands',
|
||||
'CD'=>'Congo (Democratic Republic)',
|
||||
'CF'=>'Central African Republic',
|
||||
'CG'=>'Congo (Republic)',
|
||||
'CH'=>'Switzerland',
|
||||
'CI'=>'Côte d\'Ivoire',
|
||||
'CK'=>'Cook Islands',
|
||||
'CL'=>'Chile',
|
||||
'CM'=>'Cameroon',
|
||||
'CN'=>'People\'s Republic of China',
|
||||
'CO'=>'Colombia',
|
||||
'CR'=>'Costa Rica',
|
||||
'CU'=>'Cuba',
|
||||
'CV'=>'Cape Verde',
|
||||
'CX'=>'Christmas Island',
|
||||
'CY'=>'Cyprus',
|
||||
'CZ'=>'Czech Republic',
|
||||
'DE'=>'Germany',
|
||||
'DJ'=>'Djibouti',
|
||||
'DK'=>'Denmark',
|
||||
'DM'=>'Dominica',
|
||||
'DO'=>'Dominican Republic',
|
||||
'DZ'=>'Algeria',
|
||||
'EC'=>'Ecuador',
|
||||
'EE'=>'Estonia',
|
||||
'EG'=>'Egypt',
|
||||
'ER'=>'Eritrea',
|
||||
'ES'=>'Spain',
|
||||
'ET'=>'Ethiopia',
|
||||
'EU'=>'European Union',
|
||||
'FI'=>'Finland',
|
||||
'FJ'=>'Fiji',
|
||||
'FK'=>'Falkland Islands (Malvinas)',
|
||||
'FM'=>'Micronesia, Federated States Of',
|
||||
'FO'=>'Faroe Islands',
|
||||
'FR'=>'France',
|
||||
'GA'=>'Gabon',
|
||||
'GD'=>'Grenada',
|
||||
'GE'=>'Georgia',
|
||||
'GF'=>'French Guiana',
|
||||
'GG'=>'Guernsey',
|
||||
'GH'=>'Ghana',
|
||||
'GI'=>'Gibraltar',
|
||||
'GL'=>'Greenland',
|
||||
'GM'=>'Gambia',
|
||||
'GN'=>'Guinea',
|
||||
'GP'=>'Guadeloupe',
|
||||
'GQ'=>'Equatorial Guinea',
|
||||
'GR'=>'Greece',
|
||||
'GS'=>'South Georgia And The South Sandwich Islands',
|
||||
'GT'=>'Guatemala',
|
||||
'GU'=>'Guam',
|
||||
'GW'=>'Guinea-Bissau',
|
||||
'GY'=>'Guyana',
|
||||
'HK'=>'Hong Kong',
|
||||
'HM'=>'Heard And Mc Donald Islands',
|
||||
'HN'=>'Honduras',
|
||||
'HR'=>'Croatia (local name: Hrvatska)',
|
||||
'HT'=>'Haiti',
|
||||
'HU'=>'Hungary',
|
||||
'ID'=>'Indonesia',
|
||||
'IE'=>'Ireland',
|
||||
'IL'=>'Israel',
|
||||
'IM'=>'Isle of Man',
|
||||
'IN'=>'India',
|
||||
'IO'=>'British Indian Ocean Territory',
|
||||
'IQ'=>'Iraq',
|
||||
'IR'=>'Iran, Islamic Republic Of',
|
||||
'IS'=>'Iceland',
|
||||
'IT'=>'Italy',
|
||||
'JE'=>'Jersey',
|
||||
'JM'=>'Jamaica',
|
||||
'JO'=>'Jordan',
|
||||
'JP'=>'Japan',
|
||||
'KE'=>'Kenya',
|
||||
'KG'=>'Kyrgyzstan',
|
||||
'KH'=>'Cambodia',
|
||||
'KI'=>'Kiribati',
|
||||
'KM'=>'Comoros',
|
||||
'KN'=>'Saint Kitts And Nevis',
|
||||
'KR'=>'Korea, Republic Of',
|
||||
'KW'=>'Kuwait',
|
||||
'KY'=>'Cayman Islands',
|
||||
'KZ'=>'Kazakhstan',
|
||||
'LA'=>'Lao People\'s Democratic Republic',
|
||||
'LB'=>'Lebanon',
|
||||
'LC'=>'Saint Lucia',
|
||||
'LI'=>'Liechtenstein',
|
||||
'LK'=>'Sri Lanka',
|
||||
'LR'=>'Liberia',
|
||||
'LS'=>'Lesotho',
|
||||
'LT'=>'Lithuania',
|
||||
'LU'=>'Luxembourg',
|
||||
'LV'=>'Latvia',
|
||||
'LY'=>'Libyan Arab Jamahiriya',
|
||||
'MA'=>'Morocco',
|
||||
'MC'=>'Monaco',
|
||||
'MD'=>'Moldova, Republic Of',
|
||||
'ME'=>'Montenegro',
|
||||
'MG'=>'Madagascar',
|
||||
'MH'=>'Marshall Islands',
|
||||
'MK'=>'Macedonia, The Former Yugoslav Republic Of',
|
||||
'ML'=>'Mali',
|
||||
'MM'=>'Myanmar',
|
||||
'MN'=>'Mongolia',
|
||||
'MO'=>'Macau',
|
||||
'MP'=>'Northern Mariana Islands',
|
||||
'MQ'=>'Martinique',
|
||||
'MR'=>'Mauritania',
|
||||
'MS'=>'Montserrat',
|
||||
'MT'=>'Malta',
|
||||
'MU'=>'Mauritius',
|
||||
'MV'=>'Maldives',
|
||||
'MW'=>'Malawi',
|
||||
'MX'=>'Mexico',
|
||||
'MY'=>'Malaysia',
|
||||
'MZ'=>'Mozambique',
|
||||
'NA'=>'Namibia',
|
||||
'NC'=>'New Caledonia',
|
||||
'NE'=>'Niger',
|
||||
'NF'=>'Norfolk Island',
|
||||
'NG'=>'Nigeria',
|
||||
'NI'=>'Nicaragua',
|
||||
'NL'=>'Netherlands',
|
||||
'NO'=>'Norway',
|
||||
'NP'=>'Nepal',
|
||||
'NR'=>'Nauru',
|
||||
'NU'=>'Niue',
|
||||
'NZ'=>'New Zealand',
|
||||
'OM'=>'Oman',
|
||||
'PA'=>'Panama',
|
||||
'PE'=>'Peru',
|
||||
'PF'=>'French Polynesia',
|
||||
'PG'=>'Papua New Guinea',
|
||||
'PH'=>'Philippines, Republic of the',
|
||||
'PK'=>'Pakistan',
|
||||
'PL'=>'Poland',
|
||||
'PM'=>'St. Pierre And Miquelon',
|
||||
'PN'=>'Pitcairn',
|
||||
'PR'=>'Puerto Rico',
|
||||
'PS'=>'Palestine',
|
||||
'PT'=>'Portugal',
|
||||
'PW'=>'Palau',
|
||||
'PY'=>'Paraguay',
|
||||
'QA'=>'Qatar',
|
||||
'RE'=>'Reunion',
|
||||
'RO'=>'Romania',
|
||||
'RS'=>'Serbia',
|
||||
'RU'=>'Russian Federation',
|
||||
'RW'=>'Rwanda',
|
||||
'SA'=>'Saudi Arabia',
|
||||
'UK'=>'United Kingdom',
|
||||
'SB'=>'Solomon Islands',
|
||||
'SC'=>'Seychelles',
|
||||
'SS'=>'South Sudan',
|
||||
'SD'=>'Sudan',
|
||||
'SE'=>'Sweden',
|
||||
'SG'=>'Singapore',
|
||||
'SH'=>'St. Helena',
|
||||
'SI'=>'Slovenia',
|
||||
'SJ'=>'Svalbard And Jan Mayen Islands',
|
||||
'SK'=>'Slovakia (Slovak Republic)',
|
||||
'SL'=>'Sierra Leone',
|
||||
'SM'=>'San Marino',
|
||||
'SN'=>'Senegal',
|
||||
'SO'=>'Somalia',
|
||||
'SR'=>'Suriname',
|
||||
'ST'=>'Sao Tome And Principe',
|
||||
'SU'=>'Soviet Union',
|
||||
'SV'=>'El Salvador',
|
||||
'SY'=>'Syrian Arab Republic',
|
||||
'SZ'=>'Swaziland',
|
||||
'TC'=>'Turks And Caicos Islands',
|
||||
'TD'=>'Chad',
|
||||
'TF'=>'French Southern Territories',
|
||||
'TG'=>'Togo',
|
||||
'TH'=>'Thailand',
|
||||
'TJ'=>'Tajikistan',
|
||||
'TK'=>'Tokelau',
|
||||
'TI'=>'East Timor',
|
||||
'TM'=>'Turkmenistan',
|
||||
'TN'=>'Tunisia',
|
||||
'TO'=>'Tonga',
|
||||
'TP'=>'East Timor (old code)',
|
||||
'TR'=>'Turkey',
|
||||
'TT'=>'Trinidad And Tobago',
|
||||
'TV'=>'Tuvalu',
|
||||
'TW'=>'Taiwan',
|
||||
'TZ'=>'Tanzania, United Republic Of',
|
||||
'UA'=>'Ukraine',
|
||||
'UG'=>'Uganda',
|
||||
'UK'=>'United Kingdom',
|
||||
'US'=>'United States',
|
||||
'UM'=>'United States Minor Outlying Islands',
|
||||
'UY'=>'Uruguay',
|
||||
'UZ'=>'Uzbekistan',
|
||||
'VA'=>'Vatican City State (Holy See)',
|
||||
'VC'=>'Saint Vincent And The Grenadines',
|
||||
'VE'=>'Venezuela',
|
||||
'VG'=>'Virgin Islands (British)',
|
||||
'VI'=>'Virgin Islands (U.S.)',
|
||||
'VN'=>'Viet Nam',
|
||||
'VU'=>'Vanuatu',
|
||||
'WF'=>'Wallis And Futuna Islands',
|
||||
'WS'=>'Samoa',
|
||||
'YE'=>'Yemen',
|
||||
'YT'=>'Mayotte',
|
||||
'ZA'=>'South Africa',
|
||||
'ZM'=>'Zambia',
|
||||
'ZW'=>'Zimbabwe',
|
||||
],
|
||||
];
|
93
Productivite/Snipe-IT/resources/lang/is-IS/mail.php
Normal file
93
Productivite/Snipe-IT/resources/lang/is-IS/mail.php
Normal file
@ -0,0 +1,93 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'Accessory_Checkin_Notification' => 'Accessory checked in',
|
||||
'Accessory_Checkout_Notification' => 'Accessory checked out',
|
||||
'Asset_Checkin_Notification' => 'Asset checked in',
|
||||
'Asset_Checkout_Notification' => 'Asset checked out',
|
||||
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
||||
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
||||
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
||||
'Confirm_asset_delivery' => 'Asset delivery confirmation',
|
||||
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
|
||||
'Confirm_license_delivery' => 'License delivery confirmation',
|
||||
'Consumable_checkout_notification' => 'Consumable checked out',
|
||||
'Days' => 'Dagar',
|
||||
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
||||
'Expected_Checkin_Report' => 'Expected asset checkin report',
|
||||
'Expiring_Assets_Report' => 'Expiring Assets Report.',
|
||||
'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
|
||||
'Item_Request_Canceled' => 'Item Request Canceled',
|
||||
'Item_Requested' => 'Item Requested',
|
||||
'License_Checkin_Notification' => 'License checked in',
|
||||
'License_Checkout_Notification' => 'License checked out',
|
||||
'Low_Inventory_Report' => 'Skýrsla um lága birgðastöðu',
|
||||
'a_user_canceled' => 'A user has canceled an item request on the website',
|
||||
'a_user_requested' => 'A user has requested an item on the website',
|
||||
'acceptance_asset_accepted' => 'A user has accepted an item',
|
||||
'acceptance_asset_declined' => 'A user has declined an item',
|
||||
'accessory_name' => 'Accessory Name:',
|
||||
'additional_notes' => 'Viðbótar upplýsingar:',
|
||||
'admin_has_created' => 'An administrator has created an account for you on the :web website.',
|
||||
'asset' => 'Eign:',
|
||||
'asset_name' => 'Heiti eignar:',
|
||||
'asset_requested' => 'Asset requested',
|
||||
'asset_tag' => 'Búnaðar númer',
|
||||
'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
|
||||
'assigned_to' => 'Skráð á',
|
||||
'best_regards' => 'Með kveðju,',
|
||||
'canceled' => 'Canceled:',
|
||||
'checkin_date' => 'Checkin Date:',
|
||||
'checkout_date' => 'Checkout Date:',
|
||||
'checkedout_from' => 'Checked out from',
|
||||
'checkedin_from' => 'Checked in from',
|
||||
'checked_into' => 'Checked into',
|
||||
'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.',
|
||||
'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.',
|
||||
'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
|
||||
'current_QTY' => 'Current QTY',
|
||||
'days' => 'Dagar',
|
||||
'expecting_checkin_date' => 'Expected Checkin Date:',
|
||||
'expires' => 'Rennur út',
|
||||
'hello' => 'Halló',
|
||||
'hi' => 'Hæ',
|
||||
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
|
||||
'inventory_report' => 'Inventory Report',
|
||||
'item' => 'Item:',
|
||||
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
|
||||
'link_to_update_password' => 'Please click on the following link to update your :web password:',
|
||||
'login' => 'Login:',
|
||||
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
|
||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
||||
'min_QTY' => 'Min QTY',
|
||||
'name' => 'Nafn búnaðar',
|
||||
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
|
||||
'notes' => 'Athugasemdir',
|
||||
'password' => 'Password:',
|
||||
'password_reset' => 'Password Reset',
|
||||
'read_the_terms' => 'Please read the terms of use below.',
|
||||
'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.',
|
||||
'requested' => 'Requested:',
|
||||
'reset_link' => 'Your Password Reset Link',
|
||||
'reset_password' => 'Click here to reset your password:',
|
||||
'rights_reserved' => 'All rights reserved.',
|
||||
'serial' => 'Raðnúmer',
|
||||
'snipe_webhook_test' => 'Snipe-IT Integration Test',
|
||||
'snipe_webhook_summary' => 'Snipe-IT Integration Test Summary',
|
||||
'supplier' => 'Birgir',
|
||||
'tag' => 'Tag',
|
||||
'test_email' => 'Test Email from Snipe-IT',
|
||||
'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)',
|
||||
'the_following_item' => 'The following item has been checked in: ',
|
||||
'to_reset' => 'To reset your :web password, complete this form:',
|
||||
'type' => 'Týpa',
|
||||
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
|
||||
'user' => 'Notandi',
|
||||
'username' => 'Notendanafn',
|
||||
'welcome' => 'Velkomin/inn :name',
|
||||
'welcome_to' => 'Welcome to :web!',
|
||||
'your_assets' => 'Skoða þínar eignir',
|
||||
'your_credentials' => 'Your Snipe-IT credentials',
|
||||
];
|
20
Productivite/Snipe-IT/resources/lang/is-IS/pagination.php
Normal file
20
Productivite/Snipe-IT/resources/lang/is-IS/pagination.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Fyrri',
|
||||
|
||||
'next' => 'Næsta »',
|
||||
|
||||
);
|
9
Productivite/Snipe-IT/resources/lang/is-IS/passwords.php
Normal file
9
Productivite/Snipe-IT/resources/lang/is-IS/passwords.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'password_change' => 'Your password has been updated!',
|
||||
];
|
21
Productivite/Snipe-IT/resources/lang/is-IS/reminders.php
Normal file
21
Productivite/Snipe-IT/resources/lang/is-IS/reminders.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
"password" => "Passwords must be six characters and match the confirmation.",
|
||||
"user" => "Username or email address is incorrect",
|
||||
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
|
||||
);
|
10
Productivite/Snipe-IT/resources/lang/is-IS/table.php
Normal file
10
Productivite/Snipe-IT/resources/lang/is-IS/table.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'actions' => 'Aðgerðir',
|
||||
'action' => 'Aðgerð',
|
||||
'by' => 'Eftir',
|
||||
'item' => 'Atriði',
|
||||
|
||||
);
|
162
Productivite/Snipe-IT/resources/lang/is-IS/validation.php
Normal file
162
Productivite/Snipe-IT/resources/lang/is-IS/validation.php
Normal file
@ -0,0 +1,162 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| such as the size rules. Feel free to tweak each of these messages.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min - :max.',
|
||||
'file' => 'The :attribute must be between :min - :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min - :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute format is invalid.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => ':attribute verður að vera skrá.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'image' => ':attribute verður að vera mynd.',
|
||||
'import_field_empty' => 'Gildi fyrir :fieldname getur ekki verið núll.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => ':attribute verður að vera heiltala.',
|
||||
'ip' => ':attribute verður að vera gild IP-tala.',
|
||||
'ipv4' => ':attribute verður að vera gild IPv4-tala.',
|
||||
'ipv6' => ':attribute verður að vera gild IPv6-tala.',
|
||||
'is_unique_department' => ':attribute verður að vera einkvæmt fyrir þessa staðsetningu fyrirtækis',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => ':attribute verður að vera tala.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'valid_regex' => 'That is not a valid regex. ',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'two_column_unique_undeleted' => 'The :attribute must be unique across :table1 and :table2. ',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'unique_undeleted' => 'The :attribute must be unique.',
|
||||
'non_circular' => 'The :attribute must not create a circular reference.',
|
||||
'not_array' => ':attribute cannot be an array.',
|
||||
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
|
||||
'letters' => 'Password must contain at least one letter.',
|
||||
'numbers' => 'Password must contain at least one number.',
|
||||
'case_diff' => 'Password must use mixed case.',
|
||||
'symbols' => 'Password must contain symbols.',
|
||||
'gte' => [
|
||||
'numeric' => 'Value cannot be negative'
|
||||
],
|
||||
'checkboxes' => ':attribute contains invalid options.',
|
||||
'radio_buttons' => ':attribute is invalid.',
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'alpha_space' => 'The :attribute field contains a character that is not allowed.',
|
||||
'email_array' => 'One or more email addresses is invalid.',
|
||||
'hashed_pass' => 'Your current password is incorrect',
|
||||
'dumbpwd' => 'Þetta lykilorð er of algengt.',
|
||||
'statuslabel_type' => 'You must select a valid status label type',
|
||||
|
||||
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||
// people won't know how to format.
|
||||
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Generic Validation Messages
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'invalid_value_in_field' => 'Invalid value included in this field',
|
||||
];
|
Reference in New Issue
Block a user