l10n: ko.po: Update Korean translation

Signed-off-by: Changwoo Ryu <cwryu@debian.org> Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com> Signed-off-by: Gwan-gyeong Mun <elongbug@gmail.com> Reviewed-by: Changwoo Ryu <cwryu@debian.org>

Changwoo Ryu committed Jan 8, 2018 at 10:25 UTC 4a7e1b24752209473f4b09f89ca136c751b07fb1
2 files changed +2200 -1944
po/TEAMS
+1 -1
@@ -38,7 +38,7 @@ Leader: Marco Paolone <marcopaolone AT gmail.com>
38 Members: Stefano Lattarini <stefano.lattarini AT gmail.com>
39
40 Language: ko (Korean)
41 -Repository: https://github.com/changwoo/git-l10n-ko/
41 +Repository: https://github.com/git-l10n-ko/git-l10n-ko/
42 Leader: Changwoo Ryu <cwryu@debian.org>
43
44 Language: pt_PT (Portuguese - Portugal)
po/ko.po
+2199 -1943
@@ -1,10 +1,12 @@
1 # Git Korean translation
2 -# Copyright (C) 2015-2017 Changwoo Ryu and contributors
2 +# Copyright (C) 2015-2018 git Korean translation contributors
3 # This file is distributed under the same license as the Git package.
4 #
5 # Contributors:
6 -# Hyunjun Kim <yoloseem AT users.noreply.github.com>, 2015.
7 -# Changwoo Ryu <cwryu@debian.org>, 2015-2017.
6 +# Hyunjun Kim <yoloseem@users.noreply.github.com>, 2015.
7 +# Changwoo Ryu <cwryu@debian.org>, 2015-2018.
8 +# Sihyeon Jang <uneedsihyeon@gmail.com>, 2018.
9 +# Gwan-gyeong Mun <elongbug@gmail.com>, 2018.
10 #
11 # - 작업자는 위 Contributors 목록에 추가해 주세요.
12 # - 번역하면서 80컬럼을 넘어가지 않도록 해 주세요.
@@ -32,10 +34,11 @@
34 # | committer | 커미터 |
35 # | conflict | 충돌 |
36 # | fast-forward | 정방향 진행 |
37 +# | fsmonitor | 파일 시스템 모니터 |
38 +# | Git | 깃 |
39 # | head | 헤드 |
36 -# | hook | 훅 |
40 +# | hook | 후크 |
41 # | history | (커밋) 내역 |
38 -# | Git | 깃 |
42 # | log | 기록 |
43 # | merge | 병합 |
44 # | note | 노트 |
@@ -58,8 +61,8 @@ msgid ""
61 msgstr ""
62 "Project-Id-Version: git\n"
63 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
61 -"POT-Creation-Date: 2017-10-17 09:44+0800\n"
62 -"PO-Revision-Date: 2017-10-17 16:23+0900\n"
64 +"POT-Creation-Date: 2018-01-07 07:50+0800\n"
65 +"PO-Revision-Date: 2018-01-08 10:09+0900\n"
66 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
67 "Language-Team: Git Korean translation <http://github.com/changwoo/git-l10n-"
68 "ko>\n"
@@ -68,38 +71,39 @@ msgstr ""
71 "Content-Type: text/plain; charset=UTF-8\n"
72 "Content-Transfer-Encoding: 8bit\n"
73 "Plural-Forms: nplurals=1; plural=0;\n"
74 +"X-Generator: Poedit 2.0.5\n"
75
72 -#: advice.c:58
76 +#: advice.c:62
77 #, c-format
78 msgid "hint: %.*s\n"
79 msgstr "힌트: %.*s\n"
80
77 -#: advice.c:86
81 +#: advice.c:90
82 msgid "Cherry-picking is not possible because you have unmerged files."
83 msgstr "병합하지 않은 파일이 있으므로, 커밋 빼오기를 할 수 없습니다."
84
81 -#: advice.c:88
85 +#: advice.c:92
86 msgid "Committing is not possible because you have unmerged files."
87 msgstr "병합하지 않은 파일이 있으므로, 커밋할 수 없습니다."
88
85 -#: advice.c:90
89 +#: advice.c:94
90 msgid "Merging is not possible because you have unmerged files."
91 msgstr "병합하지 않은 파일이 있으므로, 병합할 수 없습니다."
92
89 -#: advice.c:92
93 +#: advice.c:96
94 msgid "Pulling is not possible because you have unmerged files."
95 msgstr "병합하지 않은 파일이 있으므로, 풀을 할 수 없습니다."
96
93 -#: advice.c:94
97 +#: advice.c:98
98 msgid "Reverting is not possible because you have unmerged files."
99 msgstr "병합하지 않은 파일이 있으므로, 되돌리기를 할 수 없습니다."
100
97 -#: advice.c:96
101 +#: advice.c:100
102 #, c-format
103 msgid "It is not possible to %s because you have unmerged files."
104 msgstr "병합하지 않은 파일이 있으므로, %s 할 수 없습니다."
105
102 -#: advice.c:104
106 +#: advice.c:108
107 msgid ""
108 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
109 "as appropriate to mark resolution and make a commit."
@@ -107,23 +111,23 @@ msgstr ""
111 "작업 폴더에서 문제를 바로잡은 다음, 'git add/rm <파일>'을 적절히\n"
112 "사용해 해결 표시하고 커밋하십시오."
113
110 -#: advice.c:112
114 +#: advice.c:116
115 msgid "Exiting because of an unresolved conflict."
116 msgstr "해결하지 못한 충돌 때문에 끝납니다."
117
114 -#: advice.c:117 builtin/merge.c:1211
118 +#: advice.c:121 builtin/merge.c:1213
119 msgid "You have not concluded your merge (MERGE_HEAD exists)."
120 msgstr "병합 작업을 다 마치지 않았습니다 (MERGE_HEAD 파일이 있습니다)."
121
118 -#: advice.c:119
122 +#: advice.c:123
123 msgid "Please, commit your changes before merging."
124 msgstr "병합하기 전에 변경 사항을 커밋하십시오."
125
122 -#: advice.c:120
126 +#: advice.c:124
127 msgid "Exiting because of unfinished merge."
128 msgstr "병합을 마치지 못했기 때문에 끝납니다."
129
126 -#: advice.c:126
130 +#: advice.c:130
131 #, c-format
132 msgid ""
133 "Note: checking out '%s'.\n"
@@ -141,7 +145,7 @@ msgstr ""
145 "주의: '%s' 체크아웃하기.\n"
146 "\n"
147 "지금 'HEAD가 분리된' 상태입니다. 이 상태에서는 여기저기 돌아보고,\n"
144 -"실험적으로 바꾼고 커밋하더라도, 체크아웃할 수 잇는 다른 브랜치에\n"
148 +"실험적으로 바꾸고 커밋하더라도, 체크아웃할 수 있는 다른 브랜치에\n"
149 "영향을 미치지 않고 변경 사항을 잃어버릴 수 있습니다.\n"
150 "\n"
151 "커밋을 유지하는 브랜치를 새로 만드려면, (지금이든 나중이든) 체크아웃\n"
@@ -160,86 +164,86 @@ msgstr "알 수 없는 공백 옵션 '%s'"
164 msgid "unrecognized whitespace ignore option '%s'"
165 msgstr "알 수 없는 공백 무시 옵션 '%s'"
166
163 -#: apply.c:125
167 +#: apply.c:122
168 msgid "--reject and --3way cannot be used together."
169 msgstr "--reject 및 --3way 옵션은 같이 쓸 수 없습니다."
170
167 -#: apply.c:127
171 +#: apply.c:124
172 msgid "--cached and --3way cannot be used together."
173 msgstr "--cached 및 --3way 옵션은 같이 쓸 수 없습니다."
174
171 -#: apply.c:130
175 +#: apply.c:127
176 msgid "--3way outside a repository"
177 msgstr "저장소 밖에서 --3way 옵션 사용"
178
175 -#: apply.c:141
179 +#: apply.c:138
180 msgid "--index outside a repository"
181 msgstr "저장소 밖에서 --index 옵션 사용"
182
179 -#: apply.c:144
183 +#: apply.c:141
184 msgid "--cached outside a repository"
185 msgstr "저장소 밖에서 --cached 옵션 사용"
186
183 -#: apply.c:845
187 +#: apply.c:821
188 #, c-format
189 msgid "Cannot prepare timestamp regexp %s"
190 msgstr "타임스탬프 정규식을 준비할 수 없습니다 (%s)"
191
188 -#: apply.c:854
192 +#: apply.c:830
193 #, c-format
194 msgid "regexec returned %d for input: %s"
195 msgstr "regexec()에서 다음 입력에 대해 %d번을 리턴했습니다: %s"
196
193 -#: apply.c:928
197 +#: apply.c:904
198 #, c-format
199 msgid "unable to find filename in patch at line %d"
200 msgstr "패치의 %d번 줄에 파일 이름을 찾을 수 없습니다"
201
198 -#: apply.c:966
202 +#: apply.c:942
203 #, c-format
204 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
205 msgstr ""
206 "git apply: 잘못된 git-diff - %2$d번 줄에서 /dev/null을 기대했지만, '%1$s'이"
207 "(가) 왔습니다"
208
205 -#: apply.c:972
209 +#: apply.c:948
210 #, c-format
211 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
212 msgstr ""
213 "git apply: 잘못된 git-diff - %d번 줄에 새 파일 이름이 올바르지 않습니다"
214
211 -#: apply.c:973
215 +#: apply.c:949
216 #, c-format
217 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
218 msgstr ""
219 "git apply: 잘못된 git-diff - %d번 줄에 예전 파일 이름이 올바르지 않습니다"
220
217 -#: apply.c:978
221 +#: apply.c:954
222 #, c-format
223 msgid "git apply: bad git-diff - expected /dev/null on line %d"
224 msgstr "git apply: 잘못된 git-diff - %d번 줄에서 /dev/null을 기대했습니다"
225
222 -#: apply.c:1007
226 +#: apply.c:983
227 #, c-format
228 msgid "invalid mode on line %d: %s"
229 msgstr "%d번 줄에 잘못된 모드: %s"
230
227 -#: apply.c:1325
231 +#: apply.c:1301
232 #, c-format
233 msgid "inconsistent header lines %d and %d"
234 msgstr "일관성 없는 헤더 줄 %d번 및 %d번"
235
232 -#: apply.c:1497
236 +#: apply.c:1473
237 #, c-format
238 msgid "recount: unexpected line: %.*s"
239 msgstr "recount: 예상치 못한 줄: %.*s"
240
237 -#: apply.c:1566
241 +#: apply.c:1542
242 #, c-format
243 msgid "patch fragment without header at line %d: %.*s"
244 msgstr "%d번 줄에 헤더 없는 패치 부분: %.*s"
245
242 -#: apply.c:1586
246 +#: apply.c:1562
247 #, c-format
248 msgid ""
249 "git diff header lacks filename information when removing %d leading pathname "
@@ -251,81 +255,81 @@ msgstr[0] ""
255 "경로 이름 부분에서 %d개를 제거라 때 git diff 헤더에 파일 이름 정보가 없습니"
256 "다. (%d번 줄)"
257
254 -#: apply.c:1599
258 +#: apply.c:1575
259 #, c-format
260 msgid "git diff header lacks filename information (line %d)"
261 msgstr "git diff 헤더에 파일 이름 정보가 없습니다 (%d번 줄)"
262
259 -#: apply.c:1787
263 +#: apply.c:1763
264 msgid "new file depends on old contents"
265 msgstr "새 파일이 예전 내용에 의존합니다"
266
263 -#: apply.c:1789
267 +#: apply.c:1765
268 msgid "deleted file still has contents"
269 msgstr "삭제한 파일에 아직 내용이 들어 있습니다"
270
267 -#: apply.c:1823
271 +#: apply.c:1799
272 #, c-format
273 msgid "corrupt patch at line %d"
274 msgstr "패치가 %d번 줄에서 망가졌습니다"
275
272 -#: apply.c:1860
276 +#: apply.c:1836
277 #, c-format
278 msgid "new file %s depends on old contents"
279 msgstr "새 파일 %s이(가) 예전 내용에 의존합니다"
280
277 -#: apply.c:1862
281 +#: apply.c:1838
282 #, c-format
283 msgid "deleted file %s still has contents"
284 msgstr "삭제한 파일 %s이(가) 아직 내용이 들어 있습니다"
285
282 -#: apply.c:1865
286 +#: apply.c:1841
287 #, c-format
288 msgid "** warning: file %s becomes empty but is not deleted"
289 msgstr "** 경고: %s 파일의 내용이 비어 있지만 삭제되지 않았습니다"
290
287 -#: apply.c:2012
291 +#: apply.c:1988
292 #, c-format
293 msgid "corrupt binary patch at line %d: %.*s"
294 msgstr "%d번 줄에 바이너리 패치가 손상되었습니다: %.*s"
295
292 -#: apply.c:2049
296 +#: apply.c:2025
297 #, c-format
298 msgid "unrecognized binary patch at line %d"
299 msgstr "%d번 줄에 바이너리 패치가 이해할 수 없습니다"
300
297 -#: apply.c:2209
301 +#: apply.c:2185
302 #, c-format
303 msgid "patch with only garbage at line %d"
304 msgstr "%d번 줄에 쓰레기 데이터만 있는 패치"
305
302 -#: apply.c:2295
306 +#: apply.c:2271
307 #, c-format
308 msgid "unable to read symlink %s"
309 msgstr "%s 심볼릭 링크를 읽을 수 없습니다"
310
307 -#: apply.c:2299
311 +#: apply.c:2275
312 #, c-format
313 msgid "unable to open or read %s"
314 msgstr "%s을(를) 열거나 읽을 수 없습니다"
315
312 -#: apply.c:2958
316 +#: apply.c:2934
317 #, c-format
318 msgid "invalid start of line: '%c'"
319 msgstr "줄 시작이 잘못됨: '%c'"
320
317 -#: apply.c:3077
321 +#: apply.c:3055
322 #, c-format
323 msgid "Hunk #%d succeeded at %d (offset %d line)."
324 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
325 msgstr[0] "패치 %d번 부분 %d번 줄에서 성공 (오프셋 %d번 줄)"
326
323 -#: apply.c:3089
327 +#: apply.c:3067
328 #, c-format
329 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
330 msgstr "컨텍스트가 (%ld/%ld)로 줄어듭니다. (%d번 줄에서 적용)"
331
328 -#: apply.c:3095
332 +#: apply.c:3073
333 #, c-format
334 msgid ""
335 "while searching for:\n"
@@ -334,439 +338,440 @@ msgstr ""
338 "다음을 검색하던 중:\n"
339 "%.*s"
340
337 -#: apply.c:3117
341 +#: apply.c:3095
342 #, c-format
343 msgid "missing binary patch data for '%s'"
344 msgstr "'%s'에 대한 바이너리 패치 데이터가 없습니다"
345
342 -#: apply.c:3125
346 +#: apply.c:3103
347 #, c-format
348 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
349 msgstr ""
350 "반대 헝크가 없으면 '%s'에 대한 바이너리 패치를 반대로 적용할 수 없습니다"
351
348 -#: apply.c:3171
352 +#: apply.c:3149
353 #, c-format
354 msgid "cannot apply binary patch to '%s' without full index line"
355 msgstr ""
356 "전체 인덱스 라인이 없으면 '%s'에 대한 바이너리 패치를 적용할 수 없습니다"
357
354 -#: apply.c:3181
358 +#: apply.c:3159
359 #, c-format
360 msgid ""
361 "the patch applies to '%s' (%s), which does not match the current contents."
362 msgstr "패치가 '%s'(%s)에 적용되지만, 현재 내용과 일치하지 않습니다."
363
360 -#: apply.c:3189
364 +#: apply.c:3167
365 #, c-format
366 msgid "the patch applies to an empty '%s' but it is not empty"
367 msgstr "패치는 빈 '%s'에 적용되지만, 현재 비어 있지 않습니다"
368
365 -#: apply.c:3207
369 +#: apply.c:3185
370 #, c-format
371 msgid "the necessary postimage %s for '%s' cannot be read"
372 msgstr "'%2$s'에 대한 필요한 %1$s 포스트이미지를 읽을 수 없습니다"
373
370 -#: apply.c:3220
374 +#: apply.c:3198
375 #, c-format
376 msgid "binary patch does not apply to '%s'"
377 msgstr "바이너리 패치를 '%s'에 적용할 수 없습니다"
378
375 -#: apply.c:3226
379 +#: apply.c:3204
380 #, c-format
381 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
382 msgstr ""
383 "'%s'에 대한 바이너리 패치가 올바르지 않은 결과를 만듭니다. (기대한 값 %s, 실"
384 "제 %s)"
385
382 -#: apply.c:3247
386 +#: apply.c:3225
387 #, c-format
388 msgid "patch failed: %s:%ld"
389 msgstr "패치 실패: %s:%ld"
390
387 -#: apply.c:3369
391 +#: apply.c:3347
392 #, c-format
393 msgid "cannot checkout %s"
394 msgstr "%s을(를) 가져올 수 없습니다"
395
392 -#: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277
396 +#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
397 #, c-format
398 msgid "failed to read %s"
399 msgstr "%s을(를) 읽는데 실패했습니다"
400
397 -#: apply.c:3426
401 +#: apply.c:3404
402 #, c-format
403 msgid "reading from '%s' beyond a symbolic link"
404 msgstr "심볼릭 링크 뒤에 있는 '%s' 읽기"
405
402 -#: apply.c:3455 apply.c:3695
406 +#: apply.c:3433 apply.c:3673
407 #, c-format
408 msgid "path %s has been renamed/deleted"
409 msgstr "%s 경로가 이름이 바뀌었거나 삭제되었습니다"
410
407 -#: apply.c:3538 apply.c:3709
411 +#: apply.c:3516 apply.c:3687
412 #, c-format
413 msgid "%s: does not exist in index"
414 msgstr "%s: 인덱스에 없습니다"
415
412 -#: apply.c:3547 apply.c:3717
416 +#: apply.c:3525 apply.c:3695
417 #, c-format
418 msgid "%s: does not match index"
419 msgstr "%s: 인덱스와 맞지 않습니다"
420
417 -#: apply.c:3582
421 +#: apply.c:3560
422 msgid "repository lacks the necessary blob to fall back on 3-way merge."
423 msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
424
421 -#: apply.c:3585
425 +#: apply.c:3563
426 #, c-format
427 msgid "Falling back to three-way merge...\n"
428 msgstr "3-방향 병합으로 대신합니다...\n"
429
426 -#: apply.c:3601 apply.c:3605
430 +#: apply.c:3579 apply.c:3583
431 #, c-format
432 msgid "cannot read the current contents of '%s'"
433 msgstr "'%s'의 현재 내용을 읽을 수 없습니다"
434
431 -#: apply.c:3617
435 +#: apply.c:3595
436 #, c-format
437 msgid "Failed to fall back on three-way merge...\n"
438 msgstr "3-방향 병합으로 대신하는데 실패했습니다...\n"
439
436 -#: apply.c:3631
440 +#: apply.c:3609
441 #, c-format
442 msgid "Applied patch to '%s' with conflicts.\n"
443 msgstr "패치를 '%s'에 충돌이 있는 상태로 적용.\n"
444
441 -#: apply.c:3636
445 +#: apply.c:3614
446 #, c-format
447 msgid "Applied patch to '%s' cleanly.\n"
448 msgstr "패치를 '%s'에 패치 문제 없이 적용.\n"
449
446 -#: apply.c:3662
450 +#: apply.c:3640
451 msgid "removal patch leaves file contents"
452 msgstr "제거하는 패치 다음에 파일 내용이 남았습니다"
453
450 -#: apply.c:3734
454 +#: apply.c:3712
455 #, c-format
456 msgid "%s: wrong type"
457 msgstr "%s: 잘못된 종류"
458
455 -#: apply.c:3736
459 +#: apply.c:3714
460 #, c-format
461 msgid "%s has type %o, expected %o"
462 msgstr "%s의 종류가 %o이지만 %o이(가) 되어야 합니다"
463
460 -#: apply.c:3886 apply.c:3888
464 +#: apply.c:3864 apply.c:3866
465 #, c-format
466 msgid "invalid path '%s'"
467 msgstr "잘못된 경로 '%s'"
468
465 -#: apply.c:3944
469 +#: apply.c:3922
470 #, c-format
471 msgid "%s: already exists in index"
472 msgstr "%s: 이미 인덱스에 있습니다"
473
470 -#: apply.c:3947
474 +#: apply.c:3925
475 #, c-format
476 msgid "%s: already exists in working directory"
477 msgstr "%s: 이미 작업 디렉터리에 있습니다"
478
475 -#: apply.c:3967
479 +#: apply.c:3945
480 #, c-format
481 msgid "new mode (%o) of %s does not match old mode (%o)"
482 msgstr "%2$s의 새 모드(%1$o)가 예전 모드(%3$o)와 다릅니다"
483
480 -#: apply.c:3972
484 +#: apply.c:3950
485 #, c-format
486 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
487 msgstr "%2$s의 새 모드(%1$o)가 %4$s의 예전 모드(%3$o)와 다릅니다"
488
485 -#: apply.c:3992
489 +#: apply.c:3970
490 #, c-format
491 msgid "affected file '%s' is beyond a symbolic link"
492 msgstr "영향 받는 '%s' 파일이 심볼릭 링크 뒤에 있습니다"
493
490 -#: apply.c:3996
494 +#: apply.c:3974
495 #, c-format
496 msgid "%s: patch does not apply"
497 msgstr "%s: 패치를 적용하지 않습니다"
498
495 -#: apply.c:4011
499 +#: apply.c:3989
500 #, c-format
501 msgid "Checking patch %s..."
502 msgstr "%s 패치를 확인하는 중입니다..."
503
500 -#: apply.c:4102
504 +#: apply.c:4080
505 #, c-format
506 msgid "sha1 information is lacking or useless for submodule %s"
507 msgstr "sha1 정보가 없거나 %s 하위 모듈에서 쓸 수 없습니다"
508
505 -#: apply.c:4109
509 +#: apply.c:4087
510 #, c-format
511 msgid "mode change for %s, which is not in current HEAD"
512 msgstr "%s에 대한 모드 변경이지만, 현재 HEAD에 없습니다"
513
510 -#: apply.c:4112
514 +#: apply.c:4090
515 #, c-format
516 msgid "sha1 information is lacking or useless (%s)."
517 msgstr "sha1 정보가 없거나 쓸 수 없습니다 (%s)."
518
515 -#: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148
519 +#: apply.c:4095 builtin/checkout.c:236 builtin/reset.c:148
520 #, c-format
521 msgid "make_cache_entry failed for path '%s'"
522 msgstr "경로 '%s'에 대해 make_cache_entry 실패"
523
520 -#: apply.c:4121
524 +#: apply.c:4099
525 #, c-format
526 msgid "could not add %s to temporary index"
527 msgstr "임시 인덱스에 %s 항목을 추가할 수 없습니다"
528
525 -#: apply.c:4131
529 +#: apply.c:4109
530 #, c-format
531 msgid "could not write temporary index to %s"
532 msgstr "임시 인덱스를 %s에 쓸 수 없습니다"
533
530 -#: apply.c:4269
534 +#: apply.c:4247
535 #, c-format
536 msgid "unable to remove %s from index"
537 msgstr "인덱스에서 %s을(를) 제거할 수 없습니다"
538
535 -#: apply.c:4304
539 +#: apply.c:4282
540 #, c-format
541 msgid "corrupt patch for submodule %s"
542 msgstr "하위 모듈 %s에 대해 손상된 패치"
543
540 -#: apply.c:4310
544 +#: apply.c:4288
545 #, c-format
546 msgid "unable to stat newly created file '%s'"
547 msgstr "새로 만든 파일 '%s'에 대해 stat()할 수 없습니다"
548
545 -#: apply.c:4318
549 +#: apply.c:4296
550 #, c-format
551 msgid "unable to create backing store for newly created file %s"
552 msgstr "새로 만든 파일 '%s'에 대해 예비 저장소를 만들 수 없습니다"
553
550 -#: apply.c:4324 apply.c:4468
554 +#: apply.c:4302 apply.c:4446
555 #, c-format
556 msgid "unable to add cache entry for %s"
557 msgstr "%s에 대해 캐시 항목을 추가할 수 없습니다"
558
555 -#: apply.c:4365
559 +#: apply.c:4343
560 #, c-format
561 msgid "failed to write to '%s'"
562 msgstr "'%s'에 쓰는데 실패했습니다"
563
560 -#: apply.c:4369
564 +#: apply.c:4347
565 #, c-format
566 msgid "closing file '%s'"
567 msgstr "'%s' 파일을 닫는 중입니다"
568
565 -#: apply.c:4439
569 +#: apply.c:4417
570 #, c-format
571 msgid "unable to write file '%s' mode %o"
572 msgstr "'%s' 파일에 쓸 수 없습니다 ('%o' 모드)"
573
570 -#: apply.c:4537
574 +#: apply.c:4515
575 #, c-format
576 msgid "Applied patch %s cleanly."
577 msgstr "%s 패치 깔끔하게 적용."
578
575 -#: apply.c:4545
579 +#: apply.c:4523
580 msgid "internal error"
581 msgstr "내부 오류"
582
579 -#: apply.c:4548
583 +#: apply.c:4526
584 #, c-format
585 msgid "Applying patch %%s with %d reject..."
586 msgid_plural "Applying patch %%s with %d rejects..."
587 msgstr[0] "%%s 패치를 (%d개 거부) 적용..."
588
585 -#: apply.c:4559
589 +#: apply.c:4537
590 #, c-format
591 msgid "truncating .rej filename to %.*s.rej"
592 msgstr "truncating .rej 파일 이름을 '%.*s.rej'(으)로 자름"
593
590 -#: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010
594 +#: apply.c:4545 builtin/fetch.c:761 builtin/fetch.c:1011
595 #, c-format
596 msgid "cannot open %s"
597 msgstr "%s을(를) 열 수 없습니다"
598
595 -#: apply.c:4581
599 +#: apply.c:4559
600 #, c-format
601 msgid "Hunk #%d applied cleanly."
602 msgstr "패치 부위 #%d 깔끔하게 적용."
603
600 -#: apply.c:4585
604 +#: apply.c:4563
605 #, c-format
606 msgid "Rejected hunk #%d."
607 msgstr "패치 부위 #%d 거부됨."
608
605 -#: apply.c:4695
609 +#: apply.c:4673
610 #, c-format
611 msgid "Skipped patch '%s'."
612 msgstr "패치 '%s' 건너뜀."
613
610 -#: apply.c:4703
614 +#: apply.c:4681
615 msgid "unrecognized input"
616 msgstr "인식할 수 없는 입력"
617
614 -#: apply.c:4722
618 +#: apply.c:4700
619 msgid "unable to read index file"
620 msgstr "인덱스 파일을 읽을 수 없습니다"
621
618 -#: apply.c:4859
622 +#: apply.c:4837
623 #, c-format
624 msgid "can't open patch '%s': %s"
625 msgstr "'%s' 패치를 열 수 없습니다: %s"
626
623 -#: apply.c:4886
627 +#: apply.c:4864
628 #, c-format
629 msgid "squelched %d whitespace error"
630 msgid_plural "squelched %d whitespace errors"
631 msgstr[0] "공백 오류 %d개를 넘어갑니다"
632
629 -#: apply.c:4892 apply.c:4907
633 +#: apply.c:4870 apply.c:4885
634 #, c-format
635 msgid "%d line adds whitespace errors."
636 msgid_plural "%d lines add whitespace errors."
637 msgstr[0] "%d번 줄에서 공백 오류를 추가합니다."
638
635 -#: apply.c:4900
639 +#: apply.c:4878
640 #, c-format
641 msgid "%d line applied after fixing whitespace errors."
642 msgid_plural "%d lines applied after fixing whitespace errors."
643 msgstr[0] "공백 오류를 바로잡은 뒤에 %d번 줄 적용."
644
641 -#: apply.c:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
645 +#: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
646 msgid "Unable to write new index file"
647 msgstr "새 인덱스 파일에 쓸 수 없습니다"
648
645 -#: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
646 -#: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
647 -#: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
648 -#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
649 -#: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
649 +#: apply.c:4921 apply.c:4924 builtin/am.c:2220 builtin/am.c:2223
650 +#: builtin/clone.c:116 builtin/fetch.c:116 builtin/pull.c:193
651 +#: builtin/submodule--helper.c:369 builtin/submodule--helper.c:860
652 +#: builtin/submodule--helper.c:863 builtin/submodule--helper.c:1230
653 +#: builtin/submodule--helper.c:1233 builtin/submodule--helper.c:1450
654 #: git-add--interactive.perl:197
655 msgid "path"
656 msgstr "경로"
657
654 -#: apply.c:4948
658 +#: apply.c:4922
659 msgid "don't apply changes matching the given path"
660 msgstr "주어진 경로에 해당하는 변경 사항을 적용하지 않습니다"
661
658 -#: apply.c:4951
662 +#: apply.c:4925
663 msgid "apply changes matching the given path"
664 msgstr "주어진 경로에 해당하는 변경 사항을 적용합니다"
665
662 -#: apply.c:4953 builtin/am.c:2265
666 +#: apply.c:4927 builtin/am.c:2229
667 msgid "num"
668 msgstr "개수"
669
666 -#: apply.c:4954
670 +#: apply.c:4928
671 msgid "remove <num> leading slashes from traditional diff paths"
672 msgstr "전통적인 diff 경로 앞의 <개수>개의 앞 슬래시(/)를 제거합니다"
673
670 -#: apply.c:4957
674 +#: apply.c:4931
675 msgid "ignore additions made by the patch"
676 msgstr "패치에서 추가하는 파일을 무시합니다"
677
674 -#: apply.c:4959
678 +#: apply.c:4933
679 msgid "instead of applying the patch, output diffstat for the input"
680 msgstr "패치를 적용하는 대신, 입력에 대한 diffstat을 출력합니다"
681
678 -#: apply.c:4963
682 +#: apply.c:4937
683 msgid "show number of added and deleted lines in decimal notation"
684 msgstr "십진수로 추가 및 삭제한 줄 수를 표시합니다"
685
682 -#: apply.c:4965
686 +#: apply.c:4939
687 msgid "instead of applying the patch, output a summary for the input"
688 msgstr "패치를 적용하는 대신, 입력에 대한 요약을 출력합니다"
689
686 -#: apply.c:4967
690 +#: apply.c:4941
691 msgid "instead of applying the patch, see if the patch is applicable"
692 msgstr "패치를 적용하는 대신, 패치를 적용 가능한지 확인합니다"
693
690 -#: apply.c:4969
694 +#: apply.c:4943
695 msgid "make sure the patch is applicable to the current index"
696 msgstr "현재 인덱스에서 패치가 적용 가능한지 확인합니다"
697
694 -#: apply.c:4971
698 +#: apply.c:4945
699 msgid "apply a patch without touching the working tree"
700 msgstr "작업 폴더를 바꾸지 않고 패치를 적용합니다"
701
698 -#: apply.c:4973
702 +#: apply.c:4947
703 msgid "accept a patch that touches outside the working area"
704 msgstr "작업 영역 밖의 파일을 바꾸는 패치를 허용합니다"
705
702 -#: apply.c:4975
706 +#: apply.c:4949
707 msgid "also apply the patch (use with --stat/--summary/--check)"
708 msgstr "그리고 패치도 적용합니다 (--stat/--summary/--check 옵션과 같이 사용)"
709
706 -#: apply.c:4977
710 +#: apply.c:4951
711 msgid "attempt three-way merge if a patch does not apply"
712 msgstr "패치를 적용하지 않으면 3-방향 병합을 시도합니다"
713
710 -#: apply.c:4979
714 +#: apply.c:4953
715 msgid "build a temporary index based on embedded index information"
716 msgstr "내장 인덱스 정보를 사용해 임시 인덱스를 만듭니다"
717
714 -#: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
718 +#: apply.c:4956 builtin/checkout-index.c:168 builtin/ls-files.c:515
719 msgid "paths are separated with NUL character"
720 msgstr "경로를 NUL 문자로 구분합니다"
721
718 -#: apply.c:4984
722 +#: apply.c:4958
723 msgid "ensure at least <n> lines of context match"
724 msgstr "최소한 <n>줄이 컨텍스트와 일치하는지 확인합니다"
725
722 -#: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
726 +#: apply.c:4959 builtin/am.c:2208 builtin/interpret-trailers.c:95
727 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
728 +#: builtin/pack-objects.c:3009
729 msgid "action"
730 msgstr "동작"
731
727 -#: apply.c:4986
732 +#: apply.c:4960
733 msgid "detect new or modified lines that have whitespace errors"
734 msgstr "공백 오류가 있는 추가됐거나 수정된 줄을 찾습니다"
735
731 -#: apply.c:4989 apply.c:4992
736 +#: apply.c:4963 apply.c:4966
737 msgid "ignore changes in whitespace when finding context"
738 msgstr "컨텍스트를 찾을 때 공백 변경 사항을 무시합니다"
739
735 -#: apply.c:4995
740 +#: apply.c:4969
741 msgid "apply the patch in reverse"
742 msgstr "패치를 반대 순서로 적용합니다"
743
739 -#: apply.c:4997
744 +#: apply.c:4971
745 msgid "don't expect at least one line of context"
746 msgstr "최소한의 컨텍스트 한 줄도 없이 적용합니다"
747
743 -#: apply.c:4999
748 +#: apply.c:4973
749 msgid "leave the rejected hunks in corresponding *.rej files"
750 msgstr "거부된 패치 부분을 대응되는 *.rej 파일에 남겨둡니다"
751
747 -#: apply.c:5001
752 +#: apply.c:4975
753 msgid "allow overlapping hunks"
754 msgstr "패치 부분이 겹쳐도 허용합니다"
755
751 -#: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
752 -#: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
753 -#: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
756 +#: apply.c:4976 builtin/add.c:292 builtin/check-ignore.c:21
757 +#: builtin/commit.c:1361 builtin/count-objects.c:96 builtin/fsck.c:640
758 +#: builtin/log.c:1896 builtin/mv.c:123 builtin/read-tree.c:125
759 msgid "be verbose"
760 msgstr "자세히 표시"
761
757 -#: apply.c:5004
762 +#: apply.c:4978
763 msgid "tolerate incorrectly detected missing new-line at the end of file"
764 msgstr "파일 끝에 줄바꿈이 빠졌음을 잘못 검색한 경우에 무시합니다"
765
761 -#: apply.c:5007
766 +#: apply.c:4981
767 msgid "do not trust the line counts in the hunk headers"
768 msgstr "패치 부분의 헤더의 줄 수를 신용하지 않습니다"
769
765 -#: apply.c:5009 builtin/am.c:2253
770 +#: apply.c:4983 builtin/am.c:2217
771 msgid "root"
772 msgstr "최상위"
773
769 -#: apply.c:5010
774 +#: apply.c:4984
775 msgid "prepend <root> to all filenames"
776 msgstr "모든 파일 이름에 <최상위>를 앞에 붙입니다"
777
@@ -789,7 +794,7 @@ msgstr ""
794 msgid "git archive --remote <repo> [--exec <cmd>] --list"
795 msgstr "git archive --remote <저장소> [--exec <명령>] --list"
796
792 -#: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
797 +#: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
798 #, c-format
799 msgid "pathspec '%s' did not match any files"
800 msgstr "'%s' 경로명세가 어떤 파일과도 일치하지 않습니다"
@@ -802,7 +807,7 @@ msgstr "형식"
807 msgid "archive format"
808 msgstr "압축 형식"
809
805 -#: archive.c:437 builtin/log.c:1452
810 +#: archive.c:437 builtin/log.c:1459
811 msgid "prefix"
812 msgstr "접두어"
813
@@ -810,9 +815,9 @@ msgstr "접두어"
815 msgid "prepend prefix to each pathname in the archive"
816 msgstr "아카이브의 각 경로 이름의 앞에 지정한 경로를 붙입니다"
817
813 -#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
814 -#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
815 -#: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
818 +#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:62
819 +#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:861
820 +#: builtin/hash-object.c:102 builtin/ls-files.c:551 builtin/ls-files.c:554
821 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
822 #: parse-options.h:153
823 msgid "file"
@@ -847,7 +852,7 @@ msgid "list supported archive formats"
852 msgstr "지원하는 압축 형식의 목록을 표시합니다"
853
854 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
850 -#: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
855 +#: builtin/submodule--helper.c:872 builtin/submodule--helper.c:1239
856 msgid "repo"
857 msgstr "저장소"
858
@@ -898,22 +903,22 @@ msgstr ""
903 "git attributes에서 반대 패턴은 무시됩니다.\n"
904 "앞에 느낌표를 쓰려면 '\\!'를 사용하십시오."
905
901 -#: bisect.c:447
906 +#: bisect.c:458
907 #, c-format
908 msgid "Badly quoted content in file '%s': %s"
909 msgstr "'%s' 파일 안에 잘못된 따옴표가 붙은 내용: %s"
910
906 -#: bisect.c:655
911 +#: bisect.c:666
912 #, c-format
913 msgid "We cannot bisect more!\n"
914 msgstr "더 이상 이등분할 수 없습니다!\n"
915
911 -#: bisect.c:708
916 +#: bisect.c:720
917 #, c-format
918 msgid "Not a valid commit name %s"
919 msgstr "올바른 커밋 이름이 아닙니다 (%s)"
920
916 -#: bisect.c:732
921 +#: bisect.c:744
922 #, c-format
923 msgid ""
924 "The merge base %s is bad.\n"
@@ -922,7 +927,7 @@ msgstr ""
927 "%s 병합 베이스가 비정상입니다.\n"
928 "버그가 %s 및 [%s] 사이에서 고쳐졌다는 뜻입니다.\n"
929
925 -#: bisect.c:737
930 +#: bisect.c:749
931 #, c-format
932 msgid ""
933 "The merge base %s is new.\n"
@@ -931,7 +936,7 @@ msgstr ""
936 "%s 병합 베이스가 새롭습니다.\n"
937 "속성이 %s 및 [%s] 사이에서 변경되었습니다.\n"
938
934 -#: bisect.c:742
939 +#: bisect.c:754
940 #, c-format
941 msgid ""
942 "The merge base %s is %s.\n"
@@ -940,7 +945,7 @@ msgstr ""
945 "%s 병합 베이스가 %s입니다.\n"
946 "처음 '%s' 커밋이 %s 및 [%s] 사이라는 뜻입니다.\n"
947
943 -#: bisect.c:750
948 +#: bisect.c:762
949 #, c-format
950 msgid ""
951 "Some %s revs are not ancestors of the %s rev.\n"
@@ -951,7 +956,7 @@ msgstr ""
956 "git bisect 명령은 이 경우에는 올바르게 동작하지 않습니다.\n"
957 "%s 및 %s 리비전을 잘못 쓴 것 아닙니까?\n"
958
954 -#: bisect.c:763
959 +#: bisect.c:775
960 #, c-format
961 msgid ""
962 "the merge base between %s and [%s] must be skipped.\n"
@@ -962,45 +967,45 @@ msgstr ""
967 "그러므로 처음 %s 커밋이 %s 및 %s 사이에 있는지 확신할 수 없습니다.\n"
968 "어쨌든 계속합니다."
969
965 -#: bisect.c:798
970 +#: bisect.c:810
971 #, c-format
972 msgid "Bisecting: a merge base must be tested\n"
973 msgstr "이등분: 병합 베이스를 시험해야 합니다\n"
974
970 -#: bisect.c:850
975 +#: bisect.c:862
976 #, c-format
977 msgid "a %s revision is needed"
978 msgstr "하나의 %s 리비전이 필요합니다"
979
975 -#: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
980 +#: bisect.c:879 builtin/notes.c:175 builtin/tag.c:234
981 #, c-format
982 msgid "could not create file '%s'"
983 msgstr "'%s' 파일을 만들 수 없습니다"
984
980 -#: bisect.c:918
985 +#: bisect.c:930
986 #, c-format
987 msgid "could not read file '%s'"
988 msgstr "'%s' 파일을 읽을 수 없습니다"
989
985 -#: bisect.c:948
990 +#: bisect.c:960
991 msgid "reading bisect refs failed"
992 msgstr "이등분 레퍼런스 읽기에 실패했습니다"
993
989 -#: bisect.c:968
994 +#: bisect.c:979
995 #, c-format
996 msgid "%s was both %s and %s\n"
997 msgstr "%s은(는) %s 및 %s 모두에 해당됩니다\n"
998
994 -#: bisect.c:976
999 +#: bisect.c:987
1000 #, c-format
1001 msgid ""
1002 "No testable commit found.\n"
1003 "Maybe you started with bad path parameters?\n"
1004 msgstr ""
1005 "시험 가능한 커밋이 없습니다.\n"
1001 -"잘못도니 경로 파라미터로 시작하지 않았습니까?\n"
1006 +"잘못된 경로 파라미터로 시작하지 않았습니까?\n"
1007
1003 -#: bisect.c:995
1008 +#: bisect.c:1006
1009 #, c-format
1010 msgid "(roughly %d step)"
1011 msgid_plural "(roughly %d steps)"
@@ -1009,7 +1014,7 @@ msgstr[0] "(대략 %d 단계)"
1014 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1015 #. steps)" translation.
1016 #.
1012 -#: bisect.c:1001
1017 +#: bisect.c:1012
1018 #, c-format
1019 msgid "Bisecting: %d revision left to test after this %s\n"
1020 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
@@ -1028,9 +1033,9 @@ msgid "--reverse and --first-parent together require specified latest commit"
1033 msgstr ""
1034 "--reverse 및 --first-parent 옵션을 같이 쓰면 최근 커밋을 지정해야 합니다"
1035
1031 -#: blame.c:1797 bundle.c:169 ref-filter.c:1947 sequencer.c:1168
1032 -#: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
1033 -#: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
1036 +#: blame.c:1797 bundle.c:169 ref-filter.c:1981 sequencer.c:1177
1037 +#: sequencer.c:2370 builtin/commit.c:1066 builtin/log.c:364 builtin/log.c:918
1038 +#: builtin/log.c:1368 builtin/log.c:1697 builtin/log.c:1945 builtin/merge.c:369
1039 #: builtin/shortlog.c:191
1040 msgid "revision walk setup failed"
1041 msgstr "리비전 walk 준비가 실패했습니다"
@@ -1073,17 +1078,22 @@ msgstr "%s 브랜치를 자신의 업스트림으로 지정하지 않음."
1078 #: branch.c:93
1079 #, c-format
1080 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1076 -msgstr "'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 브랜치를 ('%s'에서) 따라가도록 설정되었습니다."
1081 +msgstr ""
1082 +"'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 브랜치를 ('%s'에서) 따라가도록 설"
1083 +"정되었습니다."
1084
1085 #: branch.c:94
1086 #, c-format
1087 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1081 -msgstr "'%s' 브랜치가 리모트의 '%s' 브랜치를 ('%s'에서) 따라가도록 설정되었습니다."
1088 +msgstr ""
1089 +"'%s' 브랜치가 리모트의 '%s' 브랜치를 ('%s'에서) 따라가도록 설정되었습니다."
1090
1091 #: branch.c:98
1092 #, c-format
1093 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1086 -msgstr "'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 브랜치를 따라가도록 설정되었습니다."
1094 +msgstr ""
1095 +"'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 브랜치를 따라가도록 설정되었습니"
1096 +"다."
1097
1098 #: branch.c:99
1099 #, c-format
@@ -1093,7 +1103,9 @@ msgstr "'%s' 브랜치가 '%s' 브랜치를 따라가도록 설정되었습니
1103 #: branch.c:104
1104 #, c-format
1105 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1096 -msgstr "'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 레퍼런스를 따라가도록 설정되었습니다."
1106 +msgstr ""
1107 +"'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 레퍼런스를 따라가도록 설정되었습"
1108 +"니다."
1109
1110 #: branch.c:105
1111 #, c-format
@@ -1103,7 +1115,9 @@ msgstr "'%s' 브랜치가 리모트의 '%s' 레퍼런스를 따라가도록 설
1115 #: branch.c:109
1116 #, c-format
1117 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1106 -msgstr "'%s' 브랜치가 리베이스를 통해 로컬의 '%s' 레퍼런스를 따라가도록 설정되었습니다."
1118 +msgstr ""
1119 +"'%s' 브랜치가 리베이스를 통해 로컬의 '%s' 레퍼런스를 따라가도록 설정되었습니"
1120 +"다."
1121
1122 #: branch.c:110
1123 #, c-format
@@ -1119,32 +1133,32 @@ msgstr "업스트림 브랜치 설정을 쓸 수 없습니다"
1133 msgid "Not tracking: ambiguous information for ref %s"
1134 msgstr "따라가지 않음: %s 레퍼런스에 대해 애매한 정보"
1135
1122 -#: branch.c:185
1136 +#: branch.c:189
1137 #, c-format
1138 msgid "'%s' is not a valid branch name."
1139 msgstr "'%s'은(는) 올바른 브랜치 이름이 아닙니다."
1140
1127 -#: branch.c:190
1141 +#: branch.c:208
1142 #, c-format
1143 msgid "A branch named '%s' already exists."
1144 msgstr "이름이 '%s'인 브랜치가 이미 있습니다."
1145
1132 -#: branch.c:197
1146 +#: branch.c:213
1147 msgid "Cannot force update the current branch."
1148 msgstr "현재 브랜치를 강제로 업데이트할 수 없습니다."
1149
1136 -#: branch.c:217
1150 +#: branch.c:233
1151 #, c-format
1152 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1153 msgstr ""
1154 "따라가기 정보를 설정할 수 없습니다. 시작 위치 '%s'이(가) 브랜치가 아닙니다."
1155
1142 -#: branch.c:219
1156 +#: branch.c:235
1157 #, c-format
1158 msgid "the requested upstream branch '%s' does not exist"
1159 msgstr "요청한 업스트림 '%s' 브랜치가 없습니다"
1160
1147 -#: branch.c:221
1161 +#: branch.c:237
1162 msgid ""
1163 "\n"
1164 "If you are planning on basing your work on an upstream\n"
@@ -1162,27 +1176,27 @@ msgstr ""
1176 "새 로컬 브랜치를 거기에 해당하는 리모트 브랜치로 push하려면,\n"
1177 "\"git push -u\"로 push하는 업스트림을 설정할 수 있습니다."
1178
1165 -#: branch.c:264
1179 +#: branch.c:280
1180 #, c-format
1181 msgid "Not a valid object name: '%s'."
1182 msgstr "올바른 오브젝트 이름이 아닙니다: '%s'."
1183
1170 -#: branch.c:284
1184 +#: branch.c:300
1185 #, c-format
1186 msgid "Ambiguous object name: '%s'."
1187 msgstr "애매한 오브젝트 이름: '%s'."
1188
1175 -#: branch.c:289
1189 +#: branch.c:305
1190 #, c-format
1191 msgid "Not a valid branch point: '%s'."
1192 msgstr "올바른 브랜치 위치가 아닙니다: '%s'."
1193
1180 -#: branch.c:343
1194 +#: branch.c:359
1195 #, c-format
1196 msgid "'%s' is already checked out at '%s'"
1197 msgstr "'%s'은(는) 이미 '%s' 위치에 받아져 있습니다"
1198
1185 -#: branch.c:366
1199 +#: branch.c:382
1200 #, c-format
1201 msgid "HEAD of working tree %s is not updated"
1202 msgstr "작업 폴더 %s의 헤드가 업데이트되지 않았습니다"
@@ -1197,9 +1211,8 @@ msgstr "'%s' 파일이 버전2 번들 파일로 보이지 않습니다"
1211 msgid "unrecognized header: %s%s (%d)"
1212 msgstr "인식할 수 없는 헤더: %s%s (%d)"
1213
1200 -#: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1201 -#: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1202 -#: sequencer.c:2949 builtin/commit.c:782
1214 +#: bundle.c:88 sequencer.c:1360 sequencer.c:1807 sequencer.c:2637
1215 +#: sequencer.c:2663 sequencer.c:2754 sequencer.c:2856 builtin/commit.c:782
1216 #, c-format
1217 msgid "could not open '%s'"
1218 msgstr "'%s'을(를) 열 수 없습니다"
@@ -1241,7 +1254,7 @@ msgstr "rev-list 명령이 죽었습니다"
1254 msgid "ref '%s' is excluded by the rev-list options"
1255 msgstr "rev-list 옵션에서 '%s' 레퍼런스가 제외되었습니다"
1256
1244 -#: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1257 +#: bundle.c:453 builtin/log.c:181 builtin/log.c:1604 builtin/shortlog.c:296
1258 #, c-format
1259 msgid "unrecognized argument: %s"
1260 msgstr "알 수 없는 인자: %s"
@@ -1264,8 +1277,8 @@ msgstr "index-pack 명령이 죽었습니다"
1277 msgid "invalid color value: %.*s"
1278 msgstr "잘못된 색 값: %.*s"
1279
1267 -#: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1268 -#: builtin/am.c:1467 builtin/am.c:2105
1280 +#: commit.c:41 sequencer.c:1614 builtin/am.c:421 builtin/am.c:465
1281 +#: builtin/am.c:1434 builtin/am.c:2069
1282 #, c-format
1283 msgid "could not parse %s"
1284 msgstr "parse %s을(를) 파싱할 수 없습니다"
@@ -1275,7 +1288,7 @@ msgstr "parse %s을(를) 파싱할 수 없습니다"
1288 msgid "%s %s is not a commit!"
1289 msgstr "%s %s, 커밋이 아닙니다"
1290
1278 -#: commit.c:1517
1291 +#: commit.c:1524
1292 msgid ""
1293 "Warning: commit message did not conform to UTF-8.\n"
1294 "You may want to amend it after fixing the message, or set the config\n"
@@ -1285,165 +1298,170 @@ msgstr ""
1298 "메시지를 수정한 다음 커밋을 수정하거나, 설정의 i18n.commitencoding\n"
1299 "변수를 프로젝트가 사용 중인 인코딩으로 맞추십시오.\n"
1300
1288 -#: compat/obstack.c:406 compat/obstack.c:408
1301 +#: compat/obstack.c:405 compat/obstack.c:407
1302 msgid "memory exhausted"
1303 msgstr "메모리 바닥남"
1304
1292 -#: config.c:187
1305 +#: config.c:186
1306 msgid "relative config include conditionals must come from files"
1307 msgstr "상대 경로 설정 include 조건은 파일에서 와야 합니다"
1308
1296 -#: config.c:721
1309 +#: config.c:720
1310 #, c-format
1311 msgid "bad config line %d in blob %s"
1312 msgstr "블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1313
1301 -#: config.c:725
1314 +#: config.c:724
1315 #, c-format
1316 msgid "bad config line %d in file %s"
1317 msgstr "파일 %2$s 안에 %1$d번 줄에 잘못된 설정"
1318
1306 -#: config.c:729
1319 +#: config.c:728
1320 #, c-format
1321 msgid "bad config line %d in standard input"
1322 msgstr "표준 입력 안에 %d번 줄에 잘못된 설정"
1323
1311 -#: config.c:733
1324 +#: config.c:732
1325 #, c-format
1326 msgid "bad config line %d in submodule-blob %s"
1327 msgstr "하위 모듈 블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1328
1316 -#: config.c:737
1329 +#: config.c:736
1330 #, c-format
1331 msgid "bad config line %d in command line %s"
1332 msgstr "명령행 %2$s 안에 %1$d번 줄에 잘못된 설정"
1333
1321 -#: config.c:741
1334 +#: config.c:740
1335 #, c-format
1336 msgid "bad config line %d in %s"
1337 msgstr "%2$s 안에 %1$d번 줄에 잘못된 설정"
1338
1326 -#: config.c:869
1339 +#: config.c:868
1340 msgid "out of range"
1341 msgstr "범위를 벗어남"
1342
1330 -#: config.c:869
1343 +#: config.c:868
1344 msgid "invalid unit"
1345 msgstr "단위가 잘못됨"
1346
1334 -#: config.c:875
1347 +#: config.c:874
1348 #, c-format
1349 msgid "bad numeric config value '%s' for '%s': %s"
1350 msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): %s"
1351
1339 -#: config.c:880
1352 +#: config.c:879
1353 #, c-format
1354 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1355 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): %s"
1356
1344 -#: config.c:883
1357 +#: config.c:882
1358 #, c-format
1359 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1360 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): %s"
1361
1349 -#: config.c:886
1362 +#: config.c:885
1363 #, c-format
1364 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1365 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): %s"
1366
1354 -#: config.c:889
1367 +#: config.c:888
1368 #, c-format
1369 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1370 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): %s"
1371
1359 -#: config.c:892
1372 +#: config.c:891
1373 #, c-format
1374 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1375 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): %s"
1376
1364 -#: config.c:895
1377 +#: config.c:894
1378 #, c-format
1379 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1380 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): %s"
1381
1369 -#: config.c:990
1382 +#: config.c:989
1383 #, c-format
1384 msgid "failed to expand user dir in: '%s'"
1385 msgstr "다음에 사용자 디렉터리 확장에 실패: '%s'"
1386
1374 -#: config.c:1085 config.c:1096
1387 +#: config.c:998
1388 +#, c-format
1389 +msgid "'%s' for '%s' is not a valid timestamp"
1390 +msgstr "'%s' 값이 '%s'에 대해 올바른 시각 값이 아닙니다"
1391 +
1392 +#: config.c:1094 config.c:1105
1393 #, c-format
1394 msgid "bad zlib compression level %d"
1395 msgstr "%d번은 올바른 zlib 압축 단계가 아닙니다"
1396
1379 -#: config.c:1213
1397 +#: config.c:1222
1398 #, c-format
1399 msgid "invalid mode for object creation: %s"
1400 msgstr "오브젝트 생성 모드가 올바르지 않습니다: %s"
1401
1384 -#: config.c:1372
1402 +#: config.c:1378
1403 #, c-format
1404 msgid "bad pack compression level %d"
1405 msgstr "잘못 묶음 압축 단계 %d"
1406
1389 -#: config.c:1568
1407 +#: config.c:1574
1408 msgid "unable to parse command-line config"
1409 msgstr "명령행 설정을 파싱할 수 없습니다"
1410
1393 -#: config.c:1900
1411 +#: config.c:1906
1412 msgid "unknown error occurred while reading the configuration files"
1413 msgstr "설정 파일을 읽는 중 알 수 없는 오류가 생겼습니다"
1414
1397 -#: config.c:2087
1415 +#: config.c:2093
1416 #, c-format
1417 msgid "Invalid %s: '%s'"
1418 msgstr "잘못된 %s: '%s'"
1419
1402 -#: config.c:2130
1420 +#: config.c:2136
1421 #, c-format
1422 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1423 msgstr "알 수 없는 core.untrackedCache 값 '%s'; 기본값으로 'keep' 사용"
1424
1407 -#: config.c:2156
1425 +#: config.c:2162
1426 #, c-format
1427 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1428 msgstr "splitIndex.maxPercentChange 값('%d')은 0에서 100 사이여야 합니다"
1429
1412 -#: config.c:2167
1430 +#: config.c:2187
1431 #, c-format
1432 msgid "unable to parse '%s' from command-line config"
1433 msgstr "명령행 설정에서 '%s'을(를) 설정할 수 없습니다"
1434
1417 -#: config.c:2169
1435 +#: config.c:2189
1436 #, c-format
1437 msgid "bad config variable '%s' in file '%s' at line %d"
1438 msgstr "'%2$s' 파일의 %3$d번 줄 '%1$s' 설정 변수가 잘못되었습니다"
1439
1422 -#: config.c:2228
1440 +#: config.c:2248
1441 #, c-format
1442 msgid "%s has multiple values"
1443 msgstr "%s은(는) 여러 개 값이 있습니다"
1444
1427 -#: config.c:2571 config.c:2789
1445 +#: config.c:2591 config.c:2808
1446 #, c-format
1447 msgid "fstat on %s failed"
1448 msgstr "%s에 대해 fstat 실패"
1449
1432 -#: config.c:2678
1450 +#: config.c:2698
1451 #, c-format
1452 msgid "could not set '%s' to '%s'"
1453 msgstr "'%s'을(를) '%s'(으)로 설정할 수 없습니다"
1454
1437 -#: config.c:2680 builtin/remote.c:776
1455 +#: config.c:2700 builtin/remote.c:776
1456 #, c-format
1457 msgid "could not unset '%s'"
1458 msgstr "'%s' 설정을 지울 수 없습니다"
1459
1442 -#: connect.c:50
1460 +#: connect.c:52
1461 msgid "The remote end hung up upon initial contact"
1462 msgstr "리모트 측이 최초 연결했을 때 연결을 끊었습니다"
1463
1446 -#: connect.c:52
1464 +#: connect.c:54
1465 msgid ""
1466 "Could not read from remote repository.\n"
1467 "\n"
@@ -1563,7 +1581,7 @@ msgstr[0] "%<PRIuMAX>년 전"
1581 msgid "failed to read orderfile '%s'"
1582 msgstr "'%s' 순서 파일을 읽는데 실패했습니다"
1583
1566 -#: diffcore-rename.c:536
1584 +#: diffcore-rename.c:535
1585 msgid "Performing inexact rename detection"
1586 msgstr "부정확한 이름 바꾸기 탐색을 수행하는 중"
1587
@@ -1586,14 +1604,16 @@ msgstr " 알 수 없는 dirstat 파라미터 '%s'\n"
1604 msgid ""
1605 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1606 "'plain'"
1589 -msgstr "옮김 색 설정은 'no', 'default', 'zebra', 'dimmed_zebra', 'plain' 중의 하나입니다."
1607 +msgstr ""
1608 +"옮김 색 설정은 'no', 'default', 'zebra', 'dimmed_zebra', 'plain' 중의 하나입"
1609 +"니다."
1610
1611 #: diff.c:341
1612 #, c-format
1613 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1614 msgstr "'diff.submodule' 설정 변수에 알 수 없는 값: '%s'"
1615
1596 -#: diff.c:398
1616 +#: diff.c:401
1617 #, c-format
1618 msgid ""
1619 "Found errors in 'diff.dirstat' config variable:\n"
@@ -1602,21 +1622,21 @@ msgstr ""
1622 "'diff.submodule' 설정 변수에 오류:\n"
1623 "%s'"
1624
1605 -#: diff.c:3861
1625 +#: diff.c:3799
1626 #, c-format
1627 msgid "external diff died, stopping at %s"
1628 msgstr "외부 diff 프로그램이 죽음, %s 위치에서 멈춤"
1629
1610 -#: diff.c:4189
1630 +#: diff.c:4127
1631 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1632 msgstr ""
1633 "\"--name-only, --name-status, --check, -s 옵션 중 하나만 쓸 수 있습니다"
1634
1615 -#: diff.c:4279
1635 +#: diff.c:4215
1636 msgid "--follow requires exactly one pathspec"
1637 msgstr "--follow 옵션에는 정확히 하나의 경로명세가 필요합니다"
1638
1619 -#: diff.c:4445
1639 +#: diff.c:4381
1640 #, c-format
1641 msgid ""
1642 "Failed to parse --dirstat/-X option parameter:\n"
@@ -1625,48 +1645,53 @@ msgstr ""
1645 "--dirstat/-X 옵션 파라미터를 파싱하는데 실패했습니다:\n"
1646 "%s"
1647
1628 -#: diff.c:4459
1648 +#: diff.c:4395
1649 #, c-format
1650 msgid "Failed to parse --submodule option parameter: '%s'"
1651 msgstr "--submodule 옵션 파라미터 파싱에 실패했습니다: '%s'"
1652
1633 -#: diff.c:5505
1653 +#: diff.c:5446
1654 msgid "inexact rename detection was skipped due to too many files."
1655 msgstr "파일이 너무 많아서 부정확한 이름 바꾸기 검색 기능을 건너뜁니다."
1656
1637 -#: diff.c:5508
1657 +#: diff.c:5449
1658 msgid "only found copies from modified paths due to too many files."
1659 msgstr "파일이 너무 많아서 수정한 경로의 복사본만 찾았습니다."
1660
1641 -#: diff.c:5511
1661 +#: diff.c:5452
1662 #, c-format
1663 msgid ""
1664 "you may want to set your %s variable to at least %d and retry the command."
1665 msgstr "%s 변수를 최소한 %d(으)로 설정하고 명령을 다시 시도해 보십시오."
1666
1647 -#: dir.c:1983
1667 +#: dir.c:2100
1668 msgid "failed to get kernel name and information"
1669 msgstr "커널 이름과 정보를 가져오는데 실패했습니다"
1670
1651 -#: dir.c:2102
1671 +#: dir.c:2219
1672 msgid "Untracked cache is disabled on this system or location."
1673 msgstr "이 시스템 또는 위치에서는 추적되지 않는 캐시를 사용하지 않습니다."
1674
1655 -#: dir.c:2885 dir.c:2890
1675 +#: dir.c:3002 dir.c:3007
1676 #, c-format
1677 msgid "could not create directories for %s"
1678 msgstr "%s에 필요한 디렉터리를 만들 수 없습니다"
1679
1660 -#: dir.c:2915
1680 +#: dir.c:3032
1681 #, c-format
1682 msgid "could not migrate git directory from '%s' to '%s'"
1683 msgstr "'%s'에서 '%s'(으)로 git 디렉터리를 옮겨올 수 없습니다"
1684
1665 -#: entry.c:176
1685 +#: editor.c:61
1686 +#, c-format
1687 +msgid "hint: Waiting for your editor to close the file...%c"
1688 +msgstr "힌트: 편집기가 파일을 닫기를 기다리는 중입니다...%c"
1689 +
1690 +#: entry.c:177
1691 msgid "Filtering content"
1692 msgstr "내용 필터링"
1693
1669 -#: entry.c:433
1694 +#: entry.c:435
1695 #, c-format
1696 msgid "could not stat file '%s'"
1697 msgstr "'%s' 파일에 stat을 할 수 없습니다"
@@ -1737,7 +1762,7 @@ msgstr "잘못된 커밋 %s"
1762 msgid "giving up"
1763 msgstr "포기함"
1764
1740 -#: fetch-pack.c:534 progress.c:242
1765 +#: fetch-pack.c:534 progress.c:229
1766 msgid "done"
1767 msgstr "완료"
1768
@@ -1751,104 +1776,104 @@ msgstr "받음: %s (%d) %s"
1776 msgid "Marking %s as complete"
1777 msgstr "%s 항목을 완료로 표시"
1778
1754 -#: fetch-pack.c:776
1779 +#: fetch-pack.c:777
1780 #, c-format
1781 msgid "already have %s (%s)"
1782 msgstr "이미 %s (%s) 있음"
1783
1759 -#: fetch-pack.c:814
1784 +#: fetch-pack.c:815
1785 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1786 msgstr "fetch-pack: 사이드밴드 디멀티플렉서를 fork할 수 없습니다"
1787
1763 -#: fetch-pack.c:822
1788 +#: fetch-pack.c:823
1789 msgid "protocol error: bad pack header"
1790 msgstr "프로토콜 오류: 잘못된 묶음 헤더"
1791
1767 -#: fetch-pack.c:878
1792 +#: fetch-pack.c:879
1793 #, c-format
1794 msgid "fetch-pack: unable to fork off %s"
1795 msgstr "fetch-pack: %s 명령을 fork할 수 없습니다"
1796
1772 -#: fetch-pack.c:894
1797 +#: fetch-pack.c:895
1798 #, c-format
1799 msgid "%s failed"
1800 msgstr "%s 실패"
1801
1777 -#: fetch-pack.c:896
1802 +#: fetch-pack.c:897
1803 msgid "error in sideband demultiplexer"
1804 msgstr "사이드밴드 디멀티플렉서에 오류"
1805
1781 -#: fetch-pack.c:923
1806 +#: fetch-pack.c:924
1807 msgid "Server does not support shallow clients"
1808 msgstr "서버에서 shallow 클라이언트를 지원하지 않습니다"
1809
1785 -#: fetch-pack.c:927
1810 +#: fetch-pack.c:928
1811 msgid "Server supports multi_ack_detailed"
1812 msgstr "서버에서 multi_ack_detailed를 지원합니다"
1813
1789 -#: fetch-pack.c:930
1814 +#: fetch-pack.c:931
1815 msgid "Server supports no-done"
1816 msgstr "서버에서 no-done을 지원합니다"
1817
1793 -#: fetch-pack.c:936
1818 +#: fetch-pack.c:937
1819 msgid "Server supports multi_ack"
1820 msgstr "서버에서 multi_ack를 지원합니다"
1821
1797 -#: fetch-pack.c:940
1822 +#: fetch-pack.c:941
1823 msgid "Server supports side-band-64k"
1824 msgstr "서버에서 side-band-64k를 지원합니다"
1825
1801 -#: fetch-pack.c:944
1826 +#: fetch-pack.c:945
1827 msgid "Server supports side-band"
1828 msgstr "서버에서 side-band를 지원합니다"
1829
1805 -#: fetch-pack.c:948
1830 +#: fetch-pack.c:949
1831 msgid "Server supports allow-tip-sha1-in-want"
1832 msgstr "서버에서 allow-tip-sha1-in-want를 지원합니다"
1833
1809 -#: fetch-pack.c:952
1834 +#: fetch-pack.c:953
1835 msgid "Server supports allow-reachable-sha1-in-want"
1836 msgstr "서버에서 allow-reachable-sha1-in-want를 지원합니다"
1837
1813 -#: fetch-pack.c:962
1838 +#: fetch-pack.c:963
1839 msgid "Server supports ofs-delta"
1840 msgstr "서버에서 ofs-delta를 지원합니다"
1841
1817 -#: fetch-pack.c:969
1842 +#: fetch-pack.c:970
1843 #, c-format
1844 msgid "Server version is %.*s"
1845 msgstr "서버 버전이 %.*s입니다"
1846
1822 -#: fetch-pack.c:975
1847 +#: fetch-pack.c:976
1848 msgid "Server does not support --shallow-since"
1849 msgstr "서버에서 --shallow-signed 옵션을 지원하지 않습니다"
1850
1826 -#: fetch-pack.c:979
1851 +#: fetch-pack.c:980
1852 msgid "Server does not support --shallow-exclude"
1853 msgstr "서버에서 --shallow-exclude 옵션을 지원하지 않습니다"
1854
1830 -#: fetch-pack.c:981
1855 +#: fetch-pack.c:982
1856 msgid "Server does not support --deepen"
1857 msgstr "서버에서 --deepen 옵션을 지원하지 않습니다"
1858
1834 -#: fetch-pack.c:992
1859 +#: fetch-pack.c:993
1860 msgid "no common commits"
1861 msgstr "공통 커밋 없음"
1862
1838 -#: fetch-pack.c:1004
1863 +#: fetch-pack.c:1005
1864 msgid "git fetch-pack: fetch failed."
1865 msgstr "git fetch-pack: 가져오기 실패."
1866
1842 -#: fetch-pack.c:1166
1867 +#: fetch-pack.c:1167
1868 msgid "no matching remote head"
1869 msgstr "해당하는 리모트 헤드가 없습니다"
1870
1846 -#: fetch-pack.c:1188
1871 +#: fetch-pack.c:1189
1872 #, c-format
1873 msgid "no such remote ref %s"
1874 msgstr "그런 리모트가 레퍼런스가 없습니다: %s"
1875
1851 -#: fetch-pack.c:1191
1876 +#: fetch-pack.c:1192
1877 #, c-format
1878 msgid "Server does not allow request for unadvertised object %s"
1879 msgstr "서버에서 알려지지 않은 %s 오브젝트에 대한 요청을 허용하지 않습니다"
@@ -1871,17 +1896,17 @@ msgstr "분리된 서명을 '%s'에 쓰는데 실패했습니다"
1896 msgid "ignore invalid color '%.*s' in log.graphColors"
1897 msgstr "log.graphColors에 잘못된 색을 ('%.*s') 무시합니다"
1898
1874 -#: grep.c:1970
1899 +#: grep.c:2017
1900 #, c-format
1901 msgid "'%s': unable to read %s"
1902 msgstr "'%s': %s을(를) 읽을 수 없습니다"
1903
1879 -#: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1904 +#: grep.c:2034 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1905 #, c-format
1906 msgid "failed to stat '%s'"
1907 msgstr "'%s'에 대해 stat()이 실패했습니다"
1908
1884 -#: grep.c:1998
1909 +#: grep.c:2045
1910 #, c-format
1911 msgid "'%s': short read"
1912 msgstr "'%s': 읽다가 잘림"
@@ -1947,12 +1972,12 @@ msgstr[0] ""
1972 msgid "git version [<options>]"
1973 msgstr "git version [<옵션>]"
1974
1950 -#: help.c:456
1975 +#: help.c:462
1976 #, c-format
1977 msgid "%s: %s - %s"
1978 msgstr "%s: %s - %s"
1979
1955 -#: help.c:460
1980 +#: help.c:466
1981 msgid ""
1982 "\n"
1983 "Did you mean this?"
@@ -2022,6 +2047,15 @@ msgstr "이름이 허용하지 않는 문자로만 이루어져 있습니다: %s
2047 msgid "invalid date format: %s"
2048 msgstr "시각 형식이 잘못되었습니다: %s"
2049
2050 +#: list-objects-filter-options.c:30
2051 +msgid "multiple object filter types cannot be combined"
2052 +msgstr "여러 개의 오브젝트 필터 종류는 결합될 수 없습니다"
2053 +
2054 +#: list-objects-filter-options.c:41 list-objects-filter-options.c:68
2055 +#, c-format
2056 +msgid "invalid filter-spec expression '%s'"
2057 +msgstr "잘못된 필터 양식 '%s'"
2058 +
2059 #: lockfile.c:151
2060 #, c-format
2061 msgid ""
@@ -2046,12 +2080,12 @@ msgstr ""
2080 msgid "Unable to create '%s.lock': %s"
2081 msgstr "'%s.lock'을 만들 수 없습니다: %s"
2082
2049 -#: merge.c:41
2083 +#: merge.c:74
2084 msgid "failed to read the cache"
2085 msgstr "캐시를 읽는데 실패했습니다"
2086
2053 -#: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
2054 -#: builtin/checkout.c:595 builtin/clone.c:754
2087 +#: merge.c:128 builtin/am.c:1943 builtin/am.c:1977 builtin/checkout.c:379
2088 +#: builtin/checkout.c:600 builtin/clone.c:754
2089 msgid "unable to write new index file"
2090 msgstr "새 인덱스 파일을 쓸 수 없습니다"
2091
@@ -2245,7 +2279,7 @@ msgstr "건너뛰기: %s (기존과 같게 병합)"
2279 msgid "Auto-merging %s"
2280 msgstr "자동 병합: %s"
2281
2248 -#: merge-recursive.c:1775 git-submodule.sh:944
2282 +#: merge-recursive.c:1775 git-submodule.sh:932
2283 msgid "submodule"
2284 msgstr "하위 모듈"
2285
@@ -2267,47 +2301,52 @@ msgstr "파일/디렉터리"
2301 msgid "directory/file"
2302 msgstr "디렉터리/파일"
2303
2270 -#: merge-recursive.c:1908
2304 +#: merge-recursive.c:1909
2305 #, c-format
2306 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2307 msgstr ""
2308 "충돌! (%s): 이름이 %s인 디렉터리가 %s에 있습니다. %s을(를) %s(으)로 추가합니"
2309 "다"
2310
2277 -#: merge-recursive.c:1917
2311 +#: merge-recursive.c:1918
2312 #, c-format
2313 msgid "Adding %s"
2314 msgstr "추가: %s"
2315
2282 -#: merge-recursive.c:1954
2316 +#: merge-recursive.c:1958
2317 +#, c-format
2318 +msgid "Dirty index: cannot merge (dirty: %s)"
2319 +msgstr "변경된 인덱스: 병합할 수 없습니다 (dirty: %s)"
2320 +
2321 +#: merge-recursive.c:1962
2322 msgid "Already up to date!"
2323 msgstr "이미 업데이트 상태입니다!"
2324
2286 -#: merge-recursive.c:1963
2325 +#: merge-recursive.c:1971
2326 #, c-format
2327 msgid "merging of trees %s and %s failed"
2328 msgstr "%s 및 %s 트리의 병합이 실패했습니다"
2329
2291 -#: merge-recursive.c:2060
2330 +#: merge-recursive.c:2068
2331 msgid "Merging:"
2332 msgstr "병합:"
2333
2295 -#: merge-recursive.c:2073
2334 +#: merge-recursive.c:2081
2335 #, c-format
2336 msgid "found %u common ancestor:"
2337 msgid_plural "found %u common ancestors:"
2338 msgstr[0] "과거의 공통 커밋 %u개 발견:"
2339
2301 -#: merge-recursive.c:2112
2340 +#: merge-recursive.c:2120
2341 msgid "merge returned no commit"
2342 msgstr "병합 결과에 커밋이 없습니다"
2343
2305 -#: merge-recursive.c:2175
2344 +#: merge-recursive.c:2183
2345 #, c-format
2346 msgid "Could not parse object '%s'"
2347 msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
2348
2310 -#: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2349 +#: merge-recursive.c:2197 builtin/merge.c:656 builtin/merge.c:815
2350 msgid "Unable to write index."
2351 msgstr "인덱스를 쓸 수 없습니다."
2352
@@ -2472,15 +2511,7 @@ msgstr "'%s' (단축키: '%c')"
2511 msgid "%s: pathspec magic not supported by this command: %s"
2512 msgstr "%s: 경로명세 지시어가 이 명령어에서 지원하지 않습니다: %s"
2513
2475 -#: pathspec.c:571
2476 -msgid ""
2477 -"empty strings as pathspecs will be made invalid in upcoming releases. please "
2478 -"use . instead if you meant to match all paths"
2479 -msgstr ""
2480 -"경로명세로 빈 문자열을 넣는 일은 다음 릴리스에서 오류로 취급할 예정입니다. 모"
2481 -"든 경로를 지정하려면 점(.)을 사용하십시오."
2482 -
2483 -#: pathspec.c:595
2514 +#: pathspec.c:592
2515 #, c-format
2516 msgid "pathspec '%s' is beyond a symbolic link"
2517 msgstr "'%s' 경로명세는 심볼릭 링크 아래에 있습니다"
@@ -2489,7 +2520,7 @@ msgstr "'%s' 경로명세는 심볼릭 링크 아래에 있습니다"
2520 msgid "unable to parse --pretty format"
2521 msgstr "--pretty 형식을 파싱할 수 없습니다"
2522
2492 -#: read-cache.c:1443
2523 +#: read-cache.c:1472
2524 #, c-format
2525 msgid ""
2526 "index.version set, but the value is invalid.\n"
@@ -2498,7 +2529,7 @@ msgstr ""
2529 "index.version이 설정되었지만, 이 값이 잘못되었습니다.\n"
2530 "%i 버전을 사용합니다"
2531
2501 -#: read-cache.c:1453
2532 +#: read-cache.c:1482
2533 #, c-format
2534 msgid ""
2535 "GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2507,52 +2538,52 @@ msgstr ""
2538 "GIT_INDEX_VERSION이 설정되었지만, 이 값이 잘못되었습니다.\n"
2539 "%i 버전을 사용합니다"
2540
2510 -#: read-cache.c:2316 builtin/merge.c:1046
2541 +#: read-cache.c:2370 sequencer.c:2731 wrapper.c:658 builtin/merge.c:1048
2542 #, c-format
2543 msgid "could not close '%s'"
2544 msgstr "'%s'을(를) 닫을 수 없습니다"
2545
2515 -#: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2546 +#: read-cache.c:2442 sequencer.c:1369 sequencer.c:2096
2547 #, c-format
2548 msgid "could not stat '%s'"
2549 msgstr "'%s'을(를) stat()할 수 없습니다"
2550
2520 -#: read-cache.c:2407
2551 +#: read-cache.c:2455
2552 #, c-format
2553 msgid "unable to open git dir: %s"
2554 msgstr "git 디렉터리를 열 수 없습니다: %s"
2555
2525 -#: read-cache.c:2419
2556 +#: read-cache.c:2467
2557 #, c-format
2558 msgid "unable to unlink: %s"
2559 msgstr "링크 해제할 수 없습니다: %s"
2560
2530 -#: refs.c:638
2561 +#: refs.c:706
2562 #, c-format
2563 msgid "Could not open '%s' for writing"
2564 msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
2565
2535 -#: refs.c:1792
2566 +#: refs.c:1850
2567 msgid "ref updates forbidden inside quarantine environment"
2568 msgstr "격리된 환경에서 레퍼런스 업데이트가 금지됩니다"
2569
2539 -#: refs/files-backend.c:1136
2570 +#: refs/files-backend.c:1189
2571 #, c-format
2572 msgid "could not remove reference %s"
2573 msgstr "%s 레퍼런스를 제거할 수 없습니다"
2574
2544 -#: refs/files-backend.c:1150 refs/packed-backend.c:1430
2545 -#: refs/packed-backend.c:1440
2575 +#: refs/files-backend.c:1203 refs/packed-backend.c:1524
2576 +#: refs/packed-backend.c:1534
2577 #, c-format
2578 msgid "could not delete reference %s: %s"
2579 msgstr "%s 레퍼런스를 삭제할 수 없습니다: %s"
2580
2550 -#: refs/files-backend.c:1153 refs/packed-backend.c:1443
2581 +#: refs/files-backend.c:1206 refs/packed-backend.c:1537
2582 #, c-format
2583 msgid "could not delete references: %s"
2584 msgstr "레퍼런스를 삭제할 수 없습니다: %s"
2585
2555 -#: ref-filter.c:35 wt-status.c:1811
2586 +#: ref-filter.c:35 wt-status.c:1816
2587 msgid "gone"
2588 msgstr "없음"
2589
@@ -2571,157 +2602,157 @@ msgstr "%d개 뒤"
2602 msgid "ahead %d, behind %d"
2603 msgstr "%d개 앞, %d개 뒤"
2604
2574 -#: ref-filter.c:105
2605 +#: ref-filter.c:107
2606 #, c-format
2607 msgid "expected format: %%(color:<color>)"
2608 msgstr "예상한 형식: %%(color:<색>)"
2609
2579 -#: ref-filter.c:107
2610 +#: ref-filter.c:109
2611 #, c-format
2612 msgid "unrecognized color: %%(color:%s)"
2613 msgstr "인식할 수 없는 색: %%(color:%s)"
2614
2584 -#: ref-filter.c:127
2615 +#: ref-filter.c:129
2616 #, c-format
2617 msgid "Integer value expected refname:lstrip=%s"
2618 msgstr "정수 값이 와야 합니다 refname:lstrip=%s"
2619
2589 -#: ref-filter.c:131
2620 +#: ref-filter.c:133
2621 #, c-format
2622 msgid "Integer value expected refname:rstrip=%s"
2623 msgstr "정수 값이 와야 합니다 refname:rstrip=%s"
2624
2594 -#: ref-filter.c:133
2625 +#: ref-filter.c:135
2626 #, c-format
2627 msgid "unrecognized %%(%s) argument: %s"
2628 msgstr "인식할 수 없는 %%(%s) 인자: %s"
2629
2599 -#: ref-filter.c:173
2630 +#: ref-filter.c:184
2631 #, c-format
2632 msgid "%%(body) does not take arguments"
2633 msgstr "%%(body)에 인자를 받지 않습니다"
2634
2604 -#: ref-filter.c:180
2635 +#: ref-filter.c:191
2636 #, c-format
2637 msgid "%%(subject) does not take arguments"
2638 msgstr "%%(subject)에 인자를 받지 않습니다"
2639
2609 -#: ref-filter.c:198
2640 +#: ref-filter.c:209
2641 #, c-format
2642 msgid "unknown %%(trailers) argument: %s"
2643 msgstr "알 수 없는 %%(trailers) 옵션 인자: %s"
2644
2614 -#: ref-filter.c:221
2645 +#: ref-filter.c:232
2646 #, c-format
2647 msgid "positive value expected contents:lines=%s"
2648 msgstr "'contents:lines=%s'에서 0보다 큰 값이 와야 합니다"
2649
2619 -#: ref-filter.c:223
2650 +#: ref-filter.c:234
2651 #, c-format
2652 msgid "unrecognized %%(contents) argument: %s"
2653 msgstr "알 수 없는 %%(contents) 인자: %s"
2654
2624 -#: ref-filter.c:236
2655 +#: ref-filter.c:247
2656 #, c-format
2657 msgid "positive value expected objectname:short=%s"
2658 msgstr "'contents:short=%s'에서 0보다 큰 값이 와야 합니다"
2659
2629 -#: ref-filter.c:240
2660 +#: ref-filter.c:251
2661 #, c-format
2662 msgid "unrecognized %%(objectname) argument: %s"
2663 msgstr "알 수 없는 %%(objectname) 인자: %s"
2664
2634 -#: ref-filter.c:267
2665 +#: ref-filter.c:278
2666 #, c-format
2667 msgid "expected format: %%(align:<width>,<position>)"
2668 msgstr "예상한 형식: %%(align:<너비>,<위치>)"
2669
2639 -#: ref-filter.c:279
2670 +#: ref-filter.c:290
2671 #, c-format
2672 msgid "unrecognized position:%s"
2673 msgstr "인식할 수 없는 위치:%s"
2674
2644 -#: ref-filter.c:283
2675 +#: ref-filter.c:294
2676 #, c-format
2677 msgid "unrecognized width:%s"
2678 msgstr "인식할 수 없는 너비:%s"
2679
2649 -#: ref-filter.c:289
2680 +#: ref-filter.c:300
2681 #, c-format
2682 msgid "unrecognized %%(align) argument: %s"
2683 msgstr "인식할 수 없는 %%(align) 인자:%s"
2684
2654 -#: ref-filter.c:293
2685 +#: ref-filter.c:304
2686 #, c-format
2687 msgid "positive width expected with the %%(align) atom"
2688 msgstr "%%(align) 아톰에 너비가 0보다 커야 합니다"
2689
2659 -#: ref-filter.c:308
2690 +#: ref-filter.c:319
2691 #, c-format
2692 msgid "unrecognized %%(if) argument: %s"
2693 msgstr "인식할 수 없는 %%(if) 인자: %s"
2694
2664 -#: ref-filter.c:398
2695 +#: ref-filter.c:409
2696 #, c-format
2697 msgid "malformed field name: %.*s"
2698 msgstr "잘못된 형식의 필드 이름: %.*s"
2699
2669 -#: ref-filter.c:424
2700 +#: ref-filter.c:435
2701 #, c-format
2702 msgid "unknown field name: %.*s"
2703 msgstr "알 수 없는 필드 이름: %.*s"
2704
2674 -#: ref-filter.c:536
2705 +#: ref-filter.c:547
2706 #, c-format
2707 msgid "format: %%(if) atom used without a %%(then) atom"
2708 msgstr "형식: %%(if) 아톰이 %%(then) 아톰 없이 사용되었습니다"
2709
2679 -#: ref-filter.c:596
2710 +#: ref-filter.c:607
2711 #, c-format
2712 msgid "format: %%(then) atom used without an %%(if) atom"
2713 msgstr "형식: %%(then) 아톰이 %%(if) 아톰 없이 사용되었습니다"
2714
2684 -#: ref-filter.c:598
2715 +#: ref-filter.c:609
2716 #, c-format
2717 msgid "format: %%(then) atom used more than once"
2718 msgstr "형식: %%(then) 아톰이 여러번 사용되었습니다"
2719
2689 -#: ref-filter.c:600
2720 +#: ref-filter.c:611
2721 #, c-format
2722 msgid "format: %%(then) atom used after %%(else)"
2723 msgstr "형식: %%(then) 아톰이 %%(else) 뒤에 사용되었습니다"
2724
2694 -#: ref-filter.c:626
2725 +#: ref-filter.c:637
2726 #, c-format
2727 msgid "format: %%(else) atom used without an %%(if) atom"
2728 msgstr "형식: %%(else) 아톰이 %%(if) 아톰 없이 사용되었습니다"
2729
2699 -#: ref-filter.c:628
2730 +#: ref-filter.c:639
2731 #, c-format
2732 msgid "format: %%(else) atom used without a %%(then) atom"
2733 msgstr "형식: %%(else) 아톰이 %%(then) 아톰 없이 사용되었습니다"
2734
2704 -#: ref-filter.c:630
2735 +#: ref-filter.c:641
2736 #, c-format
2737 msgid "format: %%(else) atom used more than once"
2738 msgstr "형식: %%(else) 아톰이 여러번 사용되었습니다"
2739
2709 -#: ref-filter.c:643
2740 +#: ref-filter.c:654
2741 #, c-format
2742 msgid "format: %%(end) atom used without corresponding atom"
2743 msgstr "형식: %%(end) 아톰이 대응되는 아톰 없이 사용되었습니다"
2744
2714 -#: ref-filter.c:698
2745 +#: ref-filter.c:709
2746 #, c-format
2747 msgid "malformed format string %s"
2748 msgstr "잘못된 형식의 문자열 %s"
2749
2719 -#: ref-filter.c:1283
2750 +#: ref-filter.c:1313
2751 #, c-format
2752 msgid "(no branch, rebasing %s)"
2753 msgstr "(브랜치 없음, %s 리베이스)"
2754
2724 -#: ref-filter.c:1286
2755 +#: ref-filter.c:1316
2756 #, c-format
2757 msgid "(no branch, bisect started on %s)"
2758 msgstr "(브랜치 없음, 이등분 %s에서 시작)"
@@ -2729,7 +2760,7 @@ msgstr "(브랜치 없음, 이등분 %s에서 시작)"
2760 #. TRANSLATORS: make sure this matches "HEAD
2761 #. detached at " in wt-status.c
2762 #.
2732 -#: ref-filter.c:1294
2763 +#: ref-filter.c:1324
2764 #, c-format
2765 msgid "(HEAD detached at %s)"
2766 msgstr "(HEAD %s 위치에서 분리됨)"
@@ -2737,147 +2768,147 @@ msgstr "(HEAD %s 위치에서 분리됨)"
2768 #. TRANSLATORS: make sure this matches "HEAD
2769 #. detached from " in wt-status.c
2770 #.
2740 -#: ref-filter.c:1301
2771 +#: ref-filter.c:1331
2772 #, c-format
2773 msgid "(HEAD detached from %s)"
2774 msgstr "(HEAD %s(으)로부터 분리됨)"
2775
2745 -#: ref-filter.c:1305
2776 +#: ref-filter.c:1335
2777 msgid "(no branch)"
2778 msgstr "(브랜치 없음)"
2779
2749 -#: ref-filter.c:1454 ref-filter.c:1485
2780 +#: ref-filter.c:1488 ref-filter.c:1519
2781 #, c-format
2782 msgid "missing object %s for %s"
2783 msgstr "없는 오브젝트 %s, %s에 대해"
2784
2754 -#: ref-filter.c:1457 ref-filter.c:1488
2785 +#: ref-filter.c:1491 ref-filter.c:1522
2786 #, c-format
2787 msgid "parse_object_buffer failed on %s for %s"
2788 msgstr "%s에 parse_object_buffer 실패 (%s에 대해)"
2789
2759 -#: ref-filter.c:1788
2790 +#: ref-filter.c:1822
2791 #, c-format
2792 msgid "malformed object at '%s'"
2793 msgstr "'%s'에 잘못된 형식의 오브젝트"
2794
2764 -#: ref-filter.c:1855
2795 +#: ref-filter.c:1889
2796 #, c-format
2797 msgid "ignoring ref with broken name %s"
2798 msgstr "망가진 이름 %s에 레퍼런스를 무시합니다"
2799
2769 -#: ref-filter.c:1860
2800 +#: ref-filter.c:1894
2801 #, c-format
2802 msgid "ignoring broken ref %s"
2803 msgstr "망가진 레퍼런스 %s 무시"
2804
2774 -#: ref-filter.c:2122
2805 +#: ref-filter.c:2156
2806 #, c-format
2807 msgid "format: %%(end) atom missing"
2808 msgstr "형식: %%(end) 아톰이 없습니다"
2809
2779 -#: ref-filter.c:2216
2810 +#: ref-filter.c:2250
2811 #, c-format
2812 msgid "malformed object name %s"
2813 msgstr "잘못된 형식의 오브젝트 이름 %s"
2814
2784 -#: remote.c:750
2815 +#: remote.c:780
2816 #, c-format
2817 msgid "Cannot fetch both %s and %s to %s"
2818 msgstr "%s 및 %s을(를) 모두 %s에 가져올 수 없습니다"
2819
2789 -#: remote.c:754
2820 +#: remote.c:784
2821 #, c-format
2822 msgid "%s usually tracks %s, not %s"
2823 msgstr "%s은(는) 보통 %s을(를) 추적하고, %s을(를) 추적하지 않습니다"
2824
2794 -#: remote.c:758
2825 +#: remote.c:788
2826 #, c-format
2827 msgid "%s tracks both %s and %s"
2828 msgstr "%s은(는) %s 및 %s 모두 추적합니다"
2829
2799 -#: remote.c:766
2830 +#: remote.c:796
2831 msgid "Internal error"
2832 msgstr "내부 오류"
2833
2803 -#: remote.c:1681 remote.c:1783
2834 +#: remote.c:1711 remote.c:1813
2835 msgid "HEAD does not point to a branch"
2836 msgstr "HEAD가 브랜치를 가리키지 않습니다"
2837
2807 -#: remote.c:1690
2838 +#: remote.c:1720
2839 #, c-format
2840 msgid "no such branch: '%s'"
2841 msgstr "그런 브랜치가 없습니다: '%s'"
2842
2812 -#: remote.c:1693
2843 +#: remote.c:1723
2844 #, c-format
2845 msgid "no upstream configured for branch '%s'"
2846 msgstr "'%s' 브랜치에 대해 업스트림을 설정하지 않았습니다"
2847
2817 -#: remote.c:1699
2848 +#: remote.c:1729
2849 #, c-format
2850 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2851 msgstr "업스트림 '%s' 브랜치가 리모트 추적 브랜치로 저장되지 않았습니다"
2852
2822 -#: remote.c:1714
2853 +#: remote.c:1744
2854 #, c-format
2855 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2856 msgstr "리모트 '%2$s'의 푸시 대상 '%1$s'에 로컬 추적 브랜치가 없습니다"
2857
2827 -#: remote.c:1726
2858 +#: remote.c:1756
2859 #, c-format
2860 msgid "branch '%s' has no remote for pushing"
2861 msgstr "'%s' 브랜치에 푸시 리모트가 없습니다"
2862
2832 -#: remote.c:1737
2863 +#: remote.c:1767
2864 #, c-format
2865 msgid "push refspecs for '%s' do not include '%s'"
2866 msgstr "'%s'에 대한 푸시 레퍼런스명세에 '%s'이(가) 들어 있지 않습니다"
2867
2837 -#: remote.c:1750
2868 +#: remote.c:1780
2869 msgid "push has no destination (push.default is 'nothing')"
2870 msgstr "푸시의 대상이 없습니다 (push.default가 'nothing'입니다)"
2871
2841 -#: remote.c:1772
2872 +#: remote.c:1802
2873 msgid "cannot resolve 'simple' push to a single destination"
2874 msgstr "하나의 대상에 대해 'simple' 푸시를 처리할 수 없습니다"
2875
2845 -#: remote.c:2076
2876 +#: remote.c:2106
2877 #, c-format
2878 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2879 msgstr "현재 브랜치가 '%s' 기반이지만, 업스트림이 없어졌습니다.\n"
2880
2850 -#: remote.c:2080
2881 +#: remote.c:2110
2882 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2883 msgstr " (바로잡으려면 \"git branch --unset-upstream\"을 사용하십시오)\n"
2884
2854 -#: remote.c:2083
2885 +#: remote.c:2113
2886 #, c-format
2887 msgid "Your branch is up to date with '%s'.\n"
2888 msgstr "브랜치가 '%s'에 맞게 업데이트된 상태입니다.\n"
2889
2859 -#: remote.c:2087
2890 +#: remote.c:2117
2891 #, c-format
2892 msgid "Your branch is ahead of '%s' by %d commit.\n"
2893 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2894 msgstr[0] "브랜치가 '%s'보다 %d개 커밋만큼 앞에 있습니다.\n"
2895
2865 -#: remote.c:2093
2896 +#: remote.c:2123
2897 msgid " (use \"git push\" to publish your local commits)\n"
2898 msgstr " (로컬에 있는 커밋을 제출하려면 \"git push\"를 사용하십시오)\n"
2899
2869 -#: remote.c:2096
2900 +#: remote.c:2126
2901 #, c-format
2902 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2903 msgid_plural ""
2904 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2905 msgstr[0] "브랜치가 '%s'보다 %d개 커밋 뒤에 있고, 앞으로 돌릴 수 있습니다.\n"
2906
2876 -#: remote.c:2104
2907 +#: remote.c:2134
2908 msgid " (use \"git pull\" to update your local branch)\n"
2909 msgstr " (로컬 브랜치를 업데이트하려면 \"git pull\"을 사용하십시오)\n"
2910
2880 -#: remote.c:2107
2911 +#: remote.c:2137
2912 #, c-format
2913 msgid ""
2914 "Your branch and '%s' have diverged,\n"
@@ -2889,58 +2920,67 @@ msgstr[0] ""
2920 "현재 브랜치와 '%s'이(가) 갈라졌습니다,\n"
2921 "다른 커밋이 각각 %d개와 %d개 있습니다.\n"
2922
2892 -#: remote.c:2117
2923 +#: remote.c:2147
2924 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2925 msgstr ""
2926 " (리모트의 브랜치를 현재 브랜치로 병합하려면 \"git pull\"을 사용하십시오)\n"
2927
2897 -#: revision.c:2256
2928 +#: revision.c:2268
2929 msgid "your current branch appears to be broken"
2930 msgstr "현재 브랜치가 망가진 것처럼 보입니다"
2931
2901 -#: revision.c:2259
2932 +#: revision.c:2271
2933 #, c-format
2934 msgid "your current branch '%s' does not have any commits yet"
2935 msgstr "현재 '%s' 브랜치에 아직 아무 커밋도 없습니다"
2936
2906 -#: revision.c:2453
2937 +#: revision.c:2465
2938 msgid "--first-parent is incompatible with --bisect"
2939 msgstr "--first-parent 옵션은 --bisect 옵션과 호환되지 않습니다"
2940
2910 -#: run-command.c:644
2941 +#: run-command.c:645
2942 msgid "open /dev/null failed"
2943 msgstr "/dev/null 열기 실패"
2944
2914 -#: send-pack.c:151
2945 +#: run-command.c:1188
2946 +#, c-format
2947 +msgid ""
2948 +"The '%s' hook was ignored because it's not set as executable.\n"
2949 +"You can disable this warning with `git config advice.ignoredHook false`."
2950 +msgstr ""
2951 +"'%s' 후크가 실행 가능하도록 설정되지 않아서, 무시됩니다.\n"
2952 +"이 경고는 `git config advice.ignoredHook false` 명령으로 끌 수 있습니다."
2953 +
2954 +#: send-pack.c:141
2955 #, c-format
2956 msgid "unable to parse remote unpack status: %s"
2957 msgstr "리모트 묶음 풀기 상태를 파싱할 수 없습니다: %s"
2958
2919 -#: send-pack.c:153
2959 +#: send-pack.c:143
2960 #, c-format
2961 msgid "remote unpack failed: %s"
2962 msgstr "리모트 묶음 풀기 실패: %s"
2963
2924 -#: send-pack.c:316
2964 +#: send-pack.c:306
2965 msgid "failed to sign the push certificate"
2966 msgstr "푸시 인증서 서명에 실패했습니다"
2967
2928 -#: send-pack.c:429
2968 +#: send-pack.c:419
2969 msgid "the receiving end does not support --signed push"
2970 msgstr "받는 쪽에서 --signed 푸시를 지원하지 않습니다"
2971
2932 -#: send-pack.c:431
2972 +#: send-pack.c:421
2973 msgid ""
2974 "not sending a push certificate since the receiving end does not support --"
2975 "signed push"
2976 msgstr ""
2977 "받는 쪽에서 --signed 푸시를 지원하지 않으므로 푸시 인증서를 보내지 않습니다"
2978
2939 -#: send-pack.c:443
2979 +#: send-pack.c:433
2980 msgid "the receiving end does not support --atomic push"
2981 msgstr "받는 쪽에서 --atomic 푸시를 지원하지 않습니다"
2982
2943 -#: send-pack.c:448
2983 +#: send-pack.c:438
2984 msgid "the receiving end does not support push options"
2985 msgstr "받는 쪽에서 푸시 옵션을 지원하지 않습니다"
2986
@@ -2979,13 +3019,13 @@ msgstr ""
3019 "'git add <경로>' 또는 'git rm <경로>'로 표시하십시오.\n"
3020 "그리고 결과물을 'git commit'으로 커밋하십시오"
3021
2982 -#: sequencer.c:297 sequencer.c:1704
3022 +#: sequencer.c:297 sequencer.c:1718
3023 #, c-format
3024 msgid "could not lock '%s'"
3025 msgstr "'%s'을(를) 잠글 수 없습니다"
3026
2987 -#: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
2988 -#: sequencer.c:2733 sequencer.c:2749
3027 +#: sequencer.c:300 sequencer.c:1595 sequencer.c:1723 sequencer.c:1737
3028 +#: sequencer.c:2729 sequencer.c:2800 wrapper.c:656
3029 #, c-format
3030 msgid "could not write to '%s'"
3031 msgstr "'%s'에 쓸 수 없습니다"
@@ -2995,13 +3035,13 @@ msgstr "'%s'에 쓸 수 없습니다"
3035 msgid "could not write eol to '%s'"
3036 msgstr "'%s'에 줄바꿈을 쓸 수 없습니다"
3037
2998 -#: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
3038 +#: sequencer.c:308 sequencer.c:1600 sequencer.c:1725
3039 #, c-format
3040 msgid "failed to finalize '%s'."
3041 msgstr "'%s' 마치는데 실패했습니다."
3042
3003 -#: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
3004 -#: builtin/commit.c:754 builtin/merge.c:1044
3043 +#: sequencer.c:332 sequencer.c:829 sequencer.c:1621 builtin/am.c:259
3044 +#: builtin/commit.c:754 builtin/merge.c:1046
3045 #, c-format
3046 msgid "could not read '%s'"
3047 msgstr "'%s'에서 읽을 수 없습니다"
@@ -3023,20 +3063,20 @@ msgstr "%s: 정방향 진행"
3063 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3064 #. "rebase -i".
3065 #.
3026 -#: sequencer.c:474
3066 +#: sequencer.c:477
3067 #, c-format
3068 msgid "%s: Unable to write new index file"
3069 msgstr "%s: 새 인덱스 파일을 쓸 수 없습니다"
3070
3031 -#: sequencer.c:493
3032 -msgid "could not resolve HEAD commit\n"
3033 -msgstr "HEAD 커밋을 처리할 수 없습니다\n"
3071 +#: sequencer.c:496
3072 +msgid "could not resolve HEAD commit"
3073 +msgstr "HEAD 커밋을 찾을 수 없습니다"
3074
3035 -#: sequencer.c:513
3036 -msgid "unable to update cache tree\n"
3037 -msgstr "캐시 트리를 업데이트할 수 없습니다\n"
3075 +#: sequencer.c:516
3076 +msgid "unable to update cache tree"
3077 +msgstr "캐시 트리를 업데이트할 수 없습니다"
3078
3039 -#: sequencer.c:597
3079 +#: sequencer.c:600
3080 #, c-format
3081 msgid ""
3082 "you have staged changes in your working tree\n"
@@ -3066,17 +3106,17 @@ msgstr ""
3106 "\n"
3107 " git rebase --continue\n"
3108
3069 -#: sequencer.c:699
3109 +#: sequencer.c:702
3110 #, c-format
3071 -msgid "could not parse commit %s\n"
3072 -msgstr "%s 커밋을 파싱할 수 없습니다\n"
3111 +msgid "could not parse commit %s"
3112 +msgstr "%s 커밋을 파싱할 수 없습니다"
3113
3074 -#: sequencer.c:704
3114 +#: sequencer.c:707
3115 #, c-format
3076 -msgid "could not parse parent commit %s\n"
3077 -msgstr "%s 이전 커밋을 파싱할 수 없습니다\n"
3116 +msgid "could not parse parent commit %s"
3117 +msgstr "%s 이전 커밋을 파싱할 수 없습니다"
3118
3079 -#: sequencer.c:826
3119 +#: sequencer.c:836
3120 #, c-format
3121 msgid ""
3122 "unexpected 1st line of squash message:\n"
@@ -3087,7 +3127,7 @@ msgstr ""
3127 "\n"
3128 "\t%.*s"
3129
3090 -#: sequencer.c:832
3130 +#: sequencer.c:842
3131 #, c-format
3132 msgid ""
3133 "invalid 1st line of squash message:\n"
@@ -3098,231 +3138,241 @@ msgstr ""
3138 "\n"
3139 "\t%.*s"
3140
3101 -#: sequencer.c:838 sequencer.c:863
3141 +#: sequencer.c:848 sequencer.c:873
3142 #, c-format
3143 msgid "This is a combination of %d commits."
3144 msgstr "커밋 %d개가 섞인 결과입니다."
3145
3106 -#: sequencer.c:847 sequencer.c:2681
3146 +#: sequencer.c:857 sequencer.c:2748
3147 msgid "need a HEAD to fixup"
3148 msgstr "바로잡으려면 HEAD가 필요합니다"
3149
3110 -#: sequencer.c:849
3150 +#: sequencer.c:859
3151 msgid "could not read HEAD"
3152 msgstr "HEAD를 읽을 수 없습니다"
3153
3114 -#: sequencer.c:851
3154 +#: sequencer.c:861
3155 msgid "could not read HEAD's commit message"
3156 msgstr "HEAD의 커밋 메시지를 읽을 수 없습니다"
3157
3118 -#: sequencer.c:857
3158 +#: sequencer.c:867
3159 #, c-format
3160 msgid "cannot write '%s'"
3161 msgstr "'%s'을(를) 쓸 수 없습니다"
3162
3123 -#: sequencer.c:866 git-rebase--interactive.sh:446
3163 +#: sequencer.c:876 git-rebase--interactive.sh:446
3164 msgid "This is the 1st commit message:"
3165 msgstr "1번째 커밋 메시지입니다:"
3166
3127 -#: sequencer.c:874
3167 +#: sequencer.c:884
3168 #, c-format
3169 msgid "could not read commit message of %s"
3170 msgstr "%s의 커밋 메시지를 읽을 수 없습니다"
3171
3132 -#: sequencer.c:881
3172 +#: sequencer.c:891
3173 #, c-format
3174 msgid "This is the commit message #%d:"
3175 msgstr "커밋 메시지 #%d번입니다:"
3176
3137 -#: sequencer.c:886
3177 +#: sequencer.c:896
3178 #, c-format
3179 msgid "The commit message #%d will be skipped:"
3180 msgstr "커밋 메시지 #%d번을 건너뜁니다:"
3181
3142 -#: sequencer.c:891
3182 +#: sequencer.c:901
3183 #, c-format
3184 msgid "unknown command: %d"
3185 msgstr "알 수 없는 명령: %d"
3186
3147 -#: sequencer.c:957
3187 +#: sequencer.c:967
3188 msgid "your index file is unmerged."
3189 msgstr "인덱스 파일이 병합되지 않았습니다."
3190
3151 -#: sequencer.c:975
3191 +#: sequencer.c:986
3192 #, c-format
3193 msgid "commit %s is a merge but no -m option was given."
3194 msgstr "%s 커밋은 병합이지만 -m 옵션이 주어지지 않았습니다."
3195
3196 # FIXME: "parent %d" 번호가 무슨 의미?
3157 -#: sequencer.c:983
3197 +#: sequencer.c:994
3198 #, c-format
3199 msgid "commit %s does not have parent %d"
3200 msgstr "%s 커밋에 이전 커밋 %d이(가) 없습니다"
3201
3162 -#: sequencer.c:987
3202 +#: sequencer.c:998
3203 #, c-format
3204 msgid "mainline was specified but commit %s is not a merge."
3205 msgstr "메인라인을 지정했지만 %s 커밋이 병합 커밋이 아닙니다."
3206
3167 -#: sequencer.c:993
3207 +#: sequencer.c:1004
3208 #, c-format
3209 msgid "cannot get commit message for %s"
3210 msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
3211
3212 #. TRANSLATORS: The first %s will be a "todo" command like
3213 #. "revert" or "pick", the second %s a SHA1.
3174 -#: sequencer.c:1014
3214 +#: sequencer.c:1023
3215 #, c-format
3216 msgid "%s: cannot parse parent commit %s"
3217 msgstr "%s: %s 이전 커밋을 파싱할 수 없습니다"
3218
3179 -#: sequencer.c:1077 sequencer.c:1853
3219 +#: sequencer.c:1086 sequencer.c:1867
3220 #, c-format
3221 msgid "could not rename '%s' to '%s'"
3222 msgstr "'%s'에서 '%s'(으)로 이름을 바꿀 수 없습니다"
3223
3184 -#: sequencer.c:1128
3224 +#: sequencer.c:1137
3225 #, c-format
3226 msgid "could not revert %s... %s"
3227 msgstr "다음을 되돌릴(revert) 수 없습니다: %s... %s"
3228
3189 -#: sequencer.c:1129
3229 +#: sequencer.c:1138
3230 #, c-format
3231 msgid "could not apply %s... %s"
3232 msgstr "다음을 적용할(apply) 수 없습니다: %s... %s"
3233
3194 -#: sequencer.c:1171
3234 +#: sequencer.c:1180
3235 msgid "empty commit set passed"
3236 msgstr "빈 커밋 모음을 건너 뜁니다"
3237
3198 -#: sequencer.c:1181
3238 +#: sequencer.c:1190
3239 #, c-format
3240 msgid "git %s: failed to read the index"
3241 msgstr "git %s: 인덱스 읽기에 실패했습니다"
3242
3203 -#: sequencer.c:1188
3243 +#: sequencer.c:1196
3244 #, c-format
3245 msgid "git %s: failed to refresh the index"
3246 msgstr "git %s: 인덱스 새로 고침에 실패했습니다"
3247
3208 -#: sequencer.c:1308
3248 +#: sequencer.c:1270
3249 +#, c-format
3250 +msgid "%s does not accept arguments: '%s'"
3251 +msgstr "%s(은)는 인자를 허용하지 않습니다: '%s'"
3252 +
3253 +#: sequencer.c:1279
3254 +#, c-format
3255 +msgid "missing arguments for %s"
3256 +msgstr "없는 인자, %s에 대해"
3257 +
3258 +#: sequencer.c:1322
3259 #, c-format
3260 msgid "invalid line %d: %.*s"
3261 msgstr "잘못된 줄 %d: %.*s"
3262
3213 -#: sequencer.c:1316
3263 +#: sequencer.c:1330
3264 #, c-format
3265 msgid "cannot '%s' without a previous commit"
3266 msgstr "이전 커밋 없이 '%s' 수행할 수 없습니다"
3267
3218 -#: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3219 -#: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3268 +#: sequencer.c:1363 sequencer.c:2525 sequencer.c:2560 sequencer.c:2642
3269 +#: sequencer.c:2668 sequencer.c:2758 sequencer.c:2859
3270 #, c-format
3271 msgid "could not read '%s'."
3272 msgstr "'%s'에서 읽을 수 없습니다."
3273
3224 -#: sequencer.c:1361
3274 +#: sequencer.c:1375
3275 msgid "please fix this using 'git rebase --edit-todo'."
3276 msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
3277
3228 -#: sequencer.c:1363
3278 +#: sequencer.c:1377
3279 #, c-format
3280 msgid "unusable instruction sheet: '%s'"
3281 msgstr "사용 불가능 인스트럭션 시트: '%s'"
3282
3233 -#: sequencer.c:1368
3283 +#: sequencer.c:1382
3284 msgid "no commits parsed."
3285 msgstr "파싱한 커밋이 없습니다."
3286
3237 -#: sequencer.c:1379
3287 +#: sequencer.c:1393
3288 msgid "cannot cherry-pick during a revert."
3289 msgstr "되돌리기(revert) 중에 빼오기(cherry-pick)를 할 수 없습니다."
3290
3241 -#: sequencer.c:1381
3291 +#: sequencer.c:1395
3292 msgid "cannot revert during a cherry-pick."
3293 msgstr "빼오기(cherry-pick) 중에 되돌리기(revert)를 할 수 없습니다."
3294
3245 -#: sequencer.c:1448
3295 +#: sequencer.c:1462
3296 #, c-format
3297 msgid "invalid key: %s"
3298 msgstr "잘못된 키: %s"
3299
3250 -#: sequencer.c:1451
3300 +#: sequencer.c:1465
3301 #, c-format
3302 msgid "invalid value for %s: %s"
3303 msgstr "%s의 값이 잘못됨: %s"
3304
3255 -#: sequencer.c:1517
3305 +#: sequencer.c:1531
3306 #, c-format
3307 msgid "malformed options sheet: '%s'"
3308 msgstr "형식이 잘못된 옵션 시트: '%s'"
3309
3260 -#: sequencer.c:1555
3310 +#: sequencer.c:1569
3311 msgid "a cherry-pick or revert is already in progress"
3312 msgstr "이미 커밋 빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중입니다"
3313
3264 -#: sequencer.c:1556
3314 +#: sequencer.c:1570
3315 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3316 msgstr "\"git cherry-pick (--continue | --quit | --abort)\" 명령을 해 보십시오"
3317
3268 -#: sequencer.c:1559
3318 +#: sequencer.c:1573
3319 #, c-format
3320 msgid "could not create sequencer directory '%s'"
3321 msgstr "'%s' 시퀀서 디렉터리를 만들 수 없습니다"
3322
3273 -#: sequencer.c:1574
3323 +#: sequencer.c:1588
3324 msgid "could not lock HEAD"
3325 msgstr "HEAD를 잠글 수 없습니다"
3326
3277 -#: sequencer.c:1632 sequencer.c:2211
3327 +#: sequencer.c:1646 sequencer.c:2230
3328 msgid "no cherry-pick or revert in progress"
3329 msgstr "빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중이지 않습니다"
3330
3281 -#: sequencer.c:1634
3331 +#: sequencer.c:1648
3332 msgid "cannot resolve HEAD"
3333 msgstr "HEAD를 구해 올 수 없습니다"
3334
3285 -#: sequencer.c:1636 sequencer.c:1671
3335 +#: sequencer.c:1650 sequencer.c:1685
3336 msgid "cannot abort from a branch yet to be born"
3337 msgstr "새로 만들고 있는 브랜치에서 중지할 수 없습니다"
3338
3289 -#: sequencer.c:1657 builtin/grep.c:711
3339 +#: sequencer.c:1671 builtin/grep.c:713
3340 #, c-format
3341 msgid "cannot open '%s'"
3342 msgstr "'%s'을(를) 열 수 없습니다"
3343
3294 -#: sequencer.c:1659
3344 +#: sequencer.c:1673
3345 #, c-format
3346 msgid "cannot read '%s': %s"
3347 msgstr "'%s'을(를) 읽을 수 없습니다: %s"
3348
3299 -#: sequencer.c:1660
3349 +#: sequencer.c:1674
3350 msgid "unexpected end of file"
3351 msgstr "예상치 못하게 파일이 끝났습니다"
3352
3303 -#: sequencer.c:1666
3353 +#: sequencer.c:1680
3354 #, c-format
3355 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3356 msgstr "빼오기 전에 저장한 HEAD 파일이('%s') 손상되었습니다"
3357
3308 -#: sequencer.c:1677
3358 +#: sequencer.c:1691
3359 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3360 msgstr "HEAD를 옮긴 것 같습니다. 되돌리지 않습니다. HEAD를 확인하십시오!"
3361
3312 -#: sequencer.c:1818 sequencer.c:2109
3362 +#: sequencer.c:1832 sequencer.c:2128
3363 msgid "cannot read HEAD"
3364 msgstr "HEAD를 읽을 수 없습니다"
3365
3316 -#: sequencer.c:1858 builtin/difftool.c:640
3366 +#: sequencer.c:1872 builtin/difftool.c:639
3367 #, c-format
3368 msgid "could not copy '%s' to '%s'"
3369 msgstr "'%s'에서 '%s'(으)로 복사할 수 없습니다"
3370
3321 -#: sequencer.c:1874
3371 +#: sequencer.c:1891
3372 msgid "could not read index"
3373 msgstr "인덱스를 읽을 수 없습니다"
3374
3325 -#: sequencer.c:1879
3375 +#: sequencer.c:1896
3376 #, c-format
3377 msgid ""
3378 "execution failed: %s\n"
@@ -3337,11 +3387,11 @@ msgstr ""
3387 " git rebase --continue\n"
3388 "\n"
3389
3340 -#: sequencer.c:1885
3390 +#: sequencer.c:1902
3391 msgid "and made changes to the index and/or the working tree\n"
3392 msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다\n"
3393
3344 -#: sequencer.c:1891
3394 +#: sequencer.c:1908
3395 #, c-format
3396 msgid ""
3397 "execution succeeded: %s\n"
@@ -3358,17 +3408,17 @@ msgstr ""
3408 " git rebase --continue\n"
3409 "\n"
3410
3361 -#: sequencer.c:1948
3411 +#: sequencer.c:1967
3412 #, c-format
3413 msgid "Applied autostash.\n"
3414 msgstr "자동 스태시 적용.\n"
3415
3366 -#: sequencer.c:1960
3416 +#: sequencer.c:1979
3417 #, c-format
3418 msgid "cannot store %s"
3419 msgstr "%s을(를) 저장할 수 없습니다"
3420
3371 -#: sequencer.c:1963 git-rebase.sh:175
3421 +#: sequencer.c:1982 git-rebase.sh:175
3422 #, c-format
3423 msgid ""
3424 "Applying autostash resulted in conflicts.\n"
@@ -3379,57 +3429,57 @@ msgstr ""
3429 "변경 사항은 스태시 안에 안전하게 들어 있습니다.\n"
3430 "언제든지 \"git stash pop\" 또는 \"git stash drop\"을 실행할 수 있습니다.\n"
3431
3382 -#: sequencer.c:2045
3432 +#: sequencer.c:2064
3433 #, c-format
3434 msgid "Stopped at %s... %.*s\n"
3435 msgstr "%s... %.*s 위치에서 멈췄습니다\n"
3436
3387 -#: sequencer.c:2087
3437 +#: sequencer.c:2106
3438 #, c-format
3439 msgid "unknown command %d"
3440 msgstr "알 수 없는 명령 %d"
3441
3392 -#: sequencer.c:2117
3442 +#: sequencer.c:2136
3443 msgid "could not read orig-head"
3444 msgstr "orig-head를 읽을 수 없습니다"
3445
3396 -#: sequencer.c:2122 sequencer.c:2678
3446 +#: sequencer.c:2141 sequencer.c:2745
3447 msgid "could not read 'onto'"
3448 msgstr "'onto'를 읽을 수 없습니다"
3449
3400 -#: sequencer.c:2129
3450 +#: sequencer.c:2148
3451 #, c-format
3452 msgid "could not update %s"
3453 msgstr "%s을(를) 업데이트할 수 없습니다"
3454
3405 -#: sequencer.c:2136
3455 +#: sequencer.c:2155
3456 #, c-format
3457 msgid "could not update HEAD to %s"
3458 msgstr "HEAD를 %s 위치로 업데이트할 수 없습니다"
3459
3410 -#: sequencer.c:2220
3460 +#: sequencer.c:2239
3461 msgid "cannot rebase: You have unstaged changes."
3462 msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
3463
3414 -#: sequencer.c:2225
3464 +#: sequencer.c:2244
3465 msgid "could not remove CHERRY_PICK_HEAD"
3466 msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
3467
3418 -#: sequencer.c:2234
3468 +#: sequencer.c:2253
3469 msgid "cannot amend non-existing commit"
3470 msgstr "없는 커밋을 수정할 수 없습니다"
3471
3422 -#: sequencer.c:2236
3472 +#: sequencer.c:2255
3473 #, c-format
3474 msgid "invalid file: '%s'"
3425 -msgstr "잘못된 키: '%s'"
3475 +msgstr "잘못된 파일: '%s'"
3476
3427 -#: sequencer.c:2238
3477 +#: sequencer.c:2257
3478 #, c-format
3479 msgid "invalid contents: '%s'"
3480 msgstr "잘못된 내용: '%s'"
3481
3432 -#: sequencer.c:2241
3482 +#: sequencer.c:2260
3483 msgid ""
3484 "\n"
3485 "You have uncommitted changes in your working tree. Please, commit them\n"
@@ -3439,49 +3489,45 @@ msgstr ""
3489 "작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
3490 "커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
3491
3442 -#: sequencer.c:2251
3492 +#: sequencer.c:2270
3493 msgid "could not commit staged changes."
3494 msgstr "스테이징한 변경 사항을 커밋할 수 없습니다."
3495
3446 -#: sequencer.c:2331
3496 +#: sequencer.c:2350
3497 #, c-format
3498 msgid "%s: can't cherry-pick a %s"
3499 msgstr "%s: %s 커밋을 빼올 수 없습니다"
3500
3451 -#: sequencer.c:2335
3501 +#: sequencer.c:2354
3502 #, c-format
3503 msgid "%s: bad revision"
3504 msgstr "%s: 잘못된 리비전"
3505
3456 -#: sequencer.c:2368
3506 +#: sequencer.c:2387
3507 msgid "can't revert as initial commit"
3508 msgstr "최초의 커밋으로 되돌릴 수 없습니다"
3509
3460 -#: sequencer.c:2471
3510 +#: sequencer.c:2492
3511 msgid "make_script: unhandled options"
3512 msgstr "make_script: 처리하지 않은 옵션"
3513
3464 -#: sequencer.c:2474
3514 +#: sequencer.c:2495
3515 msgid "make_script: error preparing revisions"
3516 msgstr "make_script: 리비전 준비 중 오류"
3517
3468 -#: sequencer.c:2510
3518 +#: sequencer.c:2529 sequencer.c:2564
3519 #, c-format
3520 msgid "unusable todo list: '%s'"
3521 msgstr "사용할 수 없는 할 일 목록: %s"
3522
3473 -#: sequencer.c:2516
3474 -#, c-format
3475 -msgid "unable to open '%s' for writing"
3476 -msgstr "'%s'을(를) 쓰기 용으로 열 수 없습니다"
3477 -
3478 -#: sequencer.c:2561
3523 +#: sequencer.c:2615
3524 #, c-format
3525 msgid ""
3526 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3482 -msgstr "rebase.missingCommitsCheck 옵션에 대해 인식할 수 없는 %s 설정. 무시합니다."
3527 +msgstr ""
3528 +"rebase.missingCommitsCheck 옵션에 대해 인식할 수 없는 %s 설정. 무시합니다."
3529
3484 -#: sequencer.c:2641
3530 +#: sequencer.c:2695
3531 #, c-format
3532 msgid ""
3533 "Warning: some commits may have been dropped accidentally.\n"
@@ -3490,7 +3536,7 @@ msgstr ""
3536 "경고: 일부 커밋이 의도치 않게 버려졌을 수도 있습니다.\n"
3537 "버려진 커밋 (최근에서 과거 순서):\n"
3538
3493 -#: sequencer.c:2648
3539 +#: sequencer.c:2702
3540 #, c-format
3541 msgid ""
3542 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
@@ -3500,47 +3546,40 @@ msgid ""
3546 "The possible behaviours are: ignore, warn, error.\n"
3547 "\n"
3548 msgstr ""
3503 -"이 메시지를 보지 않으려면, \"drop\"을 사용해 명시적으로 커밋을 제거하십시오.\n"
3549 +"이 메시지를 보지 않으려면, \"drop\"을 사용해 명시적으로 커밋을 제거하십시"
3550 +"오.\n"
3551 "\n"
3505 -"'git config rebase.missingCommitsCheck' 명령으로 경고 단계를 바꿀 수 있습니다.\n"
3552 +"'git config rebase.missingCommitsCheck' 명령으로 경고 단계를 바꿀 수 있습니"
3553 +"다.\n"
3554 "가능한 동작은: ignore, warn, error\n"
3555 "\n"
3556
3509 -#: sequencer.c:2660
3557 +#: sequencer.c:2714
3558 #, c-format
3559 msgid ""
3560 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3561 "continue'.\n"
3562 "Or you can abort the rebase with 'git rebase --abort'.\n"
3563 msgstr ""
3516 -"'git rebase --edit-todo' 명령으로 바로잡을 수 있고 'git rebase --continue' 명령을 실행합니다.\n"
3564 +"'git rebase --edit-todo' 명령으로 바로잡을 수 있고 'git rebase --continue' 명"
3565 +"령을 실행합니다.\n"
3566 "또는 'git rebase --abort' 명령으로 리베이스를 중지할 수도 있습니다.\n"
3567
3519 -#: sequencer.c:2708
3520 -#, c-format
3521 -msgid "could not parse commit '%s'"
3522 -msgstr "'%s' 커밋을 파싱할 수 없습니다"
3523 -
3524 -#: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3525 -#: builtin/am.c:775
3568 +#: sequencer.c:2727 sequencer.c:2794 wrapper.c:225 wrapper.c:395
3569 +#: builtin/am.c:779
3570 #, c-format
3571 msgid "could not open '%s' for writing"
3572 msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
3573
3530 -#: sequencer.c:2756
3574 +#: sequencer.c:2775
3575 #, c-format
3532 -msgid "could not truncate '%s'"
3533 -msgstr "'%s' 파일을 자를 수 없습니다"
3576 +msgid "could not parse commit '%s'"
3577 +msgstr "'%s' 커밋을 파싱할 수 없습니다"
3578
3535 -#: sequencer.c:2848
3579 +#: sequencer.c:2897
3580 msgid "the script was already rearranged."
3581 msgstr "스크립트를 이미 재구성했습니다"
3582
3539 -#: sequencer.c:2953
3540 -#, c-format
3541 -msgid "could not finish '%s'"
3542 -msgstr "'%s'을(를) 마칠 수 없습니다"
3543 -
3583 #: setup.c:171
3584 #, c-format
3585 msgid ""
@@ -3572,34 +3611,34 @@ msgstr ""
3611 "경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
3612 "'git <명령> [<리비전>...] -- [<파일>...]'"
3613
3575 -#: setup.c:499
3614 +#: setup.c:501
3615 #, c-format
3616 msgid "Expected git repo version <= %d, found %d"
3617 msgstr "깃 저장소 버전 <= %d 버전을 기대하지만, %d 버전이 발견되었습니다"
3618
3580 -#: setup.c:507
3619 +#: setup.c:509
3620 msgid "unknown repository extensions found:"
3621 msgstr "알 수 없는 저장소 확장이 있습니다:"
3622
3584 -#: setup.c:806
3623 +#: setup.c:811
3624 #, c-format
3625 msgid "Not a git repository (or any of the parent directories): %s"
3626 msgstr "(현재 폴더 또는 상위 폴더가) 깃 저장소가 아닙니다: %s"
3627
3589 -#: setup.c:808 builtin/index-pack.c:1653
3628 +#: setup.c:813 builtin/index-pack.c:1653
3629 msgid "Cannot come back to cwd"
3630 msgstr "현재 디렉터리로 돌아올 수 없습니다"
3631
3593 -#: setup.c:1046
3632 +#: setup.c:1052
3633 msgid "Unable to read current working directory"
3634 msgstr "현재 작업 디렉터리를 읽을 수 없습니다"
3635
3597 -#: setup.c:1058 setup.c:1064
3636 +#: setup.c:1064 setup.c:1070
3637 #, c-format
3638 msgid "Cannot change to '%s'"
3639 msgstr "'%s' 위치로 이동할 수 없습니다"
3640
3602 -#: setup.c:1077
3641 +#: setup.c:1083
3642 #, c-format
3643 msgid ""
3644 "Not a git repository (or any parent up to mount point %s)\n"
@@ -3609,7 +3648,7 @@ msgstr ""
3648 "파일 시스템 경계에서 중지합니다. (GIT_DISCOVERY_ACROSS_FILESYSTEM 설정되지 않"
3649 "음)"
3650
3612 -#: setup.c:1159
3651 +#: setup.c:1167
3652 #, c-format
3653 msgid ""
3654 "Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -3618,42 +3657,42 @@ msgstr ""
3657 "core.sharedRepository 파일모드 값에 (0%.3o) 문제가 있습니다.\n"
3658 "파일의 소유자에 읽기와 쓰기 권한이 있어야 합니다."
3659
3621 -#: sha1_file.c:528
3660 +#: sha1_file.c:598
3661 #, c-format
3662 msgid "path '%s' does not exist"
3663 msgstr "'%s' 경로가 없습니다"
3664
3626 -#: sha1_file.c:554
3665 +#: sha1_file.c:624
3666 #, c-format
3667 msgid "reference repository '%s' as a linked checkout is not supported yet."
3668 msgstr ""
3669 "레퍼런스 '%s' 저장소를 연결된 체크아웃으로 쓰기는 아직 지원하지 않습니다."
3670
3632 -#: sha1_file.c:560
3671 +#: sha1_file.c:630
3672 #, c-format
3673 msgid "reference repository '%s' is not a local repository."
3674 msgstr "레퍼런스 '%s' 저장소가 로컬 저장소가 아닙니다."
3675
3637 -#: sha1_file.c:566
3676 +#: sha1_file.c:636
3677 #, c-format
3678 msgid "reference repository '%s' is shallow"
3679 msgstr "레퍼런스 '%s' 저장소가 얕은 저장소입니다"
3680
3642 -#: sha1_file.c:574
3681 +#: sha1_file.c:644
3682 #, c-format
3683 msgid "reference repository '%s' is grafted"
3684 msgstr "레퍼런스 '%s' 저장소가 붙어 있는 저장소입니다"
3685
3647 -#: sha1_name.c:420
3686 +#: sha1_name.c:422
3687 #, c-format
3688 msgid "short SHA1 %s is ambiguous"
3689 msgstr "짧은 SHA1 %s은(는) 여럿에 대응됩니다"
3690
3652 -#: sha1_name.c:431
3691 +#: sha1_name.c:433
3692 msgid "The candidates are:"
3693 msgstr "후보는 다음과 같습니다:"
3694
3656 -#: sha1_name.c:590
3695 +#: sha1_name.c:693
3696 msgid ""
3697 "Git normally never creates a ref that ends with 40 hex characters\n"
3698 "because it will be ignored when you just specify 40-hex. These refs\n"
@@ -3675,70 +3714,70 @@ msgstr ""
3714 "확인해 보시고 잘못 만들어진 것이면 지우십시오. 이 메시지를 보고 싶지\n"
3715 "않으면 \"git config advice.objectNameWarning false\" 명령을 사용하십시오."
3716
3678 -#: submodule.c:93 submodule.c:127
3717 +#: submodule.c:96 submodule.c:130
3718 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3719 msgstr ""
3720 "병합하지 않은 .gitmodules를 바꿀 수 없습니다. 병합 충돌을 먼저 해결하십시오"
3721
3683 -#: submodule.c:97 submodule.c:131
3722 +#: submodule.c:100 submodule.c:134
3723 #, c-format
3724 msgid "Could not find section in .gitmodules where path=%s"
3725 msgstr "경로가 %s일 때 .gitmodules의 섹션을 찾을 수 없습니다"
3726
3688 -#: submodule.c:105
3727 +#: submodule.c:108
3728 #, c-format
3729 msgid "Could not update .gitmodules entry %s"
3730 msgstr ".gitmodules 항목 %s을(를) 업데이트할 수 없습니다"
3731
3693 -#: submodule.c:138
3732 +#: submodule.c:141
3733 #, c-format
3734 msgid "Could not remove .gitmodules entry for %s"
3735 msgstr "%s에 대한 .gitmodules 항목을 제거할 수 없습니다"
3736
3698 -#: submodule.c:149
3737 +#: submodule.c:152
3738 msgid "staging updated .gitmodules failed"
3739 msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데 실패"
3740
3702 -#: submodule.c:309
3741 +#: submodule.c:312
3742 #, c-format
3743 msgid "in unpopulated submodule '%s'"
3744 msgstr "내용이 없는 하위 모듈 '%s'에서"
3745
3707 -#: submodule.c:340
3746 +#: submodule.c:343
3747 #, c-format
3748 msgid "Pathspec '%s' is in submodule '%.*s'"
3749 msgstr "경로명세 '%s'은(는) ''%.*s' 하위 모듈 안에 있습니다"
3750
3712 -#: submodule.c:799
3751 +#: submodule.c:833
3752 #, c-format
3753 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3754 msgstr "서브모듈 항목 '%s'(%s)은(는) %s이고, 커밋이 아닙니다"
3755
3717 -#: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3756 +#: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3757 msgid "Failed to resolve HEAD as a valid ref."
3758 msgstr "HEAD를 올바른 레퍼런스로 구해내는데 실패했습니다."
3759
3721 -#: submodule.c:1304
3760 +#: submodule.c:1370
3761 #, c-format
3762 msgid "'%s' not recognized as a git repository"
3763 msgstr "'%s'은(는) 깃 저장소로 인식되지 않습니다"
3764
3726 -#: submodule.c:1442
3765 +#: submodule.c:1508
3766 #, c-format
3767 msgid "could not start 'git status' in submodule '%s'"
3768 msgstr "하위 모듈 '%s'에서 'git status'를 시작할 수 없습니다"
3769
3731 -#: submodule.c:1455
3770 +#: submodule.c:1521
3771 #, c-format
3772 msgid "could not run 'git status' in submodule '%s'"
3773 msgstr "하위 모듈 '%s'에서 'git status'를 실행할 수 없습니다"
3774
3736 -#: submodule.c:1548
3775 +#: submodule.c:1614
3776 #, c-format
3777 msgid "submodule '%s' has dirty index"
3778 msgstr "'%s' 하위 모듈에 변경된 인덱스가 있습니다"
3779
3741 -#: submodule.c:1809
3780 +#: submodule.c:1876
3781 #, c-format
3782 msgid ""
3783 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
@@ -3746,18 +3785,18 @@ msgstr ""
3785 "여러 개의 작업 폴더가 있는 하위 모듈 '%s'에 대해 relocate_gitdir은 지원하지 "
3786 "않습니다"
3787
3749 -#: submodule.c:1821 submodule.c:1877
3788 +#: submodule.c:1888 submodule.c:1944
3789 #, c-format
3790 msgid "could not lookup name for submodule '%s'"
3791 msgstr "하위 모듈 '%s'의 이름을 찾아볼 수 없습니다"
3792
3754 -#: submodule.c:1825 builtin/submodule--helper.c:671
3755 -#: builtin/submodule--helper.c:681
3793 +#: submodule.c:1892 builtin/submodule--helper.c:909
3794 +#: builtin/submodule--helper.c:919
3795 #, c-format
3796 msgid "could not create directory '%s'"
3797 msgstr "'%s' 디렉터리를 만들 수 없습니다"
3798
3760 -#: submodule.c:1828
3799 +#: submodule.c:1895
3800 #, c-format
3801 msgid ""
3802 "Migrating git directory of '%s%s' from\n"
@@ -3768,20 +3807,20 @@ msgstr ""
3807 "'%s'에서\n"
3808 "'%s'(으)로\n"
3809
3771 -#: submodule.c:1912
3810 +#: submodule.c:1979
3811 #, c-format
3812 msgid "could not recurse into submodule '%s'"
3813 msgstr "재귀적으로 '%s' 하위 모듈에 들어갈 수 없습니다"
3814
3776 -#: submodule.c:1956
3815 +#: submodule.c:2023
3816 msgid "could not start ls-files in .."
3817 msgstr "'..' 안에서 ls-files를 시작할 수 없습니다"
3818
3780 -#: submodule.c:1976
3819 +#: submodule.c:2043
3820 msgid "BUG: returned path string doesn't match cwd?"
3821 msgstr "버그: 리턴된 경로 문자열이 현재 디렉터리와 맞지 않습니다?"
3822
3784 -#: submodule.c:1995
3823 +#: submodule.c:2062
3824 #, c-format
3825 msgid "ls-tree returned unexpected return code %d"
3826 msgstr "ls-tree가 예상치 못한 코드 %d번을 리턴했습니다"
@@ -3849,17 +3888,17 @@ msgstr "임시 파일을 열 수 없습니다: %s"
3888 msgid "could not rename temporary file to %s"
3889 msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
3890
3852 -#: transport.c:62
3891 +#: transport.c:63
3892 #, c-format
3893 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3894 msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정합니다\n"
3895
3857 -#: transport.c:151
3896 +#: transport.c:152
3897 #, c-format
3898 msgid "transport: invalid depth option '%s'"
3899 msgstr "transport: 잘못된 깊이 옵션: %s"
3900
3862 -#: transport.c:888
3901 +#: transport.c:904
3902 #, c-format
3903 msgid ""
3904 "The following submodule paths contain changes that can\n"
@@ -3868,7 +3907,7 @@ msgstr ""
3907 "다음 하위 모듈 경로에 리모트 어디에도 없는\n"
3908 "변경 사항이 있습니다:\n"
3909
3871 -#: transport.c:892
3910 +#: transport.c:908
3911 #, c-format
3912 msgid ""
3913 "\n"
@@ -3895,11 +3934,11 @@ msgstr ""
3934 "명령을 시도해 보십시오\n"
3935 "\n"
3936
3898 -#: transport.c:900
3937 +#: transport.c:916
3938 msgid "Aborting."
3939 msgstr "중지함."
3940
3902 -#: transport-helper.c:1071
3941 +#: transport-helper.c:1074
3942 #, c-format
3943 msgid "Could not read ref %s"
3944 msgstr "%s 레퍼런스를 읽을 수 없습니다"
@@ -3920,7 +3959,7 @@ msgstr "트리 엔트리에 빈 파일 이름"
3959 msgid "too-short tree file"
3960 msgstr "너무 짧은 트리 파일"
3961
3923 -#: unpack-trees.c:106
3962 +#: unpack-trees.c:107
3963 #, c-format
3964 msgid ""
3965 "Your local changes to the following files would be overwritten by checkout:\n"
@@ -3929,7 +3968,7 @@ msgstr ""
3968 "다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3969 "%%s브랜치를 전환하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3970
3932 -#: unpack-trees.c:108
3971 +#: unpack-trees.c:109
3972 #, c-format
3973 msgid ""
3974 "Your local changes to the following files would be overwritten by checkout:\n"
@@ -3938,7 +3977,7 @@ msgstr ""
3977 "다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3978 "%%s"
3979
3941 -#: unpack-trees.c:111
3980 +#: unpack-trees.c:112
3981 #, c-format
3982 msgid ""
3983 "Your local changes to the following files would be overwritten by merge:\n"
@@ -3947,14 +3986,14 @@ msgstr ""
3986 "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다:\n"
3987 "%%s병합하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3988
3950 -#: unpack-trees.c:113
3989 +#: unpack-trees.c:114
3990 #, c-format
3991 msgid ""
3992 "Your local changes to the following files would be overwritten by merge:\n"
3993 "%%s"
3994 msgstr "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
3995
3957 -#: unpack-trees.c:116
3996 +#: unpack-trees.c:117
3997 #, c-format
3998 msgid ""
3999 "Your local changes to the following files would be overwritten by %s:\n"
@@ -3963,7 +4002,7 @@ msgstr ""
4002 "다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
4003 "%%s%s 전에 변경 사항을 커밋하거나 스태시하십시오."
4004
3966 -#: unpack-trees.c:118
4005 +#: unpack-trees.c:119
4006 #, c-format
4007 msgid ""
4008 "Your local changes to the following files would be overwritten by %s:\n"
@@ -3972,7 +4011,7 @@ msgstr ""
4011 "다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
4012 "%%s"
4013
3975 -#: unpack-trees.c:123
4014 +#: unpack-trees.c:124
4015 #, c-format
4016 msgid ""
4017 "Updating the following directories would lose untracked files in them:\n"
@@ -3981,7 +4020,7 @@ msgstr ""
4020 "다음 디렉터리를 업데이트하면 그 안의 추적하지 않는 파일을 잃어버립니다:\n"
4021 "%s"
4022
3984 -#: unpack-trees.c:127
4023 +#: unpack-trees.c:128
4024 #, c-format
4025 msgid ""
4026 "The following untracked working tree files would be removed by checkout:\n"
@@ -3990,7 +4029,7 @@ msgstr ""
4029 "체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
4030 "%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
4031
3993 -#: unpack-trees.c:129
4032 +#: unpack-trees.c:130
4033 #, c-format
4034 msgid ""
4035 "The following untracked working tree files would be removed by checkout:\n"
@@ -3999,7 +4038,7 @@ msgstr ""
4038 "체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
4039 "%%s"
4040
4002 -#: unpack-trees.c:132
4041 +#: unpack-trees.c:133
4042 #, c-format
4043 msgid ""
4044 "The following untracked working tree files would be removed by merge:\n"
@@ -4008,7 +4047,7 @@ msgstr ""
4047 "병합 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
4048 "%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
4049
4011 -#: unpack-trees.c:134
4050 +#: unpack-trees.c:135
4051 #, c-format
4052 msgid ""
4053 "The following untracked working tree files would be removed by merge:\n"
@@ -4017,7 +4056,7 @@ msgstr ""
4056 "병합 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
4057 "%%s"
4058
4020 -#: unpack-trees.c:137
4059 +#: unpack-trees.c:138
4060 #, c-format
4061 msgid ""
4062 "The following untracked working tree files would be removed by %s:\n"
@@ -4026,7 +4065,7 @@ msgstr ""
4065 "%s 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
4066 "%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
4067
4029 -#: unpack-trees.c:139
4068 +#: unpack-trees.c:140
4069 #, c-format
4070 msgid ""
4071 "The following untracked working tree files would be removed by %s:\n"
@@ -4035,7 +4074,7 @@ msgstr ""
4074 "%s 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
4075 "%%s"
4076
4038 -#: unpack-trees.c:144
4077 +#: unpack-trees.c:145
4078 #, c-format
4079 msgid ""
4080 "The following untracked working tree files would be overwritten by "
@@ -4045,7 +4084,7 @@ msgstr ""
4084 "체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
4085 "%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
4086
4048 -#: unpack-trees.c:146
4087 +#: unpack-trees.c:147
4088 #, c-format
4089 msgid ""
4090 "The following untracked working tree files would be overwritten by "
@@ -4055,7 +4094,7 @@ msgstr ""
4094 "체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
4095 "%%s"
4096
4058 -#: unpack-trees.c:149
4097 +#: unpack-trees.c:150
4098 #, c-format
4099 msgid ""
4100 "The following untracked working tree files would be overwritten by merge:\n"
@@ -4064,7 +4103,7 @@ msgstr ""
4103 "병합 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
4104 "%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
4105
4067 -#: unpack-trees.c:151
4106 +#: unpack-trees.c:152
4107 #, c-format
4108 msgid ""
4109 "The following untracked working tree files would be overwritten by merge:\n"
@@ -4073,7 +4112,7 @@ msgstr ""
4112 "병합 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
4113 "%%s"
4114
4076 -#: unpack-trees.c:154
4115 +#: unpack-trees.c:155
4116 #, c-format
4117 msgid ""
4118 "The following untracked working tree files would be overwritten by %s:\n"
@@ -4082,7 +4121,7 @@ msgstr ""
4121 "%s 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
4122 "%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
4123
4085 -#: unpack-trees.c:156
4124 +#: unpack-trees.c:157
4125 #, c-format
4126 msgid ""
4127 "The following untracked working tree files would be overwritten by %s:\n"
@@ -4091,21 +4130,22 @@ msgstr ""
4130 "%s 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
4131 "%%s"
4132
4094 -#: unpack-trees.c:163
4133 +#: unpack-trees.c:164
4134 #, c-format
4135 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4136 msgstr "'%s' 항목이 '%s'와(과) 겹칩니다. 묶을 수 없습니다."
4137
4099 -#: unpack-trees.c:166
4138 +#: unpack-trees.c:167
4139 #, c-format
4140 msgid ""
4141 "Cannot update sparse checkout: the following entries are not up to date:\n"
4142 "%s"
4143 msgstr ""
4105 -"드문 체크아웃을 업데이트할 수 없습니다. 다음 항목이 최신으로 업데이트되지 않았습니다:\n"
4144 +"드문 체크아웃을 업데이트할 수 없습니다. 다음 항목이 최신으로 업데이트되지 않"
4145 +"았습니다:\n"
4146 "%s"
4147
4108 -#: unpack-trees.c:168
4148 +#: unpack-trees.c:169
4149 #, c-format
4150 msgid ""
4151 "The following working tree files would be overwritten by sparse checkout "
@@ -4116,7 +4156,7 @@ msgstr ""
4156 "다:\n"
4157 "%s"
4158
4119 -#: unpack-trees.c:170
4159 +#: unpack-trees.c:171
4160 #, c-format
4161 msgid ""
4162 "The following working tree files would be removed by sparse checkout "
@@ -4127,7 +4167,7 @@ msgstr ""
4167 "다:\n"
4168 "%s"
4169
4130 -#: unpack-trees.c:172
4170 +#: unpack-trees.c:173
4171 #, c-format
4172 msgid ""
4173 "Cannot update submodule:\n"
@@ -4136,12 +4176,12 @@ msgstr ""
4176 "하위 모듈을 업데이트할 수 없습니다:\n"
4177 "%s"
4178
4139 -#: unpack-trees.c:249
4179 +#: unpack-trees.c:250
4180 #, c-format
4181 msgid "Aborting\n"
4182 msgstr "중지함\n"
4183
4144 -#: unpack-trees.c:331
4184 +#: unpack-trees.c:332
4185 msgid "Checking out files"
4186 msgstr "파일을 가져옵니다"
4187
@@ -4184,8 +4224,8 @@ msgstr "'%s'을(를) 읽는데 실패했습니다"
4224 msgid "could not open '%s' for reading and writing"
4225 msgstr "읽기와 쓰기용으로 '%s'을(를) 열 수 없습니다"
4226
4187 -#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
4188 -#: builtin/am.c:858 builtin/merge.c:1041
4227 +#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4228 +#: builtin/am.c:862 builtin/merge.c:1043
4229 #, c-format
4230 msgid "could not open '%s' for reading"
4231 msgstr "'%s'을(를) 읽기용으로 열 수 없습니다"
@@ -4199,16 +4239,6 @@ msgstr "'%s'에 접근할 수 없습니다"
4239 msgid "unable to get current working directory"
4240 msgstr "현재 작업 디렉터리를 가져올 수 없습니다"
4241
4202 -#: wrapper.c:656
4203 -#, c-format
4204 -msgid "could not write to %s"
4205 -msgstr "%s에 쓸 수 없습니다"
4206 -
4207 -#: wrapper.c:658
4208 -#, c-format
4209 -msgid "could not close %s"
4210 -msgstr "%s을(를) 닫을 수 없습니다"
4211 -
4242 #: wt-status.c:150
4243 msgid "Unmerged paths:"
4244 msgstr "병합하지 않은 경로:"
@@ -4235,11 +4265,11 @@ msgstr ""
4265 msgid " (use \"git rm <file>...\" to mark resolution)"
4266 msgstr " (해결했다고 표시하려면 \"git rm <파일>...\"을 사용하십시오)"
4267
4238 -#: wt-status.c:198 wt-status.c:979
4268 +#: wt-status.c:198 wt-status.c:984
4269 msgid "Changes to be committed:"
4270 msgstr "커밋할 변경 사항:"
4271
4242 -#: wt-status.c:216 wt-status.c:988
4272 +#: wt-status.c:216 wt-status.c:993
4273 msgid "Changes not staged for commit:"
4274 msgstr "커밋하도록 정하지 않은 변경 사항:"
4275
@@ -4340,21 +4370,21 @@ msgstr "수정한 내용, "
4370 msgid "untracked content, "
4371 msgstr "추적하지 않은 내용, "
4372
4343 -#: wt-status.c:819
4373 +#: wt-status.c:824
4374 #, c-format
4375 msgid "Your stash currently has %d entry"
4376 msgid_plural "Your stash currently has %d entries"
4377 msgstr[0] "현재 스태시에 %d개 항목이 있습니다"
4378
4349 -#: wt-status.c:851
4379 +#: wt-status.c:856
4380 msgid "Submodules changed but not updated:"
4381 msgstr "변경되었지만 업데이트하지 않은 하위 모듈:"
4382
4353 -#: wt-status.c:853
4383 +#: wt-status.c:858
4384 msgid "Submodule changes to be committed:"
4385 msgstr "커밋할 하위 모듈의 변경 사항:"
4386
4357 -#: wt-status.c:935
4387 +#: wt-status.c:940
4388 msgid ""
4389 "Do not modify or remove the line above.\n"
4390 "Everything below it will be ignored."
@@ -4362,227 +4392,227 @@ msgstr ""
4392 "위의 줄을 바꾸거나 지우지 마십시오.\n"
4393 "아래 있는 내용은 모두 무시됩니다."
4394
4365 -#: wt-status.c:1048
4395 +#: wt-status.c:1053
4396 msgid "You have unmerged paths."
4397 msgstr "병합하지 않은 경로가 있습니다."
4398
4369 -#: wt-status.c:1051
4399 +#: wt-status.c:1056
4400 msgid " (fix conflicts and run \"git commit\")"
4401 msgstr " (충돌을 바로잡고 \"git commit\"을 실행하십시오)"
4402
4373 -#: wt-status.c:1053
4403 +#: wt-status.c:1058
4404 msgid " (use \"git merge --abort\" to abort the merge)"
4405 msgstr " (병합을 중단하려면 \"git merge --abort\"를 사용하십시오)"
4406
4377 -#: wt-status.c:1058
4407 +#: wt-status.c:1063
4408 msgid "All conflicts fixed but you are still merging."
4409 msgstr "모든 충돌을 바로잡았지만 아직 병합하는 중입니다."
4410
4381 -#: wt-status.c:1061
4411 +#: wt-status.c:1066
4412 msgid " (use \"git commit\" to conclude merge)"
4413 msgstr " (병합을 마무리하려면 \"git commit\"을 사용하십시오)"
4414
4385 -#: wt-status.c:1071
4415 +#: wt-status.c:1076
4416 msgid "You are in the middle of an am session."
4417 msgstr "am 세션 중간에 있습니다."
4418
4389 -#: wt-status.c:1074
4419 +#: wt-status.c:1079
4420 msgid "The current patch is empty."
4421 msgstr "현재 패치가 비어 있습니다."
4422
4393 -#: wt-status.c:1078
4423 +#: wt-status.c:1083
4424 msgid " (fix conflicts and then run \"git am --continue\")"
4425 msgstr " (충돌을 바로잡은 다음 \"git am --continue\"를 사용하십시오)"
4426
4397 -#: wt-status.c:1080
4427 +#: wt-status.c:1085
4428 msgid " (use \"git am --skip\" to skip this patch)"
4429 msgstr " (이 패치를 건너 뛰려면 \"git am --skip\"을 사용하십시오)"
4430
4401 -#: wt-status.c:1082
4431 +#: wt-status.c:1087
4432 msgid " (use \"git am --abort\" to restore the original branch)"
4433 msgstr " (원본 브랜치를 복구하려면 \"git am --abort\"를 사용하십시오)"
4434
4405 -#: wt-status.c:1214
4435 +#: wt-status.c:1219
4436 msgid "git-rebase-todo is missing."
4437 msgstr "git-rebase-todo가 없습니다."
4438
4409 -#: wt-status.c:1216
4439 +#: wt-status.c:1221
4440 msgid "No commands done."
4441 msgstr "완료한 명령 없음."
4442
4413 -#: wt-status.c:1219
4443 +#: wt-status.c:1224
4444 #, c-format
4445 msgid "Last command done (%d command done):"
4446 msgid_plural "Last commands done (%d commands done):"
4447 msgstr[0] "최근 완료한 명령 (%d개 명령 완료):"
4448
4419 -#: wt-status.c:1230
4449 +#: wt-status.c:1235
4450 #, c-format
4451 msgid " (see more in file %s)"
4452 msgstr " (자세한 정보는 %s 파일 참고)"
4453
4424 -#: wt-status.c:1235
4454 +#: wt-status.c:1240
4455 msgid "No commands remaining."
4456 msgstr "명령이 남아있지 않음."
4457
4428 -#: wt-status.c:1238
4458 +#: wt-status.c:1243
4459 #, c-format
4460 msgid "Next command to do (%d remaining command):"
4461 msgid_plural "Next commands to do (%d remaining commands):"
4462 msgstr[0] "다음에 할 명령 (%d개 명령 남음):"
4463
4434 -#: wt-status.c:1246
4464 +#: wt-status.c:1251
4465 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4466 msgstr " (보고 편집하려면 \"git rebase --edit-todo\"를 사용하십시오)"
4467
4438 -#: wt-status.c:1259
4468 +#: wt-status.c:1264
4469 #, c-format
4470 msgid "You are currently rebasing branch '%s' on '%s'."
4471 msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중입니다."
4472
4443 -#: wt-status.c:1264
4473 +#: wt-status.c:1269
4474 msgid "You are currently rebasing."
4475 msgstr "현재 리베이스하는 중입니다."
4476
4447 -#: wt-status.c:1278
4477 +#: wt-status.c:1283
4478 msgid " (fix conflicts and then run \"git rebase --continue\")"
4479 msgstr " (충돌을 바로잡고 \"git rebase --continue\"를 사용하십시오)"
4480
4451 -#: wt-status.c:1280
4481 +#: wt-status.c:1285
4482 msgid " (use \"git rebase --skip\" to skip this patch)"
4483 msgstr " (이 패치를 건너뛰려면 \"git rebase --skip\"을 사용하십시오)"
4484
4455 -#: wt-status.c:1282
4485 +#: wt-status.c:1287
4486 msgid " (use \"git rebase --abort\" to check out the original branch)"
4487 msgstr " (원본 브랜치를 가져오려면 \"git rebase --abort\"를 사용하십시오)"
4488
4459 -#: wt-status.c:1288
4489 +#: wt-status.c:1293
4490 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4491 msgstr ""
4492 " (모든 충돌을 바로잡았습니다: \"git rebase --continue\"를 실행하십시오)"
4493
4464 -#: wt-status.c:1292
4494 +#: wt-status.c:1297
4495 #, c-format
4496 msgid ""
4497 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4498 msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 분리하는 중입니다."
4499
4470 -#: wt-status.c:1297
4500 +#: wt-status.c:1302
4501 msgid "You are currently splitting a commit during a rebase."
4502 msgstr "현재 리베이스하는 중 커밋을 분리하는 중입니다."
4503
4474 -#: wt-status.c:1300
4504 +#: wt-status.c:1305
4505 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4506 msgstr " (작업 폴더가 깨끗해지면, \"git rebase --continue\"를 실행하십시오)"
4507
4478 -#: wt-status.c:1304
4508 +#: wt-status.c:1309
4509 #, c-format
4510 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4511 msgstr "'%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 편집하는 중입니다."
4512
4483 -#: wt-status.c:1309
4513 +#: wt-status.c:1314
4514 msgid "You are currently editing a commit during a rebase."
4515 msgstr "리베이스 중에 커밋을 편집하는 중입니다."
4516
4487 -#: wt-status.c:1312
4517 +#: wt-status.c:1317
4518 msgid " (use \"git commit --amend\" to amend the current commit)"
4519 msgstr " (현재 커밋을 수정하려면 \"git commit --amend\"을 사용하십시오)"
4520
4491 -#: wt-status.c:1314
4521 +#: wt-status.c:1319
4522 msgid ""
4523 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4524 msgstr " (변경 사항에 만족할 때 \"git rebase --continue\"를 사용하십시오)"
4525
4496 -#: wt-status.c:1324
4526 +#: wt-status.c:1329
4527 #, c-format
4528 msgid "You are currently cherry-picking commit %s."
4529 msgstr "현재 %s 커밋을 뽑아 내고 있습니다."
4530
4501 -#: wt-status.c:1329
4531 +#: wt-status.c:1334
4532 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4533 msgstr " (충돌을 바로잡고 \"git cherry-pick --continue\"를 실행하십시오)"
4534
4505 -#: wt-status.c:1332
4535 +#: wt-status.c:1337
4536 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4537 msgstr ""
4538 " (모든 충돌을 바로잡았습니다: \"git cherry-pick --continue\"를 실행하십시오)"
4539
4510 -#: wt-status.c:1334
4540 +#: wt-status.c:1339
4541 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4542 msgstr " (뽑기 작업을 취소하려면 \"git cherry-pick --abort\"를 사용하십시오)"
4543
4514 -#: wt-status.c:1343
4544 +#: wt-status.c:1348
4545 #, c-format
4546 msgid "You are currently reverting commit %s."
4547 msgstr "현재 %s 커밋을 되돌리는 중입니다."
4548
4519 -#: wt-status.c:1348
4549 +#: wt-status.c:1353
4550 msgid " (fix conflicts and run \"git revert --continue\")"
4551 msgstr " (충돌을 바로잡고 \"git revert --continue\"를 실행하십시오)"
4552
4523 -#: wt-status.c:1351
4553 +#: wt-status.c:1356
4554 msgid " (all conflicts fixed: run \"git revert --continue\")"
4555 msgstr ""
4556 " (모든 충돌을 바로잡았습니다: \"git revert --continue\"를 실행하십시오)"
4557
4528 -#: wt-status.c:1353
4558 +#: wt-status.c:1358
4559 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4560 msgstr " (되돌리기 작업을 취소하려면 \"git revert --abort\"를 사용하십시오)"
4561
4532 -#: wt-status.c:1364
4562 +#: wt-status.c:1369
4563 #, c-format
4564 msgid "You are currently bisecting, started from branch '%s'."
4565 msgstr "'이등분하는 중입니다. '%s' 브랜치부터 시작."
4566
4537 -#: wt-status.c:1368
4567 +#: wt-status.c:1373
4568 msgid "You are currently bisecting."
4569 msgstr "'이등분하는 중입니다."
4570
4541 -#: wt-status.c:1371
4571 +#: wt-status.c:1376
4572 msgid " (use \"git bisect reset\" to get back to the original branch)"
4573 msgstr " (원래 브랜치로 돌아가려면 \"git bisect reset\"을 사용하십시오)"
4574
4545 -#: wt-status.c:1568
4575 +#: wt-status.c:1573
4576 msgid "On branch "
4577 msgstr "현재 브랜치 "
4578
4549 -#: wt-status.c:1574
4579 +#: wt-status.c:1579
4580 msgid "interactive rebase in progress; onto "
4581 msgstr "대화형 리베이스 진행 중. 갈 위치는 "
4582
4553 -#: wt-status.c:1576
4583 +#: wt-status.c:1581
4584 msgid "rebase in progress; onto "
4585 msgstr "리베이스 진행 중. 갈 위치는 "
4586
4557 -#: wt-status.c:1581
4587 +#: wt-status.c:1586
4588 msgid "HEAD detached at "
4589 msgstr "HEAD가 다음 위치에서 분리: "
4590
4561 -#: wt-status.c:1583
4591 +#: wt-status.c:1588
4592 msgid "HEAD detached from "
4593 msgstr "HEAD가 다음으로부터 분리: "
4594
4565 -#: wt-status.c:1586
4595 +#: wt-status.c:1591
4596 msgid "Not currently on any branch."
4597 msgstr "현재 어떤 브랜치도 사용하지 않음."
4598
4569 -#: wt-status.c:1606
4599 +#: wt-status.c:1611
4600 msgid "Initial commit"
4601 msgstr "최초 커밋"
4602
4573 -#: wt-status.c:1607
4603 +#: wt-status.c:1612
4604 msgid "No commits yet"
4605 msgstr "아직 커밋이 없습니다"
4606
4577 -#: wt-status.c:1621
4607 +#: wt-status.c:1626
4608 msgid "Untracked files"
4609 msgstr "추적하지 않는 파일"
4610
4581 -#: wt-status.c:1623
4611 +#: wt-status.c:1628
4612 msgid "Ignored files"
4613 msgstr "무시한 파일"
4614
4585 -#: wt-status.c:1627
4615 +#: wt-status.c:1632
4616 #, c-format
4617 msgid ""
4618 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -4593,20 +4623,20 @@ msgstr ""
4623 "'status -uno' 옵션을 쓰면 빨라질 수도 있지만, 새 파일을\n"
4624 "직접 찾아서 추가해야 합니다. ('git help status' 참고)"
4625
4596 -#: wt-status.c:1633
4626 +#: wt-status.c:1638
4627 #, c-format
4628 msgid "Untracked files not listed%s"
4629 msgstr "추적하지 않는 파일을 보지 않습니다%s"
4630
4601 -#: wt-status.c:1635
4631 +#: wt-status.c:1640
4632 msgid " (use -u option to show untracked files)"
4633 msgstr " (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)"
4634
4605 -#: wt-status.c:1641
4635 +#: wt-status.c:1646
4636 msgid "No changes"
4637 msgstr "변경 사항 없음"
4638
4609 -#: wt-status.c:1646
4639 +#: wt-status.c:1651
4640 #, c-format
4641 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4642 msgstr ""
@@ -4614,12 +4644,12 @@ msgstr ""
4644 "\"를\n"
4645 "사용하십시오)\n"
4646
4617 -#: wt-status.c:1649
4647 +#: wt-status.c:1654
4648 #, c-format
4649 msgid "no changes added to commit\n"
4650 msgstr "커밋할 변경 사항을 추가하지 않았습니다\n"
4651
4622 -#: wt-status.c:1652
4652 +#: wt-status.c:1657
4653 #, c-format
4654 msgid ""
4655 "nothing added to commit but untracked files present (use \"git add\" to "
@@ -4629,61 +4659,61 @@ msgstr ""
4659 "\"git\n"
4660 "add\"를 사용하십시오)\n"
4661
4632 -#: wt-status.c:1655
4662 +#: wt-status.c:1660
4663 #, c-format
4664 msgid "nothing added to commit but untracked files present\n"
4665 msgstr "커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다\n"
4666
4637 -#: wt-status.c:1658
4667 +#: wt-status.c:1663
4668 #, c-format
4669 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4670 msgstr ""
4671 "커밋할 사항 없음 (파일을 만들거나 복사하고 \"git add\"를 사용하면 추적합니"
4672 "다)\n"
4673
4644 -#: wt-status.c:1661 wt-status.c:1666
4674 +#: wt-status.c:1666 wt-status.c:1671
4675 #, c-format
4676 msgid "nothing to commit\n"
4677 msgstr "커밋할 사항 없음\n"
4678
4649 -#: wt-status.c:1664
4679 +#: wt-status.c:1669
4680 #, c-format
4681 msgid "nothing to commit (use -u to show untracked files)\n"
4682 msgstr ""
4683 "커밋할 사항 없음 (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)\n"
4684
4655 -#: wt-status.c:1668
4685 +#: wt-status.c:1673
4686 #, c-format
4687 msgid "nothing to commit, working tree clean\n"
4688 msgstr "커밋할 사항 없음, 작업 폴더 깨끗함\n"
4689
4660 -#: wt-status.c:1780
4690 +#: wt-status.c:1785
4691 msgid "No commits yet on "
4692 msgstr "아직 커밋이 없습니다, 위치: <"
4693
4664 -#: wt-status.c:1784
4694 +#: wt-status.c:1789
4695 msgid "HEAD (no branch)"
4696 msgstr "HEAD (브랜치 없음)"
4697
4668 -#: wt-status.c:1813 wt-status.c:1821
4698 +#: wt-status.c:1818 wt-status.c:1826
4699 msgid "behind "
4700 msgstr "다음 뒤에: "
4701
4672 -#: wt-status.c:1816 wt-status.c:1819
4702 +#: wt-status.c:1821 wt-status.c:1824
4703 msgid "ahead "
4704 msgstr "다음 앞에: "
4705
4706 #. TRANSLATORS: the action is e.g. "pull with rebase"
4677 -#: wt-status.c:2311
4707 +#: wt-status.c:2318
4708 #, c-format
4709 msgid "cannot %s: You have unstaged changes."
4710 msgstr "%s 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
4711
4682 -#: wt-status.c:2317
4712 +#: wt-status.c:2324
4713 msgid "additionally, your index contains uncommitted changes."
4714 msgstr "추가로, 인덱스에 커밋하지 않은 변경 사항이 있습니다."
4715
4686 -#: wt-status.c:2319
4716 +#: wt-status.c:2326
4717 #, c-format
4718 msgid "cannot %s: Your index contains uncommitted changes."
4719 msgstr "%s 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
@@ -4697,122 +4727,126 @@ msgstr "'%s' 파일 삭제에 실패했습니다"
4727 msgid "git add [<options>] [--] <pathspec>..."
4728 msgstr "git add [<옵션>] [--] <경로명세>..."
4729
4700 -#: builtin/add.c:82
4730 +#: builtin/add.c:83
4731 #, c-format
4732 msgid "unexpected diff status %c"
4733 msgstr "예상치 못한 diff 상태 %c"
4734
4705 -#: builtin/add.c:87 builtin/commit.c:291
4735 +#: builtin/add.c:88 builtin/commit.c:291
4736 msgid "updating files failed"
4737 msgstr "파일 업데이트가 실패했습니다"
4738
4709 -#: builtin/add.c:97
4739 +#: builtin/add.c:98
4740 #, c-format
4741 msgid "remove '%s'\n"
4742 msgstr "'%s' 제거\n"
4743
4714 -#: builtin/add.c:153
4744 +#: builtin/add.c:173
4745 msgid "Unstaged changes after refreshing the index:"
4746 msgstr "인덱스를 새로 고친 다음 커밋 표시하지 않은 변경 사항:"
4747
4718 -#: builtin/add.c:213 builtin/rev-parse.c:888
4748 +#: builtin/add.c:233 builtin/rev-parse.c:888
4749 msgid "Could not read the index"
4750 msgstr "인덱스를 읽을 수 없습니다"
4751
4722 -#: builtin/add.c:224
4752 +#: builtin/add.c:244
4753 #, c-format
4754 msgid "Could not open '%s' for writing."
4755 msgstr "'%s' 파일을 쓰기용으로 열 수 없습니다."
4756
4727 -#: builtin/add.c:228
4757 +#: builtin/add.c:248
4758 msgid "Could not write patch"
4759 msgstr "패치를 쓸 수 없습니다"
4760
4731 -#: builtin/add.c:231
4761 +#: builtin/add.c:251
4762 msgid "editing patch failed"
4763 msgstr "패치 편집에 실패했습니다"
4764
4735 -#: builtin/add.c:234
4765 +#: builtin/add.c:254
4766 #, c-format
4767 msgid "Could not stat '%s'"
4768 msgstr "'%s'을(를) stat()할 수 없습니다"
4769
4740 -#: builtin/add.c:236
4770 +#: builtin/add.c:256
4771 msgid "Empty patch. Aborted."
4772 msgstr "빈 패치. 중지."
4773
4744 -#: builtin/add.c:241
4774 +#: builtin/add.c:261
4775 #, c-format
4776 msgid "Could not apply '%s'"
4777 msgstr "'%s'을(를) 적용할 수 없습니다"
4778
4749 -#: builtin/add.c:251
4779 +#: builtin/add.c:271
4780 msgid "The following paths are ignored by one of your .gitignore files:\n"
4781 msgstr "다음 경로는 .gitignore 파일 중 하나 때문에 무시합니다:\n"
4782
4753 -#: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4754 -#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4783 +#: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4784 +#: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4785 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4786 msgid "dry run"
4787 msgstr "가짜로 실행"
4788
4759 -#: builtin/add.c:274
4789 +#: builtin/add.c:294
4790 msgid "interactive picking"
4791 msgstr "대화식으로 고릅니다"
4792
4763 -#: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4793 +#: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4794 msgid "select hunks interactively"
4795 msgstr "대화식으로 변경된 부분을 선택합니다"
4796
4767 -#: builtin/add.c:276
4797 +#: builtin/add.c:296
4798 msgid "edit current diff and apply"
4799 msgstr "현재 diff를 편집하고 적용합니다"
4800
4771 -#: builtin/add.c:277
4801 +#: builtin/add.c:297
4802 msgid "allow adding otherwise ignored files"
4803 msgstr "무시하는 파일의 추가를 허용합니다"
4804
4775 -#: builtin/add.c:278
4805 +#: builtin/add.c:298
4806 msgid "update tracked files"
4807 msgstr "추적되는 파일을 업데이트합니다"
4808
4779 -#: builtin/add.c:279
4809 +#: builtin/add.c:299
4810 +msgid "renormalize EOL of tracked files (implies -u)"
4811 +msgstr "추적된 파일의 새줄문자(EOL)를 재 적용합니다 (-u 옵션 포함)"
4812 +
4813 +#: builtin/add.c:300
4814 msgid "record only the fact that the path will be added later"
4815 msgstr "나중에 추가할 것이라는 사실만 기록합니다"
4816
4783 -#: builtin/add.c:280
4817 +#: builtin/add.c:301
4818 msgid "add changes from all tracked and untracked files"
4819 msgstr "추적되고 추적되지 않는 모든 파일의 변경 사항을 추가합니다"
4820
4787 -#: builtin/add.c:283
4821 +#: builtin/add.c:304
4822 msgid "ignore paths removed in the working tree (same as --no-all)"
4823 msgstr "작업 폴더에서 제거한 경로를 무시합니다 (--no-all과 동일)"
4824
4791 -#: builtin/add.c:285
4825 +#: builtin/add.c:306
4826 msgid "don't add, only refresh the index"
4827 msgstr "추가하지 않고 인덱스만 새로 고칩니다"
4828
4795 -#: builtin/add.c:286
4829 +#: builtin/add.c:307
4830 msgid "just skip files which cannot be added because of errors"
4831 msgstr "오류 때문에 추가할 수 없는 파일을 건너뜁니다"
4832
4799 -#: builtin/add.c:287
4833 +#: builtin/add.c:308
4834 msgid "check if - even missing - files are ignored in dry run"
4835 msgstr "가짜로 실행했을 때 파일을 무시하는지 확인합니다"
4836
4803 -#: builtin/add.c:288 builtin/update-index.c:954
4837 +#: builtin/add.c:309 builtin/update-index.c:964
4838 msgid "(+/-)x"
4839 msgstr "(+/-)x"
4840
4807 -#: builtin/add.c:288 builtin/update-index.c:955
4841 +#: builtin/add.c:309 builtin/update-index.c:965
4842 msgid "override the executable bit of the listed files"
4843 msgstr "목록의 파일에서 실행 가능 비트를 바꿉니다"
4844
4811 -#: builtin/add.c:290
4845 +#: builtin/add.c:311
4846 msgid "warn when adding an embedded repository"
4847 msgstr "내장 저장소를 추가할 때 경고를 표시합니다"
4848
4815 -#: builtin/add.c:305
4849 +#: builtin/add.c:326
4850 #, c-format
4851 msgid ""
4852 "You've added another git repository inside your current repository.\n"
@@ -4842,48 +4876,48 @@ msgstr ""
4876 "\n"
4877 "더 자세한 정보는 \"git help submodule\"을 참고하십시오."
4878
4845 -#: builtin/add.c:333
4879 +#: builtin/add.c:354
4880 #, c-format
4881 msgid "adding embedded git repository: %s"
4882 msgstr "내장 깃 저장소 추가: %s"
4883
4850 -#: builtin/add.c:351
4884 +#: builtin/add.c:372
4885 #, c-format
4886 msgid "Use -f if you really want to add them.\n"
4887 msgstr "정말로 추가하려면 -f 옵션을 사용하십시오.\n"
4888
4855 -#: builtin/add.c:359
4889 +#: builtin/add.c:380
4890 msgid "adding files failed"
4891 msgstr "파일 추가가 실패했습니다"
4892
4859 -#: builtin/add.c:396
4893 +#: builtin/add.c:417
4894 msgid "-A and -u are mutually incompatible"
4895 msgstr "-A 및 -u 옵션은 서로 호환되지 않습니다"
4896
4863 -#: builtin/add.c:403
4897 +#: builtin/add.c:424
4898 msgid "Option --ignore-missing can only be used together with --dry-run"
4899 msgstr ""
4900 "--ignore-missing 옵션은 --dry-run 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
4901
4868 -#: builtin/add.c:407
4902 +#: builtin/add.c:428
4903 #, c-format
4904 msgid "--chmod param '%s' must be either -x or +x"
4905 msgstr "--chmod 파라미터 '%s'은(는) -x 또는 +x 형식이어야 합니다"
4906
4873 -#: builtin/add.c:422
4907 +#: builtin/add.c:443
4908 #, c-format
4909 msgid "Nothing specified, nothing added.\n"
4910 msgstr "아무 것도 지정하지 않았으므로 아무 것도 추가하지 않습니다.\n"
4911
4878 -#: builtin/add.c:423
4912 +#: builtin/add.c:444
4913 #, c-format
4914 msgid "Maybe you wanted to say 'git add .'?\n"
4915 msgstr "'git add .' 명령을 실행하려고 한 것 아니었습니까?\n"
4916
4883 -#: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4884 -#: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4885 -#: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4886 -#: builtin/submodule--helper.c:243
4917 +#: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
4918 +#: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
4919 +#: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
4920 +#: builtin/rm.c:271 builtin/submodule--helper.c:311
4921 msgid "index file corrupt"
4922 msgstr "인덱스 파일이 손상되었습니다"
4923
@@ -4894,7 +4928,7 @@ msgstr "작성자 스크립트를 파싱할 수 없습니다"
4928 #: builtin/am.c:498
4929 #, c-format
4930 msgid "'%s' was deleted by the applypatch-msg hook"
4897 -msgstr "applypatch-msg 훅 때문에 '%s'이(가) 삭제되었습니다."
4931 +msgstr "applypatch-msg 후크 때문에 '%s'이(가) 삭제되었습니다."
4932
4933 #: builtin/am.c:539
4934 #, c-format
@@ -4910,83 +4944,83 @@ msgstr "'%s'에서 '%s'(으)로 노트를 복사하는데 실패했습니다"
4944 msgid "fseek failed"
4945 msgstr "fseek 실패"
4946
4913 -#: builtin/am.c:786
4947 +#: builtin/am.c:790
4948 #, c-format
4949 msgid "could not parse patch '%s'"
4950 msgstr "'%s' 패치를 파싱할 수 없습니다"
4951
4918 -#: builtin/am.c:851
4952 +#: builtin/am.c:855
4953 msgid "Only one StGIT patch series can be applied at once"
4954 msgstr "한번에 하나의 StGIT 패치 시리즈만 적용할 수 있습니다"
4955
4922 -#: builtin/am.c:899
4956 +#: builtin/am.c:903
4957 msgid "invalid timestamp"
4958 msgstr "시각이 잘못되었습니다"
4959
4926 -#: builtin/am.c:904 builtin/am.c:916
4960 +#: builtin/am.c:908 builtin/am.c:920
4961 msgid "invalid Date line"
4962 msgstr "Date 줄이 잘못되었습니다"
4963
4930 -#: builtin/am.c:911
4964 +#: builtin/am.c:915
4965 msgid "invalid timezone offset"
4966 msgstr "시간대 오프셋이 잘못되었습니다"
4967
4934 -#: builtin/am.c:1004
4968 +#: builtin/am.c:1008
4969 msgid "Patch format detection failed."
4970 msgstr "패치 형식 검색이 실패했습니다."
4971
4938 -#: builtin/am.c:1009 builtin/clone.c:402
4972 +#: builtin/am.c:1013 builtin/clone.c:402
4973 #, c-format
4974 msgid "failed to create directory '%s'"
4975 msgstr "'%s' 디렉터리 만들기가 실패했습니다"
4976
4943 -#: builtin/am.c:1013
4977 +#: builtin/am.c:1017
4978 msgid "Failed to split patches."
4979 msgstr "패치를 쪼개는데 실패했습니다."
4980
4947 -#: builtin/am.c:1142 builtin/commit.c:376
4981 +#: builtin/am.c:1146 builtin/commit.c:376
4982 msgid "unable to write index file"
4983 msgstr "인덱스 파일을 쓸 수 없습니다"
4984
4951 -#: builtin/am.c:1193
4985 +#: builtin/am.c:1160
4986 #, c-format
4987 msgid "When you have resolved this problem, run \"%s --continue\"."
4988 msgstr "이 문제를 해결했을 때 \"%s --continue\"를 실행하십시오."
4989
4956 -#: builtin/am.c:1194
4990 +#: builtin/am.c:1161
4991 #, c-format
4992 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4993 msgstr "이 패치를 건너뛰려면, 그 대신 \"%s --skip\"을 실행하십시오."
4994
4961 -#: builtin/am.c:1195
4995 +#: builtin/am.c:1162
4996 #, c-format
4997 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4998 msgstr ""
4999 "원래 브랜치를 복구하고 패치 적용을 중지하려면 \"%s --abort\"를 실행하십시오."
5000
4967 -#: builtin/am.c:1302
5001 +#: builtin/am.c:1269
5002 msgid "Patch is empty."
5003 msgstr "패치가 비어 있습니다."
5004
4971 -#: builtin/am.c:1368
5005 +#: builtin/am.c:1335
5006 #, c-format
5007 msgid "invalid ident line: %.*s"
5008 msgstr "잘못된 신원 줄: %.*s"
5009
4976 -#: builtin/am.c:1390
5010 +#: builtin/am.c:1357
5011 #, c-format
5012 msgid "unable to parse commit %s"
5013 msgstr "%s 커밋을 파싱할 수 없습니다"
5014
4981 -#: builtin/am.c:1584
5015 +#: builtin/am.c:1550
5016 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5017 msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
5018
4985 -#: builtin/am.c:1586
5019 +#: builtin/am.c:1552
5020 msgid "Using index info to reconstruct a base tree..."
5021 msgstr "인덱스 정보를 사용해 기본 트리를 다시 만듭니다..."
5022
4989 -#: builtin/am.c:1605
5023 +#: builtin/am.c:1571
5024 msgid ""
5025 "Did you hand edit your patch?\n"
5026 "It does not apply to blobs recorded in its index."
@@ -4994,38 +5028,38 @@ msgstr ""
5028 "패치를 직접 편집하셨습니까?\n"
5029 "이 패치는 인덱스에 기록된 블롭에는 적용되지 않습니다."
5030
4997 -#: builtin/am.c:1611
5031 +#: builtin/am.c:1577
5032 msgid "Falling back to patching base and 3-way merge..."
5033 msgstr "베이스 패치 적용 및 3-방향 병합으로 대신합니다..."
5034
5001 -#: builtin/am.c:1636
5035 +#: builtin/am.c:1602
5036 msgid "Failed to merge in the changes."
5037 msgstr "변경 사항에서 병합하는데 실패했습니다."
5038
5005 -#: builtin/am.c:1660 builtin/merge.c:641
5039 +#: builtin/am.c:1626 builtin/merge.c:642
5040 msgid "git write-tree failed to write a tree"
5041 msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
5042
5009 -#: builtin/am.c:1667
5043 +#: builtin/am.c:1633
5044 msgid "applying to an empty history"
5045 msgstr "빈 커밋 내역에 대해 적용합니다"
5046
5013 -#: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
5014 -#: builtin/merge.c:849
5047 +#: builtin/am.c:1646 builtin/commit.c:1798 builtin/merge.c:825
5048 +#: builtin/merge.c:850
5049 msgid "failed to write commit object"
5050 msgstr "커밋 오브젝트를 쓰는데 실패했습니다"
5051
5018 -#: builtin/am.c:1713 builtin/am.c:1717
5052 +#: builtin/am.c:1679 builtin/am.c:1683
5053 #, c-format
5054 msgid "cannot resume: %s does not exist."
5055 msgstr "다시 시작할 수 없습니다: %s이(가) 없습니다."
5056
5023 -#: builtin/am.c:1733
5057 +#: builtin/am.c:1699
5058 msgid "cannot be interactive without stdin connected to a terminal."
5059 msgstr ""
5060 "터미널에 표준 입력이 연결되지 않은 상태에서 대화형으로 실행할 수 없습니다."
5061
5028 -#: builtin/am.c:1738
5062 +#: builtin/am.c:1704
5063 msgid "Commit Body is:"
5064 msgstr "커밋 본문은:"
5065
@@ -5033,35 +5067,35 @@ msgstr "커밋 본문은:"
5067 #. in your translation. The program will only accept English
5068 #. input at this point.
5069 #.
5036 -#: builtin/am.c:1748
5070 +#: builtin/am.c:1714
5071 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5072 msgstr "적용? 예[y]/아니오[n]/편집[e]/패치 보기[v]/모두 적용[a]: "
5073
5040 -#: builtin/am.c:1798
5074 +#: builtin/am.c:1764
5075 #, c-format
5076 msgid "Dirty index: cannot apply patches (dirty: %s)"
5077 msgstr "변경된 인덱스: 패치를 적용할 수 없습니다 (dirty: %s)"
5078
5045 -#: builtin/am.c:1838 builtin/am.c:1910
5079 +#: builtin/am.c:1804 builtin/am.c:1876
5080 #, c-format
5081 msgid "Applying: %.*s"
5082 msgstr "적용하는 중: %.*s"
5083
5050 -#: builtin/am.c:1854
5084 +#: builtin/am.c:1820
5085 msgid "No changes -- Patch already applied."
5086 msgstr "변경 사항 없음 -- 패치가 이미 적용되었습니다."
5087
5054 -#: builtin/am.c:1862
5088 +#: builtin/am.c:1828
5089 #, c-format
5090 msgid "Patch failed at %s %.*s"
5091 msgstr "패치가 %s %.*s 위치에서 실패했습니다"
5092
5059 -#: builtin/am.c:1868
5093 +#: builtin/am.c:1834
5094 #, c-format
5095 msgid "The copy of the patch that failed is found in: %s"
5096 msgstr "실패한 패치의 복사본이 다음 위치에 있습니다: %s"
5097
5064 -#: builtin/am.c:1913
5098 +#: builtin/am.c:1879
5099 msgid ""
5100 "No changes - did you forget to use 'git add'?\n"
5101 "If there is nothing left to stage, chances are that something else\n"
@@ -5071,7 +5105,7 @@ msgstr ""
5105 "커밋으로 표시할 사항이 남아 있지 않으면, 이미 같은 패치에서 적용된\n"
5106 "경우일 수도 있습니다. 그런 경우에는 이 패치를 건너뛰면 됩니다."
5107
5074 -#: builtin/am.c:1920
5108 +#: builtin/am.c:1886
5109 msgid ""
5110 "You still have unmerged paths in your index.\n"
5111 "You should 'git add' each file with resolved conflicts to mark them as "
@@ -5082,17 +5116,17 @@ msgstr ""
5116 "충돌을 해결한 파일을 'git add'해서 해결했다고 표시해야 합니다.\n"
5117 "파일의 \"저 쪽에서 삭제\"를 받아들이려면 `git rm`을 실행하십시오."
5118
5085 -#: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
5119 +#: builtin/am.c:1993 builtin/am.c:1997 builtin/am.c:2009 builtin/reset.c:332
5120 #: builtin/reset.c:340
5121 #, c-format
5122 msgid "Could not parse object '%s'."
5123 msgstr "'%s' 오브젝트를 파싱할 수 없습니다."
5124
5091 -#: builtin/am.c:2081
5125 +#: builtin/am.c:2045
5126 msgid "failed to clean index"
5127 msgstr "인덱스 지우기에 실패했습니다"
5128
5095 -#: builtin/am.c:2116
5129 +#: builtin/am.c:2080
5130 msgid ""
5131 "You seem to have moved HEAD since the last 'am' failure.\n"
5132 "Not rewinding to ORIG_HEAD"
@@ -5100,136 +5134,136 @@ msgstr ""
5134 "마지막 'am' 실패 이후 HEAD를 옮긴 것 같습니다.\n"
5135 "ORIG_HEAD로 되돌리지 않습니다."
5136
5103 -#: builtin/am.c:2179
5137 +#: builtin/am.c:2143
5138 #, c-format
5139 msgid "Invalid value for --patch-format: %s"
5140 msgstr "--patch-format 옵션에 대해 잘못된 값: %s"
5141
5108 -#: builtin/am.c:2212
5142 +#: builtin/am.c:2176
5143 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5144 msgstr "git am [<옵션>] [(<mbox> | <Maildir>)...]"
5145
5112 -#: builtin/am.c:2213
5146 +#: builtin/am.c:2177
5147 msgid "git am [<options>] (--continue | --skip | --abort)"
5148 msgstr "git am [<옵션>] (--continue | --skip | --abort)"
5149
5116 -#: builtin/am.c:2219
5150 +#: builtin/am.c:2183
5151 msgid "run interactively"
5152 msgstr "대화형으로 실행합니다"
5153
5120 -#: builtin/am.c:2221
5154 +#: builtin/am.c:2185
5155 msgid "historical option -- no-op"
5156 msgstr "아무 동작도 하지 않습니다 (과거부터 있었던 옵션)"
5157
5124 -#: builtin/am.c:2223
5158 +#: builtin/am.c:2187
5159 msgid "allow fall back on 3way merging if needed"
5160 msgstr "필요하면 3-방향 병합으로 대신하도록 허용합니다"
5161
5128 -#: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
5162 +#: builtin/am.c:2188 builtin/init-db.c:484 builtin/prune-packed.c:57
5163 #: builtin/repack.c:180
5164 msgid "be quiet"
5165 msgstr "간략히 표시합니다"
5166
5133 -#: builtin/am.c:2226
5167 +#: builtin/am.c:2190
5168 msgid "add a Signed-off-by line to the commit message"
5169 msgstr "커밋 메시지에 Signed-off-by 줄을 남깁니다"
5170
5137 -#: builtin/am.c:2229
5171 +#: builtin/am.c:2193
5172 msgid "recode into utf8 (default)"
5173 msgstr "UTF-8 인코딩으로 변환합니다 (기본값)"
5174
5141 -#: builtin/am.c:2231
5175 +#: builtin/am.c:2195
5176 msgid "pass -k flag to git-mailinfo"
5177 msgstr "git-mailinfo에 -k 옵션을 씁니다"
5178
5145 -#: builtin/am.c:2233
5179 +#: builtin/am.c:2197
5180 msgid "pass -b flag to git-mailinfo"
5181 msgstr "git-mailinfo에 -b 옵션을 씁니다"
5182
5149 -#: builtin/am.c:2235
5183 +#: builtin/am.c:2199
5184 msgid "pass -m flag to git-mailinfo"
5185 msgstr "git-mailinfo에 -m 옵션을 씁니다"
5186
5153 -#: builtin/am.c:2237
5187 +#: builtin/am.c:2201
5188 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5189 msgstr "mbox 형식에 대해 git-mailsplit에 --keep-cr 옵션을 사용합니다"
5190
5157 -#: builtin/am.c:2240
5191 +#: builtin/am.c:2204
5192 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5193 msgstr ""
5194 "am.keepcr에 무관하게 git-mailsplit에 --keep-cr 옵션을 사용하지 않습니다."
5195
5162 -#: builtin/am.c:2243
5196 +#: builtin/am.c:2207
5197 msgid "strip everything before a scissors line"
5198 msgstr "절취선 앞의 모든 사항을 무시합니다"
5199
5166 -#: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
5167 -#: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
5168 -#: builtin/am.c:2272
5200 +#: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
5201 +#: builtin/am.c:2221 builtin/am.c:2224 builtin/am.c:2227 builtin/am.c:2230
5202 +#: builtin/am.c:2236
5203 msgid "pass it through git-apply"
5204 msgstr "git-apply에 넘깁니다"
5205
5172 -#: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
5173 -#: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
5206 +#: builtin/am.c:2226 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5207 +#: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
5208 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
5209 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
5210 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
5211 msgid "n"
5212 msgstr "n"
5213
5180 -#: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
5214 +#: builtin/am.c:2232 builtin/branch.c:629 builtin/for-each-ref.c:38
5215 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
5216 msgid "format"
5217 msgstr "형식"
5218
5185 -#: builtin/am.c:2269
5219 +#: builtin/am.c:2233
5220 msgid "format the patch(es) are in"
5221 msgstr "패치의 형식"
5222
5189 -#: builtin/am.c:2275
5223 +#: builtin/am.c:2239
5224 msgid "override error message when patch failure occurs"
5225 msgstr "패치 실패가 발생했을 때 오류 메시지 대신 사용합니다"
5226
5193 -#: builtin/am.c:2277
5227 +#: builtin/am.c:2241
5228 msgid "continue applying patches after resolving a conflict"
5229 msgstr "충돌을 해결한 다음 패치 적용을 계속합니다"
5230
5197 -#: builtin/am.c:2280
5231 +#: builtin/am.c:2244
5232 msgid "synonyms for --continue"
5233 msgstr "--continue 옵션과 동일"
5234
5201 -#: builtin/am.c:2283
5235 +#: builtin/am.c:2247
5236 msgid "skip the current patch"
5237 msgstr "현재 패치 건너뛰기"
5238
5205 -#: builtin/am.c:2286
5239 +#: builtin/am.c:2250
5240 msgid "restore the original branch and abort the patching operation."
5241 msgstr "원래 브랜치를 복구하고 패치 적용 작업을 중지합니다."
5242
5243 # NOTE: 옵션의 의미는 이게 맞다. 원문에서는 사용자가
5244 # --committer-date-is-author-date라는 옵션을 보고 의미를 알 수 있다고 가정하고 있다.
5211 -#: builtin/am.c:2290
5245 +#: builtin/am.c:2254
5246 msgid "lie about committer date"
5247 msgstr "커미터 시각을 작성자 시각으로 넣습니다"
5248
5215 -#: builtin/am.c:2292
5249 +#: builtin/am.c:2256
5250 msgid "use current timestamp for author date"
5251 msgstr "현재 시각을 작성자 시각으로 사용합니다"
5252
5219 -#: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
5220 -#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
5253 +#: builtin/am.c:2258 builtin/commit.c:1636 builtin/merge.c:236
5254 +#: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
5255 msgid "key-id"
5256 msgstr "키-ID"
5257
5224 -#: builtin/am.c:2295
5258 +#: builtin/am.c:2259
5259 msgid "GPG-sign commits"
5260 msgstr "GPG 서명 커밋"
5261
5228 -#: builtin/am.c:2298
5262 +#: builtin/am.c:2262
5263 msgid "(internal use for git-rebase)"
5264 msgstr "(git-rebase를 위한 내부 용도)"
5265
5232 -#: builtin/am.c:2316
5266 +#: builtin/am.c:2280
5267 msgid ""
5268 "The -b/--binary option has been a no-op for long time, and\n"
5269 "it will be removed. Please do not use it anymore."
@@ -5237,16 +5271,16 @@ msgstr ""
5271 "-b/--binary 옵션은 오랜 시간 동안 아무 동작도 하지 않았으므로, 이\n"
5272 "옵션은 제거될 예정입니다. 이제 사용하지 마십시오."
5273
5240 -#: builtin/am.c:2323
5274 +#: builtin/am.c:2287
5275 msgid "failed to read the index"
5276 msgstr "인덱스 읽기에 실패했습니다"
5277
5244 -#: builtin/am.c:2338
5278 +#: builtin/am.c:2302
5279 #, c-format
5280 msgid "previous rebase directory %s still exists but mbox given."
5281 msgstr "이전 리베이스 디렉터리 %s이(가) 아직 있고 mbox를 지정했습니다."
5282
5249 -#: builtin/am.c:2362
5283 +#: builtin/am.c:2326
5284 #, c-format
5285 msgid ""
5286 "Stray %s directory found.\n"
@@ -5255,7 +5289,7 @@ msgstr ""
5289 "벗어난 %s 디렉터리가 발견되었습니다.\n"
5290 "제거하려면 \"git am --abort\"를 사용하십시오."
5291
5258 -#: builtin/am.c:2368
5292 +#: builtin/am.c:2332
5293 msgid "Resolve operation not in progress, we are not resuming."
5294 msgstr "해소 작업이 진행 중입니다. 다시 시작하지 않습니다."
5295
@@ -5293,18 +5327,69 @@ msgstr "git archive: 프로토콜 오류"
5327 msgid "git archive: expected a flush"
5328 msgstr "git archive: 파일 끝을 예상함"
5329
5296 -#: builtin/bisect--helper.c:7
5330 +#: builtin/bisect--helper.c:12
5331 msgid "git bisect--helper --next-all [--no-checkout]"
5332 msgstr "git bisect--helper --next-all [--no-checkout]"
5333
5300 -#: builtin/bisect--helper.c:17
5334 +#: builtin/bisect--helper.c:13
5335 +msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5336 +msgstr "git bisect--helper --write-terms <비정상_용어> <정상_용어>"
5337 +
5338 +#: builtin/bisect--helper.c:14
5339 +msgid "git bisect--helper --bisect-clean-state"
5340 +msgstr "git bisect--helper --bisect-clean-state"
5341 +
5342 +#: builtin/bisect--helper.c:46
5343 +#, c-format
5344 +msgid "'%s' is not a valid term"
5345 +msgstr "'%s'은(는) 올바른 용어가 아닙니다."
5346 +
5347 +#: builtin/bisect--helper.c:50
5348 +#, c-format
5349 +msgid "can't use the builtin command '%s' as a term"
5350 +msgstr "내부 명령어 '%s'을(를) 용어로 사용할 수 없습니다"
5351 +
5352 +#: builtin/bisect--helper.c:60
5353 +#, c-format
5354 +msgid "can't change the meaning of the term '%s'"
5355 +msgstr "용어 '%s'의 의미를 바꿀 수 없습니다"
5356 +
5357 +#: builtin/bisect--helper.c:71
5358 +msgid "please use two different terms"
5359 +msgstr "두 다른 용어를 사용하십시오"
5360 +
5361 +#: builtin/bisect--helper.c:78
5362 +msgid "could not open the file BISECT_TERMS"
5363 +msgstr "BISECT_TERMS 파일을 열 수 없습니다"
5364 +
5365 +#: builtin/bisect--helper.c:120
5366 msgid "perform 'git bisect next'"
5367 msgstr "'git bisect next'를 수행합니다"
5368
5304 -#: builtin/bisect--helper.c:19
5369 +#: builtin/bisect--helper.c:122
5370 +msgid "write the terms to .git/BISECT_TERMS"
5371 +msgstr "용어를 .git/BISECT_TERMS에 씁니다"
5372 +
5373 +#: builtin/bisect--helper.c:124
5374 +msgid "cleanup the bisection state"
5375 +msgstr "이등분 상태를 정리합니다"
5376 +
5377 +#: builtin/bisect--helper.c:126
5378 +msgid "check for expected revs"
5379 +msgstr "예상된 리비전을 확인합니다"
5380 +
5381 +#: builtin/bisect--helper.c:128
5382 msgid "update BISECT_HEAD instead of checking out the current commit"
5383 msgstr "현재 커밋을 가져오는 대신 BISECT_HEAD를 업데이트합니다"
5384
5385 +#: builtin/bisect--helper.c:143
5386 +msgid "--write-terms requires two arguments"
5387 +msgstr "--write-terms 옵션은 두 인자가 필요합니다"
5388 +
5389 +#: builtin/bisect--helper.c:147
5390 +msgid "--bisect-clean-state requires no arguments"
5391 +msgstr "--bisect-clean-state 옵션은 인자가 필요하지 않습니다"
5392 +
5393 #: builtin/blame.c:27
5394 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5395 msgstr "git blame [<옵션>] [<리비전-옵션>] [<리비전>] [--] <파일>"
@@ -5561,51 +5646,51 @@ msgstr "%s 브랜치를 %s 위치에 리베이스합니다"
5646 msgid "Branch %s is being bisected at %s"
5647 msgstr "%s 브랜치를 %s 위치에서 bisect합니다"
5648
5564 -#: builtin/branch.c:470
5649 +#: builtin/branch.c:471
5650 msgid "cannot copy the current branch while not on any."
5651 msgstr "브랜치 위에 없으면서 현재 브랜치를 복사할 수 없습니다."
5652
5568 -#: builtin/branch.c:472
5653 +#: builtin/branch.c:473
5654 msgid "cannot rename the current branch while not on any."
5655 msgstr "브랜치 위에 없으면서 현재 브랜치 이름을 바꿀 수 없습니다."
5656
5572 -#: builtin/branch.c:483
5657 +#: builtin/branch.c:484
5658 #, c-format
5659 msgid "Invalid branch name: '%s'"
5660 msgstr "잘못된 브랜치 이름: '%s'"
5661
5577 -#: builtin/branch.c:504
5662 +#: builtin/branch.c:511
5663 msgid "Branch rename failed"
5664 msgstr "브랜치 이름 바꾸기 실패"
5665
5581 -#: builtin/branch.c:506
5666 +#: builtin/branch.c:513
5667 msgid "Branch copy failed"
5668 msgstr "브랜치 복사 실패"
5669
5585 -#: builtin/branch.c:510
5670 +#: builtin/branch.c:517
5671 #, c-format
5587 -msgid "Copied a misnamed branch '%s' away"
5588 -msgstr "이름이 잘못된 '%s' 브랜치를 복사합니다"
5672 +msgid "Created a copy of a misnamed branch '%s'"
5673 +msgstr "이름이 잘못된 '%s' 브랜치의 복사본을 만들었습니다"
5674
5590 -#: builtin/branch.c:513
5675 +#: builtin/branch.c:520
5676 #, c-format
5677 msgid "Renamed a misnamed branch '%s' away"
5678 msgstr "이름이 잘못된 '%s' 브랜치의 이름을 다르게 바꿉니다"
5679
5595 -#: builtin/branch.c:519
5680 +#: builtin/branch.c:526
5681 #, c-format
5682 msgid "Branch renamed to %s, but HEAD is not updated!"
5683 msgstr "브랜치 이름을 %s(으)로 바꾸지만, HEAD를 업데이트하지 않습니다!"
5684
5600 -#: builtin/branch.c:528
5685 +#: builtin/branch.c:535
5686 msgid "Branch is renamed, but update of config-file failed"
5687 msgstr "브랜치의 이름을 바꾸지만, config-file 업데이트가 실패했습니다"
5688
5604 -#: builtin/branch.c:530
5689 +#: builtin/branch.c:537
5690 msgid "Branch is copied, but update of config-file failed"
5691 msgstr "브랜치를 복사했지만, config-file 업데이트가 실패했습니다"
5692
5608 -#: builtin/branch.c:546
5693 +#: builtin/branch.c:553
5694 #, c-format
5695 msgid ""
5696 "Please edit the description for the branch\n"
@@ -5616,185 +5701,185 @@ msgstr ""
5701 " %s\n"
5702 "'%c' 문자로 시작하는 줄은 무시됩니다.\n"
5703
5619 -#: builtin/branch.c:579
5704 +#: builtin/branch.c:586
5705 msgid "Generic options"
5706 msgstr "일반 옵션"
5707
5708 # FIXME: give twice?
5624 -#: builtin/branch.c:581
5709 +#: builtin/branch.c:588
5710 msgid "show hash and subject, give twice for upstream branch"
5711 msgstr "해시와 제목을 표시하고, 업스트림 브랜치에 대한 위치를 표시합니다"
5712
5628 -#: builtin/branch.c:582
5713 +#: builtin/branch.c:589
5714 msgid "suppress informational messages"
5715 msgstr "여러가지 안내 메시지를 표시하지 않습니다"
5716
5632 -#: builtin/branch.c:583
5717 +#: builtin/branch.c:590
5718 msgid "set up tracking mode (see git-pull(1))"
5719 msgstr "추적 모드를 설정합니다 (git-pull(1) 참고)"
5720
5636 -#: builtin/branch.c:585
5721 +#: builtin/branch.c:592
5722 msgid "do not use"
5723 msgstr "사용하지 않습니다"
5724
5640 -#: builtin/branch.c:587
5725 +#: builtin/branch.c:594
5726 msgid "upstream"
5727 msgstr "업스트림"
5728
5644 -#: builtin/branch.c:587
5729 +#: builtin/branch.c:594
5730 msgid "change the upstream info"
5731 msgstr "업스트림 정보를 바꿉니다"
5732
5648 -#: builtin/branch.c:588
5733 +#: builtin/branch.c:595
5734 msgid "Unset the upstream info"
5735 msgstr "업스트림 정보를 해제합니다"
5736
5652 -#: builtin/branch.c:589
5737 +#: builtin/branch.c:596
5738 msgid "use colored output"
5739 msgstr "여러 색으로 출력합니다"
5740
5656 -#: builtin/branch.c:590
5741 +#: builtin/branch.c:597
5742 msgid "act on remote-tracking branches"
5743 msgstr "리모트 추적 브랜치에 대해 동작합니다"
5744
5660 -#: builtin/branch.c:592 builtin/branch.c:594
5745 +#: builtin/branch.c:599 builtin/branch.c:601
5746 msgid "print only branches that contain the commit"
5747 msgstr "커밋이 있는 브랜치만 표시합니다"
5748
5664 -#: builtin/branch.c:593 builtin/branch.c:595
5749 +#: builtin/branch.c:600 builtin/branch.c:602
5750 msgid "print only branches that don't contain the commit"
5751 msgstr "커밋이 들어있지 않은 브랜치만 표시합니다"
5752
5668 -#: builtin/branch.c:598
5753 +#: builtin/branch.c:605
5754 msgid "Specific git-branch actions:"
5755 msgstr "특정 git-branch 동작:"
5756
5672 -#: builtin/branch.c:599
5757 +#: builtin/branch.c:606
5758 msgid "list both remote-tracking and local branches"
5759 msgstr "리모트와 로컬의 브랜치 목록을 모두 표시합니다"
5760
5676 -#: builtin/branch.c:601
5761 +#: builtin/branch.c:608
5762 msgid "delete fully merged branch"
5763 msgstr "완전히 병합된 브랜치를 삭제합니다"
5764
5680 -#: builtin/branch.c:602
5765 +#: builtin/branch.c:609
5766 msgid "delete branch (even if not merged)"
5767 msgstr "브랜치를 삭제합니다 (병합되지 않았더라도)"
5768
5684 -#: builtin/branch.c:603
5769 +#: builtin/branch.c:610
5770 msgid "move/rename a branch and its reflog"
5771 msgstr "브랜치와 그 reflog를 옮기거나 이름을 바꿉니다"
5772
5688 -#: builtin/branch.c:604
5773 +#: builtin/branch.c:611
5774 msgid "move/rename a branch, even if target exists"
5775 msgstr "대상이 이미 있더라도 브랜치를 옮기거나 이름을 바꿉니다"
5776
5692 -#: builtin/branch.c:605
5777 +#: builtin/branch.c:612
5778 msgid "copy a branch and its reflog"
5779 msgstr "브랜치와 그 reflog를 복사합니다"
5780
5696 -#: builtin/branch.c:606
5781 +#: builtin/branch.c:613
5782 msgid "copy a branch, even if target exists"
5783 msgstr "대상이 이미 있더라도 브랜치를 복사합니다"
5784
5700 -#: builtin/branch.c:607
5785 +#: builtin/branch.c:614
5786 msgid "list branch names"
5787 msgstr "브랜치 이름 목록을 표시합니다"
5788
5704 -#: builtin/branch.c:608
5789 +#: builtin/branch.c:615
5790 msgid "create the branch's reflog"
5791 msgstr "브랜치의 reflog를 만듭니다"
5792
5708 -#: builtin/branch.c:610
5793 +#: builtin/branch.c:617
5794 msgid "edit the description for the branch"
5795 msgstr "브랜치의 설명을 편집합니다"
5796
5712 -#: builtin/branch.c:611
5797 +#: builtin/branch.c:618
5798 msgid "force creation, move/rename, deletion"
5799 msgstr "강제로 만들고, 옮기거나 이름을 바꾸고, 삭제합니다"
5800
5716 -#: builtin/branch.c:612
5801 +#: builtin/branch.c:619
5802 msgid "print only branches that are merged"
5803 msgstr "병합되는 브랜치만 표시합니다"
5804
5720 -#: builtin/branch.c:613
5805 +#: builtin/branch.c:620
5806 msgid "print only branches that are not merged"
5807 msgstr "병합되지 않는 브랜치만 표시합니다"
5808
5724 -#: builtin/branch.c:614
5809 +#: builtin/branch.c:621
5810 msgid "list branches in columns"
5811 msgstr "목록을 여러 열로 표시합니다"
5812
5728 -#: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5813 +#: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
5814 msgid "key"
5815 msgstr "키"
5816
5732 -#: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5817 +#: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
5818 msgid "field name to sort on"
5819 msgstr "정렬한 기준이 되는 필드 이름"
5820
5736 -#: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5821 +#: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5822 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5823 #: builtin/tag.c:408
5824 msgid "object"
5825 msgstr "오브젝트"
5826
5742 -#: builtin/branch.c:619
5827 +#: builtin/branch.c:626
5828 msgid "print only branches of the object"
5829 msgstr "해당 오브젝트의 브랜치만 표시합니다"
5830
5746 -#: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5831 +#: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
5832 msgid "sorting and filtering are case insensitive"
5833 msgstr "정렬과 필터링은 대소문자를 구분하지 않습니다"
5834
5750 -#: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5835 +#: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
5836 #: builtin/verify-tag.c:39
5837 msgid "format to use for the output"
5838 msgstr "출력에 사용할 형식"
5839
5755 -#: builtin/branch.c:645 builtin/clone.c:729
5840 +#: builtin/branch.c:652 builtin/clone.c:730
5841 msgid "HEAD not found below refs/heads!"
5842 msgstr "레퍼런스/헤드 아래에 HEAD가 없습니다!"
5843
5759 -#: builtin/branch.c:668
5844 +#: builtin/branch.c:675
5845 msgid "--column and --verbose are incompatible"
5846 msgstr "--column 및 --verbose 옵션은 호환되지 않습니다"
5847
5763 -#: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5848 +#: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5849 msgid "branch name required"
5850 msgstr "브랜치 이름이 필요합니다"
5851
5767 -#: builtin/branch.c:708
5852 +#: builtin/branch.c:718
5853 msgid "Cannot give description to detached HEAD"
5854 msgstr "분리된 HEAD에 대한 설명을 부여할 수 없습니다"
5855
5771 -#: builtin/branch.c:713
5856 +#: builtin/branch.c:723
5857 msgid "cannot edit description of more than one branch"
5858 msgstr "여러 브랜치에 대한 설명을 편집할 수 없습니다"
5859
5775 -#: builtin/branch.c:720
5860 +#: builtin/branch.c:730
5861 #, c-format
5862 msgid "No commit on branch '%s' yet."
5863 msgstr "아직 '%s' 브랜치에 커밋이 없습니다."
5864
5780 -#: builtin/branch.c:723
5865 +#: builtin/branch.c:733
5866 #, c-format
5867 msgid "No branch named '%s'."
5868 msgstr "이름이 '%s'인 브랜치가 없습니다."
5869
5785 -#: builtin/branch.c:738
5870 +#: builtin/branch.c:748
5871 msgid "too many branches for a copy operation"
5872 msgstr "복사 작업에 대해 브랜치가 너무 많습니다"
5873
5789 -#: builtin/branch.c:747
5874 +#: builtin/branch.c:757
5875 msgid "too many arguments for a rename operation"
5876 msgstr "이름 바꾸기 작업에 대해 인자가 너무 많습니다"
5877
5793 -#: builtin/branch.c:752
5878 +#: builtin/branch.c:762
5879 msgid "too many arguments to set new upstream"
5880 msgstr "새 업스트림을 설정하는데 인자가 너무 많습니다"
5881
5797 -#: builtin/branch.c:756
5882 +#: builtin/branch.c:766
5883 #, c-format
5884 msgid ""
5885 "could not set upstream of HEAD to %s when it does not point to any branch."
@@ -5802,45 +5887,43 @@ msgstr ""
5887 "HEAD의 업스트림을 %s(으)로 설정할 수 없습니다. 어떤 브랜치도 가리키지 않습니"
5888 "다."
5889
5805 -#: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5890 +#: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5891 #, c-format
5892 msgid "no such branch '%s'"
5893 msgstr "그런 브랜치가 ('%s') 없습니다"
5894
5810 -#: builtin/branch.c:763
5895 +#: builtin/branch.c:773
5896 #, c-format
5897 msgid "branch '%s' does not exist"
5898 msgstr "'%s' 브랜치가 없습니다"
5899
5815 -#: builtin/branch.c:775
5900 +#: builtin/branch.c:785
5901 msgid "too many arguments to unset upstream"
5902 msgstr "업스트림 설정을 해제하는데 인자가 너무 많습니다"
5903
5819 -#: builtin/branch.c:779
5904 +#: builtin/branch.c:789

This file is too large to show in full.