Skip to content

Commit fe5e813

Browse files
committed
Updated translations
1 parent d6f7e03 commit fe5e813

File tree

327 files changed

+3593
-687
lines changed

Some content is hidden

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

327 files changed

+3593
-687
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
return array(
44
'about_consumables_title' => 'حول المواد الاستهلاكية',
55
'about_consumables_text' => 'المواد الاستهلاكية هي الأشياء المشتراة والتي ستستخدم مع مرور الوقت. على سبيل المثال، حبر الطابعة أو ورق الناسخة.',
6-
'consumable_name' => 'اسم المادة الإستهلاكية',
7-
'cost' => 'تكلفة الشراء',
8-
'create' => 'إنشاء مادة إستهلاكية',
9-
'date' => 'تاريخ الشراء',
10-
'item_no' => 'رقم القطعة.',
11-
'order' => 'رقم طلب الشراء',
12-
'remaining' => 'المتبقية',
13-
'total' => 'المجموع',
6+
'checkout' => 'Checkout Consumable to User',
7+
'consumable_name' => 'اسم المادة الإستهلاكية',
8+
'cost' => 'تكلفة الشراء',
9+
'create' => 'إنشاء مادة إستهلاكية',
10+
'date' => 'تاريخ الشراء',
11+
'item_no' => 'رقم القطعة.',
12+
'order' => 'رقم طلب الشراء',
13+
'remaining' => 'المتبقية',
14+
'total' => 'المجموع',
1415
'update' => 'تحديث المادة الإستهلاكية',
1516
);

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
'about_fieldsets_title' => 'حول مجموعة الحقول',
77
'about_fieldsets_text' => 'مجموعات-الحقول تسمح لك بإنشاء مجموعات من الحقول اللتي يمكن إعادة إستخدامها مع أنواع موديل محدد.',
88
'custom_format' => 'Custom format...',
9-
'encrypt_field' => 'Encrypt the value of this field in the database',
9+
'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.',
1010
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
11+
'encrypted' => 'Encrypted',
1112
'fieldset' => 'مجموعة-حقول',
1213
'qty_fields' => 'الحقول الكمية',
1314
'fieldsets' => 'مجموعات-الحقول',
1415
'fieldset_name' => 'إسم مجموعة-الحقل',
1516
'field_name' => 'إسم الحقل',
1617
'field_values' => 'Field Values',
17-
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
18+
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).',
1819
'field_element' => 'عنصر النموذج',
1920
'field_element_short' => 'عنصر',
2021
'field_format' => 'صيغة',
@@ -25,4 +26,5 @@
2526
'order' => 'Order',
2627
'create_fieldset' => 'مجموعة-حقول جديدة',
2728
'create_field' => 'حقل جديد مخصص',
29+
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
2830
);

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
'edit' => 'Edit Asset',
1313
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
1414
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
15-
'requestable' => 'Requestable',
15+
'requestable' => 'Requestable',
16+
'requested' => 'Requested',
1617
'restore' => 'Restore Asset',
1718
'pending' => 'Pending',
1819
'undeployable' => 'Undeployable',

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
),
3838

3939
'import' => array(
40-
'error' => 'Some items did not import correctly.',
41-
'errorDetail' => 'The following Items were not imported because of errors.',
42-
'success' => "Your file has been imported",
40+
'error' => 'Some items did not import correctly.',
41+
'errorDetail' => 'The following Items were not imported because of errors.',
42+
'success' => "Your file has been imported",
43+
'file_delete_success' => "Your file has been been successfully deleted",
44+
'file_delete_error' => "The file was unable to be deleted",
4345
),
4446

4547

@@ -67,6 +69,7 @@
6769
'requests' => array(
6870
'error' => 'Asset was not requested, please try again',
6971
'success' => 'Asset requested successfully.',
72+
'canceled' => 'Checkout request successfully canceled'
7073
)
7174

7275
);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'error' => 'File(s) not uploaded. Please try again.',
2424
'success' => 'File(s) successfully uploaded.',
2525
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
26-
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
26+
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.',
2727
),
2828

2929
'update' => array(

resources/lang/ar/admin/models/general.php

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

55
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
66
'restore' => 'Restore Model',
7+
'requestable' => 'Users may request this model',
78
'show_mac_address' => 'Show MAC address field in assets in this model',
89
'view_deleted' => 'View Deleted',
910
'view_models' => 'View Models',

resources/lang/ar/admin/models/table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'title' => 'Asset Models',
1212
'update' => 'Update Asset Model',
1313
'view' => 'View Asset Model',
14-
'update' => 'Update Model',
14+
'update' => 'Update Asset Model',
1515
'clone' => 'Clone Model',
1616
'edit' => 'Edit Model',
1717
);

resources/lang/ar/general.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
'remove_company' => 'Remove Company Association',
128128
'reports' => 'التقارير',
129129
'requested' => 'Requested',
130+
'request_canceled' => 'Request Canceled',
130131
'save' => 'حفظ',
131132
'select' => 'Select',
132133
'search' => 'Search',

resources/lang/ar/mail.php

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<?php
2+
3+
return array(
4+
'a_user_canceled' => 'A user has canceled an item request on the website',
5+
'a_user_requested' => 'A user has requested an item on the website',
6+
'accessory_name' => 'Accessory Name:',
7+
'additional_notes' => 'Additional Notes:',
8+
'admin_has_created' => 'An administrator has created an account for you on the :web website.',
9+
'asset' => 'Asset:',
10+
'asset_name' => 'Asset Name:',
11+
'asset_requested' => 'Asset requested',
12+
'asset_tag' => 'Asset Tag:',
13+
'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees
14+
expiring in the next 60 days.',
15+
'assigned_to' => 'Assigned To',
16+
'best_regards' => 'Best regards,',
17+
'canceled' => 'Canceled:',
18+
'checkin_date' => 'Checkin Date:',
19+
'checkout_date' => 'Checkout Date:',
20+
'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
21+
'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.',
22+
'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.',
23+
'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.',
24+
'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.',
25+
'Confirm_accessory_delivery' => 'Confirm accessory delivery.',
26+
'Confirm_asset_delivery' => 'Confirm asset delivery.',
27+
'Confirm_consumable_delivery' => 'Confirm consumable delivery.',
28+
'current_QTY' => 'Current QTY',
29+
'Days' => 'Days',
30+
'days' => 'Days',
31+
'expecting_checkin_date' => 'Expected Checkin Date:',
32+
'expires' => 'Expires',
33+
'Expiring_Assets_Report' => 'Expiring Assets Report.',
34+
'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
35+
'hello' => 'Hello',
36+
'hi' => 'Hi',
37+
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
38+
'item' => 'Item:',
39+
'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum
40+
inventory or will soon be low.',
41+
'Item_Request_Canceled' => 'Item Request Canceled',
42+
'Item_Requested' => 'Item Requested',
43+
'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.',
44+
'link_to_update_password' => 'Please click on the following link to update your :web password:',
45+
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
46+
'login' => 'Login:',
47+
'Low_Inventory_Report' => 'Low Inventory Report',
48+
'min_QTY' => 'Min QTY',
49+
'name' => 'Name',
50+
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
51+
'password' => 'Password:',
52+
'password_reset' => 'Password Reset',
53+
54+
'read_the_terms' => 'Please read the terms of use below.',
55+
'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read
56+
and agree to the terms of use, and have received the asset.',
57+
'requested' => 'Requested:',
58+
'reset_link' => 'Your Password Reset Link',
59+
'reset_password' => 'Click here to reset your password:',
60+
'serial' => 'Serial:',
61+
'supplier' => 'Supplier',
62+
'tag' => 'Tag',
63+
'test_email' => 'Test Email from Snipe-IT',
64+
'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)',
65+
'the_following_item' => 'The following item has been checked in: ',
66+
'There_are' => '{1} There is|[2,Inf] There are',
67+
'to_reset' => 'To reset your :web password, complete this form:',
68+
'type' => 'Type',
69+
'user' => 'User:',
70+
'username' => 'Username:',
71+
'welcome' => 'Welcome :name',
72+
'welcome_to' => 'Welcome to :web!',
73+
'your_credentials' => 'Your Snipe-IT credentials',
74+
);

resources/lang/bg/admin/consumables/general.php

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
return array(
44
'about_consumables_title' => 'Относно консумативите',
55
'about_consumables_text' => 'Консумативите са всички неща, купувани във времето. Например тонер за принтер или хартия.',
6-
'consumable_name' => 'Консуматив',
7-
'cost' => 'Стойност на закупуване',
8-
'create' => 'Създаване на консуматив',
9-
'date' => 'Дата на закупуване',
10-
'item_no' => 'Item No.',
11-
'order' => 'Номер на поръчка',
12-
'remaining' => 'Остава',
13-
'total' => 'Oбщо',
6+
'checkout' => 'Checkout Consumable to User',
7+
'consumable_name' => 'Консуматив',
8+
'cost' => 'Стойност на закупуване',
9+
'create' => 'Създаване на консуматив',
10+
'date' => 'Дата на закупуване',
11+
'item_no' => 'Item No.',
12+
'order' => 'Номер на поръчка',
13+
'remaining' => 'Остава',
14+
'total' => 'Oбщо',
1415
'update' => 'Обновяване на консуматив',
1516
);

0 commit comments

Comments
 (0)