diff --git a/resources/lang/af/auth/general.php b/resources/lang/af/auth/general.php
index 7fbe28b922..4fc408fd3b 100644
--- a/resources/lang/af/auth/general.php
+++ b/resources/lang/af/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Teken aan',
'login_prompt' => 'Asseblief Login',
'forgot_password' => 'ek het my wagwoord vergeet',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Onthou my',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/af/mail.php b/resources/lang/af/mail.php
index 6f577833e7..229e8e686a 100644
--- a/resources/lang/af/mail.php
+++ b/resources/lang/af/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'bate:',
'asset_name' => 'Bate Naam:',
'asset_requested' => 'Bate aangevra',
- 'asset_tag' => 'Bate-tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Toevertrou aan',
'best_regards' => 'Beste wense,',
'canceled' => 'gekanselleer:',
diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php
index dfc52b94fb..57e194b841 100644
--- a/resources/lang/af/validation.php
+++ b/resources/lang/af/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Die: kenmerk kon nie opgelaai word nie.',
'url' => 'Die: Attribuutformaat is ongeldig.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/am/admin/accessories/general.php b/resources/lang/am/admin/accessories/general.php
new file mode 100644
index 0000000000..e9a2e69ff6
--- /dev/null
+++ b/resources/lang/am/admin/accessories/general.php
@@ -0,0 +1,20 @@
+ 'Accessory Category',
+ 'accessory_name' => 'Accessory Name',
+ 'checkout' => 'Checkout Accessory',
+ 'checkin' => 'Checkin Accessory',
+ 'create' => 'Create Accessory',
+ 'edit' => 'Edit Accessory',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'total' => 'Total',
+ 'remaining' => 'Avail',
+ 'update' => 'Update Accessory',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/am/admin/accessories/message.php b/resources/lang/am/admin/accessories/message.php
new file mode 100644
index 0000000000..a356463064
--- /dev/null
+++ b/resources/lang/am/admin/accessories/message.php
@@ -0,0 +1,37 @@
+ 'The accessory [:id] does not exist.',
+ 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
+
+ 'create' => array(
+ 'error' => 'The accessory was not created, please try again.',
+ 'success' => 'The accessory was successfully created.'
+ ),
+
+ 'update' => array(
+ 'error' => 'The accessory was not updated, please try again',
+ 'success' => 'The accessory was updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this accessory?',
+ 'error' => 'There was an issue deleting the accessory. Please try again.',
+ 'success' => 'The accessory was deleted successfully.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'Accessory was not checked out, please try again',
+ 'success' => 'Accessory checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Accessory was not checked in, please try again',
+ 'success' => 'Accessory checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/am/admin/accessories/table.php b/resources/lang/am/admin/accessories/table.php
new file mode 100644
index 0000000000..e02d9f22e4
--- /dev/null
+++ b/resources/lang/am/admin/accessories/table.php
@@ -0,0 +1,11 @@
+ 'Download CSV',
+ 'eula_text' => 'EULA',
+ 'id' => 'ID',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Accessory Name',
+
+
+);
diff --git a/resources/lang/am/admin/asset_maintenances/form.php b/resources/lang/am/admin/asset_maintenances/form.php
new file mode 100644
index 0000000000..2aa005c45f
--- /dev/null
+++ b/resources/lang/am/admin/asset_maintenances/form.php
@@ -0,0 +1,14 @@
+ 'Maintenance Type',
+ 'title' => 'Title',
+ 'start_date' => 'Started',
+ 'completion_date' => 'Completed',
+ 'cost' => 'Cost',
+ 'is_warranty' => 'Warranty Improvement',
+ 'asset_maintenance_time' => 'Days',
+ 'notes' => 'Notes',
+ 'update' => 'Update',
+ 'create' => 'Create'
+ ];
diff --git a/resources/lang/am/admin/asset_maintenances/general.php b/resources/lang/am/admin/asset_maintenances/general.php
new file mode 100644
index 0000000000..d094167804
--- /dev/null
+++ b/resources/lang/am/admin/asset_maintenances/general.php
@@ -0,0 +1,14 @@
+ 'Asset Maintenances',
+ 'edit' => 'Edit Asset Maintenance',
+ 'delete' => 'Delete Asset Maintenance',
+ 'view' => 'View Asset Maintenance Details',
+ 'repair' => 'Repair',
+ 'maintenance' => 'Maintenance',
+ 'upgrade' => 'Upgrade',
+ 'calibration' => 'Calibration',
+ 'software_support' => 'Software Support',
+ 'hardware_support' => 'Hardware Support',
+ ];
diff --git a/resources/lang/am/admin/asset_maintenances/message.php b/resources/lang/am/admin/asset_maintenances/message.php
new file mode 100644
index 0000000000..d121115825
--- /dev/null
+++ b/resources/lang/am/admin/asset_maintenances/message.php
@@ -0,0 +1,21 @@
+ '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' => 'Not Completed Yet',
+ 'warranty' => 'Warranty',
+ 'not_warranty' => 'Not Warranty',
+ ];
\ No newline at end of file
diff --git a/resources/lang/am/admin/asset_maintenances/table.php b/resources/lang/am/admin/asset_maintenances/table.php
new file mode 100644
index 0000000000..f3a6be60f9
--- /dev/null
+++ b/resources/lang/am/admin/asset_maintenances/table.php
@@ -0,0 +1,8 @@
+ 'Asset Maintenance',
+ 'asset_name' => 'Asset Name',
+ 'is_warranty' => 'Warranty',
+ 'dl_csv' => 'Download CSV'
+ ];
diff --git a/resources/lang/am/admin/categories/general.php b/resources/lang/am/admin/categories/general.php
new file mode 100644
index 0000000000..7741b7da62
--- /dev/null
+++ b/resources/lang/am/admin/categories/general.php
@@ -0,0 +1,22 @@
+ 'Asset Categories',
+ 'category_name' => 'Category Name',
+ 'checkin_email' => 'Send email to user on checkin/checkout.',
+ 'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
+ 'clone' => 'Clone Category',
+ 'create' => 'Create Category',
+ 'edit' => 'Edit Category',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'name' => 'Category Name',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.',
+ 'required_eula' => 'This user will be emailed a copy of the EULA',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'update' => 'Update Category',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/am/admin/categories/message.php b/resources/lang/am/admin/categories/message.php
new file mode 100644
index 0000000000..48cf5478e1
--- /dev/null
+++ b/resources/lang/am/admin/categories/message.php
@@ -0,0 +1,25 @@
+ 'Category does not exist.',
+ 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
+ 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+
+ 'create' => array(
+ 'error' => 'Category was not created, please try again.',
+ 'success' => 'Category created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Category was not updated, please try again',
+ 'success' => 'Category updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this category?',
+ 'error' => 'There was an issue deleting the category. Please try again.',
+ 'success' => 'The category was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/am/admin/categories/table.php b/resources/lang/am/admin/categories/table.php
new file mode 100644
index 0000000000..a3ee96ae7f
--- /dev/null
+++ b/resources/lang/am/admin/categories/table.php
@@ -0,0 +1,10 @@
+ 'EULA',
+ 'id' => 'ID',
+ 'parent' => 'Parent',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Asset Category Name',
+
+);
diff --git a/resources/lang/am/admin/companies/general.php b/resources/lang/am/admin/companies/general.php
new file mode 100644
index 0000000000..9d58ccb58e
--- /dev/null
+++ b/resources/lang/am/admin/companies/general.php
@@ -0,0 +1,4 @@
+ 'Select Company',
+];
diff --git a/resources/lang/am/admin/companies/message.php b/resources/lang/am/admin/companies/message.php
new file mode 100644
index 0000000000..a6db573519
--- /dev/null
+++ b/resources/lang/am/admin/companies/message.php
@@ -0,0 +1,18 @@
+ 'Company does not exist.',
+ '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' => array(
+ 'error' => 'Company was not created, please try again.',
+ 'success' => 'Company created successfully.'
+ ),
+ 'update' => array(
+ 'error' => 'Company was not updated, please try again',
+ 'success' => 'Company updated successfully.'
+ ),
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this company?',
+ 'error' => 'There was an issue deleting the company. Please try again.',
+ 'success' => 'The Company was deleted successfully.'
+ )
+);
diff --git a/resources/lang/am/admin/companies/table.php b/resources/lang/am/admin/companies/table.php
new file mode 100644
index 0000000000..2f86126ff2
--- /dev/null
+++ b/resources/lang/am/admin/companies/table.php
@@ -0,0 +1,9 @@
+ 'Companies',
+ 'create' => 'Create Company',
+ 'title' => 'Company',
+ 'update' => 'Update Company',
+ 'name' => 'Company Name',
+ 'id' => 'ID',
+);
diff --git a/resources/lang/am/admin/components/general.php b/resources/lang/am/admin/components/general.php
new file mode 100644
index 0000000000..f7689a7ad1
--- /dev/null
+++ b/resources/lang/am/admin/components/general.php
@@ -0,0 +1,15 @@
+ 'Component Name',
+ 'checkin' => 'Checkin Component',
+ 'checkout' => 'Checkout Component',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Component',
+ 'edit' => 'Edit Component',
+ 'date' => 'Purchase Date',
+ 'order' => 'Order Number',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Component',
+);
diff --git a/resources/lang/am/admin/components/message.php b/resources/lang/am/admin/components/message.php
new file mode 100644
index 0000000000..1d13970f23
--- /dev/null
+++ b/resources/lang/am/admin/components/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Component was not checked in, please try again',
+ 'success' => 'Component checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/am/admin/components/table.php b/resources/lang/am/admin/components/table.php
new file mode 100644
index 0000000000..3d4fed6a7f
--- /dev/null
+++ b/resources/lang/am/admin/components/table.php
@@ -0,0 +1,5 @@
+ 'Component Name',
+);
diff --git a/resources/lang/am/admin/consumables/general.php b/resources/lang/am/admin/consumables/general.php
new file mode 100644
index 0000000000..7c6bb32968
--- /dev/null
+++ b/resources/lang/am/admin/consumables/general.php
@@ -0,0 +1,11 @@
+ 'Checkout Consumable to User',
+ 'consumable_name' => 'Consumable Name',
+ 'create' => 'Create Consumable',
+ 'item_no' => 'Item No.',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Consumable',
+);
diff --git a/resources/lang/am/admin/consumables/message.php b/resources/lang/am/admin/consumables/message.php
new file mode 100644
index 0000000000..48a3cfbd9f
--- /dev/null
+++ b/resources/lang/am/admin/consumables/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Consumable was not checked in, please try again',
+ 'success' => 'Consumable checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/am/admin/consumables/table.php b/resources/lang/am/admin/consumables/table.php
new file mode 100644
index 0000000000..bb76721f17
--- /dev/null
+++ b/resources/lang/am/admin/consumables/table.php
@@ -0,0 +1,5 @@
+ 'Consumable Name',
+);
diff --git a/resources/lang/am/admin/custom_fields/general.php b/resources/lang/am/admin/custom_fields/general.php
new file mode 100644
index 0000000000..c8d2a70a71
--- /dev/null
+++ b/resources/lang/am/admin/custom_fields/general.php
@@ -0,0 +1,32 @@
+ 'Custom Fields',
+ 'field' => 'Field',
+ 'about_fieldsets_title' => 'About Fieldsets',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used 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' => 'Encrypted',
+ 'fieldset' => 'Fieldset',
+ 'qty_fields' => 'Qty Fields',
+ 'fieldsets' => 'Fieldsets',
+ 'fieldset_name' => 'Fieldset Name',
+ 'field_name' => 'Field Name',
+ 'field_values' => 'Field Values',
+ 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
+ 'field_element' => 'Form Element',
+ 'field_element_short' => 'Element',
+ 'field_format' => 'Format',
+ '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 regex:/^[0-9]{15}$/
.',
+ 'required' => 'Required',
+ 'req' => 'Req.',
+ 'used_by_models' => 'Used By Models',
+ 'order' => 'Order',
+ 'create_fieldset' => 'New Fieldset',
+ 'create_field' => 'New Custom Field',
+ '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.',
+);
diff --git a/resources/lang/am/admin/custom_fields/message.php b/resources/lang/am/admin/custom_fields/message.php
new file mode 100644
index 0000000000..ed66a6ba16
--- /dev/null
+++ b/resources/lang/am/admin/custom_fields/message.php
@@ -0,0 +1,57 @@
+ 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.',
+ )
+
+ ),
+
+
+
+
+
+
+);
diff --git a/resources/lang/am/admin/departments/message.php b/resources/lang/am/admin/departments/message.php
new file mode 100644
index 0000000000..d65f4fbb2b
--- /dev/null
+++ b/resources/lang/am/admin/departments/message.php
@@ -0,0 +1,21 @@
+ 'Department does not exist.',
+ '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.'
+ )
+
+);
diff --git a/resources/lang/am/admin/departments/table.php b/resources/lang/am/admin/departments/table.php
new file mode 100644
index 0000000000..76494247be
--- /dev/null
+++ b/resources/lang/am/admin/departments/table.php
@@ -0,0 +1,11 @@
+ 'ID',
+ 'name' => 'Department Name',
+ 'manager' => 'Manager',
+ 'location' => 'Location',
+ 'create' => 'Create Department',
+ 'update' => 'Update Department',
+ );
diff --git a/resources/lang/am/admin/depreciations/general.php b/resources/lang/am/admin/depreciations/general.php
new file mode 100644
index 0000000000..1fca0e2cb7
--- /dev/null
+++ b/resources/lang/am/admin/depreciations/general.php
@@ -0,0 +1,12 @@
+ 'About Asset Depreciations',
+ 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'asset_depreciations' => 'Asset Depreciations',
+ 'create' => 'Create Depreciation',
+ 'depreciation_name' => 'Depreciation Name',
+ 'number_of_months' => 'Number of Months',
+ 'update' => 'Update Depreciation',
+
+);
diff --git a/resources/lang/am/admin/depreciations/message.php b/resources/lang/am/admin/depreciations/message.php
new file mode 100644
index 0000000000..c20e52c13c
--- /dev/null
+++ b/resources/lang/am/admin/depreciations/message.php
@@ -0,0 +1,25 @@
+ 'Depreciation class does not exist.',
+ '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' => 'Depreciation class was not created, please try again. :(',
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Depreciation class was not updated, please try again',
+ 'success' => 'Depreciation class updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this depreciation class?',
+ 'error' => 'There was an issue deleting the depreciation class. Please try again.',
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/am/admin/depreciations/table.php b/resources/lang/am/admin/depreciations/table.php
new file mode 100644
index 0000000000..5ba01d132c
--- /dev/null
+++ b/resources/lang/am/admin/depreciations/table.php
@@ -0,0 +1,10 @@
+ 'ID',
+ 'months' => 'Months',
+ 'term' => 'Term',
+ 'title' => 'Name ',
+
+);
diff --git a/resources/lang/am/admin/groups/message.php b/resources/lang/am/admin/groups/message.php
new file mode 100644
index 0000000000..f14b6339e8
--- /dev/null
+++ b/resources/lang/am/admin/groups/message.php
@@ -0,0 +1,22 @@
+ 'Group already exists!',
+ 'group_not_found' => 'Group [: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.',
+ ),
+
+);
diff --git a/resources/lang/am/admin/groups/table.php b/resources/lang/am/admin/groups/table.php
new file mode 100644
index 0000000000..61f060a116
--- /dev/null
+++ b/resources/lang/am/admin/groups/table.php
@@ -0,0 +1,9 @@
+ 'Id',
+ 'name' => 'Name',
+ 'users' => '# of Users',
+
+);
diff --git a/resources/lang/am/admin/groups/titles.php b/resources/lang/am/admin/groups/titles.php
new file mode 100644
index 0000000000..99e8cc1f6f
--- /dev/null
+++ b/resources/lang/am/admin/groups/titles.php
@@ -0,0 +1,14 @@
+ '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' => 'Allow',
+ 'deny' => 'Deny',
+
+);
diff --git a/resources/lang/am/admin/hardware/form.php b/resources/lang/am/admin/hardware/form.php
new file mode 100644
index 0000000000..9b3ac32410
--- /dev/null
+++ b/resources/lang/am/admin/hardware/form.php
@@ -0,0 +1,44 @@
+ 'Confirm Bulk Delete 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_delete_warn' => 'You are about to delete :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 :asset_count assets.',
+ 'checkedout_to' => 'Checked Out To',
+ 'checkout_date' => 'Checkout Date',
+ 'checkin_date' => 'Checkin Date',
+ 'checkout_to' => 'Checkout to',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Asset',
+ 'date' => 'Purchase Date',
+ 'depreciation' => 'Depreciation',
+ 'depreciates_on' => 'Depreciates On',
+ 'default_location' => 'Default Location',
+ 'eol_date' => 'EOL Date',
+ 'eol_rate' => 'EOL Rate',
+ 'expected_checkin' => 'Expected Checkin Date',
+ 'expires' => 'Expires',
+ 'fully_depreciated' => 'Fully Depreciated',
+ 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ 'mac_address' => 'MAC Address',
+ 'manufacturer' => 'Manufacturer',
+ 'model' => 'Model',
+ 'months' => 'months',
+ 'name' => 'Asset Name',
+ 'notes' => 'Notes',
+ 'order' => 'Order Number',
+ 'qr' => 'QR Code',
+ 'requestable' => 'Users may request this asset',
+ 'select_statustype' => 'Select Status Type',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'tag' => 'Asset Tag',
+ 'update' => 'Asset Update',
+ 'warranty' => 'Warranty',
+ 'warranty_expires' => 'Warranty Expires',
+ 'years' => 'years',
+)
+;
diff --git a/resources/lang/am/admin/hardware/general.php b/resources/lang/am/admin/hardware/general.php
new file mode 100644
index 0000000000..f1fcd4731e
--- /dev/null
+++ b/resources/lang/am/admin/hardware/general.php
@@ -0,0 +1,22 @@
+ 'About Assets',
+ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+ 'archived' => 'Archived',
+ 'asset' => 'Asset',
+ 'bulk_checkout' => 'Checkout Assets',
+ 'checkin' => 'Checkin Asset',
+ 'checkout' => 'Checkout Asset',
+ 'clone' => 'Clone Asset',
+ 'deployable' => 'Deployable',
+ 'deleted' => 'This asset has been deleted. Click here to restore it.',
+ 'edit' => 'Edit Asset',
+ 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.',
+ 'requestable' => 'Requestable',
+ 'requested' => 'Requested',
+ 'restore' => 'Restore Asset',
+ 'pending' => 'Pending',
+ 'undeployable' => 'Undeployable',
+ 'view' => 'View Asset',
+);
diff --git a/resources/lang/am/admin/hardware/message.php b/resources/lang/am/admin/hardware/message.php
new file mode 100644
index 0000000000..e087cad26f
--- /dev/null
+++ b/resources/lang/am/admin/hardware/message.php
@@ -0,0 +1,83 @@
+ 'Warning: This asset has been marked as currently undeployable.
+ If this status has changed, please update the asset status.',
+ 'does_not_exist' => 'Asset does not exist.',
+ 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
+ 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
+
+ 'create' => array(
+ 'error' => 'Asset was not created, please try again. :(',
+ 'success' => 'Asset created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Asset was not updated, please try again',
+ 'success' => 'Asset updated successfully.',
+ 'nothing_updated' => 'No fields were selected, so nothing was updated.',
+ ),
+
+ 'restore' => array(
+ 'error' => 'Asset was not restored, please try again',
+ 'success' => 'Asset restored successfully.'
+ ),
+
+ 'audit' => array(
+ 'error' => 'Asset audit was unsuccessful. Please try again.',
+ 'success' => 'Asset audit successfully logged.'
+ ),
+
+
+ '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, doc, docx, pdf, and txt.',
+ ),
+
+ 'import' => array(
+ '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",
+ ),
+
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this asset?',
+ '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' => array(
+ 'error' => 'Asset was not checked out, please try again',
+ 'success' => 'Asset checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'not_available' => 'That asset is not available for checkout!',
+ 'no_assets_selected' => 'You must select at least one asset from the list'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Asset was not checked in, please try again',
+ 'success' => 'Asset checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'already_checked_in' => 'That asset is already checked in.',
+
+ ),
+
+ 'requests' => array(
+ 'error' => 'Asset was not requested, please try again',
+ 'success' => 'Asset requested successfully.',
+ 'canceled' => 'Checkout request successfully canceled'
+ )
+
+);
diff --git a/resources/lang/am/admin/hardware/table.php b/resources/lang/am/admin/hardware/table.php
new file mode 100644
index 0000000000..38788e1984
--- /dev/null
+++ b/resources/lang/am/admin/hardware/table.php
@@ -0,0 +1,25 @@
+ 'Asset Tag',
+ 'asset_model' => 'Model',
+ 'book_value' => 'Value',
+ 'change' => 'In/Out',
+ 'checkout_date' => 'Checkout Date',
+ 'checkoutto' => 'Checked Out',
+ 'diff' => 'Diff',
+ 'dl_csv' => 'Download CSV',
+ 'eol' => 'EOL',
+ 'id' => 'ID',
+ 'location' => 'Location',
+ 'purchase_cost' => 'Cost',
+ 'purchase_date' => 'Purchased',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'title' => 'Asset ',
+ 'image' => 'Device Image',
+ 'days_without_acceptance' => 'Days Without Acceptance',
+ 'monthly_depreciation' => 'Monthly Depreciation'
+
+);
diff --git a/resources/lang/am/admin/kits/general.php b/resources/lang/am/admin/kits/general.php
new file mode 100644
index 0000000000..b4f2d90ae1
--- /dev/null
+++ b/resources/lang/am/admin/kits/general.php
@@ -0,0 +1,17 @@
+ 'About Predefined Kits',
+ 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'checkout' => 'Checkout Kit ',
+ 'create_success' => 'Kit was successfully created.',
+ 'create' => 'Create Predefined Kit',
+ 'update' => 'Update Predefined Kit',
+ 'delete_success' => 'Kit was successfully deleted.',
+ 'update_success' => 'Kit was successfully updated.',
+ '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. ',
+
+);
diff --git a/resources/lang/am/admin/licenses/form.php b/resources/lang/am/admin/licenses/form.php
new file mode 100644
index 0000000000..ce29167874
--- /dev/null
+++ b/resources/lang/am/admin/licenses/form.php
@@ -0,0 +1,22 @@
+ 'Asset',
+ 'checkin' => 'Checkin',
+ 'create' => 'Create License',
+ 'expiration' => 'Expiration Date',
+ 'license_key' => 'Product Key',
+ 'maintained' => 'Maintained',
+ 'name' => 'Software Name',
+ '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' => 'Update License',
+ 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+);
diff --git a/resources/lang/am/admin/licenses/general.php b/resources/lang/am/admin/licenses/general.php
new file mode 100644
index 0000000000..25a536ec56
--- /dev/null
+++ b/resources/lang/am/admin/licenses/general.php
@@ -0,0 +1,21 @@
+ 'About Licenses',
+ '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' => 'Edit License',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'clone' => 'Clone License',
+ 'history_for' => 'History for ',
+ 'in_out' => 'In/Out',
+ 'info' => 'License Info',
+ 'license_seats' => 'License Seats',
+ 'seat' => 'Seat',
+ 'seats' => 'Seats',
+ 'software_licenses' => 'Software Licenses',
+ 'user' => 'User',
+ 'view' => 'View License',
+);
diff --git a/resources/lang/am/admin/licenses/message.php b/resources/lang/am/admin/licenses/message.php
new file mode 100644
index 0000000000..87a7c3d0b9
--- /dev/null
+++ b/resources/lang/am/admin/licenses/message.php
@@ -0,0 +1,52 @@
+ 'License does not exist.',
+ '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',
+
+
+ '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'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'There was an issue checking in the license. Please try again.',
+ 'success' => 'The license was checked in successfully'
+ ),
+
+);
diff --git a/resources/lang/am/admin/licenses/table.php b/resources/lang/am/admin/licenses/table.php
new file mode 100644
index 0000000000..dfce4136cb
--- /dev/null
+++ b/resources/lang/am/admin/licenses/table.php
@@ -0,0 +1,17 @@
+ 'Assigned To',
+ 'checkout' => 'In/Out',
+ 'id' => 'ID',
+ 'license_email' => 'License Email',
+ 'license_name' => 'Licensed To',
+ 'purchase_date' => 'Purchase Date',
+ 'purchased' => 'Purchased',
+ 'seats' => 'Seats',
+ 'hardware' => 'Hardware',
+ 'serial' => 'Serial',
+ 'title' => 'License',
+
+);
diff --git a/resources/lang/am/admin/locations/message.php b/resources/lang/am/admin/locations/message.php
new file mode 100644
index 0000000000..3ba1eed3b6
--- /dev/null
+++ b/resources/lang/am/admin/locations/message.php
@@ -0,0 +1,27 @@
+ 'Location does not exist.',
+ '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. ',
+
+
+ 'create' => array(
+ 'error' => 'Location was not created, please try again.',
+ 'success' => 'Location created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Location was not updated, please try again',
+ 'success' => 'Location updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this location?',
+ 'error' => 'There was an issue deleting the location. Please try again.',
+ 'success' => 'The location was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/am/admin/locations/table.php b/resources/lang/am/admin/locations/table.php
new file mode 100644
index 0000000000..1cbe540749
--- /dev/null
+++ b/resources/lang/am/admin/locations/table.php
@@ -0,0 +1,23 @@
+ 'About Locations',
+ 'about_locations' => 'Locations are used to track location information for users, assets, and other items',
+ 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'Assets Assigned',
+ 'id' => 'ID',
+ 'city' => 'City',
+ 'state' => 'State',
+ 'country' => 'Country',
+ 'create' => 'Create Location',
+ 'update' => 'Update Location',
+ 'print_assigned' => 'Print Assigned',
+ 'print_all_assigned' => 'Print All Assigned',
+ 'name' => 'Location Name',
+ 'address' => 'Address',
+ 'zip' => 'Postal Code',
+ 'locations' => 'Locations',
+ 'parent' => 'Parent',
+ 'currency' => 'Location Currency',
+ 'ldap_ou' => 'LDAP Search OU',
+ );
diff --git a/resources/lang/am/admin/manufacturers/message.php b/resources/lang/am/admin/manufacturers/message.php
new file mode 100644
index 0000000000..21a4bc5aaf
--- /dev/null
+++ b/resources/lang/am/admin/manufacturers/message.php
@@ -0,0 +1,29 @@
+ '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.'
+ )
+
+);
diff --git a/resources/lang/am/admin/manufacturers/table.php b/resources/lang/am/admin/manufacturers/table.php
new file mode 100644
index 0000000000..4e3ea9904d
--- /dev/null
+++ b/resources/lang/am/admin/manufacturers/table.php
@@ -0,0 +1,16 @@
+ 'About manufacturers',
+ 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
+ 'asset_manufacturers' => 'Asset Manufacturers',
+ 'create' => 'Create Manufacturer',
+ 'id' => 'ID',
+ 'name' => 'Name',
+ 'support_email' => 'Support Email',
+ 'support_phone' => 'Support Phone',
+ 'support_url' => 'Support URL',
+ 'update' => 'Update Manufacturer',
+ 'url' => 'URL',
+
+);
diff --git a/resources/lang/am/admin/models/general.php b/resources/lang/am/admin/models/general.php
new file mode 100644
index 0000000000..3281cfe0fc
--- /dev/null
+++ b/resources/lang/am/admin/models/general.php
@@ -0,0 +1,18 @@
+ '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. Click here to restore it.',
+ '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 :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' => 'Fieldset',
+ 'no_custom_field' => 'No custom fields',
+ 'add_default_values' => 'Add default values',
+);
diff --git a/resources/lang/am/admin/models/message.php b/resources/lang/am/admin/models/message.php
new file mode 100644
index 0000000000..e3b29d5b4b
--- /dev/null
+++ b/resources/lang/am/admin/models/message.php
@@ -0,0 +1,42 @@
+ 'Model does not exist.',
+ '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' => 'Models updated.'
+ ),
+
+ 'bulkdelete' => array(
+ 'error' => 'No models were selected, so nothing was deleted.',
+ 'success' => ':success_count model(s) 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.'
+ ),
+
+);
diff --git a/resources/lang/am/admin/models/table.php b/resources/lang/am/admin/models/table.php
new file mode 100644
index 0000000000..11a512b3d3
--- /dev/null
+++ b/resources/lang/am/admin/models/table.php
@@ -0,0 +1,17 @@
+ 'Create Asset Model',
+ 'created_at' => 'Created at',
+ 'eol' => 'EOL',
+ 'modelnumber' => 'Model No.',
+ 'name' => 'Asset Model Name',
+ 'numassets' => 'Assets',
+ 'title' => 'Asset Models',
+ 'update' => 'Update Asset Model',
+ 'view' => 'View Asset Model',
+ 'update' => 'Update Asset Model',
+ 'clone' => 'Clone Model',
+ 'edit' => 'Edit Model',
+);
diff --git a/resources/lang/am/admin/reports/general.php b/resources/lang/am/admin/reports/general.php
new file mode 100644
index 0000000000..b03b97546f
--- /dev/null
+++ b/resources/lang/am/admin/reports/general.php
@@ -0,0 +1,5 @@
+ 'Select the options you want for your asset report.'
+);
diff --git a/resources/lang/am/admin/reports/message.php b/resources/lang/am/admin/reports/message.php
new file mode 100644
index 0000000000..d4c8f8198f
--- /dev/null
+++ b/resources/lang/am/admin/reports/message.php
@@ -0,0 +1,5 @@
+ 'You must select at least ONE option.'
+);
diff --git a/resources/lang/am/admin/settings/general.php b/resources/lang/am/admin/settings/general.php
new file mode 100644
index 0000000000..e15162210e
--- /dev/null
+++ b/resources/lang/am/admin/settings/general.php
@@ -0,0 +1,229 @@
+ 'Active Directory',
+ 'ad_domain' => 'Active Directory domain',
+ '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' => 'CC Email',
+ '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.',
+ 'is_ad' => 'This is an Active Directory server',
+ 'alert_email' => 'Send alerts to',
+ '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' => 'Audit Interval',
+ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
+ 'audit_warning_days' => 'Audit Warning Threshold',
+ 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
+ 'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
+ 'auto_increment_prefix' => 'Prefix (optional)',
+ 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
+ 'backups' => 'Backups',
+ 'barcode_settings' => 'Barcode Settings',
+ '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' => 'Dashboard Message',
+ 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
+ 'default_currency' => 'Default Currency',
+ 'default_eula_text' => 'Default EULA',
+ 'default_language' => 'Default Language',
+ 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
+ 'display_asset_name' => 'Display Asset Name',
+ 'display_checkout_date' => 'Display Checkout Date',
+ '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. ',
+ 'eula_settings' => 'EULA Settings',
+ 'eula_markdown' => 'This EULA allows Github flavored markdown.',
+ '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 Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'general_settings' => 'General Settings',
+ 'generate_backup' => 'Generate Backup',
+ '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_enabled' => 'LDAP enabled',
+ 'ldap_integration' => 'LDAP Integration',
+ 'ldap_settings' => 'LDAP Settings',
+ '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_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' => 'Allow invalid SSL Certificate',
+ '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' => 'Use 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' => 'Last Name',
+ '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 flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_emp_num' => 'LDAP Employee Number',
+ 'ldap_email' => 'LDAP Email',
+ 'license' => 'Software License',
+ 'load_remote_text' => 'Remote Scripts',
+ 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
+ '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 Github flavored markdown',
+ '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' => 'Results Per Page',
+ 'php' => 'PHP Version',
+ '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_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_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.',
+ 'setting' => 'Setting',
+ 'settings' => 'Settings',
+ 'show_alerts_in_menu' => 'Show alerts in top menu',
+ 'show_archived_in_list' => 'Archived Assets',
+ 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
+ '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' => 'Site Name',
+ 'slack_botname' => 'Slack Botname',
+ 'slack_channel' => 'Slack Channel',
+ 'slack_endpoint' => 'Slack Endpoint',
+ 'slack_integration' => 'Slack Settings',
+ 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.',
+ 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK 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' => 'Value',
+ 'brand' => 'Branding',
+ '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',
+ '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' => 'inches',
+ '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' => 'Two Factor Authentication',
+ '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 Google Authenticator 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' => 'Require Signature',
+ 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
+ 'left' => 'left',
+ 'right' => 'right',
+ 'top' => 'top',
+ 'bottom' => 'bottom',
+ 'vertical' => 'vertical',
+ 'horizontal' => 'horizontal',
+ '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.',
+);
diff --git a/resources/lang/am/admin/settings/message.php b/resources/lang/am/admin/settings/message.php
new file mode 100644
index 0000000000..736d5c3e9e
--- /dev/null
+++ b/resources/lang/am/admin/settings/message.php
@@ -0,0 +1,22 @@
+ array(
+ 'error' => 'An error has occurred while updating. ',
+ 'success' => 'Settings updated successfully.'
+ ),
+ 'backup' => array(
+ 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
+ 'file_deleted' => 'The backup file was successfully deleted. ',
+ 'generated' => 'A new backup file was successfully created.',
+ 'file_not_found' => 'That backup file could not be found on the server.',
+ ),
+ 'purge' => array(
+ '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.'
+ ),
+
+);
diff --git a/resources/lang/am/admin/statuslabels/message.php b/resources/lang/am/admin/statuslabels/message.php
new file mode 100644
index 0000000000..2937f84978
--- /dev/null
+++ b/resources/lang/am/admin/statuslabels/message.php
@@ -0,0 +1,32 @@
+ 'Status Label does not exist.',
+ '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' => array(
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
+ ),
+
+ 'delete' => array(
+ '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' => array(
+ 'undeployable' => 'These assets cannot be assigned to anyone.',
+ 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
+ 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
+ ),
+
+);
diff --git a/resources/lang/am/admin/statuslabels/table.php b/resources/lang/am/admin/statuslabels/table.php
new file mode 100644
index 0000000000..27befb5ef7
--- /dev/null
+++ b/resources/lang/am/admin/statuslabels/table.php
@@ -0,0 +1,19 @@
+ 'About Status Labels',
+ 'archived' => 'Archived',
+ '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' => 'Deployable',
+ 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'name' => 'Status Name',
+ 'pending' => 'Pending',
+ 'status_type' => 'Status Type',
+ 'show_in_nav' => 'Show in side nav',
+ 'title' => 'Status Labels',
+ 'undeployable' => 'Undeployable',
+ 'update' => 'Update Status Label',
+);
diff --git a/resources/lang/am/admin/suppliers/message.php b/resources/lang/am/admin/suppliers/message.php
new file mode 100644
index 0000000000..cea332748f
--- /dev/null
+++ b/resources/lang/am/admin/suppliers/message.php
@@ -0,0 +1,27 @@
+ 'Supplier does not exist.',
+
+
+ 'create' => array(
+ 'error' => 'Supplier was not created, please try again.',
+ 'success' => 'Supplier created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Supplier was not updated, please try again',
+ 'success' => 'Supplier updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this supplier?',
+ '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. ',
+ )
+
+);
diff --git a/resources/lang/am/admin/suppliers/table.php b/resources/lang/am/admin/suppliers/table.php
new file mode 100644
index 0000000000..2a7b07ca93
--- /dev/null
+++ b/resources/lang/am/admin/suppliers/table.php
@@ -0,0 +1,27 @@
+ 'About Suppliers',
+ 'about_suppliers_text' => 'Suppliers are used to track the source of items',
+ 'address' => 'Supplier Address',
+ 'assets' => 'Assets',
+ 'city' => 'City',
+ 'contact' => 'Contact Name',
+ 'country' => 'Country',
+ 'create' => 'Create Supplier',
+ 'email' => 'Email',
+ 'fax' => 'Fax',
+ 'id' => 'ID',
+ 'licenses' => 'Licenses',
+ 'name' => 'Supplier Name',
+ 'notes' => 'Notes',
+ 'phone' => 'Phone',
+ 'state' => 'State',
+ 'suppliers' => 'Suppliers',
+ 'update' => 'Update Supplier',
+ 'url' => 'URL',
+ 'view' => 'View Supplier',
+ 'view_assets_for' => 'View Assets for',
+ 'zip' => 'Postal Code',
+
+);
diff --git a/resources/lang/am/admin/users/general.php b/resources/lang/am/admin/users/general.php
new file mode 100644
index 0000000000..ac4f652025
--- /dev/null
+++ b/resources/lang/am/admin/users/general.php
@@ -0,0 +1,28 @@
+ 'This user can login',
+ 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
+ 'assets_user' => 'Assets assigned to :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' => 'Assets currently checked out to this user',
+ 'clone' => 'Clone User',
+ 'contact_user' => 'Contact :name',
+ 'edit' => 'Edit User',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'history_user' => 'History for :name',
+ 'info' => 'Info',
+ 'restore_user' => 'Click here to restore them.',
+ 'last_login' => 'Last Login',
+ 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'print_assigned' => 'Print All Assigned',
+ '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' => 'View User :name',
+ 'usercsv' => 'CSV file',
+ '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 ',
+ );
diff --git a/resources/lang/am/admin/users/message.php b/resources/lang/am/admin/users/message.php
new file mode 100644
index 0000000000..e517cd113b
--- /dev/null
+++ b/resources/lang/am/admin/users/message.php
@@ -0,0 +1,60 @@
+ 'You have successfully accepted this asset.',
+ '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 [:id] does not exist.',
+ 'user_login_required' => 'The login field is required',
+ '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.',
+
+
+ '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' => 'This asset has already been accepted.',
+ 'accept_or_decline' => 'You must either accept or decline this asset.',
+ 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
+ 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server:',
+ 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server: ',
+ 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
Error from LDAP Server:',
+ 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
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.',
+ ),
+
+);
diff --git a/resources/lang/am/admin/users/table.php b/resources/lang/am/admin/users/table.php
new file mode 100644
index 0000000000..9bbe883e19
--- /dev/null
+++ b/resources/lang/am/admin/users/table.php
@@ -0,0 +1,38 @@
+ 'Active',
+ 'allow' => 'Allow',
+ 'checkedout' => 'Assets',
+ 'created_at' => 'Created',
+ 'createuser' => 'Create User',
+ 'deny' => 'Deny',
+ 'email' => 'Email',
+ 'employee_num' => 'Employee No.',
+ 'first_name' => 'First Name',
+ 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
+ 'id' => 'Id',
+ 'inherit' => 'Inherit',
+ 'job' => 'Job Title',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'location' => 'Location',
+ 'lock_passwords' => 'Login details cannot be changed on this installation.',
+ 'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
+ 'name' => 'Name',
+ 'notes' => 'Notes',
+ 'password_confirm' => 'Confirm Password',
+ 'password' => 'Password',
+ 'phone' => 'Phone',
+ 'show_current' => 'Show Current Users',
+ 'show_deleted' => 'Show Deleted Users',
+ 'title' => 'Title',
+ 'to_restore_them' => 'to restore them.',
+ 'updateuser' => 'Update User',
+ 'username' => 'Username',
+ 'user_deleted_text' => 'This user has been marked as deleted.',
+ 'username_note' => '(This is used for Active Directory binding only, not for login.)',
+ 'cloneuser' => 'Clone User',
+ 'viewusers' => 'View Users',
+);
diff --git a/resources/lang/am/auth/general.php b/resources/lang/am/auth/general.php
new file mode 100644
index 0000000000..78b6780927
--- /dev/null
+++ b/resources/lang/am/auth/general.php
@@ -0,0 +1,16 @@
+ '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' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
+ 'remember_me' => 'Remember Me',
+ 'username_help_top' => 'Enter your username to be emailed a password reset link.',
+ 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ ];
+
diff --git a/resources/lang/am/auth/message.php b/resources/lang/am/auth/message.php
new file mode 100644
index 0000000000..f086d8c04c
--- /dev/null
+++ b/resources/lang/am/auth/message.php
@@ -0,0 +1,45 @@
+ '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.',
+ ),
+
+
+);
diff --git a/resources/lang/am/button.php b/resources/lang/am/button.php
new file mode 100644
index 0000000000..2b97223250
--- /dev/null
+++ b/resources/lang/am/button.php
@@ -0,0 +1,17 @@
+ 'Actions',
+ 'add' => 'Add New',
+ 'cancel' => 'Cancel',
+ 'checkin_and_delete' => 'Checkin & Delete User',
+ 'delete' => 'Delete',
+ 'edit' => 'Edit',
+ 'restore' => 'Restore',
+ 'request' => 'Request',
+ 'submit' => 'Submit',
+ 'upload' => 'Upload',
+ 'select_file' => 'Select File...',
+ 'select_files' => 'Select Files...',
+ 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+);
diff --git a/resources/lang/am/general.php b/resources/lang/am/general.php
new file mode 100644
index 0000000000..539a01a13f
--- /dev/null
+++ b/resources/lang/am/general.php
@@ -0,0 +1,249 @@
+ 'Accessories',
+ 'activated' => 'Activated',
+ 'accessory' => 'Accessory',
+ 'accessory_report' => 'Accessory Report',
+ 'action' => 'Action',
+ 'activity_report' => 'Activity Report',
+ 'address' => 'Address',
+ 'admin' => 'Admin',
+ 'administrator' => 'Administrator',
+ 'add_seats' => 'Added seats',
+ 'all_assets' => 'All Assets',
+ 'all' => 'All',
+ 'archived' => 'Archived',
+ 'asset_models' => 'Asset Models',
+ 'asset_model' => 'Model',
+ 'asset' => 'Asset',
+ 'asset_report' => 'Asset Report',
+ 'asset_tag' => 'Asset Tag',
+ 'assets_available' => 'assets available',
+ 'audit' => 'Audit',
+ 'audit_report' => 'Audit Log',
+ 'assets' => 'Assets',
+ 'avatar_delete' => 'Delete Avatar',
+ 'avatar_upload' => 'Upload Avatar',
+ 'back' => 'Back',
+ 'bad_data' => 'Nothing found. Maybe bad data?',
+ 'bulkaudit' => 'Bulk Audit',
+ 'bulkaudit_status' => 'Audit Status',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bystatus' => 'by Status',
+ 'cancel' => 'Cancel',
+ 'categories' => 'Categories',
+ 'category' => 'Category',
+ 'change' => 'In/Out',
+ 'changeemail' => 'Change Email Address',
+ 'changepassword' => 'Change Password',
+ 'checkin' => 'Checkin',
+ 'checkin_from' => 'Checkin from',
+ 'checkout' => 'Checkout',
+ 'checkouts_count' => 'Checkouts',
+ 'checkins_count' => 'Checkins',
+ 'user_requests_count' => 'Requests',
+ 'city' => 'City',
+ 'click_here' => 'Click here',
+ 'clear_selection' => 'Clear Selection',
+ 'companies' => 'Companies',
+ 'company' => 'Company',
+ 'component' => 'Component',
+ 'components' => 'Components',
+ 'complete' => 'Complete',
+ 'consumable' => 'Consumable',
+ 'consumables' => 'Consumables',
+ 'country' => 'Country',
+ 'create' => 'Create New',
+ 'created' => 'Item Created',
+ 'created_asset' => 'created asset',
+ 'created_at' => 'Created at',
+ 'record_created' => 'Record Created',
+ 'updated_at' => 'Updated at',
+ 'currency' => '$', // this is deprecated
+ 'current' => 'Current',
+ 'custom_report' => 'Custom Asset Report',
+ 'dashboard' => 'Dashboard',
+ 'days' => 'days',
+ 'days_to_next_audit' => 'Days to Next Audit',
+ 'date' => 'Date',
+ 'debug_warning' => 'Warning!',
+ '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 APP_DEBUG
value in your .env
file to false
.',
+ 'delete' => 'Delete',
+ 'delete_confirm' => 'Are you sure you wish to delete :item?',
+ 'deleted' => 'Deleted',
+ 'delete_seats' => 'Deleted Seats',
+ 'departments' => 'Departments',
+ 'department' => 'Department',
+ 'deployed' => 'Deployed',
+ 'depreciation_report' => 'Depreciation Report',
+ 'details' => 'Details',
+ 'download' => 'Download',
+ 'download_all' => 'Download All',
+ 'depreciation' => 'Depreciation',
+ 'editprofile' => 'Edit Your Profile',
+ 'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ '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)',
+ 'first' => 'First',
+ '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' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'files' => 'Files',
+ 'file_name' => 'File',
+ 'file_type' => 'File Type',
+ 'file_uploads' => 'File Uploads',
+ 'generate' => 'Generate',
+ 'github_markdown' => 'This field accepts Github flavored markdown.',
+ 'groups' => 'Groups',
+ 'gravatar_email' => 'Gravatar Email Address',
+ 'history' => 'History',
+ 'history_for' => 'History for',
+ 'id' => 'ID',
+ 'image' => 'Image',
+ 'image_delete' => 'Delete Image',
+ 'image_upload' => 'Upload Image',
+ 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'import' => 'Import',
+ 'importing' => 'Importing',
+ 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
+ 'import-history' => 'Import History',
+ 'asset_maintenance' => 'Asset Maintenance',
+ 'asset_maintenance_report' => 'Asset Maintenance Report',
+ 'asset_maintenances' => 'Asset Maintenances',
+ 'item' => 'Item',
+ 'insufficient_permissions' => 'Insufficient permissions!',
+ 'kits' => 'Predefined Kits',
+ 'language' => 'Language',
+ 'last' => 'Last',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'license' => 'License',
+ 'license_report' => 'License Report',
+ 'licenses_available' => 'licenses available',
+ 'licenses' => 'Licenses',
+ 'list_all' => 'List All',
+ 'loading' => 'Loading',
+ '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' => 'Location',
+ 'locations' => 'Locations',
+ 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
+ 'maintenances' => 'Maintenances',
+ 'manufacturer' => 'Manufacturer',
+ 'manufacturers' => 'Manufacturers',
+ 'markdown' => 'This field allows Github flavored markdown.',
+ 'min_amt' => 'Min. QTY',
+ 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'model_no' => 'Model No.',
+ 'months' => 'months',
+ 'moreinfo' => 'More Info',
+ 'name' => 'Name',
+ 'next' => 'Next',
+ 'next_audit_date' => 'Next Audit Date',
+ 'last_audit' => 'Last Audit',
+ 'new' => 'new!',
+ 'no_depreciation' => 'No Depreciation',
+ 'no_results' => 'No Results.',
+ 'no' => 'No',
+ 'notes' => 'Notes',
+ 'order_number' => 'Order Number',
+ 'page_menu' => 'Showing _MENU_ items',
+ 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
+ 'pending' => 'Pending',
+ 'people' => 'People',
+ 'per_page' => 'Results Per Page',
+ 'previous' => 'Previous',
+ 'processing' => 'Processing',
+ 'profile' => 'Your profile',
+ 'purchase_cost' => 'Purchase Cost',
+ 'purchase_date' => 'Purchase Date',
+ 'qty' => 'QTY',
+ 'quantity' => 'Quantity',
+ 'ready_to_deploy' => 'Ready to Deploy',
+ 'recent_activity' => 'Recent Activity',
+ 'remove_company' => 'Remove Company Association',
+ 'reports' => 'Reports',
+ 'restored' => 'restored',
+ 'requested' => 'Requested',
+ 'request_canceled' => 'Request Canceled',
+ 'save' => 'Save',
+ 'select' => 'Select',
+ 'search' => 'Search',
+ 'select_category' => 'Select a Category',
+ 'select_department' => 'Select a Department',
+ 'select_depreciation' => 'Select a Depreciation Type',
+ 'select_location' => 'Select a Location',
+ 'select_manufacturer' => 'Select a Manufacturer',
+ 'select_model' => 'Select a Model',
+ 'select_supplier' => 'Select a Supplier',
+ 'select_user' => 'Select a User',
+ 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_statuslabel' => 'Select Status',
+ 'select_company' => 'Select Company',
+ 'select_asset' => 'Select Asset',
+ 'settings' => 'Settings',
+ 'show_deleted' => 'Show Deleted',
+ 'show_current' => 'Show Current',
+ 'sign_in' => 'Sign in',
+ 'signature' => 'Signature',
+ 'skin' => 'Skin',
+ 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
+ 'site_name' => 'Site Name',
+ 'state' => 'State',
+ 'status_labels' => 'Status Labels',
+ 'status' => 'Status',
+ 'supplier' => 'Supplier',
+ 'suppliers' => 'Suppliers',
+ 'sure_to_delete' => 'Are you sure you wish to delete',
+ 'submit' => 'Submit',
+ 'target' => 'Target',
+ 'time_and_date_display' => 'Time and Date Display',
+ 'total_assets' => 'total assets',
+ 'total_licenses' => 'total licenses',
+ 'total_accessories' => 'total accessories',
+ 'total_consumables' => 'total consumables',
+ 'type' => 'Type',
+ 'undeployable' => 'Un-deployable',
+ 'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
+ 'update' => 'Update',
+ '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' => 'User',
+ 'accepted' => 'accepted',
+ 'declined' => 'declined',
+ 'unaccepted_asset_report' => 'Unaccepted Assets',
+ 'users' => 'Users',
+ 'viewall' => 'View All',
+ 'viewassets' => 'View Assigned Assets',
+ 'website' => 'Website',
+ 'welcome' => 'Welcome, :name',
+ 'years' => 'years',
+ 'yes' => 'Yes',
+ 'zip' => 'Zip',
+ 'noimage' => 'No image uploaded or image not found.',
+ 'token_expired' => 'Your form session has expired. Please try again.',
+ 'login_enabled' => 'Login Enabled',
+ 'audit_due' => 'Due for Audit',
+ 'audit_overdue' => 'Overdue for Audit',
+ 'accept' => 'Accept :asset',
+ 'i_accept' => 'I accept',
+ 'i_decline' => 'I decline',
+ 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
+ 'clear_signature' => 'Clear Signature',
+ 'show_help' => 'Show help',
+ 'hide_help' => 'Hide help',
+ ];
diff --git a/resources/lang/am/help.php b/resources/lang/am/help.php
new file mode 100644
index 0000000000..4cb2354f89
--- /dev/null
+++ b/resources/lang/am/help.php
@@ -0,0 +1,36 @@
+ "More Info",
+
+ "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+
+ 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+
+ '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' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+
+ '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' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
+
+ 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+
+
+
+);
diff --git a/resources/lang/am/mail.php b/resources/lang/am/mail.php
new file mode 100644
index 0000000000..c34123ed74
--- /dev/null
+++ b/resources/lang/am/mail.php
@@ -0,0 +1,80 @@
+ 'A user has canceled an item request on the website',
+ 'a_user_requested' => 'A user has requested an item on the website',
+ 'accessory_name' => 'Accessory Name:',
+ 'additional_notes' => 'Additional Notes:',
+ 'admin_has_created' => 'An administrator has created an account for you on the :web website.',
+ 'asset' => 'Asset:',
+ 'asset_name' => 'Asset Name:',
+ 'asset_requested' => 'Asset requested',
+ 'asset_tag' => 'Asset Tag',
+ 'assigned_to' => 'Assigned To',
+ 'best_regards' => 'Best regards,',
+ 'canceled' => 'Canceled:',
+ 'checkin_date' => 'Checkin Date:',
+ 'checkout_date' => 'Checkout Date:',
+ 'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
+ '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.',
+ 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
+ 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
+ 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
+ 'Confirm_license_delivery' => 'License delivery confirmation',
+ 'Confirm_asset_delivery' => 'Asset delivery confirmation',
+ 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'current_QTY' => 'Current QTY',
+ 'Days' => 'Days',
+ 'days' => 'Days',
+ 'expecting_checkin_date' => 'Expected Checkin Date:',
+ 'expires' => 'Expires',
+ 'Expiring_Assets_Report' => 'Expiring Assets Report.',
+ 'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
+ 'hello' => 'Hello',
+ 'hi' => 'Hi',
+ 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
+ 'item' => 'Item:',
+ 'Item_Request_Canceled' => 'Item Request Canceled',
+ 'Item_Requested' => 'Item Requested',
+ 'link_to_update_password' => 'Please click on the following link to update your :web password:',
+ 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
+ 'login' => 'Login:',
+ 'Low_Inventory_Report' => 'Low Inventory Report',
+ 'min_QTY' => 'Min QTY',
+ 'name' => 'Name',
+ 'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ '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:',
+ 'serial' => 'Serial',
+ 'supplier' => 'Supplier',
+ '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: ',
+ '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.',
+ 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
+ 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
+ 'to_reset' => 'To reset your :web password, complete this form:',
+ 'type' => 'Type',
+ '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' => 'User',
+ 'username' => 'Username',
+ 'welcome' => 'Welcome :name',
+ 'welcome_to' => 'Welcome to :web!',
+ 'your_credentials' => 'Your Snipe-IT credentials',
+ 'Accessory_Checkin_Notification' => 'Accessory checked in',
+ 'Asset_Checkin_Notification' => 'Asset checked in',
+ 'License_Checkin_Notification' => 'License checked in',
+ 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
+ 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
+ 'your_assets' => 'View Your Assets'
+);
diff --git a/resources/lang/am/pagination.php b/resources/lang/am/pagination.php
new file mode 100644
index 0000000000..b573b51e91
--- /dev/null
+++ b/resources/lang/am/pagination.php
@@ -0,0 +1,20 @@
+ '« Previous',
+
+ 'next' => 'Next »',
+
+);
diff --git a/resources/lang/am/passwords.php b/resources/lang/am/passwords.php
new file mode 100644
index 0000000000..61fe7fbd43
--- /dev/null
+++ b/resources/lang/am/passwords.php
@@ -0,0 +1,7 @@
+ 'Your password link has been sent!',
+ 'user' => 'No matching active user found with that email.',
+];
+
diff --git a/resources/lang/am/reminders.php b/resources/lang/am/reminders.php
new file mode 100644
index 0000000000..e7a476e3a2
--- /dev/null
+++ b/resources/lang/am/reminders.php
@@ -0,0 +1,24 @@
+ "Passwords must be six characters and match the confirmation.",
+
+ "user" => "Username or email address is incorrect",
+
+ "token" => "This password reset token is invalid.",
+
+ "sent" => "If a matching email address was found, a password reminder has been sent!",
+
+);
diff --git a/resources/lang/am/table.php b/resources/lang/am/table.php
new file mode 100644
index 0000000000..f7a49d86c1
--- /dev/null
+++ b/resources/lang/am/table.php
@@ -0,0 +1,10 @@
+ 'Actions',
+ 'action' => 'Action',
+ 'by' => 'By',
+ 'item' => 'Item',
+
+);
diff --git a/resources/lang/am/validation.php b/resources/lang/am/validation.php
new file mode 100644
index 0000000000..4ece7d41c7
--- /dev/null
+++ b/resources/lang/am/validation.php
@@ -0,0 +1,138 @@
+ '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' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ '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.',
+ ],
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ '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.',
+ '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.",
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 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' => 'That password is too common.',
+ "statuslabel_type" => "You must select a valid status label type",
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => [],
+
+);
diff --git a/resources/lang/ar/admin/locations/table.php b/resources/lang/ar/admin/locations/table.php
index 9576954029..22a7abdd6a 100644
--- a/resources/lang/ar/admin/locations/table.php
+++ b/resources/lang/ar/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'الدولة',
'create' => 'إنشاء موقع',
'update' => 'تحديث الموقع',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'طباعة كل الممتلكات',
+ 'print_all_assigned' => 'طباعة كل المعين',
'name' => 'إسم الموقع',
'address' => 'العنوان',
'zip' => 'الرمز البريدي',
diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php
index 7792963205..b184814f83 100644
--- a/resources/lang/ar/admin/settings/general.php
+++ b/resources/lang/ar/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'التنبيهان ممكنه',
'alert_interval' => 'انتهاء فترة التنبيهات (بالأيام)',
'alert_inv_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.' ,
+ 'allow_user_skin' => 'السماح بنمط المستخدم',
+ 'allow_user_skin_help_text' => 'التحقق من هذا المربع سيسمح للمستخدم باستخدام مظهر واجهة المستخدم بمظهر آخر.' ,
'asset_ids' => 'ارقام تعريف الاصول',
'audit_interval' => 'مدة التدقيق',
'audit_interval_help' => 'إذا كان مطلوبا منك مراجعة أصولك الفعلية بشكل دوري، قم بإدخال المدة بالأشهر.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'استخدام تلس',
'ldap_tls_help' => 'يجب التحقق من ذلك فقط في حالة تشغيل ستارتلز على خادم لداب.',
'ldap_uname' => 'لداب ربط اسم المستخدم',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'قسم LDAP',
+ 'ldap_phone' => 'رقم هاتف LDAP',
+ 'ldap_jobtitle' => 'عنوان وظيفة LDAP',
+ 'ldap_country' => 'بلد LDAP',
'ldap_pword' => 'لداب ربط كلمة المرور',
'ldap_basedn' => 'قاعدة ربط دن',
'ldap_filter' => 'فلتر لداب',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'رابط خدمة مستهلك الضمان (ACS)',
'saml_sp_sls_url' => 'رابط خدمة تسجيل الخروج الفردي (SLS)',
'saml_sp_x509cert' => 'شهادة عامة',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'رابط بيانات التعريف',
'saml_idp_metadata' => 'بيانات تعريف هوية SAML',
'saml_idp_metadata_help' => 'يمكنك تحديد بيانات التعريف الشخصية الشخصية باستخدام عنوان URL أو ملف XML.',
'saml_attr_mapping_username' => 'تعيين السمة - اسم المستخدم',
diff --git a/resources/lang/ar/auth/general.php b/resources/lang/ar/auth/general.php
index 5cdd5221fc..6d1360b7fa 100644
--- a/resources/lang/ar/auth/general.php
+++ b/resources/lang/ar/auth/general.php
@@ -8,8 +8,9 @@ return [
'login' => 'الدخول',
'login_prompt' => 'الرجاء تسجيل الدخول',
'forgot_password' => 'نسيت كلمة المرور',
+ 'ldap_reset_password' => 'الرجاء النقر هنا لإعادة تعيين كلمة مرور LDAP',
'remember_me' => 'تذكرني',
- 'username_help_top' => 'Enter your username to be emailed a password reset link.',
- 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ 'username_help_top' => 'أدخل اسم المستخدم الخاص بك ليتم إرسال رابط إعادة تعيين كلمة المرور إلى البريد الإلكتروني.',
+ 'username_help_bottom' => 'قد يكون اسم المستخدم وعنوان البريد الإلكتروني الخاصين بك متماثلين، ولكن قد لا يكونا كذلك، بناءً على الإعدادات الخاصة بك. إذا كنت لا تستطيع تذكر اسم المستخدم الخاص بك، اتصل بالمسؤول. لن يتم إرسال رابط إعادة تعيين كلمة المرور عبر البريد الإلكتروني إلى أسماء المستخدمين التي لا تحتوي على عنوان بريد إلكتروني مرتبط بها ',
];
diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php
index 12c5516642..ac1f10910a 100644
--- a/resources/lang/ar/general.php
+++ b/resources/lang/ar/general.php
@@ -112,7 +112,7 @@
'image' => 'صورة',
'image_delete' => 'حذف الصورة',
'image_upload' => 'رفع صورة',
- 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'image_filetypes_help' => 'أنواع الملفات المقبولة هي jpg، webpp، png، gif، svg. الحد الأقصى المسموح به للتحميل هو :size.',
'import' => 'استيراد',
'importing' => 'الاستيراد',
'importing_help' => 'يمكنك استيراد الأصول، الملحقات، التراخيص، المكونات، المواد الاستهلاكية، والمستخدمين عبر ملف CSV.
يجب أن تكون CSV محددة بفواصل وأن يتم تنسيقها مع رؤوس تطابق تلك الموجودة في عينة CSVs في الوثائق.',
@@ -244,6 +244,6 @@
'i_decline' => 'أنا أرفض',
'sign_tos' => 'قم بتسجيل الدخول أدناه للإشارة إلى أنك توافق على شروط الخدمة:',
'clear_signature' => 'مسح التوقيع',
- 'show_help' => 'Show help',
- 'hide_help' => 'Hide help',
+ 'show_help' => 'إظهار المساعدة',
+ 'hide_help' => 'إخفاء المساعدة',
];
diff --git a/resources/lang/ar/mail.php b/resources/lang/ar/mail.php
index 772be1861e..7567f0eb06 100644
--- a/resources/lang/ar/mail.php
+++ b/resources/lang/ar/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'أصل:',
'asset_name' => 'اسم الأصل:',
'asset_requested' => 'تم طلب مادة العرض',
- 'asset_tag' => 'ترميز الأصل:',
+ 'asset_tag' => 'وسم الأصل',
'assigned_to' => 'عينت الى',
'best_regards' => 'أفضل التحيات،',
'canceled' => 'ملغى:',
@@ -69,10 +69,10 @@ return array(
'welcome' => 'مرحباً :name',
'welcome_to' => 'مرحبا بكم في :web!',
'your_credentials' => 'أوراق اعتماد قنص-إيت الخاص بك',
- 'Accessory_Checkin_Notification' => 'Accessory checked in',
- 'Asset_Checkin_Notification' => 'Asset checked in',
- 'License_Checkin_Notification' => 'License checked in',
- 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Accessory_Checkin_Notification' => 'تم تسحيل الملحق',
+ 'Asset_Checkin_Notification' => 'تم تسجيل الأصل',
+ 'License_Checkin_Notification' => 'تم تسجيل الرخصة',
+ 'Expected_Checkin_Report' => 'تقرير تسجيل الأصول المتوقع',
'Expected_Checkin_Notification' => 'تذكير: تاريخ تحقق :name يقترب من الموعد النهائي',
'Expected_Checkin_Date' => 'من المقرر أن يتم التحقق من الأصول التي تم إخراجها إليك في :date',
'your_assets' => 'عرض الأصول الخاصة بك'
diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php
index b0b0769767..2cb761af45 100644
--- a/resources/lang/ar/validation.php
+++ b/resources/lang/ar/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'لقد فشل تحميل :attribute.',
'url' => 'ان تنسيق :attribute غير صالح.',
"unique_undeleted" => ":attribute يجب ان تكون فريدة.",
+ "non_circular" => "يجب ألا تنشئ السمة مرجعًا دائريًا.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/bg/admin/locations/table.php b/resources/lang/bg/admin/locations/table.php
index c84b17eb91..a16a004655 100644
--- a/resources/lang/bg/admin/locations/table.php
+++ b/resources/lang/bg/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Държава',
'create' => 'Създаване на местоположение',
'update' => 'Обновяване на местоположение',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Печат',
+ 'print_all_assigned' => 'Печат на всички отдадени',
'name' => 'Местоположение',
'address' => 'Aдрес',
'zip' => 'Пощенски код',
diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php
index b4032d29fe..3dbbfda471 100644
--- a/resources/lang/bg/admin/settings/general.php
+++ b/resources/lang/bg/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Включване на известията',
'alert_interval' => 'Изтичаш праг на известия (в дни)',
'alert_inv_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.' ,
+ 'allow_user_skin' => 'Позволи потребителска тема',
+ 'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.' ,
'asset_ids' => 'ID на активи',
'audit_interval' => 'Одитен интервал',
'audit_interval_help' => 'Ако се изисква редовно да извършвате физически одит на активите си, въведете интервала в месеци.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Използвайте TLS',
'ldap_tls_help' => 'Това трябва да се маркира само ако изпълнявате STARTTLS на вашия LDAP сървър. ',
'ldap_uname' => 'LDAP потребител за връзка',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP Отдел',
+ 'ldap_phone' => 'LDAP Телефонен номер',
+ 'ldap_jobtitle' => 'LDAP Длъжност',
+ 'ldap_country' => 'LDAP Държава',
'ldap_pword' => 'LDAP парола на потребител за връзка',
'ldap_basedn' => 'Базов DN',
'ldap_filter' => 'LDAP филтър',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL адрес',
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL адрес',
'saml_sp_x509cert' => 'Публичен сертификат',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'Метаданни URL',
'saml_idp_metadata' => 'SAML IdP Metadata',
'saml_idp_metadata_help' => 'Може да изберете IdP метадата използвайки URL или XML файл.',
'saml_attr_mapping_username' => 'Асоцииране на поле - Username',
diff --git a/resources/lang/bg/auth/general.php b/resources/lang/bg/auth/general.php
index 37f8666cba..bab7f4ff23 100644
--- a/resources/lang/bg/auth/general.php
+++ b/resources/lang/bg/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Логин',
'login_prompt' => 'Моля влезте в системата',
'forgot_password' => 'Забравих си паролата',
+ 'ldap_reset_password' => 'Щракнете тук, за да нулирате вашата LDAP парола',
'remember_me' => 'Запомни ме',
'username_help_top' => 'Въведете вашето потребителско име за да получите линк за смяна на парола.',
'username_help_bottom' => 'Вашето потребителско име и е-майл адрес може да са еднакви или да не са, зависимост от вашата конфигурация. Ако не помните вашето потребителско име се свържете с Администратора.
Потребители които нямат въведен е-майл адрес няма да получат линк за смяна на парола. ',
diff --git a/resources/lang/bg/mail.php b/resources/lang/bg/mail.php
index 649dd4edcc..973e208650 100644
--- a/resources/lang/bg/mail.php
+++ b/resources/lang/bg/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Актив:',
'asset_name' => 'Име на актив:',
'asset_requested' => 'Заявка за актив',
- 'asset_tag' => 'Етикет на актив:',
+ 'asset_tag' => 'Етикет на актив',
'assigned_to' => 'Възложени на',
'best_regards' => 'С най-добри пожелания.',
'canceled' => 'Отменено:',
diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php
index 841f3a48bd..b7aef454ca 100644
--- a/resources/lang/bg/validation.php
+++ b/resources/lang/bg/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Атрибутът: не успя да качи.',
'url' => 'Форматът на :attribute е невалиден.',
"unique_undeleted" => ":attribute трябва да бъде уникален.",
+ "non_circular" => ":attribute не трябва да създава препрадка към себе си.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ca/admin/accessories/general.php b/resources/lang/ca/admin/accessories/general.php
new file mode 100644
index 0000000000..e9a2e69ff6
--- /dev/null
+++ b/resources/lang/ca/admin/accessories/general.php
@@ -0,0 +1,20 @@
+ 'Accessory Category',
+ 'accessory_name' => 'Accessory Name',
+ 'checkout' => 'Checkout Accessory',
+ 'checkin' => 'Checkin Accessory',
+ 'create' => 'Create Accessory',
+ 'edit' => 'Edit Accessory',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'total' => 'Total',
+ 'remaining' => 'Avail',
+ 'update' => 'Update Accessory',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/ca/admin/accessories/message.php b/resources/lang/ca/admin/accessories/message.php
new file mode 100644
index 0000000000..a356463064
--- /dev/null
+++ b/resources/lang/ca/admin/accessories/message.php
@@ -0,0 +1,37 @@
+ 'The accessory [:id] does not exist.',
+ 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
+
+ 'create' => array(
+ 'error' => 'The accessory was not created, please try again.',
+ 'success' => 'The accessory was successfully created.'
+ ),
+
+ 'update' => array(
+ 'error' => 'The accessory was not updated, please try again',
+ 'success' => 'The accessory was updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this accessory?',
+ 'error' => 'There was an issue deleting the accessory. Please try again.',
+ 'success' => 'The accessory was deleted successfully.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'Accessory was not checked out, please try again',
+ 'success' => 'Accessory checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Accessory was not checked in, please try again',
+ 'success' => 'Accessory checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/ca/admin/accessories/table.php b/resources/lang/ca/admin/accessories/table.php
new file mode 100644
index 0000000000..e02d9f22e4
--- /dev/null
+++ b/resources/lang/ca/admin/accessories/table.php
@@ -0,0 +1,11 @@
+ 'Download CSV',
+ 'eula_text' => 'EULA',
+ 'id' => 'ID',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Accessory Name',
+
+
+);
diff --git a/resources/lang/ca/admin/asset_maintenances/form.php b/resources/lang/ca/admin/asset_maintenances/form.php
new file mode 100644
index 0000000000..2aa005c45f
--- /dev/null
+++ b/resources/lang/ca/admin/asset_maintenances/form.php
@@ -0,0 +1,14 @@
+ 'Maintenance Type',
+ 'title' => 'Title',
+ 'start_date' => 'Started',
+ 'completion_date' => 'Completed',
+ 'cost' => 'Cost',
+ 'is_warranty' => 'Warranty Improvement',
+ 'asset_maintenance_time' => 'Days',
+ 'notes' => 'Notes',
+ 'update' => 'Update',
+ 'create' => 'Create'
+ ];
diff --git a/resources/lang/ca/admin/asset_maintenances/general.php b/resources/lang/ca/admin/asset_maintenances/general.php
new file mode 100644
index 0000000000..d094167804
--- /dev/null
+++ b/resources/lang/ca/admin/asset_maintenances/general.php
@@ -0,0 +1,14 @@
+ 'Asset Maintenances',
+ 'edit' => 'Edit Asset Maintenance',
+ 'delete' => 'Delete Asset Maintenance',
+ 'view' => 'View Asset Maintenance Details',
+ 'repair' => 'Repair',
+ 'maintenance' => 'Maintenance',
+ 'upgrade' => 'Upgrade',
+ 'calibration' => 'Calibration',
+ 'software_support' => 'Software Support',
+ 'hardware_support' => 'Hardware Support',
+ ];
diff --git a/resources/lang/ca/admin/asset_maintenances/message.php b/resources/lang/ca/admin/asset_maintenances/message.php
new file mode 100644
index 0000000000..d121115825
--- /dev/null
+++ b/resources/lang/ca/admin/asset_maintenances/message.php
@@ -0,0 +1,21 @@
+ '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' => 'Not Completed Yet',
+ 'warranty' => 'Warranty',
+ 'not_warranty' => 'Not Warranty',
+ ];
\ No newline at end of file
diff --git a/resources/lang/ca/admin/asset_maintenances/table.php b/resources/lang/ca/admin/asset_maintenances/table.php
new file mode 100644
index 0000000000..f3a6be60f9
--- /dev/null
+++ b/resources/lang/ca/admin/asset_maintenances/table.php
@@ -0,0 +1,8 @@
+ 'Asset Maintenance',
+ 'asset_name' => 'Asset Name',
+ 'is_warranty' => 'Warranty',
+ 'dl_csv' => 'Download CSV'
+ ];
diff --git a/resources/lang/ca/admin/categories/general.php b/resources/lang/ca/admin/categories/general.php
new file mode 100644
index 0000000000..7741b7da62
--- /dev/null
+++ b/resources/lang/ca/admin/categories/general.php
@@ -0,0 +1,22 @@
+ 'Asset Categories',
+ 'category_name' => 'Category Name',
+ 'checkin_email' => 'Send email to user on checkin/checkout.',
+ 'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
+ 'clone' => 'Clone Category',
+ 'create' => 'Create Category',
+ 'edit' => 'Edit Category',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'name' => 'Category Name',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.',
+ 'required_eula' => 'This user will be emailed a copy of the EULA',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'update' => 'Update Category',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/ca/admin/categories/message.php b/resources/lang/ca/admin/categories/message.php
new file mode 100644
index 0000000000..48cf5478e1
--- /dev/null
+++ b/resources/lang/ca/admin/categories/message.php
@@ -0,0 +1,25 @@
+ 'Category does not exist.',
+ 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
+ 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+
+ 'create' => array(
+ 'error' => 'Category was not created, please try again.',
+ 'success' => 'Category created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Category was not updated, please try again',
+ 'success' => 'Category updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this category?',
+ 'error' => 'There was an issue deleting the category. Please try again.',
+ 'success' => 'The category was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/ca/admin/categories/table.php b/resources/lang/ca/admin/categories/table.php
new file mode 100644
index 0000000000..a3ee96ae7f
--- /dev/null
+++ b/resources/lang/ca/admin/categories/table.php
@@ -0,0 +1,10 @@
+ 'EULA',
+ 'id' => 'ID',
+ 'parent' => 'Parent',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Asset Category Name',
+
+);
diff --git a/resources/lang/ca/admin/companies/general.php b/resources/lang/ca/admin/companies/general.php
new file mode 100644
index 0000000000..9d58ccb58e
--- /dev/null
+++ b/resources/lang/ca/admin/companies/general.php
@@ -0,0 +1,4 @@
+ 'Select Company',
+];
diff --git a/resources/lang/ca/admin/companies/message.php b/resources/lang/ca/admin/companies/message.php
new file mode 100644
index 0000000000..a6db573519
--- /dev/null
+++ b/resources/lang/ca/admin/companies/message.php
@@ -0,0 +1,18 @@
+ 'Company does not exist.',
+ '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' => array(
+ 'error' => 'Company was not created, please try again.',
+ 'success' => 'Company created successfully.'
+ ),
+ 'update' => array(
+ 'error' => 'Company was not updated, please try again',
+ 'success' => 'Company updated successfully.'
+ ),
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this company?',
+ 'error' => 'There was an issue deleting the company. Please try again.',
+ 'success' => 'The Company was deleted successfully.'
+ )
+);
diff --git a/resources/lang/ca/admin/companies/table.php b/resources/lang/ca/admin/companies/table.php
new file mode 100644
index 0000000000..2f86126ff2
--- /dev/null
+++ b/resources/lang/ca/admin/companies/table.php
@@ -0,0 +1,9 @@
+ 'Companies',
+ 'create' => 'Create Company',
+ 'title' => 'Company',
+ 'update' => 'Update Company',
+ 'name' => 'Company Name',
+ 'id' => 'ID',
+);
diff --git a/resources/lang/ca/admin/components/general.php b/resources/lang/ca/admin/components/general.php
new file mode 100644
index 0000000000..f7689a7ad1
--- /dev/null
+++ b/resources/lang/ca/admin/components/general.php
@@ -0,0 +1,15 @@
+ 'Component Name',
+ 'checkin' => 'Checkin Component',
+ 'checkout' => 'Checkout Component',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Component',
+ 'edit' => 'Edit Component',
+ 'date' => 'Purchase Date',
+ 'order' => 'Order Number',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Component',
+);
diff --git a/resources/lang/ca/admin/components/message.php b/resources/lang/ca/admin/components/message.php
new file mode 100644
index 0000000000..1d13970f23
--- /dev/null
+++ b/resources/lang/ca/admin/components/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Component was not checked in, please try again',
+ 'success' => 'Component checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/ca/admin/components/table.php b/resources/lang/ca/admin/components/table.php
new file mode 100644
index 0000000000..3d4fed6a7f
--- /dev/null
+++ b/resources/lang/ca/admin/components/table.php
@@ -0,0 +1,5 @@
+ 'Component Name',
+);
diff --git a/resources/lang/ca/admin/consumables/general.php b/resources/lang/ca/admin/consumables/general.php
new file mode 100644
index 0000000000..7c6bb32968
--- /dev/null
+++ b/resources/lang/ca/admin/consumables/general.php
@@ -0,0 +1,11 @@
+ 'Checkout Consumable to User',
+ 'consumable_name' => 'Consumable Name',
+ 'create' => 'Create Consumable',
+ 'item_no' => 'Item No.',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Consumable',
+);
diff --git a/resources/lang/ca/admin/consumables/message.php b/resources/lang/ca/admin/consumables/message.php
new file mode 100644
index 0000000000..48a3cfbd9f
--- /dev/null
+++ b/resources/lang/ca/admin/consumables/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Consumable was not checked in, please try again',
+ 'success' => 'Consumable checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/ca/admin/consumables/table.php b/resources/lang/ca/admin/consumables/table.php
new file mode 100644
index 0000000000..bb76721f17
--- /dev/null
+++ b/resources/lang/ca/admin/consumables/table.php
@@ -0,0 +1,5 @@
+ 'Consumable Name',
+);
diff --git a/resources/lang/ca/admin/custom_fields/general.php b/resources/lang/ca/admin/custom_fields/general.php
new file mode 100644
index 0000000000..c8d2a70a71
--- /dev/null
+++ b/resources/lang/ca/admin/custom_fields/general.php
@@ -0,0 +1,32 @@
+ 'Custom Fields',
+ 'field' => 'Field',
+ 'about_fieldsets_title' => 'About Fieldsets',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used 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' => 'Encrypted',
+ 'fieldset' => 'Fieldset',
+ 'qty_fields' => 'Qty Fields',
+ 'fieldsets' => 'Fieldsets',
+ 'fieldset_name' => 'Fieldset Name',
+ 'field_name' => 'Field Name',
+ 'field_values' => 'Field Values',
+ 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
+ 'field_element' => 'Form Element',
+ 'field_element_short' => 'Element',
+ 'field_format' => 'Format',
+ '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 regex:/^[0-9]{15}$/
.',
+ 'required' => 'Required',
+ 'req' => 'Req.',
+ 'used_by_models' => 'Used By Models',
+ 'order' => 'Order',
+ 'create_fieldset' => 'New Fieldset',
+ 'create_field' => 'New Custom Field',
+ '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.',
+);
diff --git a/resources/lang/ca/admin/custom_fields/message.php b/resources/lang/ca/admin/custom_fields/message.php
new file mode 100644
index 0000000000..ed66a6ba16
--- /dev/null
+++ b/resources/lang/ca/admin/custom_fields/message.php
@@ -0,0 +1,57 @@
+ 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.',
+ )
+
+ ),
+
+
+
+
+
+
+);
diff --git a/resources/lang/ca/admin/departments/message.php b/resources/lang/ca/admin/departments/message.php
new file mode 100644
index 0000000000..d65f4fbb2b
--- /dev/null
+++ b/resources/lang/ca/admin/departments/message.php
@@ -0,0 +1,21 @@
+ 'Department does not exist.',
+ '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.'
+ )
+
+);
diff --git a/resources/lang/ca/admin/departments/table.php b/resources/lang/ca/admin/departments/table.php
new file mode 100644
index 0000000000..76494247be
--- /dev/null
+++ b/resources/lang/ca/admin/departments/table.php
@@ -0,0 +1,11 @@
+ 'ID',
+ 'name' => 'Department Name',
+ 'manager' => 'Manager',
+ 'location' => 'Location',
+ 'create' => 'Create Department',
+ 'update' => 'Update Department',
+ );
diff --git a/resources/lang/ca/admin/depreciations/general.php b/resources/lang/ca/admin/depreciations/general.php
new file mode 100644
index 0000000000..1fca0e2cb7
--- /dev/null
+++ b/resources/lang/ca/admin/depreciations/general.php
@@ -0,0 +1,12 @@
+ 'About Asset Depreciations',
+ 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'asset_depreciations' => 'Asset Depreciations',
+ 'create' => 'Create Depreciation',
+ 'depreciation_name' => 'Depreciation Name',
+ 'number_of_months' => 'Number of Months',
+ 'update' => 'Update Depreciation',
+
+);
diff --git a/resources/lang/ca/admin/depreciations/message.php b/resources/lang/ca/admin/depreciations/message.php
new file mode 100644
index 0000000000..c20e52c13c
--- /dev/null
+++ b/resources/lang/ca/admin/depreciations/message.php
@@ -0,0 +1,25 @@
+ 'Depreciation class does not exist.',
+ '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' => 'Depreciation class was not created, please try again. :(',
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Depreciation class was not updated, please try again',
+ 'success' => 'Depreciation class updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this depreciation class?',
+ 'error' => 'There was an issue deleting the depreciation class. Please try again.',
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/ca/admin/depreciations/table.php b/resources/lang/ca/admin/depreciations/table.php
new file mode 100644
index 0000000000..5ba01d132c
--- /dev/null
+++ b/resources/lang/ca/admin/depreciations/table.php
@@ -0,0 +1,10 @@
+ 'ID',
+ 'months' => 'Months',
+ 'term' => 'Term',
+ 'title' => 'Name ',
+
+);
diff --git a/resources/lang/ca/admin/groups/message.php b/resources/lang/ca/admin/groups/message.php
new file mode 100644
index 0000000000..f14b6339e8
--- /dev/null
+++ b/resources/lang/ca/admin/groups/message.php
@@ -0,0 +1,22 @@
+ 'Group already exists!',
+ 'group_not_found' => 'Group [: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.',
+ ),
+
+);
diff --git a/resources/lang/ca/admin/groups/table.php b/resources/lang/ca/admin/groups/table.php
new file mode 100644
index 0000000000..61f060a116
--- /dev/null
+++ b/resources/lang/ca/admin/groups/table.php
@@ -0,0 +1,9 @@
+ 'Id',
+ 'name' => 'Name',
+ 'users' => '# of Users',
+
+);
diff --git a/resources/lang/ca/admin/groups/titles.php b/resources/lang/ca/admin/groups/titles.php
new file mode 100644
index 0000000000..99e8cc1f6f
--- /dev/null
+++ b/resources/lang/ca/admin/groups/titles.php
@@ -0,0 +1,14 @@
+ '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' => 'Allow',
+ 'deny' => 'Deny',
+
+);
diff --git a/resources/lang/ca/admin/hardware/form.php b/resources/lang/ca/admin/hardware/form.php
new file mode 100644
index 0000000000..9b3ac32410
--- /dev/null
+++ b/resources/lang/ca/admin/hardware/form.php
@@ -0,0 +1,44 @@
+ 'Confirm Bulk Delete 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_delete_warn' => 'You are about to delete :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 :asset_count assets.',
+ 'checkedout_to' => 'Checked Out To',
+ 'checkout_date' => 'Checkout Date',
+ 'checkin_date' => 'Checkin Date',
+ 'checkout_to' => 'Checkout to',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Asset',
+ 'date' => 'Purchase Date',
+ 'depreciation' => 'Depreciation',
+ 'depreciates_on' => 'Depreciates On',
+ 'default_location' => 'Default Location',
+ 'eol_date' => 'EOL Date',
+ 'eol_rate' => 'EOL Rate',
+ 'expected_checkin' => 'Expected Checkin Date',
+ 'expires' => 'Expires',
+ 'fully_depreciated' => 'Fully Depreciated',
+ 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ 'mac_address' => 'MAC Address',
+ 'manufacturer' => 'Manufacturer',
+ 'model' => 'Model',
+ 'months' => 'months',
+ 'name' => 'Asset Name',
+ 'notes' => 'Notes',
+ 'order' => 'Order Number',
+ 'qr' => 'QR Code',
+ 'requestable' => 'Users may request this asset',
+ 'select_statustype' => 'Select Status Type',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'tag' => 'Asset Tag',
+ 'update' => 'Asset Update',
+ 'warranty' => 'Warranty',
+ 'warranty_expires' => 'Warranty Expires',
+ 'years' => 'years',
+)
+;
diff --git a/resources/lang/ca/admin/hardware/general.php b/resources/lang/ca/admin/hardware/general.php
new file mode 100644
index 0000000000..f1fcd4731e
--- /dev/null
+++ b/resources/lang/ca/admin/hardware/general.php
@@ -0,0 +1,22 @@
+ 'About Assets',
+ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+ 'archived' => 'Archived',
+ 'asset' => 'Asset',
+ 'bulk_checkout' => 'Checkout Assets',
+ 'checkin' => 'Checkin Asset',
+ 'checkout' => 'Checkout Asset',
+ 'clone' => 'Clone Asset',
+ 'deployable' => 'Deployable',
+ 'deleted' => 'This asset has been deleted. Click here to restore it.',
+ 'edit' => 'Edit Asset',
+ 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.',
+ 'requestable' => 'Requestable',
+ 'requested' => 'Requested',
+ 'restore' => 'Restore Asset',
+ 'pending' => 'Pending',
+ 'undeployable' => 'Undeployable',
+ 'view' => 'View Asset',
+);
diff --git a/resources/lang/ca/admin/hardware/message.php b/resources/lang/ca/admin/hardware/message.php
new file mode 100644
index 0000000000..e087cad26f
--- /dev/null
+++ b/resources/lang/ca/admin/hardware/message.php
@@ -0,0 +1,83 @@
+ 'Warning: This asset has been marked as currently undeployable.
+ If this status has changed, please update the asset status.',
+ 'does_not_exist' => 'Asset does not exist.',
+ 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
+ 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
+
+ 'create' => array(
+ 'error' => 'Asset was not created, please try again. :(',
+ 'success' => 'Asset created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Asset was not updated, please try again',
+ 'success' => 'Asset updated successfully.',
+ 'nothing_updated' => 'No fields were selected, so nothing was updated.',
+ ),
+
+ 'restore' => array(
+ 'error' => 'Asset was not restored, please try again',
+ 'success' => 'Asset restored successfully.'
+ ),
+
+ 'audit' => array(
+ 'error' => 'Asset audit was unsuccessful. Please try again.',
+ 'success' => 'Asset audit successfully logged.'
+ ),
+
+
+ '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, doc, docx, pdf, and txt.',
+ ),
+
+ 'import' => array(
+ '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",
+ ),
+
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this asset?',
+ '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' => array(
+ 'error' => 'Asset was not checked out, please try again',
+ 'success' => 'Asset checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'not_available' => 'That asset is not available for checkout!',
+ 'no_assets_selected' => 'You must select at least one asset from the list'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Asset was not checked in, please try again',
+ 'success' => 'Asset checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'already_checked_in' => 'That asset is already checked in.',
+
+ ),
+
+ 'requests' => array(
+ 'error' => 'Asset was not requested, please try again',
+ 'success' => 'Asset requested successfully.',
+ 'canceled' => 'Checkout request successfully canceled'
+ )
+
+);
diff --git a/resources/lang/ca/admin/hardware/table.php b/resources/lang/ca/admin/hardware/table.php
new file mode 100644
index 0000000000..38788e1984
--- /dev/null
+++ b/resources/lang/ca/admin/hardware/table.php
@@ -0,0 +1,25 @@
+ 'Asset Tag',
+ 'asset_model' => 'Model',
+ 'book_value' => 'Value',
+ 'change' => 'In/Out',
+ 'checkout_date' => 'Checkout Date',
+ 'checkoutto' => 'Checked Out',
+ 'diff' => 'Diff',
+ 'dl_csv' => 'Download CSV',
+ 'eol' => 'EOL',
+ 'id' => 'ID',
+ 'location' => 'Location',
+ 'purchase_cost' => 'Cost',
+ 'purchase_date' => 'Purchased',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'title' => 'Asset ',
+ 'image' => 'Device Image',
+ 'days_without_acceptance' => 'Days Without Acceptance',
+ 'monthly_depreciation' => 'Monthly Depreciation'
+
+);
diff --git a/resources/lang/ca/admin/kits/general.php b/resources/lang/ca/admin/kits/general.php
new file mode 100644
index 0000000000..b4f2d90ae1
--- /dev/null
+++ b/resources/lang/ca/admin/kits/general.php
@@ -0,0 +1,17 @@
+ 'About Predefined Kits',
+ 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'checkout' => 'Checkout Kit ',
+ 'create_success' => 'Kit was successfully created.',
+ 'create' => 'Create Predefined Kit',
+ 'update' => 'Update Predefined Kit',
+ 'delete_success' => 'Kit was successfully deleted.',
+ 'update_success' => 'Kit was successfully updated.',
+ '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. ',
+
+);
diff --git a/resources/lang/ca/admin/licenses/form.php b/resources/lang/ca/admin/licenses/form.php
new file mode 100644
index 0000000000..ce29167874
--- /dev/null
+++ b/resources/lang/ca/admin/licenses/form.php
@@ -0,0 +1,22 @@
+ 'Asset',
+ 'checkin' => 'Checkin',
+ 'create' => 'Create License',
+ 'expiration' => 'Expiration Date',
+ 'license_key' => 'Product Key',
+ 'maintained' => 'Maintained',
+ 'name' => 'Software Name',
+ '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' => 'Update License',
+ 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+);
diff --git a/resources/lang/ca/admin/licenses/general.php b/resources/lang/ca/admin/licenses/general.php
new file mode 100644
index 0000000000..25a536ec56
--- /dev/null
+++ b/resources/lang/ca/admin/licenses/general.php
@@ -0,0 +1,21 @@
+ 'About Licenses',
+ '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' => 'Edit License',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'clone' => 'Clone License',
+ 'history_for' => 'History for ',
+ 'in_out' => 'In/Out',
+ 'info' => 'License Info',
+ 'license_seats' => 'License Seats',
+ 'seat' => 'Seat',
+ 'seats' => 'Seats',
+ 'software_licenses' => 'Software Licenses',
+ 'user' => 'User',
+ 'view' => 'View License',
+);
diff --git a/resources/lang/ca/admin/licenses/message.php b/resources/lang/ca/admin/licenses/message.php
new file mode 100644
index 0000000000..87a7c3d0b9
--- /dev/null
+++ b/resources/lang/ca/admin/licenses/message.php
@@ -0,0 +1,52 @@
+ 'License does not exist.',
+ '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',
+
+
+ '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'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'There was an issue checking in the license. Please try again.',
+ 'success' => 'The license was checked in successfully'
+ ),
+
+);
diff --git a/resources/lang/ca/admin/licenses/table.php b/resources/lang/ca/admin/licenses/table.php
new file mode 100644
index 0000000000..dfce4136cb
--- /dev/null
+++ b/resources/lang/ca/admin/licenses/table.php
@@ -0,0 +1,17 @@
+ 'Assigned To',
+ 'checkout' => 'In/Out',
+ 'id' => 'ID',
+ 'license_email' => 'License Email',
+ 'license_name' => 'Licensed To',
+ 'purchase_date' => 'Purchase Date',
+ 'purchased' => 'Purchased',
+ 'seats' => 'Seats',
+ 'hardware' => 'Hardware',
+ 'serial' => 'Serial',
+ 'title' => 'License',
+
+);
diff --git a/resources/lang/ca/admin/locations/message.php b/resources/lang/ca/admin/locations/message.php
new file mode 100644
index 0000000000..3ba1eed3b6
--- /dev/null
+++ b/resources/lang/ca/admin/locations/message.php
@@ -0,0 +1,27 @@
+ 'Location does not exist.',
+ '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. ',
+
+
+ 'create' => array(
+ 'error' => 'Location was not created, please try again.',
+ 'success' => 'Location created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Location was not updated, please try again',
+ 'success' => 'Location updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this location?',
+ 'error' => 'There was an issue deleting the location. Please try again.',
+ 'success' => 'The location was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/ca/admin/locations/table.php b/resources/lang/ca/admin/locations/table.php
new file mode 100644
index 0000000000..1cbe540749
--- /dev/null
+++ b/resources/lang/ca/admin/locations/table.php
@@ -0,0 +1,23 @@
+ 'About Locations',
+ 'about_locations' => 'Locations are used to track location information for users, assets, and other items',
+ 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'Assets Assigned',
+ 'id' => 'ID',
+ 'city' => 'City',
+ 'state' => 'State',
+ 'country' => 'Country',
+ 'create' => 'Create Location',
+ 'update' => 'Update Location',
+ 'print_assigned' => 'Print Assigned',
+ 'print_all_assigned' => 'Print All Assigned',
+ 'name' => 'Location Name',
+ 'address' => 'Address',
+ 'zip' => 'Postal Code',
+ 'locations' => 'Locations',
+ 'parent' => 'Parent',
+ 'currency' => 'Location Currency',
+ 'ldap_ou' => 'LDAP Search OU',
+ );
diff --git a/resources/lang/ca/admin/manufacturers/message.php b/resources/lang/ca/admin/manufacturers/message.php
new file mode 100644
index 0000000000..21a4bc5aaf
--- /dev/null
+++ b/resources/lang/ca/admin/manufacturers/message.php
@@ -0,0 +1,29 @@
+ '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.'
+ )
+
+);
diff --git a/resources/lang/ca/admin/manufacturers/table.php b/resources/lang/ca/admin/manufacturers/table.php
new file mode 100644
index 0000000000..4e3ea9904d
--- /dev/null
+++ b/resources/lang/ca/admin/manufacturers/table.php
@@ -0,0 +1,16 @@
+ 'About manufacturers',
+ 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
+ 'asset_manufacturers' => 'Asset Manufacturers',
+ 'create' => 'Create Manufacturer',
+ 'id' => 'ID',
+ 'name' => 'Name',
+ 'support_email' => 'Support Email',
+ 'support_phone' => 'Support Phone',
+ 'support_url' => 'Support URL',
+ 'update' => 'Update Manufacturer',
+ 'url' => 'URL',
+
+);
diff --git a/resources/lang/ca/admin/models/general.php b/resources/lang/ca/admin/models/general.php
new file mode 100644
index 0000000000..3281cfe0fc
--- /dev/null
+++ b/resources/lang/ca/admin/models/general.php
@@ -0,0 +1,18 @@
+ '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. Click here to restore it.',
+ '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 :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' => 'Fieldset',
+ 'no_custom_field' => 'No custom fields',
+ 'add_default_values' => 'Add default values',
+);
diff --git a/resources/lang/ca/admin/models/message.php b/resources/lang/ca/admin/models/message.php
new file mode 100644
index 0000000000..e3b29d5b4b
--- /dev/null
+++ b/resources/lang/ca/admin/models/message.php
@@ -0,0 +1,42 @@
+ 'Model does not exist.',
+ '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' => 'Models updated.'
+ ),
+
+ 'bulkdelete' => array(
+ 'error' => 'No models were selected, so nothing was deleted.',
+ 'success' => ':success_count model(s) 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.'
+ ),
+
+);
diff --git a/resources/lang/ca/admin/models/table.php b/resources/lang/ca/admin/models/table.php
new file mode 100644
index 0000000000..11a512b3d3
--- /dev/null
+++ b/resources/lang/ca/admin/models/table.php
@@ -0,0 +1,17 @@
+ 'Create Asset Model',
+ 'created_at' => 'Created at',
+ 'eol' => 'EOL',
+ 'modelnumber' => 'Model No.',
+ 'name' => 'Asset Model Name',
+ 'numassets' => 'Assets',
+ 'title' => 'Asset Models',
+ 'update' => 'Update Asset Model',
+ 'view' => 'View Asset Model',
+ 'update' => 'Update Asset Model',
+ 'clone' => 'Clone Model',
+ 'edit' => 'Edit Model',
+);
diff --git a/resources/lang/ca/admin/reports/general.php b/resources/lang/ca/admin/reports/general.php
new file mode 100644
index 0000000000..b03b97546f
--- /dev/null
+++ b/resources/lang/ca/admin/reports/general.php
@@ -0,0 +1,5 @@
+ 'Select the options you want for your asset report.'
+);
diff --git a/resources/lang/ca/admin/reports/message.php b/resources/lang/ca/admin/reports/message.php
new file mode 100644
index 0000000000..d4c8f8198f
--- /dev/null
+++ b/resources/lang/ca/admin/reports/message.php
@@ -0,0 +1,5 @@
+ 'You must select at least ONE option.'
+);
diff --git a/resources/lang/ca/admin/settings/general.php b/resources/lang/ca/admin/settings/general.php
new file mode 100644
index 0000000000..e15162210e
--- /dev/null
+++ b/resources/lang/ca/admin/settings/general.php
@@ -0,0 +1,229 @@
+ 'Active Directory',
+ 'ad_domain' => 'Active Directory domain',
+ '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' => 'CC Email',
+ '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.',
+ 'is_ad' => 'This is an Active Directory server',
+ 'alert_email' => 'Send alerts to',
+ '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' => 'Audit Interval',
+ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
+ 'audit_warning_days' => 'Audit Warning Threshold',
+ 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
+ 'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
+ 'auto_increment_prefix' => 'Prefix (optional)',
+ 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
+ 'backups' => 'Backups',
+ 'barcode_settings' => 'Barcode Settings',
+ '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' => 'Dashboard Message',
+ 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
+ 'default_currency' => 'Default Currency',
+ 'default_eula_text' => 'Default EULA',
+ 'default_language' => 'Default Language',
+ 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
+ 'display_asset_name' => 'Display Asset Name',
+ 'display_checkout_date' => 'Display Checkout Date',
+ '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. ',
+ 'eula_settings' => 'EULA Settings',
+ 'eula_markdown' => 'This EULA allows Github flavored markdown.',
+ '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 Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'general_settings' => 'General Settings',
+ 'generate_backup' => 'Generate Backup',
+ '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_enabled' => 'LDAP enabled',
+ 'ldap_integration' => 'LDAP Integration',
+ 'ldap_settings' => 'LDAP Settings',
+ '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_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' => 'Allow invalid SSL Certificate',
+ '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' => 'Use 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' => 'Last Name',
+ '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 flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_emp_num' => 'LDAP Employee Number',
+ 'ldap_email' => 'LDAP Email',
+ 'license' => 'Software License',
+ 'load_remote_text' => 'Remote Scripts',
+ 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
+ '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 Github flavored markdown',
+ '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' => 'Results Per Page',
+ 'php' => 'PHP Version',
+ '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_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_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.',
+ 'setting' => 'Setting',
+ 'settings' => 'Settings',
+ 'show_alerts_in_menu' => 'Show alerts in top menu',
+ 'show_archived_in_list' => 'Archived Assets',
+ 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
+ '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' => 'Site Name',
+ 'slack_botname' => 'Slack Botname',
+ 'slack_channel' => 'Slack Channel',
+ 'slack_endpoint' => 'Slack Endpoint',
+ 'slack_integration' => 'Slack Settings',
+ 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.',
+ 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK 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' => 'Value',
+ 'brand' => 'Branding',
+ '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',
+ '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' => 'inches',
+ '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' => 'Two Factor Authentication',
+ '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 Google Authenticator 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' => 'Require Signature',
+ 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
+ 'left' => 'left',
+ 'right' => 'right',
+ 'top' => 'top',
+ 'bottom' => 'bottom',
+ 'vertical' => 'vertical',
+ 'horizontal' => 'horizontal',
+ '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.',
+);
diff --git a/resources/lang/ca/admin/settings/message.php b/resources/lang/ca/admin/settings/message.php
new file mode 100644
index 0000000000..736d5c3e9e
--- /dev/null
+++ b/resources/lang/ca/admin/settings/message.php
@@ -0,0 +1,22 @@
+ array(
+ 'error' => 'An error has occurred while updating. ',
+ 'success' => 'Settings updated successfully.'
+ ),
+ 'backup' => array(
+ 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
+ 'file_deleted' => 'The backup file was successfully deleted. ',
+ 'generated' => 'A new backup file was successfully created.',
+ 'file_not_found' => 'That backup file could not be found on the server.',
+ ),
+ 'purge' => array(
+ '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.'
+ ),
+
+);
diff --git a/resources/lang/ca/admin/statuslabels/message.php b/resources/lang/ca/admin/statuslabels/message.php
new file mode 100644
index 0000000000..2937f84978
--- /dev/null
+++ b/resources/lang/ca/admin/statuslabels/message.php
@@ -0,0 +1,32 @@
+ 'Status Label does not exist.',
+ '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' => array(
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
+ ),
+
+ 'delete' => array(
+ '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' => array(
+ 'undeployable' => 'These assets cannot be assigned to anyone.',
+ 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
+ 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
+ ),
+
+);
diff --git a/resources/lang/ca/admin/statuslabels/table.php b/resources/lang/ca/admin/statuslabels/table.php
new file mode 100644
index 0000000000..27befb5ef7
--- /dev/null
+++ b/resources/lang/ca/admin/statuslabels/table.php
@@ -0,0 +1,19 @@
+ 'About Status Labels',
+ 'archived' => 'Archived',
+ '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' => 'Deployable',
+ 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'name' => 'Status Name',
+ 'pending' => 'Pending',
+ 'status_type' => 'Status Type',
+ 'show_in_nav' => 'Show in side nav',
+ 'title' => 'Status Labels',
+ 'undeployable' => 'Undeployable',
+ 'update' => 'Update Status Label',
+);
diff --git a/resources/lang/ca/admin/suppliers/message.php b/resources/lang/ca/admin/suppliers/message.php
new file mode 100644
index 0000000000..cea332748f
--- /dev/null
+++ b/resources/lang/ca/admin/suppliers/message.php
@@ -0,0 +1,27 @@
+ 'Supplier does not exist.',
+
+
+ 'create' => array(
+ 'error' => 'Supplier was not created, please try again.',
+ 'success' => 'Supplier created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Supplier was not updated, please try again',
+ 'success' => 'Supplier updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this supplier?',
+ '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. ',
+ )
+
+);
diff --git a/resources/lang/ca/admin/suppliers/table.php b/resources/lang/ca/admin/suppliers/table.php
new file mode 100644
index 0000000000..2a7b07ca93
--- /dev/null
+++ b/resources/lang/ca/admin/suppliers/table.php
@@ -0,0 +1,27 @@
+ 'About Suppliers',
+ 'about_suppliers_text' => 'Suppliers are used to track the source of items',
+ 'address' => 'Supplier Address',
+ 'assets' => 'Assets',
+ 'city' => 'City',
+ 'contact' => 'Contact Name',
+ 'country' => 'Country',
+ 'create' => 'Create Supplier',
+ 'email' => 'Email',
+ 'fax' => 'Fax',
+ 'id' => 'ID',
+ 'licenses' => 'Licenses',
+ 'name' => 'Supplier Name',
+ 'notes' => 'Notes',
+ 'phone' => 'Phone',
+ 'state' => 'State',
+ 'suppliers' => 'Suppliers',
+ 'update' => 'Update Supplier',
+ 'url' => 'URL',
+ 'view' => 'View Supplier',
+ 'view_assets_for' => 'View Assets for',
+ 'zip' => 'Postal Code',
+
+);
diff --git a/resources/lang/ca/admin/users/general.php b/resources/lang/ca/admin/users/general.php
new file mode 100644
index 0000000000..ac4f652025
--- /dev/null
+++ b/resources/lang/ca/admin/users/general.php
@@ -0,0 +1,28 @@
+ 'This user can login',
+ 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
+ 'assets_user' => 'Assets assigned to :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' => 'Assets currently checked out to this user',
+ 'clone' => 'Clone User',
+ 'contact_user' => 'Contact :name',
+ 'edit' => 'Edit User',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'history_user' => 'History for :name',
+ 'info' => 'Info',
+ 'restore_user' => 'Click here to restore them.',
+ 'last_login' => 'Last Login',
+ 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'print_assigned' => 'Print All Assigned',
+ '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' => 'View User :name',
+ 'usercsv' => 'CSV file',
+ '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 ',
+ );
diff --git a/resources/lang/ca/admin/users/message.php b/resources/lang/ca/admin/users/message.php
new file mode 100644
index 0000000000..e517cd113b
--- /dev/null
+++ b/resources/lang/ca/admin/users/message.php
@@ -0,0 +1,60 @@
+ 'You have successfully accepted this asset.',
+ '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 [:id] does not exist.',
+ 'user_login_required' => 'The login field is required',
+ '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.',
+
+
+ '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' => 'This asset has already been accepted.',
+ 'accept_or_decline' => 'You must either accept or decline this asset.',
+ 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
+ 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server:',
+ 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server: ',
+ 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
Error from LDAP Server:',
+ 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
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.',
+ ),
+
+);
diff --git a/resources/lang/ca/admin/users/table.php b/resources/lang/ca/admin/users/table.php
new file mode 100644
index 0000000000..9bbe883e19
--- /dev/null
+++ b/resources/lang/ca/admin/users/table.php
@@ -0,0 +1,38 @@
+ 'Active',
+ 'allow' => 'Allow',
+ 'checkedout' => 'Assets',
+ 'created_at' => 'Created',
+ 'createuser' => 'Create User',
+ 'deny' => 'Deny',
+ 'email' => 'Email',
+ 'employee_num' => 'Employee No.',
+ 'first_name' => 'First Name',
+ 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
+ 'id' => 'Id',
+ 'inherit' => 'Inherit',
+ 'job' => 'Job Title',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'location' => 'Location',
+ 'lock_passwords' => 'Login details cannot be changed on this installation.',
+ 'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
+ 'name' => 'Name',
+ 'notes' => 'Notes',
+ 'password_confirm' => 'Confirm Password',
+ 'password' => 'Password',
+ 'phone' => 'Phone',
+ 'show_current' => 'Show Current Users',
+ 'show_deleted' => 'Show Deleted Users',
+ 'title' => 'Title',
+ 'to_restore_them' => 'to restore them.',
+ 'updateuser' => 'Update User',
+ 'username' => 'Username',
+ 'user_deleted_text' => 'This user has been marked as deleted.',
+ 'username_note' => '(This is used for Active Directory binding only, not for login.)',
+ 'cloneuser' => 'Clone User',
+ 'viewusers' => 'View Users',
+);
diff --git a/resources/lang/ca/auth/general.php b/resources/lang/ca/auth/general.php
new file mode 100644
index 0000000000..78b6780927
--- /dev/null
+++ b/resources/lang/ca/auth/general.php
@@ -0,0 +1,16 @@
+ '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' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
+ 'remember_me' => 'Remember Me',
+ 'username_help_top' => 'Enter your username to be emailed a password reset link.',
+ 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ ];
+
diff --git a/resources/lang/ca/auth/message.php b/resources/lang/ca/auth/message.php
new file mode 100644
index 0000000000..f086d8c04c
--- /dev/null
+++ b/resources/lang/ca/auth/message.php
@@ -0,0 +1,45 @@
+ '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.',
+ ),
+
+
+);
diff --git a/resources/lang/ca/button.php b/resources/lang/ca/button.php
new file mode 100644
index 0000000000..2b97223250
--- /dev/null
+++ b/resources/lang/ca/button.php
@@ -0,0 +1,17 @@
+ 'Actions',
+ 'add' => 'Add New',
+ 'cancel' => 'Cancel',
+ 'checkin_and_delete' => 'Checkin & Delete User',
+ 'delete' => 'Delete',
+ 'edit' => 'Edit',
+ 'restore' => 'Restore',
+ 'request' => 'Request',
+ 'submit' => 'Submit',
+ 'upload' => 'Upload',
+ 'select_file' => 'Select File...',
+ 'select_files' => 'Select Files...',
+ 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+);
diff --git a/resources/lang/ca/general.php b/resources/lang/ca/general.php
new file mode 100644
index 0000000000..16c9baa15d
--- /dev/null
+++ b/resources/lang/ca/general.php
@@ -0,0 +1,249 @@
+ 'Accessoris',
+ 'activated' => 'Activat',
+ 'accessory' => 'Accessori',
+ 'accessory_report' => 'Informe d\'Accessoris',
+ 'action' => 'Acció',
+ 'activity_report' => 'Informe d\'Activitat',
+ 'address' => 'Adreça',
+ 'admin' => 'Administrador',
+ 'administrator' => 'Administrador',
+ 'add_seats' => 'Added seats',
+ 'all_assets' => 'Tots els Recursos',
+ 'all' => 'Tots',
+ 'archived' => 'Arxivat',
+ 'asset_models' => 'Models de Recurs',
+ 'asset_model' => 'Model',
+ 'asset' => 'Recurs',
+ 'asset_report' => 'Informe de Recursos',
+ 'asset_tag' => 'Etiqueta de Recurs',
+ 'assets_available' => 'recursos disponibles',
+ 'audit' => 'Audit',
+ 'audit_report' => 'Registre d\'auditoria',
+ 'assets' => 'Recursos',
+ 'avatar_delete' => 'Delete Avatar',
+ 'avatar_upload' => 'Upload Avatar',
+ 'back' => 'Enrere',
+ 'bad_data' => 'Nothing found. Maybe bad data?',
+ 'bulkaudit' => 'Bulk Audit',
+ 'bulkaudit_status' => 'Audit Status',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bystatus' => 'by Status',
+ 'cancel' => 'Cancel·la',
+ 'categories' => 'Categories',
+ 'category' => 'Categoria',
+ 'change' => 'In/Out',
+ 'changeemail' => 'Change Email Address',
+ 'changepassword' => 'Canviar la contrasenya',
+ 'checkin' => 'Checkin',
+ 'checkin_from' => 'Checkin from',
+ 'checkout' => 'Checkout',
+ 'checkouts_count' => 'Checkouts',
+ 'checkins_count' => 'Checkins',
+ 'user_requests_count' => 'Peticions',
+ 'city' => 'Municipi',
+ 'click_here' => 'Feu clic aquí',
+ 'clear_selection' => 'Esborrar Selecció',
+ 'companies' => 'Empreses',
+ 'company' => 'Empresa',
+ 'component' => 'Component',
+ 'components' => 'Components',
+ 'complete' => 'Completar',
+ 'consumable' => 'Consumible',
+ 'consumables' => 'Consumibles',
+ 'country' => 'País',
+ 'create' => 'Crea nou',
+ 'created' => 'Item Created',
+ 'created_asset' => 'recurs creat',
+ 'created_at' => 'Created at',
+ 'record_created' => 'Record Created',
+ 'updated_at' => 'Updated at',
+ 'currency' => '$', // this is deprecated
+ 'current' => 'Current',
+ 'custom_report' => 'Informe de Recursos Personalitzat',
+ 'dashboard' => 'Dashboard',
+ 'days' => 'days',
+ 'days_to_next_audit' => 'Days to Next Audit',
+ 'date' => 'Date',
+ 'debug_warning' => 'Atenció!',
+ '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 APP_DEBUG
value in your .env
file to false
.',
+ 'delete' => 'Suprimeix',
+ 'delete_confirm' => 'Are you sure you wish to delete :item?',
+ 'deleted' => 'S\'ha suprimit',
+ 'delete_seats' => 'Deleted Seats',
+ 'departments' => 'Departaments',
+ 'department' => 'Departament',
+ 'deployed' => 'Deployed',
+ 'depreciation_report' => 'Depreciation Report',
+ 'details' => 'Detalls',
+ 'download' => 'Descarregar',
+ 'download_all' => 'Download All',
+ 'depreciation' => 'Depreciation',
+ 'editprofile' => 'Edit Your Profile',
+ 'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ '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)',
+ 'first' => 'First',
+ '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' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'files' => 'Files',
+ 'file_name' => 'File',
+ 'file_type' => 'File Type',
+ 'file_uploads' => 'File Uploads',
+ 'generate' => 'Generate',
+ 'github_markdown' => 'This field accepts Github flavored markdown.',
+ 'groups' => 'Groups',
+ 'gravatar_email' => 'Gravatar Email Address',
+ 'history' => 'History',
+ 'history_for' => 'History for',
+ 'id' => 'ID',
+ 'image' => 'Image',
+ 'image_delete' => 'Delete Image',
+ 'image_upload' => 'Upload Image',
+ 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'import' => 'Import',
+ 'importing' => 'Importing',
+ 'importing_help' => 'Podeu importar recursos, accessoris, llicències, components, consumibles, and usuaris via fitxer CSV.
El CSV cal que estigui delimitat per comes i formatat amb capçaleres que coincideixin amb les de les mostres de CSV a la documentació.',
+ 'import-history' => 'Import History',
+ 'asset_maintenance' => 'Manteniment de Recursos',
+ 'asset_maintenance_report' => 'Informe de Manteniment de Recursos',
+ 'asset_maintenances' => 'Manteniments de Recursos',
+ 'item' => 'Item',
+ 'insufficient_permissions' => 'Insufficient permissions!',
+ 'kits' => 'Predefined Kits',
+ 'language' => 'Language',
+ 'last' => 'Last',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'license' => 'License',
+ 'license_report' => 'License Report',
+ 'licenses_available' => 'licenses available',
+ 'licenses' => 'Licenses',
+ 'list_all' => 'List All',
+ 'loading' => 'Loading',
+ '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' => 'Location',
+ 'locations' => 'Locations',
+ 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logout' => 'Logout',
+ 'lookup_by_tag' => 'Cercar per Etiqueta de Recurs',
+ 'maintenances' => 'Maintenances',
+ 'manufacturer' => 'Manufacturer',
+ 'manufacturers' => 'Manufacturers',
+ 'markdown' => 'This field allows Github flavored markdown.',
+ 'min_amt' => 'Min. QTY',
+ 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'model_no' => 'Model No.',
+ 'months' => 'months',
+ 'moreinfo' => 'More Info',
+ 'name' => 'Name',
+ 'next' => 'Next',
+ 'next_audit_date' => 'Next Audit Date',
+ 'last_audit' => 'Last Audit',
+ 'new' => 'new!',
+ 'no_depreciation' => 'No Depreciation',
+ 'no_results' => 'No Results.',
+ 'no' => 'No',
+ 'notes' => 'Notes',
+ 'order_number' => 'Order Number',
+ 'page_menu' => 'Showing _MENU_ items',
+ 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
+ 'pending' => 'Pending',
+ 'people' => 'People',
+ 'per_page' => 'Results Per Page',
+ 'previous' => 'Previous',
+ 'processing' => 'Processing',
+ 'profile' => 'Your profile',
+ 'purchase_cost' => 'Purchase Cost',
+ 'purchase_date' => 'Purchase Date',
+ 'qty' => 'QTY',
+ 'quantity' => 'Quantity',
+ 'ready_to_deploy' => 'Ready to Deploy',
+ 'recent_activity' => 'Recent Activity',
+ 'remove_company' => 'Remove Company Association',
+ 'reports' => 'Reports',
+ 'restored' => 'restored',
+ 'requested' => 'Requested',
+ 'request_canceled' => 'Request Canceled',
+ 'save' => 'Save',
+ 'select' => 'Select',
+ 'search' => 'Search',
+ 'select_category' => 'Select a Category',
+ 'select_department' => 'Select a Department',
+ 'select_depreciation' => 'Select a Depreciation Type',
+ 'select_location' => 'Select a Location',
+ 'select_manufacturer' => 'Select a Manufacturer',
+ 'select_model' => 'Select a Model',
+ 'select_supplier' => 'Select a Supplier',
+ 'select_user' => 'Select a User',
+ 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_statuslabel' => 'Select Status',
+ 'select_company' => 'Select Company',
+ 'select_asset' => 'Seleccionar Recurs',
+ 'settings' => 'Settings',
+ 'show_deleted' => 'Show Deleted',
+ 'show_current' => 'Show Current',
+ 'sign_in' => 'Sign in',
+ 'signature' => 'Signature',
+ 'skin' => 'Skin',
+ 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
+ 'site_name' => 'Site Name',
+ 'state' => 'State',
+ 'status_labels' => 'Status Labels',
+ 'status' => 'Status',
+ 'supplier' => 'Supplier',
+ 'suppliers' => 'Suppliers',
+ 'sure_to_delete' => 'Are you sure you wish to delete',
+ 'submit' => 'Submit',
+ 'target' => 'Target',
+ 'time_and_date_display' => 'Time and Date Display',
+ 'total_assets' => 'recursos totals',
+ 'total_licenses' => 'total licenses',
+ 'total_accessories' => 'total accessories',
+ 'total_consumables' => 'total consumables',
+ 'type' => 'Type',
+ 'undeployable' => 'Un-deployable',
+ 'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
+ 'update' => 'Update',
+ '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' => 'User',
+ 'accepted' => 'accepted',
+ 'declined' => 'declined',
+ 'unaccepted_asset_report' => 'Recursos no Acceptats',
+ 'users' => 'Users',
+ 'viewall' => 'View All',
+ 'viewassets' => 'Veure Recursos Assignats',
+ 'website' => 'Website',
+ 'welcome' => 'Welcome, :name',
+ 'years' => 'years',
+ 'yes' => 'Yes',
+ 'zip' => 'Zip',
+ 'noimage' => 'No image uploaded or image not found.',
+ 'token_expired' => 'Your form session has expired. Please try again.',
+ 'login_enabled' => 'Login Enabled',
+ 'audit_due' => 'Due for Audit',
+ 'audit_overdue' => 'Overdue for Audit',
+ 'accept' => 'Acceptar :recurs',
+ 'i_accept' => 'I accept',
+ 'i_decline' => 'I decline',
+ 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
+ 'clear_signature' => 'Clear Signature',
+ 'show_help' => 'Mostrar ajuda',
+ 'hide_help' => 'Amagar ajuda',
+ ];
diff --git a/resources/lang/ca/help.php b/resources/lang/ca/help.php
new file mode 100644
index 0000000000..4cb2354f89
--- /dev/null
+++ b/resources/lang/ca/help.php
@@ -0,0 +1,36 @@
+ "More Info",
+
+ "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+
+ 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+
+ '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' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+
+ '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' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
+
+ 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+
+
+
+);
diff --git a/resources/lang/ca/mail.php b/resources/lang/ca/mail.php
new file mode 100644
index 0000000000..c34123ed74
--- /dev/null
+++ b/resources/lang/ca/mail.php
@@ -0,0 +1,80 @@
+ 'A user has canceled an item request on the website',
+ 'a_user_requested' => 'A user has requested an item on the website',
+ 'accessory_name' => 'Accessory Name:',
+ 'additional_notes' => 'Additional Notes:',
+ 'admin_has_created' => 'An administrator has created an account for you on the :web website.',
+ 'asset' => 'Asset:',
+ 'asset_name' => 'Asset Name:',
+ 'asset_requested' => 'Asset requested',
+ 'asset_tag' => 'Asset Tag',
+ 'assigned_to' => 'Assigned To',
+ 'best_regards' => 'Best regards,',
+ 'canceled' => 'Canceled:',
+ 'checkin_date' => 'Checkin Date:',
+ 'checkout_date' => 'Checkout Date:',
+ 'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
+ '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.',
+ 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
+ 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
+ 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
+ 'Confirm_license_delivery' => 'License delivery confirmation',
+ 'Confirm_asset_delivery' => 'Asset delivery confirmation',
+ 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'current_QTY' => 'Current QTY',
+ 'Days' => 'Days',
+ 'days' => 'Days',
+ 'expecting_checkin_date' => 'Expected Checkin Date:',
+ 'expires' => 'Expires',
+ 'Expiring_Assets_Report' => 'Expiring Assets Report.',
+ 'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
+ 'hello' => 'Hello',
+ 'hi' => 'Hi',
+ 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
+ 'item' => 'Item:',
+ 'Item_Request_Canceled' => 'Item Request Canceled',
+ 'Item_Requested' => 'Item Requested',
+ 'link_to_update_password' => 'Please click on the following link to update your :web password:',
+ 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
+ 'login' => 'Login:',
+ 'Low_Inventory_Report' => 'Low Inventory Report',
+ 'min_QTY' => 'Min QTY',
+ 'name' => 'Name',
+ 'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ '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:',
+ 'serial' => 'Serial',
+ 'supplier' => 'Supplier',
+ '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: ',
+ '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.',
+ 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
+ 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
+ 'to_reset' => 'To reset your :web password, complete this form:',
+ 'type' => 'Type',
+ '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' => 'User',
+ 'username' => 'Username',
+ 'welcome' => 'Welcome :name',
+ 'welcome_to' => 'Welcome to :web!',
+ 'your_credentials' => 'Your Snipe-IT credentials',
+ 'Accessory_Checkin_Notification' => 'Accessory checked in',
+ 'Asset_Checkin_Notification' => 'Asset checked in',
+ 'License_Checkin_Notification' => 'License checked in',
+ 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
+ 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
+ 'your_assets' => 'View Your Assets'
+);
diff --git a/resources/lang/ca/pagination.php b/resources/lang/ca/pagination.php
new file mode 100644
index 0000000000..b573b51e91
--- /dev/null
+++ b/resources/lang/ca/pagination.php
@@ -0,0 +1,20 @@
+ '« Previous',
+
+ 'next' => 'Next »',
+
+);
diff --git a/resources/lang/ca/passwords.php b/resources/lang/ca/passwords.php
new file mode 100644
index 0000000000..61fe7fbd43
--- /dev/null
+++ b/resources/lang/ca/passwords.php
@@ -0,0 +1,7 @@
+ 'Your password link has been sent!',
+ 'user' => 'No matching active user found with that email.',
+];
+
diff --git a/resources/lang/ca/reminders.php b/resources/lang/ca/reminders.php
new file mode 100644
index 0000000000..e7a476e3a2
--- /dev/null
+++ b/resources/lang/ca/reminders.php
@@ -0,0 +1,24 @@
+ "Passwords must be six characters and match the confirmation.",
+
+ "user" => "Username or email address is incorrect",
+
+ "token" => "This password reset token is invalid.",
+
+ "sent" => "If a matching email address was found, a password reminder has been sent!",
+
+);
diff --git a/resources/lang/ca/table.php b/resources/lang/ca/table.php
new file mode 100644
index 0000000000..f7a49d86c1
--- /dev/null
+++ b/resources/lang/ca/table.php
@@ -0,0 +1,10 @@
+ 'Actions',
+ 'action' => 'Action',
+ 'by' => 'By',
+ 'item' => 'Item',
+
+);
diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php
new file mode 100644
index 0000000000..4ece7d41c7
--- /dev/null
+++ b/resources/lang/ca/validation.php
@@ -0,0 +1,138 @@
+ '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' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ '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.',
+ ],
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ '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.',
+ '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.",
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 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' => 'That password is too common.',
+ "statuslabel_type" => "You must select a valid status label type",
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => [],
+
+);
diff --git a/resources/lang/cs/admin/locations/table.php b/resources/lang/cs/admin/locations/table.php
index e78ecc70b4..e5d3450fdf 100644
--- a/resources/lang/cs/admin/locations/table.php
+++ b/resources/lang/cs/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Země',
'create' => 'Vytvořit umístění',
'update' => 'Upravit umístění',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Vytisknout přiřazené',
+ 'print_all_assigned' => 'Vytisknout všechny přiřazené',
'name' => 'Název umístění',
'address' => 'Adresa',
'zip' => 'PSČ',
diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php
index 70695ba7f1..d52f6a60d5 100644
--- a/resources/lang/cs/admin/settings/general.php
+++ b/resources/lang/cs/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Upozornění zapnutá',
'alert_interval' => 'Mez upozornění na vypršení (ve dnech)',
'alert_inv_threshold' => 'Mez upozornění skladu',
- '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.' ,
+ 'allow_user_skin' => 'Povolit vzhled uživatele',
+ 'allow_user_skin_help_text' => 'Zaškrtnutí tohoto políčka umožní uživateli přepsat vzhled uživatelského rozhraní jiným.' ,
'asset_ids' => 'ID majetku',
'audit_interval' => 'Interval auditu',
'audit_interval_help' => 'Pokud budete muset pravidelně fyzicky kontrolovat svůj majetek, zadejte interval v měsících.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Použít TLS',
'ldap_tls_help' => 'Tuto možnost byste měli zkontrolovat pouze v případě, že používáte STARTTLS na serveru LDAP. ',
'ldap_uname' => 'LDAP uživatelské jméno připojení',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP oddělení',
+ 'ldap_phone' => 'LDAP telefonní číslo',
+ 'ldap_jobtitle' => 'LDAP pracovní pozice',
+ 'ldap_country' => 'LDAP země',
'ldap_pword' => 'LDAP heslo připojení',
'ldap_basedn' => 'Základní svázání DN',
'ldap_filter' => 'LDAP filtr',
@@ -131,7 +131,7 @@ return array(
'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_sp_metadata_url' => 'URL metadat',
'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',
diff --git a/resources/lang/cs/auth/general.php b/resources/lang/cs/auth/general.php
index 353705db3e..6645757bc7 100644
--- a/resources/lang/cs/auth/general.php
+++ b/resources/lang/cs/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Přihlášení',
'login_prompt' => 'Přihlaste se prosím',
'forgot_password' => 'Zapomněl jsem heslo',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Pamatovat si mě',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/cs/mail.php b/resources/lang/cs/mail.php
index e0ca4dd214..a4fa616ca4 100644
--- a/resources/lang/cs/mail.php
+++ b/resources/lang/cs/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Majetek:',
'asset_name' => 'Název majetku:',
'asset_requested' => 'Požadovaný majetek',
- 'asset_tag' => 'Označení majetku:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Přiděleno',
'best_regards' => 'S pozdravem,',
'canceled' => 'Zrušeno:',
diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php
index f82ecbd3e4..685e0a56fb 100644
--- a/resources/lang/cs/validation.php
+++ b/resources/lang/cs/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribut: se nepodařilo nahrát.',
'url' => 'Formát :attribute je neplatný.',
"unique_undeleted" => "Je třeba, aby se :attribute neopakoval.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/cy/admin/accessories/message.php b/resources/lang/cy/admin/accessories/message.php
index 0a5be51aa2..e5be37a7e1 100644
--- a/resources/lang/cy/admin/accessories/message.php
+++ b/resources/lang/cy/admin/accessories/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'The accessory [:id] does not exist.',
+ 'does_not_exist' => 'Nid yw\'r ategolyn [:id] yn bodoli.',
'assoc_users' => 'Mae\'r ategolyn yma hefo :count eitem wedi nodi allan i defnyddwyr. Nodwch yr ategolion yn ol i fewn ac yna ceisiwch eto. ',
'create' => array(
diff --git a/resources/lang/cy/admin/asset_maintenances/general.php b/resources/lang/cy/admin/asset_maintenances/general.php
index eae93d6b39..d563e91174 100644
--- a/resources/lang/cy/admin/asset_maintenances/general.php
+++ b/resources/lang/cy/admin/asset_maintenances/general.php
@@ -8,7 +8,7 @@
'repair' => 'Trwsio',
'maintenance' => 'Cynnal a Chadw',
'upgrade' => 'Uwchraddio',
- 'calibration' => 'Calibration',
- 'software_support' => 'Software Support',
- 'hardware_support' => 'Hardware Support',
+ 'calibration' => 'Graddnodi',
+ 'software_support' => 'Cefnogaeth meddalwedd',
+ 'hardware_support' => 'Cefnogaeth caledwedd',
];
diff --git a/resources/lang/cy/auth/general.php b/resources/lang/cy/auth/general.php
index 0da5b6f680..2494f5150e 100644
--- a/resources/lang/cy/auth/general.php
+++ b/resources/lang/cy/auth/general.php
@@ -4,10 +4,11 @@ return [
'send_password_link' => 'Danfonwch Linc Ail-osod Cyfrinair',
'email_reset_password' => 'Ailosod Cyfrinair trwy ebost',
'reset_password' => 'Ail-osod Cyfrinair',
- 'saml_login' => 'Login via SAML',
+ 'saml_login' => 'Mewngofnodi trwy SAML',
'login' => 'Mewngofnodi',
'login_prompt' => 'Mewngofnodwch',
'forgot_password' => 'Wedi anghofio\'r cyfrinair',
+ 'ldap_reset_password' => 'Cliciwch yma i ailosod eich cyfrinair LDAP',
'remember_me' => 'Cofiwch fi',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/cy/auth/message.php b/resources/lang/cy/auth/message.php
index d7a1da0cd7..370456e451 100644
--- a/resources/lang/cy/auth/message.php
+++ b/resources/lang/cy/auth/message.php
@@ -11,7 +11,7 @@ return array(
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
- 'success' => 'You have successfully logged in.',
+ 'success' => 'Rydych wedi llwydo i fewngofnodi.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
diff --git a/resources/lang/cy/help.php b/resources/lang/cy/help.php
index 4cb2354f89..70aa62c192 100644
--- a/resources/lang/cy/help.php
+++ b/resources/lang/cy/help.php
@@ -13,7 +13,7 @@ return array(
|
*/
- "more_info_title" => "More Info",
+ "more_info_title" => "Mwy o wybodaeth",
"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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
diff --git a/resources/lang/cy/mail.php b/resources/lang/cy/mail.php
index 0f9491485f..a78e076200 100644
--- a/resources/lang/cy/mail.php
+++ b/resources/lang/cy/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Ased:',
'asset_name' => 'Enw Ased:',
'asset_requested' => 'Gofynnwyd am ased',
- 'asset_tag' => 'Tag Ased:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Wedi Neilltuo i',
'best_regards' => 'Cofon gorau,',
'canceled' => 'Wedi canslo:',
diff --git a/resources/lang/cy/validation.php b/resources/lang/cy/validation.php
index cf0c36846a..ed964f3883 100644
--- a/resources/lang/cy/validation.php
+++ b/resources/lang/cy/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Mae\'r :attribute wedi fethu uwchlwytho.',
'url' => 'Mae fformat :attribute yn annilys.',
"unique_undeleted" => "Rhaid i'r :attribute bod yn unigryw.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/da/admin/locations/table.php b/resources/lang/da/admin/locations/table.php
index cff01f76d6..e6d9d087b3 100644
--- a/resources/lang/da/admin/locations/table.php
+++ b/resources/lang/da/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Land',
'create' => 'Opret placering',
'update' => 'Opdateringssted',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Udskriv tildelte',
+ 'print_all_assigned' => 'Udskriv alle tildelte',
'name' => 'Navn på sted',
'address' => 'Adresse',
'zip' => 'Postnummer',
diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php
index 615338f3eb..47bb90da35 100644
--- a/resources/lang/da/admin/settings/general.php
+++ b/resources/lang/da/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Advarsler aktiveret',
'alert_interval' => 'Udløbsvarsel Threshold (i dage)',
'alert_inv_threshold' => 'Lagervarsletærskel',
- '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.' ,
+ 'allow_user_skin' => 'Tillad bruger skin',
+ 'allow_user_skin_help_text' => 'Afkrydsning her giver brugeren afgang til at overskrive UI skin med et andet skin.' ,
'asset_ids' => 'Aktiv-id\'er',
'audit_interval' => 'Revisionsinterval',
'audit_interval_help' => 'Hvis du skal regelmæssigt kontrollere dine aktiver fysisk, skal du indtaste intervallet i måneder.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Brug TLS',
'ldap_tls_help' => 'Dette bør kun kontrolleres, hvis du kører STARTTLS på din LDAP-server.',
'ldap_uname' => 'LDAP Bind Brugernavn',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP Afdeling',
+ 'ldap_phone' => 'LDAP-telefonnummer',
+ 'ldap_jobtitle' => 'LDAP Jobtitel',
+ 'ldap_country' => 'LDAP Land',
'ldap_pword' => 'LDAP-bindingsadgangskode',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP-filter',
diff --git a/resources/lang/da/auth/general.php b/resources/lang/da/auth/general.php
index 759c2396c2..b2f805ea14 100644
--- a/resources/lang/da/auth/general.php
+++ b/resources/lang/da/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Log venligst ind',
'forgot_password' => 'Jeg har glemt min adgangskode',
+ 'ldap_reset_password' => 'Klik her for at nulstille din LDAP adgangskode',
'remember_me' => 'Husk mig',
'username_help_top' => 'Indtast dit brugernavn for at få tilsendt et link til nulstilling af adgangskoden.',
'username_help_bottom' => 'Dit brugernavn og din emailadresse kan være den samme; men din konfiguration kan kæve at de er forskellige. Hvis du ikke kan huske dit brugernavn, så kontakt administratoren.
Brugernavne uden tilhørende emailadresse vil ikke få tilsendt mail med link til reset af kodeord. ',
diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php
index 8b52275742..372dd1824f 100644
--- a/resources/lang/da/general.php
+++ b/resources/lang/da/general.php
@@ -112,7 +112,7 @@
'image' => 'Billede',
'image_delete' => 'Slet billede',
'image_upload' => 'Upload billede',
- 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'image_filetypes_help' => 'Tilladte filtyper er jpg, png, gif, og svg. Maximalt tilladte upload størrelse er :size.',
'import' => 'Importér',
'importing' => 'Importerer',
'importing_help' => 'Du kan importere assets, tilbehør, licenser, komponenter, forbrugsvarer og brugere via CSV-fil.
CSV skal være kommasepareret og formateret med overskrifter, der matcher dem i sample CSV\'er i dokumentationen.',
@@ -244,6 +244,6 @@
'i_decline' => 'Jeg afviser',
'sign_tos' => 'Bekræft nedenfor for at angive, at du accepterer vilkårene for tjenesten:',
'clear_signature' => 'Ryd signatur',
- 'show_help' => 'Show help',
- 'hide_help' => 'Hide help',
+ 'show_help' => 'Vis hjælp',
+ 'hide_help' => 'Skjul hjælp',
];
diff --git a/resources/lang/da/mail.php b/resources/lang/da/mail.php
index d065074c0b..329b71bd4f 100644
--- a/resources/lang/da/mail.php
+++ b/resources/lang/da/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'aktiv:',
'asset_name' => 'Aktivnavn:',
'asset_requested' => 'Aktiver bedt om',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Tildelt',
'best_regards' => 'Med venlig hilsen,',
'canceled' => 'annulleret:',
diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php
index f3fb5ea86f..14bdd1c885 100644
--- a/resources/lang/da/validation.php
+++ b/resources/lang/da/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Attributtet kunne ikke uploades.',
'url' => ':attribute formatet er ugyldigt.',
"unique_undeleted" => ":attribute skal være unik.",
+ "non_circular" => ":attribute må ikke oprette en cirkulær reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/de/admin/locations/table.php b/resources/lang/de/admin/locations/table.php
index f7475b63a2..b124282f81 100644
--- a/resources/lang/de/admin/locations/table.php
+++ b/resources/lang/de/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Land',
'create' => 'Standort erstellen',
'update' => 'Standort aktualisieren',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Zugewiesene drucken',
+ 'print_all_assigned' => 'Alles zugewiesene drucken',
'name' => 'Standortname',
'address' => 'Adresse',
'zip' => 'Postleitzahl',
diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php
index 1c1cf00c2c..1daec89f2b 100644
--- a/resources/lang/de/admin/settings/general.php
+++ b/resources/lang/de/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'E-Mail-Benachrichtigungen aktiviert',
'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)',
'alert_inv_threshold' => 'Inventar Alarmschwelle',
- '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.' ,
+ 'allow_user_skin' => 'Benutzerdesign erlauben',
+ 'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.' ,
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Auditintervall',
'audit_interval_help' => 'Wenn Sie Ihre Assets regelmäßig physisch überprüfen müssen, geben Sie das Intervall in Monaten ein.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'TLS verwenden',
'ldap_tls_help' => 'Sollte nur wenn STARTTLS am LDAP Server verwendet wird, aktiviert sein. ',
'ldap_uname' => 'LDAP Bind Nutzername',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP Abteilung',
+ 'ldap_phone' => 'LDAP Rufnummer',
+ 'ldap_jobtitle' => 'LDAP Position',
+ 'ldap_country' => 'LDAP Land',
'ldap_pword' => 'LDAP Bind Passwort',
'ldap_basedn' => 'Basis Bind DN',
'ldap_filter' => 'LDAP Filter',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
'saml_sp_x509cert' => 'Öffentliches Zertifikat',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'Metadaten-URL',
'saml_idp_metadata' => 'SAML IdP Metadaten',
'saml_idp_metadata_help' => 'Sie können die IdP-Metadaten über eine URL oder XML-Datei angeben.',
'saml_attr_mapping_username' => 'Zuordnung - Benutzername',
diff --git a/resources/lang/de/auth/general.php b/resources/lang/de/auth/general.php
index 7b8ba3dd71..6f8f3411c1 100644
--- a/resources/lang/de/auth/general.php
+++ b/resources/lang/de/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Melden Sie sich bitte an',
'forgot_password' => 'Ich habe mein Passwort vergessen',
+ 'ldap_reset_password' => 'Klicken Sie hier, um Ihr LDAP-Kennwort zurückzusetzen.',
'remember_me' => 'Angemeldet bleiben',
'username_help_top' => 'Benutzernamen eingeben, um einen Link zum Zurücksetzen des Passwortes per E-Mail zu erhalten.',
'username_help_bottom' => 'Abhängig von der Konfiguration, kann der Benutzername identisch mit ihrer E-Mailadresse sein. Falls Sie ihren Benutzernamen vergessen haben, kontaktieren Sie ihren Administrator.
Benutzernamen ohne zugeordnete E-Mailadresse erhalten keine E-Mail zum Zurücksetzen des Passwortes. ',
diff --git a/resources/lang/de/mail.php b/resources/lang/de/mail.php
index 6d2aa652ff..51a0a07427 100644
--- a/resources/lang/de/mail.php
+++ b/resources/lang/de/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Gegenstands Name:',
'asset_requested' => 'Gegenstand angefordert',
- 'asset_tag' => 'Gegenstands Etikett:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Zugewiesen an',
'best_regards' => 'Grüße,',
'canceled' => 'Abgebrochen:',
@@ -36,7 +36,7 @@ return array(
'i_have_read' => 'Ich habe die Nutzungsbedingungen gelesen und stimme diesen zu, und ich habe diesen Gegenstand erhalten.',
'item' => 'Gegenstand:',
'Item_Request_Canceled' => 'Gegenstands Anfrage abgebrochen',
- 'Item_Requested' => 'Gegenstand angefortdert',
+ 'Item_Requested' => 'Gegenstand angefordert',
'link_to_update_password' => 'Klicken Sie bitte auf den folgenden Link zum Aktualisieren Ihres :web Passworts:',
'login_first_admin' => 'Melden Sie sich zu Ihrer neuen Snipe-IT-Installation mithilfe der unten stehenden Anmeldeinformationen an:',
'login' => 'Benutzername:',
diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php
index 5d2021a70c..470baa774e 100644
--- a/resources/lang/de/validation.php
+++ b/resources/lang/de/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute konnte nicht hochgeladen werden.',
'url' => ':attribute Format ist ungültig.',
"unique_undeleted" => "Die Variable :attribute muss eindeutig sein.",
+ "non_circular" => "Das :attribute darf keinen Zirkelbezug ergeben.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/el/auth/general.php b/resources/lang/el/auth/general.php
index 5e7077c2fa..63acec4fd2 100644
--- a/resources/lang/el/auth/general.php
+++ b/resources/lang/el/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Είσοδος',
'login_prompt' => 'Παρακαλούμε συνδεθείτε',
'forgot_password' => 'Ξέχασα τον κωδικό μου',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Να με θυμάσαι',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/el/mail.php b/resources/lang/el/mail.php
index e301fef50a..dbc86730c6 100644
--- a/resources/lang/el/mail.php
+++ b/resources/lang/el/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Πάγιο:',
'asset_name' => 'Όνομα του περιουσιακού στοιχείου:',
'asset_requested' => 'Πάγιο αίτήθηκε',
- 'asset_tag' => 'Ετικέτα παγίων:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Ανατέθηκε στον',
'best_regards' => 'Τις καλύτερες ευχές,',
'canceled' => 'Ακυρωμένο:',
diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php
index 917fe3ceaa..2e586ab634 100644
--- a/resources/lang/el/validation.php
+++ b/resources/lang/el/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.',
'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
"unique_undeleted" => "Το :χαρακτηριστικό πρέπει να είναι μοναδικό.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/en-GB/admin/locations/table.php b/resources/lang/en-GB/admin/locations/table.php
index 1cbe540749..43ce8ef1bf 100644
--- a/resources/lang/en-GB/admin/locations/table.php
+++ b/resources/lang/en-GB/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Country',
'create' => 'Create Location',
'update' => 'Update Location',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Drucke zugewiesene Assets',
+ 'print_all_assigned' => 'Drucke alle zugewiesenen Assets',
'name' => 'Location Name',
'address' => 'Address',
'zip' => 'Postal Code',
diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php
index ef0684f2a1..a5ae8a2691 100644
--- a/resources/lang/en-GB/admin/settings/general.php
+++ b/resources/lang/en-GB/admin/settings/general.php
@@ -14,7 +14,7 @@ return array(
'alerts_enabled' => 'Alerts Enabled',
'alert_interval' => 'Expiring Alerts Threshold (in days)',
'alert_inv_threshold' => 'Inventory Alert Threshold',
- 'allow_user_skin' => 'Allow user skin',
+ 'allow_user_skin' => 'Erlaube Benutzer 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' => 'Audit Interval',
diff --git a/resources/lang/en-GB/auth/general.php b/resources/lang/en-GB/auth/general.php
index 33630310d4..78b6780927 100644
--- a/resources/lang/en-GB/auth/general.php
+++ b/resources/lang/en-GB/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/en-GB/mail.php b/resources/lang/en-GB/mail.php
index 92c0d51b38..27a919856b 100644
--- a/resources/lang/en-GB/mail.php
+++ b/resources/lang/en-GB/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,',
'canceled' => 'Canceled:',
diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php
index 23116776e3..4ece7d41c7 100644
--- a/resources/lang/en-GB/validation.php
+++ b/resources/lang/en-GB/validation.php
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/en-ID/admin/hardware/table.php b/resources/lang/en-ID/admin/hardware/table.php
index 12669c0e7c..f04ef727f0 100644
--- a/resources/lang/en-ID/admin/hardware/table.php
+++ b/resources/lang/en-ID/admin/hardware/table.php
@@ -20,6 +20,6 @@ return array(
'title' => 'Aset ',
'image' => 'Perangkat Gambar',
'days_without_acceptance' => 'Hari tanpa penerimaan',
- 'monthly_depreciation' => 'Monthly Depreciation'
+ 'monthly_depreciation' => 'Penyusutan Bulanan'
);
diff --git a/resources/lang/en-ID/admin/locations/table.php b/resources/lang/en-ID/admin/locations/table.php
index 3e4259a271..6c6e5f1432 100644
--- a/resources/lang/en-ID/admin/locations/table.php
+++ b/resources/lang/en-ID/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Negara',
'create' => 'Buat Lokasi',
'update' => 'Perbarui lokasi',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Cetak yang Ditetapkan',
+ 'print_all_assigned' => 'Cetak Semua yang Ditetapkan',
'name' => 'Nama lokasi',
'address' => 'Alamat',
'zip' => 'Kode pos',
diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php
index 27430f484c..726b0fbbdf 100644
--- a/resources/lang/en-ID/admin/settings/general.php
+++ b/resources/lang/en-ID/admin/settings/general.php
@@ -4,9 +4,9 @@ return array(
'ad' => 'Direktori Berkas',
'ad_domain' => 'Domain Direktori Aktif',
'ad_domain_help' => 'Terkadang ini sama dengan domain email anda, tapi tidak selalu.',
- '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".' ,
+ 'ad_append_domain_label' => 'Tambahkan nama domain',
+ 'ad_append_domain' => 'Sisipkan nama domain pada baris nama pengguna',
+ 'ad_append_domain_help' => 'Pengguna tidak diperlukan untuk menulis"namapengguna@domail.lokal", mereka dapat hanya menuliskan "namapengguna".' ,
'admin_cc_email' => 'Tembusan Email',
'admin_cc_email_help' => 'Jika Anda ingin mengirim salinan email checkin / checkout yang dikirimkan ke pengguna akun email tambahan, masukkan di sini. Jika tidak, biarkan bidang ini kosong.',
'is_ad' => 'Ini adalah server aktif direktori',
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Peringatan Email Diaktifkan',
'alert_interval' => 'Ambang batas waktu kadaluwarsa (dalam beberapa hari)',
'alert_inv_threshold' => 'Ambang Batas Invertaris',
- '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.' ,
+ 'allow_user_skin' => 'Izinkan skin pengguna',
+ 'allow_user_skin_help_text' => 'Mencentang kotak ini akan mengizinkan seorang pengguna untuk menimpa skin UI dengan sesuatu yang berbeda.' ,
'asset_ids' => 'ID Aset',
'audit_interval' => 'Memeriksa perbedaan',
'audit_interval_help' => 'Jika anda diminta untuk melakukan audit aset secara fisik dengan teratur, maka masukkan selang waktu dalam beberapa bulan.',
@@ -27,7 +27,7 @@ return array(
'backups' => 'Cadangkan',
'barcode_settings' => 'Pengaturan Kode batang',
'confirm_purge' => 'Konfirmasi Pembersihan',
- '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.)',
+ 'confirm_purge_help' => 'Masukkan teks "DELETE" di dalam kotak dibawah untuk menghapus total rekaman yang telah dihapus. Tindakan ini tidak dapat dikembalikan dan akan menghapus sermua item dan pengguna yang terhapus-lunak secara PERMANEN. (Anda garus membuat sebuah cadangan terlebih dahulu, untuk berjaga-jaga.)',
'custom_css' => 'Kustom CSS',
'custom_css_help' => 'Masukkan setiap penimpaan CSS ubah sesuai yang ingin anda gunakan jangan sertakan<gaya</gaya>tag.',
'custom_forgot_pass_url' => 'Atur Ulang Kata Sandi URL tempahan',
@@ -43,23 +43,23 @@ return array(
'display_eol' => 'Tampilkan EOL dalam tampilan tabel',
'display_qr' => 'Kode Tampilan Persegi',
'display_alt_barcode' => 'Tampilkan kode batang 1D',
- 'email_logo' => 'Email Logo',
+ 'email_logo' => 'Logo Email',
'barcode_type' => 'Tipe Kode Batang 2D',
'alt_barcode_type' => 'Tipe Kode Batang 1D',
- 'email_logo_size' => 'Square logos in email look best. ',
+ 'email_logo_size' => 'Logo berbentuk kotak terlihat bagus pada email. ',
'eula_settings' => 'Pengaturan EULA',
'eula_markdown' => 'EULA ini memungkinkan Github merasakan penurunan harga.',
- '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.',
+ 'favicon' => 'Ikonfavorit',
+ 'favicon_format' => 'Jenis berkas yang diterima adalah ico, png, dan gif. Format gambar lainnya mungkin tidak bekerja di semua peramban web.',
+ 'favicon_size' => 'Ikonfavorit harus berupa gambar berbentuk kotak. 16x16 piksel.',
'footer_text' => 'Teks Footer Tambahan ',
'footer_text_help' => 'Teks ini akan muncul di footer sisi kanan. Tautan diizinkan menggunakan Github flavored markdown. Jeda, tajuk, gambar, dll bisa mengakibatkan hasil yang tidak dapat diprediksi.',
'general_settings' => 'Pengaturan Umum',
'generate_backup' => 'Membuat Cadangan',
'header_color' => 'Warna Header',
'info' => 'Penggaturan ini memungkinkan anda menyesuaikan aspek-aspek tertentu dari instalasi anda.',
- 'label_logo' => 'Label Logo',
- 'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
+ 'label_logo' => 'Logo Label',
+ 'label_logo_size' => 'Logo berbentuk kotak terlihat bagus - akan ditampilkan pada bagian kanan atas dari setiap label aset. ',
'laravel' => 'Versi Laravel',
'ldap_enabled' => 'Aktifkan LDAP',
'ldap_integration' => 'Integrasi LDAP',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Gunakan TLS',
'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS di server LDAP anda. ',
'ldap_uname' => 'LDAP Bind nama pengguna',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Departemen LDAP',
+ 'ldap_phone' => 'Nomor Telepon LDAP',
+ 'ldap_jobtitle' => 'Nama Jabatan LDAP',
+ 'ldap_country' => 'Negara LDAP',
'ldap_pword' => 'LDAP Bind sandi',
'ldap_basedn' => 'Mengikat Dasar DN',
'ldap_filter' => 'Saring LDAP',
diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php
index ebeb177243..9526a388fa 100644
--- a/resources/lang/en-ID/admin/users/general.php
+++ b/resources/lang/en-ID/admin/users/general.php
@@ -19,7 +19,7 @@ return array(
'ldap_config_text' => 'Pengaturan konfigurasi LDAP dapat ditemukan di Admin > Pengaturan. Lokasi pilihan (opsional) akan di atur untuk semua pengguna yang diimpor.',
'print_assigned' => 'Cetak semua yang ditetapkan',
'software_user' => 'Software diperiksa untuk :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.',
+ 'send_email_help' => 'Anda harus menyediakan sebuah alamat email untuk pengguna ini untuk dikirimkan kredesial pada mereka. Kredensial penyuratan/email hanya dapat dilakukan pada pembuatan pengguna. Kata sandi disimpan dalam sebuah hash satu-arah dan tidak dapat diterima lagi setelah disimpan.',
'view_user' => 'Lihat pengguna :name',
'usercsv' => 'Berkas CSV',
'two_factor_admin_optin_help' => 'Pengaturan admin anda saat ini membolehkan pelaksanaan otentifikasi dua-faktor secara selektif. ',
diff --git a/resources/lang/en-ID/admin/users/message.php b/resources/lang/en-ID/admin/users/message.php
index d247a4e5f5..a67ce0bdbc 100644
--- a/resources/lang/en-ID/admin/users/message.php
+++ b/resources/lang/en-ID/admin/users/message.php
@@ -12,7 +12,7 @@ return array(
'insufficient_permissions' => 'Izin tidak cukup.',
'user_deleted_warning' => 'Pengguna ini sudah dihapus. Anda harus mengembalikan pengguna ini untuk menyuntingnya atau memberikannya aset baru.',
'ldap_not_configured' => 'Integrasi LDAP sudah tidak dikonfigurasikan untuk instalasi ini.',
- 'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
+ 'password_resets_sent' => 'Pengguna terpilih yang diaktifkan dan memiliki sebuah alamat email yang valid telah dikirimkan sebuah tautan pengaturan ulang kata sandi.',
'success' => array(
diff --git a/resources/lang/en-ID/auth/general.php b/resources/lang/en-ID/auth/general.php
index a8b89c5e5e..78ff6893fd 100644
--- a/resources/lang/en-ID/auth/general.php
+++ b/resources/lang/en-ID/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Masuk',
'login_prompt' => 'Silahkan Masuk',
'forgot_password' => 'Saya lupa kata sandi saya',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Ingatkan saya',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/en-ID/mail.php b/resources/lang/en-ID/mail.php
index 22b0e8f670..9cd7e7969a 100644
--- a/resources/lang/en-ID/mail.php
+++ b/resources/lang/en-ID/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Aset:',
'asset_name' => 'Nama Aset:',
'asset_requested' => 'Permintaan aset',
- 'asset_tag' => 'Tag Aset:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Ditetapkan untuk',
'best_regards' => 'Salam hormat,',
'canceled' => 'Dibatalkan:',
diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php
index 640024ffc7..8adc8eb8a7 100644
--- a/resources/lang/en-ID/validation.php
+++ b/resources/lang/en-ID/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute gagal di-upload.',
'url' => 'Format :attribute tidaklah benar.',
"unique_undeleted" => ":attribute haruslah unik.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/es-CO/admin/kits/general.php b/resources/lang/es-CO/admin/kits/general.php
index 06039317a1..a175810944 100644
--- a/resources/lang/es-CO/admin/kits/general.php
+++ b/resources/lang/es-CO/admin/kits/general.php
@@ -2,7 +2,7 @@
return array(
'about_kits_title' => 'Acerca de kits predefinidos',
- 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'about_kits_text' => 'Los Kits predefinidos le permiten rápidamente entregar un conjunto de elementos (assets, licencias, etc) a un usuario. Esto puede ser útil cuando su proceso de aprovisionar a usuarios nuevos es consistente para varios usuarios y todos reciben los mismos ítems.',
'checkout' => 'Asignar kit ',
'create_success' => 'El kit se ha creado correctamente.',
'create' => 'Crear kit predefinido',
@@ -10,8 +10,8 @@ return array(
'delete_success' => 'Kit eliminado correctamente.',
'update_success' => 'El kit se ha actualizado correctamente.',
'none_models' => 'No hay suficientes recursos disponibles para :model para asignar. :qty son requeridos. ',
- '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. ',
+ 'none_licenses' => 'No hay suficientes licencias disponibles de :license para entregar. Se requieren :qty . ',
+ 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para entregar. Se requieren :qty . ',
+ 'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para entregar. Se necesitan :qty . ',
);
diff --git a/resources/lang/es-CO/admin/locations/table.php b/resources/lang/es-CO/admin/locations/table.php
index de553c5f76..1e81cfe54d 100644
--- a/resources/lang/es-CO/admin/locations/table.php
+++ b/resources/lang/es-CO/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Pais',
'create' => 'Crear ubicación',
'update' => 'Actualizar ubicación',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Imprimir los Asignados',
+ 'print_all_assigned' => 'Imprimir todos los Asignados',
'name' => 'Nombre de ubicación',
'address' => 'Dirección',
'zip' => 'Código Postal',
diff --git a/resources/lang/es-CO/admin/manufacturers/message.php b/resources/lang/es-CO/admin/manufacturers/message.php
index 4a78b56349..342dd1e565 100644
--- a/resources/lang/es-CO/admin/manufacturers/message.php
+++ b/resources/lang/es-CO/admin/manufacturers/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'Fabricante inexistente.',
+ 'does_not_exist' => 'El fabricante no existe.',
'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado',
'create' => array(
diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php
index 595528d794..1bf7921155 100644
--- a/resources/lang/es-CO/admin/settings/general.php
+++ b/resources/lang/es-CO/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alertas habilitadas',
'alert_interval' => 'Limite de alertas de expiración (en días)',
'alert_inv_threshold' => 'Umbral de alerta del inventario',
- '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.' ,
+ 'allow_user_skin' => 'Permitir skin del usuario',
+ 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.' ,
'asset_ids' => 'IDs de Recurso',
'audit_interval' => 'Intervalo de auditoría',
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
'ldap_uname' => 'Enlazar usuario LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Departamento LDAP',
+ 'ldap_phone' => 'Número de teléfono LDAP',
+ 'ldap_jobtitle' => 'Título de trabajo LDAP',
+ 'ldap_country' => 'País LDAP',
'ldap_pword' => 'Enlazar contraseña LDAP',
'ldap_basedn' => 'Enlazar base DN',
'ldap_filter' => 'Filtro LDAP',
@@ -89,7 +89,7 @@ return array(
'ldap_auth_filter_query' => 'Consulta de autentificación LDAP',
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
- 'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_activated_flag_help' => 'Esta casilla se utiliza para determinar cuando un usuario puede, o no, iniciar sesion en Snipe-IT, sin embargo no afecta la habilidad de entregar/recibir ítems del mismo.',
'ldap_emp_num' => 'Número de empleado LDAP',
'ldap_email' => 'Email LDAP',
'license' => 'Licencia de Software',
@@ -104,7 +104,7 @@ return array(
'login_common_disabled_help' => 'Esta opción desactiva otros mecanismos de autenticación. Simplemente habilite esta opción si está seguro de que su inicio de sesión REMOTE_USER ya está funcionando',
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'Si se proporciona una url aquí, los usuarios serán redirigidos a esta URL después de que el usuario cierre la sesión de Snipe-IT. Esto es útil para cerrar correctamente las sesiones de usuario de su proveedor de autenticación.',
- 'login_remote_user_header_name_text' => 'Custom user name header',
+ 'login_remote_user_header_name_text' => 'Encabezado de nombre de usuario personalizado',
'login_remote_user_header_name_help' => 'Usar la cabecera especificada en lugar de REMOTE_USER',
'logo' => 'Logo',
'logo_print_assets' => 'Utilizar en impresión',
@@ -128,29 +128,29 @@ return array(
'saml_enabled' => 'SAML activado',
'saml_integration' => 'Integración SAML',
'saml_sp_entityid' => 'ID de la entidad',
- 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
- 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
+ 'saml_sp_acs_url' => 'URL del Servicio de Consumidor de Afirmaciones (ACS)',
+ 'saml_sp_sls_url' => 'URL del Servicio de cierre de sesión único (SLS)',
'saml_sp_x509cert' => 'Certificado público',
- '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_sp_metadata_url' => 'URL de los metadatos',
+ 'saml_idp_metadata' => 'Metadatos SAML IdP',
+ 'saml_idp_metadata_help' => 'Puede especificar los metadatos IdP usando un archivo URL o XML.',
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
- '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_attr_mapping_username_help' => 'NameID se utilizará si el mapeo de atributos no está especificado o no es válido.',
+ 'saml_forcelogin_label' => 'Forzar inicio de sesión SAML',
+ 'saml_forcelogin' => 'Hacer SAML el método de inicio de sesión principal',
+ 'saml_forcelogin_help' => 'Puedes usar \'/login?nosaml\' para ir a la página de inicio de sesión normal.',
+ 'saml_slo_label' => 'Cerrar sesión única SAML',
+ 'saml_slo' => 'Enviar una solicitud de salida a IdP al cerrar sesión',
+ 'saml_slo_help' => 'Esto causará que el usuario sea redirigido primero a la IdP al cerrar sesión. Dejar desmarcado si el IdP no soporta correctamente SP-initiated SAML SLO.',
+ 'saml_custom_settings' => 'Ajustes personalizados de SAML',
+ 'saml_custom_settings_help' => 'Puedes especificar ajustes adicionales a la biblioteca onelogin/php-saml. Úsalo bajo tu propio riesgo.',
'setting' => 'Parámetro',
'settings' => 'Configuración',
'show_alerts_in_menu' => 'Mostrar alertas en el menú superior',
'show_archived_in_list' => 'Activos archivados',
'show_archived_in_list_text' => 'Mostrar activos archivados en el listado de "todos los archivos"',
- '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_assigned_assets' => 'Mostrar recursos asignados a recursos',
+ 'show_assigned_assets_help' => 'Mostrar los recursos asignados a otros recursos en Ver Usuario -> Recursos, Ver Usuario -> Información -> Imprimir Todos Asignados y en Cuenta -> Ver Recursos Asignados.',
'show_images_in_email' => 'Mostrar imágenes en emails',
'show_images_in_email_help' => 'Desmarca esta casilla si tu instalación de Snipe-IT está detrás de una red privada o VPN y los usuarios fuera de la red no pueden cargar las imágenes servidas desde este servidor en sus correos electrónicos.',
'site_name' => 'Nombre del sitio',
@@ -158,7 +158,7 @@ return array(
'slack_channel' => 'Canal en Slack',
'slack_endpoint' => 'Terminal en Slack',
'slack_integration' => 'Configuración Slack',
- 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help' => 'La integración con Slack es opcional, sin embargo el endpoint y el canal son requeridos si desea usarlo. Para configurar la integración de Slack, primero debe crear un webhook entrante en su cuenta de Slack. Haga clic en el botón Probar Integración Slack para confirmar que su configuración es correcta antes de guardar. ',
'slack_integration_help_button' => 'Una vez que haya guardado su información de Slack, aparecerá un botón de prueba.',
'slack_test_help' => 'Pruebe si su integración de Slack está configurada correctamente. Debe Guardar Primero su configuracion Slack Actualizada.',
'snipe_version' => 'Version de Snipe-IT',
@@ -170,7 +170,7 @@ return array(
'update' => 'Actualizar Parámetros',
'value' => 'Valor',
'brand' => 'Marca',
- 'web_brand' => 'Web Branding Type',
+ 'web_brand' => 'Tipo de marca web',
'about_settings_title' => 'Acerca de Ajustes',
'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.',
'labels_per_page' => 'Etiquetas por pàgina',
diff --git a/resources/lang/es-CO/auth/general.php b/resources/lang/es-CO/auth/general.php
index b5b4790d31..a525440d17 100644
--- a/resources/lang/es-CO/auth/general.php
+++ b/resources/lang/es-CO/auth/general.php
@@ -4,10 +4,11 @@ return [
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
'email_reset_password' => 'Restaurar contraseña email',
'reset_password' => 'Restablecer Contraseña',
- 'saml_login' => 'Login via SAML',
+ 'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Iniciar Sesión',
'login_prompt' => 'Por favor, inicia sesión',
'forgot_password' => 'He olvidado mi contraseña',
+ 'ldap_reset_password' => 'Haga clic aquí para restablecer su contraseña LDAP',
'remember_me' => 'Recordarme',
'username_help_top' => 'Ingresa tu nombre de usuario para enviar un enlace de restablecimiento de contraseña.',
'username_help_bottom' => 'Tu nombre de usuario y correo electrónico pueden ser el mismo, pero puede que no lo sean, dependiendo de tu configuración. Si no recuerdas tu nombre de usuario, ponte en contacto con el administrador.
A los nombres de usuario que no tengan un correo electrónico asociado, no se les enviará link de cambio de contraseña. ',
diff --git a/resources/lang/es-CO/auth/message.php b/resources/lang/es-CO/auth/message.php
index f2df4b9830..0386ff15da 100644
--- a/resources/lang/es-CO/auth/message.php
+++ b/resources/lang/es-CO/auth/message.php
@@ -7,13 +7,13 @@ return array(
'account_not_activated' => 'Este usuario no está activado.',
'account_suspended' => 'Este usuario está desactivado.',
'account_banned' => 'Este usuario ha sido expulsado.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
+ 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en alrededor de :minutes minuto/s.',
'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.',
+ 'already_enrolled' => 'Su dispositivo ya está inscrito.',
+ 'success' => 'Usted inició sesión correctamente.',
+ 'code_required' => 'Se requiere el código de 2FA(Autenticación en dos pasos) .',
+ 'invalid_code' => 'El código de doble factor es inválido.',
),
'signin' => array(
@@ -22,8 +22,8 @@ return array(
),
'logout' => array(
- 'error' => 'There was a problem while trying to log you out, please try again.',
- 'success' => 'You have successfully logged out.',
+ 'error' => 'Hubo un problema al intentar cerrar la sesión, por favor inténtelo de nuevo.',
+ 'success' => 'Has cerrado la sesión con éxito.',
),
'signup' => array(
@@ -33,7 +33,7 @@ return array(
'forgot-password' => array(
'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.',
- 'success' => 'If that email address exists in our system, a password recovery email has been sent.',
+ 'success' => 'Si esa dirección de correo electrónico existe en nuestro sistema, recibirá un correo electrónico de recuperación de contraseña.',
),
'forgot-password-confirm' => array(
diff --git a/resources/lang/es-CO/button.php b/resources/lang/es-CO/button.php
index db4c6d38f9..7b3b7ca845 100644
--- a/resources/lang/es-CO/button.php
+++ b/resources/lang/es-CO/button.php
@@ -13,5 +13,5 @@ return array(
'upload' => 'Subir',
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Selecciona Archivos...',
- 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+ 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
);
diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php
index ae188c2151..5fcbff4515 100644
--- a/resources/lang/es-CO/general.php
+++ b/resources/lang/es-CO/general.php
@@ -95,7 +95,7 @@
'firstnamelastname' => 'Nombre Apellido (jane.smith@ejemplo.com)',
'lastname_firstinitial' => 'Apellido Inicial (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Inicial Apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'firstnamelastinitial' => 'Primer nombre y última inicial (janes@example.com)',
'first_name' => 'Nombre',
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -137,7 +137,7 @@
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
'location' => 'Localización',
'locations' => 'Localizaciones',
- 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logo_size' => 'Los logotipos cuadrados se ven mejor con Logo + Texto. El tamaño máximo del logo es 50px de altura x 500px de ancho. ',
'logout' => 'Desconexión',
'lookup_by_tag' => 'Buscar por etiqueta de activo',
'maintenances' => 'Mantenimientos',
@@ -220,7 +220,7 @@
'unknown_admin' => 'Admin Desconocido',
'username_format' => 'Formato del nombre de usuario',
'update' => 'Actualizar',
- '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.',
+ 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.',
'uploaded' => 'Subido',
'user' => 'Usuario',
'accepted' => 'aceptado',
diff --git a/resources/lang/es-CO/help.php b/resources/lang/es-CO/help.php
index d2326dec74..3309bb35a7 100644
--- a/resources/lang/es-CO/help.php
+++ b/resources/lang/es-CO/help.php
@@ -15,21 +15,21 @@ return array(
"more_info_title" => "Más información",
- "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+ "audit_help" => "Marcando esta casilla podrá editar el registro de activos reflejando su nueva ubicación. Dejándola sin marcar simplemente anotaremos la ubicación en el registro de auditoria.
Tenga en cuenta que si este activo ha si requerido, no se podrá cambiara la ubicación de la persona, Activo o ubicación en la que esta requerido.",
'assets' => 'Los activos son elementos con número de serie o etiqueta de activos. Tienden a ser artículos de alto valor donde es importante identificar un elemento específico.',
- '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.',
+ 'categories' => 'Las categorías te ayudan a organizar tus elementos. Unos ejemplos de categorías podrían ser: "Pc Escritorios", "Portátiles", "Móviles", "Tabletas", etc.',
- 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+ 'accessories' => 'Los accesorios son cualquier cosa que se le asigne a los usuarios pero que no tenga numero de serie (o no importe realizarle el seguimiento en forma unica). Por ejemplo, mouse o teclados.',
- '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.',
+ 'companies' => 'Las empresas pueden ser utilizadas como un campo identificador simple, o pueden ser utilizadas para limitar la visibilidad de los activos, usuarios, etc si el soporte completo de la empresa está habilitado en la configuración del Administrador.',
'components' => 'Los componentes son elementos que son parte de un activo, por ejemplo HDD, RAM, etc.',
'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.',
- 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'depreciations' => 'Puede configurar las depreciaciones de activos para depreciar activos basados en una depreciación lineal.',
diff --git a/resources/lang/es-CO/mail.php b/resources/lang/es-CO/mail.php
index b1b7ffde70..b9f482defe 100644
--- a/resources/lang/es-CO/mail.php
+++ b/resources/lang/es-CO/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Activo:',
'asset_name' => 'Nombre del activo:',
'asset_requested' => 'Activo solicitado',
- 'asset_tag' => 'Etiqueta de activo:',
+ 'asset_tag' => 'Etiqueta de activo',
'assigned_to' => 'Asignado a',
'best_regards' => 'Cordialmente,',
'canceled' => 'Cancelado:',
@@ -18,12 +18,12 @@ return array(
'click_to_confirm' => 'Por favor, pulsa en el siguiente enlace para verificar tu cuenta de :web:',
'click_on_the_link_accessory' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el accesorio.',
'click_on_the_link_asset' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el activo.',
- 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
- 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
- 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
- 'Confirm_license_delivery' => 'License delivery confirmation',
- 'Confirm_asset_delivery' => 'Asset delivery confirmation',
- 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'Confirm_Asset_Checkin' => 'Confirmación de devolución de activo',
+ 'Confirm_Accessory_Checkin' => 'Confirmación de devolución de accesorio',
+ 'Confirm_accessory_delivery' => 'Confirmación de entrega del accesorio',
+ 'Confirm_license_delivery' => 'Confirmación de entrega de la licencia',
+ 'Confirm_asset_delivery' => 'Confirmación de entrega del activo',
+ 'Confirm_consumable_delivery' => 'Confirmación de entrega del consumible',
'current_QTY' => 'Cantidad actual',
'Days' => 'Días',
'days' => 'Días',
@@ -63,7 +63,7 @@ return array(
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
'type' => 'Tipo',
- '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.',
+ 'upcoming-audits' => 'Hay :count activo que se está preparando para auditoría dentro de :threshold days.|Hay :count activos que se están preparando para auditoría en :threshold days.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
'welcome' => 'Bienvenido, :name',
@@ -72,7 +72,7 @@ return array(
'Accessory_Checkin_Notification' => 'Accesorio devuelto',
'Asset_Checkin_Notification' => 'Activo devuelto',
'License_Checkin_Notification' => 'Licencia devuelta',
- 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Report' => 'Informe de devolución de activo esperado',
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos'
diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php
index dfd7068339..6b6dce9561 100644
--- a/resources/lang/es-CO/validation.php
+++ b/resources/lang/es-CO/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'El atributo: no se pudo cargar.',
'url' => ':attribute formato incorrecto.',
"unique_undeleted" => "El :atrribute debe ser único.",
+ "non_circular" => ":attribute no debe crear una referencia circular.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/es-ES/admin/kits/general.php b/resources/lang/es-ES/admin/kits/general.php
index 06039317a1..a175810944 100644
--- a/resources/lang/es-ES/admin/kits/general.php
+++ b/resources/lang/es-ES/admin/kits/general.php
@@ -2,7 +2,7 @@
return array(
'about_kits_title' => 'Acerca de kits predefinidos',
- 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'about_kits_text' => 'Los Kits predefinidos le permiten rápidamente entregar un conjunto de elementos (assets, licencias, etc) a un usuario. Esto puede ser útil cuando su proceso de aprovisionar a usuarios nuevos es consistente para varios usuarios y todos reciben los mismos ítems.',
'checkout' => 'Asignar kit ',
'create_success' => 'El kit se ha creado correctamente.',
'create' => 'Crear kit predefinido',
@@ -10,8 +10,8 @@ return array(
'delete_success' => 'Kit eliminado correctamente.',
'update_success' => 'El kit se ha actualizado correctamente.',
'none_models' => 'No hay suficientes recursos disponibles para :model para asignar. :qty son requeridos. ',
- '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. ',
+ 'none_licenses' => 'No hay suficientes licencias disponibles de :license para entregar. Se requieren :qty . ',
+ 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para entregar. Se requieren :qty . ',
+ 'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para entregar. Se necesitan :qty . ',
);
diff --git a/resources/lang/es-ES/admin/locations/table.php b/resources/lang/es-ES/admin/locations/table.php
index 1e2569bfa5..99c0f3bb83 100644
--- a/resources/lang/es-ES/admin/locations/table.php
+++ b/resources/lang/es-ES/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Pais',
'create' => 'Crear Localización',
'update' => 'Actualizar Localización',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Imprimir los asignados',
+ 'print_all_assigned' => 'Imprimir todos los asignados',
'name' => 'Nombre Localización',
'address' => 'Dirección',
'zip' => 'Códio Postal',
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
index 595528d794..1bf7921155 100644
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alertas habilitadas',
'alert_interval' => 'Limite de alertas de expiración (en días)',
'alert_inv_threshold' => 'Umbral de alerta del inventario',
- '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.' ,
+ 'allow_user_skin' => 'Permitir skin del usuario',
+ 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.' ,
'asset_ids' => 'IDs de Recurso',
'audit_interval' => 'Intervalo de auditoría',
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
'ldap_uname' => 'Enlazar usuario LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Departamento LDAP',
+ 'ldap_phone' => 'Número de teléfono LDAP',
+ 'ldap_jobtitle' => 'Título de trabajo LDAP',
+ 'ldap_country' => 'País LDAP',
'ldap_pword' => 'Enlazar contraseña LDAP',
'ldap_basedn' => 'Enlazar base DN',
'ldap_filter' => 'Filtro LDAP',
@@ -89,7 +89,7 @@ return array(
'ldap_auth_filter_query' => 'Consulta de autentificación LDAP',
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
- 'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_activated_flag_help' => 'Esta casilla se utiliza para determinar cuando un usuario puede, o no, iniciar sesion en Snipe-IT, sin embargo no afecta la habilidad de entregar/recibir ítems del mismo.',
'ldap_emp_num' => 'Número de empleado LDAP',
'ldap_email' => 'Email LDAP',
'license' => 'Licencia de Software',
@@ -104,7 +104,7 @@ return array(
'login_common_disabled_help' => 'Esta opción desactiva otros mecanismos de autenticación. Simplemente habilite esta opción si está seguro de que su inicio de sesión REMOTE_USER ya está funcionando',
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'Si se proporciona una url aquí, los usuarios serán redirigidos a esta URL después de que el usuario cierre la sesión de Snipe-IT. Esto es útil para cerrar correctamente las sesiones de usuario de su proveedor de autenticación.',
- 'login_remote_user_header_name_text' => 'Custom user name header',
+ 'login_remote_user_header_name_text' => 'Encabezado de nombre de usuario personalizado',
'login_remote_user_header_name_help' => 'Usar la cabecera especificada en lugar de REMOTE_USER',
'logo' => 'Logo',
'logo_print_assets' => 'Utilizar en impresión',
@@ -128,29 +128,29 @@ return array(
'saml_enabled' => 'SAML activado',
'saml_integration' => 'Integración SAML',
'saml_sp_entityid' => 'ID de la entidad',
- 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
- 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
+ 'saml_sp_acs_url' => 'URL del Servicio de Consumidor de Afirmaciones (ACS)',
+ 'saml_sp_sls_url' => 'URL del Servicio de cierre de sesión único (SLS)',
'saml_sp_x509cert' => 'Certificado público',
- '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_sp_metadata_url' => 'URL de los metadatos',
+ 'saml_idp_metadata' => 'Metadatos SAML IdP',
+ 'saml_idp_metadata_help' => 'Puede especificar los metadatos IdP usando un archivo URL o XML.',
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
- '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_attr_mapping_username_help' => 'NameID se utilizará si el mapeo de atributos no está especificado o no es válido.',
+ 'saml_forcelogin_label' => 'Forzar inicio de sesión SAML',
+ 'saml_forcelogin' => 'Hacer SAML el método de inicio de sesión principal',
+ 'saml_forcelogin_help' => 'Puedes usar \'/login?nosaml\' para ir a la página de inicio de sesión normal.',
+ 'saml_slo_label' => 'Cerrar sesión única SAML',
+ 'saml_slo' => 'Enviar una solicitud de salida a IdP al cerrar sesión',
+ 'saml_slo_help' => 'Esto causará que el usuario sea redirigido primero a la IdP al cerrar sesión. Dejar desmarcado si el IdP no soporta correctamente SP-initiated SAML SLO.',
+ 'saml_custom_settings' => 'Ajustes personalizados de SAML',
+ 'saml_custom_settings_help' => 'Puedes especificar ajustes adicionales a la biblioteca onelogin/php-saml. Úsalo bajo tu propio riesgo.',
'setting' => 'Parámetro',
'settings' => 'Configuración',
'show_alerts_in_menu' => 'Mostrar alertas en el menú superior',
'show_archived_in_list' => 'Activos archivados',
'show_archived_in_list_text' => 'Mostrar activos archivados en el listado de "todos los archivos"',
- '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_assigned_assets' => 'Mostrar recursos asignados a recursos',
+ 'show_assigned_assets_help' => 'Mostrar los recursos asignados a otros recursos en Ver Usuario -> Recursos, Ver Usuario -> Información -> Imprimir Todos Asignados y en Cuenta -> Ver Recursos Asignados.',
'show_images_in_email' => 'Mostrar imágenes en emails',
'show_images_in_email_help' => 'Desmarca esta casilla si tu instalación de Snipe-IT está detrás de una red privada o VPN y los usuarios fuera de la red no pueden cargar las imágenes servidas desde este servidor en sus correos electrónicos.',
'site_name' => 'Nombre del sitio',
@@ -158,7 +158,7 @@ return array(
'slack_channel' => 'Canal en Slack',
'slack_endpoint' => 'Terminal en Slack',
'slack_integration' => 'Configuración Slack',
- 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help' => 'La integración con Slack es opcional, sin embargo el endpoint y el canal son requeridos si desea usarlo. Para configurar la integración de Slack, primero debe crear un webhook entrante en su cuenta de Slack. Haga clic en el botón Probar Integración Slack para confirmar que su configuración es correcta antes de guardar. ',
'slack_integration_help_button' => 'Una vez que haya guardado su información de Slack, aparecerá un botón de prueba.',
'slack_test_help' => 'Pruebe si su integración de Slack está configurada correctamente. Debe Guardar Primero su configuracion Slack Actualizada.',
'snipe_version' => 'Version de Snipe-IT',
@@ -170,7 +170,7 @@ return array(
'update' => 'Actualizar Parámetros',
'value' => 'Valor',
'brand' => 'Marca',
- 'web_brand' => 'Web Branding Type',
+ 'web_brand' => 'Tipo de marca web',
'about_settings_title' => 'Acerca de Ajustes',
'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.',
'labels_per_page' => 'Etiquetas por pàgina',
diff --git a/resources/lang/es-ES/auth/general.php b/resources/lang/es-ES/auth/general.php
index 1f433edb22..cd608e5837 100644
--- a/resources/lang/es-ES/auth/general.php
+++ b/resources/lang/es-ES/auth/general.php
@@ -4,10 +4,11 @@ return [
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
'email_reset_password' => 'Restaurar contraseña email',
'reset_password' => 'Restablecer Contraseña',
- 'saml_login' => 'Login via SAML',
+ 'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Iniciar Sesión',
'login_prompt' => 'Por favor, inicia sesión',
'forgot_password' => 'He olvidado mi contraseña',
+ 'ldap_reset_password' => 'Haga clic aquí para restablecer su contraseña LDAP',
'remember_me' => 'Recordarme',
'username_help_top' => 'Introduzca su nombre de usuario para enviar un enlace de restablecimiento de contraseña.',
'username_help_bottom' => 'Tu nombre de usuario y dirección de correo electrónico puede ser el mismo, pero puede que no lo sea, dependiendo de tu configuración. Si no puede recordar su nombre de usuario, póngase en contacto con su administrador.
A los usuarios sin una dirección de correo electrónico asociada no se enviará por correo electrónico un enlace de restablecimiento de contraseña. ',
diff --git a/resources/lang/es-ES/auth/message.php b/resources/lang/es-ES/auth/message.php
index f2df4b9830..0386ff15da 100644
--- a/resources/lang/es-ES/auth/message.php
+++ b/resources/lang/es-ES/auth/message.php
@@ -7,13 +7,13 @@ return array(
'account_not_activated' => 'Este usuario no está activado.',
'account_suspended' => 'Este usuario está desactivado.',
'account_banned' => 'Este usuario ha sido expulsado.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
+ 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en alrededor de :minutes minuto/s.',
'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.',
+ 'already_enrolled' => 'Su dispositivo ya está inscrito.',
+ 'success' => 'Usted inició sesión correctamente.',
+ 'code_required' => 'Se requiere el código de 2FA(Autenticación en dos pasos) .',
+ 'invalid_code' => 'El código de doble factor es inválido.',
),
'signin' => array(
@@ -22,8 +22,8 @@ return array(
),
'logout' => array(
- 'error' => 'There was a problem while trying to log you out, please try again.',
- 'success' => 'You have successfully logged out.',
+ 'error' => 'Hubo un problema al intentar cerrar la sesión, por favor inténtelo de nuevo.',
+ 'success' => 'Has cerrado la sesión con éxito.',
),
'signup' => array(
@@ -33,7 +33,7 @@ return array(
'forgot-password' => array(
'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.',
- 'success' => 'If that email address exists in our system, a password recovery email has been sent.',
+ 'success' => 'Si esa dirección de correo electrónico existe en nuestro sistema, recibirá un correo electrónico de recuperación de contraseña.',
),
'forgot-password-confirm' => array(
diff --git a/resources/lang/es-ES/button.php b/resources/lang/es-ES/button.php
index db4c6d38f9..7b3b7ca845 100644
--- a/resources/lang/es-ES/button.php
+++ b/resources/lang/es-ES/button.php
@@ -13,5 +13,5 @@ return array(
'upload' => 'Subir',
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Selecciona Archivos...',
- 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+ 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
);
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
index 26b8e90049..cb292f0d3e 100644
--- a/resources/lang/es-ES/general.php
+++ b/resources/lang/es-ES/general.php
@@ -95,7 +95,7 @@
'firstnamelastname' => 'Nombre Apellido (jane.smith@ejemplo.com)',
'lastname_firstinitial' => 'Apellido Inicial (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Inicial Apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'firstnamelastinitial' => 'Primer nombre y última inicial (janes@example.com)',
'first_name' => 'Nombre',
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -137,7 +137,7 @@
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
'location' => 'Localización',
'locations' => 'Localizaciones',
- 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logo_size' => 'Los logotipos cuadrados se ven mejor con Logo + Texto. El tamaño máximo del logo es 50px de altura x 500px de ancho. ',
'logout' => 'Desconexión',
'lookup_by_tag' => 'Buscar por etiqueta de activo',
'maintenances' => 'Mantenimientos',
@@ -220,7 +220,7 @@
'unknown_admin' => 'Admin Desconocido',
'username_format' => 'Formato del nombre de usuario',
'update' => 'Actualizar',
- '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.',
+ 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.',
'uploaded' => 'Subido',
'user' => 'Usuario',
'accepted' => 'aceptado',
diff --git a/resources/lang/es-ES/help.php b/resources/lang/es-ES/help.php
index d2326dec74..3309bb35a7 100644
--- a/resources/lang/es-ES/help.php
+++ b/resources/lang/es-ES/help.php
@@ -15,21 +15,21 @@ return array(
"more_info_title" => "Más información",
- "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+ "audit_help" => "Marcando esta casilla podrá editar el registro de activos reflejando su nueva ubicación. Dejándola sin marcar simplemente anotaremos la ubicación en el registro de auditoria.
Tenga en cuenta que si este activo ha si requerido, no se podrá cambiara la ubicación de la persona, Activo o ubicación en la que esta requerido.",
'assets' => 'Los activos son elementos con número de serie o etiqueta de activos. Tienden a ser artículos de alto valor donde es importante identificar un elemento específico.',
- '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.',
+ 'categories' => 'Las categorías te ayudan a organizar tus elementos. Unos ejemplos de categorías podrían ser: "Pc Escritorios", "Portátiles", "Móviles", "Tabletas", etc.',
- 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+ 'accessories' => 'Los accesorios son cualquier cosa que se le asigne a los usuarios pero que no tenga numero de serie (o no importe realizarle el seguimiento en forma unica). Por ejemplo, mouse o teclados.',
- '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.',
+ 'companies' => 'Las empresas pueden ser utilizadas como un campo identificador simple, o pueden ser utilizadas para limitar la visibilidad de los activos, usuarios, etc si el soporte completo de la empresa está habilitado en la configuración del Administrador.',
'components' => 'Los componentes son elementos que son parte de un activo, por ejemplo HDD, RAM, etc.',
'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.',
- 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'depreciations' => 'Puede configurar las depreciaciones de activos para depreciar activos basados en una depreciación lineal.',
diff --git a/resources/lang/es-ES/mail.php b/resources/lang/es-ES/mail.php
index b1b7ffde70..b9f482defe 100644
--- a/resources/lang/es-ES/mail.php
+++ b/resources/lang/es-ES/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Activo:',
'asset_name' => 'Nombre del activo:',
'asset_requested' => 'Activo solicitado',
- 'asset_tag' => 'Etiqueta de activo:',
+ 'asset_tag' => 'Etiqueta de activo',
'assigned_to' => 'Asignado a',
'best_regards' => 'Cordialmente,',
'canceled' => 'Cancelado:',
@@ -18,12 +18,12 @@ return array(
'click_to_confirm' => 'Por favor, pulsa en el siguiente enlace para verificar tu cuenta de :web:',
'click_on_the_link_accessory' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el accesorio.',
'click_on_the_link_asset' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el activo.',
- 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
- 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
- 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
- 'Confirm_license_delivery' => 'License delivery confirmation',
- 'Confirm_asset_delivery' => 'Asset delivery confirmation',
- 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'Confirm_Asset_Checkin' => 'Confirmación de devolución de activo',
+ 'Confirm_Accessory_Checkin' => 'Confirmación de devolución de accesorio',
+ 'Confirm_accessory_delivery' => 'Confirmación de entrega del accesorio',
+ 'Confirm_license_delivery' => 'Confirmación de entrega de la licencia',
+ 'Confirm_asset_delivery' => 'Confirmación de entrega del activo',
+ 'Confirm_consumable_delivery' => 'Confirmación de entrega del consumible',
'current_QTY' => 'Cantidad actual',
'Days' => 'Días',
'days' => 'Días',
@@ -63,7 +63,7 @@ return array(
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
'type' => 'Tipo',
- '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.',
+ 'upcoming-audits' => 'Hay :count activo que se está preparando para auditoría dentro de :threshold days.|Hay :count activos que se están preparando para auditoría en :threshold days.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
'welcome' => 'Bienvenido, :name',
@@ -72,7 +72,7 @@ return array(
'Accessory_Checkin_Notification' => 'Accesorio devuelto',
'Asset_Checkin_Notification' => 'Activo devuelto',
'License_Checkin_Notification' => 'Licencia devuelta',
- 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Report' => 'Informe de devolución de activo esperado',
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos'
diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php
index dfd7068339..6b6dce9561 100644
--- a/resources/lang/es-ES/validation.php
+++ b/resources/lang/es-ES/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'El atributo: no se pudo cargar.',
'url' => ':attribute formato incorrecto.',
"unique_undeleted" => "El :atrribute debe ser único.",
+ "non_circular" => ":attribute no debe crear una referencia circular.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/es-MX/admin/locations/table.php b/resources/lang/es-MX/admin/locations/table.php
index 1e2569bfa5..4322c0ce52 100644
--- a/resources/lang/es-MX/admin/locations/table.php
+++ b/resources/lang/es-MX/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Pais',
'create' => 'Crear Localización',
'update' => 'Actualizar Localización',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Imprimir Lo Asignado',
+ 'print_all_assigned' => 'Imprimir Lo Asignado',
'name' => 'Nombre Localización',
'address' => 'Dirección',
'zip' => 'Códio Postal',
diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php
index bfff840077..52b71df478 100644
--- a/resources/lang/es-MX/admin/settings/general.php
+++ b/resources/lang/es-MX/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alertas habilitadas',
'alert_interval' => 'Limite de alertas de expiración (en días)',
'alert_inv_threshold' => 'Umbral de alerta del inventario',
- '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.' ,
+ 'allow_user_skin' => 'Permitir Tema del usuario',
+ 'allow_user_skin_help_text' => 'Al marcar esta casilla se permitirá al usuario sustituir el tema de la interfase con uno diferente.' ,
'asset_ids' => 'IDs de Recurso',
'audit_interval' => 'Intervalo de auditoría',
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
'ldap_uname' => 'Enlazar usuario LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Departamento de Protocolo Ligero de Acceso a Directorio (LDAP)',
+ 'ldap_phone' => 'Número Telefónico LDAP',
+ 'ldap_jobtitle' => 'LDAP Titulo Laboral',
+ 'ldap_country' => 'LDAP País',
'ldap_pword' => 'Enlazar contraseña LDAP',
'ldap_basedn' => 'Enlazar base DN',
'ldap_filter' => 'Filtro LDAP',
@@ -89,7 +89,7 @@ return array(
'ldap_auth_filter_query' => 'Consulta de autentificación LDAP',
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
- 'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_activated_flag_help' => 'Esta bandera se utiliza para determinar si un usuario puede iniciar sesión en Snipe-IT y no afecta a la capacidad de verificar elementos dentro o fuera de ellos.',
'ldap_emp_num' => 'Número de empleado LDAP',
'ldap_email' => 'Email LDAP',
'license' => 'Licencia de Software',
@@ -128,10 +128,10 @@ return array(
'saml_enabled' => 'SAML activado',
'saml_integration' => 'Integración SAML',
'saml_sp_entityid' => 'ID de la entidad',
- 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
+ 'saml_sp_acs_url' => 'URL del Servicio de Consumidor de Afirmaciones (ACS)',
'saml_sp_sls_url' => 'URL Servicio individual de cierre de sesión (SLS)',
'saml_sp_x509cert' => 'Certificado público',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'URL Metadatos',
'saml_idp_metadata' => 'Metadatos SAML IdP',
'saml_idp_metadata_help' => 'Puede especificar los metadatos IdP usando un archivo URL o XML.',
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
@@ -141,8 +141,8 @@ return array(
'saml_forcelogin_help' => 'Puedes usar \'/login?nosaml\' para llegar a la página de inicio de sesión normal.',
'saml_slo_label' => 'Cerrar sesión única SAML',
'saml_slo' => 'Enviar una solicitud de salida a IdP al cerrar sesión',
- '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_slo_help' => 'Esto causará que el usuario sea redirigido primero a la IdP al cerrar sesión. Dejar desmarcado si el IdP no soporta correctamente SAML SLO iniciado por SP.',
+ 'saml_custom_settings' => 'Configuración personalizada SAML',
'saml_custom_settings_help' => 'Puedes especificar ajustes adicionales a la biblioteca onelogin/php-saml. Úsalo bajo tu propio riesgo.',
'setting' => 'Parámetro',
'settings' => 'Configuración',
@@ -158,7 +158,7 @@ return array(
'slack_channel' => 'Canal en Slack',
'slack_endpoint' => 'Terminal en Slack',
'slack_integration' => 'Configuración Slack',
- 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help' => 'La integración con Slack es opcional, sin embargo, la terminal y el canal son requeridos si desea usarlo. Para configurar la integración con Slack, debe primero crear un webhook entrante en su cuenta de Slack. Haga clic en el botónProbar la Integración con Slack para confirmar que su configuraci{on es correcta antes de guardarla. ',
'slack_integration_help_button' => 'Una vez que haya guardado su información de Slack, aparecerá un botón de prueba.',
'slack_test_help' => 'Pruebe si su integración de Slack está configurada correctamente. Debe Guardar Primero su configuracion Slack Actualizada.',
'snipe_version' => 'Version de Snipe-IT',
@@ -170,7 +170,7 @@ return array(
'update' => 'Actualizar Parámetros',
'value' => 'Valor',
'brand' => 'Marca',
- 'web_brand' => 'Web Branding Type',
+ 'web_brand' => 'Tipo de marca web',
'about_settings_title' => 'Acerca de Ajustes',
'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.',
'labels_per_page' => 'Etiquetas por pàgina',
diff --git a/resources/lang/es-MX/auth/general.php b/resources/lang/es-MX/auth/general.php
index 7c7e20f65d..d4c2a9d393 100644
--- a/resources/lang/es-MX/auth/general.php
+++ b/resources/lang/es-MX/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Iniciar Sesión',
'login_prompt' => 'Por favor, inicia sesión',
'forgot_password' => 'He olvidado mi contraseña',
+ 'ldap_reset_password' => 'Haga clic aquí para restablecer su contraseña LDAP',
'remember_me' => 'Recordarme',
'username_help_top' => 'Introduzca su nombre de usuario para enviar un enlace de restablecimiento de contraseña.',
'username_help_bottom' => 'Tu nombre de usuario y dirección de correo electrónico puede ser el mismo, pero puede que no lo sea, dependiendo de tu configuración. Si no puede recordar su nombre de usuario, póngase en contacto con su administrador.
Los nombres de usuario sin un correo electrónico asociado no recibirá un correo electrónico con un enlace de restablecimiento de contraseña. ',
diff --git a/resources/lang/es-MX/mail.php b/resources/lang/es-MX/mail.php
index 3521cc993d..d6f8d10d37 100644
--- a/resources/lang/es-MX/mail.php
+++ b/resources/lang/es-MX/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Activo:',
'asset_name' => 'Nombre del activo:',
'asset_requested' => 'Activo solicitado',
- 'asset_tag' => 'Etiqueta de activo:',
+ 'asset_tag' => 'Etiqueta de activo',
'assigned_to' => 'Asignado a',
'best_regards' => 'Cordialmente,',
'canceled' => 'Cancelado:',
diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php
index dfd7068339..6b6dce9561 100644
--- a/resources/lang/es-MX/validation.php
+++ b/resources/lang/es-MX/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'El atributo: no se pudo cargar.',
'url' => ':attribute formato incorrecto.',
"unique_undeleted" => "El :atrribute debe ser único.",
+ "non_circular" => ":attribute no debe crear una referencia circular.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/es-VE/admin/kits/general.php b/resources/lang/es-VE/admin/kits/general.php
index 06039317a1..a175810944 100644
--- a/resources/lang/es-VE/admin/kits/general.php
+++ b/resources/lang/es-VE/admin/kits/general.php
@@ -2,7 +2,7 @@
return array(
'about_kits_title' => 'Acerca de kits predefinidos',
- 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'about_kits_text' => 'Los Kits predefinidos le permiten rápidamente entregar un conjunto de elementos (assets, licencias, etc) a un usuario. Esto puede ser útil cuando su proceso de aprovisionar a usuarios nuevos es consistente para varios usuarios y todos reciben los mismos ítems.',
'checkout' => 'Asignar kit ',
'create_success' => 'El kit se ha creado correctamente.',
'create' => 'Crear kit predefinido',
@@ -10,8 +10,8 @@ return array(
'delete_success' => 'Kit eliminado correctamente.',
'update_success' => 'El kit se ha actualizado correctamente.',
'none_models' => 'No hay suficientes recursos disponibles para :model para asignar. :qty son requeridos. ',
- '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. ',
+ 'none_licenses' => 'No hay suficientes licencias disponibles de :license para entregar. Se requieren :qty . ',
+ 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para entregar. Se requieren :qty . ',
+ 'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para entregar. Se necesitan :qty . ',
);
diff --git a/resources/lang/es-VE/admin/locations/table.php b/resources/lang/es-VE/admin/locations/table.php
index d044e4d320..99ee01d5ca 100644
--- a/resources/lang/es-VE/admin/locations/table.php
+++ b/resources/lang/es-VE/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'País',
'create' => 'Crear Ubicación',
'update' => 'Actualizar Ubicación',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Imprimir los asignados',
+ 'print_all_assigned' => 'Imprimir todos los asignados',
'name' => 'Nombre de Ubicación',
'address' => 'Dirección',
'zip' => 'Código Postal',
diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php
index 529241ddd7..6e14bd0fff 100644
--- a/resources/lang/es-VE/admin/settings/general.php
+++ b/resources/lang/es-VE/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alertas de correo electrónico habilitadas',
'alert_interval' => 'Limite de alertas de expiración (en días)',
'alert_inv_threshold' => 'Umbral de alerta del inventario',
- '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.' ,
+ 'allow_user_skin' => 'Permitir skin del usuario',
+ 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.' ,
'asset_ids' => 'IDs de activos',
'audit_interval' => 'Intervalo de Auditoría',
'audit_interval_help' => 'Si tienes la obligación de auditar física y regularmente tus activos, ingresa el intervalo en meses.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto debe seleccionarse solamente si estás ejecutando STARTTLS en tu servidor LDAP. ',
'ldap_uname' => 'Enlazar Nombre de Usuario LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Departamento LDAP',
+ 'ldap_phone' => 'Número de teléfono LDAP',
+ 'ldap_jobtitle' => 'Título de trabajo LDAP',
+ 'ldap_country' => 'País LDAP',
'ldap_pword' => 'Enlazar Contraseña LDAP',
'ldap_basedn' => 'Enlazar Base DN',
'ldap_filter' => 'Filtro LDAP',
@@ -89,7 +89,7 @@ return array(
'ldap_auth_filter_query' => 'Solicitud de Autenticación LDAP',
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
- 'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_activated_flag_help' => 'Esta casilla se utiliza para determinar cuando un usuario puede, o no, iniciar sesion en Snipe-IT, sin embargo no afecta la habilidad de entregar/recibir ítems del mismo.',
'ldap_emp_num' => 'Número de Empleado LDAP',
'ldap_email' => 'Correo electrónico LDAP',
'license' => 'Licencia de Software',
@@ -104,7 +104,7 @@ return array(
'login_common_disabled_help' => 'Esta opción desactiva otros mecanismos de autenticación. Simplemente habilite esta opción si está seguro de que su inicio de sesión REMOTE_USER ya está funcionando',
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'Si se proporciona una url aquí, los usuarios serán redirigidos a esta URL después de que el usuario cierre la sesión de Snipe-IT. Esto es útil para cerrar correctamente las sesiones de usuario de su proveedor de autenticación.',
- 'login_remote_user_header_name_text' => 'Custom user name header',
+ 'login_remote_user_header_name_text' => 'Encabezado de nombre de usuario personalizado',
'login_remote_user_header_name_help' => 'Usar la cabecera especificada en lugar de REMOTE_USER',
'logo' => 'Logo',
'logo_print_assets' => 'Utilizar en impresión',
@@ -128,29 +128,29 @@ return array(
'saml_enabled' => 'SAML activado',
'saml_integration' => 'Integración SAML',
'saml_sp_entityid' => 'ID de la entidad',
- 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
- 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
+ 'saml_sp_acs_url' => 'URL del Servicio de Consumidor de Afirmaciones (ACS)',
+ 'saml_sp_sls_url' => 'URL del Servicio de cierre de sesión único (SLS)',
'saml_sp_x509cert' => 'Certificado público',
- '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_sp_metadata_url' => 'URL de los metadatos',
+ 'saml_idp_metadata' => 'Metadatos SAML IdP',
+ 'saml_idp_metadata_help' => 'Puede especificar los metadatos IdP usando un archivo URL o XML.',
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
- '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_attr_mapping_username_help' => 'NameID se utilizará si el mapeo de atributos no está especificado o no es válido.',
+ 'saml_forcelogin_label' => 'Forzar inicio de sesión SAML',
+ 'saml_forcelogin' => 'Hacer SAML el método de inicio de sesión principal',
+ 'saml_forcelogin_help' => 'Puedes usar \'/login?nosaml\' para ir a la página de inicio de sesión normal.',
+ 'saml_slo_label' => 'Cerrar sesión única SAML',
+ 'saml_slo' => 'Enviar una solicitud de salida a IdP al cerrar sesión',
+ 'saml_slo_help' => 'Esto causará que el usuario sea redirigido primero a la IdP al cerrar sesión. Dejar desmarcado si el IdP no soporta correctamente SP-initiated SAML SLO.',
+ 'saml_custom_settings' => 'Ajustes personalizados de SAML',
+ 'saml_custom_settings_help' => 'Puedes especificar ajustes adicionales a la biblioteca onelogin/php-saml. Úsalo bajo tu propio riesgo.',
'setting' => 'Configuración',
'settings' => 'Configuraciones',
'show_alerts_in_menu' => 'Mostrar alertas en el menú superior',
'show_archived_in_list' => 'Activos archivados',
'show_archived_in_list_text' => 'Mostrar activos archivados en la lista de "todos los activos"',
- '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_assigned_assets' => 'Mostrar recursos asignados a recursos',
+ 'show_assigned_assets_help' => 'Mostrar los recursos asignados a otros recursos en Ver Usuario -> Recursos, Ver Usuario -> Información -> Imprimir Todos Asignados y en Cuenta -> Ver Recursos Asignados.',
'show_images_in_email' => 'Mostrar imágenes en emails',
'show_images_in_email_help' => 'Desmarca esta casilla si tu instalación de Snipe-IT está detrás de una red privada o VPN y los usuarios fuera de la red no pueden cargar las imágenes servidas desde este servidor en sus correos electrónicos.',
'site_name' => 'Nombre del Sitio',
@@ -158,7 +158,7 @@ return array(
'slack_channel' => 'Canal en Slack',
'slack_endpoint' => 'Terminal en Slack',
'slack_integration' => 'Configuración Slack',
- 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help' => 'La integración con Slack es opcional, sin embargo el endpoint y el canal son requeridos si desea usarlo. Para configurar la integración de Slack, primero debe crear un webhook entrante en su cuenta de Slack. Haga clic en el botón Probar Integración Slack para confirmar que su configuración es correcta antes de guardar. ',
'slack_integration_help_button' => 'Una vez que haya guardado su información de Slack, aparecerá un botón de prueba.',
'slack_test_help' => 'Pruebe si su integración de Slack está configurada correctamente. Debe Guardar Primero su configuracion Slack Actualizada.',
'snipe_version' => 'Version de Snipe-IT',
@@ -170,7 +170,7 @@ return array(
'update' => 'Actualizar Configuraciones',
'value' => 'Valor',
'brand' => 'Marca',
- 'web_brand' => 'Web Branding Type',
+ 'web_brand' => 'Tipo de marca web',
'about_settings_title' => 'Acerca de las Configuraciones',
'about_settings_text' => 'Estas configuraciones te dejan personalizar ciertos aspectos de tu instalación.',
'labels_per_page' => 'Etiquetas por página',
diff --git a/resources/lang/es-VE/auth/general.php b/resources/lang/es-VE/auth/general.php
index 725e90f93f..5a06db35e5 100644
--- a/resources/lang/es-VE/auth/general.php
+++ b/resources/lang/es-VE/auth/general.php
@@ -4,10 +4,11 @@ return [
'send_password_link' => 'Enviar Enlace de Reestablecimiento de Contraseña',
'email_reset_password' => 'Restablecer Contraseña Email',
'reset_password' => 'Restablecer Contraseña',
- 'saml_login' => 'Login via SAML',
+ 'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Iniciar Sesión',
'login_prompt' => 'Por favor, inicia sesión',
'forgot_password' => 'Olvidé mi contraseña',
+ 'ldap_reset_password' => 'Haga clic aquí para restablecer su contraseña LDAP',
'remember_me' => 'Recuérdame',
'username_help_top' => 'Introduzca su nombre de usuario para enviar un enlace de restablecimiento de contraseña.',
'username_help_bottom' => 'Tu nombre de usuario y dirección de correo electrónico puede ser el mismo, pero puede que no lo sea, dependiendo de tu configuración. Si no puede recordar su nombre de usuario, póngase en contacto con su administrador.
A los usuarios sin una dirección de correo electrónico asociada no se enviará por correo electrónico un enlace de restablecimiento de contraseña. ',
diff --git a/resources/lang/es-VE/auth/message.php b/resources/lang/es-VE/auth/message.php
index ae04514ed9..147eace045 100644
--- a/resources/lang/es-VE/auth/message.php
+++ b/resources/lang/es-VE/auth/message.php
@@ -7,13 +7,13 @@ return array(
'account_not_activated' => 'La cuenta de este usuario no está activada.',
'account_suspended' => 'La cuenta de este usuario está suspendida.',
'account_banned' => 'La cuenta de este usuario está bloqueada.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
+ 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en alrededor de :minutes minuto/s.',
'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.',
+ 'already_enrolled' => 'Su dispositivo ya está inscrito.',
+ 'success' => 'Usted inició sesión correctamente.',
+ 'code_required' => 'Se requiere el código de 2FA(Autenticación en dos pasos) .',
+ 'invalid_code' => 'El código de doble factor es inválido.',
),
'signin' => array(
@@ -22,8 +22,8 @@ return array(
),
'logout' => array(
- 'error' => 'There was a problem while trying to log you out, please try again.',
- 'success' => 'You have successfully logged out.',
+ 'error' => 'Hubo un problema al intentar cerrar la sesión, por favor inténtelo de nuevo.',
+ 'success' => 'Has cerrado la sesión con éxito.',
),
'signup' => array(
@@ -33,7 +33,7 @@ return array(
'forgot-password' => array(
'error' => 'Hubo un problema al intentar obtener un código para restablecer la contraseña, inténtalo de nuevo.',
- 'success' => 'If that email address exists in our system, a password recovery email has been sent.',
+ 'success' => 'Si esa dirección de correo electrónico existe en nuestro sistema, recibirá un correo electrónico de recuperación de contraseña.',
),
'forgot-password-confirm' => array(
diff --git a/resources/lang/es-VE/button.php b/resources/lang/es-VE/button.php
index aae5903096..816fe9c45f 100644
--- a/resources/lang/es-VE/button.php
+++ b/resources/lang/es-VE/button.php
@@ -13,5 +13,5 @@ return array(
'upload' => 'Cargar',
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Selecciona Archivos...',
- 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+ 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
);
diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php
index fbf363a479..c77a372f21 100644
--- a/resources/lang/es-VE/general.php
+++ b/resources/lang/es-VE/general.php
@@ -95,7 +95,7 @@
'firstnamelastname' => 'Nombre Apellido (jane.smith@ejemplo.com)',
'lastname_firstinitial' => 'Apellido Inicial (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Inicial Apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'firstnamelastinitial' => 'Primer nombre y última inicial (janes@example.com)',
'first_name' => 'Nombre',
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -137,7 +137,7 @@
'feature_disabled' => 'Esta característica ha sido deshabilitada para la instalación demo.',
'location' => 'Ubicación',
'locations' => 'Ubicaciones',
- 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logo_size' => 'Los logotipos cuadrados se ven mejor con Logo + Texto. El tamaño máximo del logo es 50px de altura x 500px de ancho. ',
'logout' => 'Cerrar sesión',
'lookup_by_tag' => 'Buscar por etiqueta del activo',
'maintenances' => 'Mantenimientos',
@@ -220,7 +220,7 @@
'unknown_admin' => 'Administrador Desconocido',
'username_format' => 'Formato de Nombre de Usuario',
'update' => 'Actualizar',
- '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.',
+ 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.',
'uploaded' => 'Actualizado',
'user' => 'Usuario',
'accepted' => 'aceptado',
diff --git a/resources/lang/es-VE/help.php b/resources/lang/es-VE/help.php
index d2326dec74..3309bb35a7 100644
--- a/resources/lang/es-VE/help.php
+++ b/resources/lang/es-VE/help.php
@@ -15,21 +15,21 @@ return array(
"more_info_title" => "Más información",
- "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+ "audit_help" => "Marcando esta casilla podrá editar el registro de activos reflejando su nueva ubicación. Dejándola sin marcar simplemente anotaremos la ubicación en el registro de auditoria.
Tenga en cuenta que si este activo ha si requerido, no se podrá cambiara la ubicación de la persona, Activo o ubicación en la que esta requerido.",
'assets' => 'Los activos son elementos con número de serie o etiqueta de activos. Tienden a ser artículos de alto valor donde es importante identificar un elemento específico.',
- '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.',
+ 'categories' => 'Las categorías te ayudan a organizar tus elementos. Unos ejemplos de categorías podrían ser: "Pc Escritorios", "Portátiles", "Móviles", "Tabletas", etc.',
- 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+ 'accessories' => 'Los accesorios son cualquier cosa que se le asigne a los usuarios pero que no tenga numero de serie (o no importe realizarle el seguimiento en forma unica). Por ejemplo, mouse o teclados.',
- '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.',
+ 'companies' => 'Las empresas pueden ser utilizadas como un campo identificador simple, o pueden ser utilizadas para limitar la visibilidad de los activos, usuarios, etc si el soporte completo de la empresa está habilitado en la configuración del Administrador.',
'components' => 'Los componentes son elementos que son parte de un activo, por ejemplo HDD, RAM, etc.',
'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.',
- 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'depreciations' => 'Puede configurar las depreciaciones de activos para depreciar activos basados en una depreciación lineal.',
diff --git a/resources/lang/es-VE/mail.php b/resources/lang/es-VE/mail.php
index c1bd8429d4..ec2bded107 100644
--- a/resources/lang/es-VE/mail.php
+++ b/resources/lang/es-VE/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Activo:',
'asset_name' => 'Nombre de Activo:',
'asset_requested' => 'Activo solicitado',
- 'asset_tag' => 'Etiqueta de Activo:',
+ 'asset_tag' => 'Etiqueta de activo',
'assigned_to' => 'Asignado A',
'best_regards' => 'Atentamente,',
'canceled' => 'Cancelado:',
@@ -18,12 +18,12 @@ return array(
'click_to_confirm' => 'Por favor, pulsa en el siguiente enlace para verificar tu cuenta de :web:',
'click_on_the_link_accessory' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el accesorio.',
'click_on_the_link_asset' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el activo.',
- 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
- 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
- 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
- 'Confirm_license_delivery' => 'License delivery confirmation',
- 'Confirm_asset_delivery' => 'Asset delivery confirmation',
- 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'Confirm_Asset_Checkin' => 'Confirmación de devolución de activo',
+ 'Confirm_Accessory_Checkin' => 'Confirmación de devolución de accesorio',
+ 'Confirm_accessory_delivery' => 'Confirmación de entrega del accesorio',
+ 'Confirm_license_delivery' => 'Confirmación de entrega de la licencia',
+ 'Confirm_asset_delivery' => 'Confirmación de entrega del activo',
+ 'Confirm_consumable_delivery' => 'Confirmación de entrega del consumible',
'current_QTY' => 'Cantidad actual',
'Days' => 'Días',
'days' => 'Días',
@@ -63,7 +63,7 @@ return array(
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
'type' => 'Tipo',
- '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.',
+ 'upcoming-audits' => 'Hay :count activo que se está preparando para auditoría dentro de :threshold days.|Hay :count activos que se están preparando para auditoría en :threshold days.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
'welcome' => 'Bienvenido :name',
@@ -72,7 +72,7 @@ return array(
'Accessory_Checkin_Notification' => 'Accesorio devuelto',
'Asset_Checkin_Notification' => 'Activo devuelto',
'License_Checkin_Notification' => 'Licencia devuelta',
- 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Report' => 'Informe de devolución de activo esperado',
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos'
diff --git a/resources/lang/es-VE/validation.php b/resources/lang/es-VE/validation.php
index cf36988df0..57cb50005c 100644
--- a/resources/lang/es-VE/validation.php
+++ b/resources/lang/es-VE/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'El :attribute fallo al cargar.',
'url' => 'El formato :attribute es inválido.',
"unique_undeleted" => "El :atrribute debe ser único.",
+ "non_circular" => ":attribute no debe crear una referencia circular.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/et/auth/general.php b/resources/lang/et/auth/general.php
index 63bb1052c9..3e0a95b5ea 100644
--- a/resources/lang/et/auth/general.php
+++ b/resources/lang/et/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Logi sisse',
'login_prompt' => 'Palun logi sisse',
'forgot_password' => 'Ma unustasin oma parooli',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Jäta mind meelde',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/et/mail.php b/resources/lang/et/mail.php
index 527ce6f8c0..ea2e6127a0 100644
--- a/resources/lang/et/mail.php
+++ b/resources/lang/et/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Vahend:',
'asset_name' => 'Vahendi nimi:',
'asset_requested' => 'Vara nõutud',
- 'asset_tag' => 'Vara silt:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Määratud',
'best_regards' => 'Parimate soovidega,',
'canceled' => 'Tühistatud:',
diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php
index db1e4a306b..20472ff52a 100644
--- a/resources/lang/et/validation.php
+++ b/resources/lang/et/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribuut ei õnnestunud üles laadida.',
'url' => 'Atribuudivorming on vale.',
"unique_undeleted" => ":attribute peab olema ainulaadne.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/fa/auth/general.php b/resources/lang/fa/auth/general.php
index a3b059db31..4682007c8e 100644
--- a/resources/lang/fa/auth/general.php
+++ b/resources/lang/fa/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'ورود',
'login_prompt' => 'لطفا وارد شوید',
'forgot_password' => 'گذرواژه خود را فراموش کرده ام',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'مرا به خاطر بسپار',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/fa/mail.php b/resources/lang/fa/mail.php
index 04b7c9f254..abab54f8c3 100644
--- a/resources/lang/fa/mail.php
+++ b/resources/lang/fa/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'دارایی:',
'asset_name' => 'نام دارایی',
'asset_requested' => 'دارایی درخواست شد',
- 'asset_tag' => 'برچسب دارایی:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'اختصاص یافته به',
'best_regards' => 'با احترام،',
'canceled' => 'لغو شد:',
diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php
index 583796e74a..fe769a0740 100644
--- a/resources/lang/fa/validation.php
+++ b/resources/lang/fa/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'ویژگی: attribute failed to upload.',
'url' => 'شکل ویژگی نامعتبر است.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/fi/admin/locations/table.php b/resources/lang/fi/admin/locations/table.php
index 28cff6b460..f93bffd773 100644
--- a/resources/lang/fi/admin/locations/table.php
+++ b/resources/lang/fi/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Maa',
'create' => 'Uusi sijainti',
'update' => 'Päivitä sijainti',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Tulosta luovutetut',
+ 'print_all_assigned' => 'Tulosta kaikki luovutetut',
'name' => 'Sijainnin nimi',
'address' => 'Osoite',
'zip' => 'Postinumero',
diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php
index 28e4cc306e..52e1a5e239 100644
--- a/resources/lang/fi/admin/settings/general.php
+++ b/resources/lang/fi/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Sähköposti hälytykset käytössä',
'alert_interval' => 'Kynnys ilmoituksille vanhentuvista (päivinä)',
'alert_inv_threshold' => 'Varaston hälytysraja',
- '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.' ,
+ 'allow_user_skin' => 'Salli käyttäjän määrittämä ulkoasu',
+ 'allow_user_skin_help_text' => 'Voit valita tässä voivatko käyttäjät määritellä haluamansa ulkoasun käyttöönsä.' ,
'asset_ids' => 'Laitetunnisteet',
'audit_interval' => 'Tarkastusväli',
'audit_interval_help' => 'Jos sinun on säännöllisesti tarkastettava laitteesi, anna aikaväli kuukausina.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Käytä TLS:ää',
'ldap_tls_help' => 'Merkitse tämä vain, jos käynnistät STARTTLS: n LDAP-palvelimella. ',
'ldap_uname' => 'LDAP-sidonta käyttäjätunnus',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP osasto',
+ 'ldap_phone' => 'Ldap puhelinnumero',
+ 'ldap_jobtitle' => 'LDAP tehtävänimike',
+ 'ldap_country' => 'LDAP maa',
'ldap_pword' => 'LDAP-sidonta salasana',
'ldap_basedn' => 'Kohdehaaran DN',
'ldap_filter' => 'LDAP suodatin',
diff --git a/resources/lang/fi/auth/general.php b/resources/lang/fi/auth/general.php
index 671324e57b..b7e93590a2 100644
--- a/resources/lang/fi/auth/general.php
+++ b/resources/lang/fi/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Kirjaudu',
'login_prompt' => 'Kirjaudu sisään',
'forgot_password' => 'Unohdin salasanani',
+ 'ldap_reset_password' => 'Palauta LDAP-salasanasi napsauttamalla tätä',
'remember_me' => 'Muista minut',
'username_help_top' => 'Palauttaaksesi salasanasi sähköpostilla, anna käyttäjätunnuksesi.',
'username_help_bottom' => 'Käyttäjätunnuksesi ja sähköpostiosoitteesi voivat olla samoja, mutta eivät välttämättä. Jos et muista käyttäjätunnustasi, ota yhteyttä järjestelmänvalvojaan.
Käyttäjätunnuksille, joilla ei ole liitettyä sähköpostiosoitetta, ei voida lähettää sähköpostiin salasanan vaihtamislinkkiä. ',
diff --git a/resources/lang/fi/mail.php b/resources/lang/fi/mail.php
index 255057d297..3c8b597d0d 100644
--- a/resources/lang/fi/mail.php
+++ b/resources/lang/fi/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Laite:',
'asset_name' => 'Laitteen nimi:',
'asset_requested' => 'Pyydetty laite',
- 'asset_tag' => 'Laitetunniste:',
+ 'asset_tag' => 'Laitetunniste',
'assigned_to' => 'Osoitettu',
'best_regards' => 'Parhain terveisin,',
'canceled' => 'Peruutettu:',
diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php
index cc0e183d0c..67e3e1aced 100644
--- a/resources/lang/fi/validation.php
+++ b/resources/lang/fi/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute -kenttää ei onnistuttu lähettämään.',
'url' => ':attribute muotoilu on virheellinen.',
"unique_undeleted" => ":attribute on oltava ainutlaatuinen.",
+ "non_circular" => ":attribute ei saa luoda kehäviittausta.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/fil/auth/general.php b/resources/lang/fil/auth/general.php
index a06a3da443..a2fe73d79c 100644
--- a/resources/lang/fil/auth/general.php
+++ b/resources/lang/fil/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Mag-login',
'login_prompt' => 'Paki-login',
'forgot_password' => 'Nakalimutan ko ang aking password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Tandaan ako',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/fil/mail.php b/resources/lang/fil/mail.php
index fa91723a81..bc7ddfa696 100644
--- a/resources/lang/fil/mail.php
+++ b/resources/lang/fil/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Ang Asset:',
'asset_name' => 'Ang Pangalan ng Asset:',
'asset_requested' => 'Ang nirekwest na asset',
- 'asset_tag' => 'Ang Tag ng Asset:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Nakatalaga Sa',
'best_regards' => 'Lubos na bumabati,',
'canceled' => 'Nakansela:',
diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php
index 36b62caee9..6dbaf5a7a3 100644
--- a/resources/lang/fil/validation.php
+++ b/resources/lang/fil/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Ang :katangian ay hindi nagtagumpay sa pag-upload.',
'url' => 'Ang :pormat ng katangian ng pormat ay hindi balido.',
"unique_undeleted" => "Ang :katangian ay dapat na natatangi.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/fr/admin/locations/table.php b/resources/lang/fr/admin/locations/table.php
index 3cf2378200..a2d4c558bf 100644
--- a/resources/lang/fr/admin/locations/table.php
+++ b/resources/lang/fr/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Pays',
'create' => 'Créer un lieu',
'update' => 'Mettre à jour le lieu',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Imprimer les actifs attribués',
+ 'print_all_assigned' => 'Imprimer tous les actifs attribués',
'name' => 'Nom du lieu',
'address' => 'Adresse',
'zip' => 'Code postal',
diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php
index b8ad64161e..9a311b7c50 100644
--- a/resources/lang/fr/admin/settings/general.php
+++ b/resources/lang/fr/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alertes activées',
'alert_interval' => 'Seuil d\'expiration des alertes (en jours)',
'alert_inv_threshold' => 'Seuil d\'alerte d\'inventaire',
- '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.' ,
+ 'allow_user_skin' => 'Autoriser un thème utilisateur',
+ 'allow_user_skin_help_text' => 'Cocher cette case permettra à un utilisateur de remplacer le thème de l\'interface utilisateur par un autre.' ,
'asset_ids' => 'ID de l\'actif',
'audit_interval' => 'Intervalle d\'audit',
'audit_interval_help' => 'Si vous devez régulièrement vérifier physiquement vos actifs, entrez l\'intervalle en mois.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Utilisez TLS',
'ldap_tls_help' => 'A cocher seulement si vous utilisez STARTTLS sur votre serveur LDAP. ',
'ldap_uname' => 'Nom d\'utilisateur bind LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP Département',
+ 'ldap_phone' => 'LDAP Numéro de Téléphone',
+ 'ldap_jobtitle' => 'LDAP Intitulé de Poste',
+ 'ldap_country' => 'LDAP Pays',
'ldap_pword' => 'Mot de passe bind LDAP',
'ldap_basedn' => 'Bind de base DN',
'ldap_filter' => 'Filtre LDAP',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'URL du service ACS (Assertion Consumer Service)',
'saml_sp_sls_url' => 'URL du service de déconnexion unique (SLS)',
'saml_sp_x509cert' => 'Certificat public',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'URL des métadonnées',
'saml_idp_metadata' => 'Métadonnées SAML IdP',
'saml_idp_metadata_help' => 'Vous pouvez spécifier les métadonnées IdP en utilisant une URL ou un fichier XML.',
'saml_attr_mapping_username' => 'Mapping d\'attributs - Nom d\'utilisateur',
diff --git a/resources/lang/fr/auth/general.php b/resources/lang/fr/auth/general.php
index 2a12f8352e..e56d1de9f8 100644
--- a/resources/lang/fr/auth/general.php
+++ b/resources/lang/fr/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Connexion',
'login_prompt' => 'Veuillez vous connecter',
'forgot_password' => 'J\'ai oublié mon mot de passe',
+ 'ldap_reset_password' => 'Veuillez cliquer ici pour réinitialiser votre mot de passe LDAP',
'remember_me' => 'Rappelez-vous de moi',
'username_help_top' => 'Entrez votre nom d\'utilisateur pour recevoir un lien de réinitialisation du mot de passe.',
'username_help_bottom' => 'Votre nom d\'utilisateur et votre adresse e-mail peuvent être les mêmes, mais peuvent ne pas l\'être, selon votre configuration. Si vous ne pouvez pas vous souvenir de votre nom d\'utilisateur, contactez votre administrateur.
Les noms d\'utilisateur sans adresse e-mail associée ne seront pas envoyés par e-mail un lien de réinitialisation du mot de passe. ',
diff --git a/resources/lang/fr/mail.php b/resources/lang/fr/mail.php
index bf5bd44737..a6f06727fc 100644
--- a/resources/lang/fr/mail.php
+++ b/resources/lang/fr/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Produit:',
'asset_name' => 'Nom du produit:',
'asset_requested' => 'Produit demandé',
- 'asset_tag' => 'Code produit:',
+ 'asset_tag' => 'Numéro d\'inventaire',
'assigned_to' => 'Affecté à',
'best_regards' => 'Cordialement,',
'canceled' => 'Annulé:',
diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php
index 226e9649c8..38f819809e 100644
--- a/resources/lang/fr/validation.php
+++ b/resources/lang/fr/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'L\'attribut: n\'a pas pu télécharger.',
'url' => 'Le format de cet-te :attribute est invalide.',
"unique_undeleted" => ":attribute doit être unique.",
+ "non_circular" => "Le champ :attribute ne doit pas créer de référence circulaire.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ga-IE/auth/general.php b/resources/lang/ga-IE/auth/general.php
index 3e7949be29..e13eb8826f 100644
--- a/resources/lang/ga-IE/auth/general.php
+++ b/resources/lang/ga-IE/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Logáil isteach',
'login_prompt' => 'Logáil isteach le do thoil',
'forgot_password' => 'Rinne mé dearmad ar mo phasfhocal',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Cuimhnigh orm',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ga-IE/mail.php b/resources/lang/ga-IE/mail.php
index 7de88efc71..c724918304 100644
--- a/resources/lang/ga-IE/mail.php
+++ b/resources/lang/ga-IE/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Sócmhainn:',
'asset_name' => 'Ainm Sócmhainne:',
'asset_requested' => 'Iarrtar sócmhainn',
- 'asset_tag' => 'Tag Sócmhainní:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Sannadh Chun',
'best_regards' => 'Dea-mhéin,',
'canceled' => 'Ar ceal:',
diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php
index f1c5a174be..6ada7448b3 100644
--- a/resources/lang/ga-IE/validation.php
+++ b/resources/lang/ga-IE/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'The: theip ar an tréith a uaslódáil.',
'url' => 'Tá an fhormáid tréithbhail neamhbhailí.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/he/admin/locations/table.php b/resources/lang/he/admin/locations/table.php
index 35b31a1ef9..a4daab6c29 100644
--- a/resources/lang/he/admin/locations/table.php
+++ b/resources/lang/he/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'מדינה',
'create' => 'צור מיקום',
'update' => 'עדכן מיקום',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'להדפיס הקצאה',
+ 'print_all_assigned' => 'להדפיס את כל ההקצאות',
'name' => 'שם מיקום',
'address' => 'כתובת',
'zip' => 'מיקוד',
diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php
index da2da4ee7c..353169ede5 100644
--- a/resources/lang/he/admin/settings/general.php
+++ b/resources/lang/he/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'התראות מופעלות',
'alert_interval' => 'התראות שפג תוקפן (בימים)',
'alert_inv_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.' ,
+ 'allow_user_skin' => 'לאפשר למשתמשים לבחור עיצוב',
+ 'allow_user_skin_help_text' => 'סימון התיבה הזאת יאפשר למשתמשים לדרוס את עיצוב המערכת בעיצוב שונה.' ,
'asset_ids' => 'מזהי נכסים',
'audit_interval' => 'מרווח ביקורת',
'audit_interval_help' => 'אם אתה נדרש באופן קבוע לביקורת פיזית של הנכסים שלך, הזן את מרווח בחודשים.',
@@ -43,13 +43,13 @@ return array(
'display_eol' => 'הצג EOL בתצוגת טבלה',
'display_qr' => 'הצג קודי מרובע',
'display_alt_barcode' => 'הצגת ברקוד 1D',
- 'email_logo' => 'Email Logo',
+ 'email_logo' => 'לוגו לדוא״ל',
'barcode_type' => 'סוג ברקוד דו-ממדי',
'alt_barcode_type' => 'סוג 1D ברקוד',
- 'email_logo_size' => 'Square logos in email look best. ',
+ 'email_logo_size' => 'לוגואים מרובעים נראים הכי טוב בהודעות דוא״ל. ',
'eula_settings' => 'הגדרות EULA',
'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר Github בטעם מרקדון .',
- 'favicon' => 'Favicon',
+ '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 ',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'השתמש ב- TLS',
'ldap_tls_help' => 'יש לבדוק זאת רק אם אתה מפעיל את STARTTLS בשרת LDAP שלך.',
'ldap_uname' => 'שם משתמש של LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'מחלקה ב־LDAP',
+ 'ldap_phone' => 'מספר טלפון ב־LDAP',
+ 'ldap_jobtitle' => 'כותרת משרה ב־LDAP',
+ 'ldap_country' => 'מדינה ב־LDAP',
'ldap_pword' => 'קישור סיסמה LDAP',
'ldap_basedn' => 'בסיס Bind DN',
'ldap_filter' => 'מסנן LDAP',
@@ -125,13 +125,13 @@ return array(
'pwd_secure_uncommon_help' => 'פעולה זו לא תאפשר למשתמשים להשתמש בסיסמאות נפוצות מתוך 10,000 הסיסמאות המובילות שדווחו על הפרות.',
'qr_help' => 'הפעל תחילה קודי QR כדי להגדיר זאת',
'qr_text' => 'טקסט קוד QR',
- 'saml_enabled' => 'SAML enabled',
- 'saml_integration' => 'SAML Integration',
- 'saml_sp_entityid' => 'Entity ID',
+ 'saml_enabled' => 'SAML מופעל',
+ 'saml_integration' => 'שילוב SAML',
+ 'saml_sp_entityid' => 'מזהה יישות',
'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_sp_x509cert' => 'אישור ציבורי',
+ 'saml_sp_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',
diff --git a/resources/lang/he/auth/general.php b/resources/lang/he/auth/general.php
index 961f491c03..9f1612ffce 100644
--- a/resources/lang/he/auth/general.php
+++ b/resources/lang/he/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'התחברות',
'login_prompt' => 'אנא התחבר',
'forgot_password' => 'שכחתי את הסיסמא שלי',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'זכור אותי',
'username_help_top' => 'נא למלא את שם המשתמש לשליחת הודעת דוא״ל עם קישור לאיפוס ססמה.',
'username_help_bottom' => 'שם המשתמש וכתובת הדוא״ל שלך עשויים להיות זהים, אך גם עשויים שלא, תלוי בהגדרות שלך. אם לא הצלחת להיזכר בשם המשתמש שלך, מוטב ליצור קשר עם הנהלת המערכת.
שמות משתמשים שלא שויכה להם כתובת דוא״ל לא יקבלו הודעות עם קישור לאיפוס ססמה. ',
diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php
index 187ae3ddfe..b1848d81f4 100644
--- a/resources/lang/he/general.php
+++ b/resources/lang/he/general.php
@@ -9,7 +9,7 @@
'activity_report' => 'דוח פעילות',
'address' => 'כתובת',
'admin' => 'מנהל מערכת',
- 'administrator' => 'Administrator',
+ 'administrator' => 'אדמיניסטרטור',
'add_seats' => 'מושבים נוספים',
'all_assets' => 'כל הנכסים',
'all' => 'את כל',
@@ -30,7 +30,7 @@
'bulkaudit' => 'ביקורת גורפת',
'bulkaudit_status' => 'סטטוס ביקורת',
'bulk_checkout' => 'יציאה גורפת',
- 'bystatus' => 'by Status',
+ 'bystatus' => 'לפי סטאטוס',
'cancel' => 'לְבַטֵל',
'categories' => 'קטגוריות',
'category' => 'קטגוריה',
@@ -42,10 +42,10 @@
'checkout' => 'לבדוק',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
- 'user_requests_count' => 'Requests',
+ 'user_requests_count' => 'בקשות',
'city' => 'עִיר',
'click_here' => 'לחץ כאן',
- 'clear_selection' => 'Clear Selection',
+ 'clear_selection' => 'נקה בחירה',
'companies' => 'חברות',
'company' => 'חֶברָה',
'component' => 'רְכִיב',
@@ -58,7 +58,7 @@
'created' => 'פריט נוצר',
'created_asset' => 'הנכס שנוצר',
'created_at' => 'נוצר ב',
- 'record_created' => 'Record Created',
+ 'record_created' => 'רשומה נוצרה',
'updated_at' => 'עודכן ב',
'currency' => '$', // this is deprecated
'current' => 'נוֹכְחִי',
@@ -70,7 +70,7 @@
'debug_warning' => 'אַזהָרָה!',
'debug_warning_text' => 'יישום זה פועל במצב ייצור עם איתור באגים. זה יכול לחשוף נתונים רגישים אם היישום שלך נגיש לעולם החיצון. השבת את מצב איתור הבאגים על ידי הגדרת הערך APP_DEBUG
בקובץ .env
ל false
.',
'delete' => 'לִמְחוֹק',
- 'delete_confirm' => 'Are you sure you wish to delete :item?',
+ 'delete_confirm' => 'האם אתה בטוח שברצונך למחוק?',
'deleted' => 'נמחק',
'delete_seats' => 'מושבים שנמחקו',
'departments' => 'מחלקות',
@@ -79,7 +79,7 @@
'depreciation_report' => 'דוח פחת',
'details' => 'פרטים',
'download' => 'הורד',
- 'download_all' => 'Download All',
+ 'download_all' => 'הורד הכל',
'depreciation' => 'פְּחָת',
'editprofile' => 'ערוך את הפרופיל שלך',
'eol' => 'EOL',
@@ -88,14 +88,14 @@
'email_domain_help' => 'זה משמש ליצירת כתובות דוא"ל בעת ייבוא',
'filastname_format' => 'שם משפחה ראשוני ראשון (jsmith@example.com)',
'firstname_lastname_format' => 'שם משפחה של שם פרטי (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_underscore_format' => 'שם פרטי שם משפחה (jane_smith@example.com)',
+ 'lastnamefirstinitial_format' => 'שם משפחה ראשי תיבות שם פרטי (smithj@example.com)',
+ 'firstintial_dot_lastname_format' => 'ראשי תיבות שם פרטי שם משפחה (j.smith@example.com)',
'first' => 'ראשון',
- '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)',
+ 'firstnamelastname' => 'שם פרטי שם משפחה (janesmith@example.com)',
+ 'lastname_firstinitial' => 'שם משפחה ראשי תיבות שם פרטי (smith_j@example.com)',
+ 'firstinitial.lastname' => 'ראשי תיבות שם פרטי שם משפחה (j.smith@example)',
+ 'firstnamelastinitial' => 'שם פרטי ראשי תיבות שם משפחה (janes@example.com)',
'first_name' => 'שם פרטי',
'first_name_format' => 'שם פרטי (jane@example.com)',
'files' => 'קבצים',
@@ -103,7 +103,7 @@
'file_type' => 'סוג קובץ',
'file_uploads' => 'העלאות קבצים',
'generate' => 'לִיצוֹר',
- 'github_markdown' => 'This field accepts Github flavored markdown.',
+ 'github_markdown' => 'שדה זה מאפשר Github בסגנון markdown .',
'groups' => 'קבוצות',
'gravatar_email' => 'כתובת דוא"ל Gravatar',
'history' => 'הִיסטוֹרִיָה',
@@ -114,7 +114,7 @@
'image_upload' => 'העלאת תמונה',
'image_filetypes_help' => 'סוגי הקבצים המותרים הם jpg, webp, png, gif ו־svg. גודל ההעלאה המרבי המותר הוא :size.',
'import' => 'יְבוּא',
- 'importing' => 'Importing',
+ 'importing' => 'מייבא',
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
'import-history' => 'היסטוריית הייבוא',
'asset_maintenance' => 'אחזקת נכסים',
@@ -133,7 +133,7 @@
'licenses' => 'רישיונות',
'list_all' => 'רשימת הכל',
'loading' => 'טוען',
- 'lock_passwords' => 'This field value will not be saved in a demo installation.',
+ 'lock_passwords' => 'השדה הזה לא ישמר במצב הדגמה.',
'feature_disabled' => 'תכונה זו הושבתה עבור התקנת ההדגמה.',
'location' => 'מקום',
'locations' => 'מיקומים',
@@ -175,7 +175,7 @@
'recent_activity' => 'פעילות אחרונה',
'remove_company' => 'הסר התאחדות החברה',
'reports' => 'דיווחים',
- 'restored' => 'restored',
+ 'restored' => 'שוחזר',
'requested' => 'מבוקש',
'request_canceled' => 'הבקשה בוטלה',
'save' => 'להציל',
diff --git a/resources/lang/he/mail.php b/resources/lang/he/mail.php
index 5c237f0ad3..fd44d59188 100644
--- a/resources/lang/he/mail.php
+++ b/resources/lang/he/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'נכס:',
'asset_name' => 'שם הנכס:',
'asset_requested' => 'הנכס המבוקש',
- 'asset_tag' => 'תג נכס:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'שהוקצה ל',
'best_regards' => 'כל טוב,',
'canceled' => 'בּוּטלָה:',
diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php
index a0fa84841e..5ffb315b76 100644
--- a/resources/lang/he/validation.php
+++ b/resources/lang/he/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'התכונה: נכשלה.',
'url' => 'תבנית התכונה: אינה חוקית.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/hr/auth/general.php b/resources/lang/hr/auth/general.php
index 526f34ae8f..3d322bafda 100644
--- a/resources/lang/hr/auth/general.php
+++ b/resources/lang/hr/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Prijaviti se',
'login_prompt' => 'Molimo prijavite se',
'forgot_password' => 'Zaboravio sam lozinku',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Zapamti me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/hr/mail.php b/resources/lang/hr/mail.php
index f38e0df788..dc0ed933e2 100644
--- a/resources/lang/hr/mail.php
+++ b/resources/lang/hr/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Imovina:',
'asset_name' => 'Naziv imovine:',
'asset_requested' => 'Traženo sredstvo',
- 'asset_tag' => 'Oznaka imovine:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Dodijeljena',
'best_regards' => 'Lijepi Pozdrav,',
'canceled' => 'otkazano:',
diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php
index e8c6e0131d..8ab4aa3d21 100644
--- a/resources/lang/hr/validation.php
+++ b/resources/lang/hr/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribut nije prenesen.',
'url' => 'Format atributa nije važeći.',
"unique_undeleted" => ":attribute mora biti jedinstven.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/hu/admin/kits/general.php b/resources/lang/hu/admin/kits/general.php
index b87b8f534d..1a77fd8980 100644
--- a/resources/lang/hu/admin/kits/general.php
+++ b/resources/lang/hu/admin/kits/general.php
@@ -2,16 +2,16 @@
return array(
'about_kits_title' => 'Az előredefiniált csomagokról',
- 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
- 'checkout' => 'Checkout Kit ',
- 'create_success' => 'Kit was successfully created.',
- 'create' => 'Create Predefined Kit',
- 'update' => 'Update Predefined Kit',
- 'delete_success' => 'Kit was successfully deleted.',
- 'update_success' => 'Kit was successfully updated.',
- 'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
+ 'about_kits_text' => 'Az előre definiált csomagok lehetővé teszik, hogy egy felhasználó gyorsan ki tudjon adni egy eszközgyűjteményt (eszközök, licencek stb.). Ez akkor lehet hasznos, ha a belépési folyamat sok felhasználó számára egységes, és minden felhasználó ugyanazokat az eszközöket kapja meg.',
+ 'checkout' => 'Csomag kiadása ',
+ 'create_success' => 'Csomag sikeresen létrehozva.',
+ 'create' => 'Előre definiált csomag frissítése',
+ 'update' => 'Előre definiált csomag frissítése',
+ 'delete_success' => 'Csomag sikeresen törölve.',
+ 'update_success' => 'Csomag sikeresen frissítve.',
+ 'none_models' => 'Nincs elég rendelkezésre álló eszköz a :model kiadáshoz. :qty szükséges. ',
'none_licenses' => 'Nincs elegendő szabad felhasználói hely a :license licenceből a kiadáshoz. További :qty felhasználói helyre van még szükség. ',
- '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. ',
+ 'none_consumables' => 'Nincs elég szabad egység :consumable-ból a kiadáshoz. :qty szükséges. ',
+ 'none_accessory' => 'Nem áll rendelkezésre elég egység a :accessory kiadáshoz. :qty szükséges. ',
);
diff --git a/resources/lang/hu/admin/locations/table.php b/resources/lang/hu/admin/locations/table.php
index c2755f7aba..930bf8a71e 100644
--- a/resources/lang/hu/admin/locations/table.php
+++ b/resources/lang/hu/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Ország',
'create' => 'Helyszín létrehozása',
'update' => 'Helyszín frissítése',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Hozzárendelt nyomtatása',
+ 'print_all_assigned' => 'Az összes hozzárendelt nyomtatása',
'name' => 'Helyszín neve',
'address' => 'Cím',
'zip' => 'Irányítószám',
diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php
index 614049eea8..f18f5da9dd 100644
--- a/resources/lang/hu/admin/settings/general.php
+++ b/resources/lang/hu/admin/settings/general.php
@@ -142,7 +142,7 @@ return array(
'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' => 'SAML egyedi beállítások',
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
'setting' => 'Beállítás',
'settings' => 'Beállítások',
diff --git a/resources/lang/hu/auth/general.php b/resources/lang/hu/auth/general.php
index 3b4500b154..50fe9cf4cf 100644
--- a/resources/lang/hu/auth/general.php
+++ b/resources/lang/hu/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Belépés',
'login_prompt' => 'Kérem, lépjen be',
'forgot_password' => 'Elfelejtettem a jelszavam',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Emlékezzen rám',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/hu/mail.php b/resources/lang/hu/mail.php
index f10e2147a3..5e96646716 100644
--- a/resources/lang/hu/mail.php
+++ b/resources/lang/hu/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Eszköz:',
'asset_name' => 'Eszköz neve:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Eszköz azonosító:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Hozzárendelve',
'best_regards' => 'Üdvözlettel,',
'canceled' => 'Megszakítva:',
diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php
index cd06091d5f..5cb8f7fa65 100644
--- a/resources/lang/hu/validation.php
+++ b/resources/lang/hu/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'A: attribútum nem sikerült feltölteni.',
'url' => 'Az :attribute formátuma érvénytelen.',
"unique_undeleted" => "A(z) :attribute egyedinek kell lennie.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/id/auth/general.php b/resources/lang/id/auth/general.php
index 8ffbd325e8..85d705d085 100644
--- a/resources/lang/id/auth/general.php
+++ b/resources/lang/id/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Masuk',
'login_prompt' => 'Silahkan masuk',
'forgot_password' => 'Lupa kata sandi',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Ingat saya',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/id/mail.php b/resources/lang/id/mail.php
index fbff63bce4..633e994e74 100644
--- a/resources/lang/id/mail.php
+++ b/resources/lang/id/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Aset:',
'asset_name' => 'Nama Aset:',
'asset_requested' => 'Permintaan aset',
- 'asset_tag' => 'Tag Aset',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Ditugaskan untuk',
'best_regards' => 'Salam Hormat,',
'canceled' => 'Dibatalkan:',
diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php
index 1efb66d809..9835079b2f 100644
--- a/resources/lang/id/validation.php
+++ b/resources/lang/id/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribut: gagal diupload.',
'url' => 'Format :attribute tidak benar.',
"unique_undeleted" => ":attribute harus unik.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/is/admin/asset_maintenances/form.php b/resources/lang/is/admin/asset_maintenances/form.php
index 40d0f0b659..232017aead 100644
--- a/resources/lang/is/admin/asset_maintenances/form.php
+++ b/resources/lang/is/admin/asset_maintenances/form.php
@@ -4,7 +4,7 @@
'asset_maintenance_type' => 'Viðhaldgerð',
'title' => 'Titill',
'start_date' => 'Hafið',
- 'completion_date' => 'Completed',
+ 'completion_date' => 'Lokið',
'cost' => 'Kostnaður',
'is_warranty' => 'Warranty Improvement',
'asset_maintenance_time' => 'Dagar',
diff --git a/resources/lang/is/admin/asset_maintenances/general.php b/resources/lang/is/admin/asset_maintenances/general.php
index 6a4b057b84..bb03ead648 100644
--- a/resources/lang/is/admin/asset_maintenances/general.php
+++ b/resources/lang/is/admin/asset_maintenances/general.php
@@ -1,14 +1,14 @@
'Asset Maintenances',
- 'edit' => 'Edit Asset Maintenance',
- 'delete' => 'Delete Asset Maintenance',
- 'view' => 'View Asset Maintenance Details',
- 'repair' => 'Repair',
+ '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' => 'Calibration',
- 'software_support' => 'Software Support',
- 'hardware_support' => 'Hardware Support',
+ 'calibration' => 'Kvörðun',
+ 'software_support' => 'Þjónusta við hugbúnað',
+ 'hardware_support' => 'Þjónusta við vélbúnað',
];
diff --git a/resources/lang/is/admin/asset_maintenances/table.php b/resources/lang/is/admin/asset_maintenances/table.php
index b36696effb..60f461b96a 100644
--- a/resources/lang/is/admin/asset_maintenances/table.php
+++ b/resources/lang/is/admin/asset_maintenances/table.php
@@ -1,8 +1,8 @@
'Asset Maintenance',
- 'asset_name' => 'Asset Name',
+ 'title' => 'Viðhald eignar',
+ 'asset_name' => 'Heiti eignar',
'is_warranty' => 'Ábyrgð',
'dl_csv' => 'Sækja CSV'
];
diff --git a/resources/lang/is/admin/categories/general.php b/resources/lang/is/admin/categories/general.php
index eedea07f6f..1c033e0173 100644
--- a/resources/lang/is/admin/categories/general.php
+++ b/resources/lang/is/admin/categories/general.php
@@ -1,7 +1,7 @@
'Asset Categories',
+ '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.',
diff --git a/resources/lang/is/admin/companies/general.php b/resources/lang/is/admin/companies/general.php
index 9d58ccb58e..1804e7b2c5 100644
--- a/resources/lang/is/admin/companies/general.php
+++ b/resources/lang/is/admin/companies/general.php
@@ -1,4 +1,4 @@
'Select Company',
+ 'select_company' => 'Veldu fyrirtæki',
];
diff --git a/resources/lang/is/admin/companies/message.php b/resources/lang/is/admin/companies/message.php
index a6db573519..3860d0e418 100644
--- a/resources/lang/is/admin/companies/message.php
+++ b/resources/lang/is/admin/companies/message.php
@@ -11,7 +11,7 @@ return array(
'success' => 'Company updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this company?',
+ '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.'
)
diff --git a/resources/lang/is/admin/companies/table.php b/resources/lang/is/admin/companies/table.php
index 2f86126ff2..1682d4deff 100644
--- a/resources/lang/is/admin/companies/table.php
+++ b/resources/lang/is/admin/companies/table.php
@@ -1,9 +1,9 @@
'Companies',
- 'create' => 'Create Company',
- 'title' => 'Company',
- 'update' => 'Update Company',
- 'name' => 'Company Name',
+ 'companies' => 'Fyrirtæki',
+ 'create' => 'Skrá fyrirtæki',
+ 'title' => 'Fyrirtæki',
+ 'update' => 'Uppfæra fyrirtæki',
+ 'name' => 'Heiti fyrirtækis',
'id' => 'ID',
);
diff --git a/resources/lang/is/admin/components/general.php b/resources/lang/is/admin/components/general.php
index f7689a7ad1..acfb2b34dc 100644
--- a/resources/lang/is/admin/components/general.php
+++ b/resources/lang/is/admin/components/general.php
@@ -1,15 +1,15 @@
'Component Name',
+ 'component_name' => 'Heiti íhlutar',
'checkin' => 'Checkin Component',
'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
+ 'cost' => 'Innkaupsverð',
+ 'create' => 'Skrá íhlut',
+ 'edit' => 'Breyta íhluti',
+ 'date' => 'Innkaups dagsetning',
+ 'order' => 'Pöntunarnúmer',
'remaining' => 'Remaining',
'total' => 'Total',
- 'update' => 'Update Component',
+ 'update' => 'Uppfæra íhlut',
);
diff --git a/resources/lang/is/admin/components/table.php b/resources/lang/is/admin/components/table.php
index 3d4fed6a7f..6fef0ad7af 100644
--- a/resources/lang/is/admin/components/table.php
+++ b/resources/lang/is/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => 'Heiti íhlutar',
);
diff --git a/resources/lang/is/admin/consumables/general.php b/resources/lang/is/admin/consumables/general.php
index 7c6bb32968..2ead15a0a5 100644
--- a/resources/lang/is/admin/consumables/general.php
+++ b/resources/lang/is/admin/consumables/general.php
@@ -2,7 +2,7 @@
return array(
'checkout' => 'Checkout Consumable to User',
- 'consumable_name' => 'Consumable Name',
+ 'consumable_name' => 'Heiti rekstrarvöru',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Remaining',
diff --git a/resources/lang/is/admin/consumables/table.php b/resources/lang/is/admin/consumables/table.php
index bb76721f17..f6a892b57a 100644
--- a/resources/lang/is/admin/consumables/table.php
+++ b/resources/lang/is/admin/consumables/table.php
@@ -1,5 +1,5 @@
'Consumable Name',
+ 'title' => 'Heiti rekstrarvöru',
);
diff --git a/resources/lang/is/admin/custom_fields/general.php b/resources/lang/is/admin/custom_fields/general.php
index c8d2a70a71..bff02defa0 100644
--- a/resources/lang/is/admin/custom_fields/general.php
+++ b/resources/lang/is/admin/custom_fields/general.php
@@ -8,7 +8,7 @@ return array(
'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' => 'Encrypted',
+ 'encrypted' => 'Dulkóðað',
'fieldset' => 'Fieldset',
'qty_fields' => 'Qty Fields',
'fieldsets' => 'Fieldsets',
diff --git a/resources/lang/is/admin/departments/table.php b/resources/lang/is/admin/departments/table.php
index 76494247be..25e70c7eb6 100644
--- a/resources/lang/is/admin/departments/table.php
+++ b/resources/lang/is/admin/departments/table.php
@@ -5,7 +5,7 @@ return array(
'id' => 'ID',
'name' => 'Department Name',
'manager' => 'Manager',
- 'location' => 'Location',
+ 'location' => 'Staðsetning',
'create' => 'Create Department',
'update' => 'Update Department',
);
diff --git a/resources/lang/is/admin/depreciations/general.php b/resources/lang/is/admin/depreciations/general.php
index 1fca0e2cb7..81fb66eb5a 100644
--- a/resources/lang/is/admin/depreciations/general.php
+++ b/resources/lang/is/admin/depreciations/general.php
@@ -1,12 +1,12 @@
'About Asset Depreciations',
- 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
- 'asset_depreciations' => 'Asset Depreciations',
- 'create' => 'Create Depreciation',
- 'depreciation_name' => 'Depreciation Name',
- 'number_of_months' => 'Number of Months',
- 'update' => 'Update Depreciation',
+ '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',
+ 'number_of_months' => 'Fjöldi mánaða',
+ 'update' => 'Uppfæra fyrningarflokk',
);
diff --git a/resources/lang/is/admin/depreciations/message.php b/resources/lang/is/admin/depreciations/message.php
index c20e52c13c..df6f86a1ac 100644
--- a/resources/lang/is/admin/depreciations/message.php
+++ b/resources/lang/is/admin/depreciations/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Depreciation class does not exist.',
+ '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' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)'
+ 'error' => 'Fyrningarflokkurinn var ekki búinn til. Vinsamlegast reyndu aftur. :(',
+ 'success' => 'Fyrningarflokkurinn var búinn til. :)'
),
'update' => array(
- 'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.'
+ 'error' => 'Fyrningarflokkurinn var ekki uppfærður. Vinsamlegast reyndu aftur',
+ 'success' => 'Fyrningarflokkurinn var uppfærður.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this depreciation class?',
- 'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.'
+ '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.'
)
);
diff --git a/resources/lang/is/admin/depreciations/table.php b/resources/lang/is/admin/depreciations/table.php
index 5ba01d132c..7cf1588a6b 100644
--- a/resources/lang/is/admin/depreciations/table.php
+++ b/resources/lang/is/admin/depreciations/table.php
@@ -3,8 +3,8 @@
return array(
'id' => 'ID',
- 'months' => 'Months',
- 'term' => 'Term',
- 'title' => 'Name ',
+ 'months' => 'Mánuðir',
+ 'term' => 'Tími',
+ 'title' => 'Heiti ',
);
diff --git a/resources/lang/is/admin/groups/titles.php b/resources/lang/is/admin/groups/titles.php
index 99e8cc1f6f..18d28d2502 100644
--- a/resources/lang/is/admin/groups/titles.php
+++ b/resources/lang/is/admin/groups/titles.php
@@ -8,7 +8,7 @@ return array(
'update' => 'Edit Group',
'group_name' => 'Group Name',
'group_admin' => 'Group Admin',
- 'allow' => 'Allow',
- 'deny' => 'Deny',
+ 'allow' => 'Leyfa',
+ 'deny' => 'Hafna',
);
diff --git a/resources/lang/is/admin/hardware/form.php b/resources/lang/is/admin/hardware/form.php
index 9b3ac32410..56a8cad3be 100644
--- a/resources/lang/is/admin/hardware/form.php
+++ b/resources/lang/is/admin/hardware/form.php
@@ -7,38 +7,38 @@ return array(
'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 :asset_count assets.',
- 'checkedout_to' => 'Checked Out To',
- 'checkout_date' => 'Checkout Date',
- 'checkin_date' => 'Checkin Date',
- 'checkout_to' => 'Checkout to',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Asset',
- 'date' => 'Purchase Date',
- 'depreciation' => 'Depreciation',
+ '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' => 'Depreciates On',
- 'default_location' => 'Default Location',
+ 'default_location' => 'Sjálfgefin staðsetning',
'eol_date' => 'EOL Date',
'eol_rate' => 'EOL Rate',
- 'expected_checkin' => 'Expected Checkin Date',
+ 'expected_checkin' => 'Áætluð skiladagsetning',
'expires' => 'Expires',
'fully_depreciated' => 'Fully Depreciated',
- 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ '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' => 'Manufacturer',
+ 'manufacturer' => 'Framleiðandi',
'model' => 'Model',
- 'months' => 'months',
- 'name' => 'Asset Name',
+ 'months' => 'mánuðir',
+ 'name' => 'Heiti eignar',
'notes' => 'Notes',
- 'order' => 'Order Number',
- 'qr' => 'QR Code',
- 'requestable' => 'Users may request this asset',
+ 'order' => 'Pöntunarnúmer',
+ 'qr' => 'QR kóði',
+ 'requestable' => 'Notendur mega biðja um þessa eign',
'select_statustype' => 'Select Status Type',
- 'serial' => 'Serial',
- 'status' => 'Status',
- 'tag' => 'Asset Tag',
+ 'serial' => 'Raðnúmer',
+ 'status' => 'Staða',
+ 'tag' => 'Eignamerking',
'update' => 'Asset Update',
- 'warranty' => 'Warranty',
- 'warranty_expires' => 'Warranty Expires',
- 'years' => 'years',
+ 'warranty' => 'Ábyrgð',
+ 'warranty_expires' => 'Ábyrgð gildir til',
+ 'years' => 'ár',
)
;
diff --git a/resources/lang/is/admin/hardware/general.php b/resources/lang/is/admin/hardware/general.php
index f1fcd4731e..547b970342 100644
--- a/resources/lang/is/admin/hardware/general.php
+++ b/resources/lang/is/admin/hardware/general.php
@@ -1,22 +1,22 @@
'About Assets',
- 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
- 'archived' => 'Archived',
- 'asset' => 'Asset',
- 'bulk_checkout' => 'Checkout Assets',
- 'checkin' => 'Checkin Asset',
- 'checkout' => 'Checkout Asset',
+ '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',
+ 'checkin' => 'Skila eign',
+ 'checkout' => 'Ráðstafa eign',
'clone' => 'Clone Asset',
- 'deployable' => 'Deployable',
+ 'deployable' => 'Nothæfar',
'deleted' => 'This asset has been deleted. Click here to restore it.',
- 'edit' => 'Edit Asset',
+ 'edit' => 'Breyta eign',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'restore' => 'Restore Asset',
- 'pending' => 'Pending',
- 'undeployable' => 'Undeployable',
- 'view' => 'View Asset',
+ 'pending' => 'Á bið',
+ 'undeployable' => 'Ónothæfar',
+ 'view' => 'Skoða eign',
);
diff --git a/resources/lang/is/admin/hardware/message.php b/resources/lang/is/admin/hardware/message.php
index e087cad26f..146bd0a398 100644
--- a/resources/lang/is/admin/hardware/message.php
+++ b/resources/lang/is/admin/hardware/message.php
@@ -2,15 +2,15 @@
return array(
- 'undeployable' => 'Warning: This asset has been marked as currently undeployable.
- If this status has changed, please update the asset status.',
- 'does_not_exist' => 'Asset does not exist.',
- 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
- 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
+ 'undeployable' => 'Varúð: Þ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' => 'Góð tilraun. Þessi eign er annað hvort ekki til eða ekki í boði.',
+ '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' => array(
'error' => 'Asset was not created, please try again. :(',
- 'success' => 'Asset created successfully. :)'
+ 'success' => 'Það tókst að skrá þessa eign :)'
),
'update' => array(
@@ -25,8 +25,8 @@ return array(
),
'audit' => array(
- 'error' => 'Asset audit was unsuccessful. Please try again.',
- 'success' => 'Asset audit successfully logged.'
+ 'error' => 'Eignaúttekt var ekki skráð. Vinsamlegast reyndu aftur.',
+ 'success' => 'Eignaúttekt var skráð.'
),
@@ -52,32 +52,32 @@ return array(
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this asset?',
+ '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' => array(
- 'error' => 'Asset was not checked out, please try again',
- 'success' => 'Asset checked out successfully.',
+ 'error' => 'Eigninni var ekki ráðstafað, vinsamlegast reyndu aftur',
+ 'success' => 'Eigninni var ráðstafað.',
'user_does_not_exist' => 'That user is invalid. Please try again.',
- 'not_available' => 'That asset is not available for checkout!',
- 'no_assets_selected' => 'You must select at least one asset from the list'
+ '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' => array(
- 'error' => 'Asset was not checked in, please try again',
- 'success' => 'Asset checked in successfully.',
+ 'error' => 'Eigninni var ekki skilað, vinsamlegast reyndu aftur',
+ 'success' => 'Eigninni var skilað.',
'user_does_not_exist' => 'That user is invalid. Please try again.',
- 'already_checked_in' => 'That asset is already checked in.',
+ 'already_checked_in' => 'Þessari eign hefur þegar verið skilað.',
),
'requests' => array(
'error' => 'Asset was not requested, please try again',
'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled'
+ 'canceled' => 'Beiðni um ráðstöfun var afturkölluð'
)
);
diff --git a/resources/lang/is/admin/hardware/table.php b/resources/lang/is/admin/hardware/table.php
index 38788e1984..633537ea29 100644
--- a/resources/lang/is/admin/hardware/table.php
+++ b/resources/lang/is/admin/hardware/table.php
@@ -2,24 +2,24 @@
return array(
- 'asset_tag' => 'Asset Tag',
+ 'asset_tag' => 'Eignamerking',
'asset_model' => 'Model',
- 'book_value' => 'Value',
+ 'book_value' => 'Núvirði',
'change' => 'In/Out',
- 'checkout_date' => 'Checkout Date',
- 'checkoutto' => 'Checked Out',
+ 'checkout_date' => 'Ráðstöfunardagsetning',
+ 'checkoutto' => 'Ráðstafað',
'diff' => 'Diff',
'dl_csv' => 'Download CSV',
'eol' => 'EOL',
'id' => 'ID',
- 'location' => 'Location',
- 'purchase_cost' => 'Cost',
- 'purchase_date' => 'Purchased',
- 'serial' => 'Serial',
- 'status' => 'Status',
- 'title' => 'Asset ',
+ 'location' => 'Staðsetning',
+ 'purchase_cost' => 'Innkaupsverð',
+ 'purchase_date' => 'Keypt',
+ 'serial' => 'Raðnúmer',
+ 'status' => 'Staða',
+ 'title' => 'Eign ',
'image' => 'Device Image',
'days_without_acceptance' => 'Days Without Acceptance',
- 'monthly_depreciation' => 'Monthly Depreciation'
+ 'monthly_depreciation' => 'Mánaðarlegar afskriftir'
);
diff --git a/resources/lang/is/admin/kits/general.php b/resources/lang/is/admin/kits/general.php
index b4f2d90ae1..03efe8e40a 100644
--- a/resources/lang/is/admin/kits/general.php
+++ b/resources/lang/is/admin/kits/general.php
@@ -1,14 +1,14 @@
'About Predefined Kits',
- 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
- 'checkout' => 'Checkout Kit ',
- 'create_success' => 'Kit was successfully created.',
- 'create' => 'Create Predefined Kit',
- 'update' => 'Update Predefined Kit',
- 'delete_success' => 'Kit was successfully deleted.',
- 'update_success' => 'Kit was successfully updated.',
+ '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. ',
diff --git a/resources/lang/is/admin/licenses/form.php b/resources/lang/is/admin/licenses/form.php
index ce29167874..025b775f74 100644
--- a/resources/lang/is/admin/licenses/form.php
+++ b/resources/lang/is/admin/licenses/form.php
@@ -2,13 +2,13 @@
return array(
- 'asset' => 'Asset',
- 'checkin' => 'Checkin',
- 'create' => 'Create License',
+ 'asset' => 'Eign',
+ 'checkin' => 'Skila',
+ 'create' => 'Skrá leyfi',
'expiration' => 'Expiration Date',
'license_key' => 'Product Key',
'maintained' => 'Maintained',
- 'name' => 'Software Name',
+ 'name' => 'Heiti hugbúnaðar',
'no_depreciation' => 'Do Not Depreciate',
'purchase_order' => 'Purchase Order Number',
'reassignable' => 'Reassignable',
@@ -17,6 +17,6 @@ return array(
'termination_date' => 'Termination Date',
'to_email' => 'Licensed to Email',
'to_name' => 'Licensed to Name',
- 'update' => 'Update License',
- 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+ '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.'
);
diff --git a/resources/lang/is/admin/licenses/general.php b/resources/lang/is/admin/licenses/general.php
index 25a536ec56..3b0ad387a3 100644
--- a/resources/lang/is/admin/licenses/general.php
+++ b/resources/lang/is/admin/licenses/general.php
@@ -1,21 +1,21 @@
'About Licenses',
+ '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' => 'Edit License',
+ 'edit' => 'Breyta leyfi',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
- 'clone' => 'Clone License',
+ 'clone' => 'Afrita leyfi',
'history_for' => 'History for ',
'in_out' => 'In/Out',
'info' => 'License Info',
'license_seats' => 'License Seats',
'seat' => 'Seat',
'seats' => 'Seats',
- 'software_licenses' => 'Software Licenses',
- 'user' => 'User',
- 'view' => 'View License',
+ 'software_licenses' => 'Hugbúnaðarleyfi',
+ 'user' => 'Notandi',
+ 'view' => 'Skoða leyfi',
);
diff --git a/resources/lang/is/admin/licenses/table.php b/resources/lang/is/admin/licenses/table.php
index dfce4136cb..99fc32320e 100644
--- a/resources/lang/is/admin/licenses/table.php
+++ b/resources/lang/is/admin/licenses/table.php
@@ -2,16 +2,16 @@
return array(
- 'assigned_to' => 'Assigned To',
+ 'assigned_to' => 'Úthlutað til',
'checkout' => 'In/Out',
'id' => 'ID',
'license_email' => 'License Email',
'license_name' => 'Licensed To',
- 'purchase_date' => 'Purchase Date',
- 'purchased' => 'Purchased',
+ 'purchase_date' => 'Innkaups dagsetning',
+ 'purchased' => 'Keypt',
'seats' => 'Seats',
- 'hardware' => 'Hardware',
- 'serial' => 'Serial',
- 'title' => 'License',
+ 'hardware' => 'Vélbúnaður',
+ 'serial' => 'Raðnúmer',
+ 'title' => 'Leyfi',
);
diff --git a/resources/lang/is/admin/locations/message.php b/resources/lang/is/admin/locations/message.php
index 3ba1eed3b6..5c21f6a30d 100644
--- a/resources/lang/is/admin/locations/message.php
+++ b/resources/lang/is/admin/locations/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
+ '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. ',
diff --git a/resources/lang/is/admin/locations/table.php b/resources/lang/is/admin/locations/table.php
index 1cbe540749..d211019a08 100644
--- a/resources/lang/is/admin/locations/table.php
+++ b/resources/lang/is/admin/locations/table.php
@@ -1,23 +1,23 @@
'About Locations',
- 'about_locations' => 'Locations are used to track location information for users, assets, and other items',
- 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
- 'assets_checkedout' => 'Assets Assigned',
+ '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' => 'ID',
- 'city' => 'City',
- 'state' => 'State',
- 'country' => 'Country',
- 'create' => 'Create Location',
- 'update' => 'Update Location',
+ 'city' => 'Borg',
+ 'state' => 'Fylki',
+ 'country' => 'Land',
+ 'create' => 'Skrá staðsetningu',
+ 'update' => 'Uppfæra staðsetningu',
'print_assigned' => 'Print Assigned',
'print_all_assigned' => 'Print All Assigned',
- 'name' => 'Location Name',
- 'address' => 'Address',
- 'zip' => 'Postal Code',
- 'locations' => 'Locations',
+ 'name' => 'Heiti staðsetningar',
+ 'address' => 'Heimilisfang',
+ 'zip' => 'Póstnúmer',
+ 'locations' => 'Staðsetningar',
'parent' => 'Parent',
- 'currency' => 'Location Currency',
+ 'currency' => 'Gjaldmiðill staðsetningar',
'ldap_ou' => 'LDAP Search OU',
);
diff --git a/resources/lang/is/admin/manufacturers/table.php b/resources/lang/is/admin/manufacturers/table.php
index 4e3ea9904d..b40b6ca4bf 100644
--- a/resources/lang/is/admin/manufacturers/table.php
+++ b/resources/lang/is/admin/manufacturers/table.php
@@ -1,12 +1,12 @@
'About manufacturers',
- 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
- 'asset_manufacturers' => 'Asset Manufacturers',
- 'create' => 'Create Manufacturer',
+ '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' => 'Name',
+ 'name' => 'Heiti',
'support_email' => 'Support Email',
'support_phone' => 'Support Phone',
'support_url' => 'Support URL',
diff --git a/resources/lang/is/admin/models/table.php b/resources/lang/is/admin/models/table.php
index 11a512b3d3..b2db9f34d3 100644
--- a/resources/lang/is/admin/models/table.php
+++ b/resources/lang/is/admin/models/table.php
@@ -7,7 +7,7 @@ return array(
'eol' => 'EOL',
'modelnumber' => 'Model No.',
'name' => 'Asset Model Name',
- 'numassets' => 'Assets',
+ 'numassets' => 'Eignir',
'title' => 'Asset Models',
'update' => 'Update Asset Model',
'view' => 'View Asset Model',
diff --git a/resources/lang/is/admin/reports/message.php b/resources/lang/is/admin/reports/message.php
index d4c8f8198f..f7516c5038 100644
--- a/resources/lang/is/admin/reports/message.php
+++ b/resources/lang/is/admin/reports/message.php
@@ -1,5 +1,5 @@
'You must select at least ONE option.'
+ 'error' => 'Þú verður að velja að minnsta kosti EINN valkost.'
);
diff --git a/resources/lang/is/admin/settings/general.php b/resources/lang/is/admin/settings/general.php
index e15162210e..ca50e5e323 100644
--- a/resources/lang/is/admin/settings/general.php
+++ b/resources/lang/is/admin/settings/general.php
@@ -2,44 +2,44 @@
return array(
'ad' => 'Active Directory',
- 'ad_domain' => 'Active Directory domain',
+ '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' => 'CC Email',
+ '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.',
- 'is_ad' => 'This is an Active Directory server',
- 'alert_email' => 'Send alerts to',
+ 'is_ad' => 'Þetta er Active Directory þjónn',
+ 'alert_email' => 'Senda viðvaranir á',
'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' => 'Audit Interval',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
+ 'audit_interval' => 'Tími milli úttekta',
+ 'audit_interval_help' => 'Ef þú þarft reglulega að framkvæmda efnislegar úttektir á eignunum þínum, skráðu þá hér þann tíma sem á að líða milli úttekta.',
'audit_warning_days' => 'Audit Warning Threshold',
- 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
+ '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 IDs',
- 'auto_increment_prefix' => 'Prefix (optional)',
+ 'auto_increment_prefix' => 'Forskeyti (valkvætt)',
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
- 'backups' => 'Backups',
- 'barcode_settings' => 'Barcode Settings',
+ 'backups' => 'Öryggisafrit',
+ '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' => 'Dashboard Message',
- 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
- 'default_currency' => 'Default Currency',
- 'default_eula_text' => 'Default EULA',
- 'default_language' => 'Default Language',
+ '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' => 'Display Checkout Date',
+ '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',
@@ -55,7 +55,7 @@ return array(
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
'general_settings' => 'General Settings',
- 'generate_backup' => 'Generate Backup',
+ 'generate_backup' => 'Búa til öryggisafrit',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
'label_logo' => 'Label Logo',
@@ -113,8 +113,8 @@ return array(
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
- 'per_page' => 'Results Per Page',
- 'php' => 'PHP Version',
+ 'per_page' => 'Niðurstöður á síðu',
+ 'php' => 'PHP útgáfa',
'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',
@@ -144,11 +144,11 @@ return array(
'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.',
- 'setting' => 'Setting',
- 'settings' => 'Settings',
+ 'setting' => 'Stilling',
+ 'settings' => 'Stillingar',
'show_alerts_in_menu' => 'Show alerts in top menu',
- 'show_archived_in_list' => 'Archived Assets',
- 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
+ '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',
@@ -189,7 +189,7 @@ return array(
'label_gutters' => 'Label spacing (inches)',
'page_dimensions' => 'Page dimensions (inches)',
'label_fields' => 'Label visible fields',
- 'inches' => 'inches',
+ 'inches' => 'tommur',
'width_w' => 'w',
'height_h' => 'h',
'show_url_in_emails' => 'Link to Snipe-IT in Emails',
@@ -197,7 +197,7 @@ return array(
'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' => 'Two Factor Authentication',
+ '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',
@@ -214,14 +214,14 @@ return array(
'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' => 'Require Signature',
+ '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' => 'left',
- 'right' => 'right',
+ 'left' => 'vinstri',
+ 'right' => 'hægri',
'top' => 'top',
'bottom' => 'bottom',
- 'vertical' => 'vertical',
- 'horizontal' => 'horizontal',
+ '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',
diff --git a/resources/lang/is/admin/settings/message.php b/resources/lang/is/admin/settings/message.php
index 736d5c3e9e..ddec32b480 100644
--- a/resources/lang/is/admin/settings/message.php
+++ b/resources/lang/is/admin/settings/message.php
@@ -9,9 +9,9 @@ return array(
),
'backup' => array(
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
- 'file_deleted' => 'The backup file was successfully deleted. ',
- 'generated' => 'A new backup file was successfully created.',
- 'file_not_found' => 'That backup file could not be found on the server.',
+ 'file_deleted' => 'Öryggisafritaskránni var eytt. ',
+ 'generated' => 'Ný öryggisafritaskrá var búin til.',
+ 'file_not_found' => 'Þessi öryggisafritaskrá finnst ekki á vefþjóninum.',
),
'purge' => array(
'error' => 'An error has occurred while purging. ',
diff --git a/resources/lang/is/admin/statuslabels/message.php b/resources/lang/is/admin/statuslabels/message.php
index 2937f84978..f80c30de16 100644
--- a/resources/lang/is/admin/statuslabels/message.php
+++ b/resources/lang/is/admin/statuslabels/message.php
@@ -23,10 +23,10 @@ return array(
),
'help' => array(
- 'undeployable' => 'These assets cannot be assigned to anyone.',
- 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
- 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
- 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
+ '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ð Í notkun.',
+ '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.',
),
);
diff --git a/resources/lang/is/admin/statuslabels/table.php b/resources/lang/is/admin/statuslabels/table.php
index 27befb5ef7..1741295201 100644
--- a/resources/lang/is/admin/statuslabels/table.php
+++ b/resources/lang/is/admin/statuslabels/table.php
@@ -2,18 +2,18 @@
return array(
'about' => 'About Status Labels',
- 'archived' => 'Archived',
+ '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' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived 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' => 'Pending',
- 'status_type' => 'Status Type',
- 'show_in_nav' => 'Show in side nav',
+ 'pending' => 'Á bið',
+ 'status_type' => 'Tegund stöðu',
+ 'show_in_nav' => 'Sýna í hliðarvalmynd',
'title' => 'Status Labels',
- 'undeployable' => 'Undeployable',
+ 'undeployable' => 'Ónothæfar',
'update' => 'Update Status Label',
);
diff --git a/resources/lang/is/admin/suppliers/message.php b/resources/lang/is/admin/suppliers/message.php
index cea332748f..5460f8eebf 100644
--- a/resources/lang/is/admin/suppliers/message.php
+++ b/resources/lang/is/admin/suppliers/message.php
@@ -2,11 +2,11 @@
return array(
- 'does_not_exist' => 'Supplier does not exist.',
+ 'does_not_exist' => 'Þessi birgir er ekki til.',
'create' => array(
- 'error' => 'Supplier was not created, please try again.',
+ 'error' => 'Þessi birgir var ekki skráður. Vinsamlegast reyndu aftur.',
'success' => 'Supplier created successfully.'
),
@@ -16,7 +16,7 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this supplier?',
+ '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. ',
diff --git a/resources/lang/is/admin/suppliers/table.php b/resources/lang/is/admin/suppliers/table.php
index 2a7b07ca93..7392f997ca 100644
--- a/resources/lang/is/admin/suppliers/table.php
+++ b/resources/lang/is/admin/suppliers/table.php
@@ -1,27 +1,27 @@
'About Suppliers',
- 'about_suppliers_text' => 'Suppliers are used to track the source of items',
- 'address' => 'Supplier Address',
- 'assets' => 'Assets',
- 'city' => 'City',
- 'contact' => 'Contact Name',
- 'country' => 'Country',
- 'create' => 'Create Supplier',
- 'email' => 'Email',
+ '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' => 'Licenses',
- 'name' => 'Supplier Name',
+ 'licenses' => 'Leyfi',
+ 'name' => 'Heiti birgja',
'notes' => 'Notes',
- 'phone' => 'Phone',
+ 'phone' => 'Sími',
'state' => 'State',
- 'suppliers' => 'Suppliers',
+ 'suppliers' => 'Birgjar',
'update' => 'Update Supplier',
'url' => 'URL',
- 'view' => 'View Supplier',
+ 'view' => 'Skoða birgja',
'view_assets_for' => 'View Assets for',
- 'zip' => 'Postal Code',
+ 'zip' => 'Póstnúmer',
);
diff --git a/resources/lang/is/admin/users/general.php b/resources/lang/is/admin/users/general.php
index ac4f652025..37593f089a 100644
--- a/resources/lang/is/admin/users/general.php
+++ b/resources/lang/is/admin/users/general.php
@@ -4,10 +4,10 @@
return array(
'activated_help_text' => 'This user can login',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
- 'assets_user' => 'Assets assigned to :name',
+ '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' => 'Assets currently checked out to this user',
+ 'current_assets' => 'Eignir sem ráðstafað hefur verið til þessa notanda',
'clone' => 'Clone User',
'contact_user' => 'Contact :name',
'edit' => 'Edit User',
@@ -21,7 +21,7 @@ return array(
'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' => 'View User :name',
- 'usercsv' => 'CSV file',
+ '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 ',
diff --git a/resources/lang/is/admin/users/message.php b/resources/lang/is/admin/users/message.php
index e517cd113b..027ec5bb58 100644
--- a/resources/lang/is/admin/users/message.php
+++ b/resources/lang/is/admin/users/message.php
@@ -2,7 +2,7 @@
return array(
- 'accepted' => 'You have successfully accepted this asset.',
+ '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!',
@@ -35,9 +35,9 @@ return array(
'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' => 'This asset has already been accepted.',
- 'accept_or_decline' => 'You must either accept or decline this asset.',
- 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
+ '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 Admin Settings > LDAP/AD
Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
Error from LDAP Server:',
diff --git a/resources/lang/is/admin/users/table.php b/resources/lang/is/admin/users/table.php
index 9bbe883e19..36781e9902 100644
--- a/resources/lang/is/admin/users/table.php
+++ b/resources/lang/is/admin/users/table.php
@@ -1,30 +1,30 @@
'Active',
+ 'activated' => 'Virkur',
'allow' => 'Allow',
- 'checkedout' => 'Assets',
+ 'checkedout' => 'Eignir',
'created_at' => 'Created',
'createuser' => 'Create User',
- 'deny' => 'Deny',
- 'email' => 'Email',
+ 'deny' => 'Hafna',
+ 'email' => 'Netfang',
'employee_num' => 'Employee No.',
'first_name' => 'First Name',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
'id' => 'Id',
'inherit' => 'Inherit',
- 'job' => 'Job Title',
+ 'job' => 'Starfsheiti',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
- 'location' => 'Location',
+ 'location' => 'Staðsetning',
'lock_passwords' => 'Login details cannot be changed on this installation.',
- 'manager' => 'Manager',
+ 'manager' => 'Yfirmaður',
'managed_locations' => 'Managed Locations',
'name' => 'Name',
'notes' => 'Notes',
- 'password_confirm' => 'Confirm Password',
- 'password' => 'Password',
- 'phone' => 'Phone',
+ 'password_confirm' => 'Staðfesta lykilorð',
+ 'password' => 'Lykilorð',
+ 'phone' => 'Símanúmer',
'show_current' => 'Show Current Users',
'show_deleted' => 'Show Deleted Users',
'title' => 'Title',
diff --git a/resources/lang/is/auth/general.php b/resources/lang/is/auth/general.php
index 33630310d4..a4df7f1b90 100644
--- a/resources/lang/is/auth/general.php
+++ b/resources/lang/is/auth/general.php
@@ -7,8 +7,9 @@ return [
'saml_login' => 'Login via SAML',
'login' => 'Login',
'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ '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 username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
];
diff --git a/resources/lang/is/general.php b/resources/lang/is/general.php
index e40e5cf01c..949da67848 100644
--- a/resources/lang/is/general.php
+++ b/resources/lang/is/general.php
@@ -16,19 +16,19 @@
'archived' => 'Geymt',
'asset_models' => 'Asset Models',
'asset_model' => 'Tegund',
- 'asset' => 'Asset',
- 'asset_report' => 'Asset Report',
+ 'asset' => 'Eign',
+ 'asset_report' => 'Eignaskýrsla',
'asset_tag' => 'Asset Tag',
- 'assets_available' => 'assets available',
- 'audit' => 'Audit',
- 'audit_report' => 'Audit Log',
- 'assets' => 'Assets',
+ 'assets_available' => 'tiltækar eignir',
+ 'audit' => 'Úttekt',
+ 'audit_report' => 'Úttektarsaga',
+ 'assets' => 'Eignir',
'avatar_delete' => 'Delete Avatar',
'avatar_upload' => 'Upload Avatar',
- 'back' => 'Back',
+ 'back' => 'Til baka',
'bad_data' => 'Nothing found. Maybe bad data?',
'bulkaudit' => 'Bulk Audit',
- 'bulkaudit_status' => 'Audit Status',
+ 'bulkaudit_status' => 'Staða úttektar',
'bulk_checkout' => 'Bulk Checkout',
'bystatus' => 'by Status',
'cancel' => 'Hætta við',
@@ -40,9 +40,9 @@
'checkin' => 'Skrá inn',
'checkin_from' => 'Skráningarform',
'checkout' => 'Skrá út',
- 'checkouts_count' => 'Checkouts',
- 'checkins_count' => 'Checkins',
- 'user_requests_count' => 'Requests',
+ 'checkouts_count' => 'Ráðstafanir',
+ 'checkins_count' => 'Skil',
+ 'user_requests_count' => 'Beiðnir',
'city' => 'Borg',
'click_here' => 'Smelltu hér',
'clear_selection' => 'Hreinsa val',
@@ -52,22 +52,22 @@
'components' => 'Einingar',
'complete' => 'Lokið',
'consumable' => 'Consumable',
- 'consumables' => 'Consumables',
- 'country' => 'Country',
+ 'consumables' => 'Rekstrarvörur',
+ 'country' => 'Land',
'create' => 'Create New',
'created' => 'Item Created',
- 'created_asset' => 'created asset',
+ 'created_asset' => 'skráði eign',
'created_at' => 'Created at',
'record_created' => 'Record Created',
'updated_at' => 'Updated at',
'currency' => '$', // this is deprecated
'current' => 'Current',
'custom_report' => 'Custom Asset Report',
- 'dashboard' => 'Dashboard',
- 'days' => 'days',
- 'days_to_next_audit' => 'Days to Next Audit',
+ 'dashboard' => 'Stjórnborð',
+ 'days' => 'dagar',
+ 'days_to_next_audit' => 'Dagar fram að næstu úttekt',
'date' => 'Date',
- 'debug_warning' => 'Warning!',
+ '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 APP_DEBUG
value in your .env
file to false
.',
'delete' => 'Delete',
'delete_confirm' => 'Are you sure you wish to delete :item?',
@@ -75,12 +75,12 @@
'delete_seats' => 'Deleted Seats',
'departments' => 'Departments',
'department' => 'Department',
- 'deployed' => 'Deployed',
+ 'deployed' => 'Í notkun',
'depreciation_report' => 'Depreciation Report',
'details' => 'Details',
'download' => 'Download',
'download_all' => 'Download All',
- 'depreciation' => 'Depreciation',
+ 'depreciation' => 'Fyrning',
'editprofile' => 'Edit Your Profile',
'eol' => 'Lok línu',
'email_domain' => 'Lén tölvupósts',
@@ -99,17 +99,17 @@
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
- 'file_name' => 'File',
- 'file_type' => 'File Type',
+ 'file_name' => 'Skrá',
+ 'file_type' => 'Skráartegund',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
'github_markdown' => 'This field accepts Github flavored markdown.',
- 'groups' => 'Groups',
+ 'groups' => 'Hópar',
'gravatar_email' => 'Gravatar Email Address',
'history' => 'History',
'history_for' => 'History for',
'id' => 'ID',
- 'image' => 'Image',
+ 'image' => 'Mynd',
'image_delete' => 'Eyða mynd',
'image_upload' => 'Hlaða upp mynd',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
@@ -117,12 +117,12 @@
'importing' => 'Importing',
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
'import-history' => 'Saga innflutninga',
- 'asset_maintenance' => 'Asset Maintenance',
- 'asset_maintenance_report' => 'Asset Maintenance Report',
- 'asset_maintenances' => 'Asset Maintenances',
+ 'asset_maintenance' => 'Viðhald eignar',
+ 'asset_maintenance_report' => 'Viðhaldsskýrsla eignar',
+ 'asset_maintenances' => 'Viðhaldssaga eignar',
'item' => 'Item',
- 'insufficient_permissions' => 'Insufficient permissions!',
- 'kits' => 'Predefined Kits',
+ 'insufficient_permissions' => 'Ónægar aðgangsheimildir!',
+ 'kits' => 'Útbúnaðarlistar',
'language' => 'Tungumál',
'last' => 'Síðasta',
'last_login' => 'Siðasta innskráning',
@@ -139,31 +139,31 @@
'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' => 'Lookup by Asset Tag',
+ 'lookup_by_tag' => 'Leita eftir merki eignar',
'maintenances' => 'Viðhald',
'manufacturer' => 'Framleiðandi',
- 'manufacturers' => 'Manufacturers',
+ 'manufacturers' => 'Framleiðendur',
'markdown' => 'This field allows Github flavored markdown.',
'min_amt' => 'Min. QTY',
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
'model_no' => 'Model No.',
- 'months' => 'months',
- 'moreinfo' => 'More Info',
- 'name' => 'Name',
+ 'months' => 'mánuðir',
+ 'moreinfo' => 'Nánar',
+ 'name' => 'Heiti',
'next' => 'Next',
- 'next_audit_date' => 'Next Audit Date',
- 'last_audit' => 'Last Audit',
+ 'next_audit_date' => 'Dagsetning næstu úttektar',
+ 'last_audit' => 'Síðasta úttekt',
'new' => 'new!',
'no_depreciation' => 'No Depreciation',
'no_results' => 'No Results.',
'no' => 'No',
'notes' => 'Notes',
'order_number' => 'Order Number',
- 'page_menu' => 'Showing _MENU_ items',
- 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
- 'pending' => 'Pending',
+ 'page_menu' => 'Sýni _MENU_ atriði',
+ 'pagination_info' => 'Sýni atriði _START_ til _END_ af alls _TOTAL_ atriðum',
+ 'pending' => 'Á bið',
'people' => 'People',
- 'per_page' => 'Results Per Page',
+ 'per_page' => 'Niðurstöður á síðu',
'previous' => 'Fyrri',
'processing' => 'Vinnsla',
'profile' => 'Þinn prófíll',
@@ -211,39 +211,39 @@
'submit' => 'Staðfesta',
'target' => 'Merking',
'time_and_date_display' => 'Birta tíma og dagsetningu',
- 'total_assets' => 'total assets',
+ 'total_assets' => 'skráðar eignir',
'total_licenses' => 'total licenses',
'total_accessories' => 'total accessories',
- 'total_consumables' => 'total consumables',
+ 'total_consumables' => 'rekstrarvörur',
'type' => 'Type',
- 'undeployable' => 'Un-deployable',
+ 'undeployable' => 'Ónothæfar',
'unknown_admin' => 'Unknown Admin',
'username_format' => 'Username Format',
'update' => 'Update',
'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' => 'User',
- 'accepted' => 'accepted',
- 'declined' => 'declined',
+ 'user' => 'Notandi',
+ 'accepted' => 'samþykkt',
+ 'declined' => 'hafnað',
'unaccepted_asset_report' => 'Unaccepted Assets',
'users' => 'Users',
'viewall' => 'View All',
'viewassets' => 'View Assigned Assets',
- 'website' => 'Website',
- 'welcome' => 'Welcome, :name',
- 'years' => 'years',
- 'yes' => 'Yes',
- 'zip' => 'Zip',
+ 'website' => 'Vefsíða',
+ 'welcome' => 'Velkomin(n), :name',
+ 'years' => 'ár',
+ 'yes' => 'Já',
+ 'zip' => 'Póstnúmer',
'noimage' => 'No image uploaded or image not found.',
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Login Enabled',
- 'audit_due' => 'Due for Audit',
- 'audit_overdue' => 'Overdue for Audit',
+ 'audit_due' => 'Komið að úttekt',
+ 'audit_overdue' => 'Úttekt á eftir áætlun',
'accept' => 'Accept :asset',
- 'i_accept' => 'I accept',
- 'i_decline' => 'I decline',
+ 'i_accept' => 'Ég samþykki',
+ 'i_decline' => 'Ég hafna',
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
- 'clear_signature' => 'Clear Signature',
+ 'clear_signature' => 'Hreinsa undirskrift',
'show_help' => 'Show help',
'hide_help' => 'Hide help',
];
diff --git a/resources/lang/is/help.php b/resources/lang/is/help.php
index 4cb2354f89..b6cc21e4ad 100644
--- a/resources/lang/is/help.php
+++ b/resources/lang/is/help.php
@@ -17,7 +17,7 @@ return array(
"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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
- 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+ '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.',
@@ -27,9 +27,9 @@ return array(
'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
+ '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' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'depreciations' => 'Þú getur búið til mismunandi fyrningarflokka til að afskrifa eignir eftir línulegu afskriftarferli.',
diff --git a/resources/lang/is/mail.php b/resources/lang/is/mail.php
index 65236a0b8a..bf3c8fca17 100644
--- a/resources/lang/is/mail.php
+++ b/resources/lang/is/mail.php
@@ -6,12 +6,12 @@ return array(
'accessory_name' => 'Accessory Name:',
'additional_notes' => 'Additional Notes:',
'admin_has_created' => 'An administrator has created an account for you on the :web website.',
- 'asset' => 'Asset:',
- 'asset_name' => 'Asset Name:',
+ 'asset' => 'Eign:',
+ 'asset_name' => 'Heiti eignar:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
- 'best_regards' => 'Best regards,',
+ 'best_regards' => 'Með kveðju,',
'canceled' => 'Canceled:',
'checkin_date' => 'Checkin Date:',
'checkout_date' => 'Checkout Date:',
@@ -25,14 +25,14 @@ return array(
'Confirm_asset_delivery' => 'Asset delivery confirmation',
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
'current_QTY' => 'Current QTY',
- 'Days' => 'Days',
- 'days' => 'Days',
+ 'Days' => 'Dagar',
+ 'days' => 'Dagar',
'expecting_checkin_date' => 'Expected Checkin Date:',
'expires' => 'Expires',
'Expiring_Assets_Report' => 'Expiring Assets Report.',
'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
- 'hello' => 'Hello',
- 'hi' => 'Hi',
+ 'hello' => 'Halló',
+ 'hi' => 'Hæ',
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
'item' => 'Item:',
'Item_Request_Canceled' => 'Item Request Canceled',
@@ -40,7 +40,7 @@ return array(
'link_to_update_password' => 'Please click on the following link to update your :web password:',
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
- 'Low_Inventory_Report' => 'Low Inventory Report',
+ 'Low_Inventory_Report' => 'Skýrsla um lága birgðastöðu',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -53,8 +53,8 @@ return array(
'requested' => 'Requested:',
'reset_link' => 'Your Password Reset Link',
'reset_password' => 'Click here to reset your password:',
- 'serial' => 'Serial',
- 'supplier' => 'Supplier',
+ 'serial' => 'Raðnúmer',
+ '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 :)',
@@ -76,5 +76,5 @@ return array(
'Expected_Checkin_Report' => 'Expected asset checkin report',
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
- 'your_assets' => 'View Your Assets'
+ 'your_assets' => 'Skoða þínar eignir'
);
diff --git a/resources/lang/is/pagination.php b/resources/lang/is/pagination.php
index b573b51e91..4033984e92 100644
--- a/resources/lang/is/pagination.php
+++ b/resources/lang/is/pagination.php
@@ -13,8 +13,8 @@ return array(
|
*/
- 'previous' => '« Previous',
+ 'previous' => '« Fyrri',
- 'next' => 'Next »',
+ 'next' => 'Næsta »',
);
diff --git a/resources/lang/is/table.php b/resources/lang/is/table.php
index f7a49d86c1..38ad9911a0 100644
--- a/resources/lang/is/table.php
+++ b/resources/lang/is/table.php
@@ -2,9 +2,9 @@
return array(
- 'actions' => 'Actions',
- 'action' => 'Action',
- 'by' => 'By',
- 'item' => 'Item',
+ 'actions' => 'Aðgerðir',
+ 'action' => 'Aðgerð',
+ 'by' => 'Eftir',
+ 'item' => 'Atriði',
);
diff --git a/resources/lang/is/validation.php b/resources/lang/is/validation.php
index 23116776e3..712d10fad2 100644
--- a/resources/lang/is/validation.php
+++ b/resources/lang/is/validation.php
@@ -40,15 +40,15 @@ return array(
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute format is invalid.',
'exists' => 'The selected :attribute is invalid.',
- 'file' => 'The :attribute must be a file.',
+ 'file' => ':attribute verður að vera skrá.',
'filled' => 'The :attribute field must have a value.',
- 'image' => 'The :attribute must be an image.',
+ 'image' => ':attribute verður að vera mynd.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
- 'ipv4' => 'The :attribute must be a valid IPv4 address.',
- 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ '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.',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
@@ -65,7 +65,7 @@ return array(
'array' => 'The :attribute must have at least :min items.',
],
'not_in' => 'The selected :attribute is invalid.',
- 'numeric' => 'The :attribute must be a number.',
+ '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.',
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
@@ -117,7 +118,7 @@ return array(
'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' => 'That password is too common.',
+ 'dumbpwd' => 'Þetta lykilorð er of algengt.',
"statuslabel_type" => "You must select a valid status label type",
],
diff --git a/resources/lang/it/admin/locations/table.php b/resources/lang/it/admin/locations/table.php
index 18a65a0a86..8fe24b5865 100644
--- a/resources/lang/it/admin/locations/table.php
+++ b/resources/lang/it/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Paese',
'create' => 'Crea Posizione',
'update' => 'Aggiorna Posizione',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Stampa assegnazione',
+ 'print_all_assigned' => 'Stampa tutte le assegnazioni',
'name' => 'Nome Posizione',
'address' => 'Indirizzo',
'zip' => 'Codice Postale',
diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php
index 169929aec5..b6bf4b32bf 100644
--- a/resources/lang/it/admin/settings/general.php
+++ b/resources/lang/it/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Avvisi Attivati',
'alert_interval' => 'Soglia di avviso di scadenza (in giorni)',
'alert_inv_threshold' => 'Soglia di avviso di inventario',
- '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.' ,
+ 'allow_user_skin' => 'Consenti tema utente',
+ 'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia utente con uno diverso.' ,
'asset_ids' => 'ID Bene',
'audit_interval' => 'Intervallo di controllo',
'audit_interval_help' => 'Se sei tenuto a controllare regolarmente le risorse, inserisci l\'intervallo in mesi.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Usa TLS',
'ldap_tls_help' => 'Questo dovrebbe essere controllato solo se si esegue STARTTLS sul server LDAP.',
'ldap_uname' => 'Nome utente LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Dipartimento LDAP',
+ 'ldap_phone' => 'Numero di Telefono LDAP',
+ 'ldap_jobtitle' => 'Titolo professionale LDAP',
+ 'ldap_country' => 'Nazione LDAP',
'ldap_pword' => 'Password LDAP',
'ldap_basedn' => 'DN Base',
'ldap_filter' => 'Filtro LDAP',
@@ -89,7 +89,7 @@ return array(
'ldap_auth_filter_query' => 'Query di Autenticazione LDAP',
'ldap_version' => 'Versione LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
- 'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_activated_flag_help' => 'Questo flag è usato per determinare se un utente può accedere a Snipe-IT e non influisce sulla capacità di assegnare o revocare oggetti a questi.',
'ldap_emp_num' => 'ID impiegato LDAP',
'ldap_email' => 'Email LDAP',
'license' => 'Licenza software',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
'saml_sp_x509cert' => 'Certificato',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'URL metadati',
'saml_idp_metadata' => 'SAML IdP Metadata',
'saml_idp_metadata_help' => 'È possibile specificare i metadati IdP utilizzando un file URL o XML.',
'saml_attr_mapping_username' => 'Mappatura Attributi - Username',
diff --git a/resources/lang/it/auth/general.php b/resources/lang/it/auth/general.php
index 2629ef875f..d4d75d8750 100644
--- a/resources/lang/it/auth/general.php
+++ b/resources/lang/it/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Accedi',
'login_prompt' => 'Per favore accedi',
'forgot_password' => 'Password dimenticata',
+ 'ldap_reset_password' => 'Clicca qui per reimpostare la tua password LDAP',
'remember_me' => 'Ricordami',
'username_help_top' => 'Inserisci il tuo nome utente per ricevere via email il link per reimpostare la password.',
'username_help_bottom' => 'Il tuo nome utente e indirizzo email possono essere gli stessi, ma potrebbe non essere così a seconda della tua configurazione. Se non riesci a ricordare il tuo nome utente, contatta l\'amministratore.
I nomi utente senza un indirizzo email associato non potranno ricevere via email il link di reimpostazione della password. ',
diff --git a/resources/lang/it/mail.php b/resources/lang/it/mail.php
index 271a4f99da..5a3c884d6a 100644
--- a/resources/lang/it/mail.php
+++ b/resources/lang/it/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Bene:',
'asset_name' => 'Nome del bene:',
'asset_requested' => 'Bene richiesto',
- 'asset_tag' => 'Tag del bene:',
+ 'asset_tag' => 'Etichetta del bene',
'assigned_to' => 'Assegnato a',
'best_regards' => 'Cordiali saluti,',
'canceled' => 'Cancellato:',
@@ -72,8 +72,8 @@ return array(
'Accessory_Checkin_Notification' => 'Checkin accessorio avvenuto',
'Asset_Checkin_Notification' => 'Checkin asset avvenuto',
'License_Checkin_Notification' => 'Checkin licenza avvenuto',
- 'Expected_Checkin_Report' => 'Expected asset checkin report',
- 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
+ 'Expected_Checkin_Report' => 'Rapporto restituzione attesa del bene',
+ 'Expected_Checkin_Notification' => 'Promemoria: scadenza riconsegna :name in avvicinamento',
'Expected_Checkin_Date' => 'Un asset assegnato a te deve essere ricontrollato il :date',
'your_assets' => 'Visualizza i tuoi assets'
);
diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php
index 0144d52016..6ca4512783 100644
--- a/resources/lang/it/validation.php
+++ b/resources/lang/it/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'L\'attributo: non è riuscito a caricare.',
'url' => 'Il formato dell\' :attribute è invalido.',
"unique_undeleted" => "L'attributo deve essere univoco.",
+ "non_circular" => ":attribute non deve creare un riferimento circolare.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/iu/auth/general.php b/resources/lang/iu/auth/general.php
index 33630310d4..78b6780927 100644
--- a/resources/lang/iu/auth/general.php
+++ b/resources/lang/iu/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/iu/mail.php b/resources/lang/iu/mail.php
index 65236a0b8a..c34123ed74 100644
--- a/resources/lang/iu/mail.php
+++ b/resources/lang/iu/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,',
'canceled' => 'Canceled:',
diff --git a/resources/lang/iu/validation.php b/resources/lang/iu/validation.php
index 23116776e3..4ece7d41c7 100644
--- a/resources/lang/iu/validation.php
+++ b/resources/lang/iu/validation.php
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ja/admin/locations/table.php b/resources/lang/ja/admin/locations/table.php
index 912b43aa97..fce81839b4 100644
--- a/resources/lang/ja/admin/locations/table.php
+++ b/resources/lang/ja/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => '国',
'create' => '所在地を作成',
'update' => '所在地を更新',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => '割り当て先を印刷',
+ 'print_all_assigned' => '割り当て先をすべて印刷',
'name' => 'ロケーション名',
'address' => '住所',
'zip' => '郵便番号',
diff --git a/resources/lang/ja/auth/general.php b/resources/lang/ja/auth/general.php
index 07ead90edc..62a9b5a2a8 100644
--- a/resources/lang/ja/auth/general.php
+++ b/resources/lang/ja/auth/general.php
@@ -8,8 +8,9 @@ return [
'login' => 'ログイン',
'login_prompt' => 'ログインしてください。',
'forgot_password' => 'パスワードを忘れました',
+ 'ldap_reset_password' => 'LDAPパスワードをリセットするにはここをクリックしてください',
'remember_me' => 'ログイン状態を維持する',
- 'username_help_top' => 'Enter your username to be emailed a password reset link.',
+ 'username_help_top' => 'パスワードリセットリンクを送信する対象の ユーザー名 を入力してください。',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
];
diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php
index dde18f963a..bd36d45af0 100644
--- a/resources/lang/ja/general.php
+++ b/resources/lang/ja/general.php
@@ -112,7 +112,7 @@
'image' => '画像',
'image_delete' => '画像を削除',
'image_upload' => '画像をアップロード',
- 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'image_filetypes_help' => '使用できるファイルはjpg、png、gif、svgです。許可される最大ファイルサイズは:size です。',
'import' => 'インポート',
'importing' => 'インポートしています',
'importing_help' => 'アセット、アクセサリ、ライセンス、コンポーネント、消耗品、およびユーザーをCSVファイルからインポートできます。
CSVは、ドキュメント のサンプルCSVに一致するヘッダーでカンマ区切りでフォーマットする必要があります。',
@@ -220,7 +220,7 @@
'unknown_admin' => '不明な管理者',
'username_format' => 'ユーザー名の書式',
'update' => '更新',
- '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.',
+ 'upload_filetypes_help' => '使用できるファイルは、png、gif、jpg、jpeg、doc、docx、pdf、xls、txt、lic、zip、およびrarです。許可される最大ファイルサイズは:sizeです。',
'uploaded' => 'アップロード完了',
'user' => '利用者',
'accepted' => '承認済',
@@ -244,6 +244,6 @@
'i_decline' => 'I decline',
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
'clear_signature' => 'Clear Signature',
- 'show_help' => 'Show help',
- 'hide_help' => 'Hide help',
+ 'show_help' => 'ヘルプを表示',
+ 'hide_help' => 'ヘルプを非表示',
];
diff --git a/resources/lang/ja/mail.php b/resources/lang/ja/mail.php
index b09c325f26..297dfbb411 100644
--- a/resources/lang/ja/mail.php
+++ b/resources/lang/ja/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => '資産:',
'asset_name' => '資産名:',
'asset_requested' => '資産リクエスト',
- 'asset_tag' => '資産タグ:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => '割り当て先',
'best_regards' => '敬具',
'canceled' => 'キャンセル済:',
@@ -75,5 +75,5 @@ return array(
'Expected_Checkin_Report' => 'Expected asset checkin report',
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
- 'your_assets' => 'View Your Assets'
+ 'your_assets' => 'あなたの資産を表示'
);
diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php
index 7e986648fb..73ef0a577f 100644
--- a/resources/lang/ja/validation.php
+++ b/resources/lang/ja/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute のアップロードに失敗しました。',
'url' => ':attribute フォーマットが不正です。',
"unique_undeleted" => ":attribute は 一意の値である必要があります。",
+ "non_circular" => ":attribute は、循環参照を作成してはいけません。",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ko/auth/general.php b/resources/lang/ko/auth/general.php
index 201400a61d..83c071332c 100644
--- a/resources/lang/ko/auth/general.php
+++ b/resources/lang/ko/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => '로그인',
'login_prompt' => '로그인해주십시오',
'forgot_password' => '비밀번호 분실했습니다',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => '자동 로그인',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ko/mail.php b/resources/lang/ko/mail.php
index fbc5770ec0..edcecf6e71 100644
--- a/resources/lang/ko/mail.php
+++ b/resources/lang/ko/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => '자산:',
'asset_name' => '자산명:',
'asset_requested' => '자산 요청',
- 'asset_tag' => '자산 태그:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => '할당',
'best_regards' => '감사합니다,',
'canceled' => '취소됨',
diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php
index 27ad00d13b..dfb0460746 100644
--- a/resources/lang/ko/validation.php
+++ b/resources/lang/ko/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute는 업로드 하지 못했습니다.',
'url' => ':attribute 형식이 부정확 합니다.',
"unique_undeleted" => ":attribute 는 고유의 값만 가져야 합니다.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/lt/auth/general.php b/resources/lang/lt/auth/general.php
index defd358212..ad4c9f350f 100644
--- a/resources/lang/lt/auth/general.php
+++ b/resources/lang/lt/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Prisijungimas',
'login_prompt' => 'Prašome prisijungti',
'forgot_password' => 'Aš pamiršau savo slaptažodį',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Prisiminti mane',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/lt/mail.php b/resources/lang/lt/mail.php
index 6d6d21dcde..4ea7959f76 100644
--- a/resources/lang/lt/mail.php
+++ b/resources/lang/lt/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Įranga:',
'asset_name' => 'Įrangos pavadinimas:',
'asset_requested' => 'Užklausta įranga',
- 'asset_tag' => 'Įrangos nr:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Priskirtas',
'best_regards' => 'pagarbiai,',
'canceled' => 'Atšauktas:',
diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php
index f06df80533..b78a2558e5 100644
--- a/resources/lang/lt/validation.php
+++ b/resources/lang/lt/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Nepavyko įkelti atributo.',
'url' => ':attribute formatas neteisingas.',
"unique_undeleted" => ":attribute turi būti unikalus.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/lv/auth/general.php b/resources/lang/lv/auth/general.php
index f80e1043e9..5413b2b409 100644
--- a/resources/lang/lv/auth/general.php
+++ b/resources/lang/lv/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Pieslēgties',
'login_prompt' => 'Lūdzu, piesakieties',
'forgot_password' => 'Es aizmirsu savu paroli',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Atceries mani',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/lv/mail.php b/resources/lang/lv/mail.php
index 752ad43d41..aca6ee4060 100644
--- a/resources/lang/lv/mail.php
+++ b/resources/lang/lv/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Aktīvs:',
'asset_name' => 'Aktīvu nosaukums:',
'asset_requested' => 'Aktīvs pieprasīts',
- 'asset_tag' => 'Aktīvu tags:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Piešķirts',
'best_regards' => 'Ar laba vēlējumiem,',
'canceled' => 'Atcelts:',
diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php
index 7370737a3b..c01246dc07 100644
--- a/resources/lang/lv/validation.php
+++ b/resources/lang/lv/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribūts neizdevās augšupielādēt.',
'url' => 'Atribūta formāts nav derīgs.',
"unique_undeleted" => ":attribute jābūt unikālam.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/mi/auth/general.php b/resources/lang/mi/auth/general.php
index e8e0751fee..73638318c6 100644
--- a/resources/lang/mi/auth/general.php
+++ b/resources/lang/mi/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Whakauru',
'login_prompt' => 'Koa Takiuru',
'forgot_password' => 'Kua wareware ahau ki taku kupuhipa',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Kia mahara ki ahau',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/mi/mail.php b/resources/lang/mi/mail.php
index 9a04a0e635..d570bbb071 100644
--- a/resources/lang/mi/mail.php
+++ b/resources/lang/mi/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Tahua:',
'asset_name' => 'Ingoa Ahua:',
'asset_requested' => 'Ka tonohia te taonga',
- 'asset_tag' => 'Tae Tūemi:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Tohua Ki To',
'best_regards' => 'Ko nga whakaaro pai,',
'canceled' => 'Kua whakakorehia:',
diff --git a/resources/lang/mi/validation.php b/resources/lang/mi/validation.php
index d303b59f87..ec60b54ad6 100644
--- a/resources/lang/mi/validation.php
+++ b/resources/lang/mi/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Ko te: ko te huanga i rahua te tuku.',
'url' => 'Ko te: ko te hōputu huanga he muhu.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/mk/auth/general.php b/resources/lang/mk/auth/general.php
index 78d4e3ed4e..00703529fd 100644
--- a/resources/lang/mk/auth/general.php
+++ b/resources/lang/mk/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Најава',
'login_prompt' => 'Ве молиме најавете се',
'forgot_password' => 'Ја заборавив мојата лозинка',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Запомни ме',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/mk/mail.php b/resources/lang/mk/mail.php
index b9b195b96e..39544f5265 100644
--- a/resources/lang/mk/mail.php
+++ b/resources/lang/mk/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Основно средство:',
'asset_name' => 'Име на основното средство:',
'asset_requested' => 'Бараното основно средство',
- 'asset_tag' => 'Код на основното средство:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Задолжен на',
'best_regards' => 'Со почит,',
'canceled' => 'Откажано:',
diff --git a/resources/lang/mk/validation.php b/resources/lang/mk/validation.php
index 1db44371b6..49a5d02be3 100644
--- a/resources/lang/mk/validation.php
+++ b/resources/lang/mk/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute не е прикачен.',
'url' => 'Форматот на :attribute не е валиден.',
"unique_undeleted" => ":attribute мора да биде уникатен.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ml-IN/auth/general.php b/resources/lang/ml-IN/auth/general.php
index 33630310d4..78b6780927 100644
--- a/resources/lang/ml-IN/auth/general.php
+++ b/resources/lang/ml-IN/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ml-IN/mail.php b/resources/lang/ml-IN/mail.php
index 65236a0b8a..c34123ed74 100644
--- a/resources/lang/ml-IN/mail.php
+++ b/resources/lang/ml-IN/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,',
'canceled' => 'Canceled:',
diff --git a/resources/lang/ml-IN/validation.php b/resources/lang/ml-IN/validation.php
index 23116776e3..4ece7d41c7 100644
--- a/resources/lang/ml-IN/validation.php
+++ b/resources/lang/ml-IN/validation.php
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/mn/auth/general.php b/resources/lang/mn/auth/general.php
index 302c9e309d..a58bb78492 100644
--- a/resources/lang/mn/auth/general.php
+++ b/resources/lang/mn/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Нэвтрэх',
'login_prompt' => 'Нэвтэрнэ үү',
'forgot_password' => 'Нууц үгээ мартсан',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Намайг сана',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/mn/mail.php b/resources/lang/mn/mail.php
index ca4e8eff96..838b4d1f82 100644
--- a/resources/lang/mn/mail.php
+++ b/resources/lang/mn/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Актив:',
'asset_name' => 'Хөрөнгийн нэр:',
'asset_requested' => 'Хөрөнгө хүссэн',
- 'asset_tag' => 'Хөрөнгийн тэмдэг:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Томилогдсон',
'best_regards' => 'Хамгийн сайн нь,',
'canceled' => 'Цуцалсан:',
diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php
index 6bd7c1e690..b5064cdcdd 100644
--- a/resources/lang/mn/validation.php
+++ b/resources/lang/mn/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Үүнд: атрибут байршуулах боломжгүй байна.',
'url' => 'Агуулга формат буруу байна.',
"unique_undeleted" => ":attribute дахин давтагдашгүй байх ёстой.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ms/auth/general.php b/resources/lang/ms/auth/general.php
index 1a6a77f89c..c344377fb3 100644
--- a/resources/lang/ms/auth/general.php
+++ b/resources/lang/ms/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Log masuk',
'login_prompt' => 'Sila daftar masuk',
'forgot_password' => 'Saya terlupa kata laluan saya',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Ingat saya',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ms/mail.php b/resources/lang/ms/mail.php
index 29c3bf7365..150d94a413 100644
--- a/resources/lang/ms/mail.php
+++ b/resources/lang/ms/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Aset:',
'asset_name' => 'Nama Aset:',
'asset_requested' => 'Aset diminta',
- 'asset_tag' => 'Tag Aset:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Ditugaskan untuk',
'best_regards' => 'Selamat sejahtera,',
'canceled' => 'Dibatalkan:',
diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php
index 9f4f294f77..69be2c2e05 100644
--- a/resources/lang/ms/validation.php
+++ b/resources/lang/ms/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'The: attribute gagal untuk dimuat naik.',
'url' => ':attribute format tidak sah.',
"unique_undeleted" => ":attribute mesti unik.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/nl/admin/locations/table.php b/resources/lang/nl/admin/locations/table.php
index b9d64f92f6..75830fbd02 100644
--- a/resources/lang/nl/admin/locations/table.php
+++ b/resources/lang/nl/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Land',
'create' => 'Locatie aanmaken',
'update' => 'Locatie bijwerken',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Print wat toegewezen is',
+ 'print_all_assigned' => 'Print alles wat toegewezen is',
'name' => 'Locatie naam',
'address' => 'Adres',
'zip' => 'Postcode',
diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php
index 134cb0064d..ec23d09774 100644
--- a/resources/lang/nl/admin/settings/general.php
+++ b/resources/lang/nl/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Meldingen ingeschakeld',
'alert_interval' => 'Drempel verlopende meldingen (in dagen)',
'alert_inv_threshold' => 'Inventaris melding drempel',
- '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.' ,
+ 'allow_user_skin' => 'Gebruikers skin toestaan',
+ 'allow_user_skin_help_text' => 'Door dit selectievakje aan te vinken, kan een gebruiker de skin van de gebruikersinterface met een andere overschrijven.' ,
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Interval audit',
'audit_interval_help' => 'Als je verplicht bent om regelmatig je assets te controleren, voer dan de interval in maanden in.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'TLS gebruiken',
'ldap_tls_help' => 'Dit moet alleen ingeschakeld worden als je STARTTLS op je LDAP server gebruikt. ',
'ldap_uname' => 'LDAP Bind gebruikersnaam',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP afdeling',
+ 'ldap_phone' => 'LDAP telefoonnummer',
+ 'ldap_jobtitle' => 'LDAP functie titel',
+ 'ldap_country' => 'LDAP Land',
'ldap_pword' => 'LDAP Bind wachtwoord',
'ldap_basedn' => 'Basis Bind DN',
'ldap_filter' => 'LDAP filter',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
'saml_sp_sls_url' => 'URL voor eenmalige uitloggen (SLS)',
'saml_sp_x509cert' => 'Openbaar certificaat',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'Metagegevens URL',
'saml_idp_metadata' => 'SAML IdP Metadata',
'saml_idp_metadata_help' => 'U kunt de IdP metadata opgeven met behulp van een URL of XML bestand.',
'saml_attr_mapping_username' => 'Attribuuttoewijzing - Gebruikersnaam',
diff --git a/resources/lang/nl/auth/general.php b/resources/lang/nl/auth/general.php
index 6cf9a7f038..75158573a7 100644
--- a/resources/lang/nl/auth/general.php
+++ b/resources/lang/nl/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Inloggen',
'login_prompt' => 'Graag inloggen',
'forgot_password' => 'Ik ben mijn wachtwoord vergeten',
+ 'ldap_reset_password' => 'Klik hier om je LDAP-wachtwoord opnieuw in te stellen',
'remember_me' => 'Onthoud mij',
'username_help_top' => 'Voer je gebruikersnaam in om een wachtwoord reset link te mailen.',
'username_help_bottom' => 'Je gebruikersnaam en e-mailadres kunnen hetzelfde zijn, maar kan ook niet zo zijn, afhankelijk van je configuratie. Als je je gebruikersnaam niet meer weet, neem dan contact op met je beheerder.
Gebruikersnamen zonder een bijbehorende e-mailadres zullen geen wachtwoord reset link toegestuurd krijgen. ',
diff --git a/resources/lang/nl/mail.php b/resources/lang/nl/mail.php
index faffe0be3a..a1bd22f851 100644
--- a/resources/lang/nl/mail.php
+++ b/resources/lang/nl/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset naam:',
'asset_requested' => 'Asset aangevraagd',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Toegewezen aan',
'best_regards' => 'Met vriendelijke groeten,',
'canceled' => 'Geannuleerd:',
diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php
index 21c19e4629..54fde43fd3 100644
--- a/resources/lang/nl/validation.php
+++ b/resources/lang/nl/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Uploaden van :attribute is mislukt.',
'url' => 'Het formaat van :attribute is ongeldig.',
"unique_undeleted" => "De :attribute moet uniek zijn. ",
+ "non_circular" => ":attribute mag geen circulaire referentie aanmaken.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/no/auth/general.php b/resources/lang/no/auth/general.php
index 3fa957cb5a..7eef420361 100644
--- a/resources/lang/no/auth/general.php
+++ b/resources/lang/no/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Logg inn',
'login_prompt' => 'Vennligst logg inn',
'forgot_password' => 'Jeg har glemt passordet mitt',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Husk meg',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/no/mail.php b/resources/lang/no/mail.php
index 75c8d6c79f..3d9b877c5e 100644
--- a/resources/lang/no/mail.php
+++ b/resources/lang/no/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Eiendel:',
'asset_name' => 'Navn:',
'asset_requested' => 'Eiendel forespurt',
- 'asset_tag' => 'Eiendelsmerke:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Tilordnet til',
'best_regards' => 'Med vennlig hilsen,',
'canceled' => 'Avbrutt:',
diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php
index 68a26eb214..9b10d1a7f2 100644
--- a/resources/lang/no/validation.php
+++ b/resources/lang/no/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribbutet :attribute kunne ikke lastes opp.',
'url' => 'Attributt-formatet :attribute er ugyldig.',
"unique_undeleted" => ":attribute må være unikt.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/pl/admin/locations/table.php b/resources/lang/pl/admin/locations/table.php
index 0eb8ed106f..6a4143167c 100644
--- a/resources/lang/pl/admin/locations/table.php
+++ b/resources/lang/pl/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Kraj',
'create' => 'Utwórz Lokalizację',
'update' => 'Zaktualizuj lokalizację',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Drukuj przypisane',
+ 'print_all_assigned' => 'Drukuj wszystkie przypisane',
'name' => 'Nazwa Lokalizacji',
'address' => 'Adres',
'zip' => 'Kod Pocztowy',
diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php
index db1c749429..51e8ba5f02 100644
--- a/resources/lang/pl/admin/settings/general.php
+++ b/resources/lang/pl/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alarmy włączone',
'alert_interval' => 'Próg wygasających alarmów (w dniach)',
'alert_inv_threshold' => 'Inwentarz progu alarmów',
- '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.' ,
+ 'allow_user_skin' => 'Zezwalaj na skórkę użytkownika',
+ 'allow_user_skin_help_text' => 'Zaznaczenie tego pola pozwoli użytkownikowi zastąpić skórkę interfejsu użytkownika na inną.' ,
'asset_ids' => 'ID Aktywa',
'audit_interval' => 'Interwał audytu',
'audit_interval_help' => 'Jeśli wymagane są regularne kontrole fizycznie aktyw, wprowadź interwał w miesiącach.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Używaj TLS',
'ldap_tls_help' => 'Ta opcja powinna zaznaczony jedynie gdy używasz STARTLS w swoim serwerze LDAP. ',
'ldap_uname' => 'Użytkownik do łączenia się z serwerem LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP Departament',
+ 'ldap_phone' => 'LDAP Numery telefonów',
+ 'ldap_jobtitle' => 'LDAP Stanowisko',
+ 'ldap_country' => 'LDAP Kraj',
'ldap_pword' => 'Hasło użytkownika wpisanego do łączenia się z serwerem LDAP',
'ldap_basedn' => 'DN',
'ldap_filter' => 'Filtr LDAP',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => 'Adres URL Assertion Consumer Service (ACS)',
'saml_sp_sls_url' => 'Adres URL Single Logout Service (SLS)',
'saml_sp_x509cert' => 'Publiczny certyfikat',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'LDAP Metadane URL',
'saml_idp_metadata' => 'Metadane SAML IdP',
'saml_idp_metadata_help' => 'Możesz określić metadane IdP za pomocą adresu URL lub pliku XML.',
'saml_attr_mapping_username' => 'Mapowanie atrybutów - nazwa użytkownika',
diff --git a/resources/lang/pl/auth/general.php b/resources/lang/pl/auth/general.php
index 1e8a2f87ce..b456f09dd7 100644
--- a/resources/lang/pl/auth/general.php
+++ b/resources/lang/pl/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Zaloguj się',
'forgot_password' => 'Zapomniałem hasła',
+ 'ldap_reset_password' => 'Kliknij tutaj aby zresetować swoje hasło LDAP',
'remember_me' => 'Zapamiętaj mnie',
'username_help_top' => 'Wprowadź swoją nazwę użytkownika , aby otrzymać wiadomość e-mail z linkiem do resetowania hasła.',
'username_help_bottom' => 'Twoja nazwa użytkownika i adres e-mail mogą być takie same, ale mogą nie być zależne od konfiguracji. Jeśli nie pamiętasz nazwy użytkownika, skontaktuj się z administratorem.
Nazwy użytkowników bez powiązanego adresu e-mail nie będą otrzymywać powiadomień na adres e-mail z linkiem do resetowania hasła. ',
diff --git a/resources/lang/pl/mail.php b/resources/lang/pl/mail.php
index e9250b2d4b..7820c66906 100644
--- a/resources/lang/pl/mail.php
+++ b/resources/lang/pl/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Sprzęt:',
'asset_name' => 'Nazwa sprzętu:',
'asset_requested' => 'Wystosowane zapotrzebowanie na sprzęt',
- 'asset_tag' => 'Numer sprzętu:',
+ 'asset_tag' => 'Artykół Tag',
'assigned_to' => 'Przypisane do',
'best_regards' => 'Pozdrawiam',
'canceled' => 'Anulowane:',
diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php
index 2dce7cc3a1..9309993437 100644
--- a/resources/lang/pl/validation.php
+++ b/resources/lang/pl/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Nie udało się przesłać atrybutu:.',
'url' => 'Format pola :attribute jest niewłaściwy.',
"unique_undeleted" => "Wartość :attribute musi być unikalna.",
+ "non_circular" => ":attribute nie może tworzyć odwołań cyklicznych.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/pt-BR/admin/locations/table.php b/resources/lang/pt-BR/admin/locations/table.php
index 8780c016cf..6577392274 100644
--- a/resources/lang/pt-BR/admin/locations/table.php
+++ b/resources/lang/pt-BR/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'País',
'create' => 'Criar Local',
'update' => 'Atualizar Local',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Impressão atribuída',
+ 'print_all_assigned' => 'Imprimir Todos Atribuídos',
'name' => 'Nome do Local',
'address' => 'Endereço',
'zip' => 'Código Postal',
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
index 59ee0794ca..e078e4c3ff 100644
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Alertas ativados',
'alert_interval' => 'Limite de Expiração dos Alertas (em dias)',
'alert_inv_threshold' => 'Limite de Alerta de Inventário',
- '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.' ,
+ 'allow_user_skin' => 'Permitir skin do usuário',
+ 'allow_user_skin_help_text' => 'Marcando essa caixa, permitirá que usuário substitua a interface por outra diferente.' ,
'asset_ids' => 'ID do ativo',
'audit_interval' => 'Intervalo de auditoria',
'audit_interval_help' => 'Se você precisa verificar fisicamente seus ativos com frequência, insira um intervalo em meses.',
@@ -46,7 +46,7 @@ return array(
'email_logo' => 'Logotipo do e-mail',
'barcode_type' => 'Código de barras do tipo 2D',
'alt_barcode_type' => 'Código de barras do tipo 1D',
- 'email_logo_size' => 'Square logos in email look best. ',
+ 'email_logo_size' => 'Logos quadrados no e-mail são os melhores. ',
'eula_settings' => 'Configuração do termo de uso',
'eula_markdown' => 'Este EULA permite Github flavored markdown.',
'favicon' => 'Favicon',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Use TLS',
'ldap_tls_help' => 'Isso deve ser verificado somente se você estiver rodando STARTTLS no seu servidor LDAP. ',
'ldap_uname' => 'Login do usuário LDAP',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Departamento LDAP',
+ 'ldap_phone' => 'Número de Telefone LDAP',
+ 'ldap_jobtitle' => 'Título do Trabalho LDAP',
+ 'ldap_country' => 'País LDAP',
'ldap_pword' => 'Senha do usuário LDAP',
'ldap_basedn' => 'DN de Atribuição Básico',
'ldap_filter' => 'Filtro LDAP',
@@ -105,7 +105,7 @@ return array(
'login_remote_user_custom_logout_url_text' => 'URL de logout personalizado',
'login_remote_user_custom_logout_url_help' => 'Se uma URL for inserida aqui, os usuários serão redirecionados para a essa URL após desconectarem do Snipe-IT. Isso pode ser útil para encerrar sessões com o seu provedor de Autenticação corretamente.',
'login_remote_user_header_name_text' => 'Cabeçalho personalizado do usuário',
- 'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
+ 'login_remote_user_header_name_help' => 'Use o cabeçalho especificado em vez de REMOTE_USER',
'logo' => 'Logo',
'logo_print_assets' => 'Usar na impressão',
'logo_print_assets_help' => 'Usar a marca na impressão de lista de ativos ',
@@ -128,20 +128,20 @@ return array(
'saml_enabled' => 'SAML habilitado',
'saml_integration' => 'Integração SAML',
'saml_sp_entityid' => 'ID da entidade',
- 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
+ 'saml_sp_acs_url' => 'URL da declaração do cliente (ACS)',
'saml_sp_sls_url' => 'URL do Serviço de Logout Único (SLS)',
'saml_sp_x509cert' => 'Certificado Público',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => 'URL dos Metadados',
'saml_idp_metadata' => 'Metadados SAML IdP',
'saml_idp_metadata_help' => 'Você pode especificar os metadados do IdP usando uma URL ou arquivo XML.',
'saml_attr_mapping_username' => 'Mapeamento de Atributo - Nome de Usuário',
- 'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
+ 'saml_attr_mapping_username_help' => 'NameID será usado se mapeamento do atributo não for especificado ou inválido.',
'saml_forcelogin_label' => 'Forçar login SAML',
- 'saml_forcelogin' => 'Make SAML the primary login',
- 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
+ 'saml_forcelogin' => 'Fazer o SAML o login primário',
+ 'saml_forcelogin_help' => 'Você pode usar \'/login?nosaml\' para chegar à página de login normal.',
'saml_slo_label' => 'Logout Único do SAML',
- '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_slo' => 'Enviar LogoutRequest para IdP no Logout',
+ 'saml_slo_help' => 'Isto fará com que o usuário seja redirecionado primeiro para o IdP no logout. Deixe desmarcado se o IdP não suporta corretamente SLO, iniciado pelo SP.',
'saml_custom_settings' => 'Configurações personalizadas do SAML',
'saml_custom_settings_help' => 'Você pode especificar configurações adicionais para a biblioteca one/php-saml. Use por sua conta e risco.',
'setting' => 'Configuração',
@@ -149,8 +149,8 @@ return array(
'show_alerts_in_menu' => 'Mostrar alertas no menu superior',
'show_archived_in_list' => 'Ativos arquivados',
'show_archived_in_list_text' => 'Mostrar ativos arquivados na listagem "todos os ativos"',
- '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_assigned_assets' => 'Mostrar ativos atribuídos aos ativos',
+ 'show_assigned_assets_help' => 'Exibir ativos que foram atribuídos aos outros ativos em Exibir Usuário -> Ativos, Visualizar Usuário -> Informações -> Imprimir Todas as atribuídos e na Conta -> Visualizar Ativos Atribuídos.',
'show_images_in_email' => 'Mostrar imagens em e-mails',
'show_images_in_email_help' => 'Desmarque esta caixa se sua instalação de Snipe-IT está por trás de uma VPN ou rede fechada e usuários fora da rede não será capazes de carregar imagens, servidas a partir desta instalação em seus e-mails.',
'site_name' => 'Nome do Site',
@@ -158,7 +158,7 @@ return array(
'slack_channel' => 'Canal do Stack',
'slack_endpoint' => 'Endpoint do Slack',
'slack_integration' => 'Configurações do Stack',
- 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help' => 'A integração do Slack é opcional, mas o endpoint e o canal são necessários se você quiser usá-lo. Para configurar a integração do Slack, primeiro você deve criar um webhook de entrada em sua conta do Slack. Clique no botão de integração do Slack de teste para confirmar se suas configurações estão corretas antes de salvar. ',
'slack_integration_help_button' => 'Depois de salvar suas informações do Slack, um botão de teste será exibido.',
'slack_test_help' => 'Teste se sua integração do Slack está configurada corretamente. VOCÊ DEVE SALVAR SUAS CONFIGURAÇÕES NO SLACK PRIMEIRO.',
'snipe_version' => 'Versão do Snipe-IT',
diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php
index 12c49d1dd8..32234d7b29 100644
--- a/resources/lang/pt-BR/admin/users/general.php
+++ b/resources/lang/pt-BR/admin/users/general.php
@@ -19,7 +19,7 @@ return array(
'ldap_config_text' => 'As configurações do LDAP podem ser encontradas em \'Administrador > Definições\'. A localização (opcional) selecionada será definida para todos os usuários importados.',
'print_assigned' => 'Imprimir todos atribuídos',
'software_user' => 'Check-out de software para :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.',
+ 'send_email_help' => 'Você deve fornecer um endereço de e-mail para este usuário enviar credenciais. As credenciais de e-mail só podem ser feitas na criação do usuário. As senhas são armazenadas em hash unidirecional e não podem ser recuperadas uma vez salva.',
'view_user' => 'Ver Usuário :name',
'usercsv' => 'Arquivo CSV',
'two_factor_admin_optin_help' => 'As configurações de admin atuais permitem a aplicação seletiva de autenticação de dois passos. ',
diff --git a/resources/lang/pt-BR/admin/users/message.php b/resources/lang/pt-BR/admin/users/message.php
index 2fe547d5d5..94ad2f00fc 100644
--- a/resources/lang/pt-BR/admin/users/message.php
+++ b/resources/lang/pt-BR/admin/users/message.php
@@ -12,7 +12,7 @@ return array(
'insufficient_permissions' => 'Permissões Insuficientes.',
'user_deleted_warning' => 'Este usuário foi deletado. Você terá que restaurar este usuário para editá-los ou atribui-lós novos bens.',
'ldap_not_configured' => 'Integração LDAP não foi configurada para esta instalação.',
- 'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
+ 'password_resets_sent' => 'Os usuários selecionados que são ativados e têm um endereço de e-mail válido receberam um link de redefinição de senha.',
'success' => array(
diff --git a/resources/lang/pt-BR/auth/general.php b/resources/lang/pt-BR/auth/general.php
index f39463deff..47df7111de 100644
--- a/resources/lang/pt-BR/auth/general.php
+++ b/resources/lang/pt-BR/auth/general.php
@@ -8,8 +8,9 @@ return [
'login' => 'Nome de registro',
'login_prompt' => 'Faça o Login',
'forgot_password' => 'Esqueci minha senha',
+ 'ldap_reset_password' => 'Por favor clique aqui para redefinir sua senha LDAP',
'remember_me' => 'Lembrar-me',
'username_help_top' => 'Digite seu nome de usuário para receber um email com um link de redefinição de senha.',
- 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ 'username_help_bottom' => 'Seu nome de usuário e endereço de e-mail podem ser o mesmo, mas pode não ser, dependendo da sua configuração. Se você não conseguir lembrar seu nome de usuário, entre em contato com seu administrador.
nomes de usuário sem um endereço de e-mail associado não será enviado por e-mail um link de redefinição de senha. ',
];
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index 29880b7d6a..7724b884a7 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -93,9 +93,9 @@
'firstintial_dot_lastname_format' => 'Primeira letra do nome ponto ultimo nome',
'first' => 'Primeira',
'firstnamelastname' => 'Primeiro nome com sobrenome (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_firstinitial' => 'Último Nome_Primeira Inicial (smith_j@example.com)',
'firstinitial.lastname' => 'Primeira letra do nome, ponto, ultimo nome (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'firstnamelastinitial' => 'Nome com Inicial do Sobrenome (janes@example.com)',
'first_name' => 'Primeiro Nome',
'first_name_format' => 'Primeiro nome (jane@example.com)',
'files' => 'Arquivos',
@@ -133,11 +133,11 @@
'licenses' => 'Licenças',
'list_all' => 'Listar Todos',
'loading' => 'Carregando',
- 'lock_passwords' => 'This field value will not be saved in a demo installation.',
+ 'lock_passwords' => 'Este valor de campo não será salvo em uma instalação de demonstração.',
'feature_disabled' => 'Esta funcionalidade foi desativada na versão de demonstração.',
'location' => 'Local',
'locations' => 'Locais',
- 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logo_size' => 'Logos quadrados são melhores com logo + Texto. Tamanho máximo de exibição de logo é de 50px de altura x 500px de largura. ',
'logout' => 'Sair',
'lookup_by_tag' => 'Pesquisa pela Tag ativos',
'maintenances' => 'Manutenções',
@@ -199,7 +199,7 @@
'sign_in' => 'Entrar',
'signature' => 'Assinatura',
'skin' => 'Temas',
- 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'slack_test_msg' => 'Ah é! Parece que sua integração com o Snipe-IT está funcionando!',
'some_features_disabled' => 'MODO DE DEMONSTRAÇÃO: Algumas funcionalidades estão desativadas nesta instalação.',
'site_name' => 'Nome do Site',
'state' => 'Estado',
diff --git a/resources/lang/pt-BR/mail.php b/resources/lang/pt-BR/mail.php
index 26a9e64580..7a28495884 100644
--- a/resources/lang/pt-BR/mail.php
+++ b/resources/lang/pt-BR/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Ativo:',
'asset_name' => 'Nome do Ativo:',
'asset_requested' => 'Requisição de Ativo',
- 'asset_tag' => 'Etiqueta de Ativo:',
+ 'asset_tag' => 'Etiqueta de Ativo',
'assigned_to' => 'Atribuído a',
'best_regards' => 'Atenciosamente,',
'canceled' => 'Cancelado:',
@@ -63,7 +63,7 @@ return array(
'license_expiring_alert' => 'Há uma :count licença expirando nos próximos :threshold dias. | Existem :count licenças expirand nos próximos :threshold dias.',
'to_reset' => 'Para fazer reset da senha do :web, preencha este formulário:',
'type' => 'Tipo',
- '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.',
+ 'upcoming-audits' => 'Existe um :count ativo que está sendo auditado dentro de :threshold days. There are :count assets que estão sendo enviados para auditoria dentro de :threshold dias.',
'user' => 'Usuário',
'username' => 'Nome de Usuário',
'welcome' => 'Bem-vindo(a), :name',
@@ -74,6 +74,6 @@ return array(
'License_Checkin_Notification' => 'Licença verificada em',
'Expected_Checkin_Report' => 'Relatório de check-in de ativos esperado',
'Expected_Checkin_Notification' => 'Lembrete: :name prazo de devolução aproximando',
- 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
+ 'Expected_Checkin_Date' => 'Um ativo com check-out para você deve ser verificado novamente em :date',
'your_assets' => 'Ver seus ativos'
);
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index a9c0a62e52..57437cb7e6 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'O :attribute falhou no upload.',
'url' => 'O formato de :attribute é inválido.',
"unique_undeleted" => "O :attribute deve ser único.",
+ "non_circular" => "O :attribute não pode criar uma referência circular.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/pt-PT/auth/general.php b/resources/lang/pt-PT/auth/general.php
index 830144359e..8bd0f010c5 100644
--- a/resources/lang/pt-PT/auth/general.php
+++ b/resources/lang/pt-PT/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Nome de registo',
'login_prompt' => 'Faça o Login',
'forgot_password' => 'Esqueci a minha senha',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Lembrar-me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/pt-PT/mail.php b/resources/lang/pt-PT/mail.php
index eae027d9cc..8798ae8601 100644
--- a/resources/lang/pt-PT/mail.php
+++ b/resources/lang/pt-PT/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Artigo:',
'asset_name' => 'Nome do Artigo:',
'asset_requested' => 'Artigo requesitado',
- 'asset_tag' => 'Etiqueta de Artigo:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Atribuído a',
'best_regards' => 'Atenciosamente',
'canceled' => 'Cancelado:',
diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php
index 3d3542c6b2..a10acbb16d 100644
--- a/resources/lang/pt-PT/validation.php
+++ b/resources/lang/pt-PT/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'O atributo: não foi possível carregar.',
'url' => 'O formato do :attribute é inválido.',
"unique_undeleted" => "O :atribute deve ser único.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ro/auth/general.php b/resources/lang/ro/auth/general.php
index a4640a445b..d9f4a4a5e7 100644
--- a/resources/lang/ro/auth/general.php
+++ b/resources/lang/ro/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Logare',
'login_prompt' => 'Va rugam sa va logati',
'forgot_password' => 'Am uitat parola',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Amintește-ți de mine',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ro/mail.php b/resources/lang/ro/mail.php
index 0b6c9b0768..7dddf746d2 100644
--- a/resources/lang/ro/mail.php
+++ b/resources/lang/ro/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'activ:',
'asset_name' => 'Numele activului:',
'asset_requested' => 'Activul solicitat',
- 'asset_tag' => 'Eticheta activului:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Atribuit',
'best_regards' => 'Toate cele bune,',
'canceled' => 'Anulat:',
diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php
index e4b9932287..0738bc3204 100644
--- a/resources/lang/ro/validation.php
+++ b/resources/lang/ro/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atributul: nu a reușit să se încarce.',
'url' => 'Formatul :attribute nu este valid.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ru/admin/locations/table.php b/resources/lang/ru/admin/locations/table.php
index 692dcfa2c0..b2c9b22f1e 100644
--- a/resources/lang/ru/admin/locations/table.php
+++ b/resources/lang/ru/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Страна',
'create' => 'Создать статус',
'update' => 'Обновить статус',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Печать выделенных',
+ 'print_all_assigned' => 'Печать всех выделенных',
'name' => 'Имя статуса',
'address' => 'Адрес',
'zip' => 'Почтовый индекс',
diff --git a/resources/lang/ru/auth/general.php b/resources/lang/ru/auth/general.php
index 700fe6a963..7f1b99a294 100644
--- a/resources/lang/ru/auth/general.php
+++ b/resources/lang/ru/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Логин',
'login_prompt' => 'Пожалуйста, авторизуйтесь',
'forgot_password' => 'Я забыл мой пароль',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Запомнить меня',
'username_help_top' => 'Введите своё Имя Пользователя, чтобы получить ссылку для сброса пароля.',
'username_help_bottom' => 'Ваши Имя Пользователя и Ваш E-Mail могут быть одинаковыми, но могут и не быть, в зависимости от Вашей конфигурации. Если Вы не можете вспомнить Ваше Имя Пользователя - обратитесь к Вашему системному администратору.
Имена Пользователя, к которым не привязан адрес электронной почты, не смогут получить ссылку на сброс пароля. ',
diff --git a/resources/lang/ru/mail.php b/resources/lang/ru/mail.php
index 17bbc54e5d..766a666ac6 100644
--- a/resources/lang/ru/mail.php
+++ b/resources/lang/ru/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Актив:',
'asset_name' => 'Имя актива:',
'asset_requested' => 'Актив запрошен',
- 'asset_tag' => 'Инвентарный номер актива:',
+ 'asset_tag' => 'Тег актива',
'assigned_to' => 'Выдано',
'best_regards' => 'С наилучшими пожеланиями,',
'canceled' => 'Отменен:',
@@ -18,8 +18,8 @@ return array(
'click_to_confirm' => 'Пожалуйста, перейдите по ссылке, чтобы подтвердить ваш :web аккаунт:',
'click_on_the_link_accessory' => 'Пожалуйста, перейдите по ссылке внизу, чтобы подтвердить получение аксессуара.',
'click_on_the_link_asset' => 'Пожалуйста, перейдите по ссылке внизу, чтобы подтвердить получение актива.',
- 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
- 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
+ 'Confirm_Asset_Checkin' => 'Подтверждение возврата активов',
+ 'Confirm_Accessory_Checkin' => 'Подтвердить возврат аксессуара',
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
'Confirm_license_delivery' => 'License delivery confirmation',
'Confirm_asset_delivery' => 'Asset delivery confirmation',
diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php
index e1c5be90b9..10d3d2fbe0 100644
--- a/resources/lang/ru/validation.php
+++ b/resources/lang/ru/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Атрибут: не удалось загрузить.',
'url' => 'Неправильный формат :attribute.',
"unique_undeleted" => "Свойство :attribute должно быть уникальным.",
+ "non_circular" => ":attribute не должен создавать циклическую ссылку.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/si-LK/admin/accessories/general.php b/resources/lang/si-LK/admin/accessories/general.php
new file mode 100644
index 0000000000..00f1861179
--- /dev/null
+++ b/resources/lang/si-LK/admin/accessories/general.php
@@ -0,0 +1,20 @@
+ 'Accessory Category',
+ 'accessory_name' => 'Accessory Name',
+ 'checkout' => 'Checkout Accessory',
+ 'checkin' => 'Checkin Accessory',
+ 'create' => 'Create Accessory',
+ 'edit' => 'Edit Accessory',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'total' => 'එකතුව',
+ 'remaining' => 'Avail',
+ 'update' => 'Update Accessory',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/si-LK/admin/accessories/message.php b/resources/lang/si-LK/admin/accessories/message.php
new file mode 100644
index 0000000000..a356463064
--- /dev/null
+++ b/resources/lang/si-LK/admin/accessories/message.php
@@ -0,0 +1,37 @@
+ 'The accessory [:id] does not exist.',
+ 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
+
+ 'create' => array(
+ 'error' => 'The accessory was not created, please try again.',
+ 'success' => 'The accessory was successfully created.'
+ ),
+
+ 'update' => array(
+ 'error' => 'The accessory was not updated, please try again',
+ 'success' => 'The accessory was updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this accessory?',
+ 'error' => 'There was an issue deleting the accessory. Please try again.',
+ 'success' => 'The accessory was deleted successfully.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'Accessory was not checked out, please try again',
+ 'success' => 'Accessory checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Accessory was not checked in, please try again',
+ 'success' => 'Accessory checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/si-LK/admin/accessories/table.php b/resources/lang/si-LK/admin/accessories/table.php
new file mode 100644
index 0000000000..e02d9f22e4
--- /dev/null
+++ b/resources/lang/si-LK/admin/accessories/table.php
@@ -0,0 +1,11 @@
+ 'Download CSV',
+ 'eula_text' => 'EULA',
+ 'id' => 'ID',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Accessory Name',
+
+
+);
diff --git a/resources/lang/si-LK/admin/asset_maintenances/form.php b/resources/lang/si-LK/admin/asset_maintenances/form.php
new file mode 100644
index 0000000000..973636c5f6
--- /dev/null
+++ b/resources/lang/si-LK/admin/asset_maintenances/form.php
@@ -0,0 +1,14 @@
+ 'Maintenance Type',
+ 'title' => 'Title',
+ 'start_date' => 'Started',
+ 'completion_date' => 'සම්පූර්ණයි',
+ 'cost' => 'පිරිවැය',
+ 'is_warranty' => 'Warranty Improvement',
+ 'asset_maintenance_time' => 'දින',
+ 'notes' => 'සටහන්',
+ 'update' => 'යාවත්කාල',
+ 'create' => 'සාදන්න'
+ ];
diff --git a/resources/lang/si-LK/admin/asset_maintenances/general.php b/resources/lang/si-LK/admin/asset_maintenances/general.php
new file mode 100644
index 0000000000..f1949f93b8
--- /dev/null
+++ b/resources/lang/si-LK/admin/asset_maintenances/general.php
@@ -0,0 +1,14 @@
+ 'Asset Maintenances',
+ 'edit' => 'Edit Asset Maintenance',
+ 'delete' => 'Delete Asset Maintenance',
+ 'view' => 'View Asset Maintenance Details',
+ 'repair' => 'Repair',
+ 'maintenance' => 'නඩත්තුව',
+ 'upgrade' => 'Upgrade',
+ 'calibration' => 'Calibration',
+ 'software_support' => 'මෘදුකාංග සහාය',
+ 'hardware_support' => 'දෘඩාංග සහාය',
+ ];
diff --git a/resources/lang/si-LK/admin/asset_maintenances/message.php b/resources/lang/si-LK/admin/asset_maintenances/message.php
new file mode 100644
index 0000000000..d121115825
--- /dev/null
+++ b/resources/lang/si-LK/admin/asset_maintenances/message.php
@@ -0,0 +1,21 @@
+ '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' => 'Not Completed Yet',
+ 'warranty' => 'Warranty',
+ 'not_warranty' => 'Not Warranty',
+ ];
\ No newline at end of file
diff --git a/resources/lang/si-LK/admin/asset_maintenances/table.php b/resources/lang/si-LK/admin/asset_maintenances/table.php
new file mode 100644
index 0000000000..f3a6be60f9
--- /dev/null
+++ b/resources/lang/si-LK/admin/asset_maintenances/table.php
@@ -0,0 +1,8 @@
+ 'Asset Maintenance',
+ 'asset_name' => 'Asset Name',
+ 'is_warranty' => 'Warranty',
+ 'dl_csv' => 'Download CSV'
+ ];
diff --git a/resources/lang/si-LK/admin/categories/general.php b/resources/lang/si-LK/admin/categories/general.php
new file mode 100644
index 0000000000..7741b7da62
--- /dev/null
+++ b/resources/lang/si-LK/admin/categories/general.php
@@ -0,0 +1,22 @@
+ 'Asset Categories',
+ 'category_name' => 'Category Name',
+ 'checkin_email' => 'Send email to user on checkin/checkout.',
+ 'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
+ 'clone' => 'Clone Category',
+ 'create' => 'Create Category',
+ 'edit' => 'Edit Category',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'name' => 'Category Name',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.',
+ 'required_eula' => 'This user will be emailed a copy of the EULA',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'update' => 'Update Category',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/si-LK/admin/categories/message.php b/resources/lang/si-LK/admin/categories/message.php
new file mode 100644
index 0000000000..48cf5478e1
--- /dev/null
+++ b/resources/lang/si-LK/admin/categories/message.php
@@ -0,0 +1,25 @@
+ 'Category does not exist.',
+ 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
+ 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+
+ 'create' => array(
+ 'error' => 'Category was not created, please try again.',
+ 'success' => 'Category created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Category was not updated, please try again',
+ 'success' => 'Category updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this category?',
+ 'error' => 'There was an issue deleting the category. Please try again.',
+ 'success' => 'The category was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/categories/table.php b/resources/lang/si-LK/admin/categories/table.php
new file mode 100644
index 0000000000..a3ee96ae7f
--- /dev/null
+++ b/resources/lang/si-LK/admin/categories/table.php
@@ -0,0 +1,10 @@
+ 'EULA',
+ 'id' => 'ID',
+ 'parent' => 'Parent',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Asset Category Name',
+
+);
diff --git a/resources/lang/si-LK/admin/companies/general.php b/resources/lang/si-LK/admin/companies/general.php
new file mode 100644
index 0000000000..9d58ccb58e
--- /dev/null
+++ b/resources/lang/si-LK/admin/companies/general.php
@@ -0,0 +1,4 @@
+ 'Select Company',
+];
diff --git a/resources/lang/si-LK/admin/companies/message.php b/resources/lang/si-LK/admin/companies/message.php
new file mode 100644
index 0000000000..a6db573519
--- /dev/null
+++ b/resources/lang/si-LK/admin/companies/message.php
@@ -0,0 +1,18 @@
+ 'Company does not exist.',
+ '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' => array(
+ 'error' => 'Company was not created, please try again.',
+ 'success' => 'Company created successfully.'
+ ),
+ 'update' => array(
+ 'error' => 'Company was not updated, please try again',
+ 'success' => 'Company updated successfully.'
+ ),
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this company?',
+ 'error' => 'There was an issue deleting the company. Please try again.',
+ 'success' => 'The Company was deleted successfully.'
+ )
+);
diff --git a/resources/lang/si-LK/admin/companies/table.php b/resources/lang/si-LK/admin/companies/table.php
new file mode 100644
index 0000000000..2f86126ff2
--- /dev/null
+++ b/resources/lang/si-LK/admin/companies/table.php
@@ -0,0 +1,9 @@
+ 'Companies',
+ 'create' => 'Create Company',
+ 'title' => 'Company',
+ 'update' => 'Update Company',
+ 'name' => 'Company Name',
+ 'id' => 'ID',
+);
diff --git a/resources/lang/si-LK/admin/components/general.php b/resources/lang/si-LK/admin/components/general.php
new file mode 100644
index 0000000000..150dd679bb
--- /dev/null
+++ b/resources/lang/si-LK/admin/components/general.php
@@ -0,0 +1,15 @@
+ 'Component Name',
+ 'checkin' => 'Checkin Component',
+ 'checkout' => 'Checkout Component',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Component',
+ 'edit' => 'Edit Component',
+ 'date' => 'Purchase Date',
+ 'order' => 'Order Number',
+ 'remaining' => 'Remaining',
+ 'total' => 'එකතුව',
+ 'update' => 'Update Component',
+);
diff --git a/resources/lang/si-LK/admin/components/message.php b/resources/lang/si-LK/admin/components/message.php
new file mode 100644
index 0000000000..1d13970f23
--- /dev/null
+++ b/resources/lang/si-LK/admin/components/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Component was not checked in, please try again',
+ 'success' => 'Component checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/si-LK/admin/components/table.php b/resources/lang/si-LK/admin/components/table.php
new file mode 100644
index 0000000000..3d4fed6a7f
--- /dev/null
+++ b/resources/lang/si-LK/admin/components/table.php
@@ -0,0 +1,5 @@
+ 'Component Name',
+);
diff --git a/resources/lang/si-LK/admin/consumables/general.php b/resources/lang/si-LK/admin/consumables/general.php
new file mode 100644
index 0000000000..7c6bb32968
--- /dev/null
+++ b/resources/lang/si-LK/admin/consumables/general.php
@@ -0,0 +1,11 @@
+ 'Checkout Consumable to User',
+ 'consumable_name' => 'Consumable Name',
+ 'create' => 'Create Consumable',
+ 'item_no' => 'Item No.',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Consumable',
+);
diff --git a/resources/lang/si-LK/admin/consumables/message.php b/resources/lang/si-LK/admin/consumables/message.php
new file mode 100644
index 0000000000..48a3cfbd9f
--- /dev/null
+++ b/resources/lang/si-LK/admin/consumables/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Consumable was not checked in, please try again',
+ 'success' => 'Consumable checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/si-LK/admin/consumables/table.php b/resources/lang/si-LK/admin/consumables/table.php
new file mode 100644
index 0000000000..bb76721f17
--- /dev/null
+++ b/resources/lang/si-LK/admin/consumables/table.php
@@ -0,0 +1,5 @@
+ 'Consumable Name',
+);
diff --git a/resources/lang/si-LK/admin/custom_fields/general.php b/resources/lang/si-LK/admin/custom_fields/general.php
new file mode 100644
index 0000000000..c8d2a70a71
--- /dev/null
+++ b/resources/lang/si-LK/admin/custom_fields/general.php
@@ -0,0 +1,32 @@
+ 'Custom Fields',
+ 'field' => 'Field',
+ 'about_fieldsets_title' => 'About Fieldsets',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used 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' => 'Encrypted',
+ 'fieldset' => 'Fieldset',
+ 'qty_fields' => 'Qty Fields',
+ 'fieldsets' => 'Fieldsets',
+ 'fieldset_name' => 'Fieldset Name',
+ 'field_name' => 'Field Name',
+ 'field_values' => 'Field Values',
+ 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
+ 'field_element' => 'Form Element',
+ 'field_element_short' => 'Element',
+ 'field_format' => 'Format',
+ '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 regex:/^[0-9]{15}$/
.',
+ 'required' => 'Required',
+ 'req' => 'Req.',
+ 'used_by_models' => 'Used By Models',
+ 'order' => 'Order',
+ 'create_fieldset' => 'New Fieldset',
+ 'create_field' => 'New Custom Field',
+ '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.',
+);
diff --git a/resources/lang/si-LK/admin/custom_fields/message.php b/resources/lang/si-LK/admin/custom_fields/message.php
new file mode 100644
index 0000000000..ed66a6ba16
--- /dev/null
+++ b/resources/lang/si-LK/admin/custom_fields/message.php
@@ -0,0 +1,57 @@
+ 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.',
+ )
+
+ ),
+
+
+
+
+
+
+);
diff --git a/resources/lang/si-LK/admin/departments/message.php b/resources/lang/si-LK/admin/departments/message.php
new file mode 100644
index 0000000000..d65f4fbb2b
--- /dev/null
+++ b/resources/lang/si-LK/admin/departments/message.php
@@ -0,0 +1,21 @@
+ 'Department does not exist.',
+ '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.'
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/departments/table.php b/resources/lang/si-LK/admin/departments/table.php
new file mode 100644
index 0000000000..76494247be
--- /dev/null
+++ b/resources/lang/si-LK/admin/departments/table.php
@@ -0,0 +1,11 @@
+ 'ID',
+ 'name' => 'Department Name',
+ 'manager' => 'Manager',
+ 'location' => 'Location',
+ 'create' => 'Create Department',
+ 'update' => 'Update Department',
+ );
diff --git a/resources/lang/si-LK/admin/depreciations/general.php b/resources/lang/si-LK/admin/depreciations/general.php
new file mode 100644
index 0000000000..1fca0e2cb7
--- /dev/null
+++ b/resources/lang/si-LK/admin/depreciations/general.php
@@ -0,0 +1,12 @@
+ 'About Asset Depreciations',
+ 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'asset_depreciations' => 'Asset Depreciations',
+ 'create' => 'Create Depreciation',
+ 'depreciation_name' => 'Depreciation Name',
+ 'number_of_months' => 'Number of Months',
+ 'update' => 'Update Depreciation',
+
+);
diff --git a/resources/lang/si-LK/admin/depreciations/message.php b/resources/lang/si-LK/admin/depreciations/message.php
new file mode 100644
index 0000000000..c20e52c13c
--- /dev/null
+++ b/resources/lang/si-LK/admin/depreciations/message.php
@@ -0,0 +1,25 @@
+ 'Depreciation class does not exist.',
+ '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' => 'Depreciation class was not created, please try again. :(',
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Depreciation class was not updated, please try again',
+ 'success' => 'Depreciation class updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this depreciation class?',
+ 'error' => 'There was an issue deleting the depreciation class. Please try again.',
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/depreciations/table.php b/resources/lang/si-LK/admin/depreciations/table.php
new file mode 100644
index 0000000000..5ba01d132c
--- /dev/null
+++ b/resources/lang/si-LK/admin/depreciations/table.php
@@ -0,0 +1,10 @@
+ 'ID',
+ 'months' => 'Months',
+ 'term' => 'Term',
+ 'title' => 'Name ',
+
+);
diff --git a/resources/lang/si-LK/admin/groups/message.php b/resources/lang/si-LK/admin/groups/message.php
new file mode 100644
index 0000000000..f14b6339e8
--- /dev/null
+++ b/resources/lang/si-LK/admin/groups/message.php
@@ -0,0 +1,22 @@
+ 'Group already exists!',
+ 'group_not_found' => 'Group [: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.',
+ ),
+
+);
diff --git a/resources/lang/si-LK/admin/groups/table.php b/resources/lang/si-LK/admin/groups/table.php
new file mode 100644
index 0000000000..61f060a116
--- /dev/null
+++ b/resources/lang/si-LK/admin/groups/table.php
@@ -0,0 +1,9 @@
+ 'Id',
+ 'name' => 'Name',
+ 'users' => '# of Users',
+
+);
diff --git a/resources/lang/si-LK/admin/groups/titles.php b/resources/lang/si-LK/admin/groups/titles.php
new file mode 100644
index 0000000000..99e8cc1f6f
--- /dev/null
+++ b/resources/lang/si-LK/admin/groups/titles.php
@@ -0,0 +1,14 @@
+ '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' => 'Allow',
+ 'deny' => 'Deny',
+
+);
diff --git a/resources/lang/si-LK/admin/hardware/form.php b/resources/lang/si-LK/admin/hardware/form.php
new file mode 100644
index 0000000000..9b3ac32410
--- /dev/null
+++ b/resources/lang/si-LK/admin/hardware/form.php
@@ -0,0 +1,44 @@
+ 'Confirm Bulk Delete 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_delete_warn' => 'You are about to delete :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 :asset_count assets.',
+ 'checkedout_to' => 'Checked Out To',
+ 'checkout_date' => 'Checkout Date',
+ 'checkin_date' => 'Checkin Date',
+ 'checkout_to' => 'Checkout to',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Asset',
+ 'date' => 'Purchase Date',
+ 'depreciation' => 'Depreciation',
+ 'depreciates_on' => 'Depreciates On',
+ 'default_location' => 'Default Location',
+ 'eol_date' => 'EOL Date',
+ 'eol_rate' => 'EOL Rate',
+ 'expected_checkin' => 'Expected Checkin Date',
+ 'expires' => 'Expires',
+ 'fully_depreciated' => 'Fully Depreciated',
+ 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ 'mac_address' => 'MAC Address',
+ 'manufacturer' => 'Manufacturer',
+ 'model' => 'Model',
+ 'months' => 'months',
+ 'name' => 'Asset Name',
+ 'notes' => 'Notes',
+ 'order' => 'Order Number',
+ 'qr' => 'QR Code',
+ 'requestable' => 'Users may request this asset',
+ 'select_statustype' => 'Select Status Type',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'tag' => 'Asset Tag',
+ 'update' => 'Asset Update',
+ 'warranty' => 'Warranty',
+ 'warranty_expires' => 'Warranty Expires',
+ 'years' => 'years',
+)
+;
diff --git a/resources/lang/si-LK/admin/hardware/general.php b/resources/lang/si-LK/admin/hardware/general.php
new file mode 100644
index 0000000000..f1fcd4731e
--- /dev/null
+++ b/resources/lang/si-LK/admin/hardware/general.php
@@ -0,0 +1,22 @@
+ 'About Assets',
+ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+ 'archived' => 'Archived',
+ 'asset' => 'Asset',
+ 'bulk_checkout' => 'Checkout Assets',
+ 'checkin' => 'Checkin Asset',
+ 'checkout' => 'Checkout Asset',
+ 'clone' => 'Clone Asset',
+ 'deployable' => 'Deployable',
+ 'deleted' => 'This asset has been deleted. Click here to restore it.',
+ 'edit' => 'Edit Asset',
+ 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.',
+ 'requestable' => 'Requestable',
+ 'requested' => 'Requested',
+ 'restore' => 'Restore Asset',
+ 'pending' => 'Pending',
+ 'undeployable' => 'Undeployable',
+ 'view' => 'View Asset',
+);
diff --git a/resources/lang/si-LK/admin/hardware/message.php b/resources/lang/si-LK/admin/hardware/message.php
new file mode 100644
index 0000000000..e087cad26f
--- /dev/null
+++ b/resources/lang/si-LK/admin/hardware/message.php
@@ -0,0 +1,83 @@
+ 'Warning: This asset has been marked as currently undeployable.
+ If this status has changed, please update the asset status.',
+ 'does_not_exist' => 'Asset does not exist.',
+ 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
+ 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
+
+ 'create' => array(
+ 'error' => 'Asset was not created, please try again. :(',
+ 'success' => 'Asset created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Asset was not updated, please try again',
+ 'success' => 'Asset updated successfully.',
+ 'nothing_updated' => 'No fields were selected, so nothing was updated.',
+ ),
+
+ 'restore' => array(
+ 'error' => 'Asset was not restored, please try again',
+ 'success' => 'Asset restored successfully.'
+ ),
+
+ 'audit' => array(
+ 'error' => 'Asset audit was unsuccessful. Please try again.',
+ 'success' => 'Asset audit successfully logged.'
+ ),
+
+
+ '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, doc, docx, pdf, and txt.',
+ ),
+
+ 'import' => array(
+ '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",
+ ),
+
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this asset?',
+ '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' => array(
+ 'error' => 'Asset was not checked out, please try again',
+ 'success' => 'Asset checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'not_available' => 'That asset is not available for checkout!',
+ 'no_assets_selected' => 'You must select at least one asset from the list'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Asset was not checked in, please try again',
+ 'success' => 'Asset checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'already_checked_in' => 'That asset is already checked in.',
+
+ ),
+
+ 'requests' => array(
+ 'error' => 'Asset was not requested, please try again',
+ 'success' => 'Asset requested successfully.',
+ 'canceled' => 'Checkout request successfully canceled'
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/hardware/table.php b/resources/lang/si-LK/admin/hardware/table.php
new file mode 100644
index 0000000000..38788e1984
--- /dev/null
+++ b/resources/lang/si-LK/admin/hardware/table.php
@@ -0,0 +1,25 @@
+ 'Asset Tag',
+ 'asset_model' => 'Model',
+ 'book_value' => 'Value',
+ 'change' => 'In/Out',
+ 'checkout_date' => 'Checkout Date',
+ 'checkoutto' => 'Checked Out',
+ 'diff' => 'Diff',
+ 'dl_csv' => 'Download CSV',
+ 'eol' => 'EOL',
+ 'id' => 'ID',
+ 'location' => 'Location',
+ 'purchase_cost' => 'Cost',
+ 'purchase_date' => 'Purchased',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'title' => 'Asset ',
+ 'image' => 'Device Image',
+ 'days_without_acceptance' => 'Days Without Acceptance',
+ 'monthly_depreciation' => 'Monthly Depreciation'
+
+);
diff --git a/resources/lang/si-LK/admin/kits/general.php b/resources/lang/si-LK/admin/kits/general.php
new file mode 100644
index 0000000000..b4f2d90ae1
--- /dev/null
+++ b/resources/lang/si-LK/admin/kits/general.php
@@ -0,0 +1,17 @@
+ 'About Predefined Kits',
+ 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'checkout' => 'Checkout Kit ',
+ 'create_success' => 'Kit was successfully created.',
+ 'create' => 'Create Predefined Kit',
+ 'update' => 'Update Predefined Kit',
+ 'delete_success' => 'Kit was successfully deleted.',
+ 'update_success' => 'Kit was successfully updated.',
+ '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. ',
+
+);
diff --git a/resources/lang/si-LK/admin/licenses/form.php b/resources/lang/si-LK/admin/licenses/form.php
new file mode 100644
index 0000000000..ce29167874
--- /dev/null
+++ b/resources/lang/si-LK/admin/licenses/form.php
@@ -0,0 +1,22 @@
+ 'Asset',
+ 'checkin' => 'Checkin',
+ 'create' => 'Create License',
+ 'expiration' => 'Expiration Date',
+ 'license_key' => 'Product Key',
+ 'maintained' => 'Maintained',
+ 'name' => 'Software Name',
+ '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' => 'Update License',
+ 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+);
diff --git a/resources/lang/si-LK/admin/licenses/general.php b/resources/lang/si-LK/admin/licenses/general.php
new file mode 100644
index 0000000000..25a536ec56
--- /dev/null
+++ b/resources/lang/si-LK/admin/licenses/general.php
@@ -0,0 +1,21 @@
+ 'About Licenses',
+ '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' => 'Edit License',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'clone' => 'Clone License',
+ 'history_for' => 'History for ',
+ 'in_out' => 'In/Out',
+ 'info' => 'License Info',
+ 'license_seats' => 'License Seats',
+ 'seat' => 'Seat',
+ 'seats' => 'Seats',
+ 'software_licenses' => 'Software Licenses',
+ 'user' => 'User',
+ 'view' => 'View License',
+);
diff --git a/resources/lang/si-LK/admin/licenses/message.php b/resources/lang/si-LK/admin/licenses/message.php
new file mode 100644
index 0000000000..87a7c3d0b9
--- /dev/null
+++ b/resources/lang/si-LK/admin/licenses/message.php
@@ -0,0 +1,52 @@
+ 'License does not exist.',
+ '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',
+
+
+ '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'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'There was an issue checking in the license. Please try again.',
+ 'success' => 'The license was checked in successfully'
+ ),
+
+);
diff --git a/resources/lang/si-LK/admin/licenses/table.php b/resources/lang/si-LK/admin/licenses/table.php
new file mode 100644
index 0000000000..dfce4136cb
--- /dev/null
+++ b/resources/lang/si-LK/admin/licenses/table.php
@@ -0,0 +1,17 @@
+ 'Assigned To',
+ 'checkout' => 'In/Out',
+ 'id' => 'ID',
+ 'license_email' => 'License Email',
+ 'license_name' => 'Licensed To',
+ 'purchase_date' => 'Purchase Date',
+ 'purchased' => 'Purchased',
+ 'seats' => 'Seats',
+ 'hardware' => 'Hardware',
+ 'serial' => 'Serial',
+ 'title' => 'License',
+
+);
diff --git a/resources/lang/si-LK/admin/locations/message.php b/resources/lang/si-LK/admin/locations/message.php
new file mode 100644
index 0000000000..3ba1eed3b6
--- /dev/null
+++ b/resources/lang/si-LK/admin/locations/message.php
@@ -0,0 +1,27 @@
+ 'Location does not exist.',
+ '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. ',
+
+
+ 'create' => array(
+ 'error' => 'Location was not created, please try again.',
+ 'success' => 'Location created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Location was not updated, please try again',
+ 'success' => 'Location updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this location?',
+ 'error' => 'There was an issue deleting the location. Please try again.',
+ 'success' => 'The location was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/locations/table.php b/resources/lang/si-LK/admin/locations/table.php
new file mode 100644
index 0000000000..1cbe540749
--- /dev/null
+++ b/resources/lang/si-LK/admin/locations/table.php
@@ -0,0 +1,23 @@
+ 'About Locations',
+ 'about_locations' => 'Locations are used to track location information for users, assets, and other items',
+ 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'Assets Assigned',
+ 'id' => 'ID',
+ 'city' => 'City',
+ 'state' => 'State',
+ 'country' => 'Country',
+ 'create' => 'Create Location',
+ 'update' => 'Update Location',
+ 'print_assigned' => 'Print Assigned',
+ 'print_all_assigned' => 'Print All Assigned',
+ 'name' => 'Location Name',
+ 'address' => 'Address',
+ 'zip' => 'Postal Code',
+ 'locations' => 'Locations',
+ 'parent' => 'Parent',
+ 'currency' => 'Location Currency',
+ 'ldap_ou' => 'LDAP Search OU',
+ );
diff --git a/resources/lang/si-LK/admin/manufacturers/message.php b/resources/lang/si-LK/admin/manufacturers/message.php
new file mode 100644
index 0000000000..21a4bc5aaf
--- /dev/null
+++ b/resources/lang/si-LK/admin/manufacturers/message.php
@@ -0,0 +1,29 @@
+ '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.'
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/manufacturers/table.php b/resources/lang/si-LK/admin/manufacturers/table.php
new file mode 100644
index 0000000000..4e3ea9904d
--- /dev/null
+++ b/resources/lang/si-LK/admin/manufacturers/table.php
@@ -0,0 +1,16 @@
+ 'About manufacturers',
+ 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
+ 'asset_manufacturers' => 'Asset Manufacturers',
+ 'create' => 'Create Manufacturer',
+ 'id' => 'ID',
+ 'name' => 'Name',
+ 'support_email' => 'Support Email',
+ 'support_phone' => 'Support Phone',
+ 'support_url' => 'Support URL',
+ 'update' => 'Update Manufacturer',
+ 'url' => 'URL',
+
+);
diff --git a/resources/lang/si-LK/admin/models/general.php b/resources/lang/si-LK/admin/models/general.php
new file mode 100644
index 0000000000..3281cfe0fc
--- /dev/null
+++ b/resources/lang/si-LK/admin/models/general.php
@@ -0,0 +1,18 @@
+ '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. Click here to restore it.',
+ '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 :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' => 'Fieldset',
+ 'no_custom_field' => 'No custom fields',
+ 'add_default_values' => 'Add default values',
+);
diff --git a/resources/lang/si-LK/admin/models/message.php b/resources/lang/si-LK/admin/models/message.php
new file mode 100644
index 0000000000..e3b29d5b4b
--- /dev/null
+++ b/resources/lang/si-LK/admin/models/message.php
@@ -0,0 +1,42 @@
+ 'Model does not exist.',
+ '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' => 'Models updated.'
+ ),
+
+ 'bulkdelete' => array(
+ 'error' => 'No models were selected, so nothing was deleted.',
+ 'success' => ':success_count model(s) 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.'
+ ),
+
+);
diff --git a/resources/lang/si-LK/admin/models/table.php b/resources/lang/si-LK/admin/models/table.php
new file mode 100644
index 0000000000..11a512b3d3
--- /dev/null
+++ b/resources/lang/si-LK/admin/models/table.php
@@ -0,0 +1,17 @@
+ 'Create Asset Model',
+ 'created_at' => 'Created at',
+ 'eol' => 'EOL',
+ 'modelnumber' => 'Model No.',
+ 'name' => 'Asset Model Name',
+ 'numassets' => 'Assets',
+ 'title' => 'Asset Models',
+ 'update' => 'Update Asset Model',
+ 'view' => 'View Asset Model',
+ 'update' => 'Update Asset Model',
+ 'clone' => 'Clone Model',
+ 'edit' => 'Edit Model',
+);
diff --git a/resources/lang/si-LK/admin/reports/general.php b/resources/lang/si-LK/admin/reports/general.php
new file mode 100644
index 0000000000..b03b97546f
--- /dev/null
+++ b/resources/lang/si-LK/admin/reports/general.php
@@ -0,0 +1,5 @@
+ 'Select the options you want for your asset report.'
+);
diff --git a/resources/lang/si-LK/admin/reports/message.php b/resources/lang/si-LK/admin/reports/message.php
new file mode 100644
index 0000000000..d4c8f8198f
--- /dev/null
+++ b/resources/lang/si-LK/admin/reports/message.php
@@ -0,0 +1,5 @@
+ 'You must select at least ONE option.'
+);
diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php
new file mode 100644
index 0000000000..e15162210e
--- /dev/null
+++ b/resources/lang/si-LK/admin/settings/general.php
@@ -0,0 +1,229 @@
+ 'Active Directory',
+ 'ad_domain' => 'Active Directory domain',
+ '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' => 'CC Email',
+ '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.',
+ 'is_ad' => 'This is an Active Directory server',
+ 'alert_email' => 'Send alerts to',
+ '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' => 'Audit Interval',
+ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
+ 'audit_warning_days' => 'Audit Warning Threshold',
+ 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
+ 'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
+ 'auto_increment_prefix' => 'Prefix (optional)',
+ 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
+ 'backups' => 'Backups',
+ 'barcode_settings' => 'Barcode Settings',
+ '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' => 'Dashboard Message',
+ 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
+ 'default_currency' => 'Default Currency',
+ 'default_eula_text' => 'Default EULA',
+ 'default_language' => 'Default Language',
+ 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
+ 'display_asset_name' => 'Display Asset Name',
+ 'display_checkout_date' => 'Display Checkout Date',
+ '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. ',
+ 'eula_settings' => 'EULA Settings',
+ 'eula_markdown' => 'This EULA allows Github flavored markdown.',
+ '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 Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'general_settings' => 'General Settings',
+ 'generate_backup' => 'Generate Backup',
+ '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_enabled' => 'LDAP enabled',
+ 'ldap_integration' => 'LDAP Integration',
+ 'ldap_settings' => 'LDAP Settings',
+ '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_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' => 'Allow invalid SSL Certificate',
+ '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' => 'Use 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' => 'Last Name',
+ '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 flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_emp_num' => 'LDAP Employee Number',
+ 'ldap_email' => 'LDAP Email',
+ 'license' => 'Software License',
+ 'load_remote_text' => 'Remote Scripts',
+ 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
+ '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 Github flavored markdown',
+ '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' => 'Results Per Page',
+ 'php' => 'PHP Version',
+ '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_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_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.',
+ 'setting' => 'Setting',
+ 'settings' => 'Settings',
+ 'show_alerts_in_menu' => 'Show alerts in top menu',
+ 'show_archived_in_list' => 'Archived Assets',
+ 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
+ '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' => 'Site Name',
+ 'slack_botname' => 'Slack Botname',
+ 'slack_channel' => 'Slack Channel',
+ 'slack_endpoint' => 'Slack Endpoint',
+ 'slack_integration' => 'Slack Settings',
+ 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account. Click on the Test Slack Integration button to confirm your settings are correct before saving. ',
+ 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.',
+ 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK 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' => 'Value',
+ 'brand' => 'Branding',
+ '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',
+ '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' => 'inches',
+ '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' => 'Two Factor Authentication',
+ '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 Google Authenticator 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' => 'Require Signature',
+ 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
+ 'left' => 'left',
+ 'right' => 'right',
+ 'top' => 'top',
+ 'bottom' => 'bottom',
+ 'vertical' => 'vertical',
+ 'horizontal' => 'horizontal',
+ '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.',
+);
diff --git a/resources/lang/si-LK/admin/settings/message.php b/resources/lang/si-LK/admin/settings/message.php
new file mode 100644
index 0000000000..736d5c3e9e
--- /dev/null
+++ b/resources/lang/si-LK/admin/settings/message.php
@@ -0,0 +1,22 @@
+ array(
+ 'error' => 'An error has occurred while updating. ',
+ 'success' => 'Settings updated successfully.'
+ ),
+ 'backup' => array(
+ 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
+ 'file_deleted' => 'The backup file was successfully deleted. ',
+ 'generated' => 'A new backup file was successfully created.',
+ 'file_not_found' => 'That backup file could not be found on the server.',
+ ),
+ 'purge' => array(
+ '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.'
+ ),
+
+);
diff --git a/resources/lang/si-LK/admin/statuslabels/message.php b/resources/lang/si-LK/admin/statuslabels/message.php
new file mode 100644
index 0000000000..2937f84978
--- /dev/null
+++ b/resources/lang/si-LK/admin/statuslabels/message.php
@@ -0,0 +1,32 @@
+ 'Status Label does not exist.',
+ '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' => array(
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
+ ),
+
+ 'delete' => array(
+ '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' => array(
+ 'undeployable' => 'These assets cannot be assigned to anyone.',
+ 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
+ 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
+ ),
+
+);
diff --git a/resources/lang/si-LK/admin/statuslabels/table.php b/resources/lang/si-LK/admin/statuslabels/table.php
new file mode 100644
index 0000000000..27befb5ef7
--- /dev/null
+++ b/resources/lang/si-LK/admin/statuslabels/table.php
@@ -0,0 +1,19 @@
+ 'About Status Labels',
+ 'archived' => 'Archived',
+ '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' => 'Deployable',
+ 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'name' => 'Status Name',
+ 'pending' => 'Pending',
+ 'status_type' => 'Status Type',
+ 'show_in_nav' => 'Show in side nav',
+ 'title' => 'Status Labels',
+ 'undeployable' => 'Undeployable',
+ 'update' => 'Update Status Label',
+);
diff --git a/resources/lang/si-LK/admin/suppliers/message.php b/resources/lang/si-LK/admin/suppliers/message.php
new file mode 100644
index 0000000000..cea332748f
--- /dev/null
+++ b/resources/lang/si-LK/admin/suppliers/message.php
@@ -0,0 +1,27 @@
+ 'Supplier does not exist.',
+
+
+ 'create' => array(
+ 'error' => 'Supplier was not created, please try again.',
+ 'success' => 'Supplier created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Supplier was not updated, please try again',
+ 'success' => 'Supplier updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this supplier?',
+ '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. ',
+ )
+
+);
diff --git a/resources/lang/si-LK/admin/suppliers/table.php b/resources/lang/si-LK/admin/suppliers/table.php
new file mode 100644
index 0000000000..2a7b07ca93
--- /dev/null
+++ b/resources/lang/si-LK/admin/suppliers/table.php
@@ -0,0 +1,27 @@
+ 'About Suppliers',
+ 'about_suppliers_text' => 'Suppliers are used to track the source of items',
+ 'address' => 'Supplier Address',
+ 'assets' => 'Assets',
+ 'city' => 'City',
+ 'contact' => 'Contact Name',
+ 'country' => 'Country',
+ 'create' => 'Create Supplier',
+ 'email' => 'Email',
+ 'fax' => 'Fax',
+ 'id' => 'ID',
+ 'licenses' => 'Licenses',
+ 'name' => 'Supplier Name',
+ 'notes' => 'Notes',
+ 'phone' => 'Phone',
+ 'state' => 'State',
+ 'suppliers' => 'Suppliers',
+ 'update' => 'Update Supplier',
+ 'url' => 'URL',
+ 'view' => 'View Supplier',
+ 'view_assets_for' => 'View Assets for',
+ 'zip' => 'Postal Code',
+
+);
diff --git a/resources/lang/si-LK/admin/users/general.php b/resources/lang/si-LK/admin/users/general.php
new file mode 100644
index 0000000000..ac4f652025
--- /dev/null
+++ b/resources/lang/si-LK/admin/users/general.php
@@ -0,0 +1,28 @@
+ 'This user can login',
+ 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
+ 'assets_user' => 'Assets assigned to :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' => 'Assets currently checked out to this user',
+ 'clone' => 'Clone User',
+ 'contact_user' => 'Contact :name',
+ 'edit' => 'Edit User',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'history_user' => 'History for :name',
+ 'info' => 'Info',
+ 'restore_user' => 'Click here to restore them.',
+ 'last_login' => 'Last Login',
+ 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'print_assigned' => 'Print All Assigned',
+ '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' => 'View User :name',
+ 'usercsv' => 'CSV file',
+ '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 ',
+ );
diff --git a/resources/lang/si-LK/admin/users/message.php b/resources/lang/si-LK/admin/users/message.php
new file mode 100644
index 0000000000..e517cd113b
--- /dev/null
+++ b/resources/lang/si-LK/admin/users/message.php
@@ -0,0 +1,60 @@
+ 'You have successfully accepted this asset.',
+ '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 [:id] does not exist.',
+ 'user_login_required' => 'The login field is required',
+ '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.',
+
+
+ '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' => 'This asset has already been accepted.',
+ 'accept_or_decline' => 'You must either accept or decline this asset.',
+ 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
+ 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server:',
+ 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD
Error from LDAP Server: ',
+ 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
Error from LDAP Server:',
+ 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them.
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.',
+ ),
+
+);
diff --git a/resources/lang/si-LK/admin/users/table.php b/resources/lang/si-LK/admin/users/table.php
new file mode 100644
index 0000000000..9bbe883e19
--- /dev/null
+++ b/resources/lang/si-LK/admin/users/table.php
@@ -0,0 +1,38 @@
+ 'Active',
+ 'allow' => 'Allow',
+ 'checkedout' => 'Assets',
+ 'created_at' => 'Created',
+ 'createuser' => 'Create User',
+ 'deny' => 'Deny',
+ 'email' => 'Email',
+ 'employee_num' => 'Employee No.',
+ 'first_name' => 'First Name',
+ 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
+ 'id' => 'Id',
+ 'inherit' => 'Inherit',
+ 'job' => 'Job Title',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'location' => 'Location',
+ 'lock_passwords' => 'Login details cannot be changed on this installation.',
+ 'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
+ 'name' => 'Name',
+ 'notes' => 'Notes',
+ 'password_confirm' => 'Confirm Password',
+ 'password' => 'Password',
+ 'phone' => 'Phone',
+ 'show_current' => 'Show Current Users',
+ 'show_deleted' => 'Show Deleted Users',
+ 'title' => 'Title',
+ 'to_restore_them' => 'to restore them.',
+ 'updateuser' => 'Update User',
+ 'username' => 'Username',
+ 'user_deleted_text' => 'This user has been marked as deleted.',
+ 'username_note' => '(This is used for Active Directory binding only, not for login.)',
+ 'cloneuser' => 'Clone User',
+ 'viewusers' => 'View Users',
+);
diff --git a/resources/lang/si-LK/auth/general.php b/resources/lang/si-LK/auth/general.php
new file mode 100644
index 0000000000..78b6780927
--- /dev/null
+++ b/resources/lang/si-LK/auth/general.php
@@ -0,0 +1,16 @@
+ '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' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
+ 'remember_me' => 'Remember Me',
+ 'username_help_top' => 'Enter your username to be emailed a password reset link.',
+ 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ ];
+
diff --git a/resources/lang/si-LK/auth/message.php b/resources/lang/si-LK/auth/message.php
new file mode 100644
index 0000000000..f086d8c04c
--- /dev/null
+++ b/resources/lang/si-LK/auth/message.php
@@ -0,0 +1,45 @@
+ '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.',
+ ),
+
+
+);
diff --git a/resources/lang/si-LK/button.php b/resources/lang/si-LK/button.php
new file mode 100644
index 0000000000..2b97223250
--- /dev/null
+++ b/resources/lang/si-LK/button.php
@@ -0,0 +1,17 @@
+ 'Actions',
+ 'add' => 'Add New',
+ 'cancel' => 'Cancel',
+ 'checkin_and_delete' => 'Checkin & Delete User',
+ 'delete' => 'Delete',
+ 'edit' => 'Edit',
+ 'restore' => 'Restore',
+ 'request' => 'Request',
+ 'submit' => 'Submit',
+ 'upload' => 'Upload',
+ 'select_file' => 'Select File...',
+ 'select_files' => 'Select Files...',
+ 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+);
diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php
new file mode 100644
index 0000000000..539a01a13f
--- /dev/null
+++ b/resources/lang/si-LK/general.php
@@ -0,0 +1,249 @@
+ 'Accessories',
+ 'activated' => 'Activated',
+ 'accessory' => 'Accessory',
+ 'accessory_report' => 'Accessory Report',
+ 'action' => 'Action',
+ 'activity_report' => 'Activity Report',
+ 'address' => 'Address',
+ 'admin' => 'Admin',
+ 'administrator' => 'Administrator',
+ 'add_seats' => 'Added seats',
+ 'all_assets' => 'All Assets',
+ 'all' => 'All',
+ 'archived' => 'Archived',
+ 'asset_models' => 'Asset Models',
+ 'asset_model' => 'Model',
+ 'asset' => 'Asset',
+ 'asset_report' => 'Asset Report',
+ 'asset_tag' => 'Asset Tag',
+ 'assets_available' => 'assets available',
+ 'audit' => 'Audit',
+ 'audit_report' => 'Audit Log',
+ 'assets' => 'Assets',
+ 'avatar_delete' => 'Delete Avatar',
+ 'avatar_upload' => 'Upload Avatar',
+ 'back' => 'Back',
+ 'bad_data' => 'Nothing found. Maybe bad data?',
+ 'bulkaudit' => 'Bulk Audit',
+ 'bulkaudit_status' => 'Audit Status',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bystatus' => 'by Status',
+ 'cancel' => 'Cancel',
+ 'categories' => 'Categories',
+ 'category' => 'Category',
+ 'change' => 'In/Out',
+ 'changeemail' => 'Change Email Address',
+ 'changepassword' => 'Change Password',
+ 'checkin' => 'Checkin',
+ 'checkin_from' => 'Checkin from',
+ 'checkout' => 'Checkout',
+ 'checkouts_count' => 'Checkouts',
+ 'checkins_count' => 'Checkins',
+ 'user_requests_count' => 'Requests',
+ 'city' => 'City',
+ 'click_here' => 'Click here',
+ 'clear_selection' => 'Clear Selection',
+ 'companies' => 'Companies',
+ 'company' => 'Company',
+ 'component' => 'Component',
+ 'components' => 'Components',
+ 'complete' => 'Complete',
+ 'consumable' => 'Consumable',
+ 'consumables' => 'Consumables',
+ 'country' => 'Country',
+ 'create' => 'Create New',
+ 'created' => 'Item Created',
+ 'created_asset' => 'created asset',
+ 'created_at' => 'Created at',
+ 'record_created' => 'Record Created',
+ 'updated_at' => 'Updated at',
+ 'currency' => '$', // this is deprecated
+ 'current' => 'Current',
+ 'custom_report' => 'Custom Asset Report',
+ 'dashboard' => 'Dashboard',
+ 'days' => 'days',
+ 'days_to_next_audit' => 'Days to Next Audit',
+ 'date' => 'Date',
+ 'debug_warning' => 'Warning!',
+ '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 APP_DEBUG
value in your .env
file to false
.',
+ 'delete' => 'Delete',
+ 'delete_confirm' => 'Are you sure you wish to delete :item?',
+ 'deleted' => 'Deleted',
+ 'delete_seats' => 'Deleted Seats',
+ 'departments' => 'Departments',
+ 'department' => 'Department',
+ 'deployed' => 'Deployed',
+ 'depreciation_report' => 'Depreciation Report',
+ 'details' => 'Details',
+ 'download' => 'Download',
+ 'download_all' => 'Download All',
+ 'depreciation' => 'Depreciation',
+ 'editprofile' => 'Edit Your Profile',
+ 'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ '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)',
+ 'first' => 'First',
+ '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' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'files' => 'Files',
+ 'file_name' => 'File',
+ 'file_type' => 'File Type',
+ 'file_uploads' => 'File Uploads',
+ 'generate' => 'Generate',
+ 'github_markdown' => 'This field accepts Github flavored markdown.',
+ 'groups' => 'Groups',
+ 'gravatar_email' => 'Gravatar Email Address',
+ 'history' => 'History',
+ 'history_for' => 'History for',
+ 'id' => 'ID',
+ 'image' => 'Image',
+ 'image_delete' => 'Delete Image',
+ 'image_upload' => 'Upload Image',
+ 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'import' => 'Import',
+ 'importing' => 'Importing',
+ 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
+ 'import-history' => 'Import History',
+ 'asset_maintenance' => 'Asset Maintenance',
+ 'asset_maintenance_report' => 'Asset Maintenance Report',
+ 'asset_maintenances' => 'Asset Maintenances',
+ 'item' => 'Item',
+ 'insufficient_permissions' => 'Insufficient permissions!',
+ 'kits' => 'Predefined Kits',
+ 'language' => 'Language',
+ 'last' => 'Last',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'license' => 'License',
+ 'license_report' => 'License Report',
+ 'licenses_available' => 'licenses available',
+ 'licenses' => 'Licenses',
+ 'list_all' => 'List All',
+ 'loading' => 'Loading',
+ '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' => 'Location',
+ 'locations' => 'Locations',
+ 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
+ 'maintenances' => 'Maintenances',
+ 'manufacturer' => 'Manufacturer',
+ 'manufacturers' => 'Manufacturers',
+ 'markdown' => 'This field allows Github flavored markdown.',
+ 'min_amt' => 'Min. QTY',
+ 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'model_no' => 'Model No.',
+ 'months' => 'months',
+ 'moreinfo' => 'More Info',
+ 'name' => 'Name',
+ 'next' => 'Next',
+ 'next_audit_date' => 'Next Audit Date',
+ 'last_audit' => 'Last Audit',
+ 'new' => 'new!',
+ 'no_depreciation' => 'No Depreciation',
+ 'no_results' => 'No Results.',
+ 'no' => 'No',
+ 'notes' => 'Notes',
+ 'order_number' => 'Order Number',
+ 'page_menu' => 'Showing _MENU_ items',
+ 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
+ 'pending' => 'Pending',
+ 'people' => 'People',
+ 'per_page' => 'Results Per Page',
+ 'previous' => 'Previous',
+ 'processing' => 'Processing',
+ 'profile' => 'Your profile',
+ 'purchase_cost' => 'Purchase Cost',
+ 'purchase_date' => 'Purchase Date',
+ 'qty' => 'QTY',
+ 'quantity' => 'Quantity',
+ 'ready_to_deploy' => 'Ready to Deploy',
+ 'recent_activity' => 'Recent Activity',
+ 'remove_company' => 'Remove Company Association',
+ 'reports' => 'Reports',
+ 'restored' => 'restored',
+ 'requested' => 'Requested',
+ 'request_canceled' => 'Request Canceled',
+ 'save' => 'Save',
+ 'select' => 'Select',
+ 'search' => 'Search',
+ 'select_category' => 'Select a Category',
+ 'select_department' => 'Select a Department',
+ 'select_depreciation' => 'Select a Depreciation Type',
+ 'select_location' => 'Select a Location',
+ 'select_manufacturer' => 'Select a Manufacturer',
+ 'select_model' => 'Select a Model',
+ 'select_supplier' => 'Select a Supplier',
+ 'select_user' => 'Select a User',
+ 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_statuslabel' => 'Select Status',
+ 'select_company' => 'Select Company',
+ 'select_asset' => 'Select Asset',
+ 'settings' => 'Settings',
+ 'show_deleted' => 'Show Deleted',
+ 'show_current' => 'Show Current',
+ 'sign_in' => 'Sign in',
+ 'signature' => 'Signature',
+ 'skin' => 'Skin',
+ 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
+ 'site_name' => 'Site Name',
+ 'state' => 'State',
+ 'status_labels' => 'Status Labels',
+ 'status' => 'Status',
+ 'supplier' => 'Supplier',
+ 'suppliers' => 'Suppliers',
+ 'sure_to_delete' => 'Are you sure you wish to delete',
+ 'submit' => 'Submit',
+ 'target' => 'Target',
+ 'time_and_date_display' => 'Time and Date Display',
+ 'total_assets' => 'total assets',
+ 'total_licenses' => 'total licenses',
+ 'total_accessories' => 'total accessories',
+ 'total_consumables' => 'total consumables',
+ 'type' => 'Type',
+ 'undeployable' => 'Un-deployable',
+ 'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
+ 'update' => 'Update',
+ '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' => 'User',
+ 'accepted' => 'accepted',
+ 'declined' => 'declined',
+ 'unaccepted_asset_report' => 'Unaccepted Assets',
+ 'users' => 'Users',
+ 'viewall' => 'View All',
+ 'viewassets' => 'View Assigned Assets',
+ 'website' => 'Website',
+ 'welcome' => 'Welcome, :name',
+ 'years' => 'years',
+ 'yes' => 'Yes',
+ 'zip' => 'Zip',
+ 'noimage' => 'No image uploaded or image not found.',
+ 'token_expired' => 'Your form session has expired. Please try again.',
+ 'login_enabled' => 'Login Enabled',
+ 'audit_due' => 'Due for Audit',
+ 'audit_overdue' => 'Overdue for Audit',
+ 'accept' => 'Accept :asset',
+ 'i_accept' => 'I accept',
+ 'i_decline' => 'I decline',
+ 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
+ 'clear_signature' => 'Clear Signature',
+ 'show_help' => 'Show help',
+ 'hide_help' => 'Hide help',
+ ];
diff --git a/resources/lang/si-LK/help.php b/resources/lang/si-LK/help.php
new file mode 100644
index 0000000000..4cb2354f89
--- /dev/null
+++ b/resources/lang/si-LK/help.php
@@ -0,0 +1,36 @@
+ "More Info",
+
+ "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+
+ 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+
+ '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' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+
+ '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' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
+
+ 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+
+
+
+);
diff --git a/resources/lang/si-LK/mail.php b/resources/lang/si-LK/mail.php
new file mode 100644
index 0000000000..c34123ed74
--- /dev/null
+++ b/resources/lang/si-LK/mail.php
@@ -0,0 +1,80 @@
+ 'A user has canceled an item request on the website',
+ 'a_user_requested' => 'A user has requested an item on the website',
+ 'accessory_name' => 'Accessory Name:',
+ 'additional_notes' => 'Additional Notes:',
+ 'admin_has_created' => 'An administrator has created an account for you on the :web website.',
+ 'asset' => 'Asset:',
+ 'asset_name' => 'Asset Name:',
+ 'asset_requested' => 'Asset requested',
+ 'asset_tag' => 'Asset Tag',
+ 'assigned_to' => 'Assigned To',
+ 'best_regards' => 'Best regards,',
+ 'canceled' => 'Canceled:',
+ 'checkin_date' => 'Checkin Date:',
+ 'checkout_date' => 'Checkout Date:',
+ 'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
+ '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.',
+ 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
+ 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
+ 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
+ 'Confirm_license_delivery' => 'License delivery confirmation',
+ 'Confirm_asset_delivery' => 'Asset delivery confirmation',
+ 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'current_QTY' => 'Current QTY',
+ 'Days' => 'Days',
+ 'days' => 'Days',
+ 'expecting_checkin_date' => 'Expected Checkin Date:',
+ 'expires' => 'Expires',
+ 'Expiring_Assets_Report' => 'Expiring Assets Report.',
+ 'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
+ 'hello' => 'Hello',
+ 'hi' => 'Hi',
+ 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
+ 'item' => 'Item:',
+ 'Item_Request_Canceled' => 'Item Request Canceled',
+ 'Item_Requested' => 'Item Requested',
+ 'link_to_update_password' => 'Please click on the following link to update your :web password:',
+ 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
+ 'login' => 'Login:',
+ 'Low_Inventory_Report' => 'Low Inventory Report',
+ 'min_QTY' => 'Min QTY',
+ 'name' => 'Name',
+ 'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ '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:',
+ 'serial' => 'Serial',
+ 'supplier' => 'Supplier',
+ '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: ',
+ '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.',
+ 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
+ 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
+ 'to_reset' => 'To reset your :web password, complete this form:',
+ 'type' => 'Type',
+ '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' => 'User',
+ 'username' => 'Username',
+ 'welcome' => 'Welcome :name',
+ 'welcome_to' => 'Welcome to :web!',
+ 'your_credentials' => 'Your Snipe-IT credentials',
+ 'Accessory_Checkin_Notification' => 'Accessory checked in',
+ 'Asset_Checkin_Notification' => 'Asset checked in',
+ 'License_Checkin_Notification' => 'License checked in',
+ 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
+ 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
+ 'your_assets' => 'View Your Assets'
+);
diff --git a/resources/lang/si-LK/pagination.php b/resources/lang/si-LK/pagination.php
new file mode 100644
index 0000000000..b573b51e91
--- /dev/null
+++ b/resources/lang/si-LK/pagination.php
@@ -0,0 +1,20 @@
+ '« Previous',
+
+ 'next' => 'Next »',
+
+);
diff --git a/resources/lang/si-LK/passwords.php b/resources/lang/si-LK/passwords.php
new file mode 100644
index 0000000000..61fe7fbd43
--- /dev/null
+++ b/resources/lang/si-LK/passwords.php
@@ -0,0 +1,7 @@
+ 'Your password link has been sent!',
+ 'user' => 'No matching active user found with that email.',
+];
+
diff --git a/resources/lang/si-LK/reminders.php b/resources/lang/si-LK/reminders.php
new file mode 100644
index 0000000000..e7a476e3a2
--- /dev/null
+++ b/resources/lang/si-LK/reminders.php
@@ -0,0 +1,24 @@
+ "Passwords must be six characters and match the confirmation.",
+
+ "user" => "Username or email address is incorrect",
+
+ "token" => "This password reset token is invalid.",
+
+ "sent" => "If a matching email address was found, a password reminder has been sent!",
+
+);
diff --git a/resources/lang/si-LK/table.php b/resources/lang/si-LK/table.php
new file mode 100644
index 0000000000..f7a49d86c1
--- /dev/null
+++ b/resources/lang/si-LK/table.php
@@ -0,0 +1,10 @@
+ 'Actions',
+ 'action' => 'Action',
+ 'by' => 'By',
+ 'item' => 'Item',
+
+);
diff --git a/resources/lang/si-LK/validation.php b/resources/lang/si-LK/validation.php
new file mode 100644
index 0000000000..4ece7d41c7
--- /dev/null
+++ b/resources/lang/si-LK/validation.php
@@ -0,0 +1,138 @@
+ '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' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ '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.',
+ ],
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ '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.',
+ '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.",
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 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' => 'That password is too common.',
+ "statuslabel_type" => "You must select a valid status label type",
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => [],
+
+);
diff --git a/resources/lang/sk/admin/accessories/general.php b/resources/lang/sk/admin/accessories/general.php
new file mode 100644
index 0000000000..e9a2e69ff6
--- /dev/null
+++ b/resources/lang/sk/admin/accessories/general.php
@@ -0,0 +1,20 @@
+ 'Accessory Category',
+ 'accessory_name' => 'Accessory Name',
+ 'checkout' => 'Checkout Accessory',
+ 'checkin' => 'Checkin Accessory',
+ 'create' => 'Create Accessory',
+ 'edit' => 'Edit Accessory',
+ 'eula_text' => 'Category EULA',
+ 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
+ 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
+ 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'total' => 'Total',
+ 'remaining' => 'Avail',
+ 'update' => 'Update Accessory',
+ 'use_default_eula' => 'Use the primary default EULA instead.',
+ 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+
+);
diff --git a/resources/lang/sk/admin/accessories/message.php b/resources/lang/sk/admin/accessories/message.php
new file mode 100644
index 0000000000..a356463064
--- /dev/null
+++ b/resources/lang/sk/admin/accessories/message.php
@@ -0,0 +1,37 @@
+ 'The accessory [:id] does not exist.',
+ 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
+
+ 'create' => array(
+ 'error' => 'The accessory was not created, please try again.',
+ 'success' => 'The accessory was successfully created.'
+ ),
+
+ 'update' => array(
+ 'error' => 'The accessory was not updated, please try again',
+ 'success' => 'The accessory was updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this accessory?',
+ 'error' => 'There was an issue deleting the accessory. Please try again.',
+ 'success' => 'The accessory was deleted successfully.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'Accessory was not checked out, please try again',
+ 'success' => 'Accessory checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Accessory was not checked in, please try again',
+ 'success' => 'Accessory checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/sk/admin/accessories/table.php b/resources/lang/sk/admin/accessories/table.php
new file mode 100644
index 0000000000..e02d9f22e4
--- /dev/null
+++ b/resources/lang/sk/admin/accessories/table.php
@@ -0,0 +1,11 @@
+ 'Download CSV',
+ 'eula_text' => 'EULA',
+ 'id' => 'ID',
+ 'require_acceptance' => 'Acceptance',
+ 'title' => 'Accessory Name',
+
+
+);
diff --git a/resources/lang/sk/admin/asset_maintenances/form.php b/resources/lang/sk/admin/asset_maintenances/form.php
new file mode 100644
index 0000000000..2aa005c45f
--- /dev/null
+++ b/resources/lang/sk/admin/asset_maintenances/form.php
@@ -0,0 +1,14 @@
+ 'Maintenance Type',
+ 'title' => 'Title',
+ 'start_date' => 'Started',
+ 'completion_date' => 'Completed',
+ 'cost' => 'Cost',
+ 'is_warranty' => 'Warranty Improvement',
+ 'asset_maintenance_time' => 'Days',
+ 'notes' => 'Notes',
+ 'update' => 'Update',
+ 'create' => 'Create'
+ ];
diff --git a/resources/lang/sk/admin/asset_maintenances/general.php b/resources/lang/sk/admin/asset_maintenances/general.php
new file mode 100644
index 0000000000..d094167804
--- /dev/null
+++ b/resources/lang/sk/admin/asset_maintenances/general.php
@@ -0,0 +1,14 @@
+ 'Asset Maintenances',
+ 'edit' => 'Edit Asset Maintenance',
+ 'delete' => 'Delete Asset Maintenance',
+ 'view' => 'View Asset Maintenance Details',
+ 'repair' => 'Repair',
+ 'maintenance' => 'Maintenance',
+ 'upgrade' => 'Upgrade',
+ 'calibration' => 'Calibration',
+ 'software_support' => 'Software Support',
+ 'hardware_support' => 'Hardware Support',
+ ];
diff --git a/resources/lang/sk/admin/asset_maintenances/message.php b/resources/lang/sk/admin/asset_maintenances/message.php
new file mode 100644
index 0000000000..d121115825
--- /dev/null
+++ b/resources/lang/sk/admin/asset_maintenances/message.php
@@ -0,0 +1,21 @@
+ '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' => 'Not Completed Yet',
+ 'warranty' => 'Warranty',
+ 'not_warranty' => 'Not Warranty',
+ ];
\ No newline at end of file
diff --git a/resources/lang/sk/admin/asset_maintenances/table.php b/resources/lang/sk/admin/asset_maintenances/table.php
new file mode 100644
index 0000000000..f3a6be60f9
--- /dev/null
+++ b/resources/lang/sk/admin/asset_maintenances/table.php
@@ -0,0 +1,8 @@
+ 'Asset Maintenance',
+ 'asset_name' => 'Asset Name',
+ 'is_warranty' => 'Warranty',
+ 'dl_csv' => 'Download CSV'
+ ];
diff --git a/resources/lang/sk/admin/categories/general.php b/resources/lang/sk/admin/categories/general.php
new file mode 100644
index 0000000000..277035d4c1
--- /dev/null
+++ b/resources/lang/sk/admin/categories/general.php
@@ -0,0 +1,22 @@
+ 'Kategórie majetku',
+ 'category_name' => 'Názov kategórie',
+ 'checkin_email' => 'Poslať email používateľovi pri prijatí / odovzdaní.',
+ 'checkin_email_notification' => 'Používateľovi bude odoslaný mail pri prijatí / odovzdaní.',
+ 'clone' => 'Duplikovať kategóriu',
+ 'create' => 'Vytvoriť kategóriu',
+ 'edit' => 'Upraviť kategóriu',
+ 'eula_text' => 'Kategória EULA',
+ 'eula_text_help' => 'Toto políčko umožňuje prispôsobiť dokument EULA špecifikcému typu majetku. Ak máte iba jeden dokument EULA pre všetky typy majetku, môžete oznaciť možnosť nižšie, aby sa použil predvolený dokument.',
+ 'name' => 'Názov kategórie',
+ 'require_acceptance' => 'Vyžadovač od používatľov aby potvrdili prijatie majetku v tejto kategórii.',
+ 'required_acceptance' => 'Tomuto používateľovi bude zaslaný mailom odkaz na potvrdenie prijatia tejto položky.',
+ 'required_eula' => 'Tomuto používateľovi bude zaslaná kópia dokumentu EULA',
+ 'no_default_eula' => 'Žiaden predvolený EULA dokument nebol nájdený. Pridajte nový v Nastaveniach.',
+ 'update' => 'Upraviť kategóriu',
+ 'use_default_eula' => 'Použiť predvolený dokument EULA namiesto toho.',
+ 'use_default_eula_disabled' => 'Použiť namiesto toho predvolený dokument EULA. Predvolený dokument EULA nie je nastavený. Prosím vyberte predvolený dokument v Nastaveniach.',
+
+);
diff --git a/resources/lang/sk/admin/categories/message.php b/resources/lang/sk/admin/categories/message.php
new file mode 100644
index 0000000000..2562d155e8
--- /dev/null
+++ b/resources/lang/sk/admin/categories/message.php
@@ -0,0 +1,25 @@
+ 'Kategória neexistuje.',
+ 'assoc_models' => 'Táto kategória je priradená minimálne jednému modelu, preto nemôže byť odstránená. Prosím upravte príslušný model, aby neodkazoval na túto kategóriu a skúsne znovu. ',
+ 'assoc_items' => 'Táto kategória je priradená minimálne jednému :aset_tzpe, preto nemôže byť odstránená. Prosím upravte príslušný :asset_type, aby neodkazoval na túto kategóriu a skúsne znovu. ',
+
+ 'create' => array(
+ 'error' => 'Kategória nebola vytvorená, skúste prosím znovu.',
+ 'success' => 'Kategória bola úspešne vytvorená.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Kategóriu sa nepodarilo aktualizovať, skúste prosím znovu',
+ 'success' => 'Kategória bola úspešne aktualizovaná.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chceete odstrániť túto kategóriu?',
+ 'error' => 'Pri odstraňovaní kategórie sa vyskytla chyba. Skúste prosím znovu.',
+ 'success' => 'Kategória bola úspešne odstránená.'
+ )
+
+);
diff --git a/resources/lang/sk/admin/categories/table.php b/resources/lang/sk/admin/categories/table.php
new file mode 100644
index 0000000000..9263b03c42
--- /dev/null
+++ b/resources/lang/sk/admin/categories/table.php
@@ -0,0 +1,10 @@
+ 'EULA',
+ 'id' => 'ID',
+ 'parent' => 'Nadradené',
+ 'require_acceptance' => 'Akceptácia',
+ 'title' => 'Názov kategórie majetku',
+
+);
diff --git a/resources/lang/sk/admin/companies/general.php b/resources/lang/sk/admin/companies/general.php
new file mode 100644
index 0000000000..9d58ccb58e
--- /dev/null
+++ b/resources/lang/sk/admin/companies/general.php
@@ -0,0 +1,4 @@
+ 'Select Company',
+];
diff --git a/resources/lang/sk/admin/companies/message.php b/resources/lang/sk/admin/companies/message.php
new file mode 100644
index 0000000000..a6db573519
--- /dev/null
+++ b/resources/lang/sk/admin/companies/message.php
@@ -0,0 +1,18 @@
+ 'Company does not exist.',
+ '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' => array(
+ 'error' => 'Company was not created, please try again.',
+ 'success' => 'Company created successfully.'
+ ),
+ 'update' => array(
+ 'error' => 'Company was not updated, please try again',
+ 'success' => 'Company updated successfully.'
+ ),
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this company?',
+ 'error' => 'There was an issue deleting the company. Please try again.',
+ 'success' => 'The Company was deleted successfully.'
+ )
+);
diff --git a/resources/lang/sk/admin/companies/table.php b/resources/lang/sk/admin/companies/table.php
new file mode 100644
index 0000000000..2f86126ff2
--- /dev/null
+++ b/resources/lang/sk/admin/companies/table.php
@@ -0,0 +1,9 @@
+ 'Companies',
+ 'create' => 'Create Company',
+ 'title' => 'Company',
+ 'update' => 'Update Company',
+ 'name' => 'Company Name',
+ 'id' => 'ID',
+);
diff --git a/resources/lang/sk/admin/components/general.php b/resources/lang/sk/admin/components/general.php
new file mode 100644
index 0000000000..f7689a7ad1
--- /dev/null
+++ b/resources/lang/sk/admin/components/general.php
@@ -0,0 +1,15 @@
+ 'Component Name',
+ 'checkin' => 'Checkin Component',
+ 'checkout' => 'Checkout Component',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Component',
+ 'edit' => 'Edit Component',
+ 'date' => 'Purchase Date',
+ 'order' => 'Order Number',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Component',
+);
diff --git a/resources/lang/sk/admin/components/message.php b/resources/lang/sk/admin/components/message.php
new file mode 100644
index 0000000000..1d13970f23
--- /dev/null
+++ b/resources/lang/sk/admin/components/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Component was not checked in, please try again',
+ 'success' => 'Component checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/sk/admin/components/table.php b/resources/lang/sk/admin/components/table.php
new file mode 100644
index 0000000000..3d4fed6a7f
--- /dev/null
+++ b/resources/lang/sk/admin/components/table.php
@@ -0,0 +1,5 @@
+ 'Component Name',
+);
diff --git a/resources/lang/sk/admin/consumables/general.php b/resources/lang/sk/admin/consumables/general.php
new file mode 100644
index 0000000000..7c6bb32968
--- /dev/null
+++ b/resources/lang/sk/admin/consumables/general.php
@@ -0,0 +1,11 @@
+ 'Checkout Consumable to User',
+ 'consumable_name' => 'Consumable Name',
+ 'create' => 'Create Consumable',
+ 'item_no' => 'Item No.',
+ 'remaining' => 'Remaining',
+ 'total' => 'Total',
+ 'update' => 'Update Consumable',
+);
diff --git a/resources/lang/sk/admin/consumables/message.php b/resources/lang/sk/admin/consumables/message.php
new file mode 100644
index 0000000000..48a3cfbd9f
--- /dev/null
+++ b/resources/lang/sk/admin/consumables/message.php
@@ -0,0 +1,36 @@
+ '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' => 'That user is invalid. Please try again.'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Consumable was not checked in, please try again',
+ 'success' => 'Consumable checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ )
+
+
+);
diff --git a/resources/lang/sk/admin/consumables/table.php b/resources/lang/sk/admin/consumables/table.php
new file mode 100644
index 0000000000..bb76721f17
--- /dev/null
+++ b/resources/lang/sk/admin/consumables/table.php
@@ -0,0 +1,5 @@
+ 'Consumable Name',
+);
diff --git a/resources/lang/sk/admin/custom_fields/general.php b/resources/lang/sk/admin/custom_fields/general.php
new file mode 100644
index 0000000000..c8d2a70a71
--- /dev/null
+++ b/resources/lang/sk/admin/custom_fields/general.php
@@ -0,0 +1,32 @@
+ 'Custom Fields',
+ 'field' => 'Field',
+ 'about_fieldsets_title' => 'About Fieldsets',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used 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' => 'Encrypted',
+ 'fieldset' => 'Fieldset',
+ 'qty_fields' => 'Qty Fields',
+ 'fieldsets' => 'Fieldsets',
+ 'fieldset_name' => 'Fieldset Name',
+ 'field_name' => 'Field Name',
+ 'field_values' => 'Field Values',
+ 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
+ 'field_element' => 'Form Element',
+ 'field_element_short' => 'Element',
+ 'field_format' => 'Format',
+ '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 regex:/^[0-9]{15}$/
.',
+ 'required' => 'Required',
+ 'req' => 'Req.',
+ 'used_by_models' => 'Used By Models',
+ 'order' => 'Order',
+ 'create_fieldset' => 'New Fieldset',
+ 'create_field' => 'New Custom Field',
+ '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.',
+);
diff --git a/resources/lang/sk/admin/custom_fields/message.php b/resources/lang/sk/admin/custom_fields/message.php
new file mode 100644
index 0000000000..ed66a6ba16
--- /dev/null
+++ b/resources/lang/sk/admin/custom_fields/message.php
@@ -0,0 +1,57 @@
+ 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.',
+ )
+
+ ),
+
+
+
+
+
+
+);
diff --git a/resources/lang/sk/admin/departments/message.php b/resources/lang/sk/admin/departments/message.php
new file mode 100644
index 0000000000..d65f4fbb2b
--- /dev/null
+++ b/resources/lang/sk/admin/departments/message.php
@@ -0,0 +1,21 @@
+ 'Department does not exist.',
+ '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.'
+ )
+
+);
diff --git a/resources/lang/sk/admin/departments/table.php b/resources/lang/sk/admin/departments/table.php
new file mode 100644
index 0000000000..76494247be
--- /dev/null
+++ b/resources/lang/sk/admin/departments/table.php
@@ -0,0 +1,11 @@
+ 'ID',
+ 'name' => 'Department Name',
+ 'manager' => 'Manager',
+ 'location' => 'Location',
+ 'create' => 'Create Department',
+ 'update' => 'Update Department',
+ );
diff --git a/resources/lang/sk/admin/depreciations/general.php b/resources/lang/sk/admin/depreciations/general.php
new file mode 100644
index 0000000000..60ffbdcc86
--- /dev/null
+++ b/resources/lang/sk/admin/depreciations/general.php
@@ -0,0 +1,12 @@
+ 'O odpisovaní majetku',
+ 'about_depreciations' => 'Môžete nastaviť odpisovanie majetku, aby dochádzalo k rovnomernému odpisovaniu.',
+ 'asset_depreciations' => 'Odpisy majetku',
+ 'create' => 'Vytovirť typ odpisu',
+ 'depreciation_name' => 'Názov odpisovania',
+ 'number_of_months' => 'Počet mesiacov',
+ 'update' => 'Upraviť odpisovanie',
+
+);
diff --git a/resources/lang/sk/admin/depreciations/message.php b/resources/lang/sk/admin/depreciations/message.php
new file mode 100644
index 0000000000..b21e469a86
--- /dev/null
+++ b/resources/lang/sk/admin/depreciations/message.php
@@ -0,0 +1,25 @@
+ 'Kategória odpisovania neexistuje.',
+ 'assoc_users' => 'Tento typ odpisovania je použitý v jednom alebo viacerých modeloch, preto nemôže byť odstránený. Prosím odstráňte príslušný model a skúste znovu. ',
+
+
+ 'create' => array(
+ 'error' => 'Trieda odpisovania nebola vytvorená, prosím skúste znovu. :(',
+ 'success' => 'Trieda odpisovania bola vytvorená. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Trieda odpisovania nebola aktualizovaná, prosím skúste znovu',
+ 'success' => 'Trieda odpisovania bola úspešne upravená.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť túto triedu odpisovania?',
+ 'error' => 'Pri odstraňovaní triedy odpisovania sa vyskytla chyba. Skúste prosím znovu.',
+ 'success' => 'Triedu odpisovania sa nepodarilo odstrániť.'
+ )
+
+);
diff --git a/resources/lang/sk/admin/depreciations/table.php b/resources/lang/sk/admin/depreciations/table.php
new file mode 100644
index 0000000000..d2eb4c04ef
--- /dev/null
+++ b/resources/lang/sk/admin/depreciations/table.php
@@ -0,0 +1,10 @@
+ 'ID',
+ 'months' => 'Mesiace',
+ 'term' => 'Lehota',
+ 'title' => 'Názov ',
+
+);
diff --git a/resources/lang/sk/admin/groups/message.php b/resources/lang/sk/admin/groups/message.php
new file mode 100644
index 0000000000..b94224b627
--- /dev/null
+++ b/resources/lang/sk/admin/groups/message.php
@@ -0,0 +1,22 @@
+ 'Skupiny už existuje!',
+ 'group_not_found' => 'Skupina [:id] neexistuje.',
+ 'group_name_required' => 'Pole názov je povinné',
+
+ 'success' => array(
+ 'create' => 'Skupina bola úspešne vytovrená.',
+ 'update' => 'Skupina bol úspešne aktualizovaná.',
+ 'delete' => 'Skupina bola úspešne odstránená.',
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť túto skupinu?',
+ 'create' => 'Pri odstraňovaní skupiny sa vyskytla chyba. Skúste prosím znovu.',
+ 'update' => 'Pri aktualizácií skupiny sa vyskytla chyba. Prosím skúste znovu.',
+ 'delete' => 'Pri odstraňovaní skupiny sa vyskytla chyba. Skúste prosím znovu.',
+ ),
+
+);
diff --git a/resources/lang/sk/admin/groups/table.php b/resources/lang/sk/admin/groups/table.php
new file mode 100644
index 0000000000..85befea2a5
--- /dev/null
+++ b/resources/lang/sk/admin/groups/table.php
@@ -0,0 +1,9 @@
+ 'Id',
+ 'name' => 'Názov',
+ 'users' => '# z používateľov',
+
+);
diff --git a/resources/lang/sk/admin/groups/titles.php b/resources/lang/sk/admin/groups/titles.php
new file mode 100644
index 0000000000..9dad7bd1cb
--- /dev/null
+++ b/resources/lang/sk/admin/groups/titles.php
@@ -0,0 +1,14 @@
+ 'O skupinách',
+ 'about_groups' => 'Skupiny sa používajú k zobecneniu používateľských opravnení.',
+ 'group_management' => 'Správa skupín',
+ 'create' => 'Vytvoriť novú skupinu',
+ 'update' => 'Upraviť skupinu',
+ 'group_name' => 'Názov skupiny',
+ 'group_admin' => 'Administrátor skupiny',
+ 'allow' => 'Povoliť',
+ 'deny' => 'Odmietnuť',
+
+);
diff --git a/resources/lang/sk/admin/hardware/form.php b/resources/lang/sk/admin/hardware/form.php
new file mode 100644
index 0000000000..2899553274
--- /dev/null
+++ b/resources/lang/sk/admin/hardware/form.php
@@ -0,0 +1,44 @@
+ 'Potvrdiť hromadné odstránenie majetku',
+ 'bulk_delete_help' => 'Nižšie skontrolujte zoznam majetku na odstránenie. Po odstránení je možné tieto majetky obnoviť, nebudú už ale priradené k žiadnym používateľom, ku ktorým sú momentálne priradení.',
+ 'bulk_delete_warn' => 'Chystáte sa odstrániť :asset_count majetky.',
+ 'bulk_update' => 'Hromadná úprava majetku',
+ 'bulk_update_help' => 'Tento formulár umožňuje hromadnú úpravu majetku. Vyplňte iba položky, ktoré chcete zmeniť. Akékoľvek prázdne položky zostanú nezmenené. ',
+ 'bulk_update_warn' => 'Chystáte sa upraviť vlastnosti :asset_count majetkov.',
+ 'checkedout_to' => 'Odovzdané',
+ 'checkout_date' => 'Dátum odovzdania',
+ 'checkin_date' => 'Dátum prijatia',
+ 'checkout_to' => 'Odovzdať',
+ 'cost' => 'Kúpna cena',
+ 'create' => 'Pridať majetok',
+ 'date' => 'Dátum nákupu',
+ 'depreciation' => 'Odpisovanie',
+ 'depreciates_on' => 'Plne odpísaný',
+ 'default_location' => 'Povodná lokalita',
+ 'eol_date' => 'Dátum EOL',
+ 'eol_rate' => 'Miera EOL',
+ 'expected_checkin' => 'Očakávaný dátum prijatia',
+ 'expires' => 'Exspiruje',
+ 'fully_depreciated' => 'Plne odpísaný',
+ 'help_checkout' => 'Ak si prajete priradiť tento majetok okamžite, zvoľte možnosť "Pripravený na odovzdanie" z vyššie dostupného zoznamu stavov. ',
+ 'mac_address' => 'MAC adresa',
+ 'manufacturer' => 'Výrobca',
+ 'model' => 'Model',
+ 'months' => 'mesiace/ov',
+ 'name' => 'Názov majetku',
+ 'notes' => 'Poznámky',
+ 'order' => 'Číslo objednávky',
+ 'qr' => 'QR kód',
+ 'requestable' => 'Používatelia môžu žiadať tento majetok',
+ 'select_statustype' => 'Vyberte typ stavu',
+ 'serial' => 'Sériové číslo',
+ 'status' => 'Stav',
+ 'tag' => 'Označenie majetku',
+ 'update' => 'Aktualizácia majetku',
+ 'warranty' => 'Záruka',
+ 'warranty_expires' => 'Koniec záruky',
+ 'years' => 'roky/ov',
+)
+;
diff --git a/resources/lang/sk/admin/hardware/general.php b/resources/lang/sk/admin/hardware/general.php
new file mode 100644
index 0000000000..f33503a594
--- /dev/null
+++ b/resources/lang/sk/admin/hardware/general.php
@@ -0,0 +1,22 @@
+ 'O majetkoch',
+ 'about_assets_text' => 'Majetkom sú položky identifikované sériovým čislom alebo značkou majetku. Väčšinou ide o položky s vyššou hodnotou, pri ktorých je dôležité identifikovať konkrétnu položku.',
+ 'archived' => 'Archivované',
+ 'asset' => 'Majetok',
+ 'bulk_checkout' => 'Vyskladniť majetky',
+ 'checkin' => 'Prevziať majetok',
+ 'checkout' => 'Vyskladniť majetok',
+ 'clone' => 'Duplikovať majetok',
+ 'deployable' => 'Vyskladniteľný',
+ 'deleted' => 'Tento majetok bol odstránený. Kliknite sem pre jeho obnovenie.',
+ 'edit' => 'Upraviť majetok',
+ 'model_deleted' => 'Tento model majetku bol odstránený. Pred obnovením majetku musíte najprv obnoviť model.
Pre obnovenie modelu kliknite sem.',
+ 'requestable' => 'Vyžiadateľný',
+ 'requested' => 'Vyžiadané',
+ 'restore' => 'Obnoviť majetok',
+ 'pending' => 'Čakajúce',
+ 'undeployable' => 'Nevyskladniteľný',
+ 'view' => 'Zobraziť majetok',
+);
diff --git a/resources/lang/sk/admin/hardware/message.php b/resources/lang/sk/admin/hardware/message.php
new file mode 100644
index 0000000000..3e68d5668f
--- /dev/null
+++ b/resources/lang/sk/admin/hardware/message.php
@@ -0,0 +1,83 @@
+ 'Varovanie: Tento majetok bol oznáčený ako nepriraditeľný.
+ Ak došlo k zmene, prosím upravte aktuálny stav majetku.',
+ 'does_not_exist' => 'Majetok neexistuje.',
+ 'does_not_exist_or_not_requestable' => 'Pekný pokus. Tento majetok nie je možné vyžiadať.',
+ 'assoc_users' => 'Tento majetok je práve priradený používateľovi, preto nemôže byť odstránený. Prosim najprv odoberte majetok používateľovi, následne skúste znovu. ',
+
+ 'create' => array(
+ 'error' => 'Majetok nebol vytvorený, prosím skúste znovu. :(',
+ 'success' => 'Majetok bol úspešne vytvorený. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Majetok sa nepodarilo upraviť, skúste prosím znovu',
+ 'success' => 'Majetok bol úspešne upravený.',
+ 'nothing_updated' => 'Neboli vybrané žiadne položky, preto nebolo nič upravené.',
+ ),
+
+ 'restore' => array(
+ 'error' => 'Majetok nebol obnovený, prosím skúste znovu',
+ 'success' => 'Majetok bol úspešne obnovený.'
+ ),
+
+ 'audit' => array(
+ 'error' => 'Audit majetku bol neúspešný. Prosím skúste znovu.',
+ 'success' => 'Audit majetko bol úspešne zaznamenaný.'
+ ),
+
+
+ 'deletefile' => array(
+ 'error' => 'Súbor nebol odstránený. Prosím skúste znovu.',
+ 'success' => 'Súbor bol úspešne odstránený.',
+ ),
+
+ 'upload' => array(
+ 'error' => 'Súbor(y) sa nepodarilo nahrať. Skúste prosím znovu.',
+ 'success' => 'Súbor(y) boli úspešne uložené.',
+ 'nofiles' => 'Nevybrali ste žiadne súbory na nahranie alebo je súbor, ktorý sa pokúšate nahrať, príliš veľký',
+ 'invalidfiles' => 'Jeden alebo viac súborov je príliš veľký alebo ide o typ súboru, ktorý nie je povolený. Povolené typy súborov sú png, gif, jpg, doc, docx, pdf a txt.',
+ ),
+
+ 'import' => array(
+ 'error' => 'Niektoré položky neboli správne naimportované.',
+ 'errorDetail' => 'Nasledujúce položky neboli kvôli chybám importované.',
+ 'success' => "Súbor bol naimportovaný",
+ 'file_delete_success' => "Súbor bol úspešné odstránený",
+ 'file_delete_error' => "Súbor sa nepodarilo odstrániť",
+ ),
+
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť tento majetok?',
+ 'error' => 'Pri odstraňovaní majetku sa vyskytla chyba. Skúste prosím znovu.',
+ 'nothing_updated' => 'Neboli zvolený žiaden majetok, preto nebolo nič odstránené.',
+ 'success' => 'Majetok bol úspešne odstránený.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'Majetok sa nepodarilo priradiť, skúste prosím znovu',
+ 'success' => 'Majetok bol úspešne priradený.',
+ 'user_does_not_exist' => 'Tento užívateľ nie je platný. Prosím skúste znovu.',
+ 'not_available' => 'Tento majetok nie je k dospozícii pre priradenie!',
+ 'no_assets_selected' => 'Musíte vybrať najmenej jednu položku majetku zo zoznamu'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Majetok sa nepodarilo prijať, skúste prosím znovu',
+ 'success' => 'Majetok bol úspešne prijatý.',
+ 'user_does_not_exist' => 'Tento užívateľ nie je platný. Prosím skúste znovu.',
+ 'already_checked_in' => 'Tento majetok je už prevzatý.',
+
+ ),
+
+ 'requests' => array(
+ 'error' => 'Majetok nebol vyžiadaný, prosím skúste znovu',
+ 'success' => 'Majetok úspešne vyžiadaný.',
+ 'canceled' => 'Požiadavka na priradenie bola úspešne zrušená'
+ )
+
+);
diff --git a/resources/lang/sk/admin/hardware/table.php b/resources/lang/sk/admin/hardware/table.php
new file mode 100644
index 0000000000..ba30278de6
--- /dev/null
+++ b/resources/lang/sk/admin/hardware/table.php
@@ -0,0 +1,25 @@
+ 'Označenie majetku',
+ 'asset_model' => 'Model',
+ 'book_value' => 'Hodnota',
+ 'change' => 'Vsetup/Výstup',
+ 'checkout_date' => 'Dátum odovzdania',
+ 'checkoutto' => 'Odovzdané',
+ 'diff' => 'Rozdiel',
+ 'dl_csv' => 'Stiahnuť CSV',
+ 'eol' => 'Koniec životnosti',
+ 'id' => 'ID',
+ 'location' => 'Umiestnenie',
+ 'purchase_cost' => 'Cena',
+ 'purchase_date' => 'Zakúpené',
+ 'serial' => 'Sériové číslo',
+ 'status' => 'Stav',
+ 'title' => 'Majetok ',
+ 'image' => 'Obrázok zariadenia',
+ 'days_without_acceptance' => 'Počet dní bez potvrdenia',
+ 'monthly_depreciation' => 'Mesačný odpis'
+
+);
diff --git a/resources/lang/sk/admin/kits/general.php b/resources/lang/sk/admin/kits/general.php
new file mode 100644
index 0000000000..b4f2d90ae1
--- /dev/null
+++ b/resources/lang/sk/admin/kits/general.php
@@ -0,0 +1,17 @@
+ 'About Predefined Kits',
+ 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
+ 'checkout' => 'Checkout Kit ',
+ 'create_success' => 'Kit was successfully created.',
+ 'create' => 'Create Predefined Kit',
+ 'update' => 'Update Predefined Kit',
+ 'delete_success' => 'Kit was successfully deleted.',
+ 'update_success' => 'Kit was successfully updated.',
+ '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. ',
+
+);
diff --git a/resources/lang/sk/admin/licenses/form.php b/resources/lang/sk/admin/licenses/form.php
new file mode 100644
index 0000000000..ce29167874
--- /dev/null
+++ b/resources/lang/sk/admin/licenses/form.php
@@ -0,0 +1,22 @@
+ 'Asset',
+ 'checkin' => 'Checkin',
+ 'create' => 'Create License',
+ 'expiration' => 'Expiration Date',
+ 'license_key' => 'Product Key',
+ 'maintained' => 'Maintained',
+ 'name' => 'Software Name',
+ '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' => 'Update License',
+ 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+);
diff --git a/resources/lang/sk/admin/licenses/general.php b/resources/lang/sk/admin/licenses/general.php
new file mode 100644
index 0000000000..4f57a79aa0
--- /dev/null
+++ b/resources/lang/sk/admin/licenses/general.php
@@ -0,0 +1,21 @@
+ 'O licenciach',
+ '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' => 'Edit License',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'clone' => 'Clone License',
+ 'history_for' => 'History for ',
+ 'in_out' => 'In/Out',
+ 'info' => 'License Info',
+ 'license_seats' => 'License Seats',
+ 'seat' => 'Seat',
+ 'seats' => 'Seats',
+ 'software_licenses' => 'Software Licenses',
+ 'user' => 'User',
+ 'view' => 'View License',
+);
diff --git a/resources/lang/sk/admin/licenses/message.php b/resources/lang/sk/admin/licenses/message.php
new file mode 100644
index 0000000000..5df9547d1f
--- /dev/null
+++ b/resources/lang/sk/admin/licenses/message.php
@@ -0,0 +1,52 @@
+ 'License does not exist.',
+ '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',
+
+
+ 'create' => array(
+ 'error' => 'License was not created, please try again.',
+ 'success' => 'License created successfully.'
+ ),
+
+ 'deletefile' => array(
+ 'error' => 'File not deleted. Please try again.',
+ 'success' => 'Súbor bol úspešne odstránený.',
+ ),
+
+ 'upload' => array(
+ 'error' => 'Súbor(y) sa nepodarilo nahrať. Skúste prosím znovu.',
+ 'success' => 'Súbor(y) boli úspešne nahraté.',
+ 'nofiles' => 'Nevybrali ste žiadne súbory na nahranie alebo sa pokúšate nahrať príliž veľký súbor',
+ 'invalidfiles' => 'Jeden alebo viacero súborov je príliš veľkých alebo nie su podporované. Podporované typy súborov sú png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.',
+ ),
+
+ 'update' => array(
+ 'error' => 'Licencia nebola aktualizovaná, skúste prosím znovu',
+ 'success' => 'Licencia bola úspešne aktualizovaná.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť túto licenciu?',
+ 'error' => 'Pri odstraňovaní licencie nastala chyba. Skúste prosím znovu.',
+ 'success' => 'Licencia bola úspešne odstránená.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'Pri priraďovaní licencie nastala chyba. Skúste prosím znovu.',
+ 'success' => 'Licencia bola úspešne priradená'
+ ),
+
+ 'checkin' => array(
+ 'error' => 'Pri odoberaní licencie nastala chyba. Skúste prosím znovu.',
+ 'success' => 'Licencia bola úspešne odobratá'
+ ),
+
+);
diff --git a/resources/lang/sk/admin/licenses/table.php b/resources/lang/sk/admin/licenses/table.php
new file mode 100644
index 0000000000..dfce4136cb
--- /dev/null
+++ b/resources/lang/sk/admin/licenses/table.php
@@ -0,0 +1,17 @@
+ 'Assigned To',
+ 'checkout' => 'In/Out',
+ 'id' => 'ID',
+ 'license_email' => 'License Email',
+ 'license_name' => 'Licensed To',
+ 'purchase_date' => 'Purchase Date',
+ 'purchased' => 'Purchased',
+ 'seats' => 'Seats',
+ 'hardware' => 'Hardware',
+ 'serial' => 'Serial',
+ 'title' => 'License',
+
+);
diff --git a/resources/lang/sk/admin/locations/message.php b/resources/lang/sk/admin/locations/message.php
new file mode 100644
index 0000000000..e3072b55ac
--- /dev/null
+++ b/resources/lang/sk/admin/locations/message.php
@@ -0,0 +1,27 @@
+ 'Lokalita neexistuje.',
+ 'assoc_users' => 'Táto lokalita je priradená minimálne jednému používateľov, preto nemôže byť odstránená. Prosím upravte údaje príslušeného používateľa, aby nevyužíval túto lokalitu a skúste znovu. ',
+ 'assoc_assets' => 'Táto lokalita je priradená minimálne jednému majetku, preto nemôže byť odstránená. Prosím odstráňte referenciu na túto lokalitu z príslušného majetku a skúste znovu. ',
+ 'assoc_child_loc' => 'Táto lokalita je nadradenou minimálne jednej podradenej lokalite, preto nemôže byť odstránená. Prosím odstráňte referenciu s príslušnej lokality a skúste znovu. ',
+
+
+ 'create' => array(
+ 'error' => 'Lokalita nebola vytvorená, skúste prosím znovu.',
+ 'success' => 'Lokalita bola úspešne vytovrená.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Lokalita nebola aktualizovaná, skúste prosím znovu',
+ 'success' => 'Lokalita bola úspešne upravená.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť túto lokalitu?',
+ 'error' => 'Pri odstraňovaní lokality nastala chyba. Skúste prosím znovu.',
+ 'success' => 'Lokalita bola úspešne odstránená.'
+ )
+
+);
diff --git a/resources/lang/sk/admin/locations/table.php b/resources/lang/sk/admin/locations/table.php
new file mode 100644
index 0000000000..0cba9c024e
--- /dev/null
+++ b/resources/lang/sk/admin/locations/table.php
@@ -0,0 +1,23 @@
+ 'O lokalitách',
+ 'about_locations' => 'Lokality sa využívajú na sledovanie umiestnenia používateľov, majetku a ostatných položiek',
+ 'assets_rtd' => 'Majetok', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'Priradený majetok',
+ 'id' => 'ID',
+ 'city' => 'Mesto',
+ 'state' => 'Štát',
+ 'country' => 'Krajina',
+ 'create' => 'Vytvoriť lokalitu',
+ 'update' => 'Upraviť lokalitu',
+ 'print_assigned' => 'Vytlačiť priradené',
+ 'print_all_assigned' => 'Vytlačiť všetky priradené',
+ 'name' => 'Názov lokality',
+ 'address' => 'Adresa',
+ 'zip' => 'PSČ',
+ 'locations' => 'Lokality',
+ 'parent' => 'Nadradené',
+ 'currency' => 'Mena lokality',
+ 'ldap_ou' => 'LDAP vyhľadávanie OU',
+ );
diff --git a/resources/lang/sk/admin/manufacturers/message.php b/resources/lang/sk/admin/manufacturers/message.php
new file mode 100644
index 0000000000..21a4bc5aaf
--- /dev/null
+++ b/resources/lang/sk/admin/manufacturers/message.php
@@ -0,0 +1,29 @@
+ '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.'
+ )
+
+);
diff --git a/resources/lang/sk/admin/manufacturers/table.php b/resources/lang/sk/admin/manufacturers/table.php
new file mode 100644
index 0000000000..5561827f1e
--- /dev/null
+++ b/resources/lang/sk/admin/manufacturers/table.php
@@ -0,0 +1,16 @@
+ 'O výrobcoch',
+ 'about_manufacturers_text' => 'Výrobcovia sú spoločnosti, ktoré vyrábajú majetky. Môžete si uložiť dôležité kontaktné údaje podpory, ktoré sa zobrazia na stránkach s podrobnosťami o majetku.',
+ 'asset_manufacturers' => 'Výrobcovia majetkov',
+ 'create' => 'Vytvoriť výrobcu',
+ 'id' => 'ID',
+ 'name' => 'Názov',
+ 'support_email' => 'Emailová podpora',
+ 'support_phone' => 'Telefónna podpora',
+ 'support_url' => 'URL podpory',
+ 'update' => 'Upraviť výrobcu',
+ 'url' => 'URL',
+
+);
diff --git a/resources/lang/sk/admin/models/general.php b/resources/lang/sk/admin/models/general.php
new file mode 100644
index 0000000000..3281cfe0fc
--- /dev/null
+++ b/resources/lang/sk/admin/models/general.php
@@ -0,0 +1,18 @@
+ '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. Click here to restore it.',
+ '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 :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' => 'Fieldset',
+ 'no_custom_field' => 'No custom fields',
+ 'add_default_values' => 'Add default values',
+);
diff --git a/resources/lang/sk/admin/models/message.php b/resources/lang/sk/admin/models/message.php
new file mode 100644
index 0000000000..5d03744778
--- /dev/null
+++ b/resources/lang/sk/admin/models/message.php
@@ -0,0 +1,42 @@
+ 'Model neexistuje.',
+ 'assoc_users' => 'Tento model je použítý v jednom alebo viacerých majetkoch, preto nemôže byť odstránený. Prosím odstráňte príslušný majetok a skúste odstrániť znovu. ',
+
+
+ 'create' => array(
+ 'error' => 'Model nebol vytovrený, prosím skúste znovu.',
+ 'success' => 'Model bol úspešne vytvorený.',
+ 'duplicate_set' => 'Model majetku s týmto názvom, výrobcom a číslom modelu už existuje.',
+ ),
+
+ 'update' => array(
+ 'error' => 'Model nebol upravený, prosím skúste znovu',
+ 'success' => 'Model bol úspešne upravený.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť tento model majetku?',
+ 'error' => 'Pri odstraňovaní modelu sa vyskytla chyba. Skúste prosím znovu.',
+ 'success' => 'Model bol úspešne odstránený.'
+ ),
+
+ 'restore' => array(
+ 'error' => 'Model nebol obnovený, prosím skúste znovu',
+ 'success' => 'Model bol obnovený úspešne.'
+ ),
+
+ 'bulkedit' => array(
+ 'error' => 'Neboli zmenené žiadne polia, preto nebolo nič aktualizované.',
+ 'success' => 'Model bol upravený.'
+ ),
+
+ 'bulkdelete' => array(
+ 'error' => 'Neboli vybrané ziadne modely, preto nebolo nič odmazané.',
+ 'success' => ':success_count model(y) vymazaný(é)!',
+ 'success_partial' => ':success_count model(y) odstránené, avšak :fail_count nebolo možné odstrániť pretože stále majú priradené majetky.'
+ ),
+
+);
diff --git a/resources/lang/sk/admin/models/table.php b/resources/lang/sk/admin/models/table.php
new file mode 100644
index 0000000000..ec6a5b6076
--- /dev/null
+++ b/resources/lang/sk/admin/models/table.php
@@ -0,0 +1,17 @@
+ 'Vytvoriť model majetku',
+ 'created_at' => 'Vytvorené',
+ 'eol' => 'EOL',
+ 'modelnumber' => 'Číslo modelu',
+ 'name' => 'Názov modelu majetku',
+ 'numassets' => 'Majetok',
+ 'title' => 'Typy majetku',
+ 'update' => 'Upraviť typ majetku',
+ 'view' => 'Zobraziť typ majetku',
+ 'update' => 'Upraviť typ majetku',
+ 'clone' => 'Zduplikovať model',
+ 'edit' => 'Upraviť model',
+);
diff --git a/resources/lang/sk/admin/reports/general.php b/resources/lang/sk/admin/reports/general.php
new file mode 100644
index 0000000000..b03b97546f
--- /dev/null
+++ b/resources/lang/sk/admin/reports/general.php
@@ -0,0 +1,5 @@
+ 'Select the options you want for your asset report.'
+);
diff --git a/resources/lang/sk/admin/reports/message.php b/resources/lang/sk/admin/reports/message.php
new file mode 100644
index 0000000000..d4c8f8198f
--- /dev/null
+++ b/resources/lang/sk/admin/reports/message.php
@@ -0,0 +1,5 @@
+ 'You must select at least ONE option.'
+);
diff --git a/resources/lang/sk/admin/settings/general.php b/resources/lang/sk/admin/settings/general.php
new file mode 100644
index 0000000000..caae05844b
--- /dev/null
+++ b/resources/lang/sk/admin/settings/general.php
@@ -0,0 +1,229 @@
+ 'Active Directorz',
+ 'ad_domain' => 'Active Directory doména',
+ 'ad_domain_help' => 'Toto je často rovnaké ako Vaša e-mailová doména, nemusí to však vždy platiť.',
+ 'ad_append_domain_label' => 'Pridať názov domény',
+ 'ad_append_domain' => 'Pridať názov domény k používateľskému menu',
+ 'ad_append_domain_help' => 'Od používateľa nie je vyžadované používaľ tvar "username@domain.local", stačí keď použije "username".' ,
+ 'admin_cc_email' => 'Kópia e-mailu',
+ 'admin_cc_email_help' => 'Ak chcete poslať kópiu potvrdzujúceho emailu o prevzatí / odovzdaní, ktorý sa posiela používateľom, aj na ďalšiu e-mailovú adresu, tu ju zadajte. V opačnom prípade nechajte políčko prázdne.',
+ 'is_ad' => 'Toto je server typu Active Directory',
+ 'alert_email' => 'Poslať varovania na adresu',
+ 'alerts_enabled' => 'Povoliť varovania mailom',
+ 'alert_interval' => 'Interval pre varovania o exspirácií (v dňoch)',
+ 'alert_inv_threshold' => 'Interval pre varovania o skladových zásobách',
+ 'allow_user_skin' => 'Povoliť používateľské tému',
+ 'allow_user_skin_help_text' => 'Zaškrtnutím tohto políčka sa povolíí používateľovi nahradiť UI tému vlastnou.' ,
+ 'asset_ids' => 'ID-čka majetku',
+ 'audit_interval' => 'Interval pre auditovanie',
+ 'audit_interval_help' => 'Pokiaľ budete musieť pravidelne fyzicky auditovať svoj majetok, zadajte interval v mesiacoch.',
+ 'audit_warning_days' => 'Prah výstrahy auditu',
+ 'audit_warning_days_help' => 'Koľko dní dopredu by sme vás mali upozorňovať, keď je majetok čakajúci na audit?',
+ 'auto_increment_assets' => 'Generovať auomaticky zvyšujúce sa ID majetku',
+ 'auto_increment_prefix' => 'Predpona (volitelna)',
+ 'auto_incrementing_help' => 'Nastavte najprv automaticky sa zvyšujúce ID majetku pre nastavenie tejto možnosti',
+ 'backups' => 'Zálohy',
+ 'barcode_settings' => 'Nastavnia čiarového kódu',
+ 'confirm_purge' => 'Potvrdiť čistenie',
+ 'confirm_purge_help' => 'Zadajte text "DELETE" do políčka nižšie k vyčisteniu odmazaných záznamov. Táto akcia je nenávratná, natrvalo odstrání všetky položky a užívateľov označených na odstránenie. (Mali by ste si pre istotu najprv spraviť zálohu.)',
+ 'custom_css' => 'Vlasné CSS',
+ 'custom_css_help' => 'Vložte akékoľvek vlastné CSS, ktoré chcete použiť. Nevkladajte <style></style> tagy.',
+ 'custom_forgot_pass_url' => 'Vlastná URL pre reset hesla',
+ 'custom_forgot_pass_url_help' => 'Kompletne nahradzuje vstavanú funkcionalitu zabudnutého hesla na prihlasovacej obrazovke. Slúži k nasmerovaniu používateľov na internú alebo hostovanú funkciu obnovenia hesla DLAP. Zablokuje prístup k funkcii zmeny hesla lokálneho používateľa.',
+ 'dashboard_message' => 'Správa na nástenke',
+ 'dashboard_message_help' => 'Tento text sa zobrazí na nástenke všetkým používateľom s právom na zobrazenie nástenky.',
+ 'default_currency' => 'Predvolená mena',
+ 'default_eula_text' => 'Predvolená EULA',
+ 'default_language' => 'Predvolený jazyk',
+ 'default_eula_help_text' => 'Môžete tiež spojiť vlasnú EULA so špecifickými kategóriami majetku.',
+ 'display_asset_name' => 'Zobraziť názov majetku',
+ 'display_checkout_date' => 'Zobraziť dátum odovzdania',
+ 'display_eol' => 'Zobraziť EOL v tabuľkovom zobrazení',
+ 'display_qr' => 'Zobraziť štvorcové kódy',
+ 'display_alt_barcode' => 'Zobraziť 1D čiarový kód',
+ 'email_logo' => 'E-mail logo',
+ 'barcode_type' => 'Typ 2D čiarového kódu',
+ 'alt_barcode_type' => 'Typ 1D čiarového kódu',
+ 'email_logo_size' => 'Štvorcové logá vypadajú v mailoch najlepšie. ',
+ 'eula_settings' => 'EULA nastavenia',
+ 'eula_markdown' => 'Táto EULA umožňuje Github markdown.',
+ '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 Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'general_settings' => 'General Settings',
+ 'generate_backup' => 'Generate Backup',
+ '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_enabled' => 'LDAP enabled',
+ 'ldap_integration' => 'LDAP Integration',
+ 'ldap_settings' => 'LDAP Settings',
+ '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_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' => 'Allow invalid SSL Certificate',
+ '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' => 'Use 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' => 'Last Name',
+ '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 flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
+ 'ldap_emp_num' => 'LDAP Employee Number',
+ 'ldap_email' => 'LDAP Email',
+ 'license' => 'Software License',
+ 'load_remote_text' => 'Remote Scripts',
+ 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
+ '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 Github flavored markdown',
+ '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' => 'Zakázať ostatné spôsoby overovania',
+ 'login_common_disabled_help' => 'Táto možnosť zakáže ostatné metódy prihlasovania. Povoľte túto možnosť iba ak ste si istý, že Váše REMOTE_USER prihlasovanie už funguje',
+ 'login_remote_user_custom_logout_url_text' => 'Vlastná URL pre odhlásenie',
+ 'login_remote_user_custom_logout_url_help' => 'Ak je tu uvedená URL adresa, používateľlia budú po odhlásení zo Snipe-IT presmerovaní na túto URL. Využíva sa na korektné ukončenie prihlásenia Vami zadefinovanej prihlasovacej služby.',
+ 'login_remote_user_header_name_text' => 'Vlastná hlavička používateľského mena',
+ 'login_remote_user_header_name_help' => 'Použiť zadaná hlavičku namiesto REMOTE_USER',
+ 'logo' => 'Logo',
+ 'logo_print_assets' => 'Použitie pri tlači',
+ 'logo_print_assets_help' => 'Použiť branding na zoznamoch pre tlačenie ',
+ 'full_multiple_companies_support_help_text' => 'Obmedzenie používateľov (vrátane administrátorov) iba na majetok vo vlastníctve ich spoločnosti.',
+ 'full_multiple_companies_support_text' => 'Plná podpora pre viacero spoločností',
+ 'show_in_model_list' => 'Zobraziť v robaľovacom menu modelu',
+ 'optional' => 'voliteľné',
+ 'per_page' => 'Výsledkov na stránku',
+ 'php' => 'PHP verzia',
+ 'php_gd_info' => 'Musíte nainštalovať php-gd ak chcete zobrazovať QR kódu. Viac v inštalačnej príručke.',
+ 'php_gd_warning' => 'PHP plugin pre spracovanie obrázkov a GD plugin nie sú nainštalované.',
+ 'pwd_secure_complexity' => 'Komplexnosť hesla',
+ 'pwd_secure_complexity_help' => 'Vyberte ktoré pravidlá pre zvýšenie bezpečnosti chcete vyžadovať.',
+ 'pwd_secure_min' => 'Minimálny počet znakov',
+ 'pwd_secure_min_help' => 'Minimálne povolená hodnota je 8',
+ 'pwd_secure_uncommon' => 'Zabraňte bežným heslám',
+ 'pwd_secure_uncommon_help' => 'Táto možnosť zakáže používateľom používať všeobecne známe hesla z databázy 10 000 hesiel, ktoré boli najčastejšie prelomené.',
+ 'qr_help' => 'K nastaveniu je potrebné najprv povoliť QR kód',
+ 'qr_text' => 'Text QR kódu',
+ 'saml_enabled' => 'SAML povolené',
+ 'saml_integration' => 'SAML integrácia',
+ 'saml_sp_entityid' => 'ID entitz',
+ 'saml_sp_acs_url' => 'URL adresa zákazníckej služby',
+ 'saml_sp_sls_url' => 'URL adresa služby na jednotné odhlásenie',
+ 'saml_sp_x509cert' => 'Verejný certifikát',
+ 'saml_sp_metadata_url' => 'URL metadát',
+ 'saml_idp_metadata' => 'SAML IdP metadata',
+ 'saml_idp_metadata_help' => 'Môžete špecifikovať IdP metadata formou URL alebo XML súboru.',
+ 'saml_attr_mapping_username' => 'Matovanie atribútov - používateľské meno',
+ 'saml_attr_mapping_username_help' => 'NameID bude použité ak nie je definovanie mapovanie atribútov alebo toto mapovanie je nesprávne.',
+ 'saml_forcelogin_label' => 'Vynútené SAML prihlásenie',
+ 'saml_forcelogin' => 'Nastaví SAML ako predvolené prihlasovanie',
+ 'saml_forcelogin_help' => 'Môžete použiť \'/login?nosaml\' k načítaniu normálnej prihlasovacej stránky.',
+ 'saml_slo_label' => 'SAML jednotné odhlásenie',
+ 'saml_slo' => 'Poslať LogoutRequest na IdP pri odhlásení',
+ 'saml_slo_help' => 'Zabezpečí presmerovanie používateľa na IdP pri odhlásení. Nechajte odkliknuté ak IdP plnohodnotene nepodporuje SP-inicializovaný SAML SLO.',
+ 'saml_custom_settings' => 'SAML vlastné nastavenia',
+ 'saml_custom_settings_help' => 'Možete špecifikovať dodatočné nastavenia pre onelogin/php-saml knižnicu. Použitie na vlastné nebezpečensto.',
+ 'setting' => 'Nastavenie',
+ 'settings' => 'Nastavenia',
+ 'show_alerts_in_menu' => 'Zobraziť upozornenia v hornom menu',
+ 'show_archived_in_list' => 'Archivované majetky',
+ 'show_archived_in_list_text' => 'Zobraziť archivované majetky vo výpise "všetky majetky"',
+ 'show_assigned_assets' => 'Zobraziť majetky priradené iným majetkom',
+ 'show_assigned_assets_help' => 'Zobraziť majetky ktoré boli priradené iným majetkom cez Podrobnosti o používateľovi > Majetky, Podrobnosti o používateľovi > Info > Vytlačiť všetky priradené a Účet > Zobraziť priradené majetky.',
+ 'show_images_in_email' => 'Zobraziť obrázky v mailoch',
+ 'show_images_in_email_help' => 'Odznačne toto políčko ak je Vaša Snipe-IT inštalácia za VPN alebo uzavretou sieťou a používatelia mimo siete nebudú mocť zobraziť obrázky z tejto inštancie v ich mailoch.',
+ 'site_name' => 'Názov stránky',
+ 'slack_botname' => 'Slack Botname',
+ 'slack_channel' => 'Slack kanál',
+ 'slack_endpoint' => 'Slack koncový bod',
+ 'slack_integration' => 'Slack nastavenia',
+ 'slack_integration_help' => 'Slack integrácia je voliteľná, avšak koncový bod a kanál sú povinné ak ich chcete používať. K nastaveniu integrácie so Slackom musíte najprv vytvoriť prichádzajúci webhook vo Vašom Slack účte. Kliknite na tlačidlo Otestovať slack integráciu pre potvrdenie správnosti Vašich nastavení pred uložením. ',
+ 'slack_integration_help_button' => 'Po uložení nastavnia Slacku sa zobrazí tlačidlo na ich otestovanie.',
+ 'slack_test_help' => 'Otestuje či je Vaša Slack integrácia nastavená správne. MUSÍTE NAJPRV ULOŽIŤ AKTUALIZOVANÉ NASTAVENIA.',
+ 'snipe_version' => 'Snipe-IT verzia',
+ 'support_footer' => 'Odkaz v záhlaví na podporu ',
+ 'support_footer_help' => 'Nastavte, kto môže vidieť prekliky na Snipe-IT stránku podpory a používateľský manuál',
+ 'version_footer' => 'Verzia v pätičke ',
+ 'version_footer_help' => 'Nastavte kto môže vidieť verziu Snipe-IT a verziu zostavy.',
+ 'system' => 'Systémové informácie',
+ 'update' => 'Aktualizovať nastavenia',
+ 'value' => 'Hodnota',
+ 'brand' => 'Branding',
+ 'web_brand' => 'Typ webového brandingu',
+ 'about_settings_title' => 'O nastaveniach',
+ 'about_settings_text' => 'Tieto nastavenia umožňujú upraviť vybrané aspekty Vašej inštalácie.',
+ 'labels_per_page' => 'Štítky na stránku',
+ 'label_dimensions' => 'Rozmery štítkov (palce)',
+ 'next_auto_tag_base' => 'Ďalší automatický prírastok',
+ 'page_padding' => 'Okraje stránky (palce)',
+ 'privacy_policy_link' => 'Odkaz na nastavenia súkromia',
+ 'privacy_policy' => 'Zásady ochrany osobných údajov',
+ 'privacy_policy_link_help' => 'Ak je url adresa špecifikovaná, odkaz na zásady ochrany osobných údajov bude vložený do pätičky stránka a do každého odoslaného mailu, v súlade s GDPR. ',
+ 'purge' => 'Odstrániť odmazané záznamy',
+ 'labels_display_bgutter' => 'Spodný okraj štítkov',
+ 'labels_display_sgutter' => 'Bočný okraj štítkov',
+ 'labels_fontsize' => 'Veľkosť písma štítkov',
+ 'labels_pagewidth' => 'Šírka strany štítkov',
+ 'labels_pageheight' => 'Výška strany štítkov',
+ 'label_gutters' => 'Medzery štítkov (palce)',
+ 'page_dimensions' => 'Rozmery stránky (palce)',
+ 'label_fields' => 'Viditeľné polia štítkov',
+ 'inches' => 'palce',
+ 'width_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' => 'Two Factor Authentication',
+ '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 Google Authenticator 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' => 'Require Signature',
+ 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
+ 'left' => 'left',
+ 'right' => 'right',
+ 'top' => 'top',
+ 'bottom' => 'bottom',
+ 'vertical' => 'vertical',
+ 'horizontal' => 'horizontal',
+ '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.',
+);
diff --git a/resources/lang/sk/admin/settings/message.php b/resources/lang/sk/admin/settings/message.php
new file mode 100644
index 0000000000..4af4917613
--- /dev/null
+++ b/resources/lang/sk/admin/settings/message.php
@@ -0,0 +1,22 @@
+ array(
+ 'error' => 'Počas upravovania sa vyskytla chyba. ',
+ 'success' => 'Nastavenia boli úspešne upravené.'
+ ),
+ 'backup' => array(
+ 'delete_confirm' => 'Ste si istý, že chcete odstrániť tento súbor so zálohou? Táto akcia sa nedá vrátiť. ',
+ 'file_deleted' => 'Súbor so zálohou bol úspešne odstránený. ',
+ 'generated' => 'Nový súbor so zálohou bol úspešne vytvorený.',
+ 'file_not_found' => 'Súbor so zálohou sa nepodarilo nájsť na serveri.',
+ ),
+ 'purge' => array(
+ 'error' => 'Počas čistenia sa vyskytla chyba. ',
+ 'validation_failed' => 'Potvrdenie odstránenia nie je správne. Prosím napíšte slovo "DELETE" do políčka na potvrdenie.',
+ 'success' => 'Odstránené záznamy boli úspešne očistené.'
+ ),
+
+);
diff --git a/resources/lang/sk/admin/statuslabels/message.php b/resources/lang/sk/admin/statuslabels/message.php
new file mode 100644
index 0000000000..5a877a2a63
--- /dev/null
+++ b/resources/lang/sk/admin/statuslabels/message.php
@@ -0,0 +1,32 @@
+ 'Stav neexistuje.',
+ 'assoc_assets' => 'Tento stav je priradený minimálne jednému mejtku, preto nemôže byť odstránený. Prosím odstráňte referenciu na tento stav z príslušného majetku a skúste znovu. ',
+
+
+ 'create' => array(
+ 'error' => 'Stav nebol vytovrený, prosím skúste znovu.',
+ 'success' => 'Stav bol úspešne vytvorený.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Stav nebol upravený, prosím skuste znovu',
+ 'success' => 'Stav bol úspešne upravený.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť tento stav?',
+ 'error' => 'Pri odstraňovaní stavu sa vyskytla chyba. Skúste prosím znovu.',
+ 'success' => 'Stav bol úspečne odstránený.'
+ ),
+
+ 'help' => array(
+ 'undeployable' => 'Tieto majetky nemôžu byť nikomu priradené.',
+ 'deployable' => 'Tieto majetky môžu byť priradené. Akonáhle sú priradené nadobudnú stav Priradené.',
+ 'archived' => 'Tieto majetky nemôžu byť priradené, budú zobrazené iba vo výpise Archovavné. Tento stav je vhodný, ak si chcete ponechať informácie o predchádzajúcom majetku pre historické účely alebo prípravu rozpočtu, ale zároveň ich nechcete mať zobrazené v prehľade aktuálneho majetku.',
+ 'pending' => 'Tieto majetky nemôžu byť ešte nikomu priradené. Často sa používa na predmety, ktoré čakajú na opravu ale očakáva sa ich návrat do obehu.',
+ ),
+
+);
diff --git a/resources/lang/sk/admin/statuslabels/table.php b/resources/lang/sk/admin/statuslabels/table.php
new file mode 100644
index 0000000000..7063dc53cd
--- /dev/null
+++ b/resources/lang/sk/admin/statuslabels/table.php
@@ -0,0 +1,19 @@
+ 'O stavoch',
+ 'archived' => 'Archivované',
+ 'create' => 'Vyvoriť nový stav',
+ 'color' => 'Farba grafu',
+ 'default_label' => 'Predvolený štítok',
+ 'default_label_help' => 'Používa sa k zabezpečeniu, aby sa najčastejšie používé stavy zobrazili na vrchu zoznamu pri vytváraní / úprave majetku.',
+ 'deployable' => 'Priraditeľný',
+ 'info' => 'Stavy sa využívajú k popísaniu rozličných fáz, ktorými môže majetok prechádzť. Môžu byť vytvorené pre prípad opravy, straty / krádeže, atď. Môžete vytvoriť nový stav pre priraditeľlné, čakajúce a archivované položky majetku.',
+ 'name' => 'Názov stavu',
+ 'pending' => 'Čakajúce',
+ 'status_type' => 'Typ stavu',
+ 'show_in_nav' => 'Zobraziť v bočnom menu',
+ 'title' => 'Stavy',
+ 'undeployable' => 'Nepriraditeľný',
+ 'update' => 'Upraviť stav',
+);
diff --git a/resources/lang/sk/admin/suppliers/message.php b/resources/lang/sk/admin/suppliers/message.php
new file mode 100644
index 0000000000..bc6eeb5190
--- /dev/null
+++ b/resources/lang/sk/admin/suppliers/message.php
@@ -0,0 +1,27 @@
+ 'Dodávateľ neexistuje.',
+
+
+ 'create' => array(
+ 'error' => 'Dodávateľ nebol vytvorený, prosím skúste znovu.',
+ 'success' => 'Dodáavteľ bol úspešne vytvorený.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Dodávateľ nebol aktualizovaný, prosím skúste znovu',
+ 'success' => 'Dodávateľ bol úspešne aktualizovaný.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Ste si istý, že chcete odstrániť tohto dodávateľa?',
+ 'error' => 'Pri odstraňovaní doávateľa sa vyskytla chby. Skúste prosím neskôr.',
+ 'success' => 'Dodávateľ bol úspešne odstránený.',
+ 'assoc_assets' => 'Tento dodávateľ ma aktuálne priradené :asset_count majetky a nemôže byť odstránený. Prosím aktualizujte príslušne majetky, aby nevyužívali tohto dodávateľa a skúste znovu. ',
+ 'assoc_licenses' => 'Tento dodávateľ je aktuálne priradený :licenses_count licenciam a nemôže byť odstránený. Prosím aktualizujte príslušne licencie, aby nevyužívali tohto dodávateľa a skúste znovu. ',
+ 'assoc_maintenances' => 'Tento dodávateľ je aktuálne priradený :asset_maintenances_count údržbam majetku a nemôže byť odstránený. Prosím aktualizujte príslušne údržba majetku, aby nevyužívali tohto dodávateľa a skúste znovu. ',
+ )
+
+);
diff --git a/resources/lang/sk/admin/suppliers/table.php b/resources/lang/sk/admin/suppliers/table.php
new file mode 100644
index 0000000000..9476509997
--- /dev/null
+++ b/resources/lang/sk/admin/suppliers/table.php
@@ -0,0 +1,27 @@
+ 'About Suppliers',
+ 'about_suppliers_text' => 'Suppliers are used to track the source of items',
+ 'address' => 'Supplier Address',
+ 'assets' => 'Assets',
+ 'city' => 'City',
+ 'contact' => 'Contact Name',
+ 'country' => 'Country',
+ 'create' => 'Create Supplier',
+ 'email' => 'Email',
+ 'fax' => 'Fax',
+ 'id' => 'ID',
+ 'licenses' => 'Licenses',
+ 'name' => 'Supplier Name',
+ 'notes' => 'Notes',
+ 'phone' => 'Phone',
+ 'state' => 'Štát',
+ 'suppliers' => 'Dodávatelia',
+ 'update' => 'Aktualizovať dodávateľa',
+ 'url' => 'URL',
+ 'view' => 'Zobraziť dodávateľa',
+ 'view_assets_for' => 'Zobraziť majetky pre',
+ 'zip' => 'PSČ',
+
+);
diff --git a/resources/lang/sk/admin/users/general.php b/resources/lang/sk/admin/users/general.php
new file mode 100644
index 0000000000..f831455e39
--- /dev/null
+++ b/resources/lang/sk/admin/users/general.php
@@ -0,0 +1,28 @@
+ 'Tento používateľ sa môže prihlásiť',
+ 'activated_disabled_help_text' => 'Nemôžete upraviť stav aktivácie pre Váš vlastný účet.',
+ 'assets_user' => 'Majetok priradený :name',
+ 'bulk_update_warn' => 'Chystáte sa hromadne upraviť nastavenia :user_count používateľlov. Nezapomeňte, že nie je možné zmeniť svoje nastavenia použitím tohto formuláru a tieto musia byť upravené individuálne.',
+ 'bulk_update_help' => 'Tento formulár umožňuje aktualizovať hromadne viacero používateľov. Vyplňte iba položky, ktoré chces zmeny. Všetky prázdne položky ostanú nezmenené.',
+ 'current_assets' => 'Majetky aktuálne priradené tomuto používateľovi',
+ 'clone' => 'Duplikovať používateľa',
+ 'contact_user' => 'Kontakt na :name',
+ 'edit' => 'Upraviť používateľa',
+ 'filetype_info' => 'Podporované typy súborov: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip a rar.',
+ 'history_user' => 'História pre :name',
+ 'info' => 'Info',
+ 'restore_user' => 'Kliknite sem pre obnovenie.',
+ 'last_login' => 'Posledné prihlásenie',
+ 'ldap_config_text' => 'Nastavenia LDAP-u sa nachádzajú v menu Administrácia => Nastavenia. Vybraná (voliteľná) lokalita bude nastavená pre všetkých importovaných používateľov.',
+ 'print_assigned' => 'Vytlačiť všetky priradené',
+ 'software_user' => 'Software priradený :name',
+ 'send_email_help' => 'Pre zaslanie prístupových údajov musíte zadať e-mailovú adresu používateľa. Zaslanie prístupových údajov je možné iba v procese vytvárania nového používateľa. Heslá sú ukladané šifrované, nie je ich možné prečítať po uložení.',
+ 'view_user' => 'Zobraziť používateľa :name',
+ 'usercsv' => 'CSV súbor',
+ 'two_factor_admin_optin_help' => 'Vaše súčasné nastavenie administrátora umožňujú selektívne vynútenie dvojfaktorovej autentifikácie. ',
+ 'two_factor_enrolled' => '2FA prihlásené zariadenie ',
+ 'two_factor_active' => '2FA aktívne ',
+ );
diff --git a/resources/lang/sk/admin/users/message.php b/resources/lang/sk/admin/users/message.php
new file mode 100644
index 0000000000..c4e5402cff
--- /dev/null
+++ b/resources/lang/sk/admin/users/message.php
@@ -0,0 +1,60 @@
+ 'Úspešne ste potvrdili prijatie majetku.',
+ 'declined' => 'Odmietnutie majetku bolo úspešné.',
+ 'bulk_manager_warn' => 'Používatelia boli úspešné aktualizovaný, avčak položka manažér nebola uložená, pretože zvolený manažér sa taktiež nachádzal v zoznam na úpravu a používatel nemôže byť sám sebe manazérom. Prosim zvoľte Vašich používateľov znovu s vynechaním manažéera.',
+ 'user_exists' => 'Používateľ už existuje!',
+ 'user_not_found' => 'Používateľ [:id] neexistuje.',
+ 'user_login_required' => 'Prihlasovacie meno je povinné',
+ 'user_password_required' => 'Heslo je povinné.',
+ 'insufficient_permissions' => 'Nedostatočné oprávnenia.',
+ 'user_deleted_warning' => 'Tento používateľ bol odstránený. Používateľa musíte obnoviť, ak ho chcete upraviť alebo mu priradiť majetok.',
+ 'ldap_not_configured' => 'LDAP prepojenie nebolo nastavené pre túto inštaláciu.',
+ 'password_resets_sent' => 'Vybraní používatelia sú aktivovaný. Na ich adresu bola zaslaný okaz na resetovanie hesla.',
+
+
+ 'success' => array(
+ 'create' => 'Používateľ bol úspešne vytovrený.',
+ 'update' => 'Používateľ bol úspešne upravený.',
+ 'update_bulk' => 'Používatelia boli úspešne upravení!',
+ 'delete' => 'Používateľ bol úspešne odstránený.',
+ 'ban' => 'Používateľ bol úspešné zablokovaný.',
+ 'unban' => 'Používateľ bol úspešne odblokovaný.',
+ 'suspend' => 'Používateľ bol úspešne pozastavený.',
+ 'unsuspend' => 'Používateľ bol úspešne obnovený.',
+ 'restored' => 'Používateľ bol úspešne obnovený.',
+ 'import' => 'Používatelia boli úspešne importovaní.',
+ ),
+
+ 'error' => array(
+ 'create' => 'Pri vytváraní používateľa sa vyskytla chby. Skúste prosím znovu.',
+ 'update' => 'Pri aktualizácií používateľa sa vyskytla chyba. Prosím skúste znovu.',
+ 'delete' => 'Pri odstraňovaní používateľa sa vyskytla chyba. Skúste prosím neskôr.',
+ 'delete_has_assets' => 'Tento používateľ ma priradené položky a nemôže byť odstránený.',
+ 'unsuspend' => 'Pri pokuse o zrušenie pozastavenia používateľa nastala chyba. Skúste prosím znovu.',
+ 'import' => 'Pri importovaní používateľov nastala chyba. Prosím skúste znovu.',
+ 'asset_already_accepted' => 'Tento majetok bol už prijatý.',
+ 'accept_or_decline' => 'Musíte prijať alebo odmietnuť tento majetok.',
+ 'incorrect_user_accepted' => 'Majetok, ktorý sa pokúšate prijať, Vám nebol priradený.',
+ 'ldap_could_not_connect' => 'Nepodarilo sa pripojiť k LDAP serveru. Prosím skontrolujte nastavenia LDAP serveru v Admin nastavenia > LDAP/AD
Chyba LDAP serveru:',
+ 'ldap_could_not_bind' => 'Nepodarilo sa napojiť na LDAP server. Prosím skontrolujte nastavenia LDAP serveru v Admin nastavenia > LDAP/AD
Chyba LDAP serveru: ',
+ 'ldap_could_not_search' => 'Nepodarilo sa vyhladať v rámci LDAP serveru. Prosím skontrolujte nastavenia LDAP serveru v Admin nastavenia > LDAP/AD a všetky lokality ktoré môžu mať nastavené OU.
Chyba LDAP serveru:',
+ 'ldap_could_not_get_entries' => 'Nepodarilo sa získať záznamy z LDAP servera. Prosím skontrolujte nastavenia LDAP serveru v Admin nastavenia > LDAP/AD a všetky lokality ktoré môžu mať nastavené OU.
Chyba LDAP serveru:',
+ 'password_ldap' => 'Heslo pre tento účet je spravované cez LDAP/Active Directory. Pre zmneu hesla prosím kontaktujte Vaše IT oddelenie. ',
+ ),
+
+ 'deletefile' => array(
+ 'error' => 'Súbor nebol odstránený. Prosím skúste znovu.',
+ 'success' => 'Súbor bol úspešne odstránený.',
+ ),
+
+ 'upload' => array(
+ 'error' => 'Súbor(y) sa nepodarilo nahrať. Skúste prosím znovu.',
+ 'success' => 'Súbor(y) bol úspešne nahraté.',
+ 'nofiles' => 'Nevybrali ste žiadne súbre pre nahratie',
+ 'invalidfiles' => 'Jeden alebo viacero Vašich súborov je príliš veľkých alebo nie su podporované. Podporované typy súborov sú png, gif, jpg, doc, docx, pdf a txt.',
+ ),
+
+);
diff --git a/resources/lang/sk/admin/users/table.php b/resources/lang/sk/admin/users/table.php
new file mode 100644
index 0000000000..9100418798
--- /dev/null
+++ b/resources/lang/sk/admin/users/table.php
@@ -0,0 +1,38 @@
+ 'Aktívny',
+ 'allow' => 'Povoliť',
+ 'checkedout' => 'Majetok',
+ 'created_at' => 'Vytvorený',
+ 'createuser' => 'Vytvoriť používateľa',
+ 'deny' => 'Odmietnuť',
+ 'email' => 'E-mail',
+ 'employee_num' => 'Číslo zamestnanca',
+ 'first_name' => 'Meno',
+ 'groupnotes' => 'Vyberte skupinu pre pridanie používateľovi. Majte na pamäti že používateľ získa povolenia príslušnej skupiny, ktorá mu bude priradená.',
+ 'id' => 'Id',
+ 'inherit' => 'Prevziať',
+ 'job' => 'Názov pracovnej pozície',
+ 'last_login' => 'Posledné prihlásenie',
+ 'last_name' => 'Priezvisko',
+ 'location' => 'Lokalita',
+ 'lock_passwords' => 'Detaily prihlásenia nemôžu byť zmenené v tejto inštalácii.',
+ 'manager' => 'Manažér',
+ 'managed_locations' => 'Spravované lokality',
+ 'name' => 'Názov',
+ 'notes' => 'Poznámky',
+ 'password_confirm' => 'Potvrdiť heslo',
+ 'password' => 'Heslo',
+ 'phone' => 'Telefón',
+ 'show_current' => 'Zobraziť aktuálnych používateľov',
+ 'show_deleted' => 'Zobraziť ostránených používateľov',
+ 'title' => 'Titul',
+ 'to_restore_them' => 'na obnovenie.',
+ 'updateuser' => 'Upraviť používateľa',
+ 'username' => 'Používateľské meno',
+ 'user_deleted_text' => 'Tento používateľ bol označený ako odstránený.',
+ 'username_note' => '(Používa sa iba pre väzbu na Active Directorz, nie pre prihlásenie.)',
+ 'cloneuser' => 'Duplikovať používateľa',
+ 'viewusers' => 'Zobraziť používateľa',
+);
diff --git a/resources/lang/sk/auth/general.php b/resources/lang/sk/auth/general.php
new file mode 100644
index 0000000000..78b6780927
--- /dev/null
+++ b/resources/lang/sk/auth/general.php
@@ -0,0 +1,16 @@
+ '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' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
+ 'remember_me' => 'Remember Me',
+ 'username_help_top' => 'Enter your username to be emailed a password reset link.',
+ 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ ];
+
diff --git a/resources/lang/sk/auth/message.php b/resources/lang/sk/auth/message.php
new file mode 100644
index 0000000000..f086d8c04c
--- /dev/null
+++ b/resources/lang/sk/auth/message.php
@@ -0,0 +1,45 @@
+ '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.',
+ ),
+
+
+);
diff --git a/resources/lang/sk/button.php b/resources/lang/sk/button.php
new file mode 100644
index 0000000000..6b54e6701f
--- /dev/null
+++ b/resources/lang/sk/button.php
@@ -0,0 +1,17 @@
+ 'Akcie',
+ 'add' => 'Pridať nové',
+ 'cancel' => 'Zrušiť',
+ 'checkin_and_delete' => 'Odobrať a odstrániť používateľa',
+ 'delete' => 'Odstrániť',
+ 'edit' => 'Upraviť',
+ 'restore' => 'Obnoviť',
+ 'request' => 'Požiadavka',
+ 'submit' => 'Odoslať',
+ 'upload' => 'Odoslať',
+ 'select_file' => 'Vybrať súbor...',
+ 'select_files' => 'Vybrať súbory...',
+ 'generate_labels' => '{1} Generovať štítok|[2,*] Generovať štítky',
+);
diff --git a/resources/lang/sk/general.php b/resources/lang/sk/general.php
new file mode 100644
index 0000000000..539a01a13f
--- /dev/null
+++ b/resources/lang/sk/general.php
@@ -0,0 +1,249 @@
+ 'Accessories',
+ 'activated' => 'Activated',
+ 'accessory' => 'Accessory',
+ 'accessory_report' => 'Accessory Report',
+ 'action' => 'Action',
+ 'activity_report' => 'Activity Report',
+ 'address' => 'Address',
+ 'admin' => 'Admin',
+ 'administrator' => 'Administrator',
+ 'add_seats' => 'Added seats',
+ 'all_assets' => 'All Assets',
+ 'all' => 'All',
+ 'archived' => 'Archived',
+ 'asset_models' => 'Asset Models',
+ 'asset_model' => 'Model',
+ 'asset' => 'Asset',
+ 'asset_report' => 'Asset Report',
+ 'asset_tag' => 'Asset Tag',
+ 'assets_available' => 'assets available',
+ 'audit' => 'Audit',
+ 'audit_report' => 'Audit Log',
+ 'assets' => 'Assets',
+ 'avatar_delete' => 'Delete Avatar',
+ 'avatar_upload' => 'Upload Avatar',
+ 'back' => 'Back',
+ 'bad_data' => 'Nothing found. Maybe bad data?',
+ 'bulkaudit' => 'Bulk Audit',
+ 'bulkaudit_status' => 'Audit Status',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bystatus' => 'by Status',
+ 'cancel' => 'Cancel',
+ 'categories' => 'Categories',
+ 'category' => 'Category',
+ 'change' => 'In/Out',
+ 'changeemail' => 'Change Email Address',
+ 'changepassword' => 'Change Password',
+ 'checkin' => 'Checkin',
+ 'checkin_from' => 'Checkin from',
+ 'checkout' => 'Checkout',
+ 'checkouts_count' => 'Checkouts',
+ 'checkins_count' => 'Checkins',
+ 'user_requests_count' => 'Requests',
+ 'city' => 'City',
+ 'click_here' => 'Click here',
+ 'clear_selection' => 'Clear Selection',
+ 'companies' => 'Companies',
+ 'company' => 'Company',
+ 'component' => 'Component',
+ 'components' => 'Components',
+ 'complete' => 'Complete',
+ 'consumable' => 'Consumable',
+ 'consumables' => 'Consumables',
+ 'country' => 'Country',
+ 'create' => 'Create New',
+ 'created' => 'Item Created',
+ 'created_asset' => 'created asset',
+ 'created_at' => 'Created at',
+ 'record_created' => 'Record Created',
+ 'updated_at' => 'Updated at',
+ 'currency' => '$', // this is deprecated
+ 'current' => 'Current',
+ 'custom_report' => 'Custom Asset Report',
+ 'dashboard' => 'Dashboard',
+ 'days' => 'days',
+ 'days_to_next_audit' => 'Days to Next Audit',
+ 'date' => 'Date',
+ 'debug_warning' => 'Warning!',
+ '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 APP_DEBUG
value in your .env
file to false
.',
+ 'delete' => 'Delete',
+ 'delete_confirm' => 'Are you sure you wish to delete :item?',
+ 'deleted' => 'Deleted',
+ 'delete_seats' => 'Deleted Seats',
+ 'departments' => 'Departments',
+ 'department' => 'Department',
+ 'deployed' => 'Deployed',
+ 'depreciation_report' => 'Depreciation Report',
+ 'details' => 'Details',
+ 'download' => 'Download',
+ 'download_all' => 'Download All',
+ 'depreciation' => 'Depreciation',
+ 'editprofile' => 'Edit Your Profile',
+ 'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ '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)',
+ 'first' => 'First',
+ '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' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'files' => 'Files',
+ 'file_name' => 'File',
+ 'file_type' => 'File Type',
+ 'file_uploads' => 'File Uploads',
+ 'generate' => 'Generate',
+ 'github_markdown' => 'This field accepts Github flavored markdown.',
+ 'groups' => 'Groups',
+ 'gravatar_email' => 'Gravatar Email Address',
+ 'history' => 'History',
+ 'history_for' => 'History for',
+ 'id' => 'ID',
+ 'image' => 'Image',
+ 'image_delete' => 'Delete Image',
+ 'image_upload' => 'Upload Image',
+ 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'import' => 'Import',
+ 'importing' => 'Importing',
+ 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
+ 'import-history' => 'Import History',
+ 'asset_maintenance' => 'Asset Maintenance',
+ 'asset_maintenance_report' => 'Asset Maintenance Report',
+ 'asset_maintenances' => 'Asset Maintenances',
+ 'item' => 'Item',
+ 'insufficient_permissions' => 'Insufficient permissions!',
+ 'kits' => 'Predefined Kits',
+ 'language' => 'Language',
+ 'last' => 'Last',
+ 'last_login' => 'Last Login',
+ 'last_name' => 'Last Name',
+ 'license' => 'License',
+ 'license_report' => 'License Report',
+ 'licenses_available' => 'licenses available',
+ 'licenses' => 'Licenses',
+ 'list_all' => 'List All',
+ 'loading' => 'Loading',
+ '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' => 'Location',
+ 'locations' => 'Locations',
+ 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
+ 'maintenances' => 'Maintenances',
+ 'manufacturer' => 'Manufacturer',
+ 'manufacturers' => 'Manufacturers',
+ 'markdown' => 'This field allows Github flavored markdown.',
+ 'min_amt' => 'Min. QTY',
+ 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'model_no' => 'Model No.',
+ 'months' => 'months',
+ 'moreinfo' => 'More Info',
+ 'name' => 'Name',
+ 'next' => 'Next',
+ 'next_audit_date' => 'Next Audit Date',
+ 'last_audit' => 'Last Audit',
+ 'new' => 'new!',
+ 'no_depreciation' => 'No Depreciation',
+ 'no_results' => 'No Results.',
+ 'no' => 'No',
+ 'notes' => 'Notes',
+ 'order_number' => 'Order Number',
+ 'page_menu' => 'Showing _MENU_ items',
+ 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
+ 'pending' => 'Pending',
+ 'people' => 'People',
+ 'per_page' => 'Results Per Page',
+ 'previous' => 'Previous',
+ 'processing' => 'Processing',
+ 'profile' => 'Your profile',
+ 'purchase_cost' => 'Purchase Cost',
+ 'purchase_date' => 'Purchase Date',
+ 'qty' => 'QTY',
+ 'quantity' => 'Quantity',
+ 'ready_to_deploy' => 'Ready to Deploy',
+ 'recent_activity' => 'Recent Activity',
+ 'remove_company' => 'Remove Company Association',
+ 'reports' => 'Reports',
+ 'restored' => 'restored',
+ 'requested' => 'Requested',
+ 'request_canceled' => 'Request Canceled',
+ 'save' => 'Save',
+ 'select' => 'Select',
+ 'search' => 'Search',
+ 'select_category' => 'Select a Category',
+ 'select_department' => 'Select a Department',
+ 'select_depreciation' => 'Select a Depreciation Type',
+ 'select_location' => 'Select a Location',
+ 'select_manufacturer' => 'Select a Manufacturer',
+ 'select_model' => 'Select a Model',
+ 'select_supplier' => 'Select a Supplier',
+ 'select_user' => 'Select a User',
+ 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_statuslabel' => 'Select Status',
+ 'select_company' => 'Select Company',
+ 'select_asset' => 'Select Asset',
+ 'settings' => 'Settings',
+ 'show_deleted' => 'Show Deleted',
+ 'show_current' => 'Show Current',
+ 'sign_in' => 'Sign in',
+ 'signature' => 'Signature',
+ 'skin' => 'Skin',
+ 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
+ 'site_name' => 'Site Name',
+ 'state' => 'State',
+ 'status_labels' => 'Status Labels',
+ 'status' => 'Status',
+ 'supplier' => 'Supplier',
+ 'suppliers' => 'Suppliers',
+ 'sure_to_delete' => 'Are you sure you wish to delete',
+ 'submit' => 'Submit',
+ 'target' => 'Target',
+ 'time_and_date_display' => 'Time and Date Display',
+ 'total_assets' => 'total assets',
+ 'total_licenses' => 'total licenses',
+ 'total_accessories' => 'total accessories',
+ 'total_consumables' => 'total consumables',
+ 'type' => 'Type',
+ 'undeployable' => 'Un-deployable',
+ 'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
+ 'update' => 'Update',
+ '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' => 'User',
+ 'accepted' => 'accepted',
+ 'declined' => 'declined',
+ 'unaccepted_asset_report' => 'Unaccepted Assets',
+ 'users' => 'Users',
+ 'viewall' => 'View All',
+ 'viewassets' => 'View Assigned Assets',
+ 'website' => 'Website',
+ 'welcome' => 'Welcome, :name',
+ 'years' => 'years',
+ 'yes' => 'Yes',
+ 'zip' => 'Zip',
+ 'noimage' => 'No image uploaded or image not found.',
+ 'token_expired' => 'Your form session has expired. Please try again.',
+ 'login_enabled' => 'Login Enabled',
+ 'audit_due' => 'Due for Audit',
+ 'audit_overdue' => 'Overdue for Audit',
+ 'accept' => 'Accept :asset',
+ 'i_accept' => 'I accept',
+ 'i_decline' => 'I decline',
+ 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
+ 'clear_signature' => 'Clear Signature',
+ 'show_help' => 'Show help',
+ 'hide_help' => 'Hide help',
+ ];
diff --git a/resources/lang/sk/help.php b/resources/lang/sk/help.php
new file mode 100644
index 0000000000..4cb2354f89
--- /dev/null
+++ b/resources/lang/sk/help.php
@@ -0,0 +1,36 @@
+ "More Info",
+
+ "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.
Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.",
+
+ 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+
+ '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' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
+
+ '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' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
+
+ 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+
+
+
+);
diff --git a/resources/lang/sk/mail.php b/resources/lang/sk/mail.php
new file mode 100644
index 0000000000..c34123ed74
--- /dev/null
+++ b/resources/lang/sk/mail.php
@@ -0,0 +1,80 @@
+ 'A user has canceled an item request on the website',
+ 'a_user_requested' => 'A user has requested an item on the website',
+ 'accessory_name' => 'Accessory Name:',
+ 'additional_notes' => 'Additional Notes:',
+ 'admin_has_created' => 'An administrator has created an account for you on the :web website.',
+ 'asset' => 'Asset:',
+ 'asset_name' => 'Asset Name:',
+ 'asset_requested' => 'Asset requested',
+ 'asset_tag' => 'Asset Tag',
+ 'assigned_to' => 'Assigned To',
+ 'best_regards' => 'Best regards,',
+ 'canceled' => 'Canceled:',
+ 'checkin_date' => 'Checkin Date:',
+ 'checkout_date' => 'Checkout Date:',
+ 'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
+ '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.',
+ 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
+ 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
+ 'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
+ 'Confirm_license_delivery' => 'License delivery confirmation',
+ 'Confirm_asset_delivery' => 'Asset delivery confirmation',
+ 'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
+ 'current_QTY' => 'Current QTY',
+ 'Days' => 'Days',
+ 'days' => 'Days',
+ 'expecting_checkin_date' => 'Expected Checkin Date:',
+ 'expires' => 'Expires',
+ 'Expiring_Assets_Report' => 'Expiring Assets Report.',
+ 'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
+ 'hello' => 'Hello',
+ 'hi' => 'Hi',
+ 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
+ 'item' => 'Item:',
+ 'Item_Request_Canceled' => 'Item Request Canceled',
+ 'Item_Requested' => 'Item Requested',
+ 'link_to_update_password' => 'Please click on the following link to update your :web password:',
+ 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
+ 'login' => 'Login:',
+ 'Low_Inventory_Report' => 'Low Inventory Report',
+ 'min_QTY' => 'Min QTY',
+ 'name' => 'Name',
+ 'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ '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:',
+ 'serial' => 'Serial',
+ 'supplier' => 'Supplier',
+ '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: ',
+ '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.',
+ 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
+ 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
+ 'to_reset' => 'To reset your :web password, complete this form:',
+ 'type' => 'Type',
+ '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' => 'User',
+ 'username' => 'Username',
+ 'welcome' => 'Welcome :name',
+ 'welcome_to' => 'Welcome to :web!',
+ 'your_credentials' => 'Your Snipe-IT credentials',
+ 'Accessory_Checkin_Notification' => 'Accessory checked in',
+ 'Asset_Checkin_Notification' => 'Asset checked in',
+ 'License_Checkin_Notification' => 'License checked in',
+ 'Expected_Checkin_Report' => 'Expected asset checkin report',
+ 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
+ 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
+ 'your_assets' => 'View Your Assets'
+);
diff --git a/resources/lang/sk/pagination.php b/resources/lang/sk/pagination.php
new file mode 100644
index 0000000000..b573b51e91
--- /dev/null
+++ b/resources/lang/sk/pagination.php
@@ -0,0 +1,20 @@
+ '« Previous',
+
+ 'next' => 'Next »',
+
+);
diff --git a/resources/lang/sk/passwords.php b/resources/lang/sk/passwords.php
new file mode 100644
index 0000000000..61fe7fbd43
--- /dev/null
+++ b/resources/lang/sk/passwords.php
@@ -0,0 +1,7 @@
+ 'Your password link has been sent!',
+ 'user' => 'No matching active user found with that email.',
+];
+
diff --git a/resources/lang/sk/reminders.php b/resources/lang/sk/reminders.php
new file mode 100644
index 0000000000..e7a476e3a2
--- /dev/null
+++ b/resources/lang/sk/reminders.php
@@ -0,0 +1,24 @@
+ "Passwords must be six characters and match the confirmation.",
+
+ "user" => "Username or email address is incorrect",
+
+ "token" => "This password reset token is invalid.",
+
+ "sent" => "If a matching email address was found, a password reminder has been sent!",
+
+);
diff --git a/resources/lang/sk/table.php b/resources/lang/sk/table.php
new file mode 100644
index 0000000000..f7a49d86c1
--- /dev/null
+++ b/resources/lang/sk/table.php
@@ -0,0 +1,10 @@
+ 'Actions',
+ 'action' => 'Action',
+ 'by' => 'By',
+ 'item' => 'Item',
+
+);
diff --git a/resources/lang/sk/validation.php b/resources/lang/sk/validation.php
new file mode 100644
index 0000000000..4ece7d41c7
--- /dev/null
+++ b/resources/lang/sk/validation.php
@@ -0,0 +1,138 @@
+ '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' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ '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.',
+ ],
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ '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.',
+ '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.",
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 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' => 'That password is too common.',
+ "statuslabel_type" => "You must select a valid status label type",
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => [],
+
+);
diff --git a/resources/lang/sl/auth/general.php b/resources/lang/sl/auth/general.php
index 50e02a7460..3877f0c5b3 100644
--- a/resources/lang/sl/auth/general.php
+++ b/resources/lang/sl/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Prijava',
'login_prompt' => 'Prosimo, prijavite se',
'forgot_password' => 'Pozabil sem svoje geslo',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Zapomni si me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/sl/mail.php b/resources/lang/sl/mail.php
index 2c359198ea..4b75d58b4e 100644
--- a/resources/lang/sl/mail.php
+++ b/resources/lang/sl/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Sredstvo:',
'asset_name' => 'Ime sredstva:',
'asset_requested' => 'Sredstev zahtevano',
- 'asset_tag' => 'Oznaka sredstva:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Dodeljena',
'best_regards' => 'Lep pozdrav,',
'canceled' => 'Preklicana:',
diff --git a/resources/lang/sl/validation.php b/resources/lang/sl/validation.php
index 8332617bde..12bfdb9186 100644
--- a/resources/lang/sl/validation.php
+++ b/resources/lang/sl/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Atribut se ni uspel naložiti.',
'url' => 'Oblika atributa je neveljavna.',
"unique_undeleted" => "Atribut mora biti edinstven.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php
index a1e4e16036..58aff19d16 100644
--- a/resources/lang/sr-CS/admin/settings/general.php
+++ b/resources/lang/sr-CS/admin/settings/general.php
@@ -15,7 +15,7 @@ return array(
'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.' ,
+ 'allow_user_skin_help_text' => 'Čekiranjem ovog polja omogućava se korisniku da premosti UI \'skin\' sa nekim drugim.' ,
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Interval revizije',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Use 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_dept' => 'LDAP Odeljenje',
+ 'ldap_phone' => 'LDAP Broj telefona',
'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_country' => 'LDAP Zemlja',
'ldap_pword' => 'LDAP Bind Password',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP Filter',
diff --git a/resources/lang/sr-CS/auth/general.php b/resources/lang/sr-CS/auth/general.php
index b8e93ff147..cd230a3a92 100644
--- a/resources/lang/sr-CS/auth/general.php
+++ b/resources/lang/sr-CS/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Prijava',
'login_prompt' => 'Prijavite se',
'forgot_password' => 'Zabooravljena lozinka',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Zapamti me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/sr-CS/mail.php b/resources/lang/sr-CS/mail.php
index 802b097d7c..63f5b74c9e 100644
--- a/resources/lang/sr-CS/mail.php
+++ b/resources/lang/sr-CS/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Imovina:',
'asset_name' => 'Naziv imovine:',
'asset_requested' => 'Traženo sredstvo',
- 'asset_tag' => 'Oznaka imovine:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Dodijeljena',
'best_regards' => 'Srdačan pozdrav',
'canceled' => 'Otkazano:',
diff --git a/resources/lang/sr-CS/validation.php b/resources/lang/sr-CS/validation.php
index d5b3f5bdae..80d6c518a1 100644
--- a/resources/lang/sr-CS/validation.php
+++ b/resources/lang/sr-CS/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute nije prenet.',
'url' => ':attribute format je neispravan.',
"unique_undeleted" => ":attribute mora biti jedinstven.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/sv-SE/admin/locations/table.php b/resources/lang/sv-SE/admin/locations/table.php
index c0cf59717c..07ecea7be8 100644
--- a/resources/lang/sv-SE/admin/locations/table.php
+++ b/resources/lang/sv-SE/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Land',
'create' => 'Skapa plats',
'update' => 'Uppdatera plats',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Skriv ut tilldelade',
+ 'print_all_assigned' => 'Skriv ut alla tilldelade',
'name' => 'Platsnamn',
'address' => 'Adress',
'zip' => 'postnummer',
diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php
index 10f4606cbb..bf09195502 100644
--- a/resources/lang/sv-SE/admin/settings/general.php
+++ b/resources/lang/sv-SE/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Larm aktivt',
'alert_interval' => 'Utgående varningströskel (i dagar)',
'alert_inv_threshold' => 'Varna om lågt lagersaldo',
- '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.' ,
+ 'allow_user_skin' => 'Tillåt användartema',
+ 'allow_user_skin_help_text' => 'Genom att markera denna ruta kan en användare åsidosätta gränssnittet med ett annat.' ,
'asset_ids' => 'Tillgångs-ID',
'audit_interval' => 'Inventeringsintervall',
'audit_interval_help' => 'Om ni är i behov av regelbunden fysisk inventering av era tillgångar anger du intervallet i månader.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Använd TLS',
'ldap_tls_help' => 'Detta bör endast kontrolleras om du kör STARTTLS på din LDAP-server.',
'ldap_uname' => 'LDAP Bind användarnamn',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP Avdelning',
+ 'ldap_phone' => 'LDAP Telefonnummer',
+ 'ldap_jobtitle' => 'LDAP Jobbtitel',
+ 'ldap_country' => 'LDAP Land',
'ldap_pword' => 'LDAP-bindlösenord',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP-filter',
@@ -104,8 +104,8 @@ return array(
'login_common_disabled_help' => 'Det här alternativet inaktiverar andra autentiseringsmetoder. Aktivera bara detta om du är säker på att din REMOTE_USER inloggning fungerar',
'login_remote_user_custom_logout_url_text' => 'Anpassad utloggnings-URL',
'login_remote_user_custom_logout_url_help' => 'Om en URL tillhandahålls här kommer användarna att omdirigeras till den här webbadressen efter att användaren loggat ut från Snipe-IT. Det här är användbart för att stänga användarsessionerna i din autentiseringsleverantör korrekt.',
- 'login_remote_user_header_name_text' => 'Custom user name header',
- 'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
+ 'login_remote_user_header_name_text' => 'Anpassad användarnamn-header',
+ 'login_remote_user_header_name_help' => 'Använd angiven header istället för REMOTE_USER',
'logo' => 'Logotyp',
'logo_print_assets' => 'Använd vid utskrift',
'logo_print_assets_help' => 'Använda branding på utskrivbara tillgångs-listor ',
@@ -133,17 +133,17 @@ return array(
'saml_sp_x509cert' => 'Offentligt certifikat',
'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_idp_metadata_help' => 'Du kan ange idP-metadata med hjälp av en URL eller XML-fil.',
+ 'saml_attr_mapping_username' => 'Attributkartläggning - Användarnamn',
+ 'saml_attr_mapping_username_help' => 'NameID kommer att användas om attributkartläggningen är ospecificerad eller ogiltig.',
'saml_forcelogin_label' => 'SAML Tvinga inloggning',
'saml_forcelogin' => 'Gör SAML till den primära inloggningstypen',
- 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
+ 'saml_forcelogin_help' => 'Du kan använda \'/login?nosaml\' för att komma till den normala inloggningssidan.',
'saml_slo_label' => 'SAML engångsutloggning',
- '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_slo' => 'Skicka en utloggningsförfrågan till IdP vid utloggning',
+ 'saml_slo_help' => 'Detta kommer att göra att användaren först omdirigeras till idP vid utloggning. Lämna omarkerad om idP inte stöder SP-initierad SAML SLO på rätt sätt.',
'saml_custom_settings' => 'SAML egna inställningar',
- 'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
+ 'saml_custom_settings_help' => 'Du kan ange ytterligare inställningar till onelogin/php-saml-biblioteket. Använd på egen risk.',
'setting' => 'Miljö',
'settings' => 'inställningar',
'show_alerts_in_menu' => 'Visa varningar i toppmenyn',
diff --git a/resources/lang/sv-SE/auth/general.php b/resources/lang/sv-SE/auth/general.php
index e01c9c9c72..a29241d65f 100644
--- a/resources/lang/sv-SE/auth/general.php
+++ b/resources/lang/sv-SE/auth/general.php
@@ -4,12 +4,13 @@ return [
'send_password_link' => 'Skicka länk för lösenordsåterställning',
'email_reset_password' => 'Skicka',
'reset_password' => 'Återställ lösenord',
- 'saml_login' => 'Login via SAML',
+ 'saml_login' => 'Logga in via SAML',
'login' => 'Logga in',
'login_prompt' => 'Vänligen logga in',
'forgot_password' => 'Jag har glömt mitt lösenord',
+ 'ldap_reset_password' => 'Klicka här för att återställa ditt LDAP-lösenord',
'remember_me' => 'Kom ihåg mig',
- 'username_help_top' => 'Enter your username to be emailed a password reset link.',
- 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
+ 'username_help_top' => 'Ange ditt användarnamn för att få en länk för att återställa lösenordet.',
+ 'username_help_bottom' => 'Ditt användarnamn och e-postadress kan vara samma, men kanske inte är beroende på din konfiguration. Om du inte kommer ihåg ditt användarnamn, kontakta din administratör.
Användarnamn utan en associerad e-postadress kommer inte att få en länk för att återställa lösenordet. ',
];
diff --git a/resources/lang/sv-SE/auth/message.php b/resources/lang/sv-SE/auth/message.php
index a20cb6a4e3..7a24d3cacb 100644
--- a/resources/lang/sv-SE/auth/message.php
+++ b/resources/lang/sv-SE/auth/message.php
@@ -7,13 +7,13 @@ return array(
'account_not_activated' => 'Detta användarkonto är inte aktiverat.',
'account_suspended' => 'Detta användarkonto har blivit suspenderat.',
'account_banned' => 'Detta användarkonto har blivit avstängt.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
+ 'throttle' => 'För många misslyckade inloggningsförsök. Försök igen om :minutes minuter.',
'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.',
+ 'already_enrolled' => 'Din enhet är redan registrerad.',
+ 'success' => 'Din inloggning lyckades.',
+ 'code_required' => 'Tvåfaktorskod krävs.',
+ 'invalid_code' => 'Tvåfaktorskoden är ogiltig.',
),
'signin' => array(
@@ -22,8 +22,8 @@ return array(
),
'logout' => array(
- 'error' => 'There was a problem while trying to log you out, please try again.',
- 'success' => 'You have successfully logged out.',
+ 'error' => 'Det uppstod ett problem när du försökte logga ut, försök igen.',
+ 'success' => 'Du har loggat ut.',
),
'signup' => array(
@@ -33,7 +33,7 @@ return array(
'forgot-password' => array(
'error' => 'Det uppstod ett problem med att nollställa ditt lösenord, var god försök igen.',
- 'success' => 'If that email address exists in our system, a password recovery email has been sent.',
+ 'success' => 'Om den e-postadressen finns i vårt system har ett e-postmeddelande om lösenordsåterställning skickats.',
),
'forgot-password-confirm' => array(
diff --git a/resources/lang/sv-SE/button.php b/resources/lang/sv-SE/button.php
index 09cd5d4d63..5da143d587 100644
--- a/resources/lang/sv-SE/button.php
+++ b/resources/lang/sv-SE/button.php
@@ -13,5 +13,5 @@ return array(
'upload' => 'Ladda upp',
'select_file' => 'Välj fil...',
'select_files' => 'Välj filer...',
- 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
+ 'generate_labels' => '{1} Generera etikett|[2,*]] Generera etiketter',
);
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index 698ff32f14..b4a5129dcb 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -30,7 +30,7 @@
'bulkaudit' => 'Bulk Inventering',
'bulkaudit_status' => 'Inventeringsstatus',
'bulk_checkout' => 'Bulk Checkout',
- 'bystatus' => 'by Status',
+ 'bystatus' => 'efter status',
'cancel' => 'Avbryt',
'categories' => 'Kategorier',
'category' => 'Kategori',
@@ -58,7 +58,7 @@
'created' => 'Artikel skapad',
'created_asset' => 'skapa tillgång',
'created_at' => 'Skapad',
- 'record_created' => 'Record Created',
+ 'record_created' => 'Poster skapade',
'updated_at' => 'Uppdaterad på',
'currency' => 'SEK', // this is deprecated
'current' => 'Nuvarande',
@@ -79,7 +79,7 @@
'depreciation_report' => 'Avskrivningsrapport',
'details' => 'Information',
'download' => 'Ladda ner',
- 'download_all' => 'Download All',
+ 'download_all' => 'Ladda ned alla',
'depreciation' => 'Avskrivning',
'editprofile' => 'Ändra Din Profil',
'eol' => 'EOL',
@@ -90,17 +90,17 @@
'firstname_lastname_format' => 'Förnamn Efternamn (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'Förnamn Efternamn (jane.smith@example.com)',
'lastnamefirstinitial_format' => 'Efternamn Första Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
+ 'firstintial_dot_lastname_format' => 'Första Initialen Efternamn (j.smith@example.com)',
'first' => 'Först',
- '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)',
+ 'firstnamelastname' => 'Förnamn Efternamn (janesmith@example.com)',
+ 'lastname_firstinitial' => 'Efternamn Första Initialen (smith_j@example.com)',
+ 'firstinitial.lastname' => 'Första Initialen Efternamn (j.smith@example.com)',
+ 'firstnamelastinitial' => 'Efternamn Första Initialen (janes@example.com)',
'first_name' => 'Förnamn',
'first_name_format' => 'Förnamn (jane@example.com)',
'files' => 'Filer',
'file_name' => 'Fil',
- 'file_type' => 'File Type',
+ 'file_type' => 'Filtyp',
'file_uploads' => 'Filuppladdning',
'generate' => 'Generera',
'github_markdown' => 'Detta fält tillåter Github smaksatt markdown.',
@@ -112,9 +112,9 @@
'image' => 'Bild',
'image_delete' => 'Ta bort Bild',
'image_upload' => 'Ladda upp Bild',
- 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
+ 'image_filetypes_help' => 'Godkända filtyper är jpg, webp, png, gif och svg. Max tillåten uppladdningsstorlek är :size.',
'import' => 'Importera',
- 'importing' => 'Importing',
+ 'importing' => 'Importerar',
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
'import-history' => 'Importera historik',
'asset_maintenance' => 'Underhåll av tillgångar',
diff --git a/resources/lang/sv-SE/mail.php b/resources/lang/sv-SE/mail.php
index 6cb48a510b..f6daaa0a94 100644
--- a/resources/lang/sv-SE/mail.php
+++ b/resources/lang/sv-SE/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Tillgång:',
'asset_name' => 'Tillgångsnamn:',
'asset_requested' => 'Tillgången begärd',
- 'asset_tag' => 'Tillgångstagg:',
+ 'asset_tag' => 'Tillgångstagg',
'assigned_to' => 'Tilldelats',
'best_regards' => 'Vänliga hälsningar,',
'canceled' => 'Avbruten:',
@@ -63,7 +63,7 @@ return array(
'license_expiring_alert' => ':count licens löper ut inom :threshold dagar.|:count licenser löper ut inom :threshold days.',
'to_reset' => 'För att återställa ditt :web lösenord, fyll i det här formuläret:',
'type' => 'Typ',
- '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.',
+ 'upcoming-audits' => 'Det finns :count tillgång som kommer upp för revision inom :threshold days.|Det finns :count tillgångar som kommer upp för revision inom :threshold dagar.',
'user' => 'Användare',
'username' => 'Användarnamn',
'welcome' => 'Välkommen: namn',
@@ -74,6 +74,6 @@ return array(
'License_Checkin_Notification' => 'Licensen har checkats in',
'Expected_Checkin_Report' => 'Expected asset checkin report',
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
- 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
+ 'Expected_Checkin_Date' => 'En tillgång som checkas ut till dig kommer att checkas in igen :date',
'your_assets' => 'Visa dina tillgångar'
);
diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php
index 4725d1c36c..c67755a147 100644
--- a/resources/lang/sv-SE/validation.php
+++ b/resources/lang/sv-SE/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Uppladdningen av :attribute misslyckades.',
'url' => ':attribute Formatet är ogiltigt.',
"unique_undeleted" => ":attribute måste vara unikt.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ta/auth/general.php b/resources/lang/ta/auth/general.php
index 71e3b34f9b..0aa6186501 100644
--- a/resources/lang/ta/auth/general.php
+++ b/resources/lang/ta/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'உள் நுழை',
'login_prompt' => 'தயவு செய்து புகுபதிகை செய்யவும்',
'forgot_password' => 'என் கடவு சொல்லை மறந்து விட்டேன்',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'என்னை நினைவில் கொள்ளுங்கள்',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ta/mail.php b/resources/lang/ta/mail.php
index 76156f656d..1dc182339d 100644
--- a/resources/lang/ta/mail.php
+++ b/resources/lang/ta/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'சொத்து:',
'asset_name' => 'சொத்து பெயர்:',
'asset_requested' => 'சொத்து கோரப்பட்டது',
- 'asset_tag' => 'சொத்து குறிச்சொல்:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'ஒதுக்கப்படும்',
'best_regards' => 'சிறந்த வாழ்த்துக்கள்,',
'canceled' => 'ரத்து செய்தவர்:',
diff --git a/resources/lang/ta/validation.php b/resources/lang/ta/validation.php
index 75d3c50186..b35f8675e2 100644
--- a/resources/lang/ta/validation.php
+++ b/resources/lang/ta/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ': பண்புக்கூறு பதிவேற்றத் தவறியது.',
'url' => 'பண்புக்கூறு வடிவமைப்பு தவறானது.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/th/auth/general.php b/resources/lang/th/auth/general.php
index 61b1482519..65875a08ba 100644
--- a/resources/lang/th/auth/general.php
+++ b/resources/lang/th/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'เข้าสู่ระบบ',
'login_prompt' => 'กรุณาเข้าสู่ระบบ',
'forgot_password' => 'ฉันลืมรหัสผ่าน',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'จดจำฉัน',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/th/mail.php b/resources/lang/th/mail.php
index cdec79bc2f..f2037691f3 100644
--- a/resources/lang/th/mail.php
+++ b/resources/lang/th/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'ทรัพย์สิน:',
'asset_name' => 'ชื่อสินทรัพย์:',
'asset_requested' => 'สินทรัพย์ที่ขอ',
- 'asset_tag' => 'แท็กเนื้อหา:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'ได้รับมอบหมายให้',
'best_regards' => 'ด้วยความเคารพ,',
'canceled' => 'ยกเลิก:',
diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php
index 7a69220506..d80acb57a8 100644
--- a/resources/lang/th/validation.php
+++ b/resources/lang/th/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'แอตทริบิวต์: ล้มเหลวในการอัปโหลด',
'url' => 'รูปแบบของ :attribute ไม่ถูกต้อง',
"unique_undeleted" => "แอตทริบิวต์ต้องไม่ซ้ำกัน",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/tl/auth/general.php b/resources/lang/tl/auth/general.php
index 33630310d4..78b6780927 100644
--- a/resources/lang/tl/auth/general.php
+++ b/resources/lang/tl/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/tl/mail.php b/resources/lang/tl/mail.php
index 65236a0b8a..c34123ed74 100644
--- a/resources/lang/tl/mail.php
+++ b/resources/lang/tl/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,',
'canceled' => 'Canceled:',
diff --git a/resources/lang/tl/validation.php b/resources/lang/tl/validation.php
index 23116776e3..4ece7d41c7 100644
--- a/resources/lang/tl/validation.php
+++ b/resources/lang/tl/validation.php
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/tr/admin/locations/table.php b/resources/lang/tr/admin/locations/table.php
index 4c8ab93d2c..36b713776c 100644
--- a/resources/lang/tr/admin/locations/table.php
+++ b/resources/lang/tr/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Ülke',
'create' => 'Konum Oluştur',
'update' => 'Konum Güncelle',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'Atananların Tümünü Yazdır',
+ 'print_all_assigned' => 'Atananların Tümünü Yazdır',
'name' => 'Konum Adı',
'address' => 'Adres',
'zip' => 'Posta kodu',
diff --git a/resources/lang/tr/auth/general.php b/resources/lang/tr/auth/general.php
index 0d09457da1..7d8250176d 100644
--- a/resources/lang/tr/auth/general.php
+++ b/resources/lang/tr/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Giriş',
'login_prompt' => 'Lütfen giriş yapın',
'forgot_password' => 'Şifremi unuttum',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Beni hatırla',
'username_help_top' => 'E-posta ile bir şifre sıfırlama bağlantısı almak için kullanıcı adınızı girin.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/tr/mail.php b/resources/lang/tr/mail.php
index 43c87519e7..8b3cf30e61 100644
--- a/resources/lang/tr/mail.php
+++ b/resources/lang/tr/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Varlık:',
'asset_name' => 'Varlık Adı:',
'asset_requested' => 'İstenen varlık',
- 'asset_tag' => 'Varlık etiketi:',
+ 'asset_tag' => 'Varlık Adı',
'assigned_to' => 'Atanmış',
'best_regards' => 'En iyi dileklerimizle,',
'canceled' => 'İptal edildi:',
@@ -18,11 +18,11 @@ return array(
'click_to_confirm' => 'Lütfen :hesabınızı: onaylamak için aşağıdaki linke tıklayınız:',
'click_on_the_link_accessory' => 'Lütfen aşağıdaki bağlantıya tıklayarak aksesuar talebinizi onaylayın.',
'click_on_the_link_asset' => 'Lütfen aşağıdaki bağlantıya tıklayarak varlık talebinizi onaylayın.',
- 'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
+ 'Confirm_Asset_Checkin' => 'Varlık Kabul Onayı',
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
'Confirm_license_delivery' => 'License delivery confirmation',
- 'Confirm_asset_delivery' => 'Asset delivery confirmation',
+ 'Confirm_asset_delivery' => 'Varlık Kabul Onayı',
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
'current_QTY' => 'Mevcut miktar',
'Days' => 'Günler',
@@ -70,11 +70,11 @@ return array(
'welcome' => 'Hoşgeldiniz, :name',
'welcome_to' => 'Hoş geldiniz :web!',
'your_credentials' => 'Snipe-IT Bilgileriniz',
- 'Accessory_Checkin_Notification' => 'Accessory checked in',
- 'Asset_Checkin_Notification' => 'Asset checked in',
- 'License_Checkin_Notification' => 'License checked in',
+ 'Accessory_Checkin_Notification' => 'Aksesuar Zimmet Kabul',
+ 'Asset_Checkin_Notification' => 'Varlık Zimmet Kabul',
+ 'License_Checkin_Notification' => 'Lisans Zimmet Kabul',
'Expected_Checkin_Report' => 'Expected asset checkin report',
- 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
+ 'Expected_Checkin_Notification' => 'Hatırlatma ::name Son seçim zamanı yaklaşıyor',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
- 'your_assets' => 'View Your Assets'
+ 'your_assets' => 'Varlıkları Görüntüleme'
);
diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php
index f70c415436..fe667763d3 100644
--- a/resources/lang/tr/validation.php
+++ b/resources/lang/tr/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ': Özniteliği yüklenemedi.',
'url' => ':attribute biçim geçersiz.',
"unique_undeleted" => ":attribute benzersiz olmalıdır.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/uk/admin/accessories/table.php b/resources/lang/uk/admin/accessories/table.php
index d93c6fd27b..0d8b651e17 100644
--- a/resources/lang/uk/admin/accessories/table.php
+++ b/resources/lang/uk/admin/accessories/table.php
@@ -1,10 +1,10 @@
'Download CSV',
+ 'dl_csv' => 'Завантажити CSV',
'eula_text' => 'EULA',
'id' => 'ID',
- 'require_acceptance' => 'Acceptance',
+ 'require_acceptance' => 'Схвалення',
'title' => 'Назва аксесуара',
diff --git a/resources/lang/uk/admin/asset_maintenances/form.php b/resources/lang/uk/admin/asset_maintenances/form.php
index 543d3e9f0b..23994c178c 100644
--- a/resources/lang/uk/admin/asset_maintenances/form.php
+++ b/resources/lang/uk/admin/asset_maintenances/form.php
@@ -1,12 +1,12 @@
'Maintenance Type',
+ 'asset_maintenance_type' => 'Тип обслуговування',
'title' => 'Назва',
'start_date' => 'Розпочато',
'completion_date' => 'Завершено',
'cost' => 'Вартість',
- 'is_warranty' => 'Warranty Improvement',
+ 'is_warranty' => 'Покращення гарантії',
'asset_maintenance_time' => 'Днів',
'notes' => 'Нотатки',
'update' => 'Оновити',
diff --git a/resources/lang/uk/admin/asset_maintenances/general.php b/resources/lang/uk/admin/asset_maintenances/general.php
index 41b7ab6f22..7d9008e5c7 100644
--- a/resources/lang/uk/admin/asset_maintenances/general.php
+++ b/resources/lang/uk/admin/asset_maintenances/general.php
@@ -1,14 +1,14 @@
'Asset Maintenances',
- 'edit' => 'Edit Asset Maintenance',
- 'delete' => 'Delete Asset Maintenance',
- 'view' => 'View Asset Maintenance Details',
+ 'asset_maintenances' => 'Обслуговування активів',
+ 'edit' => 'Редагувати обслуговування активів',
+ 'delete' => 'Видалити обслуговування активів',
+ 'view' => 'Переглянути інформацію про обслуговування активів',
'repair' => 'Ремонт',
'maintenance' => 'Технічне обслуговування',
'upgrade' => 'Модернізація',
- 'calibration' => 'Calibration',
- 'software_support' => 'Software Support',
- 'hardware_support' => 'Hardware Support',
+ 'calibration' => 'Калібрування',
+ 'software_support' => 'Підтримка програмного забезпечення',
+ 'hardware_support' => 'Підтримка апаратного забезпечення',
];
diff --git a/resources/lang/uk/admin/asset_maintenances/message.php b/resources/lang/uk/admin/asset_maintenances/message.php
index 2b21bf6ce0..8839f7ec59 100644
--- a/resources/lang/uk/admin/asset_maintenances/message.php
+++ b/resources/lang/uk/admin/asset_maintenances/message.php
@@ -1,19 +1,19 @@
'Asset Maintenance you were looking for was not found!',
+ '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.'
+ 'confirm' => 'Ви впевнені, що хочете видалити це обслуговування активів?',
+ 'error' => 'Виникла проблема при видаленні. Будь ласка, спробуйте ще раз.',
+ 'success' => 'Обслуговування активів було успішно видалено.'
],
'create' => [
- 'error' => 'Asset Maintenance was not created, please try again.',
- 'success' => 'Asset Maintenance created successfully.'
+ 'error' => 'Обслуговування не було створено, будь ласка, спробуйте ще раз.',
+ 'success' => 'Обслуговування активів успішно створено.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Обслуговування активів не було відредаговано, будь ласка, спробуйте ще раз.',
+ 'success' => 'Обслуговування активів успішно змінено.'
],
'asset_maintenance_incomplete' => 'Ще не завершено',
'warranty' => 'Гарантійний',
diff --git a/resources/lang/uk/admin/asset_maintenances/table.php b/resources/lang/uk/admin/asset_maintenances/table.php
index 8b4e148d13..f879ca7232 100644
--- a/resources/lang/uk/admin/asset_maintenances/table.php
+++ b/resources/lang/uk/admin/asset_maintenances/table.php
@@ -4,5 +4,5 @@
'title' => 'Обслуговування активів',
'asset_name' => 'Назва активу',
'is_warranty' => 'Гарантія',
- 'dl_csv' => 'Download CSV'
+ 'dl_csv' => 'Завантажити CSV'
];
diff --git a/resources/lang/uk/auth/general.php b/resources/lang/uk/auth/general.php
index 981f3b2566..0cb92b2095 100644
--- a/resources/lang/uk/auth/general.php
+++ b/resources/lang/uk/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Вхід',
'login_prompt' => 'Будь ласка, увійдіть',
'forgot_password' => 'Я забув свій пароль',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Запам\'ятати мене',
'username_help_top' => 'Введіть ваше ім\'я користувача, щоб отримати посилання для зміни пароля.',
'username_help_bottom' => 'Ваше ім\'я користувача та електронна адреса можуть бути однаковими, але можуть не бути, в залежності від вашої конфігурації. Якщо ви не можете згадати своє ім\'я користувача, зверніться до адміністратора.
Якщо ім\'я користувача не має пов\'язаної електронної пошти, то неможливо надіслати посилання для зміни пароля. ',
diff --git a/resources/lang/uk/mail.php b/resources/lang/uk/mail.php
index 209d0ac352..05f95ad748 100644
--- a/resources/lang/uk/mail.php
+++ b/resources/lang/uk/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Актив:',
'asset_name' => 'Найменування Активу:',
'asset_requested' => 'Запит на актив',
- 'asset_tag' => 'Тег активу:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Відповідальний',
'best_regards' => 'З найкращими побажаннями,',
'canceled' => 'Скасовано:',
diff --git a/resources/lang/uk/validation.php b/resources/lang/uk/validation.php
index 23116776e3..4ece7d41c7 100644
--- a/resources/lang/uk/validation.php
+++ b/resources/lang/uk/validation.php
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/ur-PK/auth/general.php b/resources/lang/ur-PK/auth/general.php
index 33630310d4..78b6780927 100644
--- a/resources/lang/ur-PK/auth/general.php
+++ b/resources/lang/ur-PK/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/ur-PK/mail.php b/resources/lang/ur-PK/mail.php
index 65236a0b8a..c34123ed74 100644
--- a/resources/lang/ur-PK/mail.php
+++ b/resources/lang/ur-PK/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,',
'canceled' => 'Canceled:',
diff --git a/resources/lang/ur-PK/validation.php b/resources/lang/ur-PK/validation.php
index 23116776e3..4ece7d41c7 100644
--- a/resources/lang/ur-PK/validation.php
+++ b/resources/lang/ur-PK/validation.php
@@ -89,6 +89,7 @@ return array(
'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.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/vi/admin/locations/table.php b/resources/lang/vi/admin/locations/table.php
index e8f6ee2d18..dc47efe75d 100644
--- a/resources/lang/vi/admin/locations/table.php
+++ b/resources/lang/vi/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => 'Nước',
'create' => 'Tạo địa phương',
'update' => 'Cập nhật địa phương',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => 'In tài sản đã cấp phát',
+ 'print_all_assigned' => 'In tất cả tài sản đã cấp phát',
'name' => 'Tên địa phương',
'address' => 'Địa chỉ',
'zip' => 'Mã bưu điện',
diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php
index 50aa247ebd..ead4260f73 100644
--- a/resources/lang/vi/admin/settings/general.php
+++ b/resources/lang/vi/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => 'Bật Cảnh báo',
'alert_interval' => 'Ngưỡng Cảnh báo Hết hạn (theo ngày)',
'alert_inv_threshold' => 'Ngưỡng thông báo khoảng không quảng cáo',
- '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.' ,
+ 'allow_user_skin' => 'Cho phép skin người dùng',
+ 'allow_user_skin_help_text' => 'Check ô này cho phép người dùng sử dụng giao diện bên ngoài.' ,
'asset_ids' => 'ID tài sản',
'audit_interval' => 'Khoảng Kiểm toán',
'audit_interval_help' => 'Nếu bạn được yêu cầu kiểm tra thường xuyên tài sản của mình, hãy nhập khoảng thời gian trong nhiều tháng.',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => 'Sử dụng TLS',
'ldap_tls_help' => 'Điều này chỉ nên được kiểm tra nếu bạn đang chạy STARTTLS trên máy chủ LDAP của mình.',
'ldap_uname' => 'LDAP Bind Username',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'Phòng ban LDAP',
+ 'ldap_phone' => 'Số điện thoại LDAP',
+ 'ldap_jobtitle' => 'Chức danh LDAP',
+ 'ldap_country' => 'Quốc gia LDAP',
'ldap_pword' => 'LDAP Bind Password',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'Bộ lọc LDAP',
@@ -130,7 +130,7 @@ return array(
'saml_sp_entityid' => 'ID Pháp nhân',
'saml_sp_acs_url' => 'URL Dịch Vụ Xác Nhận Người Dùng (ACS)',
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
- 'saml_sp_x509cert' => 'Public Certificate',
+ 'saml_sp_x509cert' => 'Công khai Chứng chỉ',
'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.',
diff --git a/resources/lang/vi/auth/general.php b/resources/lang/vi/auth/general.php
index aa2bf80f51..ace09e0f9d 100644
--- a/resources/lang/vi/auth/general.php
+++ b/resources/lang/vi/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Đăng nhập',
'login_prompt' => 'Vui lòng đăng nhập',
'forgot_password' => 'Tôi đã quên mật khẩu của tôi',
+ 'ldap_reset_password' => 'Nhấn vào đây để đặt lại mật khẩu LDAP của bạn',
'remember_me' => 'Ghi nhớ tôi',
'username_help_top' => 'Nhập tên người dùng của bạn để nhận liên kết đặt lại mật khẩu.',
'username_help_bottom' => 'Tên người dùng và email của bạn có thể giống nhau hoặc không, tùy vào cách cấu hình của bạn. Nếu bạn không nhớ tên người dùng hãy liên hệ với quản trị viên.
Tên người dùng không được liên kết với email sẽ không nhận được liên kết đặt lại mật khẩu. ',
diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php
index 0ec3f787ac..8515115f4e 100644
--- a/resources/lang/vi/general.php
+++ b/resources/lang/vi/general.php
@@ -93,8 +93,8 @@
'firstintial_dot_lastname_format' => 'Ký tự đầu Tên Họ (jsmith@example.com)',
'first' => 'Đầu tiên',
'firstnamelastname' => 'Tên Họ (jane_smith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Họ trước Tên sau (smith_j@example.com)',
+ 'firstinitial.lastname' => 'Tên trước Họ sau (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'first_name' => 'Họ và tên đệm',
'first_name_format' => 'Tên (jane@example.com)',
@@ -115,14 +115,14 @@
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
'import' => 'Nhập',
'importing' => 'Importing',
- 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.
The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.',
+ 'importing_help' => 'Bạn có thể nhập nội dung, phụ kiện, giấy phép, linh kiện, vật tư tiêu hao và người dùng qua tệp CSV.
CSV phải được phân cách bằng dấu phẩy và được định dạng với các tiêu đề khớp với các tiêu đề trong CSV trong tài liệu mẫu .',
'import-history' => 'Lịch sử Nhập khẩu',
'asset_maintenance' => 'Tài sản đang bảo trì',
'asset_maintenance_report' => 'Báo cáo tài sản bảo trì',
'asset_maintenances' => 'Tài sản đang bảo trì',
'item' => 'Mục',
'insufficient_permissions' => 'Không đủ quyền!',
- 'kits' => 'Predefined Kits',
+ 'kits' => 'Bộ dụng cụ đã tạo sẵn',
'language' => 'Ngôn ngữ',
'last' => 'Cuối',
'last_login' => 'Lân đăng nhập cuôi',
@@ -133,7 +133,7 @@
'licenses' => 'Bản quyền',
'list_all' => 'Tất cả',
'loading' => 'Đang tải',
- 'lock_passwords' => 'This field value will not be saved in a demo installation.',
+ 'lock_passwords' => 'Giá trị trường này sẽ không được lưu trong cài đặt demo.',
'feature_disabled' => 'Tính năng này đã bị vô hiệu hóa để cài đặt bản demo.',
'location' => 'Địa phương',
'locations' => 'Địa phương',
@@ -199,7 +199,7 @@
'sign_in' => 'Đăng nhập',
'signature' => 'Chữ ký',
'skin' => 'Giao diện',
- 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'slack_test_msg' => 'Có vẻ như tích hợp Slack của bạn với Snipe-IT đang hoạt động!',
'some_features_disabled' => 'DEMO MODE: Một số tính năng đã bị vô hiệu cho cài đặt này.',
'site_name' => 'Tên trang web',
'state' => 'Tỉnh/Thành phố',
@@ -227,7 +227,7 @@
'declined' => 'đã từ chối',
'unaccepted_asset_report' => 'Những tài sản không chấp nhận',
'users' => 'Người dùng',
- 'viewall' => 'View All',
+ 'viewall' => 'Xem tất cả',
'viewassets' => 'Xem những tài sản đã khởi gán',
'website' => 'Website',
'welcome' => 'Chào mừng, :name',
diff --git a/resources/lang/vi/mail.php b/resources/lang/vi/mail.php
index f177080fff..536b7703c5 100644
--- a/resources/lang/vi/mail.php
+++ b/resources/lang/vi/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Tài sản:',
'asset_name' => 'Tên tài sản:',
'asset_requested' => 'Tài sản được yêu cầu',
- 'asset_tag' => 'Thẻ tài sản:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Cấp phát cho',
'best_regards' => 'Trân trọng,',
'canceled' => 'Đã hủy bỏ:',
diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php
index 6ea232712f..007ceb331f 100644
--- a/resources/lang/vi/validation.php
+++ b/resources/lang/vi/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'Thuộc tính: không thể tải lên.',
'url' => 'Định dạng :attribute thì không hợp lý.',
"unique_undeleted" => "Thuộc tính: phải là duy nhất.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/zh-CN/admin/locations/table.php b/resources/lang/zh-CN/admin/locations/table.php
index 4df778363e..2093648e18 100644
--- a/resources/lang/zh-CN/admin/locations/table.php
+++ b/resources/lang/zh-CN/admin/locations/table.php
@@ -11,8 +11,8 @@ return array(
'country' => '国家',
'create' => '创建地理位置',
'update' => '更新地理位置',
- 'print_assigned' => 'Print Assigned',
- 'print_all_assigned' => 'Print All Assigned',
+ 'print_assigned' => '打印已分配资产',
+ 'print_all_assigned' => '打印所有已分配资产',
'name' => '地理位置名称',
'address' => '地址',
'zip' => '邮政编码',
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
index 269db9efa7..2134f9c7b3 100644
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -14,8 +14,8 @@ return array(
'alerts_enabled' => '警报已启用',
'alert_interval' => '警报阈值(天)',
'alert_inv_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.' ,
+ 'allow_user_skin' => '允许用户自定义皮肤',
+ 'allow_user_skin_help_text' => '勾选此框将允许用户以不同的方式覆盖界面皮肤。' ,
'asset_ids' => '资产ID',
'audit_interval' => '盘点时间间隔',
'audit_interval_help' => '如果您需要定期盘点您的资产,请输入月数间隔。',
@@ -74,10 +74,10 @@ return array(
'ldap_tls' => '使用TLS',
'ldap_tls_help' => '仅当LDAP服务器使用STARTTLS时本选项才被勾选',
'ldap_uname' => 'LDAP 用户名',
- 'ldap_dept' => 'LDAP Department',
- 'ldap_phone' => 'LDAP Telephone Number',
- 'ldap_jobtitle' => 'LDAP Job Title',
- 'ldap_country' => 'LDAP Country',
+ 'ldap_dept' => 'LDAP 部门',
+ 'ldap_phone' => 'LDAP 电话号码',
+ 'ldap_jobtitle' => 'LDAP 职位',
+ 'ldap_country' => 'LDAP 国家',
'ldap_pword' => 'LDAP 密码',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP 过滤器',
@@ -131,7 +131,7 @@ return array(
'saml_sp_acs_url' => '申明消费者服务 (ACS) URL',
'saml_sp_sls_url' => '单次注销服务 (SLS) URL',
'saml_sp_x509cert' => '公开证书',
- 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_sp_metadata_url' => '元数据URL',
'saml_idp_metadata' => 'SAML IdP 元数据',
'saml_idp_metadata_help' => '您可以使用 URL 或 XML 文件指定IdP 元数据。',
'saml_attr_mapping_username' => '属性映射 - 用户名',
diff --git a/resources/lang/zh-CN/auth/general.php b/resources/lang/zh-CN/auth/general.php
index b77bbec126..f02c6e3825 100644
--- a/resources/lang/zh-CN/auth/general.php
+++ b/resources/lang/zh-CN/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => '登录',
'login_prompt' => '请登录',
'forgot_password' => '我忘记了我的密码',
+ 'ldap_reset_password' => '请点击此处重置您的 LDAP 密码',
'remember_me' => '记住我',
'username_help_top' => '请输入您的 用户名 发送密码重置链接到邮箱。',
'username_help_bottom' => '您的用户名和邮箱地址可以相同,也可以不同,这取决于您的配置。如果您忘记了您的用户名,请与管理员联系。
没有关联电子邮件地址的用户名将不会通过电子邮件发送密码重置链接。 ',
diff --git a/resources/lang/zh-CN/mail.php b/resources/lang/zh-CN/mail.php
index 670217a372..cbb0418900 100644
--- a/resources/lang/zh-CN/mail.php
+++ b/resources/lang/zh-CN/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => '资产:',
'asset_name' => '资产名称:',
'asset_requested' => '已申请资产',
- 'asset_tag' => '资产标签:',
+ 'asset_tag' => '资产标签',
'assigned_to' => '已分配给',
'best_regards' => '此致',
'canceled' => '已取消:',
diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php
index 2a07120fb5..df22747da9 100644
--- a/resources/lang/zh-CN/validation.php
+++ b/resources/lang/zh-CN/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':属性无法上传。',
'url' => ':attribute 格式无效',
"unique_undeleted" => ":attribute 属性必须唯一。",
+ "non_circular" => ":attribute 不能创建循环引用。",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/zh-HK/auth/general.php b/resources/lang/zh-HK/auth/general.php
index 33630310d4..78b6780927 100644
--- a/resources/lang/zh-HK/auth/general.php
+++ b/resources/lang/zh-HK/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/zh-HK/mail.php b/resources/lang/zh-HK/mail.php
index 65236a0b8a..c34123ed74 100644
--- a/resources/lang/zh-HK/mail.php
+++ b/resources/lang/zh-HK/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Asset:',
'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested',
- 'asset_tag' => 'Asset Tag:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,',
'canceled' => 'Canceled:',
diff --git a/resources/lang/zh-HK/validation.php b/resources/lang/zh-HK/validation.php
index 08f2738525..4ece7d41c7 100644
--- a/resources/lang/zh-HK/validation.php
+++ b/resources/lang/zh-HK/validation.php
@@ -13,82 +13,83 @@ return array(
|
*/
- 'accepted' => ':attribute 必須接受',
- 'active_url' => '屬性不是有效的URL',
- 'after' => ':attribute 必須在 :date 之後',
- 'after_or_equal' => ':attribute 必須在 :date 之後',
- 'alpha' => ':attribute 只能包含字母',
- 'alpha_dash' => ':attribute 只能包含字母,數字和\'-\'',
- 'alpha_num' => ':attribute 只允許字母和數字',
- 'array' => ':attribute 必須是陣列',
- 'before' => ':attribute 必須在 :date 之前',
- 'before_or_equal' => ':attribute 必須在 :date 之前',
+ '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' => ':attribute 必須在 :min - :max 之間',
- 'file' => ':attribute 必須在 :min - :max KB 之間',
- 'string' => ':attribute 必須在 :min - :max 字元之間',
- 'array' => ':attribute 必須在 :min 和 :max 之間',
+ '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' => ':attribute 必須是 true 或 false',
- 'confirmed' => ':attribute 屬性不相符',
- 'date' => ':attribute 不是有效日期',
- 'date_format' => ':attribute 不符合 :format 的格式',
- 'different' => ':attribute 和 :other 不能相同',
- 'digits' => ':attribute 必須是 :digits 數字',
- 'digits_between' => ':attribute 必須在 :min 和 :max 之间',
- 'dimensions' => ':attribute 屬性具有不正確圖像尺寸。',
- 'distinct' => ':attribute 具有重複值',
- 'email' => ':attribute 格式不正確',
- 'exists' => '選擇的 :attribute 無效',
- 'file' => ':attribute 必須是檔案',
- 'filled' => ':attribute 欄位必須有值。',
- 'image' => ':attribute 必須是圖片格式',
- 'in' => '選擇的 :attribute 無效',
- 'in_array' => ':attribute 屬性欄位不存在 :other。',
- 'integer' => ':attribute 必須是整數',
- 'ip' => ':attribute 必須是有效 IP',
- 'ipv4' => ':attribute 必須是有效的 IPv4 位址',
- 'ipv6' => ':attribute 必須是有效的 IPv6 位址',
- 'json' => ':attribute 必須是有效的 JSON 字串',
+ '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' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
'max' => [
- 'numeric' => ':attribute 不可大於 :max',
- 'file' => ':attribute 不可大於 :max KB',
- 'string' => ':attribute 不可大於 :max 個字元',
- 'array' => ':attribute 不可大於 :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' => ':attribute 檔案類型必須是 :values',
- 'mimetypes' => ':attribute 檔案類型必須是 :values',
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
'min' => [
- 'numeric' => ':attribute 最少 :min',
- 'file' => ':attribute 最小 :min KB',
- 'string' => ':attribute 最少要有 :min 個字元',
- 'array' => ':attribute 最少要有 :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.',
],
- 'not_in' => '選擇的 :attribute 無效',
- 'numeric' => ':attribute 必須是數字',
- 'present' => ':屬性字段必須存在。',
- 'valid_regex' => '這不是一個有效的正則表達式。',
- 'regex' => ':attribute 格式不正確',
- 'required' => ':attribute 欄位必填',
- 'required_if' => ':attribute 欄位在 :other 是 :value 時是必填的',
- 'required_unless' => '需要:屬性字段,除非:other is in:values。',
- 'required_with' => '當設定 :value 時,:attribute 欄位必填',
- 'required_with_all' => '當:值存在時,需要:屬性字段。',
- 'required_without' => '當設定非 :value 時,:attribute 欄位必填',
- 'required_without_all' => '當不存在:值時,需要:屬性字段。',
- 'same' => ':attribute 和 :other 必需相符',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ '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' => ':attribute 必須是 :size',
- 'file' => ':attribute 必須是 :size KB',
- 'string' => ':attribute 必須是 :size 個字元',
- 'array' => ':attribute 必須包含 :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' => ':attribute 必須是字串',
- 'timezone' => ':屬性必須是有效區域。',
- 'unique' => ':attribute 已被採用',
- 'uploaded' => ':attribute 上傳失敗',
- 'url' => ':attribute 格式不正確',
- "unique_undeleted" => ":attribute 必須是唯一值",
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid zone.',
+ '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.",
/*
|--------------------------------------------------------------------------
@@ -114,11 +115,11 @@ return array(
*/
'custom' => [
- 'alpha_space' => ":attribute 含有無效字元",
- "email_array" => "一個或多個郵件地址不正確",
- "hashed_pass" => "當前密碼不正確!",
- 'dumbpwd' => '該密碼太常見。',
- "statuslabel_type" => "您必須選擇一個有效的狀態標籤",
+ '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' => 'That password is too common.',
+ "statuslabel_type" => "You must select a valid status label type",
],
/*
diff --git a/resources/lang/zh-TW/auth/general.php b/resources/lang/zh-TW/auth/general.php
index 4aafd533fd..b1d67a681f 100644
--- a/resources/lang/zh-TW/auth/general.php
+++ b/resources/lang/zh-TW/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => '登入',
'login_prompt' => '請登入',
'forgot_password' => '忘記密碼',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => '記住我',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/zh-TW/mail.php b/resources/lang/zh-TW/mail.php
index f11f147f77..38bdbf4659 100644
--- a/resources/lang/zh-TW/mail.php
+++ b/resources/lang/zh-TW/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => '資產:',
'asset_name' => '資產名稱:',
'asset_requested' => '申請資產',
- 'asset_tag' => '資產標籤:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => '分配給',
'best_regards' => 'Best regards,',
'canceled' => '取消:',
diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php
index 08f2738525..6a12d0206e 100644
--- a/resources/lang/zh-TW/validation.php
+++ b/resources/lang/zh-TW/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => ':attribute 上傳失敗',
'url' => ':attribute 格式不正確',
"unique_undeleted" => ":attribute 必須是唯一值",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/zu/auth/general.php b/resources/lang/zu/auth/general.php
index 39b6a21e4d..3ac3a4ad31 100644
--- a/resources/lang/zu/auth/general.php
+++ b/resources/lang/zu/auth/general.php
@@ -8,6 +8,7 @@ return [
'login' => 'Ngena ngemvume',
'login_prompt' => 'Sicela ungene ngemvume',
'forgot_password' => 'Ngikhohliwe iphasiwedi yami',
+ 'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Ngikhumbule',
'username_help_top' => 'Enter your username to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.
Usernames without an associated email address will not be emailed a password reset link. ',
diff --git a/resources/lang/zu/mail.php b/resources/lang/zu/mail.php
index 6a8b8520e6..2ac045f767 100644
--- a/resources/lang/zu/mail.php
+++ b/resources/lang/zu/mail.php
@@ -9,7 +9,7 @@ return array(
'asset' => 'Impahla:',
'asset_name' => 'Igama lomhlaba:',
'asset_requested' => 'Ifa liceliwe',
- 'asset_tag' => 'Ithegi yetekisi:',
+ 'asset_tag' => 'Asset Tag',
'assigned_to' => 'Kwabiwa Ku',
'best_regards' => 'Ozithobayo,',
'canceled' => 'Ikhanseliwe:',
diff --git a/resources/lang/zu/validation.php b/resources/lang/zu/validation.php
index a882a1ef78..5372e41abf 100644
--- a/resources/lang/zu/validation.php
+++ b/resources/lang/zu/validation.php
@@ -89,6 +89,7 @@ return array(
'uploaded' => 'I: imfanelo ayihlulekile ukulayisha.',
'url' => 'I: ifomethi yokwaziswa ayivumelekile.',
"unique_undeleted" => "The :attribute must be unique.",
+ "non_circular" => "The :attribute must not create a circular reference.",
/*
|--------------------------------------------------------------------------