en.json 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "yesterday": "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": "Play",
  49. "pause": "Pause",
  50. "mute": "Mute",
  51. "unmute": "Unmute",
  52. "fullscreen": "Fullscreen",
  53. "forward": "Forward 10s",
  54. "backward": "Backward 10s"
  55. },
  56. "CardGuide": {
  57. "Page Name": "Card Guide",
  58. "keywords": "CWG Visa Card",
  59. "title": "CWG Visa Card",
  60. "description": "CWG Visa Card",
  61. "step": "Step{step}:",
  62. "p1": "Activate Your",
  63. "p2": "CWG Card",
  64. "p3": "in Minutes",
  65. "p4": "Conveying the value simply",
  66. "p5": "One card, seamless global payments, secure and fast",
  67. "p6": "Activation Method",
  68. "p7": "Please log in to the Client Zone to complete the card activation",
  69. "p8": "Trust & Security Section",
  70. "p9": "Strengthen brand credibility and regulatory endorsements to reassure users",
  71. "p10": "Convenient Deposits'& withdrawals",
  72. "p11": "Fast crediting for CWG CARD deposits/withdrawals",
  73. "p12": "Global payment Convenience",
  74. "p13": "VISA network covers 200+countries & regions, enjoy easy spending & payments",
  75. "p14": "Back-office Management Advantage",
  76. "p15": "Check account balance and transaction history any time with clear and user-friendly operations",
  77. "p16": "Activate Your",
  78. "p17": "CWG CARD",
  79. "p18": "Today and Start Your Global Payment Journey",
  80. "p19": "Activation Method",
  81. "p20": "About Us",
  82. "p21": "Contact Us",
  83. "p22": "Privacy Policy",
  84. "p23": "Terms of Service",
  85. "p24": "Step-by-Step Activation Process",
  86. "p25": "Learn How to Activate Your",
  87. "p26": "in One Minute",
  88. "p27": "Supports multilingual subtitles",
  89. "p28": "Start Using Your",
  90. "p29": "in Three Minutes",
  91. "p30": "",
  92. "p31": "Click to view CWG CARD Frequently Asked Questions"
  93. }
  94. }