i18n - docs translations (#22273)

Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22273?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-06-29 04:44:55 +02:00
committed by GitHub
parent 01cba39f71
commit 7b17cac772
241 changed files with 249 additions and 249 deletions
@@ -1,7 +1,7 @@
---
title: 개체
description: defineObject를 사용하여 고유한 필드를 가진 사용자 정의 테이블인 새 레코드 유형을 선언합니다.
icon: 테이블
icon: table
---
사용자 정의 **개체**는 워크스페이스에 앱이 추가하는 새로운 레코드 유형입니다. 엽서(Post Card), 송장(Invoice), 구독(Subscription) 등 도메인에 특화된 어떤 것이라도 될 수 있습니다. 각 개체는 스키마(필드, 관계, 기본값)와 동기화 및 배포 간에도 유지되는 안정적인 범용 식별자를 선언합니다.
@@ -1,7 +1,7 @@
---
title: 명령 메뉴 항목
description: 프런트 컴포넌트를 빠른 작업 및 명령 메뉴(Cmd+K) 항목으로 노출하려면 `defineCommandMenuItem`을 사용합니다.
icon: 터미널
icon: terminal
---
**명령 메뉴 항목**은 사용자와 [프런트 컴포넌트](/l/ko/developers/extend/apps/layout/front-components) 사이를 연결하는 다리입니다. 이 항목은 Twenty의 명령 메뉴(Cmd+K)에 구성 요소를 등록하고, 선택적으로 페이지 오른쪽 상단 모서리에 고정된 빠른 작업 버튼으로도 등록합니다.
@@ -38,7 +38,7 @@ Twenty 앱의 **레이아웃 레이어**는 사용자가 보는 모든 것을
<Card title="프런트 컴포넌트" icon="window-maximize" href="/l/ko/developers/extend/apps/layout/front-components">
`defineFrontComponent` — Twenty 내부에서 렌더링되는 샌드박스된 React 컴포넌트입니다.
</Card>
<Card title="명령 메뉴 항목" icon="터미널" href="/l/ko/developers/extend/apps/layout/command-menu-items">
<Card title="명령 메뉴 항목" icon="terminal" href="/l/ko/developers/extend/apps/layout/command-menu-items">
`defineCommandMenuItem` — 프런트 컴포넌트를 Cmd+K 항목과 빠른 작업으로 등록합니다.
</Card>
</CardGroup>
@@ -1,7 +1,7 @@
---
title: CLI
description: "`yarn twenty`는 함수를 실행하고, 로그를 스트리밍하며, 앱 설치를 관리하고, 리모트를 전환하기 위한 명령들을 제공합니다."
icon: 터미널
icon: terminal
---
`dev`, `dev:build`, `dev:add`, `dev:typecheck` 외에도, `yarn twenty` CLI는 함수 실행, 로그 보기, 앱 설치 관리용 명령을 제공합니다.
@@ -17,16 +17,16 @@ icon: rocket
## 이 섹션에서 다루는 내용
<CardGroup cols={2}>
<Card title="CLI" icon="터미널" href="/l/ko/developers/extend/apps/operations/cli">
<Card title="CLI" icon="terminal" href="/l/ko/developers/extend/apps/operations/cli">
`yarn twenty` 참고 — exec, logs, uninstall, remotes.
</Card>
<Card title="동기화 및 복구" icon="나침반" href="/l/ko/developers/extend/apps/operations/sync-and-recovery">
<Card title="동기화 및 복구" icon="compass" href="/l/ko/developers/extend/apps/operations/sync-and-recovery">
동기화 차분을 읽을 때 어떤 명령을 사용할지와 복구 단계에 대해 다룹니다.
</Card>
<Card title="테스트" icon="flask" href="/l/ko/developers/extend/apps/operations/testing">
Vitest 설정, 통합 테스트, 타입 체크, CI 워크플로.
</Card>
<Card title="게시" icon="업로드" href="/l/ko/developers/extend/apps/operations/publishing">
<Card title="게시" icon="upload" href="/l/ko/developers/extend/apps/operations/publishing">
빌드, tarball 배포, npm 게시, 설치.
</Card>
</CardGroup>
@@ -1,6 +1,6 @@
---
title: 게시
icon: 업로드
icon: upload
description: Twenty 앱을 마켓플레이스에 배포하거나 내부에 배포하세요.
---
@@ -1,7 +1,7 @@
---
title: 동기화 및 복구
description: 언제 어떤 명령을 사용할지, 동기화 출력 결과를 읽는 방법, 로컬 메타데이터가 완전 초기화에 이르기 전에 드리프트할 때를 위한 복구 단계별 절차를 다룹니다.
icon: 나침반
icon: compass
---
로컬 앱 개발은 **동기화**를 중심으로 이루어집니다. CLI는 매니페스트를 다시 빌드하고, 서버는 워크스페이스에 이미 있는 메타데이터와의 차이만 적용합니다. 이 페이지에서는 어떤 명령을 사용할지, 동기화로 무엇이 변경되었는지 읽는 방법, 그리고 로컬 상태가 일관되지 않아 보일 때 순서대로 무엇을 해야 하는지를 설명합니다.
@@ -1,6 +1,6 @@
---
title: OAuth
icon:
icon: key
description: 서버 간 액세스를 위한 PKCE가 포함된 권한 부여 코드 플로우와 클라이언트 자격 증명.
---