Merge remote-tracking branch 'origin/develop'

Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	public/js/build/app.js
#	public/js/dist/all.js
#	public/mix-manifest.json
This commit is contained in:
snipe 2024-08-15 12:24:59 +01:00
commit 540df32046
670 changed files with 2681 additions and 1640 deletions

View file

@ -50,6 +50,7 @@ class ProfileController extends Controller
$user->skin = $request->input('skin'); $user->skin = $request->input('skin');
$user->phone = $request->input('phone'); $user->phone = $request->input('phone');
$user->enable_sounds = $request->input('enable_sounds', false); $user->enable_sounds = $request->input('enable_sounds', false);
$user->enable_confetti = $request->input('enable_confetti', false);
if (! config('app.lock_passwords')) { if (! config('app.lock_passwords')) {
$user->locale = $request->input('locale', 'en-US'); $user->locale = $request->input('locale', 'en-US');

View file

@ -0,0 +1,28 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::table('users', function (Blueprint $table) {
$table->boolean('enable_confetti')->default(false);
});
}
/**
* Reverse the migrations.
*/
public function down(): void
{
Schema::table('users', function (Blueprint $table) {
$table->dropColumn('enable_confetti');
});
}
};

10
package-lock.json generated
View file

@ -16,6 +16,7 @@
"bootstrap-datepicker": "^1.10.0", "bootstrap-datepicker": "^1.10.0",
"bootstrap-less": "^3.3.8", "bootstrap-less": "^3.3.8",
"bootstrap-table": "1.23.0", "bootstrap-table": "1.23.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"css-loader": "^5.0.0", "css-loader": "^5.0.0",
@ -4098,6 +4099,15 @@
], ],
"license": "CC-BY-4.0" "license": "CC-BY-4.0"
}, },
"node_modules/canvas-confetti": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.3.tgz",
"integrity": "sha512-rFfTURMvmVEX1gyXFgn5QMn81bYk70qa0HLzcIOSVEyl57n6o9ItHeBtUSWdvKAPY0xlvBHno4/v3QPrT83q9g==",
"funding": {
"type": "donate",
"url": "https://www.paypal.me/kirilvatev"
}
},
"node_modules/canvg": { "node_modules/canvg": {
"version": "3.0.10", "version": "3.0.10",
"license": "MIT", "license": "MIT",

View file

@ -36,6 +36,7 @@
"bootstrap-datepicker": "^1.10.0", "bootstrap-datepicker": "^1.10.0",
"bootstrap-less": "^3.3.8", "bootstrap-less": "^3.3.8",
"bootstrap-table": "1.23.0", "bootstrap-table": "1.23.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"css-loader": "^5.0.0", "css-loader": "^5.0.0",

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'crwdns12270:0crwdne12270:0', 'api_reference' => 'crwdns12270:0crwdne12270:0',
'profile_updated' => 'crwdns12202:0crwdne12202:0', 'profile_updated' => 'crwdns12202:0crwdne12202:0',
'no_tokens' => 'crwdns12318:0crwdne12318:0', 'no_tokens' => 'crwdns12318:0crwdne12318:0',
'enable_sounds' => 'crwdns12658:0crwdne12658:0',
'enable_confetti' => 'crwdns12664:0crwdne12664:0',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'crwdns650:0crwdne650:0', 'does_not_exist' => 'crwdns650:0crwdne650:0',
'assoc_users' => 'crwdns12272:0crwdne12272:0', 'assoc_users' => 'crwdns12666:0crwdne12666:0',
'assoc_assets' => 'crwdns1404:0crwdne1404:0', 'assoc_assets' => 'crwdns1404:0crwdne1404:0',
'assoc_child_loc' => 'crwdns1405:0crwdne1405:0', 'assoc_child_loc' => 'crwdns1405:0crwdne1405:0',
'assigned_assets' => 'crwdns11179:0crwdne11179:0', 'assigned_assets' => 'crwdns11179:0crwdne11179:0',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => 'crwdns11403:0crwdne11403:0', 'webhook_integration_help' => 'crwdns11403:0crwdne11403:0',
'webhook_integration_help_button' => 'crwdns11405:0crwdne11405:0', 'webhook_integration_help_button' => 'crwdns11405:0crwdne11405:0',
'webhook_test_help' => 'crwdns11407:0crwdne11407:0', 'webhook_test_help' => 'crwdns11407:0crwdne11407:0',
'shortcuts_enabled' => 'crwdns12654:0crwdne12654:0',
'shortcuts_help_text' => 'crwdns12656:0crwdne12656:0',
'snipe_version' => 'crwdns1266:0crwdne1266:0', 'snipe_version' => 'crwdns1266:0crwdne1266:0',
'support_footer' => 'crwdns1991:0crwdne1991:0', 'support_footer' => 'crwdns1991:0crwdne1991:0',
'support_footer_help' => 'crwdns1992:0crwdne1992:0', 'support_footer_help' => 'crwdns1992:0crwdne1992:0',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'crwdns6709:0crwdne6709:0', 'restore_warning' => 'crwdns6709:0crwdne6709:0',
'restore_confirm' => 'crwdns6711:0crwdne6711:0' 'restore_confirm' => 'crwdns6711:0crwdne6711:0'
], ],
'restore' => [
'success' => 'crwdns12648:0crwdne12648:0'
],
'purge' => [ 'purge' => [
'error' => 'crwdns1615:0crwdne1615:0', 'error' => 'crwdns1615:0crwdne1615:0',
'validation_failed' => 'crwdns1616:0crwdne1616:0', 'validation_failed' => 'crwdns1616:0crwdne1616:0',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'crwdns12598:0crwdne12598:0', 'clone' => 'crwdns12598:0crwdne12598:0',
'edit' => 'crwdns12600:0crwdne12600:0', 'edit' => 'crwdns12600:0crwdne12600:0',
'delete' => 'crwdns12602:0crwdne12602:0', 'delete' => 'crwdns12602:0crwdne12602:0',
'restore' => 'crwdns12604:0crwdne12604:0', 'restore' => 'crwdns12646:0crwdne12646:0',
'create' => 'crwdns12606:0crwdne12606:0', 'create' => 'crwdns12606:0crwdne12606:0',
'checkout' => 'crwdns12608:0crwdne12608:0', 'checkout' => 'crwdns12608:0crwdne12608:0',
'checkin' => 'crwdns12610:0crwdne12610:0', 'checkin' => 'crwdns12610:0crwdne12610:0',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'crwdns1327:0crwdne1327:0', 'consumables' => 'crwdns1327:0crwdne1327:0',
'country' => 'crwdns1039:0crwdne1039:0', 'country' => 'crwdns1039:0crwdne1039:0',
'could_not_restore' => 'crwdns11894:0:item_type:crwdne11894:0', 'could_not_restore' => 'crwdns11894:0:item_type:crwdne11894:0',
'not_deleted' => 'crwdns11896:0crwdne11896:0', 'not_deleted' => 'crwdns12616:0crwdne12616:0',
'create' => 'crwdns1040:0crwdne1040:0', 'create' => 'crwdns1040:0crwdne1040:0',
'created' => 'crwdns1773:0crwdne1773:0', 'created' => 'crwdns1773:0crwdne1773:0',
'created_asset' => 'crwdns1041:0crwdne1041:0', 'created_asset' => 'crwdns1041:0crwdne1041:0',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'crwdns1828:0crwdne1828:0', 'debug_warning_text' => 'crwdns1828:0crwdne1828:0',
'delete' => 'crwdns1046:0crwdne1046:0', 'delete' => 'crwdns1046:0crwdne1046:0',
'delete_confirm' => 'crwdns2020:0crwdne2020:0', 'delete_confirm' => 'crwdns2020:0crwdne2020:0',
'delete_confirm_no_undo' => 'crwdns11599:0crwdne11599:0', 'delete_confirm_no_undo' => 'crwdns12618:0crwdne12618:0',
'deleted' => 'crwdns1047:0crwdne1047:0', 'deleted' => 'crwdns1047:0crwdne1047:0',
'delete_seats' => 'crwdns1430:0crwdne1430:0', 'delete_seats' => 'crwdns1430:0crwdne1430:0',
'deletion_failed' => 'crwdns6117:0crwdne6117:0', 'deletion_failed' => 'crwdns6117:0crwdne6117:0',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'crwdns5952:0crwdne5952:0', 'lastname_firstinitial' => 'crwdns5952:0crwdne5952:0',
'firstinitial.lastname' => 'crwdns5954:0crwdne5954:0', 'firstinitial.lastname' => 'crwdns5954:0crwdne5954:0',
'firstnamelastinitial' => 'crwdns5956:0crwdne5956:0', 'firstnamelastinitial' => 'crwdns5956:0crwdne5956:0',
'lastnamefirstname' => 'crwdns12266:0crwdne12266:0', 'lastnamefirstname' => 'crwdns12620:0crwdne12620:0',
'first_name' => 'crwdns1053:0crwdne1053:0', 'first_name' => 'crwdns1053:0crwdne1053:0',
'first_name_format' => 'crwdns1647:0crwdne1647:0', 'first_name_format' => 'crwdns1647:0crwdne1647:0',
'files' => 'crwdns1996:0crwdne1996:0', 'files' => 'crwdns1996:0crwdne1996:0',
@ -156,9 +156,9 @@ return [
'image_delete' => 'crwdns1057:0crwdne1057:0', 'image_delete' => 'crwdns1057:0crwdne1057:0',
'include_deleted' => 'crwdns10518:0crwdne10518:0', 'include_deleted' => 'crwdns10518:0crwdne10518:0',
'image_upload' => 'crwdns1058:0crwdne1058:0', 'image_upload' => 'crwdns1058:0crwdne1058:0',
'filetypes_accepted_help' => 'crwdns6129:0crwdne6129:0', 'filetypes_accepted_help' => 'crwdns12622:0crwdne12622:0',
'filetypes_size_help' => 'crwdns6131:0crwdne6131:0', 'filetypes_size_help' => 'crwdns12624:0crwdne12624:0',
'image_filetypes_help' => 'crwdns12284:0crwdne12284:0', 'image_filetypes_help' => 'crwdns12626:0crwdne12626:0',
'unaccepted_image_type' => 'crwdns11365:0crwdne11365:0', 'unaccepted_image_type' => 'crwdns11365:0crwdne11365:0',
'import' => 'crwdns1411:0crwdne1411:0', 'import' => 'crwdns1411:0crwdne1411:0',
'import_this_file' => 'crwdns11922:0crwdne11922:0', 'import_this_file' => 'crwdns11922:0crwdne11922:0',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'crwdns12172:0crwdne12172:0', 'licenses_available' => 'crwdns12172:0crwdne12172:0',
'licenses' => 'crwdns1062:0crwdne1062:0', 'licenses' => 'crwdns1062:0crwdne1062:0',
'list_all' => 'crwdns1063:0crwdne1063:0', 'list_all' => 'crwdns1063:0crwdne1063:0',
'loading' => 'crwdns6135:0crwdne6135:0', 'loading' => 'crwdns12628:0crwdne12628:0',
'lock_passwords' => 'crwdns5974:0crwdne5974:0', 'lock_passwords' => 'crwdns5974:0crwdne5974:0',
'feature_disabled' => 'crwdns1774:0crwdne1774:0', 'feature_disabled' => 'crwdns1774:0crwdne1774:0',
'location' => 'crwdns1064:0crwdne1064:0', 'location' => 'crwdns1064:0crwdne1064:0',
@ -193,7 +193,7 @@ return [
'logout' => 'crwdns1066:0crwdne1066:0', 'logout' => 'crwdns1066:0crwdne1066:0',
'lookup_by_tag' => 'crwdns1648:0crwdne1648:0', 'lookup_by_tag' => 'crwdns1648:0crwdne1648:0',
'maintenances' => 'crwdns1998:0crwdne1998:0', 'maintenances' => 'crwdns1998:0crwdne1998:0',
'manage_api_keys' => 'crwdns6137:0crwdne6137:0', 'manage_api_keys' => 'crwdns12630:0crwdne12630:0',
'manufacturer' => 'crwdns1067:0crwdne1067:0', 'manufacturer' => 'crwdns1067:0crwdne1067:0',
'manufacturers' => 'crwdns1068:0crwdne1068:0', 'manufacturers' => 'crwdns1068:0crwdne1068:0',
'markdown' => 'crwdns1574:0crwdne1574:0', 'markdown' => 'crwdns1574:0crwdne1574:0',
@ -254,7 +254,7 @@ return [
'select_all' => 'crwdns6155:0crwdne6155:0', 'select_all' => 'crwdns6155:0crwdne6155:0',
'search' => 'crwdns1290:0crwdne1290:0', 'search' => 'crwdns1290:0crwdne1290:0',
'select_category' => 'crwdns1663:0crwdne1663:0', 'select_category' => 'crwdns1663:0crwdne1663:0',
'select_datasource' => 'crwdns12166:0crwdne12166:0', 'select_datasource' => 'crwdns12632:0crwdne12632:0',
'select_department' => 'crwdns1880:0crwdne1880:0', 'select_department' => 'crwdns1880:0crwdne1880:0',
'select_depreciation' => 'crwdns1282:0crwdne1282:0', 'select_depreciation' => 'crwdns1282:0crwdne1282:0',
'select_location' => 'crwdns1283:0crwdne1283:0', 'select_location' => 'crwdns1283:0crwdne1283:0',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'crwdns6784:0crwdne6784:0', 'signed_off_by' => 'crwdns6784:0crwdne6784:0',
'skin' => 'crwdns2002:0crwdne2002:0', 'skin' => 'crwdns2002:0crwdne2002:0',
'webhook_msg_note' => 'crwdns11483:0crwdne11483:0', 'webhook_msg_note' => 'crwdns11483:0crwdne11483:0',
'webhook_test_msg' => 'crwdns11371:0crwdne11371:0', 'webhook_test_msg' => 'crwdns12634:0crwdne12634:0',
'some_features_disabled' => 'crwdns1669:0crwdne1669:0', 'some_features_disabled' => 'crwdns1669:0crwdne1669:0',
'site_name' => 'crwdns1086:0crwdne1086:0', 'site_name' => 'crwdns1086:0crwdne1086:0',
'state' => 'crwdns1087:0crwdne1087:0', 'state' => 'crwdns1087:0crwdne1087:0',
'status_labels' => 'crwdns1088:0crwdne1088:0', 'status_labels' => 'crwdns1088:0crwdne1088:0',
'status_label' => 'crwdns12662:0crwdne12662:0',
'status' => 'crwdns1089:0crwdne1089:0', 'status' => 'crwdns1089:0crwdne1089:0',
'accept_eula' => 'crwdns6786:0crwdne6786:0', 'accept_eula' => 'crwdns6786:0crwdne6786:0',
'supplier' => 'crwdns1833:0crwdne1833:0', 'supplier' => 'crwdns1833:0crwdne1833:0',
@ -339,16 +340,16 @@ return [
'view_all' => 'crwdns6165:0crwdne6165:0', 'view_all' => 'crwdns6165:0crwdne6165:0',
'hide_deleted' => 'crwdns6167:0crwdne6167:0', 'hide_deleted' => 'crwdns6167:0crwdne6167:0',
'email' => 'crwdns6169:0crwdne6169:0', 'email' => 'crwdns6169:0crwdne6169:0',
'do_not_change' => 'crwdns6171:0crwdne6171:0', 'do_not_change' => 'crwdns12636:0crwdne12636:0',
'bug_report' => 'crwdns6173:0crwdne6173:0', 'bug_report' => 'crwdns12638:0crwdne12638:0',
'user_manual' => 'crwdns6175:0crwdne6175:0', 'user_manual' => 'crwdns6175:0crwdne6175:0',
'setup_step_1' => 'crwdns6177:0crwdne6177:0', 'setup_step_1' => 'crwdns6177:0crwdne6177:0',
'setup_step_2' => 'crwdns6179:0crwdne6179:0', 'setup_step_2' => 'crwdns6179:0crwdne6179:0',
'setup_step_3' => 'crwdns6181:0crwdne6181:0', 'setup_step_3' => 'crwdns6181:0crwdne6181:0',
'setup_step_4' => 'crwdns6183:0crwdne6183:0', 'setup_step_4' => 'crwdns6183:0crwdne6183:0',
'setup_config_check' => 'crwdns6185:0crwdne6185:0', 'setup_config_check' => 'crwdns6185:0crwdne6185:0',
'setup_create_database' => 'crwdns6187:0crwdne6187:0', 'setup_create_database' => 'crwdns12640:0crwdne12640:0',
'setup_create_admin' => 'crwdns6189:0crwdne6189:0', 'setup_create_admin' => 'crwdns12642:0crwdne12642:0',
'setup_done' => 'crwdns6191:0crwdne6191:0', 'setup_done' => 'crwdns6191:0crwdne6191:0',
'bulk_edit_about_to' => 'crwdns6193:0crwdne6193:0', 'bulk_edit_about_to' => 'crwdns6193:0crwdne6193:0',
'checked_out' => 'crwdns6195:0crwdne6195:0', 'checked_out' => 'crwdns6195:0crwdne6195:0',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'crwdns11986:0crwdne11986:0', 'ms-MY'=> 'crwdns11986:0crwdne11986:0',
'mi-NZ'=> 'crwdns11988:0crwdne11988:0', 'mi-NZ'=> 'crwdns11988:0crwdne11988:0',
'mn-MN'=> 'crwdns11990:0crwdne11990:0', 'mn-MN'=> 'crwdns11990:0crwdne11990:0',
'no-NO'=> 'crwdns11992:0crwdne11992:0', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'crwdns12644:0crwdne12644:0',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'crwdns11994:0crwdne11994:0', 'fa-IR'=> 'crwdns11994:0crwdne11994:0',
'pl-PL'=> 'crwdns11996:0crwdne11996:0', 'pl-PL'=> 'crwdns11996:0crwdne11996:0',
'pt-PT'=> 'crwdns10634:0crwdne10634:0', 'pt-PT'=> 'crwdns10634:0crwdne10634:0',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'crwdns12504:0crwdne12504:0', 'symbols' => 'crwdns12504:0crwdne12504:0',
'uncompromised' => 'crwdns12506:0crwdne12506:0', 'uncompromised' => 'crwdns12506:0crwdne12506:0',
], ],
'percent' => 'crwdns12660:0crwdne12660:0',
'present' => 'crwdns1936:0crwdne1936:0', 'present' => 'crwdns1936:0crwdne1936:0',
'present_if' => 'crwdns12508:0crwdne12508:0', 'present_if' => 'crwdns12508:0crwdne12508:0',
'present_unless' => 'crwdns12510:0crwdne12510:0', 'present_unless' => 'crwdns12510:0crwdne12510:0',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'crwdns1946:0crwdne1946:0', 'hashed_pass' => 'crwdns1946:0crwdne1946:0',
'dumbpwd' => 'crwdns1947:0crwdne1947:0', 'dumbpwd' => 'crwdns1947:0crwdne1947:0',
'statuslabel_type' => 'crwdns1948:0crwdne1948:0', 'statuslabel_type' => 'crwdns1948:0crwdne1948:0',
'custom_field_not_found' => 'crwdns12650:0crwdne12650:0',
'custom_field_not_found_on_model' => 'crwdns12652:0crwdne12652:0',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Ligging bestaan nie.', 'does_not_exist' => 'Ligging bestaan nie.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Hierdie ligging is tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie ligging te verwys nie en probeer weer.', 'assoc_assets' => 'Hierdie ligging is tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie ligging te verwys nie en probeer weer.',
'assoc_child_loc' => 'Hierdie ligging is tans die ouer van ten minste een kind se plek en kan nie uitgevee word nie. Werk asseblief jou liggings by om nie meer hierdie ligging te verwys nie en probeer weer.', 'assoc_child_loc' => 'Hierdie ligging is tans die ouer van ten minste een kind se plek en kan nie uitgevee word nie. Werk asseblief jou liggings by om nie meer hierdie ligging te verwys nie en probeer weer.',
'assigned_assets' => 'Assigned Assets', 'assigned_assets' => 'Assigned Assets',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Snipe-IT-weergawe', 'snipe_version' => 'Snipe-IT-weergawe',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => '\'N Fout het voorgekom tydens suiwering.', 'error' => '\'N Fout het voorgekom tydens suiwering.',
'validation_failed' => 'Jou skoonmaakbevestiging is verkeerd. Tik asseblief die woord "DELETE" in die bevestigingsboks.', 'validation_failed' => 'Jou skoonmaakbevestiging is verkeerd. Tik asseblief die woord "DELETE" in die bevestigingsboks.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Consumables', 'consumables' => 'Consumables',
'country' => 'land', 'country' => 'land',
'could_not_restore' => 'Error restoring :item_type: :error', 'could_not_restore' => 'Error restoring :item_type: :error',
'not_deleted' => 'The :item_type is not deleted so it cannot be restored', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Skep nuwe', 'create' => 'Skep nuwe',
'created' => 'Item geskep', 'created' => 'Item geskep',
'created_asset' => 'geskep bate', 'created_asset' => 'geskep bate',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'Hierdie program word uitgevoer in die produksiemodus met debugging aangeskakel. Dit kan sensitiewe data blootstel indien u aansoek vir die buitewêreld toeganklik is. Deaktiveer debug-modus deur die <code>APP_DEBUG</code>-waarde in jou <code>.env</code>-lêer te stel na <code>false</code>.', 'debug_warning_text' => 'Hierdie program word uitgevoer in die produksiemodus met debugging aangeskakel. Dit kan sensitiewe data blootstel indien u aansoek vir die buitewêreld toeganklik is. Deaktiveer debug-modus deur die <code>APP_DEBUG</code>-waarde in jou <code>.env</code>-lêer te stel na <code>false</code>.',
'delete' => 'verwyder', 'delete' => 'verwyder',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'Are you sure you wish to delete :item?',
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'geskrap', 'deleted' => 'geskrap',
'delete_seats' => 'Plekke verwyder', 'delete_seats' => 'Plekke verwyder',
'deletion_failed' => 'Deletion failed', 'deletion_failed' => 'Deletion failed',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'Eerste naam', 'first_name' => 'Eerste naam',
'first_name_format' => 'Voornaam (jane@example.com)', 'first_name_format' => 'Voornaam (jane@example.com)',
'files' => 'Files', 'files' => 'Files',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Vee prent uit', 'image_delete' => 'Vee prent uit',
'include_deleted' => 'Include Deleted Assets', 'include_deleted' => 'Include Deleted Assets',
'image_upload' => 'Laai prent op', 'image_upload' => 'Laai prent op',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
'import' => 'invoer', 'import' => 'invoer',
'import_this_file' => 'Map fields and process this file', 'import_this_file' => 'Map fields and process this file',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Licenses available', 'licenses_available' => 'Licenses available',
'licenses' => 'lisensies', 'licenses' => 'lisensies',
'list_all' => 'Lys almal', 'list_all' => 'Lys almal',
'loading' => 'Loading... please wait....', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'This field value will not be saved in a demo installation.', 'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'Hierdie funksie is afgeskakel vir die demo-installasie.', 'feature_disabled' => 'Hierdie funksie is afgeskakel vir die demo-installasie.',
'location' => 'plek', 'location' => 'plek',
@ -193,7 +193,7 @@ return [
'logout' => 'Teken uit', 'logout' => 'Teken uit',
'lookup_by_tag' => 'Opsoek deur Asset Tag', 'lookup_by_tag' => 'Opsoek deur Asset Tag',
'maintenances' => 'Maintenances', 'maintenances' => 'Maintenances',
'manage_api_keys' => 'Manage API Keys', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'vervaardiger', 'manufacturer' => 'vervaardiger',
'manufacturers' => 'vervaardigers', 'manufacturers' => 'vervaardigers',
'markdown' => 'Hierdie veld laat <a href="https://help.github.com/articles/github-flavored-markdown/">Gitub-gegeurde markdown</a> toe.', 'markdown' => 'Hierdie veld laat <a href="https://help.github.com/articles/github-flavored-markdown/">Gitub-gegeurde markdown</a> toe.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Select All', 'select_all' => 'Select All',
'search' => 'Soek', 'search' => 'Soek',
'select_category' => 'Kies \'n kategorie', 'select_category' => 'Kies \'n kategorie',
'select_datasource' => 'Select a Datasource', 'select_datasource' => 'Select a data source',
'select_department' => 'Kies \'n Departement', 'select_department' => 'Kies \'n Departement',
'select_depreciation' => 'Kies \'n waardeverminderingstipe', 'select_depreciation' => 'Kies \'n waardeverminderingstipe',
'select_location' => 'Kies \'n plek', 'select_location' => 'Kies \'n plek',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Signed Off By', 'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'A notification will be sent via webhook', 'webhook_msg_note' => 'A notification will be sent via webhook',
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'DEMO MODE: Sommige funksies is afgeskakel vir hierdie installasie.', 'some_features_disabled' => 'DEMO MODE: Sommige funksies is afgeskakel vir hierdie installasie.',
'site_name' => 'Site Naam', 'site_name' => 'Site Naam',
'state' => 'staat', 'state' => 'staat',
'status_labels' => 'Status etikette', 'status_labels' => 'Status etikette',
'status_label' => 'Status Label',
'status' => 'status', 'status' => 'status',
'accept_eula' => 'Acceptance Agreement', 'accept_eula' => 'Acceptance Agreement',
'supplier' => 'verskaffer', 'supplier' => 'verskaffer',
@ -339,16 +340,16 @@ return [
'view_all' => 'view all', 'view_all' => 'view all',
'hide_deleted' => 'Hide Deleted', 'hide_deleted' => 'Hide Deleted',
'email' => 'e-pos', 'email' => 'e-pos',
'do_not_change' => 'Do Not Change', 'do_not_change' => 'Do not change',
'bug_report' => 'Report a Bug', 'bug_report' => 'Report a bug',
'user_manual' => 'User\'s Manual', 'user_manual' => 'User\'s Manual',
'setup_step_1' => 'Step 1', 'setup_step_1' => 'Step 1',
'setup_step_2' => 'Step 2', 'setup_step_2' => 'Step 2',
'setup_step_3' => 'Step 3', 'setup_step_3' => 'Step 3',
'setup_step_4' => 'Step 4', 'setup_step_4' => 'Step 4',
'setup_config_check' => 'Configuration Check', 'setup_config_check' => 'Configuration Check',
'setup_create_database' => 'Create Database Tables', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Create Admin User', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Finished!', 'setup_done' => 'Finished!',
'bulk_edit_about_to' => 'You are about to edit the following: ', 'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Gekontroleer', 'checked_out' => 'Gekontroleer',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malay', 'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian', 'mn-MN'=> 'Mongolian',
'no-NO'=> 'Norwegian', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian', 'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish', 'pl-PL'=> 'Polish',
'pt-PT'=> 'Portuguese', 'pt-PT'=> 'Portuguese',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'Die: attribuut veld moet teenwoordig wees.', 'present' => 'Die: attribuut veld moet teenwoordig wees.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Jou huidige wagwoord is verkeerd', 'hashed_pass' => 'Jou huidige wagwoord is verkeerd',
'dumbpwd' => 'Daardie wagwoord is te algemeen.', 'dumbpwd' => 'Daardie wagwoord is te algemeen.',
'statuslabel_type' => 'U moet \'n geldige statusetiket tipe kies', 'statuslabel_type' => 'U moet \'n geldige statusetiket tipe kies',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Location does not exist.', 'does_not_exist' => 'Location does not exist.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets', 'assigned_assets' => 'Assigned Assets',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'Snipe-IT version',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'An error has occurred while purging. ', 'error' => 'An error has occurred while purging. ',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Consumables', 'consumables' => 'Consumables',
'country' => 'Country', 'country' => 'Country',
'could_not_restore' => 'Error restoring :item_type: :error', 'could_not_restore' => 'Error restoring :item_type: :error',
'not_deleted' => 'The :item_type is not deleted so it cannot be restored', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Create New', 'create' => 'Create New',
'created' => 'Item Created', 'created' => 'Item Created',
'created_asset' => 'created asset', 'created_asset' => 'created asset',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.', 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
'delete' => 'Delete', 'delete' => 'Delete',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'Are you sure you wish to delete :item?',
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'Deleted', 'deleted' => 'Deleted',
'delete_seats' => 'Deleted Seats', 'delete_seats' => 'Deleted Seats',
'deletion_failed' => 'Deletion failed', 'deletion_failed' => 'Deletion failed',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'First Name', 'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files', 'files' => 'Files',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Delete Image', 'image_delete' => 'Delete Image',
'include_deleted' => 'Include Deleted Assets', 'include_deleted' => 'Include Deleted Assets',
'image_upload' => 'Upload Image', 'image_upload' => 'Upload Image',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
'import' => 'Import', 'import' => 'Import',
'import_this_file' => 'Map fields and process this file', 'import_this_file' => 'Map fields and process this file',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Licenses available', 'licenses_available' => 'Licenses available',
'licenses' => 'Licenses', 'licenses' => 'Licenses',
'list_all' => 'List All', 'list_all' => 'List All',
'loading' => 'Loading... please wait....', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'This field value will not be saved in a demo installation.', 'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'This feature has been disabled for the demo installation.', 'feature_disabled' => 'This feature has been disabled for the demo installation.',
'location' => 'Location', 'location' => 'Location',
@ -193,7 +193,7 @@ return [
'logout' => 'Logout', 'logout' => 'Logout',
'lookup_by_tag' => 'Lookup by Asset Tag', 'lookup_by_tag' => 'Lookup by Asset Tag',
'maintenances' => 'Maintenances', 'maintenances' => 'Maintenances',
'manage_api_keys' => 'Manage API Keys', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'Manufacturer', 'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers', 'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Select All', 'select_all' => 'Select All',
'search' => 'Search', 'search' => 'Search',
'select_category' => 'Select a Category', 'select_category' => 'Select a Category',
'select_datasource' => 'Select a Datasource', 'select_datasource' => 'Select a data source',
'select_department' => 'Select a Department', 'select_department' => 'Select a Department',
'select_depreciation' => 'Select a Depreciation Type', 'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location', 'select_location' => 'Select a Location',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Signed Off By', 'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'A notification will be sent via webhook', 'webhook_msg_note' => 'A notification will be sent via webhook',
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
'site_name' => 'Site Name', 'site_name' => 'Site Name',
'state' => 'State', 'state' => 'State',
'status_labels' => 'Status Labels', 'status_labels' => 'Status Labels',
'status_label' => 'Status Label',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Acceptance Agreement', 'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Supplier', 'supplier' => 'Supplier',
@ -339,16 +340,16 @@ return [
'view_all' => 'view all', 'view_all' => 'view all',
'hide_deleted' => 'Hide Deleted', 'hide_deleted' => 'Hide Deleted',
'email' => 'Email', 'email' => 'Email',
'do_not_change' => 'Do Not Change', 'do_not_change' => 'Do not change',
'bug_report' => 'Report a Bug', 'bug_report' => 'Report a bug',
'user_manual' => 'User\'s Manual', 'user_manual' => 'User\'s Manual',
'setup_step_1' => 'Step 1', 'setup_step_1' => 'Step 1',
'setup_step_2' => 'Step 2', 'setup_step_2' => 'Step 2',
'setup_step_3' => 'Step 3', 'setup_step_3' => 'Step 3',
'setup_step_4' => 'Step 4', 'setup_step_4' => 'Step 4',
'setup_config_check' => 'Configuration Check', 'setup_config_check' => 'Configuration Check',
'setup_create_database' => 'Create Database Tables', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Create Admin User', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Finished!', 'setup_done' => 'Finished!',
'bulk_edit_about_to' => 'You are about to edit the following: ', 'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Checked Out', 'checked_out' => 'Checked Out',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malay', 'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian', 'mn-MN'=> 'Mongolian',
'no-NO'=> 'Norwegian', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian', 'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish', 'pl-PL'=> 'Polish',
'pt-PT'=> 'Portuguese', 'pt-PT'=> 'Portuguese',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'The :attribute field must be present.', 'present' => 'The :attribute field must be present.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Your current password is incorrect', 'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type', 'statuslabel_type' => 'You must select a valid status label type',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'الموقع غير موجود.', 'does_not_exist' => 'الموقع غير موجود.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'هذا الموقع مرتبط حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة. ', 'assoc_assets' => 'هذا الموقع مرتبط حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة. ',
'assoc_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.', 'assoc_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.',
'assigned_assets' => 'الأصول المعينة', 'assigned_assets' => 'الأصول المعينة',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => 'تكامل :app اختياري، ولكن نقطة النهاية والقناة مطلوبة إذا كنت ترغب في استخدامها. لتكوين تكامل :app، يجب عليك أولاً <a href=":webhook_link" target="_new" rel="noopener">إنشاء webhook</a> على حساب :app الخاص بك. انقر على زر <strong>اختبار تكامل :app</strong> لتأكيد أن إعداداتك صحيحة قبل الحفظ. ', 'webhook_integration_help' => 'تكامل :app اختياري، ولكن نقطة النهاية والقناة مطلوبة إذا كنت ترغب في استخدامها. لتكوين تكامل :app، يجب عليك أولاً <a href=":webhook_link" target="_new" rel="noopener">إنشاء webhook</a> على حساب :app الخاص بك. انقر على زر <strong>اختبار تكامل :app</strong> لتأكيد أن إعداداتك صحيحة قبل الحفظ. ',
'webhook_integration_help_button' => 'بمجرد حفظ معلومات :app الخاصة بك، سيظهر زر الاختبار.', 'webhook_integration_help_button' => 'بمجرد حفظ معلومات :app الخاصة بك، سيظهر زر الاختبار.',
'webhook_test_help' => 'اختبر ما إذا كان تكامل :app الخاص بك قد تم تكوينه بشكل صحيح. لقد قمت بتحديث :app إعدادات التحديثات.', 'webhook_test_help' => 'اختبر ما إذا كان تكامل :app الخاص بك قد تم تكوينه بشكل صحيح. لقد قمت بتحديث :app إعدادات التحديثات.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'قنص-إيت الإصدار', 'snipe_version' => 'قنص-إيت الإصدار',
'support_footer' => 'دعم روابط تذييل الصفحة ', 'support_footer' => 'دعم روابط تذييل الصفحة ',
'support_footer_help' => 'تحديد من يرى الروابط إلى دليل معلومات الدعم للمستخدمين عن طريق القناصة', 'support_footer_help' => 'تحديد من يرى الروابط إلى دليل معلومات الدعم للمستخدمين عن طريق القناصة',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'نعم، استعادة. أقر بأن هذا سوف يستبدل أي بيانات موجودة حاليا في قاعدة البيانات. سيؤدي هذا أيضا إلى تسجيل جميع المستخدمين الحاليين (بما في ذلك أنت).', 'restore_warning' => 'نعم، استعادة. أقر بأن هذا سوف يستبدل أي بيانات موجودة حاليا في قاعدة البيانات. سيؤدي هذا أيضا إلى تسجيل جميع المستخدمين الحاليين (بما في ذلك أنت).',
'restore_confirm' => 'هل أنت متأكد من رغبتك في استعادة قاعدة البيانات الخاصة بك من :filename؟' 'restore_confirm' => 'هل أنت متأكد من رغبتك في استعادة قاعدة البيانات الخاصة بك من :filename؟'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'حدث خطأ أثناء التطهير.', 'error' => 'حدث خطأ أثناء التطهير.',
'validation_failed' => 'تأكيد التطهير غير صحيح. الرجاء كتابة الكلمة "ديليت" في مربع التأكيد.', 'validation_failed' => 'تأكيد التطهير غير صحيح. الرجاء كتابة الكلمة "ديليت" في مربع التأكيد.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'المواد الاستهلاكية', 'consumables' => 'المواد الاستهلاكية',
'country' => 'الدولة', 'country' => 'الدولة',
'could_not_restore' => 'خطأ في استعادة :item_type: :error', 'could_not_restore' => 'خطأ في استعادة :item_type: :error',
'not_deleted' => 'لم يتم حذف :item_type لذلك لا يمكن استعادته', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'إضافة', 'create' => 'إضافة',
'created' => 'تم إنشاء العنصر', 'created' => 'تم إنشاء العنصر',
'created_asset' => 'الأصول المضافة', 'created_asset' => 'الأصول المضافة',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.', 'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.',
'delete' => 'حذف', 'delete' => 'حذف',
'delete_confirm' => 'هل أنت متأكد من حذف :المنتج؟', 'delete_confirm' => 'هل أنت متأكد من حذف :المنتج؟',
'delete_confirm_no_undo' => 'هل أنت متأكد من رغبتك في حذف :item؟ لا يمكن التراجع عن ذلك.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'تم حذفها', 'deleted' => 'تم حذفها',
'delete_seats' => 'المقاعد المحذوفة', 'delete_seats' => 'المقاعد المحذوفة',
'deletion_failed' => 'فشل الحذف', 'deletion_failed' => 'فشل الحذف',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)', 'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
'firstinitial.lastname' => 'الاسم الأخير الأول (jsmith@example.com)', 'firstinitial.lastname' => 'الاسم الأخير الأول (jsmith@example.com)',
'firstnamelastinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)', 'firstnamelastinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'الإسم الأول', 'first_name' => 'الإسم الأول',
'first_name_format' => 'الاسم الأول (jane@example.com)', 'first_name_format' => 'الاسم الأول (jane@example.com)',
'files' => 'الملفات', 'files' => 'الملفات',
@ -156,9 +156,9 @@ return [
'image_delete' => 'حذف الصورة', 'image_delete' => 'حذف الصورة',
'include_deleted' => 'تضمين الأصول المحذوفة', 'include_deleted' => 'تضمين الأصول المحذوفة',
'image_upload' => 'رفع صورة', 'image_upload' => 'رفع صورة',
'filetypes_accepted_help' => 'نوع الملف المقبول هو :types. الحد الأقصى لحجم التحميل المسموح به هو :size.|أنواع الملف المقبول هي :types. الحد الأقصى لحجم التحميل المسموح به هو :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'الحد الأقصى لحجم الرفع المسموح به هو :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'ملف الصورة هذا غير قابل للقراءة. أنواع الملفات المقبولة هي jpg، webpp، png، gif، svg. نوع هذا الملف هو: :mimetype.', 'unaccepted_image_type' => 'ملف الصورة هذا غير قابل للقراءة. أنواع الملفات المقبولة هي jpg، webpp، png، gif، svg. نوع هذا الملف هو: :mimetype.',
'import' => 'استيراد', 'import' => 'استيراد',
'import_this_file' => 'حقول الخريطة ومعالجة هذا الملف', 'import_this_file' => 'حقول الخريطة ومعالجة هذا الملف',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'التراخيص المتاحة', 'licenses_available' => 'التراخيص المتاحة',
'licenses' => 'التراخيص', 'licenses' => 'التراخيص',
'list_all' => 'عرض الكل', 'list_all' => 'عرض الكل',
'loading' => 'جار التحميل. أرجو الإنتظار....', 'loading' => 'جار التحميل. أرجو الإنتظار...',
'lock_passwords' => 'لن يتم حفظ قيمة الحقل هذه في تثبيت تجريبي.', 'lock_passwords' => 'لن يتم حفظ قيمة الحقل هذه في تثبيت تجريبي.',
'feature_disabled' => 'تم تعطيل هذه الميزة للتثبيت التجريبي.', 'feature_disabled' => 'تم تعطيل هذه الميزة للتثبيت التجريبي.',
'location' => 'الموقع', 'location' => 'الموقع',
@ -193,7 +193,7 @@ return [
'logout' => 'تسجيل خروج', 'logout' => 'تسجيل خروج',
'lookup_by_tag' => 'البحث عن طريق ترميز الأصل', 'lookup_by_tag' => 'البحث عن طريق ترميز الأصل',
'maintenances' => 'الصيانة', 'maintenances' => 'الصيانة',
'manage_api_keys' => 'إدارة مفاتيح API', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'الشركة المصنعة', 'manufacturer' => 'الشركة المصنعة',
'manufacturers' => 'الشركات المصنعة', 'manufacturers' => 'الشركات المصنعة',
'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">بتطبيق نمط الكتابة من Github</a>.', 'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">بتطبيق نمط الكتابة من Github</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'اختر الكل', 'select_all' => 'اختر الكل',
'search' => 'بحث', 'search' => 'بحث',
'select_category' => 'اختر تصنيف', 'select_category' => 'اختر تصنيف',
'select_datasource' => 'حدد سجل البيانات', 'select_datasource' => 'Select a data source',
'select_department' => 'حدد قسم', 'select_department' => 'حدد قسم',
'select_depreciation' => 'حدد نوع الاستهلاك', 'select_depreciation' => 'حدد نوع الاستهلاك',
'select_location' => 'حدد موقعا', 'select_location' => 'حدد موقعا',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'تم توقيعه من قبل', 'signed_off_by' => 'تم توقيعه من قبل',
'skin' => 'المظهر', 'skin' => 'المظهر',
'webhook_msg_note' => 'سيتم إرسال إشعار عبر الربط البرمجي (webhook)', 'webhook_msg_note' => 'سيتم إرسال إشعار عبر الربط البرمجي (webhook)',
'webhook_test_msg' => 'مرحباً! يبدو أن تكامل :app مع Snipe-IT يعمل!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.', 'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.',
'site_name' => 'إسم الموقع', 'site_name' => 'إسم الموقع',
'state' => 'المنطقة / الولاية', 'state' => 'المنطقة / الولاية',
'status_labels' => 'تسميات الحالة', 'status_labels' => 'تسميات الحالة',
'status_label' => 'Status Label',
'status' => 'الحالة', 'status' => 'الحالة',
'accept_eula' => 'اتفاقية القبول', 'accept_eula' => 'اتفاقية القبول',
'supplier' => 'المورد', 'supplier' => 'المورد',
@ -339,16 +340,16 @@ return [
'view_all' => 'عرض الكل', 'view_all' => 'عرض الكل',
'hide_deleted' => 'إخفاء المحذوفة', 'hide_deleted' => 'إخفاء المحذوفة',
'email' => 'البريد الالكتروني', 'email' => 'البريد الالكتروني',
'do_not_change' => 'لا تقم بالتغيير', 'do_not_change' => 'Do not change',
'bug_report' => 'الإبلاغ عن خلل', 'bug_report' => 'Report a bug',
'user_manual' => 'دليل المستخدم', 'user_manual' => 'دليل المستخدم',
'setup_step_1' => 'الخطوة 1', 'setup_step_1' => 'الخطوة 1',
'setup_step_2' => 'الخطوة 2', 'setup_step_2' => 'الخطوة 2',
'setup_step_3' => 'الخطوة 3', 'setup_step_3' => 'الخطوة 3',
'setup_step_4' => 'الخطوة 4', 'setup_step_4' => 'الخطوة 4',
'setup_config_check' => 'التحقق من الاعدادات', 'setup_config_check' => 'التحقق من الاعدادات',
'setup_create_database' => 'إنشاء جداول قاعدة البيانات', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'إنشاء مستخدم مسؤول', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'إنتهى!', 'setup_done' => 'إنتهى!',
'bulk_edit_about_to' => 'أنت على وشك تحرير ما يلي: ', 'bulk_edit_about_to' => 'أنت على وشك تحرير ما يلي: ',
'checked_out' => 'استعارة', 'checked_out' => 'استعارة',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'الملايو', 'ms-MY'=> 'الملايو',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'المنغولية', 'mn-MN'=> 'المنغولية',
'no-NO'=> 'النرويجية', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'الفارسية', 'fa-IR'=> 'الفارسية',
'pl-PL'=> 'البولندية', 'pl-PL'=> 'البولندية',
'pt-PT'=> 'البرتغالية', 'pt-PT'=> 'البرتغالية',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'يجب أن يكون :attribute موجود.', 'present' => 'يجب أن يكون :attribute موجود.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'كلمة المرور الحالية غير صحيحة', 'hashed_pass' => 'كلمة المرور الحالية غير صحيحة',
'dumbpwd' => 'كلمة المرور هذه شائعة جدا.', 'dumbpwd' => 'كلمة المرور هذه شائعة جدا.',
'statuslabel_type' => 'يجب تحديد نوع تسمية حالة صالح', 'statuslabel_type' => 'يجب تحديد نوع تسمية حالة صالح',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Моля, проверете <a href="https://snipe-it.readme.io/reference" target="_blank">справката за API</a>, за да намерите конкретни API крайни точки и допълнителна API документация.', 'api_reference' => 'Моля, проверете <a href="https://snipe-it.readme.io/reference" target="_blank">справката за API</a>, за да намерите конкретни API крайни точки и допълнителна API документация.',
'profile_updated' => 'Акаунтът е актуализиран успешно', 'profile_updated' => 'Акаунтът е актуализиран успешно',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -28,7 +28,7 @@ return array(
'unavailable' => 'Аксесоарт не е наличен за изписване. Проверете наличното количество', 'unavailable' => 'Аксесоарт не е наличен за изписване. Проверете наличното количество',
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.', 'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.',
'checkout_qty' => array( 'checkout_qty' => array(
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.', 'lte' => 'В момента има само един наличен аксесоар от този вид и вие се опитвате да изпишете :checkout_qty. Моля коригирайте количеството или общата наличност и опитайте отново.|Има :number_currently_remaining броя налични аксесоари и вие се опитвате да изпишете :checkout_qty. Моля коригирайте количеството или общата наличност и опитайте отново.',
), ),
), ),

View file

@ -8,5 +8,5 @@ return array(
'remaining' => 'Остава', 'remaining' => 'Остава',
'total' => 'Oбщо', 'total' => 'Oбщо',
'update' => 'Обновяване на консуматив', 'update' => 'Обновяване на консуматив',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count', 'inventory_warning' => 'Наличноста на този консуматив е под зададения минимум от :min_count',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Местоположението не съществува.', 'does_not_exist' => 'Местоположението не съществува.',
'assoc_users' => 'Понастоящем това местоположение не може да се изтрие, защото е местоположението на запис за поне един актив или потребител, има присвоени към него активи или е родителското местоположение на друго местоположение. Моля, актуализирайте моделите си, за да не споменавате повече тази компания, и опитайте отново. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ', 'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.', 'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
'assigned_assets' => 'Изписани Активи', 'assigned_assets' => 'Изписани Активи',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app интеграцията е по избор, въпреки че крайната цел и канала са задължителни, ако искате да я ползате. За да се конфигурира :app интеграцията трябва първо да <a href=":webhook_link" target="_new" rel="noopener"> създадете входяща webhook</a> във вашият :app акаунт. Кликнете на <strong>Тест :app интеграция</strong> бутона за да потвърдите, че всичко работи преди да запишете настройките. ', 'webhook_integration_help' => ':app интеграцията е по избор, въпреки че крайната цел и канала са задължителни, ако искате да я ползате. За да се конфигурира :app интеграцията трябва първо да <a href=":webhook_link" target="_new" rel="noopener"> създадете входяща webhook</a> във вашият :app акаунт. Кликнете на <strong>Тест :app интеграция</strong> бутона за да потвърдите, че всичко работи преди да запишете настройките. ',
'webhook_integration_help_button' => 'След като запишите вашата информация за :app, ще се пояави тест бутон.', 'webhook_integration_help_button' => 'След като запишите вашата информация за :app, ще се пояави тест бутон.',
'webhook_test_help' => 'Тест за коректна конфигурация на :app интеграцията. НЕОБХОДИМО Е ПЪРВО ДА ЗАПИШЕТЕ :app НАСТРОЙКИТЕ.', 'webhook_test_help' => 'Тест за коректна конфигурация на :app интеграцията. НЕОБХОДИМО Е ПЪРВО ДА ЗАПИШЕТЕ :app НАСТРОЙКИТЕ.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Snipe-IT версия', 'snipe_version' => 'Snipe-IT версия',
'support_footer' => 'Връзки към Snipe-it поддръжката във футъра', 'support_footer' => 'Връзки към Snipe-it поддръжката във футъра',
'support_footer_help' => 'Указва визуализацията на връзки към поддръжката на Snipe-IT и потребителската документация', 'support_footer_help' => 'Указва визуализацията на връзки към поддръжката на Snipe-IT и потребителската документация',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Да, потвърди възстановяването. Това ще презапише цялата информация в датабазата и ще отпише всички вписани потребители включително вас.', 'restore_warning' => 'Да, потвърди възстановяването. Това ще презапише цялата информация в датабазата и ще отпише всички вписани потребители включително вас.',
'restore_confirm' => 'Сигурни ли сте че искате да възстановите датабазата от :filename?' 'restore_confirm' => 'Сигурни ли сте че искате да възстановите датабазата от :filename?'
], ],
'restore' => [
'success' => 'Вашият системен архив беше възстановен. Моля влезте отново.'
],
'purge' => [ 'purge' => [
'error' => 'Възникна грешка при пречистване. ', 'error' => 'Възникна грешка при пречистване. ',
'validation_failed' => 'Потвърждението ви за пречистване не неправилно. Моля напишете думата "DELETE" в клетката за потвърждаване.', 'validation_failed' => 'Потвърждението ви за пречистване не неправилно. Моля напишете думата "DELETE" в клетката за потвърждаване.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Консумативи', 'consumables' => 'Консумативи',
'country' => 'Държава', 'country' => 'Държава',
'could_not_restore' => 'Грешка при възстановяване :item_type: :error', 'could_not_restore' => 'Грешка при възстановяване :item_type: :error',
'not_deleted' => ':item_type е изтрит и не може да се възстанови', 'not_deleted' => ':item_type не е изтрит и не може да бъде възстановен',
'create' => 'Създаване на нов', 'create' => 'Създаване на нов',
'created' => 'Създадени артикули', 'created' => 'Създадени артикули',
'created_asset' => 'създадени активи', 'created_asset' => 'създадени активи',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Фамилия и Първа буква от име (ivanov_i@example.com)', 'lastname_firstinitial' => 'Фамилия и Първа буква от име (ivanov_i@example.com)',
'firstinitial.lastname' => 'Първа буква от името и Фамилия (i.ivanov@example.com)', 'firstinitial.lastname' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
'firstnamelastinitial' => 'Име и първа буква от фамилия (ivani@example.com)', 'firstnamelastinitial' => 'Име и първа буква от фамилия (ivani@example.com)',
'lastnamefirstname' => 'Фамилно име Собствено име (smith.jane@example.com)', 'lastnamefirstname' => 'Фамилно име.Собствено име (smith.jane@example.com)',
'first_name' => 'Собствено име', 'first_name' => 'Собствено име',
'first_name_format' => 'Име (jane@example.com)', 'first_name_format' => 'Име (jane@example.com)',
'files' => 'Файлове', 'files' => 'Файлове',
@ -156,7 +156,7 @@ return [
'image_delete' => 'Изтриване на изображението', 'image_delete' => 'Изтриване на изображението',
'include_deleted' => 'Включително изтрити активи', 'include_deleted' => 'Включително изтрити активи',
'image_upload' => 'Качване на изображение', 'image_upload' => 'Качване на изображение',
'filetypes_accepted_help' => озволенo разширенe на файлa :types. Максимално позволен размер :size.|Позволени разширения на файлове са :types. Максимално позволен размер :size.', 'filetypes_accepted_help' => озволенoто разширенe на файлa е :types. Максимално позволения размер е :size.|Позволените разширения на файловете са :types. Максимално позволен размер :size.',
'filetypes_size_help' => 'Максимално позволен размер на файла е :size.', 'filetypes_size_help' => 'Максимално позволен размер на файла е :size.',
'image_filetypes_help' => 'Допустимите файлови типове са jpg, webp, png, gif, svg и avif. Максималният разрешен размер за качване е :size.', 'image_filetypes_help' => 'Допустимите файлови типове са jpg, webp, png, gif, svg и avif. Максималният разрешен размер за качване е :size.',
'unaccepted_image_type' => 'Снимката не може да се прочете. Типовете файлови разширения са jpg, webp, png, gif и svg. Разширението на този файл е :mimetype.', 'unaccepted_image_type' => 'Снимката не може да се прочете. Типовете файлови разширения са jpg, webp, png, gif и svg. Разширението на този файл е :mimetype.',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Налични лицензи', 'licenses_available' => 'Налични лицензи',
'licenses' => 'Лицензи', 'licenses' => 'Лицензи',
'list_all' => 'Преглед на всички', 'list_all' => 'Преглед на всички',
'loading' => 'Зареждане... моля изчакайте....', 'loading' => 'Зареждане... моля изчакайте...',
'lock_passwords' => 'В демо версията това поле няма да се запише.', 'lock_passwords' => 'В демо версията това поле няма да се запише.',
'feature_disabled' => 'Тази функция е забранена за демо инсталацията.', 'feature_disabled' => 'Тази функция е забранена за демо инсталацията.',
'location' => 'Местоположение', 'location' => 'Местоположение',
@ -279,6 +279,7 @@ return [
'site_name' => 'Име на системата', 'site_name' => 'Име на системата',
'state' => 'Област', 'state' => 'Област',
'status_labels' => 'Статус етикети', 'status_labels' => 'Статус етикети',
'status_label' => 'Status Label',
'status' => 'Статус', 'status' => 'Статус',
'accept_eula' => 'Споразумение за приемане', 'accept_eula' => 'Споразумение за приемане',
'supplier' => 'Доставчик', 'supplier' => 'Доставчик',
@ -552,11 +553,11 @@ return [
], ],
'more_info' => 'Повече информация', 'more_info' => 'Повече информация',
'quickscan_bulk_help' => 'Поставянето на отметка в това квадратче ще редактира записа на актива, за да отрази това ново местоположение. Оставянето му без отметка просто ще отбележи местоположението в журнала за проверка. Обърнете внимание, че ако този актив бъде извлечен, той няма да промени местоположението на лицето, актива или местоположението, към които е извлечен.', 'quickscan_bulk_help' => 'Поставянето на отметка в това квадратче ще редактира записа на актива, за да отрази това ново местоположение. Оставянето му без отметка просто ще отбележи местоположението в журнала за проверка. Обърнете внимание, че ако този актив бъде извлечен, той няма да промени местоположението на лицето, актива или местоположението, към които е извлечен.',
'whoops' => 'Whoops!', 'whoops' => 'Упс!',
'something_went_wrong' => 'Something went wrong with your request.', 'something_went_wrong' => 'При обработката нещо се обърка.',
'close' => 'Close', 'close' => 'Затвори',
'expires' => 'Изтича', 'expires' => 'Изтича',
'map_fields'=> 'Map :item_type Field', 'map_fields'=> 'Map :item_type Field',
'remaining_var' => ':count Remaining', 'remaining_var' => 'остават :count',
]; ];

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Малайски', 'ms-MY'=> 'Малайски',
'mi-NZ'=> 'Маори', 'mi-NZ'=> 'Маори',
'mn-MN'=> 'Монголски', 'mn-MN'=> 'Монголски',
'no-NO'=> 'Норвежки', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Персийски', 'fa-IR'=> 'Персийски',
'pl-PL'=> 'Полски', 'pl-PL'=> 'Полски',
'pt-PT'=> 'Португалски', 'pt-PT'=> 'Португалски',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'Полето на атрибута трябва да е налице.', 'present' => 'Полето на атрибута трябва да е налице.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Текущата ви парола е неправилна', 'hashed_pass' => 'Текущата ви парола е неправилна',
'dumbpwd' => 'Тази парола е твърде често срещана.', 'dumbpwd' => 'Тази парола е твърде често срещана.',
'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието', 'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Location does not exist.', 'does_not_exist' => 'Location does not exist.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets', 'assigned_assets' => 'Assigned Assets',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'Snipe-IT version',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'An error has occurred while purging. ', 'error' => 'An error has occurred while purging. ',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Consumibles', 'consumables' => 'Consumibles',
'country' => 'País', 'country' => 'País',
'could_not_restore' => 'Error restoring :item_type: :error', 'could_not_restore' => 'Error restoring :item_type: :error',
'not_deleted' => 'The :item_type is not deleted so it cannot be restored', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Crea nou', 'create' => 'Crea nou',
'created' => 'Item Created', 'created' => 'Item Created',
'created_asset' => 'recurs creat', 'created_asset' => 'recurs creat',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.', 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
'delete' => 'Suprimeix', 'delete' => 'Suprimeix',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'Are you sure you wish to delete :item?',
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'S\'ha suprimit', 'deleted' => 'S\'ha suprimit',
'delete_seats' => 'Deleted Seats', 'delete_seats' => 'Deleted Seats',
'deletion_failed' => 'Deletion failed', 'deletion_failed' => 'Deletion failed',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'First Name', 'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files', 'files' => 'Files',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Delete Image', 'image_delete' => 'Delete Image',
'include_deleted' => 'Include Deleted Assets', 'include_deleted' => 'Include Deleted Assets',
'image_upload' => 'Upload Image', 'image_upload' => 'Upload Image',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
'import' => 'Import', 'import' => 'Import',
'import_this_file' => 'Map fields and process this file', 'import_this_file' => 'Map fields and process this file',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Licenses available', 'licenses_available' => 'Licenses available',
'licenses' => 'Licenses', 'licenses' => 'Licenses',
'list_all' => 'List All', 'list_all' => 'List All',
'loading' => 'Loading... please wait....', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'This field value will not be saved in a demo installation.', 'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'This feature has been disabled for the demo installation.', 'feature_disabled' => 'This feature has been disabled for the demo installation.',
'location' => 'Location', 'location' => 'Location',
@ -193,7 +193,7 @@ return [
'logout' => 'Logout', 'logout' => 'Logout',
'lookup_by_tag' => 'Cercar per Etiqueta de Recurs', 'lookup_by_tag' => 'Cercar per Etiqueta de Recurs',
'maintenances' => 'Maintenances', 'maintenances' => 'Maintenances',
'manage_api_keys' => 'Manage API Keys', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'Manufacturer', 'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers', 'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Select All', 'select_all' => 'Select All',
'search' => 'Search', 'search' => 'Search',
'select_category' => 'Select a Category', 'select_category' => 'Select a Category',
'select_datasource' => 'Select a Datasource', 'select_datasource' => 'Select a data source',
'select_department' => 'Select a Department', 'select_department' => 'Select a Department',
'select_depreciation' => 'Select a Depreciation Type', 'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location', 'select_location' => 'Select a Location',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Signed Off By', 'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'A notification will be sent via webhook', 'webhook_msg_note' => 'A notification will be sent via webhook',
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
'site_name' => 'Site Name', 'site_name' => 'Site Name',
'state' => 'State', 'state' => 'State',
'status_labels' => 'Status Labels', 'status_labels' => 'Status Labels',
'status_label' => 'Status Label',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Acceptance Agreement', 'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Supplier', 'supplier' => 'Supplier',
@ -339,16 +340,16 @@ return [
'view_all' => 'view all', 'view_all' => 'view all',
'hide_deleted' => 'Hide Deleted', 'hide_deleted' => 'Hide Deleted',
'email' => 'Email', 'email' => 'Email',
'do_not_change' => 'Do Not Change', 'do_not_change' => 'Do not change',
'bug_report' => 'Report a Bug', 'bug_report' => 'Report a bug',
'user_manual' => 'User\'s Manual', 'user_manual' => 'User\'s Manual',
'setup_step_1' => 'Step 1', 'setup_step_1' => 'Step 1',
'setup_step_2' => 'Step 2', 'setup_step_2' => 'Step 2',
'setup_step_3' => 'Step 3', 'setup_step_3' => 'Step 3',
'setup_step_4' => 'Step 4', 'setup_step_4' => 'Step 4',
'setup_config_check' => 'Configuration Check', 'setup_config_check' => 'Configuration Check',
'setup_create_database' => 'Create Database Tables', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Create Admin User', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Finished!', 'setup_done' => 'Finished!',
'bulk_edit_about_to' => 'You are about to edit the following: ', 'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Checked Out', 'checked_out' => 'Checked Out',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malay', 'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian', 'mn-MN'=> 'Mongolian',
'no-NO'=> 'Norwegian', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian', 'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish', 'pl-PL'=> 'Polish',
'pt-PT'=> 'Portuguese', 'pt-PT'=> 'Portuguese',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'The :attribute field must be present.', 'present' => 'The :attribute field must be present.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Your current password is incorrect', 'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type', 'statuslabel_type' => 'You must select a valid status label type',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Location does not exist.', 'does_not_exist' => 'Location does not exist.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets', 'assigned_assets' => 'Assigned Assets',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'Snipe-IT version',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'An error has occurred while purging. ', 'error' => 'An error has occurred while purging. ',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Consumables', 'consumables' => 'Consumables',
'country' => 'Country', 'country' => 'Country',
'could_not_restore' => 'Error restoring :item_type: :error', 'could_not_restore' => 'Error restoring :item_type: :error',
'not_deleted' => 'The :item_type is not deleted so it cannot be restored', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Create New', 'create' => 'Create New',
'created' => 'Item Created', 'created' => 'Item Created',
'created_asset' => 'created asset', 'created_asset' => 'created asset',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.', 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
'delete' => 'Delete', 'delete' => 'Delete',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'Are you sure you wish to delete :item?',
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'Deleted', 'deleted' => 'Deleted',
'delete_seats' => 'Deleted Seats', 'delete_seats' => 'Deleted Seats',
'deletion_failed' => 'Deletion failed', 'deletion_failed' => 'Deletion failed',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'First Name', 'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files', 'files' => 'Files',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Delete Image', 'image_delete' => 'Delete Image',
'include_deleted' => 'Include Deleted Assets', 'include_deleted' => 'Include Deleted Assets',
'image_upload' => 'Upload Image', 'image_upload' => 'Upload Image',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
'import' => 'Import', 'import' => 'Import',
'import_this_file' => 'Map fields and process this file', 'import_this_file' => 'Map fields and process this file',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Licenses available', 'licenses_available' => 'Licenses available',
'licenses' => 'Licenses', 'licenses' => 'Licenses',
'list_all' => 'List All', 'list_all' => 'List All',
'loading' => 'Loading... please wait....', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'This field value will not be saved in a demo installation.', 'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'This feature has been disabled for the demo installation.', 'feature_disabled' => 'This feature has been disabled for the demo installation.',
'location' => 'Location', 'location' => 'Location',
@ -193,7 +193,7 @@ return [
'logout' => 'Logout', 'logout' => 'Logout',
'lookup_by_tag' => 'Lookup by Asset Tag', 'lookup_by_tag' => 'Lookup by Asset Tag',
'maintenances' => 'Maintenances', 'maintenances' => 'Maintenances',
'manage_api_keys' => 'Manage API Keys', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'Manufacturer', 'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers', 'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Select All', 'select_all' => 'Select All',
'search' => 'Search', 'search' => 'Search',
'select_category' => 'Select a Category', 'select_category' => 'Select a Category',
'select_datasource' => 'Select a Datasource', 'select_datasource' => 'Select a data source',
'select_department' => 'Select a Department', 'select_department' => 'Select a Department',
'select_depreciation' => 'Select a Depreciation Type', 'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location', 'select_location' => 'Select a Location',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Signed Off By', 'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'A notification will be sent via webhook', 'webhook_msg_note' => 'A notification will be sent via webhook',
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
'site_name' => 'Site Name', 'site_name' => 'Site Name',
'state' => 'State', 'state' => 'State',
'status_labels' => 'Status Labels', 'status_labels' => 'Status Labels',
'status_label' => 'Status Label',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Acceptance Agreement', 'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Supplier', 'supplier' => 'Supplier',
@ -339,16 +340,16 @@ return [
'view_all' => 'view all', 'view_all' => 'view all',
'hide_deleted' => 'Hide Deleted', 'hide_deleted' => 'Hide Deleted',
'email' => 'Email', 'email' => 'Email',
'do_not_change' => 'Do Not Change', 'do_not_change' => 'Do not change',
'bug_report' => 'Report a Bug', 'bug_report' => 'Report a bug',
'user_manual' => 'User\'s Manual', 'user_manual' => 'User\'s Manual',
'setup_step_1' => 'Step 1', 'setup_step_1' => 'Step 1',
'setup_step_2' => 'Step 2', 'setup_step_2' => 'Step 2',
'setup_step_3' => 'Step 3', 'setup_step_3' => 'Step 3',
'setup_step_4' => 'Step 4', 'setup_step_4' => 'Step 4',
'setup_config_check' => 'Configuration Check', 'setup_config_check' => 'Configuration Check',
'setup_create_database' => 'Create Database Tables', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Create Admin User', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Finished!', 'setup_done' => 'Finished!',
'bulk_edit_about_to' => 'You are about to edit the following: ', 'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Checked Out', 'checked_out' => 'Checked Out',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malay', 'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian', 'mn-MN'=> 'Mongolian',
'no-NO'=> 'Norwegian', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian', 'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish', 'pl-PL'=> 'Polish',
'pt-PT'=> 'Portuguese', 'pt-PT'=> 'Portuguese',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'The :attribute field must be present.', 'present' => 'The :attribute field must be present.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Your current password is incorrect', 'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type', 'statuslabel_type' => 'You must select a valid status label type',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Místo neexistuje.', 'does_not_exist' => 'Místo neexistuje.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Toto umístění je spojeno s alespoň jedním majetkem a nemůže být smazáno. Aktualizujte majetky tak aby nenáleželi k tomuto umístění a zkuste to znovu. ', 'assoc_assets' => 'Toto umístění je spojeno s alespoň jedním majetkem a nemůže být smazáno. Aktualizujte majetky tak aby nenáleželi k tomuto umístění a zkuste to znovu. ',
'assoc_child_loc' => 'Toto umístění je nadřazené alespoň jednomu umístění a nelze jej smazat. Aktualizujte své umístění tak, aby na toto umístění již neodkazovalo a zkuste to znovu. ', 'assoc_child_loc' => 'Toto umístění je nadřazené alespoň jednomu umístění a nelze jej smazat. Aktualizujte své umístění tak, aby na toto umístění již neodkazovalo a zkuste to znovu. ',
'assigned_assets' => 'Přiřazený majetek', 'assigned_assets' => 'Přiřazený majetek',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integrace je volitelná, ale koncový bod a kanál jsou vyžadovány, pokud jej chcete používat. Chcete-li konfigurovat integraci :app, musíte nejprve <a href=":webhook_link" target="_new" rel="noopener">vytvořit příchozí webový háček</a> na vašem účtu :app. Klikněte na tlačítko <strong>Test :app Integration</strong> pro potvrzení správného nastavení před uložením. ', 'webhook_integration_help' => ':app integrace je volitelná, ale koncový bod a kanál jsou vyžadovány, pokud jej chcete používat. Chcete-li konfigurovat integraci :app, musíte nejprve <a href=":webhook_link" target="_new" rel="noopener">vytvořit příchozí webový háček</a> na vašem účtu :app. Klikněte na tlačítko <strong>Test :app Integration</strong> pro potvrzení správného nastavení před uložením. ',
'webhook_integration_help_button' => 'Jakmile uložíte informace :app, objeví se testovací tlačítko.', 'webhook_integration_help_button' => 'Jakmile uložíte informace :app, objeví se testovací tlačítko.',
'webhook_test_help' => 'Vyzkoušejte, zda je vaše integrace :app správně nakonfigurována. MŮŽE MŮŽE MŮŽE VÁŠ AKTUALIZOVAT :app NASTAVENÍ FIRST.', 'webhook_test_help' => 'Vyzkoušejte, zda je vaše integrace :app správně nakonfigurována. MŮŽE MŮŽE MŮŽE VÁŠ AKTUALIZOVAT :app NASTAVENÍ FIRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Verze Snipe-IT', 'snipe_version' => 'Verze Snipe-IT',
'support_footer' => 'Odkazy v zápatí na podporu ', 'support_footer' => 'Odkazy v zápatí na podporu ',
'support_footer_help' => 'Určete, kdo uvidí odkazy na Snipe-IT podporu a uživatelskou příručku', 'support_footer_help' => 'Určete, kdo uvidí odkazy na Snipe-IT podporu a uživatelskou příručku',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Ano, obnovit. Potvrzuji, že toto přepíše existující data v databázi. Tato akce taky odhlásí všechny uživatele (včetně vás).', 'restore_warning' => 'Ano, obnovit. Potvrzuji, že toto přepíše existující data v databázi. Tato akce taky odhlásí všechny uživatele (včetně vás).',
'restore_confirm' => 'Jste si jisti, že chcete obnovit databázi z :filename?' 'restore_confirm' => 'Jste si jisti, že chcete obnovit databázi z :filename?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'Během čištění došlo k chybě. ', 'error' => 'Během čištění došlo k chybě. ',
'validation_failed' => 'Vaše potvrzení o čištění je nesprávné. Zadejte prosím slovo "DELETE" do potvrzovacího rámečku.', 'validation_failed' => 'Vaše potvrzení o čištění je nesprávné. Zadejte prosím slovo "DELETE" do potvrzovacího rámečku.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Spotřební materiál', 'consumables' => 'Spotřební materiál',
'country' => 'Země', 'country' => 'Země',
'could_not_restore' => 'Chyba při obnově :item_type: :chyba', 'could_not_restore' => 'Chyba při obnově :item_type: :chyba',
'not_deleted' => ':item_type není odstraněn, takže nemůže být obnoven', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Vytvořit nové', 'create' => 'Vytvořit nové',
'created' => 'Položka vytvořena', 'created' => 'Položka vytvořena',
'created_asset' => 'vytvořit majetek', 'created_asset' => 'vytvořit majetek',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'Tato aplikace běží ve výrobním režimu s povoleným laděním. To znamená že citlivá data mohou být přístupná vnějšímu světu. Deaktivujte režim ladění nastavením hodnoty <code>APP_DEBUG</code> v souboru <code>.env</code> na <code>false</code>.', 'debug_warning_text' => 'Tato aplikace běží ve výrobním režimu s povoleným laděním. To znamená že citlivá data mohou být přístupná vnějšímu světu. Deaktivujte režim ladění nastavením hodnoty <code>APP_DEBUG</code> v souboru <code>.env</code> na <code>false</code>.',
'delete' => 'Odstranit', 'delete' => 'Odstranit',
'delete_confirm' => 'Opravdu chcete smazat :item?', 'delete_confirm' => 'Opravdu chcete smazat :item?',
'delete_confirm_no_undo' => 'Opravdu chcete odstranit :item? Tuto operaci nelze zvrátit.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'Odstraněno', 'deleted' => 'Odstraněno',
'delete_seats' => 'Vymazaná licenční místa', 'delete_seats' => 'Vymazaná licenční místa',
'deletion_failed' => 'Odstranění se nezdařilo', 'deletion_failed' => 'Odstranění se nezdařilo',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Příjmení Iniciál (novak_j@example.com)', 'lastname_firstinitial' => 'Příjmení Iniciál (novak_j@example.com)',
'firstinitial.lastname' => 'Iniciál Príjmení (j.novak@example.com)', 'firstinitial.lastname' => 'Iniciál Príjmení (j.novak@example.com)',
'firstnamelastinitial' => 'Jméno Iniciál(josefn@example.com)', 'firstnamelastinitial' => 'Jméno Iniciál(josefn@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'Jméno', 'first_name' => 'Jméno',
'first_name_format' => 'Jméno (jane@example.com)', 'first_name_format' => 'Jméno (jane@example.com)',
'files' => 'Soubory', 'files' => 'Soubory',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Smazat obrázek', 'image_delete' => 'Smazat obrázek',
'include_deleted' => 'Zahrnout odstraněné položky', 'include_deleted' => 'Zahrnout odstraněné položky',
'image_upload' => 'Nahrát obrázek', 'image_upload' => 'Nahrát obrázek',
'filetypes_accepted_help' => 'Přijatý typ souboru je :types. Maximální povolená velikost nahrávání je :size.|Přijaté typy souborů jsou :types. Maximální povolená velikost nahrávání je :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Maximální povolená velikost nahrávání je :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'Soubor s obrázkem nebyl čitelný. Přijatelné druhy souborů jsou jpg, webp, png, gif, a svg. Tento soubor je druhu: :mimetype.', 'unaccepted_image_type' => 'Soubor s obrázkem nebyl čitelný. Přijatelné druhy souborů jsou jpg, webp, png, gif, a svg. Tento soubor je druhu: :mimetype.',
'import' => 'Import', 'import' => 'Import',
'import_this_file' => 'Mapa polí a zpracovávat tento soubor', 'import_this_file' => 'Mapa polí a zpracovávat tento soubor',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Dostupné licence', 'licenses_available' => 'Dostupné licence',
'licenses' => 'Licence', 'licenses' => 'Licence',
'list_all' => 'Vypsat vše', 'list_all' => 'Vypsat vše',
'loading' => 'Načítání, čekejte prosím...', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'Tato hodnota pole nebude uložena v ukázkové instalaci.', 'lock_passwords' => 'Tato hodnota pole nebude uložena v ukázkové instalaci.',
'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.', 'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.',
'location' => 'Lokalita', 'location' => 'Lokalita',
@ -193,7 +193,7 @@ return [
'logout' => 'Odhlásit', 'logout' => 'Odhlásit',
'lookup_by_tag' => 'Vyhledávání podle značky majetku', 'lookup_by_tag' => 'Vyhledávání podle značky majetku',
'maintenances' => 'Údržby', 'maintenances' => 'Údržby',
'manage_api_keys' => 'Spravovat API klíče', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'Výrobce', 'manufacturer' => 'Výrobce',
'manufacturers' => 'Výrobci', 'manufacturers' => 'Výrobci',
'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Vybrat vše', 'select_all' => 'Vybrat vše',
'search' => 'Hledat', 'search' => 'Hledat',
'select_category' => 'Vyberte kategorii', 'select_category' => 'Vyberte kategorii',
'select_datasource' => 'Vyberte datový soubor', 'select_datasource' => 'Select a data source',
'select_department' => 'Vyberte Oddělení', 'select_department' => 'Vyberte Oddělení',
'select_depreciation' => 'Zvolit typ amortizace', 'select_depreciation' => 'Zvolit typ amortizace',
'select_location' => 'Zvolit místo', 'select_location' => 'Zvolit místo',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Odepsal:', 'signed_off_by' => 'Odepsal:',
'skin' => 'Vzhled', 'skin' => 'Vzhled',
'webhook_msg_note' => 'Oznámení zavolá webhook', 'webhook_msg_note' => 'Oznámení zavolá webhook',
'webhook_test_msg' => 'Ah haj! Vypadá to, že vaše :app integrace se Snipe-IT funguje!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.', 'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.',
'site_name' => 'Název lokality', 'site_name' => 'Název lokality',
'state' => 'Stát', 'state' => 'Stát',
'status_labels' => 'Označení stavu', 'status_labels' => 'Označení stavu',
'status_label' => 'Status Label',
'status' => 'Stav', 'status' => 'Stav',
'accept_eula' => 'Licenční podmínky', 'accept_eula' => 'Licenční podmínky',
'supplier' => 'Dodavatel', 'supplier' => 'Dodavatel',
@ -339,16 +340,16 @@ return [
'view_all' => 'zobrazit vše', 'view_all' => 'zobrazit vše',
'hide_deleted' => 'Skrýt smazané', 'hide_deleted' => 'Skrýt smazané',
'email' => 'Email', 'email' => 'Email',
'do_not_change' => 'Neměnit', 'do_not_change' => 'Do not change',
'bug_report' => 'Nahlásit chybu', 'bug_report' => 'Report a bug',
'user_manual' => 'Uživatelská příručka', 'user_manual' => 'Uživatelská příručka',
'setup_step_1' => 'Krok 1', 'setup_step_1' => 'Krok 1',
'setup_step_2' => 'Krok 2', 'setup_step_2' => 'Krok 2',
'setup_step_3' => 'Krok 3', 'setup_step_3' => 'Krok 3',
'setup_step_4' => 'Krok 4', 'setup_step_4' => 'Krok 4',
'setup_config_check' => 'Kontrola konfigurace', 'setup_config_check' => 'Kontrola konfigurace',
'setup_create_database' => 'Vytvořit databázové tabulky', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Vytvořit administrátora', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Hotovo!', 'setup_done' => 'Hotovo!',
'bulk_edit_about_to' => 'Tímto upravíte následující možnosti: ', 'bulk_edit_about_to' => 'Tímto upravíte následující možnosti: ',
'checked_out' => 'K výdeji', 'checked_out' => 'K výdeji',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malajština', 'ms-MY'=> 'Malajština',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolština', 'mn-MN'=> 'Mongolština',
'no-NO'=> 'Norština', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Perština', 'fa-IR'=> 'Perština',
'pl-PL'=> 'Polština', 'pl-PL'=> 'Polština',
'pt-PT'=> 'Portugalština', 'pt-PT'=> 'Portugalština',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'Pole atributu musí být přítomno.', 'present' => 'Pole atributu musí být přítomno.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Vaše současné heslo je nesprávné', 'hashed_pass' => 'Vaše současné heslo je nesprávné',
'dumbpwd' => 'Toto heslo je příliš běžné.', 'dumbpwd' => 'Toto heslo je příliš běžné.',
'statuslabel_type' => 'Musíte vybrat platný typ štítku stavu', 'statuslabel_type' => 'Musíte vybrat platný typ štítku stavu',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Nid yw\'r lleoliad yn bodoli.', 'does_not_exist' => 'Nid yw\'r lleoliad yn bodoli.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ', 'assoc_assets' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assoc_child_loc' => 'Mae\'r lleoliad yma yn rhiant i oleiaf un lleoliad a nid yw\'n bosib dileu. Diweddarwch eich lleoliadau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ', 'assoc_child_loc' => 'Mae\'r lleoliad yma yn rhiant i oleiaf un lleoliad a nid yw\'n bosib dileu. Diweddarwch eich lleoliadau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assigned_assets' => 'Assigned Assets', 'assigned_assets' => 'Assigned Assets',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Fersiwn Snipe-IT', 'snipe_version' => 'Fersiwn Snipe-IT',
'support_footer' => 'Cefnogi lincs ar waelod tudalenau ', 'support_footer' => 'Cefnogi lincs ar waelod tudalenau ',
'support_footer_help' => 'Nodi pwy sydd yn gallu gweld y wybodaeth cefnogi ar canllaw defnyddwyr', 'support_footer_help' => 'Nodi pwy sydd yn gallu gweld y wybodaeth cefnogi ar canllaw defnyddwyr',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).', 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?' 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'Gwall wedi digwydd wrth glirio. ', 'error' => 'Gwall wedi digwydd wrth glirio. ',
'validation_failed' => 'Mae eich cadarnhad i clirio yn anghywir. Teipiwch y gair "DELETE" yn y bocs cadarnhad.', 'validation_failed' => 'Mae eich cadarnhad i clirio yn anghywir. Teipiwch y gair "DELETE" yn y bocs cadarnhad.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Nwyddau traul', 'consumables' => 'Nwyddau traul',
'country' => 'Gwlad', 'country' => 'Gwlad',
'could_not_restore' => 'Error restoring :item_type: :error', 'could_not_restore' => 'Error restoring :item_type: :error',
'not_deleted' => 'The :item_type is not deleted so it cannot be restored', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Creu newydd', 'create' => 'Creu newydd',
'created' => 'Eitem wedi\'i Greu', 'created' => 'Eitem wedi\'i Greu',
'created_asset' => 'ased wedi creu', 'created_asset' => 'ased wedi creu',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'Mae\'r cymhwysiad hwn yn rhedeg yn y modd cynhyrchu gyda debugging wedi\'i alluogi. Gall hyn ddatgelu data sensitif os yw\'ch cais yn hygyrch i\'r byd y tu allan. Analluoga modd dadfygio trwy osod y <code>APP_DEBUG</code> gwerth yn <code>.env</code> ffeil i<code>false</code>.', 'debug_warning_text' => 'Mae\'r cymhwysiad hwn yn rhedeg yn y modd cynhyrchu gyda debugging wedi\'i alluogi. Gall hyn ddatgelu data sensitif os yw\'ch cais yn hygyrch i\'r byd y tu allan. Analluoga modd dadfygio trwy osod y <code>APP_DEBUG</code> gwerth yn <code>.env</code> ffeil i<code>false</code>.',
'delete' => 'Dileu', 'delete' => 'Dileu',
'delete_confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r :item?', 'delete_confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r :item?',
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'Wedi Dileu', 'deleted' => 'Wedi Dileu',
'delete_seats' => 'Seddi wedi dileu', 'delete_seats' => 'Seddi wedi dileu',
'deletion_failed' => 'Deletion failed', 'deletion_failed' => 'Deletion failed',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)', 'firstinitial.lastname' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'Enw cyntaf', 'first_name' => 'Enw cyntaf',
'first_name_format' => 'Enw Cyntaf (jane@example.com)', 'first_name_format' => 'Enw Cyntaf (jane@example.com)',
'files' => 'Ffeiliau', 'files' => 'Ffeiliau',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Dileu Delwedd', 'image_delete' => 'Dileu Delwedd',
'include_deleted' => 'Include Deleted Assets', 'include_deleted' => 'Include Deleted Assets',
'image_upload' => 'Uwchlwytho delwedd', 'image_upload' => 'Uwchlwytho delwedd',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
'import' => 'Mewnforio', 'import' => 'Mewnforio',
'import_this_file' => 'Map fields and process this file', 'import_this_file' => 'Map fields and process this file',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Licenses available', 'licenses_available' => 'Licenses available',
'licenses' => 'Trwyddedau', 'licenses' => 'Trwyddedau',
'list_all' => 'Rhestru holl', 'list_all' => 'Rhestru holl',
'loading' => 'Loading... please wait....', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'This field value will not be saved in a demo installation.', 'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'Mae\'r nodwedd hon wedi\'i anablu ar gyfer y gosodiad demo.', 'feature_disabled' => 'Mae\'r nodwedd hon wedi\'i anablu ar gyfer y gosodiad demo.',
'location' => 'Lleoliad', 'location' => 'Lleoliad',
@ -193,7 +193,7 @@ return [
'logout' => 'Allgofnodi', 'logout' => 'Allgofnodi',
'lookup_by_tag' => 'Chwilio gan tag ased', 'lookup_by_tag' => 'Chwilio gan tag ased',
'maintenances' => 'Cynnal a Chadw', 'maintenances' => 'Cynnal a Chadw',
'manage_api_keys' => 'Manage API Keys', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'Gwneuthyrwr', 'manufacturer' => 'Gwneuthyrwr',
'manufacturers' => 'Gwneuthyrwr', 'manufacturers' => 'Gwneuthyrwr',
'markdown' => 'Mae\'r maes yma yn derbyn<a href="https://help.github.com/articles/github-flavored-markdown/">markdown GitHub</a>.', 'markdown' => 'Mae\'r maes yma yn derbyn<a href="https://help.github.com/articles/github-flavored-markdown/">markdown GitHub</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Dewis Popeth', 'select_all' => 'Dewis Popeth',
'search' => 'Chwilio', 'search' => 'Chwilio',
'select_category' => 'Dewis Categorï', 'select_category' => 'Dewis Categorï',
'select_datasource' => 'Select a Datasource', 'select_datasource' => 'Select a data source',
'select_department' => 'Dewsi Adran', 'select_department' => 'Dewsi Adran',
'select_depreciation' => 'Dewis math o dibrisiant', 'select_depreciation' => 'Dewis math o dibrisiant',
'select_location' => 'Dewis lleoliad', 'select_location' => 'Dewis lleoliad',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Signed Off By', 'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'A notification will be sent via webhook', 'webhook_msg_note' => 'A notification will be sent via webhook',
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'MODE DEMO: Mae rhai nodweddion wedi analluogi ar gyfer y gosodiad hwn.', 'some_features_disabled' => 'MODE DEMO: Mae rhai nodweddion wedi analluogi ar gyfer y gosodiad hwn.',
'site_name' => 'Enw Safle', 'site_name' => 'Enw Safle',
'state' => 'Talaith', 'state' => 'Talaith',
'status_labels' => 'Labeli Statws', 'status_labels' => 'Labeli Statws',
'status_label' => 'Status Label',
'status' => 'Statws', 'status' => 'Statws',
'accept_eula' => 'Acceptance Agreement', 'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Cyflenwr', 'supplier' => 'Cyflenwr',
@ -339,16 +340,16 @@ return [
'view_all' => 'view all', 'view_all' => 'view all',
'hide_deleted' => 'Hide Deleted', 'hide_deleted' => 'Hide Deleted',
'email' => 'Ebost', 'email' => 'Ebost',
'do_not_change' => 'Do Not Change', 'do_not_change' => 'Do not change',
'bug_report' => 'Report a Bug', 'bug_report' => 'Report a bug',
'user_manual' => 'User\'s Manual', 'user_manual' => 'User\'s Manual',
'setup_step_1' => 'Step 1', 'setup_step_1' => 'Step 1',
'setup_step_2' => 'Step 2', 'setup_step_2' => 'Step 2',
'setup_step_3' => 'Step 3', 'setup_step_3' => 'Step 3',
'setup_step_4' => 'Step 4', 'setup_step_4' => 'Step 4',
'setup_config_check' => 'Configuration Check', 'setup_config_check' => 'Configuration Check',
'setup_create_database' => 'Create Database Tables', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Create Admin User', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Finished!', 'setup_done' => 'Finished!',
'bulk_edit_about_to' => 'You are about to edit the following: ', 'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Allan', 'checked_out' => 'Allan',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malay', 'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian', 'mn-MN'=> 'Mongolian',
'no-NO'=> 'Norwegian', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian', 'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish', 'pl-PL'=> 'Polish',
'pt-PT'=> 'Portuguese', 'pt-PT'=> 'Portuguese',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'Rhaid i\'r maes :attribute bod yn presennol.', 'present' => 'Rhaid i\'r maes :attribute bod yn presennol.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Mae eich cyfrinair cyfredol yn anghywir', 'hashed_pass' => 'Mae eich cyfrinair cyfredol yn anghywir',
'dumbpwd' => 'Mae\'r cyfrinair hwnnw\'n rhy gyffredin.', 'dumbpwd' => 'Mae\'r cyfrinair hwnnw\'n rhy gyffredin.',
'statuslabel_type' => 'Rhaid i chi ddewis math label statws dilys', 'statuslabel_type' => 'Rhaid i chi ddewis math label statws dilys',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.', 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated', 'profile_updated' => 'Account successfully updated',
'no_tokens' => 'You have not created any personal access tokens.', 'no_tokens' => 'You have not created any personal access tokens.',
'enable_sounds' => 'Enable sound effects',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Beliggenhed findes ikke.', 'does_not_exist' => 'Beliggenhed findes ikke.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Denne placering er i øjeblikket forbundet med mindst ét aktiv og kan ikke slettes. Opdater dine aktiver for ikke længere at henvise til denne placering, og prøv igen.', 'assoc_assets' => 'Denne placering er i øjeblikket forbundet med mindst ét aktiv og kan ikke slettes. Opdater dine aktiver for ikke længere at henvise til denne placering, og prøv igen.',
'assoc_child_loc' => 'Denne placering er for øjeblikket forælder på mindst et barns placering og kan ikke slettes. Opdater dine placeringer for ikke længere at henvise til denne placering, og prøv igen.', 'assoc_child_loc' => 'Denne placering er for øjeblikket forælder på mindst et barns placering og kan ikke slettes. Opdater dine placeringer for ikke længere at henvise til denne placering, og prøv igen.',
'assigned_assets' => 'Tildelte aktiver', 'assigned_assets' => 'Tildelte aktiver',

View file

@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app integration er valgfri, men endepunktet og kanalen er påkrævet, hvis du ønsker at bruge det. For at konfigurere :app integration, skal du først <a href=":webhook_link" target="_new" rel="noopener">oprette en indgående webhook</a> på din :app konto. Klik på knappen <strong>Test :app Integration</strong> for at bekræfte, at dine indstillinger er korrekte, før du gemmer. ', 'webhook_integration_help' => ':app integration er valgfri, men endepunktet og kanalen er påkrævet, hvis du ønsker at bruge det. For at konfigurere :app integration, skal du først <a href=":webhook_link" target="_new" rel="noopener">oprette en indgående webhook</a> på din :app konto. Klik på knappen <strong>Test :app Integration</strong> for at bekræfte, at dine indstillinger er korrekte, før du gemmer. ',
'webhook_integration_help_button' => 'Når du har gemt dine :app oplysninger, vil en test knap vises.', 'webhook_integration_help_button' => 'Når du har gemt dine :app oplysninger, vil en test knap vises.',
'webhook_test_help' => 'Test om din :app integration er konfigureret korrekt. DU SKAL GEM DIN OPDATERET: app INDSTILLINGER FØRST.', 'webhook_test_help' => 'Test om din :app integration er konfigureret korrekt. DU SKAL GEM DIN OPDATERET: app INDSTILLINGER FØRST.',
'shortcuts_enabled' => 'Enable Shortcuts',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access key, <strong>Mac</strong>: Control + Option + Access key',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'Snipe-IT version',
'support_footer' => 'Understøt footer links ', 'support_footer' => 'Understøt footer links ',
'support_footer_help' => 'Angiv hvem der kan se links i Snipe-IT Support info og brugermanual', 'support_footer_help' => 'Angiv hvem der kan se links i Snipe-IT Support info og brugermanual',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Ja, gendanne den. Jeg anerkender, at dette vil overskrive alle eksisterende data i databasen. Dette vil også logge ud alle dine eksisterende brugere (inklusive dig).', 'restore_warning' => 'Ja, gendanne den. Jeg anerkender, at dette vil overskrive alle eksisterende data i databasen. Dette vil også logge ud alle dine eksisterende brugere (inklusive dig).',
'restore_confirm' => 'Er du sikker på, at du vil gendanne din database fra :filnavn?' 'restore_confirm' => 'Er du sikker på, at du vil gendanne din database fra :filnavn?'
], ],
'restore' => [
'success' => 'Your system backup has been restored. Please login again.'
],
'purge' => [ 'purge' => [
'error' => 'Der opstod en fejl under udrensning.', 'error' => 'Der opstod en fejl under udrensning.',
'validation_failed' => 'Din udrensningsbekræftelse er forkert. Indtast ordet "DELETE" i bekræftelsesboksen.', 'validation_failed' => 'Din udrensningsbekræftelse er forkert. Indtast ordet "DELETE" i bekræftelsesboksen.',

View file

@ -26,7 +26,7 @@ return [
'clone' => 'Clone :item_type', 'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type', 'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type', 'delete' => 'Delete :item_type',
'restore' => 'Delete :item_type', 'restore' => 'Restore :item_type',
'create' => 'Create New :item_type', 'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type', 'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type', 'checkin' => 'Checkin :item_type',

View file

@ -77,7 +77,7 @@ return [
'consumables' => 'Forbrugsstoffer', 'consumables' => 'Forbrugsstoffer',
'country' => 'Land', 'country' => 'Land',
'could_not_restore' => 'Fejl under gendannelse af :item_type: :error', 'could_not_restore' => 'Fejl under gendannelse af :item_type: :error',
'not_deleted' => 'The :item_type is not deleted so it cannot be restored', 'not_deleted' => 'The :item_type is not deleted, so it cannot be restored',
'create' => 'Opret ny', 'create' => 'Opret ny',
'created' => 'Elementet er oprettet', 'created' => 'Elementet er oprettet',
'created_asset' => 'skabte aktiver', 'created_asset' => 'skabte aktiver',
@ -98,7 +98,7 @@ return [
'debug_warning_text' => 'Denne applikation kører i produktionstilstand med debugging aktiveret. Dette kan udsætte følsomme data, hvis din ansøgning er tilgængelig for omverdenen. Deaktiver fejlsøgningsmodus ved at indstille værdien <code>APP_DEBUG</code> i din <code>.env</code> fil til <code>false</code>.', 'debug_warning_text' => 'Denne applikation kører i produktionstilstand med debugging aktiveret. Dette kan udsætte følsomme data, hvis din ansøgning er tilgængelig for omverdenen. Deaktiver fejlsøgningsmodus ved at indstille værdien <code>APP_DEBUG</code> i din <code>.env</code> fil til <code>false</code>.',
'delete' => 'Slet', 'delete' => 'Slet',
'delete_confirm' => 'Er du sikker på at du vil slette :item?', 'delete_confirm' => 'Er du sikker på at du vil slette :item?',
'delete_confirm_no_undo' => 'Er du sikker på du vil slette :item? Dette kan ikke fortrydes.', 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This cannot be undone.',
'deleted' => 'Slettet', 'deleted' => 'Slettet',
'delete_seats' => 'Slettede pladser', 'delete_seats' => 'Slettede pladser',
'deletion_failed' => 'Sletning mislykkedes', 'deletion_failed' => 'Sletning mislykkedes',
@ -134,7 +134,7 @@ return [
'lastname_firstinitial' => 'Efternavn første bogstav i fornavn (smith_j@example.com)', 'lastname_firstinitial' => 'Efternavn første bogstav i fornavn (smith_j@example.com)',
'firstinitial.lastname' => 'Første bogstav i fornavn.efternavn (j.smith@example.com)', 'firstinitial.lastname' => 'Første bogstav i fornavn.efternavn (j.smith@example.com)',
'firstnamelastinitial' => 'Fornavn førstebogstav i efternavn (janes@example.com)', 'firstnamelastinitial' => 'Fornavn førstebogstav i efternavn (janes@example.com)',
'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
'first_name' => 'Fornavn', 'first_name' => 'Fornavn',
'first_name_format' => 'Fornavn (jane@example.com)', 'first_name_format' => 'Fornavn (jane@example.com)',
'files' => 'Filer', 'files' => 'Filer',
@ -156,9 +156,9 @@ return [
'image_delete' => 'Slet billede', 'image_delete' => 'Slet billede',
'include_deleted' => 'Inkludér slettede aktiver', 'include_deleted' => 'Inkludér slettede aktiver',
'image_upload' => 'Upload billede', 'image_upload' => 'Upload billede',
'filetypes_accepted_help' => 'Accepteret filtype er :types. Filstørrelsen må højst være :size.|Accepterede filtyper er :types. Filstørrelsen må højst være :size.', 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'Filstørrelsen må højst være :size.', 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. Max upload size allowed is :size.', 'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
'unaccepted_image_type' => 'Denne billedfil var ikke læsbar. Accepterede filtyper er jpg, webp, png, gif og svg. Mimetypen for denne fil er: :mimetype.', 'unaccepted_image_type' => 'Denne billedfil var ikke læsbar. Accepterede filtyper er jpg, webp, png, gif og svg. Mimetypen for denne fil er: :mimetype.',
'import' => 'Importér', 'import' => 'Importér',
'import_this_file' => 'Kortfelter og behandl denne fil', 'import_this_file' => 'Kortfelter og behandl denne fil',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Tilgængelige licenser', 'licenses_available' => 'Tilgængelige licenser',
'licenses' => 'Licenser', 'licenses' => 'Licenser',
'list_all' => 'Vis alle', 'list_all' => 'Vis alle',
'loading' => 'Indlæser... Vent venligst...', 'loading' => 'Loading... please wait...',
'lock_passwords' => 'Feltværdien vil ikke blive gemt i en demoinstallation.', 'lock_passwords' => 'Feltværdien vil ikke blive gemt i en demoinstallation.',
'feature_disabled' => 'Denne funktion er blevet deaktiveret til demoinstallationen.', 'feature_disabled' => 'Denne funktion er blevet deaktiveret til demoinstallationen.',
'location' => 'Lokation', 'location' => 'Lokation',
@ -193,7 +193,7 @@ return [
'logout' => 'Log ud', 'logout' => 'Log ud',
'lookup_by_tag' => 'Søg på aktivkode', 'lookup_by_tag' => 'Søg på aktivkode',
'maintenances' => 'Vedligeholdelse', 'maintenances' => 'Vedligeholdelse',
'manage_api_keys' => 'Administrer API-nøgler', 'manage_api_keys' => 'Manage API keys',
'manufacturer' => 'Producent', 'manufacturer' => 'Producent',
'manufacturers' => 'Producenter', 'manufacturers' => 'Producenter',
'markdown' => 'Dette felt tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github koder</a>.', 'markdown' => 'Dette felt tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github koder</a>.',
@ -254,7 +254,7 @@ return [
'select_all' => 'Vælg alle', 'select_all' => 'Vælg alle',
'search' => 'Søg', 'search' => 'Søg',
'select_category' => 'Vælg en kategori', 'select_category' => 'Vælg en kategori',
'select_datasource' => 'Vælg en datasource', 'select_datasource' => 'Select a data source',
'select_department' => 'Vælg en afdeling', 'select_department' => 'Vælg en afdeling',
'select_depreciation' => 'Vælg en afskrivningstype', 'select_depreciation' => 'Vælg en afskrivningstype',
'select_location' => 'Vælg en placering', 'select_location' => 'Vælg en placering',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Godkendt af', 'signed_off_by' => 'Godkendt af',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'En notifikation vil blive sendt via webhook', 'webhook_msg_note' => 'En notifikation vil blive sendt via webhook',
'webhook_test_msg' => 'Åh hai! Det ser ud til, at din :app-integration med Snipe-IT fungerer!', 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
'some_features_disabled' => 'DEMO MODE: Nogle funktioner er deaktiveret for denne installation.', 'some_features_disabled' => 'DEMO MODE: Nogle funktioner er deaktiveret for denne installation.',
'site_name' => 'Site Navn', 'site_name' => 'Site Navn',
'state' => 'Stat', 'state' => 'Stat',
'status_labels' => 'Status labels', 'status_labels' => 'Status labels',
'status_label' => 'Status Label',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Licensaftale', 'accept_eula' => 'Licensaftale',
'supplier' => 'Leverandør', 'supplier' => 'Leverandør',
@ -339,16 +340,16 @@ return [
'view_all' => 'vis alle', 'view_all' => 'vis alle',
'hide_deleted' => 'Skjul slettede', 'hide_deleted' => 'Skjul slettede',
'email' => 'Email', 'email' => 'Email',
'do_not_change' => 'Må ikke ændres', 'do_not_change' => 'Do not change',
'bug_report' => 'Rapporter en fejl', 'bug_report' => 'Report a bug',
'user_manual' => 'Brugermanual', 'user_manual' => 'Brugermanual',
'setup_step_1' => 'Trin 1', 'setup_step_1' => 'Trin 1',
'setup_step_2' => 'Trin 2', 'setup_step_2' => 'Trin 2',
'setup_step_3' => 'Trin 3', 'setup_step_3' => 'Trin 3',
'setup_step_4' => 'Trin 4', 'setup_step_4' => 'Trin 4',
'setup_config_check' => 'Kontrollerer opsætning', 'setup_config_check' => 'Kontrollerer opsætning',
'setup_create_database' => 'Opret databasetabeller', 'setup_create_database' => 'Create database tables',
'setup_create_admin' => 'Opret admin-bruger', 'setup_create_admin' => 'Create admin user',
'setup_done' => 'Udført!', 'setup_done' => 'Udført!',
'bulk_edit_about_to' => 'Du skal til at redigere følgende: ', 'bulk_edit_about_to' => 'Du skal til at redigere følgende: ',
'checked_out' => 'Tjekket ud', 'checked_out' => 'Tjekket ud',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malaysisk', 'ms-MY'=> 'Malaysisk',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolsk', 'mn-MN'=> 'Mongolsk',
'no-NO'=> 'Norsk', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisk', 'fa-IR'=> 'Persisk',
'pl-PL'=> 'Polsk', 'pl-PL'=> 'Polsk',
'pt-PT'=> 'Portugisisk', 'pt-PT'=> 'Portugisisk',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'The :attribute field must contain at least one symbol.', 'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
], ],
'percent' => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',
'present' => 'Attributfeltet skal være til stede.', 'present' => 'Attributfeltet skal være til stede.',
'present_if' => 'The :attribute field must be present when :other is :value.', 'present_if' => 'The :attribute field must be present when :other is :value.',
'present_unless' => 'The :attribute field must be present unless :other is :value.', 'present_unless' => 'The :attribute field must be present unless :other is :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Din nuværende adgangskode er forkert', 'hashed_pass' => 'Din nuværende adgangskode er forkert',
'dumbpwd' => 'Denne adgangskode er for almindelig.', 'dumbpwd' => 'Denne adgangskode er for almindelig.',
'statuslabel_type' => 'Du skal vælge en gyldig statusetiketype', 'statuslabel_type' => 'Du skal vælge en gyldig statusetiketype',
'custom_field_not_found' => 'This field does not seem to exist, please double check your custom field names.',
'custom_field_not_found_on_model' => 'This field seems to exist, but is not available on this Asset Model\'s fieldset.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Bitte lesen Sie die <a href="https://snipe-it.readme.io/reference" target="_blank">API Dokumentation</a> um Informationen über die verfügbaren API-Endpunkte zu erhalten.', 'api_reference' => 'Bitte lesen Sie die <a href="https://snipe-it.readme.io/reference" target="_blank">API Dokumentation</a> um Informationen über die verfügbaren API-Endpunkte zu erhalten.',
'profile_updated' => 'Konto erfolgreich aktualisiert', 'profile_updated' => 'Konto erfolgreich aktualisiert',
'no_tokens' => 'Sie haben noch keinen persönlichen Zugangs-Token erstellt.', 'no_tokens' => 'Sie haben noch keinen persönlichen Zugangs-Token erstellt.',
'enable_sounds' => 'Soundeffekte aktivieren',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -28,7 +28,7 @@ return array(
'unavailable' => 'Zubehör ist nicht verfügbar, um herausgegeben zu werden. Prüfen Sie die verfügbare Menge', 'unavailable' => 'Zubehör ist nicht verfügbar, um herausgegeben zu werden. Prüfen Sie die verfügbare Menge',
'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.', 'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.',
'checkout_qty' => array( 'checkout_qty' => array(
'lte' => 'Derzeit ist nur ein Zubehör dieses Typs verfügbar, und Sie versuchsen :checkout_qty auszuprobieren. Bitte passen Sie die Herausgabe-Menge oder den Gesamtbestand des Zubehörs an und versuchen Sie es erneut. Es gibt :number_currently_remaining insgesamt verfügbare Zubehör, und Sie versuchen, :checkout_qty herauszugeben. Bitte passen Sie die Herausgabe-Menge oder den Gesamtbestand des Zubehörs an und versuchen Sie es erneut.', 'lte' => 'Derzeit ist nur ein Zubehör dieses Typs verfügbar, und Sie versuchen :checkout_qty herauszugeben. Bitte passen Sie die Herausgabe-Menge oder den Gesamtbestand des Zubehörs an, und versuchen Sie es erneut. Es gibt :number_currently_remaining insgesamt verfügbare Zubehör, und Sie versuchen, :checkout_qty herauszugeben. Bitte passen Sie die Herausgabe-Menge oder den Gesamtbestand des Zubehörs an und versuchen Sie es erneut.',
), ),
), ),

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Standort nicht verfügbar.', 'does_not_exist' => 'Standort nicht verfügbar.',
'assoc_users' => 'Dieser Standort kann derzeit nicht gelöscht werden, da er der Standort für mindestens ein Asset oder einen Benutzer ist, ihm Assets zugewiesen sind oder er der übergeordnete Standort eines anderen Standorts ist. Aktualisieren Sie Ihre Modelle, damit diese nicht mehr auf dieses Unternehmen verweisen, und versuchen Sie es erneut. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Dieser Standort ist aktuell mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Gegenständen und versuchen Sie es erneut diesen Standort zu entfernen. ', 'assoc_assets' => 'Dieser Standort ist aktuell mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Gegenständen und versuchen Sie es erneut diesen Standort zu entfernen. ',
'assoc_child_loc' => 'Dieser Ort ist aktuell mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte Orte aktualisieren, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ', 'assoc_child_loc' => 'Dieser Ort ist aktuell mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte Orte aktualisieren, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ',
'assigned_assets' => 'Zugeordnete Assets', 'assigned_assets' => 'Zugeordnete Assets',

View file

@ -6,7 +6,7 @@ return [
'ad_domain_help' => 'Meistens dieselbe wie die E-Mail Domäne.', 'ad_domain_help' => 'Meistens dieselbe wie die E-Mail Domäne.',
'ad_append_domain_label' => 'Domänenname anhängen', 'ad_append_domain_label' => 'Domänenname anhängen',
'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen', 'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen',
'ad_append_domain_help' => 'Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.', 'ad_append_domain_help' => 'Der Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.',
'admin_cc_email' => 'CC Email', 'admin_cc_email' => 'CC Email',
'admin_cc_email_help' => 'Wenn Sie eine Kopie der Rücknahme- / Herausgabe-E-Mails, die an Benutzer gehen auch an zusätzliche E-Mail-Empfänger versenden möchten, geben Sie sie hier ein. Ansonsten lassen Sie dieses Feld leer.', 'admin_cc_email_help' => 'Wenn Sie eine Kopie der Rücknahme- / Herausgabe-E-Mails, die an Benutzer gehen auch an zusätzliche E-Mail-Empfänger versenden möchten, geben Sie sie hier ein. Ansonsten lassen Sie dieses Feld leer.',
'admin_settings' => 'Admin-Einstellungen', 'admin_settings' => 'Admin-Einstellungen',
@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app Integration ist optional, allerdings sind Endpunkt und Kanal erforderlich, wenn Sie sie verwenden möchten. Um die :app Integration zu konfigurieren, musst du zuerst in deinem :app Account <a href=":webhook_link" target="_new" rel="noopener">einen eingehenden Webhook erstellen</a>. Klicken Sie auf den <strong>:app Integration testen</strong> -Knopf, um zu bestätigen, dass die Einstellungen vor dem Speichern korrekt sind. ', 'webhook_integration_help' => ':app Integration ist optional, allerdings sind Endpunkt und Kanal erforderlich, wenn Sie sie verwenden möchten. Um die :app Integration zu konfigurieren, musst du zuerst in deinem :app Account <a href=":webhook_link" target="_new" rel="noopener">einen eingehenden Webhook erstellen</a>. Klicken Sie auf den <strong>:app Integration testen</strong> -Knopf, um zu bestätigen, dass die Einstellungen vor dem Speichern korrekt sind. ',
'webhook_integration_help_button' => 'Sobald Sie Ihre :app Informationen gespeichert haben, erscheint ein Test-Knopf.', 'webhook_integration_help_button' => 'Sobald Sie Ihre :app Informationen gespeichert haben, erscheint ein Test-Knopf.',
'webhook_test_help' => 'Testen Sie, ob Ihre :app Integration korrekt konfiguriert ist. SIE MÜSSEN SIE IHRE AKTUELLEN :app EINSTELLUNGEN ZUERST SPEICHERN.', 'webhook_test_help' => 'Testen Sie, ob Ihre :app Integration korrekt konfiguriert ist. SIE MÜSSEN SIE IHRE AKTUELLEN :app EINSTELLUNGEN ZUERST SPEICHERN.',
'shortcuts_enabled' => 'Shortcuts aktivieren',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access-Taste, <strong>Mac</strong>: Control + Option + Access-Taste',
'snipe_version' => 'Snipe-IT Version', 'snipe_version' => 'Snipe-IT Version',
'support_footer' => 'Fußzeile Support-Link ', 'support_footer' => 'Fußzeile Support-Link ',
'support_footer_help' => 'Geben Sie an, wer die Links zum Snipe-IT Support-Info und Benutzerhandbuch sieht', 'support_footer_help' => 'Geben Sie an, wer die Links zum Snipe-IT Support-Info und Benutzerhandbuch sieht',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Ja, wiederherstellen. Ich bestätige, dass dies alle vorhandenen Daten überschreibt, die derzeit in der Datenbank vorhanden sind. Diese Aktion wird auch alle bestehenden Benutzer abmelden (einschließlich Ihnen).', 'restore_warning' => 'Ja, wiederherstellen. Ich bestätige, dass dies alle vorhandenen Daten überschreibt, die derzeit in der Datenbank vorhanden sind. Diese Aktion wird auch alle bestehenden Benutzer abmelden (einschließlich Ihnen).',
'restore_confirm' => 'Sind Sie sicher, dass Sie Ihre Datenbank aus :filename wiederherstellen möchten?' 'restore_confirm' => 'Sind Sie sicher, dass Sie Ihre Datenbank aus :filename wiederherstellen möchten?'
], ],
'restore' => [
'success' => 'Ihr Systembackup wurde wiederhergestellt. Bitte melden Sie sich erneut an.'
],
'purge' => [ 'purge' => [
'error' => 'Beim Bereinigen ist ein Fehler augetreten. ', 'error' => 'Beim Bereinigen ist ein Fehler augetreten. ',
'validation_failed' => 'Falsche Bereinigungsbestätigung. Bitte geben Sie das Wort "DELETE" im Bestätigungsfeld ein.', 'validation_failed' => 'Falsche Bereinigungsbestätigung. Bitte geben Sie das Wort "DELETE" im Bestätigungsfeld ein.',

View file

@ -26,7 +26,7 @@ return [
'clone' => ':item_type duplizieren', 'clone' => ':item_type duplizieren',
'edit' => ':item_type bearbeiten', 'edit' => ':item_type bearbeiten',
'delete' => ':item_type löschen', 'delete' => ':item_type löschen',
'restore' => ':item_type löschen', 'restore' => ':item_type wiederherstellen',
'create' => 'Neue&#47;s :item_type erstellen', 'create' => 'Neue&#47;s :item_type erstellen',
'checkout' => ':item_type auschecken', 'checkout' => ':item_type auschecken',
'checkin' => ':item_type einchecken', 'checkin' => ':item_type einchecken',

View file

@ -121,22 +121,22 @@ return [
'exclude_archived' => 'Archivierte Assets ausschließen', 'exclude_archived' => 'Archivierte Assets ausschließen',
'exclude_deleted' => 'Gelöschte Assets ausschließen', 'exclude_deleted' => 'Gelöschte Assets ausschließen',
'example' => 'Beispiel: ', 'example' => 'Beispiel: ',
'filastname_format' => 'Initial des Vornamen + Nachname (jsmith@example.com)', 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)',
'firstname_lastname_format' => 'Vorname.Nachname (jane.smith@example.com)', 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)',
'firstname_lastname_underscore_format' => 'Vorname_Nachname (max_mustermann@beispiel.com)', 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)',
'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (musterm@beispiel.com)', 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)',
'firstintial_dot_lastname_format' => 'Initiale des Vornamen.Nachname (j.smith@example.com)', 'firstintial_dot_lastname_format' => 'Initiale des Vornamen.Nachname (e.mustermann@example.com)',
'firstname_lastname_display' => 'Vorname Nachname (Jane Smith)', 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)',
'lastname_firstname_display' => 'Nachname Vorname (Smith Jane)', 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)',
'name_display_format' => 'Name Anzeigeformat', 'name_display_format' => 'Name Anzeigeformat',
'first' => 'Erste', 'first' => 'Erste',
'firstnamelastname' => 'VornameNachname (ErikaMustermann@beispiel.de)', 'firstnamelastname' => 'Vorname & Nachname (erikamustermann@example.com)',
'lastname_firstinitial' => 'Nachname_Initiale des Vornamens (mustermann_e@beispiel.de)', 'lastname_firstinitial' => 'Nachname_Initiale des Vornamens (mustermann_e@example.com)',
'firstinitial.lastname' => 'Initiale des Vornamens.Nachname (e.mustermann@beispiel.de)', 'firstinitial.lastname' => 'Initial des Vornamens.Nachname (e.mustermann@example.com)',
'firstnamelastinitial' => 'Vorname und Initiale des Nachnamen (erika_m@beispiel.de)', 'firstnamelastinitial' => 'Vorname und Initiale des Nachnamen (erikam@example.com)',
'lastnamefirstname' => 'Nachname Vorname (mustermann.erika@example.com)', 'lastnamefirstname' => 'Nachname.Vorname (mustermann.erika@example.com)',
'first_name' => 'Vorname', 'first_name' => 'Vorname',
'first_name_format' => 'Vorname (jane@example.com)', 'first_name_format' => 'Vorname (erika@example.com)',
'files' => 'Dateien', 'files' => 'Dateien',
'file_name' => 'Datei', 'file_name' => 'Datei',
'file_type' => 'Dateityp', 'file_type' => 'Dateityp',
@ -156,11 +156,11 @@ return [
'image_delete' => 'Bild löschen', 'image_delete' => 'Bild löschen',
'include_deleted' => 'Gelöschte Gegenstände einbeziehen', 'include_deleted' => 'Gelöschte Gegenstände einbeziehen',
'image_upload' => 'Bild hochladen', 'image_upload' => 'Bild hochladen',
'filetypes_accepted_help' => 'Akzeptierter Dateityp ist :types. Maximal zulässige Hochlade-Größe ist :size.|Akzeptierte Dateitypen sind :types. Maximal erlaubte Hochlade-Größe ist :size.', 'filetypes_accepted_help' => 'Akzeptierter Dateityp ist :types. Maximal zulässige Größe ist :size.|Akzeptierte Dateitypen sind :types. Maximal erlaubte Hochlade-Größe ist :size.',
'filetypes_size_help' => 'Maximal erlaubte Hochlade-Größe ist :size.', 'filetypes_size_help' => 'Maximal erlaubte Hochlade-Größe ist :size.',
'image_filetypes_help' => 'Akzeptierte Dateitypen sind jpg, webp, png, gif, svg, und avif. Die maximal zulässige Upload-Größe beträgt :size.', 'image_filetypes_help' => 'Akzeptierte Dateitypen sind jpg, webp, png, gif, svg, und avif. Die maximal zulässige Upload-Größe beträgt :size.',
'unaccepted_image_type' => 'Diese Bilddatei ist nicht lesbar. Akzeptierte Dateitypen sind jpg, webp, png, gif und svg. Der MIME-Type dieser Datei ist: :mimetype.', 'unaccepted_image_type' => 'Diese Bilddatei ist nicht lesbar. Akzeptierte Dateitypen sind jpg, webp, png, gif und svg. Der MIME-Type dieser Datei ist: :mimetype.',
'import' => 'Importieren', 'import' => 'Import',
'import_this_file' => 'Felder zuordnen und diese Datei bearbeiten', 'import_this_file' => 'Felder zuordnen und diese Datei bearbeiten',
'importing' => 'Wird importiert', 'importing' => 'Wird importiert',
'importing_help' => 'Sie können Assets, Zubehör, Lizenzen, Komponenten, Verbrauchsmaterialien und Benutzer mittels CSV-Datei importieren. <br><br>Die CSV-Datei sollte kommagetrennt sein und eine Kopfzeile enthalten, die mit den <a href="https://snipe-it.readme.io/docs/importing" target="_new">Beispiel-CSVs aus der Dokumentation</a> übereinstimmen.', 'importing_help' => 'Sie können Assets, Zubehör, Lizenzen, Komponenten, Verbrauchsmaterialien und Benutzer mittels CSV-Datei importieren. <br><br>Die CSV-Datei sollte kommagetrennt sein und eine Kopfzeile enthalten, die mit den <a href="https://snipe-it.readme.io/docs/importing" target="_new">Beispiel-CSVs aus der Dokumentation</a> übereinstimmen.',
@ -183,7 +183,7 @@ return [
'licenses_available' => 'Verfügbare Lizenzen', 'licenses_available' => 'Verfügbare Lizenzen',
'licenses' => 'Lizenzen', 'licenses' => 'Lizenzen',
'list_all' => 'Alle auflisten', 'list_all' => 'Alle auflisten',
'loading' => 'Wird geladen... Bitte warten....', 'loading' => 'Wird geladen... Bitte warten...',
'lock_passwords' => 'Dieser Feldwert wird in einer Demo-Installation nicht gespeichert.', 'lock_passwords' => 'Dieser Feldwert wird in einer Demo-Installation nicht gespeichert.',
'feature_disabled' => 'Dieses Feature wurde für die Demo-Installation deaktiviert.', 'feature_disabled' => 'Dieses Feature wurde für die Demo-Installation deaktiviert.',
'location' => 'Standort', 'location' => 'Standort',
@ -274,11 +274,12 @@ return [
'signed_off_by' => 'Freigegeben von', 'signed_off_by' => 'Freigegeben von',
'skin' => 'Skin', 'skin' => 'Skin',
'webhook_msg_note' => 'Eine Benachrichtigung wird über den Webhook gesendet', 'webhook_msg_note' => 'Eine Benachrichtigung wird über den Webhook gesendet',
'webhook_test_msg' => 'Oh hey! Sieht so aus, als ob Ihre :app Integration mit Snipe-IT funktioniert!', 'webhook_test_msg' => 'Oh hi! Sieht so aus, als ob Ihre :app Integration mit Snipe-IT funktioniert!',
'some_features_disabled' => 'DEMO-MODE: Einige Funktionen sind für diese Installation deaktiviert.', 'some_features_disabled' => 'DEMO-MODE: Einige Funktionen sind für diese Installation deaktiviert.',
'site_name' => 'Seitenname', 'site_name' => 'Seitenname',
'state' => 'Bundesland', 'state' => 'Bundesland',
'status_labels' => 'Statusbezeichnungen', 'status_labels' => 'Statusbezeichnungen',
'status_label' => 'Status Label',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Annahmeerklärung', 'accept_eula' => 'Annahmeerklärung',
'supplier' => 'Lieferant', 'supplier' => 'Lieferant',

View file

@ -40,7 +40,9 @@ return [
'ms-MY'=> 'Malaiisch', 'ms-MY'=> 'Malaiisch',
'mi-NZ'=> 'Maori', 'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolisch', 'mn-MN'=> 'Mongolisch',
'no-NO'=> 'Norwegisch', //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegisch Bokmål',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisch', 'fa-IR'=> 'Persisch',
'pl-PL'=> 'Polnisch', 'pl-PL'=> 'Polnisch',
'pt-PT'=> 'Portugiesisch', 'pt-PT'=> 'Portugiesisch',

View file

@ -88,7 +88,7 @@ return [
'user' => 'Benutzer', 'user' => 'Benutzer',
'username' => 'Benutzername', 'username' => 'Benutzername',
'unaccepted_asset_reminder' => 'Sie haben nicht akzeptierte Assets.', 'unaccepted_asset_reminder' => 'Sie haben nicht akzeptierte Assets.',
'welcome' => 'Wilkommen, :name', 'welcome' => 'Willkommen, :name',
'welcome_to' => 'Willkommen bei :web!', 'welcome_to' => 'Willkommen bei :web!',
'your_assets' => 'Ihre Assets anzeigen', 'your_assets' => 'Ihre Assets anzeigen',
'your_credentials' => 'Ihre Snipe-IT Anmeldedaten', 'your_credentials' => 'Ihre Snipe-IT Anmeldedaten',

View file

@ -125,6 +125,8 @@ return [
'symbols' => 'Das Feld :attribute muss mindestens ein Symbol enthalten.', 'symbols' => 'Das Feld :attribute muss mindestens ein Symbol enthalten.',
'uncompromised' => 'Das angegebene :attribute ist in einem Datenleck aufgetaucht. Bitte wählen Sie ein anderes :attribute.', 'uncompromised' => 'Das angegebene :attribute ist in einem Datenleck aufgetaucht. Bitte wählen Sie ein anderes :attribute.',
], ],
'percent' => 'Bei einer prozentualen Abschreibung muss der Mindestabschreibungswert zwischen 0 und 100 liegen.',
'present' => ':attribute muss vorhanden sein.', 'present' => ':attribute muss vorhanden sein.',
'present_if' => 'Das Feld :attribute muss vorhanden sein, wenn :other :value ist.', 'present_if' => 'Das Feld :attribute muss vorhanden sein, wenn :other :value ist.',
'present_unless' => 'Das Feld :attribute muss vorhanden sein, es sei denn, :other ist :value.', 'present_unless' => 'Das Feld :attribute muss vorhanden sein, es sei denn, :other ist :value.',
@ -188,6 +190,8 @@ return [
'hashed_pass' => 'Ihr derzeitiges Passwort ist nicht korrekt', 'hashed_pass' => 'Ihr derzeitiges Passwort ist nicht korrekt',
'dumbpwd' => 'Das Passwort ist zu gebräuchlich.', 'dumbpwd' => 'Das Passwort ist zu gebräuchlich.',
'statuslabel_type' => 'Sie müssen einen gültigen Statuslabel-Typ auswählen', 'statuslabel_type' => 'Sie müssen einen gültigen Statuslabel-Typ auswählen',
'custom_field_not_found' => 'Dieses Feld scheint nicht zu existieren. Bitte überprüfen Sie Ihre benutzerdefinierten Feldnamen noch einmal.',
'custom_field_not_found_on_model' => 'Dieses Feld scheint vorhanden zu sein, ist aber im Feldsatz dieses Asset-Modells nicht verfügbar.',
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP

View file

@ -12,4 +12,6 @@ return array(
'api_reference' => 'Bitte lese die <a href="https://snipe-it.readme.io/reference" target="_blank">API Dokumentation</a> um Informationen über die verfügbaren API-Endpunkte zu bekommen.', 'api_reference' => 'Bitte lese die <a href="https://snipe-it.readme.io/reference" target="_blank">API Dokumentation</a> um Informationen über die verfügbaren API-Endpunkte zu bekommen.',
'profile_updated' => 'Konto erfolgreich aktualisiert', 'profile_updated' => 'Konto erfolgreich aktualisiert',
'no_tokens' => 'Sie haben keine persönlichen Zugangsschlüssel erstellt.', 'no_tokens' => 'Sie haben keine persönlichen Zugangsschlüssel erstellt.',
'enable_sounds' => 'Soundeffekte aktivieren',
'enable_confetti' => 'Enable confetti effects',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Standort existiert nicht.', 'does_not_exist' => 'Standort existiert nicht.',
'assoc_users' => 'Der Standort kann gerade nicht gelöscht werden, weil mindestens ein Asset oder ein Benutzer damit verbunden ist, da ihm Assets zugeordnet sind, oder er der Hauptstandort für einen anderen Standort ist. Aktualisiere deine Modelle, sodass sie nicht mehr auf diesen Standort verweisen, und probiers dann nochmal. ', 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'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_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. ', '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', 'assigned_assets' => 'Zugeordnete Assets',

View file

@ -6,7 +6,7 @@ return [
'ad_domain_help' => 'Dies ist manchmal dasselbe wie Deine E-Mail-Domain, aber nicht immer.', 'ad_domain_help' => 'Dies ist manchmal dasselbe wie Deine E-Mail-Domain, aber nicht immer.',
'ad_append_domain_label' => 'Domänenname anhängen', 'ad_append_domain_label' => 'Domänenname anhängen',
'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen', 'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen',
'ad_append_domain_help' => 'Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.', 'ad_append_domain_help' => 'Der Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.',
'admin_cc_email' => 'CC Email', 'admin_cc_email' => 'CC Email',
'admin_cc_email_help' => 'Wenn Du eine Kopie der Rücknahme-/Herausgabe-E-Mails, die an Benutzer gehen, auch an zusätzliche E-Mail-Empfänger versenden möchtest, gebe sie hier ein. Ansonsten lass dieses Feld blank.', 'admin_cc_email_help' => 'Wenn Du eine Kopie der Rücknahme-/Herausgabe-E-Mails, die an Benutzer gehen, auch an zusätzliche E-Mail-Empfänger versenden möchtest, gebe sie hier ein. Ansonsten lass dieses Feld blank.',
'admin_settings' => 'Admin-Einstellungen', 'admin_settings' => 'Admin-Einstellungen',
@ -218,6 +218,8 @@ return [
'webhook_integration_help' => ':app Integration ist optional, allerdings sind Endpunkt und Kanal erforderlich, wenn du sie verwenden möchtet. Um die :app Integration zu konfigurieren, musst du zuerst in deinem :app Account <a href=":webhook_link" target="_new" rel="noopener">einen eingehenden Webhook erstellen</a>. Klicke auf den <strong>:app Integration testen</strong>-Knopf, um zu bestätigen, dass die Einstellungen vor dem Speichern korrekt sind. ', 'webhook_integration_help' => ':app Integration ist optional, allerdings sind Endpunkt und Kanal erforderlich, wenn du sie verwenden möchtet. Um die :app Integration zu konfigurieren, musst du zuerst in deinem :app Account <a href=":webhook_link" target="_new" rel="noopener">einen eingehenden Webhook erstellen</a>. Klicke auf den <strong>:app Integration testen</strong>-Knopf, um zu bestätigen, dass die Einstellungen vor dem Speichern korrekt sind. ',
'webhook_integration_help_button' => 'Sobald die :app Einstellungen gespeichert wurden, erscheint eine Schaltfläche zum testen.', 'webhook_integration_help_button' => 'Sobald die :app Einstellungen gespeichert wurden, erscheint eine Schaltfläche zum testen.',
'webhook_test_help' => 'Teste, ob deine :app Integration korrekt konfiguriert ist. DIE AKTUELLEN :app EINSTELLUNGEN MÜSSEN ZUERST GESPEICHERT WERDEN.', 'webhook_test_help' => 'Teste, ob deine :app Integration korrekt konfiguriert ist. DIE AKTUELLEN :app EINSTELLUNGEN MÜSSEN ZUERST GESPEICHERT WERDEN.',
'shortcuts_enabled' => 'Shortcuts aktivieren',
'shortcuts_help_text' => '<strong>Windows</strong>: Alt + Access-Taste, <strong>Mac</strong>: Control + Option + Access-Taste',
'snipe_version' => 'Snipe-IT Version', 'snipe_version' => 'Snipe-IT Version',
'support_footer' => 'Support-Link in der Fußzeile ', 'support_footer' => 'Support-Link in der Fußzeile ',
'support_footer_help' => 'Lege fest, wer die Links zu Snipe-IT Support-Information und Benutzerhandbuch sieht', 'support_footer_help' => 'Lege fest, wer die Links zu Snipe-IT Support-Information und Benutzerhandbuch sieht',

View file

@ -14,6 +14,9 @@ return [
'restore_warning' => 'Ja, wiederherstellen. Ich bestätige, dass dies alle vorhandenen Daten überschreibt, die derzeit in der Datenbank vorhanden sind. Diese Aktion wird auch alle bestehenden Benutzer abmelden (einschließlich Dir).', 'restore_warning' => 'Ja, wiederherstellen. Ich bestätige, dass dies alle vorhandenen Daten überschreibt, die derzeit in der Datenbank vorhanden sind. Diese Aktion wird auch alle bestehenden Benutzer abmelden (einschließlich Dir).',
'restore_confirm' => 'Bist Du sicher, dass Du Deine Datenbank aus :filename wiederherstellen möchten?' 'restore_confirm' => 'Bist Du sicher, dass Du Deine Datenbank aus :filename wiederherstellen möchten?'
], ],
'restore' => [
'success' => 'Dein Systembackup wurde wiederhergestellt. Bitte melde dich erneut an.'
],
'purge' => [ 'purge' => [
'error' => 'Beim Bereinigen ist ein Fehler augetreten. ', 'error' => 'Beim Bereinigen ist ein Fehler augetreten. ',
'validation_failed' => 'Falsche Bereinigungsbestätigung. Bitte gib das Wort "DELETE" im Bestätigungsfeld ein.', 'validation_failed' => 'Falsche Bereinigungsbestätigung. Bitte gib das Wort "DELETE" im Bestätigungsfeld ein.',

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