From fe672ed727fe6389c5dc057ed361b6a0071bc460 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 Apr 2025 12:10:09 +0100 Subject: [PATCH 1/3] Nicer disclosure UI for optional data Signed-off-by: snipe --- public/css/build/app.css | 6 +- public/css/build/overrides.css | 6 +- public/css/dist/all.css | 12 +- public/mix-manifest.json | 6 +- resources/assets/less/overrides.less | 7 +- resources/views/hardware/edit.blade.php | 134 ++--- .../views/models/custom_fields_form.blade.php | 15 +- resources/views/users/edit.blade.php | 532 +++++++++--------- 8 files changed, 381 insertions(+), 337 deletions(-) diff --git a/public/css/build/app.css b/public/css/build/app.css index 08f9906ee..f139c052c 100644 --- a/public/css/build/app.css +++ b/public/css/build/app.css @@ -1453,7 +1453,11 @@ legend.highlight { background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px); color: #fff; font-size: 18px; - padding: 6px; + padding: 6px 6px 6px 10px; +} +legend.highlight a { + color: #fff; + cursor: pointer; } fieldset.bottom-padded { padding-bottom: 20px; diff --git a/public/css/build/overrides.css b/public/css/build/overrides.css index 3d13f0b14..aa8e28acb 100644 --- a/public/css/build/overrides.css +++ b/public/css/build/overrides.css @@ -1074,7 +1074,11 @@ legend.highlight { background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px); color: #fff; font-size: 18px; - padding: 6px; + padding: 6px 6px 6px 10px; +} +legend.highlight a { + color: #fff; + cursor: pointer; } fieldset.bottom-padded { padding-bottom: 20px; diff --git a/public/css/dist/all.css b/public/css/dist/all.css index 6f3402d3e..5d809f514 100644 --- a/public/css/dist/all.css +++ b/public/css/dist/all.css @@ -22788,7 +22788,11 @@ legend.highlight { background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px); color: #fff; font-size: 18px; - padding: 6px; + padding: 6px 6px 6px 10px; +} +legend.highlight a { + color: #fff; + cursor: pointer; } fieldset.bottom-padded { padding-bottom: 20px; @@ -24357,7 +24361,11 @@ legend.highlight { background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px); color: #fff; font-size: 18px; - padding: 6px; + padding: 6px 6px 6px 10px; +} +legend.highlight a { + color: #fff; + cursor: pointer; } fieldset.bottom-padded { padding-bottom: 20px; diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 02c373c9b..11b2bcd7a 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -2,8 +2,8 @@ "/js/build/app.js": "/js/build/app.js?id=19253af36b58ed3fb6770c7bb944f079", "/css/dist/skins/skin-black-dark.css": "/css/dist/skins/skin-black-dark.css?id=06c13e817cc022028b3f4a33c0ca303a", "/css/dist/skins/_all-skins.css": "/css/dist/skins/_all-skins.css?id=79aa889a1a6691013be6c342ca7391cd", - "/css/build/overrides.css": "/css/build/overrides.css?id=a51d8ac1d0948606bf6bd2fb06118cf0", - "/css/build/app.css": "/css/build/app.css?id=b9970ad4ec56f54702fd07be6ee5dd21", + "/css/build/overrides.css": "/css/build/overrides.css?id=2bfc7b71d951c5ac026dbc034f7373b1", + "/css/build/app.css": "/css/build/app.css?id=4b4c2f1225d59efa7a22b76f7bbe39d8", "/css/build/AdminLTE.css": "/css/build/AdminLTE.css?id=4ea0068716c1bb2434d87a16d51b98c9", "/css/dist/skins/skin-yellow.css": "/css/dist/skins/skin-yellow.css?id=7b315b9612b8fde8f9c5b0ddb6bba690", "/css/dist/skins/skin-yellow-dark.css": "/css/dist/skins/skin-yellow-dark.css?id=ea22079836a432d7f46a5d390c445e13", @@ -19,7 +19,7 @@ "/css/dist/skins/skin-blue.css": "/css/dist/skins/skin-blue.css?id=a82b065847bf3cd5d713c04ee8dc86c6", "/css/dist/skins/skin-blue-dark.css": "/css/dist/skins/skin-blue-dark.css?id=6ea836d8126de101081c49abbdb89417", "/css/dist/skins/skin-black.css": "/css/dist/skins/skin-black.css?id=76482123f6c70e866d6b971ba91de7bb", - "/css/dist/all.css": "/css/dist/all.css?id=84aee73038982c2f8a4a09c658b3559e", + "/css/dist/all.css": "/css/dist/all.css?id=12e96a25d0dc3ee39e9d3ce97044fbbf", "/css/dist/signature-pad.css": "/css/dist/signature-pad.css?id=6a89d3cd901305e66ced1cf5f13147f7", "/css/dist/signature-pad.min.css": "/css/dist/signature-pad.min.css?id=6a89d3cd901305e66ced1cf5f13147f7", "/js/select2/i18n/af.js": "/js/select2/i18n/af.js?id=4f6fcd73488ce79fae1b7a90aceaecde", diff --git a/resources/assets/less/overrides.less b/resources/assets/less/overrides.less index aae91cf08..e072e4b1e 100644 --- a/resources/assets/less/overrides.less +++ b/resources/assets/less/overrides.less @@ -1199,7 +1199,12 @@ legend.highlight { color: #fff; font-size: 18px; - padding: 6px; + padding: 6px 6px 6px 10px; +} + +legend.highlight a { + color: #fff; + cursor: pointer; } fieldset.bottom-padded { diff --git a/resources/views/hardware/edit.blade.php b/resources/views/hardware/edit.blade.php index 1a50888b3..b77443ae2 100755 --- a/resources/views/hardware/edit.blade.php +++ b/resources/views/hardware/edit.blade.php @@ -99,86 +99,92 @@ @endif -
- -
+ - - +
+
+ + + + {{ trans('admin/hardware/form.order_details') }} + + -
-
- - - {{ trans('admin/hardware/form.order_details') }} - + + @php + $currency_type = null; + if ($item->id && $item->location) { + $currency_type = $item->location->currency; + } + @endphp - -
+
+
+
+
+
@stop diff --git a/resources/views/models/custom_fields_form.blade.php b/resources/views/models/custom_fields_form.blade.php index 2346218a3..27718bc77 100644 --- a/resources/views/models/custom_fields_form.blade.php +++ b/resources/views/models/custom_fields_form.blade.php @@ -1,4 +1,10 @@ @if (($model) && ($model->fieldset)) +
+
+ + {{ trans('admin/custom_fields/general.custom_fields') }} + + @foreach($model->fieldset->fields AS $field) @if ( ((!isset($show_display_checkin_fields)) @@ -10,7 +16,12 @@ )
- + + + +
@if ($field->element!='text') @@ -98,6 +109,8 @@
@endif @endforeach +
+
@endif diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index 590f2e1df..6f63f11b8 100755 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -274,291 +274,295 @@ -
- -
+ + + + + {{ trans('admin/hardware/form.optional_infos') }} + + - From eb2c5362216c997e73754629980b901beed15a24 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 Apr 2025 12:36:55 +0100 Subject: [PATCH 2/3] Updated translations Signed-off-by: snipe --- .../aa-ER/admin/custom_fields/general.php | 2 +- resources/lang/aa-ER/admin/hardware/form.php | 1 + .../lang/aa-ER/admin/settings/general.php | 23 +++++- resources/lang/aa-ER/general.php | 9 +++ .../af-ZA/admin/custom_fields/general.php | 2 +- resources/lang/af-ZA/admin/hardware/form.php | 1 + .../lang/af-ZA/admin/settings/general.php | 23 +++++- resources/lang/af-ZA/general.php | 9 +++ .../am-ET/admin/custom_fields/general.php | 2 +- resources/lang/am-ET/admin/hardware/form.php | 1 + .../lang/am-ET/admin/settings/general.php | 23 +++++- resources/lang/am-ET/general.php | 9 +++ .../ar-SA/admin/custom_fields/general.php | 2 +- resources/lang/ar-SA/admin/hardware/form.php | 1 + .../lang/ar-SA/admin/settings/general.php | 23 +++++- resources/lang/ar-SA/general.php | 9 +++ .../bg-BG/admin/custom_fields/general.php | 2 +- resources/lang/bg-BG/admin/hardware/form.php | 1 + .../lang/bg-BG/admin/settings/general.php | 23 +++++- resources/lang/bg-BG/general.php | 9 +++ .../ca-ES/admin/custom_fields/general.php | 2 +- resources/lang/ca-ES/admin/hardware/form.php | 1 + .../lang/ca-ES/admin/settings/general.php | 23 +++++- resources/lang/ca-ES/general.php | 9 +++ .../chr-US/admin/custom_fields/general.php | 2 +- resources/lang/chr-US/admin/hardware/form.php | 1 + .../lang/chr-US/admin/settings/general.php | 23 +++++- resources/lang/chr-US/general.php | 9 +++ resources/lang/cs-CZ/admin/hardware/form.php | 1 + .../lang/cs-CZ/admin/settings/general.php | 23 +++++- resources/lang/cs-CZ/general.php | 9 +++ .../cy-GB/admin/custom_fields/general.php | 2 +- resources/lang/cy-GB/admin/hardware/form.php | 1 + .../lang/cy-GB/admin/settings/general.php | 23 +++++- resources/lang/cy-GB/general.php | 9 +++ .../da-DK/admin/custom_fields/general.php | 2 +- resources/lang/da-DK/admin/hardware/form.php | 1 + .../lang/da-DK/admin/settings/general.php | 23 +++++- resources/lang/da-DK/general.php | 9 +++ .../de-DE/admin/custom_fields/general.php | 4 +- resources/lang/de-DE/admin/hardware/form.php | 1 + .../lang/de-DE/admin/hardware/general.php | 3 +- .../lang/de-DE/admin/settings/general.php | 57 ++++++++++----- .../lang/de-DE/admin/settings/message.php | 4 +- resources/lang/de-DE/general.php | 49 +++++++------ .../de-if/admin/custom_fields/general.php | 4 +- resources/lang/de-if/admin/hardware/form.php | 1 + .../lang/de-if/admin/hardware/general.php | 3 +- .../lang/de-if/admin/hardware/message.php | 2 +- .../lang/de-if/admin/locations/message.php | 2 +- .../lang/de-if/admin/settings/general.php | 71 ++++++++++++------- .../lang/de-if/admin/settings/message.php | 4 +- resources/lang/de-if/auth.php | 2 +- resources/lang/de-if/general.php | 49 +++++++------ resources/lang/de-if/mail.php | 6 +- .../el-GR/admin/custom_fields/general.php | 2 +- resources/lang/el-GR/admin/hardware/form.php | 1 + .../lang/el-GR/admin/settings/general.php | 23 +++++- resources/lang/el-GR/general.php | 9 +++ .../en-GB/admin/custom_fields/general.php | 2 +- resources/lang/en-GB/admin/hardware/form.php | 1 + .../lang/en-GB/admin/settings/general.php | 23 +++++- resources/lang/en-GB/general.php | 9 +++ .../en-ID/admin/custom_fields/general.php | 2 +- resources/lang/en-ID/admin/hardware/form.php | 1 + .../lang/en-ID/admin/settings/general.php | 23 +++++- resources/lang/en-ID/general.php | 9 +++ .../en-US/admin/custom_fields/general.php | 2 +- .../es-CO/admin/custom_fields/general.php | 2 +- resources/lang/es-CO/admin/hardware/form.php | 1 + .../lang/es-CO/admin/settings/general.php | 23 +++++- resources/lang/es-CO/general.php | 9 +++ .../es-ES/admin/custom_fields/general.php | 2 +- resources/lang/es-ES/admin/hardware/form.php | 1 + .../lang/es-ES/admin/settings/general.php | 23 +++++- resources/lang/es-ES/general.php | 9 +++ .../es-MX/admin/custom_fields/general.php | 2 +- resources/lang/es-MX/admin/hardware/form.php | 1 + .../lang/es-MX/admin/settings/general.php | 23 +++++- resources/lang/es-MX/general.php | 9 +++ .../es-VE/admin/custom_fields/general.php | 2 +- resources/lang/es-VE/admin/hardware/form.php | 1 + .../lang/es-VE/admin/settings/general.php | 23 +++++- resources/lang/es-VE/general.php | 9 +++ .../et-EE/admin/custom_fields/general.php | 2 +- resources/lang/et-EE/admin/hardware/form.php | 1 + .../lang/et-EE/admin/settings/general.php | 23 +++++- resources/lang/et-EE/general.php | 9 +++ .../fa-IR/admin/custom_fields/general.php | 3 +- resources/lang/fa-IR/admin/hardware/form.php | 1 + .../lang/fa-IR/admin/settings/general.php | 24 ++++++- resources/lang/fa-IR/general.php | 9 +++ .../fi-FI/admin/custom_fields/general.php | 2 +- resources/lang/fi-FI/admin/hardware/form.php | 1 + .../lang/fi-FI/admin/settings/general.php | 23 +++++- resources/lang/fi-FI/general.php | 9 +++ .../fil-PH/admin/custom_fields/general.php | 2 +- resources/lang/fil-PH/admin/hardware/form.php | 1 + .../lang/fil-PH/admin/settings/general.php | 23 +++++- resources/lang/fil-PH/general.php | 9 +++ .../fr-FR/admin/custom_fields/general.php | 2 +- resources/lang/fr-FR/admin/hardware/form.php | 1 + .../lang/fr-FR/admin/settings/general.php | 23 +++++- resources/lang/fr-FR/general.php | 9 +++ .../ga-IE/admin/custom_fields/general.php | 2 +- resources/lang/ga-IE/admin/hardware/form.php | 1 + .../lang/ga-IE/admin/settings/general.php | 23 +++++- resources/lang/ga-IE/general.php | 9 +++ .../he-IL/admin/custom_fields/general.php | 2 +- resources/lang/he-IL/admin/hardware/form.php | 1 + .../lang/he-IL/admin/settings/general.php | 23 +++++- resources/lang/he-IL/general.php | 9 +++ .../hr-HR/admin/custom_fields/general.php | 2 +- resources/lang/hr-HR/admin/hardware/form.php | 1 + .../lang/hr-HR/admin/settings/general.php | 23 +++++- resources/lang/hr-HR/general.php | 9 +++ .../hu-HU/admin/custom_fields/general.php | 2 +- resources/lang/hu-HU/admin/hardware/form.php | 1 + .../lang/hu-HU/admin/settings/general.php | 23 +++++- resources/lang/hu-HU/general.php | 9 +++ resources/lang/id-ID/admin/hardware/form.php | 1 + .../lang/id-ID/admin/settings/general.php | 23 +++++- resources/lang/id-ID/general.php | 9 +++ .../is-IS/admin/custom_fields/general.php | 2 +- resources/lang/is-IS/admin/hardware/form.php | 1 + .../lang/is-IS/admin/settings/general.php | 23 +++++- resources/lang/is-IS/general.php | 9 +++ .../it-IT/admin/custom_fields/general.php | 2 +- resources/lang/it-IT/admin/hardware/form.php | 1 + .../lang/it-IT/admin/settings/general.php | 21 +++++- resources/lang/it-IT/general.php | 9 +++ .../iu-NU/admin/custom_fields/general.php | 2 +- resources/lang/iu-NU/admin/hardware/form.php | 1 + .../lang/iu-NU/admin/settings/general.php | 23 +++++- resources/lang/iu-NU/general.php | 9 +++ .../ja-JP/admin/custom_fields/general.php | 3 +- resources/lang/ja-JP/admin/hardware/form.php | 1 + .../lang/ja-JP/admin/settings/general.php | 23 +++++- resources/lang/ja-JP/general.php | 9 +++ .../km-KH/admin/custom_fields/general.php | 2 +- resources/lang/km-KH/admin/hardware/form.php | 1 + .../lang/km-KH/admin/settings/general.php | 23 +++++- resources/lang/km-KH/general.php | 9 +++ .../ko-KR/admin/custom_fields/general.php | 2 +- resources/lang/ko-KR/admin/hardware/form.php | 1 + .../lang/ko-KR/admin/settings/general.php | 23 +++++- resources/lang/ko-KR/general.php | 9 +++ .../lt-LT/admin/custom_fields/general.php | 2 +- resources/lang/lt-LT/admin/hardware/form.php | 1 + .../lang/lt-LT/admin/settings/general.php | 23 +++++- resources/lang/lt-LT/general.php | 9 +++ .../lv-LV/admin/custom_fields/general.php | 2 +- resources/lang/lv-LV/admin/hardware/form.php | 1 + .../lang/lv-LV/admin/settings/general.php | 23 +++++- resources/lang/lv-LV/general.php | 9 +++ .../mi-NZ/admin/custom_fields/general.php | 2 +- resources/lang/mi-NZ/admin/hardware/form.php | 1 + .../lang/mi-NZ/admin/settings/general.php | 23 +++++- resources/lang/mi-NZ/general.php | 9 +++ .../mk-MK/admin/custom_fields/general.php | 2 +- resources/lang/mk-MK/admin/hardware/form.php | 1 + .../lang/mk-MK/admin/settings/general.php | 23 +++++- resources/lang/mk-MK/general.php | 9 +++ .../ml-IN/admin/custom_fields/general.php | 2 +- resources/lang/ml-IN/admin/hardware/form.php | 1 + .../lang/ml-IN/admin/settings/general.php | 23 +++++- resources/lang/ml-IN/general.php | 9 +++ .../mn-MN/admin/custom_fields/general.php | 2 +- resources/lang/mn-MN/admin/hardware/form.php | 1 + .../lang/mn-MN/admin/settings/general.php | 23 +++++- resources/lang/mn-MN/general.php | 9 +++ .../ms-MY/admin/custom_fields/general.php | 2 +- resources/lang/ms-MY/admin/hardware/form.php | 1 + .../lang/ms-MY/admin/settings/general.php | 23 +++++- resources/lang/ms-MY/general.php | 9 +++ .../nb-NO/admin/custom_fields/general.php | 2 +- resources/lang/nb-NO/admin/hardware/form.php | 1 + .../lang/nb-NO/admin/settings/general.php | 23 +++++- resources/lang/nb-NO/general.php | 9 +++ resources/lang/nl-NL/admin/hardware/form.php | 1 + .../lang/nl-NL/admin/settings/general.php | 23 +++++- resources/lang/nl-NL/general.php | 9 +++ .../nn-NO/admin/custom_fields/general.php | 2 +- resources/lang/nn-NO/admin/hardware/form.php | 1 + .../lang/nn-NO/admin/settings/general.php | 23 +++++- resources/lang/nn-NO/general.php | 9 +++ .../no-NO/admin/custom_fields/general.php | 2 +- resources/lang/no-NO/admin/hardware/form.php | 1 + .../lang/no-NO/admin/settings/general.php | 23 +++++- resources/lang/no-NO/general.php | 9 +++ .../om-ET/admin/custom_fields/general.php | 2 +- resources/lang/om-ET/admin/hardware/form.php | 1 + .../lang/om-ET/admin/settings/general.php | 23 +++++- resources/lang/om-ET/general.php | 9 +++ .../pl-PL/admin/custom_fields/general.php | 2 +- resources/lang/pl-PL/admin/hardware/form.php | 1 + .../lang/pl-PL/admin/settings/general.php | 23 +++++- resources/lang/pl-PL/general.php | 9 +++ resources/lang/pt-BR/admin/hardware/form.php | 1 + .../lang/pt-BR/admin/settings/general.php | 23 +++++- resources/lang/pt-BR/general.php | 9 +++ .../pt-PT/admin/custom_fields/general.php | 2 +- resources/lang/pt-PT/admin/hardware/form.php | 1 + .../lang/pt-PT/admin/settings/general.php | 23 +++++- resources/lang/pt-PT/general.php | 9 +++ .../ro-RO/admin/custom_fields/general.php | 2 +- resources/lang/ro-RO/admin/hardware/form.php | 1 + .../lang/ro-RO/admin/settings/general.php | 23 +++++- resources/lang/ro-RO/general.php | 9 +++ .../ru-RU/admin/custom_fields/general.php | 2 +- resources/lang/ru-RU/admin/hardware/form.php | 1 + .../lang/ru-RU/admin/settings/general.php | 23 +++++- resources/lang/ru-RU/general.php | 9 +++ .../si-LK/admin/custom_fields/general.php | 2 +- resources/lang/si-LK/admin/hardware/form.php | 1 + .../lang/si-LK/admin/settings/general.php | 23 +++++- resources/lang/si-LK/general.php | 9 +++ .../sk-SK/admin/custom_fields/general.php | 2 +- resources/lang/sk-SK/admin/hardware/form.php | 1 + .../lang/sk-SK/admin/settings/general.php | 23 +++++- resources/lang/sk-SK/general.php | 9 +++ resources/lang/sl-SI/admin/hardware/form.php | 1 + .../lang/sl-SI/admin/settings/general.php | 23 +++++- resources/lang/sl-SI/general.php | 9 +++ .../so-SO/admin/custom_fields/general.php | 2 +- resources/lang/so-SO/admin/hardware/form.php | 1 + .../lang/so-SO/admin/settings/general.php | 23 +++++- resources/lang/so-SO/general.php | 9 +++ .../sq-AL/admin/custom_fields/general.php | 2 +- resources/lang/sq-AL/admin/hardware/form.php | 1 + .../lang/sq-AL/admin/settings/general.php | 23 +++++- resources/lang/sq-AL/general.php | 9 +++ .../sr-CS/admin/custom_fields/general.php | 2 +- resources/lang/sr-CS/admin/hardware/form.php | 1 + .../lang/sr-CS/admin/settings/general.php | 25 ++++++- resources/lang/sr-CS/general.php | 9 +++ .../sv-SE/admin/custom_fields/general.php | 2 +- resources/lang/sv-SE/admin/hardware/form.php | 1 + .../lang/sv-SE/admin/settings/general.php | 23 +++++- resources/lang/sv-SE/general.php | 9 +++ .../ta-IN/admin/custom_fields/general.php | 2 +- resources/lang/ta-IN/admin/hardware/form.php | 1 + .../lang/ta-IN/admin/settings/general.php | 23 +++++- resources/lang/ta-IN/general.php | 9 +++ .../th-TH/admin/custom_fields/general.php | 2 +- resources/lang/th-TH/admin/hardware/form.php | 1 + .../lang/th-TH/admin/settings/general.php | 23 +++++- resources/lang/th-TH/general.php | 9 +++ .../tl-PH/admin/custom_fields/general.php | 2 +- resources/lang/tl-PH/admin/hardware/form.php | 1 + .../lang/tl-PH/admin/settings/general.php | 23 +++++- resources/lang/tl-PH/general.php | 9 +++ resources/lang/tr-TR/admin/hardware/form.php | 1 + .../lang/tr-TR/admin/settings/general.php | 23 +++++- resources/lang/tr-TR/general.php | 9 +++ .../uk-UA/admin/custom_fields/general.php | 2 +- resources/lang/uk-UA/admin/hardware/form.php | 1 + .../lang/uk-UA/admin/settings/general.php | 23 +++++- resources/lang/uk-UA/general.php | 9 +++ .../ur-PK/admin/custom_fields/general.php | 2 +- resources/lang/ur-PK/admin/hardware/form.php | 1 + .../lang/ur-PK/admin/settings/general.php | 23 +++++- resources/lang/ur-PK/general.php | 9 +++ .../vi-VN/admin/custom_fields/general.php | 2 +- resources/lang/vi-VN/admin/hardware/form.php | 1 + .../lang/vi-VN/admin/settings/general.php | 23 +++++- resources/lang/vi-VN/general.php | 9 +++ .../zh-CN/admin/custom_fields/general.php | 2 +- resources/lang/zh-CN/admin/hardware/form.php | 5 +- resources/lang/zh-CN/admin/models/table.php | 2 +- .../lang/zh-CN/admin/settings/general.php | 23 +++++- resources/lang/zh-CN/general.php | 11 ++- .../zh-HK/admin/custom_fields/general.php | 2 +- resources/lang/zh-HK/admin/hardware/form.php | 1 + .../lang/zh-HK/admin/settings/general.php | 23 +++++- resources/lang/zh-HK/general.php | 9 +++ .../zh-TW/admin/custom_fields/general.php | 2 +- resources/lang/zh-TW/admin/hardware/form.php | 1 + .../lang/zh-TW/admin/settings/general.php | 23 +++++- resources/lang/zh-TW/general.php | 9 +++ .../zu-ZA/admin/custom_fields/general.php | 2 +- resources/lang/zu-ZA/admin/hardware/form.php | 1 + .../lang/zu-ZA/admin/settings/general.php | 23 +++++- resources/lang/zu-ZA/general.php | 9 +++ 284 files changed, 2338 insertions(+), 305 deletions(-) diff --git a/resources/lang/aa-ER/admin/custom_fields/general.php b/resources/lang/aa-ER/admin/custom_fields/general.php index cba129749..f2ae5c08b 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' => 'crwdns13148:0crwdne13148:0', + 'about_fieldsets_text' => 'crwdns13176:0crwdne13176: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/hardware/form.php b/resources/lang/aa-ER/admin/hardware/form.php index 97c12bda3..04ac2b290 100644 --- a/resources/lang/aa-ER/admin/hardware/form.php +++ b/resources/lang/aa-ER/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'crwdns12752:0crwdne12752:0', 'asset_deployable' => 'crwdns12945:0crwdne12945:0', 'processing_spinner' => 'crwdns11515:0crwdne11515:0', + 'processing' => 'crwdns13210:0crwdne13210:0', 'optional_infos' => 'crwdns10490:0crwdne10490:0', 'order_details' => 'crwdns10492:0crwdne10492:0', 'calc_eol' => 'crwdns12782:0crwdne12782:0', diff --git a/resources/lang/aa-ER/admin/settings/general.php b/resources/lang/aa-ER/admin/settings/general.php index 031a33266..8409e2873 100644 --- a/resources/lang/aa-ER/admin/settings/general.php +++ b/resources/lang/aa-ER/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'crwdns11201:0crwdne11201:0', 'audit_warning_days' => 'crwdns1910:0crwdne1910:0', 'audit_warning_days_help' => 'crwdns1911:0crwdne1911:0', - 'auto_increment_assets' => 'crwdns13154:0crwdne13154:0', + 'auto_increment_assets' => 'crwdns13178:0crwdne13178:0', 'auto_increment_prefix' => 'crwdns1148:0crwdne1148:0', 'auto_incrementing_help' => 'crwdns6323:0crwdne6323:0', 'backups' => 'crwdns1331:0crwdne1331:0', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'crwdns1464:0crwdne1464:0', 'full_multiple_companies_support_text' => 'crwdns1465:0crwdne1465:0', 'scope_locations_fmcs_support_text' => 'crwdns13049:0crwdne13049:0', - 'scope_locations_fmcs_support_help_text' => 'crwdns13142:0crwdne13142:0', + 'scope_locations_fmcs_support_help_text' => 'crwdns13188:0crwdne13188:0', + 'scope_locations_fmcs_support_disabled_text' => 'crwdns13190:0crwdne13190:0', 'show_in_model_list' => 'crwdns1990:0crwdne1990:0', 'optional' => 'crwdns1298:0crwdne1298:0', 'per_page' => 'crwdns832:0crwdne832:0', @@ -451,6 +452,24 @@ return [ ], + 'legends' => [ + 'scoping' => 'crwdns13192:0crwdne13192:0', + 'formats' => 'crwdns13194:0crwdne13194:0', + 'profiles' => 'crwdns13196:0crwdne13196:0', + 'eula' => 'crwdns13224:0crwdne13224:0', + 'misc_display' => 'crwdns13200:0crwdne13200:0', + 'email' => 'crwdns13202:0crwdne13202:0', + 'checkin' => 'crwdns13204:0crwdne13204:0', + 'dashboard' => 'crwdns13206:0crwdne13206:0', + 'misc' => 'crwdns13208:0crwdne13208:0', + 'logos' => 'crwdns13212:0crwdne13212:0', + 'colors' => 'crwdns13214:0crwdne13214:0', + 'footer' => 'crwdns13216:0crwdne13216:0', + 'security' => 'crwdns13218:0crwdne13218:0', + 'general' => 'crwdns13220:0crwdne13220:0', + 'intervals' => 'crwdns13222:0crwdne13222:0', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/aa-ER/general.php b/resources/lang/aa-ER/general.php index 591a2a244..24dccbeee 100644 --- a/resources/lang/aa-ER/general.php +++ b/resources/lang/aa-ER/general.php @@ -614,4 +614,13 @@ return [ 'cost_each' => 'crwdns12983:0crwdne12983:0', 'remove_current_image' => 'crwdns13089:0crwdne13089:0', + 'seeding' => [ + 'manufacturers' => [ + 'button' => 'crwdns13180:0crwdne13180:0', + 'prompt' => 'crwdns13182:0crwdne13182:0', + 'success' => 'crwdns13184:0crwdne13184:0', + 'error' => 'crwdns13186:0crwdne13186:0', + ], + ], + ]; diff --git a/resources/lang/af-ZA/admin/custom_fields/general.php b/resources/lang/af-ZA/admin/custom_fields/general.php index c714f59d8..bc552ea4a 100644 --- a/resources/lang/af-ZA/admin/custom_fields/general.php +++ b/resources/lang/af-ZA/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'veld', 'about_fieldsets_title' => 'Oor Fieldsets', - 'about_fieldsets_text' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Enkripteer die waarde van hierdie veld in die databasis', 'encrypt_field_help' => 'WAARSKUWING: Om \'n veld te enkripteer, maak dit onondersoekbaar.', diff --git a/resources/lang/af-ZA/admin/hardware/form.php b/resources/lang/af-ZA/admin/hardware/form.php index 446a11745..94c88a944 100644 --- a/resources/lang/af-ZA/admin/hardware/form.php +++ b/resources/lang/af-ZA/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/af-ZA/admin/settings/general.php b/resources/lang/af-ZA/admin/settings/general.php index f1bf09a24..6d4394949 100644 --- a/resources/lang/af-ZA/admin/settings/general.php +++ b/resources/lang/af-ZA/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Oudit Waarskuwing Drempel', 'audit_warning_days_help' => 'Hoeveel dae vooruit moet ons u waarsku wanneer bates verskuldig is vir ouditering?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Voorvoegsel (opsioneel)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'rugsteun', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Beperking van gebruikers (insluitend administrateurs) wat aan maatskappye toegewys is aan hul maatskappy se bates.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultate per bladsy', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/af-ZA/general.php b/resources/lang/af-ZA/general.php index 30b79221c..050fb8934 100644 --- a/resources/lang/af-ZA/general.php +++ b/resources/lang/af-ZA/general.php @@ -615,4 +615,13 @@ return [ '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/am-ET/admin/custom_fields/general.php b/resources/lang/am-ET/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/am-ET/admin/custom_fields/general.php +++ b/resources/lang/am-ET/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/am-ET/admin/hardware/form.php b/resources/lang/am-ET/admin/hardware/form.php index 1fafe603b..0664f1513 100644 --- a/resources/lang/am-ET/admin/hardware/form.php +++ b/resources/lang/am-ET/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/am-ET/admin/settings/general.php b/resources/lang/am-ET/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/am-ET/admin/settings/general.php +++ b/resources/lang/am-ET/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/am-ET/general.php b/resources/lang/am-ET/general.php index 8c3dc332a..784da6240 100644 --- a/resources/lang/am-ET/general.php +++ b/resources/lang/am-ET/general.php @@ -615,4 +615,13 @@ return [ '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/ar-SA/admin/custom_fields/general.php b/resources/lang/ar-SA/admin/custom_fields/general.php index 2a2d1e596..49ab27d69 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/hardware/form.php b/resources/lang/ar-SA/admin/hardware/form.php index b92b28daf..72415bc7a 100644 --- a/resources/lang/ar-SA/admin/hardware/form.php +++ b/resources/lang/ar-SA/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Processing... ', 'optional_infos' => 'معلومات اختيارية', 'order_details' => 'معلومات ذات صلة', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/ar-SA/admin/settings/general.php b/resources/lang/ar-SA/admin/settings/general.php index fa7d90d59..ecc31e7da 100644 --- a/resources/lang/ar-SA/admin/settings/general.php +++ b/resources/lang/ar-SA/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'إذا كان مطلوبا منك التدقيق المادي بانتظام في الأصول الخاصة بك، قم بإدخال الفاصل الزمني في الأشهر التي تستخدمها. إذا قمت بتحديث هذه القيمة، سيتم تحديث جميع "تواريخ المراجعة التالية" للأصول مع تاريخ مراجعة الحسابات المقبل.', 'audit_warning_days' => 'عتبة تحذير التدقيق', 'audit_warning_days_help' => 'كم يوما مقدما يجب أن نحذركم عندما تكون الأصول مستحقة للتدقيق؟', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'إنشاء علامات الأصول الإضافية التلقائية', 'auto_increment_prefix' => 'البادئة (اختياري)', 'auto_incrementing_help' => 'تمكين علامات الأصول الإضافية التلقائية أولاً لتعيين هذا', 'backups' => 'النسخ الإحتياطية', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.', 'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'اختياري', 'per_page' => 'النتائج لكل صفحة', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php index e8cb998f2..17f3f5df3 100644 --- a/resources/lang/ar-SA/general.php +++ b/resources/lang/ar-SA/general.php @@ -615,4 +615,13 @@ return [ '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/bg-BG/admin/custom_fields/general.php b/resources/lang/bg-BG/admin/custom_fields/general.php index 303106136..6538d454a 100644 --- a/resources/lang/bg-BG/admin/custom_fields/general.php +++ b/resources/lang/bg-BG/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Управление', 'field' => 'Поле', 'about_fieldsets_title' => 'Относно Fieldsets', - 'about_fieldsets_text' => 'Fieldsets позволяват създаването на групи от персонализирани полета, които се използват и преизползват често за специфични типове модели на активи.', + 'about_fieldsets_text' => '"Група от полета" позволяват създаването на групи от персонализирани полета, които се използват и преизползват често за специфични типове модели на активи.', 'custom_format' => 'Персонализиран формат...', 'encrypt_field' => 'Шифроване на стойността на това поле в базата данни', 'encrypt_field_help' => 'ВНИМАНИЕ: Шифроване на поле го прави невалидно за търсене.', diff --git a/resources/lang/bg-BG/admin/hardware/form.php b/resources/lang/bg-BG/admin/hardware/form.php index 77ed5fa0a..25330a57b 100644 --- a/resources/lang/bg-BG/admin/hardware/form.php +++ b/resources/lang/bg-BG/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'В процес на изпълнение... ', 'optional_infos' => 'Допълнителна информация', 'order_details' => 'Информация за състоянието на поръчка', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/bg-BG/admin/settings/general.php b/resources/lang/bg-BG/admin/settings/general.php index 362adf0cc..c4cd279cf 100644 --- a/resources/lang/bg-BG/admin/settings/general.php +++ b/resources/lang/bg-BG/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Ако искадате да правите периодична инвентаризация на вашите активи, въведете интервала в месеци за инвентаризация. Ако въведете този интервал, всички активи ще им се смени датата за следваща инвентаризация.', 'audit_warning_days' => 'Праг за предупреждение за одит', 'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Автоматично генериране на инвентарни номера на активите', 'auto_increment_prefix' => 'Префикс (незадължително)', 'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция', 'backups' => 'Архивиране', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.', 'full_multiple_companies_support_text' => 'Поддръжка на множество компании', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'незадължително', 'per_page' => 'Резултати на страница', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/bg-BG/general.php b/resources/lang/bg-BG/general.php index 3aaa398c4..71cfae25e 100644 --- a/resources/lang/bg-BG/general.php +++ b/resources/lang/bg-BG/general.php @@ -615,4 +615,13 @@ return [ '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/ca-ES/admin/custom_fields/general.php b/resources/lang/ca-ES/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/ca-ES/admin/custom_fields/general.php +++ b/resources/lang/ca-ES/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/ca-ES/admin/hardware/form.php b/resources/lang/ca-ES/admin/hardware/form.php index 37631e427..61b185f6e 100644 --- a/resources/lang/ca-ES/admin/hardware/form.php +++ b/resources/lang/ca-ES/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ca-ES/admin/settings/general.php b/resources/lang/ca-ES/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/ca-ES/admin/settings/general.php +++ b/resources/lang/ca-ES/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php index 7f8b16b04..13c78281e 100644 --- a/resources/lang/ca-ES/general.php +++ b/resources/lang/ca-ES/general.php @@ -615,4 +615,13 @@ return [ '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/chr-US/admin/custom_fields/general.php b/resources/lang/chr-US/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/chr-US/admin/custom_fields/general.php +++ b/resources/lang/chr-US/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/chr-US/admin/hardware/form.php b/resources/lang/chr-US/admin/hardware/form.php index fab19fea1..8fbd0b4e8 100644 --- a/resources/lang/chr-US/admin/hardware/form.php +++ b/resources/lang/chr-US/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/chr-US/admin/settings/general.php b/resources/lang/chr-US/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/chr-US/admin/settings/general.php +++ b/resources/lang/chr-US/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/chr-US/general.php b/resources/lang/chr-US/general.php index 3a84d2412..8e055ac79 100644 --- a/resources/lang/chr-US/general.php +++ b/resources/lang/chr-US/general.php @@ -615,4 +615,13 @@ return [ '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/cs-CZ/admin/hardware/form.php b/resources/lang/cs-CZ/admin/hardware/form.php index 12c74e4c3..ae6bffdbd 100644 --- a/resources/lang/cs-CZ/admin/hardware/form.php +++ b/resources/lang/cs-CZ/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Zpracovávání... (S velkými soubory to může chvíli trvat)', + 'processing' => 'Zpracovává se... ', 'optional_infos' => 'Volitelné informace', 'order_details' => 'Informace související s objednávkou', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/cs-CZ/admin/settings/general.php b/resources/lang/cs-CZ/admin/settings/general.php index dedd4fadc..c02197ebd 100644 --- a/resources/lang/cs-CZ/admin/settings/general.php +++ b/resources/lang/cs-CZ/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Pokud máte povinnost provádět pravidelný fyzický audit svých aktiv, zadejte interval v měsících, které používáte. Pokud tuto hodnotu aktualizujete, všechna „další data auditu“ pro aktiva s nadcházejícím datem auditu budou aktualizována.', 'audit_warning_days' => 'Prah výstrahy auditu', 'audit_warning_days_help' => 'Kolik dní předem bychom vás měli varovat, když jsou aktiva splatná pro audit?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generovat automatické inventární číslo položek', 'auto_increment_prefix' => 'Předpona (volitnelná)', 'auto_incrementing_help' => 'Pro nastavení musíte nejdřív povolit automatickou generaci inventárních čísel', 'backups' => 'Zálohy', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Omezení uživatelů (včetně správců) jsou přiřazená ke společnostem s majetkem společnosti.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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ý', 'per_page' => 'Výsledků na stránku', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/cs-CZ/general.php b/resources/lang/cs-CZ/general.php index c252af5e4..dc0806001 100644 --- a/resources/lang/cs-CZ/general.php +++ b/resources/lang/cs-CZ/general.php @@ -615,4 +615,13 @@ return [ '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/cy-GB/admin/custom_fields/general.php b/resources/lang/cy-GB/admin/custom_fields/general.php index 83677074c..e8a8ac982 100644 --- a/resources/lang/cy-GB/admin/custom_fields/general.php +++ b/resources/lang/cy-GB/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Meysydd', 'about_fieldsets_title' => 'Amdan grwpiau meysydd', - 'about_fieldsets_text' => 'Mae grwpiau meysydd yn caniatau i chi creu grwpiau o meysydd addasedig sydd yn cael ei defnyddio yn amal ar gyfer mathau penodol o asedau.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Hamcryptio gwerth y maes yma yn y basdata', 'encrypt_field_help' => 'RHYBUDD: Mae hamcryptio maes yn feddwl nid oes modd chwilio amdano.', diff --git a/resources/lang/cy-GB/admin/hardware/form.php b/resources/lang/cy-GB/admin/hardware/form.php index d6a209d3a..e79d5d2f4 100644 --- a/resources/lang/cy-GB/admin/hardware/form.php +++ b/resources/lang/cy-GB/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/cy-GB/admin/settings/general.php b/resources/lang/cy-GB/admin/settings/general.php index 90558a9b3..807c001d8 100644 --- a/resources/lang/cy-GB/admin/settings/general.php +++ b/resources/lang/cy-GB/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Trothwy Rhybuddio Awdit', 'audit_warning_days_help' => 'Sawl diwrnod o flaen llaw ddylswn rhybuddio chi o asedau sydd angen awdit?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Rhagddodiad (dewisol)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copi wrth gefn', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Cyfyngu defnyddywr (gan cynnwys Admin) sydd wedi aseinio i gwmni i asedau\'r cwmni.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Canlyniadau fesul tudalen', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/cy-GB/general.php b/resources/lang/cy-GB/general.php index 12eab9951..02272b7e3 100644 --- a/resources/lang/cy-GB/general.php +++ b/resources/lang/cy-GB/general.php @@ -615,4 +615,13 @@ return [ '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/da-DK/admin/custom_fields/general.php b/resources/lang/da-DK/admin/custom_fields/general.php index 9634e2089..a9f07f5ea 100644 --- a/resources/lang/da-DK/admin/custom_fields/general.php +++ b/resources/lang/da-DK/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrer', 'field' => 'Felt', 'about_fieldsets_title' => 'Om Feltsæt', - 'about_fieldsets_text' => 'Fieldsets giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte bruges igen til specifikke aktivmodeltyper.', + 'about_fieldsets_text' => 'Feltsæt giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte genbruges til specifikke asset-modeltyper.', 'custom_format' => 'Tilpasset Regex format...', 'encrypt_field' => 'Kryptere værdien af dette felt i databasen', 'encrypt_field_help' => 'Advarsel: Kryptere et felt gør det uransagelige.', diff --git a/resources/lang/da-DK/admin/hardware/form.php b/resources/lang/da-DK/admin/hardware/form.php index ac812e1e4..1130e7540 100644 --- a/resources/lang/da-DK/admin/hardware/form.php +++ b/resources/lang/da-DK/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Behandler... (Dette kan tage lidt tid på store filer)', + 'processing' => 'Processing... ', 'optional_infos' => 'Valgfri Information', 'order_details' => 'Ordre Relateret 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/da-DK/admin/settings/general.php b/resources/lang/da-DK/admin/settings/general.php index 7f04e191b..f7dff2dbc 100644 --- a/resources/lang/da-DK/admin/settings/general.php +++ b/resources/lang/da-DK/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Hvis du er forpligtet til regelmæssigt fysisk revidere dine aktiver, skal du indtaste intervallet i måneder, som du bruger. Hvis du opdaterer denne værdi, vil alle "næste revisionsdatoer" for aktiver med en kommende revisionsdato blive opdateret.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'Hvor mange dage i forvejen skal vi advare dig, når aktiver skal betales for revision?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generer auto-tilvækst af asset-tags', 'auto_increment_prefix' => 'Præfiks (valgfrit)', 'auto_incrementing_help' => 'Aktiver auto-tilvækst af asset-tags først for at indstille dette', 'backups' => 'Backups', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Begrænsning af brugere (herunder admins) tildelt virksomheder til deres virksomheds aktiver.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultater pr. Side', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php index 67fc032bb..84f285586 100644 --- a/resources/lang/da-DK/general.php +++ b/resources/lang/da-DK/general.php @@ -615,4 +615,13 @@ return [ '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/de-DE/admin/custom_fields/general.php b/resources/lang/de-DE/admin/custom_fields/general.php index 43a9bd130..f4c3c68fd 100644 --- a/resources/lang/de-DE/admin/custom_fields/general.php +++ b/resources/lang/de-DE/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Verwalten', 'field' => 'Feld', 'about_fieldsets_title' => 'Über Feldsätze', - 'about_fieldsets_text' => 'Feldsätze erlauben es, Gruppen aus benutzerdefinierten Feldern zu erstellen, welche regelmäßig für spezifische Modelltypen benutzt werden.', + 'about_fieldsets_text' => 'Ein Feldsatz ist eine Gruppe von benutzerdefinierten Feldern, die häufig für bestimmte Asset-Modelltypen wiederverwendet werden.', 'custom_format' => 'Benutzerdefiniertes Regex-Format...', 'encrypt_field' => 'Den Wert dieses Feldes in der Datenbank verschlüsseln', 'encrypt_field_help' => 'WARNUNG: Ein verschlüsseltes Feld kann nicht durchsucht werden.', @@ -59,6 +59,6 @@ return [ 'encrypted_options' => 'Dieses Feld ist verschlüsselt, so dass einige Anzeigeoptionen nicht verfügbar sind.', 'display_checkin' => 'In Check-in-Formularen anzeigen', 'display_checkout' => 'In Check-out-Formularen anzeigen', - 'display_audit' => 'Display in audit forms', + 'display_audit' => 'In Audit-Formularen anzeigen', ]; diff --git a/resources/lang/de-DE/admin/hardware/form.php b/resources/lang/de-DE/admin/hardware/form.php index f239d662b..da4c1bd8f 100644 --- a/resources/lang/de-DE/admin/hardware/form.php +++ b/resources/lang/de-DE/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Dieser Asset-Status ist nicht einsetzbar, da mit diesem das Asset eingecheckt wird.', 'asset_deployable' => 'Dieses Asset kann herausgegeben werden.', 'processing_spinner' => 'Verarbeitung... (Dies kann bei großen Dateien etwas Zeit in Anspruch nehmen)', + 'processing' => 'Wird verarbeitet... ', 'optional_infos' => 'Optionale Informationen', 'order_details' => 'Bestellinformationen', 'calc_eol' => 'Wenn Sie das EOL-Datum auf Null setzen, dann verwenden Sie die automatische EOL-Berechnung basierend auf dem Kaufdatum und der EOL-Rate.', diff --git a/resources/lang/de-DE/admin/hardware/general.php b/resources/lang/de-DE/admin/hardware/general.php index a53e78daf..16e5967ac 100644 --- a/resources/lang/de-DE/admin/hardware/general.php +++ b/resources/lang/de-DE/admin/hardware/general.php @@ -27,7 +27,8 @@ return [ 'undeployable_tooltip' => 'Dieses Asset hat eine Statusbezeichnung, die nicht einsetzbar ist und zu diesem Zeitpunkt nicht ausgecheckt werden kann.', 'view' => 'Asset ansehen', 'csv_error' => 'Es gibt einen Fehler in der CSV-Datei:', - 'import_text' => '

Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.

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

Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.

', + 'import_text' => '

Laden Sie eine CSV hoch, das den Assetverlauf enthält. Die Assets und Benutzer MÜSSEN bereits im System vorhanden sein oder sie werden übersprungen. Für den Verlaufsimport passende Assets werden über das Asset-Tag zugeordnet. Wir werden versuchen, einen passenden Benutzer, basierend auf dem von Ihnen angegebenen Benutzernamen und den unten ausgewählten Kriterien, zu finden. Wenn Sie keine Kriterien auswählen, wird über das Benutzernamensformat, das Sie in Admin- > Allgemeine Einstellungenkonfiguriert haben, eine Zuordnung versucht.

Felder, die in der CSV enthalten sind, müssen mit den Kopfzeilen übereinstimmen: Asset Tag, Name, Checkout Datum, Check-in Datum. Zusätzliche Felder werden ignoriert.

Check-in Datum: Bei leeren oder zukünftigen Check-in Daten werden die Elemente direkt dem genannten User ausgecheckt. Ohne die Spalte Check-in Datum wird das aktuelle Datum gesetzt.

+ ', 'csv_import_match_f-l' => 'Versuchen Sie, Benutzer im Vorname.Nachname (jane.smith) Format zu finden', 'csv_import_match_initial_last' => 'Versuchen Sie, Benutzer im ersten ersten Nachnamen (jsmith) Format zu finden', 'csv_import_match_first' => 'Versuchen Sie, Benutzer im Vorname (jane) Format zu finden', diff --git a/resources/lang/de-DE/admin/settings/general.php b/resources/lang/de-DE/admin/settings/general.php index 2c61ac983..ddd931f62 100644 --- a/resources/lang/de-DE/admin/settings/general.php +++ b/resources/lang/de-DE/admin/settings/general.php @@ -8,7 +8,7 @@ return [ 'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen', 'ad_append_domain_help' => 'Der Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.', 'admin_cc_email' => 'CC Email', - 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.', + 'admin_cc_email_help' => 'Senden Sie eine Kopie der Checkin/Checkout-E-Mails an diese Adresse.', 'admin_settings' => 'Admin-Einstellungen', 'is_ad' => 'Dies ist ein Active Directory Server', 'alerts' => 'Alarme', @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Wenn Sie verpflichtet sind, Ihre Assets regelmäßig physisch zu überprüfen, geben Sie das Intervall in Monaten an. Wenn Sie diesen Wert aktualisieren, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.', 'audit_warning_days' => 'Audit-Warnschwelle', 'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags', 'auto_increment_prefix' => 'Präfix (optional)', 'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset Tags um dies zu setzen', 'backups' => 'Sicherungen', @@ -35,7 +35,7 @@ return [ 'backups_clean_helptext' => "Dies kann nützlich sein, wenn Sie zwischen Datenbankversionen wechseln", 'backups_upload' => 'Backup hochladen', 'backups_path' => 'Sicherungen auf dem Server werden in :path gespeichert', - '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_restore_warning' => 'Wählen Sie die Wiederherstellung um ein Backup wieder herzustellen. (Funktioniert derzeit nicht mit S3 Datenspeicher oder Docker)

Die gesamte :app_name Datebank und alle Uploads werden mit den Inhalten des Backups überschrieben. ', 'backups_logged_out' => 'Alle vorhandenen Benutzer, auch Sie, werden abgemeldet, sobald Ihre Wiederherstellung abgeschlossen ist.', 'backups_large' => 'Sehr große Sicherungen können beim Wiederherstellungsversuch ausfallen (Time-Out) und müssen eventuell über die Kommandozeile ausgeführt werden. ', 'barcode_settings' => 'Barcode Einstellungen', @@ -50,7 +50,7 @@ return [ 'dashboard_message_help' => 'Dieser Text wird für jeden sichtbar sein, der Berechtigungen hat das Dashboard zu sehen.', 'default_currency' => 'Standardwährung', 'default_eula_text' => 'Standard EULA', - 'default_eula_text_placeholder' => 'Add your default EULA text', + 'default_eula_text_placeholder' => 'Fügen Sie Ihren Standard-EULA Text hinzu', 'default_language' => 'Standardsprache', 'default_eula_help_text' => 'Sie können ebenfalls eigene EULA\'s mit spezifischen Asset Kategorien verknüpfen.', 'acceptance_note' => 'Notiz für Ihre Entscheidung hinzufügen (Optional)', @@ -150,8 +150,9 @@ return [ 'logo_print_assets_help' => 'Firmenlogo anzeigen beim Drucken der Asset-Liste ', 'full_multiple_companies_support_help_text' => 'Beschränkung von Benutzern (inklusive Administratoren) die einer Firma zugewiesen sind zu den Assets der Firma.', 'full_multiple_companies_support_text' => 'Volle Mehrmandanten-Unterstützung für Firmen', - 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + '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_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', 'per_page' => 'Ergebnisse pro Seite', @@ -400,25 +401,25 @@ return [ 'username_formats' => [ 'username_format' => 'Format der Benutzernamen', - '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)', + 'firstname_lastname_format' => 'Vorname Nachname (erika.mustermann)', + 'first_name_format' => 'Vorname (erika)', + 'last_name_format' => 'Nachname (mustermann)', + 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann)', + 'lastnamefirstinitial_format' => 'Nachname Initial des Vornamens (mustermanne)', + 'firstname_lastname_underscore_format' => 'Vorname Nachname (erika_mustermann)', + 'firstinitial.lastname' => 'Initial des Vornamen & Nachname (e.mustermann)', + 'lastname_firstinitial' => 'Nachname Initial des Vornamens (mustermann_e)', + 'lastname_dot_firstinitial_format' => 'Nachname & Initial des Vornamens (mustermann.e)', + 'firstnamelastname' => 'Vorname Nachname (erikamustermann)', + 'firstnamelastinitial' => 'Vorname und Initial des Nachnamen (erikam)', + 'lastnamefirstname' => 'Nachname.Vorname (mustermann.erika)', ], 'email_formats' => [ 'email_format' => 'E-Mail Format', 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)', 'first_name_format' => 'Vorname (erika@example.com)', - 'last_name_format' => 'Last Name (doe@example.com)', + 'last_name_format' => 'Nachname (mustermann@beispiel.com)', 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)', 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)', 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)', @@ -451,6 +452,24 @@ return [ ], + 'legends' => [ + 'scoping' => 'Ummantelung', + 'formats' => 'Standardformat', + 'profiles' => 'Benutzerprofile', + 'eula' => 'EULA & Acceptance Preferences', + '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', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/de-DE/admin/settings/message.php b/resources/lang/de-DE/admin/settings/message.php index 25013ba7c..badd5388c 100644 --- a/resources/lang/de-DE/admin/settings/message.php +++ b/resources/lang/de-DE/admin/settings/message.php @@ -53,8 +53,8 @@ return [ ], 'location_scoping' => [ - 'not_saved' => 'Your settings were not saved.', - 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.', + 'not_saved' => 'Ihre Einstellungen wurden nicht gespeichert.', + 'mismatch' => 'Es gibt 1 Element in der Datenbank, das Ihre Aufmerksamkeit benötigt, bevor Sie die Standortbereicherung aktivieren können. Es gibt :count Elemente in der Datenbank, die Ihre Aufmerksamkeit benötigen, bevor Sie die Standortbereicherung aktivieren können.', ], ]; diff --git a/resources/lang/de-DE/general.php b/resources/lang/de-DE/general.php index f64bc367e..b8a483622 100644 --- a/resources/lang/de-DE/general.php +++ b/resources/lang/de-DE/general.php @@ -23,7 +23,7 @@ return [ 'asset_models' => 'Asset Modelle', 'asset_model' => 'Modell', 'asset' => 'Asset', - 'asset_previous' => 'Asset (Previously Assigned)', + 'asset_previous' => 'Asset (Zuvor zugewiesen)', 'asset_report' => 'Asset Bericht', 'asset_tag' => 'Asset Tag', 'asset_tags' => 'Asset Tags', @@ -32,7 +32,7 @@ return [ 'accept_assets_menu' => 'Assets akzeptieren', 'accept_item' => 'Gegenstand akzeptieren', 'audit' => 'Prüfung', - 'audits' => 'Audits', + 'audits' => 'Prüfung', 'audit_report' => 'Prüfungs-Log', 'assets' => 'Assets', 'assets_audited' => 'geprüfte Assets', @@ -574,7 +574,7 @@ return [ 'user_managed_passwords' => 'Passwortverwaltung', 'user_managed_passwords_disallow' => 'Benutzern die Verwaltung ihrer eigenen Passwörter verbieten', 'user_managed_passwords_allow' => 'Benutzern erlauben, ihre eigenen Passwörter zu verwalten', - 'from' => 'From', + 'from' => 'Von', 'by' => 'Von', // Add form placeholders here @@ -589,22 +589,22 @@ return [ ], 'skins' => [ - 'site_default' => 'Site Default', - 'default_blue' => 'Default Blue', - 'blue_dark' => 'Blue (Dark Mode)', - 'green' => 'Green Dark', - 'green_dark' => 'Green (Dark Mode)', - 'red' => 'Red Dark', - 'red_dark' => 'Red (Dark Mode)', - 'orange' => 'Orange Dark', - 'orange_dark' => 'Orange (Dark Mode)', - 'black' => 'Black', - 'black_dark' => 'Black (Dark Mode)', - 'purple' => 'Purple', - 'purple_dark' => 'Purple (Dark Mode)', - 'yellow' => 'Yellow', - 'yellow_dark' => 'Yellow (Dark Mode)', - 'high_contrast' => 'High Contrast', + 'site_default' => 'Seiten Standard', + 'default_blue' => 'Standard Blau', + 'blue_dark' => 'Blau (Dunkler Modus)', + 'green' => 'Grün Dunkel', + 'green_dark' => 'Grün (Dunkler Modus)', + 'red' => 'Rot Dunkel', + 'red_dark' => 'Rot (Dunkler Modus)', + 'orange' => 'Orange Dunkel', + 'orange_dark' => 'Orange (Dunkler Modus)', + 'black' => 'Schwarz', + 'black_dark' => 'Schwarz (Dunkler Modus)', + 'purple' => 'Lila', + 'purple_dark' => 'Lila (Dunkler Modus)', + 'yellow' => 'Gelb', + 'yellow_dark' => 'Gelb (Dunkler Modus)', + 'high_contrast' => 'Hoher Kontrast', ], @@ -613,6 +613,15 @@ return [ 'deleted_models' => 'Gelöschtes Asset-Modelle', 'deleted_users' => 'Gelöschte Benutzer', 'cost_each' => 'je :amount', - 'remove_current_image' => 'Remove current :type image', + 'remove_current_image' => 'Aktuelles :type Bild entfernen', + + 'seeding' => [ + 'manufacturers' => [ + 'button' => 'Hersteller anlegen', + 'prompt' => 'Sie haben noch keine Hersteller. Möchten Sie eine Liste von gängigen Herstellern anbieten? (DIESE ÜBERSCHREIBEN BESTEHENDE HERSTELLER, einschließlich derer, die sanft gelöscht wurden.)', + 'success' => 'Hersteller erfolgreich vorgefüllt', + 'error' => 'Hersteller konnten nicht vorgefüllt werden. Ein Herstellerrekord existiert bereits, und das Füllen würde ihn überschreiben. Konnte Hersteller nicht liefern. :count Herstelleraufzeichnungen existieren bereits, und Füllung würde sie überschreiben.', + ], + ], ]; diff --git a/resources/lang/de-if/admin/custom_fields/general.php b/resources/lang/de-if/admin/custom_fields/general.php index 3698c4639..15a78b222 100644 --- a/resources/lang/de-if/admin/custom_fields/general.php +++ b/resources/lang/de-if/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Verwalten', 'field' => 'Feld', 'about_fieldsets_title' => 'Über Feldsätze', - 'about_fieldsets_text' => 'Feldsätze erlauben es, Gruppen aus benutzerdefinierten Feldern zu erstellen, welche regelmäßig für spezifische Modelltypen benutzt werden.', + 'about_fieldsets_text' => 'Ein Feldsatz ist eine Gruppe von benutzerdefinierten Feldern, die häufig für bestimmte Asset-Modelltypen wiederverwendet werden.', 'custom_format' => 'Benutzerdefiniertes Regex-Format...', 'encrypt_field' => 'Den Wert dieses Feldes in der Datenbank verschlüsseln', 'encrypt_field_help' => 'WARNUNG: Ein verschlüsseltes Feld kann nicht durchsucht werden.', @@ -59,6 +59,6 @@ return [ 'encrypted_options' => 'Dieses Feld ist verschlüsselt, so dass einige Display-Optionen nicht verfügbar sind.', 'display_checkin' => 'In Check-in-Formularen anzeigen', 'display_checkout' => 'In Check-out-Formularen anzeigen', - 'display_audit' => 'Display in audit forms', + 'display_audit' => 'In Audit-Formularen anzeigen', ]; diff --git a/resources/lang/de-if/admin/hardware/form.php b/resources/lang/de-if/admin/hardware/form.php index f1bbbe77c..1e422cc58 100644 --- a/resources/lang/de-if/admin/hardware/form.php +++ b/resources/lang/de-if/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Dieser Asset-Status ist nicht einsetzbar, da mit diesem das Asset eingecheckt wird.', 'asset_deployable' => 'Dieses Asset kann herausgegeben werden.', 'processing_spinner' => 'Verarbeitung... (Dies kann bei großen Dateien etwas Zeit in Anspruch nehmen)', + 'processing' => 'Wird verarbeitet... ', 'optional_infos' => 'Optionale Informationen', 'order_details' => 'Bestellinformationen', 'calc_eol' => 'Wenn du das EOL-Datum auf Null setzt, dann verwende die automatische EOL-Berechnung basierend auf dem Kaufdatum und der EOL-Rate.', diff --git a/resources/lang/de-if/admin/hardware/general.php b/resources/lang/de-if/admin/hardware/general.php index fec37579d..67c082f39 100644 --- a/resources/lang/de-if/admin/hardware/general.php +++ b/resources/lang/de-if/admin/hardware/general.php @@ -27,7 +27,8 @@ return [ 'undeployable_tooltip' => 'Dieses Asset hat eine Statusbezeichnung, die nicht einsetzbar ist und zu diesem Zeitpunkt nicht ausgecheckt werden kann.', 'view' => 'Asset ansehen', 'csv_error' => 'Es gibt einen Fehler in der CSV-Datei:', - 'import_text' => '

Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.

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

Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.

', + 'import_text' => '

Lade ein CSV hoch, das den Assetverlauf enthält. Die Assets und Benutzer MÜSSEN bereits im System vorhanden sein oder sie werden übersprungen. Für den Verlaufsimport passende Assets werden über das Asset-Tag zugeordnet. Wir werden versuchen, einen passenden Benutzer, basierend auf dem von Dir angegebenen Benutzernamen und den unten ausgewählten Kriterien, zu finden. Wenn Du keine Kriterien auswählst, wird über das Benutzernamensformat, das Du in Admin- > Allgemeine Einstellungenkonfiguriert haben, eine Zuordnung versucht.

Felder, die in der CSV enthalten sind, müssen mit den Kopfzeilen übereinstimmen: Asset Tag, Name, Checkout Datum, Check-in Datum. Zusätzliche Felder werden ignoriert.

Check-in Datum: Bei leeren oder zukünftigen Check-in Daten werden die Elemente direkt dem genannten User ausgecheckt. Ohne die Spalte Check-in Datum wird das aktuelle Datum gesetzt.

+ ', 'csv_import_match_f-l' => 'Versuchen Sie, Benutzer im Vorname.Nachname (jane.smith) Format zu finden', 'csv_import_match_initial_last' => 'Versuchen Sie, Benutzer im ersten ersten Nachnamen (jsmith) Format zu finden', 'csv_import_match_first' => 'Versuchen Sie, Benutzer im Vorname (jane) Format zu finden', diff --git a/resources/lang/de-if/admin/hardware/message.php b/resources/lang/de-if/admin/hardware/message.php index cba24dd36..00815241d 100644 --- a/resources/lang/de-if/admin/hardware/message.php +++ b/resources/lang/de-if/admin/hardware/message.php @@ -100,7 +100,7 @@ return [ ], 'requests' => [ - 'error' => 'Die Anfrage war nicht erfolgreich, bitte versuchen Sie es erneut.', + 'error' => 'Das Asset wurde nicht angefordert, bitte versuche es erneut.', 'success' => 'Anfrage erfolgreich eingereicht.', 'canceled' => 'Anfrage erfolgreich abgebrochen.', 'cancel' => 'Storniere diese Gegenstandanfrage', diff --git a/resources/lang/de-if/admin/locations/message.php b/resources/lang/de-if/admin/locations/message.php index 3abc02ecb..f62f15abf 100644 --- a/resources/lang/de-if/admin/locations/message.php +++ b/resources/lang/de-if/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Standort existiert nicht.', - 'assoc_users' => 'Dieser Standort kann derzeit nicht gelöscht werden, da er der Standort eines Datensatzes für mindestens ein Asset oder einen Benutzer ist, ihm Assets zugewiesen sind oder er der übergeordnete Standort eines anderen Standorts ist. Aktualisiere deine Datensätze, sodass dieser Standort nicht mehr referenziert wird, und versuche es erneut ', + 'assoc_users' => 'Dieser Standort kann derzeit nicht gelöscht werden, da er der Standort eines Datensatzes für mindestens ein Asset oder einen Benutzer ist, ihm Assets zugewiesen sind oder er der übergeordnete Standort eines anderen Standorts ist. Aktualisiere Deine Datensätze, sodass dieser Standort nicht mehr referenziert wird, und versuche es erneut ', 'assoc_assets' => 'Dieser Standort ist mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entferne die Standortzuweisung bei den jeweiligen Gegenständen und versuche erneut, diesen Standort zu entfernen. ', 'assoc_child_loc' => 'Dieser Standort ist mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte aktualisiere Deine Standorte, so dass dieser Standort nicht mehr verknüpft ist, und versuche es erneut. ', 'assigned_assets' => 'Zugeordnete Assets', diff --git a/resources/lang/de-if/admin/settings/general.php b/resources/lang/de-if/admin/settings/general.php index 0b218e282..e52867424 100644 --- a/resources/lang/de-if/admin/settings/general.php +++ b/resources/lang/de-if/admin/settings/general.php @@ -8,7 +8,7 @@ return [ 'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen', 'ad_append_domain_help' => 'Der Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.', 'admin_cc_email' => 'CC Email', - 'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.', + 'admin_cc_email_help' => 'Sende eine Kopie der Checkin/Checkout-E-Mails an diese Adresse.', 'admin_settings' => 'Admin-Einstellungen', 'is_ad' => 'Dies ist ein Active Directory Server', 'alerts' => 'Alarme', @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Wenn du Anlagen regelmäßig physisch prüfen musst, gebe das von Ihnen verwendete Intervall in Monaten ein. Wenn du diesen Wert aktualisierst, werden alle „nächsten Prüftermine“ für Anlagen mit einem bevorstehenden Prüftermin aktualisiert.', 'audit_warning_days' => 'Audit-Warnschwelle', 'audit_warning_days_help' => 'Wie viele Tage im Voraus sollen wir dich benachrichtigen, wenn eine Prüfung der Vermögenswerte ansteht?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Erstellen von fortlaufenden Asset Tags', 'auto_increment_prefix' => 'Präfix (optional)', 'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset Tags um dies zu setzen', 'backups' => 'Backups', @@ -35,7 +35,7 @@ return [ 'backups_clean_helptext' => "Dies kann nützlich sein, wenn du zwischen Datenbankversionen wechselst", 'backups_upload' => 'Backup hochladen', 'backups_path' => 'Backups auf dem Server werden in :path gespeichert', - '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_restore_warning' => 'Wähle die Wiederherstellung um ein Backup wieder herzustellen. (Funktioniert derzeit nicht mit S3 Datenspeicher oder Docker)

Die gesamte :app_name Datebank und alle Uploads werden mit den Inhalten des Backups überschrieben. ', 'backups_logged_out' => 'Alle vorhandenen Benutzer, einschließlich dir selbst, werden abgemeldet, sobald die Wiederherstellung abgeschlossen ist.', 'backups_large' => 'Sehr große Backups können beim Wiederherstellungsversuch ausfallen (Time-Out) und müssen eventuell über die Kommandozeile ausgeführt werden. ', 'barcode_settings' => 'Barcode Einstellungen', @@ -50,7 +50,7 @@ return [ 'dashboard_message_help' => 'Dieser Text wird für jeden sichtbar sein, der Berechtigungen hat das Dashboard zu sehen.', 'default_currency' => 'Standardwährung', 'default_eula_text' => 'Standard EULA', - 'default_eula_text_placeholder' => 'Add your default EULA text', + 'default_eula_text_placeholder' => 'Füge Deinen Standard-EULA Text hinzu', 'default_language' => 'Standardsprache', 'default_eula_help_text' => 'Du kannst ebenso benutzerdefinierte EULAs bestimmten Asset-Kategorien zuordnen.', 'acceptance_note' => 'Füge eine Notiz zu deiner Entscheidung hinzu (optional)', @@ -150,8 +150,9 @@ return [ 'logo_print_assets_help' => 'Firmenlogo anzeigen beim Drucken der Asset-Liste ', 'full_multiple_companies_support_help_text' => 'Beschränkung von Benutzern (inklusive Administratoren), die einer Firma zugewiesen sind, zu den Assets der Firma.', 'full_multiple_companies_support_text' => 'Volle Unterstützung für mehrere Unternehmen', - 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + '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_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', 'per_page' => 'Ergebnisse pro Seite', @@ -400,34 +401,34 @@ return [ 'username_formats' => [ 'username_format' => 'Format der Benutzernamen', - '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' => 'Nachname.Vorname (smith.jane)', + 'firstname_lastname_format' => 'Vorname Nachname (erika.mustermann)', + 'first_name_format' => 'Vorname (erika)', + 'last_name_format' => 'Nachname (mustermann)', + 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann)', + 'lastnamefirstinitial_format' => 'Nachname Initial des Vornamens (mustermanne)', + 'firstname_lastname_underscore_format' => 'Vorname Nachname (erika_mustermann)', + 'firstinitial.lastname' => 'Initial des Vornamen & Nachname (e.mustermann)', + 'lastname_firstinitial' => 'Nachname Initial des Vornamens (mustermann_e)', + 'lastname_dot_firstinitial_format' => 'Nachname Initial des Vornamens (mustermann.e)', + 'firstnamelastname' => 'Vorname Nachname (erikamustermann)', + 'firstnamelastinitial' => 'Vorname Initial des Nachnamen (erikam)', + 'lastnamefirstname' => 'Nachname.Vorname (mustermann.erika)', ], 'email_formats' => [ 'email_format' => 'E-Mail-Format', 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)', 'first_name_format' => 'Vorname (erika@example.com)', - 'last_name_format' => 'Last Name (doe@example.com)', + 'last_name_format' => 'Nachname (mustermann@beispiel.com)', 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)', - 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)', - 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)', - 'firstinitial.lastname' => 'Initial des Vornamens.Nachname (e.mustermann@example.com)', - 'lastname_firstinitial' => 'Nachname_Initial des Vornamens (mustermann_e@example.com)', + 'lastnamefirstinitial_format' => 'Nachname & Initial des Vornamens (mustere@example.com)', + 'firstname_lastname_underscore_format' => 'Vorname Nachname (erika_mustermann@example.com)', + 'firstinitial.lastname' => 'Initial des Vornamens Nachname (e.mustermann@example.com)', + 'lastname_firstinitial' => 'Nachname Initial des Vornamens (mustermann_e@example.com)', 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)', - 'firstnamelastname' => 'Vorname & Nachname (erikamustermann@example.com)', - 'firstnamelastinitial' => 'Vorname & Initiale des Nachnamen (erikam@example.com)', - 'lastnamefirstname' => 'Nachname.Vorname (smith.jane@example.com)', + 'firstnamelastname' => 'Vorname Nachname (erikamustermann@example.com)', + 'firstnamelastinitial' => 'Vorname Initial des Nachnamen (erikam@example.com)', + 'lastnamefirstname' => 'Nachname.Vorname (mustermann.erika@example.com)', ], @@ -451,6 +452,24 @@ return [ ], + 'legends' => [ + 'scoping' => 'Ummantelung', + 'formats' => 'Standardformate', + 'profiles' => 'Benutzerprofile', + 'eula' => 'EULA & Acceptance Preferences', + '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', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/de-if/admin/settings/message.php b/resources/lang/de-if/admin/settings/message.php index a9faf95d1..2e00429ea 100644 --- a/resources/lang/de-if/admin/settings/message.php +++ b/resources/lang/de-if/admin/settings/message.php @@ -53,8 +53,8 @@ return [ ], 'location_scoping' => [ - 'not_saved' => 'Your settings were not saved.', - 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.', + 'not_saved' => 'Deine Einstellungen wurden nicht gespeichert.', + 'mismatch' => 'Es gibt 1 Element in der Datenbank, das Deine Aufmerksamkeit benötigt, bevor Du die Standortbereicherung aktivieren kannst. Es gibt :count Elemente in der Datenbank, die Deine Aufmerksamkeit benötigen, bevor Du die Standortbereicherung aktivieren kannst.', ], ]; diff --git a/resources/lang/de-if/auth.php b/resources/lang/de-if/auth.php index 534d23fad..941c4086c 100644 --- a/resources/lang/de-if/auth.php +++ b/resources/lang/de-if/auth.php @@ -15,6 +15,6 @@ return array( 'failed' => 'Diese Zugangsdaten stimmen nicht mit unseren Datensätzen überein.', 'password' => 'Das angegebene Passwort ist ungültig.', - 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :minutes Minute(n) erneut.', + 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuche es in :minutes Minute(n) erneut.', ); diff --git a/resources/lang/de-if/general.php b/resources/lang/de-if/general.php index 8bc929cf2..049836b91 100644 --- a/resources/lang/de-if/general.php +++ b/resources/lang/de-if/general.php @@ -23,7 +23,7 @@ return [ 'asset_models' => 'Modellbezeichnungen', 'asset_model' => 'Modell', 'asset' => 'Asset', - 'asset_previous' => 'Asset (Previously Assigned)', + 'asset_previous' => 'Asset (Zuvor zugewiesen)', 'asset_report' => 'Bestandsbericht', 'asset_tag' => 'Kennzeichnung', 'asset_tags' => 'Inventarnummern', @@ -32,7 +32,7 @@ return [ 'accept_assets_menu' => 'Assets akzeptieren', 'accept_item' => 'Gegenstand akzeptieren', 'audit' => 'Prüfung', - 'audits' => 'Audits', + 'audits' => 'Prüfung', 'audit_report' => 'Prüfungsbericht', 'assets' => 'Assets', 'assets_audited' => 'Assets geprüft', @@ -574,7 +574,7 @@ return [ 'user_managed_passwords' => 'Passwort-Verwaltung', 'user_managed_passwords_disallow' => 'Benutzern die Verwaltung ihrer eigenen Passwörter verbieten', 'user_managed_passwords_allow' => 'Benutzern erlauben, ihre eigenen Passwörter zu verwalten', - 'from' => 'From', + 'from' => 'Von', 'by' => 'Von', // Add form placeholders here @@ -589,22 +589,22 @@ return [ ], 'skins' => [ - 'site_default' => 'Site Default', - 'default_blue' => 'Default Blue', - 'blue_dark' => 'Blue (Dark Mode)', - 'green' => 'Green Dark', - 'green_dark' => 'Green (Dark Mode)', - 'red' => 'Red Dark', - 'red_dark' => 'Red (Dark Mode)', - 'orange' => 'Orange Dark', - 'orange_dark' => 'Orange (Dark Mode)', - 'black' => 'Black', - 'black_dark' => 'Black (Dark Mode)', - 'purple' => 'Purple', - 'purple_dark' => 'Purple (Dark Mode)', - 'yellow' => 'Yellow', - 'yellow_dark' => 'Yellow (Dark Mode)', - 'high_contrast' => 'High Contrast', + 'site_default' => 'Seiten Standard', + 'default_blue' => 'Standard Blau', + 'blue_dark' => 'Blau (Dunkler Modus)', + 'green' => 'Grün Dunkel', + 'green_dark' => 'Grün (Dunkler Modus)', + 'red' => 'Rot Dunkel', + 'red_dark' => 'Rot (Dunkler Modus)', + 'orange' => 'Orange Dunkel', + 'orange_dark' => 'Orange (Dunkler Modus)', + 'black' => 'Schwarz', + 'black_dark' => 'Schwarz (Dunkler Modus)', + 'purple' => 'Lila', + 'purple_dark' => 'Lila (Dunkler Modus)', + 'yellow' => 'Gelb', + 'yellow_dark' => 'Gelb (Dunkler Modus)', + 'high_contrast' => 'Hoher Kontrast', ], @@ -613,6 +613,15 @@ return [ 'deleted_models' => 'Gelöschtes Asset-Modelle', 'deleted_users' => 'Gelöschte Benutzer', 'cost_each' => 'je:amount', - 'remove_current_image' => 'Remove current :type image', + 'remove_current_image' => 'Aktuelles :type Bild entfernen', + + 'seeding' => [ + 'manufacturers' => [ + 'button' => 'Hersteller anlegen', + 'prompt' => 'Du hast noch keine Hersteller. Möchtest Du eine Liste von gängigen Herstellern anbieten? (DIESE ÜBERSCHREIBEN BESTEHENDE HERSTELLER, einschließlich derer, die sanft gelöscht wurden.)', + 'success' => 'Hersteller erfolgreich vorgefüllt', + 'error' => 'Hersteller konnten nicht vorgefüllt werden. Ein Herstellerrekord existiert bereits, und das Füllen würde ihn überschreiben. Konnte Hersteller nicht liefern. :count Herstelleraufzeichnungen existieren bereits, und Füllung würde sie überschreiben.', + ], + ], ]; diff --git a/resources/lang/de-if/mail.php b/resources/lang/de-if/mail.php index 6a2b92c01..6a9cb7e9b 100644 --- a/resources/lang/de-if/mail.php +++ b/resources/lang/de-if/mail.php @@ -66,8 +66,8 @@ return [ 'min_QTY' => 'Mindestmenge', 'name' => 'Name', 'new_item_checked' => 'Ein neuer Gegenstand wurde unter Ihrem Namen ausgecheckt. Details folgen.', - 'new_item_checked_with_acceptance' => 'Ein neuer Gegenstand, der eine Annahme erfordert, wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.', - 'recent_item_checked' => 'Ein Gegenstand, der eine Annahme erfordert, wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.', + 'new_item_checked_with_acceptance' => 'Ein neuer Gegenstand, der eine Annahme erfordert, wurde unter Deinem Namen ausgecheckt. Details findest Du weiter unten.', + 'recent_item_checked' => 'Ein Gegenstand, der eine Annahme erfordert, wurde unter Deinem Namen ausgecheckt. Details findest Du weiter unten.', 'notes' => 'Notizen', 'password' => 'Passwort', 'password_reset' => 'Passwort zurücksetzen', @@ -90,7 +90,7 @@ return [ 'upcoming-audits' => 'Es ist :count Asset vorhanden, für das innerhalb von :threshold Tagen ein Audit durchzuführen ist. |Es gibt :count Assets, für die innerhalb von :threshold Tagen Audits durchzuführen sind.', 'user' => 'Benutzer', 'username' => 'Benutzername', - 'unaccepted_asset_reminder' => 'Erinnerung: Sie haben nicht akzeptierte Assets.', + 'unaccepted_asset_reminder' => 'Erinnerung: Du hast nicht akzeptierte Assets.', 'welcome' => 'Willkommen, :name', 'welcome_to' => 'Willkommen bei :web!', 'your_assets' => 'Deine Assets anzeigen', diff --git a/resources/lang/el-GR/admin/custom_fields/general.php b/resources/lang/el-GR/admin/custom_fields/general.php index 027de9efe..9f55d082a 100644 --- a/resources/lang/el-GR/admin/custom_fields/general.php +++ b/resources/lang/el-GR/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Διαχείριση', 'field' => 'Πεδίο', 'about_fieldsets_title' => 'Σχετικά με τα σύνολα πεδίων', - 'about_fieldsets_text' => 'Τα πεδία των πεδίων σάς επιτρέπουν να δημιουργείτε ομάδες προσαρμοσμένων πεδίων που χρησιμοποιούνται συχνά ξανά για συγκεκριμένους τύπους μοντέλων στοιχείων ενεργητικού.', + 'about_fieldsets_text' => 'Τα Fieldsets σας επιτρέπουν να δημιουργήσετε ομάδες προσαρμοσμένων πεδίων που συχνά επαναχρησιμοποιούνται για συγκεκριμένους τύπους μοντέλου στοιχείων ενεργητικού.', 'custom_format' => 'Προσαρμοσμένη μορφή Regex...', 'encrypt_field' => 'Κρυπτογράφηση της αξίας του πεδίου στη βάση δεδομένων', 'encrypt_field_help' => 'Προειδοποίηση: H κρυπτογράφηση ενός πεδίου την καθιστά ανεξερεύνητη.', diff --git a/resources/lang/el-GR/admin/hardware/form.php b/resources/lang/el-GR/admin/hardware/form.php index 8cf913607..dfcf96d51 100644 --- a/resources/lang/el-GR/admin/hardware/form.php +++ b/resources/lang/el-GR/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Processing... ', 'optional_infos' => 'Προαιρετικές Πληροφορίες', 'order_details' => 'Σχετικές Πληροφορίες Παραγγελίας', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/el-GR/admin/settings/general.php b/resources/lang/el-GR/admin/settings/general.php index d63ddc850..3b70efc9a 100644 --- a/resources/lang/el-GR/admin/settings/general.php +++ b/resources/lang/el-GR/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Εάν απαιτείται να ελέγχετε τακτικά τα περιουσιακά σας στοιχεία, εισάγετε το διάστημα σε μήνες που χρησιμοποιείτε. Εάν ενημερώσετε αυτήν την τιμή, όλες οι "επόμενες ημερομηνίες ελέγχου" για τα περιουσιακά στοιχεία με μια επερχόμενη ημερομηνία ελέγχου θα ενημερωθούν.', 'audit_warning_days' => 'Όριο προειδοποίησης ελέγχου', 'audit_warning_days_help' => 'Πόσες μέρες νωρίτερα θα πρέπει να σας προειδοποιήσουμε όταν τα περιουσιακά στοιχεία οφείλονται για έλεγχο;', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Δημιουργία ετικετών στοιχείων ενεργητικού αυτόματης αύξησης', 'auto_increment_prefix' => 'Πρόθεμα (μη υποχρεωτικό)', 'auto_incrementing_help' => 'Ενεργοποιήστε πρώτα τις ετικέτες στοιχείων αυτόματης αύξησης για να το ορίσετε', 'backups' => 'Αντίγραφα Ασφαλείας', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Περιορισμός των χρηστών (συμπεριλαμβανομένων των διαχειριστών) που εκχωρούνται σε εταιρείες στα περιουσιακά στοιχεία της εταιρείας τους.', 'full_multiple_companies_support_text' => 'Πλήρης υποστήριξη πολλαπλών εταιρειών', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'προαιρετικός', 'per_page' => 'Αποτελέσματα ανά σελίδα', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/el-GR/general.php b/resources/lang/el-GR/general.php index 361dd0ee0..4c874df44 100644 --- a/resources/lang/el-GR/general.php +++ b/resources/lang/el-GR/general.php @@ -615,4 +615,13 @@ return [ '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/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php index 14504fc98..37eb11409 100644 --- a/resources/lang/en-GB/admin/custom_fields/general.php +++ b/resources/lang/en-GB/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php index 7e756a4fd..f3bfea3d2 100644 --- a/resources/lang/en-GB/admin/hardware/form.php +++ b/resources/lang/en-GB/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index 0cc0c3d93..c3c41f5a0 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 2155e7142..6df1832af 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -615,4 +615,13 @@ return [ '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/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php index 92c4a4b18..b4a3a68f4 100644 --- a/resources/lang/en-ID/admin/custom_fields/general.php +++ b/resources/lang/en-ID/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Bidang', 'about_fieldsets_title' => 'Tentang Fieldsets', - 'about_fieldsets_text' => 'Fieldsets memungkinkan Anda membuat kelompok bidang khusus yang sering digunakan kembali untuk jenis model aset tertentu.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Enkripsikan nilai bidang ini di database', 'encrypt_field_help' => 'PERINGATAN: Mengenkripsi sebuah field membuatnya tidak bisa ditelusuri. diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php index 6245ec205..32a312a0b 100644 --- a/resources/lang/en-ID/admin/hardware/form.php +++ b/resources/lang/en-ID/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Memproses ( Hal ini mungkin memerlukan waktu untuk data yang besar)', + 'processing' => 'Processing... ', 'optional_infos' => 'Informasi Pilihan', '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/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 9789aef6a..7da659fa0 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Ambang Peringatan Audit', 'audit_warning_days_help' => 'Berapa hari sebelum kami harus memperingatkan aset yang akan dilelang?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Awalan (opsional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cadangkan', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) yang ditugaskan ke perusahaan untuk aset perusahaan mereka.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Hasil Per Halaman', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index baa7017cb..586690de3 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -615,4 +615,13 @@ return [ '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/en-US/admin/custom_fields/general.php b/resources/lang/en-US/admin/custom_fields/general.php index c9ae61c96..68e840edd 100644 --- a/resources/lang/en-US/admin/custom_fields/general.php +++ b/resources/lang/en-US/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php index 316db3d7b..e8a572b16 100644 --- a/resources/lang/es-CO/admin/custom_fields/general.php +++ b/resources/lang/es-CO/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrar', 'field' => 'Campo', 'about_fieldsets_title' => 'Acerca de los grupos de campos', - 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que son frecuentemente reutilizados para modelos específicos de equipos.', + 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', 'custom_format' => 'Expresión regular personalizada...', 'encrypt_field' => 'Cifrar el valor de este campo en la base de datos', 'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.', diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php index f563137c4..2e219a9db 100644 --- a/resources/lang/es-CO/admin/hardware/form.php +++ b/resources/lang/es-CO/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)', + 'processing' => 'Procesando... ', 'optional_infos' => 'Información opcional', 'order_details' => 'Información relacionada con el pedido', 'calc_eol' => 'Si deja nula la fecha EOL, utilice el cálculo automático basado en la fecha de compra y la frecuencia de EOL.', diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index 550d838cd..f000c9e4b 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Si está obligado a auditar físicamente sus activos con regularidad, introduzca el intervalo en meses que utilice. Si actualiza este valor, se actualizarán todas las "próximas fechas de auditoría" de los activos con una fecha de auditoría próxima.', 'audit_warning_days' => 'Umbral para aviso de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación es necesario avisar que se deben auditar los activos?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generar incremento automático en las placas de activos', 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Habilite primero el incremento automático de las placas de activos antes de configurar esto', 'backups' => 'Copias de seguridad', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultados por página', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index c604d91d3..66c2ecc32 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -615,4 +615,13 @@ return [ '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/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php index 9cd099d1a..f40ed063a 100644 --- a/resources/lang/es-ES/admin/custom_fields/general.php +++ b/resources/lang/es-ES/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrar', 'field' => 'Campo', 'about_fieldsets_title' => 'Acerca de los grupos de campos', - 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', + 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', 'custom_format' => 'Expresión regular personalizada...', 'encrypt_field' => 'Cifrar el valor de este campo en la base de datos', 'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.', diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php index 022d1993e..f735c673b 100644 --- a/resources/lang/es-ES/admin/hardware/form.php +++ b/resources/lang/es-ES/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)', + 'processing' => 'Procesando... ', 'optional_infos' => 'Información opcional', 'order_details' => 'Información relacionada con el pedido', 'calc_eol' => 'Si deja nula la fecha EOL, utilice el cálculo automático basado en la fecha de compra y la frecuencia de EOL.', diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index 1a4abc6b3..8a8590401 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Si está obligado a auditar físicamente sus activos con regularidad, introduzca el intervalo en meses que utilice. Si actualiza este valor, se actualizarán todas las "próximas fechas de auditoría" de los activos con una fecha de auditoría próxima.', 'audit_warning_days' => 'Umbral para aviso de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación es necesario avisar que se deben auditar los activos?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generar incremento automático en las placas de activos', 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Habilite primero el incremento automático de las placas de activos antes de configurar esto', 'backups' => 'Copias de seguridad', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultados por página', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index a9398d9cd..06d8a33b7 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -615,4 +615,13 @@ return [ '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/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php index 3e06ffebc..fa18b7c90 100644 --- a/resources/lang/es-MX/admin/custom_fields/general.php +++ b/resources/lang/es-MX/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrar', 'field' => 'Campo', 'about_fieldsets_title' => 'Acerca de los grupos de campos', - 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', + 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', 'custom_format' => 'Expresión regular personalizada...', 'encrypt_field' => 'Cifrar el valor de este campo en la base de datos', 'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.', diff --git a/resources/lang/es-MX/admin/hardware/form.php b/resources/lang/es-MX/admin/hardware/form.php index 7acbe9963..18ccf7d36 100644 --- a/resources/lang/es-MX/admin/hardware/form.php +++ b/resources/lang/es-MX/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)', + 'processing' => 'Procesando... ', 'optional_infos' => 'Información opcional', 'order_details' => 'Información relacionada con el pedido', 'calc_eol' => 'Si deja nula la fecha EOL, utilice el cálculo automático basado en la fecha de compra y la frecuencia de EOL.', diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php index d3901805c..997056f8c 100644 --- a/resources/lang/es-MX/admin/settings/general.php +++ b/resources/lang/es-MX/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Si está obligado a auditar físicamente sus activos con regularidad, introduzca el intervalo en meses que utilice. Si actualiza este valor, se actualizarán todas las "próximas fechas de auditoría" de los activos con una fecha de auditoría próxima.', 'audit_warning_days' => 'Umbral para aviso de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación es necesario avisar que se deben auditar los activos?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generar incremento automático en las placas de activos', 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Habilite primero el incremento automático de las placas de activos antes de configurar esto', 'backups' => 'Copias de seguridad', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultados por página', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index 830112f23..ec6a0ea14 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -615,4 +615,13 @@ return [ '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/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php index d5f78f9fb..c28100f70 100644 --- a/resources/lang/es-VE/admin/custom_fields/general.php +++ b/resources/lang/es-VE/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrar', 'field' => 'Campo', 'about_fieldsets_title' => 'Acerca de los grupos de campos', - 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que están frecuentemente siendo reutilizados para tipos específicos de modelos de activos.', + 'about_fieldsets_text' => 'Los grupos de campos le permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.', 'custom_format' => 'Expresión regular personalizada...', 'encrypt_field' => 'Cifrar el valor de este campo en la base de datos', 'encrypt_field_help' => 'ADVERTENCIA: Cifrar un campo hace que no se pueda buscar.', diff --git a/resources/lang/es-VE/admin/hardware/form.php b/resources/lang/es-VE/admin/hardware/form.php index 59be16d93..da7270f63 100644 --- a/resources/lang/es-VE/admin/hardware/form.php +++ b/resources/lang/es-VE/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)', + 'processing' => 'Procesando... ', 'optional_infos' => 'Información opcional', 'order_details' => 'Información relacionada con el pedido', 'calc_eol' => 'Si deja nula la fecha EOL, utilice el cálculo automático basado en la fecha de compra y la frecuencia de EOL.', diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php index b061eb72c..49b887f0e 100644 --- a/resources/lang/es-VE/admin/settings/general.php +++ b/resources/lang/es-VE/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Si está obligado a auditar físicamente sus activos con regularidad, introduzca el intervalo en meses que utilice. Si actualiza este valor, se actualizarán todas las "próximas fechas de auditoría" de los activos con una fecha de auditoría próxima.', 'audit_warning_days' => 'Umbral para aviso de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación es necesario avisar que se deben auditar los activos?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generar incremento automático en las placas de activos', 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Habilite primero el incremento automático de las placas de activos antes de configurar esto', 'backups' => 'Copias de Seguridad', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultados por página', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index 209928116..56f051508 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -615,4 +615,13 @@ return [ '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/et-EE/admin/custom_fields/general.php b/resources/lang/et-EE/admin/custom_fields/general.php index 69a5d3826..ca8782ec7 100644 --- a/resources/lang/et-EE/admin/custom_fields/general.php +++ b/resources/lang/et-EE/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Väli', 'about_fieldsets_title' => 'Andmeväljade kohta', - 'about_fieldsets_text' => 'Valdkonnad lubavad teil luua kohandatud väljade rühmad, mida kasutatakse sageli teatud varade mudelitüüpide jaoks.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Krüpti selle valdkonna väärtus andmebaasis', 'encrypt_field_help' => 'HOIATUS: põllu krüptimine muudab selle otsingumatuks.', diff --git a/resources/lang/et-EE/admin/hardware/form.php b/resources/lang/et-EE/admin/hardware/form.php index f2f166556..7c4debc23 100644 --- a/resources/lang/et-EE/admin/hardware/form.php +++ b/resources/lang/et-EE/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Töötlemine... ', 'optional_infos' => 'Valikuline teave', 'order_details' => 'Tellimusega seonduv teave', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/et-EE/admin/settings/general.php b/resources/lang/et-EE/admin/settings/general.php index 6c85a9183..8efb83787 100644 --- a/resources/lang/et-EE/admin/settings/general.php +++ b/resources/lang/et-EE/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Auditi hoiatuslävi', 'audit_warning_days_help' => 'Mitu päeva peaksime ette hoiatama varade auditeerimise tähtajast?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Eesliide (valikuline)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varukoopiad', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Kasutajate (sh administraatorite) piiramine, mis on määratud firmadele ettevõtte varadele.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Tulemused lehel', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/et-EE/general.php b/resources/lang/et-EE/general.php index 19b4b9361..5b0ab7912 100644 --- a/resources/lang/et-EE/general.php +++ b/resources/lang/et-EE/general.php @@ -615,4 +615,13 @@ return [ '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/fa-IR/admin/custom_fields/general.php b/resources/lang/fa-IR/admin/custom_fields/general.php index 7560c4d3a..0cf07eae2 100644 --- a/resources/lang/fa-IR/admin/custom_fields/general.php +++ b/resources/lang/fa-IR/admin/custom_fields/general.php @@ -5,7 +5,8 @@ return [ 'manage' => 'مدیریت', 'field' => 'فیلد', 'about_fieldsets_title' => 'درباره ی تنظیمات فیلد', - 'about_fieldsets_text' => 'تنظیمات فیلد به شما امکان این را می دهد که گروه های فیلدهای سفارشی ایجاد کنید که مرتبا برای انواع مدل های دارایی خاص مورد استفاده ی مجدد قرار می گیرند.', + 'about_fieldsets_text' => 'مجموعه‌های فیلد به شما امکان می‌دهند گروه‌هایی از فیلدهای سفارشی ایجاد کنید که اغلب برای انواع مدل دارایی خاص دوباره استفاده می‌شوند. +', 'custom_format' => 'فرمت Regex سفارشی... ', 'encrypt_field' => 'مقدار این فیلد را در پایگاه داده رمزگذاری کنید', diff --git a/resources/lang/fa-IR/admin/hardware/form.php b/resources/lang/fa-IR/admin/hardware/form.php index 9cff9b52a..09787d84f 100644 --- a/resources/lang/fa-IR/admin/hardware/form.php +++ b/resources/lang/fa-IR/admin/hardware/form.php @@ -72,6 +72,7 @@ return [ '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' => 'در حال پردازش... ', 'optional_infos' => 'اطلاعات دلخواه ', 'order_details' => 'اطلاعات مربوط به سفارش diff --git a/resources/lang/fa-IR/admin/settings/general.php b/resources/lang/fa-IR/admin/settings/general.php index edb8c380e..e7739f2ae 100644 --- a/resources/lang/fa-IR/admin/settings/general.php +++ b/resources/lang/fa-IR/admin/settings/general.php @@ -31,7 +31,8 @@ return [ '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_days_help' => 'چند روز پیش باید به شما هشدار می دهیم هنگامی که دارایی ها برای حسابرسی مورد نیاز است؟', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'برچسب‌های دارایی با افزایش خودکار را ایجاد کنید +', 'auto_increment_prefix' => 'پیشوند (اختیاری)', 'auto_incrementing_help' => 'برای تنظیم، ابتدا برچسب‌های دارایی افزایش خودکار را فعال کنید ', @@ -203,7 +204,8 @@ return [ 'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.', 'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'اختیاری', @@ -588,6 +590,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/fa-IR/general.php b/resources/lang/fa-IR/general.php index 5c6d871cf..2985dbb5d 100644 --- a/resources/lang/fa-IR/general.php +++ b/resources/lang/fa-IR/general.php @@ -700,4 +700,13 @@ return [ '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/fi-FI/admin/custom_fields/general.php b/resources/lang/fi-FI/admin/custom_fields/general.php index dc6174ec2..7e61d638a 100644 --- a/resources/lang/fi-FI/admin/custom_fields/general.php +++ b/resources/lang/fi-FI/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Hallitse', 'field' => 'Kenttä', 'about_fieldsets_title' => 'Tietoja kenttäsarjoista', - 'about_fieldsets_text' => 'Kentäsarjoilla voit luoda ryhmiä mukautetuista kentistä, joita tarvitaan tietyillä laitemalleilla.', + 'about_fieldsets_text' => 'Kenttäkokoelma mahdollistaa kokoelmien muodostamisen mukautetuista kentistä joita käytetään usein tiettyjen laitemallien kanssa.', 'custom_format' => 'Mukautettu regex-formaatti...', 'encrypt_field' => 'Salaa tämän kentän arvo tietokannassa', 'encrypt_field_help' => 'VAROITUS: Kentän salaaminen estää kentän arvolla hakemisen.', diff --git a/resources/lang/fi-FI/admin/hardware/form.php b/resources/lang/fi-FI/admin/hardware/form.php index 47ddd5495..d3397ddf0 100644 --- a/resources/lang/fi-FI/admin/hardware/form.php +++ b/resources/lang/fi-FI/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Käsitellään... (Tämä saattaa kestää jonkin aikaa suurien tiedostojen kanssa)', + 'processing' => 'Käsitellään... ', 'optional_infos' => 'Valinnaiset tiedot', 'order_details' => 'Tilaukseen liityvät tiedot', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/fi-FI/admin/settings/general.php b/resources/lang/fi-FI/admin/settings/general.php index ba424d8b9..7688abcb3 100644 --- a/resources/lang/fi-FI/admin/settings/general.php +++ b/resources/lang/fi-FI/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Jos sinun on säännöllisesti tarkastettava laitteesi fyysisesti, syötä käyttämäsi aikaväli kuukausina. Jos päivität tämän arvon, kaikki "Seuraavat tarkastuspäivät" laitteille, joilla on tuleva tarkastuspäivämäärä, päivitetään.', 'audit_warning_days' => 'Tarkastuksen ennakkovaroitus', 'audit_warning_days_help' => 'Kuinka monta päivää etukäteen varoitamme, kun laitteet on tarkoitus tarkastaa?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Luo automaattisesti kasvavat laitetunnisteet', 'auto_increment_prefix' => 'Etuliite (valinnainen)', 'auto_incrementing_help' => 'Valitaksesi tämän, ota ensin käyttöön automaattisesti kasvavat laitetunnisteet', 'backups' => 'Varmuuskopiot', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Käyttäjien (myös ylläpitäjien) rajoittaminen vain yritykselle kirjattuihin laitteisiin.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Tuloksia per sivu', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php index d884666e0..2d7746b42 100644 --- a/resources/lang/fi-FI/general.php +++ b/resources/lang/fi-FI/general.php @@ -615,4 +615,13 @@ return [ '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/fil-PH/admin/custom_fields/general.php b/resources/lang/fil-PH/admin/custom_fields/general.php index 1d4ca863d..a8ecb0f0e 100644 --- a/resources/lang/fil-PH/admin/custom_fields/general.php +++ b/resources/lang/fil-PH/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Ang Field', 'about_fieldsets_title' => 'Ang Tungkol sa Fieldsets', - 'about_fieldsets_text' => 'Ang Fieldsets ay nagbibigay permiso sa iyo na magsagawa ng grupo ng kustom na mga fields na madalas na ginagamit muli para sa partikular na tipo ng modelo ng asset.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'I-encrypt ang balyu sa field na ito sa database', 'encrypt_field_help' => 'BABALA: Ang pag-encrypt ng field ay maaaring maging hindi na ito maisaliksik.', diff --git a/resources/lang/fil-PH/admin/hardware/form.php b/resources/lang/fil-PH/admin/hardware/form.php index 866ef27b0..c5446fd03 100644 --- a/resources/lang/fil-PH/admin/hardware/form.php +++ b/resources/lang/fil-PH/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/fil-PH/admin/settings/general.php b/resources/lang/fil-PH/admin/settings/general.php index caf221ae2..bddecc9ab 100644 --- a/resources/lang/fil-PH/admin/settings/general.php +++ b/resources/lang/fil-PH/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Ang Warning Threshold ng Audit', 'audit_warning_days_help' => 'Mga ilang araw na makaadvans kami sa pagpaalala sa iyo kapag ang mga asset ay nakasaad na para sa pag-audit?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Ang prefix (opsyonal)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Mga backup', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Pagbabawal sa mga gumagamit (kasama ang mga admin) na nakatalaga sa mga asset ng kanilang kompanya.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Ang mga Resulta Bawat Pahina', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/fil-PH/general.php b/resources/lang/fil-PH/general.php index f41cd7b21..4883ab506 100644 --- a/resources/lang/fil-PH/general.php +++ b/resources/lang/fil-PH/general.php @@ -615,4 +615,13 @@ return [ '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/fr-FR/admin/custom_fields/general.php b/resources/lang/fr-FR/admin/custom_fields/general.php index 047f78210..edd49883c 100644 --- a/resources/lang/fr-FR/admin/custom_fields/general.php +++ b/resources/lang/fr-FR/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Gérer', 'field' => 'Champ', 'about_fieldsets_title' => 'A propos des fieldsets', - 'about_fieldsets_text' => 'Les fieldsets permettent de créer des groupes de champs personnalisés que vous utilisez fréquemment pour des types de modèles spécifiques.', + 'about_fieldsets_text' => 'Les jeux de champs permettent de grouper les champs supplémentaires affectés à des modèles d\'actifs.', 'custom_format' => 'Format Regex personnalisé...', 'encrypt_field' => 'Chiffrer la valeur de ce champ dans la base de données', 'encrypt_field_help' => 'AVERTISSEMENT: Chiffrer un champ en rend la recherche sur le contenu impossible.', diff --git a/resources/lang/fr-FR/admin/hardware/form.php b/resources/lang/fr-FR/admin/hardware/form.php index b11e69e70..a31e03d23 100644 --- a/resources/lang/fr-FR/admin/hardware/form.php +++ b/resources/lang/fr-FR/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Traitement... (Cela peut prendre un peu de temps sur les fichiers volumineux)', + 'processing' => 'Traitement en cours... ', 'optional_infos' => 'Information facultative', 'order_details' => 'Information liée à l\'achat', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/fr-FR/admin/settings/general.php b/resources/lang/fr-FR/admin/settings/general.php index bbf75f1e6..c8ef4ac59 100644 --- a/resources/lang/fr-FR/admin/settings/general.php +++ b/resources/lang/fr-FR/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Si vous devez régulièrement vérifier physiquement vos ressources, entrez l\'intervalle en mois entre deux vérifications. La mise à jour de cette valeur s\'appliquera à toutes les « prochaines dates de vérifications » pour les ressources avec une date de vérification dans le futur.', 'audit_warning_days' => 'Seuil d\'avertissement d\'audit', 'audit_warning_days_help' => 'Combien de jours à l\'avance devrions-nous vous avertir lorsque les actifs doivent être vérifiés?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Générer des numéros d\'inventaire auto-incrémentés', 'auto_increment_prefix' => 'Préfixe (optionnel)', 'auto_incrementing_help' => 'Activez l\'auto-incrémentation des numéros d\'inventaire avant de sélectionner cette option', 'backups' => 'Sauvegardes', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Restreindre les utilisateurs (admins compris) assignés à des organisations aux biens de leur propre organisation.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Résultats par page', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php index 30f243d22..56f63c882 100644 --- a/resources/lang/fr-FR/general.php +++ b/resources/lang/fr-FR/general.php @@ -615,4 +615,13 @@ return [ '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/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php index 112cc0d11..74779df3b 100644 --- a/resources/lang/ga-IE/admin/custom_fields/general.php +++ b/resources/lang/ga-IE/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Gort', 'about_fieldsets_title' => 'Maidir Fieldsets', - 'about_fieldsets_text' => 'Ceadaíonn Fieldsets duit grúpaí de réimsí saincheaptha a chruthú a athúsáidtear go minic a úsáidtear le haghaidh cineálacha sonracha sócmhainne sonracha.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Criptigh luach an réimse seo sa bhunachar sonraí', 'encrypt_field_help' => 'RABHADH: Ní chuireann sé clóscríobh ar réimse.', diff --git a/resources/lang/ga-IE/admin/hardware/form.php b/resources/lang/ga-IE/admin/hardware/form.php index 65b1b0f27..3fa8ddcdd 100644 --- a/resources/lang/ga-IE/admin/hardware/form.php +++ b/resources/lang/ga-IE/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index 3b028a1a4..82a49e31d 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Tairseach Rabhaidh Iniúchta', 'audit_warning_days_help' => 'Cé mhéad lá roimh ré ba chóir dúinn rabhadh a thabhairt duit nuair a bhíonn sócmhainní dlite le hiniúchadh?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Réimse (roghnach)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cúltacaí', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Úsáideoirí srianta (lena n-áirítear admins) a shanntar do chuideachtaí le sócmhainní na cuideachta.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Torthaí ar an Leathanach', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index f1446727e..54584195e 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -615,4 +615,13 @@ return [ '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/he-IL/admin/custom_fields/general.php b/resources/lang/he-IL/admin/custom_fields/general.php index 62bc71f82..bb3d72a5b 100644 --- a/resources/lang/he-IL/admin/custom_fields/general.php +++ b/resources/lang/he-IL/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'שדה', 'about_fieldsets_title' => 'אודות שדות', - 'about_fieldsets_text' => 'Fieldsets מאפשרים לך ליצור קבוצות של שדות מותאמים אישית המשמשים לעתים קרובות לשימוש עבור סוגים ספציפיים של דגמי נכסים.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'הצפן את הערך של שדה זה במסד הנתונים', 'encrypt_field_help' => 'אזהרה: הצפנת שדה הופכת אותו לבלתי ניתן לחיפוש.', diff --git a/resources/lang/he-IL/admin/hardware/form.php b/resources/lang/he-IL/admin/hardware/form.php index 97d6390c8..6b16eb0d1 100644 --- a/resources/lang/he-IL/admin/hardware/form.php +++ b/resources/lang/he-IL/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'מעבד... ', '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/he-IL/admin/settings/general.php b/resources/lang/he-IL/admin/settings/general.php index 0112cd00d..c944ef215 100644 --- a/resources/lang/he-IL/admin/settings/general.php +++ b/resources/lang/he-IL/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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_days_help' => 'כמה ימים מראש עלינו להזהיר אותך כאשר הנכסים צפויים לביקורת?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'צור תגי נכס בסדר עולה', 'auto_increment_prefix' => 'קידומת (אופציונלי)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'גיבויים', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.', 'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'אופציונאלי', 'per_page' => 'תוצאות לעמוד', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php index 8cb6582eb..89cc7f6de 100644 --- a/resources/lang/he-IL/general.php +++ b/resources/lang/he-IL/general.php @@ -615,4 +615,13 @@ return [ '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/hr-HR/admin/custom_fields/general.php b/resources/lang/hr-HR/admin/custom_fields/general.php index b5281868f..abb673577 100644 --- a/resources/lang/hr-HR/admin/custom_fields/general.php +++ b/resources/lang/hr-HR/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Polje', 'about_fieldsets_title' => 'O karticama Fieldsets', - 'about_fieldsets_text' => 'Poljaci omogućuju stvaranje grupa prilagođenih polja koja se često upotrebljavaju za određene vrste imovine.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Šifriranje vrijednosti ovog polja u bazi podataka', 'encrypt_field_help' => 'UPOZORENJE: Šifriranje polja čini ga nedokučivim.', diff --git a/resources/lang/hr-HR/admin/hardware/form.php b/resources/lang/hr-HR/admin/hardware/form.php index 82b1a4515..47ec2f4e1 100644 --- a/resources/lang/hr-HR/admin/hardware/form.php +++ b/resources/lang/hr-HR/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/hr-HR/admin/settings/general.php b/resources/lang/hr-HR/admin/settings/general.php index a75468c86..0ae8b1023 100644 --- a/resources/lang/hr-HR/admin/settings/general.php +++ b/resources/lang/hr-HR/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Prag za upozorenje na reviziju', 'audit_warning_days_help' => 'Koliko dana unaprijed trebamo vas upozoriti kada imamo sredstva za reviziju?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefiks (opcija)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sigurnosne kopije', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) koje tvrtke dodjeljuju imovini tvrtke.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Rezultati po stranici', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php index 3f6220ae0..190c668d2 100644 --- a/resources/lang/hr-HR/general.php +++ b/resources/lang/hr-HR/general.php @@ -615,4 +615,13 @@ return [ '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/hu-HU/admin/custom_fields/general.php b/resources/lang/hu-HU/admin/custom_fields/general.php index 9a66c7804..7976f1b29 100644 --- a/resources/lang/hu-HU/admin/custom_fields/general.php +++ b/resources/lang/hu-HU/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Kezelés', 'field' => 'Mező', 'about_fieldsets_title' => 'A mezőcsoportokról', - 'about_fieldsets_text' => 'A mezőcsoportokkal tudsz létrehozni olyan gyakran használt egyedi mezőket csoportosító speciális eszköz modell típusokat.', + 'about_fieldsets_text' => 'A mezőkészletek lehetővé teszik, hogy olyan egyéni mezők csoportjait hozza létre, amelyeket gyakran újra használnak bizonyos eszközmodell-típusok.', 'custom_format' => 'Egyedi Regex formátum...', 'encrypt_field' => 'A mező értékének titkosítása az adatbázisban', 'encrypt_field_help' => 'Figyelmeztetés: egy mező titkosítása kereshetetlenné teszi azt.', diff --git a/resources/lang/hu-HU/admin/hardware/form.php b/resources/lang/hu-HU/admin/hardware/form.php index 32c6321ee..a0b8de0f9 100644 --- a/resources/lang/hu-HU/admin/hardware/form.php +++ b/resources/lang/hu-HU/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Feldolgozás folyamatban... (Nagyméretű fájlok esetében ez eltarthat egy darabig)', + 'processing' => 'Feldolgozás... ', 'optional_infos' => 'Nem kötelező információk', 'order_details' => 'Megrendeléssel kapcsolatos információk', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/hu-HU/admin/settings/general.php b/resources/lang/hu-HU/admin/settings/general.php index 740729da1..c1244fea4 100644 --- a/resources/lang/hu-HU/admin/settings/general.php +++ b/resources/lang/hu-HU/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Ha rendszeresen fizikailag is ellenőrizni kell az eszközeit, adja meg az Ön által használt intervallumot hónapokban kifejezve. Ha frissíti ezt az értéket, a közelgő ellenőrzési dátummal rendelkező eszközök összes "következő ellenőrzési dátuma" megjelenik.', 'audit_warning_days' => 'Ellenőrzési figyelmeztető küszöbérték', 'audit_warning_days_help' => 'Hány nappal előre figyelmeztetni kell Önt arra, hogy az eszközöknek az ellenőrzésre van szükségük?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Automatikusan növekvő eszközazonosítók generálása', 'auto_increment_prefix' => 'Előtag (opcionális)', 'auto_incrementing_help' => 'Először engedélyezze az eszközazonosítók automatikus növelését, hogy ezt beállítsa', 'backups' => 'Biztonsági mentések', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'A vállalatoknak a vállalat eszközeihez rendelt felhasználók (köztük az adminisztrátorok) korlátozása.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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ó', 'per_page' => 'Eredmények oldalanként', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/hu-HU/general.php b/resources/lang/hu-HU/general.php index 70a2a62c8..6c6af66c3 100644 --- a/resources/lang/hu-HU/general.php +++ b/resources/lang/hu-HU/general.php @@ -615,4 +615,13 @@ return [ '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/id-ID/admin/hardware/form.php b/resources/lang/id-ID/admin/hardware/form.php index 5843ab37b..ca009b55a 100644 --- a/resources/lang/id-ID/admin/hardware/form.php +++ b/resources/lang/id-ID/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Status aset tersebut tidak dapat diterapkan. Menggunakan label status ini akan memeriksa kembali aset tersebut.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Memproses... (Mungkin memerlukan sedikit waktu untuk file besar)', + 'processing' => 'Processing... ', 'optional_infos' => 'Informasi Tambahan', 'order_details' => 'Informasi Pesanan', 'calc_eol' => 'Jika mengosongkan tanggal EOL, gunakan perhitungan EOL otomatis berdasarkan tanggal pembelian dan tarif EOL.', diff --git a/resources/lang/id-ID/admin/settings/general.php b/resources/lang/id-ID/admin/settings/general.php index 21966f650..b3f3b8ed2 100644 --- a/resources/lang/id-ID/admin/settings/general.php +++ b/resources/lang/id-ID/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Jika Anda diharuskan untuk mengaudit fisik aset Anda secara berkala, masukkan interval dalam bulan yang Anda gunakan. Jika Anda memperbarui nilai ini, semua "tanggal audit berikutnya" untuk aset dengan tanggal audit mendatang akan diperbarui.', 'audit_warning_days' => 'Ambang Peringatan Audit', 'audit_warning_days_help' => 'Berapa hari sebelumnya yang harus kami peringatkan saat aset akan dilelang?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Buat tag aset yang bertambah otomatis', 'auto_increment_prefix' => 'Awalan (pilihan)', 'auto_incrementing_help' => 'Aktifkan tag aset yang bertambah otomatis terlebih dahulu untuk mengatur ini', 'backups' => 'Cadangan', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) diberikan kepada perusahaan untuk aset perusahaan mereka.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Hasil per halaman', @@ -452,6 +453,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php index 8db2a30f7..dd3f94ab0 100644 --- a/resources/lang/id-ID/general.php +++ b/resources/lang/id-ID/general.php @@ -615,4 +615,13 @@ return [ '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/is-IS/admin/custom_fields/general.php b/resources/lang/is-IS/admin/custom_fields/general.php index 0fb51d410..98d73edc4 100644 --- a/resources/lang/is-IS/admin/custom_fields/general.php +++ b/resources/lang/is-IS/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Stjórna', 'field' => 'reitur', 'about_fieldsets_title' => 'Um reitasett', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/is-IS/admin/hardware/form.php b/resources/lang/is-IS/admin/hardware/form.php index 2c001e514..4e5c09647 100644 --- a/resources/lang/is-IS/admin/hardware/form.php +++ b/resources/lang/is-IS/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Vinnsla... ', 'optional_infos' => 'Viðbótarupplýsingar', 'order_details' => 'Innkaupaupplýsingar', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/is-IS/admin/settings/general.php b/resources/lang/is-IS/admin/settings/general.php index ac68870c6..32d7c16bf 100644 --- a/resources/lang/is-IS/admin/settings/general.php +++ b/resources/lang/is-IS/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Ef þú þarft reglulega að endurskoða eignir þínar, sláðu inn tímabilið í mánuðum sem þú notar. Ef þú uppfærir þetta gildi, verða allar "næstu endurskoðunardagsetningar" fyrir eignir með komandi endurskoðunardagsetningu uppfærðar.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'Með hversu margra daga fyrirvara eigum við að vara þig við því að komið sé að því að framkvæma úttektir á eignum?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Forskeyti (valkvætt)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Öryggisafrit', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'Niðurstöður á síðu', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/is-IS/general.php b/resources/lang/is-IS/general.php index a6cd6ce52..16b9f471e 100644 --- a/resources/lang/is-IS/general.php +++ b/resources/lang/is-IS/general.php @@ -615,4 +615,13 @@ return [ '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/it-IT/admin/custom_fields/general.php b/resources/lang/it-IT/admin/custom_fields/general.php index a9c18347f..cc3503d51 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 Fieldsets ti permettono di creare gruppi di campi personalizzati che sono frequentemente riutilizzati per modelli specifici di asset.', + 'about_fieldsets_text' => 'I set di campi consentono di creare gruppi di campi personalizzati che vengono spesso riutilizzati per modelli di beni specifici.', 'custom_format' => 'Formato Regex personalizzato...', 'encrypt_field' => 'Crittografare il valore di questo campo nel database', 'encrypt_field_help' => 'ATTENZIONE: Se il campo viene crittografato non sarà possibile cercarlo.', diff --git a/resources/lang/it-IT/admin/hardware/form.php b/resources/lang/it-IT/admin/hardware/form.php index e93dae7fd..ffd66f8de 100644 --- a/resources/lang/it-IT/admin/hardware/form.php +++ b/resources/lang/it-IT/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Questo stato è "Non Assegnabile". Usando questo stato, verrà effettuata la restituzione del Bene.', 'asset_deployable' => 'Questo bene può essere assegnato.', 'processing_spinner' => 'Elaborazione... (Può volerci un po\' su file di grandi dimensioni)', + 'processing' => 'Elaborazione... ', 'optional_infos' => 'Informazioni Opzionali', 'order_details' => 'Informazioni relative all\'ordine', 'calc_eol' => 'Se viene annullata la data di EOL, usa il calcolo automatico in base alla data d\'acquisto e al tasso di EOL.', diff --git a/resources/lang/it-IT/admin/settings/general.php b/resources/lang/it-IT/admin/settings/general.php index 8898398d3..b7f95ad14 100644 --- a/resources/lang/it-IT/admin/settings/general.php +++ b/resources/lang/it-IT/admin/settings/general.php @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Restringere gli utenti (amministratori inclusi) assegnati ad una azienda agli asset della propria azienda.', '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' => 'Nelle versioni precedenti, le sedi non erano limitate a una particolare società. Se questa impostazione è disattivata, verrà preservata la compatibilità con le versioni precedenti e le stesse posizioni potranno essere utilizzate in più aziende. Se invece questa impostazione è abilitata, le posizioni saranno limitate all\'azienda selezionata.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Risultati per Pagina', @@ -451,6 +452,24 @@ return [ ], + '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' => 'Loghi E Schermo', + 'colors' => 'Colori E Skin', + 'footer' => 'Preferenze piè di pagina', + 'security' => 'Security Preferences', + 'general' => 'General', + 'intervals' => 'Intervals & Thresholds', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php index c6696e2d9..3c69b806b 100644 --- a/resources/lang/it-IT/general.php +++ b/resources/lang/it-IT/general.php @@ -615,4 +615,13 @@ return [ 'cost_each' => ':amount ciascuno', 'remove_current_image' => 'Rimuovi l\'immagine :type', + 'seeding' => [ + 'manufacturers' => [ + 'button' => 'Crea Produttori', + '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/iu-NU/admin/custom_fields/general.php b/resources/lang/iu-NU/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/iu-NU/admin/custom_fields/general.php +++ b/resources/lang/iu-NU/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/iu-NU/admin/hardware/form.php b/resources/lang/iu-NU/admin/hardware/form.php index fab19fea1..8fbd0b4e8 100644 --- a/resources/lang/iu-NU/admin/hardware/form.php +++ b/resources/lang/iu-NU/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/iu-NU/admin/settings/general.php b/resources/lang/iu-NU/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/iu-NU/admin/settings/general.php +++ b/resources/lang/iu-NU/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/iu-NU/general.php b/resources/lang/iu-NU/general.php index 3a84d2412..8e055ac79 100644 --- a/resources/lang/iu-NU/general.php +++ b/resources/lang/iu-NU/general.php @@ -615,4 +615,13 @@ return [ '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/ja-JP/admin/custom_fields/general.php b/resources/lang/ja-JP/admin/custom_fields/general.php index 64f20a68b..28b15434f 100644 --- a/resources/lang/ja-JP/admin/custom_fields/general.php +++ b/resources/lang/ja-JP/admin/custom_fields/general.php @@ -5,8 +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/ja-JP/admin/hardware/form.php b/resources/lang/ja-JP/admin/hardware/form.php index bd13b4b6f..30d880411 100644 --- a/resources/lang/ja-JP/admin/hardware/form.php +++ b/resources/lang/ja-JP/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'その資産状態はデプロイできません。このステータスラベルを使用すると、資産をチェックインします。', 'asset_deployable' => 'この資産はチェックアウトできます。', 'processing_spinner' => '処理中です... (これは大きなファイルで少し時間がかかる可能性があります)', + 'processing' => '処理中... ', 'optional_infos' => 'オプション情報', 'order_details' => 'オーダー関連情報', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/ja-JP/admin/settings/general.php b/resources/lang/ja-JP/admin/settings/general.php index 503cfbae9..ba38daa9c 100644 --- a/resources/lang/ja-JP/admin/settings/general.php +++ b/resources/lang/ja-JP/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => '定期的に資産を監査する必要がある場合は、使用する間隔を数ヶ月で入力します。 この値を更新すると、今後の監査日付を持つアセットの「次の監査日」のすべてが更新されます。', 'audit_warning_days' => '監査警告しきい値', 'audit_warning_days_help' => '資産の監査期限は何日前に警告する必要がありますか?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => '資産タグを自動採番で生成', 'auto_increment_prefix' => 'プレフィクス (オプション)', 'auto_incrementing_help' => 'この初期値を使って資産タグの自動採番を有効化', 'backups' => 'バックアップ', @@ -154,7 +154,8 @@ return [ 'full_multiple_companies_support_help_text' => 'ユーザー (管理者を含む) に 資産の割り当て を制限します。', 'full_multiple_companies_support_text' => '複数企業をサポートします。', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'オプション', 'per_page' => 'ページ毎の結果', @@ -454,6 +455,24 @@ return [ ], + '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' => 'ロゴと表示', + 'colors' => '色とスキン', + 'footer' => 'フッターの設定', + 'security' => 'Security Preferences', + 'general' => 'General', + 'intervals' => 'Intervals & Thresholds', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php index 0c77de5bb..6010b6e1d 100644 --- a/resources/lang/ja-JP/general.php +++ b/resources/lang/ja-JP/general.php @@ -615,4 +615,13 @@ return [ 'cost_each' => '各:amount', '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/km-KH/admin/custom_fields/general.php b/resources/lang/km-KH/admin/custom_fields/general.php index 0a3d9ba05..58533c285 100644 --- a/resources/lang/km-KH/admin/custom_fields/general.php +++ b/resources/lang/km-KH/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'គ្រប់គ្រង', 'field' => 'វាល', 'about_fieldsets_title' => 'អំពី Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets អនុញ្ញាតឱ្យអ្នកបង្កើតក្រុមនៃវាលផ្ទាល់ខ្លួនដែលត្រូវបានប្រើឡើងវិញជាញឹកញាប់សម្រាប់ប្រភេទគំរូទ្រព្យសកម្មជាក់លាក់។', 'custom_format' => 'ទម្រង់ Regex ផ្ទាល់ខ្លួន...', 'encrypt_field' => 'អ៊ិនគ្រីបតម្លៃនៃវាលនេះនៅក្នុងមូលដ្ឋានទិន្នន័យ', 'encrypt_field_help' => 'ការព្រមាន៖ ការអ៊ិនគ្រីបវាលធ្វើឱ្យវាមិនអាចស្វែងរកបាន។', diff --git a/resources/lang/km-KH/admin/hardware/form.php b/resources/lang/km-KH/admin/hardware/form.php index c104c0c3a..5d63f5f6b 100644 --- a/resources/lang/km-KH/admin/hardware/form.php +++ b/resources/lang/km-KH/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Processing... ', 'optional_infos' => 'ព័ត៌មានមិនសូវចាំបាច់', 'order_details' => 'ព័ត៌មានពាក់ព័ន្ធនឹងការបញ្ជាទិញ', 'calc_eol' => 'ប្រសិនបើទុកជាមោឃៈកាលបរិច្ឆេទ EOL ប្រើការគណនា EOL ដោយស្វ័យប្រវត្តិដោយផ្អែកលើកាលបរិច្ឆេទទិញ និងអត្រា EOL ។', diff --git a/resources/lang/km-KH/admin/settings/general.php b/resources/lang/km-KH/admin/settings/general.php index c392d53c7..a941498c3 100644 --- a/resources/lang/km-KH/admin/settings/general.php +++ b/resources/lang/km-KH/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'ប្រសិនបើអ្នកត្រូវបានតម្រូវឱ្យធ្វើសវនកម្មលើទ្រព្យសកម្មរបស់អ្នកឱ្យបានទៀងទាត់ សូមបញ្ចូលចន្លោះពេលជាច្រើនខែដែលអ្នកប្រើ។ ប្រសិនបើអ្នកធ្វើបច្ចុប្បន្នភាពតម្លៃនេះ រាល់ "កាលបរិច្ឆេទសវនកម្មបន្ទាប់" សម្រាប់ទ្រព្យសកម្មដែលមានកាលបរិច្ឆេទសវនកម្មនាពេលខាងមុខនឹងត្រូវបានអាប់ដេត។', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'តើ​យើង​គួរ​ព្រមាន​អ្នក​មុន​ប៉ុន្មាន​ថ្ងៃ​នៅ​ពេល​ទ្រព្យ​សកម្ម​ត្រូវ​កំណត់​សម្រាប់​ការ​ធ្វើ​សវនកម្ម?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'បង្កើត​ស្លាក​ទ្រព្យសកម្ម​បង្កើន​ដោយ​ស្វ័យ​ប្រវត្តិ', 'auto_increment_prefix' => 'បុព្វបទ (ជាជម្រើស)', 'auto_incrementing_help' => 'បើកដំណើរការស្លាកទ្រព្យសម្បត្តិដែលបង្កើនដោយស្វ័យប្រវត្តិជាមុនសិនដើម្បីកំណត់វា។', 'backups' => 'ការបម្រុងទុក', @@ -153,7 +153,8 @@ return [ 'full_multiple_companies_support_help_text' => 'ការដាក់កម្រិតអ្នកប្រើប្រាស់ (រាប់បញ្ចូលទាំងអ្នកគ្រប់គ្រង) ដែលត្រូវបានចាត់តាំងឱ្យក្រុមហ៊ុនចំពោះទ្រព្យសម្បត្តិរបស់ក្រុមហ៊ុនពួកគេ។', 'full_multiple_companies_support_text' => 'ការគាំទ្រក្រុមហ៊ុនច្រើនយ៉ាងពេញលេញ', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'ជាជម្រើស', 'per_page' => 'លទ្ធផលក្នុងមួយទំព័រ', @@ -453,6 +454,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php index f2b392cc3..2e425ea25 100644 --- a/resources/lang/km-KH/general.php +++ b/resources/lang/km-KH/general.php @@ -615,4 +615,13 @@ return [ 'cost_each' => ':amount រាល់មួយ', '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/ko-KR/admin/custom_fields/general.php b/resources/lang/ko-KR/admin/custom_fields/general.php index 08001d790..45025d31f 100644 --- a/resources/lang/ko-KR/admin/custom_fields/general.php +++ b/resources/lang/ko-KR/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => '관리', 'field' => '항목', 'about_fieldsets_title' => '항목세트란', - 'about_fieldsets_text' => '항목세트는 특정 자산 모델에 사용하기 위해 빈번하게 재사용되는 사용자 정의 항목의 그룹을 생성하는 것을 허용합니다.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => '필드 암호화', 'encrypt_field_help' => '경고: 항목을 암호화 하면 검색을 할 수 없습니다.', diff --git a/resources/lang/ko-KR/admin/hardware/form.php b/resources/lang/ko-KR/admin/hardware/form.php index a19a74f1e..5dab26eed 100644 --- a/resources/lang/ko-KR/admin/hardware/form.php +++ b/resources/lang/ko-KR/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ko-KR/admin/settings/general.php b/resources/lang/ko-KR/admin/settings/general.php index 7fc684c24..2366afafa 100644 --- a/resources/lang/ko-KR/admin/settings/general.php +++ b/resources/lang/ko-KR/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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_days_help' => '자산 회계 감사가 예정되어 있을 때 몇 일 전에 경고할까요?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => '접두사 (부가적)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => '예비품', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => '자신이 속한 공급자 자산에 공급자를 할당하는 것을 제한하는 사용자들 (관리자 포함)', 'full_multiple_companies_support_text' => '전체 다중 공급자들 지원', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => '선택 사항', 'per_page' => '페이지 당 결과', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ko-KR/general.php b/resources/lang/ko-KR/general.php index 06e900133..e6884748b 100644 --- a/resources/lang/ko-KR/general.php +++ b/resources/lang/ko-KR/general.php @@ -615,4 +615,13 @@ return [ '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/lt-LT/admin/custom_fields/general.php b/resources/lang/lt-LT/admin/custom_fields/general.php index fe7a51299..837df378a 100644 --- a/resources/lang/lt-LT/admin/custom_fields/general.php +++ b/resources/lang/lt-LT/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Tvarkyti', 'field' => 'Laukas', 'about_fieldsets_title' => 'Apie laukų grupes', - 'about_fieldsets_text' => 'Laukų grupės leidžia jums sukurti grupes kurios dažnai naudojamos specifiniai įrangai.', + 'about_fieldsets_text' => 'Laukų rinkiniai leidžia kurti pritaikytų laukų grupes, kurios dažnai naudojamos konkretiems turto modelių tipams.', 'custom_format' => 'Tinkintas Regex formatas...', 'encrypt_field' => 'Šifruoti šio lauko reikšmę duomenų bazėje', 'encrypt_field_help' => 'ĮSPĖJIMAS: Užšifravus lauką, jo nebebus galima ieškoti.', diff --git a/resources/lang/lt-LT/admin/hardware/form.php b/resources/lang/lt-LT/admin/hardware/form.php index 3bffa55ee..894454647 100644 --- a/resources/lang/lt-LT/admin/hardware/form.php +++ b/resources/lang/lt-LT/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Turto su šia būsenos žyma išduoti negalima. Nustačius šią būsenos žymą, turtas bus paimtas.', 'asset_deployable' => 'Šį turtą galima išduoti.', 'processing_spinner' => 'Apdorojama... (Dideliems failams gali šiek tiek užtrukti)', + 'processing' => 'Processing... ', 'optional_infos' => 'Papildoma informacija', 'order_details' => 'Su užsakymu susijusi informacija', 'calc_eol' => 'Jei EOL data nustatoma iš naujo, naudoti automatinį EOL apskaičiavimą pagal įsigijimo datą ir nusidėvėjimo laipsnį.', diff --git a/resources/lang/lt-LT/admin/settings/general.php b/resources/lang/lt-LT/admin/settings/general.php index b7502e7fd..bcbee86e6 100644 --- a/resources/lang/lt-LT/admin/settings/general.php +++ b/resources/lang/lt-LT/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Jei jums reikia reguliariai fiziškai audituoti savo turtą, nurodykite naudojamą intervalą mėnesiais. Atnaujinus šią reikšmę, bus atnaujintos visos „kito audito datos“ tam turtui, kuriam yra nurodyta būsimo audito data.', 'audit_warning_days' => 'Išankstinis įspėjimas apie auditą', 'audit_warning_days_help' => 'Prieš kiek dienų turėtume jus įspėti, kad turi būti atliktas turto auditas?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generuoti automatiškai didėjančius inventorinius numerius', 'auto_increment_prefix' => 'Prefiksas (pasirinktinai)', 'auto_incrementing_help' => 'Norėdami tai nustatyti, pirmiausia įjunkite automatiškai didėjančius inventorinius numerius', 'backups' => 'Atsarginės kopijos', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Naudotojams (įskaitant administratorius), susietiems su konkrečia įmone, leisti pasiekti tik tos įmonės turtą.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Rezultatų puslapyje', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php index 835b01283..a025eca3f 100644 --- a/resources/lang/lt-LT/general.php +++ b/resources/lang/lt-LT/general.php @@ -615,4 +615,13 @@ return [ 'cost_each' => ':amount kiekvienas', '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/lv-LV/admin/custom_fields/general.php b/resources/lang/lv-LV/admin/custom_fields/general.php index ba524de2f..f9a38f127 100644 --- a/resources/lang/lv-LV/admin/custom_fields/general.php +++ b/resources/lang/lv-LV/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Pārvaldīt', 'field' => 'Lauks', 'about_fieldsets_title' => 'Par lauka laukiem', - 'about_fieldsets_text' => 'Lauka ailes ļauj jums izveidot pielāgotu lauku grupas, kuras bieži tiek atkārtoti izmantotas konkrētu aktīvu veidu tipiem.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Šifrējiet šī lauka vērtību datu bāzē', 'encrypt_field_help' => 'BRĪDINĀJUMS: lauka šifrēšana padara to neizpētītu.', diff --git a/resources/lang/lv-LV/admin/hardware/form.php b/resources/lang/lv-LV/admin/hardware/form.php index 20a2d9a08..d74e8ba44 100644 --- a/resources/lang/lv-LV/admin/hardware/form.php +++ b/resources/lang/lv-LV/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Apstrādā... ', 'optional_infos' => 'Neobligātā informācija', 'order_details' => 'Pasūtījuma informācija', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/lv-LV/admin/settings/general.php b/resources/lang/lv-LV/admin/settings/general.php index 32c0bf2c8..ac1e1d657 100644 --- a/resources/lang/lv-LV/admin/settings/general.php +++ b/resources/lang/lv-LV/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Revīzijas brīdinājuma slieksnis', 'audit_warning_days_help' => 'Cik dienas iepriekš mēs brīdinātu jūs, kad aktīvi ir jāmaksā par revīziju?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefikss (pēc izvēles)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Rezerves kopijas', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ierobežot lietotājus (tostarp administratorus), kas uzņēmumiem piešķirti viņu uzņēmuma aktīvos.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Rezultāti lapā', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php index bfe994dd8..82effede0 100644 --- a/resources/lang/lv-LV/general.php +++ b/resources/lang/lv-LV/general.php @@ -615,4 +615,13 @@ return [ '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/mi-NZ/admin/custom_fields/general.php b/resources/lang/mi-NZ/admin/custom_fields/general.php index 3befe613d..a43171d42 100644 --- a/resources/lang/mi-NZ/admin/custom_fields/general.php +++ b/resources/lang/mi-NZ/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Āpure', 'about_fieldsets_title' => 'Mō Ngā Āpure', - 'about_fieldsets_text' => 'Ka taea e nga maraahi ki a koe te hanga i nga roopu o nga mahinga ritenga e whakamahia ana mo nga momo waahanga motuhake.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Whakamunahia te uara o tenei mara i roto i te pātengi raraunga', 'encrypt_field_help' => 'WARNING: Ko te whakamunatanga o te mara kaore e kitea.', diff --git a/resources/lang/mi-NZ/admin/hardware/form.php b/resources/lang/mi-NZ/admin/hardware/form.php index 458885581..daeb29e9f 100644 --- a/resources/lang/mi-NZ/admin/hardware/form.php +++ b/resources/lang/mi-NZ/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/mi-NZ/admin/settings/general.php b/resources/lang/mi-NZ/admin/settings/general.php index 83c411e1e..84544c236 100644 --- a/resources/lang/mi-NZ/admin/settings/general.php +++ b/resources/lang/mi-NZ/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Poari Whakatupato Aitea', 'audit_warning_days_help' => 'E hia nga ra i mua i te wa e tika ana kia whakatupato koe ki a koe i te wa e tika ana nga moni mo te tirotiro?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Taapiri (kōwhiringa)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Ngā Pūrua', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Te whakaiti i nga kaiwhakamahi (tae atu ki nga kaiwhakahaere) kua tohaina ki nga kamupene ki nga taonga a to kamupene.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Nga Hua Nga Whārangi', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/mi-NZ/general.php b/resources/lang/mi-NZ/general.php index 979ba883c..d7a81d8aa 100644 --- a/resources/lang/mi-NZ/general.php +++ b/resources/lang/mi-NZ/general.php @@ -615,4 +615,13 @@ return [ '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/mk-MK/admin/custom_fields/general.php b/resources/lang/mk-MK/admin/custom_fields/general.php index 6d67895eb..8e5bd1527 100644 --- a/resources/lang/mk-MK/admin/custom_fields/general.php +++ b/resources/lang/mk-MK/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Управувај', 'field' => 'Поле', 'about_fieldsets_title' => 'За Fieldsets', - 'about_fieldsets_text' => 'Fieldsets ви дозволуваат да креирате групи на сопствени полиња кои често се повторно употребувани за одредени типови на модели на средства.', + 'about_fieldsets_text' => 'Fildsets ви овозможуваат да создавате групи на прилагодени полиња што често се повторно користат за специфични типови на модели на средства.', 'custom_format' => 'Прилагоден Regex формат...', 'encrypt_field' => 'Енкриптирајте ја вредноста на ова поле во базата на податоци', 'encrypt_field_help' => 'ПРЕДУПРЕДУВАЊЕ: Шифрирањето на поле прави полето да не може да се пребарува.', diff --git a/resources/lang/mk-MK/admin/hardware/form.php b/resources/lang/mk-MK/admin/hardware/form.php index 2e7f79039..ff53731de 100644 --- a/resources/lang/mk-MK/admin/hardware/form.php +++ b/resources/lang/mk-MK/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Статусот на средството е незадолжливо. Користењето на оваа ознака за статус ќе го провери средството.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Се обработува... (Ова може да потрае за поголеми датотеки)', + 'processing' => 'Processing... ', 'optional_infos' => 'Опционални информации', 'order_details' => 'Информации за набавка', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/mk-MK/admin/settings/general.php b/resources/lang/mk-MK/admin/settings/general.php index 448db7993..c837fd550 100644 --- a/resources/lang/mk-MK/admin/settings/general.php +++ b/resources/lang/mk-MK/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Доколку се бара редовно физички да ги попишувате вашите средства, Внесете го интервалот во месеци што ги користите. Ако ја ажурирате оваа вредност, ќе се ажурираат сите „следни датуми за попис“ за средства со закажан датум на попис.', 'audit_warning_days' => 'Праг за предупредување за ревизија', 'audit_warning_days_help' => 'Колку дена однапред треба да ве предупредуваме кога средствата доспеваат за попис?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Генерирај ознаки на средства кои автоматски се зголемуваат', 'auto_increment_prefix' => 'Префикс (опционално)', 'auto_incrementing_help' => 'Овозможи автоматско зголемување на ознаките на основни средства за да го поставите ова', 'backups' => 'Резервни копии', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ограничување на корисниците (вклучувајќи администратори) доделени на компании на средствата на компаниите.', 'full_multiple_companies_support_text' => 'Целосна поддршка на повеќе компании', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'опционално', 'per_page' => 'Резултати по страница', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/mk-MK/general.php b/resources/lang/mk-MK/general.php index 803838c2f..53b2c661e 100644 --- a/resources/lang/mk-MK/general.php +++ b/resources/lang/mk-MK/general.php @@ -615,4 +615,13 @@ return [ '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/ml-IN/admin/custom_fields/general.php b/resources/lang/ml-IN/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/ml-IN/admin/custom_fields/general.php +++ b/resources/lang/ml-IN/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/ml-IN/admin/hardware/form.php b/resources/lang/ml-IN/admin/hardware/form.php index fab19fea1..8fbd0b4e8 100644 --- a/resources/lang/ml-IN/admin/hardware/form.php +++ b/resources/lang/ml-IN/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/ml-IN/admin/settings/general.php +++ b/resources/lang/ml-IN/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php index 636b3316c..bf4119eb8 100644 --- a/resources/lang/ml-IN/general.php +++ b/resources/lang/ml-IN/general.php @@ -615,4 +615,13 @@ return [ '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/mn-MN/admin/custom_fields/general.php b/resources/lang/mn-MN/admin/custom_fields/general.php index c9eabe598..f1d4ded8c 100644 --- a/resources/lang/mn-MN/admin/custom_fields/general.php +++ b/resources/lang/mn-MN/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Талбар', 'about_fieldsets_title' => 'Fieldsets-ийн тухай', - 'about_fieldsets_text' => 'Fieldsets нь тусгай төрлийн загварт зориулж ашиглагддаг байнга ашигладаг тусгайлсан талбарын бүлгүүдийг үүсгэх боломжийг олгодог.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Энэ талбарын утгыг мэдээллийн санд оруулна уу', 'encrypt_field_help' => 'АНХААРУУЛГА: Талбарыг шифрлэх нь үүнийг ойлгомжгүй болгодог.', diff --git a/resources/lang/mn-MN/admin/hardware/form.php b/resources/lang/mn-MN/admin/hardware/form.php index ee3ff9df5..98bad0d23 100644 --- a/resources/lang/mn-MN/admin/hardware/form.php +++ b/resources/lang/mn-MN/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/mn-MN/admin/settings/general.php b/resources/lang/mn-MN/admin/settings/general.php index b62fb2a7a..ed04de993 100644 --- a/resources/lang/mn-MN/admin/settings/general.php +++ b/resources/lang/mn-MN/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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_days_help' => 'Хөрөнгө аудит хийхэд бэлэн байх үед танд хэдэн өдөр урьдчилан урьдчилан анхааруулах ёстой вэ?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Угтвар (заавал биш)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Нөөцлөлтүүд', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Компаниудын өмч хөрөнгөд компанид хуваарилсан хэрэглэгчдийг (түүний дотор админуудыг) хязгаарлах.', 'full_multiple_companies_support_text' => 'Олон тооны компаниудын дэмжлэг', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'Нэмэлт', 'per_page' => 'Нэг хуудасны үр дүн', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/mn-MN/general.php b/resources/lang/mn-MN/general.php index bac42a152..4d83ffc78 100644 --- a/resources/lang/mn-MN/general.php +++ b/resources/lang/mn-MN/general.php @@ -615,4 +615,13 @@ return [ '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/ms-MY/admin/custom_fields/general.php b/resources/lang/ms-MY/admin/custom_fields/general.php index 45ec564e2..80e4f5ce2 100644 --- a/resources/lang/ms-MY/admin/custom_fields/general.php +++ b/resources/lang/ms-MY/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Padang', 'about_fieldsets_title' => 'Mengenai Fieldsets', - 'about_fieldsets_text' => 'Fieldsets membolehkan anda membuat kumpulan bidang tersuai yang sering digunakan semula digunakan untuk jenis model aset tertentu.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Sulitkan nilai medan ini dalam pangkalan data', 'encrypt_field_help' => 'AMARAN: Menyulitkan medan menjadikannya tidak dapat ditemui.', diff --git a/resources/lang/ms-MY/admin/hardware/form.php b/resources/lang/ms-MY/admin/hardware/form.php index d9ca74793..45ba0935b 100644 --- a/resources/lang/ms-MY/admin/hardware/form.php +++ b/resources/lang/ms-MY/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ms-MY/admin/settings/general.php b/resources/lang/ms-MY/admin/settings/general.php index 2deed0e3a..8173a11c2 100644 --- a/resources/lang/ms-MY/admin/settings/general.php +++ b/resources/lang/ms-MY/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Ambang Amaran Audit', 'audit_warning_days_help' => 'Berapa hari lebih awal haruskah kami memberi amaran kepada anda apabila aset perlu untuk pengauditan?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Awalan (pilihan)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sandaran', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Membataskan pengguna (termasuk pentadbir) yang diberikan kepada syarikat kepada aset syarikat mereka.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Senarai Setiap Mukasurat', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ms-MY/general.php b/resources/lang/ms-MY/general.php index e301dc476..d25acf450 100644 --- a/resources/lang/ms-MY/general.php +++ b/resources/lang/ms-MY/general.php @@ -615,4 +615,13 @@ return [ '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/nb-NO/admin/custom_fields/general.php b/resources/lang/nb-NO/admin/custom_fields/general.php index 1541e3f15..2b4f1b593 100644 --- a/resources/lang/nb-NO/admin/custom_fields/general.php +++ b/resources/lang/nb-NO/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrer', 'field' => 'Felt', 'about_fieldsets_title' => 'Om Feltsett', - 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.', + 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som kan gjenbrukes til bestemte modelltyper.', 'custom_format' => 'Tilpasset Regex-format...', 'encrypt_field' => 'Kryptere verdien av dette feltet i databasen', 'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.', diff --git a/resources/lang/nb-NO/admin/hardware/form.php b/resources/lang/nb-NO/admin/hardware/form.php index eaf21476f..a042e9b9e 100644 --- a/resources/lang/nb-NO/admin/hardware/form.php +++ b/resources/lang/nb-NO/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Behandler... (Dette kan ta litt tid for store filer)', + 'processing' => 'Behandler... ', 'optional_infos' => 'Valgfri informasjon', 'order_details' => 'Ordrerelatert informasjon', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/nb-NO/admin/settings/general.php b/resources/lang/nb-NO/admin/settings/general.php index 5f8996e55..2f452f5cc 100644 --- a/resources/lang/nb-NO/admin/settings/general.php +++ b/resources/lang/nb-NO/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Hvis du er påkrevd å regelmessig sjekke ressursene dine, angi intervallet i måneder som du bruker. Hvis du oppdaterer denne verdien, vil hele "neste revisjonsdatoer" for ressurser med en kommende revisjonsdato bli oppdatert.', 'audit_warning_days' => 'Audit terskelverdi for advarsel', 'audit_warning_days_help' => 'Hvor mange dager i forveien bør vi advare deg når eiendeler forfaller for overvåking?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generer automatisk økende eiendelsmerker', 'auto_increment_prefix' => 'Prefiks (valgfritt)', 'auto_incrementing_help' => 'Slå på automatisk økende eiendelsmerker for å velge dette', 'backups' => 'Sikkerhetskopier', @@ -152,7 +152,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultater pr side', @@ -452,6 +453,24 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', ], + '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' => [ diff --git a/resources/lang/nb-NO/general.php b/resources/lang/nb-NO/general.php index 27c65e496..991e0ff87 100644 --- a/resources/lang/nb-NO/general.php +++ b/resources/lang/nb-NO/general.php @@ -615,4 +615,13 @@ return [ '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/nl-NL/admin/hardware/form.php b/resources/lang/nl-NL/admin/hardware/form.php index 176e39a29..3588dd95c 100644 --- a/resources/lang/nl-NL/admin/hardware/form.php +++ b/resources/lang/nl-NL/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Verwerken... (Dit kan enige tijd duren bij grote bestanden)', + 'processing' => 'Verwerken... ', 'optional_infos' => 'Optionele informatie', 'order_details' => 'Bestelling Gerelateerde Informatie', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/nl-NL/admin/settings/general.php b/resources/lang/nl-NL/admin/settings/general.php index 808ace4c2..144725c70 100644 --- a/resources/lang/nl-NL/admin/settings/general.php +++ b/resources/lang/nl-NL/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Als je verplicht bent regelmatig fysiek je bezitting te controleren, kies dan een interval in maanden. Als je deze interval bijwerkt worden alle "volgende controle datums" aangepast.', 'audit_warning_days' => 'Audit waarschuwingsdrempel', 'audit_warning_days_help' => 'Hoeveel dagen op voorhand moeten we je waarschuwen wanneer assets gecontroleerd moeten worden?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Genereer automatisch verhogen van asset Id\'s', 'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)', 'auto_incrementing_help' => 'Schakel eerst automatisch verhogen van asset Id\'s in om dit in te stellen', 'backups' => 'Back-ups', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Beperk gebruikers (inclusief admins) die zijn toegewezen aan bedrijven tot hun bedrijfsassets.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultaten per pagina', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php index b2a02f82f..9d2ad02f5 100644 --- a/resources/lang/nl-NL/general.php +++ b/resources/lang/nl-NL/general.php @@ -615,4 +615,13 @@ return [ '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/nn-NO/admin/custom_fields/general.php b/resources/lang/nn-NO/admin/custom_fields/general.php index 1541e3f15..2b4f1b593 100644 --- a/resources/lang/nn-NO/admin/custom_fields/general.php +++ b/resources/lang/nn-NO/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrer', 'field' => 'Felt', 'about_fieldsets_title' => 'Om Feltsett', - 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.', + 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som kan gjenbrukes til bestemte modelltyper.', 'custom_format' => 'Tilpasset Regex-format...', 'encrypt_field' => 'Kryptere verdien av dette feltet i databasen', 'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.', diff --git a/resources/lang/nn-NO/admin/hardware/form.php b/resources/lang/nn-NO/admin/hardware/form.php index eaf21476f..a042e9b9e 100644 --- a/resources/lang/nn-NO/admin/hardware/form.php +++ b/resources/lang/nn-NO/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Behandler... (Dette kan ta litt tid for store filer)', + 'processing' => 'Behandler... ', 'optional_infos' => 'Valgfri informasjon', 'order_details' => 'Ordrerelatert informasjon', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/nn-NO/admin/settings/general.php b/resources/lang/nn-NO/admin/settings/general.php index 7f0604304..6d729ead4 100644 --- a/resources/lang/nn-NO/admin/settings/general.php +++ b/resources/lang/nn-NO/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Hvis du er påkrevd å regelmessig sjekke ressursene dine, angi intervallet i måneder som du bruker. Hvis du oppdaterer denne verdien, vil hele "neste revisjonsdatoer" for ressurser med en kommende revisjonsdato bli oppdatert.', 'audit_warning_days' => 'Audit terskelverdi for advarsel', 'audit_warning_days_help' => 'Hvor mange dager i forveien bør vi advare deg når eiendeler forfaller for overvåking?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generer automatisk økende eiendelsmerker', 'auto_increment_prefix' => 'Prefiks (valgfritt)', 'auto_incrementing_help' => 'Slå på automatisk økende eiendelsmerker for å velge dette', 'backups' => 'Sikkerhetskopier', @@ -152,7 +152,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultater pr side', @@ -452,6 +453,24 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', ], + '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' => [ diff --git a/resources/lang/nn-NO/general.php b/resources/lang/nn-NO/general.php index 27c65e496..991e0ff87 100644 --- a/resources/lang/nn-NO/general.php +++ b/resources/lang/nn-NO/general.php @@ -615,4 +615,13 @@ return [ '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/no-NO/admin/custom_fields/general.php b/resources/lang/no-NO/admin/custom_fields/general.php index 1541e3f15..2b4f1b593 100644 --- a/resources/lang/no-NO/admin/custom_fields/general.php +++ b/resources/lang/no-NO/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Administrer', 'field' => 'Felt', 'about_fieldsets_title' => 'Om Feltsett', - 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.', + 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som kan gjenbrukes til bestemte modelltyper.', 'custom_format' => 'Tilpasset Regex-format...', 'encrypt_field' => 'Kryptere verdien av dette feltet i databasen', 'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.', diff --git a/resources/lang/no-NO/admin/hardware/form.php b/resources/lang/no-NO/admin/hardware/form.php index eaf21476f..a042e9b9e 100644 --- a/resources/lang/no-NO/admin/hardware/form.php +++ b/resources/lang/no-NO/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Behandler... (Dette kan ta litt tid for store filer)', + 'processing' => 'Behandler... ', 'optional_infos' => 'Valgfri informasjon', 'order_details' => 'Ordrerelatert informasjon', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/no-NO/admin/settings/general.php b/resources/lang/no-NO/admin/settings/general.php index 7f0604304..6d729ead4 100644 --- a/resources/lang/no-NO/admin/settings/general.php +++ b/resources/lang/no-NO/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Hvis du er påkrevd å regelmessig sjekke ressursene dine, angi intervallet i måneder som du bruker. Hvis du oppdaterer denne verdien, vil hele "neste revisjonsdatoer" for ressurser med en kommende revisjonsdato bli oppdatert.', 'audit_warning_days' => 'Audit terskelverdi for advarsel', 'audit_warning_days_help' => 'Hvor mange dager i forveien bør vi advare deg når eiendeler forfaller for overvåking?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generer automatisk økende eiendelsmerker', 'auto_increment_prefix' => 'Prefiks (valgfritt)', 'auto_incrementing_help' => 'Slå på automatisk økende eiendelsmerker for å velge dette', 'backups' => 'Sikkerhetskopier', @@ -152,7 +152,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', 'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultater pr side', @@ -452,6 +453,24 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.', ], + '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' => [ diff --git a/resources/lang/no-NO/general.php b/resources/lang/no-NO/general.php index 27c65e496..991e0ff87 100644 --- a/resources/lang/no-NO/general.php +++ b/resources/lang/no-NO/general.php @@ -615,4 +615,13 @@ return [ '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/om-ET/admin/custom_fields/general.php b/resources/lang/om-ET/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/om-ET/admin/custom_fields/general.php +++ b/resources/lang/om-ET/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/om-ET/admin/hardware/form.php b/resources/lang/om-ET/admin/hardware/form.php index 272b94795..0e2a68923 100644 --- a/resources/lang/om-ET/admin/hardware/form.php +++ b/resources/lang/om-ET/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/om-ET/admin/settings/general.php b/resources/lang/om-ET/admin/settings/general.php index 71ceb5439..4b745786a 100644 --- a/resources/lang/om-ET/admin/settings/general.php +++ b/resources/lang/om-ET/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/om-ET/general.php b/resources/lang/om-ET/general.php index cca94c5a1..89ebd4766 100644 --- a/resources/lang/om-ET/general.php +++ b/resources/lang/om-ET/general.php @@ -615,4 +615,13 @@ return [ '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/pl-PL/admin/custom_fields/general.php b/resources/lang/pl-PL/admin/custom_fields/general.php index 0a7a39e2e..f87b2d9bd 100644 --- a/resources/lang/pl-PL/admin/custom_fields/general.php +++ b/resources/lang/pl-PL/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Zarządzaj', 'field' => 'Pole', 'about_fieldsets_title' => 'O zestawie pól', - 'about_fieldsets_text' => 'Zestawy pól pozwalają tworzyć grupy pól niestandardowych, które często są używane dla specyficznych typów modeli.', + 'about_fieldsets_text' => 'Zestawy pól pozwalają na utworzenie grup własnych, niestandardowych pól, które są często wykorzystywane. Mogą być one wykorzystane i przypisane do modeli aktywów.', 'custom_format' => 'Własny format...', 'encrypt_field' => 'Szyfruje wartość tego pola w bazie danych', 'encrypt_field_help' => 'UWAGA: Szyfrowanie pola spowoduje brak możliwości wyszukiwania go.', diff --git a/resources/lang/pl-PL/admin/hardware/form.php b/resources/lang/pl-PL/admin/hardware/form.php index 975c59769..fb71b1272 100644 --- a/resources/lang/pl-PL/admin/hardware/form.php +++ b/resources/lang/pl-PL/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Ten status nie jest wdrożeniowym. Użycie tego statusu uniemożliwi wydanie zasobu.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Przetwarzanie... (To może zająć trochę czasu dla dużych plików)', + 'processing' => 'Przetwarzanie... ', 'optional_infos' => 'Informacje opcjonalne', 'order_details' => 'Informacje związane z zamówieniem', 'calc_eol' => 'W przypadku unieważnienia daty wycofania z eksploatacji, użyj automatycznego obliczenia wycofania z eksploatacji w oparciu o datę zakupu i czas wycofania z eksploatacji.', diff --git a/resources/lang/pl-PL/admin/settings/general.php b/resources/lang/pl-PL/admin/settings/general.php index 3112bce7b..608143f92 100644 --- a/resources/lang/pl-PL/admin/settings/general.php +++ b/resources/lang/pl-PL/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Jeśli jesteś zobowiązany do regularnego fizycznego audytu swoich aktywów, wprowadź interwał w miesiącach, który stosujesz. Jeśli zaktualizujesz tę wartość, wszystkie "daty następnego audytu" dla aktywów z nadchodzącą datą audytu zostaną zaktualizowane.', 'audit_warning_days' => 'Próg ostrzegania przed audytem', 'audit_warning_days_help' => 'Ile dni wcześniej powinniśmy ostrzec Cię, gdy majątek ma zostać poddany audytowi?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generuj automatycznie zwiększanjące się tagi zasobów', 'auto_increment_prefix' => 'Prefix (opcjonalnie)', 'auto_incrementing_help' => 'Włącz automatyczne zwiększanie tagów zasobów aby to ustawić', 'backups' => 'Kopie zapasowe', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ograniczenie do użytkowników', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Wyników na stronie', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/pl-PL/general.php b/resources/lang/pl-PL/general.php index c2128a1be..69c560824 100644 --- a/resources/lang/pl-PL/general.php +++ b/resources/lang/pl-PL/general.php @@ -615,4 +615,13 @@ return [ '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/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php index bec214813..0b1a5ee6f 100644 --- a/resources/lang/pt-BR/admin/hardware/form.php +++ b/resources/lang/pt-BR/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Processando... (Isso pode levar algum tempo em arquivos grandes)', + 'processing' => 'Processando... ', 'optional_infos' => 'Informação Opcional', 'order_details' => 'Informações do pedido relacionado', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index 32ff4824e..eee47d74d 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Se você for obrigado a auditar fisicamente seus ativos, insira o intervalo em meses que você usa. Se você atualizar este valor, todas as "próximas datas de auditoria" para os ativos com uma data de auditoria futura serão atualizadas.', 'audit_warning_days' => 'Limiar de aviso de auditoria', 'audit_warning_days_help' => 'Com quantos dias de antecedência deseja ser avisado sobre a verificação de seus ativos?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Gerar auto insercao de etiquetas de ativos', 'auto_increment_prefix' => 'Prefixo (opcional)', 'auto_incrementing_help' => 'Permitir auto insercao dessa tag de ativo antes de configurar isto', 'backups' => 'Backups', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultados Por Página', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index 63367fa1e..a41bb0fe8 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -616,4 +616,13 @@ Resultados da Sincronização', '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/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php index 35699a227..7312b23b7 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 especificos.', + 'about_fieldsets_text' => 'Conjuntos de campos permitem criar grupos de campos personalizados que são frequentemente reutilizados para modelos de artigos específicos.', '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/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php index 366dbe2f1..1fd804fcc 100644 --- a/resources/lang/pt-PT/admin/hardware/form.php +++ b/resources/lang/pt-PT/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'A processar... (Isto pode levar algum tempo em ficheiros grandes)', + 'processing' => 'A processar... ', 'optional_infos' => 'Informação opcional', 'order_details' => 'Informação de estado da encomenda', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index 2b8202c4e..101a97299 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Se for obrigado a fiscalizar fisicamente os seus ativos, insira o intervalo em meses que usa. Se você atualizar este valor, todas as "próximas datas de auditoria" para os artigos com uma data de auditoria futura serão atualizadas.', 'audit_warning_days' => 'Limiar de aviso de auditoria', 'audit_warning_days_help' => 'Quantos dias de antecedência devemos avisar quando os ativos são devidos para a auditoria?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Gerar etiquetas de artigos com incremento automático', 'auto_increment_prefix' => 'Prefixo (opcional)', 'auto_incrementing_help' => 'Permitir o incremento automático de etiquetas de artigos antes de configurar isto', 'backups' => 'Cópias de segurança', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultados por página', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index 65ba025b4..9413489b5 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -615,4 +615,13 @@ return [ '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/ro-RO/admin/custom_fields/general.php b/resources/lang/ro-RO/admin/custom_fields/general.php index 415dd1a03..5ff72e340 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ă creați grupuri de câmpuri personalizate care sunt frecvent reutilizate utilizate pentru tipurile de modele specifice de materiale.', + '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.', '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/hardware/form.php b/resources/lang/ro-RO/admin/hardware/form.php index 6f3f4d280..451dfeb20 100644 --- a/resources/lang/ro-RO/admin/hardware/form.php +++ b/resources/lang/ro-RO/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Procesare... (Ar putea dura puţin timp pe fişiere mari)', + 'processing' => 'În curs de procesare... ', 'optional_infos' => 'Informații opționale', 'order_details' => 'Informații legate de comandă', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/ro-RO/admin/settings/general.php b/resources/lang/ro-RO/admin/settings/general.php index b3b381a06..97266291f 100644 --- a/resources/lang/ro-RO/admin/settings/general.php +++ b/resources/lang/ro-RO/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Dacă vi se cere să vă auditați fizic în mod regulat, introduceți intervalul în luni pe care îl folosiți. Dacă actualizați această valoare, toate „următoarele date de audit” pentru activele cu o dată viitoare de audit vor fi actualizate.', 'audit_warning_days' => 'Prag de avertizare privind auditul', 'audit_warning_days_help' => 'Câte zile în avans trebuie să vă avertizăm când activele sunt scadente pentru audit?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generează tag-uri de active cu auto-incrementare', 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Permite auto-incrementarea tag-urilor de active pentru a seta acest lucru', 'backups' => 'Copiile de rezervă', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Restricționarea utilizatorilor (inclusiv a administratorilor) atribuite companiilor activelor companiei lor.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Rezultate pe pagina', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ro-RO/general.php b/resources/lang/ro-RO/general.php index 4c29bbcc6..d0b3a15ca 100644 --- a/resources/lang/ro-RO/general.php +++ b/resources/lang/ro-RO/general.php @@ -615,4 +615,13 @@ return [ '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/ru-RU/admin/custom_fields/general.php b/resources/lang/ru-RU/admin/custom_fields/general.php index 2d2ce555a..40c2647b1 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/hardware/form.php b/resources/lang/ru-RU/admin/hardware/form.php index acc5ab876..3b74a52de 100644 --- a/resources/lang/ru-RU/admin/hardware/form.php +++ b/resources/lang/ru-RU/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.', 'asset_deployable' => 'Этот актив может быть выдан.', 'processing_spinner' => 'Обработка... (Это может занять некоторое время на больших файлах)', + 'processing' => 'Обработка... ', 'optional_infos' => 'Дополнительная информация', 'order_details' => 'Информация, связанная с заказом', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/ru-RU/admin/settings/general.php b/resources/lang/ru-RU/admin/settings/general.php index 25d3eacba..46358213e 100644 --- a/resources/lang/ru-RU/admin/settings/general.php +++ b/resources/lang/ru-RU/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Если требуется регулярное проведение аудита, вы можете обозначить необходимый вам интервал в месяцах. При обновлении этого значения, будут обновлены все "даты следующего аудита" у активов с приближающейся датой аудита.', 'audit_warning_days' => 'Предупреждающий порог предупреждения', 'audit_warning_days_help' => 'За сколько дней мы должны предупредить вас, когда активы подлежат аудиту?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Генерировать метки активов авто увеличением', 'auto_increment_prefix' => 'Префикс ( не обязательно )', 'auto_incrementing_help' => 'Сначала включите автоинкремент тегов активов, чтобы установить это', 'backups' => 'Резервные копии', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ограничить доступ пользователям (включая админов) только активами их компаний.', 'full_multiple_companies_support_text' => 'Полная поддержка нескольких компаний', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'не обязательно', 'per_page' => 'Результатов на страницу', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ru-RU/general.php b/resources/lang/ru-RU/general.php index fb3111e72..1fe1eadbb 100644 --- a/resources/lang/ru-RU/general.php +++ b/resources/lang/ru-RU/general.php @@ -615,4 +615,13 @@ return [ '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/si-LK/admin/custom_fields/general.php b/resources/lang/si-LK/admin/custom_fields/general.php index 68e840edd..c9ae61c96 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 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/si-LK/admin/hardware/form.php b/resources/lang/si-LK/admin/hardware/form.php index e3e172051..2ba04ea5e 100644 --- a/resources/lang/si-LK/admin/hardware/form.php +++ b/resources/lang/si-LK/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/si-LK/admin/settings/general.php +++ b/resources/lang/si-LK/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php index 97c82458c..f094926cc 100644 --- a/resources/lang/si-LK/general.php +++ b/resources/lang/si-LK/general.php @@ -615,4 +615,13 @@ return [ '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/sk-SK/admin/custom_fields/general.php b/resources/lang/sk-SK/admin/custom_fields/general.php index c07d8e4f2..eea95e75e 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' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Skupina polí umožňuje vytvoriť skupinu vlastných polí ktoré sú často prepoužívané pre špecifické typy modelov majetku.', '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/hardware/form.php b/resources/lang/sk-SK/admin/hardware/form.php index 6e5ba1831..af177da66 100644 --- a/resources/lang/sk-SK/admin/hardware/form.php +++ b/resources/lang/sk-SK/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Tento majetok nie je odovzdateľný. Použitím tohto typu stavu bude majetok prevzatý od priradeného používateľa.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Procesujem... (Môže to chvíľu trvať v prípade veľkých súborov)', + 'processing' => 'Processing... ', 'optional_infos' => 'Nepovinné informácie', 'order_details' => 'Informácie súvisiace s objednávkou', 'calc_eol' => 'Ak odstránite EOL dátum použite sa automatická EOL kalkulácia vychádzajúca z dátumu nákupu a EOL periody.', diff --git a/resources/lang/sk-SK/admin/settings/general.php b/resources/lang/sk-SK/admin/settings/general.php index 963cd1040..8b2342509 100644 --- a/resources/lang/sk-SK/admin/settings/general.php +++ b/resources/lang/sk-SK/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Ak je požadovaný pravidelný fyzický audit majetku, zadajte interval v mesiacoch, ktorý používate. Ak túto hodnotu aktualizujete, aktualizujú sa všetky „dátumy ďalšieho auditu“ pre majetok s blížiacim sa dátumom auditu.', 'audit_warning_days' => 'Prah výstrahy auditu', 'audit_warning_days_help' => 'Koľko dní dopredu by sme vás mali upozorňovať, keď je majetok čakajúci na audit?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generovať automatické inkrementálne označenie majetku', 'auto_increment_prefix' => 'Predpona (volitelna)', 'auto_incrementing_help' => 'Pre nastavenie musíte najprv povoliť automaticky generované označenie majetku', 'backups' => 'Zálohy', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Obmedzenie používateľov (vrátane administrátorov) iba na majetok vo vlastníctve ich spoločnosti.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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é', 'per_page' => 'Výsledkov na stránku', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/sk-SK/general.php b/resources/lang/sk-SK/general.php index 29221c86c..e81f8dc9f 100644 --- a/resources/lang/sk-SK/general.php +++ b/resources/lang/sk-SK/general.php @@ -615,4 +615,13 @@ return [ '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/sl-SI/admin/hardware/form.php b/resources/lang/sl-SI/admin/hardware/form.php index 974191380..f9038dd32 100644 --- a/resources/lang/sl-SI/admin/hardware/form.php +++ b/resources/lang/sl-SI/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Obdelava (pri velikih datotekah lahko traja nekaj časa)', + 'processing' => 'Processing... ', 'optional_infos' => 'Neobvezne informacije', 'order_details' => 'Informacije povezane z naročilom', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/sl-SI/admin/settings/general.php b/resources/lang/sl-SI/admin/settings/general.php index 33fe2b5ad..29a89dd54 100644 --- a/resources/lang/sl-SI/admin/settings/general.php +++ b/resources/lang/sl-SI/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Prag za opozorilo o reviziji', 'audit_warning_days_help' => 'Koliko dni vnaprej vas opozorimo, kdaj so sredstva namenjena za revizijo?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Predpona (neobvezno)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varnostna kopija', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Omejevanje uporabnikov (tudi administratorjev), dodeljenih podjetjem za sredstva podjetja.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Rezultatov na stran', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/sl-SI/general.php b/resources/lang/sl-SI/general.php index c944b001a..ad22ab573 100644 --- a/resources/lang/sl-SI/general.php +++ b/resources/lang/sl-SI/general.php @@ -616,4 +616,13 @@ return [ '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/so-SO/admin/custom_fields/general.php b/resources/lang/so-SO/admin/custom_fields/general.php index 591c75add..d2e91858b 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 allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + '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.', '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/hardware/form.php b/resources/lang/so-SO/admin/hardware/form.php index d29c09df3..683ff9aa6 100644 --- a/resources/lang/so-SO/admin/hardware/form.php +++ b/resources/lang/so-SO/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Hagaajinta... (Tani waxa laga yaabaa inay wakhti yar ku qaadato faylalka waaweyn)', + 'processing' => 'Processing... ', 'optional_infos' => 'Macluumaadka Ikhtiyaarka ah', 'order_details' => 'Dalbo Macluumaadka La Xiriira', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/so-SO/admin/settings/general.php b/resources/lang/so-SO/admin/settings/general.php index ae9d369e7..a21c94133 100644 --- a/resources/lang/so-SO/admin/settings/general.php +++ b/resources/lang/so-SO/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Haddii lagaa rabo inaad si joogto ah u xisaabiso hantidaada, geli inta u dhaxaysa bilaha aad isticmaasho. Haddii aad cusboonaysiiso qiimahan, dhammaan "taariikhda hantidhawrka soo socda" ee hantida leh taariikhda hantidhawrka ee soo socota waa la cusboonaysiin doonaa.', 'audit_warning_days' => 'Heerka Digniinta Hanti-dhawrka', 'audit_warning_days_help' => 'Immisa maalmood ka hor ayaan kaaga digaynaa marka hantida hanti dhawrku ku beegan tahay?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Samee calaamadaynta hantida oo si toos ah u kordhisa', 'auto_increment_prefix' => 'Horgale (ikhtiyaar)', 'auto_incrementing_help' => 'Daree kor u qaadista otomaatigga ah ee sumadaha hantida marka hore si tan loo dejiyo', 'backups' => 'Kaabta', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ku xaddidida isticmaalayaasha (ay ku jiraan admins) shirkadaha loo qoondeeyay hantida shirkadooda.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Natiijooyinka boggiiba', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/so-SO/general.php b/resources/lang/so-SO/general.php index 8eadde7c1..650f3e32a 100644 --- a/resources/lang/so-SO/general.php +++ b/resources/lang/so-SO/general.php @@ -614,4 +614,13 @@ return [ '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/sq-AL/admin/custom_fields/general.php b/resources/lang/sq-AL/admin/custom_fields/general.php index 68e840edd..c9ae61c96 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 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/sq-AL/admin/hardware/form.php b/resources/lang/sq-AL/admin/hardware/form.php index fab19fea1..8fbd0b4e8 100644 --- a/resources/lang/sq-AL/admin/hardware/form.php +++ b/resources/lang/sq-AL/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/sq-AL/admin/settings/general.php b/resources/lang/sq-AL/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/sq-AL/admin/settings/general.php +++ b/resources/lang/sq-AL/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php index 3a84d2412..8e055ac79 100644 --- a/resources/lang/sq-AL/general.php +++ b/resources/lang/sq-AL/general.php @@ -615,4 +615,13 @@ return [ '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/sr-CS/admin/custom_fields/general.php b/resources/lang/sr-CS/admin/custom_fields/general.php index af1871140..207d4dfd9 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 imovine.', + '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.', '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/hardware/form.php b/resources/lang/sr-CS/admin/hardware/form.php index 48074e764..7cfba5b68 100644 --- a/resources/lang/sr-CS/admin/hardware/form.php +++ b/resources/lang/sr-CS/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Status ove imovine nije zaduživ. Korišćenje ove oznake statusa će razdužiti imovinu.', 'asset_deployable' => 'Ova imovina može biti zadužena.', 'processing_spinner' => 'Obrađivanje... (Ovo bi moglo da potraje u slučaju velikih datoteka)', + 'processing' => 'Obrada... ', 'optional_infos' => 'Opcione informacije', 'order_details' => 'Informacije o nabavci', 'calc_eol' => 'Ako nulirate datum isteka, koristite automatsko izračunavanje isteka na osnovu datuma kupovine i stope isticanja.', diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php index 6aa4939c0..3673618c5 100644 --- a/resources/lang/sr-CS/admin/settings/general.php +++ b/resources/lang/sr-CS/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Ako ste u obavezi da redovno fizički popisujete imovinu, unesite interval u mesecima. Ako izmenite ovu vrednost, svi "datumi sledećih popisa" za imovinu sa datumima zakazanih popisa će biti ažurirani.', 'audit_warning_days' => 'Prag upozorenja za reviziju', 'audit_warning_days_help' => 'Koliko dana unapred treba da vas upozorimo kada sredstva dospevaju za reviziju?', - 'auto_increment_assets' => 'Generiši automatski rastuće oznake imovine', + 'auto_increment_assets' => 'Generišite oznake sredstava koje se automatski povećavaju', 'auto_increment_prefix' => 'Prefiks (opciono)', 'auto_incrementing_help' => 'Prvo omogućite oznake sredstava za automatsko povećanje da biste ovo postavili', 'backups' => 'Rezervne kopije', @@ -50,7 +50,7 @@ return [ 'dashboard_message_help' => 'Ovaj tekst će se pojaviti na kontrolnoj tabli za svakoga ko ima dozvolu da vidi kontrolnu tablu.', 'default_currency' => 'Podrazumevana valuta', 'default_eula_text' => 'Default EULA', - 'default_eula_text_placeholder' => 'Add your default EULA text', + 'default_eula_text_placeholder' => 'Dodajte tekst vaše podrazumevane EULA-e', 'default_language' => 'Podrazumevani jezik', 'default_eula_help_text' => 'Takođe možete da povežete prilagođene EULA-e sa određenim kategorijama sredstava.', 'acceptance_note' => 'Dodajte napomenu vašoj odluci (opciono)', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) dodeljenih kompanijama na imovinu njihove kompanije.', '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' => 'U prethodnim verzijama, lokacije nisu bile ograničene na određenu kompaniju. Ukoliko je ova opcija isključena, to zadržava povratnu kompatibilnost sa starijim verzijama i lokacije se mogu koristiti za više kompanija. Ako je opcija uključena, lokacije su ograničene na izabranu kompaniju.', + 'scope_locations_fmcs_support_help_text' => 'Ograniči lokacije prema izabranoj kompaniji.', + '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', 'per_page' => 'Rezultati po stranici', @@ -451,6 +452,24 @@ return [ ], + 'legends' => [ + 'scoping' => 'Opsezanje', + 'formats' => 'Podrazumevani formati', + 'profiles' => 'Korisnički profili', + 'eula' => 'EULA & Acceptance Preferences', + 'misc_display' => 'Razne opcije prikaza', + 'email' => 'Podešavanja e-pošte', + 'checkin' => 'Podešavanja razduženja', + 'dashboard' => 'Podešavanja prijave i kontrolne table', + 'misc' => 'Razno', + 'logos' => 'Logotipi i prikaz', + 'colors' => 'Boje i izgled', + 'footer' => 'Podešavanja podnožja', + 'security' => 'Security Preferences', + 'general' => 'General', + 'intervals' => 'Intervals & Thresholds', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/sr-CS/general.php b/resources/lang/sr-CS/general.php index cdb93d515..5f860b235 100644 --- a/resources/lang/sr-CS/general.php +++ b/resources/lang/sr-CS/general.php @@ -615,4 +615,13 @@ return [ 'cost_each' => ':amount svaki', 'remove_current_image' => 'Ukloni trenutnu :type sliku', + 'seeding' => [ + 'manufacturers' => [ + 'button' => 'Napravi proizvođače', + 'prompt' => 'Još uvek nemate nijednog proizvođača. Da li bi ste želeli da popunite spisak sa uobičajenim proizvođačima? (OVO ĆE PREPISATI POSTOJEĆE PROIZVOĐAČE, uključujući one premeštene u kantu za otpatke.)', + 'success' => 'Proizvođači su uspešno dodati', + 'error' => 'Nije bilo moguće dodati proizvođače. Proizvođač već postoji i ovo bi ga prepisalo.|Nije bilo moguće dodati proizvođače. :count proizvođača već postoji i ovo bi ih prepisalo.', + ], + ], + ]; diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php index c3a5f7f15..246dd435f 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' => '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.', + 'about_fieldsets_text' => 'Fältuppsättningar låter dig skapa grupper av anpassade fält som ofta återanvänds för specifika tillgångsmodelltyper.', '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/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php index 63206d97f..6158bb952 100644 --- a/resources/lang/sv-SE/admin/hardware/form.php +++ b/resources/lang/sv-SE/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Denna tillgångsstatus kan inte levereras. Användning av denna statusetikett kommer att checka in tillgången.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'Bearbetar... (Detta kan ta tid vid stora filer)', + 'processing' => 'Bearbetar... ', 'optional_infos' => 'Valfri information', 'order_details' => 'Beställningsrelaterad information', 'calc_eol' => 'Vid nollställning av EOL-datum, använd den automatiserade EOL-uträkningen baserat på inköpingsdatum och EOL-datum.', diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index 4ee6ea695..4c91f031b 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Om du regelbundet fysiskt behöver granska dina tillgångar, ange intervallet i månader. Om du uppdaterar detta värde kommer alla "nästkommande revisionsdatum" för tillgångar med ett kommande revisionsdatum att uppdateras.', 'audit_warning_days' => 'Gränsvärde för varning om nästa inventering', 'audit_warning_days_help' => 'Hur många dagar i förväg vill du bli varnad när det närmar sig inventering av tillgångar?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generera automatisk ökning av tillgångstaggar', 'auto_increment_prefix' => 'Prefix (frivilligt)', 'auto_incrementing_help' => 'Aktivera automatisk ökning av tillgångstaggar innan du ställer in detta', 'backups' => 'Säkerhetskopior', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Begränsa användare (inklusive administratörer) tilldelade företag till företagets tillgångar.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Resultat per sida', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index c942f155f..8a2f73f3c 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -615,4 +615,13 @@ return [ 'cost_each' => ':amount styck', '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/ta-IN/admin/custom_fields/general.php b/resources/lang/ta-IN/admin/custom_fields/general.php index 15483537d..47d0086b0 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' => 'குறிப்பிட்ட சொத்து மாதிரி வகைகளுக்கு அடிக்கடி பயன்படுத்தப்படும் மீண்டும் பயன்படுத்தப்படும் தனிபயன் துறைகள் குழுக்களை உருவாக்க புலங்கள் அனுமதிக்கின்றன.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'தரவுத்தளத்தில் இந்த களத்தின் மதிப்பை குறியாக்கு', 'encrypt_field_help' => 'எச்சரிக்கை: ஒரு புலத்தை குறியாக்காதே அது தெரியாததாக்குகிறது.', diff --git a/resources/lang/ta-IN/admin/hardware/form.php b/resources/lang/ta-IN/admin/hardware/form.php index 6289f4221..48a7cb883 100644 --- a/resources/lang/ta-IN/admin/hardware/form.php +++ b/resources/lang/ta-IN/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ta-IN/admin/settings/general.php b/resources/lang/ta-IN/admin/settings/general.php index 1a5a4df81..824888467 100644 --- a/resources/lang/ta-IN/admin/settings/general.php +++ b/resources/lang/ta-IN/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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_days_help' => 'தணிக்கைக்கு ஆட்கள் தடையின்றி எத்தனை நாட்கள் முன்கூட்டியே நாம் எச்சரிக்க வேண்டும்?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'முன்னுரிமை (விரும்பினால்)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'காப்புப்பிரதிகளில்', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'தங்கள் நிறுவனத்தின் சொத்துக்களுக்கு நிறுவனங்களுக்கு ஒதுக்கப்பட்டுள்ள பயனர்களை (நிர்வாகிகள் உட்பட) கட்டுப்படுத்துதல்.', 'full_multiple_companies_support_text' => 'முழு பல நிறுவனங்கள் ஆதரவு', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'விருப்ப', 'per_page' => 'பக்கம் ஒன்றுக்கு முடிவு', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ta-IN/general.php b/resources/lang/ta-IN/general.php index 6fddd2c56..b71e9cf9b 100644 --- a/resources/lang/ta-IN/general.php +++ b/resources/lang/ta-IN/general.php @@ -615,4 +615,13 @@ return [ '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/th-TH/admin/custom_fields/general.php b/resources/lang/th-TH/admin/custom_fields/general.php index a45a159a2..da24d27b9 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/hardware/form.php b/resources/lang/th-TH/admin/hardware/form.php index afe121661..42307a87c 100644 --- a/resources/lang/th-TH/admin/hardware/form.php +++ b/resources/lang/th-TH/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/th-TH/admin/settings/general.php b/resources/lang/th-TH/admin/settings/general.php index e92e4cdf9..014e854ed 100644 --- a/resources/lang/th-TH/admin/settings/general.php +++ b/resources/lang/th-TH/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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_days_help' => 'เราควรเตือนล่วงหน้ากี่วันเมื่อสินทรัพย์มีกำหนดการตรวจสอบ?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (ส่วนเสริม)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'สำรอง', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'จำกัด ผู้ใช้ (รวมทั้งผู้ดูแลระบบ) ที่มอบหมายให้ บริษัท ไปยังสินทรัพย์ของ บริษัท', 'full_multiple_companies_support_text' => 'การสนับสนุนหลาย บริษัท', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'ออฟชั่นเสริม', 'per_page' => 'ผลการค้นหาต่อหน้า', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/th-TH/general.php b/resources/lang/th-TH/general.php index 095a71644..7efce09c3 100644 --- a/resources/lang/th-TH/general.php +++ b/resources/lang/th-TH/general.php @@ -615,4 +615,13 @@ return [ '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/tl-PH/admin/custom_fields/general.php b/resources/lang/tl-PH/admin/custom_fields/general.php index 68e840edd..c9ae61c96 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 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/tl-PH/admin/hardware/form.php b/resources/lang/tl-PH/admin/hardware/form.php index 60d89181f..d4fd2fe94 100644 --- a/resources/lang/tl-PH/admin/hardware/form.php +++ b/resources/lang/tl-PH/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/tl-PH/admin/settings/general.php b/resources/lang/tl-PH/admin/settings/general.php index bc7fa64d5..626a37171 100644 --- a/resources/lang/tl-PH/admin/settings/general.php +++ b/resources/lang/tl-PH/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/tl-PH/general.php b/resources/lang/tl-PH/general.php index 8e2e39a2e..759be34f9 100644 --- a/resources/lang/tl-PH/general.php +++ b/resources/lang/tl-PH/general.php @@ -615,4 +615,13 @@ return [ '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/tr-TR/admin/hardware/form.php b/resources/lang/tr-TR/admin/hardware/form.php index bbaf33785..4d4888810 100644 --- a/resources/lang/tr-TR/admin/hardware/form.php +++ b/resources/lang/tr-TR/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Varlık bu durumdayken dağıtılamaz. Bu durum etiketini kullanmak varlığı giriş yaptıracaktır.', 'asset_deployable' => 'This asset can be checked out.', 'processing_spinner' => 'İşleniyor... (Büyük dosyalarda bu işlem biraz zaman alabilir)', + 'processing' => 'İşleniyor... ', 'optional_infos' => 'Opsiyonel Bilgi', 'order_details' => 'Sipariş Bilgileri', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/tr-TR/admin/settings/general.php b/resources/lang/tr-TR/admin/settings/general.php index 927a229d3..eb216f164 100644 --- a/resources/lang/tr-TR/admin/settings/general.php +++ b/resources/lang/tr-TR/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Varlıklarınızı düzenli olarak fiziksel olarak denetlemeniz gerekiyorsa, kullandığınız aralığı ay olarak girin. Bu değeri güncellerseniz, denetim tarihi yaklaşan varlıklar için tüm "sonraki denetim tarihleri" güncellenir.', 'audit_warning_days' => 'Denetim Uyarı Eşiği', 'audit_warning_days_help' => 'Mal varlığının denetime tabi olması gerektiği zaman sizi kaç gün öncesinden uyarmalıyız?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Otomatik olarak artan varlık etiketi oluşturun', 'auto_increment_prefix' => 'Ünvan (opsiyonel)', 'auto_incrementing_help' => 'Bunu ayarlamak için önce otomatik artan varlık etiketlerini etkinleştirin', 'backups' => 'Yedekler', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Kısıtlı kullanıcılar Firmaların varlıkları için firmalara atanmıştır.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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ı', 'per_page' => 'Sayfa başına sonuç sayısı', @@ -452,6 +453,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php index 6bdf1a41a..8bdaed1a8 100644 --- a/resources/lang/tr-TR/general.php +++ b/resources/lang/tr-TR/general.php @@ -618,4 +618,13 @@ Context | Request Context '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/uk-UA/admin/custom_fields/general.php b/resources/lang/uk-UA/admin/custom_fields/general.php index 4686a1792..ad52c40f7 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/hardware/form.php b/resources/lang/uk-UA/admin/hardware/form.php index f2dca9320..26873e544 100644 --- a/resources/lang/uk-UA/admin/hardware/form.php +++ b/resources/lang/uk-UA/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => 'Цей статус Активу не є розгортаним. За допомогою цієї мітки статусу позначте в активі.', 'asset_deployable' => 'Цей актив може бути перевірений.', 'processing_spinner' => 'Обробка... (Це може зайняти деякий час для великих файлів)', + 'processing' => 'Обробка... ', 'optional_infos' => 'Додаткова інформація', 'order_details' => 'Пов\'язані відомості про замовлення', 'calc_eol' => 'Якщо необхідно обнулити дату EOL, використовуйте автоматичний розрахунок EOL на основі дати покупки й дати EOL.', diff --git a/resources/lang/uk-UA/admin/settings/general.php b/resources/lang/uk-UA/admin/settings/general.php index e174739a7..5fef4585e 100644 --- a/resources/lang/uk-UA/admin/settings/general.php +++ b/resources/lang/uk-UA/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => 'Якщо вам потрібно регулярно перевіряти активи, введіть інтервал у місяці, що ви використовуєте. Якщо ви оновите це значення, всі "наступні терміни" для активів з майбутньою датою аудиту будуть оновлені.', 'audit_warning_days' => 'Поріг попередження аудиту', 'audit_warning_days_help' => 'Скільки днів заздалегідь слід попередити, коли активи мають бути призначені для перевірки?', - 'auto_increment_assets' => 'Дозволити автоматичне збільшення міток активів', + 'auto_increment_assets' => 'Створення автоматичного збільшення тегів медіафайлів', 'auto_increment_prefix' => 'Префікс (необов\'язково)', 'auto_incrementing_help' => 'Спочатку увімкніть автоматичне збільшення міток медіафайлів', 'backups' => 'Резервні копії', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Обмеження користувачів (включаючи адміністраторів), призначених для компаній своїх активів.', 'full_multiple_companies_support_text' => 'Повна підтримка багатьох компаній', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => 'необов\'язково', 'per_page' => 'Результатів на стор', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/uk-UA/general.php b/resources/lang/uk-UA/general.php index 347e5071b..67060d07a 100644 --- a/resources/lang/uk-UA/general.php +++ b/resources/lang/uk-UA/general.php @@ -615,4 +615,13 @@ return [ '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/ur-PK/admin/custom_fields/general.php b/resources/lang/ur-PK/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/ur-PK/admin/custom_fields/general.php +++ b/resources/lang/ur-PK/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/ur-PK/admin/hardware/form.php b/resources/lang/ur-PK/admin/hardware/form.php index fab19fea1..8fbd0b4e8 100644 --- a/resources/lang/ur-PK/admin/hardware/form.php +++ b/resources/lang/ur-PK/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/ur-PK/admin/settings/general.php +++ b/resources/lang/ur-PK/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php index 3a84d2412..8e055ac79 100644 --- a/resources/lang/ur-PK/general.php +++ b/resources/lang/ur-PK/general.php @@ -615,4 +615,13 @@ return [ '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/vi-VN/admin/custom_fields/general.php b/resources/lang/vi-VN/admin/custom_fields/general.php index 0f55d8cf0..765344dc3 100644 --- a/resources/lang/vi-VN/admin/custom_fields/general.php +++ b/resources/lang/vi-VN/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Cánh đồng', 'about_fieldsets_title' => 'Giới thiệu về các trường', - 'about_fieldsets_text' => 'Các trường cho phép bạn tạo các nhóm các trường tùy chỉnh thường được sử dụng lại cho các loại mô hình tài sản cụ thể.', + 'about_fieldsets_text' => 'Các trường cho phép bạn tạo các nhóm trường tuỳ chỉnh thường xuyên được sử dụng lại cho các mô hình tài sản cụ thể.', 'custom_format' => 'Định dạng tuỳ chỉnh...', 'encrypt_field' => 'Mã hóa giá trị của trường này trong cơ sở dữ liệu', 'encrypt_field_help' => 'CẢNH BÁO: Mã hóa một trường làm cho nó không thể tìm kiếm được.', diff --git a/resources/lang/vi-VN/admin/hardware/form.php b/resources/lang/vi-VN/admin/hardware/form.php index c62db2c19..9515d1f89 100644 --- a/resources/lang/vi-VN/admin/hardware/form.php +++ b/resources/lang/vi-VN/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => 'Đang xử lý... (Quá trình này có thể mất một chút thời gian đối với các tệp lớn)', + 'processing' => 'Đang xử lý... ', 'optional_infos' => 'Thông tin bổ sung', 'order_details' => 'Thông tin đơn hàng', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/vi-VN/admin/settings/general.php b/resources/lang/vi-VN/admin/settings/general.php index 83050d890..35b9b209a 100644 --- a/resources/lang/vi-VN/admin/settings/general.php +++ b/resources/lang/vi-VN/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Ngưỡng cảnh báo kiểm tra', 'audit_warning_days_help' => 'Bao nhiêu ngày trước chúng tôi nên cảnh báo bạn khi tài sản đến hạn kiểm toán?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Tiền tố (tùy chọn)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sao lưu', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Hạn chế người dùng (kể cả quản trị viên) được giao cho các công ty vào tài sản của công ty họ.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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 ý', 'per_page' => 'Kết quả trên trang', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/vi-VN/general.php b/resources/lang/vi-VN/general.php index d3702d78d..1fcd4902e 100644 --- a/resources/lang/vi-VN/general.php +++ b/resources/lang/vi-VN/general.php @@ -615,4 +615,13 @@ return [ '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/zh-CN/admin/custom_fields/general.php b/resources/lang/zh-CN/admin/custom_fields/general.php index e29571334..27fdd880c 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/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php index 7bdd662f4..097b24665 100644 --- a/resources/lang/zh-CN/admin/hardware/form.php +++ b/resources/lang/zh-CN/admin/hardware/form.php @@ -33,7 +33,7 @@ return [ 'mac_address' => 'MAC地址', 'manufacturer' => '生产厂家', 'model' => '型号', - 'months' => '月数', + 'months' => '个月', 'name' => '资产名称', 'notes' => '备注', 'order' => '订单号', @@ -48,7 +48,7 @@ return [ 'tag' => '资产标签', 'update' => '更新资产', 'warranty' => '质保', - 'warranty_expires' => '保修期已过', + 'warranty_expires' => '保修到期', 'years' => '年', 'asset_location' => '更新资产位置', 'asset_location_update_default_current' => '更新默认位置与实际位置', @@ -58,6 +58,7 @@ return [ 'asset_not_deployable_checkin' => '此资产状态为不可部署。使用此状态标签将会归还资产。', 'asset_deployable' => '此资产可以借出。', 'processing_spinner' => '处理中...(对于大型文件可能需要一些时间)', + 'processing' => '正在处理... ', 'optional_infos' => '可选信息', 'order_details' => '订单相关信息', 'calc_eol' => '如果将 EOL 日期设为零,则根据购买日期和 报废率 自动计算 EOL。', diff --git a/resources/lang/zh-CN/admin/models/table.php b/resources/lang/zh-CN/admin/models/table.php index b21830fd2..8fc4f5ea9 100644 --- a/resources/lang/zh-CN/admin/models/table.php +++ b/resources/lang/zh-CN/admin/models/table.php @@ -5,7 +5,7 @@ return array( 'create' => '创建资产型号', 'created_at' => '创建于', 'eol' => '生命周期', - 'modelnumber' => '型号 No.', + 'modelnumber' => '型号编码', 'name' => '资产型号名称', 'numassets' => '资产', 'title' => '资产型号', diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index c8cd3408f..e9b703131 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -50,7 +50,7 @@ return [ 'dashboard_message_help' => '此文本将显示在仪表盘上,供有权查看仪表盘的任何人使用。', 'default_currency' => '默认货币', 'default_eula_text' => '默认最终用户许可协议(EULA)', - 'default_eula_text_placeholder' => 'Add your default EULA text', + 'default_eula_text_placeholder' => '添加默认最终用户许可协议(EULA)文本', 'default_language' => '默认语言', 'default_eula_help_text' => '你也可以将自定义的最终用户许可协议(EULA)与特定资产分类相关联。', 'acceptance_note' => '为您的决定添加备注(可选)', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => '限制归属特定公司的用户(包括管理员)仅能访问该公司资产', 'full_multiple_companies_support_text' => '完整多企业支持', 'scope_locations_fmcs_support_text' => '支持多个分公司架构的位置范围限定', - 'scope_locations_fmcs_support_help_text' => '旧版本中位置信息不受特定分公司限制。当禁用此配置项时,系统将保持与旧版本兼容模式,允许跨分公司使用位置数据;若启用该配置项,则位置数据将被严格限定在已选分公司范围内。', + 'scope_locations_fmcs_support_help_text' => '将位置限制在所选公司内。', + 'scope_locations_fmcs_support_disabled_text' => '当前选项已禁用,原因是有至少:count个项目的位置存在冲突。', 'show_in_model_list' => '在型号下拉列表中显示', 'optional' => '可选', 'per_page' => '每页搜索结果', @@ -451,6 +452,24 @@ return [ ], + 'legends' => [ + 'scoping' => '范围', + 'formats' => '默认格式', + 'profiles' => '用户资料', + 'eula' => 'EULA & Acceptance Preferences', + 'misc_display' => '杂项显示选项', + 'email' => '电子邮件首选项', + 'checkin' => '归还首选项', + 'dashboard' => '登录和控制面板首选项', + 'misc' => '杂项', + 'logos' => '徽标和显示', + 'colors' => '颜色和皮肤', + 'footer' => '页脚首选项', + 'security' => 'Security Preferences', + 'general' => 'General', + 'intervals' => 'Intervals & Thresholds', + ], + /* Keywords for settings overview help */ 'keywords' => [ diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index 34187e376..bf83ca76c 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -574,7 +574,7 @@ return [ 'user_managed_passwords' => '密码管理', 'user_managed_passwords_disallow' => '禁止用户管理自己的密码', 'user_managed_passwords_allow' => '允许用户管理自己的密码', - 'from' => 'From', + 'from' => '从', 'by' => '经由', // Add form placeholders here @@ -615,4 +615,13 @@ return [ 'cost_each' => '每项:amount', 'remove_current_image' => '删除当前 :type 图像', + 'seeding' => [ + 'manufacturers' => [ + 'button' => '创建制造商', + 'prompt' => '当前制造商列表为空。是否加载常用制造商清单?(此操作将覆盖所有现有制造商数据,含已软删除条目。)', + 'success' => '制造商已成功加载', + 'error' => '制造商加载失败,当前系统中已存在一条制造商记录,执行此操作将覆盖现有数据。|制造商加载失败,当前系统中已存在:count条制造商记录,执行此操作将覆盖现有数据。', + ], + ], + ]; diff --git a/resources/lang/zh-HK/admin/custom_fields/general.php b/resources/lang/zh-HK/admin/custom_fields/general.php index 68e840edd..c9ae61c96 100644 --- a/resources/lang/zh-HK/admin/custom_fields/general.php +++ b/resources/lang/zh-HK/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', diff --git a/resources/lang/zh-HK/admin/hardware/form.php b/resources/lang/zh-HK/admin/hardware/form.php index fab19fea1..8fbd0b4e8 100644 --- a/resources/lang/zh-HK/admin/hardware/form.php +++ b/resources/lang/zh-HK/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php index f313e4c65..74c05602f 100644 --- a/resources/lang/zh-HK/admin/settings/general.php +++ b/resources/lang/zh-HK/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'Enerate auto-incrementing asset tags', + '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', @@ -151,7 +151,8 @@ return [ '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php index 5853327b7..aa7c96c25 100644 --- a/resources/lang/zh-HK/general.php +++ b/resources/lang/zh-HK/general.php @@ -615,4 +615,13 @@ return [ '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/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php index 18ab6129d..7f359d0b4 100644 --- a/resources/lang/zh-TW/admin/custom_fields/general.php +++ b/resources/lang/zh-TW/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => '管理', 'field' => '欄位', 'about_fieldsets_title' => '關於欄位集', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => '欄位集允許您為常用的資產模型定義一組可重複使用的欄位。', 'custom_format' => '自訂正規表達式格式...', 'encrypt_field' => '加密資料庫中此欄位的值', 'encrypt_field_help' => '警告:對欄位加密將導致此欄無法用於搜索', diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php index 68673ef6e..44179f8bf 100644 --- a/resources/lang/zh-TW/admin/hardware/form.php +++ b/resources/lang/zh-TW/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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' => '處理中... ', 'optional_infos' => '選填資訊', 'order_details' => '訂單相關資訊', 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.', diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 396e4fb20..248ca366d 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -25,7 +25,7 @@ return [ 'audit_interval_help' => '如果您需要定期實地稽核您的資產,請輸入您使用的間隔月數。如果您更新此值,所有具有即將進行的稽核日期的資產的 "下一次稽核日期" 將被更新。', 'audit_warning_days' => '稽核警告閾值', 'audit_warning_days_help' => '當資產到期時,我們應該提前幾天提前審核?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => '產生自動遞增資產標籤', 'auto_increment_prefix' => '前綴(可選)', 'auto_incrementing_help' => '首先設定此選項以設定自動遞增資產標籤', 'backups' => '備份', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => '限制使用者(包括管理員) 僅能存取該公司的資產', 'full_multiple_companies_support_text' => '完整支援多公司', 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support', - 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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' => '可選', 'per_page' => '每頁呈現結果', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index 527869182..6d6ba8625 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -615,4 +615,13 @@ return [ '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/zu-ZA/admin/custom_fields/general.php b/resources/lang/zu-ZA/admin/custom_fields/general.php index 6d6bb948f..8b05e14ff 100644 --- a/resources/lang/zu-ZA/admin/custom_fields/general.php +++ b/resources/lang/zu-ZA/admin/custom_fields/general.php @@ -5,7 +5,7 @@ return [ 'manage' => 'Manage', 'field' => 'Inkambu', 'about_fieldsets_title' => 'Mayelana nama-Fieldsets', - 'about_fieldsets_text' => 'Ama-Fieldsets akuvumela ukuthi udale amaqembu wenkambiso yenkambiso evame ukusetshenziselwa kabusha asetshenziselwa izinhlobo ezithile zemodeli yefa.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Bhala ukubaluleka kwalensimu ku-database', 'encrypt_field_help' => 'ISEXWAYISO: Ukubethela insimu kungenza kungabhekeki.', diff --git a/resources/lang/zu-ZA/admin/hardware/form.php b/resources/lang/zu-ZA/admin/hardware/form.php index e3a8250ff..b7c9db90a 100644 --- a/resources/lang/zu-ZA/admin/hardware/form.php +++ b/resources/lang/zu-ZA/admin/hardware/form.php @@ -58,6 +58,7 @@ return [ '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/zu-ZA/admin/settings/general.php b/resources/lang/zu-ZA/admin/settings/general.php index 49d71dfd2..f24b5fbc9 100644 --- a/resources/lang/zu-ZA/admin/settings/general.php +++ b/resources/lang/zu-ZA/admin/settings/general.php @@ -25,7 +25,7 @@ return [ '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' => 'I-Audit Warning Threshold', 'audit_warning_days_help' => 'Zingaki izinsuku kusengaphambili kufanele sikuxwayise uma izimpahla zifanele ukuhlolwa?', - 'auto_increment_assets' => 'Enerate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Isiqalo (okukhethwa kukho)', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Izipele', @@ -151,7 +151,8 @@ return [ 'full_multiple_companies_support_help_text' => 'Ukukhawulela abasebenzisi (kufaka phakathi ama-admins) abelwe izinkampani kumpahla yenkampani yabo.', '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' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.', + 'scope_locations_fmcs_support_help_text' => 'Restrict locations to their selected company.', + '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', 'per_page' => 'Imiphumela Ngayo Ikhasi', @@ -451,6 +452,24 @@ return [ ], + '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' => [ diff --git a/resources/lang/zu-ZA/general.php b/resources/lang/zu-ZA/general.php index b59ebcffa..0ef9891bb 100644 --- a/resources/lang/zu-ZA/general.php +++ b/resources/lang/zu-ZA/general.php @@ -615,4 +615,13 @@ return [ '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.', + ], + ], + ]; From 15870d0e7570e2eb307d03a996c2214924293faf Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 Apr 2025 12:38:07 +0100 Subject: [PATCH 3/3] Bumped version Signed-off-by: snipe --- config/version.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/version.php b/config/version.php index dbb12addc..e89dc25f9 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v8.0.4', - 'full_app_version' => 'v8.0.4 - build 17704-g0dcb315d9', - 'build_version' => '17704', + 'app_version' => 'v8.1.0', + 'full_app_version' => 'v8.1.0 - build 17855-gd81788345', + 'build_version' => '17855', 'prerelease_version' => '', - 'hash_version' => 'g0dcb315d9', - 'full_hash' => 'v8.0.4-506-g0dcb315d9', + 'hash_version' => 'gd81788345', + 'full_hash' => 'v8.1.0-657-gd81788345', 'branch' => 'develop', ); \ No newline at end of file