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 **官方周邊商店!"
- }
- }
|