diff --git a/resources/lang/af/admin/asset_maintenances/message.php b/resources/lang/af/admin/asset_maintenances/message.php
index d121115825..83fbf698d6 100644
--- a/resources/lang/af/admin/asset_maintenances/message.php
+++ b/resources/lang/af/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty',
diff --git a/resources/lang/af/admin/custom_fields/message.php b/resources/lang/af/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/af/admin/custom_fields/message.php
+++ b/resources/lang/af/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/af/admin/settings/general.php
+++ b/resources/lang/af/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/af/admin/users/message.php b/resources/lang/af/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/af/admin/users/message.php
+++ b/resources/lang/af/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/af/admin/users/table.php b/resources/lang/af/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/af/admin/users/table.php
+++ b/resources/lang/af/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/af/validation.php
+++ b/resources/lang/af/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/ar/admin/asset_maintenances/message.php b/resources/lang/ar/admin/asset_maintenances/message.php
index af80f580c4..b2d81a3f87 100644
--- a/resources/lang/ar/admin/asset_maintenances/message.php
+++ b/resources/lang/ar/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'تم إنشاء سند صيانة الأصل بنجاح.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'لم يكتمل بعد',
'warranty' => 'الضمان',
diff --git a/resources/lang/ar/admin/custom_fields/message.php b/resources/lang/ar/admin/custom_fields/message.php
index ef1f01a0f7..112dd8b151 100644
--- a/resources/lang/ar/admin/custom_fields/message.php
+++ b/resources/lang/ar/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'لم يتم إنشاء مجموعة-الحقول، الرجاء المحاولة مرة اخرى.',
diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php
index 18f2fb647e..8e8cf0c9a4 100644
--- a/resources/lang/ar/admin/settings/general.php
+++ b/resources/lang/ar/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/ar/admin/users/message.php b/resources/lang/ar/admin/users/message.php
index 54189eb30a..48a0e3ad18 100644
--- a/resources/lang/ar/admin/users/message.php
+++ b/resources/lang/ar/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'حدث خطأ ما أثناء إنشاء هذا المستخدم. حاول مرة أخرى.',
'update' => 'حدث خطأ أثناء تحديث هذا المستخدم. حاول مرة أخرى.',
'delete' => 'حدث خطأ ما أثناء حذف هذا المستخدم. حاول مرة أخرى.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'حدث خطأ ما أثناء إلغاء التعليق عن المستخدم. حاول مرة أخرى.',
'import' => 'حدث خطأ أثناء استيراد المستخدمين. حاول مرة أخرى.',
'asset_already_accepted' => 'هذا الجهاز تم قبوله مسبقاً.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/ar/admin/users/table.php b/resources/lang/ar/admin/users/table.php
index 64c9aabdde..93fda0155a 100644
--- a/resources/lang/ar/admin/users/table.php
+++ b/resources/lang/ar/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'الموقع',
'lock_passwords' => 'لا يمكن تغيير تفاصيل الدخول بالنسبة لهذا التنصيب.',
'manager' => 'المدير',
+ 'managed_locations' => 'Managed Locations',
'name' => 'الاسم',
'notes' => 'مُلاحظات',
'password_confirm' => 'تأكيد كلمة المرور',
diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php
index 8cb5af4105..bc004518c8 100644
--- a/resources/lang/ar/validation.php
+++ b/resources/lang/ar/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/bg/admin/asset_maintenances/message.php b/resources/lang/bg/admin/asset_maintenances/message.php
index e19e3d386e..3d1f911971 100644
--- a/resources/lang/bg/admin/asset_maintenances/message.php
+++ b/resources/lang/bg/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Поддръжката на актив създадена успешно.'
],
'edit' => [
- 'error' => 'Поддръжката на активи не беше редактирана, моля опитайте отново.',
- 'success' => 'Поддръжката на активи редактирана успешно.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Все още неприключила',
'warranty' => 'Гаранция',
diff --git a/resources/lang/bg/admin/custom_fields/message.php b/resources/lang/bg/admin/custom_fields/message.php
index 1cc74a77f7..c14da9d161 100644
--- a/resources/lang/bg/admin/custom_fields/message.php
+++ b/resources/lang/bg/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset не беше създаден, моля опитайте отново.',
diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php
index a11fa435ca..1d4711dc98 100644
--- a/resources/lang/bg/admin/settings/general.php
+++ b/resources/lang/bg/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP електронна поща',
'load_remote_text' => 'Отдалечени скриптове',
'load_remote_help_text' => 'Тази Snipe-IT инсталация може да зарежда и изпълнява външни скриптове.',
+ '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',
'logo' => 'Лого',
'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.',
'full_multiple_companies_support_text' => 'Поддръжка на множество компании',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP версия',
'php_gd_info' => 'Необходимо е да инсталирате php-gd, за да визуализирате QR кодове. Моля прегледайте инструкцията за инсталация.',
'php_gd_warning' => 'php-gd НЕ е инсталиран.',
+ '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 5',
+ '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' => 'Първо включете QR кодовете, за да извършите тези настройки.',
'qr_text' => 'Съдържание на QR код',
'setting' => 'Настройка',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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_secret' => 'Двуфакторен код',
'two_factor_enrollment' => 'Двуфакторово записване',
diff --git a/resources/lang/bg/admin/users/message.php b/resources/lang/bg/admin/users/message.php
index fa52a7a7c6..f294894fa9 100644
--- a/resources/lang/bg/admin/users/message.php
+++ b/resources/lang/bg/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Възникна проблем при създаването на този потребител. Моля, опитайте отново.',
'update' => 'Възникна проблем при обновяването на този потребител. Моля, опитайте отново.',
'delete' => 'Възникна проблем при изтриването на този потребител. Моля, опитайте отново.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Проблем при активирането на потребителя. Моля опитайте отново.',
'import' => 'Проблем при зареждането на потребителите. Моля опитайте отново.',
'asset_already_accepted' => 'Този актив е вече приет.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Проблем при връзката с LDAP сървъра. Моля прегледайте конфигурацията на LDAP.
Грешка от LDAP сървъра: ',
'ldap_could_not_search' => 'Проблем при търсенето в LDAP сървъра. Моля прегледайте конфигурацията на LDAP.
Грешка от LDAP сървъра: ',
'ldap_could_not_get_entries' => 'Проблем при извличането на резултат от LDAP сървъра. Моля прегледайте конфигурацията на LDAP.
Грешка от LDAP сървъра:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/bg/admin/users/table.php b/resources/lang/bg/admin/users/table.php
index b88a277c53..769aa6b0b3 100644
--- a/resources/lang/bg/admin/users/table.php
+++ b/resources/lang/bg/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Местоположение',
'lock_passwords' => 'Настройките за вход не могат да бъдат променяни в текущата инсталация.',
'manager' => 'Ръководител',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Име',
'notes' => 'Бележки',
'password_confirm' => 'Потвърждение на паролата',
diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php
index c4ab98df66..477e599f84 100644
--- a/resources/lang/bg/validation.php
+++ b/resources/lang/bg/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute е с невалиден формат.",
"exists" => "Избраният :attribute е невалиден.",
"email_array" => "Един или повече email адреси е невалиден.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute трябва да бъде изображение.",
"in" => "Избраният :attribute е невалиден.",
"integer" => ":attribute трябва да бъде целочислен.",
diff --git a/resources/lang/cs/admin/asset_maintenances/message.php b/resources/lang/cs/admin/asset_maintenances/message.php
index 4d9e531f9b..08e37084aa 100644
--- a/resources/lang/cs/admin/asset_maintenances/message.php
+++ b/resources/lang/cs/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Údržba zařízení byla v pořádku vytvořena.'
],
'edit' => [
- 'error' => 'Údržbu zařízení se nepodařilo vytvořit, zkuste to prosím znovu.',
- 'success' => 'Údržba zařízení byla upravena.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Prozatím nedokončeno',
'warranty' => 'Záruka',
diff --git a/resources/lang/cs/admin/custom_fields/message.php b/resources/lang/cs/admin/custom_fields/message.php
index 0a0600d7b7..22d2bdcaeb 100644
--- a/resources/lang/cs/admin/custom_fields/message.php
+++ b/resources/lang/cs/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Sadu se nám nepodařilo vytvořit, pokuste se o to znovu.',
diff --git a/resources/lang/cs/admin/departments/message.php b/resources/lang/cs/admin/departments/message.php
index d65f4fbb2b..c2f1f1452f 100644
--- a/resources/lang/cs/admin/departments/message.php
+++ b/resources/lang/cs/admin/departments/message.php
@@ -2,20 +2,20 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => 'Oddělení neexistuje.',
+ 'assoc_users' => 'Toto oddělení je momentálně přiřazeno alespoň jednomu uživateli a nelze jej smazat. Aktualizujte své uživatele tak, aby již neodkázali na toto oddělení a zkuste to znovu.',
'create' => array(
- 'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.'
+ 'error' => 'Oddělení nebylo vytvořeno, zkuste to prosím znovu.',
+ 'success' => 'Oddělení bylo úspěšně vytvořeno.'
),
'update' => array(
- 'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.'
+ 'error' => 'Oddělení nebylo aktualizováno, zkuste to prosím znovu',
+ 'success' => 'Oddělení se úspěšně aktualizovalo.'
),
'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.'
+ 'confirm' => 'Opravdu chcete smazat toto oddělení?',
+ 'error' => 'Byl problém odstranit oddělení. Prosím zkuste to znovu.',
+ 'success' => 'Oddělení bylo úspěšně smazáno.'
)
);
diff --git a/resources/lang/cs/admin/departments/table.php b/resources/lang/cs/admin/departments/table.php
index 76494247be..057b2eaf5c 100644
--- a/resources/lang/cs/admin/departments/table.php
+++ b/resources/lang/cs/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
- 'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'name' => 'Název Oddělení',
+ 'manager' => 'Manažer',
+ 'location' => 'Umístění',
+ 'create' => 'Vytvořit Oddělení',
+ 'update' => 'Aktualizovat Oddělení',
);
diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php
index 8775d59224..40610fa940 100644
--- a/resources/lang/cs/admin/hardware/message.php
+++ b/resources/lang/cs/admin/hardware/message.php
@@ -48,7 +48,7 @@ return array(
'delete' => array(
'confirm' => 'Opravdu si přejete tento majetek odstranit?',
'error' => 'Nepodařilo se nám tento majetek odstranit. Zkuste to prosím znovu.',
- 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'nothing_updated' => 'Žádný majetek nebyl vybrán, takže nic nebylo odstraněno.',
'success' => 'Majetek byl úspěšně smazán.'
),
diff --git a/resources/lang/cs/admin/models/message.php b/resources/lang/cs/admin/models/message.php
index afa75f6aad..18f7443cf8 100644
--- a/resources/lang/cs/admin/models/message.php
+++ b/resources/lang/cs/admin/models/message.php
@@ -29,8 +29,8 @@ return array(
),
'bulkedit' => array(
- 'error' => 'No fields were changed, so nothing was updated.',
- 'success' => 'Models updated.'
+ 'error' => 'Žádné pole nebyly změněny, takže nic nebylo aktualizováno.',
+ 'success' => 'Modely byly aktualizovány.'
),
);
diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php
index c5bb0b9865..687b94328a 100644
--- a/resources/lang/cs/admin/settings/general.php
+++ b/resources/lang/cs/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP email',
'load_remote_text' => 'Vzdálené skripty',
'load_remote_help_text' => 'Tato instalace Snipe-IT může nahrávat skripty z vnějšího světa.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Omezení uživatelů (včetně správců) jsou přiřazená ke společnostem s majetkem společnosti.',
'full_multiple_companies_support_text' => 'Plná podpora více společností',
@@ -71,6 +73,12 @@ return array(
'php' => 'Verze PHP',
'php_gd_info' => 'Je nutné nainstalovat php-gd pro zobrazení QR kódů. Více v instalační příručce.',
'php_gd_warning' => 'PHP pluginy pro zpracování obrazu a GD nejsou nainstalovány.',
+ '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 5',
+ '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' => 'Nejprve povolte QR kódy',
'qr_text' => 'Text QR kódu',
'setting' => 'Nastavení',
@@ -90,7 +98,7 @@ return array(
'about_settings_text' => 'Tato nastavení umožňují zvolit určité prvky instalace.',
'labels_per_page' => 'Štítků na stránku',
'label_dimensions' => 'Rozměry štítku (palce)',
- 'next_auto_tag_base' => 'Next auto-increment',
+ 'next_auto_tag_base' => 'Další auto přírůstek',
'page_padding' => 'Okraje stránky (palce)',
'purge' => 'Vyčištění odstraněných záznamů',
'labels_display_bgutter' => 'Spodní okraj štítku',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'š',
'height_h' => 'v',
'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' => 'Dvoufaktorové ověření',
'two_factor_secret' => 'Dvojfaktorový kód',
'two_factor_enrollment' => 'Dvojfaktorový zápis',
diff --git a/resources/lang/cs/admin/users/message.php b/resources/lang/cs/admin/users/message.php
index 7c039e2a32..5f4cc3a8be 100644
--- a/resources/lang/cs/admin/users/message.php
+++ b/resources/lang/cs/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Vyskytl se problém při vytvářením uživatele. Zkuste to znovu.',
'update' => 'Vyskytl se problém při aktualizování uživatele. Zkuste to znovu.',
'delete' => 'Vyskytl se problém při mazání uživatele. Zkuste to znovu.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Vyskytl se problém při rušení uživatele. Zkuste to znovu.',
'import' => 'Vyskytl se problém při importu uživatelů. Zkuste to znovu.',
'asset_already_accepted' => 'Tento majetek již byl odsouhlasen.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Nelze svázat server LDAP. Zkontrolujte prosím konfiguraci serveru LDAP v konfiguračním souboru LDAP.
Chyba serveru LDAP: ',
'ldap_could_not_search' => 'Nelze vyhledat server LDAP. Zkontrolujte prosím konfiguraci serveru LDAP v konfiguračním souboru LDAP.
Chyba serveru LDAP:',
'ldap_could_not_get_entries' => 'Nelze získat záznamy ze serveru LDAP. Zkontrolujte prosím konfiguraci serveru LDAP v konfiguračním souboru LDAP.
Chyba serveru LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/cs/admin/users/table.php b/resources/lang/cs/admin/users/table.php
index 52879ed261..f0018438ad 100644
--- a/resources/lang/cs/admin/users/table.php
+++ b/resources/lang/cs/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Umístění',
'lock_passwords' => 'Přihlašovací údaje nelze v této instalaci měnit.',
'manager' => 'Nadřízený',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Položka',
'notes' => 'Poznámky',
'password_confirm' => 'Potvrzení hesla',
diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php
index 0f602914f4..ac44c4ba7f 100644
--- a/resources/lang/cs/general.php
+++ b/resources/lang/cs/general.php
@@ -27,7 +27,7 @@
'cancel' => 'Storno',
'categories' => 'Kategorie',
'category' => 'Kategorie',
- 'change' => 'In/Out',
+ 'change' => 'Příjem/Výdej',
'changeemail' => 'Změnit e-mailovou adresu',
'changepassword' => 'Změnit heslo',
'checkin' => 'Příjem',
@@ -58,8 +58,8 @@
'delete' => 'Odstranit',
'deleted' => 'Odstraněno',
'delete_seats' => 'Vymazaná licenční místa',
- 'departments' => 'Departments',
- 'department' => 'Department',
+ 'departments' => 'Oddělení',
+ 'department' => 'Oddělení',
'deployed' => 'Vydané',
'depreciation_report' => 'Report zastarání',
'download' => 'Stáhnout',
@@ -145,14 +145,14 @@
'select' => 'Zvolit',
'search' => 'Hledat',
'select_category' => 'Vyberte kategorii',
- 'select_department' => 'Select a Department',
+ 'select_department' => 'Vyberte Oddělení',
'select_depreciation' => 'Zvolit typ amortizace',
'select_location' => 'Zvolit místo',
'select_manufacturer' => 'Zvolit výrobce',
'select_model' => 'Zvolit model',
'select_supplier' => 'Zvolit dodavatele',
'select_user' => 'Zvolit uživatele',
- 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_date' => 'Vyberte Datum (RRRR-MM-DD)',
'select_statuslabel' => 'Vybrat stav',
'select_company' => 'Zvolte společnost',
'select_asset' => 'Zvolte majetek',
diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php
index 0f434f76bb..e73d09dfb9 100644
--- a/resources/lang/cs/validation.php
+++ b/resources/lang/cs/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Formát :attribute je neplatný.",
"exists" => "Zvolený :attribute je neplatný.",
"email_array" => "Jedna nebo více e-mailových adres je neplatná.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute musí být obrázek.",
"in" => "Zvolený :attribute je neplatný.",
"integer" => ":attribute musí být celočíselný.",
diff --git a/resources/lang/da/admin/asset_maintenances/message.php b/resources/lang/da/admin/asset_maintenances/message.php
index 9d33c48b04..7c8c64f95f 100644
--- a/resources/lang/da/admin/asset_maintenances/message.php
+++ b/resources/lang/da/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Aktivets vedligeholdelse blev oprettet med succes.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Ikke afsluttet endnu',
'warranty' => 'Garanti',
diff --git a/resources/lang/da/admin/custom_fields/message.php b/resources/lang/da/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/da/admin/custom_fields/message.php
+++ b/resources/lang/da/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/da/admin/settings/general.php
+++ b/resources/lang/da/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/da/admin/users/message.php b/resources/lang/da/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/da/admin/users/message.php
+++ b/resources/lang/da/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/da/admin/users/table.php b/resources/lang/da/admin/users/table.php
index 6dca329211..b8abc3d1d6 100644
--- a/resources/lang/da/admin/users/table.php
+++ b/resources/lang/da/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php
index 9e5f22e4f5..9e75c95df5 100644
--- a/resources/lang/da/validation.php
+++ b/resources/lang/da/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute formatet er ugylidgt.",
"exists" => "Den valgte :attribute er ugyldig.",
"email_array" => "En eller flere email-adresser er ugyldige.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute skal være et billede.",
"in" => "Det valgte :attribute er ugyldigt.",
"integer" => ":attribute skal være et heltal.",
diff --git a/resources/lang/de/admin/asset_maintenances/message.php b/resources/lang/de/admin/asset_maintenances/message.php
index 5e1fd43b50..b5ab75d6cd 100644
--- a/resources/lang/de/admin/asset_maintenances/message.php
+++ b/resources/lang/de/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Wartungsvertrag erfolgreich erstellt.'
],
'edit' => [
- 'error' => 'Wartungsvertrag konnte nicht bearbeitet werden, bitte versuchen Sie es noch einmal.',
- 'success' => 'Wartungsvertrag erfolgreich bearbeitet.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Wartungsvertrag noch nicht komplett ausgefüllt',
'warranty' => 'Garantie',
diff --git a/resources/lang/de/admin/custom_fields/message.php b/resources/lang/de/admin/custom_fields/message.php
index 6cbb8ff9bb..3aa0d78261 100644
--- a/resources/lang/de/admin/custom_fields/message.php
+++ b/resources/lang/de/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Feldsatz wurde nicht erstellt. Bitte erneut versuchen.',
diff --git a/resources/lang/de/admin/departments/message.php b/resources/lang/de/admin/departments/message.php
index d65f4fbb2b..6b1ba5ca45 100644
--- a/resources/lang/de/admin/departments/message.php
+++ b/resources/lang/de/admin/departments/message.php
@@ -2,20 +2,20 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => 'Diese Abteilung existiert nicht.',
+ 'assoc_users' => 'Diese Abteilung ist mit mindestens einem Benutzer verknüpft und kann nicht gelöscht werden. Bitte Benutzer updaten, so dass diese Abteilung nicht mehr verknüpft ist und erneut versuchen. ',
'create' => array(
- 'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.'
+ 'error' => 'Abteilung wurde nicht erstellt, bitte versuchen Sie es erneut.',
+ 'success' => 'Abteilung erfolgreich erstellt.'
),
'update' => array(
- 'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.'
+ 'error' => 'Abteilung wurde nicht verändert, bitte versuchen Sie es erneut',
+ 'success' => 'Abteilung erfolgreich aktualisiert.'
),
'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.'
+ 'confirm' => 'Sind Sie sicher, dass Sie diese Abteilung entfernen möchten?',
+ 'error' => 'Beim Löschen der Abteilung ist ein Fehler aufgetreten. Bitte versuchen Sie erneut.',
+ 'success' => 'Die Abteilung wurde erfolgreich gelöscht.'
)
);
diff --git a/resources/lang/de/admin/departments/table.php b/resources/lang/de/admin/departments/table.php
index 76494247be..d5dad4472e 100644
--- a/resources/lang/de/admin/departments/table.php
+++ b/resources/lang/de/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
+ 'name' => 'Name der Abteilung',
'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'location' => 'Standort',
+ 'create' => 'Abteilung erstellen',
+ 'update' => 'Abteilung aktualisieren',
);
diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php
index 687bcd98e4..a5647df064 100644
--- a/resources/lang/de/admin/hardware/message.php
+++ b/resources/lang/de/admin/hardware/message.php
@@ -48,7 +48,7 @@ return array(
'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie dieses Asset entfernen möchten?',
'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
- 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'nothing_updated' => 'Es wurden keine Assets ausgewählt, somit wurde auch nichts gelöscht.',
'success' => 'Dieses Asset wurde erfolgreich entfernt.'
),
diff --git a/resources/lang/de/admin/models/message.php b/resources/lang/de/admin/models/message.php
index 9a90bdfd9a..2cca000349 100644
--- a/resources/lang/de/admin/models/message.php
+++ b/resources/lang/de/admin/models/message.php
@@ -29,8 +29,8 @@ return array(
),
'bulkedit' => array(
- 'error' => 'No fields were changed, so nothing was updated.',
- 'success' => 'Models updated.'
+ 'error' => 'Es wurden keine Felder ausgewählt, somit wurde auch nichts aktualisiert.',
+ 'success' => 'Modelle aktualisiert.'
),
);
diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php
index 0add861ecf..209992f19e 100644
--- a/resources/lang/de/admin/settings/general.php
+++ b/resources/lang/de/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP E-Mail',
'load_remote_text' => 'Remote Skripte',
'load_remote_help_text' => 'Diese Installation von Snipe-IT kann Skripte von außerhalb laden.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Beschränkung von Benutzern (inklusive Administratoren) die einer Firma zugewiesen sind zu den Assets der Firma.',
'full_multiple_companies_support_text' => 'Volle Mehrmandanten-Unterstützung für Firmen',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP Version',
'php_gd_info' => 'Um QR-Codes anzeigen zu können muss php-gd installiert sein, siehe Installationshinweise.',
'php_gd_warning' => 'PHP Image Processing and GD Plugin ist NICHT installiert.',
+ '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 5',
+ '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' => 'Schalte zuerst QR Codes an um dies zu setzen',
'qr_text' => 'QR Code Text',
'setting' => 'Einstellung',
@@ -90,7 +98,7 @@ return array(
'about_settings_text' => 'Mit diesen Einstellungen können Sie verschiedene Aspekte Ihrer Installation anpassen.',
'labels_per_page' => 'Etiketten pro Seite',
'label_dimensions' => 'Etikettengröße (Zoll)',
- 'next_auto_tag_base' => 'Next auto-increment',
+ 'next_auto_tag_base' => 'Nächster Auto-Inkrement',
'page_padding' => 'Seiten Ränder (Zoll)',
'purge' => 'Gelöschte Einträge bereinigen',
'labels_display_bgutter' => 'Ettiketten Spaltenzwischenraum unterhalb',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'b',
'height_h' => 'h',
'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' => 'Zwei-Faktor-Authentifizierung',
'two_factor_secret' => 'Zwei-Faktor Code',
'two_factor_enrollment' => 'Zwei-Faktor Registrierung',
diff --git a/resources/lang/de/admin/users/message.php b/resources/lang/de/admin/users/message.php
index 217b2e326c..2ea15c4d97 100644
--- a/resources/lang/de/admin/users/message.php
+++ b/resources/lang/de/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Beim Erstellen des Benutzers ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
'update' => 'Beim Aktualisieren des Benutzers ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
'delete' => 'Beim Entfernen des Benutzers ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Es gab ein Problem beim reaktivieren des Benutzers. Bitte versuche es erneut.',
'import' => 'Es gab ein Problem beim importieren der Benutzer. Bitte noch einmal versuchen.',
'asset_already_accepted' => 'Dieses Asset wurde bereits akzeptiert.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Konnte keine Verbindung zum LDAP Server herstellen. Bitte LDAP Einstellungen in der LDAP Konfigurationsdatei prüfen.
Fehler vom LDAP Server: ',
'ldap_could_not_search' => 'Konnte LDAP Server nicht suchen. Bitte LDAP Einstellungen in der LDAP Konfigurationsdatei prüfen.
Fehler vom LDAP Server:',
'ldap_could_not_get_entries' => 'Konnte keine Einträge vom LDAP Server abrufen. Bitte LDAP Einstellungen in der LDAP Konfigurationsdatei prüfen.
Fehler vom 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(
diff --git a/resources/lang/de/admin/users/table.php b/resources/lang/de/admin/users/table.php
index c94759df27..0af2e7a915 100644
--- a/resources/lang/de/admin/users/table.php
+++ b/resources/lang/de/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Ort',
'lock_passwords' => 'Die Login-Daten können auf dieser Installation nicht geändert werden.',
'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Name',
'notes' => 'Notizen',
'password_confirm' => 'Kennwort bestätigen',
diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php
index 51a5284426..7c385b5be6 100644
--- a/resources/lang/de/general.php
+++ b/resources/lang/de/general.php
@@ -27,7 +27,7 @@
'cancel' => 'Abbrechen',
'categories' => 'Kategorien',
'category' => 'Kategorie',
- 'change' => 'In/Out',
+ 'change' => 'Eingang/Ausgang',
'changeemail' => 'E-Mail Adresse ändern',
'changepassword' => 'Passwort ändern',
'checkin' => 'Checkin Asset',
@@ -58,8 +58,8 @@
'delete' => 'Löschen',
'deleted' => 'Gelöscht',
'delete_seats' => 'Gelöschte Lizenzen',
- 'departments' => 'Departments',
- 'department' => 'Department',
+ 'departments' => 'Abteilungen',
+ 'department' => 'Abteilung',
'deployed' => 'Herausgegeben',
'depreciation_report' => 'Abschreibunsgreport',
'download' => 'Download',
@@ -145,14 +145,14 @@
'select' => 'auswählen',
'search' => 'Suche',
'select_category' => 'Kategorie auswählen',
- 'select_department' => 'Select a Department',
+ 'select_department' => 'Abteilung auswählen',
'select_depreciation' => 'Wähle einen Abschreibungstyp',
'select_location' => 'Wählen Sie einen Standort',
'select_manufacturer' => 'Wählen Sie einen Hersteller',
'select_model' => 'Wählen Sie ein Model',
'select_supplier' => 'wählen Sie einen Lieferant',
'select_user' => 'wähle einen Benutzer',
- 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_date' => 'Wählen Sie ein Datum (JJJJ-MM-DD)',
'select_statuslabel' => 'Status auswählen',
'select_company' => 'Firma auswählen',
'select_asset' => 'Asset auswählen',
diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php
index 38516b312f..10d4dec75e 100644
--- a/resources/lang/de/validation.php
+++ b/resources/lang/de/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Das Format von :attribute ist ungültig.",
"exists" => "Das ausgewählte :attribute ist ungültig.",
"email_array" => "Eine oder mehrere Email Adressen sind ungültig.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute muss ein Bild sein.",
"in" => "Auswahl :attribute ist ungültig.",
"integer" => ":attribute muss eine ganze Zahl sein.",
diff --git a/resources/lang/el/admin/asset_maintenances/message.php b/resources/lang/el/admin/asset_maintenances/message.php
index 5fa7f425e5..d5609e78fb 100644
--- a/resources/lang/el/admin/asset_maintenances/message.php
+++ b/resources/lang/el/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Επιτυχής δημιουργία συντήρησης παγίου.'
],
'edit' => [
- 'error' => 'Η συντήρηση του παγίου δεν επεξεργάστηκε, παρακαλώ προσπαθήστε ξανά.',
- 'success' => 'Επιτυχής δημιουργία συντήρησης παγίου.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Δεν ολοκληρώθηκε ακόμη',
'warranty' => 'Εγγύηση',
diff --git a/resources/lang/el/admin/custom_fields/message.php b/resources/lang/el/admin/custom_fields/message.php
index 61be912197..7fdd74f306 100644
--- a/resources/lang/el/admin/custom_fields/message.php
+++ b/resources/lang/el/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php
index 259eaf75fa..26f66ee9a0 100644
--- a/resources/lang/el/admin/settings/general.php
+++ b/resources/lang/el/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Ρύθμιση',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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_secret' => 'Two-Factor Code',
'two_factor_enrollment' => 'Two-Factor Enrollment',
diff --git a/resources/lang/el/admin/users/message.php b/resources/lang/el/admin/users/message.php
index 048c48b3c3..022ab3956b 100644
--- a/resources/lang/el/admin/users/message.php
+++ b/resources/lang/el/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/el/admin/users/table.php b/resources/lang/el/admin/users/table.php
index 52a96227ca..3e6b7c79c6 100644
--- a/resources/lang/el/admin/users/table.php
+++ b/resources/lang/el/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Τοποθεσία',
'lock_passwords' => 'Οι λεπτομέρειες σύνδεσης δεν μπορούν να αλλάξουν σε αυτήν την εγκατάσταση.',
'manager' => 'Διευθυντής',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Όνομα',
'notes' => 'Σημειώσεις',
'password_confirm' => 'Επιβεβαίωση Κωδικού Πρόσβασης',
diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php
index f638658ba2..b64e50009d 100644
--- a/resources/lang/el/validation.php
+++ b/resources/lang/el/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "Το επιλεγμένο: χαρακτηριστικό δεν είναι έγκυρο.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "Το: χαρακτηριστικό πρέπει να είναι μια εικόνα.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/en-GB/admin/custom_fields/message.php b/resources/lang/en-GB/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/en-GB/admin/custom_fields/message.php
+++ b/resources/lang/en-GB/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php
index 0b1c47b5ba..6fd0399024 100644
--- a/resources/lang/en-GB/admin/settings/general.php
+++ b/resources/lang/en-GB/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/en-GB/admin/users/message.php b/resources/lang/en-GB/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/en-GB/admin/users/message.php
+++ b/resources/lang/en-GB/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/en-GB/admin/users/table.php b/resources/lang/en-GB/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/en-GB/admin/users/table.php
+++ b/resources/lang/en-GB/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/en-GB/validation.php
+++ b/resources/lang/en-GB/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/en-ID/admin/asset_maintenances/message.php b/resources/lang/en-ID/admin/asset_maintenances/message.php
index 8481298722..5aa13d79c2 100644
--- a/resources/lang/en-ID/admin/asset_maintenances/message.php
+++ b/resources/lang/en-ID/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Pemeliharaan Aset berhasil dibuat.'
],
'edit' => [
- 'error' => 'Pemeliharaan Aset gagal dirubah, silakan coba lagi.',
- 'success' => 'Pemeliharaan Aset berhasil dibuat.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Belum selesai',
'warranty' => 'Jaminan',
diff --git a/resources/lang/en-ID/admin/custom_fields/message.php b/resources/lang/en-ID/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/en-ID/admin/custom_fields/message.php
+++ b/resources/lang/en-ID/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/en-ID/admin/settings/general.php
+++ b/resources/lang/en-ID/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/en-ID/admin/users/message.php b/resources/lang/en-ID/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/en-ID/admin/users/message.php
+++ b/resources/lang/en-ID/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/en-ID/admin/users/table.php b/resources/lang/en-ID/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/en-ID/admin/users/table.php
+++ b/resources/lang/en-ID/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/en-ID/validation.php
+++ b/resources/lang/en-ID/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/es-CO/admin/asset_maintenances/message.php b/resources/lang/es-CO/admin/asset_maintenances/message.php
index 7aa4b657b8..1914c96947 100644
--- a/resources/lang/es-CO/admin/asset_maintenances/message.php
+++ b/resources/lang/es-CO/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Mantenimiento de Activo creado correctamente.'
],
'edit' => [
- 'error' => 'El mantenimiento de activo no fue editado. Por favor, intenta de nuevo.',
- 'success' => 'Mantenimiento de activo editado con éxito.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Sin Completar',
'warranty' => 'Garantía',
diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php
index 3ee148ead0..d7dc22dc30 100644
--- a/resources/lang/es-CO/admin/custom_fields/message.php
+++ b/resources/lang/es-CO/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.',
diff --git a/resources/lang/es-CO/admin/departments/message.php b/resources/lang/es-CO/admin/departments/message.php
index d65f4fbb2b..b13062b3d1 100644
--- a/resources/lang/es-CO/admin/departments/message.php
+++ b/resources/lang/es-CO/admin/departments/message.php
@@ -15,7 +15,7 @@ return array(
'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.'
+ 'success' => 'El departamento ha sido borrado exitosamente'
)
);
diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php
index e5d2db6269..e0a350227f 100644
--- a/resources/lang/es-CO/admin/settings/general.php
+++ b/resources/lang/es-CO/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'Email LDAP',
'load_remote_text' => 'Scripts remotos',
'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.',
'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versión de PHP',
'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .',
'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.',
+ '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 5',
+ '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' => 'Activa Códigos QR antes para poder ver esto',
'qr_text' => 'Texto Código QR',
'setting' => 'Parámetro',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'an',
'height_h' => 'al',
'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' => 'Autenticación en dos pasos',
'two_factor_secret' => 'Código de verificación en dos pasos',
'two_factor_enrollment' => 'Enrolamiento en verificación en dos pasos',
diff --git a/resources/lang/es-CO/admin/users/message.php b/resources/lang/es-CO/admin/users/message.php
index 00f9a52f96..e6f7419254 100644
--- a/resources/lang/es-CO/admin/users/message.php
+++ b/resources/lang/es-CO/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.',
'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.',
'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.',
'import' => 'Ha habido un problema importando los usuarios. Por favor intente nuevamente.',
'asset_already_accepted' => 'Este equipo ya ha sido aceptado.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'No se ha podido vincular con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP: ',
'ldap_could_not_search' => 'No se ha podido buscar en el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:',
'ldap_could_not_get_entries' => 'No se han podido obtener entradas del servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php
index d42d495d37..8405299da4 100644
--- a/resources/lang/es-CO/admin/users/table.php
+++ b/resources/lang/es-CO/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Localización',
'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.',
'manager' => 'Responsable',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Usuario',
'notes' => 'Notas',
'password_confirm' => 'Confirmar Password',
diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php
index a696a8ecfd..e31c1dcfc1 100644
--- a/resources/lang/es-CO/validation.php
+++ b/resources/lang/es-CO/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute formato incorrecto.",
"exists" => "El :attribute seleccionado no es correcto.",
"email_array" => "Una o más direcciones de correo electrónico no es válido.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute debe ser una imagen.",
"in" => "El :attribute seleccionado no es correcto.",
"integer" => ":attribute debe ser un número entero.",
diff --git a/resources/lang/es-ES/admin/asset_maintenances/message.php b/resources/lang/es-ES/admin/asset_maintenances/message.php
index dc09777877..810e3f84f8 100644
--- a/resources/lang/es-ES/admin/asset_maintenances/message.php
+++ b/resources/lang/es-ES/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'El Mantenimiento de Equipo fue creado de manera exitosa.'
],
'edit' => [
- 'error' => 'El mantenimiento de activo no fue editado. Por favor, intenta de nuevo.',
- 'success' => 'Mantenimiento de activo editado con éxito.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Sin Completar',
'warranty' => 'Garantía',
diff --git a/resources/lang/es-ES/admin/custom_fields/message.php b/resources/lang/es-ES/admin/custom_fields/message.php
index 3ee148ead0..d7dc22dc30 100644
--- a/resources/lang/es-ES/admin/custom_fields/message.php
+++ b/resources/lang/es-ES/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.',
diff --git a/resources/lang/es-ES/admin/departments/message.php b/resources/lang/es-ES/admin/departments/message.php
index d65f4fbb2b..b13062b3d1 100644
--- a/resources/lang/es-ES/admin/departments/message.php
+++ b/resources/lang/es-ES/admin/departments/message.php
@@ -15,7 +15,7 @@ return array(
'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.'
+ 'success' => 'El departamento ha sido borrado exitosamente'
)
);
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
index e5d2db6269..e0a350227f 100644
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'Email LDAP',
'load_remote_text' => 'Scripts remotos',
'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.',
'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versión de PHP',
'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .',
'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.',
+ '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 5',
+ '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' => 'Activa Códigos QR antes para poder ver esto',
'qr_text' => 'Texto Código QR',
'setting' => 'Parámetro',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'an',
'height_h' => 'al',
'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' => 'Autenticación en dos pasos',
'two_factor_secret' => 'Código de verificación en dos pasos',
'two_factor_enrollment' => 'Enrolamiento en verificación en dos pasos',
diff --git a/resources/lang/es-ES/admin/users/message.php b/resources/lang/es-ES/admin/users/message.php
index 00f9a52f96..e6f7419254 100644
--- a/resources/lang/es-ES/admin/users/message.php
+++ b/resources/lang/es-ES/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.',
'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.',
'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.',
'import' => 'Ha habido un problema importando los usuarios. Por favor intente nuevamente.',
'asset_already_accepted' => 'Este equipo ya ha sido aceptado.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'No se ha podido vincular con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP: ',
'ldap_could_not_search' => 'No se ha podido buscar en el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:',
'ldap_could_not_get_entries' => 'No se han podido obtener entradas del servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/es-ES/admin/users/table.php b/resources/lang/es-ES/admin/users/table.php
index d42d495d37..8405299da4 100644
--- a/resources/lang/es-ES/admin/users/table.php
+++ b/resources/lang/es-ES/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Localización',
'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.',
'manager' => 'Responsable',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Usuario',
'notes' => 'Notas',
'password_confirm' => 'Confirmar Password',
diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php
index a696a8ecfd..e31c1dcfc1 100644
--- a/resources/lang/es-ES/validation.php
+++ b/resources/lang/es-ES/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute formato incorrecto.",
"exists" => "El :attribute seleccionado no es correcto.",
"email_array" => "Una o más direcciones de correo electrónico no es válido.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute debe ser una imagen.",
"in" => "El :attribute seleccionado no es correcto.",
"integer" => ":attribute debe ser un número entero.",
diff --git a/resources/lang/et/admin/asset_maintenances/message.php b/resources/lang/et/admin/asset_maintenances/message.php
index d121115825..83fbf698d6 100644
--- a/resources/lang/et/admin/asset_maintenances/message.php
+++ b/resources/lang/et/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty',
diff --git a/resources/lang/et/admin/custom_fields/message.php b/resources/lang/et/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/et/admin/custom_fields/message.php
+++ b/resources/lang/et/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/et/admin/settings/general.php
+++ b/resources/lang/et/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/et/admin/users/message.php b/resources/lang/et/admin/users/message.php
index 073e654be6..b48a8fb6c7 100644
--- a/resources/lang/et/admin/users/message.php
+++ b/resources/lang/et/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Kasutaja loomisel tekkis probleem. Palun proovi uuesti.',
'update' => 'Kasutaja uuendamisel tekkis probleem. Palun proovi uuesti.',
'delete' => 'Kasutaja kustutamisel tekkis probleem. Palun proovi uuesti.',
+ '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' => 'Kasutajate importimisel tekkis probleem. Palun proovi uuesti.',
'asset_already_accepted' => 'See vahend on juba vastu võetud.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/et/admin/users/table.php b/resources/lang/et/admin/users/table.php
index 607cf691f9..0b283bc7d8 100644
--- a/resources/lang/et/admin/users/table.php
+++ b/resources/lang/et/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Asukoht',
'lock_passwords' => 'Selles installatsioonis ei sa sisselogimise infot muuta.',
'manager' => 'Juht',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nimi',
'notes' => 'Märkmed',
'password_confirm' => 'Kinnita parool',
diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/et/validation.php
+++ b/resources/lang/et/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/fa/admin/asset_maintenances/message.php b/resources/lang/fa/admin/asset_maintenances/message.php
index fd5863fd01..3bf0023749 100644
--- a/resources/lang/fa/admin/asset_maintenances/message.php
+++ b/resources/lang/fa/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'نگهدارنده دارایی با موفقیت ایجاد شد.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'هنوز تکمیل نشده',
'warranty' => 'ضمانت',
diff --git a/resources/lang/fa/admin/custom_fields/message.php b/resources/lang/fa/admin/custom_fields/message.php
index 68e7920916..64873d5766 100644
--- a/resources/lang/fa/admin/custom_fields/message.php
+++ b/resources/lang/fa/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'تنظیمات فیلد ایجاد نشده است، لطفا دوباره تلاش کنید.',
diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php
index 0525e99f7a..4193f4c6da 100644
--- a/resources/lang/fa/admin/settings/general.php
+++ b/resources/lang/fa/admin/settings/general.php
@@ -64,6 +64,8 @@ return array(
'load_remote_text' => 'اسکریپت از راه دور',
'load_remote_help_text' => 'این برنامه نصب می تواند اسکریپت ها را از دنیای خارج بارگذاری کند.
',
+ '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',
'logo' => 'لوگو',
'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.',
'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل',
@@ -72,6 +74,12 @@ return array(
'php' => 'نسخه php',
'php_gd_info' => 'شما باید php-gd را نصب کنید تا QR کد ها را ببنید، به دستورالعمل های نصب نگاه کنید.',
'php_gd_warning' => 'php پردازش تصویر و تفاضل پلاگین نصب نشده است.',
+ '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 5',
+ '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' => 'کدهای QR اول به این مجموعه را فعال کنید',
'qr_text' => 'متن QR کد',
'setting' => 'تنظیمات',
@@ -106,6 +114,8 @@ return array(
'width_w' => 'عرض',
'height_h' => 'ارتفاع',
'text_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',
diff --git a/resources/lang/fa/admin/users/message.php b/resources/lang/fa/admin/users/message.php
index 38d38933d8..eee0bcdf83 100644
--- a/resources/lang/fa/admin/users/message.php
+++ b/resources/lang/fa/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'اشکال در ایجاد کاربر.لطفا دوباره تلاش کنید.',
'update' => 'اشکال در به روزرسانی کاربر.لطفا دوباره تلاش کنید.',
'delete' => 'اشکال در حذف کاربر.لطفا دوباره تلاش کنید.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'اشکال در به رفع تعلیق کاربر.لطفا دوباره تلاش کنید.',
'import' => 'اشکال در به وارد کردن کاربران.لطفا دوباره تلاش کنید.',
'asset_already_accepted' => 'دارایی پذیرفته شده است.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'ارتباط با سرور LDAP برقرار نشد.لطفا پیکربندی LDPA سرور را در فایل LDPA config بررسی کنید.
اشکال از سرور LDPA:',
'ldap_could_not_search' => 'جستجو در سرور LDPA انجام نشد.لطفا پیکربندی LDPA سرور را در فایل LDPA config بررسی کنید.
اشکال از سرور LDPA:',
'ldap_could_not_get_entries' => 'مجوز از سرور LDPA گرفته نشد.لطفا پیکربندی LDPA سرور را در فایل LDPA config بررسی کنید.
اشکال از سرور LDPA:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/fa/admin/users/table.php b/resources/lang/fa/admin/users/table.php
index 9a77f069b8..2c15d30aed 100644
--- a/resources/lang/fa/admin/users/table.php
+++ b/resources/lang/fa/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'مکان',
'lock_passwords' => 'جزییات وارد شدن نمیتواند در این نصب تغییر کند.',
'manager' => 'مدیر',
+ 'managed_locations' => 'Managed Locations',
'name' => 'نام',
'notes' => 'یادداشت ها',
'password_confirm' => 'تایید رمز عبور',
diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php
index 18ff40aef5..730d3a4ad9 100644
--- a/resources/lang/fa/validation.php
+++ b/resources/lang/fa/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "شکل ویژگی نامعتبر است.",
"exists" => "ویژگی انتخاب شده نامعتبر است.",
"email_array" => "یک یا بیش از یک آدرس ایمیل نامعتبر است.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "ویژگی باید یک عکس باشد.",
"in" => "ویژگی انتخاب شده نامعتبر است.",
"integer" => "ویژگی باید یک عدد باشد.",
diff --git a/resources/lang/fi/admin/asset_maintenances/message.php b/resources/lang/fi/admin/asset_maintenances/message.php
index beebe4bfba..6f723c2311 100644
--- a/resources/lang/fi/admin/asset_maintenances/message.php
+++ b/resources/lang/fi/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Takuu',
diff --git a/resources/lang/fi/admin/custom_fields/message.php b/resources/lang/fi/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/fi/admin/custom_fields/message.php
+++ b/resources/lang/fi/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php
index 2ac1735253..d559957f8b 100644
--- a/resources/lang/fi/admin/settings/general.php
+++ b/resources/lang/fi/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Sähköposti',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versio PHP',
'php_gd_info' => 'Sinun tulee asentaa php-gd paketti näyttääksesi QR-koodit, katso lisätietoja asennusohjeista.',
'php_gd_warning' => 'PHP Image Prosessing ja GD-lisäosia EI ole asennettuna.',
+ '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 5',
+ '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' => 'Ota QR-koodit käyttöön valitaksesi tämän',
'qr_text' => 'QR-koodin Teksti',
'setting' => 'Asetus',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/fi/admin/users/message.php b/resources/lang/fi/admin/users/message.php
index 05c77b3053..d83020ab4f 100644
--- a/resources/lang/fi/admin/users/message.php
+++ b/resources/lang/fi/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Käyttäjä luonnissa tapahtui virhe. Yritä uudelleen.',
'update' => 'Käyttäjän päivityksessä tapahtui virhe. Yritä uudelleen.',
'delete' => 'Käyttäjän poistamisessa tapahtui virhe. Yritä uudelleen.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Käyttäjän jäädytyksen poistossa tapahtui virhe. Yritä uudelleen.',
'import' => 'There was an issue importing users. Please try again.',
'asset_already_accepted' => 'This asset has already been accepted.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/fi/admin/users/table.php b/resources/lang/fi/admin/users/table.php
index 30b64fd8d6..278a90f7a6 100644
--- a/resources/lang/fi/admin/users/table.php
+++ b/resources/lang/fi/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Sijainti',
'lock_passwords' => 'Kirjautumistietoja ei voida muokata tässä asennuksessa.',
'manager' => 'Esimies',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nimi',
'notes' => 'Muistiinpanot',
'password_confirm' => 'Vahvista Salasana',
diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php
index 3e6cf8027c..45f63f0952 100644
--- a/resources/lang/fi/validation.php
+++ b/resources/lang/fi/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute muotoilu on virheellinen.",
"exists" => "Valittu :attribute on virheellinen.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute tulee olla kuva.",
"in" => "Valittu :attribute on virheellinen.",
"integer" => ":attribute tulee olla kokonaisluku.",
diff --git a/resources/lang/fr/admin/asset_maintenances/message.php b/resources/lang/fr/admin/asset_maintenances/message.php
index f38206a836..e8bc4441cb 100644
--- a/resources/lang/fr/admin/asset_maintenances/message.php
+++ b/resources/lang/fr/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Le type d\'entretien d\'actif a été créé correctement.'
],
'edit' => [
- 'error' => 'L\'entretien d\'actif n\'a pas été créé, merci de réessayer.',
- 'success' => 'L\'entretien d\'actif a été modifié avec succès.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Pas encore complété',
'warranty' => 'Garantie',
diff --git a/resources/lang/fr/admin/custom_fields/message.php b/resources/lang/fr/admin/custom_fields/message.php
index f2846e6c4e..548b61a379 100644
--- a/resources/lang/fr/admin/custom_fields/message.php
+++ b/resources/lang/fr/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Le fieldset n\'a pas pur être créé, veuillez réessayer.',
diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php
index b24716b14e..3fa7a8e489 100644
--- a/resources/lang/fr/admin/settings/general.php
+++ b/resources/lang/fr/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'E-mail LDAP',
'load_remote_text' => 'Scripts distants',
'load_remote_help_text' => 'Cette installation Snipe-IT peut charger des scripts depuis le monde extérieur.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restreindre les utilisateurs (admins compris) assignés à des organisations aux biens de leur propre organisation.',
'full_multiple_companies_support_text' => 'Support complet des organisations multiples',
@@ -71,6 +73,12 @@ return array(
'php' => 'Version de PHP',
'php_gd_info' => 'Vous devez installer php-gd afin d\'afficher les QR codes (voir les instructions d\'installation).',
'php_gd_warning' => 'Le PHP Image Processing et GD plugin n\'est PAS installé.',
+ '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 5',
+ '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' => 'Activer les QR Codes avant de définir ceci',
'qr_text' => 'Texte du QR Code',
'setting' => 'Paramètre',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'l',
'height_h' => 'h',
'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' => 'Authentification en deux étapes',
'two_factor_secret' => 'Code à deux facteurs',
'two_factor_enrollment' => 'Inscription à deux facteurs',
diff --git a/resources/lang/fr/admin/users/message.php b/resources/lang/fr/admin/users/message.php
index c405a20b67..bcb4fe7be5 100644
--- a/resources/lang/fr/admin/users/message.php
+++ b/resources/lang/fr/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Un problème a eu lieu pendant la création de l\'utilisateur. Veuillez essayer à nouveau.',
'update' => 'Un problème a eu lieu pendant la mise à jour de l\'utilisateur. Veuillez essayer à nouveau.',
'delete' => 'Un problème a eu lieu pendant la suppression de l\'utilisateur. Veuillez essayer à nouveau.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Un problème a eu lieu pendant la réhabilitation de l\'utilisateur. Veuillez essayer à nouveau.',
'import' => 'Il y a eu un problème lors de l\'importation des utilisateurs. Veuillez réessayer.',
'asset_already_accepted' => 'Cet actif a déjà été accepté.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Impossible de se connecter au serveur LDAP . S\'il vous plaît vérifier la configuration de votre serveur LDAP dans le fichier de configuration LDAP .
Erreur de serveur LDAP : ',
'ldap_could_not_search' => 'Impossible de rechercher le serveur LDAP . S\'il vous plaît vérifier la configuration de votre serveur LDAP dans le fichier de configuration LDAP .
Erreur de serveur LDAP :',
'ldap_could_not_get_entries' => 'Impossible d\'obtenir les entrées du serveur LDAP . S\'il vous plaît vérifier la configuration de votre serveur LDAP dans le fichier de configuration LDAP .
Erreur de serveur LDAP :',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/fr/admin/users/table.php b/resources/lang/fr/admin/users/table.php
index 246f372416..1e11eef872 100644
--- a/resources/lang/fr/admin/users/table.php
+++ b/resources/lang/fr/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Lieu',
'lock_passwords' => 'Les informations de connexion ne peuvent pas être modifiés sur cette installation .',
'manager' => 'Responsable',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nom',
'notes' => 'Notes',
'password_confirm' => 'Confirmer le mot de passe',
diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php
index ed64d938d9..814996f0e8 100644
--- a/resources/lang/fr/validation.php
+++ b/resources/lang/fr/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Le format de l'attribut \":attribute\" est invalide.",
"exists" => "L'attribut \":attribute\" est invalide.",
"email_array" => "Une ou plusieurs adresses e-mail sont invalides.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "L'attribut \":attribute\" doit être une image.",
"in" => "Le :attribute selectionné est invalide.",
"integer" => "L'attribut \":attribute\" doit être un nombre entier.",
diff --git a/resources/lang/he/admin/asset_maintenances/message.php b/resources/lang/he/admin/asset_maintenances/message.php
index 5329e65b0e..6104415d0d 100644
--- a/resources/lang/he/admin/asset_maintenances/message.php
+++ b/resources/lang/he/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'אחריות',
diff --git a/resources/lang/he/admin/custom_fields/message.php b/resources/lang/he/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/he/admin/custom_fields/message.php
+++ b/resources/lang/he/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/he/admin/settings/general.php
+++ b/resources/lang/he/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/he/admin/users/message.php b/resources/lang/he/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/he/admin/users/message.php
+++ b/resources/lang/he/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/he/admin/users/table.php b/resources/lang/he/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/he/admin/users/table.php
+++ b/resources/lang/he/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/he/validation.php
+++ b/resources/lang/he/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/hr/admin/asset_maintenances/message.php b/resources/lang/hr/admin/asset_maintenances/message.php
index d121115825..83fbf698d6 100644
--- a/resources/lang/hr/admin/asset_maintenances/message.php
+++ b/resources/lang/hr/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty',
diff --git a/resources/lang/hr/admin/custom_fields/message.php b/resources/lang/hr/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/hr/admin/custom_fields/message.php
+++ b/resources/lang/hr/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/hr/admin/settings/general.php
+++ b/resources/lang/hr/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/hr/admin/users/message.php b/resources/lang/hr/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/hr/admin/users/message.php
+++ b/resources/lang/hr/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/hr/admin/users/table.php b/resources/lang/hr/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/hr/admin/users/table.php
+++ b/resources/lang/hr/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php
index 423e79e7c2..3fff7fbfe1 100644
--- a/resources/lang/hr/validation.php
+++ b/resources/lang/hr/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/hu/admin/asset_maintenances/message.php b/resources/lang/hu/admin/asset_maintenances/message.php
index a98111cb2d..e0a6265676 100644
--- a/resources/lang/hu/admin/asset_maintenances/message.php
+++ b/resources/lang/hu/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Eszköz karbantartás sikeresen létrejött.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Nincs kitöltve teljesen',
'warranty' => 'Garancia',
diff --git a/resources/lang/hu/admin/asset_maintenances/table.php b/resources/lang/hu/admin/asset_maintenances/table.php
index cbdfb14ba5..304d2d9b9c 100644
--- a/resources/lang/hu/admin/asset_maintenances/table.php
+++ b/resources/lang/hu/admin/asset_maintenances/table.php
@@ -2,7 +2,7 @@
return [
'title' => 'Eszköz karbantartások',
- 'asset_name' => 'Asset Name',
+ 'asset_name' => 'Eszköz neve',
'is_warranty' => 'Garancia',
'dl_csv' => 'CSV letöltése'
];
diff --git a/resources/lang/hu/admin/categories/general.php b/resources/lang/hu/admin/categories/general.php
index ee42efaf03..0eccafc90a 100644
--- a/resources/lang/hu/admin/categories/general.php
+++ b/resources/lang/hu/admin/categories/general.php
@@ -1,8 +1,8 @@
'About Categories',
- 'about_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.',
+ 'about_categories_title' => 'A kategóriákról',
+ 'about_categories' => 'A kategóriák segítenek rendezni a dolgait. Néhány példa kategória lehet "Desktop-ok", "Laptopok", "Mobiltelefonok", "Tabletek", és így tovább, de bármilyen más kategóriát használhat, ami releváns önnek.',
'asset_categories' => 'Eszköz kategóriák',
'category_name' => 'Kategória név',
'checkin_email' => 'Küldj a felhasználónak e-mailt, leadáskor.',
@@ -11,7 +11,7 @@ return array(
'edit' => 'Kategória szerkesztése',
'eula_text' => 'Felhasználói engedély Kategória',
'eula_text_help' => 'Ezzel a mezővel testre szabhatja a különböző eszközök EULA-ját. Ha csak egy EULA van az összes eszközhöz, akkor jelölje be a négyzetet lent, hogy az alapértelmezettet használja.',
- 'name' => 'Category Name',
+ 'name' => 'Kategória neve',
'require_acceptance' => 'A felhasználónak kötelező elfogadnia az eszköz(ök) átvételét ebben a kategóriában.',
'required_acceptance' => 'Ennek a felhasználónak küldünk egy elfogadó linket e-mailben.',
'required_eula' => 'Ennek a felhasználónak küldünk egy elfogadó linket e-mailben.',
diff --git a/resources/lang/hu/admin/companies/general.php b/resources/lang/hu/admin/companies/general.php
index 23e08c2673..f8536f43da 100644
--- a/resources/lang/hu/admin/companies/general.php
+++ b/resources/lang/hu/admin/companies/general.php
@@ -1,6 +1,6 @@
'About Companies',
- 'about_companies_text' => '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.',
+ 'about_companies_title' => 'A vállalatokról',
+ 'about_companies_text' => 'A vállalatok használhatóak egyszerű azonosító mezőként, vagy az eszközök, felhasználók, stb. láthatóságának korlátozására, ha a teljes vállalati támogatás engedélyezve van az Admin beállításokban.',
'select_company' => 'Vállalat kiválasztása',
];
diff --git a/resources/lang/hu/admin/custom_fields/general.php b/resources/lang/hu/admin/custom_fields/general.php
index d28ffda739..e536bf4b24 100644
--- a/resources/lang/hu/admin/custom_fields/general.php
+++ b/resources/lang/hu/admin/custom_fields/general.php
@@ -6,8 +6,8 @@ return array(
'about_fieldsets_title' => 'A mezőcsoportokról',
'about_fieldsets_text' => 'A mezőcsoportokkal tudsz létrehozni olyan gyakran használt egyedi mezőket csoportosító speciális eszköz modell típusokat.',
'custom_format' => 'Egyéni formátum...',
- 'encrypt_field' => 'Encrypt the value of this field in the database',
- 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
+ 'encrypt_field' => 'A mező értékének titkosítása az adatbázisban',
+ 'encrypt_field_help' => 'Figyelmeztetés: egy mező titkosítása kereshetetlenné teszi azt.',
'encrypted' => 'Titkosított',
'fieldset' => 'Mezőcsoportok',
'qty_fields' => 'Mennyiségi mezők',
@@ -15,7 +15,7 @@ return array(
'fieldset_name' => 'Mezőcsoport neve',
'field_name' => 'Mező neve',
'field_values' => 'Mező értékei',
- 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
+ 'field_values_help' => 'Adjon hozzá választási lehetőségeket, soronként egyet. Az első soron kívüli üres sorokat figyelmen kívül hagyjuk.',
'field_element' => 'Ürlap elem',
'field_element_short' => 'Elem',
'field_format' => 'Formátum',
@@ -26,5 +26,5 @@ return array(
'order' => 'Rendelés',
'create_fieldset' => 'Új mezőcsoportok',
'create_field' => 'Új egyéni mező',
- 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
+ 'value_encrypted' => 'A mező értéke titkosítva van az adatbázisban. Csak az adminisztrátor felhasználók láthatják a dekódolt értéket',
);
diff --git a/resources/lang/hu/admin/custom_fields/message.php b/resources/lang/hu/admin/custom_fields/message.php
index 70b5ad86d6..be6b4ee067 100644
--- a/resources/lang/hu/admin/custom_fields/message.php
+++ b/resources/lang/hu/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'A mezőcsoport nem lett létrehozva, próbálkozz újra.',
diff --git a/resources/lang/hu/admin/departments/table.php b/resources/lang/hu/admin/departments/table.php
index 76494247be..ca55ecba07 100644
--- a/resources/lang/hu/admin/departments/table.php
+++ b/resources/lang/hu/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
- 'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'name' => 'Osztály neve',
+ 'manager' => 'Vezető',
+ 'location' => 'Helyszín',
+ 'create' => 'Osztály létrehozása',
+ 'update' => 'Osztály frissítése',
);
diff --git a/resources/lang/hu/admin/depreciations/general.php b/resources/lang/hu/admin/depreciations/general.php
index 97ac18af6c..911792cb38 100644
--- a/resources/lang/hu/admin/depreciations/general.php
+++ b/resources/lang/hu/admin/depreciations/general.php
@@ -4,9 +4,9 @@ return array(
'about_asset_depreciations' => 'Eszköz értékcsökkentésekről',
'about_depreciations' => 'Beállíthat az eszközökhöz, eszköz alapú lineáris értékcsökkentést.',
'asset_depreciations' => 'Eszköz értékcsökkenések',
- 'create' => 'Create Depreciation',
+ 'create' => 'Értékcsökkenés létrehozása',
'depreciation_name' => 'Értékcsökkenés neve',
'number_of_months' => 'Hónapok száma',
- 'update' => 'Update Depreciation',
+ 'update' => 'Értékcsökkenés frissítése',
);
diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php
index df966b5587..ca5f853442 100644
--- a/resources/lang/hu/admin/settings/general.php
+++ b/resources/lang/hu/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/hu/admin/users/message.php b/resources/lang/hu/admin/users/message.php
index e2c905d2ed..7a5b0fb784 100644
--- a/resources/lang/hu/admin/users/message.php
+++ b/resources/lang/hu/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/hu/admin/users/table.php b/resources/lang/hu/admin/users/table.php
index 3857dc7a0e..e45e3c55cd 100644
--- a/resources/lang/hu/admin/users/table.php
+++ b/resources/lang/hu/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Helyszín',
'lock_passwords' => 'Login details cannot be changed on this installation.',
'manager' => 'Felettes',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Név',
'notes' => 'Notes',
'password_confirm' => 'Jelszó megerősítése',
diff --git a/resources/lang/hu/passwords.php b/resources/lang/hu/passwords.php
index 5195a9b77c..028619a02c 100644
--- a/resources/lang/hu/passwords.php
+++ b/resources/lang/hu/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => 'A jelszó linket elküldtük!',
+ 'user' => 'A felhasználó nem létezik, vagy nincs hozzárendelt e-mail cím',
];
diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php
index 5180cbbd77..e3ded39be9 100644
--- a/resources/lang/hu/validation.php
+++ b/resources/lang/hu/validation.php
@@ -25,7 +25,7 @@ return array(
"file" => "A :attribute :min - :max kilobájt között kell lenni.",
"string" => "A :attribute :min - :max karakter között kell lenni.",
),
- "boolean" => "The :attribute must be true or false.",
+ "boolean" => "Az attribútumnak igaznak, vagy hamisnak kell lennie (true/false).",
"confirmed" => "A :attribute ellenörzés nem egyezik.",
"date" => "A :attribute nem egy valós dátum.",
"date_format" => "A :attribute nem egyezik a formátummal :format.",
@@ -35,6 +35,8 @@ return array(
"email" => "Az :attribute formátuma érvénytelen.",
"exists" => "A kiválasztott :attribute étvénytelen.",
"email_array" => "Egy vagy több email cím érvénytelen.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "A :attribute képnek kell lenni.",
"in" => "A kiválasztott :attribute étvénytelen.",
"integer" => "A :attribute számnak kell lennie.",
@@ -65,8 +67,8 @@ return array(
),
"unique" => "A :attribute már foglalt.",
"url" => "Az :attribute formátuma érvénytelen.",
- "statuslabel_type" => "You must select a valid status label type",
- "unique_undeleted" => "The :attribute must be unique.",
+ "statuslabel_type" => "Érvényes állapot jelzőt kell választani",
+ "unique_undeleted" => "Az attribútumnak egyedinek kell lennie.",
/*
diff --git a/resources/lang/id/admin/asset_maintenances/message.php b/resources/lang/id/admin/asset_maintenances/message.php
index ff9e6974a0..49659bf372 100644
--- a/resources/lang/id/admin/asset_maintenances/message.php
+++ b/resources/lang/id/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Perawatan aset telah sukses di buat.'
],
'edit' => [
- 'error' => 'Perawatan aset gagal disunting, mohon coba lagi.',
- 'success' => 'Pemeliharaan aset berhasil disunting.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Belum selesai',
'warranty' => 'Garansi',
diff --git a/resources/lang/id/admin/custom_fields/message.php b/resources/lang/id/admin/custom_fields/message.php
index b407bbeff8..27f7bdd3b7 100644
--- a/resources/lang/id/admin/custom_fields/message.php
+++ b/resources/lang/id/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset gagal di buat, silahkan coba kembali.',
diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php
index 307457e130..fa49a6adc3 100644
--- a/resources/lang/id/admin/settings/general.php
+++ b/resources/lang/id/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'load_remote_text' => 'Kode jarak jauh',
'load_remote_help_text' => 'Snipe-IT dapat menggunakan kode program dari luar.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) diberikan kepada perusahaan untuk aset perusahaan mereka.',
'full_multiple_companies_support_text' => 'Dukungan penuh beberapa perusahaan',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versi PHP',
'php_gd_info' => 'Anda harus memasang php-gd untuk menampilkan kode QR, baca petunjuk pemasangan.',
'php_gd_warning' => 'Plugin PHP pengolahan citra dan GD tidak diinstal.',
+ '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 5',
+ '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' => 'Hidupkan kode QR sebelumnya',
'qr_text' => 'Teks kode QR',
'setting' => 'Pengaturan',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'l',
'height_h' => 't',
'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',
diff --git a/resources/lang/id/admin/users/message.php b/resources/lang/id/admin/users/message.php
index bb0a061026..26f22ee9e7 100644
--- a/resources/lang/id/admin/users/message.php
+++ b/resources/lang/id/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Terdapat kesalahan ketika membuat pengguna. Silahkan coba kembali.',
'update' => 'Terdapat masalah ketika memperbarui pengguna. Silahkan coba kembali.',
'delete' => 'Terdapat masalah ketika menghapus pengguna. Silahkan coba kembali.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Terdapat masalah ketika menangguhkan pengguna. Silahkan coba kembali.',
'import' => 'Terdapat masalah ketika mengimpor pengguna. Silahkan coba kembali.',
'asset_already_accepted' => 'Aset ini telah di terima.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Server LDAP gagal mengikat. Silahkan cek kembali konfigurasi server LDAP di berkas config.
Eror dari server LDAP: ',
'ldap_could_not_search' => 'Gagal mencari server LDAP. Silahkan cek konfigurasi server LDAP di berkas config LDAP.
Eror dari server LDAP:',
'ldap_could_not_get_entries' => 'Gagal menerima catatan dari server LDAP. Silahkan cek konfigurasi server LDAP di berkas config LDAP.
Eror dari server LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/id/admin/users/table.php b/resources/lang/id/admin/users/table.php
index 9aaef8965d..8306ca818d 100644
--- a/resources/lang/id/admin/users/table.php
+++ b/resources/lang/id/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Lokasi',
'lock_passwords' => 'Detail masuk tidak dapat di ubah ketika instalasi.',
'manager' => 'Manajer',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nama',
'notes' => 'Catatan',
'password_confirm' => 'Konfirmasikan Kata Sandi',
diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php
index 36850453b7..2f52ea9aea 100644
--- a/resources/lang/id/validation.php
+++ b/resources/lang/id/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Format :attribute tidak benar.",
"exists" => ":attribute yang di pilih tidak benar.",
"email_array" => "Satu atau lebih alamat email tidak benar.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute harus dalam bentuk gambar.",
"in" => ":attribute yang di pilih tidak benar.",
"integer" => ":attribute harus dalam bentuk integer.",
diff --git a/resources/lang/it/admin/asset_maintenances/message.php b/resources/lang/it/admin/asset_maintenances/message.php
index b2787e49a3..751291984e 100644
--- a/resources/lang/it/admin/asset_maintenances/message.php
+++ b/resources/lang/it/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Manutenzione prodotto creata con successo.'
],
'edit' => [
- 'error' => 'La Manutenzione Prodotto non è stata modificata, riprova.',
- 'success' => 'Manutenzione prodotto modificata con successo.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Non ancora completato',
'warranty' => 'Garanzia',
diff --git a/resources/lang/it/admin/custom_fields/message.php b/resources/lang/it/admin/custom_fields/message.php
index 38849e263e..0f6b6ff268 100644
--- a/resources/lang/it/admin/custom_fields/message.php
+++ b/resources/lang/it/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Il Fieldset non è stato creato, riprova.',
diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php
index 4bcb24223a..2a22928d3b 100644
--- a/resources/lang/it/admin/settings/general.php
+++ b/resources/lang/it/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'Email LDAP',
'load_remote_text' => 'Script remoti',
'load_remote_help_text' => 'Questa installazione di Snipe-IT può caricare script dal mondo esterno.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restringere gli utenti (amministratori inclusi) assegnati ad una azienda agli asset della propria azienda.',
'full_multiple_companies_support_text' => 'Supporto completo ad aziende multiple',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP Version',
'php_gd_info' => 'È necessario installare php-gd per visualizzare i codici QR, consultare le istruzioni di installazione.',
'php_gd_warning' => 'Il plugin PHP Image Processing and GD non è installato.',
+ '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 5',
+ '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' => 'Abilita codici QR primo di impostare questo',
'qr_text' => 'QR Code Text',
'setting' => 'Impostazioni',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'l',
'height_h' => 'h',
'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',
diff --git a/resources/lang/it/admin/users/message.php b/resources/lang/it/admin/users/message.php
index 7c1e901b6f..d3cbbc1a27 100644
--- a/resources/lang/it/admin/users/message.php
+++ b/resources/lang/it/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'C\'è stato un problema durante la creazione dell\'utente. Per favore riprova.',
'update' => 'C\'è stato un problema durante l\'aggiornamento dell\'utente. Per favore riprova.',
'delete' => 'C\'è stato un problema durante la cancellazione dell\'utente. Riprova per favore.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'C\'è stato un problema durante la riabilitazione dell\'utente. Riprova per favore.',
'import' => 'C\'è stato un problema durante l\'importazione degli utenti. Riprova per favore.',
'asset_already_accepted' => 'Questo bene è già stato accettato.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Impossibile unirsi al server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP: ',
'ldap_could_not_search' => 'Impossibile trovare il server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP:',
'ldap_could_not_get_entries' => 'Impossibile ottenere voci dal server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/it/admin/users/table.php b/resources/lang/it/admin/users/table.php
index 71cb84e0ad..5035d26924 100644
--- a/resources/lang/it/admin/users/table.php
+++ b/resources/lang/it/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Posizione',
'lock_passwords' => 'Dettagli di login non possono essere cambiati in questa installazione.',
'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nome',
'notes' => 'Note',
'password_confirm' => 'Conferma password',
diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php
index 1309088cf5..a10b59054c 100644
--- a/resources/lang/it/validation.php
+++ b/resources/lang/it/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "il formato del :attribute è invalido.",
"exists" => ":attribute selezzionato è invalido.",
"email_array" => "Una o più email sono invalidi.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "il :attribute deve essere un immagine.",
"in" => "Il selezionato :attribute è invalido.",
"integer" => "L' :attribute deve essere un numero intero.",
diff --git a/resources/lang/ja/admin/asset_maintenances/message.php b/resources/lang/ja/admin/asset_maintenances/message.php
index 707139fe51..543ec8b7d5 100644
--- a/resources/lang/ja/admin/asset_maintenances/message.php
+++ b/resources/lang/ja/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => '資産管理の作成に成功しました。'
],
'edit' => [
- 'error' => '資産管理を作成できませんでした。もう一度試して下さい。',
- 'success' => '資産管理は正常に編集されました。'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => '不完全です。',
'warranty' => '保証',
diff --git a/resources/lang/ja/admin/custom_fields/message.php b/resources/lang/ja/admin/custom_fields/message.php
index 5fd1a66f1a..3ab0c4f669 100644
--- a/resources/lang/ja/admin/custom_fields/message.php
+++ b/resources/lang/ja/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'フィールドセットは作成されませんでした。もう一度やり直してください。',
diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php
index 0fd65f4cc9..5575980419 100644
--- a/resources/lang/ja/admin/settings/general.php
+++ b/resources/lang/ja/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP メール',
'load_remote_text' => 'リモートスクリプト',
'load_remote_help_text' => 'Snipe-ITのインストールは、外部からスクリプトを読み込むことが可能です。',
+ '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',
'logo' => 'ロゴ',
'full_multiple_companies_support_help_text' => 'ユーザー (管理者を含む) に 資産の割り当て を制限します。',
'full_multiple_companies_support_text' => '複数企業をサポートします。',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHPバージョン',
'php_gd_info' => 'QRコードを表示するためにphp-gdをインストールする必要があります。インストールインストラクションを参照して下さい。',
'php_gd_warning' => 'PHP Image Processing および GD plugin が、インストールされていません。',
+ '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 5',
+ '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' => 'QRコードを有効化',
'qr_text' => 'QRコードテキスト',
'setting' => '設定',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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' => '2段階認証',
'two_factor_secret' => '二段階認証コード',
'two_factor_enrollment' => '二段階認証登録',
diff --git a/resources/lang/ja/admin/users/message.php b/resources/lang/ja/admin/users/message.php
index c9233c6113..15aeeb7601 100644
--- a/resources/lang/ja/admin/users/message.php
+++ b/resources/lang/ja/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => '利用者を作成する際に問題が発生しました。もう一度、やり直して下さい。',
'update' => '利用者を更新する際に問題が発生しました。もう一度、やり直して下さい。',
'delete' => '利用者を削除する際に問題が発生しました。もう一度、やり直して下さい。',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => '利用者を再開する際に問題が発生しました。もう一度、やり直して下さい。',
'import' => '利用者をインポートする際に問題が発生しました。もう一度、やり直して下さい。',
'asset_already_accepted' => 'この資産は既に承認されています。',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'LDAPサーバーにバインドできません。LDAP設定ファイル内のサーバー設定を確認して下さい。
LDAPサーバーからのエラー: ',
'ldap_could_not_search' => 'LDAPサーバーを検索できません。LDAP設定ファイル内のサーバー設定を確認して下さい。
LDAPサーバーからのエラー:',
'ldap_could_not_get_entries' => 'LDAPサーバーからエンティティを取得できません。LDAP設定ファイル内のサーバー設定を確認して下さい。
LDAPサーバーからのエラー:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/ja/admin/users/table.php b/resources/lang/ja/admin/users/table.php
index 70108d5fa5..cc97c568a0 100644
--- a/resources/lang/ja/admin/users/table.php
+++ b/resources/lang/ja/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'ロケーション:',
'lock_passwords' => 'ログイン時の詳細設定はインストール時に変更することは出来ません。',
'manager' => 'マネージャー',
+ 'managed_locations' => 'Managed Locations',
'name' => '名前',
'notes' => '備考',
'password_confirm' => 'パスワードを確認',
diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php
index d037281f27..c77eea93f9 100644
--- a/resources/lang/ja/validation.php
+++ b/resources/lang/ja/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute フォーマットが不正です。",
"exists" => "選択された :attribute は不正です。",
"email_array" => "指定の電子メールアドレスは無効です。",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute は画像にして下さい。",
"in" => "選択された :attribute は不正です。",
"integer" => ":attribute は整数にして下さい。",
diff --git a/resources/lang/ko/admin/asset_maintenances/message.php b/resources/lang/ko/admin/asset_maintenances/message.php
index bee5d0836c..c653e2d8d0 100644
--- a/resources/lang/ko/admin/asset_maintenances/message.php
+++ b/resources/lang/ko/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => '자산 관리가 생성되었습니다.'
],
'edit' => [
- 'error' => '자산 관리가 수정되지 않았습니다. 다시 시도해 주세요.',
- 'success' => '자산 관리가 수정되었습니다.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => '아직 완료되지 않았습니다.',
'warranty' => '보증',
diff --git a/resources/lang/ko/admin/custom_fields/message.php b/resources/lang/ko/admin/custom_fields/message.php
index 0018735f53..dae2aea455 100644
--- a/resources/lang/ko/admin/custom_fields/message.php
+++ b/resources/lang/ko/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => '항목세트를 만들지 못했습니다. 재시도해 주십시오.',
diff --git a/resources/lang/ko/admin/departments/message.php b/resources/lang/ko/admin/departments/message.php
index d65f4fbb2b..61b41e7956 100644
--- a/resources/lang/ko/admin/departments/message.php
+++ b/resources/lang/ko/admin/departments/message.php
@@ -2,20 +2,20 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => '부서가 존재하지 않습니다.',
+ 'assoc_users' => '이 부서는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 부서를 참조하지 않게 갱신하고 다시 시도해주세요. ',
'create' => array(
- 'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.'
+ 'error' => '부서가 생성되지 않았습니다. 다시 시도해 주세요.',
+ 'success' => '부서가 생성되었습니다.'
),
'update' => array(
- 'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.'
+ 'error' => '부서가 갱신되지 않았습니다. 다시 시도해 주세요.',
+ 'success' => '부서가 갱신되었습니다.'
),
'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.'
+ 'confirm' => '이 부서를 삭제하시겠습니까?',
+ 'error' => '부서를 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
+ 'success' => '부서가 삭제되었습니다.'
)
);
diff --git a/resources/lang/ko/admin/departments/table.php b/resources/lang/ko/admin/departments/table.php
index 76494247be..824cb5f926 100644
--- a/resources/lang/ko/admin/departments/table.php
+++ b/resources/lang/ko/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
- 'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'name' => '부서 명',
+ 'manager' => '관리자',
+ 'location' => '위치',
+ 'create' => '부서 생성',
+ 'update' => '부서 갱신',
);
diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php
index 20a9422e4d..7094dc66d7 100644
--- a/resources/lang/ko/admin/hardware/message.php
+++ b/resources/lang/ko/admin/hardware/message.php
@@ -48,7 +48,7 @@ return array(
'delete' => array(
'confirm' => '이 자산을 삭제하시겠습니까?',
'error' => '그룹을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
- 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'nothing_updated' => '선택된 자산이 없기에, 삭제되지 않습니다.',
'success' => '자산이 삭제되었습니다.'
),
diff --git a/resources/lang/ko/admin/models/message.php b/resources/lang/ko/admin/models/message.php
index 8c3c6c2040..f5177510b3 100644
--- a/resources/lang/ko/admin/models/message.php
+++ b/resources/lang/ko/admin/models/message.php
@@ -29,8 +29,8 @@ return array(
),
'bulkedit' => array(
- 'error' => 'No fields were changed, so nothing was updated.',
- 'success' => 'Models updated.'
+ 'error' => '변경된 항목이 없어서, 갱신되지 않습니다.',
+ 'success' => '모델 갱신됨.'
),
);
diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php
index 9b92ba835a..c2cb61227d 100644
--- a/resources/lang/ko/admin/settings/general.php
+++ b/resources/lang/ko/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP 이메일',
'load_remote_text' => '원격 스크립트',
'load_remote_help_text' => '이 Snipe-IT 설치는 인터넷에서 스크립트들을 읽어 올 수 있습니다.',
+ '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',
'logo' => '로고',
'full_multiple_companies_support_help_text' => '자신이 속한 공급자 자산에 공급자를 할당하는 것을 제한하는 사용자들 (관리자 포함)',
'full_multiple_companies_support_text' => '전체 다중 공급자들 지원',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP 버전',
'php_gd_info' => 'QR 코드를 보려면 php-gd를 설치하셔야 합니다. 설치 설명서를 참고하세요.',
'php_gd_warning' => 'PHP 이미지 처리 및 GD 플러그인이 설치되어 있지 않습니다.',
+ '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 5',
+ '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' => '이 것을 설정하려면 먼저 QR 코드 사용하기를 하세요',
'qr_text' => 'QR 코드 문구',
'setting' => '설정',
@@ -90,7 +98,7 @@ return array(
'about_settings_text' => '이 설정들은 설치본의 특정 분야를 설정하는 것입니다.',
'labels_per_page' => '페이지 당 꼬리표',
'label_dimensions' => '꼬리표 크기(인치)',
- 'next_auto_tag_base' => 'Next auto-increment',
+ 'next_auto_tag_base' => '다음 자동 증가',
'page_padding' => '페이지 여백 (인치)',
'purge' => '삭제된 기록들 지우기',
'labels_display_bgutter' => '꼬리표 아래쪽 가운데 여백',
@@ -105,6 +113,8 @@ return array(
'width_w' => '넓이',
'height_h' => '높이',
'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' => '2단계 인증',
'two_factor_secret' => '2단계 코드',
'two_factor_enrollment' => '2단계 등록',
diff --git a/resources/lang/ko/admin/users/message.php b/resources/lang/ko/admin/users/message.php
index e3d8bcc72f..d96312c504 100644
--- a/resources/lang/ko/admin/users/message.php
+++ b/resources/lang/ko/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => '사용자를 생성하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
'update' => '사용자를 갱신하는 중 오류가 발생했습니다. 다시 시도해 주세요.',
'delete' => '사용자를 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => '사용자의 대기 해제 중 문제가 발생했습니다. 다시 시도하세요.',
'import' => '사용자를 내보내기 할 때 문제가 발생했습니다. 다시 시도하세요.',
'asset_already_accepted' => '이 자산은 이미 수락되었습니다.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'LDAP 서버와 동기화 할 수 없습니다. LDAP 설정 파일의 LDAP 서버 구성을 확인해 보세요.
LDAP 서버 오류: ',
'ldap_could_not_search' => 'LDAP 서버를 찾을 수 없습니다. LDAP 설정 파일의 LDAP 서버 구성을 확인해 보세요.
LDAP 서버 오류:',
'ldap_could_not_get_entries' => 'LDAP 서버 목록을 가져올 수 없습니다. LDAP 설정 파일의 LDAP 서버 구성을 확인해 보세요.
LDAP 서버 오류:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/ko/admin/users/table.php b/resources/lang/ko/admin/users/table.php
index 6ec6805ea4..3352e5b3b0 100644
--- a/resources/lang/ko/admin/users/table.php
+++ b/resources/lang/ko/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => '장소',
'lock_passwords' => '이 설치본에서는 로그인 상세를 변경 할 수 없습니다.',
'manager' => '상사',
+ 'managed_locations' => 'Managed Locations',
'name' => '이름',
'notes' => '비고',
'password_confirm' => '비밀번호 확인',
diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php
index befc1f0648..f3730dd66c 100644
--- a/resources/lang/ko/general.php
+++ b/resources/lang/ko/general.php
@@ -27,7 +27,7 @@
'cancel' => '취소',
'categories' => '분류',
'category' => '분류',
- 'change' => 'In/Out',
+ 'change' => '입/출',
'changeemail' => '이메일 주소 변경',
'changepassword' => '비밀번호 변경',
'checkin' => '반입',
@@ -58,8 +58,8 @@
'delete' => '삭제',
'deleted' => '삭제됨',
'delete_seats' => '삭제한 Seat',
- 'departments' => 'Departments',
- 'department' => 'Department',
+ 'departments' => '부서',
+ 'department' => '부서',
'deployed' => '사용중',
'depreciation_report' => '감가상각 보고서',
'download' => '내려받기',
@@ -145,14 +145,14 @@
'select' => '선택',
'search' => '찾기',
'select_category' => '분류 선택',
- 'select_department' => 'Select a Department',
+ 'select_department' => '부서 선택',
'select_depreciation' => '감가 상각 유형 선택',
'select_location' => '장소 선택',
'select_manufacturer' => '제조업체 선택',
'select_model' => '모델 선택',
'select_supplier' => '공급자 선택',
'select_user' => '사용자 선택',
- 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_date' => '날짜 (YYYY-MM-DD) 선택',
'select_statuslabel' => '상태 선택',
'select_company' => '회사 선택',
'select_asset' => '자산 선택',
diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php
index 1d24c04d4f..38732668f4 100644
--- a/resources/lang/ko/validation.php
+++ b/resources/lang/ko/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute 형식이 부정확 합니다.",
"exists" => "선택한 :attribute 가 부정확 합니다.",
"email_array" => "하나 이상의 주소가 유효하지 않습니다.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute 는 이미지 형식만 가능합니다.",
"in" => "선택한 :attribute 가 부정확 합니다.",
"integer" => ":attribute 는 정수이어야 합니다.",
diff --git a/resources/lang/lt/admin/asset_maintenances/message.php b/resources/lang/lt/admin/asset_maintenances/message.php
index bfe3632c9b..0b2cbae117 100644
--- a/resources/lang/lt/admin/asset_maintenances/message.php
+++ b/resources/lang/lt/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Įrangos priežiūra sukurta sėkmingai.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Nebaigta',
'warranty' => 'Garantija',
diff --git a/resources/lang/lt/admin/custom_fields/message.php b/resources/lang/lt/admin/custom_fields/message.php
index c6c602a440..0edc2b66a2 100644
--- a/resources/lang/lt/admin/custom_fields/message.php
+++ b/resources/lang/lt/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Laukelis nebuvo sukurtas. Prašome bandyti dar kartą.',
diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php
index f80090c11f..09d4ecc292 100644
--- a/resources/lang/lt/admin/settings/general.php
+++ b/resources/lang/lt/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP el.paštas',
'load_remote_text' => 'Nuotoliniai skriptai',
'load_remote_help_text' => 'Šis Snipe-IT įdiegimas gali įtraukti programinius kodus iš interneto.',
+ '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',
'logo' => 'Logotipas',
'full_multiple_companies_support_help_text' => 'Apriboti vartotojai (įskaitant administratorius) priskirtus kompanijoms.',
'full_multiple_companies_support_text' => 'Pilnas kelių kompanijų palaikymas',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP versija',
'php_gd_info' => 'Jūs turite įdiegti PHP-GD, kad rodytų QR kodus, tam peržiūrėkite diegimo instrukcijas.',
'php_gd_warning' => 'PHP vaizdo apdorojimas ir GD papildinys neįdiegtas.',
+ '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 5',
+ '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' => 'Įjungti QR kodus prieš nustatant tai',
'qr_text' => 'QR kodo tekstas',
'setting' => 'Nustatymai',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/lt/admin/users/message.php b/resources/lang/lt/admin/users/message.php
index 705393bae5..ebb46d7760 100644
--- a/resources/lang/lt/admin/users/message.php
+++ b/resources/lang/lt/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Nepavyko sukurti naudotojo. Prašome bandykite dar kartą.',
'update' => 'Nepavyko atnaujinti naudotojo. Prašome bandykite dar kartą.',
'delete' => 'Nepavyko ištrinti naudotojo. Prašome bandykite dar kartą.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Nepavyko atšaldyti naudotojo. Prašome bandykite dar kartą.',
'import' => 'Nepavyko įkelti naudotojų. Prašome bandykite dar kartą.',
'asset_already_accepted' => 'ši įranga jau buvo priimta.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Negali nustatyti vartotojo prisijungiant prie LDAP serverio. Prašome patikrinkite savo LDAP serverio konfigūraciją LDAP konfigūracijos faile.
Klaida iš LDAP Serverio: ',
'ldap_could_not_search' => 'Negali rasti LDAP serverio. Prašome patikrinkite savo LDAP serverio konfigūraciją LDAP konfigūracijos faile.
Klaida iš LDAP Serverio:',
'ldap_could_not_get_entries' => 'Negali gauti prieigos prie LDAP serverio. Prašome patikrinkite savo LDAP serverio konfigūraciją LDAP konfigūracijos faile.
Klaida iš LDAP Serverio:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/lt/admin/users/table.php b/resources/lang/lt/admin/users/table.php
index 888395e29e..1bda3c9fb2 100644
--- a/resources/lang/lt/admin/users/table.php
+++ b/resources/lang/lt/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Vieta',
'lock_passwords' => 'Prisijungimo duomenys negali būti keičiami šio diegimo metu.',
'manager' => 'Tiesioginis vadovas',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Pavadinimas',
'notes' => 'Pastabos',
'password_confirm' => 'Patvirtinti slaptažodį',
diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php
index 4d2510aeba..b4fa613227 100644
--- a/resources/lang/lt/validation.php
+++ b/resources/lang/lt/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute formatas neteisingas.",
"exists" => "Pasirinktas :attribute neteisingas.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute privalo būti paveikslėlis.",
"in" => "Pasirinktas :attribute neteisingas.",
"integer" => ":attribute turi būti sveikas skaičius.",
diff --git a/resources/lang/lv/admin/accessories/general.php b/resources/lang/lv/admin/accessories/general.php
new file mode 100644
index 0000000000..22771aff0c
--- /dev/null
+++ b/resources/lang/lv/admin/accessories/general.php
@@ -0,0 +1,22 @@
+ 'About Accessories',
+ 'about_accessories_text' => '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.',
+ 'accessory_category' => '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/lv/admin/accessories/message.php b/resources/lang/lv/admin/accessories/message.php
new file mode 100644
index 0000000000..92998a4e14
--- /dev/null
+++ b/resources/lang/lv/admin/accessories/message.php
@@ -0,0 +1,37 @@
+ 'The accessory 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/lv/admin/accessories/table.php b/resources/lang/lv/admin/accessories/table.php
new file mode 100644
index 0000000000..e02d9f22e4
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/asset_maintenances/form.php b/resources/lang/lv/admin/asset_maintenances/form.php
new file mode 100644
index 0000000000..2aa005c45f
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/asset_maintenances/general.php b/resources/lang/lv/admin/asset_maintenances/general.php
new file mode 100644
index 0000000000..c7ae42d41a
--- /dev/null
+++ b/resources/lang/lv/admin/asset_maintenances/general.php
@@ -0,0 +1,11 @@
+ 'Asset Maintenances',
+ 'edit' => 'Edit Asset Maintenance',
+ 'delete' => 'Delete Asset Maintenance',
+ 'view' => 'View Asset Maintenance Details',
+ 'repair' => 'Repair',
+ 'maintenance' => 'Maintenance',
+ 'upgrade' => 'Upgrade'
+ ];
diff --git a/resources/lang/lv/admin/asset_maintenances/message.php b/resources/lang/lv/admin/asset_maintenances/message.php
new file mode 100644
index 0000000000..83fbf698d6
--- /dev/null
+++ b/resources/lang/lv/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 created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
+ ],
+ 'asset_maintenance_incomplete' => 'Not Completed Yet',
+ 'warranty' => 'Warranty',
+ 'not_warranty' => 'Not Warranty',
+ ];
\ No newline at end of file
diff --git a/resources/lang/lv/admin/asset_maintenances/table.php b/resources/lang/lv/admin/asset_maintenances/table.php
new file mode 100644
index 0000000000..f3a6be60f9
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/categories/general.php b/resources/lang/lv/admin/categories/general.php
new file mode 100644
index 0000000000..16b3b79f51
--- /dev/null
+++ b/resources/lang/lv/admin/categories/general.php
@@ -0,0 +1,23 @@
+ 'About Categories',
+ 'about_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.',
+ 'asset_categories' => 'Asset Categories',
+ 'category_name' => 'Category Name',
+ 'checkin_email' => 'Send email to user on checkin.',
+ '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/lv/admin/categories/message.php b/resources/lang/lv/admin/categories/message.php
new file mode 100644
index 0000000000..48cf5478e1
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/categories/table.php b/resources/lang/lv/admin/categories/table.php
new file mode 100644
index 0000000000..a3ee96ae7f
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/companies/general.php b/resources/lang/lv/admin/companies/general.php
new file mode 100644
index 0000000000..9a47968977
--- /dev/null
+++ b/resources/lang/lv/admin/companies/general.php
@@ -0,0 +1,6 @@
+ 'About Companies',
+ 'about_companies_text' => '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.',
+ 'select_company' => 'Select Company',
+];
diff --git a/resources/lang/lv/admin/companies/message.php b/resources/lang/lv/admin/companies/message.php
new file mode 100644
index 0000000000..a6db573519
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/companies/table.php b/resources/lang/lv/admin/companies/table.php
new file mode 100644
index 0000000000..2f86126ff2
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/components/general.php b/resources/lang/lv/admin/components/general.php
new file mode 100644
index 0000000000..75c9d250ab
--- /dev/null
+++ b/resources/lang/lv/admin/components/general.php
@@ -0,0 +1,17 @@
+ 'About Components',
+ 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
+ 'component_name' => '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/lv/admin/components/message.php b/resources/lang/lv/admin/components/message.php
new file mode 100644
index 0000000000..1d13970f23
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/components/table.php b/resources/lang/lv/admin/components/table.php
new file mode 100644
index 0000000000..3d4fed6a7f
--- /dev/null
+++ b/resources/lang/lv/admin/components/table.php
@@ -0,0 +1,5 @@
+ 'Component Name',
+);
diff --git a/resources/lang/lv/admin/consumables/general.php b/resources/lang/lv/admin/consumables/general.php
new file mode 100644
index 0000000000..53a69f8c03
--- /dev/null
+++ b/resources/lang/lv/admin/consumables/general.php
@@ -0,0 +1,13 @@
+ 'About Consumables',
+ 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
+ 'checkout' => '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/lv/admin/consumables/message.php b/resources/lang/lv/admin/consumables/message.php
new file mode 100644
index 0000000000..48a3cfbd9f
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/consumables/table.php b/resources/lang/lv/admin/consumables/table.php
new file mode 100644
index 0000000000..bb76721f17
--- /dev/null
+++ b/resources/lang/lv/admin/consumables/table.php
@@ -0,0 +1,5 @@
+ 'Consumable Name',
+);
diff --git a/resources/lang/lv/admin/custom_fields/general.php b/resources/lang/lv/admin/custom_fields/general.php
new file mode 100644
index 0000000000..f2e6df90cb
--- /dev/null
+++ b/resources/lang/lv/admin/custom_fields/general.php
@@ -0,0 +1,30 @@
+ '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 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 Format',
+ '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',
+);
diff --git a/resources/lang/lv/admin/custom_fields/message.php b/resources/lang/lv/admin/custom_fields/message.php
new file mode 100644
index 0000000000..ed66a6ba16
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/departments/message.php b/resources/lang/lv/admin/departments/message.php
new file mode 100644
index 0000000000..d65f4fbb2b
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/departments/table.php b/resources/lang/lv/admin/departments/table.php
new file mode 100644
index 0000000000..76494247be
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/depreciations/general.php b/resources/lang/lv/admin/depreciations/general.php
new file mode 100644
index 0000000000..1fca0e2cb7
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/depreciations/message.php b/resources/lang/lv/admin/depreciations/message.php
new file mode 100644
index 0000000000..c20e52c13c
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/depreciations/table.php b/resources/lang/lv/admin/depreciations/table.php
new file mode 100644
index 0000000000..5ba01d132c
--- /dev/null
+++ b/resources/lang/lv/admin/depreciations/table.php
@@ -0,0 +1,10 @@
+ 'ID',
+ 'months' => 'Months',
+ 'term' => 'Term',
+ 'title' => 'Name ',
+
+);
diff --git a/resources/lang/lv/admin/groups/message.php b/resources/lang/lv/admin/groups/message.php
new file mode 100644
index 0000000000..f14b6339e8
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/groups/table.php b/resources/lang/lv/admin/groups/table.php
new file mode 100644
index 0000000000..61f060a116
--- /dev/null
+++ b/resources/lang/lv/admin/groups/table.php
@@ -0,0 +1,9 @@
+ 'Id',
+ 'name' => 'Name',
+ 'users' => '# of Users',
+
+);
diff --git a/resources/lang/lv/admin/groups/titles.php b/resources/lang/lv/admin/groups/titles.php
new file mode 100644
index 0000000000..99e8cc1f6f
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/hardware/form.php b/resources/lang/lv/admin/hardware/form.php
new file mode 100644
index 0000000000..abded281fa
--- /dev/null
+++ b/resources/lang/lv/admin/hardware/form.php
@@ -0,0 +1,42 @@
+ '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',
+ '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',
+ 'years' => 'years',
+)
+;
diff --git a/resources/lang/lv/admin/hardware/general.php b/resources/lang/lv/admin/hardware/general.php
new file mode 100644
index 0000000000..f7644eb730
--- /dev/null
+++ b/resources/lang/lv/admin/hardware/general.php
@@ -0,0 +1,23 @@
+ '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 to User',
+ 'checkin' => 'Checkin Asset',
+ 'checkout' => 'Checkout Asset to User',
+ 'clone' => 'Clone Asset',
+ 'deployable' => 'Deployable',
+ 'deleted' => 'This asset has been deleted. Click here to restore it.',
+ 'edit' => 'Edit Asset',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ '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/lv/admin/hardware/message.php b/resources/lang/lv/admin/hardware/message.php
new file mode 100644
index 0000000000..df20960b2d
--- /dev/null
+++ b/resources/lang/lv/admin/hardware/message.php
@@ -0,0 +1,76 @@
+ '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.'
+ ),
+
+ '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!'
+ ),
+
+ '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/lv/admin/hardware/table.php b/resources/lang/lv/admin/hardware/table.php
new file mode 100644
index 0000000000..e8baa09d5a
--- /dev/null
+++ b/resources/lang/lv/admin/hardware/table.php
@@ -0,0 +1,24 @@
+ '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'
+
+);
diff --git a/resources/lang/lv/admin/licenses/form.php b/resources/lang/lv/admin/licenses/form.php
new file mode 100644
index 0000000000..ce29167874
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/licenses/general.php b/resources/lang/lv/admin/licenses/general.php
new file mode 100644
index 0000000000..25a536ec56
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/licenses/message.php b/resources/lang/lv/admin/licenses/message.php
new file mode 100644
index 0000000000..d5dbfe77b9
--- /dev/null
+++ b/resources/lang/lv/admin/licenses/message.php
@@ -0,0 +1,50 @@
+ '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. ',
+
+
+ '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/lv/admin/licenses/table.php b/resources/lang/lv/admin/licenses/table.php
new file mode 100644
index 0000000000..dfce4136cb
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/locations/message.php b/resources/lang/lv/admin/locations/message.php
new file mode 100644
index 0000000000..3ba1eed3b6
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/locations/table.php b/resources/lang/lv/admin/locations/table.php
new file mode 100644
index 0000000000..ffa69307d5
--- /dev/null
+++ b/resources/lang/lv/admin/locations/table.php
@@ -0,0 +1,21 @@
+ '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',
+ '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/lv/admin/manufacturers/message.php b/resources/lang/lv/admin/manufacturers/message.php
new file mode 100644
index 0000000000..6586d2af44
--- /dev/null
+++ b/resources/lang/lv/admin/manufacturers/message.php
@@ -0,0 +1,24 @@
+ '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.'
+ ),
+
+ '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/lv/admin/manufacturers/table.php b/resources/lang/lv/admin/manufacturers/table.php
new file mode 100644
index 0000000000..4e3ea9904d
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/models/general.php b/resources/lang/lv/admin/models/general.php
new file mode 100644
index 0000000000..e0da09f780
--- /dev/null
+++ b/resources/lang/lv/admin/models/general.php
@@ -0,0 +1,15 @@
+ '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.',
+ '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',
+
+);
diff --git a/resources/lang/lv/admin/models/message.php b/resources/lang/lv/admin/models/message.php
new file mode 100644
index 0000000000..5b1b9a1a1b
--- /dev/null
+++ b/resources/lang/lv/admin/models/message.php
@@ -0,0 +1,36 @@
+ '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.'
+ ),
+
+);
diff --git a/resources/lang/lv/admin/models/table.php b/resources/lang/lv/admin/models/table.php
new file mode 100644
index 0000000000..11a512b3d3
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/reports/general.php b/resources/lang/lv/admin/reports/general.php
new file mode 100644
index 0000000000..b03b97546f
--- /dev/null
+++ b/resources/lang/lv/admin/reports/general.php
@@ -0,0 +1,5 @@
+ 'Select the options you want for your asset report.'
+);
diff --git a/resources/lang/lv/admin/reports/message.php b/resources/lang/lv/admin/reports/message.php
new file mode 100644
index 0000000000..d4c8f8198f
--- /dev/null
+++ b/resources/lang/lv/admin/reports/message.php
@@ -0,0 +1,5 @@
+ 'You must select at least ONE option.'
+);
diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php
new file mode 100644
index 0000000000..43195baa4c
--- /dev/null
+++ b/resources/lang/lv/admin/settings/general.php
@@ -0,0 +1,144 @@
+ 'Active Directory',
+ 'ad_domain' => 'Active Directory domain',
+ 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
+ 'is_ad' => 'This is an Active Directory server',
+ 'alert_email' => 'Send alerts to',
+ 'alerts_enabled' => 'Alerts Enabled',
+ 'alert_interval' => 'Expiring Alerts Threshold (in days)',
+ 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'asset_ids' => 'Asset IDs',
+ '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.',
+ 'custom_css' => 'Custom CSS',
+ 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
+ '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',
+ 'barcode_type' => '2D Barcode Type',
+ 'alt_barcode_type' => '1D barcode type',
+ 'eula_settings' => 'EULA Settings',
+ 'eula_markdown' => 'This EULA allows Github flavored markdown.',
+ 'general_settings' => 'General Settings',
+ 'generate_backup' => 'Generate Backup',
+ 'header_color' => 'Header Color',
+ 'info' => 'These settings let you customize certain aspects of your installation.',
+ 'laravel' => 'Laravel Version',
+ 'ldap_enabled' => 'LDAP enabled',
+ 'ldap_integration' => 'LDAP Integration',
+ 'ldap_settings' => 'LDAP Settings',
+ '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_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_emp_num' => 'LDAP Employee Number',
+ 'ldap_email' => 'LDAP Email',
+ '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',
+ 'logo' => 'Logo',
+ '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',
+ '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 5',
+ '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',
+ 'setting' => 'Setting',
+ 'settings' => 'Settings',
+ '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.',
+ 'snipe_version' => 'Snipe-IT version',
+ 'system' => 'System Information',
+ 'update' => 'Update Settings',
+ 'value' => 'Value',
+ 'brand' => 'Branding',
+ '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)',
+ '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',
+ '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',
+ 'zerofill_count' => 'Length of asset tags, including zerofill',
+);
diff --git a/resources/lang/lv/admin/settings/message.php b/resources/lang/lv/admin/settings/message.php
new file mode 100644
index 0000000000..736d5c3e9e
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/statuslabels/message.php b/resources/lang/lv/admin/statuslabels/message.php
new file mode 100644
index 0000000000..619a5a509c
--- /dev/null
+++ b/resources/lang/lv/admin/statuslabels/message.php
@@ -0,0 +1,25 @@
+ '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.'
+ )
+
+);
diff --git a/resources/lang/lv/admin/statuslabels/table.php b/resources/lang/lv/admin/statuslabels/table.php
new file mode 100644
index 0000000000..b9b5b7ec4e
--- /dev/null
+++ b/resources/lang/lv/admin/statuslabels/table.php
@@ -0,0 +1,17 @@
+ 'About Status Labels',
+ 'archived' => 'Archived',
+ 'create' => 'Create Status Label',
+ 'color' => 'Chart Color',
+ '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/lv/admin/suppliers/message.php b/resources/lang/lv/admin/suppliers/message.php
new file mode 100644
index 0000000000..df4bc41af3
--- /dev/null
+++ b/resources/lang/lv/admin/suppliers/message.php
@@ -0,0 +1,24 @@
+ 'Supplier does not exist.',
+ 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ',
+
+ '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.'
+ )
+
+);
diff --git a/resources/lang/lv/admin/suppliers/table.php b/resources/lang/lv/admin/suppliers/table.php
new file mode 100644
index 0000000000..2a7b07ca93
--- /dev/null
+++ b/resources/lang/lv/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/lv/admin/users/general.php b/resources/lang/lv/admin/users/general.php
new file mode 100644
index 0000000000..cc1c2b2403
--- /dev/null
+++ b/resources/lang/lv/admin/users/general.php
@@ -0,0 +1,24 @@
+ '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',
+ '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.',
+ 'software_user' => 'Software Checked out to :name',
+ '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/lv/admin/users/message.php b/resources/lang/lv/admin/users/message.php
new file mode 100644
index 0000000000..8ee552afab
--- /dev/null
+++ b/resources/lang/lv/admin/users/message.php
@@ -0,0 +1,59 @@
+ '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.',
+
+
+ '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 the LDAP config file.
Error from LDAP Server:',
+ 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
+ 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
+ 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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/lv/admin/users/table.php b/resources/lang/lv/admin/users/table.php
new file mode 100644
index 0000000000..9bbe883e19
--- /dev/null
+++ b/resources/lang/lv/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/lv/auth/general.php b/resources/lang/lv/auth/general.php
new file mode 100644
index 0000000000..bf88cba77a
--- /dev/null
+++ b/resources/lang/lv/auth/general.php
@@ -0,0 +1,12 @@
+ 'Send Password Reset Link',
+ 'email_reset_password' => 'Email Password Reset',
+ 'reset_password' => 'Reset Password',
+ 'login' => 'Login',
+ 'login_prompt' => 'Please Login',
+ 'forgot_password' => 'I forgot my password',
+ 'remember_me' => 'Remember Me',
+ ];
+
diff --git a/resources/lang/lv/auth/message.php b/resources/lang/lv/auth/message.php
new file mode 100644
index 0000000000..bebf9cdd48
--- /dev/null
+++ b/resources/lang/lv/auth/message.php
@@ -0,0 +1,37 @@
+ '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 around :minutes minute(s).',
+
+ 'signin' => array(
+ 'error' => 'There was a problem while trying to log you in, please try again.',
+ 'success' => 'You have successfully logged in.',
+ ),
+
+ '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' => 'Password recovery email successfully 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.',
+ ),
+
+ 'activate' => array(
+ 'error' => 'There was a problem while trying to activate your account, please try again.',
+ 'success' => 'Your account has been successfully activated.',
+ ),
+
+);
diff --git a/resources/lang/lv/button.php b/resources/lang/lv/button.php
new file mode 100644
index 0000000000..6964689762
--- /dev/null
+++ b/resources/lang/lv/button.php
@@ -0,0 +1,15 @@
+ '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...',
+);
diff --git a/resources/lang/lv/general.php b/resources/lang/lv/general.php
new file mode 100644
index 0000000000..5a5fc5f7da
--- /dev/null
+++ b/resources/lang/lv/general.php
@@ -0,0 +1,196 @@
+ 'Accessories',
+ 'activated' => 'Activated',
+ 'accessory' => 'Accessory',
+ 'accessory_report' => 'Accessory Report',
+ 'action' => 'Action',
+ 'activity_report' => 'Activity Report',
+ 'address' => 'Address',
+ 'admin' => 'Admin',
+ 'add_seats' => 'Added seats',
+ 'all_assets' => 'All Assets',
+ 'all' => 'All',
+ 'archived' => 'Archived',
+ 'asset_models' => 'Asset Models',
+ 'asset' => 'Asset',
+ 'asset_report' => 'Asset Report',
+ 'asset_tag' => 'Asset Tag',
+ 'assets_available' => 'assets available',
+ 'assets' => 'Assets',
+ 'avatar_delete' => 'Delete Avatar',
+ 'avatar_upload' => 'Upload Avatar',
+ 'back' => 'Back',
+ 'bad_data' => 'Nothing found. Maybe bad data?',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'cancel' => 'Cancel',
+ 'categories' => 'Categories',
+ 'category' => 'Category',
+ 'change' => 'In/Out',
+ 'changeemail' => 'Change Email Address',
+ 'changepassword' => 'Change Password',
+ 'checkin' => 'Checkin',
+ 'checkin_from' => 'Checkin from',
+ 'checkout' => 'Checkout',
+ 'city' => 'City',
+ 'click_here' => 'Click here',
+ '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',
+ 'updated_at' => 'Updated at',
+ 'currency' => '$', // this is deprecated
+ 'current' => 'Current',
+ 'custom_report' => 'Custom Asset Report',
+ 'dashboard' => 'Dashboard',
+ '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',
+ 'deleted' => 'Deleted',
+ 'delete_seats' => 'Deleted Seats',
+ 'departments' => 'Departments',
+ 'department' => 'Department',
+ 'deployed' => 'Deployed',
+ 'depreciation_report' => 'Depreciation Report',
+ 'download' => 'Download',
+ '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)',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'file_name' => 'File',
+ 'file_uploads' => 'File Uploads',
+ 'generate' => 'Generate',
+ 'groups' => 'Groups',
+ 'gravatar_email' => 'Gravatar Email Address',
+ 'history' => 'History',
+ 'history_for' => 'History for',
+ 'id' => 'ID',
+ 'image_delete' => 'Delete Image',
+ 'image_upload' => 'Upload Image',
+ 'import' => 'Import',
+ 'import-history' => 'Import History',
+ 'asset_maintenance' => 'Asset Maintenance',
+ 'asset_maintenance_report' => 'Asset Maintenance Report',
+ 'asset_maintenances' => 'Asset Maintenances',
+ 'item' => 'Item',
+ 'insufficient_permissions' => 'Insufficient permissions!',
+ '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 cannot be edited in this installation.',
+ 'feature_disabled' => 'This feature has been disabled for the demo installation.',
+ 'location' => 'Location',
+ 'locations' => 'Locations',
+ 'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
+ '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',
+ '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',
+ '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',
+ 'sign_in' => 'Sign in',
+ 'signature' => 'Signature',
+ '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',
+ 'uploaded' => 'Uploaded',
+ 'user' => 'User',
+ 'accepted' => 'accepted',
+ 'declined' => 'declined',
+ 'unaccepted_asset_report' => 'Unaccepted Assets',
+ 'users' => 'Users',
+ '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.',
+ ];
diff --git a/resources/lang/lv/mail.php b/resources/lang/lv/mail.php
new file mode 100644
index 0000000000..c9a4fe182d
--- /dev/null
+++ b/resources/lang/lv/mail.php
@@ -0,0 +1,74 @@
+ '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:',
+ 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees
+ expiring in the next 60 days.',
+ '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' => 'Confirm Asset Checkin.',
+ 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.',
+ 'Confirm_accessory_delivery' => 'Confirm accessory delivery.',
+ 'Confirm_asset_delivery' => 'Confirm asset delivery.',
+ 'Confirm_consumable_delivery' => 'Confirm consumable delivery.',
+ '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:',
+ 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum
+ inventory or will soon be low.',
+ 'Item_Request_Canceled' => 'Item Request Canceled',
+ 'Item_Requested' => 'Item Requested',
+ 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.',
+ '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: ',
+ 'There_are' => '{1} There is|[2,Inf] There are',
+ 'to_reset' => 'To reset your :web password, complete this form:',
+ 'type' => 'Type',
+ 'user' => 'User:',
+ 'username' => 'Username:',
+ 'welcome' => 'Welcome :name',
+ 'welcome_to' => 'Welcome to :web!',
+ 'your_credentials' => 'Your Snipe-IT credentials',
+);
diff --git a/resources/lang/lv/pagination.php b/resources/lang/lv/pagination.php
new file mode 100644
index 0000000000..b573b51e91
--- /dev/null
+++ b/resources/lang/lv/pagination.php
@@ -0,0 +1,20 @@
+ '« Previous',
+
+ 'next' => 'Next »',
+
+);
diff --git a/resources/lang/lv/passwords.php b/resources/lang/lv/passwords.php
new file mode 100644
index 0000000000..5195a9b77c
--- /dev/null
+++ b/resources/lang/lv/passwords.php
@@ -0,0 +1,7 @@
+ 'Your password link has been sent!',
+ 'user' => 'That user does not exist or does not have an email address associated',
+];
+
diff --git a/resources/lang/lv/reminders.php b/resources/lang/lv/reminders.php
new file mode 100644
index 0000000000..e7a476e3a2
--- /dev/null
+++ b/resources/lang/lv/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/lv/table.php b/resources/lang/lv/table.php
new file mode 100644
index 0000000000..f7a49d86c1
--- /dev/null
+++ b/resources/lang/lv/table.php
@@ -0,0 +1,10 @@
+ 'Actions',
+ 'action' => 'Action',
+ 'by' => 'By',
+ 'item' => 'Item',
+
+);
diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php
new file mode 100644
index 0000000000..7a26a6515f
--- /dev/null
+++ b/resources/lang/lv/validation.php
@@ -0,0 +1,101 @@
+ "The :attribute must be accepted.",
+ "active_url" => "The :attribute is not a valid URL.",
+ "after" => "The :attribute must be a date after :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.",
+ "before" => "The :attribute must be a date before :date.",
+ "between" => array(
+ "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.",
+ ),
+ "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.",
+ "email" => "The :attribute format is invalid.",
+ "exists" => "The selected :attribute is invalid.",
+ "email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
+ "image" => "The :attribute must be an image.",
+ "in" => "The selected :attribute is invalid.",
+ "integer" => "The :attribute must be an integer.",
+ "ip" => "The :attribute must be a valid IP address.",
+ "max" => array(
+ "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.",
+ ),
+ "mimes" => "The :attribute must be a file of type: :values.",
+ "min" => array(
+ "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.",
+ ),
+ "not_in" => "The selected :attribute is invalid.",
+ "numeric" => "The :attribute must be a number.",
+ "regex" => "The :attribute format is invalid.",
+ "required" => "The :attribute field is required.",
+ "required_if" => "The :attribute field is required when :other is :value.",
+ "required_with" => "The :attribute field is required when :values is present.",
+ "required_without" => "The :attribute field is required when :values is not present.",
+ "same" => "The :attribute and :other must match.",
+ "size" => array(
+ "numeric" => "The :attribute must be :size.",
+ "file" => "The :attribute must be :size kilobytes.",
+ "string" => "The :attribute must be :size characters.",
+ ),
+ "unique" => "The :attribute has already been taken.",
+ "url" => "The :attribute format is invalid.",
+ "statuslabel_type" => "You must select a valid status label type",
+ "unique_undeleted" => "The :attribute must be unique.",
+
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => array(),
+ 'alpha_space' => "The :attribute field contains a character that is not allowed.",
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => array(),
+
+);
diff --git a/resources/lang/mn/admin/asset_maintenances/message.php b/resources/lang/mn/admin/asset_maintenances/message.php
index 9ec7382da2..77b4773bf8 100644
--- a/resources/lang/mn/admin/asset_maintenances/message.php
+++ b/resources/lang/mn/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Амжилттай үүсгэлээ.'
],
'edit' => [
- 'error' => 'Засвар өөрчлөлт хадгалагдсангүй, дахин оролдоно уу.',
- 'success' => 'Өөрчлөлт амжилттай.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Дуусаагүй',
'warranty' => 'Баталгаа',
diff --git a/resources/lang/mn/admin/custom_fields/message.php b/resources/lang/mn/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/mn/admin/custom_fields/message.php
+++ b/resources/lang/mn/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/mn/admin/settings/general.php
+++ b/resources/lang/mn/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/mn/admin/users/message.php b/resources/lang/mn/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/mn/admin/users/message.php
+++ b/resources/lang/mn/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/mn/admin/users/table.php b/resources/lang/mn/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/mn/admin/users/table.php
+++ b/resources/lang/mn/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/mn/validation.php
+++ b/resources/lang/mn/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/ms/admin/asset_maintenances/message.php b/resources/lang/ms/admin/asset_maintenances/message.php
index 373aaeed86..2b0af86f04 100644
--- a/resources/lang/ms/admin/asset_maintenances/message.php
+++ b/resources/lang/ms/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Waranti',
diff --git a/resources/lang/ms/admin/custom_fields/message.php b/resources/lang/ms/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/ms/admin/custom_fields/message.php
+++ b/resources/lang/ms/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php
index 80a166c573..a1d146014a 100644
--- a/resources/lang/ms/admin/settings/general.php
+++ b/resources/lang/ms/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versi PHP',
'php_gd_info' => 'Anda mesti pasangkan php-gd untuk paparkan kod QR, lihat arahan pemasangan.',
'php_gd_warning' => 'Pemproses imej PHP dan \'plugin\' GD TIDAK dipasang.',
+ '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 5',
+ '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' => 'Bolehkan Kod QR dahulu untuk pasang ini',
'qr_text' => 'Teks Kod QR',
'setting' => 'Tetapan',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/ms/admin/users/message.php b/resources/lang/ms/admin/users/message.php
index a53aeebdd3..77fa40aa8c 100644
--- a/resources/lang/ms/admin/users/message.php
+++ b/resources/lang/ms/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Ada isu semasa mencipta pengguna. Sila cuba lagi.',
'update' => 'Ada isu semasa mencipta pengguna. Sila cuba lagi.',
'delete' => 'Ada isu semasa menghapuskan pengguna. Sila cuba lagi.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Ada isu semasa melepakan pengguna. Sila cuba lagi. ',
'import' => 'There was an issue importing users. Please try again.',
'asset_already_accepted' => 'This asset has already been accepted.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/ms/admin/users/table.php b/resources/lang/ms/admin/users/table.php
index b36029410f..7ab2ca7208 100644
--- a/resources/lang/ms/admin/users/table.php
+++ b/resources/lang/ms/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Lokasi',
'lock_passwords' => 'Login details cannot be changed on this installation.',
'manager' => 'Pengurus',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nama',
'notes' => 'Notes',
'password_confirm' => 'Sahkan kata laluan',
diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php
index 24d6cdf3fb..c874a5d3e1 100644
--- a/resources/lang/ms/validation.php
+++ b/resources/lang/ms/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute format tidak sah.",
"exists" => "Piliah :attribute tidak sah.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute mesti imej.",
"in" => "Piliah :attribute tidak sah.",
"integer" => ":attribute mesti integer.",
diff --git a/resources/lang/nl/admin/asset_maintenances/message.php b/resources/lang/nl/admin/asset_maintenances/message.php
index 837bc2f320..f5dfbe028b 100644
--- a/resources/lang/nl/admin/asset_maintenances/message.php
+++ b/resources/lang/nl/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Materiaal onderhoud is met succes aangemaakt.'
],
'edit' => [
- 'error' => 'Materiaal onderhoud is niet aangepast, probeer het nogmaals.',
- 'success' => 'Materiaal onderhoud is met succes aangepast.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Nog niet voltooid',
'warranty' => 'Garantie',
diff --git a/resources/lang/nl/admin/custom_fields/message.php b/resources/lang/nl/admin/custom_fields/message.php
index f792fa8133..ee71f94c98 100644
--- a/resources/lang/nl/admin/custom_fields/message.php
+++ b/resources/lang/nl/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Veldverzameling is niet aangemaakt, probeer het opnieuw.',
diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php
index ae9e624ba4..c407745d9e 100644
--- a/resources/lang/nl/admin/settings/general.php
+++ b/resources/lang/nl/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP E-mail',
'load_remote_text' => 'Remote Scripts',
'load_remote_help_text' => 'Deze Snipe-IT installatie kan scripts van de buitenwereld laden.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Beperk gebruikers (ook admins) die gekoppeld zijn aan hun bedrijf tot hun bedrijfsproducten.',
'full_multiple_companies_support_text' => 'Volledige meerdere bedrijven ondersteuning',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP versie',
'php_gd_info' => 'Je moet php-gd installeren om QR codes te laten zien, zie installatie instructies.',
'php_gd_warning' => 'PHP Image Processing en GD plugin zijn NIET geïnstalleerd.',
+ '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 5',
+ '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' => 'Schakel QR codes eerst in om dit in te kunnen stellen',
'qr_text' => 'QR Code tekst',
'setting' => 'Instelling',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'b',
'height_h' => 'h',
'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' => 'Twee factor authenticatie',
'two_factor_secret' => 'Twee factor code',
'two_factor_enrollment' => 'Twee factor uitrol',
diff --git a/resources/lang/nl/admin/users/message.php b/resources/lang/nl/admin/users/message.php
index 9ba0a16059..afc7780fd0 100644
--- a/resources/lang/nl/admin/users/message.php
+++ b/resources/lang/nl/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Er was een probleem tijdens het aanmaken van de gebruiker. Probeer opnieuw, aub.',
'update' => 'Er was een probleem tijdens het bijwerken van de gebruiker. Probeer opnieuw, aub.',
'delete' => 'Er was een probleem tijdens het verwijderen van de gebruiker. Probeer opnieuw, aub.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Er was een probleem tijdens het opnieuw inschakelen van de gebruiker. Probeer opnieuw, aub.',
'import' => 'Er was een probleem met het importeren van de gebruikers. Probeer het opnieuw.',
'asset_already_accepted' => 'Dit product is al geaccepteerd.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Kan niet verbinden met de LDAP server. Controleer je LDAP server configuratie in de LDAP configuratie bestand.
Fout van LDAP server: ',
'ldap_could_not_search' => 'Kan niet zoeken in de LDAP server. Controleer je LDAP server configuratie in de LDAP configuratie bestand.
Fout van LDAP server:',
'ldap_could_not_get_entries' => 'Kan geen gegeven van de LDAP server krijgen. Controleer je LDAP server configuratie in de LDAP configuratie bestand.
Fout van 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(
diff --git a/resources/lang/nl/admin/users/table.php b/resources/lang/nl/admin/users/table.php
index ed47210835..f698b53bde 100644
--- a/resources/lang/nl/admin/users/table.php
+++ b/resources/lang/nl/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Locatie',
'lock_passwords' => 'Login gegevens kunnen niet worden gewijzigd in deze installatie.',
'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Naam',
'notes' => 'Notities',
'password_confirm' => 'Bevestig uw wachtwoord',
diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php
index bb49737e05..5389a6bf41 100644
--- a/resources/lang/nl/validation.php
+++ b/resources/lang/nl/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Het formaat van :attribute is ongeldig.",
"exists" => "Het geselecteerde kenmerk :attribute is ongeldig.",
"email_array" => "Een of meerdere e-mail adressen kloppen niet.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute moet een afbeelding zijn.",
"in" => "Het geselecteerde kenmerk :attribute is ongeldig.",
"integer" => ":attribute moet van het type integer zijn.",
diff --git a/resources/lang/no/admin/asset_maintenances/message.php b/resources/lang/no/admin/asset_maintenances/message.php
index 5bae887af6..69b5cf8afb 100644
--- a/resources/lang/no/admin/asset_maintenances/message.php
+++ b/resources/lang/no/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Vedlikeholdet ble opprettet.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Enda Ikke fullført',
'warranty' => 'Garanti',
diff --git a/resources/lang/no/admin/custom_fields/message.php b/resources/lang/no/admin/custom_fields/message.php
index ae939613a3..c65bc1cb3d 100644
--- a/resources/lang/no/admin/custom_fields/message.php
+++ b/resources/lang/no/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Feltsettet ble ikke opprettet, vennligst prøv igjen.',
diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php
index 3c131b73da..34846ded71 100644
--- a/resources/lang/no/admin/settings/general.php
+++ b/resources/lang/no/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP E-post',
'load_remote_text' => 'Eksterne Skript',
'load_remote_help_text' => 'Denne Snipe-IT-installasjonen kan laste skript fra Internett.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.',
'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP-versjon',
'php_gd_info' => 'Du må installere php-gd for å vise QR-koder. Se installasjonsinstruksjoner.',
'php_gd_warning' => 'PHP bildebehandling og GD-plugin er IKKE installert.',
+ '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 5',
+ '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' => 'Aktiver QR-koder først for å velge denne',
'qr_text' => 'Tekst QR-kode',
'setting' => 'Innstilling',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'b',
'height_h' => 'h',
'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' => 'To-faktor autentisering',
'two_factor_secret' => 'To-faktor kode',
'two_factor_enrollment' => 'To-faktor registrering',
diff --git a/resources/lang/no/admin/users/message.php b/resources/lang/no/admin/users/message.php
index c0b0f585fc..358e4f982d 100644
--- a/resources/lang/no/admin/users/message.php
+++ b/resources/lang/no/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Det oppstod et problem under opprettelse av bruker. Prøv igjen.',
'update' => 'Det oppstod et problem under oppdatering av bruker. Prøv igjen.',
'delete' => 'Det oppstod et problem under sletting av bruker. Prøv igjen.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Det oppstod et problem under aktivering av bruker. Prøv igjen.',
'import' => 'Det oppstod et problem under import av brukere. Prøv igjen.',
'asset_already_accepted' => 'Denne eiendelen er allerede akseptert.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Kunne ikke opprette tilkopling til LDAP-server. Sjekk LDAP-innstillingene i konfigurasjonsfilen.
Feil fra LDAP-server: ',
'ldap_could_not_search' => 'Kunne ikke utføre søk på LDAP-serveren. Sjekk LDAP-innstillingene i konfigurasjonsfilen.
Feil fra LDAP-server:',
'ldap_could_not_get_entries' => 'Fikk ingen oppføringer fra LDAP-serveren. Sjekk LDAP-innstillingene i konfigurasjonsfilen.
Feil fra 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(
diff --git a/resources/lang/no/admin/users/table.php b/resources/lang/no/admin/users/table.php
index f8a664c8a4..3653bf7819 100644
--- a/resources/lang/no/admin/users/table.php
+++ b/resources/lang/no/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Lokasjon',
'lock_passwords' => 'Innloggingsdetaljer kan ikke endres i denne installasjonen.',
'manager' => 'Overordnet',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Navn',
'notes' => 'Notater',
'password_confirm' => 'Bekreft passord',
diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php
index defab0fde1..f50883c19c 100644
--- a/resources/lang/no/validation.php
+++ b/resources/lang/no/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Attributtet :attribute er ugyldig.",
"exists" => "Valgt attributt :attribute er ugyldig.",
"email_array" => "En eller flere e-postadresser er ugyldig.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "Attributtet :attribute må være et bilde.",
"in" => "Det valgte attributtet :attribute er ugyldig.",
"integer" => "Attributtet :attribute må være et heltall.",
diff --git a/resources/lang/pl/admin/asset_maintenances/message.php b/resources/lang/pl/admin/asset_maintenances/message.php
index 4e384f235a..62fe2e247f 100644
--- a/resources/lang/pl/admin/asset_maintenances/message.php
+++ b/resources/lang/pl/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Konserwacja aktywa utworzona pomyślnie.'
],
'edit' => [
- 'error' => 'Edycja konserwacja aktywa nie została zapisana, spróbuj ponownie.',
- 'success' => 'Konserwacja aktywa edytowana pomyślnie.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Nieukończone',
'warranty' => 'Gwarancja',
diff --git a/resources/lang/pl/admin/custom_fields/message.php b/resources/lang/pl/admin/custom_fields/message.php
index 2b25c61117..f108a67a00 100644
--- a/resources/lang/pl/admin/custom_fields/message.php
+++ b/resources/lang/pl/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Zestaw pól nie został utworzony, spróbuj ponownie.',
diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php
index 716112c6fb..1127680b41 100644
--- a/resources/lang/pl/admin/settings/general.php
+++ b/resources/lang/pl/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'E-mail pracownika LDAP',
'load_remote_text' => 'Skrypty zdalne',
'load_remote_help_text' => 'Ta instalacja Snipe-IT może załadować skrypty z zewnętrznego świata.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Ograniczenie do użytkowników',
'full_multiple_companies_support_text' => 'Wsparcie dla wielu firm',
@@ -71,6 +73,12 @@ return array(
'php' => 'Wersja PHP',
'php_gd_info' => 'Aby wyświetlić kody QR wymagana jest instalacja php-gd, sprawdź instrukcję.',
'php_gd_warning' => 'PHP Image Processing i GD plugin nie są zainstalowane.',
+ '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 5',
+ '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' => 'Aby użyć tej opcji odblokuj Kody QR',
'qr_text' => 'Tekst kodu QR',
'setting' => 'Ustawienie',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'szerokość',
'height_h' => 'wysokość',
'text_pt' => 'piksel',
+ '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' => 'Autoryzacja dwuskładnikowa',
'two_factor_secret' => 'Kod jednorazowy',
'two_factor_enrollment' => 'Two-Factor Enrollment',
diff --git a/resources/lang/pl/admin/users/message.php b/resources/lang/pl/admin/users/message.php
index 9d14d9a35a..3ca4a368d9 100644
--- a/resources/lang/pl/admin/users/message.php
+++ b/resources/lang/pl/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Podczas tworzenia użytkownika wystąpił problem. Spróbuj ponownie.',
'update' => 'Podczas aktualizacji użytkownika wystąpił problem. Spróbuj ponownie.',
'delete' => 'Wystąpił błąd podczas usuwania użytkownika. Spróbuj ponownie.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Wystąpił problem podczas odblokowania użytkownika. Spróbuj ponownie.',
'import' => 'Podczas importowania użytkowników wystąpił błąd. Spróbuj ponownie.',
'asset_already_accepted' => 'Aktywo zostało już zaakceptowane.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Nie udało się połączyć z serwerem LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP: ',
'ldap_could_not_search' => 'Nie udało się przeszukać serwera LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP:',
'ldap_could_not_get_entries' => 'Nie udało się pobrać pozycji z serwera LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/pl/admin/users/table.php b/resources/lang/pl/admin/users/table.php
index 243fd40c55..1cdc62d840 100644
--- a/resources/lang/pl/admin/users/table.php
+++ b/resources/lang/pl/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Lokalizacja',
'lock_passwords' => 'Szczegóły loginu nie mogą zostać zmienione dla tej instalacji.',
'manager' => 'Kierownik',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nazwa',
'notes' => 'Uwagi',
'password_confirm' => 'Potwierdź hasło',
diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php
index fb74a8fdb1..866700e1be 100644
--- a/resources/lang/pl/validation.php
+++ b/resources/lang/pl/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Format pola :attribute jest niewłaściwy.",
"exists" => "Wybrane :attribute jest niewłaściwe.",
"email_array" => "Jeden lub więcej wprowadzonych adresów jest nieprawidłowy.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute musi być obrazkiem.",
"in" => "Wybrane :attribute jest niewłaściwe.",
"integer" => ":attribute must musi być liczbą całkowitą.",
diff --git a/resources/lang/pt-BR/admin/asset_maintenances/message.php b/resources/lang/pt-BR/admin/asset_maintenances/message.php
index e52948b9a7..dc3535eeb7 100644
--- a/resources/lang/pt-BR/admin/asset_maintenances/message.php
+++ b/resources/lang/pt-BR/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Manutenção do ativo criada com sucesso.'
],
'edit' => [
- 'error' => 'Manutenção de ativos não foi alterada, por favor tente novamente.',
- 'success' => 'Manutenção de ativo alterada com sucesso.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Não foi Completada Ainda',
'warranty' => 'Garantia',
diff --git a/resources/lang/pt-BR/admin/custom_fields/message.php b/resources/lang/pt-BR/admin/custom_fields/message.php
index f6e4910651..fac6a6adff 100644
--- a/resources/lang/pt-BR/admin/custom_fields/message.php
+++ b/resources/lang/pt-BR/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'O Conjunto de campos não foi criado, por favor tente novamente.',
diff --git a/resources/lang/pt-BR/admin/departments/message.php b/resources/lang/pt-BR/admin/departments/message.php
index d65f4fbb2b..d2de2830b0 100644
--- a/resources/lang/pt-BR/admin/departments/message.php
+++ b/resources/lang/pt-BR/admin/departments/message.php
@@ -2,20 +2,20 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => 'Departamento não existe.',
+ 'assoc_users' => 'Este departamento esta atualmente associado a pelo menos um usuário e não pode ser deletado. Por favor atualize seus usuários para não fazer mais referência a este departamento e tente novamente. ',
'create' => array(
- 'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.'
+ 'error' => 'O departamento não foi criado, por favor tente novamente.',
+ 'success' => 'Departamento criado com sucesso.'
),
'update' => array(
- 'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.'
+ 'error' => 'Departamento não foi atualizado, por favor, tente novamente',
+ 'success' => 'Departamento atualizado com sucesso.'
),
'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.'
+ 'confirm' => 'Tem certeza que deseja excluir este departamento?',
+ 'error' => 'Houve um problema de exclusão no departamento. Por favor, tente novamente.',
+ 'success' => 'O departamento foi excluído com sucesso.'
)
);
diff --git a/resources/lang/pt-BR/admin/departments/table.php b/resources/lang/pt-BR/admin/departments/table.php
index 76494247be..7343657993 100644
--- a/resources/lang/pt-BR/admin/departments/table.php
+++ b/resources/lang/pt-BR/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
- 'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'name' => 'Nome do departamento',
+ 'manager' => 'Gerente',
+ 'location' => 'Localização',
+ 'create' => 'Criar departamento',
+ 'update' => 'Atualizar Departamento',
);
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
index 48027d1669..2646d4f061 100644
--- a/resources/lang/pt-BR/admin/hardware/message.php
+++ b/resources/lang/pt-BR/admin/hardware/message.php
@@ -47,7 +47,7 @@ return array(
'delete' => array(
'confirm' => 'Tem certeza de que deseja excluir este ativo?',
'error' => 'Houve um problema ao excluir o ativo. Tente novamente.',
- 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'nothing_updated' => 'Nenhum ativo foi selecionado, então nada foi deletado.',
'success' => 'O ativo foi excluído com sucesso.'
),
diff --git a/resources/lang/pt-BR/admin/models/message.php b/resources/lang/pt-BR/admin/models/message.php
index d6333bba57..37ab5b1902 100644
--- a/resources/lang/pt-BR/admin/models/message.php
+++ b/resources/lang/pt-BR/admin/models/message.php
@@ -29,8 +29,8 @@ return array(
),
'bulkedit' => array(
- 'error' => 'No fields were changed, so nothing was updated.',
- 'success' => 'Models updated.'
+ 'error' => 'Nenhum campo foi alterado, então nada foi atualizado.',
+ 'success' => 'Modelos atualizados.'
),
);
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
index 462e3081a6..34b0383679 100644
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'Email',
'load_remote_text' => 'Scripts Remotos',
'load_remote_help_text' => 'Esta instalação do Snipe-IT pode carregar qualquer scripts do mundo.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.',
'full_multiple_companies_support_text' => 'Suporte multi-empresa completo',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versão do PHP',
'php_gd_info' => 'Você deve instalar o php-gd para exibir códigos QR, veja as instruções de instalação.',
'php_gd_warning' => 'O plugin PHP Image Processing and GD NÃO está instalado.',
+ '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 5',
+ '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' => 'Habilite os Códigos QR primeiro para definir isto',
'qr_text' => 'Texto do Código QR',
'setting' => 'Configuração',
@@ -90,7 +98,7 @@ return array(
'about_settings_text' => 'Estas configurações permitem personalizar alguns aspectos da instalação.',
'labels_per_page' => 'Etiquetas por página',
'label_dimensions' => 'Dimensões das etiquetas (polegadas)',
- 'next_auto_tag_base' => 'Next auto-increment',
+ 'next_auto_tag_base' => 'Próximo auto incremento',
'page_padding' => 'Margens da página (polegadas)',
'purge' => 'Limpar Registros Excluídos',
'labels_display_bgutter' => 'Margem inferior da etiqueta',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'largura',
'height_h' => 'altura',
'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' => 'Autenticação em dois passos',
'two_factor_secret' => 'Código de autenticação em dois passos',
'two_factor_enrollment' => 'Ativação de autenticação em dois passos',
diff --git a/resources/lang/pt-BR/admin/users/message.php b/resources/lang/pt-BR/admin/users/message.php
index d211d7ea56..a8b135771e 100644
--- a/resources/lang/pt-BR/admin/users/message.php
+++ b/resources/lang/pt-BR/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Houve um problema ao criar o usuário. Tente novamente.',
'update' => 'Houve um problema ao atualizar o usuário. Tente novamente.',
'delete' => 'Houve um problema ao excluir o usuário. Tente novamente.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Houve um problema ao remover a suspensão do usuário. Tente novamente.',
'import' => 'Houve um problema ao importar usuários. Tente novamente.',
'asset_already_accepted' => 'Este ativo já foi aceito.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Não foi possível se ligar ao servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.
Erro do Servidor LDAP: ',
'ldap_could_not_search' => 'Não foi possível procurar o servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.
Erro do Servidor LDAP:',
'ldap_could_not_get_entries' => 'Não foi possível obter informações do servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.
Erro do Servidor LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/pt-BR/admin/users/table.php b/resources/lang/pt-BR/admin/users/table.php
index 5f751c01d0..528d268df9 100644
--- a/resources/lang/pt-BR/admin/users/table.php
+++ b/resources/lang/pt-BR/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Local',
'lock_passwords' => 'Detalhes de login não podem ser alterados nesta instalação.',
'manager' => 'Gerenciador',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nome',
'notes' => 'Notas',
'password_confirm' => 'Confirmar Senha',
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index d061c23afa..9521c318ae 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -27,7 +27,7 @@
'cancel' => 'Cancelar',
'categories' => 'Categorias',
'category' => 'Categoria',
- 'change' => 'In/Out',
+ 'change' => 'Entrada/Saída',
'changeemail' => 'Alterar Endereço de E-mail',
'changepassword' => 'Alterar Senha',
'checkin' => 'Check-in',
@@ -58,8 +58,8 @@
'delete' => 'Deletar',
'deleted' => 'Excluído',
'delete_seats' => 'Utilizadores apagados',
- 'departments' => 'Departments',
- 'department' => 'Department',
+ 'departments' => 'Departamentos',
+ 'department' => 'Departamento',
'deployed' => 'Implantado',
'depreciation_report' => 'Relatório de Depreciações',
'download' => 'Download',
@@ -145,14 +145,14 @@
'select' => 'Selecionar',
'search' => 'Buscar',
'select_category' => 'Selecione uma categoria',
- 'select_department' => 'Select a Department',
+ 'select_department' => 'Selecione um Departamento',
'select_depreciation' => 'Selecionar um Tipo de Depreciação',
'select_location' => 'Selecionar um Local',
'select_manufacturer' => 'Selecionar um Fabricante',
'select_model' => 'Selecionar um Modelo',
'select_supplier' => 'Selecionar um Fornecedor',
'select_user' => 'Selecionar um Usuário',
- 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_date' => 'Selecione data (AAAA-MM-DD)',
'select_statuslabel' => 'Selecionar Estado',
'select_company' => 'Selecione a empresa',
'select_asset' => 'Selecionar Ativo',
diff --git a/resources/lang/pt-BR/mail.php b/resources/lang/pt-BR/mail.php
index 20baf7c245..7450f860b8 100644
--- a/resources/lang/pt-BR/mail.php
+++ b/resources/lang/pt-BR/mail.php
@@ -45,7 +45,7 @@ return array(
'Low_Inventory_Report' => 'Relatório de baixas de inventario',
'min_QTY' => 'Qtde. Min',
'name' => 'Nome',
- 'new_item_checked' => 'Um novo item foi atribuído a ti, os detalhes estão abaixo.',
+ 'new_item_checked' => 'Um novo item foi feito Check-out em seu nome, detalhes abaixo.',
'password' => 'Senha:',
'password_reset' => 'Redefinir Senha',
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index fd87afb4ed..583c4723c3 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "O formato de :attribute é inválido.",
"exists" => "O :attribute selecionado é inválido.",
"email_array" => "Um ou mais endereços de email são invalidos.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "O :attribute deve ser uma imagem.",
"in" => "O :attribute selecionado é inválido.",
"integer" => "O :attribute deve ser um número inteiro.",
diff --git a/resources/lang/pt-PT/admin/asset_maintenances/message.php b/resources/lang/pt-PT/admin/asset_maintenances/message.php
index bffc02be92..97573acc92 100644
--- a/resources/lang/pt-PT/admin/asset_maintenances/message.php
+++ b/resources/lang/pt-PT/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Manutenção do artigo criada com sucesso.'
],
'edit' => [
- 'error' => 'Manutenção do artigo não foi editada, por favor tente novamente.',
- 'success' => 'Manutenção do artigo criada com sucesso.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Incompleto',
'warranty' => 'Garantia',
diff --git a/resources/lang/pt-PT/admin/custom_fields/message.php b/resources/lang/pt-PT/admin/custom_fields/message.php
index b5ab5102bf..92bc0cd5d3 100644
--- a/resources/lang/pt-PT/admin/custom_fields/message.php
+++ b/resources/lang/pt-PT/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'O Conjunto de campos não foi criado, por favor tente novamente.',
diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php
index 5864b73c70..878bd0c061 100644
--- a/resources/lang/pt-PT/admin/settings/general.php
+++ b/resources/lang/pt-PT/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'Email LDAP',
'load_remote_text' => 'Scripts Remotos',
'load_remote_help_text' => 'Esta instalação do Snipe-IT pode carregar scripts do mundo exterior.',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.',
'full_multiple_companies_support_text' => 'Suporte multi-empresa completo',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versão do PHP',
'php_gd_info' => 'Deve instalar a extensão php-gd para mostrar códigos QR, veja as instruções de instalação.',
'php_gd_warning' => 'O Processamento de Imagem PHP e o plugin GD não estão instalados.',
+ '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 5',
+ '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' => 'Ative os códigos QR antes da configuração',
'qr_text' => 'Texto do Código QR',
'setting' => 'Configuração',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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' => 'Autenticação em dois passos',
'two_factor_secret' => 'Código de autenticação em dois passos',
'two_factor_enrollment' => 'Ativação de autenticação em dois passos',
diff --git a/resources/lang/pt-PT/admin/users/message.php b/resources/lang/pt-PT/admin/users/message.php
index bd1722b4c1..5ca7847827 100644
--- a/resources/lang/pt-PT/admin/users/message.php
+++ b/resources/lang/pt-PT/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Ocorreu um problema ao criar o utilizador. Por favor, tente novamente.',
'update' => 'Ocorreu um problema ao atualizar o utilizador. Por favor, tente novamente.',
'delete' => 'Ocorreu um problema ao remover o utilizador. Por favor, tente novamente.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Ocorreu um problema ao retirar a suspensão ao utilizador. Por favor, tente novamente.',
'import' => 'Ocorreu um problema ao importar os utilizadores. Por favor, tente novamente.',
'asset_already_accepted' => 'Este artigo já foi aceite.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Não foi possível estabelecer uma vinculação com o servidor LDAP. Por favor, verifique a configuração de servidor no ficheiro de configuração.
Error do Servidor LDAP: ',
'ldap_could_not_search' => 'Não foi possível pesquisar no servidor LDAP. Por favor, verifique a configuração de servidor no ficheiro de configuração.
Error do Servidor LDAP:',
'ldap_could_not_get_entries' => 'Não foi possível obter registos do servidor LDAP. Por favor, verifique a configuração de servidor no ficheiro de configuração.
Error do Servidor LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/pt-PT/admin/users/table.php b/resources/lang/pt-PT/admin/users/table.php
index 16835a7287..7eba8add87 100644
--- a/resources/lang/pt-PT/admin/users/table.php
+++ b/resources/lang/pt-PT/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Localização',
'lock_passwords' => 'Detalhes de autenticação não podem ser alterados nesta instalação.',
'manager' => 'Responsável',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nome',
'notes' => 'Notas',
'password_confirm' => 'Confirmar palavra-passe',
diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php
index 2091a3d9f0..cd7e6abb77 100644
--- a/resources/lang/pt-PT/validation.php
+++ b/resources/lang/pt-PT/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "O formato do :attribute é inválido.",
"exists" => "O :attribute é inválido.",
"email_array" => "Um ou mais endereços de email são invalidos.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "O :attribute tem que ser uma imagem.",
"in" => "O :attribute selecionado é inválido.",
"integer" => "O :attribute tem que ser um inteiro.",
diff --git a/resources/lang/ro/admin/asset_maintenances/message.php b/resources/lang/ro/admin/asset_maintenances/message.php
index d121115825..83fbf698d6 100644
--- a/resources/lang/ro/admin/asset_maintenances/message.php
+++ b/resources/lang/ro/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty',
diff --git a/resources/lang/ro/admin/custom_fields/message.php b/resources/lang/ro/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/ro/admin/custom_fields/message.php
+++ b/resources/lang/ro/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php
index 795f964b34..deb1cbb26a 100644
--- a/resources/lang/ro/admin/settings/general.php
+++ b/resources/lang/ro/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'php' => 'Versiune PHP',
'php_gd_info' => 'Trebuie sa instalati php-gd ca sa afisati coduri QR, verificati instructiunile de instalare.',
'php_gd_warning' => 'PHP Image Processing si GD plugin NU sunt instalate.',
+ '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 5',
+ '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' => 'Activeaza codurile QR inainte sa setati asta',
'qr_text' => 'Text cod QR',
'setting' => 'Setare',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/ro/admin/users/message.php b/resources/lang/ro/admin/users/message.php
index 2809bc586a..ba6dba3025 100644
--- a/resources/lang/ro/admin/users/message.php
+++ b/resources/lang/ro/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'A aparut o problema la crearea utilizatorului. Incercati iar.',
'update' => 'A aparut o problema la actualizarea utilizatorului. Incercati iar.',
'delete' => 'A aparut o problema la stergerea utilizatorului. Incercati iar.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'A aparut o problema la reactivarea utilizatorului. Incercati iar.',
'import' => 'There was an issue importing users. Please try again.',
'asset_already_accepted' => 'This asset has already been accepted.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/ro/admin/users/table.php b/resources/lang/ro/admin/users/table.php
index 6bfe733243..4c5bc6d917 100644
--- a/resources/lang/ro/admin/users/table.php
+++ b/resources/lang/ro/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Locatie',
'lock_passwords' => 'Login details cannot be changed on this installation.',
'manager' => 'Manager',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Nume',
'notes' => 'Notes',
'password_confirm' => 'Confirma parola',
diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php
index 1c35f88bc7..92e70ef353 100644
--- a/resources/lang/ro/validation.php
+++ b/resources/lang/ro/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Formatul :attribute nu este valid.",
"exists" => ":attribute selectat nu e valid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute trebuie sa fie o imagine.",
"in" => ":attribute selectat nu este valid.",
"integer" => ":attribute trebuie sa fie numar intreg.",
diff --git a/resources/lang/ru/admin/asset_maintenances/message.php b/resources/lang/ru/admin/asset_maintenances/message.php
index 28e50d8ac2..d1b540a9a6 100644
--- a/resources/lang/ru/admin/asset_maintenances/message.php
+++ b/resources/lang/ru/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Выполнено.'
],
'edit' => [
- 'error' => 'Обслуживание Активов не было изменено, пожалуйста, попробуйте еще раз.',
- 'success' => 'Обслуживание Активов изменено успешно.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Ещё не готово',
'warranty' => 'Гарантия',
diff --git a/resources/lang/ru/admin/custom_fields/message.php b/resources/lang/ru/admin/custom_fields/message.php
index d09f7e3a50..663cb7fe76 100644
--- a/resources/lang/ru/admin/custom_fields/message.php
+++ b/resources/lang/ru/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Набор полей не был создан, попробуйте ещё раз.',
diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php
index 4daa4a302c..36148c139f 100644
--- a/resources/lang/ru/admin/settings/general.php
+++ b/resources/lang/ru/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'Email LDAP',
'load_remote_text' => 'Внешние скрипты',
'load_remote_help_text' => 'Данная установка Snipe-IT может загружать внешние скрипты.',
+ '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',
'logo' => 'Логотип',
'full_multiple_companies_support_help_text' => 'Ограничить доступ пользователям (включая админов) только активами их компаний.',
'full_multiple_companies_support_text' => 'Полная поддержка нескольких компаний',
@@ -71,6 +73,12 @@ return array(
'php' => 'Версия PHP',
'php_gd_info' => 'Для отображения QR кодов необходимо установить модуль php-gd.',
'php_gd_warning' => 'Библиотеки PHP Image Processing и GD plugin не установлены.',
+ '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 5',
+ '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' => 'Включить QR коды',
'qr_text' => 'Текст QR кода',
'setting' => 'Настройка',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'ширина',
'height_h' => 'высота',
'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_secret' => 'Двухфакторный код',
'two_factor_enrollment' => 'Двухфакторная регистрация',
diff --git a/resources/lang/ru/admin/users/message.php b/resources/lang/ru/admin/users/message.php
index be4aa32cd2..2e4c67c96c 100644
--- a/resources/lang/ru/admin/users/message.php
+++ b/resources/lang/ru/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'При создании пользователя возникла проблема. Пожалуйста попробуйте снова.',
'update' => 'При изменении пользователя возникла проблема. Пожалуйста попробуйте снова.',
'delete' => 'При удалении пользователя возникла проблема. Пожалуйста попробуйте снова.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'При разморозке пользователя возникла проблема. Пожалуйста попробуйте снова.',
'import' => 'При импорте пользователей произошла ошибка. Попробуйте еще раз.',
'asset_already_accepted' => 'Этот актив уже был принят.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Не могу связаться (bind) с сервером LDAP. Проверьте настройки LDAP сервера в файле конфигурации LDAP.
Ошибка от LDAP сервера: ',
'ldap_could_not_search' => 'Не могу найти сервер LDAP. Проверьте настройки LDAP сервера в файле конфигурации LDAP.
Ошибка от LDAP сервера:',
'ldap_could_not_get_entries' => 'Не могу загрузить записи с сервера LDAP. Проверьте настройки LDAP сервера в файле конфигурации LDAP.
Ошибка от LDAP сервера:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/ru/admin/users/table.php b/resources/lang/ru/admin/users/table.php
index 1dc3930423..1be40a3d74 100644
--- a/resources/lang/ru/admin/users/table.php
+++ b/resources/lang/ru/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Расположение',
'lock_passwords' => 'Подробности логина не могут быть изменены на этой конфигурации.',
'manager' => 'Руководитель',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Имя',
'notes' => 'Заметки',
'password_confirm' => 'Подтверждение пароля',
diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php
index 5fe4cc3288..7353e9c6bd 100644
--- a/resources/lang/ru/validation.php
+++ b/resources/lang/ru/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Неправильный формат :attribute.",
"exists" => "Выбранный :attribute неправильный.",
"email_array" => "Один или несколько адресов эл. почты являются недействительным.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute должен быть изображением.",
"in" => "Выбранный :attribute неправильный.",
"integer" => ":attribute должно быть числом.",
diff --git a/resources/lang/sv-SE/admin/asset_maintenances/message.php b/resources/lang/sv-SE/admin/asset_maintenances/message.php
index c5a7ef4fd6..0291f4c41c 100644
--- a/resources/lang/sv-SE/admin/asset_maintenances/message.php
+++ b/resources/lang/sv-SE/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Inventarieunderhållet skapades.'
],
'edit' => [
- 'error' => 'Inventarieunderhållet redigerades inte. Var god försök igen.',
- 'success' => 'Inventarieunderhållet redigerades.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Inte klar ännu',
'warranty' => 'Garanti',
diff --git a/resources/lang/sv-SE/admin/custom_fields/message.php b/resources/lang/sv-SE/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/sv-SE/admin/custom_fields/message.php
+++ b/resources/lang/sv-SE/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php
index 25cb698122..42a6ff8620 100644
--- a/resources/lang/sv-SE/admin/settings/general.php
+++ b/resources/lang/sv-SE/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/sv-SE/admin/users/message.php b/resources/lang/sv-SE/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/sv-SE/admin/users/message.php
+++ b/resources/lang/sv-SE/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/sv-SE/admin/users/table.php b/resources/lang/sv-SE/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/sv-SE/admin/users/table.php
+++ b/resources/lang/sv-SE/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/sv-SE/validation.php
+++ b/resources/lang/sv-SE/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/ta/admin/asset_maintenances/message.php b/resources/lang/ta/admin/asset_maintenances/message.php
index d121115825..83fbf698d6 100644
--- a/resources/lang/ta/admin/asset_maintenances/message.php
+++ b/resources/lang/ta/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Asset Maintenance created successfully.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty',
diff --git a/resources/lang/ta/admin/custom_fields/message.php b/resources/lang/ta/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/ta/admin/custom_fields/message.php
+++ b/resources/lang/ta/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php
index ee99da53d4..43195baa4c 100644
--- a/resources/lang/ta/admin/settings/general.php
+++ b/resources/lang/ta/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'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 5',
+ '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',
'setting' => 'Setting',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/ta/admin/users/message.php b/resources/lang/ta/admin/users/message.php
index 36bb0a9a9d..8ee552afab 100644
--- a/resources/lang/ta/admin/users/message.php
+++ b/resources/lang/ta/admin/users/message.php
@@ -31,6 +31,7 @@ return 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.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
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(
diff --git a/resources/lang/ta/admin/users/table.php b/resources/lang/ta/admin/users/table.php
index 56a5354d69..9bbe883e19 100644
--- a/resources/lang/ta/admin/users/table.php
+++ b/resources/lang/ta/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'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',
diff --git a/resources/lang/ta/validation.php b/resources/lang/ta/validation.php
index c39da95df0..7a26a6515f 100644
--- a/resources/lang/ta/validation.php
+++ b/resources/lang/ta/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
diff --git a/resources/lang/th/admin/asset_maintenances/message.php b/resources/lang/th/admin/asset_maintenances/message.php
index fc96db07ca..b034c63e3e 100644
--- a/resources/lang/th/admin/asset_maintenances/message.php
+++ b/resources/lang/th/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'สร้างการซ่อมบำรุงสินทรัพย์เรียบร้อยแล้ว'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'ยังไม่แล้วเสร็จ',
'warranty' => 'การรับประกัน',
diff --git a/resources/lang/th/admin/custom_fields/message.php b/resources/lang/th/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/th/admin/custom_fields/message.php
+++ b/resources/lang/th/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php
index e6c267c839..48abc3543d 100644
--- a/resources/lang/th/admin/settings/general.php
+++ b/resources/lang/th/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'โลโก้',
'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',
@@ -71,6 +73,12 @@ return array(
'php' => 'เวอร์ชัน PHP',
'php_gd_info' => 'คุณต้องติดตั้ง php-gd เพื่อแสดง QR codes, ดูในคู่มือการติดตั้ง',
'php_gd_warning' => 'ยังไม่ได้ติดตั้ง PHP imgae processing และ GD plugin',
+ '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 5',
+ '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' => 'เปิดใช้งาน QR Codes ก่อนการตั้งค่านี้',
'qr_text' => 'QR Code Text',
'setting' => 'การตั้งค่า',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/th/admin/users/message.php b/resources/lang/th/admin/users/message.php
index ff59c2239c..0e1275134f 100644
--- a/resources/lang/th/admin/users/message.php
+++ b/resources/lang/th/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'มีปัญหาระหว่างการสร้างผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'update' => 'มีปัญหาระหว่างปรับปรุงข้อมูลผู้ใช้ กรุณาลองใหม่อีกครั้ง',
'delete' => 'มีปัญหาระหว่างลบผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'มีปัญหาระหว่างการยกเลิกการระงับผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'import' => 'มีปัญหาระหว่างการนำเข้าผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'asset_already_accepted' => 'ทรัพย์สินนี้ได้รับการยอมรับแล้ว',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'ไม่สามารถผูกกับ LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก LDAP Server: ',
'ldap_could_not_search' => 'ไม่สามารถค้นหา LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก LDAP Server:',
'ldap_could_not_get_entries' => 'ไม่สามารถดึงข้อมูลจาก LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก 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(
diff --git a/resources/lang/th/admin/users/table.php b/resources/lang/th/admin/users/table.php
index a6d16322b0..38c8030e6b 100644
--- a/resources/lang/th/admin/users/table.php
+++ b/resources/lang/th/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'สถานที่',
'lock_passwords' => 'รายละเอียดการเข้าสู่ระบบไม่สามารถแก้ไขเปลี่ยนแปลงบนการติดตั้งนี้',
'manager' => 'ผู้จัดการ',
+ 'managed_locations' => 'Managed Locations',
'name' => 'ชื่อ',
'notes' => 'หมายเหตุ',
'password_confirm' => 'ยืนยันรหัสผ่าน',
diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php
index 4db8712961..c2ef9ec6bd 100644
--- a/resources/lang/th/validation.php
+++ b/resources/lang/th/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "รูปแบบของ :attribute ไม่ถูกต้อง",
"exists" => ":attribute ที่เลือกไม่ถูกต้อง",
"email_array" => "One or more email addresses is invalid.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute ต้องเป็นรูปภาพเท่านั้น",
"in" => ":attribute ที่เลือกไม่ถูกต้อง",
"integer" => ":attribute ต้องเป็นจำนวนเต็มเท่านั้น",
diff --git a/resources/lang/tr/admin/asset_maintenances/message.php b/resources/lang/tr/admin/asset_maintenances/message.php
index 25d2451f93..837faa7b44 100644
--- a/resources/lang/tr/admin/asset_maintenances/message.php
+++ b/resources/lang/tr/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Varlık Bakımı başarıyla oluşturuldu.'
],
'edit' => [
- 'error' => 'Varlık bakımı düzenlenmedi, lütfen tekrar deneyin.',
- 'success' => 'Varlık bakımı başarıyla düzenlendi.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Henüz Tamamlanmadı',
'warranty' => 'Garanti',
diff --git a/resources/lang/tr/admin/categories/general.php b/resources/lang/tr/admin/categories/general.php
index a5a62b6487..3a8864ac7a 100644
--- a/resources/lang/tr/admin/categories/general.php
+++ b/resources/lang/tr/admin/categories/general.php
@@ -2,7 +2,7 @@
return array(
'about_categories_title' => 'Kategoriler hakkında',
- 'about_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.',
+ 'about_categories' => 'Demirbaş kategorileri size kategorileri organize etme konusunda yardımcı olur. "Masaüstü", "Laptop", "Cep telefonu", gibi olabilir. Kategorilere size anlamı gelebilecek herhangi bir isim verebilirsiniz.',
'asset_categories' => 'Demirbaş Kategorileri',
'category_name' => 'Kategori Adı',
'checkin_email' => 'Kullanıcıya mail gönder.',
@@ -11,7 +11,7 @@ return array(
'edit' => 'Kategoriyi Düzenle',
'eula_text' => 'Kategori Sözleşmeleri',
'eula_text_help' => 'Bu alan özel tipteki demirbaşlarınız için Sözleşmesi\'ni özelleştirmeniz içindir. Eğer tüm demirbaşlarınız için sadece tek sözleşmeniz var ise yukarıdaki kutucuğu işaretlereyerek varsayılan yapabilirsiniz.',
- 'name' => 'Category Name',
+ 'name' => 'Kategori Adı',
'require_acceptance' => 'Bu kategoride kullanıcının kabul onayı gerekmektedir.',
'required_acceptance' => 'Kullanıcıya bü ürün ile ilgili kabul bağlantısı içeren bir e-posta gönderilmiştir.',
'required_eula' => 'Kullanıcıya Son Kullanıcı Lisans Sözleşmesi\'nin bir kopyası e-posta ile gönderilmiştir',
diff --git a/resources/lang/tr/admin/categories/message.php b/resources/lang/tr/admin/categories/message.php
index 301ee429ec..3833ba7fd1 100644
--- a/resources/lang/tr/admin/categories/message.php
+++ b/resources/lang/tr/admin/categories/message.php
@@ -3,8 +3,8 @@
return array(
'does_not_exist' => 'Kategori mevcut değil.',
- '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. ',
+ 'assoc_models' => 'Bu kategori en az 1 adet model ile ilişkili ve silinemez. Lütfen Modelleri güncelleyerek bu kategori ile bağını kesin ve tekrar deneyin. ',
+ 'assoc_items' => 'Bu kategori en az 1 adet model ile ilişkili ve silinemez. Lütfen Modelleri güncelleyerek bu kategori ile bağını kesin ve tekrar deneyin. ',
'create' => array(
'error' => 'Kategori oluşturulamadı. Lütfen tekrar deneyin.',
diff --git a/resources/lang/tr/admin/companies/general.php b/resources/lang/tr/admin/companies/general.php
index b157009aa6..d7c384e6fe 100644
--- a/resources/lang/tr/admin/companies/general.php
+++ b/resources/lang/tr/admin/companies/general.php
@@ -1,6 +1,6 @@
'About Companies',
- 'about_companies_text' => '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.',
+ 'about_companies_title' => 'Firmalar Hakkında',
+ 'about_companies_text' => 'Şirketler basit bir tanımlayıcı alanı olarak kullanılabilir veya Yönetici ayarlarınızda tam şirket desteğinin etkinleştirilmesi durumunda varlıkların, kullanıcıların vb. Görünürlüklerini sınırlamak için kullanılabilir.',
'select_company' => 'Firma Seç',
];
diff --git a/resources/lang/tr/admin/companies/message.php b/resources/lang/tr/admin/companies/message.php
index 9c3dabcc76..b6f12ae188 100644
--- a/resources/lang/tr/admin/companies/message.php
+++ b/resources/lang/tr/admin/companies/message.php
@@ -1,18 +1,18 @@
'Firma yok.',
- '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. ',
+ 'assoc_users' => 'Bu firma şu anda en az bir model ile ilişkili ve silinemez. Lütfen ilişkili modelden bu firmayı kaldırarak tekrar deneyin. ',
'create' => array(
'error' => 'Firma oluşturulamadı, lütfen tekrar deneyin.',
'success' => 'Firma başarıyla oluşturuldu.'
),
'update' => array(
- 'error' => 'Company was not updated, please try again',
+ 'error' => 'Firma güncelleştirilmedi, lütfen tekrar deneyin',
'success' => 'Firma Başarıyla Güncellendi.'
),
'delete' => array(
'confirm' => 'Bu firmayı silmek istediğinize emin misiniz?',
- 'error' => 'There was an issue deleting the company. Please try again.',
- 'success' => 'The Company was deleted successfully.'
+ 'error' => 'Firmayı silerken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'success' => 'Firma başarıyla silindi.'
)
);
diff --git a/resources/lang/tr/admin/components/general.php b/resources/lang/tr/admin/components/general.php
index 75c9d250ab..c18d33aeb2 100644
--- a/resources/lang/tr/admin/components/general.php
+++ b/resources/lang/tr/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => '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',
+ 'about_components_title' => 'Şirket hakkında',
+ 'about_components_text' => 'Bileşenler, bir demirbaşın parçası olan öğelerdir, örneğin HDD, RAM vb.',
+ 'component_name' => 'Bileşen adı',
+ 'checkin' => 'Bileşeni Kabul Et',
+ 'checkout' => 'Bileşeni teslim et',
+ 'cost' => 'Satın alma maliyeti',
+ 'create' => 'Bileşen oluştur',
+ 'edit' => 'Bileşeni düzenle',
+ 'date' => 'Satın Alma Tarihi',
+ 'order' => 'Sipariş Numarası',
+ 'remaining' => 'Kalan',
+ 'total' => 'Toplam',
+ 'update' => 'Bileşeni düzenle',
);
diff --git a/resources/lang/tr/admin/components/message.php b/resources/lang/tr/admin/components/message.php
index 1d13970f23..3b46880f7d 100644
--- a/resources/lang/tr/admin/components/message.php
+++ b/resources/lang/tr/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => 'Bileşen mevcut değil.',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => 'Bileşen oluşturulmadı, lütfen yeniden deneyin.',
+ 'success' => 'Bileşeni başarıyla oluşturuldu.'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => 'Bileşen güncellenemedi, lütfen tekrar deneyin',
+ 'success' => 'Bileşen başarıyla güncelleştirildi.'
),
'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.'
+ 'confirm' => 'Bu bileşeni silmek istediğinizden emin misiniz?',
+ 'error' => 'Bileşen silinirken sorun oluştu. Lütfen yeniden deneyin.',
+ 'success' => 'Bileşen başarıyla silindi.'
),
'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.'
+ 'error' => 'Bileşeni çıkışı yapılamadı, lütfen tekrar deneyin',
+ 'success' => 'Bileşen çıkışı başarıyla yapıldı.',
+ 'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.'
),
'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.'
+ 'error' => 'Bileşen girişi yapılamadı, lütfen tekrar deneyin',
+ 'success' => 'Bileşen girişi başarıyla yapıldı.',
+ 'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.'
)
diff --git a/resources/lang/tr/admin/components/table.php b/resources/lang/tr/admin/components/table.php
index 3d4fed6a7f..d751492131 100644
--- a/resources/lang/tr/admin/components/table.php
+++ b/resources/lang/tr/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => 'Bileşen adı',
);
diff --git a/resources/lang/tr/admin/consumables/general.php b/resources/lang/tr/admin/consumables/general.php
index db4692abc6..e4f34a13b5 100644
--- a/resources/lang/tr/admin/consumables/general.php
+++ b/resources/lang/tr/admin/consumables/general.php
@@ -3,11 +3,11 @@
return array(
'about_consumables_title' => 'Sarf Malzemeleri Hakkında',
'about_consumables_text' => 'Sarf malzemeleri satın alınan ve zamanla tüketilen ürünlerdir. Örneğin yazıcı kartuşu, fotokopi kağıdı vs.',
- 'checkout' => 'Checkout Consumable to User',
+ 'checkout' => 'Kullanıcıya Sarf malzemesi Satın Alma',
'consumable_name' => 'Sarf Malzemesi Adı',
- 'create' => 'Create Consumable',
- 'item_no' => 'Item No.',
+ 'create' => 'Sarf Malzemesi Oluştur',
+ 'item_no' => 'Nesne numarası.',
'remaining' => 'Kalan',
'total' => 'Toplam',
- 'update' => 'Update Consumable',
+ 'update' => 'Sarf malzemesini Güncelle',
);
diff --git a/resources/lang/tr/admin/consumables/message.php b/resources/lang/tr/admin/consumables/message.php
index f01f50ca4e..13a2d0016f 100644
--- a/resources/lang/tr/admin/consumables/message.php
+++ b/resources/lang/tr/admin/consumables/message.php
@@ -15,9 +15,9 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this consumable?',
+ 'confirm' => 'Bu sarf malzemesini silmek istediğinizden emin misiniz?',
'error' => 'Sarf malzemesi\'ni silerken hata oluştu. Lütfen tekrar deneyin.',
- 'success' => 'The consumable was deleted successfully.'
+ 'success' => 'Sarf malzemesi başarıyla silindi.'
),
'checkout' => array(
diff --git a/resources/lang/tr/admin/custom_fields/general.php b/resources/lang/tr/admin/custom_fields/general.php
index 0fe01b1514..cf1e0bd720 100644
--- a/resources/lang/tr/admin/custom_fields/general.php
+++ b/resources/lang/tr/admin/custom_fields/general.php
@@ -3,28 +3,28 @@
return array(
'custom_fields' => 'Özel alanlar',
'field' => 'Alan',
- '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 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',
+ 'about_fieldsets_title' => 'Alan kümeleri hakkında',
+ 'about_fieldsets_text' => 'Alan kümeleri, belirli varlık model türleri için sıklıkla yeniden kullanılan özel alan grupları oluşturmanızı sağlar.',
+ 'custom_format' => 'Özel biçim...',
+ 'encrypt_field' => 'Veritabanındaki bu alanın değerini şifreleme',
+ 'encrypt_field_help' => 'UYARI: Bir alanı şifrelemek, onu aranamaz hale getirir.',
+ 'encrypted' => 'Şifreli',
+ 'fieldset' => 'Alan kümesi',
'qty_fields' => 'Miktar alanları',
- 'fieldsets' => 'Fieldsets',
- 'fieldset_name' => 'Fieldset Name',
+ 'fieldsets' => 'Alan kümeleri',
+ 'fieldset_name' => 'Alan kümesi adı',
'field_name' => 'Alan Adı',
- '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_values' => 'Alan değerleri',
+ 'field_values_help' => 'Seçilebilir seçenekler, her satıra bir tane ekleyin. İlk satır dışındaki boş satırlar yoksayılacaktır.',
+ 'field_element' => 'Form öğesi',
+ 'field_element_short' => 'Öğe',
'field_format' => 'Düzen',
- 'field_custom_format' => 'Custom Format',
+ 'field_custom_format' => 'Özel biçim',
'required' => 'Gerekli',
- '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',
+ 'req' => 'Talep.',
+ 'used_by_models' => 'Modellerle Kullanılmıştır',
+ 'order' => 'Sipariş',
+ 'create_fieldset' => 'Yeni alan kümesi',
+ 'create_field' => 'Yeni özel alan',
+ 'value_encrypted' => 'Bu alanın değeri veritabanında şifrelidir. Yalnızca yönetici kullanıcıları şifresi çözülen değeri görüntüleyebilir',
);
diff --git a/resources/lang/tr/admin/custom_fields/message.php b/resources/lang/tr/admin/custom_fields/message.php
index 2997e0b5cc..07e1ef8dc2 100644
--- a/resources/lang/tr/admin/custom_fields/message.php
+++ b/resources/lang/tr/admin/custom_fields/message.php
@@ -9,7 +9,7 @@ return array(
'create' => array(
'error' => 'Alan oluşturulamadı. Lütfen tekrar deneyin.',
'success' => 'Alan başarıyla oluşturuldu.',
- 'assoc_success' => 'Field successfully added to fieldset.'
+ 'assoc_success' => 'Alan, alan kümesine başarıyla eklendi.'
),
'update' => array(
@@ -20,31 +20,31 @@ return array(
'delete' => array(
'confirm' => 'Bu alanı silmek istediğinizden emin misiniz?',
'error' => 'Silme işleminde başarısız. Lütfen tekrar deneyiniz.',
- 'success' => 'The field was deleted successfully.',
- 'in_use' => 'Field is still in use.',
+ 'success' => 'Alan başarıyla silindi.',
+ 'in_use' => 'Alan hala kullanımda.',
)
),
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
- 'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.'
+ 'error' => 'Alan kümesi olşturulamadı, lütfen yeniden deneyin.',
+ 'success' => 'Alan kümesi başarıyla oluşturuldu.'
),
'update' => array(
- 'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.'
+ 'error' => 'Alan güncelleştirilmedi, lütfen tekrar deneyin',
+ 'success' => 'Alan başarıyla güncelleştirildi.'
),
'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.',
+ 'confirm' => 'Bu alanı silmek istediğinizden emin misiniz?',
+ 'error' => 'Alanı silinirken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'success' => 'Alan başarıyla silindi.',
+ 'in_use' => 'Alan hala kullanılıyor.',
)
),
diff --git a/resources/lang/tr/admin/departments/message.php b/resources/lang/tr/admin/departments/message.php
index d65f4fbb2b..26aa99155e 100644
--- a/resources/lang/tr/admin/departments/message.php
+++ b/resources/lang/tr/admin/departments/message.php
@@ -2,20 +2,20 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => 'Bölüm mevcut değil.',
+ 'assoc_users' => 'Bu bölüm şu anda en az bir kullanıcı ile ilişkili ve silinemez. Bölümü silebilmek için ilişkili kullanıcıları güncelleyin. ',
'create' => array(
- 'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.'
+ 'error' => 'Bölüm oluşturulmadı, lütfen yeniden deneyin.',
+ 'success' => 'Bölüm başarıyla oluşturuldu.'
),
'update' => array(
- 'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.'
+ 'error' => 'Bölüm güncelleştirilmedi, lütfen tekrar deneyin',
+ 'success' => 'Bölüm başarıyla güncelleştirildi.'
),
'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.'
+ 'confirm' => 'Bu bölümü silmek istediğinizden emin misiniz?',
+ 'error' => 'Bölüm silinirken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'success' => 'Bölüm başarıyla silindi.'
)
);
diff --git a/resources/lang/tr/admin/departments/table.php b/resources/lang/tr/admin/departments/table.php
index 76494247be..d277a03288 100644
--- a/resources/lang/tr/admin/departments/table.php
+++ b/resources/lang/tr/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
- 'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'name' => 'Bölüm Adı',
+ 'manager' => 'Yönetici',
+ 'location' => 'Konum',
+ 'create' => 'Bölüm Oluştur',
+ 'update' => 'Bölümü Güncelle',
);
diff --git a/resources/lang/tr/admin/depreciations/general.php b/resources/lang/tr/admin/depreciations/general.php
index a50cc55fb4..b748ddaa7c 100644
--- a/resources/lang/tr/admin/depreciations/general.php
+++ b/resources/lang/tr/admin/depreciations/general.php
@@ -4,9 +4,9 @@ return array(
'about_asset_depreciations' => 'Demirbaş Amortismanları Hakkında',
'about_depreciations' => 'Demirbaş amortismanını sabit bir oran ile düşecek şekilde ayarlayabilirsiniz.',
'asset_depreciations' => 'Demirbaş Amortismanları',
- 'create' => 'Create Depreciation',
+ 'create' => 'Değer Kaybı Oluştur',
'depreciation_name' => 'Amortisman Adı',
'number_of_months' => 'Ay Sayısı',
- 'update' => 'Update Depreciation',
+ 'update' => 'Değer Kaybını Güncelle',
);
diff --git a/resources/lang/tr/admin/groups/titles.php b/resources/lang/tr/admin/groups/titles.php
index 4f8d0029f6..95e535e291 100644
--- a/resources/lang/tr/admin/groups/titles.php
+++ b/resources/lang/tr/admin/groups/titles.php
@@ -1,11 +1,11 @@
'About Groups',
- 'about_groups' => 'Groups are used to generalize user permissions.',
+ 'about_groups_title' => 'Gruplar hakkında',
+ 'about_groups' => 'Gruplar, kullanıcı izinlerini genellemek için kullanılır.',
'group_management' => 'Grup Yönetimi',
- 'create' => 'Create New Group',
- 'update' => 'Edit Group',
+ 'create' => 'Yeni Grup Oluştur',
+ 'update' => 'Grubu Düzenle',
'group_name' => 'Grup Adı',
'group_admin' => 'Grup Yöneticisi',
'allow' => 'Kabul Et',
diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php
index 0536d3647f..04cb23b0aa 100644
--- a/resources/lang/tr/admin/hardware/form.php
+++ b/resources/lang/tr/admin/hardware/form.php
@@ -1,9 +1,9 @@
'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_delete' => 'Toplu varlık silmeyi onaylıyor musunuz?',
+ 'bulk_delete_help' => 'Toplu silme için aşağıdaki Varlıkları gözden geçirin. Silindikten sonra bu varlıkların geri yüklenebilir fakat atanmış olan herhangi bir kullanıcı ile ilişkili olmayacaktır.',
+ 'bulk_delete_warn' => ':asset_count adet varlığı düzenlemek üzeresiniz.',
'bulk_update' => 'Demirbaşları Toplu Güncelle',
'bulk_update_help' => 'Bu form birden çok demirbaşı tek seferde güncellemenizi sağlar. Lütfen sadece değiştirmek istediğiniz alanları doldurunuz. Değiştirilmesini istemediğiniz alanları boş bırakınız. ',
'bulk_update_warn' => ':asset_count adet demirbaşı düzenlemek üzeresiniz.',
@@ -18,10 +18,10 @@ return array(
'default_location' => 'Varsayılan Konum',
'eol_date' => 'Ömür',
'eol_rate' => 'Ömür Başarısı',
- 'expected_checkin' => 'Expected Checkin Date',
+ 'expected_checkin' => 'Beklenen geri alma tarihi',
'expires' => 'Son kullanma tarihi',
'fully_depreciated' => 'Değeri tamamen düştü',
- 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ 'help_checkout' => 'Bu varlığı hemen atamak istiyorsanız Durum listesinden "Atanabilir" durumunu seçin. ',
'mac_address' => 'MAC Adresi',
'manufacturer' => 'Üretici',
'model' => 'Model',
diff --git a/resources/lang/tr/admin/hardware/general.php b/resources/lang/tr/admin/hardware/general.php
index 553c937574..aaae2e6062 100644
--- a/resources/lang/tr/admin/hardware/general.php
+++ b/resources/lang/tr/admin/hardware/general.php
@@ -1,11 +1,11 @@
'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.',
+ 'about_assets_title' => 'Varlıklar hakkında',
+ 'about_assets_text' => 'Varlıklar Demirbaştır seri numarası veya varlık etiketi ile takibi yapılır. Bu nedenle değerli varlıklar benzersiz varlık kimliği ile ilişkilendirilirler.',
'archived' => 'Arşivlenmiş',
'asset' => 'Demirbaş',
- 'bulk_checkout' => 'Checkout Assets to User',
+ 'bulk_checkout' => 'Varlıkları kullanıcıya ata',
'checkin' => 'Demirbaş Girişi Yap',
'checkout' => 'Demirbaşı bu kullanıcıya çıkış yap',
'clone' => 'Demirbaşı Kopyala',
@@ -15,7 +15,7 @@ return array(
'filetype_info' => 'Kabul edilen dosya türleri : png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ve rar.',
'model_deleted' => 'Bu demirbaş modeli silindi. Bu demirbaşı geri getirmek için önce modeli geri getiriniz.
Modeli geri getirmek için tıklayınız.',
'requestable' => 'Talep edilebilir',
- 'requested' => 'Requested',
+ 'requested' => 'Talep edildi',
'restore' => 'Demirbaşı Geri Getir',
'pending' => 'Bekliyor',
'undeployable' => 'Dağtılamaz',
diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php
index dfeab52df3..388611fb79 100644
--- a/resources/lang/tr/admin/hardware/message.php
+++ b/resources/lang/tr/admin/hardware/message.php
@@ -5,7 +5,7 @@ return array(
'undeployable' => 'Uyarı: Bu demirbaş dağıtılamaz olarak işlaretlenmiş.
Eğer durumu değişti ise, lütfen Demirbaş Durumu\'nu güncelleyiniz.',
'does_not_exist' => 'Demirbaş mevcut değil.',
- 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
+ 'does_not_exist_or_not_requestable' => 'İyi denemeydi. Bu varlık mevcut değil veya talep edilebilir değil.',
'assoc_users' => 'Bu demirbaş kullanıcıya çıkış yapılmış olaran görülüyor ve silinemez. Lütfen önce demirbaş girişi yapınız, ardından tekrar siliniz. ',
'create' => array(
@@ -32,23 +32,23 @@ return array(
'upload' => array(
'error' => 'Dosya(lar) yüklenemedi. Lütfen tekrar deneyin.',
'success' => 'Dosya(lar) yüklendi.',
- 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
+ 'nofiles' => 'Yükleme için herhangi bir dosya seçmediniz veya karşıya yüklemeye çalıştığınız dosya çok büyük',
'invalidfiles' => 'Bir ya da daha fazla dosya izin verilen boyuttan daha büyük ya da izin verilmeyen bir dosya tipi seçtiniz. Lütfen dosya boyutu ve tipini kontrol ediniz.',
),
'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",
+ 'error' => 'Bazı öğeler doğru şekilde içe aktarılamadı.',
+ 'errorDetail' => 'Aşağıdaki öğeler hatalar nedeniyle alınamadı.',
+ 'success' => "Dosyanızı içe aktarıldı",
+ 'file_delete_success' => "Dosyanız başarıyla silindi",
+ 'file_delete_error' => "Dosya silenemedi",
),
'delete' => array(
'confirm' => 'Demirbaşı silmek istediğinize emin misiniz?',
'error' => 'Demirbaş silinirken bir problem oluştu. Lütfen tekrar deneyin.',
- 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'nothing_updated' => 'Herhangi bir varlık seçilmediği için silinemedi.',
'success' => 'Demirbaş silindi.'
),
@@ -56,21 +56,21 @@ return array(
'error' => 'Demirbaş çıkışı yapılamadı. Lütfen tekrar deneyin',
'success' => 'Demirbaş çıkışı yapıldı.',
'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.',
- 'not_available' => 'That asset is not available for checkout!'
+ 'not_available' => 'Bu varlık için atama yapılamaz!'
),
'checkin' => array(
'error' => 'Demirbaş girişi yapılamadı. Lütfen tekrar deneyin',
'success' => 'Demirbaş girişi yapıldı.',
'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.',
- 'already_checked_in' => 'That asset is already checked in.',
+ 'already_checked_in' => 'Bu varlık zaten atanmış.',
),
'requests' => array(
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled'
+ 'error' => 'Varlık talep edilmemiş, lütfen tekrar deneyin',
+ 'success' => 'Varlık talep edildi.',
+ 'canceled' => 'Varlık talebi reddedildi'
)
);
diff --git a/resources/lang/tr/admin/hardware/table.php b/resources/lang/tr/admin/hardware/table.php
index 67b728a129..2ed5b94167 100644
--- a/resources/lang/tr/admin/hardware/table.php
+++ b/resources/lang/tr/admin/hardware/table.php
@@ -18,7 +18,7 @@ return array(
'serial' => 'Seri No',
'status' => 'Durum',
'title' => 'Demirbaş ',
- 'image' => 'Device Image',
- 'days_without_acceptance' => 'Days Without Acceptance'
+ 'image' => 'Cihaz resmi',
+ 'days_without_acceptance' => 'Kabul edilmeden geçen gün'
);
diff --git a/resources/lang/tr/admin/licenses/form.php b/resources/lang/tr/admin/licenses/form.php
index eb493d76c8..58f7450e2d 100644
--- a/resources/lang/tr/admin/licenses/form.php
+++ b/resources/lang/tr/admin/licenses/form.php
@@ -6,7 +6,7 @@ return array(
'checkin' => 'Giriş',
'create' => 'Lisans Oluştur',
'expiration' => 'Son Geçerlilik Tarihi',
- 'license_key' => 'Product Key',
+ 'license_key' => 'Ürün anahtarı',
'maintained' => 'Korumalı',
'name' => 'Yazılım Adı',
'no_depreciation' => 'Mortisman Yok',
diff --git a/resources/lang/tr/admin/licenses/general.php b/resources/lang/tr/admin/licenses/general.php
index e0ec0bf76e..2b64606501 100644
--- a/resources/lang/tr/admin/licenses/general.php
+++ b/resources/lang/tr/admin/licenses/general.php
@@ -1,13 +1,13 @@
'About Licenses',
- 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
+ 'about_licenses_title' => 'Lisanslar Hakkında',
+ 'about_licenses' => 'Lisanslar yazılım takibi için kullanılır. Kullanıcı sayısı kadar kişide kullanılabilir',
'checkin' => 'Lisans Kullanıcısı Girişi',
'checkout_history' => 'Çıkış Geçmişi',
'checkout' => 'Lisans Kullanıcı Çıkışı',
'edit' => 'Lisansı Düzenle',
- 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'filetype_info' => 'İzin verilen dosya türleri; png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar.',
'clone' => 'Lisansı Kopyala',
'history_for' => 'Geçmiş ',
'in_out' => 'Giriş/Çıkış',
diff --git a/resources/lang/tr/admin/licenses/message.php b/resources/lang/tr/admin/licenses/message.php
index 7fe178d787..336f7a54f3 100644
--- a/resources/lang/tr/admin/licenses/message.php
+++ b/resources/lang/tr/admin/licenses/message.php
@@ -22,8 +22,8 @@ return array(
'upload' => array(
'error' => 'Dosya(lar) yüklenemedi. Lütfen tekrar deneyin.',
'success' => 'Dosya(lar) yüklendi.',
- '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.',
+ 'nofiles' => 'Yükleme için herhangi bir dosya seçmediniz veya karşıya yüklemeye çalıştığınız dosya çok büyük',
+ 'invalidfiles' => 'Bir veya daha fazla dosya çok büyük veya izin verilmeyen bir dosya türü. İzin verilen dosya türleri; png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.',
),
'update' => array(
diff --git a/resources/lang/tr/admin/locations/message.php b/resources/lang/tr/admin/locations/message.php
index 5e0531f4e0..68de5114fb 100644
--- a/resources/lang/tr/admin/locations/message.php
+++ b/resources/lang/tr/admin/locations/message.php
@@ -4,8 +4,8 @@ return array(
'does_not_exist' => 'Konum mevcut değil.',
'assoc_users' => 'Konum en az 1 kullanıcı ile ilişkili durumda ve silinemez. Lütfen önce kullanıcıları güncelleyerek konumu boşaltın ve tekrar deneyin. ',
- '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. ',
+ 'assoc_assets' => 'Bu konum şu anda en az bir varlık ile ilişkili ve silinemez. Lütfen artık bu konumu kullanabilmek için varlık konumlarını güncelleştirin.',
+ 'assoc_child_loc' => 'Bu konum şu anda en az bir alt konum üstüdür ve silinemez. Lütfen artık bu konuma ait alt konumları güncelleyin. ',
'create' => array(
diff --git a/resources/lang/tr/admin/locations/table.php b/resources/lang/tr/admin/locations/table.php
index 6a6b0bbf52..d59d0a7d4d 100644
--- a/resources/lang/tr/admin/locations/table.php
+++ b/resources/lang/tr/admin/locations/table.php
@@ -1,9 +1,9 @@
'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.
+ 'about_locations_title' => 'Lokasyonlar hakkında',
+ 'about_locations' => 'Konum bilgileri kullanıcılar, varlıklar ve diğer nesneleri izlemek için kullanılır',
+ 'assets_rtd' => 'Varlıklar', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Varlık Atandı',
'id' => 'ID',
'city' => 'Şehir',
@@ -15,7 +15,7 @@ return array(
'address' => 'Adres',
'zip' => 'Posta kodu',
'locations' => 'Konumlar',
- 'parent' => 'Parent',
- 'currency' => 'Location Currency',
- 'ldap_ou' => 'LDAP Search OU',
+ 'parent' => 'Üst',
+ 'currency' => 'Lokasyon Para Birimi',
+ 'ldap_ou' => 'LDAP arama OU',
);
diff --git a/resources/lang/tr/admin/manufacturers/table.php b/resources/lang/tr/admin/manufacturers/table.php
index 67c1f86638..8140ec5f2f 100644
--- a/resources/lang/tr/admin/manufacturers/table.php
+++ b/resources/lang/tr/admin/manufacturers/table.php
@@ -1,15 +1,15 @@
'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.',
+ 'about_manufacturers_title' => 'Üreticiler hakkında',
+ 'about_manufacturers_text' => 'Üreticiler varlıkları oluşturan şirketledir. Önemli servis sağlayıcı bilgilerinizi burada saklayabilirsiniz. Varlıkların detay kısmında bu bilgilere ulaşabilirsiniz.',
'asset_manufacturers' => 'Demirbaş Üreticileri',
'create' => 'Üretici Oluştur',
'id' => 'ID',
- 'name' => 'Name',
- 'support_email' => 'Support Email',
- 'support_phone' => 'Support Phone',
- 'support_url' => 'Support URL',
+ 'name' => 'Ad',
+ 'support_email' => 'Destek Maili',
+ 'support_phone' => 'Destek telefonu',
+ 'support_url' => 'Destek URL\'si',
'update' => 'Üretici Güncelle',
'url' => 'URL',
diff --git a/resources/lang/tr/admin/models/general.php b/resources/lang/tr/admin/models/general.php
index b21d15de9c..4bf7fe094b 100644
--- a/resources/lang/tr/admin/models/general.php
+++ b/resources/lang/tr/admin/models/general.php
@@ -1,15 +1,15 @@
'About Asset Models',
- 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
+ 'about_models_title' => 'Varlık Modelleri Hakkında',
+ 'about_models_text' => 'Varlık Modelleri, özdeş varlıkları gruplamanın bir yoludur. Örn: "Tiny M73", "Samsung A7", vb.',
'deleted' => 'Model silindi. Geri getirmek için buraya tıklayınız.',
'restore' => 'Modeli geri getir',
- 'requestable' => 'Users may request this model',
+ 'requestable' => 'Kullanıcılar bu modeli talep edebilir',
'show_mac_address' => 'Bu model demirbaşta MAC adresi göster',
'view_deleted' => 'Silinenleri görüntüle',
'view_models' => 'Modelleri görüntüle',
- 'fieldset' => 'Fieldset',
- 'no_custom_field' => 'No custom fields',
+ 'fieldset' => 'Alan',
+ 'no_custom_field' => 'Özel alan yok',
);
diff --git a/resources/lang/tr/admin/models/message.php b/resources/lang/tr/admin/models/message.php
index 705f3e74ab..3f0f67f2b5 100644
--- a/resources/lang/tr/admin/models/message.php
+++ b/resources/lang/tr/admin/models/message.php
@@ -9,7 +9,7 @@ return array(
'create' => array(
'error' => 'Klasör oluşturulmadı, lütfen tekrar deneyin.',
'success' => 'Model oluşturuldu.',
- 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
+ 'duplicate_set' => 'Bu üretici ve model numarası ile bir varlık ve model zaten var.',
),
'update' => array(
@@ -29,8 +29,8 @@ return array(
),
'bulkedit' => array(
- 'error' => 'No fields were changed, so nothing was updated.',
- 'success' => 'Models updated.'
+ 'error' => 'Hiçbir alan değiştirilmedi, dolayısıyla hiç bir alan güncellenmedi.',
+ 'success' => 'Model güncellendi.'
),
);
diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php
index 90c6356123..aaa4d1ec8d 100644
--- a/resources/lang/tr/admin/settings/general.php
+++ b/resources/lang/tr/admin/settings/general.php
@@ -2,75 +2,83 @@
return array(
'ad' => 'Active Directory',
- 'ad_domain' => 'Active Directory domain',
- 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
- 'is_ad' => 'This is an Active Directory server',
+ 'ad_domain' => 'Active Directory etki alanı',
+ 'ad_domain_help' => 'Mail etki alanı gibidir fakat her zaman aynı olmayabilir.',
+ 'is_ad' => 'Active Directory sunucusudur',
'alert_email' => 'Uyarıları gönder',
- 'alerts_enabled' => 'Alerts Enabled',
- 'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alerts_enabled' => 'Uyarılar etkinleştirildi',
+ 'alert_interval' => 'Uyarı bitiş zamanı (gün içinde)',
+ 'alert_inv_threshold' => 'Son uyarı zamanı',
'asset_ids' => 'Demirbaş No',
'auto_increment_assets' => 'Otomatik artan Demirbaş No üret',
'auto_increment_prefix' => 'Ünvan (opsiyonel)',
'auto_incrementing_help' => 'Otomatik artan demirbaş No ilk buradan başlasın',
'backups' => 'Yedekler',
'barcode_settings' => 'Barkod Ayarları',
- '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.',
- 'custom_css' => 'Custom CSS',
- 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
- 'default_currency' => 'Default Currency',
+ 'confirm_purge' => 'Temizleme Onayı',
+ 'confirm_purge_help' => 'Silinmiş kayıtları temizlemek için kutuya "DELETE" yazın. Bu işlem alınamaz. SON KARARIN MI ???',
+ 'custom_css' => 'Özel CSS',
+ 'custom_css_help' => 'Kullanmak istediğiniz özel CSS geçersiz. <style></style> etiketlerini kullanmayın.',
+ 'default_currency' => 'Varsayılan Para Birimi',
'default_eula_text' => 'Varsayılan Sözleşme',
- 'default_language' => 'Default Language',
+ 'default_language' => 'Varsayılan Dil',
'default_eula_help_text' => 'Özel Demirbaş Kategorileri için özel Son Kullanıcı Lisans Sözleşmesi ilişkilendirebilirsiniz.',
'display_asset_name' => 'Demirbaş Adı Göster',
'display_checkout_date' => 'Çıkış Tarihi Göster',
'display_eol' => 'Tablo görüntüsünde Sözleşmeyi görüntüle',
- 'display_qr' => 'Display Square Codes',
- 'display_alt_barcode' => 'Display 1D barcode',
- 'barcode_type' => '2D Barcode Type',
- 'alt_barcode_type' => '1D barcode type',
+ 'display_qr' => 'QR Kodu Göster',
+ 'display_alt_barcode' => '1D Barkodu Göster',
+ 'barcode_type' => '2D Barkod Türü',
+ 'alt_barcode_type' => '1D Barkod Türü',
'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
'general_settings' => 'Genel Ayarlar',
- 'generate_backup' => 'Generate Backup',
+ 'generate_backup' => 'Yedek Oluştur',
'header_color' => 'Başlık rengi',
'info' => 'Bu ayarlardan kurulum görünüşünüzü kişiselleştirebilirsiniz.',
'laravel' => 'Laravel Version',
- 'ldap_enabled' => 'LDAP enabled',
- 'ldap_integration' => 'LDAP Integration',
- 'ldap_settings' => 'LDAP Settings',
- '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_pword' => 'LDAP Bind Password',
+ 'ldap_enabled' => 'LDAP etkin',
+ 'ldap_integration' => 'LDAP Entegrasyonu',
+ 'ldap_settings' => 'LDAP Ayarları',
+ 'ldap_server' => 'LDAP Sunucu',
+ 'ldap_server_help' => 'ldap:// (şifrelenmemiş veya TLS) veya ldaps:// (SSL için) ile başlamalıdır',
+ 'ldap_server_cert' => 'LDAP SSL sertifikası doğrulama',
+ 'ldap_server_cert_ignore' => 'Geçersiz SSL sertifikası kabul et',
+ 'ldap_server_cert_help' => 'Kendinden imzalı bir SSL sertifikası kullanıyorsanız ve geçersiz bir SSL sertifikası kabul etmek istiyorsanız bu onay kutusunu seçin.',
+ 'ldap_tls' => 'TLS Kullan',
+ 'ldap_tls_help' => 'Yalnızca LDAP sunucunuzda STARTTLS çalıştırıyorsanız bu kutuyu işaretleyin. ',
+ 'ldap_uname' => 'LDAP Bind Kullanıcı Adı',
+ 'ldap_pword' => 'LDAP Bind Parola',
'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_emp_num' => 'LDAP Employee Number',
- 'ldap_email' => 'LDAP Email',
- 'load_remote_text' => 'Remote Scripts',
- 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
+ 'ldap_filter' => 'LDAP filtre',
+ 'ldap_pw_sync' => 'LDAP Parola Senkronu',
+ 'ldap_pw_sync_help' => 'LDAP şifrelerinin yerel parolalarla senkronize edilmesini istemiyorsanız, bu onay kutusunun işaretini kaldırın. Bu durumun devre dışı bırakılması, LDAP sunucunuza herhangi bir nedenle ulaşılamazsa, kullanıcılarınızın oturum açamayabileceği anlamına gelir.',
+ 'ldap_username_field' => 'Kullanıcı Adı Alanı',
+ 'ldap_lname_field' => 'Soyadı',
+ 'ldap_fname_field' => 'LDAP adı',
+ 'ldap_auth_filter_query' => 'LDAP kimlik doğrulama sorgu',
+ 'ldap_version' => 'LDAP versiyon',
+ 'ldap_active_flag' => 'LDAP etkin bayrak',
+ 'ldap_emp_num' => 'LDAP Çalışan Numarası',
+ 'ldap_email' => 'LDAP Mail',
+ 'load_remote_text' => 'Uzak Komut dosyaları',
+ 'load_remote_help_text' => 'Bu Snipe-IT kurulumu dış ortamdan scriptler yükleyebilir.',
+ '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',
'logo' => 'Logo',
- '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',
+ 'full_multiple_companies_support_help_text' => 'Kısıtlı kullanıcılar Firmaların varlıkları için firmalara atanmıştır.',
+ 'full_multiple_companies_support_text' => 'Birden Fazla Şirket Desteği',
'optional' => 'İsteğe bağlı',
'per_page' => 'Sayfa başına sonuç sayısı',
'php' => 'PHP Versiyonu',
'php_gd_info' => 'QR Kodlarını görüntülemek için php-gd yüklemelisiniz, kurulum talimatlarına bakınız.',
'php_gd_warning' => 'PHP Image Processing ve GD eklentileri yüklü değil.',
+ '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 5',
+ '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' => 'Bu işlemi gerçekleştirmek için önce QR Kodlarını etkinleştirin',
'qr_text' => 'QR Kodu Yazısı',
'setting' => 'Ayar',
@@ -85,50 +93,52 @@ return array(
'system' => 'Sistem Bilgisi',
'update' => 'Ayarları Güncelle',
'value' => 'Değer',
- 'brand' => 'Branding',
- '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)',
- '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',
- 'text_pt' => 'pt',
- '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',
- 'zerofill_count' => 'Length of asset tags, including zerofill',
+ 'brand' => 'Marka',
+ 'about_settings_title' => 'Ayarlar Hakkında',
+ 'about_settings_text' => 'Bu ayarlar, yüklemenizin belirli yönlerini özelleştirmenizi sağlar.',
+ 'labels_per_page' => 'Sayfa Başına Etiketler',
+ 'label_dimensions' => 'Etiket boyutları (inç)',
+ 'next_auto_tag_base' => 'Sonraki otomatik artış',
+ 'page_padding' => 'Sayfa kenar boşlukları (inç)',
+ 'purge' => 'Silinmiş Kayıtları Temizle',
+ 'labels_display_bgutter' => 'Etiket alt cilt payı',
+ 'labels_display_sgutter' => 'Etiket tarafı oluk',
+ 'labels_fontsize' => 'Etiket yazı tipi boyutu',
+ 'labels_pagewidth' => 'Etiket sayfası genişliği',
+ 'labels_pageheight' => 'Etiket sayfası yüksekliği',
+ 'label_gutters' => 'Etiket aralığı (inç)',
+ 'page_dimensions' => 'Sayfa boyutu (inç)',
+ 'label_fields' => 'Etiket görünür alanları',
+ 'inches' => 'inç',
+ 'width_w' => 'g',
+ 'height_h' => 'y',
+ 'text_pt' => 'dpi',
+ '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' => 'İki Aşamalı Doğrulama',
+ 'two_factor_secret' => 'İki Aşamalı Kod',
+ 'two_factor_enrollment' => 'İki Aşamalı Kayıt',
+ 'two_factor_enabled_text' => 'İki Aşamalı Şifrelemeyi Etkinleştir',
+ 'two_factor_reset' => 'Gizli İki Aşamalı Şifrelemeyi Sıfırla',
+ 'two_factor_reset_help' => 'Bu işlem, kullanıcıyı cihazlarını Google Authenticator ile tekrar kayıt etmeye zorlar. Bu, kayıtlı cihazlarının kaybolması veya çalınması durumunda yararlı olabilir. ',
+ 'two_factor_reset_success' => 'İki aşamalı aygıt başarıyla sıfırlandı',
+ 'two_factor_reset_error' => 'İki aşamalı aygıt sıfırlanamadı',
+ 'two_factor_enabled_warning' => 'Halihazırda etkinleştirilmemişse iki aşamalı şifreleme etkinleştirilmesi sizi bir Google Auth kayıtlı cihazla yetkilendirmenizi zorlar. Şu an kayıtlı değilseniz, cihazınızı kaydetme olanağına sahip olacaksınız.',
+ 'two_factor_enabled_help' => 'Bu Google kimlik doğrulayıcısı kullanma iki aşamalı kimlik doğrulamasına dönecek.',
+ 'two_factor_optional' => 'Seçici (Kullanıcılar izin verilirse etkinleştirebilir veya devre dışı bırakabilir)',
+ 'two_factor_required' => 'Tüm kullanıcılar için gerekli',
+ 'two_factor_disabled' => 'Devredışı',
+ 'two_factor_enter_code' => 'İki Aşamalı Kod Girin',
+ 'two_factor_config_complete' => 'Kodu Gönder',
+ 'two_factor_enabled_edit_not_allowed' => 'Yöneticiniz bu ayarı düzenlemeniz için izin vermiyor.',
+ 'two_factor_enrollment_text' => "Cihazınız henüz kayıtlı değil ancak iki aşamalı kimlik doğrulama gereklidir. Google kimlik doğrulayıcısı app açmak ve tarama QR kodu cihazınızı kayıt için aşağıdaki. Aygıtınız kayıtlı sonra aşağıdaki kodu girin",
+ 'require_accept_signature' => 'İmza Gerekli',
+ 'require_accept_signature_help_text' => 'Bu özelliği etkinleştirmek kullanıcıların fiziksel olarak bir varlık kabul evrağı imzalaması gerekir.',
+ 'left' => 'sol',
+ 'right' => 'sağ',
+ 'top' => 'üst',
+ 'bottom' => 'alt',
+ 'vertical' => 'dikey',
+ 'horizontal' => 'yatay',
+ 'zerofill_count' => 'Varlık etiketlerinin uzunluğu, boşluksuz olmak üzere',
);
diff --git a/resources/lang/tr/admin/settings/message.php b/resources/lang/tr/admin/settings/message.php
index 008ce9b715..322285daa6 100644
--- a/resources/lang/tr/admin/settings/message.php
+++ b/resources/lang/tr/admin/settings/message.php
@@ -8,15 +8,15 @@ return array(
'success' => 'Ayarlar güncellendi.'
),
'backup' => array(
- 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
+ 'delete_confirm' => 'Bu yedek dosyayı silmek istediğinizden emin misiniz? Bu eylem geri alınamaz. ',
'file_deleted' => 'Yedek dosyası başarıyla silindi.',
- 'generated' => 'A new backup file was successfully created.',
- 'file_not_found' => 'That backup file could not be found on the server.',
+ 'generated' => 'Yeni bir yedekleme dosyası başarıyla oluşturuldu.',
+ 'file_not_found' => 'Bu yedek dosyası sunucuda bulunamadı.',
),
'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.'
+ 'error' => 'Temizleme sırasında bir hata oluştu. ',
+ 'validation_failed' => 'Temizle onay kodu yanlıştır. Lütfen onay kutusuna "DELETE" yazın.',
+ 'success' => 'Silinen kayıtları başarıyla temizlendi.'
),
);
diff --git a/resources/lang/tr/admin/statuslabels/message.php b/resources/lang/tr/admin/statuslabels/message.php
index 619a5a509c..805514c5be 100644
--- a/resources/lang/tr/admin/statuslabels/message.php
+++ b/resources/lang/tr/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => 'Durum etiket yok.',
+ 'assoc_assets' => 'Bu durum etiketi şu anda en az bir varlık ile ilişkili ve silinemez. Lütfen artık bu durum başvuru ve yeniden denemek için sabit kıymetleri güncelleştirin. ',
'create' => array(
- 'error' => 'Status Label was not created, please try again.',
- 'success' => 'Status Label created successfully.'
+ 'error' => 'Durum etiketi oluşturulamadı, lütfen yeniden deneyin.',
+ 'success' => 'Durum etiketi başarıyla oluşturuldu.'
),
'update' => array(
- 'error' => 'Status Label was not updated, please try again',
- 'success' => 'Status Label updated successfully.'
+ 'error' => 'Durum etiket güncelleştirilmedi, lütfen tekrar deneyin',
+ 'success' => 'Durum etiketi başarıyla güncelleştirildi.'
),
'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.'
+ 'confirm' => 'Bu durum etiketi silmek istediğinizden emin misiniz?',
+ 'error' => 'Durum etiketi silerken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'success' => 'Durum etiketi başarıyla silindi.'
)
);
diff --git a/resources/lang/tr/admin/statuslabels/table.php b/resources/lang/tr/admin/statuslabels/table.php
index 215479bbb0..f51c790c72 100644
--- a/resources/lang/tr/admin/statuslabels/table.php
+++ b/resources/lang/tr/admin/statuslabels/table.php
@@ -4,13 +4,13 @@ return array(
'about' => 'Durum Etiketi Hakkında',
'archived' => 'Arşivlenmiş',
'create' => 'Durum Etiketi Oluştur',
- 'color' => 'Chart Color',
+ 'color' => 'Grafik rengi',
'deployable' => 'Dağıtılabilir',
'info' => 'Durum Etiketleri demirbaşınızın o anki durumunu tanımlamada kullanılır. Demirbaşınız o an onarımda ya da kayıp/çalınmış olabilir. Dağıtılabilir, Beklemede ve Arşivlenmiş demirbaşlarınız için yeni durum etiketleri oluşturabilirsiniz.',
'name' => 'Durum Adı',
'pending' => 'Beklemede',
'status_type' => 'Durum Türü',
- 'show_in_nav' => 'Show in side nav',
+ 'show_in_nav' => 'Kenar çubuğunda göster',
'title' => 'Durum Etiketleri',
'undeployable' => 'Dağtılamaz',
'update' => 'Durum Etiketi Güncelle',
diff --git a/resources/lang/tr/admin/suppliers/table.php b/resources/lang/tr/admin/suppliers/table.php
index d1e5172d78..24bf5be22a 100644
--- a/resources/lang/tr/admin/suppliers/table.php
+++ b/resources/lang/tr/admin/suppliers/table.php
@@ -1,8 +1,8 @@
'About Suppliers',
- 'about_suppliers_text' => 'Suppliers are used to track the source of items',
+ 'about_suppliers_title' => 'Tedarikçiler Hakkında',
+ 'about_suppliers_text' => 'Tedarikçiler, varlıkların kaynağını izlemek için kullanılır',
'address' => 'Tedarikçi Adresi',
'assets' => 'Demirbaşlar',
'city' => 'Şehir',
diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php
index 17d5e31da1..11e5f36e23 100644
--- a/resources/lang/tr/admin/users/general.php
+++ b/resources/lang/tr/admin/users/general.php
@@ -4,21 +4,21 @@
return array(
'assets_user' => 'Demirbaşlar şu kişiye atandı :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',
+ 'bulk_update_warn' => ': user_count Kullanıcının özelliklerini düzenlemek üzeresiniz. Lütfen, bu formu kullanarak kendi kullanıcı özniteliklerini değiştiremeyeceğinizi ve kendi kullanıcılarınız için ayrı ayrı düzenlemeler yapmanız gerektiğini unutmayın.',
+ 'bulk_update_help' => 'Bu form, birden fazla kullanıcıyı bir kerede güncellemenize olanak tanır. Sadece değiştirmek istediğiniz alanları doldurun. Boş bırakılan alanlar değişmeden kalır.',
+ 'current_assets' => 'Şu anda bu kullanıcıya atanmış varlıklar',
'clone' => 'Kullanıcıyı Kopyala',
'contact_user' => 'İlgili Kişi :name',
'edit' => 'Kullanıcıyı Düzenle',
- 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'filetype_info' => 'İzin verilen dosya türleri; png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar.',
'history_user' => ':name Kişisi ile iligli geçmiş',
- 'info' => 'Info',
+ 'info' => 'Bilgi',
'last_login' => 'Son oturum açma tarihi',
- 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'ldap_config_text' => 'LDAP yapılandırma ayarları Yönetici> Ayarlar\'da bulunabilir. Seçilen yer (isteğe bağlı), tüm içe aktarılan kullanıcılar için ayarlanır.',
'software_user' => 'Yazılıma :name için çıkış yapılmış',
'view_user' => 'Kullanıcıyı Görüntüle :name',
'usercsv' => 'CSV Dosyası',
- '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 ',
+ 'two_factor_admin_optin_help' => 'Mevcut yönetici ayarlarınız, iki aşamalı kimlik doğrulamasının seçici olarak uygulanmasına izin verir. ',
+ 'two_factor_enrolled' => 'Kayıtlı 2FA Cihazı ',
+ 'two_factor_active' => '2FA Etkin ',
);
diff --git a/resources/lang/tr/admin/users/message.php b/resources/lang/tr/admin/users/message.php
index 1c01ed9400..af51befa86 100644
--- a/resources/lang/tr/admin/users/message.php
+++ b/resources/lang/tr/admin/users/message.php
@@ -3,55 +3,57 @@
return array(
'accepted' => 'Bu aksesuarı başarıyla kabul ettiniz.',
- '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.',
+ 'declined' => 'Bu varlığı başarıyla reddettiniz.',
+ 'bulk_manager_warn' => 'Kullanıcılarınızın başarıyla güncelleştirildi, ancak kaydedilmedi Yöneticisi giriş Yöneticisi\'ni seçtiğiniz çünkü aynı zamanda düzenlenecek kullanıcı listesinde oldu ve kullanıcıların kendi yöneticisi olmayabilir. Yine, yönetici hariç olmak üzere, kullanıcılarınızı seçiniz.',
'user_exists' => 'Kullanıcı zaten var!',
'user_not_found' => 'Kullanıcı [:id] yok.',
- 'user_login_required' => 'The login field is required',
+ 'user_login_required' => 'Oturum açma alanı gerekli',
'user_password_required' => 'Şifre Gerekli.',
'insufficient_permissions' => 'Yetersiz izinler.',
- '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.',
+ 'user_deleted_warning' => 'Bu kullanıcı silindi. Bunları düzenlemek veya onları yeni varlıklar atamak için bu kullanıcı geri yüklemek gerekir.',
+ 'ldap_not_configured' => 'LDAP entegrasyonu bu yükleme için yapılandırılmamış.',
'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.',
+ 'create' => 'Kullanıcı başarıyla oluşturuldu.',
+ 'update' => 'Kullanıcı başarıyla güncelleştirildi.',
+ 'update_bulk' => 'Kullanıcılar başarıyla güncelleştirildi!',
+ 'delete' => 'Kullanıcı başarıyla silindi.',
+ 'ban' => 'Kullanıcı başarıyla yasaklandı.',
+ 'unban' => 'Kullanıcı yasağı kaldırıldı.',
+ 'suspend' => 'Kullanıcı askıya alındı.',
+ 'unsuspend' => 'Kullanıcı erişimi açıldı.',
+ 'restored' => 'Kullanıcı başarıyla geri yüklendi.',
+ 'import' => 'Kullanıcılar başarıyla içe aktarıldı.',
),
'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.',
- '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 the LDAP config file.
Error from LDAP Server:',
- 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ',
- 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
- 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:',
+ 'create' => 'Kullanıcı oluştururken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'update' => 'Kullanıcı oluştururken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'delete' => 'Kullanıcı silinirken bir problem oluştu. Lütfen tekrar deneyin.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
+ 'unsuspend' => 'Kullanıcı erişimi açılırken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'import' => 'Kullanıcılar içe aktarılırken bir sorun oluştu. Lütfen yeniden deneyin.',
+ 'asset_already_accepted' => 'Bu varlık zaten kabul etti.',
+ 'accept_or_decline' => 'Kullanıcı varlığı kabul veya red etmeli.',
+ 'incorrect_user_accepted' => 'Atamaya çalıştığınız varlık atanamadı.',
+ 'ldap_could_not_connect' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata:',
+ 'ldap_could_not_bind' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata: ',
+ 'ldap_could_not_search' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata:',
+ 'ldap_could_not_get_entries' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata:',
+ '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.',
+ 'error' => 'Dosya silinemedi. Lütfen tekrar deneyin.',
+ 'success' => 'Dosya silindi.',
),
'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.',
+ 'error' => 'Dosya(lar) yüklenemedi. Lütfen tekrar deneyin.',
+ 'success' => 'Dosya(lar) yüklendi.',
+ 'nofiles' => 'Yükleme için hiç bir dosya seçmediniz',
+ 'invalidfiles' => 'Bir veya daha fazla dosya çok büyük veya izin verilmeyen bir dosya türü. İzin verilen dosya türleri png, Gif, jpg, doc, docx, pdf, txt.',
),
);
diff --git a/resources/lang/tr/admin/users/table.php b/resources/lang/tr/admin/users/table.php
index 736ecc0ac2..c107574bd7 100644
--- a/resources/lang/tr/admin/users/table.php
+++ b/resources/lang/tr/admin/users/table.php
@@ -8,30 +8,31 @@ return array(
'createuser' => 'Kullanıcı Oluştur',
'deny' => 'Reddet',
'email' => 'E-Posta',
- 'employee_num' => 'Employee No.',
+ 'employee_num' => 'Çalışan No.',
'first_name' => 'Ad',
- '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',
+ 'groupnotes' => 'Kullanıcıya atamak için bir grup seçin, Kullanıcı yetkilerini atandığı gruptan alacaktır.',
+ 'id' => 'ID',
+ 'inherit' => 'Devral',
+ 'job' => 'İş Ünvanı',
'last_login' => 'Son oturum açma',
'last_name' => 'Soyad',
- 'location' => 'Location',
- 'lock_passwords' => 'Login details cannot be changed on this installation.',
- 'manager' => 'Manager',
+ 'location' => 'Konum',
+ 'lock_passwords' => 'Bu kurulumda giriş bilgileri değiştirilemez.',
+ 'manager' => 'Yönetici',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Adı',
'notes' => 'Notlar',
'password_confirm' => 'Şifreyi Doğrula',
'password' => 'Şifre',
'phone' => 'Telefon',
- 'show_current' => 'Show Current Users',
- 'show_deleted' => 'Show Deleted Users',
+ 'show_current' => 'Geçerli Kullanıcıları Göster',
+ 'show_deleted' => 'Silinen Kullanıcıları Göster',
'title' => 'Başlık',
- 'to_restore_them' => 'to restore them.',
- 'updateuser' => 'Update User',
+ 'to_restore_them' => 'geri yüklemek için.',
+ 'updateuser' => 'Kullanıcıyı Güncelle',
'username' => 'Kullanıcı Adı',
- 'user_deleted_text' => 'This user has been marked as deleted.',
- 'username_note' => '(This is used for Active Directory binding only, not for login.)',
+ 'user_deleted_text' => 'Bu kullanıcı silindi olarak işaretlenmiş.',
+ 'username_note' => '(Bu yalnızca Active Directory bağlama için kullanılır, giriş için değildir.)',
'cloneuser' => 'Kullanıcıyı Kopyala',
'viewusers' => 'Kullanıcıları Görüntüle',
);
diff --git a/resources/lang/tr/auth/message.php b/resources/lang/tr/auth/message.php
index 0de6d83486..828b4473a7 100644
--- a/resources/lang/tr/auth/message.php
+++ b/resources/lang/tr/auth/message.php
@@ -7,7 +7,7 @@ return array(
'account_not_activated' => 'Hesabınız aktif edilmemiş.',
'account_suspended' => 'Hesabınız durdurulmuş.',
'account_banned' => 'Hesabınız engellenmiş.',
- 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).',
+ 'throttle' => 'Çok fazla başarısız giriş denemesi. Lütfen :minutes dakika içinde tekrar deneyin.',
'signin' => array(
'error' => 'Bir problem ile karşılaştık, lütfen tekrar deneyin.',
diff --git a/resources/lang/tr/button.php b/resources/lang/tr/button.php
index 3d8acc25c9..be3daa3ce0 100644
--- a/resources/lang/tr/button.php
+++ b/resources/lang/tr/button.php
@@ -11,5 +11,5 @@ return array(
'request' => 'İstek',
'submit' => 'Gönder',
'upload' => 'Yükle',
- 'select_file' => 'Select File...',
+ 'select_file' => 'Dosya Seç...',
);
diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php
index 0b40180943..7cdff9f353 100644
--- a/resources/lang/tr/general.php
+++ b/resources/lang/tr/general.php
@@ -9,7 +9,7 @@
'activity_report' => 'Aktivite Raporu',
'address' => 'Adres',
'admin' => 'Yönetici',
- 'add_seats' => 'Added seats',
+ 'add_seats' => 'Eklenen kişi sayısı',
'all_assets' => 'Tüm Demirbaşlar',
'all' => 'Tümü',
'archived' => 'Arşivlenmiş',
@@ -23,23 +23,23 @@
'avatar_upload' => 'Profil Resmi Yükle',
'back' => 'Geri',
'bad_data' => 'Hiçbir veri bulunamadı. Bozuk veri olabilir.',
- 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkout' => 'Toplu Atama',
'cancel' => 'İptal',
'categories' => 'Kategoriler',
'category' => 'Kategori',
- 'change' => 'In/Out',
+ 'change' => 'Giriş/Çıkış',
'changeemail' => 'E-posta Adresini Değiştir',
'changepassword' => 'Şifreyi Değiştir',
'checkin' => 'Giriş',
- 'checkin_from' => 'Checkin from',
- 'checkout' => 'Checkout',
+ 'checkin_from' => 'Geri al',
+ 'checkout' => 'Atama',
'city' => 'Şehir',
- 'click_here' => 'Click here',
+ 'click_here' => 'Buraya Tıklayın',
'companies' => 'Şirketler',
'company' => 'Şirket',
'component' => 'Bileşen',
'components' => 'Bileşenler',
- 'complete' => 'Complete',
+ 'complete' => 'Tamamla',
'consumable' => 'Sarf Malzeme',
'consumables' => 'Sarf Malzemeleri',
'country' => 'Ülke',
@@ -47,40 +47,43 @@
'created' => 'Öğe oluşturuldu',
'created_asset' => 'Oluşturulmuş Demirbaş',
'created_at' => 'Şurada oluşturuldu',
- 'updated_at' => 'Updated at',
+ 'updated_at' => 'Güncellendiği tarih',
'currency' => '$', // this is deprecated
'current' => 'Geçerli',
'custom_report' => 'Özel demirbaş raporu',
'dashboard' => 'Pano',
'date' => 'Tarih',
'debug_warning' => 'Uyarı!',
- '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
.',
+ 'debug_warning_text' => 'Bu uygulama, hata ayıklamanın etkin olduğu üretim modunda çalışıyor. Bu, hassas verilerinizi, uygulamanıza dış dünyadan erişebilirse ortaya çıkarabilir. Ayarını yaparak hata ayıklama modunu devre dışı bırakın. APP_DEBUG
value in your .env
file to false
.
+
+Context | Request Context
+',
'delete' => 'Sil',
'deleted' => 'Silinmiş',
- 'delete_seats' => 'Deleted Seats',
- 'departments' => 'Departments',
- 'department' => 'Department',
- 'deployed' => 'Deployed',
+ 'delete_seats' => 'Silinen Kullanıcı Lisansı Sayısı',
+ 'departments' => 'Bölümler',
+ 'department' => 'Bölüm',
+ 'deployed' => 'Atanmış',
'depreciation_report' => 'Amortisman Raporu',
'download' => 'İndir',
'depreciation' => 'Amortisman',
'editprofile' => 'Profil Düzenle',
- '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)',
+ 'eol' => 'Kullanım Ömrü',
+ 'email_domain' => 'E-posta etki alanı',
+ 'email_format' => 'E-posta biçimi',
+ 'email_domain_help' => 'İçe aktarırken e-posta adresleri oluşturmak için kullanılır',
+ 'filastname_format' => 'Ad başharfi Soyad (jsmith@example.com)',
+ 'firstname_lastname_format' => 'Adı Soyadı (jane.smith@example.com)',
'first' => 'İlk',
'first_name' => 'Ad',
- 'first_name_format' => 'First Name (jane@example.com)',
- 'file_name' => 'File',
- 'file_uploads' => 'File Uploads',
- 'generate' => 'Generate',
- 'groups' => 'Groups',
- 'gravatar_email' => 'Gravatar Email Address',
- 'history' => 'History',
- 'history_for' => 'History for',
+ 'first_name_format' => 'Ad (jane@example.com)',
+ 'file_name' => 'Dosya',
+ 'file_uploads' => 'Dosya Yüklemeleri',
+ 'generate' => 'Oluştur',
+ 'groups' => 'Gruplar',
+ 'gravatar_email' => 'Gravatar e-posta adresi',
+ 'history' => 'Geçmiş',
+ 'history_for' => 'Kullanıcı geçmişi',
'id' => 'Kimlik',
'image_delete' => 'Resmi sil',
'image_upload' => 'Resim yükle',
@@ -90,107 +93,107 @@
'asset_maintenance_report' => 'Demirbaş bakım raporu',
'asset_maintenances' => 'Demirbaş bakımları',
'item' => 'Ürün',
- 'insufficient_permissions' => 'Insufficient permissions!',
+ 'insufficient_permissions' => 'İzinler yetersiz!',
'language' => 'Dil',
'last' => 'Son',
- 'last_login' => 'Last Login',
+ 'last_login' => 'Son Giriş',
'last_name' => 'Soyisim',
'license' => 'Lisans',
'license_report' => 'Lisans Raporu',
- 'licenses_available' => 'licenses available',
+ 'licenses_available' => 'Kullanılabilir Lisanslar',
'licenses' => 'Lisanslar',
'list_all' => 'Tümünü listele',
'loading' => 'Yükleniyor',
- 'lock_passwords' => 'This field cannot be edited in this installation.',
- 'feature_disabled' => 'This feature has been disabled for the demo installation.',
- 'location' => 'Location',
+ 'lock_passwords' => 'Bu yüklemede bu alan düzenlenemez.',
+ 'feature_disabled' => 'Bu özellik demo yükleme için devre dışı bırakıldı.',
+ 'location' => 'Konum',
'locations' => 'Konumlar',
'logout' => 'Çıkış Yap',
- 'lookup_by_tag' => 'Lookup by Asset Tag',
+ 'lookup_by_tag' => 'Varlık etiketine göre arama',
'manufacturer' => 'Üretici',
'manufacturers' => 'Üreticiler',
- '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.',
+ 'markdown' => 'Bu alan Github tarafından desteklenir.',
+ 'min_amt' => 'Min. Miktar',
+ 'min_amt_help' => 'Bu alarmın devreye gireceği minimum varlık sayısı.',
'model_no' => 'Model No.',
'months' => 'ay',
'moreinfo' => 'Daha Fazla Bilgi',
'name' => 'Adı',
'next' => 'Sonraki',
- 'new' => 'new!',
- 'no_depreciation' => 'No Depreciation',
- 'no_results' => 'No Results.',
+ 'new' => 'yeni!',
+ 'no_depreciation' => 'Değer kaybı yok',
+ 'no_results' => 'Sonuç Bulunamadı.',
'no' => 'Hayır',
'notes' => 'Notlar',
- 'order_number' => 'Order Number',
- 'page_menu' => 'Showing _MENU_ items',
- 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
+ 'order_number' => 'Sipariş Numarası',
+ 'page_menu' => '_MENU_ Öğe gösteriliyor',
+ 'pagination_info' => '_START_ - _END_ of _TOTAL_ arası öğeler',
'pending' => 'Bekliyor',
'people' => 'Kişiler',
'per_page' => 'Sayfa başına sonuç sayısı',
'previous' => 'Önceki',
'processing' => 'İşleniyor',
'profile' => 'Profiliniz',
- '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',
+ 'purchase_cost' => 'Satın Alma Ücreti',
+ 'purchase_date' => 'Satın Alma Tarihi',
+ 'qty' => 'Miktar',
+ 'quantity' => 'Miktar',
+ 'ready_to_deploy' => 'Atamaya Hazır',
+ 'recent_activity' => 'Son Etkinlik',
+ 'remove_company' => 'Firma bağlantısını sil',
'reports' => 'Raporlar',
- 'requested' => 'Requested',
- 'request_canceled' => 'Request Canceled',
+ 'requested' => 'Talep Edilen',
+ 'request_canceled' => 'Talep iptal edildi',
'save' => 'Kaydet',
'select' => 'Seç',
'search' => 'Ara',
- 'select_category' => 'Select a Category',
- 'select_department' => 'Select a Department',
- 'select_depreciation' => 'Select a Depreciation Type',
+ 'select_category' => 'Kategori Seç',
+ 'select_department' => 'Bölüm Seç',
+ 'select_depreciation' => 'Bir Değer Kaybı Türü Seç',
'select_location' => 'Konum Seç',
- 'select_manufacturer' => 'Select a Manufacturer',
+ 'select_manufacturer' => 'Bir Üretici Seç',
'select_model' => 'Model Seç',
- 'select_supplier' => 'Select a Supplier',
+ 'select_supplier' => 'Tedarikçi Seç',
'select_user' => 'Kullanıcı Seç',
- 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_date' => 'Tarihi Seç (YYYY-AA-GG)',
'select_statuslabel' => 'Durum Seç',
- 'select_company' => 'Select Company',
- 'select_asset' => 'Select Asset',
+ 'select_company' => 'Firma Seç',
+ 'select_asset' => 'Varlık Seç',
'settings' => 'Ayarlar',
'sign_in' => 'Oturum Aç',
- 'signature' => 'Signature',
- 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
+ 'signature' => 'İmza',
+ 'some_features_disabled' => 'DEMO modu: Bu yükleme için bazı özellikleri devre dışı bırakılır.',
'site_name' => 'Site Adı',
- 'state' => 'State',
+ 'state' => 'İlçe',
'status_labels' => 'Durum Etiketleri',
'status' => 'Durum',
- 'supplier' => 'Supplier',
+ 'supplier' => 'Tedarikçi',
'suppliers' => 'Tedarikçiler',
- 'sure_to_delete' => 'Are you sure you wish to delete',
- 'submit' => 'Submit',
- 'target' => 'Target',
- 'time_and_date_display' => 'Time and Date Display',
+ 'sure_to_delete' => 'Silmek istediğinize emin misiniz',
+ 'submit' => 'Gönder',
+ 'target' => 'Hedef',
+ 'time_and_date_display' => 'Zaman ve Tarih Görüntüle',
'total_assets' => 'Toplam Demirbaşlar',
'total_licenses' => 'Toplam Lisanslar',
- 'total_accessories' => 'total accessories',
- 'total_consumables' => 'total consumables',
+ 'total_accessories' => 'tüm aksesuarlar',
+ 'total_consumables' => 'tüm sarf malzemeler',
'type' => 'Tip',
- 'undeployable' => 'Un-deployable',
- 'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
+ 'undeployable' => 'Atanamaz',
+ 'unknown_admin' => 'Bilinmeyen Yönetici',
+ 'username_format' => 'Kullanıcı Adı Biçimi',
'update' => 'Güncelle',
'uploaded' => 'Yüklendi',
'user' => 'Kullanıcı',
- 'accepted' => 'accepted',
- 'declined' => 'declined',
- 'unaccepted_asset_report' => 'Unaccepted Assets',
+ 'accepted' => 'kabul edildi',
+ 'declined' => 'reddedildi',
+ 'unaccepted_asset_report' => 'Kabul Edilmeyen Varlıklar',
'users' => 'Kullanıcılar',
- 'viewassets' => 'View Assigned Assets',
+ 'viewassets' => 'Atanan Varlıkları Görüntüle',
'website' => 'İnternet sitesi',
'welcome' => 'Hoşgeldiniz, :name',
'years' => 'Yıl',
'yes' => 'Evet',
'zip' => 'Zip',
- 'noimage' => 'No image uploaded or image not found.',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'noimage' => 'Yüklenen görüntü veya resim bulunamadı.',
+ 'token_expired' => 'Oturum zaman aşımına uğradı. Lütfen tekrar giriş yapın.',
];
diff --git a/resources/lang/tr/mail.php b/resources/lang/tr/mail.php
index 3d97cc0c77..dc26357dd4 100644
--- a/resources/lang/tr/mail.php
+++ b/resources/lang/tr/mail.php
@@ -28,46 +28,46 @@ return array(
'Days' => 'Günler',
'days' => 'Günler',
'expecting_checkin_date' => 'Beklenen Giriş Tarihi:',
- '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:',
- 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum
- inventory or will soon be low.',
- 'Item_Request_Canceled' => 'Item Request Canceled',
- 'Item_Requested' => 'Item Requested',
- 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.',
- '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',
+ 'expires' => 'Bitiş',
+ 'Expiring_Assets_Report' => 'Süresi Dolan Varlık Raporu.',
+ 'Expiring_Licenses_Report' => 'Süresi Dolan Lisans Raporu.',
+ 'hello' => 'Merhaba',
+ 'hi' => 'Merhaba',
+ 'i_have_read' => 'Okudum ve kullanım şartlarını ve bu varlığı kabul ediyorum.',
+ 'item' => 'Ürün:',
+ 'items_below_minimum' => '{1} asgari envanter altındaysa veya yakında düşük olacak öğeyi |. Minimuma altındadır [2,Inf] öğe
+ envanter veya yakında düşük olacaktır.',
+ 'Item_Request_Canceled' => 'Talep İptal Edildi',
+ 'Item_Requested' => 'Varlık Talep Edildi',
+ 'licenses_expiring' => '{1} lisans süresi dolan sonraki 60 gün |. [2, Inf] sonraki 60 gün süresi dolan lisanslar.',
+ 'link_to_update_password' => 'Şifrenizi güncellemek için aşağıdaki linke tıklayınız :web password:',
+ 'login_first_admin' => 'Yeni Snipe-IT Kurulumu oturum açma kimlik bilgilerini aşağıdaki gibidir. ',
+ 'login' => 'Giriş:',
+ 'Low_Inventory_Report' => 'Düşük Stok Raporu',
+ 'min_QTY' => 'Min. Miktar',
+ 'name' => 'Ad',
+ 'new_item_checked' => 'Yeni varlık altında kullanıma alındı, ayrıntıları aşağıdadır.',
+ 'password' => 'Parola:',
+ 'password_reset' => 'Parola Sıfırlama',
- '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: ',
- 'There_are' => '{1} There is|[2,Inf] There are',
- 'to_reset' => 'To reset your :web password, complete this form:',
- 'type' => 'Type',
- 'user' => 'User:',
- 'username' => 'Username:',
- 'welcome' => 'Welcome :name',
- 'welcome_to' => 'Welcome to :web!',
- 'your_credentials' => 'Your Snipe-IT credentials',
+ 'read_the_terms' => 'Aşağıdaki kullanım koşullarını okuyunuz.',
+ 'read_the_terms_and_click' => 'Aşağıdaki kullanım şartlarını okuyun ve okumak onaylamak için alt kısımdaki linke tıklayınız
+ ve kullanım şartlarını kabul ve varlık aldık.',
+ 'requested' => 'Talep Edilen:',
+ 'reset_link' => 'Parola Sıfırlama Bağlantısı',
+ 'reset_password' => 'Şifrenizi sıfırlamak için burayı tıklatın:',
+ 'serial' => 'Seri No:',
+ 'supplier' => 'Tedarikçi',
+ 'tag' => 'Etiket',
+ 'test_email' => 'Snipe-It Test Maili',
+ 'test_mail_text' => 'Snipe-IT varlık yönetim sisteminden bir denemedir',
+ 'the_following_item' => 'Aşağıdaki varlık geri alındı olarak işaretlendi: ',
+ 'There_are' => '{1} var|[2,Inf] var',
+ 'to_reset' => 'Şifre sıfırlamak için :web password, formu doldurun:',
+ 'type' => 'Tür',
+ 'user' => 'Kullanıcı:',
+ 'username' => 'Kullanıcı Adı:',
+ 'welcome' => 'Hoşgeldiniz, :name',
+ 'welcome_to' => 'Hoş geldiniz :web!',
+ 'your_credentials' => 'Snipe-IT Bilgileriniz',
);
diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php
index c39da95df0..3e64efce07 100644
--- a/resources/lang/tr/validation.php
+++ b/resources/lang/tr/validation.php
@@ -13,60 +13,62 @@ return array(
|
*/
- "accepted" => "The :attribute must be accepted.",
- "active_url" => "The :attribute is not a valid URL.",
- "after" => "The :attribute must be a date after :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.",
- "before" => "The :attribute must be a date before :date.",
+ "accepted" => ": attribute benzersiz olması gerekir.",
+ "active_url" => ":attribute geçersiz URL.",
+ "after" => ":attribute :date sonra olmalı.",
+ "alpha" => ":attribute sadece harf içermeli.",
+ "alpha_dash" => ":attribute sadece harf, rakam ve noktalama işaretleri olabilir.",
+ "alpha_num" => ":attribute sadece harf ve rakam olabilir.",
+ "before" => ":attribute :date den önce olmalı.",
"between" => array(
- "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.",
+ "numeric" => ":attribute :min - :max arasında olmalı.",
+ "file" => ":attribute :min - :max Kb arasında olmalı.",
+ "string" => ":attribute :min - :max karakter arasında olmalı.",
),
- "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.",
- "email" => "The :attribute format is invalid.",
- "exists" => "The selected :attribute is invalid.",
- "email_array" => "One or more email addresses is invalid.",
- "image" => "The :attribute must be an image.",
- "in" => "The selected :attribute is invalid.",
- "integer" => "The :attribute must be an integer.",
- "ip" => "The :attribute must be a valid IP address.",
+ "boolean" => ":attribute doğru veya yanlış olabilir.",
+ "confirmed" => ":attribute doğrulama uyuşmuyor.",
+ "date" => ":attribute geçerli bir tarih değil.",
+ "date_format" => ":attribute biçim geçersiz.",
+ "different" => ":attribute ve :other farklı olmalı.",
+ "digits" => ":attribute :digits numara olmalı.",
+ "digits_between" => ":attribute :min ve :max numara.",
+ "email" => ":attribute biçim geçersiz.",
+ "exists" => ":attribute seçim geçersiz.",
+ "email_array" => "Bir veya daha fazla e-posta adresi geçerli değil.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
+ "image" => ":attribute bir görüntü olması gerekir.",
+ "in" => ":attribute geçersiz.",
+ "integer" => ":attribute bir tamsayı olmalıdır.",
+ "ip" => ":attribute geçerli bir IP adresi olması gerekir.",
"max" => array(
- "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.",
+ "numeric" => ":attribute :max dan büyük olmalı.",
+ "file" => ":attribute :max Kb tan büyük olmalı.",
+ "string" => ":attribute :max karakterden büyük olamaz.",
),
- "mimes" => "The :attribute must be a file of type: :values.",
+ "mimes" => ":attribute :values türleri olmalı.",
"min" => array(
- "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.",
+ "numeric" => ":attribute :min den küçük olmalı.",
+ "file" => ":attribute :min Kb tan küçük olmalı.",
+ "string" => ":attribute :min karakterden küçük olmalı.",
),
- "not_in" => "The selected :attribute is invalid.",
- "numeric" => "The :attribute must be a number.",
- "regex" => "The :attribute format is invalid.",
- "required" => "The :attribute field is required.",
- "required_if" => "The :attribute field is required when :other is :value.",
- "required_with" => "The :attribute field is required when :values is present.",
- "required_without" => "The :attribute field is required when :values is not present.",
- "same" => "The :attribute and :other must match.",
+ "not_in" => ":attribute geçersiz.",
+ "numeric" => ":attribute sayı olmalıdır.",
+ "regex" => ":attribute formatı geçersiz.",
+ "required" => ":attribute alanı zorunludur.",
+ "required_if" => ":attribute :other :value geçersiz.",
+ "required_with" => ":attribute :values geçersiz.",
+ "required_without" => ":attribute :values geçersiz.",
+ "same" => ":attribute ve :other aynı olmalı.",
"size" => array(
- "numeric" => "The :attribute must be :size.",
- "file" => "The :attribute must be :size kilobytes.",
- "string" => "The :attribute must be :size characters.",
+ "numeric" => ":attribute :size olmalı.",
+ "file" => ":attribute :size Kb olmalı.",
+ "string" => ":attribute :size karakter olmalı.",
),
- "unique" => "The :attribute has already been taken.",
- "url" => "The :attribute format is invalid.",
- "statuslabel_type" => "You must select a valid status label type",
- "unique_undeleted" => "The :attribute must be unique.",
+ "unique" => ":attribute zaten alınmış.",
+ "url" => ":attribute biçim geçersiz.",
+ "statuslabel_type" => "Geçerli bir durum etiketi türü seçmelisiniz",
+ "unique_undeleted" => ": attribute benzersiz olması gerekir.",
/*
@@ -81,7 +83,7 @@ return array(
*/
'custom' => array(),
- 'alpha_space' => "The :attribute field contains a character that is not allowed.",
+ 'alpha_space' => ": attribute alanı izin verilmeyen bir karakter içeriyor.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/vi/admin/asset_maintenances/message.php b/resources/lang/vi/admin/asset_maintenances/message.php
index 855f19b998..28cd5cdbe7 100644
--- a/resources/lang/vi/admin/asset_maintenances/message.php
+++ b/resources/lang/vi/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => 'Tài sản đang bảo trì được tạo thành công.'
],
'edit' => [
- 'error' => 'Asset Maintenance was not edited, please try again.',
- 'success' => 'Asset Maintenance edited successfully.'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Chưa hoàn thành',
'warranty' => 'Bảo hành',
diff --git a/resources/lang/vi/admin/custom_fields/message.php b/resources/lang/vi/admin/custom_fields/message.php
index 0d34afa9e8..ed66a6ba16 100644
--- a/resources/lang/vi/admin/custom_fields/message.php
+++ b/resources/lang/vi/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php
index b71c208c22..7596674f3b 100644
--- a/resources/lang/vi/admin/settings/general.php
+++ b/resources/lang/vi/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'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',
'logo' => 'Logo',
'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',
@@ -71,6 +73,12 @@ return array(
'php' => 'Phiên bản PHP',
'php_gd_info' => 'Bạn phải cài đặt php-gd để hiển thị QR codes, xem cấu trúc cài đặt.',
'php_gd_warning' => 'PHP Image Processing và GD plugin thì CHƯA cài đặt.',
+ '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 5',
+ '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' => 'Bật QR Code đầu tiên để gán cho nó',
'qr_text' => 'Chuỗi QR Code',
'setting' => 'Cài đặt',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'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',
diff --git a/resources/lang/vi/admin/users/message.php b/resources/lang/vi/admin/users/message.php
index 8ce1b038f2..be215eec51 100644
--- a/resources/lang/vi/admin/users/message.php
+++ b/resources/lang/vi/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => 'Có vấn đề xảy ra khi tạo người dùng. Xin thử lại lần nữa.',
'update' => 'Có vấn đề xảy ra khi cập nhật người dùng. Xin thử lại lần nữa.',
'delete' => 'Có vấn đề xảy ra khi xóa người dùng. Xin thử lại lần nữa.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Có vấn đề xảy ra khi phục hồi người dùng bị tạm ngưng. Xin thử lại.',
'import' => 'Có vấn đề xảy ra khi nhập danh sách người dùng. Xin thử lại.',
'asset_already_accepted' => 'Tài sản này đã được chấp thuận.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Không thể liên kết đến máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP: ',
'ldap_could_not_search' => 'Không thể tìm thấy máy chủ LDAP. Xin vui lòng kiểm tra cấu hình cài đặt máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP:',
'ldap_could_not_get_entries' => 'Không thể lấy các mục từ máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/vi/admin/users/table.php b/resources/lang/vi/admin/users/table.php
index 66a812459e..9c50aac2ee 100644
--- a/resources/lang/vi/admin/users/table.php
+++ b/resources/lang/vi/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => 'Địa phương',
'lock_passwords' => 'Chi tiết đăng nhập không thể thay đổi trong cài đặt này.',
'manager' => 'Người quản lý',
+ 'managed_locations' => 'Managed Locations',
'name' => 'Tên',
'notes' => 'Ghi chú',
'password_confirm' => 'Xác nhận mật khẩu',
diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php
index 1db30cdcef..32c7d5f2f5 100644
--- a/resources/lang/vi/validation.php
+++ b/resources/lang/vi/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => "Định dạng :attribute thì không phù hợp.",
"exists" => ":attribute đã chọn không phù hợp.",
"email_array" => "Một hoặc nhiều địa chỉ email không hợp lệ.",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute phải là một hình.",
"in" => ":attribute đã lựa chọn không hợp lý.",
"integer" => ":attribute phải là một số nguyên.",
diff --git a/resources/lang/zh-CN/admin/asset_maintenances/message.php b/resources/lang/zh-CN/admin/asset_maintenances/message.php
index 157d452f79..10604e6a34 100644
--- a/resources/lang/zh-CN/admin/asset_maintenances/message.php
+++ b/resources/lang/zh-CN/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => '资产维护信息已创建。'
],
'edit' => [
- 'error' => '资产维护信息编辑失败,请重试。',
- 'success' => '资产维护信息已成功编辑。'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => '尚未完成',
'warranty' => '有质保',
diff --git a/resources/lang/zh-CN/admin/custom_fields/message.php b/resources/lang/zh-CN/admin/custom_fields/message.php
index 400d4d83f0..4db82d37af 100644
--- a/resources/lang/zh-CN/admin/custom_fields/message.php
+++ b/resources/lang/zh-CN/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => '新增字段集失败,请重试',
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
index ecb97f3c38..77acc7056d 100644
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'load_remote_text' => '外部脚本',
'load_remote_help_text' => '允许Snipe-IT安装外部的加载脚本。',
+ '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',
'logo' => '徽标',
'full_multiple_companies_support_help_text' => '限制归属特定公司的用户(包括管理员)仅能访问该公司资产',
'full_multiple_companies_support_text' => '完整多企业支持',
@@ -71,6 +73,12 @@ return array(
'php' => 'PHP版本',
'php_gd_info' => '您必须安装php-gd显示二维码,请参阅安装说明。',
'php_gd_warning' => 'PHP图像处理的GD[php-gd]插件没有安装',
+ '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 5',
+ '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' => '允许二维码首次设置',
'qr_text' => '二维码文本',
'setting' => '设置',
@@ -105,6 +113,8 @@ return array(
'width_w' => '宽',
'height_h' => '高',
'text_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_secret' => '两步验证验证码',
'two_factor_enrollment' => '加入两步验证',
diff --git a/resources/lang/zh-CN/admin/users/message.php b/resources/lang/zh-CN/admin/users/message.php
index c574f57cbe..251b163208 100644
--- a/resources/lang/zh-CN/admin/users/message.php
+++ b/resources/lang/zh-CN/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => '创建用户过程中出现了一些问题,请重试。',
'update' => '更新用户过程中出现了一些问题,请重试。',
'delete' => '删除用户过程中出现了一点儿问题,请重试。',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => '恢复停用用户的过程中出现了一点儿问题,请重试。',
'import' => '导入用户出现问题。请再试一次。',
'asset_already_accepted' => '资产已被接受',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => '无法绑定到LDAP服务器,请检查LDAP配置文件中的相关设置。
LDAP服务器错误信息: ',
'ldap_could_not_search' => '查询LDAP服务器失败,请检查LDAP配置文件中的相关设置。
LDAP服务器错误信息:',
'ldap_could_not_get_entries' => '从LDAP服务器获取信息条目失败,请检查LDAP配置文件中的相关设置。
LDAP服务器错误信息:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/zh-CN/admin/users/table.php b/resources/lang/zh-CN/admin/users/table.php
index 34ff5024ef..1081f87670 100644
--- a/resources/lang/zh-CN/admin/users/table.php
+++ b/resources/lang/zh-CN/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => '位置',
'lock_passwords' => '不能更换登陆资料',
'manager' => '领导',
+ 'managed_locations' => 'Managed Locations',
'name' => '名字',
'notes' => '笔记',
'password_confirm' => '确认密码',
diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php
index 1128ee4e42..67bbcc146c 100644
--- a/resources/lang/zh-CN/validation.php
+++ b/resources/lang/zh-CN/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute 格式不对",
"exists" => "选择的 :attribute 无效",
"email_array" => "一个或多个邮件地址不正确",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute 必须是图片格式",
"in" => "选择的 :attribute 无效",
"integer" => ":attribute 必须是整数",
diff --git a/resources/lang/zh-TW/admin/asset_maintenances/message.php b/resources/lang/zh-TW/admin/asset_maintenances/message.php
index add2fe4776..e355504b89 100644
--- a/resources/lang/zh-TW/admin/asset_maintenances/message.php
+++ b/resources/lang/zh-TW/admin/asset_maintenances/message.php
@@ -12,8 +12,8 @@
'success' => '資產維護訊息已新增。'
],
'edit' => [
- 'error' => '資產維護訊息修改失敗。請再試一次',
- 'success' => '資產維護訊息已修改。'
+ 'error' => 'Asset Maintenance was not created, please try again.',
+ 'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => '尚未完成',
'warranty' => '保固',
diff --git a/resources/lang/zh-TW/admin/custom_fields/message.php b/resources/lang/zh-TW/admin/custom_fields/message.php
index 94b3ee48ba..f42916868c 100644
--- a/resources/lang/zh-TW/admin/custom_fields/message.php
+++ b/resources/lang/zh-TW/admin/custom_fields/message.php
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
-
+ 'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => '新增欄位集失敗,請重試。',
diff --git a/resources/lang/zh-TW/admin/departments/message.php b/resources/lang/zh-TW/admin/departments/message.php
index d65f4fbb2b..471d17ebaf 100644
--- a/resources/lang/zh-TW/admin/departments/message.php
+++ b/resources/lang/zh-TW/admin/departments/message.php
@@ -2,20 +2,20 @@
return array(
- 'does_not_exist' => '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. ',
+ 'does_not_exist' => '部門不存在。',
+ 'assoc_users' => '至少還有一位使用者與此部門關聯,目前不能被删除,請檢查後重試。 ',
'create' => array(
- 'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.'
+ 'error' => '新增部門失敗,請重試。',
+ 'success' => '新增部門成功。'
),
'update' => array(
- 'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.'
+ 'error' => '更新部門失敗,請重試。',
+ 'success' => '成功更新部門。'
),
'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.'
+ 'confirm' => '您確定要刪除此部門嗎?',
+ 'error' => '刪除部門時發生問題,請重試。',
+ 'success' => '刪除部門成功。'
)
);
diff --git a/resources/lang/zh-TW/admin/departments/table.php b/resources/lang/zh-TW/admin/departments/table.php
index 76494247be..c8479f122e 100644
--- a/resources/lang/zh-TW/admin/departments/table.php
+++ b/resources/lang/zh-TW/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Department Name',
- 'manager' => 'Manager',
- 'location' => 'Location',
- 'create' => 'Create Department',
- 'update' => 'Update Department',
+ 'name' => '部門名稱',
+ 'manager' => '主管',
+ 'location' => '位置',
+ 'create' => '新增部門',
+ 'update' => '更新部門',
);
diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php
index 70dba239b3..177f56a766 100644
--- a/resources/lang/zh-TW/admin/hardware/message.php
+++ b/resources/lang/zh-TW/admin/hardware/message.php
@@ -47,7 +47,7 @@ return array(
'delete' => array(
'confirm' => '您確定要刪除此資產嗎?',
'error' => '刪除資產時發生問題,請重試。',
- 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'nothing_updated' => '沒有資產被選擇,因此沒有更新任何內容。',
'success' => '刪除資產成功。'
),
diff --git a/resources/lang/zh-TW/admin/models/message.php b/resources/lang/zh-TW/admin/models/message.php
index 7acffeccb4..aba7ebbac0 100644
--- a/resources/lang/zh-TW/admin/models/message.php
+++ b/resources/lang/zh-TW/admin/models/message.php
@@ -29,8 +29,8 @@ return array(
),
'bulkedit' => array(
- 'error' => 'No fields were changed, so nothing was updated.',
- 'success' => 'Models updated.'
+ 'error' => '沒有欄位被更改,因此沒有更新任何內容。',
+ 'success' => '樣板已更新。'
),
);
diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php
index 7f630f8d46..fb2b4bbbf1 100644
--- a/resources/lang/zh-TW/admin/settings/general.php
+++ b/resources/lang/zh-TW/admin/settings/general.php
@@ -64,6 +64,8 @@ return array(
'ldap_email' => 'LDAP Email',
'load_remote_text' => '外部腳本',
'load_remote_help_text' => '允許 Snipe-IT 安裝外部腳本',
+ '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',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => '限制使用者(包括管理員) 僅能存取該公司的資產',
'full_multiple_companies_support_text' => '完整支援多公司',
@@ -72,6 +74,12 @@ return array(
'php' => 'PHP 版本',
'php_gd_info' => '您必須安裝 php-gd 顯示二維條碼,請參閱安裝說明。',
'php_gd_warning' => 'PHP 圖形處理及 php-gd 套件沒有安裝',
+ '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 5',
+ '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' => '允許二維條碼首次設置',
'qr_text' => '二維條碼文字',
'setting' => '設定',
@@ -91,7 +99,7 @@ return array(
'about_settings_text' => '這些設定允許您自訂您的安裝偏好',
'labels_per_page' => '每頁顯示',
'label_dimensions' => '標籤尺寸(英吋)',
- 'next_auto_tag_base' => 'Next auto-increment',
+ 'next_auto_tag_base' => '下一個自動增量',
'page_padding' => '頁面邊框(英吋)',
'purge' => '清除已標記刪除的記錄',
'labels_display_bgutter' => '標籤底部裝訂線',
@@ -106,6 +114,8 @@ return array(
'width_w' => '寬',
'height_h' => '高',
'text_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_secret' => '雙因素驗證代碼',
'two_factor_enrollment' => '登記雙因素驗證',
diff --git a/resources/lang/zh-TW/admin/users/message.php b/resources/lang/zh-TW/admin/users/message.php
index f07c3ec18e..bd4bad6522 100644
--- a/resources/lang/zh-TW/admin/users/message.php
+++ b/resources/lang/zh-TW/admin/users/message.php
@@ -31,6 +31,7 @@ return array(
'create' => '新增使用者失敗,請重試。',
'update' => '更新使用者失敗,請重試。',
'delete' => '刪除使用者失敗,請重試。',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => '解除停用使用者失敗,請重試。',
'import' => '匯入使用者失敗,請重試。',
'asset_already_accepted' => '資產已被接受',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => '無法綁定 LDAP 伺服器,請檢查 LDAP 設定文件中的相關設定。
LDAP 伺服器錯誤訊息:',
'ldap_could_not_search' => '查詢 LDAP 伺服器失敗,請檢查 LDAP 設定文件中的相關設定。
LDAP 伺服器錯誤訊息:',
'ldap_could_not_get_entries' => ' LDAP 伺服器取得資訊條目失敗,請檢查 LDAP 設定文件中的相關設定。
LDAP 伺服器錯誤訊息:',
+ 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
diff --git a/resources/lang/zh-TW/admin/users/table.php b/resources/lang/zh-TW/admin/users/table.php
index 2a53fbdadb..fb4072f092 100644
--- a/resources/lang/zh-TW/admin/users/table.php
+++ b/resources/lang/zh-TW/admin/users/table.php
@@ -19,6 +19,7 @@ return array(
'location' => '位置',
'lock_passwords' => '不能修改登入資料',
'manager' => '主管',
+ 'managed_locations' => 'Managed Locations',
'name' => '名字',
'notes' => '備註',
'password_confirm' => '確認密碼',
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index 51e9fad3b2..a8b86bbae5 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -27,7 +27,7 @@
'cancel' => '取消',
'categories' => '類別',
'category' => '類別',
- 'change' => 'In/Out',
+ 'change' => '進/出',
'changeemail' => '更改電子郵件地址',
'changepassword' => '更改密碼',
'checkin' => '繳回',
@@ -58,8 +58,8 @@
'delete' => '刪除',
'deleted' => '刪除',
'delete_seats' => '刪除授權',
- 'departments' => 'Departments',
- 'department' => 'Department',
+ 'departments' => '部門',
+ 'department' => '部門',
'deployed' => '已分配',
'depreciation_report' => '折舊報告',
'download' => '下載',
@@ -145,14 +145,14 @@
'select' => '選擇',
'search' => '搜尋',
'select_category' => '選擇一個類別',
- 'select_department' => 'Select a Department',
+ 'select_department' => '選擇部門',
'select_depreciation' => '選擇折舊類型',
'select_location' => '選擇位置',
'select_manufacturer' => '選擇製造商',
'select_model' => '選擇型號',
'select_supplier' => '選擇供應商',
'select_user' => '選擇使用者',
- 'select_date' => 'Select Date (YYYY-MM-DD)',
+ 'select_date' => '選擇日期 (YYYY-MM-DD)',
'select_statuslabel' => '選擇狀態',
'select_company' => '選擇公司',
'select_asset' => '選擇資產',
diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php
index d0d3e400ed..0f0bf41d58 100644
--- a/resources/lang/zh-TW/validation.php
+++ b/resources/lang/zh-TW/validation.php
@@ -35,6 +35,8 @@ return array(
"email" => ":attribute 格式不正確",
"exists" => "選擇的 :attribute 無效",
"email_array" => "一個或多個郵件地址不正確",
+ "hashed_pass" => "Your current password is incorrect",
+ 'dumbpwd' => 'That password is too common.',
"image" => ":attribute 必須是圖片格式",
"in" => "選擇的 :attribute 無效",
"integer" => ":attribute 必須是整數",