diff --git a/app/Http/Controllers/Api/LocationsController.php b/app/Http/Controllers/Api/LocationsController.php index 638765928b..66a68f9458 100644 --- a/app/Http/Controllers/Api/LocationsController.php +++ b/app/Http/Controllers/Api/LocationsController.php @@ -218,6 +218,7 @@ class LocationsController extends Controller 'locations.updated_at', 'locations.image', 'locations.currency', + 'locations.company_id', 'locations.notes', ]) ->withCount('assignedAssets as assigned_assets_count') diff --git a/app/Http/Requests/StoreLabelSettings.php b/app/Http/Requests/StoreLabelSettings.php index f9ede7ea89..2b6fd83c6f 100644 --- a/app/Http/Requests/StoreLabelSettings.php +++ b/app/Http/Requests/StoreLabelSettings.php @@ -37,8 +37,8 @@ class StoreLabelSettings extends FormRequest return [ 'labels_per_page' => 'numeric', - 'labels_width' => 'numeric', - 'labels_height' => 'numeric', + 'labels_width' => 'numeric|min:0.1', + 'labels_height' => 'numeric|min:0.1', 'labels_pmargin_left' => 'numeric|nullable', 'labels_pmargin_right' => 'numeric|nullable', 'labels_pmargin_top' => 'numeric|nullable', diff --git a/app/Models/Labels/DefaultLabel.php b/app/Models/Labels/DefaultLabel.php index 9f7059bcd5..f869110138 100644 --- a/app/Models/Labels/DefaultLabel.php +++ b/app/Models/Labels/DefaultLabel.php @@ -43,8 +43,8 @@ class DefaultLabel extends RectangleSheet $this->textSize = Helper::convertUnit($settings->labels_fontsize, 'pt', 'in'); - $this->labelWidth = $settings->labels_width; - $this->labelHeight = $settings->labels_height; + $this->labelWidth = $this->setLabelWidth($settings); + $this->labelHeight = $this->setLabelHeight($settings); $this->labelSpacingH = $settings->labels_display_sgutter; $this->labelSpacingV = $settings->labels_display_bgutter; @@ -181,6 +181,25 @@ class DefaultLabel extends RectangleSheet } } -} + private function setLabelWidth(Setting $settings) + { + $labelWidth = $settings->labels_width; -?> \ No newline at end of file + if ($labelWidth == 0) { + $labelWidth = 0.1; + } + + return $labelWidth; + } + + private function setLabelHeight(?Setting $settings) + { + $labelHeight = $settings->labels_height; + + if ($labelHeight == 0) { + $labelHeight = 0.1; + } + + return $labelHeight; + } +} diff --git a/resources/lang/aa-ER/admin/custom_fields/general.php b/resources/lang/aa-ER/admin/custom_fields/general.php index 854d1ccef7..1a140946a6 100644 --- a/resources/lang/aa-ER/admin/custom_fields/general.php +++ b/resources/lang/aa-ER/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'crwdns6501:0crwdne6501:0', 'field' => 'crwdns1487:0crwdne1487:0', 'about_fieldsets_title' => 'crwdns1488:0crwdne1488:0', - 'about_fieldsets_text' => 'crwdns13226:0crwdne13226:0', + 'about_fieldsets_text' => 'crwdns13242:0crwdne13242:0', 'custom_format' => 'crwdns6505:0crwdne6505:0', 'encrypt_field' => 'crwdns1792:0crwdne1792:0', 'encrypt_field_help' => 'crwdns1683:0crwdne1683:0', diff --git a/resources/lang/aa-ER/admin/settings/message.php b/resources/lang/aa-ER/admin/settings/message.php index 4aa09c5773..b861a76595 100644 --- a/resources/lang/aa-ER/admin/settings/message.php +++ b/resources/lang/aa-ER/admin/settings/message.php @@ -49,12 +49,11 @@ return [ 'error_redirect' => 'crwdns11843:0crwdne11843:0', 'error_misc' => 'crwdns11383:0crwdne11383:0', 'webhook_fail' => 'crwdns12830:0crwdne12830:0', - 'webhook_channel_not_found' => 'crwdns12876:0crwdne12876:0' + 'webhook_channel_not_found' => 'crwdns12876:0crwdne12876:0', + 'ms_teams_deprecation' => 'crwdns13246:0crwdne13246:0', ], - 'location_scoping' => [ 'not_saved' => 'crwdns13053:0crwdne13053:0', 'mismatch' => 'crwdns13055:0crwdne13055:0', ], - ]; diff --git a/resources/lang/aa-ER/general.php b/resources/lang/aa-ER/general.php index 843371c2ab..80f585ea17 100644 --- a/resources/lang/aa-ER/general.php +++ b/resources/lang/aa-ER/general.php @@ -521,7 +521,7 @@ return [ 'checked_out_to_fields' => 'crwdns12214:0crwdne12214:0', 'percent_complete' => 'crwdns11811:0crwdne11811:0', 'uploading' => 'crwdns11813:0crwdne11813:0', - 'upload_error' => 'crwdns11884:0crwdne11884:0', + 'upload_error' => 'crwdns13244:0crwdne13244:0', 'copy_to_clipboard' => 'crwdns11837:0crwdne11837:0', 'copied' => 'crwdns11839:0crwdne11839:0', 'status_compatibility' => 'crwdns11910:0crwdne11910:0', diff --git a/resources/lang/af-ZA/admin/custom_fields/general.php b/resources/lang/af-ZA/admin/custom_fields/general.php index c714f59d8b..bc552ea4a4 100644 --- a/resources/lang/af-ZA/admin/custom_fields/general.php +++ b/resources/lang/af-ZA/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'veld', 'about_fieldsets_title' => 'Oor Fieldsets', - 'about_fieldsets_text' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Enkripteer die waarde van hierdie veld in die databasis', 'encrypt_field_help' => 'WAARSKUWING: Om \'n veld te enkripteer, maak dit onondersoekbaar.', diff --git a/resources/lang/af-ZA/admin/settings/message.php b/resources/lang/af-ZA/admin/settings/message.php index 8fc6183c80..9cd8749deb 100644 --- a/resources/lang/af-ZA/admin/settings/message.php +++ b/resources/lang/af-ZA/admin/settings/message.php @@ -49,12 +49,11 @@ return [ '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. :( ', 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.', - 'webhook_channel_not_found' => ' webhook channel not found.' + 'webhook_channel_not_found' => ' webhook channel not found.', + 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.', ], - 'location_scoping' => [ 'not_saved' => 'Your settings were not saved.', 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.', ], - ]; diff --git a/resources/lang/af-ZA/admin/statuslabels/table.php b/resources/lang/af-ZA/admin/statuslabels/table.php index 24e1078b69..16af55285c 100644 --- a/resources/lang/af-ZA/admin/statuslabels/table.php +++ b/resources/lang/af-ZA/admin/statuslabels/table.php @@ -1,14 +1,14 @@ 'Oor Status Etikette', + 'about' => 'About Status Types', 'archived' => 'argief', 'create' => 'Skep statusetiket', 'color' => 'Grafiek Kleur', 'default_label' => 'Default Label', 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'verbintenis', - 'info' => 'Statusetikette word gebruik om die verskillende state waarin u bates kan wees, te beskryf. Hulle kan dalk herstel, verlore / gesteel wees, ens. U kan nuwe statusetikette skep vir ontplooibare, hangende en geargiveerde bates.', + 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .', 'name' => 'Status Naam', 'pending' => 'hangende', 'status_type' => 'Status Tipe', diff --git a/resources/lang/af-ZA/general.php b/resources/lang/af-ZA/general.php index 826c48b593..1d06acb75f 100644 --- a/resources/lang/af-ZA/general.php +++ b/resources/lang/af-ZA/general.php @@ -522,7 +522,7 @@ return [ 'checked_out_to_fields' => 'Checked Out To Fields', 'percent_complete' => '% volledige', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.', + 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.', 'copy_to_clipboard' => 'Copy to Clipboard', 'copied' => 'Copied!', 'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.', diff --git a/resources/lang/am-ET/admin/custom_fields/general.php b/resources/lang/am-ET/admin/custom_fields/general.php index 68e840edd2..c9ae61c963 100644 --- a/resources/lang/am-ET/admin/custom_fields/general.php +++ b/resources/lang/am-ET/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/am-ET/admin/settings/message.php b/resources/lang/am-ET/admin/settings/message.php index 8d9b40e956..58abf14c5c 100644 --- a/resources/lang/am-ET/admin/settings/message.php +++ b/resources/lang/am-ET/admin/settings/message.php @@ -49,12 +49,11 @@ return [ '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. :( ', 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.', - 'webhook_channel_not_found' => ' webhook channel not found.' + 'webhook_channel_not_found' => ' webhook channel not found.', + 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.', ], - 'location_scoping' => [ 'not_saved' => 'Your settings were not saved.', 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.', ], - ]; diff --git a/resources/lang/am-ET/admin/statuslabels/table.php b/resources/lang/am-ET/admin/statuslabels/table.php index aa3f5f9a2c..cb743209d1 100644 --- a/resources/lang/am-ET/admin/statuslabels/table.php +++ b/resources/lang/am-ET/admin/statuslabels/table.php @@ -1,14 +1,14 @@ 'About Status Labels', + 'about' => 'About Status Types', 'archived' => 'የተመኸደረ', 'create' => 'Create Status Label', 'color' => 'Chart Color', 'default_label' => 'Default Label', 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Deployable', - 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', + 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .', 'name' => 'Status Name', 'pending' => 'Pending', 'status_type' => 'Status Type', diff --git a/resources/lang/am-ET/general.php b/resources/lang/am-ET/general.php index 9070c87684..113a53e687 100644 --- a/resources/lang/am-ET/general.php +++ b/resources/lang/am-ET/general.php @@ -522,7 +522,7 @@ return [ 'checked_out_to_fields' => 'Checked Out To Fields', 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', - 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.', + 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.', 'copy_to_clipboard' => 'Copy to Clipboard', 'copied' => 'Copied!', 'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.', diff --git a/resources/lang/ar-SA/admin/custom_fields/general.php b/resources/lang/ar-SA/admin/custom_fields/general.php index 2a2d1e5968..49ab27d69f 100644 --- a/resources/lang/ar-SA/admin/custom_fields/general.php +++ b/resources/lang/ar-SA/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'إدارة', 'field' => 'حقل', 'about_fieldsets_title' => 'حول مجموعة الحقول', - 'about_fieldsets_text' => '(مجموعات الحقول) تسمح لك بإنشاء مجموعات من الحقول اللتي يمكن إعادة إستخدامها مع موديل محدد.', + 'about_fieldsets_text' => 'مجموعات الحقول تسمح لك بإنشاء مجموعات من الحقول المخصصة التي يعاد استخدامها في كثير من الأحيان لأنواع معينة من نماذج الأصول.', 'custom_format' => 'تنسيق Regex المخصص...', 'encrypt_field' => 'تشفير قيمة هذا الحقل في قاعدة البيانات', 'encrypt_field_help' => 'تحذير: تشفير الحقل يجعله غير قابل للبحث.', diff --git a/resources/lang/ar-SA/admin/settings/message.php b/resources/lang/ar-SA/admin/settings/message.php index c5c5443026..6ed857e4c2 100644 --- a/resources/lang/ar-SA/admin/settings/message.php +++ b/resources/lang/ar-SA/admin/settings/message.php @@ -49,12 +49,11 @@ return [ 'error_redirect' => 'خطأ: 301/302 :endpoint يرجع إعادة توجيه. لأسباب أمنية، نحن لا نتابع إعادة التوجيه. الرجاء استخدام نقطة النهاية الفعلية.', 'error_misc' => 'حدث خطأ ما. :( ', 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.', - 'webhook_channel_not_found' => ' webhook channel not found.' + 'webhook_channel_not_found' => ' webhook channel not found.', + 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.', ], - 'location_scoping' => [ 'not_saved' => 'Your settings were not saved.', 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.', ], - ]; diff --git a/resources/lang/ar-SA/admin/statuslabels/table.php b/resources/lang/ar-SA/admin/statuslabels/table.php index 5435406090..cd63d12b92 100644 --- a/resources/lang/ar-SA/admin/statuslabels/table.php +++ b/resources/lang/ar-SA/admin/statuslabels/table.php @@ -1,14 +1,14 @@ 'حول تسميات الحالة', + 'about' => 'About Status Types', 'archived' => 'مؤرشف', 'create' => 'إنشاء تسمية الحالة', 'color' => 'لون الرسم البياني', 'default_label' => 'الوسم الافتراضي', 'default_label_help' => 'يستخدم هذا للتأكد من أن تسميات الحالة الأكثر استخداما تظهر في الجزء العلوي من المربع المحدد عند إنشاء/تحرير الأصول.', 'deployable' => 'قابل للتوزيع', - 'info' => 'يتم استخدام تسميات الحالة لوصف الحالات المحتملة للأصول التابعة لك. قد تكون قيد الصيانة أو ضمن المفقودة أو المسروقة، وما إلى ذلك. يمكنك إنشاء تسميات حالة جديدة للأصول القابلة للتوزيع وقيد الانتظار والمؤرشفة.', + 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .', 'name' => 'اسم الحالة', 'pending' => 'قيد الانتظار', 'status_type' => 'نوع الحالة', diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php index 602fdf8f2b..9fdf3b28f3 100644 --- a/resources/lang/ar-SA/general.php +++ b/resources/lang/ar-SA/general.php @@ -522,7 +522,7 @@ return [ 'checked_out_to_fields' => 'Checked Out To Fields', 'percent_complete' => '% اكتمال', 'uploading' => 'تحميل... ', - 'upload_error' => 'خطأ في تحميل الملف. الرجاء التحقق من أنه لا توجد صفوف فارغة وأنه لا يوجد تكرار لأسماء الأعمدة.', + 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.', 'copy_to_clipboard' => 'نسخ إلى الحافظة', 'copied' => 'نسخ!', 'status_compatibility' => 'إذا تم تعيين الأصول بالفعل، فإنه لا يمكن تغييرها إلى نوع حالة غير قابل للنشر وسيتم تخطي هذا التغيير في القيمة.', diff --git a/resources/lang/bg-BG/admin/components/message.php b/resources/lang/bg-BG/admin/components/message.php index 258e10b3b5..3a0078aea7 100644 --- a/resources/lang/bg-BG/admin/components/message.php +++ b/resources/lang/bg-BG/admin/components/message.php @@ -18,7 +18,7 @@ return array( 'confirm' => 'Сигурни ли сте, че желаете да изтриете този компонент?', 'error' => 'Възникна проблем при изтриването на компонента. Моля опитайте отново.', 'success' => 'Компонентът бе изтрит успешно.', - 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', + 'error_qty' => 'Някой компоненти от този тип са все още изписани. Моля проверете ги и пробвайте отново.', ), 'checkout' => array( diff --git a/resources/lang/bg-BG/admin/consumables/message.php b/resources/lang/bg-BG/admin/consumables/message.php index d7e1e237e4..6a0effbff8 100644 --- a/resources/lang/bg-BG/admin/consumables/message.php +++ b/resources/lang/bg-BG/admin/consumables/message.php @@ -2,7 +2,7 @@ return array( - 'invalid_category_type' => 'The category must be a consumable category.', + 'invalid_category_type' => 'Категоряита трябва да бъде от консумативи.', 'does_not_exist' => 'Консуматива не съществува.', 'create' => array( diff --git a/resources/lang/bg-BG/admin/custom_fields/general.php b/resources/lang/bg-BG/admin/custom_fields/general.php index 303106136d..9bc28f7eb1 100644 --- a/resources/lang/bg-BG/admin/custom_fields/general.php +++ b/resources/lang/bg-BG/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Управление', 'field' => 'Поле', 'about_fieldsets_title' => 'Относно Fieldsets', - 'about_fieldsets_text' => 'Fieldsets позволяват създаването на групи от персонализирани полета, които се използват и преизползват често за специфични типове модели на активи.', + 'about_fieldsets_text' => '"Група от полета" позволяват създаването на групи от персонализирани полета, които се използват и преизползват често за специфични типове модели на активи.', 'custom_format' => 'Персонализиран формат...', 'encrypt_field' => 'Шифроване на стойността на това поле в базата данни', 'encrypt_field_help' => 'ВНИМАНИЕ: Шифроване на поле го прави невалидно за търсене.', @@ -57,8 +57,8 @@ return [ 'show_in_requestable_list_short' => 'Покажи в списъка на изискуемите артикули', 'show_in_requestable_list' => 'Покажи стойноста в списъка на изискуемите артикули. Криптираните полета няма да се покажат', 'encrypted_options' => 'Това поле е криптирано, затова някой настройки няма да бъдат налични.', - 'display_checkin' => 'Display in checkin forms', - 'display_checkout' => 'Display in checkout forms', - 'display_audit' => 'Display in audit forms', + 'display_checkin' => 'Покажи в форма за вписване', + 'display_checkout' => 'Покажи в форма за изписване', + 'display_audit' => 'Покажи в форма за одит', ]; diff --git a/resources/lang/bg-BG/admin/custom_fields/message.php b/resources/lang/bg-BG/admin/custom_fields/message.php index 854d207b58..8d9d3b703c 100644 --- a/resources/lang/bg-BG/admin/custom_fields/message.php +++ b/resources/lang/bg-BG/admin/custom_fields/message.php @@ -5,7 +5,7 @@ return array( 'field' => array( 'invalid' => 'Това поле не съществува.', 'already_added' => 'Вече е добавено поле', - 'none_selected' => 'No field selected', + 'none_selected' => 'Не е избрано поле', 'create' => array( 'error' => 'Поле не беше създадено, моля опитайте отново.', diff --git a/resources/lang/bg-BG/admin/depreciations/general.php b/resources/lang/bg-BG/admin/depreciations/general.php index 9a16bdf2e6..af306688c8 100644 --- a/resources/lang/bg-BG/admin/depreciations/general.php +++ b/resources/lang/bg-BG/admin/depreciations/general.php @@ -14,7 +14,7 @@ return [ Нямате нагласена амортизация. Моля настройте поне една амортизация за да видите справката.', 'depreciation_method' => 'Справка за амортизации', - 'linear_depreciation' => 'Linear (Default)', - 'half_1' => 'Half-year convention, always applied', - 'half_2' => 'Half-year convention, applied with condition', + 'linear_depreciation' => 'Линеен (по подразбиране)', + 'half_1' => 'Полугодишна, винаги се приложена', + 'half_2' => 'Полугодишна, приложена с условие', ]; diff --git a/resources/lang/bg-BG/admin/hardware/form.php b/resources/lang/bg-BG/admin/hardware/form.php index 25330a57b1..a35a322d42 100644 --- a/resources/lang/bg-BG/admin/hardware/form.php +++ b/resources/lang/bg-BG/admin/hardware/form.php @@ -55,11 +55,11 @@ return [ 'asset_location_update_default' => 'Актуализиране на местоположението по подразбиране', 'asset_location_update_actual' => 'Актуализиране само на местоположението', 'asset_not_deployable' => 'Актива не може да бъде предоставен. Този активк не може да бъде изписан.', - 'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.', - 'asset_deployable' => 'This asset can be checked out.', + 'asset_not_deployable_checkin' => 'Статуса на този актив е със забрана за изписване. Използвайки този статус ще впише актива обратно.', + 'asset_deployable' => 'Този актив може да бъде изписан.', 'processing_spinner' => 'Обработка...(Това може да отнеме време при големи файлове)', 'processing' => 'В процес на изпълнение... ', 'optional_infos' => 'Допълнителна информация', 'order_details' => 'Информация за състоянието на поръчка', - 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', + 'calc_eol' => 'Ако нулирате EOL датата, ще се използва EOL дата базирана на дата на закупуване + EOL норма.', ]; diff --git a/resources/lang/bg-BG/admin/hardware/general.php b/resources/lang/bg-BG/admin/hardware/general.php index 7fe27e2993..eebb5e17e4 100644 --- a/resources/lang/bg-BG/admin/hardware/general.php +++ b/resources/lang/bg-BG/admin/hardware/general.php @@ -6,7 +6,7 @@ return [ 'archived' => 'Архивиран', 'asset' => 'Актив', 'bulk_checkout' => 'Общо отписване', - 'bulk_checkin' => 'Bulk Checkin', + 'bulk_checkin' => 'Общо вписване', 'checkin' => 'Връщане на актив', 'checkout' => 'Изписване на актив', 'clone' => 'Копиране на актив', @@ -27,7 +27,7 @@ return [ 'undeployable_tooltip' => 'Този актив е забранен за изписване и не може да се изпише в момента.', 'view' => 'Преглед на актив', 'csv_error' => 'Имате грешка във вашият CSV файл:', - 'import_text' => '
Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
', + 'import_text' => 'Качи CSV файл, който съдържа историята на активите. Активите и потребителите ТРЯБВА да ги има създадени в системата в противен слуай няма да се импортират. При импортиране на историята на активите, съвпадението се прави по техния инвентарен номер. Ще се опитаме да намерим потребителя на база неговото потребителско име и критерия който сте избрали по-долу. Ще се опита да намери съвпадение по формата на потребителско име избран в Admin > General Settings.
Полетата включени в CSV файла, трябва да съвпадат с Инвентарен номер, Име, Дата на изписване, Дата на вписване. Всякакви допълнителни полета ще бъдат игнорирани.
Празна дата на вписване или дата в бъдещето ще изпише актива към асоцийрания потребител. Ако не се включи колона с дата на вписване, същата ще бъде създадена със текущата дата.
', 'csv_import_match_f-l' => 'Опитай да намериш съвпадение на потребителите по Име.Фамилия (Иван.Иванов)',
'csv_import_match_initial_last' => 'Опитай да намериш съвпадение на потребителите по Първа буква, Фамилия (ииванов)',
'csv_import_match_first' => 'Опитай да намериш съвпадение на потребителите по Име (Иван)',
diff --git a/resources/lang/bg-BG/admin/hardware/message.php b/resources/lang/bg-BG/admin/hardware/message.php
index 3c58c1c615..57b17cac75 100644
--- a/resources/lang/bg-BG/admin/hardware/message.php
+++ b/resources/lang/bg-BG/admin/hardware/message.php
@@ -2,23 +2,23 @@
return [
- 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.',
+ 'undeployable' => 'Внимание: Този актив е маркиран, като забранен за изписване. Ако статусът е променен, моля обновете актива.',
'does_not_exist' => 'Активът не съществува.',
'does_not_exist_var' => 'Активът с етике :asset_tag не е намерен.',
'no_tag' => 'Не е предоставен етикет на актив.',
'does_not_exist_or_not_requestable' => 'Актива не съществува или не може да бъде предоставян.',
'assoc_users' => 'Активът е изписан на потребител и не може да бъде изтрит. Моля впишете го обратно и след това опитайте да го изтриете отново.',
'warning_audit_date_mismatch' => 'Следващата дата на одит на този актив (:next_audit_date) е преди последната дата на одит (:last_audit_date). Моля, актуализирайте следващата дата на одита.',
- 'labels_generated' => 'Labels were successfully generated.',
- 'error_generating_labels' => 'Error while generating labels.',
- 'no_assets_selected' => 'No assets selected.',
+ 'labels_generated' => 'Етиката е успешно генериран.',
+ 'error_generating_labels' => 'Грешка при генериране на етикети.',
+ 'no_assets_selected' => 'Няма избрани активи.',
'create' => [
'error' => 'Активът не беше създаден. Моля опитайте отново.',
'success' => 'Активът създаден успешно.',
'success_linked' => 'Артикул с етикет :tag беше създаден успешно. Щракнете тук за да го видите.',
- 'multi_success_linked' => 'Asset with tag :links was created successfully.|:count assets were created succesfully. :links.',
- 'partial_failure' => 'An asset was unable to be created. Reason: :failures|:count assets were unable to be created. Reasons: :failures',
+ 'multi_success_linked' => 'Актив с етикет :links беше създаден успешно.|:count активи бяха създадено успешно. :links.',
+ 'partial_failure' => 'Грешка при създаване на актив. Съобщението за грешка е: :failures|:count актива не бяха създадени. Съобщението за грешка е: :failures',
],
'update' => [
@@ -56,24 +56,24 @@ return [
],
'import' => [
- 'import_button' => 'Process Import',
+ 'import_button' => 'Импортирай',
'error' => 'Някои елементи не бяха въведени правилно.',
'errorDetail' => 'Следните елементи не бяха въведени поради грешки.',
'success' => 'Вашият файл беше въведен.',
'file_delete_success' => 'Вашият файл беше изтрит успешно.',
'file_delete_error' => 'Файлът не е в състояние да бъде изтрит',
'file_missing' => 'Избраният файл липсва',
- 'file_already_deleted' => 'The file selected was already deleted',
+ 'file_already_deleted' => 'Избрания файл беше вече изтрит',
'header_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи',
'content_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи',
- 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
+ 'transliterate_failure' => 'Транслитерацията от :encoding към UTF-8 беше неуспешна, поради невалидни символи'
],
'delete' => [
'confirm' => 'Сигурни ли сте, че желаете изтриване на актива?',
'error' => 'Проблем при изтриване на актива. Моля опитайте отново.',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}Актива: :asset_tag е изписан. Впишете го обратно преди изтриване.|[2,*] Активите :asset_tag са изписани. Впишете ги обратно преди изтриване.',
'nothing_updated' => 'Няма избрани активи, така че нищо не бе изтрито.',
'success' => 'Активът е изтрит успешно.',
],
@@ -87,8 +87,8 @@ return [
],
'multi-checkout' => [
- 'error' => 'Asset was not checked out, please try again|Assets were not checked out, please try again',
- 'success' => 'Asset checked out successfully.|Assets checked out successfully.',
+ 'error' => 'Актива не беше изписан, моля опитайте отново|Активите не бяха изписани, моля опитайте отново',
+ 'success' => 'Актива е изписан успешно.|Активите са изписани успешно.',
],
'checkin' => [
@@ -100,9 +100,9 @@ return [
],
'requests' => [
- 'error' => 'Request was not successful, please try again.',
- 'success' => 'Request successfully submitted.',
- 'canceled' => 'Request successfully canceled.',
+ 'error' => 'Опитат беше неуспешен, моля опитайте отново.',
+ 'success' => 'Заявката е успешно подадена.',
+ 'canceled' => 'Заявката е отменена.',
'cancel' => 'Отмени тази заявка за артикул',
],
diff --git a/resources/lang/bg-BG/admin/kits/general.php b/resources/lang/bg-BG/admin/kits/general.php
index 2bf3ff62aa..e54e2c0f5c 100644
--- a/resources/lang/bg-BG/admin/kits/general.php
+++ b/resources/lang/bg-BG/admin/kits/general.php
@@ -47,5 +47,5 @@ return [
'kit_deleted' => 'Комплектът беше изтрит',
'kit_model_updated' => 'Модела беше успешно обновен',
'kit_model_detached' => 'Модела беше премахнат успешно',
- 'model_already_attached' => 'Model already attached to kit',
+ 'model_already_attached' => 'Модела е добавен в комплекта',
];
diff --git a/resources/lang/bg-BG/admin/licenses/general.php b/resources/lang/bg-BG/admin/licenses/general.php
index 01d8b52321..9d908d7a8a 100644
--- a/resources/lang/bg-BG/admin/licenses/general.php
+++ b/resources/lang/bg-BG/admin/licenses/general.php
@@ -14,7 +14,7 @@ return array(
'info' => 'Информация за лиценз',
'license_seats' => 'Потребителски лицензи',
'seat' => 'Потребителски лиценз',
- 'seat_count' => 'Seat :count',
+ 'seat_count' => 'Брой места :count',
'seats' => 'Потребителски лицензи',
'software_licenses' => 'Софтуерни лицензи',
'user' => 'Потребител',
@@ -24,12 +24,12 @@ return array(
[
'checkin_all' => [
'button' => 'Връщане на всички бройки',
- 'modal' => 'This action will checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
+ 'modal' => 'Това действие ще впише едно работно място. | Това действие ще впише всички :checkedout_seats_count работни места от този лиценз.',
'enabled_tooltip' => 'Вписване на всички бройки от този лиценз за потребителите и активите',
'disabled_tooltip' => 'Това е забранено защото няма изписани бройки',
'disabled_tooltip_reassignable' => 'Това е деактивирано, защото лиценза не може да се прехвърля',
'success' => 'Лиценза е заведен успешно! | Всички лицензи са заведени успешно!',
- 'log_msg' => 'Checked in via bulk license checkin in license GUI',
+ 'log_msg' => 'Вписване чрез групово лиценз вписване в GUI',
],
'checkout_all' => [
diff --git a/resources/lang/bg-BG/admin/licenses/message.php b/resources/lang/bg-BG/admin/licenses/message.php
index 991e719d1e..37482e141f 100644
--- a/resources/lang/bg-BG/admin/licenses/message.php
+++ b/resources/lang/bg-BG/admin/licenses/message.php
@@ -44,13 +44,13 @@ return array(
'error' => 'Възникна проблем при изписването на лиценза. Моля, опитайте отново.',
'success' => 'Лицензът е изписан',
'not_enough_seats' => 'Няма достатъчно лицензи за изписване',
- 'mismatch' => 'The license seat provided does not match the license',
- 'unavailable' => 'This seat is not available for checkout.',
+ 'mismatch' => 'Броя лицензни места не отговаря на броя лицензи',
+ 'unavailable' => 'Този лиценз за работно място не е наличен за изписване.',
),
'checkin' => array(
'error' => 'Възникна проблем при вписването на лиценза. Моля, опитайте отново.',
- 'not_reassignable' => 'License not reassignable',
+ 'not_reassignable' => 'Лиценза не може да се прехвърля',
'success' => 'Лицензът е вписан'
),
diff --git a/resources/lang/bg-BG/admin/locations/message.php b/resources/lang/bg-BG/admin/locations/message.php
index 76db8fb456..d1e30c7bd1 100644
--- a/resources/lang/bg-BG/admin/locations/message.php
+++ b/resources/lang/bg-BG/admin/locations/message.php
@@ -3,12 +3,12 @@
return array(
'does_not_exist' => 'Местоположението не съществува.',
- 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again ',
+ 'assoc_users' => 'Това местоположение не може да бъде изтрито, защото има поне един запис на актив или потребител, зачислен към него или съдържа под локаций. Моля обновете вашите записи, така че да не съдържат това местоположение и пробвайте да го изтриете отново. ',
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
'assigned_assets' => 'Изписани Активи',
'current_location' => 'Текущо местоположение',
- 'open_map' => 'Open in :map_provider_icon Maps',
+ 'open_map' => 'Отвори в :map_provider_icon карти',
'create' => array(
@@ -22,8 +22,8 @@ return array(
),
'restore' => array(
- 'error' => 'Location was not restored, please try again',
- 'success' => 'Location restored successfully.'
+ 'error' => 'Местоположението не беше възстановено, моля опитайте отново',
+ 'success' => 'Местоположението е възстановено.'
),
'delete' => array(
diff --git a/resources/lang/bg-BG/admin/locations/table.php b/resources/lang/bg-BG/admin/locations/table.php
index 5989154b7f..a92d618571 100644
--- a/resources/lang/bg-BG/admin/locations/table.php
+++ b/resources/lang/bg-BG/admin/locations/table.php
@@ -39,5 +39,5 @@ return [
'signed_by_finance_auditor' => 'Подписан от (счетоводител):',
'signed_by_location_manager' => 'Подписан от (мениджър):',
'signed_by' => 'Подписано от:',
- 'clone' => 'Clone Location',
+ 'clone' => 'Клонирай местоположението',
];
diff --git a/resources/lang/bg-BG/admin/models/message.php b/resources/lang/bg-BG/admin/models/message.php
index b862e8efff..18535b9ab8 100644
--- a/resources/lang/bg-BG/admin/models/message.php
+++ b/resources/lang/bg-BG/admin/models/message.php
@@ -7,7 +7,7 @@ return array(
'no_association' => 'ВНИМАНИЕ! Модела за този актив е неправилен или липсва!',
'no_association_fix' => 'Това ще счупи нещата по много лош начин. Редактирайте артикула сега и го зачислете към модел.',
'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.',
- 'invalid_category_type' => 'This category must be an asset category.',
+ 'invalid_category_type' => 'Тази категоря трябва да бъде за модели.',
'create' => array(
'error' => 'Моделът не беше създаден. Моля опитайте отново.',
diff --git a/resources/lang/bg-BG/admin/reports/general.php b/resources/lang/bg-BG/admin/reports/general.php
index 38b4c080f9..58d8d731f9 100644
--- a/resources/lang/bg-BG/admin/reports/general.php
+++ b/resources/lang/bg-BG/admin/reports/general.php
@@ -4,7 +4,7 @@ return [
'info' => 'Изберете опциите, които желаете за справката за активи.',
'deleted_user' => 'Изтрит потребител',
'send_reminder' => 'Изпрати напомняне',
- 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
+ 'cannot_send_reminder' => 'Потребителя е бил изтрит или няма валиден е-майл адрес и не може да получи напомняне',
'reminder_sent' => 'Напомнянето изпратено',
'acceptance_deleted' => 'Заявката за приемане е изтрита',
'acceptance_request' => 'Заявка за приемане',
@@ -15,9 +15,9 @@ return [
'user_country' => 'Държава на потребителя',
'user_zip' => 'Пощенски код на потребителя'
],
- 'open_saved_template' => 'Open Saved Template',
- 'save_template' => 'Save Template',
- 'select_a_template' => 'Select a Template',
- 'template_name' => 'Template Name',
- 'update_template' => 'Update Template',
+ 'open_saved_template' => 'Отвори записан шаблон',
+ 'save_template' => 'Запиши шаблон',
+ 'select_a_template' => 'Избери шаблон',
+ 'template_name' => 'Име на шаблон',
+ 'update_template' => 'Обнови шаблон',
];
diff --git a/resources/lang/bg-BG/admin/settings/general.php b/resources/lang/bg-BG/admin/settings/general.php
index bb465cd026..5082aa5357 100644
--- a/resources/lang/bg-BG/admin/settings/general.php
+++ b/resources/lang/bg-BG/admin/settings/general.php
@@ -8,7 +8,7 @@ return [
'ad_append_domain' => 'Добави името на домейна към потребителското име',
'ad_append_domain_help' => 'От потребителя не се изисква да въвежда "username@domain.local", достатъчно е да напише само "username".',
'admin_cc_email' => 'CC електронна поща',
- 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.',
+ 'admin_cc_email_help' => 'Изпращай копие на известията за вписване/изписване на следния е-майл адрес.',
'admin_settings' => 'Админ настройки',
'is_ad' => 'Това е активна директория на сървър',
'alerts' => 'Известия',
@@ -31,18 +31,18 @@ return [
'backups' => 'Архивиране',
'backups_help' => 'Създаване, сваляне и възстановяване на архиви ',
'backups_restoring' => 'Възстановяване от архив',
- 'backups_clean' => 'Clean the backed-up database before restore',
- 'backups_clean_helptext' => "This can be useful if you're changing between database versions",
+ 'backups_clean' => 'Почисти архива на базата преди възстановяване',
+ 'backups_clean_helptext' => "Това може да е полесно при смяна на версията на базата",
'backups_upload' => 'Качване на архив',
'backups_path' => 'Архивите на сървъра са записани в :path',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)0 или false достъпа на потребителя ще бъде забранен. Ако стойността в AD/LDAP полето е 1 или true означава че потребителя може да се логва. Когато това поле е празно във вашата AD се приема userAccountControl атрибута, който обикновенно позволява не блокираните потребители да се логват.',
- 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
- 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0 or false the user account will be active.',
+ 'ldap_invert_active_flag' => 'LDAP Инвертиране на активния флаг',
+ 'ldap_invert_active_flag_help' => 'Ако е включено, когато стойноста на полето LDAP Active Flag е 0 или false потребителя ще е активен.',
'ldap_emp_num' => 'LDAP номер на служител',
'ldap_email' => 'LDAP електронна поща',
'ldap_test' => 'Тест LDAP',
@@ -136,7 +136,7 @@ return [
'login_user_agent' => 'Потребителски агент',
'login_help' => 'Списък на опитите за достъп',
'login_note' => 'Вход забележка',
- 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
+ 'login_note_placeholder' => "Ако нямате потребител или сте намерили загубено устройство принадлежащо на тази компания, моля свържете се на официалният им телефон.",
'login_note_help' => 'По избор включете няколко изречения на екрана за вход, например, за да помогнете на хора, които са намерили изгубено или откраднато устройство. Това поле приема Github flavored markdown',
'login_remote_user_text' => 'Опции за вход с Remote User',
'login_remote_user_enabled_text' => 'Включване на вход с HTTP хедър Remote User',
@@ -152,15 +152,15 @@ return [
'logo_print_assets_help' => 'Показвай логото при печат на листа с артикули ',
'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.',
'full_multiple_companies_support_text' => 'Поддръжка на множество компании',
- 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
- 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.',
- 'scope_locations_fmcs_check_button' => 'Check Compatibility',
- 'scope_locations_fmcs_support_disabled_text' => 'This option is disabled because you have conflicting locations set for :count or more items.',
+ 'scope_locations_fmcs_support_text' => 'Подружка на множество местоположения и много фирми',
+ 'scope_locations_fmcs_support_help_text' => 'Ограничи местоположенията до техните избрани фирми.',
+ 'scope_locations_fmcs_check_button' => 'Проверка за съвместимост',
+ 'scope_locations_fmcs_support_disabled_text' => 'Тази опция е забранена, защото имате конфликт на настройката на местоположение на :count или повече артикула.',
'show_in_model_list' => 'Показване в падащите менюта на моделите',
'optional' => 'незадължително',
'per_page' => 'Резултати на страница',
'php' => 'PHP версия',
- 'php_info' => 'PHP info',
+ 'php_info' => 'PHP инфо',
'php_overview' => 'PHP',
'php_overview_help' => 'PHP Системна информация',
'php_gd_info' => 'Необходимо е да инсталирате php-gd, за да визуализирате QR кодове. Моля прегледайте инструкцията за инсталация.',
diff --git a/resources/lang/bg-BG/admin/settings/message.php b/resources/lang/bg-BG/admin/settings/message.php
index f1bab96858..9c5389c132 100644
--- a/resources/lang/bg-BG/admin/settings/message.php
+++ b/resources/lang/bg-BG/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'Грешка 301/302 :endpoint върна пренасочване. От съображения за сигурност, ние не отваряме пренасочванията. Моля ползвайте действителната крайна точка.',
'error_misc' => 'Възникна грешка. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/bg-BG/admin/statuslabels/table.php b/resources/lang/bg-BG/admin/statuslabels/table.php
index 466d67ea6e..e5f4bfc2c4 100644
--- a/resources/lang/bg-BG/admin/statuslabels/table.php
+++ b/resources/lang/bg-BG/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Относно статус етикетите',
+ 'about' => 'About Status Types',
'archived' => 'Архивирани',
'create' => 'Създаване на статус етикет',
'color' => 'Цвят на диаграма',
'default_label' => 'Етикет по подразбиране',
'default_label_help' => 'Позиционира най-често използваните етикети в началото на падащото меню за избор при създаване и редактиране на активи.',
'deployable' => 'Може да бъде предоставен',
- 'info' => 'Статусите се използват за описване на различните състояния на Вашите активи. Например, това са Предаден за ремонт, Изгубен/откраднат и др. Можете да създавате нови статуси за активите, които могат да бъдат предоставяни, очакващи набавяне и архивирани.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Статус',
'pending' => 'Изчакване',
'status_type' => 'Тип на статуса',
diff --git a/resources/lang/bg-BG/general.php b/resources/lang/bg-BG/general.php
index bb1d0650c5..41c5a3a223 100644
--- a/resources/lang/bg-BG/general.php
+++ b/resources/lang/bg-BG/general.php
@@ -23,16 +23,16 @@ return [
'asset_models' => 'Модели на активи',
'asset_model' => 'Модел',
'asset' => 'Актив',
- 'asset_previous' => 'Asset (Previously Assigned)',
+ 'asset_previous' => 'Актив (Предходно зачислен)',
'asset_report' => 'Справка за активите',
'asset_tag' => 'Инвентарен номер',
'asset_tags' => 'Етикет на актив',
'assets_available' => 'Налични активи',
'accept_assets' => 'Приеми Актив :name',
'accept_assets_menu' => 'Приеми активите',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'Приеми артикул',
'audit' => 'проверка',
- 'audits' => 'Audits',
+ 'audits' => 'Одити',
'audit_report' => 'Отчет за одита',
'assets' => 'Активи',
'assets_audited' => 'одитирани активи',
@@ -64,12 +64,12 @@ return [
'changepassword' => 'Смяна на паролата',
'checkin' => 'Вписване',
'checkin_from' => 'Форма за вписване',
- 'checkin_note' => 'Checkin Note',
- 'checkout_note' => 'Checkout Note',
+ 'checkin_note' => 'Забележка Вписване',
+ 'checkout_note' => 'Забележка Изписване',
'checkout' => 'Изписване',
'checkouts_count' => 'Изписвания',
'checkins_count' => 'Вписвания',
- 'checkin_and_delete' => 'Checkin and Delete',
+ 'checkin_and_delete' => 'Впиши и Изтрий',
'user_requests_count' => 'Заявки',
'city' => 'Град',
'click_here' => 'Натиснете тук',
@@ -83,7 +83,7 @@ return [
'consumables' => 'Консумативи',
'country' => 'Държава',
'could_not_restore' => 'Грешка при възстановяване :item_type: :error',
- 'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored',
+ 'not_deleted' => ':item_type не е изтрит и не може да бъде възстановен',
'create' => 'Създаване на нов',
'created' => 'Създадени артикули',
'created_asset' => 'създадени активи',
@@ -98,7 +98,7 @@ return [
'customize_report' => 'Персонализиран отчет',
'custom_report' => 'Потребителски справки за активи',
'dashboard' => 'Табло',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Източник на Данни',
'days' => 'дни',
'days_to_next_audit' => 'Дни до следващия одит',
'date' => 'Дата',
@@ -106,7 +106,7 @@ return [
'debug_warning_text' => 'Това приложение се изпълнява в режим на производство с разрешено отстраняване на грешки. Това може да изложи чувствителни данни, ако приложението ви е достъпно за външния свят. Забранете режим отстраняване на грешки чрез задаване на стойността APP_DEBUF .env във файла false.',
'delete' => 'Изтриване',
'delete_confirm' => 'Сигурни ли сте, че желаете изтриването на :item?',
- 'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
+ 'delete_confirm_no_undo' => 'Сигурни ли сте, че искате да изтриете :item? Това не може да бъде върнато на обратно.',
'deleted' => 'Изтрито',
'delete_seats' => 'Изтрити работни места за лиценз',
'deletion_failed' => 'Неуспешно изтриване',
@@ -150,7 +150,7 @@ return [
'image_upload' => 'Качване на изображение',
'filetypes_accepted_help' => 'Позволенoто разширенe на файлa е :types. Максимално позволения размер е :size.|Позволените разширения на файловете са :types. Максимално позволен размер :size.',
'filetypes_size_help' => 'Максимално позволен размер на файла е :size.',
- 'image_filetypes_help' => 'Accepted Filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
+ 'image_filetypes_help' => 'Допустимите файлови типове са jpg, webp, png, gif, svg и avif. Максималният разрешен размер за качване е :size.',
'unaccepted_image_type' => 'Снимката не може да се прочете. Типовете файлови разширения са jpg, webp, png, gif и svg. Разширението на този файл е :mimetype.',
'import' => 'Зареждане',
'import_this_file' => 'Асоциирайте полетата и обработете този файл',
@@ -212,14 +212,14 @@ return [
'no_results' => 'Няма резултат.',
'no' => 'Не',
'notes' => 'Бележки',
- 'note_added' => 'Note Added',
- 'options' => 'Options',
- 'preview' => 'Preview',
- 'add_note' => 'Add Note',
- 'note_edited' => 'Note Edited',
- 'edit_note' => 'Edit Note',
- 'note_deleted' => 'Note Deleted',
- 'delete_note' => 'Delete Note',
+ 'note_added' => 'Бележката е добавена',
+ 'options' => 'Настройки',
+ 'preview' => 'Преглед',
+ 'add_note' => 'Добави бележка',
+ 'note_edited' => 'Бележката е редактирана',
+ 'edit_note' => 'Редактиране на бележка',
+ 'note_deleted' => 'Бележката е изтрита',
+ 'delete_note' => 'Изтрий бележката',
'order_number' => 'Номер на поръчка',
'only_deleted' => 'Само изтрити активи',
'page_menu' => 'Показване на _MENU_ записа',
@@ -234,7 +234,7 @@ return [
'purchase_date' => 'Дата на закупуване',
'qty' => 'Количество',
'quantity' => 'Kоличество',
- 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels',
+ 'quantity_minimum' => 'Имате един артикул под или почти под минимум налично количество|Имате :count артикула под или почти под монимум налично количесто',
'quickscan_checkin' => 'Бързо сканиране и Вписване',
'quickscan_checkin_status' => 'Статус вписване',
'ready_to_deploy' => 'Готово за предоставяне',
@@ -284,10 +284,10 @@ return [
'site_name' => 'Име на системата',
'state' => 'Област',
'status_labels' => 'Статус етикети',
- 'status_label' => 'Status Label',
+ 'status_label' => 'Статус етикет',
'status' => 'Статус',
'accept_eula' => 'Споразумение за приемане',
- 'show_or_hide_eulas' => 'Show/Hide EULAs',
+ 'show_or_hide_eulas' => 'Покажи/Скрий EULAs',
'supplier' => 'Доставчик',
'suppliers' => 'Доставчици',
'sure_to_delete' => 'Сигурни ли сте, че искате да изтриете',
@@ -305,7 +305,7 @@ return [
'unknown_admin' => 'Непознат администратор',
'username' => 'Потребител',
'update' => 'Обновяване',
- 'updating_item' => 'Updating :item',
+ 'updating_item' => 'Обновяване :item',
'upload_filetypes_help' => 'Позволените файлови разширения са png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf и rar. Максималният размер на файла е :size.',
'uploaded' => 'Качен',
'user' => 'Потребител',
@@ -330,10 +330,10 @@ return [
'token_expired' => 'Вашата сесия за формуляр изтече. Моля опитайте отново.',
'login_enabled' => 'Разрешен вход',
'audit_due' => 'За Одит',
- 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
+ 'audit_due_days' => '{}Активи чакащи или просрочили Одит|[1]Активи чакащи или просрочили одит, за следващия ден|[2,*]Активи чакащи или просрочили одит за следващите :days дни',
'checkin_due' => 'Предстои проверка',
'checkin_overdue' => 'Просрочен срок за регистрация',
- 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Чакащи за вписване|[1]Активи чакащи за вписване в следващя :days ден|[2,*]Активи чакащи за вписване за следващите :days дни',
'audit_overdue' => 'Просрочен Одит',
'accept' => 'Приеми :asset',
'i_accept' => 'Съгласен съм',
@@ -355,7 +355,7 @@ return [
'setup_step_4' => 'Стъпка 4',
'setup_config_check' => 'Проверка на конфигурацията',
'setup_create_database' => 'Създай таблиците в датабазата',
- 'setup_create_admin' => 'Create an admin user',
+ 'setup_create_admin' => 'Създай Админ потребител',
'setup_done' => 'Готово!',
'bulk_edit_about_to' => 'Вие ще редактирате следното: ',
'checked_out' => 'Изписан',
@@ -390,8 +390,8 @@ return [
'new_license' => 'Нов Лиценз',
'new_accessory' => 'Нов аксесоар',
'new_consumable' => 'Нов Консуматив',
- 'new_component' => 'New Component',
- 'new_user' => 'New User',
+ 'new_component' => 'Нов компонент',
+ 'new_user' => 'Нов потребител',
'collapse' => 'Свий',
'assigned' => 'Възложен',
'asset_count' => 'Брой Активи',
@@ -427,20 +427,20 @@ return [
'bulk_soft_delete' =>'Също маркирай за изтриване потребителите. Историята на тяхните активи ще остане докато не изчистите изтритите записи през административните настройки.',
'bulk_checkin_delete_success' => 'Избраните потребители бяха изтрити и техните активи вписани обратно.',
'bulk_checkin_success' => 'Активите за избраните потребители бяха вписани обратно.',
- 'set_to_null' => 'Delete values for this selection|Delete values for all :selection_count selections ',
+ 'set_to_null' => 'Изтрий стойностите за маркираното|Изтрий стойностите за свички :selection_count маркирания ',
'set_users_field_to_null' => 'Изтрий стойноста :field за този потребител|Изтрий стойността :field за всичките :user_count потребителя ',
'na_no_purchase_date' => 'N/A - Няма дата на закупуване',
'assets_by_status' => 'Статус на Активи',
'assets_by_status_type' => 'Статус тип по Активи',
'pie_chart_type' => 'Кръгова диаграма на таблото',
'hello_name' => 'Здравейте, :name!',
- 'unaccepted_profile_warning' => 'You have one item requiring acceptance. Click here to accept or decline it | You have :count items requiring acceptance. Click here to accept or decline them',
+ 'unaccepted_profile_warning' => 'Имате един артикул за приемане. Щракнете тук, за да го приемете или откажете | Имате :count артикула за приемане. Щракнете тук, за да ги приемете или откажете',
'start_date' => 'Начална дата',
'end_date' => 'Крайна дата',
'alt_uploaded_image_thumbnail' => 'Качено умалено изображение',
'placeholder_kit' => 'Изберете комплект',
'file_not_found' => 'Файлът не е намерен',
- 'log_record_not_found' => 'No record for that log entry was found.',
+ 'log_record_not_found' => 'Няма намерени записи.',
'preview_not_available' => '(няма преглед)',
'setup' => 'Настройка',
'pre_flight' => 'Тест',
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To полета',
'percent_complete' => '% завърешен',
'uploading' => 'Качване... ',
- 'upload_error' => 'Грешка при качване на файл. Моля проверете да няма празни редове или повтарящи се колони.',
+ 'upload_error' => 'Грешка при качване на файл. Моля проверете да нямате празни редове или повтарящи се колони във вашият CSV файл и дали имате права за качване на сървъра.',
'copy_to_clipboard' => 'Копиране в клипборда',
'copied' => 'Копирано!',
'status_compatibility' => 'Ако артикула е вече асоцииран, не може да се му се смени статуса на забранен за изписване и тази стойност ще бъде игнорирана.',
@@ -567,62 +567,62 @@ return [
'something_went_wrong' => 'При обработката нещо се обърка.',
'close' => 'Затвори',
'expires' => 'Изтича',
- 'map_fields'=> 'Map :item_type Fields',
+ 'map_fields'=> 'Зачисли полетата към :item_type',
'remaining_var' => 'остават :count',
- 'label' => 'Label',
- 'import_asset_tag_exists' => 'An asset with the asset tag :asset_tag already exists and an update was not requested. No change was made.',
- 'countries_manually_entered_help' => 'Values with an asterisk (*) were manually entered and do not match existing ISO 3166 dropdown values',
- 'accessories_assigned' => 'Assigned Accessories',
- 'user_managed_passwords' => 'Password Management',
- 'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords',
- 'user_managed_passwords_allow' => 'Allow users to manage their own passwords',
- 'from' => 'From',
+ 'label' => 'Етикет',
+ 'import_asset_tag_exists' => 'Актив с етикет :asset_tag вече съществува и обновяването не е необходимо. Не са извършени промени.',
+ 'countries_manually_entered_help' => 'Стойностите със звезда (*) са ръчно създадени и не са от ISO 3166 стойности',
+ 'accessories_assigned' => 'Зачислени Аксесоари',
+ 'user_managed_passwords' => 'Управление на пароли',
+ 'user_managed_passwords_disallow' => 'Забраняване на потребителите да управляват собствените си пароли',
+ 'user_managed_passwords_allow' => 'Позволяване на потребителите да управляват собствените си пароли',
+ 'from' => 'От',
'by' => 'От',
// Add form placeholders here
'placeholders' => [
- 'notes' => 'Add a note',
+ 'notes' => 'Добавете бележка',
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'edit_item' => 'Редактирай :name',
+ 'checkout_item' => 'Изпиши :name',
+ 'checkin_item' => 'Впиши :name',
],
'skins' => [
- 'site_default' => 'Site Default',
- 'default_blue' => 'Default Blue',
- 'blue_dark' => 'Blue (Dark Mode)',
- 'green' => 'Green Dark',
- 'green_dark' => 'Green (Dark Mode)',
- 'red' => 'Red Dark',
- 'red_dark' => 'Red (Dark Mode)',
- 'orange' => 'Orange Dark',
- 'orange_dark' => 'Orange (Dark Mode)',
- 'black' => 'Black',
- 'black_dark' => 'Black (Dark Mode)',
- 'purple' => 'Purple',
- 'purple_dark' => 'Purple (Dark Mode)',
- 'yellow' => 'Yellow',
- 'yellow_dark' => 'Yellow (Dark Mode)',
- 'high_contrast' => 'High Contrast',
+ 'site_default' => 'Настройки по подразбиране на сайта',
+ 'default_blue' => 'По подразбиране Синьо',
+ 'blue_dark' => 'Синьо (тъмен режим)',
+ 'green' => 'Тъмно Зелено',
+ 'green_dark' => 'Зелено (тъмен режим)',
+ 'red' => 'Тъмно Червено',
+ 'red_dark' => 'Червено (тъмен режим)',
+ 'orange' => 'Тъмно Оранжево',
+ 'orange_dark' => 'Оранжево (тъмен режим)',
+ 'black' => 'Черно',
+ 'black_dark' => 'Черно (тъмен режим)',
+ 'purple' => 'Лилаво',
+ 'purple_dark' => 'Лилаво (тъмен режим)',
+ 'yellow' => 'Жълто',
+ 'yellow_dark' => 'Жълто (тъмен режим)',
+ 'high_contrast' => 'Висок контраст',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
- 'cost_each' => ':amount each',
- 'remove_current_image' => 'Remove current :type image',
+ 'select_all_none' => 'Маркирай всички',
+ 'generic_model_not_found' => ':model не беше намерен или вие нямате права да го достъпите',
+ 'deleted_models' => 'Изтрити Модели',
+ 'deleted_users' => 'Изтрити Потребители',
+ 'cost_each' => ':amount от всеки',
+ 'remove_current_image' => 'Премахни текущата :type снимка',
'seeding' => [
'manufacturers' => [
- 'button' => 'Create Manufacturers',
- 'prompt' => 'You do not have any manufacturers yet. Would you like to seed a list of common manufacturers? (THIS WILL OVERWRITE EXISTING MANUFACTURERS, including those that have been soft-deleted.)',
- 'success' => 'Manufacturers seeded successfully',
- 'error' => 'Could not seed manufacturers. A manufacturer record already exists and seeding would overwrite it.|Could not seed manufacturers. :count manufacturer records already exist and seeding would overwrite them.',
+ 'button' => 'Създаване на производители',
+ 'prompt' => 'Нямате създадени никакви производители все още. Изкатели да се създадат най-често срещаните пройзводители по подразбиране? (Това ще презапише всички съществуващи и вече създадени производители, включително тези който са били изтрити и са в коша.)',
+ 'success' => 'Създаването на производителите е успешно',
+ 'error' => 'Създаването на производителите върна грешка. Запис на производител вече съществува и това действие ще го презапише.|Създаването на производителите върна грешка. Има :count производителя вече създадени и това действие ще ги презапише.',
],
],
diff --git a/resources/lang/bg-BG/validation.php b/resources/lang/bg-BG/validation.php
index 162c106363..b8880da603 100644
--- a/resources/lang/bg-BG/validation.php
+++ b/resources/lang/bg-BG/validation.php
@@ -13,148 +13,148 @@ return [
|
*/
- 'accepted' => 'The :attribute field must be accepted.',
- 'accepted_if' => 'The :attribute field must be accepted when :other is :value.',
- 'active_url' => 'The :attribute field must be a valid URL.',
- 'after' => 'The :attribute field must be a date after :date.',
- 'after_or_equal' => 'The :attribute field must be a date after or equal to :date.',
- 'alpha' => 'The :attribute field must only contain letters.',
- 'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.',
- 'alpha_num' => 'The :attribute field must only contain letters and numbers.',
- 'array' => 'The :attribute field must be an array.',
- 'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.',
- 'before' => 'The :attribute field must be a date before :date.',
- 'before_or_equal' => 'The :attribute field must be a date before or equal to :date.',
+ 'accepted' => 'Полето :attribute трябва да бъде прието.',
+ 'accepted_if' => 'Полето :attribute трябва да бъде прието, когато :other е :value.',
+ 'active_url' => 'Полето :attribute трябва да съдържа валиден URL.',
+ 'after' => 'Полето :attribute трябва да бъде дата след :date.',
+ 'after_or_equal' => 'Полето :attribute трябва да бъде дата след или равна на :date.',
+ 'alpha' => 'Полето :attribute трябва да съдържа само букви.',
+ 'alpha_dash' => 'Полето :attribute трябва да съдържа само букви, цифри, тирета и подчертавания.',
+ 'alpha_num' => 'Полето :attribute трябва да съдържа само букви и цифри.',
+ 'array' => 'Полето :attribute трябва да е масив.',
+ 'ascii' => 'Полето :attribute трябва да съдържа еднобайтови буквено-цифрови знаци и символи.',
+ 'before' => 'Полето :attribute трябва да бъде дата преди :date.',
+ 'before_or_equal' => 'Полето :attribute трябва да бъде дата преди или равна на :date.',
'between' => [
- 'array' => 'The :attribute field must have between :min and :max items.',
- 'file' => 'The :attribute field must be between :min and :max kilobytes.',
- 'numeric' => 'The :attribute field must be between :min and :max.',
- 'string' => 'The :attribute field must be between :min and :max characters.',
+ 'array' => 'Полето :attribute трябва да има между :min и :max .',
+ 'file' => 'Полето :attribute трябва да бъде между :min и :max килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде между :min и :max .',
+ 'string' => 'Полето :attribute трябва да бъде между :min и :max символа.',
],
- 'boolean' => 'The :attribute field must be true or false.',
- 'can' => 'The :attribute field contains an unauthorized value.',
- 'confirmed' => 'The :attribute field confirmation does not match.',
- 'contains' => 'The :attribute field is missing a required value.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'The :attribute field must be a valid date.',
- 'date_equals' => 'The :attribute field must be a date equal to :date.',
- 'date_format' => 'The :attribute field must match the format :format.',
- 'decimal' => 'The :attribute field must have :decimal decimal places.',
- 'declined' => 'The :attribute field must be declined.',
- 'declined_if' => 'The :attribute field must be declined when :other is :value.',
- 'different' => 'The :attribute field and :other must be different.',
- 'digits' => 'The :attribute field must be :digits digits.',
- 'digits_between' => 'The :attribute field must be between :min and :max digits.',
- 'dimensions' => 'The :attribute field has invalid image dimensions.',
+ 'boolean' => 'Полето :attribute трябва да бъде Да или Не.',
+ 'can' => 'Полето :attribute съдържа неприемлива стойност.',
+ 'confirmed' => 'Полето :attribute не съвпада.',
+ 'contains' => 'Полето :attribute липсва необходимата стойност.',
+ 'current_password' => 'Паролата е грешна.',
+ 'date' => 'Полето :attribute трябва да съдържа валидна дата.',
+ 'date_equals' => 'Полето :attribute трябва да бъде дата равна на :date.',
+ 'date_format' => 'Полето :attribute трябва да има формат :format.',
+ 'decimal' => 'Полето :attribute трябва да има :decimal десетични знака.',
+ 'declined' => 'Полето :attribute трябва да бъде отказано.',
+ 'declined_if' => 'Полето :attribute трябва да бъде отказано, когато :other е :value.',
+ 'different' => 'Полето :attribute и :other трябва да са различни.',
+ 'digits' => 'Полето :attribute трябва да съдържа :digits цифри.',
+ 'digits_between' => 'Полето :attribute трябва да бъде между :min и :max цифри.',
+ 'dimensions' => 'Полето :attribute има невалидни размери на снимката.',
'distinct' => 'Полето: atribut има дублираща се стойност.',
- 'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
- 'email' => 'The :attribute field must be a valid email address.',
- 'ends_with' => 'The :attribute field must end with one of the following: :values.',
+ 'doesnt_end_with' => 'Полето :attribute трябва да не завършва на: :values.',
+ 'doesnt_start_with' => 'Полето :attribute трябва да не започва с: :values.',
+ 'email' => 'Полето :attribute трябва да съдържа валиден е-майл адрес.',
+ 'ends_with' => 'Полето :attribute трябва да завършва на: :values.',
'enum' => 'Избраният :attribute е невалиден.',
'exists' => 'Избраният :attribute е невалиден.',
- 'extensions' => 'The :attribute field must have one of the following extensions: :values.',
- 'file' => 'The :attribute field must be a file.',
+ 'extensions' => 'Полето :attribute трябва да има едно от следните разширения: :values.',
+ 'file' => 'Полето :attribute трябва да бъде файл.',
'filled' => 'Полето на атрибута: трябва да има стойност.',
'gt' => [
- 'array' => 'The :attribute field must have more than :value items.',
- 'file' => 'The :attribute field must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute field must be greater than :value.',
- 'string' => 'The :attribute field must be greater than :value characters.',
+ 'array' => 'Полето :attribute трябва да съдържа повече от :value стойности.',
+ 'file' => 'Полето :attribute трябва да бъде по-голямо от :value килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде по-голямо от :value.',
+ 'string' => 'Полето :attribute трябва да бъде по-голямо от :value символа.',
],
'gte' => [
- 'array' => 'The :attribute field must have :value items or more.',
- 'file' => 'The :attribute field must be greater than or equal to :value kilobytes.',
- 'numeric' => 'The :attribute field must be greater than or equal to :value.',
- 'string' => 'The :attribute field must be greater than or equal to :value characters.',
+ 'array' => 'Полето :attribute трябва да има :value или повече неща.',
+ 'file' => 'Полето :attribute трябва да бъде повече или равно на :value килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде повече или равно на :value.',
+ 'string' => 'Полето :attribute трябва да бъде повече или равно на :value символа.',
],
- 'hex_color' => 'The :attribute field must be a valid hexadecimal color.',
- 'image' => 'The :attribute field must be an image.',
+ 'hex_color' => 'Полето :attribute трябва да съдържа валиден шестнадесетичен цвят.',
+ 'image' => 'Полето :attribute трябва да бъде снимка.',
'import_field_empty' => 'Стойността за :fieldname не може да бъде празна.',
'in' => 'Избраният :attribute е невалиден.',
- 'in_array' => 'The :attribute field must exist in :other.',
- 'integer' => 'The :attribute field must be an integer.',
- 'ip' => 'The :attribute field must be a valid IP address.',
- 'ipv4' => 'The :attribute field must be a valid IPv4 address.',
- 'ipv6' => 'The :attribute field must be a valid IPv6 address.',
- 'json' => 'The :attribute field must be a valid JSON string.',
- 'list' => 'The :attribute field must be a list.',
- 'lowercase' => 'The :attribute field must be lowercase.',
+ 'in_array' => 'Полето :attribute трябва да се съдържа в :other.',
+ 'integer' => 'Полето :attribute трябва да бъде цяло число.',
+ 'ip' => 'Полето :attribute трябва да бъде валиден IP адрес.',
+ 'ipv4' => 'Полето :attribute трябва да бъде валиден IPv4 адрес.',
+ 'ipv6' => 'Полето :attribute трябва да бъде валиден IPv6 адрес.',
+ 'json' => 'Полето :attribute трябва да бъде валиден JSON низ.',
+ 'list' => 'Полето :attribute трябва да бъде списък.',
+ 'lowercase' => 'Полето :attribute трябва да бъде с малки букви.',
'lt' => [
- 'array' => 'The :attribute field must have less than :value items.',
- 'file' => 'The :attribute field must be less than :value kilobytes.',
- 'numeric' => 'The :attribute field must be less than :value.',
- 'string' => 'The :attribute field must be less than :value characters.',
+ 'array' => 'Полето :attribute трябва да бъде по-малко от :value .',
+ 'file' => 'Полето :attribute трябва да бъде по-малко от :value килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде по-малко от :value.',
+ 'string' => 'Полето :attribute трябва да бъде помалко от :value символа.',
],
'lte' => [
- 'array' => 'The :attribute field must not have more than :value items.',
- 'file' => 'The :attribute field must be less than or equal to :value kilobytes.',
- 'numeric' => 'The :attribute field must be less than or equal to :value.',
- 'string' => 'The :attribute field must be less than or equal to :value characters.',
+ 'array' => 'Полето :attribute не трябва да съдържа повече от :value стойности.',
+ 'file' => 'Полето :attribute трябва да бъде по-малко или равно на :value килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде по-малко или равно на :value.',
+ 'string' => 'Полето :attribute трябва да бъде по-малко или равно на :value символа.',
],
- 'mac_address' => 'The :attribute field must be a valid MAC address.',
+ 'mac_address' => 'Полето :attribute трябва да бъде валиден MAC адрес.',
'max' => [
- 'array' => 'The :attribute field must not have more than :max items.',
- 'file' => 'The :attribute field must not be greater than :max kilobytes.',
- 'numeric' => 'The :attribute field must not be greater than :max.',
- 'string' => 'The :attribute field must not be greater than :max characters.',
+ 'array' => 'Полето :attribute не трябва да е повече от :max .',
+ 'file' => 'Полето :attribute не трябва да е повече от :max килобайта.',
+ 'numeric' => 'Полето :attribute не трябва да е повече от :max.',
+ 'string' => 'Полето :attribute не трябва да е повече от :max символа.',
],
- 'max_digits' => 'The :attribute field must not have more than :max digits.',
- 'mimes' => 'The :attribute field must be a file of type: :values.',
- 'mimetypes' => 'The :attribute field must be a file of type: :values.',
+ 'max_digits' => 'Полето :attribute не трябва да съдържа повече от :max цифри.',
+ 'mimes' => 'Полето :attribute трябва да бъде файл от тип: :values.',
+ 'mimetypes' => 'Полето :attribute трябва да бъде файл от тип: :values.',
'min' => [
- 'array' => 'The :attribute field must have at least :min items.',
- 'file' => 'The :attribute field must be at least :min kilobytes.',
- 'numeric' => 'The :attribute field must be at least :min.',
- 'string' => 'The :attribute field must be at least :min characters.',
+ 'array' => 'Полето :attribute трябва да съдържа най-малко :min стойности.',
+ 'file' => 'Полето :attribute трябва да бъде най-малко :min килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде най-малко :min.',
+ 'string' => 'Полето :attribute трябва да бъде минимум :min символа.',
],
- 'min_digits' => 'The :attribute field must have at least :min digits.',
- 'missing' => 'The :attribute field must be missing.',
- 'missing_if' => 'The :attribute field must be missing when :other is :value.',
- 'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
- 'missing_with' => 'The :attribute field must be missing when :values is present.',
- 'missing_with_all' => 'The :attribute field must be missing when :values are present.',
- 'multiple_of' => 'The :attribute field must be a multiple of :value.',
+ 'min_digits' => 'Полето :attribute трябва да бъде минимум :min цифри.',
+ 'missing' => 'Полето :attribute трябва да липсва.',
+ 'missing_if' => 'Полето :attribute трябва да липсва, когато :other е :value.',
+ 'missing_unless' => 'Полето :attribute трябва да липсва, освен когато :other e :value.',
+ 'missing_with' => 'Полето :attribute трябва да липсва, когато :values е налице.',
+ 'missing_with_all' => 'Полето :attribute трябва да липсва, когато :values е налице.',
+ 'multiple_of' => 'Полето :attribute трябва да е кратно на :value.',
'not_in' => 'Избраният :attribute е невалиден.',
- 'not_regex' => 'The :attribute field format is invalid.',
- 'numeric' => 'The :attribute field must be a number.',
+ 'not_regex' => 'Полето :attribute е с невалиден формат.',
+ 'numeric' => 'Полето :attribute трябва да бъде число.',
'password' => [
- 'letters' => 'The :attribute field must contain at least one letter.',
- 'mixed' => 'The :attribute field must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute field must contain at least one number.',
- 'symbols' => 'The :attribute field must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ 'letters' => 'Полето :attribute трябва да съдръжа поне една буква.',
+ 'mixed' => 'Полето :attribute трябва да съдържа поне една главна и една малка буква.',
+ 'numbers' => 'Полето :attribute трябва да съдържа поне една цифра.',
+ 'symbols' => 'Полето :attribute трябва да съдържа поне един символ.',
+ 'uncompromised' => 'Избраната :attribute e намерена в хакнати пароли. Моля изберете друга :attribute.',
],
- 'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
+ 'percent' => 'Минималната стойност на амортизацията трябва да бъде между 0 и 100, когато типът амортизация е процент.',
'present' => 'Полето на атрибута трябва да е налице.',
- 'present_if' => 'The :attribute field must be present when :other is :value.',
- 'present_unless' => 'The :attribute field must be present unless :other is :value.',
- 'present_with' => 'The :attribute field must be present when :values is present.',
- 'present_with_all' => 'The :attribute field must be present when :values are present.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'The :attribute field format is invalid.',
+ 'present_if' => 'Полето :attribute трябва да е попълнено, когато :other е :value.',
+ 'present_unless' => 'Полето :attribute трябва да е попълнено, освен когато :other е :value.',
+ 'present_with' => 'Полето :attribute трябва да е попълнено, когато :values е налице.',
+ 'present_with_all' => 'Полето :attribute трябва да е попълнено, когато :values са на лице.',
+ 'prohibited' => 'Полето :attribute е забранено.',
+ 'prohibited_if' => 'Полето :attribute е забранено, когато :other е :value.',
+ 'prohibited_unless' => 'Полето :attribute е забранено, освен когато :other е в :values.',
+ 'prohibits' => 'Полето :attribute забранява :other да бъде налично.',
+ 'regex' => 'Полето :attribute е с невалиден формат.',
'required' => 'Полето :attribute е задължително.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_array_keys' => 'Полето :attribute трябва да съдържа записи за: :values.',
'required_if' => 'Полето :attribute е задължително, когато :other е :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_if_declined' => 'The :attribute field is required when :other is declined.',
+ 'required_if_accepted' => 'Полето :attribute е задължително, когато :other e приет.',
+ 'required_if_declined' => 'Полето :attribute е задължително, когато :other e отхвърлен.',
'required_unless' => 'Полето: атрибут се изисква, освен ако: другият не е в: стойности.',
'required_with' => ':attribute е задължителен, когато са избрани :values.',
- 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_with_all' => 'Полето :attribute е задъклжително, когато :values имат стойност.',
'required_without' => ':attribute е задължителен, когато не са избрани :values.',
'required_without_all' => 'Полето: атрибут се изисква, когато няма стойности: стойности.',
- 'same' => 'The :attribute field must match :other.',
+ 'same' => 'Полето :attribute трябва да съвпада с :other.',
'size' => [
- 'array' => 'The :attribute field must contain :size items.',
- 'file' => 'The :attribute field must be :size kilobytes.',
- 'numeric' => 'The :attribute field must be :size.',
- 'string' => 'The :attribute field must be :size characters.',
+ 'array' => 'Полето :attribute трябва да съдържа :size елементи.',
+ 'file' => 'Полето :attribute трябва да бъде с големина :size килобайта.',
+ 'numeric' => 'Полето :attribute трябва да бъде :size.',
+ 'string' => 'Полето :attribute трябва да бъде с дължина :size символа.',
],
- 'starts_with' => 'The :attribute field must start with one of the following: :values.',
+ 'starts_with' => 'Полето :attribute трябва да започва с: :values.',
'string' => 'Атрибутът: трябва да е низ.',
'two_column_unique_undeleted' => ':attribute трябва да бъде уникален за :table1 и :table2. ',
'unique_undeleted' => ':attribute трябва да бъде уникален.',
@@ -165,14 +165,14 @@ return [
'numbers' => 'Паролата трябва да съдържа поне една цифра.',
'case_diff' => 'Паролата трябва да съдържа главни и малки букви.',
'symbols' => 'Паролата трябва да съдържа символи.',
- 'timezone' => 'The :attribute field must be a valid timezone.',
+ 'timezone' => 'Полето :attribute трябва да бъде валидна часова зона.',
'unique' => ':attribute вече е вписан.',
'uploaded' => 'Атрибутът: не успя да качи.',
- 'uppercase' => 'The :attribute field must be uppercase.',
- 'url' => 'The :attribute field must be a valid URL.',
- 'ulid' => 'The :attribute field must be a valid ULID.',
- 'uuid' => 'The :attribute field must be a valid UUID.',
- 'fmcs_location' => 'Full multiple company support and location scoping is enabled in the Admin Settings, and the selected location and selected company are not compatible.',
+ 'uppercase' => 'Полето :attribute трябва да бъде с главни букви.',
+ 'url' => 'Полето :attribute трябва да съдържа валиден URL.',
+ 'ulid' => 'Полето :attribute трябва да бъде валиден ULID.',
+ 'uuid' => 'Полето :attribute трябва да съдържа валиден UUID.',
+ 'fmcs_location' => 'Пълна поддръжка за множество компаний и местоположения е включена в админ настройките, но избраната локация и компания не са съвместими.',
/*
@@ -196,8 +196,8 @@ return [
'hashed_pass' => 'Текущата ви парола е неправилна',
'dumbpwd' => 'Тази парола е твърде често срещана.',
'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието',
- 'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
- 'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
+ 'custom_field_not_found' => 'Това поле не съществува, моля проверете името на полето по избор.',
+ 'custom_field_not_found_on_model' => 'Това поле вече съществува, но не е налично за избрания дълготраен актив.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format reflects php Y-m-d, which non-PHP
@@ -212,10 +212,10 @@ return [
'invalid_value_in_field' => 'В това поле е включена невалидна стойност',
'ldap_username_field' => [
- 'not_in' => 'sAMAccountName (mixed case) will likely not work. You should use samaccountname (lowercase) instead.'
+ 'not_in' => 'sAMAccountName (mixed case) няма да работи. Трябва да използвате samaccountname (lowercase) вместо това.'
],
- 'ldap_auth_filter_query' => ['not_in' => 'uid=samaccountname is probably not a valid auth filter. You probably want uid= '],
- 'ldap_filter' => ['regex' => 'This value should probably not be wrapped in parentheses.'],
+ 'ldap_auth_filter_query' => ['not_in' => 'uid=samaccountname не е валиден филтър за автентикация. Ползвайте uid= '],
+ 'ldap_filter' => ['regex' => 'Стойността не трябва да е в кавички.'],
],
/*
@@ -240,8 +240,8 @@ return [
'generic' => [
'invalid_value_in_field' => 'В това поле е включена невалидна стойност',
- 'required' => 'This field is required',
- 'email' => 'Please enter a valid email address',
+ 'required' => 'Това поле е задължително',
+ 'email' => 'Моля, въведете валиден имейл адрес',
],
diff --git a/resources/lang/ca-ES/admin/custom_fields/general.php b/resources/lang/ca-ES/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/ca-ES/admin/custom_fields/general.php
+++ b/resources/lang/ca-ES/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/ca-ES/admin/settings/message.php b/resources/lang/ca-ES/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/ca-ES/admin/settings/message.php
+++ b/resources/lang/ca-ES/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/ca-ES/admin/statuslabels/table.php b/resources/lang/ca-ES/admin/statuslabels/table.php
index 23427227a8..719ec73d31 100644
--- a/resources/lang/ca-ES/admin/statuslabels/table.php
+++ b/resources/lang/ca-ES/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Arxivat',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php
index cc480089e0..718ab55fb3 100644
--- a/resources/lang/ca-ES/general.php
+++ b/resources/lang/ca-ES/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% completar',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/chr-US/admin/custom_fields/general.php b/resources/lang/chr-US/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/chr-US/admin/custom_fields/general.php
+++ b/resources/lang/chr-US/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/chr-US/admin/settings/message.php b/resources/lang/chr-US/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/chr-US/admin/settings/message.php
+++ b/resources/lang/chr-US/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/chr-US/admin/statuslabels/table.php b/resources/lang/chr-US/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/chr-US/admin/statuslabels/table.php
+++ b/resources/lang/chr-US/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/chr-US/general.php b/resources/lang/chr-US/general.php
index 3cf7a31e6e..d2e16aafbb 100644
--- a/resources/lang/chr-US/general.php
+++ b/resources/lang/chr-US/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/cs-CZ/admin/accessories/message.php b/resources/lang/cs-CZ/admin/accessories/message.php
index 6608b4cde3..a02285b777 100644
--- a/resources/lang/cs-CZ/admin/accessories/message.php
+++ b/resources/lang/cs-CZ/admin/accessories/message.php
@@ -28,7 +28,8 @@ return array(
'unavailable' => 'Příslušenství nelze vydat. Zkontrolujte skladové zásoby.',
'user_does_not_exist' => 'Neplatný uživatel. Zkuste to znovu.',
'checkout_qty' => array(
- 'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.',
+ 'lte' => 'V současné době je k dispozici pouze jeden doplněk tohoto příslušenství a snažíte se vydat :checkout_qty. Upravte prosím množství k výdeji nebo celkový počet dostupných doplňků a zkuste to znovu.
+K dispozici je celkem :number_currently_remaining doplňků, přičemž se pokoušíte vydat :checkout_qty. Upravte prosím množství k výdeji nebo celkový počet a zkuste to znovu.',
),
),
diff --git a/resources/lang/cs-CZ/admin/components/message.php b/resources/lang/cs-CZ/admin/components/message.php
index 7669fc2879..87b7da0af7 100644
--- a/resources/lang/cs-CZ/admin/components/message.php
+++ b/resources/lang/cs-CZ/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Opravdu si přejete odstranit tento díl?',
'error' => 'Nepodařilo se díl odstranit. Zkuste to prosím později.',
'success' => 'Díl byl v pořádku odstraněn.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Některé komponenty tohoto typu jsou stále vydané. Nejprve je prosím vraťte a poté akci opakujte.',
),
'checkout' => array(
diff --git a/resources/lang/cs-CZ/admin/consumables/general.php b/resources/lang/cs-CZ/admin/consumables/general.php
index 97003d103b..e6a5da0663 100644
--- a/resources/lang/cs-CZ/admin/consumables/general.php
+++ b/resources/lang/cs-CZ/admin/consumables/general.php
@@ -8,5 +8,5 @@ return array(
'remaining' => 'Zbývá',
'total' => 'Celkem',
'update' => 'Upravit sp. materiál',
- 'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
+ 'inventory_warning' => 'Zásoba tohoto spotřebního materiálu klesla pod minimální hodnotu :min_count',
);
diff --git a/resources/lang/cs-CZ/admin/settings/message.php b/resources/lang/cs-CZ/admin/settings/message.php
index 6d86cfaf5d..84597f378b 100644
--- a/resources/lang/cs-CZ/admin/settings/message.php
+++ b/resources/lang/cs-CZ/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'CHYBA: 301/302 :endpoint vrací přesměrování. Z bezpečnostních důvodů nesledujeme přesměrování. Použijte prosím skutečný koncový bod.',
'error_misc' => 'Něco se nepovedlo.',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/cs-CZ/admin/statuslabels/table.php b/resources/lang/cs-CZ/admin/statuslabels/table.php
index 3fb3c0f178..0a781a9402 100644
--- a/resources/lang/cs-CZ/admin/statuslabels/table.php
+++ b/resources/lang/cs-CZ/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'O označení stavu',
+ 'about' => 'About Status Types',
'archived' => 'Archivováno',
'create' => 'Vytvořit označení stavu',
'color' => 'Barva grafu',
'default_label' => 'Výchozí štítek',
'default_label_help' => 'Toto se používá k zajištění zobrazení nejčastěji používaných štítků v horní části rozbalovacího pole, při vytváření nebo úpravách položek majetku.',
'deployable' => 'Připraveno k nasazení',
- 'info' => 'Označení stavu se používá k popisu různých stavů majetku. Můžou být v opravě, ztracení atd. Lze vytvořit nové stavy pro další možné stavy.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Název stavu',
'pending' => 'Probíhající',
'status_type' => 'Typ stavu',
diff --git a/resources/lang/cs-CZ/general.php b/resources/lang/cs-CZ/general.php
index 62ebeee79c..b98c443e9d 100644
--- a/resources/lang/cs-CZ/general.php
+++ b/resources/lang/cs-CZ/general.php
@@ -23,16 +23,16 @@ return [
'asset_models' => 'Modely majetku',
'asset_model' => 'model',
'asset' => 'Zařízeni',
- 'asset_previous' => 'Asset (Previously Assigned)',
+ 'asset_previous' => 'Zařízení (původně přiřazené)',
'asset_report' => 'Report majetku',
'asset_tag' => 'Označení majetku',
'asset_tags' => 'Označení majetku',
'assets_available' => 'Dostupný majatek',
'accept_assets' => 'Příjmout majetek :name',
'accept_assets_menu' => 'Přijmout majetek',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'Potvrdit převzetí',
'audit' => 'Audit',
- 'audits' => 'Audits',
+ 'audits' => 'Audity',
'audit_report' => 'Záznamy auditu',
'assets' => 'Zařízení',
'assets_audited' => 'aktiva, u nichž byl proveden audit',
@@ -64,12 +64,12 @@ return [
'changepassword' => 'Změnit heslo',
'checkin' => 'Příjem',
'checkin_from' => 'Převzít od',
- 'checkin_note' => 'Checkin Note',
- 'checkout_note' => 'Checkout Note',
+ 'checkin_note' => 'Poznámka k převzetí',
+ 'checkout_note' => 'Poznámka k vyřazení',
'checkout' => 'Výdej',
'checkouts_count' => 'Vyskladnění',
'checkins_count' => 'Naskladnění',
- 'checkin_and_delete' => 'Checkin and Delete',
+ 'checkin_and_delete' => 'Převzít a odstranit',
'user_requests_count' => 'Požadavky',
'city' => 'Město',
'click_here' => 'Klikněte zde',
@@ -83,7 +83,7 @@ return [
'consumables' => 'Spotřební materiál',
'country' => 'Země',
'could_not_restore' => 'Chyba při obnově :item_type: :chyba',
- 'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored',
+ 'not_deleted' => 'Položka typu :item_type nebyla smazána, takže ji není možné obnovit',
'create' => 'Vytvořit nové',
'created' => 'Položka vytvořena',
'created_asset' => 'vytvořit majetek',
@@ -98,7 +98,7 @@ return [
'customize_report' => 'Přizpůsobit report',
'custom_report' => 'Vlastní report majetku',
'dashboard' => 'Nástěnka',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Zdroj dat',
'days' => 'dnů',
'days_to_next_audit' => 'Dny k dalšímu auditu',
'date' => 'Datum',
@@ -106,7 +106,7 @@ return [
'debug_warning_text' => 'Tato aplikace běží ve výrobním režimu s povoleným laděním. To znamená že citlivá data mohou být přístupná vnějšímu světu. Deaktivujte režim ladění nastavením hodnoty APP_DEBUG v souboru .env na false.',
'delete' => 'Odstranit',
'delete_confirm' => 'Opravdu chcete smazat :item?',
- 'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
+ 'delete_confirm_no_undo' => 'Opravdu si přejete odstranit :item? Tuto akci nelze vrátit zpět.',
'deleted' => 'Odstraněno',
'delete_seats' => 'Vymazaná licenční místa',
'deletion_failed' => 'Odstranění se nezdařilo',
@@ -148,9 +148,9 @@ return [
'image_delete' => 'Smazat obrázek',
'include_deleted' => 'Zahrnout odstraněné položky',
'image_upload' => 'Nahrát obrázek',
- 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
- 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
- 'image_filetypes_help' => 'Accepted Filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
+ 'filetypes_accepted_help' => 'Povolený typ souboru je :types. Maximální povolená velikost je :size.|Povolený typ souborů je :types. Maximální povolená velikost je :size.',
+ 'filetypes_size_help' => 'Maximální povolená velikost nahrávaného souboru je :size.',
+ 'image_filetypes_help' => 'Povolené formáty: jpg, webp, png, gif, svg a avif. Max. velikost nahrávaného souboru: :size.',
'unaccepted_image_type' => 'Soubor s obrázkem nebyl čitelný. Přijatelné druhy souborů jsou jpg, webp, png, gif, a svg. Tento soubor je druhu: :mimetype.',
'import' => 'Import',
'import_this_file' => 'Mapa polí a zpracovávat tento soubor',
@@ -180,7 +180,7 @@ return [
'licenses_available' => 'Dostupné licence',
'licenses' => 'Licence',
'list_all' => 'Vypsat vše',
- 'loading' => 'Loading... please wait...',
+ 'loading' => 'Načítání... Prosím, vyčkejte...',
'lock_passwords' => 'Tato hodnota pole nebude uložena v ukázkové instalaci.',
'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.',
'location' => 'Lokalita',
@@ -190,7 +190,7 @@ return [
'logout' => 'Odhlásit',
'lookup_by_tag' => 'Vyhledávání podle značky majetku',
'maintenances' => 'Údržby',
- 'manage_api_keys' => 'Manage API keys',
+ 'manage_api_keys' => 'Spravovat API klíče',
'manufacturer' => 'Výrobce',
'manufacturers' => 'Výrobci',
'markdown' => 'Toto pole umožňuje Github flavored markdown.',
@@ -212,14 +212,14 @@ return [
'no_results' => 'Žádné výsledky.',
'no' => 'Ne',
'notes' => 'Poznámky',
- 'note_added' => 'Note Added',
- 'options' => 'Options',
- 'preview' => 'Preview',
- 'add_note' => 'Add Note',
- 'note_edited' => 'Note Edited',
- 'edit_note' => 'Edit Note',
- 'note_deleted' => 'Note Deleted',
- 'delete_note' => 'Delete Note',
+ 'note_added' => 'Poznámka přidána',
+ 'options' => 'Možnosti',
+ 'preview' => 'Náhled',
+ 'add_note' => 'Přidat poznámku',
+ 'note_edited' => 'Poznámka byla upravena',
+ 'edit_note' => 'Upravit poznámku',
+ 'note_deleted' => 'Poznámka odstraněna',
+ 'delete_note' => 'Odstranit poznámku',
'order_number' => 'Číslo objednávky',
'only_deleted' => 'Pouze odstraněné položky',
'page_menu' => 'Zobrazuji _MENU_ položky',
@@ -234,7 +234,7 @@ return [
'purchase_date' => 'Datum nákupu',
'qty' => 'Množství',
'quantity' => 'Množství',
- 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels',
+ 'quantity_minimum' => 'Máte jednu položku pod nebo téměř pod minimální hladinou množství | Máte :count položek pod nebo téměř pod minimální hladinou množství',
'quickscan_checkin' => 'Rychlé skenování přivlastněných počítačů',
'quickscan_checkin_status' => 'Stav převzetí',
'ready_to_deploy' => 'Připraveno k přidělení',
@@ -245,7 +245,7 @@ return [
'restored' => 'obnoveno',
'restore' => 'Obnovit',
'requestable_models' => 'Požadované modely',
- 'requestable_items' => 'Requestable Items',
+ 'requestable_items' => 'Položky, o které lze požádat',
'requested' => 'Požadováno',
'requested_date' => 'Požadované datum',
'requested_assets' => 'Vyžádaný majetek',
@@ -259,7 +259,7 @@ return [
'select_all' => 'Vybrat vše',
'search' => 'Hledat',
'select_category' => 'Vyberte kategorii',
- 'select_datasource' => 'Select a data source',
+ 'select_datasource' => 'Vyberte zdroj dat',
'select_department' => 'Vyberte Oddělení',
'select_depreciation' => 'Zvolit typ amortizace',
'select_location' => 'Zvolit místo',
@@ -279,15 +279,15 @@ return [
'signed_off_by' => 'Odepsal:',
'skin' => 'Vzhled',
'webhook_msg_note' => 'Oznámení zavolá webhook',
- 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
+ 'webhook_test_msg' => 'Ahoj! Vypadá to, že propojení s :app funguje!',
'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.',
'site_name' => 'Název lokality',
'state' => 'Stát',
'status_labels' => 'Označení stavu',
- 'status_label' => 'Status Label',
+ 'status_label' => 'Označení stavu',
'status' => 'Stav',
'accept_eula' => 'Licenční podmínky',
- 'show_or_hide_eulas' => 'Show/Hide EULAs',
+ 'show_or_hide_eulas' => 'Zobrazit/schovat EULA',
'supplier' => 'Dodavatel',
'suppliers' => 'Dodavatelé',
'sure_to_delete' => 'Opravdu si přejete odstranit',
@@ -305,7 +305,7 @@ return [
'unknown_admin' => 'Neznámy správce',
'username' => 'Uživatelské jméno',
'update' => 'Aktualizace',
- 'updating_item' => 'Updating :item',
+ 'updating_item' => 'Probíhá aktualizace položky :item',
'upload_filetypes_help' => 'Podporované typy souborů jsou png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, xlsx, xml, rtf, zip, a rar. Velikost může být až :size.',
'uploaded' => 'Nahráno',
'user' => 'Uživatel',
@@ -330,10 +330,10 @@ return [
'token_expired' => 'Platnost relace formuláře vypršela. Prosím zkuste to znovu.',
'login_enabled' => 'Přihlášení povoleno',
'audit_due' => 'Ke inventuře',
- 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
+ 'audit_due_days' => '{}Zařízení čekající na audit nebo po termínu|[1]Zařízení čekající na audit do jednoho dne|[2,*]]Zařízení čekající na audit do :days dnů',
'checkin_due' => 'Kvůli přihlášení',
'checkin_overdue' => 'Po termínu pro přihlášení',
- 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Zařízení čekající na vrácení nebo po termínu|[1]Zařízení čekající na vrácení do jednoho dne|[2,*]Zařízení čekající na vrácení do :days dnů',
'audit_overdue' => 'Po termínu inventury',
'accept' => 'Přijmout :asset',
'i_accept' => 'Přijímám',
@@ -346,16 +346,16 @@ return [
'view_all' => 'zobrazit vše',
'hide_deleted' => 'Skrýt smazané',
'email' => 'Email',
- 'do_not_change' => 'Do not change',
- 'bug_report' => 'Report a bug',
+ 'do_not_change' => 'Nechat beze změny',
+ 'bug_report' => 'Nahlásit chybu',
'user_manual' => 'Uživatelská příručka',
'setup_step_1' => 'Krok 1',
'setup_step_2' => 'Krok 2',
'setup_step_3' => 'Krok 3',
'setup_step_4' => 'Krok 4',
'setup_config_check' => 'Kontrola konfigurace',
- 'setup_create_database' => 'Create database tables',
- 'setup_create_admin' => 'Create an admin user',
+ 'setup_create_database' => 'Vytvořit tabulky v databázi',
+ 'setup_create_admin' => 'Přidat správce',
'setup_done' => 'Hotovo!',
'bulk_edit_about_to' => 'Tímto upravíte následující možnosti: ',
'checked_out' => 'K výdeji',
@@ -390,8 +390,8 @@ return [
'new_license' => 'Nová licence',
'new_accessory' => 'Nové příslušenství',
'new_consumable' => 'Nový spotřební materiál',
- 'new_component' => 'New Component',
- 'new_user' => 'New User',
+ 'new_component' => 'Nový komponent',
+ 'new_user' => 'Nový uživatel',
'collapse' => 'Sbalit',
'assigned' => 'Přiřazené',
'asset_count' => 'Počet aktiv',
@@ -427,20 +427,22 @@ return [
'bulk_soft_delete' =>'Také odstranit tyto uživatele. Historie jejich majetku zůstane neporušená/dokud tvrvale nevymažete smazané záznamy v nastavení správce.',
'bulk_checkin_delete_success' => 'Vybraní uživatelé byli odstraněni a jejich položky byly odebrány.',
'bulk_checkin_success' => 'Položky vybraných uživatelů byly odebrány.',
- 'set_to_null' => 'Delete values for this selection|Delete values for all :selection_count selections ',
+ 'set_to_null' => 'Smazat hodnoty pro tento výběr|Smazat hodnoty pro všech :selection_count výběrů ',
'set_users_field_to_null' => 'Odstranit hodnoty :field pro tohoto uživatele|Odstranit :field hodnoty pro všechny :user_count uživatele ',
'na_no_purchase_date' => 'N/A – neznámé datum nákupu',
'assets_by_status' => 'Majetek podle stavu',
'assets_by_status_type' => 'Majetek podle stavu',
'pie_chart_type' => 'Typ koláčového grafu na hlavní stránce',
'hello_name' => 'Ahoj, :name!',
- 'unaccepted_profile_warning' => 'You have one item requiring acceptance. Click here to accept or decline it | You have :count items requiring acceptance. Click here to accept or decline them',
+ 'unaccepted_profile_warning' => 'Máte jednu položku čekající na schválení. Klikněte sem pro přijetí nebo odmítnutí | Máte :count položek čekajících na schválení. Klikněte sem pro přijetí nebo odmítnutí
+
+',
'start_date' => 'Od',
'end_date' => 'Do',
'alt_uploaded_image_thumbnail' => 'Nahraný náhledový obrázek',
'placeholder_kit' => 'Vyberte sadu',
'file_not_found' => 'Soubor nebyl nalezen',
- 'log_record_not_found' => 'No record for that log entry was found.',
+ 'log_record_not_found' => 'Záznam v protokolu nebyl nalezen.',
'preview_not_available' => '(žádný náhled)',
'setup' => 'Nastavení',
'pre_flight' => 'Předletový',
@@ -519,10 +521,10 @@ return [
'import_note' => 'Importováno pomocí csv importu',
],
'remove_customfield_association' => 'Odstranění tohoto pole ze sady polí. Tím se neodstraní vlastní pole, ale pouze spojení tohoto pole s touto sadou polí.',
- 'checked_out_to_fields' => 'Checked Out To Fields',
+ 'checked_out_to_fields' => 'Údaje o zapůjčení',
'percent_complete' => '% dokončit',
'uploading' => 'Nahrávám... ',
- 'upload_error' => 'Chyba při nahrávání souboru. Zkontrolujte, zda nejsou žádné prázdné řádky a že nejsou duplicitní názvy sloupců.',
+ 'upload_error' => 'Chyba při nahrávání souboru. Zkontrolujte, že v CSV nejsou prázdné řádky nebo duplicitní názvy sloupců a že server umožňuje nahrávání.',
'copy_to_clipboard' => 'Kopírovat do schránky',
'copied' => 'Zkopírováno!',
'status_compatibility' => 'Pokud jsou položky již přiřazeny, nelze je změnit na typ stavu bez použití souboru a tato změna hodnoty bude přeskočena.',
@@ -538,7 +540,7 @@ return [
'permission_denied_superuser_demo' => 'Oprávnění bylo odepřeno. Nemůžete aktualizovat informace o uživateli pro superadminy na demo.',
'pwd_reset_not_sent' => 'Uživatel není aktivován, LDAP je synchronizován, nebo nemá e-mailovou adresu',
'error_sending_email' => 'Chyba při odesílání e-mailu',
- 'sad_panda' => 'Sad panda. You are not authorized to do the thing. Maybe return to the dashboard, or contact your administrator.',
+ 'sad_panda' => 'Nemáte oprávnění tohle provést. Zpět na přehled nebo kontaktujte správce.',
'bulk' => [
'delete' =>
[
@@ -562,67 +564,67 @@ return [
],
'more_info' => 'Více informací',
- 'quickscan_bulk_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.',
- 'whoops' => 'Whoops!',
- 'something_went_wrong' => 'Something went wrong with your request.',
- 'close' => 'Close',
+ 'quickscan_bulk_help' => 'Zaškrtnutím tohoto políčka se aktualizuje záznam zařízení na novou lokaci. Nezaškrtnutí pouze zaznamená lokaci v auditním záznamu. Pokud je zařízení zapůjčeno, nezmění to lokaci osoby, zařízení nebo místa, kam je zapůjčeno.',
+ 'whoops' => 'Jejda!',
+ 'something_went_wrong' => 'Při zpracování požadavku došlo k chybě.',
+ 'close' => 'Zavřít',
'expires' => 'Vyprší',
- 'map_fields'=> 'Map :item_type Fields',
- 'remaining_var' => ':count Remaining',
- 'label' => 'Label',
- 'import_asset_tag_exists' => 'An asset with the asset tag :asset_tag already exists and an update was not requested. No change was made.',
- 'countries_manually_entered_help' => 'Values with an asterisk (*) were manually entered and do not match existing ISO 3166 dropdown values',
- 'accessories_assigned' => 'Assigned Accessories',
- 'user_managed_passwords' => 'Password Management',
- 'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords',
- 'user_managed_passwords_allow' => 'Allow users to manage their own passwords',
- 'from' => 'From',
+ 'map_fields'=> 'Mapovat pole typu :item_type',
+ 'remaining_var' => 'Zbývá:count',
+ 'label' => 'Štítek',
+ 'import_asset_tag_exists' => 'Zařízení s označením :asset_tag již existuje a aktualizace není požadována. Nebyla provedena žádná změna.',
+ 'countries_manually_entered_help' => 'Hodnoty s hvězdičkou (*) byly zadány ručně a neodpovídají oficiálním hodnotám podle ISO 3166',
+ 'accessories_assigned' => 'Přiřazené příslušenství',
+ 'user_managed_passwords' => 'Správa hesel',
+ 'user_managed_passwords_disallow' => 'Zakázat uživatelům správu vlastních hesel',
+ 'user_managed_passwords_allow' => 'Povolit uživatelům správu vlastních hesel',
+ 'from' => 'Od',
'by' => 'Vytvořil',
// Add form placeholders here
'placeholders' => [
- 'notes' => 'Add a note',
+ 'notes' => 'Přidat poznámku',
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'edit_item' => 'Upravit :name',
+ 'checkout_item' => 'Vydat :name',
+ 'checkin_item' => 'Převzít :name',
],
'skins' => [
- 'site_default' => 'Site Default',
- 'default_blue' => 'Default Blue',
- 'blue_dark' => 'Blue (Dark Mode)',
- 'green' => 'Green Dark',
- 'green_dark' => 'Green (Dark Mode)',
- 'red' => 'Red Dark',
- 'red_dark' => 'Red (Dark Mode)',
- 'orange' => 'Orange Dark',
- 'orange_dark' => 'Orange (Dark Mode)',
- 'black' => 'Black',
- 'black_dark' => 'Black (Dark Mode)',
- 'purple' => 'Purple',
- 'purple_dark' => 'Purple (Dark Mode)',
- 'yellow' => 'Yellow',
- 'yellow_dark' => 'Yellow (Dark Mode)',
- 'high_contrast' => 'High Contrast',
+ 'site_default' => 'Výchozí nastavení webu',
+ 'default_blue' => 'Modrá – výchozí',
+ 'blue_dark' => 'Modrá (tmavý režim)',
+ 'green' => 'Tmavě zelená',
+ 'green_dark' => 'Zelená (tmavý režim)',
+ 'red' => 'Tmavě červená',
+ 'red_dark' => 'Červená (tmavý režim)',
+ 'orange' => 'Tmavě Oranžová',
+ 'orange_dark' => 'Oranžová (tmavý režim)',
+ 'black' => 'Černá',
+ 'black_dark' => 'Černá (tmavý režim)',
+ 'purple' => 'Fialová',
+ 'purple_dark' => 'Fialová (tmavý režim)',
+ 'yellow' => 'Žlutá',
+ 'yellow_dark' => 'Žlutá (tmavý režim)',
+ 'high_contrast' => 'Vysoký kontrast',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
- 'cost_each' => ':amount each',
- 'remove_current_image' => 'Remove current :type image',
+ 'select_all_none' => 'Označit/odznačit vše',
+ 'generic_model_not_found' => ':model nebyl nalezen, nebo k němu nemáte oprávnění.',
+ 'deleted_models' => 'Smazané modely zařízení',
+ 'deleted_users' => 'Smazaní uživatelé',
+ 'cost_each' => ':amount za kus',
+ 'remove_current_image' => 'Odebrat aktuální obrázek typu :type',
'seeding' => [
'manufacturers' => [
- 'button' => 'Create Manufacturers',
- 'prompt' => 'You do not have any manufacturers yet. Would you like to seed a list of common manufacturers? (THIS WILL OVERWRITE EXISTING MANUFACTURERS, including those that have been soft-deleted.)',
- 'success' => 'Manufacturers seeded successfully',
- 'error' => 'Could not seed manufacturers. A manufacturer record already exists and seeding would overwrite it.|Could not seed manufacturers. :count manufacturer records already exist and seeding would overwrite them.',
+ 'button' => 'Přidat výrobce',
+ 'prompt' => 'Zatím nemáte žádné výrobce. Chcete načíst seznam běžných výrobců? (TÍM DOJDE K PŘEPSÁNÍ STÁVAJÍCÍCH VÝROBCŮ, včetně těch, kteří byli označeni jako smazaní.)',
+ 'success' => 'Výrobci byli úspěšně vloženi',
+ 'error' => 'Výrobce se nepodařilo načíst – již nějaký existuje a nový by ho přepsal.|Výrobce se nepodařilo načíst – existuje už :count záznamů a došlo by k jejich přepsání.',
],
],
diff --git a/resources/lang/cy-GB/admin/custom_fields/general.php b/resources/lang/cy-GB/admin/custom_fields/general.php
index 83677074c2..e8a8ac9826 100644
--- a/resources/lang/cy-GB/admin/custom_fields/general.php
+++ b/resources/lang/cy-GB/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Meysydd',
'about_fieldsets_title' => 'Amdan grwpiau meysydd',
- 'about_fieldsets_text' => 'Mae grwpiau meysydd yn caniatau i chi creu grwpiau o meysydd addasedig sydd yn cael ei defnyddio yn amal ar gyfer mathau penodol o asedau.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Hamcryptio gwerth y maes yma yn y basdata',
'encrypt_field_help' => 'RHYBUDD: Mae hamcryptio maes yn feddwl nid oes modd chwilio amdano.',
diff --git a/resources/lang/cy-GB/admin/settings/message.php b/resources/lang/cy-GB/admin/settings/message.php
index 60c08301c1..0459050c69 100644
--- a/resources/lang/cy-GB/admin/settings/message.php
+++ b/resources/lang/cy-GB/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/cy-GB/admin/statuslabels/table.php b/resources/lang/cy-GB/admin/statuslabels/table.php
index 8bbb0b95c8..c6524d6266 100644
--- a/resources/lang/cy-GB/admin/statuslabels/table.php
+++ b/resources/lang/cy-GB/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Amdan Labeli Statws',
+ 'about' => 'About Status Types',
'archived' => 'Archifwyd',
'create' => 'Creu Label Statws',
'color' => 'Lliw Siart',
'default_label' => 'Label diofyn',
'default_label_help' => 'Defnyddir hyn i sicrhau bod y label statws rydych yn defnyddio mwyaf yn ymddangos gyntaf wrth cre/addasu asedau.',
'deployable' => 'Gellir ei ddefnyddio',
- 'info' => 'Defnyddir labeli statws i ddisgrifio os yw ased allan i\'w drwsio, ar goll ayyb. Cewch creu labeli newydd ar gyfer asedau sydd ar gael, angen sylw neu wedi archifio.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Enw Statws',
'pending' => 'Yn aros',
'status_type' => 'Math Statws',
diff --git a/resources/lang/cy-GB/general.php b/resources/lang/cy-GB/general.php
index 92bff42e79..fa650e8e1f 100644
--- a/resources/lang/cy-GB/general.php
+++ b/resources/lang/cy-GB/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% wedi cwbwlhau',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/da-DK/admin/custom_fields/general.php b/resources/lang/da-DK/admin/custom_fields/general.php
index 9634e20897..a9f07f5ead 100644
--- a/resources/lang/da-DK/admin/custom_fields/general.php
+++ b/resources/lang/da-DK/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrer',
'field' => 'Felt',
'about_fieldsets_title' => 'Om Feltsæt',
- 'about_fieldsets_text' => 'Fieldsets giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte bruges igen til specifikke aktivmodeltyper.',
+ 'about_fieldsets_text' => 'Feltsæt giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte genbruges til specifikke asset-modeltyper.',
'custom_format' => 'Tilpasset Regex format...',
'encrypt_field' => 'Kryptere værdien af dette felt i databasen',
'encrypt_field_help' => 'Advarsel: Kryptere et felt gør det uransagelige.',
diff --git a/resources/lang/da-DK/admin/settings/message.php b/resources/lang/da-DK/admin/settings/message.php
index 4065a205e9..688cfc5044 100644
--- a/resources/lang/da-DK/admin/settings/message.php
+++ b/resources/lang/da-DK/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FEJL: 301/302: endpoint returnerer en omdirigering. Af sikkerhedsmæssige årsager følger vi ikke omdirigeringer. Brug det faktiske slutpunkt.',
'error_misc' => 'Noget gik galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/da-DK/admin/statuslabels/table.php b/resources/lang/da-DK/admin/statuslabels/table.php
index afea668ede..5e8904c281 100644
--- a/resources/lang/da-DK/admin/statuslabels/table.php
+++ b/resources/lang/da-DK/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Om status labels',
+ 'about' => 'About Status Types',
'archived' => 'arkiverede',
'create' => 'Opret status label',
'color' => 'Diagramfarve',
'default_label' => 'Default etiket',
'default_label_help' => 'Dette anvendes for at sikre at din mest anvendte statusetiket ses øverst i valgene når du opretter/retter aktiver.',
'deployable' => 'Deployable',
- 'info' => 'Statusetiketter bruges til at beskrive de forskellige stater, dine aktiver kan være i. De kan være ude til reparation, tabt / stjålet osv. Du kan oprette nye statusetiketter til implementerbare, ventende og arkiverede aktiver.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status navn',
'pending' => 'Verserende',
'status_type' => 'Status Type',
diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php
index 027100e16f..9a55f892df 100644
--- a/resources/lang/da-DK/general.php
+++ b/resources/lang/da-DK/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% komplet',
'uploading' => 'Uploader... ',
- 'upload_error' => 'Fejl under upload af fil. Kontroller, at der ikke er nogen tomme rækker og at ingen kolonnenavne er duplikeret.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopiér til udklipsholder',
'copied' => 'Kopieret!',
'status_compatibility' => 'Hvis aktiverne allerede er tildelt, kan de ikke ændres til en ikke-deployérbar statustype og denne værdiændring vil blive sprunget over.',
diff --git a/resources/lang/de-DE/admin/custom_fields/general.php b/resources/lang/de-DE/admin/custom_fields/general.php
index 7215119a1f..4f2869b436 100644
--- a/resources/lang/de-DE/admin/custom_fields/general.php
+++ b/resources/lang/de-DE/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Verwalten',
'field' => 'Feld',
'about_fieldsets_title' => 'Über Feldsätze',
- 'about_fieldsets_text' => 'Feldsätze erlauben es, Gruppen aus benutzerdefinierten Feldern zu erstellen, die regelmäßig für spezifische Modelltypen benutzt werden.',
+ 'about_fieldsets_text' => 'Feldsätze sind Gruppen von benutzerdefinierten Feldern, die häufig für bestimmte Asset-Modelltypen wiederverwendet werden.',
'custom_format' => 'Benutzerdefiniertes Regex-Format...',
'encrypt_field' => 'Den Wert dieses Feldes in der Datenbank verschlüsseln',
'encrypt_field_help' => 'WARNUNG: Ein verschlüsseltes Feld kann nicht durchsucht werden.',
diff --git a/resources/lang/de-DE/admin/locations/table.php b/resources/lang/de-DE/admin/locations/table.php
index 9e64378fc5..b90725eb24 100644
--- a/resources/lang/de-DE/admin/locations/table.php
+++ b/resources/lang/de-DE/admin/locations/table.php
@@ -39,5 +39,5 @@ return [
'signed_by_finance_auditor' => 'Unterschrieben von (Finanzprüfer):',
'signed_by_location_manager' => 'Unterschrieben von (Standortmanager):',
'signed_by' => 'Unterschrieben von:',
- 'clone' => 'Clone Location',
+ 'clone' => 'Standort klonen',
];
diff --git a/resources/lang/de-DE/admin/settings/message.php b/resources/lang/de-DE/admin/settings/message.php
index badd5388c8..07a1d2344f 100644
--- a/resources/lang/de-DE/admin/settings/message.php
+++ b/resources/lang/de-DE/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FEHLER: 301/302 :endpoint gibt eine Umleitung zurück. Aus Sicherheitsgründen folgen wir keinen Umleitungen. Bitte verwenden Sie den aktuellen Endpunkt.',
'error_misc' => 'Etwas ist schiefgelaufen. :( ',
'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfen Sie, ob die URL noch gültig ist.',
- 'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.'
+ 'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.',
+ 'ms_teams_deprecation' => 'Die ausgewählte Microsoft Teams-Webhook-URL wird zum 31. Dezember 2025 eingestellt. Bitte verwenden Sie stattdessen eine Workflow-URL. Die Dokumentation von Microsoft zur Erstellung eines Workflows finden Sie hier.',
],
-
'location_scoping' => [
'not_saved' => 'Ihre Einstellungen wurden nicht gespeichert.',
'mismatch' => 'Es gibt 1 Element in der Datenbank, das Ihre Aufmerksamkeit benötigt, bevor Sie die Standortbereicherung aktivieren können. Es gibt :count Elemente in der Datenbank, die Ihre Aufmerksamkeit benötigen, bevor Sie die Standortbereicherung aktivieren können.',
],
-
];
diff --git a/resources/lang/de-DE/admin/statuslabels/table.php b/resources/lang/de-DE/admin/statuslabels/table.php
index 2f25bce46c..3a3073fe84 100644
--- a/resources/lang/de-DE/admin/statuslabels/table.php
+++ b/resources/lang/de-DE/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Über Statusbezeichnungen',
+ 'about' => 'Statusbezeichnungen erklärt',
'archived' => 'Archiviert',
'create' => 'Statusbezeichnung erstellen',
'color' => 'Diagrammfarbe',
'default_label' => 'Standardbezeichnung',
'default_label_help' => 'Dies wird verwendet, um sicherzustellen, dass die am häufigsten verwendeten Statusbeschriftungen beim Erstellen / Bearbeiten von Assets oben im Auswahlfeld angezeigt werden.',
'deployable' => 'Einsetzbar',
- 'info' => 'Statusbezeichnungen werden eingesetzt, um diverse Zustände Ihrer Assets zu beschreiben. Diese können z. B. in Reparatur, gestohlen oder verloren sein. Sie können neue Statusbezeichnungen für einsetzbare, ausstehende und archivierte Assets erstellen.',
+ 'info' => 'Statusbezeichnungen werden verwendet, um die verschiedenen Zustände Ihrer Assets zu beschreiben. Diese können z. B. in Reparatur, verloren oder gestohlen sein. Sie können eigene Statusbezeichnungen für einsetzbare, ausstehende und archivierte Assets gemäß Ihrem Workflow erstellen. Weitere Informationen finden Sie in der Dokumentation .',
'name' => 'Statusname',
'pending' => 'Ausstehend',
'status_type' => 'Statustyp',
diff --git a/resources/lang/de-DE/general.php b/resources/lang/de-DE/general.php
index 74b4f1da12..bdd4d0929e 100644
--- a/resources/lang/de-DE/general.php
+++ b/resources/lang/de-DE/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Folgenden Feldern zugewiesen',
'percent_complete' => '% vollständig',
'uploading' => 'Wird hochgeladen ... ',
- 'upload_error' => 'Fehler beim Hochladen der Datei. Bitte überprüfen Sie, dass keine leeren Zeilen vorhanden sind und keine Spaltennamen dupliziert werden.',
+ 'upload_error' => 'Fehler beim Hochladen der Datei. Bitte überprüfen Sie, ob Sie keine leeren Zeilen oder doppelte Spaltennamen in Ihrem CSV haben und dass die Serverrechte das Hochladen erlauben.',
'copy_to_clipboard' => 'In die Zwischenablage kopieren',
'copied' => 'Kopiert!',
'status_compatibility' => 'Wenn Assets bereits zugewiesen sind, können sie nicht zu einem nicht einsetzbaren Statustyp geändert werden, und diese Änderung wird übersprungen.',
diff --git a/resources/lang/de-if/admin/custom_fields/general.php b/resources/lang/de-if/admin/custom_fields/general.php
index 11c08782c6..4e4b8dc6d6 100644
--- a/resources/lang/de-if/admin/custom_fields/general.php
+++ b/resources/lang/de-if/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Verwalten',
'field' => 'Feld',
'about_fieldsets_title' => 'Über Feldsätze',
- 'about_fieldsets_text' => 'Feldsätze erlauben es, Gruppen aus benutzerdefinierten Feldern zu erstellen, die regelmäßig für spezifische Modelltypen wiederverwendet werden.',
+ 'about_fieldsets_text' => 'Feldsätze sind Gruppen von benutzerdefinierten Feldern, die häufig für bestimmte Asset-Modelltypen wiederverwendet werden.',
'custom_format' => 'Benutzerdefiniertes Regex-Format...',
'encrypt_field' => 'Den Wert dieses Feldes in der Datenbank verschlüsseln',
'encrypt_field_help' => 'WARNUNG: Ein verschlüsseltes Feld kann nicht durchsucht werden.',
diff --git a/resources/lang/de-if/admin/locations/table.php b/resources/lang/de-if/admin/locations/table.php
index 7934240fee..048991ffb9 100644
--- a/resources/lang/de-if/admin/locations/table.php
+++ b/resources/lang/de-if/admin/locations/table.php
@@ -39,5 +39,5 @@ return [
'signed_by_finance_auditor' => 'Unterschrieben von (Finanzprüfer):',
'signed_by_location_manager' => 'Unterschrieben von (Standortmanager):',
'signed_by' => 'Unterschrieben von:',
- 'clone' => 'Clone Location',
+ 'clone' => 'Standort klonen',
];
diff --git a/resources/lang/de-if/admin/settings/message.php b/resources/lang/de-if/admin/settings/message.php
index 2e00429eaa..8fe228b803 100644
--- a/resources/lang/de-if/admin/settings/message.php
+++ b/resources/lang/de-if/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FEHLER: 301/302 :endpoint gibt eine Umleitung zurück. Aus Sicherheitsgründen folgen wir keine Umleitungen. Bitte verwende den aktuellen Endpunkt.',
'error_misc' => 'Etwas ist schiefgelaufen! :( ',
'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfe, ob die URL noch gültig ist.',
- 'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.'
+ 'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.',
+ 'ms_teams_deprecation' => 'Die ausgewählte Microsoft Teams-Webhook-URL wird am 31. Dezember 2025 abgeschaltet. Bitte nutze stattdessen eine Workflow-URL. Wie du so einen Workflow erstellst, steht in der Microsoft-Dokumentation hier.',
],
-
'location_scoping' => [
'not_saved' => 'Deine Einstellungen wurden nicht gespeichert.',
'mismatch' => 'Es gibt 1 Element in der Datenbank, das Deine Aufmerksamkeit benötigt, bevor Du die Standortbereicherung aktivieren kannst. Es gibt :count Elemente in der Datenbank, die Deine Aufmerksamkeit benötigen, bevor Du die Standortbereicherung aktivieren kannst.',
],
-
];
diff --git a/resources/lang/de-if/admin/statuslabels/table.php b/resources/lang/de-if/admin/statuslabels/table.php
index a605b7d294..b125434c78 100644
--- a/resources/lang/de-if/admin/statuslabels/table.php
+++ b/resources/lang/de-if/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Über Statusbezeichnungen',
+ 'about' => 'Statusbezeichnungen erklärt',
'archived' => 'Archiviert',
'create' => 'Statusbezeichnung erstellen',
'color' => 'Diagrammfarbe',
'default_label' => 'Standardbezeichnung',
'default_label_help' => 'Dies wird verwendet, um sicherzustellen, dass die am häufigsten verwendeten Statusbeschriftungen beim Erstellen / Bearbeiten von Assets oben im Auswahlfeld angezeigt werden.',
'deployable' => 'Einsetzbar',
- 'info' => 'Statusbezeichnungen werden eingesetzt, um diverse Zustände Deiner Assets zu beschreiben. Diese können z. B. in Reparatur sein, gestohlen oder verloren worden sein. Du kannst neue Statusbezeichnungen für einsetzbare, ausstehende und archivierte Assets erstellen.',
+ 'info' => 'Statusbezeichnungen beschreiben die verschiedenen Zustände, in denen sich deine Assets befinden können – z. B. zur Reparatur, verloren oder gestohlen. Du kannst eigene Statusbezeichnungen für einsetzbare, ausstehende und archivierte Assets anlegen, passend zu deinem Workflow. Mehr Infos findest du in der Dokumentation .',
'name' => 'Statusname',
'pending' => 'Ausstehend',
'status_type' => 'Statustyp',
diff --git a/resources/lang/de-if/general.php b/resources/lang/de-if/general.php
index 70ac5a8fb2..68a87f375f 100644
--- a/resources/lang/de-if/general.php
+++ b/resources/lang/de-if/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Auf folgende Felder herausgegeben',
'percent_complete' => '% vollständig',
'uploading' => 'Hochladen... ',
- 'upload_error' => 'Fehler beim Hochladen der Datei. Bitte überprüfe, dass keine leeren Zeilen vorhanden sind und keine Spaltennamen dupliziert werden.',
+ 'upload_error' => 'Fehler beim Hochladen der Datei. Bitte überprüfen Sie, ob Sie keine leeren Zeilen oder doppelte Spaltennamen in Ihrem CSV haben und dass die Serverrechte das Hochladen erlauben.',
'copy_to_clipboard' => 'In Zwischenablage kopieren',
'copied' => 'Kopiert!',
'status_compatibility' => 'Wenn Assets bereits zugewiesen sind, können sie nicht zu einem nicht einsetzbaren Statustyp geändert werden, und diese Änderung wird übersprungen.',
diff --git a/resources/lang/el-GR/admin/custom_fields/general.php b/resources/lang/el-GR/admin/custom_fields/general.php
index 027de9efee..9f55d082af 100644
--- a/resources/lang/el-GR/admin/custom_fields/general.php
+++ b/resources/lang/el-GR/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Διαχείριση',
'field' => 'Πεδίο',
'about_fieldsets_title' => 'Σχετικά με τα σύνολα πεδίων',
- 'about_fieldsets_text' => 'Τα πεδία των πεδίων σάς επιτρέπουν να δημιουργείτε ομάδες προσαρμοσμένων πεδίων που χρησιμοποιούνται συχνά ξανά για συγκεκριμένους τύπους μοντέλων στοιχείων ενεργητικού.',
+ 'about_fieldsets_text' => 'Τα Fieldsets σας επιτρέπουν να δημιουργήσετε ομάδες προσαρμοσμένων πεδίων που συχνά επαναχρησιμοποιούνται για συγκεκριμένους τύπους μοντέλου στοιχείων ενεργητικού.',
'custom_format' => 'Προσαρμοσμένη μορφή Regex...',
'encrypt_field' => 'Κρυπτογράφηση της αξίας του πεδίου στη βάση δεδομένων',
'encrypt_field_help' => 'Προειδοποίηση: H κρυπτογράφηση ενός πεδίου την καθιστά ανεξερεύνητη.',
diff --git a/resources/lang/el-GR/admin/settings/message.php b/resources/lang/el-GR/admin/settings/message.php
index 247b295520..07f5ed5103 100644
--- a/resources/lang/el-GR/admin/settings/message.php
+++ b/resources/lang/el-GR/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ΣΦΑΛΜΑ: 301/302:endpoint επιστρέφει μια ανακατεύθυνση. Για λόγους ασφαλείας, δεν ακολουθούμε ανακατευθύνσεις. Παρακαλούμε χρησιμοποιήστε το πραγματικό τελικό σημείο.',
'error_misc' => 'Κάτι πήγε στραβά. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/el-GR/admin/statuslabels/table.php b/resources/lang/el-GR/admin/statuslabels/table.php
index 30d4e0e3ca..7fad3a7aa6 100644
--- a/resources/lang/el-GR/admin/statuslabels/table.php
+++ b/resources/lang/el-GR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Σχετικά με το καθεστώς ετικετών',
+ 'about' => 'About Status Types',
'archived' => 'Αρχειοθετημένα',
'create' => 'Δημιουργία ετικέτας κατάστασης',
'color' => 'Χρώμα Γραφήματος',
'default_label' => 'Προεπιλεγμένη Ετικέτα',
'default_label_help' => 'Αυτό χρησιμοποιείται για να εξασφαλίσει ότι οι ετικέτες κατάστασης που χρησιμοποιούνται πιο συχνά εμφανίζονται στην κορυφή του πλαισίου επιλογής κατά τη δημιουργία/επεξεργασία των περιουσιακών στοιχείων.',
'deployable' => 'Προς ανάπτυξη',
- 'info' => 'Οι ετικέτες κατάστασης χρησιμοποιούνται για να περιγράψουν τις διάφορες καταστάσεις στις οποίες θα μπορούσαν να βρίσκονται τα περιουσιακά στοιχεία σας. Μπορεί να είναι έξω για επισκευή, απώλεια / κλοπή κ.λπ. Μπορείτε να δημιουργήσετε νέες ετικέτες κατάστασης για αναπτυσσόμενα, εκκρεμή και αρχειοθετημένα στοιχεία ενεργητικού.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Όνομα κατάστασης',
'pending' => 'Εκκρεμεί',
'status_type' => 'Τύπος κατάστασης',
diff --git a/resources/lang/el-GR/general.php b/resources/lang/el-GR/general.php
index e12388212f..3a2a410625 100644
--- a/resources/lang/el-GR/general.php
+++ b/resources/lang/el-GR/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% πλήρης',
'uploading' => 'Μεταφόρτωση... ',
- 'upload_error' => 'Σφάλμα κατά τη μεταφόρτωση του αρχείου. Παρακαλώ ελέγξτε ότι δεν υπάρχουν κενές γραμμές και ότι δεν υπάρχουν διπλότυπα ονόματα στηλών.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Αντιγραφή στο πρόχειρο',
'copied' => 'Αντιγράφηκε!',
'status_compatibility' => 'Εάν τα περιουσιακά στοιχεία έχουν ήδη εκχωρηθεί, δεν μπορούν να αλλάξουν σε μη εγκατεστημένο τύπο κατάστασης και αυτή η αλλαγή αξίας θα παραλειφθεί.',
diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php
index 14504fc98d..37eb114099 100644
--- a/resources/lang/en-GB/admin/custom_fields/general.php
+++ b/resources/lang/en-GB/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/en-GB/admin/settings/message.php b/resources/lang/en-GB/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/en-GB/admin/settings/message.php
+++ b/resources/lang/en-GB/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/en-GB/admin/statuslabels/table.php b/resources/lang/en-GB/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/en-GB/admin/statuslabels/table.php
+++ b/resources/lang/en-GB/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php
index 745b7aefc5..6cf214560d 100644
--- a/resources/lang/en-GB/general.php
+++ b/resources/lang/en-GB/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php
index 92c4a4b184..b4a3a68f43 100644
--- a/resources/lang/en-ID/admin/custom_fields/general.php
+++ b/resources/lang/en-ID/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Bidang',
'about_fieldsets_title' => 'Tentang Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets memungkinkan Anda membuat kelompok bidang khusus yang sering digunakan kembali untuk jenis model aset tertentu.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Enkripsikan nilai bidang ini di database',
'encrypt_field_help' => 'PERINGATAN: Mengenkripsi sebuah field membuatnya tidak bisa ditelusuri.
diff --git a/resources/lang/en-ID/admin/settings/message.php b/resources/lang/en-ID/admin/settings/message.php
index 5708377088..924dc23890 100644
--- a/resources/lang/en-ID/admin/settings/message.php
+++ b/resources/lang/en-ID/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/en-ID/admin/statuslabels/table.php b/resources/lang/en-ID/admin/statuslabels/table.php
index 4ae772ca9d..04e3a268f2 100644
--- a/resources/lang/en-ID/admin/statuslabels/table.php
+++ b/resources/lang/en-ID/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Tentang Label Status',
+ 'about' => 'About Status Types',
'archived' => 'Diarsipkan',
'create' => 'Buat label status',
'color' => 'Warna bagan',
'default_label' => 'Label standar',
'default_label_help' => 'Ini digunakan untuk memastikan label status yang paling sering digunakan muncul di bagian atas kotak pilih saat membuat / mengedit aset.',
'deployable' => 'Bisa disebarkan',
- 'info' => 'Label status digunakan untuk menggambarkan berbagai keadaan aset Anda. Mungkin ada perbaikan, kehilangan / pencurian, dll. Anda dapat membuat label status baru untuk aset yang dapat dideplesikan, tertunda dan diarsipkan.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nama status',
'pending' => 'Tertunda',
'status_type' => 'Tipe status',
diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php
index 93eeb1c417..4d27619cf6 100644
--- a/resources/lang/en-ID/general.php
+++ b/resources/lang/en-ID/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% lengkap',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/en-US/admin/custom_fields/general.php b/resources/lang/en-US/admin/custom_fields/general.php
index c9ae61c963..68e840edd2 100644
--- a/resources/lang/en-US/admin/custom_fields/general.php
+++ b/resources/lang/en-US/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php
index 316db3d7b1..e8a572b16a 100644
--- a/resources/lang/es-CO/admin/custom_fields/general.php
+++ b/resources/lang/es-CO/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrar',
'field' => 'Campo',
'about_fieldsets_title' => 'Acerca de los grupos de campos',
- 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que son frecuentemente reutilizados para modelos específicos de equipos.',
+ 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.',
'custom_format' => 'Expresión regular personalizada...',
'encrypt_field' => 'Cifrar el valor de este campo en la base de datos',
'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.',
diff --git a/resources/lang/es-CO/admin/settings/message.php b/resources/lang/es-CO/admin/settings/message.php
index 33d2eb368d..cea38bd3b6 100644
--- a/resources/lang/es-CO/admin/settings/message.php
+++ b/resources/lang/es-CO/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint devuelve una redirección. Por razones de seguridad, no seguimos redirecciones. Por favor, utilice el punto final actual.',
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/es-CO/admin/statuslabels/table.php b/resources/lang/es-CO/admin/statuslabels/table.php
index 4f03d66a74..05daeda180 100644
--- a/resources/lang/es-CO/admin/statuslabels/table.php
+++ b/resources/lang/es-CO/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Acerca de las etiquetas de estado',
+ 'about' => 'About Status Types',
'archived' => 'Archivado',
'create' => 'Crear etiqueta de estado',
'color' => 'Color en el gráfico',
'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para asegurar que sus etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
'deployable' => 'Utilizable',
- 'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus activos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nombre de estado',
'pending' => 'Pendiente',
'status_type' => 'Tipo de estado',
diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php
index 8768d5dde2..317d6df501 100644
--- a/resources/lang/es-CO/general.php
+++ b/resources/lang/es-CO/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Campos de la persona que tiene asignado el elemento',
'percent_complete' => '% completo',
'uploading' => 'Subiendo... ',
- 'upload_error' => 'Error al cargar el archivo. Por favor, compruebe que no hay filas vacías y que no hay nombres de columna duplicados.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copiar al portapapeles',
'copied' => '¡Copiado!',
'status_compatibility' => 'Si los activos ya están asignados, no se pueden cambiar a un tipo de estado no utilizable y este cambio de valor se omitirá.',
diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php
index 9cd099d1ac..f40ed063aa 100644
--- a/resources/lang/es-ES/admin/custom_fields/general.php
+++ b/resources/lang/es-ES/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrar',
'field' => 'Campo',
'about_fieldsets_title' => 'Acerca de los grupos de campos',
- 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.',
+ 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.',
'custom_format' => 'Expresión regular personalizada...',
'encrypt_field' => 'Cifrar el valor de este campo en la base de datos',
'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.',
diff --git a/resources/lang/es-ES/admin/settings/message.php b/resources/lang/es-ES/admin/settings/message.php
index 277caf5e34..a50f047c2a 100644
--- a/resources/lang/es-ES/admin/settings/message.php
+++ b/resources/lang/es-ES/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint devuelve una redirección. Por razones de seguridad, no seguimos redirecciones. Por favor, utilice el punto final actual.',
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/es-ES/admin/statuslabels/table.php b/resources/lang/es-ES/admin/statuslabels/table.php
index 4f03d66a74..05daeda180 100644
--- a/resources/lang/es-ES/admin/statuslabels/table.php
+++ b/resources/lang/es-ES/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Acerca de las etiquetas de estado',
+ 'about' => 'About Status Types',
'archived' => 'Archivado',
'create' => 'Crear etiqueta de estado',
'color' => 'Color en el gráfico',
'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para asegurar que sus etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
'deployable' => 'Utilizable',
- 'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus activos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nombre de estado',
'pending' => 'Pendiente',
'status_type' => 'Tipo de estado',
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
index c465b7c182..572511fb64 100644
--- a/resources/lang/es-ES/general.php
+++ b/resources/lang/es-ES/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Campos de la persona que tiene asignado el elemento',
'percent_complete' => '% completo',
'uploading' => 'Subiendo... ',
- 'upload_error' => 'Error al cargar el archivo. Por favor, compruebe que no hay filas vacías y que no hay nombres de columna duplicados.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copiar al portapapeles',
'copied' => '¡Copiado!',
'status_compatibility' => 'Si los activos ya están asignados, no se pueden cambiar a un tipo de estado no utilizable y este cambio de valor se omitirá.',
diff --git a/resources/lang/es-MX/admin/components/message.php b/resources/lang/es-MX/admin/components/message.php
index e38968a588..c9e0b7c3a5 100644
--- a/resources/lang/es-MX/admin/components/message.php
+++ b/resources/lang/es-MX/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => '¿Está seguro de que desea eliminar este componente?',
'error' => 'Hubo un problema eliminando el componente. Por favor, inténtelo de nuevo.',
'success' => 'El componente fue borrado correctamente.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Algunos componentes de este tipo todavía están desactivados. Por favor, compruébalos e inténtalo de nuevo.',
),
'checkout' => array(
diff --git a/resources/lang/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php
index 3e06ffebc8..fa18b7c902 100644
--- a/resources/lang/es-MX/admin/custom_fields/general.php
+++ b/resources/lang/es-MX/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrar',
'field' => 'Campo',
'about_fieldsets_title' => 'Acerca de los grupos de campos',
- 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.',
+ 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.',
'custom_format' => 'Expresión regular personalizada...',
'encrypt_field' => 'Cifrar el valor de este campo en la base de datos',
'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.',
diff --git a/resources/lang/es-MX/admin/depreciations/general.php b/resources/lang/es-MX/admin/depreciations/general.php
index 08ffe71434..1ffc4363da 100644
--- a/resources/lang/es-MX/admin/depreciations/general.php
+++ b/resources/lang/es-MX/admin/depreciations/general.php
@@ -14,7 +14,7 @@ return [
No tiene ninguna depreciación configurada.
Por favor, configure al menos una depreciación para ver el informe de depreciación.',
'depreciation_method' => 'Informe de amortización',
- 'linear_depreciation' => 'Linear (Default)',
- 'half_1' => 'Half-year convention, always applied',
+ 'linear_depreciation' => 'Lineal (por defecto)',
+ 'half_1' => 'Convención de Half-year siempre aplicada',
'half_2' => 'Convención semestral, aplicada con condición',
];
diff --git a/resources/lang/es-MX/admin/hardware/form.php b/resources/lang/es-MX/admin/hardware/form.php
index 18ccf7d365..312ffaf267 100644
--- a/resources/lang/es-MX/admin/hardware/form.php
+++ b/resources/lang/es-MX/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Actualizar sólo la ubicación actual',
'asset_not_deployable' => 'Ese estado de activos es no utilizable. Este activo no puede ser asignado.',
'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.',
- 'asset_deployable' => 'This asset can be checked out.',
+ 'asset_deployable' => 'Este activo puede ser revisado.',
'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)',
'processing' => 'Procesando... ',
'optional_infos' => 'Información opcional',
diff --git a/resources/lang/es-MX/admin/hardware/general.php b/resources/lang/es-MX/admin/hardware/general.php
index 5107fad79f..12c016c609 100644
--- a/resources/lang/es-MX/admin/hardware/general.php
+++ b/resources/lang/es-MX/admin/hardware/general.php
@@ -27,7 +27,7 @@ return [
'undeployable_tooltip' => 'Este activo tiene una etiqueta de estado que es no utilizable y no puede ser asignado en este momento.',
'view' => 'Ver activo',
'csv_error' => 'Hay un error en su archivo CSV:',
- 'import_text' => 'Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
', + 'import_text' => 'Cargue un archivo CSV que contenga el historial de los activos. Los activos y los usuarios DEBEN existir ya en el sistema, o serán omitidos. La comparación de activos para importar el historial se realiza con la placa del activo. Intentaremos encontrar un usuario usando el nombre del usuario que proporcione y los criterios que seleccione a continuación. Si no selecciona ningún criterio, el sistema simplemente intentará usar el formato de nombre de usuario configurado en Administrador > Configuración General.
Los campos incluidos en el CSV deben coincidir con los encabezados: Asset Tag, Name, Checkout Date, Checkin Date. Cualquier campo adicional será ignorado.
Checkin Date(Fecha de recepción): dejar en blanco o usar fechas futuras asignará los elementos al usuario asociado. Excluir la columna Checkin Date creará una fecha de recepción con la fecha de hoy.
', 'csv_import_match_f-l' => 'Intente asociar usuarios usando el formato nombre.apellido (jane.smith)',
'csv_import_match_initial_last' => 'Intente asociar los usuarios usando el formato inicial del nombre y apellido (jsmith)',
'csv_import_match_first' => 'Intentar asociar los usuarios usando el formato primer nombre (jane)',
diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php
index 78d45179f8..6ffcbe91c5 100644
--- a/resources/lang/es-MX/admin/hardware/message.php
+++ b/resources/lang/es-MX/admin/hardware/message.php
@@ -66,14 +66,14 @@ return [
'file_already_deleted' => 'El archivo seleccionado ya fue eliminado',
'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 en la primera fila contienen caracteres UTF-8 mal formados',
- 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
+ 'transliterate_failure' => 'La transliteración de :encoding a UTF-8 falló debido a caracteres no válidos en la entrada'
],
'delete' => [
'confirm' => '¿Está seguro de que desea eliminar este activo?',
'error' => 'Hubo un problema al eliminar el activo. Por favor, inténtelo de nuevo.',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}Tag de activos: :asset_tag está actualmente desprotegido. Compruebe este dispositivo antes de eliminarlo. [2,*]Etiquetas de activos: :asset_tag están desactivadas. Revisa estos dispositivos antes de eliminarlos.',
'nothing_updated' => 'No se seleccionaron los activos, por lo que no se eliminó nada.',
'success' => 'El activo se ha eliminado correctamente.',
],
@@ -100,9 +100,9 @@ return [
],
'requests' => [
- 'error' => 'Request was not successful, please try again.',
- 'success' => 'Request successfully submitted.',
- 'canceled' => 'Request successfully canceled.',
+ 'error' => 'Solicitud no exitosa, por favor inténtelo de nuevo.',
+ 'success' => 'Solicitud enviada con éxito.',
+ 'canceled' => 'Solicitud cancelada con éxito.',
'cancel' => 'Cancelar solicitud para este elemento',
],
diff --git a/resources/lang/es-MX/admin/locations/table.php b/resources/lang/es-MX/admin/locations/table.php
index bbc4f4c567..4fef627838 100644
--- a/resources/lang/es-MX/admin/locations/table.php
+++ b/resources/lang/es-MX/admin/locations/table.php
@@ -39,5 +39,5 @@ return [
'signed_by_finance_auditor' => 'Firmado por (Auditor de Finanzas):',
'signed_by_location_manager' => 'Firmado por (Supervisor de la ubicación):',
'signed_by' => 'Firmado por:',
- 'clone' => 'Clone Location',
+ 'clone' => 'Clonar ubicación',
];
diff --git a/resources/lang/es-MX/admin/reports/general.php b/resources/lang/es-MX/admin/reports/general.php
index 510fbbe4e2..02dd77aada 100644
--- a/resources/lang/es-MX/admin/reports/general.php
+++ b/resources/lang/es-MX/admin/reports/general.php
@@ -4,7 +4,7 @@ return [
'info' => 'Seleccione las opciones que desee para su informe de activos.',
'deleted_user' => 'Usuario eliminado',
'send_reminder' => 'Enviar recordatorio',
- 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
+ 'cannot_send_reminder' => 'El usuario ha sido eliminado o no tiene una dirección de correo electrónico, por lo que no puede recibir un recordatorio',
'reminder_sent' => 'Recordatorio enviado',
'acceptance_deleted' => 'Solicitud de aceptación eliminada',
'acceptance_request' => 'Solicitud de aceptación',
diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php
index 06ce994dd0..41bbdec105 100644
--- a/resources/lang/es-MX/admin/settings/general.php
+++ b/resources/lang/es-MX/admin/settings/general.php
@@ -8,7 +8,7 @@ return [
'ad_append_domain' => 'Asignar nombre de dominio al campo del nombre de usuario',
'ad_append_domain_help' => 'El usuario no necesita escribir "usuario@dominio.local", puede escribir únicamente "usuario".',
'admin_cc_email' => 'Copiar en correo electrónico',
- 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.',
+ 'admin_cc_email_help' => 'Enviar una copia de los correos electrónicos de checkin/checkout a esta dirección.',
'admin_settings' => 'Configuración de administración',
'is_ad' => 'Este es un servidor de Directorio Activo',
'alerts' => 'Alertas',
@@ -35,14 +35,14 @@ return [
'backups_clean_helptext' => "Esto puede ser útil si está cambiando entre versiones de bases de datos",
'backups_upload' => 'Cargar copia de seguridad',
'backups_path' => 'Las copias de seguridad en el servidor se almacenan en :path',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)Configuración de administración > Grupos de permisos.',
- 'text' => 'Text',
+ 'text' => 'Texto',
'username_formats' => [
'username_format' => 'Formato del nombre de usuario',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
- 'first_name_format' => 'First Name (jane)',
- 'last_name_format' => 'Last Name (doe)',
- 'filastname_format' => 'First Initial Last Name (jsmith)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_format' => 'Nombre y Apellido (jane.smith)',
+ 'first_name_format' => 'Nombre',
+ 'last_name_format' => 'Apellido',
+ 'filastname_format' => 'Inicial del nombre y apellido (jsmith)',
+ 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj)',
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
- 'firstnamelastname' => 'First Name Last Name (janesmith)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith)',
+ 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Apellido e inicial del nombre (smithj.)',
+ 'firstnamelastname' => 'Nombre y apellido (janesmith)',
+ 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes)',
'lastnamefirstname' => 'Apellido.Nombre (smith.jane)',
],
@@ -422,7 +422,7 @@ return [
'email_format' => 'Formato de correo electrónico',
'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
'first_name_format' => 'Nombre (jane@ejemplo.com)',
- 'last_name_format' => 'Last Name (doe@example.com)',
+ 'last_name_format' => 'Apellido (castillo@ejemplo.com)',
'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
@@ -437,10 +437,10 @@ return [
'logo_labels' => [
- 'acceptance_pdf_logo' => 'PDF Logo',
+ 'acceptance_pdf_logo' => 'Logo PDF',
'email_logo' => 'Logo de correo electrónico',
'label_logo' => 'Logo de etiqueta',
- 'logo' => 'Site Logo',
+ 'logo' => 'Logotipo del sitio',
'favicon' => 'Favicon',
],
@@ -449,26 +449,26 @@ return [
],
'logo_option_types' => [
- 'text' => 'Text',
+ 'text' => 'Texto',
'logo' => 'Logo',
- 'logo_and_text' => 'Logo and Text',
+ 'logo_and_text' => 'Logo y texto',
],
'legends' => [
- 'scoping' => 'Scoping',
- 'formats' => 'Default Formats',
- 'profiles' => 'User Profiles',
- 'eula' => 'EULA & Acceptance Preferences',
+ 'scoping' => 'Alcance',
+ 'formats' => 'Formatos por defecto',
+ 'profiles' => 'Perfiles de Usuario',
+ 'eula' => 'Preferencias de aceptación y EULA',
'misc_display' => 'Miscellaneous Display Options',
- 'email' => 'Email Preferences',
+ 'email' => 'Preferencias de correo electrónico',
'checkin' => 'Checkin Preferences',
- 'dashboard' => 'Login & Dashboard Preferences',
- 'misc' => 'Miscellaneous',
- 'logos' => 'Logos & Display',
- 'colors' => 'Colors & Skins',
- 'footer' => 'Footer Preferences',
- 'security' => 'Security Preferences',
+ 'dashboard' => 'Preferencias de Inicio de Sesión e Interfaz',
+ 'misc' => 'Varios',
+ 'logos' => 'Logos y pantalla',
+ 'colors' => 'Colores y aspectos',
+ 'footer' => 'Preferencias del pie de página',
+ 'security' => 'Preferencias de seguridad',
'general' => 'General',
'intervals' => 'Intervals & Thresholds',
],
diff --git a/resources/lang/es-MX/admin/settings/message.php b/resources/lang/es-MX/admin/settings/message.php
index 78d908abcd..3981f002c8 100644
--- a/resources/lang/es-MX/admin/settings/message.php
+++ b/resources/lang/es-MX/admin/settings/message.php
@@ -37,7 +37,7 @@ return [
'authentication_success' => 'Usuario autenticado contra LDAP con éxito!'
],
'labels' => [
- 'null_template' => 'Label template not found. Please select a template.',
+ 'null_template' => 'Plantilla de etiqueta no encontrada. Por favor, seleccione una plantilla.',
],
'webhook' => [
'sending' => 'Enviando mensaje de prueba a :app...',
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint devuelve una redirección. Por razones de seguridad, no seguimos redirecciones. Por favor, utilice el punto final actual.',
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' canal webhook no encontrado.',
+ 'ms_teams_deprecation' => 'La URL de webhook de Microsoft Teams seleccionada será obsoleta 31 de diciembre de 2025. Por favor, utilice una URL de flujo de trabajo. La documentación de Microsoft sobre la creación de un flujo de trabajo puede encontrarse aquí.',
],
-
'location_scoping' => [
- 'not_saved' => 'Your settings were not saved.',
- 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ 'not_saved' => 'Tu configuración no ha sido guardada.',
+ 'mismatch' => 'Hay 1 elemento en la base de datos que necesita su atención antes de poder habilitar el alcance de la ubicación. Hay :count elementos en la base de datos que necesitan tu atención antes de poder habilitar el alcance de ubicación.',
],
-
];
diff --git a/resources/lang/es-MX/admin/statuslabels/table.php b/resources/lang/es-MX/admin/statuslabels/table.php
index 4f03d66a74..05daeda180 100644
--- a/resources/lang/es-MX/admin/statuslabels/table.php
+++ b/resources/lang/es-MX/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Acerca de las etiquetas de estado',
+ 'about' => 'About Status Types',
'archived' => 'Archivado',
'create' => 'Crear etiqueta de estado',
'color' => 'Color en el gráfico',
'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para asegurar que sus etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
'deployable' => 'Utilizable',
- 'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus activos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nombre de estado',
'pending' => 'Pendiente',
'status_type' => 'Tipo de estado',
diff --git a/resources/lang/es-MX/admin/users/general.php b/resources/lang/es-MX/admin/users/general.php
index 61a91f2742..db0c4cf95e 100644
--- a/resources/lang/es-MX/admin/users/general.php
+++ b/resources/lang/es-MX/admin/users/general.php
@@ -19,8 +19,8 @@ return [
'print_assigned' => 'Imprimir todos los asignados',
'email_assigned' => 'Enviar correo con todos los asignados',
'user_notified' => 'Se ha enviado al usuario un correo electrónico con lista de los elementos que tiene asignados actualmente.',
- 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
- 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
+ 'users_notified' => 'El usuario ha recibido un correo electrónico con una lista de sus artículos asignados actualmente.|:count usuarios han recibido una lista de los artículos asignados actualmente.',
+ 'users_notified_warning' => ':count usuario ha sido enviado por correo electrónico una lista de sus elementos asignados actualmente, Sin embargo, los usuarios de :no_email no tenían una dirección de correo electrónico, por lo que no se pudo enviar por correo electrónico. :count usuarios han sido enviados por correo electrónico a una lista de sus elementos actualmente asignados, Sin embargo, el usuario de :no_email no tenía una dirección de correo electrónico, por lo que no se pudo enviar por correo electrónico.',
'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles',
'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias',
'software_user' => 'Software asignado a :name',
diff --git a/resources/lang/es-MX/auth.php b/resources/lang/es-MX/auth.php
index d4c25934f4..1531735a0e 100644
--- a/resources/lang/es-MX/auth.php
+++ b/resources/lang/es-MX/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'password' => 'La contraseña proporcionada es incorrecta.',
- 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
+ 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en :minutes minuto(s).',
);
diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php
index 17090d08f7..9a2351fbbd 100644
--- a/resources/lang/es-MX/general.php
+++ b/resources/lang/es-MX/general.php
@@ -23,7 +23,7 @@ return [
'asset_models' => 'Modelos de activos',
'asset_model' => 'Modelo',
'asset' => 'Activo',
- 'asset_previous' => 'Asset (Previously Assigned)',
+ 'asset_previous' => 'Activo (Asignado anteriormente)',
'asset_report' => 'Informe de activos',
'asset_tag' => 'Placa del activo',
'asset_tags' => 'Placas de activos',
@@ -32,7 +32,7 @@ return [
'accept_assets_menu' => 'Aceptar activos',
'accept_item' => 'Aceptar ítem',
'audit' => 'Auditar',
- 'audits' => 'Audits',
+ 'audits' => 'Auditar',
'audit_report' => 'Registro de auditoría',
'assets' => 'Activos',
'assets_audited' => 'activos auditados',
@@ -64,7 +64,7 @@ return [
'changepassword' => 'Cambiar contraseña',
'checkin' => 'Ingresar',
'checkin_from' => 'Ingreso proveniente de',
- 'checkin_note' => 'Checkin Note',
+ 'checkin_note' => 'Nota sobre el ingreso',
'checkout_note' => 'Checkout Note',
'checkout' => 'Asignar',
'checkouts_count' => 'Asignaciones',
@@ -391,7 +391,7 @@ return [
'new_accessory' => 'Nuevo accesorio',
'new_consumable' => 'Nuevo consumible',
'new_component' => 'New Component',
- 'new_user' => 'New User',
+ 'new_user' => 'Nuevo usuario',
'collapse' => 'Contraer',
'assigned' => 'Asignado',
'asset_count' => 'Cantidad de activos',
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Campos de la persona que tiene asignado el elemento',
'percent_complete' => '% completo',
'uploading' => 'Subiendo... ',
- 'upload_error' => 'Error al cargar el archivo. Por favor, compruebe que no hay filas vacías y que no hay nombres de columna duplicados.',
+ 'upload_error' => 'Error al cargar el archivo. Por favor, compruebe que no tiene filas vacías o nombres de columnas duplicados en su CSV, y que los permisos del servidor permiten la subida.',
'copy_to_clipboard' => 'Copiar al portapapeles',
'copied' => '¡Copiado!',
'status_compatibility' => 'Si los activos ya están asignados, no se pueden cambiar a un tipo de estado no utilizable y este cambio de valor se omitirá.',
@@ -576,36 +576,36 @@ return [
'user_managed_passwords' => 'Gestión de contraseña',
'user_managed_passwords_disallow' => 'Evitar que los usuarios gestionen sus propias contraseñas',
'user_managed_passwords_allow' => 'Permitir a los usuarios gestionar sus propias contraseñas',
- 'from' => 'From',
+ 'from' => 'Origen',
'by' => 'Por',
// Add form placeholders here
'placeholders' => [
- 'notes' => 'Add a note',
+ 'notes' => 'Agregar una nota',
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
+ 'edit_item' => 'Editar nombre',
'checkout_item' => 'Checkout :name',
'checkin_item' => 'Checkin :name',
],
'skins' => [
'site_default' => 'Sitio por defecto',
- 'default_blue' => 'Default Blue',
- 'blue_dark' => 'Blue (Dark Mode)',
- 'green' => 'Green Dark',
- 'green_dark' => 'Green (Dark Mode)',
- 'red' => 'Red Dark',
- 'red_dark' => 'Red (Dark Mode)',
- 'orange' => 'Orange Dark',
- 'orange_dark' => 'Orange (Dark Mode)',
- 'black' => 'Black',
- 'black_dark' => 'Black (Dark Mode)',
- 'purple' => 'Purple',
- 'purple_dark' => 'Purple (Dark Mode)',
- 'yellow' => 'Yellow',
- 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'default_blue' => 'Azul por defecto',
+ 'blue_dark' => 'Azul (modo oscuro)',
+ 'green' => 'Oscuro Verde',
+ 'green_dark' => 'Verde (modo oscuro)',
+ 'red' => 'Rojo Oscuro',
+ 'red_dark' => 'Rojo (Modo Oscuro)',
+ 'orange' => 'Oscuro Naranja',
+ 'orange_dark' => 'Naranja (Modo oscuro)',
+ 'black' => 'Negro',
+ 'black_dark' => 'Negro (Modo Oscuro)',
+ 'purple' => 'Morado',
+ 'purple_dark' => 'Morado (Modo Oscuro)',
+ 'yellow' => 'Amarillo',
+ 'yellow_dark' => 'Amarillo (Modo oscuro)',
'high_contrast' => 'High Contrast',
],
diff --git a/resources/lang/es-MX/mail.php b/resources/lang/es-MX/mail.php
index 66d2e9dc7a..0a2f9d0994 100644
--- a/resources/lang/es-MX/mail.php
+++ b/resources/lang/es-MX/mail.php
@@ -66,7 +66,7 @@ return [
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo ha sido asignado a su nombre, los detalles están a continuación.',
- 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'new_item_checked_with_acceptance' => 'Un nuevo artículo ha sido asignado a su nombre, los detalles están a continuación.',
'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Contraseña',
@@ -90,7 +90,7 @@ return [
'upcoming-audits' => 'Hay :count activo para ser auditado antes de :threshold días.|Hay :count activos para ser auditados antes de :threshold días.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
- 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Tiene activos pendientes por aceptar.',
'welcome' => 'Bienvenido, :name',
'welcome_to' => '¡Bienvenido a: web!',
'your_assets' => 'Ver sus activos',
diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php
index 69cf4b1e8d..1683b26364 100644
--- a/resources/lang/es-MX/validation.php
+++ b/resources/lang/es-MX/validation.php
@@ -172,7 +172,7 @@ return [
'url' => 'El campo :attribute debe ser una URL válida.',
'ulid' => 'El campo :attribute debe ser un ULID válido.',
'uuid' => 'El campo :attribute debe ser un UUID válido.',
- 'fmcs_location' => 'Full multiple company support and location scoping is enabled in the Admin Settings, and the selected location and selected company are not compatible.',
+ 'fmcs_location' => 'El soporte completo de múltiples empresas y el alcance de la ubicación están habilitados en la Configuración de Administración, y la ubicación seleccionada y la empresa seleccionada no son compatibles.',
/*
diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php
index d5f78f9fb5..c28100f708 100644
--- a/resources/lang/es-VE/admin/custom_fields/general.php
+++ b/resources/lang/es-VE/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrar',
'field' => 'Campo',
'about_fieldsets_title' => 'Acerca de los grupos de campos',
- 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que están frecuentemente siendo reutilizados para tipos específicos de modelos de activos.',
+ 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.',
'custom_format' => 'Expresión regular personalizada...',
'encrypt_field' => 'Cifrar el valor de este campo en la base de datos',
'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.',
diff --git a/resources/lang/es-VE/admin/settings/message.php b/resources/lang/es-VE/admin/settings/message.php
index c539387e25..6cf0adcf77 100644
--- a/resources/lang/es-VE/admin/settings/message.php
+++ b/resources/lang/es-VE/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint devuelve una redirección. Por razones de seguridad, no seguimos redirecciones. Por favor, utilice el punto final actual.',
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/es-VE/admin/statuslabels/table.php b/resources/lang/es-VE/admin/statuslabels/table.php
index 4f03d66a74..05daeda180 100644
--- a/resources/lang/es-VE/admin/statuslabels/table.php
+++ b/resources/lang/es-VE/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Acerca de las etiquetas de estado',
+ 'about' => 'About Status Types',
'archived' => 'Archivado',
'create' => 'Crear etiqueta de estado',
'color' => 'Color en el gráfico',
'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para asegurar que sus etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
'deployable' => 'Utilizable',
- 'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus activos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nombre de estado',
'pending' => 'Pendiente',
'status_type' => 'Tipo de estado',
diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php
index 2df4a4b412..e9c31cf228 100644
--- a/resources/lang/es-VE/general.php
+++ b/resources/lang/es-VE/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Campos de la persona que tiene asignado el elemento',
'percent_complete' => '% completo',
'uploading' => 'Subiendo... ',
- 'upload_error' => 'Error al cargar el archivo. Por favor, compruebe que no hay filas vacías y que no hay nombres de columna duplicados.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copiar al portapapeles',
'copied' => '¡Copiado!',
'status_compatibility' => 'Si los activos ya están asignados, no se pueden cambiar a un tipo de estado no utilizable y este cambio de valor se omitirá.',
diff --git a/resources/lang/et-EE/admin/custom_fields/general.php b/resources/lang/et-EE/admin/custom_fields/general.php
index 69a5d38265..ca8782ec73 100644
--- a/resources/lang/et-EE/admin/custom_fields/general.php
+++ b/resources/lang/et-EE/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Väli',
'about_fieldsets_title' => 'Andmeväljade kohta',
- 'about_fieldsets_text' => 'Valdkonnad lubavad teil luua kohandatud väljade rühmad, mida kasutatakse sageli teatud varade mudelitüüpide jaoks.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Krüpti selle valdkonna väärtus andmebaasis',
'encrypt_field_help' => 'HOIATUS: põllu krüptimine muudab selle otsingumatuks.',
diff --git a/resources/lang/et-EE/admin/settings/message.php b/resources/lang/et-EE/admin/settings/message.php
index 5ed411acee..bed0bad957 100644
--- a/resources/lang/et-EE/admin/settings/message.php
+++ b/resources/lang/et-EE/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/et-EE/admin/statuslabels/table.php b/resources/lang/et-EE/admin/statuslabels/table.php
index 0f88a5f325..b850b49480 100644
--- a/resources/lang/et-EE/admin/statuslabels/table.php
+++ b/resources/lang/et-EE/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Staatuse siltidest',
+ 'about' => 'About Status Types',
'archived' => 'Arhiveeritud',
'create' => 'Uus staatuse silt',
'color' => 'Joonise värv',
'default_label' => 'Vaikimisi silt',
'default_label_help' => 'Seda kasutatakse tagamaks, et seadmete loomisel või redigeerimisel on ülaosas valida kõige sagedamini kasutatavad olekusildid.',
'deployable' => 'Käivitatav',
- 'info' => 'Olekuteemeid kasutatakse erinevate seisundite kirjeldamiseks, millised on teie varad. Need võivad olla remondi-, kaotatud / varastatud jne jaoks. Saate luua uusi olekuteid, mida saab kasutada käimasolevatel, ootel ja arhiveeritud varadel.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Saatuse nimi',
'pending' => 'Ootel',
'status_type' => 'Saatuse tüüp',
diff --git a/resources/lang/et-EE/general.php b/resources/lang/et-EE/general.php
index edf5ac3419..edd51d79a7 100644
--- a/resources/lang/et-EE/general.php
+++ b/resources/lang/et-EE/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% tehtud',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/fa-IR/admin/custom_fields/general.php b/resources/lang/fa-IR/admin/custom_fields/general.php
index 7560c4d3af..0cf07eae25 100644
--- a/resources/lang/fa-IR/admin/custom_fields/general.php
+++ b/resources/lang/fa-IR/admin/custom_fields/general.php
@@ -5,7 +5,8 @@ return [
'manage' => 'مدیریت',
'field' => 'فیلد',
'about_fieldsets_title' => 'درباره ی تنظیمات فیلد',
- 'about_fieldsets_text' => 'تنظیمات فیلد به شما امکان این را می دهد که گروه های فیلدهای سفارشی ایجاد کنید که مرتبا برای انواع مدل های دارایی خاص مورد استفاده ی مجدد قرار می گیرند.',
+ 'about_fieldsets_text' => 'مجموعههای فیلد به شما امکان میدهند گروههایی از فیلدهای سفارشی ایجاد کنید که اغلب برای انواع مدل دارایی خاص دوباره استفاده میشوند.
+',
'custom_format' => 'فرمت Regex سفارشی...
',
'encrypt_field' => 'مقدار این فیلد را در پایگاه داده رمزگذاری کنید',
diff --git a/resources/lang/fa-IR/admin/settings/message.php b/resources/lang/fa-IR/admin/settings/message.php
index 27424352ff..2e32349c01 100644
--- a/resources/lang/fa-IR/admin/settings/message.php
+++ b/resources/lang/fa-IR/admin/settings/message.php
@@ -60,12 +60,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
'error_misc' => 'مشکلی پیش آمده. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/fa-IR/admin/statuslabels/table.php b/resources/lang/fa-IR/admin/statuslabels/table.php
index 81e7a969ae..106856e8d0 100644
--- a/resources/lang/fa-IR/admin/statuslabels/table.php
+++ b/resources/lang/fa-IR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'درباره ی برچسب های وضعیت',
+ 'about' => 'About Status Types',
'archived' => 'آرشیو',
'create' => 'ساخت برچسب وضعیت',
'color' => 'رنگ نمودار',
'default_label' => 'برچسب پیشفرض',
'default_label_help' => 'این برای اطمینان از اینکه پرکاربردترین برچسبهای وضعیت شما هنگام ایجاد/ویرایش داراییها در بالای کادر انتخاب ظاهر شوند استفاده میشود.',
'deployable' => 'گسترش',
- 'info' => 'برچسب های وضعیت، برای توصیف وضعیت های مختلفی که دارایی های شما می توانند داشته باشند، استفاده می شود. آن ها می توانند برای تعمیر، گمشده/دزدیده شده و غیره باشند. شما می توانید برچسب های وضعیت جدیدی برای گسترش کار، انتظار و آرشیو دارایی ها بسازید.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'نام وضعیت',
'pending' => 'در حالت انتظار',
'status_type' => 'نوع وضعیت',
diff --git a/resources/lang/fa-IR/general.php b/resources/lang/fa-IR/general.php
index 7acf05cc33..7736b2d118 100644
--- a/resources/lang/fa-IR/general.php
+++ b/resources/lang/fa-IR/general.php
@@ -607,7 +607,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% تکمیل',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/fi-FI/admin/custom_fields/general.php b/resources/lang/fi-FI/admin/custom_fields/general.php
index dc6174ec27..7e61d638a1 100644
--- a/resources/lang/fi-FI/admin/custom_fields/general.php
+++ b/resources/lang/fi-FI/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Hallitse',
'field' => 'Kenttä',
'about_fieldsets_title' => 'Tietoja kenttäsarjoista',
- 'about_fieldsets_text' => 'Kentäsarjoilla voit luoda ryhmiä mukautetuista kentistä, joita tarvitaan tietyillä laitemalleilla.',
+ 'about_fieldsets_text' => 'Kenttäkokoelma mahdollistaa kokoelmien muodostamisen mukautetuista kentistä joita käytetään usein tiettyjen laitemallien kanssa.',
'custom_format' => 'Mukautettu regex-formaatti...',
'encrypt_field' => 'Salaa tämän kentän arvo tietokannassa',
'encrypt_field_help' => 'VAROITUS: Kentän salaaminen estää kentän arvolla hakemisen.',
diff --git a/resources/lang/fi-FI/admin/settings/message.php b/resources/lang/fi-FI/admin/settings/message.php
index 521ce63d0b..3030a5b1cd 100644
--- a/resources/lang/fi-FI/admin/settings/message.php
+++ b/resources/lang/fi-FI/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'VIRHE: 301/302 :endpoint palauttaa uudelleenohjauksen. Turvallisuussyistä emme seuraa uudelleenohjauksia. Käytä todellista päätepistettä.',
'error_misc' => 'Jokin meni pieleen. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/fi-FI/admin/statuslabels/table.php b/resources/lang/fi-FI/admin/statuslabels/table.php
index 07c3a9802d..ff102286a5 100644
--- a/resources/lang/fi-FI/admin/statuslabels/table.php
+++ b/resources/lang/fi-FI/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Tietoja tilamerkinnöistä',
+ 'about' => 'About Status Types',
'archived' => 'Arkistoitu',
'create' => 'Uusi tilamerkintä',
'color' => 'Kaavion väri',
'default_label' => 'Oletustunniste',
'default_label_help' => 'Tätä käytetään varmistamaan, että yleisimmin käytetyt tilamerkinnät ovat valittavissa ylimpänä, kun luodaan tai muokataan laitteita.',
'deployable' => 'Käyttöönotettavissa',
- 'info' => 'Tilamerkintöjä käytetään kuvailemaan laitteidesi eri tiloja. Ne voivat olla korjauksessa, hävinneitä/varastettuja jne. Voit luoa uusia tilamerkintöjä käyttöönotettaville, odottaville sekä arkistoiduille laitteille.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Tilan nimi',
'pending' => 'Odottaa',
'status_type' => 'Tilatyyppi',
diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php
index ea7d0430fb..ec237a65d6 100644
--- a/resources/lang/fi-FI/general.php
+++ b/resources/lang/fi-FI/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% valmis',
'uploading' => 'Lähetetään... ',
- 'upload_error' => 'Virhe tiedostoa lähetettäessä. Tarkista, että tyhjiä rivejä ei ole ja että sarakkeiden nimiä ei ole kopioitu.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopioi leikepöydälle',
'copied' => 'Kopioitu!',
'status_compatibility' => 'Jos varat on jo määritetty, niitä ei voi muuttaa käyttökelvottomaksi tilatyypiksi, ja tämä arvon muutos ohitetaan.',
diff --git a/resources/lang/fil-PH/admin/custom_fields/general.php b/resources/lang/fil-PH/admin/custom_fields/general.php
index 1d4ca863dd..a8ecb0f0ed 100644
--- a/resources/lang/fil-PH/admin/custom_fields/general.php
+++ b/resources/lang/fil-PH/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Ang Field',
'about_fieldsets_title' => 'Ang Tungkol sa Fieldsets',
- 'about_fieldsets_text' => 'Ang Fieldsets ay nagbibigay permiso sa iyo na magsagawa ng grupo ng kustom na mga fields na madalas na ginagamit muli para sa partikular na tipo ng modelo ng asset.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'I-encrypt ang balyu sa field na ito sa database',
'encrypt_field_help' => 'BABALA: Ang pag-encrypt ng field ay maaaring maging hindi na ito maisaliksik.',
diff --git a/resources/lang/fil-PH/admin/settings/message.php b/resources/lang/fil-PH/admin/settings/message.php
index 6d4fd60b5e..215c4dbff9 100644
--- a/resources/lang/fil-PH/admin/settings/message.php
+++ b/resources/lang/fil-PH/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/fil-PH/admin/statuslabels/table.php b/resources/lang/fil-PH/admin/statuslabels/table.php
index 16f1ec6b14..5400b7e9c9 100644
--- a/resources/lang/fil-PH/admin/statuslabels/table.php
+++ b/resources/lang/fil-PH/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Tungkol sa Label ng Katayuan',
+ 'about' => 'About Status Types',
'archived' => 'Nailagay na sa Archive',
'create' => 'Magsagawa ng Label ng Katayuan',
'color' => 'Ang Kulay ng Chart',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Pwedeng Mai-deploy',
- 'info' => 'Ang mga label ng estado o katayuan ay ginagamit sa paglalarawan sa ibat-ibang estado ng iyong mga asset. Ito ay maaaring mailabas para sa pagsasaayos, nawala/ninakaw, atbp. Pwede kang gumawa ng ibang mga label ng estado para ss madaling mai-deploy, hindi natapos at mga na-archive na asset.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Ang Pangalan ng Estado',
'pending' => 'Hindi pa natapos',
'status_type' => 'Ang Uri ng Katayuan',
diff --git a/resources/lang/fil-PH/general.php b/resources/lang/fil-PH/general.php
index 185819e1d3..46c9d051ab 100644
--- a/resources/lang/fil-PH/general.php
+++ b/resources/lang/fil-PH/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% nakompleto na',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/fr-FR/admin/custom_fields/general.php b/resources/lang/fr-FR/admin/custom_fields/general.php
index 047f782109..edd49883cd 100644
--- a/resources/lang/fr-FR/admin/custom_fields/general.php
+++ b/resources/lang/fr-FR/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Gérer',
'field' => 'Champ',
'about_fieldsets_title' => 'A propos des fieldsets',
- 'about_fieldsets_text' => 'Les fieldsets permettent de créer des groupes de champs personnalisés que vous utilisez fréquemment pour des types de modèles spécifiques.',
+ 'about_fieldsets_text' => 'Les jeux de champs permettent de grouper les champs supplémentaires affectés à des modèles d\'actifs.',
'custom_format' => 'Format Regex personnalisé...',
'encrypt_field' => 'Chiffrer la valeur de ce champ dans la base de données',
'encrypt_field_help' => 'AVERTISSEMENT: Chiffrer un champ en rend la recherche sur le contenu impossible.',
diff --git a/resources/lang/fr-FR/admin/settings/message.php b/resources/lang/fr-FR/admin/settings/message.php
index 0aef512f14..56ccdb9f68 100644
--- a/resources/lang/fr-FR/admin/settings/message.php
+++ b/resources/lang/fr-FR/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERREUR : 301/302 :endpoint renvoie une redirection. Pour des raisons de sécurité, nous ne suivons pas les redirections. Veuillez utiliser le point de terminaison réel.',
'error_misc' => 'Une erreur est survenue. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/fr-FR/admin/statuslabels/table.php b/resources/lang/fr-FR/admin/statuslabels/table.php
index 0ef604e3b5..ac92e2bda3 100644
--- a/resources/lang/fr-FR/admin/statuslabels/table.php
+++ b/resources/lang/fr-FR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'À propos des étiquettes de statut',
+ 'about' => 'About Status Types',
'archived' => 'Retiré',
'create' => 'Créé une étiquette de statut',
'color' => 'Couleur du graphique',
'default_label' => 'Libellé par défaut',
'default_label_help' => 'Ceci est utilisé pour s\'assurer que vos étiquettes de statut les plus couramment utilisées apparaissent en haut de la case de sélection lors de la création/l\'édition des actifs.',
'deployable' => 'Déployable',
- 'info' => 'Les étiquettes d\'état sont utilisés pour décrire les différents états de vos actifs. Ils peuvent être pour réparation , perdu / volé , etc. Vous pouvez créer de nouvelles étiquettes d\'état pour déployable , en attente et actifs retirés.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nom du statut',
'pending' => 'En attente',
'status_type' => 'Type d\'état',
diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php
index ee938ad217..0a96f20909 100644
--- a/resources/lang/fr-FR/general.php
+++ b/resources/lang/fr-FR/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% terminé',
'uploading' => 'Téléversement... ',
- 'upload_error' => 'Erreur lors du téléversement du fichier. Veuillez vérifier qu\'il n\'y a pas de lignes vides et qu\'aucun nom de colonne n\'est dupliqué.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copier dans le presse-papier',
'copied' => 'Copié !',
'status_compatibility' => 'Si les actifs sont déjà assignés, ils ne peuvent pas être changés en un type d\'état non déployable et ce changement de valeur sera ignoré.',
diff --git a/resources/lang/fr-FR/mail.php b/resources/lang/fr-FR/mail.php
index 3e64806e61..a6cf7dca9a 100644
--- a/resources/lang/fr-FR/mail.php
+++ b/resources/lang/fr-FR/mail.php
@@ -23,7 +23,7 @@ return [
'Item_Requested' => 'Article demandé',
'License_Checkin_Notification' => 'Licence enregistrée',
'License_Checkout_Notification' => 'Licence verrouillée',
- 'license_for' => 'License for',
+ 'license_for' => 'Licence pour',
'Low_Inventory_Report' => 'Rapport d’inventaire bas',
'a_user_canceled' => 'Un·e utilisateur·trice a annulé une demande d’article sur le site Web',
'a_user_requested' => 'Un·e utilisateur·trice a demandé un article sur le site Web',
@@ -66,8 +66,8 @@ return [
'min_QTY' => 'Quantité minimum',
'name' => 'Nom',
'new_item_checked' => 'Un nouvel élément a été vérifié sous votre nom, les détails sont ci-dessous.',
- 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
- 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
+ 'new_item_checked_with_acceptance' => 'Un nouvel matériel a été emprunté sous votre nom et doit être accepté. Vous trouverez ci-dessous les détails correspondants.',
+ 'recent_item_checked' => 'Un matériel a récemment été emprunté sous votre nom et doit être accepté. Vous trouverez ci-dessous les détails correspondants.',
'notes' => 'Notes',
'password' => 'Mot de passe',
'password_reset' => 'Réinitialisation du mot de passe',
@@ -90,7 +90,7 @@ return [
'upcoming-audits' => 'Il y a :count matériel à venir pour un audit dans les :threshold jours.|Il y a :count matériels à venir pour un audit dans les :threshold jours.',
'user' => 'Utilisateur',
'username' => 'Nom d\'utilisateur',
- 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Rappel : vous avez des actifs non acceptés.',
'welcome' => 'Bienvenue, :name',
'welcome_to' => 'Bienvenue sur :web!',
'your_assets' => 'Voir vos matériels',
diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php
index 112cc0d11a..74779df3b4 100644
--- a/resources/lang/ga-IE/admin/custom_fields/general.php
+++ b/resources/lang/ga-IE/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Gort',
'about_fieldsets_title' => 'Maidir Fieldsets',
- 'about_fieldsets_text' => 'Ceadaíonn Fieldsets duit grúpaí de réimsí saincheaptha a chruthú a athúsáidtear go minic a úsáidtear le haghaidh cineálacha sonracha sócmhainne sonracha.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Criptigh luach an réimse seo sa bhunachar sonraí',
'encrypt_field_help' => 'RABHADH: Ní chuireann sé clóscríobh ar réimse.',
diff --git a/resources/lang/ga-IE/admin/settings/message.php b/resources/lang/ga-IE/admin/settings/message.php
index 69da852b8e..43e50068d6 100644
--- a/resources/lang/ga-IE/admin/settings/message.php
+++ b/resources/lang/ga-IE/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/ga-IE/admin/statuslabels/table.php b/resources/lang/ga-IE/admin/statuslabels/table.php
index 78565d2893..0954c30b71 100644
--- a/resources/lang/ga-IE/admin/statuslabels/table.php
+++ b/resources/lang/ga-IE/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Maidir Lipéid Stádas',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Lipéad Stádas a Chruthaigh',
'color' => 'Cairt Dath',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Infheidhmithe',
- 'info' => 'Úsáidtear lipéid stádas chun cur síos a dhéanamh ar na stáit éagsúla a d\'fhéadfadh do shócmhainní a bheith ann. Féadfaidh siad a bheith amach le haghaidh a dheisiú, a chailltear / a goideadh, etc. Is féidir leat lipéid stádais nua a chruthú le haghaidh sócmhainní in-imscartha, ar feitheamh agus i gcartlann.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Ainm Stádas',
'pending' => 'Ar feitheamh',
'status_type' => 'Cineál Stádas',
diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php
index e8b0b01c2a..d32ef54b07 100644
--- a/resources/lang/ga-IE/general.php
+++ b/resources/lang/ga-IE/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% comhlánaigh',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/he-IL/admin/custom_fields/general.php b/resources/lang/he-IL/admin/custom_fields/general.php
index 62bc71f82a..bb3d72a5b3 100644
--- a/resources/lang/he-IL/admin/custom_fields/general.php
+++ b/resources/lang/he-IL/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'שדה',
'about_fieldsets_title' => 'אודות שדות',
- 'about_fieldsets_text' => 'Fieldsets מאפשרים לך ליצור קבוצות של שדות מותאמים אישית המשמשים לעתים קרובות לשימוש עבור סוגים ספציפיים של דגמי נכסים.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'הצפן את הערך של שדה זה במסד הנתונים',
'encrypt_field_help' => 'אזהרה: הצפנת שדה הופכת אותו לבלתי ניתן לחיפוש.',
diff --git a/resources/lang/he-IL/admin/settings/message.php b/resources/lang/he-IL/admin/settings/message.php
index 9274ca4755..f97e8714b8 100644
--- a/resources/lang/he-IL/admin/settings/message.php
+++ b/resources/lang/he-IL/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
'error_misc' => 'משהו השתבש אופסי פופסי. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' ערוץ ההתליות לא נמצא.'
+ 'webhook_channel_not_found' => ' ערוץ ההתליות לא נמצא.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/he-IL/admin/statuslabels/table.php b/resources/lang/he-IL/admin/statuslabels/table.php
index 9a198c69ef..7c06e32953 100644
--- a/resources/lang/he-IL/admin/statuslabels/table.php
+++ b/resources/lang/he-IL/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'על תוויות סטטוס',
+ 'about' => 'About Status Types',
'archived' => 'בארכיון',
'create' => 'צור תווית סטטוס',
'color' => 'צבע תרשים',
'default_label' => 'תווית ברירת מחדל',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'ניתן לפריסה',
- 'info' => 'תוויות סטטוס משמשות לתיאור המצבים השונים שהנכסים שלך יכולים להיות בהם. הם עשויים להיות מחוץ לתיקונים, לאיבוד / לגניבה וכו \'. ניתן ליצור תוויות סטטוס חדשות עבור נכסים הניתנים לפריסה, ממתינים ועומדים בארכיון.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'שם סטטוס',
'pending' => 'ממתין ל',
'status_type' => 'סוג סטטוס',
diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php
index a0002e903a..e48056ebee 100644
--- a/resources/lang/he-IL/general.php
+++ b/resources/lang/he-IL/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% לְהַשְׁלִים',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/hi-IN/admin/custom_fields/general.php b/resources/lang/hi-IN/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/hi-IN/admin/custom_fields/general.php
+++ b/resources/lang/hi-IN/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/hi-IN/admin/settings/message.php b/resources/lang/hi-IN/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/hi-IN/admin/settings/message.php
+++ b/resources/lang/hi-IN/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/hi-IN/admin/statuslabels/table.php b/resources/lang/hi-IN/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/hi-IN/admin/statuslabels/table.php
+++ b/resources/lang/hi-IN/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/hi-IN/general.php b/resources/lang/hi-IN/general.php
index 3cf7a31e6e..d2e16aafbb 100644
--- a/resources/lang/hi-IN/general.php
+++ b/resources/lang/hi-IN/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/hr-HR/admin/custom_fields/general.php b/resources/lang/hr-HR/admin/custom_fields/general.php
index b5281868ff..abb6735775 100644
--- a/resources/lang/hr-HR/admin/custom_fields/general.php
+++ b/resources/lang/hr-HR/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Polje',
'about_fieldsets_title' => 'O karticama Fieldsets',
- 'about_fieldsets_text' => 'Poljaci omogućuju stvaranje grupa prilagođenih polja koja se često upotrebljavaju za određene vrste imovine.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Šifriranje vrijednosti ovog polja u bazi podataka',
'encrypt_field_help' => 'UPOZORENJE: Šifriranje polja čini ga nedokučivim.',
diff --git a/resources/lang/hr-HR/admin/settings/message.php b/resources/lang/hr-HR/admin/settings/message.php
index ae41931039..493c633426 100644
--- a/resources/lang/hr-HR/admin/settings/message.php
+++ b/resources/lang/hr-HR/admin/settings/message.php
@@ -24,7 +24,7 @@ return [
],
'mail' => [
'sending' => 'Sending Test Email...',
- 'success' => 'Mail sent!',
+ 'success' => 'E-mail poslan!',
'error' => 'Mail could not be sent.',
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
],
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/hr-HR/admin/statuslabels/table.php b/resources/lang/hr-HR/admin/statuslabels/table.php
index 57d2f34fd8..597cccebe2 100644
--- a/resources/lang/hr-HR/admin/statuslabels/table.php
+++ b/resources/lang/hr-HR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'O oznakama statusa',
+ 'about' => 'About Status Types',
'archived' => 'Arhivirano',
'create' => 'Stvaranje oznake statusa',
'color' => 'Boja grafikona',
'default_label' => 'Zadana oznaka',
'default_label_help' => 'Ovo se koristi za osiguravanje da se najčešće korištene oznake statusa pojavljuju pri vrhu okvira za odabir prilikom stvaranja/uređivanja imovine.',
'deployable' => 'razmjestiti',
- 'info' => 'Oznake statusa upotrebljavaju se za opisivanje različitih država koje vaša imovina može biti. Oni mogu biti izvan za popravak, izgubljen / ukraden, itd. Možete stvoriti nove oznake statusa za raspoložive, čekajuće i arhivirane imovine.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Naziv statusa',
'pending' => 'U tijeku',
'status_type' => 'Vrsta statusa',
diff --git a/resources/lang/hr-HR/admin/users/general.php b/resources/lang/hr-HR/admin/users/general.php
index b6144bd003..3f69ccf1cb 100644
--- a/resources/lang/hr-HR/admin/users/general.php
+++ b/resources/lang/hr-HR/admin/users/general.php
@@ -44,9 +44,9 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
- 'vip_label' => 'VIP user',
+ 'vip_label' => 'VIP korisnik',
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
- 'create_user' => 'Create a user',
+ 'create_user' => 'Kreiraj korisnika',
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
'email_credentials' => 'Email credentials',
'email_credentials_text' => 'Email my credentials to the email address above',
diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php
index 65bfe05e40..f5ec22c3a1 100644
--- a/resources/lang/hr-HR/general.php
+++ b/resources/lang/hr-HR/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% potpun',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/hu-HU/admin/custom_fields/general.php b/resources/lang/hu-HU/admin/custom_fields/general.php
index 9a66c7804e..7976f1b292 100644
--- a/resources/lang/hu-HU/admin/custom_fields/general.php
+++ b/resources/lang/hu-HU/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Kezelés',
'field' => 'Mező',
'about_fieldsets_title' => 'A mezőcsoportokról',
- 'about_fieldsets_text' => 'A mezőcsoportokkal tudsz létrehozni olyan gyakran használt egyedi mezőket csoportosító speciális eszköz modell típusokat.',
+ 'about_fieldsets_text' => 'A mezőkészletek lehetővé teszik, hogy olyan egyéni mezők csoportjait hozza létre, amelyeket gyakran újra használnak bizonyos eszközmodell-típusok.',
'custom_format' => 'Egyedi Regex formátum...',
'encrypt_field' => 'A mező értékének titkosítása az adatbázisban',
'encrypt_field_help' => 'Figyelmeztetés: egy mező titkosítása kereshetetlenné teszi azt.',
diff --git a/resources/lang/hu-HU/admin/settings/message.php b/resources/lang/hu-HU/admin/settings/message.php
index d9662c3b73..ae50efc8d9 100644
--- a/resources/lang/hu-HU/admin/settings/message.php
+++ b/resources/lang/hu-HU/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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 :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/hu-HU/admin/statuslabels/table.php b/resources/lang/hu-HU/admin/statuslabels/table.php
index 7f5bc3709b..ba5730f410 100644
--- a/resources/lang/hu-HU/admin/statuslabels/table.php
+++ b/resources/lang/hu-HU/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'A státusz címkékről',
+ 'about' => 'About Status Types',
'archived' => 'Archivált',
'create' => 'Státusz címke létrehozása',
'color' => 'Grafikon színe',
'default_label' => 'Alapértelmezett címke',
'default_label_help' => 'Ez annak biztosítására szolgál, hogy a leggyakrabban használt állapotcímkék a kiválasztott mező tetején jelenjenek meg az eszközök létrehozásakor / szerkesztésekor.',
'deployable' => 'Telepíthető',
- 'info' => 'A státusz címkék arra szolgálnak, hogy az eszközök különböző állapotát leírják. Például javítás alatt, eltűnt/ellopott, stb. Új címkéket is létre lehet hozni telepíthető, függőben levő és archivált eszközökhöz.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Státusz elnevezése',
'pending' => 'Függőben',
'status_type' => 'Státusz típusa',
diff --git a/resources/lang/hu-HU/general.php b/resources/lang/hu-HU/general.php
index 6f864cd969..89f2db4264 100644
--- a/resources/lang/hu-HU/general.php
+++ b/resources/lang/hu-HU/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'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 és nincsenek oszlop fejléc nevek duplikálva.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Másolás a vágólapra',
'copied' => 'Másolva!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/id-ID/admin/settings/message.php b/resources/lang/id-ID/admin/settings/message.php
index 71676e2104..aea23ab792 100644
--- a/resources/lang/id-ID/admin/settings/message.php
+++ b/resources/lang/id-ID/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'KESALAHAN: 301/302 :endpoint mengembalikan pengalihan. Untuk alasan keamanan, kami tidak mengikuti pengalihan. Harap gunakan endpoint yang sebenarnya.',
'error_misc' => 'Terjadi kesalahan. :( ',
'webhook_fail' => ' notifikasi webhook gagal: Pastikan URL masih valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/id-ID/admin/statuslabels/table.php b/resources/lang/id-ID/admin/statuslabels/table.php
index 091b852583..84d261b6a1 100644
--- a/resources/lang/id-ID/admin/statuslabels/table.php
+++ b/resources/lang/id-ID/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Tentang label status',
+ 'about' => 'About Status Types',
'archived' => 'Diarsipkan',
'create' => 'Membuat label status',
'color' => 'Warna Bagan',
'default_label' => 'Label standar',
'default_label_help' => 'Ini digunakan untuk memastikan label status yang paling sering digunakan muncul di bagian atas kotak pilih saat membuat / mengedit aset.',
'deployable' => 'Dapat digunakan',
- 'info' => 'Label status digunakan untuk menjelaskan berbagai macam status aset. Sebagai contoh, rusak/hilang, dalam perbaikan dan sebagainya. Anda dapat membuat status label baru untuk penundaan aset, aset yang dapat digunakan dan aset yang diarsipkan.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nama Status',
'pending' => 'Tunda',
'status_type' => 'Tipe Status',
diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php
index adffc60805..88423b3228 100644
--- a/resources/lang/id-ID/general.php
+++ b/resources/lang/id-ID/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Kolom Informasi Peminjam',
'percent_complete' => '% lengkap',
'uploading' => 'Sedang mengunggah... ',
- 'upload_error' => 'Terjadi kesalahan saat mengunggah berkas. Pastikan tidak ada baris yang kosong dan nama kolom tidak ada yang ganda.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Salin ke Papan Klip',
'copied' => 'Disalin!',
'status_compatibility' => 'Jika aset telah dialokasikan, statusnya tidak dapat diubah menjadi tidak dapat digunakan, dan perubahan ini akan diabaikan.',
diff --git a/resources/lang/is-IS/admin/custom_fields/general.php b/resources/lang/is-IS/admin/custom_fields/general.php
index 0fb51d410d..98d73edc48 100644
--- a/resources/lang/is-IS/admin/custom_fields/general.php
+++ b/resources/lang/is-IS/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Stjórna',
'field' => 'reitur',
'about_fieldsets_title' => 'Um reitasett',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/is-IS/admin/settings/message.php b/resources/lang/is-IS/admin/settings/message.php
index 14f2ad472c..e1b849b6f2 100644
--- a/resources/lang/is-IS/admin/settings/message.php
+++ b/resources/lang/is-IS/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
'error_misc' => 'Eitthvað fór úrskeiðis. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/is-IS/admin/statuslabels/table.php b/resources/lang/is-IS/admin/statuslabels/table.php
index 44d2a5b365..1b548332e6 100644
--- a/resources/lang/is-IS/admin/statuslabels/table.php
+++ b/resources/lang/is-IS/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Safnvistað',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Nothæfar',
- 'info' => 'Stöðumerkingar eru notaðar til að lýsa því ástandi sem eignir geta verið í. Þær geta verið í viðgerð, týndar/stolnar o. s. frv. Þú getur búið til nýjar stöðumerkingar fyrir eignir sem eru tilbúnar til ráðstöfunar, eru á bið eða hafa verið safnvistaðar.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Á bið',
'status_type' => 'Tegund stöðu',
diff --git a/resources/lang/is-IS/general.php b/resources/lang/is-IS/general.php
index 326b595231..5926e335bd 100644
--- a/resources/lang/is-IS/general.php
+++ b/resources/lang/is-IS/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% lokið',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/it-IT/admin/custom_fields/general.php b/resources/lang/it-IT/admin/custom_fields/general.php
index 944ef2a341..cc3503d51b 100644
--- a/resources/lang/it-IT/admin/custom_fields/general.php
+++ b/resources/lang/it-IT/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Gestire',
'field' => 'Campo',
'about_fieldsets_title' => 'Fileldsets',
- 'about_fieldsets_text' => 'I Fieldset ti permettono di creare gruppi di campi personalizzati che sono frequentemente riutilizzati per modelli specifici di Bene.',
+ 'about_fieldsets_text' => 'I set di campi consentono di creare gruppi di campi personalizzati che vengono spesso riutilizzati per modelli di beni specifici.',
'custom_format' => 'Formato Regex personalizzato...',
'encrypt_field' => 'Crittografare il valore di questo campo nel database',
'encrypt_field_help' => 'ATTENZIONE: Se il campo viene crittografato non sarà possibile cercarlo.',
diff --git a/resources/lang/it-IT/admin/settings/message.php b/resources/lang/it-IT/admin/settings/message.php
index 9e644ee620..9ae87c9308 100644
--- a/resources/lang/it-IT/admin/settings/message.php
+++ b/resources/lang/it-IT/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint restituisce un reindirizzamento. Per motivi di sicurezza, non seguiamo reindirizzamenti. Si prega di utilizzare l\'endpoint attuale.',
'error_misc' => 'Qualcosa è andato storto. :( ',
'webhook_fail' => ' notifica webhook fallita: Controlla che l\'URL sia ancora valido.',
- 'webhook_channel_not_found' => ' canale webhook non trovato.'
+ 'webhook_channel_not_found' => ' canale webhook non trovato.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Le tue impostazioni non sono state salvate.',
'mismatch' => 'C\'è 1 elemento nel database che ha bisogno della vostra attenzione prima di abilitare i filtri per posizione.|Ci sono :count elementi nel database che hanno bisogno della vostra attenzione prima di abilitare i filtri per posizione.',
],
-
];
diff --git a/resources/lang/it-IT/admin/statuslabels/table.php b/resources/lang/it-IT/admin/statuslabels/table.php
index 1bd019b58f..4ef5f09291 100644
--- a/resources/lang/it-IT/admin/statuslabels/table.php
+++ b/resources/lang/it-IT/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Informazioni sulle etichette di stato',
+ 'about' => 'About Status Types',
'archived' => 'Archiviato',
'create' => 'Crea Etichetta di Stato',
'color' => 'Colore del grafico',
'default_label' => 'Etichetta predefinita',
'default_label_help' => 'Viene utilizzato per garantire che le etichette di stato più comuni vengano visualizzate nella parte superiore della casella di selezione durante la creazione / modifica delle risorse.',
'deployable' => 'Assegnabile',
- 'info' => 'Le etichette di stato sono usate per descrivere i vari stati dei beni. Essi possono essere fuori per la riparazione, perso o rubato, etc. È possibile creare nuove etichette di stato per schierabili, in attesa e dei beni archiviati.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nome Stato',
'pending' => 'In attesa',
'status_type' => 'Tipo di stato',
diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php
index 4a1b94340c..90defb3cbc 100644
--- a/resources/lang/it-IT/general.php
+++ b/resources/lang/it-IT/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Campi degli assegnati',
'percent_complete' => '% completato',
'uploading' => 'Caricamento... ',
- 'upload_error' => 'Errore nel caricamento del file. Controlla che non ci siano righe vuote e che nessun nome di colonna sia duplicato.',
+ 'upload_error' => 'Errore nel caricamento del file. Si prega di controllare che non ci siano righe vuote o nomi di colonne duplicati nel CSV e che le autorizzazioni del server consentano i caricamenti.',
'copy_to_clipboard' => 'Copia negli Appunti',
'copied' => 'Copiato!',
'status_compatibility' => 'Se i Beni sono già assegnati, il loro stato non può essere cambiato in "Non consegnabile" e la modifica di questo valore verrà ignorata.',
diff --git a/resources/lang/iu-NU/admin/custom_fields/general.php b/resources/lang/iu-NU/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/iu-NU/admin/custom_fields/general.php
+++ b/resources/lang/iu-NU/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/iu-NU/admin/settings/message.php b/resources/lang/iu-NU/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/iu-NU/admin/settings/message.php
+++ b/resources/lang/iu-NU/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/iu-NU/admin/statuslabels/table.php b/resources/lang/iu-NU/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/iu-NU/admin/statuslabels/table.php
+++ b/resources/lang/iu-NU/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/iu-NU/general.php b/resources/lang/iu-NU/general.php
index 3cf7a31e6e..d2e16aafbb 100644
--- a/resources/lang/iu-NU/general.php
+++ b/resources/lang/iu-NU/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/ja-JP/admin/settings/message.php b/resources/lang/ja-JP/admin/settings/message.php
index 7589ea2caf..8612ef0ef8 100644
--- a/resources/lang/ja-JP/admin/settings/message.php
+++ b/resources/lang/ja-JP/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'エラー: 301/302 :endpoint はリダイレクトを返します。セキュリティ上の理由から、リダイレクトには従いません。実際のエンドポイントを使用してください。',
'error_misc' => '問題が発生しました。:( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => '設定は保存されませんでした。',
'mismatch' => '位置情報を有効にする前に対応が必要な項目が、データベースに 1 件あります。|位置情報を有効にする前に対応が必要な項目が、データベースに :count 件あります。',
],
-
];
diff --git a/resources/lang/ja-JP/admin/statuslabels/table.php b/resources/lang/ja-JP/admin/statuslabels/table.php
index 0efad234f3..f02138d2ff 100644
--- a/resources/lang/ja-JP/admin/statuslabels/table.php
+++ b/resources/lang/ja-JP/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'ステータスラベルについて',
+ 'about' => 'About Status Types',
'archived' => 'アーカイブ',
'create' => 'ステータスラベルを作成',
'color' => 'グラフの色',
'default_label' => 'デフォルトラベル',
'default_label_help' => 'もっとも一般的に使用されるステータスラベルを、資産を作成/編集する際に選択ボックスの上部に表示します。',
'deployable' => '配備可能',
- 'info' => 'ステータスラベルは資産の様々な状態の説明に利用されます。修理中であったり、紛失/盗難かもしれません。資産を配備可能、ペンディング、保管といった新しいステータスラベルを作成できます。',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'ステータス名',
'pending' => '保留中',
'status_type' => 'ステータスタイプ',
diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php
index cf73a855cc..38fe7001c9 100644
--- a/resources/lang/ja-JP/general.php
+++ b/resources/lang/ja-JP/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% 成功',
'uploading' => 'アップロード中... ',
- 'upload_error' => 'ファイルのアップロード中にエラーが発生しました。空の行がなく、列名が重複していないことを確認してください。',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'クリップボードにコピー',
'copied' => 'コピーしました!',
'status_compatibility' => 'アセットがすでに割り当てられている場合、デプロイできないステータスタイプに変更することはできません。この値の変更はスキップされます。',
diff --git a/resources/lang/km-KH/admin/custom_fields/general.php b/resources/lang/km-KH/admin/custom_fields/general.php
index 0a3d9ba05f..58533c2852 100644
--- a/resources/lang/km-KH/admin/custom_fields/general.php
+++ b/resources/lang/km-KH/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'គ្រប់គ្រង',
'field' => 'វាល',
'about_fieldsets_title' => 'អំពី Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets អនុញ្ញាតឱ្យអ្នកបង្កើតក្រុមនៃវាលផ្ទាល់ខ្លួនដែលត្រូវបានប្រើឡើងវិញជាញឹកញាប់សម្រាប់ប្រភេទគំរូទ្រព្យសកម្មជាក់លាក់។',
'custom_format' => 'ទម្រង់ Regex ផ្ទាល់ខ្លួន...',
'encrypt_field' => 'អ៊ិនគ្រីបតម្លៃនៃវាលនេះនៅក្នុងមូលដ្ឋានទិន្នន័យ',
'encrypt_field_help' => 'ការព្រមាន៖ ការអ៊ិនគ្រីបវាលធ្វើឱ្យវាមិនអាចស្វែងរកបាន។',
diff --git a/resources/lang/km-KH/admin/settings/message.php b/resources/lang/km-KH/admin/settings/message.php
index 1cf15f439c..a2a3a46473 100644
--- a/resources/lang/km-KH/admin/settings/message.php
+++ b/resources/lang/km-KH/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'កំហុស៖ 301/302៖ ចំណុចបញ្ចប់ត្រឡប់ការបញ្ជូនបន្ត។ សម្រាប់ហេតុផលសុវត្ថិភាព យើងមិនធ្វើតាមការបញ្ជូនបន្តទេ។ សូមប្រើចំណុចបញ្ចប់ពិតប្រាកដ។',
'error_misc' => 'មានអ្វីមួយមិនប្រក្រតី។ :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/km-KH/admin/statuslabels/table.php b/resources/lang/km-KH/admin/statuslabels/table.php
index 73388028f9..cfed7a698a 100644
--- a/resources/lang/km-KH/admin/statuslabels/table.php
+++ b/resources/lang/km-KH/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'អំពីស្លាកស្ថានភាព',
+ 'about' => 'About Status Types',
'archived' => 'ទុកក្នុងប័ណ្ណសារ',
'create' => 'បង្កើតស្លាកស្ថានភាព',
'color' => 'ពណ៌គំនូសតាង',
'default_label' => 'ស្លាកលំនាំដើម',
'default_label_help' => 'វាត្រូវបានប្រើដើម្បីធានាថាស្លាកស្ថានភាពដែលប្រើជាទូទៅរបស់អ្នកបង្ហាញនៅផ្នែកខាងលើនៃប្រអប់ជ្រើសរើសពេលបង្កើត/កែសម្រួលទ្រព្យសកម្ម។',
'deployable' => 'អាចប្រើបាន',
- 'info' => 'ស្លាកស្ថានភាពត្រូវបានប្រើដើម្បីពណ៌នាអំពីស្ថានភាពផ្សេងៗដែលទ្រព្យសម្បត្តិរបស់អ្នកអាចស្ថិតនៅក្នុង។ ពួកវាអាចនឹងត្រូវជួសជុល បាត់បង់/លួច។ អ្នកអាចបង្កើតស្លាកស្ថានភាពថ្មីសម្រាប់ទ្រព្យសកម្មដែលអាចប្រើបាន រង់ចាំ និងទុកក្នុងប័ណ្ណសារ។',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'ឈ្មោះស្ថានភាព',
'pending' => 'កំពុងរង់ចាំ',
'status_type' => 'ប្រភេទស្ថានភាព',
diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php
index b703fa30e8..801f42f54d 100644
--- a/resources/lang/km-KH/general.php
+++ b/resources/lang/km-KH/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'វាលច្រើន បានចេញយកទៅកាន់',
'percent_complete' => '% រួចរាល់',
'uploading' => 'កំពុងបង្ហោះ... ',
- 'upload_error' => 'កំហុសក្នុងការបង្ហោះឯកសារ។ សូមពិនិត្យមើលថាគ្មានជួរដេកទទេ ហើយថាគ្មានឈ្មោះជួរឈរត្រូវបានស្ទួនទេ។',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'ចម្លងទៅក្ដារតម្បៀតខ្ទាស់',
'copied' => 'បានចម្លង!',
'status_compatibility' => 'ប្រសិនបើទ្រព្យសម្បត្តិត្រូវបានចាត់ចែងរួចហើយ ពួកវាមិនអាចប្តូរទៅជាប្រភេទស្ថានភាពដែលមិនអាចប្រើប្រាស់បានឡើយ ហើយការផ្លាស់ប្តូរតម្លៃនេះនឹងត្រូវបានរំលង។',
diff --git a/resources/lang/ko-KR/admin/custom_fields/general.php b/resources/lang/ko-KR/admin/custom_fields/general.php
index 08001d790d..45025d31fd 100644
--- a/resources/lang/ko-KR/admin/custom_fields/general.php
+++ b/resources/lang/ko-KR/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => '관리',
'field' => '항목',
'about_fieldsets_title' => '항목세트란',
- 'about_fieldsets_text' => '항목세트는 특정 자산 모델에 사용하기 위해 빈번하게 재사용되는 사용자 정의 항목의 그룹을 생성하는 것을 허용합니다.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => '필드 암호화',
'encrypt_field_help' => '경고: 항목을 암호화 하면 검색을 할 수 없습니다.',
diff --git a/resources/lang/ko-KR/admin/settings/message.php b/resources/lang/ko-KR/admin/settings/message.php
index 5902274ce2..f046375937 100644
--- a/resources/lang/ko-KR/admin/settings/message.php
+++ b/resources/lang/ko-KR/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/ko-KR/admin/statuslabels/table.php b/resources/lang/ko-KR/admin/statuslabels/table.php
index 0c6e0b92fb..03a28f48dc 100644
--- a/resources/lang/ko-KR/admin/statuslabels/table.php
+++ b/resources/lang/ko-KR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'상태 꼬리표란',
+ 'about' => 'About Status Types',
'archived' => '보관됨',
'create' => '상태 꼬리표 생성',
'color' => '차트 색',
'default_label' => '기본 라벨',
'default_label_help' => '이것은 자산을 생성 / 수정 시에 선택 상자의 최상단의 일반적으로 상태 레이블을 표시되는데 사용됩니다.',
'deployable' => '사용가능',
- 'info' => '상태 꼬리표는 소유한 자산들의 다양한 상태들을 묘사할 때 사용됩니다. 수리요망, 분실/도난 등이 될 것입니다. 사용 할 수 있거나, 대기중이거나 보관된 자산들 대상으로 새로운 상태 딱지를 생성할 수 있습니다.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => '상태 명',
'pending' => '대기중',
'status_type' => '상태 유형',
diff --git a/resources/lang/ko-KR/general.php b/resources/lang/ko-KR/general.php
index 0389e7f5f5..c52e3be597 100644
--- a/resources/lang/ko-KR/general.php
+++ b/resources/lang/ko-KR/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% 완료',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/lt-LT/admin/custom_fields/general.php b/resources/lang/lt-LT/admin/custom_fields/general.php
index fe7a512996..837df378a2 100644
--- a/resources/lang/lt-LT/admin/custom_fields/general.php
+++ b/resources/lang/lt-LT/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Tvarkyti',
'field' => 'Laukas',
'about_fieldsets_title' => 'Apie laukų grupes',
- 'about_fieldsets_text' => 'Laukų grupės leidžia jums sukurti grupes kurios dažnai naudojamos specifiniai įrangai.',
+ 'about_fieldsets_text' => 'Laukų rinkiniai leidžia kurti pritaikytų laukų grupes, kurios dažnai naudojamos konkretiems turto modelių tipams.',
'custom_format' => 'Tinkintas Regex formatas...',
'encrypt_field' => 'Šifruoti šio lauko reikšmę duomenų bazėje',
'encrypt_field_help' => 'ĮSPĖJIMAS: Užšifravus lauką, jo nebebus galima ieškoti.',
diff --git a/resources/lang/lt-LT/admin/settings/message.php b/resources/lang/lt-LT/admin/settings/message.php
index 764b39bc07..d28cb30510 100644
--- a/resources/lang/lt-LT/admin/settings/message.php
+++ b/resources/lang/lt-LT/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'KLAIDA: 301/302 :endpoint rodo peradresavimą. Saugumo sumetimais peradresavimų nevykdome. Naudokite tikrąjį galinį tašką.',
'error_misc' => 'Kažkas ne taip. :( ',
'webhook_fail' => ' „Webhook“ pranešimas nepavyko: patikrinkite ar URL vis dar galioja.',
- 'webhook_channel_not_found' => ' „webhook“ kanalas nerastas.'
+ 'webhook_channel_not_found' => ' „webhook“ kanalas nerastas.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/lt-LT/admin/statuslabels/table.php b/resources/lang/lt-LT/admin/statuslabels/table.php
index 11f90c4b24..908cd743d1 100644
--- a/resources/lang/lt-LT/admin/statuslabels/table.php
+++ b/resources/lang/lt-LT/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Apie būsenos žymas',
+ 'about' => 'About Status Types',
'archived' => 'Archyvuota',
'create' => 'Kurti būsenos žymą',
'color' => 'Diagramos spalva',
'default_label' => 'Numatytoji žyma',
'default_label_help' => 'Tai naudojama siekiant užtikrinti, kad kuriant ar redaguojant turtą, dažniausiai naudojamos būsenos žymos būtų rodomos pasirinkimo lauko viršuje.',
'deployable' => 'Naudotini',
- 'info' => 'Būsenos žymos nusako galimas jūsų turto būsenas. Pavyzdžiui, turtas gali būti perduotas remontui, pamestas/pavogtas ir kt. Čia galite kurti naujas būsenos žymas naudotinam, ruošiamam ir archyvuotam turtui.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Būsenos pavadinimas',
'pending' => 'Ruošiama',
'status_type' => 'Būsenos tipas',
diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php
index 6b5a459b1f..f34547a039 100644
--- a/resources/lang/lt-LT/general.php
+++ b/resources/lang/lt-LT/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Priskyrimo laukai',
'percent_complete' => '% baigta',
'uploading' => 'Įkeliama... ',
- 'upload_error' => 'Klaida įkeliant failą. Patikrinkite, ar nėra tuščių eilučių ir besidubliuojančių stulpelių pavadinimų.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopijuoti į iškarpinę',
'copied' => 'Nukopijuota!',
'status_compatibility' => 'Jei turtas jau yra išduotas, jo būsena negali būti pakeista į neišduotinos būsenos tipą, todėl šios reikšmės pakeitimas nebus atliekamas.',
diff --git a/resources/lang/lv-LV/admin/custom_fields/general.php b/resources/lang/lv-LV/admin/custom_fields/general.php
index ba524de2f9..f9a38f1274 100644
--- a/resources/lang/lv-LV/admin/custom_fields/general.php
+++ b/resources/lang/lv-LV/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Pārvaldīt',
'field' => 'Lauks',
'about_fieldsets_title' => 'Par lauka laukiem',
- 'about_fieldsets_text' => 'Lauka ailes ļauj jums izveidot pielāgotu lauku grupas, kuras bieži tiek atkārtoti izmantotas konkrētu aktīvu veidu tipiem.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Šifrējiet šī lauka vērtību datu bāzē',
'encrypt_field_help' => 'BRĪDINĀJUMS: lauka šifrēšana padara to neizpētītu.',
diff --git a/resources/lang/lv-LV/admin/settings/message.php b/resources/lang/lv-LV/admin/settings/message.php
index 4c71704308..2bf633f488 100644
--- a/resources/lang/lv-LV/admin/settings/message.php
+++ b/resources/lang/lv-LV/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/lv-LV/admin/statuslabels/table.php b/resources/lang/lv-LV/admin/statuslabels/table.php
index 2b41c33f55..9f35a01504 100644
--- a/resources/lang/lv-LV/admin/statuslabels/table.php
+++ b/resources/lang/lv-LV/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Par statusa etiķetēm',
+ 'about' => 'About Status Types',
'archived' => 'Arhivēts',
'create' => 'Izveidot statusa marķējumu',
'color' => 'Diagrammas krāsa',
'default_label' => 'Noklusējums',
'default_label_help' => 'Tiek lietots, lai attēlotu biežāk lietotos marķējumus izvēles saraksta augšgalā, kad tiek veidota aparatūras vienība.',
'deployable' => 'Izvietojams',
- 'info' => 'Statusa etiķetes tiek izmantotas, lai aprakstītu dažādas valstis, kurās varētu būt aktīvi. Tie var būt paredzēti remontam, nozaudēšanai / nozagšanai utt. Varat izveidot jaunas statusa etiķetes izvietojamiem, gaidīšanas un arhivētiem aktīviem.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Statusa nosaukums',
'pending' => 'Gaida',
'status_type' => 'Statusa veids',
diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php
index 8045e3ddc4..2feb6f66e7 100644
--- a/resources/lang/lv-LV/general.php
+++ b/resources/lang/lv-LV/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% pabeigt',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/mi-NZ/admin/custom_fields/general.php b/resources/lang/mi-NZ/admin/custom_fields/general.php
index 3befe613d9..a43171d42f 100644
--- a/resources/lang/mi-NZ/admin/custom_fields/general.php
+++ b/resources/lang/mi-NZ/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Āpure',
'about_fieldsets_title' => 'Mō Ngā Āpure',
- 'about_fieldsets_text' => 'Ka taea e nga maraahi ki a koe te hanga i nga roopu o nga mahinga ritenga e whakamahia ana mo nga momo waahanga motuhake.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Whakamunahia te uara o tenei mara i roto i te pātengi raraunga',
'encrypt_field_help' => 'WARNING: Ko te whakamunatanga o te mara kaore e kitea.',
diff --git a/resources/lang/mi-NZ/admin/settings/message.php b/resources/lang/mi-NZ/admin/settings/message.php
index 42c3eafbfd..1111536c4d 100644
--- a/resources/lang/mi-NZ/admin/settings/message.php
+++ b/resources/lang/mi-NZ/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/mi-NZ/admin/statuslabels/table.php b/resources/lang/mi-NZ/admin/statuslabels/table.php
index 3bdc6ff621..31939028e9 100644
--- a/resources/lang/mi-NZ/admin/statuslabels/table.php
+++ b/resources/lang/mi-NZ/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Mō nga Tapanga Tūnga',
+ 'about' => 'About Status Types',
'archived' => 'Whakamahia',
'create' => 'Waihanga Tapanga Whakaaetanga',
'color' => 'Tae Tae',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Kaore e taea',
- 'info' => 'Ka whakamahia nga tapanga taatai hei whakaahua i nga ahuatanga ka taea e nga taonga hei whakauru ki a koe. Ka puta pea ki te whakapai, ki te ngaro, ki te tahae, me era atu. Ka taea e koe te hanga i nga waahanga hou hou mo nga mea e taea ana e nga mea e pa ana, e tatari ana me te kounga.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Ingoa Tūnga',
'pending' => 'Kei te tatari',
'status_type' => 'Momo Tūnga',
diff --git a/resources/lang/mi-NZ/general.php b/resources/lang/mi-NZ/general.php
index 851019a0c1..028493340b 100644
--- a/resources/lang/mi-NZ/general.php
+++ b/resources/lang/mi-NZ/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% kua oti',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/mk-MK/admin/custom_fields/general.php b/resources/lang/mk-MK/admin/custom_fields/general.php
index 6d67895eb2..8e5bd1527e 100644
--- a/resources/lang/mk-MK/admin/custom_fields/general.php
+++ b/resources/lang/mk-MK/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Управувај',
'field' => 'Поле',
'about_fieldsets_title' => 'За Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets ви дозволуваат да креирате групи на сопствени полиња кои често се повторно употребувани за одредени типови на модели на средства.',
+ 'about_fieldsets_text' => 'Fildsets ви овозможуваат да создавате групи на прилагодени полиња што често се повторно користат за специфични типови на модели на средства.',
'custom_format' => 'Прилагоден Regex формат...',
'encrypt_field' => 'Енкриптирајте ја вредноста на ова поле во базата на податоци',
'encrypt_field_help' => 'ПРЕДУПРЕДУВАЊЕ: Шифрирањето на поле прави полето да не може да се пребарува.',
diff --git a/resources/lang/mk-MK/admin/settings/message.php b/resources/lang/mk-MK/admin/settings/message.php
index a8c1c8f7db..ab06040893 100644
--- a/resources/lang/mk-MK/admin/settings/message.php
+++ b/resources/lang/mk-MK/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ГРЕШКА: 301/302 :endpoint враќа пренасочување. Од безбедносни причини, ние не ги следиме пренасочувањата. Ве молиме користете директна крајна точка.',
'error_misc' => 'Нешто не е во ред. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/mk-MK/admin/statuslabels/table.php b/resources/lang/mk-MK/admin/statuslabels/table.php
index b9dc038d4a..ffb5d85c97 100644
--- a/resources/lang/mk-MK/admin/statuslabels/table.php
+++ b/resources/lang/mk-MK/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'За статусните етикети',
+ 'about' => 'About Status Types',
'archived' => 'Архивирано',
'create' => 'Направете етикета за статус',
'color' => 'Боја на табелата',
'default_label' => 'Стандардна етикета',
'default_label_help' => 'Ова се користи за да се осигури дека вашите најчесто користени етикети за статус се појавуваат на врвот на полето за избор при креирање/ажурирање на средствата.',
'deployable' => 'Распоредливи',
- 'info' => 'Етикетите за статусот се користат за да се опишат различните состојби во кои може да се наоѓаат вашите средства. Тие може да бидат пратени на сервис, изгубени/украдени, итн. Можете да креирате нови етикети за статуси за распоредливи, во чекање и архивирани основни средства.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Име на статус',
'pending' => 'Во чекање',
'status_type' => 'Тип на статус',
diff --git a/resources/lang/mk-MK/general.php b/resources/lang/mk-MK/general.php
index 1b9e1a64ed..1241e6544f 100644
--- a/resources/lang/mk-MK/general.php
+++ b/resources/lang/mk-MK/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Задолжено на полиња',
'percent_complete' => '% завршено',
'uploading' => 'Прикачување... ',
- 'upload_error' => 'Грешка при прикачувањето. Потврдете дека нема празни полиња и нема дупликат колони.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Копирај во Clipboard',
'copied' => 'Копирано!',
'status_compatibility' => 'Ако средството е доделено, не е можно статусот да биде променет во статус од не-распоредлив тип и оваа вредност ќе биде прескокната.',
diff --git a/resources/lang/ml-IN/admin/custom_fields/general.php b/resources/lang/ml-IN/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/ml-IN/admin/custom_fields/general.php
+++ b/resources/lang/ml-IN/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/ml-IN/admin/settings/message.php b/resources/lang/ml-IN/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/ml-IN/admin/settings/message.php
+++ b/resources/lang/ml-IN/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/ml-IN/admin/statuslabels/table.php b/resources/lang/ml-IN/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/ml-IN/admin/statuslabels/table.php
+++ b/resources/lang/ml-IN/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php
index fd53676352..9603b989ca 100644
--- a/resources/lang/ml-IN/general.php
+++ b/resources/lang/ml-IN/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/mn-MN/admin/custom_fields/general.php b/resources/lang/mn-MN/admin/custom_fields/general.php
index c9eabe5985..f1d4ded8c5 100644
--- a/resources/lang/mn-MN/admin/custom_fields/general.php
+++ b/resources/lang/mn-MN/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Талбар',
'about_fieldsets_title' => 'Fieldsets-ийн тухай',
- 'about_fieldsets_text' => 'Fieldsets нь тусгай төрлийн загварт зориулж ашиглагддаг байнга ашигладаг тусгайлсан талбарын бүлгүүдийг үүсгэх боломжийг олгодог.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Энэ талбарын утгыг мэдээллийн санд оруулна уу',
'encrypt_field_help' => 'АНХААРУУЛГА: Талбарыг шифрлэх нь үүнийг ойлгомжгүй болгодог.',
diff --git a/resources/lang/mn-MN/admin/settings/message.php b/resources/lang/mn-MN/admin/settings/message.php
index c7d864f07a..e117609ff7 100644
--- a/resources/lang/mn-MN/admin/settings/message.php
+++ b/resources/lang/mn-MN/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/mn-MN/admin/statuslabels/table.php b/resources/lang/mn-MN/admin/statuslabels/table.php
index 89142f9866..9116bd3f65 100644
--- a/resources/lang/mn-MN/admin/statuslabels/table.php
+++ b/resources/lang/mn-MN/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Статусын гарчгийн талаар',
+ 'about' => 'About Status Types',
'archived' => 'Архивлагдсан',
'create' => 'Статусын шошго үүсгэнэ үү',
'color' => 'График өнгө',
'default_label' => 'Анхдагч шошго',
'default_label_help' => 'Энэ нь хөрөнгө үүсгэх/засах үед таны хамгийн их ашиглагддаг статусын шошго сонгох талбарын дээд талд гарч ирэхэд ашиглагддаг.',
'deployable' => 'Даалгавартай',
- 'info' => 'Статусын шошгонууд нь таны өмч хөрөнгүүдийн янз бүрийн мужуудыг тодорхойлоход хэрэглэгддэг. Засварлах, алдагдах, хулгайлагдах гэх мэтчилэн байж болно. Та байршуулах боломжтой, хүлээгдэж байгаа, архивлагдсан хөрөнгөд зориулсан шинэ статусыг үүсгэж болно.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Статусын нэр',
'pending' => 'Хүлээгдэж байна',
'status_type' => 'Статус төрөл',
diff --git a/resources/lang/mn-MN/general.php b/resources/lang/mn-MN/general.php
index 60f567b95e..6defa0d1d3 100644
--- a/resources/lang/mn-MN/general.php
+++ b/resources/lang/mn-MN/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% бүрэн дуусгах',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/mr-IN/admin/custom_fields/general.php b/resources/lang/mr-IN/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/mr-IN/admin/custom_fields/general.php
+++ b/resources/lang/mr-IN/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/mr-IN/admin/settings/message.php b/resources/lang/mr-IN/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/mr-IN/admin/settings/message.php
+++ b/resources/lang/mr-IN/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/mr-IN/admin/statuslabels/table.php b/resources/lang/mr-IN/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/mr-IN/admin/statuslabels/table.php
+++ b/resources/lang/mr-IN/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/mr-IN/general.php b/resources/lang/mr-IN/general.php
index 3cf7a31e6e..d2e16aafbb 100644
--- a/resources/lang/mr-IN/general.php
+++ b/resources/lang/mr-IN/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/ms-MY/admin/custom_fields/general.php b/resources/lang/ms-MY/admin/custom_fields/general.php
index 45ec564e2d..80e4f5ce28 100644
--- a/resources/lang/ms-MY/admin/custom_fields/general.php
+++ b/resources/lang/ms-MY/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Padang',
'about_fieldsets_title' => 'Mengenai Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets membolehkan anda membuat kumpulan bidang tersuai yang sering digunakan semula digunakan untuk jenis model aset tertentu.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Sulitkan nilai medan ini dalam pangkalan data',
'encrypt_field_help' => 'AMARAN: Menyulitkan medan menjadikannya tidak dapat ditemui.',
diff --git a/resources/lang/ms-MY/admin/settings/message.php b/resources/lang/ms-MY/admin/settings/message.php
index 7f558147a4..43e7f952cb 100644
--- a/resources/lang/ms-MY/admin/settings/message.php
+++ b/resources/lang/ms-MY/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/ms-MY/admin/statuslabels/table.php b/resources/lang/ms-MY/admin/statuslabels/table.php
index 5a23ce5243..b8035b3d90 100644
--- a/resources/lang/ms-MY/admin/statuslabels/table.php
+++ b/resources/lang/ms-MY/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Mengenai Label Status',
+ 'about' => 'About Status Types',
'archived' => 'Diarkibkan',
'create' => 'Cipata Label Status',
'color' => 'Warna Carta',
'default_label' => 'Label Asal',
'default_label_help' => 'Ini digunakan untuk memastikan label status yang paling biasa anda gunakan muncul di bahagian atas kotak pilihan semasa membuat/mengedit aset.',
'deployable' => 'Deployable',
- 'info' => 'Label status digunakan untuk menggambarkan pelbagai negeri aset anda boleh masuk. Mereka mungkin keluar untuk dibaiki, hilang / dicuri, dan lain-lain. Anda boleh membuat label status baru untuk aset yang boleh ditugaskan, tertunda dan diarkibkan.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nama Status',
'pending' => 'Menunggu',
'status_type' => 'Jenis Status',
diff --git a/resources/lang/ms-MY/general.php b/resources/lang/ms-MY/general.php
index ae8fe3d47c..367001876c 100644
--- a/resources/lang/ms-MY/general.php
+++ b/resources/lang/ms-MY/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% lengkap',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/nb-NO/admin/custom_fields/general.php b/resources/lang/nb-NO/admin/custom_fields/general.php
index 1541e3f154..2b4f1b593d 100644
--- a/resources/lang/nb-NO/admin/custom_fields/general.php
+++ b/resources/lang/nb-NO/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrer',
'field' => 'Felt',
'about_fieldsets_title' => 'Om Feltsett',
- 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.',
+ 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som kan gjenbrukes til bestemte modelltyper.',
'custom_format' => 'Tilpasset Regex-format...',
'encrypt_field' => 'Kryptere verdien av dette feltet i databasen',
'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.',
diff --git a/resources/lang/nb-NO/admin/settings/message.php b/resources/lang/nb-NO/admin/settings/message.php
index 19e1db804a..5b47ee6bcb 100644
--- a/resources/lang/nb-NO/admin/settings/message.php
+++ b/resources/lang/nb-NO/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FEIL: 301/302 :endpoint returnerer en omaddressering. Av sikkerhetsgrunner følger vi ikke omadressering. Vennligst bruk det faktiske endepunktet.',
'error_misc' => 'Noe gikk galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/nb-NO/admin/statuslabels/table.php b/resources/lang/nb-NO/admin/statuslabels/table.php
index d84409f884..f33797c07f 100644
--- a/resources/lang/nb-NO/admin/statuslabels/table.php
+++ b/resources/lang/nb-NO/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Om statusmerker',
+ 'about' => 'About Status Types',
'archived' => 'Arkivert',
'create' => 'Opprett statusmerke',
'color' => 'Graf-farge',
'default_label' => 'Standard Etikett',
'default_label_help' => 'Dette brukes til å sikre at de mest brukte statusetikettene dine vises øverst i valgboksen når du oppretter/redigerer eiendeler.',
'deployable' => 'Utleverbar',
- 'info' => 'Statusmerker brukes for å beskrive de forskjellige statusene dine eiendeler kan ha. De kan være under reparasjon, tapt/stjålet, osv. Du kan opprette nye statusmerker for utleverbare, under arbeid eller arkiverte eiendeler.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Statusnavn',
'pending' => 'Under arbeid',
'status_type' => 'Statustype',
diff --git a/resources/lang/nb-NO/general.php b/resources/lang/nb-NO/general.php
index 5f3fb207f9..5b774aae71 100644
--- a/resources/lang/nb-NO/general.php
+++ b/resources/lang/nb-NO/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% fullført',
'uploading' => 'Laster opp... ',
- 'upload_error' => 'Feil ved opplasting av fil. Vennligst sjekk at det ikke er noen tomme rader og at ingen kolonnenavn er duplisert.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopier til utklippstavlen',
'copied' => 'Kopiert!',
'status_compatibility' => 'Hvis eiendelene allerede er tilordnet, kan de ikke endres til en ikke-distribuerbar statustype og denne verdien vil bli hoppet over.',
diff --git a/resources/lang/nl-NL/admin/components/message.php b/resources/lang/nl-NL/admin/components/message.php
index fbebd65fe1..616428c29b 100644
--- a/resources/lang/nl-NL/admin/components/message.php
+++ b/resources/lang/nl-NL/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Weet je zeker dat je dit component wil verwijderen?',
'error' => 'Er ging iets mis bij het verwijderen van het component. Probeer het nogmaals.',
'success' => 'Component succesvol verwijderd.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Sommige componenten van dit type zijn nog steeds uitgecheckt. Check ze in en probeer het opnieuw.',
),
'checkout' => array(
diff --git a/resources/lang/nl-NL/admin/settings/message.php b/resources/lang/nl-NL/admin/settings/message.php
index 61713e0583..041a995c51 100644
--- a/resources/lang/nl-NL/admin/settings/message.php
+++ b/resources/lang/nl-NL/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FOUT: 301/302 :endpoint geeft een omleiding. Om veiligheidsredenen volgen we geen omleidingen. Gebruik het werkelijke eindpunt.',
'error_misc' => 'Er ging iets mis. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/nl-NL/admin/statuslabels/table.php b/resources/lang/nl-NL/admin/statuslabels/table.php
index 770f969f1e..45db338911 100644
--- a/resources/lang/nl-NL/admin/statuslabels/table.php
+++ b/resources/lang/nl-NL/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Over status labels',
+ 'about' => 'About Status Types',
'archived' => 'Gearchiveerd',
'create' => 'Maak een Status Label',
'color' => 'Diagram kleur',
'default_label' => 'Standaardlabel',
'default_label_help' => 'Dit wordt gebruikt om ervoor te zorgen dat uw meest gebruikte statuslabels boven aan het selectievak verschijnen bij het maken / bewerken van items.',
'deployable' => 'Inzetbaar',
- 'info' => 'Status labels worden gebruikt om de status van je assets te beschrijven. Ze kunnen worden gerepareerd, verloren/gestolen, etc. Je kan nieuwe status labels maken voor uitrolbaar, inbehandeling en gearchiveerde assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Statusnaam',
'pending' => 'In behandeling',
'status_type' => 'Statustype',
diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php
index 9215ac6d12..56a33523a5 100644
--- a/resources/lang/nl-NL/general.php
+++ b/resources/lang/nl-NL/general.php
@@ -23,7 +23,7 @@ return [
'asset_models' => 'Asset modellen',
'asset_model' => 'Model',
'asset' => 'Asset',
- 'asset_previous' => 'Asset (Previously Assigned)',
+ 'asset_previous' => 'Activa (Eerder Toegewezen)',
'asset_report' => 'Asset Rapport',
'asset_tag' => 'Asset Tag',
'asset_tags' => 'Asset Tags',
@@ -234,7 +234,7 @@ return [
'purchase_date' => 'Aankoopdatum',
'qty' => 'Stks',
'quantity' => 'Aantal',
- 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels',
+ 'quantity_minimum' => 'U hebt één artikel dat onder of bijna onder het minimum aantal ligt|U hebt :count artikelen die onder of bijna onder het minimum aantal liggen',
'quickscan_checkin' => 'Snelle Scan Checkin',
'quickscan_checkin_status' => 'Checkin Status',
'ready_to_deploy' => 'Klaar voor uitgifte',
@@ -330,7 +330,7 @@ return [
'token_expired' => 'Je sessie is verlopen. Probeer het nogmaals.',
'login_enabled' => 'Login ingeschakeld',
'audit_due' => 'Klaar voor audit',
- 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
+ 'audit_due_days' => '{}Activa die binnenkort of te laat moeten worden gecontroleerd|[1]Activa die binnen een dag moeten worden gecontroleerd|[2,*]Activa die binnen :days moeten worden gecontroleerd',
'checkin_due' => 'Inchecken is vereist',
'checkin_overdue' => 'Te laat voor inchecken',
'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
@@ -391,7 +391,7 @@ return [
'new_accessory' => 'Nieuwe accessoire',
'new_consumable' => 'Nieuw verbruiksartikel',
'new_component' => 'New Component',
- 'new_user' => 'New User',
+ 'new_user' => 'Nieuwe Gebruiker',
'collapse' => 'Samenvouwen',
'assigned' => 'Toegewezen',
'asset_count' => 'Asset aantal',
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Uitgecheckt aan velden',
'percent_complete' => '% voltooid',
'uploading' => 'Uploaden... ',
- 'upload_error' => 'Fout bij het uploaden. Controleer of er geen lege rijen zijn en dat er geen kolomnamen zijn gedupliceerd.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopiëren naar klembord',
'copied' => 'Gekopieerd!',
'status_compatibility' => 'Als assets al zijn toegewezen, kunnen ze niet worden gewijzigd in een niet-deploybaar statustype en deze wijziging van waarde zal worden overgeslagen.',
@@ -567,16 +567,16 @@ return [
'something_went_wrong' => 'Er ging iets mis met uw verzoek.',
'close' => 'Sluiten',
'expires' => 'Verloopt',
- 'map_fields'=> 'Map :item_type Fields',
+ 'map_fields'=> 'Map :item_type Velden',
'remaining_var' => ':count resterend',
'label' => 'Label',
'import_asset_tag_exists' => 'Een asset met de asset tag :asset_tag bestaat al en een update is niet aangevraagd. Er is geen wijziging aangebracht.',
'countries_manually_entered_help' => 'De waarden met een asterisk (*) zijn handmatig ingevoerd en komen niet overeen met de bestaande ISO 3166 dropdown waarden',
'accessories_assigned' => 'Toegekende accessoires',
'user_managed_passwords' => 'Wachtwoordbeheer',
- 'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords',
- 'user_managed_passwords_allow' => 'Allow users to manage their own passwords',
- 'from' => 'From',
+ 'user_managed_passwords_disallow' => 'Gebruikers niet toestaan hun eigen wachtwoorden te beheren',
+ 'user_managed_passwords_allow' => 'Gebruikers toestaan hun eigen wachtwoorden te beheren',
+ 'from' => 'Van',
'by' => 'Door',
// Add form placeholders here
@@ -591,36 +591,36 @@ return [
],
'skins' => [
- 'site_default' => 'Site Default',
- 'default_blue' => 'Default Blue',
- 'blue_dark' => 'Blue (Dark Mode)',
- 'green' => 'Green Dark',
- 'green_dark' => 'Green (Dark Mode)',
- 'red' => 'Red Dark',
- 'red_dark' => 'Red (Dark Mode)',
- 'orange' => 'Orange Dark',
- 'orange_dark' => 'Orange (Dark Mode)',
- 'black' => 'Black',
- 'black_dark' => 'Black (Dark Mode)',
- 'purple' => 'Purple',
- 'purple_dark' => 'Purple (Dark Mode)',
- 'yellow' => 'Yellow',
- 'yellow_dark' => 'Yellow (Dark Mode)',
- 'high_contrast' => 'High Contrast',
+ 'site_default' => 'Site Standaard',
+ 'default_blue' => 'Standaard Blauw',
+ 'blue_dark' => 'Blauw (Donkere Modus)',
+ 'green' => 'Groen Donker',
+ 'green_dark' => 'Groen (Donkere Modus)',
+ 'red' => 'Rood Donker',
+ 'red_dark' => 'Rood (Donkere Modus)',
+ 'orange' => 'Oranje Donker',
+ 'orange_dark' => 'Oranje (Donkere Modus)',
+ 'black' => 'Zwart',
+ 'black_dark' => 'Zwart (Donkere Modus)',
+ 'purple' => 'Paars',
+ 'purple_dark' => 'Paars (Donkere Modus)',
+ 'yellow' => 'Geel',
+ 'yellow_dark' => 'Geel (Donkere Modus)',
+ 'high_contrast' => 'Hoog Contrast',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
- 'cost_each' => ':amount each',
- 'remove_current_image' => 'Remove current :type image',
+ 'select_all_none' => 'Selecteer/Deselecteer Alles',
+ 'generic_model_not_found' => 'Dat :model is niet gevonden of u hebt geen toestemming om het te openen',
+ 'deleted_models' => 'Verwijderde Activamodellen',
+ 'deleted_users' => 'Verwijderde Gebruikers',
+ 'cost_each' => ':amount elk',
+ 'remove_current_image' => 'Verwijder huidige :type afbeelding',
'seeding' => [
'manufacturers' => [
- 'button' => 'Create Manufacturers',
- 'prompt' => 'You do not have any manufacturers yet. Would you like to seed a list of common manufacturers? (THIS WILL OVERWRITE EXISTING MANUFACTURERS, including those that have been soft-deleted.)',
+ 'button' => 'Fabrikanten aanmaken',
+ 'prompt' => 'U hebt nog geen fabrikanten. Wilt u een lijst met veelvoorkomende fabrikanten toevoegen? (DIT OVERSCHRIJFT BESTAANDE FABRIKANTEN, inclusief fabrikanten die zacht zijn verwijderd.)',
'success' => 'Manufacturers seeded successfully',
'error' => 'Could not seed manufacturers. A manufacturer record already exists and seeding would overwrite it.|Could not seed manufacturers. :count manufacturer records already exist and seeding would overwrite them.',
],
diff --git a/resources/lang/nl-NL/mail.php b/resources/lang/nl-NL/mail.php
index 0170ee0a1d..aa693f223d 100644
--- a/resources/lang/nl-NL/mail.php
+++ b/resources/lang/nl-NL/mail.php
@@ -66,8 +66,8 @@ return [
'min_QTY' => 'Minimale hoeveelheid',
'name' => 'Naam',
'new_item_checked' => 'Een nieuw item is onder uw naam uitgecheckt, details staan hieronder.',
- 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
- 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
+ 'new_item_checked_with_acceptance' => 'Er is een nieuw activa onder uw naam uitgecheckt dat moet worden geaccepteerd. Hieronder vindt u de details.',
+ 'recent_item_checked' => 'Er is onlangs een activa onder uw naam uitgeleend dat moet worden geaccepteerd. Hieronder vindt u de details.',
'notes' => 'Opmerkingen',
'password' => 'Wachtwoord',
'password_reset' => 'Wachtwoord opnieuw instellen',
@@ -90,7 +90,7 @@ return [
'upcoming-audits' => 'Er is :count asset die binnen :threshold dagen gecontroleerd moet worden.|Er zijn :count assets die binnen :threshold dagen gecontroleerd moeten worden.',
'user' => 'Gebruiker',
'username' => 'Gebruikersnaam',
- 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Herinnering: U hebt Niet-geaccepteerde Asset.',
'welcome' => 'Welkom :name',
'welcome_to' => 'Welkom bij :web!',
'your_assets' => 'Bekijk je activa',
diff --git a/resources/lang/nn-NO/admin/custom_fields/general.php b/resources/lang/nn-NO/admin/custom_fields/general.php
index 1541e3f154..2b4f1b593d 100644
--- a/resources/lang/nn-NO/admin/custom_fields/general.php
+++ b/resources/lang/nn-NO/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrer',
'field' => 'Felt',
'about_fieldsets_title' => 'Om Feltsett',
- 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.',
+ 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som kan gjenbrukes til bestemte modelltyper.',
'custom_format' => 'Tilpasset Regex-format...',
'encrypt_field' => 'Kryptere verdien av dette feltet i databasen',
'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.',
diff --git a/resources/lang/nn-NO/admin/settings/message.php b/resources/lang/nn-NO/admin/settings/message.php
index 19e1db804a..5b47ee6bcb 100644
--- a/resources/lang/nn-NO/admin/settings/message.php
+++ b/resources/lang/nn-NO/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FEIL: 301/302 :endpoint returnerer en omaddressering. Av sikkerhetsgrunner følger vi ikke omadressering. Vennligst bruk det faktiske endepunktet.',
'error_misc' => 'Noe gikk galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/nn-NO/admin/statuslabels/table.php b/resources/lang/nn-NO/admin/statuslabels/table.php
index d84409f884..f33797c07f 100644
--- a/resources/lang/nn-NO/admin/statuslabels/table.php
+++ b/resources/lang/nn-NO/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Om statusmerker',
+ 'about' => 'About Status Types',
'archived' => 'Arkivert',
'create' => 'Opprett statusmerke',
'color' => 'Graf-farge',
'default_label' => 'Standard Etikett',
'default_label_help' => 'Dette brukes til å sikre at de mest brukte statusetikettene dine vises øverst i valgboksen når du oppretter/redigerer eiendeler.',
'deployable' => 'Utleverbar',
- 'info' => 'Statusmerker brukes for å beskrive de forskjellige statusene dine eiendeler kan ha. De kan være under reparasjon, tapt/stjålet, osv. Du kan opprette nye statusmerker for utleverbare, under arbeid eller arkiverte eiendeler.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Statusnavn',
'pending' => 'Under arbeid',
'status_type' => 'Statustype',
diff --git a/resources/lang/nn-NO/general.php b/resources/lang/nn-NO/general.php
index 5f3fb207f9..5b774aae71 100644
--- a/resources/lang/nn-NO/general.php
+++ b/resources/lang/nn-NO/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% fullført',
'uploading' => 'Laster opp... ',
- 'upload_error' => 'Feil ved opplasting av fil. Vennligst sjekk at det ikke er noen tomme rader og at ingen kolonnenavn er duplisert.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopier til utklippstavlen',
'copied' => 'Kopiert!',
'status_compatibility' => 'Hvis eiendelene allerede er tilordnet, kan de ikke endres til en ikke-distribuerbar statustype og denne verdien vil bli hoppet over.',
diff --git a/resources/lang/no-NO/admin/custom_fields/general.php b/resources/lang/no-NO/admin/custom_fields/general.php
index 1541e3f154..2b4f1b593d 100644
--- a/resources/lang/no-NO/admin/custom_fields/general.php
+++ b/resources/lang/no-NO/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Administrer',
'field' => 'Felt',
'about_fieldsets_title' => 'Om Feltsett',
- 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.',
+ 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som kan gjenbrukes til bestemte modelltyper.',
'custom_format' => 'Tilpasset Regex-format...',
'encrypt_field' => 'Kryptere verdien av dette feltet i databasen',
'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.',
diff --git a/resources/lang/no-NO/admin/settings/message.php b/resources/lang/no-NO/admin/settings/message.php
index 19e1db804a..5b47ee6bcb 100644
--- a/resources/lang/no-NO/admin/settings/message.php
+++ b/resources/lang/no-NO/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'FEIL: 301/302 :endpoint returnerer en omaddressering. Av sikkerhetsgrunner følger vi ikke omadressering. Vennligst bruk det faktiske endepunktet.',
'error_misc' => 'Noe gikk galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/no-NO/admin/statuslabels/table.php b/resources/lang/no-NO/admin/statuslabels/table.php
index d84409f884..f33797c07f 100644
--- a/resources/lang/no-NO/admin/statuslabels/table.php
+++ b/resources/lang/no-NO/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Om statusmerker',
+ 'about' => 'About Status Types',
'archived' => 'Arkivert',
'create' => 'Opprett statusmerke',
'color' => 'Graf-farge',
'default_label' => 'Standard Etikett',
'default_label_help' => 'Dette brukes til å sikre at de mest brukte statusetikettene dine vises øverst i valgboksen når du oppretter/redigerer eiendeler.',
'deployable' => 'Utleverbar',
- 'info' => 'Statusmerker brukes for å beskrive de forskjellige statusene dine eiendeler kan ha. De kan være under reparasjon, tapt/stjålet, osv. Du kan opprette nye statusmerker for utleverbare, under arbeid eller arkiverte eiendeler.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Statusnavn',
'pending' => 'Under arbeid',
'status_type' => 'Statustype',
diff --git a/resources/lang/no-NO/general.php b/resources/lang/no-NO/general.php
index 5f3fb207f9..5b774aae71 100644
--- a/resources/lang/no-NO/general.php
+++ b/resources/lang/no-NO/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% fullført',
'uploading' => 'Laster opp... ',
- 'upload_error' => 'Feil ved opplasting av fil. Vennligst sjekk at det ikke er noen tomme rader og at ingen kolonnenavn er duplisert.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopier til utklippstavlen',
'copied' => 'Kopiert!',
'status_compatibility' => 'Hvis eiendelene allerede er tilordnet, kan de ikke endres til en ikke-distribuerbar statustype og denne verdien vil bli hoppet over.',
diff --git a/resources/lang/om-ET/admin/custom_fields/general.php b/resources/lang/om-ET/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/om-ET/admin/custom_fields/general.php
+++ b/resources/lang/om-ET/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/om-ET/admin/settings/message.php b/resources/lang/om-ET/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/om-ET/admin/settings/message.php
+++ b/resources/lang/om-ET/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/om-ET/admin/statuslabels/table.php b/resources/lang/om-ET/admin/statuslabels/table.php
index 93039401ca..63edbcfae1 100644
--- a/resources/lang/om-ET/admin/statuslabels/table.php
+++ b/resources/lang/om-ET/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Harka qhoofaa',
'status_type' => 'Status Type',
diff --git a/resources/lang/om-ET/general.php b/resources/lang/om-ET/general.php
index 19b0b93d9d..3f217785fc 100644
--- a/resources/lang/om-ET/general.php
+++ b/resources/lang/om-ET/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/pl-PL/admin/custom_fields/general.php b/resources/lang/pl-PL/admin/custom_fields/general.php
index 0a7a39e2ee..f87b2d9bd2 100644
--- a/resources/lang/pl-PL/admin/custom_fields/general.php
+++ b/resources/lang/pl-PL/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Zarządzaj',
'field' => 'Pole',
'about_fieldsets_title' => 'O zestawie pól',
- 'about_fieldsets_text' => 'Zestawy pól pozwalają tworzyć grupy pól niestandardowych, które często są używane dla specyficznych typów modeli.',
+ 'about_fieldsets_text' => 'Zestawy pól pozwalają na utworzenie grup własnych, niestandardowych pól, które są często wykorzystywane. Mogą być one wykorzystane i przypisane do modeli aktywów.',
'custom_format' => 'Własny format...',
'encrypt_field' => 'Szyfruje wartość tego pola w bazie danych',
'encrypt_field_help' => 'UWAGA: Szyfrowanie pola spowoduje brak możliwości wyszukiwania go.',
diff --git a/resources/lang/pl-PL/admin/settings/message.php b/resources/lang/pl-PL/admin/settings/message.php
index 5eee4c870f..aac897dcb1 100644
--- a/resources/lang/pl-PL/admin/settings/message.php
+++ b/resources/lang/pl-PL/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'BŁĄD: 301/302 :endpoint zwraca przekierowanie. Ze względów bezpieczeństwa nie podążamy za przekierowaniami. Proszę użyć aktualnego punktu końcowego.',
'error_misc' => 'Coś poszło nie tak. :( ',
'webhook_fail' => ' Powiadomienie webhook nie powiodło się: Sprawdź, czy adres URL jest nadal prawidłowy.',
- 'webhook_channel_not_found' => ' Nie znaleziono kanału webhook.'
+ 'webhook_channel_not_found' => ' Nie znaleziono kanału webhook.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/pl-PL/admin/statuslabels/table.php b/resources/lang/pl-PL/admin/statuslabels/table.php
index fde97206de..25affde944 100644
--- a/resources/lang/pl-PL/admin/statuslabels/table.php
+++ b/resources/lang/pl-PL/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'O statusie',
+ 'about' => 'About Status Types',
'archived' => 'Zarchiwizowane',
'create' => 'Stwórz Status',
'color' => 'Paleta kolorów',
'default_label' => 'Domyślna etykieta',
'default_label_help' => 'Jest to używane w celu zapewnienia, że najczęściej używane etykiety statusu pojawiają się u góry pola wyboru podczas tworzenia / edycji zasobów.',
'deployable' => 'Gotowe do wdrożenia',
- 'info' => 'Status jest używany by opisać różne stany w jakich mogą znaleźć się twoje aktywa. Mogą być one w trakcie naprawy, zgubione/ukradzione itd. Możesz tworzyć nowe etykiety statusu dla gotowych do wdrożenia, oczekujących oraz zarchiwizowanych aktywów.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nazwa Statusu',
'pending' => 'Oczekujący',
'status_type' => 'Typ Statusu',
diff --git a/resources/lang/pl-PL/general.php b/resources/lang/pl-PL/general.php
index 41918d721e..0230cbc0c9 100644
--- a/resources/lang/pl-PL/general.php
+++ b/resources/lang/pl-PL/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Zaznaczone pola',
'percent_complete' => '% ukończone',
'uploading' => 'Wgrywanie... ',
- 'upload_error' => 'Błąd podczas przesyłania pliku. Sprawdź, czy nie ma pustych wierszy i czy nazwy kolumn nie są zduplikowane.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Kopiuj do schowka',
'copied' => 'Skopiowano!',
'status_compatibility' => 'Jeśli zasoby są już przypisane, nie mogą zostać zmienione na niewdrożalny typ statusu i ta zmiana wartości zostanie pominięta.',
diff --git a/resources/lang/pt-BR/admin/components/message.php b/resources/lang/pt-BR/admin/components/message.php
index d9195f4dea..08a7927046 100644
--- a/resources/lang/pt-BR/admin/components/message.php
+++ b/resources/lang/pt-BR/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Tem a certeza que deseja excluir este componente?',
'error' => 'Existe um problema ao excluir o componente. Por favor tente de novo.',
'success' => 'O componente foi excluído com sucesso.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Alguns componentes deste tipo ainda estão registrados. Por favor, verifique-os e tente novamente.',
),
'checkout' => array(
diff --git a/resources/lang/pt-BR/admin/custom_fields/general.php b/resources/lang/pt-BR/admin/custom_fields/general.php
index cd903eaf71..d258bafd4f 100644
--- a/resources/lang/pt-BR/admin/custom_fields/general.php
+++ b/resources/lang/pt-BR/admin/custom_fields/general.php
@@ -57,8 +57,8 @@ return [
'show_in_requestable_list_short' => 'Mostrar na lista de ativos solicitáveis',
'show_in_requestable_list' => 'Mostrar valor na lista de ativos solicitáveis. Campos criptografados não serão exibidos',
'encrypted_options' => 'Este campo está criptografado, então algumas opções de exibição não estarão disponíveis.',
- 'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkin' => 'Exibir em formulários de entrada',
+ 'display_checkout' => 'Exibir em formulários de saída',
'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php
index c39688da52..a627b51340 100644
--- a/resources/lang/pt-BR/admin/hardware/general.php
+++ b/resources/lang/pt-BR/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'Arquivado',
'asset' => 'Ativo',
'bulk_checkout' => 'Saída em massa',
- 'bulk_checkin' => 'Bulk Checkin',
+ 'bulk_checkin' => 'Entrada em massa',
'checkin' => 'Retornar Ativo',
'checkout' => 'Checkout de Ativo',
'clone' => 'Clonar Ativo',
@@ -27,7 +27,7 @@ return [
'undeployable_tooltip' => 'Este ativo possui uma etiqueta de situação que não é implementável e não pode ser disponibilizado no momento.',
'view' => 'Ver Ativo',
'csv_error' => 'Você tem um erro no seu arquivo CSV:',
- 'import_text' => 'Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
', + 'import_text' => 'Envie um arquivo CSV contendo o histórico de ativos. Os ativos e usuários devem existir no sistema, caso contrário, serão ignorados. A correspondência de ativos para importação do histórico é feita com base na etiqueta do ativo. Tentaremos encontrar um usuário correspondente com base no nome informado e nos critérios selecionados abaixo. Se nenhum critério for selecionado, o sistema tentará fazer a correspondência usando o formato de nome de usuário configurado em Administração > Configurações Gerais.
Os campos incluídos no CSV devem corresponder exatamente aos cabeçalhos: Etiqueta do Ativo, Nome, Data de saída, Data de entrada. Qualquer campo adicional será ignorado.
Data de Devolução: datas em branco ou futuras farão com que o item seja marcado como emprestado ao usuário associado. Se a coluna Data de devolução for omitida, será registrada uma data de devolução com a data de hoje.
', 'csv_import_match_f-l' => 'Tente corresponder aos usuários por firstname.lastname (jane.smith) formato',
'csv_import_match_initial_last' => 'Tente coincidir com os usuários do formato primeiro sobrenome (jsmith)',
'csv_import_match_first' => 'Tente corresponder aos usuários pelo formato primeiro nome (jane)',
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
index b91c330a3b..092b150394 100644
--- a/resources/lang/pt-BR/admin/hardware/message.php
+++ b/resources/lang/pt-BR/admin/hardware/message.php
@@ -87,8 +87,8 @@ return [
],
'multi-checkout' => [
- 'error' => 'Asset was not checked out, please try again|Assets were not checked out, please try again',
- 'success' => 'Asset checked out successfully.|Assets checked out successfully.',
+ 'error' => 'O ativo não foi registrado, por favor tente novamente. | Os ativos não foram registrados, por favor tente novamente',
+ 'success' => 'Ativo registrado com sucesso. | Ativos registrados com sucesso.',
],
'checkin' => [
diff --git a/resources/lang/pt-BR/admin/licenses/message.php b/resources/lang/pt-BR/admin/licenses/message.php
index 9b51386e07..3d72c5da52 100644
--- a/resources/lang/pt-BR/admin/licenses/message.php
+++ b/resources/lang/pt-BR/admin/licenses/message.php
@@ -50,7 +50,7 @@ return array(
'checkin' => array(
'error' => 'Houve um problema de registro na licença. Favor tentar novamente.',
- 'not_reassignable' => 'License not reassignable',
+ 'not_reassignable' => 'Licença não pode ser transferida',
'success' => 'A licença foi registrada com sucesso.'
),
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
index dd87f7fcd0..c041e77661 100644
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -8,7 +8,7 @@ return [
'ad_append_domain' => 'Acrescentar nome de domínio ao campo de usuário',
'ad_append_domain_help' => 'Usuário não é necessário para escrever "username@domain.local", ele pode apenas digitar "username".',
'admin_cc_email' => 'E-mail em CC',
- 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.',
+ 'admin_cc_email_help' => 'Enviar uma cópia dos e-mails de entrega/devolução para este endereço.',
'admin_settings' => 'Configurações de administrador',
'is_ad' => 'Este é um servidor de Diretório Ativo',
'alerts' => 'Alertas',
@@ -111,8 +111,8 @@ return [
'ldap_pword' => 'Senha do usuário LDAP',
'ldap_basedn' => 'DN de Atribuição Básico',
'ldap_filter' => 'Filtro LDAP',
- 'ldap_pw_sync' => 'Cache LDAP Passwords',
- 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local hashed passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
+ 'ldap_pw_sync' => 'Cache de senhas LDAP',
+ 'ldap_pw_sync_help' => 'Desmarque esta caixa se não deseja guardar as senhas LDAP com senhas locais. Ao desativar esta opção os usuários poderão não conseguir fazer login se o seu servidor LDAP não estiver disponível por alguma razão.',
'ldap_username_field' => 'Nome do utilizador',
'ldap_lname_field' => 'Último Nome',
'ldap_fname_field' => 'Primeiro nome',
@@ -154,7 +154,7 @@ return [
'full_multiple_companies_support_text' => 'Suporte multi-empresa completo',
'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.',
- 'scope_locations_fmcs_check_button' => 'Check Compatibility',
+ 'scope_locations_fmcs_check_button' => 'Verificar compatibilidade',
'scope_locations_fmcs_support_disabled_text' => 'This option is disabled because you have conflicting locations set for :count or more items.',
'show_in_model_list' => 'Mostrar modelos em menu de cascata',
'optional' => 'Opcional',
@@ -286,8 +286,8 @@ return [
'two_factor_enrollment_text' => "A autenticação de dois passos é obrigatória, mas se o teu dispositivo ainda não foi registrado, abra o Google Authenticator e escaneie o QR Code para registrar o teu dispositivo. Uma vez registrado, digite o código abaixo",
'require_accept_signature' => 'Requer assinatura',
'require_accept_signature_help_text' => 'Habilitar este recurso vai exigir que os usuários assinem pessoalmente o aceite do ativo.',
- 'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
- 'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
+ 'require_checkinout_notes' => 'Exigir notas na entrega/devolução',
+ 'require_checkinout_notes_help_text' => 'Ativar este recurso exigirá que os campos de nota sejam preenchidos quando estiver fazendo retirada ou devolução de um ativo.',
'left' => 'esquerda',
'right' => 'direita',
'top' => 'topo',
@@ -462,7 +462,7 @@ return [
'eula' => 'EULA & Acceptance Preferences',
'misc_display' => 'Miscellaneous Display Options',
'email' => 'Email Preferences',
- 'checkin' => 'Checkin Preferences',
+ 'checkin' => 'Preferências de retirada',
'dashboard' => 'Login & Dashboard Preferences',
'misc' => 'Miscellaneous',
'logos' => 'Logos & Display',
diff --git a/resources/lang/pt-BR/admin/settings/message.php b/resources/lang/pt-BR/admin/settings/message.php
index 909b04dff9..e116055698 100644
--- a/resources/lang/pt-BR/admin/settings/message.php
+++ b/resources/lang/pt-BR/admin/settings/message.php
@@ -48,13 +48,12 @@ return [
'error' => 'Algo deu errado. :app respondeu com: :error_message',
'error_redirect' => 'ERRO: 301/302 :endpoint retorna um redirecionamento. Por razões de segurança, não seguimos redirecionamentos. Por favor, use o ponto de extremidade atual.',
'error_misc' => 'Algo deu errado. :( ',
- 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_fail' => ' Notificação do webhook falhou: Verifique se a URL ainda é válida.',
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/pt-BR/admin/statuslabels/table.php b/resources/lang/pt-BR/admin/statuslabels/table.php
index e445234878..e41ac7f042 100644
--- a/resources/lang/pt-BR/admin/statuslabels/table.php
+++ b/resources/lang/pt-BR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Sobre os Rótulos de Situação',
+ 'about' => 'About Status Types',
'archived' => 'Arquivado',
'create' => 'Criar Rótulo de Situação',
'color' => 'Cor do Gráfico',
'default_label' => 'Etiqueta padrão',
'default_label_help' => 'Isso é usado para garantir que seus rótulos de situação usados com mais frequência apareçam na parte superior da caixa de seleção ao criar / editar ativos.',
'deployable' => 'Implementável',
- 'info' => 'Rótulos de situação são usados para descrever os vários estados que seus ativos podem estar. Eles podem ser fora do ar para reparo, perdido/roubado, etc. Você pode criar novos rótulos de situação para ativos implementáveis, pendentes e arquivados.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Nome da Situação',
'pending' => 'Pendente',
'status_type' => 'Tipo de Situação',
diff --git a/resources/lang/pt-BR/admin/users/message.php b/resources/lang/pt-BR/admin/users/message.php
index b8b4e428da..ae345ce83c 100644
--- a/resources/lang/pt-BR/admin/users/message.php
+++ b/resources/lang/pt-BR/admin/users/message.php
@@ -53,7 +53,7 @@ return array(
'ldap_could_not_search' => 'Não foi possível procurar o servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.regex:/^[0-9]{15}$/.',
+ 'field_custom_format' => 'Пользовательский формат регулярных выражений',
+ 'field_custom_format_help' => 'Это поле позволяет использовать регулярное выражения для проверки. Оно должно начинаться с "regex:". Например, чтобы проверить, что значение настраиваемого поля содержит допустимый IMEI (15 цифр), вы должны использовать regex:/^[0-9]{15}$/.',
'required' => 'Обязательно',
'req' => 'Треб.',
'used_by_models' => 'Использован в моделях',
@@ -29,20 +29,20 @@ return [
'create_fieldset' => 'Новый набор полей',
'update_fieldset' => 'Обновить набор полей',
'fieldset_does_not_exist' => 'Набор полей :id не существует',
- 'fieldset_updated' => 'Набор полей обновлен',
- 'create_fieldset_title' => 'Создайте новый набор полей',
+ 'fieldset_updated' => 'Набор полей обновлён',
+ 'create_fieldset_title' => 'Создать новый набор полей',
'create_field' => 'Новое настраиваемое поле',
- 'create_field_title' => 'Создайте новое настраиваемое поле',
- 'value_encrypted' => 'Значение этого поля зашифровано в базе данных. Только администраторам будет доступно для просмотра расшифрованное значение',
- 'show_in_email' => 'Включить значение этого поля в письмах оформления заказа, отправленных пользователю? Зашифрованные поля не могут быть включены в письма',
+ 'create_field_title' => 'Создать новое настраиваемое поле',
+ 'value_encrypted' => 'Значение этого поля зашифровано в базе данных. Только администраторы смогут просматривать расшифрованное значение',
+ 'show_in_email' => 'Включить значение этого поля в письма о выдаче, отправляемые пользователю? Зашифрованные поля не могут быть включены в письма',
'show_in_email_short' => 'Включить в письма',
'help_text' => 'Текст справки',
- 'help_text_description' => 'Это необязательный текст, который будет отображаться под элементами формы при редактировании ресурса для предоставления контекста в поле.',
- 'about_custom_fields_title' => 'О пользовательских полях',
- 'about_custom_fields_text' => 'Настраиваемые поля позволяют добавлять произвольные атрибуты к ресурсам.',
+ 'help_text_description' => 'Это необязательный текст, который будет отображаться под элементами формы при редактировании актива для предоставления контекста о поле.',
+ 'about_custom_fields_title' => 'О настраиваемых полях',
+ 'about_custom_fields_text' => 'Настраиваемые поля позволяют добавлять произвольные атрибуты к активам.',
'add_field_to_fieldset' => 'Добавить поле к набору полей',
- 'make_optional' => 'Требуется - нажмите чтобы сделать необязательным',
- 'make_required' => 'Необязательное - нажмите чтобы сделать обязательным',
+ 'make_optional' => 'Обязательное - нажмите, чтобы сделать необязательным',
+ 'make_required' => 'Необязательное - нажмите, чтобы сделать обязательным',
'reorder' => 'Изменить порядок',
'db_field' => 'Поле БД',
'db_convert_warning' => 'ВНИМАНИЕ. Настраиваемое поле :db_column, должно быть :expected.',
@@ -50,7 +50,7 @@ return [
'unique' => 'Уникальный',
'display_in_user_view' => 'Разрешить владельцу актива просматривать эти значения на странице Просмотр Назначенных Активов',
'display_in_user_view_table' => 'Видимый для пользователя',
- 'auto_add_to_fieldsets' => 'Автоматически добавлять это к каждому новому набору полей',
+ 'auto_add_to_fieldsets' => 'Автоматически добавлять к каждому новому набору полей',
'add_to_preexisting_fieldsets' => 'Добавить в любые существующие наборы полей',
'show_in_listview' => 'Показывать в списках по умолчанию. Авторизованные пользователи будут по-прежнему иметь возможность показывать/скрывать через выбор столбца',
'show_in_listview_short' => 'Показать в списках',
@@ -59,6 +59,6 @@ return [
'encrypted_options' => 'Это поле зашифровано, поэтому некоторые параметры отображения будут недоступны.',
'display_checkin' => 'Отображать в формах возврата',
'display_checkout' => 'Отображать в формах выдачи',
- 'display_audit' => 'Display in audit forms',
+ 'display_audit' => 'Отображать в формах аудита',
];
diff --git a/resources/lang/ru-RU/admin/custom_fields/message.php b/resources/lang/ru-RU/admin/custom_fields/message.php
index 06ee479cca..01f03cd370 100644
--- a/resources/lang/ru-RU/admin/custom_fields/message.php
+++ b/resources/lang/ru-RU/admin/custom_fields/message.php
@@ -8,21 +8,21 @@ return array(
'none_selected' => 'Ни одно поле не выбрано',
'create' => array(
- 'error' => 'Поле не было создано, попробуйте ещё раз.',
- 'success' => 'Поле успешно создано.',
- 'assoc_success' => 'Поле успешно добавлено в набор.'
+ 'error' => 'Поле не было создано, попробуйте снова.',
+ 'success' => 'Поле создано.',
+ 'assoc_success' => 'Поле добавлено в набор.'
),
'update' => array(
- 'error' => 'Поле не было обновлено, попробуйте ещё раз',
- 'success' => 'Поле успешно обновлено.'
+ 'error' => 'Поле не было обновлено, попробуйте снова',
+ 'success' => 'Поле обновлено.'
),
'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить это поле?',
- 'error' => 'При удалении поля возникла ошибка. Попробуйте еще раз.',
- 'success' => 'Поле было успешно удалено.',
- 'in_use' => 'Поле ещё используется.',
+ 'error' => 'При удалении поля возникла ошибка. Попробуйте снова.',
+ 'success' => 'Поле удалено.',
+ 'in_use' => 'Поле всё ещё используется.',
)
),
@@ -32,19 +32,19 @@ return array(
'does_not_exist' => 'Набор полей не существует',
'create' => array(
- 'error' => 'Набор полей не был создан, попробуйте ещё раз.',
- 'success' => 'Набор полей создан успешно.'
+ 'error' => 'Набор полей не был создан, попробуйте снова.',
+ 'success' => 'Набор полей создан.'
),
'update' => array(
- 'error' => 'Набор полей не был обновлен, попробуйте ещё раз',
- 'success' => 'Набор полей успешно обновлён.'
+ 'error' => 'Набор полей не был обновлен, попробуйте снова',
+ 'success' => 'Набор полей обновлён.'
),
'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить этот набор полей?',
- 'error' => 'При удалении набора полей возникла ошибка. Попробуйте еще раз.',
- 'success' => 'Набор полей был успешно удален.',
+ 'error' => 'При удалении набора полей возникла ошибка. Попробуйте снова.',
+ 'success' => 'Набор полей удален.',
'in_use' => 'Набор полей всё ещё используется.',
)
@@ -52,7 +52,7 @@ return array(
'fieldset_default_value' => array(
- 'error' => 'Ошибка проверки значений полей по умолчанию.',
+ 'error' => 'Ошибка при проверке значений полей по умолчанию.',
),
diff --git a/resources/lang/ru-RU/admin/departments/message.php b/resources/lang/ru-RU/admin/departments/message.php
index d18b4ab153..403f8e24a8 100644
--- a/resources/lang/ru-RU/admin/departments/message.php
+++ b/resources/lang/ru-RU/admin/departments/message.php
@@ -4,19 +4,19 @@ return array(
'does_not_exist' => 'Департамент не существует.',
'department_already_exists' => 'Отдел с таким названием уже существует в данном местоположении. Попробуйте уточнить название для этого отдела. ',
- 'assoc_users' => 'Департамент в данный момент связан с одним или несколькими пользователями и не может быть удалён. Удалите или измените связи в пользователях и попробуйте ещё раз. ',
+ 'assoc_users' => 'Отдел в данный момент связан с одним или несколькими пользователями и не может быть удалён. Измените данные пользователей так, чтобы они больше не ссылались на этот отдел, и попробуйте снова. ',
'create' => array(
- 'error' => 'Департамент не был создан, попробуйте ещё раз.',
- 'success' => 'Департамент успешно создан.'
+ 'error' => 'Отдел не был создан, попробуйте снова.',
+ 'success' => 'Отдел создан.'
),
'update' => array(
- 'error' => 'Департамент не был изменён, попробуйте ещё раз',
- 'success' => 'Департамент успешно изменён.'
+ 'error' => 'Отдел не был изменён, попробуйте снова',
+ 'success' => 'Отдел изменён.'
),
'delete' => array(
- 'confirm' => 'Вы уверены, что хотите удалить этот департамент?',
- 'error' => 'При удалении департамента возникла проблема. Пожалуйста, попробуйте ещё раз.',
- 'success' => 'Департамент был успешно удалён.'
+ 'confirm' => 'Вы уверены, что хотите удалить этот отдел?',
+ 'error' => 'При удалении отдела возникла проблема. Попробуйте снова.',
+ 'success' => 'Отдел удалён.'
)
);
diff --git a/resources/lang/ru-RU/admin/departments/table.php b/resources/lang/ru-RU/admin/departments/table.php
index 3c88e259b3..47d542d2b2 100644
--- a/resources/lang/ru-RU/admin/departments/table.php
+++ b/resources/lang/ru-RU/admin/departments/table.php
@@ -3,9 +3,9 @@
return array(
'id' => 'ID',
- 'name' => 'Название департамента',
+ 'name' => 'Название отдела',
'manager' => 'Руководитель',
'location' => 'Расположение',
- 'create' => 'Создать департамент',
- 'update' => 'Изменить департамент',
+ 'create' => 'Создать отдел',
+ 'update' => 'Изменить отдел',
);
diff --git a/resources/lang/ru-RU/admin/groups/message.php b/resources/lang/ru-RU/admin/groups/message.php
index 577238b092..bf28f8f513 100644
--- a/resources/lang/ru-RU/admin/groups/message.php
+++ b/resources/lang/ru-RU/admin/groups/message.php
@@ -4,19 +4,19 @@ return array(
'group_exists' => 'Группа уже существует!',
'group_not_found' => 'Группа [:id] не существует.',
- 'group_name_required' => 'Поле "Имя" является обязательным',
+ 'group_name_required' => 'Поле "Название" является обязательным',
'success' => array(
- 'create' => 'Группа успешно создана.',
- 'update' => 'Группа успешно изменена.',
- 'delete' => 'Группа успешно удалена.',
+ 'create' => 'Группа создана.',
+ 'update' => 'Группа изменена.',
+ 'delete' => 'Группа удалена.',
),
'delete' => array(
'confirm' => 'Вы уверены что хотите удалить эту группу?',
- 'create' => 'При созданий группы возникла проблема. Пожалуйста попробуйте снова.',
- 'update' => 'При изменении группы возникла проблема. Пожалуйста попробуйте снова.',
- 'delete' => 'При удалении группы возникла проблема. Пожалуйста попробуйте снова.',
+ 'create' => 'При создании группы возникла проблема. Попробуйте снова.',
+ 'update' => 'При изменении группы возникла проблема. Попробуйте снова.',
+ 'delete' => 'При удалении группы возникла проблема. Попробуйте снова.',
),
);
diff --git a/resources/lang/ru-RU/admin/kits/general.php b/resources/lang/ru-RU/admin/kits/general.php
index 02f81d0d07..e166e704f9 100644
--- a/resources/lang/ru-RU/admin/kits/general.php
+++ b/resources/lang/ru-RU/admin/kits/general.php
@@ -2,17 +2,17 @@
return [
'about_kits_title' => 'О готовых наборах',
- 'about_kits_text' => 'Готовые Наборы позволяют быстро выдать несколько предметов (активов, лицензий, и т. д.) пользователю. Это может быть очень удобно, когда Вы сталкиваетесь с процессом массовой выдачи предметов большому количеству пользователей или же Ваши пользователи часто получают одни и те же предметы.',
- 'checkout' => 'Выдать готовый набор ',
- 'create_success' => 'Набор был успешно создан.',
- 'create' => 'Создать Готовый Набор',
- 'update' => 'Изменить Готовый Набор',
- 'delete_success' => 'Набор был успешно удалён.',
- 'update_success' => 'Набор был успешно изменен.',
+ 'about_kits_text' => 'Готовые наборы позволяют быстро выдать несколько предметов (активов, лицензий, и т. д.) пользователю. Это может быть полезно, если процесс адаптации единообразен для многих пользователей и все пользователи получают одни и те же предметы.',
+ 'checkout' => 'Выдать набор ',
+ 'create_success' => 'Набор создан.',
+ 'create' => 'Создать готовый набор',
+ 'update' => 'Изменить готовый набор',
+ 'delete_success' => 'Набор удалён.',
+ 'update_success' => 'Набор изменён.',
'none_models' => 'Недостаточно доступных активов :model для выдачи. Необходимое количество - :qty. ',
'none_licenses' => 'Недостаточно доступных мест :license для выдачи. Необходимое количество мест - :qty. ',
- 'none_consumables' => 'Недостаточно доступных единиц :consumable для выдачи. Необходимое количество - :qty ед. ',
- 'none_accessory' => 'Недостаточно единиц :accessory для выдачи. Необходимое количество - :qty ед. ',
+ 'none_consumables' => 'Недостаточно доступных единиц :consumable для выдачи. Необходимое количество - :qty. ',
+ 'none_accessory' => 'Недостаточно единиц :accessory для выдачи. Необходимое количество - :qty. ',
'append_accessory' => 'Добавить аксессуар',
'update_appended_accessory' => 'Обновить добавленный аксессуар',
'append_consumable' => 'Добавить расходный материал',
@@ -22,30 +22,30 @@ return [
'append_model' => 'Добавить модель',
'update_appended_model' => 'Обновить добавленную модель',
'license_error' => 'Лицензия уже прикреплена к комплекту',
- 'license_added_success' => 'Лицензия успешно добавлена',
- 'license_updated' => 'Лицензия успешно обновлена',
+ 'license_added_success' => 'Лицензия добавлена',
+ 'license_updated' => 'Лицензия обновлена',
'license_none' => 'Лицензия не существует',
- 'license_detached' => 'Лицензия успешно отсоединена',
- 'consumable_added_success' => 'Расходный материал успешно добавлен',
- 'consumable_updated' => 'Расходный материал успешно обновлен',
- 'consumable_error' => 'Расходный материал уже подключен к комплекту',
+ 'license_detached' => 'Лицензия откреплена',
+ 'consumable_added_success' => 'Расходный материал добавлен',
+ 'consumable_updated' => 'Расходный материал обновлён',
+ 'consumable_error' => 'Расходный материал уже прикреплён к набору',
'consumable_deleted' => 'Удаление прошло успешно',
'consumable_none' => 'Расходный материал не существует',
- 'consumable_detached' => 'Расходный материал успешно отсоединен',
- 'accessory_added_success' => 'Аксессуар успешно добавлен',
- 'accessory_updated' => 'Аксессуар успешно обновлен',
- 'accessory_detached' => 'Аксессуар успешно отсоединен',
- 'accessory_error' => 'Аксессуар уже прикреплен к комплекту',
+ 'consumable_detached' => 'Расходный материал откреплён',
+ 'accessory_added_success' => 'Аксессуар добавлен',
+ 'accessory_updated' => 'Аксессуар обновлён',
+ 'accessory_detached' => 'Аксессуар откреплён',
+ 'accessory_error' => 'Аксессуар уже прикреплён к набору',
'accessory_deleted' => 'Удаление прошло успешно',
- 'accessory_none' => 'Аксесуар не существует',
- 'checkout_success' => 'Выдача успешна',
+ 'accessory_none' => 'Аксессуар не существует',
+ 'checkout_success' => 'Выдача прошла успешно',
'checkout_error' => 'Ошибка выдачи',
- 'kit_none' => 'Комплекта не существует',
- 'kit_created' => 'Комплект успешно создан',
- 'kit_updated' => 'Комплект успешно изменен',
- 'kit_not_found' => 'Комплект не найден',
- 'kit_deleted' => 'Комплект успешно удален',
- 'kit_model_updated' => 'Модель успешно изменена',
- 'kit_model_detached' => 'Модель успешно отсоединена',
- 'model_already_attached' => 'Модель уже прикреплена к комплекту',
+ 'kit_none' => 'Набор не существует',
+ 'kit_created' => 'Набор создан',
+ 'kit_updated' => 'Набор изменён',
+ 'kit_not_found' => 'Набор не найден',
+ 'kit_deleted' => 'Набор удалён',
+ 'kit_model_updated' => 'Модель изменена',
+ 'kit_model_detached' => 'Модель откреплена',
+ 'model_already_attached' => 'Модель уже прикреплена к набору',
];
diff --git a/resources/lang/ru-RU/admin/licenses/form.php b/resources/lang/ru-RU/admin/licenses/form.php
index c3ab4eff5f..35bee7e477 100644
--- a/resources/lang/ru-RU/admin/licenses/form.php
+++ b/resources/lang/ru-RU/admin/licenses/form.php
@@ -3,20 +3,20 @@
return array(
'asset' => 'Актив',
- 'checkin' => 'Привязать',
+ 'checkin' => 'Вернуть',
'create' => 'Создать лицензию',
- 'expiration' => 'Истекает',
+ 'expiration' => 'Дата истечения',
'license_key' => 'Ключ продукта',
'maintained' => 'Поддерживаемая',
'name' => 'Название ПО',
'no_depreciation' => 'Не амортизируется',
'purchase_order' => 'Номер заказа на поставку',
- 'reassignable' => 'Переназначаемый',
- 'remaining_seats' => 'Осталось лицезий',
+ 'reassignable' => 'Переназначаемая',
+ 'remaining_seats' => 'Осталось лицензий',
'seats' => 'Количество рабочих мест',
- 'termination_date' => 'Дата окончания',
- 'to_email' => 'Лицензирован на E-mail',
+ 'termination_date' => 'Дата прекращения',
+ 'to_email' => 'Лицензирована на Email',
'to_name' => 'Лицензировано на имя',
'update' => 'Обновить лицензию',
- 'checkout_help' => 'Вы должны привязать лицензию к физическому активу или человеку. Вы можете выбрать оба варианта, но владелец актива должен соответствовать человеку привязанному к этому активу.'
+ 'checkout_help' => 'Вы должны выдать лицензию физическому активу или человеку. Вы можете выбрать оба варианта, но владелец актива должен совпадать с человеком, которому выдается этот актив.'
);
diff --git a/resources/lang/ru-RU/admin/locations/message.php b/resources/lang/ru-RU/admin/locations/message.php
index 042b2c8d01..8592afc96f 100644
--- a/resources/lang/ru-RU/admin/locations/message.php
+++ b/resources/lang/ru-RU/admin/locations/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Статус актива не существует.',
- 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again ',
- 'assoc_assets' => 'Это месторасположение связано как минимум с одним активом и не может быть удалено. Измените ваши активы так, чтобы они не ссылались на это месторасположение и попробуйте ещё раз. ',
- 'assoc_child_loc' => 'У этого месторасположения является родительским и у него есть как минимум одно месторасположение уровнем ниже. Поэтому оно не может быть удалено. Обновите ваши месторасположения, так чтобы не ссылаться на него и попробуйте снова. ',
- 'assigned_assets' => 'Присвоенные активы',
+ 'does_not_exist' => 'Местоположение не существует.',
+ 'assoc_users' => 'Это местоположение в не может быть удалено, потому что поскольку это местоположение по крайней мере для одного актива или пользователя, имеет назначенные ему активы или является родительским местоположением другого местоположения. Измените записи так, чтобы они не ссылались на это местоположение, и попробуйте снова ',
+ 'assoc_assets' => 'Это местоположение связано по крайней мере с одним активом и не может быть удалено. Измените активы так, чтобы они не ссылались на это местоположение и попробуйте снова. ',
+ 'assoc_child_loc' => 'У этого месторасположения является родительским и у него есть как минимум одно месторасположение уровнем ниже. Поэтому оно не может быть удалено. Обновите ваши месторасположения, так чтобы не ссылаться на него, и попробуйте снова. ',
+ 'assigned_assets' => 'Назначенные активы',
'current_location' => 'Текущее местоположение',
'open_map' => 'Открыть в картах :map_provider_icon',
'create' => array(
- 'error' => 'Статус актива не был создан, попробуйте еще раз.',
- 'success' => 'Статус актива успешно создан.'
+ 'error' => 'Местоположение не было создано, попробуйте снова.',
+ 'success' => 'Местоположение создано.'
),
'update' => array(
- 'error' => 'Статус актива не был обновлен, попробуйте еще раз',
- 'success' => 'Статус актива успешно обновлен.'
+ 'error' => 'Местоположение не было обновлено, попробуйте снова',
+ 'success' => 'Местоположение обновлено.'
),
'restore' => array(
- 'error' => 'Местоположение не было восстановлено, пожалуйста, попробуйте еще раз',
- 'success' => 'Местоположение успешно восстановлено.'
+ 'error' => 'Местоположение не было восстановлено, попробуйте снова',
+ 'success' => 'Местоположение восстановлено.'
),
'delete' => array(
- 'confirm' => 'Вы уверено, что хотите удалить этот статус?',
- 'error' => 'При удалении статуса актива произошла ошибка. Попробуйте еще раз.',
- 'success' => 'Статус актива успешно удален.'
+ 'confirm' => 'Вы уверены, что хотите удалить это местоположение?',
+ 'error' => 'При удалении местоположения возникла проблема. Попробуйте снова.',
+ 'success' => 'Местоположение удалено.'
)
);
diff --git a/resources/lang/ru-RU/admin/locations/table.php b/resources/lang/ru-RU/admin/locations/table.php
index ecbb707143..b91fcaf834 100644
--- a/resources/lang/ru-RU/admin/locations/table.php
+++ b/resources/lang/ru-RU/admin/locations/table.php
@@ -1,43 +1,43 @@
'О местонахождениях',
- 'about_locations' => 'Местонахождения используются для отслеживания информации о месте находжения активов, и прочих элементов',
+ 'about_locations_title' => 'О местоположениях',
+ 'about_locations' => 'Местоположения используются для отслеживания информации о расположении пользователей, активов и прочих предметов',
'assets_rtd' => 'Активы', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
- 'assets_checkedout' => 'Присвоенные активы',
+ 'assets_checkedout' => 'Назначено активов',
'id' => 'ID',
'city' => 'Город',
'state' => 'Область/Регион',
'country' => 'Страна',
- 'create' => 'Создать статус',
- 'update' => 'Обновить статус',
- 'print_assigned' => 'Печать выделенных',
+ 'create' => 'Создать местоположение',
+ 'update' => 'Обновить местоположение',
+ 'print_assigned' => 'Печать назначенных',
'print_all_assigned' => 'Печать всех выделенных',
- 'name' => 'Имя статуса',
+ 'name' => 'Название',
'address' => 'Адрес',
'address2' => 'Адрес, строка 2',
'zip' => 'Почтовый индекс',
- 'locations' => 'Размещения',
+ 'locations' => 'Местоположения',
'parent' => 'Родитель',
- 'currency' => 'Валюта местонахождения',
+ 'currency' => 'Валюта местоположения',
'ldap_ou' => 'Поиск в LDAP OU',
'user_name' => 'Имя пользователя',
- 'department' => 'Подразделение',
+ 'department' => 'Отдел',
'location' => 'Местоположение',
- 'asset_tag' => 'Тег активов',
+ 'asset_tag' => 'Инвентарный номер',
'asset_name' => 'Название',
'asset_category' => 'Категория',
'asset_manufacturer' => 'Производитель',
'asset_model' => 'Модель',
'asset_serial' => 'Серийный номер',
- 'asset_location' => 'Расположение',
- 'asset_checked_out' => 'Проверено',
- 'asset_expected_checkin' => 'Ожидаемая проверка',
+ 'asset_location' => 'Местоположение',
+ 'asset_checked_out' => 'Выдано',
+ 'asset_expected_checkin' => 'Ожидаемая дата возврата',
'date' => 'Дата:',
'phone' => 'Телефон местоположения',
- 'signed_by_asset_auditor' => 'Подписано (Аудитором активов):',
- 'signed_by_finance_auditor' => 'Подписано (Аудитором активов):',
- 'signed_by_location_manager' => 'Подписано (Менеджер по местоположению):',
+ 'signed_by_asset_auditor' => 'Подписано (аудитор активов):',
+ 'signed_by_finance_auditor' => 'Подписано (финансовый аудитор):',
+ 'signed_by_location_manager' => 'Подписано (руководитель):',
'signed_by' => 'Подписано:',
- 'clone' => 'Clone Location',
+ 'clone' => 'Клонировать местоположение',
];
diff --git a/resources/lang/ru-RU/admin/settings/general.php b/resources/lang/ru-RU/admin/settings/general.php
index 7c21da5040..06380d3b07 100644
--- a/resources/lang/ru-RU/admin/settings/general.php
+++ b/resources/lang/ru-RU/admin/settings/general.php
@@ -378,7 +378,7 @@ return [
'help_blank_to_use' => 'Оставьте пустым, чтобы использовать значение из :setting_name',
'help_default_will_use' => ':default will use the value from :setting_name. Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
', - 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format',
- 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format',
- 'csv_import_match_first' => 'Try to match users by first name (jane) format',
- 'csv_import_match_email' => 'Try to match users by email as username',
- 'csv_import_match_username' => 'Try to match users by username',
+ 'import_text' => 'Varlık geçmişini içeren bir CSV dosyası yükleyin. Varlıklar ve kullanıcılar sistemde HALİHAZIRDA mevcut olmalıdır, aksi takdirde atlanırlar. Geçmiş aktarımı için varlık eşleştirmesi, varlık etiketi üzerinden yapılır. Sağladığınız kullanıcı adına ve aşağıda seçeceğiniz kriterlere göre eşleşen bir kullanıcı bulmaya çalışacağız. Aşağıda herhangi bir kriter seçmezseniz, yalnızca Yönetici > Genel Ayarlar bölümünde yapılandırdığınız kullanıcı adı biçimiyle eşleştirme yapılacaktır.
CSV dosyasındaki alanlar şu başlıklarla eşleşmelidir: Varlık Etiketi, Ad, Teslim Alma Tarihi, Teslim Etme Tarihi. Ekstra alanlar yok sayılacaktır.
+ +Teslim Etme Tarihi: Boş bırakılan veya gelecekteki tarihler, ilgili kullanıcıya varlığı teslim edilmiş olarak gösterecektir. Teslim Etme Tarihi sütunu dahil edilmezse, bugünün tarihi teslim tarihi olarak kullanılır.
', + 'csv_import_match_f-l' => 'Kullanıcıları isim.soyisim (jane.smith) formatına göre eşleştirmeyi dene',
+ 'csv_import_match_initial_last' => 'Kullanıcıları ilk harf + soyisim (jsmith) formatına göre eşleştirmeyi dene',
+ 'csv_import_match_first' => 'Kullanıcıları isim (jane) formatına göre eşleştirmeyi dene',
+ 'csv_import_match_email' => 'Kullanıcıları e-posta adresini kullanıcı adı olarak kullanarak eşleştirmeyi dene',
+ 'csv_import_match_username' => 'Kullanıcıları kullanıcı adı ile eşleştirmeyi dene',
'error_messages' => 'Hata mesajı:',
'success_messages' => 'Başarı mesajı:',
'alert_details' => 'Detaylar için aşağıyı okuyun.',
diff --git a/resources/lang/tr-TR/admin/hardware/message.php b/resources/lang/tr-TR/admin/hardware/message.php
index c7835cc60c..450131dc54 100644
--- a/resources/lang/tr-TR/admin/hardware/message.php
+++ b/resources/lang/tr-TR/admin/hardware/message.php
@@ -24,10 +24,10 @@ return [
'update' => [
'error' => 'Demirbaş güncellenemedi, lütfen tekrar deneyin',
'success' => 'Demirbaş güncellendi.',
- 'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions',
+ 'encrypted_warning' => 'Varlık başarıyla güncellendi, ancak şifreli özel alanlar izin nedeniyle güncellenemedi',
'nothing_updated' => 'Hiçbir alan seçilmedi, dolayısıyla hiç bir alan güncellenmedi.',
'no_assets_selected' => 'Hiçbir varlık seçilmedi, bu nedenle hiçbir şey güncellenmedi.',
- 'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
+ 'assets_do_not_exist_or_are_invalid' => '',
],
'restore' => [
diff --git a/resources/lang/tr-TR/admin/settings/general.php b/resources/lang/tr-TR/admin/settings/general.php
index afde8b8a53..521d840e65 100644
--- a/resources/lang/tr-TR/admin/settings/general.php
+++ b/resources/lang/tr-TR/admin/settings/general.php
@@ -8,7 +8,7 @@ return [
'ad_append_domain' => 'Alan adını kullanıcı adının sonuna ekle',
'ad_append_domain_help' => 'Kullanıcı "kullanıcıadı@alan.adı" yazmak zorunda değil, bunun yerine "kullanıcıadı" yazabilir.',
'admin_cc_email' => 'CC e-Posta',
- 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.',
+ 'admin_cc_email_help' => 'Bu adrese teslimat/geri alma e-postalarının bir kopyasını gönder.',
'admin_settings' => 'Yönetici Ayarları',
'is_ad' => 'Active Directory sunucusudur',
'alerts' => 'Uyarı',
@@ -65,7 +65,7 @@ return [
'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
'empty_row_count' => 'Field Start Offset (Empty Rows)',
- 'empty_row_count_help' => 'Fields will begin populating after this many empty rows are skipped at the top of the label.',
+ 'empty_row_count_help' => 'Alanlar, etiketin üst kısmında bu kadar boş satır atlandıktan sonra dolmaya başlayacaktır.',
'favicon' => 'Favicon',
'favicon_format' => 'Kabul edilebilir dosya türleri ico, png ve gif uzantılı dosyalardır. Diğer türden dosyaların tarayıcı uyumluluğu kesin değildir.',
'favicon_size' => 'Simgesel belirtecin büyüklüğü 16x16 piksel kare şeklinde olmalıdır.',
@@ -391,8 +391,8 @@ return [
'database_driver' => 'Veritabanı Sürücüsü',
'bs_table_storage' => 'Tablo Depolama',
'timezone' => 'Zaman Dilimi',
- 'test_mail' => 'Test Mail',
- 'profile_edit' => 'Edit Profile',
+ 'test_mail' => 'Test Postası',
+ 'profile_edit' => 'Profili Düzenle',
'profile_edit_help' => 'Allow users to edit their own profiles.',
'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Kullanıcı profil fotoğrafı yüklememişse bu görsel profil fotoğrafı olacak.',
diff --git a/resources/lang/tr-TR/admin/settings/message.php b/resources/lang/tr-TR/admin/settings/message.php
index 4281df08d4..e8d7f20eef 100644
--- a/resources/lang/tr-TR/admin/settings/message.php
+++ b/resources/lang/tr-TR/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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' => 'Bir şeyler yanlış gitti. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/tr-TR/admin/statuslabels/table.php b/resources/lang/tr-TR/admin/statuslabels/table.php
index e0a7f8e208..3241466fda 100644
--- a/resources/lang/tr-TR/admin/statuslabels/table.php
+++ b/resources/lang/tr-TR/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Durum Etiketi Hakkında',
+ 'about' => 'About Status Types',
'archived' => 'Arşivlenmiş',
'create' => 'Durum Etiketi Oluştur',
'color' => 'Grafik rengi',
'default_label' => 'Varsayılan Etiket',
'default_label_help' => 'En sık kullanılan durum etiketlerinin varlık oluştururken / düzenlerken seçim kutusunun üstünde görünmesini sağlamak için kullanılır.',
'deployable' => 'Dağıtılabilir',
- 'info' => 'Durum Etiketleri demirbaşınızın o anki durumunu tanımlamada kullanılır. Demirbaşınız o an onarımda ya da kayıp/çalınmış olabilir. Dağıtılabilir, Beklemede ve Arşivlenmiş demirbaşlarınız için yeni durum etiketleri oluşturabilirsiniz.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Durum Adı',
'pending' => 'Beklemede',
'status_type' => 'Durum Türü',
diff --git a/resources/lang/tr-TR/admin/users/message.php b/resources/lang/tr-TR/admin/users/message.php
index 14ef325b65..8a76f0f4a8 100644
--- a/resources/lang/tr-TR/admin/users/message.php
+++ b/resources/lang/tr-TR/admin/users/message.php
@@ -6,7 +6,7 @@ return array(
'declined' => 'Bu varlığı başarıyla reddettiniz.',
'bulk_manager_warn' => 'Kullanıcılarınızın başarıyla güncelleştirildi, ancak kaydedilmedi Yöneticisi giriş Yöneticisi\'ni seçtiğiniz çünkü aynı zamanda düzenlenecek kullanıcı listesinde oldu ve kullanıcıların kendi yöneticisi olmayabilir. Yine, yönetici hariç olmak üzere, kullanıcılarınızı seçiniz.',
'user_exists' => 'Kullanıcı zaten var!',
- 'user_not_found' => 'User does not exist or you do not have permission view them.',
+ 'user_not_found' => 'Kullanıcı mevcut değil veya görüntüleme izniniz yok.',
'user_login_required' => 'Oturum açma alanı gerekli',
'user_has_no_assets_assigned' => 'Kullanıcıya zimmetlenmiş bir şey yok.',
'user_password_required' => 'Şifre Gerekli.',
@@ -37,7 +37,7 @@ return array(
'update' => 'Kullanıcı oluştururken bir sorun oluştu. Lütfen yeniden deneyin.',
'delete' => 'Kullanıcı silinirken bir problem oluştu. Lütfen tekrar deneyin.',
'delete_has_assets' => 'Bu kullanıcının atadığı öğeler var ve silinemiyor.',
- 'delete_has_assets_var' => 'This user still has an asset assigned. Please check it in first.|This user still has :count assets assigned. Please check their assets in first.',
+ 'delete_has_assets_var' => 'Bu kullanıcının atanan bir varlığı var. Lütfen önce bunu teslim alın.|Bu kullanıcının :count adet atanan varlığı var. Lütfen önce bu varlıkları teslim alın.',
'delete_has_licenses_var' => 'This user still has a license seats assigned. Please check it in first.|This user still has :count license seats assigned. Please check them in first.',
'delete_has_accessories_var' => 'This user still has an accessory assigned. Please check it in first.|This user still has :count accessories assigned. Please check their assets in first.',
'delete_has_locations_var' => 'This user still manages a location. Please select another manager first.|This user still manages :count locations. Please select another manager first.',
diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php
index 99c9851af4..fc749b57ad 100644
--- a/resources/lang/tr-TR/general.php
+++ b/resources/lang/tr-TR/general.php
@@ -525,7 +525,7 @@ Context | Request Context
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% tamamlandı',
'uploading' => 'Yükleniyor... ',
- 'upload_error' => 'Dosya yüklenirken hata oluştu. Lütfen boş satır olmadığından ve hiçbir sütun adının kopyalanmadığından emin olun.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Panoya kopyala',
'copied' => 'Kopyalandı!',
'status_compatibility' => 'Varlıklar zaten atanmışsa konuşlandırılamayan bir durum türüne değiştirilemezler ve bu değer değişikliği atlanır.',
@@ -538,14 +538,14 @@ Context | Request Context
'or' => 'veya',
'url' => 'Link',
'edit_fieldset' => 'Edit fieldset fields and options',
- 'permission_denied_superuser_demo' => 'Permission denied. You cannot update user information for superadmins on the demo.',
- 'pwd_reset_not_sent' => 'User is not activated, is LDAP synced, or does not have an email address',
- 'error_sending_email' => 'Error sending email',
+ 'permission_denied_superuser_demo' => 'İzin reddedildi. Demo üzerinde süper yöneticilerin kullanıcı bilgilerini güncelleyemezsiniz.',
+ 'pwd_reset_not_sent' => 'Kullanıcı etkinleştirilmemiş, LDAP ile senkronize edilmemiş ya da bir e-posta adresine sahip değil',
+ 'error_sending_email' => 'E-posta gönderme hatası',
'sad_panda' => 'Sad panda. You are not authorized to do the thing. Maybe return to the dashboard, or contact your administrator.',
'bulk' => [
'delete' =>
[
- 'header' => 'Bulk Delete :object_type',
+ 'header' => 'Toplu Silme: :object_type',
'warn' => 'You are about to delete one :object_type|You are about to delete :count :object_type',
'success' => ':object_type successfully deleted|Successfully deleted :count :object_type',
'error' => 'Could not delete :object_type',
@@ -616,16 +616,16 @@ Context | Request Context
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'deleted_users' => 'Silinen Kullanıcılar',
'cost_each' => ':amount each',
- 'remove_current_image' => 'Remove current :type image',
+ 'remove_current_image' => 'Mevcut :type görselini kaldır',
'seeding' => [
'manufacturers' => [
- 'button' => 'Create Manufacturers',
+ 'button' => 'Üreticiler Oluştur',
'prompt' => 'You do not have any manufacturers yet. Would you like to seed a list of common manufacturers? (THIS WILL OVERWRITE EXISTING MANUFACTURERS, including those that have been soft-deleted.)',
'success' => 'Manufacturers seeded successfully',
- 'error' => 'Could not seed manufacturers. A manufacturer record already exists and seeding would overwrite it.|Could not seed manufacturers. :count manufacturer records already exist and seeding would overwrite them.',
+ 'error' => 'Üreticiler eklenemedi. Bir üretici kaydı zaten mevcut ve ekleme işlemi üzerine yazacaktır.|Üreticiler eklenemedi. :count üretici kaydı zaten mevcut ve ekleme işlemi bunların üzerine yazacaktır.',
],
],
diff --git a/resources/lang/uk-UA/admin/custom_fields/general.php b/resources/lang/uk-UA/admin/custom_fields/general.php
index 4686a1792f..ad52c40f7a 100644
--- a/resources/lang/uk-UA/admin/custom_fields/general.php
+++ b/resources/lang/uk-UA/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Керування',
'field' => 'Поле',
'about_fieldsets_title' => 'Про польові набори',
- 'about_fieldsets_text' => 'Поля дозволяють створювати групи настроюваних полів, які часто повторно використовуються для певних типів моделі активів.',
+ 'about_fieldsets_text' => 'Поля дозволяють створювати групи настроюваних полів, які часто повторно використовуються для конкретних типів моделі активів.',
'custom_format' => 'Користувацький формат регулярного виразу...',
'encrypt_field' => 'Шифрувати значення цього поля в базі даних',
'encrypt_field_help' => 'УВАГА: Шифрування поля робить його непридатним для пошуку.',
diff --git a/resources/lang/uk-UA/admin/settings/message.php b/resources/lang/uk-UA/admin/settings/message.php
index 6f602f8ef6..e0a1380fb3 100644
--- a/resources/lang/uk-UA/admin/settings/message.php
+++ b/resources/lang/uk-UA/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ПОМИЛКА: 301/302 :endpoint повертає редиректор. З міркувань безпеки ми не слідуємо перенаправленням. Будь ласка, використовуйте фактичну кінцеву точку.',
'error_misc' => 'Щось пішло не так. :( ',
'webhook_fail' => 'не вдалося надіслати повідомлення webhook для перевірки: Переконайтесь, що посилання ще дійсне.',
- 'webhook_channel_not_found' => ' канал webhook не знайдено.'
+ 'webhook_channel_not_found' => ' канал webhook не знайдено.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Ваші налаштування не були збережені.',
'mismatch' => 'Є 1 елемент у базі даних, який потребує вашої уваги перед тим, як ви зможете увімкнути визначення місцезнаходження. Є :count елементи в базі даних, які потребують вашої уваги перед тим, як ви зможете увімкнути визначення місцезнаходжень.',
],
-
];
diff --git a/resources/lang/uk-UA/admin/statuslabels/table.php b/resources/lang/uk-UA/admin/statuslabels/table.php
index fdb2ba0ec4..e816e97477 100644
--- a/resources/lang/uk-UA/admin/statuslabels/table.php
+++ b/resources/lang/uk-UA/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Про мітки статусу',
+ 'about' => 'About Status Types',
'archived' => 'Архівний',
'create' => 'Створити мітку статусу',
'color' => 'Колір діаграми',
'default_label' => 'Стандартна позначка',
'default_label_help' => 'Це використовується для забезпечення того, що найбільш часто використовувані мітки стану з\'являються в верхній частині поля під час створення або редагування активів.',
'deployable' => 'Розгортання',
- 'info' => 'Мітки статусу використовуються для опису різних станів, в яких можуть бути активи, а також можуть бути присутні для ремонту, втрачені/викрадення і т.д. Ви можете створити нові мітки статусу для розгортанні, очікуючі та архівні активи.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Назва статусу',
'pending' => 'Очікуєтся',
'status_type' => 'Тип статусу',
diff --git a/resources/lang/uk-UA/general.php b/resources/lang/uk-UA/general.php
index 664a17a13f..111e20d36f 100644
--- a/resources/lang/uk-UA/general.php
+++ b/resources/lang/uk-UA/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Визначено полями',
'percent_complete' => '% завершити',
'uploading' => 'Відвантаження... ',
- 'upload_error' => 'Помилка завантаження файлу. Будь ласка, перевірте, чи немає порожніх рядків і що не дубльовані назви стовпців.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Копіювати в буфер обміну',
'copied' => 'Скопійовано!',
'status_compatibility' => 'Якщо активи вже призначені, вони не можуть бути змінені на тип статусу, який не розгортається, і ця зміна значення буде пропущена.',
diff --git a/resources/lang/ur-PK/admin/custom_fields/general.php b/resources/lang/ur-PK/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/ur-PK/admin/custom_fields/general.php
+++ b/resources/lang/ur-PK/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/ur-PK/admin/settings/message.php b/resources/lang/ur-PK/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/ur-PK/admin/settings/message.php
+++ b/resources/lang/ur-PK/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/ur-PK/admin/statuslabels/table.php b/resources/lang/ur-PK/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/ur-PK/admin/statuslabels/table.php
+++ b/resources/lang/ur-PK/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php
index 3cf7a31e6e..d2e16aafbb 100644
--- a/resources/lang/ur-PK/general.php
+++ b/resources/lang/ur-PK/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/vi-VN/admin/custom_fields/general.php b/resources/lang/vi-VN/admin/custom_fields/general.php
index 0f55d8cf00..765344dc3b 100644
--- a/resources/lang/vi-VN/admin/custom_fields/general.php
+++ b/resources/lang/vi-VN/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Cánh đồng',
'about_fieldsets_title' => 'Giới thiệu về các trường',
- 'about_fieldsets_text' => 'Các trường cho phép bạn tạo các nhóm các trường tùy chỉnh thường được sử dụng lại cho các loại mô hình tài sản cụ thể.',
+ 'about_fieldsets_text' => 'Các trường cho phép bạn tạo các nhóm trường tuỳ chỉnh thường xuyên được sử dụng lại cho các mô hình tài sản cụ thể.',
'custom_format' => 'Định dạng tuỳ chỉnh...',
'encrypt_field' => 'Mã hóa giá trị của trường này trong cơ sở dữ liệu',
'encrypt_field_help' => 'CẢNH BÁO: Mã hóa một trường làm cho nó không thể tìm kiếm được.',
diff --git a/resources/lang/vi-VN/admin/locations/table.php b/resources/lang/vi-VN/admin/locations/table.php
index d9c5d66c7a..8604a03f86 100644
--- a/resources/lang/vi-VN/admin/locations/table.php
+++ b/resources/lang/vi-VN/admin/locations/table.php
@@ -39,5 +39,5 @@ return [
'signed_by_finance_auditor' => 'Được ký bởi (Quản lý tài chính):',
'signed_by_location_manager' => 'Được ký bởi (Quản lý khu vực):',
'signed_by' => 'Được ký bởi:',
- 'clone' => 'Clone Location',
+ 'clone' => '',
];
diff --git a/resources/lang/vi-VN/admin/settings/message.php b/resources/lang/vi-VN/admin/settings/message.php
index f77cdcb11d..1cf9c748df 100644
--- a/resources/lang/vi-VN/admin/settings/message.php
+++ b/resources/lang/vi-VN/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
'error_misc' => 'Đã xảy ra lỗi. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/vi-VN/admin/statuslabels/table.php b/resources/lang/vi-VN/admin/statuslabels/table.php
index 06d0ac45ab..b53b8f564c 100644
--- a/resources/lang/vi-VN/admin/statuslabels/table.php
+++ b/resources/lang/vi-VN/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Về tình trạng nhãn',
+ 'about' => 'About Status Types',
'archived' => 'Đã lưu trữ',
'create' => 'Tạo tình trạng nhãn',
'color' => 'Màu đồ thị',
'default_label' => 'Nhãn mặc định',
'default_label_help' => 'Điều này được sử dụng để đảm bảo thông dụng nhất của tình trạng nhãn xuất hiện ở phía trên hộp chọn khi tạo/chỉnh sửa tài sản.',
'deployable' => 'Cho phép cấp phát',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Tên tình trạng',
'pending' => 'Đang chờ',
'status_type' => 'Loại tình trạng',
diff --git a/resources/lang/vi-VN/general.php b/resources/lang/vi-VN/general.php
index 03e73ba5b0..71feca451b 100644
--- a/resources/lang/vi-VN/general.php
+++ b/resources/lang/vi-VN/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% hoàn thành',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/zh-CN/admin/settings/message.php b/resources/lang/zh-CN/admin/settings/message.php
index e507804a07..d83733a71c 100644
--- a/resources/lang/zh-CN/admin/settings/message.php
+++ b/resources/lang/zh-CN/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => '错误:301/302 :endpoint 返回重定向。出于安全原因,我们不跟随重定向。请使用实际端点。',
'error_misc' => '出错了:( ',
'webhook_fail' => ' webhook 通知失败:请检查以确保URL仍然有效。',
- 'webhook_channel_not_found' => ' 未找到 webhook 频道。'
+ 'webhook_channel_not_found' => ' 未找到 webhook 频道。',
+ 'ms_teams_deprecation' => '您当前选用的 Microsoft Teams Webhook URL 将于2025年12月31日弃用。请改用工作流 URL。有关创建工作流的微软官方文档,请见此处。',
],
-
'location_scoping' => [
'not_saved' => '您的设置未保存。',
'mismatch' => '在启用位置范围限定功能之前,数据库中有1个待处理项目需要您关注。|在启用位置范围限定功能之前,数据库中有:count个待处理项目需要您关注。',
],
-
];
diff --git a/resources/lang/zh-CN/admin/statuslabels/table.php b/resources/lang/zh-CN/admin/statuslabels/table.php
index 09a227e1cd..f26eec9027 100644
--- a/resources/lang/zh-CN/admin/statuslabels/table.php
+++ b/resources/lang/zh-CN/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'关于状态标签',
+ 'about' => '关于状态类型',
'archived' => '已存档',
'create' => '创建状态标签',
'color' => '图标颜色',
'default_label' => '默认标签',
'default_label_help' => '这用于确保在创建/编辑资产时最常用的状态标签显示在选择框的顶部。',
'deployable' => '可领用',
- 'info' => '状态标签用于描述资产的各种状态(例如送外维修、丢失、被窃等等)。你可以为处于可部署、待处理或已存档的资产创建新的状态标签。 ',
+ 'info' => '状态标签类型用于描述您的资产可能处于的各种状态,例如送修、丢失/被盗等。您可以根据您自己的工作流程,为您的可部署、待处理和已归档资产创建新的状态标签。欲了解更多信息,请参阅文档 。',
'name' => '状态名称',
'pending' => '待处理',
'status_type' => '状态类型',
diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php
index 164b42a872..6865a077bb 100644
--- a/resources/lang/zh-CN/general.php
+++ b/resources/lang/zh-CN/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => '签出到字段',
'percent_complete' => '% 完成',
'uploading' => '正在上传... ',
- 'upload_error' => '上传文件时出错。请检查是否没有空行,并且没有重复的列名。',
+ 'upload_error' => '文件上传失败。请检查您的 CSV 文件,确保其中没有空行或重复的列名,并确认服务器权限允许上传。',
'copy_to_clipboard' => '复制到剪贴板',
'copied' => '已复制!',
'status_compatibility' => '如果资产已经分配,它们不能被更改为不可部署的状态类型,并且这个值的变化将被跳过。',
diff --git a/resources/lang/zh-HK/admin/custom_fields/general.php b/resources/lang/zh-HK/admin/custom_fields/general.php
index 68e840edd2..c9ae61c963 100644
--- a/resources/lang/zh-HK/admin/custom_fields/general.php
+++ b/resources/lang/zh-HK/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/zh-HK/admin/settings/message.php b/resources/lang/zh-HK/admin/settings/message.php
index 8d9b40e956..58abf14c5c 100644
--- a/resources/lang/zh-HK/admin/settings/message.php
+++ b/resources/lang/zh-HK/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/zh-HK/admin/statuslabels/table.php b/resources/lang/zh-HK/admin/statuslabels/table.php
index 27befb5ef7..1a0fab891e 100644
--- a/resources/lang/zh-HK/admin/statuslabels/table.php
+++ b/resources/lang/zh-HK/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'About Status Labels',
+ 'about' => 'About Status Types',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php
index 8cf850b3fe..f546e6cc13 100644
--- a/resources/lang/zh-HK/general.php
+++ b/resources/lang/zh-HK/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% complete',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php
index 18ab6129d0..7f359d0b4f 100644
--- a/resources/lang/zh-TW/admin/custom_fields/general.php
+++ b/resources/lang/zh-TW/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => '管理',
'field' => '欄位',
'about_fieldsets_title' => '關於欄位集',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
+ 'about_fieldsets_text' => '欄位集允許您為常用的資產模型定義一組可重複使用的欄位。',
'custom_format' => '自訂正規表達式格式...',
'encrypt_field' => '加密資料庫中此欄位的值',
'encrypt_field_help' => '警告:對欄位加密將導致此欄無法用於搜索',
diff --git a/resources/lang/zh-TW/admin/settings/message.php b/resources/lang/zh-TW/admin/settings/message.php
index 8e3fe55975..483528c42f 100644
--- a/resources/lang/zh-TW/admin/settings/message.php
+++ b/resources/lang/zh-TW/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
'error_misc' => '發生了一些錯誤。 :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/zh-TW/admin/statuslabels/table.php b/resources/lang/zh-TW/admin/statuslabels/table.php
index 591a25a544..3b1f1fd55d 100644
--- a/resources/lang/zh-TW/admin/statuslabels/table.php
+++ b/resources/lang/zh-TW/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'關於狀態標籤',
+ 'about' => 'About Status Types',
'archived' => '已封存',
'create' => '新增狀態標籤',
'color' => '圖標顏色',
'default_label' => '預設標籤',
'default_label_help' => '這用於確保在創建/編輯資產時, 最常用的狀態標籤出現在 "選擇" 框的頂部。',
'deployable' => '可部署',
- 'info' => '狀態標籤用於描述資產的各種狀態(例如送外維修、遺失、被竊)。你可以為處於可部署、待處理或已封存的資產新增新的狀態標籤。',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => '狀態名稱',
'pending' => '待處理',
'status_type' => '狀態類型',
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index c281e1fdd8..ee4db72e41 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% 完成',
'uploading' => '上傳中... ',
- 'upload_error' => '上傳檔案錯誤,請檢查是否有空行,列名稱是否重複。',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => '複製到剪貼簿',
'copied' => '已複製!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/lang/zu-ZA/admin/custom_fields/general.php b/resources/lang/zu-ZA/admin/custom_fields/general.php
index 6d6bb948fb..8b05e14ff5 100644
--- a/resources/lang/zu-ZA/admin/custom_fields/general.php
+++ b/resources/lang/zu-ZA/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Inkambu',
'about_fieldsets_title' => 'Mayelana nama-Fieldsets',
- 'about_fieldsets_text' => 'Ama-Fieldsets akuvumela ukuthi udale amaqembu wenkambiso yenkambiso evame ukusetshenziselwa kabusha asetshenziselwa izinhlobo ezithile zemodeli yefa.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Bhala ukubaluleka kwalensimu ku-database',
'encrypt_field_help' => 'ISEXWAYISO: Ukubethela insimu kungenza kungabhekeki.',
diff --git a/resources/lang/zu-ZA/admin/settings/message.php b/resources/lang/zu-ZA/admin/settings/message.php
index 50b83592ff..5f5c9a7fc1 100644
--- a/resources/lang/zu-ZA/admin/settings/message.php
+++ b/resources/lang/zu-ZA/admin/settings/message.php
@@ -49,12 +49,11 @@ return [
'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. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
- 'webhook_channel_not_found' => ' webhook channel not found.'
+ 'webhook_channel_not_found' => ' webhook channel not found.',
+ 'ms_teams_deprecation' => 'The selected Microsoft Teams webhook URL will be deprecated Dec 31st, 2025. Please use a workflow URL. Microsoft\'s documentation on creating a workflow can be found here.',
],
-
'location_scoping' => [
'not_saved' => 'Your settings were not saved.',
'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
],
-
];
diff --git a/resources/lang/zu-ZA/admin/statuslabels/table.php b/resources/lang/zu-ZA/admin/statuslabels/table.php
index 36a3ba0f69..db585cf577 100644
--- a/resources/lang/zu-ZA/admin/statuslabels/table.php
+++ b/resources/lang/zu-ZA/admin/statuslabels/table.php
@@ -1,14 +1,14 @@
'Mayelana namalebula wesimo',
+ 'about' => 'About Status Types',
'archived' => 'I-Archived',
'create' => 'Dala Ithebula Lesimo',
'color' => 'Umbala weshadi',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
'deployable' => 'Iyasebenza',
- 'info' => 'Amalebula wesimo asetshenziselwa ukuchaza okuhlukahlukene ukuthi izimpahla zakho zingangena. Zingase zibe khona ukulungiswa, ukulahleka / ukwebiwa, njll. Ungakha amalebula wombuso amasha wezimpahla ezingasetshenziswa, ezilindile kanye nezinqolobane zomlando.',
+ 'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, see the documentation .',
'name' => 'Igama lesimo',
'pending' => 'Kulindile',
'status_type' => 'Uhlobo lomumo',
diff --git a/resources/lang/zu-ZA/general.php b/resources/lang/zu-ZA/general.php
index 321d3f1606..0fae29827d 100644
--- a/resources/lang/zu-ZA/general.php
+++ b/resources/lang/zu-ZA/general.php
@@ -522,7 +522,7 @@ return [
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% qedela',
'uploading' => 'Uploading... ',
- 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
+ 'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
diff --git a/resources/views/account/view-assets.blade.php b/resources/views/account/view-assets.blade.php
index 038aaae1ce..050f53263e 100755
--- a/resources/views/account/view-assets.blade.php
+++ b/resources/views/account/view-assets.blade.php
@@ -379,6 +379,7 @@