diff --git a/resources/lang/aa-ER/admin/custom_fields/general.php b/resources/lang/aa-ER/admin/custom_fields/general.php index f2ae5c08b5..854d1ccef7 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' => 'crwdns13176:0crwdne13176:0', + 'about_fieldsets_text' => 'crwdns13226:0crwdne13226: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/locations/table.php b/resources/lang/aa-ER/admin/locations/table.php index 4d2af5523f..2c0363f02d 100644 --- a/resources/lang/aa-ER/admin/locations/table.php +++ b/resources/lang/aa-ER/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'crwdns6693:0crwdne6693:0', 'signed_by_location_manager' => 'crwdns6695:0crwdne6695:0', 'signed_by' => 'crwdns6697:0crwdne6697:0', + 'clone' => 'crwdns13240:0crwdne13240:0', ]; diff --git a/resources/lang/aa-ER/admin/settings/general.php b/resources/lang/aa-ER/admin/settings/general.php index 8409e2873c..78ef765055 100644 --- a/resources/lang/aa-ER/admin/settings/general.php +++ b/resources/lang/aa-ER/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'crwdns6337:0crwdne6337:0', 'eula_settings' => 'crwdns1296:0crwdne1296:0', 'eula_markdown' => 'crwdns1261:0crwdne1261:0', + 'empty_row_count' => 'crwdns13236:0crwdne13236:0', + 'empty_row_count_help' => 'crwdns13238:0crwdne13238:0', 'favicon' => 'crwdns5858:0crwdne5858:0', 'favicon_format' => 'crwdns5860:0crwdne5860:0', 'favicon_size' => 'crwdns5862:0crwdne5862:0', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'crwdns1465:0crwdne1465:0', 'scope_locations_fmcs_support_text' => 'crwdns13049:0crwdne13049:0', 'scope_locations_fmcs_support_help_text' => 'crwdns13188:0crwdne13188:0', + 'scope_locations_fmcs_check_button' => 'crwdns13234:0crwdne13234:0', 'scope_locations_fmcs_support_disabled_text' => 'crwdns13190:0crwdne13190:0', 'show_in_model_list' => 'crwdns1990:0crwdne1990:0', 'optional' => 'crwdns1298:0crwdne1298:0', diff --git a/resources/lang/aa-ER/general.php b/resources/lang/aa-ER/general.php index 24dccbeee9..843371c2ab 100644 --- a/resources/lang/aa-ER/general.php +++ b/resources/lang/aa-ER/general.php @@ -389,6 +389,8 @@ return [ 'new_license' => 'crwdns6249:0crwdne6249:0', 'new_accessory' => 'crwdns6251:0crwdne6251:0', 'new_consumable' => 'crwdns6253:0crwdne6253:0', + 'new_component' => 'crwdns13228:0crwdne13228:0', + 'new_user' => 'crwdns13230:0crwdne13230:0', 'collapse' => 'crwdns6255:0crwdne6255:0', 'assigned' => 'crwdns6257:0crwdne6257:0', 'asset_count' => 'crwdns6259:0crwdne6259:0', diff --git a/resources/lang/aa-ER/validation.php b/resources/lang/aa-ER/validation.php index af6d2c305c..f58d8c6a78 100644 --- a/resources/lang/aa-ER/validation.php +++ b/resources/lang/aa-ER/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'crwdns12550:0crwdne12550:0', 'ulid' => 'crwdns12552:0crwdne12552:0', 'uuid' => 'crwdns12554:0crwdne12554:0', + 'fmcs_location' => 'crwdns13232:0crwdne13232:0', /* diff --git a/resources/lang/af-ZA/admin/custom_fields/general.php b/resources/lang/af-ZA/admin/custom_fields/general.php index bc552ea4a4..c714f59d8b 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.', '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/locations/table.php b/resources/lang/af-ZA/admin/locations/table.php index 526a020d54..fb01959e6d 100644 --- a/resources/lang/af-ZA/admin/locations/table.php +++ b/resources/lang/af-ZA/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/af-ZA/admin/settings/general.php b/resources/lang/af-ZA/admin/settings/general.php index 6d43949490..dbb2db306d 100644 --- a/resources/lang/af-ZA/admin/settings/general.php +++ b/resources/lang/af-ZA/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA-instellings', 'eula_markdown' => 'Hierdie EULA laat Github-geurde markdown toe.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Volledige Veelvuldige Maatskappye Ondersteuning', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'opsioneel', diff --git a/resources/lang/af-ZA/general.php b/resources/lang/af-ZA/general.php index 050fb8934d..826c48b593 100644 --- a/resources/lang/af-ZA/general.php +++ b/resources/lang/af-ZA/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/af-ZA/validation.php b/resources/lang/af-ZA/validation.php index b93605b31f..57a672e39e 100644 --- a/resources/lang/af-ZA/validation.php +++ b/resources/lang/af-ZA/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/am-ET/admin/custom_fields/general.php b/resources/lang/am-ET/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/am-ET/admin/locations/table.php b/resources/lang/am-ET/admin/locations/table.php index 51b72474c6..ba1572a0c1 100644 --- a/resources/lang/am-ET/admin/locations/table.php +++ b/resources/lang/am-ET/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/am-ET/admin/settings/general.php b/resources/lang/am-ET/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/am-ET/admin/settings/general.php +++ b/resources/lang/am-ET/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/am-ET/general.php b/resources/lang/am-ET/general.php index 784da62402..9070c87684 100644 --- a/resources/lang/am-ET/general.php +++ b/resources/lang/am-ET/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/am-ET/validation.php b/resources/lang/am-ET/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/am-ET/validation.php +++ b/resources/lang/am-ET/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/ar-SA/admin/custom_fields/general.php b/resources/lang/ar-SA/admin/custom_fields/general.php index 49ab27d69f..2a2d1e5968 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/locations/table.php b/resources/lang/ar-SA/admin/locations/table.php index c548318a6a..8b1790aab1 100644 --- a/resources/lang/ar-SA/admin/locations/table.php +++ b/resources/lang/ar-SA/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'موقعة من قبل (مراجع الحسابات المالي):', 'signed_by_location_manager' => 'توقيع بواسطة (مدير الموقع):', 'signed_by' => 'تم توقيعه من قبل:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ar-SA/admin/settings/general.php b/resources/lang/ar-SA/admin/settings/general.php index ecc31e7da3..7012e7eeef 100644 --- a/resources/lang/ar-SA/admin/settings/general.php +++ b/resources/lang/ar-SA/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'تمكين', 'eula_settings' => 'إعدادات اتفاقية ترخيص المستخدم النهائي', 'eula_markdown' => 'تسمح اتفاقية ترخيص المستخدم هذه بتطبيق نمط الكتابة من Github.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'أنواع الملفات المقبولة هي رمز و png و gif. قد لا تعمل تنسيقات الصور الأخرى في كافة المستعرضات.', 'favicon_size' => 'وينبغي أن تكون Favicons صور مربعة ، 16x16 بكسل.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'إظهار في القوائم المنسدلة للنماذج', 'optional' => 'اختياري', diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php index 17f3f5df3b..602fdf8f2b 100644 --- a/resources/lang/ar-SA/general.php +++ b/resources/lang/ar-SA/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'ترخيص جديد', 'new_accessory' => 'ملحق الجودة', 'new_consumable' => 'مادة إستهلاكية جديدة', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'اخفاء', 'assigned' => 'مسندة', 'asset_count' => 'عدد الأصول', diff --git a/resources/lang/ar-SA/validation.php b/resources/lang/ar-SA/validation.php index 7c1688a9fa..08a5b0f1c9 100644 --- a/resources/lang/ar-SA/validation.php +++ b/resources/lang/ar-SA/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/bg-BG/admin/custom_fields/general.php b/resources/lang/bg-BG/admin/custom_fields/general.php index 6538d454ae..303106136d 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' => '"Група от полета" позволяват създаването на групи от персонализирани полета, които се използват и преизползват често за специфични типове модели на активи.', + 'about_fieldsets_text' => 'Fieldsets позволяват създаването на групи от персонализирани полета, които се използват и преизползват често за специфични типове модели на активи.', 'custom_format' => 'Персонализиран формат...', 'encrypt_field' => 'Шифроване на стойността на това поле в базата данни', 'encrypt_field_help' => 'ВНИМАНИЕ: Шифроване на поле го прави невалидно за търсене.', diff --git a/resources/lang/bg-BG/admin/locations/table.php b/resources/lang/bg-BG/admin/locations/table.php index 14e79bf919..5989154b7f 100644 --- a/resources/lang/bg-BG/admin/locations/table.php +++ b/resources/lang/bg-BG/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Подписан от (счетоводител):', 'signed_by_location_manager' => 'Подписан от (мениджър):', 'signed_by' => 'Подписано от:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/bg-BG/admin/settings/general.php b/resources/lang/bg-BG/admin/settings/general.php index c4cd279cf9..bb465cd026 100644 --- a/resources/lang/bg-BG/admin/settings/general.php +++ b/resources/lang/bg-BG/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Активно', 'eula_settings' => 'Настройки на EULA', 'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Приетите файлови формати са ico, png, и gif. Другите формати на снимки може да не работят в всъчки браузъри.', 'favicon_size' => 'Favicons трябва да бъдат квадратна снимка с размери, 16х16 пиксела.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Показване в падащите менюта на моделите', 'optional' => 'незадължително', diff --git a/resources/lang/bg-BG/general.php b/resources/lang/bg-BG/general.php index 71cfae25ef..bb1d0650c5 100644 --- a/resources/lang/bg-BG/general.php +++ b/resources/lang/bg-BG/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Нов Лиценз', 'new_accessory' => 'Нов аксесоар', 'new_consumable' => 'Нов Консуматив', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Свий', 'assigned' => 'Възложен', 'asset_count' => 'Брой Активи', diff --git a/resources/lang/bg-BG/validation.php b/resources/lang/bg-BG/validation.php index 03a57e5c94..162c106363 100644 --- a/resources/lang/bg-BG/validation.php +++ b/resources/lang/bg-BG/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/ca-ES/admin/custom_fields/general.php b/resources/lang/ca-ES/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/ca-ES/admin/locations/table.php b/resources/lang/ca-ES/admin/locations/table.php index b23cef3e5c..2e3ff70e85 100644 --- a/resources/lang/ca-ES/admin/locations/table.php +++ b/resources/lang/ca-ES/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ca-ES/admin/settings/general.php b/resources/lang/ca-ES/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/ca-ES/admin/settings/general.php +++ b/resources/lang/ca-ES/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php index 13c78281e6..cc480089e0 100644 --- a/resources/lang/ca-ES/general.php +++ b/resources/lang/ca-ES/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ca-ES/validation.php b/resources/lang/ca-ES/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/ca-ES/validation.php +++ b/resources/lang/ca-ES/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/chr-US/admin/custom_fields/general.php b/resources/lang/chr-US/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/chr-US/admin/locations/table.php b/resources/lang/chr-US/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/chr-US/admin/locations/table.php +++ b/resources/lang/chr-US/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/chr-US/admin/settings/general.php b/resources/lang/chr-US/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/chr-US/admin/settings/general.php +++ b/resources/lang/chr-US/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/chr-US/general.php b/resources/lang/chr-US/general.php index 8e055ac79b..3cf7a31e6e 100644 --- a/resources/lang/chr-US/general.php +++ b/resources/lang/chr-US/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/chr-US/validation.php b/resources/lang/chr-US/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/chr-US/validation.php +++ b/resources/lang/chr-US/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/cs-CZ/admin/locations/table.php b/resources/lang/cs-CZ/admin/locations/table.php index d0ffed7d96..3c029fe581 100644 --- a/resources/lang/cs-CZ/admin/locations/table.php +++ b/resources/lang/cs-CZ/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Podepsáno (Finanční auditor):', 'signed_by_location_manager' => 'Podepsáno (Manager):', 'signed_by' => 'Odepsal:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/cs-CZ/admin/settings/general.php b/resources/lang/cs-CZ/admin/settings/general.php index c02197ebd1..a542275051 100644 --- a/resources/lang/cs-CZ/admin/settings/general.php +++ b/resources/lang/cs-CZ/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Povoleno', 'eula_settings' => 'Nastavení EULA', 'eula_markdown' => 'Tato EULA umožňuje Github 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.', 'favicon' => 'Favicona', 'favicon_format' => 'Povolené typy souborů jsou ico, png a gif. Ostatní formáty obrázků nemusí fungovat ve všech prohlížečích.', 'favicon_size' => 'Favikony by měly být čtvercové obrázky, 16 x 16 pixelů.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Plná podpora více společností', '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.', 'show_in_model_list' => 'Zobrazit v rozbalovacích nabídkách modelu', 'optional' => 'volitelný', diff --git a/resources/lang/cs-CZ/general.php b/resources/lang/cs-CZ/general.php index dc0806001a..62ebeee79c 100644 --- a/resources/lang/cs-CZ/general.php +++ b/resources/lang/cs-CZ/general.php @@ -390,6 +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', 'collapse' => 'Sbalit', 'assigned' => 'Přiřazené', 'asset_count' => 'Počet aktiv', diff --git a/resources/lang/cs-CZ/validation.php b/resources/lang/cs-CZ/validation.php index b1f18cc349..675b631bae 100644 --- a/resources/lang/cs-CZ/validation.php +++ b/resources/lang/cs-CZ/validation.php @@ -172,6 +172,7 @@ return [ 'url' => ':attribute není platnou 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.', /* diff --git a/resources/lang/cy-GB/admin/custom_fields/general.php b/resources/lang/cy-GB/admin/custom_fields/general.php index e8a8ac9826..83677074c2 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + '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.', '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/locations/table.php b/resources/lang/cy-GB/admin/locations/table.php index 172bcd6faa..6444fb5df4 100644 --- a/resources/lang/cy-GB/admin/locations/table.php +++ b/resources/lang/cy-GB/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/cy-GB/admin/settings/general.php b/resources/lang/cy-GB/admin/settings/general.php index 807c001d83..de0ceb8531 100644 --- a/resources/lang/cy-GB/admin/settings/general.php +++ b/resources/lang/cy-GB/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Gosodiadau CTDT', 'eula_markdown' => 'Mae\'r CTDT yma yn caniatau markdown GitHub.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Mathau o ffeiliau a dderbynnir yw ico, png, a gif. Mae\'n bosib cewch trafferthion hefo rhai gwahanol mewn rhai porrwyr.', 'favicon_size' => 'Dylith favicons bod yn delweddau sgwar 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Cefnogaeth Llawn ar gyfer Nifer o Cwmniau', '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.', 'show_in_model_list' => 'Dangos mewn dewislen modelau', 'optional' => 'dewisol', diff --git a/resources/lang/cy-GB/general.php b/resources/lang/cy-GB/general.php index 02272b7e3b..92bff42e79 100644 --- a/resources/lang/cy-GB/general.php +++ b/resources/lang/cy-GB/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/cy-GB/validation.php b/resources/lang/cy-GB/validation.php index c4be40d8ec..d737c718f8 100644 --- a/resources/lang/cy-GB/validation.php +++ b/resources/lang/cy-GB/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/da-DK/admin/custom_fields/general.php b/resources/lang/da-DK/admin/custom_fields/general.php index a9f07f5ead..9634e20897 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' => 'Feltsæt giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte genbruges til specifikke asset-modeltyper.', + 'about_fieldsets_text' => 'Fieldsets giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte bruges igen til specifikke aktivmodeltyper.', '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/locations/table.php b/resources/lang/da-DK/admin/locations/table.php index 7ead38d0bc..db8726697b 100644 --- a/resources/lang/da-DK/admin/locations/table.php +++ b/resources/lang/da-DK/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Godkendt af (finanskontrollant):', 'signed_by_location_manager' => 'Godkendt af (Lokationsadministrator):', 'signed_by' => 'Godkendt af:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/da-DK/admin/settings/general.php b/resources/lang/da-DK/admin/settings/general.php index f7dff2dbc7..16f9bb5526 100644 --- a/resources/lang/da-DK/admin/settings/general.php +++ b/resources/lang/da-DK/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Aktiveret', 'eula_settings' => 'EULA-indstillinger', 'eula_markdown' => 'Denne EULA tillader Github smagsmærket 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepterede filtyper er ico, png, og gif. Andre billedformater fungerer muligvis ikke i alle browsere.', 'favicon_size' => 'Favicons skal være firkantede billeder, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Fuld flere virksomheder support', '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.', 'show_in_model_list' => 'Vis i modeldropdown', 'optional' => 'valgfri', diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php index 84f2855866..027100e16f 100644 --- a/resources/lang/da-DK/general.php +++ b/resources/lang/da-DK/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Ny licens', 'new_accessory' => 'Nyt tilbehør', 'new_consumable' => 'Ny forbrugsvare', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Skjul', 'assigned' => 'Tildelt', 'asset_count' => 'Antal aktiver', diff --git a/resources/lang/da-DK/validation.php b/resources/lang/da-DK/validation.php index ff1842e8a6..11a18cb036 100644 --- a/resources/lang/da-DK/validation.php +++ b/resources/lang/da-DK/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/de-DE/admin/custom_fields/general.php b/resources/lang/de-DE/admin/custom_fields/general.php index f4c3c68fda..7215119a1f 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' => 'Ein Feldsatz ist eine Gruppe von benutzerdefinierten Feldern, die häufig für bestimmte Asset-Modelltypen wiederverwendet werden.', + 'about_fieldsets_text' => 'Feldsätze erlauben es, Gruppen aus benutzerdefinierten Feldern zu erstellen, die regelmäßig für spezifische Modelltypen benutzt 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 5a997800ee..9e64378fc5 100644 --- a/resources/lang/de-DE/admin/locations/table.php +++ b/resources/lang/de-DE/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/de-DE/admin/settings/general.php b/resources/lang/de-DE/admin/settings/general.php index ddd931f628..169f7c10bf 100644 --- a/resources/lang/de-DE/admin/settings/general.php +++ b/resources/lang/de-DE/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Aktiviert', 'eula_settings' => 'EULA Einstellungen', 'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.', + 'empty_row_count' => 'Feld-Start-Versatz (Leere Zeilen)', + 'empty_row_count_help' => 'Felder werden gefüllt, nachdem diese vielen leeren Zeilen am oberen Rand des Labels übersprungen wurden.', 'favicon' => 'Favicon', 'favicon_format' => 'Zulässige Dateitypen sind ico, png und gif. Andere Bildformate funktionieren möglicherweise nicht in allen Browsern.', 'favicon_size' => 'Favicons sollten quadratische Bilder mit 16x16 Pixel sein.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Volle Mehrmandanten-Unterstützung für Firmen', 'scope_locations_fmcs_support_text' => 'Bereicherte Standorte mit vollständiger Unterstützung für mehrere Unternehmen', 'scope_locations_fmcs_support_help_text' => 'Standorte auf das ausgewählte Unternehmen beschränken.', + 'scope_locations_fmcs_check_button' => 'Kompatibilität prüfen', 'scope_locations_fmcs_support_disabled_text' => 'Diese Option ist deaktiviert, da für :count oder mehr Elemente widersprüchliche Standorte gesetzt sind.', 'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen', 'optional' => 'optional', @@ -456,18 +459,18 @@ return [ 'scoping' => 'Ummantelung', 'formats' => 'Standardformat', 'profiles' => 'Benutzerprofile', - 'eula' => 'EULA & Acceptance Preferences', + 'eula' => 'EULA & Akzeptanzeinstellungen', 'misc_display' => 'Verschiedene Anzeigeoptionen', 'email' => 'E-Mail-Einstellungen', 'checkin' => 'Checkin Einstellungen', 'dashboard' => 'Anmeldung & Dashboard Einstellungen', 'misc' => 'Sonstiges', - 'logos' => 'Logos & Display', - 'colors' => 'Colors & Skins', - 'footer' => 'Footer Preferences', - 'security' => 'Security Preferences', - 'general' => 'General', - 'intervals' => 'Intervals & Thresholds', + 'logos' => 'Logos & Bildschirm', + 'colors' => 'Farben & Skins', + 'footer' => 'Fußzeileneinstellungen', + 'security' => 'Sicherheitseinstellungen', + 'general' => 'Allgemein', + 'intervals' => 'Intervalle & Grenzwerte', ], diff --git a/resources/lang/de-DE/general.php b/resources/lang/de-DE/general.php index b8a4836226..74b4f1da12 100644 --- a/resources/lang/de-DE/general.php +++ b/resources/lang/de-DE/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Neue Lizenz', 'new_accessory' => 'Neues Zubehör', 'new_consumable' => 'Neues Verbrauchsmaterial', + 'new_component' => 'Neue Komponente', + 'new_user' => 'Neuer Benutzer', 'collapse' => 'Zusammenklappen', 'assigned' => 'Zugewiesen', 'asset_count' => 'Anzahl Assets', diff --git a/resources/lang/de-DE/validation.php b/resources/lang/de-DE/validation.php index c31c8cbc7e..f8fc03a802 100644 --- a/resources/lang/de-DE/validation.php +++ b/resources/lang/de-DE/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Das Feld :attribute muss eine gültige URL sein.', 'ulid' => 'Das Feld :attribute muss eine gültige ULID sein.', 'uuid' => 'Das Feld :attribute muss eine gültige UUID sein.', + 'fmcs_location' => 'In den Admin-Einstellungen ist eine vollständige Mehrfachunterstützung für Unternehmen und Standortbereicherung aktiviert und der ausgewählte Standort und die ausgewählte Firma sind nicht kompatibel.', /* diff --git a/resources/lang/de-if/admin/custom_fields/general.php b/resources/lang/de-if/admin/custom_fields/general.php index 15a78b222c..11c08782c6 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' => 'Ein Feldsatz ist eine Gruppe von benutzerdefinierten Feldern, die häufig für bestimmte Asset-Modelltypen wiederverwendet werden.', + 'about_fieldsets_text' => 'Feldsätze erlauben es, Gruppen aus benutzerdefinierten Feldern zu erstellen, die regelmäßig für spezifische 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 332dba7a59..7934240fee 100644 --- a/resources/lang/de-if/admin/locations/table.php +++ b/resources/lang/de-if/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/de-if/admin/settings/general.php b/resources/lang/de-if/admin/settings/general.php index e528674246..d62aebb156 100644 --- a/resources/lang/de-if/admin/settings/general.php +++ b/resources/lang/de-if/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Aktiviert', 'eula_settings' => 'EULA Einstellungen', 'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.', + 'empty_row_count' => 'Feld-Start-Versatz (Leere Zeilen)', + 'empty_row_count_help' => 'Felder werden gefüllt, nachdem diese vielen leeren Zeilen am oberen Rand des Labels übersprungen wurden.', 'favicon' => 'Favicon', 'favicon_format' => 'Akzeptierte Dateitypen sind ico, png und gif. Andere Bildformate funktionieren möglicherweise nicht in allen Browsern.', 'favicon_size' => 'Favicons sollten quadratische Bilder mit 16x16 Pixel sein.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Volle Unterstützung für mehrere Unternehmen', 'scope_locations_fmcs_support_text' => 'Bereicherte Standorte mit vollständiger Unterstützung für mehrere Unternehmen', 'scope_locations_fmcs_support_help_text' => 'Standorte auf das ausgewählte Unternehmen beschränken.', + 'scope_locations_fmcs_check_button' => 'Kompatibilität prüfen', 'scope_locations_fmcs_support_disabled_text' => 'Diese Option ist deaktiviert, da für :count oder mehr Elemente widersprüchliche Standorte gesetzt sind.', 'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen', 'optional' => 'optional', @@ -456,18 +459,18 @@ return [ 'scoping' => 'Ummantelung', 'formats' => 'Standardformate', 'profiles' => 'Benutzerprofile', - 'eula' => 'EULA & Acceptance Preferences', + 'eula' => 'EULA & Akzeptanzeinstellungen', 'misc_display' => 'Verschiedene Anzeigeoptionen', 'email' => 'E-Mail-Einstellungen', 'checkin' => 'Checkin Einstellungen', 'dashboard' => 'Login & Dashboard Einstellungen', 'misc' => 'Sonstiges', - 'logos' => 'Logos & Display', - 'colors' => 'Colors & Skins', - 'footer' => 'Footer Preferences', - 'security' => 'Security Preferences', - 'general' => 'General', - 'intervals' => 'Intervals & Thresholds', + 'logos' => 'Logos & Bildschirm', + 'colors' => 'Farben & Skins', + 'footer' => 'Fußzeileneinstellungen', + 'security' => 'Sicherheitseinstellungen', + 'general' => 'Allgemein', + 'intervals' => 'Intervalle & Grenzwerte', ], diff --git a/resources/lang/de-if/general.php b/resources/lang/de-if/general.php index 049836b919..70ac5a8fb2 100644 --- a/resources/lang/de-if/general.php +++ b/resources/lang/de-if/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Neue Lizenz', 'new_accessory' => 'Neues Zubehör', 'new_consumable' => 'Neues Verbrauchsmaterial', + 'new_component' => 'Neue Komponente', + 'new_user' => 'Neuer Benutzer', 'collapse' => 'Zusammenklappen', 'assigned' => 'Zugewiesen', 'asset_count' => 'Anzahl Assets', diff --git a/resources/lang/de-if/validation.php b/resources/lang/de-if/validation.php index b993cfbb2b..af4ebfc943 100644 --- a/resources/lang/de-if/validation.php +++ b/resources/lang/de-if/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Das Feld :attribute muss eine gültige URL sein.', 'ulid' => 'Das Feld :attribute muss eine gültige ULID sein.', 'uuid' => 'Das Feld :attribute muss eine gültige UUID sein.', + 'fmcs_location' => 'In den Admin-Einstellungen ist eine vollständige Mehrfachunterstützung für Unternehmen und Standortbereicherung aktiviert und der ausgewählte Standort und die ausgewählte Firma sind nicht kompatibel.', /* diff --git a/resources/lang/el-GR/admin/custom_fields/general.php b/resources/lang/el-GR/admin/custom_fields/general.php index 9f55d082af..027de9efee 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' => 'Τα Fieldsets σας επιτρέπουν να δημιουργήσετε ομάδες προσαρμοσμένων πεδίων που συχνά επαναχρησιμοποιούνται για συγκεκριμένους τύπους μοντέλου στοιχείων ενεργητικού.', + 'about_fieldsets_text' => 'Τα πεδία των πεδίων σάς επιτρέπουν να δημιουργείτε ομάδες προσαρμοσμένων πεδίων που χρησιμοποιούνται συχνά ξανά για συγκεκριμένους τύπους μοντέλων στοιχείων ενεργητικού.', 'custom_format' => 'Προσαρμοσμένη μορφή Regex...', 'encrypt_field' => 'Κρυπτογράφηση της αξίας του πεδίου στη βάση δεδομένων', 'encrypt_field_help' => 'Προειδοποίηση: H κρυπτογράφηση ενός πεδίου την καθιστά ανεξερεύνητη.', diff --git a/resources/lang/el-GR/admin/locations/table.php b/resources/lang/el-GR/admin/locations/table.php index 259b8f629f..b6131d7dba 100644 --- a/resources/lang/el-GR/admin/locations/table.php +++ b/resources/lang/el-GR/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Υπογράφηκε Από (Ελεγκτή Χρηματοδότησης):', 'signed_by_location_manager' => 'Υπογράφηκε Από (Location Manager):', 'signed_by' => 'Υπεγράφη Από:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/el-GR/admin/settings/general.php b/resources/lang/el-GR/admin/settings/general.php index 3b70efc9a4..592744703f 100644 --- a/resources/lang/el-GR/admin/settings/general.php +++ b/resources/lang/el-GR/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Ενεργοποιημένο', 'eula_settings' => 'Ρυθμίσεις EULA', 'eula_markdown' => 'Αυτή η EULA επιτρέπει 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.', 'favicon' => 'Αγαπημένο', 'favicon_format' => 'Αποδεκτοί τύποι αρχείων είναι ico, png και gif. Άλλες μορφές εικόνας μπορεί να μην λειτουργούν σε όλα τα προγράμματα περιήγησης.', 'favicon_size' => 'Τα Favicons πρέπει να είναι τετράγωνες εικόνες, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Εμφάνιση στο μοντέλο Dropdowns', 'optional' => 'προαιρετικός', diff --git a/resources/lang/el-GR/general.php b/resources/lang/el-GR/general.php index 4c874df447..e12388212f 100644 --- a/resources/lang/el-GR/general.php +++ b/resources/lang/el-GR/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Νέα Άδεια', 'new_accessory' => 'Νέο Αξεσουάρ', 'new_consumable' => 'Νέο Αναλώσιμο', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Σύμπτυξη', 'assigned' => 'Ανατεθειμένο', 'asset_count' => 'Μετρητής Περιουσιακών Στοιχείων', diff --git a/resources/lang/el-GR/validation.php b/resources/lang/el-GR/validation.php index 0b1ca0fb25..ea6f99d8b6 100644 --- a/resources/lang/el-GR/validation.php +++ b/resources/lang/el-GR/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php index 37eb114099..14504fc98d 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 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/en-GB/admin/locations/table.php b/resources/lang/en-GB/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/en-GB/admin/locations/table.php +++ b/resources/lang/en-GB/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index c3c41f5a04..4b404b0afe 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 6df1832afa..745b7aefc5 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php index 6e81989469..ce7fba19cc 100644 --- a/resources/lang/en-GB/validation.php +++ b/resources/lang/en-GB/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php index b4a3a68f43..92c4a4b184 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 allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets memungkinkan Anda membuat kelompok bidang khusus yang sering digunakan kembali untuk jenis model aset tertentu.', '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/locations/table.php b/resources/lang/en-ID/admin/locations/table.php index 847b2e44cd..0eea824f9e 100644 --- a/resources/lang/en-ID/admin/locations/table.php +++ b/resources/lang/en-ID/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 7da659fa02..1b680bc646 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Pengaturan EULA', 'eula_markdown' => 'EULA ini memungkinkan Github merasakan penurunan harga.', + '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.', 'favicon' => 'Ikonfavorit', 'favicon_format' => 'Jenis berkas yang diterima adalah ico, png, dan gif. Format gambar lainnya mungkin tidak bekerja di semua peramban web.', 'favicon_size' => 'Ikonfavorit harus berupa gambar berbentuk kotak. 16x16 piksel.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Dukungan Banyak Perusahaan', '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.', 'show_in_model_list' => 'Tunjukkan di Model dalam urutan ke bawah', 'optional' => 'pilihan', diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index 586690de32..93eeb1c417 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php index 1e295dc80d..614ae1ccf6 100644 --- a/resources/lang/en-ID/validation.php +++ b/resources/lang/en-ID/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/en-US/admin/custom_fields/general.php b/resources/lang/en-US/admin/custom_fields/general.php index 68e840edd2..c9ae61c963 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 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/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php index e8a572b16a..316db3d7b1 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' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', + 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que son frecuentemente reutilizados para modelos específicos de equipos.', '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/locations/table.php b/resources/lang/es-CO/admin/locations/table.php index c1dfce8c0b..790e6b0b2e 100644 --- a/resources/lang/es-CO/admin/locations/table.php +++ b/resources/lang/es-CO/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index f000c9e4b5..50fbb6f616 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Activado', 'eula_settings' => 'Configuración de los acuerdos de uso', 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Es posible que otros formatos de imagen no funcionen en todos los navegadores.', 'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías', '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.', 'show_in_model_list' => 'Mostrar en menús desplegables de modelos', 'optional' => 'opcional', diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index 66c2ecc32b..8768d5dde2 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', 'new_consumable' => 'Nuevo consumible', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Contraer', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php index 9771dd1658..99f22708c2 100644 --- a/resources/lang/es-CO/validation.php +++ b/resources/lang/es-CO/validation.php @@ -172,6 +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.', /* diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php index f40ed063aa..9cd099d1ac 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 le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', + 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', '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/locations/table.php b/resources/lang/es-ES/admin/locations/table.php index 782c953b7b..8c30d4dd90 100644 --- a/resources/lang/es-ES/admin/locations/table.php +++ b/resources/lang/es-ES/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index 8a85904012..b76f5da468 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Habilitado', 'eula_settings' => 'Configuración de los acuerdos de uso', 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Es posible que otros formatos de imagen no funcionen en todos los navegadores.', 'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías', '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.', 'show_in_model_list' => 'Mostrar en menús desplegables de modelos', 'optional' => 'opcional', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index 06d8a33b7a..c465b7c182 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', 'new_consumable' => 'Nuevo consumible', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Contraer', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php index 9771dd1658..99f22708c2 100644 --- a/resources/lang/es-ES/validation.php +++ b/resources/lang/es-ES/validation.php @@ -172,6 +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.', /* diff --git a/resources/lang/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php index fa18b7c902..3e06ffebc8 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 le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', + 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', '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/locations/table.php b/resources/lang/es-MX/admin/locations/table.php index bb3f3d3fdb..bbc4f4c567 100644 --- a/resources/lang/es-MX/admin/locations/table.php +++ b/resources/lang/es-MX/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php index 997056f8c5..06ce994dd0 100644 --- a/resources/lang/es-MX/admin/settings/general.php +++ b/resources/lang/es-MX/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Habilitado', 'eula_settings' => 'Configuración de los acuerdos de uso', 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Es posible que otros formatos de imagen no funcionen en todos los navegadores.', 'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías', '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.', 'show_in_model_list' => 'Mostrar en menús desplegables de modelos', 'optional' => 'opcional', diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index ec6a0ea146..17090d08f7 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', 'new_consumable' => 'Nuevo consumible', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Contraer', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php index 365d35993b..69cf4b1e8d 100644 --- a/resources/lang/es-MX/validation.php +++ b/resources/lang/es-MX/validation.php @@ -172,6 +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.', /* diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php index c28100f708..d5f78f9fb5 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' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', + '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.', '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/locations/table.php b/resources/lang/es-VE/admin/locations/table.php index ba6240342b..eb2c3e8aec 100644 --- a/resources/lang/es-VE/admin/locations/table.php +++ b/resources/lang/es-VE/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php index 49b887f0eb..7106868468 100644 --- a/resources/lang/es-VE/admin/settings/general.php +++ b/resources/lang/es-VE/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Activado', 'eula_settings' => 'Configuración de los acuerdos de uso', 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Es posible que otros formatos de imagen no funcionen en todos los navegadores.', 'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías', '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.', 'show_in_model_list' => 'Mostrar en menús desplegables de modelos', 'optional' => 'opcional', diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index 56f0515080..2df4a4b412 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', 'new_consumable' => 'Nuevo consumible', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Contraer', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', diff --git a/resources/lang/es-VE/validation.php b/resources/lang/es-VE/validation.php index adb439e927..750ba096a2 100644 --- a/resources/lang/es-VE/validation.php +++ b/resources/lang/es-VE/validation.php @@ -172,6 +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.', /* diff --git a/resources/lang/et-EE/admin/custom_fields/general.php b/resources/lang/et-EE/admin/custom_fields/general.php index ca8782ec73..69a5d38265 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Valdkonnad lubavad teil luua kohandatud väljade rühmad, mida kasutatakse sageli teatud varade mudelitüüpide jaoks.', '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/locations/table.php b/resources/lang/et-EE/admin/locations/table.php index 0f0362fc37..eb0beb8ea5 100644 --- a/resources/lang/et-EE/admin/locations/table.php +++ b/resources/lang/et-EE/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Allkiri (finantsaudiitor):', 'signed_by_location_manager' => 'Allkiri (asukohahaldur):', 'signed_by' => 'Allkiri:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/et-EE/admin/settings/general.php b/resources/lang/et-EE/admin/settings/general.php index 8efb837876..3825bcccf2 100644 --- a/resources/lang/et-EE/admin/settings/general.php +++ b/resources/lang/et-EE/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Lubatud', 'eula_settings' => 'EULA seaded', 'eula_markdown' => 'EULA võimaldab Githubi maitsestatud hinnalisa.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Lubatud failitüübid on ico, png ja gif. Teised failitüübid ei pruugi kõigis lehitsejates töödata.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Terve mitu ettevõtete toetust', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'vabatahtlik', diff --git a/resources/lang/et-EE/general.php b/resources/lang/et-EE/general.php index 5b0ab7912c..edf5ac3419 100644 --- a/resources/lang/et-EE/general.php +++ b/resources/lang/et-EE/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'Uus kulumaterjal', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Ahenda', 'assigned' => 'Määratud', 'asset_count' => 'Vahendi kogus', diff --git a/resources/lang/et-EE/validation.php b/resources/lang/et-EE/validation.php index 3a283a8670..1346302b9c 100644 --- a/resources/lang/et-EE/validation.php +++ b/resources/lang/et-EE/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/fa-IR/admin/custom_fields/general.php b/resources/lang/fa-IR/admin/custom_fields/general.php index 0cf07eae25..7560c4d3af 100644 --- a/resources/lang/fa-IR/admin/custom_fields/general.php +++ b/resources/lang/fa-IR/admin/custom_fields/general.php @@ -5,8 +5,7 @@ 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/locations/table.php b/resources/lang/fa-IR/admin/locations/table.php index 80fcdfc0bf..24e14db8b1 100644 --- a/resources/lang/fa-IR/admin/locations/table.php +++ b/resources/lang/fa-IR/admin/locations/table.php @@ -40,4 +40,5 @@ return [ 'signed_by_finance_auditor' => 'امضاء توسط (ممیز مالی):', 'signed_by_location_manager' => 'امضاء توسط (ممیز مکانی):', 'signed_by' => 'امضاء اختتام توسط:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/fa-IR/admin/settings/general.php b/resources/lang/fa-IR/admin/settings/general.php index e7739f2ae3..76e0b04b20 100644 --- a/resources/lang/fa-IR/admin/settings/general.php +++ b/resources/lang/fa-IR/admin/settings/general.php @@ -83,6 +83,8 @@ return [ ', 'eula_settings' => 'EULA تنظیمات', 'eula_markdown' => 'این EULA اجازه می دهد تا Github با طعم 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.', 'favicon' => 'فاویکون', 'favicon_format' => 'انواع فایل های پذیرفته شده عبارتند از ico، png و gif. سایر فرمت های تصویر ممکن است در همه مرورگرها کار نکنند. ', @@ -205,6 +207,7 @@ return [ '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.', 'show_in_model_list' => 'نمایش در مدل کشویی ', diff --git a/resources/lang/fa-IR/general.php b/resources/lang/fa-IR/general.php index 2985dbb5d8..7acf05cc33 100644 --- a/resources/lang/fa-IR/general.php +++ b/resources/lang/fa-IR/general.php @@ -449,6 +449,8 @@ return [ ', 'new_consumable' => 'قابل مصرف نو ', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'فروپاشی', 'assigned' => 'اختصاص داده ', diff --git a/resources/lang/fa-IR/validation.php b/resources/lang/fa-IR/validation.php index dd67d08358..badf9e2896 100644 --- a/resources/lang/fa-IR/validation.php +++ b/resources/lang/fa-IR/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/fi-FI/admin/custom_fields/general.php b/resources/lang/fi-FI/admin/custom_fields/general.php index 7e61d638a1..dc6174ec27 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' => 'Kenttäkokoelma mahdollistaa kokoelmien muodostamisen mukautetuista kentistä joita käytetään usein tiettyjen laitemallien kanssa.', + 'about_fieldsets_text' => 'Kentäsarjoilla voit luoda ryhmiä mukautetuista kentistä, joita tarvitaan tietyillä laitemalleilla.', '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/locations/table.php b/resources/lang/fi-FI/admin/locations/table.php index 9c289d5727..b0cee8b884 100644 --- a/resources/lang/fi-FI/admin/locations/table.php +++ b/resources/lang/fi-FI/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Allekirjoittaja (rahoitustarkastaja):', 'signed_by_location_manager' => 'Allekirjoittanut (Sijaintipäällikkö):', 'signed_by' => 'Luovuttanut:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/fi-FI/admin/settings/general.php b/resources/lang/fi-FI/admin/settings/general.php index 7688abcb34..0c045716a0 100644 --- a/resources/lang/fi-FI/admin/settings/general.php +++ b/resources/lang/fi-FI/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Käytössä', 'eula_settings' => 'Käyttöehtojen asetukset', 'eula_markdown' => 'Käyttäehdossa voi käyttääGithub-merkintöjä.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Hyväksytyt tiedostotyypit ovat ico, png ja gif. Muut kuvamuodot eivät välttämättä toimi kaikissa selaimissa.', 'favicon_size' => 'Faviconien tulee olla neliömuotoisia, 16x16 pikseliä.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Täysi monien yritysten tuki', '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.', 'show_in_model_list' => 'Näytä mallinvalinta-listoissa', 'optional' => 'valinnainen', diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php index 2d7746b42a..ea7d0430fb 100644 --- a/resources/lang/fi-FI/general.php +++ b/resources/lang/fi-FI/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Uusi Lisenssi', 'new_accessory' => 'Uusi Oheistarvike', 'new_consumable' => 'Uusi kulutustarvike', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Kutista', 'assigned' => 'Määritetty', 'asset_count' => 'Laite määrä', diff --git a/resources/lang/fi-FI/validation.php b/resources/lang/fi-FI/validation.php index bf319adb60..53a4962c2d 100644 --- a/resources/lang/fi-FI/validation.php +++ b/resources/lang/fi-FI/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/fil-PH/admin/custom_fields/general.php b/resources/lang/fil-PH/admin/custom_fields/general.php index a8ecb0f0ed..1d4ca863dd 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + '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.', '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/locations/table.php b/resources/lang/fil-PH/admin/locations/table.php index 4e975b2fc3..01b7ddc312 100644 --- a/resources/lang/fil-PH/admin/locations/table.php +++ b/resources/lang/fil-PH/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/fil-PH/admin/settings/general.php b/resources/lang/fil-PH/admin/settings/general.php index bddecc9abd..123b6eef28 100644 --- a/resources/lang/fil-PH/admin/settings/general.php +++ b/resources/lang/fil-PH/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Ang mga Setting ng EULA', 'eula_markdown' => 'Ang EULA na ito ay nagpahintulot ng Github flavored na 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Ang Buong Suporta sa Maramihang Kompanya', '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.', 'show_in_model_list' => 'Ipakita sa Modelo ng mga Dropdowns', 'optional' => 'opsyonal', diff --git a/resources/lang/fil-PH/general.php b/resources/lang/fil-PH/general.php index 4883ab5069..185819e1d3 100644 --- a/resources/lang/fil-PH/general.php +++ b/resources/lang/fil-PH/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/fil-PH/validation.php b/resources/lang/fil-PH/validation.php index 99aac91e14..838f6177cc 100644 --- a/resources/lang/fil-PH/validation.php +++ b/resources/lang/fil-PH/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/fr-FR/admin/custom_fields/general.php b/resources/lang/fr-FR/admin/custom_fields/general.php index edd49883cd..047f782109 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 jeux de champs permettent de grouper les champs supplémentaires affectés à des modèles d\'actifs.', + '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.', '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/locations/table.php b/resources/lang/fr-FR/admin/locations/table.php index 0e3a66e3a4..401b8101e9 100644 --- a/resources/lang/fr-FR/admin/locations/table.php +++ b/resources/lang/fr-FR/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signé par (auditeur financier):', 'signed_by_location_manager' => 'Signé par (Gestionnaire d\'emplacements):', 'signed_by' => 'Signé par :', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/fr-FR/admin/settings/general.php b/resources/lang/fr-FR/admin/settings/general.php index c8ef4ac596..0f087d5725 100644 --- a/resources/lang/fr-FR/admin/settings/general.php +++ b/resources/lang/fr-FR/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Activé', 'eula_settings' => 'Configuration pour les licences d\'utilisation', 'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des "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.', 'favicon' => 'Favicon', 'favicon_format' => 'Les types de fichiers acceptés sont ico, png et gif. Les autres formats d\'image peuvent ne pas fonctionner dans tous les navigateurs.', 'favicon_size' => 'Les Favicons doivent être des images carrées de 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Support complet des organisations multiples', '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.', 'show_in_model_list' => 'Afficher dans la liste déroulante des modèles', 'optional' => 'facultatif', diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php index 56f63c8822..ee938ad217 100644 --- a/resources/lang/fr-FR/general.php +++ b/resources/lang/fr-FR/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nouvelle licence', 'new_accessory' => 'Nouvel accessoire', 'new_consumable' => 'Nouveau consommable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Replier', 'assigned' => 'Affecté', 'asset_count' => 'Nombre d\'actifs', diff --git a/resources/lang/fr-FR/validation.php b/resources/lang/fr-FR/validation.php index efcc03701b..59a17bd3ab 100644 --- a/resources/lang/fr-FR/validation.php +++ b/resources/lang/fr-FR/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Le champ :attribute doit être une URL valide.', '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.', /* diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php index 74779df3b4..112cc0d11a 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + '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.', '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/locations/table.php b/resources/lang/ga-IE/admin/locations/table.php index 57811f0e28..bdf42aa2ed 100644 --- a/resources/lang/ga-IE/admin/locations/table.php +++ b/resources/lang/ga-IE/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index 82a49e31d1..267a067c4e 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Socruithe EULA', 'eula_markdown' => 'Ceadaíonn an EULA seo 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Tacaíocht Iomlána Iompórtálacha Iomlán', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'roghnach', diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index 54584195e6..e8b0b01c2a 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php index 005f0de525..9b440e73f3 100644 --- a/resources/lang/ga-IE/validation.php +++ b/resources/lang/ga-IE/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/he-IL/admin/custom_fields/general.php b/resources/lang/he-IL/admin/custom_fields/general.php index bb3d72a5b3..62bc71f82a 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 allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets מאפשרים לך ליצור קבוצות של שדות מותאמים אישית המשמשים לעתים קרובות לשימוש עבור סוגים ספציפיים של דגמי נכסים.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'הצפן את הערך של שדה זה במסד הנתונים', 'encrypt_field_help' => 'אזהרה: הצפנת שדה הופכת אותו לבלתי ניתן לחיפוש.', diff --git a/resources/lang/he-IL/admin/locations/table.php b/resources/lang/he-IL/admin/locations/table.php index 6230f7978c..b1d4211916 100644 --- a/resources/lang/he-IL/admin/locations/table.php +++ b/resources/lang/he-IL/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'אושר על ידי (מפקח הכספים):', 'signed_by_location_manager' => 'אושר על ידי (מנהל המיקום):', 'signed_by' => 'אושר על ידי:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/he-IL/admin/settings/general.php b/resources/lang/he-IL/admin/settings/general.php index c944ef2150..a4713de391 100644 --- a/resources/lang/he-IL/admin/settings/general.php +++ b/resources/lang/he-IL/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'אפשר', 'eula_settings' => 'הגדרות EULA', 'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר Github בטעם מרקדון .', + '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.', 'favicon' => 'סמל מועדפים (Favicon)', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'אופציונאלי', diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php index 89cc7f6de7..a0002e903a 100644 --- a/resources/lang/he-IL/general.php +++ b/resources/lang/he-IL/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'מזער', 'assigned' => 'משוייך', 'asset_count' => 'ספירת נכסים', diff --git a/resources/lang/he-IL/validation.php b/resources/lang/he-IL/validation.php index de8ce6f600..c6cb68d833 100644 --- a/resources/lang/he-IL/validation.php +++ b/resources/lang/he-IL/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/hi-IN/account/general.php b/resources/lang/hi-IN/account/general.php new file mode 100644 index 0000000000..7f9e2f848e --- /dev/null +++ b/resources/lang/hi-IN/account/general.php @@ -0,0 +1,17 @@ + 'Personal API Keys', + 'personal_access_token' => 'Personal Access Token', + 'personal_api_keys_success' => 'Personal API Key :key created sucessfully', + 'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', + 'profile_updated' => 'Account successfully updated', + 'no_tokens' => 'You have not created any personal access tokens.', + 'enable_sounds' => 'Enable sound effects', + 'enable_confetti' => 'Enable confetti effects', +); diff --git a/resources/lang/hi-IN/admin/accessories/general.php b/resources/lang/hi-IN/admin/accessories/general.php new file mode 100644 index 0000000000..bed7f38fab --- /dev/null +++ b/resources/lang/hi-IN/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'Accessory Category', + 'accessory_name' => 'Accessory Name', + 'checkout' => 'Checkout Accessory', + 'checkin' => 'Checkin Accessory', + 'create' => 'Create Accessory', + 'edit' => 'Edit Accessory', + 'eula_text' => 'Category EULA', + 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', + 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'total' => 'Total', + 'remaining' => 'Avail', + 'update' => 'Update Accessory', + 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'clone' => 'Clone Accessory', + 'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.', + +); diff --git a/resources/lang/hi-IN/admin/accessories/message.php b/resources/lang/hi-IN/admin/accessories/message.php new file mode 100644 index 0000000000..f60d41957b --- /dev/null +++ b/resources/lang/hi-IN/admin/accessories/message.php @@ -0,0 +1,43 @@ + 'The accessory [:id] does not exist.', + 'not_found' => 'That accessory was not found.', + 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + + 'create' => array( + 'error' => 'The accessory was not created, please try again.', + 'success' => 'The accessory was successfully created.' + ), + + 'update' => array( + 'error' => 'The accessory was not updated, please try again', + 'success' => 'The accessory was updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this accessory?', + 'error' => 'There was an issue deleting the accessory. Please try again.', + 'success' => 'The accessory was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Accessory was not checked out, please try again', + 'success' => 'Accessory checked out successfully.', + 'unavailable' => 'Accessory is not available for checkout. Check quantity available', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + '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.', + ), + + ), + + 'checkin' => array( + 'error' => 'Accessory was not checked in, please try again', + 'success' => 'Accessory checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/hi-IN/admin/accessories/table.php b/resources/lang/hi-IN/admin/accessories/table.php new file mode 100644 index 0000000000..80df687161 --- /dev/null +++ b/resources/lang/hi-IN/admin/accessories/table.php @@ -0,0 +1,9 @@ + 'Download CSV', + 'eula_text' => 'EULA', + 'id' => 'ID', + 'require_acceptance' => 'Acceptance', + 'title' => 'Accessory Name', +); diff --git a/resources/lang/hi-IN/admin/asset_maintenances/form.php b/resources/lang/hi-IN/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..785d06b08f --- /dev/null +++ b/resources/lang/hi-IN/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Asset Maintenance Type', + 'title' => 'Title', + 'start_date' => 'Start Date', + 'completion_date' => 'Completion Date', + 'cost' => 'Cost', + 'is_warranty' => 'Warranty Improvement', + 'asset_maintenance_time' => 'Asset Maintenance Time (in days)', + 'notes' => 'Notes', + 'update' => 'Update Asset Maintenance', + 'create' => 'Create Asset Maintenance' + ]; diff --git a/resources/lang/hi-IN/admin/asset_maintenances/general.php b/resources/lang/hi-IN/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..0f9a4547a2 --- /dev/null +++ b/resources/lang/hi-IN/admin/asset_maintenances/general.php @@ -0,0 +1,16 @@ + 'Asset Maintenances', + 'edit' => 'Edit Asset Maintenance', + 'delete' => 'Delete Asset Maintenance', + 'view' => 'View Asset Maintenance Details', + 'repair' => 'Repair', + 'maintenance' => 'Maintenance', + 'upgrade' => 'Upgrade', + 'calibration' => 'Calibration', + 'software_support' => 'Software Support', + 'hardware_support' => 'Hardware Support', + 'configuration_change' => 'Configuration Change', + 'pat_test' => 'PAT Test', + ]; diff --git a/resources/lang/hi-IN/admin/asset_maintenances/message.php b/resources/lang/hi-IN/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..b44f618207 --- /dev/null +++ b/resources/lang/hi-IN/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Asset Maintenance you were looking for was not found!', + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this asset maintenance?', + 'error' => 'There was an issue deleting the asset maintenance. Please try again.', + 'success' => 'The asset maintenance was deleted successfully.', + ], + 'create' => [ + 'error' => 'Asset Maintenance was not created, please try again.', + 'success' => 'Asset Maintenance created successfully.', + ], + 'edit' => [ + 'error' => 'Asset Maintenance was not edited, please try again.', + 'success' => 'Asset Maintenance edited successfully.', + ], + 'asset_maintenance_incomplete' => 'Not Completed Yet', + 'warranty' => 'Warranty', + 'not_warranty' => 'Not Warranty', + ]; diff --git a/resources/lang/hi-IN/admin/asset_maintenances/table.php b/resources/lang/hi-IN/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..3ba895038d --- /dev/null +++ b/resources/lang/hi-IN/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Asset Maintenance', + 'asset_name' => 'Asset Name', + 'is_warranty' => 'Warranty', + 'dl_csv' => 'Download CSV', + ]; diff --git a/resources/lang/hi-IN/admin/categories/general.php b/resources/lang/hi-IN/admin/categories/general.php new file mode 100644 index 0000000000..2fe448b44e --- /dev/null +++ b/resources/lang/hi-IN/admin/categories/general.php @@ -0,0 +1,25 @@ + 'Asset Categories', + 'category_name' => 'Category Name', + 'checkin_email' => 'Send email to user on checkin/checkout.', + 'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.', + 'clone' => 'Clone Category', + 'create' => 'Create Category', + 'edit' => 'Edit Category', + 'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.', + 'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.', + 'eula_text' => 'Category EULA', + 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'name' => 'Category Name', + 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', + 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', + 'required_eula' => 'This user will be emailed a copy of the EULA', + 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'update' => 'Update Category', + 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula_column' => 'Use default EULA', + +); diff --git a/resources/lang/hi-IN/admin/categories/message.php b/resources/lang/hi-IN/admin/categories/message.php new file mode 100644 index 0000000000..4e493f68b6 --- /dev/null +++ b/resources/lang/hi-IN/admin/categories/message.php @@ -0,0 +1,26 @@ + 'Category does not exist.', + 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', + 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + + 'create' => array( + 'error' => 'Category was not created, please try again.', + 'success' => 'Category created successfully.' + ), + + 'update' => array( + 'error' => 'Category was not updated, please try again', + 'success' => 'Category updated successfully.', + 'cannot_change_category_type' => 'You cannot change the category type once it has been created', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this category?', + 'error' => 'There was an issue deleting the category. Please try again.', + 'success' => 'The category was deleted successfully.' + ) + +); diff --git a/resources/lang/hi-IN/admin/categories/table.php b/resources/lang/hi-IN/admin/categories/table.php new file mode 100644 index 0000000000..a3ee96ae7f --- /dev/null +++ b/resources/lang/hi-IN/admin/categories/table.php @@ -0,0 +1,10 @@ + 'EULA', + 'id' => 'ID', + 'parent' => 'Parent', + 'require_acceptance' => 'Acceptance', + 'title' => 'Asset Category Name', + +); diff --git a/resources/lang/hi-IN/admin/companies/general.php b/resources/lang/hi-IN/admin/companies/general.php new file mode 100644 index 0000000000..37781012ba --- /dev/null +++ b/resources/lang/hi-IN/admin/companies/general.php @@ -0,0 +1,7 @@ + 'Select Company', + 'about_companies' => 'About Companies', + 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', +]; diff --git a/resources/lang/hi-IN/admin/companies/message.php b/resources/lang/hi-IN/admin/companies/message.php new file mode 100644 index 0000000000..e440b7ac5f --- /dev/null +++ b/resources/lang/hi-IN/admin/companies/message.php @@ -0,0 +1,20 @@ + 'Company does not exist.', + 'deleted' => 'Deleted company', + 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'create' => [ + 'error' => 'Company was not created, please try again.', + 'success' => 'Company created successfully.', + ], + 'update' => [ + 'error' => 'Company was not updated, please try again', + 'success' => 'Company updated successfully.', + ], + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this company?', + 'error' => 'There was an issue deleting the company. Please try again.', + 'success' => 'The Company was deleted successfully.', + ], +]; diff --git a/resources/lang/hi-IN/admin/companies/table.php b/resources/lang/hi-IN/admin/companies/table.php new file mode 100644 index 0000000000..100b258240 --- /dev/null +++ b/resources/lang/hi-IN/admin/companies/table.php @@ -0,0 +1,11 @@ + 'Companies', + 'create' => 'Create Company', + 'email' => 'Company Email', + 'title' => 'Company', + 'phone' => 'Company Phone', + 'update' => 'Update Company', + 'name' => 'Company Name', + 'id' => 'ID', +); diff --git a/resources/lang/hi-IN/admin/components/general.php b/resources/lang/hi-IN/admin/components/general.php new file mode 100644 index 0000000000..5b788a51ec --- /dev/null +++ b/resources/lang/hi-IN/admin/components/general.php @@ -0,0 +1,16 @@ + 'Component Name', + 'checkin' => 'Checkin Component', + 'checkout' => 'Checkout Component', + 'cost' => 'Purchase Cost', + 'create' => 'Create Component', + 'edit' => 'Edit Component', + 'date' => 'Purchase Date', + 'order' => 'Order Number', + 'remaining' => 'Remaining', + 'total' => 'Total', + 'update' => 'Update Component', + 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty' +); diff --git a/resources/lang/hi-IN/admin/components/message.php b/resources/lang/hi-IN/admin/components/message.php new file mode 100644 index 0000000000..ec39dc4178 --- /dev/null +++ b/resources/lang/hi-IN/admin/components/message.php @@ -0,0 +1,38 @@ + 'Component does not exist.', + + 'create' => array( + 'error' => 'Component was not created, please try again.', + 'success' => 'Component created successfully.' + ), + + 'update' => array( + 'error' => 'Component was not updated, please try again', + 'success' => 'Component updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this component?', + 'error' => 'There was an issue deleting the component. Please try again.', + 'success' => 'The component was deleted successfully.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', + ), + + 'checkout' => array( + 'error' => 'Component was not checked out, please try again', + 'success' => 'Component checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ', + ), + + 'checkin' => array( + 'error' => 'Component was not checked in, please try again', + 'success' => 'Component checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/hi-IN/admin/components/table.php b/resources/lang/hi-IN/admin/components/table.php new file mode 100644 index 0000000000..3d4fed6a7f --- /dev/null +++ b/resources/lang/hi-IN/admin/components/table.php @@ -0,0 +1,5 @@ + 'Component Name', +); diff --git a/resources/lang/hi-IN/admin/consumables/general.php b/resources/lang/hi-IN/admin/consumables/general.php new file mode 100644 index 0000000000..29acfedc1b --- /dev/null +++ b/resources/lang/hi-IN/admin/consumables/general.php @@ -0,0 +1,12 @@ + 'Checkout Consumable to User', + 'consumable_name' => 'Consumable Name', + 'create' => 'Create Consumable', + 'item_no' => 'Item No.', + 'remaining' => 'Remaining', + 'total' => 'Total', + 'update' => 'Update Consumable', + 'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count', +); diff --git a/resources/lang/hi-IN/admin/consumables/message.php b/resources/lang/hi-IN/admin/consumables/message.php new file mode 100644 index 0000000000..e2591503bf --- /dev/null +++ b/resources/lang/hi-IN/admin/consumables/message.php @@ -0,0 +1,38 @@ + 'The category must be a consumable category.', + 'does_not_exist' => 'Consumable does not exist.', + + 'create' => array( + 'error' => 'Consumable was not created, please try again.', + 'success' => 'Consumable created successfully.' + ), + + 'update' => array( + 'error' => 'Consumable was not updated, please try again', + 'success' => 'Consumable updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this consumable?', + 'error' => 'There was an issue deleting the consumable. Please try again.', + 'success' => 'The consumable was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Consumable was not checked out, please try again', + 'success' => 'Consumable checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ', + ), + + 'checkin' => array( + 'error' => 'Consumable was not checked in, please try again', + 'success' => 'Consumable checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/hi-IN/admin/consumables/table.php b/resources/lang/hi-IN/admin/consumables/table.php new file mode 100644 index 0000000000..bb76721f17 --- /dev/null +++ b/resources/lang/hi-IN/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Consumable Name', +); diff --git a/resources/lang/hi-IN/admin/custom_fields/general.php b/resources/lang/hi-IN/admin/custom_fields/general.php new file mode 100644 index 0000000000..68e840edd2 --- /dev/null +++ b/resources/lang/hi-IN/admin/custom_fields/general.php @@ -0,0 +1,64 @@ + 'Custom Fields', + '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.', + '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.', + 'encrypted' => 'Encrypted', + 'fieldset' => 'Fieldset', + 'qty_fields' => 'Qty Fields', + 'fieldsets' => 'Fieldsets', + 'fieldset_name' => 'Fieldset Name', + 'field_name' => 'Field Name', + 'field_values' => 'Field Values', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_element' => 'Form Element', + 'field_element_short' => 'Element', + 'field_format' => 'Format', + 'field_custom_format' => 'Custom Regex Format', + 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'required' => 'Required', + 'req' => 'Req.', + 'used_by_models' => 'Used By Models', + 'order' => 'Order', + 'create_fieldset' => 'New Fieldset', + 'update_fieldset' => 'Update Fieldset', + 'fieldset_does_not_exist' => 'Fieldset :id does not exist', + 'fieldset_updated' => 'Fieldset updated', + 'create_fieldset_title' => 'Create a new fieldset', + 'create_field' => 'New Custom Field', + 'create_field_title' => 'Create a new custom field', + 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', + 'show_in_email_short' => 'Include in emails', + 'help_text' => 'Help Text', + 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', + 'about_custom_fields_title' => 'About Custom Fields', + 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', + 'add_field_to_fieldset' => 'Add Field to Fieldset', + 'make_optional' => 'Required - click to make optional', + 'make_required' => 'Optional - click to make required', + 'reorder' => 'Reorder', + 'db_field' => 'DB Field', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', + 'is_unique' => 'This value must be unique across all assets', + 'unique' => 'Unique', + 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page', + 'display_in_user_view_table' => 'Visible to User', + 'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset', + 'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets', + 'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector', + 'show_in_listview_short' => 'Show in lists', + 'show_in_requestable_list_short' => 'Show in requestable assets list', + 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', + 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', + 'display_audit' => 'Display in audit forms', + +]; diff --git a/resources/lang/hi-IN/admin/custom_fields/message.php b/resources/lang/hi-IN/admin/custom_fields/message.php new file mode 100644 index 0000000000..6442359b7f --- /dev/null +++ b/resources/lang/hi-IN/admin/custom_fields/message.php @@ -0,0 +1,64 @@ + array( + 'invalid' => 'That field does not exist.', + 'already_added' => 'Field already added', + 'none_selected' => 'No field selected', + + 'create' => array( + 'error' => 'Field was not created, please try again.', + 'success' => 'Field created successfully.', + 'assoc_success' => 'Field successfully added to fieldset.' + ), + + 'update' => array( + 'error' => 'Field was not updated, please try again', + 'success' => 'Field updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this field?', + 'error' => 'There was an issue deleting the field. Please try again.', + 'success' => 'The field was deleted successfully.', + 'in_use' => 'Field is still in use.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'Fieldset does not exist', + + 'create' => array( + 'error' => 'Fieldset was not created, please try again.', + 'success' => 'Fieldset created successfully.' + ), + + 'update' => array( + 'error' => 'Fieldset was not updated, please try again', + 'success' => 'Fieldset updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this fieldset?', + 'error' => 'There was an issue deleting the fieldset. Please try again.', + 'success' => 'The fieldset was deleted successfully.', + 'in_use' => 'Fieldset is still in use.', + ) + + ), + + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + + + + + + +); diff --git a/resources/lang/hi-IN/admin/departments/message.php b/resources/lang/hi-IN/admin/departments/message.php new file mode 100644 index 0000000000..2e371348b9 --- /dev/null +++ b/resources/lang/hi-IN/admin/departments/message.php @@ -0,0 +1,22 @@ + 'Department does not exist.', + 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ', + 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'create' => array( + 'error' => 'Department was not created, please try again.', + 'success' => 'Department created successfully.' + ), + 'update' => array( + 'error' => 'Department was not updated, please try again', + 'success' => 'Department updated successfully.' + ), + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this department?', + 'error' => 'There was an issue deleting the department. Please try again.', + 'success' => 'The department was deleted successfully.' + ) + +); diff --git a/resources/lang/hi-IN/admin/departments/table.php b/resources/lang/hi-IN/admin/departments/table.php new file mode 100644 index 0000000000..76494247be --- /dev/null +++ b/resources/lang/hi-IN/admin/departments/table.php @@ -0,0 +1,11 @@ + 'ID', + 'name' => 'Department Name', + 'manager' => 'Manager', + 'location' => 'Location', + 'create' => 'Create Department', + 'update' => 'Update Department', + ); diff --git a/resources/lang/hi-IN/admin/depreciations/general.php b/resources/lang/hi-IN/admin/depreciations/general.php new file mode 100644 index 0000000000..90246e9cd8 --- /dev/null +++ b/resources/lang/hi-IN/admin/depreciations/general.php @@ -0,0 +1,20 @@ + 'About Asset Depreciations', + 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', + 'asset_depreciations' => 'Asset Depreciations', + 'create' => 'Create Depreciation', + 'depreciation_name' => 'Depreciation Name', + 'depreciation_min' => 'Floor Value of Depreciation', + 'number_of_months' => 'Number of Months', + 'update' => 'Update Depreciation', + 'depreciation_min' => 'Minimum Value after Depreciation', + 'no_depreciations_warning' => 'Warning: + You do not currently have any depreciations set up. + Please set up at least one depreciation to view the depreciation report.', + 'depreciation_method' => 'Depreciation Report', + 'linear_depreciation' => 'Linear (Default)', + 'half_1' => 'Half-year convention, always applied', + 'half_2' => 'Half-year convention, applied with condition', +]; diff --git a/resources/lang/hi-IN/admin/depreciations/message.php b/resources/lang/hi-IN/admin/depreciations/message.php new file mode 100644 index 0000000000..c20e52c13c --- /dev/null +++ b/resources/lang/hi-IN/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Depreciation class does not exist.', + 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + + + 'create' => array( + 'error' => 'Depreciation class was not created, please try again. :(', + 'success' => 'Depreciation class created successfully. :)' + ), + + 'update' => array( + 'error' => 'Depreciation class was not updated, please try again', + 'success' => 'Depreciation class updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this depreciation class?', + 'error' => 'There was an issue deleting the depreciation class. Please try again.', + 'success' => 'The depreciation class was deleted successfully.' + ) + +); diff --git a/resources/lang/hi-IN/admin/depreciations/table.php b/resources/lang/hi-IN/admin/depreciations/table.php new file mode 100644 index 0000000000..256b10b92a --- /dev/null +++ b/resources/lang/hi-IN/admin/depreciations/table.php @@ -0,0 +1,11 @@ + 'ID', + 'months' => 'Months', + 'term' => 'Term', + 'title' => 'Name ', + 'depreciation_min' => 'Floor Value', + +]; diff --git a/resources/lang/hi-IN/admin/groups/message.php b/resources/lang/hi-IN/admin/groups/message.php new file mode 100644 index 0000000000..495acaf36b --- /dev/null +++ b/resources/lang/hi-IN/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Group already exists!', + 'group_not_found' => 'Group ID :id does not exist.', + 'group_name_required' => 'The name field is required', + + 'success' => array( + 'create' => 'Group was successfully created.', + 'update' => 'Group was successfully updated.', + 'delete' => 'Group was successfully deleted.', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this group?', + 'create' => 'There was an issue creating the group. Please try again.', + 'update' => 'There was an issue updating the group. Please try again.', + 'delete' => 'There was an issue deleting the group. Please try again.', + ), + +); diff --git a/resources/lang/hi-IN/admin/groups/table.php b/resources/lang/hi-IN/admin/groups/table.php new file mode 100644 index 0000000000..61f060a116 --- /dev/null +++ b/resources/lang/hi-IN/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Id', + 'name' => 'Name', + 'users' => '# of Users', + +); diff --git a/resources/lang/hi-IN/admin/groups/titles.php b/resources/lang/hi-IN/admin/groups/titles.php new file mode 100644 index 0000000000..d875f190d7 --- /dev/null +++ b/resources/lang/hi-IN/admin/groups/titles.php @@ -0,0 +1,16 @@ + 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', + 'group_management' => 'Group Management', + 'create' => 'Create New Group', + 'update' => 'Edit Group', + 'group_name' => 'Group Name', + 'group_admin' => 'Group Admin', + 'allow' => 'Allow', + 'deny' => 'Deny', + 'permission' => 'Permission', + 'grant' => 'Grant', + 'no_permissions' => 'This group has no permissions.' +]; diff --git a/resources/lang/hi-IN/admin/hardware/form.php b/resources/lang/hi-IN/admin/hardware/form.php new file mode 100644 index 0000000000..8fbd0b4e87 --- /dev/null +++ b/resources/lang/hi-IN/admin/hardware/form.php @@ -0,0 +1,65 @@ + 'Confirm Bulk Delete Assets', + 'bulk_restore' => 'Confirm Bulk Restore Assets', + 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', + 'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.', + 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', + 'bulk_restore_warn' => 'You are about to restore :asset_count assets.', + 'bulk_update' => 'Bulk Update Assets', + 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', + 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.', + 'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.', + 'bulk_update_model_prefix' => 'On Models', + 'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.', + 'checkedout_to' => 'Checked Out To', + 'checkout_date' => 'Checkout Date', + 'checkin_date' => 'Checkin Date', + 'checkout_to' => 'Checkout to', + 'cost' => 'Purchase Cost', + 'create' => 'Create Asset', + 'date' => 'Purchase Date', + 'depreciation' => 'Depreciation', + 'depreciates_on' => 'Depreciates On', + 'default_location' => 'Default Location', + 'default_location_phone' => 'Default Location Phone', + 'eol_date' => 'EOL Date', + 'eol_rate' => 'EOL Rate', + 'expected_checkin' => 'Expected Checkin Date', + 'expires' => 'Expires', + 'fully_depreciated' => 'Fully Depreciated', + 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', + 'mac_address' => 'MAC Address', + 'manufacturer' => 'Manufacturer', + 'model' => 'Model', + 'months' => 'months', + 'name' => 'Asset Name', + 'notes' => 'Notes', + 'order' => 'Order Number', + 'qr' => 'QR Code', + 'requestable' => 'Users may request this asset', + 'redirect_to_all' => 'Return to all :type', + 'redirect_to_type' => 'Go to :type', + 'redirect_to_checked_out_to' => 'Go to Checked Out to', + 'select_statustype' => 'Select Status Type', + 'serial' => 'Serial', + 'status' => 'Status', + 'tag' => 'Asset Tag', + 'update' => 'Asset Update', + 'warranty' => 'Warranty', + 'warranty_expires' => 'Warranty Expires', + 'years' => 'years', + 'asset_location' => 'Update Asset Location', + 'asset_location_update_default_current' => 'Update default location AND actual location', + 'asset_location_update_default' => 'Update only default location', + 'asset_location_update_actual' => 'Update only actual location', + 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.', + '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.', + 'processing_spinner' => 'Processing... (This might take a bit of time on large files)', + 'processing' => 'Processing... ', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information', + 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', +]; diff --git a/resources/lang/hi-IN/admin/hardware/general.php b/resources/lang/hi-IN/admin/hardware/general.php new file mode 100644 index 0000000000..6740476574 --- /dev/null +++ b/resources/lang/hi-IN/admin/hardware/general.php @@ -0,0 +1,42 @@ + 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'archived' => 'Archived', + 'asset' => 'Asset', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkin' => 'Bulk Checkin', + 'checkin' => 'Checkin Asset', + 'checkout' => 'Checkout Asset', + 'clone' => 'Clone Asset', + 'deployable' => 'Deployable', + 'deleted' => 'This asset has been deleted.', + 'delete_confirm' => 'Are you sure you want to delete this asset?', + 'edit' => 'Edit Asset', + 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.', + 'model_invalid' => 'This model for this asset is invalid.', + 'model_invalid_fix' => 'The asset must be updated use a valid asset model before attempting to check it in or out, or to audit it.', + 'requestable' => 'Requestable', + 'requested' => 'Requested', + 'not_requestable' => 'Not Requestable', + 'requestable_status_warning' => 'Do not change requestable status', + 'restore' => 'Restore Asset', + 'pending' => 'Pending', + 'undeployable' => 'Undeployable', + 'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.', + 'view' => 'View Asset', + 'csv_error' => 'You have an error in your CSV file:', + '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.

', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export', + 'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup', + 'user_department' => 'User Department', +]; diff --git a/resources/lang/hi-IN/admin/hardware/message.php b/resources/lang/hi-IN/admin/hardware/message.php new file mode 100644 index 0000000000..c19bc63647 --- /dev/null +++ b/resources/lang/hi-IN/admin/hardware/message.php @@ -0,0 +1,109 @@ + 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', + 'does_not_exist' => 'Asset does not exist.', + 'does_not_exist_var' => 'Asset with tag :asset_tag not found.', + 'no_tag' => 'No asset tag provided.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'warning_audit_date_mismatch' => 'This asset\'s next audit date (:next_audit_date) is before the last audit date (:last_audit_date). Please update the next audit date.', + 'labels_generated' => 'Labels were successfully generated.', + 'error_generating_labels' => 'Error while generating labels.', + 'no_assets_selected' => 'No assets selected.', + + 'create' => [ + 'error' => 'Asset was not created, please try again. :(', + 'success' => 'Asset created successfully. :)', + 'success_linked' => 'Asset with tag :tag was created successfully. Click here to view.', + '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', + ], + + 'update' => [ + 'error' => 'Asset was not updated, please try again', + 'success' => 'Asset updated successfully.', + 'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions', + 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', + 'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.', + ], + + 'restore' => [ + 'error' => 'Asset was not restored, please try again', + 'success' => 'Asset restored successfully.', + 'bulk_success' => 'Asset restored successfully.', + 'nothing_updated' => 'No assets were selected, so nothing was restored.', + ], + + 'audit' => [ + 'error' => 'Asset audit unsuccessful: :error ', + 'success' => 'Asset audit successfully logged.', + ], + + + 'deletefile' => [ + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ], + + 'upload' => [ + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + ], + + 'import' => [ + 'import_button' => 'Process Import', + 'error' => 'Some items did not import correctly.', + 'errorDetail' => 'The following Items were not imported because of errors.', + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', + 'file_already_deleted' => 'The file selected was already deleted', + 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', + 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', + 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input' + ], + + + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this asset?', + 'error' => 'There was an issue deleting the asset. Please try again.', + '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.', + 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'success' => 'The asset was deleted successfully.', + ], + + 'checkout' => [ + 'error' => 'Asset was not checked out, please try again', + 'success' => 'Asset checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'not_available' => 'That asset is not available for checkout!', + 'no_assets_selected' => 'You must select at least one asset from the list', + ], + + '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.', + ], + + 'checkin' => [ + 'error' => 'Asset was not checked in, please try again', + 'success' => 'Asset checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'already_checked_in' => 'That asset is already checked in.', + + ], + + 'requests' => [ + 'error' => 'Request was not successful, please try again.', + 'success' => 'Request successfully submitted.', + 'canceled' => 'Request successfully canceled.', + 'cancel' => 'Cancel this item request', + ], + +]; diff --git a/resources/lang/hi-IN/admin/hardware/table.php b/resources/lang/hi-IN/admin/hardware/table.php new file mode 100644 index 0000000000..2d88c6c131 --- /dev/null +++ b/resources/lang/hi-IN/admin/hardware/table.php @@ -0,0 +1,32 @@ + 'Asset Tag', + 'asset_model' => 'Model', + 'assigned_to' => 'Assigned To', + 'book_value' => 'Current Value', + 'change' => 'In/Out', + 'checkout_date' => 'Checkout Date', + 'checkoutto' => 'Checked Out', + 'components_cost' => 'Total Components Cost', + 'current_value' => 'Current Value', + 'diff' => 'Diff', + 'dl_csv' => 'Download CSV', + 'eol' => 'EOL', + 'id' => 'ID', + 'last_checkin_date' => 'Last Checkin Date', + 'location' => 'Location', + 'purchase_cost' => 'Cost', + 'purchase_date' => 'Purchased', + 'serial' => 'Serial', + 'status' => 'Status', + 'title' => 'Asset ', + 'image' => 'Device Image', + 'days_without_acceptance' => 'Days Without Acceptance', + 'monthly_depreciation' => 'Monthly Depreciation', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/hi-IN/admin/kits/general.php b/resources/lang/hi-IN/admin/kits/general.php new file mode 100644 index 0000000000..2b5c2d9cd0 --- /dev/null +++ b/resources/lang/hi-IN/admin/kits/general.php @@ -0,0 +1,51 @@ + 'About Predefined Kits', + 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', + 'checkout' => 'Checkout Kit ', + 'create_success' => 'Kit was successfully created.', + 'create' => 'Create Predefined Kit', + 'update' => 'Update Predefined Kit', + 'delete_success' => 'Kit was successfully deleted.', + 'update_success' => 'Kit was successfully updated.', + 'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ', + 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', + 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', + 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'The accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', + 'model_already_attached' => 'Model already attached to kit', +]; diff --git a/resources/lang/hi-IN/admin/labels/message.php b/resources/lang/hi-IN/admin/labels/message.php new file mode 100644 index 0000000000..96785f0754 --- /dev/null +++ b/resources/lang/hi-IN/admin/labels/message.php @@ -0,0 +1,11 @@ + 'Invalid count returned from :name. Expected :expected, got :actual.', + 'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.', + 'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.', + + 'does_not_exist' => 'Label does not exist', + +]; diff --git a/resources/lang/hi-IN/admin/labels/table.php b/resources/lang/hi-IN/admin/labels/table.php new file mode 100644 index 0000000000..bef4ba170e --- /dev/null +++ b/resources/lang/hi-IN/admin/labels/table.php @@ -0,0 +1,19 @@ + 'Test Company Limited', + 'example_defaultloc' => 'Building 1', + 'example_category' => 'Test Category', + 'example_location' => 'Building 2', + 'example_manufacturer' => 'Test Manufacturing Inc.', + 'example_model' => 'Test Model', + 'example_supplier' => 'Test Company Limited', + 'labels_per_page' => 'Labels', + 'support_fields' => 'Fields', + 'support_asset_tag' => 'Tag', + 'support_1d_barcode' => '1D', + 'support_2d_barcode' => '2D', + 'support_logo' => 'Logo', + 'support_title' => 'Title', + +]; \ No newline at end of file diff --git a/resources/lang/hi-IN/admin/licenses/form.php b/resources/lang/hi-IN/admin/licenses/form.php new file mode 100644 index 0000000000..ce29167874 --- /dev/null +++ b/resources/lang/hi-IN/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Asset', + 'checkin' => 'Checkin', + 'create' => 'Create License', + 'expiration' => 'Expiration Date', + 'license_key' => 'Product Key', + 'maintained' => 'Maintained', + 'name' => 'Software Name', + 'no_depreciation' => 'Do Not Depreciate', + 'purchase_order' => 'Purchase Order Number', + 'reassignable' => 'Reassignable', + 'remaining_seats' => 'Remaining Seats', + 'seats' => 'Seats', + 'termination_date' => 'Termination Date', + 'to_email' => 'Licensed to Email', + 'to_name' => 'Licensed to Name', + 'update' => 'Update License', + 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' +); diff --git a/resources/lang/hi-IN/admin/licenses/general.php b/resources/lang/hi-IN/admin/licenses/general.php new file mode 100644 index 0000000000..b39030afd4 --- /dev/null +++ b/resources/lang/hi-IN/admin/licenses/general.php @@ -0,0 +1,52 @@ + 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'checkin' => 'Checkin License Seat', + 'checkout_history' => 'Checkout History', + 'checkout' => 'Checkout License Seat', + 'edit' => 'Edit License', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'clone' => 'Clone License', + 'history_for' => 'History for ', + 'in_out' => 'In/Out', + 'info' => 'License Info', + 'license_seats' => 'License Seats', + 'seat' => 'Seat', + 'seat_count' => 'Seat :count', + 'seats' => 'Seats', + 'software_licenses' => 'Software Licenses', + 'user' => 'User', + 'view' => 'View License', + 'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.', + 'bulk' => + [ + 'checkin_all' => [ + 'button' => 'Checkin All Seats', + 'modal' => 'This action will checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.', + 'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets', + 'disabled_tooltip' => 'This is disabled because there are no seats currently checked out', + 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable', + 'success' => 'License successfully checked in! | All licenses were successfully checked in!', + 'log_msg' => 'Checked in via bulk license checkin in license GUI', + ], + + 'checkout_all' => [ + 'button' => 'Checkout All Seats', + 'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.', + 'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users', + 'disabled_tooltip' => 'This is disabled because there are no seats currently available', + 'success' => 'License successfully checked out! | :count licenses were successfully checked out!', + 'error_no_seats' => 'There are no remaining seats left for this license.', + 'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.', + 'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.', + 'log_msg' => 'Checked out via bulk license checkout in license GUI', + + + ], + ], + + 'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.', + 'below_threshold_short' => 'This item is below the minimum required quantity.', +); diff --git a/resources/lang/hi-IN/admin/licenses/message.php b/resources/lang/hi-IN/admin/licenses/message.php new file mode 100644 index 0000000000..74e1d7af5a --- /dev/null +++ b/resources/lang/hi-IN/admin/licenses/message.php @@ -0,0 +1,57 @@ + 'License does not exist or you do not have permission to view it.', + 'user_does_not_exist' => 'User does not exist or you do not have permission to view them.', + 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', + 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', + 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'select_asset_or_person' => 'You must select an asset or a user, but not both.', + 'not_found' => 'License not found', + 'seats_available' => ':seat_count seats available', + + + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + ), + + 'update' => array( + 'error' => 'License was not updated, please try again', + 'success' => 'License updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this license?', + 'error' => 'There was an issue deleting the license. Please try again.', + 'success' => 'The license was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'There was an issue checking out the license. Please try again.', + 'success' => 'The license was checked out successfully', + 'not_enough_seats' => 'Not enough license seats available for checkout', + 'mismatch' => 'The license seat provided does not match the license', + 'unavailable' => 'This seat is not available for checkout.', + ), + + 'checkin' => array( + 'error' => 'There was an issue checking in the license. Please try again.', + 'not_reassignable' => 'License not reassignable', + 'success' => 'The license was checked in successfully' + ), + +); diff --git a/resources/lang/hi-IN/admin/licenses/table.php b/resources/lang/hi-IN/admin/licenses/table.php new file mode 100644 index 0000000000..9cabf9c883 --- /dev/null +++ b/resources/lang/hi-IN/admin/licenses/table.php @@ -0,0 +1,18 @@ + 'Assigned To', + 'checkout' => 'In/Out', + 'deleted_at' => 'Deleted at', + 'id' => 'ID', + 'license_email' => 'License Email', + 'license_name' => 'Licensed To', + 'purchase_date' => 'Purchase Date', + 'purchased' => 'Purchased', + 'seats' => 'Seats', + 'hardware' => 'Hardware', + 'serial' => 'Serial', + 'title' => 'License', + +); diff --git a/resources/lang/hi-IN/admin/locations/message.php b/resources/lang/hi-IN/admin/locations/message.php new file mode 100644 index 0000000000..b21c70ad89 --- /dev/null +++ b/resources/lang/hi-IN/admin/locations/message.php @@ -0,0 +1,35 @@ + 'Location 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' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', + 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assigned_assets' => 'Assigned Assets', + 'current_location' => 'Current Location', + 'open_map' => 'Open in :map_provider_icon Maps', + + + 'create' => array( + 'error' => 'Location was not created, please try again.', + 'success' => 'Location created successfully.' + ), + + 'update' => array( + 'error' => 'Location was not updated, please try again', + 'success' => 'Location updated successfully.' + ), + + 'restore' => array( + 'error' => 'Location was not restored, please try again', + 'success' => 'Location restored successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this location?', + 'error' => 'There was an issue deleting the location. Please try again.', + 'success' => 'The location was deleted successfully.' + ) + +); diff --git a/resources/lang/hi-IN/admin/locations/table.php b/resources/lang/hi-IN/admin/locations/table.php new file mode 100644 index 0000000000..53176d8a4e --- /dev/null +++ b/resources/lang/hi-IN/admin/locations/table.php @@ -0,0 +1,43 @@ + 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'print_assigned' => 'Print Assigned', + 'print_all_assigned' => 'Print All Assigned', + 'name' => 'Location Name', + 'address' => 'Address', + 'address2' => 'Address Line 2', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + 'ldap_ou' => 'LDAP Search OU', + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'phone' => 'Location Phone', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', +]; diff --git a/resources/lang/hi-IN/admin/manufacturers/message.php b/resources/lang/hi-IN/admin/manufacturers/message.php new file mode 100644 index 0000000000..61416e0230 --- /dev/null +++ b/resources/lang/hi-IN/admin/manufacturers/message.php @@ -0,0 +1,30 @@ + 'Variables {LOCALE}, {SERIAL}, {MODEL_NUMBER}, and {MODEL_NAME} may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.', + 'does_not_exist' => 'Manufacturer does not exist.', + 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + + 'create' => array( + 'error' => 'Manufacturer was not created, please try again.', + 'success' => 'Manufacturer created successfully.' + ), + + 'update' => array( + 'error' => 'Manufacturer was not updated, please try again', + 'success' => 'Manufacturer updated successfully.' + ), + + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this manufacturer?', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', + 'success' => 'The Manufacturer was deleted successfully.' + ) + +); diff --git a/resources/lang/hi-IN/admin/manufacturers/table.php b/resources/lang/hi-IN/admin/manufacturers/table.php new file mode 100644 index 0000000000..6a0aaa8865 --- /dev/null +++ b/resources/lang/hi-IN/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'asset_manufacturers' => 'Asset Manufacturers', + 'create' => 'Create Manufacturer', + 'id' => 'ID', + 'name' => 'Name', + 'support_email' => 'Support Email', + 'support_phone' => 'Support Phone', + 'support_url' => 'Support URL', + 'warranty_lookup_url' => 'Warranty Lookup URL', + 'update' => 'Update Manufacturer', + +); diff --git a/resources/lang/hi-IN/admin/models/general.php b/resources/lang/hi-IN/admin/models/general.php new file mode 100644 index 0000000000..9a61b53fd0 --- /dev/null +++ b/resources/lang/hi-IN/admin/models/general.php @@ -0,0 +1,18 @@ + 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'deleted' => 'This model has been deleted.', + 'bulk_delete' => 'Bulk Delete Asset Models', + 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', + 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', + 'restore' => 'Restore Model', + 'requestable' => 'Users may request this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', + 'view_deleted' => 'View Deleted', + 'view_models' => 'View Models', + 'fieldset' => 'Fieldset', + 'no_custom_field' => 'No custom fields', + 'add_default_values' => 'Add default values', +); diff --git a/resources/lang/hi-IN/admin/models/message.php b/resources/lang/hi-IN/admin/models/message.php new file mode 100644 index 0000000000..ae3bc34eed --- /dev/null +++ b/resources/lang/hi-IN/admin/models/message.php @@ -0,0 +1,47 @@ + 'Deleted asset model', + 'does_not_exist' => 'Model does not exist.', + 'no_association' => 'WARNING! The asset model for this item is invalid or missing!', + 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', + 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'invalid_category_type' => 'This category must be an asset category.', + + 'create' => array( + 'error' => 'Model was not created, please try again.', + 'success' => 'Model created successfully.', + 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + ), + + 'update' => array( + 'error' => 'Model was not updated, please try again', + 'success' => 'Model updated successfully.', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this asset model?', + 'error' => 'There was an issue deleting the model. Please try again.', + 'success' => 'The model was deleted successfully.' + ), + + 'restore' => array( + 'error' => 'Model was not restored, please try again', + 'success' => 'Model restored successfully.' + ), + + 'bulkedit' => array( + 'error' => 'No fields were changed, so nothing was updated.', + 'success' => 'Model successfully updated. |:model_count models successfully updated.', + 'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:', + + ), + + 'bulkdelete' => array( + 'error' => 'No models were selected, so nothing was deleted.', + 'success' => 'Model deleted!|:success_count models deleted!', + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), + +); diff --git a/resources/lang/hi-IN/admin/models/table.php b/resources/lang/hi-IN/admin/models/table.php new file mode 100644 index 0000000000..11a512b3d3 --- /dev/null +++ b/resources/lang/hi-IN/admin/models/table.php @@ -0,0 +1,17 @@ + 'Create Asset Model', + 'created_at' => 'Created at', + 'eol' => 'EOL', + 'modelnumber' => 'Model No.', + 'name' => 'Asset Model Name', + 'numassets' => 'Assets', + 'title' => 'Asset Models', + 'update' => 'Update Asset Model', + 'view' => 'View Asset Model', + 'update' => 'Update Asset Model', + 'clone' => 'Clone Model', + 'edit' => 'Edit Model', +); diff --git a/resources/lang/hi-IN/admin/reports/general.php b/resources/lang/hi-IN/admin/reports/general.php new file mode 100644 index 0000000000..ed8bf1a156 --- /dev/null +++ b/resources/lang/hi-IN/admin/reports/general.php @@ -0,0 +1,23 @@ + 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request', + 'custom_export' => [ + 'user_address' => 'User Address', + 'user_city' => 'User City', + 'user_state' => 'User State', + 'user_country' => 'User Country', + 'user_zip' => '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', +]; diff --git a/resources/lang/hi-IN/admin/reports/message.php b/resources/lang/hi-IN/admin/reports/message.php new file mode 100644 index 0000000000..2800bbdf0b --- /dev/null +++ b/resources/lang/hi-IN/admin/reports/message.php @@ -0,0 +1,16 @@ + 'About Saved Templates', + 'saving_templates_description' => 'Select your options, then enter the name of your template in the box above and click the \'Save Template\' button. Use the dropdown to select a previously saved template.', + 'create' => [ + 'success' => 'Template saved successfully', + ], + 'update' => [ + 'success' => 'Template updated successfully', + ], + 'delete' => [ + 'success' => 'Template deleted', + 'no_delete_permission' => 'Template does not exist or you do not have permission to delete it.', + ], +]; diff --git a/resources/lang/hi-IN/admin/settings/general.php b/resources/lang/hi-IN/admin/settings/general.php new file mode 100644 index 0000000000..37cfb0de94 --- /dev/null +++ b/resources/lang/hi-IN/admin/settings/general.php @@ -0,0 +1,489 @@ + 'Active Directory', + 'ad_domain' => 'Active Directory domain', + 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', + 'ad_append_domain_label' => 'Append domain name', + 'ad_append_domain' => 'Append domain name to username field', + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', + 'admin_cc_email' => 'CC Email', + 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.', + 'admin_settings' => 'Admin Settings', + 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Notification Settings', + 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated.', + 'alerts_enabled' => 'Email Alerts Enabled', + 'alert_interval' => 'Expiring Alerts Threshold (in days)', + 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'allow_user_skin' => 'Allow User Skin', + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', + 'asset_ids' => 'Asset IDs', + 'audit_interval' => 'Audit Interval', + 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.', + 'audit_warning_days' => 'Audit Warning Threshold', + 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', + 'auto_increment_prefix' => 'Prefix (optional)', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', + 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', + 'backups_restoring' => 'Restoring from Backup', + 'backups_clean' => 'Clean the backed-up database before restore', + 'backups_clean_helptext' => "This can be useful if you're changing between database versions", + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in :path', + 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)

Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file ', + 'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.', + 'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ', + 'barcode_settings' => 'Barcode Settings', + 'confirm_purge' => 'Confirm Purge', + 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)', + 'custom_css' => 'Custom CSS', + 'custom_css_placeholder' => 'Add your custom CSS', + 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', + 'custom_forgot_pass_url' => 'Custom Password Reset URL', + 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', + 'dashboard_message' => 'Dashboard Message', + 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'default_currency' => 'Default Currency', + 'default_eula_text' => 'Default EULA', + 'default_eula_text_placeholder' => 'Add your default EULA text', + 'default_language' => 'Default Language', + 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'acceptance_note' => 'Add a note for your decision (Optional)', + 'display_asset_name' => 'Display Asset Name', + 'display_checkout_date' => 'Display Checkout Date', + 'display_eol' => 'Display EOL in table view', + 'display_qr' => 'Display 2D barcode', + 'display_alt_barcode' => 'Display 1D barcode', + 'barcode_type' => '2D Barcode Type', + 'alt_barcode_type' => '1D barcode type', + 'enabled' => 'Enabled', + 'eula_settings' => 'EULA Settings', + '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.', + 'favicon' => 'Favicon', + 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', + 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', + 'footer_text_placeholder' => 'Optional footer text', + 'general_settings' => 'General Settings', + 'general_settings_help' => 'Default EULA and more', + 'generate_backup' => 'Generate Backup', + 'google_workspaces' => 'Google Workspaces', + 'header_color' => 'Header Color', + 'info' => 'These settings let you customize certain aspects of your installation.', + 'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ', + 'laravel' => 'Laravel Version', + 'ldap' => 'LDAP', + 'ldap_default_group' => 'Default Permissions Group', + 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.', + 'no_default_group' => 'No Default Group', + 'ldap_help' => 'LDAP/Active Directory', + 'ldap_client_tls_key' => 'LDAP Client TLS Key', + 'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate', + 'ldap_enabled' => 'LDAP enabled', + 'ldap_integration' => 'LDAP Integration', + 'ldap_settings' => 'LDAP Settings', + 'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.', + 'ldap_location' => 'LDAP Location', +'ldap_location_help' => 'The Ldap Location field should be used if an OU is not being used in the Base Bind DN. Leave this blank if an OU search is being used.', + 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', + 'ldap_server' => 'LDAP Server', + 'ldap_server_help' => 'This should start with ldap:// (for unencrypted) or ldaps:// (for TLS or SSL)', + 'ldap_server_cert' => 'LDAP SSL certificate validation', + 'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', + 'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.', + 'ldap_tls' => 'Use TLS', + 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', + 'ldap_uname' => 'LDAP Bind Username', + 'ldap_dept' => 'LDAP Department', + 'ldap_phone' => 'LDAP Telephone Number', + 'ldap_jobtitle' => 'LDAP Job Title', + 'ldap_country' => 'LDAP Country', + 'ldap_pword' => 'LDAP Bind Password', + 'ldap_basedn' => 'Base Bind DN', + 'ldap_filter' => 'LDAP Filter', + '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_username_field' => 'Username Field', + 'ldap_lname_field' => 'Last Name', + 'ldap_fname_field' => 'LDAP First Name', + 'ldap_auth_filter_query' => 'LDAP Authentication query', + 'ldap_version' => 'LDAP Version', + 'ldap_active_flag' => 'LDAP Active Flag', + 'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.

If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0 or false, user login will be disabled. If the value in the AD/LDAP field is set to 1 or true or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl attribute, which usually allows non-suspended users to log in.', + '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_emp_num' => 'LDAP Employee Number', + 'ldap_email' => 'LDAP Email', + 'ldap_test' => 'Test LDAP', + 'ldap_test_sync' => 'Test LDAP Synchronization', + 'license' => 'Software License', + 'load_remote' => 'Load Remote Avatars', + 'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load avatars from Gravatar or other outside sources.', + 'login' => 'Login Attempts', + 'login_attempt' => 'Login Attempt', + 'login_ip' => 'IP Address', + 'login_success' => 'Success?', + 'login_user_agent' => 'User Agent', + 'login_help' => 'List of attempted logins', + 'login_note' => '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_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', + 'login_remote_user_header_name_text' => 'Custom user name header', + 'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER', + 'logo' => 'Logo', + 'logo_print_assets' => 'Use in Print', + 'logo_print_assets_help' => 'Use branding on printable asset lists ', + 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', + 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', + '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.', + 'show_in_model_list' => 'Show in Model Dropdowns', + 'optional' => 'optional', + 'per_page' => 'Results Per Page', + 'php' => 'PHP Version', + 'php_info' => 'PHP info', + 'php_overview' => 'PHP', + 'php_overview_help' => 'PHP System info', + 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', + 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', + 'pwd_secure_complexity' => 'Password Complexity', + 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', + 'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username', + 'pwd_secure_complexity_letters' => 'Require at least one letter', + 'pwd_secure_complexity_numbers' => 'Require at least one number', + 'pwd_secure_complexity_symbols' => 'Require at least one symbol', + 'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase', + 'pwd_secure_min' => 'Password minimum characters', + 'pwd_secure_min_help' => 'Minimum permitted value is 8', + 'pwd_secure_uncommon' => 'Prevent common passwords', + 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'qr_help' => 'Enable QR Codes first to set this', + 'qr_text' => 'QR Code Text', + 'saml' => 'SAML', + 'saml_title' => 'Update SAML settings', + 'saml_help' => 'SAML settings', + 'saml_enabled' => 'SAML enabled', + 'saml_integration' => 'SAML Integration', + 'saml_sp_entityid' => 'Entity ID', + 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL', + 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL', + 'saml_sp_x509cert' => 'Public Certificate', + 'saml_sp_metadata_url' => 'Metadata URL', + 'saml_idp_metadata' => 'SAML IdP Metadata', + 'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.', + 'saml_attr_mapping_username' => 'Attribute Mapping - Username', + 'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.', + 'saml_forcelogin_label' => 'SAML Force Login', + 'saml_forcelogin' => 'Make SAML the primary login', + 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.', + 'saml_slo_label' => 'SAML Single Log Out', + 'saml_slo' => 'Send a LogoutRequest to IdP on Logout', + 'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.', + 'saml_custom_settings' => 'SAML Custom Settings', + 'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.', + 'saml_download' => 'Download Metadata', + 'setting' => 'Setting', + 'settings' => 'Settings', + 'show_alerts_in_menu' => 'Show alerts in top menu', + 'show_archived_in_list' => 'Archived Assets', + 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_assigned_assets' => 'Show assets assigned to assets', + 'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.', + 'show_images_in_email' => 'Show images in emails', + 'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.', + 'site_name' => 'Site Name', + 'integrations' => 'Integrations', + 'slack' => 'Slack', + 'general_webhook' => 'General Webhook', + 'ms_teams' => 'Microsoft Teams', + 'webhook' => ':app', + 'webhook_presave' => 'Test to Save', + 'webhook_title' => 'Update Webhook Settings', + 'webhook_help' => 'Integration settings', + 'webhook_botname' => ':app Botname', + 'webhook_channel' => ':app Channel', + 'webhook_endpoint' => ':app Endpoint', + 'webhook_integration' => ':app Settings', + 'webhook_test' =>'Test :app integration', + 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first create an incoming webhook on your :app account. Click on the Test :app Integration button to confirm your settings are correct before saving. ', + 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', + 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', + 'shortcuts_enabled' => 'Enable Shortcuts', + 'shortcuts_help_text' => 'Windows: Alt + Access key, Mac: Control + Option + Access key', + 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', + 'version_footer' => 'Version in Footer ', + 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', + 'system' => 'System Information', + 'update' => 'Update Settings', + 'value' => 'Value', + 'brand' => 'Branding', + 'brand_help' => 'Logo, Site Name', + 'web_brand' => 'Web Branding Type', + 'about_settings_title' => 'About Settings', + 'about_settings_text' => 'These settings let you customize certain aspects of your installation.', + 'labels_per_page' => 'Labels per page', + 'label_dimensions' => 'Label dimensions (inches)', + 'next_auto_tag_base' => 'Next auto-increment', + 'page_padding' => 'Page margins (inches)', + 'privacy_policy_link' => 'Link to Privacy Policy', + 'privacy_policy' => 'Privacy Policy', + 'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ', + 'purge' => 'Purge Deleted Records', + 'purge_deleted' => 'Purge Deleted ', + 'labels_display_bgutter' => 'Label bottom gutter', + 'labels_display_sgutter' => 'Label side gutter', + 'labels_fontsize' => 'Label font size', + 'labels_pagewidth' => 'Label sheet width', + 'labels_pageheight' => 'Label sheet height', + 'label_gutters' => 'Label spacing (inches)', + 'page_dimensions' => 'Page dimensions (inches)', + 'label_fields' => 'Label visible fields', + 'inches' => 'inches', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'Link to Snipe-IT in Emails', + 'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Max thumbnail height', + 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'two_factor' => 'Two Factor Authentication', + 'two_factor_secret' => 'Two-Factor Code', + 'two_factor_enrollment' => 'Two-Factor Enrollment', + 'two_factor_enabled_text' => 'Enable Two Factor', + 'two_factor_reset' => 'Reset Two-Factor Secret', + 'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ', + 'two_factor_reset_success' => 'Two factor device successfully reset', + 'two_factor_reset_error' => 'Two factor device reset failed', + 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', + 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => 'Required for all users', + 'two_factor_disabled' => 'Disabled', + 'two_factor_enter_code' => 'Enter Two-Factor Code', + 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + '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.', + 'left' => 'left', + 'right' => 'right', + 'top' => 'top', + 'bottom' => 'bottom', + 'vertical' => 'vertical', + 'horizontal' => 'horizontal', + 'unique_serial' => 'Unique serial numbers', + 'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials', + 'zerofill_count' => 'Length of asset tags, including zerofill', + 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', + 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', + 'oauth' => 'OAuth', + 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', + 'asset_tag_title' => 'Update Asset Tag Settings', + 'barcode_title' => 'Update Barcode Settings', + 'barcodes' => 'Barcodes', + 'barcodes_help_overview' => 'Barcode & QR settings', + 'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.', + 'barcodes_spinner' => 'Attempting to delete files...', + 'barcode_delete_cache' => 'Delete Barcode Cache', + 'branding_title' => 'Update Branding Settings', + 'general_title' => 'Update General Settings', + 'mail_test' => 'Send Test', + 'mail_test_help' => 'This will attempt to send a test mail to :replyto.', + 'filter_by_keyword' => 'Filter by setting keyword', + 'security' => 'Security', + 'security_title' => 'Update Security Settings', + 'security_help' => 'Two-factor, Password Restrictions', + 'groups_help' => 'Account permission groups', + 'localization' => 'Localization', + 'localization_title' => 'Update Localization Settings', + 'localization_help' => 'Language, date display', + 'notifications' => 'Notifications', + 'notifications_help' => 'Email Alerts & Audit Settings', + 'asset_tags_help' => 'Incrementing and prefixes', + 'labels' => 'Labels', + 'labels_title' => 'Update Label Settings', + 'labels_help' => 'Barcodes & label settings', + 'purge_help' => 'Purge Deleted Records', + 'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.', + 'ldap_ad' => 'LDAP/AD', + 'ldap_test_label' => 'Test LDAP Sync', + 'ldap_test_login' => ' Test LDAP Login', + 'ldap_username_placeholder' => 'LDAP Username', + 'ldap_password_placeholder' => 'LDAP Password', + 'employee_number' => 'Employee Number', + 'create_admin_user' => 'Create a User ::', + 'create_admin_success' => 'Success! Your admin user has been added!', + 'create_admin_redirect' => 'Click here to go to your app login!', + 'setup_migrations' => 'Database Migrations ::', + 'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!', + 'setup_successful_migrations' => 'Your database tables have been created', + 'setup_migration_output' => 'Migration output:', + 'setup_migration_create_user' => 'Next: Create User', + 'ldap_settings_link' => 'LDAP Settings Page', + 'slack_test' => 'Test Integration', + 'status_label_name' => 'Status Label Name', + 'super_admin_only' => 'Super Admin Only', + 'label2_enable' => 'New Label Engine', + 'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.', + 'label2_template' => 'Template', + 'label2_template_help' => 'Select which template to use for label generation', + 'label2_title' => 'Title', + 'label2_title_help' => 'The title to show on labels that support it', + 'label2_title_help_phold' => 'The placeholder {COMPANY} will be replaced with the asset's company name', + 'label2_asset_logo' => 'Use Asset Logo', + 'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at :setting_name', + 'label2_1d_type' => '1D Barcode Type', + 'label2_1d_type_help' => 'Format for 1D barcodes', + 'label2_2d_type' => '2D Barcode Type', + 'label2_2d_type_help' => 'Format for 2D barcodes', + 'label2_2d_target' => '2D Barcode Target', + 'label2_2d_target_help' => 'The data that will be contained in the 2D barcode', + 'label2_fields' => 'Field Definitions', + 'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.', + 'purge_barcodes' => 'Purge Barcodes', + 'help_asterisk_bold' => 'Text entered as **text** will be displayed as bold', + 'help_blank_to_use' => 'Leave blank to use the value from :setting_name', + 'help_default_will_use' => ':default will use the value from :setting_name.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ', + 'asset_id' => 'Asset ID', + 'data' => 'Data', + 'default' => 'Default', + 'none' => 'None', + 'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's Google developer console .', + 'google_login' => 'Google Workspace Login Settings', + 'enable_google_login' => 'Enable users to login with Google Workspace', + 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + 'test_mail' => 'Test Mail', + 'profile_edit' => 'Edit Profile', + 'profile_edit_help' => 'Allow users to edit their own profiles.', + 'default_avatar' => 'Custom Default Avatar', + 'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.', + 'restore_default_avatar' => 'Restore original system default avatar', + 'restore_default_avatar_help' => '', + 'due_checkin_days' => 'Due For Checkin Warning', + 'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?', + 'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups to add one.', + 'text' => 'Text', + + 'username_formats' => [ + 'username_format' => 'Username Format', + '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_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)', + 'lastnamefirstname' => 'Last Name.First Name (smith.jane)', + ], + + 'email_formats' => [ + 'email_format' => 'Email Format', + 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'first_name_format' => 'First Name (jane@example.com)', + 'last_name_format' => 'Last Name (doe@example.com)', + 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', + 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', + 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)', + 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)', + 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)', + ], + + + + 'logo_labels' => [ + 'acceptance_pdf_logo' => 'PDF Logo', + 'email_logo' => 'Email Logo', + 'label_logo' => 'Label Logo', + 'logo' => 'Site Logo', + 'favicon' => 'Favicon', + ], + + 'logo_help' => [ + 'email_logo_size' => 'Square logos in email look best. ', + ], + + 'logo_option_types' => [ + 'text' => 'Text', + 'logo' => 'Logo', + 'logo_and_text' => 'Logo and Text', + ], + + + 'legends' => [ + 'scoping' => 'Scoping', + 'formats' => 'Default Formats', + 'profiles' => 'User Profiles', + 'eula' => 'EULA & Acceptance Preferences', + 'misc_display' => 'Miscellaneous Display Options', + 'email' => 'Email Preferences', + 'checkin' => 'Checkin Preferences', + 'dashboard' => 'Login & Dashboard Preferences', + 'misc' => 'Miscellaneous', + 'logos' => 'Logos & Display', + 'colors' => 'Colors & Skins', + 'footer' => 'Footer Preferences', + 'security' => 'Security Preferences', + 'general' => 'General', + 'intervals' => 'Intervals & Thresholds', + ], + + + /* Keywords for settings overview help */ + 'keywords' => [ + 'brand' => 'footer, logo, print, theme, skin, header, colors, color, css', + 'general_settings' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy', + 'groups' => 'permissions, permission groups, authorization', + 'labels' => 'labels, barcodes, barcode, sheets, print, upc, qr, 1d, 2d', + 'localization' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation', + 'php_overview' => 'phpinfo, system, info', + 'purge' => 'permanently delete', + 'security' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication', + ], + +]; diff --git a/resources/lang/hi-IN/admin/settings/message.php b/resources/lang/hi-IN/admin/settings/message.php new file mode 100644 index 0000000000..8d9b40e956 --- /dev/null +++ b/resources/lang/hi-IN/admin/settings/message.php @@ -0,0 +1,60 @@ + [ + 'error' => 'An error has occurred while updating. ', + 'success' => 'Settings updated successfully.', + ], + 'backup' => [ + 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', + 'file_deleted' => 'The backup file was successfully deleted. ', + 'generated' => 'A new backup file was successfully created.', + 'file_not_found' => 'That backup file could not be found on the server.', + 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', + 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' + ], + 'restore' => [ + 'success' => 'Your system backup has been restored. Please log in again.' + ], + 'purge' => [ + 'error' => 'An error has occurred while purging. ', + 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', + 'success' => 'Deleted records successfully purged.', + ], + 'mail' => [ + 'sending' => 'Sending Test Email...', + 'success' => 'Mail sent!', + 'error' => 'Mail could not be sent.', + 'additional' => 'No additional error message provided. Check your mail settings and your app log.' + ], + 'ldap' => [ + 'testing' => 'Testing LDAP Connection, Binding & Query ...', + '500' => '500 Server Error. Please check your server logs for more information.', + 'error' => 'Something went wrong :(', + 'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:', + 'testing_authentication' => 'Testing LDAP Authentication...', + 'authentication_success' => 'User authenticated against LDAP successfully!' + ], + 'labels' => [ + 'null_template' => 'Label template not found. Please select a template.', + ], + 'webhook' => [ + 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', + 'success_pt1' => 'Success! Check the ', + 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', + '500' => '500 Server Error.', + 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', + 'error_misc' => 'Something went wrong. :( ', + 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.', + 'webhook_channel_not_found' => ' webhook channel not found.' + ], + + '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/settings/table.php b/resources/lang/hi-IN/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/hi-IN/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/hi-IN/admin/statuslabels/message.php b/resources/lang/hi-IN/admin/statuslabels/message.php new file mode 100644 index 0000000000..b1b4034d0d --- /dev/null +++ b/resources/lang/hi-IN/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Status Label does not exist.', + 'deleted_label' => 'Deleted Status Label', + 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', + + 'create' => [ + 'error' => 'Status Label was not created, please try again.', + 'success' => 'Status Label created successfully.', + ], + + 'update' => [ + 'error' => 'Status Label was not updated, please try again', + 'success' => 'Status Label updated successfully.', + ], + + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this Status Label?', + 'error' => 'There was an issue deleting the Status Label. Please try again.', + 'success' => 'The Status Label was deleted successfully.', + ], + + 'help' => [ + 'undeployable' => 'These assets cannot be assigned to anyone.', + 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.', + 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.', + ], + +]; diff --git a/resources/lang/hi-IN/admin/statuslabels/table.php b/resources/lang/hi-IN/admin/statuslabels/table.php new file mode 100644 index 0000000000..27befb5ef7 --- /dev/null +++ b/resources/lang/hi-IN/admin/statuslabels/table.php @@ -0,0 +1,19 @@ + 'About Status Labels', + '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.', + 'name' => 'Status Name', + 'pending' => 'Pending', + 'status_type' => 'Status Type', + 'show_in_nav' => 'Show in side nav', + 'title' => 'Status Labels', + 'undeployable' => 'Undeployable', + 'update' => 'Update Status Label', +); diff --git a/resources/lang/hi-IN/admin/suppliers/message.php b/resources/lang/hi-IN/admin/suppliers/message.php new file mode 100644 index 0000000000..a693669c7e --- /dev/null +++ b/resources/lang/hi-IN/admin/suppliers/message.php @@ -0,0 +1,28 @@ + 'Deleted supplier', + 'does_not_exist' => 'Supplier does not exist.', + + + 'create' => array( + 'error' => 'Supplier was not created, please try again.', + 'success' => 'Supplier created successfully.' + ), + + 'update' => array( + 'error' => 'Supplier was not updated, please try again', + 'success' => 'Supplier updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this supplier?', + 'error' => 'There was an issue deleting the supplier. Please try again.', + 'success' => 'Supplier was deleted successfully.', + 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', + 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', + 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + ) + +); diff --git a/resources/lang/hi-IN/admin/suppliers/table.php b/resources/lang/hi-IN/admin/suppliers/table.php new file mode 100644 index 0000000000..fe7ce55021 --- /dev/null +++ b/resources/lang/hi-IN/admin/suppliers/table.php @@ -0,0 +1,26 @@ + 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'address' => 'Supplier Address', + 'assets' => 'Assets', + 'city' => 'City', + 'contact' => 'Contact Name', + 'country' => 'Country', + 'create' => 'Create Supplier', + 'email' => 'Email', + 'fax' => 'Fax', + 'id' => 'ID', + 'licenses' => 'Licenses', + 'name' => 'Supplier Name', + 'notes' => 'Notes', + 'phone' => 'Phone', + 'state' => 'State', + 'suppliers' => 'Suppliers', + 'update' => 'Update Supplier', + 'view' => 'View Supplier', + 'view_assets_for' => 'View Assets for', + 'zip' => 'Postal Code', + +); diff --git a/resources/lang/hi-IN/admin/users/general.php b/resources/lang/hi-IN/admin/users/general.php new file mode 100644 index 0000000000..14f36cf151 --- /dev/null +++ b/resources/lang/hi-IN/admin/users/general.php @@ -0,0 +1,56 @@ + 'This user can login', + 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', + 'assets_user' => 'Assets assigned to :name', + 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', + 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'current_assets' => 'Assets currently checked out to this user', + 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'history_user' => 'History for :name', + 'info' => 'Info', + 'restore_user' => 'Click here to restore them.', + 'last_login' => 'Last Login', + 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', + '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.', + 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', + 'auto_assign_help' => 'Skip this user in auto assignment of licenses', + 'software_user' => 'Software Checked out to :name', + 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', + 'view_user' => 'View User :name', + 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', + 'activation_status_warning' => 'Do not change activation status', + 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', + 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', + 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', + 'remove_group_memberships' => 'Remove Group Memberships', + 'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.', + 'update_user_assets_status' => 'Update all assets for these users to this status', + 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + '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_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_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', + 'next_save_user' => 'Next: Save User', + 'all_assigned_list_generation' => 'Generated on:', + 'email_user_creds_on_create' => 'Email this user their credentials?', +]; diff --git a/resources/lang/hi-IN/admin/users/message.php b/resources/lang/hi-IN/admin/users/message.php new file mode 100644 index 0000000000..b6ddad3aac --- /dev/null +++ b/resources/lang/hi-IN/admin/users/message.php @@ -0,0 +1,75 @@ + 'You have successfully accepted this asset.', + 'declined' => 'You have successfully declined this asset.', + 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User does not exist or you do not have permission view them.', + 'user_login_required' => 'The login field is required', + 'user_has_no_assets_assigned' => 'No assets currently assigned to user.', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.', + 'password_reset_sent' => 'A password reset link has been sent to :email!', + 'user_has_no_email' => 'This user does not have an email address in their profile.', + 'log_record_not_found' => 'A matching log record for this user could not be found.', + + + 'success' => array( + 'create' => 'User was successfully created.', + 'update' => 'User was successfully updated.', + 'update_bulk' => 'Users were successfully updated!', + 'delete' => 'User was successfully deleted.', + 'ban' => 'User was successfully banned.', + 'unban' => 'User was successfully unbanned.', + 'suspend' => 'User was successfully suspended.', + 'unsuspend' => 'User was successfully unsuspended.', + 'restored' => 'User was successfully restored.', + 'import' => 'Users imported successfully.', + ), + + 'error' => array( + 'create' => 'There was an issue creating the user. Please try again.', + 'update' => 'There was an issue updating the user. Please try again.', + 'delete' => 'There was an issue deleting the user. Please try again.', + 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + '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_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.', + 'delete_has_users_var' => 'This user still manages another user. Please select another manager for that user first.|This user still manages :count users. Please select another manager for them first.', + 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', + 'import' => 'There was an issue importing users. Please try again.', + 'asset_already_accepted' => 'This asset has already been accepted.', + 'accept_or_decline' => 'You must either accept or decline this asset.', + 'cannot_delete_yourself' => 'We would feel really bad if you deleted yourself, please reconsider.', + 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', + 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'multi_company_items_assigned' => 'This user has items assigned that belong to a different company. Please check them in or edit their company.' + ), + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + ), + + 'inventorynotification' => array( + 'error' => 'This user has no email set.', + 'success' => 'The user has been notified about their current inventory.' + ) +); \ No newline at end of file diff --git a/resources/lang/hi-IN/admin/users/table.php b/resources/lang/hi-IN/admin/users/table.php new file mode 100644 index 0000000000..094cdbc412 --- /dev/null +++ b/resources/lang/hi-IN/admin/users/table.php @@ -0,0 +1,41 @@ + 'Active', + 'allow' => 'Allow', + 'checkedout' => 'Assets', + 'created_at' => 'Created', + 'createuser' => 'Create User', + 'deny' => 'Deny', + 'email' => 'Email', + 'employee_num' => 'Employee No.', + 'first_name' => 'First Name', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', + 'id' => 'Id', + 'inherit' => 'Inherit', + 'job' => 'Job Title', + 'last_login' => 'Last Login', + 'last_name' => 'Last Name', + 'location' => 'Location', + 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'manager' => 'Manager', + 'managed_locations' => 'Managed Locations', + 'managed_users' => 'Managed Users', + 'name' => 'Name', + 'nogroup' => 'No groups have been created yet. To add one, visit:', + 'notes' => 'Notes', + 'password_confirm' => 'Confirm Password', + 'password' => 'Password', + 'phone' => 'Phone', + 'show_current' => 'Show Current Users', + 'show_deleted' => 'Show Deleted Users', + 'title' => 'Title', + 'to_restore_them' => 'to restore them.', + 'total_assets_cost' => "Total Assets Cost", + 'updateuser' => 'Update User', + 'username' => 'Username', + 'user_deleted_text' => 'This user has been marked as deleted.', + 'username_note' => '(This is used for Active Directory binding only, not for login.)', + 'cloneuser' => 'Clone User', + 'viewusers' => 'View Users', +); diff --git a/resources/lang/hi-IN/auth.php b/resources/lang/hi-IN/auth.php new file mode 100644 index 0000000000..14d8acfce0 --- /dev/null +++ b/resources/lang/hi-IN/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).', + +); diff --git a/resources/lang/hi-IN/auth/general.php b/resources/lang/hi-IN/auth/general.php new file mode 100644 index 0000000000..2bbd112788 --- /dev/null +++ b/resources/lang/hi-IN/auth/general.php @@ -0,0 +1,18 @@ + 'Send Password Reset Link', + 'email_reset_password' => 'Email Password Reset', + 'reset_password' => 'Reset Password', + 'saml_login' => 'Login via SAML', + 'login' => 'Login', + 'login_prompt' => 'Please Login', + 'forgot_password' => 'I forgot my password', + 'ldap_reset_password' => 'Please click here to reset your LDAP password', + 'remember_me' => 'Remember Me', + 'username_help_top' => 'Enter your username to be emailed a password reset link.', + 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.

Usernames without an associated email address will not be emailed a password reset link. ', + 'google_login' => 'Login with Google Workspace', + 'google_login_failed' => 'Google Login failed, please try again.', +]; + diff --git a/resources/lang/hi-IN/auth/message.php b/resources/lang/hi-IN/auth/message.php new file mode 100644 index 0000000000..08f638d058 --- /dev/null +++ b/resources/lang/hi-IN/auth/message.php @@ -0,0 +1,45 @@ + 'An account with the this email already exists.', + 'account_not_found' => 'The username or password is incorrect.', + 'account_not_activated' => 'This user account is not activated.', + 'account_suspended' => 'This user account is suspended.', + + 'two_factor' => array( + 'already_enrolled' => 'Your device is already enrolled.', + 'success' => 'You have successfully logged in.', + 'code_required' => 'Two-factor code is required.', + 'invalid_code' => 'Two-factor code is invalid.', + 'enter_two_factor_code' => 'Please enter your two-factor authentication code.', + 'please_enroll' => 'Please enroll a device in two-factor authentication.', + ), + + 'signin' => array( + 'error' => 'There was a problem while trying to log you in, please try again.', + 'success' => 'You have successfully logged in.', + ), + + 'logout' => array( + 'error' => 'There was a problem while trying to log you out, please try again.', + 'success' => 'You have successfully logged out.', + ), + + 'signup' => array( + 'error' => 'There was a problem while trying to create your account, please try again.', + 'success' => 'Account sucessfully created.', + ), + + 'forgot-password' => array( + 'error' => 'There was a problem while trying to get a reset password code, please try again.', + 'success' => 'If that email address exists in our system, a password recovery email has been sent.', + ), + + 'forgot-password-confirm' => array( + 'error' => 'There was a problem while trying to reset your password, please try again.', + 'success' => 'Your password has been successfully reset.', + ), + + +); diff --git a/resources/lang/hi-IN/button.php b/resources/lang/hi-IN/button.php new file mode 100644 index 0000000000..8a838e8faf --- /dev/null +++ b/resources/lang/hi-IN/button.php @@ -0,0 +1,34 @@ + 'Actions', + 'add' => 'Add New', + 'cancel' => 'Cancel', + 'checkin_and_delete' => 'Checkin All / Delete User', + 'delete' => 'Delete', + 'edit' => 'Edit', + 'clone' => 'Clone', + 'restore' => 'Restore', + 'remove' => 'Remove', + 'request' => 'Request', + 'submit' => 'Submit', + 'upload' => 'Upload', + 'select_file' => 'Select File...', + 'select_files' => 'Select Files...', + 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels', + 'send_password_link' => 'Send Password Reset Link', + 'go' => 'Go', + 'bulk_actions' => 'Bulk Actions', + 'add_maintenance' => 'Add Maintenance', + 'append' => 'Append', + 'new' => 'New', + 'var' => [ + 'clone' => 'Clone :item_type', + 'edit' => 'Edit :item_type', + 'delete' => 'Delete :item_type', + 'restore' => 'Restore :item_type', + 'create' => 'Create New :item_type', + 'checkout' => 'Checkout :item_type', + 'checkin' => 'Checkin :item_type', + ] +]; diff --git a/resources/lang/hi-IN/general.php b/resources/lang/hi-IN/general.php new file mode 100644 index 0000000000..3cf7a31e6e --- /dev/null +++ b/resources/lang/hi-IN/general.php @@ -0,0 +1,629 @@ + '2FA reset', + 'accessories' => 'Accessories', + 'activated' => 'Activated', + 'accepted_date' => 'Date Accepted', + 'accessory' => 'Accessory', + 'accessory_report' => 'Accessory Report', + 'action' => 'Action', + 'activity_report' => 'Activity Report', + 'address' => 'Address', + 'admin' => 'Admin Settings', + 'admin_tooltip' => 'This user has admin privileges', + 'superuser' => 'Superuser', + 'superuser_tooltip' => 'This user has superuser privileges', + 'administrator' => 'Administrator', + 'add_seats' => 'Added seats', + 'age' => "Age", + 'all_assets' => 'All Assets', + 'all' => 'All', + 'archived' => 'Archived', + 'asset_models' => 'Asset Models', + 'asset_model' => 'Model', + 'asset' => 'Asset', + 'asset_previous' => 'Asset (Previously Assigned)', + 'asset_report' => 'Asset Report', + 'asset_tag' => 'Asset Tag', + 'asset_tags' => 'Asset Tags', + 'assets_available' => 'Assets available', + 'accept_assets' => 'Accept Assets :name', + 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', + 'audit' => 'Audit', + 'audits' => 'Audits', + 'audit_report' => 'Audit Log', + 'assets' => 'Assets', + 'assets_audited' => 'assets audited', + 'assets_checked_in_count' => 'assets checked in', + 'assets_checked_out_count' => 'assets checked out', + 'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.', + 'assigned_date' => 'Date Assigned', + 'assigned_to' => 'Assigned to :name', + 'assignee' => 'Assigned to', + 'avatar_delete' => 'Delete Avatar', + 'avatar_upload' => 'Upload Avatar', + 'back' => 'Back', + 'bad_data' => 'Nothing found. Maybe bad data?', + 'bulkaudit' => 'Bulk Audit', + 'bulkaudit_status' => 'Audit Status', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_edit' => 'Bulk Edit', + 'bulk_delete' => 'Bulk Delete', + 'bulk_actions' => 'Bulk Actions', + 'bulk_checkin_delete' => 'Bulk Checkin / Delete Users', + 'byod' => 'BYOD', + 'byod_help' => 'This device is owned by the user', + 'bystatus' => 'by Status', + 'cancel' => 'Cancel', + 'categories' => 'Categories', + 'category' => 'Category', + 'change' => 'In/Out', + 'changeemail' => 'Change Email Address', + 'changepassword' => 'Change Password', + 'checkin' => 'Checkin', + 'checkin_from' => 'Checkin from', + 'checkin_note' => 'Checkin Note', + 'checkout_note' => 'Checkout Note', + 'checkout' => 'Checkout', + 'checkouts_count' => 'Checkouts', + 'checkins_count' => 'Checkins', + 'checkin_and_delete' => 'Checkin and Delete', + 'user_requests_count' => 'Requests', + 'city' => 'City', + 'click_here' => 'Click here', + 'clear_selection' => 'Clear Selection', + 'companies' => 'Companies', + 'company' => 'Company', + 'component' => 'Component', + 'components' => 'Components', + 'complete' => 'Complete', + 'consumable' => 'Consumable', + 'consumables' => 'Consumables', + 'country' => 'Country', + 'could_not_restore' => 'Error restoring :item_type: :error', + 'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored', + 'create' => 'Create New', + 'created' => 'Item Created', + 'created_asset' => 'created asset', + 'created_at' => 'Created At', + 'created_by' => 'Created By', + 'record_created' => 'Record Created', + 'updated_at' => 'Updated at', + 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // + 'current' => 'Current', + 'current_password' => 'Current Password', + 'customize_report' => 'Customize Report', + 'custom_report' => 'Custom Asset Report', + 'dashboard' => 'Dashboard', + 'data_source' => 'Data Source', + 'days' => 'days', + 'days_to_next_audit' => 'Days to Next Audit', + 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'delete' => 'Delete', + 'delete_confirm' => 'Are you sure you wish to delete :item?', + 'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.', + 'deleted' => 'Deleted', + 'delete_seats' => 'Deleted Seats', + 'deletion_failed' => 'Deletion failed', + 'departments' => 'Departments', + 'department' => 'Department', + 'deployed' => 'Deployed', + 'depreciation' => 'Depreciation', + 'depreciations' => 'Depreciations', + 'depreciation_report' => 'Depreciation Report', + 'details' => 'Details', + 'download' => 'Download', + 'download_all' => 'Download All', + 'editprofile' => 'Edit Your Profile', + 'eol' => 'EOL', + 'email_domain' => 'Email Domain', + 'employee_number' => 'Employee Number', + 'email_domain_help' => 'This is used to generate email addresses when importing', + 'error' => 'Error', + 'exclude_archived' => 'Exclude Archived Assets', + 'exclude_deleted' => 'Exclude Deleted Assets', + 'example' => 'Example: ', + + 'files' => 'Files', + 'file_name' => 'File', + 'file_type' => 'File Type', + 'filesize' => 'File Size', + 'file_uploads' => 'File Uploads', + 'file_upload' => 'File Upload', + 'generate' => 'Generate', + 'generate_labels' => 'Generate Labels', + 'github_markdown' => 'This field accepts Github flavored markdown.', + 'groups' => 'Groups', + 'gravatar_email' => 'Gravatar Email Address', + 'gravatar_url' => 'Change your avatar at Gravatar.com.', + 'history' => 'History', + 'history_for' => 'History for', + 'id' => 'ID', + 'image' => 'Image', + 'image_delete' => 'Delete Image', + 'include_deleted' => 'Include Deleted Assets', + 'image_upload' => 'Upload Image', + '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.', + 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', + 'import' => 'Import', + 'import_this_file' => 'Map fields and process this file', + 'importing' => 'Importing', + 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.

The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.', + 'import-history' => 'Import History', + 'asset_maintenance' => 'Asset Maintenance', + 'asset_maintenance_report' => 'Asset Maintenance Report', + 'asset_maintenances' => 'Asset Maintenances', + 'item' => 'Item', + 'item_name' => 'Item Name', + 'import_file' => 'import CSV file', + 'import_type' => 'CSV import type', + 'insufficient_permissions' => 'Insufficient permissions!', + 'kits' => 'Predefined Kits', + 'language' => 'Language', + 'last' => 'Last', + 'last_login' => 'Last Login', + 'last_name' => 'Last Name', + 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)', + 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)', + 'name_display_format' => 'Name Display Format', + 'first' => 'First', + 'first_name' => 'First Name', + 'license' => 'License', + 'license_report' => 'License Report', + 'licenses_available' => 'Licenses available', + 'licenses' => 'Licenses', + 'list_all' => 'List All', + 'loading' => 'Loading... please wait...', + 'lock_passwords' => 'This field value will not be saved in a demo installation.', + 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'location' => 'Location', + 'location_plural' => 'Location|Locations', + 'locations' => 'Locations', + 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ', + 'logout' => 'Logout', + 'lookup_by_tag' => 'Lookup by Asset Tag', + 'maintenances' => 'Maintenances', + 'manage_api_keys' => 'Manage API keys', + 'manufacturer' => 'Manufacturer', + 'manufacturers' => 'Manufacturers', + 'markdown' => 'This field allows Github flavored markdown.', + 'min_amt' => 'Min. QTY', + 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.', + 'model_no' => 'Model No.', + 'months' => 'months', + 'moreinfo' => 'More Info', + 'name' => 'Name', + 'new_password' => 'New Password', + 'next' => 'Next', + 'next_audit_date' => 'Next Audit Date', + 'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in Admin Settings > Alerts) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ', + 'audit_images_help' => 'You can find audit images in the asset\'s history tab.', + 'no_email' => 'No email address associated with this user', + 'last_audit' => 'Last Audit', + 'new' => 'new!', + 'no_depreciation' => 'No Depreciation', + 'no_results' => 'No Results.', + 'no' => 'No', + 'notes' => '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', + 'order_number' => 'Order Number', + 'only_deleted' => 'Only Deleted Assets', + 'page_menu' => 'Showing _MENU_ items', + 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'pending' => 'Pending', + 'people' => 'People', + 'per_page' => 'Results Per Page', + 'previous' => 'Previous', + 'processing' => 'Processing', + 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', + 'qty' => 'QTY', + 'quantity' => 'Quantity', + 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels', + 'quickscan_checkin' => 'Quick Scan Checkin', + 'quickscan_checkin_status' => 'Checkin Status', + 'ready_to_deploy' => 'Ready to Deploy', + 'recent_activity' => 'Recent Activity', + 'remaining' => 'Remaining', + 'remove_company' => 'Remove Company Association', + 'reports' => 'Reports', + 'restored' => 'restored', + 'restore' => 'Restore', + 'requestable_models' => 'Requestable Models', + 'requestable_items' => 'Requestable Items', + 'requested' => 'Requested', + 'requested_date' => 'Requested Date', + 'requested_assets' => 'Requested Assets', + 'requested_assets_menu' => 'Requested Assets', + 'request_canceled' => 'Request Canceled', + 'request_item' => 'Request this item', + 'external_link_tooltip' => 'External link to', + 'save' => 'Save', + 'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects + 'select' => 'Select', + 'select_all' => 'Select All', + 'search' => 'Search', + 'select_category' => 'Select a Category', + 'select_datasource' => 'Select a data source', + 'select_department' => 'Select a Department', + 'select_depreciation' => 'Select a Depreciation Type', + 'select_location' => 'Select a Location', + 'select_manufacturer' => 'Select a Manufacturer', + 'select_model' => 'Select a Model', + 'select_supplier' => 'Select a Supplier', + 'select_user' => 'Select a User', + 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_statuslabel' => 'Select Status', + 'select_company' => 'Select Company', + 'select_asset' => 'Select Asset', + 'settings' => 'Settings', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', + 'sign_in' => 'Sign in', + 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', + 'skin' => 'Skin', + 'webhook_msg_note' => 'A notification will be sent via webhook', + 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!', + 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'site_name' => 'Site Name', + 'state' => 'State', + 'status_labels' => 'Status Labels', + 'status_label' => 'Status Label', + 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', + 'show_or_hide_eulas' => 'Show/Hide EULAs', + 'supplier' => 'Supplier', + 'suppliers' => 'Suppliers', + 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete_var' => 'Are you sure you wish to delete :item?', + 'delete_what' => 'Delete :item', + 'submit' => 'Submit', + 'target' => 'Target', + 'time_and_date_display' => 'Time and Date Display', + 'total_assets' => 'total assets', + 'total_licenses' => 'total licenses', + 'total_accessories' => 'total accessories', + 'total_consumables' => 'total consumables', + 'type' => 'Type', + 'undeployable' => 'Un-deployable', + 'unknown_admin' => 'Unknown Admin', + 'username' => 'Username', + 'update' => 'Update', + 'updating_item' => 'Updating :item', + 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', + 'uploaded' => 'Uploaded', + 'user' => 'User', + 'accepted' => 'accepted', + 'declined' => 'declined', + 'declined_note' => 'Declined Notes', + 'unassigned' => 'Unassigned', + 'unaccepted_asset_report' => 'Unaccepted Assets', + 'users' => 'Users', + 'viewall' => 'View All', + 'viewassets' => 'View Assigned Assets', + 'viewassetsfor' => 'View Assets for :name', + 'website' => 'Website', + 'welcome' => 'Welcome, :name', + 'years' => 'years', + 'yes' => 'Yes', + 'zip' => 'Zip', + 'noimage' => 'No image uploaded or image not found.', + 'file_does_not_exist' => 'The requested file does not exist on the server.', + 'file_upload_success' => 'File upload success!', + 'no_files_uploaded' => 'File upload success!', + 'token_expired' => 'Your form session has expired. Please try again.', + 'login_enabled' => 'Login Enabled', + 'audit_due' => 'Due for 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', + 'checkin_due' => 'Due for Checkin', + 'checkin_overdue' => 'Overdue for Checkin', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', + 'audit_overdue' => 'Overdue for Audit', + 'accept' => 'Accept :asset', + 'i_accept' => 'I accept', + 'i_decline' => 'I decline', + 'accept_decline' => 'Accept/Decline', + 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:', + 'clear_signature' => 'Clear Signature', + 'show_help' => 'Show help', + 'hide_help' => 'Hide help', + 'view_all' => 'view all', + 'hide_deleted' => 'Hide Deleted', + 'email' => 'Email', + 'do_not_change' => 'Do not change', + 'bug_report' => 'Report a bug', + 'user_manual' => 'User\'s Manual', + 'setup_step_1' => 'Step 1', + 'setup_step_2' => 'Step 2', + 'setup_step_3' => 'Step 3', + 'setup_step_4' => 'Step 4', + 'setup_config_check' => 'Configuration Check', + 'setup_create_database' => 'Create database tables', + 'setup_create_admin' => 'Create an admin user', + 'setup_done' => 'Finished!', + 'bulk_edit_about_to' => 'You are about to edit the following: ', + 'checked_out' => 'Checked Out', + 'checked_out_to' => 'Checked out to', + 'fields' => 'Fields', + 'last_checkout' => 'Last Checkout', + 'due_to_checkin' => 'The following :count items are due to be checked in soon:', + 'expected_checkin' => 'Expected Checkin', + 'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.', + 'changed' => 'Changed', + 'to' => 'To', + 'report_fields_info' => '

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

+

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

', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid or missing category', + 'invalid_item_category_single' => 'Invalid or missing :type category. Please update the category of this :type to include a valid category before checking out.', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:', + 'notification_success' => 'Success', + 'notification_warning' => 'Warning', + 'notification_info' => 'Info', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name', + 'asset_name' => 'Asset Name', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in so that it is available for re-issue, re-imaging, etc', + 'checkout_user_tooltip' => 'Check this item out to a user', + 'checkin_to_diff_location' => 'You can choose to check this asset in to a location other than this asset\'s default location of :default_location if one is set', + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + 'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.', + 'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.', + 'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.', + 'bulk_checkin_success' => 'The items for the selected users have been checked in.', + 'set_to_null' => 'Delete values for this selection|Delete values for all :selection_count selections ', + 'set_users_field_to_null' => 'Delete :field values for this user|Delete :field values for all :user_count users ', + 'na_no_purchase_date' => 'N/A - No purchase date provided', + 'assets_by_status' => 'Assets by Status', + 'assets_by_status_type' => 'Assets by Status Type', + 'pie_chart_type' => 'Dashboard Pie Chart Type', + 'hello_name' => 'Hello, :name!', + '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', + 'start_date' => 'Start Date', + 'end_date' => 'End Date', + 'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail', + 'placeholder_kit' => 'Select a kit', + 'file_not_found' => 'File not found', + 'log_record_not_found' => 'No record for that log entry was found.', + 'preview_not_available' => '(no preview)', + 'setup' => 'Setup', + 'pre_flight' => 'Pre-Flight', + 'skip_to_main_content' => 'Skip to main content', + 'toggle_navigation' => 'Toggle navigation', + 'alerts' => 'Alerts', + 'tasks_view_all' => 'View all tasks', + 'true' => 'True', + 'false' => 'False', + 'integration_option' => 'Integration Option', + 'log_does_not_exist' => 'No matching log record exists.', + 'merge_users' => 'Merge Users', + 'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licenses, etc will be moved over to the selected user and the other users will be marked as deleted.', + 'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.', + 'no_users_selected' => 'No users selected', + 'not_enough_users_selected' => 'At least :count users must be selected', + 'merge_success' => ':count users merged successfully into :into_username!', + 'merged' => 'merged', + 'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ', + 'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)', + 'clear_and_save' => 'Clear & Save', + 'update_existing_values' => 'Update Existing Values?', + 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.', + 'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.', + 'send_welcome_email_to_users' => ' Send Welcome Email for new Users?', + 'send_email' => 'Send Email', + 'call' => 'Call number', + 'back_before_importing' => 'Backup before importing?', + 'csv_header_field' => 'CSV Header Field', + 'import_field' => 'Import Field', + 'sample_value' => 'Sample Value', + 'no_headers' => 'No Columns Found', + 'error_in_import_file' => 'There was an error reading the CSV file: :error', + 'errors_importing' => 'Some Errors occurred while importing: ', + 'warning' => 'WARNING: :warning', + 'success_redirecting' => '"Success... Redirecting.', + 'cancel_request' => 'Cancel this item request', + 'setup_successful_migrations' => 'Your database tables have been created', + 'setup_migration_output' => 'Migration output:', + 'setup_migration_create_user' => 'Next: Create User', + 'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.', + 'confirm' => 'Confirm', + 'autoassign_licenses' => 'Auto-Assign Licenses', + 'autoassign_licenses_help' => 'Allow this user to have licenses assigned via the bulk-assign license UI or cli tools.', + 'autoassign_licenses_help_long' => 'This allows a user to be have licenses assigned via the bulk-assign license UI or cli tools. (For example, you might not want contractors to be auto-assigned a license you would provide to only staff members. You can still individually assign licenses to those users, but they will not be included in the Checkout License to All Users functions.)', + 'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.', + 'modal_confirm_generic' => 'Are you sure?', + 'cannot_be_deleted' => 'This item cannot be deleted', + 'cannot_be_edited' => 'This item cannot be edited.', + 'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.', + 'serial_number' => 'Serial Number', + 'item_notes' => ':item Notes', + 'item_name_var' => ':item Name', + 'error_user_company' => 'Checkout target company and asset company do not match', + 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', + 'importer' => [ + 'checked_out_to_fullname' => 'Checked Out to: Full Name', + 'checked_out_to_first_name' => 'Checked Out to: First Name', + 'checked_out_to_last_name' => 'Checked Out to: Last Name', + 'checked_out_to_username' => 'Checked Out to: Username', + 'checked_out_to_email' => 'Checked Out to: Email', + 'checked_out_to_tag' => 'Checked Out to: Asset Tag', + 'manager_first_name' => 'Manager First Name', + 'manager_last_name' => 'Manager Last Name', + 'manager_full_name' => 'Manager Full Name', + 'manager_username' => 'Manager Username', + 'checkout_type' => 'Checkout Type', + 'checkout_location' => 'Checkout to Location', + 'image_filename' => 'Image Filename', + 'do_not_import' => 'Do Not Import', + 'vip' => 'VIP', + 'avatar' => 'Avatar', + 'gravatar' => 'Gravatar Email', + 'currency' => 'Currency', + 'address2' => 'Address Line 2', + 'import_note' => 'Imported using csv importer', + ], + 'remove_customfield_association' => 'Remove this field from the fieldset. This will not delete the custom field, only this field\'s association with this fieldset.', + '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.', + '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.', + 'rtd_location_help' => 'This is the location of the asset when it is not checked out', + 'item_not_found' => ':item_type ID :id does not exist or has been deleted', + 'action_permission_denied' => 'You do not have permission to :action :item_type ID :id', + 'action_permission_generic' => 'You do not have permission to :action this :item_type', + 'edit' => 'edit', + 'action_source' => 'Action Source', + 'or' => 'or', + 'url' => 'URL', + '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', + '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', + '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', + 'nothing_selected' => 'No :object_type selected - nothing to do', + 'partial' => 'Deleted :success_count :object_type, but :error_count :object_type could not be deleted', + ], + ], + 'no_requestable' => 'There are no requestable assets or asset models.', + + 'countable' => [ + 'accessories' => ':count Accessory|:count Accessories', + 'assets' => ':count Asset|:count Assets', + 'licenses' => ':count License|:count Licenses', + 'license_seats' => ':count License Seat|:count License Seats', + 'consumables' => ':count Consumable|:count Consumables', + 'components' => ':count Component|:count Components', + ], + + 'more_info' => 'More Info', + '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', + 'expires' => 'Expires', + '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', + 'by' => 'By', + +// Add form placeholders here + 'placeholders' => [ + 'notes' => 'Add a note', + ], + + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :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', + + ], + + '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', + + '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.', + ], + ], + +]; diff --git a/resources/lang/hi-IN/help.php b/resources/lang/hi-IN/help.php new file mode 100644 index 0000000000..a59e0056be --- /dev/null +++ b/resources/lang/hi-IN/help.php @@ -0,0 +1,35 @@ + 'More Info', + + 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', + + 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + + 'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + + 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', + + 'companies' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + + 'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', + + 'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', + + 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', + + 'empty_file' => 'The importer detects that this file is empty.' +]; diff --git a/resources/lang/hi-IN/localizations.php b/resources/lang/hi-IN/localizations.php new file mode 100644 index 0000000000..827ed4fca1 --- /dev/null +++ b/resources/lang/hi-IN/localizations.php @@ -0,0 +1,326 @@ + 'Select a Language', + 'languages' => [ + 'en-US'=> 'English, US', + 'en-GB'=> 'English, UK', + 'am-ET' => 'Amharic', + 'af-ZA'=> 'Afrikaans', + 'ar-SA'=> 'Arabic', + 'bg-BG'=> 'Bulgarian', + 'zh-CN'=> 'Chinese Simplified', + 'zh-TW'=> 'Chinese Traditional', + 'ca-ES' => 'Catalan', + 'hr-HR'=> 'Croatian', + 'cs-CZ'=> 'Czech', + 'da-DK'=> 'Danish', + 'nl-NL'=> 'Dutch', + 'en-ID'=> 'English, Indonesia', + 'et-EE'=> 'Estonian', + 'fil-PH'=> 'Filipino', + 'fi-FI'=> 'Finnish', + 'fr-FR'=> 'French', + 'de-DE'=> 'German', + 'de-if'=> 'German (Informal)', + 'el-GR'=> 'Greek', + 'he-IL'=> 'Hebrew', + 'hu-HU'=> 'Hungarian', + 'is-IS' => 'Icelandic', + 'id-ID'=> 'Indonesian', + 'ga-IE'=> 'Irish', + 'it-IT'=> 'Italian', + 'ja-JP'=> 'Japanese', + 'km-KH'=>'Khmer', + 'ko-KR'=> 'Korean', + 'lt-LT'=>'Lithuanian', + 'lv-LV'=> 'Latvian', + 'mk-MK'=> 'Macedonian', + 'ms-MY'=> 'Malay', + 'mi-NZ'=> 'Maori', + 'mn-MN'=> 'Mongolian', + 'nb-NO'=> 'Norwegian Bokmål', + 'om-ET' => 'Oromo (Ethiopian)', + //'nn-NO'=> 'Norwegian Nynorsk', + 'fa-IR'=> 'Persian', + 'pl-PL'=> 'Polish', + 'pt-PT'=> 'Portuguese', + 'pt-BR'=> 'Portuguese, Brazilian', + 'ro-RO'=> 'Romanian', + 'ru-RU'=> 'Russian', + 'sr-CS' => 'Serbian (Latin)', + 'sk-SK'=> 'Slovak', + 'sl-SI'=> 'Slovenian', + 'so-SO'=> 'Somali', + 'es-ES'=> 'Spanish', + 'es-CO'=> 'Spanish, Colombia', + 'es-MX'=> 'Spanish, Mexico', + 'es-VE'=> 'Spanish, Venezuela', + 'sv-SE'=> 'Swedish', + 'tl-PH'=> 'Tagalog', + 'ta-IN'=> 'Tamil', + 'th-TH'=> 'Thai', + 'tr-TR'=> 'Turkish', + 'uk-UA'=> 'Ukranian', + 'vi-VN'=> 'Vietnamese', + 'cy-GB'=> 'Welsh', + 'zu-ZA'=> 'Zulu', + ], + + 'select_country' => 'Select a Country', + + 'countries' => [ + 'AC'=>'Ascension Island', + 'AD'=>'Andorra', + 'AE'=>'United Arab Emirates', + 'AF'=>'Afghanistan', + 'AG'=>'Antigua And Barbuda', + 'AI'=>'Anguilla', + 'AL'=>'Albania', + 'AM'=>'Armenia', + 'AN'=>'Netherlands Antilles', + 'AO'=>'Angola', + 'AQ'=>'Antarctica', + 'AR'=>'Argentina', + 'AS'=>'American Samoa', + 'AT'=>'Austria', + 'AU'=>'Australia', + 'AW'=>'Aruba', + 'AX'=>'Ã…land', + 'AZ'=>'Azerbaijan', + 'BA'=>'Bosnia And Herzegovina', + 'BB'=>'Barbados', + 'BE'=>'Belgium', + 'BD'=>'Bangladesh', + 'BF'=>'Burkina Faso', + 'BG'=>'Bulgaria', + 'BH'=>'Bahrain', + 'BI'=>'Burundi', + 'BJ'=>'Benin', + 'BM'=>'Bermuda', + 'BN'=>'Brunei Darussalam', + 'BO'=>'Bolivia', + 'BR'=>'Brazil', + 'BS'=>'Bahamas', + 'BT'=>'Bhutan', + 'BV'=>'Bouvet Island', + 'BW'=>'Botswana', + 'BY'=>'Belarus', + 'BZ'=>'Belize', + 'CA'=>'Canada', + 'CC'=>'Cocos (Keeling) Islands', + 'CD'=>'Congo (Democratic Republic)', + 'CF'=>'Central African Republic', + 'CG'=>'Congo (Republic)', + 'CH'=>'Switzerland', + 'CI'=>'Côte d\'Ivoire', + 'CK'=>'Cook Islands', + 'CL'=>'Chile', + 'CM'=>'Cameroon', + 'CN'=>'People\'s Republic of China', + 'CO'=>'Colombia', + 'CR'=>'Costa Rica', + 'CU'=>'Cuba', + 'CV'=>'Cape Verde', + 'CX'=>'Christmas Island', + 'CY'=>'Cyprus', + 'CZ'=>'Czech Republic', + 'DE'=>'Germany', + 'DJ'=>'Djibouti', + 'DK'=>'Denmark', + 'DM'=>'Dominica', + 'DO'=>'Dominican Republic', + 'DZ'=>'Algeria', + 'EC'=>'Ecuador', + 'EE'=>'Estonia', + 'EG'=>'Egypt', + 'GB-ENG'=>'England', + 'ER'=>'Eritrea', + 'ES'=>'Spain', + 'ET'=>'Ethiopia', + 'EU'=>'European Union', + 'FI'=>'Finland', + 'FJ'=>'Fiji', + 'FK'=>'Falkland Islands (Malvinas)', + 'FM'=>'Micronesia, Federated States Of', + 'FO'=>'Faroe Islands', + 'FR'=>'France', + 'GA'=>'Gabon', + 'GD'=>'Grenada', + 'GE'=>'Georgia', + 'GF'=>'French Guiana', + 'GG'=>'Guernsey', + 'GH'=>'Ghana', + 'GI'=>'Gibraltar', + 'GL'=>'Greenland', + 'GM'=>'Gambia', + 'GN'=>'Guinea', + 'GP'=>'Guadeloupe', + 'GQ'=>'Equatorial Guinea', + 'GR'=>'Greece', + 'GS'=>'South Georgia And The South Sandwich Islands', + 'GT'=>'Guatemala', + 'GU'=>'Guam', + 'GW'=>'Guinea-Bissau', + 'GY'=>'Guyana', + 'HK'=>'Hong Kong', + 'HM'=>'Heard And Mc Donald Islands', + 'HN'=>'Honduras', + 'HR'=>'Croatia (local name: Hrvatska)', + 'HT'=>'Haiti', + 'HU'=>'Hungary', + 'ID'=>'Indonesia', + 'IE'=>'Ireland', + 'IL'=>'Israel', + 'IM'=>'Isle of Man', + 'IN'=>'India', + 'IO'=>'British Indian Ocean Territory', + 'IQ'=>'Iraq', + 'IR'=>'Iran, Islamic Republic Of', + 'IS'=>'Iceland', + 'IT'=>'Italy', + 'JE'=>'Jersey', + 'JM'=>'Jamaica', + 'JO'=>'Jordan', + 'JP'=>'Japan', + 'KE'=>'Kenya', + 'KG'=>'Kyrgyzstan', + 'KH'=>'Cambodia', + 'KI'=>'Kiribati', + 'KM'=>'Comoros', + 'KN'=>'Saint Kitts And Nevis', + 'KR'=>'Korea, Republic Of', + 'KW'=>'Kuwait', + 'KY'=>'Cayman Islands', + 'KZ'=>'Kazakhstan', + 'LA'=>'Lao People\'s Democratic Republic', + 'LB'=>'Lebanon', + 'LC'=>'Saint Lucia', + 'LI'=>'Liechtenstein', + 'LK'=>'Sri Lanka', + 'LR'=>'Liberia', + 'LS'=>'Lesotho', + 'LT'=>'Lithuania', + 'LU'=>'Luxembourg', + 'LV'=>'Latvia', + 'LY'=>'Libyan Arab Jamahiriya', + 'MA'=>'Morocco', + 'MC'=>'Monaco', + 'MD'=>'Moldova, Republic Of', + 'ME'=>'Montenegro', + 'MG'=>'Madagascar', + 'MH'=>'Marshall Islands', + 'MK'=>'Macedonia, The Former Yugoslav Republic Of', + 'ML'=>'Mali', + 'MM'=>'Myanmar', + 'MN'=>'Mongolia', + 'MO'=>'Macau', + 'MP'=>'Northern Mariana Islands', + 'MQ'=>'Martinique', + 'MR'=>'Mauritania', + 'MS'=>'Montserrat', + 'MT'=>'Malta', + 'MU'=>'Mauritius', + 'MV'=>'Maldives', + 'MW'=>'Malawi', + 'MX'=>'Mexico', + 'MY'=>'Malaysia', + 'MZ'=>'Mozambique', + 'NA'=>'Namibia', + 'NC'=>'New Caledonia', + 'NE'=>'Niger', + 'NF'=>'Norfolk Island', + 'NG'=>'Nigeria', + 'NI'=>'Nicaragua', + 'NL'=>'Netherlands', + 'GB-NIR' => 'Northern Ireland', + 'NO'=>'Norway', + 'NP'=>'Nepal', + 'NR'=>'Nauru', + 'NU'=>'Niue', + 'NZ'=>'New Zealand', + 'OM'=>'Oman', + 'PA'=>'Panama', + 'PE'=>'Peru', + 'PF'=>'French Polynesia', + 'PG'=>'Papua New Guinea', + 'PH'=>'Philippines, Republic of the', + 'PK'=>'Pakistan', + 'PL'=>'Poland', + 'PM'=>'St. Pierre And Miquelon', + 'PN'=>'Pitcairn', + 'PR'=>'Puerto Rico', + 'PS'=>'Palestine', + 'PT'=>'Portugal', + 'PW'=>'Palau', + 'PY'=>'Paraguay', + 'QA'=>'Qatar', + 'RE'=>'Reunion', + 'RO'=>'Romania', + 'RS'=>'Serbia', + 'RU'=>'Russian Federation', + 'RW'=>'Rwanda', + 'SA'=>'Saudi Arabia', + 'GB-SCT'=>'Scotland', + 'SB'=>'Solomon Islands', + 'SC'=>'Seychelles', + 'SS'=>'South Sudan', + 'SD'=>'Sudan', + 'SE'=>'Sweden', + 'SG'=>'Singapore', + 'SH'=>'St. Helena', + 'SI'=>'Slovenia', + 'SJ'=>'Svalbard And Jan Mayen Islands', + 'SK'=>'Slovakia (Slovak Republic)', + 'SL'=>'Sierra Leone', + 'SM'=>'San Marino', + 'SN'=>'Senegal', + 'SO'=>'Somalia', + 'SR'=>'Suriname', + 'ST'=>'Sao Tome And Principe', + 'SU'=>'Soviet Union', + 'SV'=>'El Salvador', + 'SY'=>'Syrian Arab Republic', + 'SZ'=>'Swaziland', + 'TC'=>'Turks And Caicos Islands', + 'TD'=>'Chad', + 'TF'=>'French Southern Territories', + 'TG'=>'Togo', + 'TH'=>'Thailand', + 'TJ'=>'Tajikistan', + 'TK'=>'Tokelau', + 'TI'=>'East Timor', + 'TM'=>'Turkmenistan', + 'TN'=>'Tunisia', + 'TO'=>'Tonga', + 'TP'=>'East Timor (old code)', + 'TR'=>'Turkey', + 'TT'=>'Trinidad And Tobago', + 'TV'=>'Tuvalu', + 'TW'=>'Taiwan', + 'TZ'=>'Tanzania, United Republic Of', + 'UA'=>'Ukraine', + 'UG'=>'Uganda', + 'UK'=>'United Kingdom', + 'US'=>'United States', + 'UM'=>'United States Minor Outlying Islands', + 'UY'=>'Uruguay', + 'UZ'=>'Uzbekistan', + 'VA'=>'Vatican City State (Holy See)', + 'VC'=>'Saint Vincent And The Grenadines', + 'VE'=>'Venezuela', + 'VG'=>'Virgin Islands (British)', + 'VI'=>'Virgin Islands (U.S.)', + 'VN'=>'Viet Nam', + 'VU'=>'Vanuatu', + 'GB-WLS' =>'Wales', + 'WF'=>'Wallis And Futuna Islands', + 'WS'=>'Samoa', + 'YE'=>'Yemen', + 'YT'=>'Mayotte', + 'ZA'=>'South Africa', + 'ZM'=>'Zambia', + 'ZW'=>'Zimbabwe', + ], +]; \ No newline at end of file diff --git a/resources/lang/hi-IN/mail.php b/resources/lang/hi-IN/mail.php new file mode 100644 index 0000000000..797f735a2b --- /dev/null +++ b/resources/lang/hi-IN/mail.php @@ -0,0 +1,99 @@ + 'Accessory checked in', + 'Accessory_Checkout_Notification' => 'Accessory checked out', + 'Asset_Checkin_Notification' => 'Asset checked in', + 'Asset_Checkout_Notification' => 'Asset checked out', + 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation', + 'Confirm_Asset_Checkin' => 'Asset checkin confirmation', + 'Confirm_accessory_delivery' => 'Accessory delivery confirmation', + 'Confirm_asset_delivery' => 'Asset delivery confirmation', + 'Confirm_consumable_delivery' => 'Consumable delivery confirmation', + 'Confirm_license_delivery' => 'License delivery confirmation', + 'Consumable_checkout_notification' => 'Consumable checked out', + 'Days' => 'Days', + 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', + 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', + 'Expected_Checkin_Report' => 'Expected asset checkin report', + 'Expiring_Assets_Report' => 'Expiring Assets Report.', + 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'Item_Request_Canceled' => 'Item Request Canceled', + 'Item_Requested' => 'Item Requested', + 'License_Checkin_Notification' => 'License checked in', + 'License_Checkout_Notification' => 'License checked out', + 'license_for' => 'License for', + 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'A user has canceled an item request on the website', + 'a_user_requested' => 'A user has requested an item on the website', + 'acceptance_asset_accepted' => 'A user has accepted an item', + 'acceptance_asset_declined' => 'A user has declined an item', + 'accessory_name' => 'Accessory Name', + 'additional_notes' => 'Additional Notes', + 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'asset' => 'Asset', + 'asset_name' => 'Asset Name', + 'asset_requested' => 'Asset requested', + 'asset_tag' => 'Asset Tag', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', + 'assigned_to' => 'Assigned To', + 'best_regards' => 'Best regards,', + 'canceled' => 'Canceled', + 'checkin_date' => 'Checkin Date', + 'checkout_date' => 'Checkout Date', + 'checkedout_from' => 'Checked out from', + 'checkedin_from' => 'Checked in from', + 'checked_into' => 'Checked into', + 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', + 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', + 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', + 'current_QTY' => 'Current QTY', + 'days' => 'Days', + 'expecting_checkin_date' => 'Expected Checkin Date', + 'expires' => 'Expires', + 'hello' => 'Hello', + 'hi' => 'Hi', + 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', + 'inventory_report' => 'Inventory Report', + 'item' => 'Item', + 'item_checked_reminder' => 'This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.', + 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', + 'link_to_update_password' => 'Please click on the following link to update your :web password:', + 'login' => 'Login', + 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', + 'min_QTY' => 'Min QTY', + 'name' => 'Name', + 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + '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.', + 'notes' => 'Notes', + 'password' => 'Password', + 'password_reset' => 'Password Reset', + 'read_the_terms' => 'Please read the terms of use below.', + 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.', + 'requested' => 'Requested', + 'reset_link' => 'Your Password Reset Link', + 'reset_password' => 'Click here to reset your password:', + 'rights_reserved' => 'All rights reserved.', + 'serial' => 'Serial', + 'snipe_webhook_test' => 'Snipe-IT Integration Test', + 'snipe_webhook_summary' => 'Snipe-IT Integration Test Summary', + 'supplier' => 'Supplier', + 'tag' => 'Tag', + 'test_email' => 'Test Email from Snipe-IT', + 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', + 'the_following_item' => 'The following item has been checked in: ', + 'to_reset' => 'To reset your :web password, complete this form:', + 'type' => 'Type', + 'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.', + 'user' => 'User', + 'username' => 'Username', + 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.', + 'welcome' => 'Welcome :name', + 'welcome_to' => 'Welcome to :web!', + 'your_assets' => 'View Your Assets', + 'your_credentials' => 'Your Snipe-IT credentials', + 'mail_sent' => 'Mail sent successfully!', +]; diff --git a/resources/lang/hi-IN/pagination.php b/resources/lang/hi-IN/pagination.php new file mode 100644 index 0000000000..b573b51e91 --- /dev/null +++ b/resources/lang/hi-IN/pagination.php @@ -0,0 +1,20 @@ + '« Previous', + + 'next' => 'Next »', + +); diff --git a/resources/lang/hi-IN/passwords.php b/resources/lang/hi-IN/passwords.php new file mode 100644 index 0000000000..41a87f98ed --- /dev/null +++ b/resources/lang/hi-IN/passwords.php @@ -0,0 +1,9 @@ + 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', + 'password_change' => 'Your password has been updated!', +]; diff --git a/resources/lang/hi-IN/reminders.php b/resources/lang/hi-IN/reminders.php new file mode 100644 index 0000000000..8a197467df --- /dev/null +++ b/resources/lang/hi-IN/reminders.php @@ -0,0 +1,21 @@ + "Passwords must be six characters and match the confirmation.", + "user" => "Username or email address is incorrect", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + +); diff --git a/resources/lang/hi-IN/table.php b/resources/lang/hi-IN/table.php new file mode 100644 index 0000000000..16e32b148f --- /dev/null +++ b/resources/lang/hi-IN/table.php @@ -0,0 +1,11 @@ + 'Actions', + 'action' => 'Action', + 'by' => 'By', + 'item' => 'Item', + 'no_matching_records' => 'No matching records found', + +); diff --git a/resources/lang/hi-IN/validation.php b/resources/lang/hi-IN/validation.php new file mode 100644 index 0000000000..99c847f589 --- /dev/null +++ b/resources/lang/hi-IN/validation.php @@ -0,0 +1,248 @@ + '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.', + '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.', + ], + '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.', + 'distinct' => 'The :attribute field has a duplicate value.', + '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.', + 'enum' => 'The selected :attribute is invalid.', + 'exists' => 'The selected :attribute is invalid.', + 'extensions' => 'The :attribute field must have one of the following extensions: :values.', + 'file' => 'The :attribute field must be a file.', + 'filled' => 'The :attribute field must have a value.', + '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.', + ], + '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.', + ], + 'hex_color' => 'The :attribute field must be a valid hexadecimal color.', + 'image' => 'The :attribute field must be an image.', + 'import_field_empty' => 'The value for :fieldname cannot be null.', + 'in' => 'The selected :attribute is invalid.', + '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.', + '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.', + ], + '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.', + ], + 'mac_address' => 'The :attribute field must be a valid MAC address.', + '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.', + ], + '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.', + '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.', + ], + '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.', + 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute field format is invalid.', + 'numeric' => 'The :attribute field must be a number.', + '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.', + ], + 'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.', + + 'present' => 'The :attribute field must be 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.', + 'required' => 'The :attribute field is required.', + 'required_array_keys' => 'The :attribute field must contain entries for: :values.', + 'required_if' => 'The :attribute field is required when :other is :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_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values are present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute field must match :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.', + ], + 'starts_with' => 'The :attribute field must start with one of the following: :values.', + 'string' => 'The :attribute must be a string.', + 'two_column_unique_undeleted' => 'The :attribute must be unique across :table1 and :table2. ', + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', + 'not_array' => ':attribute cannot be an array.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', + 'timezone' => 'The :attribute field must be a valid timezone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + '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.', + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'email_array' => 'One or more email addresses is invalid.', + 'checkboxes' => ':attribute contains invalid options.', + 'radio_buttons' => ':attribute is invalid.', + + 'custom' => [ + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + + 'hashed_pass' => 'Your current password is incorrect', + 'dumbpwd' => 'That password is too common.', + 'statuslabel_type' => 'You must select a valid status label 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.', + + // 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 + // people won't know how to format. + 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format', + 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'invalid_value_in_field' => 'Invalid value included in this field', + + 'ldap_username_field' => [ + 'not_in' => 'sAMAccountName (mixed case) will likely not work. You should use samaccountname (lowercase) instead.' + ], + '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.'], + + ], + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + + /* + |-------------------------------------------------------------------------- + | Generic Validation Messages - we use these in the jquery validation where we don't have + | access to the :attribute + |-------------------------------------------------------------------------- + */ + + 'generic' => [ + 'invalid_value_in_field' => 'Invalid value included in this field', + 'required' => 'This field is required', + 'email' => 'Please enter a valid email address', + ], + + +]; diff --git a/resources/lang/hr-HR/admin/custom_fields/general.php b/resources/lang/hr-HR/admin/custom_fields/general.php index abb6735775..b5281868ff 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Poljaci omogućuju stvaranje grupa prilagođenih polja koja se često upotrebljavaju za određene vrste imovine.', '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/locations/table.php b/resources/lang/hr-HR/admin/locations/table.php index 0b19f02332..c5e09e1062 100644 --- a/resources/lang/hr-HR/admin/locations/table.php +++ b/resources/lang/hr-HR/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/hr-HR/admin/settings/general.php b/resources/lang/hr-HR/admin/settings/general.php index 0ae8b1023b..7a16564986 100644 --- a/resources/lang/hr-HR/admin/settings/general.php +++ b/resources/lang/hr-HR/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA postavke', 'eula_markdown' => 'Ovo EULA dopušta Gordan 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Potpuna podrška za više tvrtki', '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.', 'show_in_model_list' => 'Prikaži u padajućim modelima', 'optional' => 'neobavezan', diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php index 190c668d28..65bfe05e40 100644 --- a/resources/lang/hr-HR/general.php +++ b/resources/lang/hr-HR/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/hr-HR/validation.php b/resources/lang/hr-HR/validation.php index 87f7e669fb..0834bbd5e0 100644 --- a/resources/lang/hr-HR/validation.php +++ b/resources/lang/hr-HR/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/hu-HU/admin/custom_fields/general.php b/resources/lang/hu-HU/admin/custom_fields/general.php index 7976f1b292..9a66c7804e 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ő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.', + '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.', '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/locations/table.php b/resources/lang/hu-HU/admin/locations/table.php index dcf5d42b65..fc8b0d3b34 100644 --- a/resources/lang/hu-HU/admin/locations/table.php +++ b/resources/lang/hu-HU/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Aláírta (Pénzügyi könyvvizsgáló):', 'signed_by_location_manager' => 'Aláírva (Helykezelő):', 'signed_by' => 'Aláírta:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/hu-HU/admin/settings/general.php b/resources/lang/hu-HU/admin/settings/general.php index c1244fea48..7c836eae69 100644 --- a/resources/lang/hu-HU/admin/settings/general.php +++ b/resources/lang/hu-HU/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Bekapcsolva', 'eula_settings' => 'EULA beállítások', 'eula_markdown' => 'Ez az EULA lehetővé teszi Github ízesített markdown-et.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Az elfogadott fájltípusok: ico, png és gif. A többi képformátum lehet, hogy nem működik minden böngészőben.', 'favicon_size' => 'A favicon egy 16x16 pixeles kép kell legyen.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Teljes több vállalat támogatása', '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.', 'show_in_model_list' => 'Mutassa a modellek lenyíló listájában', 'optional' => 'választható', diff --git a/resources/lang/hu-HU/general.php b/resources/lang/hu-HU/general.php index 6c6af66c35..6f864cd969 100644 --- a/resources/lang/hu-HU/general.php +++ b/resources/lang/hu-HU/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Új szoftverlicenc', 'new_accessory' => 'Új tartozék', 'new_consumable' => 'Új fogyóeszköz', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Összecsukás', 'assigned' => 'Hozzárendelve', 'asset_count' => 'Eszközök száma', diff --git a/resources/lang/hu-HU/validation.php b/resources/lang/hu-HU/validation.php index 155b51c374..3244a47bad 100644 --- a/resources/lang/hu-HU/validation.php +++ b/resources/lang/hu-HU/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/id-ID/admin/locations/table.php b/resources/lang/id-ID/admin/locations/table.php index 4942fa6517..2d543d29b9 100644 --- a/resources/lang/id-ID/admin/locations/table.php +++ b/resources/lang/id-ID/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Ditandatangani Oleh (Auditor Keuangan):', 'signed_by_location_manager' => 'Ditandatangani Oleh (Penanggung Jawab):', 'signed_by' => 'Ditandatangani Oleh:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/id-ID/admin/settings/general.php b/resources/lang/id-ID/admin/settings/general.php index b3f3b8ed2f..9259ddbe0d 100644 --- a/resources/lang/id-ID/admin/settings/general.php +++ b/resources/lang/id-ID/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Diaktifkan', 'eula_settings' => 'Konfigurasi EULA', 'eula_markdown' => 'EULA mengijinkan 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Jenis file yang diterima adalah ico, png, dan gif. Format gambar lain mungkin tidak berfungsi di semua browser.', 'favicon_size' => 'Favicons harus berupa gambar persegi/kotak, ukuran 16x16 piksel.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Dukungan penuh beberapa perusahaan', '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.', 'show_in_model_list' => 'Tampilkan dalam Model Dropdown', 'optional' => 'pilihan', diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php index dd3f94ab01..adffc60805 100644 --- a/resources/lang/id-ID/general.php +++ b/resources/lang/id-ID/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Lisensi Baru', 'new_accessory' => 'Aksesori Baru', 'new_consumable' => 'Barang Habis Pakai Baru', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Ciutkan', 'assigned' => 'Diberikan', 'asset_count' => 'Total Aset', diff --git a/resources/lang/id-ID/validation.php b/resources/lang/id-ID/validation.php index 7dca5f25e1..9a4f52f5a5 100644 --- a/resources/lang/id-ID/validation.php +++ b/resources/lang/id-ID/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Isian kolom :attribute harus berupa URL yang valid.', 'ulid' => 'Isian kolom :attribute harus berupa ULID yang valid.', 'uuid' => 'Isian kolom :attribute harus berupa UUID yang valid.', + '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.', /* diff --git a/resources/lang/is-IS/admin/custom_fields/general.php b/resources/lang/is-IS/admin/custom_fields/general.php index 98d73edc48..0fb51d410d 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 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/is-IS/admin/locations/table.php b/resources/lang/is-IS/admin/locations/table.php index 68a16d7e05..6161815fde 100644 --- a/resources/lang/is-IS/admin/locations/table.php +++ b/resources/lang/is-IS/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Undirritað af (fulltrúa fjármáladeildar):', 'signed_by_location_manager' => 'Undirritað af (fulltrúa forstöðumanns):', 'signed_by' => 'Undirritað af By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/is-IS/admin/settings/general.php b/resources/lang/is-IS/admin/settings/general.php index 32d7c16bfb..b87fe971a9 100644 --- a/resources/lang/is-IS/admin/settings/general.php +++ b/resources/lang/is-IS/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/is-IS/general.php b/resources/lang/is-IS/general.php index 16b9f471ec..326b595231 100644 --- a/resources/lang/is-IS/general.php +++ b/resources/lang/is-IS/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Ný hugbúnaðarleyfi', 'new_accessory' => 'Nýir aukahlutir', 'new_consumable' => 'Nýjar rekstrarvörur', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Úthluta', 'asset_count' => 'Asset Count', diff --git a/resources/lang/is-IS/validation.php b/resources/lang/is-IS/validation.php index ac107b5d94..0f591dd6aa 100644 --- a/resources/lang/is-IS/validation.php +++ b/resources/lang/is-IS/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/it-IT/admin/custom_fields/general.php b/resources/lang/it-IT/admin/custom_fields/general.php index cc3503d51b..944ef2a341 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 set di campi consentono di creare gruppi di campi personalizzati che vengono spesso riutilizzati per modelli di beni specifici.', + 'about_fieldsets_text' => 'I Fieldset ti permettono di creare gruppi di campi personalizzati che sono frequentemente riutilizzati per modelli specifici di Bene.', '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/locations/table.php b/resources/lang/it-IT/admin/locations/table.php index ad4f3e6f6a..bf1a05513b 100644 --- a/resources/lang/it-IT/admin/locations/table.php +++ b/resources/lang/it-IT/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Firmato Da (Revisore Finanziario):', 'signed_by_location_manager' => 'Firmato Da (Responsabile della Sede):', 'signed_by' => 'Firmato Da:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/it-IT/admin/settings/general.php b/resources/lang/it-IT/admin/settings/general.php index b7f95ad140..c79dc957e1 100644 --- a/resources/lang/it-IT/admin/settings/general.php +++ b/resources/lang/it-IT/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Abilitato', 'eula_settings' => 'Impostazioni EULA', 'eula_markdown' => 'Questa EULA consente l\'uso del Markdown in stile Github flavored.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'I tipi di file accettati sono ico, png e gif. Altri formati potrebbero non funzionare in tutti i browser.', 'favicon_size' => 'Le Favicon dovrebbero essere quadrate, 16x16 pixel.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Supporto completo ad aziende multiple', 'scope_locations_fmcs_support_text' => 'Posizioni precise con supporto completo alle aziende multiple', '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.', 'show_in_model_list' => 'Mostra in menu a discesa del modello', 'optional' => 'facoltativo', diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php index 3c69b806b8..4a1b94340c 100644 --- a/resources/lang/it-IT/general.php +++ b/resources/lang/it-IT/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nuova Licenza', 'new_accessory' => 'Nuovo Accessorio', 'new_consumable' => 'Nuovo Consumabile', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Riduci', 'assigned' => 'Assegnato', 'asset_count' => 'Quantità Beni', diff --git a/resources/lang/it-IT/validation.php b/resources/lang/it-IT/validation.php index e013e5cca7..4ac201036d 100644 --- a/resources/lang/it-IT/validation.php +++ b/resources/lang/it-IT/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Il campo :attribute deve essere un URL valido.', 'ulid' => 'Il campo :attribute deve essere un ULID valido.', 'uuid' => 'Il campo :attribute deve essere un UUID valido.', + '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.', /* diff --git a/resources/lang/iu-NU/admin/custom_fields/general.php b/resources/lang/iu-NU/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/iu-NU/admin/locations/table.php b/resources/lang/iu-NU/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/iu-NU/admin/locations/table.php +++ b/resources/lang/iu-NU/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/iu-NU/admin/settings/general.php b/resources/lang/iu-NU/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/iu-NU/admin/settings/general.php +++ b/resources/lang/iu-NU/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/iu-NU/general.php b/resources/lang/iu-NU/general.php index 8e055ac79b..3cf7a31e6e 100644 --- a/resources/lang/iu-NU/general.php +++ b/resources/lang/iu-NU/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/iu-NU/validation.php b/resources/lang/iu-NU/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/iu-NU/validation.php +++ b/resources/lang/iu-NU/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/ja-JP/admin/locations/table.php b/resources/lang/ja-JP/admin/locations/table.php index 558c1fa41a..371179dd8c 100644 --- a/resources/lang/ja-JP/admin/locations/table.php +++ b/resources/lang/ja-JP/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => '署名済み(会計監査人):', 'signed_by_location_manager' => '署名済み (ロケーションマネージャー):', 'signed_by' => '署名:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ja-JP/admin/settings/general.php b/resources/lang/ja-JP/admin/settings/general.php index ba38daa9cb..71d6872d46 100644 --- a/resources/lang/ja-JP/admin/settings/general.php +++ b/resources/lang/ja-JP/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => '有効', 'eula_settings' => 'EULA設定', 'eula_markdown' => 'この EULA は、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.', 'favicon' => 'ファビコン', 'favicon_format' => '許可されているファイル形式は、ico、png、および gif です。他の画像形式は、すべてのブラウザで動作しない可能性があります。', 'favicon_size' => 'ファビコンは16x16 ピクセルの正方形の画像である必要があります。', @@ -155,6 +157,7 @@ return [ '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.', 'show_in_model_list' => 'モデルのドロップダウンに表示', 'optional' => 'オプション', @@ -468,9 +471,9 @@ return [ 'logos' => 'ロゴと表示', 'colors' => '色とスキン', 'footer' => 'フッターの設定', - 'security' => 'Security Preferences', - 'general' => 'General', - 'intervals' => 'Intervals & Thresholds', + 'security' => 'セキュリティ設定', + 'general' => '一般', + 'intervals' => '間隔としきい値', ], diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php index 6010b6e1df..cf73a855cc 100644 --- a/resources/lang/ja-JP/general.php +++ b/resources/lang/ja-JP/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => '新しいライセンス', 'new_accessory' => '新しい付属品', 'new_consumable' => '新しい消耗品', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => '折りたたむ', 'assigned' => '割り当て済み', 'asset_count' => '資産数', diff --git a/resources/lang/ja-JP/validation.php b/resources/lang/ja-JP/validation.php index 96eb3a77fc..672ed5e276 100644 --- a/resources/lang/ja-JP/validation.php +++ b/resources/lang/ja-JP/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/km-KH/admin/custom_fields/general.php b/resources/lang/km-KH/admin/custom_fields/general.php index 58533c2852..0a3d9ba05f 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 អនុញ្ញាតឱ្យអ្នកបង្កើតក្រុមនៃវាលផ្ទាល់ខ្លួនដែលត្រូវបានប្រើឡើងវិញជាញឹកញាប់សម្រាប់ប្រភេទគំរូទ្រព្យសកម្មជាក់លាក់។', + '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' => 'ទម្រង់ Regex ផ្ទាល់ខ្លួន...', 'encrypt_field' => 'អ៊ិនគ្រីបតម្លៃនៃវាលនេះនៅក្នុងមូលដ្ឋានទិន្នន័យ', 'encrypt_field_help' => 'ការព្រមាន៖ ការអ៊ិនគ្រីបវាលធ្វើឱ្យវាមិនអាចស្វែងរកបាន។', diff --git a/resources/lang/km-KH/admin/locations/table.php b/resources/lang/km-KH/admin/locations/table.php index 9c70cbdcad..26582e581a 100644 --- a/resources/lang/km-KH/admin/locations/table.php +++ b/resources/lang/km-KH/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'ចុះហត្ថលេខាដោយ (សវនករហិរញ្ញវត្ថុ)៖', 'signed_by_location_manager' => 'ចុះហត្ថលេខាដោយ (អ្នកគ្រប់គ្រងទីតាំង)៖', 'signed_by' => 'ចុះហត្ថលេខាបិទដោយ៖', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/km-KH/admin/settings/general.php b/resources/lang/km-KH/admin/settings/general.php index a941498c3b..59ea6dda9c 100644 --- a/resources/lang/km-KH/admin/settings/general.php +++ b/resources/lang/km-KH/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'បានបើក', 'eula_settings' => 'ការកំណត់ EULA', 'eula_markdown' => 'EULA នេះអនុញ្ញាតឱ្យ 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.', 'favicon' => 'Favicon', 'favicon_format' => 'ប្រភេទឯកសារដែលទទួលយកគឺ ico, png និង gif ។ ទម្រង់រូបភាពផ្សេងទៀតប្រហែលជាមិនដំណើរការនៅក្នុងកម្មវិធីរុករកទាំងអស់ទេ។', 'favicon_size' => 'Favicons គួរតែជារូបភាពការ៉េ ១៦x១៦ ភីកសែល។', @@ -154,6 +156,7 @@ return [ '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'ជាជម្រើស', diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php index 2e425ea253..b703fa30e8 100644 --- a/resources/lang/km-KH/general.php +++ b/resources/lang/km-KH/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'អាជ្ញាប័ណ្ណថ្មី', 'new_accessory' => 'គ្រឿងបន្លាស់ថ្មី', 'new_consumable' => 'សម្ភារៈប្រើប្រាស់ថ្មី', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'បានចាត់តាំង', 'asset_count' => 'ចំនួនទ្រព្យសកម្ម', diff --git a/resources/lang/km-KH/validation.php b/resources/lang/km-KH/validation.php index fd27857e10..d7a4f39367 100644 --- a/resources/lang/km-KH/validation.php +++ b/resources/lang/km-KH/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'វាល :attribute ត្រូវតែជា URL ត្រឹមត្រូវ។', 'ulid' => 'វាល :attribute ត្រូវតែជា ULID ត្រឹមត្រូវ។', 'uuid' => 'វាល :attribute ត្រូវតែជា 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.', /* diff --git a/resources/lang/ko-KR/admin/custom_fields/general.php b/resources/lang/ko-KR/admin/custom_fields/general.php index 45025d31fd..08001d790d 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => '항목세트는 특정 자산 모델에 사용하기 위해 빈번하게 재사용되는 사용자 정의 항목의 그룹을 생성하는 것을 허용합니다.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => '필드 암호화', 'encrypt_field_help' => '경고: 항목을 암호화 하면 검색을 할 수 없습니다.', diff --git a/resources/lang/ko-KR/admin/locations/table.php b/resources/lang/ko-KR/admin/locations/table.php index 12e460c269..84b8ca9aec 100644 --- a/resources/lang/ko-KR/admin/locations/table.php +++ b/resources/lang/ko-KR/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ko-KR/admin/settings/general.php b/resources/lang/ko-KR/admin/settings/general.php index 2366afafac..d6d569a302 100644 --- a/resources/lang/ko-KR/admin/settings/general.php +++ b/resources/lang/ko-KR/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => '최종 사용 계약 설정', 'eula_markdown' => '이 최종 사용 계약은 GFM을 따른다.', + '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.', 'favicon' => '파비콘', 'favicon_format' => 'ico, png, gif 확장자만 혀용됩니다. 다른 이미지 포맷의 경우 모든 브라우저에서 작동하지 않을 수 있습니다.', 'favicon_size' => '파비콘은 16x16 픽셀을 가지는 사각형 이미지여야 합니다.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => '모델 드롭다운에 표시', 'optional' => '선택 사항', diff --git a/resources/lang/ko-KR/general.php b/resources/lang/ko-KR/general.php index e6884748bd..0389e7f5f5 100644 --- a/resources/lang/ko-KR/general.php +++ b/resources/lang/ko-KR/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => '새 라이센스', 'new_accessory' => '새 부속품', 'new_consumable' => '새 소모품', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ko-KR/validation.php b/resources/lang/ko-KR/validation.php index bea228b0aa..96be36abe5 100644 --- a/resources/lang/ko-KR/validation.php +++ b/resources/lang/ko-KR/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/lt-LT/admin/custom_fields/general.php b/resources/lang/lt-LT/admin/custom_fields/general.php index 837df378a2..fe7a512996 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ų rinkiniai leidžia kurti pritaikytų laukų grupes, kurios dažnai naudojamos konkretiems turto modelių tipams.', + 'about_fieldsets_text' => 'Laukų grupės leidžia jums sukurti grupes kurios dažnai naudojamos specifiniai įrangai.', '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/locations/table.php b/resources/lang/lt-LT/admin/locations/table.php index 7ad4b8da60..e118a92cff 100644 --- a/resources/lang/lt-LT/admin/locations/table.php +++ b/resources/lang/lt-LT/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Pasirašė (Finansų auditorius):', 'signed_by_location_manager' => 'Pasirašė (Vietos valdytojas):', 'signed_by' => 'Patvirtino:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/lt-LT/admin/settings/general.php b/resources/lang/lt-LT/admin/settings/general.php index bcbee86e6c..11970a3727 100644 --- a/resources/lang/lt-LT/admin/settings/general.php +++ b/resources/lang/lt-LT/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Įjungta', 'eula_settings' => 'Licencinio sutikimo (EULA) nustatymai', 'eula_markdown' => 'Šis licencinis sutikimas (EULA) leidžia naudoti Github tipo žymėjimą (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.', 'favicon' => 'Puslapio ikonėlė (Favicon)', 'favicon_format' => 'Priimtini failų tipai yra ico, png ir gif. Kiti vaizdo formatai gali veikti ne visose naršyklėse.', 'favicon_size' => 'Puslapio ikonėlės (Favicons) turėtų būti kvadratiniai atvaizdai, 16 x 16 pikselių dydžio.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Pilnas kelių įmonių palaikymas', '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.', 'show_in_model_list' => 'Rodyti modelių išskleidžiamuosiuose meniu', 'optional' => 'pasirinktinai', diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php index a025eca3f9..6b5a459b1f 100644 --- a/resources/lang/lt-LT/general.php +++ b/resources/lang/lt-LT/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nauja licencija', 'new_accessory' => 'Naujas priedas', 'new_consumable' => 'Nauja eksploatacinė medžiaga', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Sutraukti', 'assigned' => 'Priskirta', 'asset_count' => 'Turto kiekis', diff --git a/resources/lang/lt-LT/validation.php b/resources/lang/lt-LT/validation.php index 417c0d4178..f4fdd251b3 100644 --- a/resources/lang/lt-LT/validation.php +++ b/resources/lang/lt-LT/validation.php @@ -172,6 +172,7 @@ return [ 'url' => ':attribute lauke turi būti galiojantis URL adresas.', 'ulid' => ':attribute lauke turi būti galiojantis ULID identifikatorius.', 'uuid' => ':attribute lauke turi būti galiojantis UUID identifikatorius.', + '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.', /* diff --git a/resources/lang/lv-LV/admin/custom_fields/general.php b/resources/lang/lv-LV/admin/custom_fields/general.php index f9a38f1274..ba524de2f9 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + '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.', '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/locations/table.php b/resources/lang/lv-LV/admin/locations/table.php index 8fed6e15f7..48d5812b97 100644 --- a/resources/lang/lv-LV/admin/locations/table.php +++ b/resources/lang/lv-LV/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/lv-LV/admin/settings/general.php b/resources/lang/lv-LV/admin/settings/general.php index ac1e1d657a..21d9fff454 100644 --- a/resources/lang/lv-LV/admin/settings/general.php +++ b/resources/lang/lv-LV/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA iestatījumi', 'eula_markdown' => 'Šis EULA ļauj Github aromatizēts 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Pilns vairāku uzņēmumu atbalsts', '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.', 'show_in_model_list' => 'Rādīt iekš DropDown modeļa', 'optional' => 'pēc izvēles', diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php index 82effede00..8045e3ddc4 100644 --- a/resources/lang/lv-LV/general.php +++ b/resources/lang/lv-LV/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Jauna licence', 'new_accessory' => 'Jauns piederums', 'new_consumable' => 'Jauns palīgmateriāls', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Sakļaut', 'assigned' => 'Izsniegts', 'asset_count' => 'Inventāra skaits', diff --git a/resources/lang/lv-LV/validation.php b/resources/lang/lv-LV/validation.php index 9e8732794d..a5b61ff015 100644 --- a/resources/lang/lv-LV/validation.php +++ b/resources/lang/lv-LV/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/mi-NZ/admin/custom_fields/general.php b/resources/lang/mi-NZ/admin/custom_fields/general.php index a43171d42f..3befe613d9 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + '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.', '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/locations/table.php b/resources/lang/mi-NZ/admin/locations/table.php index 8bf90bc3fe..8dfe18310a 100644 --- a/resources/lang/mi-NZ/admin/locations/table.php +++ b/resources/lang/mi-NZ/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/mi-NZ/admin/settings/general.php b/resources/lang/mi-NZ/admin/settings/general.php index 84544c2360..1c6b2ec834 100644 --- a/resources/lang/mi-NZ/admin/settings/general.php +++ b/resources/lang/mi-NZ/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Tautuhinga EULA', 'eula_markdown' => 'Ka taea e tenei EULA te 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Te Tautoko Kamupene Maha', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'kōwhiringa', diff --git a/resources/lang/mi-NZ/general.php b/resources/lang/mi-NZ/general.php index d7a81d8aa8..851019a0c1 100644 --- a/resources/lang/mi-NZ/general.php +++ b/resources/lang/mi-NZ/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/mi-NZ/validation.php b/resources/lang/mi-NZ/validation.php index 036b001fd5..b4c92ce9be 100644 --- a/resources/lang/mi-NZ/validation.php +++ b/resources/lang/mi-NZ/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/mk-MK/admin/custom_fields/general.php b/resources/lang/mk-MK/admin/custom_fields/general.php index 8e5bd1527e..6d67895eb2 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' => 'Fildsets ви овозможуваат да создавате групи на прилагодени полиња што често се повторно користат за специфични типови на модели на средства.', + 'about_fieldsets_text' => 'Fieldsets ви дозволуваат да креирате групи на сопствени полиња кои често се повторно употребувани за одредени типови на модели на средства.', 'custom_format' => 'Прилагоден Regex формат...', 'encrypt_field' => 'Енкриптирајте ја вредноста на ова поле во базата на податоци', 'encrypt_field_help' => 'ПРЕДУПРЕДУВАЊЕ: Шифрирањето на поле прави полето да не може да се пребарува.', diff --git a/resources/lang/mk-MK/admin/locations/table.php b/resources/lang/mk-MK/admin/locations/table.php index dbf79e23d0..388e4a17bd 100644 --- a/resources/lang/mk-MK/admin/locations/table.php +++ b/resources/lang/mk-MK/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Потпишано од (Финансиски ревизор):', 'signed_by_location_manager' => 'Потпишано од (Менаџер за локација):', 'signed_by' => 'Потпишано од:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/mk-MK/admin/settings/general.php b/resources/lang/mk-MK/admin/settings/general.php index c837fd550d..d28baf0d0d 100644 --- a/resources/lang/mk-MK/admin/settings/general.php +++ b/resources/lang/mk-MK/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Овозможено', 'eula_settings' => 'Поставки за EULA', 'eula_markdown' => 'Правилата за користење Github верзија 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Прифатени типови се ico, png, и gif. Другите формати на слики може да не работат во сите прелистувачи.', 'favicon_size' => 'Favicons треба да бидат квадратни слики, 16x16 пиксели.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Покажете во паѓачко мени на модели', 'optional' => 'опционално', diff --git a/resources/lang/mk-MK/general.php b/resources/lang/mk-MK/general.php index 53b2c661e1..1b9e1a64ed 100644 --- a/resources/lang/mk-MK/general.php +++ b/resources/lang/mk-MK/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Нова лиценца', 'new_accessory' => 'Нов додаток', 'new_consumable' => 'Нов потрошен', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Собери', 'assigned' => 'Доделено', 'asset_count' => 'Количина на средства', diff --git a/resources/lang/mk-MK/validation.php b/resources/lang/mk-MK/validation.php index 7ce7fca33e..fcb53bae4e 100644 --- a/resources/lang/mk-MK/validation.php +++ b/resources/lang/mk-MK/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Полето :attribute мора да биде валидна URL.', 'ulid' => 'Полето :attribute мора да биде валидна ULID.', 'uuid' => 'Полето :attribute мора да биде валидна 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.', /* diff --git a/resources/lang/ml-IN/admin/custom_fields/general.php b/resources/lang/ml-IN/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/ml-IN/admin/locations/table.php b/resources/lang/ml-IN/admin/locations/table.php index ff3dfd0cd2..d8b054b630 100644 --- a/resources/lang/ml-IN/admin/locations/table.php +++ b/resources/lang/ml-IN/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/ml-IN/admin/settings/general.php +++ b/resources/lang/ml-IN/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php index bf4119eb85..fd53676352 100644 --- a/resources/lang/ml-IN/general.php +++ b/resources/lang/ml-IN/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ml-IN/validation.php b/resources/lang/ml-IN/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/ml-IN/validation.php +++ b/resources/lang/ml-IN/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/mn-MN/admin/custom_fields/general.php b/resources/lang/mn-MN/admin/custom_fields/general.php index f1d4ded8c5..c9eabe5985 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 allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets нь тусгай төрлийн загварт зориулж ашиглагддаг байнга ашигладаг тусгайлсан талбарын бүлгүүдийг үүсгэх боломжийг олгодог.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Энэ талбарын утгыг мэдээллийн санд оруулна уу', 'encrypt_field_help' => 'АНХААРУУЛГА: Талбарыг шифрлэх нь үүнийг ойлгомжгүй болгодог.', diff --git a/resources/lang/mn-MN/admin/locations/table.php b/resources/lang/mn-MN/admin/locations/table.php index 7594ab9742..943c021006 100644 --- a/resources/lang/mn-MN/admin/locations/table.php +++ b/resources/lang/mn-MN/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/mn-MN/admin/settings/general.php b/resources/lang/mn-MN/admin/settings/general.php index ed04de9935..ea88005949 100644 --- a/resources/lang/mn-MN/admin/settings/general.php +++ b/resources/lang/mn-MN/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA тохиргоо', 'eula_markdown' => 'Энэ EULA нь Гитуб амттай 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Загвар сонгох хэсэгт харуулах', 'optional' => 'Нэмэлт', diff --git a/resources/lang/mn-MN/general.php b/resources/lang/mn-MN/general.php index 4d83ffc780..60f567b95e 100644 --- a/resources/lang/mn-MN/general.php +++ b/resources/lang/mn-MN/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/mn-MN/validation.php b/resources/lang/mn-MN/validation.php index 00782b0b6d..8db8392191 100644 --- a/resources/lang/mn-MN/validation.php +++ b/resources/lang/mn-MN/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/mr-IN/account/general.php b/resources/lang/mr-IN/account/general.php new file mode 100644 index 0000000000..7f9e2f848e --- /dev/null +++ b/resources/lang/mr-IN/account/general.php @@ -0,0 +1,17 @@ + 'Personal API Keys', + 'personal_access_token' => 'Personal Access Token', + 'personal_api_keys_success' => 'Personal API Key :key created sucessfully', + 'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', + 'profile_updated' => 'Account successfully updated', + 'no_tokens' => 'You have not created any personal access tokens.', + 'enable_sounds' => 'Enable sound effects', + 'enable_confetti' => 'Enable confetti effects', +); diff --git a/resources/lang/mr-IN/admin/accessories/general.php b/resources/lang/mr-IN/admin/accessories/general.php new file mode 100644 index 0000000000..bed7f38fab --- /dev/null +++ b/resources/lang/mr-IN/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'Accessory Category', + 'accessory_name' => 'Accessory Name', + 'checkout' => 'Checkout Accessory', + 'checkin' => 'Checkin Accessory', + 'create' => 'Create Accessory', + 'edit' => 'Edit Accessory', + 'eula_text' => 'Category EULA', + 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', + 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'total' => 'Total', + 'remaining' => 'Avail', + 'update' => 'Update Accessory', + 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'clone' => 'Clone Accessory', + 'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.', + +); diff --git a/resources/lang/mr-IN/admin/accessories/message.php b/resources/lang/mr-IN/admin/accessories/message.php new file mode 100644 index 0000000000..f60d41957b --- /dev/null +++ b/resources/lang/mr-IN/admin/accessories/message.php @@ -0,0 +1,43 @@ + 'The accessory [:id] does not exist.', + 'not_found' => 'That accessory was not found.', + 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + + 'create' => array( + 'error' => 'The accessory was not created, please try again.', + 'success' => 'The accessory was successfully created.' + ), + + 'update' => array( + 'error' => 'The accessory was not updated, please try again', + 'success' => 'The accessory was updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this accessory?', + 'error' => 'There was an issue deleting the accessory. Please try again.', + 'success' => 'The accessory was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Accessory was not checked out, please try again', + 'success' => 'Accessory checked out successfully.', + 'unavailable' => 'Accessory is not available for checkout. Check quantity available', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + '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.', + ), + + ), + + 'checkin' => array( + 'error' => 'Accessory was not checked in, please try again', + 'success' => 'Accessory checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/mr-IN/admin/accessories/table.php b/resources/lang/mr-IN/admin/accessories/table.php new file mode 100644 index 0000000000..80df687161 --- /dev/null +++ b/resources/lang/mr-IN/admin/accessories/table.php @@ -0,0 +1,9 @@ + 'Download CSV', + 'eula_text' => 'EULA', + 'id' => 'ID', + 'require_acceptance' => 'Acceptance', + 'title' => 'Accessory Name', +); diff --git a/resources/lang/mr-IN/admin/asset_maintenances/form.php b/resources/lang/mr-IN/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..785d06b08f --- /dev/null +++ b/resources/lang/mr-IN/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Asset Maintenance Type', + 'title' => 'Title', + 'start_date' => 'Start Date', + 'completion_date' => 'Completion Date', + 'cost' => 'Cost', + 'is_warranty' => 'Warranty Improvement', + 'asset_maintenance_time' => 'Asset Maintenance Time (in days)', + 'notes' => 'Notes', + 'update' => 'Update Asset Maintenance', + 'create' => 'Create Asset Maintenance' + ]; diff --git a/resources/lang/mr-IN/admin/asset_maintenances/general.php b/resources/lang/mr-IN/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..0f9a4547a2 --- /dev/null +++ b/resources/lang/mr-IN/admin/asset_maintenances/general.php @@ -0,0 +1,16 @@ + 'Asset Maintenances', + 'edit' => 'Edit Asset Maintenance', + 'delete' => 'Delete Asset Maintenance', + 'view' => 'View Asset Maintenance Details', + 'repair' => 'Repair', + 'maintenance' => 'Maintenance', + 'upgrade' => 'Upgrade', + 'calibration' => 'Calibration', + 'software_support' => 'Software Support', + 'hardware_support' => 'Hardware Support', + 'configuration_change' => 'Configuration Change', + 'pat_test' => 'PAT Test', + ]; diff --git a/resources/lang/mr-IN/admin/asset_maintenances/message.php b/resources/lang/mr-IN/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..b44f618207 --- /dev/null +++ b/resources/lang/mr-IN/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Asset Maintenance you were looking for was not found!', + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this asset maintenance?', + 'error' => 'There was an issue deleting the asset maintenance. Please try again.', + 'success' => 'The asset maintenance was deleted successfully.', + ], + 'create' => [ + 'error' => 'Asset Maintenance was not created, please try again.', + 'success' => 'Asset Maintenance created successfully.', + ], + 'edit' => [ + 'error' => 'Asset Maintenance was not edited, please try again.', + 'success' => 'Asset Maintenance edited successfully.', + ], + 'asset_maintenance_incomplete' => 'Not Completed Yet', + 'warranty' => 'Warranty', + 'not_warranty' => 'Not Warranty', + ]; diff --git a/resources/lang/mr-IN/admin/asset_maintenances/table.php b/resources/lang/mr-IN/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..3ba895038d --- /dev/null +++ b/resources/lang/mr-IN/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Asset Maintenance', + 'asset_name' => 'Asset Name', + 'is_warranty' => 'Warranty', + 'dl_csv' => 'Download CSV', + ]; diff --git a/resources/lang/mr-IN/admin/categories/general.php b/resources/lang/mr-IN/admin/categories/general.php new file mode 100644 index 0000000000..2fe448b44e --- /dev/null +++ b/resources/lang/mr-IN/admin/categories/general.php @@ -0,0 +1,25 @@ + 'Asset Categories', + 'category_name' => 'Category Name', + 'checkin_email' => 'Send email to user on checkin/checkout.', + 'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.', + 'clone' => 'Clone Category', + 'create' => 'Create Category', + 'edit' => 'Edit Category', + 'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.', + 'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.', + 'eula_text' => 'Category EULA', + 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'name' => 'Category Name', + 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', + 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', + 'required_eula' => 'This user will be emailed a copy of the EULA', + 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'update' => 'Update Category', + 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula_column' => 'Use default EULA', + +); diff --git a/resources/lang/mr-IN/admin/categories/message.php b/resources/lang/mr-IN/admin/categories/message.php new file mode 100644 index 0000000000..4e493f68b6 --- /dev/null +++ b/resources/lang/mr-IN/admin/categories/message.php @@ -0,0 +1,26 @@ + 'Category does not exist.', + 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', + 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + + 'create' => array( + 'error' => 'Category was not created, please try again.', + 'success' => 'Category created successfully.' + ), + + 'update' => array( + 'error' => 'Category was not updated, please try again', + 'success' => 'Category updated successfully.', + 'cannot_change_category_type' => 'You cannot change the category type once it has been created', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this category?', + 'error' => 'There was an issue deleting the category. Please try again.', + 'success' => 'The category was deleted successfully.' + ) + +); diff --git a/resources/lang/mr-IN/admin/categories/table.php b/resources/lang/mr-IN/admin/categories/table.php new file mode 100644 index 0000000000..a3ee96ae7f --- /dev/null +++ b/resources/lang/mr-IN/admin/categories/table.php @@ -0,0 +1,10 @@ + 'EULA', + 'id' => 'ID', + 'parent' => 'Parent', + 'require_acceptance' => 'Acceptance', + 'title' => 'Asset Category Name', + +); diff --git a/resources/lang/mr-IN/admin/companies/general.php b/resources/lang/mr-IN/admin/companies/general.php new file mode 100644 index 0000000000..37781012ba --- /dev/null +++ b/resources/lang/mr-IN/admin/companies/general.php @@ -0,0 +1,7 @@ + 'Select Company', + 'about_companies' => 'About Companies', + 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', +]; diff --git a/resources/lang/mr-IN/admin/companies/message.php b/resources/lang/mr-IN/admin/companies/message.php new file mode 100644 index 0000000000..e440b7ac5f --- /dev/null +++ b/resources/lang/mr-IN/admin/companies/message.php @@ -0,0 +1,20 @@ + 'Company does not exist.', + 'deleted' => 'Deleted company', + 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'create' => [ + 'error' => 'Company was not created, please try again.', + 'success' => 'Company created successfully.', + ], + 'update' => [ + 'error' => 'Company was not updated, please try again', + 'success' => 'Company updated successfully.', + ], + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this company?', + 'error' => 'There was an issue deleting the company. Please try again.', + 'success' => 'The Company was deleted successfully.', + ], +]; diff --git a/resources/lang/mr-IN/admin/companies/table.php b/resources/lang/mr-IN/admin/companies/table.php new file mode 100644 index 0000000000..100b258240 --- /dev/null +++ b/resources/lang/mr-IN/admin/companies/table.php @@ -0,0 +1,11 @@ + 'Companies', + 'create' => 'Create Company', + 'email' => 'Company Email', + 'title' => 'Company', + 'phone' => 'Company Phone', + 'update' => 'Update Company', + 'name' => 'Company Name', + 'id' => 'ID', +); diff --git a/resources/lang/mr-IN/admin/components/general.php b/resources/lang/mr-IN/admin/components/general.php new file mode 100644 index 0000000000..5b788a51ec --- /dev/null +++ b/resources/lang/mr-IN/admin/components/general.php @@ -0,0 +1,16 @@ + 'Component Name', + 'checkin' => 'Checkin Component', + 'checkout' => 'Checkout Component', + 'cost' => 'Purchase Cost', + 'create' => 'Create Component', + 'edit' => 'Edit Component', + 'date' => 'Purchase Date', + 'order' => 'Order Number', + 'remaining' => 'Remaining', + 'total' => 'Total', + 'update' => 'Update Component', + 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty' +); diff --git a/resources/lang/mr-IN/admin/components/message.php b/resources/lang/mr-IN/admin/components/message.php new file mode 100644 index 0000000000..ec39dc4178 --- /dev/null +++ b/resources/lang/mr-IN/admin/components/message.php @@ -0,0 +1,38 @@ + 'Component does not exist.', + + 'create' => array( + 'error' => 'Component was not created, please try again.', + 'success' => 'Component created successfully.' + ), + + 'update' => array( + 'error' => 'Component was not updated, please try again', + 'success' => 'Component updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this component?', + 'error' => 'There was an issue deleting the component. Please try again.', + 'success' => 'The component was deleted successfully.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', + ), + + 'checkout' => array( + 'error' => 'Component was not checked out, please try again', + 'success' => 'Component checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ', + ), + + 'checkin' => array( + 'error' => 'Component was not checked in, please try again', + 'success' => 'Component checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/mr-IN/admin/components/table.php b/resources/lang/mr-IN/admin/components/table.php new file mode 100644 index 0000000000..3d4fed6a7f --- /dev/null +++ b/resources/lang/mr-IN/admin/components/table.php @@ -0,0 +1,5 @@ + 'Component Name', +); diff --git a/resources/lang/mr-IN/admin/consumables/general.php b/resources/lang/mr-IN/admin/consumables/general.php new file mode 100644 index 0000000000..29acfedc1b --- /dev/null +++ b/resources/lang/mr-IN/admin/consumables/general.php @@ -0,0 +1,12 @@ + 'Checkout Consumable to User', + 'consumable_name' => 'Consumable Name', + 'create' => 'Create Consumable', + 'item_no' => 'Item No.', + 'remaining' => 'Remaining', + 'total' => 'Total', + 'update' => 'Update Consumable', + 'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count', +); diff --git a/resources/lang/mr-IN/admin/consumables/message.php b/resources/lang/mr-IN/admin/consumables/message.php new file mode 100644 index 0000000000..e2591503bf --- /dev/null +++ b/resources/lang/mr-IN/admin/consumables/message.php @@ -0,0 +1,38 @@ + 'The category must be a consumable category.', + 'does_not_exist' => 'Consumable does not exist.', + + 'create' => array( + 'error' => 'Consumable was not created, please try again.', + 'success' => 'Consumable created successfully.' + ), + + 'update' => array( + 'error' => 'Consumable was not updated, please try again', + 'success' => 'Consumable updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this consumable?', + 'error' => 'There was an issue deleting the consumable. Please try again.', + 'success' => 'The consumable was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Consumable was not checked out, please try again', + 'success' => 'Consumable checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ', + ), + + 'checkin' => array( + 'error' => 'Consumable was not checked in, please try again', + 'success' => 'Consumable checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/mr-IN/admin/consumables/table.php b/resources/lang/mr-IN/admin/consumables/table.php new file mode 100644 index 0000000000..bb76721f17 --- /dev/null +++ b/resources/lang/mr-IN/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Consumable Name', +); diff --git a/resources/lang/mr-IN/admin/custom_fields/general.php b/resources/lang/mr-IN/admin/custom_fields/general.php new file mode 100644 index 0000000000..68e840edd2 --- /dev/null +++ b/resources/lang/mr-IN/admin/custom_fields/general.php @@ -0,0 +1,64 @@ + 'Custom Fields', + '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.', + '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.', + 'encrypted' => 'Encrypted', + 'fieldset' => 'Fieldset', + 'qty_fields' => 'Qty Fields', + 'fieldsets' => 'Fieldsets', + 'fieldset_name' => 'Fieldset Name', + 'field_name' => 'Field Name', + 'field_values' => 'Field Values', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_element' => 'Form Element', + 'field_element_short' => 'Element', + 'field_format' => 'Format', + 'field_custom_format' => 'Custom Regex Format', + 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'required' => 'Required', + 'req' => 'Req.', + 'used_by_models' => 'Used By Models', + 'order' => 'Order', + 'create_fieldset' => 'New Fieldset', + 'update_fieldset' => 'Update Fieldset', + 'fieldset_does_not_exist' => 'Fieldset :id does not exist', + 'fieldset_updated' => 'Fieldset updated', + 'create_fieldset_title' => 'Create a new fieldset', + 'create_field' => 'New Custom Field', + 'create_field_title' => 'Create a new custom field', + 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', + 'show_in_email_short' => 'Include in emails', + 'help_text' => 'Help Text', + 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', + 'about_custom_fields_title' => 'About Custom Fields', + 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', + 'add_field_to_fieldset' => 'Add Field to Fieldset', + 'make_optional' => 'Required - click to make optional', + 'make_required' => 'Optional - click to make required', + 'reorder' => 'Reorder', + 'db_field' => 'DB Field', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected.', + 'is_unique' => 'This value must be unique across all assets', + 'unique' => 'Unique', + 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page', + 'display_in_user_view_table' => 'Visible to User', + 'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset', + 'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets', + 'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector', + 'show_in_listview_short' => 'Show in lists', + 'show_in_requestable_list_short' => 'Show in requestable assets list', + 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', + 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', + 'display_audit' => 'Display in audit forms', + +]; diff --git a/resources/lang/mr-IN/admin/custom_fields/message.php b/resources/lang/mr-IN/admin/custom_fields/message.php new file mode 100644 index 0000000000..6442359b7f --- /dev/null +++ b/resources/lang/mr-IN/admin/custom_fields/message.php @@ -0,0 +1,64 @@ + array( + 'invalid' => 'That field does not exist.', + 'already_added' => 'Field already added', + 'none_selected' => 'No field selected', + + 'create' => array( + 'error' => 'Field was not created, please try again.', + 'success' => 'Field created successfully.', + 'assoc_success' => 'Field successfully added to fieldset.' + ), + + 'update' => array( + 'error' => 'Field was not updated, please try again', + 'success' => 'Field updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this field?', + 'error' => 'There was an issue deleting the field. Please try again.', + 'success' => 'The field was deleted successfully.', + 'in_use' => 'Field is still in use.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'Fieldset does not exist', + + 'create' => array( + 'error' => 'Fieldset was not created, please try again.', + 'success' => 'Fieldset created successfully.' + ), + + 'update' => array( + 'error' => 'Fieldset was not updated, please try again', + 'success' => 'Fieldset updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this fieldset?', + 'error' => 'There was an issue deleting the fieldset. Please try again.', + 'success' => 'The fieldset was deleted successfully.', + 'in_use' => 'Fieldset is still in use.', + ) + + ), + + 'fieldset_default_value' => array( + + 'error' => 'Error validating default fieldset values.', + + ), + + + + + + +); diff --git a/resources/lang/mr-IN/admin/departments/message.php b/resources/lang/mr-IN/admin/departments/message.php new file mode 100644 index 0000000000..2e371348b9 --- /dev/null +++ b/resources/lang/mr-IN/admin/departments/message.php @@ -0,0 +1,22 @@ + 'Department does not exist.', + 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ', + 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'create' => array( + 'error' => 'Department was not created, please try again.', + 'success' => 'Department created successfully.' + ), + 'update' => array( + 'error' => 'Department was not updated, please try again', + 'success' => 'Department updated successfully.' + ), + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this department?', + 'error' => 'There was an issue deleting the department. Please try again.', + 'success' => 'The department was deleted successfully.' + ) + +); diff --git a/resources/lang/mr-IN/admin/departments/table.php b/resources/lang/mr-IN/admin/departments/table.php new file mode 100644 index 0000000000..76494247be --- /dev/null +++ b/resources/lang/mr-IN/admin/departments/table.php @@ -0,0 +1,11 @@ + 'ID', + 'name' => 'Department Name', + 'manager' => 'Manager', + 'location' => 'Location', + 'create' => 'Create Department', + 'update' => 'Update Department', + ); diff --git a/resources/lang/mr-IN/admin/depreciations/general.php b/resources/lang/mr-IN/admin/depreciations/general.php new file mode 100644 index 0000000000..90246e9cd8 --- /dev/null +++ b/resources/lang/mr-IN/admin/depreciations/general.php @@ -0,0 +1,20 @@ + 'About Asset Depreciations', + 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', + 'asset_depreciations' => 'Asset Depreciations', + 'create' => 'Create Depreciation', + 'depreciation_name' => 'Depreciation Name', + 'depreciation_min' => 'Floor Value of Depreciation', + 'number_of_months' => 'Number of Months', + 'update' => 'Update Depreciation', + 'depreciation_min' => 'Minimum Value after Depreciation', + 'no_depreciations_warning' => 'Warning: + You do not currently have any depreciations set up. + Please set up at least one depreciation to view the depreciation report.', + 'depreciation_method' => 'Depreciation Report', + 'linear_depreciation' => 'Linear (Default)', + 'half_1' => 'Half-year convention, always applied', + 'half_2' => 'Half-year convention, applied with condition', +]; diff --git a/resources/lang/mr-IN/admin/depreciations/message.php b/resources/lang/mr-IN/admin/depreciations/message.php new file mode 100644 index 0000000000..c20e52c13c --- /dev/null +++ b/resources/lang/mr-IN/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Depreciation class does not exist.', + 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + + + 'create' => array( + 'error' => 'Depreciation class was not created, please try again. :(', + 'success' => 'Depreciation class created successfully. :)' + ), + + 'update' => array( + 'error' => 'Depreciation class was not updated, please try again', + 'success' => 'Depreciation class updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this depreciation class?', + 'error' => 'There was an issue deleting the depreciation class. Please try again.', + 'success' => 'The depreciation class was deleted successfully.' + ) + +); diff --git a/resources/lang/mr-IN/admin/depreciations/table.php b/resources/lang/mr-IN/admin/depreciations/table.php new file mode 100644 index 0000000000..256b10b92a --- /dev/null +++ b/resources/lang/mr-IN/admin/depreciations/table.php @@ -0,0 +1,11 @@ + 'ID', + 'months' => 'Months', + 'term' => 'Term', + 'title' => 'Name ', + 'depreciation_min' => 'Floor Value', + +]; diff --git a/resources/lang/mr-IN/admin/groups/message.php b/resources/lang/mr-IN/admin/groups/message.php new file mode 100644 index 0000000000..495acaf36b --- /dev/null +++ b/resources/lang/mr-IN/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Group already exists!', + 'group_not_found' => 'Group ID :id does not exist.', + 'group_name_required' => 'The name field is required', + + 'success' => array( + 'create' => 'Group was successfully created.', + 'update' => 'Group was successfully updated.', + 'delete' => 'Group was successfully deleted.', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this group?', + 'create' => 'There was an issue creating the group. Please try again.', + 'update' => 'There was an issue updating the group. Please try again.', + 'delete' => 'There was an issue deleting the group. Please try again.', + ), + +); diff --git a/resources/lang/mr-IN/admin/groups/table.php b/resources/lang/mr-IN/admin/groups/table.php new file mode 100644 index 0000000000..61f060a116 --- /dev/null +++ b/resources/lang/mr-IN/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Id', + 'name' => 'Name', + 'users' => '# of Users', + +); diff --git a/resources/lang/mr-IN/admin/groups/titles.php b/resources/lang/mr-IN/admin/groups/titles.php new file mode 100644 index 0000000000..d875f190d7 --- /dev/null +++ b/resources/lang/mr-IN/admin/groups/titles.php @@ -0,0 +1,16 @@ + 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', + 'group_management' => 'Group Management', + 'create' => 'Create New Group', + 'update' => 'Edit Group', + 'group_name' => 'Group Name', + 'group_admin' => 'Group Admin', + 'allow' => 'Allow', + 'deny' => 'Deny', + 'permission' => 'Permission', + 'grant' => 'Grant', + 'no_permissions' => 'This group has no permissions.' +]; diff --git a/resources/lang/mr-IN/admin/hardware/form.php b/resources/lang/mr-IN/admin/hardware/form.php new file mode 100644 index 0000000000..8fbd0b4e87 --- /dev/null +++ b/resources/lang/mr-IN/admin/hardware/form.php @@ -0,0 +1,65 @@ + 'Confirm Bulk Delete Assets', + 'bulk_restore' => 'Confirm Bulk Restore Assets', + 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', + 'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.', + 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', + 'bulk_restore_warn' => 'You are about to restore :asset_count assets.', + 'bulk_update' => 'Bulk Update Assets', + 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', + 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.', + 'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.', + 'bulk_update_model_prefix' => 'On Models', + 'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.', + 'checkedout_to' => 'Checked Out To', + 'checkout_date' => 'Checkout Date', + 'checkin_date' => 'Checkin Date', + 'checkout_to' => 'Checkout to', + 'cost' => 'Purchase Cost', + 'create' => 'Create Asset', + 'date' => 'Purchase Date', + 'depreciation' => 'Depreciation', + 'depreciates_on' => 'Depreciates On', + 'default_location' => 'Default Location', + 'default_location_phone' => 'Default Location Phone', + 'eol_date' => 'EOL Date', + 'eol_rate' => 'EOL Rate', + 'expected_checkin' => 'Expected Checkin Date', + 'expires' => 'Expires', + 'fully_depreciated' => 'Fully Depreciated', + 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', + 'mac_address' => 'MAC Address', + 'manufacturer' => 'Manufacturer', + 'model' => 'Model', + 'months' => 'months', + 'name' => 'Asset Name', + 'notes' => 'Notes', + 'order' => 'Order Number', + 'qr' => 'QR Code', + 'requestable' => 'Users may request this asset', + 'redirect_to_all' => 'Return to all :type', + 'redirect_to_type' => 'Go to :type', + 'redirect_to_checked_out_to' => 'Go to Checked Out to', + 'select_statustype' => 'Select Status Type', + 'serial' => 'Serial', + 'status' => 'Status', + 'tag' => 'Asset Tag', + 'update' => 'Asset Update', + 'warranty' => 'Warranty', + 'warranty_expires' => 'Warranty Expires', + 'years' => 'years', + 'asset_location' => 'Update Asset Location', + 'asset_location_update_default_current' => 'Update default location AND actual location', + 'asset_location_update_default' => 'Update only default location', + 'asset_location_update_actual' => 'Update only actual location', + 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.', + '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.', + 'processing_spinner' => 'Processing... (This might take a bit of time on large files)', + 'processing' => 'Processing... ', + 'optional_infos' => 'Optional Information', + 'order_details' => 'Order Related Information', + 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', +]; diff --git a/resources/lang/mr-IN/admin/hardware/general.php b/resources/lang/mr-IN/admin/hardware/general.php new file mode 100644 index 0000000000..6740476574 --- /dev/null +++ b/resources/lang/mr-IN/admin/hardware/general.php @@ -0,0 +1,42 @@ + 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'archived' => 'Archived', + 'asset' => 'Asset', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkin' => 'Bulk Checkin', + 'checkin' => 'Checkin Asset', + 'checkout' => 'Checkout Asset', + 'clone' => 'Clone Asset', + 'deployable' => 'Deployable', + 'deleted' => 'This asset has been deleted.', + 'delete_confirm' => 'Are you sure you want to delete this asset?', + 'edit' => 'Edit Asset', + 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.', + 'model_invalid' => 'This model for this asset is invalid.', + 'model_invalid_fix' => 'The asset must be updated use a valid asset model before attempting to check it in or out, or to audit it.', + 'requestable' => 'Requestable', + 'requested' => 'Requested', + 'not_requestable' => 'Not Requestable', + 'requestable_status_warning' => 'Do not change requestable status', + 'restore' => 'Restore Asset', + 'pending' => 'Pending', + 'undeployable' => 'Undeployable', + 'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.', + 'view' => 'View Asset', + 'csv_error' => 'You have an error in your CSV file:', + '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.

', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export', + 'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup', + 'user_department' => 'User Department', +]; diff --git a/resources/lang/mr-IN/admin/hardware/message.php b/resources/lang/mr-IN/admin/hardware/message.php new file mode 100644 index 0000000000..c19bc63647 --- /dev/null +++ b/resources/lang/mr-IN/admin/hardware/message.php @@ -0,0 +1,109 @@ + 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', + 'does_not_exist' => 'Asset does not exist.', + 'does_not_exist_var' => 'Asset with tag :asset_tag not found.', + 'no_tag' => 'No asset tag provided.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'warning_audit_date_mismatch' => 'This asset\'s next audit date (:next_audit_date) is before the last audit date (:last_audit_date). Please update the next audit date.', + 'labels_generated' => 'Labels were successfully generated.', + 'error_generating_labels' => 'Error while generating labels.', + 'no_assets_selected' => 'No assets selected.', + + 'create' => [ + 'error' => 'Asset was not created, please try again. :(', + 'success' => 'Asset created successfully. :)', + 'success_linked' => 'Asset with tag :tag was created successfully. Click here to view.', + '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', + ], + + 'update' => [ + 'error' => 'Asset was not updated, please try again', + 'success' => 'Asset updated successfully.', + 'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions', + 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', + 'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.', + ], + + 'restore' => [ + 'error' => 'Asset was not restored, please try again', + 'success' => 'Asset restored successfully.', + 'bulk_success' => 'Asset restored successfully.', + 'nothing_updated' => 'No assets were selected, so nothing was restored.', + ], + + 'audit' => [ + 'error' => 'Asset audit unsuccessful: :error ', + 'success' => 'Asset audit successfully logged.', + ], + + + 'deletefile' => [ + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ], + + 'upload' => [ + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + ], + + 'import' => [ + 'import_button' => 'Process Import', + 'error' => 'Some items did not import correctly.', + 'errorDetail' => 'The following Items were not imported because of errors.', + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', + 'file_missing' => 'The file selected is missing', + 'file_already_deleted' => 'The file selected was already deleted', + 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', + 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', + 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input' + ], + + + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this asset?', + 'error' => 'There was an issue deleting the asset. Please try again.', + '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.', + 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'success' => 'The asset was deleted successfully.', + ], + + 'checkout' => [ + 'error' => 'Asset was not checked out, please try again', + 'success' => 'Asset checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'not_available' => 'That asset is not available for checkout!', + 'no_assets_selected' => 'You must select at least one asset from the list', + ], + + '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.', + ], + + 'checkin' => [ + 'error' => 'Asset was not checked in, please try again', + 'success' => 'Asset checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'already_checked_in' => 'That asset is already checked in.', + + ], + + 'requests' => [ + 'error' => 'Request was not successful, please try again.', + 'success' => 'Request successfully submitted.', + 'canceled' => 'Request successfully canceled.', + 'cancel' => 'Cancel this item request', + ], + +]; diff --git a/resources/lang/mr-IN/admin/hardware/table.php b/resources/lang/mr-IN/admin/hardware/table.php new file mode 100644 index 0000000000..2d88c6c131 --- /dev/null +++ b/resources/lang/mr-IN/admin/hardware/table.php @@ -0,0 +1,32 @@ + 'Asset Tag', + 'asset_model' => 'Model', + 'assigned_to' => 'Assigned To', + 'book_value' => 'Current Value', + 'change' => 'In/Out', + 'checkout_date' => 'Checkout Date', + 'checkoutto' => 'Checked Out', + 'components_cost' => 'Total Components Cost', + 'current_value' => 'Current Value', + 'diff' => 'Diff', + 'dl_csv' => 'Download CSV', + 'eol' => 'EOL', + 'id' => 'ID', + 'last_checkin_date' => 'Last Checkin Date', + 'location' => 'Location', + 'purchase_cost' => 'Cost', + 'purchase_date' => 'Purchased', + 'serial' => 'Serial', + 'status' => 'Status', + 'title' => 'Asset ', + 'image' => 'Device Image', + 'days_without_acceptance' => 'Days Without Acceptance', + 'monthly_depreciation' => 'Monthly Depreciation', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/mr-IN/admin/kits/general.php b/resources/lang/mr-IN/admin/kits/general.php new file mode 100644 index 0000000000..2b5c2d9cd0 --- /dev/null +++ b/resources/lang/mr-IN/admin/kits/general.php @@ -0,0 +1,51 @@ + 'About Predefined Kits', + 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', + 'checkout' => 'Checkout Kit ', + 'create_success' => 'Kit was successfully created.', + 'create' => 'Create Predefined Kit', + 'update' => 'Update Predefined Kit', + 'delete_success' => 'Kit was successfully deleted.', + 'update_success' => 'Kit was successfully updated.', + 'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ', + 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', + 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', + 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'The accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', + 'model_already_attached' => 'Model already attached to kit', +]; diff --git a/resources/lang/mr-IN/admin/labels/message.php b/resources/lang/mr-IN/admin/labels/message.php new file mode 100644 index 0000000000..96785f0754 --- /dev/null +++ b/resources/lang/mr-IN/admin/labels/message.php @@ -0,0 +1,11 @@ + 'Invalid count returned from :name. Expected :expected, got :actual.', + 'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.', + 'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.', + + 'does_not_exist' => 'Label does not exist', + +]; diff --git a/resources/lang/mr-IN/admin/labels/table.php b/resources/lang/mr-IN/admin/labels/table.php new file mode 100644 index 0000000000..bef4ba170e --- /dev/null +++ b/resources/lang/mr-IN/admin/labels/table.php @@ -0,0 +1,19 @@ + 'Test Company Limited', + 'example_defaultloc' => 'Building 1', + 'example_category' => 'Test Category', + 'example_location' => 'Building 2', + 'example_manufacturer' => 'Test Manufacturing Inc.', + 'example_model' => 'Test Model', + 'example_supplier' => 'Test Company Limited', + 'labels_per_page' => 'Labels', + 'support_fields' => 'Fields', + 'support_asset_tag' => 'Tag', + 'support_1d_barcode' => '1D', + 'support_2d_barcode' => '2D', + 'support_logo' => 'Logo', + 'support_title' => 'Title', + +]; \ No newline at end of file diff --git a/resources/lang/mr-IN/admin/licenses/form.php b/resources/lang/mr-IN/admin/licenses/form.php new file mode 100644 index 0000000000..ce29167874 --- /dev/null +++ b/resources/lang/mr-IN/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Asset', + 'checkin' => 'Checkin', + 'create' => 'Create License', + 'expiration' => 'Expiration Date', + 'license_key' => 'Product Key', + 'maintained' => 'Maintained', + 'name' => 'Software Name', + 'no_depreciation' => 'Do Not Depreciate', + 'purchase_order' => 'Purchase Order Number', + 'reassignable' => 'Reassignable', + 'remaining_seats' => 'Remaining Seats', + 'seats' => 'Seats', + 'termination_date' => 'Termination Date', + 'to_email' => 'Licensed to Email', + 'to_name' => 'Licensed to Name', + 'update' => 'Update License', + 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' +); diff --git a/resources/lang/mr-IN/admin/licenses/general.php b/resources/lang/mr-IN/admin/licenses/general.php new file mode 100644 index 0000000000..b39030afd4 --- /dev/null +++ b/resources/lang/mr-IN/admin/licenses/general.php @@ -0,0 +1,52 @@ + 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'checkin' => 'Checkin License Seat', + 'checkout_history' => 'Checkout History', + 'checkout' => 'Checkout License Seat', + 'edit' => 'Edit License', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'clone' => 'Clone License', + 'history_for' => 'History for ', + 'in_out' => 'In/Out', + 'info' => 'License Info', + 'license_seats' => 'License Seats', + 'seat' => 'Seat', + 'seat_count' => 'Seat :count', + 'seats' => 'Seats', + 'software_licenses' => 'Software Licenses', + 'user' => 'User', + 'view' => 'View License', + 'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.', + 'bulk' => + [ + 'checkin_all' => [ + 'button' => 'Checkin All Seats', + 'modal' => 'This action will checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.', + 'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets', + 'disabled_tooltip' => 'This is disabled because there are no seats currently checked out', + 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable', + 'success' => 'License successfully checked in! | All licenses were successfully checked in!', + 'log_msg' => 'Checked in via bulk license checkin in license GUI', + ], + + 'checkout_all' => [ + 'button' => 'Checkout All Seats', + 'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.', + 'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users', + 'disabled_tooltip' => 'This is disabled because there are no seats currently available', + 'success' => 'License successfully checked out! | :count licenses were successfully checked out!', + 'error_no_seats' => 'There are no remaining seats left for this license.', + 'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.', + 'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.', + 'log_msg' => 'Checked out via bulk license checkout in license GUI', + + + ], + ], + + 'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.', + 'below_threshold_short' => 'This item is below the minimum required quantity.', +); diff --git a/resources/lang/mr-IN/admin/licenses/message.php b/resources/lang/mr-IN/admin/licenses/message.php new file mode 100644 index 0000000000..74e1d7af5a --- /dev/null +++ b/resources/lang/mr-IN/admin/licenses/message.php @@ -0,0 +1,57 @@ + 'License does not exist or you do not have permission to view it.', + 'user_does_not_exist' => 'User does not exist or you do not have permission to view them.', + 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', + 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', + 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'select_asset_or_person' => 'You must select an asset or a user, but not both.', + 'not_found' => 'License not found', + 'seats_available' => ':seat_count seats available', + + + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + ), + + 'update' => array( + 'error' => 'License was not updated, please try again', + 'success' => 'License updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this license?', + 'error' => 'There was an issue deleting the license. Please try again.', + 'success' => 'The license was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'There was an issue checking out the license. Please try again.', + 'success' => 'The license was checked out successfully', + 'not_enough_seats' => 'Not enough license seats available for checkout', + 'mismatch' => 'The license seat provided does not match the license', + 'unavailable' => 'This seat is not available for checkout.', + ), + + 'checkin' => array( + 'error' => 'There was an issue checking in the license. Please try again.', + 'not_reassignable' => 'License not reassignable', + 'success' => 'The license was checked in successfully' + ), + +); diff --git a/resources/lang/mr-IN/admin/licenses/table.php b/resources/lang/mr-IN/admin/licenses/table.php new file mode 100644 index 0000000000..9cabf9c883 --- /dev/null +++ b/resources/lang/mr-IN/admin/licenses/table.php @@ -0,0 +1,18 @@ + 'Assigned To', + 'checkout' => 'In/Out', + 'deleted_at' => 'Deleted at', + 'id' => 'ID', + 'license_email' => 'License Email', + 'license_name' => 'Licensed To', + 'purchase_date' => 'Purchase Date', + 'purchased' => 'Purchased', + 'seats' => 'Seats', + 'hardware' => 'Hardware', + 'serial' => 'Serial', + 'title' => 'License', + +); diff --git a/resources/lang/mr-IN/admin/locations/message.php b/resources/lang/mr-IN/admin/locations/message.php new file mode 100644 index 0000000000..b21c70ad89 --- /dev/null +++ b/resources/lang/mr-IN/admin/locations/message.php @@ -0,0 +1,35 @@ + 'Location 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' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', + 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assigned_assets' => 'Assigned Assets', + 'current_location' => 'Current Location', + 'open_map' => 'Open in :map_provider_icon Maps', + + + 'create' => array( + 'error' => 'Location was not created, please try again.', + 'success' => 'Location created successfully.' + ), + + 'update' => array( + 'error' => 'Location was not updated, please try again', + 'success' => 'Location updated successfully.' + ), + + 'restore' => array( + 'error' => 'Location was not restored, please try again', + 'success' => 'Location restored successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this location?', + 'error' => 'There was an issue deleting the location. Please try again.', + 'success' => 'The location was deleted successfully.' + ) + +); diff --git a/resources/lang/mr-IN/admin/locations/table.php b/resources/lang/mr-IN/admin/locations/table.php new file mode 100644 index 0000000000..53176d8a4e --- /dev/null +++ b/resources/lang/mr-IN/admin/locations/table.php @@ -0,0 +1,43 @@ + 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'print_assigned' => 'Print Assigned', + 'print_all_assigned' => 'Print All Assigned', + 'name' => 'Location Name', + 'address' => 'Address', + 'address2' => 'Address Line 2', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + 'ldap_ou' => 'LDAP Search OU', + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'phone' => 'Location Phone', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', +]; diff --git a/resources/lang/mr-IN/admin/manufacturers/message.php b/resources/lang/mr-IN/admin/manufacturers/message.php new file mode 100644 index 0000000000..61416e0230 --- /dev/null +++ b/resources/lang/mr-IN/admin/manufacturers/message.php @@ -0,0 +1,30 @@ + 'Variables {LOCALE}, {SERIAL}, {MODEL_NUMBER}, and {MODEL_NAME} may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.', + 'does_not_exist' => 'Manufacturer does not exist.', + 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + + 'create' => array( + 'error' => 'Manufacturer was not created, please try again.', + 'success' => 'Manufacturer created successfully.' + ), + + 'update' => array( + 'error' => 'Manufacturer was not updated, please try again', + 'success' => 'Manufacturer updated successfully.' + ), + + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this manufacturer?', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', + 'success' => 'The Manufacturer was deleted successfully.' + ) + +); diff --git a/resources/lang/mr-IN/admin/manufacturers/table.php b/resources/lang/mr-IN/admin/manufacturers/table.php new file mode 100644 index 0000000000..6a0aaa8865 --- /dev/null +++ b/resources/lang/mr-IN/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'asset_manufacturers' => 'Asset Manufacturers', + 'create' => 'Create Manufacturer', + 'id' => 'ID', + 'name' => 'Name', + 'support_email' => 'Support Email', + 'support_phone' => 'Support Phone', + 'support_url' => 'Support URL', + 'warranty_lookup_url' => 'Warranty Lookup URL', + 'update' => 'Update Manufacturer', + +); diff --git a/resources/lang/mr-IN/admin/models/general.php b/resources/lang/mr-IN/admin/models/general.php new file mode 100644 index 0000000000..9a61b53fd0 --- /dev/null +++ b/resources/lang/mr-IN/admin/models/general.php @@ -0,0 +1,18 @@ + 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'deleted' => 'This model has been deleted.', + 'bulk_delete' => 'Bulk Delete Asset Models', + 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', + 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', + 'restore' => 'Restore Model', + 'requestable' => 'Users may request this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', + 'view_deleted' => 'View Deleted', + 'view_models' => 'View Models', + 'fieldset' => 'Fieldset', + 'no_custom_field' => 'No custom fields', + 'add_default_values' => 'Add default values', +); diff --git a/resources/lang/mr-IN/admin/models/message.php b/resources/lang/mr-IN/admin/models/message.php new file mode 100644 index 0000000000..ae3bc34eed --- /dev/null +++ b/resources/lang/mr-IN/admin/models/message.php @@ -0,0 +1,47 @@ + 'Deleted asset model', + 'does_not_exist' => 'Model does not exist.', + 'no_association' => 'WARNING! The asset model for this item is invalid or missing!', + 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', + 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'invalid_category_type' => 'This category must be an asset category.', + + 'create' => array( + 'error' => 'Model was not created, please try again.', + 'success' => 'Model created successfully.', + 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + ), + + 'update' => array( + 'error' => 'Model was not updated, please try again', + 'success' => 'Model updated successfully.', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this asset model?', + 'error' => 'There was an issue deleting the model. Please try again.', + 'success' => 'The model was deleted successfully.' + ), + + 'restore' => array( + 'error' => 'Model was not restored, please try again', + 'success' => 'Model restored successfully.' + ), + + 'bulkedit' => array( + 'error' => 'No fields were changed, so nothing was updated.', + 'success' => 'Model successfully updated. |:model_count models successfully updated.', + 'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:', + + ), + + 'bulkdelete' => array( + 'error' => 'No models were selected, so nothing was deleted.', + 'success' => 'Model deleted!|:success_count models deleted!', + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), + +); diff --git a/resources/lang/mr-IN/admin/models/table.php b/resources/lang/mr-IN/admin/models/table.php new file mode 100644 index 0000000000..11a512b3d3 --- /dev/null +++ b/resources/lang/mr-IN/admin/models/table.php @@ -0,0 +1,17 @@ + 'Create Asset Model', + 'created_at' => 'Created at', + 'eol' => 'EOL', + 'modelnumber' => 'Model No.', + 'name' => 'Asset Model Name', + 'numassets' => 'Assets', + 'title' => 'Asset Models', + 'update' => 'Update Asset Model', + 'view' => 'View Asset Model', + 'update' => 'Update Asset Model', + 'clone' => 'Clone Model', + 'edit' => 'Edit Model', +); diff --git a/resources/lang/mr-IN/admin/reports/general.php b/resources/lang/mr-IN/admin/reports/general.php new file mode 100644 index 0000000000..ed8bf1a156 --- /dev/null +++ b/resources/lang/mr-IN/admin/reports/general.php @@ -0,0 +1,23 @@ + 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request', + 'custom_export' => [ + 'user_address' => 'User Address', + 'user_city' => 'User City', + 'user_state' => 'User State', + 'user_country' => 'User Country', + 'user_zip' => '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', +]; diff --git a/resources/lang/mr-IN/admin/reports/message.php b/resources/lang/mr-IN/admin/reports/message.php new file mode 100644 index 0000000000..2800bbdf0b --- /dev/null +++ b/resources/lang/mr-IN/admin/reports/message.php @@ -0,0 +1,16 @@ + 'About Saved Templates', + 'saving_templates_description' => 'Select your options, then enter the name of your template in the box above and click the \'Save Template\' button. Use the dropdown to select a previously saved template.', + 'create' => [ + 'success' => 'Template saved successfully', + ], + 'update' => [ + 'success' => 'Template updated successfully', + ], + 'delete' => [ + 'success' => 'Template deleted', + 'no_delete_permission' => 'Template does not exist or you do not have permission to delete it.', + ], +]; diff --git a/resources/lang/mr-IN/admin/settings/general.php b/resources/lang/mr-IN/admin/settings/general.php new file mode 100644 index 0000000000..37cfb0de94 --- /dev/null +++ b/resources/lang/mr-IN/admin/settings/general.php @@ -0,0 +1,489 @@ + 'Active Directory', + 'ad_domain' => 'Active Directory domain', + 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', + 'ad_append_domain_label' => 'Append domain name', + 'ad_append_domain' => 'Append domain name to username field', + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', + 'admin_cc_email' => 'CC Email', + 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.', + 'admin_settings' => 'Admin Settings', + 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Notification Settings', + 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated.', + 'alerts_enabled' => 'Email Alerts Enabled', + 'alert_interval' => 'Expiring Alerts Threshold (in days)', + 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'allow_user_skin' => 'Allow User Skin', + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', + 'asset_ids' => 'Asset IDs', + 'audit_interval' => 'Audit Interval', + 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.', + 'audit_warning_days' => 'Audit Warning Threshold', + 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', + 'auto_increment_prefix' => 'Prefix (optional)', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', + 'backups' => 'Backups', + 'backups_help' => 'Create, download, and restore backups ', + 'backups_restoring' => 'Restoring from Backup', + 'backups_clean' => 'Clean the backed-up database before restore', + 'backups_clean_helptext' => "This can be useful if you're changing between database versions", + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in :path', + 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)

Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file ', + 'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.', + 'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ', + 'barcode_settings' => 'Barcode Settings', + 'confirm_purge' => 'Confirm Purge', + 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)', + 'custom_css' => 'Custom CSS', + 'custom_css_placeholder' => 'Add your custom CSS', + 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', + 'custom_forgot_pass_url' => 'Custom Password Reset URL', + 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', + 'dashboard_message' => 'Dashboard Message', + 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'default_currency' => 'Default Currency', + 'default_eula_text' => 'Default EULA', + 'default_eula_text_placeholder' => 'Add your default EULA text', + 'default_language' => 'Default Language', + 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'acceptance_note' => 'Add a note for your decision (Optional)', + 'display_asset_name' => 'Display Asset Name', + 'display_checkout_date' => 'Display Checkout Date', + 'display_eol' => 'Display EOL in table view', + 'display_qr' => 'Display 2D barcode', + 'display_alt_barcode' => 'Display 1D barcode', + 'barcode_type' => '2D Barcode Type', + 'alt_barcode_type' => '1D barcode type', + 'enabled' => 'Enabled', + 'eula_settings' => 'EULA Settings', + '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.', + 'favicon' => 'Favicon', + 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', + 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', + 'footer_text_placeholder' => 'Optional footer text', + 'general_settings' => 'General Settings', + 'general_settings_help' => 'Default EULA and more', + 'generate_backup' => 'Generate Backup', + 'google_workspaces' => 'Google Workspaces', + 'header_color' => 'Header Color', + 'info' => 'These settings let you customize certain aspects of your installation.', + 'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ', + 'laravel' => 'Laravel Version', + 'ldap' => 'LDAP', + 'ldap_default_group' => 'Default Permissions Group', + 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.', + 'no_default_group' => 'No Default Group', + 'ldap_help' => 'LDAP/Active Directory', + 'ldap_client_tls_key' => 'LDAP Client TLS Key', + 'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate', + 'ldap_enabled' => 'LDAP enabled', + 'ldap_integration' => 'LDAP Integration', + 'ldap_settings' => 'LDAP Settings', + 'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.', + 'ldap_location' => 'LDAP Location', +'ldap_location_help' => 'The Ldap Location field should be used if an OU is not being used in the Base Bind DN. Leave this blank if an OU search is being used.', + 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_manager' => 'LDAP Manager', + 'ldap_server' => 'LDAP Server', + 'ldap_server_help' => 'This should start with ldap:// (for unencrypted) or ldaps:// (for TLS or SSL)', + 'ldap_server_cert' => 'LDAP SSL certificate validation', + 'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', + 'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.', + 'ldap_tls' => 'Use TLS', + 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', + 'ldap_uname' => 'LDAP Bind Username', + 'ldap_dept' => 'LDAP Department', + 'ldap_phone' => 'LDAP Telephone Number', + 'ldap_jobtitle' => 'LDAP Job Title', + 'ldap_country' => 'LDAP Country', + 'ldap_pword' => 'LDAP Bind Password', + 'ldap_basedn' => 'Base Bind DN', + 'ldap_filter' => 'LDAP Filter', + '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_username_field' => 'Username Field', + 'ldap_lname_field' => 'Last Name', + 'ldap_fname_field' => 'LDAP First Name', + 'ldap_auth_filter_query' => 'LDAP Authentication query', + 'ldap_version' => 'LDAP Version', + 'ldap_active_flag' => 'LDAP Active Flag', + 'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.

If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0 or false, user login will be disabled. If the value in the AD/LDAP field is set to 1 or true or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl attribute, which usually allows non-suspended users to log in.', + '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_emp_num' => 'LDAP Employee Number', + 'ldap_email' => 'LDAP Email', + 'ldap_test' => 'Test LDAP', + 'ldap_test_sync' => 'Test LDAP Synchronization', + 'license' => 'Software License', + 'load_remote' => 'Load Remote Avatars', + 'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load avatars from Gravatar or other outside sources.', + 'login' => 'Login Attempts', + 'login_attempt' => 'Login Attempt', + 'login_ip' => 'IP Address', + 'login_success' => 'Success?', + 'login_user_agent' => 'User Agent', + 'login_help' => 'List of attempted logins', + 'login_note' => '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_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', + 'login_remote_user_header_name_text' => 'Custom user name header', + 'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER', + 'logo' => 'Logo', + 'logo_print_assets' => 'Use in Print', + 'logo_print_assets_help' => 'Use branding on printable asset lists ', + 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', + 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', + '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.', + 'show_in_model_list' => 'Show in Model Dropdowns', + 'optional' => 'optional', + 'per_page' => 'Results Per Page', + 'php' => 'PHP Version', + 'php_info' => 'PHP info', + 'php_overview' => 'PHP', + 'php_overview_help' => 'PHP System info', + 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', + 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', + 'pwd_secure_complexity' => 'Password Complexity', + 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', + 'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username', + 'pwd_secure_complexity_letters' => 'Require at least one letter', + 'pwd_secure_complexity_numbers' => 'Require at least one number', + 'pwd_secure_complexity_symbols' => 'Require at least one symbol', + 'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase', + 'pwd_secure_min' => 'Password minimum characters', + 'pwd_secure_min_help' => 'Minimum permitted value is 8', + 'pwd_secure_uncommon' => 'Prevent common passwords', + 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'qr_help' => 'Enable QR Codes first to set this', + 'qr_text' => 'QR Code Text', + 'saml' => 'SAML', + 'saml_title' => 'Update SAML settings', + 'saml_help' => 'SAML settings', + 'saml_enabled' => 'SAML enabled', + 'saml_integration' => 'SAML Integration', + 'saml_sp_entityid' => 'Entity ID', + 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL', + 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL', + 'saml_sp_x509cert' => 'Public Certificate', + 'saml_sp_metadata_url' => 'Metadata URL', + 'saml_idp_metadata' => 'SAML IdP Metadata', + 'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.', + 'saml_attr_mapping_username' => 'Attribute Mapping - Username', + 'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.', + 'saml_forcelogin_label' => 'SAML Force Login', + 'saml_forcelogin' => 'Make SAML the primary login', + 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.', + 'saml_slo_label' => 'SAML Single Log Out', + 'saml_slo' => 'Send a LogoutRequest to IdP on Logout', + 'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.', + 'saml_custom_settings' => 'SAML Custom Settings', + 'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.', + 'saml_download' => 'Download Metadata', + 'setting' => 'Setting', + 'settings' => 'Settings', + 'show_alerts_in_menu' => 'Show alerts in top menu', + 'show_archived_in_list' => 'Archived Assets', + 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_assigned_assets' => 'Show assets assigned to assets', + 'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.', + 'show_images_in_email' => 'Show images in emails', + 'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.', + 'site_name' => 'Site Name', + 'integrations' => 'Integrations', + 'slack' => 'Slack', + 'general_webhook' => 'General Webhook', + 'ms_teams' => 'Microsoft Teams', + 'webhook' => ':app', + 'webhook_presave' => 'Test to Save', + 'webhook_title' => 'Update Webhook Settings', + 'webhook_help' => 'Integration settings', + 'webhook_botname' => ':app Botname', + 'webhook_channel' => ':app Channel', + 'webhook_endpoint' => ':app Endpoint', + 'webhook_integration' => ':app Settings', + 'webhook_test' =>'Test :app integration', + 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first create an incoming webhook on your :app account. Click on the Test :app Integration button to confirm your settings are correct before saving. ', + 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', + 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', + 'shortcuts_enabled' => 'Enable Shortcuts', + 'shortcuts_help_text' => 'Windows: Alt + Access key, Mac: Control + Option + Access key', + 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', + 'version_footer' => 'Version in Footer ', + 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', + 'system' => 'System Information', + 'update' => 'Update Settings', + 'value' => 'Value', + 'brand' => 'Branding', + 'brand_help' => 'Logo, Site Name', + 'web_brand' => 'Web Branding Type', + 'about_settings_title' => 'About Settings', + 'about_settings_text' => 'These settings let you customize certain aspects of your installation.', + 'labels_per_page' => 'Labels per page', + 'label_dimensions' => 'Label dimensions (inches)', + 'next_auto_tag_base' => 'Next auto-increment', + 'page_padding' => 'Page margins (inches)', + 'privacy_policy_link' => 'Link to Privacy Policy', + 'privacy_policy' => 'Privacy Policy', + 'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ', + 'purge' => 'Purge Deleted Records', + 'purge_deleted' => 'Purge Deleted ', + 'labels_display_bgutter' => 'Label bottom gutter', + 'labels_display_sgutter' => 'Label side gutter', + 'labels_fontsize' => 'Label font size', + 'labels_pagewidth' => 'Label sheet width', + 'labels_pageheight' => 'Label sheet height', + 'label_gutters' => 'Label spacing (inches)', + 'page_dimensions' => 'Page dimensions (inches)', + 'label_fields' => 'Label visible fields', + 'inches' => 'inches', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'Link to Snipe-IT in Emails', + 'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Max thumbnail height', + 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'two_factor' => 'Two Factor Authentication', + 'two_factor_secret' => 'Two-Factor Code', + 'two_factor_enrollment' => 'Two-Factor Enrollment', + 'two_factor_enabled_text' => 'Enable Two Factor', + 'two_factor_reset' => 'Reset Two-Factor Secret', + 'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ', + 'two_factor_reset_success' => 'Two factor device successfully reset', + 'two_factor_reset_error' => 'Two factor device reset failed', + 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', + 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => 'Required for all users', + 'two_factor_disabled' => 'Disabled', + 'two_factor_enter_code' => 'Enter Two-Factor Code', + 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + '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.', + 'left' => 'left', + 'right' => 'right', + 'top' => 'top', + 'bottom' => 'bottom', + 'vertical' => 'vertical', + 'horizontal' => 'horizontal', + 'unique_serial' => 'Unique serial numbers', + 'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials', + 'zerofill_count' => 'Length of asset tags, including zerofill', + 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', + 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', + 'oauth' => 'OAuth', + 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', + 'asset_tag_title' => 'Update Asset Tag Settings', + 'barcode_title' => 'Update Barcode Settings', + 'barcodes' => 'Barcodes', + 'barcodes_help_overview' => 'Barcode & QR settings', + 'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.', + 'barcodes_spinner' => 'Attempting to delete files...', + 'barcode_delete_cache' => 'Delete Barcode Cache', + 'branding_title' => 'Update Branding Settings', + 'general_title' => 'Update General Settings', + 'mail_test' => 'Send Test', + 'mail_test_help' => 'This will attempt to send a test mail to :replyto.', + 'filter_by_keyword' => 'Filter by setting keyword', + 'security' => 'Security', + 'security_title' => 'Update Security Settings', + 'security_help' => 'Two-factor, Password Restrictions', + 'groups_help' => 'Account permission groups', + 'localization' => 'Localization', + 'localization_title' => 'Update Localization Settings', + 'localization_help' => 'Language, date display', + 'notifications' => 'Notifications', + 'notifications_help' => 'Email Alerts & Audit Settings', + 'asset_tags_help' => 'Incrementing and prefixes', + 'labels' => 'Labels', + 'labels_title' => 'Update Label Settings', + 'labels_help' => 'Barcodes & label settings', + 'purge_help' => 'Purge Deleted Records', + 'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.', + 'ldap_ad' => 'LDAP/AD', + 'ldap_test_label' => 'Test LDAP Sync', + 'ldap_test_login' => ' Test LDAP Login', + 'ldap_username_placeholder' => 'LDAP Username', + 'ldap_password_placeholder' => 'LDAP Password', + 'employee_number' => 'Employee Number', + 'create_admin_user' => 'Create a User ::', + 'create_admin_success' => 'Success! Your admin user has been added!', + 'create_admin_redirect' => 'Click here to go to your app login!', + 'setup_migrations' => 'Database Migrations ::', + 'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!', + 'setup_successful_migrations' => 'Your database tables have been created', + 'setup_migration_output' => 'Migration output:', + 'setup_migration_create_user' => 'Next: Create User', + 'ldap_settings_link' => 'LDAP Settings Page', + 'slack_test' => 'Test Integration', + 'status_label_name' => 'Status Label Name', + 'super_admin_only' => 'Super Admin Only', + 'label2_enable' => 'New Label Engine', + 'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.', + 'label2_template' => 'Template', + 'label2_template_help' => 'Select which template to use for label generation', + 'label2_title' => 'Title', + 'label2_title_help' => 'The title to show on labels that support it', + 'label2_title_help_phold' => 'The placeholder {COMPANY} will be replaced with the asset's company name', + 'label2_asset_logo' => 'Use Asset Logo', + 'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at :setting_name', + 'label2_1d_type' => '1D Barcode Type', + 'label2_1d_type_help' => 'Format for 1D barcodes', + 'label2_2d_type' => '2D Barcode Type', + 'label2_2d_type_help' => 'Format for 2D barcodes', + 'label2_2d_target' => '2D Barcode Target', + 'label2_2d_target_help' => 'The data that will be contained in the 2D barcode', + 'label2_fields' => 'Field Definitions', + 'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.', + 'purge_barcodes' => 'Purge Barcodes', + 'help_asterisk_bold' => 'Text entered as **text** will be displayed as bold', + 'help_blank_to_use' => 'Leave blank to use the value from :setting_name', + 'help_default_will_use' => ':default will use the value from :setting_name.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ', + 'asset_id' => 'Asset ID', + 'data' => 'Data', + 'default' => 'Default', + 'none' => 'None', + 'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's Google developer console .', + 'google_login' => 'Google Workspace Login Settings', + 'enable_google_login' => 'Enable users to login with Google Workspace', + 'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ', + 'mail_reply_to' => 'Mail Reply-To Address', + 'mail_from' => 'Mail From Address', + 'database_driver' => 'Database Driver', + 'bs_table_storage' => 'Table Storage', + 'timezone' => 'Timezone', + 'test_mail' => 'Test Mail', + 'profile_edit' => 'Edit Profile', + 'profile_edit_help' => 'Allow users to edit their own profiles.', + 'default_avatar' => 'Custom Default Avatar', + 'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.', + 'restore_default_avatar' => 'Restore original system default avatar', + 'restore_default_avatar_help' => '', + 'due_checkin_days' => 'Due For Checkin Warning', + 'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?', + 'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups to add one.', + 'text' => 'Text', + + 'username_formats' => [ + 'username_format' => 'Username Format', + '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_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)', + 'lastnamefirstname' => 'Last Name.First Name (smith.jane)', + ], + + 'email_formats' => [ + 'email_format' => 'Email Format', + 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'first_name_format' => 'First Name (jane@example.com)', + 'last_name_format' => 'Last Name (doe@example.com)', + 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', + 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', + 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)', + 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)', + 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)', + ], + + + + 'logo_labels' => [ + 'acceptance_pdf_logo' => 'PDF Logo', + 'email_logo' => 'Email Logo', + 'label_logo' => 'Label Logo', + 'logo' => 'Site Logo', + 'favicon' => 'Favicon', + ], + + 'logo_help' => [ + 'email_logo_size' => 'Square logos in email look best. ', + ], + + 'logo_option_types' => [ + 'text' => 'Text', + 'logo' => 'Logo', + 'logo_and_text' => 'Logo and Text', + ], + + + 'legends' => [ + 'scoping' => 'Scoping', + 'formats' => 'Default Formats', + 'profiles' => 'User Profiles', + 'eula' => 'EULA & Acceptance Preferences', + 'misc_display' => 'Miscellaneous Display Options', + 'email' => 'Email Preferences', + 'checkin' => 'Checkin Preferences', + 'dashboard' => 'Login & Dashboard Preferences', + 'misc' => 'Miscellaneous', + 'logos' => 'Logos & Display', + 'colors' => 'Colors & Skins', + 'footer' => 'Footer Preferences', + 'security' => 'Security Preferences', + 'general' => 'General', + 'intervals' => 'Intervals & Thresholds', + ], + + + /* Keywords for settings overview help */ + 'keywords' => [ + 'brand' => 'footer, logo, print, theme, skin, header, colors, color, css', + 'general_settings' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy', + 'groups' => 'permissions, permission groups, authorization', + 'labels' => 'labels, barcodes, barcode, sheets, print, upc, qr, 1d, 2d', + 'localization' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation', + 'php_overview' => 'phpinfo, system, info', + 'purge' => 'permanently delete', + 'security' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication', + ], + +]; diff --git a/resources/lang/mr-IN/admin/settings/message.php b/resources/lang/mr-IN/admin/settings/message.php new file mode 100644 index 0000000000..8d9b40e956 --- /dev/null +++ b/resources/lang/mr-IN/admin/settings/message.php @@ -0,0 +1,60 @@ + [ + 'error' => 'An error has occurred while updating. ', + 'success' => 'Settings updated successfully.', + ], + 'backup' => [ + 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', + 'file_deleted' => 'The backup file was successfully deleted. ', + 'generated' => 'A new backup file was successfully created.', + 'file_not_found' => 'That backup file could not be found on the server.', + 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', + 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' + ], + 'restore' => [ + 'success' => 'Your system backup has been restored. Please log in again.' + ], + 'purge' => [ + 'error' => 'An error has occurred while purging. ', + 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', + 'success' => 'Deleted records successfully purged.', + ], + 'mail' => [ + 'sending' => 'Sending Test Email...', + 'success' => 'Mail sent!', + 'error' => 'Mail could not be sent.', + 'additional' => 'No additional error message provided. Check your mail settings and your app log.' + ], + 'ldap' => [ + 'testing' => 'Testing LDAP Connection, Binding & Query ...', + '500' => '500 Server Error. Please check your server logs for more information.', + 'error' => 'Something went wrong :(', + 'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:', + 'testing_authentication' => 'Testing LDAP Authentication...', + 'authentication_success' => 'User authenticated against LDAP successfully!' + ], + 'labels' => [ + 'null_template' => 'Label template not found. Please select a template.', + ], + 'webhook' => [ + 'sending' => 'Sending :app test message...', + 'success' => 'Your :webhook_name Integration works!', + 'success_pt1' => 'Success! Check the ', + 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', + '500' => '500 Server Error.', + 'error' => 'Something went wrong. :app responded with: :error_message', + 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.', + 'error_misc' => 'Something went wrong. :( ', + 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.', + 'webhook_channel_not_found' => ' webhook channel not found.' + ], + + '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/settings/table.php b/resources/lang/mr-IN/admin/settings/table.php new file mode 100644 index 0000000000..22db5c84ed --- /dev/null +++ b/resources/lang/mr-IN/admin/settings/table.php @@ -0,0 +1,6 @@ + 'Created', + 'size' => 'Size', +); diff --git a/resources/lang/mr-IN/admin/statuslabels/message.php b/resources/lang/mr-IN/admin/statuslabels/message.php new file mode 100644 index 0000000000..b1b4034d0d --- /dev/null +++ b/resources/lang/mr-IN/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Status Label does not exist.', + 'deleted_label' => 'Deleted Status Label', + 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', + + 'create' => [ + 'error' => 'Status Label was not created, please try again.', + 'success' => 'Status Label created successfully.', + ], + + 'update' => [ + 'error' => 'Status Label was not updated, please try again', + 'success' => 'Status Label updated successfully.', + ], + + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this Status Label?', + 'error' => 'There was an issue deleting the Status Label. Please try again.', + 'success' => 'The Status Label was deleted successfully.', + ], + + 'help' => [ + 'undeployable' => 'These assets cannot be assigned to anyone.', + 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.', + 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.', + ], + +]; diff --git a/resources/lang/mr-IN/admin/statuslabels/table.php b/resources/lang/mr-IN/admin/statuslabels/table.php new file mode 100644 index 0000000000..27befb5ef7 --- /dev/null +++ b/resources/lang/mr-IN/admin/statuslabels/table.php @@ -0,0 +1,19 @@ + 'About Status Labels', + '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.', + 'name' => 'Status Name', + 'pending' => 'Pending', + 'status_type' => 'Status Type', + 'show_in_nav' => 'Show in side nav', + 'title' => 'Status Labels', + 'undeployable' => 'Undeployable', + 'update' => 'Update Status Label', +); diff --git a/resources/lang/mr-IN/admin/suppliers/message.php b/resources/lang/mr-IN/admin/suppliers/message.php new file mode 100644 index 0000000000..a693669c7e --- /dev/null +++ b/resources/lang/mr-IN/admin/suppliers/message.php @@ -0,0 +1,28 @@ + 'Deleted supplier', + 'does_not_exist' => 'Supplier does not exist.', + + + 'create' => array( + 'error' => 'Supplier was not created, please try again.', + 'success' => 'Supplier created successfully.' + ), + + 'update' => array( + 'error' => 'Supplier was not updated, please try again', + 'success' => 'Supplier updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this supplier?', + 'error' => 'There was an issue deleting the supplier. Please try again.', + 'success' => 'Supplier was deleted successfully.', + 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', + 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', + 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + ) + +); diff --git a/resources/lang/mr-IN/admin/suppliers/table.php b/resources/lang/mr-IN/admin/suppliers/table.php new file mode 100644 index 0000000000..fe7ce55021 --- /dev/null +++ b/resources/lang/mr-IN/admin/suppliers/table.php @@ -0,0 +1,26 @@ + 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'address' => 'Supplier Address', + 'assets' => 'Assets', + 'city' => 'City', + 'contact' => 'Contact Name', + 'country' => 'Country', + 'create' => 'Create Supplier', + 'email' => 'Email', + 'fax' => 'Fax', + 'id' => 'ID', + 'licenses' => 'Licenses', + 'name' => 'Supplier Name', + 'notes' => 'Notes', + 'phone' => 'Phone', + 'state' => 'State', + 'suppliers' => 'Suppliers', + 'update' => 'Update Supplier', + 'view' => 'View Supplier', + 'view_assets_for' => 'View Assets for', + 'zip' => 'Postal Code', + +); diff --git a/resources/lang/mr-IN/admin/users/general.php b/resources/lang/mr-IN/admin/users/general.php new file mode 100644 index 0000000000..14f36cf151 --- /dev/null +++ b/resources/lang/mr-IN/admin/users/general.php @@ -0,0 +1,56 @@ + 'This user can login', + 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', + 'assets_user' => 'Assets assigned to :name', + 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', + 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'current_assets' => 'Assets currently checked out to this user', + 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'history_user' => 'History for :name', + 'info' => 'Info', + 'restore_user' => 'Click here to restore them.', + 'last_login' => 'Last Login', + 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'print_assigned' => 'Print All Assigned', + 'email_assigned' => 'Email List of All Assigned', + 'user_notified' => 'User has been emailed a list of their currently assigned items.', + '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.', + 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', + 'auto_assign_help' => 'Skip this user in auto assignment of licenses', + 'software_user' => 'Software Checked out to :name', + 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.', + 'view_user' => 'View User :name', + 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + 'user_deactivated' => 'User cannot login', + 'user_activated' => 'User can login', + 'activation_status_warning' => 'Do not change activation status', + 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', + 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', + 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', + 'remove_group_memberships' => 'Remove Group Memberships', + 'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.', + 'update_user_assets_status' => 'Update all assets for these users to this status', + 'checkin_user_properties' => 'Check in all properties associated with these users', + 'remote_label' => 'This is a remote user', + 'remote' => 'Remote', + '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_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_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', + 'next_save_user' => 'Next: Save User', + 'all_assigned_list_generation' => 'Generated on:', + 'email_user_creds_on_create' => 'Email this user their credentials?', +]; diff --git a/resources/lang/mr-IN/admin/users/message.php b/resources/lang/mr-IN/admin/users/message.php new file mode 100644 index 0000000000..b6ddad3aac --- /dev/null +++ b/resources/lang/mr-IN/admin/users/message.php @@ -0,0 +1,75 @@ + 'You have successfully accepted this asset.', + 'declined' => 'You have successfully declined this asset.', + 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User does not exist or you do not have permission view them.', + 'user_login_required' => 'The login field is required', + 'user_has_no_assets_assigned' => 'No assets currently assigned to user.', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.', + 'password_reset_sent' => 'A password reset link has been sent to :email!', + 'user_has_no_email' => 'This user does not have an email address in their profile.', + 'log_record_not_found' => 'A matching log record for this user could not be found.', + + + 'success' => array( + 'create' => 'User was successfully created.', + 'update' => 'User was successfully updated.', + 'update_bulk' => 'Users were successfully updated!', + 'delete' => 'User was successfully deleted.', + 'ban' => 'User was successfully banned.', + 'unban' => 'User was successfully unbanned.', + 'suspend' => 'User was successfully suspended.', + 'unsuspend' => 'User was successfully unsuspended.', + 'restored' => 'User was successfully restored.', + 'import' => 'Users imported successfully.', + ), + + 'error' => array( + 'create' => 'There was an issue creating the user. Please try again.', + 'update' => 'There was an issue updating the user. Please try again.', + 'delete' => 'There was an issue deleting the user. Please try again.', + 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + '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_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.', + 'delete_has_users_var' => 'This user still manages another user. Please select another manager for that user first.|This user still manages :count users. Please select another manager for them first.', + 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', + 'import' => 'There was an issue importing users. Please try again.', + 'asset_already_accepted' => 'This asset has already been accepted.', + 'accept_or_decline' => 'You must either accept or decline this asset.', + 'cannot_delete_yourself' => 'We would feel really bad if you deleted yourself, please reconsider.', + 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', + 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'multi_company_items_assigned' => 'This user has items assigned that belong to a different company. Please check them in or edit their company.' + ), + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + ), + + 'inventorynotification' => array( + 'error' => 'This user has no email set.', + 'success' => 'The user has been notified about their current inventory.' + ) +); \ No newline at end of file diff --git a/resources/lang/mr-IN/admin/users/table.php b/resources/lang/mr-IN/admin/users/table.php new file mode 100644 index 0000000000..094cdbc412 --- /dev/null +++ b/resources/lang/mr-IN/admin/users/table.php @@ -0,0 +1,41 @@ + 'Active', + 'allow' => 'Allow', + 'checkedout' => 'Assets', + 'created_at' => 'Created', + 'createuser' => 'Create User', + 'deny' => 'Deny', + 'email' => 'Email', + 'employee_num' => 'Employee No.', + 'first_name' => 'First Name', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.', + 'id' => 'Id', + 'inherit' => 'Inherit', + 'job' => 'Job Title', + 'last_login' => 'Last Login', + 'last_name' => 'Last Name', + 'location' => 'Location', + 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'manager' => 'Manager', + 'managed_locations' => 'Managed Locations', + 'managed_users' => 'Managed Users', + 'name' => 'Name', + 'nogroup' => 'No groups have been created yet. To add one, visit:', + 'notes' => 'Notes', + 'password_confirm' => 'Confirm Password', + 'password' => 'Password', + 'phone' => 'Phone', + 'show_current' => 'Show Current Users', + 'show_deleted' => 'Show Deleted Users', + 'title' => 'Title', + 'to_restore_them' => 'to restore them.', + 'total_assets_cost' => "Total Assets Cost", + 'updateuser' => 'Update User', + 'username' => 'Username', + 'user_deleted_text' => 'This user has been marked as deleted.', + 'username_note' => '(This is used for Active Directory binding only, not for login.)', + 'cloneuser' => 'Clone User', + 'viewusers' => 'View Users', +); diff --git a/resources/lang/mr-IN/auth.php b/resources/lang/mr-IN/auth.php new file mode 100644 index 0000000000..14d8acfce0 --- /dev/null +++ b/resources/lang/mr-IN/auth.php @@ -0,0 +1,20 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).', + +); diff --git a/resources/lang/mr-IN/auth/general.php b/resources/lang/mr-IN/auth/general.php new file mode 100644 index 0000000000..2bbd112788 --- /dev/null +++ b/resources/lang/mr-IN/auth/general.php @@ -0,0 +1,18 @@ + 'Send Password Reset Link', + 'email_reset_password' => 'Email Password Reset', + 'reset_password' => 'Reset Password', + 'saml_login' => 'Login via SAML', + 'login' => 'Login', + 'login_prompt' => 'Please Login', + 'forgot_password' => 'I forgot my password', + 'ldap_reset_password' => 'Please click here to reset your LDAP password', + 'remember_me' => 'Remember Me', + 'username_help_top' => 'Enter your username to be emailed a password reset link.', + 'username_help_bottom' => 'Your username and email address may be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator.

Usernames without an associated email address will not be emailed a password reset link. ', + 'google_login' => 'Login with Google Workspace', + 'google_login_failed' => 'Google Login failed, please try again.', +]; + diff --git a/resources/lang/mr-IN/auth/message.php b/resources/lang/mr-IN/auth/message.php new file mode 100644 index 0000000000..08f638d058 --- /dev/null +++ b/resources/lang/mr-IN/auth/message.php @@ -0,0 +1,45 @@ + 'An account with the this email already exists.', + 'account_not_found' => 'The username or password is incorrect.', + 'account_not_activated' => 'This user account is not activated.', + 'account_suspended' => 'This user account is suspended.', + + 'two_factor' => array( + 'already_enrolled' => 'Your device is already enrolled.', + 'success' => 'You have successfully logged in.', + 'code_required' => 'Two-factor code is required.', + 'invalid_code' => 'Two-factor code is invalid.', + 'enter_two_factor_code' => 'Please enter your two-factor authentication code.', + 'please_enroll' => 'Please enroll a device in two-factor authentication.', + ), + + 'signin' => array( + 'error' => 'There was a problem while trying to log you in, please try again.', + 'success' => 'You have successfully logged in.', + ), + + 'logout' => array( + 'error' => 'There was a problem while trying to log you out, please try again.', + 'success' => 'You have successfully logged out.', + ), + + 'signup' => array( + 'error' => 'There was a problem while trying to create your account, please try again.', + 'success' => 'Account sucessfully created.', + ), + + 'forgot-password' => array( + 'error' => 'There was a problem while trying to get a reset password code, please try again.', + 'success' => 'If that email address exists in our system, a password recovery email has been sent.', + ), + + 'forgot-password-confirm' => array( + 'error' => 'There was a problem while trying to reset your password, please try again.', + 'success' => 'Your password has been successfully reset.', + ), + + +); diff --git a/resources/lang/mr-IN/button.php b/resources/lang/mr-IN/button.php new file mode 100644 index 0000000000..8a838e8faf --- /dev/null +++ b/resources/lang/mr-IN/button.php @@ -0,0 +1,34 @@ + 'Actions', + 'add' => 'Add New', + 'cancel' => 'Cancel', + 'checkin_and_delete' => 'Checkin All / Delete User', + 'delete' => 'Delete', + 'edit' => 'Edit', + 'clone' => 'Clone', + 'restore' => 'Restore', + 'remove' => 'Remove', + 'request' => 'Request', + 'submit' => 'Submit', + 'upload' => 'Upload', + 'select_file' => 'Select File...', + 'select_files' => 'Select Files...', + 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels', + 'send_password_link' => 'Send Password Reset Link', + 'go' => 'Go', + 'bulk_actions' => 'Bulk Actions', + 'add_maintenance' => 'Add Maintenance', + 'append' => 'Append', + 'new' => 'New', + 'var' => [ + 'clone' => 'Clone :item_type', + 'edit' => 'Edit :item_type', + 'delete' => 'Delete :item_type', + 'restore' => 'Restore :item_type', + 'create' => 'Create New :item_type', + 'checkout' => 'Checkout :item_type', + 'checkin' => 'Checkin :item_type', + ] +]; diff --git a/resources/lang/mr-IN/general.php b/resources/lang/mr-IN/general.php new file mode 100644 index 0000000000..3cf7a31e6e --- /dev/null +++ b/resources/lang/mr-IN/general.php @@ -0,0 +1,629 @@ + '2FA reset', + 'accessories' => 'Accessories', + 'activated' => 'Activated', + 'accepted_date' => 'Date Accepted', + 'accessory' => 'Accessory', + 'accessory_report' => 'Accessory Report', + 'action' => 'Action', + 'activity_report' => 'Activity Report', + 'address' => 'Address', + 'admin' => 'Admin Settings', + 'admin_tooltip' => 'This user has admin privileges', + 'superuser' => 'Superuser', + 'superuser_tooltip' => 'This user has superuser privileges', + 'administrator' => 'Administrator', + 'add_seats' => 'Added seats', + 'age' => "Age", + 'all_assets' => 'All Assets', + 'all' => 'All', + 'archived' => 'Archived', + 'asset_models' => 'Asset Models', + 'asset_model' => 'Model', + 'asset' => 'Asset', + 'asset_previous' => 'Asset (Previously Assigned)', + 'asset_report' => 'Asset Report', + 'asset_tag' => 'Asset Tag', + 'asset_tags' => 'Asset Tags', + 'assets_available' => 'Assets available', + 'accept_assets' => 'Accept Assets :name', + 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', + 'audit' => 'Audit', + 'audits' => 'Audits', + 'audit_report' => 'Audit Log', + 'assets' => 'Assets', + 'assets_audited' => 'assets audited', + 'assets_checked_in_count' => 'assets checked in', + 'assets_checked_out_count' => 'assets checked out', + 'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.', + 'assigned_date' => 'Date Assigned', + 'assigned_to' => 'Assigned to :name', + 'assignee' => 'Assigned to', + 'avatar_delete' => 'Delete Avatar', + 'avatar_upload' => 'Upload Avatar', + 'back' => 'Back', + 'bad_data' => 'Nothing found. Maybe bad data?', + 'bulkaudit' => 'Bulk Audit', + 'bulkaudit_status' => 'Audit Status', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_edit' => 'Bulk Edit', + 'bulk_delete' => 'Bulk Delete', + 'bulk_actions' => 'Bulk Actions', + 'bulk_checkin_delete' => 'Bulk Checkin / Delete Users', + 'byod' => 'BYOD', + 'byod_help' => 'This device is owned by the user', + 'bystatus' => 'by Status', + 'cancel' => 'Cancel', + 'categories' => 'Categories', + 'category' => 'Category', + 'change' => 'In/Out', + 'changeemail' => 'Change Email Address', + 'changepassword' => 'Change Password', + 'checkin' => 'Checkin', + 'checkin_from' => 'Checkin from', + 'checkin_note' => 'Checkin Note', + 'checkout_note' => 'Checkout Note', + 'checkout' => 'Checkout', + 'checkouts_count' => 'Checkouts', + 'checkins_count' => 'Checkins', + 'checkin_and_delete' => 'Checkin and Delete', + 'user_requests_count' => 'Requests', + 'city' => 'City', + 'click_here' => 'Click here', + 'clear_selection' => 'Clear Selection', + 'companies' => 'Companies', + 'company' => 'Company', + 'component' => 'Component', + 'components' => 'Components', + 'complete' => 'Complete', + 'consumable' => 'Consumable', + 'consumables' => 'Consumables', + 'country' => 'Country', + 'could_not_restore' => 'Error restoring :item_type: :error', + 'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored', + 'create' => 'Create New', + 'created' => 'Item Created', + 'created_asset' => 'created asset', + 'created_at' => 'Created At', + 'created_by' => 'Created By', + 'record_created' => 'Record Created', + 'updated_at' => 'Updated at', + 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // + 'current' => 'Current', + 'current_password' => 'Current Password', + 'customize_report' => 'Customize Report', + 'custom_report' => 'Custom Asset Report', + 'dashboard' => 'Dashboard', + 'data_source' => 'Data Source', + 'days' => 'days', + 'days_to_next_audit' => 'Days to Next Audit', + 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'delete' => 'Delete', + 'delete_confirm' => 'Are you sure you wish to delete :item?', + 'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.', + 'deleted' => 'Deleted', + 'delete_seats' => 'Deleted Seats', + 'deletion_failed' => 'Deletion failed', + 'departments' => 'Departments', + 'department' => 'Department', + 'deployed' => 'Deployed', + 'depreciation' => 'Depreciation', + 'depreciations' => 'Depreciations', + 'depreciation_report' => 'Depreciation Report', + 'details' => 'Details', + 'download' => 'Download', + 'download_all' => 'Download All', + 'editprofile' => 'Edit Your Profile', + 'eol' => 'EOL', + 'email_domain' => 'Email Domain', + 'employee_number' => 'Employee Number', + 'email_domain_help' => 'This is used to generate email addresses when importing', + 'error' => 'Error', + 'exclude_archived' => 'Exclude Archived Assets', + 'exclude_deleted' => 'Exclude Deleted Assets', + 'example' => 'Example: ', + + 'files' => 'Files', + 'file_name' => 'File', + 'file_type' => 'File Type', + 'filesize' => 'File Size', + 'file_uploads' => 'File Uploads', + 'file_upload' => 'File Upload', + 'generate' => 'Generate', + 'generate_labels' => 'Generate Labels', + 'github_markdown' => 'This field accepts Github flavored markdown.', + 'groups' => 'Groups', + 'gravatar_email' => 'Gravatar Email Address', + 'gravatar_url' => 'Change your avatar at Gravatar.com.', + 'history' => 'History', + 'history_for' => 'History for', + 'id' => 'ID', + 'image' => 'Image', + 'image_delete' => 'Delete Image', + 'include_deleted' => 'Include Deleted Assets', + 'image_upload' => 'Upload Image', + '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.', + 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', + 'import' => 'Import', + 'import_this_file' => 'Map fields and process this file', + 'importing' => 'Importing', + 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file.

The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation.', + 'import-history' => 'Import History', + 'asset_maintenance' => 'Asset Maintenance', + 'asset_maintenance_report' => 'Asset Maintenance Report', + 'asset_maintenances' => 'Asset Maintenances', + 'item' => 'Item', + 'item_name' => 'Item Name', + 'import_file' => 'import CSV file', + 'import_type' => 'CSV import type', + 'insufficient_permissions' => 'Insufficient permissions!', + 'kits' => 'Predefined Kits', + 'language' => 'Language', + 'last' => 'Last', + 'last_login' => 'Last Login', + 'last_name' => 'Last Name', + 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)', + 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)', + 'name_display_format' => 'Name Display Format', + 'first' => 'First', + 'first_name' => 'First Name', + 'license' => 'License', + 'license_report' => 'License Report', + 'licenses_available' => 'Licenses available', + 'licenses' => 'Licenses', + 'list_all' => 'List All', + 'loading' => 'Loading... please wait...', + 'lock_passwords' => 'This field value will not be saved in a demo installation.', + 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'location' => 'Location', + 'location_plural' => 'Location|Locations', + 'locations' => 'Locations', + 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ', + 'logout' => 'Logout', + 'lookup_by_tag' => 'Lookup by Asset Tag', + 'maintenances' => 'Maintenances', + 'manage_api_keys' => 'Manage API keys', + 'manufacturer' => 'Manufacturer', + 'manufacturers' => 'Manufacturers', + 'markdown' => 'This field allows Github flavored markdown.', + 'min_amt' => 'Min. QTY', + 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.', + 'model_no' => 'Model No.', + 'months' => 'months', + 'moreinfo' => 'More Info', + 'name' => 'Name', + 'new_password' => 'New Password', + 'next' => 'Next', + 'next_audit_date' => 'Next Audit Date', + 'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in Admin Settings > Alerts) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ', + 'audit_images_help' => 'You can find audit images in the asset\'s history tab.', + 'no_email' => 'No email address associated with this user', + 'last_audit' => 'Last Audit', + 'new' => 'new!', + 'no_depreciation' => 'No Depreciation', + 'no_results' => 'No Results.', + 'no' => 'No', + 'notes' => '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', + 'order_number' => 'Order Number', + 'only_deleted' => 'Only Deleted Assets', + 'page_menu' => 'Showing _MENU_ items', + 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'pending' => 'Pending', + 'people' => 'People', + 'per_page' => 'Results Per Page', + 'previous' => 'Previous', + 'processing' => 'Processing', + 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', + 'qty' => 'QTY', + 'quantity' => 'Quantity', + 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels', + 'quickscan_checkin' => 'Quick Scan Checkin', + 'quickscan_checkin_status' => 'Checkin Status', + 'ready_to_deploy' => 'Ready to Deploy', + 'recent_activity' => 'Recent Activity', + 'remaining' => 'Remaining', + 'remove_company' => 'Remove Company Association', + 'reports' => 'Reports', + 'restored' => 'restored', + 'restore' => 'Restore', + 'requestable_models' => 'Requestable Models', + 'requestable_items' => 'Requestable Items', + 'requested' => 'Requested', + 'requested_date' => 'Requested Date', + 'requested_assets' => 'Requested Assets', + 'requested_assets_menu' => 'Requested Assets', + 'request_canceled' => 'Request Canceled', + 'request_item' => 'Request this item', + 'external_link_tooltip' => 'External link to', + 'save' => 'Save', + 'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects + 'select' => 'Select', + 'select_all' => 'Select All', + 'search' => 'Search', + 'select_category' => 'Select a Category', + 'select_datasource' => 'Select a data source', + 'select_department' => 'Select a Department', + 'select_depreciation' => 'Select a Depreciation Type', + 'select_location' => 'Select a Location', + 'select_manufacturer' => 'Select a Manufacturer', + 'select_model' => 'Select a Model', + 'select_supplier' => 'Select a Supplier', + 'select_user' => 'Select a User', + 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_statuslabel' => 'Select Status', + 'select_company' => 'Select Company', + 'select_asset' => 'Select Asset', + 'settings' => 'Settings', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', + 'sign_in' => 'Sign in', + 'signature' => 'Signature', + 'signed_off_by' => 'Signed Off By', + 'skin' => 'Skin', + 'webhook_msg_note' => 'A notification will be sent via webhook', + 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!', + 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'site_name' => 'Site Name', + 'state' => 'State', + 'status_labels' => 'Status Labels', + 'status_label' => 'Status Label', + 'status' => 'Status', + 'accept_eula' => 'Acceptance Agreement', + 'show_or_hide_eulas' => 'Show/Hide EULAs', + 'supplier' => 'Supplier', + 'suppliers' => 'Suppliers', + 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete_var' => 'Are you sure you wish to delete :item?', + 'delete_what' => 'Delete :item', + 'submit' => 'Submit', + 'target' => 'Target', + 'time_and_date_display' => 'Time and Date Display', + 'total_assets' => 'total assets', + 'total_licenses' => 'total licenses', + 'total_accessories' => 'total accessories', + 'total_consumables' => 'total consumables', + 'type' => 'Type', + 'undeployable' => 'Un-deployable', + 'unknown_admin' => 'Unknown Admin', + 'username' => 'Username', + 'update' => 'Update', + 'updating_item' => 'Updating :item', + 'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.', + 'uploaded' => 'Uploaded', + 'user' => 'User', + 'accepted' => 'accepted', + 'declined' => 'declined', + 'declined_note' => 'Declined Notes', + 'unassigned' => 'Unassigned', + 'unaccepted_asset_report' => 'Unaccepted Assets', + 'users' => 'Users', + 'viewall' => 'View All', + 'viewassets' => 'View Assigned Assets', + 'viewassetsfor' => 'View Assets for :name', + 'website' => 'Website', + 'welcome' => 'Welcome, :name', + 'years' => 'years', + 'yes' => 'Yes', + 'zip' => 'Zip', + 'noimage' => 'No image uploaded or image not found.', + 'file_does_not_exist' => 'The requested file does not exist on the server.', + 'file_upload_success' => 'File upload success!', + 'no_files_uploaded' => 'File upload success!', + 'token_expired' => 'Your form session has expired. Please try again.', + 'login_enabled' => 'Login Enabled', + 'audit_due' => 'Due for 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', + 'checkin_due' => 'Due for Checkin', + 'checkin_overdue' => 'Overdue for Checkin', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', + 'audit_overdue' => 'Overdue for Audit', + 'accept' => 'Accept :asset', + 'i_accept' => 'I accept', + 'i_decline' => 'I decline', + 'accept_decline' => 'Accept/Decline', + 'sign_tos' => 'Sign below to indicate that you agree to the terms of service:', + 'clear_signature' => 'Clear Signature', + 'show_help' => 'Show help', + 'hide_help' => 'Hide help', + 'view_all' => 'view all', + 'hide_deleted' => 'Hide Deleted', + 'email' => 'Email', + 'do_not_change' => 'Do not change', + 'bug_report' => 'Report a bug', + 'user_manual' => 'User\'s Manual', + 'setup_step_1' => 'Step 1', + 'setup_step_2' => 'Step 2', + 'setup_step_3' => 'Step 3', + 'setup_step_4' => 'Step 4', + 'setup_config_check' => 'Configuration Check', + 'setup_create_database' => 'Create database tables', + 'setup_create_admin' => 'Create an admin user', + 'setup_done' => 'Finished!', + 'bulk_edit_about_to' => 'You are about to edit the following: ', + 'checked_out' => 'Checked Out', + 'checked_out_to' => 'Checked out to', + 'fields' => 'Fields', + 'last_checkout' => 'Last Checkout', + 'due_to_checkin' => 'The following :count items are due to be checked in soon:', + 'expected_checkin' => 'Expected Checkin', + 'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.', + 'changed' => 'Changed', + 'to' => 'To', + 'report_fields_info' => '

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

+

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

', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid or missing category', + 'invalid_item_category_single' => 'Invalid or missing :type category. Please update the category of this :type to include a valid category before checking out.', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:', + 'notification_success' => 'Success', + 'notification_warning' => 'Warning', + 'notification_info' => 'Info', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name', + 'asset_name' => 'Asset Name', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in so that it is available for re-issue, re-imaging, etc', + 'checkout_user_tooltip' => 'Check this item out to a user', + 'checkin_to_diff_location' => 'You can choose to check this asset in to a location other than this asset\'s default location of :default_location if one is set', + 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', + 'maintenance_mode_title' => 'System Temporarily Unavailable', + 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', + 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', + 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', + 'additional_files' => 'Additional Files', + 'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.', + 'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.', + 'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.', + 'bulk_checkin_success' => 'The items for the selected users have been checked in.', + 'set_to_null' => 'Delete values for this selection|Delete values for all :selection_count selections ', + 'set_users_field_to_null' => 'Delete :field values for this user|Delete :field values for all :user_count users ', + 'na_no_purchase_date' => 'N/A - No purchase date provided', + 'assets_by_status' => 'Assets by Status', + 'assets_by_status_type' => 'Assets by Status Type', + 'pie_chart_type' => 'Dashboard Pie Chart Type', + 'hello_name' => 'Hello, :name!', + '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', + 'start_date' => 'Start Date', + 'end_date' => 'End Date', + 'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail', + 'placeholder_kit' => 'Select a kit', + 'file_not_found' => 'File not found', + 'log_record_not_found' => 'No record for that log entry was found.', + 'preview_not_available' => '(no preview)', + 'setup' => 'Setup', + 'pre_flight' => 'Pre-Flight', + 'skip_to_main_content' => 'Skip to main content', + 'toggle_navigation' => 'Toggle navigation', + 'alerts' => 'Alerts', + 'tasks_view_all' => 'View all tasks', + 'true' => 'True', + 'false' => 'False', + 'integration_option' => 'Integration Option', + 'log_does_not_exist' => 'No matching log record exists.', + 'merge_users' => 'Merge Users', + 'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licenses, etc will be moved over to the selected user and the other users will be marked as deleted.', + 'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.', + 'no_users_selected' => 'No users selected', + 'not_enough_users_selected' => 'At least :count users must be selected', + 'merge_success' => ':count users merged successfully into :into_username!', + 'merged' => 'merged', + 'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ', + 'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)', + 'clear_and_save' => 'Clear & Save', + 'update_existing_values' => 'Update Existing Values?', + 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.', + 'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.', + 'send_welcome_email_to_users' => ' Send Welcome Email for new Users?', + 'send_email' => 'Send Email', + 'call' => 'Call number', + 'back_before_importing' => 'Backup before importing?', + 'csv_header_field' => 'CSV Header Field', + 'import_field' => 'Import Field', + 'sample_value' => 'Sample Value', + 'no_headers' => 'No Columns Found', + 'error_in_import_file' => 'There was an error reading the CSV file: :error', + 'errors_importing' => 'Some Errors occurred while importing: ', + 'warning' => 'WARNING: :warning', + 'success_redirecting' => '"Success... Redirecting.', + 'cancel_request' => 'Cancel this item request', + 'setup_successful_migrations' => 'Your database tables have been created', + 'setup_migration_output' => 'Migration output:', + 'setup_migration_create_user' => 'Next: Create User', + 'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.', + 'confirm' => 'Confirm', + 'autoassign_licenses' => 'Auto-Assign Licenses', + 'autoassign_licenses_help' => 'Allow this user to have licenses assigned via the bulk-assign license UI or cli tools.', + 'autoassign_licenses_help_long' => 'This allows a user to be have licenses assigned via the bulk-assign license UI or cli tools. (For example, you might not want contractors to be auto-assigned a license you would provide to only staff members. You can still individually assign licenses to those users, but they will not be included in the Checkout License to All Users functions.)', + 'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.', + 'modal_confirm_generic' => 'Are you sure?', + 'cannot_be_deleted' => 'This item cannot be deleted', + 'cannot_be_edited' => 'This item cannot be edited.', + 'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.', + 'serial_number' => 'Serial Number', + 'item_notes' => ':item Notes', + 'item_name_var' => ':item Name', + 'error_user_company' => 'Checkout target company and asset company do not match', + 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', + 'importer' => [ + 'checked_out_to_fullname' => 'Checked Out to: Full Name', + 'checked_out_to_first_name' => 'Checked Out to: First Name', + 'checked_out_to_last_name' => 'Checked Out to: Last Name', + 'checked_out_to_username' => 'Checked Out to: Username', + 'checked_out_to_email' => 'Checked Out to: Email', + 'checked_out_to_tag' => 'Checked Out to: Asset Tag', + 'manager_first_name' => 'Manager First Name', + 'manager_last_name' => 'Manager Last Name', + 'manager_full_name' => 'Manager Full Name', + 'manager_username' => 'Manager Username', + 'checkout_type' => 'Checkout Type', + 'checkout_location' => 'Checkout to Location', + 'image_filename' => 'Image Filename', + 'do_not_import' => 'Do Not Import', + 'vip' => 'VIP', + 'avatar' => 'Avatar', + 'gravatar' => 'Gravatar Email', + 'currency' => 'Currency', + 'address2' => 'Address Line 2', + 'import_note' => 'Imported using csv importer', + ], + 'remove_customfield_association' => 'Remove this field from the fieldset. This will not delete the custom field, only this field\'s association with this fieldset.', + '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.', + '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.', + 'rtd_location_help' => 'This is the location of the asset when it is not checked out', + 'item_not_found' => ':item_type ID :id does not exist or has been deleted', + 'action_permission_denied' => 'You do not have permission to :action :item_type ID :id', + 'action_permission_generic' => 'You do not have permission to :action this :item_type', + 'edit' => 'edit', + 'action_source' => 'Action Source', + 'or' => 'or', + 'url' => 'URL', + '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', + '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', + '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', + 'nothing_selected' => 'No :object_type selected - nothing to do', + 'partial' => 'Deleted :success_count :object_type, but :error_count :object_type could not be deleted', + ], + ], + 'no_requestable' => 'There are no requestable assets or asset models.', + + 'countable' => [ + 'accessories' => ':count Accessory|:count Accessories', + 'assets' => ':count Asset|:count Assets', + 'licenses' => ':count License|:count Licenses', + 'license_seats' => ':count License Seat|:count License Seats', + 'consumables' => ':count Consumable|:count Consumables', + 'components' => ':count Component|:count Components', + ], + + 'more_info' => 'More Info', + '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', + 'expires' => 'Expires', + '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', + 'by' => 'By', + +// Add form placeholders here + 'placeholders' => [ + 'notes' => 'Add a note', + ], + + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :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', + + ], + + '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', + + '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.', + ], + ], + +]; diff --git a/resources/lang/mr-IN/help.php b/resources/lang/mr-IN/help.php new file mode 100644 index 0000000000..a59e0056be --- /dev/null +++ b/resources/lang/mr-IN/help.php @@ -0,0 +1,35 @@ + 'More Info', + + 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', + + 'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + + 'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + + 'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', + + 'companies' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + + 'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', + + 'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', + + 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', + + 'empty_file' => 'The importer detects that this file is empty.' +]; diff --git a/resources/lang/mr-IN/localizations.php b/resources/lang/mr-IN/localizations.php new file mode 100644 index 0000000000..827ed4fca1 --- /dev/null +++ b/resources/lang/mr-IN/localizations.php @@ -0,0 +1,326 @@ + 'Select a Language', + 'languages' => [ + 'en-US'=> 'English, US', + 'en-GB'=> 'English, UK', + 'am-ET' => 'Amharic', + 'af-ZA'=> 'Afrikaans', + 'ar-SA'=> 'Arabic', + 'bg-BG'=> 'Bulgarian', + 'zh-CN'=> 'Chinese Simplified', + 'zh-TW'=> 'Chinese Traditional', + 'ca-ES' => 'Catalan', + 'hr-HR'=> 'Croatian', + 'cs-CZ'=> 'Czech', + 'da-DK'=> 'Danish', + 'nl-NL'=> 'Dutch', + 'en-ID'=> 'English, Indonesia', + 'et-EE'=> 'Estonian', + 'fil-PH'=> 'Filipino', + 'fi-FI'=> 'Finnish', + 'fr-FR'=> 'French', + 'de-DE'=> 'German', + 'de-if'=> 'German (Informal)', + 'el-GR'=> 'Greek', + 'he-IL'=> 'Hebrew', + 'hu-HU'=> 'Hungarian', + 'is-IS' => 'Icelandic', + 'id-ID'=> 'Indonesian', + 'ga-IE'=> 'Irish', + 'it-IT'=> 'Italian', + 'ja-JP'=> 'Japanese', + 'km-KH'=>'Khmer', + 'ko-KR'=> 'Korean', + 'lt-LT'=>'Lithuanian', + 'lv-LV'=> 'Latvian', + 'mk-MK'=> 'Macedonian', + 'ms-MY'=> 'Malay', + 'mi-NZ'=> 'Maori', + 'mn-MN'=> 'Mongolian', + 'nb-NO'=> 'Norwegian Bokmål', + 'om-ET' => 'Oromo (Ethiopian)', + //'nn-NO'=> 'Norwegian Nynorsk', + 'fa-IR'=> 'Persian', + 'pl-PL'=> 'Polish', + 'pt-PT'=> 'Portuguese', + 'pt-BR'=> 'Portuguese, Brazilian', + 'ro-RO'=> 'Romanian', + 'ru-RU'=> 'Russian', + 'sr-CS' => 'Serbian (Latin)', + 'sk-SK'=> 'Slovak', + 'sl-SI'=> 'Slovenian', + 'so-SO'=> 'Somali', + 'es-ES'=> 'Spanish', + 'es-CO'=> 'Spanish, Colombia', + 'es-MX'=> 'Spanish, Mexico', + 'es-VE'=> 'Spanish, Venezuela', + 'sv-SE'=> 'Swedish', + 'tl-PH'=> 'Tagalog', + 'ta-IN'=> 'Tamil', + 'th-TH'=> 'Thai', + 'tr-TR'=> 'Turkish', + 'uk-UA'=> 'Ukranian', + 'vi-VN'=> 'Vietnamese', + 'cy-GB'=> 'Welsh', + 'zu-ZA'=> 'Zulu', + ], + + 'select_country' => 'Select a Country', + + 'countries' => [ + 'AC'=>'Ascension Island', + 'AD'=>'Andorra', + 'AE'=>'United Arab Emirates', + 'AF'=>'Afghanistan', + 'AG'=>'Antigua And Barbuda', + 'AI'=>'Anguilla', + 'AL'=>'Albania', + 'AM'=>'Armenia', + 'AN'=>'Netherlands Antilles', + 'AO'=>'Angola', + 'AQ'=>'Antarctica', + 'AR'=>'Argentina', + 'AS'=>'American Samoa', + 'AT'=>'Austria', + 'AU'=>'Australia', + 'AW'=>'Aruba', + 'AX'=>'Ã…land', + 'AZ'=>'Azerbaijan', + 'BA'=>'Bosnia And Herzegovina', + 'BB'=>'Barbados', + 'BE'=>'Belgium', + 'BD'=>'Bangladesh', + 'BF'=>'Burkina Faso', + 'BG'=>'Bulgaria', + 'BH'=>'Bahrain', + 'BI'=>'Burundi', + 'BJ'=>'Benin', + 'BM'=>'Bermuda', + 'BN'=>'Brunei Darussalam', + 'BO'=>'Bolivia', + 'BR'=>'Brazil', + 'BS'=>'Bahamas', + 'BT'=>'Bhutan', + 'BV'=>'Bouvet Island', + 'BW'=>'Botswana', + 'BY'=>'Belarus', + 'BZ'=>'Belize', + 'CA'=>'Canada', + 'CC'=>'Cocos (Keeling) Islands', + 'CD'=>'Congo (Democratic Republic)', + 'CF'=>'Central African Republic', + 'CG'=>'Congo (Republic)', + 'CH'=>'Switzerland', + 'CI'=>'Côte d\'Ivoire', + 'CK'=>'Cook Islands', + 'CL'=>'Chile', + 'CM'=>'Cameroon', + 'CN'=>'People\'s Republic of China', + 'CO'=>'Colombia', + 'CR'=>'Costa Rica', + 'CU'=>'Cuba', + 'CV'=>'Cape Verde', + 'CX'=>'Christmas Island', + 'CY'=>'Cyprus', + 'CZ'=>'Czech Republic', + 'DE'=>'Germany', + 'DJ'=>'Djibouti', + 'DK'=>'Denmark', + 'DM'=>'Dominica', + 'DO'=>'Dominican Republic', + 'DZ'=>'Algeria', + 'EC'=>'Ecuador', + 'EE'=>'Estonia', + 'EG'=>'Egypt', + 'GB-ENG'=>'England', + 'ER'=>'Eritrea', + 'ES'=>'Spain', + 'ET'=>'Ethiopia', + 'EU'=>'European Union', + 'FI'=>'Finland', + 'FJ'=>'Fiji', + 'FK'=>'Falkland Islands (Malvinas)', + 'FM'=>'Micronesia, Federated States Of', + 'FO'=>'Faroe Islands', + 'FR'=>'France', + 'GA'=>'Gabon', + 'GD'=>'Grenada', + 'GE'=>'Georgia', + 'GF'=>'French Guiana', + 'GG'=>'Guernsey', + 'GH'=>'Ghana', + 'GI'=>'Gibraltar', + 'GL'=>'Greenland', + 'GM'=>'Gambia', + 'GN'=>'Guinea', + 'GP'=>'Guadeloupe', + 'GQ'=>'Equatorial Guinea', + 'GR'=>'Greece', + 'GS'=>'South Georgia And The South Sandwich Islands', + 'GT'=>'Guatemala', + 'GU'=>'Guam', + 'GW'=>'Guinea-Bissau', + 'GY'=>'Guyana', + 'HK'=>'Hong Kong', + 'HM'=>'Heard And Mc Donald Islands', + 'HN'=>'Honduras', + 'HR'=>'Croatia (local name: Hrvatska)', + 'HT'=>'Haiti', + 'HU'=>'Hungary', + 'ID'=>'Indonesia', + 'IE'=>'Ireland', + 'IL'=>'Israel', + 'IM'=>'Isle of Man', + 'IN'=>'India', + 'IO'=>'British Indian Ocean Territory', + 'IQ'=>'Iraq', + 'IR'=>'Iran, Islamic Republic Of', + 'IS'=>'Iceland', + 'IT'=>'Italy', + 'JE'=>'Jersey', + 'JM'=>'Jamaica', + 'JO'=>'Jordan', + 'JP'=>'Japan', + 'KE'=>'Kenya', + 'KG'=>'Kyrgyzstan', + 'KH'=>'Cambodia', + 'KI'=>'Kiribati', + 'KM'=>'Comoros', + 'KN'=>'Saint Kitts And Nevis', + 'KR'=>'Korea, Republic Of', + 'KW'=>'Kuwait', + 'KY'=>'Cayman Islands', + 'KZ'=>'Kazakhstan', + 'LA'=>'Lao People\'s Democratic Republic', + 'LB'=>'Lebanon', + 'LC'=>'Saint Lucia', + 'LI'=>'Liechtenstein', + 'LK'=>'Sri Lanka', + 'LR'=>'Liberia', + 'LS'=>'Lesotho', + 'LT'=>'Lithuania', + 'LU'=>'Luxembourg', + 'LV'=>'Latvia', + 'LY'=>'Libyan Arab Jamahiriya', + 'MA'=>'Morocco', + 'MC'=>'Monaco', + 'MD'=>'Moldova, Republic Of', + 'ME'=>'Montenegro', + 'MG'=>'Madagascar', + 'MH'=>'Marshall Islands', + 'MK'=>'Macedonia, The Former Yugoslav Republic Of', + 'ML'=>'Mali', + 'MM'=>'Myanmar', + 'MN'=>'Mongolia', + 'MO'=>'Macau', + 'MP'=>'Northern Mariana Islands', + 'MQ'=>'Martinique', + 'MR'=>'Mauritania', + 'MS'=>'Montserrat', + 'MT'=>'Malta', + 'MU'=>'Mauritius', + 'MV'=>'Maldives', + 'MW'=>'Malawi', + 'MX'=>'Mexico', + 'MY'=>'Malaysia', + 'MZ'=>'Mozambique', + 'NA'=>'Namibia', + 'NC'=>'New Caledonia', + 'NE'=>'Niger', + 'NF'=>'Norfolk Island', + 'NG'=>'Nigeria', + 'NI'=>'Nicaragua', + 'NL'=>'Netherlands', + 'GB-NIR' => 'Northern Ireland', + 'NO'=>'Norway', + 'NP'=>'Nepal', + 'NR'=>'Nauru', + 'NU'=>'Niue', + 'NZ'=>'New Zealand', + 'OM'=>'Oman', + 'PA'=>'Panama', + 'PE'=>'Peru', + 'PF'=>'French Polynesia', + 'PG'=>'Papua New Guinea', + 'PH'=>'Philippines, Republic of the', + 'PK'=>'Pakistan', + 'PL'=>'Poland', + 'PM'=>'St. Pierre And Miquelon', + 'PN'=>'Pitcairn', + 'PR'=>'Puerto Rico', + 'PS'=>'Palestine', + 'PT'=>'Portugal', + 'PW'=>'Palau', + 'PY'=>'Paraguay', + 'QA'=>'Qatar', + 'RE'=>'Reunion', + 'RO'=>'Romania', + 'RS'=>'Serbia', + 'RU'=>'Russian Federation', + 'RW'=>'Rwanda', + 'SA'=>'Saudi Arabia', + 'GB-SCT'=>'Scotland', + 'SB'=>'Solomon Islands', + 'SC'=>'Seychelles', + 'SS'=>'South Sudan', + 'SD'=>'Sudan', + 'SE'=>'Sweden', + 'SG'=>'Singapore', + 'SH'=>'St. Helena', + 'SI'=>'Slovenia', + 'SJ'=>'Svalbard And Jan Mayen Islands', + 'SK'=>'Slovakia (Slovak Republic)', + 'SL'=>'Sierra Leone', + 'SM'=>'San Marino', + 'SN'=>'Senegal', + 'SO'=>'Somalia', + 'SR'=>'Suriname', + 'ST'=>'Sao Tome And Principe', + 'SU'=>'Soviet Union', + 'SV'=>'El Salvador', + 'SY'=>'Syrian Arab Republic', + 'SZ'=>'Swaziland', + 'TC'=>'Turks And Caicos Islands', + 'TD'=>'Chad', + 'TF'=>'French Southern Territories', + 'TG'=>'Togo', + 'TH'=>'Thailand', + 'TJ'=>'Tajikistan', + 'TK'=>'Tokelau', + 'TI'=>'East Timor', + 'TM'=>'Turkmenistan', + 'TN'=>'Tunisia', + 'TO'=>'Tonga', + 'TP'=>'East Timor (old code)', + 'TR'=>'Turkey', + 'TT'=>'Trinidad And Tobago', + 'TV'=>'Tuvalu', + 'TW'=>'Taiwan', + 'TZ'=>'Tanzania, United Republic Of', + 'UA'=>'Ukraine', + 'UG'=>'Uganda', + 'UK'=>'United Kingdom', + 'US'=>'United States', + 'UM'=>'United States Minor Outlying Islands', + 'UY'=>'Uruguay', + 'UZ'=>'Uzbekistan', + 'VA'=>'Vatican City State (Holy See)', + 'VC'=>'Saint Vincent And The Grenadines', + 'VE'=>'Venezuela', + 'VG'=>'Virgin Islands (British)', + 'VI'=>'Virgin Islands (U.S.)', + 'VN'=>'Viet Nam', + 'VU'=>'Vanuatu', + 'GB-WLS' =>'Wales', + 'WF'=>'Wallis And Futuna Islands', + 'WS'=>'Samoa', + 'YE'=>'Yemen', + 'YT'=>'Mayotte', + 'ZA'=>'South Africa', + 'ZM'=>'Zambia', + 'ZW'=>'Zimbabwe', + ], +]; \ No newline at end of file diff --git a/resources/lang/mr-IN/mail.php b/resources/lang/mr-IN/mail.php new file mode 100644 index 0000000000..797f735a2b --- /dev/null +++ b/resources/lang/mr-IN/mail.php @@ -0,0 +1,99 @@ + 'Accessory checked in', + 'Accessory_Checkout_Notification' => 'Accessory checked out', + 'Asset_Checkin_Notification' => 'Asset checked in', + 'Asset_Checkout_Notification' => 'Asset checked out', + 'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation', + 'Confirm_Asset_Checkin' => 'Asset checkin confirmation', + 'Confirm_accessory_delivery' => 'Accessory delivery confirmation', + 'Confirm_asset_delivery' => 'Asset delivery confirmation', + 'Confirm_consumable_delivery' => 'Consumable delivery confirmation', + 'Confirm_license_delivery' => 'License delivery confirmation', + 'Consumable_checkout_notification' => 'Consumable checked out', + 'Days' => 'Days', + 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', + 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', + 'Expected_Checkin_Report' => 'Expected asset checkin report', + 'Expiring_Assets_Report' => 'Expiring Assets Report.', + 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'Item_Request_Canceled' => 'Item Request Canceled', + 'Item_Requested' => 'Item Requested', + 'License_Checkin_Notification' => 'License checked in', + 'License_Checkout_Notification' => 'License checked out', + 'license_for' => 'License for', + 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'A user has canceled an item request on the website', + 'a_user_requested' => 'A user has requested an item on the website', + 'acceptance_asset_accepted' => 'A user has accepted an item', + 'acceptance_asset_declined' => 'A user has declined an item', + 'accessory_name' => 'Accessory Name', + 'additional_notes' => 'Additional Notes', + 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'asset' => 'Asset', + 'asset_name' => 'Asset Name', + 'asset_requested' => 'Asset requested', + 'asset_tag' => 'Asset Tag', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', + 'assigned_to' => 'Assigned To', + 'best_regards' => 'Best regards,', + 'canceled' => 'Canceled', + 'checkin_date' => 'Checkin Date', + 'checkout_date' => 'Checkout Date', + 'checkedout_from' => 'Checked out from', + 'checkedin_from' => 'Checked in from', + 'checked_into' => 'Checked into', + 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', + 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', + 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', + 'current_QTY' => 'Current QTY', + 'days' => 'Days', + 'expecting_checkin_date' => 'Expected Checkin Date', + 'expires' => 'Expires', + 'hello' => 'Hello', + 'hi' => 'Hi', + 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', + 'inventory_report' => 'Inventory Report', + 'item' => 'Item', + 'item_checked_reminder' => 'This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.', + 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', + 'link_to_update_password' => 'Please click on the following link to update your :web password:', + 'login' => 'Login', + 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', + 'min_QTY' => 'Min QTY', + 'name' => 'Name', + 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + '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.', + 'notes' => 'Notes', + 'password' => 'Password', + 'password_reset' => 'Password Reset', + 'read_the_terms' => 'Please read the terms of use below.', + 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.', + 'requested' => 'Requested', + 'reset_link' => 'Your Password Reset Link', + 'reset_password' => 'Click here to reset your password:', + 'rights_reserved' => 'All rights reserved.', + 'serial' => 'Serial', + 'snipe_webhook_test' => 'Snipe-IT Integration Test', + 'snipe_webhook_summary' => 'Snipe-IT Integration Test Summary', + 'supplier' => 'Supplier', + 'tag' => 'Tag', + 'test_email' => 'Test Email from Snipe-IT', + 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', + 'the_following_item' => 'The following item has been checked in: ', + 'to_reset' => 'To reset your :web password, complete this form:', + 'type' => 'Type', + 'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.', + 'user' => 'User', + 'username' => 'Username', + 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.', + 'welcome' => 'Welcome :name', + 'welcome_to' => 'Welcome to :web!', + 'your_assets' => 'View Your Assets', + 'your_credentials' => 'Your Snipe-IT credentials', + 'mail_sent' => 'Mail sent successfully!', +]; diff --git a/resources/lang/mr-IN/pagination.php b/resources/lang/mr-IN/pagination.php new file mode 100644 index 0000000000..b573b51e91 --- /dev/null +++ b/resources/lang/mr-IN/pagination.php @@ -0,0 +1,20 @@ + '« Previous', + + 'next' => 'Next »', + +); diff --git a/resources/lang/mr-IN/passwords.php b/resources/lang/mr-IN/passwords.php new file mode 100644 index 0000000000..41a87f98ed --- /dev/null +++ b/resources/lang/mr-IN/passwords.php @@ -0,0 +1,9 @@ + 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'token' => 'This password reset token is invalid or expired, or does not match the username provided.', + 'reset' => 'Your password has been reset!', + 'password_change' => 'Your password has been updated!', +]; diff --git a/resources/lang/mr-IN/reminders.php b/resources/lang/mr-IN/reminders.php new file mode 100644 index 0000000000..8a197467df --- /dev/null +++ b/resources/lang/mr-IN/reminders.php @@ -0,0 +1,21 @@ + "Passwords must be six characters and match the confirmation.", + "user" => "Username or email address is incorrect", + "token" => 'This password reset token is invalid or expired, or does not match the username provided.', + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + +); diff --git a/resources/lang/mr-IN/table.php b/resources/lang/mr-IN/table.php new file mode 100644 index 0000000000..16e32b148f --- /dev/null +++ b/resources/lang/mr-IN/table.php @@ -0,0 +1,11 @@ + 'Actions', + 'action' => 'Action', + 'by' => 'By', + 'item' => 'Item', + 'no_matching_records' => 'No matching records found', + +); diff --git a/resources/lang/mr-IN/validation.php b/resources/lang/mr-IN/validation.php new file mode 100644 index 0000000000..99c847f589 --- /dev/null +++ b/resources/lang/mr-IN/validation.php @@ -0,0 +1,248 @@ + '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.', + '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.', + ], + '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.', + 'distinct' => 'The :attribute field has a duplicate value.', + '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.', + 'enum' => 'The selected :attribute is invalid.', + 'exists' => 'The selected :attribute is invalid.', + 'extensions' => 'The :attribute field must have one of the following extensions: :values.', + 'file' => 'The :attribute field must be a file.', + 'filled' => 'The :attribute field must have a value.', + '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.', + ], + '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.', + ], + 'hex_color' => 'The :attribute field must be a valid hexadecimal color.', + 'image' => 'The :attribute field must be an image.', + 'import_field_empty' => 'The value for :fieldname cannot be null.', + 'in' => 'The selected :attribute is invalid.', + '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.', + '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.', + ], + '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.', + ], + 'mac_address' => 'The :attribute field must be a valid MAC address.', + '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.', + ], + '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.', + '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.', + ], + '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.', + 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute field format is invalid.', + 'numeric' => 'The :attribute field must be a number.', + '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.', + ], + 'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.', + + 'present' => 'The :attribute field must be 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.', + 'required' => 'The :attribute field is required.', + 'required_array_keys' => 'The :attribute field must contain entries for: :values.', + 'required_if' => 'The :attribute field is required when :other is :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_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values are present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute field must match :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.', + ], + 'starts_with' => 'The :attribute field must start with one of the following: :values.', + 'string' => 'The :attribute must be a string.', + 'two_column_unique_undeleted' => 'The :attribute must be unique across :table1 and :table2. ', + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', + 'not_array' => ':attribute cannot be an array.', + 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.', + 'letters' => 'Password must contain at least one letter.', + 'numbers' => 'Password must contain at least one number.', + 'case_diff' => 'Password must use mixed case.', + 'symbols' => 'Password must contain symbols.', + 'timezone' => 'The :attribute field must be a valid timezone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + '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.', + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'email_array' => 'One or more email addresses is invalid.', + 'checkboxes' => ':attribute contains invalid options.', + 'radio_buttons' => ':attribute is invalid.', + + 'custom' => [ + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + + 'hashed_pass' => 'Your current password is incorrect', + 'dumbpwd' => 'That password is too common.', + 'statuslabel_type' => 'You must select a valid status label 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.', + + // 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 + // people won't know how to format. + 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format', + 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'invalid_value_in_field' => 'Invalid value included in this field', + + 'ldap_username_field' => [ + 'not_in' => 'sAMAccountName (mixed case) will likely not work. You should use samaccountname (lowercase) instead.' + ], + '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.'], + + ], + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + + /* + |-------------------------------------------------------------------------- + | Generic Validation Messages - we use these in the jquery validation where we don't have + | access to the :attribute + |-------------------------------------------------------------------------- + */ + + 'generic' => [ + 'invalid_value_in_field' => 'Invalid value included in this field', + 'required' => 'This field is required', + 'email' => 'Please enter a valid email address', + ], + + +]; diff --git a/resources/lang/ms-MY/admin/custom_fields/general.php b/resources/lang/ms-MY/admin/custom_fields/general.php index 80e4f5ce28..45ec564e2d 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 allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets membolehkan anda membuat kumpulan bidang tersuai yang sering digunakan semula digunakan untuk jenis model aset tertentu.', '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/locations/table.php b/resources/lang/ms-MY/admin/locations/table.php index 579e2fa352..541dbca8ae 100644 --- a/resources/lang/ms-MY/admin/locations/table.php +++ b/resources/lang/ms-MY/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Ditandatangan oleh (Pengaudit Kewangan):', 'signed_by_location_manager' => 'Ditandatangan oleh (Pengurus Lokasi):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ms-MY/admin/settings/general.php b/resources/lang/ms-MY/admin/settings/general.php index 8173a11c25..74a0c169d4 100644 --- a/resources/lang/ms-MY/admin/settings/general.php +++ b/resources/lang/ms-MY/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Tetapan EULA', 'eula_markdown' => 'EULA ini membolehkan markah Github berperisa.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Jenis fail yang diterima ialah ico, png dan gif. Format imej lain mungkin tidak berfungsi dalam semua penyemak imbas.', 'favicon_size' => 'Favicon hendaklah imej segi empat sama, 16x16 piksel.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Sokongan Syarikat Pelbagai Penuh', '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.', 'show_in_model_list' => 'Tunjukkan dalam Model Dropdown', 'optional' => 'pilihan', diff --git a/resources/lang/ms-MY/general.php b/resources/lang/ms-MY/general.php index d25acf450e..ae8fe3d47c 100644 --- a/resources/lang/ms-MY/general.php +++ b/resources/lang/ms-MY/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ms-MY/validation.php b/resources/lang/ms-MY/validation.php index 9832789bcc..03683191e1 100644 --- a/resources/lang/ms-MY/validation.php +++ b/resources/lang/ms-MY/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/nb-NO/admin/custom_fields/general.php b/resources/lang/nb-NO/admin/custom_fields/general.php index 2b4f1b593d..1541e3f154 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 kan gjenbrukes til bestemte modelltyper.', + 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes 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/locations/table.php b/resources/lang/nb-NO/admin/locations/table.php index e27419c4b4..767d3fea4c 100644 --- a/resources/lang/nb-NO/admin/locations/table.php +++ b/resources/lang/nb-NO/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Undertegnet av (finansrevisor):', 'signed_by_location_manager' => 'Signert av (Stedsansvarlig):', 'signed_by' => 'Signert av:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/nb-NO/admin/settings/general.php b/resources/lang/nb-NO/admin/settings/general.php index 2f452f5ccf..340c47efdc 100644 --- a/resources/lang/nb-NO/admin/settings/general.php +++ b/resources/lang/nb-NO/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Slått på', 'eula_settings' => 'EULA-innstillinger', 'eula_markdown' => 'Denne EULAen tillater 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Aksepterte filtyper er ico, png og gif. Andre bildeformater vil muligens ikke fungere i alle nettlesere.', 'favicon_size' => 'Favoritt-symboler bør være kvadratiske, 16x16 punkter.', @@ -153,6 +155,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter', '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.', 'show_in_model_list' => 'Vis i Model nedtrekksmeny', 'optional' => 'valgfri', diff --git a/resources/lang/nb-NO/general.php b/resources/lang/nb-NO/general.php index 991e0ff87d..5f3fb207f9 100644 --- a/resources/lang/nb-NO/general.php +++ b/resources/lang/nb-NO/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Ny lisens', 'new_accessory' => 'Nytt tilbehør', 'new_consumable' => 'Ny forbruksvare', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Kollaps', 'assigned' => 'Tilordnet', 'asset_count' => 'Antall eiendeler', diff --git a/resources/lang/nb-NO/validation.php b/resources/lang/nb-NO/validation.php index 9dd3171eab..12b5bd462a 100644 --- a/resources/lang/nb-NO/validation.php +++ b/resources/lang/nb-NO/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/nl-NL/admin/locations/table.php b/resources/lang/nl-NL/admin/locations/table.php index 08ac1f913a..19e8e7ac08 100644 --- a/resources/lang/nl-NL/admin/locations/table.php +++ b/resources/lang/nl-NL/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Ondertekend door (Asset Auditor):', 'signed_by_location_manager' => 'Ondertekend door (Locatiebeheer):', 'signed_by' => 'Afgetekend door:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/nl-NL/admin/settings/general.php b/resources/lang/nl-NL/admin/settings/general.php index 144725c705..cb85bffb09 100644 --- a/resources/lang/nl-NL/admin/settings/general.php +++ b/resources/lang/nl-NL/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Ingeschakeld', 'eula_settings' => 'Gebruikersovereenkomsten instellingen', 'eula_markdown' => 'Deze gebruikersovereenkomst staat Github flavored markdown toe.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Geaccepteerde bestandstypen zijn ico, png en gif. Andere afbeeldingsformaten werken mogelijk niet in alle browsers.', 'favicon_size' => 'Favorieten moeten vierkante afbeeldingen zijn, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Volledige meerdere bedrijven ondersteuning', '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.', 'show_in_model_list' => 'Toon in het dropdownmenu van modellen', 'optional' => 'optioneel', diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php index 9d2ad02f55..9215ac6d12 100644 --- a/resources/lang/nl-NL/general.php +++ b/resources/lang/nl-NL/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nieuwe licentie', 'new_accessory' => 'Nieuwe accessoire', 'new_consumable' => 'Nieuw verbruiksartikel', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Samenvouwen', 'assigned' => 'Toegewezen', 'asset_count' => 'Asset aantal', diff --git a/resources/lang/nl-NL/validation.php b/resources/lang/nl-NL/validation.php index 863dad3588..c7dd94e564 100644 --- a/resources/lang/nl-NL/validation.php +++ b/resources/lang/nl-NL/validation.php @@ -172,6 +172,7 @@ return [ 'url' => ':attribute veld moet een geldige URL zijn.', 'ulid' => ':attribute veld moet een geldige ULID zijn.', 'uuid' => ':attribute veld moet een geldige UUID zijn.', + '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.', /* diff --git a/resources/lang/nn-NO/admin/custom_fields/general.php b/resources/lang/nn-NO/admin/custom_fields/general.php index 2b4f1b593d..1541e3f154 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 kan gjenbrukes til bestemte modelltyper.', + 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes 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/locations/table.php b/resources/lang/nn-NO/admin/locations/table.php index e27419c4b4..767d3fea4c 100644 --- a/resources/lang/nn-NO/admin/locations/table.php +++ b/resources/lang/nn-NO/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Undertegnet av (finansrevisor):', 'signed_by_location_manager' => 'Signert av (Stedsansvarlig):', 'signed_by' => 'Signert av:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/nn-NO/admin/settings/general.php b/resources/lang/nn-NO/admin/settings/general.php index 6d729ead48..76fd67976c 100644 --- a/resources/lang/nn-NO/admin/settings/general.php +++ b/resources/lang/nn-NO/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Slått på', 'eula_settings' => 'EULA-innstillinger', 'eula_markdown' => 'Denne EULAen tillater 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Aksepterte filtyper er ico, png og gif. Andre bildeformater vil muligens ikke fungere i alle nettlesere.', 'favicon_size' => 'Favoritt-symboler bør være kvadratiske, 16x16 punkter.', @@ -153,6 +155,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter', '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.', 'show_in_model_list' => 'Vis i Model nedtrekksmeny', 'optional' => 'valgfri', diff --git a/resources/lang/nn-NO/general.php b/resources/lang/nn-NO/general.php index 991e0ff87d..5f3fb207f9 100644 --- a/resources/lang/nn-NO/general.php +++ b/resources/lang/nn-NO/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Ny lisens', 'new_accessory' => 'Nytt tilbehør', 'new_consumable' => 'Ny forbruksvare', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Kollaps', 'assigned' => 'Tilordnet', 'asset_count' => 'Antall eiendeler', diff --git a/resources/lang/nn-NO/validation.php b/resources/lang/nn-NO/validation.php index 9dd3171eab..12b5bd462a 100644 --- a/resources/lang/nn-NO/validation.php +++ b/resources/lang/nn-NO/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/no-NO/admin/custom_fields/general.php b/resources/lang/no-NO/admin/custom_fields/general.php index 2b4f1b593d..1541e3f154 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 kan gjenbrukes til bestemte modelltyper.', + 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes 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/locations/table.php b/resources/lang/no-NO/admin/locations/table.php index e27419c4b4..767d3fea4c 100644 --- a/resources/lang/no-NO/admin/locations/table.php +++ b/resources/lang/no-NO/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Undertegnet av (finansrevisor):', 'signed_by_location_manager' => 'Signert av (Stedsansvarlig):', 'signed_by' => 'Signert av:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/no-NO/admin/settings/general.php b/resources/lang/no-NO/admin/settings/general.php index 6d729ead48..76fd67976c 100644 --- a/resources/lang/no-NO/admin/settings/general.php +++ b/resources/lang/no-NO/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Slått på', 'eula_settings' => 'EULA-innstillinger', 'eula_markdown' => 'Denne EULAen tillater 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Aksepterte filtyper er ico, png og gif. Andre bildeformater vil muligens ikke fungere i alle nettlesere.', 'favicon_size' => 'Favoritt-symboler bør være kvadratiske, 16x16 punkter.', @@ -153,6 +155,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter', '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.', 'show_in_model_list' => 'Vis i Model nedtrekksmeny', 'optional' => 'valgfri', diff --git a/resources/lang/no-NO/general.php b/resources/lang/no-NO/general.php index 991e0ff87d..5f3fb207f9 100644 --- a/resources/lang/no-NO/general.php +++ b/resources/lang/no-NO/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Ny lisens', 'new_accessory' => 'Nytt tilbehør', 'new_consumable' => 'Ny forbruksvare', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Kollaps', 'assigned' => 'Tilordnet', 'asset_count' => 'Antall eiendeler', diff --git a/resources/lang/no-NO/validation.php b/resources/lang/no-NO/validation.php index 9dd3171eab..12b5bd462a 100644 --- a/resources/lang/no-NO/validation.php +++ b/resources/lang/no-NO/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/om-ET/admin/custom_fields/general.php b/resources/lang/om-ET/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/om-ET/admin/locations/table.php b/resources/lang/om-ET/admin/locations/table.php index 4209ea456b..577adae7f4 100644 --- a/resources/lang/om-ET/admin/locations/table.php +++ b/resources/lang/om-ET/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/om-ET/admin/settings/general.php b/resources/lang/om-ET/admin/settings/general.php index 4b745786a5..cae4853277 100644 --- a/resources/lang/om-ET/admin/settings/general.php +++ b/resources/lang/om-ET/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/om-ET/general.php b/resources/lang/om-ET/general.php index 89ebd47664..19b0b93d9d 100644 --- a/resources/lang/om-ET/general.php +++ b/resources/lang/om-ET/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/om-ET/validation.php b/resources/lang/om-ET/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/om-ET/validation.php +++ b/resources/lang/om-ET/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/pl-PL/admin/custom_fields/general.php b/resources/lang/pl-PL/admin/custom_fields/general.php index f87b2d9bd2..0a7a39e2ee 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ą na utworzenie grup własnych, niestandardowych pól, które są często wykorzystywane. Mogą być one wykorzystane i przypisane do modeli aktywów.', + 'about_fieldsets_text' => 'Zestawy pól pozwalają tworzyć grupy pól niestandardowych, które często są używane dla specyficznych typów modeli.', '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/locations/table.php b/resources/lang/pl-PL/admin/locations/table.php index 6d7e34aa86..8667d14a34 100644 --- a/resources/lang/pl-PL/admin/locations/table.php +++ b/resources/lang/pl-PL/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Podpisane przez (Audytor finansowy):', 'signed_by_location_manager' => 'Podpisane przez (Audytor Lokalizacji):', 'signed_by' => 'Podpisano przez:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/pl-PL/admin/settings/general.php b/resources/lang/pl-PL/admin/settings/general.php index 608143f925..682ae12dad 100644 --- a/resources/lang/pl-PL/admin/settings/general.php +++ b/resources/lang/pl-PL/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Włączone', 'eula_settings' => 'Ustawienia Licencji', 'eula_markdown' => 'Ta licencja zezwala na 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.', 'favicon' => 'Ikona ulubionych', 'favicon_format' => 'Akceptowane typy plików to ico, png i gif. Inne formaty obrazów mogą nie działać we wszystkich przeglądarkach.', 'favicon_size' => 'Favikony powinny być kwadratowymi grafikami 16x16 pikseli.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Wsparcie dla wielu firm', '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.', 'show_in_model_list' => 'Pokaż w Menu Rozwijanym Modelu', 'optional' => 'opcjonalny', diff --git a/resources/lang/pl-PL/general.php b/resources/lang/pl-PL/general.php index 69c560824d..41918d721e 100644 --- a/resources/lang/pl-PL/general.php +++ b/resources/lang/pl-PL/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nowa licencja', 'new_accessory' => 'Nowe akcesorium', 'new_consumable' => 'Nowy materiał eksploatacyjny', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Zwiń', 'assigned' => 'Przypisane', 'asset_count' => 'Liczba aktywów', diff --git a/resources/lang/pl-PL/validation.php b/resources/lang/pl-PL/validation.php index a79ba10210..dfe170f396 100644 --- a/resources/lang/pl-PL/validation.php +++ b/resources/lang/pl-PL/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Pole :attribute musi być prawidłowym adresem URL.', 'ulid' => 'Pole :attribute musi być poprawnym ULID.', 'uuid' => 'Pole :attribute musi być prawidłowym 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.', /* diff --git a/resources/lang/pt-BR/admin/locations/table.php b/resources/lang/pt-BR/admin/locations/table.php index 04d7a0479b..87ec0c8566 100644 --- a/resources/lang/pt-BR/admin/locations/table.php +++ b/resources/lang/pt-BR/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Assinado por (Auditoria Financeira):', 'signed_by_location_manager' => 'Assinado por (Gerente Local):', 'signed_by' => 'Assinado por:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index eee47d74dc..dd87f7fcd0 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Habilitado', 'eula_settings' => 'Configuração do termo de uso', 'eula_markdown' => 'Este EULA permite 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Tipos de arquivos aceitos são ico, png e gif. Outros formatos de imagem podem não funcionar em todos os navegadores.', 'favicon_size' => 'Favicons devem ser imagens quadradas, 16x16 pixels.', @@ -152,6 +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_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', diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index a41bb0fe89..fc6bf1fe75 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -391,6 +391,8 @@ Resultados da Sincronização', 'new_license' => 'Nova Licença', 'new_accessory' => 'Novo acessório', 'new_consumable' => 'Novo consumível', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Recolher', 'assigned' => 'Atribuído', 'asset_count' => 'Contagem de Ativos', diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 608f9f21fb..0a4d7a3518 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'O campo :attribute deve ser uma URL válida.', '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.', /* diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php index 7312b23b72..35699a227e 100644 --- a/resources/lang/pt-PT/admin/custom_fields/general.php +++ b/resources/lang/pt-PT/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Gerir', 'field' => 'Campo', 'about_fieldsets_title' => 'Sobre conjuntos de campos', - 'about_fieldsets_text' => 'Conjuntos de campos permitem criar grupos de campos personalizados que são frequentemente reutilizados para modelos de artigos específicos.', + 'about_fieldsets_text' => 'Conjuntos de campos permitem criar grupos de campos personalizados que são frequentemente reutilizados para modelos de artigos especificos.', 'custom_format' => 'Formato Regex personalizado...', 'encrypt_field' => 'Encriptar valor deste campo na base de dados', 'encrypt_field_help' => 'AVISO: Criptografar um campo torna-o não pesquisável.', diff --git a/resources/lang/pt-PT/admin/locations/table.php b/resources/lang/pt-PT/admin/locations/table.php index 127394ed37..2b22beb865 100644 --- a/resources/lang/pt-PT/admin/locations/table.php +++ b/resources/lang/pt-PT/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Assinado por (Auditor Financeiro):', 'signed_by_location_manager' => 'Assinado por (Gestor de Localização):', 'signed_by' => 'Assinado por:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index 101a97299c..6ad9d0be05 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Ativado', 'eula_settings' => 'Definições de EULA', 'eula_markdown' => 'Este EULA permite 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.', 'favicon' => 'Ícone de Favoritos', 'favicon_format' => 'Os tipos de arquivos aceites são ico, png e gif. Outros formatos de imagem podem não funcionar em todos os navegadores.', 'favicon_size' => 'Favicons devem ser imagens quadradas, 16x16 pixels.', @@ -152,6 +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_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', diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index 9413489b5f..63058ede6a 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nova Licença', 'new_accessory' => 'Novo Acessório', 'new_consumable' => 'Novo Consumível', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Esconder', 'assigned' => 'Atribuir', 'asset_count' => 'Contagem de Artigos', diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index 0f8f24dbff..7d86e66be5 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/ro-RO/admin/custom_fields/general.php b/resources/lang/ro-RO/admin/custom_fields/general.php index 5ff72e3405..415dd1a03c 100644 --- a/resources/lang/ro-RO/admin/custom_fields/general.php +++ b/resources/lang/ro-RO/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Gestionează', 'field' => 'Camp', 'about_fieldsets_title' => 'Despre câmpuri', - 'about_fieldsets_text' => 'Seturile de câmpuri vă permit să grupați câmpurile personalizate care sunt frecvent utilizate pentru tipuri specifice de modele ale activelor.', + 'about_fieldsets_text' => 'Seturile de câmpuri vă permit să creați grupuri de câmpuri personalizate care sunt frecvent reutilizate utilizate pentru tipurile de modele specifice de materiale.', 'custom_format' => 'Format Regex personalizat...', 'encrypt_field' => 'Criptați valoarea acestui câmp în baza de date', 'encrypt_field_help' => 'AVERTISMENT: Criptarea unui câmp o face imposibilă.', diff --git a/resources/lang/ro-RO/admin/locations/table.php b/resources/lang/ro-RO/admin/locations/table.php index 20e89c437b..a1021925e0 100644 --- a/resources/lang/ro-RO/admin/locations/table.php +++ b/resources/lang/ro-RO/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Semnat de (auditor financiar):', 'signed_by_location_manager' => 'Semnat de (Location Manager):', 'signed_by' => 'Semnat Oprit:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ro-RO/admin/settings/general.php b/resources/lang/ro-RO/admin/settings/general.php index 97266291fd..747a0bd106 100644 --- a/resources/lang/ro-RO/admin/settings/general.php +++ b/resources/lang/ro-RO/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Activat', 'eula_settings' => 'Setările EULA', 'eula_markdown' => 'Această licență EULA permite Github aromdown 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.', 'favicon' => 'Pictogramă', 'favicon_format' => 'Tipurile de fișiere acceptate sunt ico, png și gif. Este posibil ca alte formate de imagine să nu funcționeze în toate browserele.', 'favicon_size' => 'Favicoanele trebuie să fie imagini pătrate, 16x16 pixeli.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Suport complet pentru multiple companii', '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.', 'show_in_model_list' => 'Afișați în lista de selecție de model', 'optional' => 'facultativ', diff --git a/resources/lang/ro-RO/general.php b/resources/lang/ro-RO/general.php index d0b3a15ca2..27e4e2cc23 100644 --- a/resources/lang/ro-RO/general.php +++ b/resources/lang/ro-RO/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Licență nouă', 'new_accessory' => 'Accesoriu nou', 'new_consumable' => 'Consumul nou', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Restrânge', 'assigned' => 'Atribuit', 'asset_count' => 'Numărul de active', diff --git a/resources/lang/ro-RO/validation.php b/resources/lang/ro-RO/validation.php index 04a7d85e13..8cb31ac36c 100644 --- a/resources/lang/ro-RO/validation.php +++ b/resources/lang/ro-RO/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/ru-RU/admin/custom_fields/general.php b/resources/lang/ru-RU/admin/custom_fields/general.php index 40c2647b17..2d2ce555a1 100644 --- a/resources/lang/ru-RU/admin/custom_fields/general.php +++ b/resources/lang/ru-RU/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/ru-RU/admin/locations/table.php b/resources/lang/ru-RU/admin/locations/table.php index e6c7b6a551..ecbb707143 100644 --- a/resources/lang/ru-RU/admin/locations/table.php +++ b/resources/lang/ru-RU/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Подписано (Аудитором активов):', 'signed_by_location_manager' => 'Подписано (Менеджер по местоположению):', 'signed_by' => 'Подписано:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ru-RU/admin/settings/general.php b/resources/lang/ru-RU/admin/settings/general.php index 46358213ec..7c21da5040 100644 --- a/resources/lang/ru-RU/admin/settings/general.php +++ b/resources/lang/ru-RU/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Включено', 'eula_settings' => 'Настройки лицензионного соглашения', 'eula_markdown' => 'Это EULA поддерживает форматирование 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Разрешенные типы файлов: ico, png и gif. Другие форматы изображений могут не отображаться во всех браузерах.', 'favicon_size' => 'Favicon\'ы быть квадратными размером 16х16 пикселей.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Показать в списках (дропдаунах) модели', 'optional' => 'не обязательно', diff --git a/resources/lang/ru-RU/general.php b/resources/lang/ru-RU/general.php index 1fe1eadbb8..1e20f003ba 100644 --- a/resources/lang/ru-RU/general.php +++ b/resources/lang/ru-RU/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Создать лицензию', 'new_accessory' => 'Создать аксессуар', 'new_consumable' => 'Создать новый расходник', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Свернуть', 'assigned' => 'Назначено', 'asset_count' => 'Количество активов', diff --git a/resources/lang/ru-RU/validation.php b/resources/lang/ru-RU/validation.php index b3be07cb5f..09997b5e24 100644 --- a/resources/lang/ru-RU/validation.php +++ b/resources/lang/ru-RU/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Поле :attribute должно быть действительным URL-адресом.', 'ulid' => 'Поле :attribute должно быть корректным значением UUID.', 'uuid' => 'Поле :attribute должно быть корректным значением 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.', /* diff --git a/resources/lang/si-LK/admin/custom_fields/general.php b/resources/lang/si-LK/admin/custom_fields/general.php index c9ae61c963..68e840edd2 100644 --- a/resources/lang/si-LK/admin/custom_fields/general.php +++ b/resources/lang/si-LK/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/si-LK/admin/locations/table.php b/resources/lang/si-LK/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/si-LK/admin/locations/table.php +++ b/resources/lang/si-LK/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/si-LK/admin/settings/general.php +++ b/resources/lang/si-LK/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php index f094926cc0..3b372a10bf 100644 --- a/resources/lang/si-LK/general.php +++ b/resources/lang/si-LK/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/si-LK/validation.php b/resources/lang/si-LK/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/si-LK/validation.php +++ b/resources/lang/si-LK/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/sk-SK/admin/custom_fields/general.php b/resources/lang/sk-SK/admin/custom_fields/general.php index eea95e75ed..c07d8e4f28 100644 --- a/resources/lang/sk-SK/admin/custom_fields/general.php +++ b/resources/lang/sk-SK/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Spravovať', 'field' => 'Pole', 'about_fieldsets_title' => 'O skupinách polí', - 'about_fieldsets_text' => 'Skupina polí umožňuje vytvoriť skupinu vlastných polí ktoré sú často prepoužívané pre špecifické typy modelov majetku.', + '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' => 'Vlastný formát regexu...', 'encrypt_field' => 'Zašifrovať hodnotu tohto poľa v databáze', 'encrypt_field_help' => 'VAROVANIE: Šifrované pole bude nevyhľadateľné.', diff --git a/resources/lang/sk-SK/admin/locations/table.php b/resources/lang/sk-SK/admin/locations/table.php index 5139cc2a81..119fd28dfd 100644 --- a/resources/lang/sk-SK/admin/locations/table.php +++ b/resources/lang/sk-SK/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Podpísané (Finančný auditor):', 'signed_by_location_manager' => 'Podpísané (Manažér lokality):', 'signed_by' => 'Odpísal:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/sk-SK/admin/settings/general.php b/resources/lang/sk-SK/admin/settings/general.php index 8b2342509a..dfb059017a 100644 --- a/resources/lang/sk-SK/admin/settings/general.php +++ b/resources/lang/sk-SK/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Povolené', 'eula_settings' => 'EULA nastavenia', 'eula_markdown' => 'Táto EULA umožňuje Github 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Akceptované typy súborov sú ico, png a gif. Ostatné typy obrázkov nemusia správne fungovať vo všetkých prehliadačoch.', 'favicon_size' => 'Favikony by mali byť štvorcové obrázky s rozmermi 16 x 16 pixelov.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Plná podpora pre viacero spoločností', '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.', 'show_in_model_list' => 'Zobraziť v robaľovacom menu modelu', 'optional' => 'voliteľné', diff --git a/resources/lang/sk-SK/general.php b/resources/lang/sk-SK/general.php index e81f8dc9fb..c1d61a7c4a 100644 --- a/resources/lang/sk-SK/general.php +++ b/resources/lang/sk-SK/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nová licencia', 'new_accessory' => 'Nové príslušenstvo', 'new_consumable' => 'Nový spotrebný materiál', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Zbaliť', 'assigned' => 'Priradené', 'asset_count' => 'Počet majetkov', diff --git a/resources/lang/sk-SK/validation.php b/resources/lang/sk-SK/validation.php index a3ef879971..5baa8c58ed 100644 --- a/resources/lang/sk-SK/validation.php +++ b/resources/lang/sk-SK/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Pole :attribute musí obsahovať správnu URL adresu.', 'ulid' => 'Pole :attribute musí obsahovať platný ULID.', 'uuid' => 'Pole :attribute musí obsahovať platný ULID.', + '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.', /* diff --git a/resources/lang/sl-SI/admin/locations/table.php b/resources/lang/sl-SI/admin/locations/table.php index 529c3492d4..17b01369ac 100644 --- a/resources/lang/sl-SI/admin/locations/table.php +++ b/resources/lang/sl-SI/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Podpisal/a Je (finančni revizor):', 'signed_by_location_manager' => 'Podpisal/a Je (lokacijski menedžer):', 'signed_by' => 'Odpisal/a Je:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/sl-SI/admin/settings/general.php b/resources/lang/sl-SI/admin/settings/general.php index 29a89dd549..d0692044b1 100644 --- a/resources/lang/sl-SI/admin/settings/general.php +++ b/resources/lang/sl-SI/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Omogočeno', 'eula_settings' => 'Nastavitve EULA', 'eula_markdown' => 'Ta EULA dovoljuje Github z okusom markdowna.', + '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.', 'favicon' => 'Favikona', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Popolna podpora podjetij', '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.', 'show_in_model_list' => 'Prikaži v spustnem meniju Modeli', 'optional' => 'Opcijsko', diff --git a/resources/lang/sl-SI/general.php b/resources/lang/sl-SI/general.php index ad22ab5733..aeb9dbac01 100644 --- a/resources/lang/sl-SI/general.php +++ b/resources/lang/sl-SI/general.php @@ -391,6 +391,8 @@ return [ 'new_license' => 'Nova licenca', 'new_accessory' => 'Nov dodatek', 'new_consumable' => 'Nov potrošni material', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Strni', 'assigned' => 'Dodeljeno', 'asset_count' => 'Št. vseh sredstev', diff --git a/resources/lang/sl-SI/validation.php b/resources/lang/sl-SI/validation.php index 4e887c8698..41fa16b90e 100644 --- a/resources/lang/sl-SI/validation.php +++ b/resources/lang/sl-SI/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/so-SO/admin/custom_fields/general.php b/resources/lang/so-SO/admin/custom_fields/general.php index d2e91858b8..591c75add0 100644 --- a/resources/lang/so-SO/admin/custom_fields/general.php +++ b/resources/lang/so-SO/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Maamul', 'field' => 'Garoonka', 'about_fieldsets_title' => 'Ku saabsan Fieldsets', - 'about_fieldsets_text' => 'Fieldsets waxay kuu oggolaanayaan inaad abuurto kooxo garoomo gaar ah kuwaas oo inta badan dib loogu isticmaalo noocyada moodooyinka hantida gaarka ah.', + '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' => 'Qaabka Regex ee gaarka ah...', 'encrypt_field' => 'Siri qiimaha goobtan kaydka xogta', 'encrypt_field_help' => 'DIGNIIN: Siraynta goobta ayaa ka dhigaysa mid aan la baari karin.', diff --git a/resources/lang/so-SO/admin/locations/table.php b/resources/lang/so-SO/admin/locations/table.php index 43b7cc740c..06d7a2f0e0 100644 --- a/resources/lang/so-SO/admin/locations/table.php +++ b/resources/lang/so-SO/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Waxaa saxiixay (Hantidhawraha Maaliyadda):', 'signed_by_location_manager' => 'Waxaa saxiixay (Maamulaha Goobta):', 'signed_by' => 'Saxiixay:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/so-SO/admin/settings/general.php b/resources/lang/so-SO/admin/settings/general.php index a21c941333..8422239d4b 100644 --- a/resources/lang/so-SO/admin/settings/general.php +++ b/resources/lang/so-SO/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'La dajiyay', 'eula_settings' => 'Dejinta EULA', 'eula_markdown' => 'EULA-dani waxay ogolaataa Github calaamadaynta dhadhanka.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Noocyada faylalka la ogolyahay waa ico, png, iyo gif. Qaababka kale ee sawirku waxa laga yaabaa inaanay ku shaqayn browserada.', 'favicon_size' => 'Favicons waa inay ahaadaan sawirro labajibbaaran, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Taageerada Shirkado Badan oo Buuxa', '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.', 'show_in_model_list' => 'Ku muuji Tusmooyinka Hoos u dhaca', 'optional' => 'doorasho', diff --git a/resources/lang/so-SO/general.php b/resources/lang/so-SO/general.php index 650f3e32a0..74f1ebaa77 100644 --- a/resources/lang/so-SO/general.php +++ b/resources/lang/so-SO/general.php @@ -389,6 +389,8 @@ return [ 'new_license' => 'Shatiga Cusub', 'new_accessory' => 'Qalabka Cusub', 'new_consumable' => 'La Isticmaali karo Cusub', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Burbur', 'assigned' => 'Loo xilsaaray', 'asset_count' => 'Tirada Hantida', diff --git a/resources/lang/so-SO/validation.php b/resources/lang/so-SO/validation.php index d0ce6f7b77..dbc4c46d61 100644 --- a/resources/lang/so-SO/validation.php +++ b/resources/lang/so-SO/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/sq-AL/admin/custom_fields/general.php b/resources/lang/sq-AL/admin/custom_fields/general.php index c9ae61c963..68e840edd2 100644 --- a/resources/lang/sq-AL/admin/custom_fields/general.php +++ b/resources/lang/sq-AL/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/sq-AL/admin/locations/table.php b/resources/lang/sq-AL/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/sq-AL/admin/locations/table.php +++ b/resources/lang/sq-AL/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/sq-AL/admin/settings/general.php b/resources/lang/sq-AL/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/sq-AL/admin/settings/general.php +++ b/resources/lang/sq-AL/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php index 8e055ac79b..3cf7a31e6e 100644 --- a/resources/lang/sq-AL/general.php +++ b/resources/lang/sq-AL/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/sq-AL/validation.php b/resources/lang/sq-AL/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/sq-AL/validation.php +++ b/resources/lang/sq-AL/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/sr-CS/admin/custom_fields/general.php b/resources/lang/sr-CS/admin/custom_fields/general.php index 207d4dfd9a..af18711401 100644 --- a/resources/lang/sr-CS/admin/custom_fields/general.php +++ b/resources/lang/sr-CS/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Uredi', 'field' => 'Polje', 'about_fieldsets_title' => 'O grupi polja', - 'about_fieldsets_text' => 'Skupovi polja vam omogućavaju da kreirate grupe prilagođenih polja koja se često ponovo koriste za određene tipove modela sredstava.', + 'about_fieldsets_text' => 'Skupovi polja vam omogućavaju da kreirate grupe prilagođenih polja koja se često ponovo koriste za određene tipove modela imovine.', 'custom_format' => 'Prilagodljivi Regex format...', 'encrypt_field' => 'Enkriptujte vrednost polja u bazi podataka', 'encrypt_field_help' => 'UPUZORENJE: Nije moguće pretraživati enkriptovana polja.', diff --git a/resources/lang/sr-CS/admin/locations/table.php b/resources/lang/sr-CS/admin/locations/table.php index 8ec9e89a20..35de465946 100644 --- a/resources/lang/sr-CS/admin/locations/table.php +++ b/resources/lang/sr-CS/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Obodrio:', 'signed_by_location_manager' => 'Odobio:', 'signed_by' => 'Signed Off By:', + 'clone' => 'Kloniraj lokaciju', ]; diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php index 3673618c5e..735af5b95f 100644 --- a/resources/lang/sr-CS/admin/settings/general.php +++ b/resources/lang/sr-CS/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Omogućeno', 'eula_settings' => 'EULA Podešavanja', 'eula_markdown' => 'Pravila korišćenja dopuštaju Github verziju markdown.', + 'empty_row_count' => 'Razmak na početku polja (prazni redovi)', + 'empty_row_count_help' => 'Polja će se početi popunjavati nakon ovoliko preskočenih praznih redova na vrhu oznake.', 'favicon' => 'Favicon', 'favicon_format' => 'Prihvaćeni tipovi datoteka su ico, png i gif. Drugi formati slika možda neće raditi u svim pretraživačima.', 'favicon_size' => 'Faviconi treba da budu slike kvadrvatog oblika, 16x16 piksela.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Potpuna podrška za više kompanija', 'scope_locations_fmcs_support_text' => 'Opseg lokacija sa punom podrškom višestruko kompanija', 'scope_locations_fmcs_support_help_text' => 'Ograniči lokacije prema izabranoj kompaniji.', + 'scope_locations_fmcs_check_button' => 'Proveri kompatibilnost', 'scope_locations_fmcs_support_disabled_text' => 'Ova opcija je onemogućena jer imate neispravne lokacije podešene za :count ili više stavki.', 'show_in_model_list' => 'Prikaži u padajućim menijima modela', 'optional' => 'opciono', @@ -456,7 +459,7 @@ return [ 'scoping' => 'Opsezanje', 'formats' => 'Podrazumevani formati', 'profiles' => 'Korisnički profili', - 'eula' => 'EULA & Acceptance Preferences', + 'eula' => 'EULA i podešavanja prihvatanja', 'misc_display' => 'Razne opcije prikaza', 'email' => 'Podešavanja e-pošte', 'checkin' => 'Podešavanja razduženja', @@ -465,9 +468,9 @@ return [ 'logos' => 'Logotipi i prikaz', 'colors' => 'Boje i izgled', 'footer' => 'Podešavanja podnožja', - 'security' => 'Security Preferences', - 'general' => 'General', - 'intervals' => 'Intervals & Thresholds', + 'security' => 'Podešavanja bezbednosti', + 'general' => 'Opšte', + 'intervals' => 'Intervali i granice', ], diff --git a/resources/lang/sr-CS/general.php b/resources/lang/sr-CS/general.php index 5f860b2354..e1953d970a 100644 --- a/resources/lang/sr-CS/general.php +++ b/resources/lang/sr-CS/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Nova licenca', 'new_accessory' => 'Novi dodatak', 'new_consumable' => 'Nov potrošni materijal', + 'new_component' => 'Nova komponenta', + 'new_user' => 'Novi korisnik', 'collapse' => 'Skupi', 'assigned' => 'Dodeljeno', 'asset_count' => 'Količina imovine', diff --git a/resources/lang/sr-CS/validation.php b/resources/lang/sr-CS/validation.php index 36aee1bce9..ac5b9504ea 100644 --- a/resources/lang/sr-CS/validation.php +++ b/resources/lang/sr-CS/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Polje :attribute mora biti ispravna URL adresa.', 'ulid' => 'Polje :attribute mora biti ispravan ULID.', 'uuid' => 'Polje :attribute mora biti ispravan UUID.', + 'fmcs_location' => 'Puna podrška za višestruko kompanija i opsezi lokacija je omogućeno u administratorskim podešavanjima, a izabrana lokacija i kompanija nisu kompatibilne.', /* diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php index 246dd435ff..c3a5f7f150 100644 --- a/resources/lang/sv-SE/admin/custom_fields/general.php +++ b/resources/lang/sv-SE/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Hantera', 'field' => 'Fält', 'about_fieldsets_title' => 'Om fältuppsättningar', - 'about_fieldsets_text' => 'Fältuppsättningar låter dig skapa grupper av anpassade fält som ofta återanvänds för specifika tillgångsmodelltyper.', + 'about_fieldsets_text' => 'Fieldsets låter dig skapa grupper av fält som är anpassade efter och ofta använda av en viss typ av tillgång. Ex. "CPU", "RAM", "HDD", etc.', 'custom_format' => 'Anpassat Regex-format...', 'encrypt_field' => 'Kryptera värdet för det här fältet i databasen', 'encrypt_field_help' => 'VARNING: Kryptering av ett fält genererar fältet osökbart.', diff --git a/resources/lang/sv-SE/admin/locations/table.php b/resources/lang/sv-SE/admin/locations/table.php index be9f96559b..f3e3c1d67c 100644 --- a/resources/lang/sv-SE/admin/locations/table.php +++ b/resources/lang/sv-SE/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Undertecknad av (Revisor):', 'signed_by_location_manager' => 'Undertecknad av (Platschef):', 'signed_by' => 'Undertecknad av:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index 4c91f031b7..08de0a975f 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Aktiverad', 'eula_settings' => 'EULA-inställningar', 'eula_markdown' => 'Detta EULA tillåter Github-genererad 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Godkända filtyper är ico, png och gif. Andra bildformat fungerar inte i alla webbläsare.', 'favicon_size' => 'Favicon-bilder ska vara fyrkantiga, 16x16 pixlar.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Stöd för fleranvändarföretag', '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.', 'show_in_model_list' => 'Visa i rullgardin för modeller', 'optional' => 'frivillig', diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index 8a2f73f3c1..7560f08964 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Ny licens', 'new_accessory' => 'Nytt tillbehör', 'new_consumable' => 'Ny förbrukningsvara', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Dölj', 'assigned' => 'Tilldelad', 'asset_count' => 'Antal tillgångar', diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php index d2d35d5c31..d986e3da19 100644 --- a/resources/lang/sv-SE/validation.php +++ b/resources/lang/sv-SE/validation.php @@ -172,6 +172,7 @@ return [ 'url' => ':attribute-fältet måste vara en giltig URL.', 'ulid' => ':attribute-fältet måste vara ett giltigt ULID.', 'uuid' => ':attribute-fältet måste vara ett giltigt 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.', /* diff --git a/resources/lang/ta-IN/admin/custom_fields/general.php b/resources/lang/ta-IN/admin/custom_fields/general.php index 47d0086b0a..15483537d1 100644 --- a/resources/lang/ta-IN/admin/custom_fields/general.php +++ b/resources/lang/ta-IN/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'களம்', 'about_fieldsets_title' => 'புலங்கள் பற்றி', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'குறிப்பிட்ட சொத்து மாதிரி வகைகளுக்கு அடிக்கடி பயன்படுத்தப்படும் மீண்டும் பயன்படுத்தப்படும் தனிபயன் துறைகள் குழுக்களை உருவாக்க புலங்கள் அனுமதிக்கின்றன.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'தரவுத்தளத்தில் இந்த களத்தின் மதிப்பை குறியாக்கு', 'encrypt_field_help' => 'எச்சரிக்கை: ஒரு புலத்தை குறியாக்காதே அது தெரியாததாக்குகிறது.', diff --git a/resources/lang/ta-IN/admin/locations/table.php b/resources/lang/ta-IN/admin/locations/table.php index da22ce5fa0..06d989d39c 100644 --- a/resources/lang/ta-IN/admin/locations/table.php +++ b/resources/lang/ta-IN/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ta-IN/admin/settings/general.php b/resources/lang/ta-IN/admin/settings/general.php index 824888467c..295e1f547a 100644 --- a/resources/lang/ta-IN/admin/settings/general.php +++ b/resources/lang/ta-IN/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA அமைப்புகள்', 'eula_markdown' => 'இந்த EULA கிட் ருசியான மார்க் டவுன் 12335_1_321 ஐ அனுமதிக்கிறது.', + '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'விருப்ப', diff --git a/resources/lang/ta-IN/general.php b/resources/lang/ta-IN/general.php index b71e9cf9ba..ece1e0fca3 100644 --- a/resources/lang/ta-IN/general.php +++ b/resources/lang/ta-IN/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ta-IN/validation.php b/resources/lang/ta-IN/validation.php index 14fceae079..be6dc23e22 100644 --- a/resources/lang/ta-IN/validation.php +++ b/resources/lang/ta-IN/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/th-TH/admin/custom_fields/general.php b/resources/lang/th-TH/admin/custom_fields/general.php index da24d27b9e..a45a159a2a 100644 --- a/resources/lang/th-TH/admin/custom_fields/general.php +++ b/resources/lang/th-TH/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'จัดการ', 'field' => 'สนาม', 'about_fieldsets_title' => 'เกี่ยวกับ Fieldsets', - 'about_fieldsets_text' => 'ชุดฟิลด์ที่ช่วยให้คุณสร้างกลุ่มของฟิลด์ที่กำหนดได้เอง ซึ่งมักจะใช้ซ้ำสำหรับการเจาะจงประเภทของสินทรัพย์', + 'about_fieldsets_text' => 'ฟิลด์ช่วยให้คุณสามารถสร้างกลุ่มของฟิลด์ที่กำหนดเองซึ่งมักใช้ซ้ำสำหรับรูปแบบโมเดลของเนื้อหาบางประเภท', 'custom_format' => 'กำหนดรูปแบบ...', 'encrypt_field' => 'เข้ารหัสค่าของฟิลด์นี้ในฐานข้อมูล', 'encrypt_field_help' => 'คำเตือน: การเข้ารหัสฟิลด์ทำให้ไม่สามารถค้นหาได้', diff --git a/resources/lang/th-TH/admin/locations/table.php b/resources/lang/th-TH/admin/locations/table.php index 2f2cbb0ad8..c1c5e8dd2b 100644 --- a/resources/lang/th-TH/admin/locations/table.php +++ b/resources/lang/th-TH/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'ลงชื่อ (ผู้ตรวจการเงิน)', 'signed_by_location_manager' => 'ลงชื่อ (หัวหน้าจุด)', 'signed_by' => 'ลงชื่อออก', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/th-TH/admin/settings/general.php b/resources/lang/th-TH/admin/settings/general.php index 014e854ed3..b2e57c7c6a 100644 --- a/resources/lang/th-TH/admin/settings/general.php +++ b/resources/lang/th-TH/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน', 'eula_markdown' => 'อนุญาต EULA นี้ 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'แสดงใน Dropdown แบบจำลอง', 'optional' => 'ออฟชั่นเสริม', diff --git a/resources/lang/th-TH/general.php b/resources/lang/th-TH/general.php index 7efce09c30..630c2cfaca 100644 --- a/resources/lang/th-TH/general.php +++ b/resources/lang/th-TH/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'สร้างข้อมูลลิขสิทธิ์', 'new_accessory' => 'สร้างข้อมูลอุปกรณ์', 'new_consumable' => 'สร้างข้อมูลวัสดุสิ้นเปลือง', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'ยุบ', 'assigned' => 'ได้มอบหมายให้', 'asset_count' => 'นับทรัพย์สิน', diff --git a/resources/lang/th-TH/validation.php b/resources/lang/th-TH/validation.php index a8b8776807..e6d07f6f06 100644 --- a/resources/lang/th-TH/validation.php +++ b/resources/lang/th-TH/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/tl-PH/admin/custom_fields/general.php b/resources/lang/tl-PH/admin/custom_fields/general.php index c9ae61c963..68e840edd2 100644 --- a/resources/lang/tl-PH/admin/custom_fields/general.php +++ b/resources/lang/tl-PH/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/tl-PH/admin/locations/table.php b/resources/lang/tl-PH/admin/locations/table.php index 8aafcf0506..66a4187f35 100644 --- a/resources/lang/tl-PH/admin/locations/table.php +++ b/resources/lang/tl-PH/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/tl-PH/admin/settings/general.php b/resources/lang/tl-PH/admin/settings/general.php index 626a371717..2cf0e8ab55 100644 --- a/resources/lang/tl-PH/admin/settings/general.php +++ b/resources/lang/tl-PH/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/tl-PH/general.php b/resources/lang/tl-PH/general.php index 759be34f9f..bdaf27b01a 100644 --- a/resources/lang/tl-PH/general.php +++ b/resources/lang/tl-PH/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/tl-PH/validation.php b/resources/lang/tl-PH/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/tl-PH/validation.php +++ b/resources/lang/tl-PH/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/tr-TR/admin/locations/table.php b/resources/lang/tr-TR/admin/locations/table.php index a936e4a5c9..21a224cb6c 100644 --- a/resources/lang/tr-TR/admin/locations/table.php +++ b/resources/lang/tr-TR/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'İmzalayan (Maliye Denetçisi):', 'signed_by_location_manager' => 'İmzalayan (Mekan Sorumlusu):', 'signed_by' => 'İmzalayan:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/tr-TR/admin/settings/general.php b/resources/lang/tr-TR/admin/settings/general.php index eb216f1645..afde8b8a53 100644 --- a/resources/lang/tr-TR/admin/settings/general.php +++ b/resources/lang/tr-TR/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Etkin', '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.', '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.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Birden Fazla Şirket Desteği', '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.', 'show_in_model_list' => 'Model açılır menüsünde göster', 'optional' => 'İsteğe bağlı', diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php index 8bdaed1a8a..99c9851af4 100644 --- a/resources/lang/tr-TR/general.php +++ b/resources/lang/tr-TR/general.php @@ -393,6 +393,8 @@ Context | Request Context 'new_license' => 'Yeni Lisans', 'new_accessory' => 'Yeni Aksesuar', 'new_consumable' => 'Yeni Sarf Malzemesi', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Daralt', 'assigned' => 'Atandı', 'asset_count' => 'Varlık Adedi', diff --git a/resources/lang/tr-TR/validation.php b/resources/lang/tr-TR/validation.php index 8fe8bbb703..659ca76842 100644 --- a/resources/lang/tr-TR/validation.php +++ b/resources/lang/tr-TR/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/uk-UA/admin/custom_fields/general.php b/resources/lang/uk-UA/admin/custom_fields/general.php index ad52c40f7a..4686a1792f 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/locations/table.php b/resources/lang/uk-UA/admin/locations/table.php index 52a133372c..970ad3f981 100644 --- a/resources/lang/uk-UA/admin/locations/table.php +++ b/resources/lang/uk-UA/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Підписано (Фінансовий Аудитор):', 'signed_by_location_manager' => 'Підписано (Менеджер Місцезнаходження):', 'signed_by' => 'Підписався від:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/uk-UA/admin/settings/general.php b/resources/lang/uk-UA/admin/settings/general.php index 5fef4585e9..64ff800f51 100644 --- a/resources/lang/uk-UA/admin/settings/general.php +++ b/resources/lang/uk-UA/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Увімкнено', 'eula_settings' => 'Налаштування EULA', 'eula_markdown' => 'Цей EULA дозволяє Github розміщений на 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.', 'favicon' => 'Іконка', 'favicon_format' => 'Допустимі типи файлів - це значок, png та gif. Інші формати зображень можуть не працювати у всіх браузерах.', 'favicon_size' => 'Значки вподобань мають бути квадратними зображеннями, 16х16 пікселів.', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => 'Показати в відкиданнях моделі', 'optional' => 'необов\'язково', diff --git a/resources/lang/uk-UA/general.php b/resources/lang/uk-UA/general.php index 67060d07aa..664a17a13f 100644 --- a/resources/lang/uk-UA/general.php +++ b/resources/lang/uk-UA/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'Нова ліцензія', 'new_accessory' => 'Новий аксесуар', 'new_consumable' => 'Новий витратний матеріал', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Згорнути', 'assigned' => 'Призначено', 'asset_count' => 'Кількість активів', diff --git a/resources/lang/uk-UA/validation.php b/resources/lang/uk-UA/validation.php index b418ec8f6a..b902226b90 100644 --- a/resources/lang/uk-UA/validation.php +++ b/resources/lang/uk-UA/validation.php @@ -172,6 +172,7 @@ return [ 'url' => 'Поле :attribute має бути коректним URL.', 'ulid' => 'Поле :attribute має бути дійсним ULID.', 'uuid' => 'Поле :attribute має бути коректним 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.', /* diff --git a/resources/lang/ur-PK/admin/custom_fields/general.php b/resources/lang/ur-PK/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/ur-PK/admin/locations/table.php b/resources/lang/ur-PK/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/ur-PK/admin/locations/table.php +++ b/resources/lang/ur-PK/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/ur-PK/admin/settings/general.php +++ b/resources/lang/ur-PK/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php index 8e055ac79b..3cf7a31e6e 100644 --- a/resources/lang/ur-PK/general.php +++ b/resources/lang/ur-PK/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/ur-PK/validation.php b/resources/lang/ur-PK/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/ur-PK/validation.php +++ b/resources/lang/ur-PK/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/vi-VN/admin/custom_fields/general.php b/resources/lang/vi-VN/admin/custom_fields/general.php index 765344dc3b..0f55d8cf00 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 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ể.', + '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ể.', '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 2dfcc6f15f..d9c5d66c7a 100644 --- a/resources/lang/vi-VN/admin/locations/table.php +++ b/resources/lang/vi-VN/admin/locations/table.php @@ -39,4 +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', ]; diff --git a/resources/lang/vi-VN/admin/settings/general.php b/resources/lang/vi-VN/admin/settings/general.php index 35b9b209aa..ea92b9d415 100644 --- a/resources/lang/vi-VN/admin/settings/general.php +++ b/resources/lang/vi-VN/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Bật', 'eula_settings' => 'Cài đặt EULA', 'eula_markdown' => 'Đây là EULA cho phép 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Các loại tệp được chấp nhận là ico, png và gif. Các định dạng hình ảnh khác có thể không được hỗ trợ trong tất cả các trình duyệt.', 'favicon_size' => 'Biểu tượng yêu thích phải là hình ảnh vuông, 16x16 pixel.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Hỗ trợ nhiều công ty', '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.', 'show_in_model_list' => 'Hiển thị kiểu thả xuống', 'optional' => 'tùy ý', diff --git a/resources/lang/vi-VN/general.php b/resources/lang/vi-VN/general.php index 1fcd4902ee..03e73ba5b0 100644 --- a/resources/lang/vi-VN/general.php +++ b/resources/lang/vi-VN/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'Thêm phụ kiện', 'new_consumable' => 'Tạo vật tư phụ', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Thu gọn', 'assigned' => 'Đã giao', 'asset_count' => 'Asset Count', diff --git a/resources/lang/vi-VN/validation.php b/resources/lang/vi-VN/validation.php index 586f9c53b1..7b82288fd7 100644 --- a/resources/lang/vi-VN/validation.php +++ b/resources/lang/vi-VN/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/zh-CN/admin/custom_fields/general.php b/resources/lang/zh-CN/admin/custom_fields/general.php index 27fdd880c7..e295713346 100644 --- a/resources/lang/zh-CN/admin/custom_fields/general.php +++ b/resources/lang/zh-CN/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/zh-CN/admin/locations/table.php b/resources/lang/zh-CN/admin/locations/table.php index 6b906354cc..54234af508 100644 --- a/resources/lang/zh-CN/admin/locations/table.php +++ b/resources/lang/zh-CN/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => '签名(财务人员):', 'signed_by_location_manager' => '签名(当地经理):', 'signed_by' => '签名:', + 'clone' => '克隆位置', ]; diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index e9b703131f..80102b9135 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => '启用', 'eula_settings' => '最终用户许可协议(EULA)设置', 'eula_markdown' => 'EULA中可以使用Github flavored markdown.', + 'empty_row_count' => '字段偏移开始(空行)', + 'empty_row_count_help' => '当标签顶部的此数量空行被跳过后,字段才会开始填充。', 'favicon' => '网站图标', 'favicon_format' => '可接受的文件类型是ico、png和gif。其他图像格式可能无法在所有浏览器中显示。', 'favicon_size' => '网站图标应该是方形,16x16像素。', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => '完整多企业支持', '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' => '可选', @@ -456,7 +459,7 @@ return [ 'scoping' => '范围', 'formats' => '默认格式', 'profiles' => '用户资料', - 'eula' => 'EULA & Acceptance Preferences', + 'eula' => 'EULA & 接受首选项', 'misc_display' => '杂项显示选项', 'email' => '电子邮件首选项', 'checkin' => '归还首选项', @@ -465,9 +468,9 @@ return [ 'logos' => '徽标和显示', 'colors' => '颜色和皮肤', 'footer' => '页脚首选项', - 'security' => 'Security Preferences', - 'general' => 'General', - 'intervals' => 'Intervals & Thresholds', + 'security' => '安全首选项', + 'general' => '通用配置', + 'intervals' => '间隔和阈值', ], diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index bf83ca76cc..164b42a872 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => '新建许可证', 'new_accessory' => '新建配件', 'new_consumable' => '新建耗材', + 'new_component' => '新建组件', + 'new_user' => '新用户', 'collapse' => '收起', 'assigned' => '已分配', 'asset_count' => '资产计数', diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 68745d49d9..be57466059 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -172,6 +172,7 @@ return [ 'url' => ':attribute 字段必须是一个有效的 URL。', 'ulid' => ':attribute 字段必须是个有效的 ULID。', 'uuid' => ':attribute 字段必须是一个有效的 UUID。', + 'fmcs_location' => '管理设置中已启用完整的多公司支持及位置范围限定功能,但当前选择的位置与公司不兼容。', /* diff --git a/resources/lang/zh-HK/admin/custom_fields/general.php b/resources/lang/zh-HK/admin/custom_fields/general.php index c9ae61c963..68e840edd2 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 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/zh-HK/admin/locations/table.php b/resources/lang/zh-HK/admin/locations/table.php index ed3f96f6b4..53176d8a4e 100644 --- a/resources/lang/zh-HK/admin/locations/table.php +++ b/resources/lang/zh-HK/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php index 74c05602fe..37cfb0de94 100644 --- a/resources/lang/zh-HK/admin/settings/general.php +++ b/resources/lang/zh-HK/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', '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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php index aa7c96c25e..8cf850b3fe 100644 --- a/resources/lang/zh-HK/general.php +++ b/resources/lang/zh-HK/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/zh-HK/validation.php b/resources/lang/zh-HK/validation.php index 0021a7df0a..99c847f589 100644 --- a/resources/lang/zh-HK/validation.php +++ b/resources/lang/zh-HK/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php index 7f359d0b4f..18ab6129d0 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' => '欄位集允許您為常用的資產模型定義一組可重複使用的欄位。', + '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' => '自訂正規表達式格式...', 'encrypt_field' => '加密資料庫中此欄位的值', 'encrypt_field_help' => '警告:對欄位加密將導致此欄無法用於搜索', diff --git a/resources/lang/zh-TW/admin/locations/table.php b/resources/lang/zh-TW/admin/locations/table.php index 68d68fc4df..a8b3c87dc6 100644 --- a/resources/lang/zh-TW/admin/locations/table.php +++ b/resources/lang/zh-TW/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => '由財務稽核員簽署:', 'signed_by_location_manager' => '由區域負責人簽署:', 'signed_by' => '由以下人員簽署:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 248ca366d1..eed533d7cb 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => '已啟用', 'eula_settings' => 'EULA 設定', 'eula_markdown' => 'EULA中可使用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.', 'favicon' => 'Favicon', 'favicon_format' => '接受的檔案類型是 ico、png 和 gif。其他影象格式可能無法在所有瀏覽器中正常工作。', 'favicon_size' => '網站圖示應該是方形影象,16x16 像素。', @@ -152,6 +154,7 @@ return [ '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.', 'show_in_model_list' => '在模型下拉選單中顯示', 'optional' => '可選', diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index 6d6ba86257..c281e1fdd8 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => '新增授權', 'new_accessory' => '新增配件', 'new_consumable' => '新增耗材', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => '收起', 'assigned' => '已分配', 'asset_count' => '資產數量', diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 52a07bc30f..e5658cf9d1 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -172,6 +172,7 @@ return [ '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.', /* diff --git a/resources/lang/zu-ZA/admin/custom_fields/general.php b/resources/lang/zu-ZA/admin/custom_fields/general.php index 8b05e14ff5..6d6bb948fb 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Ama-Fieldsets akuvumela ukuthi udale amaqembu wenkambiso yenkambiso evame ukusetshenziselwa kabusha asetshenziselwa izinhlobo ezithile zemodeli yefa.', '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/locations/table.php b/resources/lang/zu-ZA/admin/locations/table.php index cdc88aa924..3cc3d30831 100644 --- a/resources/lang/zu-ZA/admin/locations/table.php +++ b/resources/lang/zu-ZA/admin/locations/table.php @@ -39,4 +39,5 @@ return [ 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by' => 'Signed Off By:', + 'clone' => 'Clone Location', ]; diff --git a/resources/lang/zu-ZA/admin/settings/general.php b/resources/lang/zu-ZA/admin/settings/general.php index f24b5fbc94..447c985bd7 100644 --- a/resources/lang/zu-ZA/admin/settings/general.php +++ b/resources/lang/zu-ZA/admin/settings/general.php @@ -64,6 +64,8 @@ return [ 'enabled' => 'Enabled', 'eula_settings' => 'Izilungiselelo ze-EULA', 'eula_markdown' => 'Le-EULA ivumela i- i-markdown 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.', 'favicon' => 'Favicon', 'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.', 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', @@ -152,6 +154,7 @@ return [ 'full_multiple_companies_support_text' => 'Ama-Multiple Companies Support Support', '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.', 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'ukuzikhethela', diff --git a/resources/lang/zu-ZA/general.php b/resources/lang/zu-ZA/general.php index 0ef9891bb0..321d3f1606 100644 --- a/resources/lang/zu-ZA/general.php +++ b/resources/lang/zu-ZA/general.php @@ -390,6 +390,8 @@ return [ 'new_license' => 'New License', 'new_accessory' => 'New Accessory', 'new_consumable' => 'New Consumable', + 'new_component' => 'New Component', + 'new_user' => 'New User', 'collapse' => 'Collapse', 'assigned' => 'Assigned', 'asset_count' => 'Asset Count', diff --git a/resources/lang/zu-ZA/validation.php b/resources/lang/zu-ZA/validation.php index fb81cae4af..1c04774dc0 100644 --- a/resources/lang/zu-ZA/validation.php +++ b/resources/lang/zu-ZA/validation.php @@ -172,6 +172,7 @@ return [ '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.', /*