ko.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Content
  2. - id: dateFormat
  3. translation: "2006년 1월 2일"
  4. - id: shortdateFormat
  5. translation: "2006. 1. 2. 15:04:05"
  6. - id: postedOnDate
  7. translation: "{{ .Count }}에 게시됨"
  8. - id: lastModified
  9. translation: "({{ .Count }}에 마지막으로 수정됨)"
  10. - id: translationsLabel
  11. translation: "다른 언어: "
  12. - id: translationsSeparator
  13. translation: ", "
  14. - id: readMore
  15. translation: "더 읽기"
  16. - id: olderPosts
  17. translation: "이전 페이지"
  18. - id: newerPosts
  19. translation: "다음 페이지"
  20. - id: previousPost
  21. translation: "이전 글"
  22. - id: nextPost
  23. translation: "다음 글"
  24. - id: readTime
  25. translation: "분"
  26. - id: words
  27. translation: "단어"
  28. # 404 page
  29. - id: pageNotFound
  30. translation: "이런, 이 페이지를 찾을 수 없어요. (404 오류)"
  31. # Footer
  32. - id: poweredBy # Accepts HTML
  33. 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> 테마'
  34. # Navigation
  35. - id: toggleNavigation
  36. translation: "네비게이션 토글"
  37. - id: languageSwitcherLabel
  38. translation: "언어"
  39. - id: gcseLabelShort
  40. translation: "검색"
  41. - id: gcseLabelLong
  42. translation: "{{ .Site.Title }}에서 검색"
  43. - id: gcseClose
  44. translation: "닫기"
  45. # Staticman
  46. - id: noComment
  47. translation: "댓글이 없습니다."
  48. - id: oneComment
  49. translation: "개의 댓글"
  50. - id: moreComment
  51. translation: "개의 댓글들"
  52. - id: useMarkdown
  53. translation: "마크다운 문법을 쓸 수 있습니다."
  54. - id: yourName
  55. translation: "이름"
  56. - id: yourEmail
  57. translation: "이메일"
  58. - id: yourWebsite
  59. translation: "웹사이트"
  60. # Delayed Disqus
  61. - id: show
  62. translation: "표시"
  63. - id: comments
  64. translation: "댓글들"
  65. # Related posts
  66. - id: seeAlso
  67. translation: "더 보면 좋을 글들"