From 05567bb3b38a9b1074c7298dc0bb8f0c41303100 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 17 Sep 2019 16:28:56 +0000 Subject: [PATCH] Korean Translation (#84) --- config.yaml | 43 +++++++++++++++++++++ content/_index.ko-kr.md | 21 ++++++++++ content/features/cross-platform.ko-kr.md | 15 +++++++ content/features/easy-installation.ko-kr.md | 17 ++++++++ content/features/lightweight.ko-kr.md | 15 +++++++ content/features/open-source.ko-kr.md | 16 ++++++++ 6 files changed, 127 insertions(+) create mode 100644 content/_index.ko-kr.md create mode 100644 content/features/cross-platform.ko-kr.md create mode 100644 content/features/easy-installation.ko-kr.md create mode 100644 content/features/lightweight.ko-kr.md create mode 100644 content/features/open-source.ko-kr.md diff --git a/config.yaml b/config.yaml index 9697d76..9092e89 100644 --- a/config.yaml +++ b/config.yaml @@ -234,3 +234,46 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + + ko-kr: + weight: 5 + languageName: 한국어 + menu: + page: + - name: 웹사이트 + url: /ko-kr/ + weight: 10 + pre: home + post: active + - name: 문서 + url: https://docs.gitea.io/ko-kr/ + weight: 20 + pre: question + - name: API + url: https://try.gitea.io/api/swagger + weight: 45 + pre: plug + - name: 블로그 + url: https://blog.gitea.io/ + weight: 30 + pre: rss + - name: 코드 + url: https://code.gitea.io/ + weight: 40 + pre: code + - name: 다운로드 + url: https://dl.gitea.io/ + weight: 50 + pre: download + - name: GitHub + url: https://github.com/go-gitea/ + weight: 60 + pre: github + - name: Discord 채팅 + url: https://discord.gg/NsatcWJ + weight: 70 + pre: comment + - name: 포럼 + url: https://discourse.gitea.io/ + weight: 80 + pre: group \ No newline at end of file diff --git a/content/_index.ko-kr.md b/content/_index.ko-kr.md new file mode 100644 index 0000000..c7405e5 --- /dev/null +++ b/content/_index.ko-kr.md @@ -0,0 +1,21 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "환영합니다" +weight: 10 +toc: false +draft: false +url: "ko-kr" +type: "home" +--- + +

Gitea - Git with a cup of tea

+

A painless self-hosted Git service.

+

+ Gitea는 커뮤니티에서 관리하는 [Gogs](https://gogs.io/)의 [포크](https://blog.gitea.io/2016/12/welcome-to-gitea/)이며, + [Go](https://golang.org/)로 작성되고 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE)로 배포되는 가벼운 코드 호스팅 솔루션입니다. +

+ +
+Gitea 써보기 +문서 +
diff --git a/content/features/cross-platform.ko-kr.md b/content/features/cross-platform.ko-kr.md new file mode 100644 index 0000000..fc82e71 --- /dev/null +++ b/content/features/cross-platform.ko-kr.md @@ -0,0 +1,15 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "크로스 플랫폼" +weight: 10 +toc: false +draft: false +--- +

+ + 크로스 플랫폼 +

+ +Gitea는 Windows, macOS, Linux, ARM 등 [Go](http://golang.org/)가 컴파일 할 수 있는 곳이라면 모두 지원합니다. 원하시는 걸 골라보세요! diff --git a/content/features/easy-installation.ko-kr.md b/content/features/easy-installation.ko-kr.md new file mode 100644 index 0000000..0bb743a --- /dev/null +++ b/content/features/easy-installation.ko-kr.md @@ -0,0 +1,17 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "쉬운 설치" +weight: 10 +toc: false +draft: false +--- +

+ + 쉬운 설치 +

+ +단순히 원하는 플랫폼에서 [바이너리를 실행](https://docs.gitea.io/en-us/install-from-binary/)하면 됩니다. +아니면 [Docker](https://github.com/go-gitea/gitea/tree/master/docker) 또는 [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)를 통하거나, +[패키지](https://docs.gitea.io/en-us/install-from-package/)를 받으세요. diff --git a/content/features/lightweight.ko-kr.md b/content/features/lightweight.ko-kr.md new file mode 100644 index 0000000..98d615d --- /dev/null +++ b/content/features/lightweight.ko-kr.md @@ -0,0 +1,15 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "가벼움" +weight: 10 +toc: false +draft: false +--- +

+ + 가벼움 +

+ +Gitea는 저사양에서도 돌아가며 저렴한 Raspberry Pi에서도 돌아갑니다! 장치의 에너지를 아끼세요! diff --git a/content/features/open-source.ko-kr.md b/content/features/open-source.ko-kr.md new file mode 100644 index 0000000..12832c1 --- /dev/null +++ b/content/features/open-source.ko-kr.md @@ -0,0 +1,16 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "오픈 소스" +weight: 10 +toc: false +draft: false +--- +

+ + 오픈 소스 +

+ +모두 [GitHub](https://github.com/go-gitea/gitea/)에 있습니다! +이 프로젝트가 더 나아질 수 있도록 기여해주세요. 기여자가 되는 것에 주저하지 마세요!