diff options
| author | 2016-11-15 14:18:46 -0300 | |
|---|---|---|
| committer | 2016-11-15 14:18:46 -0300 | |
| commit | ffb671c61a24a9086343b54bad080e145ff33fc5 (patch) | |
| tree | 2c5291f7a34edf4afdc8e07887a148291bfa3fa1 /nikola/data/themes/base/messages/messages_ko.py | |
| parent | 4e3224c012df9f74f010eb92203520515e8537b9 (diff) | |
New upstream version 7.8.1upstream/7.8.1
Diffstat (limited to 'nikola/data/themes/base/messages/messages_ko.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_ko.py | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/nikola/data/themes/base/messages/messages_ko.py b/nikola/data/themes/base/messages/messages_ko.py index 7f06c28..9a87aef 100644 --- a/nikola/data/themes/base/messages/messages_ko.py +++ b/nikola/data/themes/base/messages/messages_ko.py @@ -3,10 +3,10 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "읽기 %d분 남음.", - "(active)": "", - "Also available in:": "", + "(active)": "(활성됨)", + "Also available in:": "이곳에서도 가능함:", "Archive": "저장소", - "Authors": "", + "Authors": "작성자", "Categories": "분류", "Comments": "댓글", "LANGUAGE": "영어", @@ -18,11 +18,11 @@ MESSAGES = { "Nothing found.": "검색 결과 없음.", "Older posts": "옛날 포스트", "Original site": "출처", - "Posted:": "", + "Posted:": "작성됨:", "Posts about %s": "%s에 대한 포스트", - "Posts by %s": "", + "Posts by %s": "%s에 의해 작성된 글", "Posts for year %s": "%s년도 포스트", - "Posts for {month} {day}, {year}": "", + "Posts for {month} {day}, {year}": " {year}년 {month}월 {day}일에 작성된 포스트", "Posts for {month} {year}": "{year}년 {month}월에 쓴 포스트", "Previous post": "이전 포스트", "Publication date": "발간일", @@ -31,13 +31,14 @@ MESSAGES = { "Read more": "더 읽기", "Skip to main content": "주 콘텐츠로 바로가기", "Source": "원문", - "Subcategories:": "", + "Subcategories:": "서브 카테고리", "Tags and Categories": "태그와 분류", "Tags": "태그", - "Uncategorized": "", - "Updates": "", - "Write your page here.": "", - "Write your post here.": "", + "Toggle navigation": "", + "Uncategorized": "카테고리 없음", + "Updates": "업데이트", + "Write your page here.": "여기에 페이지를 작성하세요.", + "Write your post here.": "이곳에 글을 작성하세요.", "old posts, page %d": "이전 포스트, 페이지 %d", "page %d": "페이지 %d", } |
