fix(docs): locale translations for nav elements and headings
This commit is contained in:
parent
8eea53a41e
commit
aea68c386a
484 changed files with 12743 additions and 11237 deletions
|
|
@ -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": "생각 중",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue