diff --git a/resources/lang/af/account/general.php b/resources/lang/af/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/af/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/af/admin/hardware/message.php b/resources/lang/af/admin/hardware/message.php index 3360c31752..a408a43f0c 100644 --- a/resources/lang/af/admin/hardware/message.php +++ b/resources/lang/af/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Bate is nie opgedateer nie, probeer asseblief weer', 'success' => 'Bate is suksesvol opgedateer.', 'nothing_updated' => 'Geen velde is gekies nie, dus niks is opgedateer nie.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php index be84588847..816761f58d 100644 --- a/resources/lang/af/admin/settings/general.php +++ b/resources/lang/af/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Voorvoegsel (opsioneel)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'rugsteun', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP-bediener', 'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)', 'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering', diff --git a/resources/lang/af/admin/settings/table.php b/resources/lang/af/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/af/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/af/admin/users/general.php b/resources/lang/af/admin/users/general.php index 92fc84207a..8dfea3a116 100644 --- a/resources/lang/af/admin/users/general.php +++ b/resources/lang/af/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Sien gebruiker: naam', 'usercsv' => 'CSV-lêer', 'two_factor_admin_optin_help' => 'Jou huidige administrasie-instellings laat selektiewe handhawing van twee-faktor-verifikasie toe.', - 'two_factor_enrolled' => '2FA-toestel ingeskryf', - 'two_factor_active' => '2FA aktief', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/af/admin/users/table.php b/resources/lang/af/admin/users/table.php index df7b1e7428..e0fcd456d6 100644 --- a/resources/lang/af/admin/users/table.php +++ b/resources/lang/af/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'e-pos', 'employee_num' => 'Werknemer No.', 'first_name' => 'Eerste naam', - 'groupnotes' => 'Kies \'n groep om aan die gebruiker toe te ken, onthou dat \'n gebruiker die regte van die groep wat hulle toegewys is, aanvaar.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'id', 'inherit' => 'erf', 'job' => 'Werkstitel', diff --git a/resources/lang/af/auth.php b/resources/lang/af/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/af/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/af/general.php b/resources/lang/af/general.php index 1978cdbae2..6811674021 100644 --- a/resources/lang/af/general.php +++ b/resources/lang/af/general.php @@ -1,6 +1,6 @@ 'bykomstighede', 'activated' => 'geaktiveer', 'accessory' => 'Bykomstigheid', @@ -26,6 +26,7 @@ 'audit' => 'oudit', 'audit_report' => 'Ouditlogboek', 'assets' => 'bates', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Verwyder Avatar', 'avatar_upload' => 'Laai avatar op', 'back' => 'terug', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'lêer', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Lêeroplaaie', 'file_upload' => 'File Upload', 'generate' => 'genereer', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Teken in', 'signature' => 'Handtekening', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'staat', 'status_labels' => 'Status etikette', 'status' => 'status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'verskaffer', 'suppliers' => 'Verskaffers', 'sure_to_delete' => 'Is jy seker jy wil verwyder', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php index a5b2e34f92..6ee3e716e8 100644 --- a/resources/lang/af/validation.php +++ b/resources/lang/af/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Die: Attribuutformaat is ongeldig.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/am/account/general.php b/resources/lang/am/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/am/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/am/admin/hardware/message.php b/resources/lang/am/admin/hardware/message.php index 1d8fb1874b..d2214ce00c 100644 --- a/resources/lang/am/admin/hardware/message.php +++ b/resources/lang/am/admin/hardware/message.php @@ -14,9 +14,9 @@ return [ ], 'update' => [ - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Asset was not updated, please try again', + 'success' => 'Asset updated successfully.', + 'nothing_updated' => 'No fields were selected, so nothing was updated.', 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], diff --git a/resources/lang/am/admin/settings/general.php b/resources/lang/am/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/am/admin/settings/general.php +++ b/resources/lang/am/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/am/admin/settings/table.php b/resources/lang/am/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/am/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/am/admin/users/general.php b/resources/lang/am/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/am/admin/users/general.php +++ b/resources/lang/am/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/am/admin/users/table.php b/resources/lang/am/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/am/admin/users/table.php +++ b/resources/lang/am/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/am/auth.php b/resources/lang/am/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/am/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/am/general.php b/resources/lang/am/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/am/general.php +++ b/resources/lang/am/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/am/validation.php b/resources/lang/am/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/am/validation.php +++ b/resources/lang/am/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ar/account/general.php b/resources/lang/ar/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ar/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php index d63ea2f0be..4103f9dd7f 100644 --- a/resources/lang/ar/admin/hardware/message.php +++ b/resources/lang/ar/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'لم يتم تحديث الأصل، يرجى إعادة المحاولة', 'success' => 'تم تحديث الأصل بنجاح.', 'nothing_updated' => 'لم يتم اختيار أي حقول، لذلك لم يتم تحديث أي شيء.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index 88965382a2..3a47aa024d 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'البادئة (اختياري)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'النسخ الإحتياطية', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'أدخل اسم مستخدم وكلمة مرور LDAP من الاسم المميز الأساسي DN الذي حددته أعلاه لاختبار ما إذا كان قد تمت تهيئة معلومات تسجيل الدخول إلى LDAP بشكل صحيح أم لا. يجب حفظ تحديث LDAP الخاص بك أولا.', 'ldap_login_sync_help' => 'هذا يختبر فقط أن LDAP يستطيع المزامنة بشكل صحيح. إذا كان استعلام التوثيق الى LDAP الخاص بك غير صحيح، قد لا يزال المستخدمون غير قادرين على تسجيل الدخول. يجب عليك اولا حفظ اي تغييرات في إعدادات LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'خادم لداب', 'ldap_server_help' => 'ينبغي أن يبدأ هذا مع //:ldap (للاتصال غير المشفر او TLS) او //:ldaps (لاتصال SSL)', 'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب', diff --git a/resources/lang/ar/admin/settings/table.php b/resources/lang/ar/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ar/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php index f8c41d59ac..52fc3f6afe 100644 --- a/resources/lang/ar/admin/users/general.php +++ b/resources/lang/ar/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'عرض المستخدم :name', 'usercsv' => 'ملف CSV', 'two_factor_admin_optin_help' => 'تسمح إعدادات المشرف الحالية بإنفاذ انتقائي للمصادقة الثنائية.', - 'two_factor_enrolled' => '2FA الجهاز المسجلين', - 'two_factor_active' => '2FA نشط', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ar/admin/users/table.php b/resources/lang/ar/admin/users/table.php index b1ae39f024..393c2eb919 100644 --- a/resources/lang/ar/admin/users/table.php +++ b/resources/lang/ar/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'البريد الالكتروني', 'employee_num' => 'رقم الموظف', 'first_name' => 'الإسم الأول', - 'groupnotes' => 'حدد مجموعة ليتم تعيينها للمستخدم، تذكر أن المستخدم يأخذ صلاحيات المجموعة التي ينتمي اليها.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'رقم التعريف', 'inherit' => 'يرث', 'job' => 'العنوان الوظيفي', diff --git a/resources/lang/ar/auth.php b/resources/lang/ar/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ar/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php index 062680c686..fca276735d 100644 --- a/resources/lang/ar/general.php +++ b/resources/lang/ar/general.php @@ -1,6 +1,6 @@ 'ملحقات', 'activated' => 'مفعل', 'accessory' => 'ملحق', @@ -26,6 +26,7 @@ 'audit' => 'تدقيق', 'audit_report' => 'سجل التدقيق', 'assets' => 'الأصول', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'حذف الصورة الرمزية', 'avatar_upload' => 'رفع صورة رمزية', 'back' => 'الرجوع للخلف', @@ -96,6 +97,7 @@ 'eol' => 'نهاية العمر', 'email_domain' => 'نطاق البريد الإلكتروني', 'email_format' => 'تنسيق البريد الإلكتروني', + 'employee_number' => 'رقم الموظف', 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد', 'error' => 'خطأ', 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)', @@ -113,6 +115,7 @@ 'files' => 'الملفات', 'file_name' => 'ملف', 'file_type' => 'نوع الملف', + 'filesize' => 'File Size', 'file_uploads' => 'تحميلات الملفات', 'file_upload' => 'رفع الملف', 'generate' => 'توفير', @@ -192,6 +195,8 @@ 'qty' => 'الكمية', 'quantity' => 'كمية', 'quantity_minimum' => 'لديك :count عناصر أقل أو قريبة من الحد الأدنى لمستويات الكمية', + 'quickscan_checkin' => 'فحص سريع للادخال', + 'quickscan_checkin_status' => 'فحص حالة الادخال', 'ready_to_deploy' => 'جاهزة للتوزيع', 'recent_activity' => 'آخر نشاط', 'remaining' => 'المتبقية', @@ -226,6 +231,7 @@ 'show_current' => 'اظهار الحالي', 'sign_in' => 'تسجيل الدخول', 'signature' => 'التوقيع', + 'signed_off_by' => 'Signed Off By', 'skin' => 'المظهر', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'مرحباً! يبدو أن التكامل مع Slack مع Snipe-IT يعمل!', @@ -234,6 +240,7 @@ 'state' => 'المنطقة / الولاية', 'status_labels' => 'تسميات الحالة', 'status' => 'الحالة', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'المورد', 'suppliers' => 'الموردون', 'sure_to_delete' => 'هل تريد بالتأكيد حذفها', @@ -347,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ar/passwords.php b/resources/lang/ar/passwords.php index 29d35589d6..5ff18d4b23 100644 --- a/resources/lang/ar/passwords.php +++ b/resources/lang/ar/passwords.php @@ -1,6 +1,6 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', + 'sent' => 'تم بنجاح: إذا كان عنوان البريد الإلكتروني هذا موجودًا في نظامنا ، فقد تم إرسال بريد إلكتروني لاستعادة كلمة المرور.', 'user' => 'لم يتم العثور على اسم مستخدم فعّال مرتبط بعنوان ذلك البريد الالكتروني.', ]; diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php index 2260c9e1f4..97945b1ebf 100644 --- a/resources/lang/ar/validation.php +++ b/resources/lang/ar/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'ان تنسيق :attribute غير صالح.', 'unique_undeleted' => ':attribute يجب ان تكون فريدة.', 'non_circular' => 'يجب ألا تنشئ السمة مرجعًا دائريًا.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/bg/account/general.php b/resources/lang/bg/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/bg/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/bg/admin/categories/general.php b/resources/lang/bg/admin/categories/general.php index 7a2cc36612..17bb3c8290 100644 --- a/resources/lang/bg/admin/categories/general.php +++ b/resources/lang/bg/admin/categories/general.php @@ -18,6 +18,6 @@ return array( 'update' => 'Обновяване на категория', 'use_default_eula' => 'Използване на EULA по подразбиране.', 'use_default_eula_disabled' => 'Използване на EULA по подразбиране Няма EULA по подразбиране. Добавете я в Настройки.', - 'use_default_eula_column' => 'Use default EULA', + 'use_default_eula_column' => 'Използвай общия лицензионен договор', ); diff --git a/resources/lang/bg/admin/companies/general.php b/resources/lang/bg/admin/companies/general.php index 3c0ac28f2c..8baaf4fce5 100644 --- a/resources/lang/bg/admin/companies/general.php +++ b/resources/lang/bg/admin/companies/general.php @@ -2,6 +2,6 @@ return [ 'select_company' => 'Изберете компания', - 'about_companies' => 'About Companies', - 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', + 'about_companies' => 'Относно компании', + 'about_companies_description' => ' Можете да използвате компанийте, като информативно поле или да ограничите достъпа на потребители до определи активи, като активирате Пълна поддръжка на компании във вашите админ настройки.', ]; diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php index c9bca9876a..d8ae25ec3b 100644 --- a/resources/lang/bg/admin/hardware/message.php +++ b/resources/lang/bg/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Активът не беше обновен. Моля опитайте отново.', 'success' => 'Активът обновен успешно.', 'nothing_updated' => 'Няма избрани полета, съответно нищо не беше обновено.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php index d2f5e80647..430fbc737b 100644 --- a/resources/lang/bg/admin/settings/general.php +++ b/resources/lang/bg/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Префикс (незадължително)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Архивиране', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Въведете валидни LDAP потребител и парола от базовия DN, който указахте по-горе, за да тествате коректната конфигурация. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.', 'ldap_login_sync_help' => 'Това единствено проверява дали LDAP може да се синхронизира успешно. Ако вашата LDAP заявка за оторизация не е коректна е възможно потребителите да не могат да влязат. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP сървър', 'ldap_server_help' => 'Това трябва да започва с Idap:// (for unencrypted or TLS) или Idaps:// (for SSL)', 'ldap_server_cert' => 'Валидация на LDAP SSL сертификата', diff --git a/resources/lang/bg/admin/settings/table.php b/resources/lang/bg/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/bg/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php index 2a40141c39..1f98aec70d 100644 --- a/resources/lang/bg/admin/users/general.php +++ b/resources/lang/bg/admin/users/general.php @@ -22,16 +22,21 @@ return [ 'view_user' => 'Преглед на потребител :name', 'usercsv' => 'CSV файл', 'two_factor_admin_optin_help' => 'Текущите настройки на администратор позволяват избирателно прилагане на двуфакторова автентификация. ', - 'two_factor_enrolled' => '2FA устройство записано', - 'two_factor_active' => '2FA Активно', - 'user_deactivated' => 'User is de-activated', - 'activation_status_warning' => 'Do not change activation status', - 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', - 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', - 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', - 'remove_group_memberships' => 'Remove Group Memberships', - 'warning_deletion' => 'WARNING:', - 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', - 'update_user_asssets_status' => 'Update all assets for these users to this status', - 'checkin_user_properties' => 'Check in all properties associated with these users', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', + 'activation_status_warning' => 'Не променяй статуса на активиране', + 'group_memberships_helpblock' => 'Само админ може да редактира членовете на групата.', + 'superadmin_permission_warning' => 'Само админ може да даде администраторски достъп на потребител.', + 'admin_permission_warning' => 'Само потребители с административни права може да дадат админ достъп.', + 'remove_group_memberships' => 'Премахни членовете на групата', + 'warning_deletion' => 'ВНИМАНИЕ:', + 'warning_deletion_information' => 'Ще изтриете всичките :count потребител(и) посочени в списъка. Супер админ имената са оцветени в червено.', + 'update_user_asssets_status' => 'Обнови всички активи за посочените потребители към следния статус', + 'checkin_user_properties' => 'Впиши всички асоцирани настройки към тези потребители', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/bg/admin/users/table.php b/resources/lang/bg/admin/users/table.php index e97ac8285a..2f14766f4c 100644 --- a/resources/lang/bg/admin/users/table.php +++ b/resources/lang/bg/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Номер на служител', 'first_name' => 'Собствено име', - 'groupnotes' => 'Изберете група на потребителя. Той ще наследи правата, присвоени на групата.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Наследяване', 'job' => 'Длъжност', diff --git a/resources/lang/bg/auth.php b/resources/lang/bg/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/bg/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php index a9afe11969..9bc2ac9c2d 100644 --- a/resources/lang/bg/general.php +++ b/resources/lang/bg/general.php @@ -1,6 +1,6 @@ 'Аксесоари', 'activated' => 'Активирано', 'accessory' => 'Аксесоар', @@ -26,6 +26,7 @@ 'audit' => 'проверка', 'audit_report' => 'Отчет за одита', 'assets' => 'Активи', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Изтриване на аватар', 'avatar_upload' => 'Качване на аватар', 'back' => 'Назад', @@ -114,6 +115,7 @@ 'files' => 'Файлове', 'file_name' => 'Файл', 'file_type' => 'Тип Файл', + 'filesize' => 'File Size', 'file_uploads' => 'Качени файлове', 'file_upload' => 'File Upload', 'generate' => 'Генериране', @@ -229,6 +231,7 @@ 'show_current' => 'Покажи текущите', 'sign_in' => 'Вход', 'signature' => 'Подпис', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Тема', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Вашата Slack интеграция с Snipe-IT работи!', @@ -237,6 +240,7 @@ 'state' => 'Област', 'status_labels' => 'Статус етикети', 'status' => 'Статус', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Доставчик', 'suppliers' => 'Доставчици', 'sure_to_delete' => 'Сигурни ли сте, че искате да изтриете', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php index dbaa8b28c9..df08b144e1 100644 --- a/resources/lang/bg/validation.php +++ b/resources/lang/bg/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Форматът на :attribute е невалиден.', 'unique_undeleted' => ':attribute трябва да бъде уникален.', 'non_circular' => ':attribute не трябва да създава препрадка към себе си.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ca/account/general.php b/resources/lang/ca/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ca/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ca/admin/hardware/message.php b/resources/lang/ca/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/ca/admin/hardware/message.php +++ b/resources/lang/ca/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ca/admin/settings/general.php b/resources/lang/ca/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/ca/admin/settings/general.php +++ b/resources/lang/ca/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/ca/admin/settings/table.php b/resources/lang/ca/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ca/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ca/admin/users/general.php b/resources/lang/ca/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/ca/admin/users/general.php +++ b/resources/lang/ca/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ca/admin/users/table.php b/resources/lang/ca/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/ca/admin/users/table.php +++ b/resources/lang/ca/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/ca/auth.php b/resources/lang/ca/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ca/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ca/general.php b/resources/lang/ca/general.php index d81378e67e..e515858c95 100644 --- a/resources/lang/ca/general.php +++ b/resources/lang/ca/general.php @@ -1,6 +1,6 @@ 'Accessoris', 'activated' => 'Activat', 'accessory' => 'Accessori', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Registre d\'auditoria', 'assets' => 'Recursos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Enrere', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/ca/validation.php +++ b/resources/lang/ca/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/cs/account/general.php b/resources/lang/cs/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/cs/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/cs/admin/accessories/message.php b/resources/lang/cs/admin/accessories/message.php index 970859beb4..f0d409f5d6 100644 --- a/resources/lang/cs/admin/accessories/message.php +++ b/resources/lang/cs/admin/accessories/message.php @@ -2,7 +2,7 @@ return array( - 'does_not_exist' => 'The accessory [:id] does not exist.', + 'does_not_exist' => 'Příslušenství [:id] neexistuje.', 'assoc_users' => 'Tato kategorie má nyní :count položek k předání uživatelům. Zkontrolujte převzetí příslušenství a zkuste to znovu. ', 'create' => array( diff --git a/resources/lang/cs/admin/asset_maintenances/general.php b/resources/lang/cs/admin/asset_maintenances/general.php index dc18264d7d..6c76a66cf4 100644 --- a/resources/lang/cs/admin/asset_maintenances/general.php +++ b/resources/lang/cs/admin/asset_maintenances/general.php @@ -8,7 +8,7 @@ 'repair' => 'Oprava', 'maintenance' => 'Údržba', 'upgrade' => 'Upgradovat', - 'calibration' => 'Calibration', - 'software_support' => 'Software Support', - 'hardware_support' => 'Hardware Support', + 'calibration' => 'Kalibrace', + 'software_support' => 'Softwarová podpora', + 'hardware_support' => 'Hardwarová podpora', ]; diff --git a/resources/lang/cs/admin/companies/general.php b/resources/lang/cs/admin/companies/general.php index fa44e1e8dc..5c72e5a181 100644 --- a/resources/lang/cs/admin/companies/general.php +++ b/resources/lang/cs/admin/companies/general.php @@ -2,6 +2,6 @@ return [ 'select_company' => 'Zvolte společnost', - 'about_companies' => 'About Companies', - 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', + 'about_companies' => 'O společnostech', + 'about_companies_description' => ' Společnosti můžete použít jako jednoduché informativní pole, nebo je můžete použít k omezení viditelnosti a dostupnosti majetku pro uživatele s určitou společností tím, že v nastavení správce povolíte plnou podporu společnosti.', ]; diff --git a/resources/lang/cs/admin/custom_fields/general.php b/resources/lang/cs/admin/custom_fields/general.php index a45f3af701..dc5915e570 100644 --- a/resources/lang/cs/admin/custom_fields/general.php +++ b/resources/lang/cs/admin/custom_fields/general.php @@ -2,7 +2,7 @@ return [ 'custom_fields' => 'Vlastní pole', - 'manage' => 'Manage', + 'manage' => 'Spravovat', 'field' => 'Pole', 'about_fieldsets_title' => 'O sadách polí', 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', @@ -43,5 +43,5 @@ return [ 'db_field' => 'DB Field', 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected .', 'is_unique' => 'This value must be unique across all assets', - 'unique' => 'Unique', + 'unique' => 'Unikátní', ]; diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php index 4314c9a483..1d7b64934f 100644 --- a/resources/lang/cs/admin/hardware/message.php +++ b/resources/lang/cs/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Majetek se nepodařilo upravit, zkuste to prosím znovu', 'success' => 'Majetek úspěšně aktualizován.', 'nothing_updated' => 'Nebyla zvolena žádná pole, nic se tedy neupravilo.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/cs/admin/licenses/message.php b/resources/lang/cs/admin/licenses/message.php index 086fbaa9ae..3a20ca124c 100644 --- a/resources/lang/cs/admin/licenses/message.php +++ b/resources/lang/cs/admin/licenses/message.php @@ -8,7 +8,7 @@ return array( 'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.', 'assoc_users' => 'Licence je předána svému uživateli a nelze ji odstranit. Před odstraněním ji nejprve převezměte. ', 'select_asset_or_person' => 'Musíte vybrat aktivum nebo uživatele, ale ne obojí.', - 'not_found' => 'License not found', + 'not_found' => 'Licence nenalezena', 'create' => array( diff --git a/resources/lang/cs/admin/reports/general.php b/resources/lang/cs/admin/reports/general.php index 762ef343de..662535f37f 100644 --- a/resources/lang/cs/admin/reports/general.php +++ b/resources/lang/cs/admin/reports/general.php @@ -3,8 +3,8 @@ return [ 'info' => 'Zvolte možnosti zprávy o majetku.', 'deleted_user' => 'Deleted user', - 'send_reminder' => 'Send reminder', - 'reminder_sent' => 'Reminder sent', + 'send_reminder' => 'Poslat připomínku', + 'reminder_sent' => 'Připomínka odeslána', 'acceptance_deleted' => 'Acceptance request deleted', 'acceptance_request' => 'Acceptance request' ]; \ No newline at end of file diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index 33f798dedc..d719975efa 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Předpona (volitnelná)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Zálohy', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.', 'ldap_login_sync_help' => 'Otestujte, že LDAP může správně synchronizovat. Pokud ověřovací LDAP dotaz není správný, uživatelé se nemusí být schopni přihlásit. JE NUTNÉ NEJPRVE NEJDŘÍVE ULOŽIT NASTAVENÍ LDAP POKUD BYLO ZMĚNĚNO.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP server', 'ldap_server_help' => 'Toto by mělo začít s ldap: // (pro nešifrované nebo TLS) nebo ldaps: // (pro SSL)', 'ldap_server_cert' => 'Validace certifikátů LDAP SSL', diff --git a/resources/lang/cs/admin/settings/table.php b/resources/lang/cs/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/cs/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/cs/admin/users/general.php b/resources/lang/cs/admin/users/general.php index 64715c9804..09ad0ea854 100644 --- a/resources/lang/cs/admin/users/general.php +++ b/resources/lang/cs/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Zobraz uživatele', 'usercsv' => 'CSV soubor', 'two_factor_admin_optin_help' => 'Vaše současná nastavení administrátora umožňují selektivní vynucení dvoufaktorového ověřování. ', - 'two_factor_enrolled' => 'Přihlášeno zařízení 2FA ', - 'two_factor_active' => '2FA aktivní ', - 'user_deactivated' => 'Uživatel je deaktivován', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/cs/admin/users/message.php b/resources/lang/cs/admin/users/message.php index 957099bf7f..fe187dbd4d 100644 --- a/resources/lang/cs/admin/users/message.php +++ b/resources/lang/cs/admin/users/message.php @@ -12,8 +12,8 @@ return array( 'insufficient_permissions' => 'Nedostatečná oprávnění.', 'user_deleted_warning' => 'Tento uživatel byl smazán. Budete muset uživatele obnovit, aby jste ho mohli upravil nebo přidělil nové majetky.', 'ldap_not_configured' => 'Integrace LDAP nebyla pro tuto instalaci nakonfigurována.', - 'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.', - 'password_reset_sent' => 'A password reset link has been sent to :email!', + 'password_resets_sent' => 'Vybraným uživatelům, kteří jsou aktivováni a mají platné e-mailové adresy, byl zaslán odkaz pro obnovení hesla.', + 'password_reset_sent' => 'Odkaz pro obnovení hesla byl odeslán na :email!', 'success' => array( diff --git a/resources/lang/cs/admin/users/table.php b/resources/lang/cs/admin/users/table.php index 9e5234312f..b1c74daaf7 100644 --- a/resources/lang/cs/admin/users/table.php +++ b/resources/lang/cs/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Osobní číslo', 'first_name' => 'Jméno', - 'groupnotes' => 'Vyberte skupinu, kterou chcete přiřadit uživateli, nezapomeňte, že uživatel přebírá oprávnění skupiny, která je mu přiřazena.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Převzít', 'job' => 'Pracovní pozice', diff --git a/resources/lang/cs/auth.php b/resources/lang/cs/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/cs/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/cs/auth/general.php b/resources/lang/cs/auth/general.php index 6645757bc7..a31e95336a 100644 --- a/resources/lang/cs/auth/general.php +++ b/resources/lang/cs/auth/general.php @@ -4,13 +4,13 @@ return [ 'send_password_link' => 'Poslat odkaz na obnovení hesla', 'email_reset_password' => 'Poslat odkaz na obnovení hesla', 'reset_password' => 'Obnovit heslo', - 'saml_login' => 'Login via SAML', + 'saml_login' => 'Přihlásit se pomocí SAML', 'login' => 'Přihlášení', 'login_prompt' => 'Přihlaste se prosím', 'forgot_password' => 'Zapomněl jsem heslo', - 'ldap_reset_password' => 'Please click here to reset your LDAP password', + 'ldap_reset_password' => 'Prosím klikněte zde pro obnovu vašeho LDAP hesla', 'remember_me' => 'Pamatovat si mě', - 'username_help_top' => 'Enter your username to be emailed a password reset link.', - 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.

Usernames without an associated email address will not be emailed a password reset link. ', + 'username_help_top' => 'Zadejte své uživatelské jméno pro zaslání e-mailu s odkazem pro obnovení hesla.', + 'username_help_bottom' => 'Vaše uživatelské jméno a e-mailová adresa mohou být stejná, ale nemusí být, záleží na Vašem nastavení. Pokud si nepamatujete Vaše uživatelské jméno, kontaktujte Vašeho správce.

Uživatelským jménům bez přidružené e-mailové adresy nebude zaslán odkaz pro obnovu hesla. ', ]; diff --git a/resources/lang/cs/auth/message.php b/resources/lang/cs/auth/message.php index 7739a84b5d..128c888e3a 100644 --- a/resources/lang/cs/auth/message.php +++ b/resources/lang/cs/auth/message.php @@ -7,13 +7,13 @@ return array( 'account_not_activated' => 'Uživatelský účet není aktivován.', 'account_suspended' => 'Uživatelský účet je pozastaven.', 'account_banned' => 'Uživatelský účet je zablokován.', - 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.', + 'throttle' => 'Příliš mnoho neúspěšných pokusů o přihlášení. Zkuste to prosím znovu za :minutes minut.', 'two_factor' => array( - 'already_enrolled' => 'Your device is already enrolled.', - 'success' => 'You have successfully logged in.', - 'code_required' => 'Two-factor code is required.', - 'invalid_code' => 'Two-factor code is invalid.', + 'already_enrolled' => 'Vaše zařízení je již zapsáno.', + 'success' => 'Přihlášení proběhlo úspěšně.', + 'code_required' => 'Dvoufaktorový kód je povinný.', + 'invalid_code' => 'Dvoufaktorový kód je neplatný.', ), 'signin' => array( @@ -22,8 +22,8 @@ return array( ), 'logout' => array( - 'error' => 'There was a problem while trying to log you out, please try again.', - 'success' => 'You have successfully logged out.', + 'error' => 'Při pokusu o odhlášení se vyskytl problém, zkuste to prosím znovu.', + 'success' => 'Jste úspěšně odhlášeni.', ), 'signup' => array( @@ -33,7 +33,7 @@ return array( 'forgot-password' => array( 'error' => 'Vyskytl se problém při získávání kódu pro reset hesla, zkuste to znovu.', - 'success' => 'If that email address exists in our system, a password recovery email has been sent.', + 'success' => 'Pokud tato e-mailová adresa existuje v našem systému, byl odeslán e-mail pro obnovení hesla.', ), 'forgot-password-confirm' => array( diff --git a/resources/lang/cs/button.php b/resources/lang/cs/button.php index 0f08998d63..fa70614daf 100644 --- a/resources/lang/cs/button.php +++ b/resources/lang/cs/button.php @@ -18,7 +18,7 @@ return [ 'send_password_link' => 'Poslat odkaz na obnovení hesla', 'go' => 'Spustit', 'bulk_actions' => 'Hromadné operace', - 'add_maintenance' => 'Add Maintenance', + 'add_maintenance' => 'Přidat údržbu', 'append' => 'Připojit', 'new' => 'Nový', ]; diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php index 7958ca8736..59d6bd5910 100644 --- a/resources/lang/cs/general.php +++ b/resources/lang/cs/general.php @@ -1,6 +1,6 @@ 'Příslušenství', 'activated' => 'Aktivováno', 'accessory' => 'Příslušenství', @@ -19,13 +19,14 @@ 'asset' => 'Zařízeni', 'asset_report' => 'Report majetku', 'asset_tag' => 'Označení majetku', - 'asset_tags' => 'Asset Tags', - 'assets_available' => 'Assets available', - 'accept_assets' => 'Accept Assets :name', - 'accept_assets_menu' => 'Accept Assets', + 'asset_tags' => 'Označení majetku', + 'assets_available' => 'Dostupný majatek', + 'accept_assets' => 'Příjmout majetek :name', + 'accept_assets_menu' => 'Přijmout majetek', 'audit' => 'Audit', 'audit_report' => 'Záznamy auditu', 'assets' => 'Zařízení', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Smazat avatara', 'avatar_upload' => 'Nahrát avatara', 'back' => 'Zpět', @@ -33,11 +34,11 @@ 'bulkaudit' => 'Hromadný audit', 'bulkaudit_status' => 'Stav auditu', 'bulk_checkout' => 'Hromadný výdej', - 'bulk_edit' => 'Bulk Edit', - 'bulk_delete' => 'Bulk Delete', - 'bulk_actions' => 'Bulk Actions', - 'bulk_checkin_delete' => 'Bulk Checkin & Delete', - 'bystatus' => 'by Status', + 'bulk_edit' => 'Hromadná úprava', + 'bulk_delete' => 'Hromadné odstranění', + 'bulk_actions' => 'Hromadné akce', + 'bulk_checkin_delete' => 'Hromadné odepsání & Odstranit', + 'bystatus' => 'podle stavu', 'cancel' => 'Storno', 'categories' => 'Kategorie', 'category' => 'Kategorie', @@ -65,12 +66,12 @@ 'created' => 'Položka vytvořena', 'created_asset' => 'vytvořit majetek', 'created_at' => 'Vytvořeno', - 'record_created' => 'Record Created', + 'record_created' => 'Záznam vytvořen', 'updated_at' => 'Aktualizováno', 'currency' => 'Kč', // this is deprecated 'current' => 'Aktuální', - 'current_password' => 'Current Password', - 'customize_report' => 'Customize Report', + 'current_password' => 'Stávající heslo', + 'customize_report' => 'Přizpůsobit report', 'custom_report' => 'Vlastní report majetku', 'dashboard' => 'Nástěnka', 'days' => 'dnů', @@ -82,45 +83,47 @@ 'delete_confirm' => 'Opravdu chcete smazat :item?', 'deleted' => 'Odstraněno', 'delete_seats' => 'Vymazaná licenční místa', - 'deletion_failed' => 'Deletion failed', + 'deletion_failed' => 'Odstranění se nezdařilo', 'departments' => 'Oddělení', 'department' => 'Oddělení', 'deployed' => 'Vydané', 'depreciation' => 'Amortizace', - 'depreciations' => 'Depreciations', + 'depreciations' => 'Odpisy', 'depreciation_report' => 'Report zastarání', 'details' => 'Podrobnosti', 'download' => 'Stáhnout', - 'download_all' => 'Download All', + 'download_all' => 'Stáhnout vše', 'editprofile' => 'Upravit profil', 'eol' => 'Konec životnosti', 'email_domain' => 'Doména e-mailu', 'email_format' => 'Formát e-mailu', + 'employee_number' => 'Číslo zaměstnance', 'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu', - 'error' => 'Error', + 'error' => 'Chyba', 'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)', 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)', 'lastnamefirstinitial_format' => 'Příjmení první písmeno ze jména (novakj@example.com)', - 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)', + 'firstintial_dot_lastname_format' => 'Iniciál Príjmení (j.novak@example.com)', 'first' => 'První', - 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)', - 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', - 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', - 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'firstnamelastname' => 'Jméno Příjmení (jozefnovak@example.com)', + 'lastname_firstinitial' => 'Příjmení Iniciál (novak_j@example.com)', + 'firstinitial.lastname' => 'Iniciál Príjmení (j.novak@example.com)', + 'firstnamelastinitial' => 'Jméno Iniciál(josefn@example.com)', 'first_name' => 'Jméno', 'first_name_format' => 'Jméno (jane@example.com)', 'files' => 'Soubory', 'file_name' => 'Soubor', - 'file_type' => 'File Type', + 'file_type' => 'Typ souboru', + 'filesize' => 'File Size', 'file_uploads' => 'Nahrání souboru', - 'file_upload' => 'File Upload', + 'file_upload' => 'Nahrání souboru', 'generate' => 'Vytvořit', - 'generate_labels' => 'Generate Labels', + 'generate_labels' => 'Generovat štítky', 'github_markdown' => 'V kolonce je možné použít Github variantu markdown.', 'groups' => 'Skupiny', 'gravatar_email' => 'Emailová adresa Gravatar', - 'gravatar_url' => 'Change your avatar at Gravatar.com.', + 'gravatar_url' => 'Změňte svůj avatar na Gravatar.com.', 'history' => 'Historie', 'history_for' => 'Historie uživatele', 'id' => 'ID', @@ -128,10 +131,10 @@ 'image_delete' => 'Smazat obrázek', 'image_upload' => 'Nahrát obrázek', 'filetypes_accepted_help' => 'Přijatý typ souboru je :types. Maximální povolená velikost nahrávání je :size.|Přijaté typy souborů jsou :types. Maximální povolená velikost nahrávání je :size.', - 'filetypes_size_help' => 'Max upload size allowed is :size.', + 'filetypes_size_help' => 'Maximální povolená velikost nahrávání je :size.', 'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.', 'import' => 'Import', - 'importing' => 'Importing', + 'importing' => 'Importování', 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.

The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.', 'import-history' => 'Historie importu', 'asset_maintenance' => 'Údržba zařízení', @@ -140,7 +143,7 @@ 'item' => 'Položka', 'item_name' => 'Item Name', 'insufficient_permissions' => 'Nedostatečná oprávnění!', - 'kits' => 'Predefined Kits', + 'kits' => 'Předdefinované sady', 'language' => 'Jazyk', 'last' => 'Poslední', 'last_login' => 'Poslední přihlášení', @@ -150,8 +153,8 @@ 'licenses_available' => 'dostupných licencí', 'licenses' => 'Licence', 'list_all' => 'Vypsat vše', - 'loading' => 'Loading... please wait....', - 'lock_passwords' => 'This field value will not be saved in a demo installation.', + 'loading' => 'Načítání, čekejte prosím...', + 'lock_passwords' => 'Tato hodnota pole nebude uložena v ukázkové instalaci.', 'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.', 'location' => 'Lokalita', 'locations' => 'Umístění', @@ -159,7 +162,7 @@ 'logout' => 'Odhlásit', 'lookup_by_tag' => 'Vyhledávání podle značky majetku', 'maintenances' => 'Údržby', - 'manage_api_keys' => 'Manage API Keys', + 'manage_api_keys' => 'Spravovat API klíče', 'manufacturer' => 'Výrobce', 'manufacturers' => 'Výrobci', 'markdown' => 'Toto pole umožňuje Github flavored markdown.', @@ -169,7 +172,7 @@ 'months' => 'měsíce', 'moreinfo' => 'Další informace', 'name' => 'Název', - 'new_password' => 'New Password', + 'new_password' => 'Nové heslo', 'next' => 'Další', 'next_audit_date' => 'Další datum auditu', 'last_audit' => 'Poslední audit', @@ -192,6 +195,8 @@ 'qty' => 'Množství', 'quantity' => 'Množství', 'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels', + 'quickscan_checkin' => 'Quick Scan Checkin', + 'quickscan_checkin_status' => 'Checkin Status', 'ready_to_deploy' => 'Připraveno k přidělení', 'recent_activity' => 'Nedávná aktivita', 'remaining' => 'Remaining', @@ -207,7 +212,7 @@ 'request_canceled' => 'Žádost zrušena', 'save' => 'Uložit', 'select' => 'Zvolit', - 'select_all' => 'Select All', + 'select_all' => 'Vybrat vše', 'search' => 'Hledat', 'select_category' => 'Vyberte kategorii', 'select_department' => 'Vyberte Oddělení', @@ -226,6 +231,7 @@ 'show_current' => 'Zobrazit aktuální', 'sign_in' => 'Přihlásit se', 'signature' => 'Podpis', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Vzhled', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -234,6 +240,7 @@ 'state' => 'Stát', 'status_labels' => 'Označení stavu', 'status' => 'Stav', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Dodavatel', 'suppliers' => 'Dodavatelé', 'sure_to_delete' => 'Opravdu si přejete odstranit', @@ -347,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/cs/help.php b/resources/lang/cs/help.php index ac0df59422..d9d7672bef 100644 --- a/resources/lang/cs/help.php +++ b/resources/lang/cs/help.php @@ -13,7 +13,7 @@ return [ | */ - 'more_info_title' => 'More Info', + 'more_info_title' => 'Více informací', 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', @@ -21,14 +21,14 @@ return [ 'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', - 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', + 'accessories' => 'Příslušenství je cokoliv, co předáte uživatelům, ale nemá to sériové číslo (nebo je neevidujete), např. myš, nebo klávesnice.', - 'companies' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'companies' => 'Společnost může být použita jen jako běžná vlastnost majetku, nebo také k omezení viditelnosti majetku, uživatelů atd., pakliže je v nastavení administrátora povolena plná podpora společností.', - 'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', + 'components' => 'Díly jsou položky, které jsou součástí majetku, jako např. HDD, RAM atp.', - 'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', + 'consumables' => 'Spotřební materiál jsou takové položky, které jsou v čase spotřebovávány, jako např. toner, inkoust či papír do tiskáren.', - 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', + 'depreciations' => 'Můžete nastavit amortizaci majetku pro jeho rovnoměrné odepisování.', ]; diff --git a/resources/lang/cs/passwords.php b/resources/lang/cs/passwords.php index 78a0471707..8e40bb3b2a 100644 --- a/resources/lang/cs/passwords.php +++ b/resources/lang/cs/passwords.php @@ -1,6 +1,6 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', + 'sent' => 'Úspěch: Pokud tato e-mailová adresa existuje v našem systému, byl odeslán e-mail pro obnovení hesla.', 'user' => 'Nebyl nalezen žádný aktivní uživatel s takovým e-mailem.', ]; diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php index 28abe0aed6..bfd4330208 100644 --- a/resources/lang/cs/validation.php +++ b/resources/lang/cs/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Formát :attribute je neplatný.', 'unique_undeleted' => 'Je třeba, aby se :attribute neopakoval.', 'non_circular' => ':attribute nesmí vytvořit kruhový odkaz.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/cy/account/general.php b/resources/lang/cy/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/cy/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/cy/admin/hardware/message.php b/resources/lang/cy/admin/hardware/message.php index 5b3cda8bb4..f7ced8964c 100644 --- a/resources/lang/cy/admin/hardware/message.php +++ b/resources/lang/cy/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Ni diweddarwyd yr assed, ceisiwch eto o. g. y. dd', 'success' => 'Ased wedi diweddaru\'n llwyddiannus.', 'nothing_updated' => 'Dim newid mewn manylder, felly dim byd wedi\'i diweddaru.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/cy/admin/settings/general.php b/resources/lang/cy/admin/settings/general.php index 4ad23c5878..43df368668 100644 --- a/resources/lang/cy/admin/settings/general.php +++ b/resources/lang/cy/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Rhagddodiad (dewisol)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copi wrth gefn', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Gosodwch cyfrif a chyfrinair LDAP dilys o\'r base DN i profi cysyllted a gweithrediad LDAP. RHAID ARBED Y GOSODIADAU LDAP CYNTAF.', 'ldap_login_sync_help' => 'Mae\'r prawf yma yn profi\'r gallu i LDAP gwneud sync. Os ydi\'r gosodiadau LDAP yn anghywir mae\'n bosib ni ellith defnyddwyr mewngofnodi. RHAID ARBED GOSODIADAU LDAP CYNTAF.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Server LDAP', 'ldap_server_help' => 'Dylith hwn ddechra hefo ldap://(Ar gyfer cysylltiadau TLS neu heb eu hamcryptio) neu ldaps://(ar gyfer SSL)', 'ldap_server_cert' => 'Profi tystysgrif LDAP SSL dilys', diff --git a/resources/lang/cy/admin/settings/table.php b/resources/lang/cy/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/cy/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/cy/admin/users/general.php b/resources/lang/cy/admin/users/general.php index 08f425303c..5209ef6517 100644 --- a/resources/lang/cy/admin/users/general.php +++ b/resources/lang/cy/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Gweld Defnyddiwr :name', 'usercsv' => 'Ffeil CSV', 'two_factor_admin_optin_help' => 'Mae eich gosodiadau admin yn caniatau gorfodaeth dewisol o dilysiant dau-factor. ', - 'two_factor_enrolled' => 'Dyfais D2F Wedi Ymuno ', - 'two_factor_active' => 'D2F Weithredol ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/cy/admin/users/table.php b/resources/lang/cy/admin/users/table.php index 3edbf14a51..348a949cef 100644 --- a/resources/lang/cy/admin/users/table.php +++ b/resources/lang/cy/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-bost', 'employee_num' => 'Rhif Cyflogai.', 'first_name' => 'Enw cyntaf', - 'groupnotes' => 'Dewiswch grwp i asseinio i\'r defnyddiwr, cofiwch bod y defnyddiwr yn etifeddu hawliau\'r grwp.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Rhif Unigryw', 'inherit' => 'Etifeddu', 'job' => 'Teitl Swydd', diff --git a/resources/lang/cy/auth.php b/resources/lang/cy/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/cy/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/cy/general.php b/resources/lang/cy/general.php index d40089d5f3..7fd95e0129 100644 --- a/resources/lang/cy/general.php +++ b/resources/lang/cy/general.php @@ -1,6 +1,6 @@ 'Ategolion', 'activated' => 'Actifadu', 'accessory' => 'Ategolyn', @@ -26,6 +26,7 @@ 'audit' => 'Awdit', 'audit_report' => 'Log Awdit', 'assets' => 'Asedau', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Dileu Avatar', 'avatar_upload' => 'Uwchlwytho Avatar', 'back' => 'Yn ôl', @@ -114,6 +115,7 @@ 'files' => 'Ffeiliau', 'file_name' => 'Ffeil', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Ffeiliau wedi uwchlwytho', 'file_upload' => 'File Upload', 'generate' => 'Creu', @@ -229,6 +231,7 @@ 'show_current' => 'Dangos Cyfredol', 'sign_in' => 'Mewngofnodi', 'signature' => 'Llofnod', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Talaith', 'status_labels' => 'Labeli Statws', 'status' => 'Statws', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Cyflenwr', 'suppliers' => 'Cyflenwyr', 'sure_to_delete' => 'Ydych chi\'n sicr eich bod eisiau dileu', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/cy/validation.php b/resources/lang/cy/validation.php index 35c4532e0b..9f8c9c9a19 100644 --- a/resources/lang/cy/validation.php +++ b/resources/lang/cy/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Mae fformat :attribute yn annilys.', 'unique_undeleted' => 'Rhaid i\'r :attribute bod yn unigryw.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/da/account/general.php b/resources/lang/da/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/da/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/da/admin/hardware/message.php b/resources/lang/da/admin/hardware/message.php index 0a455b9589..5d673caba8 100644 --- a/resources/lang/da/admin/hardware/message.php +++ b/resources/lang/da/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Akten blev ikke opdateret, prøv igen', 'success' => 'Asset opdateret med succes.', 'nothing_updated' => 'Ingen felter blev valgt, så intet blev opdateret.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php index 8c41560cd7..ce7853155f 100644 --- a/resources/lang/da/admin/settings/general.php +++ b/resources/lang/da/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Præfiks (valgfrit)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Indtast validt LDAP brugernavn og kodeord fra den basis DN du angav ovenfor for at teste om dit LDAP login er korrekt konfigureret. DU SKAL FØRST OPDATERE og GEMME DINE LDAP INDSTILLINGER.', 'ldap_login_sync_help' => 'Dette tester kun om LDAP kan synkronisere korrekt. Hvis din LDAP authentisering ikke er korrekt, er det usikkert om brugere kan logge ind. DU SKAL FØRST OPDATERE OG GEMME DINE LDAP INDSTILLINGER.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP-server', 'ldap_server_help' => 'Dette skal starte med ldap: // (for ukrypteret eller TLS) eller ldaps: // (for SSL)', 'ldap_server_cert' => 'Validering af LDAP SSL-certifikat', diff --git a/resources/lang/da/admin/settings/table.php b/resources/lang/da/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/da/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/da/admin/users/general.php b/resources/lang/da/admin/users/general.php index 2af0e1ae8a..e4a3aafdc3 100644 --- a/resources/lang/da/admin/users/general.php +++ b/resources/lang/da/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Se bruger :navn', 'usercsv' => 'CSV-fil', 'two_factor_admin_optin_help' => 'Dine nuværende administratorindstillinger tillader selektiv håndhævelse af tofaktors godkendelse.', - 'two_factor_enrolled' => '2FA Device Enrolled', - 'two_factor_active' => '2FA aktiv ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/da/admin/users/table.php b/resources/lang/da/admin/users/table.php index ffb1f30c31..09eca46f88 100644 --- a/resources/lang/da/admin/users/table.php +++ b/resources/lang/da/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Medarbejder nr.', 'first_name' => 'Fornavn', - 'groupnotes' => 'Vælg en gruppe, der skal tildeles brugeren, husk at en bruger accepterer tilladelserne for den gruppe, de er tildelt.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Arve', 'job' => 'Job Titel', diff --git a/resources/lang/da/auth.php b/resources/lang/da/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/da/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php index 196da410ec..173543ce66 100644 --- a/resources/lang/da/general.php +++ b/resources/lang/da/general.php @@ -1,6 +1,6 @@ 'Tilbehør', 'activated' => 'Aktiveret', 'accessory' => 'Tilbehør', @@ -26,6 +26,7 @@ 'audit' => 'Revidere', 'audit_report' => 'Revisionslog', 'assets' => 'Aktiver', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Slet avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Tilbage', @@ -114,6 +115,7 @@ 'files' => 'Filer', 'file_name' => 'Fil', 'file_type' => 'Filtype', + 'filesize' => 'File Size', 'file_uploads' => 'Filoverførsel', 'file_upload' => 'File Upload', 'generate' => 'Skab', @@ -229,6 +231,7 @@ 'show_current' => 'Vis Aktuelle', 'sign_in' => 'Log ind', 'signature' => 'Underskrift', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Åh hai! Det ser ud til, at din Slack integration med Snipe-IT virker!', @@ -237,6 +240,7 @@ 'state' => 'Stat', 'status_labels' => 'Status labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Leverandør', 'suppliers' => 'Leverandører', 'sure_to_delete' => 'Er du sikker på, at du vil slette', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 21e49a40f5..42d5afa3fb 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute formatet er ugyldigt.', 'unique_undeleted' => ':attribute skal være unik.', 'non_circular' => ':attribute må ikke oprette en cirkulær reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/de/account/general.php b/resources/lang/de/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/de/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/de/admin/custom_fields/general.php b/resources/lang/de/admin/custom_fields/general.php index f71d597388..d6511d3d87 100644 --- a/resources/lang/de/admin/custom_fields/general.php +++ b/resources/lang/de/admin/custom_fields/general.php @@ -41,5 +41,7 @@ return [ 'make_required' => 'Optional - Klicken, um erforderlich zu machen', 'reorder' => 'Sortieren', 'db_field' => 'Datenbankfeld', - 'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern wie :db_column aber sollte: sein.' + 'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern wie :db_column aber sollte: sein.', + 'is_unique' => 'Dieser Wert muss für jedes Asset eindeutig sein', + 'unique' => 'Einzigartig', ]; diff --git a/resources/lang/de/admin/depreciations/general.php b/resources/lang/de/admin/depreciations/general.php index 40bfc843cc..b864135489 100644 --- a/resources/lang/de/admin/depreciations/general.php +++ b/resources/lang/de/admin/depreciations/general.php @@ -6,7 +6,7 @@ return [ 'asset_depreciations' => 'Asset-Abschreibungen', 'create' => 'Abschreibung erstellen', 'depreciation_name' => 'Abschreibungs Name', - 'depreciation_min' => 'Floor Value of Depreciation', + 'depreciation_min' => 'Abschreibungsuntergrenze', 'number_of_months' => 'Anzahl der Monate', 'update' => 'Abschreibung aktualisieren', 'depreciation_min' => 'Minimaler Wert nach Abschreibung', diff --git a/resources/lang/de/admin/hardware/general.php b/resources/lang/de/admin/hardware/general.php index 204c8d9d0f..0c67ad09a9 100644 --- a/resources/lang/de/admin/hardware/general.php +++ b/resources/lang/de/admin/hardware/general.php @@ -25,15 +25,15 @@ return [ 'csv_error' => 'Es gibt einen Fehler in der CSV-Datei:', 'import_text' => '

- Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. + Laden Sie eine CSV-Datei hoch, die den Asset-Verlauf enthält. Die Assets und Benutzer MÜSSEN bereits im System vorhanden oder sie werden übersprungen. Übereinstimmende Assets für den Import der Historie geschieht mit dem Tag des Asset-Tags. Wir werden versuchen, einen passenden Benutzer zu finden, basierend auf dem von Ihnen angegebenen Benutzernamen und den Kriterien, die Sie unten auswählen. Wenn Sie keine Kriterien unten auswählen, wird einfach das Benutzernamen-Format, welches Sie in den Admin > Allgemeinen Einstellungen konfiguriert haben zum Abgleich genutzt.

-

Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.

+

Die im CSV enthaltenen Felder müssen mit den Kopfzeilen übereinstimmen: Asset Tag, Name, Checkout Date, Checkin Date. Zusätzliche Felder werden ignoriert.

-

Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.

+

Checkin Date: Ein Leeres oder zukünftiges Datum wird Elemente an zugeordnete Benutzer auschecken. Ohne die Spalte Checkin Date wird das Rücknahmedatum auf das heutigen Datum gesetzt.

', - 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', - 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_f-l' => 'Versucht den Benutzer nach dem vorname.nachname (jane.smith) Format abzugleichen', + 'csv_import_match_initial_last' => 'Versucht den Benutzer nach dem ersten Buchstaben des Vornamen und dem Nachnamen (jsmith) Format abzugleichen', 'csv_import_match_first' => 'Versuchen Sie, Benutzer nach dem Vornamenformat (Jane) abzugleichen', 'csv_import_match_email' => 'Versuchen Sie, Benutzer per E-Mail als Benutzername zu vergleichen', 'csv_import_match_username' => 'Versuche Benutzer mit Benutzername zu vergleichen', diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php index e6107d2c73..8698c2618c 100644 --- a/resources/lang/de/admin/hardware/message.php +++ b/resources/lang/de/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset wurde nicht aktualisiert. Bitte versuchen Sie es erneut', 'success' => 'Asset wurde erfolgreich aktualisiert.', 'nothing_updated' => 'Es wurden keine Felder ausgewählt, somit wurde auch nichts aktualisiert.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index c88a3479a0..aa10e8f6a8 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -21,18 +21,19 @@ return [ 'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Auditintervall', - 'audit_interval_help' => 'Wenn Sie Ihre Assets regelmäßig physisch überprüfen müssen, geben Sie das Intervall in Monaten ein.', + 'audit_interval_help' => 'Wenn Sie verpflichtet sind, Ihre Assets regelmäßig physisch zu überprüfen, geben Sie das Intervall in Monaten an. Wenn Sie diesen Wert aktualisieren, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.', 'audit_warning_days' => 'Audit-Warnschwelle', 'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?', 'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags', 'auto_increment_prefix' => 'Präfix (optional)', 'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset Tags um dies zu setzen', 'backups' => 'Sicherungen', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Aus Backup wiederherstellen', 'backups_upload' => 'Backup hochladen', 'backups_path' => 'Sicherungen auf dem Server werden in :path gespeichert', - 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.

Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file. ', - 'backups_logged_out' => 'Sie werden abgemeldet, sobald Ihre Wiederherstellung abgeschlossen ist.', + 'backups_restore_warning' => 'Wählen Sie die Wiederherstellung um ein Backup wieder herzustellen. (Funktioniert derzeit nicht mit S3 Datenspeicher oder Docker)

Die gesamte :app_name Datebank und alle Uploads werden mit den Inhalten des Backups überschrieben. ', + 'backups_logged_out' => 'Alle vorhandenen Benutzer, auch Sie, werden abgemeldet, sobald Ihre Wiederherstellung abgeschlossen ist.', 'backups_large' => 'Sehr große Sicherungen können beim Wiederherstellungsversuch ausfallen (Time-Out) und müssen eventuell über die Kommandozeile ausgeführt werden. ', 'barcode_settings' => 'Barcode Einstellungen', 'confirm_purge' => 'Bereinigung bestätigen', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel', 'ldap_login_test_help' => 'Geben Sie einen gültigen LDAP-Benutzernamen und ein Passwort von der oben angegebenen Basis-DN ein, um zu testen, ob Ihre LDAP-Anmeldung korrekt konfiguriert ist. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.', 'ldap_login_sync_help' => 'Dies testet nur, ob LDAP korrekt synchronisiert werden kann. Wenn Ihre LDAP-Authentifizierungsabfrage nicht korrekt ist, können sich Benutzer möglicherweise nicht anmelden. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'Sollte mit ldap:// (für unencrypted oder TLS) oder ldaps:// (für SSL) starten', 'ldap_server_cert' => 'LDAP SSL Zertifikatsüberprüfung', @@ -212,7 +214,7 @@ return [ 'update' => 'Einstellungen übernehmen', 'value' => 'Wert', 'brand' => 'Branding', - 'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css', + 'brand_keywords' => 'Fußzeile, Logo, Druck, Theme, Skin, Header, Farben, Farbe, CSS', 'brand_help' => 'Logo, Seitenname', 'web_brand' => 'Web Branding Typ', 'about_settings_title' => 'Über Einstellungen', @@ -225,7 +227,7 @@ return [ 'privacy_policy' => 'Datenschutzrichtlinie', 'privacy_policy_link_help' => 'Wenn hier ein Link zu Ihrer Datenschutzerklärung enthalten ist, wird dieser in der Fußzeile der App und in allen E-Mails, die das System in Übereinstimmung mit der DSGVO versendet, hinzugefügt. ', 'purge' => 'Gelöschte Einträge bereinigen', - 'purge_deleted' => 'Purge Deleted ', + 'purge_deleted' => 'Gelöschte säubern ', 'labels_display_bgutter' => 'Ettiketten Spaltenzwischenraum unterhalb', 'labels_display_sgutter' => 'Ettikett Seitenabstand', 'labels_fontsize' => 'Schriftgröße der Etiketten', diff --git a/resources/lang/de/admin/settings/message.php b/resources/lang/de/admin/settings/message.php index d6c26b4a7c..cb769ea5e4 100644 --- a/resources/lang/de/admin/settings/message.php +++ b/resources/lang/de/admin/settings/message.php @@ -36,7 +36,7 @@ return [ 'slack' => [ 'sending' => 'Slack Testnachricht wird gesendet...', 'success_pt1' => 'Erfolgreich! Überprüfen Sie die ', - 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', + 'success_pt2' => ' Kanal für Ihre Testnachricht und klicken Sie auf Speichern unten, um Ihre Einstellungen zu speichern.', '500' => '500 Server Fehler.', 'error' => 'Etwas ist schiefgelaufen.', ] diff --git a/resources/lang/de/admin/settings/table.php b/resources/lang/de/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/de/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/de/admin/statuslabels/table.php b/resources/lang/de/admin/statuslabels/table.php index 3a0b7df319..035acca195 100644 --- a/resources/lang/de/admin/statuslabels/table.php +++ b/resources/lang/de/admin/statuslabels/table.php @@ -8,7 +8,7 @@ return array( 'default_label' => 'Standardbezeichnung', 'default_label_help' => 'Dies wird verwendet, um sicherzustellen, dass die am häufigsten verwendeten Statusbeschriftungen beim Erstellen / Bearbeiten von Assets oben im Auswahlfeld angezeigt werden.', 'deployable' => 'Einsetzbar', - 'info' => 'Status Label werden eingesetzt um diverse Stati Ihrer Assets zu beschreiben. Diese können zB. in Reparatur sein, Gestohlen oder Verlohren worden sein. Sie können neue Status Labels für Einsetzbare, Unerledigte und Archivierte Assets erstellen.', + 'info' => 'Statusbezeichnungen werden eingesetzt, um diverse Zustände Ihrer Assets zu beschreiben. Diese können z. B. in Reparatur sein, gestohlen oder verloren worden sein. Sie können neue Statusbezeichnungen für einsetzbare, ausstehende und archivierte Assets erstellen.', 'name' => 'Statusname', 'pending' => 'Ausstehend', 'status_type' => 'Statustyp', diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php index f06ada7330..713faea18a 100644 --- a/resources/lang/de/admin/users/general.php +++ b/resources/lang/de/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Benutzer :name ansehen', 'usercsv' => 'CSV Datei', 'two_factor_admin_optin_help' => 'Ihre aktuellen Administrator-Einstellungen erlauben die selektive Durchführung der zwei-Faktor-Authentifizierung. ', - 'two_factor_enrolled' => '2FA Gerät eingeschrieben ', - 'two_factor_active' => '2FA aktiv ', - 'user_deactivated' => 'Benutzer ist deaktiviert', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Aktivierungsstatus nicht ändern', 'group_memberships_helpblock' => 'Nur Superadministratoren können Gruppenmitgliedschaften bearbeiten.', 'superadmin_permission_warning' => 'Nur Superadmins dürfen einem Benutzer Superadmin Zugriff gewähren.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'Sie sind dabei, die :count unten aufgelisteten Benutzer zu löschen. Super-Admin-Namen sind rot markiert.', 'update_user_asssets_status' => 'Alle Assets für diese Benutzer auf diesen Status aktualisieren', 'checkin_user_properties' => 'Alle diesen Benutzern zugeordneten Objekte zurücknehmen', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/de/admin/users/table.php b/resources/lang/de/admin/users/table.php index 23555dea2e..ba660798e2 100644 --- a/resources/lang/de/admin/users/table.php +++ b/resources/lang/de/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Mitarbeiternr.', 'first_name' => 'Vorname', - 'groupnotes' => 'Wähle eine Gruppe um sie dem Benutzer zuzuweisen, denke daran, dass ein Benutzer die Berechtigungen der zugewiesenen Gruppe übernimmt.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Vererben', 'job' => 'Berufsbezeichnung', diff --git a/resources/lang/de/auth.php b/resources/lang/de/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/de/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php index 45593d0fc1..cf101b49d7 100644 --- a/resources/lang/de/general.php +++ b/resources/lang/de/general.php @@ -1,6 +1,6 @@ 'Zubehör', 'activated' => 'Aktiviert', 'accessory' => 'Zubehör', @@ -26,6 +26,7 @@ 'audit' => 'Prüfung', 'audit_report' => 'Audit-Log', 'assets' => 'Assets', + 'assigned_to' => 'Herausgegeben an :name', 'avatar_delete' => 'Avatar löschen', 'avatar_upload' => 'Avatar hochladen', 'back' => 'Zurück', @@ -114,6 +115,7 @@ 'files' => 'Dateien', 'file_name' => 'Datei', 'file_type' => 'Dateityp', + 'filesize' => 'File Size', 'file_uploads' => 'Datei-Uploads', 'file_upload' => 'Datei-Upload', 'generate' => 'Generieren', @@ -229,6 +231,7 @@ 'show_current' => 'Aktuelles anzeigen', 'sign_in' => 'Anmelden', 'signature' => 'Unterschrift', + 'signed_off_by' => 'Unterschrieben von', 'skin' => 'Skin', 'slack_msg_note' => 'Eine Slack Nachricht wird gesendet', 'slack_test_msg' => 'Oh hai! Sieht so aus, als ob deine Slack Integration mit Snipe-IT funktioniert!', @@ -237,6 +240,7 @@ 'state' => 'Bundesland', 'status_labels' => 'Statusbezeichnungen', 'status' => 'Status', + 'accept_eula' => 'Annahmeerklärung', 'supplier' => 'Lieferant', 'suppliers' => 'Lieferanten', 'sure_to_delete' => 'Sind Sie sich sicher, dass Sie löschen möchten?', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Diesen Gegenstand zuweisen', 'checkin_tooltip' => 'Diesen Artikel zurücknehmen', 'checkout_user_tooltip' => 'Diesen Artikel an einen Benutzer herausgeben', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index e361b1d04a..e02e7b78e1 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute Format ist ungültig.', 'unique_undeleted' => 'Die Variable :attribute muss eindeutig sein.', 'non_circular' => 'Das :attribute darf keinen Zirkelbezug ergeben.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/el/account/general.php b/resources/lang/el/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/el/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php index 1a98ff8f30..80a742a563 100644 --- a/resources/lang/el/admin/hardware/message.php +++ b/resources/lang/el/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Το πάγιο δεν ενημερώθηκε, παρακαλώ προσπαθήστε ξανά', 'success' => 'Τα περιουσιακά στοιχεία ενημερώθηκαν επιτυχώς.', 'nothing_updated' => 'Δεν επιλέχθηκαν πεδία, επομένως τίποτα δεν ενημερώθηκε.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php index 08f61d9e81..f4153d0a4d 100644 --- a/resources/lang/el/admin/settings/general.php +++ b/resources/lang/el/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Πρόθεμα (μη υποχρεωτικό)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Αντίγραφα Ασφαλείας', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Εισαγάγετε ένα έγκυρο όνομα χρήστη και κωδικό πρόσβασης LDAP από τη βάση DN που καθορίσατε παραπάνω για να ελέγξετε εάν η σύνδεσή LDAP έχει ρυθμιστεί σωστά. ΠΡΩΤΑ ΑΠΟΘΗΚΕΥΣΤΕ ΤΙΣ ΡΥΘΜΙΣΕΙΣ ΣΑΣ ΣΤΟ LDAP.', 'ldap_login_sync_help' => 'Αυτό ελέγχει μόνο ότι το LDAP μπορεί να συγχρονιστεί σωστά. Εάν το Authentication στο LDAP δεν είναι σωστό, οι χρήστες ενδέχεται να μην μπορούν να συνδεθούν. ΠΡΩΤΑ ΑΠΟΘΗΚΕΥΣΤΕ ΤΙΣ ΡΥΘΜΙΣΕΙΣ ΣΑΣ ΣΤΟ LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'Αυτό θα πρέπει να ξεκινά με το ldap: // (για μη κρυπτογραφημένο ή TLS) ή ldaps: // (για SSL)', 'ldap_server_cert' => 'Πιστοποίηση πιστοποιητικού SSL για LDAP', diff --git a/resources/lang/el/admin/settings/table.php b/resources/lang/el/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/el/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php index ec737736bc..202e253f3b 100644 --- a/resources/lang/el/admin/users/general.php +++ b/resources/lang/el/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Προβολή χρήστη :ονόματος', 'usercsv' => 'CSV αρχείο', 'two_factor_admin_optin_help' => 'Οι τρέχουσες ρυθμίσεις διαχειριστή επιτρέπουν την επιλεκτική εφαρμογή ελέγχου ταυτότητας δύο παραγόντων.', - 'two_factor_enrolled' => 'Συσκευή εγγραφής 2FA', - 'two_factor_active' => '2FA Active', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/el/admin/users/table.php b/resources/lang/el/admin/users/table.php index c9b156c374..792993e39b 100644 --- a/resources/lang/el/admin/users/table.php +++ b/resources/lang/el/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Ηλεκτρονικό ταχυδρομείο', 'employee_num' => 'Αριθμός Υπαλλήλου.', 'first_name' => 'Όνομα', - 'groupnotes' => 'Επιλέξτε μια ομάδα για να εκχωρήσετε στο χρήστη, να θυμάστε ότι ο χρήστης παίρνει τα δικαιώματα της ομάδας που του έχουν ανατεθεί.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Τίτλος εργασίας', diff --git a/resources/lang/el/auth.php b/resources/lang/el/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/el/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php index 10c0dd8d97..eade868a3b 100644 --- a/resources/lang/el/general.php +++ b/resources/lang/el/general.php @@ -1,6 +1,6 @@ 'Αξεσουάρ', 'activated' => 'Ενεργοποιήθηκε', 'accessory' => 'Αξεσουάρ', @@ -26,6 +26,7 @@ 'audit' => 'Ελεγχος', 'audit_report' => 'Αρχείο ελέγχου', 'assets' => 'Πάγια', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Διαγραφή Avatar', 'avatar_upload' => 'Ανεβάστε την εικόνα προφίλ σας', 'back' => 'Προηγούμενο', @@ -114,6 +115,7 @@ 'files' => 'Αρχεία', 'file_name' => 'Αρχείο', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Ανέβασμα αρχείου', 'file_upload' => 'File Upload', 'generate' => 'Δημιουργία', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Είσοδος', 'signature' => 'Υπογραφή', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Κατάσταση', 'status_labels' => 'Ετικέτα Κατάστασης', 'status' => 'Κατάσταση', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Προμηθευτής', 'suppliers' => 'Προμηθευτές', 'sure_to_delete' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php index 0400a10fd3..33ddff4c3d 100644 --- a/resources/lang/el/validation.php +++ b/resources/lang/el/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.', 'unique_undeleted' => 'Το :χαρακτηριστικό πρέπει να είναι μοναδικό.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/en-GB/account/general.php b/resources/lang/en-GB/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/en-GB/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/en-GB/admin/hardware/message.php +++ b/resources/lang/en-GB/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index f86c493cd5..8ae2e84aa0 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/en-GB/admin/settings/table.php b/resources/lang/en-GB/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/en-GB/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php index 852890a9cf..03897b7eb5 100644 --- a/resources/lang/en-GB/admin/users/general.php +++ b/resources/lang/en-GB/admin/users/general.php @@ -24,7 +24,8 @@ return [ 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', 'two_factor_enrolled' => '2FA Device Enrolled ', 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User is de-activated', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/en-GB/admin/users/table.php b/resources/lang/en-GB/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/en-GB/admin/users/table.php +++ b/resources/lang/en-GB/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/en-GB/auth.php b/resources/lang/en-GB/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/en-GB/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 2bb25ccfc5..ae31380d4f 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -70,7 +71,7 @@ 'currency' => '£', // this is deprecated 'current' => 'Current', 'current_password' => 'Current Password', - 'customize_report' => 'Customize Report', + 'customize_report' => 'Customise Report', 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'days' => 'days', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -316,8 +320,8 @@ 'export' => 'Export', 'ldap_sync' => 'LDAP Sync', 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', - 'sync_results' => 'Synchronization Results', + 'synchronize' => 'Synchronise', + 'sync_results' => 'Synchronisation Results', 'license_serial' => 'Serial/Product Key', 'invalid_category' => 'Invalid category', 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/en-GB/help.php b/resources/lang/en-GB/help.php index ac0df59422..460049fde5 100644 --- a/resources/lang/en-GB/help.php +++ b/resources/lang/en-GB/help.php @@ -15,11 +15,11 @@ return [ 'more_info_title' => 'More Info', - 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', + 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'categories' => 'Categories help you organise your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/en-GB/validation.php +++ b/resources/lang/en-GB/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/en-ID/account/general.php b/resources/lang/en-ID/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/en-ID/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php index 87097d6c00..a952b4ccf7 100644 --- a/resources/lang/en-ID/admin/hardware/message.php +++ b/resources/lang/en-ID/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Aset tidak diperbarui, coba lagi', 'success' => 'Aset Berhasil diperbarui.', 'nothing_updated' => 'Tidak ada kategori yang dipilih, jadi tidak ada yang diperbarui.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 36e135b3d2..a34c84efc8 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Awalan (opsional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cadangkan', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Masukkan nama pengguna dan kata sandi LDAP yang sah dari DN dasar yang anda tentukan di atas untuk menguji apakah proses masuk LDAP anda dikonfigurasi dengan benar. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.', 'ldap_login_sync_help' => 'Ini hanya tes yang bisa dilacak LDAP dengan benar. Jika pengesahan LDAP anda tidak benar, pengguna mungkin masih belum dapat masuk. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Server LDAP', 'ldap_server_help' => 'Ini harus dimulai dengan ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'Validasi sertifikat SSL LDAP', diff --git a/resources/lang/en-ID/admin/settings/table.php b/resources/lang/en-ID/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/en-ID/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php index 810fd56f88..3feef8b1b3 100644 --- a/resources/lang/en-ID/admin/users/general.php +++ b/resources/lang/en-ID/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Lihat pengguna :name', 'usercsv' => 'Berkas CSV', 'two_factor_admin_optin_help' => 'Pengaturan admin anda saat ini membolehkan pelaksanaan otentifikasi dua-faktor secara selektif. ', - 'two_factor_enrolled' => 'Perangkat 2FA Terdaftar ', - 'two_factor_active' => '2FA Aktif ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/en-ID/admin/users/table.php b/resources/lang/en-ID/admin/users/table.php index 848080ec01..00e2f248ba 100644 --- a/resources/lang/en-ID/admin/users/table.php +++ b/resources/lang/en-ID/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Surel', 'employee_num' => 'Nomor karyawan.', 'first_name' => 'Nama depan', - 'groupnotes' => 'Pilih grup yang akan ditetapkan ke pengguna, ingat bahwa pengguna mengambil hak akses grup yang ditetapkan.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Mewarisi', 'job' => 'Judul pekerjaan', diff --git a/resources/lang/en-ID/auth.php b/resources/lang/en-ID/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/en-ID/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index 72cb7c3041..ae7c16d48f 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -1,6 +1,6 @@ 'Aksesoris', 'activated' => 'Diaktifkan', 'accessory' => 'Aksesoris', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Aset', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Hapus Avatar', 'avatar_upload' => 'Unggah Avatar', 'back' => 'Kembali', @@ -114,6 +115,7 @@ 'files' => 'Berkas', 'file_name' => 'Berkas', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Unggah berkas', 'file_upload' => 'File Upload', 'generate' => 'Hasilkan', @@ -229,6 +231,7 @@ 'show_current' => 'Tampilkan Saat Ini', 'sign_in' => 'Masuk', 'signature' => 'Tanda tangan', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Negara', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Pemasok', 'suppliers' => 'Pemasok', 'sure_to_delete' => 'Apakah anda yakin ingin menghapus', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php index df027b1f8d..e7202be21c 100644 --- a/resources/lang/en-ID/validation.php +++ b/resources/lang/en-ID/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Format :attribute tidaklah benar.', 'unique_undeleted' => ':attribute haruslah unik.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/en/admin/accessories/message.php b/resources/lang/en/admin/accessories/message.php index 0ae44e5f83..a356463064 100644 --- a/resources/lang/en/admin/accessories/message.php +++ b/resources/lang/en/admin/accessories/message.php @@ -5,32 +5,33 @@ return array( 'does_not_exist' => 'The accessory [:id] does not exist.', 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', - 'create' => [ + 'create' => array( 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.', - ], + 'success' => 'The accessory was successfully created.' + ), - 'update' => [ + 'update' => array( 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.', - ], + 'success' => 'The accessory was updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The accessory was deleted successfully.' + ), - 'checkout' => [ + '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.', - ], + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ), - 'checkin' => [ + '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.', - ], + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + ); diff --git a/resources/lang/en/admin/accessories/table.php b/resources/lang/en/admin/accessories/table.php index 764aeae363..e02d9f22e4 100644 --- a/resources/lang/en/admin/accessories/table.php +++ b/resources/lang/en/admin/accessories/table.php @@ -1,10 +1,11 @@ 'Download CSV', - 'eula_text' => 'EULA', + 'dl_csv' => 'Download CSV', + 'eula_text' => 'EULA', 'id' => 'ID', 'require_acceptance' => 'Acceptance', 'title' => 'Accessory Name', + ); diff --git a/resources/lang/en/admin/asset_maintenances/form.php b/resources/lang/en/admin/asset_maintenances/form.php index fafe80e8d5..785d06b08f 100644 --- a/resources/lang/en/admin/asset_maintenances/form.php +++ b/resources/lang/en/admin/asset_maintenances/form.php @@ -1,6 +1,6 @@ 'Asset Maintenance Type', 'title' => 'Title', 'start_date' => 'Start Date', @@ -10,5 +10,5 @@ 'asset_maintenance_time' => 'Asset Maintenance Time (in days)', 'notes' => 'Notes', 'update' => 'Update Asset Maintenance', - 'create' => 'Create Asset Maintenance', - ); + 'create' => 'Create Asset Maintenance' + ]; diff --git a/resources/lang/en/admin/asset_maintenances/general.php b/resources/lang/en/admin/asset_maintenances/general.php index 5350b45d82..d094167804 100644 --- a/resources/lang/en/admin/asset_maintenances/general.php +++ b/resources/lang/en/admin/asset_maintenances/general.php @@ -1,6 +1,6 @@ 'Asset Maintenances', 'edit' => 'Edit Asset Maintenance', 'delete' => 'Delete Asset Maintenance', @@ -11,4 +11,4 @@ 'calibration' => 'Calibration', 'software_support' => 'Software Support', 'hardware_support' => 'Hardware Support', - ); + ]; diff --git a/resources/lang/en/admin/categories/message.php b/resources/lang/en/admin/categories/message.php index 70e27c82be..48cf5478e1 100644 --- a/resources/lang/en/admin/categories/message.php +++ b/resources/lang/en/admin/categories/message.php @@ -6,20 +6,20 @@ return array( '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' => [ + 'create' => array( 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.', - ], + 'success' => 'Category created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.', - ], + 'success' => 'Category updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The category was deleted successfully.' + ) ); diff --git a/resources/lang/en/admin/categories/table.php b/resources/lang/en/admin/categories/table.php index 17708a1ae0..a3ee96ae7f 100644 --- a/resources/lang/en/admin/categories/table.php +++ b/resources/lang/en/admin/categories/table.php @@ -1,7 +1,7 @@ 'EULA', + 'eula_text' => 'EULA', 'id' => 'ID', 'parent' => 'Parent', 'require_acceptance' => 'Acceptance', diff --git a/resources/lang/en/admin/companies/table.php b/resources/lang/en/admin/companies/table.php index b40f460f41..2f86126ff2 100644 --- a/resources/lang/en/admin/companies/table.php +++ b/resources/lang/en/admin/companies/table.php @@ -1,5 +1,4 @@ 'Companies', 'create' => 'Create Company', diff --git a/resources/lang/en/admin/components/message.php b/resources/lang/en/admin/components/message.php index 16a4f94d8b..1d13970f23 100644 --- a/resources/lang/en/admin/components/message.php +++ b/resources/lang/en/admin/components/message.php @@ -4,32 +4,33 @@ return array( 'does_not_exist' => 'Component does not exist.', - 'create' => [ + 'create' => array( 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.', - ], + 'success' => 'Component created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.', - ], + 'success' => 'Component updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The component was deleted successfully.' + ), - 'checkout' => [ + '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.', - ], + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ), - 'checkin' => [ + '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.', - ], + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + ); diff --git a/resources/lang/en/admin/consumables/message.php b/resources/lang/en/admin/consumables/message.php index 0079f45216..48a3cfbd9f 100644 --- a/resources/lang/en/admin/consumables/message.php +++ b/resources/lang/en/admin/consumables/message.php @@ -4,32 +4,33 @@ return array( 'does_not_exist' => 'Consumable does not exist.', - 'create' => [ + 'create' => array( 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.', - ], + 'success' => 'Consumable created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.', - ], + 'success' => 'Consumable updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The consumable was deleted successfully.' + ), - 'checkout' => [ + '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.', - ], + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ), - 'checkin' => [ + '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.', - ], + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + ); diff --git a/resources/lang/en/admin/custom_fields/message.php b/resources/lang/en/admin/custom_fields/message.php index fde0478bdf..ed66a6ba16 100644 --- a/resources/lang/en/admin/custom_fields/message.php +++ b/resources/lang/en/admin/custom_fields/message.php @@ -2,51 +2,56 @@ return array( - 'field' => [ + 'field' => array( 'invalid' => 'That field does not exist.', 'already_added' => 'Field already added', - 'create' => [ + 'create' => array( 'error' => 'Field was not created, please try again.', 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.', - ], + 'assoc_success' => 'Field successfully added to fieldset.' + ), - 'update' => [ + 'update' => array( 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.', - ], + 'success' => 'Field updated successfully.' + ), - 'delete' => [ + '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' => [ + 'fieldset' => array( 'does_not_exist' => 'Fieldset does not exist', - 'create' => [ + 'create' => array( 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.', - ], + 'success' => 'Fieldset created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.', - ], + 'success' => 'Fieldset updated successfully.' + ), - 'delete' => [ + '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/en/admin/departments/message.php b/resources/lang/en/admin/departments/message.php index 0507dc83ac..d65f4fbb2b 100644 --- a/resources/lang/en/admin/departments/message.php +++ b/resources/lang/en/admin/departments/message.php @@ -4,18 +4,18 @@ 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. ', - 'create' => [ + 'create' => array( 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.', - ], - 'update' => [ + 'success' => 'Department created successfully.' + ), + 'update' => array( 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.', - ], - 'delete' => [ + '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.', - ], + 'success' => 'The department was deleted successfully.' + ) ); diff --git a/resources/lang/en/admin/depreciations/message.php b/resources/lang/en/admin/depreciations/message.php index 8b791a2994..c20e52c13c 100644 --- a/resources/lang/en/admin/depreciations/message.php +++ b/resources/lang/en/admin/depreciations/message.php @@ -5,20 +5,21 @@ return array( 'does_not_exist' => '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' => [ + + 'create' => array( 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)', - ], + 'success' => 'Depreciation class created successfully. :)' + ), - 'update' => [ + 'update' => array( 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.', - ], + 'success' => 'Depreciation class updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The depreciation class was deleted successfully.' + ) ); diff --git a/resources/lang/en/admin/groups/message.php b/resources/lang/en/admin/groups/message.php index 79d5054c93..f14b6339e8 100644 --- a/resources/lang/en/admin/groups/message.php +++ b/resources/lang/en/admin/groups/message.php @@ -6,17 +6,17 @@ return array( 'group_not_found' => 'Group [:id] does not exist.', 'group_name_required' => 'The name field is required', - 'success' => [ + 'success' => array( 'create' => 'Group was successfully created.', 'update' => 'Group was successfully updated.', 'delete' => 'Group was successfully deleted.', - ], + ), - 'delete' => [ + '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/en/admin/importer/button.php b/resources/lang/en/admin/importer/button.php deleted file mode 100644 index c4bd61cc64..0000000000 --- a/resources/lang/en/admin/importer/button.php +++ /dev/null @@ -1,6 +0,0 @@ - 'Process', -); diff --git a/resources/lang/en/admin/importer/general.php b/resources/lang/en/admin/importer/general.php deleted file mode 100644 index 10e68b0d6d..0000000000 --- a/resources/lang/en/admin/importer/general.php +++ /dev/null @@ -1,7 +0,0 @@ - 'Select Import File...', - 'select_file' => 'Select file' -); diff --git a/resources/lang/en/admin/importer/table.php b/resources/lang/en/admin/importer/table.php deleted file mode 100644 index aac2364e0c..0000000000 --- a/resources/lang/en/admin/importer/table.php +++ /dev/null @@ -1,10 +0,0 @@ - 'File', - 'created' => 'Created', - 'size' => 'Size', - 'process' => 'Process', - 'delete' => 'Delete', -); diff --git a/resources/lang/en/admin/licenses/form.php b/resources/lang/en/admin/licenses/form.php index 34ac00bfd3..ce29167874 100644 --- a/resources/lang/en/admin/licenses/form.php +++ b/resources/lang/en/admin/licenses/form.php @@ -18,5 +18,5 @@ return array( '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.', + '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/en/admin/licenses/message.php b/resources/lang/en/admin/licenses/message.php index 4349fab7e2..87a7c3d0b9 100644 --- a/resources/lang/en/admin/licenses/message.php +++ b/resources/lang/en/admin/licenses/message.php @@ -10,42 +10,43 @@ return array( 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + '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' => [ + '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' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), ); diff --git a/resources/lang/en/admin/locations/general.php b/resources/lang/en/admin/locations/general.php deleted file mode 100644 index c41102b538..0000000000 --- a/resources/lang/en/admin/locations/general.php +++ /dev/null @@ -1,9 +0,0 @@ - 'Assigned to :location Location', - 'asset_management_system' => 'Asset Management System', - 'assigned_to' => 'Assigned To:', - 'manager' => 'Manager', - 'date' => 'Current Date:', -); diff --git a/resources/lang/en/admin/locations/message.php b/resources/lang/en/admin/locations/message.php index 0ef2666152..3ba1eed3b6 100644 --- a/resources/lang/en/admin/locations/message.php +++ b/resources/lang/en/admin/locations/message.php @@ -7,20 +7,21 @@ return array( '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' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The location was deleted successfully.' + ) ); diff --git a/resources/lang/en/admin/manufacturers/message.php b/resources/lang/en/admin/manufacturers/message.php index ac1dd54091..21a4bc5aaf 100644 --- a/resources/lang/en/admin/manufacturers/message.php +++ b/resources/lang/en/admin/manufacturers/message.php @@ -5,25 +5,25 @@ return array( 'does_not_exist' => 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) ); diff --git a/resources/lang/en/admin/models/general.php b/resources/lang/en/admin/models/general.php index d76245e8a7..d2d77e0e8c 100644 --- a/resources/lang/en/admin/models/general.php +++ b/resources/lang/en/admin/models/general.php @@ -9,7 +9,7 @@ return array( 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', diff --git a/resources/lang/en/admin/models/message.php b/resources/lang/en/admin/models/message.php index 374c49b723..e3b29d5b4b 100644 --- a/resources/lang/en/admin/models/message.php +++ b/resources/lang/en/admin/models/message.php @@ -5,37 +5,38 @@ return array( 'does_not_exist' => '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' => [ + + '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' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + '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.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), ); diff --git a/resources/lang/en/admin/reports/message.php b/resources/lang/en/admin/reports/message.php index 296d11efa6..d4c8f8198f 100644 --- a/resources/lang/en/admin/reports/message.php +++ b/resources/lang/en/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', + 'error' => 'You must select at least ONE option.' ); diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php index 2a30f02338..18f06b26ab 100644 --- a/resources/lang/en/admin/settings/general.php +++ b/resources/lang/en/admin/settings/general.php @@ -176,7 +176,7 @@ return [ 'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.', 'saml_attr_mapping_username' => 'Attribute Mapping - Username', 'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.', - 'saml_forcelogin_label' => 'SAML Default Login', + 'saml_forcelogin_label' => 'SAML Force Login', 'saml_forcelogin' => 'Make SAML the primary login', 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.', 'saml_slo_label' => 'SAML Single Log Out', diff --git a/resources/lang/en/admin/suppliers/message.php b/resources/lang/en/admin/suppliers/message.php index 497ecacc98..cea332748f 100644 --- a/resources/lang/en/admin/suppliers/message.php +++ b/resources/lang/en/admin/suppliers/message.php @@ -4,23 +4,24 @@ return array( 'does_not_exist' => 'Supplier does not exist.', - 'create' => [ + + 'create' => array( 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.', - ], + 'success' => 'Supplier created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.', - ], + 'success' => 'Supplier updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this supplier?', 'error' => 'There was an issue deleting the supplier. Please try again.', 'success' => 'Supplier was deleted successfully.', 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', - ], + ) ); diff --git a/resources/lang/en/admin/users/message.php b/resources/lang/en/admin/users/message.php index 9ef5b47daf..85d016f04a 100644 --- a/resources/lang/en/admin/users/message.php +++ b/resources/lang/en/admin/users/message.php @@ -16,7 +16,7 @@ return array( 'password_reset_sent' => 'A password reset link has been sent to :email!', - 'success' => [ + 'success' => array( 'create' => 'User was successfully created.', 'update' => 'User was successfully updated.', 'update_bulk' => 'Users were successfully updated!', @@ -27,9 +27,9 @@ return array( 'unsuspend' => 'User was successfully unsuspended.', 'restored' => 'User was successfully restored.', 'import' => 'Users imported successfully.', - ], + ), - 'error' => [ + '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.', @@ -44,18 +44,18 @@ return array( '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' => [ + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + '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/en/auth/general.php b/resources/lang/en/auth/general.php index 440854554e..78b6780927 100644 --- a/resources/lang/en/auth/general.php +++ b/resources/lang/en/auth/general.php @@ -1,6 +1,6 @@ 'Send Password Reset Link', 'email_reset_password' => 'Email Password Reset', 'reset_password' => 'Reset Password', @@ -12,4 +12,5 @@ return array( 'remember_me' => 'Remember Me', 'username_help_top' => 'Enter your username to be emailed a password reset link.', 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.

Usernames without an associated email address will not be emailed a password reset link. ', - ); + ]; + diff --git a/resources/lang/en/auth/message.php b/resources/lang/en/auth/message.php index 507dfad15a..f086d8c04c 100644 --- a/resources/lang/en/auth/message.php +++ b/resources/lang/en/auth/message.php @@ -3,7 +3,7 @@ return array( 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect or this user is not approved to login.', + '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.', diff --git a/resources/lang/en/partials/forms/general.php b/resources/lang/en/partials/forms/general.php deleted file mode 100644 index 09c067df98..0000000000 --- a/resources/lang/en/partials/forms/general.php +++ /dev/null @@ -1,6 +0,0 @@ - 'Uploaded image thumbnail', - 'placeholder_kit' => 'Select a kit', -); \ No newline at end of file diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php index 7f8b9fee95..e7a476e3a2 100644 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -13,12 +13,12 @@ return array( | */ - 'password' => 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", ); diff --git a/resources/lang/en/table.php b/resources/lang/en/table.php index d93c98479b..f7a49d86c1 100644 --- a/resources/lang/en/table.php +++ b/resources/lang/en/table.php @@ -6,4 +6,5 @@ return array( 'action' => 'Action', 'by' => 'By', 'item' => 'Item', + ); diff --git a/resources/lang/es-CO/account/general.php b/resources/lang/es-CO/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/es-CO/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index 9ea8a28979..9d578b5916 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Equipo no actualizado, intentalo de nuevo', 'success' => 'Equipo actualizado.', 'nothing_updated' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index c908abee9d..c4062f7af6 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de seguridad', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', 'ldap_server_cert' => 'Certificado de validación SSL LDAP', diff --git a/resources/lang/es-CO/admin/settings/table.php b/resources/lang/es-CO/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/es-CO/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php index 28b7d753f2..6d28b8b11a 100644 --- a/resources/lang/es-CO/admin/users/general.php +++ b/resources/lang/es-CO/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', 'two_factor_admin_optin_help' => 'La actual configuración de administración permite cumplimiento selectivo de autenticación de dos factores. ', - 'two_factor_enrolled' => 'Dispositivo con 2FA inscrito ', - 'two_factor_active' => '2FA Activo ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php index 39593505f0..5943503141 100644 --- a/resources/lang/es-CO/admin/users/table.php +++ b/resources/lang/es-CO/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Nro. Empleado', 'first_name' => 'Nombres', - 'groupnotes' => 'Agrega el usuario a un grupo, recuerda que los usuarios heredan permisos del grupo al que son agregados.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Heredar', 'job' => 'Cargo', diff --git a/resources/lang/es-CO/auth.php b/resources/lang/es-CO/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/es-CO/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index e1d7e647bc..b6cd8d5053 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -1,6 +1,6 @@ 'Accesorios', 'activated' => 'Activado', 'accessory' => 'Accesorio', @@ -26,6 +26,7 @@ 'audit' => 'Auditoría', 'audit_report' => 'Registro de auditoría', 'assets' => 'Activos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Eliminar Avatar', 'avatar_upload' => 'Subir Avatar', 'back' => 'Atrás', @@ -114,6 +115,7 @@ 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_type' => 'Tipo de archivo', + 'filesize' => 'File Size', 'file_uploads' => 'Carga de Archivos', 'file_upload' => 'File Upload', 'generate' => 'Generar', @@ -229,6 +231,7 @@ 'show_current' => 'Mostrar actual', 'sign_in' => 'Entrar', 'signature' => 'Firma', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => '¡Parece que tu integración de Slack con Snipe-IT está funcionando!', @@ -237,6 +240,7 @@ 'state' => 'Provincia', 'status_labels' => 'Etiquetas Estados', 'status' => 'Estados', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Proveedor', 'suppliers' => 'Proveedores', 'sure_to_delete' => '¿Está seguro que desea eliminar', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php index ec4a876ad7..53dd854260 100644 --- a/resources/lang/es-CO/validation.php +++ b/resources/lang/es-CO/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute formato incorrecto.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/es-ES/account/general.php b/resources/lang/es-ES/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/es-ES/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index 5569bced7e..af9292a01b 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Equipo no actualizado, intentalo de nuevo', 'success' => 'Equipo actualizado.', 'nothing_updated' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index c908abee9d..c4062f7af6 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de seguridad', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', 'ldap_server_cert' => 'Certificado de validación SSL LDAP', diff --git a/resources/lang/es-ES/admin/settings/table.php b/resources/lang/es-ES/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/es-ES/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php index 28b7d753f2..6d28b8b11a 100644 --- a/resources/lang/es-ES/admin/users/general.php +++ b/resources/lang/es-ES/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', 'two_factor_admin_optin_help' => 'La actual configuración de administración permite cumplimiento selectivo de autenticación de dos factores. ', - 'two_factor_enrolled' => 'Dispositivo con 2FA inscrito ', - 'two_factor_active' => '2FA Activo ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/es-ES/admin/users/table.php b/resources/lang/es-ES/admin/users/table.php index 81db6c7894..1c1cc072c4 100644 --- a/resources/lang/es-ES/admin/users/table.php +++ b/resources/lang/es-ES/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'No. Empleado', 'first_name' => 'Nombre', - 'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Hereda de', 'job' => 'Departamento', diff --git a/resources/lang/es-ES/auth.php b/resources/lang/es-ES/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/es-ES/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index 703987c046..ce87abfd78 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -1,6 +1,6 @@ 'Accesorios', 'activated' => 'Activado', 'accessory' => 'Accesorio', @@ -26,6 +26,7 @@ 'audit' => 'Auditoría', 'audit_report' => 'Registro de auditoría', 'assets' => 'Equipos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Eliminar Avatar', 'avatar_upload' => 'Subir Avatar', 'back' => 'Atras', @@ -114,6 +115,7 @@ 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_type' => 'Tipo de archivo', + 'filesize' => 'File Size', 'file_uploads' => 'Carga de Archivos', 'file_upload' => 'File Upload', 'generate' => 'Generar', @@ -229,6 +231,7 @@ 'show_current' => 'Mostrar actual', 'sign_in' => 'Entrar', 'signature' => 'Firma', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => '¡Parece que tu integración de Slack con Snipe-IT está funcionando!', @@ -237,6 +240,7 @@ 'state' => 'Provincia', 'status_labels' => 'Etiquetas Estados', 'status' => 'Estados', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Proveedor', 'suppliers' => 'Proveedores', 'sure_to_delete' => '¿Está seguro que desea eliminar', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php index 034bceeb38..74533b8ddf 100644 --- a/resources/lang/es-ES/validation.php +++ b/resources/lang/es-ES/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute formato incorrecto.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/es-MX/account/general.php b/resources/lang/es-MX/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/es-MX/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php index d89ae592c6..8ba2d23c24 100644 --- a/resources/lang/es-MX/admin/hardware/message.php +++ b/resources/lang/es-MX/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Equipo no actualizado, intentalo de nuevo', 'success' => 'Equipo actualizado.', 'nothing_updated' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php index 70d21579e1..765b7b14d4 100644 --- a/resources/lang/es-MX/admin/settings/general.php +++ b/resources/lang/es-MX/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de seguridad', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', 'ldap_server_cert' => 'Certificado de validación SSL LDAP', diff --git a/resources/lang/es-MX/admin/settings/table.php b/resources/lang/es-MX/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/es-MX/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/es-MX/admin/users/general.php b/resources/lang/es-MX/admin/users/general.php index ef8677e296..54d4f648a2 100644 --- a/resources/lang/es-MX/admin/users/general.php +++ b/resources/lang/es-MX/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', 'two_factor_admin_optin_help' => 'La actual configuración de administración permite cumplimiento selectivo de autenticación de dos factores. ', - 'two_factor_enrolled' => 'Dispositivo con 2FA inscrito ', - 'two_factor_active' => '2FA Activo ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/es-MX/admin/users/table.php b/resources/lang/es-MX/admin/users/table.php index 81db6c7894..1c1cc072c4 100644 --- a/resources/lang/es-MX/admin/users/table.php +++ b/resources/lang/es-MX/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'No. Empleado', 'first_name' => 'Nombre', - 'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Hereda de', 'job' => 'Departamento', diff --git a/resources/lang/es-MX/auth.php b/resources/lang/es-MX/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/es-MX/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index 2dba5ddb3e..f8a6703704 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -1,6 +1,6 @@ 'Accesorios', 'activated' => 'Activado', 'accessory' => 'Accesorio', @@ -26,6 +26,7 @@ 'audit' => 'Auditoría', 'audit_report' => 'Registro de auditoría', 'assets' => 'Equipos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Eliminar Avatar', 'avatar_upload' => 'Subir Avatar', 'back' => 'Atras', @@ -114,6 +115,7 @@ 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_type' => 'Tipo de Archivo', + 'filesize' => 'File Size', 'file_uploads' => 'Carga de Archivos', 'file_upload' => 'File Upload', 'generate' => 'Generar', @@ -229,6 +231,7 @@ 'show_current' => 'Mostrar actual', 'sign_in' => 'Entrar', 'signature' => 'Firma', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => '¡Oh mira! ¡Parece que tu integración de Slack con Snipe-IT está funcionando!', @@ -237,6 +240,7 @@ 'state' => 'Provincia', 'status_labels' => 'Etiquetas Estados', 'status' => 'Estados', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Proveedor', 'suppliers' => 'Proveedores', 'sure_to_delete' => '¿Está seguro que desea eliminar', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php index 034bceeb38..74533b8ddf 100644 --- a/resources/lang/es-MX/validation.php +++ b/resources/lang/es-MX/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute formato incorrecto.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/es-VE/account/general.php b/resources/lang/es-VE/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/es-VE/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/es-VE/admin/asset_maintenances/general.php b/resources/lang/es-VE/admin/asset_maintenances/general.php index 5855b642a1..405eff0dc1 100644 --- a/resources/lang/es-VE/admin/asset_maintenances/general.php +++ b/resources/lang/es-VE/admin/asset_maintenances/general.php @@ -8,7 +8,7 @@ 'repair' => 'Reparar', 'maintenance' => 'Mantenimiento', 'upgrade' => 'Mejorar', - 'calibration' => 'Calibrar', - 'software_support' => 'Servicio de software', - 'hardware_support' => 'Servicio de software', + 'calibration' => 'Calibración', + 'software_support' => 'Soporte de Software', + 'hardware_support' => 'Soporte de Hardware', ]; diff --git a/resources/lang/es-VE/admin/companies/general.php b/resources/lang/es-VE/admin/companies/general.php index 4629638938..fcbfad7081 100644 --- a/resources/lang/es-VE/admin/companies/general.php +++ b/resources/lang/es-VE/admin/companies/general.php @@ -2,6 +2,6 @@ return [ 'select_company' => 'Seleccionar Compañía', - 'about_companies' => 'Acerca de las empresas', - 'about_companies_description' => ' Puede utilizar las empresas como un campo informativo simple, o puede utilizarlos para restringir la visibilidad de los activos y la disponibilidad a los usuarios con una empresa específica habilitando el soporte completo de la compañía en su Configuración de Administración.', + 'about_companies' => 'Acerca de la compañias', + 'about_companies_description' => ' Puede usar las empresas como un campo informativo simple, o puede usarlas para restringir la visibilidad y la disponibilidad de los activos a los usuarios con una empresa específica al habilitar el Soporte completo de la empresa en su Configuración de administrador.', ]; diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php index 6359adea5e..3f908daa3c 100644 --- a/resources/lang/es-VE/admin/custom_fields/general.php +++ b/resources/lang/es-VE/admin/custom_fields/general.php @@ -2,11 +2,11 @@ return [ 'custom_fields' => 'Campos Personalizados', - 'manage' => 'Manage', + 'manage' => 'Gestionar', 'field' => 'Campo', 'about_fieldsets_title' => 'Acerca de Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', - 'custom_format' => 'Custom Regex format...', + 'about_fieldsets_text' => 'Los conjuntos de campos le permiten crear grupos de campos personalizados que se reutilizan con frecuencia para tipos de modelos de activos específicos.', + 'custom_format' => 'Formato de expresion regular personalizada...', 'encrypt_field' => 'Encriptar el valor de este campo en la base de datos', 'encrypt_field_help' => 'ADVERTENCIA: Encriptar un campo hace que no pueda ser buscado.', 'encrypted' => 'Encriptado', @@ -27,21 +27,21 @@ return [ 'used_by_models' => 'Usado por Modelos', 'order' => 'Orden', 'create_fieldset' => 'Nuevo Fieldset', - 'create_fieldset_title' => 'Create a new fieldset', + 'create_fieldset_title' => 'Crear un nuevo conjunto de campos', 'create_field' => 'Nuevo Campo Personalizado', - 'create_field_title' => 'Create a new custom field', + 'create_field_title' => 'Crear un campo personalizado', 'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Sólo los administradores podrán ver el valor desencriptado', 'show_in_email' => '¿Incluirá el valor de este campo en las notificaciones por correo de asignaciones de activos? Ten en cuenta que los campos cifrados no se pueden incluir en los correos electrónicos.', - 'help_text' => 'Help Text', - 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', - 'about_custom_fields_title' => 'About Custom Fields', - 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', - 'add_field_to_fieldset' => 'Add Field to Fieldset', - 'make_optional' => 'Required - click to make optional', - 'make_required' => 'Optional - click to make required', - 'reorder' => 'Reorder', - 'db_field' => 'DB Field', - 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected .', - 'is_unique' => 'This value must be unique across all assets', - 'unique' => 'Unique', + 'help_text' => 'Texto de Ayuda', + 'help_text_description' => 'Este es un texto opcional que aparecerá debajo de los elementos del formulario al editar un activo para proporcionar contexto en el campo.', + 'about_custom_fields_title' => 'Acerca de campos personalizados', + 'about_custom_fields_text' => 'Los campos personalizados le permiten agregar atributos arbitrarios a los activos.', + 'add_field_to_fieldset' => 'Agregar campo a un conjunto de campos', + 'make_optional' => 'Requerido - haga click para hacerlo opcional', + 'make_required' => 'Opcional - haga click para hacerlo opcional', + 'reorder' => 'Reordenar', + 'db_field' => 'Campo de DB', + 'db_convert_warning' => 'ADVERTENCIA. Este campo está en la tabla de campos personalizados como :db_column pero debería ser :expected.', + 'is_unique' => 'Este valor debe ser unico en todos los activos', + 'unique' => 'Único', ]; diff --git a/resources/lang/es-VE/admin/depreciations/general.php b/resources/lang/es-VE/admin/depreciations/general.php index 48053330ee..69dcfb0769 100644 --- a/resources/lang/es-VE/admin/depreciations/general.php +++ b/resources/lang/es-VE/admin/depreciations/general.php @@ -6,11 +6,11 @@ return [ 'asset_depreciations' => 'Depreciación de Activos', 'create' => 'Crear Depreciación', 'depreciation_name' => 'Nombre de Depreciación', - 'depreciation_min' => 'Floor Value of Depreciation', + 'depreciation_min' => 'Valor del piso de la depreciación', 'number_of_months' => 'Número de Meses', 'update' => 'Actualizar Depreciación', 'depreciation_min' => 'Valor mínimo después de la depreciación', - 'no_depreciations_warning' => 'Warning: - You do not currently have any depreciations set up. - Please set up at least one depreciation to view the depreciation report.', + 'no_depreciations_warning' => 'Advertencia: + No tiene ninguna depreciación configurada. + Por favor, configure al menos una depreciación para ver el informe de depreciación.', ]; diff --git a/resources/lang/es-VE/admin/depreciations/table.php b/resources/lang/es-VE/admin/depreciations/table.php index 9d6293b577..dccade4a9b 100644 --- a/resources/lang/es-VE/admin/depreciations/table.php +++ b/resources/lang/es-VE/admin/depreciations/table.php @@ -6,6 +6,6 @@ return [ 'months' => 'Meses', 'term' => 'Duración', 'title' => 'Nombre ', - 'depreciation_min' => 'Floor Value', + 'depreciation_min' => 'Valor del piso', ]; diff --git a/resources/lang/es-VE/admin/groups/titles.php b/resources/lang/es-VE/admin/groups/titles.php index 1e1086e377..fc81697681 100644 --- a/resources/lang/es-VE/admin/groups/titles.php +++ b/resources/lang/es-VE/admin/groups/titles.php @@ -10,7 +10,7 @@ return [ 'group_admin' => 'Administración de Grupo', 'allow' => 'Permitir', 'deny' => 'Denegar', - 'permission' => 'Permission', - 'grant' => 'Grant', - 'no_permissions' => 'This group has no permissions.' + 'permission' => 'Permiso', + 'grant' => 'Otorgar', + 'no_permissions' => 'Este grupo no tiene permisos.' ]; diff --git a/resources/lang/es-VE/admin/hardware/form.php b/resources/lang/es-VE/admin/hardware/form.php index b17c35a684..04df91ce51 100644 --- a/resources/lang/es-VE/admin/hardware/form.php +++ b/resources/lang/es-VE/admin/hardware/form.php @@ -40,10 +40,10 @@ return [ 'warranty' => 'Garantía', 'warranty_expires' => 'La garantía vence', 'years' => 'años', - 'asset_location' => 'Update Asset Location', - 'asset_location_update_default_current' => 'Update default location AND actual location', - 'asset_location_update_default' => 'Update only default location', - 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.', - 'asset_deployable' => 'That status is deployable. This asset can be checked out.', - 'processing_spinner' => 'Processing...', + 'asset_location' => 'Actualizar ubicación del activo', + 'asset_location_update_default_current' => 'Actualizar ubicación predeterminada y ubicación actual', + 'asset_location_update_default' => 'Actualizar sólo la ubicación predeterminada', + 'asset_not_deployable' => 'Ese estado de activos no es desplegable. Este activo no puede ser verificado.', + 'asset_deployable' => 'Ese estado es desplegable. Este activo puede ser revisado.', + 'processing_spinner' => 'Procesando...', ]; diff --git a/resources/lang/es-VE/admin/hardware/general.php b/resources/lang/es-VE/admin/hardware/general.php index b167084b54..4632288206 100644 --- a/resources/lang/es-VE/admin/hardware/general.php +++ b/resources/lang/es-VE/admin/hardware/general.php @@ -16,13 +16,13 @@ return [ 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.', 'requestable' => 'Solicitable', 'requested' => 'Solicitado', - 'not_requestable' => 'Not Requestable', - 'requestable_status_warning' => 'Do not change requestable status', + 'not_requestable' => 'No solicitable', + 'requestable_status_warning' => 'No cambiar el estado solicitable', 'restore' => 'Restaurar Activo', 'pending' => 'Pendiente', 'undeployable' => 'No enviable', 'view' => 'Ver Activo', - 'csv_error' => 'You have an error in your CSV file:', + 'csv_error' => 'Tiene un error en su archivo CSV:', 'import_text' => '

Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. @@ -32,13 +32,13 @@ return [

Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.

', - 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', - 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', - 'csv_import_match_first' => 'Try to match users by first name (jane) format', - 'csv_import_match_email' => 'Try to match users by email as username', - 'csv_import_match_username' => 'Try to match users by username', - 'error_messages' => 'Error messages:', - 'success_messages' => 'Success messages:', - 'alert_details' => 'Please see below for details.', - 'custom_export' => 'Custom Export' + 'csv_import_match_f-l' => 'Intentar coincidir con los usuarios por el formato firstname.lastname (jane.smith)', + 'csv_import_match_initial_last' => 'Intentar coincidir los usuarios con la inicial del primer apellido (jsmith) formato', + 'csv_import_match_first' => 'Intentar coincidir con los usuarios por nombre de usuario (jane) formato', + 'csv_import_match_email' => 'Intentar coincidir con los usuarios por correo electrónico como nombre de usuario', + 'csv_import_match_username' => 'Intentar coincidir usuarios por nombre de usuario', + 'error_messages' => 'Mensajes de error:', + 'success_messages' => 'Mensajes de éxito:', + 'alert_details' => 'Por favor vea abajo para más detalles.', + 'custom_export' => 'Personalizar exportación' ]; diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php index 731c75b477..8408a1a83c 100644 --- a/resources/lang/es-VE/admin/hardware/message.php +++ b/resources/lang/es-VE/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Advertencia: este activo ha sido marcado actualmente como no enviable. Si este estado cambia, por favor actualiza el estado de activos.', 'does_not_exist' => 'El activo no existe.', - 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Ese activo no existe o no es solicitable.', 'assoc_users' => 'Este activo está actualmente asignado a un usuario y no puede ser borrado. Por favor, revisa el activo primero y luego intenta borrarlo. ', 'create' => [ @@ -16,6 +16,7 @@ return [ 'error' => 'Activo no ha sido actualizado, por favor, inténtelo de nuevo', 'success' => 'Activo actualizado con éxito.', 'nothing_updated' => 'Ningún campo fue seleccionado, así que nada se actualizó.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/es-VE/admin/hardware/table.php b/resources/lang/es-VE/admin/hardware/table.php index 9b48e6db2e..edb1e65cf8 100644 --- a/resources/lang/es-VE/admin/hardware/table.php +++ b/resources/lang/es-VE/admin/hardware/table.php @@ -4,11 +4,11 @@ return [ 'asset_tag' => 'Etiqueta de Activo', 'asset_model' => 'Modelo', - 'book_value' => 'Current Value', + 'book_value' => 'Valor actual', 'change' => 'Registrado / Asignado', 'checkout_date' => 'Fecha de Asignación', 'checkoutto' => 'Asignado', - 'current_value' => 'Current Value', + 'current_value' => 'Valor actual', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'Fin de Vida', @@ -22,9 +22,9 @@ return [ 'image' => 'Imagen de dispositivo', 'days_without_acceptance' => 'Días sin Aceptación', 'monthly_depreciation' => 'Depreciación mensual', - 'assigned_to' => 'Assigned To', - 'requesting_user' => 'Requesting User', - 'requested_date' => 'Requested Date', - 'changed' => 'Changed', - 'icon' => 'Icon', + 'assigned_to' => 'Asignado a', + 'requesting_user' => 'Solicitando usuario', + 'requested_date' => 'Fecha solicitada', + 'changed' => 'Cambiado', + 'icon' => 'Icono', ]; diff --git a/resources/lang/es-VE/admin/kits/general.php b/resources/lang/es-VE/admin/kits/general.php index 83efe52670..eb4a37a545 100644 --- a/resources/lang/es-VE/admin/kits/general.php +++ b/resources/lang/es-VE/admin/kits/general.php @@ -22,11 +22,11 @@ return [ 'append_model' => 'Append model', 'update_appended_model' => 'Update appended model', 'license_error' => 'License already attached to kit', - 'license_added_success' => 'License added successfully', - 'license_updated' => 'License was successfully updated', - 'license_none' => 'License does not exist', - 'license_detached' => 'License was successfully detached', - 'consumable_added_success' => 'Consumable added successfully', + 'license_added_success' => 'Licencia creada con éxito', + 'license_updated' => 'La licencia se ha actualizado correctamente', + 'license_none' => 'La licencia no existe', + 'license_detached' => 'Licencia fue separada con éxito', + 'consumable_added_success' => 'Consumible creado con éxito', 'consumable_updated' => 'Consumable was successfully updated', 'consumable_error' => 'Consumable already attached to kit', 'consumable_deleted' => 'Delete was successful', @@ -35,16 +35,16 @@ return [ 'accessory_added_success' => 'Accessory added successfully', 'accessory_updated' => 'Accessory was successfully updated', 'accessory_detached' => 'Accessory was successfully detached', - 'accessory_error' => 'Accessory already attached to kit', - 'accessory_deleted' => 'Delete was successful', - 'accessory_none' => 'Accessory does not exist', + 'accessory_error' => 'El accesorio ya está conectado al kit', + 'accessory_deleted' => 'El borrado fue exitoso', + 'accessory_none' => 'El accesorio no existe', 'checkout_success' => 'Checkout was successful', 'checkout_error' => 'Checkout error', - 'kit_none' => 'Kit does not exist', - 'kit_created' => 'Kit was successfully created', - 'kit_updated' => 'Kit was successfully updated', - 'kit_not_found' => 'Kit not found', - 'kit_deleted' => 'Kit was successfully deleted', - 'kit_model_updated' => 'Model was successfully updated', - 'kit_model_detached' => 'Model was successfully detached', + 'kit_none' => 'El kit no existe', + 'kit_created' => 'El kit se creó con éxito', + 'kit_updated' => 'El kit se actualizó con éxito', + 'kit_not_found' => 'Kit no encontrado', + 'kit_deleted' => 'Kit eliminado correctamente', + 'kit_model_updated' => 'El modelo se ha actualizado correctamente', + 'kit_model_detached' => 'Modelo fue separado con éxito', ]; diff --git a/resources/lang/es-VE/admin/models/general.php b/resources/lang/es-VE/admin/models/general.php index 17f0071915..5fd0a33c9a 100644 --- a/resources/lang/es-VE/admin/models/general.php +++ b/resources/lang/es-VE/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Acerca de los Modelos de Activos', 'about_models_text' => 'Los Modelos de Activos son un grupo de activos idénticos. "MBP 2013", "iPhone 6S", etc.', - 'deleted' => 'Este modelo fue eliminado.', + 'deleted' => 'Este modelo ha sido eliminado.', 'bulk_delete' => 'Eliminación Masiva de Modelos de Activos', 'bulk_delete_help' => 'Usa las casillas abajo para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activo que tienen distintos activos asociados con ellos no pueden ser borrados hasta que los activos sean asociados a un modelo diferente.', 'bulk_delete_warn' => 'Estás a punto de borrar :model_count modelos de activo.', @@ -14,5 +14,5 @@ return array( 'view_models' => 'Ver Modelos', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Sin campos personalizados', - 'add_default_values' => 'Agregar valores predeterminados', + 'add_default_values' => 'Añadir valores por defecto', ); diff --git a/resources/lang/es-VE/admin/reports/general.php b/resources/lang/es-VE/admin/reports/general.php index 03f1c4dd3b..90784cf1c0 100644 --- a/resources/lang/es-VE/admin/reports/general.php +++ b/resources/lang/es-VE/admin/reports/general.php @@ -2,9 +2,9 @@ return [ 'info' => 'Selecciona que opciones quieres para tu informe de activos.', - 'deleted_user' => 'Deleted user', - 'send_reminder' => 'Send reminder', - 'reminder_sent' => 'Reminder sent', - 'acceptance_deleted' => 'Acceptance request deleted', - 'acceptance_request' => 'Acceptance request' + 'deleted_user' => 'Usuario eliminado', + 'send_reminder' => 'Enviar recordatorio', + 'reminder_sent' => 'Recordatorio enviado', + 'acceptance_deleted' => 'Solicitud de aceptación eliminada', + 'acceptance_request' => 'Solicitud de aceptación' ]; \ No newline at end of file diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php index f690a20a2b..19873d49cd 100644 --- a/resources/lang/es-VE/admin/settings/general.php +++ b/resources/lang/es-VE/admin/settings/general.php @@ -10,14 +10,14 @@ return [ 'admin_cc_email' => 'Email CC', 'admin_cc_email_help' => 'Si deseas enviar una notificación por correo electrónico de las asignaciones de activos que se envían a los usuarios a una cuenta adicional, ingrésela aquí. De lo contrario, deja este campo en blanco.', 'is_ad' => 'Este es un servidor de Directorio Activo', - 'alerts' => 'Alerts', - 'alert_title' => 'Update Alert Settings', + 'alerts' => 'Alertas', + 'alert_title' => 'Actualizar Configuración de Alertas', 'alert_email' => 'Enviar alertas a', 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas de correo electrónico habilitadas', 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', - 'allow_user_skin' => 'Permitir skin del usuario', + 'allow_user_skin' => 'Permitir Skin de usuario', 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.', 'asset_ids' => 'IDs de activos', 'audit_interval' => 'Intervalo de Auditoría', @@ -28,8 +28,9 @@ return [ 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de Seguridad', - 'backups_restoring' => 'Restoring from Backup', - 'backups_upload' => 'Upload Backup', + 'backups_help' => 'Create, download, and restore backups ', + 'backups_restoring' => 'Restaurando desde la copia de seguridad', + 'backups_upload' => 'Subir copia de seguridad', 'backups_path' => 'Backups on the server are stored in :path', 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.

Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file. ', 'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.', @@ -56,7 +57,7 @@ return [ 'barcode_type' => 'Tipo de código de barras 2D', 'alt_barcode_type' => 'Tipo de código de barras 1D', 'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ', - 'enabled' => 'Enabled', + 'enabled' => 'Activado', 'eula_settings' => 'Configuración de Licencia', 'eula_markdown' => 'Esta licencia permite markdown estilo Github.', 'favicon' => 'Favicon', @@ -74,7 +75,7 @@ return [ 'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ', 'laravel' => 'Versión de Lavarel', 'ldap' => 'LDAP', - 'ldap_help' => 'LDAP/Active Directory', + 'ldap_help' => 'LDAP/Directorio Activo', 'ldap_client_tls_key' => 'LDAP Client TLS Key', 'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate', 'ldap_enabled' => 'LDAP activado', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Introduce un usuario y contraseña LDAP válidos desde la base DN que especificaste antes para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_login_sync_help' => 'Esto solo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Esto debería empezar con ldap:// (para no-encriptados o TLS) o ldaps:// (para SSL)', 'ldap_server_cert' => 'Validación de certificado LDAP SSL', @@ -117,13 +119,13 @@ return [ 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde el mundo exterior.', 'login' => 'Login Attempts', 'login_attempt' => 'Login Attempt', - 'login_ip' => 'IP Address', + 'login_ip' => 'Dirección IP', 'login_success' => 'Success?', 'login_user_agent' => 'User Agent', 'login_help' => 'List of attempted logins', 'login_note' => 'Nota de Inicio de Sesión', 'login_note_help' => 'Opcionalmente incluye unas pocas oraciones, por ejemplo para asistir a personas que han encontrado o perdido un dispositivo. Este campo acepta el markdown estilo Github', - 'login_remote_user_text' => 'Opciones de inicio de sesión de usuario remoto', + 'login_remote_user_text' => 'Opciones de usuario remoto', 'login_remote_user_enabled_text' => 'Habilitar inicio de sesión con encabezado de usuario remoto', 'login_remote_user_enabled_help' => 'Esta opción habilita la Autenticación mediante el encabezado REMOTE_USER de acuerdo con la "Interfaz de puerta de enlace común (rfc3875)"', 'login_common_disabled_text' => 'Deshabilitar otros mecanismos de autenticación', @@ -267,55 +269,55 @@ return [ 'bottom' => 'abajo', 'vertical' => 'vertical', 'horizontal' => 'horizontal', - 'unique_serial' => 'Números de serie únicos', + 'unique_serial' => 'Numero de Serial Único', 'unique_serial_help_text' => 'Al marcar esta casilla se forzarán números de serie únicos a los activos', 'zerofill_count' => 'Longitud de las etiquetas de activos, incluyendo relleno de ceros', 'username_format_help' => 'Esta configuración sólo será utilizada por el proceso de importación si no se proporciona un nombre de usuario y tenemos que generar un nombre de usuario para usted.', - 'oauth_title' => 'OAuth API Settings', + 'oauth_title' => 'Configuración de la API de OAuth', 'oauth' => 'OAuth', - 'oauth_help' => 'Oauth Endpoint Settings', - 'asset_tag_title' => 'Update Asset Tag Settings', - 'barcode_title' => 'Update Barcode Settings', - 'barcodes' => 'Barcodes', + 'oauth_help' => 'Configuración de Oauth Endpoint', + 'asset_tag_title' => 'Actualizar ajustes de etiqueta de activos', + 'barcode_title' => 'Actualizar ajustes de código de barras', + 'barcodes' => 'Códigos de barras', 'barcodes_help_overview' => 'Barcode & QR settings', - 'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.', - 'barcodes_spinner' => 'Attempting to delete files...', - 'barcode_delete_cache' => 'Delete Barcode Cache', - 'branding_title' => 'Update Branding Settings', - 'general_title' => 'Update General Settings', - 'mail_test' => 'Send Test', - 'mail_test_help' => 'This will attempt to send a test mail to :replyto.', - 'filter_by_keyword' => 'Filter by setting keyword', - 'security' => 'Security', - 'security_title' => 'Update Security Settings', + 'barcodes_help' => 'Esto intentará eliminar códigos de barras en caché. Esto normalmente sólo se usaría si la configuración del código de barras ha cambiado, o si la URL de Snipe-IT ha cambiado. Los códigos de barras se regenerarán cuando se acceda a continuación.', + 'barcodes_spinner' => 'Intentando eliminar archivos...', + 'barcode_delete_cache' => 'Borrar caché de código de barras', + 'branding_title' => 'Actualizar ajustes de marca', + 'general_title' => 'Actualizar ajustes generales', + 'mail_test' => 'Enviar prueba', + 'mail_test_help' => 'Esto intentará enviar un correo de prueba a :replyto.', + 'filter_by_keyword' => 'Filtrar por palabra clave', + 'security' => 'Seguridad', + 'security_title' => 'Actualizar ajustes de seguridad', 'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication', 'security_help' => 'Two-factor, Password Restrictions', 'groups_keywords' => 'permissions, permission groups, authorization', 'groups_help' => 'Account permission groups', - 'localization' => 'Localization', - 'localization_title' => 'Update Localization Settings', + 'localization' => 'Localización', + 'localization_title' => 'Actualizar ajustes de localización', 'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation', - 'localization_help' => 'Language, date display', - 'notifications' => 'Notifications', - 'notifications_help' => 'Email alerts, audit settings', + 'localization_help' => 'Idioma, fecha', + 'notifications' => 'Notificaciones', + 'notifications_help' => 'Alertas de correo, configuración de auditoría', 'asset_tags_help' => 'Incrementing and prefixes', - 'labels' => 'Labels', - 'labels_title' => 'Update Label Settings', + 'labels' => 'Etiquetas', + 'labels_title' => 'Actualizar ajustes de etiqueta', 'labels_help' => 'Label sizes & settings', 'purge' => 'Purge', - 'purge_keywords' => 'permanently delete', - 'purge_help' => 'Purge Deleted Records', + 'purge_keywords' => 'eliminar permanentemente', + 'purge_help' => 'Purgar registros eliminados', 'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.', 'ldap_ad' => 'LDAP/AD', - 'employee_number' => 'Employee Number', - 'create_admin_user' => 'Create a User ::', - 'create_admin_success' => 'Success! Your admin user has been added!', - 'create_admin_redirect' => 'Click here to go to your app login!', - 'setup_migrations' => 'Database Migrations ::', - 'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!', - 'setup_successful_migrations' => 'Your database tables have been created', - 'setup_migration_output' => 'Migration output:', - 'setup_migration_create_user' => 'Next: Create User', - 'ldap_settings_link' => 'LDAP Settings Page', - 'slack_test' => 'Test Integration', + 'employee_number' => 'Número de empleado', + 'create_admin_user' => 'Crear un usuario ::', + 'create_admin_success' => '¡Éxito! ¡Tu usuario admin ha sido añadido!', + 'create_admin_redirect' => '¡Haz clic aquí para acceder a tu aplicación!', + 'setup_migrations' => 'Migraciones de Base de Datos ::', + 'setup_no_migrations' => 'No hay nada que migrar. ¡Las tablas de la base de datos ya estaban configuradas!', + 'setup_successful_migrations' => 'Se han creado las tablas de la base de datos', + 'setup_migration_output' => 'Salida de Migración:', + 'setup_migration_create_user' => 'Siguiente: Crear usuario', + 'ldap_settings_link' => 'Página de ajustes LDAP', + 'slack_test' => 'Prueba Integración', ]; diff --git a/resources/lang/es-VE/admin/settings/table.php b/resources/lang/es-VE/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/es-VE/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/es-VE/admin/users/general.php b/resources/lang/es-VE/admin/users/general.php index 4c9437f1d5..cb80bc53f4 100644 --- a/resources/lang/es-VE/admin/users/general.php +++ b/resources/lang/es-VE/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', 'two_factor_admin_optin_help' => 'Tus configuraciones de administrador actuales permiten cumplimiento selectivo de autenticación de dos factores. ', - 'two_factor_enrolled' => 'Dispositivo 2FA inscrito ', - 'two_factor_active' => '2FA activo ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/es-VE/admin/users/table.php b/resources/lang/es-VE/admin/users/table.php index d22567c018..6e6086014a 100644 --- a/resources/lang/es-VE/admin/users/table.php +++ b/resources/lang/es-VE/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Correo electrónico', 'employee_num' => 'No. Empleado.', 'first_name' => 'Nombre', - 'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Hereda de', 'job' => 'Título profesional', diff --git a/resources/lang/es-VE/auth.php b/resources/lang/es-VE/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/es-VE/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index 2b4d9ba483..7cebef2ea1 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -1,6 +1,6 @@ 'Accesorios', 'activated' => 'Activado', 'accessory' => 'Accesorio', @@ -26,6 +26,7 @@ 'audit' => 'Auditar', 'audit_report' => 'Registro de Auditoría', 'assets' => 'Activos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Borrar Avatar', 'avatar_upload' => 'Cargar Avatar', 'back' => 'Atrás', @@ -114,6 +115,7 @@ 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_type' => 'Tipo de archivo', + 'filesize' => 'File Size', 'file_uploads' => 'Carga de Archivos', 'file_upload' => 'File Upload', 'generate' => 'Generar', @@ -229,6 +231,7 @@ 'show_current' => 'Mostrar actual', 'sign_in' => 'Entrar', 'signature' => 'Firma', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => '¡Parece que tu integración de Slack con Snipe-IT está funcionando!', @@ -237,6 +240,7 @@ 'state' => 'Estado', 'status_labels' => 'Etiquetas de Estado', 'status' => 'Estado', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Proveedor', 'suppliers' => 'Proveedores', 'sure_to_delete' => '¿Está seguro que quieres borrar', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/es-VE/validation.php b/resources/lang/es-VE/validation.php index 481bcfc305..bc3117b8aa 100644 --- a/resources/lang/es-VE/validation.php +++ b/resources/lang/es-VE/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'El formato :attribute es inválido.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/et/account/general.php b/resources/lang/et/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/et/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/et/admin/hardware/message.php b/resources/lang/et/admin/hardware/message.php index 4d28edd441..e27704d50f 100644 --- a/resources/lang/et/admin/hardware/message.php +++ b/resources/lang/et/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Vara ei värskendatud, proovige uuesti', 'success' => 'Vara värskendati edukalt', 'nothing_updated' => 'Pole ühtegi välju valitud, nii et midagi ei uuendatud.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php index dfd736560e..8918375833 100644 --- a/resources/lang/et/admin/settings/general.php +++ b/resources/lang/et/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Eesliide (valikuline)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varukoopiad', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP server', 'ldap_server_help' => 'See peaks algama ldap: // (krüpteerimata või TLS-i puhul) või ldaps: // (SSL-i puhul)', 'ldap_server_cert' => 'LDAP SSL-sertifikaadi valideerimine', diff --git a/resources/lang/et/admin/settings/table.php b/resources/lang/et/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/et/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/et/admin/users/general.php b/resources/lang/et/admin/users/general.php index a0dc637648..8681a3de61 100644 --- a/resources/lang/et/admin/users/general.php +++ b/resources/lang/et/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Vaata kasutajat :name', 'usercsv' => 'CSV fail', 'two_factor_admin_optin_help' => 'Sinu praegused admin seaded lubavad kahe-astmelist autantimis jõustada valikulselt. ', - 'two_factor_enrolled' => '2FA-seade on registreeritud', - 'two_factor_active' => '2FA aktiivne ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/et/admin/users/table.php b/resources/lang/et/admin/users/table.php index 7cd3f0a5db..0d7a043956 100644 --- a/resources/lang/et/admin/users/table.php +++ b/resources/lang/et/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Töötaja Nr.', 'first_name' => 'Eesnimi', - 'groupnotes' => 'Vali kasutajale grupp. Pea meeles, et kasutajale laienevad kõik grupile omistatud õigused.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Päri', 'job' => 'Ametikoht', diff --git a/resources/lang/et/auth.php b/resources/lang/et/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/et/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/et/general.php b/resources/lang/et/general.php index 1e6a8a97e0..c4bc579474 100644 --- a/resources/lang/et/general.php +++ b/resources/lang/et/general.php @@ -1,6 +1,6 @@ 'Tarvikud', 'activated' => 'Aktiveeritud', 'accessory' => 'Tarvik', @@ -26,6 +26,7 @@ 'audit' => 'Auditeerimine', 'audit_report' => 'Auditilogi', 'assets' => 'Vahendid', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Kustuta profiilipilt', 'avatar_upload' => 'Lae profiilipilt', 'back' => 'Tagasi', @@ -114,6 +115,7 @@ 'files' => 'Failid', 'file_name' => 'Fail', 'file_type' => 'Faili tüüp', + 'filesize' => 'File Size', 'file_uploads' => 'Faili üleslaadimine', 'file_upload' => 'File Upload', 'generate' => 'Genereeri', @@ -229,6 +231,7 @@ 'show_current' => 'Näita käesolevat', 'sign_in' => 'Logi sisse', 'signature' => 'Allkiri', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Väljanägemine', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Maakond', 'status_labels' => 'Oleku sildid', 'status' => 'Staatus', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Tarnija', 'suppliers' => 'Tarnijad', 'sure_to_delete' => 'Kas olete kindel, et soovite kustutada', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php index ea52f657b0..71c2e4f37f 100644 --- a/resources/lang/et/validation.php +++ b/resources/lang/et/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Atribuudivorming on vale.', 'unique_undeleted' => ':attribute peab olema ainulaadne.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/fa/account/general.php b/resources/lang/fa/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/fa/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/fa/admin/hardware/message.php b/resources/lang/fa/admin/hardware/message.php index e98ec64fe0..951005cf0e 100644 --- a/resources/lang/fa/admin/hardware/message.php +++ b/resources/lang/fa/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'دارایی به روز نیست، لطفا دوباره امتحان کنید', 'success' => 'دارایی ها با موفقیت به روز رسانی.', 'nothing_updated' => 'هیچ زمینه، انتخاب شدند تا هیچ چیز به روز شد.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php index 201348ed08..ec2b512a83 100644 --- a/resources/lang/fa/admin/settings/general.php +++ b/resources/lang/fa/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'پیشوند (اختیاری)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'پشتیبان گیری', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'سرویس دهنده LDAP', 'ldap_server_help' => 'این باید با ldap: // (برای رمزگذاری نشده یا TLS) یا ldaps: ((برای SSL)', 'ldap_server_cert' => 'اعتبار گواهی نامه LDAP SSL', diff --git a/resources/lang/fa/admin/settings/table.php b/resources/lang/fa/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/fa/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/fa/admin/users/general.php b/resources/lang/fa/admin/users/general.php index 1352e8b6b3..0fc7562e0e 100644 --- a/resources/lang/fa/admin/users/general.php +++ b/resources/lang/fa/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'نمایش کاربر :', 'usercsv' => 'فایل CSV', 'two_factor_admin_optin_help' => 'تنظیمات مدیریت فعلی شما اجازه اجرای مجدد احراز هویت دو عامل را می دهد.', - 'two_factor_enrolled' => 'دستگاه 2FA ثبت شده است', - 'two_factor_active' => '2FA فعال', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/fa/admin/users/table.php b/resources/lang/fa/admin/users/table.php index a1d13245a5..112feb91a1 100644 --- a/resources/lang/fa/admin/users/table.php +++ b/resources/lang/fa/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'ایمیل', 'employee_num' => 'کد کارمند', 'first_name' => 'نام', - 'groupnotes' => 'یک گروه برای عضو کردن کاربر انتخاب کنید،به یاد داشته باشید که کاربر مجوز گروه هایی را که عضو میشود را دارا خواهد بود.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'شناسه', 'inherit' => 'ارث بری', 'job' => 'عنوان شغلی', diff --git a/resources/lang/fa/auth.php b/resources/lang/fa/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/fa/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php index 4c085b38e1..bd7d7af860 100644 --- a/resources/lang/fa/general.php +++ b/resources/lang/fa/general.php @@ -1,6 +1,6 @@ 'تجهیزات جانبی', 'activated' => 'فعال شد', 'accessory' => 'لوازم جانبی', @@ -26,6 +26,7 @@ 'audit' => 'حسابرسی', 'audit_report' => 'حسابرسی حسابرسی', 'assets' => 'دارایی ها', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'حذف آواتار', 'avatar_upload' => 'بارگذاری آواتار', 'back' => 'بازگشت', @@ -116,6 +117,7 @@ 'files' => 'فایل ها', 'file_name' => 'فایل', 'file_type' => 'نوع فايل', + 'filesize' => 'File Size', 'file_uploads' => 'بارگذاری پرونده', 'file_upload' => 'File Upload', 'generate' => 'تولید', @@ -232,6 +234,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'ورود به سیستم', 'signature' => 'امضا', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -240,6 +243,7 @@ 'state' => 'وضعیت', 'status_labels' => 'برچسب های وضعیت', 'status' => 'وضعیت', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'تامین کننده', 'suppliers' => 'تامین کننده', 'sure_to_delete' => 'مطمئنید که میخواهید حذف شود', @@ -353,4 +357,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php index 0d06db12c6..48f40a6041 100644 --- a/resources/lang/fa/validation.php +++ b/resources/lang/fa/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'شکل ویژگی نامعتبر است.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/fi/account/general.php b/resources/lang/fi/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/fi/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php index ebbb88e538..bab5a02c5b 100644 --- a/resources/lang/fi/admin/hardware/message.php +++ b/resources/lang/fi/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Laitetta ei päivitetty, yritä uudelleen', 'success' => 'Laite päivitetty onnistuneesti.', 'nothing_updated' => 'Mitään kenttiä ei valittu, joten mitään ei päivitetty.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php index 16a1186639..fb6baf9b51 100644 --- a/resources/lang/fi/admin/settings/general.php +++ b/resources/lang/fi/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Etuliite (valinnainen)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varmuuskopiot', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Syötä toimiva LDAP-käyttäjätunnus ja salasana määrittelemästäsi base DN: stä testataksesi LDAP-kirjautumisen toimivuutta. SINUN TULEE TALLENTAA UUDET LDAP ASETUKSET ENSIN.', 'ldap_login_sync_help' => 'Tämä testaa vain LDAP-synkronoinnin toimivuutta. Mikäli LDAP autentikointikysely on virheellinen, käyttäjät eivät voi kirjautua sisään. SINUN TULEE TALLENTAA UUDET ASETUKSET ENSIN.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Palvelin', 'ldap_server_help' => 'Tämän pitäisi alkaa ldap: // (salaamaton tai TLS) tai ldaps: // (SSL)', 'ldap_server_cert' => 'LDAP SSL varmenteen varmennus', diff --git a/resources/lang/fi/admin/settings/table.php b/resources/lang/fi/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/fi/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php index afce5f642d..7381544adf 100644 --- a/resources/lang/fi/admin/users/general.php +++ b/resources/lang/fi/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Näytä käyttäjä :name', 'usercsv' => 'CSV-tiedosto', 'two_factor_admin_optin_help' => 'Nykyiset järjestelmänvalvojan asetukset mahdollistavat kaksivaiheisen tunnistautumisen käyttöönoton valituille käyttäjille. ', - 'two_factor_enrolled' => 'MFA-laite ilmoittautunut mukaan ', - 'two_factor_active' => 'MFA aktiivinen', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/fi/admin/users/table.php b/resources/lang/fi/admin/users/table.php index 8be3870c01..c1fef55eac 100644 --- a/resources/lang/fi/admin/users/table.php +++ b/resources/lang/fi/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Sähköposti', 'employee_num' => 'Työntekijän nro.', 'first_name' => 'Etunimi', - 'groupnotes' => 'Valitse käyttäjälle ryhmä, mutta muista että käyttäjä saa kaikki samat oikeudet kuin mitä ryhmälle on määritetty.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Tunnus', 'inherit' => 'Periytyy', 'job' => 'Osasto', diff --git a/resources/lang/fi/auth.php b/resources/lang/fi/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/fi/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php index 634bb77cdd..e003d0ab73 100644 --- a/resources/lang/fi/general.php +++ b/resources/lang/fi/general.php @@ -1,6 +1,6 @@ 'Oheistarvikkeet', 'activated' => 'Aktivoitu', 'accessory' => 'Oheistarvike', @@ -26,6 +26,7 @@ 'audit' => 'Tarkasta', 'audit_report' => 'Tarkastusloki', 'assets' => 'Laitteet', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Poista käyttäjäkuva', 'avatar_upload' => 'Lähetä käyttäjäkuva', 'back' => 'Edellinen', @@ -114,6 +115,7 @@ 'files' => 'Tiedostot', 'file_name' => 'Tiedosto', 'file_type' => 'Tiedostotyyppi', + 'filesize' => 'File Size', 'file_uploads' => 'Tiedostot', 'file_upload' => 'File Upload', 'generate' => 'Luo', @@ -229,6 +231,7 @@ 'show_current' => 'Näytä nykyiset', 'sign_in' => 'Kirjaudu sisään', 'signature' => 'Allekirjoitus', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Ulkoasu', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Jestas! Näyttää siltä, että Slack integrointi Snipe-IT. n kanssa toimii!', @@ -237,6 +240,7 @@ 'state' => 'Maakunta', 'status_labels' => 'Tilamerkinnät', 'status' => 'Tila', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Toimittaja', 'suppliers' => 'Toimittajat', 'sure_to_delete' => 'Haluatko varmasti poistaa', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php index 106d13f38f..4018184dfe 100644 --- a/resources/lang/fi/validation.php +++ b/resources/lang/fi/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute muotoilu on virheellinen.', 'unique_undeleted' => ':attribute on oltava ainutlaatuinen.', 'non_circular' => ':attribute ei saa luoda kehäviittausta.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/fil/account/general.php b/resources/lang/fil/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/fil/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/fil/admin/hardware/message.php b/resources/lang/fil/admin/hardware/message.php index da07250012..432775e172 100644 --- a/resources/lang/fil/admin/hardware/message.php +++ b/resources/lang/fil/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Ang asset ay hindi nai-update, mangyaring subukang muli', 'success' => 'Ang asset ay matagumpay na nai-update.', 'nothing_updated' => 'Walang napiling mga fields, kaya walang nai-update.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/fil/admin/settings/general.php b/resources/lang/fil/admin/settings/general.php index fed9213259..360bc56ad3 100644 --- a/resources/lang/fil/admin/settings/general.php +++ b/resources/lang/fil/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Ang prefix (opsyonal)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Mga backup', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Mag-enter ng balidong LDAP username at password mula sa binatayang DN na iyong ibinatay sa itaas upang subukan kung ang iyong LDAP login ay maayos na nai-configure. DAPAT MO MUNANG I-SAVE ANG IYONG UPDATED NA MGA SETTING NG LDAP.', 'ldap_login_sync_help' => 'Ito ay susubok lamang sa LDAP na mag-sync nang maayos. Kapag ang iyong LDAP Authentication query ay hindi tama, ang mga gumagamit ay hindi parin makapag-login. DAPAT MO MUNANG I-SAVE ANG IYONG UPDATED NA MGA SETTING NG LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Ang Serber ng LDAP', 'ldap_server_help' => 'Ito ay dapat na magsimula sa ldap:// (para sa hindi naka-encrypt or TLS) o ldaps:// (para sa SSL)', 'ldap_server_cert' => 'Ang pagpapatibay sa sertipikasyon ng LDAP SSL', diff --git a/resources/lang/fil/admin/settings/table.php b/resources/lang/fil/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/fil/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/fil/admin/users/general.php b/resources/lang/fil/admin/users/general.php index ed4203b42c..6b95d08b44 100644 --- a/resources/lang/fil/admin/users/general.php +++ b/resources/lang/fil/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Tingnan ang User :name', 'usercsv' => 'Ang CSV file', 'two_factor_admin_optin_help' => 'Ang iyong kasalukuyang mga admin settings ay napapahintulot ng selektibong pagpapatupad ng two-factor authentication. ', - 'two_factor_enrolled' => 'Ang Na-enroll na 2FA Device ', - 'two_factor_active' => 'Ang 2FA Active ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/fil/admin/users/table.php b/resources/lang/fil/admin/users/table.php index 4d7467222c..a93776f0a8 100644 --- a/resources/lang/fil/admin/users/table.php +++ b/resources/lang/fil/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Ang Numero ng Empleyado.', 'first_name' => 'Ang Unang Pangalan', - 'groupnotes' => 'Pumili ng grupo para mag-talaga ng user, tandaan na ang user ay may mga permiso sa grupo kung saan sila ay naka-assign.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Ang Id', 'inherit' => 'Minana', 'job' => 'Ang Titulo sa Trabaho', diff --git a/resources/lang/fil/auth.php b/resources/lang/fil/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/fil/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/fil/general.php b/resources/lang/fil/general.php index fda98468e2..6426931ec7 100644 --- a/resources/lang/fil/general.php +++ b/resources/lang/fil/general.php @@ -1,6 +1,6 @@ 'Mga Aksesorya', 'activated' => 'Pinagana', 'accessory' => 'Ang Aksesorya', @@ -26,6 +26,7 @@ 'audit' => 'Ang Audit', 'audit_report' => 'Ang Log ng Audit', 'assets' => 'Ang mga Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'I-delete ang Avatar', 'avatar_upload' => 'I-upload ang Avatar', 'back' => 'Bumalik', @@ -114,6 +115,7 @@ 'files' => 'Ang mga file', 'file_name' => 'Ang File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Ang mga upload na File', 'file_upload' => 'File Upload', 'generate' => 'Isagawa', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Mag Sign in', 'signature' => 'Ang Lagda', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Ang Estado', 'status_labels' => 'Ang mga Label ng Katayuan', 'status' => 'Ang Katayuan', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Ang Tagapagsuplay', 'suppliers' => 'Ang mga Tagapagsuplay', 'sure_to_delete' => 'Sigurado kaba na gusto mong i-delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php index 8484418913..a97d751aa1 100644 --- a/resources/lang/fil/validation.php +++ b/resources/lang/fil/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Ang :pormat ng katangian ng pormat ay hindi balido.', 'unique_undeleted' => 'Ang :katangian ay dapat na natatangi.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/fr/account/general.php b/resources/lang/fr/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/fr/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/fr/admin/companies/general.php b/resources/lang/fr/admin/companies/general.php index 81f81defba..fb847d6ee6 100644 --- a/resources/lang/fr/admin/companies/general.php +++ b/resources/lang/fr/admin/companies/general.php @@ -3,5 +3,5 @@ return [ 'select_company' => 'Sélectionnez une compagnie', 'about_companies' => 'A propos des organisations', - 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', + 'about_companies_description' => ' Vous pouvez utiliser les compagnies comme un simple champ d\'information, ou vous pouvez les utiliser pour restreindre la visibilité et la disponibilité des actifs aux utilisateurs avec une compagnie spécifique en activant le Support complet des organisations multiples dans vos paramètres d\'administration.', ]; diff --git a/resources/lang/fr/admin/custom_fields/general.php b/resources/lang/fr/admin/custom_fields/general.php index b39d2099d2..f06ab6e30c 100644 --- a/resources/lang/fr/admin/custom_fields/general.php +++ b/resources/lang/fr/admin/custom_fields/general.php @@ -33,13 +33,15 @@ return [ 'value_encrypted' => 'La valeur de ce champ est chiffrée dans la base de donnée. Seuls les administrateurs seront capable de voir les données déchiffrées', 'show_in_email' => 'Inclure la valeur de ce champ dans les e-mails envoyés à l\'utilisateur? Les champs cryptés ne peuvent pas être inclus dans les e-mails.', 'help_text' => 'Texte d\'aide', - 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', + 'help_text_description' => 'Ceci est un texte optionnel qui apparaîtra sous les éléments de formulaire lors de l\'édition d\'un actif pour fournir un contexte pour le champ.', 'about_custom_fields_title' => 'À propos des champs personnalisés', - 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', + 'about_custom_fields_text' => 'Les champs personnalisés vous permettent d\'ajouter des attributs arbitraires aux actifs.', 'add_field_to_fieldset' => 'Ajouter un champ au jeu de champs', - 'make_optional' => 'Required - click to make optional', - 'make_required' => 'Optional - click to make required', - 'reorder' => 'Reorder', + 'make_optional' => 'Requis - cliquez pour rendre optionnel', + 'make_required' => 'Facultatif - cliquez pour rendre requis', + 'reorder' => 'Réordonner', 'db_field' => 'Champ BDD', - 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected .' + 'db_convert_warning' => 'ATTENTION. Ce champ est dans la table de champs personnalisés en tant que :db_column mais devrait être :expected .', + 'is_unique' => 'Cette valeur doit être unique parmi tous les actifs', + 'unique' => 'Unique', ]; diff --git a/resources/lang/fr/admin/depreciations/general.php b/resources/lang/fr/admin/depreciations/general.php index ddd710c39c..330accd5dd 100644 --- a/resources/lang/fr/admin/depreciations/general.php +++ b/resources/lang/fr/admin/depreciations/general.php @@ -10,7 +10,7 @@ return [ 'number_of_months' => 'Mois', 'update' => 'Actualiser l\'amortissement', 'depreciation_min' => 'Valeur minimale après amortissement', - 'no_depreciations_warning' => 'Warning: - You do not currently have any depreciations set up. - Please set up at least one depreciation to view the depreciation report.', + 'no_depreciations_warning' => 'Avertissement : + Vous n\'avez actuellement aucun amortissement. + Veuillez mettre en place au moins un amortissement pour consulter le rapport d\'amortissement.', ]; diff --git a/resources/lang/fr/admin/hardware/general.php b/resources/lang/fr/admin/hardware/general.php index 8d880ae8c5..5a6f082217 100644 --- a/resources/lang/fr/admin/hardware/general.php +++ b/resources/lang/fr/admin/hardware/general.php @@ -6,6 +6,7 @@ return [ 'archived' => 'Retiré', 'asset' => 'Biens', 'bulk_checkout' => 'Attribuer les actifs', + 'bulk_checkin' => 'Restitution d\'actifs', 'checkin' => 'Retour des Biens', 'checkout' => 'Commander l\'actif', 'clone' => 'Cloner le Bien', @@ -16,7 +17,7 @@ return [ 'requestable' => 'Réquisitionnable', 'requested' => 'Demandé', 'not_requestable' => 'Non-réquisitionnable', - 'requestable_status_warning' => 'Do not change requestable status', + 'requestable_status_warning' => 'Ne pas modifier le statut de demande', 'restore' => 'Restaurer l\'actif', 'pending' => 'En attente', 'undeployable' => 'Non déployable', @@ -31,13 +32,13 @@ return [

Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.

', - 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', - 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', - 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_f-l' => 'Essayez de faire correspondre les utilisateurs par prénom.nom (julie.tremblay)', + 'csv_import_match_initial_last' => 'Essayez de faire correspondre les utilisateurs par initial nom de famille (jtremblay)', + 'csv_import_match_first' => 'Essayez de faire correspondre les utilisateurs par leur prénom (julie)', 'csv_import_match_email' => 'Essayer de faire correspondre l\'adresse de courrier électronique des utilisateurs au nom d\'utilisateur', 'csv_import_match_username' => 'Essayer de faire correspondre les utilisateurs par nom d\'utilisateur', 'error_messages' => 'Messages d\'erreur:', 'success_messages' => 'Messages de succès:', - 'alert_details' => 'Please see below for details.', + 'alert_details' => 'Voir ci-dessous pour plus de détails.', 'custom_export' => 'Exportation personnalisée' ]; diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php index 3d5ae20187..114a54ba25 100644 --- a/resources/lang/fr/admin/hardware/message.php +++ b/resources/lang/fr/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Ce bien n\'a pas été actualisé, veuillez réessayer', 'success' => 'Bien actualisé correctement.', 'nothing_updated' => 'Aucun champ n\'a été sélectionné, rien n\'a été actualisé.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/fr/admin/locations/table.php b/resources/lang/fr/admin/locations/table.php index 83ecc6f065..7875a6f540 100644 --- a/resources/lang/fr/admin/locations/table.php +++ b/resources/lang/fr/admin/locations/table.php @@ -36,5 +36,5 @@ return [ 'signed_by_asset_auditor' => 'Signé par (auditeur d\'actifs):', 'signed_by_finance_auditor' => 'Signé par (auditeur financier):', 'signed_by_location_manager' => 'Signé par (Gestionnaire d\'emplacements):', - 'signed_by' => 'Signed Off By:', + 'signed_by' => 'Signé par :', ]; diff --git a/resources/lang/fr/admin/reports/general.php b/resources/lang/fr/admin/reports/general.php index faba0eb657..2059389c13 100644 --- a/resources/lang/fr/admin/reports/general.php +++ b/resources/lang/fr/admin/reports/general.php @@ -5,6 +5,6 @@ return [ 'deleted_user' => 'Utilisateur supprimé', 'send_reminder' => 'Envoyer un rappel', 'reminder_sent' => 'Rappel envoyé', - 'acceptance_deleted' => 'Acceptance request deleted', - 'acceptance_request' => 'Acceptance request' + 'acceptance_deleted' => 'Demande d\'acceptation supprimée', + 'acceptance_request' => 'Demande d\'acceptation' ]; \ No newline at end of file diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index 21cc347b9a..59e12e1bf1 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -13,7 +13,7 @@ return [ 'alerts' => 'Alertes', 'alert_title' => 'Mettre à jour les paramètres des alertes', 'alert_email' => 'Envoyer les alertes à', - 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', + 'alert_email_help' => 'Adresses de courriel ou listes de distribution auxquelles vous souhaitez envoyer des alertes, séparées par des virgules', 'alerts_enabled' => 'Alertes activées', 'alert_interval' => 'Seuil d\'expiration des alertes (en jours)', 'alert_inv_threshold' => 'Seuil d\'alerte d\'inventaire', @@ -28,9 +28,10 @@ return [ 'auto_increment_prefix' => 'Préfixe (optionnel)', 'auto_incrementing_help' => 'Activez l\'auto-incrémentation des numéros d\'inventaire avant de sélectionner cette option', 'backups' => 'Sauvegardes', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restaurer à partir d\'une sauvegarde', 'backups_upload' => 'Téléverser la sauvegarde', - 'backups_path' => 'Backups on the server are stored in :path', + 'backups_path' => 'Les sauvegardes sont stockées dans :path sur le serveur', 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.

Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file. ', 'backups_logged_out' => 'Tous les utilisateurs existants, y compris vous, seront déconnectés une fois la restauration achevée.', 'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'Clé TLS du client LDAP', 'ldap_login_test_help' => 'Entrez un nom d\'utilisateur et mot de passe LDAP valide depuis la base DN que vous avez spécifié ci-dessus afin de tester si votre configuration LDAP est correcte. VOUS DEVEZ D\'ABORD ENREGISTRER VOS PARAMÈTRES LDAP MIS À JOUR.', 'ldap_login_sync_help' => 'Ceci vérifie uniquement que LDAP se synchronise correctement. Si votre requête d\'authentification LDAP est incorrecte, les utilisateurs peuvent ne pas pouvoir se connecter. VOUS DEVEZ D\'ABORD ENREGISTRER VOS PARAMÈTRES LDAP MIS À JOUR.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Serveur LDAP', 'ldap_server_help' => 'Ca devrait commencer par ldap:// (non crypté ou TLS) ou ldaps:// (SSL)', 'ldap_server_cert' => 'Validation du certificat SSL LDAP', diff --git a/resources/lang/fr/admin/settings/message.php b/resources/lang/fr/admin/settings/message.php index 19bdf28cb0..19ae3e7444 100644 --- a/resources/lang/fr/admin/settings/message.php +++ b/resources/lang/fr/admin/settings/message.php @@ -11,8 +11,8 @@ return [ 'file_deleted' => 'Le fichier de sauvegarde a été supprimé correctement. ', 'generated' => 'Un nouveau fichier de sauvegarde a été créé correctement.', 'file_not_found' => 'Ce fichier de sauvegarde n\'a pas pu être trouvé sur le serveur .', - 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', - 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' + 'restore_warning' => 'Oui, restaurez-le. Je reconnais que cela écrasera toutes les données existantes actuellement dans la base de données. Cela déconnectera également tous vos utilisateurs existants (vous y compris).', + 'restore_confirm' => 'Êtes-vous sûr de vouloir restaurer votre base de données à partir de :filename ?' ], 'purge' => [ 'error' => 'Une erreur est survenue durant la purge. ', @@ -27,7 +27,7 @@ return [ ], 'ldap' => [ 'testing' => 'Test de la connexion, de la liaison et de la requête LDAP ...', - '500' => '500 Server Error. Please check your server logs for more information.', + '500' => 'Erreur500 : Erreur de serveur. Veuillez vérifier les journaux de votre serveur pour plus d\'informations.', 'error' => 'Une erreur est survenue :(', 'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:', 'testing_authentication' => 'Test de l\'authentification LDAP...', diff --git a/resources/lang/fr/admin/settings/table.php b/resources/lang/fr/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/fr/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php index 0c50e04934..88531e7f6c 100644 --- a/resources/lang/fr/admin/users/general.php +++ b/resources/lang/fr/admin/users/general.php @@ -22,16 +22,21 @@ return [ 'view_user' => 'Voir l\'utilisateur :name', 'usercsv' => 'Fichier CSV', 'two_factor_admin_optin_help' => 'Vos paramètres administratifs actuels permettent une application sélective de l\'authentification à deux facteurs. ', - 'two_factor_enrolled' => 'Dispositif à deux facteurs inscrit ', - 'two_factor_active' => 'Activation des deux facteurs ', - 'user_deactivated' => 'L\'utilisateur est désactivé', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Ne pas modifier le statut d\'activation', - 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', - 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', - 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', + 'group_memberships_helpblock' => 'Seuls les super-administrateurs peuvent modifier la liste de membres d\'un groupe.', + 'superadmin_permission_warning' => 'Seuls les super-administrateurs peuvent accorder un accès de super-administrateur à un utilisateur.', + 'admin_permission_warning' => 'Seuls les utilisateurs possédant des droits d\'administrateur ou mieux peuvent accorder un accès d\'administrateur à un utilisateur.', 'remove_group_memberships' => 'Supprimer les appartenances de groupe', 'warning_deletion' => 'AVERTISSEMENT :', - 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', - 'update_user_asssets_status' => 'Update all assets for these users to this status', - 'checkin_user_properties' => 'Check in all properties associated with these users', + 'warning_deletion_information' => 'Vous êtes sur le point de supprimer les :count utilisateur(s) listé(s) ci-dessous. Les super-administrateurs sont surlignés en rouge.', + 'update_user_asssets_status' => 'Mettre à jour tous les actifs pour ces utilisateurs à ce statut', + 'checkin_user_properties' => 'Soumettre toutes les propriétés associées à ces utilisateurs', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/fr/admin/users/table.php b/resources/lang/fr/admin/users/table.php index 09999c4d5f..7ae9bedf41 100644 --- a/resources/lang/fr/admin/users/table.php +++ b/resources/lang/fr/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Employé n°.', 'first_name' => 'Prénom', - 'groupnotes' => 'Sélectionner un groupe à assigner à l\'utilisateur, qui prendra les droits de ce groupe.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Hériter', 'job' => 'intitulé du poste', diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/fr/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php index 41f61c7dca..7ac5876fea 100644 --- a/resources/lang/fr/general.php +++ b/resources/lang/fr/general.php @@ -1,6 +1,6 @@ 'Accessoires', 'activated' => 'Activé', 'accessory' => 'Accessoire', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Journal d\'audit', 'assets' => 'Actifs', + 'assigned_to' => 'Assigné à :name', 'avatar_delete' => 'Supprimer l\'Avatar', 'avatar_upload' => 'Charger un Avatar', 'back' => 'Retour', @@ -36,7 +37,7 @@ 'bulk_edit' => 'Modifier en masse', 'bulk_delete' => 'Supprimer en masse', 'bulk_actions' => 'Actions de masse', - 'bulk_checkin_delete' => 'Bulk Checkin & Delete', + 'bulk_checkin_delete' => 'Enregistrement en bloc & Supprimer', 'bystatus' => 'par statut', 'cancel' => 'Annuler', 'categories' => 'Catégories', @@ -114,6 +115,7 @@ 'files' => 'Fichiers', 'file_name' => 'Fichier', 'file_type' => 'Type de fichier', + 'filesize' => 'File Size', 'file_uploads' => 'Uploads de fichiers', 'file_upload' => 'Dépôt de fichiers', 'generate' => 'Générer', @@ -121,7 +123,7 @@ 'github_markdown' => 'Ce champ accepte Github flavored markdown.', 'groups' => 'Groupes', 'gravatar_email' => 'E-mail adresse Gravatar', - 'gravatar_url' => 'Change your avatar at Gravatar.com.', + 'gravatar_url' => 'Changez votre avatar sur Gravatar.com.', 'history' => 'Historique', 'history_for' => 'Historique pour', 'id' => 'ID', @@ -151,7 +153,7 @@ 'licenses_available' => 'Licences disponibles', 'licenses' => 'Licences', 'list_all' => 'Lister tout', - 'loading' => 'Loading... please wait....', + 'loading' => 'Chargement en cours... Veuillez patienter...', 'lock_passwords' => 'Ce champ ne sera pas sauvegardé dans une installation de démonstration.', 'feature_disabled' => 'Cette fonctionnalité a été désactivée pour l\'installation de démonstration.', 'location' => 'Lieu', @@ -192,9 +194,9 @@ 'purchase_date' => 'Date d\'achat', 'qty' => 'QTÉ', 'quantity' => 'Quantité', - 'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels', - 'quickscan_checkin' => 'Quick Scan Checkin', - 'quickscan_checkin_status' => 'Checkin Status', + 'quantity_minimum' => 'Vous avez :count articles en dessous ou presque en dessous des niveaux de quantité minimum', + 'quickscan_checkin' => 'Retour rapide', + 'quickscan_checkin_status' => 'Statut du retour', 'ready_to_deploy' => 'Prêt à être déployé', 'recent_activity' => 'Activité récente', 'remaining' => 'Restant', @@ -229,6 +231,7 @@ 'show_current' => 'Afficher l\'actuel', 'sign_in' => 'Connexion', 'signature' => 'Signature', + 'signed_off_by' => 'Déconnecté par', 'skin' => 'Habillage', 'slack_msg_note' => 'Un message Slack sera envoyé', 'slack_test_msg' => 'Woohoo ! On dirait que votre intégration Slack -> Snipe-IT fonctionne !', @@ -237,6 +240,7 @@ 'state' => 'État', 'status_labels' => 'Étiquette de statut', 'status' => 'Statut', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Fournisseur', 'suppliers' => 'Fournisseurs', 'sure_to_delete' => 'Êtes-vous sûr de vouloir supprimer ?', @@ -262,7 +266,7 @@ 'users' => 'Utilisateurs', 'viewall' => 'Afficher tout', 'viewassets' => 'Voir les actifs associés', - 'viewassetsfor' => 'View Assets for :name', + 'viewassetsfor' => 'Voir les actifs pour :name', 'website' => 'Site web', 'welcome' => 'Bienvenue, :name', 'years' => 'années', @@ -307,12 +311,12 @@ 'to' => 'À', 'report_fields_info' => '

Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.

If you would like to export only certain assets, use the options below to fine-tune your results.

', - 'range' => 'Range', + 'range' => 'Interval', 'bom_remark' => 'Ajouter un BOM (byte-order mark) à ce CSV', 'improvements' => 'Améliorations', 'information' => 'Information', 'permissions' => 'Autorisations', - 'managed_ldap' => '(Managed via LDAP)', + 'managed_ldap' => '(Géré via LDAP)', 'export' => 'Exporter', 'ldap_sync' => 'Synchronisation LDAP', 'ldap_user_sync' => 'Synchronisation d\'utilisateur LDAP', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Affecter cet élément', 'checkin_tooltip' => 'Désaffecter cet élément', 'checkout_user_tooltip' => 'Affecter cet élément à un utilisateur', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/fr/mail.php b/resources/lang/fr/mail.php index 86a627f1e1..202b3d1373 100644 --- a/resources/lang/fr/mail.php +++ b/resources/lang/fr/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Il s\'agit d\'un test du système de gestion d\'actifs Snipe-IT. Si vous avez obtenu cela, le courrier fonctionne :)', 'the_following_item' => 'L\'élément suivant a été enregistré : ', 'low_inventory_alert' => 'Il y a :count item qui est en dessous du minimum d\'inventaire ou qui sera bas sous peu.|Il y a :count articles qui sont en dessous du minimum d\'inventaire ou qui seront bas sous peu.', - 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'Il y a :count actif(s) avec une garantie expirant dans les prochains :threshold jours.|Il y a :count actif(s) avec des garanties expirant dans les prochains :threshold jours.', 'license_expiring_alert' => 'Il y a :count licence expirant dans les prochains :threshold jours.|Il y a :count licences expirant dans les prochains :threshold jours.', 'to_reset' => 'Pour réinitialiser votre mot de passe :web, complétez ce formulaire:', 'type' => 'Type ', diff --git a/resources/lang/fr/passwords.php b/resources/lang/fr/passwords.php index 06df09852b..16c5c276c8 100644 --- a/resources/lang/fr/passwords.php +++ b/resources/lang/fr/passwords.php @@ -1,6 +1,6 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', + 'sent' => 'Succès : Si cette adresse de courriel existe dans notre système, un courrier électronique de récupération de mot de passe a été envoyé.', 'user' => 'Aucun utilisateur actif correspondant trouvé avec ce courriel.', ]; diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index a27967798a..7fda257cc9 100644 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -64,7 +64,7 @@ return [ 'string' => 'L\'attribut ":attribute" doit faire au moins :min caractères.', 'array' => 'L\'attribut: doit avoir au moins: éléments min.', ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', + 'starts_with' => 'L\'attribut :attribute doit commencer par l\'une des valeurs suivantes : :values.', 'not_in' => 'L\'attribut ":attribute" est invalide.', 'numeric' => 'L\'attribut ":attribute" doit être un nombre.', 'present' => 'Le champ d\'attribut: doit être présent.', @@ -91,6 +91,10 @@ return [ 'url' => 'Le format de cet-te :attribute est invalide.', 'unique_undeleted' => ':attribute doit être unique.', 'non_circular' => 'Le champ :attribute ne doit pas créer de référence circulaire.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ga-IE/account/general.php b/resources/lang/ga-IE/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ga-IE/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php index 365ec94c09..eb5f910dde 100644 --- a/resources/lang/ga-IE/admin/hardware/message.php +++ b/resources/lang/ga-IE/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Níor tugadh nuashonrú ar an tsócmhainn, déan iarracht arís', 'success' => 'Nuashonraíodh sócmhainn go rathúil', 'nothing_updated' => 'Níor roghnaíodh réimsí ar bith, mar sin níor nuashonraíodh aon rud.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index 554deb0a8a..b0aa9ac34a 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Réimse (roghnach)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cúltacaí', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Freastalaí LDAP', 'ldap_server_help' => 'Ba chóir go dtosódh sé seo le ldap: // (le haghaidh neamhchriptithe nó TLS) nó ldaps: // (do SSL)', 'ldap_server_cert' => 'Bailíochtú deimhnithe SSL LDAP', diff --git a/resources/lang/ga-IE/admin/settings/table.php b/resources/lang/ga-IE/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ga-IE/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ga-IE/admin/users/general.php b/resources/lang/ga-IE/admin/users/general.php index b15ad84827..d2f6da012e 100644 --- a/resources/lang/ga-IE/admin/users/general.php +++ b/resources/lang/ga-IE/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Féach Úsáideoir: ainm', 'usercsv' => 'Comhad CSV', 'two_factor_admin_optin_help' => 'Ceadaíonn do shuímh riaracháin reatha forfheidhmiú roghnach fíordheimhnithe dhá fhachtóir.', - 'two_factor_enrolled' => 'Gléas 2FA Cláraithe', - 'two_factor_active' => '2FA Gníomhach', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ga-IE/admin/users/table.php b/resources/lang/ga-IE/admin/users/table.php index 632b66b17e..69a72f25d0 100644 --- a/resources/lang/ga-IE/admin/users/table.php +++ b/resources/lang/ga-IE/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Ríomhphost', 'employee_num' => 'Uimhir an Fhostaí', 'first_name' => 'Ainm', - 'groupnotes' => 'Roghnaigh grúpa chun an t-úsáideoir a shannadh, cuimhnigh go nglacann úsáideoir ceadanna an ghrúpa a sannfar iad.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Teideal an phoist', diff --git a/resources/lang/ga-IE/auth.php b/resources/lang/ga-IE/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ga-IE/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index edfa8f8964..fcba97e683 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Gníomhachtaithe', 'accessory' => 'Cúlpháirtí', @@ -26,6 +26,7 @@ 'audit' => 'Iniúchadh', 'audit_report' => 'Logáil Iniúchta', 'assets' => 'Sócmhainní', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Scrios Avatar', 'avatar_upload' => 'Upload Upload', 'back' => 'Ar ais', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'Comhad', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Uaslódáil comhad', 'file_upload' => 'File Upload', 'generate' => 'Gin', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sínigh isteach', 'signature' => 'Síniú', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Stáit', 'status_labels' => 'Lipéid Stádas', 'status' => 'Stádas', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Soláthraí', 'suppliers' => 'Soláthraithe', 'sure_to_delete' => 'An bhfuil tú cinnte gur mian leat a scriosadh', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php index a979427726..cd700d807c 100644 --- a/resources/lang/ga-IE/validation.php +++ b/resources/lang/ga-IE/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Tá an fhormáid tréithbhail neamhbhailí.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/he/account/general.php b/resources/lang/he/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/he/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php index 34dca0298b..95e9d96981 100644 --- a/resources/lang/he/admin/hardware/message.php +++ b/resources/lang/he/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'הנכס לא עודכן, נסה שוב', 'success' => 'הנכס עודכן בהצלחה.', 'nothing_updated' => 'לא נבחרו שדות, ולכן דבר לא עודכן.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/he/admin/locations/table.php b/resources/lang/he/admin/locations/table.php index d181bc4ff0..abdfd044e9 100644 --- a/resources/lang/he/admin/locations/table.php +++ b/resources/lang/he/admin/locations/table.php @@ -20,21 +20,21 @@ return [ 'parent' => 'הוֹרֶה', 'currency' => 'מטבע מיקום', 'ldap_ou' => 'חיפוש OD של LDAP', - 'user_name' => 'User Name', - 'department' => 'Department', - 'location' => 'Location', + 'user_name' => 'שם משתמש', + 'department' => 'מחלקה', + 'location' => 'מיקום', 'asset_tag' => 'Assets Tag', - 'asset_name' => 'Name', - 'asset_category' => 'Category', - 'asset_manufacturer' => 'Manufacturer', - 'asset_model' => 'Model', - 'asset_serial' => 'Serial', - 'asset_location' => 'Location', + 'asset_name' => 'שם', + 'asset_category' => 'קטגוריה', + 'asset_manufacturer' => 'יצרן', + 'asset_model' => 'דגם', + 'asset_serial' => 'מס׳ סידורי', + 'asset_location' => 'מיקום', 'asset_checked_out' => 'הנכס שוייך', 'asset_expected_checkin' => 'תאריך חזרה למלאי', - 'date' => 'Date:', - 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', - 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', - 'signed_by_location_manager' => 'Signed By (Location Manager):', - 'signed_by' => 'Signed Off By:', + 'date' => 'תאריך:', + 'signed_by_asset_auditor' => 'אושר על ידי (מפקח הציוד):', + 'signed_by_finance_auditor' => 'אושר על ידי (מפקח הכספים):', + 'signed_by_location_manager' => 'אושר על ידי (מנהל המיקום):', + 'signed_by' => 'אושר על ידי:', ]; diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php index cf5a8165a9..c43a4bff53 100644 --- a/resources/lang/he/admin/settings/general.php +++ b/resources/lang/he/admin/settings/general.php @@ -4,14 +4,14 @@ return [ 'ad' => 'Active Directory', 'ad_domain' => 'תחום Active Directory', 'ad_domain_help' => 'לפעמים זה זהה לדומיין הדוא"ל שלך, אך לא תמיד.', - 'ad_append_domain_label' => 'Append domain name', - 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', - 'admin_cc_email' => 'CC Email', + 'ad_append_domain_label' => 'הוסף שם מתחם', + 'ad_append_domain' => 'הוסף שם מתחם לשדה שם משתמש', + 'ad_append_domain_help' => 'המשתמש לא מחוייב לרשום כתובת דוא"ל מלאה, מספיק רק שם משתמש.', + 'admin_cc_email' => 'שלח עותק ל', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'זהו שרת Active Directory', - 'alerts' => 'Alerts', - 'alert_title' => 'Update Alert Settings', + 'alerts' => 'התראות', + 'alert_title' => 'עדכן הגדרות התראה', 'alert_email' => 'שלח התראות אל', 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'התראות מופעלות', @@ -28,8 +28,9 @@ return [ 'auto_increment_prefix' => 'קידומת (אופציונלי)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'גיבויים', - 'backups_restoring' => 'Restoring from Backup', - 'backups_upload' => 'Upload Backup', + 'backups_help' => 'Create, download, and restore backups ', + 'backups_restoring' => 'משחזר מגיבוי', + 'backups_upload' => 'העלה גיבוי', 'backups_path' => 'Backups on the server are stored in :path', 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.

Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file. ', 'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.', @@ -56,7 +57,7 @@ return [ 'barcode_type' => 'סוג ברקוד דו-ממדי', 'alt_barcode_type' => 'סוג 1D ברקוד', 'email_logo_size' => 'לוגואים מרובעים נראים הכי טוב בהודעות דוא״ל. ', - 'enabled' => 'Enabled', + 'enabled' => 'אפשר', 'eula_settings' => 'הגדרות EULA', 'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר Github בטעם מרקדון .', 'favicon' => 'סמל מועדפים (Favicon)', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'שרת LDAP', 'ldap_server_help' => 'זה צריך להתחיל עם ldap: // (עבור לא מוצפן או TLS) או ldaps: // (עבור SSL)', 'ldap_server_cert' => 'אימות תעודת SSL של LDAP', @@ -161,8 +163,8 @@ return [ 'qr_help' => 'הפעל תחילה קודי QR כדי להגדיר זאת', 'qr_text' => 'טקסט קוד QR', 'saml' => 'SAML', - 'saml_title' => 'Update SAML settings', - 'saml_help' => 'SAML settings', + 'saml_title' => 'עדכון הגדרות SAML', + 'saml_help' => 'הגדרות SAML', 'saml_enabled' => 'SAML מופעל', 'saml_integration' => 'שילוב SAML', 'saml_sp_entityid' => 'מזהה יישות', diff --git a/resources/lang/he/admin/settings/message.php b/resources/lang/he/admin/settings/message.php index 278ff0b234..e5531735ab 100644 --- a/resources/lang/he/admin/settings/message.php +++ b/resources/lang/he/admin/settings/message.php @@ -12,7 +12,7 @@ return [ 'generated' => 'קובץ גיבוי חדש נוצר בהצלחה.', 'file_not_found' => 'קובץ גיבוי זה לא נמצא בשרת.', 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', - 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' + 'restore_confirm' => 'האם ברצונך לשחזר את המסד נתונים מ: קובץ?' ], 'purge' => [ 'error' => 'אירעה שגיאה בעת הטיהור.', @@ -20,24 +20,24 @@ return [ 'success' => 'רשומות נמחקו בהצלחה.', ], 'mail' => [ - 'sending' => 'Sending Test Email...', - 'success' => 'Mail sent!', + 'sending' => 'שולח מייל לבדיקה...', + 'success' => 'המייל נשלח!', 'error' => 'מייל לא נשלח.', 'additional' => 'קיימות שגיאות נוספות. בדוק במייל שלך ובלוגים.' ], 'ldap' => [ - 'testing' => 'Testing LDAP Connection, Binding & Query ...', - '500' => '500 Server Error. Please check your server logs for more information.', - 'error' => 'Something went wrong :(', - 'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:', - 'testing_authentication' => 'Testing LDAP Authentication...', - 'authentication_success' => 'User authenticated against LDAP successfully!' + 'testing' => 'בודק חיבור LDAP, שאילתות ומבנה נתונים...', + '500' => 'שגיאה 500, בבקשה בודק את הלוגים בשרת לעוד נתונים.', + 'error' => 'משהו השתבש אופסי פופסי :(', + 'sync_success' => 'בדיקה מול שרת LDAP ל 10 משתמשים בוצעה בהתאם להגדרות שלך:', + 'testing_authentication' => 'בודק אימות מול שרת LDAP...', + 'authentication_success' => 'התחברות לשרת LDAפ עברה בהצלחה!' ], 'slack' => [ - 'sending' => 'Sending Slack test message...', - 'success_pt1' => 'Success! Check the ', + 'sending' => 'שולח הודעת Slack לבדיקה...', + 'success_pt1' => 'הבדיקה עברה בהצלחה! בדוק את ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', - '500' => '500 Server Error.', - 'error' => 'Something went wrong.', + '500' => '500 שגיאת שרת.', + 'error' => 'משהו השתבש אופסי פופסי.', ] ]; diff --git a/resources/lang/he/admin/settings/table.php b/resources/lang/he/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/he/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php index 3c721ab240..de6c7b7657 100644 --- a/resources/lang/he/admin/users/general.php +++ b/resources/lang/he/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'הצג משתמש: שם', 'usercsv' => 'קובץ CSV', 'two_factor_admin_optin_help' => 'הגדרות מנהל המערכת הנוכחיות מאפשרות אכיפה סלקטיבית של אימות דו-גורמי.', - 'two_factor_enrolled' => 'רשם מכשיר 2FA', - 'two_factor_active' => '2FA פעיל', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/he/admin/users/table.php b/resources/lang/he/admin/users/table.php index 4bc0620e04..a2ce7cfd93 100644 --- a/resources/lang/he/admin/users/table.php +++ b/resources/lang/he/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'אֶלֶקטרוֹנִי', 'employee_num' => 'מספר עובד', 'first_name' => 'שם פרטי', - 'groupnotes' => 'בחר קבוצה כדי להקצות למשתמש, זכור כי משתמש לוקח את ההרשאות של הקבוצה הם מוקצים.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'תְעוּדַת זֶהוּת', 'inherit' => 'לָרֶשֶׁת', 'job' => 'הגדרת תפקיד', diff --git a/resources/lang/he/auth.php b/resources/lang/he/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/he/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/he/button.php b/resources/lang/he/button.php index ab5784e5e7..ff5b442abb 100644 --- a/resources/lang/he/button.php +++ b/resources/lang/he/button.php @@ -8,17 +8,17 @@ return [ 'delete' => 'לִמְחוֹק', 'edit' => 'לַעֲרוֹך', 'restore' => 'לשחזר', - 'remove' => 'Remove', + 'remove' => 'הסר', 'request' => 'בַּקָשָׁה', 'submit' => 'שלח', 'upload' => 'העלה', 'select_file' => 'בחר קובץ...', 'select_files' => 'בחר קבצים...', 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels', - 'send_password_link' => 'Send Password Reset Link', - 'go' => 'Go', - 'bulk_actions' => 'Bulk Actions', - 'add_maintenance' => 'Add Maintenance', + 'send_password_link' => 'שלח קישור לאיפוס סיסמא', + 'go' => 'התחל', + 'bulk_actions' => 'פעולות גורפות', + 'add_maintenance' => 'הוסף לתחזוקה', 'append' => 'הוסף', - 'new' => 'New', + 'new' => 'חדש', ]; diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php index f4abcd196f..a3e76851e0 100644 --- a/resources/lang/he/general.php +++ b/resources/lang/he/general.php @@ -1,6 +1,6 @@ 'אביזרים', 'activated' => 'מוּפעָל', 'accessory' => 'אבזר', @@ -26,6 +26,7 @@ 'audit' => 'בְּדִיקָה', 'audit_report' => 'יומן ביקורת', 'assets' => 'נכסים', + 'assigned_to' => 'הוקצה לטובת :name', 'avatar_delete' => 'מחק את אווטר', 'avatar_upload' => 'העלה את הסמל', 'back' => 'חזור', @@ -70,7 +71,7 @@ 'currency' => '$', // this is deprecated 'current' => 'נוֹכְחִי', 'current_password' => 'סיסמא נוכחית', - 'customize_report' => 'Customize Report', + 'customize_report' => 'דוח מותאם אישית', 'custom_report' => 'דוח נכס מותאם אישית', 'dashboard' => 'לוּחַ מַחווָנִים', 'days' => 'ימים', @@ -114,6 +115,7 @@ 'files' => 'קבצים', 'file_name' => 'קוֹבֶץ', 'file_type' => 'סוג קובץ', + 'filesize' => 'File Size', 'file_uploads' => 'העלאות קבצים', 'file_upload' => 'טעינת קובץ', 'generate' => 'לִיצוֹר', @@ -229,6 +231,7 @@ 'show_current' => 'הצג נוכחי', 'sign_in' => 'היכנס', 'signature' => 'חֲתִימָה', + 'signed_off_by' => 'אושר על ידי', 'skin' => 'ערכת עיצוב', 'slack_msg_note' => 'הודעת סלאק תישלח', 'slack_test_msg' => 'יאי! נראה שהשילוב של Slack עם Snipe-IT עובד!', @@ -237,6 +240,7 @@ 'state' => 'מדינה', 'status_labels' => 'תוויות סטטוס', 'status' => 'סטָטוּס', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'ספק', 'suppliers' => 'ספקים', 'sure_to_delete' => 'האם אתה בטוח שברצונך למחוק', @@ -260,7 +264,7 @@ 'declined' => 'ירד', 'unaccepted_asset_report' => 'נכסים לא מקובלים', 'users' => 'משתמשים', - 'viewall' => 'View All', + 'viewall' => 'צפו בהכל', 'viewassets' => 'הצג נכסים מוקצים', 'viewassetsfor' => 'View Assets for :name', 'website' => 'אתר אינטרנט', @@ -294,31 +298,31 @@ 'setup_config_check' => 'Configuration Check', 'setup_create_database' => 'Create Database Tables', 'setup_create_admin' => 'Create Admin User', - 'setup_done' => 'Finished!', + 'setup_done' => 'הסתיים!', 'bulk_edit_about_to' => 'You are about to edit the following: ', 'checked_out' => 'Checked Out', 'checked_out_to' => 'Checked out to', - 'fields' => 'Fields', + 'fields' => 'שדות', 'last_checkout' => 'Last Checkout', 'due_to_checkin' => 'The following :count items are due to be checked in soon:', 'expected_checkin' => 'תאריך התקנה צפוי', 'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.', - 'changed' => 'Changed', - 'to' => 'To', + 'changed' => 'שונה', + 'to' => 'ל-', 'report_fields_info' => '

Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.

If you would like to export only certain assets, use the options below to fine-tune your results.

', - 'range' => 'Range', + 'range' => 'טווח', 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', 'improvements' => 'Improvements', - 'information' => 'Information', - 'permissions' => 'Permissions', + 'information' => 'מידע', + 'permissions' => 'הרשאות', 'managed_ldap' => '(Managed via LDAP)', 'export' => 'Export', 'ldap_sync' => 'LDAP Sync', 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', + 'synchronize' => 'סינכרון', 'sync_results' => 'Synchronization Results', - 'license_serial' => 'Serial/Product Key', + 'license_serial' => 'מספר סידורי/מפתח מוצר', 'invalid_category' => 'Invalid category', 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', '60_percent_warning' => '60% Complete (warning)', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'העבר פריט זה', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index e77bfe43da..89dedddaf9 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -64,11 +64,11 @@ return [ 'string' => 'התכונה: חייבת להיות לפחות: דקות תווים.', 'array' => 'התכונה: חייבת לכלול לפחות פריטים מינימליים.', ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', + 'starts_with' => 'השדה חייב להכיל לפחות אחד מהערכים הבאים.', 'not_in' => 'התכונה שנבחרה: אינה חוקית.', 'numeric' => 'התכונה: חייבת להיות מספר.', 'present' => 'שדה התכונה: חייב להיות נוכח.', - 'valid_regex' => 'That is not a valid regex. ', + 'valid_regex' => 'הקלט לא חוקי. ', 'regex' => 'תבנית התכונה: אינה חוקית.', 'required' => 'שדה התכונה: נדרש.', 'required_if' => 'שדה התכונה: נדרש כאשר: other is: value.', @@ -89,8 +89,12 @@ return [ 'unique' => 'התכונה: כבר נלקחה.', 'uploaded' => 'התכונה: נכשלה.', 'url' => 'תבנית התכונה: אינה חוקית.', - 'unique_undeleted' => 'The :attribute must be unique.', + 'unique_undeleted' => 'השדה חייב מזהה יחודי.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/hr/account/general.php b/resources/lang/hr/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/hr/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php index 500c586cd7..d5fd4d0e64 100644 --- a/resources/lang/hr/admin/hardware/message.php +++ b/resources/lang/hr/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Imovina nije ažurirana, pokušajte ponovo', 'success' => 'Imovina je uspješno ažurirana.', 'nothing_updated' => 'Nije odabrano nijedno polje, tako da ništa nije ažurirano.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php index 1e31977c22..0d52b79304 100644 --- a/resources/lang/hr/admin/settings/general.php +++ b/resources/lang/hr/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefiks (opcija)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sigurnosne kopije', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Unesite valjano korisničko ime i lozinku LDAP-a iz osnovnog DN-a koji ste prethodno naveli da biste provjerili je li vaša LDAP prijava ispravno konfigurirana. MORATE NAJPRIJE SPREMITI SVOJE AŽURIRANE LDAP POSTAVKE.', 'ldap_login_sync_help' => 'Ovo samo testira da se LDAP može ispravno sinkronizirati. Ako vaš upit za LDAP autentikaciju nije ispravan, korisnici se i dalje možda neće moći prijaviti. MORATE NAJPRIJE SPREMITI SVOJE AŽURIRANE LDAP POSTAVKE.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP poslužitelj', 'ldap_server_help' => 'To bi trebalo započeti s ldap: // (za neispisane ili TLS) ili ldaps: // (za SSL)', 'ldap_server_cert' => 'Provjera LDAP SSL certifikata', diff --git a/resources/lang/hr/admin/settings/table.php b/resources/lang/hr/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/hr/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php index 94c315b245..3828e0b87a 100644 --- a/resources/lang/hr/admin/users/general.php +++ b/resources/lang/hr/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Prikaži korisnika: ime', 'usercsv' => 'CSV datoteku', 'two_factor_admin_optin_help' => 'Vaše trenutačne postavke administracije omogućuju selektivnu provedbu autentikacije dvogritera.', - 'two_factor_enrolled' => '2FA uređaj upisan', - 'two_factor_active' => '2FA aktivno', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/hr/admin/users/table.php b/resources/lang/hr/admin/users/table.php index db3c15d6a8..885fad5eba 100644 --- a/resources/lang/hr/admin/users/table.php +++ b/resources/lang/hr/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Broj zaposlenika', 'first_name' => 'Ime', - 'groupnotes' => 'Odaberite grupu koju ćete dodijeliti korisniku, ne zaboravite da korisnik preuzima dozvole skupine kojoj su dodijeljeni.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Iskaznica', 'inherit' => 'nasljediti', 'job' => 'Naziv posla', diff --git a/resources/lang/hr/auth.php b/resources/lang/hr/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/hr/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php index af17f48ac3..7432e2b954 100644 --- a/resources/lang/hr/general.php +++ b/resources/lang/hr/general.php @@ -1,6 +1,6 @@ 'Pribor', 'activated' => 'aktiviran', 'accessory' => 'Oprema', @@ -26,6 +26,7 @@ 'audit' => 'Revizija', 'audit_report' => 'Zapisnik revizije', 'assets' => 'Imovina', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Obriši avatar', 'avatar_upload' => 'Učitaj avatar', 'back' => 'Nazad', @@ -114,6 +115,7 @@ 'files' => 'Datoteke', 'file_name' => 'Datoteka', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Prijenos datoteka', 'file_upload' => 'File Upload', 'generate' => 'Generirati', @@ -229,6 +231,7 @@ 'show_current' => 'Prikaži trenutno', 'sign_in' => 'Prijaviti se', 'signature' => 'Potpis', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'država', 'status_labels' => 'Oznake statusa', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Dobavljač', 'suppliers' => 'Dobavljači', 'sure_to_delete' => 'Jeste li sigurni da želite izbrisati', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php index bacc7e3c01..248fd5b50b 100644 --- a/resources/lang/hr/validation.php +++ b/resources/lang/hr/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Format atributa nije važeći.', 'unique_undeleted' => ':attribute mora biti jedinstven.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/hu/account/general.php b/resources/lang/hu/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/hu/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/hu/admin/custom_fields/general.php b/resources/lang/hu/admin/custom_fields/general.php index dcf98d1d52..2ee46573f7 100644 --- a/resources/lang/hu/admin/custom_fields/general.php +++ b/resources/lang/hu/admin/custom_fields/general.php @@ -41,5 +41,7 @@ return [ 'make_required' => 'Választható - kattintással kötelezővé tehető', 'reorder' => 'Újrarendezés', 'db_field' => 'Adatbázis mező', - 'db_convert_warning' => 'FIGYELMEZTETÉS. Ez a mező az egyéni mezők táblában :db_column néven szerepel, de :expected -nek kellene lennie.' + 'db_convert_warning' => 'FIGYELMEZTETÉS. Ez a mező az egyéni mezők táblában :db_column néven szerepel, de :expected -nek kellene lennie.', + 'is_unique' => 'Ennek az értéknek minden eszköz esetében egyedinek kell lennie', + 'unique' => 'Egyedi', ]; diff --git a/resources/lang/hu/admin/hardware/general.php b/resources/lang/hu/admin/hardware/general.php index ec4899329c..474a8d72cb 100644 --- a/resources/lang/hu/admin/hardware/general.php +++ b/resources/lang/hu/admin/hardware/general.php @@ -6,7 +6,7 @@ return [ 'archived' => 'Arhivált', 'asset' => 'Eszköz', 'bulk_checkout' => 'Eszközök kiadása', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => 'Eszköz visszavétele', 'checkin' => 'Eszköz visszavétele', 'checkout' => 'Checkout Asset', 'clone' => 'Eszköz klónozása', diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php index 1422b7284d..4f33a717bb 100644 --- a/resources/lang/hu/admin/hardware/message.php +++ b/resources/lang/hu/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Az eszköz nem frissült, próbálkozzon újra', 'success' => 'Az eszköz sikeresen frissült.', 'nothing_updated' => 'Nem választottak ki mezőket, így semmi sem frissült.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index 8f4a465d60..c8cb5eb141 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -21,18 +21,19 @@ return [ 'allow_user_skin_help_text' => 'Pipáld be ezt a dobozt ha szeretnéd, hogy a felhasználok felülírhassák az alap oldal kinézetét egy másikkal.', 'asset_ids' => 'Eszköz ID', 'audit_interval' => 'Audit időtartam', - 'audit_interval_help' => 'Ha rendszeres fizikai ellenőrzést igényel az eszközökkel, adja meg az intervallumot hónapokban.', + 'audit_interval_help' => 'Ha rendszeresen fizikailag is ellenőrizni kell az eszközeit, adja meg az Ön által használt intervallumot hónapokban kifejezve. Ha frissíti ezt az értéket, a közelgő ellenőrzési dátummal rendelkező eszközök összes "következő ellenőrzési dátuma" megjelenik.', 'audit_warning_days' => 'Ellenőrzési figyelmeztető küszöbérték', 'audit_warning_days_help' => 'Hány nappal előre figyelmeztetni kell Önt arra, hogy az eszközöknek az ellenőrzésre van szükségük?', 'auto_increment_assets' => 'Automatikusan növekvő eszközazonosítók generálása', 'auto_increment_prefix' => 'Előtag (opcionális)', 'auto_incrementing_help' => 'Először engedélyezze az eszközazonosítók automatikus növelését, hogy ezt beállítsa', 'backups' => 'Biztonsági mentések', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Visszaállítás biztonsági másolatból', 'backups_upload' => 'Biztonsági másolat feltöltése', 'backups_path' => 'A tárolt biztonsági másolatok a szerveren elérhetőek a :path', 'backups_restore_warning' => 'Használja a visszaállítás gombotegy korábbi biztonsági mentésből történő visszaállításhoz. (Ez jelenleg nem működik S3 fájltárolóval vagy Dockerrel.

A teljes :app_name adatbázisod és minden feltöltött fájlod teljesen lecserélődik arra, ami a mentési fájlban van. ', - 'backups_logged_out' => 'A visszaállítás befejezése után ki fog jelentkeztetni téged.', + 'backups_logged_out' => 'A visszaállítás befejeztével minden meglévő felhasználó, beleértve Önt is, kijelentkezik a rendszerből.', 'backups_large' => 'A nagyon nagyméretű biztonsági mentések a visszaállítási kísérlet során megszakadhatnak, és előfordulhat, hogy továbbra is a parancssoron keresztül kell futtatni őket. ', 'barcode_settings' => 'Vonalkód beállítások', 'confirm_purge' => 'Nyugtázza a tisztítást', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP ügyféloldali TLS kulcs', 'ldap_login_test_help' => 'Adjon meg egy érvényes LDAP felhasználónevet és jelszót a fenti alapszintű DN-ből, hogy ellenőrizze, hogy az LDAP-bejelentkezés megfelelően van-e beállítva. EL KELL MENTENIE A MÓDOSÍTOTT LDAP BEÁLLÍTÁSOKAT ELŐBB.', 'ldap_login_sync_help' => 'Ez csak azt teszteli, hogy az LDAP helyesen szinkronizálható. Ha az LDAP hitelesítési lekérdezése nem megfelelő, a felhasználók még mindig nem tudnak bejelentkezni. EL KELL MENTENIE A MÓDOSÍTOTT LDAP BEÁLLÍTÁSOKAT ELŐBB.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP szerver', 'ldap_server_help' => 'Ezt az ldap: // (titkosítatlan vagy TLS) vagy az ldaps:', 'ldap_server_cert' => 'LDAP SSL tanúsítvány érvényesítés', diff --git a/resources/lang/hu/admin/settings/table.php b/resources/lang/hu/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/hu/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php index c37b7f17c9..466c0dbd28 100644 --- a/resources/lang/hu/admin/users/general.php +++ b/resources/lang/hu/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Felhasználó megtekintése: név', 'usercsv' => 'CSV fájl', 'two_factor_admin_optin_help' => 'A jelenlegi adminisztrációs beállításai lehetővé teszik a kétütemű hitelesítés szelektív végrehajtását.', - 'two_factor_enrolled' => '2FA eszköz beiratkozott', - 'two_factor_active' => '2FA aktív', - 'user_deactivated' => 'A felhasználó deaktiválva van', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Ne változtassa meg az aktiválási státuszt', 'group_memberships_helpblock' => 'Csak a szuperadminok szerkeszthetik a csoporttagságokat.', 'superadmin_permission_warning' => 'Csak a szuperadminok adhatnak egy felhasználónak szuperadmin hozzáférést.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'Az alább felsorolt :count felhasználó(k) törlésére készülsz. A szuperadminok nevei pirossal vannak kiemelve.', 'update_user_asssets_status' => 'Frissítse ezen felhasználók összes eszközét erre az állapotra', 'checkin_user_properties' => 'Ellenőrizze a felhasználókhoz kapcsolódó összes tulajdonságot', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/hu/admin/users/table.php b/resources/lang/hu/admin/users/table.php index acdeac67b4..346b44195a 100644 --- a/resources/lang/hu/admin/users/table.php +++ b/resources/lang/hu/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail cím', 'employee_num' => 'Munkavállaló száma', 'first_name' => 'Keresztnév', - 'groupnotes' => 'Válasszon ki egy csoportot a felhasználó hozzárendeléséhez, ne felejtse el, hogy a felhasználó átveszi a hozzárendelt csoport engedélyeit.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Örököl', 'job' => 'Munka megnevezése', diff --git a/resources/lang/hu/auth.php b/resources/lang/hu/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/hu/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php index b81c1b1978..97b1458879 100644 --- a/resources/lang/hu/general.php +++ b/resources/lang/hu/general.php @@ -1,6 +1,6 @@ 'Tartozékok', 'activated' => 'Aktivált', 'accessory' => 'Tartozék', @@ -26,6 +26,7 @@ 'audit' => 'Könyvvizsgálat', 'audit_report' => 'Audit napló', 'assets' => 'Eszközök', + 'assigned_to' => 'Hozzárendelve a következőhöz: :name', 'avatar_delete' => 'Avatar törlése', 'avatar_upload' => 'Avatar frissítése', 'back' => 'Vissza', @@ -96,6 +97,7 @@ 'eol' => 'EOL', 'email_domain' => 'E-mail domain', 'email_format' => 'E-mail formátum', + 'employee_number' => 'Alkalmazott száma', 'email_domain_help' => 'Ezt az e-mail címek létrehozásához használják az importálás során', 'error' => 'Hiba', 'filastname_format' => 'Első kezdeti keresztnév (jsmith@example.com)', @@ -113,6 +115,7 @@ 'files' => 'Fájlok', 'file_name' => 'Fájl', 'file_type' => 'Fájl típus', + 'filesize' => 'File Size', 'file_uploads' => 'Fájlfeltöltések', 'file_upload' => 'Fájl feltöltése', 'generate' => 'Létrehoz', @@ -192,6 +195,8 @@ 'qty' => 'Mennyiség', 'quantity' => 'Mennyiség', 'quantity_minimum' => ':count eszközöd van a megadott minimum mennyiség közelében vagy az alatt', + 'quickscan_checkin' => 'Gyors szkennelős visszavétel', + 'quickscan_checkin_status' => 'Visszavétel státusza', 'ready_to_deploy' => 'Kiadásra kész', 'recent_activity' => 'Legutóbbi tevékenységek', 'remaining' => 'Hátralévő', @@ -226,6 +231,7 @@ 'show_current' => 'Aktuális megjelenítése', 'sign_in' => 'Bejelentkezés', 'signature' => 'Aláírás', + 'signed_off_by' => 'Aláírta', 'skin' => 'Kinézet', 'slack_msg_note' => 'A slack üzenet el lesz küldve', 'slack_test_msg' => 'Oh szia! Úgy látszik a te Slack integrálásod a Snipe-IT el sikeres volt!', @@ -234,6 +240,7 @@ 'state' => 'Megye', 'status_labels' => 'Státusz címkék', 'status' => 'Állapot', + 'accept_eula' => 'Elfogadási megállapodás', 'supplier' => 'Támogató', 'suppliers' => 'Beszállítók', 'sure_to_delete' => 'Biztosan törölni kíván', @@ -347,4 +354,7 @@ 'checkout_tooltip' => 'Adja ki ezt a cikket', 'checkin_tooltip' => 'Vegye vissza ezt a cikket', 'checkout_user_tooltip' => 'Adja ki ezt a cikket egy felhasználónak', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index b043e3e382..3a920d952f 100644 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Az :attribute formátuma érvénytelen.', 'unique_undeleted' => 'A(z) :attribute egyedinek kell lennie.', 'non_circular' => 'A(z) :attribute nem hozhat létre körkörös hivatkozást.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/id/account/general.php b/resources/lang/id/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/id/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/id/admin/companies/general.php b/resources/lang/id/admin/companies/general.php index 21745ad909..6f49e2a2cb 100644 --- a/resources/lang/id/admin/companies/general.php +++ b/resources/lang/id/admin/companies/general.php @@ -2,6 +2,6 @@ return [ 'select_company' => 'Pilih Perusahaan', - 'about_companies' => 'About Companies', - 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', + 'about_companies' => 'Tentang Perusahaan', + 'about_companies_description' => ' Anda dapat menggunakan perusahaan sebagai field informatif sederhana, atau Anda dapat menggunakannya untuk membatasi visibilitas dan ketersediaan aset bagi pengguna dengan perusahaan tertentu dengan mengaktifkan Dukungan Perusahaan Penuh di Pengaturan Admin Anda.', ]; diff --git a/resources/lang/id/admin/custom_fields/general.php b/resources/lang/id/admin/custom_fields/general.php index 0d4e96b805..555e161b55 100644 --- a/resources/lang/id/admin/custom_fields/general.php +++ b/resources/lang/id/admin/custom_fields/general.php @@ -2,11 +2,11 @@ return [ 'custom_fields' => 'Kolom Tambahan', - 'manage' => 'Manage', + 'manage' => 'Kelola', 'field' => 'Kolom', 'about_fieldsets_title' => 'Tentang Set Kolom', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', - 'custom_format' => 'Custom Regex format...', + 'about_fieldsets_text' => 'Fieldsets memungkinkan Anda untuk membuat kolom tambahan yang seringkali dipakai untuk dapat digunakan pada model aset tertentu.', + 'custom_format' => 'Format Tambahan...', 'encrypt_field' => 'Enkripsi nilai kolom ini di database', 'encrypt_field_help' => 'PERINGATAN: Mengenkripsi kolom menjadikan tidak bisa ditemukan.', 'encrypted' => 'Dienkripsi', @@ -27,21 +27,21 @@ return [ 'used_by_models' => 'Digunakan oleh Model', 'order' => 'Urutan', 'create_fieldset' => 'Set Kolom Baru', - 'create_fieldset_title' => 'Create a new fieldset', + 'create_fieldset_title' => 'Buat fieldset baru', 'create_field' => 'Tambah Kolom Ubahan', - 'create_field_title' => 'Create a new custom field', + 'create_field_title' => 'Buat field kustom', 'value_encrypted' => 'Nilai dari kolom ini di database dienkripsi. hanya pengguna admin yang bisa melihat nilai deskripsinya', 'show_in_email' => 'Sertakan nilai bidang ini dalam email checkout yang dikirim kepada pengguna? Bidang terenkripsi tidak dapat dimasukkan dalam email.', - 'help_text' => 'Help Text', - 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', - 'about_custom_fields_title' => 'About Custom Fields', - 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', - 'add_field_to_fieldset' => 'Add Field to Fieldset', - 'make_optional' => 'Required - click to make optional', - 'make_required' => 'Optional - click to make required', - 'reorder' => 'Reorder', - 'db_field' => 'DB Field', - 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected .', - 'is_unique' => 'This value must be unique across all assets', - 'unique' => 'Unique', + 'help_text' => 'Teks bantuan', + 'help_text_description' => 'Ini adalah teks opsional yang akan muncul di bawah elemen formulir saat mengedit aset untuk memberikan konteks pada field.', + 'about_custom_fields_title' => 'Lihat field kustom', + 'about_custom_fields_text' => 'Field khusus memungkinkan Anda menambahkan atribut arbitrer ke aset.', + 'add_field_to_fieldset' => 'Tambahkan Field ke dalam Fieldset', + 'make_optional' => 'Diperlukan - klik untuk ubah menjadi opsional', + 'make_required' => 'Opsional - klik untuk ubah menjadi Diperlukan', + 'reorder' => 'Susun ulang', + 'db_field' => 'Field Database', + 'db_convert_warning' => 'PERINGATAN. Field ini berada dalam tabel field kustom sebagai :db_colume namun seharusnya :expected.', + 'is_unique' => 'Nilai ini harus unik di semua aset', + 'unique' => 'Unik', ]; diff --git a/resources/lang/id/admin/hardware/message.php b/resources/lang/id/admin/hardware/message.php index a7bcf678bd..d8eb81255b 100644 --- a/resources/lang/id/admin/hardware/message.php +++ b/resources/lang/id/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Gagal perbarui aset, silahkan coba kembali', 'success' => 'Sukses perbarui aset.', 'nothing_updated' => 'Tidak ada kolom yang dipilih, jadi tidak ada yang diperbaharui.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php index 2415e67775..2f79d71aab 100644 --- a/resources/lang/id/admin/settings/general.php +++ b/resources/lang/id/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Awalan (pilihan)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cadangan', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Masukkan nama pengguna dan kata sandi LDAP yang valid dari DN dasar yang Anda tentukan di atas untuk menguji apakah pengaturan login LDAP Anda telah dikonfigurasi dengan benar. PERTAMA-TAMA ANDA HARUS MENYIMPAN PENGATURAN LDAP ANDA.', 'ldap_login_sync_help' => 'Ini hanya menguji bahwa LDAP dapat tersinkronisasi dengan benar. Jika kueri Otentikasi LDAP Anda tidak benar, pengguna mungkin masih belum dapat masuk. PERTAMA-TAMA ANDA HARUS MENYIMPAN PENGATURAN LDAP ANDA.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'Ini harus dimulai dengan ldap: / / (untuk tidak terenkripsi atau TLS) atau ldaps: / / (untuk SSL)', 'ldap_server_cert' => 'Validasi sertifikat LDAP SSL', diff --git a/resources/lang/id/admin/settings/table.php b/resources/lang/id/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/id/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/id/admin/users/general.php b/resources/lang/id/admin/users/general.php index 9ef5049a74..02c6a79680 100644 --- a/resources/lang/id/admin/users/general.php +++ b/resources/lang/id/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Lihat pengguna: name', 'usercsv' => 'Berkas CSV', 'two_factor_admin_optin_help' => 'Pengaturan admin Anda saat ini memungkinkan penegakan dua faktor otentikasi selektif.', - 'two_factor_enrolled' => 'Perangkat 2FA Terdaftar', - 'two_factor_active' => '2FA Aktif', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/id/admin/users/table.php b/resources/lang/id/admin/users/table.php index 143aa12b60..49d43a8d66 100644 --- a/resources/lang/id/admin/users/table.php +++ b/resources/lang/id/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'No. Karyawan.', 'first_name' => 'Nama Depan', - 'groupnotes' => 'Pilih kelompok untuk diberikan ke pengguna, ingatlah bahwa pengguna mendapatkan hak ases dari kelompok yang ada pada mereka.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Turunan', 'job' => 'Pekerjaan', diff --git a/resources/lang/id/auth.php b/resources/lang/id/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/id/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/id/general.php b/resources/lang/id/general.php index fd3f95dc28..507f53ee61 100644 --- a/resources/lang/id/general.php +++ b/resources/lang/id/general.php @@ -1,6 +1,6 @@ 'Aksesoris', 'activated' => 'Diaktifkan', 'accessory' => 'Aksesori', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Log Audit', 'assets' => 'Aset', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Hapus avatar', 'avatar_upload' => 'Unggah avatar', 'back' => 'Kembali', @@ -114,6 +115,7 @@ 'files' => 'File', 'file_name' => 'Berkas', 'file_type' => 'Tipe Berkas', + 'filesize' => 'File Size', 'file_uploads' => 'Unggah Berkas', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Tampilkan Saat Ini', 'sign_in' => 'Masuk', 'signature' => 'Tanda tangan', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Hai! Sepertinya integrasi Slack Anda dengan Snipe-IT berfungsi!', @@ -237,6 +240,7 @@ 'state' => 'Provinsi', 'status_labels' => 'Status label', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Pemasok', 'suppliers' => 'Pemasok', 'sure_to_delete' => 'Yakin ingin menghapusnya', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index 7b5e35e166..ba39748be4 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Format :attribute tidak benar.', 'unique_undeleted' => ':attribute harus unik.', 'non_circular' => ':attribute tidak boleh membuat referensi melingkar.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/is/account/general.php b/resources/lang/is/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/is/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/is/admin/hardware/message.php b/resources/lang/is/admin/hardware/message.php index 1297285f8f..8850d17553 100644 --- a/resources/lang/is/admin/hardware/message.php +++ b/resources/lang/is/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/is/admin/settings/general.php b/resources/lang/is/admin/settings/general.php index 02ccb5ef1d..da233d66b8 100644 --- a/resources/lang/is/admin/settings/general.php +++ b/resources/lang/is/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Forskeyti (valkvætt)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Öryggisafrit', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/is/admin/settings/table.php b/resources/lang/is/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/is/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/is/admin/users/general.php b/resources/lang/is/admin/users/general.php index 5dc5456826..e31a579cd3 100644 --- a/resources/lang/is/admin/users/general.php +++ b/resources/lang/is/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'View User :name', 'usercsv' => 'CSV skrá', 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled', - 'two_factor_active' => '2FA Active', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/is/admin/users/table.php b/resources/lang/is/admin/users/table.php index 36781e9902..2166dda7b9 100644 --- a/resources/lang/is/admin/users/table.php +++ b/resources/lang/is/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Netfang', 'employee_num' => 'Employee No.', 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Starfsheiti', diff --git a/resources/lang/is/auth.php b/resources/lang/is/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/is/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/is/general.php b/resources/lang/is/general.php index 1ee52de970..0c199625a5 100644 --- a/resources/lang/is/general.php +++ b/resources/lang/is/general.php @@ -1,6 +1,6 @@ 'Aukahlutir', 'activated' => 'Virkjað', 'accessory' => 'Aukahlutur', @@ -26,6 +26,7 @@ 'audit' => 'Úttekt', 'audit_report' => 'Úttektarsaga', 'assets' => 'Eignir', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Til baka', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'Skrá', 'file_type' => 'Skráartegund', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Sýna núverandi', 'sign_in' => 'Skrá inn', 'signature' => 'Undirskrift', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Útlit', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Ríki', 'status_labels' => 'Status Labels', 'status' => 'Staða', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Framleiðandi', 'suppliers' => 'Framleiðendur', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/is/validation.php b/resources/lang/is/validation.php index c183ffc998..9f06e3eae9 100644 --- a/resources/lang/is/validation.php +++ b/resources/lang/is/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/it/account/general.php b/resources/lang/it/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/it/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php index 0f8d7077c4..bc9edfcd2b 100644 --- a/resources/lang/it/admin/hardware/message.php +++ b/resources/lang/it/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Il bene non è stato aggiornato, si prega di riprovare', 'success' => 'Bene aggiornato con successo.', 'nothing_updated' => 'Non è stato selezionato nessun campo, nulla è stato aggiornato.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index d6e1307fc6..adefba018f 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -21,18 +21,19 @@ return [ 'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia utente con uno diverso.', 'asset_ids' => 'ID Bene', 'audit_interval' => 'Intervallo di controllo', - 'audit_interval_help' => 'Se sei tenuto a controllare regolarmente le risorse, inserisci l\'intervallo in mesi.', + 'audit_interval_help' => 'Se siete tenuti a controllare fisicamente e regolarmente i vostri beni, inserite l\'intervallo utilizzato in mesi. Se si aggiorna questo valore, tutte le "date di controllo successive" per gli asset con una data di revisione imminente.', 'audit_warning_days' => 'Soglia di allarme di controllo', 'audit_warning_days_help' => 'Quanti giorni in anticipo dovremmo avvisare quando i beni sono dovuti per il controllo?', 'auto_increment_assets' => 'Genera tag beni ad incremento automatico', 'auto_increment_prefix' => 'Prefisso (Opzionale)', 'auto_incrementing_help' => 'Attiva i tag beni ad incremento automatico per impostarlo', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Ripristino da backup', 'backups_upload' => 'Carica Backup', 'backups_path' => 'I backup sul server sono memorizzati in :path', 'backups_restore_warning' => 'Usa il pulsante di ripristino per ripristinare un backup precedente. (Al momento non funziona con l\'archivio file S3 o Docker.)

L\'intero database di :app_name e i file caricati saranno completamente sostituiti dal contenuto nel file di backup. ', - 'backups_logged_out' => 'Sarai disconnesso una volta completato il ripristino.', + 'backups_logged_out' => 'Tutti gli utenti esistenti, te incluso, saranno disconnessi a ripristino completato.', 'backups_large' => 'I backup molto grandi potrebbero andare in time out durante il ripristino e potrebbero dover essere eseguiti tramite riga di comando. ', 'barcode_settings' => 'Impostazioni codice a barre', 'confirm_purge' => 'Conferma Cancellazione', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'Chiave TLS client LDAP', 'ldap_login_test_help' => 'Immettere un nome utente e una password LDAP validi dal DN di base specificato in precedenza per verificare se il login LDAP è configurato correttamente. DEVI SALVARE LE IMPOSTAZIONI LDAP AGGIORNATE PRIMA.', 'ldap_login_sync_help' => 'Questo verifica solamente che LDAP possa sincronizzare correttamente. Se la tua query di autenticazione LDAP non è corretta, gli utenti potrebbero non essere ancora in grado di accedere. DEVI SALVARE LE IMPOSTAZIONI LDAP PRIMA DI EFFETTUARE QUESTO TEST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Server LDAP', 'ldap_server_help' => 'Questo dovrebbe iniziare con ldap: // (per unencrypted o TLS) o ldaps: // (per SSL)', 'ldap_server_cert' => 'Validazione certificato SSL di LDAP', diff --git a/resources/lang/it/admin/settings/table.php b/resources/lang/it/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/it/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php index ac5ae1326f..0abf66e611 100644 --- a/resources/lang/it/admin/users/general.php +++ b/resources/lang/it/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Visualizza Utente :name', 'usercsv' => 'CSV file', 'two_factor_admin_optin_help' => 'Le impostazioni correnti di amministratore consentono l\'esecuzione selettiva dell\'autenticazione a due fattori.', - 'two_factor_enrolled' => 'Apparecchio 2FA iscritto', - 'two_factor_active' => '2FA attivo', - 'user_deactivated' => 'L\'utente è disattivato', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Non cambiare lo stato di attivazione', 'group_memberships_helpblock' => 'Solo i superamministratori possono modificare i membri del gruppo.', 'superadmin_permission_warning' => 'Solo i superamministratori possono concedere il permesso di superamministratore a un altro utente.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'Stai per eliminare :count utenti listati qui sotto. I superamministratori sono evidenziati in rosso.', 'update_user_asssets_status' => 'Aggiorna tutti i beni per questi utenti a questo stato', 'checkin_user_properties' => 'Esegui il check-in di tutte le proprietà associate a questi utenti', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/it/admin/users/table.php b/resources/lang/it/admin/users/table.php index af164d07c4..8dc9a324a8 100644 --- a/resources/lang/it/admin/users/table.php +++ b/resources/lang/it/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Num. Dipendenti', 'first_name' => 'Nome', - 'groupnotes' => 'Selezionare un gruppo a cui assegnare l\'utente, ricorda che un utente assume le autorizzazioni del gruppo a cui appartiene.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Eredita', 'job' => 'Professione', diff --git a/resources/lang/it/auth.php b/resources/lang/it/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/it/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php index ddacaf8fb6..a3a054310c 100644 --- a/resources/lang/it/general.php +++ b/resources/lang/it/general.php @@ -1,6 +1,6 @@ 'Accessori', 'activated' => 'Attivato', 'accessory' => 'Accessorio', @@ -19,13 +19,14 @@ 'asset' => 'Bene', 'asset_report' => 'Report beni', 'asset_tag' => 'Tag Bene', - 'asset_tags' => 'Asset Tags', - 'assets_available' => 'Assets available', - 'accept_assets' => 'Accept Assets :name', - 'accept_assets_menu' => 'Accept Assets', + 'asset_tags' => 'Etichette delle risorse', + 'assets_available' => 'Risorse disponibili', + 'accept_assets' => 'Accetta Risorse :name', + 'accept_assets_menu' => 'Accetta Risorse', 'audit' => 'revisione', 'audit_report' => 'Registro di controllo', 'assets' => 'Beni', + 'assigned_to' => 'Assegnato a :name', 'avatar_delete' => 'Cancella Avatar', 'avatar_upload' => 'Carica Avatar', 'back' => 'Indietro', @@ -34,8 +35,8 @@ 'bulkaudit_status' => 'Stato di controllo', 'bulk_checkout' => 'Checkout Bulk', 'bulk_edit' => 'Modifica in blocco', - 'bulk_delete' => 'Bulk Delete', - 'bulk_actions' => 'Bulk Actions', + 'bulk_delete' => 'Elimina quantità', + 'bulk_actions' => 'Gruppo di azioni', 'bulk_checkin_delete' => 'Bulk Checkin & Delete', 'bystatus' => 'in base allo stato', 'cancel' => 'annulla', @@ -87,7 +88,7 @@ 'department' => 'Dipartimento', 'deployed' => 'Distribuita', 'depreciation' => 'Obsoleti', - 'depreciations' => 'Depreciations', + 'depreciations' => 'Deprezzamenti', 'depreciation_report' => 'Report degli Obsoleti', 'details' => 'Dettagli', 'download' => 'Scarica', @@ -114,22 +115,23 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'Tipo di file', + 'filesize' => 'File Size', 'file_uploads' => 'Carica i file', - 'file_upload' => 'File Upload', + 'file_upload' => 'Caricamento file', 'generate' => 'Genera', 'generate_labels' => 'Genera Etichette', 'github_markdown' => 'Questo campo consente a Markdown Github.', 'groups' => 'Gruppi', 'gravatar_email' => 'Indirizzo Email Gravatar', - 'gravatar_url' => 'Change your avatar at Gravatar.com.', + 'gravatar_url' => 'Cambia il tuo avatar su Gravatar.com.', 'history' => 'Storia', 'history_for' => 'Cronologia', 'id' => 'ID', 'image' => 'Immagine', 'image_delete' => 'Cancella l\'Immagine', 'image_upload' => 'Carica immagine', - 'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', - 'filetypes_size_help' => 'Max upload size allowed is :size.', + 'filetypes_accepted_help' => 'Tipo di file accettato: :types. Dimensione massima di caricamento per un file: :size.|Tipi di file accettati: :types. Dimensione massima di caricamento per un file: :size.', + 'filetypes_size_help' => 'Dimensione massima di caricamento per un file: :size.', 'image_filetypes_help' => 'I tipi di file accettati sono jpg, webp, png, gif e svg. La dimensione massima consentita per il caricamento è :size.', 'import' => 'Importa', 'importing' => 'Importare', @@ -139,7 +141,7 @@ 'asset_maintenance_report' => 'Rapporto manutenzione prodotto', 'asset_maintenances' => 'Manutenzione Prodotto', 'item' => 'Articolo', - 'item_name' => 'Item Name', + 'item_name' => 'Nome elemento', 'insufficient_permissions' => 'Permessi Insufficienti!', 'kits' => 'Kit Predefiniti', 'language' => 'Lingua', @@ -160,12 +162,12 @@ 'logout' => 'logout', 'lookup_by_tag' => 'Ricerca da Asset Tag', 'maintenances' => 'Manutenzioni', - 'manage_api_keys' => 'Manage API Keys', + 'manage_api_keys' => 'Gestisci le Chiavi API', 'manufacturer' => 'Produttore', 'manufacturers' => 'Produttori', 'markdown' => 'Questo campo consente a Gridubdown flavored markdown.', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.', + 'min_amt_help' => 'Numero minimo di elementi disponibili prima dell\'attivazione di un alert. Lasciare vuoto per non ricevere alert.', 'model_no' => 'Modello No.', 'months' => 'mesi', 'moreinfo' => 'Altre informazioni', @@ -192,21 +194,21 @@ 'purchase_date' => 'Data di acquisto', 'qty' => 'Quantità', 'quantity' => 'Quantità', - 'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels', + 'quantity_minimum' => 'Hai :count elementi sotto o prossimi alla soglia del livello di quantità minima', 'quickscan_checkin' => 'Check-in a Scansione Rapida', 'quickscan_checkin_status' => 'Stato Check-in', 'ready_to_deploy' => 'Pronto per il rilascio', 'recent_activity' => 'Attività Recenti', - 'remaining' => 'Remaining', + 'remaining' => 'Rimanente', 'remove_company' => 'Rimuovi associazioni azienda', 'reports' => 'Reports', 'restored' => 'ripristinato', 'restore' => 'Ripristina', - 'requestable_models' => 'Requestable Models', + 'requestable_models' => 'Modelli richiedibili', 'requested' => 'Richiesto', - 'requested_date' => 'Requested Date', - 'requested_assets' => 'Requested Assets', - 'requested_assets_menu' => 'Requested Assets', + 'requested_date' => 'Data di richiesta', + 'requested_assets' => 'Risorse richieste', + 'requested_assets_menu' => 'Risorse richieste', 'request_canceled' => 'Richiesta annullata', 'save' => 'Salva', 'select' => 'Seleziona', @@ -229,20 +231,22 @@ 'show_current' => 'Visualizza corrente', 'sign_in' => 'Accedi', 'signature' => 'Firma', + 'signed_off_by' => 'Firmato Da', 'skin' => 'Tema', - 'slack_msg_note' => 'A slack message will be sent', + 'slack_msg_note' => 'Verrà inviato un messaggio slack', 'slack_test_msg' => 'Oh hai! Sembra che la tua integrazione Slack con Snipe-IT funziona!', 'some_features_disabled' => 'DEMO: Alcune caratteristiche sono disabilitate in questa modalità.', 'site_name' => 'Nome sito', 'state' => 'Stato', 'status_labels' => 'Etichetta di Stato', 'status' => 'Stato', + 'accept_eula' => 'Contratto d\'Accettazione', 'supplier' => 'Fornitore', 'suppliers' => 'Fornitori', 'sure_to_delete' => 'Sei sicuro di voler eliminare', 'submit' => 'Invia', 'target' => 'Assegnatario', - 'toggle_navigation' => 'Toogle Navigation', + 'toggle_navigation' => 'Attiva/disattiva barra di navigazione', 'time_and_date_display' => 'Visualizzazione del tempo e del tempo', 'total_assets' => 'Assets totali', 'total_licenses' => 'Totale licenze', @@ -262,7 +266,7 @@ 'users' => 'Utenti', 'viewall' => 'Visualizza tutto', 'viewassets' => 'Visualizza gli Assets assegnati', - 'viewassetsfor' => 'View Assets for :name', + 'viewassetsfor' => 'Visualizza Risorse per :name', 'website' => 'Sito Web', 'welcome' => 'Benvenuto, :name', 'years' => 'anni', @@ -281,40 +285,40 @@ 'clear_signature' => 'Cancella Firma', 'show_help' => 'Mostra aiuto', 'hide_help' => 'Nascondi aiuto', - 'view_all' => 'view all', - 'hide_deleted' => 'Hide Deleted', + 'view_all' => 'visualizza tutti', + 'hide_deleted' => 'Nascondi Eliminati', 'email' => 'Email', - 'do_not_change' => 'Do Not Change', - 'bug_report' => 'Report a Bug', - 'user_manual' => 'User\'s Manual', + 'do_not_change' => 'Non Cambiare', + 'bug_report' => 'Segnala un Bug', + 'user_manual' => 'Manuale Utente', 'setup_step_1' => 'Passo 1', 'setup_step_2' => 'Passo 2', 'setup_step_3' => 'Passo 3', 'setup_step_4' => 'Passo 4', - 'setup_config_check' => 'Configuration Check', + 'setup_config_check' => 'Controllo della Configurazione', 'setup_create_database' => 'Crea tabelle database', 'setup_create_admin' => 'Crea utente amministratore', - 'setup_done' => 'Finished!', - 'bulk_edit_about_to' => 'You are about to edit the following: ', - 'checked_out' => 'Checked Out', - 'checked_out_to' => 'Checked out to', - 'fields' => 'Fields', - 'last_checkout' => 'Last Checkout', - 'due_to_checkin' => 'The following :count items are due to be checked in soon:', - 'expected_checkin' => 'Expected Checkin', - 'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.', - 'changed' => 'Changed', - 'to' => 'To', - 'report_fields_info' => '

Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.

-

If you would like to export only certain assets, use the options below to fine-tune your results.

', - 'range' => 'Range', - 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', - 'improvements' => 'Improvements', - 'information' => 'Information', - 'permissions' => 'Permissions', - 'managed_ldap' => '(Managed via LDAP)', - 'export' => 'Export', - 'ldap_sync' => 'LDAP Sync', + 'setup_done' => 'Finito!', + 'bulk_edit_about_to' => 'Stai per modificare quello che segue: ', + 'checked_out' => 'Assegnato', + 'checked_out_to' => 'Assegnato a', + 'fields' => 'Campi', + 'last_checkout' => 'Ultima Assegnazione', + 'due_to_checkin' => 'I seguenti :count elementi sono in attesa di essere bloccati entro breve:', + 'expected_checkin' => 'Atteso Blocco', + 'reminder_checked_out_items' => 'Questo è un promemoria dei tuoi elementi attualmente sbloccati. Se ritieni che questo elenco non sia esatta (manca qualcosa o compare qualcosa che non ti è stato mai assegnato), invia una mail a :reply_to_name all\'indirizzo :reply_to_address.', + 'changed' => 'Modificato', + 'to' => 'A', + 'report_fields_info' => '

Seleziona i campi che vuoi inserire nel tuo report personalizzato e clicca su Genera. Il file (custom-asset_report-YYYY-mm-dd.csv) verrà scaricato automaticamente e potrà essere aperto in Excel.

+

Per esportare solamente alcune risorse, utilizzare le opzioni che seguono per filtrare i risultati.

', + 'range' => 'Intervallo', + 'bom_remark' => 'Aggiunti un OPB (ordinamento per byte) a questo CSV', + 'improvements' => 'Miglioramenti', + 'information' => 'Informazioni', + 'permissions' => 'Permessi', + 'managed_ldap' => '(Gestito tramite LDAP)', + 'export' => 'Esportazione', + 'ldap_sync' => 'Sincronizzazione LDAP', 'ldap_user_sync' => 'LDAP User Sync', 'synchronize' => 'Synchronize', 'sync_results' => 'Synchronization Results', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 7ac2cf9ce7..2f4b1eccdd 100644 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Il formato dell\' :attribute è invalido.', 'unique_undeleted' => 'L\'attributo deve essere univoco.', 'non_circular' => ':attribute non deve creare un riferimento circolare.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/iu/account/general.php b/resources/lang/iu/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/iu/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/iu/admin/hardware/message.php b/resources/lang/iu/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/iu/admin/hardware/message.php +++ b/resources/lang/iu/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/iu/admin/settings/general.php b/resources/lang/iu/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/iu/admin/settings/general.php +++ b/resources/lang/iu/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/iu/admin/settings/table.php b/resources/lang/iu/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/iu/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/iu/admin/users/general.php b/resources/lang/iu/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/iu/admin/users/general.php +++ b/resources/lang/iu/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/iu/admin/users/table.php b/resources/lang/iu/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/iu/admin/users/table.php +++ b/resources/lang/iu/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/iu/auth.php b/resources/lang/iu/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/iu/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/iu/general.php b/resources/lang/iu/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/iu/general.php +++ b/resources/lang/iu/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/iu/validation.php b/resources/lang/iu/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/iu/validation.php +++ b/resources/lang/iu/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ja/account/general.php b/resources/lang/ja/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ja/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php index fcd78fcffc..3bdd0d534b 100644 --- a/resources/lang/ja/admin/hardware/message.php +++ b/resources/lang/ja/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => '資産は更新されませんでした。もう一度、やり直して下さい。', 'success' => '資産は正常に更新されました。', 'nothing_updated' => 'フィールドが選択されていないため、更新されませんでした。', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index d48a25f1ee..9f0fa3126b 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'プレフィクス (オプション)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'バックアップ', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'LDAPログインが正しく構成されているかどうかをテストするために、上で指定したベースDNから有効なLDAPユーザー名とパスワードを入力して下さい。その前に必ず更新後のLDAP設定を保存しておいてください。', 'ldap_login_sync_help' => 'これは、LDAPが正しく同期できることをテストするだけです。 LDAP認証クエリが正しくない場合、ユーザーはまだログインできない場合があります。その前に必ず更新後のLDAP設定を保存しておいてください。', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP サーバ', 'ldap_server_help' => 'LDAP を使用開始 ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL 認証', diff --git a/resources/lang/ja/admin/settings/table.php b/resources/lang/ja/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ja/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ja/admin/users/general.php b/resources/lang/ja/admin/users/general.php index 4b57aa166d..7c3780ca4b 100644 --- a/resources/lang/ja/admin/users/general.php +++ b/resources/lang/ja/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => '利用者 :name を表示', 'usercsv' => 'CSVファイル', 'two_factor_admin_optin_help' => '現在の管理者設定では、2段階認証は任意です。 ', - 'two_factor_enrolled' => '二段階認証デバイスの登録 ', - 'two_factor_active' => '二段階認証有効 ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ja/admin/users/table.php b/resources/lang/ja/admin/users/table.php index d8419af3bb..be277c3106 100644 --- a/resources/lang/ja/admin/users/table.php +++ b/resources/lang/ja/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-Mail', 'employee_num' => '従業員 No.', 'first_name' => '名', - 'groupnotes' => 'ユーザーを割り当てるグループを選択して下さい。グループの権限がユーザーに付与されます。', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => '継承', 'job' => '役職', diff --git a/resources/lang/ja/auth.php b/resources/lang/ja/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ja/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php index df0724fed2..52e857d2c7 100644 --- a/resources/lang/ja/general.php +++ b/resources/lang/ja/general.php @@ -1,6 +1,6 @@ '付属品', 'activated' => 'アクティベート', 'accessory' => '付属品', @@ -26,6 +26,7 @@ 'audit' => '監査', 'audit_report' => '監査ログ', 'assets' => '資産数', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'アバターを削除', 'avatar_upload' => 'アバターをアップロード', 'back' => '戻る', @@ -114,6 +115,7 @@ 'files' => 'ファイル', 'file_name' => 'ファイル', 'file_type' => 'ファイル形式', + 'filesize' => 'File Size', 'file_uploads' => 'ファイルアップロード', 'file_upload' => 'File Upload', 'generate' => '作成', @@ -229,6 +231,7 @@ 'show_current' => '最新を表示', 'sign_in' => 'サインイン', 'signature' => '署名', + 'signed_off_by' => 'Signed Off By', 'skin' => 'スキン', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'こんにちは!SlackとSnipe-ITの連携がうまくいっているようです!', @@ -237,6 +240,7 @@ 'state' => '都道府県', 'status_labels' => 'ステータスラベル', 'status' => 'ステータス', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => '仕入先', 'suppliers' => '仕入先', 'sure_to_delete' => '削除してもよろしいですか?', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php index 8e074bdb2f..495461e224 100644 --- a/resources/lang/ja/validation.php +++ b/resources/lang/ja/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute フォーマットが不正です。', 'unique_undeleted' => ':attribute は 一意の値である必要があります。', 'non_circular' => ':attribute は、循環参照を作成してはいけません。', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ko/account/general.php b/resources/lang/ko/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ko/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php index 1135e5ce34..16366211ab 100644 --- a/resources/lang/ko/admin/hardware/message.php +++ b/resources/lang/ko/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => '자산이 갱신되지 않았습니다. 다시 시도해 주세요.', 'success' => '자산이 갱신되었습니다.', 'nothing_updated' => '선택된 항목이 없어서, 갱신 되지 않습니다.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php index b20c878709..2ec27697f2 100644 --- a/resources/lang/ko/admin/settings/general.php +++ b/resources/lang/ko/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => '접두사 (부가적)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => '예비품', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => '위에서 지정한 기본 DN의 유효한 LDAP 사용자 이름 및 비밀번호를 입력하여 LDAP 로그인이 올바르게 구성되었는지 테스트하십시오. 반드시 업데이트 된 LDAP 설정을 먼저 저장해야합니다.', 'ldap_login_sync_help' => '이것은 LDAP가 올바르게 동기화 될 수 있는지 테스트합니다. LDAP 인증 질의어가 올바르지 않으면 사용자가 여전히 로그인하지 못할 수 있습니다. 반드시 업데이트 된 LDAP 설정을 먼저 저장해야합니다.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP 서버', 'ldap_server_help' => '이것은 (복호화또는 TLS 용) ldap로 시작합니다:// 또는 (SSL용) ldaps://', 'ldap_server_cert' => 'LDAP SSL 인증서 확인', diff --git a/resources/lang/ko/admin/settings/table.php b/resources/lang/ko/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ko/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php index 8008b902f6..25d9d439df 100644 --- a/resources/lang/ko/admin/users/general.php +++ b/resources/lang/ko/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => '사용자 보기 :name', 'usercsv' => 'CSV 파일', 'two_factor_admin_optin_help' => '현재 관리 설정이 두가지 인증방법을 선택적으로 실행하게 되어 있습니다. ', - 'two_factor_enrolled' => '2FA 장치 등록 ', - 'two_factor_active' => '2FA 활성화 ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ko/admin/users/table.php b/resources/lang/ko/admin/users/table.php index 09c4aaf4c3..7077182b01 100644 --- a/resources/lang/ko/admin/users/table.php +++ b/resources/lang/ko/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => '이메일 주소', 'employee_num' => '사원 번호.', 'first_name' => '이름', - 'groupnotes' => '사용자의 그룹을 선택하세요. 사용자는 그룹에 할당된 허용 정책을 따릅니다.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => '아이디', 'inherit' => '상속', 'job' => '직위', diff --git a/resources/lang/ko/auth.php b/resources/lang/ko/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ko/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php index b4c2413c5d..3b96e3fc12 100644 --- a/resources/lang/ko/general.php +++ b/resources/lang/ko/general.php @@ -1,6 +1,6 @@ '부속품들', 'activated' => '활성화', 'accessory' => '부속품', @@ -26,6 +26,7 @@ 'audit' => '감사', 'audit_report' => '감사 기록', 'assets' => '자산', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => '아바타 삭제', 'avatar_upload' => '아바타 올리기', 'back' => '이전', @@ -114,6 +115,7 @@ 'files' => '파일', 'file_name' => '파일', 'file_type' => '파일 형식', + 'filesize' => 'File Size', 'file_uploads' => '파일 올리기', 'file_upload' => '파일 올리기', 'generate' => '생성', @@ -229,6 +231,7 @@ 'show_current' => '현재 보기', 'sign_in' => '로그인', 'signature' => '서명', + 'signed_off_by' => 'Signed Off By', 'skin' => '스킨', 'slack_msg_note' => '슬랙으로 메세지 보내기', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => '주', 'status_labels' => '상태 딱지', 'status' => '상태', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => '공급자', 'suppliers' => '공급자', 'sure_to_delete' => '정말로 삭제 하시겠습니까', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php index 81d4622b93..866fb4e026 100644 --- a/resources/lang/ko/validation.php +++ b/resources/lang/ko/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute 형식이 부정확 합니다.', 'unique_undeleted' => ':attribute 는 고유의 값만 가져야 합니다.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/lt/account/general.php b/resources/lang/lt/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/lt/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php index 83a3ef0729..e7f3ba745f 100644 --- a/resources/lang/lt/admin/hardware/message.php +++ b/resources/lang/lt/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Įrangos atnaujinti nepavyko, prašome bandykite dar kartą', 'success' => 'Įranga sėkmingai atnaujinta.', 'nothing_updated' => 'Nei vienas laukelis nepasirinktas, tad niekas nebuvo atnaujinta.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php index aea39d911c..ac9d07ce70 100644 --- a/resources/lang/lt/admin/settings/general.php +++ b/resources/lang/lt/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Papilomas priedėlis (pasirinktinai)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Atsarginė kopija', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Prašome įvesti tinkamą LDAP vartotojo vardą ir slaptažodį iš bazės DN. Jūs privalote patikrinti ar LDAP prisijungimas sukonfigūruotas tinkamai. PIRMIAUSIA JŪS PRIVALOTE IŠSAUGOTI LDAP NUSTATYMUS.', 'ldap_login_sync_help' => 'Tai patikrina ar LDAP sinchronizacija teisinga. Jeigu Jūsų LADAP autentifikacijos užkalusa nėra teisinga, vartotojai gali negalėti prisijungti. PIRMIAUSIA JŪS PRIVALOTE IŠSAUGOTI LDAP NUSTATYMUS.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP serveris', 'ldap_server_help' => 'Tai turėtų prasidėti su ldap: // (nešifruotam arba TLS) arba ldaps: (jei tai SSL)', 'ldap_server_cert' => 'LDAP SSL sertifikato patvirtinimas', diff --git a/resources/lang/lt/admin/settings/table.php b/resources/lang/lt/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/lt/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/lt/admin/users/general.php b/resources/lang/lt/admin/users/general.php index 7d2f7fc44b..46cfa203ea 100644 --- a/resources/lang/lt/admin/users/general.php +++ b/resources/lang/lt/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Peržiūrėti :name vartotoją', 'usercsv' => 'CSV dokumentas', 'two_factor_admin_optin_help' => 'Dabartiniai jūsų nustatymai leidžia pasirinkti dviejų veiksnių autentifikavimą.', - 'two_factor_enrolled' => 'Įrašytas 2FA įrenginys', - 'two_factor_active' => '2FA aktyvus', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/lt/admin/users/table.php b/resources/lang/lt/admin/users/table.php index 7e2688e087..0890edc634 100644 --- a/resources/lang/lt/admin/users/table.php +++ b/resources/lang/lt/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'El. paštas', 'employee_num' => 'Darbuotojo nr.', 'first_name' => 'Vardas', - 'groupnotes' => 'Pasirinkite grupę, kuriai priskirti naudotoją. Prisiminkite, kad naudotojas gauna visas teises, kurioms turi grupė.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Paveldėjo/gavo iš', 'job' => 'Pozicija', diff --git a/resources/lang/lt/auth.php b/resources/lang/lt/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/lt/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php index 7478e246da..0e3ebdfaf5 100644 --- a/resources/lang/lt/general.php +++ b/resources/lang/lt/general.php @@ -1,6 +1,6 @@ 'Įrangos', 'activated' => 'Aktyvuota', 'accessory' => 'Įranga', @@ -26,6 +26,7 @@ 'audit' => 'Auditas', 'audit_report' => 'Audito žurnalas', 'assets' => 'Įranga', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Ištrinti ikoną', 'avatar_upload' => 'Įkelti ikoną', 'back' => 'Grįžti', @@ -114,6 +115,7 @@ 'files' => 'Failas', 'file_name' => 'Failas', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Failo Įkėlimas', 'file_upload' => 'File Upload', 'generate' => 'Sukurti', @@ -229,6 +231,7 @@ 'show_current' => 'Rodyti dabartinį', 'sign_in' => 'Prisijungti', 'signature' => 'Parašas', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Išvaizda', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Rajonas', 'status_labels' => 'Būklės kortelės', 'status' => 'Būklė', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Tiekėjas', 'suppliers' => 'Tiekėjai', 'sure_to_delete' => 'Ar tikrai norite ištrinti', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php index 0c89fbac37..ad961f7302 100644 --- a/resources/lang/lt/validation.php +++ b/resources/lang/lt/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute formatas neteisingas.', 'unique_undeleted' => ':attribute turi būti unikalus.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/lv/account/general.php b/resources/lang/lv/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/lv/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/lv/admin/hardware/message.php b/resources/lang/lv/admin/hardware/message.php index 6988a5af28..8d20f69494 100644 --- a/resources/lang/lv/admin/hardware/message.php +++ b/resources/lang/lv/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Īpašums netika atjaunināts, lūdzu, mēģiniet vēlreiz', 'success' => 'Īpašums ir veiksmīgi atjaunināts.', 'nothing_updated' => 'Lauki nav atlasīti, tāpēc nekas netika atjaunināts.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php index aec9936ace..8433d3f669 100644 --- a/resources/lang/lv/admin/settings/general.php +++ b/resources/lang/lv/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefikss (pēc izvēles)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Rezerves kopijas', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Ievadiet derīgu LDAP lietotājvārdu un paroli no iepriekš norādītā pamata DN, lai pārbaudītu, vai LDAP lietotājvārds ir konfigurēts pareizi. VISPIRMS SAGLABĀJIET ATJAUNINĀTOS LDAP IESTATĪJUMUS.', 'ldap_login_sync_help' => 'Šis tikai pārbauda vai darbojas LDAP sinhronizācija. Ja LDAP autentifikācijas vaicājums nav pareizs, lietotāji, iespējams, joprojām nevarēs pierakstīties. VISPIRMS SAGLABĀJIET ATJAUNINĀTOS LDAP IESTATĪJUMUS.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP serveris', 'ldap_server_help' => 'Tam vajadzētu sākt ar ldap: // (nešifrētiem vai TLS) vai ldaps: // (attiecībā uz SSL)', 'ldap_server_cert' => 'LDAP SSL sertifikātu validācija', diff --git a/resources/lang/lv/admin/settings/table.php b/resources/lang/lv/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/lv/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/lv/admin/users/general.php b/resources/lang/lv/admin/users/general.php index 5210a7ae3b..c1aea91077 100644 --- a/resources/lang/lv/admin/users/general.php +++ b/resources/lang/lv/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Apskatīt Lietotāju: vārds', 'usercsv' => 'CSV fails', 'two_factor_admin_optin_help' => 'Jūsu pašreizējie administrēšanas iestatījumi ļauj atlasīt divu faktoru autentifikāciju.', - 'two_factor_enrolled' => 'Reģistrēta 2F ierīce', - 'two_factor_active' => '2FA aktīvs', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/lv/admin/users/table.php b/resources/lang/lv/admin/users/table.php index 7fd6592f0d..d2c5c2bb1b 100644 --- a/resources/lang/lv/admin/users/table.php +++ b/resources/lang/lv/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-pasts', 'employee_num' => 'Darbinieku skaits', 'first_name' => 'Vārds', - 'groupnotes' => 'Izvēlieties grupu, kas piešķirta lietotājam, atcerieties, ka lietotājs uzņemas piešķirtās grupas atļaujas.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Mantot', 'job' => 'Amata nosaukums', diff --git a/resources/lang/lv/auth.php b/resources/lang/lv/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/lv/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/lv/general.php b/resources/lang/lv/general.php index 68a887c470..71e877f192 100644 --- a/resources/lang/lv/general.php +++ b/resources/lang/lv/general.php @@ -1,6 +1,6 @@ 'Aksesuāri', 'activated' => 'Aktivizēts', 'accessory' => 'Piederums', @@ -19,13 +19,14 @@ 'asset' => 'Aktīvs', 'asset_report' => 'Aktīvu pārskats', 'asset_tag' => 'Asset Tag', - 'asset_tags' => 'Asset Tags', - 'assets_available' => 'Assets available', - 'accept_assets' => 'Accept Assets :name', - 'accept_assets_menu' => 'Accept Assets', + 'asset_tags' => 'Inventāra birka', + 'assets_available' => 'Pieejamais inventārs', + 'accept_assets' => 'Apstiprināt inventāru :name', + 'accept_assets_menu' => 'Apstiprināt inventāru', 'audit' => 'Audits', 'audit_report' => 'Revīzijas žurnāls', 'assets' => 'Aktīvi', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Izdzēst Avatar', 'avatar_upload' => 'Augšupielādēt Avatar', 'back' => 'Atpakaļ', @@ -33,11 +34,11 @@ 'bulkaudit' => 'Lielapjoma audits', 'bulkaudit_status' => 'Revīzijas statuss', 'bulk_checkout' => 'Bulk Checkout', - 'bulk_edit' => 'Bulk Edit', - 'bulk_delete' => 'Bulk Delete', - 'bulk_actions' => 'Bulk Actions', - 'bulk_checkin_delete' => 'Bulk Checkin & Delete', - 'bystatus' => 'by Status', + 'bulk_edit' => 'Lielapjoma rediģēšana', + 'bulk_delete' => 'Lielapjoma dzēšana', + 'bulk_actions' => 'Lielapjoma darbības', + 'bulk_checkin_delete' => 'Lielapjoma atgriešana & dzēst', + 'bystatus' => 'pēc statusa', 'cancel' => 'Atcelt', 'categories' => 'Kategorijas', 'category' => 'Kategorija', @@ -65,12 +66,12 @@ 'created' => 'Izveidots vienums', 'created_asset' => 'izveidots aktīvu', 'created_at' => 'Izveidots pie', - 'record_created' => 'Record Created', + 'record_created' => 'Ieraksts izceidots', 'updated_at' => 'Atjaunināts vietnē', 'currency' => '$', // this is deprecated 'current' => 'Pašreizējais', - 'current_password' => 'Current Password', - 'customize_report' => 'Customize Report', + 'current_password' => 'Pāsreizējā parole', + 'customize_report' => 'Pielāgot atskaiti', 'custom_report' => 'Pielāgoto aktīvu pārskats', 'dashboard' => 'Informācijas panelis', 'days' => 'dienas', @@ -82,42 +83,43 @@ 'delete_confirm' => 'Vai tiešām vēlaties dzēst :item?', 'deleted' => 'Svītrots', 'delete_seats' => 'Izdzēstās vietas', - 'deletion_failed' => 'Deletion failed', + 'deletion_failed' => 'Dzēšana neizdevās', 'departments' => 'Nodaļas', 'department' => 'nodaļa', 'deployed' => 'Izvietota', 'depreciation' => 'Nolietojums', - 'depreciations' => 'Depreciations', + 'depreciations' => 'Nolietojums', 'depreciation_report' => 'Amortizācijas atskaite', 'details' => 'Detaļas', 'download' => 'Lejupielādēt', - 'download_all' => 'Download All', + 'download_all' => 'Lajuplādēt visu', 'editprofile' => 'Rediģējiet savu profilu', 'eol' => 'EOL', 'email_domain' => 'E-pasta domēns', 'email_format' => 'E-pasta formāts', - 'employee_number' => 'Employee Number', + 'employee_number' => 'Darbinieka numurs', 'email_domain_help' => 'To izmanto, lai importētu e-pasta adreses', - 'error' => 'Error', + 'error' => 'Kļūda', 'filastname_format' => 'Pirmais sākotnējais uzvārds (jsmith@example.com)', 'firstname_lastname_format' => 'Vārds un uzvārds (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Vārds Uzvārds (jane_smith@example.com)', 'lastnamefirstinitial_format' => 'Uzvārds un vārda pirmais burts (berzinsj@epasts.lv)', - 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)', + 'firstintial_dot_lastname_format' => 'Vārds un uzvārds (j.smith@example.com)', 'first' => 'Vispirms', - 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)', - 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', - 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', - 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'firstnamelastname' => 'Vārds Uzvārds (jane_smith@example.com)', + 'lastname_firstinitial' => 'Uzvārds un vārda pirmais burts (berzinsj@epasts.lv)', + 'firstinitial.lastname' => 'Vārds un uzvārds (j.smith@example.com)', + 'firstnamelastinitial' => 'Vārds Uzvārds (jane_smith@example.com)', 'first_name' => 'Vārds', 'first_name_format' => 'Vārds (jane@example.com)', 'files' => 'Datnes', 'file_name' => 'Fails', - 'file_type' => 'File Type', + 'file_type' => 'Faila tips', + 'filesize' => 'File Size', 'file_uploads' => 'Faila augšupielāde', - 'file_upload' => 'File Upload', + 'file_upload' => 'Faila augšupielāde', 'generate' => 'Izveidot', - 'generate_labels' => 'Generate Labels', + 'generate_labels' => 'Ģenerēt birkas', 'github_markdown' => 'Šajā laukā tiek pieņemts Github pieņemtais marķējums.', 'groups' => 'Grupas', 'gravatar_email' => 'Gravatar e-pasta adrese', @@ -128,9 +130,9 @@ 'image' => 'Attēls', 'image_delete' => 'Dzēst attēlu', 'image_upload' => 'Augšupielādēt attēlu', - 'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', - 'filetypes_size_help' => 'Max upload size allowed is :size.', - 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.', + 'filetypes_accepted_help' => 'Atļautie failu tipi :types. Maksimālais atļautais failu izmērs :size.|Atļautie failu tipi :types. Maksimālais atļautais failu izmārs :size.', + 'filetypes_size_help' => 'Maksimālais atļautais failu izmērs :size.', + 'image_filetypes_help' => 'Atļautie failu tipi ir jpg, webp, png, gif, and svg. Maksimālais augšuplādējamais faila izmērs ir :size.', 'import' => 'Importēt', 'importing' => 'Importing', 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.

The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.', @@ -170,7 +172,7 @@ 'months' => 'mēneši', 'moreinfo' => 'Vairāk informācijas', 'name' => 'Nosaukums', - 'new_password' => 'New Password', + 'new_password' => 'Jauna parole', 'next' => 'Nākamais', 'next_audit_date' => 'Nākamā audita datums', 'last_audit' => 'Pēdējais audits', @@ -229,6 +231,7 @@ 'show_current' => 'Rādīt pašreizējo', 'sign_in' => 'Ielogoties', 'signature' => 'Paraksts', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Dizains', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Valsts', 'status_labels' => 'Statusa etiķetes', 'status' => 'Statuss', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Piegādātājs', 'suppliers' => 'Piegādātāji', 'sure_to_delete' => 'Vai tiešām vēlaties dzēst', @@ -328,7 +332,7 @@ 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', 'collapse' => 'Collapse', - 'assigned' => 'Assigned', + 'assigned' => 'Izsniegts', 'asset_count' => 'Asset Count', 'accessories_count' => 'Accessories Count', 'consumables_count' => 'Consumables Count', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php index ee20a66661..fbe8a25aa1 100644 --- a/resources/lang/lv/validation.php +++ b/resources/lang/lv/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Atribūta formāts nav derīgs.', 'unique_undeleted' => ':attribute jābūt unikālam.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/mi/account/general.php b/resources/lang/mi/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/mi/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/mi/admin/hardware/message.php b/resources/lang/mi/admin/hardware/message.php index 75feaef9ea..0dae27873c 100644 --- a/resources/lang/mi/admin/hardware/message.php +++ b/resources/lang/mi/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Kāore i te whakahouhia te tahua, tēnā whakamātau anō', 'success' => 'Kua whakahoutia te tahua.', 'nothing_updated' => 'Kaore i whiriwhiria he mahinga, na reira kaore i whakahoutia.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/mi/admin/settings/general.php b/resources/lang/mi/admin/settings/general.php index a17476acec..438779a29d 100644 --- a/resources/lang/mi/admin/settings/general.php +++ b/resources/lang/mi/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Taapiri (kōwhiringa)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Ngā Pūrua', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Tūmau LDAP', 'ldap_server_help' => 'Me tīmata tenei ki te ldap: // (mo te whakakoretanga, TLS ranei), mo te hiri: // (mo te SSL)', 'ldap_server_cert' => 'Tiwhikete Tiwhikete SSL LDAP', diff --git a/resources/lang/mi/admin/settings/table.php b/resources/lang/mi/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/mi/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/mi/admin/users/general.php b/resources/lang/mi/admin/users/general.php index 76f45991e6..24b2f8df30 100644 --- a/resources/lang/mi/admin/users/general.php +++ b/resources/lang/mi/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Tirohia te Kaiwhakamahi: ingoa', 'usercsv' => 'Kōnae CSV', 'two_factor_admin_optin_help' => 'Ko to tautuhinga kaiwhakahaere o toianei kei te whakarite i te whakatinanatanga o te whakamotuhēhēnga-rua.', - 'two_factor_enrolled' => 'Kua whakauruhia te Pūrere 2FA', - 'two_factor_active' => '2FA Mahi', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/mi/admin/users/table.php b/resources/lang/mi/admin/users/table.php index 54e5b3acf8..558e6c9919 100644 --- a/resources/lang/mi/admin/users/table.php +++ b/resources/lang/mi/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Īmēra', 'employee_num' => 'Nga kaimahi No.', 'first_name' => 'Ingoa Tuatahi', - 'groupnotes' => 'Tīpakohia he rōpū ki te tautuhi ki te kaiwhakamahi, maharahia kei te whakaaetia e te kaiwhakamahi nga whakaaetanga o te rōpū e tohaina ana.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Tuhinga', 'inherit' => 'Whakauru', 'job' => 'Taitara Job', diff --git a/resources/lang/mi/auth.php b/resources/lang/mi/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/mi/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/mi/general.php b/resources/lang/mi/general.php index abf83d169c..20ac7d73c3 100644 --- a/resources/lang/mi/general.php +++ b/resources/lang/mi/general.php @@ -1,6 +1,6 @@ 'Tuhinga', 'activated' => 'Kua whakahohe', 'accessory' => 'Waea Uru', @@ -26,6 +26,7 @@ 'audit' => 'Arotake', 'audit_report' => 'Manatoko Whakamuri', 'assets' => 'Ngā taonga', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Mukua te Avatar', 'avatar_upload' => 'Tukuake Avatar', 'back' => 'Hoki', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'Kōnae', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Ngā Tukunga Kōnae', 'file_upload' => 'File Upload', 'generate' => 'Whakanuia', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Waitohu', 'signature' => 'Waitohu', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Ngā Tapanga Tūnga', 'status' => 'Tūnga', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Kaihoko', 'suppliers' => 'Kaihoko', 'sure_to_delete' => 'Kei te hiahia koe kia mukua', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/mi/validation.php b/resources/lang/mi/validation.php index 7a430dcad5..11bf1e0622 100644 --- a/resources/lang/mi/validation.php +++ b/resources/lang/mi/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Ko te: ko te hōputu huanga he muhu.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/mk/account/general.php b/resources/lang/mk/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/mk/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/mk/admin/hardware/message.php b/resources/lang/mk/admin/hardware/message.php index 8e4227481c..27d634019b 100644 --- a/resources/lang/mk/admin/hardware/message.php +++ b/resources/lang/mk/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Основното средство не е ажурирано, обидете се повторно', 'success' => 'Основното средство е успешно ажурирано.', 'nothing_updated' => 'Не беа избрани полиња, затоа ништо не беше ажурирано.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/mk/admin/settings/general.php b/resources/lang/mk/admin/settings/general.php index cbaa6d7805..e8eb0136d0 100644 --- a/resources/lang/mk/admin/settings/general.php +++ b/resources/lang/mk/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Префикс (опционално)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Резервни копии', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Внесете важечко LDAP корисничко име и лозинка од основниот DN што сте е наведен погоре за да проверите дали вашата LDAP најава е правилно конфигурирана. МОРА ПРВО ДА ГИ СНИМИТЕ LDAP ПОСТАВКИТЕ.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/mk/admin/settings/table.php b/resources/lang/mk/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/mk/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/mk/admin/users/general.php b/resources/lang/mk/admin/users/general.php index e998ef9281..2f47120fc2 100644 --- a/resources/lang/mk/admin/users/general.php +++ b/resources/lang/mk/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Погледнете го/ја :name', 'usercsv' => 'CSV датотека', 'two_factor_admin_optin_help' => 'Вашите тековни администраторски поставки овозможуваат селективно спроведување на автентикација со два фактори. ', - 'two_factor_enrolled' => 'Поврзан уред за 2FA ', - 'two_factor_active' => '2FA активна', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/mk/admin/users/table.php b/resources/lang/mk/admin/users/table.php index 8e718e126a..72be09e2d2 100644 --- a/resources/lang/mk/admin/users/table.php +++ b/resources/lang/mk/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Е-пошта', 'employee_num' => 'Број на вработен', 'first_name' => 'Име', - 'groupnotes' => 'Изберете група во која ќе биде вклучен корисникот. Корисникот ги презема дозволите на групата што му е доделена.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Наследено', 'job' => 'Работна позиција', diff --git a/resources/lang/mk/auth.php b/resources/lang/mk/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/mk/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/mk/general.php b/resources/lang/mk/general.php index ebc36ce3ba..5f83ab6a46 100644 --- a/resources/lang/mk/general.php +++ b/resources/lang/mk/general.php @@ -1,6 +1,6 @@ 'Додатоци', 'activated' => 'Активиран', 'accessory' => 'Додаток', @@ -26,6 +26,7 @@ 'audit' => 'Ревизија', 'audit_report' => 'Дневник за ревизија', 'assets' => 'Основни средства', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Избриши аватар', 'avatar_upload' => 'Прикачи аватар', 'back' => 'Назад', @@ -114,6 +115,7 @@ 'files' => 'Датотеки', 'file_name' => 'Датотека', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Прикачување датотеки', 'file_upload' => 'File Upload', 'generate' => 'Генерирање', @@ -229,6 +231,7 @@ 'show_current' => 'Прикажи тековно', 'sign_in' => 'Најави се', 'signature' => 'Потпис', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Кожа', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Состојба', 'status_labels' => 'Етикети со статус', 'status' => 'Статус', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Добавувач', 'suppliers' => 'Добавувачи', 'sure_to_delete' => 'Дали сте сигурни дека сакате да ја избришете', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/mk/validation.php b/resources/lang/mk/validation.php index 3bf63f416b..0fd1d5345a 100644 --- a/resources/lang/mk/validation.php +++ b/resources/lang/mk/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Форматот на :attribute не е валиден.', 'unique_undeleted' => ':attribute мора да биде уникатен.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ml-IN/account/general.php b/resources/lang/ml-IN/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ml-IN/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ml-IN/admin/hardware/message.php b/resources/lang/ml-IN/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/ml-IN/admin/hardware/message.php +++ b/resources/lang/ml-IN/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/ml-IN/admin/settings/general.php +++ b/resources/lang/ml-IN/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/ml-IN/admin/settings/table.php b/resources/lang/ml-IN/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ml-IN/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ml-IN/admin/users/general.php b/resources/lang/ml-IN/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/ml-IN/admin/users/general.php +++ b/resources/lang/ml-IN/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ml-IN/admin/users/table.php b/resources/lang/ml-IN/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/ml-IN/admin/users/table.php +++ b/resources/lang/ml-IN/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/ml-IN/auth.php b/resources/lang/ml-IN/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ml-IN/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/ml-IN/general.php +++ b/resources/lang/ml-IN/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ml-IN/validation.php b/resources/lang/ml-IN/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/ml-IN/validation.php +++ b/resources/lang/ml-IN/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/mn/account/general.php b/resources/lang/mn/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/mn/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/mn/admin/hardware/message.php b/resources/lang/mn/admin/hardware/message.php index 261af56aa7..2812b73430 100644 --- a/resources/lang/mn/admin/hardware/message.php +++ b/resources/lang/mn/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Хөрөнгийн шинэчлэлт хийгдээгүй тул дахин оролдоно уу', 'success' => 'Акт амжилттай шинэчлэгдсэн.', 'nothing_updated' => 'Ямар ч талбар сонгогдоогүй тул шинэчлэгдээгүй байна.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php index f7d9163559..75bcdb8783 100644 --- a/resources/lang/mn/admin/settings/general.php +++ b/resources/lang/mn/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Угтвар (заавал биш)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Нөөцлөлтүүд', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Таны LDAP нэвтрэлтийг зөв тохируулсан эсэхийг шалгахын тулд дээр дурдсан үндсэн DN-ээс хүчинтэй LDAP хэрэглэгчийн нэр, нууц үгээ оруулна уу. ТА ЭХЛЭЭД ШИНЭЧЛЭГДСЭН LDAP ТОХИРГООГОО ХАДГАЛАХ ЁСТОЙ.', 'ldap_login_sync_help' => 'Энэ нь зөвхөн LDAP-ийг зөв синхрончлох боломжтой эсэхийг шалгадаг. Хэрэв таны LDAP баталгаажуулалтын асуулга буруу байвал хэрэглэгчид нэвтрэх боломжгүй хэвээр байх магадлалтай. ТА ЭХЛЭЭД ШИНЭЧЛЭГДСЭН LDAP ТОХИРГООГОО ХАДГАЛАХ ЁСТОЙ.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP сервер', 'ldap_server_help' => 'Энэ нь ldap: // (unrrypted буюу TLS) эсвэл ldaps-ээр эхлэх ёстой: // (SSL нь)', 'ldap_server_cert' => 'LDAP SSL гэрчилгээ баталгаажуулалт', diff --git a/resources/lang/mn/admin/settings/table.php b/resources/lang/mn/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/mn/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/mn/admin/users/general.php b/resources/lang/mn/admin/users/general.php index 759061cd21..93a11ab517 100644 --- a/resources/lang/mn/admin/users/general.php +++ b/resources/lang/mn/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Хэрэглэгч: нэрийг харах', 'usercsv' => 'CSV файл', 'two_factor_admin_optin_help' => 'Таны одоогийн админ тохиргоо нь хоёр хүчин зүйлийн баталгаажуулалтыг сонгохыг зөвшөөрдөг.', - 'two_factor_enrolled' => '2FA төхөөрөмжийг бүртгүүлсэн', - 'two_factor_active' => '2FA идэвхтэй', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/mn/admin/users/table.php b/resources/lang/mn/admin/users/table.php index d456ec47e8..b93ca8e6e8 100644 --- a/resources/lang/mn/admin/users/table.php +++ b/resources/lang/mn/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'И-мэйл хаяг', 'employee_num' => 'Ажилчдын тоо', 'first_name' => 'Нэр', - 'groupnotes' => 'Хэрэглэгч рүү томилсон бүлэг сонгох, хэрэглэгч өөрсдийн өгсөн бүлгүүдийн зөвшөөрлийг авдаг гэдгийг санаарай.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Өв залгамжлах', 'job' => 'Албан тушаал', diff --git a/resources/lang/mn/auth.php b/resources/lang/mn/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/mn/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/mn/general.php b/resources/lang/mn/general.php index f67b1347fc..b2ae958ad0 100644 --- a/resources/lang/mn/general.php +++ b/resources/lang/mn/general.php @@ -1,6 +1,6 @@ 'Дагалдах хэрэгсэл', 'activated' => 'Идэвхжүүлсэн', 'accessory' => 'Дагалдах хэрэгсэл', @@ -26,6 +26,7 @@ 'audit' => 'Аудит', 'audit_report' => 'Аудитын бүртгэл', 'assets' => 'Актив', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Хөрөг устгах', 'avatar_upload' => 'Хөрөгийг байршуулах', 'back' => 'Буцах', @@ -114,6 +115,7 @@ 'files' => 'Файлууд', 'file_name' => 'Файл', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Файл оруулах', 'file_upload' => 'File Upload', 'generate' => 'Үүсгэх', @@ -229,6 +231,7 @@ 'show_current' => 'Байгааг харах', 'sign_in' => 'Нэвтрэх', 'signature' => 'Гарын үсэг', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Гадарга', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Улс', 'status_labels' => 'Статусын шошго', 'status' => 'Статус', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Нийлүүлэгч', 'suppliers' => 'Нийлүүлэгч', 'sure_to_delete' => 'Та устгахыг хүсч байгаадаа итгэлтэй байна уу', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php index 32b2ea74d8..bd55ab8bbd 100644 --- a/resources/lang/mn/validation.php +++ b/resources/lang/mn/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Агуулга формат буруу байна.', 'unique_undeleted' => ':attribute дахин давтагдашгүй байх ёстой.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ms/account/general.php b/resources/lang/ms/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ms/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php index a3c707a869..de55ca0a03 100644 --- a/resources/lang/ms/admin/hardware/message.php +++ b/resources/lang/ms/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Harta gagal dikemaskini, sila cuba semula', 'success' => 'Harta berjaya dikemaskini.', 'nothing_updated' => 'Tiada medan dipilih, jadi tiada apa yang dikemas kini.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php index 9b1dd736cc..98b01a0b2f 100644 --- a/resources/lang/ms/admin/settings/general.php +++ b/resources/lang/ms/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Awalan (pilihan)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sandaran', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Masukkan nama pengguna dan kata laluan LDAP yang sah dari pangkalan DN yang anda tentukan di atas untuk menguji sama ada log masuk LDAP anda dikonfigurasi dengan betul. ANDA MESTI SIMPAN KONFIGURASI LDAP TERKINI DAHULU.', 'ldap_login_sync_help' => 'Ini hanya ujian bahawa LDAP boleh diselaraskan dengan betul. Jika pertanyaan Pengesahan LDAP anda tidak betul, pengguna mungkin masih tidak boleh log masuk. ANDA MESTI SIMPAN KONFIGURASI LDAP TERKINI DAHULU.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Pelayan LDAP', 'ldap_server_help' => 'Ini harus bermula dengan ldap: // (untuk tidak disulitkan atau TLS) atau ldaps: // (untuk SSL)', 'ldap_server_cert' => 'Pengesahan sijil LDAP SSL', diff --git a/resources/lang/ms/admin/settings/table.php b/resources/lang/ms/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ms/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ms/admin/users/general.php b/resources/lang/ms/admin/users/general.php index 1291e30743..2fb7511600 100644 --- a/resources/lang/ms/admin/users/general.php +++ b/resources/lang/ms/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Papar Pengguna :nama', 'usercsv' => 'Fail CSV', 'two_factor_admin_optin_help' => 'Tetapan admin semasa anda membenarkan penguatkuasaan selektif pengesahan dua faktor.', - 'two_factor_enrolled' => '2FA Device Enrolled', - 'two_factor_active' => '2FA Aktif', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ms/admin/users/table.php b/resources/lang/ms/admin/users/table.php index 3b8588741a..39801472ce 100644 --- a/resources/lang/ms/admin/users/table.php +++ b/resources/lang/ms/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mel', 'employee_num' => 'No. Pekerja', 'first_name' => 'Nama pertama', - 'groupnotes' => 'Pilih kumpulan untuk pengguna ini, kuasa kumpulan akan diberikan kepada pengguna mengikut pemilihan kumpulan.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Warisi', 'job' => 'Jawatan', diff --git a/resources/lang/ms/auth.php b/resources/lang/ms/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ms/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php index 91ecb7e7cc..2742fd8a0e 100644 --- a/resources/lang/ms/general.php +++ b/resources/lang/ms/general.php @@ -1,6 +1,6 @@ 'Aksesori', 'activated' => 'Diaktifkan', 'accessory' => 'Aksesori', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Log Audit', 'assets' => 'Harta', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Hapuskan Avatar', 'avatar_upload' => 'Muat naik Avatar', 'back' => 'Belakang', @@ -114,6 +115,7 @@ 'files' => 'Fail-fail', 'file_name' => 'Fail', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Muat Naik Fail', 'file_upload' => 'File Upload', 'generate' => 'Laksanakan', @@ -229,6 +231,7 @@ 'show_current' => 'Papar Semasa', 'sign_in' => 'Log masuk', 'signature' => 'Tandatangan', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Kulit', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Negeri', 'status_labels' => 'Label Status', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Pembekal', 'suppliers' => 'Pembekal', 'sure_to_delete' => 'Adakah anda pasti ingin memadamkannya', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php index bdddc9377e..5a5021f500 100644 --- a/resources/lang/ms/validation.php +++ b/resources/lang/ms/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute format tidak sah.', 'unique_undeleted' => ':attribute mesti unik.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/nl/account/general.php b/resources/lang/nl/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/nl/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/nl/admin/custom_fields/general.php b/resources/lang/nl/admin/custom_fields/general.php index 9289045192..43329f9994 100644 --- a/resources/lang/nl/admin/custom_fields/general.php +++ b/resources/lang/nl/admin/custom_fields/general.php @@ -41,5 +41,7 @@ return [ 'make_required' => 'Optioneel - klik om vereist te maken', 'reorder' => 'Herordenen', 'db_field' => 'DB veld', - 'db_convert_warning' => 'WAARSCHUWING. Dit veld staat in de tabel met aangepaste velden als :db_column maar moet :expected zijn.' + 'db_convert_warning' => 'WAARSCHUWING. Dit veld staat in de tabel met aangepaste velden als :db_column maar moet :expected zijn.', + 'is_unique' => 'Deze waarde moet uniek zijn voor alle assets', + 'unique' => 'Uniek', ]; diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php index 354a3ce4bf..031004e843 100644 --- a/resources/lang/nl/admin/hardware/message.php +++ b/resources/lang/nl/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset is niet gewijzigd, probeer het opnieuw', 'success' => 'Asset is succesvol bijgewerkt.', 'nothing_updated' => 'Geen veld is geselecteerd, er is dus niks gewijzigd.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php index f865e0b424..58d4158b58 100644 --- a/resources/lang/nl/admin/settings/general.php +++ b/resources/lang/nl/admin/settings/general.php @@ -21,18 +21,19 @@ return [ 'allow_user_skin_help_text' => 'Door dit selectievakje aan te vinken, kan een gebruiker de skin van de gebruikersinterface met een andere overschrijven.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Interval audit', - 'audit_interval_help' => 'Als je verplicht bent om regelmatig je assets te controleren, voer dan de interval in maanden in.', + 'audit_interval_help' => 'Als je verplicht bent om regelmatig je assets te controleren, kies dan het interval in maanden. Als je dit interval bijwerkt worden alle "volgende audit datums" aangepast.', 'audit_warning_days' => 'Audit waarschuwingsdrempel', 'audit_warning_days_help' => 'Hoeveel dagen op voorhand moeten we je waarschuwen wanneer assets gecontroleerd moeten worden?', 'auto_increment_assets' => 'Genereer automatisch verhogen van asset Id\'s', 'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)', 'auto_incrementing_help' => 'Schakel eerst automatisch verhogen van asset Id\'s in om dit in te stellen', 'backups' => 'Back-ups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Herstellen vanuit back-up', 'backups_upload' => 'Backup uploaden', 'backups_path' => 'Back-ups op de server worden opgeslagen in :path', 'backups_restore_warning' => 'Gebruik de herstel knop om een vorige back-up te herstellen. (Dit werkt momenteel niet met S3 bestandsopslag of Docker.

Je gehele :app_name database en alle geüploade bestanden zullen volledig vervangen worden door wat er in het backup bestand staat. ', - 'backups_logged_out' => 'Je wordt uitgelogd zodra je herstel is voltooid.', + 'backups_logged_out' => 'Alle bestaande gebruikers, inclusief jijzelf, worden uitgelogd zodra je herstel is voltooid.', 'backups_large' => 'Zeer grote back-ups kunnen uitvallen op de herstelpoging en moeten mogelijk nog steeds worden uitgevoerd via de command line. ', 'barcode_settings' => 'Barcode instellingen', 'confirm_purge' => 'Opschoning bevestigen', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS-sleutel', 'ldap_login_test_help' => 'Voer een geldig LDAP gebruikersnaam en paswoord in van de base DN die u hierboven heeft bepaald. Dit om te testen of uw LDAP login correct is geconfigureerd. U MOET EERST UW BIJGEWERKTE LDAP INSTELLINGEN OPSLAAN.', 'ldap_login_sync_help' => 'Dit test enkel of LDAP correct kan synchroniseren. Als uw LDAP authenticatie vraag niet correct is, dan is het mogelijk dat gebruikers niet kunnen inloggen. U MOET EERST UW BIJGEWERKTE LDAP INSTELLINGEN OPSLAAN.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP server', 'ldap_server_help' => 'Dit moet beginnen met ldap:// (voor onversleuteld of TLS) of ldaps:// (voor SSL)', 'ldap_server_cert' => 'LDAP SSL certificaat validatie', diff --git a/resources/lang/nl/admin/settings/table.php b/resources/lang/nl/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/nl/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php index 6bc0a06c1b..401fb10b0e 100644 --- a/resources/lang/nl/admin/users/general.php +++ b/resources/lang/nl/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Bekijk gebruiker :name', 'usercsv' => 'CSV bestand', 'two_factor_admin_optin_help' => 'De huidige beheer instellingen staan selectief gebruik van twee factor authenticatie toe. ', - 'two_factor_enrolled' => 'Twee factor authenticatie apparaat ingesteld ', - 'two_factor_active' => 'Twee factor authenticatie actief ', - 'user_deactivated' => 'Gebruiker is ge-deactiveert', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Activatiestatus niet wijzigen', 'group_memberships_helpblock' => 'Alleen superadmins kunnen leden van groepen bewerken.', 'superadmin_permission_warning' => 'Alleen superbeheerders mogen superadmin toegang verlenen aan een gebruiker.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'U staat op het punt om de :count gebruiker(s) hieronder te verwijderen. Superadmin namen worden rood gemarkeerd.', 'update_user_asssets_status' => 'Alle assets voor deze gebruikers naar deze status updaten', 'checkin_user_properties' => 'Check-in alle eigendommen gekoppeld aan deze gebruikers', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/nl/admin/users/table.php b/resources/lang/nl/admin/users/table.php index 7d1243bafe..83ee44d46c 100644 --- a/resources/lang/nl/admin/users/table.php +++ b/resources/lang/nl/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Werknemersnummer', 'first_name' => 'Voornaam', - 'groupnotes' => 'Selecteer een groep om toe te wijzen aan de gebruiker. Onthoud dat de gebruiker de rechten overneemt van de groep waaraan hij/zij wordt toegewezen.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Overnemen', 'job' => 'Functie omschrijving', diff --git a/resources/lang/nl/auth.php b/resources/lang/nl/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/nl/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php index 115f5fc77a..74149523c1 100644 --- a/resources/lang/nl/general.php +++ b/resources/lang/nl/general.php @@ -1,6 +1,6 @@ 'Accessoires', 'activated' => 'Geactiveerd', 'accessory' => 'Accessoire', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Auditlogboek', 'assets' => 'Assets', + 'assigned_to' => 'Toegewezen aan :name', 'avatar_delete' => 'Verwijder profielafbeelding', 'avatar_upload' => 'Upload profielafbeelding', 'back' => 'Terug', @@ -96,6 +97,7 @@ 'eol' => 'EOL', 'email_domain' => 'E-mail domein', 'email_format' => 'E-mail indeling', + 'employee_number' => 'Personeelsnummer', 'email_domain_help' => 'Dit wordt gebruikt voor het genereren van e-mailadressen bij het importeren', 'error' => 'Foutmelding', 'filastname_format' => 'Eerste Initiaal Achternaam (jsmith@example.com)', @@ -113,6 +115,7 @@ 'files' => 'Bestanden', 'file_name' => 'Bestand', 'file_type' => 'Bestandstype', + 'filesize' => 'File Size', 'file_uploads' => 'Bestand uploaden', 'file_upload' => 'Bestand uploaden', 'generate' => 'Genereer', @@ -192,6 +195,8 @@ 'qty' => 'Stks', 'quantity' => 'Aantal', 'quantity_minimum' => 'Je hebt :count items onder of bijna onder de minimale hoeveelheid', + 'quickscan_checkin' => 'Snelle Scan Checkin', + 'quickscan_checkin_status' => 'Checkin Status', 'ready_to_deploy' => 'Klaar voor uitgifte', 'recent_activity' => 'Recente activiteit', 'remaining' => 'Resterend', @@ -226,6 +231,7 @@ 'show_current' => 'Toon huidige', 'sign_in' => 'Aanmelden', 'signature' => 'Handtekening', + 'signed_off_by' => 'Afgetekend door', 'skin' => 'Skin', 'slack_msg_note' => 'Er wordt een slack bericht verzonden', 'slack_test_msg' => 'Oh hai! Het lijkt erop dat uw Slack integratie met Snipe-IT werkt!', @@ -234,6 +240,7 @@ 'state' => 'Status', 'status_labels' => 'Statuslabels', 'status' => 'Status', + 'accept_eula' => 'Aanvaarding overeenkomst', 'supplier' => 'Leverancier', 'suppliers' => 'Leveranciers', 'sure_to_delete' => 'Weet u zeker dat u wilt verwijderen', @@ -347,4 +354,7 @@ 'checkout_tooltip' => 'Check dit item uit', 'checkin_tooltip' => 'Check dit item in', 'checkout_user_tooltip' => 'Check dit item uit aan een gebruiker', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 9c026f99cd..a7806a5939 100644 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Het formaat van :attribute is ongeldig.', 'unique_undeleted' => 'De :attribute moet uniek zijn. ', 'non_circular' => ':attribute mag geen circulaire referentie aanmaken.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/no/account/general.php b/resources/lang/no/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/no/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php index cf1edf2879..c8ecde79d8 100644 --- a/resources/lang/no/admin/hardware/message.php +++ b/resources/lang/no/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Eiendelen ble ikke oppdatert, prøv igjen', 'success' => 'Oppdatering av eiendel vellykket.', 'nothing_updated' => 'Ingen felter er valgt, så ingenting ble endret.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php index cac12a0893..eb92260c32 100644 --- a/resources/lang/no/admin/settings/general.php +++ b/resources/lang/no/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefiks (valgfritt)', 'auto_incrementing_help' => 'Slå på automatisk økende eiendelsmerker for å velge dette', 'backups' => 'Sikkerhetskopier', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Gjenoppretting fra sikkerhetskopi', 'backups_upload' => 'Last opp sikkerhetskopi', 'backups_path' => 'Sikkerhetskopier på tjeneren lagres i :path', @@ -85,6 +86,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'ldap_client_tls_key' => 'LDAP Klient-Side TLS-nøkkel', 'ldap_login_test_help' => 'Skriv inn et gyldig LDAP brukernavn og passord fra samme base DN som du anga ovenfor for å teste at LDAP-innlogging er riktig konfigurert. DU MÅ LAGRE DINE OPPDATERTE LDAP-INNSTILLINGER FØRST.', 'ldap_login_sync_help' => 'Tester at LDAP kan synkronisere. Feil i LDAP autentiseringsspørringen din kan før til at brukere ikke kan logge inn. DU MÅ LAGRE DINE OPPDATERTE LDAP-INNSTILLINGER FØRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'Dette bør starte med ldap:// (for ukryptert eller TLS) eller ldaps:// (for SSL)', 'ldap_server_cert' => 'Validering av LDAP SSL sertifikat', diff --git a/resources/lang/no/admin/settings/table.php b/resources/lang/no/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/no/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/no/admin/users/general.php b/resources/lang/no/admin/users/general.php index ece7746019..9fafe4555a 100644 --- a/resources/lang/no/admin/users/general.php +++ b/resources/lang/no/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Vis bruker :name', 'usercsv' => 'CSV-fil', 'two_factor_admin_optin_help' => 'Gjeldende administrasjonsinnstillinger tillater selektiv håndhevelse av to-faktor autentisering. ', - 'two_factor_enrolled' => '2FA enhet registrert ', - 'two_factor_active' => '2FA Aktiv ', - 'user_deactivated' => 'Brukeren er deaktivert', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Ikke endre aktiveringsstatus', 'group_memberships_helpblock' => 'Bare superbrukere kan redigere gruppemedlemskap.', 'superadmin_permission_warning' => 'Kun superbrukere kan gjøre en annen bruker til superbruker.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'Du er i ferd med å slette :count brukere listet nedenfor. Superadmin-brukere er uthevet med rødt.', 'update_user_asssets_status' => 'Oppdater alle eiendelens til disse brukerne til denne statusen', 'checkin_user_properties' => 'Sjekk inn alt tilbehør koblet til disse brukerne', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/no/admin/users/table.php b/resources/lang/no/admin/users/table.php index 6d7cee7d8a..24bfcb5026 100644 --- a/resources/lang/no/admin/users/table.php +++ b/resources/lang/no/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-post', 'employee_num' => 'Ansattnummer', 'first_name' => 'Fornavn', - 'groupnotes' => 'Velg en gruppe for brukeren. Husk at brukeren får samme rettigheter som gruppen han tildeles.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Arv', 'job' => 'Jobbtittel', diff --git a/resources/lang/no/auth.php b/resources/lang/no/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/no/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php index b6e2013da0..d36c969ed3 100644 --- a/resources/lang/no/general.php +++ b/resources/lang/no/general.php @@ -1,6 +1,6 @@ 'Tilbehør', 'activated' => 'Aktivert', 'accessory' => 'Tilbehør', @@ -26,6 +26,7 @@ 'audit' => 'Revisjon', 'audit_report' => 'Overvåkingslogg', 'assets' => 'Eiendeler', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Slett Avatar', 'avatar_upload' => 'Last opp Avatar', 'back' => 'Tilbake', @@ -114,6 +115,7 @@ 'files' => 'Filer', 'file_name' => 'Fil', 'file_type' => 'Filtype', + 'filesize' => 'File Size', 'file_uploads' => 'Filopplastinger', 'file_upload' => 'Filopplastning', 'generate' => 'Generer', @@ -229,6 +231,7 @@ 'show_current' => 'Vis gjeldende', 'sign_in' => 'Logg inn', 'signature' => 'Signatur', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'En slack-melding vil bli sendt', 'slack_test_msg' => 'Hei-hå! Ser som din Slack-integrasjon med Snipe-IT fungerer!', @@ -237,6 +240,7 @@ 'state' => 'Stat', 'status_labels' => 'Statusmerker', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Leverandør', 'suppliers' => 'Leverandører', 'sure_to_delete' => 'Er du sikker på at du vil slette', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Sjekk ut denne gjenstanden', 'checkin_tooltip' => 'Sjekk inn dette elementet', 'checkout_user_tooltip' => 'Sjekk dette elementet ut til en bruker', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php index 1953b391ec..2a2f66f447 100644 --- a/resources/lang/no/validation.php +++ b/resources/lang/no/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Attributt-formatet :attribute er ugyldig.', 'unique_undeleted' => ':attribute må være unikt.', 'non_circular' => 'Attributtet :attribute kan ikke opprette en sirkulær referanse.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/pl/account/general.php b/resources/lang/pl/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/pl/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/pl/admin/custom_fields/general.php b/resources/lang/pl/admin/custom_fields/general.php index 6a181fbb69..f325fc4794 100644 --- a/resources/lang/pl/admin/custom_fields/general.php +++ b/resources/lang/pl/admin/custom_fields/general.php @@ -41,5 +41,7 @@ return [ 'make_required' => 'Opcjonalnie - kliknij, aby ustawić jako wymagane', 'reorder' => 'Zmień kolejność', 'db_field' => 'Pole bazy danych', - 'db_convert_warning' => 'UWAGA. To pole znajduje się w tabeli pól niestandardowych jako :db_column ale powinno być :expected .' + 'db_convert_warning' => 'UWAGA. To pole znajduje się w tabeli pól niestandardowych jako :db_column ale powinno być :expected .', + 'is_unique' => 'This value must be unique across all assets', + 'unique' => 'Unique', ]; diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php index b0460d544f..0be380fc3f 100644 --- a/resources/lang/pl/admin/hardware/message.php +++ b/resources/lang/pl/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Nie zaktualizowano nabytku/zasobu, proszę spróbować ponownie', 'success' => 'Aktualizacja poprawna.', 'nothing_updated' => 'Żadne pole nie zostało wybrane, więc nic nie zostało zmienione.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php index 48433a20d6..2d54da3cf8 100644 --- a/resources/lang/pl/admin/settings/general.php +++ b/resources/lang/pl/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (opcjonalnie)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Kopie zapasowe', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Przywróć z kopii zapasowej', 'backups_upload' => 'Prześlij kopię zapasową', 'backups_path' => 'Kopie zapasowe na serwerze są przechowywane w :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Wprowadź poprawną nazwę użytkownika i hasło w podstawowej domenie, którą wprowadziłeś wyżej. W ten sposób przetestujesz czy logowanie LDAP jest poprawnie skonfigurowane. KONIECZNIE ZAPISZ WCZEŚNIEJ SWOJE USTAWIENIA LDAP.', 'ldap_login_sync_help' => 'To tylko sprawdza, czy LDAP może poprawnie się synchronizować. Jeśli zapytanie o autoryzację LDAP nie jest poprawne, użytkownicy nadal mogą nie być w stanie się zalogować. NAJPIERW MUSISZ ZAPISAĆ TWOJE WCZEŚNIEJSZE AKTUALIZACJE USTAWIEŃ LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Serwery LDAP', 'ldap_server_help' => 'To powinno się rozpocząć od ldap: / / (dla nieszyfrowanych połączeń) lub ldaps: / / (dla szyfrowanych połączeń)', 'ldap_server_cert' => 'Walidacja certyfikatu SSL dla LDAP', @@ -111,16 +113,16 @@ return [ 'ldap_emp_num' => 'Nr pracownika LDAP', 'ldap_email' => 'E-mail pracownika LDAP', 'ldap_test' => 'Test LDAP', - 'ldap_test_sync' => 'Test LDAP Synchronization', + 'ldap_test_sync' => 'Testuj synchronizację LDAP', 'license' => 'Licencja oprogramowania', 'load_remote_text' => 'Skrypty zdalne', 'load_remote_help_text' => 'Ta instalacja Snipe-IT może załadować skrypty z zewnętrznego świata.', 'login' => 'Próby logowania', - 'login_attempt' => 'Login Attempt', + 'login_attempt' => 'Próba logowania', 'login_ip' => 'Adres IP', 'login_success' => 'Success?', 'login_user_agent' => 'User Agent', - 'login_help' => 'List of attempted logins', + 'login_help' => 'Lista prób logowania', 'login_note' => 'Noty logowania', 'login_note_help' => 'Opcjonalnie umieść kilka zdań na ekranie logowania, na przykład w celu pomocy osobom, które znalazły zagubione lub skradzione urządzenia. To pole akceptuje oznaczenia Github ', 'login_remote_user_text' => 'Opcje logowania zdalnego użytkownika', @@ -182,7 +184,7 @@ return [ 'saml_slo_help' => 'To spowoduje, że użytkownik najpierw zostanie przekierowany do IdP przy wylogowaniu. Pozostaw niezaznaczone, jeżeli IdP nie wspiera poprawnie zainizjowanego przez dostawcę usługi (SP-initiated) SAML SLO.', 'saml_custom_settings' => 'Ustawienia niestandardowe SAML', 'saml_custom_settings_help' => 'Możesz określić dodatkowe ustawienia do biblioteki onlogin/php-saml. Używaj na własne ryzyko.', - 'saml_download' => 'Download Metadata', + 'saml_download' => 'Pobierz metadane', 'setting' => 'Ustawienie', 'settings' => 'Ustawienia', 'show_alerts_in_menu' => 'Pokaż ostrzeżenia w górnym menu', @@ -194,8 +196,8 @@ return [ 'show_images_in_email_help' => 'Odznacz to pole, jeśli twoja instalacja Snipe-IT znajduje się za siecią VPN lub siecią zamkniętą, a użytkownicy spoza sieci nie będą mogli załadować obrazów obsługiwanych przez tę instalację w swoich wiadomościach e-mail.', 'site_name' => 'Nazwa Witryny', 'slack' => 'Slack', - 'slack_title' => 'Update Slack Settings', - 'slack_help' => 'Slack settings', + 'slack_title' => 'Aktualizuj ustawienia Slack', + 'slack_help' => 'Ustawienia Slack', 'slack_botname' => 'Slack Botname', 'slack_channel' => 'Kanał Slack', 'slack_endpoint' => 'Slack Endpoint', @@ -212,8 +214,8 @@ return [ 'update' => 'Ustawienia Aktualizacji', 'value' => 'Wartość', 'brand' => 'Nagłówek', - 'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css', - 'brand_help' => 'Logo, Site Name', + 'brand_keywords' => 'stopka, logo, druk, motyw, skórka, nagłówek, kolory, kolor, css', + 'brand_help' => 'Logo, Nazwa witryny', 'web_brand' => 'Typ markowania witryny', 'about_settings_title' => 'O Ustawieniach', 'about_settings_text' => 'Te ustawienia pozwalają ci zmodyfikować najważniejsze szczegóły twojej instalacji.', @@ -225,7 +227,7 @@ return [ 'privacy_policy' => 'Polityka prywatności', 'privacy_policy_link_help' => 'Jeśli adres URL znajduje się tutaj, link do polityki prywatności zostanie umieszczony w stopce aplikacji oraz we wszystkich wiadomościach e-mail wysyłanych przez system zgodnie z GDPR.', 'purge' => 'Wyczyść usunięte rekordy', - 'purge_deleted' => 'Purge Deleted ', + 'purge_deleted' => 'Wyczyść usunięte ', 'labels_display_bgutter' => 'Etykieta z rynną dolną', 'labels_display_sgutter' => 'Etykieta z rynną boczną', 'labels_fontsize' => 'Rozmiar czcionki na etykiecie', @@ -271,9 +273,9 @@ return [ 'unique_serial_help_text' => 'Zaznaczenie tego pola wymusi sprawdzanie czy numer seryjny nie został już przypisany w zasobach', 'zerofill_count' => 'Długość znaczników zasobów, w tym zerofill', 'username_format_help' => 'To ustawienie będzie używane przez proces importu tylko wtedy, gdy nazwa użytkownika nie jest podana i musimy wygenerować nazwę użytkownika dla Ciebie.', - 'oauth_title' => 'OAuth API Settings', + 'oauth_title' => 'Ustawienia API OAuth', 'oauth' => 'OAuth', - 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_help' => 'Ustawienia punktu końcowego Oauth', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'Barcodes', @@ -291,17 +293,17 @@ return [ 'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication', 'security_help' => 'Two-factor, Password Restrictions', 'groups_keywords' => 'permissions, permission groups, authorization', - 'groups_help' => 'Account permission groups', - 'localization' => 'Localization', - 'localization_title' => 'Update Localization Settings', + 'groups_help' => 'Grupy uprawnień', + 'localization' => 'Lokalizacja', + 'localization_title' => 'Aktualizuj ustawienia lokalizacji', 'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation', 'localization_help' => 'Language, date display', - 'notifications' => 'Notifications', + 'notifications' => 'Powiadomienia', 'notifications_help' => 'Email alerts, audit settings', 'asset_tags_help' => 'Incrementing and prefixes', 'labels' => 'Etykiety', 'labels_title' => 'Update Label Settings', - 'labels_help' => 'Label sizes & settings', + 'labels_help' => 'Rozmiary etykiet i ustawienia', 'purge' => 'Purge', 'purge_keywords' => 'permanently delete', 'purge_help' => 'Purge Deleted Records', diff --git a/resources/lang/pl/admin/settings/message.php b/resources/lang/pl/admin/settings/message.php index 45007aad2c..825b6b7a55 100644 --- a/resources/lang/pl/admin/settings/message.php +++ b/resources/lang/pl/admin/settings/message.php @@ -23,7 +23,7 @@ return [ 'sending' => 'Wysyłanie testowej wiadomości e-mail...', 'success' => 'Wiadomość wysłana!', 'error' => 'Wiadomość nie może zostać wysłana.', - 'additional' => 'No additional error message provided. Check your mail settings and your app log.' + 'additional' => 'Nie podano dodatkowego komunikatu o błędzie. Sprawdź ustawienia poczty i logu aplikacji.' ], 'ldap' => [ 'testing' => 'Testowanie połączenia LDAP, powiązania i zapytania ...', diff --git a/resources/lang/pl/admin/settings/table.php b/resources/lang/pl/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/pl/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/pl/admin/users/general.php b/resources/lang/pl/admin/users/general.php index 7965ba1559..c8972d9696 100644 --- a/resources/lang/pl/admin/users/general.php +++ b/resources/lang/pl/admin/users/general.php @@ -22,16 +22,21 @@ return [ 'view_user' => 'Zobacz Użytkownika :name', 'usercsv' => 'plik CSV', 'two_factor_admin_optin_help' => 'Bieżące ustawienia administracyjne pozwalają na wybiórcze rejestrowanie uwierzytelniania dwuskładnikowego. ', - 'two_factor_enrolled' => 'Zarejestrowane urządzenie 2FA ', - 'two_factor_active' => 'Aktywuj 2FA ', - 'user_deactivated' => 'Użytkownik jest dezaktywowany', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Nie zmieniaj statusu aktywacji', - 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', - 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', + 'group_memberships_helpblock' => 'Tylko administratorzy mogą edytować członkostwo w grupie.', + 'superadmin_permission_warning' => 'Tylko superadministratorzy mogą udzielić użytkownikowi dostęp do superadmina.', 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', 'remove_group_memberships' => 'Remove Group Memberships', 'warning_deletion' => 'OSTRZEŻENIE:', 'warning_deletion_information' => 'Zamierzasz usunąć :count użytkowników wymienionych poniżej. Superadministratorzy zaznaczeni są na czerwono.', 'update_user_asssets_status' => 'Zaktualizuj wszystkie zasoby dla tych użytkowników do tego statusu', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/pl/admin/users/table.php b/resources/lang/pl/admin/users/table.php index cbbd1b3229..efd86bf5ec 100644 --- a/resources/lang/pl/admin/users/table.php +++ b/resources/lang/pl/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Numer pracownika', 'first_name' => 'Imię', - 'groupnotes' => 'Wybierz grupę w której przypiszesz użytkownika, dostanie on prawa grupy do której zostanie przypisany.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Dziedziczy', 'job' => 'Stanowisko', diff --git a/resources/lang/pl/auth.php b/resources/lang/pl/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/pl/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php index 3069102792..5a9d26d1e6 100644 --- a/resources/lang/pl/general.php +++ b/resources/lang/pl/general.php @@ -1,6 +1,6 @@ 'Akcesoria', 'activated' => 'Aktywowana', 'accessory' => 'Akcesorium', @@ -22,10 +22,11 @@ 'asset_tags' => 'Asset Tags', 'assets_available' => 'Assets available', 'accept_assets' => 'Accept Assets :name', - 'accept_assets_menu' => 'Accept Assets', + 'accept_assets_menu' => 'Zaakceptuj zasoby', 'audit' => 'Audyt', 'audit_report' => 'Dziennik zdarzeń', 'assets' => 'Aktywa', + 'assigned_to' => 'Przypisany do :name', 'avatar_delete' => 'Skasuj Avatara', 'avatar_upload' => 'Wgraj Avatara', 'back' => 'Powrót', @@ -114,6 +115,7 @@ 'files' => 'Pliki', 'file_name' => 'Plik', 'file_type' => 'Rodzaj pliku', + 'filesize' => 'File Size', 'file_uploads' => 'Dodaj plik', 'file_upload' => 'Dodaj plik', 'generate' => 'Generuj', @@ -205,8 +207,8 @@ 'requestable_models' => 'Requestable Models', 'requested' => 'Wymagane', 'requested_date' => 'Data złożenia zapotrzebowania', - 'requested_assets' => 'Requested Assets', - 'requested_assets_menu' => 'Requested Assets', + 'requested_assets' => 'Żądane zasoby', + 'requested_assets_menu' => 'Żądane zasoby', 'request_canceled' => 'Żądanie anulowane', 'save' => 'Zapisz', 'select' => 'Wybierz', @@ -229,6 +231,7 @@ 'show_current' => 'Pokaż bieżące', 'sign_in' => 'Zaloguj się', 'signature' => 'Podpis', + 'signed_off_by' => 'Podpisano przez', 'skin' => 'Motyw', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Super! Wygląda na to, że Twoja integracja Slack z Snipe-IT działa!', @@ -237,6 +240,7 @@ 'state' => 'Województwo', 'status_labels' => 'Etykiety Statusu', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Dostawca', 'suppliers' => 'Dostawcy', 'sure_to_delete' => 'Czy na pewno chcesz usunąć', @@ -276,7 +280,7 @@ 'accept' => 'Zaakceptuj :asset', 'i_accept' => 'Akceptuję', 'i_decline' => 'Odrzucam', - 'accept_decline' => 'Accept/Decline', + 'accept_decline' => 'Akceptuj/Odrzuć', 'sign_tos' => 'Podpisz poniżej aby zaznaczyć, że zgadzasz się na regulamin usługi:', 'clear_signature' => 'Wyczyść podpis', 'show_help' => 'Pokaż pomoc', @@ -316,7 +320,7 @@ 'export' => 'Export', 'ldap_sync' => 'LDAP Sync', 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', + 'synchronize' => 'Synchronizuj', 'sync_results' => 'Synchronization Results', 'license_serial' => 'Serial/Product Key', 'invalid_category' => 'Błędna kategoria', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/pl/passwords.php b/resources/lang/pl/passwords.php index 47e7bd4883..63dd3d1ca3 100644 --- a/resources/lang/pl/passwords.php +++ b/resources/lang/pl/passwords.php @@ -1,6 +1,6 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', + 'sent' => 'Sukces: Jeśli ten adres e-mail istnieje w naszym systemie, e-mail odzyskiwania hasła został wysłany.', 'user' => 'E-mail nie jest przypisany do żadnego aktywnego konta.', ]; diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index ebe1039c11..7c747fbf57 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -64,7 +64,7 @@ return [ 'string' => ':attribute musi być posiadać minimum :min znaki.', 'array' => 'Atrybut: musi zawierać co najmniej: min.', ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', + 'starts_with' => ':attribute musi zaczynać się jednym z następujących wartości: :values.', 'not_in' => 'Wybrany :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', 'present' => ':attribute nie może być puste.', @@ -91,6 +91,10 @@ return [ 'url' => 'Format pola :attribute jest niewłaściwy.', 'unique_undeleted' => 'Wartość :attribute musi być unikalna.', 'non_circular' => ':attribute nie może tworzyć odwołań cyklicznych.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/pt-BR/account/general.php b/resources/lang/pt-BR/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/pt-BR/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php index 6ffc73faab..640257b650 100644 --- a/resources/lang/pt-BR/admin/hardware/message.php +++ b/resources/lang/pt-BR/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'O ativo não foi atualizado, tente novamente', 'success' => 'Ativo atualizado com sucesso.', 'nothing_updated' => 'Nenhum campo foi selecionado, então nada foi atualizado.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index 253c87a0fa..cf8f05f134 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefixo (opcional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Digite um nome de usuário e senha LDAP válidos a partir do DN base que você especificou acima para testar se seu login LDAP está configurado corretamente. VOCÊ DEVE SALVAR AS CONFIGURAÇÕES LDAP ATUALIZADAS PRIMEIRAMENTE.', 'ldap_login_sync_help' => 'Isso apenas prova que LDAP sincroniza corretamente. Se o autenticador query LDAP não estiver correto, usuários ainda não poderão realizar o login. VOCÊ DEVE PRIMEIRO SALVAR AS NOVAS CONFIGURAÇÕES DO LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Deve iniciar com ldap:// (para encriptado ou TLS) ou ldaps:// (para SSL)', 'ldap_server_cert' => 'Validação certificado SSL LDAP', diff --git a/resources/lang/pt-BR/admin/settings/table.php b/resources/lang/pt-BR/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/pt-BR/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php index a2abb117a7..5b1623b130 100644 --- a/resources/lang/pt-BR/admin/users/general.php +++ b/resources/lang/pt-BR/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ver Usuário :name', 'usercsv' => 'Arquivo CSV', 'two_factor_admin_optin_help' => 'As configurações de admin atuais permitem a aplicação seletiva de autenticação de dois passos. ', - 'two_factor_enrolled' => 'Dispositivo 2FA Registrado ', - 'two_factor_active' => 'A2P Ativo ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/pt-BR/admin/users/table.php b/resources/lang/pt-BR/admin/users/table.php index 484e7db6b9..e51fbccf86 100644 --- a/resources/lang/pt-BR/admin/users/table.php +++ b/resources/lang/pt-BR/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Nº do Funcionário', 'first_name' => 'Primeiro Nome', - 'groupnotes' => 'Selecione um grupo para atribuir ao usuário, lembre-se que um usuário tem todas as permissões do grupo que ele está atribuído.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Herdar', 'job' => 'Cargo', diff --git a/resources/lang/pt-BR/auth.php b/resources/lang/pt-BR/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/pt-BR/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index 84919be3d4..e9db82d7b7 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -1,6 +1,6 @@ 'Acessórios', 'activated' => 'Ativado', 'accessory' => 'Acessório', @@ -26,6 +26,7 @@ 'audit' => 'Auditoria', 'audit_report' => 'Registro de auditoria', 'assets' => 'Ativos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Excluir Avatar', 'avatar_upload' => 'Carregar Avatar', 'back' => 'Voltar', @@ -114,6 +115,7 @@ 'files' => 'Arquivos', 'file_name' => 'Arquivo', 'file_type' => 'Tipo de arquivo', + 'filesize' => 'File Size', 'file_uploads' => 'Carregamentos de Arquivos', 'file_upload' => 'Upload de Arquivo', 'generate' => 'Gerar', @@ -229,6 +231,7 @@ 'show_current' => 'Visualização Atual', 'sign_in' => 'Entrar', 'signature' => 'Assinatura', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Temas', 'slack_msg_note' => 'Uma mensagem será enviada via Slack', 'slack_test_msg' => 'Ah é! Parece que sua integração com o Snipe-IT está funcionando!', @@ -237,6 +240,7 @@ 'state' => 'Estado', 'status_labels' => 'Rótulos de Status', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Fornecedor', 'suppliers' => 'Fornecedores', 'sure_to_delete' => 'Você tem certeza que deseja apagar', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Fazer check-out do item', 'checkin_tooltip' => 'Fazer check-in do item', 'checkout_user_tooltip' => 'Fazer check-out deste item para um usuário', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 1175b201b5..70cf456bf1 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'O formato de :attribute é inválido.', 'unique_undeleted' => 'O :attribute deve ser único.', 'non_circular' => 'O :attribute não pode criar uma referência circular.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/pt-PT/account/general.php b/resources/lang/pt-PT/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/pt-PT/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php index e9ce844b2c..4431d31d7e 100644 --- a/resources/lang/pt-PT/admin/hardware/message.php +++ b/resources/lang/pt-PT/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Artigo não foi atualizado. Por favor, tente novamente', 'success' => 'Artigo atualizado com sucesso.', 'nothing_updated' => 'Nenhum atributo foi selecionado, portanto nada foi atualizado.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index 1addf0437e..a25facae8c 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefixo (opcional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cópias de segurança', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Introduza um utilizador e palavra-passe da LDAP válido pertencente ao DN que especificou acima +ara testar se a sua autenticação da LDAP foi configurada corretamente, PRIMEIRO DEVE GRAVAR AS SUAS DEFINIÇÕES ATUALIZADAS DA LDAP.', 'ldap_login_sync_help' => 'Isto apenas testa que a LDAP consegue sincronizar corretamente. Se a sua consulta de autenticação LDAP não estiver correta, os utilizadores poderão ainda não conseguir fazer a autenticação. PRIMEIRO DEVE GRAVAR AS SUAS DEFINIÇÕES ATUALIZADAS DA LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Isso deve começar com ldap: / / (para não-criptado ou TLS) ou ldaps: / / (para SSL)', 'ldap_server_cert' => 'Validação certificado SSL LDAP', diff --git a/resources/lang/pt-PT/admin/settings/table.php b/resources/lang/pt-PT/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/pt-PT/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php index 24bc99fe17..1067244b2d 100644 --- a/resources/lang/pt-PT/admin/users/general.php +++ b/resources/lang/pt-PT/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ver Utilizador :name', 'usercsv' => 'Ficheiro CSV', 'two_factor_admin_optin_help' => 'As configurações de admin actuais permitem a aplicação selectiva de autenticação de dois passos. ', - 'two_factor_enrolled' => 'Dispositivo A2P Registado ', - 'two_factor_active' => 'A2P Activa ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/pt-PT/admin/users/table.php b/resources/lang/pt-PT/admin/users/table.php index aab070b45f..c91b611f8f 100644 --- a/resources/lang/pt-PT/admin/users/table.php +++ b/resources/lang/pt-PT/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Funcionário Nº', 'first_name' => 'Nome', - 'groupnotes' => 'Selecione um grupo a atribuir ao utilizador. O utilizador assume as permissões do grupo ao qual é associado.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Herdar', 'job' => 'Cargo', diff --git a/resources/lang/pt-PT/auth.php b/resources/lang/pt-PT/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/pt-PT/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index a6a933b57b..72fece75d3 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -1,6 +1,6 @@ 'Acessórios', 'activated' => 'Activado', 'accessory' => 'Acessório', @@ -26,6 +26,7 @@ 'audit' => 'Auditoria', 'audit_report' => 'Registro de auditoria', 'assets' => 'Artigos', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Remover Avatar', 'avatar_upload' => 'Carregar Avatar', 'back' => 'Voltar', @@ -114,6 +115,7 @@ 'files' => 'Ficheiros', 'file_name' => 'Ficheiro', 'file_type' => 'Tipo de ficheiro', + 'filesize' => 'File Size', 'file_uploads' => 'Upload de Ficheiros', 'file_upload' => 'Envio de Ficheiro', 'generate' => 'Gerar', @@ -229,6 +231,7 @@ 'show_current' => 'Mostrar atual', 'sign_in' => 'Iniciar sessão', 'signature' => 'Assinatura', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'Uma mensagem de slack será enviada', 'slack_test_msg' => 'Parece que a integração Slack com o Snipe-IT está a funcionar!', @@ -237,6 +240,7 @@ 'state' => 'Distrito', 'status_labels' => 'Estados', 'status' => 'Estado', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Fornecedor', 'suppliers' => 'Fornecedores', 'sure_to_delete' => 'Tem certeza de que deseja excluir', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index cd83393e58..9ad45899a6 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'O formato do :attribute é inválido.', 'unique_undeleted' => 'O :atribute deve ser único.', 'non_circular' => 'O :attribute não deve criar uma referência circular.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ro/account/general.php b/resources/lang/ro/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ro/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php index 1fd82bc6ad..65d7984d15 100644 --- a/resources/lang/ro/admin/hardware/message.php +++ b/resources/lang/ro/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Activul nu a fost actualizat, va rugam incercati iar', 'success' => 'Activul a fost actualizat.', 'nothing_updated' => 'Nu au fost selectate câmpuri, deci nimic nu a fost actualizat.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php index 077f98f5f0..a5080bb50d 100644 --- a/resources/lang/ro/admin/settings/general.php +++ b/resources/lang/ro/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copiile de rezervă', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Introduceți un nume de utilizator LDAP și o parolă valabilă din DN-ul de bază pe care l-ați specificat mai sus pentru a testa dacă datele de conectare LDAP sunt configurate corect. TREBUIE SĂ SAȚI PRIMUL SETĂRI LDAP ACTUALIZATE.', 'ldap_login_sync_help' => 'Acest lucru testează numai faptul că LDAP poate sincroniza corect. Dacă interogarea dvs. de autentificare LDAP nu este corectă, este posibil ca utilizatorii să nu se poată conecta. TREBUIE SĂ ACTUALIZAȚI SETĂRILE LDAP MAI ÎNTÂI.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'Acest lucru ar trebui să înceapă cu ldap: // (pentru TCP sau TLS) sau ldaps: // (pentru SSL)', 'ldap_server_cert' => 'Validarea certificatelor SSL pentru LDAP', diff --git a/resources/lang/ro/admin/settings/table.php b/resources/lang/ro/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ro/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ro/admin/users/general.php b/resources/lang/ro/admin/users/general.php index b0691cb2f6..d8ed267729 100644 --- a/resources/lang/ro/admin/users/general.php +++ b/resources/lang/ro/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Vezi utilizator :name', 'usercsv' => 'Fișier CSV', 'two_factor_admin_optin_help' => 'Setările dvs. actuale de administrare permit executarea selectivă a autentificării cu două factori.', - 'two_factor_enrolled' => 'Dispozitivul 2FA Înregistrat', - 'two_factor_active' => '2FA Active', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ro/admin/users/table.php b/resources/lang/ro/admin/users/table.php index 3e8eecae0d..48751caef0 100644 --- a/resources/lang/ro/admin/users/table.php +++ b/resources/lang/ro/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Nr. angajat', 'first_name' => 'Prenume', - 'groupnotes' => 'Desemneaza un grup pentru utilizator. Va rugam sa luati in calcul ca utilizatorul preia permisiile grupului la care este desemnat.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Preia', 'job' => 'Titlu job', diff --git a/resources/lang/ro/auth.php b/resources/lang/ro/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ro/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php index 9bb4a17569..5daceb5fa0 100644 --- a/resources/lang/ro/general.php +++ b/resources/lang/ro/general.php @@ -1,6 +1,6 @@ 'Accesorii', 'activated' => 'activat', 'accessory' => 'Accesorii', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Jurnal de audit', 'assets' => 'Active', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Sterge avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Inapoi', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'Fisier', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Upload fisier', 'file_upload' => 'File Upload', 'generate' => 'Genereaza', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Logheaza-te', 'signature' => 'Semnătură', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Judet', 'status_labels' => 'Etichete status', 'status' => 'Stare', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Furnizor', 'suppliers' => 'Furnizori', 'sure_to_delete' => 'Sigur doriți să ștergeți', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php index e2422551ba..e63755b31f 100644 --- a/resources/lang/ro/validation.php +++ b/resources/lang/ro/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Formatul :attribute nu este valid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ru/account/general.php b/resources/lang/ru/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ru/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php index 821153b0a2..9305cd59c6 100644 --- a/resources/lang/ru/admin/hardware/message.php +++ b/resources/lang/ru/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Актив не был изменен, пожалуйста попробуйте снова', 'success' => 'Актив успешно изменен.', 'nothing_updated' => 'Поля не выбраны, нечего обновлять.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php index ef54695cdf..8719aa77db 100644 --- a/resources/lang/ru/admin/settings/general.php +++ b/resources/lang/ru/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Префикс ( не обязательно )', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Резервные копии', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Введите действительное имя пользователя и пароль LDAP из базового DN, указанного выше, чтобы проверить, правильно ли настроен логин LDAP. СНАЧАЛА ВЫ ДОЛЖНЫ СОХРАНИТЬ ВАШИ ОБНОВЛЕННЫЕ НАСТРОЙКИ LDAP.', 'ldap_login_sync_help' => 'Этим производится проверка правильности синхронизации LDAP. Если тест подлинности LDAP не пройдёт, пользователи так и не смогут войти в систему. СНАЧАЛА ВЫ ДОЛЖНЫ СОХРАНИТЬ ВАШИ ОБНОВЛЕННЫЕ НАСТРОЙКИ LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Сервер LDAP', 'ldap_server_help' => 'Должен начинаться с ldap:// (для незашифрованных или TLS соединений) или ldaps:// (SSL)', 'ldap_server_cert' => 'Подтверждение SSL сертификата LDAP', diff --git a/resources/lang/ru/admin/settings/table.php b/resources/lang/ru/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ru/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ru/admin/users/general.php b/resources/lang/ru/admin/users/general.php index 21f9a53d21..dcebf1e1d4 100644 --- a/resources/lang/ru/admin/users/general.php +++ b/resources/lang/ru/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Показать пользователя :name', 'usercsv' => 'CSV файл', 'two_factor_admin_optin_help' => 'Ваши текущие параметры администрирования разрешают избирательное применение двухфакторной аутентификации. ', - 'two_factor_enrolled' => 'Устройства для 2-ух факторной аутентификации настроены ', - 'two_factor_active' => 'Устройства для 2-ух факторной аутентификации активны ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ru/admin/users/table.php b/resources/lang/ru/admin/users/table.php index 128ed8a3cb..3643b2a194 100644 --- a/resources/lang/ru/admin/users/table.php +++ b/resources/lang/ru/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Электронная почта', 'employee_num' => 'Сотрудник №', 'first_name' => 'Имя', - 'groupnotes' => 'Выберите группу для привязки к пользователю, помните пользователь получает права доступа группы к которой он привязан.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Наследование', 'job' => 'Должность', diff --git a/resources/lang/ru/auth.php b/resources/lang/ru/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ru/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php index 386daa259f..554e2c2ccd 100644 --- a/resources/lang/ru/general.php +++ b/resources/lang/ru/general.php @@ -1,6 +1,6 @@ 'Аксессуары', 'activated' => 'Активно', 'accessory' => 'Аксессуар', @@ -26,6 +26,7 @@ 'audit' => 'аудит', 'audit_report' => 'Журнал аудита', 'assets' => 'Активы', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Удалить аватар', 'avatar_upload' => 'Загрузить аватар', 'back' => 'Назад', @@ -114,6 +115,7 @@ 'files' => 'Файлы', 'file_name' => 'Файл', 'file_type' => 'Тип файла', + 'filesize' => 'File Size', 'file_uploads' => 'Загрузка файла', 'file_upload' => 'File Upload', 'generate' => 'Сгенерировать', @@ -229,6 +231,7 @@ 'show_current' => 'Показать текущий', 'sign_in' => 'Вход', 'signature' => 'Подпись', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Оформление', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Область/Регион', 'status_labels' => 'Этикетки', 'status' => 'Статус', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Поставщик', 'suppliers' => 'Поставщики', 'sure_to_delete' => 'Вы действительно хотите удалить', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php index 4777ae69ec..81fec940ce 100644 --- a/resources/lang/ru/validation.php +++ b/resources/lang/ru/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Неправильный формат :attribute.', 'unique_undeleted' => 'Свойство :attribute должно быть уникальным.', 'non_circular' => ':attribute не должен создавать циклическую ссылку.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/si-LK/account/general.php b/resources/lang/si-LK/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/si-LK/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/si-LK/admin/hardware/message.php b/resources/lang/si-LK/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/si-LK/admin/hardware/message.php +++ b/resources/lang/si-LK/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/si-LK/admin/settings/general.php +++ b/resources/lang/si-LK/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/si-LK/admin/settings/table.php b/resources/lang/si-LK/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/si-LK/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/si-LK/admin/users/general.php b/resources/lang/si-LK/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/si-LK/admin/users/general.php +++ b/resources/lang/si-LK/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/si-LK/admin/users/table.php b/resources/lang/si-LK/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/si-LK/admin/users/table.php +++ b/resources/lang/si-LK/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/si-LK/auth.php b/resources/lang/si-LK/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/si-LK/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/si-LK/general.php +++ b/resources/lang/si-LK/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/si-LK/validation.php b/resources/lang/si-LK/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/si-LK/validation.php +++ b/resources/lang/si-LK/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/sk/account/general.php b/resources/lang/sk/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/sk/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/sk/admin/hardware/message.php b/resources/lang/sk/admin/hardware/message.php index 36a3b9cedf..020740a48e 100644 --- a/resources/lang/sk/admin/hardware/message.php +++ b/resources/lang/sk/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Majetok sa nepodarilo upraviť, skúste prosím znovu', 'success' => 'Majetok bol úspešne upravený.', 'nothing_updated' => 'Neboli vybrané žiadne položky, preto nebolo nič upravené.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/sk/admin/settings/general.php b/resources/lang/sk/admin/settings/general.php index 6c7de81b44..4c883b1b3d 100644 --- a/resources/lang/sk/admin/settings/general.php +++ b/resources/lang/sk/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Predpona (volitelna)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Zálohy', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/sk/admin/settings/table.php b/resources/lang/sk/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/sk/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/sk/admin/users/general.php b/resources/lang/sk/admin/users/general.php index 0cca7121de..162534c0de 100644 --- a/resources/lang/sk/admin/users/general.php +++ b/resources/lang/sk/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Zobraziť používateľa :name', 'usercsv' => 'CSV súbor', 'two_factor_admin_optin_help' => 'Vaše súčasné nastavenie administrátora umožňujú selektívne vynútenie dvojfaktorovej autentifikácie. ', - 'two_factor_enrolled' => '2FA prihlásené zariadenie ', - 'two_factor_active' => '2FA aktívne ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/sk/admin/users/table.php b/resources/lang/sk/admin/users/table.php index 9100418798..7e5ad4153f 100644 --- a/resources/lang/sk/admin/users/table.php +++ b/resources/lang/sk/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-mail', 'employee_num' => 'Číslo zamestnanca', 'first_name' => 'Meno', - 'groupnotes' => 'Vyberte skupinu pre pridanie používateľovi. Majte na pamäti že používateľ získa povolenia príslušnej skupiny, ktorá mu bude priradená.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Prevziať', 'job' => 'Názov pracovnej pozície', diff --git a/resources/lang/sk/auth.php b/resources/lang/sk/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/sk/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/sk/general.php b/resources/lang/sk/general.php index e952ccf2b6..c88db02146 100644 --- a/resources/lang/sk/general.php +++ b/resources/lang/sk/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'Nahratie súboru', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/sk/validation.php b/resources/lang/sk/validation.php index fc432b961c..910b47c7cc 100644 --- a/resources/lang/sk/validation.php +++ b/resources/lang/sk/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/sl/account/general.php b/resources/lang/sl/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/sl/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/sl/admin/hardware/message.php b/resources/lang/sl/admin/hardware/message.php index b36d1e1770..8e43049b2b 100644 --- a/resources/lang/sl/admin/hardware/message.php +++ b/resources/lang/sl/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Sredstvo ni bilo posodobljeno, poskusite znova', 'success' => 'Sredstvo je uspešno posodobljeno.', 'nothing_updated' => 'Nobeno polje ni bilo izbrana, zato nebo nič posodobljeno.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/sl/admin/settings/general.php b/resources/lang/sl/admin/settings/general.php index 3c636b62a0..e0ac6902eb 100644 --- a/resources/lang/sl/admin/settings/general.php +++ b/resources/lang/sl/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Predpona (neobvezno)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varnostna kopija', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Vnesite veljavno uporabniško ime in geslo za LDAP iz osnovnega DN, ki ste ga navedli zgoraj, da preizkusite, ali je vaša prijava LDAP konfigurirana pravilno. Najprej morate shraniti posodobljene nastavitve za LDAP.', 'ldap_login_sync_help' => 'To samo testira, če lahko LDAP pravilno sinhronizira. Če vaša poizvedba LDAP Authentication ni pravilna, se uporabniki morda še vedno ne morejo prijaviti. Najprej morate shraniti posodobljene nastavitve za LDAP.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Strežnik LDAP', 'ldap_server_help' => 'To se mora začeti z ldap: / / (za nešifrirano ali TLS) ali ldaps: / / (za SSL)', 'ldap_server_cert' => 'Validacija potrdila SSL LDAP', diff --git a/resources/lang/sl/admin/settings/table.php b/resources/lang/sl/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/sl/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/sl/admin/users/general.php b/resources/lang/sl/admin/users/general.php index 08a112d42b..27ff09d432 100644 --- a/resources/lang/sl/admin/users/general.php +++ b/resources/lang/sl/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Ogled uporabnika :name', 'usercsv' => 'Datoteko CSV', 'two_factor_admin_optin_help' => 'Vaše trenutne nastavitve skrbnika omogočajo selektivno uveljavljanje dvotaktne pristnosti. ', - 'two_factor_enrolled' => 'Vgrajena naprava 2FA ', - 'two_factor_active' => '2FA aktivna ', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/sl/admin/users/table.php b/resources/lang/sl/admin/users/table.php index 95a8bccb8b..eca5156220 100644 --- a/resources/lang/sl/admin/users/table.php +++ b/resources/lang/sl/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-pošta', 'employee_num' => 'Številka zaposlenega.', 'first_name' => 'Ime', - 'groupnotes' => 'Izberite skupino, ki jo želite dodeliti uporabniku, ne pozabite, da uporabnik prevzame dovoljenja dodeljene skupine.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Dedovanje', 'job' => 'Naziv delovnega mesta', diff --git a/resources/lang/sl/auth.php b/resources/lang/sl/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/sl/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/sl/general.php b/resources/lang/sl/general.php index 702a79163c..75aa864247 100644 --- a/resources/lang/sl/general.php +++ b/resources/lang/sl/general.php @@ -1,6 +1,6 @@ 'Dodatki', 'activated' => 'Aktiviran', 'accessory' => 'Dodatna oprema', @@ -26,6 +26,7 @@ 'audit' => 'Revizija', 'audit_report' => 'Dnevnik revizije', 'assets' => 'Sredstva', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Izbriši Avatar', 'avatar_upload' => 'Naloži Avatar', 'back' => 'Nazaj', @@ -114,6 +115,7 @@ 'files' => 'Datoteke', 'file_name' => 'Datoteka', 'file_type' => 'Tip datoteke', + 'filesize' => 'File Size', 'file_uploads' => 'Nalaganje datotek', 'file_upload' => 'File Upload', 'generate' => 'Ustvari', @@ -230,6 +232,7 @@ 'show_current' => 'Pokaži trenutne', 'sign_in' => 'Prijava', 'signature' => 'Podpis', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Preobleka', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Ohh! Izgleda, da tvoja integracija Slack z Snipe-IT deluje!', @@ -238,6 +241,7 @@ 'state' => 'Stanje', 'status_labels' => 'Oznake statusa', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Dobavitelj', 'suppliers' => 'Dobavitelji', 'sure_to_delete' => 'Ali ste prepričani, da želite izbrisati', @@ -351,4 +355,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/sl/validation.php b/resources/lang/sl/validation.php index f5dd1c48ec..b9da08dc69 100644 --- a/resources/lang/sl/validation.php +++ b/resources/lang/sl/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'Oblika atributa je neveljavna.', 'unique_undeleted' => 'Atribut mora biti edinstven.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/sr-CS/account/general.php b/resources/lang/sr-CS/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/sr-CS/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/sr-CS/admin/hardware/message.php b/resources/lang/sr-CS/admin/hardware/message.php index 86dfda5e5d..af2835168a 100644 --- a/resources/lang/sr-CS/admin/hardware/message.php +++ b/resources/lang/sr-CS/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Imovina nije ažurirana, pokušajte ponovo', 'success' => 'Imovina je uspešno ažurirana.', 'nothing_updated' => 'Nije odabrano nijedno polje, tako da ništa nije ažurirano.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php index d898ee2c8d..71593e9605 100644 --- a/resources/lang/sr-CS/admin/settings/general.php +++ b/resources/lang/sr-CS/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/sr-CS/admin/settings/table.php b/resources/lang/sr-CS/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/sr-CS/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/sr-CS/admin/users/general.php b/resources/lang/sr-CS/admin/users/general.php index 52078fa159..e0b3f13672 100644 --- a/resources/lang/sr-CS/admin/users/general.php +++ b/resources/lang/sr-CS/admin/users/general.php @@ -24,7 +24,8 @@ return [ 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', 'two_factor_enrolled' => '2FA Device Enrolled ', 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User is de-activated', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/sr-CS/admin/users/table.php b/resources/lang/sr-CS/admin/users/table.php index f3007bf866..8beb084ca2 100644 --- a/resources/lang/sr-CS/admin/users/table.php +++ b/resources/lang/sr-CS/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Broj zaposlenog.', 'first_name' => 'Ime', - 'groupnotes' => 'Odaberite grupu koju ćete dodeliti korisniku, ne zaboravite da korisnik preuzima dozvole grupe kojoj je dodeljen.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Naslediti', 'job' => 'Naziv posla', diff --git a/resources/lang/sr-CS/auth.php b/resources/lang/sr-CS/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/sr-CS/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/sr-CS/button.php b/resources/lang/sr-CS/button.php index d23ca28c39..8b01db6f62 100644 --- a/resources/lang/sr-CS/button.php +++ b/resources/lang/sr-CS/button.php @@ -8,17 +8,17 @@ return [ 'delete' => 'Izbrisati', 'edit' => 'Uredi', 'restore' => 'Vratiti', - 'remove' => 'Remove', + 'remove' => 'Ukloni', 'request' => 'Zahtev', 'submit' => 'Submit', 'upload' => 'Upload', 'select_file' => 'Odaberite datoteku...', 'select_files' => 'Odaberite datoteke...', - 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels', - 'send_password_link' => 'Send Password Reset Link', - 'go' => 'Go', - 'bulk_actions' => 'Bulk Actions', - 'add_maintenance' => 'Add Maintenance', - 'append' => 'Append', - 'new' => 'New', + 'generate_labels' => '{1} Generiši oznaku|[2,*] Generiši oznake', + 'send_password_link' => 'Pošalji vezu za reset lozinke', + 'go' => 'Kreni', + 'bulk_actions' => 'Masovne radnje', + 'add_maintenance' => 'Dodaj održavanje', + 'append' => 'Nadoveži', + 'new' => 'Novo', ]; diff --git a/resources/lang/sr-CS/general.php b/resources/lang/sr-CS/general.php index 0c889660a9..e743310700 100644 --- a/resources/lang/sr-CS/general.php +++ b/resources/lang/sr-CS/general.php @@ -1,6 +1,6 @@ 'Dodatna oprema', 'activated' => 'Aktiviran', 'accessory' => 'Accessory', @@ -19,13 +19,14 @@ 'asset' => 'Imovina', 'asset_report' => 'Izveštaj o imovini', 'asset_tag' => 'Oznaka imovine', - 'asset_tags' => 'Asset Tags', - 'assets_available' => 'Assets available', + 'asset_tags' => 'Oznake imovine', + 'assets_available' => 'Dostupna imovina', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', 'audit' => 'Revizija', 'audit_report' => 'Zapisnik revizije', 'assets' => 'Imovina', + 'assigned_to' => 'Dodeljeno :name', 'avatar_delete' => 'Obriši avatar', 'avatar_upload' => 'Učitaj avatar', 'back' => 'Nazad', @@ -37,7 +38,7 @@ 'bulk_delete' => 'Bulk Delete', 'bulk_actions' => 'Bulk Actions', 'bulk_checkin_delete' => 'Bulk Checkin & Delete', - 'bystatus' => 'by Status', + 'bystatus' => 'prema statusu', 'cancel' => 'Otkazati', 'categories' => 'Kategorije', 'category' => 'Kategorija', @@ -65,12 +66,12 @@ 'created' => 'Stavka kreirana', 'created_asset' => 'kreirana imovina', 'created_at' => 'Created at', - 'record_created' => 'Record Created', + 'record_created' => 'Zapis kreiran', 'updated_at' => 'Ažurirano', 'currency' => '$', // this is deprecated 'current' => 'Current', - 'current_password' => 'Current Password', - 'customize_report' => 'Customize Report', + 'current_password' => 'Trenutna lozinka', + 'customize_report' => 'Prilagodi izveštaj', 'custom_report' => 'Prilagođeni izveštaj o imovini', 'dashboard' => 'Dashboard', 'days' => 'dana', @@ -82,7 +83,7 @@ 'delete_confirm' => 'Jeste li sigurni da želite izbrisati :item?', 'deleted' => 'Izbrisano', 'delete_seats' => 'Izbrisana mesta', - 'deletion_failed' => 'Deletion failed', + 'deletion_failed' => 'Neuspelo brisanje', 'departments' => 'Departments', 'department' => 'Department', 'deployed' => 'Razmešteno', @@ -91,14 +92,14 @@ 'depreciation_report' => 'Izvještaj o amortizaciji', 'details' => 'Detalji', 'download' => 'Download', - 'download_all' => 'Download All', + 'download_all' => 'Preuzmi sve', 'editprofile' => 'Uredi svoj profil', 'eol' => 'EOL', 'email_domain' => 'Email Domain', 'email_format' => 'Email Format', - 'employee_number' => 'Employee Number', + 'employee_number' => 'Broj zaposlenog', 'email_domain_help' => 'Ovo se koristi za generisanje e-mail adrese prilikom uvoza', - 'error' => 'Error', + 'error' => 'Greška', 'filastname_format' => 'Prvo slovo imena Prezime (jsmith@example.com)', 'firstname_lastname_format' => 'Ime Prezime (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)', @@ -113,9 +114,10 @@ 'first_name_format' => 'Ime (jane@example.com)', 'files' => 'Datoteke', 'file_name' => 'Datoteka', - 'file_type' => 'File Type', + 'file_type' => 'Tip datoteke', + 'filesize' => 'File Size', 'file_uploads' => 'Prenos datoteka', - 'file_upload' => 'File Upload', + 'file_upload' => 'Otpremanje datoteke', 'generate' => 'Generate', 'generate_labels' => 'Generate Labels', 'github_markdown' => 'This field accepts Github flavored markdown.', @@ -170,7 +172,7 @@ 'months' => 'meseci', 'moreinfo' => 'Više informacija', 'name' => 'Ime', - 'new_password' => 'New Password', + 'new_password' => 'Nova lozinka', 'next' => 'Sledeći', 'next_audit_date' => 'Sledeći datum revizije', 'last_audit' => 'Poslednja revizija', @@ -197,20 +199,20 @@ 'quickscan_checkin_status' => 'Checkin Status', 'ready_to_deploy' => 'Spremna za raspoređivanje', 'recent_activity' => 'Nedavna aktivnost', - 'remaining' => 'Remaining', + 'remaining' => 'Preostalo', 'remove_company' => 'Ukloni asocijaciju sa firmom', 'reports' => 'Izveštaji', 'restored' => 'vraćeno u prethodno stanje', - 'restore' => 'Restore', - 'requestable_models' => 'Requestable Models', + 'restore' => 'Povrati', + 'requestable_models' => 'Zatraživi modeli', 'requested' => 'Tražena', - 'requested_date' => 'Requested Date', - 'requested_assets' => 'Requested Assets', - 'requested_assets_menu' => 'Requested Assets', + 'requested_date' => 'Datum zatraživanja', + 'requested_assets' => 'Zatražena imovina', + 'requested_assets_menu' => 'Zatražena imovina', 'request_canceled' => 'Zahtev je otkazan', 'save' => 'Sačuvaj', 'select' => 'Označi', - 'select_all' => 'Select All', + 'select_all' => 'Izaberi sve', 'search' => 'Pretraga', 'select_category' => 'Izaberite kategoriju', 'select_department' => 'Izaberite odeljenje', @@ -229,6 +231,7 @@ 'show_current' => 'Prikaži Trenutne', 'sign_in' => 'Prijavite se', 'signature' => 'Potpis', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Izgledi', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Savezna država', 'status_labels' => 'Oznake Statusa', 'status' => 'Status', + 'accept_eula' => 'Ugovor o prihvatanju', 'supplier' => 'Dobavljač', 'suppliers' => 'Dobavljači', 'sure_to_delete' => 'Da li ste sigurni da želite izbrisati', @@ -285,56 +289,56 @@ 'hide_deleted' => 'Hide Deleted', 'email' => 'Email', 'do_not_change' => 'Do Not Change', - 'bug_report' => 'Report a Bug', - 'user_manual' => 'User\'s Manual', - 'setup_step_1' => 'Step 1', - 'setup_step_2' => 'Step 2', - 'setup_step_3' => 'Step 3', - 'setup_step_4' => 'Step 4', + 'bug_report' => 'Prijavi grešku', + 'user_manual' => 'Korisničko uputstvo', + 'setup_step_1' => 'Korak 1', + 'setup_step_2' => 'Korak 2', + 'setup_step_3' => 'Korak 3', + 'setup_step_4' => 'Korak 4', 'setup_config_check' => 'Configuration Check', 'setup_create_database' => 'Create Database Tables', 'setup_create_admin' => 'Create Admin User', - 'setup_done' => 'Finished!', + 'setup_done' => 'Završeno!', 'bulk_edit_about_to' => 'You are about to edit the following: ', - 'checked_out' => 'Checked Out', - 'checked_out_to' => 'Checked out to', - 'fields' => 'Fields', - 'last_checkout' => 'Last Checkout', + 'checked_out' => 'Zaduženo', + 'checked_out_to' => 'Zaduženo', + 'fields' => 'Polja', + 'last_checkout' => 'Poslednje zaduženje', 'due_to_checkin' => 'The following :count items are due to be checked in soon:', - 'expected_checkin' => 'Expected Checkin', + 'expected_checkin' => 'Očekivano razduženje', 'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.', - 'changed' => 'Changed', + 'changed' => 'Izmenjeno', 'to' => 'To', 'report_fields_info' => '

Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.

If you would like to export only certain assets, use the options below to fine-tune your results.

', - 'range' => 'Range', + 'range' => 'Raspon', 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', - 'improvements' => 'Improvements', - 'information' => 'Information', - 'permissions' => 'Permissions', + 'improvements' => 'Unapređenja', + 'information' => 'Informacija', + 'permissions' => 'Dozvole', 'managed_ldap' => '(Managed via LDAP)', - 'export' => 'Export', - 'ldap_sync' => 'LDAP Sync', - 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', - 'sync_results' => 'Synchronization Results', + 'export' => 'Izvoz', + 'ldap_sync' => 'LDAP sinhronizacija', + 'ldap_user_sync' => 'LDAP sinhronizacija korisnika', + 'synchronize' => 'Sinhronizuj', + 'sync_results' => 'Rezultati sinhronizacije', 'license_serial' => 'Serial/Product Key', 'invalid_category' => 'Invalid category', 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', '60_percent_warning' => '60% Complete (warning)', 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', - 'new_asset' => 'New Asset', - 'new_license' => 'New License', + 'new_asset' => 'Nova imovina', + 'new_license' => 'Nova licenca', 'new_accessory' => 'New Accessory', - 'new_consumable' => 'New Consumable', - 'collapse' => 'Collapse', - 'assigned' => 'Assigned', - 'asset_count' => 'Asset Count', + 'new_consumable' => 'Nov potrošni materijal', + 'collapse' => 'Skupi', + 'assigned' => 'Dodeljeno', + 'asset_count' => 'Količina imovine', 'accessories_count' => 'Accessories Count', - 'consumables_count' => 'Consumables Count', - 'components_count' => 'Components Count', - 'licenses_count' => 'Licenses Count', - 'notification_error' => 'Error:', + 'consumables_count' => 'Količina potrošne robe', + 'components_count' => 'Količina komponenti', + 'licenses_count' => 'Količina licenci', + 'notification_error' => 'Greška:', 'notification_error_hint' => 'Please check the form below for errors', 'notification_success' => 'Success:', 'notification_warning' => 'Warning:', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/sr-CS/mail.php b/resources/lang/sr-CS/mail.php index c21e444be1..8373567ccc 100644 --- a/resources/lang/sr-CS/mail.php +++ b/resources/lang/sr-CS/mail.php @@ -9,7 +9,7 @@ return [ 'asset' => 'Imovina:', 'asset_name' => 'Naziv imovine:', 'asset_requested' => 'Traženo sredstvo', - 'asset_tag' => 'Asset Tag', + 'asset_tag' => 'Oznaka imovine', 'assigned_to' => 'Dodijeljena', 'best_regards' => 'Srdačan pozdrav', 'canceled' => 'Otkazano:', diff --git a/resources/lang/sr-CS/passwords.php b/resources/lang/sr-CS/passwords.php index 4772940015..bc9e241797 100644 --- a/resources/lang/sr-CS/passwords.php +++ b/resources/lang/sr-CS/passwords.php @@ -1,6 +1,6 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No matching active user found with that email.', + 'sent' => 'Uspešno: Ako ta adresa e-pošte već postoji u našem sistemu, e-poruka za povraćaj lozinke je poslata.', + 'user' => 'Nije pronađen aktivni korisnik sa tom adresom e-pošte.', ]; diff --git a/resources/lang/sr-CS/validation.php b/resources/lang/sr-CS/validation.php index a61a5379d9..22f584db3e 100644 --- a/resources/lang/sr-CS/validation.php +++ b/resources/lang/sr-CS/validation.php @@ -64,7 +64,7 @@ return [ 'string' => ':attribute mora biti najmanje :min znakova.', 'array' => ':attribute mora imati barem :min stavke.', ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', + 'starts_with' => ':attribute mora da počne sa jednom od sledećih vrednosti: :values.', 'not_in' => 'Odabrani :attribute nije ispravan.', 'numeric' => ':attribute mora biti broj.', 'present' => ':attribute polje mora biti prisutno.', @@ -91,6 +91,10 @@ return [ 'url' => ':attribute format je neispravan.', 'unique_undeleted' => ':attribute mora biti jedinstven.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/sv-SE/account/general.php b/resources/lang/sv-SE/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/sv-SE/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php index 108cce61b9..d3c7d568c6 100644 --- a/resources/lang/sv-SE/admin/hardware/message.php +++ b/resources/lang/sv-SE/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Tillgången var inte uppdaterad, försök igen', 'success' => 'Asset uppdaterad framgångsrikt.', 'nothing_updated' => 'Inga fält valdes, så ingenting uppdaterades.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index e56a64cc6e..b973063727 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (frivilligt)', 'auto_incrementing_help' => 'Aktivera automatisk ökning av anläggningstillgångar först innan du ställer in detta', 'backups' => 'Säkerhetskopior', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Återställ från säkerhetskopia', 'backups_upload' => 'Ladda upp säkerhetskopia', 'backups_path' => 'Säkerhetskopior på servern lagras i :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP-klient TLS-nyckel', 'ldap_login_test_help' => 'Ange ett giltigt LDAP användarnamn och lösenord från basen DN du angav ovan för att testa om LDAP-inloggningen är korrekt konfigurerad. DU MÅSTE SPARA DINA UPPDATERADE LDAPINSTÄLLNINGAR FÖRST.', 'ldap_login_sync_help' => 'Detta testar bara att LDAP kan synkroniseras korrekt. Om din LDAP-autentiseringsfråga inte är korrekt kan användarna fortfarande inte logga in. DU MÅSTE SPARA DINA UPPDATERADE LDAPINSTÄLLNINGAR FÖRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP-server', 'ldap_server_help' => 'Detta bör börja med ldap: // (för okrypterad eller TLS) eller ldaps: // (för SSL)', 'ldap_server_cert' => 'Validering av LDAP SSL-certifikat', diff --git a/resources/lang/sv-SE/admin/settings/table.php b/resources/lang/sv-SE/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/sv-SE/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/sv-SE/admin/users/general.php b/resources/lang/sv-SE/admin/users/general.php index 1dc7311663..98753949b5 100644 --- a/resources/lang/sv-SE/admin/users/general.php +++ b/resources/lang/sv-SE/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Visa användare: namn', 'usercsv' => 'CSV-fil', 'two_factor_admin_optin_help' => 'Dina nuvarande administratörsinställningar tillåter selektiv tillämpning av tvåfaktorsautentisering. ', - 'two_factor_enrolled' => '2FA-enhet inskriven', - 'two_factor_active' => '2FA Aktiv', - 'user_deactivated' => 'Användaren är inaktiverad', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Ändra inte aktiveringsstatus', 'group_memberships_helpblock' => 'Endast superadministratörer kan redigera gruppmedlemskap.', 'superadmin_permission_warning' => 'Endast superadministratörer kan ge en användare superadmin åtkomst.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'Du håller på att ta bort :count användare som anges nedan. Super admin namn markeras med rött.', 'update_user_asssets_status' => 'Uppdatera alla tillgångar för dessa användare till denna status', 'checkin_user_properties' => 'Kolla in alla egenskaper som är associerade med dessa användare', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/sv-SE/admin/users/table.php b/resources/lang/sv-SE/admin/users/table.php index 057f6270e9..cbd2918f21 100644 --- a/resources/lang/sv-SE/admin/users/table.php +++ b/resources/lang/sv-SE/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-post', 'employee_num' => 'Anställningsnummer.', 'first_name' => 'Förnamn', - 'groupnotes' => 'Välj en grupp som ska tilldelas användaren, kom ihåg att en användare tar emot behörigheterna för den grupp de tilldelas.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Ärva', 'job' => 'Jobbtitel', diff --git a/resources/lang/sv-SE/auth.php b/resources/lang/sv-SE/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/sv-SE/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index 5bce2a4957..9bec3e66ef 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -1,6 +1,6 @@ 'Tillbehör', 'activated' => 'Aktiverad', 'accessory' => 'Tillbehör', @@ -26,6 +26,7 @@ 'audit' => 'Inventera', 'audit_report' => 'Inventeringsloggar', 'assets' => 'Tillgångar', + 'assigned_to' => 'Tillgångar tilldelade: namn', 'avatar_delete' => 'Ta bort Avatar', 'avatar_upload' => 'Ladda upp Avatar', 'back' => 'Bakåt', @@ -114,6 +115,7 @@ 'files' => 'Filer', 'file_name' => 'Fil', 'file_type' => 'Filtyp', + 'filesize' => 'File Size', 'file_uploads' => 'Filuppladdning', 'file_upload' => 'Ladda upp fil', 'generate' => 'Generera', @@ -229,6 +231,7 @@ 'show_current' => 'Visa nuvarande', 'sign_in' => 'Logga in', 'signature' => 'Signatur', + 'signed_off_by' => 'Signerad av', 'skin' => 'Skal', 'slack_msg_note' => 'Ett slack meddelande kommer att skickas', 'slack_test_msg' => 'Åh hai! Ser ut som din Slack integration med Snipe-IT fungerar!', @@ -237,6 +240,7 @@ 'state' => 'stat', 'status_labels' => 'Statusetiketter', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Leverantör', 'suppliers' => 'Leverantörer', 'sure_to_delete' => 'Är du säker på att du vill radera', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Låna utdetta objekt', 'checkin_tooltip' => 'Checka in detta objekt', 'checkout_user_tooltip' => 'Låna utdetta objekt till en användare', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/sv-SE/passwords.php b/resources/lang/sv-SE/passwords.php index 1faa397d2c..efb505c7a7 100644 --- a/resources/lang/sv-SE/passwords.php +++ b/resources/lang/sv-SE/passwords.php @@ -1,6 +1,6 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', + 'sent' => 'Klart: Om den e-postadressen finns i vårt system, har ett lösenordsåterställningsmejl skickats.', 'user' => 'Ingen aktiv användare med denna e-postadress hittades.', ]; diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php index 1dc28d113b..4431182fcd 100644 --- a/resources/lang/sv-SE/validation.php +++ b/resources/lang/sv-SE/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute Formatet är ogiltigt.', 'unique_undeleted' => ':attribute måste vara unikt.', 'non_circular' => ':attribute får inte skapa en cirkulär referens.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ta/account/general.php b/resources/lang/ta/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ta/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ta/admin/hardware/message.php b/resources/lang/ta/admin/hardware/message.php index d580017d4a..cab67aedab 100644 --- a/resources/lang/ta/admin/hardware/message.php +++ b/resources/lang/ta/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'சொத்து புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', 'success' => 'சொத்து வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', 'nothing_updated' => 'எந்த துறைகளும் தேர்ந்தெடுக்கப்படவில்லை, அதனால் எதுவும் புதுப்பிக்கப்படவில்லை.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php index bfbb2d4052..ce0b0bc98c 100644 --- a/resources/lang/ta/admin/settings/general.php +++ b/resources/lang/ta/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'முன்னுரிமை (விரும்பினால்)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'காப்புப்பிரதிகளில்', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP சேவையகம்', 'ldap_server_help' => 'இது ldap: // (மறைகுறியாக்கப்பட்ட அல்லது TLS க்கு) அல்லது ldaps: // (SSL க்கு) தொடங்க வேண்டும்.', 'ldap_server_cert' => 'LDAP SSL சான்றிதழ் சரிபார்ப்பு', diff --git a/resources/lang/ta/admin/settings/table.php b/resources/lang/ta/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ta/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ta/admin/users/general.php b/resources/lang/ta/admin/users/general.php index b571582758..d03b32c8d6 100644 --- a/resources/lang/ta/admin/users/general.php +++ b/resources/lang/ta/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'பயனர் காண்க: பெயர்', 'usercsv' => 'CSV கோப்பு', 'two_factor_admin_optin_help' => 'உங்கள் தற்போதைய நிர்வாக அமைப்புகள் இரண்டு காரணி அங்கீகரிப்பின் தேர்ந்தெடுக்கப்பட்ட செயல்பாட்டை அனுமதிக்கின்றன.', - 'two_factor_enrolled' => '2FA சாதனம் பதிவுசெய்யப்பட்டது', - 'two_factor_active' => '2FA செயலில்', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ta/admin/users/table.php b/resources/lang/ta/admin/users/table.php index f7ca235e26..00144eb033 100644 --- a/resources/lang/ta/admin/users/table.php +++ b/resources/lang/ta/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'மின்னஞ்சல்', 'employee_num' => 'பணியாளர் எண்', 'first_name' => 'முதல் பெயர்', - 'groupnotes' => 'பயனர் ஒதுக்க ஒரு குழுவை தேர்ந்தெடுத்து, பயனர் அவர்கள் ஒதுக்கப்பட்டுள்ள குழுவின் அனுமதியை எடுத்துக்கொள்வதை நினைவில் கொள்க.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ஐடி', 'inherit' => 'மரபுரிமையாக', 'job' => 'வேலை தலைப்பு', diff --git a/resources/lang/ta/auth.php b/resources/lang/ta/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ta/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ta/general.php b/resources/lang/ta/general.php index f73d7b5370..e81f790fc3 100644 --- a/resources/lang/ta/general.php +++ b/resources/lang/ta/general.php @@ -1,6 +1,6 @@ 'கருவிகள்', 'activated' => 'இயக்கப்பட்டது', 'accessory' => 'துணை', @@ -26,6 +26,7 @@ 'audit' => 'தணிக்கை', 'audit_report' => 'தணிக்கைப் பதிவு', 'assets' => 'சொத்துக்கள்', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Avatar நீக்கு', 'avatar_upload' => 'Avatar பதிவேற்றவும்', 'back' => 'மீண்டும்', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'கோப்பு', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'கோப்பு பதிவேற்றங்கள்', 'file_upload' => 'File Upload', 'generate' => 'உருவாக்குதல்', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'உள்நுழைக', 'signature' => 'கையொப்பம்', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'நிலை', 'status_labels' => 'நிலை லேபிள்கள்', 'status' => 'நிலைமை', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'சப்ளையர்', 'suppliers' => 'சப்ளையர்கள்', 'sure_to_delete' => 'நீங்கள் நிச்சயமாக நீக்க விரும்புகிறீர்களா?', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ta/validation.php b/resources/lang/ta/validation.php index 27271d5abe..aaf53b5dc8 100644 --- a/resources/lang/ta/validation.php +++ b/resources/lang/ta/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'பண்புக்கூறு வடிவமைப்பு தவறானது.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/th/account/general.php b/resources/lang/th/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/th/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php index 2c3a0c97c2..6650bb73b0 100644 --- a/resources/lang/th/admin/hardware/message.php +++ b/resources/lang/th/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'ไม่ได้อัปเดตเนื้อหาโปรดลองอีกครั้ง', 'success' => 'อัปเดตเนื้อหาสำเร็จแล้ว', 'nothing_updated' => 'ไม่มีการเลือกเขตข้อมูลดังนั้นไม่มีการอัปเดตอะไรเลย', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php index cdcf23ceb8..5588194861 100644 --- a/resources/lang/th/admin/settings/general.php +++ b/resources/lang/th/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (ส่วนเสริม)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'สำรอง', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'ป้อนชื่อผู้ใช้และรหัสผ่าน LDAP ที่ถูกต้องจากฐานข้อมูล DN ที่คุณระบุไว้ด้านบนเพื่อทดสอบว่าการเข้าสู่ระบบ LDAP ของคุณมีการกำหนดค่าอย่างถูกต้องหรือไม่ คุณต้องบันทึกการตั้งค่า LDAP ที่อัปเดตก่อน', 'ldap_login_sync_help' => 'นี่เป็นการทดสอบว่า LDAP สามารถซิงค์ได้อย่างถูกต้อง หากแบบสอบถามการตรวจสอบสิทธิ์ LDAP ของคุณไม่ถูกต้องผู้ใช้อาจยังไม่สามารถเข้าสู่ระบบได้ คุณต้องบันทึกการตั้งค่า LDAP ที่อัปเดตก่อน', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'เซิร์ฟเวอร์ LDAP', 'ldap_server_help' => 'ซึ่งควรเริ่มต้นด้วย ldap: // (สำหรับ unencrypted หรือ TLS) หรือ ldaps: // (สำหรับ SSL)', 'ldap_server_cert' => 'การตรวจสอบใบรับรอง SSL LDAP', diff --git a/resources/lang/th/admin/settings/table.php b/resources/lang/th/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/th/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/th/admin/users/general.php b/resources/lang/th/admin/users/general.php index f53a770a22..ea7f17df4a 100644 --- a/resources/lang/th/admin/users/general.php +++ b/resources/lang/th/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'ดูผู้ใช้ :name', 'usercsv' => 'ไฟล์ CSV', 'two_factor_admin_optin_help' => 'การตั้งค่าผู้ดูแลระบบปัจจุบันช่วยให้สามารถใช้การตรวจสอบสิทธิ์แบบสองปัจจัยได้อย่างมีประสิทธิภาพ', - 'two_factor_enrolled' => 'อุปกรณ์ 2FA ที่ลงทะเบียนแล้ว', - 'two_factor_active' => '2FA Active', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/th/admin/users/table.php b/resources/lang/th/admin/users/table.php index 8adb331dfa..a4941213b7 100644 --- a/resources/lang/th/admin/users/table.php +++ b/resources/lang/th/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'อีเมล', 'employee_num' => 'เลขพนักงาน', 'first_name' => 'ชื่อ', - 'groupnotes' => 'เลือกกลุ่มเพื่อกำหนดให้ผู้ใช้งาน ซึ่งผู้ใช้งานจะได้รับสิทธิ์การใช้งานตามสิทธิ์การใช้งานของกลุ่มนั้นๆ ตามที่ได้กำหนด', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'รหัส', 'inherit' => 'สืบทอด', 'job' => 'ลักษณะงาน', diff --git a/resources/lang/th/auth.php b/resources/lang/th/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/th/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php index a5c34901a1..6c23da0b6a 100644 --- a/resources/lang/th/general.php +++ b/resources/lang/th/general.php @@ -1,6 +1,6 @@ 'อุปกรณ์', 'activated' => 'เปิดใช้งาน', 'accessory' => 'อุปกรณ์', @@ -26,6 +26,7 @@ 'audit' => 'การตรวจสอบบัญชี', 'audit_report' => 'บันทึกการตรวจสอบ', 'assets' => 'ทรัพย์สิน', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'ลบรูปภาพประจำตัว', 'avatar_upload' => 'อัพโหลดภาพประจำตัว', 'back' => 'ย้อนกลับ', @@ -114,6 +115,7 @@ 'files' => 'ไฟล์', 'file_name' => 'ไฟล์', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'อัปโหลดไฟล์', 'file_upload' => 'File Upload', 'generate' => 'สร้าง', @@ -229,6 +231,7 @@ 'show_current' => 'แสดงรายการปัจจุบัน', 'sign_in' => 'ลงชื่อเข้าใช้', 'signature' => 'ลายเซ็น', + 'signed_off_by' => 'Signed Off By', 'skin' => 'รูปแบบ/เทมเพลต', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'รัฐ', 'status_labels' => 'ป้ายสถานะ', 'status' => 'สถานะ', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'ผู้ผลิต', 'suppliers' => 'ตัวแทนจำหน่าย', 'sure_to_delete' => 'คุณแน่ใจหรือไม่ว่าต้องการลบ', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php index fc86762f0f..75226faa3d 100644 --- a/resources/lang/th/validation.php +++ b/resources/lang/th/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'รูปแบบของ :attribute ไม่ถูกต้อง', 'unique_undeleted' => 'แอตทริบิวต์ต้องไม่ซ้ำกัน', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/tl/account/general.php b/resources/lang/tl/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/tl/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/tl/admin/hardware/message.php b/resources/lang/tl/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/tl/admin/hardware/message.php +++ b/resources/lang/tl/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/tl/admin/settings/general.php b/resources/lang/tl/admin/settings/general.php index cf891b77ed..58fa11f46d 100644 --- a/resources/lang/tl/admin/settings/general.php +++ b/resources/lang/tl/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/tl/admin/settings/table.php b/resources/lang/tl/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/tl/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/tl/admin/users/general.php b/resources/lang/tl/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/tl/admin/users/general.php +++ b/resources/lang/tl/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/tl/admin/users/table.php b/resources/lang/tl/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/tl/admin/users/table.php +++ b/resources/lang/tl/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/tl/auth.php b/resources/lang/tl/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/tl/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/tl/general.php b/resources/lang/tl/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/tl/general.php +++ b/resources/lang/tl/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/tl/validation.php b/resources/lang/tl/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/tl/validation.php +++ b/resources/lang/tl/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/tr/account/general.php b/resources/lang/tr/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/tr/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php index a6eb88e340..86fadf0958 100644 --- a/resources/lang/tr/admin/hardware/message.php +++ b/resources/lang/tr/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Demirbaş güncellenemedi, lütfen tekrar deneyin', 'success' => 'Demirbaş güncellendi.', 'nothing_updated' => 'Hiçbir alan seçilmedi, dolayısıyla hiç bir alan güncellenmedi.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/tr/admin/locations/table.php b/resources/lang/tr/admin/locations/table.php index b0ea781bb8..37bfbfb47e 100644 --- a/resources/lang/tr/admin/locations/table.php +++ b/resources/lang/tr/admin/locations/table.php @@ -31,7 +31,7 @@ return [ 'asset_serial' => 'Seri No', 'asset_location' => 'Konum', 'asset_checked_out' => 'Çıkış Yapıldı', - 'asset_expected_checkin' => 'Expected Checkin', + 'asset_expected_checkin' => 'Beklenen geri alma tarihi', 'date' => 'Tarih:', 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php index 5066ea201f..6ccd80800f 100644 --- a/resources/lang/tr/admin/settings/general.php +++ b/resources/lang/tr/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Ünvan (opsiyonel)', 'auto_incrementing_help' => 'Bunu ayarlamak için önce otomatik artan varlık etiketlerini etkinleştirin', 'backups' => 'Yedekler', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Yedekten geri dön', 'backups_upload' => 'Yedeği yükle', 'backups_path' => 'Yedeklerin sunucuda saklanacağı yer :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP İstemci tarafı TLS anahtarı', 'ldap_login_test_help' => 'LDAP ayarlarınızı doğru yapılandırıp yapılandırmadığınızı test etmek yukarıda belirttiğiniz DN için geçerli bir LDAP kullanıcı adı ve parolası giriniz. ÖNCE GÜNCEL LDAP AYARLARINI KAYDETMELİSİN.', 'ldap_login_sync_help' => 'Bu sadece LDAP\'ın doğru şekilde senkron edilebildiğini test eder. Eğer LDAP Kimlik Doğrulama sorgunuz doğru değilse, kullanıcılar giriş yapamayabilirler. ÖNCE GÜNCEL LDAP AYARLARINI KAYDETMELİSİN.', + 'ldap_manager' => 'LDAP Manager', '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', diff --git a/resources/lang/tr/admin/settings/table.php b/resources/lang/tr/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/tr/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php index da6809dced..3cc9c70eda 100644 --- a/resources/lang/tr/admin/users/general.php +++ b/resources/lang/tr/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Kullanıcıyı Görüntüle :name', 'usercsv' => 'CSV Dosyası', '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 ', - 'user_deactivated' => 'Kullanıcı devre dışı bırakıldı', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Aktivasyon durumunu değiştirme', 'group_memberships_helpblock' => 'Yalnızca süper yöneticiler grup üyeliklerini düzenleyebilir.', 'superadmin_permission_warning' => 'Yalnızca süper yöneticiler bir kullanıcıya süper yönetici erişimi verebilir.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Bu kullanıcılar için tüm varlıkları bu duruma güncelleyin', 'checkin_user_properties' => 'Bu kullanıcılarla ilişkili tüm mülkleri kontrol edin', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/tr/admin/users/table.php b/resources/lang/tr/admin/users/table.php index ad3eb05e69..3d8e8812ca 100644 --- a/resources/lang/tr/admin/users/table.php +++ b/resources/lang/tr/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'E-Posta', 'employee_num' => 'Çalışan No.', 'first_name' => 'Ad', - 'groupnotes' => 'Kullanıcıya atamak için bir grup seçin, Kullanıcı yetkilerini atandığı gruptan alacaktır.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => 'Devral', 'job' => 'İş Ünvanı', diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/tr/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php index 1f6c34eeef..173d80fe79 100644 --- a/resources/lang/tr/general.php +++ b/resources/lang/tr/general.php @@ -1,6 +1,6 @@ 'Aksesuarlar', 'activated' => 'Aktif edildi', 'accessory' => 'Aksesuar', @@ -26,6 +26,7 @@ 'audit' => 'Denetim', 'audit_report' => 'Denetim Günlüğü', 'assets' => 'Demirbaşlar', + 'assigned_to' => 'Bana Atanmış', 'avatar_delete' => 'Profil Resmini Sil', 'avatar_upload' => 'Profil Resmi Yükle', 'back' => 'Geri', @@ -99,6 +100,7 @@ Context | Request Context 'eol' => 'Kullanım Ömrü', 'email_domain' => 'E-posta etki alanı', 'email_format' => 'E-posta biçimi', + 'employee_number' => 'Employee Number', 'email_domain_help' => 'İçe aktarırken e-posta adresleri oluşturmak için kullanılır', 'error' => 'Hata', 'filastname_format' => 'Ad başharfi Soyad (jsmith@example.com)', @@ -116,6 +118,7 @@ Context | Request Context 'files' => 'Dosyalar', 'file_name' => 'Dosya', 'file_type' => 'Dosya Türü', + 'filesize' => 'File Size', 'file_uploads' => 'Dosya Yüklemeleri', 'file_upload' => 'Dosya Yükleme', 'generate' => 'Oluştur', @@ -195,6 +198,8 @@ Context | Request Context 'qty' => 'Miktar', 'quantity' => 'Miktar', 'quantity_minimum' => 'Asgari :count adet miktarın altındasınız yada neredeyse asgari miktar seviyesinin altındasınız', + 'quickscan_checkin' => 'Quick Scan Checkin', + 'quickscan_checkin_status' => 'Checkin Status', 'ready_to_deploy' => 'Atamaya Hazır', 'recent_activity' => 'Son Etkinlik', 'remaining' => 'Kalan', @@ -229,6 +234,7 @@ Context | Request Context 'show_current' => 'Mevcutu Göster', 'sign_in' => 'Oturum Aç', 'signature' => 'İmza', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Tema', 'slack_msg_note' => 'Bir slack mesajı gönderilecek', 'slack_test_msg' => 'Oo merhaba! Görünüşe göre Snipe-IT ile Slack entegrasyonunuz çalışıyor!', @@ -237,6 +243,7 @@ Context | Request Context 'state' => 'İlçe', 'status_labels' => 'Durum Etiketleri', 'status' => 'Durum', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Tedarikçi', 'suppliers' => 'Tedarikçiler', 'sure_to_delete' => 'Silmek istediğinize emin misiniz', @@ -350,4 +357,7 @@ Context | Request Context 'checkout_tooltip' => 'Öğenin çıkışını yapın', 'checkin_tooltip' => 'Öğenin girişini yapın', 'checkout_user_tooltip' => 'Öğenin kullanıcıya çıkışını yapın', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php index 2264585b48..4155adf3f8 100644 --- a/resources/lang/tr/validation.php +++ b/resources/lang/tr/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute biçim geçersiz.', 'unique_undeleted' => ':attribute benzersiz olmalıdır.', 'non_circular' => ':attribute döngüsel bir başvuru oluşturmamalıdır.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/uk/account/general.php b/resources/lang/uk/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/uk/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/uk/admin/hardware/message.php b/resources/lang/uk/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/uk/admin/hardware/message.php +++ b/resources/lang/uk/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/uk/admin/settings/general.php b/resources/lang/uk/admin/settings/general.php index 110b0ab3f5..8367c26638 100644 --- a/resources/lang/uk/admin/settings/general.php +++ b/resources/lang/uk/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Резервні копії', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/uk/admin/settings/table.php b/resources/lang/uk/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/uk/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/uk/admin/users/general.php b/resources/lang/uk/admin/users/general.php index 953266c235..f77fb5f050 100644 --- a/resources/lang/uk/admin/users/general.php +++ b/resources/lang/uk/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'View User :name', 'usercsv' => 'Файл CSV', 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled', - 'two_factor_active' => '2FA Active', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/uk/admin/users/table.php b/resources/lang/uk/admin/users/table.php index a41abfe004..3e6cfab716 100644 --- a/resources/lang/uk/admin/users/table.php +++ b/resources/lang/uk/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => '№ співробітника', '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Успадкувати', 'job' => 'Посада', diff --git a/resources/lang/uk/auth.php b/resources/lang/uk/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/uk/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/uk/general.php b/resources/lang/uk/general.php index 3f85d85bd0..8eb40c17ca 100644 --- a/resources/lang/uk/general.php +++ b/resources/lang/uk/general.php @@ -1,6 +1,6 @@ 'Аксесуари', 'activated' => 'Активоване', 'accessory' => 'Аксесуари', @@ -26,6 +26,7 @@ 'audit' => 'Аудит', 'audit_report' => 'Історія активності', 'assets' => 'Активи', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Видалити аватар', 'avatar_upload' => 'Завантажити аватар', 'back' => 'Назад', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'Файл', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Завантаження файлів', 'file_upload' => 'File Upload', 'generate' => 'Згенерувати', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Увійти', 'signature' => 'Підпис', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Статус', 'status_labels' => 'Status Labels', 'status' => 'Статус', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Постачальник', 'suppliers' => 'Постачальники', 'sure_to_delete' => 'Ви впевнені, що бажаєте видалити', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/uk/validation.php b/resources/lang/uk/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/uk/validation.php +++ b/resources/lang/uk/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ur-PK/account/general.php b/resources/lang/ur-PK/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/ur-PK/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/ur-PK/admin/hardware/message.php b/resources/lang/ur-PK/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/ur-PK/admin/hardware/message.php +++ b/resources/lang/ur-PK/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/ur-PK/admin/settings/general.php +++ b/resources/lang/ur-PK/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/ur-PK/admin/settings/table.php b/resources/lang/ur-PK/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/ur-PK/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/ur-PK/admin/users/general.php b/resources/lang/ur-PK/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/ur-PK/admin/users/general.php +++ b/resources/lang/ur-PK/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/ur-PK/admin/users/table.php b/resources/lang/ur-PK/admin/users/table.php index 9bbe883e19..e318d51545 100644 --- a/resources/lang/ur-PK/admin/users/table.php +++ b/resources/lang/ur-PK/admin/users/table.php @@ -10,7 +10,7 @@ return array( '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.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Inherit', 'job' => 'Job Title', diff --git a/resources/lang/ur-PK/auth.php b/resources/lang/ur-PK/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/ur-PK/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/ur-PK/general.php +++ b/resources/lang/ur-PK/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/ur-PK/validation.php b/resources/lang/ur-PK/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/ur-PK/validation.php +++ b/resources/lang/ur-PK/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/vi/account/general.php b/resources/lang/vi/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/vi/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/vi/admin/groups/titles.php b/resources/lang/vi/admin/groups/titles.php index 7d23ca2bee..e228042575 100644 --- a/resources/lang/vi/admin/groups/titles.php +++ b/resources/lang/vi/admin/groups/titles.php @@ -10,7 +10,7 @@ return [ 'group_admin' => 'Quản lý nhóm', 'allow' => 'Cho phép', 'deny' => 'Từ chối', - 'permission' => 'Permission', - 'grant' => 'Grant', - 'no_permissions' => 'This group has no permissions.' + 'permission' => 'Quyền', + 'grant' => 'Chấp thuận', + 'no_permissions' => 'Không có quyền trong nhóm này.' ]; diff --git a/resources/lang/vi/admin/hardware/general.php b/resources/lang/vi/admin/hardware/general.php index 99fc34ba20..5c216390cc 100644 --- a/resources/lang/vi/admin/hardware/general.php +++ b/resources/lang/vi/admin/hardware/general.php @@ -17,7 +17,7 @@ return [ 'requestable' => 'Cho phép đề xuất', 'requested' => 'Yêu cầu', 'not_requestable' => 'Not Requestable', - 'requestable_status_warning' => 'Do not change requestable status', + 'requestable_status_warning' => 'Không đổi trạng thái yêu cầu được', 'restore' => 'Phục hồi tài sản', 'pending' => 'Đang chờ', 'undeployable' => 'Không cho phép cấp phát', @@ -38,7 +38,7 @@ return [ 'csv_import_match_email' => 'Try to match users by email as username', 'csv_import_match_username' => 'Try to match users by username', 'error_messages' => 'Error messages:', - 'success_messages' => 'Success messages:', - 'alert_details' => 'Please see below for details.', + 'success_messages' => 'Thông báo thành công:', + 'alert_details' => 'Xem bên dưới để biết thêm chi tiết.', 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php index 3549f1adff..2b3ba2bc11 100644 --- a/resources/lang/vi/admin/hardware/message.php +++ b/resources/lang/vi/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Tài sản chưa được cập nhật. Bạn hãy thử lại', 'success' => 'Tài sản được cập nhật thành công.', 'nothing_updated' => 'Bạn đã không chọn trường nào vì thế đã không có gì được cập nhật.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/vi/admin/hardware/table.php b/resources/lang/vi/admin/hardware/table.php index 6a6d6e3896..7aced7a08e 100644 --- a/resources/lang/vi/admin/hardware/table.php +++ b/resources/lang/vi/admin/hardware/table.php @@ -4,11 +4,11 @@ return [ 'asset_tag' => 'Thẻ tài sản', 'asset_model' => 'Loại', - 'book_value' => 'Current Value', + 'book_value' => 'Giá trị hiện tại', 'change' => 'Vào/Ra', 'checkout_date' => 'Ngày checkout', 'checkoutto' => 'Đã checkout', - 'current_value' => 'Current Value', + 'current_value' => 'Giá trị hiện tại', 'diff' => 'Khác nhau', 'dl_csv' => 'Tải tập tin CSV xuống', 'eol' => 'EOL', @@ -23,8 +23,8 @@ return [ 'days_without_acceptance' => 'Những ngày không chấp nhận', 'monthly_depreciation' => 'Khấu hao tháng', 'assigned_to' => 'Assigned To', - 'requesting_user' => 'Requesting User', + 'requesting_user' => 'Người dùng đang yêu cầu', 'requested_date' => 'Requested Date', - 'changed' => 'Changed', + 'changed' => 'Đã thay đổi', 'icon' => 'Icon', ]; diff --git a/resources/lang/vi/admin/locations/table.php b/resources/lang/vi/admin/locations/table.php index ddfd4d416b..e4c7689c8f 100644 --- a/resources/lang/vi/admin/locations/table.php +++ b/resources/lang/vi/admin/locations/table.php @@ -20,19 +20,19 @@ return [ 'parent' => 'Parent', 'currency' => 'Tiền tệ địa phương', 'ldap_ou' => 'Tìm kiếm LDAP của OU', - 'user_name' => 'User Name', - 'department' => 'Department', - 'location' => 'Location', - 'asset_tag' => 'Assets Tag', - 'asset_name' => 'Name', - 'asset_category' => 'Category', - 'asset_manufacturer' => 'Manufacturer', + 'user_name' => 'Tài khoản', + 'department' => 'Bộ phận', + 'location' => 'Vị trí', + 'asset_tag' => 'Thẻ tài sản', + 'asset_name' => 'Tên', + 'asset_category' => 'Danh mục', + 'asset_manufacturer' => 'Nhà sản xuất', 'asset_model' => 'Model', - 'asset_serial' => 'Serial', - 'asset_location' => 'Location', + 'asset_serial' => 'Số Sê-ri', + 'asset_location' => 'Vị trí', 'asset_checked_out' => 'Checked Out', 'asset_expected_checkin' => 'Expected Checkin', - 'date' => 'Date:', + 'date' => 'Ngày:', 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php index 881af407cb..4c5ef68cff 100644 --- a/resources/lang/vi/admin/settings/general.php +++ b/resources/lang/vi/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Tiền tố (tùy chọn)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sao lưu', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Nhập một ngày hợp lệ LDAP tên người dùng và mật khẩu từ cơ sở DN bạn đã nêu trên để kiểm tra xem LDAP đăng nhập của bạn được cấu hình đúng. BẠN PHẢI LƯU THIẾT ĐẶT CẬP NHẬT LDAP CỦA BẠN ĐẦU TIÊN.', 'ldap_login_sync_help' => 'Này chỉ kiểm tra LDAP có thể đồng bộ một cách chính xác. Nếu truy vấn xác thực LDAP của bạn không đúng, người sử dụng vẫn không thể đăng nhập. BẠN PHẢI LƯU THIẾT ĐẶT CẬP NHẬT LDAP CỦA BẠN ĐẦU TIÊN.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Máy chủ LDAP', 'ldap_server_help' => 'Điều này sẽ bắt đầu với ldap: // (cho không mã hóa hoặc TLS) hoặc ldaps: // (cho SSL)', 'ldap_server_cert' => 'Xác thực giấy chứng nhận LDAP SSL', @@ -213,7 +215,7 @@ return [ 'value' => 'Giá trị', 'brand' => 'Xây dựng thương hiệu', 'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css', - 'brand_help' => 'Logo, Site Name', + 'brand_help' => 'Logo, Tên Website', 'web_brand' => 'Loại Thương Hiệu Web', 'about_settings_title' => 'Giới thiệu Cài đặt', 'about_settings_text' => 'Các cài đặt này cho phép bạn tuỳ chỉnh các khía cạnh nhất định trong quá trình cài đặt của bạn.', @@ -275,8 +277,8 @@ return [ 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', 'asset_tag_title' => 'Update Asset Tag Settings', - 'barcode_title' => 'Update Barcode Settings', - 'barcodes' => 'Barcodes', + 'barcode_title' => 'Cập nhật cài đặt mã vạch', + 'barcodes' => 'Mã vạch', 'barcodes_help_overview' => 'Barcode & QR settings', 'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.', 'barcodes_spinner' => 'Attempting to delete files...', @@ -292,23 +294,23 @@ return [ 'security_help' => 'Two-factor, Password Restrictions', 'groups_keywords' => 'permissions, permission groups, authorization', 'groups_help' => 'Account permission groups', - 'localization' => 'Localization', + 'localization' => 'Quốc gia', 'localization_title' => 'Update Localization Settings', 'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation', 'localization_help' => 'Language, date display', 'notifications' => 'Notifications', 'notifications_help' => 'Email alerts, audit settings', 'asset_tags_help' => 'Incrementing and prefixes', - 'labels' => 'Labels', + 'labels' => 'Nhãn', 'labels_title' => 'Update Label Settings', 'labels_help' => 'Label sizes & settings', 'purge' => 'Purge', - 'purge_keywords' => 'permanently delete', + 'purge_keywords' => 'xóa vĩnh viễn', 'purge_help' => 'Purge Deleted Records', 'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.', 'ldap_ad' => 'LDAP/AD', 'employee_number' => 'Employee Number', - 'create_admin_user' => 'Create a User ::', + 'create_admin_user' => 'Tạo người dùng ::', 'create_admin_success' => 'Success! Your admin user has been added!', 'create_admin_redirect' => 'Click here to go to your app login!', 'setup_migrations' => 'Database Migrations ::', diff --git a/resources/lang/vi/admin/settings/table.php b/resources/lang/vi/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/vi/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/vi/admin/users/general.php b/resources/lang/vi/admin/users/general.php index 0f9c1b95a3..eada36189d 100644 --- a/resources/lang/vi/admin/users/general.php +++ b/resources/lang/vi/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Xem người dùng :name', 'usercsv' => 'Tập tin CSV', 'two_factor_admin_optin_help' => 'Cài đặt quản trị hiện tại của bạn cho phép thực thi có chọn lọc xác thực hai yếu tố.', - 'two_factor_enrolled' => 'Thiết bị 2FA đã đăng ký', - 'two_factor_active' => '2FA Hoạt động', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/vi/admin/users/message.php b/resources/lang/vi/admin/users/message.php index a834719c99..cb57a5f647 100644 --- a/resources/lang/vi/admin/users/message.php +++ b/resources/lang/vi/admin/users/message.php @@ -13,7 +13,7 @@ return array( 'user_deleted_warning' => 'Người dùng này đã bị xóa. Bạn sẽ phải phục hồi người dùng này để chỉnh sửa nó hoặc khởi gán nó đến tài sản mới.', 'ldap_not_configured' => 'Tích hợp LDAP thì chưa được cấu hình cho cài đặt này.', 'password_resets_sent' => 'Những người dùng với trạng thái kích hoạt đã chọn và có địa chỉ email hợp lệ sẽ nhận được liên kết đặt lại mật khẩu.', - 'password_reset_sent' => 'A password reset link has been sent to :email!', + 'password_reset_sent' => 'Đường đẫn khôi phục mật khẩu được gửi đến :email!', 'success' => array( diff --git a/resources/lang/vi/admin/users/table.php b/resources/lang/vi/admin/users/table.php index 30515151d7..3c8399a54c 100644 --- a/resources/lang/vi/admin/users/table.php +++ b/resources/lang/vi/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => 'Mã nhân viên', 'first_name' => 'Họ và tên đệm', - 'groupnotes' => 'Lựa chọn một nhóm để gán đến người dùng, hãy nhớ rằng người dùng đó có quyền truy cập vào nhóm được gán.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Kế thừa', 'job' => 'Tiêu đề công việc', diff --git a/resources/lang/vi/auth.php b/resources/lang/vi/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/vi/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/vi/button.php b/resources/lang/vi/button.php index bd2a939e32..0c21726ece 100644 --- a/resources/lang/vi/button.php +++ b/resources/lang/vi/button.php @@ -8,17 +8,17 @@ return [ 'delete' => 'Xóa', 'edit' => 'Sửa', 'restore' => 'Khôi phục', - 'remove' => 'Remove', + 'remove' => 'Xóa', 'request' => 'Yêu cầu', 'submit' => 'Gửi', 'upload' => 'Tải lên', 'select_file' => 'Chọn tập tin...', 'select_files' => 'Chọn files...', 'generate_labels' => '{1} Nhãn Chung|[2,*] Nhiều Nhãn Chung', - 'send_password_link' => 'Send Password Reset Link', - 'go' => 'Go', + 'send_password_link' => 'Gửi Liên kết Đặt lại Mật khẩu', + 'go' => 'Thực hiện', 'bulk_actions' => 'Bulk Actions', 'add_maintenance' => 'Add Maintenance', 'append' => 'Append', - 'new' => 'New', + 'new' => 'Mới', ]; diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php index 79fea57825..6aac97f4d0 100644 --- a/resources/lang/vi/general.php +++ b/resources/lang/vi/general.php @@ -1,6 +1,6 @@ 'Phụ kiện', 'activated' => 'Kích hoạt', 'accessory' => 'Phụ kiện', @@ -26,6 +26,7 @@ 'audit' => 'Kiểm toán', 'audit_report' => 'Sổ ghi chép đánh giá', 'assets' => 'Tài sản', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Xóa hình đại diện', 'avatar_upload' => 'Tải lên hình đại diện', 'back' => 'Quay lại', @@ -98,7 +99,7 @@ 'email_format' => 'Định dạng Email', 'employee_number' => 'Employee Number', 'email_domain_help' => 'Địa chỉ này được sử dụng để tạo địa chỉ email khi nhập', - 'error' => 'Error', + 'error' => 'Lỗi', 'filastname_format' => 'Tên Họ Tên Đầu tiên (jsmith@example.com)', 'firstname_lastname_format' => 'Họ Tên Họ (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Tên họ (jane_smith@example.com)', @@ -114,6 +115,7 @@ 'files' => 'Các tập tin', 'file_name' => 'Tập tin', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Tải lên tập tin', 'file_upload' => 'File Upload', 'generate' => 'Tạo ra', @@ -201,16 +203,16 @@ 'remove_company' => 'Xóa Hiệp hội Công ty', 'reports' => 'Các báo cáo', 'restored' => 'khôi phục', - 'restore' => 'Restore', + 'restore' => 'Khôi phục', 'requestable_models' => 'Requestable Models', 'requested' => 'Đã yêu cầu', - 'requested_date' => 'Requested Date', + 'requested_date' => 'Ngày yêu cầu', 'requested_assets' => 'Requested Assets', 'requested_assets_menu' => 'Requested Assets', 'request_canceled' => 'Yêu cầu Đã Hủy', 'save' => 'Lưu', 'select' => 'Chọn', - 'select_all' => 'Select All', + 'select_all' => 'Chọn tất cả', 'search' => 'Tìm kiếm', 'select_category' => 'Chọn một danh mục', 'select_department' => 'Chọn một Phòng', @@ -229,6 +231,7 @@ 'show_current' => 'Xem hiện tại', 'sign_in' => 'Đăng nhập', 'signature' => 'Chữ ký', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Giao diện', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Có vẻ như tích hợp Slack của bạn với Snipe-IT đang hoạt động!', @@ -237,6 +240,7 @@ 'state' => 'Tỉnh/Thành phố', 'status_labels' => 'Tình trạng nhãn', 'status' => 'Tình trạng', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Nhà cung cấp', 'suppliers' => 'Nhà cung cấp', 'sure_to_delete' => 'Bạn có chắc chắn muốn xoá', @@ -270,11 +274,11 @@ 'zip' => 'Zip', 'noimage' => 'Không tìm thấy hình ảnh hoặc hình ảnh nào được tìm thấy.', 'token_expired' => 'Phiên họp mẫu của bạn đã hết hạn. Vui lòng thử lại.', - 'login_enabled' => 'Login Enabled', + 'login_enabled' => 'Cho phép đăng nhập', 'audit_due' => 'Due for Audit', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', - 'i_accept' => 'I accept', + 'i_accept' => 'Tôi đồng ý', 'i_decline' => 'I decline', 'accept_decline' => 'Accept/Decline', 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:', @@ -287,14 +291,14 @@ 'do_not_change' => 'Do Not Change', 'bug_report' => 'Report a Bug', 'user_manual' => 'User\'s Manual', - 'setup_step_1' => 'Step 1', - 'setup_step_2' => 'Step 2', - 'setup_step_3' => 'Step 3', - 'setup_step_4' => 'Step 4', + 'setup_step_1' => 'Bước 1', + 'setup_step_2' => 'Bước 2', + 'setup_step_3' => 'Bước 3', + 'setup_step_4' => 'Bước 4', 'setup_config_check' => 'Configuration Check', - 'setup_create_database' => 'Create Database Tables', - 'setup_create_admin' => 'Create Admin User', - 'setup_done' => 'Finished!', + 'setup_create_database' => 'Tạo bảng cơ sở dữ liệu', + 'setup_create_admin' => 'Tạo tài khoản quản trị', + 'setup_done' => 'Hoàn tất!', 'bulk_edit_about_to' => 'You are about to edit the following: ', 'checked_out' => 'Checked Out', 'checked_out_to' => 'Checked out to', @@ -303,7 +307,7 @@ 'due_to_checkin' => 'The following :count items are due to be checked in soon:', 'expected_checkin' => 'Expected Checkin', 'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.', - 'changed' => 'Changed', + 'changed' => 'Đã thay đổi', 'to' => 'To', 'report_fields_info' => '

Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.

If you would like to export only certain assets, use the options below to fine-tune your results.

', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php index da13df6aae..12faeea789 100644 --- a/resources/lang/vi/validation.php +++ b/resources/lang/vi/validation.php @@ -64,7 +64,7 @@ return [ 'string' => ':attribute phải ít nhất :min ký tự.', 'array' => 'Thuộc tính: phải có ít nhất: min items.', ], - 'starts_with' => 'The :attribute must start with one of the following: :values.', + 'starts_with' => 'Trường :attribute phải kết thúc bằng một trong những giá trị sau: :values', 'not_in' => ':attribute đã chọn không hợp lý.', 'numeric' => ':attribute phải là một số.', 'present' => 'Trường thuộc tính: phải có mặt.', @@ -91,6 +91,10 @@ return [ 'url' => 'Định dạng :attribute thì không hợp lý.', 'unique_undeleted' => 'Thuộc tính: phải là duy nhất.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/zh-CN/account/general.php b/resources/lang/zh-CN/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/zh-CN/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php index 0b56eb1d07..9019b39c19 100644 --- a/resources/lang/zh-CN/admin/hardware/message.php +++ b/resources/lang/zh-CN/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => '资产更新失败,请重试。', 'success' => '资产更新成功。', 'nothing_updated' => '一个也没有选,所以什么也不会更新。', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index 00e8173842..deb021d99e 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => '前缀(可选)', 'auto_incrementing_help' => '先启用自动递增资产标签来设置这个', 'backups' => '备份', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => '从备份中还原', 'backups_upload' => '上传备份', 'backups_path' => '服务器上的备份存储在 :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP 客户端TLS 密钥', 'ldap_login_test_help' => '根据你指定的base DN,输入有效的LDAP用户名和密码,以测试您的LDAP登录是否配置正确。当然您必须先保存您更改的LDAP设置。', 'ldap_login_sync_help' => '这只证明了LDAP同步正确。如果您的LDAP身份验证查询设置不正确,用户可能仍然无法登录。当然您必须先保存您的LDAP设置。', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP 服务器', 'ldap_server_help' => '这应以ldap:// (for unencrypted or TLS)或 ldaps:// (for SSL)开头', 'ldap_server_cert' => '检验LDAP的SSL证书', diff --git a/resources/lang/zh-CN/admin/settings/table.php b/resources/lang/zh-CN/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/zh-CN/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/zh-CN/admin/users/general.php b/resources/lang/zh-CN/admin/users/general.php index 4130eb53a5..ba6ecb97bf 100644 --- a/resources/lang/zh-CN/admin/users/general.php +++ b/resources/lang/zh-CN/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => '查看用户: :name', 'usercsv' => 'CSV 档案', 'two_factor_admin_optin_help' => '您当前的管理员设置允许使用双重认证。 ', - 'two_factor_enrolled' => '双重认证设备登记', - 'two_factor_active' => '启用双重认证', - 'user_deactivated' => '用户已取消激活', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => '不要改变激活状态', 'group_memberships_helpblock' => '只有超级管理员可以编辑群组成员。', 'superadmin_permission_warning' => '只有超级管理员可以授予用户超级管理员访问权限。', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => '您将要删除下列 :count 用户。超级管理员名称高亮为红色。', 'update_user_asssets_status' => '将这些用户的所有资源更新到此状态', 'checkin_user_properties' => '归还与这些用户相关的所有资产', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/zh-CN/admin/users/table.php b/resources/lang/zh-CN/admin/users/table.php index b403fc6f1a..d196900b02 100644 --- a/resources/lang/zh-CN/admin/users/table.php +++ b/resources/lang/zh-CN/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => '邮箱', 'employee_num' => '员工号', 'first_name' => '名', - 'groupnotes' => '请选择一个组给用户,注意,用户将拥有该组的所有权限。', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => '编号', 'inherit' => '继承', 'job' => '职位名称', diff --git a/resources/lang/zh-CN/auth.php b/resources/lang/zh-CN/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/zh-CN/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index c3f28411d1..6f15549c89 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -1,6 +1,6 @@ '附属品', 'activated' => '已激活', 'accessory' => '附属品', @@ -26,6 +26,7 @@ 'audit' => '审计', 'audit_report' => '审核日志', 'assets' => '资产', + 'assigned_to' => '借出给:name的资产', 'avatar_delete' => '删除头像', 'avatar_upload' => '上传头像', 'back' => '后退', @@ -114,6 +115,7 @@ 'files' => '文件', 'file_name' => '文件', 'file_type' => '文件类型', + 'filesize' => 'File Size', 'file_uploads' => '文件上传', 'file_upload' => '文件上传', 'generate' => '生成', @@ -229,6 +231,7 @@ 'show_current' => '查看当前', 'sign_in' => '登录', 'signature' => '签名', + 'signed_off_by' => '管理员签名', 'skin' => '主题', 'slack_msg_note' => '将发送一条slack消息', 'slack_test_msg' => '哦哈!看起来 Slack 已经成功应用到 Snipe-IT 了!', @@ -237,6 +240,7 @@ 'state' => '省份', 'status_labels' => '状态标签', 'status' => '状态', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => '供应商', 'suppliers' => '供应商', 'sure_to_delete' => '是否确认要删除', @@ -350,4 +354,7 @@ 'checkout_tooltip' => '借出此物品', 'checkin_tooltip' => '归还此物品', 'checkout_user_tooltip' => '借出此物品给一个用户', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index e38bb356b8..8646d74490 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute 格式无效', 'unique_undeleted' => ':attribute 属性必须唯一。', 'non_circular' => ':attribute 不能创建循环引用。', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/zh-HK/account/general.php b/resources/lang/zh-HK/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/zh-HK/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/zh-HK/admin/hardware/message.php b/resources/lang/zh-HK/admin/hardware/message.php index 8c8e323a73..d2214ce00c 100644 --- a/resources/lang/zh-HK/admin/hardware/message.php +++ b/resources/lang/zh-HK/admin/hardware/message.php @@ -17,6 +17,7 @@ return [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php index 6bbab229e3..2a30f02338 100644 --- a/resources/lang/zh-HK/admin/settings/general.php +++ b/resources/lang/zh-HK/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', diff --git a/resources/lang/zh-HK/admin/settings/table.php b/resources/lang/zh-HK/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/zh-HK/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/zh-HK/admin/users/general.php b/resources/lang/zh-HK/admin/users/general.php index 3237c065cd..03897b7eb5 100644 --- a/resources/lang/zh-HK/admin/users/general.php +++ b/resources/lang/zh-HK/admin/users/general.php @@ -22,9 +22,10 @@ return [ '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', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/zh-HK/admin/users/table.php b/resources/lang/zh-HK/admin/users/table.php index ed261f406f..e318d51545 100644 --- a/resources/lang/zh-HK/admin/users/table.php +++ b/resources/lang/zh-HK/admin/users/table.php @@ -1,38 +1,38 @@ '啟用', - 'allow' => '允許', - 'checkedout' => '資產', - 'created_at' => '新增於', - 'createuser' => '新增使用者', - 'deny' => '拒絕', + 'activated' => 'Active', + 'allow' => 'Allow', + 'checkedout' => 'Assets', + 'created_at' => 'Created', + 'createuser' => 'Create User', + 'deny' => 'Deny', 'email' => 'Email', - 'employee_num' => '員工編號', - 'first_name' => '名', - 'groupnotes' => '請選擇一個群組給使用者,注意,使用者將擁有該群組的所有權限。', - 'id' => 'ID', - 'inherit' => '繼承', - 'job' => '職稱', - 'last_login' => '上次登入', - 'last_name' => '姓氏', - 'location' => '位置', - 'lock_passwords' => '不能修改登入資料', - 'manager' => '主管', - 'managed_locations' => '管理位置', - 'name' => '名字', - 'notes' => '備註', - 'password_confirm' => '確認密碼', - 'password' => '密碼', - 'phone' => '電話', - 'show_current' => '顯示當前使用者', - 'show_deleted' => '顯示已刪除使用者', - 'title' => '職稱', - 'to_restore_them' => '將它們還原。', - 'updateuser' => '更新使用者', - 'username' => '使用者名稱', - 'user_deleted_text' => '此使用者已被標記為刪除。', - 'username_note' => '(這是用來綁定 Active Directory,非用來登入)', - 'cloneuser' => '複製使用者', - 'viewusers' => '檢視使用者', + '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. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', + '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/zh-HK/auth.php b/resources/lang/zh-HK/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/zh-HK/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php index 0e38b21939..5d67d5d673 100644 --- a/resources/lang/zh-HK/general.php +++ b/resources/lang/zh-HK/general.php @@ -1,6 +1,6 @@ 'Accessories', 'activated' => 'Activated', 'accessory' => 'Accessory', @@ -26,6 +26,7 @@ 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Delete Avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Back', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'File Uploads', 'file_upload' => 'File Upload', 'generate' => 'Generate', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'sure_to_delete' => 'Are you sure you wish to delete', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/zh-HK/validation.php b/resources/lang/zh-HK/validation.php index 72b465f211..5f097b717c 100644 --- a/resources/lang/zh-HK/validation.php +++ b/resources/lang/zh-HK/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/zh-TW/account/general.php b/resources/lang/zh-TW/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/zh-TW/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php index 442343f2de..e689e8c173 100644 --- a/resources/lang/zh-TW/admin/hardware/message.php +++ b/resources/lang/zh-TW/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => '更新資產失敗,請重試。', 'success' => '更新資產成功。', 'nothing_updated' => '沒有欄位被選擇,因此沒有更新任何內容。', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 80182b5f55..9c4edc6ded 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => '前綴(可選)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => '備份', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => '從上方指定的 DN 中輸入有效的 LDAP 使用者名和密碼, 以測試是否正確配置了 LDAP 登錄。您必須先保存更新的 LDAP 設置。', 'ldap_login_sync_help' => '這僅測試 LDAP 可以正確同步。如果 LDAP 身份驗證查詢不正確, 使用者可能仍無法登錄。您必須先保存更新的 LDAP 設置。', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'LDAP伺服器', 'ldap_server_help' => '這應以 ldap:// (未加密或TLS加密) 或 ldaps:// (SSL加密) 開頭', 'ldap_server_cert' => '檢查LDAP的SSL憑證', diff --git a/resources/lang/zh-TW/admin/settings/table.php b/resources/lang/zh-TW/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/zh-TW/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/zh-TW/admin/users/general.php b/resources/lang/zh-TW/admin/users/general.php index 266b484040..029f6ea254 100644 --- a/resources/lang/zh-TW/admin/users/general.php +++ b/resources/lang/zh-TW/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => '檢視使用者: :name', 'usercsv' => 'CSV 檔', 'two_factor_admin_optin_help' => '您當前的管理員設置允許使用雙因素身份驗證。', - 'two_factor_enrolled' => '雙因素認證設備登記', - 'two_factor_active' => '啟用雙因素認證', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/zh-TW/admin/users/table.php b/resources/lang/zh-TW/admin/users/table.php index ed261f406f..68997d36bb 100644 --- a/resources/lang/zh-TW/admin/users/table.php +++ b/resources/lang/zh-TW/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'Email', 'employee_num' => '員工編號', 'first_name' => '名', - 'groupnotes' => '請選擇一個群組給使用者,注意,使用者將擁有該群組的所有權限。', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'ID', 'inherit' => '繼承', 'job' => '職稱', diff --git a/resources/lang/zh-TW/auth.php b/resources/lang/zh-TW/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/zh-TW/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index f83c9e3f7d..c93bb71171 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -1,6 +1,6 @@ '配件', 'activated' => '已啟用', 'accessory' => '配件', @@ -26,6 +26,7 @@ 'audit' => '稽核', 'audit_report' => '稽核記錄', 'assets' => '資產', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => '刪除頭像', 'avatar_upload' => '上傳頭像', 'back' => '返回', @@ -114,6 +115,7 @@ 'files' => '檔案', 'file_name' => '檔案', 'file_type' => '檔案類型', + 'filesize' => 'File Size', 'file_uploads' => '上傳檔案', 'file_upload' => 'File Upload', 'generate' => '產生', @@ -229,6 +231,7 @@ 'show_current' => '顯示當前', 'sign_in' => '登入', 'signature' => '簽名', + 'signed_off_by' => 'Signed Off By', 'skin' => '主題', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => '看起來 Slack 已成功整合到 Snipe-IT 了!', @@ -237,6 +240,7 @@ 'state' => '省份', 'status_labels' => '狀態標籤', 'status' => '狀態', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => '供應商', 'suppliers' => '供應商', 'sure_to_delete' => '您確定要刪除嗎?', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 413b6fe0f1..8f5d7e5d6a 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -91,6 +91,10 @@ return [ 'url' => ':attribute 格式不正確', 'unique_undeleted' => ':attribute 必須是唯一值', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |-------------------------------------------------------------------------- diff --git a/resources/lang/zu/account/general.php b/resources/lang/zu/account/general.php new file mode 100644 index 0000000000..7fc060a849 --- /dev/null +++ b/resources/lang/zu/account/general.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +); diff --git a/resources/lang/zu/admin/hardware/message.php b/resources/lang/zu/admin/hardware/message.php index 3698539b57..9a60bd0bf3 100644 --- a/resources/lang/zu/admin/hardware/message.php +++ b/resources/lang/zu/admin/hardware/message.php @@ -16,6 +16,7 @@ return [ 'error' => 'Ifa alizange libuyekezwe, sicela uzame futhi', 'success' => 'Ifa libuyekezwe ngempumelelo.', 'nothing_updated' => 'Awekho amasimu akhethiwe, ngakho-ke akukho lutho olubuyekeziwe.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [ diff --git a/resources/lang/zu/admin/settings/general.php b/resources/lang/zu/admin/settings/general.php index ec402ca4fe..7da97333be 100644 --- a/resources/lang/zu/admin/settings/general.php +++ b/resources/lang/zu/admin/settings/general.php @@ -28,6 +28,7 @@ return [ 'auto_increment_prefix' => 'Isiqalo (okukhethwa kukho)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Izipele', + 'backups_help' => 'Create, download, and restore backups ', 'backups_restoring' => 'Restoring from Backup', 'backups_upload' => 'Upload Backup', 'backups_path' => 'Backups on the server are stored in :path', @@ -84,6 +85,7 @@ return [ 'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', 'ldap_server' => 'Iseva ye-LDAP', 'ldap_server_help' => 'Lokhu kufanele kuqale nge-ldap: // (for uncrypted or TLS) noma ldaps: // (for SSL)', 'ldap_server_cert' => 'Ukuqinisekiswa kwesitifiketi se-LDAP SSL', diff --git a/resources/lang/zu/admin/settings/table.php b/resources/lang/zu/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/zu/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/zu/admin/users/general.php b/resources/lang/zu/admin/users/general.php index 6b0c61b669..9e819ca740 100644 --- a/resources/lang/zu/admin/users/general.php +++ b/resources/lang/zu/admin/users/general.php @@ -22,9 +22,10 @@ return [ 'view_user' => 'Buka umsebenzisi: igama', 'usercsv' => 'Ifayela le-CSV', 'two_factor_admin_optin_help' => 'Izilungiselelo zakho zamanje zomlawuli zivumela ukusethwa okukhethiwe kokuqinisekiswa kwezinto ezimbili.', - 'two_factor_enrolled' => 'I-2FA Idivayisi ibhalisiwe', - 'two_factor_active' => 'I-2FA isebenza', - 'user_deactivated' => 'User is de-activated', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', @@ -34,4 +35,8 @@ return [ 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'update_user_asssets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', + 'not_remote_label' => 'This is not a remote user', ]; diff --git a/resources/lang/zu/admin/users/table.php b/resources/lang/zu/admin/users/table.php index e651d6d768..c67b902a50 100644 --- a/resources/lang/zu/admin/users/table.php +++ b/resources/lang/zu/admin/users/table.php @@ -10,7 +10,7 @@ return array( 'email' => 'I-imeyili', 'employee_num' => 'I-Employee No.', 'first_name' => 'Igama', - 'groupnotes' => 'Khetha iqembu ukuze ulinike umsebenzisi, khumbula ukuthi umsebenzisi uthatha izimvume zeqembu abelwe zona.', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', 'id' => 'Id', 'inherit' => 'Ifa', 'job' => 'Isihloko somsebenzi', diff --git a/resources/lang/zu/auth.php b/resources/lang/zu/auth.php new file mode 100644 index 0000000000..db310aa1bb --- /dev/null +++ b/resources/lang/zu/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +); diff --git a/resources/lang/zu/general.php b/resources/lang/zu/general.php index a018e56879..ec935378ec 100644 --- a/resources/lang/zu/general.php +++ b/resources/lang/zu/general.php @@ -1,6 +1,6 @@ 'Izesekeli', 'activated' => 'Kuvunyelwe', 'accessory' => 'Ukufinyelela', @@ -26,6 +26,7 @@ 'audit' => 'I-Audit', 'audit_report' => 'I-Audit Log', 'assets' => 'Amafa', + 'assigned_to' => 'Assigned to :name', 'avatar_delete' => 'Susa i-Avatar', 'avatar_upload' => 'Layisha i-Avatar', 'back' => 'Emuva', @@ -114,6 +115,7 @@ 'files' => 'Files', 'file_name' => 'Ifayela', 'file_type' => 'File Type', + 'filesize' => 'File Size', 'file_uploads' => 'Ukulayishwa kwamafayela', 'file_upload' => 'File Upload', 'generate' => 'Qalisa', @@ -229,6 +231,7 @@ 'show_current' => 'Show Current', 'sign_in' => 'Ngena ngemvume', 'signature' => 'Isiginesha', + 'signed_off_by' => 'Signed Off By', 'skin' => 'Skin', 'slack_msg_note' => 'A slack message will be sent', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', @@ -237,6 +240,7 @@ 'state' => 'Isimo', 'status_labels' => 'Amalebula wesimo', 'status' => 'Isimo', + 'accept_eula' => 'Acceptance Agreement', 'supplier' => 'Umphakeli', 'suppliers' => 'Abahlinzeki', 'sure_to_delete' => 'Uqinisekile ukuthi ufisa ukususa', @@ -350,4 +354,7 @@ 'checkout_tooltip' => 'Check this item out', 'checkin_tooltip' => 'Check this item in', 'checkout_user_tooltip' => 'Check this item out to a user', -]; + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', +]; \ No newline at end of file diff --git a/resources/lang/zu/validation.php b/resources/lang/zu/validation.php index 901a82dce5..8bee5d0d13 100644 --- a/resources/lang/zu/validation.php +++ b/resources/lang/zu/validation.php @@ -91,6 +91,10 @@ return [ 'url' => 'I: ifomethi yokwaziswa ayivumelekile.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'gte' => [ + 'numeric' => 'Value cannot be negative' + ], + /* |--------------------------------------------------------------------------