| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "yesterday": "Yesterday",
- "Error": {
- "description": "<p>We've unfortunately encountered an error.</p><p>You can try to <retry>reload the page</retry> you were visiting.</p>",
- "title": "Something went wrong!"
- },
- "IndexPage": {
- "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.",
- "title": "CWG Markets"
- },
- "LocaleLayout": {
- "title": "CWG Markets"
- },
- "LocaleSwitcher": {
- "label": "Change language",
- "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}}"
- },
- "Manifest": {
- "name": "CWG Markets"
- },
- "Navigation": {
- "home": "Home",
- "pathnames": "Pathnames"
- },
- "NotFoundPage": {
- "description": "Please double-check the browser address bar or use the navigation to go to a known page.",
- "title": "Page not found"
- },
- "PageLayout": {
- "links": {
- "docs": {
- "description": "Learn more about next-intl in the official docs.",
- "href": "https://next-intl.dev",
- "title": "Docs"
- },
- "source": {
- "description": "Browse the source code of this example on GitHub.",
- "href": "https://github.com/amannn/next-intl/tree/main/examples/example-app-router",
- "title": "Source code"
- }
- }
- },
- "PathnamesPage": {
- "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>",
- "title": "Pathnames"
- },
- "VideoPlayer": {
- "play": "Play",
- "pause": "Pause",
- "mute": "Mute",
- "unmute": "Unmute",
- "fullscreen": "Fullscreen",
- "forward": "Forward 10s",
- "backward": "Backward 10s"
- },
- "CardGuide": {
- "Page Name": "Card Guide",
- "keywords": "CWG Visa Card",
- "title": "CWG Visa Card",
- "description": "CWG Visa Card",
- "step": "Step{step}:",
- "p1": "Activate Your",
- "p2": "CWG Card",
- "p3": "in Minutes",
- "p4": "Conveying the value simply",
- "p5": "One card, seamless global payments, secure and fast",
- "p6": "Activation Method",
- "p7": "Please log in to the Client Zone to complete the card activation",
- "p8": "Trust & Security Section",
- "p9": "Strengthen brand credibility and regulatory endorsements to reassure users",
- "p10": "Convenient Deposits'& withdrawals",
- "p11": "Fast crediting for CWG CARD deposits/withdrawals",
- "p12": "Global payment Convenience",
- "p13": "VISA network covers 200+countries & regions, enjoy easy spending & payments",
- "p14": "Back-office Management Advantage",
- "p15": "Check account balance and transaction history any time with clear and user-friendly operations",
- "p16": "Activate Your",
- "p17": "CWG CARD",
- "p18": "Today and Start Your Global Payment Journey",
- "p19": "Activation Method",
- "p20": "About Us",
- "p21": "Contact Us",
- "p22": "Privacy Policy",
- "p23": "Terms of Service",
- "p24": "Step-by-Step Activation Process",
- "p25": "Learn How to Activate Your",
- "p26": "in One Minute",
- "p27": "Supports multilingual subtitles",
- "p28": "Start Using Your",
- "p29": "in Three Minutes",
- "p30": "",
- "p31": "Click to view CWG CARD Frequently Asked Questions"
- }
- }
|