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