@@ -58,8 +58,8 @@ msgid ""
5858msgstr ""
5959"Project-Id-Version : git\n "
6060"Report-Msgid-Bugs-To : Git Mailing List <git@vger.kernel.org>\n "
61- "POT-Creation-Date : 2017-07-15 11:57 +0800\n "
62- "PO-Revision-Date : 2017-07-19 17:11 +0900\n "
61+ "POT-Creation-Date : 2017-07-24 21:54 +0800\n "
62+ "PO-Revision-Date : 2017-08-01 12:26 +0900\n "
6363"Last-Translator : Changwoo Ryu <cwryu@debian.org>\n "
6464"Language-Team : Git Korean translation <http://github.com/changwoo/git-l10n- "
6565"ko>\n "
@@ -1505,17 +1505,60 @@ msgstr "%s에서 LF는 CRLF로 바뀝니다."
15051505msgid "in the future"
15061506msgstr "미래에"
15071507
1508- #: date.c:122 date.c:129 date.c:136 date.c:143 date.c:149 date.c:156 date.c:167
1509- #: date.c:175 date.c:180
1510- msgid "%"
1511- msgid_plural "%"
1512- msgstr[ 0 ] "%"
1508+ #: date.c:122
1509+ #, c-format
1510+ msgid "%<PRIuMAX> second ago"
1511+ msgid_plural "%<PRIuMAX> seconds ago"
1512+ msgstr[ 0 ] "%<PRIuMAX>초 전"
1513+
1514+ #: date.c:129
1515+ #, c-format
1516+ msgid "%<PRIuMAX> minute ago"
1517+ msgid_plural "%<PRIuMAX> minutes ago"
1518+ msgstr[ 0 ] "%<PRIuMAX>분 전"
1519+
1520+ #: date.c:136
1521+ #, c-format
1522+ msgid "%<PRIuMAX> hour ago"
1523+ msgid_plural "%<PRIuMAX> hours ago"
1524+ msgstr[ 0 ] "%<PRIuMAX>시간 전"
1525+
1526+ #: date.c:143
1527+ #, c-format
1528+ msgid "%<PRIuMAX> day ago"
1529+ msgid_plural "%<PRIuMAX> days ago"
1530+ msgstr[ 0 ] "%<PRIuMAX>일 전"
1531+
1532+ #: date.c:149
1533+ #, c-format
1534+ msgid "%<PRIuMAX> week ago"
1535+ msgid_plural "%<PRIuMAX> weeks ago"
1536+ msgstr[ 0 ] "%<PRIuMAX>주 전"
1537+
1538+ #: date.c:156
1539+ #, c-format
1540+ msgid "%<PRIuMAX> month ago"
1541+ msgid_plural "%<PRIuMAX> months ago"
1542+ msgstr[ 0 ] "%<PRIuMAX>달 전"
1543+
1544+ #: date.c:167
1545+ #, c-format
1546+ msgid "%<PRIuMAX> year"
1547+ msgid_plural "%<PRIuMAX> years"
1548+ msgstr[ 0 ] "%<PRIuMAX>년"
15131549
15141550#. TRANSLATORS: "%s" is "<n> years"
15151551#: date.c:170
1516- msgid "%s, %"
1517- msgid_plural "%s, %"
1518- msgstr[ 0 ] "%s, %"
1552+ #, c-format
1553+ msgid "%s, %<PRIuMAX> month ago"
1554+ msgid_plural "%s, %<PRIuMAX> months ago"
1555+ msgstr[ 0 ] "%s, %<PRIuMAX>달 전"
1556+
1557+ #: date.c:175 date.c:180
1558+ #, c-format
1559+ msgid "%<PRIuMAX> year ago"
1560+ msgid_plural "%<PRIuMAX> years ago"
1561+ msgstr[ 0 ] "%<PRIuMAX>년 전"
15191562
15201563#: diffcore-order.c:24
15211564#, c-format
@@ -1686,7 +1729,7 @@ msgstr "잘못된 커밋 %s"
16861729msgid "giving up"
16871730msgstr "포기함"
16881731
1689- #: fetch-pack.c:533 progress.c:235
1732+ #: fetch-pack.c:533 progress.c:237
16901733msgid "done"
16911734msgstr "완료"
16921735
@@ -8363,15 +8406,15 @@ msgstr "최적 성능을 위해 자동으로 저장소의 묶음을 만듭니다
83638406msgid "See \" git help gc\" for manual housekeeping.\n"
83648407msgstr "수동 관리 작업은 \" git help gc\" 내용을 참고하십시오.\n"
83658408
8366- #: builtin/gc.c:432
8409+ #: builtin/gc.c:436
83678410#, c-format
83688411msgid ""
83698412"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
83708413msgstr ""
83718414"가비지컬렉터가 이미 '%s' 컴퓨터에서 %<PRIuMAX> PID로 실행 중입니다 (아니면 --"
83728415"force를 사용하십시오)"
83738416
8374- #: builtin/gc.c:476
8417+ #: builtin/gc.c:480
83758418msgid ""
83768419"There are too many unreachable loose objects; run 'git prune' to remove them."
83778420msgstr ""
0 commit comments