added missed translation for arabic

This commit is contained in:
mohd asif 2020-03-16 10:56:10 +05:30
parent ae1215834b
commit 1e5baab3a4
1 changed files with 127 additions and 61 deletions

View File

@ -975,6 +975,7 @@ return [
'delete-failed' => 'خطأ! المشترك لا يمكن حذفه'
]
],
'promotions' => [
'cart-rules' => [
'title' => 'قواعد سلة التسوق',
@ -1046,67 +1047,67 @@ return [
'coupon-qty' => 'كمية القسيمة',
'code-length' => 'طول الرمز',
'code-format' => 'تنسيق الرمز',
'alphanumeric' => 'Alphanumeric',
'alphabetical' => 'Alphabetical',
'numeric' => 'Numeric',
'code-prefix' => 'Code Prefix',
'code-suffix' => 'Code Suffix',
'generate' => 'Generate',
'cart-rule-not-defind-error' => 'Cart rule is not defined',
'mass-delete-success' => 'All the selected coupons have been deleted successfully.',
'end-other-rules' => 'End Other Rules',
'children-categories' => 'Categories (Children Only)',
'parent-categories' => 'Categories (Parent Only)',
'categories' => 'Categories',
'attribute_family' => 'Attribute Family'
'alphanumeric' => 'أبجدي رقمي',
'alphabetical' => 'مرتب حسب الحروف الأبجدية',
'numeric' => 'رقمي',
'code-prefix' => 'بادئة الرمز',
'code-suffix' => 'لاحقة الرمز',
'generate' => 'انشاء',
'cart-rule-not-defind-error' => 'لم يتم تحديد قاعدة سلة التسوق',
'mass-delete-success' => 'تم حذف جميع القسائم المحددة بنجاح',
'end-other-rules' => 'إنهاء القواعد الأخرى',
'children-categories' => '( الفئات (للأطفال فقط',
'parent-categories' => '(الفئات (الوالدين فقط',
'categories' => 'التصنيفات',
'attribute_family' => 'عائلة السمة'
],
'catalog-rules' => [
'title' => 'Catalog Rules',
'add-title' => 'Add Catalog Rule',
'edit-title' => 'Edit Catalog Rule',
'save-btn-title' => 'Save Catalog Rule',
'rule-information' => 'Rule Information',
'name' => 'Name',
'description' => 'Description',
'status' => 'Status',
'is-active' => 'Catalog Rule is Active',
'channels' => 'Channels',
'customer-groups' => 'Customer Groups',
'no' => 'No',
'yes' => 'Yes',
'from' => 'From',
'to' => 'To',
'priority' => 'Priority',
'conditions' => 'Conditions',
'condition-type' => 'Condition Type',
'all-conditions-true' => 'All Conditions are True',
'any-condition-true' => 'Any Condition is True',
'add-condition' => 'Add Condition',
'choose-condition-to-add' => 'Choose a condition to add',
'product-attribute' => 'Product Attribute',
'attribute-name-children-only' => ':attribute_name (Children Only)',
'attribute-name-parent-only' => ':attribute_name (Parent Only)',
'is-equal-to' => 'Is equal to',
'is-not-equal-to' => 'Is not equal to',
'equals-or-greater-than' => 'Equals or greater than',
'equals-or-less-than' => 'Equals or less than',
'greater-than' => 'Greater than',
'less-than' => 'Less than',
'contain' => 'Contain',
'contains' => 'Contains',
'does-not-contain' => 'Does not contain',
'actions' => 'Actions',
'action-type' => 'Action Type',
'percentage-product-price' => 'Percentage of Product Price',
'fixed-amount' => 'Fixed Amount',
'fixed-amount-whole-cart' => 'Fixed Amount to Whole Catalog',
'buy-x-get-y-free' => 'Buy X Get Y Free',
'discount-amount' => 'Discount Amount',
'mass-delete-success' => 'All the selected index of coupons have been deleted successfully.',
'end-other-rules' => 'End Other Rules',
'categories' => 'Categories',
'attribute_family' => 'Attribute Family'
'title' => 'قواعد الكتالوج',
'add-title' => 'إضافة قاعدة الكتالوج',
'edit-title' => 'تحرير قاعدة الكتالوج',
'save-btn-title' => 'حفظ قاعدة الكتالوج',
'rule-information' => 'معلومات القاعدة',
'name' => 'اسم',
'description' => 'وصف',
'status' => 'الحالة',
'is-active' => 'قاعدة الكتالوج نشطة',
'channels' => 'القنوات',
'customer-groups' => 'مجموعات العملاء',
'no' => 'لا',
'yes' => 'نعم',
'from' => 'من عند',
'to' => 'إلى',
'priority' => 'أفضلية',
'conditions' => 'الظروف',
'condition-type' => 'نوع الشرط',
'all-conditions-true' => 'جميع الشروط صحيحة',
'any-condition-true' => 'أي شرط صحيح',
'add-condition' => 'إضافة شرط',
'choose-condition-to-add' => 'اختر شرط لإضافته',
'product-attribute' => 'سمة المنتج',
'attribute-name-children-only' => '(للأطفال فقط) :attribute_name',
'attribute-name-parent-only' => '(للوالد فقط) :attribute_name',
'is-equal-to' => 'يساوي',
'is-not-equal-to' => 'لا يساوي',
'equals-or-greater-than' => 'يساوي أو أكبر من',
'equals-or-less-than' => 'يساوي أو أقل من',
'greater-than' => 'أكثر من',
'less-than' => 'أقل من',
'contain' => 'يحتوي',
'contains' => 'يحتوي على',
'does-not-contain' => 'لا يحتوي',
'actions' => 'أجراءات',
'action-type' => 'نوع الإجراء',
'percentage-product-price' => 'النسبة المئوية لسعر المنتج',
'fixed-amount' => 'مبلغ ثابت',
'fixed-amount-whole-cart' => 'المبلغ الثابت للكتالوج بالكامل',
'buy-x-get-y-free' => 'اشترِ X احصل على Y مجانًا',
'discount-amount' => 'مقدار الخصم',
'mass-delete-success' => 'تم حذف كل فهرس القسائم المحدد بنجاح',
'end-other-rules' => 'إنهاء القواعد الأخرى',
'categories' => 'التصنيفات',
'attribute_family' => 'عائلة السمة'
]
],
@ -1151,13 +1152,55 @@ return [
'xls' => 'XLS',
'file' => 'ملف',
'upload-error' => ' xls, xlsx, csv: الملف يجب أن يكون ملف من نوع',
'duplicate-error' => ':position عند الصف :identifier يجب أن يكون المعرف فريدًا ومكررًا'
'duplicate-error' => ':position عند الصف :identifier يجب أن يكون المعرف فريدًا ومكررًا',
'enough-row-error' => 'لا يحتوي الملف على صفوف كافية',
'allowed-type' => 'Allowed Type :',
'file-type' => 'csv, xls, xlsx.',
'no-records' => 'لا شيء للتصدير',
'illegal-format' => 'خطأ! هذا النوع من التنسيق إما غير معتمد أو تنسيقه غير القانوني'
],
'cms' => [
'pages' => [
'general' => 'جنرال لواء',
'seo' => 'SEO',
'pages' => 'الصفحات',
'title' => 'الصفحات',
'add-title' => 'إضافة صفحة',
'content' => 'المحتوى',
'url-key' => 'مفتاح URL',
'channel' => 'القنوات',
'locale' => 'لغات',
'create-btn-title' => 'احفظ الصفحة',
'edit-title' => 'تعديل الصفحة',
'edit-btn-title' => 'احفظ الصفحة',
'create-success' => 'تم إنشاء الصفحة بنجاح',
'create-partial' => 'بعض الصفحات المطلوبة موجودة بالفعل',
'create-failure' => 'جميع الصفحات المطلوبة موجودة بالفعل',
'update-success' => 'تم تحديث الصفحة بنجاح',
'update-failure' => 'لا يمكن تحديث الصفحة',
'page-title' => 'عنوان الصفحة',
'layout' => 'نسق',
'meta_keywords' => 'الكلمات الدالة Meta',
'meta_description' => 'وصف Meta',
'meta_title' => 'عنوان Meta',
'delete-success' => 'تم حذف صفحة CMS بنجاح',
'delete-failure' => 'لا يمكن حذف صفحة CMSd',
'preview' => 'معاينة',
'one-col' => '<div class="mt-10">Use class: <b>"static-container one-column"</b> لتخطيط عمود واحد</div>',
'two-col' => '<div class="mt-10">Use class: <b>"static-container two-column"</b> لتخطيط عمودين</div>',
'three-col' => '<div class="mt-10">Use class: <b>"static-container three-column"</b> لتخطيط ثلاثة أعمدة</div>',
'helper-classes' => 'Helper Classes'
]
],
'response' => [
'being-used' => ':source في :name يتم استخدام هذا المورد',
'cannot-delete-default' => 'لا يمكن حذف القناة الافتراضية',
'create-success' => 'إنشاء الاسم بنجاح:name',
'update-success' => 'تحديث الاسم بنجاح :name ',
'delete-success' => 'حذف الاسم بنجاح :name',
'delete-failed' => ':name حدث خطأ أثناء حذف',
'last-delete-error' => 'مطلوب name: واحد على الأقل',
'user-define-error' => 'لا يستطيع حذف نظام :name',
'attribute-error' => 'في المنتجات القابلة للتكوين :name يستخدم ' ,
@ -1178,9 +1221,29 @@ return [
],
'admin' => [
'emails' => [
'email' => 'Email',
'notification_label' => 'إشعارات',
'notifications' => [
'verification' => 'ارسل ايميل التفعيل',
'registration' => 'إرسال بريد إلكتروني للتسجيل',
'customer' => 'إرسال بريد إلكتروني للعميل',
'new-order' => 'إرسال بريد إلكتروني لتأكيد الطلب',
'new-admin' => 'إرسال بريد إلكتروني لدعوة المسؤول',
'new-invoice' => 'إرسال بريد إلكتروني لتأكيد الفاتورة',
'new-refund' => 'إرسال بريد إلكتروني لإشعار الاسترداد',
'new-shipment' => 'إرسال بريد إلكتروني لإشعار الشحن',
'new-inventory-source' => 'إرسال بريد إلكتروني لإشعار مصدر المستودع',
'cancel-order' => 'إرسال إلغاء بريد إلكتروني لإخطار الطلب',
],
],
'system' => [
'catalog' => 'فهرس',
'products' => 'منتجات',
'guest-checkout' => 'ضيف المحاسبة',
'allow-guest-checkout' => 'السماح للضيف بالخروج',
'allow-guest-checkout-hint' => 'تلميح: في حالة تشغيله ، يمكن تكوين هذا الخيار لكل منتج على وجه التحديد',
'review' => 'مراجعة',
'allow-guest-review' => 'السماح بمراجعة الضيف',
'inventory' => 'المخزون',
@ -1220,6 +1283,7 @@ return [
'footer' => 'تذييل',
'content' => 'المحتوى',
'footer-content' => 'نص التذييل',
'footer-toggle' => 'تبديل التذييل',
'locale-options' => 'خيارات الوحدة',
'weight-unit' => 'وحدة الوزن',
'admin-page-limit' => 'العناصر الافتراضية لكل صفحة (المشرف)',
@ -1235,7 +1299,9 @@ return [
'order-number-length' => 'طول رقم الطلب',
'order-number-suffix' => 'لاحقة رقم الطلب',
'default' => 'إفتراضي',
'sandbox' => 'صندوق الرمل'
'sandbox' => 'صندوق الرمل',
'all-channels' => 'الكل',
'all-locales' => 'الكل'
]
]
];
];