Skip to content

Commit 16fb221

Browse files
committed
Updated language strings
Signed-off-by: snipe <[email protected]>
1 parent a0d0645 commit 16fb221

File tree

1,580 files changed

+30909
-10451
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,580 files changed

+30909
-10451
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
'delete' => [
66
'confirm' => 'Is jy seker jy wil hierdie bate instandhouding uitvee?',
77
'error' => 'Daar was \'n probleem met die verwydering van die bate-instandhouding. Probeer asseblief weer.',
8-
'success' => 'Die bate-instandhouding is suksesvol verwyder.'
8+
'success' => 'Die bate-instandhouding is suksesvol verwyder.',
99
],
1010
'create' => [
1111
'error' => 'Asset Maintenance is nie geskep nie, probeer asseblief weer.',
12-
'success' => 'Bate Onderhoud geskep suksesvol.'
12+
'success' => 'Bate Onderhoud geskep suksesvol.',
1313
],
1414
'edit' => [
1515
'error' => 'Bateonderhoud is nie geredigeer nie, probeer asseblief weer.',
16-
'success' => 'Bate Onderhoud suksesvol geredigeer.'
16+
'success' => 'Bate Onderhoud suksesvol geredigeer.',
1717
],
1818
'asset_maintenance_incomplete' => 'Nog nie voltooi nie',
1919
'warranty' => 'waarborg',
2020
'not_warranty' => 'Nie waarborg nie',
21-
];
21+
];

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
'title' => 'Bate Onderhoud',
55
'asset_name' => 'Bate Naam',
66
'is_warranty' => 'waarborg',
7-
'dl_csv' => 'Laai CSV af'
7+
'dl_csv' => 'Laai CSV af',
88
];
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
23
return [
34
'select_company' => 'Kies Maatskappy',
5+
'about_companies' => 'About Companies',
6+
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
47
];
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
<?php
2-
return array(
2+
3+
return [
34
'does_not_exist' => 'Maatskappy bestaan ​​nie.',
45
'assoc_users' => 'Hierdie maatskappy is tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie maatskappy te verwys nie en probeer weer.',
5-
'create' => array(
6+
'create' => [
67
'error' => 'Maatskappy is nie geskep nie, probeer asseblief weer.',
7-
'success' => 'Maatskappy geskep suksesvol.'
8-
),
9-
'update' => array(
8+
'success' => 'Maatskappy geskep suksesvol.',
9+
],
10+
'update' => [
1011
'error' => 'Maatskappy is nie opgedateer nie, probeer asseblief weer',
11-
'success' => 'Maatskappy suksesvol opgedateer.'
12-
),
13-
'delete' => array(
12+
'success' => 'Maatskappy suksesvol opgedateer.',
13+
],
14+
'delete' => [
1415
'confirm' => 'Is jy seker jy wil hierdie maatskappy uitvee?',
1516
'error' => 'Daar was \'n probleem met die verwydering van die maatskappy. Probeer asseblief weer.',
16-
'success' => 'Die maatskappy is suksesvol verwyder.'
17-
)
18-
);
17+
'success' => 'Die maatskappy is suksesvol verwyder.',
18+
],
19+
];

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

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22

3-
return array(
3+
return [
44
'custom_fields' => 'Aangepaste velde',
5+
'manage' => 'Manage',
56
'field' => 'veld',
67
'about_fieldsets_title' => 'Oor Fieldsets',
7-
'about_fieldsets_text' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.',
8-
'custom_format' => 'Gepasmaakte formaat ...',
8+
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
9+
'custom_format' => 'Custom Regex format...',
910
'encrypt_field' => 'Enkripteer die waarde van hierdie veld in die databasis',
1011
'encrypt_field_help' => 'WAARSKUWING: Om \'n veld te enkripteer, maak dit onondersoekbaar.',
1112
'encrypted' => 'encrypted',
@@ -26,7 +27,19 @@
2627
'used_by_models' => 'Gebruik deur modelle',
2728
'order' => 'Orde',
2829
'create_fieldset' => 'Nuwe Fieldset',
30+
'create_fieldset_title' => 'Create a new fieldset',
2931
'create_field' => 'Nuwe aangepaste veld',
32+
'create_field_title' => 'Create a new custom field',
3033
'value_encrypted' => 'Die waarde van hierdie veld is geïnkripteer in die databasis. Slegs admingebruikers sal die gedecodeerde waarde kan sien',
3134
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
32-
);
35+
'help_text' => 'Help Text',
36+
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
37+
'about_custom_fields_title' => 'About Custom Fields',
38+
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
39+
'add_field_to_fieldset' => 'Add Field to Fieldset',
40+
'make_optional' => 'Required - click to make optional',
41+
'make_required' => 'Optional - click to make required',
42+
'reorder' => 'Reorder',
43+
'db_field' => 'DB Field',
44+
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.'
45+
];
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<?php
22

3-
return array(
3+
return [
44
'about_asset_depreciations' => 'Oor bate afskrywing',
55
'about_depreciations' => 'U kan bate-afskrywings opstel om bates te deprecieer gebaseer op reguit-waardevermindering.',
66
'asset_depreciations' => 'Bate afskrywing',
77
'create' => 'Skep waardevermindering',
88
'depreciation_name' => 'Waardevermindering Naam',
9+
'depreciation_min' => 'Floor Value of Depreciation',
910
'number_of_months' => 'Aantal maande',
1011
'update' => 'Werk waardevermindering op',
11-
'depreciation_min' => 'Minimum Value after Depreciation'
12-
13-
);
12+
'depreciation_min' => 'Minimum Value after Depreciation',
13+
'no_depreciations_warning' => '<strong>Warning: </strong>
14+
You do not currently have any depreciations set up.
15+
Please set up at least one depreciation to view the depreciation report.',
16+
];
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
22

3-
return array(
3+
return [
44

55
'id' => 'ID',
66
'months' => 'maande',
77
'term' => 'termyn',
88
'title' => 'naam',
9+
'depreciation_min' => 'Floor Value',
910

10-
);
11+
];
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
return array(
3+
return [
44
'about_groups_title' => 'Oor groepe',
55
'about_groups' => 'Groepe word gebruik om gebruikersregte te veralgemeen.',
66
'group_management' => 'Groepbestuur',
@@ -10,5 +10,7 @@
1010
'group_admin' => 'Groep Admin',
1111
'allow' => 'laat',
1212
'deny' => 'ontken',
13-
14-
);
13+
'permission' => 'Permission',
14+
'grant' => 'Grant',
15+
'no_permissions' => 'This group has no permissions.'
16+
];

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

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

3-
return array(
4-
'bulk_delete' => 'Bevestig bates vir die verwydering van grootmaat',
3+
return [
4+
'bulk_delete' => 'Bevestig bates vir die verwydering van grootmaat',
55
'bulk_delete_help' => 'Hersien die bates vir grootmaatverwydering hieronder. Sodra dit verwyder is, kan hierdie bates herstel word, maar hulle word nie meer geassosieer met enige gebruikers wat hulle tans toegewys is nie.',
66
'bulk_delete_warn' => 'Jy is op die punt om te verwyder: bate_count bates.',
7-
'bulk_update' => 'Grootskaalse opdateringsbates',
8-
'bulk_update_help' => 'Met hierdie vorm kan u verskeie bates gelyktydig bywerk. Vul slegs die velde in wat u moet verander. Enige velde wat leeg is, bly onveranderd.',
9-
'bulk_update_warn' => 'Jy is op die punt om die eienskappe van: bate_count bates te wysig.',
7+
'bulk_update' => 'Grootskaalse opdateringsbates',
8+
'bulk_update_help' => 'Met hierdie vorm kan u verskeie bates gelyktydig bywerk. Vul slegs die velde in wat u moet verander. Enige velde wat leeg is, bly onveranderd.',
9+
'bulk_update_warn' => 'Jy is op die punt om die eienskappe van: bate_count bates te wysig.',
1010
'checkedout_to' => 'Gekontroleer na',
1111
'checkout_date' => 'Checkout Datum',
1212
'checkin_date' => 'Incheckdatum',
@@ -38,7 +38,12 @@
3838
'tag' => 'Bate-tag',
3939
'update' => 'Asset Update',
4040
'warranty' => 'waarborg',
41-
'warranty_expires' => 'Warranty Expires',
41+
'warranty_expires' => 'Warranty Expires',
4242
'years' => 'jaar',
43-
)
44-
;
43+
'asset_location' => 'Update Asset Location',
44+
'asset_location_update_default_current' => 'Update default location AND actual location',
45+
'asset_location_update_default' => 'Update only default location',
46+
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
47+
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
48+
'processing_spinner' => 'Processing...',
49+
];

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

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
return array(
3+
return [
44
'about_assets_title' => 'Oor bates',
55
'about_assets_text' => 'Bates is items opgespoor volgens reeksnommer of bate-tag. Hulle is geneig om hoër waarde items te wees waar die identifisering van \'n spesifieke item saak maak.',
6-
'archived' => 'argief',
6+
'archived' => 'argief',
77
'asset' => 'bate',
88
'bulk_checkout' => 'Checkout Assets',
99
'checkin' => 'Kontrole bate',
@@ -15,8 +15,29 @@
1515
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
1616
'requestable' => 'Requestable',
1717
'requested' => 'versoek',
18+
'not_requestable' => 'Not Requestable',
19+
'requestable_status_warning' => 'Do not change requestable status',
1820
'restore' => 'Herstel bate',
1921
'pending' => 'hangende',
2022
'undeployable' => 'Undeployable',
2123
'view' => 'Bekyk bate',
22-
);
24+
'csv_error' => 'You have an error in your CSV file:',
25+
'import_text' => '
26+
<p>
27+
Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin &gt; General Settings.
28+
</p>
29+
30+
<p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p>
31+
32+
<p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
33+
',
34+
'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format',
35+
'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format',
36+
'csv_import_match_first' => 'Try to match users by first name (jane) format',
37+
'csv_import_match_email' => 'Try to match users by email as username',
38+
'csv_import_match_username' => 'Try to match users by username',
39+
'error_messages' => 'Error messages:',
40+
'success_messages' => 'Success messages:',
41+
'alert_details' => 'Please see below for details.',
42+
'custom_export' => 'Custom Export'
43+
];

0 commit comments

Comments
 (0)