| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "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": "播放",
- "pause": "暫停",
- "mute": "靜音",
- "unmute": "取消靜音",
- "fullscreen": "全屏",
- "forward": "快進10秒",
- "backward": "後退10秒"
- },
- "CardGuide": {
- "Page Name": "卡片指南",
- "keywords": "CWG Visa 卡",
- "title": "CWG Visa 卡",
- "description": "CWG Visa 卡",
- "step": "步驟{step}:",
- "p1": "啟用您的",
- "p2": "CWG 卡",
- "p3": "只需幾分鐘",
- "p4": "簡單傳遞價值",
- "p5": "一張卡,全球無縫支付,安全快捷",
- "p6": "啟用方法",
- "p7": "請登入客戶端區域完成卡片啟用",
- "p8": "信任與安全部分",
- "p9": "加強品牌信譽和監管背書,安心用戶",
- "p10": "便捷的存取款",
- "p11": "CWG 卡存款/取款快速到帳",
- "p12": "全球支付便捷性",
- "p13": "VISA 網絡覆蓋200多個國家和地區,輕鬆消費與支付",
- "p14": "後台管理優勢",
- "p15": "隨時查看帳戶餘額和交易歷史,操作簡便明瞭",
- "p16": "啟用您的",
- "p17": "CWG 卡",
- "p18": "今天開始您的全球支付之旅",
- "p19": "啟用方法",
- "p20": "關於我們",
- "p21": "聯繫我們",
- "p22": "隱私政策",
- "p23": "服務條款",
- "p24": "一步步啟用流程",
- "p25": "學習如何在一分鐘內啟用您的",
- "p26": "卡",
- "p27": "支援多語言字幕",
- "p28": "開始使用您的",
- "p29": "卡",
- "p30": ""
- }
- }
|