diff --git a/resources/lang/af/admin/custom_fields/general.php b/resources/lang/af/admin/custom_fields/general.php index 8022ffdcb0..ae91eb9cda 100644 --- a/resources/lang/af/admin/custom_fields/general.php +++ b/resources/lang/af/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/af/admin/custom_fields/message.php b/resources/lang/af/admin/custom_fields/message.php index b52f9bb43f..3280b8ca6c 100644 --- a/resources/lang/af/admin/custom_fields/message.php +++ b/resources/lang/af/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/af/admin/hardware/form.php b/resources/lang/af/admin/hardware/form.php index 04e4df9e9f..f7fa6278cf 100644 --- a/resources/lang/af/admin/hardware/form.php +++ b/resources/lang/af/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/af/admin/users/general.php b/resources/lang/af/admin/users/general.php index 8dfea3a116..41079575d5 100644 --- a/resources/lang/af/admin/users/general.php +++ b/resources/lang/af/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Laaste Aanmelding', 'ldap_config_text' => 'LDAP-konfigurasie-instellings kan Admin> Instellings gevind word. Die (opsionele) gekose ligging sal vir alle ingevoerde gebruikers gestel word.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Sagteware Uitgesoek na: naam', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Sien gebruiker: naam', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/af/general.php b/resources/lang/af/general.php index 6811674021..f4627b2f74 100644 --- a/resources/lang/af/general.php +++ b/resources/lang/af/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Skep nuwe', 'created' => 'Item geskep', 'created_asset' => 'geskep bate', - 'created_at' => 'Geskep op', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Opgedateer op', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Dit word gebruik om e-posadresse te genereer wanneer u dit invoer', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Eerste Voorletter (jsmith@voorbeeld.com)', 'firstname_lastname_format' => 'Vir Naam Van (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Un-verbintenis', 'unknown_admin' => 'Onbekende Admin', 'username_format' => 'Gebruikernaam', + 'username' => 'Username', 'update' => 'Opdateer', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'opgelaai', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/af/passwords.php b/resources/lang/af/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/af/passwords.php +++ b/resources/lang/af/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/af/reminders.php b/resources/lang/af/reminders.php index c8c030ffa9..1e8ac77a51 100644 --- a/resources/lang/af/reminders.php +++ b/resources/lang/af/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Wagwoorde moet ses karakters wees en ooreenstem met die bevestiging.", - "user" => "Gebruikersnaam of e-posadres is verkeerd", - - "token" => "Hierdie wagwoord-reset-token is ongeldig.", - - "sent" => "As 'n ooreenstemmende e-posadres gevind is, is 'n wagwoordherinnering gestuur!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php index 6ee3e716e8..f2c3357a04 100644 --- a/resources/lang/af/validation.php +++ b/resources/lang/af/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Die: Attribuutformaat is ongeldig.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/am/admin/custom_fields/general.php b/resources/lang/am/admin/custom_fields/general.php index 4c7442b2d5..7434117830 100644 --- a/resources/lang/am/admin/custom_fields/general.php +++ b/resources/lang/am/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/am/admin/custom_fields/message.php b/resources/lang/am/admin/custom_fields/message.php index ed66a6ba16..43ba821821 100644 --- a/resources/lang/am/admin/custom_fields/message.php +++ b/resources/lang/am/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/am/admin/hardware/form.php b/resources/lang/am/admin/hardware/form.php index 0c1a3167be..b2d7bab0fc 100644 --- a/resources/lang/am/admin/hardware/form.php +++ b/resources/lang/am/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/am/admin/users/general.php b/resources/lang/am/admin/users/general.php index 03897b7eb5..c77ff8f8c7 100644 --- a/resources/lang/am/admin/users/general.php +++ b/resources/lang/am/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Last Login', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Checked out to :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'View User :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/am/general.php b/resources/lang/am/general.php index 5d67d5d673..c4d2798035 100644 --- a/resources/lang/am/general.php +++ b/resources/lang/am/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Create New', 'created' => 'Item Created', 'created_asset' => 'created asset', - 'created_at' => 'Created at', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'This is used to generate email addresses when importing', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Un-deployable', 'unknown_admin' => 'Unknown Admin', 'username_format' => 'Username Format', + 'username' => 'Username', 'update' => 'Update', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/am/passwords.php b/resources/lang/am/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/am/passwords.php +++ b/resources/lang/am/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/am/reminders.php b/resources/lang/am/reminders.php index e7a476e3a2..8a197467df 100644 --- a/resources/lang/am/reminders.php +++ b/resources/lang/am/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Passwords must be six characters and match the confirmation.", - "user" => "Username or email address is incorrect", - - "token" => "This password reset token is invalid.", - - "sent" => "If a matching email address was found, a password reminder has been sent!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/am/validation.php b/resources/lang/am/validation.php index 5f097b717c..e7a87aed07 100644 --- a/resources/lang/am/validation.php +++ b/resources/lang/am/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/ar/admin/custom_fields/general.php b/resources/lang/ar/admin/custom_fields/general.php index e4865630c4..156f78cab1 100644 --- a/resources/lang/ar/admin/custom_fields/general.php +++ b/resources/lang/ar/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'يجب أن تكون هذه القيمة فريدة من نوعها عبر جميع الأصول', 'unique' => 'غير مكرر', ]; diff --git a/resources/lang/ar/admin/custom_fields/message.php b/resources/lang/ar/admin/custom_fields/message.php index 44ff697900..60d970e4f7 100644 --- a/resources/lang/ar/admin/custom_fields/message.php +++ b/resources/lang/ar/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/ar/admin/hardware/form.php b/resources/lang/ar/admin/hardware/form.php index 75748eb05e..122088cb95 100644 --- a/resources/lang/ar/admin/hardware/form.php +++ b/resources/lang/ar/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php index 52fc3f6afe..1effea67dd 100644 --- a/resources/lang/ar/admin/users/general.php +++ b/resources/lang/ar/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'آخر دخول للمستخدم', 'ldap_config_text' => 'يمكن العثور على إعدادات تهيئة لداب المشرف> الإعدادات. سيتم تعيين الموقع (اختياري) المحدد لجميع المستخدمين الذين تم استيرادهم.', 'print_assigned' => 'طباعة كل الممتلكات', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'البرامج المخرجة الى: :name', 'send_email_help' => 'يجب عليك توفير عنوان بريد إلكتروني لهذا المستخدم لإرسال بيانات اعتماده. لا يمكن إرسال بيانات الاعتماد البريدية إلا عند إنشاء المستخدم. يتم تخزين كلمات المرور في تجزئة ذات اتجاه واحد ولا يمكن استرجاعها بمجرد الحفظ.', 'view_user' => 'عرض المستخدم :name', @@ -33,7 +35,7 @@ return [ 'remove_group_memberships' => 'Remove Group Memberships', 'warning_deletion' => 'تحذير:', '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', + 'update_user_assets_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', diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php index fca276735d..017c3a5f88 100644 --- a/resources/lang/ar/general.php +++ b/resources/lang/ar/general.php @@ -26,7 +26,7 @@ return [ 'audit' => 'تدقيق', 'audit_report' => 'سجل التدقيق', 'assets' => 'الأصول', - 'assigned_to' => 'Assigned to :name', + 'assigned_to' => 'مسنَدة إلى :name', 'avatar_delete' => 'حذف الصورة الرمزية', 'avatar_upload' => 'رفع صورة رمزية', 'back' => 'الرجوع للخلف', @@ -65,7 +65,8 @@ return [ 'create' => 'إضافة', 'created' => 'تم إنشاء العنصر', 'created_asset' => 'الأصول المضافة', - 'created_at' => 'أنشئت في', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'إنشاء سجل', 'updated_at' => 'تم التحديث في', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'رقم الموظف', 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد', 'error' => 'خطأ', + 'example' => 'Example: ', 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)', 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'الاسم الأول الاسم الأخير (jane_smith@example.com)', @@ -115,7 +117,7 @@ return [ 'files' => 'الملفات', 'file_name' => 'ملف', 'file_type' => 'نوع الملف', - 'filesize' => 'File Size', + 'filesize' => 'حجم الملف', 'file_uploads' => 'تحميلات الملفات', 'file_upload' => 'رفع الملف', 'generate' => 'توفير', @@ -130,7 +132,7 @@ return [ 'image' => 'صورة', 'image_delete' => 'حذف الصورة', 'image_upload' => 'رفع صورة', - 'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', + 'filetypes_accepted_help' => 'نوع الملف المقبول هو :types. الحد الأقصى لحجم التحميل المسموح به هو :size.|أنواع الملف المقبول هي :types. الحد الأقصى لحجم التحميل المسموح به هو :size.', 'filetypes_size_help' => 'الحد الأقصى لحجم الرفع المسموح به هو :size.', 'image_filetypes_help' => 'أنواع الملفات المقبولة هي jpg، webpp، png، gif، svg. الحد الأقصى المسموح به للتحميل هو :size.', 'import' => 'استيراد', @@ -167,7 +169,7 @@ return [ 'manufacturers' => 'الشركات المصنعة', 'markdown' => 'يتيح هذا الحقل بتطبيق نمط الكتابة من Github.', 'min_amt' => 'دقيقة. الكمية', - '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' => 'الحد الأدنى لعدد العناصر التي ينبغي أن تكون متاحة قبل بدء تشغيل التنبيه. اترك حقل الحد الأدنى للكمية فارغا إذا كنت لا تريد تلقي تنبيهات للمخزون المنخفض.', 'model_no' => 'رقم الموديل', 'months' => 'أشهر', 'moreinfo' => 'المزيد من المعلومات', @@ -231,22 +233,22 @@ return [ 'show_current' => 'اظهار الحالي', 'sign_in' => 'تسجيل الدخول', 'signature' => 'التوقيع', - 'signed_off_by' => 'Signed Off By', + 'signed_off_by' => 'تم توقيعه من قبل', 'skin' => 'المظهر', - 'slack_msg_note' => 'A slack message will be sent', + 'slack_msg_note' => 'سيتم إرسال رسالة التراخي', 'slack_test_msg' => 'مرحباً! يبدو أن التكامل مع Slack مع Snipe-IT يعمل!', 'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.', 'site_name' => 'إسم الموقع', 'state' => 'المنطقة / الولاية', 'status_labels' => 'تسميات الحالة', 'status' => 'الحالة', - 'accept_eula' => 'Acceptance Agreement', + 'accept_eula' => 'اتفاقية القبول', 'supplier' => 'المورد', 'suppliers' => 'الموردون', 'sure_to_delete' => 'هل تريد بالتأكيد حذفها', 'submit' => 'عرض', 'target' => 'استهداف', - 'toggle_navigation' => 'Toogle Navigation', + 'toggle_navigation' => 'تبديل القائمة', 'time_and_date_display' => 'عرض الوقت والتاريخ', 'total_assets' => 'إجمالي الأصول', 'total_licenses' => 'مجموع التراخيص', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'غير قابلة للتوزيع', 'unknown_admin' => 'إداري غير معروف', 'username_format' => 'تنسيق اسم المستخدم', + 'username' => 'Username', 'update' => 'تحديث', 'upload_filetypes_help' => 'أنواع الملفات المسموح بها هي png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. الحد الأقصى المسموح به هو :size.', 'uploaded' => 'تم تحميلها', @@ -266,7 +269,7 @@ return [ 'users' => 'المستخدمين', 'viewall' => 'عرض الكل', 'viewassets' => 'عرض الأصول المخرجة', - 'viewassetsfor' => 'View Assets for :name', + 'viewassetsfor' => 'عرض الأصول لـ :name', 'website' => 'الموقع', 'welcome' => 'مرحباً :name', 'years' => 'سنوات', @@ -300,46 +303,46 @@ return [ 'setup_create_admin' => 'إنشاء مستخدم مسؤول', 'setup_done' => 'إنتهى!', 'bulk_edit_about_to' => 'أنت على وشك تحرير ما يلي: ', - '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', + 'checked_out' => 'استعارة', + 'checked_out_to' => 'مستعارة من قبل', + 'fields' => 'حقول', + 'last_checkout' => 'أخر اخراج', + 'due_to_checkin' => 'موعد ترجيع عدد :count التالي من العناصر في soon:', + 'expected_checkin' => 'موعد الترجيع المحتمل', + 'reminder_checked_out_items' => 'هذا تذكير بالعناصر التي تم إعارتها لك حاليا. إذا كنت تشعر بأن هذه القائمة غير دقيقة (شيء مفقود، أو شيء يظهر هنا تعتقد أنك لم تستلمه أبداً)، يرجى إرسال بريد إلكتروني إلى :reply_to_name على :reply_to_address.', + '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', + 'improvements' => 'التحسينات', + 'information' => 'معلومات', + 'permissions' => 'الأذونات', 'managed_ldap' => '(Managed via LDAP)', - 'export' => 'Export', + 'export' => 'تصدير', 'ldap_sync' => 'LDAP Sync', 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', - 'sync_results' => 'Synchronization Results', - 'license_serial' => 'Serial/Product Key', - 'invalid_category' => 'Invalid 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_accessory' => 'New Accessory', - 'new_consumable' => 'New Consumable', - 'collapse' => 'Collapse', - 'assigned' => 'Assigned', - 'asset_count' => 'Asset Count', - 'accessories_count' => 'Accessories Count', - 'consumables_count' => 'Consumables Count', - 'components_count' => 'Components Count', - 'licenses_count' => 'Licenses Count', + 'synchronize' => 'مزامنة', + 'sync_results' => 'نتائج المزامنة', + 'license_serial' => 'مفتاح السلسلة / المنتج', + 'invalid_category' => 'فئة غير صالحة', + 'dashboard_info' => 'هذه هي لوحة التحكم الخاصة بك. هناك العديد من هذه اللوحة، ولكن هذه اللوحة لك.', + '60_percent_warning' => 'تم اكمال 60% (تحذير)', + 'dashboard_empty' => 'يبدو أنك لم تضف أي شيء حتى الآن، لذلك ليس لدينا أي شيء رائع لعرضه. ابدأ بإضافة بعض الأصول، الملحقات، المواد الاستهلاكية، أو التراخيص الآن!', + 'new_asset' => 'أصل جديد', + 'new_license' => 'ترخيص جديد', + 'new_accessory' => 'ملحق الجودة', + 'new_consumable' => 'مادة إستهلاكية جديدة', + 'collapse' => 'اخفاء', + 'assigned' => 'مسندة', + 'asset_count' => 'عدد الأصول', + 'accessories_count' => 'عدد الملحقات', + 'consumables_count' => 'عدد المواد المستهلكة', + 'components_count' => 'عدد المكونات', + 'licenses_count' => 'عدد التراخيص', 'notification_error' => 'Error:', - 'notification_error_hint' => 'Please check the form below for errors', + 'notification_error_hint' => 'الرجاء التحقق من الاخطاء بالنموذج أدناه', 'notification_success' => 'Success:', 'notification_warning' => 'Warning:', 'notification_info' => 'Info:', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/ar/passwords.php b/resources/lang/ar/passwords.php index 5ff18d4b23..25633b4581 100644 --- a/resources/lang/ar/passwords.php +++ b/resources/lang/ar/passwords.php @@ -1,6 +1,8 @@ 'تم بنجاح: إذا كان عنوان البريد الإلكتروني هذا موجودًا في نظامنا ، فقد تم إرسال بريد إلكتروني لاستعادة كلمة المرور.', - 'user' => 'لم يتم العثور على اسم مستخدم فعّال مرتبط بعنوان ذلك البريد الالكتروني.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/ar/reminders.php b/resources/lang/ar/reminders.php index 9f5848a50c..8f891dddce 100644 --- a/resources/lang/ar/reminders.php +++ b/resources/lang/ar/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "كلمة المرور يجب أن تتكون من ستة خانات وتكون متطابقة مع خانة التأكيد.", - "user" => "إسم المستخدم أو كلمة المرور غير صحيحة", - - "token" => "رمز إعادة ضبط كلمة المرور غير مقبول.", - - "sent" => "إذا وجد بريد إلكتروني مطابق، تم إرسال التذكير بكلمة المرور!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php index 97945b1ebf..097fb8be06 100644 --- a/resources/lang/ar/validation.php +++ b/resources/lang/ar/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'ان تنسيق :attribute غير صالح.', 'unique_undeleted' => ':attribute يجب ان تكون فريدة.', 'non_circular' => 'يجب ألا تنشئ السمة مرجعًا دائريًا.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/bg/admin/custom_fields/general.php b/resources/lang/bg/admin/custom_fields/general.php index ffa01b6bd8..4c2c915ce5 100644 --- a/resources/lang/bg/admin/custom_fields/general.php +++ b/resources/lang/bg/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/bg/admin/custom_fields/message.php b/resources/lang/bg/admin/custom_fields/message.php index a578f4fd13..cb5497a5c2 100644 --- a/resources/lang/bg/admin/custom_fields/message.php +++ b/resources/lang/bg/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php index 27f931cea9..71fe4fac0e 100644 --- a/resources/lang/bg/admin/hardware/form.php +++ b/resources/lang/bg/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php index 1f98aec70d..6e2313bf26 100644 --- a/resources/lang/bg/admin/users/general.php +++ b/resources/lang/bg/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Последен достъп до системата', 'ldap_config_text' => 'LDAP конфигурационните настройки могат да бъдат намерени в Admin > Settings. Избраното (по изобр) местоположение ще бъде настроено за всички въведени потребители.', 'print_assigned' => 'Печат на всички отдадени', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Софтуерни продукти, изписани на :name', 'send_email_help' => 'Трябва да предоставите е-майл адрес за този потребител за да му се изпратят името и паролата. Изпращането на име и парола може да стане при създаването на потребителя. Паролите се съхраняват криптирани и не могат да се възстановят.', 'view_user' => 'Преглед на потребител :name', @@ -33,7 +35,7 @@ return [ 'remove_group_memberships' => 'Премахни членовете на групата', 'warning_deletion' => 'ВНИМАНИЕ:', 'warning_deletion_information' => 'Ще изтриете всичките :count потребител(и) посочени в списъка. Супер админ имената са оцветени в червено.', - 'update_user_asssets_status' => 'Обнови всички активи за посочените потребители към следния статус', + 'update_user_assets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Впиши всички асоцирани настройки към тези потребители', 'remote_label' => 'This is a remote user', 'remote' => 'Remote', diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php index 9bc2ac9c2d..adb007f451 100644 --- a/resources/lang/bg/general.php +++ b/resources/lang/bg/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Създаване на нов', 'created' => 'Създадени артикули', 'created_asset' => 'създадени активи', - 'created_at' => 'Създаден на', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Създаден на', 'updated_at' => 'Обновено на', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Инициал на името Фамилия (jsmith@example.com)', 'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Не може да бъде предоставян', 'unknown_admin' => 'Непознат администратор', 'username_format' => 'Формат на потребителско име', + 'username' => 'Username', 'update' => 'Обновяване', 'upload_filetypes_help' => 'Позволените файлови разширения са png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf и rar. Максималният размер на файла е :size.', 'uploaded' => 'Качен', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/bg/passwords.php b/resources/lang/bg/passwords.php index f9d9d8956b..25633b4581 100644 --- a/resources/lang/bg/passwords.php +++ b/resources/lang/bg/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Не са намерени активни потребители с този е-майл.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/bg/reminders.php b/resources/lang/bg/reminders.php index ef8cbc6a4b..ccab6f814c 100644 --- a/resources/lang/bg/reminders.php +++ b/resources/lang/bg/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Паролата трябва да бъде поне 6 символа и да съвпада с потвърждението.", - "user" => "Грешно потребителско име или имейл адрес", - - "token" => "Връзката за възстановяване на паролата е невалидна.", - - "sent" => "Ако е зададен email, на потребителя ще бъде изпратена връзка за възстановяване на паролата.", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php index df08b144e1..b0cedcd011 100644 --- a/resources/lang/bg/validation.php +++ b/resources/lang/bg/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Форматът на :attribute е невалиден.', 'unique_undeleted' => ':attribute трябва да бъде уникален.', 'non_circular' => ':attribute не трябва да създава препрадка към себе си.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/ca/admin/custom_fields/general.php b/resources/lang/ca/admin/custom_fields/general.php index 4c7442b2d5..7434117830 100644 --- a/resources/lang/ca/admin/custom_fields/general.php +++ b/resources/lang/ca/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/ca/admin/custom_fields/message.php b/resources/lang/ca/admin/custom_fields/message.php index ed66a6ba16..43ba821821 100644 --- a/resources/lang/ca/admin/custom_fields/message.php +++ b/resources/lang/ca/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/ca/admin/hardware/form.php b/resources/lang/ca/admin/hardware/form.php index 0c1a3167be..b2d7bab0fc 100644 --- a/resources/lang/ca/admin/hardware/form.php +++ b/resources/lang/ca/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/ca/admin/users/general.php b/resources/lang/ca/admin/users/general.php index 03897b7eb5..c77ff8f8c7 100644 --- a/resources/lang/ca/admin/users/general.php +++ b/resources/lang/ca/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Last Login', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Checked out to :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'View User :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/ca/general.php b/resources/lang/ca/general.php index e515858c95..69562c0010 100644 --- a/resources/lang/ca/general.php +++ b/resources/lang/ca/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Crea nou', 'created' => 'Item Created', 'created_asset' => 'recurs creat', - 'created_at' => 'Created at', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'This is used to generate email addresses when importing', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Un-deployable', 'unknown_admin' => 'Unknown Admin', 'username_format' => 'Username Format', + 'username' => 'Username', 'update' => 'Update', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/ca/passwords.php b/resources/lang/ca/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/ca/passwords.php +++ b/resources/lang/ca/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/ca/reminders.php b/resources/lang/ca/reminders.php index e7a476e3a2..8a197467df 100644 --- a/resources/lang/ca/reminders.php +++ b/resources/lang/ca/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Passwords must be six characters and match the confirmation.", - "user" => "Username or email address is incorrect", - - "token" => "This password reset token is invalid.", - - "sent" => "If a matching email address was found, a password reminder has been sent!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php index 5f097b717c..e7a87aed07 100644 --- a/resources/lang/ca/validation.php +++ b/resources/lang/ca/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/cs/admin/custom_fields/general.php b/resources/lang/cs/admin/custom_fields/general.php index dc5915e570..31a51c0e95 100644 --- a/resources/lang/cs/admin/custom_fields/general.php +++ b/resources/lang/cs/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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' => 'Unikátní', ]; diff --git a/resources/lang/cs/admin/custom_fields/message.php b/resources/lang/cs/admin/custom_fields/message.php index 72a065acb4..ac35d69c85 100644 --- a/resources/lang/cs/admin/custom_fields/message.php +++ b/resources/lang/cs/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php index 55144f56e2..35286b542e 100644 --- a/resources/lang/cs/admin/hardware/form.php +++ b/resources/lang/cs/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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' => 'Zpracovává se...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/cs/admin/users/general.php b/resources/lang/cs/admin/users/general.php index 09ad0ea854..6bc30e7dca 100644 --- a/resources/lang/cs/admin/users/general.php +++ b/resources/lang/cs/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Poslední přihlášení', 'ldap_config_text' => 'Nastavení konfigurace LDAP lze nalézt v menu Správce> Nastavení. Vybrané (volitelně) místo bude nastaven pro všechny importované uživatele.', 'print_assigned' => 'Vypsat všechna přiřazení', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software vydaný pro :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Zobraz uživatele', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php index 59d6bd5910..25d5e53993 100644 --- a/resources/lang/cs/general.php +++ b/resources/lang/cs/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Vytvořit nové', 'created' => 'Položka vytvořena', 'created_asset' => 'vytvořit majetek', - 'created_at' => 'Vytvořeno', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Záznam vytvořen', 'updated_at' => 'Aktualizováno', 'currency' => 'Kč', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Číslo zaměstnance', 'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu', 'error' => 'Chyba', + 'example' => 'Example: ', '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)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Ne-přiřaditelné', 'unknown_admin' => 'Neznámy správce', 'username_format' => 'Formát uživatelského jména', + 'username' => 'Username', 'update' => 'Aktualizace', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Nahráno', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/cs/passwords.php b/resources/lang/cs/passwords.php index 8e40bb3b2a..25633b4581 100644 --- a/resources/lang/cs/passwords.php +++ b/resources/lang/cs/passwords.php @@ -1,6 +1,8 @@ 'Ú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.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/cs/reminders.php b/resources/lang/cs/reminders.php index eb0594e2e4..98f935329e 100644 --- a/resources/lang/cs/reminders.php +++ b/resources/lang/cs/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Heslo musí mít šest znaků a schodovat se s potvrzujícím heslem.", - "user" => "Uživatelské jméno nebo email je chybný", - - "token" => "Tento token pro reset hesla je neplatný.", - - "sent" => "Pokud byl email nalezen, tak bylo heslo zasláno!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php index bfd4330208..fa9e0c0545 100644 --- a/resources/lang/cs/validation.php +++ b/resources/lang/cs/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Formát :attribute je neplatný.', 'unique_undeleted' => 'Je třeba, aby se :attribute neopakoval.', 'non_circular' => ':attribute nesmí vytvořit kruhový odkaz.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/cy/admin/custom_fields/general.php b/resources/lang/cy/admin/custom_fields/general.php index 42e87baa94..a2f07d9629 100644 --- a/resources/lang/cy/admin/custom_fields/general.php +++ b/resources/lang/cy/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/cy/admin/custom_fields/message.php b/resources/lang/cy/admin/custom_fields/message.php index b2f2ed6fb5..30d7297b21 100644 --- a/resources/lang/cy/admin/custom_fields/message.php +++ b/resources/lang/cy/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/cy/admin/hardware/form.php b/resources/lang/cy/admin/hardware/form.php index 4084e0e231..3ff44d92f1 100644 --- a/resources/lang/cy/admin/hardware/form.php +++ b/resources/lang/cy/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/cy/admin/users/general.php b/resources/lang/cy/admin/users/general.php index 5209ef6517..ead1b237ae 100644 --- a/resources/lang/cy/admin/users/general.php +++ b/resources/lang/cy/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Mewngofnodi Diwethaf', 'ldap_config_text' => 'Gweler Gweinyddiaeth > Gosodiadau am gosodiadau LDAP. Mae\'r lleoliad (dewisol) yn cael ei osod am unrhyw defnyddwyr sydd yn cael ei mewnforio.', 'print_assigned' => 'Argraffu Asedau', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Meddalwedd allan i :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Gweld Defnyddiwr :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/cy/general.php b/resources/lang/cy/general.php index 7fd95e0129..d0acf70ae5 100644 --- a/resources/lang/cy/general.php +++ b/resources/lang/cy/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Creu newydd', 'created' => 'Eitem wedi\'i Greu', 'created_asset' => 'ased wedi creu', - 'created_at' => 'Crëwyd', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Diweddarwyd ar', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Defnyddir hwn i gynhyrchu cyfeiriadau e-bost wrth fewnforio', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)', 'firstname_lastname_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Ddim modd nodi allan', 'unknown_admin' => 'Gweinydd Anhysbys', 'username_format' => 'Fformat enw defnyddiwr', + 'username' => 'Username', 'update' => 'Diweddaru', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Wedi Uwchlwytho', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/cy/passwords.php b/resources/lang/cy/passwords.php index f5aa0688ba..25633b4581 100644 --- a/resources/lang/cy/passwords.php +++ b/resources/lang/cy/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Dim defnyddiwr wedi\'i ddarganfod hefo\'r cyfeiriad ebost yna.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/cy/reminders.php b/resources/lang/cy/reminders.php index 2ee9ffcaf5..b878cb08b0 100644 --- a/resources/lang/cy/reminders.php +++ b/resources/lang/cy/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Rhaid i cyfrineiriau fod yn chwe nod ac cyfateb i'r cadarnhad.", - "user" => "Enw defnyddiwr neu cyfrinair yn anghywir", - - "token" => "Nid yw'r tocyn ail-osod cyfrinair yma yn ddilys.", - - "sent" => "Os yw'r cyfeiriad ebost yn ddilys, cewch nodyn atgoffa!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/cy/validation.php b/resources/lang/cy/validation.php index 9f8c9c9a19..e8c6a98627 100644 --- a/resources/lang/cy/validation.php +++ b/resources/lang/cy/validation.php @@ -91,6 +91,11 @@ 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.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/da/admin/custom_fields/general.php b/resources/lang/da/admin/custom_fields/general.php index 274d1f1f1b..1ea1a4a503 100644 --- a/resources/lang/da/admin/custom_fields/general.php +++ b/resources/lang/da/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/da/admin/custom_fields/message.php b/resources/lang/da/admin/custom_fields/message.php index 9022a2b891..f27c3985ec 100644 --- a/resources/lang/da/admin/custom_fields/message.php +++ b/resources/lang/da/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/da/admin/hardware/form.php b/resources/lang/da/admin/hardware/form.php index c51d9789ed..77b444f309 100644 --- a/resources/lang/da/admin/hardware/form.php +++ b/resources/lang/da/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/da/admin/users/general.php b/resources/lang/da/admin/users/general.php index e4a3aafdc3..6c22fd3cac 100644 --- a/resources/lang/da/admin/users/general.php +++ b/resources/lang/da/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Sidste Login', 'ldap_config_text' => 'LDAP-konfigurationsindstillinger kan findes Admin> Indstillinger. Den (valgfrie) valgte placering vil blive indstillet for alle importerede brugere.', 'print_assigned' => 'Udskriv alle tildelte', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Checket ud til: navn', 'send_email_help' => 'Du skal angive en e-mail-adresse for denne bruger for at sende dem legitimationsoplysninger. E-mailing af legitimationsoplysninger kan kun gøres ved brugeroprettelse. Adgangskoder gemmes i en envejs hash og kan ikke hentes når de er gemt.', 'view_user' => 'Se bruger :navn', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php index 173543ce66..06cc1fd27f 100644 --- a/resources/lang/da/general.php +++ b/resources/lang/da/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Opret ny', 'created' => 'Elementet er oprettet', 'created_asset' => 'skabte aktiver', - 'created_at' => 'Skabt den', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record dannet', 'updated_at' => 'Opdateret kl', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Dette bruges til at generere email-adresser ved importering', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Fornavnskarakter Efternavn (jsmith@example.com)', 'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Fornavn Efternavn (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Ikke implementerbar', 'unknown_admin' => 'Ukendt Admin', 'username_format' => 'Brugernavn Format', + 'username' => 'Username', 'update' => 'Opdatering', 'upload_filetypes_help' => 'Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, og rar. Maksimalt tilladte uploadstørrelse er :size.', 'uploaded' => 'uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/da/passwords.php b/resources/lang/da/passwords.php index 5a5143a62f..25633b4581 100644 --- a/resources/lang/da/passwords.php +++ b/resources/lang/da/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Der er ikke fundet nogen aktiv bruger med denne email.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/da/reminders.php b/resources/lang/da/reminders.php index 0158281a88..4f16be94e2 100644 --- a/resources/lang/da/reminders.php +++ b/resources/lang/da/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Adgangskoder skal være seks tegn og svare til bekræftelsen.", - "user" => "Brugernavn eller email adresse er forkert", - - "token" => "Denne adgangskode nulstillingstoken er ugyldig.", - - "sent" => "Hvis en tilsvarende email adresse blev fundet, er der afsendt en påmindelse om adgangskode!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 42d5afa3fb..1865fdb6d2 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -91,6 +91,11 @@ return [ 'url' => ':attribute formatet er ugyldigt.', 'unique_undeleted' => ':attribute skal være unik.', 'non_circular' => ':attribute må ikke oprette en cirkulær reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/de/account/general.php b/resources/lang/de/account/general.php index 7fc060a849..9b289d1380 100644 --- a/resources/lang/de/account/general.php +++ b/resources/lang/de/account/general.php @@ -1,12 +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.', + 'personal_api_keys' => 'Persönliche API-Schlüssel', + 'api_key_warning' => 'Wenn Sie ein API-Token generieren, stellen Sie sicher, dass Sie es sofort nach kopieren, da es + nicht mehr für Sie sichtbar sein wird.', + 'api_base_url' => 'Ihre API Basis-URL befindet sich unter:', + 'api_base_url_endpoint' => '/<Endpunkt>', + 'api_token_expiration_time' => 'API-Token sollen ablaufen in:', + 'api_reference' => 'Bitte lesen Sie die API Dokumentation um + Informationen über die verfügbaren API endpoints und ihre Verwendung zu erhalten.', ); diff --git a/resources/lang/de/admin/custom_fields/general.php b/resources/lang/de/admin/custom_fields/general.php index d6511d3d87..87bfb884f5 100644 --- a/resources/lang/de/admin/custom_fields/general.php +++ b/resources/lang/de/admin/custom_fields/general.php @@ -41,7 +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' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'Dieser Wert muss für jedes Asset eindeutig sein', 'unique' => 'Einzigartig', ]; diff --git a/resources/lang/de/admin/custom_fields/message.php b/resources/lang/de/admin/custom_fields/message.php index d85086d6e0..b92ded96ca 100644 --- a/resources/lang/de/admin/custom_fields/message.php +++ b/resources/lang/de/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/de/admin/hardware/form.php b/resources/lang/de/admin/hardware/form.php index d9e6630417..1202b8ec3a 100644 --- a/resources/lang/de/admin/hardware/form.php +++ b/resources/lang/de/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ 'asset_not_deployable' => 'Dieses Asset ist nicht verfügbar und kann nicht herausgegeben werden.', 'asset_deployable' => 'Dieses Asset ist verfügbar und kann herausgegeben werden.', 'processing_spinner' => 'Wird verarbeitet...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php index 8698c2618c..9ef604255b 100644 --- a/resources/lang/de/admin/hardware/message.php +++ b/resources/lang/de/admin/hardware/message.php @@ -17,7 +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.', + 'no_assets_selected' => 'Es wurden keine Assets ausgewählt, somit wurde auch nichts aktualisiert.', ], 'restore' => [ diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index aa10e8f6a8..8b811b85b2 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -28,7 +28,7 @@ return [ '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_help' => 'Backups erstellen, herunterladen und wiederherstellen ', 'backups_restoring' => 'Aus Backup wiederherstellen', 'backups_upload' => 'Backup hochladen', 'backups_path' => 'Sicherungen auf dem Server werden in :path gespeichert', diff --git a/resources/lang/de/admin/settings/table.php b/resources/lang/de/admin/settings/table.php index 22db5c84ed..3e4a3218d7 100644 --- a/resources/lang/de/admin/settings/table.php +++ b/resources/lang/de/admin/settings/table.php @@ -1,6 +1,6 @@ 'Created', - 'size' => 'Size', + 'created' => 'Erstellt', + 'size' => 'Größe', ); diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php index 713faea18a..36d057ed99 100644 --- a/resources/lang/de/admin/users/general.php +++ b/resources/lang/de/admin/users/general.php @@ -17,15 +17,17 @@ return [ 'last_login' => 'Letzte Anmeldung', 'ldap_config_text' => 'Die LDAP Konfigurations Einstellungen finden Sie hier Admin -> Einstellungen. Der (optional) wählbare Standort wird für alle importierten Benutzer gesetzt.', 'print_assigned' => 'Alles zugewiesene drucken', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software herausgegeben an :name', 'send_email_help' => 'Sie müssen eine E-Mail-Adresse angeben, um dem Benutzer Zugangsdaten zu zusenden. Das Versenden von Zugangsdaten ist nur bei der Erstellung eines Benutzers möglich. Passwörter werden in einem Einweg-Hash gespeichert und können danach nicht mehr ausgelesen werden.', '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 Device Enrolled ', - 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User cannot login', - 'user_activated' => 'User can login', + 'two_factor_enrolled' => '2FA-Gerät registriert ', + 'two_factor_active' => '2FA aktiv ', + 'user_deactivated' => 'Benutzer kann sich nicht anmelden', + 'user_activated' => 'Benutzer kann sich anmelden', '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.', @@ -33,10 +35,10 @@ return [ 'remove_group_memberships' => 'Gruppenmitgliedschaften entfernen', 'warning_deletion' => 'WARNUNG:', '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', + 'update_user_assets_status' => 'Update all assets for these users to this status', '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', + 'remote_label' => 'Dies ist ein externer Benutzer', + 'remote' => 'Extern', + 'remote_help' => 'Dies kann nützlich sein, wenn Sie nach externen Benutzern filtern müssen, die niemals oder nur selten an Ihre physischen Standorte kommen.', + 'not_remote_label' => 'Dies ist kein externer Benutzer', ]; diff --git a/resources/lang/de/admin/users/table.php b/resources/lang/de/admin/users/table.php index ba660798e2..ca430b00ce 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' => '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.', + 'groupnotes' => 'Wählen Sie eine Gruppe aus, die dem Benutzer zugewiesen werden soll. Denken Sie daran, dass ein Benutzer die Berechtigungen der zugewiesenen Gruppe erhält. Benutzen Sie Strg+Klick (oder cmd+Klick bei MacOS), um Gruppen aus der Auswahl zu entfernen.', 'id' => 'Id', 'inherit' => 'Vererben', 'job' => 'Berufsbezeichnung', diff --git a/resources/lang/de/auth.php b/resources/lang/de/auth.php index db310aa1bb..7643b8ded7 100644 --- a/resources/lang/de/auth.php +++ b/resources/lang/de/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Diese Anmeldeinformationen entsprechen nicht unseren Angaben.', + 'password' => 'Das angegebene Passwort ist ungültig.', + 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuchen Sie es erneut in :seconds Sekunden.', ); diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php index cf101b49d7..05ce10537f 100644 --- a/resources/lang/de/general.php +++ b/resources/lang/de/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Hinzufügen', 'created' => 'Eintrag erstellt', 'created_asset' => 'Asset angelegt', - 'created_at' => 'Erstellt am', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Eintrag erstellt', 'updated_at' => 'Aktualisiert am', 'currency' => '€', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Mitarbeiternummer', 'email_domain_help' => 'Dies wird verwendet, um E-Mail-Adressen beim Importieren zu generieren', 'error' => 'Fehler', + 'example' => 'Example: ', 'filastname_format' => 'Initial des Vornamen + Nachname (jsmith@example.com)', 'firstname_lastname_format' => 'Vorname Nachname (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Vorname Nachname (max_mustermann@beispiel.com)', @@ -115,7 +117,7 @@ return [ 'files' => 'Dateien', 'file_name' => 'Datei', 'file_type' => 'Dateityp', - 'filesize' => 'File Size', + 'filesize' => 'Dateigröße', 'file_uploads' => 'Datei-Uploads', 'file_upload' => 'Datei-Upload', 'generate' => 'Generieren', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Nicht herausgebbar', 'unknown_admin' => 'Unbekannter Administrator', 'username_format' => 'Format der Benutzernamen', + 'username' => 'Username', 'update' => 'Aktualisieren', 'upload_filetypes_help' => 'Erlaubte Dateitypen sind png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf und rar. Maximale Uploadgröße beträgt :size.', 'uploaded' => 'Hochgeladen', @@ -354,7 +357,11 @@ return [ '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.)', + 'maintenance_mode' => 'Der Dienst ist wegen Wartungsarbeiten vorübergehend nicht verfügbar. Bitte versuchen Sie es später noch einmal.', + 'maintenance_mode_title' => 'System vorübergehend nicht verfügbar', + 'ldap_import' => 'Benutzerkennwort sollte nicht von LDAP verwaltet werden. (Dies erlaubt es Ihnen, vergessene Passwortanfragen zu senden.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/de/passwords.php b/resources/lang/de/passwords.php index 61f40ca630..25633b4581 100644 --- a/resources/lang/de/passwords.php +++ b/resources/lang/de/passwords.php @@ -1,6 +1,8 @@ 'Erfolg: Wenn diese E-Mail-Adresse in unserem System existiert, wurde eine E-Mail zum Wiederherstellen des Passworts gesendet.', - 'user' => 'Kein passender aktiver Nutzer mit dieser E-Mail gefunden.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php index 42a628f958..42e8db78c7 100644 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Das Passwort muss Sechs Zeichen haben und übereinstimmen.", - "user" => "Benutzername oder Email-Adresse sind falsch", - - "token" => "Das Token um das Passwort zurückzusetzen ist ungültig.", - - "sent" => "Wenn eine passende Email-Adresse gefunden wurde, wurde eine Passworterinnerung verschickt!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index e02e7b78e1..66506c8aac 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -91,8 +91,13 @@ return [ 'url' => ':attribute Format ist ungültig.', 'unique_undeleted' => 'Die Variable :attribute muss eindeutig sein.', 'non_circular' => 'Das :attribute darf keinen Zirkelbezug ergeben.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ - 'numeric' => 'Value cannot be negative' + 'numeric' => 'Wert darf nicht negativ sein' ], diff --git a/resources/lang/el/admin/custom_fields/general.php b/resources/lang/el/admin/custom_fields/general.php index e689cfe647..a366037133 100644 --- a/resources/lang/el/admin/custom_fields/general.php +++ b/resources/lang/el/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/el/admin/custom_fields/message.php b/resources/lang/el/admin/custom_fields/message.php index cc0eea7899..3238d2b540 100644 --- a/resources/lang/el/admin/custom_fields/message.php +++ b/resources/lang/el/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/el/admin/hardware/form.php b/resources/lang/el/admin/hardware/form.php index e1182038db..26ea109e30 100644 --- a/resources/lang/el/admin/hardware/form.php +++ b/resources/lang/el/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php index 202e253f3b..2eb0f6187e 100644 --- a/resources/lang/el/admin/users/general.php +++ b/resources/lang/el/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Τελευταία σύνδεση', 'ldap_config_text' => 'Οι ρυθμίσεις διαμόρφωσης LDAP μπορούν να βρεθούν στο στοιχείο Διαχειριστής> Ρυθμίσεις. Η (επιλεγμένη) επιλεγμένη τοποθεσία θα οριστεί για όλους τους εισαγόμενους χρήστες.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Λογισμικό Έγινε έλεγχος σε: όνομα', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Προβολή χρήστη :ονόματος', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php index eade868a3b..a7b5a5ac12 100644 --- a/resources/lang/el/general.php +++ b/resources/lang/el/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Δημιουργία νέου', 'created' => 'Το αντικείμενο δημιουργήθηκε', 'created_asset' => 'δημιουργία παγίου', - 'created_at' => 'Δημιουργήθηκε στις', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Ενημερώθηκε στο', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Αυτό χρησιμοποιείται για τη δημιουργία διευθύνσεων ηλεκτρονικού ταχυδρομείου κατά την εισαγωγή', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)', 'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Όνομα και επίθετο (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Δεν μπορεί να αναπτυχθεί', 'unknown_admin' => 'Άγνωστο Admin', 'username_format' => 'Τύπος ονόματος', + 'username' => 'Username', 'update' => 'Ενημέρωση', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Ανέβηκε', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/el/passwords.php b/resources/lang/el/passwords.php index 444dba118a..25633b4581 100644 --- a/resources/lang/el/passwords.php +++ b/resources/lang/el/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Δεν βρέθηκε ενεργός χρήστης με αυτό το email.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/el/reminders.php b/resources/lang/el/reminders.php index 5d8811ffda..58133a7384 100644 --- a/resources/lang/el/reminders.php +++ b/resources/lang/el/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Οι κωδικοί πρόσβασης πρέπει να είναι έξι χαρακτήρες και να ταιριάζουν με την επιβεβαίωση.", - "user" => "Το όνομα χρήστη ή η διεύθυνση ηλεκτρονικού ταχυδρομείου είναι εσφαλμένη", - - "token" => "Αυτό το διακριτικό επαναφοράς κωδικού πρόσβασης δεν είναι έγκυρο.", - - "sent" => "Εάν βρεθεί μια αντίστοιχη διεύθυνση ηλεκτρονικού ταχυδρομείου, μια υπενθύμιση κωδικού πρόσβασης έχει σταλεί!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php index 33ddff4c3d..1840352754 100644 --- a/resources/lang/el/validation.php +++ b/resources/lang/el/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.', 'unique_undeleted' => 'Το :χαρακτηριστικό πρέπει να είναι μοναδικό.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php index d8965e96d1..b7cd50d315 100644 --- a/resources/lang/en-GB/admin/custom_fields/general.php +++ b/resources/lang/en-GB/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/en-GB/admin/custom_fields/message.php b/resources/lang/en-GB/admin/custom_fields/message.php index ed66a6ba16..43ba821821 100644 --- a/resources/lang/en-GB/admin/custom_fields/message.php +++ b/resources/lang/en-GB/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php index 0c1a3167be..b2d7bab0fc 100644 --- a/resources/lang/en-GB/admin/hardware/form.php +++ b/resources/lang/en-GB/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php index 03897b7eb5..c77ff8f8c7 100644 --- a/resources/lang/en-GB/admin/users/general.php +++ b/resources/lang/en-GB/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Last Login', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Checked out to :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'View User :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index ae31380d4f..9554e1dbc1 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Create New', 'created' => 'Item Created', 'created_asset' => 'created asset', - 'created_at' => 'Created at', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '£', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'This is used to generate email addresses when importing', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Un-deployable', 'unknown_admin' => 'Unknown Admin', 'username_format' => 'Username Format', + 'username' => 'Username', 'update' => 'Update', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/en-GB/passwords.php b/resources/lang/en-GB/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/en-GB/passwords.php +++ b/resources/lang/en-GB/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/en-GB/reminders.php b/resources/lang/en-GB/reminders.php index e7a476e3a2..8a197467df 100644 --- a/resources/lang/en-GB/reminders.php +++ b/resources/lang/en-GB/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Passwords must be six characters and match the confirmation.", - "user" => "Username or email address is incorrect", - - "token" => "This password reset token is invalid.", - - "sent" => "If a matching email address was found, a password reminder has been sent!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php index 5f097b717c..e7a87aed07 100644 --- a/resources/lang/en-GB/validation.php +++ b/resources/lang/en-GB/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php index 5e50e0bb59..e4059edb06 100644 --- a/resources/lang/en-ID/admin/custom_fields/general.php +++ b/resources/lang/en-ID/admin/custom_fields/general.php @@ -42,7 +42,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/en-ID/admin/custom_fields/message.php b/resources/lang/en-ID/admin/custom_fields/message.php index 60d5408e84..5b287a9c04 100644 --- a/resources/lang/en-ID/admin/custom_fields/message.php +++ b/resources/lang/en-ID/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php index c06b891de6..2f83dddd73 100644 --- a/resources/lang/en-ID/admin/hardware/form.php +++ b/resources/lang/en-ID/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php index 3feef8b1b3..fcc207fd18 100644 --- a/resources/lang/en-ID/admin/users/general.php +++ b/resources/lang/en-ID/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Masuk terakhir', 'ldap_config_text' => 'Pengaturan konfigurasi LDAP dapat ditemukan di Admin > Pengaturan. Lokasi pilihan (opsional) akan di atur untuk semua pengguna yang diimpor.', 'print_assigned' => 'Cetak semua yang ditetapkan', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software diperiksa untuk :name', 'send_email_help' => 'Anda harus menyediakan sebuah alamat email untuk pengguna ini untuk dikirimkan kredesial pada mereka. Kredensial penyuratan/email hanya dapat dilakukan pada pembuatan pengguna. Kata sandi disimpan dalam sebuah hash satu-arah dan tidak dapat diterima lagi setelah disimpan.', 'view_user' => 'Lihat pengguna :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index ae7c16d48f..11c87e476e 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Buat baru', 'created' => 'Item telah dibuat', 'created_asset' => 'buat aset', - 'created_at' => 'Dibuat di', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Diperbarui pada', 'currency' => 'IDR', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Ini digunakan untuk menghasilkan alamat surel ketika saat mengimpor', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)', 'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Tidak dapat disebarkan', 'unknown_admin' => 'Admin tidak diketahui', 'username_format' => 'Format nama pengguna', + 'username' => 'Username', 'update' => 'Perbarui', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Unggah', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/en-ID/passwords.php b/resources/lang/en-ID/passwords.php index 2794998fca..25633b4581 100644 --- a/resources/lang/en-ID/passwords.php +++ b/resources/lang/en-ID/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Tidak ada satupun pengguna aktif yang menggunakan email ini.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/en-ID/reminders.php b/resources/lang/en-ID/reminders.php index 99a3e4dda1..d436c21e58 100644 --- a/resources/lang/en-ID/reminders.php +++ b/resources/lang/en-ID/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Kata sandi harus ada enam karakter dan sesuai dengan konfirmasi.", - "user" => "Nama pengguna atau alamat surel salah", - - "token" => "Token atur ulang kata sandi ini tidak valid.", - - "sent" => "Jika alamat surel yang sesuai ditemukan, pengingat kata sandi sudah dikirim!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php index e7202be21c..4ff7dd6dab 100644 --- a/resources/lang/en-ID/validation.php +++ b/resources/lang/en-ID/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Format :attribute tidaklah benar.', 'unique_undeleted' => ':attribute haruslah unik.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php index 05eb31f1ff..cb3d9818f8 100644 --- a/resources/lang/es-CO/admin/custom_fields/general.php +++ b/resources/lang/es-CO/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php index b7a28ebfce..49bac21a9c 100644 --- a/resources/lang/es-CO/admin/custom_fields/message.php +++ b/resources/lang/es-CO/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php index 0001931883..2733b10412 100644 --- a/resources/lang/es-CO/admin/hardware/form.php +++ b/resources/lang/es-CO/admin/hardware/form.php @@ -40,10 +40,12 @@ return [ 'warranty' => 'Garantía', 'warranty_expires' => 'Vencimiento de Garantía', '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 recurso', + '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 de activos no es desplegable. Este activo no puede ser verificado.', + 'processing_spinner' => 'Procesando...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php index cdbedae4ab..3333041087 100644 --- a/resources/lang/es-CO/admin/hardware/general.php +++ b/resources/lang/es-CO/admin/hardware/general.php @@ -6,7 +6,7 @@ return [ 'archived' => 'Archivado', 'asset' => 'Equipo', 'bulk_checkout' => 'Asignar Equipos', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => 'Quitar Equipo', 'checkin' => 'Devolver Equipo', 'checkout' => 'Asignar Equipo', 'clone' => 'Clonar Equipo', diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index 9d578b5916..c0fbd1ec32 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. Si no es correcto, actualiza su estado.', 'does_not_exist' => 'Equipo inexistente.', - 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', 'create' => [ @@ -17,7 +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.', + 'no_assets_selected' => 'Ningún recurso fue seleccionado, por lo que no se actualizó nada.', ], 'restore' => [ diff --git a/resources/lang/es-CO/admin/hardware/table.php b/resources/lang/es-CO/admin/hardware/table.php index b3a56f148d..029f7da5da 100644 --- a/resources/lang/es-CO/admin/hardware/table.php +++ b/resources/lang/es-CO/admin/hardware/table.php @@ -4,11 +4,11 @@ return [ 'asset_tag' => 'Etiqueta de equipo', 'asset_model' => 'Modelo', - 'book_value' => 'Current Value', + 'book_value' => 'Valor Actual', 'change' => 'Operación', 'checkout_date' => 'Fecha de devolución', 'checkoutto' => 'Asignado a', - 'current_value' => 'Current Value', + 'current_value' => 'Valor Actual', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'Vida útil', @@ -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' => 'Ícono', ]; diff --git a/resources/lang/es-CO/admin/locations/table.php b/resources/lang/es-CO/admin/locations/table.php index 64af96335e..c6175d019a 100644 --- a/resources/lang/es-CO/admin/locations/table.php +++ b/resources/lang/es-CO/admin/locations/table.php @@ -20,21 +20,21 @@ return [ 'parent' => 'Ubicación Padre', 'currency' => 'Moneda de ubicación', 'ldap_ou' => 'OU de búsqueda LDAP', - 'user_name' => 'User Name', - 'department' => 'Department', - 'location' => 'Location', - 'asset_tag' => 'Assets Tag', - 'asset_name' => 'Name', - 'asset_category' => 'Category', - 'asset_manufacturer' => 'Manufacturer', - 'asset_model' => 'Model', - 'asset_serial' => 'Serial', - 'asset_location' => 'Location', - 'asset_checked_out' => 'Checked Out', - 'asset_expected_checkin' => '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:', + 'user_name' => 'Nombre de usuario', + 'department' => 'Departamento', + 'location' => 'Ubicación', + 'asset_tag' => 'Etiqueta de activo', + 'asset_name' => 'Nombre', + 'asset_category' => 'Categoría', + 'asset_manufacturer' => 'Fabricante', + 'asset_model' => 'Modelo', + 'asset_serial' => 'Número de serie', + 'asset_location' => 'Ubicación', + 'asset_checked_out' => 'Asignado', + 'asset_expected_checkin' => 'Fecha Esperada de Devolución', + 'date' => 'Fecha:', + 'signed_by_asset_auditor' => 'Firmado por (Juego de Acciones):', + 'signed_by_finance_auditor' => 'Firmado por (Juego de Acciones):', + 'signed_by_location_manager' => 'Firmado por (Administrador de ubicación):', + 'signed_by' => 'Firmado por:', ]; diff --git a/resources/lang/es-CO/admin/statuslabels/message.php b/resources/lang/es-CO/admin/statuslabels/message.php index 133eb1ff83..303421e25e 100644 --- a/resources/lang/es-CO/admin/statuslabels/message.php +++ b/resources/lang/es-CO/admin/statuslabels/message.php @@ -23,7 +23,7 @@ return [ 'help' => [ 'undeployable' => 'Estos equipos no pueden ser asignados.', - 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'deployable' => 'Estos activos pueden ser retirados. Una vez asignados, asumirán un estado meta de Desplegado.', 'archived' => 'Estos equipos no pueden ser asignados, y solo se mostrarán en la vista de Archivados. Esto es útil para retener información sobre equipos por razones de presupuesto/revisión histórica, mientras están fuera de la lista de equipos del día a día.', 'pending' => 'Estos equipos no pueden ser asignados, suele usarse para ítems que están en reparación, o que se espera que regresen a circulación eventualmente.', ], diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php index 6d28b8b11a..56f73a93f9 100644 --- a/resources/lang/es-CO/admin/users/general.php +++ b/resources/lang/es-CO/admin/users/general.php @@ -17,13 +17,15 @@ return [ 'last_login' => 'Último acceso', 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', 'print_assigned' => 'Imprimir todos los Asignados', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software asignado a :name', 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para enviarle credenciales. Únicamente pueden enviarse credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.', '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' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_enrolled' => 'Dispositivo 2FA inscrito ', + 'two_factor_active' => '2FA activo ', 'user_deactivated' => 'User cannot login', 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php index 5943503141..5e6b0a00aa 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' => '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.', + 'groupnotes' => 'Seleccione un grupo para asignar al usuario, recuerde que un usuario asume los permisos del grupo al que se le asigna. Use ctrl+click (o cmd+click en MacOS) para anular la selección de grupos.', 'id' => 'Id', 'inherit' => 'Heredar', 'job' => 'Cargo', diff --git a/resources/lang/es-CO/auth.php b/resources/lang/es-CO/auth.php index db310aa1bb..387ea794b6 100644 --- a/resources/lang/es-CO/auth.php +++ b/resources/lang/es-CO/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Estas credenciales no coinciden con nuestros registros.', + 'password' => 'La contraseña proporcionada es incorrecta.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', ); diff --git a/resources/lang/es-CO/button.php b/resources/lang/es-CO/button.php index b7bacd6531..01258607b9 100644 --- a/resources/lang/es-CO/button.php +++ b/resources/lang/es-CO/button.php @@ -8,7 +8,7 @@ return [ 'delete' => 'Borrar', 'edit' => 'Editar', 'restore' => 'Restaurar', - 'remove' => 'Remove', + 'remove' => 'Eliminar', 'request' => 'Solicitud', 'submit' => 'Enviar', 'upload' => 'Subir', @@ -16,9 +16,9 @@ return [ 'select_files' => 'Selecciona Archivos...', 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas', 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña', - 'go' => 'Go', - 'bulk_actions' => 'Bulk Actions', - 'add_maintenance' => 'Add Maintenance', - 'append' => 'Append', - 'new' => 'New', + 'go' => 'Ir', + 'bulk_actions' => 'Acciones en masa', + 'add_maintenance' => 'Añadir mantenimiento', + 'append' => 'Añadir', + 'new' => 'Nuevo', ]; diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index b6cd8d5053..42838a3931 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Crear Localización', 'created' => 'Artículo creado', 'created_asset' => 'equipo creado', - 'created_at' => 'Creado el', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado en', 'currency' => '€', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Primera Inicial del Apellido (jsmith@ejemplo.com)', 'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)', 'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'No Instalable', 'unknown_admin' => 'Admin Desconocido', 'username_format' => 'Formato del nombre de usuario', + 'username' => 'Username', 'update' => 'Actualizar', 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.', 'uploaded' => 'Subido', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/es-CO/passwords.php b/resources/lang/es-CO/passwords.php index 6b817781bb..25633b4581 100644 --- a/resources/lang/es-CO/passwords.php +++ b/resources/lang/es-CO/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No se ha encontrado ningún usuario activo con ese correo electrónico.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/es-CO/reminders.php b/resources/lang/es-CO/reminders.php index 0f168fec4b..773a07176f 100644 --- a/resources/lang/es-CO/reminders.php +++ b/resources/lang/es-CO/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Los passwords deben tener mínimo 6 caracteres y coincidir.", - "user" => "Usuario o E-Mail incorrectos", - - "token" => "El token para resetear el password no es válido.", - - "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php index 53dd854260..b7ed73f34b 100644 --- a/resources/lang/es-CO/validation.php +++ b/resources/lang/es-CO/validation.php @@ -91,6 +91,11 @@ return [ 'url' => ':attribute formato incorrecto.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php index 23841aa2e2..fc7342cd13 100644 --- a/resources/lang/es-ES/admin/custom_fields/general.php +++ b/resources/lang/es-ES/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/es-ES/admin/custom_fields/message.php b/resources/lang/es-ES/admin/custom_fields/message.php index 26c077f490..ff376e9dff 100644 --- a/resources/lang/es-ES/admin/custom_fields/message.php +++ b/resources/lang/es-ES/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php index 314b031927..dc5b044c17 100644 --- a/resources/lang/es-ES/admin/hardware/form.php +++ b/resources/lang/es-ES/admin/hardware/form.php @@ -40,10 +40,12 @@ return [ 'warranty' => 'Garantía', 'warranty_expires' => 'Vencimiento de la Garantía', '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 recurso', + '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 de activos no es desplegable. Este activo no puede ser verificado.', + 'processing_spinner' => 'Procesando...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php index 38afd99ada..93d97c90d3 100644 --- a/resources/lang/es-ES/admin/hardware/general.php +++ b/resources/lang/es-ES/admin/hardware/general.php @@ -6,7 +6,7 @@ return [ 'archived' => 'Archivado', 'asset' => 'Equipo', 'bulk_checkout' => 'Activos Asignados', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => 'Quitar Equipo', 'checkin' => 'Quitar Equipo', 'checkout' => 'Activo de pago', 'clone' => 'Clonar Equipo', @@ -16,29 +16,29 @@ return [ 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.', 'requestable' => 'Requerible', '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 equipo', 'pending' => 'Pendiente', 'undeployable' => 'No desplegable', 'view' => 'Ver Equipo', - '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. + Sube un CSV que contenga historial de activos. Los activos y los usuarios DEBEN existir en el sistema, o se omitirán. Los activos coincidentes para importar el historial ocurren contra la etiqueta de activos. Intentaremos encontrar un usuario que coincida con el nombre del usuario que proporciones, y los criterios que seleccionas a continuación. Si no selecciona ningún criterio a continuación, simplemente tratará de coincidir con el formato de nombre de usuario que configuraste en el Administrador > Configuración General.

-

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

+

Los campos incluidos en el CSV deben coincidir con los encabezados: Etiqueta de activos, Nombre, Fecha de salida, Fecha de comprobación. Cualquier campo adicional será ignorado.

-

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.

+

Fecha de Checkin: las fechas de check-in en blanco o futuro comprobarán los elementos al usuario asociado. Excluyendo la columna Fecha de Checkin creará una fecha de check-in con la fecha de hoy.

', - '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 el primer apellido inicial (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 con los usuarios por correo electrónico como 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-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index af9292a01b..fb8895c3bf 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. Si no es correcto, actualiza su estado.', 'does_not_exist' => 'Equipo inexistente.', - 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', 'create' => [ @@ -17,7 +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.', + 'no_assets_selected' => 'Ningún recurso fue seleccionado, por lo que no se actualizó nada.', ], 'restore' => [ diff --git a/resources/lang/es-ES/admin/hardware/table.php b/resources/lang/es-ES/admin/hardware/table.php index fc811946c8..95e336ee5d 100644 --- a/resources/lang/es-ES/admin/hardware/table.php +++ b/resources/lang/es-ES/admin/hardware/table.php @@ -4,11 +4,11 @@ return [ 'asset_tag' => 'Etiqueta', 'asset_model' => 'Modelo', - 'book_value' => 'Current Value', + 'book_value' => 'Valor Actual', 'change' => 'Operación', 'checkout_date' => 'Fecha de asignación', 'checkoutto' => 'Asignado', - 'current_value' => 'Current Value', + 'current_value' => 'Valor Actual', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'EOL', @@ -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' => 'Ícono', ]; diff --git a/resources/lang/es-ES/admin/locations/table.php b/resources/lang/es-ES/admin/locations/table.php index 5e2db4ac6d..f3d8fb5355 100644 --- a/resources/lang/es-ES/admin/locations/table.php +++ b/resources/lang/es-ES/admin/locations/table.php @@ -20,21 +20,21 @@ return [ 'parent' => 'Padre', 'currency' => 'Divisa de la Localización', 'ldap_ou' => 'Búsqueda LDAP OU', - 'user_name' => 'User Name', - 'department' => 'Department', - 'location' => 'Location', - 'asset_tag' => 'Assets Tag', - 'asset_name' => 'Name', - 'asset_category' => 'Category', - 'asset_manufacturer' => 'Manufacturer', - 'asset_model' => 'Model', - 'asset_serial' => 'Serial', - 'asset_location' => 'Location', - 'asset_checked_out' => 'Checked Out', - 'asset_expected_checkin' => '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:', + 'user_name' => 'Nombre de usuario', + 'department' => 'Departamento', + 'location' => 'Ubicación', + 'asset_tag' => 'Etiqueta de activo', + 'asset_name' => 'Nombre', + 'asset_category' => 'Categoría', + 'asset_manufacturer' => 'Fabricante', + 'asset_model' => 'Modelo', + 'asset_serial' => 'Número de serie', + 'asset_location' => 'Ubicación', + 'asset_checked_out' => 'Asignado', + 'asset_expected_checkin' => 'Fecha Esperada de Devolución', + 'date' => 'Fecha:', + 'signed_by_asset_auditor' => 'Firmado por (Juego de Acciones):', + 'signed_by_finance_auditor' => 'Firmado por (Juego de Acciones):', + 'signed_by_location_manager' => 'Firmado por (Administrador de ubicación):', + 'signed_by' => 'Firmado por:', ]; diff --git a/resources/lang/es-ES/admin/statuslabels/message.php b/resources/lang/es-ES/admin/statuslabels/message.php index 67a3c3467a..6a7e257b4c 100644 --- a/resources/lang/es-ES/admin/statuslabels/message.php +++ b/resources/lang/es-ES/admin/statuslabels/message.php @@ -23,7 +23,7 @@ return [ 'help' => [ 'undeployable' => 'Estos activos no pueden asignarse a nadie.', - 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'deployable' => 'Estos activos pueden ser retirados. Una vez asignados, asumirán un estado meta de Desplegado.', 'archived' => 'Estos activos no pueden desprotegerse y solo aparecerán en la vista Archivada. Esto es útil para retener información sobre activos para presupuestos / propósitos históricos, pero mantenerlos fuera de la lista de activos del día a día.', 'pending' => 'Estos activos aún no se pueden asignar a nadie, a menudo se utilizan para artículos que están pendientes de reparación, pero se espera que vuelvan a la circulación.', ], diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php index 6d28b8b11a..56f73a93f9 100644 --- a/resources/lang/es-ES/admin/users/general.php +++ b/resources/lang/es-ES/admin/users/general.php @@ -17,13 +17,15 @@ return [ 'last_login' => 'Último acceso', 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', 'print_assigned' => 'Imprimir todos los Asignados', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software asignado a :name', 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para enviarle credenciales. Únicamente pueden enviarse credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.', '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' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_enrolled' => 'Dispositivo 2FA inscrito ', + 'two_factor_active' => '2FA activo ', 'user_deactivated' => 'User cannot login', 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/es-ES/admin/users/table.php b/resources/lang/es-ES/admin/users/table.php index 1c1cc072c4..8850812a52 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' => '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.', + 'groupnotes' => 'Seleccione un grupo para asignar al usuario, recuerde que un usuario asume los permisos del grupo al que se le asigna. Use ctrl+click (o cmd+click en MacOS) para anular la selección de grupos.', 'id' => 'ID', 'inherit' => 'Hereda de', 'job' => 'Departamento', diff --git a/resources/lang/es-ES/auth.php b/resources/lang/es-ES/auth.php index db310aa1bb..387ea794b6 100644 --- a/resources/lang/es-ES/auth.php +++ b/resources/lang/es-ES/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Estas credenciales no coinciden con nuestros registros.', + 'password' => 'La contraseña proporcionada es incorrecta.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', ); diff --git a/resources/lang/es-ES/button.php b/resources/lang/es-ES/button.php index b7bacd6531..01258607b9 100644 --- a/resources/lang/es-ES/button.php +++ b/resources/lang/es-ES/button.php @@ -8,7 +8,7 @@ return [ 'delete' => 'Borrar', 'edit' => 'Editar', 'restore' => 'Restaurar', - 'remove' => 'Remove', + 'remove' => 'Eliminar', 'request' => 'Solicitud', 'submit' => 'Enviar', 'upload' => 'Subir', @@ -16,9 +16,9 @@ return [ 'select_files' => 'Selecciona Archivos...', 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas', 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña', - 'go' => 'Go', - 'bulk_actions' => 'Bulk Actions', - 'add_maintenance' => 'Add Maintenance', - 'append' => 'Append', - 'new' => 'New', + 'go' => 'Ir', + 'bulk_actions' => 'Acciones en masa', + 'add_maintenance' => 'Añadir mantenimiento', + 'append' => 'Añadir', + 'new' => 'Nuevo', ]; diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index ce87abfd78..9fd56093c8 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Crear Localización', 'created' => 'Artículo creado', 'created_asset' => 'equipo creado', - 'created_at' => 'Creado el', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado en', 'currency' => '€', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Primera Inicial del Apellido (jsmith@ejemplo.com)', 'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)', 'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'No Instalable', 'unknown_admin' => 'Admin Desconocido', 'username_format' => 'Formato del nombre de usuario', + 'username' => 'Username', 'update' => 'Actualizar', 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.', 'uploaded' => 'Subido', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/es-ES/passwords.php b/resources/lang/es-ES/passwords.php index 6b817781bb..25633b4581 100644 --- a/resources/lang/es-ES/passwords.php +++ b/resources/lang/es-ES/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No se ha encontrado ningún usuario activo con ese correo electrónico.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/es-ES/reminders.php b/resources/lang/es-ES/reminders.php index 0f168fec4b..773a07176f 100644 --- a/resources/lang/es-ES/reminders.php +++ b/resources/lang/es-ES/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Los passwords deben tener mínimo 6 caracteres y coincidir.", - "user" => "Usuario o E-Mail incorrectos", - - "token" => "El token para resetear el password no es válido.", - - "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php index 74533b8ddf..fef5ee1c2a 100644 --- a/resources/lang/es-ES/validation.php +++ b/resources/lang/es-ES/validation.php @@ -91,6 +91,11 @@ return [ 'url' => ':attribute formato incorrecto.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php index a4e964ae08..39c7906572 100644 --- a/resources/lang/es-MX/admin/custom_fields/general.php +++ b/resources/lang/es-MX/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/es-MX/admin/custom_fields/message.php b/resources/lang/es-MX/admin/custom_fields/message.php index 26c077f490..ff376e9dff 100644 --- a/resources/lang/es-MX/admin/custom_fields/message.php +++ b/resources/lang/es-MX/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/es-MX/admin/hardware/form.php b/resources/lang/es-MX/admin/hardware/form.php index d61fe7d752..1101f345c5 100644 --- a/resources/lang/es-MX/admin/hardware/form.php +++ b/resources/lang/es-MX/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ 'asset_not_deployable' => 'El activo no está listo para desplegar. Por lo que por el momento no puede ser asignado.', 'asset_deployable' => 'El activo no está listo para desplegar. Por lo que, por el momento, no puede ser asignado.', 'processing_spinner' => 'Procesando...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/es-MX/admin/hardware/general.php b/resources/lang/es-MX/admin/hardware/general.php index 18957591f1..fea8987803 100644 --- a/resources/lang/es-MX/admin/hardware/general.php +++ b/resources/lang/es-MX/admin/hardware/general.php @@ -6,39 +6,39 @@ return [ 'archived' => 'Archivado', 'asset' => 'Equipo', 'bulk_checkout' => 'Checkout Assets', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => 'Regresar/ingresar equipo', 'checkin' => 'Quitar Equipo', 'checkout' => 'Activo de pago', 'clone' => 'Clonar Equipo', 'deployable' => 'Desplegable', 'deleted' => 'Este activo ha sido eliminado.', 'edit' => 'Editar Equipo', - 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.', + 'model_deleted' => 'Este modelo de equipo fue eliminado. Debes restaurar el moldelo antes de restaurar el activo.', 'requestable' => 'Requerible', '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 equipo', 'pending' => 'Pendiente', 'undeployable' => 'No desplegable', 'view' => 'Ver Equipo', - 'csv_error' => 'You have an error in your CSV file:', + 'csv_error' => 'Hay 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. + Sube un CSV que contenga historial de activos. Los activos y los usuarios DEBEN existir en el sistema, o se omitirán. Los activos coincidentes para importar el historial ocurren contra la etiqueta de activos. Intentaremos encontrar un usuario que coincida con el nombre del usuario que proporciones, y los criterios que seleccionas a continuación. Si no selecciona ningún criterio a continuación, simplemente tratará de coincidir con el formato de nombre de usuario que configuraste en el Administrador > Configuración General.

-

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

+

Los campos incluidos en el CSV deben coincidir con los encabezados: Etiqueta de activos, Nombre, Fecha de salida, Fecha de comprobación. Cualquier campo adicional será ignorado.

-

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.

+

Fecha de Checkin: las fechas de check-in en blanco o futuro comprobarán los elementos al usuario asociado. Excluyendo la columna Fecha de Checkin creará una fecha de check-in con la fecha de hoy.

', - '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 el primer apellido inicial (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 con los usuarios por correo electrónico como 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' => 'Exportación personalizada' ]; diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php index 8ba2d23c24..314d726ec3 100644 --- a/resources/lang/es-MX/admin/hardware/message.php +++ b/resources/lang/es-MX/admin/hardware/message.php @@ -17,7 +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.', + 'no_assets_selected' => 'Ningún recurso fue seleccionado, por lo que no se actualizó nada.', ], 'restore' => [ diff --git a/resources/lang/es-MX/admin/users/general.php b/resources/lang/es-MX/admin/users/general.php index 54d4f648a2..bdaa56828e 100644 --- a/resources/lang/es-MX/admin/users/general.php +++ b/resources/lang/es-MX/admin/users/general.php @@ -17,26 +17,28 @@ return [ 'last_login' => 'Último acceso', 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', 'print_assigned' => 'Imprimir todos los Asignados', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software asignado a :name', 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para que este usuario para enviar las credenciales. Las credenciales de correo electrónico sólo se pueden hacer en la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.', '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' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User cannot login', - 'user_activated' => 'User can login', - 'activation_status_warning' => 'Do not change activation status', - 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', - 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', - 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', - 'remove_group_memberships' => 'Remove Group Memberships', - 'warning_deletion' => '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', - 'remote_label' => 'This is a remote user', - 'remote' => 'Remote', + 'two_factor_enrolled' => 'Dispositivo con 2FA inscrito ', + 'two_factor_active' => '2FA Activo ', + 'user_deactivated' => 'El usuario no puede iniciar sesión', + 'user_activated' => 'El usuario puede iniciar sesión', + 'activation_status_warning' => 'No cambiar el estado de activación', + 'group_memberships_helpblock' => 'Solo los superadministradores pueden ediar las membresías de grupo.', + 'superadmin_permission_warning' => 'Solo los superadmins pueden conceder acceso de superadmin a un usuario.', + 'admin_permission_warning' => 'Solo los usuarios con derechos administrativos o superiores pueden conceder acceso administrativo a un usuario.', + 'remove_group_memberships' => 'Remover membresías de grupo', + 'warning_deletion' => 'ADVERTENCIA:', + 'warning_deletion_information' => 'Estás a punto de eliminar los :count usuario(s) listados abajo. Los nombres de Super admins están resaltados en rojo.', + 'update_user_assets_status' => 'Update all assets for these users to this status', + 'checkin_user_properties' => 'Recibir todas las propiedades asociadas con estos usuarios', + 'remote_label' => 'Este es un usuario remoto', + 'remote' => 'Remoto', '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 1c1cc072c4..625d299b85 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' => '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.', + 'groupnotes' => 'Selecciona un grupo para asignar al usuario, recuerda que un usuario toma los permisos del grupo al que están asignados. Usa ctrl+clic (o cmd+clic en MacOS) para deseleccionar grupos.', 'id' => 'ID', 'inherit' => 'Hereda de', 'job' => 'Departamento', diff --git a/resources/lang/es-MX/auth.php b/resources/lang/es-MX/auth.php index db310aa1bb..6b155e9cb1 100644 --- a/resources/lang/es-MX/auth.php +++ b/resources/lang/es-MX/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Estas credenciales no coinciden con nuestros registros.', + 'password' => 'El nombre de usuario o contraseña es incorrecta.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', ); diff --git a/resources/lang/es-MX/button.php b/resources/lang/es-MX/button.php index aa737c9b14..6c1c682299 100644 --- a/resources/lang/es-MX/button.php +++ b/resources/lang/es-MX/button.php @@ -8,7 +8,7 @@ return [ 'delete' => 'Borrar', 'edit' => 'Editar', 'restore' => 'Restaurar', - 'remove' => 'Remove', + 'remove' => 'Eliminar', 'request' => 'Solicitud', 'submit' => 'Enviar', 'upload' => 'Subir', @@ -16,9 +16,9 @@ return [ 'select_files' => 'Select Files...', 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas', 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña', - 'go' => 'Go', - 'bulk_actions' => 'Bulk Actions', - 'add_maintenance' => 'Add Maintenance', - 'append' => 'Append', - 'new' => 'New', + 'go' => 'Ir', + 'bulk_actions' => 'Acciones masivas', + 'add_maintenance' => 'Añadir mantenimiento', + 'append' => 'Añadir', + 'new' => 'Nuevo', ]; diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index f8a6703704..572a3addbd 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Crear Localización', 'created' => 'Artículo creado', 'created_asset' => 'equipo creado', - 'created_at' => 'Creado el', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado en', 'currency' => '€', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Primera Inicial del Apellido (jsmith@ejemplo.com)', 'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)', 'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'No Instalable', 'unknown_admin' => 'Admin Desconocido', 'username_format' => 'Formato del nombre de usuario', + 'username' => 'Username', 'update' => 'Actualizar', 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.', 'uploaded' => 'Subido', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/es-MX/passwords.php b/resources/lang/es-MX/passwords.php index 6b817781bb..25633b4581 100644 --- a/resources/lang/es-MX/passwords.php +++ b/resources/lang/es-MX/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No se ha encontrado ningún usuario activo con ese correo electrónico.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/es-MX/reminders.php b/resources/lang/es-MX/reminders.php index 0f168fec4b..773a07176f 100644 --- a/resources/lang/es-MX/reminders.php +++ b/resources/lang/es-MX/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Los passwords deben tener mínimo 6 caracteres y coincidir.", - "user" => "Usuario o E-Mail incorrectos", - - "token" => "El token para resetear el password no es válido.", - - "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php index 74533b8ddf..fef5ee1c2a 100644 --- a/resources/lang/es-MX/validation.php +++ b/resources/lang/es-MX/validation.php @@ -91,6 +91,11 @@ return [ 'url' => ':attribute formato incorrecto.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php index 3f908daa3c..d7fdf8a73d 100644 --- a/resources/lang/es-VE/admin/custom_fields/general.php +++ b/resources/lang/es-VE/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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.', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'Este valor debe ser unico en todos los activos', 'unique' => 'Único', ]; diff --git a/resources/lang/es-VE/admin/custom_fields/message.php b/resources/lang/es-VE/admin/custom_fields/message.php index f3ffbeb6c1..66cfdd5654 100644 --- a/resources/lang/es-VE/admin/custom_fields/message.php +++ b/resources/lang/es-VE/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/es-VE/admin/hardware/form.php b/resources/lang/es-VE/admin/hardware/form.php index 04df91ce51..0e011da6a8 100644 --- a/resources/lang/es-VE/admin/hardware/form.php +++ b/resources/lang/es-VE/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/es-VE/admin/hardware/general.php b/resources/lang/es-VE/admin/hardware/general.php index 4632288206..074574c709 100644 --- a/resources/lang/es-VE/admin/hardware/general.php +++ b/resources/lang/es-VE/admin/hardware/general.php @@ -6,7 +6,7 @@ return [ 'archived' => 'Archivado', 'asset' => 'Activo', 'bulk_checkout' => 'Activos Asignados', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => 'Quitar Equipo', 'checkin' => 'Ingresar Activo', 'checkout' => 'Retirar Activo', 'clone' => 'Clonar Activo', @@ -25,12 +25,12 @@ return [ '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. + Sube un CSV que contenga historial de activos. Los activos y los usuarios DEBEN existir en el sistema, o se omitirán. Los activos coincidentes para importar el historial ocurren contra la etiqueta de activos. Intentaremos encontrar un usuario que coincida con el nombre del usuario que proporciones, y los criterios que seleccionas a continuación. Si no selecciona ningún criterio a continuación, simplemente tratará de coincidir con el formato de nombre de usuario que configuraste en el Administrador > Configuración General.

-

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

+

Los campos incluidos en el CSV deben coincidir con los encabezados: Etiqueta de activos, Nombre, Fecha de salida, Fecha de comprobación. Cualquier campo adicional será ignorado.

-

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.

+

Fecha de Checkin: las fechas de check-in en blanco o futuro comprobarán los elementos al usuario asociado. Excluyendo la columna Fecha de Checkin creará una fecha de check-in con la fecha de hoy.

', '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', diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php index 8408a1a83c..976d686d71 100644 --- a/resources/lang/es-VE/admin/hardware/message.php +++ b/resources/lang/es-VE/admin/hardware/message.php @@ -16,7 +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.', + 'no_assets_selected' => 'Ningún recurso fue seleccionado, por lo que no se actualizó nada.', ], 'restore' => [ diff --git a/resources/lang/es-VE/admin/locations/table.php b/resources/lang/es-VE/admin/locations/table.php index bc2e57fde6..cbd3e7fb41 100644 --- a/resources/lang/es-VE/admin/locations/table.php +++ b/resources/lang/es-VE/admin/locations/table.php @@ -20,21 +20,21 @@ return [ 'parent' => 'Padre', 'currency' => 'Divisa de la Ubicación', 'ldap_ou' => 'Búsqueda LDAP OU', - 'user_name' => 'User Name', - 'department' => 'Department', - 'location' => 'Location', - 'asset_tag' => 'Assets Tag', - 'asset_name' => 'Name', - 'asset_category' => 'Category', - 'asset_manufacturer' => 'Manufacturer', - 'asset_model' => 'Model', - 'asset_serial' => 'Serial', - 'asset_location' => 'Location', - 'asset_checked_out' => 'Checked Out', - 'asset_expected_checkin' => '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:', + 'user_name' => 'Nombre de usuario', + 'department' => 'Departamento', + 'location' => 'Ubicación', + 'asset_tag' => 'Etiqueta de activo', + 'asset_name' => 'Nombre', + 'asset_category' => 'Categoría', + 'asset_manufacturer' => 'Fabricante', + 'asset_model' => 'Modelo', + 'asset_serial' => 'Número de serie', + 'asset_location' => 'Ubicación', + 'asset_checked_out' => 'Asignado', + 'asset_expected_checkin' => 'Fecha Esperada de Devolución', + 'date' => 'Fecha:', + 'signed_by_asset_auditor' => 'Firmado por (Juego de Acciones):', + 'signed_by_finance_auditor' => 'Firmado por (Juego de Acciones):', + 'signed_by_location_manager' => 'Firmado por (Administrador de ubicación):', + 'signed_by' => 'Firmado por:', ]; diff --git a/resources/lang/es-VE/admin/statuslabels/message.php b/resources/lang/es-VE/admin/statuslabels/message.php index eebdf9abd3..1581c953dd 100644 --- a/resources/lang/es-VE/admin/statuslabels/message.php +++ b/resources/lang/es-VE/admin/statuslabels/message.php @@ -23,7 +23,7 @@ return [ 'help' => [ 'undeployable' => 'Estos activos no pueden asignarse a nadie.', - 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'deployable' => 'Estos activos pueden ser retirados. Una vez asignados, asumirán un estado meta de Desplegado.', 'archived' => 'Estos activos no pueden ser asignados, y sólo se mostrarán en la vista archivada. Esto es útil para retener información acerca de activos para propósitos históricos o de presupuesto, pero manteniéndolos fuera de la lista de activos del día a día.', 'pending' => 'Estos activos no pueden ser asignados a nadie aún, usados a menudo para artículos que son para reparar pero se espera que vuelvan a circulación.', ], diff --git a/resources/lang/es-VE/admin/users/general.php b/resources/lang/es-VE/admin/users/general.php index cb80bc53f4..a7f5905fe3 100644 --- a/resources/lang/es-VE/admin/users/general.php +++ b/resources/lang/es-VE/admin/users/general.php @@ -17,13 +17,15 @@ return [ 'last_login' => 'Último Inicio de Sesión', 'ldap_config_text' => 'Los parámetros de configuración LDAP pueden ser encontrados en Admin > Settings. La ubicación (opcional) seleccionada será establecida para todos los usuarios importados.', 'print_assigned' => 'Imprimir Todos los Asignados', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Asignado a :name', 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para enviarle credenciales. Únicamente pueden enviarse credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.', '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' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_enrolled' => 'Dispositivo 2FA inscrito ', + 'two_factor_active' => '2FA activo ', 'user_deactivated' => 'User cannot login', 'user_activated' => 'User can login', 'activation_status_warning' => 'Do not change activation status', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/es-VE/admin/users/table.php b/resources/lang/es-VE/admin/users/table.php index 6e6086014a..a5d8ae1d0e 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' => '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.', + 'groupnotes' => 'Seleccione un grupo para asignar al usuario, recuerde que un usuario asume los permisos del grupo al que se le asigna. Use ctrl+click (o cmd+click en MacOS) para anular la selección de grupos.', '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 index db310aa1bb..387ea794b6 100644 --- a/resources/lang/es-VE/auth.php +++ b/resources/lang/es-VE/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Estas credenciales no coinciden con nuestros registros.', + 'password' => 'La contraseña proporcionada es incorrecta.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', ); diff --git a/resources/lang/es-VE/button.php b/resources/lang/es-VE/button.php index 4c17292bc6..f5e4518598 100644 --- a/resources/lang/es-VE/button.php +++ b/resources/lang/es-VE/button.php @@ -8,7 +8,7 @@ return [ 'delete' => 'Borrar', 'edit' => 'Editar', 'restore' => 'Restaurar', - 'remove' => 'Remove', + 'remove' => 'Eliminar', 'request' => 'Solicitar', 'submit' => 'Enviar', 'upload' => 'Cargar', @@ -16,9 +16,9 @@ return [ 'select_files' => 'Selecciona Archivos...', 'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas', 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña', - 'go' => 'Go', - 'bulk_actions' => 'Bulk Actions', - 'add_maintenance' => 'Add Maintenance', - 'append' => 'Append', - 'new' => 'New', + 'go' => 'Ir', + 'bulk_actions' => 'Acciones en masa', + 'add_maintenance' => 'Añadir mantenimiento', + 'append' => 'Añadir', + 'new' => 'Nuevo', ]; diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index 7cebef2ea1..88b19e105e 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Crear Nuevo', 'created' => 'Elemento Creado', 'created_asset' => 'activo creado', - 'created_at' => 'Creado El', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado El', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Este se utiliza para generar direcciones de correo al importar', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Primera Inicial y Apellido (jsmith@example.com)', 'firstname_lastname_format' => 'Nombre y Apellido (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'No desplegable', 'unknown_admin' => 'Administrador Desconocido', 'username_format' => 'Formato de Nombre de Usuario', + 'username' => 'Username', 'update' => 'Actualizar', 'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.', 'uploaded' => 'Actualizado', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/es-VE/passwords.php b/resources/lang/es-VE/passwords.php index 3a6d5bfdc7..25633b4581 100644 --- a/resources/lang/es-VE/passwords.php +++ b/resources/lang/es-VE/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No se encontró ningún usuario activo con este correo electrónico.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/es-VE/reminders.php b/resources/lang/es-VE/reminders.php index bd89801d78..fa4dbe996a 100644 --- a/resources/lang/es-VE/reminders.php +++ b/resources/lang/es-VE/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Las contraseñas deben ser de seis caracteres y coincidir con la confirmación.", - "user" => "El nombre de usuario o la dirección de correo son incorrectos", - - "token" => "Esta token para restablecer la contraseña es inválido.", - - "sent" => "Si se encontró un correo electrónico coincide, ¡un recordatorio de contraseña fue enviado!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/es-VE/validation.php b/resources/lang/es-VE/validation.php index bc3117b8aa..02aa8a36be 100644 --- a/resources/lang/es-VE/validation.php +++ b/resources/lang/es-VE/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'El formato :attribute es inválido.', 'unique_undeleted' => 'El :atrribute debe ser único.', 'non_circular' => ':attribute no debe crear una referencia circular.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/et/admin/custom_fields/general.php b/resources/lang/et/admin/custom_fields/general.php index 8df03da089..63efa48478 100644 --- a/resources/lang/et/admin/custom_fields/general.php +++ b/resources/lang/et/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/et/admin/custom_fields/message.php b/resources/lang/et/admin/custom_fields/message.php index 07ba549bf6..642610422b 100644 --- a/resources/lang/et/admin/custom_fields/message.php +++ b/resources/lang/et/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/et/admin/hardware/form.php b/resources/lang/et/admin/hardware/form.php index 3abfc5b666..369b5dadd7 100644 --- a/resources/lang/et/admin/hardware/form.php +++ b/resources/lang/et/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/et/admin/users/general.php b/resources/lang/et/admin/users/general.php index 8681a3de61..7b7676bae3 100644 --- a/resources/lang/et/admin/users/general.php +++ b/resources/lang/et/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Viimane sisselogimine', 'ldap_config_text' => 'LDAP-i konfiguratsiooniseadeid saab leida Admin> Seaded. (Valikuline) valitud asukoht määratakse kõigi imporditud kasutajate jaoks.', 'print_assigned' => 'Prindi kõik varad', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Kasutaja :name valdusesse antud tarkvara', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Vaata kasutajat :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/et/general.php b/resources/lang/et/general.php index c4bc579474..c706f236b1 100644 --- a/resources/lang/et/general.php +++ b/resources/lang/et/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Loo uus', 'created' => 'Üksus on loodud', 'created_asset' => 'loodud vara', - 'created_at' => 'Loodud', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Väärtus loodud', 'updated_at' => 'Viimati muudetud', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Seda kasutatakse importimisel e-posti aadresside loomiseks', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)', 'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Eesnimi Perenimi (eesnimi.perenimi@poleolemas.ee)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Unableployable', 'unknown_admin' => 'Tundmatu Admin', 'username_format' => 'Kasutajanime formaat', + 'username' => 'Username', 'update' => 'Uuenda', 'upload_filetypes_help' => 'Lubatud failileiendid on png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip ja rar. Suurim lubatud üleslaadimise maht on :size.', 'uploaded' => 'Üles laetud', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/et/passwords.php b/resources/lang/et/passwords.php index 7f548c131f..25633b4581 100644 --- a/resources/lang/et/passwords.php +++ b/resources/lang/et/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Sellise emailiga aktiivset kasutajat ei leitud.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/et/reminders.php b/resources/lang/et/reminders.php index 0b5a4802c4..625aab6fe3 100644 --- a/resources/lang/et/reminders.php +++ b/resources/lang/et/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Parool peab olema kuus tähemärki ja peab klappima kinnitusega.", - "user" => "Kasutajanimi või parool on vale", - - "token" => "See parooli taastamise kood on vale.", - - "sent" => "Kui me leidsime klappiva e-maili aadressi, siis saatsime sellele parooli meeldetuletuse!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php index 71c2e4f37f..356fcefc20 100644 --- a/resources/lang/et/validation.php +++ b/resources/lang/et/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Atribuudivorming on vale.', 'unique_undeleted' => ':attribute peab olema ainulaadne.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/fa/admin/custom_fields/general.php b/resources/lang/fa/admin/custom_fields/general.php index 1cd8ffb6f8..f0ebd04a9d 100644 --- a/resources/lang/fa/admin/custom_fields/general.php +++ b/resources/lang/fa/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/fa/admin/custom_fields/message.php b/resources/lang/fa/admin/custom_fields/message.php index 043d4a4224..ba76d01e60 100644 --- a/resources/lang/fa/admin/custom_fields/message.php +++ b/resources/lang/fa/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/fa/admin/hardware/form.php b/resources/lang/fa/admin/hardware/form.php index 234f07f6a6..f2b0f02617 100644 --- a/resources/lang/fa/admin/hardware/form.php +++ b/resources/lang/fa/admin/hardware/form.php @@ -60,4 +60,6 @@ return [ 'asset_not_deployable' => 'این وضعیت دارایی قابل استقرار نیست. این دارایی قابل پذیرش نیست.', 'asset_deployable' => 'این وضعیت دارایی قابل استقرار است. این دارایی قابل پذیرش است.', 'processing_spinner' => 'در حال پردازش...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/fa/admin/users/general.php b/resources/lang/fa/admin/users/general.php index 0fc7562e0e..d062699833 100644 --- a/resources/lang/fa/admin/users/general.php +++ b/resources/lang/fa/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'آخرین ورود', 'ldap_config_text' => 'تنظشیمات تاییدیه LDPA در فولدر app/config در فایلی به نام idap.php وجود دارد.مکان مشخص شده برای تمامی کاربران وارد شده تنظیم میشود.شما نیاز دارید که حداقل یه مکان را اضافه کرده باشید تا بتوانید از این ویژگی استفاده کنید.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'برنامه چک شد برای:', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'نمایش کاربر :', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php index bd7d7af860..06f6b86135 100644 --- a/resources/lang/fa/general.php +++ b/resources/lang/fa/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'ایجاد مورد جدید', 'created' => 'مورد ایجاد شده', 'created_asset' => 'دارایی ایجاد شده', - 'created_at' => 'ایجاد شده در', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'رکورد ایجاد شد', 'updated_at' => 'به روز شده در', 'currency' => '$', // this is deprecated @@ -102,6 +103,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'این برای تولید آدرس های ایمیل هنگام وارد کردن استفاده می شود', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'اولین نام خانوادگی (jsmith@example.com)', 'firstname_lastname_format' => 'نام خانوادگی (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'نام خانوادگی (jane.smith@example.com)', @@ -259,6 +261,7 @@ return [ 'undeployable' => 'غیر قابل استقرار', 'unknown_admin' => 'نامشخص مدیریت', 'username_format' => 'فرمت نام کاربری', + 'username' => 'Username', 'update' => 'بروزرسانی', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'بارگزاری شد', @@ -360,4 +363,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/fa/passwords.php b/resources/lang/fa/passwords.php index aecc0ff326..25633b4581 100644 --- a/resources/lang/fa/passwords.php +++ b/resources/lang/fa/passwords.php @@ -1,6 +1,8 @@ 'با موفقیت: اگر ایمیل در سامانه موجود باشد، ایمیل بازیابی کلمه عبور ارسال شده است.', - 'user' => 'هیچ کاربر فعالی با این آدرس ایمیل یافت نشد.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/fa/reminders.php b/resources/lang/fa/reminders.php index 9c46ca8606..efc7b5b939 100644 --- a/resources/lang/fa/reminders.php +++ b/resources/lang/fa/reminders.php @@ -15,13 +15,8 @@ return array( "password" => "کلمه عبور باید شش کاراکتر باشد و مطابقت با تایید آن. ", - "user" => "نام کاربری یا آدرس ایمیل اشتباه است", - - "token" => " تنظیم مجدد رمز عبور این نشانه نامعتبر است. -", - - "sent" => "اگر یک آدرس ایمیل تطبیق پیدا شد، یک یادآوری رمز عبور ارسال شده است! -", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php index 48f40a6041..71f5b33fa4 100644 --- a/resources/lang/fa/validation.php +++ b/resources/lang/fa/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'شکل ویژگی نامعتبر است.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/fi/admin/custom_fields/general.php b/resources/lang/fi/admin/custom_fields/general.php index b961fce03d..66f4a2f2f1 100644 --- a/resources/lang/fi/admin/custom_fields/general.php +++ b/resources/lang/fi/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/fi/admin/custom_fields/message.php b/resources/lang/fi/admin/custom_fields/message.php index 9540976b77..fbfcea2f77 100644 --- a/resources/lang/fi/admin/custom_fields/message.php +++ b/resources/lang/fi/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/fi/admin/hardware/form.php b/resources/lang/fi/admin/hardware/form.php index c2729764ae..62ea8dedf7 100644 --- a/resources/lang/fi/admin/hardware/form.php +++ b/resources/lang/fi/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php index 7381544adf..b260548a77 100644 --- a/resources/lang/fi/admin/users/general.php +++ b/resources/lang/fi/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Viimeisin kirjautuminen', 'ldap_config_text' => 'LDAP-asetukset löytyvät kohdasta Järjestelmänvalvoja> Asetukset. Valittu (valinnainen) sijainti määritetään kaikille tuodulle käyttäjälle.', 'print_assigned' => 'Tulosta kaikki luovutetut', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Käyttäjälle :name luovutetut ohjelmistot', 'send_email_help' => 'Käyttäjälle on määritettävä sähköpostiosoite lähettääksesi salasanan sähköpostitse. Salasanat voi lähettää sähköpostilla vain käyttäjän luonnin yhteydessä. Salasanat tallennetaan järjestelmään yksisuuntaisesti tiivistettyinä, eikä niitä voida lukea selväkielisenä tallennuksen jälkeen.', 'view_user' => 'Näytä käyttäjä :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php index e003d0ab73..7731fc9412 100644 --- a/resources/lang/fi/general.php +++ b/resources/lang/fi/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Luo uusi', 'created' => 'Nimike luotiin', 'created_asset' => 'laite luotu', - 'created_at' => 'Luontiaika', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Tietue luotu', 'updated_at' => 'Päivitetty klo', 'currency' => '€', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Käytetään sähköpostiosoitteiden luontiin tietoja tuotaessa', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Ensimmäinen nimikirjain sukunimi (pvirtanen@example.com)', 'firstname_lastname_format' => 'Etunimi . Sukunimi (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Etunimi Sukunimi (paivi_virtanen@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Ei käyttöönotettavissa', 'unknown_admin' => 'Tuntematon ylläpitäjä', 'username_format' => 'Käyttäjätunnuksen muoto', + 'username' => 'Username', 'update' => 'Päivitä', 'upload_filetypes_help' => 'Sallitut tiedostotyypit ovat png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf ja rar. Suurin sallittu lähetyskoko on :size.', 'uploaded' => 'Lähetetty', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/fi/passwords.php b/resources/lang/fi/passwords.php index c9a9e6cbaf..25633b4581 100644 --- a/resources/lang/fi/passwords.php +++ b/resources/lang/fi/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Sähköpostille ei löytynyt käyttäjää.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/fi/reminders.php b/resources/lang/fi/reminders.php index 1704e52668..4f38c91876 100644 --- a/resources/lang/fi/reminders.php +++ b/resources/lang/fi/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Salasanan tulee olla 6 merkkiä pitkä ja sen tulee täsmätä vahvistukseen.", - "user" => "Käyttäjätunnus tai sähköpostiosoite on virheellinen", - - "token" => "Tämä salasanan nollauspoletti on virheellinen.", - - "sent" => "Jos sähköpostiosoite löytyi, salasanan muistutusviesti lähetettiin!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php index 4018184dfe..cca0e3c411 100644 --- a/resources/lang/fi/validation.php +++ b/resources/lang/fi/validation.php @@ -91,6 +91,11 @@ return [ 'url' => ':attribute muotoilu on virheellinen.', 'unique_undeleted' => ':attribute on oltava ainutlaatuinen.', 'non_circular' => ':attribute ei saa luoda kehäviittausta.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/fil/admin/custom_fields/general.php b/resources/lang/fil/admin/custom_fields/general.php index 4b30f9fa14..cc54bb6c61 100644 --- a/resources/lang/fil/admin/custom_fields/general.php +++ b/resources/lang/fil/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/fil/admin/custom_fields/message.php b/resources/lang/fil/admin/custom_fields/message.php index 06c9834f6a..4acd606a5d 100644 --- a/resources/lang/fil/admin/custom_fields/message.php +++ b/resources/lang/fil/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/fil/admin/hardware/form.php b/resources/lang/fil/admin/hardware/form.php index b5d6d9a186..d920c3233a 100644 --- a/resources/lang/fil/admin/hardware/form.php +++ b/resources/lang/fil/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/fil/admin/users/general.php b/resources/lang/fil/admin/users/general.php index 6b95d08b44..c0bca64613 100644 --- a/resources/lang/fil/admin/users/general.php +++ b/resources/lang/fil/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Ang Huling Pag-login', 'ldap_config_text' => 'Pwedeng makita ang configuration settings ng LDAP Admin > Settings. Ang (opsyonal) napiling lokasyon ay itatakda para sa lahat ng mga na-import na mga gumagamit o user.', 'print_assigned' => 'I-print ang Lahat ng Nakatalaga', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Ang Software ay Nai-check out sa :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Tingnan ang User :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/fil/general.php b/resources/lang/fil/general.php index 6426931ec7..f1dd43761e 100644 --- a/resources/lang/fil/general.php +++ b/resources/lang/fil/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Magsagawa ng Bago', 'created' => 'Ang Naisagawang Aytem', 'created_asset' => 'ang naisagawang asset', - 'created_at' => 'Naisagawa sa', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Na-update sa', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Ito ay ginagamit para makapagsagawa ng email address kapag mag-import', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Ang Unang Inisyal Huling Pangalan (jsmith@example.com)', 'firstname_lastname_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Hindi pwedeng i-depoy', 'unknown_admin' => 'Hindi matukoy na Admin', 'username_format' => 'Ang Pormat sa Pangalan ng Gumagamit', + 'username' => 'Username', 'update' => 'I-update', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Nai-upload', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/fil/passwords.php b/resources/lang/fil/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/fil/passwords.php +++ b/resources/lang/fil/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/fil/reminders.php b/resources/lang/fil/reminders.php index 698f5ccb32..6f5009df60 100644 --- a/resources/lang/fil/reminders.php +++ b/resources/lang/fil/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Dapat na may 6 na mga karakter ang password at tumugma sa kumpirmasyon.", - "user" => "Ang username o ang email address ay hindi tama", - - "token" => "Hindi balido ang password rest token na ito.", - - "sent" => "Kapag mayroong nakita na tumugmanang email address, ang paalala sa password ay nai-send na!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php index a97d751aa1..f400141fce 100644 --- a/resources/lang/fil/validation.php +++ b/resources/lang/fil/validation.php @@ -91,6 +91,11 @@ 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.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/fr/account/general.php b/resources/lang/fr/account/general.php index 7fc060a849..450408481c 100644 --- a/resources/lang/fr/account/general.php +++ b/resources/lang/fr/account/general.php @@ -1,12 +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:', + 'personal_api_keys' => 'Clés personnelles d\'API', + 'api_key_warning' => 'Lors de la génération d\'un jeton d\'API, assurez-vous d\'en prendre note immédiatement car il + vous sera impossible de le consulter à nouveau.', + 'api_base_url' => 'L\'URL de base de l\'API est situé à:', '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.', + 'api_token_expiration_time' => 'Les jetons d\'API sont configurés pour expirer après:', + 'api_reference' => 'Veuillez consulter la documentation de référence des API pour + trouver des points de terminaison spécifiques et des informations supplémentaires.', ); diff --git a/resources/lang/fr/admin/custom_fields/general.php b/resources/lang/fr/admin/custom_fields/general.php index f06ab6e30c..0e2981cc42 100644 --- a/resources/lang/fr/admin/custom_fields/general.php +++ b/resources/lang/fr/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ 'make_required' => 'Facultatif - cliquez pour rendre requis', 'reorder' => 'Réordonner', 'db_field' => 'Champ BDD', - 'db_convert_warning' => 'ATTENTION. Ce champ est dans la table de champs personnalisés en tant que :db_column mais devrait être :expected .', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'Cette valeur doit être unique parmi tous les actifs', 'unique' => 'Unique', ]; diff --git a/resources/lang/fr/admin/custom_fields/message.php b/resources/lang/fr/admin/custom_fields/message.php index 2496cbb682..c536dc41e2 100644 --- a/resources/lang/fr/admin/custom_fields/message.php +++ b/resources/lang/fr/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/fr/admin/hardware/form.php b/resources/lang/fr/admin/hardware/form.php index fa6b759bfe..ddd33da3f8 100644 --- a/resources/lang/fr/admin/hardware/form.php +++ b/resources/lang/fr/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ 'asset_not_deployable' => 'L\'actif n\'est pas déployable. L\'actif ne peut pas être affecté.', 'asset_deployable' => 'L\'actif est déployable. L\'actif peut être affecté.', 'processing_spinner' => 'Traitement en cours...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php index 114a54ba25..6469c52e4a 100644 --- a/resources/lang/fr/admin/hardware/message.php +++ b/resources/lang/fr/admin/hardware/message.php @@ -17,7 +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.', + 'no_assets_selected' => 'Aucune ressource n\'a été sélectionnée, rien n\'a donc été mis à jour.', ], 'restore' => [ diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index 59e12e1bf1..17926febf2 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -28,7 +28,7 @@ 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_help' => 'Créer, télécharger et restaurer des sauvegardes ', 'backups_restoring' => 'Restaurer à partir d\'une sauvegarde', 'backups_upload' => 'Téléverser la sauvegarde', 'backups_path' => 'Les sauvegardes sont stockées dans :path sur le serveur', @@ -67,7 +67,7 @@ return [ 'footer_text_help' => 'Ce texte apparaîtra dans le pied de page de droitre. Les liens sont autorisés en utilisant Github flavored markdown. Les sauts de ligne, les en-têtes, les images, etc. peuvent entraîner des résultats imprévisibles.', 'general_settings' => 'Configuration générale', 'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, tos, dashboard, privacy', - 'general_settings_help' => 'Default EULA and more', + 'general_settings_help' => 'CLUF par défaut et plus encore', 'generate_backup' => 'Générer une sauvegarde', 'header_color' => 'Couleur de l\'en-tête', 'info' => 'Ces paramètres vous permettent de personnaliser certains aspects de votre installation.', @@ -85,7 +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_manager' => 'Gestionnaire LDAP', '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', @@ -273,7 +273,7 @@ return [ 'unique_serial_help_text' => 'Cocher cette case forcera une contrainte d\'unicité sur les identifiants d\'actif', 'zerofill_count' => 'Longueur des étiquettes de bien, incluant le remplissage de zéros', 'username_format_help' => 'Ce paramètre ne sera utilisé par le processus d\'importation que si un nom d\'utilisateur n\'est pas fourni et que nous devons générer un nom d\'utilisateur pour vous.', - 'oauth_title' => 'OAuth API Settings', + 'oauth_title' => 'Paramètres de l\'API OAuth', 'oauth' => 'OAuth', 'oauth_help' => 'Paramètres du point de terminaison Oauth', 'asset_tag_title' => 'Mettre à jour les paramètres de numéro d\'inventaire', @@ -287,7 +287,7 @@ return [ 'general_title' => 'Gérer les paramètres généraux', 'mail_test' => 'Envoyer un message de test', 'mail_test_help' => 'This will attempt to send a test mail to :replyto.', - 'filter_by_keyword' => 'Filter by setting keyword', + 'filter_by_keyword' => 'Filtrer par mot clé', 'security' => 'Sécurité', 'security_title' => 'Gérer les paramètres de sécurité', 'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication', diff --git a/resources/lang/fr/admin/settings/table.php b/resources/lang/fr/admin/settings/table.php index 22db5c84ed..64bafce03f 100644 --- a/resources/lang/fr/admin/settings/table.php +++ b/resources/lang/fr/admin/settings/table.php @@ -1,6 +1,6 @@ 'Created', - 'size' => 'Size', + 'created' => 'Créé', + 'size' => 'Taille', ); diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php index 88531e7f6c..b69bfd7f31 100644 --- a/resources/lang/fr/admin/users/general.php +++ b/resources/lang/fr/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Dernière connexion', 'ldap_config_text' => 'Les paramètres de configuration LDAP se trouvent sous Admin > Réglages. La localisation sélectionnée (optionnelle) sera définie pour tous les utilisateurs importés.', 'print_assigned' => 'Imprimer tout ceux assignés', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Logiciels associés avec :name', 'send_email_help' => 'Vous devez fournir une adresse e-mail pour que cet utilisateur puisse recevoir ses identifiants. Les envois d\'identifiants par email ne peuvent être faits que lors de la création de l\'utilisateur. Les mots de passe sont stockés dans un hachage à sens unique et ne peuvent pas être récupérés une fois enregistrés.', 'view_user' => 'Voir l\'utilisateur :name', @@ -24,8 +26,8 @@ return [ 'two_factor_admin_optin_help' => 'Vos paramètres administratifs actuels permettent une application sélective de l\'authentification à deux facteurs. ', 'two_factor_enrolled' => '2FA Device Enrolled ', 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User cannot login', - 'user_activated' => 'User can login', + 'user_deactivated' => 'L\'utilisateur ne peut pas se connecter', + 'user_activated' => 'L\'utilisateur peut se connecter', 'activation_status_warning' => 'Ne pas modifier le statut d\'activation', '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.', @@ -33,10 +35,10 @@ return [ 'remove_group_memberships' => 'Supprimer les appartenances de groupe', 'warning_deletion' => 'AVERTISSEMENT :', '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', + 'update_user_assets_status' => 'Update all assets for these users to this status', 'checkin_user_properties' => 'Soumettre toutes les propriétés associées à ces utilisateurs', - 'remote_label' => 'This is a remote user', - 'remote' => 'Remote', + 'remote_label' => 'Il s\'agit d\'un utilisateur distant', + 'remote' => 'Distant', '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', + 'not_remote_label' => 'Il ne s\'agit pas d\'un utilisateur distant', ]; diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php index db310aa1bb..93c2eabca7 100644 --- a/resources/lang/fr/auth.php +++ b/resources/lang/fr/auth.php @@ -14,7 +14,7 @@ return array( */ 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'password' => 'Le mot de passe fourni est incorrect.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer à nouveau dans :seconds secondes.', ); diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php index 7ac5876fea..02d7eedd25 100644 --- a/resources/lang/fr/general.php +++ b/resources/lang/fr/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Créer', 'created' => 'Élément créé', 'created_asset' => 'Actif créé', - 'created_at' => 'Créé le', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Enregistrement créé', 'updated_at' => 'Mise à jour à', 'currency' => '€', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Numéro d’employé', 'email_domain_help' => 'C\'est utilisé pour générer des adresses e-mail lors de l\'importation', 'error' => 'Erreur', + 'example' => 'Example: ', 'filastname_format' => 'Première lettre du prénom Nom de famille (jsmith@example.com)', 'firstname_lastname_format' => 'Prénom Nom de famille (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Prénom Nom (jane_smith@example.com)', @@ -115,7 +117,7 @@ return [ 'files' => 'Fichiers', 'file_name' => 'Fichier', 'file_type' => 'Type de fichier', - 'filesize' => 'File Size', + 'filesize' => 'Taille de fichier', 'file_uploads' => 'Uploads de fichiers', 'file_upload' => 'Dépôt de fichiers', 'generate' => 'Générer', @@ -240,7 +242,7 @@ return [ 'state' => 'État', 'status_labels' => 'Étiquette de statut', 'status' => 'Statut', - 'accept_eula' => 'Acceptance Agreement', + 'accept_eula' => 'Contrat de licence', 'supplier' => 'Fournisseur', 'suppliers' => 'Fournisseurs', 'sure_to_delete' => 'Êtes-vous sûr de vouloir supprimer ?', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Non déployable', 'unknown_admin' => 'Admin inconnu', 'username_format' => 'Format du nom d\'utilisateur', + 'username' => 'Username', 'update' => 'Actualiser', 'upload_filetypes_help' => 'Les types de fichiers autorisés sont png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf et rar. La taille maximale autorisée est :size.', 'uploaded' => 'Téléversement réussi', @@ -354,7 +357,11 @@ return [ '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', + 'maintenance_mode' => 'Le service est temporairement indisponible en raison d\'une mise à jour du système. Veuillez revenir plus tard.', + 'maintenance_mode_title' => 'Le système est temporairement indisponible', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/fr/passwords.php b/resources/lang/fr/passwords.php index 16c5c276c8..25633b4581 100644 --- a/resources/lang/fr/passwords.php +++ b/resources/lang/fr/passwords.php @@ -1,6 +1,8 @@ '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.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php index 5ed7858d6c..23fb4ca33e 100644 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Les mots de passe doivent contenir six caractères et correspondre à la confirmation.", - "user" => "Le nom d'utilisateur ou l'e-mail est incorrect", - - "token" => "Ce jeton de réinitialisation est invalide.", - - "sent" => "Si votre adresse e-mail est trouvée, un rappel de mot de passe a été envoyé !", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index 7fda257cc9..c6b4d1050c 100644 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -91,8 +91,13 @@ 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.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ - 'numeric' => 'Value cannot be negative' + 'numeric' => 'La valeur ne peut pas être négative' ], diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php index ac002cb5b9..9543707d3f 100644 --- a/resources/lang/ga-IE/admin/custom_fields/general.php +++ b/resources/lang/ga-IE/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/ga-IE/admin/custom_fields/message.php b/resources/lang/ga-IE/admin/custom_fields/message.php index 98eeebcc6e..850d664ee9 100644 --- a/resources/lang/ga-IE/admin/custom_fields/message.php +++ b/resources/lang/ga-IE/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/ga-IE/admin/hardware/form.php b/resources/lang/ga-IE/admin/hardware/form.php index c8c04f510e..955e858cc2 100644 --- a/resources/lang/ga-IE/admin/hardware/form.php +++ b/resources/lang/ga-IE/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/ga-IE/admin/users/general.php b/resources/lang/ga-IE/admin/users/general.php index d2f6da012e..9b2efd2cf5 100644 --- a/resources/lang/ga-IE/admin/users/general.php +++ b/resources/lang/ga-IE/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Logáil isteach deireanach', 'ldap_config_text' => 'Is féidir suímh chumraíochta LDAP a fháil Admin> Settings. Socrófar an suíomh roghnaithe (roghnach) do gach úsáideoir a allmhairítear.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Bogearraí Seiceáil amach chuig: ainm', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Féach Úsáideoir: ainm', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index fcba97e683..d6c8f5e8ca 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Cruthaigh Nua', 'created' => 'Mír Cruthaithe', 'created_asset' => 'cruthaíodh sócmhainn', - 'created_at' => 'Cruthaithe ag', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Nuashonraithe ag', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Úsáidtear é seo chun seoltaí ríomhphoist a ghiniúint nuair a allmhairítear iad', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'An Chéad Ainm Deiridh Tosaigh (jsmith@example.com)', 'firstname_lastname_format' => 'Ainm Ainm Chéad Ainm (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Neamh-imscartha', 'unknown_admin' => 'Riarachán Anaithnid', 'username_format' => 'Ainm Úsáideora Formáid', + 'username' => 'Username', 'update' => 'Nuashonrú', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uasluchtaithe', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/ga-IE/passwords.php b/resources/lang/ga-IE/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/ga-IE/passwords.php +++ b/resources/lang/ga-IE/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/ga-IE/reminders.php b/resources/lang/ga-IE/reminders.php index 718229999d..9d0ff361d8 100644 --- a/resources/lang/ga-IE/reminders.php +++ b/resources/lang/ga-IE/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Ní mór go mbeadh sé carachtair ar na focail agus an dearbhú a mheaitseáil.", - "user" => "Tá ainm úsáideora nó seoladh ríomhphoist mícheart", - - "token" => "Tá an tocsa athshocrú focal faire seo neamhbhailí.", - - "sent" => "Má aimsíodh seoladh ríomhphoist meaitseála, cuireadh meabhrúchán phasfhocal isteach!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php index cd700d807c..aa20448a57 100644 --- a/resources/lang/ga-IE/validation.php +++ b/resources/lang/ga-IE/validation.php @@ -91,6 +91,11 @@ 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.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/he/admin/custom_fields/general.php b/resources/lang/he/admin/custom_fields/general.php index 184ebaceb0..10d7ee48e1 100644 --- a/resources/lang/he/admin/custom_fields/general.php +++ b/resources/lang/he/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'ערך זה חייב להיות ייחודי בכל הנכסים', 'unique' => 'ייחודי', ]; diff --git a/resources/lang/he/admin/custom_fields/message.php b/resources/lang/he/admin/custom_fields/message.php index 57276c107e..db747048eb 100644 --- a/resources/lang/he/admin/custom_fields/message.php +++ b/resources/lang/he/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/he/admin/hardware/form.php b/resources/lang/he/admin/hardware/form.php index 7f9dadbe06..8c9c79e852 100644 --- a/resources/lang/he/admin/hardware/form.php +++ b/resources/lang/he/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ 'asset_not_deployable' => 'הנכס הזה לא זמין. לא ניתן לספק ללקוח.', 'asset_deployable' => 'הנכס זמין. ניתן לשייך למיקום.', 'processing_spinner' => 'מעבד...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php index de6c7b7657..588b633052 100644 --- a/resources/lang/he/admin/users/general.php +++ b/resources/lang/he/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'כניסה אחרונה', 'ldap_config_text' => 'הגדרות תצורה של LDAP נמצאות \'מנהל\'> \'הגדרות\'. המיקום הנבחר (אופציונלי) ייקבע עבור כל המשתמשים המיובאים.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'התוכנה נבדקה אל: שם', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'הצג משתמש: שם', @@ -33,7 +35,7 @@ return [ 'remove_group_memberships' => 'Remove Group Memberships', 'warning_deletion' => 'אזהרה:', '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', + 'update_user_assets_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', diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php index a3e76851e0..c1ebc07c29 100644 --- a/resources/lang/he/general.php +++ b/resources/lang/he/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'צור חדש', 'created' => 'פריט נוצר', 'created_asset' => 'הנכס שנוצר', - 'created_at' => 'נוצר ב', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'רשומה נוצרה', 'updated_at' => 'עודכן ב', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'מספר עובד', 'email_domain_help' => 'זה משמש ליצירת כתובות דוא"ל בעת ייבוא', 'error' => 'שגיאה', + 'example' => 'Example: ', 'filastname_format' => 'שם משפחה ראשוני ראשון (jsmith@example.com)', 'firstname_lastname_format' => 'שם משפחה של שם פרטי (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'שם פרטי שם משפחה (jane_smith@example.com)', @@ -115,7 +117,7 @@ return [ 'files' => 'קבצים', 'file_name' => 'קוֹבֶץ', 'file_type' => 'סוג קובץ', - 'filesize' => 'File Size', + 'filesize' => 'גודל קובץ', 'file_uploads' => 'העלאות קבצים', 'file_upload' => 'טעינת קובץ', 'generate' => 'לִיצוֹר', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'לא ניתן לפריסה', 'unknown_admin' => 'מנהל לא ידוע', 'username_format' => 'פורמט שם משתמש', + 'username' => 'Username', 'update' => 'עדכון', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'הועלה', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/he/passwords.php b/resources/lang/he/passwords.php index ddd26da44b..25633b4581 100644 --- a/resources/lang/he/passwords.php +++ b/resources/lang/he/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'לא נמצע משתמש פעיל עם דוא״ל הזה.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/he/reminders.php b/resources/lang/he/reminders.php index 7c21931a18..1f95e0f219 100644 --- a/resources/lang/he/reminders.php +++ b/resources/lang/he/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "סיסמאות חייבות להיות שש תווים ולהתאים את האישור.", - "user" => "שם המשתמש או כתובת האימייל שגויים", - - "token" => "אסימון איפוס הסיסמה אינו חוקי.", - - "sent" => "אם נמצאה כתובת דוא\"ל תואמת, נשלחה תזכורת סיסמא!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 89dedddaf9..179deab17a 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -91,8 +91,13 @@ return [ 'url' => 'תבנית התכונה: אינה חוקית.', 'unique_undeleted' => 'השדה חייב מזהה יחודי.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ - 'numeric' => 'Value cannot be negative' + 'numeric' => 'הערך לא יכול להיות שלילי' ], diff --git a/resources/lang/hr/admin/custom_fields/general.php b/resources/lang/hr/admin/custom_fields/general.php index bdba078115..405491649b 100644 --- a/resources/lang/hr/admin/custom_fields/general.php +++ b/resources/lang/hr/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/hr/admin/custom_fields/message.php b/resources/lang/hr/admin/custom_fields/message.php index 69f4a3777e..55560eac0f 100644 --- a/resources/lang/hr/admin/custom_fields/message.php +++ b/resources/lang/hr/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/hr/admin/hardware/form.php b/resources/lang/hr/admin/hardware/form.php index b580e7150d..6ac3f63322 100644 --- a/resources/lang/hr/admin/hardware/form.php +++ b/resources/lang/hr/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php index 3828e0b87a..28eaae66ca 100644 --- a/resources/lang/hr/admin/users/general.php +++ b/resources/lang/hr/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Zadnja prijava', 'ldap_config_text' => 'Postavke LDAP konfiguracije mogu se pronaći u Administrator> Postavke. Odabrana lokacija (opcionalno) bit će postavljena za sve uvezene korisnike.', 'print_assigned' => 'Ispiši sve dodijeljeno', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Softver je provjeren na: ime', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'Prikaži korisnika: ime', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php index 7432e2b954..d1d51e1be9 100644 --- a/resources/lang/hr/general.php +++ b/resources/lang/hr/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Izradi novu', 'created' => 'Stavka je stvorena', 'created_asset' => 'stvorio imovinu', - 'created_at' => 'Created at', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Ažurirano u', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Ovo se koristi za generiranje e-adresa prilikom uvoza', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Prvo početno prezime (jsmith@example.com)', 'firstname_lastname_format' => 'Prezime prezime (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Un-razmjestiti', 'unknown_admin' => 'Nepoznati administrator', 'username_format' => 'Format korisničkog imena', + 'username' => 'Username', 'update' => 'Ažuriraj', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/hr/passwords.php b/resources/lang/hr/passwords.php index 1d169e9c8f..25633b4581 100644 --- a/resources/lang/hr/passwords.php +++ b/resources/lang/hr/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Nije pronađen niti jedan aktivni korisnik sa tim e-mailom.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/hr/reminders.php b/resources/lang/hr/reminders.php index d0c15f75ef..4f9118ce2f 100644 --- a/resources/lang/hr/reminders.php +++ b/resources/lang/hr/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Zaporke moraju imati šest znakova i odgovarati potvrdi.", - "user" => "Korisničko ime ili e-adresa nisu točni", - - "token" => "Token za resetiranje lozinke nije valjan.", - - "sent" => "Ako je pronađena odgovarajuća adresa e-pošte, podsjetnik za lozinku je poslan!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php index 248fd5b50b..9c097f7688 100644 --- a/resources/lang/hr/validation.php +++ b/resources/lang/hr/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Format atributa nije važeći.', 'unique_undeleted' => ':attribute mora biti jedinstven.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/hu/account/general.php b/resources/lang/hu/account/general.php index 7fc060a849..6401c97f4b 100644 --- a/resources/lang/hu/account/general.php +++ b/resources/lang/hu/account/general.php @@ -1,12 +1,10 @@ '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:', + 'personal_api_keys' => 'Személyes API kulcsok', + 'api_key_warning' => 'API token generálásakor ügyeljen arra, hogy azt azonnal lemásolja, mivel a nem lesz látható újra.', + 'api_base_url' => 'Az API alap url címe a következő:', '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.', + 'api_token_expiration_time' => 'Az API tokenek lejárati ideje:', + 'api_reference' => 'Kérjük, ellenőrizze a API referenciákat ahol konkrét API végpontokat és további API dokumentációt talál.', ); diff --git a/resources/lang/hu/admin/custom_fields/general.php b/resources/lang/hu/admin/custom_fields/general.php index 2ee46573f7..3468e59a43 100644 --- a/resources/lang/hu/admin/custom_fields/general.php +++ b/resources/lang/hu/admin/custom_fields/general.php @@ -41,7 +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' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'Ennek az értéknek minden eszköz esetében egyedinek kell lennie', 'unique' => 'Egyedi', ]; diff --git a/resources/lang/hu/admin/custom_fields/message.php b/resources/lang/hu/admin/custom_fields/message.php index c59ad4ed95..78b7827f61 100644 --- a/resources/lang/hu/admin/custom_fields/message.php +++ b/resources/lang/hu/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php index 6649d8e5de..2bd7951969 100644 --- a/resources/lang/hu/admin/hardware/form.php +++ b/resources/lang/hu/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ 'asset_not_deployable' => 'Az eszköz még nem kiadásra kész, még nem kiadható.', 'asset_deployable' => 'Az eszköz kiadásra kész, kiadható.', 'processing_spinner' => 'Feldolgozás...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php index 4f33a717bb..549d3ef5df 100644 --- a/resources/lang/hu/admin/hardware/message.php +++ b/resources/lang/hu/admin/hardware/message.php @@ -16,7 +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.', + 'no_assets_selected' => 'Egyetlen eszköz sem volt kiválasztva, így semmi sem frissült.', ], 'restore' => [ diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index c8cb5eb141..eb01c985ed 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -28,7 +28,7 @@ return [ '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_help' => 'Biztonsági mentések létrehozása, letöltése és visszaállítása ', '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', @@ -85,7 +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_manager' => 'LDAP-kezelő', '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 index 22db5c84ed..91b8a69d60 100644 --- a/resources/lang/hu/admin/settings/table.php +++ b/resources/lang/hu/admin/settings/table.php @@ -1,6 +1,6 @@ 'Created', - 'size' => 'Size', + 'created' => 'Létrehozva', + 'size' => 'Méret', ); diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php index 466c0dbd28..dfa1e06a8d 100644 --- a/resources/lang/hu/admin/users/general.php +++ b/resources/lang/hu/admin/users/general.php @@ -17,15 +17,17 @@ return [ 'last_login' => 'Utolsó bejelentkezés', 'ldap_config_text' => 'Az LDAP konfigurációs beállításai megtalálhatók az Adminisztrálás> Beállítások menüben. Az (opcionális) kiválasztott hely minden importált felhasználó számára be lesz állítva.', 'print_assigned' => 'Az összes hozzárendelt nyomtatása', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Szoftver ellenőrzése: név', 'send_email_help' => 'Meg kell adnod egy email címet ehhez a felhasználóhoz, hogy a hitelesítő adatok elküldve legyenek számára. Hitelesítő adatok csak a felhasználó készítésekor kerülnek elküldésre. A jelszavak hashelve kerülnek mentésre így nem lehet őket megszerezni miután elmentödtek.', '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 Device Enrolled ', - 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User cannot login', - 'user_activated' => 'User can login', + 'two_factor_enrolled' => '2FA eszköz bejegyezve ', + 'two_factor_active' => '2FA Aktív ', + 'user_deactivated' => 'A felhasználó nem tud bejelentkezni', + 'user_activated' => 'A felhasználó be tud jelentkezni', '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.', @@ -33,10 +35,10 @@ return [ 'remove_group_memberships' => 'Csoporttagságok eltávolítása', 'warning_deletion' => 'FIGYELMEZTETÉS:', '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', + 'update_user_assets_status' => 'Update all assets for these users to this status', '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', + 'remote_label' => 'Ez egy távoli felhasználó', + 'remote' => 'Távoli', + 'remote_help' => 'Ez akkor lehet hasznos, ha olyan távoli felhasználókra kell szűrnie, akik soha vagy ritkán járnak be a fizikai helyszínekre.', + 'not_remote_label' => 'Ez nem egy távoli felhasználó', ]; diff --git a/resources/lang/hu/admin/users/table.php b/resources/lang/hu/admin/users/table.php index 346b44195a..1e44e2b5b3 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' => '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.', + 'groupnotes' => 'Válassza ki a felhasználóhoz hozzárendelni kívánt csoportot, és ne feledje, hogy a felhasználó a hozzá rendelt csoport jogosultságait veszi át. A csoportok kijelölésének megszüntetéséhez használja a ctrl+kattintást (vagy MacOS esetén a cmd+kattintást).', 'id' => 'Id', 'inherit' => 'Örököl', 'job' => 'Munka megnevezése', diff --git a/resources/lang/hu/auth.php b/resources/lang/hu/auth.php index db310aa1bb..e62bea6fa5 100644 --- a/resources/lang/hu/auth.php +++ b/resources/lang/hu/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Ezek a hitelesítő adatok nem egyeznek a nyilvántartásunkkal.', + 'password' => 'A megadott jelszó helytelen.', + 'throttle' => 'Túl sok bejelentkezési kísérlet. Kérjük, próbálkozzon újra :seconds másodperc múlva.', ); diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php index 97b1458879..9695f9f006 100644 --- a/resources/lang/hu/general.php +++ b/resources/lang/hu/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Új létrehozása', 'created' => 'Elem létrehozva', 'created_asset' => 'létrehozott eszköz', - 'created_at' => 'Létrehozva', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Rekord létrehozva', 'updated_at' => 'Frissítve:', 'currency' => 'HUF', // this is deprecated @@ -100,6 +101,7 @@ return [ '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', + 'example' => 'Example: ', 'filastname_format' => 'Első kezdeti keresztnév (jsmith@example.com)', 'firstname_lastname_format' => 'Utónév (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Keresztnév Vezetéknév (jakab_gipsz@example.com)', @@ -115,7 +117,7 @@ return [ 'files' => 'Fájlok', 'file_name' => 'Fájl', 'file_type' => 'Fájl típus', - 'filesize' => 'File Size', + 'filesize' => 'Fájl mérete', 'file_uploads' => 'Fájlfeltöltések', 'file_upload' => 'Fájl feltöltése', 'generate' => 'Létrehoz', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Nem kiadható', 'unknown_admin' => 'Ismeretlen Admin', 'username_format' => 'Felhasználónév formátum', + 'username' => 'Username', 'update' => 'Frissités', 'upload_filetypes_help' => 'Az engedélyezett fájltípusok: png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf és rar. A feltöltés maximum mérete :size.', 'uploaded' => 'Feltöltve', @@ -354,7 +357,11 @@ return [ '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.)', + 'maintenance_mode' => 'A szolgáltatás átmenetileg nem érhető el a rendszerfrissítések miatt. Kérjük, nézzen vissza később.', + 'maintenance_mode_title' => 'A rendszer átmenetileg nem elérhető', + 'ldap_import' => 'A felhasználói jelszót nem az LDAP-nak kell kezelnie. (Ez lehetővé teszi, hogy elfelejtett jelszóra vonatkozó kéréseket küldjön.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/hu/passwords.php b/resources/lang/hu/passwords.php index 635d8d08a8..25633b4581 100644 --- a/resources/lang/hu/passwords.php +++ b/resources/lang/hu/passwords.php @@ -1,6 +1,8 @@ 'Sikeres: Ha az email cím létezik a rendszerünkben, akkor a jelszó visszaállító emailt elküldtük.', - 'user' => 'Nem található aktív felhasználó a megadott email címmel.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/hu/reminders.php b/resources/lang/hu/reminders.php index 2757eadae2..eec2dd1121 100644 --- a/resources/lang/hu/reminders.php +++ b/resources/lang/hu/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "A jelszónak 6 karakteresnek kell lennie és egyeznie kell a megerősítésével.", - "user" => "A felhasználónév vagy az e-mail cím téves", - - "token" => "Ez a jelszó visszaállítási kérelem érvénytelen.", - - "sent" => "Ha megfelelő az email cím, egy jelszó emlékeztetőt küldünk!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index 3a920d952f..8d02a9b40c 100644 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -91,8 +91,13 @@ 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.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ - 'numeric' => 'Value cannot be negative' + 'numeric' => 'Az érték nem lehet negatív' ], diff --git a/resources/lang/id/admin/custom_fields/general.php b/resources/lang/id/admin/custom_fields/general.php index 555e161b55..377efaed49 100644 --- a/resources/lang/id/admin/custom_fields/general.php +++ b/resources/lang/id/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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.', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'Nilai ini harus unik di semua aset', 'unique' => 'Unik', ]; diff --git a/resources/lang/id/admin/custom_fields/message.php b/resources/lang/id/admin/custom_fields/message.php index 5ad9eb4334..5a01e08c57 100644 --- a/resources/lang/id/admin/custom_fields/message.php +++ b/resources/lang/id/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/id/admin/hardware/form.php b/resources/lang/id/admin/hardware/form.php index 3e2d1a15ce..0a431b199e 100644 --- a/resources/lang/id/admin/hardware/form.php +++ b/resources/lang/id/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/id/admin/users/general.php b/resources/lang/id/admin/users/general.php index 02c6a79680..f033295772 100644 --- a/resources/lang/id/admin/users/general.php +++ b/resources/lang/id/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Terakhir masuk', 'ldap_config_text' => 'Konfigurasi LDAP terdapat di Admin > Pengaturan. Jika lokasi di pilih, maka akan di impor untuk semua pengguna.', 'print_assigned' => 'Cetak Semua Ditugaskan', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Perangkat lunak pada :name', 'send_email_help' => 'Anda harus memberikan alamat email pengguna ini untuk mengirimkan kredensial kepada mereka. Pengiriman email kredensial hanya dapat dilakukan pada pembuatan user. Kata sandi disimpan dalam hash satu arah dan tidak dapat diambil setelah disimpan.', 'view_user' => 'Lihat pengguna: name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/id/general.php b/resources/lang/id/general.php index 507f53ee61..82ff933908 100644 --- a/resources/lang/id/general.php +++ b/resources/lang/id/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Buat baru', 'created' => 'Item dibuat', 'created_asset' => 'Buat aset', - 'created_at' => 'Dibuat di', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Rekam Dibuat', 'updated_at' => 'Diperbarui pada', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'Ini digunakan untuk untuk membuat email ketika melakukan proses import', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'Inisial pertama - Nama belakang (jsmith@example.com)', 'firstname_lastname_format' => 'Nama depan - Nama belakang (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Belum siap digunakan', 'unknown_admin' => 'Admin tidak diketahui', 'username_format' => 'Format pengguna', + 'username' => 'Username', 'update' => 'Memperbarui', 'upload_filetypes_help' => 'Jenis file yang diizinkan adalah png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf, dan rar. Ukuran unggahan maksimum yang diizinkan adalah :size.', 'uploaded' => 'Terunggah', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/id/passwords.php b/resources/lang/id/passwords.php index 2794998fca..25633b4581 100644 --- a/resources/lang/id/passwords.php +++ b/resources/lang/id/passwords.php @@ -1,6 +1,8 @@ 'Success: If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'Tidak ada satupun pengguna aktif yang menggunakan email ini.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/id/reminders.php b/resources/lang/id/reminders.php index ec797a949b..4f692f2267 100644 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Kata sandi harus 6 karakter dan sama.", - "user" => "Nama pengguna atau alamat email salah", - - "token" => "Password reset token tidak valid.", - - "sent" => "Jika alamat email yang cocok ditemukan, pengingat password telah dikirim!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index ba39748be4..039163abb2 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'Format :attribute tidak benar.', 'unique_undeleted' => ':attribute harus unik.', 'non_circular' => ':attribute tidak boleh membuat referensi melingkar.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/is/admin/custom_fields/general.php b/resources/lang/is/admin/custom_fields/general.php index a0dae66b24..3aa9b78243 100644 --- a/resources/lang/is/admin/custom_fields/general.php +++ b/resources/lang/is/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/is/admin/custom_fields/message.php b/resources/lang/is/admin/custom_fields/message.php index ed66a6ba16..43ba821821 100644 --- a/resources/lang/is/admin/custom_fields/message.php +++ b/resources/lang/is/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/is/admin/hardware/form.php b/resources/lang/is/admin/hardware/form.php index 68b5e651ba..2e7e6baaf3 100644 --- a/resources/lang/is/admin/hardware/form.php +++ b/resources/lang/is/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/is/admin/users/general.php b/resources/lang/is/admin/users/general.php index e31a579cd3..40ac77a6a3 100644 --- a/resources/lang/is/admin/users/general.php +++ b/resources/lang/is/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Last Login', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Checked out to :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'View User :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/is/general.php b/resources/lang/is/general.php index 0c199625a5..d573d0f2ee 100644 --- a/resources/lang/is/general.php +++ b/resources/lang/is/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Stofna nýtt', 'created' => 'Item Created', 'created_asset' => 'skráði eign', - 'created_at' => 'Created at', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'This is used to generate email addresses when importing', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Ónothæfar', 'unknown_admin' => 'Unknown Admin', 'username_format' => 'Username Format', + 'username' => 'Username', 'update' => 'Update', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/is/passwords.php b/resources/lang/is/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/is/passwords.php +++ b/resources/lang/is/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/is/reminders.php b/resources/lang/is/reminders.php index e7a476e3a2..8a197467df 100644 --- a/resources/lang/is/reminders.php +++ b/resources/lang/is/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Passwords must be six characters and match the confirmation.", - "user" => "Username or email address is incorrect", - - "token" => "This password reset token is invalid.", - - "sent" => "If a matching email address was found, a password reminder has been sent!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/is/validation.php b/resources/lang/is/validation.php index 9f06e3eae9..964050246a 100644 --- a/resources/lang/is/validation.php +++ b/resources/lang/is/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/it/account/general.php b/resources/lang/it/account/general.php index 7fc060a849..fc9d48577d 100644 --- a/resources/lang/it/account/general.php +++ b/resources/lang/it/account/general.php @@ -1,12 +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:', + 'personal_api_keys' => 'Chiavi API Personali', + 'api_key_warning' => 'Quando si genera un token API, assicurati di copiarlo immediatamente perché + non potrai più visualizzarlo.', + 'api_base_url' => 'Il tuo URL di base API è:', '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.', + 'api_token_expiration_time' => 'I token API scadranno fra:', + 'api_reference' => 'Controlla il riferimento API per + trovare gli endpoint API specifici e documentazione aggiuntiva.', ); diff --git a/resources/lang/it/admin/companies/general.php b/resources/lang/it/admin/companies/general.php index 30d4046dde..01668fec1a 100644 --- a/resources/lang/it/admin/companies/general.php +++ b/resources/lang/it/admin/companies/general.php @@ -2,6 +2,6 @@ return [ 'select_company' => 'Seleziona Azienda', - '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' => 'Informazioni sulle aziende', + 'about_companies_description' => ' È possibile utilizzare le aziende come un semplice campo informativo, oppure puoi utilizzarle per limitare la visibilità e la disponibilità degli asset agli utenti di una specifica azienda abilitando il Supporto Aziendale Completo nelle impostazioni di amministrazione.', ]; diff --git a/resources/lang/it/admin/custom_fields/general.php b/resources/lang/it/admin/custom_fields/general.php index 228c1ffe2d..23e12cb22f 100644 --- a/resources/lang/it/admin/custom_fields/general.php +++ b/resources/lang/it/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', 'is_unique' => 'Questo valore deve essere univoco per tutti i beni', 'unique' => 'Univoco', ]; diff --git a/resources/lang/it/admin/custom_fields/message.php b/resources/lang/it/admin/custom_fields/message.php index 84c8a03306..a59215cfe0 100644 --- a/resources/lang/it/admin/custom_fields/message.php +++ b/resources/lang/it/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/it/admin/hardware/form.php b/resources/lang/it/admin/hardware/form.php index c20f58f899..92f1b87f51 100644 --- a/resources/lang/it/admin/hardware/form.php +++ b/resources/lang/it/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ 'asset_not_deployable' => 'Lo stato del bene è "Non Assegnabile". Non puoi fare il check-out di questo bene.', 'asset_deployable' => 'Lo stato del bene è "Assegnabile". Puoi fare il check-out di questo bene.', 'processing_spinner' => 'Elaborazione...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php index bc9edfcd2b..1600d5ac90 100644 --- a/resources/lang/it/admin/hardware/message.php +++ b/resources/lang/it/admin/hardware/message.php @@ -17,7 +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.', + 'no_assets_selected' => 'Nessun asset è stato selezionato, quindi niente è stato eliminato.', ], 'restore' => [ diff --git a/resources/lang/it/admin/licenses/form.php b/resources/lang/it/admin/licenses/form.php index c25c85f6e4..945dba8ca2 100644 --- a/resources/lang/it/admin/licenses/form.php +++ b/resources/lang/it/admin/licenses/form.php @@ -3,7 +3,7 @@ return array( 'asset' => 'Bene', - 'checkin' => 'Carica', + 'checkin' => 'Disassegnare', 'create' => 'Crea Licenza', 'expiration' => 'Data di scadenza', 'license_key' => 'Chiave licenza', diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index adefba018f..7e65102f78 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -28,7 +28,7 @@ return [ '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_help' => 'Crea, scarica e ripristina i backup ', 'backups_restoring' => 'Ripristino da backup', 'backups_upload' => 'Carica Backup', 'backups_path' => 'I backup sul server sono memorizzati in :path', @@ -85,7 +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_manager' => 'Manager LDAP', '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 index 22db5c84ed..4738557162 100644 --- a/resources/lang/it/admin/settings/table.php +++ b/resources/lang/it/admin/settings/table.php @@ -1,6 +1,6 @@ 'Created', - 'size' => 'Size', + 'created' => 'Creato', + 'size' => 'Dimensione', ); diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php index 0abf66e611..655f58b26d 100644 --- a/resources/lang/it/admin/users/general.php +++ b/resources/lang/it/admin/users/general.php @@ -17,15 +17,17 @@ return [ 'last_login' => 'Ultimo accesso', 'ldap_config_text' => 'Le impostazioni di configurazione di LDAP possono essere trovate su Admin > Impostazioni. La posizione selezionata (facoltativa) verrà impostata per tutti gli utenti importati.', 'print_assigned' => 'Stampa tutti assegnati', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software estratto a :name', 'send_email_help' => 'Devi fornire un indirizzo email all\'utente per inviare loro le credenziali. L\'inoltro delle credenziali via email avviene solo durante la creazione dell\'utente. La password è memorizzata in un hash unidirezionale e non può essere recuperata, una volta salvata.', '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' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', - 'user_deactivated' => 'User cannot login', - 'user_activated' => 'User can login', + 'two_factor_enrolled' => 'Dispositivo 2FA Iscritto ', + 'two_factor_active' => '2FA attivo ', + 'user_deactivated' => 'L\'utente non può loggarsi', + 'user_activated' => 'L\'utente può loggarsi', '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.', @@ -33,10 +35,10 @@ return [ 'remove_group_memberships' => 'Rimuove Membri del Gruppo', 'warning_deletion' => 'ATTENZIONE:', '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', + 'update_user_assets_status' => 'Update all assets for these users to this status', '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', + 'remote_label' => 'Questo è un utente remoto', + 'remote' => 'Remoto', + 'remote_help' => 'Questo può esserti utile se devi filtrare gli utenti remoti che non entrano mai o solo raramente nelle tue posizioni fisiche.', + 'not_remote_label' => 'Questo non è un utente remoto', ]; diff --git a/resources/lang/it/admin/users/table.php b/resources/lang/it/admin/users/table.php index 8dc9a324a8..c442b12df8 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' => '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.', + 'groupnotes' => 'Seleziona un gruppo da assegnare all\'utente, ricorda che un utente eredita i permessi del gruppo assegnatogli. Usa ctrl+click (o cmd+click su MacOS) per deselezionare i gruppi.', 'id' => 'ID', 'inherit' => 'Eredita', 'job' => 'Professione', diff --git a/resources/lang/it/auth.php b/resources/lang/it/auth.php index db310aa1bb..15bca5fe03 100644 --- a/resources/lang/it/auth.php +++ b/resources/lang/it/auth.php @@ -13,8 +13,8 @@ return array( | */ - 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Credenziali non corrispondenti ai dati registrati.', + 'password' => 'La password fornita non è corretta.', + 'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.', ); diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php index a3a054310c..c2897af328 100644 --- a/resources/lang/it/general.php +++ b/resources/lang/it/general.php @@ -37,7 +37,7 @@ return [ 'bulk_edit' => 'Modifica in blocco', 'bulk_delete' => 'Elimina quantità', 'bulk_actions' => 'Gruppo di azioni', - 'bulk_checkin_delete' => 'Bulk Checkin & Delete', + 'bulk_checkin_delete' => 'Registrazione di massa & Elimina', 'bystatus' => 'in base allo stato', 'cancel' => 'annulla', 'categories' => 'Categorie', @@ -47,7 +47,7 @@ return [ 'changepassword' => 'Modifica password', 'checkin' => 'Carica', 'checkin_from' => 'Carica da', - 'checkout' => 'Scarica', + 'checkout' => 'Assegna', 'checkouts_count' => 'Ritiri', 'checkins_count' => 'Consegne', 'user_requests_count' => 'Richieste', @@ -65,7 +65,8 @@ return [ 'create' => 'Crea', 'created' => 'Articolo creato', 'created_asset' => 'Asset creato', - 'created_at' => 'Creato il', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record creato', 'updated_at' => 'Aggiornato a', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Numero Dipendente', 'email_domain_help' => 'Questo viene utilizzato per generare indirizzi e-mail durante l\'importazione', 'error' => 'Errore', + 'example' => 'Example: ', 'filastname_format' => 'Prima cognome iniziale (jsmith@example.com)', 'firstname_lastname_format' => 'Nome cognome (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'Nome cognome (jane.smith@example.com)', @@ -115,7 +117,7 @@ return [ 'files' => 'Files', 'file_name' => 'File', 'file_type' => 'Tipo di file', - 'filesize' => 'File Size', + 'filesize' => 'Dimensione File', 'file_uploads' => 'Carica i file', 'file_upload' => 'Caricamento file', 'generate' => 'Genera', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Non consegnabile', 'unknown_admin' => 'Amministratore sconosciuto', 'username_format' => 'Formato di nome utente', + 'username' => 'Username', 'update' => 'Aggiorna', 'upload_filetypes_help' => 'I tipi di file permessi sono png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, e rar. La dimensione massima di upload è di :size.', 'uploaded' => 'Caricato', @@ -319,13 +322,13 @@ return [ 'managed_ldap' => '(Gestito tramite LDAP)', 'export' => 'Esportazione', 'ldap_sync' => 'Sincronizzazione LDAP', - 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', - 'sync_results' => 'Synchronization 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.', - '60_percent_warning' => '60% Complete (warning)', + 'ldap_user_sync' => 'Sincronizzazione Utente LDAP', + 'synchronize' => 'Sincronizza', + 'sync_results' => 'Risultati Sincronizzazione', + 'license_serial' => 'Codice Seriale/Prodotto', + 'invalid_category' => 'Categoria non valida', + 'dashboard_info' => 'Questa è la tua dashboard. Ce ne sono tante, ma questa è solo tua.', + '60_percent_warning' => 'Completo al 60% (Avvertimento)', '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', @@ -354,7 +357,11 @@ return [ '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.)', + 'maintenance_mode' => 'Servizio temporaneamente non disponibile per aggiornamenti. Si prega di riprovare più tardi.', + 'maintenance_mode_title' => 'Sistema Temporaneamente Non Disponibile', + 'ldap_import' => 'La password dell\'utente non deve essere gestita da LDAP. (Consente di inviare le richieste di password dimenticate.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/it/passwords.php b/resources/lang/it/passwords.php index 79c06eb092..25633b4581 100644 --- a/resources/lang/it/passwords.php +++ b/resources/lang/it/passwords.php @@ -1,6 +1,8 @@ 'Successo: Se l\'indirizzo email esiste nel sistema, riceverà un\'email di recupero password.', - 'user' => 'Non risulta nessun utente attivo con questa email.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/it/reminders.php b/resources/lang/it/reminders.php index d7d4c2ce97..b2c5cb9f65 100644 --- a/resources/lang/it/reminders.php +++ b/resources/lang/it/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Le passwords devono essere almeno di 6 caratteri e uguali alla conferma.", - "user" => "Nome utente o indirizzo email non corretto", - - "token" => "Il token di reset password è invalido.", - - "sent" => "Se email è presente nel nostro database, la email di verifica sarà inviata!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 2f4b1eccdd..afa468eae5 100644 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -91,8 +91,13 @@ return [ 'url' => 'Il formato dell\' :attribute è invalido.', 'unique_undeleted' => 'L\'attributo deve essere univoco.', 'non_circular' => ':attribute non deve creare un riferimento circolare.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ - 'numeric' => 'Value cannot be negative' + 'numeric' => 'Il valore non può essere negativo' ], diff --git a/resources/lang/iu/admin/custom_fields/general.php b/resources/lang/iu/admin/custom_fields/general.php index 4c7442b2d5..7434117830 100644 --- a/resources/lang/iu/admin/custom_fields/general.php +++ b/resources/lang/iu/admin/custom_fields/general.php @@ -41,7 +41,7 @@ return [ '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 .', + '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', ]; diff --git a/resources/lang/iu/admin/custom_fields/message.php b/resources/lang/iu/admin/custom_fields/message.php index ed66a6ba16..43ba821821 100644 --- a/resources/lang/iu/admin/custom_fields/message.php +++ b/resources/lang/iu/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/iu/admin/hardware/form.php b/resources/lang/iu/admin/hardware/form.php index 0c1a3167be..b2d7bab0fc 100644 --- a/resources/lang/iu/admin/hardware/form.php +++ b/resources/lang/iu/admin/hardware/form.php @@ -46,4 +46,6 @@ return [ '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...', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/iu/admin/users/general.php b/resources/lang/iu/admin/users/general.php index 03897b7eb5..c77ff8f8c7 100644 --- a/resources/lang/iu/admin/users/general.php +++ b/resources/lang/iu/admin/users/general.php @@ -17,6 +17,8 @@ return [ 'last_login' => 'Last Login', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', 'software_user' => 'Software Checked out to :name', 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', 'view_user' => 'View User :name', @@ -33,7 +35,7 @@ return [ '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', + 'update_user_assets_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', diff --git a/resources/lang/iu/general.php b/resources/lang/iu/general.php index 5d67d5d673..c4d2798035 100644 --- a/resources/lang/iu/general.php +++ b/resources/lang/iu/general.php @@ -65,7 +65,8 @@ return [ 'create' => 'Create New', 'created' => 'Item Created', 'created_asset' => 'created asset', - 'created_at' => 'Created at', + 'created_at' => 'Created At', + 'created_by' => 'Created By', 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated @@ -100,6 +101,7 @@ return [ 'employee_number' => 'Employee Number', 'email_domain_help' => 'This is used to generate email addresses when importing', 'error' => 'Error', + 'example' => 'Example: ', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', @@ -256,6 +258,7 @@ return [ 'undeployable' => 'Un-deployable', 'unknown_admin' => 'Unknown Admin', 'username_format' => 'Username Format', + 'username' => 'Username', 'update' => 'Update', 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', 'uploaded' => 'Uploaded', @@ -357,4 +360,8 @@ return [ 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode_title' => 'System Temporarily Unavailable', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + ]; \ No newline at end of file diff --git a/resources/lang/iu/passwords.php b/resources/lang/iu/passwords.php index 4772940015..25633b4581 100644 --- a/resources/lang/iu/passwords.php +++ b/resources/lang/iu/passwords.php @@ -1,6 +1,8 @@ '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' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ]; diff --git a/resources/lang/iu/reminders.php b/resources/lang/iu/reminders.php index e7a476e3a2..8a197467df 100644 --- a/resources/lang/iu/reminders.php +++ b/resources/lang/iu/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Passwords must be six characters and match the confirmation.", - "user" => "Username or email address is incorrect", - - "token" => "This password reset token is invalid.", - - "sent" => "If a matching email address was found, a password reminder has been sent!", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', ); diff --git a/resources/lang/iu/validation.php b/resources/lang/iu/validation.php index 5f097b717c..e7a87aed07 100644 --- a/resources/lang/iu/validation.php +++ b/resources/lang/iu/validation.php @@ -91,6 +91,11 @@ return [ 'url' => 'The :attribute format is invalid.', 'unique_undeleted' => 'The :attribute must be unique.', 'non_circular' => 'The :attribute must not create a circular reference.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', 'gte' => [ 'numeric' => 'Value cannot be negative' ], diff --git a/resources/lang/ja/account/general.php b/resources/lang/ja/account/general.php index 7fc060a849..d991372f1c 100644 --- a/resources/lang/ja/account/general.php +++ b/resources/lang/ja/account/general.php @@ -1,12 +1,10 @@ '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.', + 'personal_api_keys' => '個人用APIキー', + 'api_key_warning' => 'APIトークンを生成した場合、二度と表示されないので必ずすぐにコピーしてください。', + 'api_base_url' => 'APIベースURLは以下の場所です:', + 'api_base_url_endpoint' => '/<エンドポイント>', + 'api_token_expiration_time' => 'APIトークンの有効期限:', + 'api_reference' => 'API リファレンス を確認して、特定のAPI エンドポイントと追加のAPIドキュメントを見つけてください。', ); diff --git a/resources/lang/ja/admin/companies/general.php b/resources/lang/ja/admin/companies/general.php index 8d08a2af25..498d02c517 100644 --- a/resources/lang/ja/admin/companies/general.php +++ b/resources/lang/ja/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/ja/admin/custom_fields/general.php b/resources/lang/ja/admin/custom_fields/general.php index 17c7b82f34..33ab84b492 100644 --- a/resources/lang/ja/admin/custom_fields/general.php +++ b/resources/lang/ja/admin/custom_fields/general.php @@ -2,11 +2,11 @@ return [ 'custom_fields' => 'カスタムフィールド', - 'manage' => 'Manage', + 'manage' => '管理', 'field' => 'フィールド', 'about_fieldsets_title' => 'フィールドセットについて', - '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' => 'フィールドセットでは、特定の資産モデルタイプで頻繁に再利用されるカスタムフィールドのグループを作成することができます。', + 'custom_format' => 'カスタム正規表現形式…', 'encrypt_field' => 'このフィールドの値をデータベースにて暗号化する', 'encrypt_field_help' => '警告: 暗号化フィールドは検索することができなくなります。', 'encrypted' => '暗号化', @@ -27,21 +27,21 @@ return [ 'used_by_models' => '型番で使用', 'order' => '順番', 'create_fieldset' => '新しいフィールドセット', - 'create_fieldset_title' => 'Create a new fieldset', + 'create_fieldset_title' => '新しいフィールドセットを作成', 'create_field' => '新しいユーザー設定フィールド', - 'create_field_title' => 'Create a new custom field', + 'create_field_title' => '新しいカスタムフィールドを作成', 'value_encrypted' => 'このフィールドの値は、データベースで暗号化されます。管理者ユーザーのみが復号化された値を表示することができます。', 'show_in_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' => 'ヘルプ テキスト', + 'help_text_description' => 'このテキストは、資産の編集中にフォーム要素の下に表示されるオプションのテキストです。', + 'about_custom_fields_title' => 'カスタムフィールドについて', + 'about_custom_fields_text' => 'カスタムフィールドでは、任意の属性を資産に追加できます。', + 'add_field_to_fieldset' => 'フィールドセットにフィールドを追加', + 'make_optional' => '必須 - クリックでオプションに変更', + 'make_required' => 'オプション - クリックで必須にします', + 'reorder' => '並べ替え', + 'db_field' => 'DBフィールド', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', + 'is_unique' => 'この値はすべての資産で一意である必要があります', + 'unique' => '一意', ]; diff --git a/resources/lang/ja/admin/custom_fields/message.php b/resources/lang/ja/admin/custom_fields/message.php index 2a8d01bcd0..5d145cd836 100644 --- a/resources/lang/ja/admin/custom_fields/message.php +++ b/resources/lang/ja/admin/custom_fields/message.php @@ -49,6 +49,12 @@ return array( ), + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + diff --git a/resources/lang/ja/admin/depreciations/general.php b/resources/lang/ja/admin/depreciations/general.php index db061b398f..97da95fac3 100644 --- a/resources/lang/ja/admin/depreciations/general.php +++ b/resources/lang/ja/admin/depreciations/general.php @@ -6,11 +6,11 @@ return [ 'asset_depreciations' => '償却資産', 'create' => '減価償却の作成', 'depreciation_name' => '減価償却名', - 'depreciation_min' => 'Floor Value of Depreciation', + 'depreciation_min' => '減価償却の残存簿価', 'number_of_months' => '月数', 'update' => '減価償却の更新', 'depreciation_min' => '残存簿価', - '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' => '警告: + 現在、減価償却が設定されていません。 + 減価償却レポートを表示するには、少なくとも1つの減価償却を設定してください。', ]; diff --git a/resources/lang/ja/admin/depreciations/table.php b/resources/lang/ja/admin/depreciations/table.php index d1a84300ab..411bd44da5 100644 --- a/resources/lang/ja/admin/depreciations/table.php +++ b/resources/lang/ja/admin/depreciations/table.php @@ -6,6 +6,6 @@ return [ 'months' => '月', 'term' => '期間', 'title' => '名前 ', - 'depreciation_min' => 'Floor Value', + 'depreciation_min' => '残存簿価', ]; diff --git a/resources/lang/ja/admin/groups/titles.php b/resources/lang/ja/admin/groups/titles.php index f2dbb9087a..0761ccd78a 100644 --- a/resources/lang/ja/admin/groups/titles.php +++ b/resources/lang/ja/admin/groups/titles.php @@ -10,7 +10,7 @@ return [ 'group_admin' => 'グループ管理', 'allow' => '許可', 'deny' => '拒否', - 'permission' => 'Permission', - 'grant' => 'Grant', - 'no_permissions' => 'This group has no permissions.' + 'permission' => '権限', + 'grant' => '付与', + 'no_permissions' => 'このグループには権限がありません。' ]; diff --git a/resources/lang/ja/admin/hardware/form.php b/resources/lang/ja/admin/hardware/form.php index e7c9597bef..33683051bf 100644 --- a/resources/lang/ja/admin/hardware/form.php +++ b/resources/lang/ja/admin/hardware/form.php @@ -40,10 +40,12 @@ return [ 'warranty' => '保証', 'warranty_expires' => '保証期限', 'years' => '年', - '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' => '資産の場所を更新', + 'asset_location_update_default_current' => '既定の場所と実際の場所を更新', + 'asset_location_update_default' => 'デフォルトの場所のみ更新', + 'asset_not_deployable' => 'その資産ステータスは配備可能ではありません。この資産はチェックアウトできません。', + 'asset_deployable' => 'その資産ステータスは配備可能です。この資産はチェックアウトできます。', + 'processing_spinner' => '処理中…', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information' ]; diff --git a/resources/lang/ja/admin/hardware/general.php b/resources/lang/ja/admin/hardware/general.php index 8d61aec286..c7137222af 100644 --- a/resources/lang/ja/admin/hardware/general.php +++ b/resources/lang/ja/admin/hardware/general.php @@ -6,7 +6,7 @@ return [ 'archived' => 'アーカイブ', 'asset' => '資産', 'bulk_checkout' => '一括チェックアウト', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => '資産をチェックイン', 'checkin' => '資産をチェックイン', 'checkout' => '資産をチェックアウト', 'clone' => '資産を複製', @@ -16,29 +16,29 @@ return [ 'model_deleted' => 'この資産モデルは削除されました。資産を復元する前に、モデルを復元する必要があります。', 'requestable' => '要求可能', 'requested' => '要求済', - 'not_requestable' => 'Not Requestable', - 'requestable_status_warning' => 'Do not change requestable status', + 'not_requestable' => '要求可能ではありません', + 'requestable_status_warning' => '要求可能な状態を変更しないでください', 'restore' => '資産を復元', 'pending' => 'ペンディング', 'undeployable' => '配備不可', 'view' => '資産を表示', - 'csv_error' => 'You have an error in your CSV file:', + 'csv_error' => '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. +

+ 資産履歴を含むCSVをアップロードしてください。 資産とユーザーは必ずシステムに存在しなければなりません。 履歴インポートのための資産の照合は、資産タグに対して行われます。入力されたユーザー名と、以下で選択された条件に基づいて、一致するユーザーを見つけようとします。 以下の条件を選択しない場合は、管理者設定で設定したユーザー名のフォーマットで一致しようとします。

-

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

+

CSVに含まれるフィールドは、ヘッダーと一致する必要があります: Asset Tag, Name, Checkout Date, Checkin Date. その他の項目は無視されます。

-

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' => 'firstname.lastname (jane.smith) 形式でユーザーを一致させてみてください', + 'csv_import_match_initial_last' => 'first initial last name (jsmith) 形式でユーザーを一致させてみてください', + 'csv_import_match_first' => 'first name (jane) 形式でユーザーを一致させてみてください', + 'csv_import_match_email' => 'ユーザー名をメールで一致させてみてください', + 'csv_import_match_username' => 'ユーザー名を一致させてみてください', + 'error_messages' => 'エラーメッセージ:', + 'success_messages' => '成功メッセージ:', + 'alert_details' => '詳細は以下を確認してください。', + 'custom_export' => 'カスタムエクスポート' ]; diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php index 3bdd0d534b..2cb1e6ef27 100644 --- a/resources/lang/ja/admin/hardware/message.php +++ b/resources/lang/ja/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => '警告:この資産は、現在 未配備としてマークされています。 この状態が変更された場合は、資産のステータスを更新してください。', 'does_not_exist' => '資産が存在しません。', - 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'その資産は存在しないか要求可能ではありません。', 'assoc_users' => 'この資産は利用者にチェックされているため削除できません。資産をチェック後、もう一度、やり直して下さい。 ', 'create' => [ @@ -17,7 +17,7 @@ return [ 'error' => '資産は更新されませんでした。もう一度、やり直して下さい。', 'success' => '資産は正常に更新されました。', 'nothing_updated' => 'フィールドが選択されていないため、更新されませんでした。', - 'no_assets_selected' => 'No assets were selected, so nothing was updated.', + 'no_assets_selected' => '資産が選択されていないため、何も更新されませんでした。', ], 'restore' => [ diff --git a/resources/lang/ja/admin/hardware/table.php b/resources/lang/ja/admin/hardware/table.php index 6cd6592d6f..43e8636fdf 100644 --- a/resources/lang/ja/admin/hardware/table.php +++ b/resources/lang/ja/admin/hardware/table.php @@ -4,11 +4,11 @@ return [ 'asset_tag' => '資産タグ', 'asset_model' => 'モデル', - 'book_value' => 'Current Value', + 'book_value' => '現在の値', 'change' => 'In/Out', 'checkout_date' => '検査日', 'checkoutto' => '検査済', - 'current_value' => 'Current Value', + 'current_value' => '現在の値', 'diff' => '差分', 'dl_csv' => 'CSVダウンロード', 'eol' => 'EOL', @@ -22,9 +22,9 @@ return [ 'image' => '写真', 'days_without_acceptance' => '未受理期間', 'monthly_depreciation' => '毎月の減価償却費(減価償却費)', - 'assigned_to' => 'Assigned To', - 'requesting_user' => 'Requesting User', - 'requested_date' => 'Requested Date', - 'changed' => 'Changed', - 'icon' => 'Icon', + 'assigned_to' => '割り当て先', + 'requesting_user' => '要求ユーザー', + 'requested_date' => '要求日', + 'changed' => '変更済み', + 'icon' => 'アイコン', ]; diff --git a/resources/lang/ja/admin/kits/general.php b/resources/lang/ja/admin/kits/general.php index ff38ab7145..b9dc282b98 100644 --- a/resources/lang/ja/admin/kits/general.php +++ b/resources/lang/ja/admin/kits/general.php @@ -13,38 +13,38 @@ return [ 'none_licenses' => ':licenseをチェックアウトするのに十分なシートがありません。:qtyが必要です。 ', 'none_consumables' => ':consumableをチェックアウトするのに十分な数がありません。:qtyが必要です。 ', 'none_accessory' => ':accessoryをチェックアウトするのに十分な数がありません。:qtyが必要です。 ', - 'append_accessory' => 'Append Accessory', - 'update_appended_accessory' => 'Update appended Accessory', - 'append_consumable' => 'Append Consumable', - 'update_appended_consumable' => 'Update appended Consumable', - 'append_license' => 'Append license', - 'update_appended_license' => 'Update appended license', - 'append_model' => 'Append model', - 'update_appended_model' => 'Update appended model', - 'license_error' => 'License already attached to kit', - 'license_added_success' => 'License added successfully', - 'license_updated' => 'License was successfully updated', - 'license_none' => 'License does not exist', - 'license_detached' => 'License was successfully detached', - 'consumable_added_success' => 'Consumable added successfully', - 'consumable_updated' => 'Consumable was successfully updated', - 'consumable_error' => 'Consumable already attached to kit', - 'consumable_deleted' => 'Delete was successful', - 'consumable_none' => 'Consumable does not exist', - 'consumable_detached' => 'Consumable was successfully detached', - 'accessory_added_success' => 'Accessory added successfully', - 'accessory_updated' => 'Accessory was successfully updated', - 'accessory_detached' => 'Accessory was successfully detached', - 'accessory_error' => 'Accessory already attached to kit', - 'accessory_deleted' => 'Delete was successful', - 'accessory_none' => 'Accessory does not exist', - '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', + 'append_accessory' => '付属品を追加', + 'update_appended_accessory' => '追加された付属品を更新', + 'append_consumable' => '消耗品を追加', + 'update_appended_consumable' => '追加された消耗品の更新', + 'append_license' => 'ライセンスの追加', + 'update_appended_license' => '追加されたライセンスを更新', + 'append_model' => 'モデルを追加', + 'update_appended_model' => '追加されたモデルを更新', + 'license_error' => '製品セットにすでに添付されているライセンスです。', + 'license_added_success' => 'ライセンスが追加されました。', + 'license_updated' => 'ライセンスが正常に更新されました。', + 'license_none' => 'ライセンスが存在しません。', + 'license_detached' => 'ライセンスが正常に切り離されました。', + 'consumable_added_success' => '消耗品の追加に成功しました。', + 'consumable_updated' => '消耗品は正常に更新されました。', + 'consumable_error' => '製品セットにすでに追加されている消耗品です。', + 'consumable_deleted' => '削除に成功しました。', + 'consumable_none' => '消耗品は存在しません。', + 'consumable_detached' => '消耗品は正常に切り離されました。', + 'accessory_added_success' => '付属品の追加に成功しました。', + 'accessory_updated' => '付属品が正常に更新されました。', + 'accessory_detached' => '付属品は正常に取り外されました。', + 'accessory_error' => '付属品は既にキットに取り付けられています。', + 'accessory_deleted' => '削除に成功しました。', + 'accessory_none' => '付属品が存在しません。', + 'checkout_success' => 'チェックアウトに成功しました', + 'checkout_error' => 'チェックアウトエラー', + 'kit_none' => 'キットが存在しません', + 'kit_created' => '製品セットは正常に作成されました。', + 'kit_updated' => '製品セットは正常に更新されました。', + 'kit_not_found' => '製品セットが見つかりません。', + 'kit_deleted' => '製品セットは正常に削除されました。', + 'kit_model_updated' => 'モデルが正常に更新されました。', + 'kit_model_detached' => 'モデルは正常に切り離されました。', ]; diff --git a/resources/lang/ja/admin/locations/table.php b/resources/lang/ja/admin/locations/table.php index 642ab08626..8b9dfd394c 100644 --- a/resources/lang/ja/admin/locations/table.php +++ b/resources/lang/ja/admin/locations/table.php @@ -20,21 +20,21 @@ return [ 'parent' => '上位', 'currency' => '現地通貨', 'ldap_ou' => 'LDAP OU を検索', - 'user_name' => 'User Name', - 'department' => 'Department', - 'location' => 'Location', - 'asset_tag' => 'Assets Tag', - 'asset_name' => 'Name', - 'asset_category' => 'Category', - 'asset_manufacturer' => 'Manufacturer', - 'asset_model' => 'Model', - 'asset_serial' => 'Serial', - 'asset_location' => 'Location', - 'asset_checked_out' => 'Checked Out', - 'asset_expected_checkin' => '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:', + 'user_name' => 'ユーザー名', + 'department' => '部署', + 'location' => '設置場所', + 'asset_tag' => '資産タグ', + 'asset_name' => '名前', + 'asset_category' => 'カテゴリー', + 'asset_manufacturer' => '製造元', + 'asset_model' => 'モデル', + 'asset_serial' => 'シリアル', + 'asset_location' => '設置場所', + 'asset_checked_out' => 'チェックアウト', + 'asset_expected_checkin' => 'チェックイン予定', + 'date' => '日付:', + 'signed_by_asset_auditor' => '署名済み(資産監査役):', + 'signed_by_finance_auditor' => '署名済み(会計監査人):', + 'signed_by_location_manager' => '署名済み (ロケーションマネージャー):', + 'signed_by' => '署名:', ]; diff --git a/resources/lang/ja/admin/reports/general.php b/resources/lang/ja/admin/reports/general.php index c079ba518b..3841de4431 100644 --- a/resources/lang/ja/admin/reports/general.php +++ b/resources/lang/ja/admin/reports/general.php @@ -2,9 +2,9 @@ return [ 'info' => '資産報告書のオプションを選択してください。', - 'deleted_user' => 'Deleted user', - 'send_reminder' => 'Send reminder', - 'reminder_sent' => 'Reminder sent', - 'acceptance_deleted' => 'Acceptance request deleted', - 'acceptance_request' => 'Acceptance request' + 'deleted_user' => '削除されたユーザー', + 'send_reminder' => 'リマインダーを送信', + 'reminder_sent' => 'リマインダーを送信しました', + 'acceptance_deleted' => '承認リクエストが削除されました', + 'acceptance_request' => 'リクエストを承認' ]; \ No newline at end of file diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index 9f0fa3126b..6248310ac9 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -10,31 +10,33 @@ return [ 'admin_cc_email' => 'CC(カーボンコピー)メール 送信先', 'admin_cc_email_help' => 'ユーザーに送信されたチェックイン/チェックアウト メールのコピーを追加の電子メールアカウントに送信する場合は、ここにメールアドレスを入力します。必要が無ければ、このフィールドを空白にします', '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', + 'alert_email_help' => 'アラートの送信先となるメールアドレス(カンマ区切り)。', 'alerts_enabled' => 'アラートを有効化', 'alert_interval' => 'アラートを無視する期間', 'alert_inv_threshold' => 'インベントリのアラート間隔', 'allow_user_skin' => 'ユーザースキン許可', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', + 'allow_user_skin_help_text' => 'このチェックボックスをオンにすると、ユーザーはUIスキンを別のものに上書きすることができます。', 'asset_ids' => '資産ID', 'audit_interval' => '監査の間隔', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.', + 'audit_interval_help' => '定期的に資産を物理的に監査する必要がある場合、使用する間隔を月単位で入力します。この値を更新すると、監査日が迫っている資産の「次回監査日」がすべて更新されます。', 'audit_warning_days' => '監査警告しきい値', 'audit_warning_days_help' => '資産の監査期限は何日前に警告する必要がありますか?', - 'auto_increment_assets' => 'Generate auto-incrementing asset tags', + 'auto_increment_assets' => '資産タグを自動採番で生成', 'auto_increment_prefix' => 'プレフィクス (オプション)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', + 'auto_incrementing_help' => 'この初期値を使って資産タグの自動採番を有効化', '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', - '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.', - 'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ', + 'backups_help' => 'バックアップの作成、ダウンロード、および復元 ', + 'backups_restoring' => 'バックアップから復元中', + 'backups_upload' => 'バックアップをアップロード', + 'backups_path' => 'サーバー上のバックアップは :path に保存されています', + 'backups_restore_warning' => '以前のバックアップから復元する場合は、復元ボタン