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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPickhealer <pedogunu@gmail.com>2019-11-06 16:23:09 +0300
committerPickhealer <pedogunu@gmail.com>2019-11-06 16:23:09 +0300
commit49e51351ef05eca71ca30ff6d87dd0488b2474f6 (patch)
tree87cafee34e557ab2eb837f8a5759a628d11e0ee3
parentea2867027db71ac3508d3820ea2c496bed8a29a8 (diff)
Add korean i18n module
-rw-r--r--i18n/ko.yaml74
1 files changed, 74 insertions, 0 deletions
diff --git a/i18n/ko.yaml b/i18n/ko.yaml
new file mode 100644
index 0000000..164a774
--- /dev/null
+++ b/i18n/ko.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2006년 1월 2일"
+- id: shortdateFormat
+ translation: "2006. 1. 2. 15:04:05"
+- id: postedOnDate
+ translation: "{{ .Count }}에 게시됨"
+- id: lastModified
+ translation: "({{ .Count }}에 마지막으로 수정됨)"
+- id: translationsLabel
+ translation: "다른 언어: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "더 읽기"
+- id: olderPosts
+ translation: "이전 페이지"
+- id: newerPosts
+ translation: "다음 페이지"
+- id: previousPost
+ translation: "이전 글"
+- id: nextPost
+ translation: "다음 글"
+- id: readTime
+ translation: "분"
+- id: words
+ translation: "단어"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "이런, 이 페이지를 찾을 수 없어요. (404 오류)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 을 사용함 &nbsp;&bull;&nbsp; <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> 를 개조한 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 테마'
+
+# Navigation
+- id: toggleNavigation
+ translation: "네비게이션 토글"
+- id: languageSwitcherLabel
+ translation: "언어"
+- id: gcseLabelShort
+ translation: "검색"
+- id: gcseLabelLong
+ translation: "{{ .Site.Title }}에서 검색"
+- id: gcseClose
+ translation: "닫기"
+
+# Staticman
+- id: noComment
+ translation: "댓글이 없습니다."
+- id: oneComment
+ translation: "개의 댓글"
+- id: moreComment
+ translation: "개의 댓글들"
+- id: useMarkdown
+ translation: "마크다운 문법을 쓸 수 있습니다."
+- id: yourName
+ translation: "이름"
+- id: yourEmail
+ translation: "이메일"
+- id: yourWebsite
+ translation: "웹사이트"
+
+# Delayed Disqus
+- id: show
+ translation: "표시"
+- id: comments
+ translation: "댓글들"
+
+# Related posts
+- id: seeAlso
+ translation: "더 보면 좋을 글들"