Raw
Large file — syntax highlighting disabled.
1 # Git Korean translation
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@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 # Seoyeon Kwon <syeon0204@gmail.com>, 2025.
11 #
12 # - 작업자는 위 Contributors 목록에 추가해 주세요.
13 # - 번역하면서 80컬럼을 넘어가지 않도록 해 주세요.
14 # - 가능한한 원문이 1줄이면 1줄에 들어가게 하고, 부득이하면 경우에 따라
15 # 알맞게 줄바꿈합니다. (커맨드라인이면 줄바꿈하고 다음 줄에 탭 2개)
16 # - 용어는 일관성을 지켜 주십시오.
17 # - 용어가 바뀌어야 한다고 생각하면 그렇게 번역하기 전에 충분히 의견 교환을
18 # 하십시오.
19 # - 일반적인 문장에서 영어 단어를 그대로 쓰지 않습니다. 최소한 음역합니다.
20 # - 예외적으로 명령어 등 문자 그대로 가리키는 경우에만 원문 그대로 씁니다.
21 # - 예: 업스트림 추적에 'origin' 대신 <이름>을 사용합니다
22 # - 번역된 용어가 깃 명령어와 연관되는 경우에는 괄호 안에 씁니다.
23 # - 예: 되돌리기(revert)가 진행 중입니다
24 # - 용어:
25 # +--------------+----------------------------------------------+
26 # | 3-way merge | 3-방향 병합 |
27 # | author | 작성자 |
28 # | bisect | 이등분 |
29 # | blob | 블롭 |
30 # | bundle | 번들 |
31 # | branch | 브랜치 |
32 # | cherry-pick | (커밋) 빼오기 |
33 # | commit | 커밋 |
34 # | commit-ish | 커밋-따위 |
35 # | committer | 커미터 |
36 # | conflict | 충돌 |
37 # | fast-forward | 정방향 진행 |
38 # | fsmonitor | 파일 시스템 모니터 |
39 # | Git | 깃 |
40 # | graft | 그래프트 |
41 # | head | 헤드 |
42 # | hook | 후크 |
43 # | history | (커밋) 내역 |
44 # | log | 기록 |
45 # | merge | 병합 |
46 # | note | 노트 |
47 # | octopus | 옥토퍼스 (병합 전략) |
48 # | pack | 묶음 |
49 # | pathspec | 경로명세 |
50 # | promisor | 프라미서 |
51 # | rebase | 리베이스 |
52 # | ref | 레퍼런스 |
53 # | repo | 저장소 |
54 # | remote | 리모트 (저장소) |
55 # | reset | 재지정 |
56 # | revert | 되돌리기 |
57 # | subcommand | 하위 명령 |
58 # | submodule | 하위 모듈 |
59 # | tree-ish | 트리-따위 |
60 # | work tree | 작업 폴더 |
61 # | working tree | 작업 폴더 |
62 # +--------------+----------------------------------------------+
63 #
64 msgid ""
65 msgstr ""
66 "Project-Id-Version: git\n"
67 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
68 "POT-Creation-Date: 2018-06-16 22:06+0800\n"
69 "PO-Revision-Date: 2018-06-19 02:00+0900\n"
70 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
71 "Language-Team: Git Korean translation <http://github.com/changwoo/git-l10n-"
72 "ko>\n"
73 "Language: ko\n"
74 "MIME-Version: 1.0\n"
75 "Content-Type: text/plain; charset=UTF-8\n"
76 "Content-Transfer-Encoding: 8bit\n"
77 "Plural-Forms: nplurals=1; plural=0;\n"
78 "X-Generator: Poedit 2.0.6\n"
79
80 #: advice.c:92
81 #, c-format
82 msgid "%shint: %.*s%s\n"
83 msgstr "%s힌트: %.*s%s\n"
84
85 #: advice.c:137
86 msgid "Cherry-picking is not possible because you have unmerged files."
87 msgstr "병합하지 않은 파일이 있으므로, 커밋 빼오기를 할 수 없습니다."
88
89 #: advice.c:139
90 msgid "Committing is not possible because you have unmerged files."
91 msgstr "병합하지 않은 파일이 있으므로, 커밋할 수 없습니다."
92
93 #: advice.c:141
94 msgid "Merging is not possible because you have unmerged files."
95 msgstr "병합하지 않은 파일이 있으므로, 병합할 수 없습니다."
96
97 #: advice.c:143
98 msgid "Pulling is not possible because you have unmerged files."
99 msgstr "병합하지 않은 파일이 있으므로, 풀을 할 수 없습니다."
100
101 #: advice.c:145
102 msgid "Reverting is not possible because you have unmerged files."
103 msgstr "병합하지 않은 파일이 있으므로, 되돌리기를 할 수 없습니다."
104
105 #: advice.c:147
106 #, c-format
107 msgid "It is not possible to %s because you have unmerged files."
108 msgstr "병합하지 않은 파일이 있으므로, %s 할 수 없습니다."
109
110 #: advice.c:155
111 msgid ""
112 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
113 "as appropriate to mark resolution and make a commit."
114 msgstr ""
115 "작업 폴더에서 문제를 바로잡은 다음, 'git add/rm <파일>'을 적절히\n"
116 "사용해 해결 표시하고 커밋하십시오."
117
118 #: advice.c:163
119 msgid "Exiting because of an unresolved conflict."
120 msgstr "해결하지 못한 충돌 때문에 끝납니다."
121
122 #: advice.c:168 builtin/merge.c:1250
123 msgid "You have not concluded your merge (MERGE_HEAD exists)."
124 msgstr "병합 작업을 다 마치지 않았습니다 (MERGE_HEAD 파일이 있습니다)."
125
126 #: advice.c:170
127 msgid "Please, commit your changes before merging."
128 msgstr "병합하기 전에 변경 사항을 커밋하십시오."
129
130 #: advice.c:171
131 msgid "Exiting because of unfinished merge."
132 msgstr "병합을 마치지 못했기 때문에 끝납니다."
133
134 #: advice.c:177
135 #, c-format
136 msgid ""
137 "Note: checking out '%s'.\n"
138 "\n"
139 "You are in 'detached HEAD' state. You can look around, make experimental\n"
140 "changes and commit them, and you can discard any commits you make in this\n"
141 "state without impacting any branches by performing another checkout.\n"
142 "\n"
143 "If you want to create a new branch to retain commits you create, you may\n"
144 "do so (now or later) by using -b with the checkout command again. Example:\n"
145 "\n"
146 " git checkout -b <new-branch-name>\n"
147 "\n"
148 msgstr ""
149 "주의: '%s' 체크아웃하기.\n"
150 "\n"
151 "지금 'HEAD가 분리된' 상태입니다. 이 상태에서는 여기저기 돌아보고,\n"
152 "실험적으로 바꾸고 커밋하더라도, 체크아웃할 수 있는 다른 브랜치에\n"
153 "영향을 미치지 않고 변경 사항을 잃어버릴 수 있습니다.\n"
154 "\n"
155 "커밋을 유지하는 브랜치를 새로 만드려면, (지금이든 나중이든) 체크아웃\n"
156 "명령을 다시 하면서 -b 옵션을 사용하면 됩니다. 예를 들어:\n"
157 "\n"
158 " git checkout -b <새-브랜치-이름>\n"
159 "\n"
160
161 #: apply.c:58
162 #, c-format
163 msgid "unrecognized whitespace option '%s'"
164 msgstr "알 수 없는 공백 옵션 '%s'"
165
166 #: apply.c:74
167 #, c-format
168 msgid "unrecognized whitespace ignore option '%s'"
169 msgstr "알 수 없는 공백 무시 옵션 '%s'"
170
171 #: apply.c:122
172 msgid "--reject and --3way cannot be used together."
173 msgstr "--reject 및 --3way 옵션은 같이 쓸 수 없습니다."
174
175 #: apply.c:124
176 msgid "--cached and --3way cannot be used together."
177 msgstr "--cached 및 --3way 옵션은 같이 쓸 수 없습니다."
178
179 #: apply.c:127
180 msgid "--3way outside a repository"
181 msgstr "저장소 밖에서 --3way 옵션 사용"
182
183 #: apply.c:138
184 msgid "--index outside a repository"
185 msgstr "저장소 밖에서 --index 옵션 사용"
186
187 #: apply.c:141
188 msgid "--cached outside a repository"
189 msgstr "저장소 밖에서 --cached 옵션 사용"
190
191 #: apply.c:821
192 #, c-format
193 msgid "Cannot prepare timestamp regexp %s"
194 msgstr "타임스탬프 정규식을 준비할 수 없습니다 (%s)"
195
196 #: apply.c:830
197 #, c-format
198 msgid "regexec returned %d for input: %s"
199 msgstr "regexec()에서 다음 입력에 대해 %d번을 리턴했습니다: %s"
200
201 #: apply.c:904
202 #, c-format
203 msgid "unable to find filename in patch at line %d"
204 msgstr "패치의 %d번 줄에 파일 이름을 찾을 수 없습니다"
205
206 #: apply.c:942
207 #, c-format
208 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
209 msgstr ""
210 "git apply: 잘못된 git-diff - %2$d번 줄에서 /dev/null을 기대했지만, '%1$s'이"
211 "(가) 왔습니다"
212
213 #: apply.c:948
214 #, c-format
215 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
216 msgstr ""
217 "git apply: 잘못된 git-diff - %d번 줄에 새 파일 이름이 올바르지 않습니다"
218
219 #: apply.c:949
220 #, c-format
221 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
222 msgstr ""
223 "git apply: 잘못된 git-diff - %d번 줄에 예전 파일 이름이 올바르지 않습니다"
224
225 #: apply.c:954
226 #, c-format
227 msgid "git apply: bad git-diff - expected /dev/null on line %d"
228 msgstr "git apply: 잘못된 git-diff - %d번 줄에서 /dev/null을 기대했습니다"
229
230 #: apply.c:983
231 #, c-format
232 msgid "invalid mode on line %d: %s"
233 msgstr "%d번 줄에 잘못된 모드: %s"
234
235 #: apply.c:1301
236 #, c-format
237 msgid "inconsistent header lines %d and %d"
238 msgstr "일관성 없는 헤더 줄 %d번 및 %d번"
239
240 #: apply.c:1473
241 #, c-format
242 msgid "recount: unexpected line: %.*s"
243 msgstr "recount: 예상치 못한 줄: %.*s"
244
245 #: apply.c:1542
246 #, c-format
247 msgid "patch fragment without header at line %d: %.*s"
248 msgstr "%d번 줄에 헤더 없는 패치 부분: %.*s"
249
250 #: apply.c:1562
251 #, c-format
252 msgid ""
253 "git diff header lacks filename information when removing %d leading pathname "
254 "component (line %d)"
255 msgid_plural ""
256 "git diff header lacks filename information when removing %d leading pathname "
257 "components (line %d)"
258 msgstr[0] ""
259 "경로 이름 부분에서 %d개를 제거라 때 git diff 헤더에 파일 이름 정보가 없습니"
260 "다. (%d번 줄)"
261
262 #: apply.c:1575
263 #, c-format
264 msgid "git diff header lacks filename information (line %d)"
265 msgstr "git diff 헤더에 파일 이름 정보가 없습니다 (%d번 줄)"
266
267 #: apply.c:1763
268 msgid "new file depends on old contents"
269 msgstr "새 파일이 예전 내용에 의존합니다"
270
271 #: apply.c:1765
272 msgid "deleted file still has contents"
273 msgstr "삭제한 파일에 아직 내용이 들어 있습니다"
274
275 #: apply.c:1799
276 #, c-format
277 msgid "corrupt patch at line %d"
278 msgstr "패치가 %d번 줄에서 망가졌습니다"
279
280 #: apply.c:1836
281 #, c-format
282 msgid "new file %s depends on old contents"
283 msgstr "새 파일 %s이(가) 예전 내용에 의존합니다"
284
285 #: apply.c:1838
286 #, c-format
287 msgid "deleted file %s still has contents"
288 msgstr "삭제한 파일 %s이(가) 아직 내용이 들어 있습니다"
289
290 #: apply.c:1841
291 #, c-format
292 msgid "** warning: file %s becomes empty but is not deleted"
293 msgstr "** 경고: %s 파일의 내용이 비어 있지만 삭제되지 않았습니다"
294
295 #: apply.c:1988
296 #, c-format
297 msgid "corrupt binary patch at line %d: %.*s"
298 msgstr "%d번 줄에 바이너리 패치가 손상되었습니다: %.*s"
299
300 #: apply.c:2025
301 #, c-format
302 msgid "unrecognized binary patch at line %d"
303 msgstr "%d번 줄에 바이너리 패치가 이해할 수 없습니다"
304
305 #: apply.c:2185
306 #, c-format
307 msgid "patch with only garbage at line %d"
308 msgstr "%d번 줄에 쓰레기 데이터만 있는 패치"
309
310 #: apply.c:2271
311 #, c-format
312 msgid "unable to read symlink %s"
313 msgstr "%s 심볼릭 링크를 읽을 수 없습니다"
314
315 #: apply.c:2275
316 #, c-format
317 msgid "unable to open or read %s"
318 msgstr "%s을(를) 열거나 읽을 수 없습니다"
319
320 #: apply.c:2934
321 #, c-format
322 msgid "invalid start of line: '%c'"
323 msgstr "줄 시작이 잘못됨: '%c'"
324
325 #: apply.c:3055
326 #, c-format
327 msgid "Hunk #%d succeeded at %d (offset %d line)."
328 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
329 msgstr[0] "패치 %d번 부분 %d번 줄에서 성공 (오프셋 %d번 줄)"
330
331 #: apply.c:3067
332 #, c-format
333 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
334 msgstr "컨텍스트가 (%ld/%ld)로 줄어듭니다. (%d번 줄에서 적용)"
335
336 #: apply.c:3073
337 #, c-format
338 msgid ""
339 "while searching for:\n"
340 "%.*s"
341 msgstr ""
342 "다음을 검색하던 중:\n"
343 "%.*s"
344
345 #: apply.c:3095
346 #, c-format
347 msgid "missing binary patch data for '%s'"
348 msgstr "'%s'에 대한 바이너리 패치 데이터가 없습니다"
349
350 #: apply.c:3103
351 #, c-format
352 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
353 msgstr ""
354 "반대 헝크가 없으면 '%s'에 대한 바이너리 패치를 반대로 적용할 수 없습니다"
355
356 #: apply.c:3149
357 #, c-format
358 msgid "cannot apply binary patch to '%s' without full index line"
359 msgstr ""
360 "전체 인덱스 라인이 없으면 '%s'에 대한 바이너리 패치를 적용할 수 없습니다"
361
362 #: apply.c:3159
363 #, c-format
364 msgid ""
365 "the patch applies to '%s' (%s), which does not match the current contents."
366 msgstr "패치가 '%s'(%s)에 적용되지만, 현재 내용과 일치하지 않습니다."
367
368 #: apply.c:3167
369 #, c-format
370 msgid "the patch applies to an empty '%s' but it is not empty"
371 msgstr "패치는 빈 '%s'에 적용되지만, 현재 비어 있지 않습니다"
372
373 #: apply.c:3185
374 #, c-format
375 msgid "the necessary postimage %s for '%s' cannot be read"
376 msgstr "'%2$s'에 대한 필요한 %1$s 포스트이미지를 읽을 수 없습니다"
377
378 #: apply.c:3198
379 #, c-format
380 msgid "binary patch does not apply to '%s'"
381 msgstr "바이너리 패치를 '%s'에 적용할 수 없습니다"
382
383 #: apply.c:3204
384 #, c-format
385 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
386 msgstr ""
387 "'%s'에 대한 바이너리 패치가 올바르지 않은 결과를 만듭니다. (기대한 값 %s, 실"
388 "제 %s)"
389
390 #: apply.c:3225
391 #, c-format
392 msgid "patch failed: %s:%ld"
393 msgstr "패치 실패: %s:%ld"
394
395 #: apply.c:3347
396 #, c-format
397 msgid "cannot checkout %s"
398 msgstr "%s을(를) 가져올 수 없습니다"
399
400 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:278
401 #, c-format
402 msgid "failed to read %s"
403 msgstr "%s을(를) 읽는데 실패했습니다"
404
405 #: apply.c:3404
406 #, c-format
407 msgid "reading from '%s' beyond a symbolic link"
408 msgstr "심볼릭 링크 뒤에 있는 '%s' 읽기"
409
410 #: apply.c:3433 apply.c:3673
411 #, c-format
412 msgid "path %s has been renamed/deleted"
413 msgstr "%s 경로가 이름이 바뀌었거나 삭제되었습니다"
414
415 #: apply.c:3516 apply.c:3687
416 #, c-format
417 msgid "%s: does not exist in index"
418 msgstr "%s: 인덱스에 없습니다"
419
420 #: apply.c:3525 apply.c:3695
421 #, c-format
422 msgid "%s: does not match index"
423 msgstr "%s: 인덱스와 맞지 않습니다"
424
425 #: apply.c:3560
426 msgid "repository lacks the necessary blob to fall back on 3-way merge."
427 msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
428
429 #: apply.c:3563
430 #, c-format
431 msgid "Falling back to three-way merge...\n"
432 msgstr "3-방향 병합으로 대신합니다...\n"
433
434 #: apply.c:3579 apply.c:3583
435 #, c-format
436 msgid "cannot read the current contents of '%s'"
437 msgstr "'%s'의 현재 내용을 읽을 수 없습니다"
438
439 #: apply.c:3595
440 #, c-format
441 msgid "Failed to fall back on three-way merge...\n"
442 msgstr "3-방향 병합으로 대신하는데 실패했습니다...\n"
443
444 #: apply.c:3609
445 #, c-format
446 msgid "Applied patch to '%s' with conflicts.\n"
447 msgstr "패치를 '%s'에 충돌이 있는 상태로 적용.\n"
448
449 #: apply.c:3614
450 #, c-format
451 msgid "Applied patch to '%s' cleanly.\n"
452 msgstr "패치를 '%s'에 패치 문제 없이 적용.\n"
453
454 #: apply.c:3640
455 msgid "removal patch leaves file contents"
456 msgstr "제거하는 패치 다음에 파일 내용이 남았습니다"
457
458 #: apply.c:3712
459 #, c-format
460 msgid "%s: wrong type"
461 msgstr "%s: 잘못된 종류"
462
463 #: apply.c:3714
464 #, c-format
465 msgid "%s has type %o, expected %o"
466 msgstr "%s의 종류가 %o이지만 %o이(가) 되어야 합니다"
467
468 #: apply.c:3864 apply.c:3866
469 #, c-format
470 msgid "invalid path '%s'"
471 msgstr "잘못된 경로 '%s'"
472
473 #: apply.c:3922
474 #, c-format
475 msgid "%s: already exists in index"
476 msgstr "%s: 이미 인덱스에 있습니다"
477
478 #: apply.c:3925
479 #, c-format
480 msgid "%s: already exists in working directory"
481 msgstr "%s: 이미 작업 디렉터리에 있습니다"
482
483 #: apply.c:3945
484 #, c-format
485 msgid "new mode (%o) of %s does not match old mode (%o)"
486 msgstr "%2$s의 새 모드(%1$o)가 예전 모드(%3$o)와 다릅니다"
487
488 #: apply.c:3950
489 #, c-format
490 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
491 msgstr "%2$s의 새 모드(%1$o)가 %4$s의 예전 모드(%3$o)와 다릅니다"
492
493 #: apply.c:3970
494 #, c-format
495 msgid "affected file '%s' is beyond a symbolic link"
496 msgstr "영향 받는 '%s' 파일이 심볼릭 링크 뒤에 있습니다"
497
498 #: apply.c:3974
499 #, c-format
500 msgid "%s: patch does not apply"
501 msgstr "%s: 패치를 적용하지 않습니다"
502
503 #: apply.c:3989
504 #, c-format
505 msgid "Checking patch %s..."
506 msgstr "%s 패치를 확인하는 중입니다..."
507
508 #: apply.c:4080
509 #, c-format
510 msgid "sha1 information is lacking or useless for submodule %s"
511 msgstr "sha1 정보가 없거나 %s 하위 모듈에서 쓸 수 없습니다"
512
513 #: apply.c:4087
514 #, c-format
515 msgid "mode change for %s, which is not in current HEAD"
516 msgstr "%s에 대한 모드 변경이지만, 현재 HEAD에 없습니다"
517
518 #: apply.c:4090
519 #, c-format
520 msgid "sha1 information is lacking or useless (%s)."
521 msgstr "sha1 정보가 없거나 쓸 수 없습니다 (%s)."
522
523 #: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
524 #, c-format
525 msgid "make_cache_entry failed for path '%s'"
526 msgstr "경로 '%s'에 대해 make_cache_entry 실패"
527
528 #: apply.c:4099
529 #, c-format
530 msgid "could not add %s to temporary index"
531 msgstr "임시 인덱스에 %s 항목을 추가할 수 없습니다"
532
533 #: apply.c:4109
534 #, c-format
535 msgid "could not write temporary index to %s"
536 msgstr "임시 인덱스를 %s에 쓸 수 없습니다"
537
538 #: apply.c:4247
539 #, c-format
540 msgid "unable to remove %s from index"
541 msgstr "인덱스에서 %s을(를) 제거할 수 없습니다"
542
543 #: apply.c:4282
544 #, c-format
545 msgid "corrupt patch for submodule %s"
546 msgstr "하위 모듈 %s에 대해 손상된 패치"
547
548 #: apply.c:4288
549 #, c-format
550 msgid "unable to stat newly created file '%s'"
551 msgstr "새로 만든 파일 '%s'에 대해 stat()할 수 없습니다"
552
553 #: apply.c:4296
554 #, c-format
555 msgid "unable to create backing store for newly created file %s"
556 msgstr "새로 만든 파일 '%s'에 대해 예비 저장소를 만들 수 없습니다"
557
558 #: apply.c:4302 apply.c:4446
559 #, c-format
560 msgid "unable to add cache entry for %s"
561 msgstr "%s에 대해 캐시 항목을 추가할 수 없습니다"
562
563 #: apply.c:4343
564 #, c-format
565 msgid "failed to write to '%s'"
566 msgstr "'%s'에 쓰는데 실패했습니다"
567
568 #: apply.c:4347
569 #, c-format
570 msgid "closing file '%s'"
571 msgstr "'%s' 파일을 닫는 중입니다"
572
573 #: apply.c:4417
574 #, c-format
575 msgid "unable to write file '%s' mode %o"
576 msgstr "'%s' 파일에 쓸 수 없습니다 ('%o' 모드)"
577
578 #: apply.c:4515
579 #, c-format
580 msgid "Applied patch %s cleanly."
581 msgstr "%s 패치 깔끔하게 적용."
582
583 #: apply.c:4523
584 msgid "internal error"
585 msgstr "내부 오류"
586
587 #: apply.c:4526
588 #, c-format
589 msgid "Applying patch %%s with %d reject..."
590 msgid_plural "Applying patch %%s with %d rejects..."
591 msgstr[0] "%%s 패치를 (%d개 거부) 적용..."
592
593 #: apply.c:4537
594 #, c-format
595 msgid "truncating .rej filename to %.*s.rej"
596 msgstr "truncating .rej 파일 이름을 '%.*s.rej'(으)로 자름"
597
598 #: apply.c:4545 builtin/fetch.c:786 builtin/fetch.c:1036
599 #, c-format
600 msgid "cannot open %s"
601 msgstr "%s을(를) 열 수 없습니다"
602
603 #: apply.c:4559
604 #, c-format
605 msgid "Hunk #%d applied cleanly."
606 msgstr "패치 부위 #%d 깔끔하게 적용."
607
608 #: apply.c:4563
609 #, c-format
610 msgid "Rejected hunk #%d."
611 msgstr "패치 부위 #%d 거부됨."
612
613 #: apply.c:4673
614 #, c-format
615 msgid "Skipped patch '%s'."
616 msgstr "패치 '%s' 건너뜀."
617
618 #: apply.c:4681
619 msgid "unrecognized input"
620 msgstr "인식할 수 없는 입력"
621
622 #: apply.c:4700
623 msgid "unable to read index file"
624 msgstr "인덱스 파일을 읽을 수 없습니다"
625
626 #: apply.c:4837
627 #, c-format
628 msgid "can't open patch '%s': %s"
629 msgstr "'%s' 패치를 열 수 없습니다: %s"
630
631 #: apply.c:4864
632 #, c-format
633 msgid "squelched %d whitespace error"
634 msgid_plural "squelched %d whitespace errors"
635 msgstr[0] "공백 오류 %d개를 넘어갑니다"
636
637 #: apply.c:4870 apply.c:4885
638 #, c-format
639 msgid "%d line adds whitespace errors."
640 msgid_plural "%d lines add whitespace errors."
641 msgstr[0] "%d번 줄에서 공백 오류를 추가합니다."
642
643 #: apply.c:4878
644 #, c-format
645 msgid "%d line applied after fixing whitespace errors."
646 msgid_plural "%d lines applied after fixing whitespace errors."
647 msgstr[0] "공백 오류를 바로잡은 뒤에 %d번 줄 적용."
648
649 #: apply.c:4894 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
650 msgid "Unable to write new index file"
651 msgstr "새 인덱스 파일에 쓸 수 없습니다"
652
653 #: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
654 #: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198
655 #: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210
656 #: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584
657 #: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807
658 #: git-add--interactive.perl:197
659 msgid "path"
660 msgstr "경로"
661
662 #: apply.c:4922
663 msgid "don't apply changes matching the given path"
664 msgstr "주어진 경로에 해당하는 변경 사항을 적용하지 않습니다"
665
666 #: apply.c:4925
667 msgid "apply changes matching the given path"
668 msgstr "주어진 경로에 해당하는 변경 사항을 적용합니다"
669
670 #: apply.c:4927 builtin/am.c:2263
671 msgid "num"
672 msgstr "개수"
673
674 #: apply.c:4928
675 msgid "remove <num> leading slashes from traditional diff paths"
676 msgstr "전통적인 diff 경로 앞의 <개수>개의 앞 슬래시(/)를 제거합니다"
677
678 #: apply.c:4931
679 msgid "ignore additions made by the patch"
680 msgstr "패치에서 추가하는 파일을 무시합니다"
681
682 #: apply.c:4933
683 msgid "instead of applying the patch, output diffstat for the input"
684 msgstr "패치를 적용하는 대신, 입력에 대한 diffstat을 출력합니다"
685
686 #: apply.c:4937
687 msgid "show number of added and deleted lines in decimal notation"
688 msgstr "십진수로 추가 및 삭제한 줄 수를 표시합니다"
689
690 #: apply.c:4939
691 msgid "instead of applying the patch, output a summary for the input"
692 msgstr "패치를 적용하는 대신, 입력에 대한 요약을 출력합니다"
693
694 #: apply.c:4941
695 msgid "instead of applying the patch, see if the patch is applicable"
696 msgstr "패치를 적용하는 대신, 패치를 적용 가능한지 확인합니다"
697
698 #: apply.c:4943
699 msgid "make sure the patch is applicable to the current index"
700 msgstr "현재 인덱스에서 패치가 적용 가능한지 확인합니다"
701
702 #: apply.c:4945
703 msgid "apply a patch without touching the working tree"
704 msgstr "작업 폴더를 바꾸지 않고 패치를 적용합니다"
705
706 #: apply.c:4947
707 msgid "accept a patch that touches outside the working area"
708 msgstr "작업 영역 밖의 파일을 바꾸는 패치를 허용합니다"
709
710 #: apply.c:4950
711 msgid "also apply the patch (use with --stat/--summary/--check)"
712 msgstr "그리고 패치도 적용합니다 (--stat/--summary/--check 옵션과 같이 사용)"
713
714 #: apply.c:4952
715 msgid "attempt three-way merge if a patch does not apply"
716 msgstr "패치를 적용하지 않으면 3-방향 병합을 시도합니다"
717
718 #: apply.c:4954
719 msgid "build a temporary index based on embedded index information"
720 msgstr "내장 인덱스 정보를 사용해 임시 인덱스를 만듭니다"
721
722 #: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
723 msgid "paths are separated with NUL character"
724 msgstr "경로를 NUL 문자로 구분합니다"
725
726 #: apply.c:4959
727 msgid "ensure at least <n> lines of context match"
728 msgstr "최소한 <n>줄이 컨텍스트와 일치하는지 확인합니다"
729
730 #: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
731 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
732 #: builtin/pack-objects.c:3177
733 msgid "action"
734 msgstr "동작"
735
736 #: apply.c:4961
737 msgid "detect new or modified lines that have whitespace errors"
738 msgstr "공백 오류가 있는 추가됐거나 수정된 줄을 찾습니다"
739
740 #: apply.c:4964 apply.c:4967
741 msgid "ignore changes in whitespace when finding context"
742 msgstr "컨텍스트를 찾을 때 공백 변경 사항을 무시합니다"
743
744 #: apply.c:4970
745 msgid "apply the patch in reverse"
746 msgstr "패치를 반대 순서로 적용합니다"
747
748 #: apply.c:4972
749 msgid "don't expect at least one line of context"
750 msgstr "최소한의 컨텍스트 한 줄도 없이 적용합니다"
751
752 #: apply.c:4974
753 msgid "leave the rejected hunks in corresponding *.rej files"
754 msgstr "거부된 패치 부분을 대응되는 *.rej 파일에 남겨둡니다"
755
756 #: apply.c:4976
757 msgid "allow overlapping hunks"
758 msgstr "패치 부분이 겹쳐도 허용합니다"
759
760 #: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21
761 #: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666
762 #: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124
763 msgid "be verbose"
764 msgstr "자세히 표시"
765
766 #: apply.c:4979
767 msgid "tolerate incorrectly detected missing new-line at the end of file"
768 msgstr "파일 끝에 줄바꿈이 빠졌음을 잘못 검색한 경우에 무시합니다"
769
770 #: apply.c:4982
771 msgid "do not trust the line counts in the hunk headers"
772 msgstr "패치 부분의 헤더의 줄 수를 신용하지 않습니다"
773
774 #: apply.c:4984 builtin/am.c:2251
775 msgid "root"
776 msgstr "최상위"
777
778 #: apply.c:4985
779 msgid "prepend <root> to all filenames"
780 msgstr "모든 파일 이름에 <최상위>를 앞에 붙입니다"
781
782 #: archive.c:13
783 msgid "git archive [<options>] <tree-ish> [<path>...]"
784 msgstr "git archive [<옵션>] <트리-따위> [<경로>...]"
785
786 #: archive.c:14
787 msgid "git archive --list"
788 msgstr "git archive --list"
789
790 #: archive.c:15
791 msgid ""
792 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
793 msgstr ""
794 "git archive --remote <저장소> [--exec <명령>] [<옵션>] <트리-따위> [<경로"
795 ">...]"
796
797 #: archive.c:16
798 msgid "git archive --remote <repo> [--exec <cmd>] --list"
799 msgstr "git archive --remote <저장소> [--exec <명령>] --list"
800
801 #: archive.c:351 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
802 #, c-format
803 msgid "pathspec '%s' did not match any files"
804 msgstr "'%s' 경로명세가 어떤 파일과도 일치하지 않습니다"
805
806 #: archive.c:434
807 msgid "fmt"
808 msgstr "형식"
809
810 #: archive.c:434
811 msgid "archive format"
812 msgstr "압축 형식"
813
814 #: archive.c:435 builtin/log.c:1462
815 msgid "prefix"
816 msgstr "접두어"
817
818 #: archive.c:436
819 msgid "prepend prefix to each pathname in the archive"
820 msgstr "아카이브의 각 경로 이름의 앞에 지정한 경로를 붙입니다"
821
822 #: archive.c:437 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127
823 #: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869
824 #: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
825 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119
826 #: parse-options.h:165
827 msgid "file"
828 msgstr "파일"
829
830 #: archive.c:438 builtin/archive.c:89
831 msgid "write the archive to this file"
832 msgstr "아카이브를 이 파일에 씁니다"
833
834 #: archive.c:440
835 msgid "read .gitattributes in working directory"
836 msgstr "작업 폴더의 .gitattributes를 읽습니다"
837
838 #: archive.c:441
839 msgid "report archived files on stderr"
840 msgstr "아카이브에 포함된 파일을 표준오류로 표시합니다"
841
842 #: archive.c:442
843 msgid "store only"
844 msgstr "저장만 하기"
845
846 #: archive.c:443
847 msgid "compress faster"
848 msgstr "더 빠르게 압축"
849
850 #: archive.c:451
851 msgid "compress better"
852 msgstr "더 작게 압축"
853
854 #: archive.c:454
855 msgid "list supported archive formats"
856 msgstr "지원하는 압축 형식의 목록을 표시합니다"
857
858 #: archive.c:456 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113
859 #: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
860 msgid "repo"
861 msgstr "저장소"
862
863 #: archive.c:457 builtin/archive.c:91
864 msgid "retrieve the archive from remote repository <repo>"
865 msgstr "원격 저장소 <저장소>에서 아카이브를 가져옵니다"
866
867 #: archive.c:458 builtin/archive.c:92 builtin/notes.c:489
868 msgid "command"
869 msgstr "명령"
870
871 #: archive.c:459 builtin/archive.c:93
872 msgid "path to the remote git-upload-archive command"
873 msgstr "원격 git-upload-archive 명령의 경로"
874
875 #: archive.c:466
876 msgid "Unexpected option --remote"
877 msgstr "예상치 못한 옵션 --remote"
878
879 #: archive.c:468
880 msgid "Option --exec can only be used together with --remote"
881 msgstr "--exec 옵션은 --remote 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
882
883 #: archive.c:470
884 msgid "Unexpected option --output"
885 msgstr "예상치 못한 옵션 --output"
886
887 #: archive.c:492
888 #, c-format
889 msgid "Unknown archive format '%s'"
890 msgstr "알 수 없는 아카이브 형식 '%s'"
891
892 #: archive.c:499
893 #, c-format
894 msgid "Argument not supported for format '%s': -%d"
895 msgstr "'%s' 형식에서는 지원하지 않는 인자: -%d"
896
897 #: attr.c:218
898 #, c-format
899 msgid "%.*s is not a valid attribute name"
900 msgstr "%.*s은(는) 올바른 속성 이름이 아닙니다"
901
902 #: attr.c:415
903 msgid ""
904 "Negative patterns are ignored in git attributes\n"
905 "Use '\\!' for literal leading exclamation."
906 msgstr ""
907 "git attributes에서 반대 패턴은 무시됩니다.\n"
908 "앞에 느낌표를 쓰려면 '\\!'를 사용하십시오."
909
910 #: bisect.c:461
911 #, c-format
912 msgid "Badly quoted content in file '%s': %s"
913 msgstr "'%s' 파일 안에 잘못된 따옴표가 붙은 내용: %s"
914
915 #: bisect.c:669
916 #, c-format
917 msgid "We cannot bisect more!\n"
918 msgstr "더 이상 이등분할 수 없습니다!\n"
919
920 #: bisect.c:723
921 #, c-format
922 msgid "Not a valid commit name %s"
923 msgstr "올바른 커밋 이름이 아닙니다 (%s)"
924
925 #: bisect.c:747
926 #, c-format
927 msgid ""
928 "The merge base %s is bad.\n"
929 "This means the bug has been fixed between %s and [%s].\n"
930 msgstr ""
931 "%s 병합 베이스가 비정상입니다.\n"
932 "버그가 %s 및 [%s] 사이에서 고쳐졌다는 뜻입니다.\n"
933
934 #: bisect.c:752
935 #, c-format
936 msgid ""
937 "The merge base %s is new.\n"
938 "The property has changed between %s and [%s].\n"
939 msgstr ""
940 "%s 병합 베이스가 새롭습니다.\n"
941 "속성이 %s 및 [%s] 사이에서 변경되었습니다.\n"
942
943 #: bisect.c:757
944 #, c-format
945 msgid ""
946 "The merge base %s is %s.\n"
947 "This means the first '%s' commit is between %s and [%s].\n"
948 msgstr ""
949 "%s 병합 베이스가 %s입니다.\n"
950 "처음 '%s' 커밋이 %s 및 [%s] 사이라는 뜻입니다.\n"
951
952 #: bisect.c:765
953 #, c-format
954 msgid ""
955 "Some %s revs are not ancestors of the %s rev.\n"
956 "git bisect cannot work properly in this case.\n"
957 "Maybe you mistook %s and %s revs?\n"
958 msgstr ""
959 "일부 %s 리비전이 %s 리비전의 과거 항목이 아닙니다.\n"
960 "git bisect 명령은 이 경우에는 올바르게 동작하지 않습니다.\n"
961 "%s 및 %s 리비전을 잘못 쓴 것 아닙니까?\n"
962
963 #: bisect.c:778
964 #, c-format
965 msgid ""
966 "the merge base between %s and [%s] must be skipped.\n"
967 "So we cannot be sure the first %s commit is between %s and %s.\n"
968 "We continue anyway."
969 msgstr ""
970 "%s 및 %s 사이의 병합 베이스를 건너뜁니다.\n"
971 "그러므로 처음 %s 커밋이 %s 및 %s 사이에 있는지 확신할 수 없습니다.\n"
972 "어쨌든 계속합니다."
973
974 #: bisect.c:811
975 #, c-format
976 msgid "Bisecting: a merge base must be tested\n"
977 msgstr "이등분: 병합 베이스를 시험해야 합니다\n"
978
979 #: bisect.c:851
980 #, c-format
981 msgid "a %s revision is needed"
982 msgstr "하나의 %s 리비전이 필요합니다"
983
984 #: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236
985 #, c-format
986 msgid "could not create file '%s'"
987 msgstr "'%s' 파일을 만들 수 없습니다"
988
989 #: bisect.c:921
990 #, c-format
991 msgid "could not read file '%s'"
992 msgstr "'%s' 파일을 읽을 수 없습니다"
993
994 #: bisect.c:951
995 msgid "reading bisect refs failed"
996 msgstr "이등분 레퍼런스 읽기에 실패했습니다"
997
998 #: bisect.c:970
999 #, c-format
1000 msgid "%s was both %s and %s\n"
1001 msgstr "%s은(는) %s 및 %s 모두에 해당됩니다\n"
1002
1003 #: bisect.c:978
1004 #, c-format
1005 msgid ""
1006 "No testable commit found.\n"
1007 "Maybe you started with bad path parameters?\n"
1008 msgstr ""
1009 "시험 가능한 커밋이 없습니다.\n"
1010 "잘못된 경로 파라미터로 시작하지 않았습니까?\n"
1011
1012 #: bisect.c:997
1013 #, c-format
1014 msgid "(roughly %d step)"
1015 msgid_plural "(roughly %d steps)"
1016 msgstr[0] "(대략 %d 단계)"
1017
1018 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1019 #. steps)" translation.
1020 #.
1021 #: bisect.c:1003
1022 #, c-format
1023 msgid "Bisecting: %d revision left to test after this %s\n"
1024 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1025 msgstr[0] "이등분: %2$s 뒤에 시험할 리비전이 %1$d개 남았습니다\n"
1026
1027 #: blame.c:1756
1028 msgid "--contents and --reverse do not blend well."
1029 msgstr "--contents 및 --reverse 옵션은 호환되지 않습니다."
1030
1031 #: blame.c:1767
1032 msgid "cannot use --contents with final commit object name"
1033 msgstr "--contents 옵션을 마지막 오브젝트 이름에 사용할 수 없습니다"
1034
1035 #: blame.c:1787
1036 msgid "--reverse and --first-parent together require specified latest commit"
1037 msgstr ""
1038 "--reverse 및 --first-parent 옵션을 같이 쓰면 최근 커밋을 지정해야 합니다"
1039
1040 #: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1861
1041 #: sequencer.c:3632 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920
1042 #: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:372
1043 #: builtin/shortlog.c:192
1044 msgid "revision walk setup failed"
1045 msgstr "리비전 walk 준비가 실패했습니다"
1046
1047 #: blame.c:1814
1048 msgid ""
1049 "--reverse --first-parent together require range along first-parent chain"
1050 msgstr ""
1051 "--reverse 및 --first-parent 옵션을 같이 쓰면 최초-상위 체인과 범위가 필요합니"
1052 "다"
1053
1054 #: blame.c:1825
1055 #, c-format
1056 msgid "no such path %s in %s"
1057 msgstr "%s 경로가 %s 안에 없습니다"
1058
1059 #: blame.c:1836
1060 #, c-format
1061 msgid "cannot read blob %s for path %s"
1062 msgstr "%s 경로에 대해 %s 블롭을 읽을 수 없음"
1063
1064 #: branch.c:54
1065 #, c-format
1066 msgid ""
1067 "\n"
1068 "After fixing the error cause you may try to fix up\n"
1069 "the remote tracking information by invoking\n"
1070 "\"git branch --set-upstream-to=%s%s%s\"."
1071 msgstr ""
1072 "\n"
1073 "오류를 수정한 다음 원격 추적 정보를\n"
1074 "\"git branch --set-upstream-to=%s%s%s\" 명령을\n"
1075 "실행해 수정할 수 있습니다."
1076
1077 #: branch.c:68
1078 #, c-format
1079 msgid "Not setting branch %s as its own upstream."
1080 msgstr "%s 브랜치를 자신의 업스트림으로 지정하지 않음."
1081
1082 #: branch.c:94
1083 #, c-format
1084 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1085 msgstr ""
1086 "'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 브랜치를 ('%s'에서) 따라가도록 설"
1087 "정되었습니다."
1088
1089 #: branch.c:95
1090 #, c-format
1091 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1092 msgstr ""
1093 "'%s' 브랜치가 리모트의 '%s' 브랜치를 ('%s'에서) 따라가도록 설정되었습니다."
1094
1095 #: branch.c:99
1096 #, c-format
1097 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1098 msgstr ""
1099 "'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 브랜치를 따라가도록 설정되었습니"
1100 "다."
1101
1102 #: branch.c:100
1103 #, c-format
1104 msgid "Branch '%s' set up to track local branch '%s'."
1105 msgstr "'%s' 브랜치가 '%s' 브랜치를 따라가도록 설정되었습니다."
1106
1107 #: branch.c:105
1108 #, c-format
1109 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1110 msgstr ""
1111 "'%s' 브랜치가 리베이스를 통해 리모트의 '%s' 레퍼런스를 따라가도록 설정되었습"
1112 "니다."
1113
1114 #: branch.c:106
1115 #, c-format
1116 msgid "Branch '%s' set up to track remote ref '%s'."
1117 msgstr "'%s' 브랜치가 리모트의 '%s' 레퍼런스를 따라가도록 설정되었습니다."
1118
1119 #: branch.c:110
1120 #, c-format
1121 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1122 msgstr ""
1123 "'%s' 브랜치가 리베이스를 통해 로컬의 '%s' 레퍼런스를 따라가도록 설정되었습니"
1124 "다."
1125
1126 #: branch.c:111
1127 #, c-format
1128 msgid "Branch '%s' set up to track local ref '%s'."
1129 msgstr "'%s' 브랜치가 로컬의 '%s' 레퍼런스를 따라가도록 설정되었습니다."
1130
1131 #: branch.c:120
1132 msgid "Unable to write upstream branch configuration"
1133 msgstr "업스트림 브랜치 설정을 쓸 수 없습니다"
1134
1135 #: branch.c:157
1136 #, c-format
1137 msgid "Not tracking: ambiguous information for ref %s"
1138 msgstr "따라가지 않음: %s 레퍼런스에 대해 애매한 정보"
1139
1140 #: branch.c:190
1141 #, c-format
1142 msgid "'%s' is not a valid branch name."
1143 msgstr "'%s'은(는) 올바른 브랜치 이름이 아닙니다."
1144
1145 #: branch.c:209
1146 #, c-format
1147 msgid "A branch named '%s' already exists."
1148 msgstr "이름이 '%s'인 브랜치가 이미 있습니다."
1149
1150 #: branch.c:214
1151 msgid "Cannot force update the current branch."
1152 msgstr "현재 브랜치를 강제로 업데이트할 수 없습니다."
1153
1154 #: branch.c:234
1155 #, c-format
1156 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1157 msgstr ""
1158 "따라가기 정보를 설정할 수 없습니다. 시작 위치 '%s'이(가) 브랜치가 아닙니다."
1159
1160 #: branch.c:236
1161 #, c-format
1162 msgid "the requested upstream branch '%s' does not exist"
1163 msgstr "요청한 업스트림 '%s' 브랜치가 없습니다"
1164
1165 #: branch.c:238
1166 msgid ""
1167 "\n"
1168 "If you are planning on basing your work on an upstream\n"
1169 "branch that already exists at the remote, you may need to\n"
1170 "run \"git fetch\" to retrieve it.\n"
1171 "\n"
1172 "If you are planning to push out a new local branch that\n"
1173 "will track its remote counterpart, you may want to use\n"
1174 "\"git push -u\" to set the upstream config as you push."
1175 msgstr ""
1176 "\n"
1177 "리모트에 이미 있는 업스트림 브랜치를 기반으로 작업하려면,\n"
1178 "먼저 \"git fetch\"로 가져 리모트 브랜치를 가져옵니다.\n"
1179 "\n"
1180 "새 로컬 브랜치를 거기에 해당하는 리모트 브랜치로 push하려면,\n"
1181 "\"git push -u\"로 push하는 업스트림을 설정할 수 있습니다."
1182
1183 #: branch.c:281
1184 #, c-format
1185 msgid "Not a valid object name: '%s'."
1186 msgstr "올바른 오브젝트 이름이 아닙니다: '%s'."
1187
1188 #: branch.c:301
1189 #, c-format
1190 msgid "Ambiguous object name: '%s'."
1191 msgstr "애매한 오브젝트 이름: '%s'."
1192
1193 #: branch.c:306
1194 #, c-format
1195 msgid "Not a valid branch point: '%s'."
1196 msgstr "올바른 브랜치 위치가 아닙니다: '%s'."
1197
1198 #: branch.c:360
1199 #, c-format
1200 msgid "'%s' is already checked out at '%s'"
1201 msgstr "'%s'은(는) 이미 '%s' 위치에 받아져 있습니다"
1202
1203 #: branch.c:383
1204 #, c-format
1205 msgid "HEAD of working tree %s is not updated"
1206 msgstr "작업 폴더 %s의 헤드가 업데이트되지 않았습니다"
1207
1208 #: bundle.c:34
1209 #, c-format
1210 msgid "'%s' does not look like a v2 bundle file"
1211 msgstr "'%s' 파일이 버전2 번들 파일로 보이지 않습니다"
1212
1213 #: bundle.c:62
1214 #, c-format
1215 msgid "unrecognized header: %s%s (%d)"
1216 msgstr "인식할 수 없는 헤더: %s%s (%d)"
1217
1218 #: bundle.c:88 sequencer.c:2081 sequencer.c:2558 builtin/commit.c:755
1219 #, c-format
1220 msgid "could not open '%s'"
1221 msgstr "'%s'을(를) 열 수 없습니다"
1222
1223 #: bundle.c:139
1224 msgid "Repository lacks these prerequisite commits:"
1225 msgstr "저장소에 필수적인 다음 커밋이 없습니다:"
1226
1227 #: bundle.c:190
1228 #, c-format
1229 msgid "The bundle contains this ref:"
1230 msgid_plural "The bundle contains these %d refs:"
1231 msgstr[0] "번들에 다음 레퍼런스 %d개가 있습니다:"
1232
1233 #: bundle.c:197
1234 msgid "The bundle records a complete history."
1235 msgstr "번들은 전체 커밋 내역을 기록합니다."
1236
1237 #: bundle.c:199
1238 #, c-format
1239 msgid "The bundle requires this ref:"
1240 msgid_plural "The bundle requires these %d refs:"
1241 msgstr[0] "번들에 다음 레퍼런스 %d개가 필요합니다:"
1242
1243 #: bundle.c:258
1244 msgid "Could not spawn pack-objects"
1245 msgstr "pack-objects 명령을 실행할 수 없습니다"
1246
1247 #: bundle.c:269
1248 msgid "pack-objects died"
1249 msgstr "pack-objects 명령이 죽었습니다"
1250
1251 #: bundle.c:311
1252 msgid "rev-list died"
1253 msgstr "rev-list 명령이 죽었습니다"
1254
1255 #: bundle.c:360
1256 #, c-format
1257 msgid "ref '%s' is excluded by the rev-list options"
1258 msgstr "rev-list 옵션에서 '%s' 레퍼런스가 제외되었습니다"
1259
1260 #: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:303
1261 #, c-format
1262 msgid "unrecognized argument: %s"
1263 msgstr "알 수 없는 인자: %s"
1264
1265 #: bundle.c:458
1266 msgid "Refusing to create empty bundle."
1267 msgstr "빈 번들은 만들지 않습니다."
1268
1269 #: bundle.c:470
1270 #, c-format
1271 msgid "cannot create '%s'"
1272 msgstr "'%s'을(를) 만들 수 없습니다"
1273
1274 #: bundle.c:498
1275 msgid "index-pack died"
1276 msgstr "index-pack 명령이 죽었습니다"
1277
1278 #: color.c:296
1279 #, c-format
1280 msgid "invalid color value: %.*s"
1281 msgstr "잘못된 색 값: %.*s"
1282
1283 #: commit.c:43 sequencer.c:2364 builtin/am.c:421 builtin/am.c:465
1284 #: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:376
1285 #: builtin/replace.c:448
1286 #, c-format
1287 msgid "could not parse %s"
1288 msgstr "parse %s을(를) 파싱할 수 없습니다"
1289
1290 #: commit.c:45
1291 #, c-format
1292 msgid "%s %s is not a commit!"
1293 msgstr "%s %s, 커밋이 아닙니다"
1294
1295 #: commit.c:182
1296 msgid ""
1297 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1298 "and will be removed in a future Git version.\n"
1299 "\n"
1300 "Please use \"git replace --convert-graft-file\"\n"
1301 "to convert the grafts into replace refs.\n"
1302 "\n"
1303 "Turn this message off by running\n"
1304 "\"git config advice.graftFileDeprecated false\""
1305 msgstr ""
1306 "<GIT_DIR>/info/grafts에 대한 지원은 다음 깃\n"
1307 "버전에서 제거될 예정입니다.\n"
1308 "\n"
1309 "그래프트를 레퍼런스로 전환하려면\n"
1310 "\"git replace --convert-graft-file\" 명령을\n"
1311 "사용하십시오.\n"
1312 "\n"
1313 "이 메시지를 보지 않으려면\n"
1314 "\"git config advice.graftFileDeprecated false\"\n"
1315 "명령을 사용하십시오"
1316
1317 #: commit.c:1540
1318 msgid ""
1319 "Warning: commit message did not conform to UTF-8.\n"
1320 "You may want to amend it after fixing the message, or set the config\n"
1321 "variable i18n.commitencoding to the encoding your project uses.\n"
1322 msgstr ""
1323 "경고: 커밋 메시지가 UTF-8 인코딩에 맞지 않습니다.\n"
1324 "메시지를 수정한 다음 커밋을 수정하거나, 설정의 i18n.commitencoding\n"
1325 "변수를 프로젝트가 사용 중인 인코딩으로 맞추십시오.\n"
1326
1327 #: commit-graph.c:669
1328 #, c-format
1329 msgid "the commit graph format cannot write %d commits"
1330 msgstr "커밋 그래프 포맷에서 커밋 %d개를 쓸 수 없습니다"
1331
1332 #: commit-graph.c:696
1333 msgid "too many commits to write graph"
1334 msgstr "그래프를 쓰기에는 커밋 수가 너무 많습니다"
1335
1336 #: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:521
1337 #, c-format
1338 msgid "cannot mkdir %s"
1339 msgstr "%s에 대해 mkdir를 할 수 없습니다"
1340
1341 #: compat/obstack.c:405 compat/obstack.c:407
1342 msgid "memory exhausted"
1343 msgstr "메모리 바닥남"
1344
1345 #: config.c:187
1346 msgid "relative config include conditionals must come from files"
1347 msgstr "상대 경로 설정 include 조건은 파일에서 와야 합니다"
1348
1349 #: config.c:788
1350 #, c-format
1351 msgid "bad config line %d in blob %s"
1352 msgstr "블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1353
1354 #: config.c:792
1355 #, c-format
1356 msgid "bad config line %d in file %s"
1357 msgstr "파일 %2$s 안에 %1$d번 줄에 잘못된 설정"
1358
1359 #: config.c:796
1360 #, c-format
1361 msgid "bad config line %d in standard input"
1362 msgstr "표준 입력 안에 %d번 줄에 잘못된 설정"
1363
1364 #: config.c:800
1365 #, c-format
1366 msgid "bad config line %d in submodule-blob %s"
1367 msgstr "하위 모듈 블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1368
1369 #: config.c:804
1370 #, c-format
1371 msgid "bad config line %d in command line %s"
1372 msgstr "명령행 %2$s 안에 %1$d번 줄에 잘못된 설정"
1373
1374 #: config.c:808
1375 #, c-format
1376 msgid "bad config line %d in %s"
1377 msgstr "%2$s 안에 %1$d번 줄에 잘못된 설정"
1378
1379 #: config.c:936
1380 msgid "out of range"
1381 msgstr "범위를 벗어남"
1382
1383 #: config.c:936
1384 msgid "invalid unit"
1385 msgstr "단위가 잘못됨"
1386
1387 #: config.c:942
1388 #, c-format
1389 msgid "bad numeric config value '%s' for '%s': %s"
1390 msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): %s"
1391
1392 #: config.c:947
1393 #, c-format
1394 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1395 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): %s"
1396
1397 #: config.c:950
1398 #, c-format
1399 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1400 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): %s"
1401
1402 #: config.c:953
1403 #, c-format
1404 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1405 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): %s"
1406
1407 #: config.c:956
1408 #, c-format
1409 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1410 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): %s"
1411
1412 #: config.c:959
1413 #, c-format
1414 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1415 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): %s"
1416
1417 #: config.c:962
1418 #, c-format
1419 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1420 msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): %s"
1421
1422 #: config.c:1057
1423 #, c-format
1424 msgid "failed to expand user dir in: '%s'"
1425 msgstr "다음에 사용자 디렉터리 확장에 실패: '%s'"
1426
1427 #: config.c:1066
1428 #, c-format
1429 msgid "'%s' for '%s' is not a valid timestamp"
1430 msgstr "'%s' 값이 '%s'에 대해 올바른 시각 값이 아닙니다"
1431
1432 #: config.c:1171 config.c:1182
1433 #, c-format
1434 msgid "bad zlib compression level %d"
1435 msgstr "%d번은 올바른 zlib 압축 단계가 아닙니다"
1436
1437 #: config.c:1307
1438 #, c-format
1439 msgid "invalid mode for object creation: %s"
1440 msgstr "오브젝트 생성 모드가 올바르지 않습니다: %s"
1441
1442 #: config.c:1473
1443 #, c-format
1444 msgid "bad pack compression level %d"
1445 msgstr "잘못 묶음 압축 단계 %d"
1446
1447 #: config.c:1681
1448 msgid "unable to parse command-line config"
1449 msgstr "명령행 설정을 파싱할 수 없습니다"
1450
1451 #: config.c:2013
1452 msgid "unknown error occurred while reading the configuration files"
1453 msgstr "설정 파일을 읽는 중 알 수 없는 오류가 생겼습니다"
1454
1455 #: config.c:2200
1456 #, c-format
1457 msgid "Invalid %s: '%s'"
1458 msgstr "잘못된 %s: '%s'"
1459
1460 #: config.c:2243
1461 #, c-format
1462 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1463 msgstr "알 수 없는 core.untrackedCache 값 '%s'. 기본값으로 'keep' 사용"
1464
1465 #: config.c:2269
1466 #, c-format
1467 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1468 msgstr "splitIndex.maxPercentChange 값('%d')은 0에서 100 사이여야 합니다"
1469
1470 #: config.c:2294
1471 #, c-format
1472 msgid "unable to parse '%s' from command-line config"
1473 msgstr "명령행 설정에서 '%s'을(를) 설정할 수 없습니다"
1474
1475 #: config.c:2296
1476 #, c-format
1477 msgid "bad config variable '%s' in file '%s' at line %d"
1478 msgstr "'%2$s' 파일의 %3$d번 줄 '%1$s' 설정 변수가 잘못되었습니다"
1479
1480 #: config.c:2402
1481 #, c-format
1482 msgid "%s has multiple values"
1483 msgstr "%s은(는) 여러 개 값이 있습니다"
1484
1485 #: config.c:2766 config.c:3019
1486 #, c-format
1487 msgid "fstat on %s failed"
1488 msgstr "%s에 대해 fstat 실패"
1489
1490 #: config.c:2905
1491 #, c-format
1492 msgid "could not set '%s' to '%s'"
1493 msgstr "'%s'을(를) '%s'(으)로 설정할 수 없습니다"
1494
1495 #: config.c:2907 builtin/remote.c:779
1496 #, c-format
1497 msgid "could not unset '%s'"
1498 msgstr "'%s' 설정을 지울 수 없습니다"
1499
1500 #: connect.c:61
1501 msgid "The remote end hung up upon initial contact"
1502 msgstr "리모트 측이 최초 연결했을 때 연결을 끊었습니다"
1503
1504 #: connect.c:63
1505 msgid ""
1506 "Could not read from remote repository.\n"
1507 "\n"
1508 "Please make sure you have the correct access rights\n"
1509 "and the repository exists."
1510 msgstr ""
1511 "리모트 저장소에서 읽을 수 없습니다\n"
1512 "\n"
1513 "올바른 접근 권한이 있는지, 그리고 저장소가 있는지\n"
1514 "확인하십시오."
1515
1516 #: connected.c:66 builtin/fsck.c:201 builtin/prune.c:145
1517 msgid "Checking connectivity"
1518 msgstr "연결을 확인하는 중입니다"
1519
1520 #: connected.c:78
1521 msgid "Could not run 'git rev-list'"
1522 msgstr "'git rev-list'를 실행할 수 없습니다"
1523
1524 #: connected.c:98
1525 msgid "failed write to rev-list"
1526 msgstr "rev-list 쓰기에 실패했습니다"
1527
1528 #: connected.c:105
1529 msgid "failed to close rev-list's stdin"
1530 msgstr "rev-list의 표준입력을 닫는데 실패했습니다"
1531
1532 #: convert.c:206
1533 #, c-format
1534 msgid "CRLF would be replaced by LF in %s."
1535 msgstr "%s에서 CRLF는 LF로 바뀝니다."
1536
1537 #: convert.c:208
1538 #, c-format
1539 msgid ""
1540 "CRLF will be replaced by LF in %s.\n"
1541 "The file will have its original line endings in your working directory."
1542 msgstr ""
1543 "%s에서 CRLF는 LF로 바뀝니다.\n"
1544 "작업 디렉터리에서는 원래 줄 바꿈 형식을 유지합니다."
1545
1546 #: convert.c:216
1547 #, c-format
1548 msgid "LF would be replaced by CRLF in %s"
1549 msgstr "%s에서 LF는 CRLF로 바뀝니다."
1550
1551 #: convert.c:218
1552 #, c-format
1553 msgid ""
1554 "LF will be replaced by CRLF in %s.\n"
1555 "The file will have its original line endings in your working directory."
1556 msgstr ""
1557 "%s에서 LF는 CRLF로 바뀝니다.\n"
1558 "작업 디렉터리에서는 원래 줄 바꿈 형식을 유지합니다."
1559
1560 #: convert.c:279
1561 #, c-format
1562 msgid "BOM is prohibited in '%s' if encoded as %s"
1563 msgstr "'%s'에서 인코딩이 %s이면 BOM이 금지됩니다"
1564
1565 #: convert.c:286
1566 #, c-format
1567 msgid ""
1568 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1569 "tree-encoding."
1570 msgstr ""
1571 "'%s' 파일에 BOM(byte order mark)이 들어 있습니다. working-tree-encoding으로 "
1572 "UTF-%s 값을 사용하십시오."
1573
1574 #: convert.c:304
1575 #, c-format
1576 msgid "BOM is required in '%s' if encoded as %s"
1577 msgstr "'%s'에서 인코딩이 %s이면 BOM이 필요합니다"
1578
1579 #: convert.c:306
1580 #, c-format
1581 msgid ""
1582 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1583 "%sLE (depending on the byte order) as working-tree-encoding."
1584 msgstr ""
1585 "'%s' 파일에 BOM(byte order mark)이 없습니다. (바이트 순서에 따라) UTF-%sBE 또"
1586 "는 UTF-%sLE 값을 working-tree-encoding으로 사용하십시오."
1587
1588 #: convert.c:424
1589 #, c-format
1590 msgid "failed to encode '%s' from %s to %s"
1591 msgstr "'%s'의 인코딩을 %s에서 %s(으)로 변환하는데 실패했습니다"
1592
1593 #: convert.c:467
1594 #, c-format
1595 msgid "encoding '%s' from %s to %s and back is not the same"
1596 msgstr ""
1597 "'%s'의 인코딩을 %s에서 %s(으)로 변환하고 다시 역으로 변환했을 때 원래 내용과 "
1598 "다릅니다."
1599
1600 #: convert.c:1225
1601 msgid "true/false are no valid working-tree-encodings"
1602 msgstr "true/false는 올바른 working-tree-encodings 값이 아닙니다"
1603
1604 #: date.c:116
1605 msgid "in the future"
1606 msgstr "미래에"
1607
1608 #: date.c:122
1609 #, c-format
1610 msgid "%<PRIuMAX> second ago"
1611 msgid_plural "%<PRIuMAX> seconds ago"
1612 msgstr[0] "%<PRIuMAX>초 전"
1613
1614 #: date.c:129
1615 #, c-format
1616 msgid "%<PRIuMAX> minute ago"
1617 msgid_plural "%<PRIuMAX> minutes ago"
1618 msgstr[0] "%<PRIuMAX>분 전"
1619
1620 #: date.c:136
1621 #, c-format
1622 msgid "%<PRIuMAX> hour ago"
1623 msgid_plural "%<PRIuMAX> hours ago"
1624 msgstr[0] "%<PRIuMAX>시간 전"
1625
1626 #: date.c:143
1627 #, c-format
1628 msgid "%<PRIuMAX> day ago"
1629 msgid_plural "%<PRIuMAX> days ago"
1630 msgstr[0] "%<PRIuMAX>일 전"
1631
1632 #: date.c:149
1633 #, c-format
1634 msgid "%<PRIuMAX> week ago"
1635 msgid_plural "%<PRIuMAX> weeks ago"
1636 msgstr[0] "%<PRIuMAX>주 전"
1637
1638 #: date.c:156
1639 #, c-format
1640 msgid "%<PRIuMAX> month ago"
1641 msgid_plural "%<PRIuMAX> months ago"
1642 msgstr[0] "%<PRIuMAX>달 전"
1643
1644 #: date.c:167
1645 #, c-format
1646 msgid "%<PRIuMAX> year"
1647 msgid_plural "%<PRIuMAX> years"
1648 msgstr[0] "%<PRIuMAX>년"
1649
1650 #. TRANSLATORS: "%s" is "<n> years"
1651 #: date.c:170
1652 #, c-format
1653 msgid "%s, %<PRIuMAX> month ago"
1654 msgid_plural "%s, %<PRIuMAX> months ago"
1655 msgstr[0] "%s, %<PRIuMAX>달 전"
1656
1657 #: date.c:175 date.c:180
1658 #, c-format
1659 msgid "%<PRIuMAX> year ago"
1660 msgid_plural "%<PRIuMAX> years ago"
1661 msgstr[0] "%<PRIuMAX>년 전"
1662
1663 #: diffcore-order.c:24
1664 #, c-format
1665 msgid "failed to read orderfile '%s'"
1666 msgstr "'%s' 순서 파일을 읽는데 실패했습니다"
1667
1668 #: diffcore-rename.c:535
1669 msgid "Performing inexact rename detection"
1670 msgstr "부정확한 이름 바꾸기 탐색을 수행하는 중"
1671
1672 #: diff.c:74
1673 #, c-format
1674 msgid "option '%s' requires a value"
1675 msgstr "'%s' 옵션에는 값이 필요합니다"
1676
1677 #: diff.c:152
1678 #, c-format
1679 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1680 msgstr " dirstat 자름 퍼센트 값 '%s' 파싱에 실패했습니다\n"
1681
1682 #: diff.c:157
1683 #, c-format
1684 msgid " Unknown dirstat parameter '%s'\n"
1685 msgstr " 알 수 없는 dirstat 파라미터 '%s'\n"
1686
1687 #: diff.c:281
1688 msgid ""
1689 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1690 "'plain'"
1691 msgstr ""
1692 "옮김 색 설정은 'no', 'default', 'zebra', 'dimmed_zebra', 'plain' 중의 하나입"
1693 "니다."
1694
1695 #: diff.c:341
1696 #, c-format
1697 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1698 msgstr "'diff.submodule' 설정 변수에 알 수 없는 값: '%s'"
1699
1700 #: diff.c:401
1701 #, c-format
1702 msgid ""
1703 "Found errors in 'diff.dirstat' config variable:\n"
1704 "%s"
1705 msgstr ""
1706 "'diff.dirstat' 설정 변수에 오류:\n"
1707 "%s'"
1708
1709 #: diff.c:3823
1710 #, c-format
1711 msgid "external diff died, stopping at %s"
1712 msgstr "외부 diff 프로그램이 죽음, %s 위치에서 멈춤"
1713
1714 #: diff.c:4153
1715 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1716 msgstr ""
1717 "\"--name-only, --name-status, --check, -s 옵션 중 하나만 쓸 수 있습니다"
1718
1719 #: diff.c:4156
1720 msgid "-G, -S and --find-object are mutually exclusive"
1721 msgstr "-G, -S, --find-object 옵션 중 하나만 쓸 수 있습니다"
1722
1723 #: diff.c:4244
1724 msgid "--follow requires exactly one pathspec"
1725 msgstr "--follow 옵션에는 정확히 하나의 경로명세가 필요합니다"
1726
1727 #: diff.c:4410
1728 #, c-format
1729 msgid ""
1730 "Failed to parse --dirstat/-X option parameter:\n"
1731 "%s"
1732 msgstr ""
1733 "--dirstat/-X 옵션 파라미터를 파싱하는데 실패했습니다:\n"
1734 "%s"
1735
1736 #: diff.c:4424
1737 #, c-format
1738 msgid "Failed to parse --submodule option parameter: '%s'"
1739 msgstr "--submodule 옵션 파라미터 파싱에 실패했습니다: '%s'"
1740
1741 #: diff.c:5500
1742 msgid "inexact rename detection was skipped due to too many files."
1743 msgstr "파일이 너무 많아서 부정확한 이름 바꾸기 검색 기능을 건너뜁니다."
1744
1745 #: diff.c:5503
1746 msgid "only found copies from modified paths due to too many files."
1747 msgstr "파일이 너무 많아서 수정한 경로의 복사본만 찾았습니다."
1748
1749 #: diff.c:5506
1750 #, c-format
1751 msgid ""
1752 "you may want to set your %s variable to at least %d and retry the command."
1753 msgstr "%s 변수를 최소한 %d(으)로 설정하고 명령을 다시 시도해 보십시오."
1754
1755 #: dir.c:1867
1756 #, c-format
1757 msgid "could not open directory '%s'"
1758 msgstr "'%s' 디렉터리를 열 수 없습니다"
1759
1760 #: dir.c:2109
1761 msgid "failed to get kernel name and information"
1762 msgstr "커널 이름과 정보를 가져오는데 실패했습니다"
1763
1764 #: dir.c:2233
1765 msgid "Untracked cache is disabled on this system or location."
1766 msgstr "이 시스템 또는 위치에서는 추적되지 않는 캐시를 사용하지 않습니다."
1767
1768 #: dir.c:3075 dir.c:3080
1769 #, c-format
1770 msgid "could not create directories for %s"
1771 msgstr "%s에 필요한 디렉터리를 만들 수 없습니다"
1772
1773 #: dir.c:3109
1774 #, c-format
1775 msgid "could not migrate git directory from '%s' to '%s'"
1776 msgstr "'%s'에서 '%s'(으)로 git 디렉터리를 옮겨올 수 없습니다"
1777
1778 #: editor.c:61
1779 #, c-format
1780 msgid "hint: Waiting for your editor to close the file...%c"
1781 msgstr "힌트: 편집기가 파일을 닫기를 기다리는 중입니다...%c"
1782
1783 #: entry.c:177
1784 msgid "Filtering content"
1785 msgstr "내용 필터링"
1786
1787 #: entry.c:435
1788 #, c-format
1789 msgid "could not stat file '%s'"
1790 msgstr "'%s' 파일에 stat을 할 수 없습니다"
1791
1792 #: fetch-object.c:17
1793 msgid "Remote with no URL"
1794 msgstr "URL 없는 리모트"
1795
1796 #: fetch-pack.c:254
1797 msgid "git fetch-pack: expected shallow list"
1798 msgstr "git fetch-pack: 얕은 목록을 예상함"
1799
1800 #: fetch-pack.c:266
1801 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1802 msgstr "git fetch-pack: ACK/NAK가 와야 하지만, 플러시 패킷을 받았습니다"
1803
1804 #: fetch-pack.c:285 builtin/archive.c:63
1805 #, c-format
1806 msgid "remote error: %s"
1807 msgstr "리모트 오류: %s"
1808
1809 #: fetch-pack.c:286
1810 #, c-format
1811 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1812 msgstr "git fetch-pack: ACK/NAK가 와야 하지만, '%s'을(를) 받았습니다"
1813
1814 #: fetch-pack.c:338
1815 msgid "--stateless-rpc requires multi_ack_detailed"
1816 msgstr "--stateless-rpc 옵션은 multi_ack_detailed가 필요합니다"
1817
1818 #: fetch-pack.c:429 fetch-pack.c:1310
1819 #, c-format
1820 msgid "invalid shallow line: %s"
1821 msgstr "shallow 줄이 잘못됨: %s"
1822
1823 #: fetch-pack.c:435 fetch-pack.c:1316
1824 #, c-format
1825 msgid "invalid unshallow line: %s"
1826 msgstr "unshallow 줄이 잘못됨: %s"
1827
1828 #: fetch-pack.c:437 fetch-pack.c:1318
1829 #, c-format
1830 msgid "object not found: %s"
1831 msgstr "오브젝트가 없습니다: %s"
1832
1833 #: fetch-pack.c:440 fetch-pack.c:1321
1834 #, c-format
1835 msgid "error in object: %s"
1836 msgstr "오브젝트에 오류: %s"
1837
1838 #: fetch-pack.c:442 fetch-pack.c:1323
1839 #, c-format
1840 msgid "no shallow found: %s"
1841 msgstr "shallow가 없습니다: %s"
1842
1843 #: fetch-pack.c:445 fetch-pack.c:1326
1844 #, c-format
1845 msgid "expected shallow/unshallow, got %s"
1846 msgstr "shallow/unshallow가 와야 하지만, %s을(를) 받았습니다"
1847
1848 #: fetch-pack.c:486
1849 #, c-format
1850 msgid "got %s %d %s"
1851 msgstr "받음: %s %d %s"
1852
1853 #: fetch-pack.c:500
1854 #, c-format
1855 msgid "invalid commit %s"
1856 msgstr "잘못된 커밋 %s"
1857
1858 #: fetch-pack.c:533
1859 msgid "giving up"
1860 msgstr "포기함"
1861
1862 #: fetch-pack.c:543 progress.c:229
1863 msgid "done"
1864 msgstr "완료"
1865
1866 #: fetch-pack.c:555
1867 #, c-format
1868 msgid "got %s (%d) %s"
1869 msgstr "받음: %s (%d) %s"
1870
1871 #: fetch-pack.c:601
1872 #, c-format
1873 msgid "Marking %s as complete"
1874 msgstr "%s 항목을 완료로 표시"
1875
1876 #: fetch-pack.c:828
1877 #, c-format
1878 msgid "already have %s (%s)"
1879 msgstr "이미 %s (%s) 있음"
1880
1881 #: fetch-pack.c:869
1882 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1883 msgstr "fetch-pack: 사이드밴드 디멀티플렉서를 fork할 수 없습니다"
1884
1885 #: fetch-pack.c:877
1886 msgid "protocol error: bad pack header"
1887 msgstr "프로토콜 오류: 잘못된 묶음 헤더"
1888
1889 #: fetch-pack.c:944
1890 #, c-format
1891 msgid "fetch-pack: unable to fork off %s"
1892 msgstr "fetch-pack: %s 명령을 fork할 수 없습니다"
1893
1894 #: fetch-pack.c:960
1895 #, c-format
1896 msgid "%s failed"
1897 msgstr "%s 실패"
1898
1899 #: fetch-pack.c:962
1900 msgid "error in sideband demultiplexer"
1901 msgstr "사이드밴드 디멀티플렉서에 오류"
1902
1903 #: fetch-pack.c:989
1904 msgid "Server does not support shallow clients"
1905 msgstr "서버에서 shallow 클라이언트를 지원하지 않습니다"
1906
1907 #: fetch-pack.c:993
1908 msgid "Server supports multi_ack_detailed"
1909 msgstr "서버에서 multi_ack_detailed를 지원합니다"
1910
1911 #: fetch-pack.c:996
1912 msgid "Server supports no-done"
1913 msgstr "서버에서 no-done을 지원합니다"
1914
1915 #: fetch-pack.c:1002
1916 msgid "Server supports multi_ack"
1917 msgstr "서버에서 multi_ack를 지원합니다"
1918
1919 #: fetch-pack.c:1006
1920 msgid "Server supports side-band-64k"
1921 msgstr "서버에서 side-band-64k를 지원합니다"
1922
1923 #: fetch-pack.c:1010
1924 msgid "Server supports side-band"
1925 msgstr "서버에서 side-band를 지원합니다"
1926
1927 #: fetch-pack.c:1014
1928 msgid "Server supports allow-tip-sha1-in-want"
1929 msgstr "서버에서 allow-tip-sha1-in-want를 지원합니다"
1930
1931 #: fetch-pack.c:1018
1932 msgid "Server supports allow-reachable-sha1-in-want"
1933 msgstr "서버에서 allow-reachable-sha1-in-want를 지원합니다"
1934
1935 #: fetch-pack.c:1028
1936 msgid "Server supports ofs-delta"
1937 msgstr "서버에서 ofs-delta를 지원합니다"
1938
1939 #: fetch-pack.c:1034 fetch-pack.c:1204
1940 msgid "Server supports filter"
1941 msgstr "서버에서 필터를 지원합니다"
1942
1943 #: fetch-pack.c:1042
1944 #, c-format
1945 msgid "Server version is %.*s"
1946 msgstr "서버 버전이 %.*s입니다"
1947
1948 #: fetch-pack.c:1048
1949 msgid "Server does not support --shallow-since"
1950 msgstr "서버에서 --shallow-since 옵션을 지원하지 않습니다"
1951
1952 #: fetch-pack.c:1052
1953 msgid "Server does not support --shallow-exclude"
1954 msgstr "서버에서 --shallow-exclude 옵션을 지원하지 않습니다"
1955
1956 #: fetch-pack.c:1054
1957 msgid "Server does not support --deepen"
1958 msgstr "서버에서 --deepen 옵션을 지원하지 않습니다"
1959
1960 #: fetch-pack.c:1065
1961 msgid "no common commits"
1962 msgstr "공통 커밋 없음"
1963
1964 #: fetch-pack.c:1077 fetch-pack.c:1414
1965 msgid "git fetch-pack: fetch failed."
1966 msgstr "git fetch-pack: 가져오기 실패."
1967
1968 #: fetch-pack.c:1199
1969 msgid "Server does not support shallow requests"
1970 msgstr "서버에서 shallow 요청을 지원하지 않습니다"
1971
1972 #: fetch-pack.c:1584
1973 msgid "no matching remote head"
1974 msgstr "해당하는 리모트 헤드가 없습니다"
1975
1976 #: fetch-pack.c:1610
1977 #, c-format
1978 msgid "no such remote ref %s"
1979 msgstr "그런 리모트가 레퍼런스가 없습니다: %s"
1980
1981 #: fetch-pack.c:1613
1982 #, c-format
1983 msgid "Server does not allow request for unadvertised object %s"
1984 msgstr "서버에서 알려지지 않은 %s 오브젝트에 대한 요청을 허용하지 않습니다"
1985
1986 #: gpg-interface.c:185
1987 msgid "gpg failed to sign the data"
1988 msgstr "gpg에서 데이터를 서명하는데 실패했습니다."
1989
1990 #: gpg-interface.c:210
1991 msgid "could not create temporary file"
1992 msgstr "임시 파일을 만들 수 없습니다"
1993
1994 #: gpg-interface.c:213
1995 #, c-format
1996 msgid "failed writing detached signature to '%s'"
1997 msgstr "분리된 서명을 '%s'에 쓰는데 실패했습니다"
1998
1999 #: graph.c:97
2000 #, c-format
2001 msgid "ignore invalid color '%.*s' in log.graphColors"
2002 msgstr "log.graphColors에 잘못된 색을 ('%.*s') 무시합니다"
2003
2004 #: grep.c:2020
2005 #, c-format
2006 msgid "'%s': unable to read %s"
2007 msgstr "'%s': %s을(를) 읽을 수 없습니다"
2008
2009 #: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:81
2010 #: builtin/rm.c:134
2011 #, c-format
2012 msgid "failed to stat '%s'"
2013 msgstr "'%s'에 대해 stat()이 실패했습니다"
2014
2015 #: grep.c:2048
2016 #, c-format
2017 msgid "'%s': short read"
2018 msgstr "'%s': 읽다가 잘림"
2019
2020 #: help.c:23
2021 msgid "start a working area (see also: git help tutorial)"
2022 msgstr "작업 공간 시작 (참고: git help tutorial)"
2023
2024 #: help.c:24
2025 msgid "work on the current change (see also: git help everyday)"
2026 msgstr "변경 사항에 대한 작업 (참고: git help everyday)"
2027
2028 #: help.c:25
2029 msgid "examine the history and state (see also: git help revisions)"
2030 msgstr "커밋 내역과 상태 보기 (참고: git help revisions)"
2031
2032 #: help.c:26
2033 msgid "grow, mark and tweak your common history"
2034 msgstr "커밋 내역을 키우고, 표시하고, 조작하기"
2035
2036 #: help.c:27
2037 msgid "collaborate (see also: git help workflows)"
2038 msgstr "협동 작업 (참고: git help workflows)"
2039
2040 #: help.c:31
2041 msgid "Main Porcelain Commands"
2042 msgstr "주요 사용자용 명령"
2043
2044 #: help.c:32
2045 msgid "Ancillary Commands / Manipulators"
2046 msgstr "보조 명령 / 조작 기능"
2047
2048 #: help.c:33
2049 msgid "Ancillary Commands / Interrogators"
2050 msgstr "보조 명령 / 정보 획득 기능"
2051
2052 #: help.c:34
2053 msgid "Interacting with Others"
2054 msgstr "다른 사람과 소통"
2055
2056 #: help.c:35
2057 msgid "Low-level Commands / Manipulators"
2058 msgstr "저수준 명령/ 조작 기능"
2059
2060 #: help.c:36
2061 msgid "Low-level Commands / Interrogators"
2062 msgstr "보조 명령 / 정보 획득 기능"
2063
2064 #: help.c:37
2065 msgid "Low-level Commands / Synching Repositories"
2066 msgstr "보조 명령 / 저장소 동기화 기능"
2067
2068 #: help.c:38
2069 msgid "Low-level Commands / Internal Helpers"
2070 msgstr "보조 명령 / 내부 사용 기능"
2071
2072 #: help.c:293
2073 #, c-format
2074 msgid "available git commands in '%s'"
2075 msgstr "'%s'에 있는 깃 명령"
2076
2077 #: help.c:300
2078 msgid "git commands available from elsewhere on your $PATH"
2079 msgstr "다른 $PATH에 있는 깃 명령"
2080
2081 #: help.c:309
2082 msgid "These are common Git commands used in various situations:"
2083 msgstr "다음은 여러가지 상황에서 자주 사용하는 깃 명령입니다:"
2084
2085 #: help.c:358 git.c:90
2086 #, c-format
2087 msgid "unsupported command listing type '%s'"
2088 msgstr "지원하지 명령 열거 방식 '%s'"
2089
2090 #: help.c:405
2091 msgid "The common Git guides are:"
2092 msgstr "자주 사용하는 깃 안내서는 다음과 같습니다:"
2093
2094 #: help.c:467
2095 #, c-format
2096 msgid ""
2097 "'%s' appears to be a git command, but we were not\n"
2098 "able to execute it. Maybe git-%s is broken?"
2099 msgstr ""
2100 "'%s'은(는) 깃 명령으로 보이지만, 실행할 수\n"
2101 "없습니다. 아마도 git-%s 망가진 것 같습니다."
2102
2103 #: help.c:526
2104 msgid "Uh oh. Your system reports no Git commands at all."
2105 msgstr "어라라. 시스템에 깃 명령이 하나도 없다고 나옵니다."
2106
2107 #: help.c:548
2108 #, c-format
2109 msgid "WARNING: You called a Git command named '%s', which does not exist."
2110 msgstr "경고: 이름이 '%s'인 깃 명령을 실행했지만, 그 명령이 없습니다."
2111
2112 #: help.c:553
2113 #, c-format
2114 msgid "Continuing under the assumption that you meant '%s'."
2115 msgstr "'%s' 명령이라고 가정하고 계속합니다."
2116
2117 #: help.c:558
2118 #, c-format
2119 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2120 msgstr "%0.1f초 뒤에 '%s' 명령이라고 가정하고 계속합니다."
2121
2122 #: help.c:566
2123 #, c-format
2124 msgid "git: '%s' is not a git command. See 'git --help'."
2125 msgstr "git: '%s'은(는) 깃 명령이 아닙니다. 'git --help'를 참고하십시오."
2126
2127 #: help.c:570
2128 msgid ""
2129 "\n"
2130 "The most similar command is"
2131 msgid_plural ""
2132 "\n"
2133 "The most similar commands are"
2134 msgstr[0] ""
2135 "\n"
2136 "가장 비슷한 명령은"
2137
2138 #: help.c:585
2139 msgid "git version [<options>]"
2140 msgstr "git version [<옵션>]"
2141
2142 #: help.c:652
2143 #, c-format
2144 msgid "%s: %s - %s"
2145 msgstr "%s: %s - %s"
2146
2147 #: help.c:656
2148 msgid ""
2149 "\n"
2150 "Did you mean this?"
2151 msgid_plural ""
2152 "\n"
2153 "Did you mean one of these?"
2154 msgstr[0] ""
2155 "\n"
2156 "다음을 의도하신 것 아니었나요?"
2157
2158 #: ident.c:342
2159 msgid ""
2160 "\n"
2161 "*** Please tell me who you are.\n"
2162 "\n"
2163 "Run\n"
2164 "\n"
2165 " git config --global user.email \"you@example.com\"\n"
2166 " git config --global user.name \"Your Name\"\n"
2167 "\n"
2168 "to set your account's default identity.\n"
2169 "Omit --global to set the identity only in this repository.\n"
2170 "\n"
2171 msgstr ""
2172 "\n"
2173 "*** 내가 누구인지 설정하십시오.\n"
2174 "\n"
2175 "다음을 실행하면,\n"
2176 "\n"
2177 " git config --global user.email \"you@example.com\"\n"
2178 " git config --global user.name \"내 이름\"\n"
2179 "\n"
2180 "계정의 기본 신원 정보를 설정합니다.\n"
2181 "--global 옵션을 빼면 이 저장소서만 신원 정보를 설정합니다.\n"
2182 "\n"
2183
2184 #: ident.c:366
2185 msgid "no email was given and auto-detection is disabled"
2186 msgstr "메일 주소가 없고 자동 검사가 꺼져 있습니다"
2187
2188 #: ident.c:371
2189 #, c-format
2190 msgid "unable to auto-detect email address (got '%s')"
2191 msgstr "메일 주소를 자동 검사할 수 없습니다 ('%s' 찾음)"
2192
2193 #: ident.c:381
2194 msgid "no name was given and auto-detection is disabled"
2195 msgstr "이름이 없고 자동 검사가 꺼져 있습니다"
2196
2197 #: ident.c:387
2198 #, c-format
2199 msgid "unable to auto-detect name (got '%s')"
2200 msgstr "이름을 자동 검사할 수 없습니다 ('%s' 찾음)"
2201
2202 #: ident.c:395
2203 #, c-format
2204 msgid "empty ident name (for <%s>) not allowed"
2205 msgstr "빈 이름의 신원 정보는 (<%s>에 대해) 허용하지 않습니다"
2206
2207 #: ident.c:401
2208 #, c-format
2209 msgid "name consists only of disallowed characters: %s"
2210 msgstr "이름이 허용하지 않는 문자로만 이루어져 있습니다: %s"
2211
2212 #: ident.c:416 builtin/commit.c:587
2213 #, c-format
2214 msgid "invalid date format: %s"
2215 msgstr "시각 형식이 잘못되었습니다: %s"
2216
2217 #: list-objects-filter-options.c:36
2218 msgid "multiple filter-specs cannot be combined"
2219 msgstr "여러 개의 필터 양식은 결합될 수 없습니다"
2220
2221 #: list-objects-filter-options.c:126
2222 msgid "cannot change partial clone promisor remote"
2223 msgstr "프라미서 리모트 저장소로부터 부분 복제를 할 수 없습니다"
2224
2225 #: lockfile.c:151
2226 #, c-format
2227 msgid ""
2228 "Unable to create '%s.lock': %s.\n"
2229 "\n"
2230 "Another git process seems to be running in this repository, e.g.\n"
2231 "an editor opened by 'git commit'. Please make sure all processes\n"
2232 "are terminated then try again. If it still fails, a git process\n"
2233 "may have crashed in this repository earlier:\n"
2234 "remove the file manually to continue."
2235 msgstr ""
2236 "'%s.lock' 파일을 만들 수 없습니다: %s.\n"
2237 "\n"
2238 "이 저장소에서 다른 깃 프로세스가 실행 중인 것으로 보입니다. (예를\n"
2239 "들어 'git commit' 명령으로 편집기가 열려 있다든지.) 모든 프로세스를\n"
2240 "끝냈는지 확인하시고 다시 시도해 보십시오. 그래도 계속 실패하면, 이\n"
2241 "저장소에서 깃 프로세스가 전에 이상 종료했을 수도 있습니다:\n"
2242 "수동으로 해당 파일을 제거하고 계속하십시오."
2243
2244 #: lockfile.c:159
2245 #, c-format
2246 msgid "Unable to create '%s.lock': %s"
2247 msgstr "'%s.lock'을 만들 수 없습니다: %s"
2248
2249 #: merge.c:71
2250 msgid "failed to read the cache"
2251 msgstr "캐시를 읽는데 실패했습니다"
2252
2253 #: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2254 #: builtin/checkout.c:606 builtin/clone.c:761
2255 msgid "unable to write new index file"
2256 msgstr "새 인덱스 파일을 쓸 수 없습니다"
2257
2258 #: merge-recursive.c:298
2259 msgid "(bad commit)\n"
2260 msgstr "(잘못된 커밋)\n"
2261
2262 #: merge-recursive.c:320
2263 #, c-format
2264 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2265 msgstr "'%s' 경로에 대해 add_cacheinfo 실패. 병합 중지."
2266
2267 #: merge-recursive.c:328
2268 #, c-format
2269 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2270 msgstr "'%s' 경로에 대해 add_cacheinfo 새로 고침 실패. 병합 중지."
2271
2272 #: merge-recursive.c:410
2273 msgid "error building trees"
2274 msgstr "트리 빌드에 오류"
2275
2276 #: merge-recursive.c:881
2277 #, c-format
2278 msgid "failed to create path '%s'%s"
2279 msgstr "'%s' 경로 만들기에 실패했습니다%s"
2280
2281 #: merge-recursive.c:892
2282 #, c-format
2283 msgid "Removing %s to make room for subdirectory\n"
2284 msgstr "하위 디렉터리에 공간을 만드려고 %s을(를) 제거합니다\n"
2285
2286 #: merge-recursive.c:906 merge-recursive.c:925
2287 msgid ": perhaps a D/F conflict?"
2288 msgstr ": 아마도 D/F 충돌?"
2289
2290 #: merge-recursive.c:915
2291 #, c-format
2292 msgid "refusing to lose untracked file at '%s'"
2293 msgstr "'%s' 위치의 추적되지 않는 파일을 잃기를 거부합니다"
2294
2295 #: merge-recursive.c:957 builtin/cat-file.c:37
2296 #, c-format
2297 msgid "cannot read object %s '%s'"
2298 msgstr "%s '%s' 오브젝트를 읽을 수 없음"
2299
2300 #: merge-recursive.c:959
2301 #, c-format
2302 msgid "blob expected for %s '%s'"
2303 msgstr "%s '%s'에 대해 블롭을 예상"
2304
2305 #: merge-recursive.c:983
2306 #, c-format
2307 msgid "failed to open '%s': %s"
2308 msgstr "'%s'을(를) 여는데 실패: %s"
2309
2310 #: merge-recursive.c:994
2311 #, c-format
2312 msgid "failed to symlink '%s': %s"
2313 msgstr "'%s' 심볼릭 링크에 실패: %s"
2314
2315 #: merge-recursive.c:999
2316 #, c-format
2317 msgid "do not know what to do with %06o %s '%s'"
2318 msgstr "다음을 어떻게 할지 알 수 없습니다: %06o %s '%s'"
2319
2320 #: merge-recursive.c:1186
2321 #, c-format
2322 msgid "Failed to merge submodule %s (not checked out)"
2323 msgstr "%s 하위 모듈 병합 실패 (가져오지 않음)"
2324
2325 #: merge-recursive.c:1193
2326 #, c-format
2327 msgid "Failed to merge submodule %s (commits not present)"
2328 msgstr "%s 하위 모듈 병합 실패 (커밋이 없습니다)"
2329
2330 #: merge-recursive.c:1200
2331 #, c-format
2332 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2333 msgstr "%s 하위 모듈 병합 실패 (커밋이 병합 베이스를 따르지 않습니다)"
2334
2335 #: merge-recursive.c:1208 merge-recursive.c:1220
2336 #, c-format
2337 msgid "Fast-forwarding submodule %s to the following commit:"
2338 msgstr "%s 하위 모듈을 다음 커밋으로 정방향 진행:"
2339
2340 #: merge-recursive.c:1211 merge-recursive.c:1223
2341 #, c-format
2342 msgid "Fast-forwarding submodule %s"
2343 msgstr "%s 하위 모듈을 정방향 진행"
2344
2345 #: merge-recursive.c:1245
2346 #, c-format
2347 msgid "Failed to merge submodule %s (merge following commits not found)"
2348 msgstr "%s 하위 모듈 병합 실패 (병합할 때 따라갈 커밋이 없습니다)"
2349
2350 #: merge-recursive.c:1249
2351 #, c-format
2352 msgid "Failed to merge submodule %s (not fast-forward)"
2353 msgstr "%s 하위 모듈 병합 실패 (정방향이 아닙니다)"
2354
2355 #: merge-recursive.c:1250
2356 msgid "Found a possible merge resolution for the submodule:\n"
2357 msgstr "하위 모듈에 대해 가능한 병합 방법을 찾았습니다:\n"
2358
2359 #: merge-recursive.c:1253
2360 #, c-format
2361 msgid ""
2362 "If this is correct simply add it to the index for example\n"
2363 "by using:\n"
2364 "\n"
2365 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2366 "\n"
2367 "which will accept this suggestion.\n"
2368 msgstr ""
2369 "이 제안이 맞으면 인덱스에 추가하면 됩니다. 예를 들어\n"
2370 "다음 명령을 사용하면:\n"
2371 "\n"
2372 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2373 "\n"
2374 "제안을 받아들이게 됩니다.\n"
2375
2376 #: merge-recursive.c:1262
2377 #, c-format
2378 msgid "Failed to merge submodule %s (multiple merges found)"
2379 msgstr "%s 하위 모듈 병합 실패 (병합이 여러개 있습니다)"
2380
2381 #: merge-recursive.c:1321
2382 msgid "Failed to execute internal merge"
2383 msgstr "내부 병합 실행에 실패"
2384
2385 #: merge-recursive.c:1326
2386 #, c-format
2387 msgid "Unable to add %s to database"
2388 msgstr "%s을(를) 데이터베이스에 추가할 수 없습니다"
2389
2390 #: merge-recursive.c:1358
2391 #, c-format
2392 msgid "Auto-merging %s"
2393 msgstr "자동 병합: %s"
2394
2395 #: merge-recursive.c:1423
2396 #, c-format
2397 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2398 msgstr ""
2399 "오류: %s 위치의 추적되지 않는 파일을 잃기를 거부합니다. 대신 %s에 씁니다."
2400
2401 #: merge-recursive.c:1475
2402 #, c-format
2403 msgid ""
2404 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2405 "in tree."
2406 msgstr ""
2407 "충돌 (%s/삭제): %s (위치 %s) 및 %s (%s에서) 삭제. %s 버전의 %s 트리에 남음."
2408
2409 #: merge-recursive.c:1480
2410 #, c-format
2411 msgid ""
2412 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2413 "left in tree."
2414 msgstr ""
2415 "충돌 (%s/삭제): %s (위치 %s) 삭제, %s에서 %s(으)로 (위치 %s). %s 버전의 %s 트"
2416 "리에 남음."
2417
2418 #: merge-recursive.c:1487
2419 #, c-format
2420 msgid ""
2421 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2422 "in tree at %s."
2423 msgstr ""
2424 "충돌 (%s/삭제): %s (위치 %s) 및 %s (위치 %s) 삭제. %s 버전의 %s 트리에 %s(으)"
2425 "로 남음."
2426
2427 #: merge-recursive.c:1492
2428 #, c-format
2429 msgid ""
2430 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2431 "left in tree at %s."
2432 msgstr ""
2433 "충돌 (%s/삭제): %s (위치 %s) 삭제, %s에서 %s(으)로 (위치 %s). %s 버전의 %s 트"
2434 "리에 남음 (위치 %s)."
2435
2436 #: merge-recursive.c:1526
2437 msgid "rename"
2438 msgstr "이름바꾸기"
2439
2440 #: merge-recursive.c:1526
2441 msgid "renamed"
2442 msgstr "이름바꿈"
2443
2444 #: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2445 #: merge-recursive.c:3086
2446 #, c-format
2447 msgid "Refusing to lose dirty file at %s"
2448 msgstr "%s 위치의 변경된 파일을 잃기를 거부합니다"
2449
2450 #: merge-recursive.c:1594
2451 #, c-format
2452 msgid "%s is a directory in %s adding as %s instead"
2453 msgstr "%s은(는) %s에 있는 디렉터리로 %s(으)로 이름을 바꿉니다"
2454
2455 #: merge-recursive.c:1599
2456 #, c-format
2457 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2458 msgstr "%s 위치의 추적되지 않는 파일을 잃기를 거부합니다. 대신 %s 추가"
2459
2460 #: merge-recursive.c:1625
2461 #, c-format
2462 msgid ""
2463 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2464 "\"->\"%s\" in \"%s\"%s"
2465 msgstr ""
2466 "충돌 (이름바꾸기/이름바꾸기): \"%3$s\" 브랜치에서 이름바꾸기 \"%1$s\"->\"%2$s"
2467 "\" \"%6$s\" 브랜치에서 이름 바꾸기 \"%4$s\"->\"%5$s\"%7$s"
2468
2469 #: merge-recursive.c:1630
2470 msgid " (left unresolved)"
2471 msgstr " (해결되지 않음)"
2472
2473 #: merge-recursive.c:1694
2474 #, c-format
2475 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2476 msgstr ""
2477 "충돌 (rename/rename): 이름 바꾸기 %s->%s (위치 %s). 이름 바꾸기 %s->%s (위치 "
2478 "%s)"
2479
2480 #: merge-recursive.c:1733
2481 #, c-format
2482 msgid "Renaming %s to %s and %s to %s instead"
2483 msgstr "대신 이름을 %s에서 %s(으)로 바꾸고 %s에서 %s(으)로 바꿉니다"
2484
2485 #: merge-recursive.c:1745
2486 #, c-format
2487 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2488 msgstr ""
2489 "%s 위치의 추적되지 않는 파일을 잃기를 (잃어버릴 예정이지만) 거부합니다."
2490
2491 #: merge-recursive.c:1951
2492 #, c-format
2493 msgid ""
2494 "CONFLICT (directory rename split): Unclear where to place %s because "
2495 "directory %s was renamed to multiple other directories, with no destination "
2496 "getting a majority of the files."
2497 msgstr ""
2498 "충돌 (디렉터리 이름 바꾸기 분리): %s 파일을 어디에 놓을지 불분명합니다. %s 디"
2499 "렉터리가 여러 개의 다른 디렉터리로 이름이 바뀌었고 파일 다수가 들어 있는 대상"
2500 "이 없기 때문입니다."
2501
2502 #: merge-recursive.c:1983
2503 #, c-format
2504 msgid ""
2505 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2506 "implicit directory rename(s) putting the following path(s) there: %s."
2507 msgstr ""
2508 "충돌 (묵시적인 디렉터리 이름 바꾸기): %s 위치의 기존 파일/디렉터리가 묵시적으"
2509 "로 디렉터리 이름이 바뀌어 다음 경로가 들어갈 예정입니다: %s."
2510
2511 #: merge-recursive.c:1993
2512 #, c-format
2513 msgid ""
2514 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2515 "implicit directory renames tried to put these paths there: %s"
2516 msgstr ""
2517 "충돌 (묵시적인 디렉터리 이름 바꾸기): 여러 개의 경로를 %s에 대응할 수 없습니"
2518 "다. 묵시적인 디렉터리 이름 바꾸기 기능은 이들 경로를 해당 위치에 놓도록 시도"
2519 "합니다: %s"
2520
2521 #: merge-recursive.c:2085
2522 #, c-format
2523 msgid ""
2524 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2525 ">%s in %s"
2526 msgstr ""
2527 "충돌 (rename/rename): 이름 바꾸기 %s->%s (위치 %s). 이름 바꾸기 %s->%s (위치 "
2528 "%s)"
2529
2530 #: merge-recursive.c:2330
2531 #, c-format
2532 msgid ""
2533 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2534 "renamed."
2535 msgstr ""
2536 "경고: %s -> %s 이름 바꾸기 (대상 %s) 적용 거부. %s 자체가 이미 이름이 바뀌었"
2537 "습니다."
2538
2539 #: merge-recursive.c:2736
2540 #, c-format
2541 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2542 msgstr "충돌 (rename/add): 이름 바꾸기 %s->%s (위치 %s). %s 추가 (위치 %s)"
2543
2544 #: merge-recursive.c:2751
2545 #, c-format
2546 msgid "Adding merged %s"
2547 msgstr "병합된 %s을(를) 추가합니다"
2548
2549 #: merge-recursive.c:2758 merge-recursive.c:3089
2550 #, c-format
2551 msgid "Adding as %s instead"
2552 msgstr "대신 %s(으)로 추가합니다"
2553
2554 #: merge-recursive.c:2914
2555 #, c-format
2556 msgid "cannot read object %s"
2557 msgstr "%s 오브젝트를 읽을 수 없습니다"
2558
2559 #: merge-recursive.c:2917
2560 #, c-format
2561 msgid "object %s is not a blob"
2562 msgstr "%s 오브젝트는 블롭이 아닙니다"
2563
2564 #: merge-recursive.c:2986
2565 msgid "modify"
2566 msgstr "수정"
2567
2568 #: merge-recursive.c:2986
2569 msgid "modified"
2570 msgstr "수정됨"
2571
2572 #: merge-recursive.c:2997
2573 msgid "content"
2574 msgstr "내용"
2575
2576 #: merge-recursive.c:3004
2577 msgid "add/add"
2578 msgstr "추가/추가"
2579
2580 #: merge-recursive.c:3046
2581 #, c-format
2582 msgid "Skipped %s (merged same as existing)"
2583 msgstr "건너뛰기: %s (기존과 같게 병합)"
2584
2585 #: merge-recursive.c:3055 git-submodule.sh:895
2586 msgid "submodule"
2587 msgstr "하위 모듈"
2588
2589 #: merge-recursive.c:3056
2590 #, c-format
2591 msgid "CONFLICT (%s): Merge conflict in %s"
2592 msgstr "충돌 (%s): %s에 병합 충돌"
2593
2594 #: merge-recursive.c:3178
2595 #, c-format
2596 msgid "Removing %s"
2597 msgstr "제거: %s"
2598
2599 #: merge-recursive.c:3204
2600 msgid "file/directory"
2601 msgstr "파일/디렉터리"
2602
2603 #: merge-recursive.c:3210
2604 msgid "directory/file"
2605 msgstr "디렉터리/파일"
2606
2607 #: merge-recursive.c:3217
2608 #, c-format
2609 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2610 msgstr ""
2611 "충돌 (%s): 이름이 %s인 디렉터리가 %s에 있습니다. %s을(를) %s(으)로 추가합니다"
2612
2613 #: merge-recursive.c:3226
2614 #, c-format
2615 msgid "Adding %s"
2616 msgstr "추가: %s"
2617
2618 #: merge-recursive.c:3267
2619 #, c-format
2620 msgid "Dirty index: cannot merge (dirty: %s)"
2621 msgstr "변경된 인덱스: 병합할 수 없습니다 (dirty: %s)"
2622
2623 #: merge-recursive.c:3271
2624 msgid "Already up to date!"
2625 msgstr "이미 업데이트 상태입니다!"
2626
2627 #: merge-recursive.c:3280
2628 #, c-format
2629 msgid "merging of trees %s and %s failed"
2630 msgstr "%s 및 %s 트리의 병합이 실패했습니다"
2631
2632 #: merge-recursive.c:3379
2633 msgid "Merging:"
2634 msgstr "병합:"
2635
2636 #: merge-recursive.c:3392
2637 #, c-format
2638 msgid "found %u common ancestor:"
2639 msgid_plural "found %u common ancestors:"
2640 msgstr[0] "과거의 공통 커밋 %u개 발견:"
2641
2642 #: merge-recursive.c:3431
2643 msgid "merge returned no commit"
2644 msgstr "병합 결과에 커밋이 없습니다"
2645
2646 #: merge-recursive.c:3495
2647 #, c-format
2648 msgid "Could not parse object '%s'"
2649 msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
2650
2651 #: merge-recursive.c:3511 builtin/merge.c:659 builtin/merge.c:816
2652 msgid "Unable to write index."
2653 msgstr "인덱스를 쓸 수 없습니다."
2654
2655 #: notes-merge.c:272
2656 #, c-format
2657 msgid ""
2658 "You have not concluded your previous notes merge (%s exists).\n"
2659 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2660 "commit/abort the previous merge before you start a new notes merge."
2661 msgstr ""
2662 "이전의 노트 병합을 다 마치지 않았습니다 (%s 있음).\n"
2663 "새로 노트 병합을 시작하기 전에 'git notes merge --commit'\n"
2664 "또는 'git notes merge --abort'로 이전 병합을 커밋/중지하십시오."
2665
2666 #: notes-merge.c:279
2667 #, c-format
2668 msgid "You have not concluded your notes merge (%s exists)."
2669 msgstr "노트 병합 작업을 다 마치지 않았습니다. (%s 있음)"
2670
2671 #: notes-utils.c:43
2672 msgid "Cannot commit uninitialized/unreferenced notes tree"
2673 msgstr "초기화하지 않았거나 레퍼런스하지 않은 notes 트리를 커밋할 수 없습니다"
2674
2675 #: notes-utils.c:102
2676 #, c-format
2677 msgid "Bad notes.rewriteMode value: '%s'"
2678 msgstr "잘못된 notes.rewriteMode 값: '%s'"
2679
2680 #: notes-utils.c:112
2681 #, c-format
2682 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2683 msgstr "%s에서 노트를 다시 쓰기를 거부합니다 (refs/notes/ 밖임)"
2684
2685 #. TRANSLATORS: The first %s is the name of
2686 #. the environment variable, the second %s is
2687 #. its value.
2688 #.
2689 #: notes-utils.c:142
2690 #, c-format
2691 msgid "Bad %s value: '%s'"
2692 msgstr "잘못된 %s 값: '%s'"
2693
2694 #: object.c:242
2695 #, c-format
2696 msgid "unable to parse object: %s"
2697 msgstr "오브젝트를 파싱할 수 없습니다: %s"
2698
2699 #: packfile.c:563
2700 msgid "offset before end of packfile (broken .idx?)"
2701 msgstr "오프셋이 묶음 파일 앞입니다 (망가진 .idx?)"
2702
2703 #: packfile.c:1742
2704 #, c-format
2705 msgid "offset before start of pack index for %s (corrupt index?)"
2706 msgstr "오프셋이 %s의 묶음 인덱스 시작보다 앞입니다 (망가진 인덱스?)"
2707
2708 #: packfile.c:1746
2709 #, c-format
2710 msgid "offset beyond end of pack index for %s (truncated index?)"
2711 msgstr "오프셋이 %s의 묶음 인덱스 끝보다 뒤입니다 (망가진 인덱스?)"
2712
2713 #: parse-options.c:621
2714 msgid "..."
2715 msgstr "..."
2716
2717 #: parse-options.c:640
2718 #, c-format
2719 msgid "usage: %s"
2720 msgstr "사용법: %s"
2721
2722 #. TRANSLATORS: the colon here should align with the
2723 #. one in "usage: %s" translation.
2724 #.
2725 #: parse-options.c:646
2726 #, c-format
2727 msgid " or: %s"
2728 msgstr " 또는: %s"
2729
2730 #: parse-options.c:649
2731 #, c-format
2732 msgid " %s"
2733 msgstr " %s"
2734
2735 #: parse-options.c:688
2736 msgid "-NUM"
2737 msgstr "-NUM"
2738
2739 #: parse-options-cb.c:44
2740 #, c-format
2741 msgid "malformed expiration date '%s'"
2742 msgstr "형식이 잘못된 만료 시각: '%s'"
2743
2744 #: parse-options-cb.c:112
2745 #, c-format
2746 msgid "malformed object name '%s'"
2747 msgstr "잘못된 형식의 오브젝트 이름 '%s'"
2748
2749 #: path.c:892
2750 #, c-format
2751 msgid "Could not make %s writable by group"
2752 msgstr "%s을(를) 그룹에서 쓰기 가능하도록 만들 수 없습니다"
2753
2754 #: pathspec.c:129
2755 msgid "Escape character '\\' not allowed as last character in attr value"
2756 msgstr "속성 값의 마지막 문자로 '\\\\' 이스케이프 문자는 허용하지 않습니다"
2757
2758 #: pathspec.c:147
2759 msgid "Only one 'attr:' specification is allowed."
2760 msgstr "하나의 'attr:' 명세만 허용합니다."
2761
2762 #: pathspec.c:150
2763 msgid "attr spec must not be empty"
2764 msgstr "attr 명세는 비어 있으면 안 됩니다"
2765
2766 #: pathspec.c:193
2767 #, c-format
2768 msgid "invalid attribute name %s"
2769 msgstr "잘못된 속성 이름 %s"
2770
2771 #: pathspec.c:258
2772 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2773 msgstr "'glob' 및 'noglob' 경로명세 전체 설정은 호환되지 않습니다"
2774
2775 #: pathspec.c:265
2776 msgid ""
2777 "global 'literal' pathspec setting is incompatible with all other global "
2778 "pathspec settings"
2779 msgstr ""
2780 "'literal' 경로명세 전체 설정은 다른 경로명세 전체 설정과 호환되지 않습니다"
2781
2782 #: pathspec.c:305
2783 msgid "invalid parameter for pathspec magic 'prefix'"
2784 msgstr "경로명세 지시어 'prefix'에 잘못된 파라미터"
2785
2786 #: pathspec.c:326
2787 #, c-format
2788 msgid "Invalid pathspec magic '%.*s' in '%s'"
2789 msgstr "잘못된 경로명세 지시어 '%.*s' (위치 '%s')"
2790
2791 #: pathspec.c:331
2792 #, c-format
2793 msgid "Missing ')' at the end of pathspec magic in '%s'"
2794 msgstr "경로 명세 지시어 끝에 ')' 빠짐 (위치 '%s')"
2795
2796 #: pathspec.c:369
2797 #, c-format
2798 msgid "Unimplemented pathspec magic '%c' in '%s'"
2799 msgstr "구현되지 않은 경로명세 지시어 '%c' (위치 '%s')"
2800
2801 #: pathspec.c:428
2802 #, c-format
2803 msgid "%s: 'literal' and 'glob' are incompatible"
2804 msgstr "%s: 'literal'과 'glob'은 호환되지 않습니다"
2805
2806 #: pathspec.c:441
2807 #, c-format
2808 msgid "%s: '%s' is outside repository"
2809 msgstr "%s: '%s'은(는) 저장소 밖입니다"
2810
2811 #: pathspec.c:515
2812 #, c-format
2813 msgid "'%s' (mnemonic: '%c')"
2814 msgstr "'%s' (단축키: '%c')"
2815
2816 #: pathspec.c:525
2817 #, c-format
2818 msgid "%s: pathspec magic not supported by this command: %s"
2819 msgstr "%s: 경로명세 지시어가 이 명령어에서 지원하지 않습니다: %s"
2820
2821 #: pathspec.c:592
2822 #, c-format
2823 msgid "pathspec '%s' is beyond a symbolic link"
2824 msgstr "'%s' 경로명세는 심볼릭 링크 아래에 있습니다"
2825
2826 #: pretty.c:962
2827 msgid "unable to parse --pretty format"
2828 msgstr "--pretty 형식을 파싱할 수 없습니다"
2829
2830 #: read-cache.c:1500
2831 #, c-format
2832 msgid ""
2833 "index.version set, but the value is invalid.\n"
2834 "Using version %i"
2835 msgstr ""
2836 "index.version이 설정되었지만, 이 값이 잘못되었습니다.\n"
2837 "%i 버전을 사용합니다"
2838
2839 #: read-cache.c:1510
2840 #, c-format
2841 msgid ""
2842 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2843 "Using version %i"
2844 msgstr ""
2845 "GIT_INDEX_VERSION이 설정되었지만, 이 값이 잘못되었습니다.\n"
2846 "%i 버전을 사용합니다"
2847
2848 #: read-cache.c:2404 sequencer.c:4338 wrapper.c:658 builtin/merge.c:1048
2849 #, c-format
2850 msgid "could not close '%s'"
2851 msgstr "'%s'을(를) 닫을 수 없습니다"
2852
2853 #: read-cache.c:2477 sequencer.c:2102 sequencer.c:3234
2854 #, c-format
2855 msgid "could not stat '%s'"
2856 msgstr "'%s'을(를) stat()할 수 없습니다"
2857
2858 #: read-cache.c:2490
2859 #, c-format
2860 msgid "unable to open git dir: %s"
2861 msgstr "git 디렉터리를 열 수 없습니다: %s"
2862
2863 #: read-cache.c:2502
2864 #, c-format
2865 msgid "unable to unlink: %s"
2866 msgstr "링크 해제할 수 없습니다: %s"
2867
2868 #: refs.c:732 sequencer.c:4334 sequencer.c:4393 wrapper.c:225 wrapper.c:395
2869 #: builtin/am.c:779
2870 #, c-format
2871 msgid "could not open '%s' for writing"
2872 msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
2873
2874 #: refs.c:1880
2875 msgid "ref updates forbidden inside quarantine environment"
2876 msgstr "격리된 환경에서 레퍼런스 업데이트가 금지됩니다"
2877
2878 #: refs/files-backend.c:1191
2879 #, c-format
2880 msgid "could not remove reference %s"
2881 msgstr "%s 레퍼런스를 제거할 수 없습니다"
2882
2883 #: refs/files-backend.c:1205 refs/packed-backend.c:1531
2884 #: refs/packed-backend.c:1541
2885 #, c-format
2886 msgid "could not delete reference %s: %s"
2887 msgstr "%s 레퍼런스를 삭제할 수 없습니다: %s"
2888
2889 #: refs/files-backend.c:1208 refs/packed-backend.c:1544
2890 #, c-format
2891 msgid "could not delete references: %s"
2892 msgstr "레퍼런스를 삭제할 수 없습니다: %s"
2893
2894 #: ref-filter.c:35 wt-status.c:1850
2895 msgid "gone"
2896 msgstr "없음"
2897
2898 #: ref-filter.c:36
2899 #, c-format
2900 msgid "ahead %d"
2901 msgstr "%d개 앞"
2902
2903 #: ref-filter.c:37
2904 #, c-format
2905 msgid "behind %d"
2906 msgstr "%d개 뒤"
2907
2908 #: ref-filter.c:38
2909 #, c-format
2910 msgid "ahead %d, behind %d"
2911 msgstr "%d개 앞, %d개 뒤"
2912
2913 #: ref-filter.c:121
2914 #, c-format
2915 msgid "expected format: %%(color:<color>)"
2916 msgstr "예상한 형식: %%(color:<색>)"
2917
2918 #: ref-filter.c:123
2919 #, c-format
2920 msgid "unrecognized color: %%(color:%s)"
2921 msgstr "인식할 수 없는 색: %%(color:%s)"
2922
2923 #: ref-filter.c:145
2924 #, c-format
2925 msgid "Integer value expected refname:lstrip=%s"
2926 msgstr "정수 값이 와야 합니다 refname:lstrip=%s"
2927
2928 #: ref-filter.c:149
2929 #, c-format
2930 msgid "Integer value expected refname:rstrip=%s"
2931 msgstr "정수 값이 와야 합니다 refname:rstrip=%s"
2932
2933 #: ref-filter.c:151
2934 #, c-format
2935 msgid "unrecognized %%(%s) argument: %s"
2936 msgstr "인식할 수 없는 %%(%s) 인자: %s"
2937
2938 #: ref-filter.c:206
2939 #, c-format
2940 msgid "%%(body) does not take arguments"
2941 msgstr "%%(body)에 인자를 받지 않습니다"
2942
2943 #: ref-filter.c:215
2944 #, c-format
2945 msgid "%%(subject) does not take arguments"
2946 msgstr "%%(subject)에 인자를 받지 않습니다"
2947
2948 #: ref-filter.c:235
2949 #, c-format
2950 msgid "unknown %%(trailers) argument: %s"
2951 msgstr "알 수 없는 %%(trailers) 옵션 인자: %s"
2952
2953 #: ref-filter.c:264
2954 #, c-format
2955 msgid "positive value expected contents:lines=%s"
2956 msgstr "'contents:lines=%s'에서 0보다 큰 값이 와야 합니다"
2957
2958 #: ref-filter.c:266
2959 #, c-format
2960 msgid "unrecognized %%(contents) argument: %s"
2961 msgstr "알 수 없는 %%(contents) 인자: %s"
2962
2963 #: ref-filter.c:281
2964 #, c-format
2965 msgid "positive value expected objectname:short=%s"
2966 msgstr "'contents:short=%s'에서 0보다 큰 값이 와야 합니다"
2967
2968 #: ref-filter.c:285
2969 #, c-format
2970 msgid "unrecognized %%(objectname) argument: %s"
2971 msgstr "알 수 없는 %%(objectname) 인자: %s"
2972
2973 #: ref-filter.c:315
2974 #, c-format
2975 msgid "expected format: %%(align:<width>,<position>)"
2976 msgstr "예상한 형식: %%(align:<너비>,<위치>)"
2977
2978 #: ref-filter.c:327
2979 #, c-format
2980 msgid "unrecognized position:%s"
2981 msgstr "인식할 수 없는 위치:%s"
2982
2983 #: ref-filter.c:334
2984 #, c-format
2985 msgid "unrecognized width:%s"
2986 msgstr "인식할 수 없는 너비:%s"
2987
2988 #: ref-filter.c:343
2989 #, c-format
2990 msgid "unrecognized %%(align) argument: %s"
2991 msgstr "인식할 수 없는 %%(align) 인자:%s"
2992
2993 #: ref-filter.c:351
2994 #, c-format
2995 msgid "positive width expected with the %%(align) atom"
2996 msgstr "%%(align) 아톰에 너비가 0보다 커야 합니다"
2997
2998 #: ref-filter.c:369
2999 #, c-format
3000 msgid "unrecognized %%(if) argument: %s"
3001 msgstr "인식할 수 없는 %%(if) 인자: %s"
3002
3003 #: ref-filter.c:464
3004 #, c-format
3005 msgid "malformed field name: %.*s"
3006 msgstr "잘못된 형식의 필드 이름: %.*s"
3007
3008 #: ref-filter.c:491
3009 #, c-format
3010 msgid "unknown field name: %.*s"
3011 msgstr "알 수 없는 필드 이름: %.*s"
3012
3013 #: ref-filter.c:608
3014 #, c-format
3015 msgid "format: %%(if) atom used without a %%(then) atom"
3016 msgstr "형식: %%(if) 아톰이 %%(then) 아톰 없이 사용되었습니다"
3017
3018 #: ref-filter.c:671
3019 #, c-format
3020 msgid "format: %%(then) atom used without an %%(if) atom"
3021 msgstr "형식: %%(then) 아톰이 %%(if) 아톰 없이 사용되었습니다"
3022
3023 #: ref-filter.c:673
3024 #, c-format
3025 msgid "format: %%(then) atom used more than once"
3026 msgstr "형식: %%(then) 아톰이 여러번 사용되었습니다"
3027
3028 #: ref-filter.c:675
3029 #, c-format
3030 msgid "format: %%(then) atom used after %%(else)"
3031 msgstr "형식: %%(then) 아톰이 %%(else) 뒤에 사용되었습니다"
3032
3033 #: ref-filter.c:703
3034 #, c-format
3035 msgid "format: %%(else) atom used without an %%(if) atom"
3036 msgstr "형식: %%(else) 아톰이 %%(if) 아톰 없이 사용되었습니다"
3037
3038 #: ref-filter.c:705
3039 #, c-format
3040 msgid "format: %%(else) atom used without a %%(then) atom"
3041 msgstr "형식: %%(else) 아톰이 %%(then) 아톰 없이 사용되었습니다"
3042
3043 #: ref-filter.c:707
3044 #, c-format
3045 msgid "format: %%(else) atom used more than once"
3046 msgstr "형식: %%(else) 아톰이 여러번 사용되었습니다"
3047
3048 #: ref-filter.c:722
3049 #, c-format
3050 msgid "format: %%(end) atom used without corresponding atom"
3051 msgstr "형식: %%(end) 아톰이 대응되는 아톰 없이 사용되었습니다"
3052
3053 #: ref-filter.c:779
3054 #, c-format
3055 msgid "malformed format string %s"
3056 msgstr "잘못된 형식의 문자열 %s"
3057
3058 #: ref-filter.c:1387
3059 #, c-format
3060 msgid "(no branch, rebasing %s)"
3061 msgstr "(브랜치 없음, %s 리베이스)"
3062
3063 #: ref-filter.c:1390
3064 #, c-format
3065 msgid "(no branch, rebasing detached HEAD %s)"
3066 msgstr "(브랜치 없음, 분리된 HEAD %s 리베이스)"
3067
3068 #: ref-filter.c:1393
3069 #, c-format
3070 msgid "(no branch, bisect started on %s)"
3071 msgstr "(브랜치 없음, 이등분 %s에서 시작)"
3072
3073 #. TRANSLATORS: make sure this matches "HEAD
3074 #. detached at " in wt-status.c
3075 #.
3076 #: ref-filter.c:1401
3077 #, c-format
3078 msgid "(HEAD detached at %s)"
3079 msgstr "(HEAD %s 위치에서 분리됨)"
3080
3081 #. TRANSLATORS: make sure this matches "HEAD
3082 #. detached from " in wt-status.c
3083 #.
3084 #: ref-filter.c:1408
3085 #, c-format
3086 msgid "(HEAD detached from %s)"
3087 msgstr "(HEAD %s(으)로부터 분리됨)"
3088
3089 #: ref-filter.c:1412
3090 msgid "(no branch)"
3091 msgstr "(브랜치 없음)"
3092
3093 #: ref-filter.c:1442
3094 #, c-format
3095 msgid "missing object %s for %s"
3096 msgstr "없는 오브젝트 %s, %s에 대해"
3097
3098 #: ref-filter.c:1445
3099 #, c-format
3100 msgid "parse_object_buffer failed on %s for %s"
3101 msgstr "%s에 parse_object_buffer 실패 (%s에 대해)"
3102
3103 #: ref-filter.c:1902
3104 #, c-format
3105 msgid "malformed object at '%s'"
3106 msgstr "'%s'에 잘못된 형식의 오브젝트"
3107
3108 #: ref-filter.c:1984
3109 #, c-format
3110 msgid "ignoring ref with broken name %s"
3111 msgstr "망가진 이름 %s에 레퍼런스를 무시합니다"
3112
3113 #: ref-filter.c:1989
3114 #, c-format
3115 msgid "ignoring broken ref %s"
3116 msgstr "망가진 레퍼런스 %s 무시"
3117
3118 #: ref-filter.c:2261
3119 #, c-format
3120 msgid "format: %%(end) atom missing"
3121 msgstr "형식: %%(end) 아톰이 없습니다"
3122
3123 #: ref-filter.c:2365
3124 #, c-format
3125 msgid "malformed object name %s"
3126 msgstr "잘못된 형식의 오브젝트 이름 %s"
3127
3128 #: remote.c:605
3129 #, c-format
3130 msgid "Cannot fetch both %s and %s to %s"
3131 msgstr "%s 및 %s을(를) 모두 %s에 가져올 수 없습니다"
3132
3133 #: remote.c:609
3134 #, c-format
3135 msgid "%s usually tracks %s, not %s"
3136 msgstr "%s은(는) 보통 %s을(를) 추적하고, %s을(를) 추적하지 않습니다"
3137
3138 #: remote.c:613
3139 #, c-format
3140 msgid "%s tracks both %s and %s"
3141 msgstr "%s은(는) %s 및 %s 모두 추적합니다"
3142
3143 #: remote.c:621
3144 msgid "Internal error"
3145 msgstr "내부 오류"
3146
3147 #: remote.c:1534 remote.c:1635
3148 msgid "HEAD does not point to a branch"
3149 msgstr "HEAD가 브랜치를 가리키지 않습니다"
3150
3151 #: remote.c:1543
3152 #, c-format
3153 msgid "no such branch: '%s'"
3154 msgstr "그런 브랜치가 없습니다: '%s'"
3155
3156 #: remote.c:1546
3157 #, c-format
3158 msgid "no upstream configured for branch '%s'"
3159 msgstr "'%s' 브랜치에 대해 업스트림을 설정하지 않았습니다"
3160
3161 #: remote.c:1552
3162 #, c-format
3163 msgid "upstream branch '%s' not stored as a remote-tracking branch"
3164 msgstr "업스트림 '%s' 브랜치가 리모트 추적 브랜치로 저장되지 않았습니다"
3165
3166 #: remote.c:1567
3167 #, c-format
3168 msgid "push destination '%s' on remote '%s' has no local tracking branch"
3169 msgstr "리모트 '%2$s'의 푸시 대상 '%1$s'에 로컬 추적 브랜치가 없습니다"
3170
3171 #: remote.c:1579
3172 #, c-format
3173 msgid "branch '%s' has no remote for pushing"
3174 msgstr "'%s' 브랜치에 푸시 리모트가 없습니다"
3175
3176 #: remote.c:1589
3177 #, c-format
3178 msgid "push refspecs for '%s' do not include '%s'"
3179 msgstr "'%s'에 대한 푸시 레퍼런스명세에 '%s'이(가) 들어 있지 않습니다"
3180
3181 #: remote.c:1602
3182 msgid "push has no destination (push.default is 'nothing')"
3183 msgstr "푸시의 대상이 없습니다 (push.default가 'nothing'입니다)"
3184
3185 #: remote.c:1624
3186 msgid "cannot resolve 'simple' push to a single destination"
3187 msgstr "하나의 대상에 대해 'simple' 푸시를 처리할 수 없습니다"
3188
3189 #: remote.c:1939
3190 #, c-format
3191 msgid "Your branch is based on '%s', but the upstream is gone.\n"
3192 msgstr "현재 브랜치가 '%s' 기반이지만, 업스트림이 없어졌습니다.\n"
3193
3194 #: remote.c:1943
3195 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
3196 msgstr " (바로잡으려면 \"git branch --unset-upstream\"을 사용하십시오)\n"
3197
3198 #: remote.c:1946
3199 #, c-format
3200 msgid "Your branch is up to date with '%s'.\n"
3201 msgstr "브랜치가 '%s'에 맞게 업데이트된 상태입니다.\n"
3202
3203 #: remote.c:1950
3204 #, c-format
3205 msgid "Your branch and '%s' refer to different commits.\n"
3206 msgstr "현재 브랜치와 '%s'이(가) 다른 커밋을 레퍼런스합니다.\n"
3207
3208 #: remote.c:1953
3209 #, c-format
3210 msgid " (use \"%s\" for details)\n"
3211 msgstr " (자세한 정보를 위해 \"%s\"을(를) 사용하십시오)\n"
3212
3213 #: remote.c:1957
3214 #, c-format
3215 msgid "Your branch is ahead of '%s' by %d commit.\n"
3216 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3217 msgstr[0] "브랜치가 '%s'보다 %d개 커밋만큼 앞에 있습니다.\n"
3218
3219 #: remote.c:1963
3220 msgid " (use \"git push\" to publish your local commits)\n"
3221 msgstr " (로컬에 있는 커밋을 제출하려면 \"git push\"를 사용하십시오)\n"
3222
3223 #: remote.c:1966
3224 #, c-format
3225 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3226 msgid_plural ""
3227 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
3228 msgstr[0] "브랜치가 '%s'보다 %d개 커밋 뒤에 있고, 앞으로 돌릴 수 있습니다.\n"
3229
3230 #: remote.c:1974
3231 msgid " (use \"git pull\" to update your local branch)\n"
3232 msgstr " (로컬 브랜치를 업데이트하려면 \"git pull\"을 사용하십시오)\n"
3233
3234 #: remote.c:1977
3235 #, c-format
3236 msgid ""
3237 "Your branch and '%s' have diverged,\n"
3238 "and have %d and %d different commit each, respectively.\n"
3239 msgid_plural ""
3240 "Your branch and '%s' have diverged,\n"
3241 "and have %d and %d different commits each, respectively.\n"
3242 msgstr[0] ""
3243 "현재 브랜치와 '%s'이(가) 갈라졌습니다,\n"
3244 "다른 커밋이 각각 %d개와 %d개 있습니다.\n"
3245
3246 #: remote.c:1987
3247 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
3248 msgstr ""
3249 " (리모트의 브랜치를 현재 브랜치로 병합하려면 \"git pull\"을 사용하십시오)\n"
3250
3251 #: revision.c:2289
3252 msgid "your current branch appears to be broken"
3253 msgstr "현재 브랜치가 망가진 것처럼 보입니다"
3254
3255 #: revision.c:2292
3256 #, c-format
3257 msgid "your current branch '%s' does not have any commits yet"
3258 msgstr "현재 '%s' 브랜치에 아직 아무 커밋도 없습니다"
3259
3260 #: revision.c:2489
3261 msgid "--first-parent is incompatible with --bisect"
3262 msgstr "--first-parent 옵션은 --bisect 옵션과 호환되지 않습니다"
3263
3264 #: run-command.c:728
3265 msgid "open /dev/null failed"
3266 msgstr "/dev/null 열기 실패"
3267
3268 #: run-command.c:1271
3269 #, c-format
3270 msgid ""
3271 "The '%s' hook was ignored because it's not set as executable.\n"
3272 "You can disable this warning with `git config advice.ignoredHook false`."
3273 msgstr ""
3274 "'%s' 후크가 실행 가능하도록 설정되지 않아서, 무시됩니다.\n"
3275 "이 경고는 `git config advice.ignoredHook false` 명령으로 끌 수 있습니다."
3276
3277 #: send-pack.c:141
3278 msgid "unexpected flush packet while reading remote unpack status"
3279 msgstr "리모트 묶음 풀기 상태를 읽는 동안 발생한 예상치 못한 플러시 패킷"
3280
3281 #: send-pack.c:143
3282 #, c-format
3283 msgid "unable to parse remote unpack status: %s"
3284 msgstr "리모트 묶음 풀기 상태를 파싱할 수 없습니다: %s"
3285
3286 #: send-pack.c:145
3287 #, c-format
3288 msgid "remote unpack failed: %s"
3289 msgstr "리모트 묶음 풀기 실패: %s"
3290
3291 #: send-pack.c:308
3292 msgid "failed to sign the push certificate"
3293 msgstr "푸시 인증서 서명에 실패했습니다"
3294
3295 #: send-pack.c:421
3296 msgid "the receiving end does not support --signed push"
3297 msgstr "받는 쪽에서 --signed 푸시를 지원하지 않습니다"
3298
3299 #: send-pack.c:423
3300 msgid ""
3301 "not sending a push certificate since the receiving end does not support --"
3302 "signed push"
3303 msgstr ""
3304 "받는 쪽에서 --signed 푸시를 지원하지 않으므로 푸시 인증서를 보내지 않습니다"
3305
3306 #: send-pack.c:435
3307 msgid "the receiving end does not support --atomic push"
3308 msgstr "받는 쪽에서 --atomic 푸시를 지원하지 않습니다"
3309
3310 #: send-pack.c:440
3311 msgid "the receiving end does not support push options"
3312 msgstr "받는 쪽에서 푸시 옵션을 지원하지 않습니다"
3313
3314 #: sequencer.c:175
3315 #, c-format
3316 msgid "invalid commit message cleanup mode '%s'"
3317 msgstr "잘못된 커밋 메시지 정리 모드 '%s'"
3318
3319 #: sequencer.c:275
3320 #, c-format
3321 msgid "could not delete '%s'"
3322 msgstr "'%s'을(를) 삭제할 수 없습니다"
3323
3324 #: sequencer.c:301
3325 msgid "revert"
3326 msgstr "revert"
3327
3328 #: sequencer.c:303
3329 msgid "cherry-pick"
3330 msgstr "cherry-pick"
3331
3332 #: sequencer.c:305
3333 msgid "rebase -i"
3334 msgstr "rebase -i"
3335
3336 #: sequencer.c:307
3337 #, c-format
3338 msgid "Unknown action: %d"
3339 msgstr "알 수 없는 동작: %d"
3340
3341 #: sequencer.c:364
3342 msgid ""
3343 "after resolving the conflicts, mark the corrected paths\n"
3344 "with 'git add <paths>' or 'git rm <paths>'"
3345 msgstr ""
3346 "이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
3347 "'git add <경로>' 또는 'git rm <경로>'로 표시하십시오"
3348
3349 #: sequencer.c:367
3350 msgid ""
3351 "after resolving the conflicts, mark the corrected paths\n"
3352 "with 'git add <paths>' or 'git rm <paths>'\n"
3353 "and commit the result with 'git commit'"
3354 msgstr ""
3355 "이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
3356 "'git add <경로>' 또는 'git rm <경로>'로 표시하십시오.\n"
3357 "그리고 결과물을 'git commit'으로 커밋하십시오"
3358
3359 #: sequencer.c:380 sequencer.c:2468
3360 #, c-format
3361 msgid "could not lock '%s'"
3362 msgstr "'%s'을(를) 잠글 수 없습니다"
3363
3364 #: sequencer.c:382 sequencer.c:2346 sequencer.c:2472 sequencer.c:2486
3365 #: sequencer.c:2694 sequencer.c:4336 sequencer.c:4399 wrapper.c:656
3366 #, c-format
3367 msgid "could not write to '%s'"
3368 msgstr "'%s'에 쓸 수 없습니다"
3369
3370 #: sequencer.c:387
3371 #, c-format
3372 msgid "could not write eol to '%s'"
3373 msgstr "'%s'에 줄바꿈을 쓸 수 없습니다"
3374
3375 #: sequencer.c:392 sequencer.c:2351 sequencer.c:2474 sequencer.c:2488
3376 #: sequencer.c:2702
3377 #, c-format
3378 msgid "failed to finalize '%s'"
3379 msgstr "'%s' 마치는데 실패했습니다"
3380
3381 #: sequencer.c:415 sequencer.c:804 sequencer.c:1493 sequencer.c:2371
3382 #: sequencer.c:2684 sequencer.c:2788 builtin/am.c:259 builtin/commit.c:727
3383 #: builtin/merge.c:1046
3384 #, c-format
3385 msgid "could not read '%s'"
3386 msgstr "'%s'에서 읽을 수 없습니다"
3387
3388 #: sequencer.c:441
3389 #, c-format
3390 msgid "your local changes would be overwritten by %s."
3391 msgstr "로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다."
3392
3393 #: sequencer.c:445
3394 msgid "commit your changes or stash them to proceed."
3395 msgstr "변경 사항을 커밋하거나 스태시한 다음 계속하십시오."
3396
3397 #: sequencer.c:474
3398 #, c-format
3399 msgid "%s: fast-forward"
3400 msgstr "%s: 정방향 진행"
3401
3402 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3403 #. "rebase -i".
3404 #.
3405 #: sequencer.c:563
3406 #, c-format
3407 msgid "%s: Unable to write new index file"
3408 msgstr "%s: 새 인덱스 파일을 쓸 수 없습니다"
3409
3410 #: sequencer.c:579
3411 msgid "unable to update cache tree"
3412 msgstr "캐시 트리를 업데이트할 수 없습니다"
3413
3414 #: sequencer.c:592
3415 msgid "could not resolve HEAD commit"
3416 msgstr "HEAD 커밋을 찾을 수 없습니다"
3417
3418 #: sequencer.c:749
3419 #, c-format
3420 msgid ""
3421 "you have staged changes in your working tree\n"
3422 "If these changes are meant to be squashed into the previous commit, run:\n"
3423 "\n"
3424 " git commit --amend %s\n"
3425 "\n"
3426 "If they are meant to go into a new commit, run:\n"
3427 "\n"
3428 " git commit %s\n"
3429 "\n"
3430 "In both cases, once you're done, continue with:\n"
3431 "\n"
3432 " git rebase --continue\n"
3433 msgstr ""
3434 "작업 폴더에 스테이징한 변경 사항이 있습니다.\n"
3435 "이 변경 사항을 이전 커밋에 합치려면,\n"
3436 "다음을 실행하십시오:\n"
3437 "\n"
3438 " git commit --amend %s\n"
3439 "\n"
3440 "새 커밋으로 만드려면 다음을 실행하십시오:\n"
3441 "\n"
3442 " git commit %s\n"
3443 "\n"
3444 "어떤 경우이든, 마친 다음에 다음 명령으로 계속합니다:\n"
3445 "\n"
3446 " git rebase --continue\n"
3447
3448 #: sequencer.c:818
3449 msgid "writing root commit"
3450 msgstr "최상위 커밋을 씁니다"
3451
3452 #: sequencer.c:1043
3453 msgid "'prepare-commit-msg' hook failed"
3454 msgstr "'prepare-commit-msg' 후크가 실패했습니다"
3455
3456 #: sequencer.c:1050
3457 msgid ""
3458 "Your name and email address were configured automatically based\n"
3459 "on your username and hostname. Please check that they are accurate.\n"
3460 "You can suppress this message by setting them explicitly. Run the\n"
3461 "following command and follow the instructions in your editor to edit\n"
3462 "your configuration file:\n"
3463 "\n"
3464 " git config --global --edit\n"
3465 "\n"
3466 "After doing this, you may fix the identity used for this commit with:\n"
3467 "\n"
3468 " git commit --amend --reset-author\n"
3469 msgstr ""
3470 "이름과 전자메일 주소를 사용자 이름과 호스트 이름을 이용해서 자동으로\n"
3471 "설정했습니다. 이 정보가 맞는지 확인하십시오. 이 메시지를 보지 않으려면 정보"
3472 "를\n"
3473 "명시적으로 설정하십시오. 다음 명령어를 실행하고 편집기의 안내에 따라 설정\n"
3474 "파일을 편집하십시오:\n"
3475 "\n"
3476 " git config --global --edit\n"
3477 "\n"
3478 "이렇게 한 다음, 이 커밋에 사용한 신원 정보를 다음과 같이 해서 바꿀 수 있습니"
3479 "다:\n"
3480 "\n"
3481 " git commit --amend --reset-author\n"
3482
3483 #: sequencer.c:1063
3484 msgid ""
3485 "Your name and email address were configured automatically based\n"
3486 "on your username and hostname. Please check that they are accurate.\n"
3487 "You can suppress this message by setting them explicitly:\n"
3488 "\n"
3489 " git config --global user.name \"Your Name\"\n"
3490 " git config --global user.email you@example.com\n"
3491 "\n"
3492 "After doing this, you may fix the identity used for this commit with:\n"
3493 "\n"
3494 " git commit --amend --reset-author\n"
3495 msgstr ""
3496 "이름과 전자메일 주소를 사용자 이름과 호스트 이름을 이용해서\n"
3497 "자동으로 설정했습니다. 이 정보가 맞는지 확인하십시오. 이 메시지를\n"
3498 "보지 않으려면 정보를 명시적으로 설정하십시오:\n"
3499 "\n"
3500 " git config --global user.name \"내 이름\"\n"
3501 " git config --global user.email you@example.com\n"
3502 "\n"
3503 "이렇게 한 다음, 이 커밋에 사용한 신원 정보를 다음과 같이 해서 바꿀 수 있습니"
3504 "다:\n"
3505 "\n"
3506 " git commit --amend --reset-author\n"
3507
3508 #: sequencer.c:1103
3509 msgid "couldn't look up newly created commit"
3510 msgstr "새로 만든 커밋을 찾아볼 수 없습니다"
3511
3512 #: sequencer.c:1105
3513 msgid "could not parse newly created commit"
3514 msgstr "새로 만든 커밋을 파싱할 수 없습니다"
3515
3516 #: sequencer.c:1151
3517 msgid "unable to resolve HEAD after creating commit"
3518 msgstr "커밋을 만든 후 HEAD를 찾을 수 없습니다"
3519
3520 #: sequencer.c:1153
3521 msgid "detached HEAD"
3522 msgstr "HEAD 분리됨"
3523
3524 #: sequencer.c:1157
3525 msgid " (root-commit)"
3526 msgstr " (최상위-커밋)"
3527
3528 #: sequencer.c:1178
3529 msgid "could not parse HEAD"
3530 msgstr "HEAD를 파싱할 수 없습니다"
3531
3532 #: sequencer.c:1180
3533 #, c-format
3534 msgid "HEAD %s is not a commit!"
3535 msgstr "HEAD %s은(는) 커밋이 아닙니다!"
3536
3537 #: sequencer.c:1184 builtin/commit.c:1528
3538 msgid "could not parse HEAD commit"
3539 msgstr "HEAD 커밋을 파싱할 수 없습니다"
3540
3541 #: sequencer.c:1235 sequencer.c:1832
3542 msgid "unable to parse commit author"
3543 msgstr "커밋 작성자를 파싱할 수 없습니다"
3544
3545 #: sequencer.c:1245 builtin/am.c:1630 builtin/merge.c:645
3546 msgid "git write-tree failed to write a tree"
3547 msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
3548
3549 #: sequencer.c:1262 sequencer.c:1317
3550 #, c-format
3551 msgid "unable to read commit message from '%s'"
3552 msgstr " '%s'의 커밋 메시지를 읽을 수 없습니다"
3553
3554 #: sequencer.c:1284 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:825
3555 #: builtin/merge.c:850
3556 msgid "failed to write commit object"
3557 msgstr "커밋 오브젝트를 쓰는데 실패했습니다"
3558
3559 #: sequencer.c:1344
3560 #, c-format
3561 msgid "could not parse commit %s"
3562 msgstr "%s 커밋을 파싱할 수 없습니다"
3563
3564 #: sequencer.c:1349
3565 #, c-format
3566 msgid "could not parse parent commit %s"
3567 msgstr "%s 이전 커밋을 파싱할 수 없습니다"
3568
3569 #: sequencer.c:1500 sequencer.c:1525
3570 #, c-format
3571 msgid "This is a combination of %d commits."
3572 msgstr "커밋 %d개가 섞인 결과입니다."
3573
3574 #: sequencer.c:1510 sequencer.c:4355
3575 msgid "need a HEAD to fixup"
3576 msgstr "바로잡으려면 HEAD가 필요합니다"
3577
3578 #: sequencer.c:1512 sequencer.c:2729
3579 msgid "could not read HEAD"
3580 msgstr "HEAD를 읽을 수 없습니다"
3581
3582 #: sequencer.c:1514
3583 msgid "could not read HEAD's commit message"
3584 msgstr "HEAD의 커밋 메시지를 읽을 수 없습니다"
3585
3586 #: sequencer.c:1520
3587 #, c-format
3588 msgid "cannot write '%s'"
3589 msgstr "'%s'을(를) 쓸 수 없습니다"
3590
3591 #: sequencer.c:1527 git-rebase--interactive.sh:457
3592 msgid "This is the 1st commit message:"
3593 msgstr "1번째 커밋 메시지입니다:"
3594
3595 #: sequencer.c:1535
3596 #, c-format
3597 msgid "could not read commit message of %s"
3598 msgstr "%s의 커밋 메시지를 읽을 수 없습니다"
3599
3600 #: sequencer.c:1542
3601 #, c-format
3602 msgid "This is the commit message #%d:"
3603 msgstr "커밋 메시지 #%d번입니다:"
3604
3605 #: sequencer.c:1548
3606 #, c-format
3607 msgid "The commit message #%d will be skipped:"
3608 msgstr "커밋 메시지 #%d번을 건너뜁니다:"
3609
3610 #: sequencer.c:1553
3611 #, c-format
3612 msgid "unknown command: %d"
3613 msgstr "알 수 없는 명령: %d"
3614
3615 #: sequencer.c:1631
3616 msgid "your index file is unmerged."
3617 msgstr "인덱스 파일이 병합되지 않았습니다."
3618
3619 #: sequencer.c:1638
3620 msgid "cannot fixup root commit"
3621 msgstr "최상위 커밋을 바로잡을 수 없습니다"
3622
3623 #: sequencer.c:1657
3624 #, c-format
3625 msgid "commit %s is a merge but no -m option was given."
3626 msgstr "%s 커밋은 병합이지만 -m 옵션이 주어지지 않았습니다."
3627
3628 # FIXME: "parent %d" 번호가 무슨 의미?
3629 #: sequencer.c:1665
3630 #, c-format
3631 msgid "commit %s does not have parent %d"
3632 msgstr "%s 커밋에 이전 커밋 %d이(가) 없습니다"
3633
3634 #: sequencer.c:1669
3635 #, c-format
3636 msgid "mainline was specified but commit %s is not a merge."
3637 msgstr "메인라인을 지정했지만 %s 커밋이 병합 커밋이 아닙니다."
3638
3639 #: sequencer.c:1675
3640 #, c-format
3641 msgid "cannot get commit message for %s"
3642 msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
3643
3644 #. TRANSLATORS: The first %s will be a "todo" command like
3645 #. "revert" or "pick", the second %s a SHA1.
3646 #: sequencer.c:1694
3647 #, c-format
3648 msgid "%s: cannot parse parent commit %s"
3649 msgstr "%s: %s 이전 커밋을 파싱할 수 없습니다"
3650
3651 #: sequencer.c:1759
3652 #, c-format
3653 msgid "could not rename '%s' to '%s'"
3654 msgstr "'%s'에서 '%s'(으)로 이름을 바꿀 수 없습니다"
3655
3656 #: sequencer.c:1813
3657 #, c-format
3658 msgid "could not revert %s... %s"
3659 msgstr "다음을 되돌릴(revert) 수 없습니다: %s... %s"
3660
3661 #: sequencer.c:1814
3662 #, c-format
3663 msgid "could not apply %s... %s"
3664 msgstr "다음을 적용할(apply) 수 없습니다: %s... %s"
3665
3666 #: sequencer.c:1864
3667 msgid "empty commit set passed"
3668 msgstr "빈 커밋 모음을 건너 뜁니다"
3669
3670 #: sequencer.c:1874
3671 #, c-format
3672 msgid "git %s: failed to read the index"
3673 msgstr "git %s: 인덱스 읽기에 실패했습니다"
3674
3675 #: sequencer.c:1881
3676 #, c-format
3677 msgid "git %s: failed to refresh the index"
3678 msgstr "git %s: 인덱스 새로 고침에 실패했습니다"
3679
3680 #: sequencer.c:1961
3681 #, c-format
3682 msgid "%s does not accept arguments: '%s'"
3683 msgstr "%s(은)는 인자를 허용하지 않습니다: '%s'"
3684
3685 #: sequencer.c:1970
3686 #, c-format
3687 msgid "missing arguments for %s"
3688 msgstr "없는 인자, %s에 대해"
3689
3690 #: sequencer.c:2029
3691 #, c-format
3692 msgid "invalid line %d: %.*s"
3693 msgstr "잘못된 줄 %d: %.*s"
3694
3695 #: sequencer.c:2037
3696 #, c-format
3697 msgid "cannot '%s' without a previous commit"
3698 msgstr "이전 커밋 없이 '%s' 수행할 수 없습니다"
3699
3700 #: sequencer.c:2085 sequencer.c:4138 sequencer.c:4173
3701 #, c-format
3702 msgid "could not read '%s'."
3703 msgstr "'%s'에서 읽을 수 없습니다."
3704
3705 #: sequencer.c:2108
3706 msgid "please fix this using 'git rebase --edit-todo'."
3707 msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
3708
3709 #: sequencer.c:2110
3710 #, c-format
3711 msgid "unusable instruction sheet: '%s'"
3712 msgstr "사용 불가능 인스트럭션 시트: '%s'"
3713
3714 #: sequencer.c:2115
3715 msgid "no commits parsed."
3716 msgstr "파싱한 커밋이 없습니다."
3717
3718 #: sequencer.c:2126
3719 msgid "cannot cherry-pick during a revert."
3720 msgstr "되돌리기(revert) 중에 빼오기(cherry-pick)를 할 수 없습니다."
3721
3722 #: sequencer.c:2128
3723 msgid "cannot revert during a cherry-pick."
3724 msgstr "빼오기(cherry-pick) 중에 되돌리기(revert)를 할 수 없습니다."
3725
3726 #: sequencer.c:2195
3727 #, c-format
3728 msgid "invalid key: %s"
3729 msgstr "잘못된 키: %s"
3730
3731 #: sequencer.c:2198
3732 #, c-format
3733 msgid "invalid value for %s: %s"
3734 msgstr "%s의 값이 잘못됨: %s"
3735
3736 #: sequencer.c:2269
3737 msgid "unusable squash-onto"
3738 msgstr "불안한 squash-onto"
3739
3740 #: sequencer.c:2285
3741 #, c-format
3742 msgid "malformed options sheet: '%s'"
3743 msgstr "형식이 잘못된 옵션 시트: '%s'"
3744
3745 #: sequencer.c:2323
3746 msgid "a cherry-pick or revert is already in progress"
3747 msgstr "이미 커밋 빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중입니다"
3748
3749 #: sequencer.c:2324
3750 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3751 msgstr "\"git cherry-pick (--continue | --quit | --abort)\" 명령을 해 보십시오"
3752
3753 #: sequencer.c:2327
3754 #, c-format
3755 msgid "could not create sequencer directory '%s'"
3756 msgstr "'%s' 시퀀서 디렉터리를 만들 수 없습니다"
3757
3758 #: sequencer.c:2341
3759 msgid "could not lock HEAD"
3760 msgstr "HEAD를 잠글 수 없습니다"
3761
3762 #: sequencer.c:2396 sequencer.c:3403
3763 msgid "no cherry-pick or revert in progress"
3764 msgstr "빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중이지 않습니다"
3765
3766 #: sequencer.c:2398
3767 msgid "cannot resolve HEAD"
3768 msgstr "HEAD를 구해 올 수 없습니다"
3769
3770 #: sequencer.c:2400 sequencer.c:2435
3771 msgid "cannot abort from a branch yet to be born"
3772 msgstr "새로 만들고 있는 브랜치에서 중지할 수 없습니다"
3773
3774 #: sequencer.c:2421 builtin/grep.c:720
3775 #, c-format
3776 msgid "cannot open '%s'"
3777 msgstr "'%s'을(를) 열 수 없습니다"
3778
3779 #: sequencer.c:2423
3780 #, c-format
3781 msgid "cannot read '%s': %s"
3782 msgstr "'%s'을(를) 읽을 수 없습니다: %s"
3783
3784 #: sequencer.c:2424
3785 msgid "unexpected end of file"
3786 msgstr "예상치 못하게 파일이 끝났습니다"
3787
3788 #: sequencer.c:2430
3789 #, c-format
3790 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3791 msgstr "빼오기 전에 저장한 HEAD 파일이('%s') 손상되었습니다"
3792
3793 #: sequencer.c:2441
3794 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3795 msgstr "HEAD를 옮긴 것 같습니다. 되돌리지 않습니다. HEAD를 확인하십시오!"
3796
3797 #: sequencer.c:2545 sequencer.c:3321
3798 #, c-format
3799 msgid "could not update %s"
3800 msgstr "%s을(를) 업데이트할 수 없습니다"
3801
3802 #: sequencer.c:2583 sequencer.c:3301
3803 msgid "cannot read HEAD"
3804 msgstr "HEAD를 읽을 수 없습니다"
3805
3806 #: sequencer.c:2618 sequencer.c:2622 builtin/difftool.c:639
3807 #, c-format
3808 msgid "could not copy '%s' to '%s'"
3809 msgstr "'%s'에서 '%s'(으)로 복사할 수 없습니다"
3810
3811 #: sequencer.c:2641
3812 msgid "could not read index"
3813 msgstr "인덱스를 읽을 수 없습니다"
3814
3815 #: sequencer.c:2646
3816 #, c-format
3817 msgid ""
3818 "execution failed: %s\n"
3819 "%sYou can fix the problem, and then run\n"
3820 "\n"
3821 " git rebase --continue\n"
3822 "\n"
3823 msgstr ""
3824 "실행 실패: %s\n"
3825 "%s문제를 바로잡고, 다음을 실행하십시오\n"
3826 "\n"
3827 " git rebase --continue\n"
3828 "\n"
3829
3830 #: sequencer.c:2652
3831 msgid "and made changes to the index and/or the working tree\n"
3832 msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다\n"
3833
3834 #: sequencer.c:2658
3835 #, c-format
3836 msgid ""
3837 "execution succeeded: %s\n"
3838 "but left changes to the index and/or the working tree\n"
3839 "Commit or stash your changes, and then run\n"
3840 "\n"
3841 " git rebase --continue\n"
3842 "\n"
3843 msgstr ""
3844 "실행 성공: %s\n"
3845 "하지만 변경 사항을 인덱스 및/또는 작업 폴더에 남겨둡니다.\n"
3846 "변경 사항을 커밋하거나 스태시에 넣으려면, 다음을 실행하십시오:\n"
3847 "\n"
3848 " git rebase --continue\n"
3849 "\n"
3850
3851 #: sequencer.c:2771
3852 msgid "writing fake root commit"
3853 msgstr "가짜 최상위 커밋을 씁니다"
3854
3855 #: sequencer.c:2776
3856 msgid "writing squash-onto"
3857 msgstr "squash-onto를 씁니다"
3858
3859 #: sequencer.c:2811
3860 #, c-format
3861 msgid "failed to find tree of %s"
3862 msgstr "%s의 트리를 찾는데 실패했습니다"
3863
3864 #: sequencer.c:2829
3865 msgid "could not write index"
3866 msgstr "인덱스를 쓸 수 없습니다"
3867
3868 #: sequencer.c:2861
3869 msgid "cannot merge without a current revision"
3870 msgstr "현재 리비전 없이 병합할 수 없습니다"
3871
3872 #: sequencer.c:2884
3873 #, c-format
3874 msgid "could not resolve '%s'"
3875 msgstr "'%s' 해결할 수 없습니다"
3876
3877 #: sequencer.c:2906
3878 #, c-format
3879 msgid "could not get commit message of '%s'"
3880 msgstr "'%s'의 커밋 메시지를 읽을 수 없습니다"
3881
3882 #: sequencer.c:2916 sequencer.c:2941
3883 #, c-format
3884 msgid "could not write '%s'"
3885 msgstr "'%s'에 쓸 수 없습니다"
3886
3887 #: sequencer.c:3005
3888 #, c-format
3889 msgid "could not even attempt to merge '%.*s'"
3890 msgstr "'%.*s' 병합을 시도도 할 수 없습니다"
3891
3892 #: sequencer.c:3021
3893 msgid "merge: Unable to write new index file"
3894 msgstr "병합: 새 인덱스 파일을 쓸 수 없습니다"
3895
3896 #: sequencer.c:3088
3897 #, c-format
3898 msgid "Applied autostash.\n"
3899 msgstr "자동 스태시 적용.\n"
3900
3901 #: sequencer.c:3100
3902 #, c-format
3903 msgid "cannot store %s"
3904 msgstr "%s을(를) 저장할 수 없습니다"
3905
3906 #: sequencer.c:3103 git-rebase.sh:188
3907 #, c-format
3908 msgid ""
3909 "Applying autostash resulted in conflicts.\n"
3910 "Your changes are safe in the stash.\n"
3911 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3912 msgstr ""
3913 "자동스태시 적용에 충돌이 발생했습니다.\n"
3914 "변경 사항은 스태시 안에 안전하게 들어 있습니다.\n"
3915 "언제든지 \"git stash pop\" 또는 \"git stash drop\"을 실행할 수 있습니다.\n"
3916
3917 #: sequencer.c:3134
3918 #, c-format
3919 msgid ""
3920 "Could not execute the todo command\n"
3921 "\n"
3922 " %.*s\n"
3923 "It has been rescheduled; To edit the command before continuing, please\n"
3924 "edit the todo list first:\n"
3925 "\n"
3926 " git rebase --edit-todo\n"
3927 " git rebase --continue\n"
3928 msgstr ""
3929 "할 일 목록 명령을 실행할 수 없습니다\n"
3930 "\n"
3931 " %.*s\n"
3932 "스케줄을 조정합니다. 계속 하기 전에 명령어를 편집하려면, 먼저 다음\n"
3933 "할 일 목록을 편집하십시오:\n"
3934 "\n"
3935 " git rebase --edit-todo\n"
3936 " git rebase --continue\n"
3937
3938 #: sequencer.c:3202
3939 #, c-format
3940 msgid "Stopped at %s... %.*s\n"
3941 msgstr "%s... %.*s 위치에서 멈췄습니다\n"
3942
3943 #: sequencer.c:3264
3944 #, c-format
3945 msgid "unknown command %d"
3946 msgstr "알 수 없는 명령 %d"
3947
3948 #: sequencer.c:3309
3949 msgid "could not read orig-head"
3950 msgstr "orig-head를 읽을 수 없습니다"
3951
3952 #: sequencer.c:3314 sequencer.c:4352
3953 msgid "could not read 'onto'"
3954 msgstr "'onto'를 읽을 수 없습니다"
3955
3956 #: sequencer.c:3328
3957 #, c-format
3958 msgid "could not update HEAD to %s"
3959 msgstr "HEAD를 %s 위치로 업데이트할 수 없습니다"
3960
3961 #: sequencer.c:3414
3962 msgid "cannot rebase: You have unstaged changes."
3963 msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
3964
3965 #: sequencer.c:3423
3966 msgid "cannot amend non-existing commit"
3967 msgstr "없는 커밋을 수정할 수 없습니다"
3968
3969 #: sequencer.c:3425
3970 #, c-format
3971 msgid "invalid file: '%s'"
3972 msgstr "잘못된 파일: '%s'"
3973
3974 #: sequencer.c:3427
3975 #, c-format
3976 msgid "invalid contents: '%s'"
3977 msgstr "잘못된 내용: '%s'"
3978
3979 #: sequencer.c:3430
3980 msgid ""
3981 "\n"
3982 "You have uncommitted changes in your working tree. Please, commit them\n"
3983 "first and then run 'git rebase --continue' again."
3984 msgstr ""
3985 "\n"
3986 "작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
3987 "커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
3988
3989 #: sequencer.c:3455 sequencer.c:3493
3990 #, c-format
3991 msgid "could not write file: '%s'"
3992 msgstr "파일을 쓸 수 없습니다: '%s'"
3993
3994 #: sequencer.c:3508
3995 msgid "could not remove CHERRY_PICK_HEAD"
3996 msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
3997
3998 #: sequencer.c:3515
3999 msgid "could not commit staged changes."
4000 msgstr "스테이징한 변경 사항을 커밋할 수 없습니다."
4001
4002 #: sequencer.c:3612
4003 #, c-format
4004 msgid "%s: can't cherry-pick a %s"
4005 msgstr "%s: %s 커밋을 빼올 수 없습니다"
4006
4007 #: sequencer.c:3616
4008 #, c-format
4009 msgid "%s: bad revision"
4010 msgstr "%s: 잘못된 리비전"
4011
4012 #: sequencer.c:3649
4013 msgid "can't revert as initial commit"
4014 msgstr "최초의 커밋으로 되돌릴 수 없습니다"
4015
4016 #: sequencer.c:4098
4017 msgid "make_script: unhandled options"
4018 msgstr "make_script: 처리하지 않은 옵션"
4019
4020 #: sequencer.c:4101
4021 msgid "make_script: error preparing revisions"
4022 msgstr "make_script: 리비전 준비 중 오류"
4023
4024 #: sequencer.c:4142 sequencer.c:4177
4025 #, c-format
4026 msgid "unusable todo list: '%s'"
4027 msgstr "사용할 수 없는 할 일 목록: %s"
4028
4029 #: sequencer.c:4236
4030 #, c-format
4031 msgid ""
4032 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4033 msgstr ""
4034 "rebase.missingCommitsCheck 옵션에 대해 인식할 수 없는 %s 설정. 무시합니다."
4035
4036 #: sequencer.c:4302
4037 #, c-format
4038 msgid ""
4039 "Warning: some commits may have been dropped accidentally.\n"
4040 "Dropped commits (newer to older):\n"
4041 msgstr ""
4042 "경고: 일부 커밋이 의도치 않게 버려졌을 수도 있습니다.\n"
4043 "버려진 커밋 (최근에서 과거 순서):\n"
4044
4045 #: sequencer.c:4309
4046 #, c-format
4047 msgid ""
4048 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4049 "\n"
4050 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4051 "warnings.\n"
4052 "The possible behaviours are: ignore, warn, error.\n"
4053 "\n"
4054 msgstr ""
4055 "이 메시지를 보지 않으려면, \"drop\"을 사용해 명시적으로 커밋을 제거하십시"
4056 "오.\n"
4057 "\n"
4058 "'git config rebase.missingCommitsCheck' 명령으로 경고 단계를 바꿀 수 있습니"
4059 "다.\n"
4060 "가능한 동작은: ignore, warn, error\n"
4061 "\n"
4062
4063 #: sequencer.c:4321
4064 #, c-format
4065 msgid ""
4066 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
4067 "continue'.\n"
4068 "Or you can abort the rebase with 'git rebase --abort'.\n"
4069 msgstr ""
4070 "'git rebase --edit-todo' 명령으로 바로잡을 수 있고 'git rebase --continue' 명"
4071 "령을 실행합니다.\n"
4072 "또는 'git rebase --abort' 명령으로 리베이스를 중지할 수도 있습니다.\n"
4073
4074 #: sequencer.c:4375
4075 #, c-format
4076 msgid "could not parse commit '%s'"
4077 msgstr "'%s' 커밋을 파싱할 수 없습니다"
4078
4079 #: sequencer.c:4490
4080 msgid "the script was already rearranged."
4081 msgstr "스크립트를 이미 재구성했습니다."
4082
4083 #: setup.c:123
4084 #, c-format
4085 msgid "'%s' is outside repository"
4086 msgstr "'%s'은(는) 저장소 밖입니다"
4087
4088 #: setup.c:172
4089 #, c-format
4090 msgid ""
4091 "%s: no such path in the working tree.\n"
4092 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
4093 msgstr ""
4094 "%s: 작업 폴더에 그런 경로가 없습니다.\n"
4095 "로컬에 없는 경로를 지정하려면 'git <명령> -- <경로>...' 식으로 사용하십시오."
4096
4097 #: setup.c:185
4098 #, c-format
4099 msgid ""
4100 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
4101 "Use '--' to separate paths from revisions, like this:\n"
4102 "'git <command> [<revision>...] -- [<file>...]'"
4103 msgstr ""
4104 "애매한 인자 '%s': 알 수 없는 리비전 또는 작업 폴더에 없는 경로.\n"
4105 "경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
4106 "'git <명령> [<리비전>...] -- [<파일>...]'"
4107
4108 #: setup.c:234
4109 #, c-format
4110 msgid "option '%s' must come before non-option arguments"
4111 msgstr "'%s' 옵션은 옵션이 아닌 인자 전에 와야 합니다"
4112
4113 #: setup.c:253
4114 #, c-format
4115 msgid ""
4116 "ambiguous argument '%s': both revision and filename\n"
4117 "Use '--' to separate paths from revisions, like this:\n"
4118 "'git <command> [<revision>...] -- [<file>...]'"
4119 msgstr ""
4120 "애매한 인자 '%s': 알 수 없는 리비전 및 파일 이름\n"
4121 "경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
4122 "'git <명령> [<리비전>...] -- [<파일>...]'"
4123
4124 #: setup.c:389
4125 msgid "unable to set up work tree using invalid config"
4126 msgstr "잘못된 설정을 사용하여 작업 폴더를 설정할 수 없습니다"
4127
4128 #: setup.c:393
4129 msgid "this operation must be run in a work tree"
4130 msgstr "이 작업은 작업 폴더에서 실행해야 합니다"
4131
4132 #: setup.c:503
4133 #, c-format
4134 msgid "Expected git repo version <= %d, found %d"
4135 msgstr "깃 저장소 버전 <= %d 버전을 기대하지만, %d 버전이 발견되었습니다"
4136
4137 #: setup.c:511
4138 msgid "unknown repository extensions found:"
4139 msgstr "알 수 없는 저장소 확장이 있습니다:"
4140
4141 #: setup.c:530
4142 #, c-format
4143 msgid "error opening '%s'"
4144 msgstr "'%s'을(를) 여는데 오류"
4145
4146 #: setup.c:532
4147 #, c-format
4148 msgid "too large to be a .git file: '%s'"
4149 msgstr ".git 파일이 너무 큽니다: '%s'"
4150
4151 #: setup.c:534
4152 #, c-format
4153 msgid "error reading %s"
4154 msgstr "%s을(를) 읽는데 오류"
4155
4156 #: setup.c:536
4157 #, c-format
4158 msgid "invalid gitfile format: %s"
4159 msgstr "깃파일 형식이 잘못되었습니다: %s"
4160
4161 #: setup.c:538
4162 #, c-format
4163 msgid "no path in gitfile: %s"
4164 msgstr "깃파일에 경로가 없습니다: %s"
4165
4166 #: setup.c:540
4167 #, c-format
4168 msgid "not a git repository: %s"
4169 msgstr "깃 저장소가 아닙니다: %s"
4170
4171 #: setup.c:639
4172 #, c-format
4173 msgid "'$%s' too big"
4174 msgstr "'$%s'이(가) 너무 큽니다"
4175
4176 #: setup.c:653
4177 #, c-format
4178 msgid "not a git repository: '%s'"
4179 msgstr "깃 저장소가 아닙니다: '%s'"
4180
4181 #: setup.c:682 setup.c:684 setup.c:715
4182 #, c-format
4183 msgid "cannot chdir to '%s'"
4184 msgstr "'%s'에 대해 chdir를 할 수 없습니다"
4185
4186 #: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
4187 msgid "cannot come back to cwd"
4188 msgstr "현재 디렉터리로 돌아올 수 없습니다"
4189
4190 #: setup.c:813
4191 #, c-format
4192 msgid "not a git repository (or any of the parent directories): %s"
4193 msgstr "(현재 폴더 또는 상위 폴더 중 일부가) 깃 저장소가 아닙니다: %s"
4194
4195 #: setup.c:824
4196 #, c-format
4197 msgid "failed to stat '%*s%s%s'"
4198 msgstr "'%*s%s%s'에 대해 stat()이 실패했습니다"
4199
4200 #: setup.c:1054
4201 msgid "Unable to read current working directory"
4202 msgstr "현재 작업 디렉터리를 읽을 수 없습니다"
4203
4204 #: setup.c:1066 setup.c:1072
4205 #, c-format
4206 msgid "cannot change to '%s'"
4207 msgstr "'%s'에 대해 변경 할 수 없습니다"
4208
4209 #: setup.c:1085
4210 #, c-format
4211 msgid ""
4212 "not a git repository (or any parent up to mount point %s)\n"
4213 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
4214 msgstr ""
4215 "(현재 폴더 또는 상위 폴더 부터 마운트 위치 %s 까지 일부가) 깃 저장소가 아닙니"
4216 "다\n"
4217 "파일 시스템 경계에서 중지합니다. (GIT_DISCOVERY_ACROSS_FILESYSTEM 설정되지 않"
4218 "음)"
4219
4220 #: setup.c:1168
4221 #, c-format
4222 msgid ""
4223 "problem with core.sharedRepository filemode value (0%.3o).\n"
4224 "The owner of files must always have read and write permissions."
4225 msgstr ""
4226 "core.sharedRepository 파일모드 값에 (0%.3o) 문제가 있습니다.\n"
4227 "파일의 소유자에 읽기와 쓰기 권한이 있어야 합니다."
4228
4229 #: setup.c:1211
4230 msgid "open /dev/null or dup failed"
4231 msgstr "/dev/null 열기 또는 dup()이 실패"
4232
4233 #: setup.c:1226
4234 msgid "fork failed"
4235 msgstr "fork 실패"
4236
4237 #: setup.c:1231
4238 msgid "setsid failed"
4239 msgstr "setsid 실패"
4240
4241 #: sha1-file.c:625
4242 #, c-format
4243 msgid "path '%s' does not exist"
4244 msgstr "'%s' 경로가 없습니다"
4245
4246 #: sha1-file.c:651
4247 #, c-format
4248 msgid "reference repository '%s' as a linked checkout is not supported yet."
4249 msgstr ""
4250 "레퍼런스 '%s' 저장소를 연결된 체크아웃으로 쓰기는 아직 지원하지 않습니다."
4251
4252 #: sha1-file.c:657
4253 #, c-format
4254 msgid "reference repository '%s' is not a local repository."
4255 msgstr "레퍼런스 '%s' 저장소가 로컬 저장소가 아닙니다."
4256
4257 #: sha1-file.c:663
4258 #, c-format
4259 msgid "reference repository '%s' is shallow"
4260 msgstr "레퍼런스 '%s' 저장소가 얕은 저장소입니다"
4261
4262 #: sha1-file.c:671
4263 #, c-format
4264 msgid "reference repository '%s' is grafted"
4265 msgstr "레퍼런스 '%s' 저장소가 그래프트로 붙은 저장소입니다"
4266
4267 #: sha1-name.c:442
4268 #, c-format
4269 msgid "short SHA1 %s is ambiguous"
4270 msgstr "짧은 SHA1 %s은(는) 여럿에 대응됩니다"
4271
4272 #: sha1-name.c:453
4273 msgid "The candidates are:"
4274 msgstr "후보는 다음과 같습니다:"
4275
4276 #: sha1-name.c:695
4277 msgid ""
4278 "Git normally never creates a ref that ends with 40 hex characters\n"
4279 "because it will be ignored when you just specify 40-hex. These refs\n"
4280 "may be created by mistake. For example,\n"
4281 "\n"
4282 " git checkout -b $br $(git rev-parse ...)\n"
4283 "\n"
4284 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
4285 "examine these refs and maybe delete them. Turn this message off by\n"
4286 "running \"git config advice.objectNameWarning false\""
4287 msgstr ""
4288 "깃에서는 보통 40개의 16진수 문자로 끝나는 레퍼런스를 만들지 않습니다.\n"
4289 "16진수 문자 40자를 지정했을 때 이 레퍼런스가 무시되기 때문입니다. 이\n"
4290 "레퍼런스는 실수로 만들어졌을 수도 있습니다. 예를 들어,\n"
4291 "\n"
4292 " git checkout -b $br $(git rev-parse ...)\n"
4293 "\n"
4294 "여기서 \"$br\"은 비어 있으므로 40자 레퍼런스가 만들어집니다. 이 레퍼런스를\n"
4295 "확인해 보시고 잘못 만들어진 것이면 지우십시오. 이 메시지를 보고 싶지\n"
4296 "않으면 \"git config advice.objectNameWarning false\" 명령을 사용하십시오."
4297
4298 #: submodule.c:97 submodule.c:131
4299 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
4300 msgstr ""
4301 "병합하지 않은 .gitmodules를 바꿀 수 없습니다. 병합 충돌을 먼저 해결하십시오"
4302
4303 #: submodule.c:101 submodule.c:135
4304 #, c-format
4305 msgid "Could not find section in .gitmodules where path=%s"
4306 msgstr "경로가 %s일 때 .gitmodules의 섹션을 찾을 수 없습니다"
4307
4308 #: submodule.c:109
4309 #, c-format
4310 msgid "Could not update .gitmodules entry %s"
4311 msgstr ".gitmodules 항목 %s을(를) 업데이트할 수 없습니다"
4312
4313 #: submodule.c:142
4314 #, c-format
4315 msgid "Could not remove .gitmodules entry for %s"
4316 msgstr "%s에 대한 .gitmodules 항목을 제거할 수 없습니다"
4317
4318 #: submodule.c:153
4319 msgid "staging updated .gitmodules failed"
4320 msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데 실패"
4321
4322 #: submodule.c:315
4323 #, c-format
4324 msgid "in unpopulated submodule '%s'"
4325 msgstr "내용이 없는 하위 모듈 '%s'에서"
4326
4327 #: submodule.c:346
4328 #, c-format
4329 msgid "Pathspec '%s' is in submodule '%.*s'"
4330 msgstr "경로명세 '%s'은(는) ''%.*s' 하위 모듈 안에 있습니다"
4331
4332 #: submodule.c:837
4333 #, c-format
4334 msgid "submodule entry '%s' (%s) is a %s, not a commit"
4335 msgstr "서브모듈 항목 '%s'(%s)은(는) %s이고, 커밋이 아닙니다"
4336
4337 #: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:1743
4338 msgid "Failed to resolve HEAD as a valid ref."
4339 msgstr "HEAD를 올바른 레퍼런스로 구해내는데 실패했습니다."
4340
4341 #: submodule.c:1375
4342 #, c-format
4343 msgid "'%s' not recognized as a git repository"
4344 msgstr "'%s'은(는) 깃 저장소로 인식되지 않습니다"
4345
4346 #: submodule.c:1513
4347 #, c-format
4348 msgid "could not start 'git status' in submodule '%s'"
4349 msgstr "하위 모듈 '%s'에서 'git status'를 시작할 수 없습니다"
4350
4351 #: submodule.c:1526
4352 #, c-format
4353 msgid "could not run 'git status' in submodule '%s'"
4354 msgstr "하위 모듈 '%s'에서 'git status'를 실행할 수 없습니다"
4355
4356 #: submodule.c:1619
4357 #, c-format
4358 msgid "submodule '%s' has dirty index"
4359 msgstr "'%s' 하위 모듈에 변경된 인덱스가 있습니다"
4360
4361 #: submodule.c:1718
4362 #, c-format
4363 msgid ""
4364 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
4365 msgstr ""
4366 "여러 개의 작업 폴더가 있는 하위 모듈 '%s'에 대해 relocate_gitdir은 지원하지 "
4367 "않습니다"
4368
4369 #: submodule.c:1730 submodule.c:1786
4370 #, c-format
4371 msgid "could not lookup name for submodule '%s'"
4372 msgstr "하위 모듈 '%s'의 이름을 찾아볼 수 없습니다"
4373
4374 #: submodule.c:1734 builtin/submodule--helper.c:1261
4375 #: builtin/submodule--helper.c:1271
4376 #, c-format
4377 msgid "could not create directory '%s'"
4378 msgstr "'%s' 디렉터리를 만들 수 없습니다"
4379
4380 #: submodule.c:1737
4381 #, c-format
4382 msgid ""
4383 "Migrating git directory of '%s%s' from\n"
4384 "'%s' to\n"
4385 "'%s'\n"
4386 msgstr ""
4387 "'%s%s'의 깃 디렉터리를 옮깁니다:\n"
4388 "'%s'에서\n"
4389 "'%s'(으)로\n"
4390
4391 #: submodule.c:1821
4392 #, c-format
4393 msgid "could not recurse into submodule '%s'"
4394 msgstr "재귀적으로 '%s' 하위 모듈에 들어갈 수 없습니다"
4395
4396 #: submodule.c:1865
4397 msgid "could not start ls-files in .."
4398 msgstr "'..' 안에서 ls-files를 시작할 수 없습니다"
4399
4400 #: submodule.c:1904
4401 #, c-format
4402 msgid "ls-tree returned unexpected return code %d"
4403 msgstr "ls-tree가 예상치 못한 코드 %d번을 리턴했습니다"
4404
4405 #: submodule-config.c:230
4406 #, c-format
4407 msgid "ignoring suspicious submodule name: %s"
4408 msgstr "의심스러운 하위 모듈 이름을 무시합니다: %s"
4409
4410 #: submodule-config.c:294
4411 msgid "negative values not allowed for submodule.fetchjobs"
4412 msgstr "submodule.fetchjobs 값에 음수를 쓸 수 없습니다"
4413
4414 #: submodule-config.c:467
4415 #, c-format
4416 msgid "invalid value for %s"
4417 msgstr "%s의 값이 올바르지 않습니다"
4418
4419 #: trailer.c:238
4420 #, c-format
4421 msgid "running trailer command '%s' failed"
4422 msgstr "트레일러 명령 '%s' 실행 실패"
4423
4424 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4425 #: trailer.c:557
4426 #, c-format
4427 msgid "unknown value '%s' for key '%s'"
4428 msgstr "알 수 없는 값 '%s', 키 '%s'"
4429
4430 #: trailer.c:539 trailer.c:544 builtin/remote.c:293
4431 #, c-format
4432 msgid "more than one %s"
4433 msgstr "%s이(가) 여러개입니다"
4434
4435 #: trailer.c:730
4436 #, c-format
4437 msgid "empty trailer token in trailer '%.*s'"
4438 msgstr "트레일러 '%.*s'에서 빈 트레일러 토큰"
4439
4440 #: trailer.c:750
4441 #, c-format
4442 msgid "could not read input file '%s'"
4443 msgstr "'%s' 입력 파일을 읽을 수 없습니다"
4444
4445 #: trailer.c:753
4446 msgid "could not read from stdin"
4447 msgstr "표준 입력에서 읽을 수 없습니다"
4448
4449 #: trailer.c:1008 builtin/am.c:46
4450 #, c-format
4451 msgid "could not stat %s"
4452 msgstr "%s에 대해 stat()할 수 없습니다"
4453
4454 #: trailer.c:1010
4455 #, c-format
4456 msgid "file %s is not a regular file"
4457 msgstr "'%s' 파일이 일반 파일이 아닙니다"
4458
4459 #: trailer.c:1012
4460 #, c-format
4461 msgid "file %s is not writable by user"
4462 msgstr "사용자가 %s 파일에 쓸 수 없습니다"
4463
4464 #: trailer.c:1024
4465 msgid "could not open temporary file"
4466 msgstr "임시 파일을 열 수 없습니다: %s"
4467
4468 #: trailer.c:1064
4469 #, c-format
4470 msgid "could not rename temporary file to %s"
4471 msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
4472
4473 #: transport.c:116
4474 #, c-format
4475 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
4476 msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정합니다\n"
4477
4478 #: transport.c:208
4479 #, c-format
4480 msgid "transport: invalid depth option '%s'"
4481 msgstr "transport: 잘못된 깊이 옵션: %s"
4482
4483 #: transport.c:584
4484 msgid "could not parse transport.color.* config"
4485 msgstr "transport.color.* 설정을 파싱할 수 없습니다"
4486
4487 #: transport.c:996
4488 #, c-format
4489 msgid ""
4490 "The following submodule paths contain changes that can\n"
4491 "not be found on any remote:\n"
4492 msgstr ""
4493 "다음 하위 모듈 경로에 리모트 어디에도 없는\n"
4494 "변경 사항이 있습니다:\n"
4495
4496 #: transport.c:1000
4497 #, c-format
4498 msgid ""
4499 "\n"
4500 "Please try\n"
4501 "\n"
4502 "\tgit push --recurse-submodules=on-demand\n"
4503 "\n"
4504 "or cd to the path and use\n"
4505 "\n"
4506 "\tgit push\n"
4507 "\n"
4508 "to push them to a remote.\n"
4509 "\n"
4510 msgstr ""
4511 "\n"
4512 "리모트에 푸시하려면\n"
4513 "\n"
4514 "\tgit push --recurse-submodules=on-demand\n"
4515 "\n"
4516 "또는 해당 경로로 cd한 다음\n"
4517 "\n"
4518 "\tgit push\n"
4519 "\n"
4520 "명령을 시도해 보십시오\n"
4521 "\n"
4522
4523 #: transport.c:1008
4524 msgid "Aborting."
4525 msgstr "중지함."
4526
4527 #: transport-helper.c:1087
4528 #, c-format
4529 msgid "Could not read ref %s"
4530 msgstr "%s 레퍼런스를 읽을 수 없습니다"
4531
4532 #: tree-walk.c:31
4533 msgid "too-short tree object"
4534 msgstr "너무 짧은 트리 오브젝트"
4535
4536 #: tree-walk.c:37
4537 msgid "malformed mode in tree entry"
4538 msgstr "트리 엔트리에 잘못된 형식의 모드"
4539
4540 #: tree-walk.c:41
4541 msgid "empty filename in tree entry"
4542 msgstr "트리 엔트리에 빈 파일 이름"
4543
4544 #: tree-walk.c:113
4545 msgid "too-short tree file"
4546 msgstr "너무 짧은 트리 파일"
4547
4548 #: unpack-trees.c:111
4549 #, c-format
4550 msgid ""
4551 "Your local changes to the following files would be overwritten by checkout:\n"
4552 "%%sPlease commit your changes or stash them before you switch branches."
4553 msgstr ""
4554 "다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
4555 "%%s브랜치를 전환하기 전에 변경 사항을 커밋하거나 스태시하십시오."
4556
4557 #: unpack-trees.c:113
4558 #, c-format
4559 msgid ""
4560 "Your local changes to the following files would be overwritten by checkout:\n"
4561 "%%s"
4562 msgstr ""
4563 "다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
4564 "%%s"
4565
4566 #: unpack-trees.c:116
4567 #, c-format
4568 msgid ""
4569 "Your local changes to the following files would be overwritten by merge:\n"
4570 "%%sPlease commit your changes or stash them before you merge."
4571 msgstr ""
4572 "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다:\n"
4573 "%%s병합하기 전에 변경 사항을 커밋하거나 스태시하십시오."
4574
4575 #: unpack-trees.c:118
4576 #, c-format
4577 msgid ""
4578 "Your local changes to the following files would be overwritten by merge:\n"
4579 "%%s"
4580 msgstr "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
4581
4582 #: unpack-trees.c:121
4583 #, c-format
4584 msgid ""
4585 "Your local changes to the following files would be overwritten by %s:\n"
4586 "%%sPlease commit your changes or stash them before you %s."
4587 msgstr ""
4588 "다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
4589 "%%s%s 전에 변경 사항을 커밋하거나 스태시하십시오."
4590
4591 #: unpack-trees.c:123
4592 #, c-format
4593 msgid ""
4594 "Your local changes to the following files would be overwritten by %s:\n"
4595 "%%s"
4596 msgstr ""
4597 "다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
4598 "%%s"
4599
4600 #: unpack-trees.c:128
4601 #, c-format
4602 msgid ""
4603 "Updating the following directories would lose untracked files in them:\n"
4604 "%s"
4605 msgstr ""
4606 "다음 디렉터리를 업데이트하면 그 안의 추적하지 않는 파일을 잃어버립니다:\n"
4607 "%s"
4608
4609 #: unpack-trees.c:132
4610 #, c-format
4611 msgid ""
4612 "The following untracked working tree files would be removed by checkout:\n"
4613 "%%sPlease move or remove them before you switch branches."
4614 msgstr ""
4615 "체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
4616 "%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
4617
4618 #: unpack-trees.c:134
4619 #, c-format
4620 msgid ""
4621 "The following untracked working tree files would be removed by checkout:\n"
4622 "%%s"
4623 msgstr ""
4624 "체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
4625 "%%s"
4626
4627 #: unpack-trees.c:137
4628 #, c-format
4629 msgid ""
4630 "The following untracked working tree files would be removed by merge:\n"
4631 "%%sPlease move or remove them before you merge."
4632 msgstr ""
4633 "병합 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
4634 "%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
4635
4636 #: unpack-trees.c:139
4637 #, c-format
4638 msgid ""
4639 "The following untracked working tree files would be removed by merge:\n"
4640 "%%s"
4641 msgstr ""
4642 "병합 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
4643 "%%s"
4644
4645 #: unpack-trees.c:142
4646 #, c-format
4647 msgid ""
4648 "The following untracked working tree files would be removed by %s:\n"
4649 "%%sPlease move or remove them before you %s."
4650 msgstr ""
4651 "%s 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
4652 "%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
4653
4654 #: unpack-trees.c:144
4655 #, c-format
4656 msgid ""
4657 "The following untracked working tree files would be removed by %s:\n"
4658 "%%s"
4659 msgstr ""
4660 "%s 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
4661 "%%s"
4662
4663 #: unpack-trees.c:150
4664 #, c-format
4665 msgid ""
4666 "The following untracked working tree files would be overwritten by "
4667 "checkout:\n"
4668 "%%sPlease move or remove them before you switch branches."
4669 msgstr ""
4670 "체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
4671 "%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
4672
4673 #: unpack-trees.c:152
4674 #, c-format
4675 msgid ""
4676 "The following untracked working tree files would be overwritten by "
4677 "checkout:\n"
4678 "%%s"
4679 msgstr ""
4680 "체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
4681 "%%s"
4682
4683 #: unpack-trees.c:155
4684 #, c-format
4685 msgid ""
4686 "The following untracked working tree files would be overwritten by merge:\n"
4687 "%%sPlease move or remove them before you merge."
4688 msgstr ""
4689 "병합 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
4690 "%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
4691
4692 #: unpack-trees.c:157
4693 #, c-format
4694 msgid ""
4695 "The following untracked working tree files would be overwritten by merge:\n"
4696 "%%s"
4697 msgstr ""
4698 "병합 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
4699 "%%s"
4700
4701 #: unpack-trees.c:160
4702 #, c-format
4703 msgid ""
4704 "The following untracked working tree files would be overwritten by %s:\n"
4705 "%%sPlease move or remove them before you %s."
4706 msgstr ""
4707 "%s 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
4708 "%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
4709
4710 #: unpack-trees.c:162
4711 #, c-format
4712 msgid ""
4713 "The following untracked working tree files would be overwritten by %s:\n"
4714 "%%s"
4715 msgstr ""
4716 "%s 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
4717 "%%s"
4718
4719 #: unpack-trees.c:170
4720 #, c-format
4721 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4722 msgstr "'%s' 항목이 '%s'와(과) 겹칩니다. 묶을 수 없습니다."
4723
4724 #: unpack-trees.c:173
4725 #, c-format
4726 msgid ""
4727 "Cannot update sparse checkout: the following entries are not up to date:\n"
4728 "%s"
4729 msgstr ""
4730 "드문 체크아웃을 업데이트할 수 없습니다. 다음 항목이 최신으로 업데이트되지 않"
4731 "았습니다:\n"
4732 "%s"
4733
4734 #: unpack-trees.c:175
4735 #, c-format
4736 msgid ""
4737 "The following working tree files would be overwritten by sparse checkout "
4738 "update:\n"
4739 "%s"
4740 msgstr ""
4741 "드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니"
4742 "다:\n"
4743 "%s"
4744
4745 #: unpack-trees.c:177
4746 #, c-format
4747 msgid ""
4748 "The following working tree files would be removed by sparse checkout "
4749 "update:\n"
4750 "%s"
4751 msgstr ""
4752 "드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 제거합니"
4753 "다:\n"
4754 "%s"
4755
4756 #: unpack-trees.c:179
4757 #, c-format
4758 msgid ""
4759 "Cannot update submodule:\n"
4760 "%s"
4761 msgstr ""
4762 "하위 모듈을 업데이트할 수 없습니다:\n"
4763 "%s"
4764
4765 #: unpack-trees.c:262
4766 #, c-format
4767 msgid "Aborting\n"
4768 msgstr "중지함\n"
4769
4770 #: unpack-trees.c:344
4771 msgid "Checking out files"
4772 msgstr "파일을 가져옵니다"
4773
4774 #: urlmatch.c:163
4775 msgid "invalid URL scheme name or missing '://' suffix"
4776 msgstr "URL 스킴 이름이 잘못되었거나 '://'가 뒤에 붙지 않았습니다"
4777
4778 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4779 #, c-format
4780 msgid "invalid %XX escape sequence"
4781 msgstr "잘못된 %XX 이스케이프 시퀀스"
4782
4783 #: urlmatch.c:215
4784 msgid "missing host and scheme is not 'file:'"
4785 msgstr "호스트가 없고 스킴이 'file:'이 아닙니다"
4786
4787 #: urlmatch.c:232
4788 msgid "a 'file:' URL may not have a port number"
4789 msgstr "'file:' URL에는 포트 번호를 쓸 수 없습니다"
4790
4791 #: urlmatch.c:247
4792 msgid "invalid characters in host name"
4793 msgstr "호스트 이름에 잘못된 문자"
4794
4795 #: urlmatch.c:292 urlmatch.c:303
4796 msgid "invalid port number"
4797 msgstr "잘못된 포트 번호"
4798
4799 #: urlmatch.c:371
4800 msgid "invalid '..' path segment"
4801 msgstr "경로에서 잘못된 '..' 부분"
4802
4803 #: worktree.c:245 builtin/am.c:2147
4804 #, c-format
4805 msgid "failed to read '%s'"
4806 msgstr "'%s'을(를) 읽는데 실패했습니다"
4807
4808 #: worktree.c:291
4809 #, c-format
4810 msgid "'%s' at main working tree is not the repository directory"
4811 msgstr "메인 작업 폴더의 '%s'은(는) 저장소 디렉터리가 아닙니다"
4812
4813 #: worktree.c:302
4814 #, c-format
4815 msgid "'%s' file does not contain absolute path to the working tree location"
4816 msgstr "'%s' 파일은 작업 폴더 위치의 절대 경로를 가지지 않습니다"
4817
4818 #: worktree.c:314
4819 #, c-format
4820 msgid "'%s' does not exist"
4821 msgstr "'%s'이(가) 없습니다"
4822
4823 #: worktree.c:320
4824 #, c-format
4825 msgid "'%s' is not a .git file, error code %d"
4826 msgstr "'%s'은(는) .git 파일이 아닙니다, 상태 코드가 %d 입니다"
4827
4828 #: worktree.c:328
4829 #, c-format
4830 msgid "'%s' does not point back to '%s'"
4831 msgstr "'%s'은(는) '%s'을(를) 가리키지 않습니다"
4832
4833 #: wrapper.c:223 wrapper.c:393
4834 #, c-format
4835 msgid "could not open '%s' for reading and writing"
4836 msgstr "읽기와 쓰기용으로 '%s'을(를) 열 수 없습니다"
4837
4838 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4839 #: builtin/am.c:862 builtin/merge.c:1043
4840 #, c-format
4841 msgid "could not open '%s' for reading"
4842 msgstr "'%s'을(를) 읽기용으로 열 수 없습니다"
4843
4844 #: wrapper.c:424 wrapper.c:624
4845 #, c-format
4846 msgid "unable to access '%s'"
4847 msgstr "'%s'에 접근할 수 없습니다"
4848
4849 #: wrapper.c:632
4850 msgid "unable to get current working directory"
4851 msgstr "현재 작업 디렉터리를 가져올 수 없습니다"
4852
4853 #: wt-status.c:154
4854 msgid "Unmerged paths:"
4855 msgstr "병합하지 않은 경로:"
4856
4857 #: wt-status.c:181 wt-status.c:208
4858 #, c-format
4859 msgid " (use \"git reset %s <file>...\" to unstage)"
4860 msgstr " (스테이지 해제하려면 \"git reset %s <파일>...\"을 사용하십시오)"
4861
4862 #: wt-status.c:183 wt-status.c:210
4863 msgid " (use \"git rm --cached <file>...\" to unstage)"
4864 msgstr " (스테이지 해제하려면 \"git rm --cached <파일>...\"을 사용하십시오)"
4865
4866 #: wt-status.c:187
4867 msgid " (use \"git add <file>...\" to mark resolution)"
4868 msgstr " (해결했다고 표시하려면 \"git add <파일>...\"을 사용하십시오)"
4869
4870 #: wt-status.c:189 wt-status.c:193
4871 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4872 msgstr ""
4873 " (해결했다고 표시하려면 알맞게 \"git add/rm <파일>...\"을 사용하십시오)"
4874
4875 #: wt-status.c:191
4876 msgid " (use \"git rm <file>...\" to mark resolution)"
4877 msgstr " (해결했다고 표시하려면 \"git rm <파일>...\"을 사용하십시오)"
4878
4879 #: wt-status.c:202 wt-status.c:1015
4880 msgid "Changes to be committed:"
4881 msgstr "커밋할 변경 사항:"
4882
4883 #: wt-status.c:220 wt-status.c:1024
4884 msgid "Changes not staged for commit:"
4885 msgstr "커밋하도록 정하지 않은 변경 사항:"
4886
4887 #: wt-status.c:224
4888 msgid " (use \"git add <file>...\" to update what will be committed)"
4889 msgstr " (무엇을 커밋할지 바꾸려면 \"git add <파일>...\"을 사용하십시오)"
4890
4891 #: wt-status.c:226
4892 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4893 msgstr " (무엇을 커밋할지 바꾸려면 \"git add/rm <파일>...\"을 사용하십시오)"
4894
4895 #: wt-status.c:227
4896 msgid ""
4897 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4898 msgstr ""
4899 " (작업 폴더의 변경 사항을 버리려면 \"git checkout -- <파일>...\"을 사용하십"
4900 "시오)"
4901
4902 #: wt-status.c:229
4903 msgid " (commit or discard the untracked or modified content in submodules)"
4904 msgstr ""
4905 " (하위 모듈의 추적되지 않는 파일이나 수정된 내용을 커밋하거나 버리십시오)"
4906
4907 #: wt-status.c:241
4908 #, c-format
4909 msgid " (use \"git %s <file>...\" to include in what will be committed)"
4910 msgstr " (커밋할 사항에 포함하려면 \"git %s <파일>...\"을 사용하십시오)"
4911
4912 #: wt-status.c:256
4913 msgid "both deleted:"
4914 msgstr "양쪽에서 삭제:"
4915
4916 #: wt-status.c:258
4917 msgid "added by us:"
4918 msgstr "이 쪽에서 추가:"
4919
4920 #: wt-status.c:260
4921 msgid "deleted by them:"
4922 msgstr "저 쪽에서 삭제:"
4923
4924 #: wt-status.c:262
4925 msgid "added by them:"
4926 msgstr "저 쪽에서 추가:"
4927
4928 #: wt-status.c:264
4929 msgid "deleted by us:"
4930 msgstr "이 쪽에서 삭제:"
4931
4932 #: wt-status.c:266
4933 msgid "both added:"
4934 msgstr "양쪽에서 추가:"
4935
4936 #: wt-status.c:268
4937 msgid "both modified:"
4938 msgstr "양쪽에서 수정:"
4939
4940 #: wt-status.c:278
4941 msgid "new file:"
4942 msgstr "새 파일:"
4943
4944 #: wt-status.c:280
4945 msgid "copied:"
4946 msgstr "복사함:"
4947
4948 #: wt-status.c:282
4949 msgid "deleted:"
4950 msgstr "삭제함:"
4951
4952 #: wt-status.c:284
4953 msgid "modified:"
4954 msgstr "수정함:"
4955
4956 #: wt-status.c:286
4957 msgid "renamed:"
4958 msgstr "이름 바꿈:"
4959
4960 #: wt-status.c:288
4961 msgid "typechange:"
4962 msgstr "종류 바뀜:"
4963
4964 #: wt-status.c:290
4965 msgid "unknown:"
4966 msgstr "알 수 없음:"
4967
4968 #: wt-status.c:292
4969 msgid "unmerged:"
4970 msgstr "병합하지 않음:"
4971
4972 #: wt-status.c:372
4973 msgid "new commits, "
4974 msgstr "새 커밋, "
4975
4976 #: wt-status.c:374
4977 msgid "modified content, "
4978 msgstr "수정한 내용, "
4979
4980 #: wt-status.c:376
4981 msgid "untracked content, "
4982 msgstr "추적하지 않은 내용, "
4983
4984 #: wt-status.c:853
4985 #, c-format
4986 msgid "Your stash currently has %d entry"
4987 msgid_plural "Your stash currently has %d entries"
4988 msgstr[0] "현재 스태시에 %d개 항목이 있습니다"
4989
4990 #: wt-status.c:885
4991 msgid "Submodules changed but not updated:"
4992 msgstr "변경되었지만 업데이트하지 않은 하위 모듈:"
4993
4994 #: wt-status.c:887
4995 msgid "Submodule changes to be committed:"
4996 msgstr "커밋할 하위 모듈의 변경 사항:"
4997
4998 #: wt-status.c:969
4999 msgid ""
5000 "Do not modify or remove the line above.\n"
Showing first 5,000 of 18,001 lines. View raw