messages_ko.py 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "읽기 %d분 남음.",
  5. "(active)": "",
  6. "Also available in:": "",
  7. "Archive": "저장소",
  8. "Authors": "",
  9. "Categories": "분류",
  10. "Comments": "댓글",
  11. "LANGUAGE": "영어",
  12. "Languages:": "언어:",
  13. "More posts about %s": "%s에 대한 또다른 포스트",
  14. "Newer posts": "최신 포스트",
  15. "Next post": "다음 포스트",
  16. "No posts found.": "검색된 포스트 없음.",
  17. "Nothing found.": "검색 결과 없음.",
  18. "Older posts": "옛날 포스트",
  19. "Original site": "출처",
  20. "Posted:": "",
  21. "Posts about %s": "%s에 대한 포스트",
  22. "Posts by %s": "",
  23. "Posts for year %s": "%s년도 포스트",
  24. "Posts for {month} {day}, {year}": "",
  25. "Posts for {month} {year}": "{year}년 {month}월에 쓴 포스트",
  26. "Previous post": "이전 포스트",
  27. "Publication date": "발간일",
  28. "RSS feed": "RSS 목록",
  29. "Read in English": "영어로 읽기",
  30. "Read more": "더 읽기",
  31. "Skip to main content": "주 콘텐츠로 바로가기",
  32. "Source": "원문",
  33. "Subcategories:": "",
  34. "Tags and Categories": "태그와 분류",
  35. "Tags": "태그",
  36. "Uncategorized": "",
  37. "Updates": "",
  38. "Write your page here.": "",
  39. "Write your post here.": "",
  40. "old posts, page %d": "이전 포스트, 페이지 %d",
  41. "page %d": "페이지 %d",
  42. }