diff options
Diffstat (limited to '_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ko.yaml')
-rw-r--r-- | _vendor/github.com/adityatelange/hugo-PaperMod/i18n/ko.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ko.yaml b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ko.yaml new file mode 100644 index 0000000..777dd93 --- /dev/null +++ b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ko.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "이전 페이지" + +- id: next_page + translation: "다음 페이지" + +- id: read_time + translation: + one : "1 분" + other: "{{ .Count }} 분" + +- id: words + translation: + one : "단어" + other: "{{ .Count }} 단어" + +- id: toc + translation: "목차" + +- id: translations + translation: "번역" + +- id: home + translation: "홈" + +- id: edit_post + translation: "편집" + +- id: code_copy + translation: "복사" + +- id: code_copied + translation: "복사 완료!" |