ko.yaml (506B)
1 - id: prev_page 2 translation: "이전 페이지" 3 4 - id: next_page 5 translation: "다음 페이지" 6 7 - id: read_time 8 translation: 9 one : "1 분" 10 other: "{{ .Count }} 분" 11 12 - id: words 13 translation: 14 one : "단어" 15 other: "{{ .Count }} 단어" 16 17 - id: toc 18 translation: "목차" 19 20 - id: translations 21 translation: "번역" 22 23 - id: home 24 translation: "홈" 25 26 - id: edit_post 27 translation: "편집" 28 29 - id: code_copy 30 translation: "복사" 31 32 - id: code_copied 33 translation: "복사 완료!"