l10n: ko.po: Update Korean translation
Signed-off-by: Changwoo Ryu <cwryu@debian.org>
Changwoo Ryu committed
Feb 11, 2017 at 11:29 UTC
dcf07e275a5b2c28729a2d7ded2fc2bb9a55a19b
1 file changed
+2617
-1320
po/ko.po
+2617
-1320
@@ -1,10 +1,10 @@
1
# Git Korean translation
2
-# Copyright (C) 2015-2016 Changwoo Ryu and contributors
2
+# Copyright (C) 2015-2017 Changwoo Ryu and contributors
3
# This file is distributed under the same license as the Git package.
4
#
5
# Contributors:
6
# Hyunjun Kim <yoloseem AT users.noreply.github.com>, 2015.
7
-# Changwoo Ryu <cwryu@debian.org>, 2015-2016.
7
+# Changwoo Ryu <cwryu@debian.org>, 2015-2017.
8
#
9
# - 작업자는 위 Contributors 목록에 추가해 주세요.
10
# - 번역하면서 80컬럼을 넘어가지 않도록 해 주세요.
@@ -58,8 +58,8 @@ msgid ""
58
msgstr ""
59
"Project-Id-Version: git\n"
60
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
61
-"POT-Creation-Date: 2016-11-25 22:50+0800\n"
62
-"PO-Revision-Date: 2016-11-25 22:56+0800\n"
61
+"POT-Creation-Date: 2017-02-04 13:02+0800\n"
62
+"PO-Revision-Date: 2017-02-11 11:31+0900\n"
63
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
64
"Language-Team: Git Korean translation <http://github.com/changwoo/git-l10n-"
65
"ko>\n"
@@ -111,7 +111,7 @@ msgstr ""
111
msgid "Exiting because of an unresolved conflict."
112
msgstr "해결하지 못한 충돌 때문에 끝납니다."
113
114
-#: advice.c:114 builtin/merge.c:1181
114
+#: advice.c:114 builtin/merge.c:1206
115
msgid "You have not concluded your merge (MERGE_HEAD exists)."
116
msgstr "병합 작업을 다 마치지 않았습니다 (MERGE_HEAD 파일이 있습니다)."
117
@@ -577,7 +577,7 @@ msgstr[0] "%%s 패치를 (%d개 거부) 적용..."
577
msgid "truncating .rej filename to %.*s.rej"
578
msgstr "truncating .rej 파일 이름을 '%.*s.rej'(으)로 자름"
579
580
-#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
580
+#: apply.c:4540 builtin/fetch.c:737 builtin/fetch.c:986
581
#, c-format
582
msgid "cannot open %s"
583
msgstr "%s을(를) 열 수 없습니다"
@@ -628,15 +628,16 @@ msgid "%d line applied after fixing whitespace errors."
628
msgid_plural "%d lines applied after fixing whitespace errors."
629
msgstr[0] "공백 오류를 바로잡은 뒤에 %d번 줄 적용."
630
631
-#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
631
+#: apply.c:4888 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
632
msgid "Unable to write new index file"
633
msgstr "새 인덱스 파일에 쓸 수 없습니다"
634
635
#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
636
#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
637
-#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
638
-#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
639
-#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
637
+#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591
638
+#: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960
639
+#: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104
640
+#: git-add--interactive.perl:239
641
msgid "path"
642
msgstr "경로"
643
@@ -737,8 +738,8 @@ msgid "allow overlapping hunks"
738
msgstr "패치 부분이 겹쳐도 허용합니다"
739
740
#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
740
-#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
741
-#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
741
+#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
742
+#: builtin/log.c:1860 builtin/mv.c:122 builtin/read-tree.c:114
743
msgid "be verbose"
744
msgstr "자세히 표시"
745
@@ -777,7 +778,7 @@ msgstr ""
778
msgid "git archive --remote <repo> [--exec <cmd>] --list"
779
msgstr "git archive --remote <저장소> [--exec <명령>] --list"
780
780
-#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
781
+#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
782
#, c-format
783
msgid "pathspec '%s' did not match any files"
784
msgstr "'%s' 경로명세가 어떤 파일과도 일치하지 않습니다"
@@ -798,11 +799,11 @@ msgstr "접두어"
799
msgid "prepend prefix to each pathname in the archive"
800
msgstr "아카이브의 각 경로 이름의 앞에 지정한 경로를 붙입니다"
801
801
-#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2603
802
-#: builtin/blame.c:2604 builtin/config.c:59 builtin/fast-export.c:987
803
-#: builtin/fast-export.c:989 builtin/grep.c:723 builtin/hash-object.c:101
804
-#: builtin/ls-files.c:539 builtin/ls-files.c:542 builtin/notes.c:401
805
-#: builtin/notes.c:564 builtin/read-tree.c:109 parse-options.h:153
802
+#: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59
803
+#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054
804
+#: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542
805
+#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
806
+#: parse-options.h:153
807
msgid "file"
808
msgstr "파일"
809
@@ -835,7 +836,7 @@ msgid "list supported archive formats"
836
msgstr "지원하는 압축 형식의 목록을 표시합니다"
837
838
#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
838
-#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
839
+#: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969
840
msgid "repo"
841
msgstr "저장소"
842
@@ -931,7 +932,7 @@ msgstr ""
932
#: bisect.c:750
933
#, c-format
934
msgid ""
934
-"Some %s revs are not ancestor of the %s rev.\n"
935
+"Some %s revs are not ancestors of the %s rev.\n"
936
"git bisect cannot work properly in this case.\n"
937
"Maybe you mistook %s and %s revs?\n"
938
msgstr ""
@@ -960,7 +961,7 @@ msgstr "이등분: 병합 베이스를 시험해야 합니다\n"
961
msgid "a %s revision is needed"
962
msgstr "하나의 %s 리비전이 필요합니다"
963
963
-#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
964
+#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262
965
#, c-format
966
msgid "could not create file '%s'"
967
msgstr "'%s' 파일을 만들 수 없습니다"
@@ -1152,7 +1153,7 @@ msgstr "'%s' 파일이 버전2 번들 파일로 보이지 않습니다"
1153
msgid "unrecognized header: %s%s (%d)"
1154
msgstr "인식할 수 없는 헤더: %s%s (%d)"
1155
1155
-#: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1156
+#: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:777
1157
#, c-format
1158
msgid "could not open '%s'"
1159
msgstr "'%s'을(를) 열 수 없습니다"
@@ -1161,10 +1162,10 @@ msgstr "'%s'을(를) 열 수 없습니다"
1162
msgid "Repository lacks these prerequisite commits:"
1163
msgstr "저장소에 필수적인 다음 커밋이 없습니다:"
1164
1164
-#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1165
-#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1165
+#: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:2290
1166
+#: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:348
1167
#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1167
-#: builtin/merge.c:356 builtin/shortlog.c:170
1168
+#: builtin/merge.c:360 builtin/shortlog.c:177
1169
msgid "revision walk setup failed"
1170
msgstr "리비전 walk 준비가 실패했습니다"
1171
@@ -1201,7 +1202,7 @@ msgstr "rev-list 명령이 죽었습니다"
1202
msgid "ref '%s' is excluded by the rev-list options"
1203
msgstr "rev-list 옵션에서 '%s' 레퍼런스가 제외되었습니다"
1204
1204
-#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1205
+#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:282
1206
#, c-format
1207
msgid "unrecognized argument: %s"
1208
msgstr "알 수 없는 인자: %s"
@@ -1219,13 +1220,13 @@ msgstr "'%s'을(를) 만들 수 없습니다"
1220
msgid "index-pack died"
1221
msgstr "index-pack 명령이 죽었습니다"
1222
1222
-#: color.c:290
1223
+#: color.c:300
1224
#, c-format
1225
msgid "invalid color value: %.*s"
1226
msgstr "잘못된 색 값: %.*s"
1227
1227
-#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1228
-#: builtin/am.c:2127
1228
+#: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:457
1229
+#: builtin/am.c:1493 builtin/am.c:2127
1230
#, c-format
1231
msgid "could not parse %s"
1232
msgstr "parse %s을(를) 파싱할 수 없습니다"
@@ -1249,123 +1250,133 @@ msgstr ""
1250
msgid "memory exhausted"
1251
msgstr "메모리 바닥남"
1252
1252
-#: config.c:516
1253
+#: config.c:518
1254
#, c-format
1255
msgid "bad config line %d in blob %s"
1256
msgstr "블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1257
1257
-#: config.c:520
1258
+#: config.c:522
1259
#, c-format
1260
msgid "bad config line %d in file %s"
1261
msgstr "파일 %2$s 안에 %1$d번 줄에 잘못된 설정"
1262
1262
-#: config.c:524
1263
+#: config.c:526
1264
#, c-format
1265
msgid "bad config line %d in standard input"
1266
msgstr "표준 입력 안에 %d번 줄에 잘못된 설정"
1267
1267
-#: config.c:528
1268
+#: config.c:530
1269
#, c-format
1270
msgid "bad config line %d in submodule-blob %s"
1271
msgstr "하위 모듈 블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1272
1272
-#: config.c:532
1273
+#: config.c:534
1274
#, c-format
1275
msgid "bad config line %d in command line %s"
1276
msgstr "명령행 %2$s 안에 %1$d번 줄에 잘못된 설정"
1277
1277
-#: config.c:536
1278
+#: config.c:538
1279
#, c-format
1280
msgid "bad config line %d in %s"
1281
msgstr "%2$s 안에 %1$d번 줄에 잘못된 설정"
1282
1282
-#: config.c:655
1283
+#: config.c:657
1284
msgid "out of range"
1285
msgstr "범위를 벗어남"
1286
1286
-#: config.c:655
1287
+#: config.c:657
1288
msgid "invalid unit"
1289
msgstr "단위가 잘못됨"
1290
1290
-#: config.c:661
1291
+#: config.c:663
1292
#, c-format
1293
msgid "bad numeric config value '%s' for '%s': %s"
1294
msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): %s"
1295
1295
-#: config.c:666
1296
+#: config.c:668
1297
#, c-format
1298
msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1299
msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): %s"
1300
1300
-#: config.c:669
1301
+#: config.c:671
1302
#, c-format
1303
msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1304
msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): %s"
1305
1305
-#: config.c:672
1306
+#: config.c:674
1307
#, c-format
1308
msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1309
msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): %s"
1310
1310
-#: config.c:675
1311
+#: config.c:677
1312
#, c-format
1313
msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1314
msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): %s"
1315
1315
-#: config.c:678
1316
+#: config.c:680
1317
#, c-format
1318
msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1319
msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): %s"
1320
1320
-#: config.c:681
1321
+#: config.c:683
1322
#, c-format
1323
msgid "bad numeric config value '%s' for '%s' in %s: %s"
1324
msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): %s"
1325
1325
-#: config.c:768
1326
+#: config.c:770
1327
#, c-format
1328
msgid "failed to expand user dir in: '%s'"
1329
msgstr "다음에 사용자 디렉터리 확장에 실패: '%s'"
1330
1330
-#: config.c:852 config.c:863
1331
+#: config.c:865 config.c:876
1332
#, c-format
1333
msgid "bad zlib compression level %d"
1334
msgstr "%d번은 올바른 zlib 압축 단계가 아닙니다"
1335
1335
-#: config.c:978
1336
+#: config.c:993
1337
#, c-format
1338
msgid "invalid mode for object creation: %s"
1339
msgstr "오브젝트 생성 모드가 올바르지 않습니다: %s"
1340
1340
-#: config.c:1312
1341
+#: config.c:1149
1342
+#, c-format
1343
+msgid "bad pack compression level %d"
1344
+msgstr "잘못 묶음 압축 단계 %d"
1345
+
1346
+#: config.c:1339
1347
msgid "unable to parse command-line config"
1348
msgstr "명령행 설정을 파싱할 수 없습니다"
1349
1344
-#: config.c:1362
1350
+#: config.c:1389
1351
msgid "unknown error occurred while reading the configuration files"
1352
msgstr "설정 파일을 읽는 중 알 수 없는 오류가 생겼습니다"
1353
1348
-#: config.c:1716
1354
+#: config.c:1743
1355
#, c-format
1356
msgid "unable to parse '%s' from command-line config"
1357
msgstr "명령행 설정에서 '%s'을(를) 설정할 수 없습니다"
1358
1353
-#: config.c:1718
1359
+#: config.c:1745
1360
#, c-format
1361
msgid "bad config variable '%s' in file '%s' at line %d"
1362
msgstr "'%2$s' 파일의 %3$d번 줄 '%1$s' 설정 변수가 잘못되었습니다"
1363
1358
-#: config.c:1777
1364
+#: config.c:1804
1365
#, c-format
1366
msgid "%s has multiple values"
1367
msgstr "%s은(는) 여러 개 값이 있습니다"
1368
1363
-#: config.c:2311
1369
+#: config.c:2225 config.c:2450
1370
+#, c-format
1371
+msgid "fstat on %s failed"
1372
+msgstr "%s에 대해 fstat 실패"
1373
+
1374
+#: config.c:2343
1375
#, c-format
1376
msgid "could not set '%s' to '%s'"
1377
msgstr "'%s'을(를) '%s'(으)로 설정할 수 없습니다"
1378
1368
-#: config.c:2313
1379
+#: config.c:2345
1380
#, c-format
1381
msgid "could not unset '%s'"
1382
msgstr "'%s' 설정을 지울 수 없습니다"
@@ -1386,7 +1397,7 @@ msgstr ""
1397
"올바른 접근 권한이 있는지, 그리고 저장소가 있는지\n"
1398
"확인하십시오."
1399
1389
-#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1400
+#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1401
msgid "Checking connectivity"
1402
msgstr "연결을 확인하는 중입니다"
1403
@@ -1513,12 +1524,12 @@ msgstr " dirstat 자름 퍼센트 값 '%s' 파싱에 실패했습니다\n"
1524
msgid " Unknown dirstat parameter '%s'\n"
1525
msgstr " 알 수 없는 dirstat 파라미터 '%s'\n"
1526
1516
-#: diff.c:283
1527
+#: diff.c:281
1528
#, c-format
1529
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1530
msgstr "'diff.submodule' 설정 변수에 알 수 없는 값: '%s'"
1531
1521
-#: diff.c:346
1532
+#: diff.c:344
1533
#, c-format
1534
msgid ""
1535
"Found errors in 'diff.dirstat' config variable:\n"
@@ -1527,21 +1538,21 @@ msgstr ""
1538
"'diff.submodule' 설정 변수에 오류:\n"
1539
"%s'"
1540
1530
-#: diff.c:3087
1541
+#: diff.c:3085
1542
#, c-format
1543
msgid "external diff died, stopping at %s"
1544
msgstr "외부 diff 프로그램이 죽음, %s 위치에서 멈춤"
1545
1535
-#: diff.c:3412
1546
+#: diff.c:3411
1547
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1548
msgstr ""
1549
"\"--name-only, --name-status, --check, -s 옵션 중 하나만 쓸 수 있습니다"
1550
1540
-#: diff.c:3502
1551
+#: diff.c:3501
1552
msgid "--follow requires exactly one pathspec"
1553
msgstr "--follow 옵션에는 정확히 하나의 경로명세가 필요합니다"
1554
1544
-#: diff.c:3665
1555
+#: diff.c:3664
1556
#, c-format
1557
msgid ""
1558
"Failed to parse --dirstat/-X option parameter:\n"
@@ -1550,33 +1561,38 @@ msgstr ""
1561
"--dirstat/-X 옵션 파라미터를 파싱하는데 실패했습니다:\n"
1562
"%s"
1563
1553
-#: diff.c:3679
1564
+#: diff.c:3678
1565
#, c-format
1566
msgid "Failed to parse --submodule option parameter: '%s'"
1567
msgstr "--submodule 옵션 파라미터 파싱에 실패했습니다: '%s'"
1568
1558
-#: diff.c:4700
1569
+#: diff.c:4695
1570
msgid "inexact rename detection was skipped due to too many files."
1571
msgstr "파일이 너무 많아서 부정확한 이름 바꾸기 검색 기능을 건너뜁니다."
1572
1562
-#: diff.c:4703
1573
+#: diff.c:4698
1574
msgid "only found copies from modified paths due to too many files."
1575
msgstr "파일이 너무 많아서 수정한 경로의 복사본만 찾았습니다."
1576
1566
-#: diff.c:4706
1577
+#: diff.c:4701
1578
#, c-format
1579
msgid ""
1580
"you may want to set your %s variable to at least %d and retry the command."
1581
msgstr "%s 변수를 최소한 %d(으)로 설정하고 명령을 다시 시도해 보십시오."
1582
1572
-#: dir.c:1866
1583
+#: dir.c:1863
1584
msgid "failed to get kernel name and information"
1585
msgstr "커널 이름과 정보를 가져오는데 실패했습니다"
1586
1576
-#: dir.c:1985
1587
+#: dir.c:1982
1588
msgid "Untracked cache is disabled on this system or location."
1589
msgstr "이 시스템 또는 위치에서는 추적되지 않는 캐시를 사용하지 않습니다."
1590
1591
+#: dir.c:2760
1592
+#, c-format
1593
+msgid "could not migrate git directory from '%s' to '%s'"
1594
+msgstr "'%s'에서 '%s'(으)로 git 디렉터리를 옮겨올 수 없습니다"
1595
+
1596
#: fetch-pack.c:213
1597
msgid "git fetch-pack: expected shallow list"
1598
msgstr "git fetch-pack: 얕은 목록을 예상함"
@@ -1757,35 +1773,40 @@ msgstr "임시 파일을 만들 수 없습니다"
1773
msgid "failed writing detached signature to '%s'"
1774
msgstr "분리된 서명을 '%s'에 쓰는데 실패했습니다"
1775
1760
-#: grep.c:1782
1776
+#: graph.c:96
1777
+#, c-format
1778
+msgid "ignore invalid color '%.*s' in log.graphColors"
1779
+msgstr "log.graphColors에 잘못된 색을 ('%.*s') 무시합니다"
1780
+
1781
+#: grep.c:1794
1782
#, c-format
1783
msgid "'%s': unable to read %s"
1784
msgstr "'%s': %s을(를) 읽을 수 없습니다"
1785
1765
-#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1786
+#: grep.c:1811 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:133
1787
#, c-format
1788
msgid "failed to stat '%s'"
1789
msgstr "'%s'에 대해 stat()이 실패했습니다"
1790
1770
-#: grep.c:1810
1791
+#: grep.c:1822
1792
#, c-format
1793
msgid "'%s': short read"
1794
msgstr "'%s': 읽다가 잘림"
1795
1775
-#: help.c:203
1796
+#: help.c:218
1797
#, c-format
1798
msgid "available git commands in '%s'"
1799
msgstr "'%s'에 있는 깃 명령"
1800
1780
-#: help.c:210
1801
+#: help.c:225
1802
msgid "git commands available from elsewhere on your $PATH"
1803
msgstr "다른 $PATH에 있는 깃 명령"
1804
1784
-#: help.c:241
1805
+#: help.c:256
1806
msgid "These are common Git commands used in various situations:"
1807
msgstr "다음은 여러가지 상황에서 자주 사용하는 깃 명령입니다:"
1808
1788
-#: help.c:306
1809
+#: help.c:321
1810
#, c-format
1811
msgid ""
1812
"'%s' appears to be a git command, but we were not\n"
@@ -1794,11 +1815,11 @@ msgstr ""
1815
"'%s'은(는) 깃 명령으로 보이지만, 실행할 수\n"
1816
"없습니다. 아마도 git-%s 망가진 것 같습니다."
1817
1797
-#: help.c:361
1818
+#: help.c:376
1819
msgid "Uh oh. Your system reports no Git commands at all."
1820
msgstr "어라라. 시스템에 깃 명령이 하나도 없다고 나옵니다."
1821
1801
-#: help.c:383
1822
+#: help.c:398
1823
#, c-format
1824
msgid ""
1825
"WARNING: You called a Git command named '%s', which does not exist.\n"
@@ -1807,17 +1828,17 @@ msgstr ""
1828
"경고: 이름이 '%s'인 깃 명령을 실행했지만, 그 명령이 없습니다.\n"
1829
"자동으로 '%s' 명령이라고 가정하고 계속합니다"
1830
1810
-#: help.c:388
1831
+#: help.c:403
1832
#, c-format
1833
msgid "in %0.1f seconds automatically..."
1834
msgstr "(%0.1f초 뒤에)..."
1835
1815
-#: help.c:395
1836
+#: help.c:410
1837
#, c-format
1838
msgid "git: '%s' is not a git command. See 'git --help'."
1839
msgstr "git: '%s'은(는) 깃 명령이 아닙니다. 'git --help'를 참고하십시오."
1840
1820
-#: help.c:399 help.c:465
1841
+#: help.c:414 help.c:480
1842
msgid ""
1843
"\n"
1844
"Did you mean this?"
@@ -1828,7 +1849,7 @@ msgstr[0] ""
1849
"\n"
1850
"다음을 의도하신 것 아니었나요?"
1851
1831
-#: help.c:461
1852
+#: help.c:476
1853
#, c-format
1854
msgid "%s: %s - %s"
1855
msgstr "%s: %s - %s"
@@ -1896,69 +1917,69 @@ msgstr "새 인덱스 파일을 쓸 수 없습니다"
1917
msgid "(bad commit)\n"
1918
msgstr "(잘못된 커밋)\n"
1919
1899
-#: merge-recursive.c:231
1920
+#: merge-recursive.c:231 merge-recursive.c:239
1921
#, c-format
1922
msgid "addinfo_cache failed for path '%s'"
1923
msgstr "'%s' 경로에 대해 addinfo_cache가 실패했습니다"
1924
1904
-#: merge-recursive.c:301
1925
+#: merge-recursive.c:303
1926
msgid "error building trees"
1927
msgstr "트리 빌드에 오류"
1928
1908
-#: merge-recursive.c:720
1929
+#: merge-recursive.c:727
1930
#, c-format
1931
msgid "failed to create path '%s'%s"
1932
msgstr "'%s' 경로 만들기에 실패했습니다%s"
1933
1913
-#: merge-recursive.c:731
1934
+#: merge-recursive.c:738
1935
#, c-format
1936
msgid "Removing %s to make room for subdirectory\n"
1937
msgstr "하위 디렉터리에 공간을 만드려고 %s을(를) 제거합니다\n"
1938
1918
-#: merge-recursive.c:745 merge-recursive.c:764
1939
+#: merge-recursive.c:752 merge-recursive.c:771
1940
msgid ": perhaps a D/F conflict?"
1941
msgstr ": 아마도 D/F 충돌?"
1942
1922
-#: merge-recursive.c:754
1943
+#: merge-recursive.c:761
1944
#, c-format
1945
msgid "refusing to lose untracked file at '%s'"
1946
msgstr "'%s' 위치의 추적되지 않는 파일을 잃기를 거부합니다"
1947
1927
-#: merge-recursive.c:796 builtin/cat-file.c:34
1948
+#: merge-recursive.c:803 builtin/cat-file.c:34
1949
#, c-format
1950
msgid "cannot read object %s '%s'"
1951
msgstr "%s '%s' 오브젝트를 읽을 수 없음"
1952
1932
-#: merge-recursive.c:798
1953
+#: merge-recursive.c:805
1954
#, c-format
1955
msgid "blob expected for %s '%s'"
1956
msgstr "%s '%s'에 대해 블롭을 예상"
1957
1937
-#: merge-recursive.c:822
1958
+#: merge-recursive.c:829
1959
#, c-format
1960
msgid "failed to open '%s': %s"
1961
msgstr "'%s'을(를) 여는데 실패: %s"
1962
1942
-#: merge-recursive.c:833
1963
+#: merge-recursive.c:840
1964
#, c-format
1965
msgid "failed to symlink '%s': %s"
1966
msgstr "'%s' 심볼릭 링크에 실패: %s"
1967
1947
-#: merge-recursive.c:838
1968
+#: merge-recursive.c:845
1969
#, c-format
1970
msgid "do not know what to do with %06o %s '%s'"
1971
msgstr "다음을 어떻게 할지 알 수 없습니다: %06o %s '%s'"
1972
1952
-#: merge-recursive.c:978
1973
+#: merge-recursive.c:985
1974
msgid "Failed to execute internal merge"
1975
msgstr "내부 병합 실행에 실패"
1976
1956
-#: merge-recursive.c:982
1977
+#: merge-recursive.c:989
1978
#, c-format
1979
msgid "Unable to add %s to database"
1980
msgstr "%s을(를) 데이터베이스에 추가할 수 없습니다"
1981
1961
-#: merge-recursive.c:1081 merge-recursive.c:1095
1982
+#: merge-recursive.c:1088 merge-recursive.c:1102
1983
#, c-format
1984
msgid ""
1985
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -1966,7 +1987,7 @@ msgid ""
1987
msgstr ""
1988
"충돌! (%s/삭제): %s (위치 %s) 및 %s (%s에서) 삭제. %s 버전의 %s 트리에 남음."
1989
1969
-#: merge-recursive.c:1087 merge-recursive.c:1100
1990
+#: merge-recursive.c:1094 merge-recursive.c:1107
1991
#, c-format
1992
msgid ""
1993
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -1975,20 +1996,20 @@ msgstr ""
1996
"충돌! (%s/삭제): %s (위치 %s) 및 %s (위치 %s) 삭제. %s 버전의 %s 트리에 "
1997
"%s(으)로 남음."
1998
1978
-#: merge-recursive.c:1143
1999
+#: merge-recursive.c:1150
2000
msgid "rename"
2001
msgstr "이름바꾸기"
2002
1982
-#: merge-recursive.c:1143
2003
+#: merge-recursive.c:1150
2004
msgid "renamed"
2005
msgstr "이름바꿈"
2006
1986
-#: merge-recursive.c:1200
2007
+#: merge-recursive.c:1207
2008
#, c-format
2009
msgid "%s is a directory in %s adding as %s instead"
2010
msgstr "%s은(는) %s에 있는 디렉터리로 %s(으)로 이름을 바꿉니다"
2011
1991
-#: merge-recursive.c:1225
2012
+#: merge-recursive.c:1232
2013
#, c-format
2014
msgid ""
2015
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -1997,136 +2018,136 @@ msgstr ""
2018
"충돌! (이름바꾸기/이름바꾸기): \"%3$s\" 브랜치에서 이름바꾸기 \"%1$s\"->"
2019
"\"%2$s\" \"%6$s\" 브랜치에서 이름 바꾸기 \"%4$s\"->\"%5$s\"%7$s"
2020
2000
-#: merge-recursive.c:1230
2021
+#: merge-recursive.c:1237
2022
msgid " (left unresolved)"
2023
msgstr " (해결되지 않음)"
2024
2004
-#: merge-recursive.c:1292
2025
+#: merge-recursive.c:1299
2026
#, c-format
2027
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2028
msgstr ""
2029
"충돌! (rename/rename): 이름 바꾸기 %s->%s (위치 %s). 이름 바꾸기 %s->%s (위"
2030
"치 %s)"
2031
2011
-#: merge-recursive.c:1325
2032
+#: merge-recursive.c:1332
2033
#, c-format
2034
msgid "Renaming %s to %s and %s to %s instead"
2035
msgstr "대신 이름을 %s에서 %s(으)로 바꾸고 %s에서 %s(으)로 바꿉니다"
2036
2016
-#: merge-recursive.c:1531
2037
+#: merge-recursive.c:1538
2038
#, c-format
2039
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2040
msgstr "충돌! (rename/add): 이름 바꾸기 %s->%s (위치 %s). %s 추가 (위치 %s)"
2041
2021
-#: merge-recursive.c:1546
2042
+#: merge-recursive.c:1553
2043
#, c-format
2044
msgid "Adding merged %s"
2045
msgstr "병합된 %s을(를) 추가합니다"
2046
2026
-#: merge-recursive.c:1553 merge-recursive.c:1766
2047
+#: merge-recursive.c:1560 merge-recursive.c:1774
2048
#, c-format
2049
msgid "Adding as %s instead"
2050
msgstr "대신 %s(으)로 추가합니다"
2051
2031
-#: merge-recursive.c:1610
2052
+#: merge-recursive.c:1617
2053
#, c-format
2054
msgid "cannot read object %s"
2055
msgstr "%s 오브젝트를 읽을 수 없습니다"
2056
2036
-#: merge-recursive.c:1613
2057
+#: merge-recursive.c:1620
2058
#, c-format
2059
msgid "object %s is not a blob"
2060
msgstr "%s 오브젝트는 블롭이 아닙니다"
2061
2041
-#: merge-recursive.c:1666
2062
+#: merge-recursive.c:1673
2063
msgid "modify"
2064
msgstr "수정"
2065
2045
-#: merge-recursive.c:1666
2066
+#: merge-recursive.c:1673
2067
msgid "modified"
2068
msgstr "수정됨"
2069
2049
-#: merge-recursive.c:1676
2070
+#: merge-recursive.c:1683
2071
msgid "content"
2072
msgstr "내용"
2073
2053
-#: merge-recursive.c:1683
2074
+#: merge-recursive.c:1690
2075
msgid "add/add"
2076
msgstr "추가/추가"
2077
2057
-#: merge-recursive.c:1718
2078
+#: merge-recursive.c:1726
2079
#, c-format
2080
msgid "Skipped %s (merged same as existing)"
2081
msgstr "건너뛰기: %s (기존과 같게 병합)"
2082
2062
-#: merge-recursive.c:1732
2083
+#: merge-recursive.c:1740
2084
#, c-format
2085
msgid "Auto-merging %s"
2086
msgstr "자동 병합: %s"
2087
2067
-#: merge-recursive.c:1736 git-submodule.sh:924
2088
+#: merge-recursive.c:1744 git-submodule.sh:930
2089
msgid "submodule"
2090
msgstr "하위 모듈"
2091
2071
-#: merge-recursive.c:1737
2092
+#: merge-recursive.c:1745
2093
#, c-format
2094
msgid "CONFLICT (%s): Merge conflict in %s"
2095
msgstr "충돌! (%s): %s에 병합 충돌"
2096
2076
-#: merge-recursive.c:1831
2097
+#: merge-recursive.c:1839
2098
#, c-format
2099
msgid "Removing %s"
2100
msgstr "제거: %s"
2101
2081
-#: merge-recursive.c:1857
2102
+#: merge-recursive.c:1865
2103
msgid "file/directory"
2104
msgstr "파일/디렉터리"
2105
2085
-#: merge-recursive.c:1863
2106
+#: merge-recursive.c:1871
2107
msgid "directory/file"
2108
msgstr "디렉터리/파일"
2109
2089
-#: merge-recursive.c:1868
2110
+#: merge-recursive.c:1877
2111
#, c-format
2112
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2113
msgstr ""
2114
"충돌! (%s): 이름이 %s인 디렉터리가 %s에 있습니다. %s을(를) %s(으)로 추가합니"
2115
"다"
2116
2096
-#: merge-recursive.c:1877
2117
+#: merge-recursive.c:1886
2118
#, c-format
2119
msgid "Adding %s"
2120
msgstr "추가: %s"
2121
2101
-#: merge-recursive.c:1914
2122
+#: merge-recursive.c:1923
2123
msgid "Already up-to-date!"
2124
msgstr "이미 업데이트 상태입니다!"
2125
2105
-#: merge-recursive.c:1923
2126
+#: merge-recursive.c:1932
2127
#, c-format
2128
msgid "merging of trees %s and %s failed"
2129
msgstr "%s 및 %s 트리의 병합이 실패했습니다"
2130
2110
-#: merge-recursive.c:2006
2131
+#: merge-recursive.c:2015
2132
msgid "Merging:"
2133
msgstr "병합:"
2134
2114
-#: merge-recursive.c:2019
2135
+#: merge-recursive.c:2028
2136
#, c-format
2137
msgid "found %u common ancestor:"
2138
msgid_plural "found %u common ancestors:"
2139
msgstr[0] "과거의 공통 커밋 %u개 발견:"
2140
2120
-#: merge-recursive.c:2058
2141
+#: merge-recursive.c:2067
2142
msgid "merge returned no commit"
2143
msgstr "병합 결과에 커밋이 없습니다"
2144
2124
-#: merge-recursive.c:2121
2145
+#: merge-recursive.c:2130
2146
#, c-format
2147
msgid "Could not parse object '%s'"
2148
msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
2149
2129
-#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
2150
+#: merge-recursive.c:2144 builtin/merge.c:645 builtin/merge.c:792
2151
msgid "Unable to write index."
2152
msgstr "인덱스를 쓸 수 없습니다."
2153
@@ -2207,57 +2228,62 @@ msgstr "잘못된 형식의 오브젝트 이름 '%s'"
2228
msgid "Could not make %s writable by group"
2229
msgstr "%s을(를) 그룹에서 쓰기 가능하도록 만들 수 없습니다"
2230
2210
-#: pathspec.c:133
2231
+#: pathspec.c:142
2232
msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2233
msgstr "'glob' 및 'noglob' 경로명세 전체 설정은 호환되지 않습니다"
2234
2214
-#: pathspec.c:143
2235
+#: pathspec.c:149
2236
msgid ""
2237
"global 'literal' pathspec setting is incompatible with all other global "
2238
"pathspec settings"
2239
msgstr ""
2240
"'literal' 경로명세 전체 설정은 다른 경로명세 전체 설정과 호환되지 않습니다"
2241
2221
-#: pathspec.c:177
2242
+#: pathspec.c:188
2243
msgid "invalid parameter for pathspec magic 'prefix'"
2244
msgstr "경로명세 지시어 'prefix'에 잘못된 파라미터"
2245
2225
-#: pathspec.c:183
2246
+#: pathspec.c:201
2247
#, c-format
2248
msgid "Invalid pathspec magic '%.*s' in '%s'"
2249
msgstr "잘못된 경로명세 지시어 '%.*s' (위치 '%s')"
2250
2230
-#: pathspec.c:187
2251
+#: pathspec.c:206
2252
#, c-format
2253
msgid "Missing ')' at the end of pathspec magic in '%s'"
2254
msgstr "경로 명세 지시어 끝에 ')' 빠짐 (위치 '%s')"
2255
2235
-#: pathspec.c:205
2256
+#: pathspec.c:238
2257
#, c-format
2258
msgid "Unimplemented pathspec magic '%c' in '%s'"
2259
msgstr "구현되지 않은 경로명세 지시어 '%c' (위치 '%s')"
2260
2240
-#: pathspec.c:230
2261
+#: pathspec.c:293 pathspec.c:315
2262
+#, c-format
2263
+msgid "Pathspec '%s' is in submodule '%.*s'"
2264
+msgstr "경로명세 '%s'은(는) ''%.*s' 하위 모듈 안에 있습니다"
2265
+
2266
+#: pathspec.c:350
2267
#, c-format
2268
msgid "%s: 'literal' and 'glob' are incompatible"
2269
msgstr "%s: 'literal'과 'glob'은 호환되지 않습니다"
2270
2245
-#: pathspec.c:241
2271
+#: pathspec.c:363
2272
#, c-format
2273
msgid "%s: '%s' is outside repository"
2274
msgstr "%s: '%s'은(는) 저장소 밖입니다"
2275
2250
-#: pathspec.c:291
2276
+#: pathspec.c:451
2277
#, c-format
2252
-msgid "Pathspec '%s' is in submodule '%.*s'"
2253
-msgstr "경로명세 '%s'은(는) ''%.*s' 하위 모듈 안에 있습니다"
2278
+msgid "'%s' (mnemonic: '%c')"
2279
+msgstr "'%s' (단축키: '%c')"
2280
2255
-#: pathspec.c:353
2281
+#: pathspec.c:461
2282
#, c-format
2283
msgid "%s: pathspec magic not supported by this command: %s"
2284
msgstr "%s: 경로명세 지시어가 이 명령어에서 지원하지 않습니다: %s"
2285
2260
-#: pathspec.c:408
2286
+#: pathspec.c:511
2287
msgid ""
2288
"empty strings as pathspecs will be made invalid in upcoming releases. please "
2289
"use . instead if you meant to match all paths"
@@ -2265,12 +2291,12 @@ msgstr ""
2291
"경로명세로 빈 문자열을 넣는 일은 다음 릴리스에서 오류로 취급할 예정입니다. 모"
2292
"든 경로를 지정하려면 점(.)을 사용하십시오."
2293
2268
-#: pathspec.c:440
2294
+#: pathspec.c:535
2295
#, c-format
2296
msgid "pathspec '%s' is beyond a symbolic link"
2297
msgstr "'%s' 경로명세는 심볼릭 링크 아래에 있습니다"
2298
2273
-#: pathspec.c:449
2299
+#: pathspec.c:544
2300
msgid ""
2301
"There is nothing to exclude from by :(exclude) patterns.\n"
2302
"Perhaps you forgot to add either ':/' or '.' ?"
@@ -2278,11 +2304,11 @@ msgstr ""
2304
":(exclude) 패턴으로 제외할 사항이 없습니다.\n"
2305
"':/' 또는 '.' 추가를 잊으신 것 아닙니까?"
2306
2281
-#: pretty.c:971
2307
+#: pretty.c:982
2308
msgid "unable to parse --pretty format"
2309
msgstr "--pretty 형식을 파싱할 수 없습니다"
2310
2285
-#: read-cache.c:1315
2311
+#: read-cache.c:1307
2312
#, c-format
2313
msgid ""
2314
"index.version set, but the value is invalid.\n"
@@ -2291,7 +2317,7 @@ msgstr ""
2317
"index.version이 설정되었지만, 이 값이 잘못되었습니다.\n"
2318
"%i 버전을 사용합니다"
2319
2294
-#: read-cache.c:1325
2320
+#: read-cache.c:1317
2321
#, c-format
2322
msgid ""
2323
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2300,7 +2326,7 @@ msgstr ""
2326
"GIT_INDEX_VERSION이 설정되었지만, 이 값이 잘못되었습니다.\n"
2327
"%i 버전을 사용합니다"
2328
2303
-#: refs.c:576 builtin/merge.c:840
2329
+#: refs.c:576 builtin/merge.c:844
2330
#, c-format
2331
msgid "Could not open '%s' for writing"
2332
msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
@@ -2320,237 +2346,242 @@ msgstr "레퍼런스를 삭제할 수 없습니다: %s"
2346
msgid "could not remove reference %s"
2347
msgstr "%s 레퍼런스를 제거할 수 없습니다"
2348
2323
-#: ref-filter.c:55
2349
+#: ref-filter.c:56
2350
#, c-format
2351
msgid "expected format: %%(color:<color>)"
2352
msgstr "예상한 형식: %%(color:<색>)"
2353
2328
-#: ref-filter.c:57
2354
+#: ref-filter.c:58
2355
#, c-format
2356
msgid "unrecognized color: %%(color:%s)"
2357
msgstr "인식할 수 없는 색: %%(color:%s)"
2358
2333
-#: ref-filter.c:71
2359
+#: ref-filter.c:72
2360
#, c-format
2361
msgid "unrecognized format: %%(%s)"
2362
msgstr "알 수 없는 형식: %%(%s)"
2363
2338
-#: ref-filter.c:77
2364
+#: ref-filter.c:78
2365
#, c-format
2366
msgid "%%(body) does not take arguments"
2367
msgstr "%%(body)에 인자를 받지 않습니다"
2368
2343
-#: ref-filter.c:84
2369
+#: ref-filter.c:85
2370
#, c-format
2371
msgid "%%(subject) does not take arguments"
2372
msgstr "%%(subject)에 인자를 받지 않습니다"
2373
2348
-#: ref-filter.c:101
2374
+#: ref-filter.c:92
2375
+#, c-format
2376
+msgid "%%(trailers) does not take arguments"
2377
+msgstr "%%(trailers)에 인자를 받지 않습니다"
2378
+
2379
+#: ref-filter.c:111
2380
#, c-format
2381
msgid "positive value expected contents:lines=%s"
2382
msgstr "'contents:lines=%s'에서 0보다 큰 값이 와야 합니다"
2383
2353
-#: ref-filter.c:103
2384
+#: ref-filter.c:113
2385
#, c-format
2386
msgid "unrecognized %%(contents) argument: %s"
2387
msgstr "알 수 없는 %%(contents) 인자: %s"
2388
2358
-#: ref-filter.c:113
2389
+#: ref-filter.c:123
2390
#, c-format
2391
msgid "unrecognized %%(objectname) argument: %s"
2392
msgstr "알 수 없는 %%(objectname) 인자: %s"
2393
2363
-#: ref-filter.c:135
2394
+#: ref-filter.c:145
2395
#, c-format
2396
msgid "expected format: %%(align:<width>,<position>)"
2397
msgstr "예상한 형식: %%(align:<너비>,<위치>)"
2398
2368
-#: ref-filter.c:147
2399
+#: ref-filter.c:157
2400
#, c-format
2401
msgid "unrecognized position:%s"
2402
msgstr "인식할 수 없는 위치:%s"
2403
2373
-#: ref-filter.c:151
2404
+#: ref-filter.c:161
2405
#, c-format
2406
msgid "unrecognized width:%s"
2407
msgstr "인식할 수 없는 너비:%s"
2408
2378
-#: ref-filter.c:157
2409
+#: ref-filter.c:167
2410
#, c-format
2411
msgid "unrecognized %%(align) argument: %s"
2412
msgstr "인식할 수 없는 %%(align) 인자:%s"
2413
2383
-#: ref-filter.c:161
2414
+#: ref-filter.c:171
2415
#, c-format
2416
msgid "positive width expected with the %%(align) atom"
2417
msgstr "%%(align) 아톰에 너비가 0보다 커야 합니다"
2418
2388
-#: ref-filter.c:244
2419
+#: ref-filter.c:255
2420
#, c-format
2421
msgid "malformed field name: %.*s"
2422
msgstr "잘못된 형식의 필드 이름: %.*s"
2423
2393
-#: ref-filter.c:270
2424
+#: ref-filter.c:281
2425
#, c-format
2426
msgid "unknown field name: %.*s"
2427
msgstr "알 수 없는 필드 이름: %.*s"
2428
2398
-#: ref-filter.c:372
2429
+#: ref-filter.c:383
2430
#, c-format
2431
msgid "format: %%(end) atom used without corresponding atom"
2432
msgstr "형식: %%(end) 아톰이 대응되는 아톰 없이 사용되었습니다"
2433
2403
-#: ref-filter.c:424
2434
+#: ref-filter.c:435
2435
#, c-format
2436
msgid "malformed format string %s"
2437
msgstr "잘못된 형식의 문자열 %s"
2438
2408
-#: ref-filter.c:878
2439
+#: ref-filter.c:898
2440
msgid ":strip= requires a positive integer argument"
2441
msgstr ":strip= 명령에는 0보다 큰 정수 인자가 필요합니다"
2442
2412
-#: ref-filter.c:883
2443
+#: ref-filter.c:903
2444
#, c-format
2445
msgid "ref '%s' does not have %ld components to :strip"
2446
msgstr "'%s' 레퍼런스에 :strip할 구성 요소 %ld개가 없습니다"
2447
2417
-#: ref-filter.c:1046
2448
+#: ref-filter.c:1066
2449
#, c-format
2450
msgid "unknown %.*s format %s"
2451
msgstr "알 수 없는 %.*s 형식 %s"
2452
2422
-#: ref-filter.c:1066 ref-filter.c:1097
2453
+#: ref-filter.c:1086 ref-filter.c:1117
2454
#, c-format
2455
msgid "missing object %s for %s"
2456
msgstr "없는 오브젝트 %s, %s에 대해"
2457
2427
-#: ref-filter.c:1069 ref-filter.c:1100
2458
+#: ref-filter.c:1089 ref-filter.c:1120
2459
#, c-format
2460
msgid "parse_object_buffer failed on %s for %s"
2461
msgstr "%s에 parse_object_buffer 실패 (%s에 대해)"
2462
2432
-#: ref-filter.c:1311
2463
+#: ref-filter.c:1343
2464
#, c-format
2465
msgid "malformed object at '%s'"
2466
msgstr "'%s'에 잘못된 형식의 오브젝트"
2467
2437
-#: ref-filter.c:1373
2468
+#: ref-filter.c:1410
2469
#, c-format
2470
msgid "ignoring ref with broken name %s"
2471
msgstr "망가진 이름 %s에 레퍼런스를 무시합니다"
2472
2442
-#: ref-filter.c:1378
2473
+#: ref-filter.c:1415
2474
#, c-format
2475
msgid "ignoring broken ref %s"
2476
msgstr "망가진 레퍼런스 %s 무시"
2477
2447
-#: ref-filter.c:1633
2478
+#: ref-filter.c:1670
2479
#, c-format
2480
msgid "format: %%(end) atom missing"
2481
msgstr "형식: %%(end) 아톰이 없습니다"
2482
2452
-#: ref-filter.c:1687
2483
+#: ref-filter.c:1734
2484
#, c-format
2485
msgid "malformed object name %s"
2486
msgstr "잘못된 형식의 오브젝트 이름 %s"
2487
2457
-#: remote.c:746
2488
+#: remote.c:754
2489
#, c-format
2490
msgid "Cannot fetch both %s and %s to %s"
2491
msgstr "%s 및 %s을(를) 모두 %s에 가져올 수 없습니다"
2492
2462
-#: remote.c:750
2493
+#: remote.c:758
2494
#, c-format
2495
msgid "%s usually tracks %s, not %s"
2496
msgstr "%s은(는) 보통 %s을(를) 추적하고, %s을(를) 추적하지 않습니다"
2497
2467
-#: remote.c:754
2498
+#: remote.c:762
2499
#, c-format
2500
msgid "%s tracks both %s and %s"
2501
msgstr "%s은(는) %s 및 %s 모두 추적합니다"
2502
2472
-#: remote.c:762
2503
+#: remote.c:770
2504
msgid "Internal error"
2505
msgstr "내부 오류"
2506
2476
-#: remote.c:1677 remote.c:1720
2507
+#: remote.c:1685 remote.c:1787
2508
msgid "HEAD does not point to a branch"
2509
msgstr "HEAD가 브랜치를 가리키지 않습니다"
2510
2480
-#: remote.c:1686
2511
+#: remote.c:1694
2512
#, c-format
2513
msgid "no such branch: '%s'"
2514
msgstr "그런 브랜치가 없습니다: '%s'"
2515
2485
-#: remote.c:1689
2516
+#: remote.c:1697
2517
#, c-format
2518
msgid "no upstream configured for branch '%s'"
2519
msgstr "'%s' 브랜치에 대해 업스트림을 설정하지 않았습니다"
2520
2490
-#: remote.c:1695
2521
+#: remote.c:1703
2522
#, c-format
2523
msgid "upstream branch '%s' not stored as a remote-tracking branch"
2524
msgstr "업스트림 '%s' 브랜치가 리모트 추적 브랜치로 저장되지 않았습니다"
2525
2495
-#: remote.c:1710
2526
+#: remote.c:1718
2527
#, c-format
2528
msgid "push destination '%s' on remote '%s' has no local tracking branch"
2529
msgstr "리모트 '%2$s'의 푸시 대상 '%1$s'에 로컬 추적 브랜치가 없습니다"
2530
2500
-#: remote.c:1725
2531
+#: remote.c:1730
2532
#, c-format
2533
msgid "branch '%s' has no remote for pushing"
2534
msgstr "'%s' 브랜치에 푸시 리모트가 없습니다"
2535
2505
-#: remote.c:1736
2536
+#: remote.c:1741
2537
#, c-format
2538
msgid "push refspecs for '%s' do not include '%s'"
2539
msgstr "'%s'에 대한 푸시 레퍼런스명세에 '%s'이(가) 들어 있지 않습니다"
2540
2510
-#: remote.c:1749
2541
+#: remote.c:1754
2542
msgid "push has no destination (push.default is 'nothing')"
2543
msgstr "푸시의 대상이 없습니다 (push.default가 'nothing'입니다)"
2544
2514
-#: remote.c:1771
2545
+#: remote.c:1776
2546
msgid "cannot resolve 'simple' push to a single destination"
2547
msgstr "하나의 대상에 대해 'simple' 푸시를 처리할 수 없습니다"
2548
2518
-#: remote.c:2073
2549
+#: remote.c:2081
2550
#, c-format
2551
msgid "Your branch is based on '%s', but the upstream is gone.\n"
2552
msgstr "현재 브랜치가 '%s' 기반이지만, 업스트림이 없어졌습니다.\n"
2553
2523
-#: remote.c:2077
2554
+#: remote.c:2085
2555
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2556
msgstr " (바로잡으려면 \"git branch --unset-upstream\"을 사용하십시오)\n"
2557
2527
-#: remote.c:2080
2558
+#: remote.c:2088
2559
#, c-format
2560
msgid "Your branch is up-to-date with '%s'.\n"
2561
msgstr "브랜치가 '%s'에 맞게 업데이트된 상태입니다.\n"
2562
2532
-#: remote.c:2084
2563
+#: remote.c:2092
2564
#, c-format
2565
msgid "Your branch is ahead of '%s' by %d commit.\n"
2566
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2567
msgstr[0] "브랜치가 '%s'보다 %d개 커밋만큼 앞에 있습니다.\n"
2568
2538
-#: remote.c:2090
2569
+#: remote.c:2098
2570
msgid " (use \"git push\" to publish your local commits)\n"
2571
msgstr " (로컬에 있는 커밋을 제출하려면 \"git push\"를 사용하십시오)\n"
2572
2542
-#: remote.c:2093
2573
+#: remote.c:2101
2574
#, c-format
2575
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2576
msgid_plural ""
2577
"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2578
msgstr[0] "브랜치가 '%s'보다 %d개 커밋 뒤에 있고, 앞으로 돌릴 수 있습니다.\n"
2579
2549
-#: remote.c:2101
2580
+#: remote.c:2109
2581
msgid " (use \"git pull\" to update your local branch)\n"
2582
msgstr " (로컬 브랜치를 업데이트하려면 \"git pull\"을 사용하십시오)\n"
2583
2553
-#: remote.c:2104
2584
+#: remote.c:2112
2585
#, c-format
2586
msgid ""
2587
"Your branch and '%s' have diverged,\n"
@@ -2562,7 +2593,7 @@ msgstr[0] ""
2593
"현재 브랜치와 '%s'이(가) 갈라졌습니다,\n"
2594
"다른 커밋이 각각 %d개와 %d개 있습니다.\n"
2595
2565
-#: remote.c:2114
2596
+#: remote.c:2122
2597
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2598
msgstr ""
2599
" (리모트의 브랜치를 현재 브랜치로 병합하려면 \"git pull\"을 사용하십시오)\n"
@@ -2580,11 +2611,11 @@ msgstr "현재 '%s' 브랜치에 아직 아무 커밋도 없습니다"
2611
msgid "--first-parent is incompatible with --bisect"
2612
msgstr "--first-parent 옵션은 --bisect 옵션과 호환되지 않습니다"
2613
2583
-#: run-command.c:106
2614
+#: run-command.c:125
2615
msgid "open /dev/null failed"
2616
msgstr "/dev/null 열기 실패"
2617
2587
-#: run-command.c:108
2618
+#: run-command.c:127
2619
#, c-format
2620
msgid "dup2(%d,%d) failed"
2621
msgstr "dup2(%d,%d) 실패"
@@ -2612,15 +2643,24 @@ msgstr "받는 쪽에서 --atomic 푸시를 지원하지 않습니다"
2643
msgid "the receiving end does not support push options"
2644
msgstr "받는 쪽에서 푸시 옵션을 지원하지 않습니다"
2645
2615
-#: sequencer.c:171
2646
+#: sequencer.c:215
2647
msgid "revert"
2617
-msgstr "되돌리기"
2648
+msgstr "revert"
2649
2619
-#: sequencer.c:171
2650
+#: sequencer.c:217
2651
msgid "cherry-pick"
2621
-msgstr "빼오기"
2652
+msgstr "cherry-pick"
2653
+
2654
+#: sequencer.c:219
2655
+msgid "rebase -i"
2656
+msgstr "rebase -i"
2657
2623
-#: sequencer.c:228
2658
+#: sequencer.c:221
2659
+#, c-format
2660
+msgid "Unknown action: %d"
2661
+msgstr "알 수 없는 동작: %d"
2662
+
2663
+#: sequencer.c:278
2664
msgid ""
2665
"after resolving the conflicts, mark the corrected paths\n"
2666
"with 'git add <paths>' or 'git rm <paths>'"
@@ -2628,7 +2668,7 @@ msgstr ""
2668
"이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
2669
"'git add <경로>' 또는 'git rm <경로>'로 표시하십시오"
2670
2631
-#: sequencer.c:231
2671
+#: sequencer.c:281
2672
msgid ""
2673
"after resolving the conflicts, mark the corrected paths\n"
2674
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -2638,60 +2678,63 @@ msgstr ""
2678
"'git add <경로>' 또는 'git rm <경로>'로 표시하십시오.\n"
2679
"그리고 결과물을 'git commit'으로 커밋하십시오"
2680
2641
-#: sequencer.c:244 sequencer.c:1209
2681
+#: sequencer.c:294 sequencer.c:1667
2682
#, c-format
2683
msgid "could not lock '%s'"
2684
msgstr "'%s'을(를) 잠글 수 없습니다"
2685
2646
-#: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
2686
+#: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:1686
2687
#, c-format
2688
msgid "could not write to '%s'"
2689
msgstr "'%s'에 쓸 수 없습니다"
2690
2651
-#: sequencer.c:251
2691
+#: sequencer.c:301
2692
#, c-format
2693
msgid "could not write eol to '%s'"
2694
msgstr "'%s'에 줄바꿈을 쓸 수 없습니다"
2695
2656
-#: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
2696
+#: sequencer.c:305 sequencer.c:1550 sequencer.c:1674
2697
#, c-format
2698
msgid "failed to finalize '%s'."
2659
-msgstr "'%s' 마치는데 실패했습니다"
2699
+msgstr "'%s' 마치는데 실패했습니다."
2700
2661
-#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
2701
+#: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:259
2702
+#: builtin/commit.c:749 builtin/merge.c:1036
2703
#, c-format
2704
msgid "could not read '%s'"
2705
msgstr "'%s'에서 읽을 수 없습니다"
2706
2666
-#: sequencer.c:305
2707
+#: sequencer.c:355
2708
#, c-format
2709
msgid "your local changes would be overwritten by %s."
2710
msgstr "로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다."
2711
2671
-#: sequencer.c:309
2712
+#: sequencer.c:359
2713
msgid "commit your changes or stash them to proceed."
2714
msgstr "변경 사항을 커밋하거나 스태시한 다음 계속하십시오."
2715
2675
-#: sequencer.c:324
2716
+#: sequencer.c:388
2717
#, c-format
2718
msgid "%s: fast-forward"
2719
msgstr "%s: 정방향 진행"
2720
2680
-#. TRANSLATORS: %s will be "revert" or "cherry-pick"
2681
-#: sequencer.c:399
2721
+#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2722
+#. * "rebase -i".
2723
+#.
2724
+#: sequencer.c:470
2725
#, c-format
2726
msgid "%s: Unable to write new index file"
2727
msgstr "%s: 새 인덱스 파일을 쓸 수 없습니다"
2728
2686
-#: sequencer.c:418
2729
+#: sequencer.c:489
2730
msgid "could not resolve HEAD commit\n"
2731
msgstr "HEAD 커밋을 처리할 수 없습니다\n"
2732
2690
-#: sequencer.c:438
2733
+#: sequencer.c:509
2734
msgid "unable to update cache tree\n"
2735
msgstr "캐시 트리를 업데이트할 수 없습니다\n"
2736
2694
-#: sequencer.c:483
2737
+#: sequencer.c:592
2738
#, c-format
2739
msgid ""
2740
"you have staged changes in your working tree\n"
@@ -2721,173 +2764,393 @@ msgstr ""
2764
"\n"
2765
" git rebase --continue\n"
2766
2724
-#: sequencer.c:567
2767
+#: sequencer.c:688
2768
#, c-format
2769
msgid "could not parse commit %s\n"
2770
msgstr "%s 커밋을 파싱할 수 없습니다\n"
2771
2729
-#: sequencer.c:572
2772
+#: sequencer.c:693
2773
#, c-format
2774
msgid "could not parse parent commit %s\n"
2775
msgstr "%s 이전 커밋을 파싱할 수 없습니다\n"
2776
2734
-#: sequencer.c:656
2777
+#: sequencer.c:815
2778
+#, c-format
2779
+msgid ""
2780
+"unexpected 1st line of squash message:\n"
2781
+"\n"
2782
+"\t%.*s"
2783
+msgstr ""
2784
+"커밋 합치기 메시지의 첫 줄이 예상치 못함:\n"
2785
+"\n"
2786
+"\t%.*s"
2787
+
2788
+#: sequencer.c:821
2789
+#, c-format
2790
+msgid ""
2791
+"invalid 1st line of squash message:\n"
2792
+"\n"
2793
+"\t%.*s"
2794
+msgstr ""
2795
+"커밋 합치기 메시지의 첫 줄이 잘못됨:\n"
2796
+"\n"
2797
+"\t%.*s"
2798
+
2799
+#: sequencer.c:827 sequencer.c:852
2800
+#, c-format
2801
+msgid "This is a combination of %d commits."
2802
+msgstr "커밋 %d개가 섞인 결과입니다."
2803
+
2804
+#: sequencer.c:836
2805
+msgid "need a HEAD to fixup"
2806
+msgstr "바로잡으려면 HEAD가 필요합니다"
2807
+
2808
+#: sequencer.c:838
2809
+msgid "could not read HEAD"
2810
+msgstr "HEAD를 읽을 수 없습니다"
2811
+
2812
+#: sequencer.c:840
2813
+msgid "could not read HEAD's commit message"
2814
+msgstr "HEAD의 커밋 메시지를 읽을 수 없습니다"
2815
+
2816
+#: sequencer.c:846
2817
+#, c-format
2818
+msgid "cannot write '%s'"
2819
+msgstr "'%s'을(를) 쓸 수 없습니다"
2820
+
2821
+#: sequencer.c:855 git-rebase--interactive.sh:445
2822
+msgid "This is the 1st commit message:"
2823
+msgstr "1번째 커밋 메시지입니다:"
2824
+
2825
+#: sequencer.c:863
2826
+#, c-format
2827
+msgid "could not read commit message of %s"
2828
+msgstr "%s의 커밋 메시지를 읽을 수 없습니다"
2829
+
2830
+#: sequencer.c:870
2831
+#, c-format
2832
+msgid "This is the commit message #%d:"
2833
+msgstr "커밋 메시지 #%d번입니다:"
2834
+
2835
+#: sequencer.c:875
2836
+#, c-format
2837
+msgid "The commit message #%d will be skipped:"
2838
+msgstr "커밋 메시지 #%d번을 건너뜁니다:"
2839
+
2840
+#: sequencer.c:880
2841
+#, c-format
2842
+msgid "unknown command: %d"
2843
+msgstr "알 수 없는 명령: %d"
2844
+
2845
+#: sequencer.c:946
2846
msgid "your index file is unmerged."
2847
msgstr "인덱스 파일이 병합되지 않았습니다."
2848
2738
-#: sequencer.c:675
2849
+#: sequencer.c:964
2850
#, c-format
2851
msgid "commit %s is a merge but no -m option was given."
2852
msgstr "%s 커밋은 병합이지만 -m 옵션이 주어지지 않았습니다."
2853
2854
# FIXME: "parent %d" 번호가 무슨 의미?
2744
-#: sequencer.c:683
2855
+#: sequencer.c:972
2856
#, c-format
2857
msgid "commit %s does not have parent %d"
2858
msgstr "%s 커밋에 이전 커밋 %d이(가) 없습니다"
2859
2749
-#: sequencer.c:687
2860
+#: sequencer.c:976
2861
#, c-format
2862
msgid "mainline was specified but commit %s is not a merge."
2863
msgstr "메인라인을 지정했지만 %s 커밋이 병합 커밋이 아닙니다."
2864
2865
+#: sequencer.c:982
2866
+#, c-format
2867
+msgid "cannot get commit message for %s"
2868
+msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
2869
+
2870
#. TRANSLATORS: The first %s will be a "todo" command like
2871
#. "revert" or "pick", the second %s a SHA1.
2756
-#: sequencer.c:700
2872
+#: sequencer.c:1001
2873
#, c-format
2874
msgid "%s: cannot parse parent commit %s"
2875
msgstr "%s: %s 이전 커밋을 파싱할 수 없습니다"
2876
2761
-#: sequencer.c:705
2877
+#: sequencer.c:1063 sequencer.c:1812
2878
#, c-format
2763
-msgid "cannot get commit message for %s"
2764
-msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
2879
+msgid "could not rename '%s' to '%s'"
2880
+msgstr "'%s'에서 '%s'(으)로 이름을 바꿀 수 없습니다"
2881
2766
-#: sequencer.c:797
2882
+#: sequencer.c:1114
2883
#, c-format
2884
msgid "could not revert %s... %s"
2885
msgstr "다음을 되돌릴(revert) 수 없습니다: %s... %s"
2886
2771
-#: sequencer.c:798
2887
+#: sequencer.c:1115
2888
#, c-format
2889
msgid "could not apply %s... %s"
2890
msgstr "다음을 적용할(apply) 수 없습니다: %s... %s"
2891
2776
-#: sequencer.c:833
2892
+#: sequencer.c:1157
2893
msgid "empty commit set passed"
2894
msgstr "빈 커밋 모음을 건너 뜁니다"
2895
2780
-#: sequencer.c:843
2896
+#: sequencer.c:1167
2897
#, c-format
2898
msgid "git %s: failed to read the index"
2899
msgstr "git %s: 인덱스 읽기에 실패했습니다"
2900
2785
-#: sequencer.c:850
2901
+#: sequencer.c:1174
2902
#, c-format
2903
msgid "git %s: failed to refresh the index"
2904
msgstr "git %s: 인덱스 새로 고침에 실패했습니다"
2905
2790
-#: sequencer.c:944
2906
+#: sequencer.c:1294
2907
#, c-format
2908
msgid "invalid line %d: %.*s"
2909
msgstr "잘못된 줄 %d: %.*s"
2910
2795
-#: sequencer.c:950
2796
-msgid "no commits parsed."
2797
-msgstr "파싱한 커밋이 없습니다."
2911
+#: sequencer.c:1302
2912
+#, c-format
2913
+msgid "cannot '%s' without a previous commit"
2914
+msgstr "이전 커밋 없이 '%s' 수행할 수 없습니다"
2915
2799
-#: sequencer.c:966
2916
+#: sequencer.c:1334
2917
#, c-format
2918
msgid "could not read '%s'."
2919
msgstr "'%s'에서 읽을 수 없습니다."
2920
2804
-#: sequencer.c:972
2921
+#: sequencer.c:1341
2922
+msgid "please fix this using 'git rebase --edit-todo'."
2923
+msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
2924
+
2925
+#: sequencer.c:1343
2926
#, c-format
2927
msgid "unusable instruction sheet: '%s'"
2928
msgstr "사용 불가능 인스트럭션 시트: '%s'"
2929
2809
-#: sequencer.c:983
2930
+#: sequencer.c:1348
2931
+msgid "no commits parsed."
2932
+msgstr "파싱한 커밋이 없습니다."
2933
+
2934
+#: sequencer.c:1359
2935
msgid "cannot cherry-pick during a revert."
2936
msgstr "되돌리기(revert) 중에 빼오기(cherry-pick)를 할 수 없습니다."
2937
2813
-#: sequencer.c:985
2938
+#: sequencer.c:1361
2939
msgid "cannot revert during a cherry-pick."
2940
msgstr "빼오기(cherry-pick) 중에 되돌리기(revert)를 할 수 없습니다."
2941
2817
-#: sequencer.c:1028
2942
+#: sequencer.c:1424
2943
#, c-format
2944
msgid "invalid key: %s"
2945
msgstr "잘못된 키: %s"
2946
2822
-#: sequencer.c:1031
2947
+#: sequencer.c:1427
2948
#, c-format
2949
msgid "invalid value for %s: %s"
2950
msgstr "%s의 값이 잘못됨: %s"
2951
2827
-#: sequencer.c:1063
2952
+#: sequencer.c:1484
2953
#, c-format
2954
msgid "malformed options sheet: '%s'"
2955
msgstr "형식이 잘못된 옵션 시트: '%s'"
2956
2832
-#: sequencer.c:1101
2957
+#: sequencer.c:1522
2958
msgid "a cherry-pick or revert is already in progress"
2959
msgstr "이미 커밋 빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중입니다"
2960
2836
-#: sequencer.c:1102
2961
+#: sequencer.c:1523
2962
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2963
msgstr "\"git cherry-pick (--continue | --quit | --abort)\" 명령을 해 보십시오"
2964
2840
-#: sequencer.c:1106
2965
+#: sequencer.c:1526
2966
#, c-format
2967
msgid "could not create sequencer directory '%s'"
2968
msgstr "'%s' 시퀀서 디렉터리를 만들 수 없습니다"
2969
2845
-#: sequencer.c:1120
2970
+#: sequencer.c:1540
2971
msgid "could not lock HEAD"
2972
msgstr "HEAD를 잠글 수 없습니다"
2973
2849
-#: sequencer.c:1151 sequencer.c:1289
2974
+#: sequencer.c:1596 sequencer.c:2150
2975
msgid "no cherry-pick or revert in progress"
2976
msgstr "빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중이지 않습니다"
2977
2853
-#: sequencer.c:1153
2978
+#: sequencer.c:1598
2979
msgid "cannot resolve HEAD"
2980
msgstr "HEAD를 구해 올 수 없습니다"
2981
2857
-#: sequencer.c:1155 sequencer.c:1189
2982
+#: sequencer.c:1600 sequencer.c:1634
2983
msgid "cannot abort from a branch yet to be born"
2984
msgstr "새로 만들고 있는 브랜치에서 중지할 수 없습니다"
2985
2861
-#: sequencer.c:1175 builtin/grep.c:578
2986
+#: sequencer.c:1620 builtin/grep.c:904
2987
#, c-format
2988
msgid "cannot open '%s'"
2989
msgstr "'%s'을(를) 열 수 없습니다"
2990
2866
-#: sequencer.c:1177
2991
+#: sequencer.c:1622
2992
#, c-format
2993
msgid "cannot read '%s': %s"
2994
msgstr "'%s'을(를) 읽을 수 없습니다: %s"
2995
2871
-#: sequencer.c:1178
2996
+#: sequencer.c:1623
2997
msgid "unexpected end of file"
2998
msgstr "예상치 못하게 파일이 끝났습니다"
2999
2875
-#: sequencer.c:1184
3000
+#: sequencer.c:1629
3001
#, c-format
3002
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3003
msgstr "빼오기 전에 저장한 HEAD 파일이('%s') 손상되었습니다"
3004
2880
-#: sequencer.c:1354
3005
+#: sequencer.c:1640
3006
+msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3007
+msgstr "HEAD를 옮긴 것 같습니다. 되돌리지 않습니다. HEAD를 확인하십시오!"
3008
+
3009
+#: sequencer.c:1777 sequencer.c:2049
3010
+msgid "cannot read HEAD"
3011
+msgstr "HEAD를 읽을 수 없습니다"
3012
+
3013
+#: sequencer.c:1817 builtin/difftool.c:574
3014
+#, c-format
3015
+msgid "could not copy '%s' to '%s'"
3016
+msgstr "'%s'에서 '%s'(으)로 복사할 수 없습니다"
3017
+
3018
+#: sequencer.c:1833
3019
+msgid "could not read index"
3020
+msgstr "인덱스를 읽을 수 없습니다"
3021
+
3022
+#: sequencer.c:1838
3023
+#, c-format
3024
+msgid ""
3025
+"execution failed: %s\n"
3026
+"%sYou can fix the problem, and then run\n"
3027
+"\n"
3028
+" git rebase --continue\n"
3029
+"\n"
3030
+msgstr ""
3031
+"실행 실패: %s\n"
3032
+"%s문제를 바로잡고, 다음을 실행하십시오\n"
3033
+"\n"
3034
+" git rebase --continue\n"
3035
+"\n"
3036
+
3037
+#: sequencer.c:1844
3038
+msgid "and made changes to the index and/or the working tree\n"
3039
+msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다\n"
3040
+
3041
+#: sequencer.c:1850
3042
+#, c-format
3043
+msgid ""
3044
+"execution succeeded: %s\n"
3045
+"but left changes to the index and/or the working tree\n"
3046
+"Commit or stash your changes, and then run\n"
3047
+"\n"
3048
+" git rebase --continue\n"
3049
+"\n"
3050
+msgstr ""
3051
+"실행 성공: %s\n"
3052
+"하지만 변경 사항을 인덱스 및/또는 작업 폴더에 남겨둡니다.\n"
3053
+"변경 사항을 커밋하거나 스태시에 넣으려면, 다음을 실행하십시오:\n"
3054
+"\n"
3055
+" git rebase --continue\n"
3056
+"\n"
3057
+
3058
+#: sequencer.c:1905 git-rebase.sh:168
3059
+#, c-format
3060
+msgid "Applied autostash."
3061
+msgstr "자동스태시 적용."
3062
+
3063
+#: sequencer.c:1917
3064
+#, c-format
3065
+msgid "cannot store %s"
3066
+msgstr "%s을(를) 저장할 수 없습니다"
3067
+
3068
+#: sequencer.c:1919 git-rebase.sh:172
3069
+#, c-format
3070
+msgid ""
3071
+"Applying autostash resulted in conflicts.\n"
3072
+"Your changes are safe in the stash.\n"
3073
+"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3074
+msgstr ""
3075
+"자동스태시 적용에 충돌이 발생했습니다.\n"
3076
+"변경 사항은 스태시 안에 안전하게 들어 있습니다.\n"
3077
+"언제든지 \"git stash pop\" 또는 \"git stash drop\"을 실행할 수 있습니다.\n"
3078
+
3079
+#: sequencer.c:2000
3080
+#, c-format
3081
+msgid "stopped at %s... %.*s"
3082
+msgstr "%s...%.*s 위치에서 멈췄습니다"
3083
+
3084
+#: sequencer.c:2027
3085
+#, c-format
3086
+msgid "unknown command %d"
3087
+msgstr "알 수 없는 명령 %d"
3088
+
3089
+#: sequencer.c:2057
3090
+msgid "could not read orig-head"
3091
+msgstr "orig-head를 읽을 수 없습니다"
3092
+
3093
+#: sequencer.c:2061
3094
+msgid "could not read 'onto'"
3095
+msgstr "'onto'를 읽을 수 없습니다"
3096
+
3097
+#: sequencer.c:2068
3098
+#, c-format
3099
+msgid "could not update %s"
3100
+msgstr "%s을(를) 업데이트할 수 없습니다"
3101
+
3102
+#: sequencer.c:2075
3103
+#, c-format
3104
+msgid "could not update HEAD to %s"
3105
+msgstr "HEAD를 %s 위치로 업데이트할 수 없습니다"
3106
+
3107
+#: sequencer.c:2159
3108
+msgid "cannot rebase: You have unstaged changes."
3109
+msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
3110
+
3111
+#: sequencer.c:2164
3112
+msgid "could not remove CHERRY_PICK_HEAD"
3113
+msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
3114
+
3115
+#: sequencer.c:2173
3116
+msgid "cannot amend non-existing commit"
3117
+msgstr "없는 커밋을 수정할 수 없습니다"
3118
+
3119
+#: sequencer.c:2175
3120
+#, c-format
3121
+msgid "invalid file: '%s'"
3122
+msgstr "잘못된 키: '%s'"
3123
+
3124
+#: sequencer.c:2177
3125
+#, c-format
3126
+msgid "invalid contents: '%s'"
3127
+msgstr "잘못된 내용: '%s'"
3128
+
3129
+#: sequencer.c:2180
3130
+msgid ""
3131
+"\n"
3132
+"You have uncommitted changes in your working tree. Please, commit them\n"
3133
+"first and then run 'git rebase --continue' again."
3134
+msgstr ""
3135
+"\n"
3136
+"작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
3137
+"커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
3138
+
3139
+#: sequencer.c:2190
3140
+msgid "could not commit staged changes."
3141
+msgstr "스테이징한 변경 사항을 커밋할 수 없습니다."
3142
+
3143
+#: sequencer.c:2270
3144
#, c-format
3145
msgid "%s: can't cherry-pick a %s"
3146
msgstr "%s: %s 커밋을 빼올 수 없습니다"
3147
2885
-#: sequencer.c:1358
3148
+#: sequencer.c:2274
3149
#, c-format
3150
msgid "%s: bad revision"
3151
msgstr "%s: 잘못된 리비전"
3152
2890
-#: sequencer.c:1391
3153
+#: sequencer.c:2307
3154
msgid "can't revert as initial commit"
3155
msgstr "최초의 커밋으로 되돌릴 수 없습니다"
3156
@@ -2922,29 +3185,29 @@ msgstr ""
3185
"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
3186
"'git <명령> [<리비전>...] -- [<파일>...]'"
3187
2925
-#: setup.c:468
3188
+#: setup.c:470
3189
#, c-format
3190
msgid "Expected git repo version <= %d, found %d"
3191
msgstr "깃 저장소 버전 <= %d 버전을 기대하지만, %d 버전이 발견되었습니다"
3192
2930
-#: setup.c:476
3193
+#: setup.c:478
3194
msgid "unknown repository extensions found:"
3195
msgstr "알 수 없는 저장소 확장이 있습니다:"
3196
2934
-#: setup.c:762
3197
+#: setup.c:768
3198
#, c-format
3199
msgid "Not a git repository (or any of the parent directories): %s"
3200
msgstr "(현재 폴더 또는 상위 폴더가) 깃 저장소가 아닙니다: %s"
3201
2939
-#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
3202
+#: setup.c:770 setup.c:922 builtin/index-pack.c:1643
3203
msgid "Cannot come back to cwd"
3204
msgstr "현재 디렉터리로 돌아올 수 없습니다"
3205
2943
-#: setup.c:845
3206
+#: setup.c:852
3207
msgid "Unable to read current working directory"
3208
msgstr "현재 작업 디렉터리를 읽을 수 없습니다"
3209
2947
-#: setup.c:920
3210
+#: setup.c:927
3211
#, c-format
3212
msgid ""
3213
"Not a git repository (or any parent up to mount point %s)\n"
@@ -2954,12 +3217,12 @@ msgstr ""
3217
"파일 시스템 경계에서 중지합니다. (GIT_DISCOVERY_ACROSS_FILESYSTEM 설정되지 않"
3218
"음)"
3219
2957
-#: setup.c:927
3220
+#: setup.c:934
3221
#, c-format
3222
msgid "Cannot change to '%s/..'"
3223
msgstr "'%s/..' 위치로 이동할 수 없습니다"
3224
2962
-#: setup.c:989
3225
+#: setup.c:996
3226
#, c-format
3227
msgid ""
3228
"Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -2968,42 +3231,42 @@ msgstr ""
3231
"core.sharedRepository 파일모드 값에 (0%.3o) 문제가 있습니다.\n"
3232
"파일의 소유자에 읽기와 쓰기 권한이 있어야 합니다."
3233
2971
-#: sha1_file.c:473
3234
+#: sha1_file.c:490
3235
#, c-format
3236
msgid "path '%s' does not exist"
3237
msgstr "'%s' 경로가 없습니다"
3238
2976
-#: sha1_file.c:499
3239
+#: sha1_file.c:516
3240
#, c-format
3241
msgid "reference repository '%s' as a linked checkout is not supported yet."
3242
msgstr ""
3243
"레퍼런스 '%s' 저장소를 연결된 체크아웃으로 쓰기는 아직 지원하지 않습니다."
3244
2982
-#: sha1_file.c:505
3245
+#: sha1_file.c:522
3246
#, c-format
3247
msgid "reference repository '%s' is not a local repository."
3248
msgstr "레퍼런스 '%s' 저장소가 로컬 저장소가 아닙니다."
3249
2987
-#: sha1_file.c:511
3250
+#: sha1_file.c:528
3251
#, c-format
3252
msgid "reference repository '%s' is shallow"
3253
msgstr "레퍼런스 '%s' 저장소가 얕은 저장소입니다"
3254
2992
-#: sha1_file.c:519
3255
+#: sha1_file.c:536
3256
#, c-format
3257
msgid "reference repository '%s' is grafted"
3258
msgstr "레퍼런스 '%s' 저장소가 붙어 있는 저장소입니다"
3259
2997
-#: sha1_file.c:1159
3260
+#: sha1_file.c:1176
3261
msgid "offset before end of packfile (broken .idx?)"
3262
msgstr "오프셋이 묶음 파일 앞입니다 (망가진 .idx?)"
3263
3001
-#: sha1_file.c:2592
3264
+#: sha1_file.c:2637
3265
#, c-format
3266
msgid "offset before start of pack index for %s (corrupt index?)"
3267
msgstr "오프셋이 %s의 묶음 인덱스 시작보다 앞입니다 (망가진 인덱스?)"
3268
3006
-#: sha1_file.c:2596
3269
+#: sha1_file.c:2641
3270
#, c-format
3271
msgid "offset beyond end of pack index for %s (truncated index?)"
3272
msgstr "오프셋이 %s의 묶음 인덱스 끝보다 뒤입니다 (망가진 인덱스?)"
@@ -3039,89 +3302,132 @@ msgstr ""
3302
"확인해 보시고 잘못 만들어진 것이면 지우십시오. 이 메시지를 보고 싶지\n"
3303
"않으면 \"git config advice.objectNameWarning false\" 명령을 사용하십시오."
3304
3042
-#: submodule.c:64 submodule.c:98
3305
+#: submodule.c:65 submodule.c:99
3306
msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3307
msgstr ""
3308
"병합하지 않은 .gitmodules를 바꿀 수 없습니다. 병합 충돌을 먼저 해결하십시오"
3309
3047
-#: submodule.c:68 submodule.c:102
3310
+#: submodule.c:69 submodule.c:103
3311
#, c-format
3312
msgid "Could not find section in .gitmodules where path=%s"
3313
msgstr "경로가 %s일 때 .gitmodules의 섹션을 찾을 수 없습니다"
3314
3052
-#: submodule.c:76
3315
+#: submodule.c:77
3316
#, c-format
3317
msgid "Could not update .gitmodules entry %s"
3318
msgstr ".gitmodules 항목 %s을(를) 업데이트할 수 없습니다"
3319
3057
-#: submodule.c:109
3320
+#: submodule.c:110
3321
#, c-format
3322
msgid "Could not remove .gitmodules entry for %s"
3323
msgstr "%s에 대한 .gitmodules 항목을 제거할 수 없습니다"
3324
3062
-#: submodule.c:120
3325
+#: submodule.c:121
3326
msgid "staging updated .gitmodules failed"
3327
msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데 실패"
3328
3066
-#: submodule.c:158
3329
+#: submodule.c:159
3330
msgid "negative values not allowed for submodule.fetchJobs"
3331
msgstr "submodule.fetchJobs 값에 음수를 쓸 수 없습니다"
3332
3070
-#: submodule-config.c:358
3333
+#: submodule.c:1184
3334
+#, c-format
3335
+msgid "could not start 'git status in submodule '%s'"
3336
+msgstr "서브모듈 '%s'에서 'git status'를 시작할 수 없습니다"
3337
+
3338
+#: submodule.c:1197
3339
+#, c-format
3340
+msgid "could not run 'git status in submodule '%s'"
3341
+msgstr "서브모듈 '%s'에서 'git status'를 실행할 수 없습니다"
3342
+
3343
+#: submodule.c:1398
3344
+#, c-format
3345
+msgid ""
3346
+"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3347
+msgstr "여러 개의 작업 폴더가 있는 하위 모듈 '%s'에 대해 relocate_gitdir은 지원하지 않습니다"
3348
+
3349
+#: submodule.c:1410 submodule.c:1471
3350
+#, c-format
3351
+msgid "could not lookup name for submodule '%s'"
3352
+msgstr "하위 모듈 '%s'의 이름을 찾아볼 수 없습니다"
3353
+
3354
+#: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:640
3355
+#: builtin/submodule--helper.c:650
3356
+#, c-format
3357
+msgid "could not create directory '%s'"
3358
+msgstr "'%s' 디렉터리를 만들 수 없습니다"
3359
+
3360
+#: submodule.c:1420
3361
+#, c-format
3362
+msgid ""
3363
+"Migrating git directory of '%s%s' from\n"
3364
+"'%s' to\n"
3365
+"'%s'\n"
3366
+msgstr ""
3367
+"'%s%s'의 깃 디렉터리를 옮깁니다:\n"
3368
+"'%s'에서\n"
3369
+"'%s'(으)로\n"
3370
+
3371
+#: submodule.c:1512
3372
+#, c-format
3373
+msgid "could not recurse into submodule '%s'"
3374
+msgstr "재귀적으로 '%s' 하위 모듈에 들어갈 수 없습니다"
3375
+
3376
+#: submodule-config.c:360
3377
#, c-format
3378
msgid "invalid value for %s"
3379
msgstr "%s의 값이 올바르지 않습니다"
3380
3075
-#: trailer.c:238
3381
+#: trailer.c:240
3382
#, c-format
3383
msgid "running trailer command '%s' failed"
3384
msgstr "트레일러 명령 '%s' 실행 실패"
3385
3080
-#: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:537
3081
-#: trailer.c:541
3386
+#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3387
+#: trailer.c:543
3388
#, c-format
3389
msgid "unknown value '%s' for key '%s'"
3390
msgstr "알 수 없는 값 '%s', 키 '%s'"
3391
3086
-#: trailer.c:523 trailer.c:528 builtin/remote.c:289
3392
+#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3393
#, c-format
3394
msgid "more than one %s"
3395
msgstr "%s이(가) 여러개입니다"
3396
3091
-#: trailer.c:672
3397
+#: trailer.c:702
3398
#, c-format
3399
msgid "empty trailer token in trailer '%.*s'"
3400
msgstr "트레일러 '%.*s'에서 빈 트레일러 토큰"
3401
3096
-#: trailer.c:695
3402
+#: trailer.c:722
3403
#, c-format
3404
msgid "could not read input file '%s'"
3405
msgstr "'%s' 입력 파일을 읽을 수 없습니다"
3406
3101
-#: trailer.c:698
3407
+#: trailer.c:725
3408
msgid "could not read from stdin"
3409
msgstr "표준 입력에서 읽을 수 없습니다"
3410
3105
-#: trailer.c:929 builtin/am.c:44
3411
+#: trailer.c:949 builtin/am.c:44
3412
#, c-format
3413
msgid "could not stat %s"
3414
msgstr "%s에 대해 stat()할 수 없습니다"
3415
3110
-#: trailer.c:931
3416
+#: trailer.c:951
3417
#, c-format
3418
msgid "file %s is not a regular file"
3419
msgstr "'%s' 파일이 일반 파일이 아닙니다"
3420
3115
-#: trailer.c:933
3421
+#: trailer.c:953
3422
#, c-format
3423
msgid "file %s is not writable by user"
3424
msgstr "사용자가 %s 파일에 쓸 수 없습니다"
3425
3120
-#: trailer.c:945
3426
+#: trailer.c:965
3427
msgid "could not open temporary file"
3428
msgstr "임시 파일을 열 수 없습니다: %s"
3429
3124
-#: trailer.c:983
3430
+#: trailer.c:1001
3431
#, c-format
3432
msgid "could not rename temporary file to %s"
3433
msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
@@ -3129,14 +3435,14 @@ msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
3435
#: transport.c:62
3436
#, c-format
3437
msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3132
-msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정할 것입니다\n"
3438
+msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정합니다\n"
3439
3440
#: transport.c:151
3441
#, c-format
3442
msgid "transport: invalid depth option '%s'"
3443
msgstr "transport: 잘못된 깊이 옵션: %s"
3444
3139
-#: transport.c:817
3445
+#: transport.c:885
3446
#, c-format
3447
msgid ""
3448
"The following submodule paths contain changes that can\n"
@@ -3145,7 +3451,7 @@ msgstr ""
3451
"다음 하위 모듈 경로에 리모트 어디에도 없는\n"
3452
"변경 사항이 있습니다:\n"
3453
3148
-#: transport.c:821
3454
+#: transport.c:889
3455
#, c-format
3456
msgid ""
3457
"\n"
@@ -3172,7 +3478,7 @@ msgstr ""
3478
"명령을 시도해 보십시오\n"
3479
"\n"
3480
3175
-#: transport.c:829
3481
+#: transport.c:897
3482
msgid "Aborting."
3483
msgstr "중지함."
3484
@@ -3197,7 +3503,7 @@ msgstr "트리 엔트리에 빈 파일 이름"
3503
msgid "too-short tree file"
3504
msgstr "너무 짧은 트리 파일"
3505
3200
-#: unpack-trees.c:64
3506
+#: unpack-trees.c:99
3507
#, c-format
3508
msgid ""
3509
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -3206,7 +3512,7 @@ msgstr ""
3512
"다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3513
"%%s브랜치를 전환하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3514
3209
-#: unpack-trees.c:66
3515
+#: unpack-trees.c:101
3516
#, c-format
3517
msgid ""
3518
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -3215,7 +3521,7 @@ msgstr ""
3521
"다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3522
"%%s"
3523
3218
-#: unpack-trees.c:69
3524
+#: unpack-trees.c:104
3525
#, c-format
3526
msgid ""
3527
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3224,14 +3530,14 @@ msgstr ""
3530
"다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다:\n"
3531
"%%s병합하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3532
3227
-#: unpack-trees.c:71
3533
+#: unpack-trees.c:106
3534
#, c-format
3535
msgid ""
3536
"Your local changes to the following files would be overwritten by merge:\n"
3537
"%%s"
3538
msgstr "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
3539
3234
-#: unpack-trees.c:74
3540
+#: unpack-trees.c:109
3541
#, c-format
3542
msgid ""
3543
"Your local changes to the following files would be overwritten by %s:\n"
@@ -3240,7 +3546,7 @@ msgstr ""
3546
"다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
3547
"%%s%s 전에 변경 사항을 커밋하거나 스태시하십시오."
3548
3243
-#: unpack-trees.c:76
3549
+#: unpack-trees.c:111
3550
#, c-format
3551
msgid ""
3552
"Your local changes to the following files would be overwritten by %s:\n"
@@ -3249,16 +3555,16 @@ msgstr ""
3555
"다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
3556
"%%s"
3557
3252
-#: unpack-trees.c:81
3558
+#: unpack-trees.c:116
3559
#, c-format
3560
msgid ""
3255
-"Updating the following directories would lose untracked files in it:\n"
3561
+"Updating the following directories would lose untracked files in them:\n"
3562
"%s"
3563
msgstr ""
3564
"다음 디렉터리를 업데이트하면 그 안의 추적하지 않는 파일을 잃어버립니다:\n"
3565
"%s"
3566
3261
-#: unpack-trees.c:85
3567
+#: unpack-trees.c:120
3568
#, c-format
3569
msgid ""
3570
"The following untracked working tree files would be removed by checkout:\n"
@@ -3267,7 +3573,7 @@ msgstr ""
3573
"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3574
"%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
3575
3270
-#: unpack-trees.c:87
3576
+#: unpack-trees.c:122
3577
#, c-format
3578
msgid ""
3579
"The following untracked working tree files would be removed by checkout:\n"
@@ -3276,7 +3582,7 @@ msgstr ""
3582
"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3583
"%%s"
3584
3279
-#: unpack-trees.c:90
3585
+#: unpack-trees.c:125
3586
#, c-format
3587
msgid ""
3588
"The following untracked working tree files would be removed by merge:\n"
@@ -3285,7 +3591,7 @@ msgstr ""
3591
"병합 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3592
"%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
3593
3288
-#: unpack-trees.c:92
3594
+#: unpack-trees.c:127
3595
#, c-format
3596
msgid ""
3597
"The following untracked working tree files would be removed by merge:\n"
@@ -3294,7 +3600,7 @@ msgstr ""
3600
"병합 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3601
"%%s"
3602
3297
-#: unpack-trees.c:95
3603
+#: unpack-trees.c:130
3604
#, c-format
3605
msgid ""
3606
"The following untracked working tree files would be removed by %s:\n"
@@ -3303,7 +3609,7 @@ msgstr ""
3609
"%s 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3610
"%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
3611
3306
-#: unpack-trees.c:97
3612
+#: unpack-trees.c:132
3613
#, c-format
3614
msgid ""
3615
"The following untracked working tree files would be removed by %s:\n"
@@ -3312,7 +3618,7 @@ msgstr ""
3618
"%s 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3619
"%%s"
3620
3315
-#: unpack-trees.c:102
3621
+#: unpack-trees.c:137
3622
#, c-format
3623
msgid ""
3624
"The following untracked working tree files would be overwritten by "
@@ -3322,7 +3628,7 @@ msgstr ""
3628
"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3629
"%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
3630
3325
-#: unpack-trees.c:104
3631
+#: unpack-trees.c:139
3632
#, c-format
3633
msgid ""
3634
"The following untracked working tree files would be overwritten by "
@@ -3332,7 +3638,7 @@ msgstr ""
3638
"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3639
"%%s"
3640
3335
-#: unpack-trees.c:107
3641
+#: unpack-trees.c:142
3642
#, c-format
3643
msgid ""
3644
"The following untracked working tree files would be overwritten by merge:\n"
@@ -3341,7 +3647,7 @@ msgstr ""
3647
"병합 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3648
"%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
3649
3344
-#: unpack-trees.c:109
3650
+#: unpack-trees.c:144
3651
#, c-format
3652
msgid ""
3653
"The following untracked working tree files would be overwritten by merge:\n"
@@ -3350,7 +3656,7 @@ msgstr ""
3656
"병합 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3657
"%%s"
3658
3353
-#: unpack-trees.c:112
3659
+#: unpack-trees.c:147
3660
#, c-format
3661
msgid ""
3662
"The following untracked working tree files would be overwritten by %s:\n"
@@ -3359,7 +3665,7 @@ msgstr ""
3665
"%s 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3666
"%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
3667
3362
-#: unpack-trees.c:114
3668
+#: unpack-trees.c:149
3669
#, c-format
3670
msgid ""
3671
"The following untracked working tree files would be overwritten by %s:\n"
@@ -3368,12 +3674,12 @@ msgstr ""
3674
"%s 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3675
"%%s"
3676
3371
-#: unpack-trees.c:121
3677
+#: unpack-trees.c:156
3678
#, c-format
3679
msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3680
msgstr "'%s' 항목이 '%s'와(과) 겹칩니다. 묶을 수 없습니다."
3681
3376
-#: unpack-trees.c:124
3682
+#: unpack-trees.c:159
3683
#, c-format
3684
msgid ""
3685
"Cannot update sparse checkout: the following entries are not up-to-date:\n"
@@ -3383,7 +3689,7 @@ msgstr ""
3689
"았습니다:\n"
3690
"%s"
3691
3386
-#: unpack-trees.c:126
3692
+#: unpack-trees.c:161
3693
#, c-format
3694
msgid ""
3695
"The following working tree files would be overwritten by sparse checkout "
@@ -3394,7 +3700,7 @@ msgstr ""
3700
"다:\n"
3701
"%s"
3702
3397
-#: unpack-trees.c:128
3703
+#: unpack-trees.c:163
3704
#, c-format
3705
msgid ""
3706
"The following working tree files would be removed by sparse checkout "
@@ -3405,12 +3711,12 @@ msgstr ""
3711
"다:\n"
3712
"%s"
3713
3408
-#: unpack-trees.c:205
3714
+#: unpack-trees.c:240
3715
#, c-format
3716
msgid "Aborting\n"
3717
msgstr "중지함\n"
3718
3413
-#: unpack-trees.c:237
3719
+#: unpack-trees.c:270
3720
msgid "Checking out files"
3721
msgstr "파일을 가져옵니다"
3722
@@ -3459,7 +3765,7 @@ msgid "could not open '%s' for writing"
3765
msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
3766
3767
#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3462
-#: builtin/am.c:847 builtin/commit.c:1705 builtin/merge.c:1029
3768
+#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:1033
3769
#: builtin/pull.c:341
3770
#, c-format
3771
msgid "could not open '%s' for reading"
@@ -3671,179 +3977,183 @@ msgstr " (이 패치를 건너 뛰려면 \"git am --skip\"을 사용하십시
3977
msgid " (use \"git am --abort\" to restore the original branch)"
3978
msgstr " (원본 브랜치를 복구하려면 \"git am --abort\"를 사용하십시오)"
3979
3674
-#: wt-status.c:1172
3980
+#: wt-status.c:1176
3981
+msgid "git-rebase-todo is missing."
3982
+msgstr "git-rebase-todo가 없습니다."
3983
+
3984
+#: wt-status.c:1178
3985
msgid "No commands done."
3986
msgstr "완료한 명령 없음."
3987
3678
-#: wt-status.c:1175
3988
+#: wt-status.c:1181
3989
#, c-format
3990
msgid "Last command done (%d command done):"
3991
msgid_plural "Last commands done (%d commands done):"
3992
msgstr[0] "최근 완료한 명령 (%d개 명령 완료):"
3993
3684
-#: wt-status.c:1186
3994
+#: wt-status.c:1192
3995
#, c-format
3996
msgid " (see more in file %s)"
3997
msgstr " (자세한 정보는 %s 파일 참고)"
3998
3689
-#: wt-status.c:1191
3999
+#: wt-status.c:1197
4000
msgid "No commands remaining."
4001
msgstr "명령이 남아있지 않음."
4002
3693
-#: wt-status.c:1194
4003
+#: wt-status.c:1200
4004
#, c-format
4005
msgid "Next command to do (%d remaining command):"
4006
msgid_plural "Next commands to do (%d remaining commands):"
4007
msgstr[0] "다음에 할 명령 (%d개 명령 남음):"
4008
3699
-#: wt-status.c:1202
4009
+#: wt-status.c:1208
4010
msgid " (use \"git rebase --edit-todo\" to view and edit)"
4011
msgstr " (보고 편집하려면 \"git rebase --edit-todo\"를 사용하십시오)"
4012
3703
-#: wt-status.c:1215
4013
+#: wt-status.c:1221
4014
#, c-format
4015
msgid "You are currently rebasing branch '%s' on '%s'."
4016
msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중입니다."
4017
3708
-#: wt-status.c:1220
4018
+#: wt-status.c:1226
4019
msgid "You are currently rebasing."
4020
msgstr "현재 리베이스하는 중입니다."
4021
3712
-#: wt-status.c:1234
4022
+#: wt-status.c:1240
4023
msgid " (fix conflicts and then run \"git rebase --continue\")"
4024
msgstr " (충돌을 바로잡고 \"git rebase --continue\"를 사용하십시오)"
4025
3716
-#: wt-status.c:1236
4026
+#: wt-status.c:1242
4027
msgid " (use \"git rebase --skip\" to skip this patch)"
4028
msgstr " (이 패치를 건너뛰려면 \"git rebase --skip\"을 사용하십시오)"
4029
3720
-#: wt-status.c:1238
4030
+#: wt-status.c:1244
4031
msgid " (use \"git rebase --abort\" to check out the original branch)"
4032
msgstr " (원본 브랜치를 가져오려면 \"git rebase --abort\"를 사용하십시오)"
4033
3724
-#: wt-status.c:1244
4034
+#: wt-status.c:1250
4035
msgid " (all conflicts fixed: run \"git rebase --continue\")"
4036
msgstr ""
4037
" (모든 충돌을 바로잡았습니다: \"git rebase --continue\"를 실행하십시오)"
4038
3729
-#: wt-status.c:1248
4039
+#: wt-status.c:1254
4040
#, c-format
4041
msgid ""
4042
"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4043
msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 분리하는 중입니다."
4044
3735
-#: wt-status.c:1253
4045
+#: wt-status.c:1259
4046
msgid "You are currently splitting a commit during a rebase."
4047
msgstr "현재 리베이스하는 중 커밋을 분리하는 중입니다."
4048
3739
-#: wt-status.c:1256
4049
+#: wt-status.c:1262
4050
msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4051
msgstr " (작업 폴더가 깨끗해지면, \"git rebase --continue\"를 실행하십시오)"
4052
3743
-#: wt-status.c:1260
4053
+#: wt-status.c:1266
4054
#, c-format
4055
msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4056
msgstr "'%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 편집하는 중입니다."
4057
3748
-#: wt-status.c:1265
4058
+#: wt-status.c:1271
4059
msgid "You are currently editing a commit during a rebase."
4060
msgstr "리베이스 중에 커밋을 편집하는 중입니다."
4061
3752
-#: wt-status.c:1268
4062
+#: wt-status.c:1274
4063
msgid " (use \"git commit --amend\" to amend the current commit)"
4064
msgstr " (현재 커밋을 수정하려면 \"git commit --amend\"을 사용하십시오)"
4065
3756
-#: wt-status.c:1270
4066
+#: wt-status.c:1276
4067
msgid ""
4068
" (use \"git rebase --continue\" once you are satisfied with your changes)"
4069
msgstr " (변경 사항에 만족할 때 \"git rebase --continue\"를 사용하십시오)"
4070
3761
-#: wt-status.c:1280
4071
+#: wt-status.c:1286
4072
#, c-format
4073
msgid "You are currently cherry-picking commit %s."
4074
msgstr "현재 %s 커밋을 뽑아 내고 있습니다."
4075
3766
-#: wt-status.c:1285
4076
+#: wt-status.c:1291
4077
msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4078
msgstr " (충돌을 바로잡고 \"git cherry-pick --continue\"를 실행하십시오)"
4079
3770
-#: wt-status.c:1288
4080
+#: wt-status.c:1294
4081
msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4082
msgstr ""
4083
" (모든 충돌을 바로잡았습니다: \"git cherry-pick --continue\"를 실행하십시오)"
4084
3775
-#: wt-status.c:1290
4085
+#: wt-status.c:1296
4086
msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4087
msgstr " (뽑기 작업을 취소하려면 \"git cherry-pick --abort\"를 사용하십시오)"
4088
3779
-#: wt-status.c:1299
4089
+#: wt-status.c:1305
4090
#, c-format
4091
msgid "You are currently reverting commit %s."
4092
msgstr "현재 %s 커밋을 되돌리는 중입니다."
4093
3784
-#: wt-status.c:1304
4094
+#: wt-status.c:1310
4095
msgid " (fix conflicts and run \"git revert --continue\")"
4096
msgstr " (충돌을 바로잡고 \"git revert --continue\"를 실행하십시오)"
4097
3788
-#: wt-status.c:1307
4098
+#: wt-status.c:1313
4099
msgid " (all conflicts fixed: run \"git revert --continue\")"
4100
msgstr ""
4101
" (모든 충돌을 바로잡았습니다: \"git revert --continue\"를 실행하십시오)"
4102
3793
-#: wt-status.c:1309
4103
+#: wt-status.c:1315
4104
msgid " (use \"git revert --abort\" to cancel the revert operation)"
4105
msgstr " (되돌리기 작업을 취소하려면 \"git revert --abort\"를 사용하십시오)"
4106
3797
-#: wt-status.c:1320
4107
+#: wt-status.c:1326
4108
#, c-format
4109
msgid "You are currently bisecting, started from branch '%s'."
4110
msgstr "'이등분하는 중입니다. '%s' 브랜치부터 시작."
4111
3802
-#: wt-status.c:1324
4112
+#: wt-status.c:1330
4113
msgid "You are currently bisecting."
4114
msgstr "'이등분하는 중입니다."
4115
3806
-#: wt-status.c:1327
4116
+#: wt-status.c:1333
4117
msgid " (use \"git bisect reset\" to get back to the original branch)"
4118
msgstr " (원래 브랜치로 돌아가려면 \"git bisect reset\"을 사용하십시오)"
4119
3810
-#: wt-status.c:1524
4120
+#: wt-status.c:1530
4121
msgid "On branch "
4122
msgstr "현재 브랜치 "
4123
3814
-#: wt-status.c:1530
4124
+#: wt-status.c:1536
4125
msgid "interactive rebase in progress; onto "
4126
msgstr "대화형 리베이스 진행 중. 갈 위치는 "
4127
3818
-#: wt-status.c:1532
4128
+#: wt-status.c:1538
4129
msgid "rebase in progress; onto "
4130
msgstr "리베이스 진행 중. 갈 위치는 "
4131
3822
-#: wt-status.c:1537
4132
+#: wt-status.c:1543
4133
msgid "HEAD detached at "
4134
msgstr "HEAD가 다음 위치에서 분리: "
4135
3826
-#: wt-status.c:1539
4136
+#: wt-status.c:1545
4137
msgid "HEAD detached from "
4138
msgstr "HEAD가 다음으로부터 분리: "
4139
3830
-#: wt-status.c:1542
4140
+#: wt-status.c:1548
4141
msgid "Not currently on any branch."
4142
msgstr "현재 어떤 브랜치도 사용하지 않음."
4143
3834
-#: wt-status.c:1560
4144
+#: wt-status.c:1566
4145
msgid "Initial commit"
4146
msgstr "최초 커밋"
4147
3838
-#: wt-status.c:1574
4148
+#: wt-status.c:1580
4149
msgid "Untracked files"
4150
msgstr "추적하지 않는 파일"
4151
3842
-#: wt-status.c:1576
4152
+#: wt-status.c:1582
4153
msgid "Ignored files"
4154
msgstr "무시한 파일"
4155
3846
-#: wt-status.c:1580
4156
+#: wt-status.c:1586
4157
#, c-format
4158
msgid ""
4159
"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -3854,20 +4164,20 @@ msgstr ""
4164
"'status -uno' 옵션을 쓰면 빨라질 수도 있지만, 새 파일을\n"
4165
"직접 찾아서 추가해야 합니다. ('git help status' 참고)"
4166
3857
-#: wt-status.c:1586
4167
+#: wt-status.c:1592
4168
#, c-format
4169
msgid "Untracked files not listed%s"
4170
msgstr "추적하지 않는 파일을 보지 않습니다%s"
4171
3862
-#: wt-status.c:1588
4172
+#: wt-status.c:1594
4173
msgid " (use -u option to show untracked files)"
4174
msgstr " (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)"
4175
3866
-#: wt-status.c:1594
4176
+#: wt-status.c:1600
4177
msgid "No changes"
4178
msgstr "변경 사항 없음"
4179
3870
-#: wt-status.c:1599
4180
+#: wt-status.c:1605
4181
#, c-format
4182
msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4183
msgstr ""
@@ -3875,12 +4185,12 @@ msgstr ""
4185
"\"를\n"
4186
"사용하십시오)\n"
4187
3878
-#: wt-status.c:1602
4188
+#: wt-status.c:1608
4189
#, c-format
4190
msgid "no changes added to commit\n"
4191
msgstr "커밋할 변경 사항을 추가하지 않았습니다\n"
4192
3883
-#: wt-status.c:1605
4193
+#: wt-status.c:1611
4194
#, c-format
4195
msgid ""
4196
"nothing added to commit but untracked files present (use \"git add\" to "
@@ -3890,65 +4200,65 @@ msgstr ""
4200
"\"git\n"
4201
"add\"를 사용하십시오)\n"
4202
3893
-#: wt-status.c:1608
4203
+#: wt-status.c:1614
4204
#, c-format
4205
msgid "nothing added to commit but untracked files present\n"
4206
msgstr "커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다\n"
4207
3898
-#: wt-status.c:1611
4208
+#: wt-status.c:1617
4209
#, c-format
4210
msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4211
msgstr ""
4212
"커밋할 사항 없음 (파일을 만들거나 복사하고 \"git add\"를 사용하면 추적합니"
4213
"다)\n"
4214
3905
-#: wt-status.c:1614 wt-status.c:1619
4215
+#: wt-status.c:1620 wt-status.c:1625
4216
#, c-format
4217
msgid "nothing to commit\n"
4218
msgstr "커밋할 사항 없음\n"
4219
3910
-#: wt-status.c:1617
4220
+#: wt-status.c:1623
4221
#, c-format
4222
msgid "nothing to commit (use -u to show untracked files)\n"
4223
msgstr ""
4224
"커밋할 사항 없음 (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)\n"
4225
3916
-#: wt-status.c:1621
4226
+#: wt-status.c:1627
4227
#, c-format
4228
msgid "nothing to commit, working tree clean\n"
4229
msgstr "커밋할 사항 없음, 작업 폴더 깨끗함\n"
4230
3921
-#: wt-status.c:1728
4231
+#: wt-status.c:1734
4232
msgid "Initial commit on "
4233
msgstr "최초 커밋, 브랜치: "
4234
3925
-#: wt-status.c:1732
4235
+#: wt-status.c:1738
4236
msgid "HEAD (no branch)"
4237
msgstr "HEAD (브랜치 없음)"
4238
3929
-#: wt-status.c:1761
4239
+#: wt-status.c:1767
4240
msgid "gone"
4241
msgstr "없음"
4242
3933
-#: wt-status.c:1763 wt-status.c:1771
4243
+#: wt-status.c:1769 wt-status.c:1777
4244
msgid "behind "
4245
msgstr "다음 뒤에: "
4246
3937
-#: wt-status.c:1766 wt-status.c:1769
4247
+#: wt-status.c:1772 wt-status.c:1775
4248
msgid "ahead "
4249
msgstr "다음 앞에: "
4250
4251
#. TRANSLATORS: the action is e.g. "pull with rebase"
3942
-#: wt-status.c:2270
4252
+#: wt-status.c:2277
4253
#, c-format
4254
msgid "cannot %s: You have unstaged changes."
4255
msgstr "%s 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
4256
3947
-#: wt-status.c:2276
4257
+#: wt-status.c:2283
4258
msgid "additionally, your index contains uncommitted changes."
4259
msgstr "추가로, 인덱스에 커밋하지 않은 변경 사항이 있습니다."
4260
3951
-#: wt-status.c:2278
4261
+#: wt-status.c:2285
4262
#, c-format
4263
msgid "cannot %s: Your index contains uncommitted changes."
4264
msgstr "%s 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
@@ -3980,7 +4290,7 @@ msgstr "'%s' 제거\n"
4290
msgid "Unstaged changes after refreshing the index:"
4291
msgstr "인덱스를 새로 고친 다음 커밋 표시하지 않은 변경 사항:"
4292
3983
-#: builtin/add.c:209 builtin/rev-parse.c:840
4293
+#: builtin/add.c:209 builtin/rev-parse.c:845
4294
msgid "Could not read the index"
4295
msgstr "인덱스를 읽을 수 없습니다"
4296
@@ -4015,9 +4325,9 @@ msgstr "'%s'을(를) 적용할 수 없습니다"
4325
msgid "The following paths are ignored by one of your .gitignore files:\n"
4326
msgstr "다음 경로는 .gitignore 파일 중 하나 때문에 무시합니다:\n"
4327
4018
-#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:111
4019
-#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:521
4020
-#: builtin/remote.c:1326 builtin/rm.c:268 builtin/send-pack.c:162
4328
+#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:123
4329
+#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4330
+#: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:162
4331
msgid "dry run"
4332
msgstr "가짜로 실행"
4333
@@ -4025,7 +4335,7 @@ msgstr "가짜로 실행"
4335
msgid "interactive picking"
4336
msgstr "대화식으로 고릅니다"
4337
4028
-#: builtin/add.c:270 builtin/checkout.c:1156 builtin/reset.c:286
4338
+#: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:286
4339
msgid "select hunks interactively"
4340
msgstr "대화식으로 변경된 부분을 선택합니다"
4341
@@ -4108,7 +4418,7 @@ msgstr "'git add .' 명령을 실행하려고 한 것 아니었습니까?\n"
4418
4419
#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
4420
#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
4111
-#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
4421
+#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4422
#: builtin/submodule--helper.c:244
4423
msgid "index file corrupt"
4424
msgstr "인덱스 파일이 손상되었습니다"
@@ -4228,7 +4538,7 @@ msgstr "베이스 패치 적용 및 3-방향 병합으로 대신합니다..."
4538
msgid "Failed to merge in the changes."
4539
msgstr "변경 사항에서 병합하는데 실패했습니다."
4540
4231
-#: builtin/am.c:1686 builtin/merge.c:628
4541
+#: builtin/am.c:1686 builtin/merge.c:632
4542
msgid "git write-tree failed to write a tree"
4543
msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
4544
@@ -4236,8 +4546,8 @@ msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
4546
msgid "applying to an empty history"
4547
msgstr "빈 커밋 내역에 대해 적용합니다"
4548
4239
-#: builtin/am.c:1706 builtin/commit.c:1769 builtin/merge.c:798
4240
-#: builtin/merge.c:823
4549
+#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:802
4550
+#: builtin/merge.c:827
4551
msgid "failed to write commit object"
4552
msgstr "커밋 오브젝트를 쓰는데 실패했습니다"
4553
@@ -4349,7 +4659,7 @@ msgid "allow fall back on 3way merging if needed"
4659
msgstr "필요하면 3-방향 병합으로 대신하도록 허용합니다"
4660
4661
#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4352
-#: builtin/repack.c:172
4662
+#: builtin/repack.c:178
4663
msgid "be quiet"
4664
msgstr "간략히 표시합니다"
4665
@@ -4393,15 +4703,15 @@ msgid "pass it through git-apply"
4703
msgstr "git-apply에 넘깁니다"
4704
4705
#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4396
-#: builtin/grep.c:707 builtin/merge.c:200 builtin/pull.c:135
4397
-#: builtin/pull.c:194 builtin/repack.c:181 builtin/repack.c:185
4398
-#: builtin/show-branch.c:644 builtin/show-ref.c:175 builtin/tag.c:340
4706
+#: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:135
4707
+#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4708
+#: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:355
4709
#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4710
msgid "n"
4711
msgstr "n"
4712
4713
#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4404
-#: builtin/tag.c:372
4714
+#: builtin/tag.c:387 builtin/verify-tag.c:38
4715
msgid "format"
4716
msgstr "형식"
4717
@@ -4439,8 +4749,8 @@ msgstr "커미터 시각을 작성자 시각으로 넣습니다"
4749
msgid "use current timestamp for author date"
4750
msgstr "현재 시각을 작성자 시각으로 사용합니다"
4751
4442
-#: builtin/am.c:2315 builtin/commit.c:1605 builtin/merge.c:229
4443
-#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:355
4752
+#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:233
4753
+#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:370
4754
msgid "key-id"
4755
msgstr "키-ID"
4756
@@ -4541,115 +4851,111 @@ msgstr "git blame [<옵션>] [<리비전-옵션>] [<리비전>] [--] <파일>"
4851
msgid "<rev-opts> are documented in git-rev-list(1)"
4852
msgstr "<리비전-옵션>은 git-rev-list(1)에 설명되어 있습니다"
4853
4544
-#: builtin/blame.c:1781
4854
+#: builtin/blame.c:1786
4855
msgid "Blaming lines"
4856
msgstr "블레임 줄"
4857
4548
-#: builtin/blame.c:2577
4858
+#: builtin/blame.c:2582
4859
msgid "Show blame entries as we find them, incrementally"
4860
msgstr "블레임 항목을 찾자마자 점진적으로 표시합니다"
4861
4552
-#: builtin/blame.c:2578
4862
+#: builtin/blame.c:2583
4863
msgid "Show blank SHA-1 for boundary commits (Default: off)"
4864
msgstr "가장자리 커밋에 대해 빈 SHA-1을 표시합니다 (기본값: 꺼짐)"
4865
4556
-#: builtin/blame.c:2579
4866
+#: builtin/blame.c:2584
4867
msgid "Do not treat root commits as boundaries (Default: off)"
4868
msgstr "최상위 커밋을 가장자리 커밋으로 취급하지 않습니다 (기본값: 꺼짐)"
4869
4560
-#: builtin/blame.c:2580
4870
+#: builtin/blame.c:2585
4871
msgid "Show work cost statistics"
4872
msgstr "작업 비용 통계를 표시합니다"
4873
4564
-#: builtin/blame.c:2581
4874
+#: builtin/blame.c:2586
4875
msgid "Force progress reporting"
4876
msgstr "강제로 진행 상황을 표시합니다"
4877
4568
-#: builtin/blame.c:2582
4878
+#: builtin/blame.c:2587
4879
msgid "Show output score for blame entries"
4880
msgstr "블레임 항목에 대해 출력 점수를 표시합니다"
4881
4572
-#: builtin/blame.c:2583
4882
+#: builtin/blame.c:2588
4883
msgid "Show original filename (Default: auto)"
4884
msgstr "원래 파일 이름 표시 (기본값: 자동)"
4885
4576
-#: builtin/blame.c:2584
4886
+#: builtin/blame.c:2589
4887
msgid "Show original linenumber (Default: off)"
4888
msgstr "원래 줄 번호 표시 (기본값: 하지 않음)"
4889
4580
-#: builtin/blame.c:2585
4890
+#: builtin/blame.c:2590
4891
msgid "Show in a format designed for machine consumption"
4892
msgstr "컴퓨터 처리용으로 설계된 형식으로 표시합니다"
4893
4584
-#: builtin/blame.c:2586
4894
+#: builtin/blame.c:2591
4895
msgid "Show porcelain format with per-line commit information"
4896
msgstr "줄마다 커밋 정보가 표시되는 사용자용 형식으로 표시합니다"
4897
4588
-#: builtin/blame.c:2587
4898
+#: builtin/blame.c:2592
4899
msgid "Use the same output mode as git-annotate (Default: off)"
4900
msgstr "git-annotate와 동일한 형식을 사용합니다 (기본값: 꺼짐)"
4901
4592
-#: builtin/blame.c:2588
4902
+#: builtin/blame.c:2593
4903
msgid "Show raw timestamp (Default: off)"
4904
msgstr "내부 형식으로 시각을 표시합니다 (기본값: 꺼짐)"
4905
4596
-#: builtin/blame.c:2589
4906
+#: builtin/blame.c:2594
4907
msgid "Show long commit SHA1 (Default: off)"
4908
msgstr "길게 커밋 SHA1을 표시합니다 (기본값: 꺼짐)"
4909
4600
-#: builtin/blame.c:2590
4910
+#: builtin/blame.c:2595
4911
msgid "Suppress author name and timestamp (Default: off)"
4912
msgstr "작성자 이름과 시각을 표시하지 않습니다 (기본값: 꺼짐)"
4913
4604
-#: builtin/blame.c:2591
4914
+#: builtin/blame.c:2596
4915
msgid "Show author email instead of name (Default: off)"
4916
msgstr "작성자 이름 대신에 전자메일을 표시합니다 (기본값: 꺼짐)"
4917
4608
-#: builtin/blame.c:2592
4918
+#: builtin/blame.c:2597
4919
msgid "Ignore whitespace differences"
4920
msgstr "공백 문자 차이점을 무시합니다"
4921
4612
-#: builtin/blame.c:2599
4613
-msgid "Use an experimental indent-based heuristic to improve diffs"
4614
-msgstr "diff를 향상하는데 실험적인 들여쓰기 기반 휴리스틱을 사용합니다."
4615
-
4616
-#: builtin/blame.c:2600
4617
-msgid "Use an experimental blank-line-based heuristic to improve diffs"
4618
-msgstr "diff를 향상하는데 실험적인 빈 줄 기반 휴리스틱을 사용합니다."
4922
+#: builtin/blame.c:2604
4923
+msgid "Use an experimental heuristic to improve diffs"
4924
+msgstr "diff를 향상하는데 실험적인 휴리스틱을 사용합니다"
4925
4620
-#: builtin/blame.c:2602
4926
+#: builtin/blame.c:2606
4927
msgid "Spend extra cycles to find better match"
4928
msgstr "더 일치하는 항목을 찾는데 더 시간을 소모합니다"
4929
4624
-#: builtin/blame.c:2603
4930
+#: builtin/blame.c:2607
4931
msgid "Use revisions from <file> instead of calling git-rev-list"
4932
msgstr "git-rev-list를 호출하는 대신 <파일>에서 리비전을 사용합니다"
4933
4628
-#: builtin/blame.c:2604
4934
+#: builtin/blame.c:2608
4935
msgid "Use <file>'s contents as the final image"
4936
msgstr "<파일>의 내용을 최종 이미지로 사용합니다"
4937
4632
-#: builtin/blame.c:2605 builtin/blame.c:2606
4938
+#: builtin/blame.c:2609 builtin/blame.c:2610
4939
msgid "score"
4940
msgstr "점수"
4941
4636
-#: builtin/blame.c:2605
4942
+#: builtin/blame.c:2609
4943
msgid "Find line copies within and across files"
4944
msgstr "파일 내부와 파일 사이의 복사된 줄을 찾습니다"
4945
4640
-#: builtin/blame.c:2606
4946
+#: builtin/blame.c:2610
4947
msgid "Find line movements within and across files"
4948
msgstr "파일 내부와 파일 사이의 옮겨진 줄을 찾습니다"
4949
4644
-#: builtin/blame.c:2607
4950
+#: builtin/blame.c:2611
4951
msgid "n,m"
4952
msgstr "n,m"
4953
4648
-#: builtin/blame.c:2607
4954
+#: builtin/blame.c:2611
4955
msgid "Process only line range n,m, counting from 1"
4956
msgstr "n,m줄 (1번 줄부터 시작) 사이의 범위만 처리"
4957
4652
-#: builtin/blame.c:2654
4958
+#: builtin/blame.c:2658
4959
msgid "--progress can't be used with --incremental or porcelain formats"
4960
msgstr ""
4961
"--progress 옵션은 --incremental 옵션이나 포스레인 형식에서 사용할 수 없습니다"
@@ -4660,41 +4966,41 @@ msgstr ""
4966
#. takes 22 places, is the longest among various forms of
4967
#. relative timestamps, but your language may need more or
4968
#. fewer display columns.
4663
-#: builtin/blame.c:2700
4969
+#: builtin/blame.c:2706
4970
msgid "4 years, 11 months ago"
4971
msgstr "4년 11달 전"
4972
4667
-#: builtin/blame.c:2780
4973
+#: builtin/blame.c:2786
4974
msgid "--contents and --reverse do not blend well."
4975
msgstr "--contents 및 --reverse 옵션은 호환되지 않습니다."
4976
4671
-#: builtin/blame.c:2800
4977
+#: builtin/blame.c:2806
4978
msgid "cannot use --contents with final commit object name"
4979
msgstr "--contents 옵션을 마지막 오브젝트 이름에 사용할 수 없습니다"
4980
4675
-#: builtin/blame.c:2805
4981
+#: builtin/blame.c:2811
4982
msgid "--reverse and --first-parent together require specified latest commit"
4983
msgstr ""
4984
"--reverse 및 --first-parent 옵션을 같이 쓰면 최근 커밋을 지정해야 합니다"
4985
4680
-#: builtin/blame.c:2832
4986
+#: builtin/blame.c:2838
4987
msgid ""
4988
"--reverse --first-parent together require range along first-parent chain"
4989
msgstr ""
4990
"--reverse 및 --first-parent 옵션을 같이 쓰면 최초-상위 체인과 범위가 필요합니"
4991
"다"
4992
4687
-#: builtin/blame.c:2843
4993
+#: builtin/blame.c:2849
4994
#, c-format
4995
msgid "no such path %s in %s"
4996
msgstr "%s 경로가 %s 안에 없습니다"
4997
4692
-#: builtin/blame.c:2854
4998
+#: builtin/blame.c:2860
4999
#, c-format
5000
msgid "cannot read blob %s for path %s"
5001
msgstr "%s 경로에 대해 %s 블롭을 읽을 수 없음"
5002
4697
-#: builtin/blame.c:2873
5003
+#: builtin/blame.c:2879
5004
#, c-format
5005
msgid "file %s has only %lu line"
5006
msgid_plural "file %s has only %lu lines"
@@ -4871,44 +5177,44 @@ msgstr "(HEAD %s(으)로부터 분리됨)"
5177
msgid "(no branch)"
5178
msgstr "(브랜치 없음)"
5179
4874
-#: builtin/branch.c:544
5180
+#: builtin/branch.c:535
5181
#, c-format
5182
msgid "Branch %s is being rebased at %s"
5183
msgstr "%s 브랜치를 %s 위치에 리베이스합니다"
5184
4879
-#: builtin/branch.c:548
5185
+#: builtin/branch.c:539
5186
#, c-format
5187
msgid "Branch %s is being bisected at %s"
5188
msgstr "%s 브랜치를 %s 위치에서 bisect합니다"
5189
4884
-#: builtin/branch.c:563
5190
+#: builtin/branch.c:554
5191
msgid "cannot rename the current branch while not on any."
5192
msgstr "브랜치 위에 없으면서 현재 브랜치 이름을 바꿀 수 없습니다."
5193
4888
-#: builtin/branch.c:573
5194
+#: builtin/branch.c:564
5195
#, c-format
5196
msgid "Invalid branch name: '%s'"
5197
msgstr "잘못된 브랜치 이름: '%s'"
5198
4893
-#: builtin/branch.c:590
5199
+#: builtin/branch.c:581
5200
msgid "Branch rename failed"
5201
msgstr "브랜치 이름 바꾸기 실패"
5202
4897
-#: builtin/branch.c:594
5203
+#: builtin/branch.c:585
5204
#, c-format
5205
msgid "Renamed a misnamed branch '%s' away"
5206
msgstr "이름이 잘못된 '%s' 브랜치의 이름을 다르게 바꿉니다"
5207
4902
-#: builtin/branch.c:597
5208
+#: builtin/branch.c:588
5209
#, c-format
5210
msgid "Branch renamed to %s, but HEAD is not updated!"
5211
msgstr "브랜치 이름을 %s(으)로 바꾸지만, HEAD를 업데이트하지 않습니다!"
5212
4907
-#: builtin/branch.c:604
5213
+#: builtin/branch.c:595
5214
msgid "Branch is renamed, but update of config-file failed"
5215
msgstr "브랜치의 이름을 바꾸지만, config-file 업데이트가 실패했습니다"
5216
4911
-#: builtin/branch.c:620
5217
+#: builtin/branch.c:611
5218
#, c-format
5219
msgid ""
5220
"Please edit the description for the branch\n"
@@ -4919,164 +5225,168 @@ msgstr ""
5225
" %s\n"
5226
"'%c' 문자로 시작하는 줄은 무시됩니다.\n"
5227
4922
-#: builtin/branch.c:651
5228
+#: builtin/branch.c:643
5229
msgid "Generic options"
5230
msgstr "일반 옵션"
5231
5232
# FIXME: give twice?
4927
-#: builtin/branch.c:653
5233
+#: builtin/branch.c:645
5234
msgid "show hash and subject, give twice for upstream branch"
5235
msgstr "해시와 제목을 표시하고, 업스트림 브랜치에 대한 위치를 표시합니다"
5236
4931
-#: builtin/branch.c:654
5237
+#: builtin/branch.c:646
5238
msgid "suppress informational messages"
5239
msgstr "여러가지 안내 메시지를 표시하지 않습니다"
5240
4935
-#: builtin/branch.c:655
5241
+#: builtin/branch.c:647
5242
msgid "set up tracking mode (see git-pull(1))"
5243
msgstr "추적 모드를 설정합니다 (git-pull(1) 참고)"
5244
4939
-#: builtin/branch.c:657
5245
+#: builtin/branch.c:649
5246
msgid "change upstream info"
5247
msgstr "업스트림 정보를 바꿉니다"
5248
4943
-#: builtin/branch.c:659
5249
+#: builtin/branch.c:651
5250
msgid "upstream"
5251
msgstr "업스트림"
5252
4947
-#: builtin/branch.c:659
5253
+#: builtin/branch.c:651
5254
msgid "change the upstream info"
5255
msgstr "업스트림 정보를 바꿉니다"
5256
4951
-#: builtin/branch.c:660
5257
+#: builtin/branch.c:652
5258
msgid "Unset the upstream info"
5259
msgstr "업스트림 정보를 해제합니다"
5260
4955
-#: builtin/branch.c:661
5261
+#: builtin/branch.c:653
5262
msgid "use colored output"
5263
msgstr "여러 색으로 출력합니다"
5264
4959
-#: builtin/branch.c:662
5265
+#: builtin/branch.c:654
5266
msgid "act on remote-tracking branches"
5267
msgstr "리모트 추적 브랜치에 대해 동작합니다"
5268
4963
-#: builtin/branch.c:664 builtin/branch.c:665
5269
+#: builtin/branch.c:656 builtin/branch.c:657
5270
msgid "print only branches that contain the commit"
5271
msgstr "커밋이 있는 브랜치만 표시합니다"
5272
4967
-#: builtin/branch.c:668
5273
+#: builtin/branch.c:660
5274
msgid "Specific git-branch actions:"
5275
msgstr "특정 git-branch 동작:"
5276
4971
-#: builtin/branch.c:669
5277
+#: builtin/branch.c:661
5278
msgid "list both remote-tracking and local branches"
5279
msgstr "리모트와 로컬의 브랜치 목록을 모두 표시합니다"
5280
4975
-#: builtin/branch.c:671
5281
+#: builtin/branch.c:663
5282
msgid "delete fully merged branch"
5283
msgstr "완전히 병합된 브랜치를 삭제합니다"
5284
4979
-#: builtin/branch.c:672
5285
+#: builtin/branch.c:664
5286
msgid "delete branch (even if not merged)"
5287
msgstr "브랜치를 삭제합니다 (병합되지 않았더라도)"
5288
4983
-#: builtin/branch.c:673
5289
+#: builtin/branch.c:665
5290
msgid "move/rename a branch and its reflog"
5291
msgstr "브랜치와 그 reflog를 옮기거나 이름을 바꿉니다"
5292
4987
-#: builtin/branch.c:674
5293
+#: builtin/branch.c:666
5294
msgid "move/rename a branch, even if target exists"
5295
msgstr "대상이 이미 있더라도 브랜치를 옮기거나 이름을 바꿉니다"
5296
4991
-#: builtin/branch.c:675
5297
+#: builtin/branch.c:667
5298
msgid "list branch names"
5299
msgstr "브랜치 이름 목록을 표시합니다"
5300
4995
-#: builtin/branch.c:676
5301
+#: builtin/branch.c:668
5302
msgid "create the branch's reflog"
5303
msgstr "브랜치의 reflog를 만듭니다"
5304
4999
-#: builtin/branch.c:678
5305
+#: builtin/branch.c:670
5306
msgid "edit the description for the branch"
5307
msgstr "브랜치의 설명을 편집합니다"
5308
5003
-#: builtin/branch.c:679
5309
+#: builtin/branch.c:671
5310
msgid "force creation, move/rename, deletion"
5311
msgstr "강제로 만들고, 옮기거나 이름을 바꾸고, 삭제합니다"
5312
5007
-#: builtin/branch.c:680
5313
+#: builtin/branch.c:672
5314
msgid "print only branches that are merged"
5315
msgstr "병합되는 브랜치만 표시합니다"
5316
5011
-#: builtin/branch.c:681
5317
+#: builtin/branch.c:673
5318
msgid "print only branches that are not merged"
5319
msgstr "병합되지 않는 브랜치만 표시합니다"
5320
5015
-#: builtin/branch.c:682
5321
+#: builtin/branch.c:674
5322
msgid "list branches in columns"
5323
msgstr "목록을 여러 열로 표시합니다"
5324
5019
-#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
5325
+#: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:381
5326
msgid "key"
5327
msgstr "키"
5328
5023
-#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
5329
+#: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:382
5330
msgid "field name to sort on"
5331
msgstr "정렬한 기준이 되는 필드 이름"
5332
5027
-#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:404
5333
+#: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:404
5334
#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5029
-#: builtin/tag.c:369
5335
+#: builtin/tag.c:384
5336
msgid "object"
5337
msgstr "오브젝트"
5338
5033
-#: builtin/branch.c:687
5339
+#: builtin/branch.c:679
5340
msgid "print only branches of the object"
5341
msgstr "해당 오브젝트의 브랜치만 표시합니다"
5342
5037
-#: builtin/branch.c:705
5343
+#: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:388
5344
+msgid "sorting and filtering are case insensitive"
5345
+msgstr "정렬과 필터링은 대소문자를 구분하지 않습니다"
5346
+
5347
+#: builtin/branch.c:698
5348
msgid "Failed to resolve HEAD as a valid ref."
5349
msgstr "HEAD를 올바른 레퍼런스로 구해내는데 실패했습니다."
5350
5041
-#: builtin/branch.c:709 builtin/clone.c:706
5351
+#: builtin/branch.c:702 builtin/clone.c:706
5352
msgid "HEAD not found below refs/heads!"
5353
msgstr "레퍼런스/헤드 아래에 HEAD가 없습니다!"
5354
5045
-#: builtin/branch.c:729
5355
+#: builtin/branch.c:724
5356
msgid "--column and --verbose are incompatible"
5357
msgstr "--column 및 --verbose 옵션은 호환되지 않습니다"
5358
5049
-#: builtin/branch.c:740 builtin/branch.c:782
5359
+#: builtin/branch.c:735 builtin/branch.c:787
5360
msgid "branch name required"
5361
msgstr "브랜치 이름이 필요합니다"
5362
5053
-#: builtin/branch.c:758
5363
+#: builtin/branch.c:763
5364
msgid "Cannot give description to detached HEAD"
5365
msgstr "분리된 HEAD에 대한 설명을 부여할 수 없습니다"
5366
5057
-#: builtin/branch.c:763
5367
+#: builtin/branch.c:768
5368
msgid "cannot edit description of more than one branch"
5369
msgstr "여러 브랜치에 대한 설명을 편집할 수 없습니다"
5370
5061
-#: builtin/branch.c:770
5371
+#: builtin/branch.c:775
5372
#, c-format
5373
msgid "No commit on branch '%s' yet."
5374
msgstr "아직 '%s' 브랜치에 커밋이 없습니다."
5375
5066
-#: builtin/branch.c:773
5376
+#: builtin/branch.c:778
5377
#, c-format
5378
msgid "No branch named '%s'."
5379
msgstr "이름이 '%s'인 브랜치가 없습니다."
5380
5071
-#: builtin/branch.c:788
5381
+#: builtin/branch.c:793
5382
msgid "too many branches for a rename operation"
5383
msgstr "이름 바꾸기 작업에 대해 브랜치가 너무 많습니다"
5384
5075
-#: builtin/branch.c:793
5385
+#: builtin/branch.c:798
5386
msgid "too many branches to set new upstream"
5387
msgstr "새 업스트림을 설정하는데 브랜치가 너무 많습니다"
5388
5079
-#: builtin/branch.c:797
5389
+#: builtin/branch.c:802
5390
#, c-format
5391
msgid ""
5392
"could not set upstream of HEAD to %s when it does not point to any branch."
@@ -5084,41 +5394,41 @@ msgstr ""
5394
"HEAD의 업스트림을 %s(으)로 설정할 수 없습니다. 어떤 브랜치도 가리키지 않습니"
5395
"다."
5396
5087
-#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
5397
+#: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:848
5398
#, c-format
5399
msgid "no such branch '%s'"
5400
msgstr "그런 브랜치가 ('%s') 없습니다"
5401
5092
-#: builtin/branch.c:804
5402
+#: builtin/branch.c:809
5403
#, c-format
5404
msgid "branch '%s' does not exist"
5405
msgstr "'%s' 브랜치가 없습니다"
5406
5097
-#: builtin/branch.c:816
5407
+#: builtin/branch.c:821
5408
msgid "too many branches to unset upstream"
5409
msgstr "업스트림 설정을 해제하는데 브랜치가 너무 많습니다"
5410
5101
-#: builtin/branch.c:820
5411
+#: builtin/branch.c:825
5412
msgid "could not unset upstream of HEAD when it does not point to any branch."
5413
msgstr ""
5414
"HEAD의 업스트림 설정을 해제할 수 없습니다. 어떤 브랜치도 가리키지 않습니다."
5415
5106
-#: builtin/branch.c:826
5416
+#: builtin/branch.c:831
5417
#, c-format
5418
msgid "Branch '%s' has no upstream information"
5419
msgstr "'%s' 브랜치에 업스트림 정보가 없습니다"
5420
5111
-#: builtin/branch.c:840
5421
+#: builtin/branch.c:845
5422
msgid "it does not make sense to create 'HEAD' manually"
5423
msgstr "'HEAD'를 수동으로 만드는 건 앞뒤가 맞지 않습니다"
5424
5115
-#: builtin/branch.c:846
5425
+#: builtin/branch.c:851
5426
msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5427
msgstr ""
5428
"'git branch'에 대해 -a 및 -r 옵션은 브랜치 이름과 같이 쓰면 앞뒤가 맞지 않습"
5429
"니다"
5430
5121
-#: builtin/branch.c:849
5431
+#: builtin/branch.c:854
5432
#, c-format
5433
msgid ""
5434
"The --set-upstream flag is deprecated and will be removed. Consider using --"
@@ -5127,7 +5437,7 @@ msgstr ""
5437
"--set-upstream 옵션은 더 이상 사용되지 않고 제거될 예정입니다. --track 또는 "
5438
"--set-upstream-to 옵션을 사용해 보십시오\n"
5439
5130
-#: builtin/branch.c:866
5440
+#: builtin/branch.c:871
5441
#, c-format
5442
msgid ""
5443
"\n"
@@ -5194,7 +5504,7 @@ msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 te
5504
msgid "for blob objects, run filters on object's content"
5505
msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 필터를 실행합니다"
5506
5197
-#: builtin/cat-file.c:561 git-submodule.sh:923
5507
+#: builtin/cat-file.c:561 git-submodule.sh:929
5508
msgid "blob"
5509
msgstr "블롭"
5510
@@ -5251,7 +5561,7 @@ msgstr "표준 입력에서 파일 이름을 읽습니다"
5561
msgid "terminate input and output records by a NUL character"
5562
msgstr "NUL 문자를 기준으로 자료 입력 및 출력을 멈춥니다"
5563
5254
-#: builtin/check-ignore.c:18 builtin/checkout.c:1137 builtin/gc.c:325
5564
+#: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:332
5565
msgid "suppress progress reporting"
5566
msgstr "진행 상황 표시를 하지 않습니다"
5567
@@ -5341,9 +5651,9 @@ msgid "write the content to temporary files"
5651
msgstr "내용을 임시 파일에 씁니다"
5652
5653
#: builtin/checkout-index.c:174 builtin/column.c:30
5344
-#: builtin/submodule--helper.c:595 builtin/submodule--helper.c:598
5345
-#: builtin/submodule--helper.c:604 builtin/submodule--helper.c:951
5346
-#: builtin/worktree.c:469
5654
+#: builtin/submodule--helper.c:597 builtin/submodule--helper.c:600
5655
+#: builtin/submodule--helper.c:606 builtin/submodule--helper.c:967
5656
+#: builtin/worktree.c:471
5657
msgid "string"
5658
msgstr "문자열"
5659
@@ -5418,50 +5728,50 @@ msgstr "'%s' 경로를 병합하지 않았습니다"
5728
msgid "you need to resolve your current index first"
5729
msgstr "현재 인덱스를 먼저 해결해야 합니다"
5730
5421
-#: builtin/checkout.c:624
5731
+#: builtin/checkout.c:625
5732
#, c-format
5733
msgid "Can not do reflog for '%s': %s\n"
5734
msgstr "'%s'에 대해 reflog할 수 없습니다: %s\n"
5735
5426
-#: builtin/checkout.c:663
5736
+#: builtin/checkout.c:666
5737
msgid "HEAD is now at"
5738
msgstr "HEAD의 현재 위치는"
5739
5430
-#: builtin/checkout.c:667 builtin/clone.c:660
5740
+#: builtin/checkout.c:670 builtin/clone.c:660
5741
msgid "unable to update HEAD"
5742
msgstr "HEAD를 업데이트할 수 없습니다"
5743
5434
-#: builtin/checkout.c:671
5744
+#: builtin/checkout.c:674
5745
#, c-format
5746
msgid "Reset branch '%s'\n"
5747
msgstr "'%s' 브랜치 리셋\n"
5748
5439
-#: builtin/checkout.c:674
5749
+#: builtin/checkout.c:677
5750
#, c-format
5751
msgid "Already on '%s'\n"
5752
msgstr "이미 '%s'에 있습니다\n"
5753
5444
-#: builtin/checkout.c:678
5754
+#: builtin/checkout.c:681
5755
#, c-format
5756
msgid "Switched to and reset branch '%s'\n"
5757
msgstr "'%s' 브랜치로 전환하고 리셋합니다\n"
5758
5449
-#: builtin/checkout.c:680 builtin/checkout.c:1069
5759
+#: builtin/checkout.c:683 builtin/checkout.c:1072
5760
#, c-format
5761
msgid "Switched to a new branch '%s'\n"
5762
msgstr "새로 만든 '%s' 브랜치로 전환합니다\n"
5763
5454
-#: builtin/checkout.c:682
5764
+#: builtin/checkout.c:685
5765
#, c-format
5766
msgid "Switched to branch '%s'\n"
5767
msgstr "'%s' 브랜치로 전환합니다\n"
5768
5459
-#: builtin/checkout.c:733
5769
+#: builtin/checkout.c:736
5770
#, c-format
5771
msgid " ... and %d more.\n"
5772
msgstr " ... 그리고 %d개 더.\n"
5773
5464
-#: builtin/checkout.c:739
5774
+#: builtin/checkout.c:742
5775
#, c-format
5776
msgid ""
5777
"Warning: you are leaving %d commit behind, not connected to\n"
@@ -5479,7 +5789,7 @@ msgstr[0] ""
5789
"\n"
5790
"%s\n"
5791
5482
-#: builtin/checkout.c:758
5792
+#: builtin/checkout.c:761
5793
#, c-format
5794
msgid ""
5795
"If you want to keep it by creating a new branch, this may be a good time\n"
@@ -5500,151 +5810,151 @@ msgstr[0] ""
5810
" git branch <새-브랜치-이름> %s\n"
5811
"\n"
5812
5503
-#: builtin/checkout.c:794
5813
+#: builtin/checkout.c:797
5814
msgid "internal error in revision walk"
5815
msgstr "리비전 walk에 내부 오류"
5816
5507
-#: builtin/checkout.c:798
5817
+#: builtin/checkout.c:801
5818
msgid "Previous HEAD position was"
5819
msgstr "이전 HEAD 위치는"
5820
5511
-#: builtin/checkout.c:825 builtin/checkout.c:1064
5821
+#: builtin/checkout.c:828 builtin/checkout.c:1067
5822
msgid "You are on a branch yet to be born"
5823
msgstr "현재 위치가 만들 예정인 브랜치에 있습니다"
5824
5515
-#: builtin/checkout.c:970
5825
+#: builtin/checkout.c:973
5826
#, c-format
5827
msgid "only one reference expected, %d given."
5828
msgstr "하나의 레퍼런스만 지정해야 하지만 %d개를 지정했습니다."
5829
5520
-#: builtin/checkout.c:1010 builtin/worktree.c:214
5830
+#: builtin/checkout.c:1013 builtin/worktree.c:214
5831
#, c-format
5832
msgid "invalid reference: %s"
5833
msgstr "잘못된 레퍼런스: %s"
5834
5525
-#: builtin/checkout.c:1039
5835
+#: builtin/checkout.c:1042
5836
#, c-format
5837
msgid "reference is not a tree: %s"
5838
msgstr "레퍼런스가 트리가 아닙니다: %s"
5839
5530
-#: builtin/checkout.c:1078
5840
+#: builtin/checkout.c:1081
5841
msgid "paths cannot be used with switching branches"
5842
msgstr "브랜치를 전환하는데 경로를 사용할 수 없습니다"
5843
5534
-#: builtin/checkout.c:1081 builtin/checkout.c:1085
5844
+#: builtin/checkout.c:1084 builtin/checkout.c:1088
5845
#, c-format
5846
msgid "'%s' cannot be used with switching branches"
5847
msgstr "'%s' 옵션은 브랜치를 전환할 때 쓸 수 없습니다"
5848
5539
-#: builtin/checkout.c:1089 builtin/checkout.c:1092 builtin/checkout.c:1097
5540
-#: builtin/checkout.c:1100
5849
+#: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:1100
5850
+#: builtin/checkout.c:1103
5851
#, c-format
5852
msgid "'%s' cannot be used with '%s'"
5853
msgstr "'%s' 옵션은 '%s' 옵션과 같이 쓸 수 없습니다"
5854
5545
-#: builtin/checkout.c:1105
5855
+#: builtin/checkout.c:1108
5856
#, c-format
5857
msgid "Cannot switch branch to a non-commit '%s'"
5858
msgstr "브랜치를 커밋이 아닌 '%s'(으)로 전환할 수 없습니다"
5859
5550
-#: builtin/checkout.c:1138 builtin/checkout.c:1140 builtin/clone.c:93
5860
+#: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:93
5861
#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5862
#: builtin/worktree.c:326
5863
msgid "branch"
5864
msgstr "브랜치"
5865
5556
-#: builtin/checkout.c:1139
5866
+#: builtin/checkout.c:1142
5867
msgid "create and checkout a new branch"
5868
msgstr "새 브랜치를 만들고 가져옵니다"
5869
5560
-#: builtin/checkout.c:1141
5870
+#: builtin/checkout.c:1144
5871
msgid "create/reset and checkout a branch"
5872
msgstr "브랜치를 만들거나 리셋하고 가져옵니다"
5873
5564
-#: builtin/checkout.c:1142
5874
+#: builtin/checkout.c:1145
5875
msgid "create reflog for new branch"
5876
msgstr "새 브랜치에 대한 reflog를 만듭니다"
5877
5568
-#: builtin/checkout.c:1143 builtin/worktree.c:328
5878
+#: builtin/checkout.c:1146 builtin/worktree.c:328
5879
msgid "detach HEAD at named commit"
5880
msgstr "HEAD를 해당 커밋에서 분리합니다"
5881
5572
-#: builtin/checkout.c:1144
5882
+#: builtin/checkout.c:1147
5883
msgid "set upstream info for new branch"
5884
msgstr "새 브랜치에 대한 업스트림 정보를 설정합니다"
5885
5576
-#: builtin/checkout.c:1146
5886
+#: builtin/checkout.c:1149
5887
msgid "new-branch"
5888
msgstr "새-브랜치"
5889
5580
-#: builtin/checkout.c:1146
5890
+#: builtin/checkout.c:1149
5891
msgid "new unparented branch"
5892
msgstr "상위 브랜치가 없는 새 브랜치"
5893
5584
-#: builtin/checkout.c:1147
5894
+#: builtin/checkout.c:1150
5895
msgid "checkout our version for unmerged files"
5896
msgstr "병합되지 않은 파일에 대해 우리쪽 버전을 가져옵니다"
5897
5588
-#: builtin/checkout.c:1149
5898
+#: builtin/checkout.c:1152
5899
msgid "checkout their version for unmerged files"
5900
msgstr "병합되지 않은 파일에 대해 상대편 버전을 가져옵니다"
5901
5592
-#: builtin/checkout.c:1151
5902
+#: builtin/checkout.c:1154
5903
msgid "force checkout (throw away local modifications)"
5904
msgstr "강제로 체크아웃합니다 (로컬에서 수정한 사항을 버립니다)"
5905
5596
-#: builtin/checkout.c:1152
5906
+#: builtin/checkout.c:1155
5907
msgid "perform a 3-way merge with the new branch"
5908
msgstr "새 브랜치에 대해 3-방향 병합을 수행합니다"
5909
5600
-#: builtin/checkout.c:1153 builtin/merge.c:231
5910
+#: builtin/checkout.c:1156 builtin/merge.c:235
5911
msgid "update ignored files (default)"
5912
msgstr "무시하는 파일을 업데이트합니다 (기본값)"
5913
5604
-#: builtin/checkout.c:1154 builtin/log.c:1466 parse-options.h:251
5914
+#: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:251
5915
msgid "style"
5916
msgstr "스타일"
5917
5608
-#: builtin/checkout.c:1155
5918
+#: builtin/checkout.c:1158
5919
msgid "conflict style (merge or diff3)"
5920
msgstr "충돌 스타일 (merge 또는 diff3)"
5921
5922
# FIXME: 의미 불명
5613
-#: builtin/checkout.c:1158
5923
+#: builtin/checkout.c:1161
5924
msgid "do not limit pathspecs to sparse entries only"
5925
msgstr "경로명세를 드문 항목에만 제한하지 않습니다"
5926
5617
-#: builtin/checkout.c:1160
5927
+#: builtin/checkout.c:1163
5928
msgid "second guess 'git checkout <no-such-branch>'"
5929
msgstr "'git checkout <없는-브랜치>'에 대해 추측합니다"
5930
5621
-#: builtin/checkout.c:1162
5931
+#: builtin/checkout.c:1165
5932
msgid "do not check if another worktree is holding the given ref"
5933
msgstr "다른 작업폴더에 주어진 레퍼런스가 있는지 확인하지 않습니다"
5934
5625
-#: builtin/checkout.c:1163 builtin/clone.c:63 builtin/fetch.c:119
5626
-#: builtin/merge.c:228 builtin/pull.c:117 builtin/push.c:536
5935
+#: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:119
5936
+#: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:539
5937
#: builtin/send-pack.c:168
5938
msgid "force progress reporting"
5939
msgstr "강제로 진행 상황을 표시합니다"
5940
5631
-#: builtin/checkout.c:1194
5941
+#: builtin/checkout.c:1197
5942
msgid "-b, -B and --orphan are mutually exclusive"
5943
msgstr "-b, -B 및 --orphan 옵션은 서로 호환되지 않습니다"
5944
5635
-#: builtin/checkout.c:1211
5945
+#: builtin/checkout.c:1214
5946
msgid "--track needs a branch name"
5947
msgstr "--track 옵션은 브랜치 이름이 필요합니다"
5948
5639
-#: builtin/checkout.c:1216
5949
+#: builtin/checkout.c:1219
5950
msgid "Missing branch name; try -b"
5951
msgstr "브랜치 이름이 없습니다. -b 옵션을 사용해 보십시오"
5952
5643
-#: builtin/checkout.c:1252
5953
+#: builtin/checkout.c:1255
5954
msgid "invalid path specification"
5955
msgstr "경로 명세가 잘못되었습니다"
5956
5647
-#: builtin/checkout.c:1259
5957
+#: builtin/checkout.c:1262
5958
#, c-format
5959
msgid ""
5960
"Cannot update paths and switch to branch '%s' at the same time.\n"
@@ -5653,12 +5963,12 @@ msgstr ""
5963
"동시에 경로를 업데이트하고 '%s' 브랜치로 전환할 수 없습니다.\n"
5964
"커밋을 확인할 수 없는 '%s'을(를) 가져오려고 하셨습니까?"
5965
5656
-#: builtin/checkout.c:1264
5966
+#: builtin/checkout.c:1267
5967
#, c-format
5968
msgid "git checkout: --detach does not take a path argument '%s'"
5969
msgstr "git checkout: --detach 옵션은 경로 인자를 받지 않습니다 '%s'"
5970
5661
-#: builtin/checkout.c:1268
5971
+#: builtin/checkout.c:1271
5972
msgid ""
5973
"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5974
"checking out of the index."
@@ -5697,19 +6007,21 @@ msgstr "%s 저장소 건너뛸 예정\n"
6007
msgid "failed to remove %s"
6008
msgstr "%s 제거에 실패했습니다"
6009
5700
-#: builtin/clean.c:291
6010
+#: builtin/clean.c:291 git-add--interactive.perl:623
6011
+#, c-format
6012
msgid ""
6013
"Prompt help:\n"
6014
"1 - select a numbered item\n"
6015
"foo - select item based on unique prefix\n"
5705
-" - (empty) select nothing"
6016
+" - (empty) select nothing\n"
6017
msgstr ""
6018
"프롬프트 도움말:\n"
6019
"1 - 해당 번호의 항목을 선택\n"
6020
"foo - 유일한 접두어에 해당하는 항목 선택\n"
5710
-" - (빈 입력) 선택하지 않음"
6021
+" - (빈 입력) 선택하지 않음\n"
6022
5712
-#: builtin/clean.c:295
6023
+#: builtin/clean.c:295 git-add--interactive.perl:632
6024
+#, c-format
6025
msgid ""
6026
"Prompt help:\n"
6027
"1 - select a single item\n"
@@ -5718,7 +6030,7 @@ msgid ""
6030
"foo - select item based on unique prefix\n"
6031
"-... - unselect specified items\n"
6032
"* - choose all items\n"
5721
-" - (empty) finish selecting"
6033
+" - (empty) finish selecting\n"
6034
msgstr ""
6035
"프롬프트 도움말:\n"
6036
"1 - 해당 번호의 항목을 선택\n"
@@ -5727,12 +6039,13 @@ msgstr ""
6039
"foo - 유일한 접두어에 해당하는 항목 선택\n"
6040
"-... - 해당 항목 선택 해제\n"
6041
"* - 모든 항목 선택\n"
5730
-" - (빈 입력) 선택 마침"
6042
+" - (빈 입력) 선택 마침\n"
6043
5732
-#: builtin/clean.c:511
5733
-#, c-format
5734
-msgid "Huh (%s)?"
5735
-msgstr "어라라 (%s)?"
6044
+#: builtin/clean.c:511 git-add--interactive.perl:598
6045
+#: git-add--interactive.perl:603
6046
+#, c-format, perl-format
6047
+msgid "Huh (%s)?\n"
6048
+msgstr "어라라 (%s)?\n"
6049
6050
#: builtin/clean.c:653
6051
#, c-format
@@ -5754,9 +6067,10 @@ msgstr "삭제할 항목을 선택하십시오"
6067
msgid "Remove %s [y/N]? "
6068
msgstr "%s 제거합니까 [y/N]? "
6069
5757
-#: builtin/clean.c:777
5758
-msgid "Bye."
5759
-msgstr "끝."
6070
+#: builtin/clean.c:777 git-add--interactive.perl:1669
6071
+#, c-format
6072
+msgid "Bye.\n"
6073
+msgstr "끝.\n"
6074
6075
#: builtin/clean.c:785
6076
msgid ""
@@ -5776,11 +6090,11 @@ msgstr ""
6090
"help - 이 화면 표시\n"
6091
"? - 프롬프트 선택 도움말"
6092
5779
-#: builtin/clean.c:812
6093
+#: builtin/clean.c:812 git-add--interactive.perl:1745
6094
msgid "*** Commands ***"
6095
msgstr "*** 명령 ***"
6096
5783
-#: builtin/clean.c:813
6097
+#: builtin/clean.c:813 git-add--interactive.perl:1742
6098
msgid "What now"
6099
msgstr "무엇을 할까요"
6100
@@ -5809,8 +6123,8 @@ msgstr "대화형 지우기"
6123
msgid "remove whole directories"
6124
msgstr "전체 디렉터리 제거"
6125
5812
-#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:725
5813
-#: builtin/ls-files.c:536 builtin/name-rev.c:313 builtin/show-ref.c:182
6126
+#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:1056
6127
+#: builtin/ls-files.c:536 builtin/name-rev.c:313 builtin/show-ref.c:176
6128
msgid "pattern"
6129
msgstr "패턴"
6130
@@ -5890,8 +6204,8 @@ msgstr "서식-디렉터리"
6204
msgid "directory from which templates will be used"
6205
msgstr "서식을 사용할 디렉터리 위치"
6206
5893
-#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:602
5894
-#: builtin/submodule--helper.c:954
6207
+#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:604
6208
+#: builtin/submodule--helper.c:970
6209
msgid "reference repository"
6210
msgstr "레퍼런스 저장소"
6211
@@ -5915,8 +6229,7 @@ msgstr "리모트의 HEAD 대신 <브랜치>를 가져옵니다"
6229
msgid "path to git-upload-pack on the remote"
6230
msgstr "리모트의 git-upload-pack 경로"
6231
5918
-#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:668
5919
-#: builtin/pull.c:202
6232
+#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:999 builtin/pull.c:202
6233
msgid "depth"
6234
msgstr "깊이"
6235
@@ -5924,7 +6237,7 @@ msgstr "깊이"
6237
msgid "create a shallow clone of that depth"
6238
msgstr "지정한 깊이의 얕은 복제를 만듭니다"
6239
5927
-#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2848
6240
+#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2836
6241
#: parse-options.h:142
6242
msgid "time"
6243
msgstr "시각"
@@ -5938,8 +6251,8 @@ msgid "revision"
6251
msgstr "리비전"
6252
6253
#: builtin/clone.c:102 builtin/fetch.c:125
5941
-msgid "deepen history of shallow clone by excluding rev"
5942
-msgstr "레퍼런스를 제외해 얕은 복제의 커밋 내역을 깊게 만듭니다"
6254
+msgid "deepen history of shallow clone, excluding rev"
6255
+msgstr "리비전을 제외해 얕은 복제의 커밋 내역을 깊게 만듭니다"
6256
6257
#: builtin/clone.c:104
6258
msgid "clone only one branch, HEAD or --branch"
@@ -5965,11 +6278,11 @@ msgstr "키=값"
6278
msgid "set config inside the new repository"
6279
msgstr "새 저장소 안에서 설정합니다"
6280
5968
-#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:547
6281
+#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:550
6282
msgid "use IPv4 addresses only"
6283
msgstr "IPv4 주소만 사용합니다"
6284
5972
-#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:549
6285
+#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:552
6286
msgid "use IPv6 addresses only"
6287
msgstr "IPv6 주소만 사용합니다"
6288
@@ -6082,7 +6395,7 @@ msgstr "--bare 및 --separate-git-dir 옵션은 호환되지 않습니다."
6395
msgid "repository '%s' does not exist"
6396
msgstr "'%s' 저장소가 없습니다"
6397
6085
-#: builtin/clone.c:905 builtin/fetch.c:1338
6398
+#: builtin/clone.c:905 builtin/fetch.c:1335
6399
#, c-format
6400
msgid "depth %s is not a positive number"
6401
msgstr "깊이가(%s) 0보다 큰 수가 아닙니다"
@@ -6097,8 +6410,9 @@ msgstr "대상 경로가('%s') 이미 있고 빈 디렉터리가 아닙니다."
6410
msgid "working tree '%s' already exists."
6411
msgstr "작업 폴더가('%s') 이미 있습니다."
6412
6100
-#: builtin/clone.c:940 builtin/clone.c:951 builtin/submodule--helper.c:657
6101
-#: builtin/worktree.c:222 builtin/worktree.c:249
6413
+#: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:252
6414
+#: builtin/submodule--helper.c:659 builtin/worktree.c:222
6415
+#: builtin/worktree.c:249
6416
#, c-format
6417
msgid "could not create leading directories of '%s'"
6418
msgstr "'%s'의 앞 디렉터리를 만들 수 없습니다"
@@ -6373,7 +6687,7 @@ msgstr ""
6687
msgid "could not lookup commit %s"
6688
msgstr "%s 커밋을 찾아볼 수 없습니다"
6689
6376
-#: builtin/commit.c:704 builtin/shortlog.c:286
6690
+#: builtin/commit.c:704 builtin/shortlog.c:295
6691
#, c-format
6692
msgid "(reading log message from standard input)\n"
6693
msgstr "(표준 입력에서 로그 메시지를 읽음)\n"
@@ -6472,7 +6786,7 @@ msgstr "인덱스를 읽을 수 없습니다"
6786
msgid "Error building trees"
6787
msgstr "트리를 만드는데 오류"
6788
6475
-#: builtin/commit.c:969 builtin/tag.c:266
6789
+#: builtin/commit.c:968 builtin/tag.c:280
6790
#, c-format
6791
msgid "Please supply the message using either -m or -F option.\n"
6792
msgstr "메시지를 -m 또는 -F 옵션으로 입력하십시오.\n"
@@ -6483,7 +6797,7 @@ msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6797
msgstr ""
6798
"--author '%s' 옵션이 '이름 <전자메일>' 형식이 아니고 기존 작성자에도 없습니다"
6799
6486
-#: builtin/commit.c:1086 builtin/commit.c:1327
6800
+#: builtin/commit.c:1086 builtin/commit.c:1325
6801
#, c-format
6802
msgid "Invalid untracked files mode '%s'"
6803
msgstr "추적되지 않는 파일 모드가 ('%s') 잘못되었습니다"
@@ -6535,67 +6849,63 @@ msgid "No paths with --include/--only does not make sense."
6849
msgstr "경로가 없이 --include/--only 옵션을 쓰면 앞뒤가 맞지 않습니다."
6850
6851
#: builtin/commit.c:1212
6538
-msgid "Clever... amending the last one with dirty index."
6539
-msgstr "기발하네요... 마지막을 변경된 인덱스로 바꿉니다."
6540
-
6541
-#: builtin/commit.c:1214
6852
msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6853
msgstr ""
6854
"-i 또는 -o 없이 명시적인 경로를 지정했습니다. --only 경로를 가정합니다..."
6855
6546
-#: builtin/commit.c:1226 builtin/tag.c:474
6856
+#: builtin/commit.c:1224 builtin/tag.c:495
6857
#, c-format
6858
msgid "Invalid cleanup mode %s"
6859
msgstr "잘못된 정리 모드 %s"
6860
6551
-#: builtin/commit.c:1231
6861
+#: builtin/commit.c:1229
6862
msgid "Paths with -a does not make sense."
6863
msgstr "-a 옵션과 경로를 같이 사용하면 앞뒤가 맞지 않습니다."
6864
6555
-#: builtin/commit.c:1341 builtin/commit.c:1617
6865
+#: builtin/commit.c:1339 builtin/commit.c:1612
6866
msgid "show status concisely"
6867
msgstr "상태를 간략하게 표시합니다"
6868
6559
-#: builtin/commit.c:1343 builtin/commit.c:1619
6869
+#: builtin/commit.c:1341 builtin/commit.c:1614
6870
msgid "show branch information"
6871
msgstr "브랜치 정보를 표시합니다"
6872
6563
-#: builtin/commit.c:1345
6873
+#: builtin/commit.c:1343
6874
msgid "version"
6875
msgstr "버전"
6876
6567
-#: builtin/commit.c:1345 builtin/commit.c:1621 builtin/push.c:522
6568
-#: builtin/worktree.c:440
6877
+#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6878
+#: builtin/worktree.c:442
6879
msgid "machine-readable output"
6880
msgstr "컴퓨터가 읽을 수 있는 형식"
6881
6572
-#: builtin/commit.c:1348 builtin/commit.c:1623
6882
+#: builtin/commit.c:1346 builtin/commit.c:1618
6883
msgid "show status in long format (default)"
6884
msgstr "긴 형식으로 상태를 표시합니다 (기본값)"
6885
6576
-#: builtin/commit.c:1351 builtin/commit.c:1626
6886
+#: builtin/commit.c:1349 builtin/commit.c:1621
6887
msgid "terminate entries with NUL"
6888
msgstr "NUL 문자로 항목을 끝냅니다"
6889
6580
-#: builtin/commit.c:1353 builtin/commit.c:1629 builtin/fast-export.c:981
6581
-#: builtin/fast-export.c:984 builtin/tag.c:353
6890
+#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6891
+#: builtin/fast-export.c:984 builtin/tag.c:368
6892
msgid "mode"
6893
msgstr "모드"
6894
6585
-#: builtin/commit.c:1354 builtin/commit.c:1629
6895
+#: builtin/commit.c:1352 builtin/commit.c:1624
6896
msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6897
msgstr ""
6898
"추적되지 않는 파일을 표시합니다. 추가 옵션: all, normal, no (기본값: all)"
6899
6590
-#: builtin/commit.c:1357
6900
+#: builtin/commit.c:1355
6901
msgid "show ignored files"
6902
msgstr "무시되는 파일을 표시합니다"
6903
6594
-#: builtin/commit.c:1358 parse-options.h:155
6904
+#: builtin/commit.c:1356 parse-options.h:155
6905
msgid "when"
6906
msgstr "언제"
6907
6598
-#: builtin/commit.c:1359
6908
+#: builtin/commit.c:1357
6909
msgid ""
6910
"ignore changes to submodules, optional when: all, dirty, untracked. "
6911
"(Default: all)"
@@ -6603,198 +6913,198 @@ msgstr ""
6913
"하위 모듈의 변경을 무시합니다. 추가 옵션: all, dirty, untracked. (기본값: "
6914
"all)"
6915
6606
-#: builtin/commit.c:1361
6916
+#: builtin/commit.c:1359
6917
msgid "list untracked files in columns"
6918
msgstr "추적되지 않는 파일의 목록을 여러 열로 표시합니다"
6919
6610
-#: builtin/commit.c:1437
6920
+#: builtin/commit.c:1435
6921
msgid "couldn't look up newly created commit"
6922
msgstr "새로 만든 커밋을 찾아볼 수 없습니다"
6923
6614
-#: builtin/commit.c:1439
6924
+#: builtin/commit.c:1437
6925
msgid "could not parse newly created commit"
6926
msgstr "새로 만든 커밋을 파싱할 수 없습니다"
6927
6618
-#: builtin/commit.c:1484
6928
+#: builtin/commit.c:1482
6929
msgid "detached HEAD"
6930
msgstr "HEAD 분리됨"
6931
6622
-#: builtin/commit.c:1487
6932
+#: builtin/commit.c:1485
6933
msgid " (root-commit)"
6934
msgstr " (최상위-커밋)"
6935
6626
-#: builtin/commit.c:1587
6936
+#: builtin/commit.c:1582
6937
msgid "suppress summary after successful commit"
6938
msgstr "성공적인 커밋 후에 요약을 표시하지 않습니다"
6939
6630
-#: builtin/commit.c:1588
6940
+#: builtin/commit.c:1583
6941
msgid "show diff in commit message template"
6942
msgstr "커밋 메시지 서식에 diff를 표시합니다"
6943
6634
-#: builtin/commit.c:1590
6944
+#: builtin/commit.c:1585
6945
msgid "Commit message options"
6946
msgstr "커밋 메시지 옵션"
6947
6638
-#: builtin/commit.c:1591 builtin/tag.c:351
6948
+#: builtin/commit.c:1586 builtin/tag.c:366
6949
msgid "read message from file"
6950
msgstr "파일에서 메시지를 읽습니다"
6951
6642
-#: builtin/commit.c:1592
6952
+#: builtin/commit.c:1587
6953
msgid "author"
6954
msgstr "작성자"
6955
6646
-#: builtin/commit.c:1592
6956
+#: builtin/commit.c:1587
6957
msgid "override author for commit"
6958
msgstr "커밋의 작성자를 지정합니다"
6959
6650
-#: builtin/commit.c:1593 builtin/gc.c:326
6960
+#: builtin/commit.c:1588 builtin/gc.c:333
6961
msgid "date"
6962
msgstr "시각"
6963
6654
-#: builtin/commit.c:1593
6964
+#: builtin/commit.c:1588
6965
msgid "override date for commit"
6966
msgstr "커밋의 시각을 지정합니다"
6967
6658
-#: builtin/commit.c:1594 builtin/merge.c:220 builtin/notes.c:398
6659
-#: builtin/notes.c:561 builtin/tag.c:349
6968
+#: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:398
6969
+#: builtin/notes.c:561 builtin/tag.c:364
6970
msgid "message"
6971
msgstr "메시지"
6972
6663
-#: builtin/commit.c:1594
6973
+#: builtin/commit.c:1589
6974
msgid "commit message"
6975
msgstr "커밋 메시지"
6976
6667
-#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6668
-#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:79
6977
+#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6978
+#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:81
6979
msgid "commit"
6980
msgstr "커밋"
6981
6672
-#: builtin/commit.c:1595
6982
+#: builtin/commit.c:1590
6983
msgid "reuse and edit message from specified commit"
6984
msgstr "지정한 커밋의 메시지를 재사용하고 편집합니다"
6985
6676
-#: builtin/commit.c:1596
6986
+#: builtin/commit.c:1591
6987
msgid "reuse message from specified commit"
6988
msgstr "지정한 커밋에서 메시지를 재사용합니다"
6989
6680
-#: builtin/commit.c:1597
6990
+#: builtin/commit.c:1592
6991
msgid "use autosquash formatted message to fixup specified commit"
6992
msgstr "지정한 커밋을 수정하는데 autosquash 형식 메시지를 사용합니다"
6993
6684
-#: builtin/commit.c:1598
6994
+#: builtin/commit.c:1593
6995
msgid "use autosquash formatted message to squash specified commit"
6996
msgstr "지정한 커밋을 합치는데 autosquash 형식 메시지를 사용합니다"
6997
6688
-#: builtin/commit.c:1599
6998
+#: builtin/commit.c:1594
6999
msgid "the commit is authored by me now (used with -C/-c/--amend)"
7000
msgstr "커밋을 내가 작성한 것으로 만듭니다 (-C/-c/--amend와 같이 사용)"
7001
6692
-#: builtin/commit.c:1600 builtin/log.c:1413 builtin/revert.c:86
7002
+#: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:86
7003
msgid "add Signed-off-by:"
7004
msgstr "Signed-off-by: 줄을 추가합니다"
7005
6696
-#: builtin/commit.c:1601
7006
+#: builtin/commit.c:1596
7007
msgid "use specified template file"
7008
msgstr "지정한 서식 파일을 사용합니다"
7009
6700
-#: builtin/commit.c:1602
7010
+#: builtin/commit.c:1597
7011
msgid "force edit of commit"
7012
msgstr "커밋 편집을 강제합니다"
7013
6704
-#: builtin/commit.c:1603
7014
+#: builtin/commit.c:1598
7015
msgid "default"
7016
msgstr "기본값"
7017
6708
-#: builtin/commit.c:1603 builtin/tag.c:354
7018
+#: builtin/commit.c:1598 builtin/tag.c:369
7019
msgid "how to strip spaces and #comments from message"
7020
msgstr "메시지에서 공백과 #주석을 지웁니다"
7021
6712
-#: builtin/commit.c:1604
7022
+#: builtin/commit.c:1599
7023
msgid "include status in commit message template"
7024
msgstr "커밋 메시지 서식에 상태를 포함합니다"
7025
6716
-#: builtin/commit.c:1606 builtin/merge.c:230 builtin/pull.c:166
7026
+#: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:166
7027
#: builtin/revert.c:93
7028
msgid "GPG sign commit"
7029
msgstr "GPG 서명 커밋"
7030
6721
-#: builtin/commit.c:1609
7031
+#: builtin/commit.c:1604
7032
msgid "Commit contents options"
7033
msgstr "커밋 내용 옵션"
7034
6725
-#: builtin/commit.c:1610
7035
+#: builtin/commit.c:1605
7036
msgid "commit all changed files"
7037
msgstr "변경된 파일을 모두 커밋합니다"
7038
6729
-#: builtin/commit.c:1611
7039
+#: builtin/commit.c:1606
7040
msgid "add specified files to index for commit"
7041
msgstr "지정한 파일을 커밋할 인덱스에 추가합니다"
7042
6733
-#: builtin/commit.c:1612
7043
+#: builtin/commit.c:1607
7044
msgid "interactively add files"
7045
msgstr "대화형으로 파일을 추가합니다"
7046
6737
-#: builtin/commit.c:1613
7047
+#: builtin/commit.c:1608
7048
msgid "interactively add changes"
7049
msgstr "대화형으로 변경 사항을 추가합니다"
7050
6741
-#: builtin/commit.c:1614
7051
+#: builtin/commit.c:1609
7052
msgid "commit only specified files"
7053
msgstr "지정한 파일만 커밋합니다"
7054
6745
-#: builtin/commit.c:1615
7055
+#: builtin/commit.c:1610
7056
msgid "bypass pre-commit and commit-msg hooks"
7057
msgstr "커밋 전 후크와 커밋 메시지 후크를 건너뜁니다"
7058
6749
-#: builtin/commit.c:1616
7059
+#: builtin/commit.c:1611
7060
msgid "show what would be committed"
7061
msgstr "무엇을 커밋할지 표시합니다"
7062
6753
-#: builtin/commit.c:1627
7063
+#: builtin/commit.c:1622
7064
msgid "amend previous commit"
7065
msgstr "바로 앞 커밋을 바꿉니다"
7066
6757
-#: builtin/commit.c:1628
7067
+#: builtin/commit.c:1623
7068
msgid "bypass post-rewrite hook"
7069
msgstr "다시쓰기 후 후크를 건너뜁니다"
7070
6761
-#: builtin/commit.c:1633
7071
+#: builtin/commit.c:1628
7072
msgid "ok to record an empty change"
7073
msgstr "빈 변경 사항을 기록하도록 허용합니다"
7074
6765
-#: builtin/commit.c:1635
7075
+#: builtin/commit.c:1630
7076
msgid "ok to record a change with an empty message"
7077
msgstr "빈 메시지와 같이 변경 사항을 기록하도록 허용합니다"
7078
6769
-#: builtin/commit.c:1664
7079
+#: builtin/commit.c:1659
7080
msgid "could not parse HEAD commit"
7081
msgstr "HEAD 커밋을 파싱할 수 없습니다"
7082
6773
-#: builtin/commit.c:1712
7083
+#: builtin/commit.c:1707
7084
#, c-format
7085
msgid "Corrupt MERGE_HEAD file (%s)"
7086
msgstr "손상된 MERGE_HEAD 파일 (%s)"
7087
6778
-#: builtin/commit.c:1719
7088
+#: builtin/commit.c:1714
7089
msgid "could not read MERGE_MODE"
7090
msgstr "MERGE_MODE를 읽을 수 없습니다"
7091
6782
-#: builtin/commit.c:1738
7092
+#: builtin/commit.c:1733
7093
#, c-format
7094
msgid "could not read commit message: %s"
7095
msgstr "커밋 메시지를 읽을 수 없습니다: %s"
7096
6787
-#: builtin/commit.c:1749
7097
+#: builtin/commit.c:1744
7098
#, c-format
7099
msgid "Aborting commit; you did not edit the message.\n"
7100
msgstr "커밋을 중지합니다. 메시지를 편집하지 않았습니다.\n"
7101
6792
-#: builtin/commit.c:1754
7102
+#: builtin/commit.c:1749
7103
#, c-format
7104
msgid "Aborting commit due to empty commit message.\n"
7105
msgstr "커밋을 중지합니다. 커밋 메시지가 비어 있습니다.\n"
7106
6797
-#: builtin/commit.c:1802
7107
+#: builtin/commit.c:1797
7108
msgid ""
7109
"Repository has been updated, but unable to write\n"
7110
"new_index file. Check that disk is not full and quota is\n"
@@ -7116,7 +7426,7 @@ msgstr "이름이 없습니다. 아무것도 설명할 수 없습니다."
7426
7427
#: builtin/describe.c:476
7428
msgid "--dirty is incompatible with commit-ishes"
7119
-msgstr "--dirty 옵션은 커밋같은 항목과 호환되지 않았습니다"
7429
+msgstr "--dirty 옵션은 커밋같은 항목과 호환되지 않습니다"
7430
7431
#: builtin/diff.c:86
7432
#, c-format
@@ -7147,6 +7457,91 @@ msgstr "두 개보다 많은 블롭이 주어졌습니다: '%s'"
7457
msgid "unhandled object '%s' given."
7458
msgstr "처리하지 않은 '%s' 오브젝트가 주어졌습니다."
7459
7460
+#: builtin/difftool.c:28
7461
+msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7462
+msgstr "git difftool [<옵션>] [<커밋> [<커밋>]] [--] [<경로>...]"
7463
+
7464
+#: builtin/difftool.c:241
7465
+#, c-format
7466
+msgid "failed: %d"
7467
+msgstr "실패: %d"
7468
+
7469
+#: builtin/difftool.c:342
7470
+msgid ""
7471
+"combined diff formats('-c' and '--cc') are not supported in\n"
7472
+"directory diff mode('-d' and '--dir-diff')."
7473
+msgstr ""
7474
+"컴바인드 diff 형식은 ('-c' 및 '--cc') 디렉터리 diff 모드에서는\n"
7475
+"('-d' 및 '--dir-diff') 지원하지 않습니다."
7476
+
7477
+#: builtin/difftool.c:567
7478
+#, c-format
7479
+msgid "both files modified: '%s' and '%s'."
7480
+msgstr "두 파일이 수정되었습니다: '%s' 및 '%s'."
7481
+
7482
+#: builtin/difftool.c:569
7483
+msgid "working tree file has been left."
7484
+msgstr "작업 폴더가 남겨져 있습니다."
7485
+
7486
+#: builtin/difftool.c:580
7487
+#, c-format
7488
+msgid "temporary files exist in '%s'."
7489
+msgstr "임시 파일이 '%s'에 있습니다."
7490
+
7491
+#: builtin/difftool.c:581
7492
+msgid "you may want to cleanup or recover these."
7493
+msgstr "이 파일을 지우거나 복구할 수 있습니다."
7494
+
7495
+#: builtin/difftool.c:626
7496
+msgid "use `diff.guitool` instead of `diff.tool`"
7497
+msgstr "`diff.tool` 대신 `diff.guitool`을 사용하십시오"
7498
+
7499
+#: builtin/difftool.c:628
7500
+msgid "perform a full-directory diff"
7501
+msgstr "전체 디렉터리 diff를 수행합니다"
7502
+
7503
+#: builtin/difftool.c:630
7504
+msgid "do not prompt before launching a diff tool"
7505
+msgstr "diff 도구를 실행하기 전에 프롬프트를 표시하지 않습니다"
7506
+
7507
+#: builtin/difftool.c:636
7508
+msgid "use symlinks in dir-diff mode"
7509
+msgstr "dir-diff 모드에서 심볼릭 링크를 사용합니다"
7510
+
7511
+#: builtin/difftool.c:637
7512
+msgid "<tool>"
7513
+msgstr "<도구>"
7514
+
7515
+#: builtin/difftool.c:638
7516
+msgid "use the specified diff tool"
7517
+msgstr "지정한 diff 도구를 사용합니다"
7518
+
7519
+#: builtin/difftool.c:640
7520
+msgid "print a list of diff tools that may be used with `--tool`"
7521
+msgstr "`--tool` 옵션에서 사용할 수 있는 diff 도구 목록을 표시합니다"
7522
+
7523
+#: builtin/difftool.c:643
7524
+msgid ""
7525
+"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7526
+"code"
7527
+msgstr "실행한 diff 도구가 0이 아닌 코드를 리턴하면 'git-difftool'이 끝나게 합니다"
7528
+
7529
+#: builtin/difftool.c:645
7530
+msgid "<command>"
7531
+msgstr "<명령>"
7532
+
7533
+#: builtin/difftool.c:646
7534
+msgid "specify a custom command for viewing diffs"
7535
+msgstr "diff를 보는 명령어를 사용자가 지정합니다"
7536
+
7537
+#: builtin/difftool.c:670
7538
+msgid "no <tool> given for --tool=<tool>"
7539
+msgstr "--tool=<도구> 옵션에 <도구>가 주어지지 않았습니다"
7540
+
7541
+#: builtin/difftool.c:677
7542
+msgid "no <cmd> given for --extcmd=<cmd>"
7543
+msgstr "--extcmd=<명령> 옵션에 <명령>이 주어지지 않았습니다"
7544
+
7545
#: builtin/fast-export.c:25
7546
msgid "git fast-export [rev-list-opts]"
7547
msgstr "git fast-export [rev-list-옵션]"
@@ -7303,77 +7698,77 @@ msgstr "레퍼런스맵"
7698
msgid "specify fetch refmap"
7699
msgstr "레퍼런스맵 가져오기를 지정합니다"
7700
7306
-#: builtin/fetch.c:398
7701
+#: builtin/fetch.c:395
7702
msgid "Couldn't find remote ref HEAD"
7703
msgstr "리모트 레퍼런스 HEAD를 찾을 수 없습니다"
7704
7310
-#: builtin/fetch.c:514
7705
+#: builtin/fetch.c:511
7706
#, c-format
7707
msgid "configuration fetch.output contains invalid value %s"
7708
msgstr "fetch.output 설정에 잘못된 값이 있습니다: %s"
7709
7315
-#: builtin/fetch.c:607
7710
+#: builtin/fetch.c:604
7711
#, c-format
7712
msgid "object %s not found"
7713
msgstr "%s 오브젝트가 없습니다"
7714
7320
-#: builtin/fetch.c:611
7715
+#: builtin/fetch.c:608
7716
msgid "[up to date]"
7717
msgstr "[최신 상태]"
7718
7324
-#: builtin/fetch.c:624 builtin/fetch.c:704
7719
+#: builtin/fetch.c:621 builtin/fetch.c:701
7720
msgid "[rejected]"
7721
msgstr "[거부됨]"
7722
7328
-#: builtin/fetch.c:625
7723
+#: builtin/fetch.c:622
7724
msgid "can't fetch in current branch"
7725
msgstr "현재 브랜치에서 가져올 수 없음"
7726
7332
-#: builtin/fetch.c:634
7727
+#: builtin/fetch.c:631
7728
msgid "[tag update]"
7729
msgstr "[태그 업데이트]"
7730
7336
-#: builtin/fetch.c:635 builtin/fetch.c:668 builtin/fetch.c:684
7337
-#: builtin/fetch.c:699
7731
+#: builtin/fetch.c:632 builtin/fetch.c:665 builtin/fetch.c:681
7732
+#: builtin/fetch.c:696
7733
msgid "unable to update local ref"
7734
msgstr "로컬 레퍼런스를 업데이트할 수 없습니다"
7735
7341
-#: builtin/fetch.c:654
7736
+#: builtin/fetch.c:651
7737
msgid "[new tag]"
7738
msgstr "[새로운 태그]"
7739
7345
-#: builtin/fetch.c:657
7740
+#: builtin/fetch.c:654
7741
msgid "[new branch]"
7742
msgstr "[새로운 브랜치]"
7743
7349
-#: builtin/fetch.c:660
7744
+#: builtin/fetch.c:657
7745
msgid "[new ref]"
7746
msgstr "[새로운 레퍼런스]"
7747
7353
-#: builtin/fetch.c:699
7748
+#: builtin/fetch.c:696
7749
msgid "forced update"
7750
msgstr "강제 업데이트"
7751
7357
-#: builtin/fetch.c:704
7752
+#: builtin/fetch.c:701
7753
msgid "non-fast-forward"
7754
msgstr "정방향 진행이 아님"
7755
7361
-#: builtin/fetch.c:749
7756
+#: builtin/fetch.c:746
7757
#, c-format
7758
msgid "%s did not send all necessary objects\n"
7759
msgstr "%s이(가) 모든 필요한 오브젝트를 보내지 않았습니다\n"
7760
7366
-#: builtin/fetch.c:769
7761
+#: builtin/fetch.c:766
7762
#, c-format
7763
msgid "reject %s because shallow roots are not allowed to be updated"
7764
msgstr "얕은 최상위의 업데이트가 허용되지 않으므로 %s을(를) 거부합니다"
7765
7371
-#: builtin/fetch.c:856 builtin/fetch.c:952
7766
+#: builtin/fetch.c:853 builtin/fetch.c:949
7767
#, c-format
7768
msgid "From %.*s\n"
7769
msgstr "%.*s URL에서\n"
7770
7376
-#: builtin/fetch.c:867
7771
+#: builtin/fetch.c:864
7772
#, c-format
7773
msgid ""
7774
"some local refs could not be updated; try running\n"
@@ -7382,55 +7777,55 @@ msgstr ""
7777
"업데이트할 수 없는 로컬 레퍼런스가 있습니다. 과거 충돌 브랜치를\n"
7778
" 제거하려면 'git remote prune %s' 명령을 실행해 보십시오"
7779
7385
-#: builtin/fetch.c:922
7780
+#: builtin/fetch.c:919
7781
#, c-format
7782
msgid " (%s will become dangling)"
7783
msgstr " (%s 레퍼런스가 연결이 끊어지게 됩니다)"
7784
7390
-#: builtin/fetch.c:923
7785
+#: builtin/fetch.c:920
7786
#, c-format
7787
msgid " (%s has become dangling)"
7788
msgstr " (%s 레퍼런스가 연결이 끊어졌습니다)"
7789
7395
-#: builtin/fetch.c:955
7790
+#: builtin/fetch.c:952
7791
msgid "[deleted]"
7792
msgstr "[삭제됨]"
7793
7399
-#: builtin/fetch.c:956 builtin/remote.c:1020
7794
+#: builtin/fetch.c:953 builtin/remote.c:1020
7795
msgid "(none)"
7796
msgstr "(없음)"
7797
7403
-#: builtin/fetch.c:979
7798
+#: builtin/fetch.c:976
7799
#, c-format
7800
msgid "Refusing to fetch into current branch %s of non-bare repository"
7801
msgstr "간략한 저장소가 아닌 저장소의 현재 %s 브랜치로 가져오기를 거절합니다"
7802
7408
-#: builtin/fetch.c:998
7803
+#: builtin/fetch.c:995
7804
#, c-format
7805
msgid "Option \"%s\" value \"%s\" is not valid for %s"
7806
msgstr "\"%s\" 옵션의 \"%s\" 값은 %s에 대해 올바르지 않습니다"
7807
7413
-#: builtin/fetch.c:1001
7808
+#: builtin/fetch.c:998
7809
#, c-format
7810
msgid "Option \"%s\" is ignored for %s\n"
7811
msgstr "\"%s\" 옵션은 '%s'에 대해 무시됩니다\n"
7812
7418
-#: builtin/fetch.c:1077
7813
+#: builtin/fetch.c:1074
7814
#, c-format
7815
msgid "Don't know how to fetch from %s"
7816
msgstr "'%s'에서 가져오는 방법을 알 수 없습니다"
7817
7423
-#: builtin/fetch.c:1237
7818
+#: builtin/fetch.c:1234
7819
#, c-format
7820
msgid "Fetching %s\n"
7821
msgstr "%s을(를) 가져오는 중\n"
7822
7428
-#: builtin/fetch.c:1239 builtin/remote.c:96
7823
+#: builtin/fetch.c:1236 builtin/remote.c:96
7824
#, c-format
7825
msgid "Could not fetch %s"
7826
msgstr "%s을(를) 가져올 수 없습니다"
7827
7433
-#: builtin/fetch.c:1257
7828
+#: builtin/fetch.c:1254
7829
msgid ""
7830
"No remote repository specified. Please, specify either a URL or a\n"
7831
"remote name from which new revisions should be fetched."
@@ -7438,41 +7833,41 @@ msgstr ""
7833
"리모트 저장소를 지정하지 않았습니다. 새 리비전을 가져올 수 있는\n"
7834
"URL이나 리모트 이름을 지정하십시오."
7835
7441
-#: builtin/fetch.c:1280
7836
+#: builtin/fetch.c:1277
7837
msgid "You need to specify a tag name."
7838
msgstr "태그 이름을 지정해야 합니다."
7839
7445
-#: builtin/fetch.c:1322
7840
+#: builtin/fetch.c:1319
7841
msgid "Negative depth in --deepen is not supported"
7842
msgstr "--deepen 옵션에 음수 깊이는 지원하지 않습니다"
7843
7449
-#: builtin/fetch.c:1324
7844
+#: builtin/fetch.c:1321
7845
msgid "--deepen and --depth are mutually exclusive"
7846
msgstr "-deepen, --depth 옵션 중 하나만 쓸 수 있습니다"
7847
7453
-#: builtin/fetch.c:1329
7848
+#: builtin/fetch.c:1326
7849
msgid "--depth and --unshallow cannot be used together"
7850
msgstr "--depth 및 --unshallow 옵션은 같이 쓸 수 없습니다"
7851
7457
-#: builtin/fetch.c:1331
7852
+#: builtin/fetch.c:1328
7853
msgid "--unshallow on a complete repository does not make sense"
7854
msgstr ""
7855
"완전한 저장소에 대해 --unshallow 옵션을 사용하는 건 앞뒤가 맞지 않습니다"
7856
7462
-#: builtin/fetch.c:1353
7857
+#: builtin/fetch.c:1350
7858
msgid "fetch --all does not take a repository argument"
7859
msgstr "fetch --all 명령에 저장소 인자가 없습니다"
7860
7466
-#: builtin/fetch.c:1355
7861
+#: builtin/fetch.c:1352
7862
msgid "fetch --all does not make sense with refspecs"
7863
msgstr "fetch --all 명령은 레퍼런스명세 인자와 같이 쓰면 앞뒤가 맞지 않습니다"
7864
7470
-#: builtin/fetch.c:1366
7865
+#: builtin/fetch.c:1363
7866
#, c-format
7867
msgid "No such remote or remote group: %s"
7868
msgstr "그런 리모트나 리모트 그룹이 없습니다: %s"
7869
7475
-#: builtin/fetch.c:1374
7870
+#: builtin/fetch.c:1371
7871
msgid "Fetching a group and specifying refspecs does not make sense"
7872
msgstr "그룹을 가져오고 레퍼런스명세를 지정하면 앞뒤가 맞지 않습니다"
7873
@@ -7538,7 +7933,7 @@ msgstr "티클에 적합하게 플레이스홀더를 인용합니다"
7933
msgid "show only <n> matched refs"
7934
msgstr "<n>개의 해당하는 레퍼런스만 표시합니다"
7935
7541
-#: builtin/for-each-ref.c:37 builtin/tag.c:372
7936
+#: builtin/for-each-ref.c:37 builtin/tag.c:387 builtin/verify-tag.c:38
7937
msgid "format to use for the output"
7938
msgstr "출력에 사용할 형식"
7939
@@ -7558,63 +7953,63 @@ msgstr "병합하지 않는 레퍼런스만 표시합니다"
7953
msgid "print only refs which contain the commit"
7954
msgstr "커밋이 들어 있는 레퍼런스만 표시합니다"
7955
7561
-#: builtin/fsck.c:519
7956
+#: builtin/fsck.c:554
7957
msgid "Checking object directories"
7958
msgstr "오브젝트 디렉터리를 확인하는 중입니다"
7959
7565
-#: builtin/fsck.c:588
7960
+#: builtin/fsck.c:646
7961
msgid "git fsck [<options>] [<object>...]"
7962
msgstr "git fsck [<옵션>] [<오브젝트>...]"
7963
7569
-#: builtin/fsck.c:594
7964
+#: builtin/fsck.c:652
7965
msgid "show unreachable objects"
7966
msgstr "접근할 수 없는 오브젝트를 표시합니다"
7967
7573
-#: builtin/fsck.c:595
7968
+#: builtin/fsck.c:653
7969
msgid "show dangling objects"
7970
msgstr "연결이 끊어진 오브젝트를 표시합니다"
7971
7577
-#: builtin/fsck.c:596
7972
+#: builtin/fsck.c:654
7973
msgid "report tags"
7974
msgstr "태그를 알립니다"
7975
7581
-#: builtin/fsck.c:597
7976
+#: builtin/fsck.c:655
7977
msgid "report root nodes"
7978
msgstr "최상위 노드를 알립니다"
7979
7585
-#: builtin/fsck.c:598
7980
+#: builtin/fsck.c:656
7981
msgid "make index objects head nodes"
7982
msgstr "인덱스 오브젝트 헤드 노드를 만듭니다"
7983
7589
-#: builtin/fsck.c:599
7984
+#: builtin/fsck.c:657
7985
msgid "make reflogs head nodes (default)"
7986
msgstr "reflog 헤드 노드를 만듭니다 (기본값)"
7987
7593
-#: builtin/fsck.c:600
7988
+#: builtin/fsck.c:658
7989
msgid "also consider packs and alternate objects"
7990
msgstr "묶음과 보조 오브젝트도 만듭니다"
7991
7597
-#: builtin/fsck.c:601
7992
+#: builtin/fsck.c:659
7993
msgid "check only connectivity"
7994
msgstr "연결만 확인합니다"
7995
7601
-#: builtin/fsck.c:602
7996
+#: builtin/fsck.c:660
7997
msgid "enable more strict checking"
7998
msgstr "더 엄격하게 확인합니다"
7999
7605
-#: builtin/fsck.c:604
8000
+#: builtin/fsck.c:662
8001
msgid "write dangling objects in .git/lost-found"
8002
msgstr ".git/lost-found 안에 연결이 끊어진 오브젝트를 씁니다"
8003
7609
-#: builtin/fsck.c:605 builtin/prune.c:107
8004
+#: builtin/fsck.c:663 builtin/prune.c:107
8005
msgid "show progress"
8006
msgstr "진행 상황을 표시합니다"
8007
7613
-#: builtin/fsck.c:606
8008
+#: builtin/fsck.c:664
8009
msgid "show verbose names for reachable objects"
8010
msgstr "접근할 수 없는 오브젝트의 이름을 자세히 표시합니다"
8011
7617
-#: builtin/fsck.c:665
8012
+#: builtin/fsck.c:725
8013
msgid "Checking objects"
8014
msgstr "오브젝트를 확인합니다"
8015
@@ -7632,7 +8027,7 @@ msgstr "잘못된 %s: '%s'"
8027
msgid "insanely long object directory %.*s"
8028
msgstr "비정상적으로 긴 오브젝트 디렉터리 %.*s"
8029
7635
-#: builtin/gc.c:290
8030
+#: builtin/gc.c:297
8031
#, c-format
8032
msgid ""
8033
"The last gc run reported the following. Please correct the root cause\n"
@@ -7647,38 +8042,38 @@ msgstr ""
8042
"\n"
8043
"%s"
8044
7650
-#: builtin/gc.c:327
8045
+#: builtin/gc.c:334
8046
msgid "prune unreferenced objects"
8047
msgstr "레퍼런스하지 않는 오브젝트를 잘라냅니다"
8048
7654
-#: builtin/gc.c:329
8049
+#: builtin/gc.c:336
8050
msgid "be more thorough (increased runtime)"
8051
msgstr "더 자세히 검사합니다 (실행 시간 늘어남)"
8052
7658
-#: builtin/gc.c:330
8053
+#: builtin/gc.c:337
8054
msgid "enable auto-gc mode"
8055
msgstr "자동 가비지컬렉터 모드를 사용합니다"
8056
7662
-#: builtin/gc.c:331
8057
+#: builtin/gc.c:338
8058
msgid "force running gc even if there may be another gc running"
8059
msgstr "이미 가비지컬렉터가 실행 중이더라도 강제로 가비지컬렉터를 실행합니다"
8060
7666
-#: builtin/gc.c:373
8061
+#: builtin/gc.c:380
8062
#, c-format
8063
msgid "Auto packing the repository in background for optimum performance.\n"
8064
msgstr "최적 성능을 위해 백그라운드에서 자동으로 저장소의 묶음을 만듭니다.\n"
8065
7671
-#: builtin/gc.c:375
8066
+#: builtin/gc.c:382
8067
#, c-format
8068
msgid "Auto packing the repository for optimum performance.\n"
8069
msgstr "최적 성능을 위해 자동으로 저장소의 묶음을 만듭니다.\n"
8070
7676
-#: builtin/gc.c:376
8071
+#: builtin/gc.c:383
8072
#, c-format
8073
msgid "See \"git help gc\" for manual housekeeping.\n"
8074
msgstr "수동 관리 작업은 \"git help gc\" 내용을 참고하십시오.\n"
8075
7681
-#: builtin/gc.c:397
8076
+#: builtin/gc.c:404
8077
#, c-format
8078
msgid ""
8079
"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
@@ -7686,240 +8081,256 @@ msgstr ""
8081
"가비지컬렉터가 이미 '%s' 컴퓨터에서 %<PRIuMAX> PID로 실행 중입니다 (아니면 --"
8082
"force를 사용하십시오)"
8083
7689
-#: builtin/gc.c:441
8084
+#: builtin/gc.c:448
8085
msgid ""
8086
"There are too many unreachable loose objects; run 'git prune' to remove them."
8087
msgstr ""
8088
"느슨한 오브젝트가 너무 많습니다. 제거하려면 'git prune'을 실행하십시오."
8089
7695
-#: builtin/grep.c:23
8090
+#: builtin/grep.c:25
8091
msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8092
msgstr "git grep [<옵션>] [-e] <패턴> [<리비전>...] [[--] <경로>...]"
8093
7699
-#: builtin/grep.c:219
8094
+#: builtin/grep.c:232
8095
#, c-format
8096
msgid "grep: failed to create thread: %s"
8097
msgstr "grep: 스레드를 만드는데 실패했습니다: %s"
8098
7704
-#: builtin/grep.c:277
8099
+#: builtin/grep.c:290
8100
#, c-format
8101
msgid "invalid number of threads specified (%d) for %s"
8102
msgstr "잘못된 스레드 수를 %2$s에 대해 지정했습니다 (%1$d)"
8103
7709
-#: builtin/grep.c:453 builtin/grep.c:488
8104
+#: builtin/grep.c:763 builtin/grep.c:804
8105
#, c-format
8106
msgid "unable to read tree (%s)"
8107
msgstr "트리를 읽을 수 없습니다 (%s)"
8108
7714
-#: builtin/grep.c:503
8109
+#: builtin/grep.c:823
8110
#, c-format
8111
msgid "unable to grep from object of type %s"
8112
msgstr "종류가 %s인 오브젝트에서 grep을 할 수 없습니다"
8113
7719
-#: builtin/grep.c:561
8114
+#: builtin/grep.c:887
8115
#, c-format
8116
msgid "switch `%c' expects a numerical value"
8117
msgstr "`%c' 옵션에는 숫자 값이 와야 합니다"
8118
7724
-#: builtin/grep.c:647
8119
+#: builtin/grep.c:973
8120
msgid "search in index instead of in the work tree"
8121
msgstr "작업 폴더 대신에 인덱스에서 검색합니다"
8122
7728
-#: builtin/grep.c:649
8123
+#: builtin/grep.c:975
8124
msgid "find in contents not managed by git"
8125
msgstr "깃으로 관리하지 않은 내용에서 찾습니다"
8126
7732
-#: builtin/grep.c:651
8127
+#: builtin/grep.c:977
8128
msgid "search in both tracked and untracked files"
8129
msgstr "추적되는 파일과 추적되지 않는 파일 모두에서 검색합니다"
8130
7736
-#: builtin/grep.c:653
8131
+#: builtin/grep.c:979
8132
msgid "ignore files specified via '.gitignore'"
8133
msgstr "'.gitignore'로 지정한 파일을 무시합니다"
8134
7740
-#: builtin/grep.c:656
8135
+#: builtin/grep.c:981
8136
+msgid "recursivley search in each submodule"
8137
+msgstr "하위 모듈에 재귀적으로 검색합니다"
8138
+
8139
+#: builtin/grep.c:983
8140
+msgid "basename"
8141
+msgstr "베이스이름"
8142
+
8143
+#: builtin/grep.c:984
8144
+msgid "prepend parent project's basename to output"
8145
+msgstr "프로젝트의 베이스일므을 출력 앞에 붙입니다"
8146
+
8147
+#: builtin/grep.c:987
8148
msgid "show non-matching lines"
8149
msgstr "일치하지 않는 줄을 표시합니다"
8150
7744
-#: builtin/grep.c:658
8151
+#: builtin/grep.c:989
8152
msgid "case insensitive matching"
7746
-msgstr "대소문자 구별하지 않고 맞춥니다"
8153
+msgstr "대소문자 구별하지 않고 비교합니다"
8154
7748
-#: builtin/grep.c:660
8155
+#: builtin/grep.c:991
8156
msgid "match patterns only at word boundaries"
8157
msgstr "단어 경계 부분에 대해서만 패턴을 맞춥니다"
8158
7752
-#: builtin/grep.c:662
8159
+#: builtin/grep.c:993
8160
msgid "process binary files as text"
8161
msgstr "바이너리 파일을 텍스트로 처리합니다"
8162
7756
-#: builtin/grep.c:664
8163
+#: builtin/grep.c:995
8164
msgid "don't match patterns in binary files"
8165
msgstr "바이너리 파일에서 패턴을 맞추지 않습니다"
8166
7760
-#: builtin/grep.c:667
8167
+#: builtin/grep.c:998
8168
msgid "process binary files with textconv filters"
8169
msgstr "textconv 필터를 사용해 바이너리 파일을 처리합니다"
8170
7764
-#: builtin/grep.c:669
8171
+#: builtin/grep.c:1000
8172
msgid "descend at most <depth> levels"
8173
msgstr "최대 <깊이> 단계만큼 내려갑니다"
8174
7768
-#: builtin/grep.c:673
8175
+#: builtin/grep.c:1004
8176
msgid "use extended POSIX regular expressions"
8177
msgstr "POSIX 확장 정규식을 사용합니다"
8178
7772
-#: builtin/grep.c:676
8179
+#: builtin/grep.c:1007
8180
msgid "use basic POSIX regular expressions (default)"
8181
msgstr "기본 POSIX 정규식을 사용합니다 (기본값)"
8182
7776
-#: builtin/grep.c:679
8183
+#: builtin/grep.c:1010
8184
msgid "interpret patterns as fixed strings"
8185
msgstr "패턴을 고정 문자열로 해석합니다"
8186
7780
-#: builtin/grep.c:682
8187
+#: builtin/grep.c:1013
8188
msgid "use Perl-compatible regular expressions"
8189
msgstr "펄과 호환되는 정규식을 사용합니다"
8190
7784
-#: builtin/grep.c:685
8191
+#: builtin/grep.c:1016
8192
msgid "show line numbers"
8193
msgstr "줄 번호를 표시합니다"
8194
7788
-#: builtin/grep.c:686
8195
+#: builtin/grep.c:1017
8196
msgid "don't show filenames"
8197
msgstr "파일 이름을 표시하지 않습니다"
8198
7792
-#: builtin/grep.c:687
8199
+#: builtin/grep.c:1018
8200
msgid "show filenames"
8201
msgstr "파일 이름을 표시합니다"
8202
7796
-#: builtin/grep.c:689
8203
+#: builtin/grep.c:1020
8204
msgid "show filenames relative to top directory"
8205
msgstr "파일 이름을 최상위 디렉터리 상대 경로로 표시합니다"
8206
7800
-#: builtin/grep.c:691
8207
+#: builtin/grep.c:1022
8208
msgid "show only filenames instead of matching lines"
8209
msgstr "일치하는 줄을 표시하지 않고 파일 이름만 표시합니다"
8210
7804
-#: builtin/grep.c:693
8211
+#: builtin/grep.c:1024
8212
msgid "synonym for --files-with-matches"
8213
msgstr "--files-with-matches 옵션과 동일"
8214
7808
-#: builtin/grep.c:696
8215
+#: builtin/grep.c:1027
8216
msgid "show only the names of files without match"
8217
msgstr "일치하지 않는 파일의 이름만 표시합니다"
8218
7812
-#: builtin/grep.c:698
8219
+#: builtin/grep.c:1029
8220
msgid "print NUL after filenames"
8221
msgstr "파일 이름 다음에 NUL을 출력합니다"
8222
7816
-#: builtin/grep.c:700
8223
+#: builtin/grep.c:1031
8224
msgid "show the number of matches instead of matching lines"
8225
msgstr "일치하는 줄을 표시하지 않고 일치하는 수를 표시합니다"
8226
7820
-#: builtin/grep.c:701
8227
+#: builtin/grep.c:1032
8228
msgid "highlight matches"
8229
msgstr "일치하는 부분을 강조합니다"
8230
7824
-#: builtin/grep.c:703
8231
+#: builtin/grep.c:1034
8232
msgid "print empty line between matches from different files"
8233
msgstr "다른 파일 사이에 일치하는 부분의 사이에 빈 줄을 출력합니다"
8234
7828
-#: builtin/grep.c:705
8235
+#: builtin/grep.c:1036
8236
msgid "show filename only once above matches from same file"
8237
msgstr "같은 파일에서 여러 개가 일치하면 파일 이름을 한 번만 표시합니다"
8238
7832
-#: builtin/grep.c:708
8239
+#: builtin/grep.c:1039
8240
msgid "show <n> context lines before and after matches"
8241
msgstr "일치하는 부분 앞뒤에 컨텍스트를 <n>줄 표시합니다"
8242
7836
-#: builtin/grep.c:711
8243
+#: builtin/grep.c:1042
8244
msgid "show <n> context lines before matches"
8245
msgstr "일치하는 부분 앞에 컨텍스트를 <n>줄 표시합니다"
8246
7840
-#: builtin/grep.c:713
8247
+#: builtin/grep.c:1044
8248
msgid "show <n> context lines after matches"
8249
msgstr "일치하는 부분 뒤에 컨텍스트를 <n>줄 표시합니다"
8250
7844
-#: builtin/grep.c:715
8251
+#: builtin/grep.c:1046
8252
msgid "use <n> worker threads"
8253
msgstr "<n>개의 작업 스레드를 사용합니다"
8254
7848
-#: builtin/grep.c:716
8255
+#: builtin/grep.c:1047
8256
msgid "shortcut for -C NUM"
8257
msgstr "-C NUM 옵션의 줄임"
8258
7852
-#: builtin/grep.c:719
8259
+#: builtin/grep.c:1050
8260
msgid "show a line with the function name before matches"
8261
msgstr "일치 항목 앞에 함수 이름 줄을 표시합니다"
8262
7856
-#: builtin/grep.c:721
8263
+#: builtin/grep.c:1052
8264
msgid "show the surrounding function"
8265
msgstr "들어 있는 함수를 표시합니다"
8266
7860
-#: builtin/grep.c:724
8267
+#: builtin/grep.c:1055
8268
msgid "read patterns from file"
8269
msgstr "파일에서 패턴을 읽습니다"
8270
7864
-#: builtin/grep.c:726
8271
+#: builtin/grep.c:1057
8272
msgid "match <pattern>"
8273
msgstr "<패턴>과 일치"
8274
7868
-#: builtin/grep.c:728
8275
+#: builtin/grep.c:1059
8276
msgid "combine patterns specified with -e"
8277
msgstr "-e 옵션으로 지정한 패턴을 결합합니다"
8278
7872
-#: builtin/grep.c:740
8279
+#: builtin/grep.c:1071
8280
msgid "indicate hit with exit status without output"
8281
msgstr "출력하지 않고 일치하는 항목을 exit() 상태 번호로 리턴합니다"
8282
7876
-#: builtin/grep.c:742
8283
+#: builtin/grep.c:1073
8284
msgid "show only matches from files that match all patterns"
8285
msgstr "모든 패턴과 일치하는 파일의 일치하는 부분만 표시합니다"
8286
7880
-#: builtin/grep.c:744
8287
+#: builtin/grep.c:1075
8288
msgid "show parse tree for grep expression"
8289
msgstr "grep 표현식에 대한 파싱 트리를 표시합니다"
8290
7884
-#: builtin/grep.c:748
8291
+#: builtin/grep.c:1079
8292
msgid "pager"
8293
msgstr "페이저"
8294
7888
-#: builtin/grep.c:748
8295
+#: builtin/grep.c:1079
8296
msgid "show matching files in the pager"
8297
msgstr "일치하는 파일을 페이저 프로그램에서 표시합니다"
8298
7892
-#: builtin/grep.c:751
8299
+#: builtin/grep.c:1082
8300
msgid "allow calling of grep(1) (ignored by this build)"
8301
msgstr "grep(1) 실행을 허용합니다 (이 빌드에서는 무시)"
8302
7896
-#: builtin/grep.c:814
8303
+#: builtin/grep.c:1146
8304
msgid "no pattern given."
8305
msgstr "패턴을 지정하지 않았습니다."
8306
7900
-#: builtin/grep.c:846 builtin/index-pack.c:1480
8307
+#: builtin/grep.c:1178 builtin/index-pack.c:1482
8308
#, c-format
8309
msgid "invalid number of threads specified (%d)"
8310
msgstr "잘못된 스레드 수를 지정했습니다 (%d)"
8311
7905
-#: builtin/grep.c:876
8312
+#: builtin/grep.c:1215
8313
msgid "--open-files-in-pager only works on the worktree"
8314
msgstr "--open-files-in-pager 옵션은 작업 폴더에서만 동작합니다"
8315
7909
-#: builtin/grep.c:902
8316
+#: builtin/grep.c:1238
8317
+msgid "option not supported with --recurse-submodules."
8318
+msgstr "--recurse-submodules와 같이 지원하지 않는 옵션입니다."
8319
+
8320
+#: builtin/grep.c:1244
8321
msgid "--cached or --untracked cannot be used with --no-index."
8322
msgstr ""
8323
"--cached 또는 --untracked 옵션은 --no-index 옵션과 같이 쓸 수 없습니다."
8324
7914
-#: builtin/grep.c:907
8325
+#: builtin/grep.c:1249
8326
msgid "--no-index or --untracked cannot be used with revs."
8327
msgstr "--no-index 또는 --untracked 옵션은 리비전과 같이 쓸 수 없습니다."
8328
7918
-#: builtin/grep.c:910
8329
+#: builtin/grep.c:1252
8330
msgid "--[no-]exclude-standard cannot be used for tracked contents."
8331
msgstr "--[no-]exclude-standard 옵션은 추적되는 내용에 대해 쓸 수 없습니다."
8332
7922
-#: builtin/grep.c:918
8333
+#: builtin/grep.c:1260
8334
msgid "both --cached and trees are given."
8335
msgstr "--cached 옵션과 트리를 모두 지정했습니다."
8336
@@ -8195,179 +8606,183 @@ msgid "serious inflate inconsistency"
8606
msgstr "심각한 inflate 부조화"
8607
8608
#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8198
-#: builtin/index-pack.c:811 builtin/index-pack.c:820
8609
+#: builtin/index-pack.c:813 builtin/index-pack.c:822
8610
#, c-format
8611
msgid "SHA1 COLLISION FOUND WITH %s !"
8612
msgstr "SHA1 충돌이 %s에서 발견되었습니다!"
8613
8203
-#: builtin/index-pack.c:751 builtin/pack-objects.c:166
8204
-#: builtin/pack-objects.c:258
8614
+#: builtin/index-pack.c:751 builtin/pack-objects.c:164
8615
+#: builtin/pack-objects.c:256
8616
#, c-format
8617
msgid "unable to read %s"
8618
msgstr "%s을(를) 읽을 수 없습니다"
8619
8209
-#: builtin/index-pack.c:817
8620
+#: builtin/index-pack.c:819
8621
#, c-format
8622
msgid "cannot read existing object %s"
8623
msgstr "기존 %s 오브젝트를 읽을 수 없습니다"
8624
8214
-#: builtin/index-pack.c:831
8625
+#: builtin/index-pack.c:833
8626
#, c-format
8627
msgid "invalid blob object %s"
8628
msgstr "잘못된 블롭 오브젝트 %s"
8629
8219
-#: builtin/index-pack.c:845
8630
+#: builtin/index-pack.c:847
8631
#, c-format
8632
msgid "invalid %s"
8633
msgstr "잘못된 %s"
8634
8224
-#: builtin/index-pack.c:848
8635
+#: builtin/index-pack.c:850
8636
msgid "Error in object"
8637
msgstr "오브젝트에 오류"
8638
8228
-#: builtin/index-pack.c:850
8639
+#: builtin/index-pack.c:852
8640
#, c-format
8641
msgid "Not all child objects of %s are reachable"
8642
msgstr "%s의 모든 하위 오브젝트에 접근할 수 없습니다"
8643
8233
-#: builtin/index-pack.c:922 builtin/index-pack.c:953
8644
+#: builtin/index-pack.c:924 builtin/index-pack.c:955
8645
msgid "failed to apply delta"
8646
msgstr "델타를 적용하는데 실패했습니다"
8647
8237
-#: builtin/index-pack.c:1123
8648
+#: builtin/index-pack.c:1125
8649
msgid "Receiving objects"
8650
msgstr "오브젝트를 받는 중"
8651
8241
-#: builtin/index-pack.c:1123
8652
+#: builtin/index-pack.c:1125
8653
msgid "Indexing objects"
8654
msgstr "오브젝트 인덱스를 만드는 중"
8655
8245
-#: builtin/index-pack.c:1155
8656
+#: builtin/index-pack.c:1157
8657
msgid "pack is corrupted (SHA1 mismatch)"
8658
msgstr "묶음이 손상되었습니다 (SHA1 일치하지 않음)"
8659
8249
-#: builtin/index-pack.c:1160
8660
+#: builtin/index-pack.c:1162
8661
msgid "cannot fstat packfile"
8662
msgstr "묶음 파일에 대해 fstat()할 수 없습니다"
8663
8253
-#: builtin/index-pack.c:1163
8664
+#: builtin/index-pack.c:1165
8665
msgid "pack has junk at the end"
8666
msgstr "묶음의 끝에 쓰레기 데이터가 있습니다"
8667
8257
-#: builtin/index-pack.c:1174
8668
+#: builtin/index-pack.c:1176
8669
msgid "confusion beyond insanity in parse_pack_objects()"
8670
msgstr "parse_pack_objects()에서 극심한 혼란"
8671
8261
-#: builtin/index-pack.c:1197
8672
+#: builtin/index-pack.c:1199
8673
msgid "Resolving deltas"
8674
msgstr "델타를 알아내는 중"
8675
8265
-#: builtin/index-pack.c:1208
8676
+#: builtin/index-pack.c:1210
8677
#, c-format
8678
msgid "unable to create thread: %s"
8679
msgstr "스레드를 만들 수 없습니다: %s"
8680
8270
-#: builtin/index-pack.c:1250
8681
+#: builtin/index-pack.c:1252
8682
msgid "confusion beyond insanity"
8683
msgstr "극심한 혼란"
8684
8274
-#: builtin/index-pack.c:1256
8685
+#: builtin/index-pack.c:1258
8686
#, c-format
8687
msgid "completed with %d local object"
8688
msgid_plural "completed with %d local objects"
8689
msgstr[0] "로컬 오브젝트 %d개 마침"
8690
8280
-#: builtin/index-pack.c:1268
8691
+#: builtin/index-pack.c:1270
8692
#, c-format
8693
msgid "Unexpected tail checksum for %s (disk corruption?)"
8694
msgstr "%s에 대해 예상치 못한 테일 체크섬 (디스크 손상?)"
8695
8285
-#: builtin/index-pack.c:1272
8696
+#: builtin/index-pack.c:1274
8697
#, c-format
8698
msgid "pack has %d unresolved delta"
8699
msgid_plural "pack has %d unresolved deltas"
8700
msgstr[0] "묶음에 알아내지 못한 델타 %d개가 있습니다"
8701
8291
-#: builtin/index-pack.c:1296
8702
+#: builtin/index-pack.c:1298
8703
#, c-format
8704
msgid "unable to deflate appended object (%d)"
8705
msgstr "추가한 오브젝트를 deflate할 수 없습니다 (%d)"
8706
This file is too large to show in full.