12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "اضف الى العربة"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "لا يوجد عنصر لإضافته إلى سلة التسوق "
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "** اختر ما يناسبك **\n "
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "هل تواجه مشاكل مع متجرنا أو طلب ما؟\nتواصل مع {0}دعم العملاء{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} أضيف إلى سلة التسوق الخاصة بك"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "ابحث عن **الغنيمه**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "مرحبًا بكم في متجر سلع **PreMiD** الرسمي!"
- }
- }
|