-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
122 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,54 @@ | ||
{ | ||
|
||
"Coupon": "قسيمة", | ||
"Code": "الرمز", | ||
"Amount": "المبلغ", | ||
"Type": "النوع", | ||
"Percentage": "النسبة المئوية", | ||
"Is limited": "محدودة", | ||
"Apply On Selected Category": "تطبيق على الفئة المحددة", | ||
"Apply On Selected Products": "تطبيق على المنتجات المحددة", | ||
"Apply For All Categories Except": "تطبيق على جميع الفئات باستثناء", | ||
"Apply For All Products Except": "تطبيق على جميع المنتجات باستثناء", | ||
"End At": "انتهاء في", | ||
"Use limit": "الحد الأقصى للاستخدام", | ||
"Use limit by user": "الحد الأقصى للاستخدام من قبل المستخدم", | ||
"Order total limit": "الحد الأقصى لإجمالي الطلب", | ||
"Is activated": "مفعلة", | ||
"Is marketing": "هل هو تسويقي", | ||
"Marketer name": "اسم المسوق", | ||
"Marketer type": "نوع المسوق", | ||
"Marketer amount": "مبلغ المسوق", | ||
"Marketer amount max": "الحد الأقصى لمبلغ المسوق", | ||
"Marketer show amount max": "عرض الحد الأقصى لمبلغ المسوق", | ||
"Marketer hide total sales": "إخفاء مبيعات الإجمالي للمسوق", | ||
"Save": "حفظ", | ||
"Cancel": "إلغاء", | ||
"Delete": "حذف", | ||
"coupons": "قسائم", | ||
"Is used": "تم استخدامه", | ||
"Edit": "تحرير", | ||
"Gift Card": "بطاقة هدايا", | ||
"Name": "الاسم", | ||
"Balance": "الرصيد", | ||
"Currency": "العملة", | ||
"Is expired": "منتهي الصلاحية", | ||
"Gift Cards": "بطاقات الهدايا", | ||
"Account": "الحساب", | ||
"Referral Code": "رمز الإحالة", | ||
"Is public": "عام", | ||
"Referral Codes": "رموز الإحالة", | ||
"Counter": "عداد", | ||
"Coupon updated successfully": "تم تحديث القسيمة بنجاح", | ||
"Coupon deleted successfully": "تم حذف القسيمة بنجاح", | ||
"GiftCard updated successfully": "تم تحديث بطاقة الهدايا بنجاح", | ||
"GiftCard deleted successfully": "تم حذف بطاقة الهدايا بنجاح", | ||
"ReferralCode updated successfully": "تم تحديث رمز الإحالة بنجاح", | ||
"ReferralCode deleted successfully": "تم حذف رمز الإحالة بنجاح", | ||
"Coupon Has Been Deleted": "تم حذف القسيمة", | ||
"ID": "المعرف", | ||
"GiftCard Has Been Deleted": "تم حذف بطاقة الهدايا", | ||
"Id": "المعرف", | ||
"ReferralCode Has Been Deleted": "تم حذف رمز الإحالة", | ||
"Offers": "العروض", | ||
"Coupons": "قسائم" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,54 @@ | ||
{ | ||
|
||
} | ||
"Coupon": "Coupon", | ||
"Code": "Code", | ||
"Amount": "Amount", | ||
"Type": "Type", | ||
"Percentage": "Percentage", | ||
"Is limited": "Is limited", | ||
"Apply On Selected Category": "Apply On Selected Category", | ||
"Apply On Selected Products": "Apply On Selected Products", | ||
"Apply For All Categories Except": "Apply For All Categories Except", | ||
"Apply For All Products Except": "Apply For All Products Except", | ||
"End At": "End At", | ||
"Use limit": "Use limit", | ||
"Use limit by user": "Use limit by user", | ||
"Order total limit": "Order total limit", | ||
"Is activated": "Is activated", | ||
"Is marketing": "Is marketing", | ||
"Marketer name": "Marketer name", | ||
"Marketer type": "Marketer type", | ||
"Marketer amount": "Marketer amount", | ||
"Marketer amount max": "Marketer amount max", | ||
"Marketer show amount max": "Marketer show amount max", | ||
"Marketer hide total sales": "Marketer hide total sales", | ||
"Save": "Save", | ||
"Cancel": "Cancel", | ||
"Delete": "Delete", | ||
"coupons": "coupons", | ||
"Is used": "Is used", | ||
"Edit": "Edit", | ||
"Gift Card": "Gift Card", | ||
"Name": "Name", | ||
"Balance": "Balance", | ||
"Currency": "Currency", | ||
"Is expired": "Is expired", | ||
"Gift Cards": "Gift Cards", | ||
"Account": "Account", | ||
"Referral Code": "Referral Code", | ||
"Is public": "Is public", | ||
"Referral Codes": "Referral Codes", | ||
"Counter": "Counter", | ||
"Coupon updated successfully": "Coupon updated successfully", | ||
"Coupon deleted successfully": "Coupon deleted successfully", | ||
"GiftCard updated successfully": "GiftCard updated successfully", | ||
"GiftCard deleted successfully": "GiftCard deleted successfully", | ||
"ReferralCode updated successfully": "ReferralCode updated successfully", | ||
"ReferralCode deleted successfully": "ReferralCode deleted successfully", | ||
"Coupon Has Been Deleted": "Coupon Has Been Deleted", | ||
"ID": "ID", | ||
"GiftCard Has Been Deleted": "GiftCard Has Been Deleted", | ||
"Id": "Id", | ||
"ReferralCode Has Been Deleted": "ReferralCode Has Been Deleted", | ||
"Offers": "Offers", | ||
"Coupons": "Coupons" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters