l10n: ko.po: Update Korean translation

Signed-off-by: Changwoo Ryu <cwryu@debian.org>

Changwoo Ryu committed Aug 21, 2016 at 22:44 UTC ec584cd69a86a408fe8f0768ed7c54f58dec2502
1 file changed +2908 -1757
po/ko.po
+2908 -1757
@@ -39,6 +39,7 @@
39 # | log | 기록 |
40 # | merge | 병합 |
41 # | note | 노트 |
42 +# | octopus | 옥토퍼스 (병합 전략) |
43 # | pack | 묶음 |
44 # | pathspec | 경로명세 |
45 # | rebase | 리베이스 |
@@ -57,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"
60 -"POT-Creation-Date: 2016-05-24 23:42+0800\n"
61 -"PO-Revision-Date: 2016-06-12 01:20+0900\n"
61 +"POT-Creation-Date: 2016-08-15 22:43+0800\n"
62 +"PO-Revision-Date: 2016-08-21 22:41+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"
@@ -73,7 +74,32 @@ msgstr ""
74 msgid "hint: %.*s\n"
75 msgstr "힌트: %.*s\n"
76
76 -#: advice.c:88
77 +#: advice.c:83
78 +msgid "Cherry-picking is not possible because you have unmerged files."
79 +msgstr "병합하지 않은 파일이 있으므로, 커밋 빼오기를 할 수 없습니다."
80 +
81 +#: advice.c:85
82 +msgid "Committing is not possible because you have unmerged files."
83 +msgstr "병합하지 않은 파일이 있으므로, 커밋할 수 없습니다."
84 +
85 +#: advice.c:87
86 +msgid "Merging is not possible because you have unmerged files."
87 +msgstr "병합하지 않은 파일이 있으므로, 병합할 수 없습니다."
88 +
89 +#: advice.c:89
90 +msgid "Pulling is not possible because you have unmerged files."
91 +msgstr "병합하지 않은 파일이 있으므로, 풀을 할 수 없습니다."
92 +
93 +#: advice.c:91
94 +msgid "Reverting is not possible because you have unmerged files."
95 +msgstr "병합하지 않은 파일이 있으므로, 되돌리기를 할 수 없습니다."
96 +
97 +#: advice.c:93
98 +#, c-format
99 +msgid "It is not possible to %s because you have unmerged files."
100 +msgstr "병합하지 않은 파일이 있으므로, %s 할 수 없습니다."
101 +
102 +#: advice.c:101
103 msgid ""
104 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
105 "as appropriate to mark resolution and make a commit."
@@ -81,18 +107,49 @@ msgstr ""
107 "작업 폴더에서 문제를 바로잡은 다음, 'git add/rm <파일>'을 적절히\n"
108 "사용해 해결 표시하고 커밋하십시오."
109
84 -#: advice.c:101 builtin/merge.c:1238
110 +#: advice.c:109
111 +msgid "Exiting because of an unresolved conflict."
112 +msgstr "해결하지 못한 충돌 때문에 끝납니다."
113 +
114 +#: advice.c:114 builtin/merge.c:1181
115 msgid "You have not concluded your merge (MERGE_HEAD exists)."
116 msgstr "병합 작업을 다 마치지 않았습니다 (MERGE_HEAD 파일이 있습니다)."
117
88 -#: advice.c:103
118 +#: advice.c:116
119 msgid "Please, commit your changes before merging."
120 msgstr "병합하기 전에 변경 사항을 커밋하십시오."
121
92 -#: advice.c:104
122 +#: advice.c:117
123 msgid "Exiting because of unfinished merge."
124 msgstr "병합을 마치지 못했기 때문에 끝납니다."
125
126 +#: advice.c:123
127 +#, c-format
128 +msgid ""
129 +"Note: checking out '%s'.\n"
130 +"\n"
131 +"You are in 'detached HEAD' state. You can look around, make experimental\n"
132 +"changes and commit them, and you can discard any commits you make in this\n"
133 +"state without impacting any branches by performing another checkout.\n"
134 +"\n"
135 +"If you want to create a new branch to retain commits you create, you may\n"
136 +"do so (now or later) by using -b with the checkout command again. Example:\n"
137 +"\n"
138 +" git checkout -b <new-branch-name>\n"
139 +"\n"
140 +msgstr ""
141 +"주의: '%s' 체크아웃하기.\n"
142 +"\n"
143 +"지금 'HEAD가 분리된' 상태입니다. 이 상태에서는 여기저기 돌아보고,\n"
144 +"실험적으로 바꾼고 커밋하더라도, 체크아웃할 수 잇는 다른 브랜치에\n"
145 +"영향을 미치지 않고 변경 사항을 잃어버릴 수 있습니다.\n"
146 +"\n"
147 +"커밋을 유지하는 브랜치를 새로 만드려면, (지금이든 나중이든) 체크아웃\n"
148 +"명령을 다시 하면서 -b 옵션을 사용하면 됩니다. 예를 들어:\n"
149 +"\n"
150 +" git checkout -b <새-브랜치-이름>\n"
151 +"\n"
152 +
153 #: archive.c:12
154 msgid "git archive [<options>] <tree-ish> [<path>...]"
155 msgstr "git archive [<옵션>] <트리-따위> [<경로>...]"
@@ -112,7 +169,7 @@ msgstr ""
169 msgid "git archive --remote <repo> [--exec <cmd>] --list"
170 msgstr "git archive --remote <저장소> [--exec <명령>] --list"
171
115 -#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
172 +#: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
173 #, c-format
174 msgid "pathspec '%s' did not match any files"
175 msgstr "'%s' 경로명세가 어떤 파일과도 일치하지 않습니다"
@@ -125,7 +182,7 @@ msgstr "형식"
182 msgid "archive format"
183 msgstr "압축 형식"
184
128 -#: archive.c:430 builtin/log.c:1395
185 +#: archive.c:430 builtin/log.c:1422
186 msgid "prefix"
187 msgstr "접두어"
188
@@ -133,10 +190,10 @@ msgstr "접두어"
190 msgid "prepend prefix to each pathname in the archive"
191 msgstr "아카이브의 각 경로 이름의 앞에 지정한 경로를 붙입니다"
192
136 -#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2548 builtin/blame.c:2549
137 -#: builtin/config.c:60 builtin/fast-export.c:987 builtin/fast-export.c:989
138 -#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:459
139 -#: builtin/ls-files.c:462 builtin/notes.c:398 builtin/notes.c:561
193 +#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553 builtin/blame.c:2554
194 +#: builtin/config.c:59 builtin/fast-export.c:987 builtin/fast-export.c:989
195 +#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:460
196 +#: builtin/ls-files.c:463 builtin/notes.c:399 builtin/notes.c:562
197 #: builtin/read-tree.c:109 parse-options.h:153
198 msgid "file"
199 msgstr "파일"
@@ -170,7 +227,7 @@ msgid "list supported archive formats"
227 msgstr "지원하는 압축 형식의 목록을 표시합니다"
228
229 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
173 -#: builtin/submodule--helper.c:776
230 +#: builtin/submodule--helper.c:832
231 msgid "repo"
232 msgstr "저장소"
233
@@ -178,7 +235,7 @@ msgstr "저장소"
235 msgid "retrieve the archive from remote repository <repo>"
236 msgstr "원격 저장소 <저장소>에서 아카이브를 가져옵니다"
237
181 -#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
238 +#: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
239 msgid "command"
240 msgstr "명령"
241
@@ -186,6 +243,28 @@ msgstr "명령"
243 msgid "path to the remote git-upload-archive command"
244 msgstr "원격 git-upload-archive 명령의 경로"
245
246 +#: archive.c:461
247 +msgid "Unexpected option --remote"
248 +msgstr "예상치 못한 옵션 --remote"
249 +
250 +#: archive.c:463
251 +msgid "Option --exec can only be used together with --remote"
252 +msgstr "--exec 옵션은 --remote 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
253 +
254 +#: archive.c:465
255 +msgid "Unexpected option --output"
256 +msgstr "예상치 못한 옵션 --output"
257 +
258 +#: archive.c:487
259 +#, c-format
260 +msgid "Unknown archive format '%s'"
261 +msgstr "알 수 없는 아카이브 형식 '%s'"
262 +
263 +#: archive.c:494
264 +#, c-format
265 +msgid "Argument not supported for format '%s': -%d"
266 +msgstr "'%s' 형식에서는 지원하지 않는 인자: -%d"
267 +
268 #: attr.c:263
269 msgid ""
270 "Negative patterns are ignored in git attributes\n"
@@ -194,6 +273,127 @@ msgstr ""
273 "git attributes에서 반대 패턴은 무시됩니다.\n"
274 "앞에 느낌표를 쓰려면 '\\!'를 사용하십시오."
275
276 +#: bisect.c:441
277 +#, c-format
278 +msgid "Could not open file '%s'"
279 +msgstr "'%s' 파일을 열 수 없습니다"
280 +
281 +#: bisect.c:446
282 +#, c-format
283 +msgid "Badly quoted content in file '%s': %s"
284 +msgstr "'%s' 파일 안에 잘못된 따옴표가 붙은 내용: %s"
285 +
286 +#: bisect.c:655
287 +#, c-format
288 +msgid "We cannot bisect more!\n"
289 +msgstr "더 이상 이등분할 수 없습니다!\n"
290 +
291 +#: bisect.c:708
292 +#, c-format
293 +msgid "Not a valid commit name %s"
294 +msgstr "올바른 커밋 이름이 아닙니다 (%s)"
295 +
296 +#: bisect.c:732
297 +#, c-format
298 +msgid ""
299 +"The merge base %s is bad.\n"
300 +"This means the bug has been fixed between %s and [%s].\n"
301 +msgstr ""
302 +"%s 병합 베이스가 비정상입니다.\n"
303 +"버그가 %s 및 [%s] 사이에서 고쳐졌다는 뜻입니다.\n"
304 +
305 +#: bisect.c:737
306 +#, c-format
307 +msgid ""
308 +"The merge base %s is new.\n"
309 +"The property has changed between %s and [%s].\n"
310 +msgstr ""
311 +"%s 병합 베이스가 새롭습니다.\n"
312 +"속성이 %s 및 [%s] 사이에서 변경되었습니다.\n"
313 +
314 +#: bisect.c:742
315 +#, c-format
316 +msgid ""
317 +"The merge base %s is %s.\n"
318 +"This means the first '%s' commit is between %s and [%s].\n"
319 +msgstr ""
320 +"%s 병합 베이스가 %s입니다.\n"
321 +"처음 '%s' 커밋이 %s 및 [%s] 사이라는 뜻입니다.\n"
322 +
323 +#: bisect.c:750
324 +#, c-format
325 +msgid ""
326 +"Some %s revs are not ancestor of the %s rev.\n"
327 +"git bisect cannot work properly in this case.\n"
328 +"Maybe you mistook %s and %s revs?\n"
329 +msgstr ""
330 +"일부 %s 리비전이 %s 리비전의 과거 항목이 아닙니다.\n"
331 +"git bisect 명령은 이 경우에는 올바르게 동작하지 않습니다.\n"
332 +"%s 및 %s 리비전을 잘못 쓴 것 아닙니까?\n"
333 +
334 +#: bisect.c:763
335 +#, c-format
336 +msgid ""
337 +"the merge base between %s and [%s] must be skipped.\n"
338 +"So we cannot be sure the first %s commit is between %s and %s.\n"
339 +"We continue anyway."
340 +msgstr ""
341 +"%s 및 %s 사이의 머지 베이스를 건너뜁니다.\n"
342 +"그러므로 처음 %s 커밋이 %s 및 %s 사이에 있는지 확신할 수 없습니다.\n"
343 +"어쨌든 계속합니다."
344 +
345 +#: bisect.c:798
346 +#, c-format
347 +msgid "Bisecting: a merge base must be tested\n"
348 +msgstr "이등분: 병합 베이스를 시험해야 합니다\n"
349 +
350 +#: bisect.c:849
351 +#, c-format
352 +msgid "a %s revision is needed"
353 +msgstr "하나의 %s 리비전이 필요합니다"
354 +
355 +#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
356 +#, c-format
357 +msgid "could not create file '%s'"
358 +msgstr "'%s' 파일을 만들 수 없습니다"
359 +
360 +#: bisect.c:917
361 +#, c-format
362 +msgid "could not read file '%s'"
363 +msgstr "'%s' 파일을 읽을 수 없습니다"
364 +
365 +#: bisect.c:947
366 +msgid "reading bisect refs failed"
367 +msgstr "이등분 레퍼런스 읽기에 실패했습니다"
368 +
369 +#: bisect.c:967
370 +#, c-format
371 +msgid "%s was both %s and %s\n"
372 +msgstr "%s은(는) %s 및 %s 모두에 해당됩니다\n"
373 +
374 +#: bisect.c:975
375 +#, c-format
376 +msgid ""
377 +"No testable commit found.\n"
378 +"Maybe you started with bad path parameters?\n"
379 +msgstr ""
380 +"시험 가능한 커밋이 없습니다.\n"
381 +"잘못도니 경로 파라미터로 시작하지 않았습니까?\n"
382 +
383 +#: bisect.c:994
384 +#, c-format
385 +msgid "(roughly %d step)"
386 +msgid_plural "(roughly %d steps)"
387 +msgstr[0] "(대략 %d 단계)"
388 +
389 +#. TRANSLATORS: the last %s will be replaced with
390 +#. "(roughly %d steps)" translation
391 +#: bisect.c:998
392 +#, c-format
393 +msgid "Bisecting: %d revision left to test after this %s\n"
394 +msgid_plural "Bisecting: %d revisions left to test after this %s\n"
395 +msgstr[0] "이등분: %2$s 뒤에 시험할 리비전이 %1$d개 남았습니다\n"
396 +
397 #: branch.c:53
398 #, c-format
399 msgid ""
@@ -344,7 +544,7 @@ msgstr "'%s' 파일이 버전2 번들 파일로 보이지 않습니다"
544 msgid "unrecognized header: %s%s (%d)"
545 msgstr "인식할 수 없는 헤더: %s%s (%d)"
546
347 -#: bundle.c:87 builtin/commit.c:777
547 +#: bundle.c:87 builtin/commit.c:778
548 #, c-format
549 msgid "could not open '%s'"
550 msgstr "'%s'을(를) 열 수 없습니다"
@@ -353,10 +553,10 @@ msgstr "'%s'을(를) 열 수 없습니다"
553 msgid "Repository lacks these prerequisite commits:"
554 msgstr "저장소에 필수적인 다음 커밋이 없습니다:"
555
356 -#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1073
357 -#: builtin/blame.c:2755 builtin/commit.c:1056 builtin/log.c:340
358 -#: builtin/log.c:863 builtin/log.c:1308 builtin/log.c:1633 builtin/log.c:1875
359 -#: builtin/merge.c:361 builtin/shortlog.c:170
556 +#: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
557 +#: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
558 +#: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
559 +#: builtin/merge.c:356 builtin/shortlog.c:170
560 msgid "revision walk setup failed"
561 msgstr "리비전 walk 준비가 실패했습니다"
562
@@ -393,7 +593,7 @@ msgstr "rev-list 명령이 죽었습니다"
593 msgid "ref '%s' is excluded by the rev-list options"
594 msgstr "rev-list 옵션에서 '%s' 레퍼런스가 제외되었습니다"
595
396 -#: bundle.c:443 builtin/log.c:163 builtin/log.c:1538 builtin/shortlog.c:273
596 +#: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
597 #, c-format
598 msgid "unrecognized argument: %s"
599 msgstr "알 수 없는 인자: %s"
@@ -411,13 +611,13 @@ msgstr "'%s'을(를) 만들 수 없습니다"
611 msgid "index-pack died"
612 msgstr "index-pack 명령이 죽었습니다"
613
414 -#: color.c:275
614 +#: color.c:290
615 #, c-format
616 msgid "invalid color value: %.*s"
617 msgstr "잘못된 색 값: %.*s"
618
419 -#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1504
420 -#: builtin/am.c:2134
619 +#: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
620 +#: builtin/am.c:2119
621 #, c-format
622 msgid "could not parse %s"
623 msgstr "parse %s을(를) 파싱할 수 없습니다"
@@ -431,135 +631,226 @@ msgstr "%s %s, 커밋이 아닙니다"
631 msgid "memory exhausted"
632 msgstr "메모리 바닥남"
633
434 -#: config.c:475 config.c:477
634 +#: config.c:516
635 +#, c-format
636 +msgid "bad config line %d in blob %s"
637 +msgstr "블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
638 +
639 +#: config.c:520
640 +#, c-format
641 +msgid "bad config line %d in file %s"
642 +msgstr "파일 %2$s 안에 %1$d번 줄에 잘못된 설정"
643 +
644 +#: config.c:524
645 +#, c-format
646 +msgid "bad config line %d in standard input"
647 +msgstr "표준 입력 안에 %d번 줄에 잘못된 설정"
648 +
649 +#: config.c:528
650 +#, c-format
651 +msgid "bad config line %d in submodule-blob %s"
652 +msgstr "하위 모듈 블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
653 +
654 +#: config.c:532
655 +#, c-format
656 +msgid "bad config line %d in command line %s"
657 +msgstr "명령행 %2$s 안에 %1$d번 줄에 잘못된 설정"
658 +
659 +#: config.c:536
660 +#, c-format
661 +msgid "bad config line %d in %s"
662 +msgstr "%2$s 안에 %1$d번 줄에 잘못된 설정"
663 +
664 +#: config.c:660
665 +#, c-format
666 +msgid "bad numeric config value '%s' for '%s': out of range"
667 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): 범위 벗어남"
668 +
669 +#: config.c:661
670 +#, c-format
671 +msgid "bad numeric config value '%s' for '%s': invalid unit"
672 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): 단위 잘못됨"
673 +
674 +#: config.c:667
675 +#, c-format
676 +msgid "bad numeric config value '%s' for '%s' in blob %s: out of range"
677 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): 범위 벗어남"
678 +
679 +#: config.c:668
680 +#, c-format
681 +msgid "bad numeric config value '%s' for '%s' in blob %s: invalid unit"
682 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): 단위 잘못됨"
683 +
684 +#: config.c:672
685 +#, c-format
686 +msgid "bad numeric config value '%s' for '%s' in file %s: out of range"
687 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): 범위 벗어남"
688 +
689 +#: config.c:673
690 +#, c-format
691 +msgid "bad numeric config value '%s' for '%s' in file %s: invalid unit"
692 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): 단위 잘못됨"
693 +
694 +#: config.c:677
695 +#, c-format
696 +msgid "bad numeric config value '%s' for '%s' in standard input: out of range"
697 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): 범위 벗어남"
698 +
699 +#: config.c:678
700 +#, c-format
701 +msgid "bad numeric config value '%s' for '%s' in standard input: invalid unit"
702 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): 단위 잘못됨"
703 +
704 +#: config.c:682
705 +#, c-format
706 +msgid ""
707 +"bad numeric config value '%s' for '%s' in submodule-blob %s: out of range"
708 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): 범위 벗어남"
709 +
710 +#: config.c:683
711 +#, c-format
712 +msgid ""
713 +"bad numeric config value '%s' for '%s' in submodule-blob %s: invalid unit"
714 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): 단위 잘못됨"
715 +
716 +#: config.c:687
717 +#, c-format
718 +msgid "bad numeric config value '%s' for '%s' in command line %s: out of range"
719 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): 범위 벗어남"
720 +
721 +#: config.c:688
722 #, c-format
436 -msgid "bad config line %d in %s %s"
437 -msgstr "%2$s %3$s %1$d번 줄에 잘못된 설정"
723 +msgid "bad numeric config value '%s' for '%s' in command line %s: invalid unit"
724 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): 단위 잘못됨"
725
439 -#: config.c:593
726 +#: config.c:692
727 #, c-format
441 -msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
442 -msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s %s): %s"
728 +msgid "bad numeric config value '%s' for '%s' in %s: out of range"
729 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): 범위 벗어남"
730
444 -#: config.c:595
731 +#: config.c:693
732 #, c-format
446 -msgid "bad numeric config value '%s' for '%s': %s"
447 -msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): %s"
733 +msgid "bad numeric config value '%s' for '%s' in %s: invalid unit"
734 +msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): 단위 잘못됨"
735
449 -#: config.c:680
736 +#: config.c:780
737 #, c-format
738 msgid "failed to expand user dir in: '%s'"
739 msgstr "다음에 사용자 디렉터리 확장에 실패: '%s'"
740
454 -#: config.c:761 config.c:772
741 +#: config.c:861 config.c:872
742 #, c-format
743 msgid "bad zlib compression level %d"
744 msgstr "%d번은 올바른 zlib 압축 단계가 아닙니다"
745
459 -#: config.c:890
746 +#: config.c:990
747 #, c-format
748 msgid "invalid mode for object creation: %s"
749 msgstr "오브젝트 생성 모드가 올바르지 않습니다: %s"
750
464 -#: config.c:1228
751 +#: config.c:1324
752 msgid "unable to parse command-line config"
753 msgstr "명령행 설정을 파싱할 수 없습니다"
754
468 -#: config.c:1284
469 -msgid "unknown error occured while reading the configuration files"
755 +#: config.c:1374
756 +msgid "unknown error occurred while reading the configuration files"
757 msgstr "설정 파일을 읽는 중 알 수 없는 오류가 생겼습니다"
758
472 -#: config.c:1629
759 +#: config.c:1728
760 #, c-format
761 msgid "unable to parse '%s' from command-line config"
762 msgstr "명령행 설정에서 '%s'을(를) 설정할 수 없습니다"
763
477 -#: config.c:1631
764 +#: config.c:1730
765 #, c-format
766 msgid "bad config variable '%s' in file '%s' at line %d"
767 msgstr "'%2$s' 파일의 %3$d번 줄 '%1$s' 설정 변수가 잘못되었습니다"
768
482 -#: config.c:1690
769 +#: config.c:1789
770 #, c-format
771 msgid "%s has multiple values"
772 msgstr "%s은(는) 여러 개 값이 있습니다"
773
487 -#: config.c:2224
774 +#: config.c:2323
775 #, c-format
776 msgid "could not set '%s' to '%s'"
777 msgstr "'%s'을(를) '%s'(으)로 설정할 수 없습니다"
778
492 -#: config.c:2226
779 +#: config.c:2325
780 #, c-format
781 msgid "could not unset '%s'"
782 msgstr "'%s' 설정을 지울 수 없습니다"
783
497 -#: connected.c:69
784 +#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
785 +msgid "Checking connectivity"
786 +msgstr "연결을 확인하는 중입니다"
787 +
788 +#: connected.c:74
789 msgid "Could not run 'git rev-list'"
790 msgstr "'git rev-list'를 실행할 수 없습니다"
791
501 -#: connected.c:89
792 +#: connected.c:94
793 msgid "failed write to rev-list"
794 msgstr "rev-list 쓰기에 실패했습니다"
795
505 -#: connected.c:96
796 +#: connected.c:101
797 msgid "failed to close rev-list's stdin"
798 msgstr "rev-list의 표준입력을 닫는데 실패했습니다"
799
509 -#: date.c:95
800 +#: date.c:97
801 msgid "in the future"
802 msgstr "미래에"
803
513 -#: date.c:101
804 +#: date.c:103
805 #, c-format
806 msgid "%lu second ago"
807 msgid_plural "%lu seconds ago"
808 msgstr[0] "%lu초 전"
809
519 -#: date.c:108
810 +#: date.c:110
811 #, c-format
812 msgid "%lu minute ago"
813 msgid_plural "%lu minutes ago"
814 msgstr[0] "%lu분 전"
815
525 -#: date.c:115
816 +#: date.c:117
817 #, c-format
818 msgid "%lu hour ago"
819 msgid_plural "%lu hours ago"
820 msgstr[0] "%lu시간 전"
821
531 -#: date.c:122
822 +#: date.c:124
823 #, c-format
824 msgid "%lu day ago"
825 msgid_plural "%lu days ago"
826 msgstr[0] "%lu일 전"
827
537 -#: date.c:128
828 +#: date.c:130
829 #, c-format
830 msgid "%lu week ago"
831 msgid_plural "%lu weeks ago"
832 msgstr[0] "%lu주 전"
833
543 -#: date.c:135
834 +#: date.c:137
835 #, c-format
836 msgid "%lu month ago"
837 msgid_plural "%lu months ago"
838 msgstr[0] "%lu달 전"
839
549 -#: date.c:146
840 +#: date.c:148
841 #, c-format
842 msgid "%lu year"
843 msgid_plural "%lu years"
844 msgstr[0] "%lu년"
845
846 #. TRANSLATORS: "%s" is "<n> years"
556 -#: date.c:149
847 +#: date.c:151
848 #, c-format
849 msgid "%s, %lu month ago"
850 msgid_plural "%s, %lu months ago"
851 msgstr[0] "%s %lu달 전"
852
562 -#: date.c:154 date.c:159
853 +#: date.c:156 date.c:161
854 #, c-format
855 msgid "%lu year ago"
856 msgid_plural "%lu years ago"
@@ -570,7 +861,7 @@ msgstr[0] "%lu년 전"
861 msgid "failed to read orderfile '%s'"
862 msgstr "'%s' 순서 파일을 읽는데 실패했습니다"
863
573 -#: diffcore-rename.c:538
864 +#: diffcore-rename.c:540
865 msgid "Performing inexact rename detection"
866 msgstr "부정확한 이름 바꾸기 탐색을 수행하는 중"
867
@@ -598,16 +889,16 @@ msgstr ""
889 "'diff.submodule' 설정 변수에 오류:\n"
890 "%s'"
891
601 -#: diff.c:3007
892 +#: diff.c:3017
893 #, c-format
894 msgid "external diff died, stopping at %s"
895 msgstr "외부 diff 프로그램이 죽음, %s 위치에서 멈춤"
896
606 -#: diff.c:3405
897 +#: diff.c:3415
898 msgid "--follow requires exactly one pathspec"
899 msgstr "--follow 옵션에는 정확히 하나의 경로명세가 필요합니다"
900
610 -#: diff.c:3568
901 +#: diff.c:3578
902 #, c-format
903 msgid ""
904 "Failed to parse --dirstat/-X option parameter:\n"
@@ -616,7 +907,7 @@ msgstr ""
907 "--dirstat/-X 옵션 파라미터를 파싱하는데 실패했습니다:\n"
908 "%s"
909
619 -#: diff.c:3582
910 +#: diff.c:3592
911 #, c-format
912 msgid "Failed to parse --submodule option parameter: '%s'"
913 msgstr "--submodule 옵션 파라미터 파싱에 실패했습니다: '%s'"
@@ -629,39 +920,30 @@ msgstr "커널 이름과 정보를 가져오는데 실패했습니다"
920 msgid "Untracked cache is disabled on this system or location."
921 msgstr "이 시스템 또는 위치에서는 추적되지 않는 캐시를 사용하지 않습니다."
922
632 -#: gpg-interface.c:166 gpg-interface.c:235
633 -msgid "could not run gpg."
634 -msgstr "gpg를 실행할 수 없습니다."
635 -
923 #: gpg-interface.c:178
637 -msgid "gpg did not accept the data"
638 -msgstr "gpg에서 데이터를 받아들이지 않습니다"
639 -
640 -#: gpg-interface.c:189
924 msgid "gpg failed to sign the data"
925 msgstr "gpg에서 데이터를 서명하는데 실패했습니다."
926
644 -#: gpg-interface.c:222
645 -#, c-format
646 -msgid "could not create temporary file '%s'"
647 -msgstr "'%s' 임시 파일을 만들 수 없습니다"
927 +#: gpg-interface.c:208
928 +msgid "could not create temporary file"
929 +msgstr "임시 파일을 만들 수 없습니다"
930
649 -#: gpg-interface.c:224
931 +#: gpg-interface.c:210
932 #, c-format
933 msgid "failed writing detached signature to '%s'"
934 msgstr "분리된 서명을 '%s'에 쓰는데 실패했습니다"
935
654 -#: grep.c:1718
936 +#: grep.c:1792
937 #, c-format
938 msgid "'%s': unable to read %s"
939 msgstr "'%s': %s을(를) 읽을 수 없습니다"
940
659 -#: grep.c:1735 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
941 +#: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
942 #, c-format
943 msgid "failed to stat '%s'"
944 msgstr "'%s'에 대해 stat()이 실패했습니다"
945
664 -#: grep.c:1746
946 +#: grep.c:1820
947 #, c-format
948 msgid "'%s': short read"
949 msgstr "'%s': 읽다가 잘림"
@@ -711,7 +993,7 @@ msgstr "(%0.1f초 뒤에)..."
993 msgid "git: '%s' is not a git command. See 'git --help'."
994 msgstr "git: '%s'은(는) 깃 명령이 아닙니다. 'git --help'를 참고하십시오."
995
714 -#: help.c:404 help.c:464
996 +#: help.c:404 help.c:470
997 msgid ""
998 "\n"
999 "Did you mean this?"
@@ -722,7 +1004,7 @@ msgstr[0] ""
1004 "\n"
1005 "다음을 의도하신 것 아니었나요?"
1006
725 -#: help.c:460
1007 +#: help.c:466
1008 #, c-format
1009 msgid "%s: %s - %s"
1010 msgstr "%s: %s - %s"
@@ -755,83 +1037,78 @@ msgstr "'%s.lock'을 만들 수 없습니다: %s"
1037 msgid "failed to read the cache"
1038 msgstr "캐시를 읽는데 실패했습니다"
1039
758 -#: merge.c:94 builtin/am.c:2007 builtin/am.c:2042 builtin/checkout.c:375
759 -#: builtin/checkout.c:586 builtin/clone.c:732
1040 +#: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
1041 +#: builtin/checkout.c:589 builtin/clone.c:732
1042 msgid "unable to write new index file"
1043 msgstr "새 인덱스 파일을 쓸 수 없습니다"
1044
763 -#: merge-recursive.c:189
764 -#, c-format
1045 +#: merge-recursive.c:212
1046 msgid "(bad commit)\n"
1047 msgstr "(잘못된 커밋)\n"
1048
768 -#: merge-recursive.c:209
1049 +#: merge-recursive.c:234
1050 #, c-format
1051 msgid "addinfo_cache failed for path '%s'"
1052 msgstr "'%s' 경로에 대해 addinfo_cache가 실패했습니다"
1053
773 -#: merge-recursive.c:270
1054 +#: merge-recursive.c:304
1055 msgid "error building trees"
1056 msgstr "트리 빌드에 오류"
1057
777 -#: merge-recursive.c:689
1058 +#: merge-recursive.c:723
1059 #, c-format
1060 msgid "failed to create path '%s'%s"
1061 msgstr "'%s' 경로 만들기에 실패했습니다%s"
1062
782 -#: merge-recursive.c:700
1063 +#: merge-recursive.c:734
1064 #, c-format
1065 msgid "Removing %s to make room for subdirectory\n"
1066 msgstr "하위 디렉터리에 공간을 만드려고 %s을(를) 제거합니다\n"
1067
787 -#: merge-recursive.c:714 merge-recursive.c:735
1068 +#: merge-recursive.c:748 merge-recursive.c:767
1069 msgid ": perhaps a D/F conflict?"
1070 msgstr ": 아마도 D/F 충돌?"
1071
791 -#: merge-recursive.c:725
1072 +#: merge-recursive.c:757
1073 #, c-format
1074 msgid "refusing to lose untracked file at '%s'"
1075 msgstr "'%s' 위치의 추적되지 않는 파일을 잃기를 거부합니다"
1076
796 -#: merge-recursive.c:765
1077 +#: merge-recursive.c:799
1078 #, c-format
1079 msgid "cannot read object %s '%s'"
1080 msgstr "%s '%s' 오브젝트를 읽을 수 없음"
1081
801 -#: merge-recursive.c:767
1082 +#: merge-recursive.c:801
1083 #, c-format
1084 msgid "blob expected for %s '%s'"
1085 msgstr "%s '%s'에 대해 블롭을 예상"
1086
806 -#: merge-recursive.c:790 builtin/clone.c:376
1087 +#: merge-recursive.c:825
1088 #, c-format
808 -msgid "failed to open '%s'"
809 -msgstr "'%s'을(를) 여는데 실패"
1089 +msgid "failed to open '%s': %s"
1090 +msgstr "'%s'을(를) 여는데 실패: %s"
1091
811 -#: merge-recursive.c:798
1092 +#: merge-recursive.c:836
1093 #, c-format
813 -msgid "failed to symlink '%s'"
814 -msgstr "'%s' 심볼릭 링크에 실패"
1094 +msgid "failed to symlink '%s': %s"
1095 +msgstr "'%s' 심볼릭 링크에 실패: %s"
1096
816 -#: merge-recursive.c:801
1097 +#: merge-recursive.c:841
1098 #, c-format
1099 msgid "do not know what to do with %06o %s '%s'"
1100 msgstr "다음을 어떻게 할지 알 수 없습니다: %06o %s '%s'"
1101
821 -#: merge-recursive.c:939
1102 +#: merge-recursive.c:981
1103 msgid "Failed to execute internal merge"
1104 msgstr "내부 병합 실행에 실패"
1105
825 -#: merge-recursive.c:943
1106 +#: merge-recursive.c:985
1107 #, c-format
1108 msgid "Unable to add %s to database"
1109 msgstr "%s을(를) 데이터베이스에 추가할 수 없습니다"
1110
830 -#: merge-recursive.c:959
831 -msgid "unsupported object type in the tree"
832 -msgstr "트리에서 지원하지 않는 오브젝트 종류"
833 -
834 -#: merge-recursive.c:1034 merge-recursive.c:1048
1111 +#: merge-recursive.c:1084 merge-recursive.c:1098
1112 #, c-format
1113 msgid ""
1114 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -839,7 +1116,7 @@ msgid ""
1116 msgstr ""
1117 "충돌! (%s/삭제): %s (위치 %s) 및 %s (%s에서) 삭제. %s 버전의 %s 트리에 남음."
1118
842 -#: merge-recursive.c:1040 merge-recursive.c:1053
1119 +#: merge-recursive.c:1090 merge-recursive.c:1103
1120 #, c-format
1121 msgid ""
1122 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -848,20 +1125,20 @@ msgstr ""
1125 "충돌! (%s/삭제): %s (위치 %s) 및 %s (위치 %s) 삭제. %s 버전의 %s 트리에 "
1126 "%s(으)로 남음."
1127
851 -#: merge-recursive.c:1094
1128 +#: merge-recursive.c:1146
1129 msgid "rename"
1130 msgstr "이름바꾸기"
1131
855 -#: merge-recursive.c:1094
1132 +#: merge-recursive.c:1146
1133 msgid "renamed"
1134 msgstr "이름바꿈"
1135
859 -#: merge-recursive.c:1150
1136 +#: merge-recursive.c:1203
1137 #, c-format
1138 msgid "%s is a directory in %s adding as %s instead"
1139 msgstr "%s은(는) %s에 있는 디렉터리로 %s(으)로 이름을 바꿉니다"
1140
864 -#: merge-recursive.c:1172
1141 +#: merge-recursive.c:1228
1142 #, c-format
1143 msgid ""
1144 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -870,145 +1147,136 @@ msgstr ""
1147 "충돌! (이름바꾸기/이름바꾸기): \"%3$s\" 브랜치에서 이름바꾸기 \"%1$s\"->"
1148 "\"%2$s\" \"%6$s\" 브랜치에서 이름 바꾸기 \"%4$s\"->\"%5$s\"%7$s"
1149
873 -#: merge-recursive.c:1177
1150 +#: merge-recursive.c:1233
1151 msgid " (left unresolved)"
1152 msgstr " (해결되지 않음)"
1153
877 -#: merge-recursive.c:1231
1154 +#: merge-recursive.c:1295
1155 #, c-format
1156 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1157 msgstr ""
1158 "충돌! (rename/rename): 이름 바꾸기 %s->%s (위치 %s). 이름 바꾸기 %s->%s (위"
1159 "치 %s)"
1160
884 -#: merge-recursive.c:1261
1161 +#: merge-recursive.c:1328
1162 #, c-format
1163 msgid "Renaming %s to %s and %s to %s instead"
1164 msgstr "대신 이름을 %s에서 %s(으)로 바꾸고 %s에서 %s(으)로 바꿉니다"
1165
889 -#: merge-recursive.c:1460
1166 +#: merge-recursive.c:1534
1167 #, c-format
1168 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1169 msgstr "충돌! (rename/add): 이름 바꾸기 %s->%s (위치 %s). %s 추가 (위치 %s)"
1170
894 -#: merge-recursive.c:1470
1171 +#: merge-recursive.c:1549
1172 #, c-format
1173 msgid "Adding merged %s"
1174 msgstr "병합된 %s을(를) 추가합니다"
1175
899 -#: merge-recursive.c:1475 merge-recursive.c:1677
1176 +#: merge-recursive.c:1556 merge-recursive.c:1769
1177 #, c-format
1178 msgid "Adding as %s instead"
1179 msgstr "대신 %s(으)로 추가합니다"
1180
904 -#: merge-recursive.c:1526
1181 +#: merge-recursive.c:1613
1182 #, c-format
1183 msgid "cannot read object %s"
1184 msgstr "%s 오브젝트를 읽을 수 없습니다"
1185
909 -#: merge-recursive.c:1529
1186 +#: merge-recursive.c:1616
1187 #, c-format
1188 msgid "object %s is not a blob"
1189 msgstr "%s 오브젝트는 블롭이 아닙니다"
1190
914 -#: merge-recursive.c:1581
1191 +#: merge-recursive.c:1669
1192 msgid "modify"
1193 msgstr "수정"
1194
918 -#: merge-recursive.c:1581
1195 +#: merge-recursive.c:1669
1196 msgid "modified"
1197 msgstr "수정됨"
1198
922 -#: merge-recursive.c:1591
1199 +#: merge-recursive.c:1679
1200 msgid "content"
1201 msgstr "내용"
1202
926 -#: merge-recursive.c:1598
1203 +#: merge-recursive.c:1686
1204 msgid "add/add"
1205 msgstr "추가/추가"
1206
930 -#: merge-recursive.c:1632
1207 +#: merge-recursive.c:1721
1208 #, c-format
1209 msgid "Skipped %s (merged same as existing)"
1210 msgstr "건너뛰기: %s (기존과 같게 병합)"
1211
935 -#: merge-recursive.c:1646
1212 +#: merge-recursive.c:1735
1213 #, c-format
1214 msgid "Auto-merging %s"
1215 msgstr "자동 병합: %s"
1216
940 -#: merge-recursive.c:1650 git-submodule.sh:941
1217 +#: merge-recursive.c:1739 git-submodule.sh:919
1218 msgid "submodule"
1219 msgstr "하위 모듈"
1220
944 -#: merge-recursive.c:1651
1221 +#: merge-recursive.c:1740
1222 #, c-format
1223 msgid "CONFLICT (%s): Merge conflict in %s"
1224 msgstr "충돌! (%s): %s에 병합 충돌"
1225
949 -#: merge-recursive.c:1737
1226 +#: merge-recursive.c:1834
1227 #, c-format
1228 msgid "Removing %s"
1229 msgstr "제거: %s"
1230
954 -#: merge-recursive.c:1762
1231 +#: merge-recursive.c:1860
1232 msgid "file/directory"
1233 msgstr "파일/디렉터리"
1234
958 -#: merge-recursive.c:1768
1235 +#: merge-recursive.c:1866
1236 msgid "directory/file"
1237 msgstr "디렉터리/파일"
1238
962 -#: merge-recursive.c:1773
1239 +#: merge-recursive.c:1871
1240 #, c-format
1241 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1242 msgstr ""
1243 "충돌! (%s): 이름이 %s인 디렉터리가 %s에 있습니다. %s을(를) %s(으)로 추가합니"
1244 "다"
1245
969 -#: merge-recursive.c:1781
1246 +#: merge-recursive.c:1880
1247 #, c-format
1248 msgid "Adding %s"
1249 msgstr "추가: %s"
1250
974 -#: merge-recursive.c:1798
975 -msgid "Fatal merge failure, shouldn't happen."
976 -msgstr "치명적인 병합 실패, 일어날 수 없는 상황."
977 -
978 -#: merge-recursive.c:1817
1251 +#: merge-recursive.c:1917
1252 msgid "Already up-to-date!"
1253 msgstr "이미 업데이트 상태입니다!"
1254
982 -#: merge-recursive.c:1826
1255 +#: merge-recursive.c:1926
1256 #, c-format
1257 msgid "merging of trees %s and %s failed"
1258 msgstr "%s 및 %s 트리의 병합이 실패했습니다"
1259
987 -#: merge-recursive.c:1856
988 -#, c-format
989 -msgid "Unprocessed path??? %s"
990 -msgstr "처리되지 않은 경로??? %s"
991 -
992 -#: merge-recursive.c:1904
1260 +#: merge-recursive.c:2009
1261 msgid "Merging:"
1262 msgstr "병합:"
1263
996 -#: merge-recursive.c:1917
1264 +#: merge-recursive.c:2022
1265 #, c-format
1266 msgid "found %u common ancestor:"
1267 msgid_plural "found %u common ancestors:"
1268 msgstr[0] "과거의 공통 커밋 %u개 발견:"
1269
1002 -#: merge-recursive.c:1954
1270 +#: merge-recursive.c:2061
1271 msgid "merge returned no commit"
1272 msgstr "병합 결과에 커밋이 없습니다"
1273
1006 -#: merge-recursive.c:2011
1274 +#: merge-recursive.c:2124
1275 #, c-format
1276 msgid "Could not parse object '%s'"
1277 msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
1278
1011 -#: merge-recursive.c:2022 builtin/merge.c:649 builtin/merge.c:831
1279 +#: merge-recursive.c:2138 builtin/merge.c:641 builtin/merge.c:788
1280 msgid "Unable to write index."
1281 msgstr "인덱스를 쓸 수 없습니다."
1282
@@ -1136,7 +1404,7 @@ msgstr ""
1404 ":(exclude) 패턴으로 제외할 사항이 없습니다.\n"
1405 "':/' 또는 '.' 추가를 잊으신 것 아닙니까?"
1406
1139 -#: pretty.c:971
1407 +#: pretty.c:973
1408 msgid "unable to parse --pretty format"
1409 msgstr "--pretty 형식을 파싱할 수 없습니다"
1410
@@ -1162,23 +1430,22 @@ msgstr ""
1430 "GIT_INDEX_VERSION이 설정되었지만, 이 값이 잘못되었습니다.\n"
1431 "%i 버전을 사용합니다"
1432
1165 -#: refs.c:543 builtin/merge.c:764 builtin/merge.c:883 builtin/merge.c:985
1166 -#: builtin/merge.c:995
1433 +#: refs.c:551 builtin/merge.c:840
1434 #, c-format
1435 msgid "Could not open '%s' for writing"
1436 msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
1437
1171 -#: refs/files-backend.c:2243
1438 +#: refs/files-backend.c:2534
1439 #, c-format
1440 msgid "could not delete reference %s: %s"
1441 msgstr "%s 레퍼런스를 삭제할 수 없습니다: %s"
1442
1176 -#: refs/files-backend.c:2246
1443 +#: refs/files-backend.c:2537
1444 #, c-format
1445 msgid "could not delete references: %s"
1446 msgstr "레퍼런스를 삭제할 수 없습니다: %s"
1447
1181 -#: refs/files-backend.c:2255
1448 +#: refs/files-backend.c:2546
1449 #, c-format
1450 msgid "could not remove reference %s"
1451 msgstr "%s 레퍼런스를 제거할 수 없습니다"
@@ -1336,84 +1603,84 @@ msgstr "%s은(는) %s 및 %s 모두 추적합니다"
1603 msgid "Internal error"
1604 msgstr "내부 오류"
1605
1339 -#: remote.c:1678 remote.c:1721
1606 +#: remote.c:1677 remote.c:1720
1607 msgid "HEAD does not point to a branch"
1608 msgstr "HEAD가 브랜치를 가리키지 않습니다"
1609
1343 -#: remote.c:1687
1610 +#: remote.c:1686
1611 #, c-format
1612 msgid "no such branch: '%s'"
1613 msgstr "그런 브랜치가 없습니다: '%s'"
1614
1348 -#: remote.c:1690
1615 +#: remote.c:1689
1616 #, c-format
1617 msgid "no upstream configured for branch '%s'"
1618 msgstr "'%s' 브랜치에 대해 업스트림을 설정하지 않았습니다"
1619
1353 -#: remote.c:1696
1620 +#: remote.c:1695
1621 #, c-format
1622 msgid "upstream branch '%s' not stored as a remote-tracking branch"
1623 msgstr "업스트림 '%s' 브랜치가 리모트 추적 브랜치로 저장되지 않았습니다"
1624
1358 -#: remote.c:1711
1625 +#: remote.c:1710
1626 #, c-format
1627 msgid "push destination '%s' on remote '%s' has no local tracking branch"
1628 msgstr "리모트 '%2$s'의 푸시 대상 '%1$s'에 로컬 추적 브랜치가 없습니다"
1629
1363 -#: remote.c:1726
1630 +#: remote.c:1725
1631 #, c-format
1632 msgid "branch '%s' has no remote for pushing"
1633 msgstr "'%s' 브랜치에 푸시 리모트가 없습니다"
1634
1368 -#: remote.c:1737
1635 +#: remote.c:1736
1636 #, c-format
1637 msgid "push refspecs for '%s' do not include '%s'"
1638 msgstr "'%s'에 대한 푸시 레퍼런스명세에 '%s'이(가) 들어 있지 않습니다"
1639
1373 -#: remote.c:1750
1640 +#: remote.c:1749
1641 msgid "push has no destination (push.default is 'nothing')"
1642 msgstr "푸시의 대상이 없습니다 (push.default가 'nothing'입니다)"
1643
1377 -#: remote.c:1772
1644 +#: remote.c:1771
1645 msgid "cannot resolve 'simple' push to a single destination"
1646 msgstr "하나의 대상에 대해 'simple' 푸시를 처리할 수 없습니다"
1647
1381 -#: remote.c:2074
1648 +#: remote.c:2073
1649 #, c-format
1650 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1651 msgstr "현재 브랜치가 '%s' 기반이지만, 업스트림이 없어졌습니다.\n"
1652
1386 -#: remote.c:2078
1653 +#: remote.c:2077
1654 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1655 msgstr " (바로잡으려면 \"git branch --unset-upstream\"을 사용하십시오)\n"
1656
1390 -#: remote.c:2081
1657 +#: remote.c:2080
1658 #, c-format
1659 msgid "Your branch is up-to-date with '%s'.\n"
1660 msgstr "브랜치가 '%s'에 맞게 업데이트된 상태입니다.\n"
1661
1395 -#: remote.c:2085
1662 +#: remote.c:2084
1663 #, c-format
1664 msgid "Your branch is ahead of '%s' by %d commit.\n"
1665 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1666 msgstr[0] "브랜치가 '%s'보다 %d개 커밋만큼 앞에 있습니다.\n"
1667
1401 -#: remote.c:2091
1668 +#: remote.c:2090
1669 msgid " (use \"git push\" to publish your local commits)\n"
1670 msgstr " (로컬에 있는 커밋을 제출하려면 \"git push\"를 사용하십시오)\n"
1671
1405 -#: remote.c:2094
1672 +#: remote.c:2093
1673 #, c-format
1674 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1675 msgid_plural ""
1676 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1677 msgstr[0] "브랜치가 '%s'보다 %d개 커밋 뒤에 있고, 앞으로 돌릴 수 있습니다.\n"
1678
1412 -#: remote.c:2102
1679 +#: remote.c:2101
1680 msgid " (use \"git pull\" to update your local branch)\n"
1681 msgstr " (로컬 브랜치를 업데이트하려면 \"git pull\"을 사용하십시오)\n"
1682
1416 -#: remote.c:2105
1683 +#: remote.c:2104
1684 #, c-format
1685 msgid ""
1686 "Your branch and '%s' have diverged,\n"
@@ -1425,21 +1692,21 @@ msgstr[0] ""
1692 "현재 브랜치와 '%s'이(가) 갈라졌습니다,\n"
1693 "다른 커밋이 각각 %d개와 %d개 있습니다.\n"
1694
1428 -#: remote.c:2115
1695 +#: remote.c:2114
1696 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1697 msgstr ""
1698 " (리모트의 브랜치를 현재 브랜치로 병합하려면 \"git pull\"을 사용하십시오)\n"
1699
1433 -#: revision.c:2142
1700 +#: revision.c:2132
1701 msgid "your current branch appears to be broken"
1702 msgstr "현재 브랜치가 망가진 것처럼 보입니다"
1703
1437 -#: revision.c:2145
1704 +#: revision.c:2135
1705 #, c-format
1706 msgid "your current branch '%s' does not have any commits yet"
1707 msgstr "현재 '%s' 브랜치에 아직 아무 커밋도 없습니다"
1708
1442 -#: revision.c:2339
1709 +#: revision.c:2329
1710 msgid "--first-parent is incompatible with --bisect"
1711 msgstr "--first-parent 옵션은 --bisect 옵션과 호환되지 않습니다"
1712
@@ -1452,25 +1719,29 @@ msgstr "/dev/null 열기 실패"
1719 msgid "dup2(%d,%d) failed"
1720 msgstr "dup2(%d,%d) 실패"
1721
1455 -#: send-pack.c:295
1722 +#: send-pack.c:298
1723 msgid "failed to sign the push certificate"
1724 msgstr "푸시 인증서 서명에 실패했습니다"
1725
1459 -#: send-pack.c:404
1726 +#: send-pack.c:411
1727 msgid "the receiving end does not support --signed push"
1728 msgstr "받는 쪽에서 --signed 푸시를 지원하지 않습니다"
1729
1463 -#: send-pack.c:406
1730 +#: send-pack.c:413
1731 msgid ""
1732 "not sending a push certificate since the receiving end does not support --"
1733 "signed push"
1734 msgstr ""
1735 "받는 쪽에서 --signed 푸시를 지원하지 않으므로 푸시 인증서를 보내지 않습니다"
1736
1470 -#: send-pack.c:418
1737 +#: send-pack.c:425
1738 msgid "the receiving end does not support --atomic push"
1739 msgstr "받는 쪽에서 --atomic 푸시를 지원하지 않습니다"
1740
1741 +#: send-pack.c:430
1742 +msgid "the receiving end does not support push options"
1743 +msgstr "받는 쪽에서 푸시 옵션을 지원하지 않습니다"
1744 +
1745 #: sequencer.c:174
1746 msgid ""
1747 "after resolving the conflicts, mark the corrected paths\n"
@@ -1489,15 +1760,15 @@ msgstr ""
1760 "'git add <경로>' 또는 'git rm <경로>'로 표시하십시오.\n"
1761 "그리고 결과물을 'git commit'으로 커밋하십시오"
1762
1492 -#: sequencer.c:190 sequencer.c:833 sequencer.c:912
1763 +#: sequencer.c:190 sequencer.c:841 sequencer.c:924
1764 #, c-format
1765 msgid "Could not write to %s"
1766 msgstr "%s에 쓸 수 없습니다"
1767
1497 -#: sequencer.c:193
1768 +#: sequencer.c:193 sequencer.c:843 sequencer.c:928
1769 #, c-format
1499 -msgid "Error wrapping up %s"
1500 -msgstr "%s 잠그는데 오류"
1770 +msgid "Error wrapping up %s."
1771 +msgstr "%s 잠그는데 오류."
1772
1773 #: sequencer.c:208
1774 msgid "Your local changes would be overwritten by cherry-pick."
@@ -1511,203 +1782,241 @@ msgstr "로컬 변경 사항을 revert 때문에 덮어 쓰게 됩니다."
1782 msgid "Commit your changes or stash them to proceed."
1783 msgstr "변경 사항을 스테이징하거나 스태시한 다음 계속하십시오."
1784
1785 +#: sequencer.c:228
1786 +#, c-format
1787 +msgid "%s: fast-forward"
1788 +msgstr "%s: 정방향 진행"
1789 +
1790 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1515 -#: sequencer.c:300
1791 +#: sequencer.c:303
1792 #, c-format
1793 msgid "%s: Unable to write new index file"
1794 msgstr "%s: 새 인덱스 파일을 쓸 수 없습니다"
1795
1520 -#: sequencer.c:318
1796 +#: sequencer.c:321
1797 msgid "Could not resolve HEAD commit\n"
1798 msgstr "HEAD 커밋을 처리할 수 없습니다\n"
1799
1524 -#: sequencer.c:338
1800 +#: sequencer.c:341
1801 msgid "Unable to update cache tree\n"
1802 msgstr "캐시 트리를 업데이트할 수 없습니다\n"
1803
1528 -#: sequencer.c:390
1804 +#: sequencer.c:393
1805 #, c-format
1806 msgid "Could not parse commit %s\n"
1807 msgstr "%s 커밋을 파싱할 수 없습니다\n"
1808
1533 -#: sequencer.c:395
1809 +#: sequencer.c:398
1810 #, c-format
1811 msgid "Could not parse parent commit %s\n"
1812 msgstr "%s 이전 커밋을 파싱할 수 없습니다\n"
1813
1538 -#: sequencer.c:460
1814 +#: sequencer.c:463
1815 msgid "Your index file is unmerged."
1816 msgstr "인덱스 파일이 병합되지 않았습니다."
1817
1542 -#: sequencer.c:479
1818 +#: sequencer.c:482
1819 #, c-format
1820 msgid "Commit %s is a merge but no -m option was given."
1821 msgstr "%s 커밋은 병합이지만 -m 옵션이 주어지지 않았습니다."
1822
1823 # FIXME: "parent %d" 번호가 무슨 의미?
1548 -#: sequencer.c:487
1824 +#: sequencer.c:490
1825 #, c-format
1826 msgid "Commit %s does not have parent %d"
1827 msgstr "Commit %s 커밋에 이전 커밋 %d이(가) 없습니다"
1828
1553 -#: sequencer.c:491
1829 +#: sequencer.c:494
1830 #, c-format
1831 msgid "Mainline was specified but commit %s is not a merge."
1832 msgstr "메인라인을 지정했지만 %s 커밋이 병합 커밋이 아닙니다."
1833
1834 #. TRANSLATORS: The first %s will be "revert" or
1835 #. "cherry-pick", the second %s a SHA1
1560 -#: sequencer.c:504
1836 +#: sequencer.c:507
1837 #, c-format
1838 msgid "%s: cannot parse parent commit %s"
1839 msgstr "%s: %s 이전 커밋을 파싱할 수 없습니다"
1840
1565 -#: sequencer.c:508
1841 +#: sequencer.c:511
1842 #, c-format
1843 msgid "Cannot get commit message for %s"
1844 msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
1845
1570 -#: sequencer.c:594
1846 +#: sequencer.c:597
1847 #, c-format
1848 msgid "could not revert %s... %s"
1849 msgstr "다음을 되돌릴(revert) 수 없습니다: %s... %s"
1850
1575 -#: sequencer.c:595
1851 +#: sequencer.c:598
1852 #, c-format
1853 msgid "could not apply %s... %s"
1854 msgstr "다음을 적용할(apply) 수 없습니다: %s... %s"
1855
1580 -#: sequencer.c:630
1856 +#: sequencer.c:633
1857 msgid "empty commit set passed"
1858 msgstr "빈 커밋 모음을 건너 뜁니다"
1859
1584 -#: sequencer.c:638
1860 +#: sequencer.c:641
1861 #, c-format
1862 msgid "git %s: failed to read the index"
1863 msgstr "git %s: 인덱스 읽기에 실패했습니다"
1864
1589 -#: sequencer.c:642
1865 +#: sequencer.c:645
1866 #, c-format
1867 msgid "git %s: failed to refresh the index"
1868 msgstr "git %s: 인덱스 새로 고침에 실패했습니다"
1869
1594 -#: sequencer.c:702
1595 -#, c-format
1596 -msgid "Cannot %s during a %s"
1597 -msgstr "%2$s 동안 %1$s 할 수 없습니다"
1870 +#: sequencer.c:705
1871 +msgid "Cannot revert during a another revert."
1872 +msgstr "되돌리는(revert) 중에 또 다른 되돌리기를 할 수 없습니다."
1873
1599 -#: sequencer.c:724
1874 +#: sequencer.c:706
1875 +msgid "Cannot revert during a cherry-pick."
1876 +msgstr "빼오기(cherry-pick) 중에 되돌리기(revert)를 할 수 없습니다."
1877 +
1878 +#: sequencer.c:709
1879 +msgid "Cannot cherry-pick during a revert."
1880 +msgstr "되돌리기(revert) 중에 빼오기(cherry-pick)를 할 수 없습니다"
1881 +
1882 +#: sequencer.c:710
1883 +msgid "Cannot cherry-pick during another cherry-pick."
1884 +msgstr "빼오기(revert) 중에 또 다른 빼오기를 할 수 없습니다"
1885 +
1886 +#: sequencer.c:732
1887 #, c-format
1888 msgid "Could not parse line %d."
1889 msgstr "%d번 줄을 파싱할 수 없습니다."
1890
1604 -#: sequencer.c:729
1891 +#: sequencer.c:737
1892 msgid "No commits parsed."
1893 msgstr "파싱한 커밋이 없습니다."
1894
1608 -#: sequencer.c:741
1895 +#: sequencer.c:749
1896 #, c-format
1897 msgid "Could not open %s"
1898 msgstr "%s을(를) 열 수 없습니다"
1899
1613 -#: sequencer.c:745
1900 +#: sequencer.c:753
1901 #, c-format
1902 msgid "Could not read %s."
1903 msgstr "%s을(를) 읽을 수 없습니다."
1904
1618 -#: sequencer.c:752
1905 +#: sequencer.c:760
1906 #, c-format
1907 msgid "Unusable instruction sheet: %s"
1908 msgstr "사용 불가능 인스트럭션 파일: %s"
1909
1623 -#: sequencer.c:782
1910 +#: sequencer.c:790
1911 #, c-format
1912 msgid "Invalid key: %s"
1913 msgstr "잘못된 키: %s"
1914
1628 -#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1915 +#: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
1916 #, c-format
1917 msgid "Invalid value for %s: %s"
1918 msgstr "%s의 값이 올바르지 않습니다: %s"
1919
1633 -#: sequencer.c:795
1920 +#: sequencer.c:803
1921 #, c-format
1922 msgid "Malformed options sheet: %s"
1923 msgstr "형식이 잘못된 옵션 파일: %s"
1924
1638 -#: sequencer.c:814
1925 +#: sequencer.c:822
1926 msgid "a cherry-pick or revert is already in progress"
1927 msgstr "이미 커밋 빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중입니다"
1928
1642 -#: sequencer.c:815
1929 +#: sequencer.c:823
1930 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1931 msgstr "\"git cherry-pick (--continue | --quit | --abort)\" 명령을 해 보십시오"
1932
1646 -#: sequencer.c:819
1933 +#: sequencer.c:827
1934 #, c-format
1935 msgid "Could not create sequencer directory %s"
1936 msgstr "%s 시퀀서 디렉터리를 만들 수 없습니다"
1937
1651 -#: sequencer.c:835 sequencer.c:916
1652 -#, c-format
1653 -msgid "Error wrapping up %s."
1654 -msgstr "%s 잠그는데 오류."
1655 -
1656 -#: sequencer.c:854 sequencer.c:986
1938 +#: sequencer.c:862 sequencer.c:998
1939 msgid "no cherry-pick or revert in progress"
1940 msgstr "빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중이지 않습니다"
1941
1660 -#: sequencer.c:856
1942 +#: sequencer.c:864
1943 msgid "cannot resolve HEAD"
1944 msgstr "HEAD를 구해 올 수 없습니다"
1945
1664 -#: sequencer.c:858
1946 +#: sequencer.c:866 sequencer.c:900
1947 msgid "cannot abort from a branch yet to be born"
1948 msgstr "새로 만들고 있는 브랜치에서 중지할 수 없습니다"
1949
1668 -#: sequencer.c:878 builtin/fetch.c:610 builtin/fetch.c:851
1950 +#: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
1951 #, c-format
1952 msgid "cannot open %s"
1953 msgstr "%s을(를) 열 수 없습니다"
1954
1673 -#: sequencer.c:880
1955 +#: sequencer.c:888
1956 #, c-format
1957 msgid "cannot read %s: %s"
1958 msgstr "%s을(를) 읽을 수 없습니다: %s"
1959
1678 -#: sequencer.c:881
1960 +#: sequencer.c:889
1961 msgid "unexpected end of file"
1962 msgstr "예상치 못하게 파일이 끝났습니다"
1963
1682 -#: sequencer.c:887
1964 +#: sequencer.c:895
1965 #, c-format
1966 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1967 msgstr "빼오기 전에 저장한 HEAD 파일이('%s') 손상되었습니다"
1968
1687 -#: sequencer.c:909
1969 +#: sequencer.c:921
1970 #, c-format
1971 msgid "Could not format %s."
1972 msgstr "%s에 포매팅할 수 없습니다."
1973
1692 -#: sequencer.c:1054
1974 +#: sequencer.c:1066
1975 #, c-format
1976 msgid "%s: can't cherry-pick a %s"
1977 msgstr "%s: %s 커밋을 빼올 수 없습니다"
1978
1697 -#: sequencer.c:1057
1979 +#: sequencer.c:1069
1980 #, c-format
1981 msgid "%s: bad revision"
1982 msgstr "%s: 잘못된 리비전"
1983
1702 -#: sequencer.c:1091
1984 +#: sequencer.c:1102
1985 msgid "Can't revert as initial commit"
1986 msgstr "최초의 커밋을 되돌릴 수 없습니다"
1987
1706 -#: sequencer.c:1092
1707 -msgid "Can't cherry-pick into empty head"
1708 -msgstr "빈 헤드로 커밋을 빼올 수 없습니다."
1988 +#: setup.c:160
1989 +#, c-format
1990 +msgid ""
1991 +"%s: no such path in the working tree.\n"
1992 +"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1993 +msgstr ""
1994 +"%s: 작업 폴더에 그런 경로가 없습니다.\n"
1995 +"로컬에 없는 경로를 지정하려면 'git <명령> -- <경로>...' 식으로 사용하십시오."
1996 +
1997 +#: setup.c:173
1998 +#, c-format
1999 +msgid ""
2000 +"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2001 +"Use '--' to separate paths from revisions, like this:\n"
2002 +"'git <command> [<revision>...] -- [<file>...]'"
2003 +msgstr ""
2004 +"애매한 인자 '%s': 알 수 없는 리비전 또는 작업 폴더에 없는 경로.\n"
2005 +"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
2006 +"'git <명령> [<리비전>...] -- [<파일>...]'"
2007 +
2008 +#: setup.c:223
2009 +#, c-format
2010 +msgid ""
2011 +"ambiguous argument '%s': both revision and filename\n"
2012 +"Use '--' to separate paths from revisions, like this:\n"
2013 +"'git <command> [<revision>...] -- [<file>...]'"
2014 +msgstr ""
2015 +"애매한 인자 '%s': 알 수 없는 리비전 및 파일 이름\n"
2016 +"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
2017 +"'git <명령> [<리비전>...] -- [<파일>...]'"
2018
1710 -#: setup.c:248
2019 +#: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
2020 #, c-format
2021 msgid "failed to read %s"
2022 msgstr "%s을(를) 읽는데 실패했습니다"
@@ -1721,16 +2030,52 @@ msgstr "깃 저장소 버전 <= %d 버전을 기대하지만, %d 버전이 발
2030 msgid "unknown repository extensions found:"
2031 msgstr "알 수 없는 저장소 확장이 있습니다:"
2032
1724 -#: sha1_file.c:1080
2033 +#: setup.c:762
2034 +#, c-format
2035 +msgid "Not a git repository (or any of the parent directories): %s"
2036 +msgstr "(현재 폴더 또는 상위 폴더가) 깃 저장소가 아닙니다: %s"
2037 +
2038 +#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2039 +msgid "Cannot come back to cwd"
2040 +msgstr "현재 디렉터리로 돌아올 수 없습니다"
2041 +
2042 +#: setup.c:845
2043 +msgid "Unable to read current working directory"
2044 +msgstr "현재 작업 디렉터리를 읽을 수 없습니다"
2045 +
2046 +#: setup.c:920
2047 +#, c-format
2048 +msgid ""
2049 +"Not a git repository (or any parent up to mount point %s)\n"
2050 +"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
2051 +msgstr ""
2052 +"(현재 폴더 또는 마운트 위치 %s까지 상위 폴더가) 깃 저장소가 아닙니다\n"
2053 +"파일 시스템 경계에서 중지합니다. (GIT_DISCOVERY_ACROSS_FILESYSTEM 설정되지 않음)"
2054 +
2055 +#: setup.c:927
2056 +#, c-format
2057 +msgid "Cannot change to '%s/..'"
2058 +msgstr "'%s/..' 위치로 이동할 수 없습니다"
2059 +
2060 +#: setup.c:989
2061 +#, c-format
2062 +msgid ""
2063 +"Problem with core.sharedRepository filemode value (0%.3o).\n"
2064 +"The owner of files must always have read and write permissions."
2065 +msgstr ""
2066 +"core.sharedRepository 파일모드 값에 (0%.3o) 문제가 있습니다.\n"
2067 +"파일의 소유자에 읽기와 쓰기 권한이 있어야 합니다."
2068 +
2069 +#: sha1_file.c:1046
2070 msgid "offset before end of packfile (broken .idx?)"
2071 msgstr "오프셋이 묶음 파일 앞입니다 (망가진 .idx?)"
2072
1728 -#: sha1_file.c:2458
2073 +#: sha1_file.c:2434
2074 #, c-format
2075 msgid "offset before start of pack index for %s (corrupt index?)"
2076 msgstr "오프셋이 %s의 묶음 인덱스 시작보다 앞입니다 (망가진 인덱스?)"
2077
1733 -#: sha1_file.c:2462
2078 +#: sha1_file.c:2438
2079 #, c-format
2080 msgid "offset beyond end of pack index for %s (truncated index?)"
2081 msgstr "오프셋이 %s의 묶음 인덱스 끝보다 뒤입니다 (망가진 인덱스?)"
@@ -1785,7 +2130,7 @@ msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데
2130 msgid "negative values not allowed for submodule.fetchJobs"
2131 msgstr "submodule.fetchJobs 값에 음수를 쓸 수 없습니다"
2132
1788 -#: submodule-config.c:355
2133 +#: submodule-config.c:358
2134 #, c-format
2135 msgid "invalid value for %s"
2136 msgstr "%s의 값이 올바르지 않습니다"
@@ -1844,6 +2189,56 @@ msgstr "임시 파일을 열 수 없습니다: %s"
2189 msgid "could not rename temporary file to %s"
2190 msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
2191
2192 +#: transport.c:62
2193 +#, c-format
2194 +msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2195 +msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정할 것입니다\n"
2196 +
2197 +#: transport.c:151
2198 +#, c-format
2199 +msgid "transport: invalid depth option '%s'"
2200 +msgstr "transport: 잘못된 깊이 옵션: %s"
2201 +
2202 +#: transport.c:771
2203 +#, c-format
2204 +msgid ""
2205 +"The following submodule paths contain changes that can\n"
2206 +"not be found on any remote:\n"
2207 +msgstr ""
2208 +"다음 하위 모듈 경로에 리모트 어디에도 없는\n"
2209 +"변경 사항이 있습니다:\n"
2210 +
2211 +#: transport.c:775
2212 +#, c-format
2213 +msgid ""
2214 +"\n"
2215 +"Please try\n"
2216 +"\n"
2217 +"\tgit push --recurse-submodules=on-demand\n"
2218 +"\n"
2219 +"or cd to the path and use\n"
2220 +"\n"
2221 +"\tgit push\n"
2222 +"\n"
2223 +"to push them to a remote.\n"
2224 +"\n"
2225 +msgstr ""
2226 +"\n"
2227 +"리모트에 푸시하려면\n"
2228 +"\n"
2229 +"\tgit push --recurse-submodules=on-demand\n"
2230 +"\n"
2231 +"또는 해당 경로로 cd한 다음\n"
2232 +"\n"
2233 +"\tgit push\n"
2234 +"\n"
2235 +"명령을 시도해 보십시오\n"
2236 +"\n"
2237 +
2238 +#: transport.c:783
2239 +msgid "Aborting."
2240 +msgstr "중지함."
2241 +
2242 #: transport-helper.c:1041
2243 #, c-format
2244 msgid "Could not read ref %s"
@@ -1853,7 +2248,7 @@ msgstr "%s 레퍼런스를 읽을 수 없습니다"
2248 #, c-format
2249 msgid ""
2250 "Your local changes to the following files would be overwritten by checkout:\n"
1856 -"%%sPlease commit your changes or stash them before you can switch branches."
2251 +"%%sPlease commit your changes or stash them before you switch branches."
2252 msgstr ""
2253 "다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
2254 "%%s브랜치를 전환하기 전에 변경 사항을 커밋하거나 스태시하십시오."
@@ -1871,7 +2266,7 @@ msgstr ""
2266 #, c-format
2267 msgid ""
2268 "Your local changes to the following files would be overwritten by merge:\n"
1874 -"%%sPlease commit your changes or stash them before you can merge."
2269 +"%%sPlease commit your changes or stash them before you merge."
2270 msgstr ""
2271 "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다:\n"
2272 "%%s병합하기 전에 변경 사항을 커밋하거나 스태시하십시오."
@@ -1887,7 +2282,7 @@ msgstr "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게
2282 #, c-format
2283 msgid ""
2284 "Your local changes to the following files would be overwritten by %s:\n"
1890 -"%%sPlease commit your changes or stash them before you can %s."
2285 +"%%sPlease commit your changes or stash them before you %s."
2286 msgstr ""
2287 "다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
2288 "%%s%s 전에 변경 사항을 커밋하거나 스태시하십시오."
@@ -1914,9 +2309,9 @@ msgstr ""
2309 #, c-format
2310 msgid ""
2311 "The following untracked working tree files would be removed by checkout:\n"
1917 -"%%sPlease move or remove them before you can switch branches."
2312 +"%%sPlease move or remove them before you switch branches."
2313 msgstr ""
1919 -"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
2314 +"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
2315 "%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
2316
2317 #: unpack-trees.c:87
@@ -1932,9 +2327,9 @@ msgstr ""
2327 #, c-format
2328 msgid ""
2329 "The following untracked working tree files would be removed by merge:\n"
1935 -"%%sPlease move or remove them before you can merge."
2330 +"%%sPlease move or remove them before you merge."
2331 msgstr ""
1937 -"병합 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
2332 +"병합 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
2333 "%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
2334
2335 #: unpack-trees.c:92
@@ -1950,9 +2345,9 @@ msgstr ""
2345 #, c-format
2346 msgid ""
2347 "The following untracked working tree files would be removed by %s:\n"
1953 -"%%sPlease move or remove them before you can %s."
2348 +"%%sPlease move or remove them before you %s."
2349 msgstr ""
1955 -"%s 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
2350 +"%s 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
2351 "%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
2352
2353 #: unpack-trees.c:97
@@ -1969,9 +2364,9 @@ msgstr ""
2364 msgid ""
2365 "The following untracked working tree files would be overwritten by "
2366 "checkout:\n"
1972 -"%%sPlease move or remove them before you can switch branches."
2367 +"%%sPlease move or remove them before you switch branches."
2368 msgstr ""
1974 -"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
2369 +"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
2370 "%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
2371
2372 #: unpack-trees.c:104
@@ -1988,9 +2383,9 @@ msgstr ""
2383 #, c-format
2384 msgid ""
2385 "The following untracked working tree files would be overwritten by merge:\n"
1991 -"%%sPlease move or remove them before you can merge."
2386 +"%%sPlease move or remove them before you merge."
2387 msgstr ""
1993 -"병합 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
2388 +"병합 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
2389 "%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
2390
2391 #: unpack-trees.c:109
@@ -2006,9 +2401,9 @@ msgstr ""
2401 #, c-format
2402 msgid ""
2403 "The following untracked working tree files would be overwritten by %s:\n"
2009 -"%%sPlease move or remove them before you can %s."
2404 +"%%sPlease move or remove them before you %s."
2405 msgstr ""
2011 -"%s 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
2406 +"%s 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
2407 "%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
2408
2409 #: unpack-trees.c:114
@@ -2031,7 +2426,7 @@ msgid ""
2426 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
2427 "%s"
2428 msgstr ""
2034 -"드문 체크아웃을 업데이트할 수 없습니다; 다음 항목이 최신으로 업데이트되지 않았습니다:\n"
2429 +"드문 체크아웃을 업데이트할 수 없습니다. 다음 항목이 최신으로 업데이트되지 않았습니다:\n"
2430 "%s"
2431
2432 #: unpack-trees.c:126
@@ -2041,7 +2436,8 @@ msgid ""
2436 "update:\n"
2437 "%s"
2438 msgstr ""
2044 -"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
2439 +"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니"
2440 +"다:\n"
2441 "%s"
2442
2443 #: unpack-trees.c:128
@@ -2051,7 +2447,8 @@ msgid ""
2447 "update:\n"
2448 "%s"
2449 msgstr ""
2054 -"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 제거합니다:\n"
2450 +"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 제거합니"
2451 +"다:\n"
2452 "%s"
2453
2454 #: unpack-trees.c:205
@@ -2092,43 +2489,43 @@ msgstr "잘못된 포트 번호"
2489 msgid "invalid '..' path segment"
2490 msgstr "경로에서 잘못된 '..' 부분"
2491
2095 -#: wrapper.c:222 wrapper.c:381
2492 +#: worktree.c:282
2493 +#, c-format
2494 +msgid "failed to read '%s'"
2495 +msgstr "'%s'을(를) 읽는데 실패했습니다"
2496 +
2497 +#: wrapper.c:222 wrapper.c:392
2498 #, c-format
2499 msgid "could not open '%s' for reading and writing"
2500 msgstr "읽기와 쓰기용으로 '%s'을(를) 열 수 없습니다"
2501
2100 -#: wrapper.c:224 wrapper.c:383 builtin/am.c:779
2502 +#: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2503 #, c-format
2504 msgid "could not open '%s' for writing"
2505 msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
2506
2105 -#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/am.c:772
2106 -#: builtin/am.c:860 builtin/commit.c:1711 builtin/merge.c:1086
2507 +#: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2508 +#: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2509 #: builtin/pull.c:407
2510 #, c-format
2511 msgid "could not open '%s' for reading"
2512 msgstr "'%s'을(를) 읽기용으로 열 수 없습니다"
2513
2112 -#: wrapper.c:594 wrapper.c:615
2514 +#: wrapper.c:605 wrapper.c:626
2515 #, c-format
2516 msgid "unable to access '%s'"
2517 msgstr "'%s'에 접근할 수 없습니다"
2518
2117 -#: wrapper.c:623
2519 +#: wrapper.c:634
2520 msgid "unable to get current working directory"
2521 msgstr "현재 작업 디렉터리를 가져올 수 없습니다"
2522
2121 -#: wrapper.c:650
2122 -#, c-format
2123 -msgid "could not open %s for writing"
2124 -msgstr "%s을(를) 쓰기용으로 열 수 없습니다"
2125 -
2126 -#: wrapper.c:661 builtin/am.c:410
2523 +#: wrapper.c:658
2524 #, c-format
2525 msgid "could not write to %s"
2526 msgstr "%s에 쓸 수 없습니다"
2527
2131 -#: wrapper.c:667
2528 +#: wrapper.c:660
2529 #, c-format
2530 msgid "could not close %s"
2531 msgstr "%s을(를) 닫을 수 없습니다"
@@ -2159,11 +2556,11 @@ msgstr ""
2556 msgid " (use \"git rm <file>...\" to mark resolution)"
2557 msgstr " (해결했다고 표시하려면 \"git rm <파일>...\"을 사용하십시오)"
2558
2162 -#: wt-status.c:198 wt-status.c:881
2559 +#: wt-status.c:198 wt-status.c:882
2560 msgid "Changes to be committed:"
2561 msgstr "커밋할 변경 사항:"
2562
2166 -#: wt-status.c:216 wt-status.c:890
2563 +#: wt-status.c:216 wt-status.c:891
2564 msgid "Changes not staged for commit:"
2565 msgstr "커밋하도록 정하지 않은 변경 사항:"
2566
@@ -2220,11 +2617,6 @@ msgstr "양쪽에서 추가:"
2617 msgid "both modified:"
2618 msgstr "양쪽에서 수정:"
2619
2223 -#: wt-status.c:266
2224 -#, c-format
2225 -msgid "bug: unhandled unmerged status %x"
2226 -msgstr "bug: 병합하지 않은 상태 %x 처리되지 않음"
2227 -
2620 #: wt-status.c:274
2621 msgid "new file:"
2622 msgstr "새 파일:"
@@ -2269,20 +2661,15 @@ msgstr "수정한 내용, "
2661 msgid "untracked content, "
2662 msgstr "추적하지 않은 내용, "
2663
2272 -#: wt-status.c:391
2273 -#, c-format
2274 -msgid "bug: unhandled diff status %c"
2275 -msgstr "버그: 처리되지 않은 diff 상태 %c"
2276 -
2277 -#: wt-status.c:755
2664 +#: wt-status.c:756
2665 msgid "Submodules changed but not updated:"
2666 msgstr "변경되었지만 업데이트하지 않은 하위 모듈:"
2667
2281 -#: wt-status.c:757
2668 +#: wt-status.c:758
2669 msgid "Submodule changes to be committed:"
2670 msgstr "커밋할 하위 모듈의 변경 사항:"
2671
2285 -#: wt-status.c:838
2672 +#: wt-status.c:839
2673 msgid ""
2674 "Do not touch the line above.\n"
2675 "Everything below will be removed."
@@ -2290,215 +2677,219 @@ msgstr ""
2677 "위의 줄을 바꾸지 마십시오.\n"
2678 "아래 있는 내용은 모두 제거됩니다."
2679
2293 -#: wt-status.c:949
2680 +#: wt-status.c:950
2681 msgid "You have unmerged paths."
2682 msgstr "병합하지 않은 경로가 있습니다."
2683
2297 -#: wt-status.c:952
2684 +#: wt-status.c:953
2685 msgid " (fix conflicts and run \"git commit\")"
2686 msgstr " (충돌을 바로잡고 \"git commit\"을 실행하십시오)"
2687
2301 -#: wt-status.c:956
2688 +#: wt-status.c:955
2689 +msgid " (use \"git merge --abort\" to abort the merge)"
2690 +msgstr " (병합을 중단하려면 \"git merge --abort\"를 사용하십시오)"
2691 +
2692 +#: wt-status.c:960
2693 msgid "All conflicts fixed but you are still merging."
2694 msgstr "모든 충돌을 바로잡았지만 아직 병합하는 중입니다."
2695
2305 -#: wt-status.c:959
2696 +#: wt-status.c:963
2697 msgid " (use \"git commit\" to conclude merge)"
2698 msgstr " (병합을 마무리하려면 \"git commit\"을 사용하십시오)"
2699
2309 -#: wt-status.c:969
2700 +#: wt-status.c:973
2701 msgid "You are in the middle of an am session."
2702 msgstr "am 세션 중간에 있습니다."
2703
2313 -#: wt-status.c:972
2704 +#: wt-status.c:976
2705 msgid "The current patch is empty."
2706 msgstr "현재 패치가 비어 있습니다."
2707
2317 -#: wt-status.c:976
2708 +#: wt-status.c:980
2709 msgid " (fix conflicts and then run \"git am --continue\")"
2710 msgstr " (충돌을 바로잡은 다음 \"git am --continue\"를 사용하십시오)"
2711
2321 -#: wt-status.c:978
2712 +#: wt-status.c:982
2713 msgid " (use \"git am --skip\" to skip this patch)"
2714 msgstr " (이 패치를 건너 뛰려면 \"git am --skip\"을 사용하십시오)"
2715
2325 -#: wt-status.c:980
2716 +#: wt-status.c:984
2717 msgid " (use \"git am --abort\" to restore the original branch)"
2718 msgstr " (원본 브랜치를 복구하려면 \"git am --abort\"를 사용하십시오)"
2719
2329 -#: wt-status.c:1105
2720 +#: wt-status.c:1109
2721 msgid "No commands done."
2722 msgstr "완료한 명령 없음."
2723
2333 -#: wt-status.c:1108
2724 +#: wt-status.c:1112
2725 #, c-format
2726 msgid "Last command done (%d command done):"
2727 msgid_plural "Last commands done (%d commands done):"
2728 msgstr[0] "최근 완료한 명령 (%d개 명령 완료):"
2729
2339 -#: wt-status.c:1119
2730 +#: wt-status.c:1123
2731 #, c-format
2732 msgid " (see more in file %s)"
2733 msgstr " (자세한 정보는 %s 파일 참고)"
2734
2344 -#: wt-status.c:1124
2735 +#: wt-status.c:1128
2736 msgid "No commands remaining."
2737 msgstr "명령이 남아있지 않음."
2738
2348 -#: wt-status.c:1127
2739 +#: wt-status.c:1131
2740 #, c-format
2741 msgid "Next command to do (%d remaining command):"
2742 msgid_plural "Next commands to do (%d remaining commands):"
2743 msgstr[0] "다음에 할 명령 (%d개 명령 남음):"
2744
2354 -#: wt-status.c:1135
2745 +#: wt-status.c:1139
2746 msgid " (use \"git rebase --edit-todo\" to view and edit)"
2747 msgstr " (보고 편집하려면 \"git rebase --edit-todo\"를 사용하십시오)"
2748
2358 -#: wt-status.c:1148
2749 +#: wt-status.c:1152
2750 #, c-format
2751 msgid "You are currently rebasing branch '%s' on '%s'."
2752 msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중입니다."
2753
2363 -#: wt-status.c:1153
2754 +#: wt-status.c:1157
2755 msgid "You are currently rebasing."
2756 msgstr "현재 리베이스하는 중입니다."
2757
2367 -#: wt-status.c:1167
2758 +#: wt-status.c:1171
2759 msgid " (fix conflicts and then run \"git rebase --continue\")"
2760 msgstr " (충돌을 바로잡고 \"git rebase --continue\"를 사용하십시오)"
2761
2371 -#: wt-status.c:1169
2762 +#: wt-status.c:1173
2763 msgid " (use \"git rebase --skip\" to skip this patch)"
2764 msgstr " (이 패치를 건너뛰려면 \"git rebase --skip\"을 사용하십시오)"
2765
2375 -#: wt-status.c:1171
2766 +#: wt-status.c:1175
2767 msgid " (use \"git rebase --abort\" to check out the original branch)"
2768 msgstr " (원본 브랜치를 가져오려면 \"git rebase --abort\"를 사용하십시오)"
2769
2379 -#: wt-status.c:1177
2770 +#: wt-status.c:1181
2771 msgid " (all conflicts fixed: run \"git rebase --continue\")"
2772 msgstr ""
2773 " (모든 충돌을 바로잡았습니다: \"git rebase --continue\"를 실행하십시오)"
2774
2384 -#: wt-status.c:1181
2775 +#: wt-status.c:1185
2776 #, c-format
2777 msgid ""
2778 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
2779 msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 분리하는 중입니다."
2780
2390 -#: wt-status.c:1186
2781 +#: wt-status.c:1190
2782 msgid "You are currently splitting a commit during a rebase."
2783 msgstr "현재 리베이스하는 중 커밋을 분리하는 중입니다."
2784
2394 -#: wt-status.c:1189
2785 +#: wt-status.c:1193
2786 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
2787 msgstr " (작업 폴더가 깨끗해지면, \"git rebase --continue\"를 실행하십시오)"
2788
2398 -#: wt-status.c:1193
2789 +#: wt-status.c:1197
2790 #, c-format
2791 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2792 msgstr "'%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 편집하는 중입니다."
2793
2403 -#: wt-status.c:1198
2794 +#: wt-status.c:1202
2795 msgid "You are currently editing a commit during a rebase."
2796 msgstr "리베이스 중에 커밋을 편집하는 중입니다."
2797
2407 -#: wt-status.c:1201
2798 +#: wt-status.c:1205
2799 msgid " (use \"git commit --amend\" to amend the current commit)"
2800 msgstr " (현재 커밋을 수정하려면 \"git commit --amend\"을 사용하십시오)"
2801
2411 -#: wt-status.c:1203
2802 +#: wt-status.c:1207
2803 msgid ""
2804 " (use \"git rebase --continue\" once you are satisfied with your changes)"
2805 msgstr " (변경 사항에 만족할 때 \"git rebase --continue\"를 사용하십시오)"
2806
2416 -#: wt-status.c:1213
2807 +#: wt-status.c:1217
2808 #, c-format
2809 msgid "You are currently cherry-picking commit %s."
2810 msgstr "현재 %s 커밋을 뽑아 내고 있습니다."
2811
2421 -#: wt-status.c:1218
2812 +#: wt-status.c:1222
2813 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2814 msgstr " (충돌을 바로잡고 \"git cherry-pick --continue\"를 실행하십시오)"
2815
2425 -#: wt-status.c:1221
2816 +#: wt-status.c:1225
2817 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2818 msgstr ""
2819 " (모든 충돌을 바로잡았습니다: \"git cherry-pick --continue\"를 실행하십시오)"
2820
2430 -#: wt-status.c:1223
2821 +#: wt-status.c:1227
2822 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2823 msgstr " (뽑기 작업을 취소하려면 \"git cherry-pick --abort\"를 사용하십시오)"
2824
2434 -#: wt-status.c:1232
2825 +#: wt-status.c:1236
2826 #, c-format
2827 msgid "You are currently reverting commit %s."
2828 msgstr "현재 %s 커밋을 되돌리는 중입니다."
2829
2439 -#: wt-status.c:1237
2830 +#: wt-status.c:1241
2831 msgid " (fix conflicts and run \"git revert --continue\")"
2832 msgstr " (충돌을 바로잡고 \"git revert --continue\"를 실행하십시오)"
2833
2443 -#: wt-status.c:1240
2834 +#: wt-status.c:1244
2835 msgid " (all conflicts fixed: run \"git revert --continue\")"
2836 msgstr ""
2837 " (모든 충돌을 바로잡았습니다: \"git revert --continue\"를 실행하십시오)"
2838
2448 -#: wt-status.c:1242
2839 +#: wt-status.c:1246
2840 msgid " (use \"git revert --abort\" to cancel the revert operation)"
2841 msgstr " (되돌리기 작업을 취소하려면 \"git revert --abort\"를 사용하십시오)"
2842
2452 -#: wt-status.c:1253
2843 +#: wt-status.c:1257
2844 #, c-format
2845 msgid "You are currently bisecting, started from branch '%s'."
2846 msgstr "'이등분하는 중입니다. '%s' 브랜치부터 시작."
2847
2457 -#: wt-status.c:1257
2848 +#: wt-status.c:1261
2849 msgid "You are currently bisecting."
2850 msgstr "'이등분하는 중입니다."
2851
2461 -#: wt-status.c:1260
2852 +#: wt-status.c:1264
2853 msgid " (use \"git bisect reset\" to get back to the original branch)"
2854 msgstr " (원래 브랜치로 돌아가려면 \"git bisect reset\"을 사용하십시오)"
2855
2465 -#: wt-status.c:1460
2856 +#: wt-status.c:1464
2857 msgid "On branch "
2858 msgstr "현재 브랜치 "
2859
2469 -#: wt-status.c:1466
2860 +#: wt-status.c:1470
2861 msgid "interactive rebase in progress; onto "
2862 msgstr "대화형 리베이스 진행 중. 갈 위치는 "
2863
2473 -#: wt-status.c:1468
2864 +#: wt-status.c:1472
2865 msgid "rebase in progress; onto "
2866 msgstr "리베이스 진행 중. 갈 위치는 "
2867
2477 -#: wt-status.c:1473
2868 +#: wt-status.c:1477
2869 msgid "HEAD detached at "
2870 msgstr "HEAD가 다음 위치에서 분리: "
2871
2481 -#: wt-status.c:1475
2872 +#: wt-status.c:1479
2873 msgid "HEAD detached from "
2874 msgstr "HEAD가 다음으로부터 분리: "
2875
2485 -#: wt-status.c:1478
2876 +#: wt-status.c:1482
2877 msgid "Not currently on any branch."
2878 msgstr "현재 어떤 브랜치도 사용하지 않음."
2879
2489 -#: wt-status.c:1496
2880 +#: wt-status.c:1500
2881 msgid "Initial commit"
2882 msgstr "최초 커밋"
2883
2493 -#: wt-status.c:1510
2884 +#: wt-status.c:1514
2885 msgid "Untracked files"
2886 msgstr "추적하지 않는 파일"
2887
2497 -#: wt-status.c:1512
2888 +#: wt-status.c:1516
2889 msgid "Ignored files"
2890 msgstr "무시한 파일"
2891
2501 -#: wt-status.c:1516
2892 +#: wt-status.c:1520
2893 #, c-format
2894 msgid ""
2895 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -2509,20 +2900,20 @@ msgstr ""
2900 "'status -uno' 옵션을 쓰면 빨라질 수도 있지만, 새 파일을\n"
2901 "직접 찾아서 추가해야 합니다. ('git help status' 참고)"
2902
2512 -#: wt-status.c:1522
2903 +#: wt-status.c:1526
2904 #, c-format
2905 msgid "Untracked files not listed%s"
2906 msgstr "추적하지 않는 파일을 보지 않습니다%s"
2907
2517 -#: wt-status.c:1524
2908 +#: wt-status.c:1528
2909 msgid " (use -u option to show untracked files)"
2910 msgstr " (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)"
2911
2521 -#: wt-status.c:1530
2912 +#: wt-status.c:1534
2913 msgid "No changes"
2914 msgstr "변경 사항 없음"
2915
2525 -#: wt-status.c:1535
2916 +#: wt-status.c:1539
2917 #, c-format
2918 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2919 msgstr ""
@@ -2530,12 +2921,12 @@ msgstr ""
2921 "\"를\n"
2922 "사용하십시오)\n"
2923
2533 -#: wt-status.c:1538
2924 +#: wt-status.c:1542
2925 #, c-format
2926 msgid "no changes added to commit\n"
2927 msgstr "커밋할 변경 사항을 추가하지 않았습니다\n"
2928
2538 -#: wt-status.c:1541
2929 +#: wt-status.c:1545
2930 #, c-format
2931 msgid ""
2932 "nothing added to commit but untracked files present (use \"git add\" to "
@@ -2545,51 +2936,51 @@ msgstr ""
2936 "\"git\n"
2937 "add\"를 사용하십시오)\n"
2938
2548 -#: wt-status.c:1544
2939 +#: wt-status.c:1548
2940 #, c-format
2941 msgid "nothing added to commit but untracked files present\n"
2942 msgstr "커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다\n"
2943
2553 -#: wt-status.c:1547
2944 +#: wt-status.c:1551
2945 #, c-format
2946 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2947 msgstr ""
2948 "커밋할 사항 없음 (파일을 만들거나 복사하고 \"git add\"를 사용하면 추적합니"
2949 "다)\n"
2950
2560 -#: wt-status.c:1550 wt-status.c:1555
2951 +#: wt-status.c:1554 wt-status.c:1559
2952 #, c-format
2953 msgid "nothing to commit\n"
2954 msgstr "커밋할 사항 없음\n"
2955
2565 -#: wt-status.c:1553
2956 +#: wt-status.c:1557
2957 #, c-format
2958 msgid "nothing to commit (use -u to show untracked files)\n"
2959 msgstr ""
2960 "커밋할 사항 없음 (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)\n"
2961
2571 -#: wt-status.c:1557
2962 +#: wt-status.c:1561
2963 #, c-format
2573 -msgid "nothing to commit, working directory clean\n"
2964 +msgid "nothing to commit, working tree clean\n"
2965 msgstr "커밋할 사항 없음, 작업 폴더 깨끗함\n"
2966
2576 -#: wt-status.c:1664
2967 +#: wt-status.c:1668
2968 msgid "Initial commit on "
2969 msgstr "최초 커밋, 브랜치: "
2970
2580 -#: wt-status.c:1668
2971 +#: wt-status.c:1672
2972 msgid "HEAD (no branch)"
2973 msgstr "HEAD (브랜치 없음)"
2974
2584 -#: wt-status.c:1697
2975 +#: wt-status.c:1701
2976 msgid "gone"
2977 msgstr "없음"
2978
2588 -#: wt-status.c:1699 wt-status.c:1707
2979 +#: wt-status.c:1703 wt-status.c:1711
2980 msgid "behind "
2981 msgstr "다음 뒤에: "
2982
2592 -#: wt-status.c:1702 wt-status.c:1705
2983 +#: wt-status.c:1706 wt-status.c:1709
2984 msgid "ahead "
2985 msgstr "다음 앞에: "
2986
@@ -2607,253 +2998,267 @@ msgstr "git add [<옵션>] [--] <경로명세>..."
2998 msgid "unexpected diff status %c"
2999 msgstr "예상치 못한 diff 상태 %c"
3000
2610 -#: builtin/add.c:70 builtin/commit.c:280
3001 +#: builtin/add.c:71 builtin/commit.c:281
3002 msgid "updating files failed"
3003 msgstr "파일 업데이트가 실패했습니다"
3004
2614 -#: builtin/add.c:80
3005 +#: builtin/add.c:81
3006 #, c-format
3007 msgid "remove '%s'\n"
3008 msgstr "'%s' 제거\n"
3009
2619 -#: builtin/add.c:134
3010 +#: builtin/add.c:136
3011 msgid "Unstaged changes after refreshing the index:"
3012 msgstr "인덱스를 새로 고친 다음 커밋 표시하지 않은 변경 사항:"
3013
2623 -#: builtin/add.c:194 builtin/rev-parse.c:811
3014 +#: builtin/add.c:196 builtin/rev-parse.c:811
3015 msgid "Could not read the index"
3016 msgstr "인덱스를 읽을 수 없습니다"
3017
2627 -#: builtin/add.c:205
3018 +#: builtin/add.c:207
3019 #, c-format
3020 msgid "Could not open '%s' for writing."
3021 msgstr "'%s' 파일을 쓰기용으로 열 수 없습니다."
3022
2632 -#: builtin/add.c:209
3023 +#: builtin/add.c:211
3024 msgid "Could not write patch"
3025 msgstr "패치를 쓸 수 없습니다"
3026
2636 -#: builtin/add.c:212
3027 +#: builtin/add.c:214
3028 msgid "editing patch failed"
3029 msgstr "패치 편집에 실패했습니다"
3030
2640 -#: builtin/add.c:215
3031 +#: builtin/add.c:217
3032 #, c-format
3033 msgid "Could not stat '%s'"
3034 msgstr "'%s'을(를) stat()할 수 없습니다"
3035
2645 -#: builtin/add.c:217
3036 +#: builtin/add.c:219
3037 msgid "Empty patch. Aborted."
3038 msgstr "빈 패치. 중지."
3039
2649 -#: builtin/add.c:222
3040 +#: builtin/add.c:224
3041 #, c-format
3042 msgid "Could not apply '%s'"
3043 msgstr "'%s'을(를) 적용할 수 없습니다"
3044
2654 -#: builtin/add.c:232
3045 +#: builtin/add.c:234
3046 msgid "The following paths are ignored by one of your .gitignore files:\n"
3047 msgstr "다음 경로는 .gitignore 파일 중 하나 때문에 무시합니다:\n"
3048
2658 -#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2659 -#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:511
2660 -#: builtin/remote.c:1332 builtin/rm.c:268 builtin/send-pack.c:162
3049 +#: builtin/add.c:253 builtin/clean.c:870 builtin/fetch.c:113 builtin/mv.c:111
3050 +#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:521
3051 +#: builtin/remote.c:1327 builtin/rm.c:268 builtin/send-pack.c:162
3052 msgid "dry run"
3053 msgstr "가짜로 실행"
3054
2664 -#: builtin/add.c:250 builtin/apply.c:4563 builtin/check-ignore.c:19
2665 -#: builtin/commit.c:1333 builtin/count-objects.c:85 builtin/fsck.c:557
2666 -#: builtin/log.c:1826 builtin/mv.c:110 builtin/read-tree.c:114
3055 +#: builtin/add.c:254 builtin/apply.c:4854 builtin/check-ignore.c:19
3056 +#: builtin/commit.c:1334 builtin/count-objects.c:85 builtin/fsck.c:593
3057 +#: builtin/log.c:1852 builtin/mv.c:110 builtin/read-tree.c:114
3058 msgid "be verbose"
3059 msgstr "자세히 표시"
3060
2670 -#: builtin/add.c:252
3061 +#: builtin/add.c:256
3062 msgid "interactive picking"
3063 msgstr "대화식으로 고릅니다"
3064
2674 -#: builtin/add.c:253 builtin/checkout.c:1154 builtin/reset.c:286
3065 +#: builtin/add.c:257 builtin/checkout.c:1156 builtin/reset.c:286
3066 msgid "select hunks interactively"
3067 msgstr "대화식으로 변경된 부분을 선택합니다"
3068
2678 -#: builtin/add.c:254
3069 +#: builtin/add.c:258
3070 msgid "edit current diff and apply"
3071 msgstr "현재 diff를 편집하고 적용합니다"
3072
2682 -#: builtin/add.c:255
3073 +#: builtin/add.c:259
3074 msgid "allow adding otherwise ignored files"
3075 msgstr "무시하는 파일의 추가를 허용합니다"
3076
2686 -#: builtin/add.c:256
3077 +#: builtin/add.c:260
3078 msgid "update tracked files"
3079 msgstr "추적되는 파일을 업데이트합니다"
3080
2690 -#: builtin/add.c:257
3081 +#: builtin/add.c:261
3082 msgid "record only the fact that the path will be added later"
3083 msgstr "나중에 추가할 것이라는 사실만 기록합니다"
3084
2694 -#: builtin/add.c:258
3085 +#: builtin/add.c:262
3086 msgid "add changes from all tracked and untracked files"
3087 msgstr "추적되고 추적되지 않는 모든 파일의 변경 사항을 추가합니다"
3088
2698 -#: builtin/add.c:261
3089 +#: builtin/add.c:265
3090 msgid "ignore paths removed in the working tree (same as --no-all)"
3091 msgstr "작업 폴더에서 제거한 경로를 무시합니다 (--no-all과 동일)"
3092
2702 -#: builtin/add.c:263
3093 +#: builtin/add.c:267
3094 msgid "don't add, only refresh the index"
3095 msgstr "추가하지 않고 인덱스만 새로 고칩니다"
3096
2706 -#: builtin/add.c:264
3097 +#: builtin/add.c:268
3098 msgid "just skip files which cannot be added because of errors"
3099 msgstr "오류 때문에 추가할 수 없는 파일을 건너뜁니다"
3100
2710 -#: builtin/add.c:265
3101 +#: builtin/add.c:269
3102 msgid "check if - even missing - files are ignored in dry run"
3103 msgstr "가짜로 실행했을 때 파일을 무시하는지 확인합니다"
3104
2714 -#: builtin/add.c:287
3105 +#: builtin/add.c:270 builtin/update-index.c:958
3106 +msgid "(+/-)x"
3107 +msgstr "(+/-)x"
3108 +
3109 +#: builtin/add.c:270 builtin/update-index.c:959
3110 +msgid "override the executable bit of the listed files"
3111 +msgstr "목록의 파일에서 실행 가능 비트를 바꿉니다"
3112 +
3113 +#: builtin/add.c:292
3114 #, c-format
3115 msgid "Use -f if you really want to add them.\n"
3116 msgstr "정말로 추가하려면 -f 옵션을 사용하십시오.\n"
3117
2719 -#: builtin/add.c:294
3118 +#: builtin/add.c:300
3119 msgid "adding files failed"
3120 msgstr "파일 추가가 실패했습니다"
3121
2723 -#: builtin/add.c:330
3122 +#: builtin/add.c:336
3123 msgid "-A and -u are mutually incompatible"
3124 msgstr "-A 및 -u 옵션은 서로 호환되지 않습니다"
3125
2727 -#: builtin/add.c:337
3126 +#: builtin/add.c:343
3127 msgid "Option --ignore-missing can only be used together with --dry-run"
3128 msgstr ""
3129 "--ignore-missing 옵션은 --dry-run 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
3130
3131 #: builtin/add.c:352
3132 #, c-format
3133 +msgid "--chmod param '%s' must be either -x or +x"
3134 +msgstr "--chmod 파라미터 '%s'은(는) -x 또는 +x 형식이어야 합니다"
3135 +
3136 +#: builtin/add.c:367
3137 +#, c-format
3138 msgid "Nothing specified, nothing added.\n"
3139 msgstr "아무 것도 지정하지 않았으므로 아무 것도 추가하지 않습니다.\n"
3140
2737 -#: builtin/add.c:353
3141 +#: builtin/add.c:368
3142 #, c-format
3143 msgid "Maybe you wanted to say 'git add .'?\n"
3144 msgstr "'git add .' 명령을 실행하려고 한 것 아니었습니까?\n"
3145
2742 -#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2743 -#: builtin/commit.c:339 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3146 +#: builtin/add.c:373 builtin/check-ignore.c:172 builtin/checkout.c:279
3147 +#: builtin/checkout.c:473 builtin/clean.c:914 builtin/commit.c:340
3148 +#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3149 #: builtin/submodule--helper.c:240
3150 msgid "index file corrupt"
3151 msgstr "인덱스 파일이 손상되었습니다"
3152
2748 -#: builtin/add.c:439 builtin/apply.c:4661 builtin/mv.c:283 builtin/rm.c:430
3153 +#: builtin/add.c:454 builtin/apply.c:4784 builtin/mv.c:286 builtin/rm.c:431
3154 msgid "Unable to write new index file"
3155 msgstr "새 인덱스 파일에 쓸 수 없습니다"
3156
2752 -#: builtin/am.c:256 builtin/commit.c:749 builtin/merge.c:1089
3157 +#: builtin/am.c:257 builtin/commit.c:750 builtin/merge.c:1032
3158 #, c-format
3159 msgid "could not read '%s'"
3160 msgstr "'%s'에서 읽을 수 없습니다"
3161
2757 -#: builtin/am.c:430
3162 +#: builtin/am.c:426
3163 msgid "could not parse author script"
3164 msgstr "작성자 스크립트를 파싱할 수 없습니다"
3165
2761 -#: builtin/am.c:507
3166 +#: builtin/am.c:503
3167 #, c-format
3168 msgid "'%s' was deleted by the applypatch-msg hook"
3169 msgstr "applypatch-msg 훅 때문에 '%s'이(가) 삭제되었습니다."
3170
2766 -#: builtin/am.c:548 builtin/notes.c:300
3171 +#: builtin/am.c:544 builtin/notes.c:301
3172 #, c-format
3173 msgid "Malformed input line: '%s'."
3174 msgstr "잘못된 형식의 입력 줄: '%s'."
3175
2771 -#: builtin/am.c:585 builtin/notes.c:315
3176 +#: builtin/am.c:581 builtin/notes.c:316
3177 #, c-format
3178 msgid "Failed to copy notes from '%s' to '%s'"
3179 msgstr "'%s'에서 '%s'(으)로 노트를 복사하는데 실패했습니다"
3180
2776 -#: builtin/am.c:611
3181 +#: builtin/am.c:607
3182 msgid "fseek failed"
3183 msgstr "fseek 실패"
3184
2780 -#: builtin/am.c:788
3185 +#: builtin/am.c:787
3186 #, c-format
3187 msgid "could not parse patch '%s'"
3188 msgstr "'%s' 패치를 파싱할 수 없습니다"
3189
2785 -#: builtin/am.c:853
3190 +#: builtin/am.c:852
3191 msgid "Only one StGIT patch series can be applied at once"
3192 msgstr "한번에 하나의 StGIT 패치 시리즈만 적용할 수 있습니다"
3193
2789 -#: builtin/am.c:900
3194 +#: builtin/am.c:899
3195 msgid "invalid timestamp"
3196 msgstr "시각이 잘못되었습니다"
3197
2793 -#: builtin/am.c:903 builtin/am.c:911
3198 +#: builtin/am.c:902 builtin/am.c:910
3199 msgid "invalid Date line"
3200 msgstr "Date 줄이 잘못되었습니다"
3201
2797 -#: builtin/am.c:908
3202 +#: builtin/am.c:907
3203 msgid "invalid timezone offset"
3204 msgstr "시간대 오프셋이 잘못되었습니다"
3205
2801 -#: builtin/am.c:995
3206 +#: builtin/am.c:996
3207 msgid "Patch format detection failed."
3208 msgstr "패치 형식 검색이 실패했습니다."
3209
2805 -#: builtin/am.c:1000 builtin/clone.c:380
3210 +#: builtin/am.c:1001 builtin/clone.c:380
3211 #, c-format
3212 msgid "failed to create directory '%s'"
3213 msgstr "'%s' 디렉터리 만들기가 실패했습니다"
3214
2810 -#: builtin/am.c:1004
3215 +#: builtin/am.c:1005
3216 msgid "Failed to split patches."
3217 msgstr "패치를 쪼개는데 실패했습니다."
3218
2814 -#: builtin/am.c:1136 builtin/commit.c:365
3219 +#: builtin/am.c:1137 builtin/commit.c:366
3220 msgid "unable to write index file"
3221 msgstr "인덱스 파일을 쓸 수 없습니다"
3222
2818 -#: builtin/am.c:1187
3223 +#: builtin/am.c:1188
3224 #, c-format
3225 msgid "When you have resolved this problem, run \"%s --continue\"."
3226 msgstr "이 문제를 해결했을 때 \"%s --continue\"를 실행하십시오."
3227
2823 -#: builtin/am.c:1188
3228 +#: builtin/am.c:1189
3229 #, c-format
3230 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
3231 msgstr "이 패치를 건너뛰려면, 그 대신 \"%s --skip\"을 실행하십시오."
3232
2828 -#: builtin/am.c:1189
3233 +#: builtin/am.c:1190
3234 #, c-format
3235 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
3236 msgstr ""
3237 "원래 브랜치를 복구하고 패치 적용을 중지하려면 \"%s --abort\"를 실행하십시오."
3238
2834 -#: builtin/am.c:1327
3239 +#: builtin/am.c:1328
3240 msgid "Patch is empty. Was it split wrong?"
3241 msgstr "패치가 비어 있습니다. 잘못 쪼개지지 않았나요?"
3242
2838 -#: builtin/am.c:1401 builtin/log.c:1516
3243 +#: builtin/am.c:1402 builtin/log.c:1543
3244 #, c-format
3245 msgid "invalid ident line: %s"
3246 msgstr "잘못된 신원 줄: %s"
3247
2843 -#: builtin/am.c:1428
3248 +#: builtin/am.c:1429
3249 #, c-format
3250 msgid "unable to parse commit %s"
3251 msgstr "%s 커밋을 파싱할 수 없습니다"
3252
2848 -#: builtin/am.c:1630
3253 +#: builtin/am.c:1602
3254 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3255 msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
3256
2852 -#: builtin/am.c:1632
3257 +#: builtin/am.c:1604
3258 msgid "Using index info to reconstruct a base tree..."
3259 msgstr "인덱스 정보를 사용해 기본 트리를 다시 만듭니다..."
3260
2856 -#: builtin/am.c:1651
3261 +#: builtin/am.c:1623
3262 msgid ""
3263 "Did you hand edit your patch?\n"
3264 "It does not apply to blobs recorded in its index."
@@ -2861,38 +3266,38 @@ msgstr ""
3266 "패치를 직접 편집하셨습니까?\n"
3267 "이 패치는 인덱스에 기록된 블롭에는 적용되지 않습니다."
3268
2864 -#: builtin/am.c:1657
3269 +#: builtin/am.c:1629
3270 msgid "Falling back to patching base and 3-way merge..."
3271 msgstr "베이스 패치 적용 및 3-방향 병합으로 대신합니다..."
3272
2868 -#: builtin/am.c:1672
3273 +#: builtin/am.c:1654
3274 msgid "Failed to merge in the changes."
3275 msgstr "변경 사항에서 병합하는데 실패했습니다."
3276
2872 -#: builtin/am.c:1696 builtin/merge.c:636
3277 +#: builtin/am.c:1679 builtin/merge.c:628
3278 msgid "git write-tree failed to write a tree"
3279 msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
3280
2876 -#: builtin/am.c:1703
3281 +#: builtin/am.c:1686
3282 msgid "applying to an empty history"
3283 msgstr "빈 커밋 내역에 대해 적용합니다"
3284
2880 -#: builtin/am.c:1716 builtin/commit.c:1775 builtin/merge.c:841
2881 -#: builtin/merge.c:866
3285 +#: builtin/am.c:1699 builtin/commit.c:1776 builtin/merge.c:798
3286 +#: builtin/merge.c:823
3287 msgid "failed to write commit object"
3288 msgstr "커밋 오브젝트를 쓰는데 실패했습니다"
3289
2885 -#: builtin/am.c:1748 builtin/am.c:1752
3290 +#: builtin/am.c:1731 builtin/am.c:1735
3291 #, c-format
3292 msgid "cannot resume: %s does not exist."
3293 msgstr "다시 시작할 수 없습니다: %s이(가) 없습니다."
3294
2890 -#: builtin/am.c:1768
3295 +#: builtin/am.c:1751
3296 msgid "cannot be interactive without stdin connected to a terminal."
3297 msgstr ""
3298 "터미널에 표준 입력이 연결되지 않은 상태에서 대화형으로 실행할 수 없습니다."
3299
2895 -#: builtin/am.c:1773
3300 +#: builtin/am.c:1756
3301 msgid "Commit Body is:"
3302 msgstr "커밋 본문은:"
3303
@@ -2900,35 +3305,35 @@ msgstr "커밋 본문은:"
3305 #. in your translation. The program will only accept English
3306 #. input at this point.
3307 #.
2903 -#: builtin/am.c:1783
3308 +#: builtin/am.c:1766
3309 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3310 msgstr "적용? 예[y]/아니오[n]/편집[e]/패치 보기[v]/모두 적용[a]: "
3311
2907 -#: builtin/am.c:1833
3312 +#: builtin/am.c:1816
3313 #, c-format
3314 msgid "Dirty index: cannot apply patches (dirty: %s)"
3315 msgstr "변경된 인덱스: 패치를 적용할 수 없습니다 (dirty: %s)"
3316
2912 -#: builtin/am.c:1868 builtin/am.c:1940
3317 +#: builtin/am.c:1853 builtin/am.c:1925
3318 #, c-format
3319 msgid "Applying: %.*s"
3320 msgstr "적용하는 중: %.*s"
3321
2917 -#: builtin/am.c:1884
3322 +#: builtin/am.c:1869
3323 msgid "No changes -- Patch already applied."
3324 msgstr "변경 사항 없음 -- 패치가 이미 적용되었습니다."
3325
2921 -#: builtin/am.c:1892
3326 +#: builtin/am.c:1877
3327 #, c-format
3328 msgid "Patch failed at %s %.*s"
3329 msgstr "패치가 %s %.*s 위치에서 실패했습니다"
3330
2926 -#: builtin/am.c:1898
3331 +#: builtin/am.c:1883
3332 #, c-format
3333 msgid "The copy of the patch that failed is found in: %s"
3334 msgstr "실패한 패치의 복사본이 다음 위치에 있습니다: %s"
3335
2931 -#: builtin/am.c:1943
3336 +#: builtin/am.c:1928
3337 msgid ""
3338 "No changes - did you forget to use 'git add'?\n"
3339 "If there is nothing left to stage, chances are that something else\n"
@@ -2938,7 +3343,7 @@ msgstr ""
3343 "커밋으로 표시할 사항이 남아 있지 않으면, 이미 같은 패치에서 적용된\n"
3344 "경우일 수도 있습니다. 그런 경우에는 이 패치를 건너뛰면 됩니다."
3345
2941 -#: builtin/am.c:1950
3346 +#: builtin/am.c:1935
3347 msgid ""
3348 "You still have unmerged paths in your index.\n"
3349 "Did you forget to use 'git add'?"
@@ -2946,17 +3351,17 @@ msgstr ""
3351 "인덱스에 병합하지 않은 경로가 남아 있습니다.\n"
3352 "'git add' 사용을 잊지 않으셨습니까?"
3353
2949 -#: builtin/am.c:2058 builtin/am.c:2062 builtin/am.c:2074 builtin/reset.c:308
3354 +#: builtin/am.c:2043 builtin/am.c:2047 builtin/am.c:2059 builtin/reset.c:308
3355 #: builtin/reset.c:316
3356 #, c-format
3357 msgid "Could not parse object '%s'."
3358 msgstr "'%s' 오브젝트를 파싱할 수 없습니다."
3359
2955 -#: builtin/am.c:2110
3360 +#: builtin/am.c:2095
3361 msgid "failed to clean index"
3362 msgstr "인덱스 지우기에 실패했습니다"
3363
2959 -#: builtin/am.c:2144
3364 +#: builtin/am.c:2129
3365 msgid ""
3366 "You seem to have moved HEAD since the last 'am' failure.\n"
3367 "Not rewinding to ORIG_HEAD"
@@ -2964,157 +3369,157 @@ msgstr ""
3369 "마지막 'am' 실패 이후 HEAD를 옮긴 것 같습니다.\n"
3370 "ORIG_HEAD로 되돌리지 않습니다."
3371
2967 -#: builtin/am.c:2205
3372 +#: builtin/am.c:2192
3373 #, c-format
3374 msgid "Invalid value for --patch-format: %s"
3375 msgstr "--patch-format 옵션에 대해 잘못된 값: %s"
3376
2972 -#: builtin/am.c:2238
3377 +#: builtin/am.c:2225
3378 msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
3379 msgstr "git am [<옵션>] [(<mbox>|<Maildir>)...]"
3380
2976 -#: builtin/am.c:2239
3381 +#: builtin/am.c:2226
3382 msgid "git am [<options>] (--continue | --skip | --abort)"
3383 msgstr "git am [<옵션>] (--continue | --skip | --abort)"
3384
2980 -#: builtin/am.c:2245
3385 +#: builtin/am.c:2232
3386 msgid "run interactively"
3387 msgstr "대화형으로 실행합니다"
3388
2984 -#: builtin/am.c:2247
3389 +#: builtin/am.c:2234
3390 msgid "historical option -- no-op"
3391 msgstr "아무 동작도 하지 않습니다 (과거부터 있었던 옵션)"
3392
2988 -#: builtin/am.c:2249
3393 +#: builtin/am.c:2236
3394 msgid "allow fall back on 3way merging if needed"
3395 msgstr "필요하면 3-방향 병합으로 대신하도록 허용합니다"
3396
2992 -#: builtin/am.c:2250 builtin/init-db.c:478 builtin/prune-packed.c:57
2993 -#: builtin/repack.c:171
3397 +#: builtin/am.c:2237 builtin/init-db.c:481 builtin/prune-packed.c:57
3398 +#: builtin/repack.c:172
3399 msgid "be quiet"
3400 msgstr "간략히 표시합니다"
3401
2997 -#: builtin/am.c:2252
3402 +#: builtin/am.c:2239
3403 msgid "add a Signed-off-by line to the commit message"
3404 msgstr "커밋 메시지에 Signed-off-by 줄을 남깁니다"
3405
3001 -#: builtin/am.c:2255
3406 +#: builtin/am.c:2242
3407 msgid "recode into utf8 (default)"
3408 msgstr "UTF-8 인코딩으로 변환합니다 (기본값)"
3409
3005 -#: builtin/am.c:2257
3410 +#: builtin/am.c:2244
3411 msgid "pass -k flag to git-mailinfo"
3412 msgstr "git-mailinfo에 -k 옵션을 씁니다"
3413
3009 -#: builtin/am.c:2259
3414 +#: builtin/am.c:2246
3415 msgid "pass -b flag to git-mailinfo"
3416 msgstr "git-mailinfo에 -b 옵션을 씁니다"
3417
3013 -#: builtin/am.c:2261
3418 +#: builtin/am.c:2248
3419 msgid "pass -m flag to git-mailinfo"
3420 msgstr "git-mailinfo에 -m 옵션을 씁니다"
3421
3017 -#: builtin/am.c:2263
3422 +#: builtin/am.c:2250
3423 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
3424 msgstr "mbox 형식에 대해 git-mailsplit에 --keep-cr 옵션을 사용합니다"
3425
3021 -#: builtin/am.c:2266
3426 +#: builtin/am.c:2253
3427 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
3428 msgstr ""
3429 "am.keepcr에 무관하게 git-mailsplit에 --keep-cr 옵션을 사용하지 않습니다."
3430
3026 -#: builtin/am.c:2269
3431 +#: builtin/am.c:2256
3432 msgid "strip everything before a scissors line"
3433 msgstr "절취선 앞의 모든 사항을 무시합니다"
3434
3030 -#: builtin/am.c:2270 builtin/apply.c:4546
3435 +#: builtin/am.c:2257 builtin/apply.c:4837
3436 msgid "action"
3437 msgstr "동작"
3438
3034 -#: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:2280
3035 -#: builtin/am.c:2283 builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:2292
3036 -#: builtin/am.c:2298
3439 +#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
3440 +#: builtin/am.c:2270 builtin/am.c:2273 builtin/am.c:2276 builtin/am.c:2279
3441 +#: builtin/am.c:2285
3442 msgid "pass it through git-apply"
3443 msgstr "git-apply에 넘깁니다"
3444
3040 -#: builtin/am.c:2279 builtin/apply.c:4570
3445 +#: builtin/am.c:2266 builtin/apply.c:4861
3446 msgid "root"
3447 msgstr "최상위"
3448
3044 -#: builtin/am.c:2282 builtin/am.c:2285 builtin/apply.c:4508
3045 -#: builtin/apply.c:4511 builtin/clone.c:90 builtin/fetch.c:95
3449 +#: builtin/am.c:2269 builtin/am.c:2272 builtin/apply.c:4799
3450 +#: builtin/apply.c:4802 builtin/clone.c:90 builtin/fetch.c:96
3451 #: builtin/pull.c:179 builtin/submodule--helper.c:277
3047 -#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:485
3048 -#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:767
3049 -#: builtin/submodule--helper.c:770
3452 +#: builtin/submodule--helper.c:402 builtin/submodule--helper.c:482
3453 +#: builtin/submodule--helper.c:485 builtin/submodule--helper.c:823
3454 +#: builtin/submodule--helper.c:826
3455 msgid "path"
3456 msgstr "경로"
3457
3053 -#: builtin/am.c:2288 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3054 -#: builtin/grep.c:706 builtin/merge.c:199 builtin/pull.c:134 builtin/pull.c:193
3055 -#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:645
3458 +#: builtin/am.c:2275 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3459 +#: builtin/grep.c:706 builtin/merge.c:200 builtin/pull.c:134 builtin/pull.c:193
3460 +#: builtin/repack.c:181 builtin/repack.c:185 builtin/show-branch.c:645
3461 #: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:132
3462 #: parse-options.h:134 parse-options.h:244
3463 msgid "n"
3464 msgstr "n"
3465
3061 -#: builtin/am.c:2291 builtin/apply.c:4514
3466 +#: builtin/am.c:2278 builtin/apply.c:4805
3467 msgid "num"
3468 msgstr "개수"
3469
3065 -#: builtin/am.c:2294 builtin/for-each-ref.c:37 builtin/replace.c:438
3470 +#: builtin/am.c:2281 builtin/for-each-ref.c:37 builtin/replace.c:438
3471 #: builtin/tag.c:372
3472 msgid "format"
3473 msgstr "형식"
3474
3070 -#: builtin/am.c:2295
3475 +#: builtin/am.c:2282
3476 msgid "format the patch(es) are in"
3477 msgstr "패치의 형식"
3478
3074 -#: builtin/am.c:2301
3479 +#: builtin/am.c:2288
3480 msgid "override error message when patch failure occurs"
3481 msgstr "패치 실패가 발생했을 때 오류 메시지 대신 사용합니다"
3482
3078 -#: builtin/am.c:2303
3483 +#: builtin/am.c:2290
3484 msgid "continue applying patches after resolving a conflict"
3485 msgstr "충돌을 해결한 다음 패치 적용을 계속합니다"
3486
3082 -#: builtin/am.c:2306
3487 +#: builtin/am.c:2293
3488 msgid "synonyms for --continue"
3489 msgstr "--continue 옵션과 동일"
3490
3086 -#: builtin/am.c:2309
3491 +#: builtin/am.c:2296
3492 msgid "skip the current patch"
3493 msgstr "현재 패치 건너뛰기"
3494
3090 -#: builtin/am.c:2312
3495 +#: builtin/am.c:2299
3496 msgid "restore the original branch and abort the patching operation."
3497 msgstr "원래 브랜치를 복구하고 패치 적용 작업을 중지합니다."
3498
3499 # NOTE: 옵션의 의미는 이게 맞다. 원문에서는 사용자가
3500 # --committer-date-is-author-date라는 옵션을 보고 의미를 알 수 있다고 가정하고 있다.
3096 -#: builtin/am.c:2316
3501 +#: builtin/am.c:2303
3502 msgid "lie about committer date"
3503 msgstr "커미터 시각을 작성자 시각으로 넣습니다"
3504
3100 -#: builtin/am.c:2318
3505 +#: builtin/am.c:2305
3506 msgid "use current timestamp for author date"
3507 msgstr "현재 시각을 작성자 시각으로 사용합니다"
3508
3104 -#: builtin/am.c:2320 builtin/commit.c:1609 builtin/merge.c:228
3509 +#: builtin/am.c:2307 builtin/commit.c:1610 builtin/merge.c:229
3510 #: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:355
3511 msgid "key-id"
3512 msgstr "키-ID"
3513
3109 -#: builtin/am.c:2321
3514 +#: builtin/am.c:2308
3515 msgid "GPG-sign commits"
3516 msgstr "GPG 서명 커밋"
3517
3113 -#: builtin/am.c:2324
3518 +#: builtin/am.c:2311
3519 msgid "(internal use for git-rebase)"
3520 msgstr "(git-rebase를 위한 내부 용도)"
3521
3117 -#: builtin/am.c:2339
3522 +#: builtin/am.c:2326
3523 msgid ""
3524 "The -b/--binary option has been a no-op for long time, and\n"
3525 "it will be removed. Please do not use it anymore."
@@ -3122,16 +3527,16 @@ msgstr ""
3527 "-b/--binary 옵션은 오랜 시간 동안 아무 동작도 하지 않았으므로, 이\n"
3528 "옵션은 제거될 예정입니다. 이제 사용하지 마십시오."
3529
3125 -#: builtin/am.c:2346
3530 +#: builtin/am.c:2333
3531 msgid "failed to read the index"
3532 msgstr "인덱스 읽기에 실패했습니다"
3533
3129 -#: builtin/am.c:2361
3534 +#: builtin/am.c:2348
3535 #, c-format
3536 msgid "previous rebase directory %s still exists but mbox given."
3537 msgstr "이전 리베이스 디렉터리 %s이(가) 아직 있고 mbox를 지정했습니다."
3538
3134 -#: builtin/am.c:2385
3539 +#: builtin/am.c:2372
3540 #, c-format
3541 msgid ""
3542 "Stray %s directory found.\n"
@@ -3140,74 +3545,74 @@ msgstr ""
3545 "벗어난 %s 디렉터리가 발견되었습니다.\n"
3546 "제거하려면 \"git am --abort\"를 사용하십시오."
3547
3143 -#: builtin/am.c:2391
3548 +#: builtin/am.c:2378
3549 msgid "Resolve operation not in progress, we are not resuming."
3550 msgstr "해소 작업이 진행 중입니다. 다시 시작하지 않습니다."
3551
3147 -#: builtin/apply.c:59
3552 +#: builtin/apply.c:122
3553 msgid "git apply [<options>] [<patch>...]"
3554 msgstr "git apply [<옵션>] [<패치>...]"
3555
3151 -#: builtin/apply.c:111
3556 +#: builtin/apply.c:153
3557 #, c-format
3558 msgid "unrecognized whitespace option '%s'"
3559 msgstr "알 수 없는 공백 옵션 '%s'"
3560
3156 -#: builtin/apply.c:126
3561 +#: builtin/apply.c:169
3562 #, c-format
3563 msgid "unrecognized whitespace ignore option '%s'"
3564 msgstr "알 수 없는 공백 무시 옵션 '%s'"
3565
3161 -#: builtin/apply.c:818
3566 +#: builtin/apply.c:854
3567 #, c-format
3568 msgid "Cannot prepare timestamp regexp %s"
3569 msgstr "타임스탬프 정규식을 준비할 수 없습니다 (%s)"
3570
3166 -#: builtin/apply.c:827
3571 +#: builtin/apply.c:863
3572 #, c-format
3573 msgid "regexec returned %d for input: %s"
3574 msgstr "regexec()에서 다음 입력에 대해 %d번을 리턴했습니다: %s"
3575
3171 -#: builtin/apply.c:908
3576 +#: builtin/apply.c:947
3577 #, c-format
3578 msgid "unable to find filename in patch at line %d"
3579 msgstr "패치의 %d번 줄에 파일 이름을 찾을 수 없습니다"
3580
3176 -#: builtin/apply.c:937
3581 +#: builtin/apply.c:984
3582 #, c-format
3583 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
3584 msgstr ""
3585 "git apply: 잘못된 git-diff - %2$d번 줄에서 /dev/null을 기대했지만, '%1$s'이"
3586 "(가) 왔습니다"
3587
3183 -#: builtin/apply.c:942
3588 +#: builtin/apply.c:989
3589 #, c-format
3590 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
3591 msgstr ""
3592 "git apply: 잘못된 git-diff - %d번 줄에 새 파일 이름이 올바르지 않습니다"
3593
3189 -#: builtin/apply.c:943
3594 +#: builtin/apply.c:990
3595 #, c-format
3596 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
3597 msgstr ""
3598 "git apply: 잘못된 git-diff - %d번 줄에 예전 파일 이름이 올바르지 않습니다"
3599
3195 -#: builtin/apply.c:949
3600 +#: builtin/apply.c:995
3601 #, c-format
3602 msgid "git apply: bad git-diff - expected /dev/null on line %d"
3603 msgstr "git apply: 잘못된 git-diff - %d번 줄에서 /dev/null을 기대했습니다"
3604
3200 -#: builtin/apply.c:1406
3605 +#: builtin/apply.c:1489
3606 #, c-format
3607 msgid "recount: unexpected line: %.*s"
3608 msgstr "recount: 예상치 못한 줄: %.*s"
3609
3205 -#: builtin/apply.c:1463
3610 +#: builtin/apply.c:1550
3611 #, c-format
3612 msgid "patch fragment without header at line %d: %.*s"
3613 msgstr "%d번 줄에 헤더 없는 패치 부분: %.*s"
3614
3210 -#: builtin/apply.c:1480
3615 +#: builtin/apply.c:1567
3616 #, c-format
3617 msgid ""
3618 "git diff header lacks filename information when removing %d leading pathname "
@@ -3219,76 +3624,76 @@ msgstr[0] ""
3624 "경로 이름 부분에서 %d개를 제거라 때 git diff 헤더에 파일 이름 정보가 없습니"
3625 "다. (%d번 줄)"
3626
3222 -#: builtin/apply.c:1646
3627 +#: builtin/apply.c:1743
3628 msgid "new file depends on old contents"
3629 msgstr "새 파일이 예전 내용에 의존합니다"
3630
3226 -#: builtin/apply.c:1648
3631 +#: builtin/apply.c:1745
3632 msgid "deleted file still has contents"
3633 msgstr "삭제한 파일에 아직 내용이 들어 있습니다"
3634
3230 -#: builtin/apply.c:1674
3635 +#: builtin/apply.c:1774
3636 #, c-format
3637 msgid "corrupt patch at line %d"
3638 msgstr "패치가 %d번 줄에서 망가졌습니다"
3639
3235 -#: builtin/apply.c:1710
3640 +#: builtin/apply.c:1810
3641 #, c-format
3642 msgid "new file %s depends on old contents"
3643 msgstr "새 파일 %s이(가) 예전 내용에 의존합니다"
3644
3240 -#: builtin/apply.c:1712
3645 +#: builtin/apply.c:1812
3646 #, c-format
3647 msgid "deleted file %s still has contents"
3648 msgstr "삭제한 파일 %s이(가) 아직 내용이 들어 있습니다"
3649
3245 -#: builtin/apply.c:1715
3650 +#: builtin/apply.c:1815
3651 #, c-format
3652 msgid "** warning: file %s becomes empty but is not deleted"
3653 msgstr "** 경고: %s 파일의 내용이 비어 있지만 삭제되지 않았습니다"
3654
3250 -#: builtin/apply.c:1861
3655 +#: builtin/apply.c:1962
3656 #, c-format
3657 msgid "corrupt binary patch at line %d: %.*s"
3658 msgstr "%d번 줄에 바이너리 패치가 손상되었습니다: %.*s"
3659
3255 -#: builtin/apply.c:1895
3660 +#: builtin/apply.c:1999
3661 #, c-format
3662 msgid "unrecognized binary patch at line %d"
3663 msgstr "%d번 줄에 바이너리 패치가 이해할 수 없습니다"
3664
3260 -#: builtin/apply.c:2048
3665 +#: builtin/apply.c:2154
3666 #, c-format
3667 msgid "patch with only garbage at line %d"
3668 msgstr "%d번 줄에 쓰레기 데이터만 있는 패치"
3669
3265 -#: builtin/apply.c:2138
3670 +#: builtin/apply.c:2244
3671 #, c-format
3672 msgid "unable to read symlink %s"
3673 msgstr "%s 심볼릭 링크를 읽을 수 없습니다"
3674
3270 -#: builtin/apply.c:2142
3675 +#: builtin/apply.c:2248
3676 #, c-format
3677 msgid "unable to open or read %s"
3678 msgstr "%s을(를) 열거나 읽을 수 없습니다"
3679
3275 -#: builtin/apply.c:2775
3680 +#: builtin/apply.c:2901
3681 #, c-format
3682 msgid "invalid start of line: '%c'"
3683 msgstr "줄 시작이 잘못됨: '%c'"
3684
3280 -#: builtin/apply.c:2894
3685 +#: builtin/apply.c:3020
3686 #, c-format
3687 msgid "Hunk #%d succeeded at %d (offset %d line)."
3688 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
3689 msgstr[0] "패치 %d번 부분 %d번 줄에서 성공 (오프셋 %d줄)"
3690
3286 -#: builtin/apply.c:2906
3691 +#: builtin/apply.c:3032
3692 #, c-format
3693 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
3694 msgstr "컨텍스트가 (%ld/%ld)로 줄어듭니다. (%d번 줄에서 적용)"
3695
3291 -#: builtin/apply.c:2912
3696 +#: builtin/apply.c:3038
3697 #, c-format
3698 msgid ""
3699 "while searching for:\n"
@@ -3297,334 +3702,329 @@ msgstr ""
3702 "다음을 검색하던 중:\n"
3703 "%.*s"
3704
3300 -#: builtin/apply.c:2932
3705 +#: builtin/apply.c:3060
3706 #, c-format
3707 msgid "missing binary patch data for '%s'"
3708 msgstr "'%s'에 대한 바이너리 패치 데이터가 없습니다"
3709
3305 -#: builtin/apply.c:3033
3710 +#: builtin/apply.c:3163
3711 #, c-format
3712 msgid "binary patch does not apply to '%s'"
3713 msgstr "바이너리 패치를 '%s'에 적용할 수 없습니다"
3714
3310 -#: builtin/apply.c:3039
3715 +#: builtin/apply.c:3169
3716 #, c-format
3717 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
3718 msgstr ""
3719 "'%s'에 대한 바이너리 패치가 올바르지 않은 결과를 만듭니다. (기대한 값 %s, 실"
3720 "제 %s)"
3721
3317 -#: builtin/apply.c:3060
3722 +#: builtin/apply.c:3190
3723 #, c-format
3724 msgid "patch failed: %s:%ld"
3725 msgstr "패치 실패: %s:%ld"
3726
3322 -#: builtin/apply.c:3184
3727 +#: builtin/apply.c:3314
3728 #, c-format
3729 msgid "cannot checkout %s"
3730 msgstr "%s을(를) 가져올 수 없습니다"
3731
3327 -#: builtin/apply.c:3229 builtin/apply.c:3240 builtin/apply.c:3285
3328 -#, c-format
3329 -msgid "read of %s failed"
3330 -msgstr "%s 읽기가 실패했습니다"
3331 -
3332 -#: builtin/apply.c:3237
3732 +#: builtin/apply.c:3370
3733 #, c-format
3734 msgid "reading from '%s' beyond a symbolic link"
3735 msgstr "심볼릭 링크 뒤에 있는 '%s' 읽기"
3736
3337 -#: builtin/apply.c:3265 builtin/apply.c:3487
3737 +#: builtin/apply.c:3399 builtin/apply.c:3630
3738 #, c-format
3739 msgid "path %s has been renamed/deleted"
3740 msgstr "%s 경로가 이름이 바뀌었거나 삭제되었습니다"
3741
3342 -#: builtin/apply.c:3346 builtin/apply.c:3501
3742 +#: builtin/apply.c:3482 builtin/apply.c:3644
3743 #, c-format
3744 msgid "%s: does not exist in index"
3745 msgstr "%s: 인덱스에 없습니다"
3746
3347 -#: builtin/apply.c:3350 builtin/apply.c:3493 builtin/apply.c:3515
3747 +#: builtin/apply.c:3486 builtin/apply.c:3636 builtin/apply.c:3658
3748 #, c-format
3749 msgid "%s: %s"
3750 msgstr "%s: %s"
3751
3352 -#: builtin/apply.c:3355 builtin/apply.c:3509
3752 +#: builtin/apply.c:3491 builtin/apply.c:3652
3753 #, c-format
3754 msgid "%s: does not match index"
3755 msgstr "%s: 인덱스와 맞지 않습니다"
3756
3357 -#: builtin/apply.c:3457
3757 +#: builtin/apply.c:3597
3758 msgid "removal patch leaves file contents"
3759 msgstr "제거하는 패치 다음에 파일 내용이 남았습니다"
3760
3361 -#: builtin/apply.c:3526
3761 +#: builtin/apply.c:3669
3762 #, c-format
3763 msgid "%s: wrong type"
3764 msgstr "%s: 잘못된 종류"
3765
3366 -#: builtin/apply.c:3528
3766 +#: builtin/apply.c:3671
3767 #, c-format
3768 msgid "%s has type %o, expected %o"
3769 msgstr "%s의 종류가 %o이지만 %o이(가) 되어야 합니다"
3770
3371 -#: builtin/apply.c:3687 builtin/apply.c:3689
3771 +#: builtin/apply.c:3822 builtin/apply.c:3824
3772 #, c-format
3773 msgid "invalid path '%s'"
3774 msgstr "잘못된 경로 '%s'"
3775
3376 -#: builtin/apply.c:3744
3776 +#: builtin/apply.c:3879
3777 #, c-format
3778 msgid "%s: already exists in index"
3779 msgstr "%s: 이미 인덱스에 있습니다"
3780
3381 -#: builtin/apply.c:3747
3781 +#: builtin/apply.c:3882
3782 #, c-format
3783 msgid "%s: already exists in working directory"
3784 msgstr "%s: 이미 작업 디렉터리에 있습니다"
3785
3386 -#: builtin/apply.c:3767
3786 +#: builtin/apply.c:3902
3787 #, c-format
3788 msgid "new mode (%o) of %s does not match old mode (%o)"
3789 msgstr "%2$s의 새 모드(%1$o)가 예전 모드(%3$o)와 다릅니다"
3790
3391 -#: builtin/apply.c:3772
3791 +#: builtin/apply.c:3907
3792 #, c-format
3793 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3794 msgstr "%2$s의 새 모드(%1$o)가 %4$s의 예전 모드(%3$o)와 다릅니다"
3795
3396 -#: builtin/apply.c:3792
3796 +#: builtin/apply.c:3927
3797 #, c-format
3798 msgid "affected file '%s' is beyond a symbolic link"
3799 msgstr "영향 받는 '%s' 파일이 심볼릭 링크 뒤에 있습니다"
3800
3401 -#: builtin/apply.c:3796
3801 +#: builtin/apply.c:3931
3802 #, c-format
3803 msgid "%s: patch does not apply"
3804 msgstr "%s: 패치를 적용하지 않습니다"
3805
3406 -#: builtin/apply.c:3810
3806 +#: builtin/apply.c:3945
3807 #, c-format
3808 msgid "Checking patch %s..."
3809 msgstr "%s 패치를 확인하는 중입니다..."
3810
3411 -#: builtin/apply.c:3903 builtin/checkout.c:233 builtin/reset.c:135
3811 +#: builtin/apply.c:4038 builtin/checkout.c:233 builtin/reset.c:135
3812 #, c-format
3813 msgid "make_cache_entry failed for path '%s'"
3814 msgstr "경로 '%s'에 대해 make_cache_entry 실패"
3815
3416 -#: builtin/apply.c:4046
3816 +#: builtin/apply.c:4182
3817 #, c-format
3818 msgid "unable to remove %s from index"
3819 msgstr "인덱스에서 %s을(를) 제거할 수 없습니다"
3820
3421 -#: builtin/apply.c:4075
3821 +#: builtin/apply.c:4215
3822 #, c-format
3823 msgid "corrupt patch for submodule %s"
3824 msgstr "하위 모듈 %s에 대해 손상된 패치"
3825
3426 -#: builtin/apply.c:4079
3826 +#: builtin/apply.c:4219
3827 #, c-format
3828 msgid "unable to stat newly created file '%s'"
3829 msgstr "새로 만든 파일 '%s'에 대해 stat()할 수 없습니다"
3830
3431 -#: builtin/apply.c:4084
3831 +#: builtin/apply.c:4224
3832 #, c-format
3833 msgid "unable to create backing store for newly created file %s"
3834 msgstr "새로 만든 파일 '%s'에 대해 예비 저장소를 만들 수 없습니다"
3835
3436 -#: builtin/apply.c:4087 builtin/apply.c:4195
3836 +#: builtin/apply.c:4227 builtin/apply.c:4340
3837 #, c-format
3838 msgid "unable to add cache entry for %s"
3839 msgstr "%s에 대해 캐시 항목을 추가할 수 없습니다"
3840
3441 -#: builtin/apply.c:4120
3841 +#: builtin/apply.c:4260
3842 #, c-format
3843 msgid "closing file '%s'"
3844 msgstr "'%s' 파일을 닫는 중입니다"
3845
3446 -#: builtin/apply.c:4169
3846 +#: builtin/apply.c:4313
3847 #, c-format
3848 msgid "unable to write file '%s' mode %o"
3849 msgstr "'%s' 파일에 쓸 수 없습니다 ('%o' 모드)"
3850
3451 -#: builtin/apply.c:4256
3851 +#: builtin/apply.c:4403
3852 #, c-format
3853 msgid "Applied patch %s cleanly."
3854 msgstr "%s 패치 깔끔하게 적용."
3855
3456 -#: builtin/apply.c:4264
3856 +#: builtin/apply.c:4411
3857 msgid "internal error"
3858 msgstr "내부 오류"
3859
3460 -#: builtin/apply.c:4267
3860 +#: builtin/apply.c:4414
3861 #, c-format
3862 msgid "Applying patch %%s with %d reject..."
3863 msgid_plural "Applying patch %%s with %d rejects..."
3864 msgstr[0] "%%s 패치를 (%d개 거부) 적용..."
3865
3466 -#: builtin/apply.c:4277
3866 +#: builtin/apply.c:4424
3867 #, c-format
3868 msgid "truncating .rej filename to %.*s.rej"
3869 msgstr "truncating .rej 파일 이름을 '%.*s.rej'(으)로 자름"
3870
3471 -#: builtin/apply.c:4285
3871 +#: builtin/apply.c:4432
3872 #, c-format
3873 msgid "cannot open %s: %s"
3874 msgstr "%s을(를) 열 수 없습니다: %s"
3875
3476 -#: builtin/apply.c:4298
3876 +#: builtin/apply.c:4445
3877 #, c-format
3878 msgid "Hunk #%d applied cleanly."
3879 msgstr "패치 부위 #%d 깔끔하게 적용."
3880
3481 -#: builtin/apply.c:4301
3881 +#: builtin/apply.c:4448
3882 #, c-format
3883 msgid "Rejected hunk #%d."
3884 msgstr "패치 부위 #%d 거부됨."
3885
3486 -#: builtin/apply.c:4387
3886 +#: builtin/apply.c:4537
3887 #, c-format
3888 msgid "Skipped patch '%s'."
3889 msgstr "패치 '%s' 건너뜀."
3890
3491 -#: builtin/apply.c:4395
3891 +#: builtin/apply.c:4545
3892 msgid "unrecognized input"
3893 msgstr "인식할 수 없는 입력"
3894
3495 -#: builtin/apply.c:4406
3895 +#: builtin/apply.c:4556
3896 msgid "unable to read index file"
3897 msgstr "인덱스 파일을 읽을 수 없습니다"
3898
3499 -#: builtin/apply.c:4509
3899 +#: builtin/apply.c:4701
3900 +msgid "--3way outside a repository"
3901 +msgstr "저장소 밖에서 --3way 옵션 사용"
3902 +
3903 +#: builtin/apply.c:4709
3904 +msgid "--index outside a repository"
3905 +msgstr "저장소 밖에서 --index 옵션 사용"
3906 +
3907 +#: builtin/apply.c:4712
3908 +msgid "--cached outside a repository"
3909 +msgstr "저장소 밖에서 --cached 옵션 사용"
3910 +
3911 +#: builtin/apply.c:4745
3912 +#, c-format
3913 +msgid "can't open patch '%s'"
3914 +msgstr "'%s' 패치를 열 수 없습니다"
3915 +
3916 +#: builtin/apply.c:4760
3917 +#, c-format
3918 +msgid "squelched %d whitespace error"
3919 +msgid_plural "squelched %d whitespace errors"
3920 +msgstr[0] "공백 오류 %d개를 넘어갑니다"
3921 +
3922 +#: builtin/apply.c:4766 builtin/apply.c:4776
3923 +#, c-format
3924 +msgid "%d line adds whitespace errors."
3925 +msgid_plural "%d lines add whitespace errors."
3926 +msgstr[0] "%d줄에서 공백 오류를 추가합니다."
3927 +
3928 +#: builtin/apply.c:4800
3929 msgid "don't apply changes matching the given path"
3930 msgstr "주어진 경로에 해당하는 변경 사항을 적용하지 않습니다"
3931
3503 -#: builtin/apply.c:4512
3932 +#: builtin/apply.c:4803
3933 msgid "apply changes matching the given path"
3934 msgstr "주어진 경로에 해당하는 변경 사항을 적용합니다"
3935
3507 -#: builtin/apply.c:4515
3936 +#: builtin/apply.c:4806
3937 msgid "remove <num> leading slashes from traditional diff paths"
3938 msgstr "전통적인 diff 경로 앞의 <개수>개의 앞 슬래시(/)를 제거합니다"
3939
3511 -#: builtin/apply.c:4518
3940 +#: builtin/apply.c:4809
3941 msgid "ignore additions made by the patch"
3942 msgstr "패치에서 추가하는 파일을 무시합니다"
3943
3515 -#: builtin/apply.c:4520
3944 +#: builtin/apply.c:4811
3945 msgid "instead of applying the patch, output diffstat for the input"
3946 msgstr "패치를 적용하는 대신, 입력에 대한 diffstat을 출력합니다"
3947
3519 -#: builtin/apply.c:4524
3948 +#: builtin/apply.c:4815
3949 msgid "show number of added and deleted lines in decimal notation"
3950 msgstr "십진수로 추가 및 삭제한 줄 수를 표시합니다"
3951
3523 -#: builtin/apply.c:4526
3952 +#: builtin/apply.c:4817
3953 msgid "instead of applying the patch, output a summary for the input"
3954 msgstr "패치를 적용하는 대신, 입력에 대한 요약을 출력합니다"
3955
3527 -#: builtin/apply.c:4528
3956 +#: builtin/apply.c:4819
3957 msgid "instead of applying the patch, see if the patch is applicable"
3958 msgstr "패치를 적용하는 대신, 패치를 적용 가능한지 확인합니다"
3959
3531 -#: builtin/apply.c:4530
3960 +#: builtin/apply.c:4821
3961 msgid "make sure the patch is applicable to the current index"
3962 msgstr "현재 인덱스에서 패치가 적용 가능한지 확인합니다"
3963
3535 -#: builtin/apply.c:4532
3964 +#: builtin/apply.c:4823
3965 msgid "apply a patch without touching the working tree"
3966 msgstr "작업 폴더를 바꾸지 않고 패치를 적용합니다"
3967
3539 -#: builtin/apply.c:4534
3968 +#: builtin/apply.c:4825
3969 msgid "accept a patch that touches outside the working area"
3970 msgstr "작업 영역 밖의 파일을 바꾸는 패치를 허용합니다"
3971
3543 -#: builtin/apply.c:4536
3972 +#: builtin/apply.c:4827
3973 msgid "also apply the patch (use with --stat/--summary/--check)"
3974 msgstr "그리고 패치도 적용합니다 (--stat/--summary/--check 옵션과 같이 사용)"
3975
3547 -#: builtin/apply.c:4538
3976 +#: builtin/apply.c:4829
3977 msgid "attempt three-way merge if a patch does not apply"
3978 msgstr "패치를 적용하지 않으면 3-방향 병합을 시도합니다"
3979
3551 -#: builtin/apply.c:4540
3980 +#: builtin/apply.c:4831
3981 msgid "build a temporary index based on embedded index information"
3982 msgstr "내장 인덱스 정보를 사용해 임시 인덱스를 만듭니다"
3983
3555 -#: builtin/apply.c:4543 builtin/checkout-index.c:169 builtin/ls-files.c:425
3984 +#: builtin/apply.c:4834 builtin/checkout-index.c:169 builtin/ls-files.c:426
3985 msgid "paths are separated with NUL character"
3986 msgstr "경로를 NUL 문자로 구분합니다"
3987
3559 -#: builtin/apply.c:4545
3988 +#: builtin/apply.c:4836
3989 msgid "ensure at least <n> lines of context match"
3990 msgstr "최소한 <n>줄이 컨텍스트와 일치하는지 확인합니다"
3991
3563 -#: builtin/apply.c:4547
3992 +#: builtin/apply.c:4838
3993 msgid "detect new or modified lines that have whitespace errors"
3994 msgstr "공백 오류가 있는 추가됐거나 수정된 줄을 찾습니다"
3995
3567 -#: builtin/apply.c:4550 builtin/apply.c:4553
3996 +#: builtin/apply.c:4841 builtin/apply.c:4844
3997 msgid "ignore changes in whitespace when finding context"
3998 msgstr "컨텍스트를 찾을 때 공백 변경 사항을 무시합니다"
3999
3571 -#: builtin/apply.c:4556
4000 +#: builtin/apply.c:4847
4001 msgid "apply the patch in reverse"
4002 msgstr "패치를 반대 순서로 적용합니다"
4003
3575 -#: builtin/apply.c:4558
4004 +#: builtin/apply.c:4849
4005 msgid "don't expect at least one line of context"
4006 msgstr "최소한의 컨텍스트 한 줄도 없이 적용합니다"
4007
3579 -#: builtin/apply.c:4560
4008 +#: builtin/apply.c:4851
4009 msgid "leave the rejected hunks in corresponding *.rej files"
4010 msgstr "거부된 패치 부분을 대응되는 *.rej 파일에 남겨둡니다"
4011
3583 -#: builtin/apply.c:4562
4012 +#: builtin/apply.c:4853
4013 msgid "allow overlapping hunks"
4014 msgstr "패치 부분이 겹쳐도 허용합니다"
4015
3587 -#: builtin/apply.c:4565
4016 +#: builtin/apply.c:4856
4017 msgid "tolerate incorrectly detected missing new-line at the end of file"
4018 msgstr "파일 끝에 줄바꿈이 빠졌음을 잘못 검색한 경우에 무시합니다"
4019
3591 -#: builtin/apply.c:4568
4020 +#: builtin/apply.c:4859
4021 msgid "do not trust the line counts in the hunk headers"
4022 msgstr "패치 부분의 헤더의 줄 수를 신용하지 않습니다"
4023
3595 -#: builtin/apply.c:4571
4024 +#: builtin/apply.c:4862
4025 msgid "prepend <root> to all filenames"
4026 msgstr "모든 파일 이름에 <최상위>를 앞에 붙입니다"
4027
3599 -#: builtin/apply.c:4593
3600 -msgid "--3way outside a repository"
3601 -msgstr "저장소 밖에서 --3way 옵션 사용"
3602 -
3603 -#: builtin/apply.c:4601
3604 -msgid "--index outside a repository"
3605 -msgstr "저장소 밖에서 --index 옵션 사용"
3606 -
3607 -#: builtin/apply.c:4604
3608 -msgid "--cached outside a repository"
3609 -msgstr "저장소 밖에서 --cached 옵션 사용"
3610 -
3611 -#: builtin/apply.c:4623
3612 -#, c-format
3613 -msgid "can't open patch '%s'"
3614 -msgstr "'%s' 패치를 열 수 없습니다"
3615 -
3616 -#: builtin/apply.c:4637
3617 -#, c-format
3618 -msgid "squelched %d whitespace error"
3619 -msgid_plural "squelched %d whitespace errors"
3620 -msgstr[0] "공백 오류 %d개를 넘어갑니다"
3621 -
3622 -#: builtin/apply.c:4643 builtin/apply.c:4653
3623 -#, c-format
3624 -msgid "%d line adds whitespace errors."
3625 -msgid_plural "%d lines add whitespace errors."
3626 -msgstr[0] "%d줄에서 공백 오류를 추가합니다."
3627 -
4028 #: builtin/archive.c:17
4029 #, c-format
4030 msgid "could not create archive file '%s'"
@@ -3680,103 +4080,103 @@ msgstr "git blame [<옵션>] [<리비전-옵션>] [<리비전>] [--] <파일>"
4080 msgid "<rev-opts> are documented in git-rev-list(1)"
4081 msgstr "<리비전-옵션>은 git-rev-list(1)에 설명되어 있습니다"
4082
3683 -#: builtin/blame.c:1782
4083 +#: builtin/blame.c:1781
4084 msgid "Blaming lines"
4085 msgstr "블레임 줄"
4086
3687 -#: builtin/blame.c:2531
4087 +#: builtin/blame.c:2536
4088 msgid "Show blame entries as we find them, incrementally"
4089 msgstr "블레임 항목을 찾자마자 점진적으로 표시합니다"
4090
3691 -#: builtin/blame.c:2532
4091 +#: builtin/blame.c:2537
4092 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4093 msgstr "가장자리 커밋에 대해 빈 SHA-1을 표시합니다 (기본값: 꺼짐)"
4094
3695 -#: builtin/blame.c:2533
4095 +#: builtin/blame.c:2538
4096 msgid "Do not treat root commits as boundaries (Default: off)"
4097 msgstr "최상위 커밋을 가장자리 커밋으로 취급하지 않습니다 (기본값: 꺼짐)"
4098
3699 -#: builtin/blame.c:2534
4099 +#: builtin/blame.c:2539
4100 msgid "Show work cost statistics"
4101 msgstr "작업 비용 통계를 표시합니다"
4102
3703 -#: builtin/blame.c:2535
4103 +#: builtin/blame.c:2540
4104 msgid "Force progress reporting"
4105 msgstr "강제로 진행 상황을 표시합니다"
4106
3707 -#: builtin/blame.c:2536
4107 +#: builtin/blame.c:2541
4108 msgid "Show output score for blame entries"
4109 msgstr "블레임 항목에 대해 출력 점수를 표시합니다"
4110
3711 -#: builtin/blame.c:2537
4111 +#: builtin/blame.c:2542
4112 msgid "Show original filename (Default: auto)"
4113 msgstr "원래 파일 이름 표시 (기본값: 자동)"
4114
3715 -#: builtin/blame.c:2538
4115 +#: builtin/blame.c:2543
4116 msgid "Show original linenumber (Default: off)"
4117 msgstr "원래 줄 번호 표시 (기본값: 하지 않음)"
4118
3719 -#: builtin/blame.c:2539
4119 +#: builtin/blame.c:2544
4120 msgid "Show in a format designed for machine consumption"
4121 msgstr "컴퓨터 처리용으로 설계된 형식으로 표시합니다"
4122
3723 -#: builtin/blame.c:2540
4123 +#: builtin/blame.c:2545
4124 msgid "Show porcelain format with per-line commit information"
4125 msgstr "줄마다 커밋 정보가 표시되는 사용자용 형식으로 표시합니다"
4126
3727 -#: builtin/blame.c:2541
4127 +#: builtin/blame.c:2546
4128 msgid "Use the same output mode as git-annotate (Default: off)"
4129 msgstr "git-annotate와 동일한 형식을 사용합니다 (기본값: 꺼짐)"
4130
3731 -#: builtin/blame.c:2542
4131 +#: builtin/blame.c:2547
4132 msgid "Show raw timestamp (Default: off)"
4133 msgstr "내부 형식으로 시각을 표시합니다 (기본값: 꺼짐)"
4134
3735 -#: builtin/blame.c:2543
4135 +#: builtin/blame.c:2548
4136 msgid "Show long commit SHA1 (Default: off)"
4137 msgstr "길게 커밋 SHA1을 표시합니다 (기본값: 꺼짐)"
4138
3739 -#: builtin/blame.c:2544
4139 +#: builtin/blame.c:2549
4140 msgid "Suppress author name and timestamp (Default: off)"
4141 msgstr "작성자 이름과 시각을 표시하지 않습니다 (기본값: 꺼짐)"
4142
3743 -#: builtin/blame.c:2545
4143 +#: builtin/blame.c:2550
4144 msgid "Show author email instead of name (Default: off)"
4145 msgstr "작성자 이름 대신에 전자메일을 표시합니다 (기본값: 꺼짐)"
4146
3747 -#: builtin/blame.c:2546
4147 +#: builtin/blame.c:2551
4148 msgid "Ignore whitespace differences"
4149 msgstr "공백 문자 차이점을 무시합니다"
4150
3751 -#: builtin/blame.c:2547
4151 +#: builtin/blame.c:2552
4152 msgid "Spend extra cycles to find better match"
4153 msgstr "더 일치하는 항목을 찾는데 더 시간을 소모합니다"
4154
3755 -#: builtin/blame.c:2548
4155 +#: builtin/blame.c:2553
4156 msgid "Use revisions from <file> instead of calling git-rev-list"
4157 msgstr "git-rev-list를 호출하는 대신 <파일>에서 리비전을 사용합니다"
4158
3759 -#: builtin/blame.c:2549
4159 +#: builtin/blame.c:2554
4160 msgid "Use <file>'s contents as the final image"
4161 msgstr "<파일>의 내용을 최종 이미지로 사용합니다"
4162
3763 -#: builtin/blame.c:2550 builtin/blame.c:2551
4163 +#: builtin/blame.c:2555 builtin/blame.c:2556
4164 msgid "score"
4165 msgstr "점수"
4166
3767 -#: builtin/blame.c:2550
4167 +#: builtin/blame.c:2555
4168 msgid "Find line copies within and across files"
4169 msgstr "파일 내부와 파일 사이의 복사된 줄을 찾습니다"
4170
3771 -#: builtin/blame.c:2551
4171 +#: builtin/blame.c:2556
4172 msgid "Find line movements within and across files"
4173 msgstr "파일 내부와 파일 사이의 옮겨진 줄을 찾습니다"
4174
3775 -#: builtin/blame.c:2552
4175 +#: builtin/blame.c:2557
4176 msgid "n,m"
4177 msgstr "n,m"
4178
3779 -#: builtin/blame.c:2552
4179 +#: builtin/blame.c:2557
4180 msgid "Process only line range n,m, counting from 1"
4181 msgstr "n,m줄 (1번 줄부터 시작) 사이의 범위만 처리"
4182
@@ -3786,7 +4186,7 @@ msgstr "n,m줄 (1번 줄부터 시작) 사이의 범위만 처리"
4186 #. takes 22 places, is the longest among various forms of
4187 #. relative timestamps, but your language may need more or
4188 #. fewer display columns.
3789 -#: builtin/blame.c:2641
4189 +#: builtin/blame.c:2649
4190 msgid "4 years, 11 months ago"
4191 msgstr "4년 11달 전"
4192
@@ -3889,118 +4289,125 @@ msgstr "리모트 추적 '%s' 브랜치를 삭제합니다. (과거 %s)\n"
4289 msgid "Deleted branch %s (was %s).\n"
4290 msgstr "%s 브랜치 삭제 (과거 %s).\n"
4291
3892 -#: builtin/branch.c:309
4292 +#: builtin/branch.c:312
4293 #, c-format
4294 msgid "[%s: gone]"
4295 msgstr "[%s: 사라짐]"
4296
3897 -#: builtin/branch.c:314
4297 +#: builtin/branch.c:317
4298 #, c-format
4299 msgid "[%s]"
4300 msgstr "[%s]"
4301
3902 -#: builtin/branch.c:319
4302 +#: builtin/branch.c:322
4303 #, c-format
4304 msgid "[%s: behind %d]"
4305 msgstr "[%s: %d개 뒤]"
4306
3907 -#: builtin/branch.c:321
4307 +#: builtin/branch.c:324
4308 #, c-format
4309 msgid "[behind %d]"
4310 msgstr "[%d개 뒤]"
4311
3912 -#: builtin/branch.c:325
4312 +#: builtin/branch.c:328
4313 #, c-format
4314 msgid "[%s: ahead %d]"
4315 msgstr "[%s: %d개 앞]"
4316
3917 -#: builtin/branch.c:327
4317 +#: builtin/branch.c:330
4318 #, c-format
4319 msgid "[ahead %d]"
4320 msgstr "[%d개 앞]"
4321
3922 -#: builtin/branch.c:330
4322 +#: builtin/branch.c:333
4323 #, c-format
4324 msgid "[%s: ahead %d, behind %d]"
4325 msgstr "[%s: %d개 앞, %d개 뒤]"
4326
3927 -#: builtin/branch.c:333
4327 +#: builtin/branch.c:336
4328 #, c-format
4329 msgid "[ahead %d, behind %d]"
4330 msgstr "[%d개 앞, %d개 뒤]"
4331
3932 -#: builtin/branch.c:346
4332 +#: builtin/branch.c:349
4333 msgid " **** invalid ref ****"
4334 msgstr " **** 잘못된 레퍼런스 ****"
4335
3936 -#: builtin/branch.c:372
4336 +#: builtin/branch.c:375
4337 #, c-format
4338 msgid "(no branch, rebasing %s)"
4339 msgstr "(브랜치 없음, %s 리베이스)"
4340
3941 -#: builtin/branch.c:375
4341 +#: builtin/branch.c:378
4342 #, c-format
4343 msgid "(no branch, bisect started on %s)"
4344 msgstr "(브랜치 없음, 이등분 %s에서 시작)"
4345
4346 #. TRANSLATORS: make sure this matches
4347 #. "HEAD detached at " in wt-status.c
3948 -#: builtin/branch.c:381
4348 +#: builtin/branch.c:384
4349 #, c-format
4350 msgid "(HEAD detached at %s)"
4351 msgstr "(HEAD %s 위치에서 분리됨)"
4352
4353 #. TRANSLATORS: make sure this matches
4354 #. "HEAD detached from " in wt-status.c
3955 -#: builtin/branch.c:386
4355 +#: builtin/branch.c:389
4356 #, c-format
4357 msgid "(HEAD detached from %s)"
4358 msgstr "(HEAD %s(으)로부터 분리됨)"
4359
3960 -#: builtin/branch.c:390
4360 +#: builtin/branch.c:393
4361 msgid "(no branch)"
4362 msgstr "(브랜치 없음)"
4363
3964 -#: builtin/branch.c:541
4364 +#: builtin/branch.c:544
4365 #, c-format
4366 msgid "Branch %s is being rebased at %s"
4367 msgstr "%s 브랜치를 %s 위치에 리베이스합니다"
4368
3969 -#: builtin/branch.c:545
4369 +#: builtin/branch.c:548
4370 #, c-format
4371 msgid "Branch %s is being bisected at %s"
4372 msgstr "%s 브랜치를 %s 위치에서 bisect합니다"
4373
3974 -#: builtin/branch.c:560
4374 +#: builtin/branch.c:563
4375 msgid "cannot rename the current branch while not on any."
4376 msgstr "브랜치 위에 없으면서 현재 브랜치 이름을 바꿀 수 없습니다."
4377
3978 -#: builtin/branch.c:570
4378 +#: builtin/branch.c:573
4379 #, c-format
4380 msgid "Invalid branch name: '%s'"
4381 msgstr "잘못된 브랜치 이름: '%s'"
4382
3983 -#: builtin/branch.c:587
4383 +#: builtin/branch.c:590
4384 msgid "Branch rename failed"
4385 msgstr "브랜치 이름 바꾸기 실패"
4386
3987 -#: builtin/branch.c:591
4387 +#: builtin/branch.c:594
4388 #, c-format
4389 msgid "Renamed a misnamed branch '%s' away"
4390 msgstr "이름이 잘못된 '%s' 브랜치의 이름을 다르게 바꿉니다"
4391
3992 -#: builtin/branch.c:594
4392 +#: builtin/branch.c:597
4393 #, c-format
4394 msgid "Branch renamed to %s, but HEAD is not updated!"
4395 msgstr "브랜치 이름을 %s(으)로 바꾸지만, HEAD를 업데이트하지 않습니다!"
4396
3997 -#: builtin/branch.c:601
4397 +#: builtin/branch.c:604
4398 msgid "Branch is renamed, but update of config-file failed"
4399 msgstr "브랜치의 이름을 바꾸지만, config-file 업데이트가 실패했습니다"
4400
4001 -#: builtin/branch.c:623
4002 -msgid "could not write branch description template"
4003 -msgstr "브랜치 설명 서식을 쓸 수 없습니다"
4401 +#: builtin/branch.c:620
4402 +#, c-format
4403 +msgid ""
4404 +"Please edit the description for the branch\n"
4405 +" %s\n"
4406 +"Lines starting with '%c' will be stripped.\n"
4407 +msgstr ""
4408 +"다음 브랜치에 대한 설명을 쓰십시오:\n"
4409 +" %s\n"
4410 +"'%c' 문자로 시작하는 줄은 무시됩니다.\n"
4411
4412 #: builtin/branch.c:651
4413 msgid "Generic options"
@@ -4103,8 +4510,8 @@ msgstr "키"
4510 msgid "field name to sort on"
4511 msgstr "정렬한 기준이 되는 필드 이름"
4512
4106 -#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:401
4107 -#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
4513 +#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:402
4514 +#: builtin/notes.c:405 builtin/notes.c:565 builtin/notes.c:568
4515 #: builtin/tag.c:369
4516 msgid "object"
4517 msgstr "오브젝트"
@@ -4229,7 +4636,7 @@ msgstr "번들을 만드려면 저장소가 필요합니다."
4636 msgid "Need a repository to unbundle."
4637 msgstr "번들을 해제하려면 저장소가 필요합니다."
4638
4232 -#: builtin/cat-file.c:428
4639 +#: builtin/cat-file.c:443
4640 msgid ""
4641 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4642 "<type>|--textconv) <object>"
@@ -4237,56 +4644,56 @@ msgstr ""
4644 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|<종류"
4645 ">|--textconv) <오브젝트>"
4646
4240 -#: builtin/cat-file.c:429
4647 +#: builtin/cat-file.c:444
4648 msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4649 msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4650
4244 -#: builtin/cat-file.c:466
4651 +#: builtin/cat-file.c:481
4652 msgid "<type> can be one of: blob, tree, commit, tag"
4653 msgstr "<종류>는 다음 중 하나가 될 수 있습니다: blob, tree, commit, tag"
4654
4248 -#: builtin/cat-file.c:467
4655 +#: builtin/cat-file.c:482
4656 msgid "show object type"
4657 msgstr "오브젝트 종류를 봅니다"
4658
4252 -#: builtin/cat-file.c:468
4659 +#: builtin/cat-file.c:483
4660 msgid "show object size"
4661 msgstr "오브젝트 크기를 봅니다"
4662
4256 -#: builtin/cat-file.c:470
4663 +#: builtin/cat-file.c:485
4664 msgid "exit with zero when there's no error"
4665 msgstr "오류가 없을 때 0을 리턴하고 끝냅니다"
4666
4260 -#: builtin/cat-file.c:471
4667 +#: builtin/cat-file.c:486
4668 msgid "pretty-print object's content"
4669 msgstr "오브젝트의 내용을 예쁘게 표시합니다"
4670
4264 -#: builtin/cat-file.c:473
4671 +#: builtin/cat-file.c:488
4672 msgid "for blob objects, run textconv on object's content"
4673 msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 textconv를 실행합니다"
4674
4268 -#: builtin/cat-file.c:475
4675 +#: builtin/cat-file.c:490
4676 msgid "allow -s and -t to work with broken/corrupt objects"
4677 msgstr "-s 및 -t 옵션이 손상된 오브젝트에 대해 동작하도록 허용합니다"
4678
4272 -#: builtin/cat-file.c:476
4679 +#: builtin/cat-file.c:491
4680 msgid "buffer --batch output"
4681 msgstr "--batch 출력에 대해 버퍼링합니다"
4682
4276 -#: builtin/cat-file.c:478
4683 +#: builtin/cat-file.c:493
4684 msgid "show info and content of objects fed from the standard input"
4685 msgstr "표준 입력에서 입력된 오브젝트의 정보와 내용을 표시합니다"
4686
4280 -#: builtin/cat-file.c:481
4687 +#: builtin/cat-file.c:496
4688 msgid "show info about objects fed from the standard input"
4689 msgstr "표준 입력에서 입력된 오브젝트의 정보를 표시합니다"
4690
4284 -#: builtin/cat-file.c:484
4691 +#: builtin/cat-file.c:499
4692 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4693 msgstr ""
4694 "트리 내부의 심볼릭 링크를 따라갑니다 (--batch 또는 --batch-check와 같이 사용)"
4695
4289 -#: builtin/cat-file.c:486
4696 +#: builtin/cat-file.c:501
4697 msgid "show all objects with --batch or --batch-check"
4698 msgstr "--batch 또는 --batch-check에서 모든 오브젝트를 표시합니다"
4699
@@ -4314,7 +4721,7 @@ msgstr "표준 입력에서 파일 이름을 읽습니다"
4721 msgid "terminate input and output records by a NUL character"
4722 msgstr "NUL 문자를 기준으로 자료 입력 및 출력을 멈춥니다"
4723
4317 -#: builtin/check-ignore.c:18 builtin/checkout.c:1135 builtin/gc.c:325
4724 +#: builtin/check-ignore.c:18 builtin/checkout.c:1137 builtin/gc.c:325
4725 msgid "suppress progress reporting"
4726 msgstr "진행 상황 표시를 하지 않습니다"
4727
@@ -4404,9 +4811,9 @@ msgid "write the content to temporary files"
4811 msgstr "내용을 임시 파일에 씁니다"
4812
4813 #: builtin/checkout-index.c:174 builtin/column.c:30
4407 -#: builtin/submodule--helper.c:491 builtin/submodule--helper.c:494
4408 -#: builtin/submodule--helper.c:497 builtin/submodule--helper.c:500
4409 -#: builtin/submodule--helper.c:774
4814 +#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:491
4815 +#: builtin/submodule--helper.c:494 builtin/submodule--helper.c:497
4816 +#: builtin/submodule--helper.c:830 builtin/worktree.c:469
4817 msgid "string"
4818 msgstr "문자열"
4819
@@ -4472,10 +4879,6 @@ msgstr "'%s' 옵션은 %s 옵션과 같이 쓸 수 없습니다"
4879 msgid "Cannot update paths and switch to branch '%s' at the same time."
4880 msgstr "경로를 업데이트하고 '%s' 브랜치로 전환하는 일은 동시에 할 수 없습니다."
4881
4475 -#: builtin/checkout.c:279 builtin/checkout.c:473
4476 -msgid "corrupt index file"
4477 -msgstr "손상된 인덱스 파일"
4478 -
4882 #: builtin/checkout.c:339 builtin/checkout.c:346
4883 #, c-format
4884 msgid "path '%s' is unmerged"
@@ -4485,50 +4888,50 @@ msgstr "'%s' 경로를 병합하지 않았습니다"
4888 msgid "you need to resolve your current index first"
4889 msgstr "현재 인덱스를 먼저 해결해야 합니다"
4890
4488 -#: builtin/checkout.c:622
4891 +#: builtin/checkout.c:625
4892 #, c-format
4893 msgid "Can not do reflog for '%s': %s\n"
4894 msgstr "'%s'에 대해 reflog할 수 없습니다: %s\n"
4895
4493 -#: builtin/checkout.c:660
4896 +#: builtin/checkout.c:663
4897 msgid "HEAD is now at"
4898 msgstr "HEAD의 현재 위치는"
4899
4497 -#: builtin/checkout.c:664 builtin/clone.c:661
4900 +#: builtin/checkout.c:667 builtin/clone.c:661
4901 msgid "unable to update HEAD"
4902 msgstr "HEAD를 업데이트할 수 없습니다"
4903
4501 -#: builtin/checkout.c:668
4904 +#: builtin/checkout.c:671
4905 #, c-format
4906 msgid "Reset branch '%s'\n"
4907 msgstr "'%s' 브랜치 리셋\n"
4908
4506 -#: builtin/checkout.c:671
4909 +#: builtin/checkout.c:674
4910 #, c-format
4911 msgid "Already on '%s'\n"
4912 msgstr "이미 '%s'에 있습니다\n"
4913
4511 -#: builtin/checkout.c:675
4914 +#: builtin/checkout.c:678
4915 #, c-format
4916 msgid "Switched to and reset branch '%s'\n"
4917 msgstr "'%s' 브랜치로 전환하고 리셋합니다\n"
4918
4516 -#: builtin/checkout.c:677 builtin/checkout.c:1067
4919 +#: builtin/checkout.c:680 builtin/checkout.c:1069
4920 #, c-format
4921 msgid "Switched to a new branch '%s'\n"
4922 msgstr "새로 만든 '%s' 브랜치로 전환합니다\n"
4923
4521 -#: builtin/checkout.c:679
4924 +#: builtin/checkout.c:682
4925 #, c-format
4926 msgid "Switched to branch '%s'\n"
4927 msgstr "'%s' 브랜치로 전환합니다\n"
4928
4526 -#: builtin/checkout.c:731
4929 +#: builtin/checkout.c:733
4930 #, c-format
4931 msgid " ... and %d more.\n"
4932 msgstr " ... 그리고 %d개 더.\n"
4933
4531 -#: builtin/checkout.c:737
4934 +#: builtin/checkout.c:739
4935 #, c-format
4936 msgid ""
4937 "Warning: you are leaving %d commit behind, not connected to\n"
@@ -4546,7 +4949,7 @@ msgstr[0] ""
4949 "\n"
4950 "%s\n"
4951
4549 -#: builtin/checkout.c:756
4952 +#: builtin/checkout.c:758
4953 #, c-format
4954 msgid ""
4955 "If you want to keep it by creating a new branch, this may be a good time\n"
@@ -4567,151 +4970,151 @@ msgstr[0] ""
4970 " git branch <새-브랜치-이름> %s\n"
4971 "\n"
4972
4570 -#: builtin/checkout.c:792
4973 +#: builtin/checkout.c:794
4974 msgid "internal error in revision walk"
4975 msgstr "리비전 walk에 내부 오류"
4976
4574 -#: builtin/checkout.c:796
4977 +#: builtin/checkout.c:798
4978 msgid "Previous HEAD position was"
4979 msgstr "이전 HEAD 위치는"
4980
4578 -#: builtin/checkout.c:823 builtin/checkout.c:1062
4981 +#: builtin/checkout.c:825 builtin/checkout.c:1064
4982 msgid "You are on a branch yet to be born"
4983 msgstr "현재 위치가 만들 예정인 브랜치에 있습니다"
4984
4582 -#: builtin/checkout.c:968
4985 +#: builtin/checkout.c:970
4986 #, c-format
4987 msgid "only one reference expected, %d given."
4988 msgstr "하나의 레퍼런스만 지정해야 하지만 %d개를 지정했습니다."
4989
4587 -#: builtin/checkout.c:1008 builtin/worktree.c:212
4990 +#: builtin/checkout.c:1010 builtin/worktree.c:214
4991 #, c-format
4992 msgid "invalid reference: %s"
4993 msgstr "잘못된 레퍼런스: %s"
4994
4592 -#: builtin/checkout.c:1037
4995 +#: builtin/checkout.c:1039
4996 #, c-format
4997 msgid "reference is not a tree: %s"
4998 msgstr "레퍼런스가 트리가 아닙니다: %s"
4999
4597 -#: builtin/checkout.c:1076
5000 +#: builtin/checkout.c:1078
5001 msgid "paths cannot be used with switching branches"
5002 msgstr "브랜치를 전환하는데 경로를 사용할 수 없습니다"
5003
4601 -#: builtin/checkout.c:1079 builtin/checkout.c:1083
5004 +#: builtin/checkout.c:1081 builtin/checkout.c:1085
5005 #, c-format
5006 msgid "'%s' cannot be used with switching branches"
5007 msgstr "'%s' 옵션은 브랜치를 전환할 때 쓸 수 없습니다"
5008
4606 -#: builtin/checkout.c:1087 builtin/checkout.c:1090 builtin/checkout.c:1095
4607 -#: builtin/checkout.c:1098
5009 +#: builtin/checkout.c:1089 builtin/checkout.c:1092 builtin/checkout.c:1097
5010 +#: builtin/checkout.c:1100
5011 #, c-format
5012 msgid "'%s' cannot be used with '%s'"
5013 msgstr "'%s' 옵션은 '%s' 옵션과 같이 쓸 수 없습니다"
5014
4612 -#: builtin/checkout.c:1103
5015 +#: builtin/checkout.c:1105
5016 #, c-format
5017 msgid "Cannot switch branch to a non-commit '%s'"
5018 msgstr "브랜치를 커밋이 아닌 '%s'(으)로 전환할 수 없습니다"
5019
4617 -#: builtin/checkout.c:1136 builtin/checkout.c:1138 builtin/clone.c:88
4618 -#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:323
4619 -#: builtin/worktree.c:325
5020 +#: builtin/checkout.c:1138 builtin/checkout.c:1140 builtin/clone.c:88
5021 +#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5022 +#: builtin/worktree.c:326
5023 msgid "branch"
5024 msgstr "브랜치"
5025
4623 -#: builtin/checkout.c:1137
5026 +#: builtin/checkout.c:1139
5027 msgid "create and checkout a new branch"
5028 msgstr "새 브랜치를 만들고 가져옵니다"
5029
4627 -#: builtin/checkout.c:1139
5030 +#: builtin/checkout.c:1141
5031 msgid "create/reset and checkout a branch"
5032 msgstr "브랜치를 만들거나 리셋하고 가져옵니다"
5033
4631 -#: builtin/checkout.c:1140
5034 +#: builtin/checkout.c:1142
5035 msgid "create reflog for new branch"
5036 msgstr "새 브랜치에 대한 reflog를 만듭니다"
5037
4635 -#: builtin/checkout.c:1141
4636 -msgid "detach the HEAD at named commit"
4637 -msgstr "지정한 커밋에서 HEAD를 분리합니다"
5038 +#: builtin/checkout.c:1143 builtin/worktree.c:328
5039 +msgid "detach HEAD at named commit"
5040 +msgstr "HEAD를 해당 커밋에서 분리합니다"
5041
4639 -#: builtin/checkout.c:1142
5042 +#: builtin/checkout.c:1144
5043 msgid "set upstream info for new branch"
5044 msgstr "새 브랜치에 대한 업스트림 정보를 설정합니다"
5045
4643 -#: builtin/checkout.c:1144
5046 +#: builtin/checkout.c:1146
5047 msgid "new-branch"
5048 msgstr "새-브랜치"
5049
4647 -#: builtin/checkout.c:1144
5050 +#: builtin/checkout.c:1146
5051 msgid "new unparented branch"
5052 msgstr "상위 브랜치가 없는 새 브랜치"
5053
4651 -#: builtin/checkout.c:1145
5054 +#: builtin/checkout.c:1147
5055 msgid "checkout our version for unmerged files"
5056 msgstr "병합되지 않은 파일에 대해 우리쪽 버전을 가져옵니다"
5057
4655 -#: builtin/checkout.c:1147
5058 +#: builtin/checkout.c:1149
5059 msgid "checkout their version for unmerged files"
5060 msgstr "병합되지 않은 파일에 대해 상대편 버전을 가져옵니다"
5061
4659 -#: builtin/checkout.c:1149
5062 +#: builtin/checkout.c:1151
5063 msgid "force checkout (throw away local modifications)"
5064 msgstr "강제로 체크아웃합니다 (로컬에서 수정한 사항을 버립니다)"
5065
4663 -#: builtin/checkout.c:1150
5066 +#: builtin/checkout.c:1152
5067 msgid "perform a 3-way merge with the new branch"
5068 msgstr "새 브랜치에 대해 3-방향 병합을 수행합니다"
5069
4667 -#: builtin/checkout.c:1151 builtin/merge.c:230
5070 +#: builtin/checkout.c:1153 builtin/merge.c:231
5071 msgid "update ignored files (default)"
5072 msgstr "무시하는 파일을 업데이트합니다 (기본값)"
5073
4671 -#: builtin/checkout.c:1152 builtin/log.c:1432 parse-options.h:250
5074 +#: builtin/checkout.c:1154 builtin/log.c:1459 parse-options.h:250
5075 msgid "style"
5076 msgstr "스타일"
5077
4675 -#: builtin/checkout.c:1153
5078 +#: builtin/checkout.c:1155
5079 msgid "conflict style (merge or diff3)"
5080 msgstr "충돌 스타일 (merge 또는 diff3)"
5081
5082 # FIXME: 의미 불명
4680 -#: builtin/checkout.c:1156
5083 +#: builtin/checkout.c:1158
5084 msgid "do not limit pathspecs to sparse entries only"
5085 msgstr "경로명세를 드문 항목에만 제한하지 않습니다"
5086
4684 -#: builtin/checkout.c:1158
5087 +#: builtin/checkout.c:1160
5088 msgid "second guess 'git checkout <no-such-branch>'"
5089 msgstr "'git checkout <없는-브랜치>'에 대해 추측합니다"
5090
4688 -#: builtin/checkout.c:1160
5091 +#: builtin/checkout.c:1162
5092 msgid "do not check if another worktree is holding the given ref"
5093 msgstr "다른 작업폴더에 주어진 레퍼런스가 있는지 확인하지 않습니다"
5094
4692 -#: builtin/checkout.c:1161 builtin/clone.c:60 builtin/fetch.c:116
4693 -#: builtin/merge.c:227 builtin/pull.c:116 builtin/push.c:526
5095 +#: builtin/checkout.c:1163 builtin/clone.c:60 builtin/fetch.c:117
5096 +#: builtin/merge.c:228 builtin/pull.c:116 builtin/push.c:536
5097 #: builtin/send-pack.c:168
5098 msgid "force progress reporting"
5099 msgstr "강제로 진행 상황을 표시합니다"
5100
4698 -#: builtin/checkout.c:1192
5101 +#: builtin/checkout.c:1194
5102 msgid "-b, -B and --orphan are mutually exclusive"
5103 msgstr "-b, -B 및 --orphan 옵션은 서로 호환되지 않습니다"
5104
4702 -#: builtin/checkout.c:1209
5105 +#: builtin/checkout.c:1211
5106 msgid "--track needs a branch name"
5107 msgstr "--track 옵션은 브랜치 이름이 필요합니다"
5108
4706 -#: builtin/checkout.c:1214
5109 +#: builtin/checkout.c:1216
5110 msgid "Missing branch name; try -b"
5111 msgstr "브랜치 이름이 없습니다. -b 옵션을 사용해 보십시오"
5112
4710 -#: builtin/checkout.c:1250
5113 +#: builtin/checkout.c:1252
5114 msgid "invalid path specification"
5115 msgstr "경로 명세가 잘못되었습니다"
5116
4714 -#: builtin/checkout.c:1257
5117 +#: builtin/checkout.c:1259
5118 #, c-format
5119 msgid ""
5120 "Cannot update paths and switch to branch '%s' at the same time.\n"
@@ -4720,12 +5123,12 @@ msgstr ""
5123 "동시에 경로를 업데이트하고 '%s' 브랜치로 전환할 수 없습니다.\n"
5124 "커밋을 확인할 수 없는 '%s'을(를) 가져오려고 하셨습니까?"
5125
4723 -#: builtin/checkout.c:1262
5126 +#: builtin/checkout.c:1264
5127 #, c-format
5128 msgid "git checkout: --detach does not take a path argument '%s'"
5129 msgstr "git checkout: --detach 옵션은 경로 인자를 받지 않습니다 '%s'"
5130
4728 -#: builtin/checkout.c:1266
5131 +#: builtin/checkout.c:1268
5132 msgid ""
5133 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5134 "checking out of the index."
@@ -4877,7 +5280,7 @@ msgid "remove whole directories"
5280 msgstr "전체 디렉터리 제거"
5281
5282 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:724
4880 -#: builtin/ls-files.c:456 builtin/name-rev.c:314 builtin/show-ref.c:182
5283 +#: builtin/ls-files.c:457 builtin/name-rev.c:314 builtin/show-ref.c:182
5284 msgid "pattern"
5285 msgstr "패턴"
5286
@@ -4921,7 +5324,7 @@ msgstr "git clone [<옵션>] [--] <저장소> [<디렉터리>]"
5324 msgid "don't create a checkout"
5325 msgstr "체크아웃을 만들지 않습니다"
5326
4924 -#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:473
5327 +#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:476
5328 msgid "create a bare repository"
5329 msgstr "간략한 저장소를 만듭니다"
5330
@@ -4949,16 +5352,16 @@ msgstr "복제한 결과물에서 하위 모듈을 초기화합니다"
5352 msgid "number of submodules cloned in parallel"
5353 msgstr "병렬적으로 복제하는 하위모듈 개수"
5354
4952 -#: builtin/clone.c:80 builtin/init-db.c:470
5355 +#: builtin/clone.c:80 builtin/init-db.c:473
5356 msgid "template-directory"
5357 msgstr "서식-디렉터리"
5358
4956 -#: builtin/clone.c:81 builtin/init-db.c:471
5359 +#: builtin/clone.c:81 builtin/init-db.c:474
5360 msgid "directory from which templates will be used"
5361 msgstr "서식을 사용할 디렉터리 위치"
5362
4960 -#: builtin/clone.c:83 builtin/submodule--helper.c:498
4961 -#: builtin/submodule--helper.c:777
5363 +#: builtin/clone.c:83 builtin/submodule--helper.c:495
5364 +#: builtin/submodule--helper.c:833
5365 msgid "reference repository"
5366 msgstr "레퍼런스 저장소"
5367
@@ -4982,7 +5385,7 @@ msgstr "리모트의 HEAD 대신 <브랜치>를 가져옵니다"
5385 msgid "path to git-upload-pack on the remote"
5386 msgstr "리모트의 git-upload-pack 경로"
5387
4985 -#: builtin/clone.c:92 builtin/fetch.c:117 builtin/grep.c:667 builtin/pull.c:201
5388 +#: builtin/clone.c:92 builtin/fetch.c:118 builtin/grep.c:667 builtin/pull.c:201
5389 msgid "depth"
5390 msgstr "깊이"
5391
@@ -4998,11 +5401,11 @@ msgstr "하나의 브랜치만 복제합니다 (HEAD 또는 --branch로 지정)"
5401 msgid "any cloned submodules will be shallow"
5402 msgstr "모든 복제한 하위 모듈은 얕은 모듈입니다"
5403
5001 -#: builtin/clone.c:98 builtin/init-db.c:479
5404 +#: builtin/clone.c:98 builtin/init-db.c:482
5405 msgid "gitdir"
5406 msgstr "gitdir"
5407
5005 -#: builtin/clone.c:99 builtin/init-db.c:480
5408 +#: builtin/clone.c:99 builtin/init-db.c:483
5409 msgid "separate git dir from working tree"
5410 msgstr "깃 디렉터리를 작업 폴더와 별개의 위치에 놓습니다"
5411
@@ -5014,11 +5417,11 @@ msgstr "키=값"
5417 msgid "set config inside the new repository"
5418 msgstr "새 저장소 안에서 설정합니다"
5419
5017 -#: builtin/clone.c:102 builtin/fetch.c:131 builtin/push.c:536
5420 +#: builtin/clone.c:102 builtin/fetch.c:132 builtin/push.c:547
5421 msgid "use IPv4 addresses only"
5422 msgstr "IPv4 주소만 사용합니다"
5423
5021 -#: builtin/clone.c:104 builtin/fetch.c:133 builtin/push.c:538
5424 +#: builtin/clone.c:104 builtin/fetch.c:134 builtin/push.c:549
5425 msgid "use IPv6 addresses only"
5426 msgstr "IPv6 주소만 사용합니다"
5427
@@ -5051,6 +5454,11 @@ msgstr "레퍼런스 '%s' 저장소가 얕은 저장소입니다"
5454 msgid "reference repository '%s' is grafted"
5455 msgstr "레퍼런스 '%s' 저장소가 붙어 있는 저장소입니다"
5456
5457 +#: builtin/clone.c:376
5458 +#, c-format
5459 +msgid "failed to open '%s'"
5460 +msgstr "'%s'을(를) 여는데 실패"
5461 +
5462 #: builtin/clone.c:384
5463 #, c-format
5464 msgid "%s exists and is not a directory"
@@ -5071,7 +5479,7 @@ msgstr "'%s' 링크를 만드는데 실패했습니다"
5479 msgid "failed to copy file to '%s'"
5480 msgstr "파일을 '%s'(으)로 복사하는데 실패했습니다"
5481
5074 -#: builtin/clone.c:449 builtin/clone.c:633
5482 +#: builtin/clone.c:449
5483 #, c-format
5484 msgid "done.\n"
5485 msgstr "완료.\n"
@@ -5091,12 +5499,7 @@ msgstr ""
5499 msgid "Could not find remote branch %s to clone."
5500 msgstr "복제할 리모트의 %s 브랜치를 찾을 수 없습니다."
5501
5094 -#: builtin/clone.c:628
5095 -#, c-format
5096 -msgid "Checking connectivity... "
5097 -msgstr "연결을 확인하는 중입니다..."
5098 -
5099 -#: builtin/clone.c:631
5502 +#: builtin/clone.c:633
5503 msgid "remote did not send all necessary objects"
5504 msgstr "리모트에서 필요한 오브젝트를 모두 보내지 않았습니다"
5505
@@ -5113,100 +5516,100 @@ msgstr "리모트 HEAD가 없는 레퍼런스를 참고하므로, 체크아웃
5516 msgid "unable to checkout working tree"
5517 msgstr "작업 폴더를 체크아웃할 수 없습니다"
5518
5116 -#: builtin/clone.c:767
5519 +#: builtin/clone.c:766
5520 msgid "unable to write parameters to config file"
5521 msgstr "파라미터를 설정 파일에 쓸 수 없습니다"
5522
5120 -#: builtin/clone.c:830
5523 +#: builtin/clone.c:829
5524 msgid "cannot repack to clean up"
5525 msgstr "정리용으로 repack할 수 없습니다"
5526
5124 -#: builtin/clone.c:832
5527 +#: builtin/clone.c:831
5528 msgid "cannot unlink temporary alternates file"
5529 msgstr "보조 임시 파일을 삭제할 수 없습니다"
5530
5128 -#: builtin/clone.c:864 builtin/receive-pack.c:1731
5531 +#: builtin/clone.c:863 builtin/receive-pack.c:1857
5532 msgid "Too many arguments."
5533 msgstr "너무 인자가 많습니다."
5534
5132 -#: builtin/clone.c:868
5535 +#: builtin/clone.c:867
5536 msgid "You must specify a repository to clone."
5537 msgstr "복제할 저장소를 지정해야 합니다."
5538
5136 -#: builtin/clone.c:879
5539 +#: builtin/clone.c:878
5540 #, c-format
5541 msgid "--bare and --origin %s options are incompatible."
5542 msgstr "--bare 및 --origin %s 옵션은 호환되지 않습니다."
5543
5141 -#: builtin/clone.c:882
5544 +#: builtin/clone.c:881
5545 msgid "--bare and --separate-git-dir are incompatible."
5546 msgstr "--bare 및 --separate-git-dir 옵션은 호환되지 않습니다."
5547
5145 -#: builtin/clone.c:895
5548 +#: builtin/clone.c:894
5549 #, c-format
5550 msgid "repository '%s' does not exist"
5551 msgstr "'%s' 저장소가 없습니다"
5552
5150 -#: builtin/clone.c:901 builtin/fetch.c:1174
5553 +#: builtin/clone.c:900 builtin/fetch.c:1293
5554 #, c-format
5555 msgid "depth %s is not a positive number"
5556 msgstr "깊이가(%s) 0보다 큰 수가 아닙니다"
5557
5155 -#: builtin/clone.c:911
5558 +#: builtin/clone.c:910
5559 #, c-format
5560 msgid "destination path '%s' already exists and is not an empty directory."
5561 msgstr "대상 경로가('%s') 이미 있고 빈 디렉터리가 아닙니다."
5562
5160 -#: builtin/clone.c:921
5563 +#: builtin/clone.c:920
5564 #, c-format
5565 msgid "working tree '%s' already exists."
5566 msgstr "작업 폴더가('%s') 이미 있습니다."
5567
5165 -#: builtin/clone.c:936 builtin/clone.c:947 builtin/submodule--helper.c:547
5166 -#: builtin/worktree.c:220 builtin/worktree.c:247
5568 +#: builtin/clone.c:935 builtin/clone.c:946 builtin/submodule--helper.c:544
5569 +#: builtin/worktree.c:222 builtin/worktree.c:249
5570 #, c-format
5571 msgid "could not create leading directories of '%s'"
5572 msgstr "'%s'의 앞 디렉터리를 만들 수 없습니다"
5573
5171 -#: builtin/clone.c:939
5574 +#: builtin/clone.c:938
5575 #, c-format
5576 msgid "could not create work tree dir '%s'"
5577 msgstr "작업 디렉터리를('%s') 만들 수 없습니다"
5578
5176 -#: builtin/clone.c:957
5579 +#: builtin/clone.c:956
5580 #, c-format
5581 msgid "Cloning into bare repository '%s'...\n"
5582 msgstr "간략한 저장소로('%s') 복제합니다...\n"
5583
5181 -#: builtin/clone.c:959
5584 +#: builtin/clone.c:958
5585 #, c-format
5586 msgid "Cloning into '%s'...\n"
5587 msgstr "'%s'에 복제합니다...\n"
5588
5186 -#: builtin/clone.c:998
5589 +#: builtin/clone.c:997
5590 msgid "--depth is ignored in local clones; use file:// instead."
5591 msgstr ""
5592 "--depth 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하십시오."
5593
5191 -#: builtin/clone.c:1001
5594 +#: builtin/clone.c:1000
5595 msgid "source repository is shallow, ignoring --local"
5596 msgstr "원본 저장소가 얕은 저장소이므로, --local 옵션을 무시합니다"
5597
5195 -#: builtin/clone.c:1006
5598 +#: builtin/clone.c:1005
5599 msgid "--local is ignored"
5600 msgstr "--local 옵션은 무시됩니다"
5601
5199 -#: builtin/clone.c:1010
5602 +#: builtin/clone.c:1009
5603 #, c-format
5604 msgid "Don't know how to clone %s"
5605 msgstr "%s의 복제 방법을 알지 못합니다"
5606
5204 -#: builtin/clone.c:1059 builtin/clone.c:1067
5607 +#: builtin/clone.c:1058 builtin/clone.c:1066
5608 #, c-format
5609 msgid "Remote branch %s not found in upstream %s"
5610 msgstr "리모트의 %s 브랜치가 업스트림 %s에 없습니다"
5611
5209 -#: builtin/clone.c:1070
5612 +#: builtin/clone.c:1069
5613 msgid "You appear to have cloned an empty repository."
5614 msgstr "빈 저장소를 복제한 것처럼 보입니다."
5615
@@ -5346,66 +5749,66 @@ msgstr ""
5749 "그 다음에 \"git cherry-pick --continue\"를 하면 나머지 커밋에\n"
5750 "대해 커밋 빼오기를 다시 시작합니다.\n"
5751
5349 -#: builtin/commit.c:307
5752 +#: builtin/commit.c:308
5753 msgid "failed to unpack HEAD tree object"
5754 msgstr "HEAD 트리 오브젝트의 묶음을 푸는데 실패했습니다"
5755
5353 -#: builtin/commit.c:348
5756 +#: builtin/commit.c:349
5757 msgid "unable to create temporary index"
5758 msgstr "임시 인덱스를 만들 수 없습니다"
5759
5357 -#: builtin/commit.c:354
5760 +#: builtin/commit.c:355
5761 msgid "interactive add failed"
5762 msgstr "대화형 추가가 실패했습니다"
5763
5361 -#: builtin/commit.c:367
5764 +#: builtin/commit.c:368
5765 msgid "unable to update temporary index"
5766 msgstr "임시 인덱스를 업데이트할 수 없습니다"
5767
5365 -#: builtin/commit.c:369
5768 +#: builtin/commit.c:370
5769 msgid "Failed to update main cache tree"
5770 msgstr "주요 캐시 트리를 업데이트하는데 실패했습니다"
5771
5369 -#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:465
5772 +#: builtin/commit.c:394 builtin/commit.c:417 builtin/commit.c:466
5773 msgid "unable to write new_index file"
5774 msgstr "new_index 파일에 쓸 수 없습니다"
5775
5373 -#: builtin/commit.c:447
5776 +#: builtin/commit.c:448
5777 msgid "cannot do a partial commit during a merge."
5778 msgstr "병합하는 중 부분 커밋을 할 수 없습니다."
5779
5377 -#: builtin/commit.c:449
5780 +#: builtin/commit.c:450
5781 msgid "cannot do a partial commit during a cherry-pick."
5782 msgstr "커밋 빼오기를 하는 중 부분 커밋을 할 수 없습니다."
5783
5381 -#: builtin/commit.c:458
5784 +#: builtin/commit.c:459
5785 msgid "cannot read the index"
5786 msgstr "인덱스를 읽을 수 없습니다"
5787
5385 -#: builtin/commit.c:477
5788 +#: builtin/commit.c:478
5789 msgid "unable to write temporary index file"
5790 msgstr "임시 인덱스 파일을 쓸 수 없습니다"
5791
5389 -#: builtin/commit.c:582
5792 +#: builtin/commit.c:583
5793 #, c-format
5794 msgid "commit '%s' lacks author header"
5795 msgstr "'%s' 커밋에 작성자 헤더가 없습니다"
5796
5394 -#: builtin/commit.c:584
5797 +#: builtin/commit.c:585
5798 #, c-format
5799 msgid "commit '%s' has malformed author line"
5800 msgstr "'%s' 커밋의 작성자 헤더 형식이 잘못되었습니다"
5801
5399 -#: builtin/commit.c:603
5802 +#: builtin/commit.c:604
5803 msgid "malformed --author parameter"
5804 msgstr "--author 파라미터 형식이 잘못되었습니다"
5805
5403 -#: builtin/commit.c:611
5806 +#: builtin/commit.c:612
5807 #, c-format
5808 msgid "invalid date format: %s"
5809 msgstr "시각 형식이 잘못되었습니다: %s"
5810
5408 -#: builtin/commit.c:655
5811 +#: builtin/commit.c:656
5812 msgid ""
5813 "unable to select a comment character that is not used\n"
5814 "in the current commit message"
@@ -5413,38 +5816,38 @@ msgstr ""
5816 "현재 커밋 메시지에서 사용되지 않는 주석 문자를\n"
5817 "선택할 수 없습니다"
5818
5416 -#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1091
5819 +#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1092
5820 #, c-format
5821 msgid "could not lookup commit %s"
5822 msgstr "%s 커밋을 찾아볼 수 없습니다"
5823
5421 -#: builtin/commit.c:704 builtin/shortlog.c:285
5824 +#: builtin/commit.c:705 builtin/shortlog.c:286
5825 #, c-format
5826 msgid "(reading log message from standard input)\n"
5827 msgstr "(표준 입력에서 로그 메시지를 읽음)\n"
5828
5426 -#: builtin/commit.c:706
5829 +#: builtin/commit.c:707
5830 msgid "could not read log from standard input"
5831 msgstr "표준 입력에서 로그 메시지를 읽을 수 없습니다"
5832
5430 -#: builtin/commit.c:710
5833 +#: builtin/commit.c:711
5834 #, c-format
5835 msgid "could not read log file '%s'"
5836 msgstr "'%s' 로그 파일을 읽을 수 없습니다"
5837
5435 -#: builtin/commit.c:737 builtin/commit.c:745
5838 +#: builtin/commit.c:738 builtin/commit.c:746
5839 msgid "could not read SQUASH_MSG"
5840 msgstr "SQUASH_MSG를 읽을 수 없습니다"
5841
5439 -#: builtin/commit.c:742
5842 +#: builtin/commit.c:743
5843 msgid "could not read MERGE_MSG"
5844 msgstr "MERGE_MSG를 읽을 수 없습니다"
5845
5443 -#: builtin/commit.c:796
5846 +#: builtin/commit.c:797
5847 msgid "could not write commit template"
5848 msgstr "커밋 서식을 쓸 수 없습니다"
5849
5447 -#: builtin/commit.c:814
5850 +#: builtin/commit.c:815
5851 #, c-format
5852 msgid ""
5853 "\n"
@@ -5459,7 +5862,7 @@ msgstr ""
5862 "\t%s\n"
5863 "다시 시도하십시오.\n"
5864
5462 -#: builtin/commit.c:819
5865 +#: builtin/commit.c:820
5866 #, c-format
5867 msgid ""
5868 "\n"
@@ -5474,7 +5877,7 @@ msgstr ""
5877 "\t%s\n"
5878 "다시 시도하십시오.\n"
5879
5477 -#: builtin/commit.c:832
5880 +#: builtin/commit.c:833
5881 #, c-format
5882 msgid ""
5883 "Please enter the commit message for your changes. Lines starting\n"
@@ -5483,7 +5886,7 @@ msgstr ""
5886 "변경 사항에 대한 커밋 메시지를 입력하십시오. '%c' 문자로 시작하는\n"
5887 "줄은 무시되고, 메시지를 입력하지 않으면 커밋이 중지됩니다.\n"
5888
5486 -#: builtin/commit.c:839
5889 +#: builtin/commit.c:840
5890 #, c-format
5891 msgid ""
5892 "Please enter the commit message for your changes. Lines starting\n"
@@ -5494,149 +5897,149 @@ msgstr ""
5897 "줄은 보존되니, 필요하면 직접 제거하십시오. 메시지를 입력하지\n"
5898 "않으면 커밋이 중지됩니다.\n"
5899
5497 -#: builtin/commit.c:859
5900 +#: builtin/commit.c:860
5901 #, c-format
5902 msgid "%sAuthor: %.*s <%.*s>"
5903 msgstr "%s작성자: %.*s <%.*s>"
5904
5502 -#: builtin/commit.c:867
5905 +#: builtin/commit.c:868
5906 #, c-format
5907 msgid "%sDate: %s"
5908 msgstr "%s시각: %s"
5909
5507 -#: builtin/commit.c:874
5910 +#: builtin/commit.c:875
5911 #, c-format
5912 msgid "%sCommitter: %.*s <%.*s>"
5913 msgstr "%s커미터: %.*s <%.*s>"
5914
5512 -#: builtin/commit.c:892
5915 +#: builtin/commit.c:893
5916 msgid "Cannot read index"
5917 msgstr "인덱스를 읽을 수 없습니다"
5918
5516 -#: builtin/commit.c:949
5919 +#: builtin/commit.c:950
5920 msgid "Error building trees"
5921 msgstr "트리를 만드는데 오류"
5922
5520 -#: builtin/commit.c:964 builtin/tag.c:266
5923 +#: builtin/commit.c:965 builtin/tag.c:266
5924 #, c-format
5925 msgid "Please supply the message using either -m or -F option.\n"
5926 msgstr "메시지를 -m 또는 -F 옵션으로 입력하십시오.\n"
5927
5525 -#: builtin/commit.c:1066
5928 +#: builtin/commit.c:1067
5929 #, c-format
5930 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
5931 msgstr ""
5932 "--author '%s' 옵션이 '이름 <전자메일>' 형식이 아니고 기존 작성자에도 없습니다"
5933
5531 -#: builtin/commit.c:1081 builtin/commit.c:1321
5934 +#: builtin/commit.c:1082 builtin/commit.c:1322
5935 #, c-format
5936 msgid "Invalid untracked files mode '%s'"
5937 msgstr "추적되지 않는 파일 모드가 ('%s') 잘못되었습니다"
5938
5536 -#: builtin/commit.c:1118
5939 +#: builtin/commit.c:1119
5940 msgid "--long and -z are incompatible"
5941 msgstr "--long 및 -z 옵션은 호환되지 않습니다"
5942
5540 -#: builtin/commit.c:1148
5943 +#: builtin/commit.c:1149
5944 msgid "Using both --reset-author and --author does not make sense"
5945 msgstr "--reset-author 및 --author 옵션을 모두 사용하면 앞뒤가 맞지 않습니다"
5946
5544 -#: builtin/commit.c:1157
5947 +#: builtin/commit.c:1158
5948 msgid "You have nothing to amend."
5949 msgstr "바꿀 사항이 없습니다."
5950
5548 -#: builtin/commit.c:1160
5951 +#: builtin/commit.c:1161
5952 msgid "You are in the middle of a merge -- cannot amend."
5953 msgstr "병합 중에 있습니다 -- 커밋을 바꿀 수 없습니다."
5954
5552 -#: builtin/commit.c:1162
5955 +#: builtin/commit.c:1163
5956 msgid "You are in the middle of a cherry-pick -- cannot amend."
5957 msgstr "커밋 빼오기 중에 있습니다 -- 커밋을 바꿀 수 없습니다."
5958
5556 -#: builtin/commit.c:1165
5959 +#: builtin/commit.c:1166
5960 msgid "Options --squash and --fixup cannot be used together"
5961 msgstr "--squash 및 --fixup 옵션은 같이 쓸 수 없습니다"
5962
5560 -#: builtin/commit.c:1175
5963 +#: builtin/commit.c:1176
5964 msgid "Only one of -c/-C/-F/--fixup can be used."
5965 msgstr "-c/-C/-F/--fixup 옵션 중에 하나만 사용할 수 있습니다."
5966
5564 -#: builtin/commit.c:1177
5967 +#: builtin/commit.c:1178
5968 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5969 msgstr "-m 옵션은 -c/-C/-F/--fixup 옵션과 같이 쓸 수 없습니다."
5970
5568 -#: builtin/commit.c:1185
5971 +#: builtin/commit.c:1186
5972 msgid "--reset-author can be used only with -C, -c or --amend."
5973 msgstr "--reset-author 옵션은 -C, -c 또는 --amend 옵션과 같이 써야 합니다."
5974
5572 -#: builtin/commit.c:1202
5975 +#: builtin/commit.c:1203
5976 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5977 msgstr ""
5978 "--include/--only/--all/--interactive/--patch 옵션 중 하나만 사용할 수 있습니"
5979 "다."
5980
5578 -#: builtin/commit.c:1204
5981 +#: builtin/commit.c:1205
5982 msgid "No paths with --include/--only does not make sense."
5983 msgstr "경로가 없이 --include/--only 옵션을 쓰면 앞뒤가 맞지 않습니다."
5984
5582 -#: builtin/commit.c:1206
5985 +#: builtin/commit.c:1207
5986 msgid "Clever... amending the last one with dirty index."
5987 msgstr "기발하네요... 마지막을 변경된 인덱스로 바꿉니다."
5988
5586 -#: builtin/commit.c:1208
5989 +#: builtin/commit.c:1209
5990 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5991 msgstr ""
5992 "-i 또는 -o 없이 명시적인 경로를 지정했습니다. --only 경로를 가정합니다..."
5993
5591 -#: builtin/commit.c:1220 builtin/tag.c:474
5994 +#: builtin/commit.c:1221 builtin/tag.c:474
5995 #, c-format
5996 msgid "Invalid cleanup mode %s"
5997 msgstr "잘못된 정리 모드 %s"
5998
5596 -#: builtin/commit.c:1225
5999 +#: builtin/commit.c:1226
6000 msgid "Paths with -a does not make sense."
6001 msgstr "-a 옵션과 경로를 같이 사용하면 앞뒤가 맞지 않습니다."
6002
5600 -#: builtin/commit.c:1335 builtin/commit.c:1621
6003 +#: builtin/commit.c:1336 builtin/commit.c:1622
6004 msgid "show status concisely"
6005 msgstr "상태를 간략하게 표시합니다"
6006
5604 -#: builtin/commit.c:1337 builtin/commit.c:1623
6007 +#: builtin/commit.c:1338 builtin/commit.c:1624
6008 msgid "show branch information"
6009 msgstr "브랜치 정보를 표시합니다"
6010
5608 -#: builtin/commit.c:1339 builtin/commit.c:1625 builtin/push.c:512
5609 -#: builtin/worktree.c:437
6011 +#: builtin/commit.c:1340 builtin/commit.c:1626 builtin/push.c:522
6012 +#: builtin/worktree.c:440
6013 msgid "machine-readable output"
6014 msgstr "컴퓨터가 읽을 수 있는 형식"
6015
5613 -#: builtin/commit.c:1342 builtin/commit.c:1627
6016 +#: builtin/commit.c:1343 builtin/commit.c:1628
6017 msgid "show status in long format (default)"
6018 msgstr "긴 형식으로 상태를 표시합니다 (기본값)"
6019
5617 -#: builtin/commit.c:1345 builtin/commit.c:1630
6020 +#: builtin/commit.c:1346 builtin/commit.c:1631
6021 msgid "terminate entries with NUL"
6022 msgstr "NUL 문자로 항목을 끝냅니다"
6023
5621 -#: builtin/commit.c:1347 builtin/commit.c:1633 builtin/fast-export.c:981
6024 +#: builtin/commit.c:1348 builtin/commit.c:1634 builtin/fast-export.c:981
6025 #: builtin/fast-export.c:984 builtin/tag.c:353
6026 msgid "mode"
6027 msgstr "모드"
6028
5626 -#: builtin/commit.c:1348 builtin/commit.c:1633
6029 +#: builtin/commit.c:1349 builtin/commit.c:1634
6030 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6031 msgstr ""
6032 "추적되지 않는 파일을 표시합니다. 추가 옵션: all, normal, no (기본값: all)"
6033
5631 -#: builtin/commit.c:1351
6034 +#: builtin/commit.c:1352
6035 msgid "show ignored files"
6036 msgstr "무시되는 파일을 표시합니다"
6037
5635 -#: builtin/commit.c:1352 parse-options.h:155
6038 +#: builtin/commit.c:1353 parse-options.h:155
6039 msgid "when"
6040 msgstr "언제"
6041
5639 -#: builtin/commit.c:1353
6042 +#: builtin/commit.c:1354
6043 msgid ""
6044 "ignore changes to submodules, optional when: all, dirty, untracked. "
6045 "(Default: all)"
@@ -5644,198 +6047,198 @@ msgstr ""
6047 "하위 모듈의 변경을 무시합니다. 추가 옵션: all, dirty, untracked. (기본값: "
6048 "all)"
6049
5647 -#: builtin/commit.c:1355
6050 +#: builtin/commit.c:1356
6051 msgid "list untracked files in columns"
6052 msgstr "추적되지 않는 파일의 목록을 여러 열로 표시합니다"
6053
5651 -#: builtin/commit.c:1441
6054 +#: builtin/commit.c:1442
6055 msgid "couldn't look up newly created commit"
6056 msgstr "새로 만든 커밋을 찾아볼 수 없습니다"
6057
5655 -#: builtin/commit.c:1443
6058 +#: builtin/commit.c:1444
6059 msgid "could not parse newly created commit"
6060 msgstr "새로 만든 커밋을 파싱할 수 없습니다"
6061
5659 -#: builtin/commit.c:1488
6062 +#: builtin/commit.c:1489
6063 msgid "detached HEAD"
6064 msgstr "HEAD 분리됨"
6065
5663 -#: builtin/commit.c:1491
6066 +#: builtin/commit.c:1492
6067 msgid " (root-commit)"
6068 msgstr " (최상위-커밋)"
6069
5667 -#: builtin/commit.c:1591
6070 +#: builtin/commit.c:1592
6071 msgid "suppress summary after successful commit"
6072 msgstr "성공적인 커밋 후에 요약을 표시하지 않습니다"
6073
5671 -#: builtin/commit.c:1592
6074 +#: builtin/commit.c:1593
6075 msgid "show diff in commit message template"
6076 msgstr "커밋 메시지 서식에 diff를 표시합니다"
6077
5675 -#: builtin/commit.c:1594
6078 +#: builtin/commit.c:1595
6079 msgid "Commit message options"
6080 msgstr "커밋 메시지 옵션"
6081
5679 -#: builtin/commit.c:1595 builtin/tag.c:351
6082 +#: builtin/commit.c:1596 builtin/tag.c:351
6083 msgid "read message from file"
6084 msgstr "파일에서 메시지를 읽습니다"
6085
5683 -#: builtin/commit.c:1596
6086 +#: builtin/commit.c:1597
6087 msgid "author"
6088 msgstr "작성자"
6089
5687 -#: builtin/commit.c:1596
6090 +#: builtin/commit.c:1597
6091 msgid "override author for commit"
6092 msgstr "커밋의 작성자를 지정합니다"
6093
5691 -#: builtin/commit.c:1597 builtin/gc.c:326
6094 +#: builtin/commit.c:1598 builtin/gc.c:326
6095 msgid "date"
6096 msgstr "시각"
6097
5695 -#: builtin/commit.c:1597
6098 +#: builtin/commit.c:1598
6099 msgid "override date for commit"
6100 msgstr "커밋의 시각을 지정합니다"
6101
5699 -#: builtin/commit.c:1598 builtin/merge.c:219 builtin/notes.c:395
5700 -#: builtin/notes.c:558 builtin/tag.c:349
6102 +#: builtin/commit.c:1599 builtin/merge.c:220 builtin/notes.c:396
6103 +#: builtin/notes.c:559 builtin/tag.c:349
6104 msgid "message"
6105 msgstr "메시지"
6106
5704 -#: builtin/commit.c:1598
6107 +#: builtin/commit.c:1599
6108 msgid "commit message"
6109 msgstr "커밋 메시지"
6110
5708 -#: builtin/commit.c:1599 builtin/commit.c:1600 builtin/commit.c:1601
5709 -#: builtin/commit.c:1602 parse-options.h:256 ref-filter.h:79
6111 +#: builtin/commit.c:1600 builtin/commit.c:1601 builtin/commit.c:1602
6112 +#: builtin/commit.c:1603 parse-options.h:256 ref-filter.h:79
6113 msgid "commit"
6114 msgstr "커밋"
6115
5713 -#: builtin/commit.c:1599
6116 +#: builtin/commit.c:1600
6117 msgid "reuse and edit message from specified commit"
6118 msgstr "지정한 커밋의 메시지를 재사용하고 편집합니다"
6119
5717 -#: builtin/commit.c:1600
6120 +#: builtin/commit.c:1601
6121 msgid "reuse message from specified commit"
6122 msgstr "지정한 커밋에서 메시지를 재사용합니다"
6123
5721 -#: builtin/commit.c:1601
6124 +#: builtin/commit.c:1602
6125 msgid "use autosquash formatted message to fixup specified commit"
6126 msgstr "지정한 커밋을 수정하는데 autosquash 형식 메시지를 사용합니다"
6127
5725 -#: builtin/commit.c:1602
6128 +#: builtin/commit.c:1603
6129 msgid "use autosquash formatted message to squash specified commit"
6130 msgstr "지정한 커밋을 합치는데 autosquash 형식 메시지를 사용합니다"
6131
5729 -#: builtin/commit.c:1603
6132 +#: builtin/commit.c:1604
6133 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6134 msgstr "커밋을 내가 작성한 것으로 만듭니다 (-C/-c/--amend와 같이 사용)"
6135
5733 -#: builtin/commit.c:1604 builtin/log.c:1382 builtin/revert.c:86
6136 +#: builtin/commit.c:1605 builtin/log.c:1409 builtin/revert.c:86
6137 msgid "add Signed-off-by:"
6138 msgstr "Signed-off-by: 줄을 추가합니다"
6139
5737 -#: builtin/commit.c:1605
6140 +#: builtin/commit.c:1606
6141 msgid "use specified template file"
6142 msgstr "지정한 서식 파일을 사용합니다"
6143
5741 -#: builtin/commit.c:1606
6144 +#: builtin/commit.c:1607
6145 msgid "force edit of commit"
6146 msgstr "커밋 편집을 강제합니다"
6147
5745 -#: builtin/commit.c:1607
6148 +#: builtin/commit.c:1608
6149 msgid "default"
6150 msgstr "기본값"
6151
5749 -#: builtin/commit.c:1607 builtin/tag.c:354
6152 +#: builtin/commit.c:1608 builtin/tag.c:354
6153 msgid "how to strip spaces and #comments from message"
6154 msgstr "메시지에서 공백과 #주석을 지웁니다"
6155
5753 -#: builtin/commit.c:1608
6156 +#: builtin/commit.c:1609
6157 msgid "include status in commit message template"
6158 msgstr "커밋 메시지 서식에 상태를 포함합니다"
6159
5757 -#: builtin/commit.c:1610 builtin/merge.c:229 builtin/pull.c:165
6160 +#: builtin/commit.c:1611 builtin/merge.c:230 builtin/pull.c:165
6161 #: builtin/revert.c:93
6162 msgid "GPG sign commit"
6163 msgstr "GPG 서명 커밋"
6164
5762 -#: builtin/commit.c:1613
6165 +#: builtin/commit.c:1614
6166 msgid "Commit contents options"
6167 msgstr "커밋 내용 옵션"
6168
5766 -#: builtin/commit.c:1614
6169 +#: builtin/commit.c:1615
6170 msgid "commit all changed files"
6171 msgstr "변경된 파일을 모두 커밋합니다"
6172
5770 -#: builtin/commit.c:1615
6173 +#: builtin/commit.c:1616
6174 msgid "add specified files to index for commit"
6175 msgstr "지정한 파일을 커밋할 인덱스에 추가합니다"
6176
5774 -#: builtin/commit.c:1616
6177 +#: builtin/commit.c:1617
6178 msgid "interactively add files"
6179 msgstr "대화형으로 파일을 추가합니다"
6180
5778 -#: builtin/commit.c:1617
6181 +#: builtin/commit.c:1618
6182 msgid "interactively add changes"
6183 msgstr "대화형으로 변경 사항을 추가합니다"
6184
5782 -#: builtin/commit.c:1618
6185 +#: builtin/commit.c:1619
6186 msgid "commit only specified files"

This file is too large to show in full.