Skip to content

Commit 61fa0bd

Browse files
authored
Merge pull request #11917 from snipe/updates/updated_language_strings
Updated lnaguage strings
2 parents 931d81d + 81d2a3a commit 61fa0bd

File tree

468 files changed

+3137
-2188
lines changed

Some content is hidden

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

468 files changed

+3137
-2188
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'bulk_delete_warn' => 'Jy is op die punt om te verwyder: bate_count bates.',
77
'bulk_update' => 'Grootskaalse opdateringsbates',
88
'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.',
9+
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
1010
'checkedout_to' => 'Gekontroleer na',
1111
'checkout_date' => 'Checkout Datum',
1212
'checkin_date' => 'Incheckdatum',

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

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

33
return array(
44

5-
'does_not_exist' => 'Lisensie bestaan ​​nie.',
5+
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
66
'user_does_not_exist' => 'Gebruiker bestaan ​​nie.',
77
'asset_does_not_exist' => 'Die bate wat u met hierdie lisensie probeer assosieer, bestaan ​​nie.',
88
'owner_doesnt_match_asset' => 'Die bate wat u met hierdie lisensie probeer assosieer, is in besit van ander as die persoon wat in die opdrag toegeken is.',

resources/lang/af/general.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@
371371
'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
372372
'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
373373
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
374+
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
375+
'na_no_purchase_date' => 'N/A - No purchase date provided',
376+
'assets_by_status' => 'Assets by Status',
377+
'assets_by_status_type' => 'Assets by Status Type',
378+
'pie_chart_type' => 'Dashboard Pie Chart Type',
379+
'hello_name' => 'Hello, :name!',
380+
'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them',
374381

375382

376383
];

resources/lang/af/mail.php

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

33
return [
4+
'acceptance_asset_accepted' => 'A user has accepted an item',
5+
'acceptance_asset_declined' => 'A user has declined an item',
46
'a_user_canceled' => '\'N Gebruiker het \'n itemversoek op die webwerf gekanselleer',
57
'a_user_requested' => '\'N Gebruiker het \'n item op die webwerf versoek',
68
'accessory_name' => 'Toebehore Naam:',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
77
'bulk_update' => 'Bulk Update Assets',
88
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
9-
'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
9+
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
1010
'checkedout_to' => 'Checked Out To',
1111
'checkout_date' => 'Checkout Date',
1212
'checkin_date' => 'Checkin Date',

resources/lang/am/admin/licenses/message.php

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

33
return array(
44

5-
'does_not_exist' => 'License does not exist.',
5+
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
66
'user_does_not_exist' => 'User does not exist.',
77
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
88
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',

resources/lang/am/general.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@
371371
'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
372372
'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
373373
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
374+
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
375+
'na_no_purchase_date' => 'N/A - No purchase date provided',
376+
'assets_by_status' => 'Assets by Status',
377+
'assets_by_status_type' => 'Assets by Status Type',
378+
'pie_chart_type' => 'Dashboard Pie Chart Type',
379+
'hello_name' => 'Hello, :name!',
380+
'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them',
374381

375382

376383
];

resources/lang/am/mail.php

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

33
return [
4+
'acceptance_asset_accepted' => 'A user has accepted an item',
5+
'acceptance_asset_declined' => 'A user has declined an item',
46
'a_user_canceled' => 'A user has canceled an item request on the website',
57
'a_user_requested' => 'A user has requested an item on the website',
68
'accessory_name' => 'Accessory Name:',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'bulk_delete_warn' => 'أنت على وشك حذف :asset_count من الأصول.',
77
'bulk_update' => 'تحديث للأصول المحددة',
88
'bulk_update_help' => 'يتيح لك هذا النموذج تحديث عدة أصول دفعة واحدة. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة بدون تغيير. ',
9-
'bulk_update_warn' => 'أنت على وشك تعديل خصائص :asset_count من الأصول.',
9+
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
1010
'checkedout_to' => 'تم الاخراج إلى',
1111
'checkout_date' => 'تاريخ الاخراج',
1212
'checkin_date' => 'تاريخ الادخال',

resources/lang/ar/admin/licenses/message.php

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

33
return array(
44

5-
'does_not_exist' => 'الترخيص غير موجود.',
5+
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
66
'user_does_not_exist' => 'المستخدم غير موجود.',
77
'asset_does_not_exist' => 'الأصل اللذي تحاول ربطه مع هذا الترخيص غير موجود.',
88
'owner_doesnt_match_asset' => 'الأصل اللذي تحاول ربطه مع هذا الترخيص حاليا مملوك لشخص اخر غير اللذي تم اختياره من القائمة المنسدلة.',

0 commit comments

Comments
 (0)