summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ko/web.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-09 18:11:44 -0600
committerAdam <[email protected]>2026-02-09 18:11:59 -0600
commit85fa8abd505f9e2b4224487fb5509792e8fae8b4 (patch)
treebf24ea208e6eb3a99c4f0534094f49b0d6a7304d /packages/web/src/content/docs/ko/web.mdx
parent3118cab2d823920c507d82fa3e5120ddda951e12 (diff)
downloadopencode-85fa8abd505f9e2b4224487fb5509792e8fae8b4.tar.gz
opencode-85fa8abd505f9e2b4224487fb5509792e8fae8b4.zip
fix(docs): translations
Diffstat (limited to 'packages/web/src/content/docs/ko/web.mdx')
-rw-r--r--packages/web/src/content/docs/ko/web.mdx20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/web/src/content/docs/ko/web.mdx b/packages/web/src/content/docs/ko/web.mdx
index 0d178603a..252f45751 100644
--- a/packages/web/src/content/docs/ko/web.mdx
+++ b/packages/web/src/content/docs/ko/web.mdx
@@ -1,11 +1,11 @@
---
title: Web
-description: Using OpenCode in your browser.
+description: Using opencode in your browser.
---
-OpenCode는 브라우저에서 웹 응용 프로그램을 실행할 수 있으며 터미널을 필요로하지 않고 동일한 강력한 AI 코딩 경험을 제공합니다.
+opencode는 브라우저에서 웹 응용 프로그램을 실행할 수 있으며 터미널을 필요로하지 않고 동일한 강력한 AI 코딩 경험을 제공합니다.
-![OpenCode Web - 새로운 세션](../../../assets/web/web-homepage-new-session.png)
+![opencode Web - 새로운 세션](../../../assets/web/web-homepage-new-session.png)
## 시작하기
@@ -15,7 +15,7 @@ OpenCode는 브라우저에서 웹 응용 프로그램을 실행할 수 있으�
opencode web
```
-`127.0.0.1`의 로컬 서버를 랜덤 사용 가능한 포트로 시작하고 기본 브라우저에서 OpenCode를 자동으로 엽니다.
+`127.0.0.1`의 로컬 서버를 랜덤 사용 가능한 포트로 시작하고 기본 브라우저에서 opencode를 자동으로 엽니다.
:::caution
`OPENCODE_SERVER_PASSWORD`가 설정되지 않은 경우 서버가 중단되지 않습니다. 이것은 로컬 사용을위한 괜찮지만 네트워크 액세스를 설정해야합니다.
@@ -33,7 +33,7 @@ opencode web
## 포트
-기본적으로 OpenCode는 사용할 수 있는 포트를 선택합니다. 포트를 지정할 수 있습니다:
+기본적으로 opencode는 사용할 수 있는 포트를 선택합니다. 포트를 지정할 수 있습니다:
```bash
opencode web --port 4096
@@ -41,13 +41,13 @@ opencode web --port 4096
## 호스트 이름
-기본적으로 서버는 `127.0.0.1` (localhost only)에 바인딩합니다. 네트워크에서 OpenCode를 사용할 수 있도록:
+기본적으로 서버는 `127.0.0.1` (localhost only)에 바인딩합니다. 네트워크에서 opencode를 사용할 수 있도록:
```bash
opencode web --hostname 0.0.0.0
```
-`0.0.0.0`를 사용할 때, OpenCode는 로컬 및 네트워크 주소를 모두 표시합니다.
+`0.0.0.0`를 사용할 때, opencode는 로컬 및 네트워크 주소를 모두 표시합니다.
```
Local access: http://localhost:4096
@@ -92,19 +92,19 @@ OPENCODE_SERVER_PASSWORD=secret opencode web
## 웹 인터페이스 사용
-시작되면 웹 인터페이스는 OpenCode 세션에 액세스 할 수 있습니다.
+시작되면 웹 인터페이스는 opencode 세션에 액세스 할 수 있습니다.
## 세션
홈페이지에서 세션을 보고 관리합니다. 활성 세션을 볼 수 있으며 새로운 것을 시작합니다.
-![OpenCode Web - Active Session](../../../assets/web/web-homepage-active-session.png)
+![opencode Web - Active Session](../../../assets/web/web-homepage-active-session.png)
## 서버 상태
"See Servers"를 클릭하여 연결된 서버와 상태를 볼 수 있습니다.
-![OpenCode Web - Servers 참조](../../../assets/web/web-homepage-see-servers.png)
+![opencode Web - Servers 참조](../../../assets/web/web-homepage-see-servers.png)
---