fix(docs): locale translations for nav elements and headings

This commit is contained in:
Adam
2026-02-11 18:51:27 -06:00
parent 8eea53a41e
commit aea68c386a
484 changed files with 12718 additions and 11212 deletions

View File

@@ -27,7 +27,7 @@ OpenCode 터미널 사용자 인터페이스를 시작합니다.
opencode [project]
```
#### Flags
#### 플래그
| 플래그 | 축약 | 설명 |
| ------------ | ---- | ---------------------------------------------------------------------- |
@@ -42,7 +42,7 @@ opencode [project]
---
## Commands
## 명령어
opencode CLI는 아래 명령들도 제공합니다.
@@ -76,7 +76,7 @@ opencode web --port 4096 --hostname 0.0.0.0
opencode attach http://10.20.30.40:4096
```
#### Flags
#### 플래그
| 플래그 | 축약 | 설명 |
| ----------- | ---- | -------------------------- |
@@ -185,7 +185,7 @@ GitHub 에이전트를 실행합니다. 보통 GitHub Actions에서 사용합니
opencode github run
```
##### Flags
##### 플래그
| 플래그 | 설명 |
| --------- | ------------------------- |
@@ -294,7 +294,7 @@ opencode models [provider]
opencode models anthropic
```
#### Flags
#### 플래그
| 플래그 | 설명 |
| ----------- | ------------------------------------------------- |
@@ -333,7 +333,7 @@ opencode serve
opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
```
#### Flags
#### 플래그
| 플래그 | 축약 | 설명 |
| ------------ | ---- | ---------------------------------------------------------------------- |
@@ -362,7 +362,7 @@ opencode serve
이 명령은 TUI 없이 opencode 기능에 접근할 수 있는 HTTP 서버를 시작합니다. `OPENCODE_SERVER_PASSWORD`를 설정하면 HTTP basic auth가 활성화됩니다(기본 사용자명: `opencode`).
#### Flags
#### 플래그
| 플래그 | 설명 |
| ------------ | --------------------------------- |
@@ -391,7 +391,7 @@ OpenCode 세션 목록을 표시합니다.
opencode session list
```
##### Flags
##### 플래그
| 플래그 | 축약 | 설명 |
| ------------- | ---- | -------------------------------------- |
@@ -408,7 +408,7 @@ OpenCode 세션의 토큰 사용량과 비용 통계를 표시합니다.
opencode stats
```
#### Flags
#### 플래그
| 플래그 | 설명 |
| ----------- | ------------------------------------------------------------ |
@@ -458,7 +458,7 @@ opencode web
이 명령은 HTTP 서버를 시작하고 웹 브라우저를 열어 웹 인터페이스로 OpenCode에 접속합니다. `OPENCODE_SERVER_PASSWORD`를 설정하면 HTTP basic auth가 활성화됩니다(기본 사용자명: `opencode`).
#### Flags
#### 플래그
| 플래그 | 설명 |
| ------------ | --------------------------------- |
@@ -479,7 +479,7 @@ opencode acp
이 명령은 nd-JSON 형식으로 stdin/stdout을 통해 통신하는 ACP 서버를 시작합니다.
#### Flags
#### 플래그
| 플래그 | 설명 |
| ------------ | ------------- |
@@ -497,7 +497,7 @@ OpenCode를 제거하고 관련 파일을 삭제합니다.
opencode uninstall
```
#### Flags
#### 플래그
| 플래그 | 축약 | 설명 |
| --------------- | ---- | ------------------------------- |
@@ -528,7 +528,7 @@ opencode upgrade
opencode upgrade v0.1.48
```
#### Flags
#### 플래그
| 플래그 | 축약 | 설명 |
| ---------- | ---- | ------------------------------------------ |
@@ -536,7 +536,7 @@ opencode upgrade v0.1.48
---
## Global Flags
## 전역 플래그
opencode CLI는 아래 전역 플래그를 지원합니다.
@@ -549,7 +549,7 @@ opencode CLI는 아래 전역 플래그를 지원합니다.
---
## Environment variables
## 환경 변수
OpenCode는 환경 변수로도 구성할 수 있습니다.
@@ -582,7 +582,7 @@ OpenCode는 환경 변수로도 구성할 수 있습니다.
---
### Experimental
### 실험적 기능
아래 환경 변수는 변경되거나 제거될 수 있는 실험 기능을 활성화합니다.