diff options
| author | Adam <[email protected]> | 2026-02-11 18:51:27 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-11 18:51:50 -0600 |
| commit | aea68c386a4f64cf718c3eeee9dffec8409ee6b0 (patch) | |
| tree | bdf06cb3372c6c48c97c43b41e53e514888a52b3 /packages/web/src/content/i18n/ko.json | |
| parent | 8eea53a41e92257d1a4ad6653d0d2930465bf34a (diff) | |
| download | opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.tar.gz opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.zip | |
fix(docs): locale translations for nav elements and headings
Diffstat (limited to 'packages/web/src/content/i18n/ko.json')
| -rw-r--r-- | packages/web/src/content/i18n/ko.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/web/src/content/i18n/ko.json b/packages/web/src/content/i18n/ko.json index c34bd8db1..633665517 100644 --- a/packages/web/src/content/i18n/ko.json +++ b/packages/web/src/content/i18n/ko.json @@ -1,13 +1,13 @@ { - "app.head.titleSuffix": "terminal에 최적화된 AI coding agent", + "app.head.titleSuffix": "터미널에 최적화된 AI coding agent", "app.header.home": "홈", "app.header.docs": "문서", "app.footer.issueLink": "버그를 찾으셨나요? 이슈를 열어 주세요", "app.footer.discordLink": "Discord 커뮤니티에 참여하세요", - "app.lander.hero.title": "terminal을 위해 만든 AI coding agent.", + "app.lander.hero.title": "터미널을 위해 만든 AI coding agent.", "app.lander.cta.getStarted": "시작하기", - "app.lander.features.native_tui.title": "Native TUI", - "app.lander.features.native_tui.description": "반응형의 네이티브 테마형 terminal UI입니다.", + "app.lander.features.native_tui.title": "네이티브 TUI", + "app.lander.features.native_tui.description": "반응형의 네이티브 테마형 터미널 UI입니다.", "app.lander.features.lsp_enabled.title": "LSP 지원", "app.lander.features.lsp_enabled.description": "LLM에 맞는 LSP를 자동으로 불러옵니다.", "app.lander.features.multi_session.title": "멀티 세션", @@ -57,9 +57,9 @@ "share.opencode_name": "opencode", "share.models": "모델", "share.cost": "비용", - "share.input_tokens": "Input Tokens", - "share.output_tokens": "Output Tokens", - "share.reasoning_tokens": "Reasoning Tokens", + "share.input_tokens": "입력 토큰", + "share.output_tokens": "출력 토큰", + "share.reasoning_tokens": "추론 토큰", "share.scroll_to_bottom": "맨 아래로 이동", "share.attachment": "첨부 파일", "share.thinking": "생각 중", |
