Skip to content

Commit af5c221

Browse files
committed
Updated language strings
1 parent feb7480 commit af5c221

File tree

215 files changed

+665
-305
lines changed

Some content is hidden

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

215 files changed

+665
-305
lines changed

app/config/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
return array (
3-
'app_version' => 'v2.0-393',
4-
'hash_version' => 'v2.0-393-gbc8c8e4',
3+
'app_version' => 'v2.0-394',
4+
'hash_version' => 'v2.0-394-g14ba5a3',
55
);

app/lang/ar/admin/accessories/general.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
'about_accessories_text' => 'الملحقات هي أي شيء تقوم بتسليمه للمستخدمين لكنه لا يحتوي على رقم تسلسلي (أو أنك لست بحاجة إلى تتبعه بشكل خاص). مثال: فأرة الحاسوب أو لوحة المفاتيح.',
66
'accessory_category' => 'فئة الملحق',
77
'accessory_name' => 'اسم الملحق',
8+
'cost' => 'Purchase Cost',
89
'create' => 'Create Accessory',
10+
'date' => 'Purchase Date',
911
'eula_text' => 'إنشاء اتفاقية جديدة',
1012
'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.',
1113
'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم الأصول في هذه الفئة.',
1214
'no_default_eula' => 'ليس هناك اتفاقيات. قم باضافة واحدة من "الاعدادات".',
15+
'order' => 'Order Number',
1316
'qty' => 'الكمية',
1417
'total' => 'المجموع',
1518
'remaining' => 'المتاح',
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22

33
return [
4-
'asset_maintenance_type' => 'Asset Maintenance Type',
4+
'asset_maintenance_type' => 'Maintenance Type',
55
'title' => 'Title',
6-
'start_date' => 'Start Date',
7-
'completion_date' => 'Completion Date',
6+
'start_date' => 'Started',
7+
'completion_date' => 'Completed',
88
'cost' => 'Cost',
99
'is_warranty' => 'Warranty Improvement',
10-
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
10+
'asset_maintenance_time' => 'Days',
1111
'notes' => 'Notes',
12-
'update' => 'Update Asset Maintenance',
13-
'create' => 'Create Asset Maintenance'
12+
'update' => 'Update',
13+
'create' => 'Create'
1414
];

app/lang/ar/admin/asset_maintenances/table.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
return [
44
'title' => 'Asset Maintenance',
5-
'asset_name' => 'Asset Name',
6-
'supplier_name' => 'Supplier Name',
5+
'asset_name' => 'Asset',
6+
'supplier_name' => 'Supplier',
77
'is_warranty' => 'Warranty',
88
'dl_csv' => 'Download CSV'
9-
];
9+
];

app/lang/ar/admin/consumables/general.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
'about_consumables_title' => 'About Consumables',
55
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
66
'consumable_name' => 'Consumable Name',
7+
'cost' => 'Purchase Cost',
78
'create' => 'Create Consumable',
9+
'date' => 'Purchase Date',
10+
'order' => 'Order Number',
811
'remaining' => 'Remaining',
912
'total' => 'Total',
1013
'update' => 'Update Consumable',

app/lang/ar/admin/locations/table.php

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

33
return array(
4-
4+
'assets_rtd' => 'Assets RTD',
5+
'assets_checkedout' => 'Assets Assigned',
56
'id' => 'ID',
67
'city' => 'City',
78
'state' => 'State',
@@ -13,5 +14,5 @@
1314
'zip' => 'Postal Code',
1415
'locations' => 'Locations',
1516
'parent' => 'Parent',
16-
'currency' => 'Location Currency', // this is deprecated
17+
'currency' => 'Location Currency',
1718
);

app/lang/ar/admin/settings/general.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
'header_color' => 'Header Color',
2727
'info' => 'These settings let you customize certain aspects of your installation.',
2828
'laravel' => 'Laravel Version',
29-
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
29+
'load_remote_text' => 'Remote Scripts',
30+
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
3031
'logo' => 'Logo',
3132
'optional' => 'optional',
3233
'per_page' => 'Results Per Page',
@@ -47,4 +48,7 @@
4748
'system' => 'System Information',
4849
'update' => 'Update Settings',
4950
'value' => 'Value',
51+
'brand' => 'Branding',
52+
'about_settings_title' => 'About Settings',
53+
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
5054
);

app/lang/ar/general.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'date' => 'التاريخ',
4444
'delete' => 'حذف',
4545
'deleted' => 'تم حذفها',
46+
'delete_seats' => 'Deleted Seats',
4647
'deployed' => 'مُوزعة',
4748
'depreciation_report' => 'تقرير الإستهلاك',
4849
'download' => 'Download',

app/lang/bg/admin/accessories/general.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
'about_accessories_text' => 'Аксесоарите са всички неща, които се изписват на потребителите, но нямат сериен номер (или няма нужда да бъдат конкретно проследявани). Например, това са мишки, клавиатури и др.',
66
'accessory_category' => 'Категория аксесоари',
77
'accessory_name' => 'Аксесоар',
8+
'cost' => 'Purchase Cost',
89
'create' => 'Създаване на аксесоар',
10+
'date' => 'Purchase Date',
911
'eula_text' => 'EULA на категорията',
1012
'eula_text_help' => 'Това поле позволява да задавате различни EULA за всеки тип активи. Ако имате обща EULA за всички активи, можете да използвате кутийката по-долу за да използвате една обща по подразбиране.',
1113
'require_acceptance' => 'Задължаване на потребителите да потвърждават приемането на активи от тази категория.',
1214
'no_default_eula' => 'Няма EULA по подразбиране. Добавете я в Настройки.',
15+
'order' => 'Order Number',
1316
'qty' => 'Количество',
1417
'total' => 'Oбщо',
1518
'remaining' => 'Наличност',

app/lang/bg/admin/asset_maintenances/table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
'supplier_name' => 'Доставчик',
77
'is_warranty' => 'Гаранция',
88
'dl_csv' => 'Сваляне на CSV'
9-
];
9+
];

0 commit comments

Comments
 (0)