@@ -57,8 +57,8 @@ msgid ""
57
57
msgstr ""
58
58
"Project-Id-Version : git\n "
59
59
"
Report-Msgid-Bugs-To :
Git Mailing List <[email protected] >\n "
60
- "POT-Creation-Date : 2016-02-28 20:31 +0800\n "
61
- "PO-Revision-Date : 2016-03-03 13:07 +0900\n "
60
+ "POT-Creation-Date : 2016-03-12 22:05 +0800\n "
61
+ "PO-Revision-Date : 2016-03-13 02:29 +0900\n "
62
62
"
Last-Translator :
Changwoo Ryu <[email protected] >\n "
63
63
"Language-Team : Git Korean translation <http://github.com/changwoo/git-l10n- "
64
64
"ko>\n "
@@ -1165,6 +1165,16 @@ msgstr "인식할 수 없는 색: %%(color:%s)"
1165
1165
msgid "unrecognized format: %%(%s)"
1166
1166
msgstr "알 수 없는 형식: %%(%s)"
1167
1167
1168
+ #: ref-filter.c:77
1169
+ #, c-format
1170
+ msgid "%%(body) does not take arguments"
1171
+ msgstr "%%(body)에 인자를 받지 않습니다"
1172
+
1173
+ #: ref-filter.c:84
1174
+ #, c-format
1175
+ msgid "%%(subject) does not take arguments"
1176
+ msgstr "%%(subject)에 인자를 받지 않습니다"
1177
+
1168
1178
#: ref-filter.c:101
1169
1179
#, c-format
1170
1180
msgid "positive value expected contents:lines=%s"
@@ -1205,16 +1215,65 @@ msgstr "인식할 수 없는 %%(align) 인자:%s"
1205
1215
msgid "positive width expected with the %%(align) atom"
1206
1216
msgstr "%%(align) 아톰에 너비가 0보다 커야 합니다"
1207
1217
1218
+ #: ref-filter.c:244
1219
+ #, c-format
1220
+ msgid "malformed field name: %.*s"
1221
+ msgstr "잘못된 형식의 필드 이름: %.*s"
1222
+
1223
+ #: ref-filter.c:270
1224
+ #, c-format
1225
+ msgid "unknown field name: %.*s"
1226
+ msgstr "알 수 없는 필드 이름: %.*s"
1227
+
1208
1228
#: ref-filter.c:372
1209
1229
#, c-format
1210
1230
msgid "format: %%(end) atom used without corresponding atom"
1211
1231
msgstr "형식: %%(end) 아톰이 대응되는 아톰 없이 사용되었습니다"
1212
1232
1233
+ #: ref-filter.c:424
1234
+ #, c-format
1235
+ msgid "malformed format string %s"
1236
+ msgstr "잘못된 형식의 문자열 %s"
1237
+
1238
+ #: ref-filter.c:878
1239
+ msgid ":strip= requires a positive integer argument"
1240
+ msgstr ":strip= 명령에는 0보다 큰 정수 인자가 필요합니다"
1241
+
1242
+ #: ref-filter.c:883
1243
+ #, c-format
1244
+ msgid "ref '%s' does not have %ld components to :strip"
1245
+ msgstr "'%s' 레퍼런스에 :strip할 구성 요소 %ld개가 없습니다"
1246
+
1247
+ #: ref-filter.c:1046
1248
+ #, c-format
1249
+ msgid "unknown %.*s format %s"
1250
+ msgstr "알 수 없는 %.*s 형식 %s"
1251
+
1252
+ #: ref-filter.c:1066 ref-filter.c:1097
1253
+ #, c-format
1254
+ msgid "missing object %s for %s"
1255
+ msgstr "없는 오브젝트 %s, %s에 대해"
1256
+
1257
+ #: ref-filter.c:1069 ref-filter.c:1100
1258
+ #, c-format
1259
+ msgid "parse_object_buffer failed on %s for %s"
1260
+ msgstr "%s에 parse_object_buffer 실패 (%s에 대해)"
1261
+
1213
1262
#: ref-filter.c:1311
1214
1263
#, c-format
1215
1264
msgid "malformed object at '%s'"
1216
1265
msgstr "'%s'에 잘못된 형식의 오브젝트"
1217
1266
1267
+ #: ref-filter.c:1373
1268
+ #, c-format
1269
+ msgid "ignoring ref with broken name %s"
1270
+ msgstr "망가진 이름 %s에 레퍼런스를 무시합니다"
1271
+
1272
+ #: ref-filter.c:1378
1273
+ #, c-format
1274
+ msgid "ignoring broken ref %s"
1275
+ msgstr "망가진 레퍼런스 %s 무시"
1276
+
1218
1277
#: ref-filter.c:1651
1219
1278
#, c-format
1220
1279
msgid "format: %%(end) atom missing"
@@ -1620,6 +1679,20 @@ msgstr "빈 헤드로 커밋을 빼올 수 없습니다."
1620
1679
msgid "failed to read %s"
1621
1680
msgstr "%s을(를) 읽는데 실패했습니다"
1622
1681
1682
+ #: sha1_file.c:1080
1683
+ msgid "offset before end of packfile (broken .idx?)"
1684
+ msgstr "오프셋이 묶음 파일 앞입니다 (망가진 .idx?)"
1685
+
1686
+ #: sha1_file.c:2459
1687
+ #, c-format
1688
+ msgid "offset before start of pack index for %s (corrupt index?)"
1689
+ msgstr "오프셋이 %s의 묶음 인덱스 시작보다 앞입니다 (망가진 인덱스?)"
1690
+
1691
+ #: sha1_file.c:2463
1692
+ #, c-format
1693
+ msgid "offset beyond end of pack index for %s (truncated index?)"
1694
+ msgstr "오프셋이 %s의 묶음 인덱스 끝보다 뒤입니다 (망가진 인덱스?)"
1695
+
1623
1696
#: sha1_name.c:462
1624
1697
msgid ""
1625
1698
"Git normally never creates a ref that ends with 40 hex characters\n"
@@ -1666,6 +1739,11 @@ msgstr "%s에 대한 .gitmodules 항목을 제거할 수 없습니다"
1666
1739
msgid "staging updated .gitmodules failed"
1667
1740
msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데 실패"
1668
1741
1742
+ #: trailer.c:237
1743
+ #, c-format
1744
+ msgid "running trailer command '%s' failed"
1745
+ msgstr "트레일러 명령 '%s' 실행 실패"
1746
+
1669
1747
#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1670
1748
#: trailer.c:562
1671
1749
#, c-format
@@ -4141,6 +4219,10 @@ msgstr "'%s'에 대해 reflog할 수 없습니다: %s\n"
4141
4219
msgid "HEAD is now at"
4142
4220
msgstr "HEAD의 현재 위치는"
4143
4221
4222
+ #: builtin/checkout.c:665 builtin/clone.c:659
4223
+ msgid "unable to update HEAD"
4224
+ msgstr "HEAD를 업데이트할 수 없습니다"
4225
+
4144
4226
#: builtin/checkout.c:669
4145
4227
#, c-format
4146
4228
msgid "Reset branch '%s'\n"
@@ -4656,6 +4738,14 @@ msgstr "IPv4 주소만 사용합니다"
4656
4738
msgid "use IPv6 addresses only"
4657
4739
msgstr "IPv6 주소만 사용합니다"
4658
4740
4741
+ #: builtin/clone.c:239
4742
+ msgid ""
4743
+ "No directory name could be guessed.\n"
4744
+ "Please specify a directory on the command line"
4745
+ msgstr ""
4746
+ "디렉터리 이름을 알아낼 수 없습니다.\n"
4747
+ "명령행에서 디렉터리를 지정하십시오"
4748
+
4659
4749
#: builtin/clone.c:305
4660
4750
#, c-format
4661
4751
msgid "reference repository '%s' as a linked checkout is not supported yet."
@@ -4731,6 +4821,11 @@ msgstr "연결을 확인하는 중입니다..."
4731
4821
msgid "remote did not send all necessary objects"
4732
4822
msgstr "리모트에서 필요한 오브젝트를 모두 보내지 않았습니다"
4733
4823
4824
+ #: builtin/clone.c:647
4825
+ #, c-format
4826
+ msgid "unable to update %s"
4827
+ msgstr "%s을(를) 업데이트할 수 없습니다"
4828
+
4734
4829
#: builtin/clone.c:696
4735
4830
msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4736
4831
msgstr "리모트 HEAD가 없는 레퍼런스를 참고하므로, 체크아웃할 수 없습니다.\n"
@@ -4739,6 +4834,10 @@ msgstr "리모트 HEAD가 없는 레퍼런스를 참고하므로, 체크아웃
4739
4834
msgid "unable to checkout working tree"
4740
4835
msgstr "작업 폴더를 체크아웃할 수 없습니다"
4741
4836
4837
+ #: builtin/clone.c:753
4838
+ msgid "unable to write parameters to config file"
4839
+ msgstr "파라미터를 설정 파일에 쓸 수 없습니다"
4840
+
4742
4841
#: builtin/clone.c:816
4743
4842
msgid "cannot repack to clean up"
4744
4843
msgstr "정리용으로 repack할 수 없습니다"
@@ -6966,53 +7065,53 @@ msgstr "인덱스 파일을 저장할 수 없습니다"
6966
7065
msgid "bad pack.indexversion=%<PRIu32>"
6967
7066
msgstr "잘못된 pack.indexversion=%<PRIu32>"
6968
7067
6969
- #: builtin/index-pack.c:1479 builtin/index-pack.c:1663
7068
+ #: builtin/index-pack.c:1479 builtin/index-pack.c:1664
6970
7069
#, c-format
6971
7070
msgid "no threads support, ignoring %s"
6972
7071
msgstr "스레드 기능이 없습니다. %s 무시"
6973
7072
6974
- #: builtin/index-pack.c:1537
7073
+ #: builtin/index-pack.c:1538
6975
7074
#, c-format
6976
7075
msgid "Cannot open existing pack file '%s'"
6977
7076
msgstr "기존 '%s' 묶음 파일을 열 수 없습니다"
6978
7077
6979
- #: builtin/index-pack.c:1539
7078
+ #: builtin/index-pack.c:1540
6980
7079
#, c-format
6981
7080
msgid "Cannot open existing pack idx file for '%s'"
6982
7081
msgstr "'%s'에 대한 기존 묶음 idx 파일을 열 수 없습니다"
6983
7082
6984
- #: builtin/index-pack.c:1586
7083
+ #: builtin/index-pack.c:1587
6985
7084
#, c-format
6986
7085
msgid "non delta: %d object"
6987
7086
msgid_plural "non delta: %d objects"
6988
7087
msgstr[ 0 ] "델타 아님: 오브젝트 %d개"
6989
7088
6990
- #: builtin/index-pack.c:1593
7089
+ #: builtin/index-pack.c:1594
6991
7090
#, c-format
6992
7091
msgid "chain length = %d: %lu object"
6993
7092
msgid_plural "chain length = %d: %lu objects"
6994
7093
msgstr[ 0 ] "체인 길이 = %d: 오브젝트 %lu개"
6995
7094
6996
- #: builtin/index-pack.c:1623
7095
+ #: builtin/index-pack.c:1624
6997
7096
msgid "Cannot come back to cwd"
6998
7097
msgstr "현재 디렉터리로 돌아올 수 없습니다"
6999
7098
7000
- #: builtin/index-pack.c:1675 builtin/index-pack.c:1678
7001
- #: builtin/index-pack.c:1690 builtin/index-pack.c:1694
7099
+ #: builtin/index-pack.c:1676 builtin/index-pack.c:1679
7100
+ #: builtin/index-pack.c:1691 builtin/index-pack.c:1695
7002
7101
#, c-format
7003
7102
msgid "bad %s"
7004
7103
msgstr "잘못된 %s"
7005
7104
7006
- #: builtin/index-pack.c:1708
7105
+ #: builtin/index-pack.c:1709
7007
7106
msgid "--fix-thin cannot be used without --stdin"
7008
7107
msgstr "--fix-thin 옵션은 --stdin 옵션과 같이 쓸 수 없습니다"
7009
7108
7010
- #: builtin/index-pack.c:1712 builtin/index-pack.c:1721
7109
+ #: builtin/index-pack.c:1713 builtin/index-pack.c:1722
7011
7110
#, c-format
7012
7111
msgid "packfile name '%s' does not end with '.pack'"
7013
7112
msgstr "'%s' 묶음파일 이름이 '.pack'으로 끝나지 않습니다"
7014
7113
7015
- #: builtin/index-pack.c:1729
7114
+ #: builtin/index-pack.c:1730
7016
7115
msgid "--verify with no packfile name given"
7017
7116
msgstr "--verify 옵션에 묶음파일 이름을 지정하지 않았습니다"
7018
7117
@@ -7140,7 +7239,9 @@ msgstr "작업 폴더 '%s'에 접근할 수 없습니다"
7140
7239
msgid ""
7141
7240
"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
7142
7241
"<token>[(=|:)<value>])...] [<file>...]"
7143
- msgstr "git interpret-trailers [--in-place] [--trim-empty] [(--trailer <토큰>[(=|:)<값>])...] [<파일>...]"
7242
+ msgstr ""
7243
+ "git interpret-trailers [--in-place] [--trim-empty] [(--trailer <토큰>[(=|:)<"
7244
+ "값>])...] [<파일>...]"
7144
7245
7145
7246
#: builtin/interpret-trailers.c:26
7146
7247
msgid "edit files in place"
@@ -11147,7 +11248,7 @@ msgstr ""
11147
11248
"목록을 볼 수 있습니다. 특정 하위 명령어나 개념에 대해 읽어 보려면 'git help\n"
11148
11249
"<명령>' 또는 'git help <개념>' 명령을 실행하십시오."
11149
11250
11150
- #: http.c:320
11251
+ #: http.c:321
11151
11252
msgid "Public key pinning not supported with cURL < 7.44.0"
11152
11253
msgstr "공개 키 고정은 cURL 7.44.0 앞 버전에서는 지원하지 않습니다"
11153
11254
@@ -11232,8 +11333,8 @@ msgid "Update remote refs along with associated objects"
11232
11333
msgstr "원격 레퍼런스 및 그와 관련된 오브젝트를 업데이트합니다"
11233
11334
11234
11335
#: common-cmds.h:32
11235
- msgid "Forward-port local commits to the updated upstream head "
11236
- msgstr "로컬 커밋을 업데이트된 업스트림 head 다음에 맞춰 넣습니다 "
11336
+ msgid "Reapply commits on top of another base tip "
11337
+ msgstr "커밋을 다른 베이스 끝의 최상위에서 적용합니다 "
11237
11338
11238
11339
#: common-cmds.h:33
11239
11340
msgid "Reset current HEAD to the specified state"
0 commit comments