i18n - translations (#15803)

Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2025-11-13 17:12:39 +01:00
committed by GitHub
parent 0fdc7ba834
commit 9bc5486d0d
1061 changed files with 6646 additions and 3055 deletions
@@ -78,13 +78,13 @@ npx nx run twenty-front:storybook:coverage # (needs yarn storybook:serve:dev to
[React Router](https://reactrouter.com/)가 라우팅을 처리합니다.
불필요한 [재렌더링](/developers/frontend-development/best-practices-front#managing-re-renders)을 피하기 위해 모든 라우팅 로직은 `PageChangeEffect`의 `useEffect`에 있습니다.
불필요한 [재렌더링](/l/ko/developers/frontend-development/best-practices-front#managing-re-renders)을 피하기 위해 모든 라우팅 로직은 `PageChangeEffect`의 `useEffect`에 있습니다.
### 상태 관리
[Recoil](https://recoiljs.org/docs/introduction/core-concepts)이 상태 관리를 처리합니다.
상태 관리에 대한 자세한 정보는 [최고의 관례](/developers/frontend-development/best-practices-front#state-management)를 참조하십시오.
상태 관리에 대한 자세한 정보는 [최고의 관례](/l/ko/developers/frontend-development/best-practices-front#state-management)를 참조하십시오.
## 테스트
@@ -8,17 +8,17 @@ import { CardTitle } from "/snippets/card-title.mdx"
## 시작하기
<CardGroup cols={2}>
<Card href="/developers/local-setup" img="/images/user-guide/fields/field.png">
<Card href="/l/ko/developers/local-setup" img="/images/user-guide/fields/field.png">
<CardTitle>로컬 설정</CardTitle>
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
</Card>
<Card href="/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
<Card href="/l/ko/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
<CardTitle>셀프 호스팅</CardTitle>
Learn how to host Twenty on your own server
</Card>
<Card href="/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
<Card href="/l/ko/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
<CardTitle>API 및 웹훅</CardTitle>
REST and GraphQL APIs, webhooks, and integrations
</Card>
@@ -27,17 +27,17 @@ import { CardTitle } from "/snippets/card-title.mdx"
## 기여
<CardGroup cols={2}>
<Card href="/developers/bug-and-requests" img="/images/user-guide/api/api.png">
<Card href="/l/ko/developers/bug-and-requests" img="/images/user-guide/api/api.png">
<CardTitle>버그 및 요청</CardTitle>
Ask for help on GitHub or Discord
</Card>
<Card href="/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
<Card href="/l/ko/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
<CardTitle>프론트엔드 개발</CardTitle>
Frontend commands, Figma, React Best Practices...
</Card>
<Card href="/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
<Card href="/l/ko/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
<CardTitle>백엔드 개발</CardTitle>
NestJS, Custom Objects, Queues...
</Card>
@@ -254,7 +254,7 @@ Twenty는 최상의 성능을 제공하기 위해 redis 캐시가 필요합니
## 5단계: 환경 변수 설정
프로젝트를 구성하기 위해 환경 변수나 `.env` 파일을 사용하세요. 추가 정보는 [여기](https://docs.twenty.com/developers/self-hosting/setup)에서 확인하십시오
프로젝트를 구성하기 위해 환경 변수나 `.env` 파일을 사용하세요. 추가 정보는 [여기](https://docs.twenty.com/l/ko/developers/self-hosting/setup)에서 확인하십시오
`/front`와 `/server`의 `.env.example` 파일을 복사하세요:
@@ -327,4 +327,4 @@ Twenty의 프론트엔드는 [http://localhost:3001](http://localhost:3001)에
## 문제 해결
문제가 발생하면 [문제 해결](https://docs.twenty.com/developers/self-hosting/troubleshooting)에서 해결책을 확인하십시오.
문제가 발생하면 [문제 해결](https://docs.twenty.com/l/ko/developers/self-hosting/troubleshooting)에서 해결책을 확인하십시오.
@@ -8,7 +8,7 @@ image: /images/user-guide/objects/objects.png
</Frame>
<Warning>
Docker containers are for production hosting or self-hosting, for the contribution please check the [Local Setup](https://docs.twenty.com/developers/local-setup).
Docker containers are for production hosting or self-hosting, for the contribution please check the [Local Setup](https://docs.twenty.com/l/ko/developers/local-setup).
</Warning>
## 개요
@@ -17,7 +17,7 @@ Docker containers are for production hosting or self-hosting, for the contributi
**중요:** 이 가이드에서 명시적으로 언급된 설정만 수정하세요. 다른 구성을 변경하면 문제가 발생할 수 있습니다.
고급 설정을 위해 [환경 변수 설정](https://docs.twenty.com/developers/self-hosting/setup) 문서를 참조하세요. 모든 환경 변수는 서버 및/또는 작업자 수준에서 docker-compose.yml 파일에 선언되어야 합니다.
고급 설정을 위해 [환경 변수 설정](https://docs.twenty.com/l/ko/developers/self-hosting/setup) 문서를 참조하세요. 모든 환경 변수는 서버 및/또는 작업자 수준에서 docker-compose.yml 파일에 선언되어야 합니다.
## 시스템 요구 사항
@@ -210,5 +210,5 @@ SSL(HTTPS)는 일부 브라우저 기능이 제대로 작동하기 위해 필수
## 문제 해결
문제가 발생하면 [문제 해결](https://docs.twenty.com/developers/self-hosting/troubleshooting)에서 해결책을 확인하십시오.
문제가 발생하면 [문제 해결](https://docs.twenty.com/l/ko/developers/self-hosting/troubleshooting)에서 해결책을 확인하십시오.
@@ -12,7 +12,7 @@ import OptionTable from '@site/src/theme/OptionTable'
# 구성 관리
<Warning>
**First time installing?** Follow the [Docker Compose installation guide](https://docs.twenty.com/developers/self-hosting/docker-compose) to get Twenty running, then return here for configuration.
**First time installing?** Follow the [Docker Compose installation guide](https://docs.twenty.com/l/ko/developers/self-hosting/docker-compose) to get Twenty running, then return here for configuration.
</Warning>
Twenty는 다른 배포 요구에 맞추기 위해 **두 가지 구성 모드**를 제공합니다: