Skip to content

Commit f1bf726

Browse files
authored
Merge pull request #13164 from snipe/localizations/updated_strings
Updated translation strings
2 parents d1ab139 + 0bb8cc6 commit f1bf726

File tree

1,042 files changed

+5082
-1489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,042 files changed

+5082
-1489
lines changed

resources/lang/af/admin/accessories/general.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
'use_default_eula' => 'Gebruik eerder die <a href="#" data-toggle="modal" data-target="#eulaModal">primary standaard EULA</a>.',
1818
'use_default_eula_disabled' => '<del>Gebruik die primêre standaardverlof in plaas daarvan.</del> Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.',
1919
'clone' => 'Clone Accessory',
20+
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
2021

2122
);

resources/lang/af/admin/components/message.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
'checkout' => array(
2424
'error' => 'Komponent is nie nagegaan nie, probeer asseblief weer',
2525
'success' => 'Komponent is suksesvol nagegaan.',
26-
'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
26+
'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
27+
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
2728
),
2829

2930
'checkin' => array(

resources/lang/af/admin/consumables/message.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
'checkout' => array(
2424
'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer',
2525
'success' => 'Verbruiksgoedere is suksesvol nagegaan.',
26-
'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
26+
'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
27+
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
2728
),
2829

2930
'checkin' => array(

resources/lang/af/admin/custom_fields/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@
4949
'unique' => 'Unique',
5050
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
5151
'display_in_user_view_table' => 'Visible to User',
52+
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
53+
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
5254
];

resources/lang/af/admin/hardware/general.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'restore' => 'Herstel bate',
2424
'pending' => 'hangende',
2525
'undeployable' => 'Undeployable',
26+
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
2627
'view' => 'Bekyk bate',
2728
'csv_error' => 'You have an error in your CSV file:',
2829
'import_text' => '

resources/lang/af/admin/hardware/table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'change' => 'In uit',
99
'checkout_date' => 'Checkout Datum',
1010
'checkoutto' => 'Gekontroleer',
11+
'components_cost' => 'Total Components Cost',
1112
'current_value' => 'Current Value',
1213
'diff' => 'diff',
1314
'dl_csv' => 'Laai CSV af',

resources/lang/af/admin/licenses/general.php

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
return array(
4-
'about_licenses_title' => 'Oor lisensies',
5-
'about_licenses' => 'Lisensies word gebruik om sagteware op te spoor. Hulle het \'n gespesifiseerde aantal sitplekke wat aan individue nagekeken kan word',
4+
'about_licenses_title' => 'Oor lisensies',
5+
'about_licenses' => 'Lisensies word gebruik om sagteware op te spoor. Hulle het \'n gespesifiseerde aantal sitplekke wat aan individue nagekeken kan word',
66
'checkin' => 'Checkin License Seat',
77
'checkout_history' => 'Afhandeling Geskiedenis',
88
'checkout' => 'Checkout License Seat',
@@ -18,4 +18,30 @@
1818
'software_licenses' => 'Sagteware lisensies',
1919
'user' => 'gebruiker',
2020
'view' => 'Bekyk lisensie',
21+
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
22+
'bulk' =>
23+
[
24+
'checkin_all' => [
25+
'button' => 'Checkin All Seats',
26+
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
27+
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
28+
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
29+
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
30+
'log_msg' => 'Checked in via bulk license checkout in license GUI',
31+
],
32+
33+
'checkout_all' => [
34+
'button' => 'Checkout All Seats',
35+
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
36+
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
37+
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
38+
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
39+
'error_no_seats' => 'There are no remaining seats left for this license.',
40+
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
41+
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
42+
'log_msg' => 'Checked out via bulk license checkout in license GUI',
43+
44+
45+
],
46+
],
2147
);

resources/lang/af/admin/manufacturers/message.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
return array(
44

5+
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
56
'does_not_exist' => 'Vervaardiger bestaan ​​nie.',
67
'assoc_users' => 'Hierdie vervaardiger word tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie vervaardiger te gebruik nie en probeer weer.',
78

resources/lang/af/admin/manufacturers/table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'support_email' => 'Ondersteunings-e-pos',
1111
'support_phone' => 'Ondersteuningsfoon',
1212
'support_url' => 'Ondersteunings-URL',
13+
'warranty_lookup_url' => 'Warranty Lookup URL',
1314
'update' => 'Update Fabrikant',
1415
'url' => 'URL',
1516

resources/lang/af/admin/settings/general.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'backups_restoring' => 'Restoring from Backup',
3333
'backups_upload' => 'Upload Backup',
3434
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
35-
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
35+
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
3636
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
3737
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
3838
'barcode_settings' => 'Barcode-instellings',
@@ -86,6 +86,8 @@
8686
'ldap_settings' => 'LDAP-instellings',
8787
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
8888
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
89+
'ldap_location' => 'LDAP Location',
90+
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
8991
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
9092
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
9193
'ldap_manager' => 'LDAP Manager',
@@ -328,4 +330,9 @@
328330
'setup_migration_create_user' => 'Next: Create User',
329331
'ldap_settings_link' => 'LDAP Settings Page',
330332
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
333+
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization&apos;s <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
334+
'google_login' => 'Google Workspace Login Settings',
335+
'enable_google_login' => 'Enable users to login with Google Workspace',
336+
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
337+
331338
];

0 commit comments

Comments
 (0)