ko.yaml 506 B

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