From 3347e76939a9b48b58334d0d82627014633ae9cb Mon Sep 17 00:00:00 2001 From: Changwoo Ryu Date: Tue, 1 Aug 2017 12:32:00 +0900 Subject: [PATCH] l10n: ko.po: Update Korean translation Signed-off-by: Changwoo Ryu --- po/ko.po | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 56 insertions(+), 13 deletions(-) diff --git a/po/ko.po b/po/ko.po index 0361597f53..6c7d896a87 100644 --- a/po/ko.po +++ b/po/ko.po @@ -58,8 +58,8 @@ msgid "" msgstr "" "Project-Id-Version: git\n" "Report-Msgid-Bugs-To: Git Mailing List \n" -"POT-Creation-Date: 2017-07-15 11:57+0800\n" -"PO-Revision-Date: 2017-07-19 17:11+0900\n" +"POT-Creation-Date: 2017-07-24 21:54+0800\n" +"PO-Revision-Date: 2017-08-01 12:26+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Git Korean translation \n" @@ -1505,17 +1505,60 @@ msgstr "%s에서 LF는 CRLF로 바뀝니다." msgid "in the future" msgstr "미래에" -#: date.c:122 date.c:129 date.c:136 date.c:143 date.c:149 date.c:156 date.c:167 -#: date.c:175 date.c:180 -msgid "%" -msgid_plural "%" -msgstr[0] "%" +#: date.c:122 +#, c-format +msgid "% second ago" +msgid_plural "% seconds ago" +msgstr[0] "%초 전" + +#: date.c:129 +#, c-format +msgid "% minute ago" +msgid_plural "% minutes ago" +msgstr[0] "%분 전" + +#: date.c:136 +#, c-format +msgid "% hour ago" +msgid_plural "% hours ago" +msgstr[0] "%시간 전" + +#: date.c:143 +#, c-format +msgid "% day ago" +msgid_plural "% days ago" +msgstr[0] "%일 전" + +#: date.c:149 +#, c-format +msgid "% week ago" +msgid_plural "% weeks ago" +msgstr[0] "%주 전" + +#: date.c:156 +#, c-format +msgid "% month ago" +msgid_plural "% months ago" +msgstr[0] "%달 전" + +#: date.c:167 +#, c-format +msgid "% year" +msgid_plural "% years" +msgstr[0] "%년" #. TRANSLATORS: "%s" is " years" #: date.c:170 -msgid "%s, %" -msgid_plural "%s, %" -msgstr[0] "%s, %" +#, c-format +msgid "%s, % month ago" +msgid_plural "%s, % months ago" +msgstr[0] "%s, %달 전" + +#: date.c:175 date.c:180 +#, c-format +msgid "% year ago" +msgid_plural "% years ago" +msgstr[0] "%년 전" #: diffcore-order.c:24 #, c-format @@ -1686,7 +1729,7 @@ msgstr "잘못된 커밋 %s" msgid "giving up" msgstr "포기함" -#: fetch-pack.c:533 progress.c:235 +#: fetch-pack.c:533 progress.c:237 msgid "done" msgstr "완료" @@ -8363,7 +8406,7 @@ msgstr "최적 성능을 위해 자동으로 저장소의 묶음을 만듭니다 msgid "See \"git help gc\" for manual housekeeping.\n" msgstr "수동 관리 작업은 \"git help gc\" 내용을 참고하십시오.\n" -#: builtin/gc.c:432 +#: builtin/gc.c:436 #, c-format msgid "" "gc is already running on machine '%s' pid % (use --force if not)" @@ -8371,7 +8414,7 @@ msgstr "" "가비지컬렉터가 이미 '%s' 컴퓨터에서 % PID로 실행 중입니다 (아니면 --" "force를 사용하십시오)" -#: builtin/gc.c:476 +#: builtin/gc.c:480 msgid "" "There are too many unreachable loose objects; run 'git prune' to remove them." msgstr "" -- 2.11.4.GIT