cn.json 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "yesterday": "昨日",
  3. "Error": {
  4. "description": "<p>We've unfortunately encountered an error.</p><p>You can try to <retry>reload the page</retry> you were visiting.</p>",
  5. "title": "Something went wrong!"
  6. },
  7. "IndexPage": {
  8. "description": "This is a basic example that demonstrates the usage of <code>next-intl</code> with the Next.js App Router. Try changing the locale in the top right corner and see how the content changes.",
  9. "title": "CWG Markets"
  10. },
  11. "LocaleLayout": {
  12. "title": "CWG Markets"
  13. },
  14. "LocaleSwitcher": {
  15. "label": "Change language",
  16. "locale": "{locale, select, en {🇺🇸 English} cn {🇨🇳 中文简体} zh {🇨🇳 中文繁體} de {🇩🇪 Deutsch} es {🇪🇸 Español} ar {🇸🇦 عربي} id {🇮🇩 Bahasa Indonesia} ms {🇲🇾 Bahasa Melayu} th {🇹🇭 ไทย} vi {🇻🇳 Tiếng Việt} ko {🇰🇷 한국어} pt {🇵🇹 Português} fa {🇮🇷 زبان پارسی} tr {🇹🇷 Türkçe} other {Unknown}}"
  17. },
  18. "Manifest": {
  19. "name": "CWG Markets"
  20. },
  21. "Navigation": {
  22. "home": "Home",
  23. "pathnames": "Pathnames"
  24. },
  25. "NotFoundPage": {
  26. "description": "Please double-check the browser address bar or use the navigation to go to a known page.",
  27. "title": "Page not found"
  28. },
  29. "PageLayout": {
  30. "links": {
  31. "docs": {
  32. "description": "Learn more about next-intl in the official docs.",
  33. "href": "https://next-intl.dev",
  34. "title": "Docs"
  35. },
  36. "source": {
  37. "description": "Browse the source code of this example on GitHub.",
  38. "href": "https://github.com/amannn/next-intl/tree/main/examples/example-app-router",
  39. "title": "Source code"
  40. }
  41. }
  42. },
  43. "PathnamesPage": {
  44. "description": "<p>The pathnames are internationalized too.</p><p>If you're using the default language English, you'll see <code>/en/pathnames</code> in the browser address bar on this page.</p><p>If you change the locale to German, the URL is localized accordingly (<code>/de/pfadnamen</code>).</p>",
  45. "title": "Pathnames"
  46. },
  47. "VideoPlayer": {
  48. "play": "播放",
  49. "pause": "暂停",
  50. "mute": "静音",
  51. "unmute": "取消静音",
  52. "fullscreen": "全屏",
  53. "forward": "快进10秒",
  54. "backward": "后退10秒"
  55. },
  56. "CardGuide": {
  57. "Page Name": "卡片指南",
  58. "keywords": "CWG CARD",
  59. "title": "CWG CARD ",
  60. "description": "CWG CARD",
  61. "step": "步骤{step}:",
  62. "p1": "激活您的",
  63. "p2": "CWG CARD",
  64. "p3": "只需几分钟",
  65. "p4": "安全 · 便捷 · 极速",
  66. "p5": "一张卡,畅行全球支付",
  67. "p6": "立即激活",
  68. "p7": "请登录CWG客户专区完成卡片激活",
  69. "p8": "选择CWG CARD",
  70. "p9": "强大品牌信誉和监管背书,用户更安心",
  71. "p10": "便捷的存取款",
  72. "p11": "CWG CARD存款/取款快速到账",
  73. "p12": "全球便捷支付",
  74. "p13": "VISA 网络覆盖200多个国家和地区,消费/支付轻松无忧",
  75. "p14": "后台管理优势",
  76. "p15": "随时查看账户余额和交易历史,操作简便明了",
  77. "p16": "激活您的",
  78. "p17": "CWG CARD",
  79. "p18": "今天开始您的全球支付之旅",
  80. "p19": "激活方法",
  81. "p20": "关于我们",
  82. "p21": "联系我们",
  83. "p22": "隐私政策",
  84. "p23": "服务条款",
  85. "p24": "激活流程",
  86. "p25": "学习如何在一分钟内激活您的",
  87. "p26": "",
  88. "p27": "支持多语言字幕",
  89. "p28": "开始使用您的",
  90. "p29": "",
  91. "p30": "",
  92. "p31": "点击查看 CWG CARD常见问题"
  93. }
  94. }