diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_ko.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_ko.py | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/nikola/data/themes/base/messages/messages_ko.py b/nikola/data/themes/base/messages/messages_ko.py index 6904492..57b6cb9 100644 --- a/nikola/data/themes/base/messages/messages_ko.py +++ b/nikola/data/themes/base/messages/messages_ko.py @@ -1,39 +1,49 @@ # -*- encoding:utf-8 -*- -from __future__ import unicode_literals +"""Autogenerated file, do not edit. Submit translations on Transifex.""" MESSAGES = { "%d min remaining to read": "읽기 %d분 남음.", - "(active)": "", - "Also available in:": "", + "(active)": "(활성됨)", + "Also available in:": "이곳에서도 가능함:", "Archive": "저장소", + "Atom feed": "", + "Authors": "작성자", "Categories": "분류", "Comments": "댓글", - "LANGUAGE": "영어", + "LANGUAGE": "한국어", "Languages:": "언어:", "More posts about %s": "%s에 대한 또다른 포스트", "Newer posts": "최신 포스트", "Next post": "다음 포스트", + "Next": "다음", "No posts found.": "검색된 포스트 없음.", "Nothing found.": "검색 결과 없음.", "Older posts": "옛날 포스트", "Original site": "출처", - "Posted:": "", + "Posted:": "작성됨:", "Posts about %s": "%s에 대한 포스트", + "Posts by %s": "%s에 의해 작성된 글", "Posts for year %s": "%s년도 포스트", - "Posts for {month} {day}, {year}": "", - "Posts for {month} {year}": "{year}년 {month}월에 쓴 포스트", + "Posts for {month_day_year}": "{month_day_year}에 작성된 포스트", + "Posts for {month_year}": "{month_year}에 쓴 포스트", "Previous post": "이전 포스트", + "Previous": "이전", "Publication date": "발간일", "RSS feed": "RSS 목록", "Read in English": "영어로 읽기", "Read more": "더 읽기", "Skip to main content": "주 콘텐츠로 바로가기", "Source": "원문", - "Subcategories:": "", + "Subcategories:": "서브 카테고리", "Tags and Categories": "태그와 분류", "Tags": "태그", - "Write your page here.": "", - "Write your post here.": "", + "Toggle navigation": "", + "Uncategorized": "카테고리 없음", + "Up": "", + "Updates": "업데이트", + "Write your page here.": "여기에 페이지를 작성하세요.", + "Write your post here.": "이곳에 글을 작성하세요.", "old posts, page %d": "이전 포스트, 페이지 %d", "page %d": "페이지 %d", + "updated": "", } |
