merch.json 867 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "merch.cart": {
  3. "description": "Add product to cart",
  4. "message": "加入購物車"
  5. },
  6. "merch.error.noitem": {
  7. "description": "Error message when no size selected",
  8. "message": "購物車內沒有任何物品"
  9. },
  10. "merch.fit": {
  11. "description": "Product sizes",
  12. "message": "請選擇你的大小"
  13. },
  14. "merch.help": {
  15. "description": "Link to customer support, {0}{1} is the replacement for the link",
  16. "message": "在訂單中遇到問題?聯絡我們的{0}客戶服務{1}"
  17. },
  18. "merch.item.added": {
  19. "description": "{0} replaced with product name",
  20. "message": "購物車 ({0})"
  21. },
  22. "merch.swag": {
  23. "description": "Subtitle for store",
  24. "message": "尋找你的**Swag**"
  25. },
  26. "merch.title": {
  27. "description": "Merch store title",
  28. "message": "歡迎來到** PreMiD **官方周邊商店!"
  29. }
  30. }