ko.json 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "Error": {
  3. "description": "<p>We've unfortunately encountered an error.</p><p>You can try to <retry>reload the page</retry> you were visiting.</p>",
  4. "title": "Something went wrong!"
  5. },
  6. "IndexPage": {
  7. "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.",
  8. "title": "CWG Markets"
  9. },
  10. "LocaleLayout": {
  11. "title": "CWG Markets"
  12. },
  13. "LocaleSwitcher": {
  14. "label": "Change language",
  15. "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}}"
  16. },
  17. "Manifest": {
  18. "name": "CWG Markets"
  19. },
  20. "Navigation": {
  21. "home": "Home",
  22. "pathnames": "Pathnames"
  23. },
  24. "NotFoundPage": {
  25. "description": "Please double-check the browser address bar or use the navigation to go to a known page.",
  26. "title": "Page not found"
  27. },
  28. "PageLayout": {
  29. "links": {
  30. "docs": {
  31. "description": "Learn more about next-intl in the official docs.",
  32. "href": "https://next-intl.dev",
  33. "title": "Docs"
  34. },
  35. "source": {
  36. "description": "Browse the source code of this example on GitHub.",
  37. "href": "https://github.com/amannn/next-intl/tree/main/examples/example-app-router",
  38. "title": "Source code"
  39. }
  40. }
  41. },
  42. "PathnamesPage": {
  43. "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>",
  44. "title": "Pathnames"
  45. },
  46. "VideoPlayer": {
  47. "play": "재생",
  48. "pause": "일시정지",
  49. "mute": "음소거",
  50. "unmute": "음소거 해제",
  51. "fullscreen": "전체화면",
  52. "forward": "10초 앞으로",
  53. "backward": "10초 뒤로"
  54. },
  55. "CardGuide": {
  56. "Page Name": "카드 가이드",
  57. "keywords": "CWG 비자 카드",
  58. "title": "CWG 비자 카드",
  59. "description": "CWG 비자 카드",
  60. "step": "단계{step}:",
  61. "p1": "귀하의",
  62. "p2": "CWG 카드",
  63. "p3": "몇 분 만에 활성화",
  64. "p4": "가치를 간단하게 전달",
  65. "p5": "하나의 카드, 원활한 글로벌 결제, 안전하고 빠름",
  66. "p6": "활성화 방법",
  67. "p7": "카드 활성화를 완료하려면 고객 존에 로그인하십시오",
  68. "p8": "신뢰 및 보안 섹션",
  69. "p9": "브랜드 신뢰성 및 규제 인증을 강화하여 사용자를 안심시킵니다",
  70. "p10": "편리한 입금 및 출금",
  71. "p11": "CWG 카드 입금/출금 빠른 입금",
  72. "p12": "글로벌 결제 편리함",
  73. "p13": "VISA 네트워크는 200개 이상의 국가 및 지역을 커버하여 쉽고 빠른 지출 및 결제를 즐길 수 있습니다",
  74. "p14": "백오피스 관리 장점",
  75. "p15": "언제든지 명확하고 사용하기 쉬운 기능으로 계좌 잔액과 거래 내역을 확인할 수 있습니다",
  76. "p16": "귀하의",
  77. "p17": "CWG 카드",
  78. "p18": "오늘 시작하여 글로벌 결제 여행을 시작하세요",
  79. "p19": "활성화 방법",
  80. "p20": "우리에 대해",
  81. "p21": "연락처",
  82. "p22": "개인정보 보호정책",
  83. "p23": "서비스 약관",
  84. "p24": "단계별 활성화 과정",
  85. "p25": "귀하의 카드를 활성화하는 방법을 배우세요",
  86. "p26": "1분 이내",
  87. "p27": "다국어 자막 지원",
  88. "p28": "귀하의 카드를 사용하기 시작하세요",
  89. "p29": "3분 이내",
  90. "p30": ""
  91. }
  92. }