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** पण्य की दुकान में आपका स्वागत है!"
- }
- }
|