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": "**اندازه خود را پیدا کنید**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "مشکلاتی را با فروشگاه یا سفارشات دارید؟ با {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** خوش آمدید!"
- }
- }
|