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

@@ -1,6 +1,6 @@
---
title: "Agent Skills"
description: "Define reusable behavior via SKILL.md definitions"
title: "에이전트 스킬"
description: "SKILL.md 정의를 통해 재사용 가능한 동작을 정의합니다."
---
Agent Skill let opencode discover reusable instruction from your repo 또는 홈 디렉토리.
@@ -8,7 +8,7 @@ Skills are loaded on-demand via native `skill` tool-agents see available skills
---
## 파일 장소
## 파일 위치
기술 이름 당 하나의 폴더를 만들고 내부 `SKILL.md`를 넣어.
opencode 이 위치를 검색:
@@ -22,7 +22,7 @@ opencode 이 위치를 검색:
---
## 발견의 이해
## 검색 이해
Project-local paths의 경우, opencode는 git worktree에 도달 할 때까지 현재 작업 디렉토리에서 걷습니다.
그것은 `skills/*/SKILL.md`에 있는 어떤 어울리는 `.opencode/` 및 어떤 어울리는 `.claude/skills/*/SKILL.md` 또는 `.agents/skills/*/SKILL.md`를 방법 적재합니다.
@@ -31,7 +31,7 @@ Project-local paths의 경우, opencode는 git worktree에 도달 할 때까지
---
## 쓰기 frontmatter
## Frontmatter 작성
각 `SKILL.md`는 YAML frontmatter로 시작해야 합니다.
이 필드는 인식됩니다:
@@ -46,7 +46,7 @@ Project-local paths의 경우, opencode는 git worktree에 도달 할 때까지
---
## 유효 이름
## 유효 이름
`name`는 해야 합니다:
@@ -64,14 +64,14 @@ Project-local paths의 경우, opencode는 git worktree에 도달 할 때까지
---
## 길이 규칙을 따르십시오
## 길이 규칙 준수
`description`는 1-1024 특성이어야 합니다.
제대로 선택하기 위해 에이전트에 대해 충분히 유지하십시오.
---
## 예제 사용
## 사용 예제
이처럼 `.opencode/skills/git-release/SKILL.md` 만들기:
@@ -100,7 +100,7 @@ Ask clarifying questions if the target versioning scheme is unclear.
---
## 인식 도구 설명
## 도구 설명 인식
opencode는 `skill` 도구 설명에서 사용할 수있는 기술을 나열합니다.
각 항목에는 기술 이름 및 설명이 포함됩니다.
@@ -149,7 +149,7 @@ skill({ name: "git-release" })
---
## 에이전트 당 override
## 에이전트별 재정의
글로벌 디폴트보다 특정 에이전트 다른 권한을 부여합니다.
@@ -181,7 +181,7 @@ permission:
---
## 기술 도구 비활성화
## 스킬 도구 비활성화
그들을 사용하지 않는 에이전트을위한 완전히 비활성화 된 기술 :
@@ -212,7 +212,7 @@ tools:
---
## 문제 해결 선적
## 로딩 문제 해결
기술이 나타나지 않는 경우: