Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-06-30 18:42:45 +0300
committerDillon <dillonzq@outlook.com>2022-06-30 18:42:45 +0300
commitf6a48f72ec165aaa2a5daac4416aeacfe14bb5f7 (patch)
tree5f29e40dab4eb33514d02273e8c84e5355c119df
parent48a3942536d374c202da117f31242be904da94dc (diff)
feat(i18n): Add Korean translation
-rw-r--r--README.md1
-rw-r--r--README.zh-cn.md1
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.en.md1
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md1
-rw-r--r--i18n/ko.toml199
5 files changed, 203 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6856ceb3..378719b1 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,7 @@ LoveIt supports the following languages:
* Telugu
* Indonesian
* Turkish
+* Korean
* [Contribute with a new language](https://github.com/dillonzq/LoveIt/pulls)
[Languages Compatibility](https://hugoloveit.com/theme-documentation-basics/#language-compatibility)
diff --git a/README.zh-cn.md b/README.zh-cn.md
index 6d81642f..a1a8fe03 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -146,6 +146,7 @@ LoveIt 支持下列语言:
* 泰卢固语
* 印尼语
* 土耳其语
+* 韩语
* [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls)
[语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility)
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md
index 05fc5add..78de5d06 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md
@@ -934,6 +934,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
| Telugu | `te` | `te` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Indonesian | `id` | `id` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Turkish | `tr` | `tr` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
+| Korean | `ko` | `ko` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
### 4.2 Basic Configuration
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
index 90970bb0..c0f4d93a 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
@@ -938,6 +938,7 @@ $code-font-family: Fira Mono, Source Code Pro, Menlo, Consolas, Monaco, monospac
| 泰卢固语 | `te` | `te` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| 印尼语 | `id` | `id` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| 土耳其语 | `tr` | `tr` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
+| 韩语 | `ko` | `ko` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
### 4.2 基本配置
diff --git a/i18n/ko.toml b/i18n/ko.toml
new file mode 100644
index 00000000..65eb15de
--- /dev/null
+++ b/i18n/ko.toml
@@ -0,0 +1,199 @@
+# Translations for Korean
+# 한국어 번역
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "맨 위로"
+
+[viewComments]
+other = "댓글 보기"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "글"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "모든 {{ .Some }}"
+
+[tag]
+other = "태그"
+
+[tags]
+other = "태그"
+
+[category]
+other = "카테고리"
+
+[categories]
+other = "카테고리"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "더 보기"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "언어 변경"
+
+[switchTheme]
+other = "테마 변경"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "{{ .Hugo }}로 제작된 사이트 | 테마 - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "댓글 입력..."
+
+[facebookLanguageCode]
+other = "ko-KR"
+
+[giscusLang]
+other = "ko"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "검색"
+
+[searchPlaceholder]
+other = "제목이나 내용을 입력..."
+
+[clear]
+other = "지우기"
+
+[cancel]
+other = "취소"
+
+[noResultsFound]
+other = "검색 결과 없음"
+
+[lunrLanguageCode]
+other = "en"
+
+[copyToClipboard]
+other = "복사하기"
+
+[cookieconsentMessage]
+other = "본 웹사이트는 웹 환경 개선을 위해 쿠키를 사용합니다."
+
+[cookieconsentDismiss]
+other = "알겠습니다"
+
+[cookieconsentLink]
+other = "더 보기"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "공유하기"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "목차"
+
+[publishedOnDate]
+other = "작성: {{ .Date }}"
+
+[includedInCategories]
+other = "분류: {{ .Categories }}"
+
+[wordCount]
+one = "한 단어"
+other = "{{ .Count }} 단어"
+
+[readingTime]
+one = "읽는데 약 1분"
+other = "읽는데 약 {{ .Count }}분"
+
+[views]
+other = "조회"
+
+[author]
+other = "저자"
+
+[updatedOnDate]
+other = "수정: {{ .Date }}"
+
+[readMarkdown]
+other = "마크다운 읽기"
+
+[back]
+other = "뒤로"
+
+[home]
+other = "홈"
+
+[readMore]
+other = "더 읽기"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Page not found"
+
+[pageNotFoundText]
+other = "해당 페이지를 찾을 수 없습니다."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "노트"
+
+[abstract]
+other = "요약"
+
+[info]
+other = "정보"
+
+[tip]
+other = "팁"
+
+[success]
+other = "성공"
+
+[question]
+other = "질문"
+
+[warning]
+other = "경고"
+
+[failure]
+other = "실패"
+
+[danger]
+other = "위험"
+
+[bug]
+other = "버그"
+
+[example]
+other = "예시"
+
+[quote]
+other = "인용"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "신규"
+
+[changed]
+other = "변경"
+
+[deleted]
+other = "삭제"
+# === shortcodes/version.html ===