mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- Moved Language strings over to the plugin directory - Removed them from the original language files (Config.php, Customers.php, Sales.php) - Added translations for missing languages related to MailchimpPlugin.php Signed-off-by: objec <objecttothis@gmail.com>
48 lines
3.3 KiB
PHP
48 lines
3.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"account_number" => "رقم الحساب",
|
|
"account_number_duplicate" => "رقم الحساب هذا موجود فى قاعدة البيانات من قبل.",
|
|
"available_points" => "النقاط المتاحة",
|
|
"available_points_value" => "",
|
|
"average" => "معدل الصرف",
|
|
"avg_discount" => "معدل الخصم",
|
|
"basic_information" => "معلومات الزبون",
|
|
"cannot_be_deleted" => "لايمكن حذف هؤلاء العملاء، أحدهم/كلهم مرتبط/مرتبطين بمبيعات.",
|
|
"company_name" => "اسم الشركة",
|
|
"confirm_delete" => "هل تريد حذف هؤلاء العملاء حقاً؟",
|
|
"confirm_restore" => "هل انت متأكد من إستعادة قاعدة بيانات الزبائن ؟",
|
|
"consent" => "موافقة التسجيل",
|
|
"consent_required" => "موافقة التسجيل هي خانة اجبارية.",
|
|
"csv_import_failed" => "فشل الإستيراد من اكسل",
|
|
"csv_import_nodata_wrongformat" => "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.",
|
|
"csv_import_partially_failed" => "تم استيراد معظم العملاء. البعض لم يتم استيرادهم ، وهذه هى القائمة:",
|
|
"csv_import_success" => "تم استيراد العملاء بنجاح.",
|
|
"customer" => "العميل",
|
|
"date" => "التاريخ",
|
|
"discount" => "نسبة الخصم",
|
|
"discount_fixed" => "حسم ثابت",
|
|
"discount_percent" => "نسبة الحبم",
|
|
"discount_type" => "نوع الحسم",
|
|
"email_duplicate" => "البريد الالكتروني مكرر.",
|
|
"employee" => "الموظف",
|
|
"error_adding_updating" => "خطاء فى إضافة أو تحديث العميل.",
|
|
"import_items_csv" => "استيراد العملا ء من ورقة عمل اكسل",
|
|
"max" => "الحد الأقصى",
|
|
"min" => "الحد الأدنى",
|
|
"new" => "عميل جديد",
|
|
"none_selected" => "لم تختار عملاء للحذف.",
|
|
"one_or_multiple" => "عميل/عملاء",
|
|
"quantity" => "العدد",
|
|
"stats_info" => "الحالة",
|
|
"successful_adding" => "لقد أضفت عميل بنجاح",
|
|
"successful_deleted" => "لقد قمت بالحذف بنجاح",
|
|
"successful_updating" => "لقد قمت بتحديث بيانات العميل بنجاح",
|
|
"tax_code" => "كود الضريبة",
|
|
"tax_id" => "الرقم الضريبي",
|
|
"taxable" => "خاضع للضريبة",
|
|
"total" => "المجموع",
|
|
"update" => "تحديث بيانات عميل",
|
|
"rewards_package" => "فئة المكافئة",
|
|
];
|