mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
feat(i18n): Add Korean translation
This commit is contained in:
parent
48a3942536
commit
f6a48f72ec
5 changed files with 203 additions and 0 deletions
|
@ -151,6 +151,7 @@ LoveIt supports the following languages:
|
||||||
* Telugu
|
* Telugu
|
||||||
* Indonesian
|
* Indonesian
|
||||||
* Turkish
|
* Turkish
|
||||||
|
* Korean
|
||||||
* [Contribute with a new language](https://github.com/dillonzq/LoveIt/pulls)
|
* [Contribute with a new language](https://github.com/dillonzq/LoveIt/pulls)
|
||||||
|
|
||||||
[Languages Compatibility](https://hugoloveit.com/theme-documentation-basics/#language-compatibility)
|
[Languages Compatibility](https://hugoloveit.com/theme-documentation-basics/#language-compatibility)
|
||||||
|
|
|
@ -146,6 +146,7 @@ LoveIt 支持下列语言:
|
||||||
* 泰卢固语
|
* 泰卢固语
|
||||||
* 印尼语
|
* 印尼语
|
||||||
* 土耳其语
|
* 土耳其语
|
||||||
|
* 韩语
|
||||||
* [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls)
|
* [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls)
|
||||||
|
|
||||||
[语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility)
|
[语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility)
|
||||||
|
|
|
@ -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): |
|
| 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): |
|
| 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): |
|
| 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
|
### 4.2 Basic Configuration
|
||||||
|
|
||||||
|
|
|
@ -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): |
|
| 泰卢固语 | `te` | `te` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
|
||||||
| 印尼语 | `id` | `id` | :(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): |
|
| 土耳其语 | `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 基本配置
|
### 4.2 基本配置
|
||||||
|
|
||||||
|
|
199
i18n/ko.toml
Normal file
199
i18n/ko.toml
Normal file
|
@ -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 ===
|
Loading…
Reference in a new issue