mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-31 13:37:54 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
43 lines
2.6 KiB
PHP
43 lines
2.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_item" => "إضافة مجموعة",
|
|
"all" => "الكل",
|
|
"cannot_be_deleted" => "لايمكن حذف مجموعة/مجموعات.",
|
|
"confirm_delete" => "هل أنت متأكد أنك تريد حذف المجموعة؟",
|
|
"confirm_restore" => "هل أنت متأكد أنك تريد استعادة المجموعة المحددة؟",
|
|
"description" => "وصف المجموعة",
|
|
"discount" => "الخصم",
|
|
"discount_fixed" => "خصم قابل للتعديل",
|
|
"discount_percent" => "نسبة الخصم",
|
|
"discount_type" => "نوع الخصم",
|
|
"error_adding_updating" => "خطاء فى إضافة/تحديث المجموعة.",
|
|
"find_kit_item" => "صنف لمجموعة",
|
|
"info" => "معلومات المجموعة",
|
|
"item" => "صنف",
|
|
"item_kit_number" => "الباركود",
|
|
"item_kit_number_duplicate" => "رقم مجموعة الأدوات موجود في قاعدة البيانات.",
|
|
"item_number" => "",
|
|
"item_number_duplicate" => "",
|
|
"items" => "أصناف",
|
|
"kit" => "كود المجموعة",
|
|
"kit_and_components" => "المجموعة ومحتوياتها",
|
|
"kit_and_stock" => "المجموعه والصنف",
|
|
"kit_only" => "المجموعه فقط",
|
|
"name" => "اسم المجموعة",
|
|
"new" => "مجموعة جديده",
|
|
"no_item_kits_to_display" => "لاتوجد مجموعات لعرضها.",
|
|
"none_selected" => "لم تقم بإختيار مجموعات.",
|
|
"one_or_multiple" => "مجموعة/مجموعات",
|
|
"price_option" => "خيارات التسعير",
|
|
"priced_only" => "المسعرين فقط",
|
|
"print_option" => "خيارات الطباعة",
|
|
"quantity" => "الكمية",
|
|
"sequence" => "التسلسل",
|
|
"successful_adding" => "لقد تم إضافة المجموعة بنجاح",
|
|
"successful_deleted" => "لقد تم حذف المجموعة بنجاح",
|
|
"successful_updating" => "لقد تم تحديث بيانات المجموعة بنجاح",
|
|
"unit_price" => "",
|
|
"update" => "تحديث بيانات مجموعة",
|
|
];
|