diff --git a/resources/lang/af/admin/hardware/message.php b/resources/lang/af/admin/hardware/message.php index 4612a20d9..8625a976f 100644 --- a/resources/lang/af/admin/hardware/message.php +++ b/resources/lang/af/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Jou lêer is ingevoer', 'file_delete_success' => 'Jou lêer is suksesvol verwyder', 'file_delete_error' => 'Die lêer kon nie uitgevee word nie', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php index 578632d54..1dc08aeb4 100644 --- a/resources/lang/af/admin/settings/general.php +++ b/resources/lang/af/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/af/admin/settings/message.php b/resources/lang/af/admin/settings/message.php index 3375a85ce..8f41acf3f 100644 --- a/resources/lang/af/admin/settings/message.php +++ b/resources/lang/af/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/af/general.php b/resources/lang/af/general.php index b6bb34882..1ece631ae 100644 --- a/resources/lang/af/general.php +++ b/resources/lang/af/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/af/localizations.php b/resources/lang/af/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/af/localizations.php +++ b/resources/lang/af/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/am/admin/hardware/message.php b/resources/lang/am/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/am/admin/hardware/message.php +++ b/resources/lang/am/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/am/admin/settings/general.php b/resources/lang/am/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/am/admin/settings/general.php +++ b/resources/lang/am/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/am/admin/settings/message.php b/resources/lang/am/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/am/admin/settings/message.php +++ b/resources/lang/am/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/am/general.php b/resources/lang/am/general.php index 2269731af..d483f54b8 100644 --- a/resources/lang/am/general.php +++ b/resources/lang/am/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/am/localizations.php b/resources/lang/am/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/am/localizations.php +++ b/resources/lang/am/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php index 9e39687de..8c73a4924 100644 --- a/resources/lang/ar/admin/hardware/message.php +++ b/resources/lang/ar/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'تم استيراد الملف الخاص بك', 'file_delete_success' => 'تم حذف ملفك بنجاح', 'file_delete_error' => 'تعذر حذف الملف', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index ddf143d48..8ea8c9728 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ar/admin/settings/message.php b/resources/lang/ar/admin/settings/message.php index f5253f571..8de31c3a7 100644 --- a/resources/lang/ar/admin/settings/message.php +++ b/resources/lang/ar/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php index 3619aaf53..70c0afa9a 100644 --- a/resources/lang/ar/general.php +++ b/resources/lang/ar/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ar/localizations.php b/resources/lang/ar/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ar/localizations.php +++ b/resources/lang/ar/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php index 46d68e1b8..ebaa2eef9 100644 --- a/resources/lang/bg/admin/hardware/message.php +++ b/resources/lang/bg/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Вашият файл беше въведен.', 'file_delete_success' => 'Вашият файл беше изтрит успешно.', 'file_delete_error' => 'Файлът не е в състояние да бъде изтрит', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи', 'content_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи', ], diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php index cb72d0f1b..fc3a9e5d6 100644 --- a/resources/lang/bg/admin/settings/general.php +++ b/resources/lang/bg/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/bg/admin/settings/message.php b/resources/lang/bg/admin/settings/message.php index 796a7bf60..fc708ff14 100644 --- a/resources/lang/bg/admin/settings/message.php +++ b/resources/lang/bg/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Изпращане :app тест съобщение...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Успешно! Проверете ', 'success_pt2' => ' канал за вашето тестово съобщение и натиснете бутона SAVE за да запазите вашите настройки.', '500' => 'Грешка 500.', 'error' => 'Възникна грешка. :app върна грешка: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Възникна грешка. :( ', ] ]; diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php index d9e49b6ea..e6dd0e13d 100644 --- a/resources/lang/bg/general.php +++ b/resources/lang/bg/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Сериен номер', 'item_notes' => ':item бележки', 'item_name_var' => ':item Име', - 'error_user_company' => 'Несъответсвие между фирмата на потребителя и актива', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Актива заведен на вас пренадлежи към друга фирма, затова не можете да го приемете или откажете. Свържете се с вашият администратор', 'importer' => [ 'checked_out_to_fullname' => 'Изписан на: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% завърешен', 'uploading' => 'Качване... ', - 'upload_error' => 'Грешка при качване. Проверете да няма празни редове в края.' + 'upload_error' => 'Грешка при качване. Проверете да няма празни редове в края.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/bg/localizations.php b/resources/lang/bg/localizations.php index 1a118d664..9df0c20ff 100644 --- a/resources/lang/bg/localizations.php +++ b/resources/lang/bg/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ca/admin/hardware/message.php b/resources/lang/ca/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/ca/admin/hardware/message.php +++ b/resources/lang/ca/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ca/admin/settings/general.php b/resources/lang/ca/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/ca/admin/settings/general.php +++ b/resources/lang/ca/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ca/admin/settings/message.php b/resources/lang/ca/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/ca/admin/settings/message.php +++ b/resources/lang/ca/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ca/general.php b/resources/lang/ca/general.php index 84f14cb52..946b77c11 100644 --- a/resources/lang/ca/general.php +++ b/resources/lang/ca/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ca/localizations.php b/resources/lang/ca/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ca/localizations.php +++ b/resources/lang/ca/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php index ab9f8ccae..6eaf21382 100644 --- a/resources/lang/cs/admin/hardware/message.php +++ b/resources/lang/cs/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Váš soubor byl importován', 'file_delete_success' => 'Váš soubor byl úspěšně odstraněn', 'file_delete_error' => 'Soubor nelze odstranit', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Jeden nebo více sloupců obsahuje v záhlaví poškozené UTF-8 znaky', 'content_row_has_malformed_characters' => 'Jedna nebo více hodnot v prvním řádku obsahu obsahuje poškozené UTF-8 znaky', ], diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index c0d57bef0..2c6da31c1 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/cs/admin/settings/message.php b/resources/lang/cs/admin/settings/message.php index 8d68c2b53..7142c1b78 100644 --- a/resources/lang/cs/admin/settings/message.php +++ b/resources/lang/cs/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php index aa77cbdea..d5d3c13ec 100644 --- a/resources/lang/cs/general.php +++ b/resources/lang/cs/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/cs/localizations.php b/resources/lang/cs/localizations.php index 726d2c685..594c00f42 100644 --- a/resources/lang/cs/localizations.php +++ b/resources/lang/cs/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irština', 'it'=> 'Italština', 'ja'=> 'Japonština', + 'km' => 'Khmer', 'ko'=> 'Korejština', 'lv'=>'Lotyšština', 'lt'=> 'Litevština', diff --git a/resources/lang/cy/admin/hardware/message.php b/resources/lang/cy/admin/hardware/message.php index b38906a24..2aa5f92d9 100644 --- a/resources/lang/cy/admin/hardware/message.php +++ b/resources/lang/cy/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Mae\'ch ffeil wedi\'i mewnforio', 'file_delete_success' => 'Mae eich ffeil wedi\'i dileu yn llwyddiannus', 'file_delete_error' => 'Nid oedd yn bosib dileu\'r ffeil', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/cy/admin/settings/general.php b/resources/lang/cy/admin/settings/general.php index 635628a92..508fb2777 100644 --- a/resources/lang/cy/admin/settings/general.php +++ b/resources/lang/cy/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/cy/admin/settings/message.php b/resources/lang/cy/admin/settings/message.php index 648788616..cd2d0ae32 100644 --- a/resources/lang/cy/admin/settings/message.php +++ b/resources/lang/cy/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/cy/general.php b/resources/lang/cy/general.php index 853aa94af..369e2e310 100644 --- a/resources/lang/cy/general.php +++ b/resources/lang/cy/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/cy/localizations.php b/resources/lang/cy/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/cy/localizations.php +++ b/resources/lang/cy/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/da/admin/hardware/message.php b/resources/lang/da/admin/hardware/message.php index 530cfa648..d78dcf43d 100644 --- a/resources/lang/da/admin/hardware/message.php +++ b/resources/lang/da/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Din fil er blevet importeret', 'file_delete_success' => 'Din fil er blevet slettet korrekt', 'file_delete_error' => 'Filen kunne ikke slettes', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php index d418fb185..094c5b489 100644 --- a/resources/lang/da/admin/settings/general.php +++ b/resources/lang/da/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/da/admin/settings/message.php b/resources/lang/da/admin/settings/message.php index 9f95edf60..b682b8f96 100644 --- a/resources/lang/da/admin/settings/message.php +++ b/resources/lang/da/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php index bdf8e3d2e..458de6fd4 100644 --- a/resources/lang/da/general.php +++ b/resources/lang/da/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/da/localizations.php b/resources/lang/da/localizations.php index 5eefb4dd4..d0e2e4f51 100644 --- a/resources/lang/da/localizations.php +++ b/resources/lang/da/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irsk', 'it'=> 'Italiensk', 'ja'=> 'Japansk', + 'km' => 'Khmer', 'ko'=> 'Koreansk', 'lv'=>'Lettisk', 'lt'=> 'Litauisk', diff --git a/resources/lang/de-i/admin/hardware/message.php b/resources/lang/de-i/admin/hardware/message.php index 85d74f701..b616ec899 100644 --- a/resources/lang/de-i/admin/hardware/message.php +++ b/resources/lang/de-i/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Deine Datei wurde importiert', 'file_delete_success' => 'Deine Datei wurde erfolgreich gelöscht', 'file_delete_error' => 'Die Datei konnte nicht gelöscht werden', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der Kopfzeile enthalten fehlerhafte UTF-8 Zeichen', 'content_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der ersten Zeile des Inhalts enthalten fehlerhafte UTF-8-Zeichen', ], diff --git a/resources/lang/de-i/admin/settings/general.php b/resources/lang/de-i/admin/settings/general.php index 07b54b2fc..d7b58f6c0 100644 --- a/resources/lang/de-i/admin/settings/general.php +++ b/resources/lang/de-i/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Anmeldeeinstellungen', 'enable_google_login' => 'Anmelden mit Google Workspace für Benutzer aktivieren', 'enable_google_login_help' => 'Benutzer werden nicht automatisch bereitgestellt. Du musst ein bestehendes Konto hier UND in Google Workspace haben, und dein Benutzername muss mit der E-Mail-Adresse von Google Workspace übereinstimmen. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/de-i/admin/settings/message.php b/resources/lang/de-i/admin/settings/message.php index 333f6bbc6..ad4911797 100644 --- a/resources/lang/de-i/admin/settings/message.php +++ b/resources/lang/de-i/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => ':app Testnachricht wird gesendet ...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Erfolgreich! Überprüfe den ', 'success_pt2' => ' Kanal für deine Testnachricht und klicke unten auf SPEICHERN, um die Einstellungen zu sichern.', '500' => '500 Server Fehler.', 'error' => 'Etwas ist schiefgelaufen. :app antwortete mit: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Etwas ist schiefgelaufen! :( ', ] ]; diff --git a/resources/lang/de-i/general.php b/resources/lang/de-i/general.php index f41b4dd3d..66f0acdec 100644 --- a/resources/lang/de-i/general.php +++ b/resources/lang/de-i/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Seriennummer', 'item_notes' => ':item Notizen', 'item_name_var' => ':item Name', - 'error_user_company' => 'Benutzer und Asset Unternehmen stimmen nicht überein', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Ein Asset, welches dir zugewiesen wurde, gehört einem anderen Unternehmen, sodass du es nicht akzeptieren oder ablehnen kannst. Bitte prüfe das mit deinem Vorgesetzten', 'importer' => [ 'checked_out_to_fullname' => 'Herausgegeben an: Voller Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% vollständig', 'uploading' => 'Hochladen... ', - 'upload_error' => 'Fehler beim Hochladen der Datei. Bitte überprüfe, dass es keine leeren Leerzeilen gibt.' + 'upload_error' => 'Fehler beim Hochladen der Datei. Bitte überprüfe, dass es keine leeren Leerzeilen gibt.', + 'copy_to_clipboard' => 'In Zwischenablage kopieren', + 'copied' => 'Kopiert!', ]; diff --git a/resources/lang/de-i/localizations.php b/resources/lang/de-i/localizations.php index cbc88166f..3de0d1aaf 100644 --- a/resources/lang/de-i/localizations.php +++ b/resources/lang/de-i/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irisch', 'it'=> 'Italienisch', 'ja'=> 'Japanisch', + 'km' => 'Khmer', 'ko'=> 'Koreanisch', 'lv'=>'Lettisch', 'lt'=> 'Litauisch', diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php index 4ac3c63d0..0325704e4 100644 --- a/resources/lang/de/admin/hardware/message.php +++ b/resources/lang/de/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Ihre Datei wurde importiert', 'file_delete_success' => 'Die Datei wurde erfolgreich gelöscht', 'file_delete_error' => 'Die Datei konnte nicht gelöscht werden', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der Kopfzeile enthalten fehlerhafte UTF-8 Zeichen', 'content_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der ersten Zeile des Inhalts enthalten fehlerhafte UTF-8-Zeichen', ], diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index 6d7db463c..54f0689df 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Anmeldeeinstellungen', 'enable_google_login' => 'Anmelden mit Google Workspace für Benutzer aktivieren', 'enable_google_login_help' => 'Benutzer werden nicht automatisch bereitgestellt. Sie müssen ein bestehendes Konto hier UND in Google Workspace haben, und Ihr Benutzername muss mit der E-Mail-Adresse von Google Workspace übereinstimmen. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/de/admin/settings/message.php b/resources/lang/de/admin/settings/message.php index 1ca43d7d9..48e49065f 100644 --- a/resources/lang/de/admin/settings/message.php +++ b/resources/lang/de/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => ':app Testnachricht wird gesendet...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Erfolgreich! Überprüfen Sie den ', 'success_pt2' => ' Kanal für Ihre Testnachricht und klicken Sie auf Speichern, um Ihre Einstellungen zu speichern.', '500' => '500 Server Error.', 'error' => 'Etwas ist schief gelaufen. :app antwortete mit: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Etwas ist schiefgelaufen. :( ', ] ]; diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php index 1d0690505..c3613edf3 100644 --- a/resources/lang/de/general.php +++ b/resources/lang/de/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Seriennummer', 'item_notes' => ':item Notizen', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Herausgegeben an: Voller Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% vollständig', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/de/localizations.php b/resources/lang/de/localizations.php index fa8ede714..48fe365aa 100644 --- a/resources/lang/de/localizations.php +++ b/resources/lang/de/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irisch', 'it'=> 'Italienisch', 'ja'=> 'Japanisch', + 'km' => 'Khmer', 'ko'=> 'Koreanisch', 'lv'=>'Lettisch', 'lt'=> 'Litauisch', diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php index 465c7faaa..bc96c777b 100644 --- a/resources/lang/el/admin/hardware/message.php +++ b/resources/lang/el/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Το αρχείο σας έχει εισαχθεί', 'file_delete_success' => 'Το αρχείο σας έχει διαγραφεί με επιτυχία', 'file_delete_error' => 'Το αρχείο δεν μπόρεσε να διαγραφεί', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php index 091122c10..1ff8db2bf 100644 --- a/resources/lang/el/admin/settings/general.php +++ b/resources/lang/el/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/el/admin/settings/message.php b/resources/lang/el/admin/settings/message.php index 65649c244..5afcefaa2 100644 --- a/resources/lang/el/admin/settings/message.php +++ b/resources/lang/el/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php index ccc92c7da..c76f94e39 100644 --- a/resources/lang/el/general.php +++ b/resources/lang/el/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/el/localizations.php b/resources/lang/el/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/el/localizations.php +++ b/resources/lang/el/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php index bcc20a20f..64e94cc67 100644 --- a/resources/lang/en-GB/admin/hardware/message.php +++ b/resources/lang/en-GB/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index 68a582743..fed875656 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/en-GB/admin/settings/message.php b/resources/lang/en-GB/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/en-GB/admin/settings/message.php +++ b/resources/lang/en-GB/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 480d75cc6..e428b7c19 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/en-GB/localizations.php b/resources/lang/en-GB/localizations.php index 2fc654786..ca28cf705 100644 --- a/resources/lang/en-GB/localizations.php +++ b/resources/lang/en-GB/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php index beefe7a85..62ca401d9 100644 --- a/resources/lang/en-ID/admin/hardware/message.php +++ b/resources/lang/en-ID/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'File Anda telah diimpor', 'file_delete_success' => 'File anda telah berhasil dihapus', 'file_delete_error' => 'File tidak dapat dihapus', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 43fe45ef4..23b955c51 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/en-ID/admin/settings/message.php b/resources/lang/en-ID/admin/settings/message.php index 245317714..7ce0ee8d8 100644 --- a/resources/lang/en-ID/admin/settings/message.php +++ b/resources/lang/en-ID/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index 076e3b552..57feed1ff 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/en-ID/localizations.php b/resources/lang/en-ID/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/en-ID/localizations.php +++ b/resources/lang/en-ID/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index 3e720e06b..e25f1585e 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Tu archivo ha sido importado', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_error' => 'No pudimos eliminar tu archivo', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Uno o más atributos en la fila del encabezado contienen caracteres UTF-8 mal formados', 'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila de contenido contienen caracteres UTF-8 mal formados', ], diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index 54f0fdae6..2ce59e76d 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Configuración de inicio de sesión de Google Workspace', 'enable_google_login' => 'Permitir a los usuarios iniciar sesión con Google Workspace', 'enable_google_login_help' => 'Los usuarios no serán provistos automáticamente. Deben tener una cuenta existente aquí AND en Google Workspace, y su nombre de usuario debe coincidir con su dirección de correo electrónico de Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/es-CO/admin/settings/message.php b/resources/lang/es-CO/admin/settings/message.php index c11560074..a8f15f543 100644 --- a/resources/lang/es-CO/admin/settings/message.php +++ b/resources/lang/es-CO/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Enviando mensaje de prueba de :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => '¡Éxito! Comprueba el ', 'success_pt2' => ' para su mensaje de prueba, y asegúrese de hacer clic en GUARDAR abajo para guardar su configuración.', '500' => 'Error 500 del servidor.', 'error' => 'Algo salió mal. :app respondió con: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Algo salió mal. :( ', ] ]; diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index 0f0262813..1e63fedf8 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Número de serie', 'item_notes' => ':item Notas', 'item_name_var' => ':nombre del ítem', - 'error_user_company' => 'Las empresas del usuario y el activo no coinciden', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Un activo asignado a usted pertenece a una empresa diferente por lo que no puede aceptarlo ni rechazarlo, por favor compruebe con su administrador', 'importer' => [ 'checked_out_to_fullname' => 'Pagado a: Nombre Completo', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/es-CO/localizations.php b/resources/lang/es-CO/localizations.php index 63accfb14..4a869df6e 100644 --- a/resources/lang/es-CO/localizations.php +++ b/resources/lang/es-CO/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandés', 'it'=> 'Italiano', 'ja'=> 'Japonés', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Letón', 'lt'=> 'Lituano', diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index 0102c9a6d..61ce6be06 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Tu archivo ha sido importado', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_error' => 'No pudimos eliminar tu archivo', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Uno o más atributos en la fila del encabezado contienen caracteres UTF-8 mal formados', 'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila de contenido contienen caracteres UTF-8 mal formados', ], diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index 54f0fdae6..2ce59e76d 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Configuración de inicio de sesión de Google Workspace', 'enable_google_login' => 'Permitir a los usuarios iniciar sesión con Google Workspace', 'enable_google_login_help' => 'Los usuarios no serán provistos automáticamente. Deben tener una cuenta existente aquí AND en Google Workspace, y su nombre de usuario debe coincidir con su dirección de correo electrónico de Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/es-ES/admin/settings/message.php b/resources/lang/es-ES/admin/settings/message.php index c11560074..a8f15f543 100644 --- a/resources/lang/es-ES/admin/settings/message.php +++ b/resources/lang/es-ES/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Enviando mensaje de prueba de :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => '¡Éxito! Comprueba el ', 'success_pt2' => ' para su mensaje de prueba, y asegúrese de hacer clic en GUARDAR abajo para guardar su configuración.', '500' => 'Error 500 del servidor.', 'error' => 'Algo salió mal. :app respondió con: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Algo salió mal. :( ', ] ]; diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index fcac56e71..64cf7b501 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Número de serie', 'item_notes' => ':item Notas', 'item_name_var' => ':nombre del ítem', - 'error_user_company' => 'Las empresas del usuario y el activo no coinciden', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Un activo asignado a usted pertenece a una empresa diferente por lo que no puede aceptarlo ni rechazarlo, por favor compruebe con su administrador', 'importer' => [ 'checked_out_to_fullname' => 'Pagado a: Nombre Completo', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/es-ES/localizations.php b/resources/lang/es-ES/localizations.php index 63accfb14..4a869df6e 100644 --- a/resources/lang/es-ES/localizations.php +++ b/resources/lang/es-ES/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandés', 'it'=> 'Italiano', 'ja'=> 'Japonés', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Letón', 'lt'=> 'Lituano', diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php index 23add7a28..41d074105 100644 --- a/resources/lang/es-MX/admin/hardware/message.php +++ b/resources/lang/es-MX/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Tu archivo ha sido importado', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_error' => 'No pudimos eliminar tu archivo', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Uno o más atributos de la fila de encabezado contiene caracteres UTF-8 mal formados', 'content_row_has_malformed_characters' => 'Uno o más atributos de la fila de encabezado contiene caracteres UTF-8 mal formados', ], diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php index 313778546..83d335fec 100644 --- a/resources/lang/es-MX/admin/settings/general.php +++ b/resources/lang/es-MX/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Configuración de inicio de sesión de Google Workspace', 'enable_google_login' => 'Permitir a los usuarios iniciar sesión con Google Workspace', 'enable_google_login_help' => 'Los usuarios no serán provistos automáticamente. Deben tener una cuenta existente aquí Y en Google Workspace, y su nombre de usuario debe coincidir con su dirección de correo electrónico de Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/es-MX/admin/settings/message.php b/resources/lang/es-MX/admin/settings/message.php index 043832ef4..4eb714c79 100644 --- a/resources/lang/es-MX/admin/settings/message.php +++ b/resources/lang/es-MX/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Enviando mensaje de prueba a :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => '¡Éxito! Comprueba el ', 'success_pt2' => ' canal para su mensaje de prueba, y asegúrese de hacer clic en GUARDAR abajo para guardar su configuración.', '500' => 'Error 500 del servidor.', 'error' => 'Algo salió mal. :app respondió con: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Algo salió mal. :( ', ] ]; diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index 943ba752b..6a30ca473 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Número serie', 'item_notes' => ':item Notas', 'item_name_var' => ':item Nombre', - 'error_user_company' => 'Las empresas del usuario y el activo no coinciden', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Un activo asignado a usted pertenece a una empresa diferente por lo que no puede aceptarlo ni rechazarlo, por favor compruebe con su administrador', 'importer' => [ 'checked_out_to_fullname' => 'Entregado a: Nombre Completo', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/es-MX/localizations.php b/resources/lang/es-MX/localizations.php index d160931cb..c5c7aace3 100644 --- a/resources/lang/es-MX/localizations.php +++ b/resources/lang/es-MX/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandés', 'it'=> 'Italiano', 'ja'=> 'Japonés', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Letón', 'lt'=> 'Lituano', diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php index a96a1096f..7acbc3e61 100644 --- a/resources/lang/es-VE/admin/hardware/message.php +++ b/resources/lang/es-VE/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Tu archivo ha sido importado', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_error' => 'El archivo no se pudo eliminar', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Uno o más atributos en la fila del encabezado contienen caracteres UTF-8 mal formados', 'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila de contenido contienen caracteres UTF-8 mal formados', ], diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php index a6872eb7b..473464093 100644 --- a/resources/lang/es-VE/admin/settings/general.php +++ b/resources/lang/es-VE/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Configuración de inicio de sesión de Google Workspace', 'enable_google_login' => 'Permitir a los usuarios iniciar sesión con Google Workspace', 'enable_google_login_help' => 'Los usuarios no serán provistos automáticamente. Deben tener una cuenta existente aquí AND en Google Workspace, y su nombre de usuario debe coincidir con su dirección de correo electrónico de Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/es-VE/admin/settings/message.php b/resources/lang/es-VE/admin/settings/message.php index 1251ef020..200004473 100644 --- a/resources/lang/es-VE/admin/settings/message.php +++ b/resources/lang/es-VE/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Enviando mensaje de prueba de :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => '¡Éxito! Comprueba el ', 'success_pt2' => ' para su mensaje de prueba, y asegúrese de hacer clic en GUARDAR abajo para guardar su configuración.', '500' => 'Error 500 del servidor.', 'error' => 'Algo salió mal. :app respondió con: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Algo salió mal. :( ', ] ]; diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index 6a09d8028..760822151 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Número de serie', 'item_notes' => ':item Notas', 'item_name_var' => ':nombre del ítem', - 'error_user_company' => 'Las empresas del usuario y el activo no coinciden', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Un activo asignado a usted pertenece a una empresa diferente por lo que no puede aceptarlo ni rechazarlo, por favor compruebe con su administrador', 'importer' => [ 'checked_out_to_fullname' => 'Pagado a: Nombre Completo', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/es-VE/localizations.php b/resources/lang/es-VE/localizations.php index 63accfb14..4a869df6e 100644 --- a/resources/lang/es-VE/localizations.php +++ b/resources/lang/es-VE/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandés', 'it'=> 'Italiano', 'ja'=> 'Japonés', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Letón', 'lt'=> 'Lituano', diff --git a/resources/lang/et/admin/hardware/message.php b/resources/lang/et/admin/hardware/message.php index c8b21d482..f4304131a 100644 --- a/resources/lang/et/admin/hardware/message.php +++ b/resources/lang/et/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Teie fail on imporditud', 'file_delete_success' => 'Teie fail on edukalt kustutatud', 'file_delete_error' => 'Faili ei saanud kustutada', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php index eef1d7a49..9dbe101ee 100644 --- a/resources/lang/et/admin/settings/general.php +++ b/resources/lang/et/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/et/admin/settings/message.php b/resources/lang/et/admin/settings/message.php index 6906690f4..30b3f6b19 100644 --- a/resources/lang/et/admin/settings/message.php +++ b/resources/lang/et/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/et/general.php b/resources/lang/et/general.php index 78ba815c0..a4d36169b 100644 --- a/resources/lang/et/general.php +++ b/resources/lang/et/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/et/localizations.php b/resources/lang/et/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/et/localizations.php +++ b/resources/lang/et/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/fa/admin/hardware/message.php b/resources/lang/fa/admin/hardware/message.php index 4fac18262..65917a1a7 100644 --- a/resources/lang/fa/admin/hardware/message.php +++ b/resources/lang/fa/admin/hardware/message.php @@ -52,6 +52,7 @@ return [ 'success' => 'فایل شما وارد شده است', 'file_delete_success' => 'فایل شما با موفقیت حذف شده است', 'file_delete_error' => 'فایل قابل حذف نشد', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php index c2e62bc76..3a2def14a 100644 --- a/resources/lang/fa/admin/settings/general.php +++ b/resources/lang/fa/admin/settings/general.php @@ -505,4 +505,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/fa/admin/settings/message.php b/resources/lang/fa/admin/settings/message.php index 740f692b8..fe8c904b7 100644 --- a/resources/lang/fa/admin/settings/message.php +++ b/resources/lang/fa/admin/settings/message.php @@ -44,10 +44,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php index abd07aff7..6e20c344c 100644 --- a/resources/lang/fa/general.php +++ b/resources/lang/fa/general.php @@ -548,7 +548,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -574,6 +574,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/fa/localizations.php b/resources/lang/fa/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/fa/localizations.php +++ b/resources/lang/fa/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php index 6534d97bb..31064c155 100644 --- a/resources/lang/fi/admin/hardware/message.php +++ b/resources/lang/fi/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Tiedostosi on tuotu', 'file_delete_success' => 'Tiedosto on poistettu onnistuneesti', 'file_delete_error' => 'Tiedostoa ei voitu poistaa', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Yksi tai useampi otsikkorivin attribuutti sisältää epämuodostuneita UTF-8 merkkejä', 'content_row_has_malformed_characters' => 'Yksi tai useampi ensimmäisen sisältörivin attribuutti sisältää epämuodostuneita UTF-8 merkkejä', ], diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php index 5e62b61cf..651a6abd9 100644 --- a/resources/lang/fi/admin/settings/general.php +++ b/resources/lang/fi/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/fi/admin/settings/message.php b/resources/lang/fi/admin/settings/message.php index 40a8dc397..353598a75 100644 --- a/resources/lang/fi/admin/settings/message.php +++ b/resources/lang/fi/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php index 8b7905462..bd90c8426 100644 --- a/resources/lang/fi/general.php +++ b/resources/lang/fi/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Sarjanumero', 'item_notes' => ':item muistiinpanot', 'item_name_var' => ':item nimi', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Lainattu: koko nimi', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/fi/localizations.php b/resources/lang/fi/localizations.php index d0c0c6562..fdb4603db 100644 --- a/resources/lang/fi/localizations.php +++ b/resources/lang/fi/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Iiri', 'it'=> 'Italia', 'ja'=> 'Japani', + 'km' => 'Khmer', 'ko'=> 'Korea', 'lv'=>'Latvia', 'lt'=> 'Liettua', diff --git a/resources/lang/fil/admin/hardware/message.php b/resources/lang/fil/admin/hardware/message.php index ebd3f2e70..d9a81a947 100644 --- a/resources/lang/fil/admin/hardware/message.php +++ b/resources/lang/fil/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Ang iyong file ay na-import na', 'file_delete_success' => 'Ang iyong file ay matagumpay nang nai-upload', 'file_delete_error' => 'Ang file ay hindi mai-delete', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/fil/admin/settings/general.php b/resources/lang/fil/admin/settings/general.php index b5d125af2..2336e5705 100644 --- a/resources/lang/fil/admin/settings/general.php +++ b/resources/lang/fil/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/fil/admin/settings/message.php b/resources/lang/fil/admin/settings/message.php index 8854d020f..8e7fb2afa 100644 --- a/resources/lang/fil/admin/settings/message.php +++ b/resources/lang/fil/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/fil/general.php b/resources/lang/fil/general.php index 2ce471c5b..7f194a6b0 100644 --- a/resources/lang/fil/general.php +++ b/resources/lang/fil/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/fil/localizations.php b/resources/lang/fil/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/fil/localizations.php +++ b/resources/lang/fil/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php index a99796775..0e1b95650 100644 --- a/resources/lang/fr/admin/hardware/message.php +++ b/resources/lang/fr/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Votre fichier a bien été importé', 'file_delete_success' => 'Votre fichier a été correctement supprimé', 'file_delete_error' => 'Le fichier n’a pas pu être supprimé', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Un ou plusieurs attributs dans la ligne d\'en-tête contiennent des caractères UTF-8 invalides', 'content_row_has_malformed_characters' => 'Un ou plusieurs attributs dans la première ligne de contenu contiennent des caractères UTF-8 invalides', ], diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index 1eb515200..f3f1003e0 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Paramètres de connexion via Google Workspace', 'enable_google_login' => 'Permettre aux utilisateurs·trices de se connecter avec Google Workspace', 'enable_google_login_help' => 'Les utilisateurs·trices ne seront pas créé·es automatiquement. Iels doivent avoir un compte existant ici ET dans Google Workspace, et leur nom d\'utilisateur·trice doit correspondre à leur adresse e-mail Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/fr/admin/settings/message.php b/resources/lang/fr/admin/settings/message.php index c0c14f3cd..d86a120dd 100644 --- a/resources/lang/fr/admin/settings/message.php +++ b/resources/lang/fr/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Envoi du message de test :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Succès ! Vérifiez le ', 'success_pt2' => ' canal pour votre message de test, et assurez-vous de cliquer sur ENREGISTRER ci-dessous afin de sauvegarder vos réglages.', '500' => '500 Erreur du serveur.', 'error' => 'Quelque chose s\'est mal passé. :app a répondu avec: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Une erreur est survenue. :( ', ] ]; diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php index e27cfd593..e7147df5f 100644 --- a/resources/lang/fr/general.php +++ b/resources/lang/fr/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Numéro de série', 'item_notes' => 'Notes :item', 'item_name_var' => 'Nom :item', - 'error_user_company' => 'Les sociétés de l\'utilisateur·trice et de l\'actif ne correspondent pas', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Un actif qui vous est assigné appartient à une autre société ; vous ne pouvez pas l\'accepter ou le refuser. Veuillez contacter votre manager', 'importer' => [ 'checked_out_to_fullname' => 'Associé à : nom complet', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/fr/localizations.php b/resources/lang/fr/localizations.php index a58c7aaab..fcc31efcd 100644 --- a/resources/lang/fr/localizations.php +++ b/resources/lang/fr/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandais', 'it'=> 'Italien', 'ja'=> 'Japonais', + 'km' => 'Khmer', 'ko'=> 'Coréen', 'lv'=>'Letton', 'lt'=> 'Lituanien', diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php index 10d999e6b..b6f1b1504 100644 --- a/resources/lang/ga-IE/admin/hardware/message.php +++ b/resources/lang/ga-IE/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Tá do chomhad iompórtáilte', 'file_delete_success' => 'Tá do chomhad scriosta go rathúil', 'file_delete_error' => 'Níorbh fhéidir an comhad a scriosadh', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index 47da9f85d..61f7da61a 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ga-IE/admin/settings/message.php b/resources/lang/ga-IE/admin/settings/message.php index 54934d192..b610938e2 100644 --- a/resources/lang/ga-IE/admin/settings/message.php +++ b/resources/lang/ga-IE/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index adac99ff4..6d5d592d4 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ga-IE/localizations.php b/resources/lang/ga-IE/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ga-IE/localizations.php +++ b/resources/lang/ga-IE/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php index 525980545..8dff9a7aa 100644 --- a/resources/lang/he/admin/hardware/message.php +++ b/resources/lang/he/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'הקובץ שלך יובא', 'file_delete_success' => 'הקובץ שלך נמחק בהצלחה', 'file_delete_error' => 'לא ניתן היה למחוק את הקובץ', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php index 0fa163eb6..dd0ea942a 100644 --- a/resources/lang/he/admin/settings/general.php +++ b/resources/lang/he/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/he/admin/settings/message.php b/resources/lang/he/admin/settings/message.php index e7bf4d8a2..86c00a40f 100644 --- a/resources/lang/he/admin/settings/message.php +++ b/resources/lang/he/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php index 3acbee1db..09dc06882 100644 --- a/resources/lang/he/general.php +++ b/resources/lang/he/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/he/localizations.php b/resources/lang/he/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/he/localizations.php +++ b/resources/lang/he/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php index 3a9196ae1..9d9b53f35 100644 --- a/resources/lang/hr/admin/hardware/message.php +++ b/resources/lang/hr/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Vaša je datoteka uvezena', 'file_delete_success' => 'Vaša je datoteka uspješno izbrisana', 'file_delete_error' => 'Datoteka nije mogla biti izbrisana', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php index 1a42cbd4e..8f1c084d5 100644 --- a/resources/lang/hr/admin/settings/general.php +++ b/resources/lang/hr/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/hr/admin/settings/message.php b/resources/lang/hr/admin/settings/message.php index d6681abe9..1ed0dba21 100644 --- a/resources/lang/hr/admin/settings/message.php +++ b/resources/lang/hr/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php index aebbaf6f8..560ff411e 100644 --- a/resources/lang/hr/general.php +++ b/resources/lang/hr/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/hr/localizations.php b/resources/lang/hr/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/hr/localizations.php +++ b/resources/lang/hr/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/hu/admin/categories/general.php b/resources/lang/hu/admin/categories/general.php index dada405b0..d4939f8d9 100644 --- a/resources/lang/hu/admin/categories/general.php +++ b/resources/lang/hu/admin/categories/general.php @@ -8,7 +8,7 @@ return array( 'clone' => 'Kategória klónozása', 'create' => 'Kategória létrehozása', 'edit' => 'Kategória szerkesztése', - 'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.', + 'email_will_be_sent_due_to_global_eula' => 'A globális EULA használata miatt a felhasználó számára email került kiküldésre.', 'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.', 'eula_text' => 'Felhasználói engedély Kategória', 'eula_text_help' => 'Ezzel a mezővel testre szabhatja a különböző eszközök EULA-ját. Ha csak egy EULA van az összes eszközhöz, akkor jelölje be a négyzetet lent, hogy az alapértelmezettet használja.', diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php index 727a13cb6..81a971292 100644 --- a/resources/lang/hu/admin/hardware/form.php +++ b/resources/lang/hu/admin/hardware/form.php @@ -11,8 +11,8 @@ return [ 'bulk_update_help' => 'Ez az űrlap segít frissíteni több eszközt egyszerre. Csak töltsd ki a változtatni kívánt mezőket. Mindent amit üresen hagysz az változatlan marad. ', 'bulk_update_warn' => 'Egyetlen eszköz tulajdonságait kívánja szerkeszteni.|:asset_count eszköz tulajdonságait kívánja szerkeszteni.', 'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.', - 'bulk_update_model_prefix' => 'On Models', - 'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.', + 'bulk_update_model_prefix' => 'Ezeken a modelleken', + 'bulk_update_custom_field_unique' => 'Ez egy egyedi mező és nem lehet tömegesen módosítani.', 'checkedout_to' => 'Kiadva', 'checkout_date' => 'Kiadási dátum', 'checkin_date' => 'Visszavétel dátuma', diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php index 76f6f34fe..f2fb516c4 100644 --- a/resources/lang/hu/admin/hardware/message.php +++ b/resources/lang/hu/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'A fájlt importálta', 'file_delete_success' => 'A fájlt sikeresen törölték', 'file_delete_error' => 'A fájlt nem sikerült törölni', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'A fejlécsorban egy vagy több attribútum hibás formájú UTF-8 karaktereket tartalmaz', 'content_row_has_malformed_characters' => 'A tartalom első sorában egy vagy több attribútum hibás formájú UTF-8 karaktereket tartalmaz', ], diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index 9d6386c5e..19ede2d0e 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -209,8 +209,8 @@ return [ 'webhook_help' => 'Integrációs beállítások', 'webhook_botname' => ':app Botname', 'webhook_channel' => ':app Channel', - 'webhook_endpoint' => ':app Endpoint', - 'webhook_integration' => ':app Settings', + 'webhook_endpoint' => ':app Végpont', + 'webhook_integration' => ':app Beállítások', 'webhook_test' =>'Test :app integration', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first create an incoming webhook on your :app account. Click on the Test :app Integration button to confirm your settings are correct before saving. ', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', @@ -309,7 +309,7 @@ return [ 'localization_keywords' => 'lokalizáció, pénznem, helyi, lokalitás, időzóna, időzóna, nemzetközi, internatinalizáció, nyelv, nyelvek, fordítás', 'localization_help' => 'Nyelv, dátum kijelzés', 'notifications' => 'Értesítések', - 'notifications_help' => 'Email Alerts & Audit Settings', + 'notifications_help' => 'E-mail riasztások, audit beállítások', 'asset_tags_help' => 'Inkrementálás és előtagok', 'labels' => 'Címkék', 'labels_title' => 'Címke beállítások frissítése', @@ -332,28 +332,34 @@ return [ 'slack_test' => 'Teszt Integráció', 'label2_enable' => 'New Label Engine', 'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.', - 'label2_template' => 'Template', + 'label2_template' => 'Sablon', 'label2_template_help' => 'Select which template to use for label generation', - 'label2_title' => 'Title', + 'label2_title' => 'Cím', 'label2_title_help' => 'The title to show on labels that support it', 'label2_title_help_phold' => 'The placeholder {COMPANY} will be replaced with the asset's company name', - 'label2_asset_logo' => 'Use Asset Logo', + 'label2_asset_logo' => 'Eszköz logó használata', 'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at :setting_name', - 'label2_1d_type' => '1D Barcode Type', - 'label2_1d_type_help' => 'Format for 1D barcodes', - 'label2_2d_type' => '2D Barcode Type', - 'label2_2d_type_help' => 'Format for 2D barcodes', + 'label2_1d_type' => '1D vonalkód típus', + 'label2_1d_type_help' => '1D vonalkód formátuma', + 'label2_2d_type' => '2D vonalkód típus', + 'label2_2d_type_help' => '2D vonalkód formátuma', 'label2_2d_target' => '2D Barcode Target', 'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned', - 'label2_fields' => 'Field Definitions', + 'label2_fields' => 'Mező definíciók', 'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.', 'help_asterisk_bold' => 'Text entered as **text** will be displayed as bold', 'help_blank_to_use' => 'Leave blank to use the value from :setting_name', 'help_default_will_use' => ':default will use the value from :setting_name.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ', - 'default' => 'Default', - 'none' => 'None', + 'default' => 'Alapértelmezés', + 'none' => 'Egyik sem', 'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's Google developer console .', 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Időzóna', + ]; diff --git a/resources/lang/hu/admin/settings/message.php b/resources/lang/hu/admin/settings/message.php index f274e444d..228e897d4 100644 --- a/resources/lang/hu/admin/settings/message.php +++ b/resources/lang/hu/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => ':app tesztüzenet küldése...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Siker! Ellenőrizze a ', 'success_pt2' => ' csatornát a tesztüzenethez, és ne felejtsen el a MENTÉS gombra kattintani a beállítások tárolásához.', '500' => '500 Szerverhiba.', 'error' => 'Valami hiba történt. A Slack a következő üzenettel válaszolt: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Valami hiba történt :( ', ] ]; diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php index b8ee236fa..abeea7b2b 100644 --- a/resources/lang/hu/admin/users/general.php +++ b/resources/lang/hu/admin/users/general.php @@ -49,6 +49,6 @@ return [ 'email_credentials' => 'Hitelesítő adatok elküldése', 'email_credentials_text' => 'Hitelesítő adatok elküldése a fenti címre', 'next_save_user' => 'Következő: Felhasználó mentése', - 'all_assigned_list_generation' => 'Generated on:', + 'all_assigned_list_generation' => 'Létrehozva:', 'email_user_creds_on_create' => 'Email this user their credentials?', ]; diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php index d11da85ad..de3812b17 100644 --- a/resources/lang/hu/general.php +++ b/resources/lang/hu/general.php @@ -375,8 +375,8 @@ return [ 'notification_warning' => 'Figyelmeztetés', 'notification_info' => 'Tájékoztatás', 'asset_information' => 'Eszköz információ', - 'model_name' => 'Model Name', - 'asset_name' => 'Asset Name', + 'model_name' => 'Modell neve', + 'asset_name' => 'Eszköz neve', 'consumable_information' => 'Fogyóeszköz információi:', 'consumable_name' => 'Fogyóeszköz neve:', 'accessory_information' => 'Tartozék információi:', @@ -437,29 +437,29 @@ return [ 'csv_header_field' => 'CSV fejléc mező', 'import_field' => 'Mező importálása', 'sample_value' => 'Minta érték', - 'no_headers' => 'No Columns Found', + 'no_headers' => 'Oszlop nem található', 'error_in_import_file' => 'HIba lépett fel a CSV fájl olvasásakor: :error', 'percent_complete' => ':percent % elkészült', 'errors_importing' => 'Hiba lépett fel az importálás közben: ', 'warning' => 'FIGYELMEZTETÉS: :warning', - 'success_redirecting' => '"Success... Redirecting.', + 'success_redirecting' => 'Sikeres... Átirányítás.', 'cancel_request' => 'Eszközigénylés visszavonása', 'setup_successful_migrations' => 'Your database tables have been created', 'setup_migration_output' => 'Migration output:', 'setup_migration_create_user' => 'Következő: Felhasználó mentése', 'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.', - 'confirm' => 'Confirm', + 'confirm' => 'Megerősítés', 'autoassign_licenses' => 'Auto-Assign Licenses', 'autoassign_licenses_help' => 'Allow this user to have licenses assigned via the bulk-assign license UI or cli tools.', 'autoassign_licenses_help_long' => 'This allows a user to be have licenses assigned via the bulk-assign license UI or cli tools. (For example, you might not want contractors to be auto-assigned a license you would provide to only staff members. You can still individually assign licenses to those users, but they will not be included in the Checkout License to All Users functions.)', 'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.', - 'modal_confirm_generic' => 'Are you sure?', + 'modal_confirm_generic' => 'Biztos benne?', 'cannot_be_deleted' => 'This item cannot be deleted', 'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.', 'serial_number' => 'Sorozatszám', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% elkészült', 'uploading' => 'Feltöltés...', - 'upload_error' => 'Hiba a fájl feltöltése során. Kérem, ellenőrizze, hogy nincsenek üres sorok a fájl elején.' + 'upload_error' => 'Hiba a fájl feltöltése során. Kérem, ellenőrizze, hogy nincsenek üres sorok a fájl elején.', + 'copy_to_clipboard' => 'Másolás a vágólapra', + 'copied' => 'Másolva!', ]; diff --git a/resources/lang/hu/localizations.php b/resources/lang/hu/localizations.php index 8dd36f035..b2f6bdaf4 100644 --- a/resources/lang/hu/localizations.php +++ b/resources/lang/hu/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Ír', 'it'=> 'Olasz', 'ja'=> 'Japán', + 'km' => 'khmer', 'ko'=> 'Kóreai', 'lv'=>'Lett', 'lt'=> 'Litván', diff --git a/resources/lang/id/admin/hardware/message.php b/resources/lang/id/admin/hardware/message.php index c8adce9a9..b204454a1 100644 --- a/resources/lang/id/admin/hardware/message.php +++ b/resources/lang/id/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Berkas Anda berhasil terimpor', 'file_delete_success' => 'File anda telah berhasil dihapus', 'file_delete_error' => 'File tidak bisa dihapus', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php index 9333e5570..2965abdec 100644 --- a/resources/lang/id/admin/settings/general.php +++ b/resources/lang/id/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/id/admin/settings/message.php b/resources/lang/id/admin/settings/message.php index 08a79fe26..535cde71c 100644 --- a/resources/lang/id/admin/settings/message.php +++ b/resources/lang/id/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/id/general.php b/resources/lang/id/general.php index 11d91082c..22d8734c3 100644 --- a/resources/lang/id/general.php +++ b/resources/lang/id/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Nomor Seri', 'item_notes' => ':Catatan benda', 'item_name_var' => ':nama Item', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/id/localizations.php b/resources/lang/id/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/id/localizations.php +++ b/resources/lang/id/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/is/admin/hardware/message.php b/resources/lang/is/admin/hardware/message.php index 44809f93d..8185f0236 100644 --- a/resources/lang/is/admin/hardware/message.php +++ b/resources/lang/is/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/is/admin/settings/general.php b/resources/lang/is/admin/settings/general.php index 6a22f69d8..e1d080b74 100644 --- a/resources/lang/is/admin/settings/general.php +++ b/resources/lang/is/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/is/admin/settings/message.php b/resources/lang/is/admin/settings/message.php index 230b67815..dbdbac31d 100644 --- a/resources/lang/is/admin/settings/message.php +++ b/resources/lang/is/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/is/general.php b/resources/lang/is/general.php index 2a0c24c50..d545d4dc7 100644 --- a/resources/lang/is/general.php +++ b/resources/lang/is/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/is/localizations.php b/resources/lang/is/localizations.php index af772ea82..4c6f76d4f 100644 --- a/resources/lang/is/localizations.php +++ b/resources/lang/is/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php index 5a5ca4259..d60b364ea 100644 --- a/resources/lang/it/admin/hardware/message.php +++ b/resources/lang/it/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Il file è stato importato con successo', 'file_delete_success' => 'Il file è stato cancellato con successo', 'file_delete_error' => 'Impossibile eliminare il file', + 'file_missing' => 'File selezionato mancante', 'header_row_has_malformed_characters' => 'Uno o più attributi nella riga d\'intestazione contengono caratteri UTF-8 malformati', 'content_row_has_malformed_characters' => 'Uno o più attributi nella prima riga del contenuto contengono caratteri UTF-8 malformati', ], diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index 3e03b898c..d62fee565 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Impostazioni Accesso Google Workspace', 'enable_google_login' => 'Consenti agli utenti di accedere con Google Workspace', 'enable_google_login_help' => 'Gli utenti non verranno creati automaticamente. Devono avere SIA un account qui CHE in Google Workspace e il loro nome utente qui deve corrispondere al loro indirizzo email di Google Workspace. ', + 'mail_reply_to' => 'Indirizzo Mail Reply-To', + 'mail_from' => 'Indirizzo Da:', + 'database_driver' => 'Driver del database', + 'bs_table_storage' => 'Archiviazione Tabella', + 'timezone' => 'Fuso orario', + ]; diff --git a/resources/lang/it/admin/settings/message.php b/resources/lang/it/admin/settings/message.php index 71ecbb9ea..60a0d192e 100644 --- a/resources/lang/it/admin/settings/message.php +++ b/resources/lang/it/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Invio a :app un messaggio di prova...', + 'success' => 'La tua integrazione :webhook_name funziona!', 'success_pt1' => 'Successo! Controlla il canale ', 'success_pt2' => ' con il messaggio di prova, e assicurati di fare clic su SALVA qui sotto per memorizzare le impostazioni.', '500' => 'Errore del server 500.', 'error' => 'Qualcosa è andato storto. :app ha risposto con: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Qualcosa è andato storto. :( ', ] ]; diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php index eb20c551f..07ca83403 100644 --- a/resources/lang/it/general.php +++ b/resources/lang/it/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Numero Seriale', 'item_notes' => ':item Note', 'item_name_var' => ':item Nome', - 'error_user_company' => 'Le aziende del bene e dell\'utente non combaciano', + 'error_user_company' => 'L\'azienda in cui fare il check-out e quella del bene non corrispondono', 'error_user_company_accept_view' => 'Un bene assegnato a te appartiene a un\'altra azienda. Non puoi accettarlo né rifiutarlo. Parlane col tuo manager', 'importer' => [ 'checked_out_to_fullname' => 'Check-out fatto a: Nome Cognome', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% completato', 'uploading' => 'Caricamento... ', - 'upload_error' => 'Errore nel caricamento del file. Controlla che non ci siano righe vuote alla fine.' + 'upload_error' => 'Errore nel caricamento del file. Controlla che non ci siano righe vuote alla fine.', + 'copy_to_clipboard' => 'Copia negli Appunti', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/it/localizations.php b/resources/lang/it/localizations.php index 47a2612ca..f82567d7f 100644 --- a/resources/lang/it/localizations.php +++ b/resources/lang/it/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandese', 'it'=> 'Italiano', 'ja'=> 'Giapponese', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Lettone', 'lt'=> 'Lituano', diff --git a/resources/lang/iu/admin/hardware/message.php b/resources/lang/iu/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/iu/admin/hardware/message.php +++ b/resources/lang/iu/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/iu/admin/settings/general.php b/resources/lang/iu/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/iu/admin/settings/general.php +++ b/resources/lang/iu/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/iu/admin/settings/message.php b/resources/lang/iu/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/iu/admin/settings/message.php +++ b/resources/lang/iu/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/iu/general.php b/resources/lang/iu/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/iu/general.php +++ b/resources/lang/iu/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/iu/localizations.php b/resources/lang/iu/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/iu/localizations.php +++ b/resources/lang/iu/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php index f09b722e7..1f0767651 100644 --- a/resources/lang/ja/admin/hardware/message.php +++ b/resources/lang/ja/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'ファイルはインポートされました。', 'file_delete_success' => 'ファイルを削除しました。', 'file_delete_error' => 'ファイルが削除出来ませんでした。', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'ヘッダー行の1つ以上の属性に不正な形式のUTF-8文字が含まれています', 'content_row_has_malformed_characters' => 'コンテンツの最初の行の1つまたは複数の属性に不正な形式のUTF-8文字が含まれています', ], diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index f9095213c..38a85592a 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -359,4 +359,10 @@ return [ 'google_login' => 'Google ワークスペースのログイン設定', 'enable_google_login' => 'Google ワークスペースでログインするユーザーを有効にする', 'enable_google_login_help' => 'ユーザーは自動的にプロビジョニングされません。 ここでは既存のアカウントとGoogle Workspaceのアカウントが必要です。ここではユーザー名がGoogleワークスペースのメールアドレスと一致している必要があります。 ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ja/admin/settings/message.php b/resources/lang/ja/admin/settings/message.php index 0df8084ce..21f9bf523 100644 --- a/resources/lang/ja/admin/settings/message.php +++ b/resources/lang/ja/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => ':app テストメッセージを送信しています...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'チェックに成功 ', 'success_pt2' => ' テストメッセージのチャンネルで、設定を保存するには以下の「SAVE」をクリックしてください。', '500' => '500 Server Error.', 'error' => '問題が発生しました。:app 応答: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => '問題が発生しました。:( ', ] ]; diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php index 32a4876b2..b6f742e79 100644 --- a/resources/lang/ja/general.php +++ b/resources/lang/ja/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'シリアルナンバー', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'チェックアウトしました: フルネーム', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ja/localizations.php b/resources/lang/ja/localizations.php index 4e71aaa2b..cab6ec068 100644 --- a/resources/lang/ja/localizations.php +++ b/resources/lang/ja/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> '日本語', + 'km' => 'Khmer', 'ko'=> '韓国語', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/km-KH/admin/hardware/message.php b/resources/lang/km-KH/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/km-KH/admin/hardware/message.php +++ b/resources/lang/km-KH/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/km-KH/admin/settings/general.php b/resources/lang/km-KH/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/km-KH/admin/settings/general.php +++ b/resources/lang/km-KH/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/km-KH/admin/settings/message.php b/resources/lang/km-KH/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/km-KH/admin/settings/message.php +++ b/resources/lang/km-KH/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/km-KH/general.php +++ b/resources/lang/km-KH/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/km-KH/localizations.php b/resources/lang/km-KH/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/km-KH/localizations.php +++ b/resources/lang/km-KH/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php index 865e756f3..756d75ee7 100644 --- a/resources/lang/ko/admin/hardware/message.php +++ b/resources/lang/ko/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => '파일에서 읽어오기가 완료되었습니다', 'file_delete_success' => '파일 삭제가 완료되었습니다', 'file_delete_error' => '파일을 삭제할 수 없습니다', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php index 75adc40f8..2bf8bc869 100644 --- a/resources/lang/ko/admin/settings/general.php +++ b/resources/lang/ko/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ko/admin/settings/message.php b/resources/lang/ko/admin/settings/message.php index a433e2b23..7fb39894a 100644 --- a/resources/lang/ko/admin/settings/message.php +++ b/resources/lang/ko/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php index 8ad15841d..dc26350f3 100644 --- a/resources/lang/ko/general.php +++ b/resources/lang/ko/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ko/localizations.php b/resources/lang/ko/localizations.php index 1488e66e3..95b54a6fe 100644 --- a/resources/lang/ko/localizations.php +++ b/resources/lang/ko/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php index a7b41c896..13d6a1c79 100644 --- a/resources/lang/lt/admin/hardware/message.php +++ b/resources/lang/lt/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Jūsų failas importuotas', 'file_delete_success' => 'Jūsų failas buvo sėkmingai ištrintas', 'file_delete_error' => 'Nepavyko ištrinti failo', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php index 0900feee9..4a069e3c7 100644 --- a/resources/lang/lt/admin/settings/general.php +++ b/resources/lang/lt/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/lt/admin/settings/message.php b/resources/lang/lt/admin/settings/message.php index f820fd12f..3a54d3a6b 100644 --- a/resources/lang/lt/admin/settings/message.php +++ b/resources/lang/lt/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php index 500bf72b3..7554eb5eb 100644 --- a/resources/lang/lt/general.php +++ b/resources/lang/lt/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/lt/localizations.php b/resources/lang/lt/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/lt/localizations.php +++ b/resources/lang/lt/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/lv/admin/hardware/message.php b/resources/lang/lv/admin/hardware/message.php index 9f6e61fde..de3301bf2 100644 --- a/resources/lang/lv/admin/hardware/message.php +++ b/resources/lang/lv/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Jūsu fails ir importēts', 'file_delete_success' => 'Jūsu fails ir veiksmīgi izdzēsts', 'file_delete_error' => 'Failu nevarēja dzēst', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php index 0c143382c..d24d9bcb1 100644 --- a/resources/lang/lv/admin/settings/general.php +++ b/resources/lang/lv/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/lv/admin/settings/message.php b/resources/lang/lv/admin/settings/message.php index fe733d7ad..4004dcbe0 100644 --- a/resources/lang/lv/admin/settings/message.php +++ b/resources/lang/lv/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/lv/general.php b/resources/lang/lv/general.php index c07f05194..242c578ac 100644 --- a/resources/lang/lv/general.php +++ b/resources/lang/lv/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/lv/localizations.php b/resources/lang/lv/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/lv/localizations.php +++ b/resources/lang/lv/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/mi/admin/hardware/message.php b/resources/lang/mi/admin/hardware/message.php index da810f940..105acf79c 100644 --- a/resources/lang/mi/admin/hardware/message.php +++ b/resources/lang/mi/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'I kawemai to kōnae', 'file_delete_success' => 'Kua mukua pai to kōnae', 'file_delete_error' => 'Kāore i taea te mukua te kōnae', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/mi/admin/settings/general.php b/resources/lang/mi/admin/settings/general.php index 43142a949..7a2e4d144 100644 --- a/resources/lang/mi/admin/settings/general.php +++ b/resources/lang/mi/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/mi/admin/settings/message.php b/resources/lang/mi/admin/settings/message.php index 73fe2fe8f..cadcb6128 100644 --- a/resources/lang/mi/admin/settings/message.php +++ b/resources/lang/mi/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/mi/general.php b/resources/lang/mi/general.php index 54f06273c..1315b778a 100644 --- a/resources/lang/mi/general.php +++ b/resources/lang/mi/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/mi/localizations.php b/resources/lang/mi/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/mi/localizations.php +++ b/resources/lang/mi/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/mk/admin/hardware/message.php b/resources/lang/mk/admin/hardware/message.php index 1e0ff90b7..b3294a2bf 100644 --- a/resources/lang/mk/admin/hardware/message.php +++ b/resources/lang/mk/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Вашата датотека е увезена', 'file_delete_success' => 'Вашата датотека е избришана', 'file_delete_error' => 'Датотеката не можеше да се избрише', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/mk/admin/settings/general.php b/resources/lang/mk/admin/settings/general.php index fb6e4dfe6..f235853d1 100644 --- a/resources/lang/mk/admin/settings/general.php +++ b/resources/lang/mk/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/mk/admin/settings/message.php b/resources/lang/mk/admin/settings/message.php index a5179bed7..2c5d28220 100644 --- a/resources/lang/mk/admin/settings/message.php +++ b/resources/lang/mk/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/mk/general.php b/resources/lang/mk/general.php index 4f993e86a..c699352be 100644 --- a/resources/lang/mk/general.php +++ b/resources/lang/mk/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/mk/localizations.php b/resources/lang/mk/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/mk/localizations.php +++ b/resources/lang/mk/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ml-IN/admin/hardware/message.php b/resources/lang/ml-IN/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/ml-IN/admin/hardware/message.php +++ b/resources/lang/ml-IN/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/ml-IN/admin/settings/general.php +++ b/resources/lang/ml-IN/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ml-IN/admin/settings/message.php b/resources/lang/ml-IN/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/ml-IN/admin/settings/message.php +++ b/resources/lang/ml-IN/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/ml-IN/general.php +++ b/resources/lang/ml-IN/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ml-IN/localizations.php b/resources/lang/ml-IN/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ml-IN/localizations.php +++ b/resources/lang/ml-IN/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/mn/admin/hardware/message.php b/resources/lang/mn/admin/hardware/message.php index bfa381eb6..09e2be060 100644 --- a/resources/lang/mn/admin/hardware/message.php +++ b/resources/lang/mn/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Таны файл импортлогдсон байна', 'file_delete_success' => 'Таны файл амжилттай болсон байна', 'file_delete_error' => 'Файл устгагдах боломжгүй байна', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php index fbcce74d1..7cfb38eda 100644 --- a/resources/lang/mn/admin/settings/general.php +++ b/resources/lang/mn/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/mn/admin/settings/message.php b/resources/lang/mn/admin/settings/message.php index 7a213c834..8a18e5d07 100644 --- a/resources/lang/mn/admin/settings/message.php +++ b/resources/lang/mn/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/mn/general.php b/resources/lang/mn/general.php index 9a46579af..c860a9c95 100644 --- a/resources/lang/mn/general.php +++ b/resources/lang/mn/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/mn/localizations.php b/resources/lang/mn/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/mn/localizations.php +++ b/resources/lang/mn/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php index 2f3fa4d77..aa210951f 100644 --- a/resources/lang/ms/admin/hardware/message.php +++ b/resources/lang/ms/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Fail anda telah diimport', 'file_delete_success' => 'Fail anda telah berjaya dihapuskan', 'file_delete_error' => 'Fail tidak dapat dipadamkan', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php index d0c39b13e..c6a2c98a2 100644 --- a/resources/lang/ms/admin/settings/general.php +++ b/resources/lang/ms/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ms/admin/settings/message.php b/resources/lang/ms/admin/settings/message.php index 590a82582..43368b631 100644 --- a/resources/lang/ms/admin/settings/message.php +++ b/resources/lang/ms/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php index efe67b172..7ff3e4e08 100644 --- a/resources/lang/ms/general.php +++ b/resources/lang/ms/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ms/localizations.php b/resources/lang/ms/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ms/localizations.php +++ b/resources/lang/ms/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php index d1c4d0c66..4575c24f5 100644 --- a/resources/lang/nl/admin/hardware/message.php +++ b/resources/lang/nl/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Je bestand is geïmporteerd', 'file_delete_success' => 'Je bestand is succesvol verwijderd', 'file_delete_error' => 'Het bestand kon niet worden verwijderd', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Een of meer attributen in de kopregel bevatten ongeldige UTF-8-tekens', 'content_row_has_malformed_characters' => 'Een of meer attributen in de eerste rij inhoud bevat ongeldige UTF-8 tekens', ], diff --git a/resources/lang/nl/admin/licenses/general.php b/resources/lang/nl/admin/licenses/general.php index f78d3fb5a..e8d9d7adf 100644 --- a/resources/lang/nl/admin/licenses/general.php +++ b/resources/lang/nl/admin/licenses/general.php @@ -18,24 +18,24 @@ return array( 'software_licenses' => 'Applicatie Licenties', 'user' => 'Gebruiker', 'view' => 'Bekijk licentie', - 'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.', + 'delete_disabled' => 'Deze licentie kan nog niet worden verwijderd omdat deze nog is uitgecheckt.', 'bulk' => [ 'checkin_all' => [ - 'button' => 'Checkin All Seats', + 'button' => 'Alle licenties inchecken', 'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.', 'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets', - 'disabled_tooltip' => 'This is disabled because there are no seats currently checked out', - 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable', - 'success' => 'License successfully checked in! | All licenses were successfully checked in!', + 'disabled_tooltip' => 'Dit is uitgeschakeld omdat er nog niets is uitgecheckt', + 'disabled_tooltip_reassignable' => 'Dit is uitgeschakeld omdat de licentie niet opnieuw toegewezen kan worden', + 'success' => 'Licentie met succes ingecheckt! | Alle licenties zijn met succes ingecheckt!', 'log_msg' => 'Checked in via bulk license checkout in license GUI', ], 'checkout_all' => [ - 'button' => 'Checkout All Seats', + 'button' => 'Alle licenties uitchecken', 'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.', 'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users', - 'disabled_tooltip' => 'This is disabled because there are no seats currently available', + 'disabled_tooltip' => 'Dit is uitgeschakeld omdat er momenteel geen plaatsen beschikbaar zijn', 'success' => 'License successfully checked out! | :count licenses were successfully checked out!', 'error_no_seats' => 'There are no remaining seats left for this license.', 'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.', diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php index 79e26de39..9e7be36c4 100644 --- a/resources/lang/nl/admin/settings/general.php +++ b/resources/lang/nl/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/nl/admin/settings/message.php b/resources/lang/nl/admin/settings/message.php index a1692ced8..5bb3c5ccb 100644 --- a/resources/lang/nl/admin/settings/message.php +++ b/resources/lang/nl/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Je :webhook_name integratie werkt!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'FOUT: 301/302 :endpoint geeft een omleiding. Om veiligheidsredenen volgen we geen omleidingen. Gebruik het werkelijke eindpunt.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php index 145dd9608..fc09148c5 100644 --- a/resources/lang/nl/general.php +++ b/resources/lang/nl/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serienummer', 'item_notes' => ':item notities', 'item_name_var' => ':item naam', - 'error_user_company' => 'Gebruikers- en bedrijven voor asset komen niet overeen', + 'error_user_company' => 'Uitcheck bestemming en activa van bedrijf komen niet overeen', 'error_user_company_accept_view' => 'Een aan u toegewezen asset is eigendom van een ander bedrijf. U kunt dit dus niet accepteren of weigeren. Neem contact op met uw manager', 'importer' => [ 'checked_out_to_fullname' => 'Uitgecheckt aan: Volledige naam', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% voltooid', 'uploading' => 'Uploaden... ', - 'upload_error' => 'Fout bij uploaden van bestand. Controleer of er geen lege rijen zijn.' + 'upload_error' => 'Fout bij uploaden van bestand. Controleer of er geen lege rijen zijn.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/nl/localizations.php b/resources/lang/nl/localizations.php index f22557738..87d264924 100644 --- a/resources/lang/nl/localizations.php +++ b/resources/lang/nl/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Iers', 'it'=> 'Italiaans', 'ja'=> 'Japans', + 'km' => 'Khmer', 'ko'=> 'Koreaans', 'lv'=>'Lets', 'lt'=> 'Litouws', diff --git a/resources/lang/nl/nl-NL.textClipping b/resources/lang/nl/nl-NL.textClipping new file mode 100644 index 000000000..78ec2f5e0 Binary files /dev/null and b/resources/lang/nl/nl-NL.textClipping differ diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php index d8d76ced5..d554bbd23 100644 --- a/resources/lang/no/admin/hardware/message.php +++ b/resources/lang/no/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Filen har blitt importert', 'file_delete_success' => 'Filen har blitt slettet', 'file_delete_error' => 'Filen kunne ikke bli slettet', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php index 70b76c83a..0307c0385 100644 --- a/resources/lang/no/admin/settings/general.php +++ b/resources/lang/no/admin/settings/general.php @@ -357,4 +357,10 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/no/admin/settings/message.php b/resources/lang/no/admin/settings/message.php index f7ea278bb..633aa4327 100644 --- a/resources/lang/no/admin/settings/message.php +++ b/resources/lang/no/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php index fd3ff0644..116408af6 100644 --- a/resources/lang/no/general.php +++ b/resources/lang/no/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/no/localizations.php b/resources/lang/no/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/no/localizations.php +++ b/resources/lang/no/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php index 8947456df..03d77430e 100644 --- a/resources/lang/pl/admin/hardware/message.php +++ b/resources/lang/pl/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Twój plik został zaimportowany', 'file_delete_success' => 'Twój plik został poprawnie usunięty', 'file_delete_error' => 'Plik nie może zostać usunięty', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Jeden lub więcej atrybutów w wierszu nagłówka zawiera nieprawidłowe znaki UTF-8', 'content_row_has_malformed_characters' => 'Jeden lub więcej atrybutów w pierwszym rzędzie zawartości zawiera nieprawidłowe znaki UTF-8', ], diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php index b32b54017..33701b2d3 100644 --- a/resources/lang/pl/admin/settings/general.php +++ b/resources/lang/pl/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Ustawienia logowania Google Workspace', 'enable_google_login' => 'Włącz logowanie przez Google Workspace', 'enable_google_login_help' => 'Użytkownicy nie będą automatycznie tworzeni. Muszą mieć istniejące konto tutaj i w Google Workspace, a ich nazwa użytkownika musi pasować do ich adresu e-mail w obszarze roboczym Google. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/pl/admin/settings/message.php b/resources/lang/pl/admin/settings/message.php index 6269e62da..0557cc4a9 100644 --- a/resources/lang/pl/admin/settings/message.php +++ b/resources/lang/pl/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Wysyłanie wiadomości testowej :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Sukces! Sprawdź ', 'success_pt2' => ' kanał wiadomości testowej i pamiętaj, aby kliknąć ZAPISZ poniżej, aby zapisać ustawienia.', '500' => 'Błąd 500 serwera.', 'error' => 'Coś poszło nie tak. :app odpowiedział: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Coś poszło nie tak. :( ', ] ]; diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php index a3b7e416d..453205dc9 100644 --- a/resources/lang/pl/general.php +++ b/resources/lang/pl/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Numer seryjny', 'item_notes' => ':item Notatki', 'item_name_var' => ':Item Nazwa', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/pl/localizations.php b/resources/lang/pl/localizations.php index 43c5c0be3..e84b50a09 100644 --- a/resources/lang/pl/localizations.php +++ b/resources/lang/pl/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'irlandzki', 'it'=> 'włoski', 'ja'=> 'japoński', + 'km' => 'Khmer', 'ko'=> 'koreański', 'lv'=>'łotewski', 'lt'=> 'litewski', diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php index ebc9f455a..53be4ed85 100644 --- a/resources/lang/pt-BR/admin/hardware/message.php +++ b/resources/lang/pt-BR/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'O seu arquivo foi importado', 'file_delete_success' => 'O arquivo foi excluído com sucesso', 'file_delete_error' => 'Não foi possível excluir o arquivo', + 'file_missing' => 'O arquivo selecionado está faltando', 'header_row_has_malformed_characters' => 'Um ou mais atributos na linha do cabeçalho contém caracteres UTF-8 malformados', 'content_row_has_malformed_characters' => 'Um ou mais atributos na primeira linha de conteúdo contém caracteres UTF-8 malformados', ], diff --git a/resources/lang/pt-BR/admin/licenses/general.php b/resources/lang/pt-BR/admin/licenses/general.php index 9e0c6cbc2..2a50d9a0d 100644 --- a/resources/lang/pt-BR/admin/licenses/general.php +++ b/resources/lang/pt-BR/admin/licenses/general.php @@ -26,7 +26,7 @@ return array( 'modal' => 'Esta ação irá realizar a verificação de uma única vaga. | Esta ação verificará todos os :checkedout_seats_count vagas para esta licença.', 'enabled_tooltip' => 'Check-in de TODOS as vagas para esta licença de usuários e ativos', 'disabled_tooltip' => 'Isto está desativado porque não há vagas desbloqueadas no momento', - 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable', + 'disabled_tooltip_reassignable' => 'Isto está desativado porque a licença não é transferível', 'success' => 'Licença desbloqueada com sucesso! | Todas as licenças foram verificadas com sucesso!', 'log_msg' => 'Check-in feito através do checkout em massa da licença GUI', ], diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index ed5b4e199..4ad0f0b7b 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Configurações de login do Google Workspace', 'enable_google_login' => 'Permitir que os usuários façam login com o Google Workspace', 'enable_google_login_help' => 'Os usuários não serão fornecidos automaticamente. Eles devem ter uma conta existente aqui E no Google Workspace e seu nome de usuário deve corresponder ao endereço de e-mail do Google Workspace. ', + 'mail_reply_to' => 'Endereço de Resposta do Email', + 'mail_from' => 'Endereço de Envio do Email', + 'database_driver' => 'Driver de Banco de Dados', + 'bs_table_storage' => 'Armazenamento de Tabela', + 'timezone' => 'Fuso horário', + ]; diff --git a/resources/lang/pt-BR/admin/settings/message.php b/resources/lang/pt-BR/admin/settings/message.php index ff5cfc02d..d8be0b5b3 100644 --- a/resources/lang/pt-BR/admin/settings/message.php +++ b/resources/lang/pt-BR/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Enviando mensagem :app de teste...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Sucesso! Verifique o ', 'success_pt2' => ' canal para sua mensagem de teste, e certifique-se de clicar em SALVAR abaixo para armazenar suas configurações.', '500' => '500 Erro no Servidor.', 'error' => 'Algo deu errado. :app respondeu com: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Algo deu errado. :( ', ] ]; diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index 490ac6bf2..c371b34c5 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -268,8 +268,8 @@ return [ 'supplier' => 'Fornecedor', 'suppliers' => 'Fornecedores', 'sure_to_delete' => 'Você tem certeza que deseja apagar', - 'sure_to_delete_var' => 'Are you sure you wish to delete :item?', - 'delete_what' => 'Delete :item', + 'sure_to_delete_var' => 'Tem certeza de que deseja excluir :item?', + 'delete_what' => 'Excluir :item', 'submit' => 'Confirmar', 'target' => 'Alvo', 'time_and_date_display' => 'Exibição de Hora e Data', @@ -372,9 +372,9 @@ Resultados da Sincronização', 'notification_error' => 'Erro:', 'notification_error_hint' => 'Por favor, verifique o formulário abaixo para erros', 'notification_bulk_error_hint' => 'Os seguintes campos tiveram erros de validação e não foram editados:', - 'notification_success' => 'Success', - 'notification_warning' => 'Warning', - 'notification_info' => 'Info', + 'notification_success' => 'Sucesso', + 'notification_warning' => 'Aviso', + 'notification_info' => 'Informação', 'asset_information' => 'Informação do Ativo', 'model_name' => 'Nome do Modelo', 'asset_name' => 'Nome do Ativo', @@ -460,7 +460,7 @@ Resultados da Sincronização', 'serial_number' => 'Número de Série', 'item_notes' => ':item Notas', 'item_name_var' => ':item Nome', - 'error_user_company' => 'Empresas de Usuários e Ativos não coincidem', + 'error_user_company' => 'A empresa alvo do checkout e a empresa do ativo não correspondem', 'error_user_company_accept_view' => 'Um Ativo atribuído a você pertence a uma empresa diferente, portanto, você não pode aceitá-lo nem recusá-lo. Por favor, verifique com seu gerente', 'importer' => [ 'checked_out_to_fullname' => 'Alocado para: Nome Completo', @@ -484,8 +484,10 @@ Resultados da Sincronização', 'address2' => 'Complemento', 'import_note' => 'Importado usando o importador csv', ], - 'percent_complete' => '% complete', - 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'percent_complete' => '% completo', + 'uploading' => 'Enviando... ', + 'upload_error' => 'Erro ao carregar arquivo. Por favor, verifique se não há linhas finais vazias.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/pt-BR/localizations.php b/resources/lang/pt-BR/localizations.php index 5e0e95008..d438e3c56 100644 --- a/resources/lang/pt-BR/localizations.php +++ b/resources/lang/pt-BR/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandês', 'it'=> 'Italiano', 'ja'=> 'Japonês', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Letão', 'lt'=> 'Lituano', diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php index a1b0d3a39..faa3cabc7 100644 --- a/resources/lang/pt-PT/admin/hardware/message.php +++ b/resources/lang/pt-PT/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'O seu ficheiro foi importado', 'file_delete_success' => 'Ficheiro eliminado com sucesso', 'file_delete_error' => 'Não foi possível eliminar o ficheiro', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Um ou mais atributos na linha do cabeçalho contém caracteres UTF-8 mal formados', 'content_row_has_malformed_characters' => 'Um ou mais atributos na primeira linha de conteúdo contém caracteres UTF-8 mal formados', ], diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index f4138d177..f3545e901 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Configurações de login do Google Workspace', 'enable_google_login' => 'Permitir que os utilizadores façam login com o Google Workspace', 'enable_google_login_help' => 'Os utilizadores não serão criados automaticamente. Eles devem ter uma conta existente aqui E no Google Workspace e o seu nome de utilizador deve corresponder ao endereço de endereço eletrónico do Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/pt-PT/admin/settings/message.php b/resources/lang/pt-PT/admin/settings/message.php index 43bc48e02..88920b8c3 100644 --- a/resources/lang/pt-PT/admin/settings/message.php +++ b/resources/lang/pt-PT/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'A enviar mensagem :app de teste...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Sucesso! Verifique o ', 'success_pt2' => ' canal para a sua mensagem de teste, e certifique-se de clicar em SALVAR abaixo para guardar as suas configurações.', '500' => '500 Erro de Servidor.', 'error' => 'Algo deu erro. :app respondeu com: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Algo deu erro. :( ', ] ]; diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index 8cd5ef004..b92c4f0f8 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Número de Série', 'item_notes' => ':item Notas', 'item_name_var' => ':item Nome', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Entregue a: Nome Completo', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/pt-PT/localizations.php b/resources/lang/pt-PT/localizations.php index 3114c77c7..f639019fe 100644 --- a/resources/lang/pt-PT/localizations.php +++ b/resources/lang/pt-PT/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irlandês', 'it'=> 'Italiano', 'ja'=> 'Japonês', + 'km' => 'Khmer', 'ko'=> 'Coreano', 'lv'=>'Letão', 'lt'=> 'Lituano', diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php index 0a504994a..890816ec0 100644 --- a/resources/lang/ro/admin/hardware/message.php +++ b/resources/lang/ro/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Fișierul dvs. a fost importat', 'file_delete_success' => 'Fișierul dvs. a fost șters cu succes', 'file_delete_error' => 'Fișierul nu a putut fi șters', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php index 6ab2f01be..afa586520 100644 --- a/resources/lang/ro/admin/settings/general.php +++ b/resources/lang/ro/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ro/admin/settings/message.php b/resources/lang/ro/admin/settings/message.php index 1143275dc..223e8674c 100644 --- a/resources/lang/ro/admin/settings/message.php +++ b/resources/lang/ro/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php index ea5549f8f..15924e996 100644 --- a/resources/lang/ro/general.php +++ b/resources/lang/ro/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ro/localizations.php b/resources/lang/ro/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ro/localizations.php +++ b/resources/lang/ro/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php index 9e2ecd043..bb742eb5e 100644 --- a/resources/lang/ru/admin/hardware/message.php +++ b/resources/lang/ru/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Ваш файл был импортирован', 'file_delete_success' => 'Ваш файл был успешно удален', 'file_delete_error' => 'Невозможно удалить файл', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Один или несколько атрибутов в строке заголовка содержат неправильно сформированные символы UTF-8', 'content_row_has_malformed_characters' => 'Один или несколько атрибутов в первой строке содержимого содержат неправильно сформированные символы UTF-8', ], diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php index 9a794985e..6b0abd923 100644 --- a/resources/lang/ru/admin/settings/general.php +++ b/resources/lang/ru/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Настройки входа через Google Workspace', 'enable_google_login' => 'Разрешить пользователям входить, используя Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ru/admin/settings/message.php b/resources/lang/ru/admin/settings/message.php index 3569f1a41..8cc124078 100644 --- a/resources/lang/ru/admin/settings/message.php +++ b/resources/lang/ru/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Отправка тестового сообщения в :app...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Успех! Проверьте ', 'success_pt2' => ' канал для вашего тестового сообщения и не забудьте нажать СОХРАНИТЬ ниже, чтобы сохранить ваши настройки.', '500' => '500 Ошибка на сервера.', 'error' => 'Что-то пошло не так. :app ответил: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Что-то пошло не так. :( ', ] ]; diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php index dbf9a7a62..c9baf97f2 100644 --- a/resources/lang/ru/general.php +++ b/resources/lang/ru/general.php @@ -430,7 +430,7 @@ return [ 'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)', 'clear_and_save' => 'Очистить и сохранить', 'update_existing_values' => 'Обновить существующие значения?', - 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.', + 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Генерация автоинкрементных тегов активов отключена, поэтому во всех строках должен быть заполнен столбец "Asset Tag".', 'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Примечание: включен автоинкремент для счетчика тегов активов. Поэтому теги будут созданы для строк с пустым полем "Тег Актива". Строки с заполненным полем "Тег актива" будут обновлены в соответствии с предоставленной информацией.', 'send_welcome_email_to_users' => 'Отправить приветственное письмо для новых пользователей?', 'back_before_importing' => 'Сделать бекап перед импортом?', @@ -455,11 +455,11 @@ return [ 'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.', 'modal_confirm_generic' => 'Are you sure?', 'cannot_be_deleted' => 'This item cannot be deleted', - 'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.', + 'undeployable_tooltip' => 'Этот элемент не может быть выдан. Проверьте оставшееся количество.', 'serial_number' => 'Serial Number', 'item_notes' => ':item Заметки', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Компания-получатель актива не соответствует компании-владельцу актива', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% завершено', 'uploading' => 'Загрузка... ', - 'upload_error' => 'Ошибка загрузки файла. Пожалуйста, проверьте, что в конце файла нет пустых строк.' + 'upload_error' => 'Ошибка загрузки файла. Пожалуйста, проверьте, что в конце файла нет пустых строк.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ru/help.php b/resources/lang/ru/help.php index 8803639e4..2a566d705 100644 --- a/resources/lang/ru/help.php +++ b/resources/lang/ru/help.php @@ -15,7 +15,7 @@ return [ 'more_info_title' => 'Подробнее', - 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', + 'audit_help' => 'Установка этого флажка приведет к изменению записи об активе с учетом нового местоположения. Если флажок не установлен, то местоположение будет просто отмечено в журнале аудита.

Обратите внимание, что если этот актив выписан, то он не изменит местоположение человека, актива или места, на которое он выписан.', 'assets' => 'Активы - это предметы, отслеживаемые по серийному номеру или тегу актива. Они обычно являются более ценными предметами для определения конкретного предмета.', diff --git a/resources/lang/ru/localizations.php b/resources/lang/ru/localizations.php index 32b39df7c..6ff63f0da 100644 --- a/resources/lang/ru/localizations.php +++ b/resources/lang/ru/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Ирландский', 'it'=> 'Итальянский', 'ja'=> 'Японский', + 'km' => 'Khmer', 'ko'=> 'Корейский', 'lv'=>'Латвийский', 'lt'=> 'Литовский', diff --git a/resources/lang/si-LK/admin/hardware/message.php b/resources/lang/si-LK/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/si-LK/admin/hardware/message.php +++ b/resources/lang/si-LK/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/si-LK/admin/settings/general.php +++ b/resources/lang/si-LK/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/si-LK/admin/settings/message.php b/resources/lang/si-LK/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/si-LK/admin/settings/message.php +++ b/resources/lang/si-LK/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/si-LK/general.php +++ b/resources/lang/si-LK/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/si-LK/localizations.php b/resources/lang/si-LK/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/si-LK/localizations.php +++ b/resources/lang/si-LK/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/sk/admin/hardware/message.php b/resources/lang/sk/admin/hardware/message.php index 2c1d670d1..2faa4c2b7 100644 --- a/resources/lang/sk/admin/hardware/message.php +++ b/resources/lang/sk/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Súbor bol naimportovaný', 'file_delete_success' => 'Súbor bol úspešné odstránený', 'file_delete_error' => 'Súbor sa nepodarilo odstrániť', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/sk/admin/settings/general.php b/resources/lang/sk/admin/settings/general.php index e4a1b3131..4c3cbcd30 100644 --- a/resources/lang/sk/admin/settings/general.php +++ b/resources/lang/sk/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/sk/admin/settings/message.php b/resources/lang/sk/admin/settings/message.php index 6b835e0e3..9811c6903 100644 --- a/resources/lang/sk/admin/settings/message.php +++ b/resources/lang/sk/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/sk/general.php b/resources/lang/sk/general.php index f7d821525..06783b523 100644 --- a/resources/lang/sk/general.php +++ b/resources/lang/sk/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/sk/localizations.php b/resources/lang/sk/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/sk/localizations.php +++ b/resources/lang/sk/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/sl/admin/hardware/message.php b/resources/lang/sl/admin/hardware/message.php index d0874dc04..fc176bfa1 100644 --- a/resources/lang/sl/admin/hardware/message.php +++ b/resources/lang/sl/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Vaša datoteka je bila uvožena', 'file_delete_success' => 'Vaša datoteka je bila uspešno izbrisana', 'file_delete_error' => 'Datoteke ni bilo mogoče izbrisati', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/sl/admin/settings/general.php b/resources/lang/sl/admin/settings/general.php index 8ddb01b70..9268d839d 100644 --- a/resources/lang/sl/admin/settings/general.php +++ b/resources/lang/sl/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/sl/admin/settings/message.php b/resources/lang/sl/admin/settings/message.php index 9dd7a1f09..ff3006089 100644 --- a/resources/lang/sl/admin/settings/message.php +++ b/resources/lang/sl/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/sl/general.php b/resources/lang/sl/general.php index 763332c9a..962d55098 100644 --- a/resources/lang/sl/general.php +++ b/resources/lang/sl/general.php @@ -460,7 +460,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -486,6 +486,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/sl/localizations.php b/resources/lang/sl/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/sl/localizations.php +++ b/resources/lang/sl/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/sr-CS/admin/hardware/message.php b/resources/lang/sr-CS/admin/hardware/message.php index 1adbf62af..4937ed291 100644 --- a/resources/lang/sr-CS/admin/hardware/message.php +++ b/resources/lang/sr-CS/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Vaš fajl je importovan', 'file_delete_success' => 'Vaš je fajl uspešno izbrisan', 'file_delete_error' => 'Fajl nime moguće izbrisati', + 'file_missing' => 'Nedostaje izabrana datoteka', 'header_row_has_malformed_characters' => 'Jedan ili više atributa u redu zaglavlja sadrži loše formatirane UTF-8 karaktere', 'content_row_has_malformed_characters' => 'Jedan ili više atributa u prvom redu sadržaja sadrži loše formatirane UTF-8 karaktere', ], diff --git a/resources/lang/sr-CS/admin/licenses/general.php b/resources/lang/sr-CS/admin/licenses/general.php index 477c83a0d..aff47fd36 100644 --- a/resources/lang/sr-CS/admin/licenses/general.php +++ b/resources/lang/sr-CS/admin/licenses/general.php @@ -26,7 +26,7 @@ return array( 'modal' => 'Ova radnja će razdužiti jedno mesto. | Ova radnja će razdužiti svih :checkedout_seats_count mesta za ovu licencu.', 'enabled_tooltip' => 'Razduži SVA mesta za ovu licencu od korisnika i imovine', 'disabled_tooltip' => 'Ovo je onemogućeno jer trenutno nema zaduženih mesta', - 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable', + 'disabled_tooltip_reassignable' => 'Ovo je onemogućeno jer Licenca nije premestiva', 'success' => 'Licenca je uspešno razdužena! | Sve licence su uspešno razdužene!', 'log_msg' => 'Razduženo grupnim razduživanjem u ekranu licenci', ], diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php index 852d29e56..d9d38a833 100644 --- a/resources/lang/sr-CS/admin/settings/general.php +++ b/resources/lang/sr-CS/admin/settings/general.php @@ -347,17 +347,23 @@ return [ 'label2_1d_type_help' => 'Format za 1D barkodove', 'label2_2d_type' => 'Vrsta 2D barkoda', 'label2_2d_type_help' => 'Format za 2D barkodove', - 'label2_2d_target' => '2D Barcode Target', - 'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned', + 'label2_2d_target' => '2D barkod meta', + 'label2_2d_target_help' => 'URL adresa gde cilja 2D barkod kada se skenira', 'label2_fields' => 'Definicija polja', 'label2_fields_help' => 'Polja mogi biti dodata, uklonjena i presložena u levoj koloni. Za svako polje, višestruko opcija za Naziv i IzvorPodataka mogu biti dodato, uklonjeno i presloženo u desnoj koloni.', 'help_asterisk_bold' => 'Tekst unet kao **tekst** biće prikazan podebljan', 'help_blank_to_use' => 'Ostavite prazno da bi se koristila vrednost iz :setting_name', - 'help_default_will_use' => ':default will use the value from :setting_name.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ', + 'help_default_will_use' => ':default će koristiti vrednost iz :setting_name.
Upamtite da vrednost barkoda mora da se usaglasi sa specifikacijom odgovarajućeg barkoda da bi bio uspešno generisan. Molim vas pogledajte dokumentaciju za više detalja. ', 'default' => 'Podrazumevano', 'none' => 'Ništa', - 'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's Google developer console .', + 'google_callback_help' => 'Ovo treba uneti kao pozivna URL adresa u vašim Google OAuth podešavanjima aplikacije u vašoj organizaciji Google developer konzole .', 'google_login' => 'Podešavanja prijava sa Google Workspace', 'enable_google_login' => 'Omogućiti prijavu korisnicima sa Google Workspace', - 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'enable_google_login_help' => 'Korisnici neće automatski biti opskrbljeni. Moraju imati postojeći nalog ovde I ISTOVREMENO u Google Workspace-u, i njihovo korisničko ime se mora poklapati sa adresom e-pošte u Google Workspace-u. ', + 'mail_reply_to' => 'Adresa e-pošte za odgovor', + 'mail_from' => 'Adresa e-pošte pošiljaoca', + 'database_driver' => 'Drajver Baze Podataka', + 'bs_table_storage' => 'Skladište tabele', + 'timezone' => 'Vremenska zona', + ]; diff --git a/resources/lang/sr-CS/admin/settings/message.php b/resources/lang/sr-CS/admin/settings/message.php index 28302233e..7a40d85f9 100644 --- a/resources/lang/sr-CS/admin/settings/message.php +++ b/resources/lang/sr-CS/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Slanje :app probne poruke...', + 'success' => 'Vaša :webhook_name integracija funkcioniše!', 'success_pt1' => 'Uspešno! Proverite ', 'success_pt2' => ' kanal za vašu probnu poruku i obavezno kliknite na SAČUVAJ ispod da biste sačuvali svoja podešavanja.', '500' => '500 Greška servera.', 'error' => 'Nešto nije u redu. :app je adgovorila sa: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint vraća preusmerenje. Zbog bezbednosnih razloga, mi ne sledimo preusmerenja. Molim vas koristite direktnu krajnju tačku.', 'error_misc' => 'Nešto nije u redu. :( ', ] ]; diff --git a/resources/lang/sr-CS/general.php b/resources/lang/sr-CS/general.php index 7da8f31a4..2c99347d3 100644 --- a/resources/lang/sr-CS/general.php +++ b/resources/lang/sr-CS/general.php @@ -268,8 +268,8 @@ return [ 'supplier' => 'Dobavljač', 'suppliers' => 'Dobavljači', 'sure_to_delete' => 'Da li ste sigurni da želite izbrisati', - 'sure_to_delete_var' => 'Are you sure you wish to delete :item?', - 'delete_what' => 'Delete :item', + 'sure_to_delete_var' => 'Da li zaista želite da obrišete :item?', + 'delete_what' => 'Obriši :item', 'submit' => 'Submit', 'target' => 'Cilj', 'time_and_date_display' => 'Prikaz vremena i datuma', @@ -371,9 +371,9 @@ return [ 'notification_error' => 'Greška:', 'notification_error_hint' => 'Molimo Vas da u formularu ispod proverite greške', 'notification_bulk_error_hint' => 'Sledeća polja sadrže greške potvrde i nisu izmenjena:', - 'notification_success' => 'Success', - 'notification_warning' => 'Warning', - 'notification_info' => 'Info', + 'notification_success' => 'Uspeh', + 'notification_warning' => 'Upozorenje', + 'notification_info' => 'Informacija', 'asset_information' => 'Informacije o imovini', 'model_name' => 'Naziv modela', 'asset_name' => 'Naziv imovine', @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serijski broj', 'item_notes' => ':stavka Napomena', 'item_name_var' => ':naziv stavke', - 'error_user_company' => 'Kompanije korisnika i imovine se ne poklapaju', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Imovina koja je vama zadužena pripada drugoj kompaniji i zato je ne možete prihvatiti niti odbiti. Molim vas proverite sa vašim nadređenim', 'importer' => [ 'checked_out_to_fullname' => 'Odjavljeno na: Puno ime', @@ -483,8 +483,10 @@ return [ 'address2' => 'Adresa 2', 'import_note' => 'Uvezeno pomoću csv importera', ], - 'percent_complete' => '% complete', - 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'percent_complete' => '% završeno', + 'uploading' => 'Slanje... ', + 'upload_error' => 'Greška pri slanju datoteke. Molim vas proverite da nema praznih redova na kraju.', + 'copy_to_clipboard' => 'Kopiraj u beležnicu', + 'copied' => 'Kopirano!', ]; diff --git a/resources/lang/sr-CS/localizations.php b/resources/lang/sr-CS/localizations.php index 6e70656cb..e99f22455 100644 --- a/resources/lang/sr-CS/localizations.php +++ b/resources/lang/sr-CS/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irski', 'it'=> 'Italijanski', 'ja'=> 'Japanski', + 'km' => 'Kmer', 'ko'=> 'Korejski', 'lv'=>'Letonski', 'lt'=> 'Litvanski', @@ -64,12 +65,12 @@ return [ 'select_country' => 'Izaberite državu', 'countries' => [ - 'AC'=>'Ascension Island', + 'AC'=>'Asension', 'AD'=>'Andora', 'AE'=>'Ujedinjeni Arapski Emirati', 'AF'=>'Afganistan', 'AG'=>'Antigva i Barbuda', - 'AI'=>'Anguilla', + 'AI'=>'Angvila', 'AL'=>'Albanija', 'AM'=>'Jermenija', 'AN'=>'Holandski Antili', @@ -80,7 +81,7 @@ return [ 'AT'=>'Austrija', 'AU'=>'Australija', 'AW'=>'Aruba', - 'AX'=>'Ã…land', + 'AX'=>'Olandska Ostrva', 'AZ'=>'Azerbejdžan', 'BA'=>'Bosna i Hercegovina', 'BB'=>'Barbados', @@ -92,17 +93,17 @@ return [ 'BI'=>'Burundi', 'BJ'=>'Benin', 'BM'=>'Bermuda', - 'BN'=>'Brunei Darussalam', + 'BN'=>'Bruneja Darusalam', 'BO'=>'Bolivija', 'BR'=>'Brazil', 'BS'=>'Bahami', 'BT'=>'Butan', - 'BV'=>'Bouvet Island', + 'BV'=>'Ostrvo Buve', 'BW'=>'Bocvana', 'BY'=>'Belorusija', 'BZ'=>'Beliz', 'CA'=>'Kanada', - 'CC'=>'Cocos (Keeling) Islands', + 'CC'=>'Kokosova (Kiling) Ostrva', 'CD'=>'Kongo (Demokratska republika)', 'CF'=>'Centralnoafrička Republika', 'CG'=>'Kongo (Republika)', @@ -142,7 +143,7 @@ return [ 'GD'=>'Grenada', 'GE'=>'Gruzija', 'GF'=>'Francuska gvajana', - 'GG'=>'Guernsey', + 'GG'=>'Gernzi', 'GH'=>'Gana', 'GI'=>'Gibraltar', 'GL'=>'Grenland', @@ -157,7 +158,7 @@ return [ 'GW'=>'Gvineja Bisao', 'GY'=>'Gvajana', 'HK'=>'Hong Kong', - 'HM'=>'Heard And Mc Donald Islands', + 'HM'=>'Ostrvo Herd i ostrva Makdonald', 'HN'=>'Honduras', 'HR'=>'Hrvatska', 'HT'=>'Haiti', @@ -167,12 +168,12 @@ return [ 'IL'=>'Izrael', 'IM'=>'Ostrvo čoveka', 'IN'=>'Indija', - 'IO'=>'British Indian Ocean Territory', + 'IO'=>'Britanska teritorija Indijskog okeana', 'IQ'=>'Irak', 'IR'=>'Iran', 'IS'=>'Island', 'IT'=>'Italija', - 'JE'=>'Jersey', + 'JE'=>'Džerzi', 'JM'=>'Jamajka', 'JO'=>'Jordan', 'JP'=>'Japan', @@ -180,13 +181,13 @@ return [ 'KG'=>'Kirgistan', 'KH'=>'Kambodža', 'KI'=>'Kiribati', - 'KM'=>'Comoros', + 'KM'=>'Komori', 'KN'=>'Sent Kits i Nevis', 'KR'=>'Koreja (Republika)', 'KW'=>'Kuvajt', 'KY'=>'Kajmanska ostrva', 'KZ'=>'Kazahstan', - 'LA'=>'Lao People\'s Democratic Republic', + 'LA'=>'Laoska Narodna Demokratska Republika', 'LB'=>'Lebanon', 'LC'=>'Sveta Lucija', 'LI'=>'Lihtenštajn', @@ -196,7 +197,7 @@ return [ 'LT'=>'Litvanija', 'LU'=>'Luksemburg', 'LV'=>'Letonija', - 'LY'=>'Libyan Arab Jamahiriya', + 'LY'=>'Libijska Arapska Džamahirija', 'MA'=>'Maroko', 'MC'=>'Monako', 'MD'=>'Moldavija (Republika)', @@ -229,7 +230,7 @@ return [ 'NO'=>'Norveška', 'NP'=>'Nepal', 'NR'=>'Nauru', - 'NU'=>'Niue', + 'NU'=>'Nijue', 'NZ'=>'Novi Zeland', 'OM'=>'Oman', 'PA'=>'Panama', @@ -240,7 +241,7 @@ return [ 'PK'=>'Pakistan', 'PL'=>'Poljska', 'PM'=>'Sen Pjer i Mikelon', - 'PN'=>'Pitcairn', + 'PN'=>'Pitkern', 'PR'=>'Portoriko', 'PS'=>'Palestina', 'PT'=>'Portugal', @@ -262,7 +263,7 @@ return [ 'SG'=>'Singapur', 'SH'=>'Sveta Helena', 'SI'=>'Slovenija', - 'SJ'=>'Svalbard And Jan Mayen Islands', + 'SJ'=>'Svalbard i Ostrva Jan Majen', 'SK'=>'Slovačka', 'SL'=>'Sijera Leone', 'SM'=>'San Marino', @@ -272,11 +273,11 @@ return [ 'ST'=>'Sao Tome i Principe', 'SU'=>'Sovjetski savez', 'SV'=>'El Salvador', - 'SY'=>'Syrian Arab Republic', + 'SY'=>'Sirijska Arapska Republika', 'SZ'=>'Svazilend', 'TC'=>'Turks i Kajkos ostrva', 'TD'=>'Čad', - 'TF'=>'French Southern Territories', + 'TF'=>'Francuske južne zemlje', 'TG'=>'Togo', 'TH'=>'Tajland', 'TJ'=>'Tadžikistan', @@ -285,7 +286,7 @@ return [ 'TM'=>'Turkmenistan', 'TN'=>'Tunis', 'TO'=>'Tonga', - 'TP'=>'East Timor (old code)', + 'TP'=>'Istočni Timor (stari kod)', 'TR'=>'Turska', 'TT'=>'Trinidad i Tobago', 'TV'=>'Tuvalu', @@ -295,7 +296,7 @@ return [ 'UG'=>'Uganda', 'UK'=>'Ujedinjeno Kraljevstvo', 'US'=>'Sjedinjene države', - 'UM'=>'United States Minor Outlying Islands', + 'UM'=>'Mala spoljna ostrva Sjedinjenih Američkih Država', 'UY'=>'Urugvaj', 'UZ'=>'Uzbekistan', 'VA'=>'Vatikan', @@ -305,10 +306,10 @@ return [ 'VI'=>'Devičanska ostrva (SAD)', 'VN'=>'Vijetnam', 'VU'=>'Vanuatu', - 'WF'=>'Wallis And Futuna Islands', + 'WF'=>'Ostrva Valis i Futuna', 'WS'=>'Samoa', 'YE'=>'Jemen', - 'YT'=>'Mayotte', + 'YT'=>'Majot', 'ZA'=>'Južna Afrika', 'ZM'=>'Zambija', 'ZW'=>'Zimbabve', diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php index 049c5d63b..b58a64683 100644 --- a/resources/lang/sv-SE/admin/hardware/message.php +++ b/resources/lang/sv-SE/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Din fil har importerats', 'file_delete_success' => 'Din fil har tagits bort', 'file_delete_error' => 'Filen kunde inte raderas', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Ett eller flera attribut i rubrikraden innehåller felaktigt formatterade UTF-8-tecken', 'content_row_has_malformed_characters' => 'Ett eller flera attribut i den första raden av innehållet innehåller felaktigt formatterade UTF-8-tecken', ], diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index 471950cc7..b9afb9e3f 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Inloggningsinställningar för Google Workspace', 'enable_google_login' => 'Aktivera inloggning med Google Workspace', 'enable_google_login_help' => 'Användarna kommer inte att tilldelas automatiskt. De måste ha ett befintligt konto här OCH i Google Workspace, och deras användarnamn här måste matcha deras e-postadress för Google Workspace. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/sv-SE/admin/settings/message.php b/resources/lang/sv-SE/admin/settings/message.php index 9e0c42ef4..14bff2c9a 100644 --- a/resources/lang/sv-SE/admin/settings/message.php +++ b/resources/lang/sv-SE/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Skickar :app testmeddelande...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Klart! Kontrollera ', 'success_pt2' => ' kanal för ditt testmeddelande, och se till att klicka på SPARA nedan för att lagra dina inställningar.', '500' => '500 Server fel.', 'error' => 'Något gick fel. :app svarade med: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Någonting gick fel. :( ', ] ]; diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index e102fabde..f95c61a18 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serienummer', 'item_notes' => ':item noteringar', 'item_name_var' => ':item namn', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Utcheckat till: Fullständigt namn', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/sv-SE/localizations.php b/resources/lang/sv-SE/localizations.php index b423679dc..494616851 100644 --- a/resources/lang/sv-SE/localizations.php +++ b/resources/lang/sv-SE/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irländska', 'it'=> 'Italienska', 'ja'=> 'Japanska', + 'km' => 'Khmer', 'ko'=> 'Koreanska', 'lv'=>'Lettiska', 'lt'=> 'Litauiska', diff --git a/resources/lang/ta/admin/hardware/message.php b/resources/lang/ta/admin/hardware/message.php index c180deb57..f1a34c722 100644 --- a/resources/lang/ta/admin/hardware/message.php +++ b/resources/lang/ta/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'உங்கள் கோப்பு இறக்குமதி செய்யப்பட்டது', 'file_delete_success' => 'உங்கள் கோப்பு வெற்றிகரமாக நீக்கப்பட்டது', 'file_delete_error' => 'கோப்பை நீக்க முடியவில்லை', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php index ecbe637a2..3941ce4f2 100644 --- a/resources/lang/ta/admin/settings/general.php +++ b/resources/lang/ta/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ta/admin/settings/message.php b/resources/lang/ta/admin/settings/message.php index 70bfb2187..a7511fe5e 100644 --- a/resources/lang/ta/admin/settings/message.php +++ b/resources/lang/ta/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ta/general.php b/resources/lang/ta/general.php index cbc4abc02..f0db2130e 100644 --- a/resources/lang/ta/general.php +++ b/resources/lang/ta/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ta/localizations.php b/resources/lang/ta/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ta/localizations.php +++ b/resources/lang/ta/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php index d6e892b1e..5a8d009ea 100644 --- a/resources/lang/th/admin/hardware/message.php +++ b/resources/lang/th/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'ไฟล์ของคุณถูกนำเข้าแล้ว', 'file_delete_success' => 'ไฟล์ของคุณถูกลบเรียบร้อยแล้ว', 'file_delete_error' => 'ไม่สามารถลบไฟล์ได้', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php index 4d4697b28..65113934d 100644 --- a/resources/lang/th/admin/settings/general.php +++ b/resources/lang/th/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/th/admin/settings/message.php b/resources/lang/th/admin/settings/message.php index d97ceea3a..2c6576c8e 100644 --- a/resources/lang/th/admin/settings/message.php +++ b/resources/lang/th/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/th/button.php b/resources/lang/th/button.php index a0270c4f3..063b7fdcf 100644 --- a/resources/lang/th/button.php +++ b/resources/lang/th/button.php @@ -4,7 +4,7 @@ return [ 'actions' => 'การกระทำ', 'add' => 'เพิ่มใหม่', 'cancel' => 'ยกเลิก', - 'checkin_and_delete' => 'Checkin All / Delete User', + 'checkin_and_delete' => 'เลือกทั้งหมดและลบผู้ใช้', 'delete' => 'ลบ', 'edit' => 'แก้ไข', 'restore' => 'นำกลับ', @@ -17,7 +17,7 @@ return [ 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels', 'send_password_link' => 'ส่งลิงก์รีเซ็ตรหัสผ่าน', 'go' => 'ไป', - 'bulk_actions' => 'Bulk Actions', + 'bulk_actions' => 'ดำเนินการเป็นกลุ่ม', 'add_maintenance' => 'เพิ่มรายการซ่อมบำรุง', 'append' => 'เพิ่ม', 'new' => 'สร้างใหม่', diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php index be16a6a23..2a33df681 100644 --- a/resources/lang/th/general.php +++ b/resources/lang/th/general.php @@ -12,7 +12,7 @@ return [ 'admin' => 'ผู้ดูแลระบบ', 'administrator' => 'ผู้บริหารระบบ', 'add_seats' => 'เพิ่มที่นั่งแล้ว', - 'age' => "Age", + 'age' => "อายุ", 'all_assets' => 'ทรัพย์สินทั้งหมด', 'all' => 'ทั้งหมด', 'archived' => 'ถูกเก็บไว้', @@ -29,12 +29,12 @@ return [ 'audit_report' => 'บันทึกการตรวจสอบ', 'assets' => 'ทรัพย์สิน', 'assets_audited' => 'assets audited', - 'assets_checked_in_count' => 'assets checked in', - 'assets_checked_out_count' => 'assets checked out', + 'assets_checked_in_count' => 'รับทรัพย์สินจาก', + 'assets_checked_out_count' => 'มอบทรัพย์สินให้', 'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.', 'assigned_date' => 'Date Assigned', 'assigned_to' => 'มอบหมายให้:', - 'assignee' => 'Assigned to', + 'assignee' => 'ได้มอบให้', 'avatar_delete' => 'ลบรูปภาพประจำตัว', 'avatar_upload' => 'อัพโหลดภาพประจำตัว', 'back' => 'ย้อนกลับ', @@ -46,7 +46,7 @@ return [ 'bulk_delete' => 'ลบเป็นกลุ่ม', 'bulk_actions' => 'ดำเนินการกับข้อมูลเป็นชุด', 'bulk_checkin_delete' => 'Bulk Checkin / Delete Users', - 'byod' => 'BYOD', + 'byod' => 'BYOD-นำอุปกรณ์ของคุณมาเอง', 'byod_help' => 'This device is owned by the user', 'bystatus' => 'ตามสถานะ', 'cancel' => 'ยกเลิก', @@ -75,7 +75,7 @@ return [ 'create' => 'สร้างใหม่', 'created' => 'สร้างรายการแล้ว', 'created_asset' => 'ทรัพย์สินที่ถูกสร้าง', - 'created_at' => 'Created At', + 'created_at' => 'สร้างโดย', 'created_by' => 'สร้างโดย', 'record_created' => 'สร้างบันทึกแล้ว', 'updated_at' => 'อัปเดตเมื่อวันที่', @@ -162,7 +162,7 @@ return [ 'asset_maintenances' => 'ซ่อมบำรุงสินทรัพย์', 'item' => 'รายการ', 'item_name' => 'ชื่อสิ่งนี้', - 'import_file' => 'import CSV file', + 'import_file' => 'นำเข้า CSV ไฟล์', 'import_type' => 'CSV import type', 'insufficient_permissions' => 'สิทธิ์ไม่เพียงพอ!', 'kits' => 'Predefined Kits', @@ -219,7 +219,7 @@ return [ 'quantity' => 'ปริมาณ', 'quantity_minimum' => 'คุณมี :count รายการ ต่ำกว่าจำนวนขั้นต่ำที่กำหนดไว้', 'quickscan_checkin' => 'Quick Scan Checkin', - 'quickscan_checkin_status' => 'Checkin Status', + 'quickscan_checkin_status' => 'สถาณะ ส่งมอบ', 'ready_to_deploy' => 'พร้อมใช้งาน', 'recent_activity' => 'กิจกรรมล่าสุด', 'remaining' => 'คงเหลือ', @@ -269,7 +269,7 @@ return [ 'suppliers' => 'ตัวแทนจำหน่าย', 'sure_to_delete' => 'คุณแน่ใจหรือไม่ว่าต้องการลบ', 'sure_to_delete_var' => 'Are you sure you wish to delete :item?', - 'delete_what' => 'Delete :item', + 'delete_what' => 'ลบรายการ', 'submit' => 'เสนอ', 'target' => 'เป้า', 'time_and_date_display' => 'การแสดงเวลาและวันที่', @@ -291,9 +291,9 @@ return [ 'unassigned' => 'Unassigned', 'unaccepted_asset_report' => 'ไม่ยอมรับสินทรัพย์', 'users' => 'ผู้ใช้', - 'viewall' => 'View All', + 'viewall' => 'ดูทั้งหมด', 'viewassets' => 'ดูทรัพย์สินที่มอบหมาย', - 'viewassetsfor' => 'View Assets for :name', + 'viewassetsfor' => 'ดูทรัพย์สินสำหรับ', 'website' => 'เว็บไซต์', 'welcome' => 'ยินดีต้อนรับ, :name', 'years' => 'ปี', @@ -301,10 +301,10 @@ return [ 'zip' => 'รหัสไปรษณีย์', 'noimage' => 'ไม่พบรูปภาพที่อัปโหลดหรือไม่พบรูปภาพ', 'file_does_not_exist' => 'The requested file does not exist on the server.', - 'file_upload_success' => 'File upload success!', - 'no_files_uploaded' => 'File upload success!', + 'file_upload_success' => 'อัพโหลดไฟล์ เรียบร้อย', + 'no_files_uploaded' => 'อัพโหลดไฟล์ เรียบร้อย', 'token_expired' => 'เซสชันแบบฟอร์มของคุณหมดอายุแล้ว กรุณาลองอีกครั้ง.', - 'login_enabled' => 'Login Enabled', + 'login_enabled' => 'เปิด ล๊อกอิน', 'audit_due' => 'Due for Audit', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', @@ -316,10 +316,10 @@ return [ 'show_help' => 'เปิดการช่วยเหลือ', 'hide_help' => 'ซ่อนการช่วยเหลือ', 'view_all' => 'ดูทั้งหมด', - 'hide_deleted' => 'Hide Deleted', + 'hide_deleted' => 'ซ่อนที่ถูกลบ', 'email' => 'อีเมล', 'do_not_change' => 'Do Not Change', - 'bug_report' => 'Report a Bug', + 'bug_report' => 'รายงานจุดบกพร่อง', 'user_manual' => 'คู่มือ', 'setup_step_1' => 'ขั้นตอนที่ 1', 'setup_step_2' => 'ขั้นตอนที่ 2', @@ -330,15 +330,15 @@ return [ 'setup_create_admin' => 'สร้างผู้ดูแลระบบ', 'setup_done' => 'เสร็จสิ้น', 'bulk_edit_about_to' => 'You are about to edit the following: ', - 'checked_out' => 'Checked Out', - 'checked_out_to' => 'Checked out to', + 'checked_out' => 'ส่งมอบ', + 'checked_out_to' => 'ส่งมอบให้', 'fields' => 'Fields', - 'last_checkout' => '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', + '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' => 'ช่วง', @@ -371,12 +371,12 @@ return [ 'notification_error' => 'ข้อผิดพลาด:', 'notification_error_hint' => 'โปรดระบุข้อมูลในฟอร์มนี้เกี่ยวกับข้อผิดพลาดที่ปรากฏ', 'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:', - 'notification_success' => 'Success', - 'notification_warning' => 'Warning', - 'notification_info' => 'Info', + 'notification_success' => 'สำเร็จ', + 'notification_warning' => 'คำเตือน', + 'notification_info' => 'ข้อมูล', 'asset_information' => 'รายละเอียดของทรัพย์สิน', - 'model_name' => 'Model Name', - 'asset_name' => 'Asset Name', + 'model_name' => 'ชื่อรุ่น', + 'asset_name' => 'ชื่อสินทรัพย์', 'consumable_information' => 'รายละเอียดของวัสดุสิ้นเปลือง:', 'consumable_name' => 'ชื่อของวัสดุสิ้นเปลือง:', 'accessory_information' => 'รายละเอียดของอุปกรณ์:', @@ -401,22 +401,22 @@ return [ 'assets_by_status' => 'Assets by Status', 'assets_by_status_type' => 'Assets by Status Type', 'pie_chart_type' => 'Dashboard Pie Chart Type', - 'hello_name' => 'Hello, :name!', + 'hello_name' => 'ยินดีต้อนรับ, :name!', 'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them', - 'start_date' => 'Start Date', - 'end_date' => 'End Date', + 'start_date' => 'วันที่เริ่มต้น', + 'end_date' => 'วันที่สิ้นสุด', 'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail', 'placeholder_kit' => 'Select a kit', - 'file_not_found' => 'File not found', - 'preview_not_available' => '(no preview)', - 'setup' => 'Setup', + 'file_not_found' => 'ไม่พบไฟล์', + 'preview_not_available' => '(ไม่แสดงภาพ)', + 'setup' => 'ติดตั้ง', 'pre_flight' => 'Pre-Flight', 'skip_to_main_content' => 'Skip to main content', 'toggle_navigation' => 'Toggle navigation', - 'alerts' => 'Alerts', - 'tasks_view_all' => 'View all tasks', - 'true' => 'True', - 'false' => 'False', + 'alerts' => 'เตือน', + 'tasks_view_all' => 'ดูงานทั้งหมด', + 'true' => 'ถูก', + 'false' => 'เท็จ', 'integration_option' => 'Integration Option', 'log_does_not_exist' => 'No matching log record exists.', 'merge_users' => 'Merge Users', @@ -428,11 +428,11 @@ return [ 'merged' => 'merged', 'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ', 'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)', - 'clear_and_save' => 'Clear & Save', + 'clear_and_save' => 'ล้าง & บันทึก', 'update_existing_values' => 'Update Existing Values?', 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.', 'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.', - 'send_welcome_email_to_users' => ' Send Welcome Email for new Users?', + 'send_welcome_email_to_users' => ' ส่งเมล์ ตอนรับผู้ใช้ใหม่?', 'back_before_importing' => 'Backup before importing?', 'csv_header_field' => 'CSV Header Field', 'import_field' => 'Import Field', @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/th/help.php b/resources/lang/th/help.php index a3a2ddd76..695e65fa7 100644 --- a/resources/lang/th/help.php +++ b/resources/lang/th/help.php @@ -13,7 +13,7 @@ return [ | */ - 'more_info_title' => 'More Info', + 'more_info_title' => 'ข้อมูลเพิ่มเติม', 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', diff --git a/resources/lang/th/localizations.php b/resources/lang/th/localizations.php index b04d4cb90..bcb065cab 100644 --- a/resources/lang/th/localizations.php +++ b/resources/lang/th/localizations.php @@ -2,7 +2,7 @@ return [ - 'select_language' => 'Select a language', + 'select_language' => 'เลือกภาษา', 'languages' => [ 'en'=> 'English, US', 'en-GB'=> 'English, UK', @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/tl/admin/hardware/message.php b/resources/lang/tl/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/tl/admin/hardware/message.php +++ b/resources/lang/tl/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/tl/admin/settings/general.php b/resources/lang/tl/admin/settings/general.php index 230b0cf28..7d777d722 100644 --- a/resources/lang/tl/admin/settings/general.php +++ b/resources/lang/tl/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/tl/admin/settings/message.php b/resources/lang/tl/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/tl/admin/settings/message.php +++ b/resources/lang/tl/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/tl/general.php b/resources/lang/tl/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/tl/general.php +++ b/resources/lang/tl/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/tl/localizations.php b/resources/lang/tl/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/tl/localizations.php +++ b/resources/lang/tl/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/tr/admin/categories/general.php b/resources/lang/tr/admin/categories/general.php index 9d8beef68..072e0de67 100644 --- a/resources/lang/tr/admin/categories/general.php +++ b/resources/lang/tr/admin/categories/general.php @@ -8,8 +8,8 @@ return array( 'clone' => 'Kategoriyi Kopyala', 'create' => 'Kategori Oluştur', 'edit' => 'Kategoriyi Düzenle', - 'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.', - 'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.', + 'email_will_be_sent_due_to_global_eula' => 'Global EULA kullanıldığı için kullanıcıya bir e-posta gönderilecektir.', + 'email_will_be_sent_due_to_category_eula' => 'Bu kategori için bir EULA ayarlandığından kullanıcıya bir e-posta gönderilecektir.', 'eula_text' => 'Kategori Sözleşmeleri', 'eula_text_help' => 'Bu alan özel tipteki demirbaşlarınız için Sözleşmesi\'ni özelleştirmeniz içindir. Eğer tüm demirbaşlarınız için sadece tek sözleşmeniz var ise yukarıdaki kutucuğu işaretlereyerek varsayılan yapabilirsiniz.', 'name' => 'Kategori Adı', diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php index 350f74fd9..6cc6f65ca 100644 --- a/resources/lang/tr/admin/hardware/message.php +++ b/resources/lang/tr/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Dosyanızı içe aktarıldı', 'file_delete_success' => 'Dosyanız başarıyla silindi', 'file_delete_error' => 'Dosya silenemedi', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'Başlık bilgisindeki bir veya daha fazla öznitelik, hatalı UTF-8 karakterleri içeriyor', 'content_row_has_malformed_characters' => 'Başlıktaki ilk satırda bir veya daha fazla öznitelik, hatalı biçimlendirilmiş UTF-8 karakterleri içeriyor', ], diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php index 97e887271..916ee799f 100644 --- a/resources/lang/tr/admin/settings/general.php +++ b/resources/lang/tr/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/tr/admin/settings/message.php b/resources/lang/tr/admin/settings/message.php index 8b34c8b92..6d7513357 100644 --- a/resources/lang/tr/admin/settings/message.php +++ b/resources/lang/tr/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => ':webhook_name entegrasyonunuz çalışıyor!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'HATA: 301/302: bağlantı başka bir yere yönlendiriyor. Güvenlik nedeniyle yönlendirmeleri takip etmiyoruz. Lütfen direk adresi kullanın.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php index 37094d6c7..e69412042 100644 --- a/resources/lang/tr/general.php +++ b/resources/lang/tr/general.php @@ -462,7 +462,7 @@ Context | Request Context 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'Kullanıcı ve ürün şirketleri uyuşmazlığı', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'Size zimmetlenen ürün başka bir şirkete ait. Kabul yada red edemezsin. Lütfen durumu yöneticinize iletiniz.', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -488,6 +488,8 @@ Context | Request Context ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/tr/localizations.php b/resources/lang/tr/localizations.php index 91397e517..61ad04c4a 100644 --- a/resources/lang/tr/localizations.php +++ b/resources/lang/tr/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'İtalyanca', 'ja'=> 'Japonca', + 'km' => 'Khmer', 'ko'=> 'Korece', 'lv'=>'Letonca', 'lt'=> 'Lithuanian', diff --git a/resources/lang/uk/admin/hardware/message.php b/resources/lang/uk/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/uk/admin/hardware/message.php +++ b/resources/lang/uk/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/uk/admin/settings/general.php b/resources/lang/uk/admin/settings/general.php index e53d23380..ade508649 100644 --- a/resources/lang/uk/admin/settings/general.php +++ b/resources/lang/uk/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/uk/admin/settings/message.php b/resources/lang/uk/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/uk/admin/settings/message.php +++ b/resources/lang/uk/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/uk/general.php b/resources/lang/uk/general.php index f9eb40e52..4438df288 100644 --- a/resources/lang/uk/general.php +++ b/resources/lang/uk/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/uk/localizations.php b/resources/lang/uk/localizations.php index b0244c6e9..925fe168a 100644 --- a/resources/lang/uk/localizations.php +++ b/resources/lang/uk/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Ірландська', 'it'=> 'Італійська', 'ja'=> 'Японська', + 'km' => 'Khmer', 'ko'=> 'Корейська', 'lv'=>'Латвійська', 'lt'=> 'Литовська', diff --git a/resources/lang/ur-PK/admin/hardware/message.php b/resources/lang/ur-PK/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/ur-PK/admin/hardware/message.php +++ b/resources/lang/ur-PK/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/ur-PK/admin/settings/general.php +++ b/resources/lang/ur-PK/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/ur-PK/admin/settings/message.php b/resources/lang/ur-PK/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/ur-PK/admin/settings/message.php +++ b/resources/lang/ur-PK/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/ur-PK/general.php +++ b/resources/lang/ur-PK/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/ur-PK/localizations.php b/resources/lang/ur-PK/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/ur-PK/localizations.php +++ b/resources/lang/ur-PK/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php index 2e0cab4d6..59afa7975 100644 --- a/resources/lang/vi/admin/hardware/message.php +++ b/resources/lang/vi/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Tệp của bạn đã được nhập', 'file_delete_success' => 'Tập tin của bạn đã được xóa thành công', 'file_delete_error' => 'Không thể xóa tệp', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php index 17b9f1a16..82378625e 100644 --- a/resources/lang/vi/admin/settings/general.php +++ b/resources/lang/vi/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/vi/admin/settings/message.php b/resources/lang/vi/admin/settings/message.php index 7760dee07..a5c28b0fe 100644 --- a/resources/lang/vi/admin/settings/message.php +++ b/resources/lang/vi/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php index 09da78eb1..664b6f551 100644 --- a/resources/lang/vi/general.php +++ b/resources/lang/vi/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/vi/localizations.php b/resources/lang/vi/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/vi/localizations.php +++ b/resources/lang/vi/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php index 7f86f4129..03eeb7914 100644 --- a/resources/lang/zh-CN/admin/hardware/message.php +++ b/resources/lang/zh-CN/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => '您的文件已被导入', 'file_delete_success' => '您的文件已成功删除', 'file_delete_error' => '该文件无法被删除', + 'file_missing' => '所选文件丢失', 'header_row_has_malformed_characters' => '标题行中的一个或多个属性包含格式错误的 UTF-8 字符', 'content_row_has_malformed_characters' => '第一行内容中的一个或多个属性包含格式错误的 UTF-8 字符', ], diff --git a/resources/lang/zh-CN/admin/licenses/general.php b/resources/lang/zh-CN/admin/licenses/general.php index 6d34e0abd..77d70b5d0 100644 --- a/resources/lang/zh-CN/admin/licenses/general.php +++ b/resources/lang/zh-CN/admin/licenses/general.php @@ -26,7 +26,7 @@ return array( 'modal' => '此操作将归还一个席位。| 此操作将归还此许可证的所有 :checkedout_seas_count 个座位。', 'enabled_tooltip' => '从用户和资产中归还此许可证的所有席位', 'disabled_tooltip' => '此功能已禁用,因为当前没有借出的席位', - 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable', + 'disabled_tooltip_reassignable' => '此功能已禁用,因为许可证不可重新分配。', 'success' => '许可证归还成功!| 所有许可证都已归还成功!', 'log_msg' => 'Checked in via bulk license checkout in license GUI', ], diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index 5bd2b8c52..fc7bf4d31 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace 登录设置', 'enable_google_login' => '允许用户使用 Google Workspace 登录', 'enable_google_login_help' => '这些用户将不会被自动配置。 他们必须拥有一个已存在的账户以及 一个 Google Workspace 账户,并且已存在账户的用户名必须与 Google Workspace 账户的电子邮件地址相匹配。 ', + 'mail_reply_to' => '邮件回复地址', + 'mail_from' => '发件人地址', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => '时区', + ]; diff --git a/resources/lang/zh-CN/admin/settings/message.php b/resources/lang/zh-CN/admin/settings/message.php index e93c0bc5f..7801a8d1d 100644 --- a/resources/lang/zh-CN/admin/settings/message.php +++ b/resources/lang/zh-CN/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => '正在发送 :app 测试消息...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => '成功!请检查 ', 'success_pt2' => ' 测试消息的频道,并且一定要点击下面的“保存”来存储您的设置。', '500' => '500 服务器错误。', 'error' => '出错了。:app响应::error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => '出错了:( ', ] ]; diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index 006b2e775..d931971a4 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => '序列号', 'item_notes' => ':item 备注', 'item_name_var' => ':item 名称', - 'error_user_company' => '用户和资产公司不匹配', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => '分配给您的资产属于另一家公司,所以您不能接受或拒绝它,请与您的经理联系。', 'importer' => [ 'checked_out_to_fullname' => '借出给: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% 完成', 'uploading' => '正在上传... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => '复制到剪贴板', + 'copied' => '已复制!', ]; diff --git a/resources/lang/zh-CN/localizations.php b/resources/lang/zh-CN/localizations.php index db690b41b..4b7758691 100644 --- a/resources/lang/zh-CN/localizations.php +++ b/resources/lang/zh-CN/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/zh-HK/admin/hardware/message.php b/resources/lang/zh-HK/admin/hardware/message.php index 18f3b3fa2..04be92a75 100644 --- a/resources/lang/zh-HK/admin/hardware/message.php +++ b/resources/lang/zh-HK/admin/hardware/message.php @@ -51,6 +51,7 @@ return [ 'success' => 'Your file has been imported', 'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php index 0516bb6a8..64d0aef53 100644 --- a/resources/lang/zh-HK/admin/settings/general.php +++ b/resources/lang/zh-HK/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/zh-HK/admin/settings/message.php b/resources/lang/zh-HK/admin/settings/message.php index 48b42d120..c9b0f3421 100644 --- a/resources/lang/zh-HK/admin/settings/message.php +++ b/resources/lang/zh-HK/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php index c239214d8..e1a5cc0e7 100644 --- a/resources/lang/zh-HK/general.php +++ b/resources/lang/zh-HK/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/zh-HK/localizations.php b/resources/lang/zh-HK/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/zh-HK/localizations.php +++ b/resources/lang/zh-HK/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian', diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php index 8b798d11f..911bbad98 100644 --- a/resources/lang/zh-TW/admin/hardware/message.php +++ b/resources/lang/zh-TW/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => '您的檔案已被匯入。', 'file_delete_success' => '您的檔案已成功刪除。', 'file_delete_error' => '您的檔案無法被刪除。', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => '標頭列中的一個或多個屬性包含異常的 UTF-8 字元', 'content_row_has_malformed_characters' => '內容的第一列中的一個或多個屬性包含異常的 UTF-8 字元', ], diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 7ecaa28dc..d6cc1df9a 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -357,4 +357,10 @@ return [ 'google_login' => 'Google Workspace 登入設定', 'enable_google_login' => '允許使用者使用 Google Workspace 登入', 'enable_google_login_help' => '使用者將不會自動建立。他們必須在這裡和 Google Workspace 中都有現有的帳戶,並且他們在這裡的使用者名稱必須與他們的 Google Workspace 電子郵件地址相符。', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/zh-TW/admin/settings/message.php b/resources/lang/zh-TW/admin/settings/message.php index 26c7195ce..4722b6a4b 100644 --- a/resources/lang/zh-TW/admin/settings/message.php +++ b/resources/lang/zh-TW/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => '正在傳送 :app 測試訊息...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => '成功!請檢查 ', 'success_pt2' => ' 頻道中的測試訊息,並確定在下面點選儲存以儲存你的設定。', '500' => '500 伺服器錯誤。', 'error' => '發生了一些錯誤。:app 回應::error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => '發生了一些錯誤。 :( ', ] ]; diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index 561a275cb..aa81bba84 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => '序號', 'item_notes' => ':item 備註', 'item_name_var' => ':item 名稱', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => '借出給:全名', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/zh-TW/localizations.php b/resources/lang/zh-TW/localizations.php index f2aaba71f..7e61dd7a3 100644 --- a/resources/lang/zh-TW/localizations.php +++ b/resources/lang/zh-TW/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> '愛爾蘭語', 'it'=> '義大利語', 'ja'=> '日語', + 'km' => 'Khmer', 'ko'=> '韓語', 'lv'=>'拉脫維亞語', 'lt'=> '立陶宛語', diff --git a/resources/lang/zu/admin/hardware/message.php b/resources/lang/zu/admin/hardware/message.php index 475a57f65..a2dae7fb1 100644 --- a/resources/lang/zu/admin/hardware/message.php +++ b/resources/lang/zu/admin/hardware/message.php @@ -50,6 +50,7 @@ return [ 'success' => 'Ifayela lakho lifakiwe', 'file_delete_success' => 'Ifayela lakho lisusiwe ngempumelelo', 'file_delete_error' => 'Ifayela alikwazanga ukususwa', + 'file_missing' => 'The file selected is missing', 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/zu/admin/settings/general.php b/resources/lang/zu/admin/settings/general.php index 28c21a6a6..1d7929472 100644 --- a/resources/lang/zu/admin/settings/general.php +++ b/resources/lang/zu/admin/settings/general.php @@ -356,4 +356,10 @@ return [ 'google_login' => 'Google Workspace Login Settings', 'enable_google_login' => 'Enable users to login with Google Workspace', 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + ]; diff --git a/resources/lang/zu/admin/settings/message.php b/resources/lang/zu/admin/settings/message.php index eb2c7f10f..919ec8237 100644 --- a/resources/lang/zu/admin/settings/message.php +++ b/resources/lang/zu/admin/settings/message.php @@ -35,10 +35,12 @@ return [ ], 'webhook' => [ 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/zu/general.php b/resources/lang/zu/general.php index dbb9ae65c..299e74592 100644 --- a/resources/lang/zu/general.php +++ b/resources/lang/zu/general.php @@ -459,7 +459,7 @@ return [ 'serial_number' => 'Serial Number', 'item_notes' => ':item Notes', 'item_name_var' => ':item Name', - 'error_user_company' => 'User and Asset companies missmatch', + 'error_user_company' => 'Checkout target company and asset company do not match', 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', 'importer' => [ 'checked_out_to_fullname' => 'Checked Out to: Full Name', @@ -485,6 +485,8 @@ return [ ], 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', ]; diff --git a/resources/lang/zu/localizations.php b/resources/lang/zu/localizations.php index b04d4cb90..f735573c2 100644 --- a/resources/lang/zu/localizations.php +++ b/resources/lang/zu/localizations.php @@ -30,6 +30,7 @@ return [ 'ga-IE'=> 'Irish', 'it'=> 'Italian', 'ja'=> 'Japanese', + 'km' => 'Khmer', 'ko'=> 'Korean', 'lv'=>'Latvian', 'lt'=> 'Lithuanian',