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": "หาชุด Swag ที่เหมาะกับคุณ!"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "ยินดีต้อนรับสู่ร้าน **PreMiD** อย่างเป็นทางการ!"
- }
- }
|