Merge pull request #13690 from snipe/localization/all

Updated language strings
This commit is contained in:
snipe 2023-10-02 14:24:52 +01:00 committed by GitHub
commit 228f21ed91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
327 changed files with 1003 additions and 247 deletions

View file

@ -50,6 +50,7 @@ return [
'success' => 'Jou lêer is ingevoer', 'success' => 'Jou lêer is ingevoer',
'file_delete_success' => 'Jou lêer is suksesvol verwyder', 'file_delete_success' => 'Jou lêer is suksesvol verwyder',
'file_delete_error' => 'Die lêer kon nie uitgevee word nie', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Your file has been imported', 'success' => 'Your file has been imported',
'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_success' => 'Your file has been been successfully deleted',
'file_delete_error' => 'The file was unable to be 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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -50,6 +50,7 @@ return [
'success' => 'تم استيراد الملف الخاص بك', 'success' => 'تم استيراد الملف الخاص بك',
'file_delete_success' => 'تم حذف ملفك بنجاح', 'file_delete_success' => 'تم حذف ملفك بنجاح',
'file_delete_error' => 'تعذر حذف الملف', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -50,6 +50,7 @@ return [
'success' => 'Вашият файл беше въведен.', 'success' => 'Вашият файл беше въведен.',
'file_delete_success' => 'Вашият файл беше изтрит успешно.', 'file_delete_success' => 'Вашият файл беше изтрит успешно.',
'file_delete_error' => 'Файлът не е в състояние да бъде изтрит', 'file_delete_error' => 'Файлът не е в състояние да бъде изтрит',
'file_missing' => 'The file selected is missing',
'header_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи', 'header_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи',
'content_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи', 'content_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Изпращане :app тест съобщение...', 'sending' => 'Изпращане :app тест съобщение...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Успешно! Проверете ', 'success_pt1' => 'Успешно! Проверете ',
'success_pt2' => ' канал за вашето тестово съобщение и натиснете бутона SAVE за да запазите вашите настройки.', 'success_pt2' => ' канал за вашето тестово съобщение и натиснете бутона SAVE за да запазите вашите настройки.',
'500' => 'Грешка 500.', '500' => 'Грешка 500.',
'error' => 'Възникна грешка. :app върна грешка: :error_message', 'error' => 'Възникна грешка. :app върна грешка: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Възникна грешка. :( ', 'error_misc' => 'Възникна грешка. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Сериен номер', 'serial_number' => 'Сериен номер',
'item_notes' => ':item бележки', 'item_notes' => ':item бележки',
'item_name_var' => ':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' => 'Актива заведен на вас пренадлежи към друга фирма, затова не можете да го приемете или откажете. Свържете се с вашият администратор', 'error_user_company_accept_view' => 'Актива заведен на вас пренадлежи към друга фирма, затова не можете да го приемете или откажете. Свържете се с вашият администратор',
'importer' => [ 'importer' => [
'checked_out_to_fullname' => 'Изписан на: Full Name', 'checked_out_to_fullname' => 'Изписан на: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% завърешен', 'percent_complete' => '% завърешен',
'uploading' => 'Качване... ', 'uploading' => 'Качване... ',
'upload_error' => 'Грешка при качване. Проверете да няма празни редове в края.' 'upload_error' => 'Грешка при качване. Проверете да няма празни редове в края.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Your file has been imported', 'success' => 'Your file has been imported',
'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_success' => 'Your file has been been successfully deleted',
'file_delete_error' => 'The file was unable to be 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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Váš soubor byl importován', 'success' => 'Váš soubor byl importován',
'file_delete_success' => 'Váš soubor byl úspěšně odstraněn', 'file_delete_success' => 'Váš soubor byl úspěšně odstraněn',
'file_delete_error' => 'Soubor nelze odstranit', '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', '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', 'content_row_has_malformed_characters' => 'Jedna nebo více hodnot v prvním řádku obsahu obsahuje poškozené UTF-8 znaky',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irština', 'ga-IE'=> 'Irština',
'it'=> 'Italština', 'it'=> 'Italština',
'ja'=> 'Japonština', 'ja'=> 'Japonština',
'km' => 'Khmer',
'ko'=> 'Korejština', 'ko'=> 'Korejština',
'lv'=>'Lotyšština', 'lv'=>'Lotyšština',
'lt'=> 'Litevština', 'lt'=> 'Litevština',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Mae\'ch ffeil wedi\'i mewnforio', 'success' => 'Mae\'ch ffeil wedi\'i mewnforio',
'file_delete_success' => 'Mae eich ffeil wedi\'i dileu yn llwyddiannus', 'file_delete_success' => 'Mae eich ffeil wedi\'i dileu yn llwyddiannus',
'file_delete_error' => 'Nid oedd yn bosib dileu\'r ffeil', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -50,6 +50,7 @@ return [
'success' => 'Din fil er blevet importeret', 'success' => 'Din fil er blevet importeret',
'file_delete_success' => 'Din fil er blevet slettet korrekt', 'file_delete_success' => 'Din fil er blevet slettet korrekt',
'file_delete_error' => 'Filen kunne ikke slettes', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irsk', 'ga-IE'=> 'Irsk',
'it'=> 'Italiensk', 'it'=> 'Italiensk',
'ja'=> 'Japansk', 'ja'=> 'Japansk',
'km' => 'Khmer',
'ko'=> 'Koreansk', 'ko'=> 'Koreansk',
'lv'=>'Lettisk', 'lv'=>'Lettisk',
'lt'=> 'Litauisk', 'lt'=> 'Litauisk',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Deine Datei wurde importiert', 'success' => 'Deine Datei wurde importiert',
'file_delete_success' => 'Deine Datei wurde erfolgreich gelöscht', 'file_delete_success' => 'Deine Datei wurde erfolgreich gelöscht',
'file_delete_error' => 'Die Datei konnte nicht gelöscht werden', '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', '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', 'content_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der ersten Zeile des Inhalts enthalten fehlerhafte UTF-8-Zeichen',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Anmeldeeinstellungen', 'google_login' => 'Google Workspace Anmeldeeinstellungen',
'enable_google_login' => 'Anmelden mit Google Workspace für Benutzer aktivieren', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => ':app Testnachricht wird gesendet ...', 'sending' => ':app Testnachricht wird gesendet ...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Erfolgreich! Überprüfe den ', 'success_pt1' => 'Erfolgreich! Überprüfe den ',
'success_pt2' => ' Kanal für deine Testnachricht und klicke unten auf SPEICHERN, um die Einstellungen zu sichern.', 'success_pt2' => ' Kanal für deine Testnachricht und klicke unten auf SPEICHERN, um die Einstellungen zu sichern.',
'500' => '500 Server Fehler.', '500' => '500 Server Fehler.',
'error' => 'Etwas ist schiefgelaufen. :app antwortete mit: :error_message', 'error' => 'Etwas ist schiefgelaufen. :app antwortete mit: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Etwas ist schiefgelaufen! :( ', 'error_misc' => 'Etwas ist schiefgelaufen! :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Seriennummer', 'serial_number' => 'Seriennummer',
'item_notes' => ':item Notizen', 'item_notes' => ':item Notizen',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Herausgegeben an: Voller Name', 'checked_out_to_fullname' => 'Herausgegeben an: Voller Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% vollständig', 'percent_complete' => '% vollständig',
'uploading' => 'Hochladen... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irisch', 'ga-IE'=> 'Irisch',
'it'=> 'Italienisch', 'it'=> 'Italienisch',
'ja'=> 'Japanisch', 'ja'=> 'Japanisch',
'km' => 'Khmer',
'ko'=> 'Koreanisch', 'ko'=> 'Koreanisch',
'lv'=>'Lettisch', 'lv'=>'Lettisch',
'lt'=> 'Litauisch', 'lt'=> 'Litauisch',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Ihre Datei wurde importiert', 'success' => 'Ihre Datei wurde importiert',
'file_delete_success' => 'Die Datei wurde erfolgreich gelöscht', 'file_delete_success' => 'Die Datei wurde erfolgreich gelöscht',
'file_delete_error' => 'Die Datei konnte nicht gelöscht werden', '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', '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', 'content_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der ersten Zeile des Inhalts enthalten fehlerhafte UTF-8-Zeichen',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Anmeldeeinstellungen', 'google_login' => 'Google Workspace Anmeldeeinstellungen',
'enable_google_login' => 'Anmelden mit Google Workspace für Benutzer aktivieren', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => ':app Testnachricht wird gesendet...', 'sending' => ':app Testnachricht wird gesendet...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Erfolgreich! Überprüfen Sie den ', 'success_pt1' => 'Erfolgreich! Überprüfen Sie den ',
'success_pt2' => ' Kanal für Ihre Testnachricht und klicken Sie auf Speichern, um Ihre Einstellungen zu speichern.', 'success_pt2' => ' Kanal für Ihre Testnachricht und klicken Sie auf Speichern, um Ihre Einstellungen zu speichern.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Etwas ist schief gelaufen. :app antwortete mit: :error_message', 'error' => 'Etwas ist schief gelaufen. :app antwortete mit: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Etwas ist schiefgelaufen. :( ', 'error_misc' => 'Etwas ist schiefgelaufen. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Seriennummer', 'serial_number' => 'Seriennummer',
'item_notes' => ':item Notizen', 'item_notes' => ':item Notizen',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Herausgegeben an: Voller Name', 'checked_out_to_fullname' => 'Herausgegeben an: Voller Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% vollständig', 'percent_complete' => '% vollständig',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irisch', 'ga-IE'=> 'Irisch',
'it'=> 'Italienisch', 'it'=> 'Italienisch',
'ja'=> 'Japanisch', 'ja'=> 'Japanisch',
'km' => 'Khmer',
'ko'=> 'Koreanisch', 'ko'=> 'Koreanisch',
'lv'=>'Lettisch', 'lv'=>'Lettisch',
'lt'=> 'Litauisch', 'lt'=> 'Litauisch',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Το αρχείο σας έχει εισαχθεί', 'success' => 'Το αρχείο σας έχει εισαχθεί',
'file_delete_success' => 'Το αρχείο σας έχει διαγραφεί με επιτυχία', 'file_delete_success' => 'Το αρχείο σας έχει διαγραφεί με επιτυχία',
'file_delete_error' => 'Το αρχείο δεν μπόρεσε να διαγραφεί', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Your file has been imported', 'success' => 'Your file has been imported',
'file_delete_success' => 'Your file has been been successfully deleted', 'file_delete_success' => 'Your file has been been successfully deleted',
'file_delete_error' => 'The file was unable to be 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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -50,6 +50,7 @@ return [
'success' => 'File Anda telah diimpor', 'success' => 'File Anda telah diimpor',
'file_delete_success' => 'File anda telah berhasil dihapus', 'file_delete_success' => 'File anda telah berhasil dihapus',
'file_delete_error' => 'File tidak dapat 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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Tu archivo ha sido importado', 'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'No pudimos eliminar tu archivo', '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', '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', 'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila de contenido contienen caracteres UTF-8 mal formados',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Configuración de inicio de sesión de Google Workspace', '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' => '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Enviando mensaje de prueba de :app...', 'sending' => 'Enviando mensaje de prueba de :app...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => '¡Éxito! Comprueba el ', '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.', '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.', '500' => 'Error 500 del servidor.',
'error' => 'Algo salió mal. :app respondió con: :error_message', 'error' => 'Algo salió mal. :app respondió con: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Algo salió mal. :( ', 'error_misc' => 'Algo salió mal. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Número de serie', 'serial_number' => 'Número de serie',
'item_notes' => ':item Notas', 'item_notes' => ':item Notas',
'item_name_var' => ':nombre del ítem', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Pagado a: Nombre Completo', 'checked_out_to_fullname' => 'Pagado a: Nombre Completo',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irlandés', 'ga-IE'=> 'Irlandés',
'it'=> 'Italiano', 'it'=> 'Italiano',
'ja'=> 'Japonés', 'ja'=> 'Japonés',
'km' => 'Khmer',
'ko'=> 'Coreano', 'ko'=> 'Coreano',
'lv'=>'Letón', 'lv'=>'Letón',
'lt'=> 'Lituano', 'lt'=> 'Lituano',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Tu archivo ha sido importado', 'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'No pudimos eliminar tu archivo', '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', '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', 'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila de contenido contienen caracteres UTF-8 mal formados',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Configuración de inicio de sesión de Google Workspace', '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' => '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Enviando mensaje de prueba de :app...', 'sending' => 'Enviando mensaje de prueba de :app...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => '¡Éxito! Comprueba el ', '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.', '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.', '500' => 'Error 500 del servidor.',
'error' => 'Algo salió mal. :app respondió con: :error_message', 'error' => 'Algo salió mal. :app respondió con: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Algo salió mal. :( ', 'error_misc' => 'Algo salió mal. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Número de serie', 'serial_number' => 'Número de serie',
'item_notes' => ':item Notas', 'item_notes' => ':item Notas',
'item_name_var' => ':nombre del ítem', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Pagado a: Nombre Completo', 'checked_out_to_fullname' => 'Pagado a: Nombre Completo',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irlandés', 'ga-IE'=> 'Irlandés',
'it'=> 'Italiano', 'it'=> 'Italiano',
'ja'=> 'Japonés', 'ja'=> 'Japonés',
'km' => 'Khmer',
'ko'=> 'Coreano', 'ko'=> 'Coreano',
'lv'=>'Letón', 'lv'=>'Letón',
'lt'=> 'Lituano', 'lt'=> 'Lituano',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Tu archivo ha sido importado', 'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'No pudimos eliminar tu archivo', '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', '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', 'content_row_has_malformed_characters' => 'Uno o más atributos de la fila de encabezado contiene caracteres UTF-8 mal formados',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Configuración de inicio de sesión de Google Workspace', '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' => '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Enviando mensaje de prueba a :app...', 'sending' => 'Enviando mensaje de prueba a :app...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => '¡Éxito! Comprueba el ', '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.', '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.', '500' => 'Error 500 del servidor.',
'error' => 'Algo salió mal. :app respondió con: :error_message', 'error' => 'Algo salió mal. :app respondió con: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Algo salió mal. :( ', 'error_misc' => 'Algo salió mal. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Número serie', 'serial_number' => 'Número serie',
'item_notes' => ':item Notas', 'item_notes' => ':item Notas',
'item_name_var' => ':item Nombre', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Entregado a: Nombre Completo', 'checked_out_to_fullname' => 'Entregado a: Nombre Completo',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irlandés', 'ga-IE'=> 'Irlandés',
'it'=> 'Italiano', 'it'=> 'Italiano',
'ja'=> 'Japonés', 'ja'=> 'Japonés',
'km' => 'Khmer',
'ko'=> 'Coreano', 'ko'=> 'Coreano',
'lv'=>'Letón', 'lv'=>'Letón',
'lt'=> 'Lituano', 'lt'=> 'Lituano',

View file

@ -50,6 +50,7 @@ return [
'success' => 'Tu archivo ha sido importado', 'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito', 'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'El archivo no se pudo eliminar', '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', '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', 'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila de contenido contienen caracteres UTF-8 mal formados',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Configuración de inicio de sesión de Google Workspace', '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' => '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Enviando mensaje de prueba de :app...', 'sending' => 'Enviando mensaje de prueba de :app...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => '¡Éxito! Comprueba el ', '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.', '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.', '500' => 'Error 500 del servidor.',
'error' => 'Algo salió mal. :app respondió con: :error_message', 'error' => 'Algo salió mal. :app respondió con: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Algo salió mal. :( ', 'error_misc' => 'Algo salió mal. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Número de serie', 'serial_number' => 'Número de serie',
'item_notes' => ':item Notas', 'item_notes' => ':item Notas',
'item_name_var' => ':nombre del ítem', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Pagado a: Nombre Completo', 'checked_out_to_fullname' => 'Pagado a: Nombre Completo',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irlandés', 'ga-IE'=> 'Irlandés',
'it'=> 'Italiano', 'it'=> 'Italiano',
'ja'=> 'Japonés', 'ja'=> 'Japonés',
'km' => 'Khmer',
'ko'=> 'Coreano', 'ko'=> 'Coreano',
'lv'=>'Letón', 'lv'=>'Letón',
'lt'=> 'Lituano', 'lt'=> 'Lituano',

View file

@ -50,6 +50,7 @@ return [
'success' => 'Teie fail on imporditud', 'success' => 'Teie fail on imporditud',
'file_delete_success' => 'Teie fail on edukalt kustutatud', 'file_delete_success' => 'Teie fail on edukalt kustutatud',
'file_delete_error' => 'Faili ei saanud kustutada', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -52,6 +52,7 @@ return [
'success' => 'فایل شما وارد شده است', 'success' => 'فایل شما وارد شده است',
'file_delete_success' => 'فایل شما با موفقیت حذف شده است', 'file_delete_success' => 'فایل شما با موفقیت حذف شده است',
'file_delete_error' => 'فایل قابل حذف نشد', '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', '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', 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
], ],

View file

@ -505,4 +505,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -44,10 +44,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -548,7 +548,7 @@ return [
'serial_number' => 'Serial Number', 'serial_number' => 'Serial Number',
'item_notes' => ':item Notes', 'item_notes' => ':item Notes',
'item_name_var' => ':item Name', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Checked Out to: Full Name', 'checked_out_to_fullname' => 'Checked Out to: Full Name',
@ -574,6 +574,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Irish', 'ga-IE'=> 'Irish',
'it'=> 'Italian', 'it'=> 'Italian',
'ja'=> 'Japanese', 'ja'=> 'Japanese',
'km' => 'Khmer',
'ko'=> 'Korean', 'ko'=> 'Korean',
'lv'=>'Latvian', 'lv'=>'Latvian',
'lt'=> 'Lithuanian', 'lt'=> 'Lithuanian',

View file

@ -51,6 +51,7 @@ return [
'success' => 'Tiedostosi on tuotu', 'success' => 'Tiedostosi on tuotu',
'file_delete_success' => 'Tiedosto on poistettu onnistuneesti', 'file_delete_success' => 'Tiedosto on poistettu onnistuneesti',
'file_delete_error' => 'Tiedostoa ei voitu poistaa', '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ä', '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ä', 'content_row_has_malformed_characters' => 'Yksi tai useampi ensimmäisen sisältörivin attribuutti sisältää epämuodostuneita UTF-8 merkkejä',
], ],

View file

@ -356,4 +356,10 @@ return [
'google_login' => 'Google Workspace Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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',
]; ];

View file

@ -35,10 +35,12 @@ return [
], ],
'webhook' => [ 'webhook' => [
'sending' => 'Sending :app test message...', 'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ', 'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message', 'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ', 'error_misc' => 'Something went wrong. :( ',
] ]
]; ];

View file

@ -459,7 +459,7 @@ return [
'serial_number' => 'Sarjanumero', 'serial_number' => 'Sarjanumero',
'item_notes' => ':item muistiinpanot', 'item_notes' => ':item muistiinpanot',
'item_name_var' => ':item nimi', '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', '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' => [ 'importer' => [
'checked_out_to_fullname' => 'Lainattu: koko nimi', 'checked_out_to_fullname' => 'Lainattu: koko nimi',
@ -485,6 +485,8 @@ return [
], ],
'percent_complete' => '% complete', 'percent_complete' => '% complete',
'uploading' => 'Uploading... ', '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!',
]; ];

View file

@ -30,6 +30,7 @@ return [
'ga-IE'=> 'Iiri', 'ga-IE'=> 'Iiri',
'it'=> 'Italia', 'it'=> 'Italia',
'ja'=> 'Japani', 'ja'=> 'Japani',
'km' => 'Khmer',
'ko'=> 'Korea', 'ko'=> 'Korea',
'lv'=>'Latvia', 'lv'=>'Latvia',
'lt'=> 'Liettua', 'lt'=> 'Liettua',

Some files were not shown because too many files have changed in this diff Show more