po / ko.poon commit Merge branch 'rs/apply-avoid-over-reading' (f9b3252)
   1# Git Korean translation
   2# Copyright (C) 2015-2017 Changwoo Ryu and contributors
   3# This file is distributed under the same license as the Git package.
   4#
   5# Contributors:
   6#  Hyunjun Kim <yoloseem AT users.noreply.github.com>, 2015.
   7#  Changwoo Ryu <cwryu@debian.org>, 2015-2017.
   8#
   9# - 작업자는 위 Contributors 목록에 추가해 주세요.
  10# - 번역하면서 80컬럼을 넘어가지 않도록 해 주세요.
  11#   - 가능한한 원문이 1줄이면 1줄에 들어가게 하고, 부득이하면 경우에 따라
  12#     알맞게 줄바꿈합니다. (커맨드라인이면 줄바꿈하고 다음 줄에 탭 2개)
  13# - 용어는 일관성을 지켜 주십시오.
  14#   - 용어가 바뀌어야 한다고 생각하면 그렇게 번역하기 전에 충분히 의견 교환을
  15#     하십시오.
  16# - 일반적인 문장에서 영어 단어를 그대로 쓰지 않습니다. 최소한 음역합니다.
  17#   - 예외적으로 명령어 등 문자 그대로 가리키는 경우에만 원문 그대로 씁니다.
  18#     - 예: 업스트림 추적에 'origin' 대신 <이름>을 사용합니다
  19#   - 번역된 용어가 깃 명령어와 연관되는 경우에는 괄호 안에 씁니다.
  20#     - 예: 되돌리기(revert)가 진행 중입니다
  21# - 용어:
  22#  +--------------+----------------------------------------------+
  23#  | 3-way merge  | 3-방향 병합                                  |
  24#  | author       | 작성자                                       |
  25#  | bisect       | 이등분                                       |
  26#  | blob         | 블롭                                         |
  27#  | bundle       | 번들                                         |
  28#  | branch       | 브랜치                                       |
  29#  | cherry-pick  | (커밋) 빼오기                                |
  30#  | commit       | 커밋                                         |
  31#  | commit-ish   | 커밋-따위                                    |
  32#  | committer    | 커미터                                       |
  33#  | conflict     | 충돌                                         |
  34#  | fast-forward | 정방향 진행                                  |
  35#  | head         | 헤드                                         |
  36#  | hook         | 훅                                           |
  37#  | history      | (커밋) 내역                                  |
  38#  | Git          | 깃                                           |
  39#  | log          | 기록                                         |
  40#  | merge        | 병합                                         |
  41#  | note         | 노트                                         |
  42#  | octopus      | 옥토퍼스 (병합 전략)                         |
  43#  | pack         | 묶음                                         |
  44#  | pathspec     | 경로명세                                     |
  45#  | rebase       | 리베이스                                     |
  46#  | ref          | 레퍼런스                                     |
  47#  | repo         | 저장소                                       |
  48#  | remote       | 리모트 (저장소)                              |
  49#  | reset        | 재지정                                       |
  50#  | revert       | 되돌리기                                     |
  51#  | subcommand   | 하위 명령                                    |
  52#  | submodule    | 하위 모듈                                    |
  53#  | tree-ish     | 트리-따위                                    |
  54#  | working tree | 작업 폴더                                    |
  55#  +--------------+----------------------------------------------+
  56#
  57msgid ""
  58msgstr ""
  59"Project-Id-Version: git\n"
  60"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  61"POT-Creation-Date: 2017-02-18 01:00+0800\n"
  62"PO-Revision-Date: 2017-02-19 19:33+0900\n"
  63"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
  64"Language-Team: Git Korean translation <http://github.com/changwoo/git-l10n-"
  65"ko>\n"
  66"Language: ko\n"
  67"MIME-Version: 1.0\n"
  68"Content-Type: text/plain; charset=UTF-8\n"
  69"Content-Transfer-Encoding: 8bit\n"
  70"Plural-Forms: nplurals=1; plural=0;\n"
  71
  72#: advice.c:55
  73#, c-format
  74msgid "hint: %.*s\n"
  75msgstr "힌트: %.*s\n"
  76
  77#: advice.c:83
  78msgid "Cherry-picking is not possible because you have unmerged files."
  79msgstr "병합하지 않은 파일이 있으므로, 커밋 빼오기를 할 수 없습니다."
  80
  81#: advice.c:85
  82msgid "Committing is not possible because you have unmerged files."
  83msgstr "병합하지 않은 파일이 있으므로, 커밋할 수 없습니다."
  84
  85#: advice.c:87
  86msgid "Merging is not possible because you have unmerged files."
  87msgstr "병합하지 않은 파일이 있으므로, 병합할 수 없습니다."
  88
  89#: advice.c:89
  90msgid "Pulling is not possible because you have unmerged files."
  91msgstr "병합하지 않은 파일이 있으므로, 풀을 할 수 없습니다."
  92
  93#: advice.c:91
  94msgid "Reverting is not possible because you have unmerged files."
  95msgstr "병합하지 않은 파일이 있으므로, 되돌리기를 할 수 없습니다."
  96
  97#: advice.c:93
  98#, c-format
  99msgid "It is not possible to %s because you have unmerged files."
 100msgstr "병합하지 않은 파일이 있으므로, %s 할 수 없습니다."
 101
 102#: advice.c:101
 103msgid ""
 104"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
 105"as appropriate to mark resolution and make a commit."
 106msgstr ""
 107"작업 폴더에서 문제를 바로잡은 다음, 'git add/rm <파일>'을 적절히\n"
 108"사용해 해결 표시하고 커밋하십시오."
 109
 110#: advice.c:109
 111msgid "Exiting because of an unresolved conflict."
 112msgstr "해결하지 못한 충돌 때문에 끝납니다."
 113
 114#: advice.c:114 builtin/merge.c:1206
 115msgid "You have not concluded your merge (MERGE_HEAD exists)."
 116msgstr "병합 작업을 다 마치지 않았습니다 (MERGE_HEAD 파일이 있습니다)."
 117
 118#: advice.c:116
 119msgid "Please, commit your changes before merging."
 120msgstr "병합하기 전에 변경 사항을 커밋하십시오."
 121
 122#: advice.c:117
 123msgid "Exiting because of unfinished merge."
 124msgstr "병합을 마치지 못했기 때문에 끝납니다."
 125
 126#: advice.c:123
 127#, c-format
 128msgid ""
 129"Note: checking out '%s'.\n"
 130"\n"
 131"You are in 'detached HEAD' state. You can look around, make experimental\n"
 132"changes and commit them, and you can discard any commits you make in this\n"
 133"state without impacting any branches by performing another checkout.\n"
 134"\n"
 135"If you want to create a new branch to retain commits you create, you may\n"
 136"do so (now or later) by using -b with the checkout command again. Example:\n"
 137"\n"
 138"  git checkout -b <new-branch-name>\n"
 139"\n"
 140msgstr ""
 141"주의: '%s' 체크아웃하기.\n"
 142"\n"
 143"지금 'HEAD가 분리된' 상태입니다. 이 상태에서는 여기저기 돌아보고,\n"
 144"실험적으로 바꾼고 커밋하더라도, 체크아웃할 수 잇는 다른 브랜치에\n"
 145"영향을 미치지 않고 변경 사항을 잃어버릴 수 있습니다.\n"
 146"\n"
 147"커밋을 유지하는 브랜치를 새로 만드려면, (지금이든 나중이든) 체크아웃\n"
 148"명령을 다시 하면서 -b 옵션을 사용하면 됩니다. 예를 들어:\n"
 149"\n"
 150"  git checkout -b <새-브랜치-이름>\n"
 151"\n"
 152
 153#: apply.c:57
 154#, c-format
 155msgid "unrecognized whitespace option '%s'"
 156msgstr "알 수 없는 공백 옵션 '%s'"
 157
 158#: apply.c:73
 159#, c-format
 160msgid "unrecognized whitespace ignore option '%s'"
 161msgstr "알 수 없는 공백 무시 옵션 '%s'"
 162
 163#: apply.c:125
 164msgid "--reject and --3way cannot be used together."
 165msgstr "--reject 및 --3way 옵션은 같이 쓸 수 없습니다."
 166
 167#: apply.c:127
 168msgid "--cached and --3way cannot be used together."
 169msgstr "--cached 및 --3way 옵션은 같이 쓸 수 없습니다."
 170
 171#: apply.c:130
 172msgid "--3way outside a repository"
 173msgstr "저장소 밖에서 --3way 옵션 사용"
 174
 175#: apply.c:141
 176msgid "--index outside a repository"
 177msgstr "저장소 밖에서 --index 옵션 사용"
 178
 179#: apply.c:144
 180msgid "--cached outside a repository"
 181msgstr "저장소 밖에서 --cached 옵션 사용"
 182
 183#: apply.c:845
 184#, c-format
 185msgid "Cannot prepare timestamp regexp %s"
 186msgstr "타임스탬프 정규식을 준비할 수 없습니다 (%s)"
 187
 188#: apply.c:854
 189#, c-format
 190msgid "regexec returned %d for input: %s"
 191msgstr "regexec()에서 다음 입력에 대해 %d번을 리턴했습니다: %s"
 192
 193#: apply.c:938
 194#, c-format
 195msgid "unable to find filename in patch at line %d"
 196msgstr "패치의 %d번 줄에 파일 이름을 찾을 수 없습니다"
 197
 198#: apply.c:977
 199#, c-format
 200msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 201msgstr ""
 202"git apply: 잘못된 git-diff - %2$d번 줄에서 /dev/null을 기대했지만, '%1$s'이"
 203"(가) 왔습니다"
 204
 205#: apply.c:983
 206#, c-format
 207msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 208msgstr ""
 209"git apply: 잘못된 git-diff - %d번 줄에 새 파일 이름이 올바르지 않습니다"
 210
 211#: apply.c:984
 212#, c-format
 213msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 214msgstr ""
 215"git apply: 잘못된 git-diff - %d번 줄에 예전 파일 이름이 올바르지 않습니다"
 216
 217#: apply.c:990
 218#, c-format
 219msgid "git apply: bad git-diff - expected /dev/null on line %d"
 220msgstr "git apply: 잘못된 git-diff - %d번 줄에서 /dev/null을 기대했습니다"
 221
 222#: apply.c:1488
 223#, c-format
 224msgid "recount: unexpected line: %.*s"
 225msgstr "recount: 예상치 못한 줄: %.*s"
 226
 227#: apply.c:1557
 228#, c-format
 229msgid "patch fragment without header at line %d: %.*s"
 230msgstr "%d번 줄에 헤더 없는 패치 부분: %.*s"
 231
 232#: apply.c:1577
 233#, c-format
 234msgid ""
 235"git diff header lacks filename information when removing %d leading pathname "
 236"component (line %d)"
 237msgid_plural ""
 238"git diff header lacks filename information when removing %d leading pathname "
 239"components (line %d)"
 240msgstr[0] ""
 241"경로 이름 부분에서 %d개를 제거라 때 git diff 헤더에 파일 이름 정보가 없습니"
 242"다. (%d번 줄)"
 243
 244#: apply.c:1589
 245#, c-format
 246msgid "git diff header lacks filename information (line %d)"
 247msgstr "git diff 헤더에 파일 이름 정보가 없습니다 (%d번 줄)"
 248
 249#: apply.c:1759
 250msgid "new file depends on old contents"
 251msgstr "새 파일이 예전 내용에 의존합니다"
 252
 253#: apply.c:1761
 254msgid "deleted file still has contents"
 255msgstr "삭제한 파일에 아직 내용이 들어 있습니다"
 256
 257#: apply.c:1795
 258#, c-format
 259msgid "corrupt patch at line %d"
 260msgstr "패치가 %d번 줄에서 망가졌습니다"
 261
 262#: apply.c:1832
 263#, c-format
 264msgid "new file %s depends on old contents"
 265msgstr "새 파일 %s이(가) 예전 내용에 의존합니다"
 266
 267#: apply.c:1834
 268#, c-format
 269msgid "deleted file %s still has contents"
 270msgstr "삭제한 파일 %s이(가) 아직 내용이 들어 있습니다"
 271
 272#: apply.c:1837
 273#, c-format
 274msgid "** warning: file %s becomes empty but is not deleted"
 275msgstr "** 경고: %s 파일의 내용이 비어 있지만 삭제되지 않았습니다"
 276
 277#: apply.c:1984
 278#, c-format
 279msgid "corrupt binary patch at line %d: %.*s"
 280msgstr "%d번 줄에 바이너리 패치가 손상되었습니다: %.*s"
 281
 282#: apply.c:2021
 283#, c-format
 284msgid "unrecognized binary patch at line %d"
 285msgstr "%d번 줄에 바이너리 패치가 이해할 수 없습니다"
 286
 287#: apply.c:2182
 288#, c-format
 289msgid "patch with only garbage at line %d"
 290msgstr "%d번 줄에 쓰레기 데이터만 있는 패치"
 291
 292#: apply.c:2265
 293#, c-format
 294msgid "unable to read symlink %s"
 295msgstr "%s 심볼릭 링크를 읽을 수 없습니다"
 296
 297#: apply.c:2269
 298#, c-format
 299msgid "unable to open or read %s"
 300msgstr "%s을(를) 열거나 읽을 수 없습니다"
 301
 302#: apply.c:2922
 303#, c-format
 304msgid "invalid start of line: '%c'"
 305msgstr "줄 시작이 잘못됨: '%c'"
 306
 307#: apply.c:3041
 308#, c-format
 309msgid "Hunk #%d succeeded at %d (offset %d line)."
 310msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 311msgstr[0] "패치 %d번 부분 %d번 줄에서 성공 (오프셋 %d번 줄)"
 312
 313#: apply.c:3053
 314#, c-format
 315msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 316msgstr "컨텍스트가 (%ld/%ld)로 줄어듭니다. (%d번 줄에서 적용)"
 317
 318#: apply.c:3059
 319#, c-format
 320msgid ""
 321"while searching for:\n"
 322"%.*s"
 323msgstr ""
 324"다음을 검색하던 중:\n"
 325"%.*s"
 326
 327#: apply.c:3081
 328#, c-format
 329msgid "missing binary patch data for '%s'"
 330msgstr "'%s'에 대한 바이너리 패치 데이터가 없습니다"
 331
 332#: apply.c:3089
 333#, c-format
 334msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 335msgstr ""
 336"반대 헝크가 없으면 '%s'에 대한 바이너리 패치를 반대로 적용할 수 없습니다"
 337
 338#: apply.c:3135
 339#, c-format
 340msgid "cannot apply binary patch to '%s' without full index line"
 341msgstr ""
 342"전체 인덱스 라인이 없으면 '%s'에 대한 바이너리 패치를 적용할 수 없습니다"
 343
 344#: apply.c:3145
 345#, c-format
 346msgid ""
 347"the patch applies to '%s' (%s), which does not match the current contents."
 348msgstr "패치가 '%s'(%s)에 적용되지만, 현재 내용과 일치하지 않습니다."
 349
 350#: apply.c:3153
 351#, c-format
 352msgid "the patch applies to an empty '%s' but it is not empty"
 353msgstr "패치는 빈 '%s'에 적용되지만, 현재 비어 있지 않습니다"
 354
 355#: apply.c:3171
 356#, c-format
 357msgid "the necessary postimage %s for '%s' cannot be read"
 358msgstr "'%2$s'에 대한 필요한 %1$s 포스트이미지를 읽을 수 없습니다"
 359
 360#: apply.c:3184
 361#, c-format
 362msgid "binary patch does not apply to '%s'"
 363msgstr "바이너리 패치를 '%s'에 적용할 수 없습니다"
 364
 365#: apply.c:3190
 366#, c-format
 367msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 368msgstr ""
 369"'%s'에 대한 바이너리 패치가 올바르지 않은 결과를 만듭니다. (기대한 값 %s, 실"
 370"제 %s)"
 371
 372#: apply.c:3211
 373#, c-format
 374msgid "patch failed: %s:%ld"
 375msgstr "패치 실패: %s:%ld"
 376
 377#: apply.c:3333
 378#, c-format
 379msgid "cannot checkout %s"
 380msgstr "%s을(를) 가져올 수 없습니다"
 381
 382#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:248
 383#, c-format
 384msgid "failed to read %s"
 385msgstr "%s을(를) 읽는데 실패했습니다"
 386
 387#: apply.c:3389
 388#, c-format
 389msgid "reading from '%s' beyond a symbolic link"
 390msgstr "심볼릭 링크 뒤에 있는 '%s' 읽기"
 391
 392#: apply.c:3418 apply.c:3658
 393#, c-format
 394msgid "path %s has been renamed/deleted"
 395msgstr "%s 경로가 이름이 바뀌었거나 삭제되었습니다"
 396
 397#: apply.c:3501 apply.c:3672
 398#, c-format
 399msgid "%s: does not exist in index"
 400msgstr "%s: 인덱스에 없습니다"
 401
 402#: apply.c:3510 apply.c:3680
 403#, c-format
 404msgid "%s: does not match index"
 405msgstr "%s: 인덱스와 맞지 않습니다"
 406
 407#: apply.c:3545
 408msgid "repository lacks the necessary blob to fall back on 3-way merge."
 409msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
 410
 411#: apply.c:3548
 412#, c-format
 413msgid "Falling back to three-way merge...\n"
 414msgstr "3-방향 병합으로 대신합니다...\n"
 415
 416#: apply.c:3564 apply.c:3568
 417#, c-format
 418msgid "cannot read the current contents of '%s'"
 419msgstr "'%s'의 현재 내용을 읽을 수 없습니다"
 420
 421#: apply.c:3580
 422#, c-format
 423msgid "Failed to fall back on three-way merge...\n"
 424msgstr "3-방향 병합으로 대신하는데 실패했습니다...\n"
 425
 426#: apply.c:3594
 427#, c-format
 428msgid "Applied patch to '%s' with conflicts.\n"
 429msgstr "패치를 '%s'에 충돌이 있는 상태로 적용.\n"
 430
 431#: apply.c:3599
 432#, c-format
 433msgid "Applied patch to '%s' cleanly.\n"
 434msgstr "패치를 '%s'에 패치 문제 없이 적용.\n"
 435
 436#: apply.c:3625
 437msgid "removal patch leaves file contents"
 438msgstr "제거하는 패치 다음에 파일 내용이 남았습니다"
 439
 440#: apply.c:3697
 441#, c-format
 442msgid "%s: wrong type"
 443msgstr "%s: 잘못된 종류"
 444
 445#: apply.c:3699
 446#, c-format
 447msgid "%s has type %o, expected %o"
 448msgstr "%s의 종류가 %o이지만 %o이(가) 되어야 합니다"
 449
 450#: apply.c:3850 apply.c:3852
 451#, c-format
 452msgid "invalid path '%s'"
 453msgstr "잘못된 경로 '%s'"
 454
 455#: apply.c:3908
 456#, c-format
 457msgid "%s: already exists in index"
 458msgstr "%s: 이미 인덱스에 있습니다"
 459
 460#: apply.c:3911
 461#, c-format
 462msgid "%s: already exists in working directory"
 463msgstr "%s: 이미 작업 디렉터리에 있습니다"
 464
 465#: apply.c:3931
 466#, c-format
 467msgid "new mode (%o) of %s does not match old mode (%o)"
 468msgstr "%2$s의 새 모드(%1$o)가 예전 모드(%3$o)와 다릅니다"
 469
 470#: apply.c:3936
 471#, c-format
 472msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 473msgstr "%2$s의 새 모드(%1$o)가 %4$s의 예전 모드(%3$o)와 다릅니다"
 474
 475#: apply.c:3956
 476#, c-format
 477msgid "affected file '%s' is beyond a symbolic link"
 478msgstr "영향 받는 '%s' 파일이 심볼릭 링크 뒤에 있습니다"
 479
 480#: apply.c:3960
 481#, c-format
 482msgid "%s: patch does not apply"
 483msgstr "%s: 패치를 적용하지 않습니다"
 484
 485#: apply.c:3975
 486#, c-format
 487msgid "Checking patch %s..."
 488msgstr "%s 패치를 확인하는 중입니다..."
 489
 490#: apply.c:4066
 491#, c-format
 492msgid "sha1 information is lacking or useless for submodule %s"
 493msgstr "sha1 정보가 없거나 %s 하위 모듈에서 쓸 수 없습니다"
 494
 495#: apply.c:4073
 496#, c-format
 497msgid "mode change for %s, which is not in current HEAD"
 498msgstr "%s에 대한 모드 변경이지만, 현재 HEAD에 없습니다"
 499
 500#: apply.c:4076
 501#, c-format
 502msgid "sha1 information is lacking or useless (%s)."
 503msgstr "sha1 정보가 없거나 쓸 수 없습니다 (%s)."
 504
 505#: apply.c:4081 builtin/checkout.c:233 builtin/reset.c:135
 506#, c-format
 507msgid "make_cache_entry failed for path '%s'"
 508msgstr "경로 '%s'에 대해 make_cache_entry 실패"
 509
 510#: apply.c:4085
 511#, c-format
 512msgid "could not add %s to temporary index"
 513msgstr "임시 인덱스에 %s 항목을 추가할 수 없습니다"
 514
 515#: apply.c:4095
 516#, c-format
 517msgid "could not write temporary index to %s"
 518msgstr "임시 인덱스를 %s에 쓸 수 없습니다"
 519
 520#: apply.c:4233
 521#, c-format
 522msgid "unable to remove %s from index"
 523msgstr "인덱스에서 %s을(를) 제거할 수 없습니다"
 524
 525#: apply.c:4268
 526#, c-format
 527msgid "corrupt patch for submodule %s"
 528msgstr "하위 모듈 %s에 대해 손상된 패치"
 529
 530#: apply.c:4274
 531#, c-format
 532msgid "unable to stat newly created file '%s'"
 533msgstr "새로 만든 파일 '%s'에 대해 stat()할 수 없습니다"
 534
 535#: apply.c:4282
 536#, c-format
 537msgid "unable to create backing store for newly created file %s"
 538msgstr "새로 만든 파일 '%s'에 대해 예비 저장소를 만들 수 없습니다"
 539
 540#: apply.c:4288 apply.c:4432
 541#, c-format
 542msgid "unable to add cache entry for %s"
 543msgstr "%s에 대해 캐시 항목을 추가할 수 없습니다"
 544
 545#: apply.c:4329
 546#, c-format
 547msgid "failed to write to '%s'"
 548msgstr "'%s'에 쓰는데 실패했습니다"
 549
 550#: apply.c:4333
 551#, c-format
 552msgid "closing file '%s'"
 553msgstr "'%s' 파일을 닫는 중입니다"
 554
 555#: apply.c:4403
 556#, c-format
 557msgid "unable to write file '%s' mode %o"
 558msgstr "'%s' 파일에 쓸 수 없습니다 ('%o' 모드)"
 559
 560#: apply.c:4501
 561#, c-format
 562msgid "Applied patch %s cleanly."
 563msgstr "%s 패치 깔끔하게 적용."
 564
 565#: apply.c:4509
 566msgid "internal error"
 567msgstr "내부 오류"
 568
 569#: apply.c:4512
 570#, c-format
 571msgid "Applying patch %%s with %d reject..."
 572msgid_plural "Applying patch %%s with %d rejects..."
 573msgstr[0] "%%s 패치를 (%d개 거부) 적용..."
 574
 575#: apply.c:4523
 576#, c-format
 577msgid "truncating .rej filename to %.*s.rej"
 578msgstr "truncating .rej 파일 이름을 '%.*s.rej'(으)로 자름"
 579
 580#: apply.c:4531 builtin/fetch.c:737 builtin/fetch.c:986
 581#, c-format
 582msgid "cannot open %s"
 583msgstr "%s을(를) 열 수 없습니다"
 584
 585#: apply.c:4545
 586#, c-format
 587msgid "Hunk #%d applied cleanly."
 588msgstr "패치 부위 #%d 깔끔하게 적용."
 589
 590#: apply.c:4549
 591#, c-format
 592msgid "Rejected hunk #%d."
 593msgstr "패치 부위 #%d 거부됨."
 594
 595#: apply.c:4659
 596#, c-format
 597msgid "Skipped patch '%s'."
 598msgstr "패치 '%s' 건너뜀."
 599
 600#: apply.c:4667
 601msgid "unrecognized input"
 602msgstr "인식할 수 없는 입력"
 603
 604#: apply.c:4686
 605msgid "unable to read index file"
 606msgstr "인덱스 파일을 읽을 수 없습니다"
 607
 608#: apply.c:4824
 609#, c-format
 610msgid "can't open patch '%s': %s"
 611msgstr "'%s' 패치를 열 수 없습니다: %s"
 612
 613#: apply.c:4849
 614#, c-format
 615msgid "squelched %d whitespace error"
 616msgid_plural "squelched %d whitespace errors"
 617msgstr[0] "공백 오류 %d개를 넘어갑니다"
 618
 619#: apply.c:4855 apply.c:4870
 620#, c-format
 621msgid "%d line adds whitespace errors."
 622msgid_plural "%d lines add whitespace errors."
 623msgstr[0] "%d번 줄에서 공백 오류를 추가합니다."
 624
 625#: apply.c:4863
 626#, c-format
 627msgid "%d line applied after fixing whitespace errors."
 628msgid_plural "%d lines applied after fixing whitespace errors."
 629msgstr[0] "공백 오류를 바로잡은 뒤에 %d번 줄 적용."
 630
 631#: apply.c:4879 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
 632msgid "Unable to write new index file"
 633msgstr "새 인덱스 파일에 쓸 수 없습니다"
 634
 635#: apply.c:4910 apply.c:4913 builtin/am.c:2277 builtin/am.c:2280
 636#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
 637#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591
 638#: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960
 639#: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104
 640#: git-add--interactive.perl:239
 641msgid "path"
 642msgstr "경로"
 643
 644#: apply.c:4911
 645msgid "don't apply changes matching the given path"
 646msgstr "주어진 경로에 해당하는 변경 사항을 적용하지 않습니다"
 647
 648#: apply.c:4914
 649msgid "apply changes matching the given path"
 650msgstr "주어진 경로에 해당하는 변경 사항을 적용합니다"
 651
 652#: apply.c:4916 builtin/am.c:2286
 653msgid "num"
 654msgstr "개수"
 655
 656#: apply.c:4917
 657msgid "remove <num> leading slashes from traditional diff paths"
 658msgstr "전통적인 diff 경로 앞의 <개수>개의 앞 슬래시(/)를 제거합니다"
 659
 660#: apply.c:4920
 661msgid "ignore additions made by the patch"
 662msgstr "패치에서 추가하는 파일을 무시합니다"
 663
 664#: apply.c:4922
 665msgid "instead of applying the patch, output diffstat for the input"
 666msgstr "패치를 적용하는 대신, 입력에 대한 diffstat을 출력합니다"
 667
 668#: apply.c:4926
 669msgid "show number of added and deleted lines in decimal notation"
 670msgstr "십진수로 추가 및 삭제한 줄 수를 표시합니다"
 671
 672#: apply.c:4928
 673msgid "instead of applying the patch, output a summary for the input"
 674msgstr "패치를 적용하는 대신, 입력에 대한 요약을 출력합니다"
 675
 676#: apply.c:4930
 677msgid "instead of applying the patch, see if the patch is applicable"
 678msgstr "패치를 적용하는 대신, 패치를 적용 가능한지 확인합니다"
 679
 680#: apply.c:4932
 681msgid "make sure the patch is applicable to the current index"
 682msgstr "현재 인덱스에서 패치가 적용 가능한지 확인합니다"
 683
 684#: apply.c:4934
 685msgid "apply a patch without touching the working tree"
 686msgstr "작업 폴더를 바꾸지 않고 패치를 적용합니다"
 687
 688#: apply.c:4936
 689msgid "accept a patch that touches outside the working area"
 690msgstr "작업 영역 밖의 파일을 바꾸는 패치를 허용합니다"
 691
 692#: apply.c:4938
 693msgid "also apply the patch (use with --stat/--summary/--check)"
 694msgstr "그리고 패치도 적용합니다 (--stat/--summary/--check 옵션과 같이 사용)"
 695
 696#: apply.c:4940
 697msgid "attempt three-way merge if a patch does not apply"
 698msgstr "패치를 적용하지 않으면 3-방향 병합을 시도합니다"
 699
 700#: apply.c:4942
 701msgid "build a temporary index based on embedded index information"
 702msgstr "내장 인덱스 정보를 사용해 임시 인덱스를 만듭니다"
 703
 704#: apply.c:4945 builtin/checkout-index.c:169 builtin/ls-files.c:507
 705msgid "paths are separated with NUL character"
 706msgstr "경로를 NUL 문자로 구분합니다"
 707
 708#: apply.c:4947
 709msgid "ensure at least <n> lines of context match"
 710msgstr "최소한 <n>줄이 컨텍스트와 일치하는지 확인합니다"
 711
 712#: apply.c:4948 builtin/am.c:2265
 713msgid "action"
 714msgstr "동작"
 715
 716#: apply.c:4949
 717msgid "detect new or modified lines that have whitespace errors"
 718msgstr "공백 오류가 있는 추가됐거나 수정된 줄을 찾습니다"
 719
 720#: apply.c:4952 apply.c:4955
 721msgid "ignore changes in whitespace when finding context"
 722msgstr "컨텍스트를 찾을 때 공백 변경 사항을 무시합니다"
 723
 724#: apply.c:4958
 725msgid "apply the patch in reverse"
 726msgstr "패치를 반대 순서로 적용합니다"
 727
 728#: apply.c:4960
 729msgid "don't expect at least one line of context"
 730msgstr "최소한의 컨텍스트 한 줄도 없이 적용합니다"
 731
 732#: apply.c:4962
 733msgid "leave the rejected hunks in corresponding *.rej files"
 734msgstr "거부된 패치 부분을 대응되는 *.rej 파일에 남겨둡니다"
 735
 736#: apply.c:4964
 737msgid "allow overlapping hunks"
 738msgstr "패치 부분이 겹쳐도 허용합니다"
 739
 740#: apply.c:4965 builtin/add.c:267 builtin/check-ignore.c:19
 741#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
 742#: builtin/log.c:1860 builtin/mv.c:122 builtin/read-tree.c:114
 743msgid "be verbose"
 744msgstr "자세히 표시"
 745
 746#: apply.c:4967
 747msgid "tolerate incorrectly detected missing new-line at the end of file"
 748msgstr "파일 끝에 줄바꿈이 빠졌음을 잘못 검색한 경우에 무시합니다"
 749
 750#: apply.c:4970
 751msgid "do not trust the line counts in the hunk headers"
 752msgstr "패치 부분의 헤더의 줄 수를 신용하지 않습니다"
 753
 754#: apply.c:4972 builtin/am.c:2274
 755msgid "root"
 756msgstr "최상위"
 757
 758#: apply.c:4973
 759msgid "prepend <root> to all filenames"
 760msgstr "모든 파일 이름에 <최상위>를 앞에 붙입니다"
 761
 762#: archive.c:12
 763msgid "git archive [<options>] <tree-ish> [<path>...]"
 764msgstr "git archive [<옵션>] <트리-따위> [<경로>...]"
 765
 766#: archive.c:13
 767msgid "git archive --list"
 768msgstr "git archive --list"
 769
 770#: archive.c:14
 771msgid ""
 772"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 773msgstr ""
 774"git archive --remote <저장소> [--exec <명령>] [<옵션>] <트리-따위> [<경로"
 775">...]"
 776
 777#: archive.c:15
 778msgid "git archive --remote <repo> [--exec <cmd>] --list"
 779msgstr "git archive --remote <저장소> [--exec <명령>] --list"
 780
 781#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
 782#, c-format
 783msgid "pathspec '%s' did not match any files"
 784msgstr "'%s' 경로명세가 어떤 파일과도 일치하지 않습니다"
 785
 786#: archive.c:429
 787msgid "fmt"
 788msgstr "형식"
 789
 790#: archive.c:429
 791msgid "archive format"
 792msgstr "압축 형식"
 793
 794#: archive.c:430 builtin/log.c:1429
 795msgid "prefix"
 796msgstr "접두어"
 797
 798#: archive.c:431
 799msgid "prepend prefix to each pathname in the archive"
 800msgstr "아카이브의 각 경로 이름의 앞에 지정한 경로를 붙입니다"
 801
 802#: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59
 803#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054
 804#: builtin/hash-object.c:101 builtin/ls-files.c:541 builtin/ls-files.c:544
 805#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
 806#: parse-options.h:153
 807msgid "file"
 808msgstr "파일"
 809
 810#: archive.c:433 builtin/archive.c:89
 811msgid "write the archive to this file"
 812msgstr "아카이브를 이 파일에 씁니다"
 813
 814#: archive.c:435
 815msgid "read .gitattributes in working directory"
 816msgstr "작업 폴더의 .gitattributes를 읽습니다"
 817
 818#: archive.c:436
 819msgid "report archived files on stderr"
 820msgstr "아카이브에 포함된 파일을 표준오류로 표시합니다"
 821
 822#: archive.c:437
 823msgid "store only"
 824msgstr "저장만 하기"
 825
 826#: archive.c:438
 827msgid "compress faster"
 828msgstr "더 빠르게 압축"
 829
 830#: archive.c:446
 831msgid "compress better"
 832msgstr "더 작게 압축"
 833
 834#: archive.c:449
 835msgid "list supported archive formats"
 836msgstr "지원하는 압축 형식의 목록을 표시합니다"
 837
 838#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
 839#: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969
 840msgid "repo"
 841msgstr "저장소"
 842
 843#: archive.c:452 builtin/archive.c:91
 844msgid "retrieve the archive from remote repository <repo>"
 845msgstr "원격 저장소 <저장소>에서 아카이브를 가져옵니다"
 846
 847#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
 848msgid "command"
 849msgstr "명령"
 850
 851#: archive.c:454 builtin/archive.c:93
 852msgid "path to the remote git-upload-archive command"
 853msgstr "원격 git-upload-archive 명령의 경로"
 854
 855#: archive.c:461
 856msgid "Unexpected option --remote"
 857msgstr "예상치 못한 옵션 --remote"
 858
 859#: archive.c:463
 860msgid "Option --exec can only be used together with --remote"
 861msgstr "--exec 옵션은 --remote 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
 862
 863#: archive.c:465
 864msgid "Unexpected option --output"
 865msgstr "예상치 못한 옵션 --output"
 866
 867#: archive.c:487
 868#, c-format
 869msgid "Unknown archive format '%s'"
 870msgstr "알 수 없는 아카이브 형식 '%s'"
 871
 872#: archive.c:494
 873#, c-format
 874msgid "Argument not supported for format '%s': -%d"
 875msgstr "'%s' 형식에서는 지원하지 않는 인자: -%d"
 876
 877#: attr.c:263
 878msgid ""
 879"Negative patterns are ignored in git attributes\n"
 880"Use '\\!' for literal leading exclamation."
 881msgstr ""
 882"git attributes에서 반대 패턴은 무시됩니다.\n"
 883"앞에 느낌표를 쓰려면 '\\!'를 사용하십시오."
 884
 885#: bisect.c:441
 886#, c-format
 887msgid "Could not open file '%s'"
 888msgstr "'%s' 파일을 열 수 없습니다"
 889
 890#: bisect.c:446
 891#, c-format
 892msgid "Badly quoted content in file '%s': %s"
 893msgstr "'%s' 파일 안에 잘못된 따옴표가 붙은 내용: %s"
 894
 895#: bisect.c:655
 896#, c-format
 897msgid "We cannot bisect more!\n"
 898msgstr "더 이상 이등분할 수 없습니다!\n"
 899
 900#: bisect.c:708
 901#, c-format
 902msgid "Not a valid commit name %s"
 903msgstr "올바른 커밋 이름이 아닙니다 (%s)"
 904
 905#: bisect.c:732
 906#, c-format
 907msgid ""
 908"The merge base %s is bad.\n"
 909"This means the bug has been fixed between %s and [%s].\n"
 910msgstr ""
 911"%s 병합 베이스가 비정상입니다.\n"
 912"버그가 %s 및 [%s] 사이에서 고쳐졌다는 뜻입니다.\n"
 913
 914#: bisect.c:737
 915#, c-format
 916msgid ""
 917"The merge base %s is new.\n"
 918"The property has changed between %s and [%s].\n"
 919msgstr ""
 920"%s 병합 베이스가 새롭습니다.\n"
 921"속성이 %s 및 [%s] 사이에서 변경되었습니다.\n"
 922
 923#: bisect.c:742
 924#, c-format
 925msgid ""
 926"The merge base %s is %s.\n"
 927"This means the first '%s' commit is between %s and [%s].\n"
 928msgstr ""
 929"%s 병합 베이스가 %s입니다.\n"
 930"처음 '%s' 커밋이 %s 및 [%s] 사이라는 뜻입니다.\n"
 931
 932#: bisect.c:750
 933#, c-format
 934msgid ""
 935"Some %s revs are not ancestors of the %s rev.\n"
 936"git bisect cannot work properly in this case.\n"
 937"Maybe you mistook %s and %s revs?\n"
 938msgstr ""
 939"일부 %s 리비전이 %s 리비전의 과거 항목이 아닙니다.\n"
 940"git bisect 명령은 이 경우에는 올바르게 동작하지 않습니다.\n"
 941"%s 및 %s 리비전을 잘못 쓴 것 아닙니까?\n"
 942
 943#: bisect.c:763
 944#, c-format
 945msgid ""
 946"the merge base between %s and [%s] must be skipped.\n"
 947"So we cannot be sure the first %s commit is between %s and %s.\n"
 948"We continue anyway."
 949msgstr ""
 950"%s 및 %s 사이의 머지 베이스를 건너뜁니다.\n"
 951"그러므로 처음 %s 커밋이 %s 및 %s 사이에 있는지 확신할 수 없습니다.\n"
 952"어쨌든 계속합니다."
 953
 954#: bisect.c:798
 955#, c-format
 956msgid "Bisecting: a merge base must be tested\n"
 957msgstr "이등분: 병합 베이스를 시험해야 합니다\n"
 958
 959#: bisect.c:849
 960#, c-format
 961msgid "a %s revision is needed"
 962msgstr "하나의 %s 리비전이 필요합니다"
 963
 964#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262
 965#, c-format
 966msgid "could not create file '%s'"
 967msgstr "'%s' 파일을 만들 수 없습니다"
 968
 969#: bisect.c:917
 970#, c-format
 971msgid "could not read file '%s'"
 972msgstr "'%s' 파일을 읽을 수 없습니다"
 973
 974#: bisect.c:947
 975msgid "reading bisect refs failed"
 976msgstr "이등분 레퍼런스 읽기에 실패했습니다"
 977
 978#: bisect.c:967
 979#, c-format
 980msgid "%s was both %s and %s\n"
 981msgstr "%s은(는) %s 및 %s 모두에 해당됩니다\n"
 982
 983#: bisect.c:975
 984#, c-format
 985msgid ""
 986"No testable commit found.\n"
 987"Maybe you started with bad path parameters?\n"
 988msgstr ""
 989"시험 가능한 커밋이 없습니다.\n"
 990"잘못도니 경로 파라미터로 시작하지 않았습니까?\n"
 991
 992#: bisect.c:994
 993#, c-format
 994msgid "(roughly %d step)"
 995msgid_plural "(roughly %d steps)"
 996msgstr[0] "(대략 %d 단계)"
 997
 998#. TRANSLATORS: the last %s will be replaced with
 999#. "(roughly %d steps)" translation
1000#: bisect.c:998
1001#, c-format
1002msgid "Bisecting: %d revision left to test after this %s\n"
1003msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1004msgstr[0] "이등분: %2$s 뒤에 시험할 리비전이 %1$d개 남았습니다\n"
1005
1006#: branch.c:53
1007#, c-format
1008msgid ""
1009"\n"
1010"After fixing the error cause you may try to fix up\n"
1011"the remote tracking information by invoking\n"
1012"\"git branch --set-upstream-to=%s%s%s\"."
1013msgstr ""
1014"\n"
1015"오류를 수정한 다음 원격 추적 정보를\n"
1016"\"git branch --set-upstream-to=%s%s%s\" 명령을\n"
1017"실행해 수정할 수 있습니다."
1018
1019#: branch.c:67
1020#, c-format
1021msgid "Not setting branch %s as its own upstream."
1022msgstr "%s 브랜치를 자신의 업스트림으로 지정하지 않음."
1023
1024#: branch.c:93
1025#, c-format
1026msgid "Branch %s set up to track remote branch %s from %s by rebasing."
1027msgstr ""
1028"%s 브랜치가 리베이스를 통해 리모트의 %s 브랜치를 (%s에서) 따라가도록 설정되었"
1029"습니다."
1030
1031#: branch.c:94
1032#, c-format
1033msgid "Branch %s set up to track remote branch %s from %s."
1034msgstr "%s 브랜치가 리모트의 %s 브랜치를 (%s에서) 따라가도록 설정되었습니다."
1035
1036#: branch.c:98
1037#, c-format
1038msgid "Branch %s set up to track local branch %s by rebasing."
1039msgstr ""
1040"%s 브랜치가 리베이스를 통해 리모트의 %s 브랜치를 따라가도록 설정되었습니다."
1041
1042#: branch.c:99
1043#, c-format
1044msgid "Branch %s set up to track local branch %s."
1045msgstr "%s 브랜치가 %s 브랜치를 따라가도록 설정되었습니다."
1046
1047#: branch.c:104
1048#, c-format
1049msgid "Branch %s set up to track remote ref %s by rebasing."
1050msgstr ""
1051"%s 브랜치가 리베이스를 통해 리모트의 %s 레퍼런스를 따라가도록 설정되었습니다."
1052
1053#: branch.c:105
1054#, c-format
1055msgid "Branch %s set up to track remote ref %s."
1056msgstr "%s 브랜치가 리모트의 %s 레퍼런스를 따라가도록 설정되었습니다."
1057
1058#: branch.c:109
1059#, c-format
1060msgid "Branch %s set up to track local ref %s by rebasing."
1061msgstr ""
1062"%s 브랜치가 리베이스를 통해 로컬의 %s 레퍼런스를 따라가도록 설정되었습니다."
1063
1064#: branch.c:110
1065#, c-format
1066msgid "Branch %s set up to track local ref %s."
1067msgstr "%s 브랜치가 로컬의 %s 레퍼런스를 따라가도록 설정되었습니다."
1068
1069#: branch.c:119
1070msgid "Unable to write upstream branch configuration"
1071msgstr "업스트림 브랜치 설정을 쓸 수 없습니다"
1072
1073#: branch.c:156
1074#, c-format
1075msgid "Not tracking: ambiguous information for ref %s"
1076msgstr "따라가지 않음: %s 레퍼런스에 대해 애매한 정보"
1077
1078#: branch.c:185
1079#, c-format
1080msgid "'%s' is not a valid branch name."
1081msgstr "'%s'은(는) 올바른 브랜치 이름이 아닙니다."
1082
1083#: branch.c:190
1084#, c-format
1085msgid "A branch named '%s' already exists."
1086msgstr "이름이 '%s'인 브랜치가 이미 있습니다."
1087
1088#: branch.c:198
1089msgid "Cannot force update the current branch."
1090msgstr "현재 브랜치를 강제로 업데이트할 수 없습니다."
1091
1092#: branch.c:218
1093#, c-format
1094msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1095msgstr ""
1096"따라가기 정보를 설정할 수 없습니다. 시작 위치 '%s'이(가) 브랜치가 아닙니다."
1097
1098#: branch.c:220
1099#, c-format
1100msgid "the requested upstream branch '%s' does not exist"
1101msgstr "요청한 업스트림 '%s' 브랜치가 없습니다"
1102
1103#: branch.c:222
1104msgid ""
1105"\n"
1106"If you are planning on basing your work on an upstream\n"
1107"branch that already exists at the remote, you may need to\n"
1108"run \"git fetch\" to retrieve it.\n"
1109"\n"
1110"If you are planning to push out a new local branch that\n"
1111"will track its remote counterpart, you may want to use\n"
1112"\"git push -u\" to set the upstream config as you push."
1113msgstr ""
1114"\n"
1115"리모트에 이미 있는 업스트림 브랜치를 기반으로 작업하려면,\n"
1116"먼저 \"git fetch\"로 가져 리모트 브랜치를 가져옵니다.\n"
1117"\n"
1118"새 로컬 브랜치를 거기에 해당하는 리모트 브랜치로 push하려면,\n"
1119"\"git push -u\"로 push하는 업스트림을 설정할 수 있습니다."
1120
1121#: branch.c:265
1122#, c-format
1123msgid "Not a valid object name: '%s'."
1124msgstr "올바른 오브젝트 이름이 아닙니다: '%s'."
1125
1126#: branch.c:285
1127#, c-format
1128msgid "Ambiguous object name: '%s'."
1129msgstr "애매한 오브젝트 이름: '%s'."
1130
1131#: branch.c:290
1132#, c-format
1133msgid "Not a valid branch point: '%s'."
1134msgstr "올바른 브랜치 위치가 아닙니다: '%s'."
1135
1136#: branch.c:344
1137#, c-format
1138msgid "'%s' is already checked out at '%s'"
1139msgstr "'%s'은(는) 이미 '%s' 위치에 받아져 있습니다"
1140
1141#: branch.c:363
1142#, c-format
1143msgid "HEAD of working tree %s is not updated"
1144msgstr "작업 폴더 %s의 헤드가 업데이트되지 않았습니다"
1145
1146#: bundle.c:34
1147#, c-format
1148msgid "'%s' does not look like a v2 bundle file"
1149msgstr "'%s' 파일이 버전2 번들 파일로 보이지 않습니다"
1150
1151#: bundle.c:61
1152#, c-format
1153msgid "unrecognized header: %s%s (%d)"
1154msgstr "인식할 수 없는 헤더: %s%s (%d)"
1155
1156#: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:777
1157#, c-format
1158msgid "could not open '%s'"
1159msgstr "'%s'을(를) 열 수 없습니다"
1160
1161#: bundle.c:139
1162msgid "Repository lacks these prerequisite commits:"
1163msgstr "저장소에 필수적인 다음 커밋이 없습니다:"
1164
1165#: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:2290
1166#: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:348
1167#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1168#: builtin/merge.c:360 builtin/shortlog.c:177
1169msgid "revision walk setup failed"
1170msgstr "리비전 walk 준비가 실패했습니다"
1171
1172#: bundle.c:185
1173#, c-format
1174msgid "The bundle contains this ref:"
1175msgid_plural "The bundle contains these %d refs:"
1176msgstr[0] "번들에 다음 레퍼런스 %d개가 있습니다:"
1177
1178#: bundle.c:192
1179msgid "The bundle records a complete history."
1180msgstr "번들은 전체 커밋 내역을 기록합니다."
1181
1182#: bundle.c:194
1183#, c-format
1184msgid "The bundle requires this ref:"
1185msgid_plural "The bundle requires these %d refs:"
1186msgstr[0] "번들에 다음 레퍼런스 %d개가 필요합니다:"
1187
1188#: bundle.c:253
1189msgid "Could not spawn pack-objects"
1190msgstr "pack-objects 명령을 실행할 수 없습니다"
1191
1192#: bundle.c:264
1193msgid "pack-objects died"
1194msgstr "pack-objects 명령이 죽었습니다"
1195
1196#: bundle.c:304
1197msgid "rev-list died"
1198msgstr "rev-list 명령이 죽었습니다"
1199
1200#: bundle.c:353
1201#, c-format
1202msgid "ref '%s' is excluded by the rev-list options"
1203msgstr "rev-list 옵션에서 '%s' 레퍼런스가 제외되었습니다"
1204
1205#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:282
1206#, c-format
1207msgid "unrecognized argument: %s"
1208msgstr "알 수 없는 인자: %s"
1209
1210#: bundle.c:451
1211msgid "Refusing to create empty bundle."
1212msgstr "빈 번들은 만들지 않습니다."
1213
1214#: bundle.c:463
1215#, c-format
1216msgid "cannot create '%s'"
1217msgstr "'%s'을(를) 만들 수 없습니다"
1218
1219#: bundle.c:491
1220msgid "index-pack died"
1221msgstr "index-pack 명령이 죽었습니다"
1222
1223#: color.c:300
1224#, c-format
1225msgid "invalid color value: %.*s"
1226msgstr "잘못된 색 값: %.*s"
1227
1228#: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:457
1229#: builtin/am.c:1493 builtin/am.c:2127
1230#, c-format
1231msgid "could not parse %s"
1232msgstr "parse %s을(를) 파싱할 수 없습니다"
1233
1234#: commit.c:42
1235#, c-format
1236msgid "%s %s is not a commit!"
1237msgstr "%s %s, 커밋이 아닙니다"
1238
1239#: commit.c:1514
1240msgid ""
1241"Warning: commit message did not conform to UTF-8.\n"
1242"You may want to amend it after fixing the message, or set the config\n"
1243"variable i18n.commitencoding to the encoding your project uses.\n"
1244msgstr ""
1245"경고: 커밋 메시지가 UTF-8 인코딩에 맞지 않습니다.\n"
1246"메시지를 수정한 다음 커밋을 수정하거나, 설정의 i18n.commitencoding\n"
1247"변수를 프로젝트가 사용 중인 인코딩으로 맞추십시오.\n"
1248
1249#: compat/obstack.c:406 compat/obstack.c:408
1250msgid "memory exhausted"
1251msgstr "메모리 바닥남"
1252
1253#: config.c:518
1254#, c-format
1255msgid "bad config line %d in blob %s"
1256msgstr "블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1257
1258#: config.c:522
1259#, c-format
1260msgid "bad config line %d in file %s"
1261msgstr "파일 %2$s 안에 %1$d번 줄에 잘못된 설정"
1262
1263#: config.c:526
1264#, c-format
1265msgid "bad config line %d in standard input"
1266msgstr "표준 입력 안에 %d번 줄에 잘못된 설정"
1267
1268#: config.c:530
1269#, c-format
1270msgid "bad config line %d in submodule-blob %s"
1271msgstr "하위 모듈 블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1272
1273#: config.c:534
1274#, c-format
1275msgid "bad config line %d in command line %s"
1276msgstr "명령행 %2$s 안에 %1$d번 줄에 잘못된 설정"
1277
1278#: config.c:538
1279#, c-format
1280msgid "bad config line %d in %s"
1281msgstr "%2$s 안에 %1$d번 줄에 잘못된 설정"
1282
1283#: config.c:657
1284msgid "out of range"
1285msgstr "범위를 벗어남"
1286
1287#: config.c:657
1288msgid "invalid unit"
1289msgstr "단위가 잘못됨"
1290
1291#: config.c:663
1292#, c-format
1293msgid "bad numeric config value '%s' for '%s': %s"
1294msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): %s"
1295
1296#: config.c:668
1297#, c-format
1298msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1299msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): %s"
1300
1301#: config.c:671
1302#, c-format
1303msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1304msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): %s"
1305
1306#: config.c:674
1307#, c-format
1308msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1309msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): %s"
1310
1311#: config.c:677
1312#, c-format
1313msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1314msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): %s"
1315
1316#: config.c:680
1317#, c-format
1318msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1319msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): %s"
1320
1321#: config.c:683
1322#, c-format
1323msgid "bad numeric config value '%s' for '%s' in %s: %s"
1324msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): %s"
1325
1326#: config.c:770
1327#, c-format
1328msgid "failed to expand user dir in: '%s'"
1329msgstr "다음에 사용자 디렉터리 확장에 실패: '%s'"
1330
1331#: config.c:865 config.c:876
1332#, c-format
1333msgid "bad zlib compression level %d"
1334msgstr "%d번은 올바른 zlib 압축 단계가 아닙니다"
1335
1336#: config.c:993
1337#, c-format
1338msgid "invalid mode for object creation: %s"
1339msgstr "오브젝트 생성 모드가 올바르지 않습니다: %s"
1340
1341#: config.c:1149
1342#, c-format
1343msgid "bad pack compression level %d"
1344msgstr "잘못 묶음 압축 단계 %d"
1345
1346#: config.c:1339
1347msgid "unable to parse command-line config"
1348msgstr "명령행 설정을 파싱할 수 없습니다"
1349
1350#: config.c:1389
1351msgid "unknown error occurred while reading the configuration files"
1352msgstr "설정 파일을 읽는 중 알 수 없는 오류가 생겼습니다"
1353
1354#: config.c:1743
1355#, c-format
1356msgid "unable to parse '%s' from command-line config"
1357msgstr "명령행 설정에서 '%s'을(를) 설정할 수 없습니다"
1358
1359#: config.c:1745
1360#, c-format
1361msgid "bad config variable '%s' in file '%s' at line %d"
1362msgstr "'%2$s' 파일의 %3$d번 줄 '%1$s' 설정 변수가 잘못되었습니다"
1363
1364#: config.c:1804
1365#, c-format
1366msgid "%s has multiple values"
1367msgstr "%s은(는) 여러 개 값이 있습니다"
1368
1369#: config.c:2225 config.c:2450
1370#, c-format
1371msgid "fstat on %s failed"
1372msgstr "%s에 대해 fstat 실패"
1373
1374#: config.c:2343
1375#, c-format
1376msgid "could not set '%s' to '%s'"
1377msgstr "'%s'을(를) '%s'(으)로 설정할 수 없습니다"
1378
1379#: config.c:2345
1380#, c-format
1381msgid "could not unset '%s'"
1382msgstr "'%s' 설정을 지울 수 없습니다"
1383
1384#: connect.c:49
1385msgid "The remote end hung up upon initial contact"
1386msgstr "리모트 측이 최초 연결했을 때 연결을 끊었습니다"
1387
1388#: connect.c:51
1389msgid ""
1390"Could not read from remote repository.\n"
1391"\n"
1392"Please make sure you have the correct access rights\n"
1393"and the repository exists."
1394msgstr ""
1395"리모트 저장소에서 읽을 수 없습니다\n"
1396"\n"
1397"올바른 접근 권한이 있는지, 그리고 저장소가 있는지\n"
1398"확인하십시오."
1399
1400#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1401msgid "Checking connectivity"
1402msgstr "연결을 확인하는 중입니다"
1403
1404#: connected.c:75
1405msgid "Could not run 'git rev-list'"
1406msgstr "'git rev-list'를 실행할 수 없습니다"
1407
1408#: connected.c:95
1409msgid "failed write to rev-list"
1410msgstr "rev-list 쓰기에 실패했습니다"
1411
1412#: connected.c:102
1413msgid "failed to close rev-list's stdin"
1414msgstr "rev-list의 표준입력을 닫는데 실패했습니다"
1415
1416#: convert.c:201
1417#, c-format
1418msgid ""
1419"CRLF will be replaced by LF in %s.\n"
1420"The file will have its original line endings in your working directory."
1421msgstr ""
1422"%s에서 CRLF는 LF로 바뀝니다.\n"
1423"작업 디렉터리에서는 원래 줄 바꿈 형식을 유지합니다."
1424
1425#: convert.c:205
1426#, c-format
1427msgid "CRLF would be replaced by LF in %s."
1428msgstr "%s에서 CRLF는 LF로 바뀝니다."
1429
1430#: convert.c:211
1431#, c-format
1432msgid ""
1433"LF will be replaced by CRLF in %s.\n"
1434"The file will have its original line endings in your working directory."
1435msgstr ""
1436"%s에서 LF는 CRLF로 바뀝니다.\n"
1437"작업 디렉터리에서는 원래 줄 바꿈 형식을 유지합니다."
1438
1439#: convert.c:215
1440#, c-format
1441msgid "LF would be replaced by CRLF in %s"
1442msgstr "%s에서 LF는 CRLF로 바뀝니다."
1443
1444#: date.c:97
1445msgid "in the future"
1446msgstr "미래에"
1447
1448#: date.c:103
1449#, c-format
1450msgid "%lu second ago"
1451msgid_plural "%lu seconds ago"
1452msgstr[0] "%lu초 전"
1453
1454#: date.c:110
1455#, c-format
1456msgid "%lu minute ago"
1457msgid_plural "%lu minutes ago"
1458msgstr[0] "%lu분 전"
1459
1460#: date.c:117
1461#, c-format
1462msgid "%lu hour ago"
1463msgid_plural "%lu hours ago"
1464msgstr[0] "%lu시간 전"
1465
1466#: date.c:124
1467#, c-format
1468msgid "%lu day ago"
1469msgid_plural "%lu days ago"
1470msgstr[0] "%lu일 전"
1471
1472#: date.c:130
1473#, c-format
1474msgid "%lu week ago"
1475msgid_plural "%lu weeks ago"
1476msgstr[0] "%lu주 전"
1477
1478#: date.c:137
1479#, c-format
1480msgid "%lu month ago"
1481msgid_plural "%lu months ago"
1482msgstr[0] "%lu달 전"
1483
1484#: date.c:148
1485#, c-format
1486msgid "%lu year"
1487msgid_plural "%lu years"
1488msgstr[0] "%lu년"
1489
1490#. TRANSLATORS: "%s" is "<n> years"
1491#: date.c:151
1492#, c-format
1493msgid "%s, %lu month ago"
1494msgid_plural "%s, %lu months ago"
1495msgstr[0] "%s %lu달 전"
1496
1497#: date.c:156 date.c:161
1498#, c-format
1499msgid "%lu year ago"
1500msgid_plural "%lu years ago"
1501msgstr[0] "%lu년 전"
1502
1503#: diffcore-order.c:24
1504#, c-format
1505msgid "failed to read orderfile '%s'"
1506msgstr "'%s' 순서 파일을 읽는데 실패했습니다"
1507
1508#: diffcore-rename.c:536
1509msgid "Performing inexact rename detection"
1510msgstr "부정확한 이름 바꾸기 탐색을 수행하는 중"
1511
1512#: diff.c:62
1513#, c-format
1514msgid "option '%s' requires a value"
1515msgstr "'%s' 옵션에는 값이 필요합니다"
1516
1517#: diff.c:124
1518#, c-format
1519msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1520msgstr "  dirstat 자름 퍼센트 값 '%s' 파싱에 실패했습니다\n"
1521
1522#: diff.c:129
1523#, c-format
1524msgid "  Unknown dirstat parameter '%s'\n"
1525msgstr "  알 수 없는 dirstat 파라미터 '%s'\n"
1526
1527#: diff.c:281
1528#, c-format
1529msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1530msgstr "'diff.submodule' 설정 변수에 알 수 없는 값: '%s'"
1531
1532#: diff.c:344
1533#, c-format
1534msgid ""
1535"Found errors in 'diff.dirstat' config variable:\n"
1536"%s"
1537msgstr ""
1538"'diff.submodule' 설정 변수에 오류:\n"
1539"%s'"
1540
1541#: diff.c:3085
1542#, c-format
1543msgid "external diff died, stopping at %s"
1544msgstr "외부 diff 프로그램이 죽음, %s 위치에서 멈춤"
1545
1546#: diff.c:3411
1547msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1548msgstr ""
1549"\"--name-only, --name-status, --check, -s 옵션 중 하나만 쓸 수 있습니다"
1550
1551#: diff.c:3501
1552msgid "--follow requires exactly one pathspec"
1553msgstr "--follow 옵션에는 정확히 하나의 경로명세가 필요합니다"
1554
1555#: diff.c:3664
1556#, c-format
1557msgid ""
1558"Failed to parse --dirstat/-X option parameter:\n"
1559"%s"
1560msgstr ""
1561"--dirstat/-X 옵션 파라미터를 파싱하는데 실패했습니다:\n"
1562"%s"
1563
1564#: diff.c:3678
1565#, c-format
1566msgid "Failed to parse --submodule option parameter: '%s'"
1567msgstr "--submodule 옵션 파라미터 파싱에 실패했습니다: '%s'"
1568
1569#: diff.c:4696
1570msgid "inexact rename detection was skipped due to too many files."
1571msgstr "파일이 너무 많아서 부정확한 이름 바꾸기 검색 기능을 건너뜁니다."
1572
1573#: diff.c:4699
1574msgid "only found copies from modified paths due to too many files."
1575msgstr "파일이 너무 많아서 수정한 경로의 복사본만 찾았습니다."
1576
1577#: diff.c:4702
1578#, c-format
1579msgid ""
1580"you may want to set your %s variable to at least %d and retry the command."
1581msgstr "%s 변수를 최소한 %d(으)로 설정하고 명령을 다시 시도해 보십시오."
1582
1583#: dir.c:1862
1584msgid "failed to get kernel name and information"
1585msgstr "커널 이름과 정보를 가져오는데 실패했습니다"
1586
1587#: dir.c:1981
1588msgid "Untracked cache is disabled on this system or location."
1589msgstr "이 시스템 또는 위치에서는 추적되지 않는 캐시를 사용하지 않습니다."
1590
1591#: dir.c:2759
1592#, c-format
1593msgid "could not migrate git directory from '%s' to '%s'"
1594msgstr "'%s'에서 '%s'(으)로 git 디렉터리를 옮겨올 수 없습니다"
1595
1596#: fetch-pack.c:213
1597msgid "git fetch-pack: expected shallow list"
1598msgstr "git fetch-pack: 얕은 목록을 예상함"
1599
1600#: fetch-pack.c:225
1601msgid "git fetch-pack: expected ACK/NAK, got EOF"
1602msgstr "git fetch-pack: ACK/NAK가 와야 하지만, EOF를 받았습니다"
1603
1604#: fetch-pack.c:243
1605#, c-format
1606msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1607msgstr "git fetch-pack: ACK/NAK가 와야 하지만, '%s'을(를) 받았습니다"
1608
1609#: fetch-pack.c:295
1610msgid "--stateless-rpc requires multi_ack_detailed"
1611msgstr "--stateless-rpc 옵션은 multi_ack_detailed가 필요합니다"
1612
1613#: fetch-pack.c:381
1614#, c-format
1615msgid "invalid shallow line: %s"
1616msgstr "shallow 줄이 잘못됨: %s"
1617
1618#: fetch-pack.c:387
1619#, c-format
1620msgid "invalid unshallow line: %s"
1621msgstr "unshallow 줄이 잘못됨: %s"
1622
1623#: fetch-pack.c:389
1624#, c-format
1625msgid "object not found: %s"
1626msgstr "오브젝트가 없습니다: %s"
1627
1628#: fetch-pack.c:392
1629#, c-format
1630msgid "error in object: %s"
1631msgstr "오브젝트에 오류: %s"
1632
1633#: fetch-pack.c:394
1634#, c-format
1635msgid "no shallow found: %s"
1636msgstr "shallow가 없습니다: %s"
1637
1638#: fetch-pack.c:397
1639#, c-format
1640msgid "expected shallow/unshallow, got %s"
1641msgstr "shallow/unshallow가 와야 하지만, %s을(를) 받았습니다"
1642
1643#: fetch-pack.c:436
1644#, c-format
1645msgid "got %s %d %s"
1646msgstr "받음: %s %d %s"
1647
1648#: fetch-pack.c:450
1649#, c-format
1650msgid "invalid commit %s"
1651msgstr "잘못된 커밋 %s"
1652
1653#: fetch-pack.c:483
1654msgid "giving up"
1655msgstr "포기함"
1656
1657#: fetch-pack.c:493 progress.c:235
1658msgid "done"
1659msgstr "완료"
1660
1661#: fetch-pack.c:505
1662#, c-format
1663msgid "got %s (%d) %s"
1664msgstr "받음: %s (%d) %s"
1665
1666#: fetch-pack.c:551
1667#, c-format
1668msgid "Marking %s as complete"
1669msgstr "%s 항목을 완료로 표시"
1670
1671#: fetch-pack.c:697
1672#, c-format
1673msgid "already have %s (%s)"
1674msgstr "이미 %s (%s) 있음"
1675
1676#: fetch-pack.c:735
1677msgid "fetch-pack: unable to fork off sideband demultiplexer"
1678msgstr "fetch-pack: 사이드밴드 디멀티플렉서를 fork할 수 없습니다"
1679
1680#: fetch-pack.c:743
1681msgid "protocol error: bad pack header"
1682msgstr "프로토콜 오류: 잘못된 묶음 헤더"
1683
1684#: fetch-pack.c:799
1685#, c-format
1686msgid "fetch-pack: unable to fork off %s"
1687msgstr "fetch-pack: %s 명령을 fork할 수 없습니다"
1688
1689#: fetch-pack.c:815
1690#, c-format
1691msgid "%s failed"
1692msgstr "%s 실패"
1693
1694#: fetch-pack.c:817
1695msgid "error in sideband demultiplexer"
1696msgstr "사이드밴드 디멀티플렉서에 오류"
1697
1698#: fetch-pack.c:844
1699msgid "Server does not support shallow clients"
1700msgstr "서버에서 shallow 클라이언트를 지원하지 않습니다"
1701
1702#: fetch-pack.c:848
1703msgid "Server supports multi_ack_detailed"
1704msgstr "서버에서 multi_ack_detailed를 지원합니다"
1705
1706#: fetch-pack.c:851
1707msgid "Server supports no-done"
1708msgstr "서버에서 no-done을 지원합니다"
1709
1710#: fetch-pack.c:857
1711msgid "Server supports multi_ack"
1712msgstr "서버에서 multi_ack를 지원합니다"
1713
1714#: fetch-pack.c:861
1715msgid "Server supports side-band-64k"
1716msgstr "서버에서 side-band-64k를 지원합니다"
1717
1718#: fetch-pack.c:865
1719msgid "Server supports side-band"
1720msgstr "서버에서 side-band를 지원합니다"
1721
1722#: fetch-pack.c:869
1723msgid "Server supports allow-tip-sha1-in-want"
1724msgstr "서버에서 allow-tip-sha1-in-want를 지원합니다"
1725
1726#: fetch-pack.c:873
1727msgid "Server supports allow-reachable-sha1-in-want"
1728msgstr "서버에서 allow-reachable-sha1-in-want를 지원합니다"
1729
1730#: fetch-pack.c:883
1731msgid "Server supports ofs-delta"
1732msgstr "서버에서 ofs-delta를 지원합니다"
1733
1734#: fetch-pack.c:890
1735#, c-format
1736msgid "Server version is %.*s"
1737msgstr "서버 버전이 %.*s입니다"
1738
1739#: fetch-pack.c:896
1740msgid "Server does not support --shallow-since"
1741msgstr "서버에서 --shallow-signed 옵션을 지원하지 않습니다"
1742
1743#: fetch-pack.c:900
1744msgid "Server does not support --shallow-exclude"
1745msgstr "서버에서 --shallow-exclude 옵션을 지원하지 않습니다"
1746
1747#: fetch-pack.c:902
1748msgid "Server does not support --deepen"
1749msgstr "서버에서 --deepen 옵션을 지원하지 않습니다"
1750
1751#: fetch-pack.c:913
1752msgid "no common commits"
1753msgstr "공통 커밋 없음"
1754
1755#: fetch-pack.c:925
1756msgid "git fetch-pack: fetch failed."
1757msgstr "git fetch-pack: 가져오기 실패."
1758
1759#: fetch-pack.c:1087
1760msgid "no matching remote head"
1761msgstr "해당하는 리모트 헤드가 없습니다"
1762
1763#: gpg-interface.c:185
1764msgid "gpg failed to sign the data"
1765msgstr "gpg에서 데이터를 서명하는데 실패했습니다."
1766
1767#: gpg-interface.c:215
1768msgid "could not create temporary file"
1769msgstr "임시 파일을 만들 수 없습니다"
1770
1771#: gpg-interface.c:217
1772#, c-format
1773msgid "failed writing detached signature to '%s'"
1774msgstr "분리된 서명을 '%s'에 쓰는데 실패했습니다"
1775
1776#: graph.c:96
1777#, c-format
1778msgid "ignore invalid color '%.*s' in log.graphColors"
1779msgstr "log.graphColors에 잘못된 색을 ('%.*s') 무시합니다"
1780
1781#: grep.c:1794
1782#, c-format
1783msgid "'%s': unable to read %s"
1784msgstr "'%s': %s을(를) 읽을 수 없습니다"
1785
1786#: grep.c:1811 builtin/clone.c:381 builtin/diff.c:81 builtin/rm.c:133
1787#, c-format
1788msgid "failed to stat '%s'"
1789msgstr "'%s'에 대해 stat()이 실패했습니다"
1790
1791#: grep.c:1822
1792#, c-format
1793msgid "'%s': short read"
1794msgstr "'%s': 읽다가 잘림"
1795
1796#: help.c:218
1797#, c-format
1798msgid "available git commands in '%s'"
1799msgstr "'%s'에 있는 깃 명령"
1800
1801#: help.c:225
1802msgid "git commands available from elsewhere on your $PATH"
1803msgstr "다른 $PATH에 있는 깃 명령"
1804
1805#: help.c:256
1806msgid "These are common Git commands used in various situations:"
1807msgstr "다음은 여러가지 상황에서 자주 사용하는 깃 명령입니다:"
1808
1809#: help.c:321
1810#, c-format
1811msgid ""
1812"'%s' appears to be a git command, but we were not\n"
1813"able to execute it. Maybe git-%s is broken?"
1814msgstr ""
1815"'%s'은(는) 깃 명령으로 보이지만, 실행할 수\n"
1816"없습니다. 아마도 git-%s 망가진 것 같습니다."
1817
1818#: help.c:376
1819msgid "Uh oh. Your system reports no Git commands at all."
1820msgstr "어라라. 시스템에 깃 명령이 하나도 없다고 나옵니다."
1821
1822#: help.c:398
1823#, c-format
1824msgid ""
1825"WARNING: You called a Git command named '%s', which does not exist.\n"
1826"Continuing under the assumption that you meant '%s'"
1827msgstr ""
1828"경고: 이름이 '%s'인 깃 명령을 실행했지만, 그 명령이 없습니다.\n"
1829"자동으로 '%s' 명령이라고 가정하고 계속합니다"
1830
1831#: help.c:403
1832#, c-format
1833msgid "in %0.1f seconds automatically..."
1834msgstr "(%0.1f초 뒤에)..."
1835
1836#: help.c:410
1837#, c-format
1838msgid "git: '%s' is not a git command. See 'git --help'."
1839msgstr "git: '%s'은(는) 깃 명령이 아닙니다. 'git --help'를 참고하십시오."
1840
1841#: help.c:414 help.c:480
1842msgid ""
1843"\n"
1844"Did you mean this?"
1845msgid_plural ""
1846"\n"
1847"Did you mean one of these?"
1848msgstr[0] ""
1849"\n"
1850"다음을 의도하신 것 아니었나요?"
1851
1852#: help.c:476
1853#, c-format
1854msgid "%s: %s - %s"
1855msgstr "%s: %s - %s"
1856
1857#: ident.c:334
1858msgid ""
1859"\n"
1860"*** Please tell me who you are.\n"
1861"\n"
1862"Run\n"
1863"\n"
1864"  git config --global user.email \"you@example.com\"\n"
1865"  git config --global user.name \"Your Name\"\n"
1866"\n"
1867"to set your account's default identity.\n"
1868"Omit --global to set the identity only in this repository.\n"
1869"\n"
1870msgstr ""
1871"\n"
1872"*** 내가 누구인지 설정하십시오.\n"
1873"\n"
1874"다음을 실행하면,\n"
1875"\n"
1876"  git config --global user.email \"you@example.com\"\n"
1877"  git config --global user.name \"내 이름\"\n"
1878"\n"
1879"계정의 기본 신원 정보를 설정합니다.\n"
1880"--global 옵션을 빼면 이 저장소서만 신원 정보를 설정합니다.\n"
1881"\n"
1882
1883#: lockfile.c:152
1884#, c-format
1885msgid ""
1886"Unable to create '%s.lock': %s.\n"
1887"\n"
1888"Another git process seems to be running in this repository, e.g.\n"
1889"an editor opened by 'git commit'. Please make sure all processes\n"
1890"are terminated then try again. If it still fails, a git process\n"
1891"may have crashed in this repository earlier:\n"
1892"remove the file manually to continue."
1893msgstr ""
1894"'%s.lock' 파일을 만들 수 없습니다: %s.\n"
1895"\n"
1896"이 저장소에서 다른 깃 프로세스가 실행 중인 것으로 보입니다. (예를\n"
1897"들어 'git commit' 명령으로 편집기가 열려 있다든지.) 모든 프로세스를\n"
1898"끝냈는지 확인하시고 다시 시도해 보십시오. 그래도 계속 실패하면, 이\n"
1899"저장소에서 깃 프로세스가 전에 이상 종료했을 수도 있습니다:\n"
1900"수동으로 해당 파일을 제거하고 계속하십시오."
1901
1902#: lockfile.c:160
1903#, c-format
1904msgid "Unable to create '%s.lock': %s"
1905msgstr "'%s.lock'을 만들 수 없습니다: %s"
1906
1907#: merge.c:41
1908msgid "failed to read the cache"
1909msgstr "캐시를 읽는데 실패했습니다"
1910
1911#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1912#: builtin/checkout.c:588 builtin/clone.c:731
1913msgid "unable to write new index file"
1914msgstr "새 인덱스 파일을 쓸 수 없습니다"
1915
1916#: merge-recursive.c:209
1917msgid "(bad commit)\n"
1918msgstr "(잘못된 커밋)\n"
1919
1920#: merge-recursive.c:231 merge-recursive.c:239
1921#, c-format
1922msgid "addinfo_cache failed for path '%s'"
1923msgstr "'%s' 경로에 대해 addinfo_cache가 실패했습니다"
1924
1925#: merge-recursive.c:303
1926msgid "error building trees"
1927msgstr "트리 빌드에 오류"
1928
1929#: merge-recursive.c:727
1930#, c-format
1931msgid "failed to create path '%s'%s"
1932msgstr "'%s' 경로 만들기에 실패했습니다%s"
1933
1934#: merge-recursive.c:738
1935#, c-format
1936msgid "Removing %s to make room for subdirectory\n"
1937msgstr "하위 디렉터리에 공간을 만드려고 %s을(를) 제거합니다\n"
1938
1939#: merge-recursive.c:752 merge-recursive.c:771
1940msgid ": perhaps a D/F conflict?"
1941msgstr ": 아마도 D/F 충돌?"
1942
1943#: merge-recursive.c:761
1944#, c-format
1945msgid "refusing to lose untracked file at '%s'"
1946msgstr "'%s' 위치의 추적되지 않는 파일을 잃기를 거부합니다"
1947
1948#: merge-recursive.c:803 builtin/cat-file.c:34
1949#, c-format
1950msgid "cannot read object %s '%s'"
1951msgstr "%s '%s' 오브젝트를 읽을 수 없음"
1952
1953#: merge-recursive.c:805
1954#, c-format
1955msgid "blob expected for %s '%s'"
1956msgstr "%s '%s'에 대해 블롭을 예상"
1957
1958#: merge-recursive.c:829
1959#, c-format
1960msgid "failed to open '%s': %s"
1961msgstr "'%s'을(를) 여는데 실패: %s"
1962
1963#: merge-recursive.c:840
1964#, c-format
1965msgid "failed to symlink '%s': %s"
1966msgstr "'%s' 심볼릭 링크에 실패: %s"
1967
1968#: merge-recursive.c:845
1969#, c-format
1970msgid "do not know what to do with %06o %s '%s'"
1971msgstr "다음을 어떻게 할지 알 수 없습니다: %06o %s '%s'"
1972
1973#: merge-recursive.c:985
1974msgid "Failed to execute internal merge"
1975msgstr "내부 병합 실행에 실패"
1976
1977#: merge-recursive.c:989
1978#, c-format
1979msgid "Unable to add %s to database"
1980msgstr "%s을(를) 데이터베이스에 추가할 수 없습니다"
1981
1982#: merge-recursive.c:1088 merge-recursive.c:1102
1983#, c-format
1984msgid ""
1985"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1986"in tree."
1987msgstr ""
1988"충돌! (%s/삭제): %s (위치 %s) 및 %s (%s에서) 삭제. %s 버전의 %s 트리에 남음."
1989
1990#: merge-recursive.c:1094 merge-recursive.c:1107
1991#, c-format
1992msgid ""
1993"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1994"in tree at %s."
1995msgstr ""
1996"충돌! (%s/삭제): %s (위치 %s) 및 %s (위치 %s) 삭제. %s 버전의 %s 트리에 "
1997"%s(으)로 남음."
1998
1999#: merge-recursive.c:1150
2000msgid "rename"
2001msgstr "이름바꾸기"
2002
2003#: merge-recursive.c:1150
2004msgid "renamed"
2005msgstr "이름바꿈"
2006
2007#: merge-recursive.c:1207
2008#, c-format
2009msgid "%s is a directory in %s adding as %s instead"
2010msgstr "%s은(는) %s에 있는 디렉터리로 %s(으)로 이름을 바꿉니다"
2011
2012#: merge-recursive.c:1232
2013#, c-format
2014msgid ""
2015"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2016"\"->\"%s\" in \"%s\"%s"
2017msgstr ""
2018"충돌! (이름바꾸기/이름바꾸기): \"%3$s\" 브랜치에서 이름바꾸기 \"%1$s\"->"
2019"\"%2$s\" \"%6$s\" 브랜치에서 이름 바꾸기 \"%4$s\"->\"%5$s\"%7$s"
2020
2021#: merge-recursive.c:1237
2022msgid " (left unresolved)"
2023msgstr " (해결되지 않음)"
2024
2025#: merge-recursive.c:1299
2026#, c-format
2027msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2028msgstr ""
2029"충돌! (rename/rename): 이름 바꾸기 %s->%s (위치 %s). 이름 바꾸기 %s->%s (위"
2030"치 %s)"
2031
2032#: merge-recursive.c:1332
2033#, c-format
2034msgid "Renaming %s to %s and %s to %s instead"
2035msgstr "대신 이름을 %s에서 %s(으)로 바꾸고 %s에서 %s(으)로 바꿉니다"
2036
2037#: merge-recursive.c:1535
2038#, c-format
2039msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2040msgstr "충돌! (rename/add): 이름 바꾸기 %s->%s (위치 %s). %s 추가 (위치 %s)"
2041
2042#: merge-recursive.c:1550
2043#, c-format
2044msgid "Adding merged %s"
2045msgstr "병합된 %s을(를) 추가합니다"
2046
2047#: merge-recursive.c:1557 merge-recursive.c:1771
2048#, c-format
2049msgid "Adding as %s instead"
2050msgstr "대신 %s(으)로 추가합니다"
2051
2052#: merge-recursive.c:1614
2053#, c-format
2054msgid "cannot read object %s"
2055msgstr "%s 오브젝트를 읽을 수 없습니다"
2056
2057#: merge-recursive.c:1617
2058#, c-format
2059msgid "object %s is not a blob"
2060msgstr "%s 오브젝트는 블롭이 아닙니다"
2061
2062#: merge-recursive.c:1670
2063msgid "modify"
2064msgstr "수정"
2065
2066#: merge-recursive.c:1670
2067msgid "modified"
2068msgstr "수정됨"
2069
2070#: merge-recursive.c:1680
2071msgid "content"
2072msgstr "내용"
2073
2074#: merge-recursive.c:1687
2075msgid "add/add"
2076msgstr "추가/추가"
2077
2078#: merge-recursive.c:1723
2079#, c-format
2080msgid "Skipped %s (merged same as existing)"
2081msgstr "건너뛰기: %s (기존과 같게 병합)"
2082
2083#: merge-recursive.c:1737
2084#, c-format
2085msgid "Auto-merging %s"
2086msgstr "자동 병합: %s"
2087
2088#: merge-recursive.c:1741 git-submodule.sh:930
2089msgid "submodule"
2090msgstr "하위 모듈"
2091
2092#: merge-recursive.c:1742
2093#, c-format
2094msgid "CONFLICT (%s): Merge conflict in %s"
2095msgstr "충돌! (%s): %s에 병합 충돌"
2096
2097#: merge-recursive.c:1836
2098#, c-format
2099msgid "Removing %s"
2100msgstr "제거: %s"
2101
2102#: merge-recursive.c:1862
2103msgid "file/directory"
2104msgstr "파일/디렉터리"
2105
2106#: merge-recursive.c:1868
2107msgid "directory/file"
2108msgstr "디렉터리/파일"
2109
2110#: merge-recursive.c:1874
2111#, c-format
2112msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2113msgstr ""
2114"충돌! (%s): 이름이 %s인 디렉터리가 %s에 있습니다. %s을(를) %s(으)로 추가합니"
2115"다"
2116
2117#: merge-recursive.c:1883
2118#, c-format
2119msgid "Adding %s"
2120msgstr "추가: %s"
2121
2122#: merge-recursive.c:1920
2123msgid "Already up-to-date!"
2124msgstr "이미 업데이트 상태입니다!"
2125
2126#: merge-recursive.c:1929
2127#, c-format
2128msgid "merging of trees %s and %s failed"
2129msgstr "%s 및 %s 트리의 병합이 실패했습니다"
2130
2131#: merge-recursive.c:2012
2132msgid "Merging:"
2133msgstr "병합:"
2134
2135#: merge-recursive.c:2025
2136#, c-format
2137msgid "found %u common ancestor:"
2138msgid_plural "found %u common ancestors:"
2139msgstr[0] "과거의 공통 커밋 %u개 발견:"
2140
2141#: merge-recursive.c:2064
2142msgid "merge returned no commit"
2143msgstr "병합 결과에 커밋이 없습니다"
2144
2145#: merge-recursive.c:2127
2146#, c-format
2147msgid "Could not parse object '%s'"
2148msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
2149
2150#: merge-recursive.c:2141 builtin/merge.c:645 builtin/merge.c:792
2151msgid "Unable to write index."
2152msgstr "인덱스를 쓸 수 없습니다."
2153
2154#: notes-merge.c:273
2155#, c-format
2156msgid ""
2157"You have not concluded your previous notes merge (%s exists).\n"
2158"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2159"commit/abort the previous merge before you start a new notes merge."
2160msgstr ""
2161"이전의 노트 병합을 다 마치지 않았습니다 (%s 있음).\n"
2162"새로 노트 병합을 시작하기 전에 'git notes merge --commit'\n"
2163"또는 'git notes merge --abort'로 이전 병합을 커밋/중지하십시오."
2164
2165#: notes-merge.c:280
2166#, c-format
2167msgid "You have not concluded your notes merge (%s exists)."
2168msgstr "노트 병합 작업을 다 마치지 않았습니다. (%s 있음)"
2169
2170#: notes-utils.c:41
2171msgid "Cannot commit uninitialized/unreferenced notes tree"
2172msgstr "초기화하지 않았거나 레퍼런스하지 않은 notes 트리를 커밋할 수 없습니다"
2173
2174#: notes-utils.c:100
2175#, c-format
2176msgid "Bad notes.rewriteMode value: '%s'"
2177msgstr "잘못된 notes.rewriteMode 값: '%s'"
2178
2179#: notes-utils.c:110
2180#, c-format
2181msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2182msgstr "%s에서 노트를 다시 쓰기를 거부합니다 (refs/notes/ 밖임)"
2183
2184#. TRANSLATORS: The first %s is the name of the
2185#. environment variable, the second %s is its value
2186#: notes-utils.c:137
2187#, c-format
2188msgid "Bad %s value: '%s'"
2189msgstr "잘못된 %s 값: '%s'"
2190
2191#: object.c:240
2192#, c-format
2193msgid "unable to parse object: %s"
2194msgstr "오브젝트를 파싱할 수 없습니다: %s"
2195
2196#: parse-options.c:572
2197msgid "..."
2198msgstr "..."
2199
2200#: parse-options.c:590
2201#, c-format
2202msgid "usage: %s"
2203msgstr "사용법: %s"
2204
2205#. TRANSLATORS: the colon here should align with the
2206#. one in "usage: %s" translation
2207#: parse-options.c:594
2208#, c-format
2209msgid "   or: %s"
2210msgstr "  또는: %s"
2211
2212#: parse-options.c:597
2213#, c-format
2214msgid "    %s"
2215msgstr "    %s"
2216
2217#: parse-options.c:631
2218msgid "-NUM"
2219msgstr "-NUM"
2220
2221#: parse-options-cb.c:108
2222#, c-format
2223msgid "malformed object name '%s'"
2224msgstr "잘못된 형식의 오브젝트 이름 '%s'"
2225
2226#: path.c:826
2227#, c-format
2228msgid "Could not make %s writable by group"
2229msgstr "%s을(를) 그룹에서 쓰기 가능하도록 만들 수 없습니다"
2230
2231#: pathspec.c:142
2232msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2233msgstr "'glob' 및 'noglob' 경로명세 전체 설정은 호환되지 않습니다"
2234
2235#: pathspec.c:149
2236msgid ""
2237"global 'literal' pathspec setting is incompatible with all other global "
2238"pathspec settings"
2239msgstr ""
2240"'literal' 경로명세 전체 설정은 다른 경로명세 전체 설정과 호환되지 않습니다"
2241
2242#: pathspec.c:188
2243msgid "invalid parameter for pathspec magic 'prefix'"
2244msgstr "경로명세 지시어 'prefix'에 잘못된 파라미터"
2245
2246#: pathspec.c:201
2247#, c-format
2248msgid "Invalid pathspec magic '%.*s' in '%s'"
2249msgstr "잘못된 경로명세 지시어 '%.*s' (위치 '%s')"
2250
2251#: pathspec.c:206
2252#, c-format
2253msgid "Missing ')' at the end of pathspec magic in '%s'"
2254msgstr "경로 명세 지시어 끝에 ')' 빠짐 (위치 '%s')"
2255
2256#: pathspec.c:238
2257#, c-format
2258msgid "Unimplemented pathspec magic '%c' in '%s'"
2259msgstr "구현되지 않은 경로명세 지시어 '%c' (위치 '%s')"
2260
2261#: pathspec.c:293 pathspec.c:315
2262#, c-format
2263msgid "Pathspec '%s' is in submodule '%.*s'"
2264msgstr "경로명세 '%s'은(는) ''%.*s' 하위 모듈 안에 있습니다"
2265
2266#: pathspec.c:350
2267#, c-format
2268msgid "%s: 'literal' and 'glob' are incompatible"
2269msgstr "%s: 'literal'과 'glob'은 호환되지 않습니다"
2270
2271#: pathspec.c:363
2272#, c-format
2273msgid "%s: '%s' is outside repository"
2274msgstr "%s: '%s'은(는) 저장소 밖입니다"
2275
2276#: pathspec.c:451
2277#, c-format
2278msgid "'%s' (mnemonic: '%c')"
2279msgstr "'%s' (단축키: '%c')"
2280
2281#: pathspec.c:461
2282#, c-format
2283msgid "%s: pathspec magic not supported by this command: %s"
2284msgstr "%s: 경로명세 지시어가 이 명령어에서 지원하지 않습니다: %s"
2285
2286#: pathspec.c:511
2287msgid ""
2288"empty strings as pathspecs will be made invalid in upcoming releases. please "
2289"use . instead if you meant to match all paths"
2290msgstr ""
2291"경로명세로 빈 문자열을 넣는 일은 다음 릴리스에서 오류로 취급할 예정입니다. 모"
2292"든 경로를 지정하려면 점(.)을 사용하십시오."
2293
2294#: pathspec.c:535
2295#, c-format
2296msgid "pathspec '%s' is beyond a symbolic link"
2297msgstr "'%s' 경로명세는 심볼릭 링크 아래에 있습니다"
2298
2299#: pathspec.c:544
2300msgid ""
2301"There is nothing to exclude from by :(exclude) patterns.\n"
2302"Perhaps you forgot to add either ':/' or '.' ?"
2303msgstr ""
2304":(exclude) 패턴으로 제외할 사항이 없습니다.\n"
2305"':/' 또는 '.' 추가를 잊으신 것 아닙니까?"
2306
2307#: pretty.c:982
2308msgid "unable to parse --pretty format"
2309msgstr "--pretty 형식을 파싱할 수 없습니다"
2310
2311#: read-cache.c:1307
2312#, c-format
2313msgid ""
2314"index.version set, but the value is invalid.\n"
2315"Using version %i"
2316msgstr ""
2317"index.version이 설정되었지만, 이 값이 잘못되었습니다.\n"
2318"%i 버전을 사용합니다"
2319
2320#: read-cache.c:1317
2321#, c-format
2322msgid ""
2323"GIT_INDEX_VERSION set, but the value is invalid.\n"
2324"Using version %i"
2325msgstr ""
2326"GIT_INDEX_VERSION이 설정되었지만, 이 값이 잘못되었습니다.\n"
2327"%i 버전을 사용합니다"
2328
2329#: refs.c:576 builtin/merge.c:844
2330#, c-format
2331msgid "Could not open '%s' for writing"
2332msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
2333
2334#: refs/files-backend.c:2481
2335#, c-format
2336msgid "could not delete reference %s: %s"
2337msgstr "%s 레퍼런스를 삭제할 수 없습니다: %s"
2338
2339#: refs/files-backend.c:2484
2340#, c-format
2341msgid "could not delete references: %s"
2342msgstr "레퍼런스를 삭제할 수 없습니다: %s"
2343
2344#: refs/files-backend.c:2493
2345#, c-format
2346msgid "could not remove reference %s"
2347msgstr "%s 레퍼런스를 제거할 수 없습니다"
2348
2349#: ref-filter.c:56
2350#, c-format
2351msgid "expected format: %%(color:<color>)"
2352msgstr "예상한 형식: %%(color:<색>)"
2353
2354#: ref-filter.c:58
2355#, c-format
2356msgid "unrecognized color: %%(color:%s)"
2357msgstr "인식할 수 없는 색: %%(color:%s)"
2358
2359#: ref-filter.c:72
2360#, c-format
2361msgid "unrecognized format: %%(%s)"
2362msgstr "알 수 없는 형식: %%(%s)"
2363
2364#: ref-filter.c:78
2365#, c-format
2366msgid "%%(body) does not take arguments"
2367msgstr "%%(body)에 인자를 받지 않습니다"
2368
2369#: ref-filter.c:85
2370#, c-format
2371msgid "%%(subject) does not take arguments"
2372msgstr "%%(subject)에 인자를 받지 않습니다"
2373
2374#: ref-filter.c:92
2375#, c-format
2376msgid "%%(trailers) does not take arguments"
2377msgstr "%%(trailers)에 인자를 받지 않습니다"
2378
2379#: ref-filter.c:111
2380#, c-format
2381msgid "positive value expected contents:lines=%s"
2382msgstr "'contents:lines=%s'에서 0보다 큰 값이 와야 합니다"
2383
2384#: ref-filter.c:113
2385#, c-format
2386msgid "unrecognized %%(contents) argument: %s"
2387msgstr "알 수 없는 %%(contents) 인자: %s"
2388
2389#: ref-filter.c:123
2390#, c-format
2391msgid "unrecognized %%(objectname) argument: %s"
2392msgstr "알 수 없는 %%(objectname) 인자: %s"
2393
2394#: ref-filter.c:145
2395#, c-format
2396msgid "expected format: %%(align:<width>,<position>)"
2397msgstr "예상한 형식: %%(align:<너비>,<위치>)"
2398
2399#: ref-filter.c:157
2400#, c-format
2401msgid "unrecognized position:%s"
2402msgstr "인식할 수 없는 위치:%s"
2403
2404#: ref-filter.c:161
2405#, c-format
2406msgid "unrecognized width:%s"
2407msgstr "인식할 수 없는 너비:%s"
2408
2409#: ref-filter.c:167
2410#, c-format
2411msgid "unrecognized %%(align) argument: %s"
2412msgstr "인식할 수 없는 %%(align) 인자:%s"
2413
2414#: ref-filter.c:171
2415#, c-format
2416msgid "positive width expected with the %%(align) atom"
2417msgstr "%%(align) 아톰에 너비가 0보다 커야 합니다"
2418
2419#: ref-filter.c:255
2420#, c-format
2421msgid "malformed field name: %.*s"
2422msgstr "잘못된 형식의 필드 이름: %.*s"
2423
2424#: ref-filter.c:281
2425#, c-format
2426msgid "unknown field name: %.*s"
2427msgstr "알 수 없는 필드 이름: %.*s"
2428
2429#: ref-filter.c:383
2430#, c-format
2431msgid "format: %%(end) atom used without corresponding atom"
2432msgstr "형식: %%(end) 아톰이 대응되는 아톰 없이 사용되었습니다"
2433
2434#: ref-filter.c:435
2435#, c-format
2436msgid "malformed format string %s"
2437msgstr "잘못된 형식의 문자열 %s"
2438
2439#: ref-filter.c:898
2440msgid ":strip= requires a positive integer argument"
2441msgstr ":strip= 명령에는 0보다 큰 정수 인자가 필요합니다"
2442
2443#: ref-filter.c:903
2444#, c-format
2445msgid "ref '%s' does not have %ld components to :strip"
2446msgstr "'%s' 레퍼런스에 :strip할 구성 요소 %ld개가 없습니다"
2447
2448#: ref-filter.c:1066
2449#, c-format
2450msgid "unknown %.*s format %s"
2451msgstr "알 수 없는 %.*s 형식 %s"
2452
2453#: ref-filter.c:1086 ref-filter.c:1117
2454#, c-format
2455msgid "missing object %s for %s"
2456msgstr "없는 오브젝트 %s, %s에 대해"
2457
2458#: ref-filter.c:1089 ref-filter.c:1120
2459#, c-format
2460msgid "parse_object_buffer failed on %s for %s"
2461msgstr "%s에 parse_object_buffer 실패 (%s에 대해)"
2462
2463#: ref-filter.c:1343
2464#, c-format
2465msgid "malformed object at '%s'"
2466msgstr "'%s'에 잘못된 형식의 오브젝트"
2467
2468#: ref-filter.c:1410
2469#, c-format
2470msgid "ignoring ref with broken name %s"
2471msgstr "망가진 이름 %s에 레퍼런스를 무시합니다"
2472
2473#: ref-filter.c:1415
2474#, c-format
2475msgid "ignoring broken ref %s"
2476msgstr "망가진 레퍼런스 %s 무시"
2477
2478#: ref-filter.c:1670
2479#, c-format
2480msgid "format: %%(end) atom missing"
2481msgstr "형식: %%(end) 아톰이 없습니다"
2482
2483#: ref-filter.c:1734
2484#, c-format
2485msgid "malformed object name %s"
2486msgstr "잘못된 형식의 오브젝트 이름 %s"
2487
2488#: remote.c:754
2489#, c-format
2490msgid "Cannot fetch both %s and %s to %s"
2491msgstr "%s 및 %s을(를) 모두 %s에 가져올 수 없습니다"
2492
2493#: remote.c:758
2494#, c-format
2495msgid "%s usually tracks %s, not %s"
2496msgstr "%s은(는) 보통 %s을(를) 추적하고, %s을(를) 추적하지 않습니다"
2497
2498#: remote.c:762
2499#, c-format
2500msgid "%s tracks both %s and %s"
2501msgstr "%s은(는) %s 및 %s 모두 추적합니다"
2502
2503#: remote.c:770
2504msgid "Internal error"
2505msgstr "내부 오류"
2506
2507#: remote.c:1685 remote.c:1787
2508msgid "HEAD does not point to a branch"
2509msgstr "HEAD가 브랜치를 가리키지 않습니다"
2510
2511#: remote.c:1694
2512#, c-format
2513msgid "no such branch: '%s'"
2514msgstr "그런 브랜치가 없습니다: '%s'"
2515
2516#: remote.c:1697
2517#, c-format
2518msgid "no upstream configured for branch '%s'"
2519msgstr "'%s' 브랜치에 대해 업스트림을 설정하지 않았습니다"
2520
2521#: remote.c:1703
2522#, c-format
2523msgid "upstream branch '%s' not stored as a remote-tracking branch"
2524msgstr "업스트림 '%s' 브랜치가 리모트 추적 브랜치로 저장되지 않았습니다"
2525
2526#: remote.c:1718
2527#, c-format
2528msgid "push destination '%s' on remote '%s' has no local tracking branch"
2529msgstr "리모트 '%2$s'의 푸시 대상 '%1$s'에 로컬 추적 브랜치가 없습니다"
2530
2531#: remote.c:1730
2532#, c-format
2533msgid "branch '%s' has no remote for pushing"
2534msgstr "'%s' 브랜치에 푸시 리모트가 없습니다"
2535
2536#: remote.c:1741
2537#, c-format
2538msgid "push refspecs for '%s' do not include '%s'"
2539msgstr "'%s'에 대한 푸시 레퍼런스명세에 '%s'이(가) 들어 있지 않습니다"
2540
2541#: remote.c:1754
2542msgid "push has no destination (push.default is 'nothing')"
2543msgstr "푸시의 대상이 없습니다 (push.default가 'nothing'입니다)"
2544
2545#: remote.c:1776
2546msgid "cannot resolve 'simple' push to a single destination"
2547msgstr "하나의 대상에 대해 'simple' 푸시를 처리할 수 없습니다"
2548
2549#: remote.c:2081
2550#, c-format
2551msgid "Your branch is based on '%s', but the upstream is gone.\n"
2552msgstr "현재 브랜치가 '%s' 기반이지만, 업스트림이 없어졌습니다.\n"
2553
2554#: remote.c:2085
2555msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2556msgstr "  (바로잡으려면 \"git branch --unset-upstream\"을 사용하십시오)\n"
2557
2558#: remote.c:2088
2559#, c-format
2560msgid "Your branch is up-to-date with '%s'.\n"
2561msgstr "브랜치가 '%s'에 맞게 업데이트된 상태입니다.\n"
2562
2563#: remote.c:2092
2564#, c-format
2565msgid "Your branch is ahead of '%s' by %d commit.\n"
2566msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2567msgstr[0] "브랜치가 '%s'보다 %d개 커밋만큼 앞에 있습니다.\n"
2568
2569#: remote.c:2098
2570msgid "  (use \"git push\" to publish your local commits)\n"
2571msgstr "  (로컬에 있는 커밋을 제출하려면 \"git push\"를 사용하십시오)\n"
2572
2573#: remote.c:2101
2574#, c-format
2575msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2576msgid_plural ""
2577"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2578msgstr[0] "브랜치가 '%s'보다 %d개 커밋 뒤에 있고, 앞으로 돌릴 수 있습니다.\n"
2579
2580#: remote.c:2109
2581msgid "  (use \"git pull\" to update your local branch)\n"
2582msgstr "  (로컬 브랜치를 업데이트하려면 \"git pull\"을 사용하십시오)\n"
2583
2584#: remote.c:2112
2585#, c-format
2586msgid ""
2587"Your branch and '%s' have diverged,\n"
2588"and have %d and %d different commit each, respectively.\n"
2589msgid_plural ""
2590"Your branch and '%s' have diverged,\n"
2591"and have %d and %d different commits each, respectively.\n"
2592msgstr[0] ""
2593"현재 브랜치와 '%s'이(가) 갈라졌습니다,\n"
2594"다른 커밋이 각각 %d개와 %d개 있습니다.\n"
2595
2596#: remote.c:2122
2597msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2598msgstr ""
2599"  (리모트의 브랜치를 현재 브랜치로 병합하려면 \"git pull\"을 사용하십시오)\n"
2600
2601#: revision.c:2158
2602msgid "your current branch appears to be broken"
2603msgstr "현재 브랜치가 망가진 것처럼 보입니다"
2604
2605#: revision.c:2161
2606#, c-format
2607msgid "your current branch '%s' does not have any commits yet"
2608msgstr "현재 '%s' 브랜치에 아직 아무 커밋도 없습니다"
2609
2610#: revision.c:2355
2611msgid "--first-parent is incompatible with --bisect"
2612msgstr "--first-parent 옵션은 --bisect 옵션과 호환되지 않습니다"
2613
2614#: run-command.c:125
2615msgid "open /dev/null failed"
2616msgstr "/dev/null 열기 실패"
2617
2618#: run-command.c:127
2619#, c-format
2620msgid "dup2(%d,%d) failed"
2621msgstr "dup2(%d,%d) 실패"
2622
2623#: send-pack.c:297
2624msgid "failed to sign the push certificate"
2625msgstr "푸시 인증서 서명에 실패했습니다"
2626
2627#: send-pack.c:410
2628msgid "the receiving end does not support --signed push"
2629msgstr "받는 쪽에서 --signed 푸시를 지원하지 않습니다"
2630
2631#: send-pack.c:412
2632msgid ""
2633"not sending a push certificate since the receiving end does not support --"
2634"signed push"
2635msgstr ""
2636"받는 쪽에서 --signed 푸시를 지원하지 않으므로 푸시 인증서를 보내지 않습니다"
2637
2638#: send-pack.c:424
2639msgid "the receiving end does not support --atomic push"
2640msgstr "받는 쪽에서 --atomic 푸시를 지원하지 않습니다"
2641
2642#: send-pack.c:429
2643msgid "the receiving end does not support push options"
2644msgstr "받는 쪽에서 푸시 옵션을 지원하지 않습니다"
2645
2646#: sequencer.c:215
2647msgid "revert"
2648msgstr "revert"
2649
2650#: sequencer.c:217
2651msgid "cherry-pick"
2652msgstr "cherry-pick"
2653
2654#: sequencer.c:219
2655msgid "rebase -i"
2656msgstr "rebase -i"
2657
2658#: sequencer.c:221
2659#, c-format
2660msgid "Unknown action: %d"
2661msgstr "알 수 없는 동작: %d"
2662
2663#: sequencer.c:278
2664msgid ""
2665"after resolving the conflicts, mark the corrected paths\n"
2666"with 'git add <paths>' or 'git rm <paths>'"
2667msgstr ""
2668"이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
2669"'git add <경로>' 또는 'git rm <경로>'로 표시하십시오"
2670
2671#: sequencer.c:281
2672msgid ""
2673"after resolving the conflicts, mark the corrected paths\n"
2674"with 'git add <paths>' or 'git rm <paths>'\n"
2675"and commit the result with 'git commit'"
2676msgstr ""
2677"이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
2678"'git add <경로>' 또는 'git rm <경로>'로 표시하십시오.\n"
2679"그리고 결과물을 'git commit'으로 커밋하십시오"
2680
2681#: sequencer.c:294 sequencer.c:1667
2682#, c-format
2683msgid "could not lock '%s'"
2684msgstr "'%s'을(를) 잠글 수 없습니다"
2685
2686#: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:1686
2687#, c-format
2688msgid "could not write to '%s'"
2689msgstr "'%s'에 쓸 수 없습니다"
2690
2691#: sequencer.c:301
2692#, c-format
2693msgid "could not write eol to '%s'"
2694msgstr "'%s'에 줄바꿈을 쓸 수 없습니다"
2695
2696#: sequencer.c:305 sequencer.c:1550 sequencer.c:1674
2697#, c-format
2698msgid "failed to finalize '%s'."
2699msgstr "'%s' 마치는데 실패했습니다."
2700
2701#: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:259
2702#: builtin/commit.c:749 builtin/merge.c:1036
2703#, c-format
2704msgid "could not read '%s'"
2705msgstr "'%s'에서 읽을 수 없습니다"
2706
2707#: sequencer.c:355
2708#, c-format
2709msgid "your local changes would be overwritten by %s."
2710msgstr "로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다."
2711
2712#: sequencer.c:359
2713msgid "commit your changes or stash them to proceed."
2714msgstr "변경 사항을 커밋하거나 스태시한 다음 계속하십시오."
2715
2716#: sequencer.c:388
2717#, c-format
2718msgid "%s: fast-forward"
2719msgstr "%s: 정방향 진행"
2720
2721#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2722#. * "rebase -i".
2723#.
2724#: sequencer.c:470
2725#, c-format
2726msgid "%s: Unable to write new index file"
2727msgstr "%s: 새 인덱스 파일을 쓸 수 없습니다"
2728
2729#: sequencer.c:489
2730msgid "could not resolve HEAD commit\n"
2731msgstr "HEAD 커밋을 처리할 수 없습니다\n"
2732
2733#: sequencer.c:509
2734msgid "unable to update cache tree\n"
2735msgstr "캐시 트리를 업데이트할 수 없습니다\n"
2736
2737#: sequencer.c:592
2738#, c-format
2739msgid ""
2740"you have staged changes in your working tree\n"
2741"If these changes are meant to be squashed into the previous commit, run:\n"
2742"\n"
2743"  git commit --amend %s\n"
2744"\n"
2745"If they are meant to go into a new commit, run:\n"
2746"\n"
2747"  git commit %s\n"
2748"\n"
2749"In both cases, once you're done, continue with:\n"
2750"\n"
2751"  git rebase --continue\n"
2752msgstr ""
2753"작업 폴더에 스테이징한 변경 사항이 있습니다.\n"
2754"이 변경 사항을 이전 커밋에 합치려면,\n"
2755"다음을 실행하십시오:\n"
2756"\n"
2757"  git commit --amend %s\n"
2758"\n"
2759"새 커밋으로 만드려면 다음을 실행하십시오:\n"
2760"\n"
2761"  git commit %s\n"
2762"\n"
2763"어떤 경우이든, 마친 다음에 다음 명령으로 계속합니다:\n"
2764"\n"
2765"  git rebase --continue\n"
2766
2767#: sequencer.c:688
2768#, c-format
2769msgid "could not parse commit %s\n"
2770msgstr "%s 커밋을 파싱할 수 없습니다\n"
2771
2772#: sequencer.c:693
2773#, c-format
2774msgid "could not parse parent commit %s\n"
2775msgstr "%s 이전 커밋을 파싱할 수 없습니다\n"
2776
2777#: sequencer.c:815
2778#, c-format
2779msgid ""
2780"unexpected 1st line of squash message:\n"
2781"\n"
2782"\t%.*s"
2783msgstr ""
2784"커밋 합치기 메시지의 첫 줄이 예상치 못함:\n"
2785"\n"
2786"\t%.*s"
2787
2788#: sequencer.c:821
2789#, c-format
2790msgid ""
2791"invalid 1st line of squash message:\n"
2792"\n"
2793"\t%.*s"
2794msgstr ""
2795"커밋 합치기 메시지의 첫 줄이 잘못됨:\n"
2796"\n"
2797"\t%.*s"
2798
2799#: sequencer.c:827 sequencer.c:852
2800#, c-format
2801msgid "This is a combination of %d commits."
2802msgstr "커밋 %d개가 섞인 결과입니다."
2803
2804#: sequencer.c:836
2805msgid "need a HEAD to fixup"
2806msgstr "바로잡으려면 HEAD가 필요합니다"
2807
2808#: sequencer.c:838
2809msgid "could not read HEAD"
2810msgstr "HEAD를 읽을 수 없습니다"
2811
2812#: sequencer.c:840
2813msgid "could not read HEAD's commit message"
2814msgstr "HEAD의 커밋 메시지를 읽을 수 없습니다"
2815
2816#: sequencer.c:846
2817#, c-format
2818msgid "cannot write '%s'"
2819msgstr "'%s'을(를) 쓸 수 없습니다"
2820
2821#: sequencer.c:855 git-rebase--interactive.sh:445
2822msgid "This is the 1st commit message:"
2823msgstr "1번째 커밋 메시지입니다:"
2824
2825#: sequencer.c:863
2826#, c-format
2827msgid "could not read commit message of %s"
2828msgstr "%s의 커밋 메시지를 읽을 수 없습니다"
2829
2830#: sequencer.c:870
2831#, c-format
2832msgid "This is the commit message #%d:"
2833msgstr "커밋 메시지 #%d번입니다:"
2834
2835#: sequencer.c:875
2836#, c-format
2837msgid "The commit message #%d will be skipped:"
2838msgstr "커밋 메시지 #%d번을 건너뜁니다:"
2839
2840#: sequencer.c:880
2841#, c-format
2842msgid "unknown command: %d"
2843msgstr "알 수 없는 명령: %d"
2844
2845#: sequencer.c:946
2846msgid "your index file is unmerged."
2847msgstr "인덱스 파일이 병합되지 않았습니다."
2848
2849#: sequencer.c:964
2850#, c-format
2851msgid "commit %s is a merge but no -m option was given."
2852msgstr "%s 커밋은 병합이지만 -m 옵션이 주어지지 않았습니다."
2853
2854# FIXME: "parent %d" 번호가 무슨 의미?
2855#: sequencer.c:972
2856#, c-format
2857msgid "commit %s does not have parent %d"
2858msgstr "%s 커밋에 이전 커밋 %d이(가) 없습니다"
2859
2860#: sequencer.c:976
2861#, c-format
2862msgid "mainline was specified but commit %s is not a merge."
2863msgstr "메인라인을 지정했지만 %s 커밋이 병합 커밋이 아닙니다."
2864
2865#: sequencer.c:982
2866#, c-format
2867msgid "cannot get commit message for %s"
2868msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
2869
2870#. TRANSLATORS: The first %s will be a "todo" command like
2871#. "revert" or "pick", the second %s a SHA1.
2872#: sequencer.c:1001
2873#, c-format
2874msgid "%s: cannot parse parent commit %s"
2875msgstr "%s: %s 이전 커밋을 파싱할 수 없습니다"
2876
2877#: sequencer.c:1063 sequencer.c:1812
2878#, c-format
2879msgid "could not rename '%s' to '%s'"
2880msgstr "'%s'에서 '%s'(으)로 이름을 바꿀 수 없습니다"
2881
2882#: sequencer.c:1114
2883#, c-format
2884msgid "could not revert %s... %s"
2885msgstr "다음을 되돌릴(revert) 수 없습니다: %s... %s"
2886
2887#: sequencer.c:1115
2888#, c-format
2889msgid "could not apply %s... %s"
2890msgstr "다음을 적용할(apply) 수 없습니다: %s... %s"
2891
2892#: sequencer.c:1157
2893msgid "empty commit set passed"
2894msgstr "빈 커밋 모음을 건너 뜁니다"
2895
2896#: sequencer.c:1167
2897#, c-format
2898msgid "git %s: failed to read the index"
2899msgstr "git %s: 인덱스 읽기에 실패했습니다"
2900
2901#: sequencer.c:1174
2902#, c-format
2903msgid "git %s: failed to refresh the index"
2904msgstr "git %s: 인덱스 새로 고침에 실패했습니다"
2905
2906#: sequencer.c:1294
2907#, c-format
2908msgid "invalid line %d: %.*s"
2909msgstr "잘못된 줄 %d: %.*s"
2910
2911#: sequencer.c:1302
2912#, c-format
2913msgid "cannot '%s' without a previous commit"
2914msgstr "이전 커밋 없이 '%s' 수행할 수 없습니다"
2915
2916#: sequencer.c:1334
2917#, c-format
2918msgid "could not read '%s'."
2919msgstr "'%s'에서 읽을 수 없습니다."
2920
2921#: sequencer.c:1341
2922msgid "please fix this using 'git rebase --edit-todo'."
2923msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
2924
2925#: sequencer.c:1343
2926#, c-format
2927msgid "unusable instruction sheet: '%s'"
2928msgstr "사용 불가능 인스트럭션 시트: '%s'"
2929
2930#: sequencer.c:1348
2931msgid "no commits parsed."
2932msgstr "파싱한 커밋이 없습니다."
2933
2934#: sequencer.c:1359
2935msgid "cannot cherry-pick during a revert."
2936msgstr "되돌리기(revert) 중에 빼오기(cherry-pick)를 할 수 없습니다."
2937
2938#: sequencer.c:1361
2939msgid "cannot revert during a cherry-pick."
2940msgstr "빼오기(cherry-pick) 중에 되돌리기(revert)를 할 수 없습니다."
2941
2942#: sequencer.c:1424
2943#, c-format
2944msgid "invalid key: %s"
2945msgstr "잘못된 키: %s"
2946
2947#: sequencer.c:1427
2948#, c-format
2949msgid "invalid value for %s: %s"
2950msgstr "%s의 값이 잘못됨: %s"
2951
2952#: sequencer.c:1484
2953#, c-format
2954msgid "malformed options sheet: '%s'"
2955msgstr "형식이 잘못된 옵션 시트: '%s'"
2956
2957#: sequencer.c:1522
2958msgid "a cherry-pick or revert is already in progress"
2959msgstr "이미 커밋 빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중입니다"
2960
2961#: sequencer.c:1523
2962msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2963msgstr "\"git cherry-pick (--continue | --quit | --abort)\" 명령을 해 보십시오"
2964
2965#: sequencer.c:1526
2966#, c-format
2967msgid "could not create sequencer directory '%s'"
2968msgstr "'%s' 시퀀서 디렉터리를 만들 수 없습니다"
2969
2970#: sequencer.c:1540
2971msgid "could not lock HEAD"
2972msgstr "HEAD를 잠글 수 없습니다"
2973
2974#: sequencer.c:1596 sequencer.c:2150
2975msgid "no cherry-pick or revert in progress"
2976msgstr "빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중이지 않습니다"
2977
2978#: sequencer.c:1598
2979msgid "cannot resolve HEAD"
2980msgstr "HEAD를 구해 올 수 없습니다"
2981
2982#: sequencer.c:1600 sequencer.c:1634
2983msgid "cannot abort from a branch yet to be born"
2984msgstr "새로 만들고 있는 브랜치에서 중지할 수 없습니다"
2985
2986#: sequencer.c:1620 builtin/grep.c:904
2987#, c-format
2988msgid "cannot open '%s'"
2989msgstr "'%s'을(를) 열 수 없습니다"
2990
2991#: sequencer.c:1622
2992#, c-format
2993msgid "cannot read '%s': %s"
2994msgstr "'%s'을(를) 읽을 수 없습니다: %s"
2995
2996#: sequencer.c:1623
2997msgid "unexpected end of file"
2998msgstr "예상치 못하게 파일이 끝났습니다"
2999
3000#: sequencer.c:1629
3001#, c-format
3002msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3003msgstr "빼오기 전에 저장한 HEAD 파일이('%s') 손상되었습니다"
3004
3005#: sequencer.c:1640
3006msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3007msgstr "HEAD를 옮긴 것 같습니다. 되돌리지 않습니다. HEAD를 확인하십시오!"
3008
3009#: sequencer.c:1777 sequencer.c:2049
3010msgid "cannot read HEAD"
3011msgstr "HEAD를 읽을 수 없습니다"
3012
3013#: sequencer.c:1817 builtin/difftool.c:574
3014#, c-format
3015msgid "could not copy '%s' to '%s'"
3016msgstr "'%s'에서 '%s'(으)로 복사할 수 없습니다"
3017
3018#: sequencer.c:1833
3019msgid "could not read index"
3020msgstr "인덱스를 읽을 수 없습니다"
3021
3022#: sequencer.c:1838
3023#, c-format
3024msgid ""
3025"execution failed: %s\n"
3026"%sYou can fix the problem, and then run\n"
3027"\n"
3028"  git rebase --continue\n"
3029"\n"
3030msgstr ""
3031"실행 실패: %s\n"
3032"%s문제를 바로잡고, 다음을 실행하십시오\n"
3033"\n"
3034"  git rebase --continue\n"
3035"\n"
3036
3037#: sequencer.c:1844
3038msgid "and made changes to the index and/or the working tree\n"
3039msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다\n"
3040
3041#: sequencer.c:1850
3042#, c-format
3043msgid ""
3044"execution succeeded: %s\n"
3045"but left changes to the index and/or the working tree\n"
3046"Commit or stash your changes, and then run\n"
3047"\n"
3048"  git rebase --continue\n"
3049"\n"
3050msgstr ""
3051"실행 성공: %s\n"
3052"하지만 변경 사항을 인덱스 및/또는 작업 폴더에 남겨둡니다.\n"
3053"변경 사항을 커밋하거나 스태시에 넣으려면, 다음을 실행하십시오:\n"
3054"\n"
3055"  git rebase --continue\n"
3056"\n"
3057
3058#: sequencer.c:1905 git-rebase.sh:168
3059#, c-format
3060msgid "Applied autostash."
3061msgstr "자동스태시 적용."
3062
3063#: sequencer.c:1917
3064#, c-format
3065msgid "cannot store %s"
3066msgstr "%s을(를) 저장할 수 없습니다"
3067
3068#: sequencer.c:1919 git-rebase.sh:172
3069#, c-format
3070msgid ""
3071"Applying autostash resulted in conflicts.\n"
3072"Your changes are safe in the stash.\n"
3073"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3074msgstr ""
3075"자동스태시 적용에 충돌이 발생했습니다.\n"
3076"변경 사항은 스태시 안에 안전하게 들어 있습니다.\n"
3077"언제든지 \"git stash pop\" 또는 \"git stash drop\"을 실행할 수 있습니다.\n"
3078
3079#: sequencer.c:2000
3080#, c-format
3081msgid "stopped at %s... %.*s"
3082msgstr "%s...%.*s 위치에서 멈췄습니다"
3083
3084#: sequencer.c:2027
3085#, c-format
3086msgid "unknown command %d"
3087msgstr "알 수 없는 명령 %d"
3088
3089#: sequencer.c:2057
3090msgid "could not read orig-head"
3091msgstr "orig-head를 읽을 수 없습니다"
3092
3093#: sequencer.c:2061
3094msgid "could not read 'onto'"
3095msgstr "'onto'를 읽을 수 없습니다"
3096
3097#: sequencer.c:2068
3098#, c-format
3099msgid "could not update %s"
3100msgstr "%s을(를) 업데이트할 수 없습니다"
3101
3102#: sequencer.c:2075
3103#, c-format
3104msgid "could not update HEAD to %s"
3105msgstr "HEAD를 %s 위치로 업데이트할 수 없습니다"
3106
3107#: sequencer.c:2159
3108msgid "cannot rebase: You have unstaged changes."
3109msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
3110
3111#: sequencer.c:2164
3112msgid "could not remove CHERRY_PICK_HEAD"
3113msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
3114
3115#: sequencer.c:2173
3116msgid "cannot amend non-existing commit"
3117msgstr "없는 커밋을 수정할 수 없습니다"
3118
3119#: sequencer.c:2175
3120#, c-format
3121msgid "invalid file: '%s'"
3122msgstr "잘못된 키: '%s'"
3123
3124#: sequencer.c:2177
3125#, c-format
3126msgid "invalid contents: '%s'"
3127msgstr "잘못된 내용: '%s'"
3128
3129#: sequencer.c:2180
3130msgid ""
3131"\n"
3132"You have uncommitted changes in your working tree. Please, commit them\n"
3133"first and then run 'git rebase --continue' again."
3134msgstr ""
3135"\n"
3136"작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
3137"커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
3138
3139#: sequencer.c:2190
3140msgid "could not commit staged changes."
3141msgstr "스테이징한 변경 사항을 커밋할 수 없습니다."
3142
3143#: sequencer.c:2270
3144#, c-format
3145msgid "%s: can't cherry-pick a %s"
3146msgstr "%s: %s 커밋을 빼올 수 없습니다"
3147
3148#: sequencer.c:2274
3149#, c-format
3150msgid "%s: bad revision"
3151msgstr "%s: 잘못된 리비전"
3152
3153#: sequencer.c:2307
3154msgid "can't revert as initial commit"
3155msgstr "최초의 커밋으로 되돌릴 수 없습니다"
3156
3157#: setup.c:160
3158#, c-format
3159msgid ""
3160"%s: no such path in the working tree.\n"
3161"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3162msgstr ""
3163"%s: 작업 폴더에 그런 경로가 없습니다.\n"
3164"로컬에 없는 경로를 지정하려면 'git <명령> -- <경로>...' 식으로 사용하십시오."
3165
3166#: setup.c:173
3167#, c-format
3168msgid ""
3169"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3170"Use '--' to separate paths from revisions, like this:\n"
3171"'git <command> [<revision>...] -- [<file>...]'"
3172msgstr ""
3173"애매한 인자 '%s': 알 수 없는 리비전 또는 작업 폴더에 없는 경로.\n"
3174"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
3175"'git <명령> [<리비전>...] -- [<파일>...]'"
3176
3177#: setup.c:223
3178#, c-format
3179msgid ""
3180"ambiguous argument '%s': both revision and filename\n"
3181"Use '--' to separate paths from revisions, like this:\n"
3182"'git <command> [<revision>...] -- [<file>...]'"
3183msgstr ""
3184"애매한 인자 '%s': 알 수 없는 리비전 및 파일 이름\n"
3185"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
3186"'git <명령> [<리비전>...] -- [<파일>...]'"
3187
3188#: setup.c:470
3189#, c-format
3190msgid "Expected git repo version <= %d, found %d"
3191msgstr "깃 저장소 버전 <= %d 버전을 기대하지만, %d 버전이 발견되었습니다"
3192
3193#: setup.c:478
3194msgid "unknown repository extensions found:"
3195msgstr "알 수 없는 저장소 확장이 있습니다:"
3196
3197#: setup.c:768
3198#, c-format
3199msgid "Not a git repository (or any of the parent directories): %s"
3200msgstr "(현재 폴더 또는 상위 폴더가) 깃 저장소가 아닙니다: %s"
3201
3202#: setup.c:770 setup.c:922 builtin/index-pack.c:1643
3203msgid "Cannot come back to cwd"
3204msgstr "현재 디렉터리로 돌아올 수 없습니다"
3205
3206#: setup.c:852
3207msgid "Unable to read current working directory"
3208msgstr "현재 작업 디렉터리를 읽을 수 없습니다"
3209
3210#: setup.c:927
3211#, c-format
3212msgid ""
3213"Not a git repository (or any parent up to mount point %s)\n"
3214"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3215msgstr ""
3216"(현재 폴더 또는 마운트 위치 %s까지 상위 폴더가) 깃 저장소가 아닙니다\n"
3217"파일 시스템 경계에서 중지합니다. (GIT_DISCOVERY_ACROSS_FILESYSTEM 설정되지 않"
3218"음)"
3219
3220#: setup.c:934
3221#, c-format
3222msgid "Cannot change to '%s/..'"
3223msgstr "'%s/..' 위치로 이동할 수 없습니다"
3224
3225#: setup.c:996
3226#, c-format
3227msgid ""
3228"Problem with core.sharedRepository filemode value (0%.3o).\n"
3229"The owner of files must always have read and write permissions."
3230msgstr ""
3231"core.sharedRepository 파일모드 값에 (0%.3o) 문제가 있습니다.\n"
3232"파일의 소유자에 읽기와 쓰기 권한이 있어야 합니다."
3233
3234#: sha1_file.c:490
3235#, c-format
3236msgid "path '%s' does not exist"
3237msgstr "'%s' 경로가 없습니다"
3238
3239#: sha1_file.c:516
3240#, c-format
3241msgid "reference repository '%s' as a linked checkout is not supported yet."
3242msgstr ""
3243"레퍼런스 '%s' 저장소를 연결된 체크아웃으로 쓰기는 아직 지원하지 않습니다."
3244
3245#: sha1_file.c:522
3246#, c-format
3247msgid "reference repository '%s' is not a local repository."
3248msgstr "레퍼런스 '%s' 저장소가 로컬 저장소가 아닙니다."
3249
3250#: sha1_file.c:528
3251#, c-format
3252msgid "reference repository '%s' is shallow"
3253msgstr "레퍼런스 '%s' 저장소가 얕은 저장소입니다"
3254
3255#: sha1_file.c:536
3256#, c-format
3257msgid "reference repository '%s' is grafted"
3258msgstr "레퍼런스 '%s' 저장소가 붙어 있는 저장소입니다"
3259
3260#: sha1_file.c:1176
3261msgid "offset before end of packfile (broken .idx?)"
3262msgstr "오프셋이 묶음 파일 앞입니다 (망가진 .idx?)"
3263
3264#: sha1_file.c:2637
3265#, c-format
3266msgid "offset before start of pack index for %s (corrupt index?)"
3267msgstr "오프셋이 %s의 묶음 인덱스 시작보다 앞입니다 (망가진 인덱스?)"
3268
3269#: sha1_file.c:2641
3270#, c-format
3271msgid "offset beyond end of pack index for %s (truncated index?)"
3272msgstr "오프셋이 %s의 묶음 인덱스 끝보다 뒤입니다 (망가진 인덱스?)"
3273
3274#: sha1_name.c:407
3275#, c-format
3276msgid "short SHA1 %s is ambiguous"
3277msgstr "짧은 SHA1 %s은(는) 여럿에 대응됩니다"
3278
3279#: sha1_name.c:418
3280msgid "The candidates are:"
3281msgstr "후보는 다음과 같습니다:"
3282
3283#: sha1_name.c:578
3284msgid ""
3285"Git normally never creates a ref that ends with 40 hex characters\n"
3286"because it will be ignored when you just specify 40-hex. These refs\n"
3287"may be created by mistake. For example,\n"
3288"\n"
3289"  git checkout -b $br $(git rev-parse ...)\n"
3290"\n"
3291"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3292"examine these refs and maybe delete them. Turn this message off by\n"
3293"running \"git config advice.objectNameWarning false\""
3294msgstr ""
3295"깃에서는 보통 40개의 16진수 문자로 끝나는 레퍼런스를 만들지 않습니다.\n"
3296"16진수 문자 40자를 지정했을 때 이 레퍼런스가 무시되기 때문입니다. 이\n"
3297"레퍼런스는 실수로 만들어졌을 수도 있습니다. 예를 들어,\n"
3298"\n"
3299"  git checkout -b $br $(git rev-parse ...)\n"
3300"\n"
3301"여기서 \"$br\"은 비어 있으므로 40자 레퍼런스가 만들어집니다. 이 레퍼런스를\n"
3302"확인해 보시고 잘못 만들어진 것이면 지우십시오. 이 메시지를 보고 싶지\n"
3303"않으면 \"git config advice.objectNameWarning false\" 명령을 사용하십시오."
3304
3305#: submodule.c:65 submodule.c:99
3306msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3307msgstr ""
3308"병합하지 않은 .gitmodules를 바꿀 수 없습니다. 병합 충돌을 먼저 해결하십시오"
3309
3310#: submodule.c:69 submodule.c:103
3311#, c-format
3312msgid "Could not find section in .gitmodules where path=%s"
3313msgstr "경로가 %s일 때 .gitmodules의 섹션을 찾을 수 없습니다"
3314
3315#: submodule.c:77
3316#, c-format
3317msgid "Could not update .gitmodules entry %s"
3318msgstr ".gitmodules 항목 %s을(를) 업데이트할 수 없습니다"
3319
3320#: submodule.c:110
3321#, c-format
3322msgid "Could not remove .gitmodules entry for %s"
3323msgstr "%s에 대한 .gitmodules 항목을 제거할 수 없습니다"
3324
3325#: submodule.c:121
3326msgid "staging updated .gitmodules failed"
3327msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데 실패"
3328
3329#: submodule.c:159
3330msgid "negative values not allowed for submodule.fetchJobs"
3331msgstr "submodule.fetchJobs 값에 음수를 쓸 수 없습니다"
3332
3333#: submodule.c:1184
3334#, c-format
3335msgid "could not start 'git status in submodule '%s'"
3336msgstr "서브모듈 '%s'에서 'git status'를 시작할 수 없습니다"
3337
3338#: submodule.c:1197
3339#, c-format
3340msgid "could not run 'git status in submodule '%s'"
3341msgstr "서브모듈 '%s'에서 'git status'를 실행할 수 없습니다"
3342
3343#: submodule.c:1398
3344#, c-format
3345msgid ""
3346"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3347msgstr ""
3348"여러 개의 작업 폴더가 있는 하위 모듈 '%s'에 대해 relocate_gitdir은 지원하지 "
3349"않습니다"
3350
3351#: submodule.c:1410 submodule.c:1471
3352#, c-format
3353msgid "could not lookup name for submodule '%s'"
3354msgstr "하위 모듈 '%s'의 이름을 찾아볼 수 없습니다"
3355
3356#: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:640
3357#: builtin/submodule--helper.c:650
3358#, c-format
3359msgid "could not create directory '%s'"
3360msgstr "'%s' 디렉터리를 만들 수 없습니다"
3361
3362#: submodule.c:1420
3363#, c-format
3364msgid ""
3365"Migrating git directory of '%s%s' from\n"
3366"'%s' to\n"
3367"'%s'\n"
3368msgstr ""
3369"'%s%s'의 깃 디렉터리를 옮깁니다:\n"
3370"'%s'에서\n"
3371"'%s'(으)로\n"
3372
3373#: submodule.c:1512
3374#, c-format
3375msgid "could not recurse into submodule '%s'"
3376msgstr "재귀적으로 '%s' 하위 모듈에 들어갈 수 없습니다"
3377
3378#: submodule-config.c:360
3379#, c-format
3380msgid "invalid value for %s"
3381msgstr "%s의 값이 올바르지 않습니다"
3382
3383#: trailer.c:240
3384#, c-format
3385msgid "running trailer command '%s' failed"
3386msgstr "트레일러 명령 '%s' 실행 실패"
3387
3388#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3389#: trailer.c:543
3390#, c-format
3391msgid "unknown value '%s' for key '%s'"
3392msgstr "알 수 없는 값 '%s', 키 '%s'"
3393
3394#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3395#, c-format
3396msgid "more than one %s"
3397msgstr "%s이(가) 여러개입니다"
3398
3399#: trailer.c:702
3400#, c-format
3401msgid "empty trailer token in trailer '%.*s'"
3402msgstr "트레일러 '%.*s'에서 빈 트레일러 토큰"
3403
3404#: trailer.c:722
3405#, c-format
3406msgid "could not read input file '%s'"
3407msgstr "'%s' 입력 파일을 읽을 수 없습니다"
3408
3409#: trailer.c:725
3410msgid "could not read from stdin"
3411msgstr "표준 입력에서 읽을 수 없습니다"
3412
3413#: trailer.c:949 builtin/am.c:44
3414#, c-format
3415msgid "could not stat %s"
3416msgstr "%s에 대해 stat()할 수 없습니다"
3417
3418#: trailer.c:951
3419#, c-format
3420msgid "file %s is not a regular file"
3421msgstr "'%s' 파일이 일반 파일이 아닙니다"
3422
3423#: trailer.c:953
3424#, c-format
3425msgid "file %s is not writable by user"
3426msgstr "사용자가 %s 파일에 쓸 수 없습니다"
3427
3428#: trailer.c:965
3429msgid "could not open temporary file"
3430msgstr "임시 파일을 열 수 없습니다: %s"
3431
3432#: trailer.c:1001
3433#, c-format
3434msgid "could not rename temporary file to %s"
3435msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
3436
3437#: transport.c:62
3438#, c-format
3439msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3440msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정합니다\n"
3441
3442#: transport.c:151
3443#, c-format
3444msgid "transport: invalid depth option '%s'"
3445msgstr "transport: 잘못된 깊이 옵션: %s"
3446
3447#: transport.c:885
3448#, c-format
3449msgid ""
3450"The following submodule paths contain changes that can\n"
3451"not be found on any remote:\n"
3452msgstr ""
3453"다음 하위 모듈 경로에 리모트 어디에도 없는\n"
3454"변경 사항이 있습니다:\n"
3455
3456#: transport.c:889
3457#, c-format
3458msgid ""
3459"\n"
3460"Please try\n"
3461"\n"
3462"\tgit push --recurse-submodules=on-demand\n"
3463"\n"
3464"or cd to the path and use\n"
3465"\n"
3466"\tgit push\n"
3467"\n"
3468"to push them to a remote.\n"
3469"\n"
3470msgstr ""
3471"\n"
3472"리모트에 푸시하려면\n"
3473"\n"
3474"\tgit push --recurse-submodules=on-demand\n"
3475"\n"
3476"또는 해당 경로로 cd한 다음\n"
3477"\n"
3478"\tgit push\n"
3479"\n"
3480"명령을 시도해 보십시오\n"
3481"\n"
3482
3483#: transport.c:897
3484msgid "Aborting."
3485msgstr "중지함."
3486
3487#: transport-helper.c:1082
3488#, c-format
3489msgid "Could not read ref %s"
3490msgstr "%s 레퍼런스를 읽을 수 없습니다"
3491
3492#: tree-walk.c:31
3493msgid "too-short tree object"
3494msgstr "너무 짧은 트리 오브젝트"
3495
3496#: tree-walk.c:37
3497msgid "malformed mode in tree entry"
3498msgstr "트리 엔트리에 잘못된 형식의 모드"
3499
3500#: tree-walk.c:41
3501msgid "empty filename in tree entry"
3502msgstr "트리 엔트리에 빈 파일 이름"
3503
3504#: tree-walk.c:113
3505msgid "too-short tree file"
3506msgstr "너무 짧은 트리 파일"
3507
3508#: unpack-trees.c:99
3509#, c-format
3510msgid ""
3511"Your local changes to the following files would be overwritten by checkout:\n"
3512"%%sPlease commit your changes or stash them before you switch branches."
3513msgstr ""
3514"다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3515"%%s브랜치를 전환하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3516
3517#: unpack-trees.c:101
3518#, c-format
3519msgid ""
3520"Your local changes to the following files would be overwritten by checkout:\n"
3521"%%s"
3522msgstr ""
3523"다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3524"%%s"
3525
3526#: unpack-trees.c:104
3527#, c-format
3528msgid ""
3529"Your local changes to the following files would be overwritten by merge:\n"
3530"%%sPlease commit your changes or stash them before you merge."
3531msgstr ""
3532"다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다:\n"
3533"%%s병합하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3534
3535#: unpack-trees.c:106
3536#, c-format
3537msgid ""
3538"Your local changes to the following files would be overwritten by merge:\n"
3539"%%s"
3540msgstr "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
3541
3542#: unpack-trees.c:109
3543#, c-format
3544msgid ""
3545"Your local changes to the following files would be overwritten by %s:\n"
3546"%%sPlease commit your changes or stash them before you %s."
3547msgstr ""
3548"다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
3549"%%s%s 전에 변경 사항을 커밋하거나 스태시하십시오."
3550
3551#: unpack-trees.c:111
3552#, c-format
3553msgid ""
3554"Your local changes to the following files would be overwritten by %s:\n"
3555"%%s"
3556msgstr ""
3557"다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
3558"%%s"
3559
3560#: unpack-trees.c:116
3561#, c-format
3562msgid ""
3563"Updating the following directories would lose untracked files in them:\n"
3564"%s"
3565msgstr ""
3566"다음 디렉터리를 업데이트하면 그 안의 추적하지 않는 파일을 잃어버립니다:\n"
3567"%s"
3568
3569#: unpack-trees.c:120
3570#, c-format
3571msgid ""
3572"The following untracked working tree files would be removed by checkout:\n"
3573"%%sPlease move or remove them before you switch branches."
3574msgstr ""
3575"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3576"%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
3577
3578#: unpack-trees.c:122
3579#, c-format
3580msgid ""
3581"The following untracked working tree files would be removed by checkout:\n"
3582"%%s"
3583msgstr ""
3584"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3585"%%s"
3586
3587#: unpack-trees.c:125
3588#, c-format
3589msgid ""
3590"The following untracked working tree files would be removed by merge:\n"
3591"%%sPlease move or remove them before you merge."
3592msgstr ""
3593"병합 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3594"%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
3595
3596#: unpack-trees.c:127
3597#, c-format
3598msgid ""
3599"The following untracked working tree files would be removed by merge:\n"
3600"%%s"
3601msgstr ""
3602"병합 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3603"%%s"
3604
3605#: unpack-trees.c:130
3606#, c-format
3607msgid ""
3608"The following untracked working tree files would be removed by %s:\n"
3609"%%sPlease move or remove them before you %s."
3610msgstr ""
3611"%s 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3612"%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
3613
3614#: unpack-trees.c:132
3615#, c-format
3616msgid ""
3617"The following untracked working tree files would be removed by %s:\n"
3618"%%s"
3619msgstr ""
3620"%s 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3621"%%s"
3622
3623#: unpack-trees.c:137
3624#, c-format
3625msgid ""
3626"The following untracked working tree files would be overwritten by "
3627"checkout:\n"
3628"%%sPlease move or remove them before you switch branches."
3629msgstr ""
3630"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3631"%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
3632
3633#: unpack-trees.c:139
3634#, c-format
3635msgid ""
3636"The following untracked working tree files would be overwritten by "
3637"checkout:\n"
3638"%%s"
3639msgstr ""
3640"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3641"%%s"
3642
3643#: unpack-trees.c:142
3644#, c-format
3645msgid ""
3646"The following untracked working tree files would be overwritten by merge:\n"
3647"%%sPlease move or remove them before you merge."
3648msgstr ""
3649"병합 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3650"%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
3651
3652#: unpack-trees.c:144
3653#, c-format
3654msgid ""
3655"The following untracked working tree files would be overwritten by merge:\n"
3656"%%s"
3657msgstr ""
3658"병합 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3659"%%s"
3660
3661#: unpack-trees.c:147
3662#, c-format
3663msgid ""
3664"The following untracked working tree files would be overwritten by %s:\n"
3665"%%sPlease move or remove them before you %s."
3666msgstr ""
3667"%s 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3668"%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
3669
3670#: unpack-trees.c:149
3671#, c-format
3672msgid ""
3673"The following untracked working tree files would be overwritten by %s:\n"
3674"%%s"
3675msgstr ""
3676"%s 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3677"%%s"
3678
3679#: unpack-trees.c:156
3680#, c-format
3681msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3682msgstr "'%s' 항목이 '%s'와(과) 겹칩니다.  묶을 수 없습니다."
3683
3684#: unpack-trees.c:159
3685#, c-format
3686msgid ""
3687"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3688"%s"
3689msgstr ""
3690"드문 체크아웃을 업데이트할 수 없습니다. 다음 항목이 최신으로 업데이트되지 않"
3691"았습니다:\n"
3692"%s"
3693
3694#: unpack-trees.c:161
3695#, c-format
3696msgid ""
3697"The following working tree files would be overwritten by sparse checkout "
3698"update:\n"
3699"%s"
3700msgstr ""
3701"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니"
3702"다:\n"
3703"%s"
3704
3705#: unpack-trees.c:163
3706#, c-format
3707msgid ""
3708"The following working tree files would be removed by sparse checkout "
3709"update:\n"
3710"%s"
3711msgstr ""
3712"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 제거합니"
3713"다:\n"
3714"%s"
3715
3716#: unpack-trees.c:240
3717#, c-format
3718msgid "Aborting\n"
3719msgstr "중지함\n"
3720
3721#: unpack-trees.c:270
3722msgid "Checking out files"
3723msgstr "파일을 가져옵니다"
3724
3725#: urlmatch.c:120
3726msgid "invalid URL scheme name or missing '://' suffix"
3727msgstr "URL 스킴 이름이 잘못되었거나 '://'가 뒤에 붙지 않았습니다"
3728
3729#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
3730#, c-format
3731msgid "invalid %XX escape sequence"
3732msgstr "잘못된 %XX 이스케이프 시퀀스"
3733
3734#: urlmatch.c:172
3735msgid "missing host and scheme is not 'file:'"
3736msgstr "호스트가 없고 스킴이 'file:'이 아닙니다"
3737
3738#: urlmatch.c:189
3739msgid "a 'file:' URL may not have a port number"
3740msgstr "'file:' URL에는 포트 번호를 쓸 수 없습니다"
3741
3742#: urlmatch.c:199
3743msgid "invalid characters in host name"
3744msgstr "호스트 이름에 잘못된 문자"
3745
3746#: urlmatch.c:244 urlmatch.c:255
3747msgid "invalid port number"
3748msgstr "잘못된 포트 번호"
3749
3750#: urlmatch.c:322
3751msgid "invalid '..' path segment"
3752msgstr "경로에서 잘못된 '..' 부분"
3753
3754#: worktree.c:282
3755#, c-format
3756msgid "failed to read '%s'"
3757msgstr "'%s'을(를) 읽는데 실패했습니다"
3758
3759#: wrapper.c:222 wrapper.c:392
3760#, c-format
3761msgid "could not open '%s' for reading and writing"
3762msgstr "읽기와 쓰기용으로 '%s'을(를) 열 수 없습니다"
3763
3764#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3765#, c-format
3766msgid "could not open '%s' for writing"
3767msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
3768
3769#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3770#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:1033
3771#: builtin/pull.c:341
3772#, c-format
3773msgid "could not open '%s' for reading"
3774msgstr "'%s'을(를) 읽기용으로 열 수 없습니다"
3775
3776#: wrapper.c:605 wrapper.c:626
3777#, c-format
3778msgid "unable to access '%s'"
3779msgstr "'%s'에 접근할 수 없습니다"
3780
3781#: wrapper.c:634
3782msgid "unable to get current working directory"
3783msgstr "현재 작업 디렉터리를 가져올 수 없습니다"
3784
3785#: wrapper.c:658
3786#, c-format
3787msgid "could not write to %s"
3788msgstr "%s에 쓸 수 없습니다"
3789
3790#: wrapper.c:660
3791#, c-format
3792msgid "could not close %s"
3793msgstr "%s을(를) 닫을 수 없습니다"
3794
3795#: wt-status.c:151
3796msgid "Unmerged paths:"
3797msgstr "병합하지 않은 경로:"
3798
3799#: wt-status.c:178 wt-status.c:205
3800#, c-format
3801msgid "  (use \"git reset %s <file>...\" to unstage)"
3802msgstr "  (스테이지 해제하려면 \"git reset %s <파일>...\"을 사용하십시오)"
3803
3804#: wt-status.c:180 wt-status.c:207
3805msgid "  (use \"git rm --cached <file>...\" to unstage)"
3806msgstr "  (스테이지 해제하려면 \"git rm --cached <파일>...\"을 사용하십시오)"
3807
3808#: wt-status.c:184
3809msgid "  (use \"git add <file>...\" to mark resolution)"
3810msgstr "  (해결했다고 표시하려면 \"git add <파일>...\"을 사용하십시오)"
3811
3812#: wt-status.c:186 wt-status.c:190
3813msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3814msgstr ""
3815"  (해결했다고 표시하려면 알맞게 \"git add/rm <파일>...\"을 사용하십시오)"
3816
3817#: wt-status.c:188
3818msgid "  (use \"git rm <file>...\" to mark resolution)"
3819msgstr "  (해결했다고 표시하려면 \"git rm <파일>...\"을 사용하십시오)"
3820
3821#: wt-status.c:199 wt-status.c:945
3822msgid "Changes to be committed:"
3823msgstr "커밋할 변경 사항:"
3824
3825#: wt-status.c:217 wt-status.c:954
3826msgid "Changes not staged for commit:"
3827msgstr "커밋하도록 정하지 않은 변경 사항:"
3828
3829#: wt-status.c:221
3830msgid "  (use \"git add <file>...\" to update what will be committed)"
3831msgstr "  (무엇을 커밋할지 바꾸려면 \"git add <파일>...\"을 사용하십시오)"
3832
3833#: wt-status.c:223
3834msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3835msgstr "  (무엇을 커밋할지 바꾸려면 \"git add/rm <파일>...\"을 사용하십시오)"
3836
3837#: wt-status.c:224
3838msgid ""
3839"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3840msgstr ""
3841"  (작업 폴더의 변경 사항을 버리려면 \"git checkout -- <파일>...\"을 사용하십"
3842"시오)"
3843
3844#: wt-status.c:226
3845msgid "  (commit or discard the untracked or modified content in submodules)"
3846msgstr ""
3847"  (하위 모듈의 추적되지 않는 파일이나 수정된 내용을 커밋하거나 버리십시오)"
3848
3849#: wt-status.c:238
3850#, c-format
3851msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3852msgstr "  (커밋할 사항에 포함하려면 \"git %s <파일>...\"을 사용하십시오)"
3853
3854#: wt-status.c:253
3855msgid "both deleted:"
3856msgstr "양쪽에서 삭제:"
3857
3858#: wt-status.c:255
3859msgid "added by us:"
3860msgstr "이 쪽에서 추가:"
3861
3862#: wt-status.c:257
3863msgid "deleted by them:"
3864msgstr "저 쪽에서 삭제:"
3865
3866#: wt-status.c:259
3867msgid "added by them:"
3868msgstr "저 쪽에서 추가:"
3869
3870#: wt-status.c:261
3871msgid "deleted by us:"
3872msgstr "이 쪽에서 삭제:"
3873
3874#: wt-status.c:263
3875msgid "both added:"
3876msgstr "양쪽에서 추가:"
3877
3878#: wt-status.c:265
3879msgid "both modified:"
3880msgstr "양쪽에서 수정:"
3881
3882#: wt-status.c:275
3883msgid "new file:"
3884msgstr "새 파일:"
3885
3886#: wt-status.c:277
3887msgid "copied:"
3888msgstr "복사함:"
3889
3890#: wt-status.c:279
3891msgid "deleted:"
3892msgstr "삭제함:"
3893
3894#: wt-status.c:281
3895msgid "modified:"
3896msgstr "수정함:"
3897
3898#: wt-status.c:283
3899msgid "renamed:"
3900msgstr "이름 바꿈:"
3901
3902#: wt-status.c:285
3903msgid "typechange:"
3904msgstr "종류 바뀜:"
3905
3906#: wt-status.c:287
3907msgid "unknown:"
3908msgstr "알 수 없음:"
3909
3910#: wt-status.c:289
3911msgid "unmerged:"
3912msgstr "병합하지 않음:"
3913
3914#: wt-status.c:371
3915msgid "new commits, "
3916msgstr "새 커밋, "
3917
3918#: wt-status.c:373
3919msgid "modified content, "
3920msgstr "수정한 내용, "
3921
3922#: wt-status.c:375
3923msgid "untracked content, "
3924msgstr "추적하지 않은 내용, "
3925
3926#: wt-status.c:818
3927msgid "Submodules changed but not updated:"
3928msgstr "변경되었지만 업데이트하지 않은 하위 모듈:"
3929
3930#: wt-status.c:820
3931msgid "Submodule changes to be committed:"
3932msgstr "커밋할 하위 모듈의 변경 사항:"
3933
3934#: wt-status.c:901
3935msgid ""
3936"Do not touch the line above.\n"
3937"Everything below will be removed."
3938msgstr ""
3939"위의 줄을 바꾸지 마십시오.\n"
3940"아래 있는 내용은 모두 제거됩니다."
3941
3942#: wt-status.c:1013
3943msgid "You have unmerged paths."
3944msgstr "병합하지 않은 경로가 있습니다."
3945
3946#: wt-status.c:1016
3947msgid "  (fix conflicts and run \"git commit\")"
3948msgstr "  (충돌을 바로잡고 \"git commit\"을 실행하십시오)"
3949
3950#: wt-status.c:1018
3951msgid "  (use \"git merge --abort\" to abort the merge)"
3952msgstr "  (병합을 중단하려면 \"git merge --abort\"를 사용하십시오)"
3953
3954#: wt-status.c:1023
3955msgid "All conflicts fixed but you are still merging."
3956msgstr "모든 충돌을 바로잡았지만 아직 병합하는 중입니다."
3957
3958#: wt-status.c:1026
3959msgid "  (use \"git commit\" to conclude merge)"
3960msgstr "  (병합을 마무리하려면 \"git commit\"을 사용하십시오)"
3961
3962#: wt-status.c:1036
3963msgid "You are in the middle of an am session."
3964msgstr "am 세션 중간에 있습니다."
3965
3966#: wt-status.c:1039
3967msgid "The current patch is empty."
3968msgstr "현재 패치가 비어 있습니다."
3969
3970#: wt-status.c:1043
3971msgid "  (fix conflicts and then run \"git am --continue\")"
3972msgstr "  (충돌을 바로잡은 다음 \"git am --continue\"를 사용하십시오)"
3973
3974#: wt-status.c:1045
3975msgid "  (use \"git am --skip\" to skip this patch)"
3976msgstr "  (이 패치를 건너 뛰려면 \"git am --skip\"을 사용하십시오)"
3977
3978#: wt-status.c:1047
3979msgid "  (use \"git am --abort\" to restore the original branch)"
3980msgstr "  (원본 브랜치를 복구하려면 \"git am --abort\"를 사용하십시오)"
3981
3982#: wt-status.c:1176
3983msgid "git-rebase-todo is missing."
3984msgstr "git-rebase-todo가 없습니다."
3985
3986#: wt-status.c:1178
3987msgid "No commands done."
3988msgstr "완료한 명령 없음."
3989
3990#: wt-status.c:1181
3991#, c-format
3992msgid "Last command done (%d command done):"
3993msgid_plural "Last commands done (%d commands done):"
3994msgstr[0] "최근 완료한 명령 (%d개 명령 완료):"
3995
3996#: wt-status.c:1192
3997#, c-format
3998msgid "  (see more in file %s)"
3999msgstr "  (자세한 정보는 %s 파일 참고)"
4000
4001#: wt-status.c:1197
4002msgid "No commands remaining."
4003msgstr "명령이 남아있지 않음."
4004
4005#: wt-status.c:1200
4006#, c-format
4007msgid "Next command to do (%d remaining command):"
4008msgid_plural "Next commands to do (%d remaining commands):"
4009msgstr[0] "다음에 할 명령 (%d개 명령 남음):"
4010
4011#: wt-status.c:1208
4012msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4013msgstr "  (보고 편집하려면 \"git rebase --edit-todo\"를 사용하십시오)"
4014
4015#: wt-status.c:1221
4016#, c-format
4017msgid "You are currently rebasing branch '%s' on '%s'."
4018msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중입니다."
4019
4020#: wt-status.c:1226
4021msgid "You are currently rebasing."
4022msgstr "현재 리베이스하는 중입니다."
4023
4024#: wt-status.c:1240
4025msgid "  (fix conflicts and then run \"git rebase --continue\")"
4026msgstr "  (충돌을 바로잡고 \"git rebase --continue\"를 사용하십시오)"
4027
4028#: wt-status.c:1242
4029msgid "  (use \"git rebase --skip\" to skip this patch)"
4030msgstr "  (이 패치를 건너뛰려면 \"git rebase --skip\"을 사용하십시오)"
4031
4032#: wt-status.c:1244
4033msgid "  (use \"git rebase --abort\" to check out the original branch)"
4034msgstr "  (원본 브랜치를 가져오려면 \"git rebase --abort\"를 사용하십시오)"
4035
4036#: wt-status.c:1250
4037msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4038msgstr ""
4039"  (모든 충돌을 바로잡았습니다: \"git rebase --continue\"를 실행하십시오)"
4040
4041#: wt-status.c:1254
4042#, c-format
4043msgid ""
4044"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4045msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 분리하는 중입니다."
4046
4047#: wt-status.c:1259
4048msgid "You are currently splitting a commit during a rebase."
4049msgstr "현재 리베이스하는 중 커밋을 분리하는 중입니다."
4050
4051#: wt-status.c:1262
4052msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4053msgstr "  (작업 폴더가 깨끗해지면, \"git rebase --continue\"를 실행하십시오)"
4054
4055#: wt-status.c:1266
4056#, c-format
4057msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4058msgstr "'%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 편집하는 중입니다."
4059
4060#: wt-status.c:1271
4061msgid "You are currently editing a commit during a rebase."
4062msgstr "리베이스 중에 커밋을 편집하는 중입니다."
4063
4064#: wt-status.c:1274
4065msgid "  (use \"git commit --amend\" to amend the current commit)"
4066msgstr "  (현재 커밋을 수정하려면 \"git commit --amend\"을 사용하십시오)"
4067
4068#: wt-status.c:1276
4069msgid ""
4070"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4071msgstr "  (변경 사항에 만족할 때 \"git rebase --continue\"를 사용하십시오)"
4072
4073#: wt-status.c:1286
4074#, c-format
4075msgid "You are currently cherry-picking commit %s."
4076msgstr "현재 %s 커밋을 뽑아 내고 있습니다."
4077
4078#: wt-status.c:1291
4079msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4080msgstr "  (충돌을 바로잡고 \"git cherry-pick --continue\"를 실행하십시오)"
4081
4082#: wt-status.c:1294
4083msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4084msgstr ""
4085"  (모든 충돌을 바로잡았습니다: \"git cherry-pick --continue\"를 실행하십시오)"
4086
4087#: wt-status.c:1296
4088msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4089msgstr "  (뽑기 작업을 취소하려면 \"git cherry-pick --abort\"를 사용하십시오)"
4090
4091#: wt-status.c:1305
4092#, c-format
4093msgid "You are currently reverting commit %s."
4094msgstr "현재 %s 커밋을 되돌리는 중입니다."
4095
4096#: wt-status.c:1310
4097msgid "  (fix conflicts and run \"git revert --continue\")"
4098msgstr "  (충돌을 바로잡고 \"git revert --continue\"를 실행하십시오)"
4099
4100#: wt-status.c:1313
4101msgid "  (all conflicts fixed: run \"git revert --continue\")"
4102msgstr ""
4103"  (모든 충돌을 바로잡았습니다: \"git revert --continue\"를 실행하십시오)"
4104
4105#: wt-status.c:1315
4106msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4107msgstr "  (되돌리기 작업을 취소하려면 \"git revert --abort\"를 사용하십시오)"
4108
4109#: wt-status.c:1326
4110#, c-format
4111msgid "You are currently bisecting, started from branch '%s'."
4112msgstr "'이등분하는 중입니다. '%s' 브랜치부터 시작."
4113
4114#: wt-status.c:1330
4115msgid "You are currently bisecting."
4116msgstr "'이등분하는 중입니다."
4117
4118#: wt-status.c:1333
4119msgid "  (use \"git bisect reset\" to get back to the original branch)"
4120msgstr "  (원래 브랜치로 돌아가려면 \"git bisect reset\"을 사용하십시오)"
4121
4122#: wt-status.c:1530
4123msgid "On branch "
4124msgstr "현재 브랜치 "
4125
4126#: wt-status.c:1536
4127msgid "interactive rebase in progress; onto "
4128msgstr "대화형 리베이스 진행 중. 갈 위치는 "
4129
4130#: wt-status.c:1538
4131msgid "rebase in progress; onto "
4132msgstr "리베이스 진행 중. 갈 위치는 "
4133
4134#: wt-status.c:1543
4135msgid "HEAD detached at "
4136msgstr "HEAD가 다음 위치에서 분리: "
4137
4138#: wt-status.c:1545
4139msgid "HEAD detached from "
4140msgstr "HEAD가 다음으로부터 분리: "
4141
4142#: wt-status.c:1548
4143msgid "Not currently on any branch."
4144msgstr "현재 어떤 브랜치도 사용하지 않음."
4145
4146#: wt-status.c:1566
4147msgid "Initial commit"
4148msgstr "최초 커밋"
4149
4150#: wt-status.c:1580
4151msgid "Untracked files"
4152msgstr "추적하지 않는 파일"
4153
4154#: wt-status.c:1582
4155msgid "Ignored files"
4156msgstr "무시한 파일"
4157
4158#: wt-status.c:1586
4159#, c-format
4160msgid ""
4161"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4162"may speed it up, but you have to be careful not to forget to add\n"
4163"new files yourself (see 'git help status')."
4164msgstr ""
4165"추적하지 않는 파일을 모두 확인하는데 %.2f초가 걸렸습니다.\n"
4166"'status -uno' 옵션을 쓰면 빨라질 수도 있지만, 새 파일을\n"
4167"직접 찾아서 추가해야 합니다. ('git help status' 참고)"
4168
4169#: wt-status.c:1592
4170#, c-format
4171msgid "Untracked files not listed%s"
4172msgstr "추적하지 않는 파일을 보지 않습니다%s"
4173
4174#: wt-status.c:1594
4175msgid " (use -u option to show untracked files)"
4176msgstr " (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)"
4177
4178#: wt-status.c:1600
4179msgid "No changes"
4180msgstr "변경 사항 없음"
4181
4182#: wt-status.c:1605
4183#, c-format
4184msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4185msgstr ""
4186"커밋할 변경 사항을 추가하지 않았습니다 (\"git add\" 및/또는 \"git commit -a"
4187"\"를\n"
4188"사용하십시오)\n"
4189
4190#: wt-status.c:1608
4191#, c-format
4192msgid "no changes added to commit\n"
4193msgstr "커밋할 변경 사항을 추가하지 않았습니다\n"
4194
4195#: wt-status.c:1611
4196#, c-format
4197msgid ""
4198"nothing added to commit but untracked files present (use \"git add\" to "
4199"track)\n"
4200msgstr ""
4201"커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다 (추적하려면 "
4202"\"git\n"
4203"add\"를 사용하십시오)\n"
4204
4205#: wt-status.c:1614
4206#, c-format
4207msgid "nothing added to commit but untracked files present\n"
4208msgstr "커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다\n"
4209
4210#: wt-status.c:1617
4211#, c-format
4212msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4213msgstr ""
4214"커밋할 사항 없음 (파일을 만들거나 복사하고 \"git add\"를 사용하면 추적합니"
4215"다)\n"
4216
4217#: wt-status.c:1620 wt-status.c:1625
4218#, c-format
4219msgid "nothing to commit\n"
4220msgstr "커밋할 사항 없음\n"
4221
4222#: wt-status.c:1623
4223#, c-format
4224msgid "nothing to commit (use -u to show untracked files)\n"
4225msgstr ""
4226"커밋할 사항 없음 (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)\n"
4227
4228#: wt-status.c:1627
4229#, c-format
4230msgid "nothing to commit, working tree clean\n"
4231msgstr "커밋할 사항 없음, 작업 폴더 깨끗함\n"
4232
4233#: wt-status.c:1734
4234msgid "Initial commit on "
4235msgstr "최초 커밋, 브랜치: "
4236
4237#: wt-status.c:1738
4238msgid "HEAD (no branch)"
4239msgstr "HEAD (브랜치 없음)"
4240
4241#: wt-status.c:1767
4242msgid "gone"
4243msgstr "없음"
4244
4245#: wt-status.c:1769 wt-status.c:1777
4246msgid "behind "
4247msgstr "다음 뒤에: "
4248
4249#: wt-status.c:1772 wt-status.c:1775
4250msgid "ahead "
4251msgstr "다음 앞에: "
4252
4253#. TRANSLATORS: the action is e.g. "pull with rebase"
4254#: wt-status.c:2277
4255#, c-format
4256msgid "cannot %s: You have unstaged changes."
4257msgstr "%s 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
4258
4259#: wt-status.c:2283
4260msgid "additionally, your index contains uncommitted changes."
4261msgstr "추가로, 인덱스에 커밋하지 않은 변경 사항이 있습니다."
4262
4263#: wt-status.c:2285
4264#, c-format
4265msgid "cannot %s: Your index contains uncommitted changes."
4266msgstr "%s 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
4267
4268#: compat/precompose_utf8.c:57 builtin/clone.c:414
4269#, c-format
4270msgid "failed to unlink '%s'"
4271msgstr "'%s' 파일 삭제에 실패했습니다"
4272
4273#: builtin/add.c:22
4274msgid "git add [<options>] [--] <pathspec>..."
4275msgstr "git add [<옵션>] [--] <경로명세>..."
4276
4277#: builtin/add.c:80
4278#, c-format
4279msgid "unexpected diff status %c"
4280msgstr "예상치 못한 diff 상태 %c"
4281
4282#: builtin/add.c:85 builtin/commit.c:291
4283msgid "updating files failed"
4284msgstr "파일 업데이트가 실패했습니다"
4285
4286#: builtin/add.c:95
4287#, c-format
4288msgid "remove '%s'\n"
4289msgstr "'%s' 제거\n"
4290
4291#: builtin/add.c:149
4292msgid "Unstaged changes after refreshing the index:"
4293msgstr "인덱스를 새로 고친 다음 커밋 표시하지 않은 변경 사항:"
4294
4295#: builtin/add.c:209 builtin/rev-parse.c:845
4296msgid "Could not read the index"
4297msgstr "인덱스를 읽을 수 없습니다"
4298
4299#: builtin/add.c:220
4300#, c-format
4301msgid "Could not open '%s' for writing."
4302msgstr "'%s' 파일을 쓰기용으로 열 수 없습니다."
4303
4304#: builtin/add.c:224
4305msgid "Could not write patch"
4306msgstr "패치를 쓸 수 없습니다"
4307
4308#: builtin/add.c:227
4309msgid "editing patch failed"
4310msgstr "패치 편집에 실패했습니다"
4311
4312#: builtin/add.c:230
4313#, c-format
4314msgid "Could not stat '%s'"
4315msgstr "'%s'을(를) stat()할 수 없습니다"
4316
4317#: builtin/add.c:232
4318msgid "Empty patch. Aborted."
4319msgstr "빈 패치. 중지."
4320
4321#: builtin/add.c:237
4322#, c-format
4323msgid "Could not apply '%s'"
4324msgstr "'%s'을(를) 적용할 수 없습니다"
4325
4326#: builtin/add.c:247
4327msgid "The following paths are ignored by one of your .gitignore files:\n"
4328msgstr "다음 경로는 .gitignore 파일 중 하나 때문에 무시합니다:\n"
4329
4330#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:123
4331#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4332#: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:162
4333msgid "dry run"
4334msgstr "가짜로 실행"
4335
4336#: builtin/add.c:269
4337msgid "interactive picking"
4338msgstr "대화식으로 고릅니다"
4339
4340#: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:286
4341msgid "select hunks interactively"
4342msgstr "대화식으로 변경된 부분을 선택합니다"
4343
4344#: builtin/add.c:271
4345msgid "edit current diff and apply"
4346msgstr "현재 diff를 편집하고 적용합니다"
4347
4348#: builtin/add.c:272
4349msgid "allow adding otherwise ignored files"
4350msgstr "무시하는 파일의 추가를 허용합니다"
4351
4352#: builtin/add.c:273
4353msgid "update tracked files"
4354msgstr "추적되는 파일을 업데이트합니다"
4355
4356#: builtin/add.c:274
4357msgid "record only the fact that the path will be added later"
4358msgstr "나중에 추가할 것이라는 사실만 기록합니다"
4359
4360#: builtin/add.c:275
4361msgid "add changes from all tracked and untracked files"
4362msgstr "추적되고 추적되지 않는 모든 파일의 변경 사항을 추가합니다"
4363
4364#: builtin/add.c:278
4365msgid "ignore paths removed in the working tree (same as --no-all)"
4366msgstr "작업 폴더에서 제거한 경로를 무시합니다 (--no-all과 동일)"
4367
4368#: builtin/add.c:280
4369msgid "don't add, only refresh the index"
4370msgstr "추가하지 않고 인덱스만 새로 고칩니다"
4371
4372#: builtin/add.c:281
4373msgid "just skip files which cannot be added because of errors"
4374msgstr "오류 때문에 추가할 수 없는 파일을 건너뜁니다"
4375
4376#: builtin/add.c:282
4377msgid "check if - even missing - files are ignored in dry run"
4378msgstr "가짜로 실행했을 때 파일을 무시하는지 확인합니다"
4379
4380#: builtin/add.c:283 builtin/update-index.c:947
4381msgid "(+/-)x"
4382msgstr "(+/-)x"
4383
4384#: builtin/add.c:283 builtin/update-index.c:948
4385msgid "override the executable bit of the listed files"
4386msgstr "목록의 파일에서 실행 가능 비트를 바꿉니다"
4387
4388#: builtin/add.c:305
4389#, c-format
4390msgid "Use -f if you really want to add them.\n"
4391msgstr "정말로 추가하려면 -f 옵션을 사용하십시오.\n"
4392
4393#: builtin/add.c:312
4394msgid "adding files failed"
4395msgstr "파일 추가가 실패했습니다"
4396
4397#: builtin/add.c:348
4398msgid "-A and -u are mutually incompatible"
4399msgstr "-A 및 -u 옵션은 서로 호환되지 않습니다"
4400
4401#: builtin/add.c:355
4402msgid "Option --ignore-missing can only be used together with --dry-run"
4403msgstr ""
4404"--ignore-missing 옵션은 --dry-run 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
4405
4406#: builtin/add.c:359
4407#, c-format
4408msgid "--chmod param '%s' must be either -x or +x"
4409msgstr "--chmod 파라미터 '%s'은(는) -x 또는 +x 형식이어야 합니다"
4410
4411#: builtin/add.c:374
4412#, c-format
4413msgid "Nothing specified, nothing added.\n"
4414msgstr "아무 것도 지정하지 않았으므로 아무 것도 추가하지 않습니다.\n"
4415
4416#: builtin/add.c:375
4417#, c-format
4418msgid "Maybe you wanted to say 'git add .'?\n"
4419msgstr "'git add .' 명령을 실행하려고 한 것 아니었습니까?\n"
4420
4421#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
4422#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
4423#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4424#: builtin/submodule--helper.c:244
4425msgid "index file corrupt"
4426msgstr "인덱스 파일이 손상되었습니다"
4427
4428#: builtin/am.c:414
4429msgid "could not parse author script"
4430msgstr "작성자 스크립트를 파싱할 수 없습니다"
4431
4432#: builtin/am.c:491
4433#, c-format
4434msgid "'%s' was deleted by the applypatch-msg hook"
4435msgstr "applypatch-msg 훅 때문에 '%s'이(가) 삭제되었습니다."
4436
4437#: builtin/am.c:532
4438#, c-format
4439msgid "Malformed input line: '%s'."
4440msgstr "잘못된 형식의 입력 줄: '%s'."
4441
4442#: builtin/am.c:569
4443#, c-format
4444msgid "Failed to copy notes from '%s' to '%s'"
4445msgstr "'%s'에서 '%s'(으)로 노트를 복사하는데 실패했습니다"
4446
4447#: builtin/am.c:595
4448msgid "fseek failed"
4449msgstr "fseek 실패"
4450
4451#: builtin/am.c:775
4452#, c-format
4453msgid "could not parse patch '%s'"
4454msgstr "'%s' 패치를 파싱할 수 없습니다"
4455
4456#: builtin/am.c:840
4457msgid "Only one StGIT patch series can be applied at once"
4458msgstr "한번에 하나의 StGIT 패치 시리즈만 적용할 수 있습니다"
4459
4460#: builtin/am.c:887
4461msgid "invalid timestamp"
4462msgstr "시각이 잘못되었습니다"
4463
4464#: builtin/am.c:890 builtin/am.c:898
4465msgid "invalid Date line"
4466msgstr "Date 줄이 잘못되었습니다"
4467
4468#: builtin/am.c:895
4469msgid "invalid timezone offset"
4470msgstr "시간대 오프셋이 잘못되었습니다"
4471
4472#: builtin/am.c:984
4473msgid "Patch format detection failed."
4474msgstr "패치 형식 검색이 실패했습니다."
4475
4476#: builtin/am.c:989 builtin/clone.c:379
4477#, c-format
4478msgid "failed to create directory '%s'"
4479msgstr "'%s' 디렉터리 만들기가 실패했습니다"
4480
4481#: builtin/am.c:993
4482msgid "Failed to split patches."
4483msgstr "패치를 쪼개는데 실패했습니다."
4484
4485#: builtin/am.c:1125 builtin/commit.c:376
4486msgid "unable to write index file"
4487msgstr "인덱스 파일을 쓸 수 없습니다"
4488
4489#: builtin/am.c:1176
4490#, c-format
4491msgid "When you have resolved this problem, run \"%s --continue\"."
4492msgstr "이 문제를 해결했을 때 \"%s --continue\"를 실행하십시오."
4493
4494#: builtin/am.c:1177
4495#, c-format
4496msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4497msgstr "이 패치를 건너뛰려면, 그 대신 \"%s --skip\"을 실행하십시오."
4498
4499#: builtin/am.c:1178
4500#, c-format
4501msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4502msgstr ""
4503"원래 브랜치를 복구하고 패치 적용을 중지하려면 \"%s --abort\"를 실행하십시오."
4504
4505#: builtin/am.c:1316
4506msgid "Patch is empty. Was it split wrong?"
4507msgstr "패치가 비어 있습니다. 잘못 쪼개지지 않았나요?"
4508
4509#: builtin/am.c:1390 builtin/log.c:1550
4510#, c-format
4511msgid "invalid ident line: %s"
4512msgstr "잘못된 신원 줄: %s"
4513
4514#: builtin/am.c:1417
4515#, c-format
4516msgid "unable to parse commit %s"
4517msgstr "%s 커밋을 파싱할 수 없습니다"
4518
4519#: builtin/am.c:1610
4520msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4521msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
4522
4523#: builtin/am.c:1612
4524msgid "Using index info to reconstruct a base tree..."
4525msgstr "인덱스 정보를 사용해 기본 트리를 다시 만듭니다..."
4526
4527#: builtin/am.c:1631
4528msgid ""
4529"Did you hand edit your patch?\n"
4530"It does not apply to blobs recorded in its index."
4531msgstr ""
4532"패치를 직접 편집하셨습니까?\n"
4533"이 패치는 인덱스에 기록된 블롭에는 적용되지 않습니다."
4534
4535#: builtin/am.c:1637
4536msgid "Falling back to patching base and 3-way merge..."
4537msgstr "베이스 패치 적용 및 3-방향 병합으로 대신합니다..."
4538
4539#: builtin/am.c:1662
4540msgid "Failed to merge in the changes."
4541msgstr "변경 사항에서 병합하는데 실패했습니다."
4542
4543#: builtin/am.c:1686 builtin/merge.c:632
4544msgid "git write-tree failed to write a tree"
4545msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
4546
4547#: builtin/am.c:1693
4548msgid "applying to an empty history"
4549msgstr "빈 커밋 내역에 대해 적용합니다"
4550
4551#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:802
4552#: builtin/merge.c:827
4553msgid "failed to write commit object"
4554msgstr "커밋 오브젝트를 쓰는데 실패했습니다"
4555
4556#: builtin/am.c:1739 builtin/am.c:1743
4557#, c-format
4558msgid "cannot resume: %s does not exist."
4559msgstr "다시 시작할 수 없습니다: %s이(가) 없습니다."
4560
4561#: builtin/am.c:1759
4562msgid "cannot be interactive without stdin connected to a terminal."
4563msgstr ""
4564"터미널에 표준 입력이 연결되지 않은 상태에서 대화형으로 실행할 수 없습니다."
4565
4566#: builtin/am.c:1764
4567msgid "Commit Body is:"
4568msgstr "커밋 본문은:"
4569
4570#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4571#. in your translation. The program will only accept English
4572#. input at this point.
4573#.
4574#: builtin/am.c:1774
4575msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4576msgstr "적용? 예[y]/아니오[n]/편집[e]/패치 보기[v]/모두 적용[a]: "
4577
4578#: builtin/am.c:1824
4579#, c-format
4580msgid "Dirty index: cannot apply patches (dirty: %s)"
4581msgstr "변경된 인덱스: 패치를 적용할 수 없습니다 (dirty: %s)"
4582
4583#: builtin/am.c:1861 builtin/am.c:1933
4584#, c-format
4585msgid "Applying: %.*s"
4586msgstr "적용하는 중: %.*s"
4587
4588#: builtin/am.c:1877
4589msgid "No changes -- Patch already applied."
4590msgstr "변경 사항 없음 -- 패치가 이미 적용되었습니다."
4591
4592#: builtin/am.c:1885
4593#, c-format
4594msgid "Patch failed at %s %.*s"
4595msgstr "패치가 %s %.*s 위치에서 실패했습니다"
4596
4597#: builtin/am.c:1891
4598#, c-format
4599msgid "The copy of the patch that failed is found in: %s"
4600msgstr "실패한 패치의 복사본이 다음 위치에 있습니다: %s"
4601
4602#: builtin/am.c:1936
4603msgid ""
4604"No changes - did you forget to use 'git add'?\n"
4605"If there is nothing left to stage, chances are that something else\n"
4606"already introduced the same changes; you might want to skip this patch."
4607msgstr ""
4608"변경 사항이 없습니다 - 'git add' 사용을 잊으셨습니까?\n"
4609"커밋으로 표시할 사항이 남아 있지 않으면, 이미 같은 패치에서 적용된\n"
4610"경우일 수도 있습니다. 그런 경우에는 이 패치를 건너뛰면 됩니다."
4611
4612#: builtin/am.c:1943
4613msgid ""
4614"You still have unmerged paths in your index.\n"
4615"Did you forget to use 'git add'?"
4616msgstr ""
4617"인덱스에 병합하지 않은 경로가 남아 있습니다.\n"
4618"'git add' 사용을 잊지 않으셨습니까?"
4619
4620#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
4621#: builtin/reset.c:316
4622#, c-format
4623msgid "Could not parse object '%s'."
4624msgstr "'%s' 오브젝트를 파싱할 수 없습니다."
4625
4626#: builtin/am.c:2103
4627msgid "failed to clean index"
4628msgstr "인덱스 지우기에 실패했습니다"
4629
4630#: builtin/am.c:2137
4631msgid ""
4632"You seem to have moved HEAD since the last 'am' failure.\n"
4633"Not rewinding to ORIG_HEAD"
4634msgstr ""
4635"마지막 'am' 실패 이후 HEAD를 옮긴 것 같습니다.\n"
4636"ORIG_HEAD로 되돌리지 않습니다."
4637
4638#: builtin/am.c:2200
4639#, c-format
4640msgid "Invalid value for --patch-format: %s"
4641msgstr "--patch-format 옵션에 대해 잘못된 값: %s"
4642
4643#: builtin/am.c:2233
4644msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4645msgstr "git am [<옵션>] [(<mbox> | <Maildir>)...]"
4646
4647#: builtin/am.c:2234
4648msgid "git am [<options>] (--continue | --skip | --abort)"
4649msgstr "git am [<옵션>] (--continue | --skip | --abort)"
4650
4651#: builtin/am.c:2240
4652msgid "run interactively"
4653msgstr "대화형으로 실행합니다"
4654
4655#: builtin/am.c:2242
4656msgid "historical option -- no-op"
4657msgstr "아무 동작도 하지 않습니다 (과거부터 있었던 옵션)"
4658
4659#: builtin/am.c:2244
4660msgid "allow fall back on 3way merging if needed"
4661msgstr "필요하면 3-방향 병합으로 대신하도록 허용합니다"
4662
4663#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4664#: builtin/repack.c:178
4665msgid "be quiet"
4666msgstr "간략히 표시합니다"
4667
4668#: builtin/am.c:2247
4669msgid "add a Signed-off-by line to the commit message"
4670msgstr "커밋 메시지에 Signed-off-by 줄을 남깁니다"
4671
4672#: builtin/am.c:2250
4673msgid "recode into utf8 (default)"
4674msgstr "UTF-8 인코딩으로 변환합니다 (기본값)"
4675
4676#: builtin/am.c:2252
4677msgid "pass -k flag to git-mailinfo"
4678msgstr "git-mailinfo에 -k 옵션을 씁니다"
4679
4680#: builtin/am.c:2254
4681msgid "pass -b flag to git-mailinfo"
4682msgstr "git-mailinfo에 -b 옵션을 씁니다"
4683
4684#: builtin/am.c:2256
4685msgid "pass -m flag to git-mailinfo"
4686msgstr "git-mailinfo에 -m 옵션을 씁니다"
4687
4688#: builtin/am.c:2258
4689msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4690msgstr "mbox 형식에 대해 git-mailsplit에 --keep-cr 옵션을 사용합니다"
4691
4692#: builtin/am.c:2261
4693msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4694msgstr ""
4695"am.keepcr에 무관하게 git-mailsplit에 --keep-cr 옵션을 사용하지 않습니다."
4696
4697#: builtin/am.c:2264
4698msgid "strip everything before a scissors line"
4699msgstr "절취선 앞의 모든 사항을 무시합니다"
4700
4701#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4702#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4703#: builtin/am.c:2293
4704msgid "pass it through git-apply"
4705msgstr "git-apply에 넘깁니다"
4706
4707#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4708#: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:135
4709#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4710#: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:355
4711#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4712msgid "n"
4713msgstr "n"
4714
4715#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4716#: builtin/tag.c:387 builtin/verify-tag.c:38
4717msgid "format"
4718msgstr "형식"
4719
4720#: builtin/am.c:2290
4721msgid "format the patch(es) are in"
4722msgstr "패치의 형식"
4723
4724#: builtin/am.c:2296
4725msgid "override error message when patch failure occurs"
4726msgstr "패치 실패가 발생했을 때 오류 메시지 대신 사용합니다"
4727
4728#: builtin/am.c:2298
4729msgid "continue applying patches after resolving a conflict"
4730msgstr "충돌을 해결한 다음 패치 적용을 계속합니다"
4731
4732#: builtin/am.c:2301
4733msgid "synonyms for --continue"
4734msgstr "--continue 옵션과 동일"
4735
4736#: builtin/am.c:2304
4737msgid "skip the current patch"
4738msgstr "현재 패치 건너뛰기"
4739
4740#: builtin/am.c:2307
4741msgid "restore the original branch and abort the patching operation."
4742msgstr "원래 브랜치를 복구하고 패치 적용 작업을 중지합니다."
4743
4744# NOTE: 옵션의 의미는 이게 맞다. 원문에서는 사용자가
4745# --committer-date-is-author-date라는 옵션을 보고 의미를 알 수 있다고 가정하고 있다.
4746#: builtin/am.c:2311
4747msgid "lie about committer date"
4748msgstr "커미터 시각을 작성자 시각으로 넣습니다"
4749
4750#: builtin/am.c:2313
4751msgid "use current timestamp for author date"
4752msgstr "현재 시각을 작성자 시각으로 사용합니다"
4753
4754#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:233
4755#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:370
4756msgid "key-id"
4757msgstr "키-ID"
4758
4759#: builtin/am.c:2316
4760msgid "GPG-sign commits"
4761msgstr "GPG 서명 커밋"
4762
4763#: builtin/am.c:2319
4764msgid "(internal use for git-rebase)"
4765msgstr "(git-rebase를 위한 내부 용도)"
4766
4767#: builtin/am.c:2334
4768msgid ""
4769"The -b/--binary option has been a no-op for long time, and\n"
4770"it will be removed. Please do not use it anymore."
4771msgstr ""
4772"-b/--binary 옵션은 오랜 시간 동안 아무 동작도 하지 않았으므로, 이\n"
4773"옵션은 제거될 예정입니다. 이제 사용하지 마십시오."
4774
4775#: builtin/am.c:2341
4776msgid "failed to read the index"
4777msgstr "인덱스 읽기에 실패했습니다"
4778
4779#: builtin/am.c:2356
4780#, c-format
4781msgid "previous rebase directory %s still exists but mbox given."
4782msgstr "이전 리베이스 디렉터리 %s이(가) 아직 있고 mbox를 지정했습니다."
4783
4784#: builtin/am.c:2380
4785#, c-format
4786msgid ""
4787"Stray %s directory found.\n"
4788"Use \"git am --abort\" to remove it."
4789msgstr ""
4790"벗어난 %s 디렉터리가 발견되었습니다.\n"
4791"제거하려면 \"git am --abort\"를 사용하십시오."
4792
4793#: builtin/am.c:2386
4794msgid "Resolve operation not in progress, we are not resuming."
4795msgstr "해소 작업이 진행 중입니다. 다시 시작하지 않습니다."
4796
4797#: builtin/apply.c:8
4798msgid "git apply [<options>] [<patch>...]"
4799msgstr "git apply [<옵션>] [<패치>...]"
4800
4801#: builtin/archive.c:17
4802#, c-format
4803msgid "could not create archive file '%s'"
4804msgstr "'%s' 아카이브 파일을 만들 수 없습니다"
4805
4806#: builtin/archive.c:20
4807msgid "could not redirect output"
4808msgstr "출력 방향을 돌릴 수 없습니다"
4809
4810#: builtin/archive.c:37
4811msgid "git archive: Remote with no URL"
4812msgstr "git archive: URL 없는 리모트"
4813
4814#: builtin/archive.c:58
4815msgid "git archive: expected ACK/NAK, got EOF"
4816msgstr "git archive: ACK/NAK가 와야 하지만, EOF를 받았습니다"
4817
4818#: builtin/archive.c:61
4819#, c-format
4820msgid "git archive: NACK %s"
4821msgstr "git archive: NACK %s"
4822
4823#: builtin/archive.c:63
4824#, c-format
4825msgid "remote error: %s"
4826msgstr "리모트 오류: %s"
4827
4828#: builtin/archive.c:64
4829msgid "git archive: protocol error"
4830msgstr "git archive: 프로토콜 오류"
4831
4832#: builtin/archive.c:68
4833msgid "git archive: expected a flush"
4834msgstr "git archive: 파일 끝을 예상함"
4835
4836#: builtin/bisect--helper.c:7
4837msgid "git bisect--helper --next-all [--no-checkout]"
4838msgstr "git bisect--helper --next-all [--no-checkout]"
4839
4840#: builtin/bisect--helper.c:17
4841msgid "perform 'git bisect next'"
4842msgstr "'git bisect next'를 수행합니다"
4843
4844#: builtin/bisect--helper.c:19
4845msgid "update BISECT_HEAD instead of checking out the current commit"
4846msgstr "현재 커밋을 가져오는 대신 BISECT_HEAD를 업데이트합니다"
4847
4848#: builtin/blame.c:33
4849msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4850msgstr "git blame [<옵션>] [<리비전-옵션>] [<리비전>] [--] <파일>"
4851
4852#: builtin/blame.c:38
4853msgid "<rev-opts> are documented in git-rev-list(1)"
4854msgstr "<리비전-옵션>은 git-rev-list(1)에 설명되어 있습니다"
4855
4856#: builtin/blame.c:1786
4857msgid "Blaming lines"
4858msgstr "블레임 줄"
4859
4860#: builtin/blame.c:2582
4861msgid "Show blame entries as we find them, incrementally"
4862msgstr "블레임 항목을 찾자마자 점진적으로 표시합니다"
4863
4864#: builtin/blame.c:2583
4865msgid "Show blank SHA-1 for boundary commits (Default: off)"
4866msgstr "가장자리 커밋에 대해 빈 SHA-1을 표시합니다 (기본값: 꺼짐)"
4867
4868#: builtin/blame.c:2584
4869msgid "Do not treat root commits as boundaries (Default: off)"
4870msgstr "최상위 커밋을 가장자리 커밋으로 취급하지 않습니다 (기본값: 꺼짐)"
4871
4872#: builtin/blame.c:2585
4873msgid "Show work cost statistics"
4874msgstr "작업 비용 통계를 표시합니다"
4875
4876#: builtin/blame.c:2586
4877msgid "Force progress reporting"
4878msgstr "강제로 진행 상황을 표시합니다"
4879
4880#: builtin/blame.c:2587
4881msgid "Show output score for blame entries"
4882msgstr "블레임 항목에 대해 출력 점수를 표시합니다"
4883
4884#: builtin/blame.c:2588
4885msgid "Show original filename (Default: auto)"
4886msgstr "원래 파일 이름 표시 (기본값: 자동)"
4887
4888#: builtin/blame.c:2589
4889msgid "Show original linenumber (Default: off)"
4890msgstr "원래 줄 번호 표시 (기본값: 하지 않음)"
4891
4892#: builtin/blame.c:2590
4893msgid "Show in a format designed for machine consumption"
4894msgstr "컴퓨터 처리용으로 설계된 형식으로 표시합니다"
4895
4896#: builtin/blame.c:2591
4897msgid "Show porcelain format with per-line commit information"
4898msgstr "줄마다 커밋 정보가 표시되는 사용자용 형식으로 표시합니다"
4899
4900#: builtin/blame.c:2592
4901msgid "Use the same output mode as git-annotate (Default: off)"
4902msgstr "git-annotate와 동일한 형식을 사용합니다 (기본값: 꺼짐)"
4903
4904#: builtin/blame.c:2593
4905msgid "Show raw timestamp (Default: off)"
4906msgstr "내부 형식으로 시각을 표시합니다 (기본값: 꺼짐)"
4907
4908#: builtin/blame.c:2594
4909msgid "Show long commit SHA1 (Default: off)"
4910msgstr "길게 커밋 SHA1을 표시합니다 (기본값: 꺼짐)"
4911
4912#: builtin/blame.c:2595
4913msgid "Suppress author name and timestamp (Default: off)"
4914msgstr "작성자 이름과 시각을 표시하지 않습니다 (기본값: 꺼짐)"
4915
4916#: builtin/blame.c:2596
4917msgid "Show author email instead of name (Default: off)"
4918msgstr "작성자 이름 대신에 전자메일을 표시합니다 (기본값: 꺼짐)"
4919
4920#: builtin/blame.c:2597
4921msgid "Ignore whitespace differences"
4922msgstr "공백 문자 차이점을 무시합니다"
4923
4924#: builtin/blame.c:2604
4925msgid "Use an experimental heuristic to improve diffs"
4926msgstr "diff를 향상하는데 실험적인 휴리스틱을 사용합니다"
4927
4928#: builtin/blame.c:2606
4929msgid "Spend extra cycles to find better match"
4930msgstr "더 일치하는 항목을 찾는데 더 시간을 소모합니다"
4931
4932#: builtin/blame.c:2607
4933msgid "Use revisions from <file> instead of calling git-rev-list"
4934msgstr "git-rev-list를 호출하는 대신 <파일>에서 리비전을 사용합니다"
4935
4936#: builtin/blame.c:2608
4937msgid "Use <file>'s contents as the final image"
4938msgstr "<파일>의 내용을 최종 이미지로 사용합니다"
4939
4940#: builtin/blame.c:2609 builtin/blame.c:2610
4941msgid "score"
4942msgstr "점수"
4943
4944#: builtin/blame.c:2609
4945msgid "Find line copies within and across files"
4946msgstr "파일 내부와 파일 사이의 복사된 줄을 찾습니다"
4947
4948#: builtin/blame.c:2610
4949msgid "Find line movements within and across files"
4950msgstr "파일 내부와 파일 사이의 옮겨진 줄을 찾습니다"
4951
4952#: builtin/blame.c:2611
4953msgid "n,m"
4954msgstr "n,m"
4955
4956#: builtin/blame.c:2611
4957msgid "Process only line range n,m, counting from 1"
4958msgstr "n,m줄 (1번 줄부터 시작) 사이의 범위만 처리"
4959
4960#: builtin/blame.c:2658
4961msgid "--progress can't be used with --incremental or porcelain formats"
4962msgstr ""
4963"--progress 옵션은 --incremental 옵션이나 포스레인 형식에서 사용할 수 없습니다"
4964
4965#. TRANSLATORS: This string is used to tell us the maximum
4966#. display width for a relative timestamp in "git blame"
4967#. output.  For C locale, "4 years, 11 months ago", which
4968#. takes 22 places, is the longest among various forms of
4969#. relative timestamps, but your language may need more or
4970#. fewer display columns.
4971#: builtin/blame.c:2706
4972msgid "4 years, 11 months ago"
4973msgstr "4년 11달 전"
4974
4975#: builtin/blame.c:2786
4976msgid "--contents and --reverse do not blend well."
4977msgstr "--contents 및 --reverse 옵션은 호환되지 않습니다."
4978
4979#: builtin/blame.c:2806
4980msgid "cannot use --contents with final commit object name"
4981msgstr "--contents 옵션을 마지막 오브젝트 이름에 사용할 수 없습니다"
4982
4983#: builtin/blame.c:2811
4984msgid "--reverse and --first-parent together require specified latest commit"
4985msgstr ""
4986"--reverse 및 --first-parent 옵션을 같이 쓰면 최근 커밋을 지정해야 합니다"
4987
4988#: builtin/blame.c:2838
4989msgid ""
4990"--reverse --first-parent together require range along first-parent chain"
4991msgstr ""
4992"--reverse 및 --first-parent 옵션을 같이 쓰면 최초-상위 체인과 범위가 필요합니"
4993"다"
4994
4995#: builtin/blame.c:2849
4996#, c-format
4997msgid "no such path %s in %s"
4998msgstr "%s 경로가 %s 안에 없습니다"
4999
5000#: builtin/blame.c:2860
5001#, c-format
5002msgid "cannot read blob %s for path %s"
5003msgstr "%s 경로에 대해 %s 블롭을 읽을 수 없음"
5004
5005#: builtin/blame.c:2879
5006#, c-format
5007msgid "file %s has only %lu line"
5008msgid_plural "file %s has only %lu lines"
5009msgstr[0] "%s 파일에는 줄이 %lu개 뿐입니다"
5010
5011#: builtin/branch.c:26
5012msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5013msgstr "git branch [<옵션>] [-r | -a] [--merged | --no-merged]"
5014
5015#: builtin/branch.c:27
5016msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5017msgstr "git branch [<옵션>] [-l] [-f] <브랜치-이름> [<시작-지점>]"
5018
5019#: builtin/branch.c:28
5020msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5021msgstr "git branch [<옵션>] [-r] (-d | -D) <브랜치-이름>..."
5022
5023#: builtin/branch.c:29
5024msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5025msgstr "git branch [<옵션>] (-m | -M) [<과거-브랜치>] <새-브랜치>"
5026
5027#: builtin/branch.c:30
5028msgid "git branch [<options>] [-r | -a] [--points-at]"
5029msgstr "git branch [<옵션>] [-r | -a] [--points-at]"
5030
5031#: builtin/branch.c:143
5032#, c-format
5033msgid ""
5034"deleting branch '%s' that has been merged to\n"
5035"         '%s', but not yet merged to HEAD."
5036msgstr ""
5037"'%s' 브랜치를 삭제합니다. 이 브랜치는 '%s'에\n"
5038"         병합되었지만, HEAD에는 병합되지 않았습니다."
5039
5040#: builtin/branch.c:147
5041#, c-format
5042msgid ""
5043"not deleting branch '%s' that is not yet merged to\n"
5044"         '%s', even though it is merged to HEAD."
5045msgstr ""
5046"'%s' 브랜치를 삭제하지 않습니다. 이 브랜치는 '%s'에\n"
5047"         병합되지 않았지만, HEAD에는 병합되었습니다."
5048
5049#: builtin/branch.c:161
5050#, c-format
5051msgid "Couldn't look up commit object for '%s'"
5052msgstr "'%s'에 대한 커밋 오브젝트를 찾아볼 수 없습니다"
5053
5054#: builtin/branch.c:165
5055#, c-format
5056msgid ""
5057"The branch '%s' is not fully merged.\n"
5058"If you are sure you want to delete it, run 'git branch -D %s'."
5059msgstr ""
5060"'%s' 브랜치가 완전히 병합되지 않았습니다.\n"
5061"정말로 삭제하려면 'git branch -D %s' 명령을 실행하십시오."
5062
5063#: builtin/branch.c:178
5064msgid "Update of config-file failed"
5065msgstr "config-file 업데이트가 실패했습니다"
5066
5067#: builtin/branch.c:206
5068msgid "cannot use -a with -d"
5069msgstr "-a 옵션을 -d 옵션과 같이 쓸 수 없습니다"
5070
5071#: builtin/branch.c:212
5072msgid "Couldn't look up commit object for HEAD"
5073msgstr "HEAD에 대한 커밋 오브젝트를 찾아볼 수 없습니다"
5074
5075#: builtin/branch.c:226
5076#, c-format
5077msgid "Cannot delete branch '%s' checked out at '%s'"
5078msgstr "'%2$s' 위치에 체크아웃한 '%1$s' 브랜치를 삭제할 수 없습니다"
5079
5080#: builtin/branch.c:241
5081#, c-format
5082msgid "remote-tracking branch '%s' not found."
5083msgstr "리모트 추적 '%s' 브랜치가 없습니다."
5084
5085#: builtin/branch.c:242
5086#, c-format
5087msgid "branch '%s' not found."
5088msgstr "'%s' 브랜치가 없습니다."
5089
5090#: builtin/branch.c:257
5091#, c-format
5092msgid "Error deleting remote-tracking branch '%s'"
5093msgstr "리모트 추적 '%s' 브랜치를 삭제하는데 오류"
5094
5095#: builtin/branch.c:258
5096#, c-format
5097msgid "Error deleting branch '%s'"
5098msgstr "'%s' 브랜치를 삭제하는데 오류"
5099
5100#: builtin/branch.c:265
5101#, c-format
5102msgid "Deleted remote-tracking branch %s (was %s).\n"
5103msgstr "리모트 추적 '%s' 브랜치를 삭제합니다. (과거 %s)\n"
5104
5105#: builtin/branch.c:266
5106#, c-format
5107msgid "Deleted branch %s (was %s).\n"
5108msgstr "%s 브랜치 삭제 (과거 %s).\n"
5109
5110#: builtin/branch.c:312
5111#, c-format
5112msgid "[%s: gone]"
5113msgstr "[%s: 사라짐]"
5114
5115#: builtin/branch.c:317
5116#, c-format
5117msgid "[%s]"
5118msgstr "[%s]"
5119
5120#: builtin/branch.c:322
5121#, c-format
5122msgid "[%s: behind %d]"
5123msgstr "[%s: %d개 뒤]"
5124
5125#: builtin/branch.c:324
5126#, c-format
5127msgid "[behind %d]"
5128msgstr "[%d개 뒤]"
5129
5130#: builtin/branch.c:328
5131#, c-format
5132msgid "[%s: ahead %d]"
5133msgstr "[%s: %d개 앞]"
5134
5135#: builtin/branch.c:330
5136#, c-format
5137msgid "[ahead %d]"
5138msgstr "[%d개 앞]"
5139
5140#: builtin/branch.c:333
5141#, c-format
5142msgid "[%s: ahead %d, behind %d]"
5143msgstr "[%s: %d개 앞, %d개 뒤]"
5144
5145#: builtin/branch.c:336
5146#, c-format
5147msgid "[ahead %d, behind %d]"
5148msgstr "[%d개 앞, %d개 뒤]"
5149
5150#: builtin/branch.c:349
5151msgid " **** invalid ref ****"
5152msgstr " **** 잘못된 레퍼런스 ****"
5153
5154#: builtin/branch.c:375
5155#, c-format
5156msgid "(no branch, rebasing %s)"
5157msgstr "(브랜치 없음, %s 리베이스)"
5158
5159#: builtin/branch.c:378
5160#, c-format
5161msgid "(no branch, bisect started on %s)"
5162msgstr "(브랜치 없음, 이등분 %s에서 시작)"
5163
5164#. TRANSLATORS: make sure this matches
5165#. "HEAD detached at " in wt-status.c
5166#: builtin/branch.c:384
5167#, c-format
5168msgid "(HEAD detached at %s)"
5169msgstr "(HEAD %s 위치에서 분리됨)"
5170
5171#. TRANSLATORS: make sure this matches
5172#. "HEAD detached from " in wt-status.c
5173#: builtin/branch.c:389
5174#, c-format
5175msgid "(HEAD detached from %s)"
5176msgstr "(HEAD %s(으)로부터 분리됨)"
5177
5178#: builtin/branch.c:393
5179msgid "(no branch)"
5180msgstr "(브랜치 없음)"
5181
5182#: builtin/branch.c:535
5183#, c-format
5184msgid "Branch %s is being rebased at %s"
5185msgstr "%s 브랜치를 %s 위치에 리베이스합니다"
5186
5187#: builtin/branch.c:539
5188#, c-format
5189msgid "Branch %s is being bisected at %s"
5190msgstr "%s 브랜치를 %s 위치에서 bisect합니다"
5191
5192#: builtin/branch.c:554
5193msgid "cannot rename the current branch while not on any."
5194msgstr "브랜치 위에 없으면서 현재 브랜치 이름을 바꿀 수 없습니다."
5195
5196#: builtin/branch.c:564
5197#, c-format
5198msgid "Invalid branch name: '%s'"
5199msgstr "잘못된 브랜치 이름: '%s'"
5200
5201#: builtin/branch.c:581
5202msgid "Branch rename failed"
5203msgstr "브랜치 이름 바꾸기 실패"
5204
5205#: builtin/branch.c:585
5206#, c-format
5207msgid "Renamed a misnamed branch '%s' away"
5208msgstr "이름이 잘못된 '%s' 브랜치의 이름을 다르게 바꿉니다"
5209
5210#: builtin/branch.c:588
5211#, c-format
5212msgid "Branch renamed to %s, but HEAD is not updated!"
5213msgstr "브랜치 이름을 %s(으)로 바꾸지만, HEAD를 업데이트하지 않습니다!"
5214
5215#: builtin/branch.c:595
5216msgid "Branch is renamed, but update of config-file failed"
5217msgstr "브랜치의 이름을 바꾸지만, config-file 업데이트가 실패했습니다"
5218
5219#: builtin/branch.c:611
5220#, c-format
5221msgid ""
5222"Please edit the description for the branch\n"
5223"  %s\n"
5224"Lines starting with '%c' will be stripped.\n"
5225msgstr ""
5226"다음 브랜치에 대한 설명을 쓰십시오:\n"
5227"  %s\n"
5228"'%c' 문자로 시작하는 줄은 무시됩니다.\n"
5229
5230#: builtin/branch.c:643
5231msgid "Generic options"
5232msgstr "일반 옵션"
5233
5234# FIXME: give twice?
5235#: builtin/branch.c:645
5236msgid "show hash and subject, give twice for upstream branch"
5237msgstr "해시와 제목을 표시하고, 업스트림 브랜치에 대한 위치를 표시합니다"
5238
5239#: builtin/branch.c:646
5240msgid "suppress informational messages"
5241msgstr "여러가지 안내 메시지를 표시하지 않습니다"
5242
5243#: builtin/branch.c:647
5244msgid "set up tracking mode (see git-pull(1))"
5245msgstr "추적 모드를 설정합니다 (git-pull(1) 참고)"
5246
5247#: builtin/branch.c:649
5248msgid "change upstream info"
5249msgstr "업스트림 정보를 바꿉니다"
5250
5251#: builtin/branch.c:651
5252msgid "upstream"
5253msgstr "업스트림"
5254
5255#: builtin/branch.c:651
5256msgid "change the upstream info"
5257msgstr "업스트림 정보를 바꿉니다"
5258
5259#: builtin/branch.c:652
5260msgid "Unset the upstream info"
5261msgstr "업스트림 정보를 해제합니다"
5262
5263#: builtin/branch.c:653
5264msgid "use colored output"
5265msgstr "여러 색으로 출력합니다"
5266
5267#: builtin/branch.c:654
5268msgid "act on remote-tracking branches"
5269msgstr "리모트 추적 브랜치에 대해 동작합니다"
5270
5271#: builtin/branch.c:656 builtin/branch.c:657
5272msgid "print only branches that contain the commit"
5273msgstr "커밋이 있는 브랜치만 표시합니다"
5274
5275#: builtin/branch.c:660
5276msgid "Specific git-branch actions:"
5277msgstr "특정 git-branch 동작:"
5278
5279#: builtin/branch.c:661
5280msgid "list both remote-tracking and local branches"
5281msgstr "리모트와 로컬의 브랜치 목록을 모두 표시합니다"
5282
5283#: builtin/branch.c:663
5284msgid "delete fully merged branch"
5285msgstr "완전히 병합된 브랜치를 삭제합니다"
5286
5287#: builtin/branch.c:664
5288msgid "delete branch (even if not merged)"
5289msgstr "브랜치를 삭제합니다 (병합되지 않았더라도)"
5290
5291#: builtin/branch.c:665
5292msgid "move/rename a branch and its reflog"
5293msgstr "브랜치와 그 reflog를 옮기거나 이름을 바꿉니다"
5294
5295#: builtin/branch.c:666
5296msgid "move/rename a branch, even if target exists"
5297msgstr "대상이 이미 있더라도 브랜치를 옮기거나 이름을 바꿉니다"
5298
5299#: builtin/branch.c:667
5300msgid "list branch names"
5301msgstr "브랜치 이름 목록을 표시합니다"
5302
5303#: builtin/branch.c:668
5304msgid "create the branch's reflog"
5305msgstr "브랜치의 reflog를 만듭니다"
5306
5307#: builtin/branch.c:670
5308msgid "edit the description for the branch"
5309msgstr "브랜치의 설명을 편집합니다"
5310
5311#: builtin/branch.c:671
5312msgid "force creation, move/rename, deletion"
5313msgstr "강제로 만들고, 옮기거나 이름을 바꾸고, 삭제합니다"
5314
5315#: builtin/branch.c:672
5316msgid "print only branches that are merged"
5317msgstr "병합되는 브랜치만 표시합니다"
5318
5319#: builtin/branch.c:673
5320msgid "print only branches that are not merged"
5321msgstr "병합되지 않는 브랜치만 표시합니다"
5322
5323#: builtin/branch.c:674
5324msgid "list branches in columns"
5325msgstr "목록을 여러 열로 표시합니다"
5326
5327#: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:381
5328msgid "key"
5329msgstr "키"
5330
5331#: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:382
5332msgid "field name to sort on"
5333msgstr "정렬한 기준이 되는 필드 이름"
5334
5335#: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:404
5336#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5337#: builtin/tag.c:384
5338msgid "object"
5339msgstr "오브젝트"
5340
5341#: builtin/branch.c:679
5342msgid "print only branches of the object"
5343msgstr "해당 오브젝트의 브랜치만 표시합니다"
5344
5345#: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:388
5346msgid "sorting and filtering are case insensitive"
5347msgstr "정렬과 필터링은 대소문자를 구분하지 않습니다"
5348
5349#: builtin/branch.c:698
5350msgid "Failed to resolve HEAD as a valid ref."
5351msgstr "HEAD를 올바른 레퍼런스로 구해내는데 실패했습니다."
5352
5353#: builtin/branch.c:702 builtin/clone.c:706
5354msgid "HEAD not found below refs/heads!"
5355msgstr "레퍼런스/헤드 아래에 HEAD가 없습니다!"
5356
5357#: builtin/branch.c:724
5358msgid "--column and --verbose are incompatible"
5359msgstr "--column 및 --verbose 옵션은 호환되지 않습니다"
5360
5361#: builtin/branch.c:735 builtin/branch.c:787
5362msgid "branch name required"
5363msgstr "브랜치 이름이 필요합니다"
5364
5365#: builtin/branch.c:763
5366msgid "Cannot give description to detached HEAD"
5367msgstr "분리된 HEAD에 대한 설명을 부여할 수 없습니다"
5368
5369#: builtin/branch.c:768
5370msgid "cannot edit description of more than one branch"
5371msgstr "여러 브랜치에 대한 설명을 편집할 수 없습니다"
5372
5373#: builtin/branch.c:775
5374#, c-format
5375msgid "No commit on branch '%s' yet."
5376msgstr "아직 '%s' 브랜치에 커밋이 없습니다."
5377
5378#: builtin/branch.c:778
5379#, c-format
5380msgid "No branch named '%s'."
5381msgstr "이름이 '%s'인 브랜치가 없습니다."
5382
5383#: builtin/branch.c:793
5384msgid "too many branches for a rename operation"
5385msgstr "이름 바꾸기 작업에 대해 브랜치가 너무 많습니다"
5386
5387#: builtin/branch.c:798
5388msgid "too many branches to set new upstream"
5389msgstr "새 업스트림을 설정하는데 브랜치가 너무 많습니다"
5390
5391#: builtin/branch.c:802
5392#, c-format
5393msgid ""
5394"could not set upstream of HEAD to %s when it does not point to any branch."
5395msgstr ""
5396"HEAD의 업스트림을 %s(으)로 설정할 수 없습니다. 어떤 브랜치도 가리키지 않습니"
5397"다."
5398
5399#: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:848
5400#, c-format
5401msgid "no such branch '%s'"
5402msgstr "그런 브랜치가 ('%s') 없습니다"
5403
5404#: builtin/branch.c:809
5405#, c-format
5406msgid "branch '%s' does not exist"
5407msgstr "'%s' 브랜치가 없습니다"
5408
5409#: builtin/branch.c:821
5410msgid "too many branches to unset upstream"
5411msgstr "업스트림 설정을 해제하는데 브랜치가 너무 많습니다"
5412
5413#: builtin/branch.c:825
5414msgid "could not unset upstream of HEAD when it does not point to any branch."
5415msgstr ""
5416"HEAD의 업스트림 설정을 해제할 수 없습니다. 어떤 브랜치도 가리키지 않습니다."
5417
5418#: builtin/branch.c:831
5419#, c-format
5420msgid "Branch '%s' has no upstream information"
5421msgstr "'%s' 브랜치에 업스트림 정보가 없습니다"
5422
5423#: builtin/branch.c:845
5424msgid "it does not make sense to create 'HEAD' manually"
5425msgstr "'HEAD'를 수동으로 만드는 건 앞뒤가 맞지 않습니다"
5426
5427#: builtin/branch.c:851
5428msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5429msgstr ""
5430"'git branch'에 대해 -a 및 -r 옵션은 브랜치 이름과 같이 쓰면 앞뒤가 맞지 않습"
5431"니다"
5432
5433#: builtin/branch.c:854
5434#, c-format
5435msgid ""
5436"The --set-upstream flag is deprecated and will be removed. Consider using --"
5437"track or --set-upstream-to\n"
5438msgstr ""
5439"--set-upstream 옵션은 더 이상 사용되지 않고 제거될 예정입니다. --track 또는 "
5440"--set-upstream-to 옵션을 사용해 보십시오\n"
5441
5442#: builtin/branch.c:871
5443#, c-format
5444msgid ""
5445"\n"
5446"If you wanted to make '%s' track '%s', do this:\n"
5447"\n"
5448msgstr ""
5449"\n"
5450"'%s'을(를) 만들고 '%s'을(를) 추적하게 하려면, 다음을 하십시오:\n"
5451
5452#: builtin/bundle.c:51
5453#, c-format
5454msgid "%s is okay\n"
5455msgstr "%s 정상입니다\n"
5456
5457#: builtin/bundle.c:64
5458msgid "Need a repository to create a bundle."
5459msgstr "번들을 만드려면 저장소가 필요합니다."
5460
5461#: builtin/bundle.c:68
5462msgid "Need a repository to unbundle."
5463msgstr "번들을 해제하려면 저장소가 필요합니다."
5464
5465#: builtin/cat-file.c:513
5466msgid ""
5467"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5468"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5469msgstr ""
5470"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5471"p | <종류> | --textconv | --filters) [--path=<경로>] <오브젝트>"
5472
5473#: builtin/cat-file.c:514
5474msgid ""
5475"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5476"filters]"
5477msgstr ""
5478"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5479"filters]"
5480
5481#: builtin/cat-file.c:551
5482msgid "<type> can be one of: blob, tree, commit, tag"
5483msgstr "<종류>는 다음 중 하나가 될 수 있습니다: blob, tree, commit, tag"
5484
5485#: builtin/cat-file.c:552
5486msgid "show object type"
5487msgstr "오브젝트 종류를 봅니다"
5488
5489#: builtin/cat-file.c:553
5490msgid "show object size"
5491msgstr "오브젝트 크기를 봅니다"
5492
5493#: builtin/cat-file.c:555
5494msgid "exit with zero when there's no error"
5495msgstr "오류가 없을 때 0을 리턴하고 끝냅니다"
5496
5497#: builtin/cat-file.c:556
5498msgid "pretty-print object's content"
5499msgstr "오브젝트의 내용을 예쁘게 표시합니다"
5500
5501#: builtin/cat-file.c:558
5502msgid "for blob objects, run textconv on object's content"
5503msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 textconv를 실행합니다"
5504
5505#: builtin/cat-file.c:560
5506msgid "for blob objects, run filters on object's content"
5507msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 필터를 실행합니다"
5508
5509#: builtin/cat-file.c:561 git-submodule.sh:929
5510msgid "blob"
5511msgstr "블롭"
5512
5513#: builtin/cat-file.c:562
5514msgid "use a specific path for --textconv/--filters"
5515msgstr "--textconv/--filters 옵션에 경로를 지정합니다"
5516
5517#: builtin/cat-file.c:564
5518msgid "allow -s and -t to work with broken/corrupt objects"
5519msgstr "-s 및 -t 옵션이 손상된 오브젝트에 대해 동작하도록 허용합니다"
5520
5521#: builtin/cat-file.c:565
5522msgid "buffer --batch output"
5523msgstr "--batch 출력에 대해 버퍼링합니다"
5524
5525#: builtin/cat-file.c:567
5526msgid "show info and content of objects fed from the standard input"
5527msgstr "표준 입력에서 입력된 오브젝트의 정보와 내용을 표시합니다"
5528
5529#: builtin/cat-file.c:570
5530msgid "show info about objects fed from the standard input"
5531msgstr "표준 입력에서 입력된 오브젝트의 정보를 표시합니다"
5532
5533#: builtin/cat-file.c:573
5534msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5535msgstr ""
5536"트리 내부의 심볼릭 링크를 따라갑니다 (--batch 또는 --batch-check와 같이 사용)"
5537
5538#: builtin/cat-file.c:575
5539msgid "show all objects with --batch or --batch-check"
5540msgstr "--batch 또는 --batch-check에서 모든 오브젝트를 표시합니다"
5541
5542#: builtin/check-attr.c:11
5543msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5544msgstr "git check-attr [-a | --all | <속성>...] [--] <경로이름>..."
5545
5546#: builtin/check-attr.c:12
5547msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5548msgstr "git check-attr --stdin [-z] [-a | --all | <속성>...]"
5549
5550#: builtin/check-attr.c:19
5551msgid "report all attributes set on file"
5552msgstr "파일에 설정된 모든 속성을 표시합니다"
5553
5554#: builtin/check-attr.c:20
5555msgid "use .gitattributes only from the index"
5556msgstr "인덱스에서만 .gitattributes를 사용합니다"
5557
5558#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
5559msgid "read file names from stdin"
5560msgstr "표준 입력에서 파일 이름을 읽습니다"
5561
5562#: builtin/check-attr.c:23 builtin/check-ignore.c:24
5563msgid "terminate input and output records by a NUL character"
5564msgstr "NUL 문자를 기준으로 자료 입력 및 출력을 멈춥니다"
5565
5566#: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:332
5567msgid "suppress progress reporting"
5568msgstr "진행 상황 표시를 하지 않습니다"
5569
5570#: builtin/check-ignore.c:26
5571msgid "show non-matching input paths"
5572msgstr "일치하지 않는 입력 경로를 표시합니다"
5573
5574#: builtin/check-ignore.c:28
5575msgid "ignore index when checking"
5576msgstr "검사할 때 인덱스를 무시합니다"
5577
5578#: builtin/check-ignore.c:154
5579msgid "cannot specify pathnames with --stdin"
5580msgstr "--stdin으로 경로 이름을 지정할 수 없습니다"
5581
5582#: builtin/check-ignore.c:157
5583msgid "-z only makes sense with --stdin"
5584msgstr "-z 옵션은 --stdin 옵션과 같이 써야만 의미가 있습니다"
5585
5586#: builtin/check-ignore.c:159
5587msgid "no path specified"
5588msgstr "경로를 지정하지 않았습니다"
5589
5590#: builtin/check-ignore.c:163
5591msgid "--quiet is only valid with a single pathname"
5592msgstr "--quiet 옵션은 하나의 경로 이름과 같이 써야 합니다"
5593
5594#: builtin/check-ignore.c:165
5595msgid "cannot have both --quiet and --verbose"
5596msgstr "--quiet 및 --verbose 옵션을 같이 쓸 수 없습니다"
5597
5598#: builtin/check-ignore.c:168
5599msgid "--non-matching is only valid with --verbose"
5600msgstr "--non-matching 옵션은 --verbose 옵션과 같이 써야 합니다"
5601
5602#: builtin/check-mailmap.c:8
5603msgid "git check-mailmap [<options>] <contact>..."
5604msgstr "git check-mailmap [<옵션>] <연락처>..."
5605
5606#: builtin/check-mailmap.c:13
5607msgid "also read contacts from stdin"
5608msgstr "또 연락처를 표준 입력에서 읽습니다"
5609
5610#: builtin/check-mailmap.c:24
5611#, c-format
5612msgid "unable to parse contact: %s"
5613msgstr "연락처를 파싱할 수 없습니다: %s"
5614
5615#: builtin/check-mailmap.c:47
5616msgid "no contacts specified"
5617msgstr "연락처를 지정하지 않았습니다"
5618
5619#: builtin/checkout-index.c:127
5620msgid "git checkout-index [<options>] [--] [<file>...]"
5621msgstr "git checkout-index [<옵션>] [--] [<파일>...]"
5622
5623#: builtin/checkout-index.c:144
5624msgid "stage should be between 1 and 3 or all"
5625msgstr "스테이지는 1에서 3 사이의 값이거나 all이어야 합니다"
5626
5627#: builtin/checkout-index.c:160
5628msgid "check out all files in the index"
5629msgstr "인덱스의 모든 파일을 가져옵니다"
5630
5631#: builtin/checkout-index.c:161
5632msgid "force overwrite of existing files"
5633msgstr "기존 파일을 강제로 덮어 씁니다"
5634
5635#: builtin/checkout-index.c:163
5636msgid "no warning for existing files and files not in index"
5637msgstr "기존 파일과 인덱스에 없는 파일에 대해 경고하지 않습니다"
5638
5639#: builtin/checkout-index.c:165
5640msgid "don't checkout new files"
5641msgstr "새 파일을 가져오지 않습니다"
5642
5643#: builtin/checkout-index.c:167
5644msgid "update stat information in the index file"
5645msgstr "인덱스 파일의 stat 정보를 업데이트합니다"
5646
5647#: builtin/checkout-index.c:171
5648msgid "read list of paths from the standard input"
5649msgstr "표준 입력에서 경로의 목록을 읽습니다"
5650
5651#: builtin/checkout-index.c:173
5652msgid "write the content to temporary files"
5653msgstr "내용을 임시 파일에 씁니다"
5654
5655#: builtin/checkout-index.c:174 builtin/column.c:30
5656#: builtin/submodule--helper.c:597 builtin/submodule--helper.c:600
5657#: builtin/submodule--helper.c:606 builtin/submodule--helper.c:967
5658#: builtin/worktree.c:471
5659msgid "string"
5660msgstr "문자열"
5661
5662#: builtin/checkout-index.c:175
5663msgid "when creating files, prepend <string>"
5664msgstr "파일을 만들 때, 앞에 <문자열>을 붙입니다"
5665
5666#: builtin/checkout-index.c:177
5667msgid "copy out the files from named stage"
5668msgstr "지정한 스테이지에서 파일을 복사해 옵니다"
5669
5670#: builtin/checkout.c:25
5671msgid "git checkout [<options>] <branch>"
5672msgstr "git checkout [<옵션>] <브랜치>"
5673
5674#: builtin/checkout.c:26
5675msgid "git checkout [<options>] [<branch>] -- <file>..."
5676msgstr "git checkout [<옵션>] [<브랜치>] -- <파일>..."
5677
5678#: builtin/checkout.c:134 builtin/checkout.c:167
5679#, c-format
5680msgid "path '%s' does not have our version"
5681msgstr "'%s' 경로에 우리쪽 버전이 없습니다"
5682
5683#: builtin/checkout.c:136 builtin/checkout.c:169
5684#, c-format
5685msgid "path '%s' does not have their version"
5686msgstr "'%s' 경로에 상대편 버전이 없습니다"
5687
5688#: builtin/checkout.c:152
5689#, c-format
5690msgid "path '%s' does not have all necessary versions"
5691msgstr "'%s' 경로에 필요한 모든 버전이 없습니다"
5692
5693#: builtin/checkout.c:196
5694#, c-format
5695msgid "path '%s' does not have necessary versions"
5696msgstr "'%s' 경로에 필요한 버전이 없습니다"
5697
5698#: builtin/checkout.c:213
5699#, c-format
5700msgid "path '%s': cannot merge"
5701msgstr "'%s' 경로: 병합할 수 없습니다"
5702
5703#: builtin/checkout.c:230
5704#, c-format
5705msgid "Unable to add merge result for '%s'"
5706msgstr "'%s'에 대한 병합 결과를 추가할 수 없습니다"
5707
5708#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
5709#: builtin/checkout.c:259
5710#, c-format
5711msgid "'%s' cannot be used with updating paths"
5712msgstr "'%s' 옵션은 업데이트하는 경로에서 쓸 수 없습니다"
5713
5714#: builtin/checkout.c:262 builtin/checkout.c:265
5715#, c-format
5716msgid "'%s' cannot be used with %s"
5717msgstr "'%s' 옵션은 %s 옵션과 같이 쓸 수 없습니다"
5718
5719#: builtin/checkout.c:268
5720#, c-format
5721msgid "Cannot update paths and switch to branch '%s' at the same time."
5722msgstr "경로를 업데이트하고 '%s' 브랜치로 전환하는 일은 동시에 할 수 없습니다."
5723
5724#: builtin/checkout.c:339 builtin/checkout.c:346
5725#, c-format
5726msgid "path '%s' is unmerged"
5727msgstr "'%s' 경로를 병합하지 않았습니다"
5728
5729#: builtin/checkout.c:494
5730msgid "you need to resolve your current index first"
5731msgstr "현재 인덱스를 먼저 해결해야 합니다"
5732
5733#: builtin/checkout.c:625
5734#, c-format
5735msgid "Can not do reflog for '%s': %s\n"
5736msgstr "'%s'에 대해 reflog할 수 없습니다: %s\n"
5737
5738#: builtin/checkout.c:666
5739msgid "HEAD is now at"
5740msgstr "HEAD의 현재 위치는"
5741
5742#: builtin/checkout.c:670 builtin/clone.c:660
5743msgid "unable to update HEAD"
5744msgstr "HEAD를 업데이트할 수 없습니다"
5745
5746#: builtin/checkout.c:674
5747#, c-format
5748msgid "Reset branch '%s'\n"
5749msgstr "'%s' 브랜치 리셋\n"
5750
5751#: builtin/checkout.c:677
5752#, c-format
5753msgid "Already on '%s'\n"
5754msgstr "이미 '%s'에 있습니다\n"
5755
5756#: builtin/checkout.c:681
5757#, c-format
5758msgid "Switched to and reset branch '%s'\n"
5759msgstr "'%s' 브랜치로 전환하고 리셋합니다\n"
5760
5761#: builtin/checkout.c:683 builtin/checkout.c:1072
5762#, c-format
5763msgid "Switched to a new branch '%s'\n"
5764msgstr "새로 만든 '%s' 브랜치로 전환합니다\n"
5765
5766#: builtin/checkout.c:685
5767#, c-format
5768msgid "Switched to branch '%s'\n"
5769msgstr "'%s' 브랜치로 전환합니다\n"
5770
5771#: builtin/checkout.c:736
5772#, c-format
5773msgid " ... and %d more.\n"
5774msgstr " ... 그리고 %d개 더.\n"
5775
5776#: builtin/checkout.c:742
5777#, c-format
5778msgid ""
5779"Warning: you are leaving %d commit behind, not connected to\n"
5780"any of your branches:\n"
5781"\n"
5782"%s\n"
5783msgid_plural ""
5784"Warning: you are leaving %d commits behind, not connected to\n"
5785"any of your branches:\n"
5786"\n"
5787"%s\n"
5788msgstr[0] ""
5789"경고: 브랜치 중에 아무것에도 연결되지 않은 커밋이 뒤에\n"
5790"%d개 있습니다:\n"
5791"\n"
5792"%s\n"
5793
5794#: builtin/checkout.c:761
5795#, c-format
5796msgid ""
5797"If you want to keep it by creating a new branch, this may be a good time\n"
5798"to do so with:\n"
5799"\n"
5800" git branch <new-branch-name> %s\n"
5801"\n"
5802msgid_plural ""
5803"If you want to keep them by creating a new branch, this may be a good time\n"
5804"to do so with:\n"
5805"\n"
5806" git branch <new-branch-name> %s\n"
5807"\n"
5808msgstr[0] ""
5809"새 브랜치를 만들어서 이 커밋을 저장하고 싶으면, 지금 다음과\n"
5810"같이 할 수 있습니다:\n"
5811"\n"
5812" git branch <새-브랜치-이름> %s\n"
5813"\n"
5814
5815#: builtin/checkout.c:797
5816msgid "internal error in revision walk"
5817msgstr "리비전 walk에 내부 오류"
5818
5819#: builtin/checkout.c:801
5820msgid "Previous HEAD position was"
5821msgstr "이전 HEAD 위치는"
5822
5823#: builtin/checkout.c:828 builtin/checkout.c:1067
5824msgid "You are on a branch yet to be born"
5825msgstr "현재 위치가 만들 예정인 브랜치에 있습니다"
5826
5827#: builtin/checkout.c:973
5828#, c-format
5829msgid "only one reference expected, %d given."
5830msgstr "하나의 레퍼런스만 지정해야 하지만 %d개를 지정했습니다."
5831
5832#: builtin/checkout.c:1013 builtin/worktree.c:214
5833#, c-format
5834msgid "invalid reference: %s"
5835msgstr "잘못된 레퍼런스: %s"
5836
5837#: builtin/checkout.c:1042
5838#, c-format
5839msgid "reference is not a tree: %s"
5840msgstr "레퍼런스가 트리가 아닙니다: %s"
5841
5842#: builtin/checkout.c:1081
5843msgid "paths cannot be used with switching branches"
5844msgstr "브랜치를 전환하는데 경로를 사용할 수 없습니다"
5845
5846#: builtin/checkout.c:1084 builtin/checkout.c:1088
5847#, c-format
5848msgid "'%s' cannot be used with switching branches"
5849msgstr "'%s' 옵션은 브랜치를 전환할 때 쓸 수 없습니다"
5850
5851#: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:1100
5852#: builtin/checkout.c:1103
5853#, c-format
5854msgid "'%s' cannot be used with '%s'"
5855msgstr "'%s' 옵션은 '%s' 옵션과 같이 쓸 수 없습니다"
5856
5857#: builtin/checkout.c:1108
5858#, c-format
5859msgid "Cannot switch branch to a non-commit '%s'"
5860msgstr "브랜치를 커밋이 아닌 '%s'(으)로 전환할 수 없습니다"
5861
5862#: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:93
5863#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5864#: builtin/worktree.c:326
5865msgid "branch"
5866msgstr "브랜치"
5867
5868#: builtin/checkout.c:1142
5869msgid "create and checkout a new branch"
5870msgstr "새 브랜치를 만들고 가져옵니다"
5871
5872#: builtin/checkout.c:1144
5873msgid "create/reset and checkout a branch"
5874msgstr "브랜치를 만들거나 리셋하고 가져옵니다"
5875
5876#: builtin/checkout.c:1145
5877msgid "create reflog for new branch"
5878msgstr "새 브랜치에 대한 reflog를 만듭니다"
5879
5880#: builtin/checkout.c:1146 builtin/worktree.c:328
5881msgid "detach HEAD at named commit"
5882msgstr "HEAD를 해당 커밋에서 분리합니다"
5883
5884#: builtin/checkout.c:1147
5885msgid "set upstream info for new branch"
5886msgstr "새 브랜치에 대한 업스트림 정보를 설정합니다"
5887
5888#: builtin/checkout.c:1149
5889msgid "new-branch"
5890msgstr "새-브랜치"
5891
5892#: builtin/checkout.c:1149
5893msgid "new unparented branch"
5894msgstr "상위 브랜치가 없는 새 브랜치"
5895
5896#: builtin/checkout.c:1150
5897msgid "checkout our version for unmerged files"
5898msgstr "병합되지 않은 파일에 대해 우리쪽 버전을 가져옵니다"
5899
5900#: builtin/checkout.c:1152
5901msgid "checkout their version for unmerged files"
5902msgstr "병합되지 않은 파일에 대해 상대편 버전을 가져옵니다"
5903
5904#: builtin/checkout.c:1154
5905msgid "force checkout (throw away local modifications)"
5906msgstr "강제로 체크아웃합니다 (로컬에서 수정한 사항을 버립니다)"
5907
5908#: builtin/checkout.c:1155
5909msgid "perform a 3-way merge with the new branch"
5910msgstr "새 브랜치에 대해 3-방향 병합을 수행합니다"
5911
5912#: builtin/checkout.c:1156 builtin/merge.c:235
5913msgid "update ignored files (default)"
5914msgstr "무시하는 파일을 업데이트합니다 (기본값)"
5915
5916#: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:251
5917msgid "style"
5918msgstr "스타일"
5919
5920#: builtin/checkout.c:1158
5921msgid "conflict style (merge or diff3)"
5922msgstr "충돌 스타일 (merge 또는 diff3)"
5923
5924# FIXME: 의미 불명
5925#: builtin/checkout.c:1161
5926msgid "do not limit pathspecs to sparse entries only"
5927msgstr "경로명세를 드문 항목에만 제한하지 않습니다"
5928
5929#: builtin/checkout.c:1163
5930msgid "second guess 'git checkout <no-such-branch>'"
5931msgstr "'git checkout <없는-브랜치>'에 대해 추측합니다"
5932
5933#: builtin/checkout.c:1165
5934msgid "do not check if another worktree is holding the given ref"
5935msgstr "다른 작업폴더에 주어진 레퍼런스가 있는지 확인하지 않습니다"
5936
5937#: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:119
5938#: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:539
5939#: builtin/send-pack.c:168
5940msgid "force progress reporting"
5941msgstr "강제로 진행 상황을 표시합니다"
5942
5943#: builtin/checkout.c:1197
5944msgid "-b, -B and --orphan are mutually exclusive"
5945msgstr "-b, -B 및 --orphan 옵션은 서로 호환되지 않습니다"
5946
5947#: builtin/checkout.c:1214
5948msgid "--track needs a branch name"
5949msgstr "--track 옵션은 브랜치 이름이 필요합니다"
5950
5951#: builtin/checkout.c:1219
5952msgid "Missing branch name; try -b"
5953msgstr "브랜치 이름이 없습니다. -b 옵션을 사용해 보십시오"
5954
5955#: builtin/checkout.c:1255
5956msgid "invalid path specification"
5957msgstr "경로 명세가 잘못되었습니다"
5958
5959#: builtin/checkout.c:1262
5960#, c-format
5961msgid ""
5962"Cannot update paths and switch to branch '%s' at the same time.\n"
5963"Did you intend to checkout '%s' which can not be resolved as commit?"
5964msgstr ""
5965"동시에 경로를 업데이트하고 '%s' 브랜치로 전환할 수 없습니다.\n"
5966"커밋을 확인할 수 없는 '%s'을(를) 가져오려고 하셨습니까?"
5967
5968#: builtin/checkout.c:1267
5969#, c-format
5970msgid "git checkout: --detach does not take a path argument '%s'"
5971msgstr "git checkout: --detach 옵션은 경로 인자를 받지 않습니다 '%s'"
5972
5973#: builtin/checkout.c:1271
5974msgid ""
5975"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5976"checking out of the index."
5977msgstr ""
5978"git checkout: --ours/--theirs, --force 및 --merge 옵션은 인덱스에서\n"
5979"가져올 경우에는 서로 호환되지 않습니다."
5980
5981#: builtin/clean.c:25
5982msgid ""
5983"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5984msgstr ""
5985"git clean [-d] [-f] [-i] [-n] [-q] [-e <패턴>] [-x | -X] [--] <경로>..."
5986
5987#: builtin/clean.c:29
5988#, c-format
5989msgid "Removing %s\n"
5990msgstr "%s 제거\n"
5991
5992#: builtin/clean.c:30
5993#, c-format
5994msgid "Would remove %s\n"
5995msgstr "%s 제거할 예정\n"
5996
5997#: builtin/clean.c:31
5998#, c-format
5999msgid "Skipping repository %s\n"
6000msgstr "%s 저장소 건너뜀\n"
6001
6002#: builtin/clean.c:32
6003#, c-format
6004msgid "Would skip repository %s\n"
6005msgstr "%s 저장소 건너뛸 예정\n"
6006
6007#: builtin/clean.c:33
6008#, c-format
6009msgid "failed to remove %s"
6010msgstr "%s 제거에 실패했습니다"
6011
6012#: builtin/clean.c:291 git-add--interactive.perl:623
6013#, c-format
6014msgid ""
6015"Prompt help:\n"
6016"1          - select a numbered item\n"
6017"foo        - select item based on unique prefix\n"
6018"           - (empty) select nothing\n"
6019msgstr ""
6020"프롬프트 도움말:\n"
6021"1          - 해당 번호의 항목을 선택\n"
6022"foo        - 유일한 접두어에 해당하는 항목 선택\n"
6023"           - (빈 입력) 선택하지 않음\n"
6024
6025#: builtin/clean.c:295 git-add--interactive.perl:632
6026#, c-format
6027msgid ""
6028"Prompt help:\n"
6029"1          - select a single item\n"
6030"3-5        - select a range of items\n"
6031"2-3,6-9    - select multiple ranges\n"
6032"foo        - select item based on unique prefix\n"
6033"-...       - unselect specified items\n"
6034"*          - choose all items\n"
6035"           - (empty) finish selecting\n"
6036msgstr ""
6037"프롬프트 도움말:\n"
6038"1          - 해당 번호의 항목을 선택\n"
6039"3-5        - 해당 범위의 항목을 선택\n"
6040"2-3,6-9    - 여러 개 범위를 선택\n"
6041"foo        - 유일한 접두어에 해당하는 항목 선택\n"
6042"-...       - 해당 항목 선택 해제\n"
6043"*          - 모든 항목 선택\n"
6044"           - (빈 입력) 선택 마침\n"
6045
6046#: builtin/clean.c:511 git-add--interactive.perl:598
6047#: git-add--interactive.perl:603
6048#, c-format, perl-format
6049msgid "Huh (%s)?\n"
6050msgstr "어라라 (%s)?\n"
6051
6052#: builtin/clean.c:653
6053#, c-format
6054msgid "Input ignore patterns>> "
6055msgstr "무시할 패턴을 입력하십시오>> "
6056
6057#: builtin/clean.c:690
6058#, c-format
6059msgid "WARNING: Cannot find items matched by: %s"
6060msgstr "경고: 다음에 해당하는 항목을 찾을 수 없습니다: %s"
6061
6062#: builtin/clean.c:711
6063msgid "Select items to delete"
6064msgstr "삭제할 항목을 선택하십시오"
6065
6066#. TRANSLATORS: Make sure to keep [y/N] as is
6067#: builtin/clean.c:752
6068#, c-format
6069msgid "Remove %s [y/N]? "
6070msgstr "%s 제거합니까 [y/N]? "
6071
6072#: builtin/clean.c:777 git-add--interactive.perl:1669
6073#, c-format
6074msgid "Bye.\n"
6075msgstr "끝.\n"
6076
6077#: builtin/clean.c:785
6078msgid ""
6079"clean               - start cleaning\n"
6080"filter by pattern   - exclude items from deletion\n"
6081"select by numbers   - select items to be deleted by numbers\n"
6082"ask each            - confirm each deletion (like \"rm -i\")\n"
6083"quit                - stop cleaning\n"
6084"help                - this screen\n"
6085"?                   - help for prompt selection"
6086msgstr ""
6087"clean               - 지우기 시작\n"
6088"filter by pattern   - exclude items from deletion\n"
6089"select by numbers   - 삭제할 항목을 번호로 선택\n"
6090"ask each            - 삭제 항목을 (\"rm -i\" 처럼) 하나하나 확인\n"
6091"quit                - 지우기 중지\n"
6092"help                - 이 화면 표시\n"
6093"?                   - 프롬프트 선택 도움말"
6094
6095#: builtin/clean.c:812 git-add--interactive.perl:1745
6096msgid "*** Commands ***"
6097msgstr "*** 명령 ***"
6098
6099#: builtin/clean.c:813 git-add--interactive.perl:1742
6100msgid "What now"
6101msgstr "무엇을 할까요"
6102
6103#: builtin/clean.c:821
6104msgid "Would remove the following item:"
6105msgid_plural "Would remove the following items:"
6106msgstr[0] "다음 항목을 제거할 예정입니다:"
6107
6108#: builtin/clean.c:838
6109msgid "No more files to clean, exiting."
6110msgstr "지울 파일이 이제 없으므로 끝냅니다."
6111
6112#: builtin/clean.c:869
6113msgid "do not print names of files removed"
6114msgstr "제거할 파일 이름을 표시하지 않습니다"
6115
6116#: builtin/clean.c:871
6117msgid "force"
6118msgstr "강제"
6119
6120#: builtin/clean.c:872
6121msgid "interactive cleaning"
6122msgstr "대화형 지우기"
6123
6124#: builtin/clean.c:874
6125msgid "remove whole directories"
6126msgstr "전체 디렉터리 제거"
6127
6128#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:1056
6129#: builtin/ls-files.c:538 builtin/name-rev.c:313 builtin/show-ref.c:176
6130msgid "pattern"
6131msgstr "패턴"
6132
6133#: builtin/clean.c:876
6134msgid "add <pattern> to ignore rules"
6135msgstr "규칙을 무시하려면 <패턴>을 추가하십시오"
6136
6137#: builtin/clean.c:877
6138msgid "remove ignored files, too"
6139msgstr "무시한 파일도 제거"
6140
6141#: builtin/clean.c:879
6142msgid "remove only ignored files"
6143msgstr "무시한 파일만 제거"
6144
6145#: builtin/clean.c:897
6146msgid "-x and -X cannot be used together"
6147msgstr "-x 및 -X 옵션은 같이 쓸 수 없습니다"
6148
6149#: builtin/clean.c:901
6150msgid ""
6151"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6152"clean"
6153msgstr ""
6154"clean.requireForce가 true로 설정되었고 -i, -n, -f 옵션 중 하나도 쓰지 않았습"
6155"니다. 지우지 않습니다"
6156
6157#: builtin/clean.c:904
6158msgid ""
6159"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6160"refusing to clean"
6161msgstr ""
6162"clean.requireForce 기본값이 true이고 -i, -n, -f 옵션 중 하나도 쓰지 않았습니"
6163"다. 지우지 않습니다"
6164
6165#: builtin/clone.c:37
6166msgid "git clone [<options>] [--] <repo> [<dir>]"
6167msgstr "git clone [<옵션>] [--] <저장소> [<디렉터리>]"
6168
6169#: builtin/clone.c:65
6170msgid "don't create a checkout"
6171msgstr "체크아웃을 만들지 않습니다"
6172
6173#: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:478
6174msgid "create a bare repository"
6175msgstr "간략한 저장소를 만듭니다"
6176
6177#: builtin/clone.c:70
6178msgid "create a mirror repository (implies bare)"
6179msgstr "미러 저장소를 만듭니다 (간략한 저장소로 취급)"
6180
6181#: builtin/clone.c:72
6182msgid "to clone from a local repository"
6183msgstr "로컬 저장소에서 복제합니다"
6184
6185#: builtin/clone.c:74
6186msgid "don't use local hardlinks, always copy"
6187msgstr "로컬 하드링크를 사용하지 않고, 항상 복사합니다"
6188
6189#: builtin/clone.c:76
6190msgid "setup as shared repository"
6191msgstr "공유 저장소로 설정합니다"
6192
6193#: builtin/clone.c:78 builtin/clone.c:80
6194msgid "initialize submodules in the clone"
6195msgstr "복제한 결과물에서 하위 모듈을 초기화합니다"
6196
6197#: builtin/clone.c:82
6198msgid "number of submodules cloned in parallel"
6199msgstr "병렬적으로 복제하는 하위모듈 개수"
6200
6201#: builtin/clone.c:83 builtin/init-db.c:475
6202msgid "template-directory"
6203msgstr "서식-디렉터리"
6204
6205#: builtin/clone.c:84 builtin/init-db.c:476
6206msgid "directory from which templates will be used"
6207msgstr "서식을 사용할 디렉터리 위치"
6208
6209#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:604
6210#: builtin/submodule--helper.c:970
6211msgid "reference repository"
6212msgstr "레퍼런스 저장소"
6213
6214#: builtin/clone.c:90
6215msgid "use --reference only while cloning"
6216msgstr "복제할 경우에만 --reference를 사용합니다"
6217
6218#: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:44
6219msgid "name"
6220msgstr "이름"
6221
6222#: builtin/clone.c:92
6223msgid "use <name> instead of 'origin' to track upstream"
6224msgstr "업스트림 추적에 'origin' 대신 <이름>을 사용합니다"
6225
6226#: builtin/clone.c:94
6227msgid "checkout <branch> instead of the remote's HEAD"
6228msgstr "리모트의 HEAD 대신 <브랜치>를 가져옵니다"
6229
6230#: builtin/clone.c:96
6231msgid "path to git-upload-pack on the remote"
6232msgstr "리모트의 git-upload-pack 경로"
6233
6234#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:999 builtin/pull.c:202
6235msgid "depth"
6236msgstr "깊이"
6237
6238#: builtin/clone.c:98
6239msgid "create a shallow clone of that depth"
6240msgstr "지정한 깊이의 얕은 복제를 만듭니다"
6241
6242#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2836
6243#: parse-options.h:142
6244msgid "time"
6245msgstr "시각"
6246
6247#: builtin/clone.c:100
6248msgid "create a shallow clone since a specific time"
6249msgstr "지정한 시간 이후의 얕은 복제를 만듭니다"
6250
6251#: builtin/clone.c:101 builtin/fetch.c:124
6252msgid "revision"
6253msgstr "리비전"
6254
6255#: builtin/clone.c:102 builtin/fetch.c:125
6256msgid "deepen history of shallow clone, excluding rev"
6257msgstr "리비전을 제외해 얕은 복제의 커밋 내역을 깊게 만듭니다"
6258
6259#: builtin/clone.c:104
6260msgid "clone only one branch, HEAD or --branch"
6261msgstr "하나의 브랜치만 복제합니다 (HEAD 또는 --branch로 지정)"
6262
6263#: builtin/clone.c:106
6264msgid "any cloned submodules will be shallow"
6265msgstr "모든 복제한 하위 모듈은 얕은 모듈입니다"
6266
6267#: builtin/clone.c:107 builtin/init-db.c:484
6268msgid "gitdir"
6269msgstr "gitdir"
6270
6271#: builtin/clone.c:108 builtin/init-db.c:485
6272msgid "separate git dir from working tree"
6273msgstr "깃 디렉터리를 작업 폴더와 별개의 위치에 놓습니다"
6274
6275#: builtin/clone.c:109
6276msgid "key=value"
6277msgstr "키=값"
6278
6279#: builtin/clone.c:110
6280msgid "set config inside the new repository"
6281msgstr "새 저장소 안에서 설정합니다"
6282
6283#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:550
6284msgid "use IPv4 addresses only"
6285msgstr "IPv4 주소만 사용합니다"
6286
6287#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:552
6288msgid "use IPv6 addresses only"
6289msgstr "IPv6 주소만 사용합니다"
6290
6291#: builtin/clone.c:250
6292msgid ""
6293"No directory name could be guessed.\n"
6294"Please specify a directory on the command line"
6295msgstr ""
6296"디렉터리 이름을 알아낼 수 없습니다.\n"
6297"명령행에서 디렉터리를 지정하십시오"
6298
6299#: builtin/clone.c:303
6300#, c-format
6301msgid "info: Could not add alternate for '%s': %s\n"
6302msgstr "정보: '%s'에 대한 보조 파일을 추가할 수 없습니다: %s\n"
6303
6304#: builtin/clone.c:375
6305#, c-format
6306msgid "failed to open '%s'"
6307msgstr "'%s'을(를) 여는데 실패"
6308
6309#: builtin/clone.c:383
6310#, c-format
6311msgid "%s exists and is not a directory"
6312msgstr "'%s'이(가) 있지만 디렉터리가 아닙니다"
6313
6314#: builtin/clone.c:397
6315#, c-format
6316msgid "failed to stat %s\n"
6317msgstr "'%s'에 대해 stat()이 실패했습니다\n"
6318
6319#: builtin/clone.c:419
6320#, c-format
6321msgid "failed to create link '%s'"
6322msgstr "'%s' 링크를 만드는데 실패했습니다"
6323
6324#: builtin/clone.c:423
6325#, c-format
6326msgid "failed to copy file to '%s'"
6327msgstr "파일을 '%s'(으)로 복사하는데 실패했습니다"
6328
6329#: builtin/clone.c:448
6330#, c-format
6331msgid "done.\n"
6332msgstr "완료.\n"
6333
6334#: builtin/clone.c:460
6335msgid ""
6336"Clone succeeded, but checkout failed.\n"
6337"You can inspect what was checked out with 'git status'\n"
6338"and retry the checkout with 'git checkout -f HEAD'\n"
6339msgstr ""
6340"복제가 성공했지만, 체크아웃이 실패했습니다.\n"
6341"'git status' 명령으로 무엇을 체크아웃했는지 살펴볼 수 있고\n"
6342"'git checkout -f HEAD'로 체크아웃을 다시 할 수 있습니다\n"
6343
6344#: builtin/clone.c:537
6345#, c-format
6346msgid "Could not find remote branch %s to clone."
6347msgstr "복제할 리모트의 %s 브랜치를 찾을 수 없습니다."
6348
6349#: builtin/clone.c:632
6350msgid "remote did not send all necessary objects"
6351msgstr "리모트에서 필요한 오브젝트를 모두 보내지 않았습니다"
6352
6353#: builtin/clone.c:648
6354#, c-format
6355msgid "unable to update %s"
6356msgstr "%s을(를) 업데이트할 수 없습니다"
6357
6358#: builtin/clone.c:697
6359msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6360msgstr "리모트 HEAD가 없는 레퍼런스를 참고하므로, 체크아웃할 수 없습니다.\n"
6361
6362#: builtin/clone.c:728
6363msgid "unable to checkout working tree"
6364msgstr "작업 폴더를 체크아웃할 수 없습니다"
6365
6366#: builtin/clone.c:768
6367msgid "unable to write parameters to config file"
6368msgstr "파라미터를 설정 파일에 쓸 수 없습니다"
6369
6370#: builtin/clone.c:831
6371msgid "cannot repack to clean up"
6372msgstr "정리용으로 repack할 수 없습니다"
6373
6374#: builtin/clone.c:833
6375msgid "cannot unlink temporary alternates file"
6376msgstr "보조 임시 파일을 삭제할 수 없습니다"
6377
6378#: builtin/clone.c:866 builtin/receive-pack.c:1895
6379msgid "Too many arguments."
6380msgstr "너무 인자가 많습니다."
6381
6382#: builtin/clone.c:870
6383msgid "You must specify a repository to clone."
6384msgstr "복제할 저장소를 지정해야 합니다."
6385
6386#: builtin/clone.c:883
6387#, c-format
6388msgid "--bare and --origin %s options are incompatible."
6389msgstr "--bare 및 --origin %s 옵션은 호환되지 않습니다."
6390
6391#: builtin/clone.c:886
6392msgid "--bare and --separate-git-dir are incompatible."
6393msgstr "--bare 및 --separate-git-dir 옵션은 호환되지 않습니다."
6394
6395#: builtin/clone.c:899
6396#, c-format
6397msgid "repository '%s' does not exist"
6398msgstr "'%s' 저장소가 없습니다"
6399
6400#: builtin/clone.c:905 builtin/fetch.c:1335
6401#, c-format
6402msgid "depth %s is not a positive number"
6403msgstr "깊이가(%s) 0보다 큰 수가 아닙니다"
6404
6405#: builtin/clone.c:915
6406#, c-format
6407msgid "destination path '%s' already exists and is not an empty directory."
6408msgstr "대상 경로가('%s') 이미 있고 빈 디렉터리가 아닙니다."
6409
6410#: builtin/clone.c:925
6411#, c-format
6412msgid "working tree '%s' already exists."
6413msgstr "작업 폴더가('%s') 이미 있습니다."
6414
6415#: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:252
6416#: builtin/submodule--helper.c:659 builtin/worktree.c:222
6417#: builtin/worktree.c:249
6418#, c-format
6419msgid "could not create leading directories of '%s'"
6420msgstr "'%s'의 앞 디렉터리를 만들 수 없습니다"
6421
6422#: builtin/clone.c:943
6423#, c-format
6424msgid "could not create work tree dir '%s'"
6425msgstr "작업 디렉터리를('%s') 만들 수 없습니다"
6426
6427#: builtin/clone.c:955
6428#, c-format
6429msgid "Cloning into bare repository '%s'...\n"
6430msgstr "간략한 저장소로('%s') 복제합니다...\n"
6431
6432#: builtin/clone.c:957
6433#, c-format
6434msgid "Cloning into '%s'...\n"
6435msgstr "'%s'에 복제합니다...\n"
6436
6437#: builtin/clone.c:963
6438msgid ""
6439"clone --recursive is not compatible with both --reference and --reference-if-"
6440"able"
6441msgstr ""
6442"clone --recursive 옵션은 --reference 및 --reference-if-able 옵션을 같이 쓰는 "
6443"것과 호환되지 않습니다"
6444
6445#: builtin/clone.c:1019
6446msgid "--depth is ignored in local clones; use file:// instead."
6447msgstr ""
6448"--depth 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하십시오."
6449
6450#: builtin/clone.c:1021
6451msgid "--shallow-since is ignored in local clones; use file:// instead."
6452msgstr ""
6453"--shallow-since 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하십"
6454"시오."
6455
6456#: builtin/clone.c:1023
6457msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6458msgstr ""
6459"--shallow-exclude 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하"
6460"십시오."
6461
6462#: builtin/clone.c:1026
6463msgid "source repository is shallow, ignoring --local"
6464msgstr "원본 저장소가 얕은 저장소이므로, --local 옵션을 무시합니다"
6465
6466#: builtin/clone.c:1031
6467msgid "--local is ignored"
6468msgstr "--local 옵션은 무시됩니다"
6469
6470#: builtin/clone.c:1035
6471#, c-format
6472msgid "Don't know how to clone %s"
6473msgstr "%s의 복제 방법을 알지 못합니다"
6474
6475#: builtin/clone.c:1090 builtin/clone.c:1098
6476#, c-format
6477msgid "Remote branch %s not found in upstream %s"
6478msgstr "리모트의 %s 브랜치가 업스트림 %s에 없습니다"
6479
6480#: builtin/clone.c:1101
6481msgid "You appear to have cloned an empty repository."
6482msgstr "빈 저장소를 복제한 것처럼 보입니다."
6483
6484#: builtin/column.c:9
6485msgid "git column [<options>]"
6486msgstr "git column [<옵션>]"
6487
6488#: builtin/column.c:26
6489msgid "lookup config vars"
6490msgstr "설정 변수를 찾아 봅니다"
6491
6492#: builtin/column.c:27 builtin/column.c:28
6493msgid "layout to use"
6494msgstr "사용할 배치"
6495
6496#: builtin/column.c:29
6497msgid "Maximum width"
6498msgstr "최대 너비"
6499
6500#: builtin/column.c:30
6501msgid "Padding space on left border"
6502msgstr "왼쪽 가장자리에 채울 공백"
6503
6504#: builtin/column.c:31
6505msgid "Padding space on right border"
6506msgstr "오른쪽 가장자리에 채울 공백"
6507
6508#: builtin/column.c:32
6509msgid "Padding space between columns"
6510msgstr "열 사이에 채울 공백"
6511
6512#: builtin/column.c:51
6513msgid "--command must be the first argument"
6514msgstr "--command는 첫 번째 인자여야 합니다"
6515
6516#: builtin/commit.c:38
6517msgid "git commit [<options>] [--] <pathspec>..."
6518msgstr "git commit [<옵션>] [--] <경로명세>..."
6519
6520#: builtin/commit.c:43
6521msgid "git status [<options>] [--] <pathspec>..."
6522msgstr "git status [<옵션>] [--] <경로명세>..."
6523
6524#: builtin/commit.c:48
6525msgid ""
6526"Your name and email address were configured automatically based\n"
6527"on your username and hostname. Please check that they are accurate.\n"
6528"You can suppress this message by setting them explicitly. Run the\n"
6529"following command and follow the instructions in your editor to edit\n"
6530"your configuration file:\n"
6531"\n"
6532"    git config --global --edit\n"
6533"\n"
6534"After doing this, you may fix the identity used for this commit with:\n"
6535"\n"
6536"    git commit --amend --reset-author\n"
6537msgstr ""
6538"이름과 전자메일 주소를 사용자 이름과 호스트 이름을 이용해서 자동으로\n"
6539"설정했습니다. 이 정보가 맞는지 확인하십시오. 이 메시지를 보지 않으려면 정보"
6540"를\n"
6541"명시적으로 설정하십시오. 다음 명령어를 실행하고 편집기의 안내에 따라 설정\n"
6542"파일을 편집하십시오:\n"
6543"\n"
6544"    git config --global --edit\n"
6545"\n"
6546"이렇게 한 다음, 이 커밋에 사용한 신원 정보를 다음과 같이 해서 바꿀 수 있습니"
6547"다:\n"
6548"\n"
6549"    git commit --amend --reset-author\n"
6550
6551#: builtin/commit.c:61
6552msgid ""
6553"Your name and email address were configured automatically based\n"
6554"on your username and hostname. Please check that they are accurate.\n"
6555"You can suppress this message by setting them explicitly:\n"
6556"\n"
6557"    git config --global user.name \"Your Name\"\n"
6558"    git config --global user.email you@example.com\n"
6559"\n"
6560"After doing this, you may fix the identity used for this commit with:\n"
6561"\n"
6562"    git commit --amend --reset-author\n"
6563msgstr ""
6564"이름과 전자메일 주소를 사용자 이름과 호스트 이름을 이용해서\n"
6565"자동으로 설정했습니다. 이 정보가 맞는지 확인하십시오. 이 메시지를\n"
6566"보지 않으려면 정보를 명시적으로 설정하십시오:\n"
6567"\n"
6568"    git config --global user.name \"내 이름\"\n"
6569"    git config --global user.email you@example.com\n"
6570"\n"
6571"이렇게 한 다음, 이 커밋에 사용한 신원 정보를 다음과 같이 해서 바꿀 수 있습니"
6572"다:\n"
6573"\n"
6574"    git commit --amend --reset-author\n"
6575
6576#: builtin/commit.c:73
6577msgid ""
6578"You asked to amend the most recent commit, but doing so would make\n"
6579"it empty. You can repeat your command with --allow-empty, or you can\n"
6580"remove the commit entirely with \"git reset HEAD^\".\n"
6581msgstr ""
6582"최초의 커밋을 바꾸려고 하지만, 그렇게 하면 커밋이 비어 있게 됩니다.\n"
6583"--allow-empty 옵션과 같이 이 명령을 반복할 수도 있고, \"git reset HEAD\"\n"
6584"명령으로 커밋을 완전히 제거할 수도 있습니다.\n"
6585
6586#: builtin/commit.c:78
6587msgid ""
6588"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6589"If you wish to commit it anyway, use:\n"
6590"\n"
6591"    git commit --allow-empty\n"
6592"\n"
6593msgstr ""
6594"이전 커맷 빼오기가 비어 있습니다. 아마도 충돌 해결 과정에서 그렇게 됐을\n"
6595"것입니다. 그래도 커밋하려면 다음과 같이 하십시오:\n"
6596"\n"
6597"    git commit --allow-empty\n"
6598"\n"
6599
6600#: builtin/commit.c:85
6601msgid "Otherwise, please use 'git reset'\n"
6602msgstr "아니면 'git reset'을 사용하십시오\n"
6603
6604#: builtin/commit.c:88
6605msgid ""
6606"If you wish to skip this commit, use:\n"
6607"\n"
6608"    git reset\n"
6609"\n"
6610"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6611"the remaining commits.\n"
6612msgstr ""
6613"이 커밋을 건너뛰려면, 다음을 사용하십시오:\n"
6614"\n"
6615"    git reset\n"
6616"\n"
6617"그 다음에 \"git cherry-pick --continue\"를 하면 나머지 커밋에\n"
6618"대해 커밋 빼오기를 다시 시작합니다.\n"
6619
6620#: builtin/commit.c:318
6621msgid "failed to unpack HEAD tree object"
6622msgstr "HEAD 트리 오브젝트의 묶음을 푸는데 실패했습니다"
6623
6624#: builtin/commit.c:359
6625msgid "unable to create temporary index"
6626msgstr "임시 인덱스를 만들 수 없습니다"
6627
6628#: builtin/commit.c:365
6629msgid "interactive add failed"
6630msgstr "대화형 추가가 실패했습니다"
6631
6632#: builtin/commit.c:378
6633msgid "unable to update temporary index"
6634msgstr "임시 인덱스를 업데이트할 수 없습니다"
6635
6636#: builtin/commit.c:380
6637msgid "Failed to update main cache tree"
6638msgstr "주요 캐시 트리를 업데이트하는데 실패했습니다"
6639
6640#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6641msgid "unable to write new_index file"
6642msgstr "new_index 파일에 쓸 수 없습니다"
6643
6644#: builtin/commit.c:458
6645msgid "cannot do a partial commit during a merge."
6646msgstr "병합하는 중 부분 커밋을 할 수 없습니다."
6647
6648#: builtin/commit.c:460
6649msgid "cannot do a partial commit during a cherry-pick."
6650msgstr "커밋 빼오기를 하는 중 부분 커밋을 할 수 없습니다."
6651
6652#: builtin/commit.c:469
6653msgid "cannot read the index"
6654msgstr "인덱스를 읽을 수 없습니다"
6655
6656#: builtin/commit.c:488
6657msgid "unable to write temporary index file"
6658msgstr "임시 인덱스 파일을 쓸 수 없습니다"
6659
6660#: builtin/commit.c:582
6661#, c-format
6662msgid "commit '%s' lacks author header"
6663msgstr "'%s' 커밋에 작성자 헤더가 없습니다"
6664
6665#: builtin/commit.c:584
6666#, c-format
6667msgid "commit '%s' has malformed author line"
6668msgstr "'%s' 커밋의 작성자 헤더 형식이 잘못되었습니다"
6669
6670#: builtin/commit.c:603
6671msgid "malformed --author parameter"
6672msgstr "--author 파라미터 형식이 잘못되었습니다"
6673
6674#: builtin/commit.c:611
6675#, c-format
6676msgid "invalid date format: %s"
6677msgstr "시각 형식이 잘못되었습니다: %s"
6678
6679#: builtin/commit.c:655
6680msgid ""
6681"unable to select a comment character that is not used\n"
6682"in the current commit message"
6683msgstr ""
6684"현재 커밋 메시지에서 사용되지 않는 주석 문자를\n"
6685"선택할 수 없습니다"
6686
6687#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
6688#, c-format
6689msgid "could not lookup commit %s"
6690msgstr "%s 커밋을 찾아볼 수 없습니다"
6691
6692#: builtin/commit.c:704 builtin/shortlog.c:295
6693#, c-format
6694msgid "(reading log message from standard input)\n"
6695msgstr "(표준 입력에서 로그 메시지를 읽음)\n"
6696
6697#: builtin/commit.c:706
6698msgid "could not read log from standard input"
6699msgstr "표준 입력에서 로그 메시지를 읽을 수 없습니다"
6700
6701#: builtin/commit.c:710
6702#, c-format
6703msgid "could not read log file '%s'"
6704msgstr "'%s' 로그 파일을 읽을 수 없습니다"
6705
6706#: builtin/commit.c:737 builtin/commit.c:745
6707msgid "could not read SQUASH_MSG"
6708msgstr "SQUASH_MSG를 읽을 수 없습니다"
6709
6710#: builtin/commit.c:742
6711msgid "could not read MERGE_MSG"
6712msgstr "MERGE_MSG를 읽을 수 없습니다"
6713
6714#: builtin/commit.c:796
6715msgid "could not write commit template"
6716msgstr "커밋 서식을 쓸 수 없습니다"
6717
6718#: builtin/commit.c:814
6719#, c-format
6720msgid ""
6721"\n"
6722"It looks like you may be committing a merge.\n"
6723"If this is not correct, please remove the file\n"
6724"\t%s\n"
6725"and try again.\n"
6726msgstr ""
6727"\n"
6728"병합을 커밋하려는 것으로 보입니다.\n"
6729"그렇지 않다면, 다음 파일을 지우고,\n"
6730"\t%s\n"
6731"다시 시도하십시오.\n"
6732
6733#: builtin/commit.c:819
6734#, c-format
6735msgid ""
6736"\n"
6737"It looks like you may be committing a cherry-pick.\n"
6738"If this is not correct, please remove the file\n"
6739"\t%s\n"
6740"and try again.\n"
6741msgstr ""
6742"\n"
6743"커밋 빼오기를 커밋하려는 것으로 보입니다.\n"
6744"그렇지 않다면, 다음 파일을 지우고,\n"
6745"\t%s\n"
6746"다시 시도하십시오.\n"
6747
6748#: builtin/commit.c:832
6749#, c-format
6750msgid ""
6751"Please enter the commit message for your changes. Lines starting\n"
6752"with '%c' will be ignored, and an empty message aborts the commit.\n"
6753msgstr ""
6754"변경 사항에 대한 커밋 메시지를 입력하십시오. '%c' 문자로 시작하는\n"
6755"줄은 무시되고, 메시지를 입력하지 않으면 커밋이 중지됩니다.\n"
6756
6757#: builtin/commit.c:839
6758#, c-format
6759msgid ""
6760"Please enter the commit message for your changes. Lines starting\n"
6761"with '%c' will be kept; you may remove them yourself if you want to.\n"
6762"An empty message aborts the commit.\n"
6763msgstr ""
6764"변경 사항에 대한 커밋 메시지를 입력하십시오. '%c' 문자로 시작하는\n"
6765"줄은 보존되니, 필요하면 직접 제거하십시오. 메시지를 입력하지\n"
6766"않으면 커밋이 중지됩니다.\n"
6767
6768#: builtin/commit.c:859
6769#, c-format
6770msgid "%sAuthor:    %.*s <%.*s>"
6771msgstr "%s작성자:    %.*s <%.*s>"
6772
6773#: builtin/commit.c:867
6774#, c-format
6775msgid "%sDate:      %s"
6776msgstr "%s시각:      %s"
6777
6778#: builtin/commit.c:874
6779#, c-format
6780msgid "%sCommitter: %.*s <%.*s>"
6781msgstr "%s커미터: %.*s <%.*s>"
6782
6783#: builtin/commit.c:892
6784msgid "Cannot read index"
6785msgstr "인덱스를 읽을 수 없습니다"
6786
6787#: builtin/commit.c:954
6788msgid "Error building trees"
6789msgstr "트리를 만드는데 오류"
6790
6791#: builtin/commit.c:968 builtin/tag.c:280
6792#, c-format
6793msgid "Please supply the message using either -m or -F option.\n"
6794msgstr "메시지를 -m 또는 -F 옵션으로 입력하십시오.\n"
6795
6796#: builtin/commit.c:1071
6797#, c-format
6798msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6799msgstr ""
6800"--author '%s' 옵션이 '이름 <전자메일>' 형식이 아니고 기존 작성자에도 없습니다"
6801
6802#: builtin/commit.c:1086 builtin/commit.c:1325
6803#, c-format
6804msgid "Invalid untracked files mode '%s'"
6805msgstr "추적되지 않는 파일 모드가 ('%s') 잘못되었습니다"
6806
6807#: builtin/commit.c:1124
6808msgid "--long and -z are incompatible"
6809msgstr "--long 및 -z 옵션은 호환되지 않습니다"
6810
6811#: builtin/commit.c:1154
6812msgid "Using both --reset-author and --author does not make sense"
6813msgstr "--reset-author 및 --author 옵션을 모두 사용하면 앞뒤가 맞지 않습니다"
6814
6815#: builtin/commit.c:1163
6816msgid "You have nothing to amend."
6817msgstr "바꿀 사항이 없습니다."
6818
6819#: builtin/commit.c:1166
6820msgid "You are in the middle of a merge -- cannot amend."
6821msgstr "병합 중에 있습니다 -- 커밋을 바꿀 수 없습니다."
6822
6823#: builtin/commit.c:1168
6824msgid "You are in the middle of a cherry-pick -- cannot amend."
6825msgstr "커밋 빼오기 중에 있습니다 -- 커밋을 바꿀 수 없습니다."
6826
6827#: builtin/commit.c:1171
6828msgid "Options --squash and --fixup cannot be used together"
6829msgstr "--squash 및 --fixup 옵션은 같이 쓸 수 없습니다"
6830
6831#: builtin/commit.c:1181
6832msgid "Only one of -c/-C/-F/--fixup can be used."
6833msgstr "-c/-C/-F/--fixup 옵션 중에 하나만 사용할 수 있습니다."
6834
6835#: builtin/commit.c:1183
6836msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6837msgstr "-m 옵션은 -c/-C/-F/--fixup 옵션과 같이 쓸 수 없습니다."
6838
6839#: builtin/commit.c:1191
6840msgid "--reset-author can be used only with -C, -c or --amend."
6841msgstr "--reset-author 옵션은 -C, -c 또는 --amend 옵션과 같이 써야 합니다."
6842
6843#: builtin/commit.c:1208
6844msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6845msgstr ""
6846"--include/--only/--all/--interactive/--patch 옵션 중 하나만 사용할 수 있습니"
6847"다."
6848
6849#: builtin/commit.c:1210
6850msgid "No paths with --include/--only does not make sense."
6851msgstr "경로가 없이 --include/--only 옵션을 쓰면 앞뒤가 맞지 않습니다."
6852
6853#: builtin/commit.c:1212
6854msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6855msgstr ""
6856"-i 또는 -o 없이 명시적인 경로를 지정했습니다. --only 경로를 가정합니다..."
6857
6858#: builtin/commit.c:1224 builtin/tag.c:495
6859#, c-format
6860msgid "Invalid cleanup mode %s"
6861msgstr "잘못된 정리 모드 %s"
6862
6863#: builtin/commit.c:1229
6864msgid "Paths with -a does not make sense."
6865msgstr "-a 옵션과 경로를 같이 사용하면 앞뒤가 맞지 않습니다."
6866
6867#: builtin/commit.c:1339 builtin/commit.c:1612
6868msgid "show status concisely"
6869msgstr "상태를 간략하게 표시합니다"
6870
6871#: builtin/commit.c:1341 builtin/commit.c:1614
6872msgid "show branch information"
6873msgstr "브랜치 정보를 표시합니다"
6874
6875#: builtin/commit.c:1343
6876msgid "version"
6877msgstr "버전"
6878
6879#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6880#: builtin/worktree.c:442
6881msgid "machine-readable output"
6882msgstr "컴퓨터가 읽을 수 있는 형식"
6883
6884#: builtin/commit.c:1346 builtin/commit.c:1618
6885msgid "show status in long format (default)"
6886msgstr "긴 형식으로 상태를 표시합니다 (기본값)"
6887
6888#: builtin/commit.c:1349 builtin/commit.c:1621
6889msgid "terminate entries with NUL"
6890msgstr "NUL 문자로 항목을 끝냅니다"
6891
6892#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6893#: builtin/fast-export.c:984 builtin/tag.c:368
6894msgid "mode"
6895msgstr "모드"
6896
6897#: builtin/commit.c:1352 builtin/commit.c:1624
6898msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6899msgstr ""
6900"추적되지 않는 파일을 표시합니다. 추가 옵션: all, normal, no (기본값: all)"
6901
6902#: builtin/commit.c:1355
6903msgid "show ignored files"
6904msgstr "무시되는 파일을 표시합니다"
6905
6906#: builtin/commit.c:1356 parse-options.h:155
6907msgid "when"
6908msgstr "언제"
6909
6910#: builtin/commit.c:1357
6911msgid ""
6912"ignore changes to submodules, optional when: all, dirty, untracked. "
6913"(Default: all)"
6914msgstr ""
6915"하위 모듈의 변경을 무시합니다. 추가 옵션: all, dirty, untracked. (기본값: "
6916"all)"
6917
6918#: builtin/commit.c:1359
6919msgid "list untracked files in columns"
6920msgstr "추적되지 않는 파일의 목록을 여러 열로 표시합니다"
6921
6922#: builtin/commit.c:1435
6923msgid "couldn't look up newly created commit"
6924msgstr "새로 만든 커밋을 찾아볼 수 없습니다"
6925
6926#: builtin/commit.c:1437
6927msgid "could not parse newly created commit"
6928msgstr "새로 만든 커밋을 파싱할 수 없습니다"
6929
6930#: builtin/commit.c:1482
6931msgid "detached HEAD"
6932msgstr "HEAD 분리됨"
6933
6934#: builtin/commit.c:1485
6935msgid " (root-commit)"
6936msgstr " (최상위-커밋)"
6937
6938#: builtin/commit.c:1582
6939msgid "suppress summary after successful commit"
6940msgstr "성공적인 커밋 후에 요약을 표시하지 않습니다"
6941
6942#: builtin/commit.c:1583
6943msgid "show diff in commit message template"
6944msgstr "커밋 메시지 서식에 diff를 표시합니다"
6945
6946#: builtin/commit.c:1585
6947msgid "Commit message options"
6948msgstr "커밋 메시지 옵션"
6949
6950#: builtin/commit.c:1586 builtin/tag.c:366
6951msgid "read message from file"
6952msgstr "파일에서 메시지를 읽습니다"
6953
6954#: builtin/commit.c:1587
6955msgid "author"
6956msgstr "작성자"
6957
6958#: builtin/commit.c:1587
6959msgid "override author for commit"
6960msgstr "커밋의 작성자를 지정합니다"
6961
6962#: builtin/commit.c:1588 builtin/gc.c:333
6963msgid "date"
6964msgstr "시각"
6965
6966#: builtin/commit.c:1588
6967msgid "override date for commit"
6968msgstr "커밋의 시각을 지정합니다"
6969
6970#: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:398
6971#: builtin/notes.c:561 builtin/tag.c:364
6972msgid "message"
6973msgstr "메시지"
6974
6975#: builtin/commit.c:1589
6976msgid "commit message"
6977msgstr "커밋 메시지"
6978
6979#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6980#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:81
6981msgid "commit"
6982msgstr "커밋"
6983
6984#: builtin/commit.c:1590
6985msgid "reuse and edit message from specified commit"
6986msgstr "지정한 커밋의 메시지를 재사용하고 편집합니다"
6987
6988#: builtin/commit.c:1591
6989msgid "reuse message from specified commit"
6990msgstr "지정한 커밋에서 메시지를 재사용합니다"
6991
6992#: builtin/commit.c:1592
6993msgid "use autosquash formatted message to fixup specified commit"
6994msgstr "지정한 커밋을 수정하는데 autosquash 형식 메시지를 사용합니다"
6995
6996#: builtin/commit.c:1593
6997msgid "use autosquash formatted message to squash specified commit"
6998msgstr "지정한 커밋을 합치는데 autosquash 형식 메시지를 사용합니다"
6999
7000#: builtin/commit.c:1594
7001msgid "the commit is authored by me now (used with -C/-c/--amend)"
7002msgstr "커밋을 내가 작성한 것으로 만듭니다 (-C/-c/--amend와 같이 사용)"
7003
7004#: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:86
7005msgid "add Signed-off-by:"
7006msgstr "Signed-off-by: 줄을 추가합니다"
7007
7008#: builtin/commit.c:1596
7009msgid "use specified template file"
7010msgstr "지정한 서식 파일을 사용합니다"
7011
7012#: builtin/commit.c:1597
7013msgid "force edit of commit"
7014msgstr "커밋 편집을 강제합니다"
7015
7016#: builtin/commit.c:1598
7017msgid "default"
7018msgstr "기본값"
7019
7020#: builtin/commit.c:1598 builtin/tag.c:369
7021msgid "how to strip spaces and #comments from message"
7022msgstr "메시지에서 공백과 #주석을 지웁니다"
7023
7024#: builtin/commit.c:1599
7025msgid "include status in commit message template"
7026msgstr "커밋 메시지 서식에 상태를 포함합니다"
7027
7028#: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:166
7029#: builtin/revert.c:93
7030msgid "GPG sign commit"
7031msgstr "GPG 서명 커밋"
7032
7033#: builtin/commit.c:1604
7034msgid "Commit contents options"
7035msgstr "커밋 내용 옵션"
7036
7037#: builtin/commit.c:1605
7038msgid "commit all changed files"
7039msgstr "변경된 파일을 모두 커밋합니다"
7040
7041#: builtin/commit.c:1606
7042msgid "add specified files to index for commit"
7043msgstr "지정한 파일을 커밋할 인덱스에 추가합니다"
7044
7045#: builtin/commit.c:1607
7046msgid "interactively add files"
7047msgstr "대화형으로 파일을 추가합니다"
7048
7049#: builtin/commit.c:1608
7050msgid "interactively add changes"
7051msgstr "대화형으로 변경 사항을 추가합니다"
7052
7053#: builtin/commit.c:1609
7054msgid "commit only specified files"
7055msgstr "지정한 파일만 커밋합니다"
7056
7057#: builtin/commit.c:1610
7058msgid "bypass pre-commit and commit-msg hooks"
7059msgstr "커밋 전 후크와 커밋 메시지 후크를 건너뜁니다"
7060
7061#: builtin/commit.c:1611
7062msgid "show what would be committed"
7063msgstr "무엇을 커밋할지 표시합니다"
7064
7065#: builtin/commit.c:1622
7066msgid "amend previous commit"
7067msgstr "바로 앞 커밋을 바꿉니다"
7068
7069#: builtin/commit.c:1623
7070msgid "bypass post-rewrite hook"
7071msgstr "다시쓰기 후 후크를 건너뜁니다"
7072
7073#: builtin/commit.c:1628
7074msgid "ok to record an empty change"
7075msgstr "빈 변경 사항을 기록하도록 허용합니다"
7076
7077#: builtin/commit.c:1630
7078msgid "ok to record a change with an empty message"
7079msgstr "빈 메시지와 같이 변경 사항을 기록하도록 허용합니다"
7080
7081#: builtin/commit.c:1659
7082msgid "could not parse HEAD commit"
7083msgstr "HEAD 커밋을 파싱할 수 없습니다"
7084
7085#: builtin/commit.c:1707
7086#, c-format
7087msgid "Corrupt MERGE_HEAD file (%s)"
7088msgstr "손상된 MERGE_HEAD 파일 (%s)"
7089
7090#: builtin/commit.c:1714
7091msgid "could not read MERGE_MODE"
7092msgstr "MERGE_MODE를 읽을 수 없습니다"
7093
7094#: builtin/commit.c:1733
7095#, c-format
7096msgid "could not read commit message: %s"
7097msgstr "커밋 메시지를 읽을 수 없습니다: %s"
7098
7099#: builtin/commit.c:1744
7100#, c-format
7101msgid "Aborting commit; you did not edit the message.\n"
7102msgstr "커밋을 중지합니다. 메시지를 편집하지 않았습니다.\n"
7103
7104#: builtin/commit.c:1749
7105#, c-format
7106msgid "Aborting commit due to empty commit message.\n"
7107msgstr "커밋을 중지합니다. 커밋 메시지가 비어 있습니다.\n"
7108
7109#: builtin/commit.c:1797
7110msgid ""
7111"Repository has been updated, but unable to write\n"
7112"new_index file. Check that disk is not full and quota is\n"
7113"not exceeded, and then \"git reset HEAD\" to recover."
7114msgstr ""
7115"저장소를 업데이트했습니다. 하지만 new_index 파일을 쓸 수\n"
7116"없습니다. 디스크가 꽉 차지 않았고 제한 용량을 넘어가지\n"
7117"않았는지 확인하십시오. 그리고 'git reset HEAD'로 복구하십시오."
7118
7119#: builtin/config.c:9
7120msgid "git config [<options>]"
7121msgstr "git config [<옵션>]"
7122
7123#: builtin/config.c:55
7124msgid "Config file location"
7125msgstr "설정 파일 위치"
7126
7127#: builtin/config.c:56
7128msgid "use global config file"
7129msgstr "공통 설정 파일을 사용합니다"
7130
7131#: builtin/config.c:57
7132msgid "use system config file"
7133msgstr "시스템 설정 파일을 사용합니다"
7134
7135#: builtin/config.c:58
7136msgid "use repository config file"
7137msgstr "저장소 설정 파일을 사용합니다"
7138
7139#: builtin/config.c:59
7140msgid "use given config file"
7141msgstr "지정한 설정 파일을 사용합니다"
7142
7143#: builtin/config.c:60
7144msgid "blob-id"
7145msgstr "블롭-id"
7146
7147#: builtin/config.c:60
7148msgid "read config from given blob object"
7149msgstr "지정한 블롭 오브젝트에서 설정을 읽습니다"
7150
7151#: builtin/config.c:61
7152msgid "Action"
7153msgstr "동작"
7154
7155#: builtin/config.c:62
7156msgid "get value: name [value-regex]"
7157msgstr "값을 가져옵니다: <이름> [<값-정규식>]"
7158
7159#: builtin/config.c:63
7160msgid "get all values: key [value-regex]"
7161msgstr "모든 값을 가져옵니다: <키> [<값-정규식>]"
7162
7163#: builtin/config.c:64
7164msgid "get values for regexp: name-regex [value-regex]"
7165msgstr "정규식에 대한 값을 가져옵니다: <이름-정규식> [<값-정규식>]"
7166
7167#: builtin/config.c:65
7168msgid "get value specific for the URL: section[.var] URL"
7169msgstr "<URL>에 특정되는 값을 가져옵니다: <섹션>[.<변수>] <URL>"
7170
7171#: builtin/config.c:66
7172msgid "replace all matching variables: name value [value_regex]"
7173msgstr "해당하는 변수를 모두 제거합니다: <이름> <값> [<값-정규식>]"
7174
7175#: builtin/config.c:67
7176msgid "add a new variable: name value"
7177msgstr "새 변수를 추가합니다: <이름> <값>"
7178
7179#: builtin/config.c:68
7180msgid "remove a variable: name [value-regex]"
7181msgstr "변수를 제거합니다: <이름> [<값-정규식>]"
7182
7183#: builtin/config.c:69
7184msgid "remove all matches: name [value-regex]"
7185msgstr "해당하는 항목을 모두 제거합니다: <이름> [<값-정규식>]"
7186
7187#: builtin/config.c:70
7188msgid "rename section: old-name new-name"
7189msgstr "섹션의 이름을 바꿉니다: <옛-이름> <새-이름>"
7190
7191#: builtin/config.c:71
7192msgid "remove a section: name"
7193msgstr "섹션을 제거합니다: <이름>"
7194
7195#: builtin/config.c:72
7196msgid "list all"
7197msgstr "전체 목록을 표시합니다"
7198
7199#: builtin/config.c:73
7200msgid "open an editor"
7201msgstr "편집기를 엽니다"
7202
7203#: builtin/config.c:74
7204msgid "find the color configured: slot [default]"
7205msgstr "설정한 색을 찾습니다: slot [<기본값>]"
7206
7207#: builtin/config.c:75
7208msgid "find the color setting: slot [stdout-is-tty]"
7209msgstr "색 설정을 찾습니다: slot [<표준출력이-TTY인지-여부>]"
7210
7211#: builtin/config.c:76
7212msgid "Type"
7213msgstr "값 종류"
7214
7215#: builtin/config.c:77
7216msgid "value is \"true\" or \"false\""
7217msgstr "값이 \"true\" 또는 \"false\"입니다"
7218
7219#: builtin/config.c:78
7220msgid "value is decimal number"
7221msgstr "값이 십진수입니다"
7222
7223#: builtin/config.c:79
7224msgid "value is --bool or --int"
7225msgstr "값이 --bool 또는 --int입니다"
7226
7227#: builtin/config.c:80
7228msgid "value is a path (file or directory name)"
7229msgstr "값이 경로(파일 또는 디렉터리 이름)입니다"
7230
7231#: builtin/config.c:81
7232msgid "Other"
7233msgstr "기타"
7234
7235#: builtin/config.c:82
7236msgid "terminate values with NUL byte"
7237msgstr "값을 NUL 바이트로 끝냅니다"
7238
7239#: builtin/config.c:83
7240msgid "show variable names only"
7241msgstr "변수 이름만 표시합니다"
7242
7243#: builtin/config.c:84
7244msgid "respect include directives on lookup"
7245msgstr "찾아볼 때 include 지시어를 고려합니다"
7246
7247#: builtin/config.c:85
7248msgid "show origin of config (file, standard input, blob, command line)"
7249msgstr "설정의 출처를 표시합니다 (파일, 표준 입력, 블롭, 명령행)"
7250
7251#: builtin/config.c:327
7252msgid "unable to parse default color value"
7253msgstr "기본 색 값을 파싱할 수 없습니다"
7254
7255#: builtin/config.c:471
7256#, c-format
7257msgid ""
7258"# This is Git's per-user configuration file.\n"
7259"[user]\n"
7260"# Please adapt and uncomment the following lines:\n"
7261"#\tname = %s\n"
7262"#\temail = %s\n"
7263msgstr ""
7264"# 깃의 사용자별 설정 파일입니다.\n"
7265"[user]\n"
7266"# 다음 줄을 알맞게 고치고 앞의 주석을 제거하십시오:\n"
7267"#\tname = %s\n"
7268"#\temail = %s\n"
7269
7270#: builtin/config.c:613
7271#, c-format
7272msgid "cannot create configuration file %s"
7273msgstr "%s 설정 파일을 만들 수 없습니다"
7274
7275#: builtin/config.c:625
7276#, c-format
7277msgid ""
7278"cannot overwrite multiple values with a single value\n"
7279"       Use a regexp, --add or --replace-all to change %s."
7280msgstr ""
7281"여러 개의 값을 하나의 값으로 덮어쓸 수 없습니다.\n"
7282"%s을(를) 변경하려면 정규식을 쓰거나, --add 또는 --replace-all 옵션을\n"
7283"사용하십시오."
7284
7285#: builtin/count-objects.c:86
7286msgid "git count-objects [-v] [-H | --human-readable]"
7287msgstr "git count-objects [-v] [-H | --human-readable]"
7288
7289#: builtin/count-objects.c:96
7290msgid "print sizes in human readable format"
7291msgstr "사람이 읽기 좋은 형식으로 크기를 표시합니다"
7292
7293#: builtin/describe.c:17
7294msgid "git describe [<options>] [<commit-ish>...]"
7295msgstr "git describe [<옵션>] [<커밋-따위>...]"
7296
7297#: builtin/describe.c:18
7298msgid "git describe [<options>] --dirty"
7299msgstr "git describe [<옵션>] --dirty"
7300
7301#: builtin/describe.c:217
7302#, c-format
7303msgid "annotated tag %s not available"
7304msgstr "주석 달린 %s 태그를 사용할 수 없습니다"
7305
7306#: builtin/describe.c:221
7307#, c-format
7308msgid "annotated tag %s has no embedded name"
7309msgstr "주석 달린 %s 태그에 내장된 이름이 없습니다"
7310
7311#: builtin/describe.c:223
7312#, c-format
7313msgid "tag '%s' is really '%s' here"
7314msgstr "'%s' 태그가 실제 여기 '%s'입니다"
7315
7316#: builtin/describe.c:250 builtin/log.c:480
7317#, c-format
7318msgid "Not a valid object name %s"
7319msgstr "올바른 오브젝트 이름이 아닙니다 (%s)"
7320
7321#: builtin/describe.c:253
7322#, c-format
7323msgid "%s is not a valid '%s' object"
7324msgstr "%s은(는) 올바른 '%s' 오브젝트가 아닙니다"
7325
7326#: builtin/describe.c:270
7327#, c-format
7328msgid "no tag exactly matches '%s'"
7329msgstr "어떤 태그도 '%s'와(과) 정확히 일치하지 않습니다"
7330
7331#: builtin/describe.c:272
7332#, c-format
7333msgid "searching to describe %s\n"
7334msgstr "%s 설명을 위해 검색하는 중\n"
7335
7336#: builtin/describe.c:319
7337#, c-format
7338msgid "finished search at %s\n"
7339msgstr "%s에서 검색 마침\n"
7340
7341#: builtin/describe.c:346
7342#, c-format
7343msgid ""
7344"No annotated tags can describe '%s'.\n"
7345"However, there were unannotated tags: try --tags."
7346msgstr ""
7347"어떤 주석 달린 태그도 '%s'을(를) 설명하지 않습니다.\n"
7348"하지만 주석 달리지 않은 태그가 있습니다: --tags 옵션을 해 보십시오."
7349
7350#: builtin/describe.c:350
7351#, c-format
7352msgid ""
7353"No tags can describe '%s'.\n"
7354"Try --always, or create some tags."
7355msgstr ""
7356"어떤 태그도 '%s'을(를) 설명할 수 없습니다.\n"
7357"--always 옵션을 써 보거나, 태그를 만들어 보십시오."
7358
7359#: builtin/describe.c:371
7360#, c-format
7361msgid "traversed %lu commits\n"
7362msgstr "커밋 %lu개를 가로질렀습니다\n"
7363
7364#: builtin/describe.c:374
7365#, c-format
7366msgid ""
7367"more than %i tags found; listed %i most recent\n"
7368"gave up search at %s\n"
7369msgstr ""
7370"태그를 %i개 넘게 찾았습니다. 가장 최근의 %i개 목록을\n"
7371"표시합니다. %s 위치에서 검색을 중지합니다.\n"
7372
7373#: builtin/describe.c:396
7374msgid "find the tag that comes after the commit"
7375msgstr "커밋 다음에 오는 태그를 찾습니다"
7376
7377#: builtin/describe.c:397
7378msgid "debug search strategy on stderr"
7379msgstr "표준 오류에서 검색 전략을 디버깅합니다"
7380
7381#: builtin/describe.c:398
7382msgid "use any ref"
7383msgstr "모든 레퍼런스를 사용합니다"
7384
7385#: builtin/describe.c:399
7386msgid "use any tag, even unannotated"
7387msgstr "모든 태그를, 주석 달리지 않은 태그까지 사용합니다"
7388
7389#: builtin/describe.c:400
7390msgid "always use long format"
7391msgstr "항상 긴 형식을 사용합니다"
7392
7393#: builtin/describe.c:401
7394msgid "only follow first parent"
7395msgstr "첫 번째 이전 커밋만 따라갑니다"
7396
7397#: builtin/describe.c:404
7398msgid "only output exact matches"
7399msgstr "정확히 일치하는 항목만 출력합니다"
7400
7401#: builtin/describe.c:406
7402msgid "consider <n> most recent tags (default: 10)"
7403msgstr "<n>개의 가장 최근의 태그만 고려합니다 (기본값: 10)"
7404
7405#: builtin/describe.c:408
7406msgid "only consider tags matching <pattern>"
7407msgstr "<패턴>과 일치하는 태그만 고려합니다"
7408
7409#: builtin/describe.c:410 builtin/name-rev.c:320
7410msgid "show abbreviated commit object as fallback"
7411msgstr "대안으로 요약한 커밋 오브젝트를 표시합니다"
7412
7413#: builtin/describe.c:411
7414msgid "mark"
7415msgstr "표시"
7416
7417#: builtin/describe.c:412
7418msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7419msgstr "변경된 작업 폴더에 <표시>를 뒤에 붙입니다 (기본값: \"-dirty\")"
7420
7421#: builtin/describe.c:430
7422msgid "--long is incompatible with --abbrev=0"
7423msgstr "--long 옵션은 --abbrev=0 옵션과 호환되지 않습니다"
7424
7425#: builtin/describe.c:456
7426msgid "No names found, cannot describe anything."
7427msgstr "이름이 없습니다. 아무것도 설명할 수 없습니다."
7428
7429#: builtin/describe.c:476
7430msgid "--dirty is incompatible with commit-ishes"
7431msgstr "--dirty 옵션은 커밋같은 항목과 호환되지 않습니다"
7432
7433#: builtin/diff.c:83
7434#, c-format
7435msgid "'%s': not a regular file or symlink"
7436msgstr "'%s': 일반 파일이나 심볼릭 링크가 아닙니다"
7437
7438#: builtin/diff.c:234
7439#, c-format
7440msgid "invalid option: %s"
7441msgstr "잘못된 옵션: %s"
7442
7443#: builtin/diff.c:358
7444msgid "Not a git repository"
7445msgstr "깃 저장소가 아닙니다"
7446
7447#: builtin/diff.c:401
7448#, c-format
7449msgid "invalid object '%s' given."
7450msgstr "잘못된 '%s' 오브젝트가 주어졌습니다."
7451
7452#: builtin/diff.c:410
7453#, c-format
7454msgid "more than two blobs given: '%s'"
7455msgstr "두 개보다 많은 블롭이 주어졌습니다: '%s'"
7456
7457#: builtin/diff.c:417
7458#, c-format
7459msgid "unhandled object '%s' given."
7460msgstr "처리하지 않은 '%s' 오브젝트가 주어졌습니다."
7461
7462#: builtin/difftool.c:28
7463msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7464msgstr "git difftool [<옵션>] [<커밋> [<커밋>]] [--] [<경로>...]"
7465
7466#: builtin/difftool.c:241
7467#, c-format
7468msgid "failed: %d"
7469msgstr "실패: %d"
7470
7471#: builtin/difftool.c:342
7472msgid ""
7473"combined diff formats('-c' and '--cc') are not supported in\n"
7474"directory diff mode('-d' and '--dir-diff')."
7475msgstr ""
7476"컴바인드 diff 형식은 ('-c' 및 '--cc') 디렉터리 diff 모드에서는\n"
7477"('-d' 및 '--dir-diff') 지원하지 않습니다."
7478
7479#: builtin/difftool.c:567
7480#, c-format
7481msgid "both files modified: '%s' and '%s'."
7482msgstr "두 파일이 수정되었습니다: '%s' 및 '%s'."
7483
7484#: builtin/difftool.c:569
7485msgid "working tree file has been left."
7486msgstr "작업 폴더가 남겨져 있습니다."
7487
7488#: builtin/difftool.c:580
7489#, c-format
7490msgid "temporary files exist in '%s'."
7491msgstr "임시 파일이 '%s'에 있습니다."
7492
7493#: builtin/difftool.c:581
7494msgid "you may want to cleanup or recover these."
7495msgstr "이 파일을 지우거나 복구할 수 있습니다."
7496
7497#: builtin/difftool.c:626
7498msgid "use `diff.guitool` instead of `diff.tool`"
7499msgstr "`diff.tool` 대신 `diff.guitool`을 사용하십시오"
7500
7501#: builtin/difftool.c:628
7502msgid "perform a full-directory diff"
7503msgstr "전체 디렉터리 diff를 수행합니다"
7504
7505#: builtin/difftool.c:630
7506msgid "do not prompt before launching a diff tool"
7507msgstr "diff 도구를 실행하기 전에 프롬프트를 표시하지 않습니다"
7508
7509#: builtin/difftool.c:636
7510msgid "use symlinks in dir-diff mode"
7511msgstr "dir-diff 모드에서 심볼릭 링크를 사용합니다"
7512
7513#: builtin/difftool.c:637
7514msgid "<tool>"
7515msgstr "<도구>"
7516
7517#: builtin/difftool.c:638
7518msgid "use the specified diff tool"
7519msgstr "지정한 diff 도구를 사용합니다"
7520
7521#: builtin/difftool.c:640
7522msgid "print a list of diff tools that may be used with `--tool`"
7523msgstr "`--tool` 옵션에서 사용할 수 있는 diff 도구 목록을 표시합니다"
7524
7525#: builtin/difftool.c:643
7526msgid ""
7527"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7528"code"
7529msgstr ""
7530"실행한 diff 도구가 0이 아닌 코드를 리턴하면 'git-difftool'이 끝나게 합니다"
7531
7532#: builtin/difftool.c:645
7533msgid "<command>"
7534msgstr "<명령>"
7535
7536#: builtin/difftool.c:646
7537msgid "specify a custom command for viewing diffs"
7538msgstr "diff를 보는 명령어를 사용자가 지정합니다"
7539
7540#: builtin/difftool.c:670
7541msgid "no <tool> given for --tool=<tool>"
7542msgstr "--tool=<도구> 옵션에 <도구>가 주어지지 않았습니다"
7543
7544#: builtin/difftool.c:677
7545msgid "no <cmd> given for --extcmd=<cmd>"
7546msgstr "--extcmd=<명령> 옵션에 <명령>이 주어지지 않았습니다"
7547
7548#: builtin/fast-export.c:25
7549msgid "git fast-export [rev-list-opts]"
7550msgstr "git fast-export [rev-list-옵션]"
7551
7552#: builtin/fast-export.c:980
7553msgid "show progress after <n> objects"
7554msgstr "오브젝트 <n>개 뒤에 진행 상황을 표시합니다"
7555
7556#: builtin/fast-export.c:982
7557msgid "select handling of signed tags"
7558msgstr "서명한 태그의 처리 방식을 선택합니다"
7559
7560#: builtin/fast-export.c:985
7561msgid "select handling of tags that tag filtered objects"
7562msgstr "필터링한 오브젝트에 대한 태그의 처리 방식을 선택합니다"
7563
7564#: builtin/fast-export.c:988
7565msgid "Dump marks to this file"
7566msgstr "이 파일로 표시를 내보냅니다"
7567
7568#: builtin/fast-export.c:990
7569msgid "Import marks from this file"
7570msgstr "이 파일에서 표시를 가져옵니다"
7571
7572#: builtin/fast-export.c:992
7573msgid "Fake a tagger when tags lack one"
7574msgstr "태그에 태그붙인 사람이 없을 때 가짜로 만듭니다"
7575
7576#: builtin/fast-export.c:994
7577msgid "Output full tree for each commit"
7578msgstr "커밋 마다 전체 트리를 출력합니다"
7579
7580#: builtin/fast-export.c:996
7581msgid "Use the done feature to terminate the stream"
7582msgstr "스트림을 끝내는데 완료 기능을 사용합니다"
7583
7584#: builtin/fast-export.c:997
7585msgid "Skip output of blob data"
7586msgstr "블롭 데이터의 출력을 건너뜁니다"
7587
7588#: builtin/fast-export.c:998
7589msgid "refspec"
7590msgstr "레퍼런스명세"
7591
7592#: builtin/fast-export.c:999
7593msgid "Apply refspec to exported refs"
7594msgstr "레퍼런스명세를 내보낸 레퍼런스에 적용합니다"
7595
7596#: builtin/fast-export.c:1000
7597msgid "anonymize output"
7598msgstr "출력을 익명화합니다"
7599
7600#: builtin/fetch.c:21
7601msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7602msgstr "git fetch [<옵션>] [<저장소> [<레퍼런스명세>...]]"
7603
7604#: builtin/fetch.c:22
7605msgid "git fetch [<options>] <group>"
7606msgstr "git fetch [<옵션>] <그룹>"
7607
7608#: builtin/fetch.c:23
7609msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7610msgstr "git fetch --multiple [<옵션>] [(<저장소> | <그룹>)...]"
7611
7612#: builtin/fetch.c:24
7613msgid "git fetch --all [<options>]"
7614msgstr "git fetch --all [<옵션>]"
7615
7616#: builtin/fetch.c:95 builtin/pull.c:175
7617msgid "fetch from all remotes"
7618msgstr "모든 리모트에서 가져옵니다"
7619
7620#: builtin/fetch.c:97 builtin/pull.c:178
7621msgid "append to .git/FETCH_HEAD instead of overwriting"
7622msgstr "덮어쓰지 말고 .git/FETCH_HEAD에 덧붙입니다"
7623
7624#: builtin/fetch.c:99 builtin/pull.c:181
7625msgid "path to upload pack on remote end"
7626msgstr "리모트 쪽에 묶음을 업로드할 경로"
7627
7628#: builtin/fetch.c:100 builtin/pull.c:183
7629msgid "force overwrite of local branch"
7630msgstr "로컬 브랜치를 강제로 덮어씁니다"
7631
7632#: builtin/fetch.c:102
7633msgid "fetch from multiple remotes"
7634msgstr "여러 리모트에서 가져옵니다"
7635
7636#: builtin/fetch.c:104 builtin/pull.c:185
7637msgid "fetch all tags and associated objects"
7638msgstr "모든 태그와 관련 오브젝트를 가져옵니다"
7639
7640#: builtin/fetch.c:106
7641msgid "do not fetch all tags (--no-tags)"
7642msgstr "모든 태그를 가져오지 않습니다 (--no-tags)"
7643
7644#: builtin/fetch.c:108
7645msgid "number of submodules fetched in parallel"
7646msgstr "병렬적으로 받아오는 하위모듈 개수"
7647
7648#: builtin/fetch.c:110 builtin/pull.c:188
7649msgid "prune remote-tracking branches no longer on remote"
7650msgstr "리모트에 이제 없는 리모트 추적 브랜치를 잘라냅니다"
7651
7652#: builtin/fetch.c:111 builtin/pull.c:191
7653msgid "on-demand"
7654msgstr "주문형"
7655
7656#: builtin/fetch.c:112 builtin/pull.c:192
7657msgid "control recursive fetching of submodules"
7658msgstr "하위 모듈 재귀적으로 가져오기 방식을 설정합니다"
7659
7660#: builtin/fetch.c:116 builtin/pull.c:200
7661msgid "keep downloaded pack"
7662msgstr "다운로드한 묶음을 보존합니다"
7663
7664#: builtin/fetch.c:118
7665msgid "allow updating of HEAD ref"
7666msgstr "HEAD 레퍼런스 업데이트를 허용합니다"
7667
7668#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7669msgid "deepen history of shallow clone"
7670msgstr "얕은 복제의 커밋 내역을 깊게 만듭니다"
7671
7672#: builtin/fetch.c:123
7673msgid "deepen history of shallow repository based on time"
7674msgstr "얕은 복제의 커밋 내역을 시간을 기준으로 깊게 만듭니다"
7675
7676#: builtin/fetch.c:129 builtin/pull.c:206
7677msgid "convert to a complete repository"
7678msgstr "완전한 저장소로 전환합니다"
7679
7680#: builtin/fetch.c:131 builtin/log.c:1433
7681msgid "dir"
7682msgstr "디렉터리"
7683
7684#: builtin/fetch.c:132
7685msgid "prepend this to submodule path output"
7686msgstr "하위 모듈 경로 출력의 앞에 이 디렉터리를 붙입니다"
7687
7688#: builtin/fetch.c:135
7689msgid "default mode for recursion"
7690msgstr "재귀 기본 모드"
7691
7692#: builtin/fetch.c:137 builtin/pull.c:209
7693msgid "accept refs that update .git/shallow"
7694msgstr ".git/shallow를 업데이트하는 레퍼런스를 허용합니다"
7695
7696#: builtin/fetch.c:138 builtin/pull.c:211
7697msgid "refmap"
7698msgstr "레퍼런스맵"
7699
7700#: builtin/fetch.c:139 builtin/pull.c:212
7701msgid "specify fetch refmap"
7702msgstr "레퍼런스맵 가져오기를 지정합니다"
7703
7704#: builtin/fetch.c:395
7705msgid "Couldn't find remote ref HEAD"
7706msgstr "리모트 레퍼런스 HEAD를 찾을 수 없습니다"
7707
7708#: builtin/fetch.c:511
7709#, c-format
7710msgid "configuration fetch.output contains invalid value %s"
7711msgstr "fetch.output 설정에 잘못된 값이 있습니다: %s"
7712
7713#: builtin/fetch.c:604
7714#, c-format
7715msgid "object %s not found"
7716msgstr "%s 오브젝트가 없습니다"
7717
7718#: builtin/fetch.c:608
7719msgid "[up to date]"
7720msgstr "[최신 상태]"
7721
7722#: builtin/fetch.c:621 builtin/fetch.c:701
7723msgid "[rejected]"
7724msgstr "[거부됨]"
7725
7726#: builtin/fetch.c:622
7727msgid "can't fetch in current branch"
7728msgstr "현재 브랜치에서 가져올 수 없음"
7729
7730#: builtin/fetch.c:631
7731msgid "[tag update]"
7732msgstr "[태그 업데이트]"
7733
7734#: builtin/fetch.c:632 builtin/fetch.c:665 builtin/fetch.c:681
7735#: builtin/fetch.c:696
7736msgid "unable to update local ref"
7737msgstr "로컬 레퍼런스를 업데이트할 수 없습니다"
7738
7739#: builtin/fetch.c:651
7740msgid "[new tag]"
7741msgstr "[새로운 태그]"
7742
7743#: builtin/fetch.c:654
7744msgid "[new branch]"
7745msgstr "[새로운 브랜치]"
7746
7747#: builtin/fetch.c:657
7748msgid "[new ref]"
7749msgstr "[새로운 레퍼런스]"
7750
7751#: builtin/fetch.c:696
7752msgid "forced update"
7753msgstr "강제 업데이트"
7754
7755#: builtin/fetch.c:701
7756msgid "non-fast-forward"
7757msgstr "정방향 진행이 아님"
7758
7759#: builtin/fetch.c:746
7760#, c-format
7761msgid "%s did not send all necessary objects\n"
7762msgstr "%s이(가) 모든 필요한 오브젝트를 보내지 않았습니다\n"
7763
7764#: builtin/fetch.c:766
7765#, c-format
7766msgid "reject %s because shallow roots are not allowed to be updated"
7767msgstr "얕은 최상위의 업데이트가 허용되지 않으므로 %s을(를) 거부합니다"
7768
7769#: builtin/fetch.c:853 builtin/fetch.c:949
7770#, c-format
7771msgid "From %.*s\n"
7772msgstr "%.*s URL에서\n"
7773
7774#: builtin/fetch.c:864
7775#, c-format
7776msgid ""
7777"some local refs could not be updated; try running\n"
7778" 'git remote prune %s' to remove any old, conflicting branches"
7779msgstr ""
7780"업데이트할 수 없는 로컬 레퍼런스가 있습니다. 과거 충돌 브랜치를\n"
7781" 제거하려면 'git remote prune %s' 명령을 실행해 보십시오"
7782
7783#: builtin/fetch.c:919
7784#, c-format
7785msgid "   (%s will become dangling)"
7786msgstr "   (%s 레퍼런스가 연결이 끊어지게 됩니다)"
7787
7788#: builtin/fetch.c:920
7789#, c-format
7790msgid "   (%s has become dangling)"
7791msgstr "   (%s 레퍼런스가 연결이 끊어졌습니다)"
7792
7793#: builtin/fetch.c:952
7794msgid "[deleted]"
7795msgstr "[삭제됨]"
7796
7797#: builtin/fetch.c:953 builtin/remote.c:1020
7798msgid "(none)"
7799msgstr "(없음)"
7800
7801#: builtin/fetch.c:976
7802#, c-format
7803msgid "Refusing to fetch into current branch %s of non-bare repository"
7804msgstr "간략한 저장소가 아닌 저장소의 현재 %s 브랜치로 가져오기를 거절합니다"
7805
7806#: builtin/fetch.c:995
7807#, c-format
7808msgid "Option \"%s\" value \"%s\" is not valid for %s"
7809msgstr "\"%s\" 옵션의 \"%s\" 값은 %s에 대해 올바르지 않습니다"
7810
7811#: builtin/fetch.c:998
7812#, c-format
7813msgid "Option \"%s\" is ignored for %s\n"
7814msgstr "\"%s\" 옵션은 '%s'에 대해 무시됩니다\n"
7815
7816#: builtin/fetch.c:1074
7817#, c-format
7818msgid "Don't know how to fetch from %s"
7819msgstr "'%s'에서 가져오는 방법을 알 수 없습니다"
7820
7821#: builtin/fetch.c:1234
7822#, c-format
7823msgid "Fetching %s\n"
7824msgstr "%s을(를) 가져오는 중\n"
7825
7826#: builtin/fetch.c:1236 builtin/remote.c:96
7827#, c-format
7828msgid "Could not fetch %s"
7829msgstr "%s을(를) 가져올 수 없습니다"
7830
7831#: builtin/fetch.c:1254
7832msgid ""
7833"No remote repository specified.  Please, specify either a URL or a\n"
7834"remote name from which new revisions should be fetched."
7835msgstr ""
7836"리모트 저장소를 지정하지 않았습니다. 새 리비전을 가져올 수 있는\n"
7837"URL이나 리모트 이름을 지정하십시오."
7838
7839#: builtin/fetch.c:1277
7840msgid "You need to specify a tag name."
7841msgstr "태그 이름을 지정해야 합니다."
7842
7843#: builtin/fetch.c:1319
7844msgid "Negative depth in --deepen is not supported"
7845msgstr "--deepen 옵션에 음수 깊이는 지원하지 않습니다"
7846
7847#: builtin/fetch.c:1321
7848msgid "--deepen and --depth are mutually exclusive"
7849msgstr "-deepen, --depth 옵션 중 하나만 쓸 수 있습니다"
7850
7851#: builtin/fetch.c:1326
7852msgid "--depth and --unshallow cannot be used together"
7853msgstr "--depth 및 --unshallow 옵션은 같이 쓸 수 없습니다"
7854
7855#: builtin/fetch.c:1328
7856msgid "--unshallow on a complete repository does not make sense"
7857msgstr ""
7858"완전한 저장소에 대해 --unshallow 옵션을 사용하는 건 앞뒤가 맞지 않습니다"
7859
7860#: builtin/fetch.c:1350
7861msgid "fetch --all does not take a repository argument"
7862msgstr "fetch --all 명령에 저장소 인자가 없습니다"
7863
7864#: builtin/fetch.c:1352
7865msgid "fetch --all does not make sense with refspecs"
7866msgstr "fetch --all 명령은 레퍼런스명세 인자와 같이 쓰면 앞뒤가 맞지 않습니다"
7867
7868#: builtin/fetch.c:1363
7869#, c-format
7870msgid "No such remote or remote group: %s"
7871msgstr "그런 리모트나 리모트 그룹이 없습니다: %s"
7872
7873#: builtin/fetch.c:1371
7874msgid "Fetching a group and specifying refspecs does not make sense"
7875msgstr "그룹을 가져오고 레퍼런스명세를 지정하면 앞뒤가 맞지 않습니다"
7876
7877#: builtin/fmt-merge-msg.c:14
7878msgid ""
7879"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7880msgstr ""
7881"git fmt-merge-msg [-m <메시지>] [--log[=<n>] | --no-log] [--file <파일>]"
7882
7883#: builtin/fmt-merge-msg.c:663
7884msgid "populate log with at most <n> entries from shortlog"
7885msgstr "shortlog에서 최대 <n>개 로그를 표시합니다"
7886
7887#: builtin/fmt-merge-msg.c:666
7888msgid "alias for --log (deprecated)"
7889msgstr "--log와 동일 (없어질 예정)"
7890
7891#: builtin/fmt-merge-msg.c:669
7892msgid "text"
7893msgstr "텍스트"
7894
7895#: builtin/fmt-merge-msg.c:670
7896msgid "use <text> as start of message"
7897msgstr "<텍스트>를 시작 메시지로 사용합니다"
7898
7899#: builtin/fmt-merge-msg.c:671
7900msgid "file to read from"
7901msgstr "읽어들일 파일"
7902
7903#: builtin/for-each-ref.c:9
7904msgid "git for-each-ref [<options>] [<pattern>]"
7905msgstr "git for-each-ref [<옵션>] [<패턴>]"
7906
7907#: builtin/for-each-ref.c:10
7908msgid "git for-each-ref [--points-at <object>]"
7909msgstr "git for-each-ref [--points-at <오브젝트>]"
7910
7911#: builtin/for-each-ref.c:11
7912msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
7913msgstr "git for-each-ref [(--merged | --no-merged) [<오브젝트>]]"
7914
7915#: builtin/for-each-ref.c:12
7916msgid "git for-each-ref [--contains [<object>]]"
7917msgstr "git for-each-ref [--contains [<오브젝트>]]"
7918
7919#: builtin/for-each-ref.c:27
7920msgid "quote placeholders suitably for shells"
7921msgstr "셸에 적합하게 플레이스홀더를 인용합니다"
7922
7923#: builtin/for-each-ref.c:29
7924msgid "quote placeholders suitably for perl"
7925msgstr "펄에 적합하게 플레이스홀더를 인용합니다"
7926
7927#: builtin/for-each-ref.c:31
7928msgid "quote placeholders suitably for python"
7929msgstr "파이썬에 적합하게 플레이스홀더를 인용합니다"
7930
7931#: builtin/for-each-ref.c:33
7932msgid "quote placeholders suitably for Tcl"
7933msgstr "티클에 적합하게 플레이스홀더를 인용합니다"
7934
7935#: builtin/for-each-ref.c:36
7936msgid "show only <n> matched refs"
7937msgstr "<n>개의 해당하는 레퍼런스만 표시합니다"
7938
7939#: builtin/for-each-ref.c:37 builtin/tag.c:387 builtin/verify-tag.c:38
7940msgid "format to use for the output"
7941msgstr "출력에 사용할 형식"
7942
7943#: builtin/for-each-ref.c:41
7944msgid "print only refs which points at the given object"
7945msgstr "주어진 오브젝트를 가리키는 레퍼런스만 표시합니다"
7946
7947#: builtin/for-each-ref.c:43
7948msgid "print only refs that are merged"
7949msgstr "병합하는 레퍼런스만 표시합니다"
7950
7951#: builtin/for-each-ref.c:44
7952msgid "print only refs that are not merged"
7953msgstr "병합하지 않는 레퍼런스만 표시합니다"
7954
7955#: builtin/for-each-ref.c:45
7956msgid "print only refs which contain the commit"
7957msgstr "커밋이 들어 있는 레퍼런스만 표시합니다"
7958
7959#: builtin/fsck.c:554
7960msgid "Checking object directories"
7961msgstr "오브젝트 디렉터리를 확인하는 중입니다"
7962
7963#: builtin/fsck.c:646
7964msgid "git fsck [<options>] [<object>...]"
7965msgstr "git fsck [<옵션>] [<오브젝트>...]"
7966
7967#: builtin/fsck.c:652
7968msgid "show unreachable objects"
7969msgstr "접근할 수 없는 오브젝트를 표시합니다"
7970
7971#: builtin/fsck.c:653
7972msgid "show dangling objects"
7973msgstr "연결이 끊어진 오브젝트를 표시합니다"
7974
7975#: builtin/fsck.c:654
7976msgid "report tags"
7977msgstr "태그를 알립니다"
7978
7979#: builtin/fsck.c:655
7980msgid "report root nodes"
7981msgstr "최상위 노드를 알립니다"
7982
7983#: builtin/fsck.c:656
7984msgid "make index objects head nodes"
7985msgstr "인덱스 오브젝트 헤드 노드를 만듭니다"
7986
7987#: builtin/fsck.c:657
7988msgid "make reflogs head nodes (default)"
7989msgstr "reflog 헤드 노드를 만듭니다 (기본값)"
7990
7991#: builtin/fsck.c:658
7992msgid "also consider packs and alternate objects"
7993msgstr "묶음과 보조 오브젝트도 만듭니다"
7994
7995#: builtin/fsck.c:659
7996msgid "check only connectivity"
7997msgstr "연결만 확인합니다"
7998
7999#: builtin/fsck.c:660
8000msgid "enable more strict checking"
8001msgstr "더 엄격하게 확인합니다"
8002
8003#: builtin/fsck.c:662
8004msgid "write dangling objects in .git/lost-found"
8005msgstr ".git/lost-found 안에 연결이 끊어진 오브젝트를 씁니다"
8006
8007#: builtin/fsck.c:663 builtin/prune.c:107
8008msgid "show progress"
8009msgstr "진행 상황을 표시합니다"
8010
8011#: builtin/fsck.c:664
8012msgid "show verbose names for reachable objects"
8013msgstr "접근할 수 없는 오브젝트의 이름을 자세히 표시합니다"
8014
8015#: builtin/fsck.c:725
8016msgid "Checking objects"
8017msgstr "오브젝트를 확인합니다"
8018
8019#: builtin/gc.c:25
8020msgid "git gc [<options>]"
8021msgstr "git gc [<옵션>]"
8022
8023#: builtin/gc.c:72
8024#, c-format
8025msgid "Invalid %s: '%s'"
8026msgstr "잘못된 %s: '%s'"
8027
8028#: builtin/gc.c:139
8029#, c-format
8030msgid "insanely long object directory %.*s"
8031msgstr "비정상적으로 긴 오브젝트 디렉터리 %.*s"
8032
8033#: builtin/gc.c:297
8034#, c-format
8035msgid ""
8036"The last gc run reported the following. Please correct the root cause\n"
8037"and remove %s.\n"
8038"Automatic cleanup will not be performed until the file is removed.\n"
8039"\n"
8040"%s"
8041msgstr ""
8042"마지막 가비지컬렉터에서 다음을 알려왔습니다. 원인을 바로잡은\n"
8043"다음 %s 파일을 제거하십시오.\n"
8044"이 파일을 제거하기 전에는 자동 정리 작업을 수행하지 않습니다.\n"
8045"\n"
8046"%s"
8047
8048#: builtin/gc.c:334
8049msgid "prune unreferenced objects"
8050msgstr "레퍼런스하지 않는 오브젝트를 잘라냅니다"
8051
8052#: builtin/gc.c:336
8053msgid "be more thorough (increased runtime)"
8054msgstr "더 자세히 검사합니다 (실행 시간 늘어남)"
8055
8056#: builtin/gc.c:337
8057msgid "enable auto-gc mode"
8058msgstr "자동 가비지컬렉터 모드를 사용합니다"
8059
8060#: builtin/gc.c:338
8061msgid "force running gc even if there may be another gc running"
8062msgstr "이미 가비지컬렉터가 실행 중이더라도 강제로 가비지컬렉터를 실행합니다"
8063
8064#: builtin/gc.c:380
8065#, c-format
8066msgid "Auto packing the repository in background for optimum performance.\n"
8067msgstr "최적 성능을 위해 백그라운드에서 자동으로 저장소의 묶음을 만듭니다.\n"
8068
8069#: builtin/gc.c:382
8070#, c-format
8071msgid "Auto packing the repository for optimum performance.\n"
8072msgstr "최적 성능을 위해 자동으로 저장소의 묶음을 만듭니다.\n"
8073
8074#: builtin/gc.c:383
8075#, c-format
8076msgid "See \"git help gc\" for manual housekeeping.\n"
8077msgstr "수동 관리 작업은 \"git help gc\" 내용을 참고하십시오.\n"
8078
8079#: builtin/gc.c:404
8080#, c-format
8081msgid ""
8082"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8083msgstr ""
8084"가비지컬렉터가 이미 '%s' 컴퓨터에서 %<PRIuMAX> PID로 실행 중입니다 (아니면 --"
8085"force를 사용하십시오)"
8086
8087#: builtin/gc.c:448
8088msgid ""
8089"There are too many unreachable loose objects; run 'git prune' to remove them."
8090msgstr ""
8091"느슨한 오브젝트가 너무 많습니다. 제거하려면 'git prune'을 실행하십시오."
8092
8093#: builtin/grep.c:25
8094msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8095msgstr "git grep [<옵션>] [-e] <패턴> [<리비전>...] [[--] <경로>...]"
8096
8097#: builtin/grep.c:232
8098#, c-format
8099msgid "grep: failed to create thread: %s"
8100msgstr "grep: 스레드를 만드는데 실패했습니다: %s"
8101
8102#: builtin/grep.c:290
8103#, c-format
8104msgid "invalid number of threads specified (%d) for %s"
8105msgstr "잘못된 스레드 수를 %2$s에 대해 지정했습니다 (%1$d)"
8106
8107#: builtin/grep.c:763 builtin/grep.c:804
8108#, c-format
8109msgid "unable to read tree (%s)"
8110msgstr "트리를 읽을 수 없습니다 (%s)"
8111
8112#: builtin/grep.c:823
8113#, c-format
8114msgid "unable to grep from object of type %s"
8115msgstr "종류가 %s인 오브젝트에서 grep을 할 수 없습니다"
8116
8117#: builtin/grep.c:887
8118#, c-format
8119msgid "switch `%c' expects a numerical value"
8120msgstr "`%c' 옵션에는 숫자 값이 와야 합니다"
8121
8122#: builtin/grep.c:973
8123msgid "search in index instead of in the work tree"
8124msgstr "작업 폴더 대신에 인덱스에서 검색합니다"
8125
8126#: builtin/grep.c:975
8127msgid "find in contents not managed by git"
8128msgstr "깃으로 관리하지 않은 내용에서 찾습니다"
8129
8130#: builtin/grep.c:977
8131msgid "search in both tracked and untracked files"
8132msgstr "추적되는 파일과 추적되지 않는 파일 모두에서 검색합니다"
8133
8134#: builtin/grep.c:979
8135msgid "ignore files specified via '.gitignore'"
8136msgstr "'.gitignore'로 지정한 파일을 무시합니다"
8137
8138#: builtin/grep.c:981
8139msgid "recursivley search in each submodule"
8140msgstr "하위 모듈에 재귀적으로 검색합니다"
8141
8142#: builtin/grep.c:983
8143msgid "basename"
8144msgstr "베이스이름"
8145
8146#: builtin/grep.c:984
8147msgid "prepend parent project's basename to output"
8148msgstr "프로젝트의 베이스일므을 출력 앞에 붙입니다"
8149
8150#: builtin/grep.c:987
8151msgid "show non-matching lines"
8152msgstr "일치하지 않는 줄을 표시합니다"
8153
8154#: builtin/grep.c:989
8155msgid "case insensitive matching"
8156msgstr "대소문자 구별하지 않고 비교합니다"
8157
8158#: builtin/grep.c:991
8159msgid "match patterns only at word boundaries"
8160msgstr "단어 경계 부분에 대해서만 패턴을 맞춥니다"
8161
8162#: builtin/grep.c:993
8163msgid "process binary files as text"
8164msgstr "바이너리 파일을 텍스트로 처리합니다"
8165
8166#: builtin/grep.c:995
8167msgid "don't match patterns in binary files"
8168msgstr "바이너리 파일에서 패턴을 맞추지 않습니다"
8169
8170#: builtin/grep.c:998
8171msgid "process binary files with textconv filters"
8172msgstr "textconv 필터를 사용해 바이너리 파일을 처리합니다"
8173
8174#: builtin/grep.c:1000
8175msgid "descend at most <depth> levels"
8176msgstr "최대 <깊이> 단계만큼 내려갑니다"
8177
8178#: builtin/grep.c:1004
8179msgid "use extended POSIX regular expressions"
8180msgstr "POSIX 확장 정규식을 사용합니다"
8181
8182#: builtin/grep.c:1007
8183msgid "use basic POSIX regular expressions (default)"
8184msgstr "기본 POSIX 정규식을 사용합니다 (기본값)"
8185
8186#: builtin/grep.c:1010
8187msgid "interpret patterns as fixed strings"
8188msgstr "패턴을 고정 문자열로 해석합니다"
8189
8190#: builtin/grep.c:1013
8191msgid "use Perl-compatible regular expressions"
8192msgstr "펄과 호환되는 정규식을 사용합니다"
8193
8194#: builtin/grep.c:1016
8195msgid "show line numbers"
8196msgstr "줄 번호를 표시합니다"
8197
8198#: builtin/grep.c:1017
8199msgid "don't show filenames"
8200msgstr "파일 이름을 표시하지 않습니다"
8201
8202#: builtin/grep.c:1018
8203msgid "show filenames"
8204msgstr "파일 이름을 표시합니다"
8205
8206#: builtin/grep.c:1020
8207msgid "show filenames relative to top directory"
8208msgstr "파일 이름을 최상위 디렉터리 상대 경로로 표시합니다"
8209
8210#: builtin/grep.c:1022
8211msgid "show only filenames instead of matching lines"
8212msgstr "일치하는 줄을 표시하지 않고 파일 이름만 표시합니다"
8213
8214#: builtin/grep.c:1024
8215msgid "synonym for --files-with-matches"
8216msgstr "--files-with-matches 옵션과 동일"
8217
8218#: builtin/grep.c:1027
8219msgid "show only the names of files without match"
8220msgstr "일치하지 않는 파일의 이름만 표시합니다"
8221
8222#: builtin/grep.c:1029
8223msgid "print NUL after filenames"
8224msgstr "파일 이름 다음에 NUL을 출력합니다"
8225
8226#: builtin/grep.c:1031
8227msgid "show the number of matches instead of matching lines"
8228msgstr "일치하는 줄을 표시하지 않고 일치하는 수를 표시합니다"
8229
8230#: builtin/grep.c:1032
8231msgid "highlight matches"
8232msgstr "일치하는 부분을 강조합니다"
8233
8234#: builtin/grep.c:1034
8235msgid "print empty line between matches from different files"
8236msgstr "다른 파일 사이에 일치하는 부분의 사이에 빈 줄을 출력합니다"
8237
8238#: builtin/grep.c:1036
8239msgid "show filename only once above matches from same file"
8240msgstr "같은 파일에서 여러 개가 일치하면 파일 이름을 한 번만 표시합니다"
8241
8242#: builtin/grep.c:1039
8243msgid "show <n> context lines before and after matches"
8244msgstr "일치하는 부분 앞뒤에 컨텍스트를 <n>줄 표시합니다"
8245
8246#: builtin/grep.c:1042
8247msgid "show <n> context lines before matches"
8248msgstr "일치하는 부분 앞에 컨텍스트를 <n>줄 표시합니다"
8249
8250#: builtin/grep.c:1044
8251msgid "show <n> context lines after matches"
8252msgstr "일치하는 부분 뒤에 컨텍스트를 <n>줄 표시합니다"
8253
8254#: builtin/grep.c:1046
8255msgid "use <n> worker threads"
8256msgstr "<n>개의 작업 스레드를 사용합니다"
8257
8258#: builtin/grep.c:1047
8259msgid "shortcut for -C NUM"
8260msgstr "-C NUM 옵션의 줄임"
8261
8262#: builtin/grep.c:1050
8263msgid "show a line with the function name before matches"
8264msgstr "일치 항목 앞에 함수 이름 줄을 표시합니다"
8265
8266#: builtin/grep.c:1052
8267msgid "show the surrounding function"
8268msgstr "들어 있는 함수를 표시합니다"
8269
8270#: builtin/grep.c:1055
8271msgid "read patterns from file"
8272msgstr "파일에서 패턴을 읽습니다"
8273
8274#: builtin/grep.c:1057
8275msgid "match <pattern>"
8276msgstr "<패턴>과 일치"
8277
8278#: builtin/grep.c:1059
8279msgid "combine patterns specified with -e"
8280msgstr "-e 옵션으로 지정한 패턴을 결합합니다"
8281
8282#: builtin/grep.c:1071
8283msgid "indicate hit with exit status without output"
8284msgstr "출력하지 않고 일치하는 항목을 exit() 상태 번호로 리턴합니다"
8285
8286#: builtin/grep.c:1073
8287msgid "show only matches from files that match all patterns"
8288msgstr "모든 패턴과 일치하는 파일의 일치하는 부분만 표시합니다"
8289
8290#: builtin/grep.c:1075
8291msgid "show parse tree for grep expression"
8292msgstr "grep 표현식에 대한 파싱 트리를 표시합니다"
8293
8294#: builtin/grep.c:1079
8295msgid "pager"
8296msgstr "페이저"
8297
8298#: builtin/grep.c:1079
8299msgid "show matching files in the pager"
8300msgstr "일치하는 파일을 페이저 프로그램에서 표시합니다"
8301
8302#: builtin/grep.c:1082
8303msgid "allow calling of grep(1) (ignored by this build)"
8304msgstr "grep(1) 실행을 허용합니다 (이 빌드에서는 무시)"
8305
8306#: builtin/grep.c:1146
8307msgid "no pattern given."
8308msgstr "패턴을 지정하지 않았습니다."
8309
8310#: builtin/grep.c:1178 builtin/index-pack.c:1482
8311#, c-format
8312msgid "invalid number of threads specified (%d)"
8313msgstr "잘못된 스레드 수를 지정했습니다 (%d)"
8314
8315#: builtin/grep.c:1215
8316msgid "--open-files-in-pager only works on the worktree"
8317msgstr "--open-files-in-pager 옵션은 작업 폴더에서만 동작합니다"
8318
8319#: builtin/grep.c:1238
8320msgid "option not supported with --recurse-submodules."
8321msgstr "--recurse-submodules와 같이 지원하지 않는 옵션입니다."
8322
8323#: builtin/grep.c:1244
8324msgid "--cached or --untracked cannot be used with --no-index."
8325msgstr ""
8326"--cached 또는 --untracked 옵션은 --no-index 옵션과 같이 쓸 수 없습니다."
8327
8328#: builtin/grep.c:1249
8329msgid "--no-index or --untracked cannot be used with revs."
8330msgstr "--no-index 또는 --untracked 옵션은 리비전과 같이 쓸 수 없습니다."
8331
8332#: builtin/grep.c:1252
8333msgid "--[no-]exclude-standard cannot be used for tracked contents."
8334msgstr "--[no-]exclude-standard 옵션은 추적되는 내용에 대해 쓸 수 없습니다."
8335
8336#: builtin/grep.c:1260
8337msgid "both --cached and trees are given."
8338msgstr "--cached 옵션과 트리를 모두 지정했습니다."
8339
8340#: builtin/hash-object.c:81
8341msgid ""
8342"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8343"[--] <file>..."
8344msgstr ""
8345"git hash-object [-t <종류>] [-w] [--path=<파일> | --no-filters] [--stdin] "
8346"[--] <파일>..."
8347
8348#: builtin/hash-object.c:82
8349msgid "git hash-object  --stdin-paths"
8350msgstr "git hash-object  --stdin-paths"
8351
8352#: builtin/hash-object.c:94
8353msgid "type"
8354msgstr "종류"
8355
8356#: builtin/hash-object.c:94
8357msgid "object type"
8358msgstr "오브젝트 종류"
8359
8360#: builtin/hash-object.c:95
8361msgid "write the object into the object database"
8362msgstr "오브젝트를 오브젝트 데이터베이스로 씁니다"
8363
8364#: builtin/hash-object.c:97
8365msgid "read the object from stdin"
8366msgstr "표준 입력에서 오브젝트를 읽습니다"
8367
8368#: builtin/hash-object.c:99
8369msgid "store file as is without filters"
8370msgstr "파일을 필터 없이 그대로 저장합니다"
8371
8372#: builtin/hash-object.c:100
8373msgid ""
8374"just hash any random garbage to create corrupt objects for debugging Git"
8375msgstr "임의의 쓰레기 데이터를 해시해 손상된 오브젝트를 만듭니다 (디버깅용)"
8376
8377#: builtin/hash-object.c:101
8378msgid "process file as it were from this path"
8379msgstr "파일이 이 경로에서 온 것처럼 처리합니다"
8380
8381#: builtin/help.c:42
8382msgid "print all available commands"
8383msgstr "사용 가능한 모든 명령의 목록을 표시합니다"
8384
8385#: builtin/help.c:43
8386msgid "exclude guides"
8387msgstr "설명서 제외"
8388
8389#: builtin/help.c:44
8390msgid "print list of useful guides"
8391msgstr "유용한 안내서 목록을 표시합니다"
8392
8393#: builtin/help.c:45
8394msgid "show man page"
8395msgstr "맨 페이지를 표시합니다"
8396
8397#: builtin/help.c:46
8398msgid "show manual in web browser"
8399msgstr "웹 브라우저에서 설명서를 표시합니다"
8400
8401#: builtin/help.c:48
8402msgid "show info page"
8403msgstr "인포 페이지를 표시합니다"
8404
8405#: builtin/help.c:54
8406msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8407msgstr "git help [--all] [--guides] [--man | --web | --info] [<명령>]"
8408
8409#: builtin/help.c:66
8410#, c-format
8411msgid "unrecognized help format '%s'"
8412msgstr "'%s' 도움말 포맷을 인식할 수 없습니다"
8413
8414#: builtin/help.c:93
8415msgid "Failed to start emacsclient."
8416msgstr "emacsclient 시작에 실패했습니다."
8417
8418#: builtin/help.c:106
8419msgid "Failed to parse emacsclient version."
8420msgstr "emacsclient 버전 파싱에 실패했습니다."
8421
8422#: builtin/help.c:114
8423#, c-format
8424msgid "emacsclient version '%d' too old (< 22)."
8425msgstr "emacsclient '%d' 버전은 너무 과거 (< 22) 버전입니다."
8426
8427#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
8428#, c-format
8429msgid "failed to exec '%s'"
8430msgstr "실행 실패: '%s'"
8431
8432#: builtin/help.c:207
8433#, c-format
8434msgid ""
8435"'%s': path for unsupported man viewer.\n"
8436"Please consider using 'man.<tool>.cmd' instead."
8437msgstr ""
8438"'%s': 지원하지 않는 맨 페이지 보기 프로그램 경로.\n"
8439"대신에 'man.<도구>.cmd' 옵션을 사용해 보십시오."
8440
8441#: builtin/help.c:219
8442#, c-format
8443msgid ""
8444"'%s': cmd for supported man viewer.\n"
8445"Please consider using 'man.<tool>.path' instead."
8446msgstr ""
8447"'%s': 지원하지 않는 맨 페이지 보기 프로그램 명령.\n"
8448"대신에 'man.<도구>.path' 옵션을 사용해 보십시오."
8449
8450#: builtin/help.c:336
8451#, c-format
8452msgid "'%s': unknown man viewer."
8453msgstr "'%s': 알 수 없는 맨 페이지 보기 프로그램."
8454
8455#: builtin/help.c:353
8456msgid "no man viewer handled the request"
8457msgstr "요청을 처리한 맨 페이지 보기 프로그램이 없습니다"
8458
8459#: builtin/help.c:361
8460msgid "no info viewer handled the request"
8461msgstr "요청을 처리한 인포 페이지 보기 프로그램이 없습니다"
8462
8463#: builtin/help.c:403
8464msgid "Defining attributes per path"
8465msgstr "경로마다 속성 정의하기"
8466
8467#: builtin/help.c:404
8468msgid "Everyday Git With 20 Commands Or So"
8469msgstr "매일매일 사용하는 20개 내외의 깃 명령"
8470
8471#: builtin/help.c:405
8472msgid "A Git glossary"
8473msgstr "깃 용어 사전"
8474
8475#: builtin/help.c:406
8476msgid "Specifies intentionally untracked files to ignore"
8477msgstr "의도적으로 추적하지 않는 파일을 무시하게 지정하기"
8478
8479#: builtin/help.c:407
8480msgid "Defining submodule properties"
8481msgstr "하위 모듈 속성 정의하기"
8482
8483#: builtin/help.c:408
8484msgid "Specifying revisions and ranges for Git"
8485msgstr "깃의 리비전 및 범위를 지정하기"
8486
8487#: builtin/help.c:409
8488msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8489msgstr "깃 따라하기 안내서 (버전 1.5.1 이후)"
8490
8491#: builtin/help.c:410
8492msgid "An overview of recommended workflows with Git"
8493msgstr "추천하는 깃 활용 작업 순서의 개요"
8494
8495#: builtin/help.c:422
8496msgid "The common Git guides are:\n"
8497msgstr "자주 사용하는 깃 안내서는 다음과 같습니다:\n"
8498
8499#: builtin/help.c:440
8500#, c-format
8501msgid "`git %s' is aliased to `%s'"
8502msgstr "`git %s' 명령은 `%s' 명령의 단축입니다"
8503
8504#: builtin/help.c:462 builtin/help.c:479
8505#, c-format
8506msgid "usage: %s%s"
8507msgstr "사용법: %s%s"
8508
8509#: builtin/index-pack.c:154
8510#, c-format
8511msgid "unable to open %s"
8512msgstr "%s을(를) 열 수 없습니다"
8513
8514#: builtin/index-pack.c:204
8515#, c-format
8516msgid "object type mismatch at %s"
8517msgstr "오브젝트 종류가 맞지 않습니다 (%s)"
8518
8519#: builtin/index-pack.c:224
8520#, c-format
8521msgid "did not receive expected object %s"
8522msgstr "예상한 %s 오브젝트를 받지 않았습니다"
8523
8524#: builtin/index-pack.c:227
8525#, c-format
8526msgid "object %s: expected type %s, found %s"
8527msgstr "%s 오브젝트: 예상한 종류 %s, 실제 %s"
8528
8529#: builtin/index-pack.c:269
8530#, c-format
8531msgid "cannot fill %d byte"
8532msgid_plural "cannot fill %d bytes"
8533msgstr[0] "%d 바이트를 채울 수 없습니다"
8534
8535#: builtin/index-pack.c:279
8536msgid "early EOF"
8537msgstr "너무 빨리 파일이 끝남"
8538
8539#: builtin/index-pack.c:280
8540msgid "read error on input"
8541msgstr "입력에 읽기 오류"
8542
8543#: builtin/index-pack.c:292
8544msgid "used more bytes than were available"
8545msgstr "있는 바이트보다 더 많이 사용합니다"
8546
8547#: builtin/index-pack.c:299
8548msgid "pack too large for current definition of off_t"
8549msgstr "현재 정의된 off_t에 비해 묶음이 너무 큽니다"
8550
8551#: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8552msgid "pack exceeds maximum allowed size"
8553msgstr "묶음 크기가 최대 허용 크기를 넘었습니다"
8554
8555#: builtin/index-pack.c:317
8556#, c-format
8557msgid "unable to create '%s'"
8558msgstr "'%s'을(를) 만들 수 없습니다"
8559
8560#: builtin/index-pack.c:322
8561#, c-format
8562msgid "cannot open packfile '%s'"
8563msgstr "'%s' 묶음 파일을 열 수 없습니다"
8564
8565#: builtin/index-pack.c:336
8566msgid "pack signature mismatch"
8567msgstr "묶음 서명이 맞지 않습니다"
8568
8569#: builtin/index-pack.c:338
8570#, c-format
8571msgid "pack version %<PRIu32> unsupported"
8572msgstr "묶음의 %<PRIu32> 버전을 지원하지 않습니다"
8573
8574#: builtin/index-pack.c:356
8575#, c-format
8576msgid "pack has bad object at offset %<PRIuMAX>: %s"
8577msgstr "묶음의 %<PRIuMAX> 오프셋에 잘못된 오브젝트가 있습니다: %s"
8578
8579#: builtin/index-pack.c:478
8580#, c-format
8581msgid "inflate returned %d"
8582msgstr "inflate가 %d번을 리턴했습니다"
8583
8584#: builtin/index-pack.c:527
8585msgid "offset value overflow for delta base object"
8586msgstr "델타 베이스 오브젝트에 대해 오프셋 값이 오버플로우"
8587
8588#: builtin/index-pack.c:535
8589msgid "delta base offset is out of bound"
8590msgstr "델타 베이스 오프셋이 범위를 벗어났습니다"
8591
8592#: builtin/index-pack.c:543
8593#, c-format
8594msgid "unknown object type %d"
8595msgstr "알 수 없는 오브젝트 종류 %d번"
8596
8597#: builtin/index-pack.c:574
8598msgid "cannot pread pack file"
8599msgstr "묶음 파일에 대해 pread를 할 수 없습니다"
8600
8601#: builtin/index-pack.c:576
8602#, c-format
8603msgid "premature end of pack file, %<PRIuMAX> byte missing"
8604msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8605msgstr[0] "묶음 파일이 너무 일찍 끝남. %<PRIuMAX> 바이트 부족"
8606
8607#: builtin/index-pack.c:602
8608msgid "serious inflate inconsistency"
8609msgstr "심각한 inflate 부조화"
8610
8611#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8612#: builtin/index-pack.c:813 builtin/index-pack.c:822
8613#, c-format
8614msgid "SHA1 COLLISION FOUND WITH %s !"
8615msgstr "SHA1 충돌이 %s에서 발견되었습니다!"
8616
8617#: builtin/index-pack.c:751 builtin/pack-objects.c:164
8618#: builtin/pack-objects.c:256
8619#, c-format
8620msgid "unable to read %s"
8621msgstr "%s을(를) 읽을 수 없습니다"
8622
8623#: builtin/index-pack.c:819
8624#, c-format
8625msgid "cannot read existing object %s"
8626msgstr "기존 %s 오브젝트를 읽을 수 없습니다"
8627
8628#: builtin/index-pack.c:833
8629#, c-format
8630msgid "invalid blob object %s"
8631msgstr "잘못된 블롭 오브젝트 %s"
8632
8633#: builtin/index-pack.c:847
8634#, c-format
8635msgid "invalid %s"
8636msgstr "잘못된 %s"
8637
8638#: builtin/index-pack.c:850
8639msgid "Error in object"
8640msgstr "오브젝트에 오류"
8641
8642#: builtin/index-pack.c:852
8643#, c-format
8644msgid "Not all child objects of %s are reachable"
8645msgstr "%s의 모든 하위 오브젝트에 접근할 수 없습니다"
8646
8647#: builtin/index-pack.c:924 builtin/index-pack.c:955
8648msgid "failed to apply delta"
8649msgstr "델타를 적용하는데 실패했습니다"
8650
8651#: builtin/index-pack.c:1125
8652msgid "Receiving objects"
8653msgstr "오브젝트를 받는 중"
8654
8655#: builtin/index-pack.c:1125
8656msgid "Indexing objects"
8657msgstr "오브젝트 인덱스를 만드는 중"
8658
8659#: builtin/index-pack.c:1157
8660msgid "pack is corrupted (SHA1 mismatch)"
8661msgstr "묶음이 손상되었습니다 (SHA1 일치하지 않음)"
8662
8663#: builtin/index-pack.c:1162
8664msgid "cannot fstat packfile"
8665msgstr "묶음 파일에 대해 fstat()할 수 없습니다"
8666
8667#: builtin/index-pack.c:1165
8668msgid "pack has junk at the end"
8669msgstr "묶음의 끝에 쓰레기 데이터가 있습니다"
8670
8671#: builtin/index-pack.c:1176
8672msgid "confusion beyond insanity in parse_pack_objects()"
8673msgstr "parse_pack_objects()에서 극심한 혼란"
8674
8675#: builtin/index-pack.c:1199
8676msgid "Resolving deltas"
8677msgstr "델타를 알아내는 중"
8678
8679#: builtin/index-pack.c:1210
8680#, c-format
8681msgid "unable to create thread: %s"
8682msgstr "스레드를 만들 수 없습니다: %s"
8683
8684#: builtin/index-pack.c:1252
8685msgid "confusion beyond insanity"
8686msgstr "극심한 혼란"
8687
8688#: builtin/index-pack.c:1258
8689#, c-format
8690msgid "completed with %d local object"
8691msgid_plural "completed with %d local objects"
8692msgstr[0] "로컬 오브젝트 %d개 마침"
8693
8694#: builtin/index-pack.c:1270
8695#, c-format
8696msgid "Unexpected tail checksum for %s (disk corruption?)"
8697msgstr "%s에 대해 예상치 못한 테일 체크섬 (디스크 손상?)"
8698
8699#: builtin/index-pack.c:1274
8700#, c-format
8701msgid "pack has %d unresolved delta"
8702msgid_plural "pack has %d unresolved deltas"
8703msgstr[0] "묶음에 알아내지 못한 델타 %d개가 있습니다"
8704
8705#: builtin/index-pack.c:1298
8706#, c-format
8707msgid "unable to deflate appended object (%d)"
8708msgstr "추가한 오브젝트를 deflate할 수 없습니다 (%d)"
8709
8710#: builtin/index-pack.c:1374
8711#, c-format
8712msgid "local object %s is corrupt"
8713msgstr "%s 로컬 오브젝트가 손상되었습니다"
8714
8715#: builtin/index-pack.c:1398
8716msgid "error while closing pack file"
8717msgstr "묶음 파일을 닫는데 오류"
8718
8719#: builtin/index-pack.c:1411
8720#, c-format
8721msgid "cannot write keep file '%s'"
8722msgstr "'%s' 보존 파일을 쓸 수 없습니다"
8723
8724#: builtin/index-pack.c:1419
8725#, c-format
8726msgid "cannot close written keep file '%s'"
8727msgstr "쓴 '%s' 보존 파일을 닫지 못했습니다"
8728
8729#: builtin/index-pack.c:1432
8730msgid "cannot store pack file"
8731msgstr "묶음 파일을 저장할 수 없습니다"
8732
8733#: builtin/index-pack.c:1443
8734msgid "cannot store index file"
8735msgstr "인덱스 파일을 저장할 수 없습니다"
8736
8737#: builtin/index-pack.c:1476
8738#, c-format
8739msgid "bad pack.indexversion=%<PRIu32>"
8740msgstr "잘못된 pack.indexversion=%<PRIu32>"
8741
8742#: builtin/index-pack.c:1486 builtin/index-pack.c:1683
8743#, c-format
8744msgid "no threads support, ignoring %s"
8745msgstr "스레드 기능이 없습니다. %s 무시"
8746
8747#: builtin/index-pack.c:1544
8748#, c-format
8749msgid "Cannot open existing pack file '%s'"
8750msgstr "기존 '%s' 묶음 파일을 열 수 없습니다"
8751
8752#: builtin/index-pack.c:1546
8753#, c-format
8754msgid "Cannot open existing pack idx file for '%s'"
8755msgstr "'%s'에 대한 기존 묶음 idx 파일을 열 수 없습니다"
8756
8757#: builtin/index-pack.c:1593
8758#, c-format
8759msgid "non delta: %d object"
8760msgid_plural "non delta: %d objects"
8761msgstr[0] "델타 아님: 오브젝트 %d개"
8762
8763#: builtin/index-pack.c:1600
8764#, c-format
8765msgid "chain length = %d: %lu object"
8766msgid_plural "chain length = %d: %lu objects"
8767msgstr[0] "체인 길이 = %d: 오브젝트 %lu개"
8768
8769#: builtin/index-pack.c:1613
8770#, c-format
8771msgid "packfile name '%s' does not end with '.pack'"
8772msgstr "'%s' 묶음파일 이름이 '.pack'으로 끝나지 않습니다"
8773
8774#: builtin/index-pack.c:1695 builtin/index-pack.c:1698
8775#: builtin/index-pack.c:1714 builtin/index-pack.c:1718
8776#, c-format
8777msgid "bad %s"
8778msgstr "잘못된 %s"
8779
8780#: builtin/index-pack.c:1734
8781msgid "--fix-thin cannot be used without --stdin"
8782msgstr "--fix-thin 옵션은 --stdin 옵션과 같이 쓸 수 없습니다"
8783
8784#: builtin/index-pack.c:1736
8785msgid "--stdin requires a git repository"
8786msgstr "--stdin 옵션은 깃 저장소가 필요합니다"
8787
8788#: builtin/index-pack.c:1744
8789msgid "--verify with no packfile name given"
8790msgstr "--verify 옵션에 묶음파일 이름을 지정하지 않았습니다"
8791
8792#: builtin/init-db.c:54
8793#, c-format
8794msgid "cannot stat '%s'"
8795msgstr "'%s'을(를) stat()할 수 없습니다"
8796
8797#: builtin/init-db.c:60
8798#, c-format
8799msgid "cannot stat template '%s'"
8800msgstr "'%s' 서식을 stat()할 수 없습니다"
8801
8802#: builtin/init-db.c:65
8803#, c-format
8804msgid "cannot opendir '%s'"
8805msgstr "'%s'을(를) opendir()할 수 없습니다"
8806
8807#: builtin/init-db.c:76
8808#, c-format
8809msgid "cannot readlink '%s'"
8810msgstr "'%s'을(를) readlink()할 수 없습니다"
8811
8812#: builtin/init-db.c:78
8813#, c-format
8814msgid "cannot symlink '%s' '%s'"
8815msgstr "'%s'을(를) '%s'에 symlink()할 수 없습니다"
8816
8817#: builtin/init-db.c:84
8818#, c-format
8819msgid "cannot copy '%s' to '%s'"
8820msgstr "'%s'을(를) '%s'에 복사할 수 없습니다"
8821
8822#: builtin/init-db.c:88
8823#, c-format
8824msgid "ignoring template %s"
8825msgstr "%s 서식을 무시합니다"
8826
8827#: builtin/init-db.c:119
8828#, c-format
8829msgid "templates not found %s"
8830msgstr "%s에 서식이 없습니다"
8831
8832#: builtin/init-db.c:134
8833#, c-format
8834msgid "not copying templates from '%s': %s"
8835msgstr "'%s'에서 서식을 복사하지 않습니다: %s"
8836
8837#: builtin/init-db.c:327
8838#, c-format
8839msgid "unable to handle file type %d"
8840msgstr "파일 종류 %d번을 처리할 수 없습니다"
8841
8842#: builtin/init-db.c:330
8843#, c-format
8844msgid "unable to move %s to %s"
8845msgstr "%s을(를) %s(으)로 옮길 수 없습니다"
8846
8847#: builtin/init-db.c:347 builtin/init-db.c:350
8848#, c-format
8849msgid "%s already exists"
8850msgstr "%s 파일이 이미 있습니다"
8851
8852#: builtin/init-db.c:403
8853#, c-format
8854msgid "Reinitialized existing shared Git repository in %s%s\n"
8855msgstr "%s%s 안의 기존 공유 깃 저장소를 다시 초기화했습니다\n"
8856
8857#: builtin/init-db.c:404
8858#, c-format
8859msgid "Reinitialized existing Git repository in %s%s\n"
8860msgstr "%s%s 안의 기존 깃 저장소를 다시 초기화했습니다\n"
8861
8862#: builtin/init-db.c:408
8863#, c-format
8864msgid "Initialized empty shared Git repository in %s%s\n"
8865msgstr "%s%s 안의 빈 공유 깃 저장소를 다시 초기화했습니다\n"
8866
8867#: builtin/init-db.c:409
8868#, c-format
8869msgid "Initialized empty Git repository in %s%s\n"
8870msgstr "%s%s 안의 빈 깃 저장소를 다시 초기화했습니다\n"
8871
8872#: builtin/init-db.c:457
8873msgid ""
8874"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8875"shared[=<permissions>]] [<directory>]"
8876msgstr ""
8877"git init [-q | --quiet] [--bare] [--template=<서식-디렉터리>] [--shared[=<권"
8878"한>]] [<디렉터리>]"
8879
8880#: builtin/init-db.c:480
8881msgid "permissions"
8882msgstr "권한"
8883
8884#: builtin/init-db.c:481
8885msgid "specify that the git repository is to be shared amongst several users"
8886msgstr "깃 저장소를 다른 사용자가 공유할 수 있게 지정"
8887
8888#: builtin/init-db.c:515 builtin/init-db.c:520
8889#, c-format
8890msgid "cannot mkdir %s"
8891msgstr "%s에 대해 mkdir를 할 수 없습니다"
8892
8893#: builtin/init-db.c:524
8894#, c-format
8895msgid "cannot chdir to %s"
8896msgstr "%s에 대해 chdir를 할 수 없습니다"
8897
8898#: builtin/init-db.c:545
8899#, c-format
8900msgid ""
8901"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8902"dir=<directory>)"
8903msgstr ""
8904"%s (또는 --work-tree=<디렉터리>) 허용되지 않음. %s (또는 --git-"
8905"dir=<directory>) 지정이 없으면"
8906
8907#: builtin/init-db.c:573
8908#, c-format
8909msgid "Cannot access work tree '%s'"
8910msgstr "작업 폴더 '%s'에 접근할 수 없습니다"
8911
8912#: builtin/interpret-trailers.c:15
8913msgid ""
8914"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8915"<token>[(=|:)<value>])...] [<file>...]"
8916msgstr ""
8917"git interpret-trailers [--in-place] [--trim-empty] [(--trailer <토큰>[(=|:)<"
8918"값>])...] [<파일>...]"
8919
8920#: builtin/interpret-trailers.c:26
8921msgid "edit files in place"
8922msgstr "파일을 직접 편집합니다"
8923
8924#: builtin/interpret-trailers.c:27
8925msgid "trim empty trailers"
8926msgstr "빈 트레일러를 잘라냅니다"
8927
8928#: builtin/interpret-trailers.c:28
8929msgid "trailer"
8930msgstr "트레일러"
8931
8932#: builtin/interpret-trailers.c:29
8933msgid "trailer(s) to add"
8934msgstr "추가할 트레일러"
8935
8936#: builtin/interpret-trailers.c:42
8937msgid "no input file given for in-place editing"
8938msgstr "파일 직접 편집에 입력 파일을 지정하지 않았습니다"
8939
8940#: builtin/log.c:44
8941msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8942msgstr "git log [<옵션>] [<리비전-범위>] [[--] <경로>...]"
8943
8944#: builtin/log.c:45
8945msgid "git show [<options>] <object>..."
8946msgstr "git show [<옵션>] <오브젝트>..."
8947
8948#: builtin/log.c:84
8949#, c-format
8950msgid "invalid --decorate option: %s"
8951msgstr "잘못된 --decorate 옵션: %s"
8952
8953#: builtin/log.c:139
8954msgid "suppress diff output"
8955msgstr "diff를 출력하지 않습니다"
8956
8957#: builtin/log.c:140
8958msgid "show source"
8959msgstr "소스를 표시합니다"
8960
8961#: builtin/log.c:141
8962msgid "Use mail map file"
8963msgstr "메일 맵 파일을 사용합니다"
8964
8965#: builtin/log.c:142
8966msgid "decorate options"
8967msgstr "꾸미기 옵션"
8968
8969#: builtin/log.c:145
8970msgid "Process line range n,m in file, counting from 1"
8971msgstr "파일에서 n,m 범위의 줄을 처리합니다 (1부터 시작)"
8972
8973#: builtin/log.c:241
8974#, c-format
8975msgid "Final output: %d %s\n"
8976msgstr "최종 출력: %d %s\n"
8977
8978#: builtin/log.c:486
8979#, c-format
8980msgid "git show %s: bad file"
8981msgstr "git show %s: 잘못된 파일"
8982
8983#: builtin/log.c:500 builtin/log.c:594
8984#, c-format
8985msgid "Could not read object %s"
8986msgstr "%s 오브젝트를 읽을 수 없습니다"
8987
8988#: builtin/log.c:618
8989#, c-format
8990msgid "Unknown type: %d"
8991msgstr "알 수 없는 종류: %d"
8992
8993#: builtin/log.c:739
8994msgid "format.headers without value"
8995msgstr "format.headers 설정에 값이 없음"
8996
8997#: builtin/log.c:839
8998msgid "name of output directory is too long"
8999msgstr "출력 디렉터리의 이름이 너무 깁니다"
9000
9001#: builtin/log.c:854
9002#, c-format
9003msgid "Cannot open patch file %s"
9004msgstr "%s 패치 파일을 열 수 없습니다"
9005
9006#: builtin/log.c:868
9007msgid "Need exactly one range."
9008msgstr "정확히 하나의 범위가 필요합니다."
9009
9010#: builtin/log.c:878
9011msgid "Not a range."
9012msgstr "범위가 아닙니다."
9013
9014#: builtin/log.c:984
9015msgid "Cover letter needs email format"
9016msgstr "커버레터는 전자메일 형식이어야 합니다"
9017
9018#: builtin/log.c:1063
9019#, c-format
9020msgid "insane in-reply-to: %s"
9021msgstr "정신나간 in-reply-to 헤더: %s"
9022
9023#: builtin/log.c:1091
9024msgid "git format-patch [<options>] [<since> | <revision-range>]"
9025msgstr "git format-patch [<옵션>] [<시작시각> | <리비전-범위>]"
9026
9027#: builtin/log.c:1141
9028msgid "Two output directories?"
9029msgstr "출력 디렉터리가 두개?"
9030
9031#: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:1905
9032#, c-format
9033msgid "Unknown commit %s"
9034msgstr "알 수 없는 커밋 %s"
9035
9036#: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:476
9037#, c-format
9038msgid "Failed to resolve '%s' as a valid ref."
9039msgstr "'%s'을(를) 올바른 레퍼런스로 알아내는데 실패했습니다."
9040
9041#: builtin/log.c:1263
9042msgid "Could not find exact merge base."
9043msgstr "정확한 병합 기준점을 찾을 수 없습니다."
9044
9045#: builtin/log.c:1267
9046msgid ""
9047"Failed to get upstream, if you want to record base commit automatically,\n"
9048"please use git branch --set-upstream-to to track a remote branch.\n"
9049"Or you could specify base commit by --base=<base-commit-id> manually."
9050msgstr ""
9051"업스트림을 가져오는데 실패했습니다. 베이스 커밋을 자동으로 기록하려면,\n"
9052"'git branch --set-upstream-to' 명령으로 원격 브랜치를 추적하십시오.\n"
9053"아니면 직접 '--base=<기준점-커밋-ID>' 옵션으로 기준점 커밋을 지정할\n"
9054"수도 있습니다."
9055
9056#: builtin/log.c:1287
9057msgid "Failed to find exact merge base"
9058msgstr "정확한 병합 기준점을 찾는데 실패했습니다"
9059
9060#: builtin/log.c:1298
9061msgid "base commit should be the ancestor of revision list"
9062msgstr "기준점 커밋은 리비전 목록의 상위 커밋이어야 합니다"
9063
9064#: builtin/log.c:1302
9065msgid "base commit shouldn't be in revision list"
9066msgstr "기준점 커밋은 리비전 목록에 들어 있으면 안 됩니다"
9067
9068#: builtin/log.c:1351
9069msgid "cannot get patch id"
9070msgstr "패치 ID를 알아낼 수 없습니다"
9071
9072#: builtin/log.c:1408
9073msgid "use [PATCH n/m] even with a single patch"
9074msgstr "하나의 패치에 대해서도 [PATCh n/m]을 붙입니다"
9075
9076#: builtin/log.c:1411
9077msgid "use [PATCH] even with multiple patches"
9078msgstr "여러 개 패치에 대해서도 [PATCH]를 붙입니다"
9079
9080#: builtin/log.c:1415
9081msgid "print patches to standard out"
9082msgstr "패치를 표준 출력으로 표시합니다"
9083
9084#: builtin/log.c:1417
9085msgid "generate a cover letter"
9086msgstr "커버레터를 만듭니다"
9087
9088#: builtin/log.c:1419
9089msgid "use simple number sequence for output file names"
9090msgstr "출력 파일 이름에 간단한 일련 번호를 사용합니다"
9091
9092#: builtin/log.c:1420
9093msgid "sfx"
9094msgstr "확장자"
9095
9096#: builtin/log.c:1421
9097msgid "use <sfx> instead of '.patch'"
9098msgstr "'.patch' 대신 <확장자>를 사용합니다"
9099
9100#: builtin/log.c:1423
9101msgid "start numbering patches at <n> instead of 1"
9102msgstr "패치 번호를 1 대신 <n>에서 시작합니다"
9103
9104#: builtin/log.c:1425
9105msgid "mark the series as Nth re-roll"
9106msgstr "시리즈를 N번째 re-roll로 표시합니다"
9107
9108#: builtin/log.c:1427
9109msgid "Use [RFC PATCH] instead of [PATCH]"
9110msgstr "[PATCH] 대신 [RFC PATCH]를 사용합니다"
9111
9112#: builtin/log.c:1430
9113msgid "Use [<prefix>] instead of [PATCH]"
9114msgstr "[PATCH] 대신 [<접두어>]를 사용합니다"
9115
9116#: builtin/log.c:1433
9117msgid "store resulting files in <dir>"
9118msgstr "결과 파일을 <디렉터리>에 저장합니다"
9119
9120#: builtin/log.c:1436
9121msgid "don't strip/add [PATCH]"
9122msgstr "[PATCH]를 자르거나 추가하지 않습니다"
9123
9124#: builtin/log.c:1439
9125msgid "don't output binary diffs"
9126msgstr "바이너리 diff를 만들지 않습니다"
9127
9128#: builtin/log.c:1441
9129msgid "output all-zero hash in From header"
9130msgstr "From 헤더에서 모두 0인 해시를 출력합니다"
9131
9132#: builtin/log.c:1443
9133msgid "don't include a patch matching a commit upstream"
9134msgstr "업스트림에 있는 패치를 포함하지 않습니다"
9135
9136#: builtin/log.c:1445
9137msgid "show patch format instead of default (patch + stat)"
9138msgstr "기본값 (패치 + 통계) 대신 패치 형식을 표시합니다"
9139
9140#: builtin/log.c:1447
9141msgid "Messaging"
9142msgstr "메시징"
9143
9144#: builtin/log.c:1448
9145msgid "header"
9146msgstr "헤더"
9147
9148#: builtin/log.c:1449
9149msgid "add email header"
9150msgstr "전자메일 헤더"
9151
9152#: builtin/log.c:1450 builtin/log.c:1452
9153msgid "email"
9154msgstr "전자메일"
9155
9156#: builtin/log.c:1450
9157msgid "add To: header"
9158msgstr "To: 헤더를 추가합니다"
9159
9160#: builtin/log.c:1452
9161msgid "add Cc: header"
9162msgstr "Cc: 헤더를 추가합니다"
9163
9164#: builtin/log.c:1454
9165msgid "ident"
9166msgstr "신원"
9167
9168#: builtin/log.c:1455
9169msgid "set From address to <ident> (or committer ident if absent)"
9170msgstr "<신원>에서 From 주소를 설정합니다 (없으면 커미터 주소 신원 사용)"
9171
9172#: builtin/log.c:1457
9173msgid "message-id"
9174msgstr "메시지-ID"
9175
9176#: builtin/log.c:1458
9177msgid "make first mail a reply to <message-id>"
9178msgstr "첫 메일을 <메시지-ID>에 대한 답장 메일로 만듭니다"
9179
9180#: builtin/log.c:1459 builtin/log.c:1462
9181msgid "boundary"
9182msgstr "경계"
9183
9184#: builtin/log.c:1460
9185msgid "attach the patch"
9186msgstr "패치를 첨부합니다"
9187
9188#: builtin/log.c:1463
9189msgid "inline the patch"
9190msgstr "패치를 본문에 포함합니다"
9191
9192#: builtin/log.c:1467
9193msgid "enable message threading, styles: shallow, deep"
9194msgstr "메시지에 스레드를 사용, 스타일: shallow, deep"
9195
9196#: builtin/log.c:1469
9197msgid "signature"
9198msgstr "서명"
9199
9200#: builtin/log.c:1470
9201msgid "add a signature"
9202msgstr "서명을 추가합니다"
9203
9204#: builtin/log.c:1471
9205msgid "base-commit"
9206msgstr "베이스-커밋"
9207
9208#: builtin/log.c:1472
9209msgid "add prerequisite tree info to the patch series"
9210msgstr "전제조건 트리 정보를 패치 시리즈에 추가합니다"
9211
9212#: builtin/log.c:1474
9213msgid "add a signature from a file"
9214msgstr "파일에서 서명을 추가합니다"
9215
9216#: builtin/log.c:1475
9217msgid "don't print the patch filenames"
9218msgstr "패치 파일 이름을 표시하지 않습니다"
9219
9220#: builtin/log.c:1565
9221msgid "-n and -k are mutually exclusive."
9222msgstr "-n 및 -k 옵션은 하나만 써야 합니다."
9223
9224#: builtin/log.c:1567
9225msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9226msgstr "--subject-prefix/--rfc 및 -k 옵션은 하나만 써야 합니다."
9227
9228#: builtin/log.c:1575
9229msgid "--name-only does not make sense"
9230msgstr "--name-only 옵션은 앞뒤가 맞지 않습니다"
9231
9232#: builtin/log.c:1577
9233msgid "--name-status does not make sense"
9234msgstr "--name-status 옵션은 앞뒤가 맞지 않습니다"
9235
9236#: builtin/log.c:1579
9237msgid "--check does not make sense"
9238msgstr "--check 옵션은 앞뒤가 맞지 않습니다"
9239
9240#: builtin/log.c:1609
9241msgid "standard output, or directory, which one?"
9242msgstr "표준 출력이나 디렉터리 중에 하나만 지정해야 합니다."
9243
9244#: builtin/log.c:1611
9245#, c-format
9246msgid "Could not create directory '%s'"
9247msgstr "'%s' 디렉터리를 만들 수 없습니다"
9248
9249#: builtin/log.c:1705
9250#, c-format
9251msgid "unable to read signature file '%s'"
9252msgstr "'%s' 서명 파일을 읽을 수 없습니다"
9253
9254#: builtin/log.c:1777
9255msgid "Failed to create output files"
9256msgstr "출력 파일을 만드는데 실패했습니다"
9257
9258#: builtin/log.c:1826
9259msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9260msgstr "git cherry [-v] [<업스트림> [<헤드> [<한계값>]]]"
9261
9262#: builtin/log.c:1880
9263#, c-format
9264msgid ""
9265"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9266msgstr ""
9267"추적되는 리모트 브랜치를 찾을 수 없습니다. <업스트림>을 수동으로 지정하십시"
9268"오.\n"
9269
9270#: builtin/ls-files.c:460
9271msgid "git ls-files [<options>] [<file>...]"
9272msgstr "git ls-files [<옵션>] [<파일>...]"
9273
9274#: builtin/ls-files.c:509
9275msgid "identify the file status with tags"
9276msgstr "파일 상태를 태그와 같이 표시합니다"
9277
9278#: builtin/ls-files.c:511
9279msgid "use lowercase letters for 'assume unchanged' files"
9280msgstr "'변경되지 않았다고 가정' 파일에 소문자를 사용합니다"
9281
9282#: builtin/ls-files.c:513
9283msgid "show cached files in the output (default)"
9284msgstr "출력에 캐시된 파일을 표시합니다 (기본값)"
9285
9286#: builtin/ls-files.c:515
9287msgid "show deleted files in the output"
9288msgstr "출력에 삭제된 파일을 표시합니다"
9289
9290#: builtin/ls-files.c:517
9291msgid "show modified files in the output"
9292msgstr "출력에 수정된 파일을 표시합니다"
9293
9294#: builtin/ls-files.c:519
9295msgid "show other files in the output"
9296msgstr "출력에 기타 파일을 표시합니다"
9297
9298#: builtin/ls-files.c:521
9299msgid "show ignored files in the output"
9300msgstr "출력에 무시된 파일을 표시합니다"
9301
9302#: builtin/ls-files.c:524
9303msgid "show staged contents' object name in the output"
9304msgstr "출력에 커밋 표시된 내용의 오브젝트 이름을 표시합니다"
9305
9306#: builtin/ls-files.c:526
9307msgid "show files on the filesystem that need to be removed"
9308msgstr "파일 시스템에서 제거해야 하는 파일을 표시합니다"
9309
9310#: builtin/ls-files.c:528
9311msgid "show 'other' directories' names only"
9312msgstr "기타 디렉터리의 이름만 표시합니다"
9313
9314#: builtin/ls-files.c:530
9315msgid "show line endings of files"
9316msgstr "파일의 줄 끝을 표시합니다"
9317
9318#: builtin/ls-files.c:532
9319msgid "don't show empty directories"
9320msgstr "빈 디렉터리 표시하지 않기"
9321
9322#: builtin/ls-files.c:535
9323msgid "show unmerged files in the output"
9324msgstr "출력에 병합하지 않은 파일을 표시합니다"
9325
9326#: builtin/ls-files.c:537
9327msgid "show resolve-undo information"
9328msgstr "resolve-undo 정보를 표시합니다"
9329
9330#: builtin/ls-files.c:539
9331msgid "skip files matching pattern"
9332msgstr "패턴에 일치하는 파일을 건너뜁니다"
9333
9334#: builtin/ls-files.c:542
9335msgid "exclude patterns are read from <file>"
9336msgstr "제외할 패턴을 <파일>에서 읽습니다"
9337
9338#: builtin/ls-files.c:545
9339msgid "read additional per-directory exclude patterns in <file>"
9340msgstr "<파일>에서 추가적인 디렉터리별 제외 패턴을 읽습니다"
9341
9342#: builtin/ls-files.c:547
9343msgid "add the standard git exclusions"
9344msgstr "표준 깃 제외 패턴을 추가합니다"
9345
9346#: builtin/ls-files.c:550
9347msgid "make the output relative to the project top directory"
9348msgstr "최상위 디렉터리 상대 경로로 출력합니다"
9349
9350#: builtin/ls-files.c:553
9351msgid "recurse through submodules"
9352msgstr "하위 모듈에 재귀적으로 적용"
9353
9354#: builtin/ls-files.c:555
9355msgid "if any <file> is not in the index, treat this as an error"
9356msgstr "<파일>이 인덱스 안에 없으면 오류로 취급합니다"
9357
9358#: builtin/ls-files.c:556
9359msgid "tree-ish"
9360msgstr "트리-따위"
9361
9362#: builtin/ls-files.c:557
9363msgid "pretend that paths removed since <tree-ish> are still present"
9364msgstr "<트리-따위> 뒤로 제거한 경로가 있다고 가정합니다"
9365
9366#: builtin/ls-files.c:559
9367msgid "show debugging data"
9368msgstr "디버깅 데이터를 표시합니다"
9369
9370#: builtin/ls-remote.c:7
9371msgid ""
9372"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9373"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9374"                     [--symref] [<repository> [<refs>...]]"
9375msgstr ""
9376"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<실행>]\n"
9377"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9378"                     [--symref] [<저장소> [<레퍼런스>...]]"
9379
9380#: builtin/ls-remote.c:50
9381msgid "do not print remote URL"
9382msgstr "원격 URL을 표시하지 않습니다"
9383
9384#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
9385msgid "exec"
9386msgstr "실행"
9387
9388#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
9389msgid "path of git-upload-pack on the remote host"
9390msgstr "원격 호스트의 git-upload-pack 경로"
9391
9392#: builtin/ls-remote.c:56
9393msgid "limit to tags"
9394msgstr "태그에 한정"
9395
9396#: builtin/ls-remote.c:57
9397msgid "limit to heads"
9398msgstr "헤드에 한정"
9399
9400#: builtin/ls-remote.c:58
9401msgid "do not show peeled tags"
9402msgstr "벗겨진 태그를 표시하지 않습니다"
9403
9404#: builtin/ls-remote.c:60
9405msgid "take url.<base>.insteadOf into account"
9406msgstr "url.<베이스>.insteadOf 설정을 고려합니다"
9407
9408#: builtin/ls-remote.c:62
9409msgid "exit with exit code 2 if no matching refs are found"
9410msgstr "해당하는 레퍼런스가 없으면 코드 2번으로 끝냅니다"
9411
9412#: builtin/ls-remote.c:64
9413msgid "show underlying ref in addition to the object pointed by it"
9414msgstr "레퍼런스와 레퍼런스가 가리키는 오브젝트를 표시합니다"
9415
9416#: builtin/ls-tree.c:28
9417msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9418msgstr "git ls-tree [<옵션>] <트리-따위> [<경로>...]"
9419
9420#: builtin/ls-tree.c:126
9421msgid "only show trees"
9422msgstr "트리만 표시"
9423
9424#: builtin/ls-tree.c:128
9425msgid "recurse into subtrees"
9426msgstr "하위 트리로 재귀적으로 적용"
9427
9428#: builtin/ls-tree.c:130
9429msgid "show trees when recursing"
9430msgstr "재귀적으로 적용할 때 트리 표시"
9431
9432#: builtin/ls-tree.c:133
9433msgid "terminate entries with NUL byte"
9434msgstr "항목을 NUL 바이트로 끝냅니다"
9435
9436#: builtin/ls-tree.c:134
9437msgid "include object size"
9438msgstr "오브젝트 크기 포함"
9439
9440#: builtin/ls-tree.c:136 builtin/ls-tree.c:138
9441msgid "list only filenames"
9442msgstr "파일 이름만 목록 표시"
9443
9444#: builtin/ls-tree.c:141
9445msgid "use full path names"
9446msgstr "전체 경로 이름 사용"
9447
9448#: builtin/ls-tree.c:143
9449msgid "list entire tree; not just current directory (implies --full-name)"
9450msgstr "전체 트리 목록 표시, 현재 디렉터리만 아니라 (--full-name 옵션 포함)"
9451
9452#: builtin/merge.c:46
9453msgid "git merge [<options>] [<commit>...]"
9454msgstr "git merge [<옵션>] [<커밋>...]"
9455
9456#: builtin/merge.c:47
9457msgid "git merge [<options>] <msg> HEAD <commit>"
9458msgstr "git merge [<옵션>] <메시지> HEAD <커밋>"
9459
9460#: builtin/merge.c:48
9461msgid "git merge --abort"
9462msgstr "git merge --abort"
9463
9464#: builtin/merge.c:49
9465msgid "git merge --continue"
9466msgstr "git merge --continue"
9467
9468#: builtin/merge.c:104
9469msgid "switch `m' requires a value"
9470msgstr "`m' 옵션에는 값이 필요합니다"
9471
9472#: builtin/merge.c:141
9473#, c-format
9474msgid "Could not find merge strategy '%s'.\n"
9475msgstr "'%s' 병합 전략을 찾을 수 없습니다.\n"
9476
9477#: builtin/merge.c:142
9478#, c-format
9479msgid "Available strategies are:"
9480msgstr "사용 가능한 전략은:"
9481
9482#: builtin/merge.c:147
9483#, c-format
9484msgid "Available custom strategies are:"
9485msgstr "사용 가능한 사용자 설정 전략은:"
9486
9487#: builtin/merge.c:197 builtin/pull.c:127
9488msgid "do not show a diffstat at the end of the merge"
9489msgstr "병합이 끝날 때 diffstat을 표시하지 않습니다"
9490
9491#: builtin/merge.c:200 builtin/pull.c:130
9492msgid "show a diffstat at the end of the merge"
9493msgstr "병합이 끝날 때 diffstat을 표시합니다"
9494
9495#: builtin/merge.c:201 builtin/pull.c:133
9496msgid "(synonym to --stat)"
9497msgstr "(--stat 옵션과 동일)"
9498
9499#: builtin/merge.c:203 builtin/pull.c:136
9500msgid "add (at most <n>) entries from shortlog to merge commit message"
9501msgstr "병합 커밋의 메시지에 shortlog 항목을 (최대 <n>개) 추가합니다"
9502
9503#: builtin/merge.c:206 builtin/pull.c:139
9504msgid "create a single commit instead of doing a merge"
9505msgstr "병합하는 대신 하나의 커밋을 만듭니다"
9506
9507#: builtin/merge.c:208 builtin/pull.c:142
9508msgid "perform a commit if the merge succeeds (default)"
9509msgstr "병합이 성공하면 커밋을 합니다 (기본값)"
9510
9511#: builtin/merge.c:210 builtin/pull.c:145
9512msgid "edit message before committing"
9513msgstr "커밋 전에 메시지를 편집합니다"
9514
9515#: builtin/merge.c:211
9516msgid "allow fast-forward (default)"
9517msgstr "정방향 진행을 허용합니다 (기본값)"
9518
9519#: builtin/merge.c:213 builtin/pull.c:151
9520msgid "abort if fast-forward is not possible"
9521msgstr "정방향 진행이 불가능하면 중지합니다"
9522
9523#: builtin/merge.c:217 builtin/pull.c:154
9524msgid "verify that the named commit has a valid GPG signature"
9525msgstr "지정한 커밋에 올바른 GPG 서명이 있는지 검증합니다"
9526
9527#: builtin/merge.c:218 builtin/notes.c:774 builtin/pull.c:158
9528#: builtin/revert.c:89
9529msgid "strategy"
9530msgstr "전략"
9531
9532#: builtin/merge.c:219 builtin/pull.c:159
9533msgid "merge strategy to use"
9534msgstr "사용할 병합 전략"
9535
9536#: builtin/merge.c:220 builtin/pull.c:162
9537msgid "option=value"
9538msgstr "옵션=값"
9539
9540#: builtin/merge.c:221 builtin/pull.c:163
9541msgid "option for selected merge strategy"
9542msgstr "선택한 병합 전략에 대한 옵션"
9543
9544#: builtin/merge.c:223
9545msgid "merge commit message (for a non-fast-forward merge)"
9546msgstr "병합 커밋 메시지 (정방향이 아닌 병합에 대해)"
9547
9548#: builtin/merge.c:227
9549msgid "abort the current in-progress merge"
9550msgstr "현재 진행 중인 병합을 중지합니다"
9551
9552#: builtin/merge.c:229
9553msgid "continue the current in-progress merge"
9554msgstr "현재 진행 중인 병합을 계속합니다"
9555
9556#: builtin/merge.c:231 builtin/pull.c:170
9557msgid "allow merging unrelated histories"
9558msgstr "관계 없는 커밋 내역의 병합을 허용합니다"
9559
9560#: builtin/merge.c:259
9561msgid "could not run stash."
9562msgstr "stash를 실행할 수 없습니다."
9563
9564#: builtin/merge.c:264
9565msgid "stash failed"
9566msgstr "스태시 실패"
9567
9568#: builtin/merge.c:269
9569#, c-format
9570msgid "not a valid object: %s"
9571msgstr "올바른 오브젝트가 아닙니다: %s"
9572
9573#: builtin/merge.c:288 builtin/merge.c:305
9574msgid "read-tree failed"
9575msgstr "read-tree 실패"
9576
9577#: builtin/merge.c:335
9578msgid " (nothing to squash)"
9579msgstr " (합칠 내용이 없습니다)"
9580
9581#: builtin/merge.c:346
9582#, c-format
9583msgid "Squash commit -- not updating HEAD\n"
9584msgstr "커밋 합치기 -- HEAD를 업데이트하지 않습니다\n"
9585
9586#: builtin/merge.c:396
9587#, c-format
9588msgid "No merge message -- not updating HEAD\n"
9589msgstr "병합 메시지가 없습니다 -- HEAD를 업데이트하지 않습니다\n"
9590
9591#: builtin/merge.c:447
9592#, c-format
9593msgid "'%s' does not point to a commit"
9594msgstr "'%s'이(가) 커밋을 가리키지 않습니다"
9595
9596#: builtin/merge.c:537
9597#, c-format
9598msgid "Bad branch.%s.mergeoptions string: %s"
9599msgstr "잘못된 branch.%s.mergeoptions 문자열: %s"
9600
9601#: builtin/merge.c:656
9602msgid "Not handling anything other than two heads merge."
9603msgstr "두 개의 헤드 병합 외에는 처리하지 않습니다."
9604
9605#: builtin/merge.c:670
9606#, c-format
9607msgid "Unknown option for merge-recursive: -X%s"
9608msgstr "merge-recursive에 대해 알 수 없는 옵션: -X%s"
9609
9610#: builtin/merge.c:685
9611#, c-format
9612msgid "unable to write %s"
9613msgstr "%s에 쓸 수 없습니다"
9614
9615#: builtin/merge.c:737
9616#, c-format
9617msgid "Could not read from '%s'"
9618msgstr "'%s'에서 읽을 수 없습니다"
9619
9620#: builtin/merge.c:746
9621#, c-format
9622msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9623msgstr ""
9624"병합을 커밋하지 않습니다. 병합을 마치려면 'git commit'을 사용하십시오.\n"
9625
9626#: builtin/merge.c:752
9627#, c-format
9628msgid ""
9629"Please enter a commit message to explain why this merge is necessary,\n"
9630"especially if it merges an updated upstream into a topic branch.\n"
9631"\n"
9632"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9633"the commit.\n"
9634msgstr ""
9635"왜 이 병합이 필요한지를 설명하는 커밋 메시지를 입력하십시오. 특히\n"
9636"업스트림 업데이트를 어떤 목적용 브랜치로 병합할 때는 반드시 그렇게\n"
9637"하십시오.\n"
9638"\n"
9639"'%c' 문자로 시작하는 줄은 무시되고, 메시지가 비어 있으면 커밋을\n"
9640"중지합니다.\n"
9641
9642#: builtin/merge.c:776
9643msgid "Empty commit message."
9644msgstr "빈 커밋 메시지."
9645
9646#: builtin/merge.c:796
9647#, c-format
9648msgid "Wonderful.\n"
9649msgstr "훌륭합니다.\n"
9650
9651#: builtin/merge.c:851
9652#, c-format
9653msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9654msgstr "자동 병합이 실패했습니다. 충돌을 바로잡고 결과물을 커밋하십시오.\n"
9655
9656#: builtin/merge.c:867
9657#, c-format
9658msgid "'%s' is not a commit"
9659msgstr "'%s'은(는) 커밋이 아닙니다"
9660
9661#: builtin/merge.c:908
9662msgid "No current branch."
9663msgstr "현재 브랜치가 없습니다."
9664
9665#: builtin/merge.c:910
9666msgid "No remote for the current branch."
9667msgstr "현재 브랜치에 대한 리모트가 없습니다."
9668
9669#: builtin/merge.c:912
9670msgid "No default upstream defined for the current branch."
9671msgstr "현재 브랜치에 대해 기본 업스트림을 지정하지 않았습니다."
9672
9673#: builtin/merge.c:917
9674#, c-format
9675msgid "No remote-tracking branch for %s from %s"
9676msgstr "리모트 %2$s에서 %1$s에 대한 리모트 추적 브랜치가 없습니다"
9677
9678#: builtin/merge.c:964
9679#, c-format
9680msgid "Bad value '%s' in environment '%s'"
9681msgstr "잘못된 값 '%s', 환경 '%s'"
9682
9683#: builtin/merge.c:1038
9684#, c-format
9685msgid "could not close '%s'"
9686msgstr "'%s'을(를) 닫을 수 없습니다"
9687
9688#: builtin/merge.c:1065
9689#, c-format
9690msgid "not something we can merge in %s: %s"
9691msgstr "%s 안에서 병합할 수 있는 항목이 아닙니다: %s"
9692
9693#: builtin/merge.c:1099
9694msgid "not something we can merge"
9695msgstr "병합할 수 있는 항목이 아닙니다"
9696
9697#: builtin/merge.c:1167
9698msgid "--abort expects no arguments"
9699msgstr "--abort 옵션은 인자를 받지 않습니다"
9700
9701#: builtin/merge.c:1171
9702msgid "There is no merge to abort (MERGE_HEAD missing)."
9703msgstr "중지할 병합 작업이 없습니다. (MERGE_HEAD가 없음)"
9704
9705#: builtin/merge.c:1183
9706msgid "--continue expects no arguments"
9707msgstr "--continue 옵션은 인자를 받지 않습니다"
9708
9709#: builtin/merge.c:1187
9710msgid "There is no merge in progress (MERGE_HEAD missing)."
9711msgstr "진행 중인 병합 작업이 없습니다. (MERGE_HEAD가 없음)"
9712
9713#: builtin/merge.c:1203
9714msgid ""
9715"You have not concluded your merge (MERGE_HEAD exists).\n"
9716"Please, commit your changes before you merge."
9717msgstr ""
9718"병합을 마치지 않았습니다. (MERGE_HEAD 있음)\n"
9719"병합하기 전에 변경 사항을 커밋하십시오."
9720
9721#: builtin/merge.c:1210
9722msgid ""
9723"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9724"Please, commit your changes before you merge."
9725msgstr ""
9726"커밋 빼오기를 마치지 않았습니다. (COMMIT_PICK_HEAD 있음)\n"
9727"병합하기 전에 변경 사항을 커밋하십시오."
9728
9729#: builtin/merge.c:1213
9730msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9731msgstr "커밋 빼오기를 마치지 않았습니다. (CHERRY_PICK_HEAD 있음)"
9732
9733#: builtin/merge.c:1222
9734msgid "You cannot combine --squash with --no-ff."
9735msgstr "--squash 옵션을 --no-ff 옵션과 같이 쓸 수 없습니다."
9736
9737#: builtin/merge.c:1230
9738msgid "No commit specified and merge.defaultToUpstream not set."
9739msgstr "커밋을 지정하지 않았고  merge.defaultToUpstream를 설정하지 않았습니다."
9740
9741#: builtin/merge.c:1247
9742msgid "Squash commit into empty head not supported yet"
9743msgstr "빈 헤드로 커밋을 합치기는 지원하지 않습니다"
9744
9745#: builtin/merge.c:1249
9746msgid "Non-fast-forward commit does not make sense into an empty head"
9747msgstr "정방향이 아닌 커밋은 빈 헤드에서는 앞뒤가 맞지 않습니다"
9748
9749#: builtin/merge.c:1254
9750#, c-format
9751msgid "%s - not something we can merge"
9752msgstr "%s - 병합할 수 있는 항목이 아닙니다"
9753
9754#: builtin/merge.c:1256
9755msgid "Can merge only exactly one commit into empty head"
9756msgstr "빈 헤드에는 정확히 하나의 커밋만 병합할 수 있습니다"
9757
9758#: builtin/merge.c:1312
9759#, c-format
9760msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9761msgstr "%s 커밋에 신뢰하지 않는 (서명자가 %s라고 하는) GPG 서명이 있습니다."
9762
9763#: builtin/merge.c:1315
9764#, c-format
9765msgid "Commit %s has a bad GPG signature allegedly by %s."
9766msgstr "%s 커밋에 잘못된 (서명자가 %s라고 하는) GPG 서명이 있습니다."
9767
9768#: builtin/merge.c:1318
9769#, c-format
9770msgid "Commit %s does not have a GPG signature."
9771msgstr "%s 커밋에 GPG 서명이 없습니다."
9772
9773#: builtin/merge.c:1321
9774#, c-format
9775msgid "Commit %s has a good GPG signature by %s\n"
9776msgstr "%s 커밋에 %s의 올바른 GPG 서명이 없습니다\n"
9777
9778#: builtin/merge.c:1383
9779msgid "refusing to merge unrelated histories"
9780msgstr "관계 없는 커밋 내역의 병합을 거부합니다"
9781
9782#: builtin/merge.c:1392
9783msgid "Already up-to-date."
9784msgstr "이미 업데이트 상태입니다."
9785
9786#: builtin/merge.c:1402
9787#, c-format
9788msgid "Updating %s..%s\n"
9789msgstr "업데이트 중 %s..%s\n"
9790
9791#: builtin/merge.c:1443
9792#, c-format
9793msgid "Trying really trivial in-index merge...\n"
9794msgstr "아주 간단한 인덱스 내부 병합을 시도합니다...\n"
9795
9796#: builtin/merge.c:1450
9797#, c-format
9798msgid "Nope.\n"
9799msgstr "아님.\n"
9800
9801#: builtin/merge.c:1475
9802msgid "Already up-to-date. Yeeah!"
9803msgstr "이미 업데이트 상태입니다. 야호!"
9804
9805#: builtin/merge.c:1481
9806msgid "Not possible to fast-forward, aborting."
9807msgstr "정방향이 불가능하므로, 중지합니다."
9808
9809#: builtin/merge.c:1504 builtin/merge.c:1583
9810#, c-format
9811msgid "Rewinding the tree to pristine...\n"
9812msgstr "트리를 본래 위치로 되돌립니다...\n"
9813
9814#: builtin/merge.c:1508
9815#, c-format
9816msgid "Trying merge strategy %s...\n"
9817msgstr "병합 전략 %s 시도...\n"
9818
9819#: builtin/merge.c:1574
9820#, c-format
9821msgid "No merge strategy handled the merge.\n"
9822msgstr "병합을 처리한 전략이 없습니다.\n"
9823
9824#: builtin/merge.c:1576
9825#, c-format
9826msgid "Merge with strategy %s failed.\n"
9827msgstr "전략 %s(으)로 병합이 실패했습니다.\n"
9828
9829#: builtin/merge.c:1585
9830#, c-format
9831msgid "Using the %s to prepare resolving by hand.\n"
9832msgstr "수동 해결의 준비를 위해 %s 전략을 사용합니다.\n"
9833
9834#: builtin/merge.c:1597
9835#, c-format
9836msgid "Automatic merge went well; stopped before committing as requested\n"
9837msgstr "자동 병합이 잘 진행되었습니다. 요청한대로 커밋 전에 중지합니다\n"
9838
9839#: builtin/merge-base.c:29
9840msgid "git merge-base [-a | --all] <commit> <commit>..."
9841msgstr "git merge-base [-a | --all] <커밋> <커밋>..."
9842
9843#: builtin/merge-base.c:30
9844msgid "git merge-base [-a | --all] --octopus <commit>..."
9845msgstr "git merge-base [-a | --all] --octopus <커밋>..."
9846
9847#: builtin/merge-base.c:31
9848msgid "git merge-base --independent <commit>..."
9849msgstr "git merge-base --independent <커밋>..."
9850
9851#: builtin/merge-base.c:32
9852msgid "git merge-base --is-ancestor <commit> <commit>"
9853msgstr "git merge-base --is-ancestor <커밋> <커밋>"
9854
9855#: builtin/merge-base.c:33
9856msgid "git merge-base --fork-point <ref> [<commit>]"
9857msgstr "git merge-base --fork-point <레퍼런스> [<커밋>]"
9858
9859#: builtin/merge-base.c:217
9860msgid "output all common ancestors"
9861msgstr "모든 과거 공통 커밋을 출력합니다"
9862
9863#: builtin/merge-base.c:219
9864msgid "find ancestors for a single n-way merge"
9865msgstr "하나의 n-방향 병합에 대한 과거 커밋을 찾습니다"
9866
9867#: builtin/merge-base.c:221
9868msgid "list revs not reachable from others"
9869msgstr "다른 곳에서 접근 불가능한 리비전 목록을 출력합니다"
9870
9871#: builtin/merge-base.c:223
9872msgid "is the first one ancestor of the other?"
9873msgstr "첫번째가 다른 것의 과거 커밋인지 여부?"
9874
9875#: builtin/merge-base.c:225
9876msgid "find where <commit> forked from reflog of <ref>"
9877msgstr "<레퍼런스>의 reflog에서 <커밋>이 분리된 위치를 찾습니다"
9878
9879#: builtin/merge-file.c:8
9880msgid ""
9881"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9882"<orig-file> <file2>"
9883msgstr ""
9884"git merge-file [<옵션>] [-L <이름1> [-L <orig> [-L <이름2>]]] <파일1> <본래-"
9885"파일> <파일2>"
9886
9887#: builtin/merge-file.c:33
9888msgid "send results to standard output"
9889msgstr "결과를 표준 출력으로 보냅니다"
9890
9891#: builtin/merge-file.c:34
9892msgid "use a diff3 based merge"
9893msgstr "diff3 기반 병합을 사용합니다"
9894
9895#: builtin/merge-file.c:35
9896msgid "for conflicts, use our version"
9897msgstr "충돌이 발생하면, 우리쪽 버전을 사용합니다"
9898
9899#: builtin/merge-file.c:37
9900msgid "for conflicts, use their version"
9901msgstr "충돌이 발생하면, 상대편 버전을 사용합니다"
9902
9903#: builtin/merge-file.c:39
9904msgid "for conflicts, use a union version"
9905msgstr "충돌이 발생하면, 합친 버전을 사용합니다"
9906
9907#: builtin/merge-file.c:42
9908msgid "for conflicts, use this marker size"
9909msgstr "충돌이 발생하면, 이 크기로 표시합니다"
9910
9911#: builtin/merge-file.c:43
9912msgid "do not warn about conflicts"
9913msgstr "충돌에 대해 경고하지 않습니다"
9914
9915#: builtin/merge-file.c:45
9916msgid "set labels for file1/orig-file/file2"
9917msgstr "<파일1>/<본래-파일>/<파일2>에 대한 레이블을 설정합니다"
9918
9919#: builtin/merge-recursive.c:45
9920#, c-format
9921msgid "unknown option %s"
9922msgstr "알 수 없는 옵션: %s"
9923
9924#: builtin/merge-recursive.c:51
9925#, c-format
9926msgid "could not parse object '%s'"
9927msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
9928
9929#: builtin/merge-recursive.c:55
9930#, c-format
9931msgid "cannot handle more than %d base. Ignoring %s."
9932msgid_plural "cannot handle more than %d bases. Ignoring %s."
9933msgstr[0] "베이스를 %d개 보다 많이 쓸 수 없습니다. %s 무시합니다."
9934
9935#: builtin/merge-recursive.c:63
9936msgid "not handling anything other than two heads merge."
9937msgstr "두 개의 헤드 병합 외에는 처리하지 않습니다."
9938
9939#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9940#, c-format
9941msgid "could not resolve ref '%s'"
9942msgstr "'%s' 레퍼런스를 알아낼 수 없습니다"
9943
9944#: builtin/merge-recursive.c:77
9945#, c-format
9946msgid "Merging %s with %s\n"
9947msgstr "%s 병합, %s 항목과\n"
9948
9949#: builtin/mktree.c:65
9950msgid "git mktree [-z] [--missing] [--batch]"
9951msgstr "git mktree [-z] [--missing] [--batch]"
9952
9953#: builtin/mktree.c:152
9954msgid "input is NUL terminated"
9955msgstr "입력이 NUL로 끝납니다"
9956
9957#: builtin/mktree.c:153 builtin/write-tree.c:24
9958msgid "allow missing objects"
9959msgstr "없는 오브젝트를 허용합니다"
9960
9961#: builtin/mktree.c:154
9962msgid "allow creation of more than one tree"
9963msgstr "여러개 트리 만들기를 허용합니다"
9964
9965#: builtin/mv.c:16
9966msgid "git mv [<options>] <source>... <destination>"
9967msgstr "git mv [<옵션>] <원본>... <대상>"
9968
9969#: builtin/mv.c:82
9970#, c-format
9971msgid "Directory %s is in index and no submodule?"
9972msgstr "%s 디렉터리가 인덱스에 있고 하위 모듈이 없습니다?"
9973
9974#: builtin/mv.c:84 builtin/rm.c:290
9975msgid "Please stage your changes to .gitmodules or stash them to proceed"
9976msgstr "계속하려면 .gitmodules의 변경 사항을 스테이지에 넣거나 스태시 하십시오"
9977
9978#: builtin/mv.c:102
9979#, c-format
9980msgid "%.*s is in index"
9981msgstr "%.*s이(가) 인덱스에 있습니다"
9982
9983#: builtin/mv.c:124
9984msgid "force move/rename even if target exists"
9985msgstr "대상이 이미 있어도 강제로 옮기기/이름 바꾸기를 합니다"
9986
9987#: builtin/mv.c:125
9988msgid "skip move/rename errors"
9989msgstr "옮기기/이름 바꾸기 오류를 건너 뜁니다"
9990
9991#: builtin/mv.c:167
9992#, c-format
9993msgid "destination '%s' is not a directory"
9994msgstr "대상이 ('%s') 디렉터리가 아닙니다"
9995
9996#: builtin/mv.c:178
9997#, c-format
9998msgid "Checking rename of '%s' to '%s'\n"
9999msgstr "'%s'을(를) '%s'(으)로 이름 바꾸기합니다\n"
10000
10001#: builtin/mv.c:182
10002msgid "bad source"
10003msgstr "잘못된 원본"
10004
10005#: builtin/mv.c:185
10006msgid "can not move directory into itself"
10007msgstr "디렉터리를 자기 자신으로 옮길 수 없습니다"
10008
10009#: builtin/mv.c:188
10010msgid "cannot move directory over file"
10011msgstr "디렉터리를 파일로 옮길 수 없습니다"
10012
10013#: builtin/mv.c:197
10014msgid "source directory is empty"
10015msgstr "원본 디렉터리가 비어 있습니다"
10016
10017#: builtin/mv.c:222
10018msgid "not under version control"
10019msgstr "버전 컨트롤 중이 아닙니다"
10020
10021#: builtin/mv.c:225
10022msgid "destination exists"
10023msgstr "대상이 있습니다"
10024
10025#: builtin/mv.c:233
10026#, c-format
10027msgid "overwriting '%s'"
10028msgstr "'%s' 덮어쓰기"
10029
10030#: builtin/mv.c:236
10031msgid "Cannot overwrite"
10032msgstr "덮어쓸 수 없습니다"
10033
10034#: builtin/mv.c:239
10035msgid "multiple sources for the same target"
10036msgstr "동일한 대상에 대해 여러 개 원본"
10037
10038#: builtin/mv.c:241
10039msgid "destination directory does not exist"
10040msgstr "대상 디렉터리가 없습니다"
10041
10042#: builtin/mv.c:248
10043#, c-format
10044msgid "%s, source=%s, destination=%s"
10045msgstr "%s, 원본=%s, 대상=%s"
10046
10047#: builtin/mv.c:269
10048#, c-format
10049msgid "Renaming %s to %s\n"
10050msgstr "이름 바꾸기, '%s'에서 '%s'(으)로\n"
10051
10052#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
10053#, c-format
10054msgid "renaming '%s' failed"
10055msgstr "'%s'의 이름 바꾸기가 실패했습니다"
10056
10057#: builtin/name-rev.c:257
10058msgid "git name-rev [<options>] <commit>..."
10059msgstr "git name-rev [<옵션>] <커밋>..."
10060
10061#: builtin/name-rev.c:258
10062msgid "git name-rev [<options>] --all"
10063msgstr "git name-rev [<옵션>] --all"
10064
10065#: builtin/name-rev.c:259
10066msgid "git name-rev [<options>] --stdin"
10067msgstr "git name-rev [<옵션>] --stdin"
10068
10069#: builtin/name-rev.c:311
10070msgid "print only names (no SHA-1)"
10071msgstr "이름만 표시 (SHA-1 없이)"
10072
10073#: builtin/name-rev.c:312
10074msgid "only use tags to name the commits"
10075msgstr "커밋을 지정할 때 태그만 사용합니다"
10076
10077#: builtin/name-rev.c:314
10078msgid "only use refs matching <pattern>"
10079msgstr "<패턴>과 일치하는 레퍼런스만 사용합니다"
10080
10081#: builtin/name-rev.c:316
10082msgid "list all commits reachable from all refs"
10083msgstr "모든 레퍼런스에서 접근 가능한 모든 커밋 목록을 표시합니다"
10084
10085#: builtin/name-rev.c:317
10086msgid "read from stdin"
10087msgstr "표준입력에서 읽습니다"
10088
10089#: builtin/name-rev.c:318
10090msgid "allow to print `undefined` names (default)"
10091msgstr "`정의되지 않은' 이름 표시를 허용합니다 (기본값)"
10092
10093#: builtin/name-rev.c:324
10094msgid "dereference tags in the input (internal use)"
10095msgstr "입력의 태그 레퍼런스를 따라갑니다 (내부 사용)"
10096
10097#: builtin/notes.c:25
10098msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10099msgstr "git notes [--ref <노트-레퍼런스>] [list [<오브젝트>]]"
10100
10101#: builtin/notes.c:26
10102msgid ""
10103"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10104"| (-c | -C) <object>] [<object>]"
10105msgstr ""
10106"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <메시지> | -F <파"
10107"일> | (-c | -C) <오브젝트>] [<오브젝트>]"
10108
10109#: builtin/notes.c:27
10110msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10111msgstr ""
10112"git notes [--ref <노트-레퍼런스>] copy [-f] <원본-오브젝트> <대상-오브젝트>"
10113
10114#: builtin/notes.c:28
10115msgid ""
10116"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10117"(-c | -C) <object>] [<object>]"
10118msgstr ""
10119"git notes [--ref <쪽지-레퍼런스>] append [--allow-empty] [-m <메시지> | -F <"
10120"파일> | (-c | -C) <오브젝트>] [<오브젝트>]"
10121
10122#: builtin/notes.c:29
10123msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10124msgstr "git notes [--ref <쪽지-레퍼런스>] edit [--allow-empty] [<오브젝트>]"
10125
10126#: builtin/notes.c:30
10127msgid "git notes [--ref <notes-ref>] show [<object>]"
10128msgstr "git notes [--ref <notes-ref>] show [<오브젝트>]"
10129
10130#: builtin/notes.c:31
10131msgid ""
10132"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10133msgstr ""
10134"git notes [--ref <노트-레퍼런스>] merge [-v | -q] [-s <전략>] <노트-레퍼런스>"
10135
10136#: builtin/notes.c:32
10137msgid "git notes merge --commit [-v | -q]"
10138msgstr "git notes merge --commit [-v | -q]"
10139
10140#: builtin/notes.c:33
10141msgid "git notes merge --abort [-v | -q]"
10142msgstr "git notes merge --abort [-v | -q]"
10143
10144#: builtin/notes.c:34
10145msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10146msgstr "git notes [--ref <노트-레퍼런스>] remove [<오브젝트>...]"
10147
10148#: builtin/notes.c:35
10149msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10150msgstr "git notes [--ref <노트-레퍼런스>] prune [-n | -v]"
10151
10152#: builtin/notes.c:36
10153msgid "git notes [--ref <notes-ref>] get-ref"
10154msgstr "git notes [--ref <노트-레퍼런스>] get-ref"
10155
10156#: builtin/notes.c:41
10157msgid "git notes [list [<object>]]"
10158msgstr "git notes [list [<오브젝트>]]"
10159
10160#: builtin/notes.c:46
10161msgid "git notes add [<options>] [<object>]"
10162msgstr "git notes add [<옵션>] [<오브젝트>]"
10163
10164#: builtin/notes.c:51
10165msgid "git notes copy [<options>] <from-object> <to-object>"
10166msgstr "git notes copy [<옵션>] <원본-오브젝트> <대상-오브젝트>"
10167
10168#: builtin/notes.c:52
10169msgid "git notes copy --stdin [<from-object> <to-object>]..."
10170msgstr "git notes copy --stdin [<원본-오브젝트> <대상-오브젝트>]..."
10171
10172#: builtin/notes.c:57
10173msgid "git notes append [<options>] [<object>]"
10174msgstr "git notes append [<옵션>] [<오브젝트>]"
10175
10176#: builtin/notes.c:62
10177msgid "git notes edit [<object>]"
10178msgstr "git notes edit [<오브젝트>]"
10179
10180#: builtin/notes.c:67
10181msgid "git notes show [<object>]"
10182msgstr "git notes show [<오브젝트>]"
10183
10184#: builtin/notes.c:72
10185msgid "git notes merge [<options>] <notes-ref>"
10186msgstr "git notes merge [<옵션>] <쪽지-레퍼런스>"
10187
10188#: builtin/notes.c:73
10189msgid "git notes merge --commit [<options>]"
10190msgstr "git notes merge --commit [<옵션>]"
10191
10192#: builtin/notes.c:74
10193msgid "git notes merge --abort [<options>]"
10194msgstr "git notes merge --abort [<옵션>]"
10195
10196#: builtin/notes.c:79
10197msgid "git notes remove [<object>]"
10198msgstr "git notes remove [<오브젝트>]"
10199
10200#: builtin/notes.c:84
10201msgid "git notes prune [<options>]"
10202msgstr "git notes prune [<옵션>]"
10203
10204#: builtin/notes.c:89
10205msgid "git notes get-ref"
10206msgstr "git notes get-ref"
10207
10208#: builtin/notes.c:94
10209msgid "Write/edit the notes for the following object:"
10210msgstr "다음 오브젝트에 노트를 쓰거나 편집합니다:"
10211
10212#: builtin/notes.c:147
10213#, c-format
10214msgid "unable to start 'show' for object '%s'"
10215msgstr "'%s' 오브젝트에 대해 'show'를 시작할 수 없습니다"
10216
10217#: builtin/notes.c:151
10218msgid "could not read 'show' output"
10219msgstr "'show' 출력을 읽을 수 없습니다"
10220
10221#: builtin/notes.c:159
10222#, c-format
10223msgid "failed to finish 'show' for object '%s'"
10224msgstr "오브젝트 '%s'에 대해 'show'를 마치는데 실패했습니다"
10225
10226#: builtin/notes.c:194
10227msgid "please supply the note contents using either -m or -F option"
10228msgstr "노트 내용을 -m 또는 -F 옵션으로 입력하십시오"
10229
10230#: builtin/notes.c:203
10231msgid "unable to write note object"
10232msgstr "노트 오브젝트를 쓸 수 없습니다"
10233
10234#: builtin/notes.c:205
10235#, c-format
10236msgid "the note contents have been left in %s"
10237msgstr "노트 내용은 %s에 남습니다"
10238
10239#: builtin/notes.c:233 builtin/tag.c:460
10240#, c-format
10241msgid "cannot read '%s'"
10242msgstr "'%s'을(를) 읽을 수 없습니다"
10243
10244#: builtin/notes.c:235 builtin/tag.c:463
10245#, c-format
10246msgid "could not open or read '%s'"
10247msgstr "'%s'을(를) 열거나 읽을 수 없습니다"
10248
10249#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
10250#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
10251#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:659
10252#, c-format
10253msgid "failed to resolve '%s' as a valid ref."
10254msgstr "'%s'을(를) 올바른 레퍼런스로 알아내는데 실패했습니다."
10255
10256#: builtin/notes.c:257
10257#, c-format
10258msgid "failed to read object '%s'."
10259msgstr "'%s' 오브젝트 읽기에 실패했습니다."
10260
10261#: builtin/notes.c:261
10262#, c-format
10263msgid "cannot read note data from non-blob object '%s'."
10264msgstr "블롭이 아닌 '%s' 오브젝트에 대해 노트 데이터를 읽을 수 없습니다."
10265
10266#: builtin/notes.c:301
10267#, c-format
10268msgid "malformed input line: '%s'."
10269msgstr "잘못된 형식의 입력 줄: '%s'."
10270
10271#: builtin/notes.c:316
10272#, c-format
10273msgid "failed to copy notes from '%s' to '%s'"
10274msgstr "'%s'에서 '%s'(으)로 노트를 복사하는데 실패했습니다"
10275
10276#. TRANSLATORS: the first %s will be replaced by a
10277#. git notes command: 'add', 'merge', 'remove', etc.
10278#: builtin/notes.c:345
10279#, c-format
10280msgid "refusing to %s notes in %s (outside of refs/notes/)"
10281msgstr "%s에서 노트를 %s 하기를 거부합니다 (refs/notes/ 밖임)"
10282
10283#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
10284#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:652
10285#: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:970
10286msgid "too many parameters"
10287msgstr "파라미터가 너무 많습니다"
10288
10289#: builtin/notes.c:378 builtin/notes.c:665
10290#, c-format
10291msgid "no note found for object %s."
10292msgstr "%s 오브젝트에 대해 노트가 없습니다."
10293
10294#: builtin/notes.c:399 builtin/notes.c:562
10295msgid "note contents as a string"
10296msgstr "문자열로 노트 내용"
10297
10298#: builtin/notes.c:402 builtin/notes.c:565
10299msgid "note contents in a file"
10300msgstr "파일 안에 노트 내용"
10301
10302#: builtin/notes.c:405 builtin/notes.c:568
10303msgid "reuse and edit specified note object"
10304msgstr "지정한 노트 오브젝트를 재사용하고 편집합니다"
10305
10306#: builtin/notes.c:408 builtin/notes.c:571
10307msgid "reuse specified note object"
10308msgstr "지정한 노트 오브젝트를 재사용합니다"
10309
10310#: builtin/notes.c:411 builtin/notes.c:574
10311msgid "allow storing empty note"
10312msgstr "빈 노트 저장을 허용합니다"
10313
10314#: builtin/notes.c:412 builtin/notes.c:483
10315msgid "replace existing notes"
10316msgstr "기존 노트를 바꿉니다"
10317
10318#: builtin/notes.c:437
10319#, c-format
10320msgid ""
10321"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10322"existing notes"
10323msgstr ""
10324"노트를 추가할 수 없습니다. %s 오브젝트에 대한 기존 노트가 있습니다. 기존 노트"
10325"를 덮어쓰려면 '-f' 옵션을 사용하십시오"
10326
10327#: builtin/notes.c:452 builtin/notes.c:531
10328#, c-format
10329msgid "Overwriting existing notes for object %s\n"
10330msgstr "%s 오브젝트에 대한 기존 노트를 덮어씁니다\n"
10331
10332#: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:889
10333#, c-format
10334msgid "Removing note for object %s\n"
10335msgstr "%s 오브젝트에 대한 노트를 제거합니다\n"
10336
10337#: builtin/notes.c:484
10338msgid "read objects from stdin"
10339msgstr "표준 입력에서 오브젝트를 읽습니다"
10340
10341#: builtin/notes.c:486
10342msgid "load rewriting config for <command> (implies --stdin)"
10343msgstr "<명령>에 대한 다시쓰기 설정을 읽어들입니다 (--stdin 옵션 포함)"
10344
10345#: builtin/notes.c:504
10346msgid "too few parameters"
10347msgstr "파라미터가 너무 적습니다"
10348
10349#: builtin/notes.c:525
10350#, c-format
10351msgid ""
10352"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10353"existing notes"
10354msgstr ""
10355"노트를 복사할 수 없습니다. %s 오브젝트에 대한 기존 노트가 있습니다. 기존 노트"
10356"를 덮어쓰려면 '-f' 옵션을 사용하십시오"
10357
10358#: builtin/notes.c:537
10359#, c-format
10360msgid "missing notes on source object %s. Cannot copy."
10361msgstr "원본 %s 오브젝트에 대한 노트가 없습니다. 복사할 수 없습니다."
10362
10363#: builtin/notes.c:589
10364#, c-format
10365msgid ""
10366"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10367"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10368msgstr ""
10369"-m/-F/-c/-C 옵션은 'edit' 하위 명령에 대해 사용을 권하지 않습니다.\n"
10370"대신에 'git notes add -f -m/-F/-c/-C' 명령을 사용하십시오.\n"
10371
10372#: builtin/notes.c:685
10373msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10374msgstr "NOTES_MERGE_PARTIAL 레퍼런스 삭제에 실패했습니다"
10375
10376#: builtin/notes.c:687
10377msgid "failed to delete ref NOTES_MERGE_REF"
10378msgstr "NOTES_MERGE_REF 레퍼런스 삭제에 실패했습니다"
10379
10380#: builtin/notes.c:689
10381msgid "failed to remove 'git notes merge' worktree"
10382msgstr "'git notes merge' 작업트리 제거에 실패했습니다"
10383
10384#: builtin/notes.c:709
10385msgid "failed to read ref NOTES_MERGE_PARTIAL"
10386msgstr "NOTES_MERGE_PARTIAL 레퍼런스 읽기에 실패했습니다"
10387
10388#: builtin/notes.c:711
10389msgid "could not find commit from NOTES_MERGE_PARTIAL."
10390msgstr "NOTES_MERGE_PARTIAL에서 커밋을 찾을 수 없습니다."
10391
10392#: builtin/notes.c:713
10393msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10394msgstr "NOTES_MERGE_PARTIAL에서 커밋을 파싱할 수 없습니다."
10395
10396#: builtin/notes.c:726
10397msgid "failed to resolve NOTES_MERGE_REF"
10398msgstr "NOTES_MERGE_REF 알아내기에 실패했습니다"
10399
10400#: builtin/notes.c:729
10401msgid "failed to finalize notes merge"
10402msgstr "노트 병합을 마치는데 실패했습니다"
10403
10404#: builtin/notes.c:755
10405#, c-format
10406msgid "unknown notes merge strategy %s"
10407msgstr "알 수 없는 노트 병합 전략 %s"
10408
10409#: builtin/notes.c:771
10410msgid "General options"
10411msgstr "일반 옵션"
10412
10413#: builtin/notes.c:773
10414msgid "Merge options"
10415msgstr "병합 옵션"
10416
10417#: builtin/notes.c:775
10418msgid ""
10419"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10420"cat_sort_uniq)"
10421msgstr ""
10422"주어진 전략을 사용해 노트 충돌을 해결합니다 (manual/ours/theirs/union/"
10423"cat_sort_uniq)"
10424
10425#: builtin/notes.c:777
10426msgid "Committing unmerged notes"
10427msgstr "병합하지 않은 노트 커밋"
10428
10429#: builtin/notes.c:779
10430msgid "finalize notes merge by committing unmerged notes"
10431msgstr "병합하지 않은 노트를 커밋해 노트 병합을 마칩니다"
10432
10433#: builtin/notes.c:781
10434msgid "Aborting notes merge resolution"
10435msgstr "노트 병합 해결 중지"
10436
10437#: builtin/notes.c:783
10438msgid "abort notes merge"
10439msgstr "노트 병합을 중지합니다"
10440
10441#: builtin/notes.c:794
10442msgid "cannot mix --commit, --abort or -s/--strategy"
10443msgstr "--commit, --abort, -s/--strategy 옵션을 섞어 쓸 수 없습니다"
10444
10445#: builtin/notes.c:799
10446msgid "must specify a notes ref to merge"
10447msgstr "병합할 노트 레퍼런스를 지정해야 합니다"
10448
10449#: builtin/notes.c:823
10450#, c-format
10451msgid "unknown -s/--strategy: %s"
10452msgstr "알 수 없는 전략(-s/--strategy): %s"
10453
10454#: builtin/notes.c:860
10455#, c-format
10456msgid "a notes merge into %s is already in-progress at %s"
10457msgstr "%s 위치로 노트 병합이 이미 %s에서 진행중입니다"
10458
10459#: builtin/notes.c:863
10460#, c-format
10461msgid "failed to store link to current notes ref (%s)"
10462msgstr "현재 노트 레퍼런스의 (%s) 링크를 저장하는데 실패했습니다."
10463
10464#: builtin/notes.c:865
10465#, c-format
10466msgid ""
10467"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10468"'git notes merge --commit', or abort the merge with 'git notes merge --"
10469"abort'.\n"
10470msgstr ""
10471"자동 노트 병합이 실패했습니다. %s 안의 충돌을 바로잡고 결과를 'git notes "
10472"merge --commit' 명령으로 커밋하십시오. 또는 'git notes merge --abort' 명령으"
10473"로 병합을 중지하십시오.\n"
10474
10475#: builtin/notes.c:887
10476#, c-format
10477msgid "Object %s has no note\n"
10478msgstr "%s 오브젝트에 노트가 없습니다\n"
10479
10480#: builtin/notes.c:899
10481msgid "attempt to remove non-existent note is not an error"
10482msgstr "없는 노트를 제거하려는 시도를 오류가 아닌 것으로 취급합니다"
10483
10484#: builtin/notes.c:902
10485msgid "read object names from the standard input"
10486msgstr "표준 입력에서 오브젝트 이름을 읽습니다"
10487
10488#: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:127
10489msgid "do not remove, show only"
10490msgstr "제거하지 않고, 보여주기만 합니다"
10491
10492#: builtin/notes.c:941
10493msgid "report pruned notes"
10494msgstr "잘라낸 노트를 알립니다"
10495
10496#: builtin/notes.c:983
10497msgid "notes-ref"
10498msgstr "노트-레퍼런스"
10499
10500#: builtin/notes.c:984
10501msgid "use notes from <notes-ref>"
10502msgstr "<노트-레퍼런스>에서 노트를 사용합니다"
10503
10504#: builtin/notes.c:1019
10505#, c-format
10506msgid "unknown subcommand: %s"
10507msgstr "알 수 없는 하위 명령: %s"
10508
10509#: builtin/pack-objects.c:29
10510msgid ""
10511"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10512msgstr ""
10513"git pack-objects --stdout [<옵션>...] [< <레퍼런스목록> | < <오브젝트목록>]"
10514
10515#: builtin/pack-objects.c:30
10516msgid ""
10517"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10518msgstr ""
10519"git pack-objects [<옵션>...] <베이스이름> [< <레퍼런스목록> | < <오브젝트목록"
10520">]"
10521
10522#: builtin/pack-objects.c:177 builtin/pack-objects.c:180
10523#, c-format
10524msgid "deflate error (%d)"
10525msgstr "deflate 오류 (%d)"
10526
10527#: builtin/pack-objects.c:766
10528msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10529msgstr ""
10530"배트맵 쓰기를 하지 않습니다. 묶음은 pack.packSizeLimit 값에 따라 쪼개집니다"
10531
10532#: builtin/pack-objects.c:779
10533msgid "Writing objects"
10534msgstr "오브젝트 쓰는 중"
10535
10536#: builtin/pack-objects.c:1068
10537msgid "disabling bitmap writing, as some objects are not being packed"
10538msgstr "묶음에 들어있지 않은 오브젝트가 있으므로, 비트맵 쓰기를 하지 않습니다"
10539
10540#: builtin/pack-objects.c:2344
10541msgid "Compressing objects"
10542msgstr "오브젝트 압축하는 중"
10543
10544#: builtin/pack-objects.c:2747
10545#, c-format
10546msgid "unsupported index version %s"
10547msgstr "지원하지 않는 인덱스 버전 %s"
10548
10549#: builtin/pack-objects.c:2751
10550#, c-format
10551msgid "bad index version '%s'"
10552msgstr "잘못된 인덱스 버전 '%s'"
10553
10554#: builtin/pack-objects.c:2781
10555msgid "do not show progress meter"
10556msgstr "진행률을 표시하지 않습니다"
10557
10558#: builtin/pack-objects.c:2783
10559msgid "show progress meter"
10560msgstr "진행률을 표시합니다"
10561
10562#: builtin/pack-objects.c:2785
10563msgid "show progress meter during object writing phase"
10564msgstr "오브젝트 쓰기 단계에서 진행률을 표시합니다"
10565
10566#: builtin/pack-objects.c:2788
10567msgid "similar to --all-progress when progress meter is shown"
10568msgstr "진행률이 표시될 때 --all-progress와 비슷합니다"
10569
10570#: builtin/pack-objects.c:2789
10571msgid "version[,offset]"
10572msgstr "버전[,오프셋]"
10573
10574#: builtin/pack-objects.c:2790
10575msgid "write the pack index file in the specified idx format version"
10576msgstr "지정한 버전의 인덱스 형식에 따라 묶음 인덱스 파일을 씁니다"
10577
10578#: builtin/pack-objects.c:2793
10579msgid "maximum size of each output pack file"
10580msgstr "출력 묶음 파일의 최대 크기"
10581
10582#: builtin/pack-objects.c:2795
10583msgid "ignore borrowed objects from alternate object store"
10584msgstr "보조 오브젝트 저장소에서 빌려온 오브젝트를 무시합니다"
10585
10586#: builtin/pack-objects.c:2797
10587msgid "ignore packed objects"
10588msgstr "묶음 오브젝트를 무시합니다"
10589
10590#: builtin/pack-objects.c:2799
10591msgid "limit pack window by objects"
10592msgstr "묶음 윈도우를 오브젝트 단위로 제한합니다"
10593
10594#: builtin/pack-objects.c:2801
10595msgid "limit pack window by memory in addition to object limit"
10596msgstr "묶음 윈도우를 오브젝트 단위에 추가로 메모리 단위로 제한합니다"
10597
10598#: builtin/pack-objects.c:2803
10599msgid "maximum length of delta chain allowed in the resulting pack"
10600msgstr "결과물 묶음에서 허용되는 최대 길이의 델타 체인"
10601
10602#: builtin/pack-objects.c:2805
10603msgid "reuse existing deltas"
10604msgstr "기존 델타를 재사용합니다"
10605
10606#: builtin/pack-objects.c:2807
10607msgid "reuse existing objects"
10608msgstr "기존 오브젝트를 재사용합니다"
10609
10610#: builtin/pack-objects.c:2809
10611msgid "use OFS_DELTA objects"
10612msgstr "OFS_DELTA 오브젝트를 사용합니다"
10613
10614#: builtin/pack-objects.c:2811
10615msgid "use threads when searching for best delta matches"
10616msgstr "최상의 델타 일치를 검색하는데 스레드를 사용합니다"
10617
10618#: builtin/pack-objects.c:2813
10619msgid "do not create an empty pack output"
10620msgstr "빈 묶음 출력을 만들지 않습니다"
10621
10622#: builtin/pack-objects.c:2815
10623msgid "read revision arguments from standard input"
10624msgstr "표준 입력에서 리비전 인자를 읽습니다"
10625
10626#: builtin/pack-objects.c:2817
10627msgid "limit the objects to those that are not yet packed"
10628msgstr "묶지 않는 오브젝트 수를 제한합니다"
10629
10630#: builtin/pack-objects.c:2820
10631msgid "include objects reachable from any reference"
10632msgstr "모든 레퍼런스에서 접근 가능한 오브젝트를 포함합니다"
10633
10634#: builtin/pack-objects.c:2823
10635msgid "include objects referred by reflog entries"
10636msgstr "reflog 항목에서 레퍼런스할 수 있는 오브젝트를 포함합니다"
10637
10638#: builtin/pack-objects.c:2826
10639msgid "include objects referred to by the index"
10640msgstr "인덱스에서< 레퍼런스하는 오브젝트를 포함합니다"
10641
10642#: builtin/pack-objects.c:2829
10643msgid "output pack to stdout"
10644msgstr "묶음을 표준 출력으로 출력합니다"
10645
10646#: builtin/pack-objects.c:2831
10647msgid "include tag objects that refer to objects to be packed"
10648msgstr "묶음에 들어갈 오브젝트를 레퍼런스하는 태그 오브젝트를 포함합니다"
10649
10650#: builtin/pack-objects.c:2833
10651msgid "keep unreachable objects"
10652msgstr "접근 불가능 오브젝트를 보존합니다"
10653
10654#: builtin/pack-objects.c:2835
10655msgid "pack loose unreachable objects"
10656msgstr "느슨한 접근 불가능 오브젝트를 묶습니다"
10657
10658#: builtin/pack-objects.c:2837
10659msgid "unpack unreachable objects newer than <time>"
10660msgstr "<시각>보다 새로운 접근 불가능 오브젝트의 묶음을 풉니다"
10661
10662#: builtin/pack-objects.c:2840
10663msgid "create thin packs"
10664msgstr "얇은 묶음을 만듭니다"
10665
10666#: builtin/pack-objects.c:2842
10667msgid "create packs suitable for shallow fetches"
10668msgstr "얕은 가져오기에 적합한 묶음을 만듭니다"
10669
10670#: builtin/pack-objects.c:2844
10671msgid "ignore packs that have companion .keep file"
10672msgstr "해당하는 .keep 파일이 있는 묶음을 무시합니다"
10673
10674#: builtin/pack-objects.c:2846
10675msgid "pack compression level"
10676msgstr "묶음 압축 단계"
10677
10678# FIXME: graft?
10679#: builtin/pack-objects.c:2848
10680msgid "do not hide commits by grafts"
10681msgstr "붙어 있는 커밋을 숨기지 않습니다"
10682
10683#: builtin/pack-objects.c:2850
10684msgid "use a bitmap index if available to speed up counting objects"
10685msgstr "가능하면 비트맵 인덱스를 사용해 오브젝트 세기 속도를 높입니다"
10686
10687#: builtin/pack-objects.c:2852
10688msgid "write a bitmap index together with the pack index"
10689msgstr "묶음 인덱스와 같이 비트맵 인덱스를 씁니다"
10690
10691#: builtin/pack-objects.c:2979
10692msgid "Counting objects"
10693msgstr "오브젝트 개수 세는 중"
10694
10695#: builtin/pack-refs.c:6
10696msgid "git pack-refs [<options>]"
10697msgstr "git pack-refs [<옵션>]"
10698
10699#: builtin/pack-refs.c:14
10700msgid "pack everything"
10701msgstr "모두 묶습니다"
10702
10703#: builtin/pack-refs.c:15
10704msgid "prune loose refs (default)"
10705msgstr "느슨한 레퍼런스를 잘라냅니다 (기본값)"
10706
10707#: builtin/prune-packed.c:7
10708msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10709msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
10710
10711#: builtin/prune-packed.c:40
10712msgid "Removing duplicate objects"
10713msgstr "중복된 오브젝트 제거"
10714
10715#: builtin/prune.c:11
10716msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10717msgstr "git prune [-n] [-v] [--expire <시각>] [--] [<헤드>...]"
10718
10719#: builtin/prune.c:106
10720msgid "report pruned objects"
10721msgstr "잘라낸 오브젝트를 알립니다"
10722
10723#: builtin/prune.c:109
10724msgid "expire objects older than <time>"
10725msgstr "<시각>보다 오래 된 오브젝트를 만료합니다"
10726
10727#: builtin/prune.c:123
10728msgid "cannot prune in a precious-objects repo"
10729msgstr "precious-objects 저장소에서 잘라낼 수 없습니다"
10730
10731#: builtin/pull.c:51 builtin/pull.c:53
10732#, c-format
10733msgid "Invalid value for %s: %s"
10734msgstr "%s의 값이 올바르지 않습니다: %s"
10735
10736#: builtin/pull.c:73
10737msgid "git pull [<options>] [<repository> [<refspec>...]]"
10738msgstr "git pull [<옵션>] [<저장소> [<레퍼런스명세>...]]"
10739
10740#: builtin/pull.c:121
10741msgid "Options related to merging"
10742msgstr "병합 관련 옵션"
10743
10744#: builtin/pull.c:124
10745msgid "incorporate changes by rebasing rather than merging"
10746msgstr "변경 사항을 적용할 때 병합하는 대신 리베이스합니다"
10747
10748#: builtin/pull.c:148 builtin/revert.c:101
10749msgid "allow fast-forward"
10750msgstr "정방향 진행을 허용합니다"
10751
10752#: builtin/pull.c:157
10753msgid "automatically stash/stash pop before and after rebase"
10754msgstr "리베이스 전과 후에 stash 및 stash pop을 자동으로 합니다"
10755
10756#: builtin/pull.c:173
10757msgid "Options related to fetching"
10758msgstr "가져오기 관련 옵션"
10759
10760#: builtin/pull.c:195
10761msgid "number of submodules pulled in parallel"
10762msgstr "병렬적으로 풀을 실행할 하위모듈 개수"
10763
10764#: builtin/pull.c:284
10765#, c-format
10766msgid "Invalid value for pull.ff: %s"
10767msgstr "pull.ff에 대해 잘못된 값: %s"
10768
10769#: builtin/pull.c:397
10770msgid ""
10771"There is no candidate for rebasing against among the refs that you just "
10772"fetched."
10773msgstr "가져온 레퍼런스 중에 리베이스할 대상 후보가 없습니다."
10774
10775#: builtin/pull.c:399
10776msgid ""
10777"There are no candidates for merging among the refs that you just fetched."
10778msgstr "가져온 레퍼런스 중에 병합할 대상 후보가 없습니다."
10779
10780#: builtin/pull.c:400
10781msgid ""
10782"Generally this means that you provided a wildcard refspec which had no\n"
10783"matches on the remote end."
10784msgstr ""
10785"보통 이런 경우는 리모트 쪽에는 없는 와일드카드 레퍼런스명세가\n"
10786"주어졌을 때 일어납니다."
10787
10788#: builtin/pull.c:403
10789#, c-format
10790msgid ""
10791"You asked to pull from the remote '%s', but did not specify\n"
10792"a branch. Because this is not the default configured remote\n"
10793"for your current branch, you must specify a branch on the command line."
10794msgstr ""
10795"리모트 '%s'에서 풀을 요청했지만, 브랜치를 지정하지 않았습니다.\n"
10796"이 리모트는 현재 브랜치에 대해 기본으로 설정된 리모트가\n"
10797"아니기 때문에, 명령행에서 브랜치를 지정해야 합니다."
10798
10799#: builtin/pull.c:408 git-parse-remote.sh:73
10800msgid "You are not currently on a branch."
10801msgstr "현재 어떤 브랜치 위에도 있지 않습니다."
10802
10803#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
10804msgid "Please specify which branch you want to rebase against."
10805msgstr "어떤 브랜치를 대상으로 리베이스할지 지정하십시오."
10806
10807#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
10808msgid "Please specify which branch you want to merge with."
10809msgstr "어떤 브랜치를 대상으로 병합할지 지정하십시오."
10810
10811#: builtin/pull.c:413 builtin/pull.c:428
10812msgid "See git-pull(1) for details."
10813msgstr "자세한 정보는 git-pull(1) 페이지를 참고하십시오."
10814
10815#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10816#: git-parse-remote.sh:64
10817msgid "<remote>"
10818msgstr "<리모트>"
10819
10820#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:455
10821#: git-parse-remote.sh:65
10822msgid "<branch>"
10823msgstr "<브랜치>"
10824
10825#: builtin/pull.c:423 git-parse-remote.sh:75
10826msgid "There is no tracking information for the current branch."
10827msgstr "현재 브랜치에 추적 정보가 없습니다."
10828
10829#: builtin/pull.c:432 git-parse-remote.sh:95
10830msgid ""
10831"If you wish to set tracking information for this branch you can do so with:"
10832msgstr "이 브랜치에 대한 추적 정보를 설정하려면 다음과 같이 할 수 있습니다:"
10833
10834#: builtin/pull.c:437
10835#, c-format
10836msgid ""
10837"Your configuration specifies to merge with the ref '%s'\n"
10838"from the remote, but no such ref was fetched."
10839msgstr ""
10840"설정에서 리모트의 '%s' 레퍼런스와 병합하도록 지정했지만,\n"
10841"그런 레퍼런스를 가져오지 않았습니다."
10842
10843#: builtin/pull.c:754
10844msgid "ignoring --verify-signatures for rebase"
10845msgstr "리베이스에 대해 --verify-signatures 옵션을 무시합니다"
10846
10847#: builtin/pull.c:801
10848msgid "--[no-]autostash option is only valid with --rebase."
10849msgstr "--[no-]autostash 옵션은 --rebase 옵션과 같이 써야 합니다."
10850
10851#: builtin/pull.c:809
10852msgid "Updating an unborn branch with changes added to the index."
10853msgstr "만들어지지 않은 브랜치를 인덱스에 추가된 변경 사항으로 업데이트합니다."
10854
10855#: builtin/pull.c:812
10856msgid "pull with rebase"
10857msgstr "리베이스로 풀하기"
10858
10859#: builtin/pull.c:813
10860msgid "please commit or stash them."
10861msgstr "커밋하거나 스태시에 넣으십시오."
10862
10863#: builtin/pull.c:838
10864#, c-format
10865msgid ""
10866"fetch updated the current branch head.\n"
10867"fast-forwarding your working tree from\n"
10868"commit %s."
10869msgstr ""
10870"현재 브랜치 헤드를 업데이트했습니다.\n"
10871"작업 폴더를 %s 커밋에서 정방향\n"
10872"진행합니다."
10873
10874#: builtin/pull.c:843
10875#, c-format
10876msgid ""
10877"Cannot fast-forward your working tree.\n"
10878"After making sure that you saved anything precious from\n"
10879"$ git diff %s\n"
10880"output, run\n"
10881"$ git reset --hard\n"
10882"to recover."
10883msgstr ""
10884"작업 폴더를 정방향 진행할 수 없습니다.\n"
10885"다음 명령 출력에서 중요한 사항을 저장한 다음,\n"
10886"$ git diff %s\n"
10887"다음을 실행하면\n"
10888"$ git reset --hard\n"
10889"복구됩니다."
10890
10891#: builtin/pull.c:858
10892msgid "Cannot merge multiple branches into empty head."
10893msgstr "여러 브랜치를 빈 헤드로 병합할 수 없습니다."
10894
10895#: builtin/pull.c:862
10896msgid "Cannot rebase onto multiple branches."
10897msgstr "여러 브랜치로 리베이스할 수 없습니다."
10898
10899#: builtin/push.c:16
10900msgid "git push [<options>] [<repository> [<refspec>...]]"
10901msgstr "git push [<옵션>] [<저장소> [<레퍼런스명세>...]]"
10902
10903#: builtin/push.c:89
10904msgid "tag shorthand without <tag>"
10905msgstr "<태그> 없이 태그 줄임"
10906
10907#: builtin/push.c:99
10908msgid "--delete only accepts plain target ref names"
10909msgstr "--delete 옵션은 일반 대상 레퍼런스 이름만 받습니다"
10910
10911#: builtin/push.c:143
10912msgid ""
10913"\n"
10914"To choose either option permanently, see push.default in 'git help config'."
10915msgstr ""
10916"\n"
10917"어느 한 쪽 옵션만 계속 선택하려면, 'git help config'에서 push.default를 참고"
10918"하십시오."
10919
10920#: builtin/push.c:146
10921#, c-format
10922msgid ""
10923"The upstream branch of your current branch does not match\n"
10924"the name of your current branch.  To push to the upstream branch\n"
10925"on the remote, use\n"
10926"\n"
10927"    git push %s HEAD:%s\n"
10928"\n"
10929"To push to the branch of the same name on the remote, use\n"
10930"\n"
10931"    git push %s %s\n"
10932"%s"
10933msgstr ""
10934"현재 브랜치의 업스트림 브랜치가 현재 브랜치의 이름과\n"
10935"같지 않습니다. 리모트의 업스트림 브랜치로 푸시하려면\n"
10936"다음과 같이 하십시오.\n"
10937"\n"
10938"    git push %s HEAD:%s\n"
10939"\n"
10940"리모트의 같은 이름으로 푸시하려면 다음과 같이 하십시오.\n"
10941"\n"
10942"    git push %s %s\n"
10943"%s"
10944
10945#: builtin/push.c:161
10946#, c-format
10947msgid ""
10948"You are not currently on a branch.\n"
10949"To push the history leading to the current (detached HEAD)\n"
10950"state now, use\n"
10951"\n"
10952"    git push %s HEAD:<name-of-remote-branch>\n"
10953msgstr ""
10954"현재 어떤 브랜치 위에도 있지 않습니다.\n"
10955"지금 현재 (HEAD 분리) 상태까지의 커밋 내역을 푸시하려면\n"
10956"다음과 같이 하십시오.\n"
10957"\n"
10958"    git push %s HEAD:<name-of-remote-branch>\n"
10959
10960#: builtin/push.c:175
10961#, c-format
10962msgid ""
10963"The current branch %s has no upstream branch.\n"
10964"To push the current branch and set the remote as upstream, use\n"
10965"\n"
10966"    git push --set-upstream %s %s\n"
10967msgstr ""
10968"현재 브랜치 %s에 업스트림 브랜치가 없습니다.\n"
10969"현재 브랜치를 푸시하고 해당 리모트를 업스트림으로 지정하려면\n"
10970"다음과 같이 하십시오.\n"
10971"\n"
10972"    git push --set-upstream %s %s\n"
10973
10974#: builtin/push.c:183
10975#, c-format
10976msgid "The current branch %s has multiple upstream branches, refusing to push."
10977msgstr "현재 브랜치  %s에 여러 업스트림 브랜치가 있습니다. 푸시를 거절합니다."
10978
10979#: builtin/push.c:186
10980#, c-format
10981msgid ""
10982"You are pushing to remote '%s', which is not the upstream of\n"
10983"your current branch '%s', without telling me what to push\n"
10984"to update which remote branch."
10985msgstr ""
10986"'%s' 리모트로 푸시하는 중입니다. 하지만 이 리모트는 현재\n"
10987"'%s' 브랜치의 업스트림이 아닙니다. 어떤 리모트 브랜치에 무엇을\n"
10988"푸시할지 설정하지 않았습니다."
10989
10990#: builtin/push.c:245
10991msgid ""
10992"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10993msgstr ""
10994"푸시할 레퍼런스명세를 지정하지 않았고, push.default 값이 'nothing'입니다."
10995
10996#: builtin/push.c:252
10997msgid ""
10998"Updates were rejected because the tip of your current branch is behind\n"
10999"its remote counterpart. Integrate the remote changes (e.g.\n"
11000"'git pull ...') before pushing again.\n"
11001"See the 'Note about fast-forwards' in 'git push --help' for details."
11002msgstr ""
11003"현재 브랜치의 끝이 리모트 브랜치보다 뒤에 있으므로 업데이트가\n"
11004"거부되었습니다. 푸시하기 전에 ('git pull ...' 등 명령으로) 리모트\n"
11005"변경 사항을 포함하십시오.\n"
11006"자세한 정보는 'git push --help'의 \"Note about fast-forwards' 부분을\n"
11007"참고하십시오."
11008
11009#: builtin/push.c:258
11010msgid ""
11011"Updates were rejected because a pushed branch tip is behind its remote\n"
11012"counterpart. Check out this branch and integrate the remote changes\n"
11013"(e.g. 'git pull ...') before pushing again.\n"
11014"See the 'Note about fast-forwards' in 'git push --help' for details."
11015msgstr ""
11016"현재 브랜치의 끝이 리모트 브랜치보다 뒤에 있으므로 업데이트가\n"
11017"거부되었습니다. 이 브랜치를 체크아웃하고 푸시하기 전에\n"
11018"('git pull ...' 등 명령으로) 리모트 변경 사항을 포함하십시오.\n"
11019"자세한 정보는 'git push --help'의 \"Note about fast-forwards' 부분을\n"
11020"참고하십시오."
11021
11022#: builtin/push.c:264
11023msgid ""
11024"Updates were rejected because the remote contains work that you do\n"
11025"not have locally. This is usually caused by another repository pushing\n"
11026"to the same ref. You may want to first integrate the remote changes\n"
11027"(e.g., 'git pull ...') before pushing again.\n"
11028"See the 'Note about fast-forwards' in 'git push --help' for details."
11029msgstr ""
11030"리모트에 로컬에 없는 사항이 들어 있으므로 업데이트가\n"
11031"거부되었습니다. 이 상황은 보통 또 다른 저장소에서 같은\n"
11032"저장소로 푸시할 때 발생합니다.  푸시하기 전에\n"
11033"('git pull ...' 등 명령으로) 리모트 변경 사항을 먼저\n"
11034"포함해야 합니다.\n"
11035"자세한 정보는 'git push --help'의 \"Note about fast-forwards' 부분을\n"
11036"참고하십시오."
11037
11038#: builtin/push.c:271
11039msgid "Updates were rejected because the tag already exists in the remote."
11040msgstr "리모트에 태그가 이미 있기 때문에 업데이트가 거부되었습니다."
11041
11042#: builtin/push.c:274
11043msgid ""
11044"You cannot update a remote ref that points at a non-commit object,\n"
11045"or update a remote ref to make it point at a non-commit object,\n"
11046"without using the '--force' option.\n"
11047msgstr ""
11048"'--force' 옵션이 없이 커밋이 아닌 오브젝트를 가리키는 리모트\n"
11049"레퍼런스를 업데이트하거나, 커밋이 아닌 오브젝트를 가리키도록\n"
11050"업데이트할 수 없습니다.\n"
11051
11052#: builtin/push.c:334
11053#, c-format
11054msgid "Pushing to %s\n"
11055msgstr "다음에 푸시: %s\n"
11056
11057#: builtin/push.c:338
11058#, c-format
11059msgid "failed to push some refs to '%s'"
11060msgstr "레퍼런스를 '%s'에 푸시하는데 실패했습니다"
11061
11062#: builtin/push.c:369
11063#, c-format
11064msgid "bad repository '%s'"
11065msgstr "잘못된 저장소 '%s'"
11066
11067#: builtin/push.c:370
11068msgid ""
11069"No configured push destination.\n"
11070"Either specify the URL from the command-line or configure a remote "
11071"repository using\n"
11072"\n"
11073"    git remote add <name> <url>\n"
11074"\n"
11075"and then push using the remote name\n"
11076"\n"
11077"    git push <name>\n"
11078msgstr ""
11079"푸시 대상을 설정하지 않았습니다.\n"
11080"명령해에서 URL을 지정하거나 다음을 사용해 리모트 저장소를 설정하십시오\n"
11081"\n"
11082"    git remote add <이름> <URL>\n"
11083"\n"
11084"그리고 이 리모트 이름을 사용해 푸시하십시오\n"
11085"\n"
11086"    git push <name>\n"
11087
11088#: builtin/push.c:388
11089msgid "--all and --tags are incompatible"
11090msgstr "--all 및 --tags 옵션은 호환되지 않습니다"
11091
11092#: builtin/push.c:389
11093msgid "--all can't be combined with refspecs"
11094msgstr "--all 옵션은 레퍼런스명세와 같이 쓸 수 없습니다"
11095
11096#: builtin/push.c:394
11097msgid "--mirror and --tags are incompatible"
11098msgstr "--mirror 및 --tags 옵션은 호환되지 않습니다"
11099
11100#: builtin/push.c:395
11101msgid "--mirror can't be combined with refspecs"
11102msgstr "--mirror 옵션은 레퍼런스명세와 같이 쓸 수 없습니다"
11103
11104#: builtin/push.c:400
11105msgid "--all and --mirror are incompatible"
11106msgstr "--all 및 --mirror 옵션은 호환되지 않습니다"
11107
11108#: builtin/push.c:518
11109msgid "repository"
11110msgstr "저장소"
11111
11112#: builtin/push.c:519 builtin/send-pack.c:161
11113msgid "push all refs"
11114msgstr "모든 레퍼런스 푸시하기"
11115
11116#: builtin/push.c:520 builtin/send-pack.c:163
11117msgid "mirror all refs"
11118msgstr "모든 레퍼런스 미러"
11119
11120#: builtin/push.c:522
11121msgid "delete refs"
11122msgstr "레퍼런스 삭제"
11123
11124#: builtin/push.c:523
11125msgid "push tags (can't be used with --all or --mirror)"
11126msgstr "태그 푸시하기 (--all 또는 --mirror 옵션과 같이 쓸 수 없음)"
11127
11128#: builtin/push.c:526 builtin/send-pack.c:164
11129msgid "force updates"
11130msgstr "강제로 업데이트"
11131
11132#: builtin/push.c:528 builtin/send-pack.c:175
11133msgid "refname>:<expect"
11134msgstr "레퍼런스이름>:<예상"
11135
11136#: builtin/push.c:529 builtin/send-pack.c:176
11137msgid "require old value of ref to be at this value"
11138msgstr "레퍼런스의 과거 값이 이 값이어야 합니다"
11139
11140#: builtin/push.c:532
11141msgid "control recursive pushing of submodules"
11142msgstr "재귀적 하위 모듈 푸시 방식을 설정합니다"
11143
11144#: builtin/push.c:534 builtin/send-pack.c:169
11145msgid "use thin pack"
11146msgstr "얇은 묶음을 사용합니다"
11147
11148#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:158
11149#: builtin/send-pack.c:159
11150msgid "receive pack program"
11151msgstr "receive pack 프로그램"
11152
11153#: builtin/push.c:537
11154msgid "set upstream for git pull/status"
11155msgstr "git pull/status에 대한 업스트림을 설정합니다"
11156
11157#: builtin/push.c:540
11158msgid "prune locally removed refs"
11159msgstr "로컬에서 제거한 레퍼런스를 잘라냅니다"
11160
11161#: builtin/push.c:542
11162msgid "bypass pre-push hook"
11163msgstr "푸시 전 후크를 건너뜁니다"
11164
11165#: builtin/push.c:543
11166msgid "push missing but relevant tags"
11167msgstr "빠졌지만 관련된 태그를 푸시합니다"
11168
11169#: builtin/push.c:546 builtin/send-pack.c:166
11170msgid "GPG sign the push"
11171msgstr "푸시에 GPG 서명"
11172
11173#: builtin/push.c:548 builtin/send-pack.c:170
11174msgid "request atomic transaction on remote side"
11175msgstr "리모트 쪽에 원자 트랜잭션을 요청합니다"
11176
11177#: builtin/push.c:549
11178msgid "server-specific"
11179msgstr "서버-전용-옵션"
11180
11181#: builtin/push.c:549
11182msgid "option to transmit"
11183msgstr "전송할 옵션"
11184
11185#: builtin/push.c:563
11186msgid "--delete is incompatible with --all, --mirror and --tags"
11187msgstr "--delete 옵션은 --all, --mirror, --tags 옵션과 호환되지 않습니다"
11188
11189#: builtin/push.c:565
11190msgid "--delete doesn't make sense without any refs"
11191msgstr "--delete 옵션은 레퍼런스 없이 앞뒤가 맞지 않습니다"
11192
11193#: builtin/push.c:584
11194msgid "push options must not have new line characters"
11195msgstr "푸시 옵션에는 줄바꿈 문자가 들어갈 수 없습니다"
11196
11197#: builtin/read-tree.c:37
11198msgid ""
11199"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11200"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11201"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11202msgstr ""
11203"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<접두어>) "
11204"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11205"index-output=<파일>] (--empty | <트리-따위> [<트리-따위2> [<트리-따위3>]])"
11206
11207#: builtin/read-tree.c:110
11208msgid "write resulting index to <file>"
11209msgstr "결과 인덱스를 <파일>에 씁니다"
11210
11211#: builtin/read-tree.c:113
11212msgid "only empty the index"
11213msgstr "인덱스를 비우기만 합니다"
11214
11215#: builtin/read-tree.c:115
11216msgid "Merging"
11217msgstr "병합하기"
11218
11219#: builtin/read-tree.c:117
11220msgid "perform a merge in addition to a read"
11221msgstr "읽은 다음 병합을 수행합니다"
11222
11223#: builtin/read-tree.c:119
11224msgid "3-way merge if no file level merging required"
11225msgstr "파일 단위 병합이 필요하지 않으면 3-방향 병합을 합니다"
11226
11227#: builtin/read-tree.c:121
11228msgid "3-way merge in presence of adds and removes"
11229msgstr "추가와 제거가 있을 때 3-방향 병합을 합니다"
11230
11231#: builtin/read-tree.c:123
11232msgid "same as -m, but discard unmerged entries"
11233msgstr "-m과 동일하지만, 병합되지 않은 항목을 버립니다"
11234
11235#: builtin/read-tree.c:124
11236msgid "<subdirectory>/"
11237msgstr "<하위디렉터리>/"
11238
11239#: builtin/read-tree.c:125
11240msgid "read the tree into the index under <subdirectory>/"
11241msgstr "트리를 <하위디렉터리>/ 아래 인덱스로 읽습니다"
11242
11243#: builtin/read-tree.c:128
11244msgid "update working tree with merge result"
11245msgstr "작업 폴더를 병합 결과로 업데이트합니다"
11246
11247#: builtin/read-tree.c:130
11248msgid "gitignore"
11249msgstr "gitignore"
11250
11251#: builtin/read-tree.c:131
11252msgid "allow explicitly ignored files to be overwritten"
11253msgstr "무시하는 파일을 덮어쓰도록 명시적으로 허용합니다"
11254
11255#: builtin/read-tree.c:134
11256msgid "don't check the working tree after merging"
11257msgstr "병합 후에 작업 폴더를 확인하지 않습니다"
11258
11259#: builtin/read-tree.c:135
11260msgid "don't update the index or the work tree"
11261msgstr "인덱스나 작업 폴더를 업데이트하지 않습니다"
11262
11263#: builtin/read-tree.c:137
11264msgid "skip applying sparse checkout filter"
11265msgstr "드문 체크아웃 필터 적용을 건너뜁니다"
11266
11267#: builtin/read-tree.c:139
11268msgid "debug unpack-trees"
11269msgstr "unpack-trees 디버깅"
11270
11271#: builtin/receive-pack.c:26
11272msgid "git receive-pack <git-dir>"
11273msgstr "git receive-pack <git-dir>"
11274
11275#: builtin/receive-pack.c:793
11276msgid ""
11277"By default, updating the current branch in a non-bare repository\n"
11278"is denied, because it will make the index and work tree inconsistent\n"
11279"with what you pushed, and will require 'git reset --hard' to match\n"
11280"the work tree to HEAD.\n"
11281"\n"
11282"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11283"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11284"its current branch; however, this is not recommended unless you\n"
11285"arranged to update its work tree to match what you pushed in some\n"
11286"other way.\n"
11287"\n"
11288"To squelch this message and still keep the default behaviour, set\n"
11289"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11290msgstr ""
11291"기본값으로 간략한 저장소가 아닌 현재 브랜치의 업데이트는 거부됩니다.\n"
11292"업데이트하면 인덱스와 작업 트리가 푸시한 내용과 일치하지 않게 되므로,\n"
11293"'git reset --hard'로 작업 트리를 HEAD에 맞춰야 합니다.\n"
11294"\n"
11295"리모트 저장소에서 'receive.denyCurrentBranch' 설정 변수를 'ignore'나\n"
11296"'warn'으로 설정하면 현재 브랜치로 푸시할 수 있습니다. 하지만 작업\n"
11297"트리의 내용을 푸시할 내용에 맞추는 게 아니라면 추천하지 않습니다.\n"
11298"\n"
11299"이 메시지를 보지 않고 기본 동작을 계속 하려면,\n"
11300"'receive.denyCurrentBranch' 설정 변수를 'refuse'로 설정하십시오."
11301
11302#: builtin/receive-pack.c:813
11303msgid ""
11304"By default, deleting the current branch is denied, because the next\n"
11305"'git clone' won't result in any file checked out, causing confusion.\n"
11306"\n"
11307"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11308"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11309"current branch, with or without a warning message.\n"
11310"\n"
11311"To squelch this message, you can set it to 'refuse'."
11312msgstr ""
11313"기본값으로, 현재 브랜치의 삭제는 거부됩니다. 다음에 'git clone'할 때\n"
11314"아무 파일도 체크아웃하지 않게 되므로 혼동을 일으키기 때문입니다.\n"
11315"\n"
11316"'receive.denyDeleteCurrent' 설정 변수를 'ignore'나 'warn'으로 설정하면\n"
11317"(경고 메시지를 포함하거나 포함하지 않고) 현재 브랜치를 삭제할 수\n"
11318"있습니다.\n"
11319"\n"
11320"이 메시지를 보지 않으려면, 이 설정 변수를 'refuse'로 설정하십시오."
11321
11322#: builtin/receive-pack.c:1883
11323msgid "quiet"
11324msgstr "출력 않기"
11325
11326#: builtin/receive-pack.c:1897
11327msgid "You must specify a directory."
11328msgstr "디렉터리를 지정해야 합니다."
11329
11330#: builtin/reflog.c:423
11331#, c-format
11332msgid "'%s' for '%s' is not a valid timestamp"
11333msgstr "'%s' 값이 '%s'에 대해 올바른 시각 값이 아닙니다"
11334
11335#: builtin/reflog.c:540 builtin/reflog.c:545
11336#, c-format
11337msgid "'%s' is not a valid timestamp"
11338msgstr "'%s'은(는) 올바른 시각 값이 아닙니다"
11339
11340#: builtin/remote.c:12
11341msgid "git remote [-v | --verbose]"
11342msgstr "git remote [-v | --verbose]"
11343
11344#: builtin/remote.c:13
11345msgid ""
11346"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11347"mirror=<fetch|push>] <name> <url>"
11348msgstr ""
11349"git remote add [-t <브랜치>] [-m <master>] [-f] [--tags | --no-tags] [--"
11350"mirror=<fetch|push>] <이름> <url>"
11351
11352#: builtin/remote.c:14 builtin/remote.c:34
11353msgid "git remote rename <old> <new>"
11354msgstr "git remote rename <옛이름> <새이름>"
11355
11356#: builtin/remote.c:15 builtin/remote.c:39
11357msgid "git remote remove <name>"
11358msgstr "git remote remove <이름>"
11359
11360#: builtin/remote.c:16 builtin/remote.c:44
11361msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11362msgstr "git remote set-head <이름> (-a | --auto | -d | --delete | <브랜치>)"
11363
11364#: builtin/remote.c:17
11365msgid "git remote [-v | --verbose] show [-n] <name>"
11366msgstr "git remote [-v | --verbose] show [-n] <이름>"
11367
11368#: builtin/remote.c:18
11369msgid "git remote prune [-n | --dry-run] <name>"
11370msgstr "git remote prune [-n | --dry-run] <이름>"
11371
11372#: builtin/remote.c:19
11373msgid ""
11374"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11375msgstr ""
11376"git remote [-v | --verbose] update [-p | --prune] [(<그룹> | <리모트>)...]"
11377
11378#: builtin/remote.c:20
11379msgid "git remote set-branches [--add] <name> <branch>..."
11380msgstr "git remote set-branches [--add] <이름> <브랜치>..."
11381
11382#: builtin/remote.c:21 builtin/remote.c:70
11383msgid "git remote get-url [--push] [--all] <name>"
11384msgstr "git remote get-url [--push] [--all] <이름>"
11385
11386#: builtin/remote.c:22 builtin/remote.c:75
11387msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11388msgstr "git remote set-url [--push] <이름> <새url> [<옛url>]"
11389
11390#: builtin/remote.c:23 builtin/remote.c:76
11391msgid "git remote set-url --add <name> <newurl>"
11392msgstr "git remote set-url --add <이름> <새url>"
11393
11394#: builtin/remote.c:24 builtin/remote.c:77
11395msgid "git remote set-url --delete <name> <url>"
11396msgstr "git remote set-url --delete <이름> <url>"
11397
11398#: builtin/remote.c:29
11399msgid "git remote add [<options>] <name> <url>"
11400msgstr "git remote add [<옵션>] <이름> <url>"
11401
11402#: builtin/remote.c:49
11403msgid "git remote set-branches <name> <branch>..."
11404msgstr "git remote set-branches <이름> <브랜치>..."
11405
11406#: builtin/remote.c:50
11407msgid "git remote set-branches --add <name> <branch>..."
11408msgstr "git remote set-branches --add <이름> <브랜치>..."
11409
11410#: builtin/remote.c:55
11411msgid "git remote show [<options>] <name>"
11412msgstr "git remote show [<옵션>] <이름>"
11413
11414#: builtin/remote.c:60
11415msgid "git remote prune [<options>] <name>"
11416msgstr "git remote prune [<옵션>] <이름>"
11417
11418#: builtin/remote.c:65
11419msgid "git remote update [<options>] [<group> | <remote>]..."
11420msgstr "git remote update [<옵션>] [<그룹> | <리모트>]..."
11421
11422#: builtin/remote.c:94
11423#, c-format
11424msgid "Updating %s"
11425msgstr "%s 업데이트 중"
11426
11427#: builtin/remote.c:126
11428msgid ""
11429"--mirror is dangerous and deprecated; please\n"
11430"\t use --mirror=fetch or --mirror=push instead"
11431msgstr ""
11432"--mirror는 위험하므로 사용을 권하지 않습니다. 대신에\n"
11433"\t --mirror=fetch 또는 --mirror=push를 사용하십시오"
11434
11435#: builtin/remote.c:143
11436#, c-format
11437msgid "unknown mirror argument: %s"
11438msgstr "알 수 없는 --mirror 옵션 인자: %s"
11439
11440#: builtin/remote.c:159
11441msgid "fetch the remote branches"
11442msgstr "리모트 브랜치를 가져옵니다"
11443
11444#: builtin/remote.c:161
11445msgid "import all tags and associated objects when fetching"
11446msgstr "가져올 때 모든 태그와 관련 오브젝트를 가져옵니다"
11447
11448#: builtin/remote.c:164
11449msgid "or do not fetch any tag at all (--no-tags)"
11450msgstr "아니면 아무 태그도 가져오지 않습니다 (--no-tags)"
11451
11452#: builtin/remote.c:166
11453msgid "branch(es) to track"
11454msgstr "추적할 브랜치"
11455
11456#: builtin/remote.c:167
11457msgid "master branch"
11458msgstr "마스터 브랜치"
11459
11460#: builtin/remote.c:168
11461msgid "push|fetch"
11462msgstr "push|fetch"
11463
11464#: builtin/remote.c:169
11465msgid "set up remote as a mirror to push to or fetch from"
11466msgstr "리모트를 푸시 또는 가져올 때 사용할 미러로 설정합니다"
11467
11468#: builtin/remote.c:181
11469msgid "specifying a master branch makes no sense with --mirror"
11470msgstr "--mirror 옵션과 같이 마스터 브랜치를 지정하면 앞뒤가 맞지 않습니다"
11471
11472#: builtin/remote.c:183
11473msgid "specifying branches to track makes sense only with fetch mirrors"
11474msgstr "마스터 브랜치를 지정은 fetch 미러에서만 앞뒤가 맞습니다"
11475
11476#: builtin/remote.c:190 builtin/remote.c:629
11477#, c-format
11478msgid "remote %s already exists."
11479msgstr "%s 리모트가 이미 있습니다."
11480
11481#: builtin/remote.c:194 builtin/remote.c:633
11482#, c-format
11483msgid "'%s' is not a valid remote name"
11484msgstr "'%s'은(는) 올바른 리모트 이름이 아닙니다"
11485
11486#: builtin/remote.c:234
11487#, c-format
11488msgid "Could not setup master '%s'"
11489msgstr "마스터 '%s'을(를) 설정할 수 없습니다"
11490
11491#: builtin/remote.c:336
11492#, c-format
11493msgid "Could not get fetch map for refspec %s"
11494msgstr "%s 레퍼런스명세에 대한 가져오기 맵을 얻을 수 없습니다"
11495
11496#: builtin/remote.c:437 builtin/remote.c:445
11497msgid "(matching)"
11498msgstr "(일치)"
11499
11500#: builtin/remote.c:449
11501msgid "(delete)"
11502msgstr "(삭제)"
11503
11504#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
11505#, c-format
11506msgid "No such remote: %s"
11507msgstr "그런 리모트가 없습니다: %s"
11508
11509#: builtin/remote.c:639
11510#, c-format
11511msgid "Could not rename config section '%s' to '%s'"
11512msgstr "설정 섹션을 '%s'에서 '%s'(으)로 바꿀 수 없습니다"
11513
11514#: builtin/remote.c:659
11515#, c-format
11516msgid ""
11517"Not updating non-default fetch refspec\n"
11518"\t%s\n"
11519"\tPlease update the configuration manually if necessary."
11520msgstr ""
11521"기본값이 아닌 가져오기 레퍼런스명세를 업데이트하지 않습니다\n"
11522"\t%s\n"
11523"\t필요하면 설정을 수동으로 업데이트하십시오."
11524
11525#: builtin/remote.c:695
11526#, c-format
11527msgid "deleting '%s' failed"
11528msgstr "'%s' 삭제가 실패했습니다"
11529
11530#: builtin/remote.c:729
11531#, c-format
11532msgid "creating '%s' failed"
11533msgstr "'%s' 만들기가 실패했습니다"
11534
11535#: builtin/remote.c:792
11536msgid ""
11537"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11538"to delete it, use:"
11539msgid_plural ""
11540"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11541"to delete them, use:"
11542msgstr[0] ""
11543"알림: 레퍼런스/리모트/ 계층 구조 밖에 있는 일부 브랜치가 제거되지 않았습니"
11544"다.\n"
11545"삭제하려면 다음을 사용하십시오:"
11546
11547#: builtin/remote.c:806
11548#, c-format
11549msgid "Could not remove config section '%s'"
11550msgstr "설정 섹션 '%s'을(를) 제거할 수 없습니다"
11551
11552#: builtin/remote.c:907
11553#, c-format
11554msgid " new (next fetch will store in remotes/%s)"
11555msgstr " 새 항목 (다음 가져오기는 remotes/%s 아래 저장됩니다)"
11556
11557#: builtin/remote.c:910
11558msgid " tracked"
11559msgstr " 추적됨"
11560
11561#: builtin/remote.c:912
11562msgid " stale (use 'git remote prune' to remove)"
11563msgstr " 오래됨 (제거하려면 'git remote prune'을 사용하십시오)"
11564
11565#: builtin/remote.c:914
11566msgid " ???"
11567msgstr " ???"
11568
11569#: builtin/remote.c:955
11570#, c-format
11571msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11572msgstr "잘못된 branch.%s.merge 값. 여러 개 브랜치로 리베이스할 수 없습니다"
11573
11574#: builtin/remote.c:963
11575#, c-format
11576msgid "rebases interactively onto remote %s"
11577msgstr "리모트 %s 위로 대화식으로 리베이스합니다"
11578
11579#: builtin/remote.c:964
11580#, c-format
11581msgid "rebases onto remote %s"
11582msgstr "리모트 %s 위로 리베이스합니다"
11583
11584#: builtin/remote.c:967
11585#, c-format
11586msgid " merges with remote %s"
11587msgstr " 병합: 리모트 %s"
11588
11589#: builtin/remote.c:970
11590#, c-format
11591msgid "merges with remote %s"
11592msgstr "병합: 리모트 %s"
11593
11594#: builtin/remote.c:973
11595#, c-format
11596msgid "%-*s    and with remote %s\n"
11597msgstr "%-*s    그리고 리모트 %s\n"
11598
11599#: builtin/remote.c:1016
11600msgid "create"
11601msgstr "만들기"
11602
11603#: builtin/remote.c:1019
11604msgid "delete"
11605msgstr "삭제"
11606
11607#: builtin/remote.c:1023
11608msgid "up to date"
11609msgstr "최신 상태"
11610
11611#: builtin/remote.c:1026
11612msgid "fast-forwardable"
11613msgstr "정방향 진행 가능"
11614
11615#: builtin/remote.c:1029
11616msgid "local out of date"
11617msgstr "로컬이 뒤떨어짐"
11618
11619#: builtin/remote.c:1036
11620#, c-format
11621msgid "    %-*s forces to %-*s (%s)"
11622msgstr "    %-*s에서 %-*s(으)로 강제 (%s)"
11623
11624#: builtin/remote.c:1039
11625#, c-format
11626msgid "    %-*s pushes to %-*s (%s)"
11627msgstr "    %-*s에서 %-*s(으)로 푸시 (%s)"
11628
11629#: builtin/remote.c:1043
11630#, c-format
11631msgid "    %-*s forces to %s"
11632msgstr "    %-*s에서 %s(으)로 강제"
11633
11634#: builtin/remote.c:1046
11635#, c-format
11636msgid "    %-*s pushes to %s"
11637msgstr "    %-*s에서 %s(으)로 푸시"
11638
11639#: builtin/remote.c:1114
11640msgid "do not query remotes"
11641msgstr "리모트에 질의하지 않습니다"
11642
11643#: builtin/remote.c:1141
11644#, c-format
11645msgid "* remote %s"
11646msgstr "* 리모트 %s"
11647
11648#: builtin/remote.c:1142
11649#, c-format
11650msgid "  Fetch URL: %s"
11651msgstr "  가져오기 URL: %s"
11652
11653#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1295
11654msgid "(no URL)"
11655msgstr "(URL 없음)"
11656
11657#. TRANSLATORS: the colon ':' should align with
11658#. the one in "  Fetch URL: %s" translation
11659#: builtin/remote.c:1154 builtin/remote.c:1156
11660#, c-format
11661msgid "  Push  URL: %s"
11662msgstr "  푸시  URL: %s"
11663
11664#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
11665#, c-format
11666msgid "  HEAD branch: %s"
11667msgstr "  HEAD 브랜치: %s"
11668
11669#: builtin/remote.c:1158
11670msgid "(not queried)"
11671msgstr "(질의하지 않음)"
11672
11673#: builtin/remote.c:1160
11674msgid "(unknown)"
11675msgstr "(알 수 없음)"
11676
11677#: builtin/remote.c:1164
11678#, c-format
11679msgid ""
11680"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11681msgstr "  HEAD 브랜치 (리모트 HEAD는 애매하고, 다음 중 하나일 수 있습니다):\n"
11682
11683#: builtin/remote.c:1176
11684#, c-format
11685msgid "  Remote branch:%s"
11686msgid_plural "  Remote branches:%s"
11687msgstr[0] "  리모트 브랜치:%s"
11688
11689#: builtin/remote.c:1179 builtin/remote.c:1205
11690msgid " (status not queried)"
11691msgstr " (상태를 질의하지 않음)"
11692
11693#: builtin/remote.c:1188
11694msgid "  Local branch configured for 'git pull':"
11695msgid_plural "  Local branches configured for 'git pull':"
11696msgstr[0] "  'git pull'에 사용할 로컬 브랜치를 설정:"
11697
11698#: builtin/remote.c:1196
11699msgid "  Local refs will be mirrored by 'git push'"
11700msgstr "  로컬 레퍼런스를 'git push'로 미러링할 예정"
11701
11702#: builtin/remote.c:1202
11703#, c-format
11704msgid "  Local ref configured for 'git push'%s:"
11705msgid_plural "  Local refs configured for 'git push'%s:"
11706msgstr[0] "  로컬 레퍼런스를 'git push'로 미러링%s:"
11707
11708#: builtin/remote.c:1223
11709msgid "set refs/remotes/<name>/HEAD according to remote"
11710msgstr "레퍼런스/리모트/<이름>/HEAD 값을 리모트에 맞게 설정합니다"
11711
11712#: builtin/remote.c:1225
11713msgid "delete refs/remotes/<name>/HEAD"
11714msgstr "레퍼런스/리모트/<이름>/HEAD 값을 삭제합니다"
11715
11716#: builtin/remote.c:1240
11717msgid "Cannot determine remote HEAD"
11718msgstr "리모트 HEAD를 결정할 수 없습니다"
11719
11720#: builtin/remote.c:1242
11721msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11722msgstr ""
11723"리모트 HEAD 브랜치가 여러개입니다. 다음 중 하나를 명시적으로 지정하십시오:"
11724
11725#: builtin/remote.c:1252
11726#, c-format
11727msgid "Could not delete %s"
11728msgstr "%s을(를) 삭제할 수 없습니다"
11729
11730#: builtin/remote.c:1260
11731#, c-format
11732msgid "Not a valid ref: %s"
11733msgstr "올바른 레퍼런스가 아닙니다: %s"
11734
11735#: builtin/remote.c:1262
11736#, c-format
11737msgid "Could not setup %s"
11738msgstr "%s을(를) 설정할 수 없습니다"
11739
11740#: builtin/remote.c:1280
11741#, c-format
11742msgid " %s will become dangling!"
11743msgstr " %s의 연결이 끊어집니다!"
11744
11745#: builtin/remote.c:1281
11746#, c-format
11747msgid " %s has become dangling!"
11748msgstr " %s의 연결이 끊어졌습니다!"
11749
11750#: builtin/remote.c:1291
11751#, c-format
11752msgid "Pruning %s"
11753msgstr "잘라냄: %s"
11754
11755#: builtin/remote.c:1292
11756#, c-format
11757msgid "URL: %s"
11758msgstr "URL: %s"
11759
11760#: builtin/remote.c:1308
11761#, c-format
11762msgid " * [would prune] %s"
11763msgstr " * [잘라낼 예정] %s"
11764
11765#: builtin/remote.c:1311
11766#, c-format
11767msgid " * [pruned] %s"
11768msgstr " * [잘라냄] %s"
11769
11770#: builtin/remote.c:1356
11771msgid "prune remotes after fetching"
11772msgstr "가져온 후에 리모트를 잘라냅니다"
11773
11774#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:1541
11775#, c-format
11776msgid "No such remote '%s'"
11777msgstr "그런 리모트가 없습니다 ('%s')"
11778
11779#: builtin/remote.c:1435
11780msgid "add branch"
11781msgstr "브랜치를 추가합니다"
11782
11783#: builtin/remote.c:1442
11784msgid "no remote specified"
11785msgstr "리모트를 지정하지 않았습니다"
11786
11787#: builtin/remote.c:1459
11788msgid "query push URLs rather than fetch URLs"
11789msgstr "가져오기 URL이 아니라 푸시 URL을 질의합니다"
11790
11791#: builtin/remote.c:1461
11792msgid "return all URLs"
11793msgstr "모든 URL을 리턴합니다"
11794
11795#: builtin/remote.c:1489
11796#, c-format
11797msgid "no URLs configured for remote '%s'"
11798msgstr "'%s' 리모트에 대한 URL을 설정하지 않았습니다"
11799
11800#: builtin/remote.c:1515
11801msgid "manipulate push URLs"
11802msgstr "푸시 URL을 지정합니다"
11803
11804#: builtin/remote.c:1517
11805msgid "add URL"
11806msgstr "URL을 추가합니다"
11807
11808#: builtin/remote.c:1519
11809msgid "delete URLs"
11810msgstr "URL을 삭제합니다"
11811
11812#: builtin/remote.c:1526
11813msgid "--add --delete doesn't make sense"
11814msgstr "--add --delete 옵션을 둘다 쓰면 안 됩니다"
11815
11816#: builtin/remote.c:1567
11817#, c-format
11818msgid "Invalid old URL pattern: %s"
11819msgstr "잘못된 오래전 URL 패턴: %s"
11820
11821#: builtin/remote.c:1575
11822#, c-format
11823msgid "No such URL found: %s"
11824msgstr "그런 URL이 없습니다: %s"
11825
11826#: builtin/remote.c:1577
11827msgid "Will not delete all non-push URLs"
11828msgstr "푸시용이 아닌 모든 URL을 삭제하지 않습니다"
11829
11830#: builtin/remote.c:1591
11831msgid "be verbose; must be placed before a subcommand"
11832msgstr "자세히 표시합니다 (하위 명령 앞에 와야 합니다)"
11833
11834#: builtin/remote.c:1622
11835#, c-format
11836msgid "Unknown subcommand: %s"
11837msgstr "알 수 없는 하위 명령: %s"
11838
11839#: builtin/repack.c:17
11840msgid "git repack [<options>]"
11841msgstr "git repack [<옵션>]"
11842
11843#: builtin/repack.c:22
11844msgid ""
11845"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11846"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11847msgstr ""
11848"점진적인 repack은 비트맵 인덱스와 호환되지 않습니다.\n"
11849"--no-write-bitmap-index를 사용하거나 pack.writebitmaps 설정을 끄십시오."
11850
11851#: builtin/repack.c:166
11852msgid "pack everything in a single pack"
11853msgstr "하나의 묶음 안에 모두 묶습니다"
11854
11855#: builtin/repack.c:168
11856msgid "same as -a, and turn unreachable objects loose"
11857msgstr "-a와 동일하고, 접근 불가능 오브젝트를 느슨하게 바꿉니다"
11858
11859#: builtin/repack.c:171
11860msgid "remove redundant packs, and run git-prune-packed"
11861msgstr "여분의 묶음을 제거하고, git-prune-packed를 실행합니다"
11862
11863#: builtin/repack.c:173
11864msgid "pass --no-reuse-delta to git-pack-objects"
11865msgstr "git-pack-objects에 --no-reuse-delta 옵션을 넘깁니다"
11866
11867#: builtin/repack.c:175
11868msgid "pass --no-reuse-object to git-pack-objects"
11869msgstr "git-pack-objects에 --no-reuse-object 옵션을 넘깁니다"
11870
11871#: builtin/repack.c:177
11872msgid "do not run git-update-server-info"
11873msgstr "git-update-server-info를 실행하지 않습니다"
11874
11875#: builtin/repack.c:180
11876msgid "pass --local to git-pack-objects"
11877msgstr "git-pack-objects에 --local 옵션을 넘깁니다"
11878
11879#: builtin/repack.c:182
11880msgid "write bitmap index"
11881msgstr "비트맵 인덱스를 씁니다"
11882
11883#: builtin/repack.c:183
11884msgid "approxidate"
11885msgstr "대략의시각"
11886
11887#: builtin/repack.c:184
11888msgid "with -A, do not loosen objects older than this"
11889msgstr ""
11890"-A에 추가로, 지정한 시각보다 오래된 오브젝트를 느슨하게 만들지 않습니다"
11891
11892#: builtin/repack.c:186
11893msgid "with -a, repack unreachable objects"
11894msgstr "-a와 같이, 접근 불가능 오브젝트를 다시 묶습니다"
11895
11896#: builtin/repack.c:188
11897msgid "size of the window used for delta compression"
11898msgstr "델타 압축에 사용할 윈도우 크기"
11899
11900#: builtin/repack.c:189 builtin/repack.c:193
11901msgid "bytes"
11902msgstr "바이트수"
11903
11904#: builtin/repack.c:190
11905msgid "same as the above, but limit memory size instead of entries count"
11906msgstr "위와 동일하지만, 항목 수 대신 메모리 크기를 제한합니다"
11907
11908#: builtin/repack.c:192
11909msgid "limits the maximum delta depth"
11910msgstr "최대 델타 깊이를 제한합니다"
11911
11912#: builtin/repack.c:194
11913msgid "maximum size of each packfile"
11914msgstr "묶음 파일의 최대 크기"
11915
11916#: builtin/repack.c:196
11917msgid "repack objects in packs marked with .keep"
11918msgstr ".keep으로 표시된 묶음의 오브젝트를 다시 묶습니다"
11919
11920#: builtin/repack.c:206
11921msgid "cannot delete packs in a precious-objects repo"
11922msgstr "precious-objects 저장소의 묶음을 삭제할 수 없습니다"
11923
11924#: builtin/repack.c:210
11925msgid "--keep-unreachable and -A are incompatible"
11926msgstr "--keep-unreachable 및 -A 옵션은 호환되지 않습니다"
11927
11928#: builtin/repack.c:400 builtin/worktree.c:115
11929#, c-format
11930msgid "failed to remove '%s'"
11931msgstr "'%s' 제거에 실패했습니다"
11932
11933#: builtin/replace.c:19
11934msgid "git replace [-f] <object> <replacement>"
11935msgstr "git replace [-f] <오브젝트> <대체이름>"
11936
11937#: builtin/replace.c:20
11938msgid "git replace [-f] --edit <object>"
11939msgstr "git replace [-f] --edit <오브젝트>"
11940
11941#: builtin/replace.c:21
11942msgid "git replace [-f] --graft <commit> [<parent>...]"
11943msgstr "git replace [-f] --graft <커밋> [<상위>...]"
11944
11945#: builtin/replace.c:22
11946msgid "git replace -d <object>..."
11947msgstr "git replace -d <오브젝트>..."
11948
11949#: builtin/replace.c:23
11950msgid "git replace [--format=<format>] [-l [<pattern>]]"
11951msgstr "git replace [--format=<형식>] [-l [<패턴>]]"
11952
11953#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
11954#, c-format
11955msgid "Not a valid object name: '%s'"
11956msgstr "올바른 오브젝트 이름이 아닙니다: '%s'"
11957
11958#: builtin/replace.c:355
11959#, c-format
11960msgid "bad mergetag in commit '%s'"
11961msgstr "커밋 '%s'에 잘못된 병합태그"
11962
11963#: builtin/replace.c:357
11964#, c-format
11965msgid "malformed mergetag in commit '%s'"
11966msgstr "커밋 '%s'에 잘못된 형식의 병합태그"
11967
11968#: builtin/replace.c:368
11969#, c-format
11970msgid ""
11971"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11972"instead of --graft"
11973msgstr ""
11974"본래 커밋 '%s'에 버려진 병합태그 '%s'이(가) 들어 있습니다. --graft 대신 --"
11975"edit 옵션을 사용하십시오"
11976
11977#: builtin/replace.c:401
11978#, c-format
11979msgid "the original commit '%s' has a gpg signature."
11980msgstr "본래 커밋 '%s'에 GPG 서명이 있습니다."
11981
11982#: builtin/replace.c:402
11983msgid "the signature will be removed in the replacement commit!"
11984msgstr "대체 커밋에서 서명을 제거합니다!"
11985
11986#: builtin/replace.c:408
11987#, c-format
11988msgid "could not write replacement commit for: '%s'"
11989msgstr "다음에 대한 대체 커밋을 쓸 수 없습니다: '%s'"
11990
11991#: builtin/replace.c:432
11992msgid "list replace refs"
11993msgstr "대체 레퍼런스 목록을 표시합니다"
11994
11995#: builtin/replace.c:433
11996msgid "delete replace refs"
11997msgstr "대체 레퍼런스를 삭제합니다"
11998
11999#: builtin/replace.c:434
12000msgid "edit existing object"
12001msgstr "현재 오브젝트를 편집합니다"
12002
12003#: builtin/replace.c:435
12004msgid "change a commit's parents"
12005msgstr "커밋의 상위 항목을 바꿉니다"
12006
12007#: builtin/replace.c:436
12008msgid "replace the ref if it exists"
12009msgstr "레퍼런스가 있으면 대체합니다"
12010
12011#: builtin/replace.c:437
12012msgid "do not pretty-print contents for --edit"
12013msgstr "--edit에 대한 내용을 예쁘게 표시하지 않습니다"
12014
12015#: builtin/replace.c:438
12016msgid "use this format"
12017msgstr "이 형식을 사용합니다"
12018
12019#: builtin/rerere.c:12
12020msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12021msgstr "git rerere [clear | forget <경로>... | status | remaining | diff | gc]"
12022
12023#: builtin/rerere.c:58
12024msgid "register clean resolutions in index"
12025msgstr "인덱스에 깔끔한 해결을 등록합니다"
12026
12027#: builtin/reset.c:26
12028msgid ""
12029"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12030msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<커밋>]"
12031
12032#: builtin/reset.c:27
12033msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12034msgstr "git reset [-q] [<트리-따위>] [--] <경로>..."
12035
12036#: builtin/reset.c:28
12037msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12038msgstr "git reset --patch [<트리-따위>] [--] [<경로>...]"
12039
12040#: builtin/reset.c:34
12041msgid "mixed"
12042msgstr "혼합"
12043
12044#: builtin/reset.c:34
12045msgid "soft"
12046msgstr "소프트"
12047
12048#: builtin/reset.c:34
12049msgid "hard"
12050msgstr "하드"
12051
12052#: builtin/reset.c:34
12053msgid "merge"
12054msgstr "병합"
12055
12056#: builtin/reset.c:34
12057msgid "keep"
12058msgstr "유지"
12059
12060#: builtin/reset.c:74
12061msgid "You do not have a valid HEAD."
12062msgstr "올바른 HEAD가 없습니다."
12063
12064#: builtin/reset.c:76
12065msgid "Failed to find tree of HEAD."
12066msgstr "HEAD의 트리를 찾는데 실패했습니다."
12067
12068#: builtin/reset.c:82
12069#, c-format
12070msgid "Failed to find tree of %s."
12071msgstr "%s의 트리를 찾는데 실패했습니다."
12072
12073#: builtin/reset.c:100
12074#, c-format
12075msgid "HEAD is now at %s"
12076msgstr "HEAD의 현재 위치는 %s입니다"
12077
12078#: builtin/reset.c:183
12079#, c-format
12080msgid "Cannot do a %s reset in the middle of a merge."
12081msgstr "병합 중에 %s 리셋을 할 수 없습니다."
12082
12083#: builtin/reset.c:276
12084msgid "be quiet, only report errors"
12085msgstr "간략히 표시, 오류만 표시합니다"
12086
12087#: builtin/reset.c:278
12088msgid "reset HEAD and index"
12089msgstr "HEAD와 인덱스를 리셋합니다"
12090
12091#: builtin/reset.c:279
12092msgid "reset only HEAD"
12093msgstr "HEAD만 리셋합니다"
12094
12095#: builtin/reset.c:281 builtin/reset.c:283
12096msgid "reset HEAD, index and working tree"
12097msgstr "HEAD, 인덱스, 작업폴더를 리셋합니다"
12098
12099#: builtin/reset.c:285
12100msgid "reset HEAD but keep local changes"
12101msgstr "HEAD를 리셋하지만 로컬 변경 사항을 남겨둡니다"
12102
12103#: builtin/reset.c:288
12104msgid "record only the fact that removed paths will be added later"
12105msgstr "제거한 경로를 나중에 추가한다는 사실만 기록합니다"
12106
12107#: builtin/reset.c:305
12108#, c-format
12109msgid "Failed to resolve '%s' as a valid revision."
12110msgstr "'%s'을(를) 올바른 리비전으로 찾는데 실패했습니다."
12111
12112#: builtin/reset.c:313
12113#, c-format
12114msgid "Failed to resolve '%s' as a valid tree."
12115msgstr "'%s'을(를) 올바른 트리로 찾는데 실패했습니다."
12116
12117#: builtin/reset.c:322
12118msgid "--patch is incompatible with --{hard,mixed,soft}"
12119msgstr "--patch 옵션은 --{hard,mixed,soft} 옵션과 호환되지 않습니다"
12120
12121#: builtin/reset.c:331
12122msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12123msgstr ""
12124"--mixed 옵션을 경로와 같이 쓰기는 제거될 예정입니다. 대신에 'git reset -- <경"
12125"로>'를 사용하십시오."
12126
12127#: builtin/reset.c:333
12128#, c-format
12129msgid "Cannot do %s reset with paths."
12130msgstr "경로와 같이 %s 리셋을 할 수 없습니다."
12131
12132#: builtin/reset.c:343
12133#, c-format
12134msgid "%s reset is not allowed in a bare repository"
12135msgstr "%s 리셋은 간략한 저장소에서만 쓸 수 있습니다"
12136
12137#: builtin/reset.c:347
12138msgid "-N can only be used with --mixed"
12139msgstr "-N 옵션은 --mixed 옵션과 같이 써야만 합니다"
12140
12141#: builtin/reset.c:364
12142msgid "Unstaged changes after reset:"
12143msgstr "리셋 뒤에 스테이징하지 않은 변경 사항:"
12144
12145#: builtin/reset.c:370
12146#, c-format
12147msgid "Could not reset index file to revision '%s'."
12148msgstr "인덱스 파일을 '%s' 리비전으로 리셋할 수 없습니다."
12149
12150#: builtin/reset.c:374
12151msgid "Could not write new index file."
12152msgstr "새 인덱스 파일을 쓸 수 없습니다."
12153
12154#: builtin/rev-list.c:354
12155msgid "rev-list does not support display of notes"
12156msgstr "rev-list는 노트 표시를 지원하지 않습니다"
12157
12158#: builtin/rev-parse.c:391
12159msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12160msgstr "git rev-parse --parseopt [<옵션>] -- [<인자>...]"
12161
12162#: builtin/rev-parse.c:396
12163msgid "keep the `--` passed as an arg"
12164msgstr "인자로 넘긴 `--`를 유지합니다"
12165
12166#: builtin/rev-parse.c:398
12167msgid "stop parsing after the first non-option argument"
12168msgstr "첫번째 옵션이 아닌 인자 뒤에 파싱을 중지합니다"
12169
12170#: builtin/rev-parse.c:401
12171msgid "output in stuck long form"
12172msgstr "stuck long 형식으로 출력합니다"
12173
12174#: builtin/rev-parse.c:532
12175msgid ""
12176"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12177"   or: git rev-parse --sq-quote [<arg>...]\n"
12178"   or: git rev-parse [<options>] [<arg>...]\n"
12179"\n"
12180"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12181msgstr ""
12182"git rev-parse --parseopt [<옵션>] -- [<인자>...]\n"
12183"   or: git rev-parse --sq-quote [<인자>...]\n"
12184"   or: git rev-parse [<옵션>] [<인자>...]\n"
12185"\n"
12186"첫번째 사용방법에 대해 자세히 알고 싶으면, \"git rev-parse --parseopt -h"
12187"\"를\n"
12188"실행해 보십시오."
12189
12190#: builtin/revert.c:22
12191msgid "git revert [<options>] <commit-ish>..."
12192msgstr "git revert [<옵션>] <커밋-따위>..."
12193
12194#: builtin/revert.c:23
12195msgid "git revert <subcommand>"
12196msgstr "git revert <하위명령>"
12197
12198#: builtin/revert.c:28
12199msgid "git cherry-pick [<options>] <commit-ish>..."
12200msgstr "git cherry-pick [<옵션>] <커밋-따위>..."
12201
12202#: builtin/revert.c:29
12203msgid "git cherry-pick <subcommand>"
12204msgstr "git cherry-pick <하위명령>"
12205
12206#: builtin/revert.c:71
12207#, c-format
12208msgid "%s: %s cannot be used with %s"
12209msgstr "%s: %s은(는) %s와(과) 같이 쓸 수 없습니다"
12210
12211#: builtin/revert.c:80
12212msgid "end revert or cherry-pick sequence"
12213msgstr "되돌리기 또는 커밋 빼오기 연속을 끝냅니다"
12214
12215#: builtin/revert.c:81
12216msgid "resume revert or cherry-pick sequence"
12217msgstr "되돌리기 또는 커밋 빼오기 연속을 계속합니다"
12218
12219#: builtin/revert.c:82
12220msgid "cancel revert or cherry-pick sequence"
12221msgstr "되돌리기 또는 커밋 빼오기 연속을 취소합니다"
12222
12223#: builtin/revert.c:83
12224msgid "don't automatically commit"
12225msgstr "자동으로 커밋하지 않습니다"
12226
12227#: builtin/revert.c:84
12228msgid "edit the commit message"
12229msgstr "커밋 메시지를 편집합니다"
12230
12231#: builtin/revert.c:87
12232msgid "parent number"
12233msgstr "이전 커밋 번호"
12234
12235#: builtin/revert.c:89
12236msgid "merge strategy"
12237msgstr "병합 전략"
12238
12239#: builtin/revert.c:90
12240msgid "option"
12241msgstr "옵션"
12242
12243#: builtin/revert.c:91
12244msgid "option for merge strategy"
12245msgstr "병합 전략 옵션"
12246
12247#: builtin/revert.c:100
12248msgid "append commit name"
12249msgstr "커밋 이름을 뒤에 붙입니다"
12250
12251#: builtin/revert.c:102
12252msgid "preserve initially empty commits"
12253msgstr "최초 빈 커밋을 유지합니다"
12254
12255#: builtin/revert.c:103
12256msgid "allow commits with empty messages"
12257msgstr "빈 메시지로 커밋을 허용합니다"
12258
12259#: builtin/revert.c:104
12260msgid "keep redundant, empty commits"
12261msgstr "여분의 빈 커밋을 유지합니다"
12262
12263#: builtin/revert.c:192
12264msgid "revert failed"
12265msgstr "되돌리기 실패"
12266
12267#: builtin/revert.c:205
12268msgid "cherry-pick failed"
12269msgstr "cherry-pick 실패"
12270
12271#: builtin/rm.c:17
12272msgid "git rm [<options>] [--] <file>..."
12273msgstr "git rm [<옵션>] [--] <파일>..."
12274
12275#: builtin/rm.c:205
12276msgid ""
12277"the following file has staged content different from both the\n"
12278"file and the HEAD:"
12279msgid_plural ""
12280"the following files have staged content different from both the\n"
12281"file and the HEAD:"
12282msgstr[0] ""
12283"다음 파일에 파일과 HEAD 모두 다른 스테이징한 내용이\n"
12284"있습니다:"
12285
12286#: builtin/rm.c:210
12287msgid ""
12288"\n"
12289"(use -f to force removal)"
12290msgstr ""
12291"\n"
12292"(강제로 제거하려면 -f 옵션을 사용하십시오)"
12293
12294#: builtin/rm.c:214
12295msgid "the following file has changes staged in the index:"
12296msgid_plural "the following files have changes staged in the index:"
12297msgstr[0] "다음 파일이 인덱스에 스테이징한 변경 사항이 있습니다:"
12298
12299#: builtin/rm.c:218 builtin/rm.c:227
12300msgid ""
12301"\n"
12302"(use --cached to keep the file, or -f to force removal)"
12303msgstr ""
12304"\n"
12305"(파일을 유지하려면 --cached 옵션, 강제로 제거하려면 -f 옵션을 사용하십시오)"
12306
12307#: builtin/rm.c:224
12308msgid "the following file has local modifications:"
12309msgid_plural "the following files have local modifications:"
12310msgstr[0] "다음 파일에 로컬 수정 사항이 있습니다:"
12311
12312#: builtin/rm.c:242
12313msgid "do not list removed files"
12314msgstr "제거한 파일 목록을 표시하지 않습니다"
12315
12316#: builtin/rm.c:243
12317msgid "only remove from the index"
12318msgstr "인덱스에서만 제거합니다"
12319
12320#: builtin/rm.c:244
12321msgid "override the up-to-date check"
12322msgstr "최신 버전 확인을 하지 않습니다"
12323
12324#: builtin/rm.c:245
12325msgid "allow recursive removal"
12326msgstr "재귀적 제거를 허용합니다"
12327
12328#: builtin/rm.c:247
12329msgid "exit with a zero status even if nothing matched"
12330msgstr "아무 것도 일치하지 않으면 상태 0번으로 끝납니다"
12331
12332#: builtin/rm.c:308
12333#, c-format
12334msgid "not removing '%s' recursively without -r"
12335msgstr "-r 옵션이 없으면 재귀적으로 '%s'을(를) 제거하지 않습니다"
12336
12337#: builtin/rm.c:347
12338#, c-format
12339msgid "git rm: unable to remove %s"
12340msgstr "git rm: %s을(를) 제거할 수 없습니다"
12341
12342#: builtin/rm.c:370
12343#, c-format
12344msgid "could not remove '%s'"
12345msgstr "'%s'을(를) 제거할 수 없습니다"
12346
12347#: builtin/send-pack.c:18
12348msgid ""
12349"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12350"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12351"[<ref>...]\n"
12352"  --all and explicit <ref> specification are mutually exclusive."
12353msgstr ""
12354"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12355"receive-pack>] [--verbose] [--thin] [--atomic] [<호스트>:]<디렉터리> [<레퍼런"
12356"스>...]\n"
12357"  --all 옵션과 명시적인 <레퍼런스> 명세 중 하나만 사용할 수 있습니다."
12358
12359#: builtin/send-pack.c:160
12360msgid "remote name"
12361msgstr "리모트 이름"
12362
12363#: builtin/send-pack.c:171
12364msgid "use stateless RPC protocol"
12365msgstr "상태 없는 RPC 프로토콜을 사용합니다"
12366
12367#: builtin/send-pack.c:172
12368msgid "read refs from stdin"
12369msgstr "표준 입력에서 레퍼런스를 읽습니다"
12370
12371#: builtin/send-pack.c:173
12372msgid "print status from remote helper"
12373msgstr "리모트 도움 프로그램의 상태를 표시합니다"
12374
12375#: builtin/shortlog.c:13
12376msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12377msgstr "git shortlog [<옵션>] [<리비전-범위>] [[--] [<경로>...]]"
12378
12379#: builtin/shortlog.c:249
12380msgid "Group by committer rather than author"
12381msgstr "작성자가 아닌 커미터로 묶습니다"
12382
12383#: builtin/shortlog.c:251
12384msgid "sort output according to the number of commits per author"
12385msgstr "작성자별 커밋 수에 따라 정렬합니다"
12386
12387#: builtin/shortlog.c:253
12388msgid "Suppress commit descriptions, only provides commit count"
12389msgstr "커밋 설명을 생략하고, 커밋 수만 표시합니다"
12390
12391#: builtin/shortlog.c:255
12392msgid "Show the email address of each author"
12393msgstr "작성자의 전자메일 주소를 표시합니다"
12394
12395#: builtin/shortlog.c:256
12396msgid "w[,i1[,i2]]"
12397msgstr "w[,i1[,i2]]"
12398
12399#: builtin/shortlog.c:257
12400msgid "Linewrap output"
12401msgstr "줄바꿈 출력"
12402
12403#: builtin/show-branch.c:10
12404msgid ""
12405"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12406"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12407"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12408"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12409msgstr ""
12410"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12411"\t\t[--current] [--color[=<시각>] | --no-color] [--sparse]\n"
12412"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12413"\t\t[--no-name | --sha1-name] [--topics] [(<리비전> | <glob>)...]"
12414
12415#: builtin/show-branch.c:14
12416msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12417msgstr "git show-branch (-g | --reflog)[=<n>[,<베이스>]] [--list] [<레퍼런스>]"
12418
12419#: builtin/show-branch.c:375
12420#, c-format
12421msgid "ignoring %s; cannot handle more than %d ref"
12422msgid_plural "ignoring %s; cannot handle more than %d refs"
12423msgstr[0] "%s 무시. 레퍼런스를 %d개보다 많이 처리할 수 없습니다"
12424
12425#: builtin/show-branch.c:541
12426#, c-format
12427msgid "no matching refs with %s"
12428msgstr "%s와(과) 일치하는 레퍼런스가 없습니다"
12429
12430#: builtin/show-branch.c:639
12431msgid "show remote-tracking and local branches"
12432msgstr "리모트 추적 및 로컬 브랜치를 표시합니다"
12433
12434#: builtin/show-branch.c:641
12435msgid "show remote-tracking branches"
12436msgstr "리모트 추적 브랜치를 표시합니다"
12437
12438#: builtin/show-branch.c:643
12439msgid "color '*!+-' corresponding to the branch"
12440msgstr "브랜치에 따른 '*!+-' 표시에 색을 입힙니다"
12441
12442#: builtin/show-branch.c:645
12443msgid "show <n> more commits after the common ancestor"
12444msgstr "공통 이전 커밋 뒤의 <n>개의 커밋을 표시합니다"
12445
12446#: builtin/show-branch.c:647
12447msgid "synonym to more=-1"
12448msgstr "--more=-1 옵션과 동일"
12449
12450#: builtin/show-branch.c:648
12451msgid "suppress naming strings"
12452msgstr "이름 문자열을 표시하지 않습니다"
12453
12454#: builtin/show-branch.c:650
12455msgid "include the current branch"
12456msgstr "현재 브랜치를 포함"
12457
12458#: builtin/show-branch.c:652
12459msgid "name commits with their object names"
12460msgstr "커밋의 이름을 그 오브젝트 이름으로 붙입니다"
12461
12462#: builtin/show-branch.c:654
12463msgid "show possible merge bases"
12464msgstr "가능한 병합 기준점을 표시합니다"
12465
12466#: builtin/show-branch.c:656
12467msgid "show refs unreachable from any other ref"
12468msgstr "다른 어떤 레퍼런스에서도 접근 불가능한 레퍼런스를 표시합니다"
12469
12470#: builtin/show-branch.c:658
12471msgid "show commits in topological order"
12472msgstr "위상 순서에 따라 커밋을 표시합니다"
12473
12474#: builtin/show-branch.c:661
12475msgid "show only commits not on the first branch"
12476msgstr "첫 브랜치에 없는 커밋만 표시합니다"
12477
12478#: builtin/show-branch.c:663
12479msgid "show merges reachable from only one tip"
12480msgstr "하나의 끝에서만 접근 가능한 병합을 표시합니다"
12481
12482#: builtin/show-branch.c:665
12483msgid "topologically sort, maintaining date order where possible"
12484msgstr "가능하면 시간 순서를 유지하면서 위상 순서로 정렬"
12485
12486#: builtin/show-branch.c:668
12487msgid "<n>[,<base>]"
12488msgstr "<n>[,<베이스>]"
12489
12490#: builtin/show-branch.c:669
12491msgid "show <n> most recent ref-log entries starting at base"
12492msgstr "기준부터 시작해 최대 <n>개의 최근 ref-log 항목을 표시합니다"
12493
12494#: builtin/show-branch.c:703
12495msgid ""
12496"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12497msgstr ""
12498"--reflog 옵션은 --all, --remotes, --independent, --merge-base 옵션과 호환되"
12499"지 않습니다"
12500
12501#: builtin/show-branch.c:727
12502msgid "no branches given, and HEAD is not valid"
12503msgstr "브랜치를 지정하지 않았고, HEAD가 올바르지 않습니다"
12504
12505#: builtin/show-branch.c:730
12506msgid "--reflog option needs one branch name"
12507msgstr "--reflog 옵션은 브랜치 이름이 필요합니다"
12508
12509#: builtin/show-branch.c:733
12510#, c-format
12511msgid "only %d entry can be shown at one time."
12512msgid_plural "only %d entries can be shown at one time."
12513msgstr[0] "한 번에 %d개 항목만 표시할 수 있습니다."
12514
12515#: builtin/show-branch.c:737
12516#, c-format
12517msgid "no such ref %s"
12518msgstr "그런 레퍼런스가 없습니다: %s"
12519
12520#: builtin/show-branch.c:829
12521#, c-format
12522msgid "cannot handle more than %d rev."
12523msgid_plural "cannot handle more than %d revs."
12524msgstr[0] "레퍼런스를 %d개보다 많이 처리할 수 없습니다."
12525
12526#: builtin/show-branch.c:833
12527#, c-format
12528msgid "'%s' is not a valid ref."
12529msgstr "'%s'은(는) 올바른 레퍼런스가 아닙니다."
12530
12531#: builtin/show-branch.c:836
12532#, c-format
12533msgid "cannot find commit %s (%s)"
12534msgstr "%s 커밋을 찾을 수 없음 (%s)"
12535
12536#: builtin/show-ref.c:10
12537msgid ""
12538"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12539"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12540msgstr ""
12541"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12542"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<패턴>...]"
12543
12544#: builtin/show-ref.c:11
12545msgid "git show-ref --exclude-existing[=<pattern>]"
12546msgstr "git show-ref --exclude-existing[=<패턴>]"
12547
12548#: builtin/show-ref.c:159
12549msgid "only show tags (can be combined with heads)"
12550msgstr "태그만 표시 (헤드와 결합 가능)"
12551
12552#: builtin/show-ref.c:160
12553msgid "only show heads (can be combined with tags)"
12554msgstr "헤드만 표시 (태그와 결합 가능)"
12555
12556#: builtin/show-ref.c:161
12557msgid "stricter reference checking, requires exact ref path"
12558msgstr "더 엄격한 레퍼런스 검사, 정확히 하나의 레퍼런스 경로 필요"
12559
12560#: builtin/show-ref.c:164 builtin/show-ref.c:166
12561msgid "show the HEAD reference, even if it would be filtered out"
12562msgstr "HEAD 레퍼런스를 표시합니다 (필터링되서 제외되더라도)"
12563
12564#: builtin/show-ref.c:168
12565msgid "dereference tags into object IDs"
12566msgstr "태그를 오브젝트 ID로 따라갑니다"
12567
12568#: builtin/show-ref.c:170
12569msgid "only show SHA1 hash using <n> digits"
12570msgstr "SHA-1 표시에 <n>개의 숫자만 사용합니다"
12571
12572#: builtin/show-ref.c:174
12573msgid "do not print results to stdout (useful with --verify)"
12574msgstr "표준 출력에 결과를 표시하지 않습니다 (--verify 옵션과 사용하면 좋음)"
12575
12576#: builtin/show-ref.c:176
12577msgid "show refs from stdin that aren't in local repository"
12578msgstr "로컬 저장소에 없는 레퍼런스를 표준 입력에서 읽어 표시합니다"
12579
12580#: builtin/stripspace.c:17
12581msgid "git stripspace [-s | --strip-comments]"
12582msgstr "git stripspace [-s | --strip-comments]"
12583
12584#: builtin/stripspace.c:18
12585msgid "git stripspace [-c | --comment-lines]"
12586msgstr "git stripspace [-c | --comment-lines]"
12587
12588#: builtin/stripspace.c:35
12589msgid "skip and remove all lines starting with comment character"
12590msgstr "주석 문자로 시작하는 모든 줄을 건너뛰고 제거합니다"
12591
12592#: builtin/stripspace.c:38
12593msgid "prepend comment character and space to each line"
12594msgstr "각 줄의 앞에 주석 문자와 공백을 붙입니다"
12595
12596#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1062
12597#, c-format
12598msgid "No such ref: %s"
12599msgstr "그런 레퍼런스가 없습니다: %s"
12600
12601#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1071
12602#, c-format
12603msgid "Expecting a full ref name, got %s"
12604msgstr "전체 레퍼런스 이름이 필요하지만, 입력은 %s"
12605
12606#: builtin/submodule--helper.c:71
12607#, c-format
12608msgid "cannot strip one component off url '%s'"
12609msgstr "'%s' URL 하나의 단계를 잘라낼 수 없습니다"
12610
12611#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:592
12612msgid "alternative anchor for relative paths"
12613msgstr "상대 경로에 사용할 또다른 기준"
12614
12615#: builtin/submodule--helper.c:287
12616msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12617msgstr "git submodule--helper list [--prefix=<경로>] [<경로>...]"
12618
12619#: builtin/submodule--helper.c:333 builtin/submodule--helper.c:347
12620#, c-format
12621msgid "No url found for submodule path '%s' in .gitmodules"
12622msgstr ".gitmodules에서 하위 모듈 경로 '%s'에 대한 URL이 없습니다"
12623
12624#: builtin/submodule--helper.c:373
12625#, c-format
12626msgid "Failed to register url for submodule path '%s'"
12627msgstr "하위 모듈 경로 '%s'에 대한 URL을 등록하는데 실패했습니다"
12628
12629#: builtin/submodule--helper.c:377
12630#, c-format
12631msgid "Submodule '%s' (%s) registered for path '%s'\n"
12632msgstr "'%3$s' 경로에 대해 '%1$s' (%2$s) 하위 모듈 등록\n"
12633
12634#: builtin/submodule--helper.c:387
12635#, c-format
12636msgid "warning: command update mode suggested for submodule '%s'\n"
12637msgstr "경고: '%s' 하위 모듈에 대해 커맨드 업데이트 모드가 제안되었습니다\n"
12638
12639#: builtin/submodule--helper.c:394
12640#, c-format
12641msgid "Failed to register update mode for submodule path '%s'"
12642msgstr "'%s' 하위 모듈에 대해 업데이트 모드 등록이 실패했습니다"
12643
12644#: builtin/submodule--helper.c:410
12645msgid "Suppress output for initializing a submodule"
12646msgstr "하위 모듈 초기화에 출력을 하지 않습니다"
12647
12648#: builtin/submodule--helper.c:415
12649msgid "git submodule--helper init [<path>]"
12650msgstr "git submodule--helper init [<경로>]"
12651
12652#: builtin/submodule--helper.c:436
12653msgid "git submodule--helper name <path>"
12654msgstr "git submodule--helper name <경로>"
12655
12656#: builtin/submodule--helper.c:442
12657#, c-format
12658msgid "no submodule mapping found in .gitmodules for path '%s'"
12659msgstr "경로 '%s'에 대해 .gitmodules에 있는 하위모듈 매핑이 없습니다"
12660
12661#: builtin/submodule--helper.c:525 builtin/submodule--helper.c:528
12662#, c-format
12663msgid "submodule '%s' cannot add alternate: %s"
12664msgstr "'%s' 하위 모듈에 보조 오브젝트를 추가할 수 없습니다: %s"
12665
12666#: builtin/submodule--helper.c:564
12667#, c-format
12668msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12669msgstr "submodule.alternateErrorStrategy에 대한 값이('%s') 알 수 없는 값입니다"
12670
12671#: builtin/submodule--helper.c:571
12672#, c-format
12673msgid "Value '%s' for submodule.alternateLocation is not recognized"
12674msgstr "submodule.alternateLocation에 대한 값이('%s') 알 수 없는 값입니다"
12675
12676#: builtin/submodule--helper.c:595
12677msgid "where the new submodule will be cloned to"
12678msgstr "새 하위 모듈을 복제할 대상 위치"
12679
12680#: builtin/submodule--helper.c:598
12681msgid "name of the new submodule"
12682msgstr "새 하위 모듈 이름"
12683
12684#: builtin/submodule--helper.c:601
12685msgid "url where to clone the submodule from"
12686msgstr "하위 모듈을 복제해 올 URL"
12687
12688#: builtin/submodule--helper.c:607
12689msgid "depth for shallow clones"
12690msgstr "얕은 복제에 사용할 깊이"
12691
12692#: builtin/submodule--helper.c:610 builtin/submodule--helper.c:980
12693msgid "force cloning progress"
12694msgstr "복제 진행 상황을 항상 표시합니다"
12695
12696#: builtin/submodule--helper.c:615
12697msgid ""
12698"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12699"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12700msgstr ""
12701"git submodule--helper clone [--prefix=<경로>] [--quiet] [--reference <저장소"
12702">] [--name <이름>] [--depth <깊이>] --url <url> --path <경로>"
12703
12704#: builtin/submodule--helper.c:646
12705#, c-format
12706msgid "clone of '%s' into submodule path '%s' failed"
12707msgstr "'%s'에서 하위 모듈 경로 '%s'에 복제하는데 실패했습니다"
12708
12709#: builtin/submodule--helper.c:662
12710#, c-format
12711msgid "cannot open file '%s'"
12712msgstr "'%s' 파일을 열 수 없습니다"
12713
12714#: builtin/submodule--helper.c:667
12715#, c-format
12716msgid "could not close file %s"
12717msgstr "%s 파일을 닫을 수 없습니다"
12718
12719#: builtin/submodule--helper.c:674
12720#, c-format
12721msgid "could not get submodule directory for '%s'"
12722msgstr "'%s'에 대한 하위 모듈 디렉터리를 가져올 수 없습니다"
12723
12724#: builtin/submodule--helper.c:742
12725#, c-format
12726msgid "Submodule path '%s' not initialized"
12727msgstr "'%s' 하위 모듈 경로가 초기화되지 않았습니다"
12728
12729#: builtin/submodule--helper.c:746
12730msgid "Maybe you want to use 'update --init'?"
12731msgstr "'update --init'을 하려고 한 것 아니었습니까?"
12732
12733#: builtin/submodule--helper.c:772
12734#, c-format
12735msgid "Skipping unmerged submodule %s"
12736msgstr "병합하지 하위 모듈 %s 건너뜀"
12737
12738#: builtin/submodule--helper.c:793
12739#, c-format
12740msgid "Skipping submodule '%s'"
12741msgstr "하위 모듈 '%s' 건너뜀"
12742
12743#: builtin/submodule--helper.c:929
12744#, c-format
12745msgid "Failed to clone '%s'. Retry scheduled"
12746msgstr "'%s' 복제하는데 실패했습니다. 재시도 예정"
12747
12748#: builtin/submodule--helper.c:940
12749#, c-format
12750msgid "Failed to clone '%s' a second time, aborting"
12751msgstr "두번째 '%s' 복제하는데 실패했습니다. 중지합니다"
12752
12753#: builtin/submodule--helper.c:961 builtin/submodule--helper.c:1105
12754msgid "path into the working tree"
12755msgstr "작업 폴더로 가는 경로"
12756
12757#: builtin/submodule--helper.c:964
12758msgid "path into the working tree, across nested submodule boundaries"
12759msgstr "작업 폴더로 가는 경로, 내장된 하위 모듈의 경계 통과"
12760
12761#: builtin/submodule--helper.c:968
12762msgid "rebase, merge, checkout or none"
12763msgstr "rebase, merge, checkout 또는 none"
12764
12765#: builtin/submodule--helper.c:972
12766msgid "Create a shallow clone truncated to the specified number of revisions"
12767msgstr "지정한 개수의 리비전에서 잘린 얕은 복제를 만듭니다"
12768
12769#: builtin/submodule--helper.c:975
12770msgid "parallel jobs"
12771msgstr "병렬 작업 개수"
12772
12773#: builtin/submodule--helper.c:977
12774msgid "whether the initial clone should follow the shallow recommendation"
12775msgstr "최초 복제가 얕은 복제 추천을 따를지 여부"
12776
12777#: builtin/submodule--helper.c:978
12778msgid "don't print cloning progress"
12779msgstr "복제 과정을 표시하지 않습니다"
12780
12781#: builtin/submodule--helper.c:985
12782msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12783msgstr "git submodule--helper update_clone [--prefix=<경로>] [<경로>...]"
12784
12785#: builtin/submodule--helper.c:995
12786msgid "bad value for update parameter"
12787msgstr "파라미터 업데이트에 값이 잘못되었습니다"
12788
12789#: builtin/submodule--helper.c:1066
12790#, c-format
12791msgid ""
12792"Submodule (%s) branch configured to inherit branch from superproject, but "
12793"the superproject is not on any branch"
12794msgstr ""
12795"하위 모듈 (%s) 브랜치가 상위 프로젝트 브랜치를 이어받도록 설정되었지만, 상위 "
12796"프로젝트에 브랜치가 없습니다"
12797
12798#: builtin/submodule--helper.c:1106
12799msgid "recurse into submodules"
12800msgstr "하위 모듈에 재귀적으로 적용"
12801
12802#: builtin/submodule--helper.c:1112
12803msgid "git submodule--helper embed-git-dir [<path>...]"
12804msgstr "git submodule--helper embed-git-dir [<경로>...]"
12805
12806#: builtin/submodule--helper.c:1157
12807msgid "submodule--helper subcommand must be called with a subcommand"
12808msgstr "submodule--helper 하위 명령은 하위 명령으로 호출해야 합니다"
12809
12810#: builtin/submodule--helper.c:1164
12811#, c-format
12812msgid "%s doesn't support --super-prefix"
12813msgstr "%s에서 --super-prefix 옵션을 지원하지 않습니다"
12814
12815#: builtin/submodule--helper.c:1170
12816#, c-format
12817msgid "'%s' is not a valid submodule--helper subcommand"
12818msgstr "'%s'은(는) 올바른 submodule--helper 하위 명령이 아닙니다"
12819
12820#: builtin/symbolic-ref.c:7
12821msgid "git symbolic-ref [<options>] <name> [<ref>]"
12822msgstr "git symbolic-ref [<옵션>] <이름> [<레퍼런스>]"
12823
12824#: builtin/symbolic-ref.c:8
12825msgid "git symbolic-ref -d [-q] <name>"
12826msgstr "git symbolic-ref -d [-q] <이름>"
12827
12828#: builtin/symbolic-ref.c:40
12829msgid "suppress error message for non-symbolic (detached) refs"
12830msgstr "심볼이 아닌 (분리된) 레퍼런스에 대해 에러 메시지를 표시하지 않습니다"
12831
12832#: builtin/symbolic-ref.c:41
12833msgid "delete symbolic ref"
12834msgstr "심볼릭 레퍼런스를 삭제합니다"
12835
12836#: builtin/symbolic-ref.c:42
12837msgid "shorten ref output"
12838msgstr "레퍼런스 출력을 줄입니다"
12839
12840#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12841msgid "reason"
12842msgstr "이유"
12843
12844#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12845msgid "reason of the update"
12846msgstr "업데이트의 이유"
12847
12848#: builtin/tag.c:23
12849msgid ""
12850"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12851"[<head>]"
12852msgstr ""
12853"git tag [-a | -s | -u <키-ID>] [-f] [-m <메시지> | -F <파일>] <태그이름>\n"
12854"\t\t[<헤드>]"
12855
12856#: builtin/tag.c:24
12857msgid "git tag -d <tagname>..."
12858msgstr "git tag -d <태그이름>..."
12859
12860#: builtin/tag.c:25
12861msgid ""
12862"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
12863"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12864msgstr ""
12865"git tag -l [-n[<개수>]] [--contains <커밋>] [--points-at <오브젝트>]\n"
12866"\t\t[--format=<형식>] [--[no-]merged [<커밋>]] [<패턴>...]"
12867
12868#: builtin/tag.c:27
12869msgid "git tag -v [--format=<format>] <tagname>..."
12870msgstr "git tag -v [--format=<형식>] <태그이름>..."
12871
12872#: builtin/tag.c:82
12873#, c-format
12874msgid "tag name too long: %.*s..."
12875msgstr "태그 이름이 너무 깁니다: %.*s..."
12876
12877#: builtin/tag.c:87
12878#, c-format
12879msgid "tag '%s' not found."
12880msgstr "'%s' 태그가 없습니다."
12881
12882#: builtin/tag.c:102
12883#, c-format
12884msgid "Deleted tag '%s' (was %s)\n"
12885msgstr "'%s' 태그 삭제함 (과거 %s)\n"
12886
12887#: builtin/tag.c:131
12888#, c-format
12889msgid ""
12890"\n"
12891"Write a message for tag:\n"
12892"  %s\n"
12893"Lines starting with '%c' will be ignored.\n"
12894msgstr ""
12895"\n"
12896"다음 태그에 대한 메시지를 쓰십시오:\n"
12897"  %s\n"
12898"'%c' 문자로 시작하는 줄은 무시됩니다.\n"
12899
12900#: builtin/tag.c:135
12901#, c-format
12902msgid ""
12903"\n"
12904"Write a message for tag:\n"
12905"  %s\n"
12906"Lines starting with '%c' will be kept; you may remove them yourself if you "
12907"want to.\n"
12908msgstr ""
12909"\n"
12910"다음 태그에 대한 메시지를 쓰십시오:\n"
12911"  %s\n"
12912"'%c' 문자로 시작하는 줄은 유지됩니다. 제거하려면 직접 지워야 합니다.\n"
12913
12914#: builtin/tag.c:213
12915msgid "unable to sign the tag"
12916msgstr "태그에 서명할 수 없습니다"
12917
12918#: builtin/tag.c:215
12919msgid "unable to write tag file"
12920msgstr "태그 파일을 쓸 수 없습니다"
12921
12922#: builtin/tag.c:240
12923msgid "bad object type."
12924msgstr "잘못된 오브젝트 종류."
12925
12926#: builtin/tag.c:253
12927msgid "tag header too big."
12928msgstr "태그 헤더가 너무 큽니다."
12929
12930#: builtin/tag.c:289
12931msgid "no tag message?"
12932msgstr "태그 메시지 없음?"
12933
12934#: builtin/tag.c:295
12935#, c-format
12936msgid "The tag message has been left in %s\n"
12937msgstr "태그 메시지가 %s 파일에 남아 있습니다\n"
12938
12939#: builtin/tag.c:354
12940msgid "list tag names"
12941msgstr "태그 이름 목록을 표시합니다"
12942
12943#: builtin/tag.c:356
12944msgid "print <n> lines of each tag message"
12945msgstr "각 태그 메시지의 <n>줄을 표시합니다"
12946
12947#: builtin/tag.c:358
12948msgid "delete tags"
12949msgstr "태그를 삭제합니다"
12950
12951#: builtin/tag.c:359
12952msgid "verify tags"
12953msgstr "태그를 검증합니다"
12954
12955#: builtin/tag.c:361
12956msgid "Tag creation options"
12957msgstr "태그 만들기 옵션"
12958
12959#: builtin/tag.c:363
12960msgid "annotated tag, needs a message"
12961msgstr "주석 달린 태그, 메시지가 필요합니다"
12962
12963#: builtin/tag.c:365
12964msgid "tag message"
12965msgstr "태그 메시지"
12966
12967#: builtin/tag.c:367
12968msgid "annotated and GPG-signed tag"
12969msgstr "주석 달리고 GPG 서명한 태그"
12970
12971#: builtin/tag.c:371
12972msgid "use another key to sign the tag"
12973msgstr "태그를 서명하는데 지정한 키를 사용합니다"
12974
12975#: builtin/tag.c:372
12976msgid "replace the tag if exists"
12977msgstr "태그가 있으면 바꿉니다"
12978
12979#: builtin/tag.c:373 builtin/update-ref.c:368
12980msgid "create a reflog"
12981msgstr "reflog를 만듭니다"
12982
12983#: builtin/tag.c:375
12984msgid "Tag listing options"
12985msgstr "태그 목록 보기 옵션"
12986
12987#: builtin/tag.c:376
12988msgid "show tag list in columns"
12989msgstr "태그 목록을 여러 열로 표시합니다"
12990
12991#: builtin/tag.c:377 builtin/tag.c:378
12992msgid "print only tags that contain the commit"
12993msgstr "해당 커밋이 들어 있는 태그만 표시합니다"
12994
12995#: builtin/tag.c:379
12996msgid "print only tags that are merged"
12997msgstr "병합된 태그만 표시합니다"
12998
12999#: builtin/tag.c:380
13000msgid "print only tags that are not merged"
13001msgstr "병합되지 않은 태그만 표시합니다"
13002
13003#: builtin/tag.c:385
13004msgid "print only tags of the object"
13005msgstr "해당 오브젝트의 태그만 표시합니다"
13006
13007#: builtin/tag.c:415
13008msgid "--column and -n are incompatible"
13009msgstr "--column 및 -n 옵션은 호환되지 않습니다"
13010
13011#: builtin/tag.c:437
13012msgid "-n option is only allowed with -l."
13013msgstr "-n 옵션은 -l 옵션과 같이 써야 합니다."
13014
13015#: builtin/tag.c:439
13016msgid "--contains option is only allowed with -l."
13017msgstr "--contains 옵션은 -l 옵션과 같이 써야 합니다."
13018
13019#: builtin/tag.c:441
13020msgid "--points-at option is only allowed with -l."
13021msgstr "--points-at 옵션은 -l 옵션과 같이 써야 합니다."
13022
13023#: builtin/tag.c:443
13024msgid "--merged and --no-merged option are only allowed with -l"
13025msgstr "--merged 및 --no-merged 옵션은 -l 옵션과 같이 써야 합니다."
13026
13027#: builtin/tag.c:454
13028msgid "only one -F or -m option is allowed."
13029msgstr "하나의 -F 또는 -m 옵션만 쓸 수 있습니다."
13030
13031#: builtin/tag.c:473
13032msgid "too many params"
13033msgstr "파라미터가 너무 많습니다"
13034
13035#: builtin/tag.c:479
13036#, c-format
13037msgid "'%s' is not a valid tag name."
13038msgstr "'%s'은(는) 올바른 태그 이름이 아닙니다."
13039
13040#: builtin/tag.c:484
13041#, c-format
13042msgid "tag '%s' already exists"
13043msgstr "태그 '%s'이(가) 이미 있습니다"
13044
13045#: builtin/tag.c:512
13046#, c-format
13047msgid "Updated tag '%s' (was %s)\n"
13048msgstr "태그 '%s' 업데이트 (과거 %s)\n"
13049
13050#: builtin/unpack-objects.c:493
13051msgid "Unpacking objects"
13052msgstr "오브젝트 묶음 푸는 중"
13053
13054#: builtin/update-index.c:79
13055#, c-format
13056msgid "failed to create directory %s"
13057msgstr "%s 디렉터리 만들기 실패했습니다"
13058
13059#: builtin/update-index.c:85
13060#, c-format
13061msgid "failed to stat %s"
13062msgstr "%s에 stat()하는데 실패했습니다"
13063
13064#: builtin/update-index.c:95
13065#, c-format
13066msgid "failed to create file %s"
13067msgstr "%s 파일을 만드는데 실패했습니다"
13068
13069#: builtin/update-index.c:103
13070#, c-format
13071msgid "failed to delete file %s"
13072msgstr "%s 파일을 삭제하는데 실패했습니다"
13073
13074#: builtin/update-index.c:110 builtin/update-index.c:212
13075#, c-format
13076msgid "failed to delete directory %s"
13077msgstr "%s 디렉터리를 삭제하는데 실패했습니다"
13078
13079#: builtin/update-index.c:133
13080#, c-format
13081msgid "Testing mtime in '%s' "
13082msgstr "'%s' 안의 수정 시각을 확인하는 중입니다"
13083
13084#: builtin/update-index.c:145
13085msgid "directory stat info does not change after adding a new file"
13086msgstr "새 파일을 추가한 후에 디렉터리 정보가 바뀌지 않았습니다"
13087
13088#: builtin/update-index.c:158
13089msgid "directory stat info does not change after adding a new directory"
13090msgstr "새 디렉터리를 추가한 후에 디렉터리 정보가 바뀌지 않았습니다"
13091
13092#: builtin/update-index.c:171
13093msgid "directory stat info changes after updating a file"
13094msgstr "파일을 업데이트한 후에 디렉터리 정보가 바뀌지 않았습니다"
13095
13096#: builtin/update-index.c:182
13097msgid "directory stat info changes after adding a file inside subdirectory"
13098msgstr "하위 디렉터리에 파일을 추가한 후에 디렉터리 정보가 바뀌지 않았습니다"
13099
13100#: builtin/update-index.c:193
13101msgid "directory stat info does not change after deleting a file"
13102msgstr "파일을 삭제한 후에 디렉터리 정보가 바뀌지 않았습니다"
13103
13104#: builtin/update-index.c:206
13105msgid "directory stat info does not change after deleting a directory"
13106msgstr "디렉터리를 삭제한 후에 디렉터리 정보가 바뀌지 않았습니다"
13107
13108#: builtin/update-index.c:213
13109msgid " OK"
13110msgstr " 오케이"
13111
13112#: builtin/update-index.c:564
13113msgid "git update-index [<options>] [--] [<file>...]"
13114msgstr "git update-index [<옵션>] [--] [<파일>...]"
13115
13116#: builtin/update-index.c:919
13117msgid "continue refresh even when index needs update"
13118msgstr "인덱스에 업데이트가 필요하더라도 새로 고침을 계속합니다"
13119
13120#: builtin/update-index.c:922
13121msgid "refresh: ignore submodules"
13122msgstr "새로 고침: 하위 모듈 무시"
13123
13124#: builtin/update-index.c:925
13125msgid "do not ignore new files"
13126msgstr "새 파일을 무시할 수 않습니다"
13127
13128#: builtin/update-index.c:927
13129msgid "let files replace directories and vice-versa"
13130msgstr "디렉터리를 파일로, 또는 그 반대로 바꿀 수 있게 허용합니다"
13131
13132#: builtin/update-index.c:929
13133msgid "notice files missing from worktree"
13134msgstr "작업폴더에서 알림 파일이 없습니다"
13135
13136#: builtin/update-index.c:931
13137msgid "refresh even if index contains unmerged entries"
13138msgstr "인덱스에 병합하지 않은 항목이 있어도 새로 고칩니다"
13139
13140#: builtin/update-index.c:934
13141msgid "refresh stat information"
13142msgstr "파일 정보를 새로 고칩니다"
13143
13144#: builtin/update-index.c:938
13145msgid "like --refresh, but ignore assume-unchanged setting"
13146msgstr "--refresh와 동일하지만, assume-unchanged 설정을 무시합니다"
13147
13148#: builtin/update-index.c:942
13149msgid "<mode>,<object>,<path>"
13150msgstr "<모드>,<오브젝트>,<경로>"
13151
13152#: builtin/update-index.c:943
13153msgid "add the specified entry to the index"
13154msgstr "지정한 항목을 인덱스에 추가합니다"
13155
13156#: builtin/update-index.c:952
13157msgid "mark files as \"not changing\""
13158msgstr "파일을 \"바꾸지 않음\"으로 표시합니다"
13159
13160#: builtin/update-index.c:955
13161msgid "clear assumed-unchanged bit"
13162msgstr "바꾸지 않음으로 가정 (assumed-unchanged) 비트를 지웁니다"
13163
13164#: builtin/update-index.c:958
13165msgid "mark files as \"index-only\""
13166msgstr "파일을 인덱스 전용으로 (\"index-only\") 표시합니다"
13167
13168#: builtin/update-index.c:961
13169msgid "clear skip-worktree bit"
13170msgstr "작업폴더 건너뛰기 (skip-worktree) 비트를 지웁니다"
13171
13172#: builtin/update-index.c:964
13173msgid "add to index only; do not add content to object database"
13174msgstr ""
13175"인덱스에만 추가합니다. 내용을 오브젝트 데이터베이스에 추가하지 않습니다"
13176
13177#: builtin/update-index.c:966
13178msgid "remove named paths even if present in worktree"
13179msgstr "작업 폴더에 있어도 해당 경로를 제거합니다"
13180
13181#: builtin/update-index.c:968
13182msgid "with --stdin: input lines are terminated by null bytes"
13183msgstr "--stdin과 같이 사용: 입력 줄은 NUL 바이트로 끝납니다"
13184
13185#: builtin/update-index.c:970
13186msgid "read list of paths to be updated from standard input"
13187msgstr "표준 입력에서 업데이트할 경로의 목록을 읽습니다"
13188
13189#: builtin/update-index.c:974
13190msgid "add entries from standard input to the index"
13191msgstr "표준 입력에서 읽은 항목을 인덱스에 추가합니다"
13192
13193#: builtin/update-index.c:978
13194msgid "repopulate stages #2 and #3 for the listed paths"
13195msgstr "경로 목록에 대해 #2 및 #3 스테이징을 다시 합니다"
13196
13197#: builtin/update-index.c:982
13198msgid "only update entries that differ from HEAD"
13199msgstr "HEAD와 다른 항목만 업데이트합니다"
13200
13201#: builtin/update-index.c:986
13202msgid "ignore files missing from worktree"
13203msgstr "작업 폴더에 없는 파일을 무시합니다"
13204
13205#: builtin/update-index.c:989
13206msgid "report actions to standard output"
13207msgstr "표준 출력에 동작을 알립니다"
13208
13209#: builtin/update-index.c:991
13210msgid "(for porcelains) forget saved unresolved conflicts"
13211msgstr "저장한 해결되지 않은 충돌을 무시합니다 (사용자용 명령 용도)"
13212
13213#: builtin/update-index.c:995
13214msgid "write index in this format"
13215msgstr "인덱스를 이 형식으로 씁니다"
13216
13217#: builtin/update-index.c:997
13218msgid "enable or disable split index"
13219msgstr "스플릿 인덱스를 켜거나 끕니다"
13220
13221#: builtin/update-index.c:999
13222msgid "enable/disable untracked cache"
13223msgstr "추적하지 않는 캐시 사용을 켜거나 끕니다"
13224
13225#: builtin/update-index.c:1001
13226msgid "test if the filesystem supports untracked cache"
13227msgstr "파일 시스템이 추적하지 않는 캐시를 지원하는지 검사합니다"
13228
13229#: builtin/update-index.c:1003
13230msgid "enable untracked cache without testing the filesystem"
13231msgstr "파일 시스템 시험 없이 추적하지 않는 캐시를 사용합니다"
13232
13233#: builtin/update-index.c:1120
13234msgid ""
13235"core.untrackedCache is set to true; remove or change it, if you really want "
13236"to disable the untracked cache"
13237msgstr ""
13238"core.untrackedCache값이 참입니다. 정말로 추적하지 않는 파일 캐시를 사용하지 "
13239"않으려면 이 값을 제거하거나 바꾸십시오."
13240
13241#: builtin/update-index.c:1124
13242msgid "Untracked cache disabled"
13243msgstr "추적되지 않는 파일 캐시를 사용하지 않습니다"
13244
13245#: builtin/update-index.c:1132
13246msgid ""
13247"core.untrackedCache is set to false; remove or change it, if you really want "
13248"to enable the untracked cache"
13249msgstr ""
13250"core.untrackedCache값이 거짓입니다. 정말로 추적하지 않는 파일 캐시를 사용하려"
13251"면 이 값을 제거하거나 바꾸십시오."
13252
13253#: builtin/update-index.c:1136
13254#, c-format
13255msgid "Untracked cache enabled for '%s'"
13256msgstr "'%s'에 대해 추적되지 않는 캐시를 사용하지 않습니다"
13257
13258#: builtin/update-ref.c:9
13259msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13260msgstr "git update-ref [<옵션>] -d <레퍼런스이름> [<과거-값>]"
13261
13262#: builtin/update-ref.c:10
13263msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13264msgstr "git update-ref [<옵션>]    <레퍼런스이름> <새-값> [<과거-값>]"
13265
13266#: builtin/update-ref.c:11
13267msgid "git update-ref [<options>] --stdin [-z]"
13268msgstr "git update-ref [<옵션>] --stdin [-z]"
13269
13270#: builtin/update-ref.c:363
13271msgid "delete the reference"
13272msgstr "레퍼런스를 삭제합니다"
13273
13274#: builtin/update-ref.c:365
13275msgid "update <refname> not the one it points to"
13276msgstr "<레퍼런스이름>을 가리키지 않는 항목으로 업데이트합니다"
13277
13278#: builtin/update-ref.c:366
13279msgid "stdin has NUL-terminated arguments"
13280msgstr "표준 입력에 NUL로 끝나는 인자가 있습니다"
13281
13282#: builtin/update-ref.c:367
13283msgid "read updates from stdin"
13284msgstr "표준 입력에서 업데이트를 읽습니다"
13285
13286#: builtin/update-server-info.c:6
13287msgid "git update-server-info [--force]"
13288msgstr "git update-server-info [--force]"
13289
13290#: builtin/update-server-info.c:14
13291msgid "update the info files from scratch"
13292msgstr "바닥부터 정보 파일을 업데이트합니다"
13293
13294#: builtin/verify-commit.c:17
13295msgid "git verify-commit [-v | --verbose] <commit>..."
13296msgstr "git verify-commit [-v | --verbose] <커밋>..."
13297
13298#: builtin/verify-commit.c:72
13299msgid "print commit contents"
13300msgstr "커밋 내용을 표시합니다"
13301
13302#: builtin/verify-commit.c:73 builtin/verify-tag.c:37
13303msgid "print raw gpg status output"
13304msgstr "원본 GPG 상태를 출력합니다"
13305
13306#: builtin/verify-pack.c:54
13307msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13308msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <묶음>..."
13309
13310#: builtin/verify-pack.c:64
13311msgid "verbose"
13312msgstr "자세히 표시"
13313
13314#: builtin/verify-pack.c:66
13315msgid "show statistics only"
13316msgstr "통계만 표시"
13317
13318#: builtin/verify-tag.c:18
13319msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13320msgstr "git verify-tag [-v | --verbose] [--format=<형식>] <태그>..."
13321
13322#: builtin/verify-tag.c:36
13323msgid "print tag contents"
13324msgstr "태그 내용 표시"
13325
13326#: builtin/worktree.c:15
13327msgid "git worktree add [<options>] <path> [<branch>]"
13328msgstr "git worktree add [<옵션>] <경로> [<브랜치>]"
13329
13330#: builtin/worktree.c:16
13331msgid "git worktree list [<options>]"
13332msgstr "git worktree list [<옵션>]"
13333
13334#: builtin/worktree.c:17
13335msgid "git worktree lock [<options>] <path>"
13336msgstr "git worktree lock [<옵션>] <경로>"
13337
13338#: builtin/worktree.c:18
13339msgid "git worktree prune [<options>]"
13340msgstr "git worktree prune [<옵션>]"
13341
13342#: builtin/worktree.c:19
13343msgid "git worktree unlock <path>"
13344msgstr "git worktree unlock <경로>"
13345
13346#: builtin/worktree.c:42
13347#, c-format
13348msgid "Removing worktrees/%s: not a valid directory"
13349msgstr "worktrees/%s 제거: 올바른 디렉터리가 아닙나다"
13350
13351#: builtin/worktree.c:48
13352#, c-format
13353msgid "Removing worktrees/%s: gitdir file does not exist"
13354msgstr "worktrees/%s 제거: gitdir 파일이 없습니다"
13355
13356#: builtin/worktree.c:53
13357#, c-format
13358msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13359msgstr "worktrees/%s 제거: gitdir 파일을 읽을 수 없습니다 (%s)"
13360
13361#: builtin/worktree.c:64
13362#, c-format
13363msgid "Removing worktrees/%s: invalid gitdir file"
13364msgstr "worktrees/%s 제거: gitdir 파일이 올바르지 않습니다"
13365
13366#: builtin/worktree.c:80
13367#, c-format
13368msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13369msgstr "worktrees/%s 제거: gitdir 파일이 없는 위치를 가리킵니다"
13370
13371#: builtin/worktree.c:128
13372msgid "report pruned working trees"
13373msgstr "잘라낸 작업 폴더를 알립니다"
13374
13375#: builtin/worktree.c:130
13376msgid "expire working trees older than <time>"
13377msgstr "<시각>보다 오래 된 작업 폴더를 만료합니다"
13378
13379#: builtin/worktree.c:204
13380#, c-format
13381msgid "'%s' already exists"
13382msgstr "'%s'이(가) 이미 있습니다"
13383
13384#: builtin/worktree.c:236
13385#, c-format
13386msgid "could not create directory of '%s'"
13387msgstr "'%s'의 디렉터리를 만들 수 없습니다"
13388
13389#: builtin/worktree.c:272
13390#, c-format
13391msgid "Preparing %s (identifier %s)"
13392msgstr "%s 준비 중 (ID %s)"
13393
13394#: builtin/worktree.c:323
13395msgid "checkout <branch> even if already checked out in other worktree"
13396msgstr "다른 작업 폴더에서 체크아웃했더라도 <브랜치>를 체크아웃합니다"
13397
13398#: builtin/worktree.c:325
13399msgid "create a new branch"
13400msgstr "새 브랜치를 만듭니다"
13401
13402#: builtin/worktree.c:327
13403msgid "create or reset a branch"
13404msgstr "브랜치를 만들거나 리셋합니다"
13405
13406#: builtin/worktree.c:329
13407msgid "populate the new working tree"
13408msgstr "새 작업 폴더를 만듭니다"
13409
13410#: builtin/worktree.c:337
13411msgid "-b, -B, and --detach are mutually exclusive"
13412msgstr "-b, -B, --detach 옵션 중 하나만 쓸 수 있습니다"
13413
13414#: builtin/worktree.c:472
13415msgid "reason for locking"
13416msgstr "잠그는 이유"
13417
13418#: builtin/worktree.c:484 builtin/worktree.c:517
13419#, c-format
13420msgid "'%s' is not a working tree"
13421msgstr "'%s'은(는) 작업 폴더가 아닙니다"
13422
13423#: builtin/worktree.c:486 builtin/worktree.c:519
13424msgid "The main working tree cannot be locked or unlocked"
13425msgstr "메인 작업 폴더를 잠그거나 잠금 해제할 수 없습니다"
13426
13427#: builtin/worktree.c:491
13428#, c-format
13429msgid "'%s' is already locked, reason: %s"
13430msgstr "'%s'은(는) 이미 잠겼습니다. 이유: %s"
13431
13432#: builtin/worktree.c:493
13433#, c-format
13434msgid "'%s' is already locked"
13435msgstr "'%s'은(는) 이미 잠겼습니다"
13436
13437#: builtin/worktree.c:521
13438#, c-format
13439msgid "'%s' is not locked"
13440msgstr "'%s'은(는) 잠기지 않았습니다"
13441
13442#: builtin/write-tree.c:13
13443msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13444msgstr "git write-tree [--missing-ok] [--prefix=<접두어>/]"
13445
13446#: builtin/write-tree.c:26
13447msgid "<prefix>/"
13448msgstr "<접두어>/"
13449
13450#: builtin/write-tree.c:27
13451msgid "write tree object for a subdirectory <prefix>"
13452msgstr "하위 디렉터리 <접두어>에 대해 트리 오브젝트를 씁니다"
13453
13454#: builtin/write-tree.c:30
13455msgid "only useful for debugging"
13456msgstr "디버깅 용도로만 사용"
13457
13458#: upload-pack.c:22
13459msgid "git upload-pack [<options>] <dir>"
13460msgstr "git upload-pack [<옵션>] <디렉터리>"
13461
13462#: upload-pack.c:1036
13463msgid "quit after a single request/response exchange"
13464msgstr "하나의 요청/응답 교환 뒤에 끝납니다"
13465
13466#: upload-pack.c:1038
13467msgid "exit immediately after initial ref advertisement"
13468msgstr "최초 레퍼런스 알림 뒤에 즉시 끝납니다"
13469
13470#: upload-pack.c:1040
13471msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13472msgstr ""
13473"<디렉터리>가 깃 디렉터리가 아니면 <디렉터리>/.git/ 폴더를 시도하지 않습니다."
13474
13475#: upload-pack.c:1042
13476msgid "interrupt transfer after <n> seconds of inactivity"
13477msgstr "<n>초 동안 반응이 없으면 전송을 중지합니다"
13478
13479#: credential-cache--daemon.c:223
13480#, c-format
13481msgid ""
13482"The permissions on your socket directory are too loose; other\n"
13483"users may be able to read your cached credentials. Consider running:\n"
13484"\n"
13485"\tchmod 0700 %s"
13486msgstr ""
13487"소켓 디렉터리의 권한이 너무 느슨합니다. 다른 사용자가\n"
13488"캐시에 들어 있는 비밀 정보를 읽을 수 있습니다. 다음을 실행해 보십시오:\n"
13489"\n"
13490"\tchmod 0700 %s"
13491
13492#: credential-cache--daemon.c:271
13493msgid "print debugging messages to stderr"
13494msgstr "디버깅 메시지를 표준오류로 출력합니다"
13495
13496#: git.c:14
13497msgid ""
13498"'git help -a' and 'git help -g' list available subcommands and some\n"
13499"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13500"to read about a specific subcommand or concept."
13501msgstr ""
13502"'git help -a' 및 'git help -g' 명령을 실행하면 하위 명령어와 개념 설명서의\n"
13503"목록을 볼 수 있습니다. 특정 하위 명령어나 개념에 대해 읽어 보려면 'git help\n"
13504"<명령>' 또는 'git help <개념>' 명령을 실행하십시오."
13505
13506# HTTP delegation
13507#: http.c:344
13508msgid "Delegation control is not supported with cURL < 7.22.0"
13509msgstr "딜리게이션 컨트롤은 cURL 7.44.0 앞 버전에서는 지원하지 않습니다"
13510
13511#: http.c:353
13512msgid "Public key pinning not supported with cURL < 7.44.0"
13513msgstr "공개 키 고정은 cURL 7.44.0 앞 버전에서는 지원하지 않습니다"
13514
13515#: http.c:1713
13516#, c-format
13517msgid ""
13518"unable to update url base from redirection:\n"
13519"  asked for: %s\n"
13520"   redirect: %s"
13521msgstr ""
13522"리다이렉션에서 URL 베이스를 업데이트할 수 없습니다:\n"
13523"       요청: %s\n"
13524" 리다이렉트: %s"
13525
13526#: remote-curl.c:319
13527#, c-format
13528msgid "redirecting to %s"
13529msgstr "%s(으)로 리다이렉트"
13530
13531#: common-cmds.h:9
13532msgid "start a working area (see also: git help tutorial)"
13533msgstr "작업 공간 시작 (참고: git help tutorial)"
13534
13535#: common-cmds.h:10
13536msgid "work on the current change (see also: git help everyday)"
13537msgstr "변경 사항에 대한 작업 (참고: git help everyday)"
13538
13539#: common-cmds.h:11
13540msgid "examine the history and state (see also: git help revisions)"
13541msgstr "커밋 내역과 상태 보기 (참고: git help revisions)"
13542
13543#: common-cmds.h:12
13544msgid "grow, mark and tweak your common history"
13545msgstr "커밋 내역을 키우고, 표시하고, 조작하기"
13546
13547#: common-cmds.h:13
13548msgid "collaborate (see also: git help workflows)"
13549msgstr "협동 작업 (참고: git help workflows)"
13550
13551#: common-cmds.h:17
13552msgid "Add file contents to the index"
13553msgstr "파일 내용을 인덱스에 추가합니다"
13554
13555#: common-cmds.h:18
13556msgid "Use binary search to find the commit that introduced a bug"
13557msgstr "이진 탐색으로 버그를 만들어낸 커밋을 찾습니다"
13558
13559#: common-cmds.h:19
13560msgid "List, create, or delete branches"
13561msgstr "브랜치를 만들거나, 삭제하거나, 목록을 출력합니다"
13562
13563#: common-cmds.h:20
13564msgid "Switch branches or restore working tree files"
13565msgstr "브랜치를 전환하거나 작업 파일을 복구합니다"
13566
13567#: common-cmds.h:21
13568msgid "Clone a repository into a new directory"
13569msgstr "저장소를 복제해 새 디렉터리로 가져 옵니다"
13570
13571#: common-cmds.h:22
13572msgid "Record changes to the repository"
13573msgstr "바뀐 사항을 저장소에 기록합니다"
13574
13575#: common-cmds.h:23
13576msgid "Show changes between commits, commit and working tree, etc"
13577msgstr "커밋과 커밋 사이, 커밋과 작업 내용 사이 등의 바뀐 점을 봅니다"
13578
13579#: common-cmds.h:24
13580msgid "Download objects and refs from another repository"
13581msgstr "다른 저장소에서 오브젝트와 레퍼런스를 다운로드합니다"
13582
13583#: common-cmds.h:25
13584msgid "Print lines matching a pattern"
13585msgstr "패턴과 일치하는 줄을 표시합니다"
13586
13587#: common-cmds.h:26
13588msgid "Create an empty Git repository or reinitialize an existing one"
13589msgstr "빈 깃 저장소를 만들거나 기존 저장소를 다시 초기화합니다"
13590
13591#: common-cmds.h:27
13592msgid "Show commit logs"
13593msgstr "커밋 기록을 표시합니다"
13594
13595#: common-cmds.h:28
13596msgid "Join two or more development histories together"
13597msgstr "여러 개의 개발 내역을 하나로 합칩니다"
13598
13599#: common-cmds.h:29
13600msgid "Move or rename a file, a directory, or a symlink"
13601msgstr "파일, 디렉터리, 심볼릭 링크를 옮기거나 이름을 바꿉니다"
13602
13603#: common-cmds.h:30
13604msgid "Fetch from and integrate with another repository or a local branch"
13605msgstr "다른 저장소 또는 다른 로컬 브랜치에서 가져오거나 통합합니다"
13606
13607#: common-cmds.h:31
13608msgid "Update remote refs along with associated objects"
13609msgstr "원격 레퍼런스 및 그와 관련된 오브젝트를 업데이트합니다"
13610
13611#: common-cmds.h:32
13612msgid "Reapply commits on top of another base tip"
13613msgstr "커밋을 다른 베이스 끝의 최상위에서 적용합니다"
13614
13615#: common-cmds.h:33
13616msgid "Reset current HEAD to the specified state"
13617msgstr "현재 HEAD를 지정한 상태로 재설정화합니다"
13618
13619#: common-cmds.h:34
13620msgid "Remove files from the working tree and from the index"
13621msgstr "파일을 작업 폴더에서 제거하고 인덱스에서도 제거합니다"
13622
13623#: common-cmds.h:35
13624msgid "Show various types of objects"
13625msgstr "여러가지 종류의 오브젝트를 표시합니다"
13626
13627#: common-cmds.h:36
13628msgid "Show the working tree status"
13629msgstr "작업 폴더 상태를 표시합니다"
13630
13631#: common-cmds.h:37
13632msgid "Create, list, delete or verify a tag object signed with GPG"
13633msgstr "태그를 만들거나, 표시하거나, 삭제하거나, GPG 서명을 검증합니다"
13634
13635#: parse-options.h:145
13636msgid "expiry-date"
13637msgstr "만료-시각"
13638
13639#: parse-options.h:160
13640msgid "no-op (backward compatibility)"
13641msgstr "아무 동작도 하지 않음 (호환용)"
13642
13643#: parse-options.h:238
13644msgid "be more verbose"
13645msgstr "더 자세히 표시합니다"
13646
13647#: parse-options.h:240
13648msgid "be more quiet"
13649msgstr "더 간략히 표시합니다"
13650
13651#: parse-options.h:246
13652msgid "use <n> digits to display SHA-1s"
13653msgstr "SHA-1 표시에 <n>개의 숫자를 사용합니다"
13654
13655#: rerere.h:40
13656msgid "update the index with reused conflict resolution if possible"
13657msgstr "가능하면 인덱스를 재사용한 충돌 해결로 업데이트합니다"
13658
13659#: git-bisect.sh:54
13660msgid "You need to start by \"git bisect start\""
13661msgstr "\"git bisect start\" 명령으로 시작해야 합니다"
13662
13663#. TRANSLATORS: Make sure to include [Y] and [n] in your
13664#. translation. The program will only accept English input
13665#. at this point.
13666#: git-bisect.sh:60
13667msgid "Do you want me to do it for you [Y/n]? "
13668msgstr "지금 하시겠습니까 [Y/n]? "
13669
13670#: git-bisect.sh:121
13671#, sh-format
13672msgid "unrecognised option: '$arg'"
13673msgstr "알 수 없는 옵션: '$arg'"
13674
13675#: git-bisect.sh:125
13676#, sh-format
13677msgid "'$arg' does not appear to be a valid revision"
13678msgstr "'$arg'은(는) 올바른 리비전처럼 보이지 않습니다"
13679
13680#: git-bisect.sh:154
13681msgid "Bad HEAD - I need a HEAD"
13682msgstr "잘못된 HEAD - HEAD가 필요합니다"
13683
13684#: git-bisect.sh:167
13685#, sh-format
13686msgid ""
13687"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13688msgstr ""
13689"'$start_head' 받아오기가 실패했습니다. 'git bisect reset <valid-branch>'를 "
13690"해 보십시오."
13691
13692#: git-bisect.sh:177
13693msgid "won't bisect on cg-seek'ed tree"
13694msgstr "cg-seek한 트리에서 bisect를 할 수 없습니다"
13695
13696#: git-bisect.sh:181
13697msgid "Bad HEAD - strange symbolic ref"
13698msgstr "잘못된 HEAD - 심볼릭 레퍼런스가 잘못되었습니다"
13699
13700#: git-bisect.sh:233
13701#, sh-format
13702msgid "Bad bisect_write argument: $state"
13703msgstr "잘못된 bisect_write 인자: $state"
13704
13705#: git-bisect.sh:262
13706#, sh-format
13707msgid "Bad rev input: $arg"
13708msgstr "잘못된 리비전 입력: $arg"
13709
13710#: git-bisect.sh:281
13711#, sh-format
13712msgid "Bad rev input: $bisected_head"
13713msgstr "잘못된 리비전 입력: $bisected_head"
13714
13715#: git-bisect.sh:290
13716#, sh-format
13717msgid "Bad rev input: $rev"
13718msgstr "잘못된 리비전 입력: $rev"
13719
13720#: git-bisect.sh:299
13721#, sh-format
13722msgid "'git bisect $TERM_BAD' can take only one argument."
13723msgstr "'git bisect $TERM_BAD' 명령은 하나의 인자만 쓸 수 있습니다."
13724
13725#: git-bisect.sh:322
13726#, sh-format
13727msgid "Warning: bisecting only with a $TERM_BAD commit."
13728msgstr "경고: 하나의 $TERM_BAD 커밋에 대해서만 이등분."
13729
13730#. TRANSLATORS: Make sure to include [Y] and [n] in your
13731#. translation. The program will only accept English input
13732#. at this point.
13733#: git-bisect.sh:328
13734msgid "Are you sure [Y/n]? "
13735msgstr "확실합니까 [Y/n]? "
13736
13737#: git-bisect.sh:340
13738#, sh-format
13739msgid ""
13740"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13741"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13742msgstr ""
13743"최소한 하나의 $bad_syn 및 하나의 $good_syn 리비전을 넘겨야 합니다.\n"
13744"(\"git bisect $bad_syn\" 및 \"git bisect $good_syn\" 명령을 실행하면 됩니다.)"
13745
13746#: git-bisect.sh:343
13747#, sh-format
13748msgid ""
13749"You need to start by \"git bisect start\".\n"
13750"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13751"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13752msgstr ""
13753"\"git bisect start\"를 실행해야 합니다.\n"
13754"그 다음 최소한 하나의 $good_syn 및 하나의 $bad_syn 리비전을 넘겨야 합니다\n"
13755"(\"git bisect $bad_syn\" 및 \"git bisect $good_syn\" 명령을 실행하면 됩니다.)"
13756
13757#: git-bisect.sh:414 git-bisect.sh:546
13758msgid "We are not bisecting."
13759msgstr "이등분하는 중입니다."
13760
13761#: git-bisect.sh:421
13762#, sh-format
13763msgid "'$invalid' is not a valid commit"
13764msgstr "'$invalid'은(는) 올바른 커밋이 아닙니다"
13765
13766#: git-bisect.sh:430
13767#, sh-format
13768msgid ""
13769"Could not check out original HEAD '$branch'.\n"
13770"Try 'git bisect reset <commit>'."
13771msgstr ""
13772"본래의 HEAD '$branch'을(를) 체크아웃할 수 없습니다.\n"
13773"'git bisect reset <커밋>'을 해 보십시오"
13774
13775#: git-bisect.sh:458
13776msgid "No logfile given"
13777msgstr "로그 파일이 주어지지 않았습니다"
13778
13779#: git-bisect.sh:459
13780#, sh-format
13781msgid "cannot read $file for replaying"
13782msgstr "다시 재생할 $file 파일을 읽을 수 없습니다"
13783
13784#: git-bisect.sh:480
13785msgid "?? what are you talking about?"
13786msgstr "?? 무슨 소리인지 모르겠습니다?"
13787
13788#: git-bisect.sh:492
13789#, sh-format
13790msgid "running $command"
13791msgstr "실행: $command"
13792
13793#: git-bisect.sh:499
13794#, sh-format
13795msgid ""
13796"bisect run failed:\n"
13797"exit code $res from '$command' is < 0 or >= 128"
13798msgstr ""
13799"이등분 실행이 실패했습니다:\n"
13800"'$command' 명령에서 상태 코드 '$res'이(가) 0보다 작거나 128보다 큽니다"
13801
13802#: git-bisect.sh:525
13803msgid "bisect run cannot continue any more"
13804msgstr "이등분 실행을 계속 할 수 없습니다"
13805
13806#: git-bisect.sh:531
13807#, sh-format
13808msgid ""
13809"bisect run failed:\n"
13810"'bisect_state $state' exited with error code $res"
13811msgstr ""
13812"이등분 실행이 실패했습니다:\n"
13813"'bisect_state $state' 명령에서 상태 코드가 '$res'입니다"
13814
13815#: git-bisect.sh:538
13816msgid "bisect run success"
13817msgstr "이등분 실행 성공"
13818
13819#: git-bisect.sh:565
13820msgid "please use two different terms"
13821msgstr "두 다른 용어를 사용하십시오"
13822
13823#: git-bisect.sh:575
13824#, sh-format
13825msgid "'$term' is not a valid term"
13826msgstr "'$term'이(가) 올바른 용어가 아닙니다"
13827
13828#: git-bisect.sh:578
13829#, sh-format
13830msgid "can't use the builtin command '$term' as a term"
13831msgstr "내부 명령어 '$term'을(를) 용어로 사용할 수 없습니다"
13832
13833#: git-bisect.sh:587 git-bisect.sh:593
13834#, sh-format
13835msgid "can't change the meaning of term '$term'"
13836msgstr "용어 '$term'의 의미를 바꿀 수 없습니다"
13837
13838#: git-bisect.sh:606
13839#, sh-format
13840msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13841msgstr "잘못된 명령어: 현재 $TERM_BAD/$TERM_GOOD 이등분 중입니다."
13842
13843#: git-bisect.sh:636
13844msgid "no terms defined"
13845msgstr "용어를 정의하지 않았습니다"
13846
13847#: git-bisect.sh:653
13848#, sh-format
13849msgid ""
13850"invalid argument $arg for 'git bisect terms'.\n"
13851"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13852msgstr ""
13853"'git bisect terms'에 대해 잘못된 인자 '$arg'.\n"
13854"지원하는 옵션은: --term-good|--term-old 및 --term-bad|--term-new."
13855
13856#: git-merge-octopus.sh:46
13857msgid ""
13858"Error: Your local changes to the following files would be overwritten by "
13859"merge"
13860msgstr "오류: 다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
13861
13862#: git-merge-octopus.sh:61
13863msgid "Automated merge did not work."
13864msgstr "자동 병합이 동작하지 않았습니다."
13865
13866#: git-merge-octopus.sh:62
13867msgid "Should not be doing an octopus."
13868msgstr "옥토퍼스 전략 병합을 할 수 없습니다."
13869
13870#: git-merge-octopus.sh:73
13871#, sh-format
13872msgid "Unable to find common commit with $pretty_name"
13873msgstr "$pretty_name(으)로 공통 커밋을 찾을 수 없습니다"
13874
13875#: git-merge-octopus.sh:77
13876#, sh-format
13877msgid "Already up-to-date with $pretty_name"
13878msgstr "이미 $pretty_name에 업데이트 상태입니다"
13879
13880#: git-merge-octopus.sh:89
13881#, sh-format
13882msgid "Fast-forwarding to: $pretty_name"
13883msgstr "다음으로 정방향 진행: $pretty_name"
13884
13885#: git-merge-octopus.sh:97
13886#, sh-format
13887msgid "Trying simple merge with $pretty_name"
13888msgstr "$pretty_name에 간단한 병합 시도합니다"
13889
13890#: git-merge-octopus.sh:102
13891msgid "Simple merge did not work, trying automatic merge."
13892msgstr "간단한 병합이 동작하지 않습니다. 자동 병합을 시도합니다."
13893
13894#: git-rebase.sh:57
13895msgid ""
13896"When you have resolved this problem, run \"git rebase --continue\".\n"
13897"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13898"To check out the original branch and stop rebasing, run \"git rebase --abort"
13899"\"."
13900msgstr ""
13901"이 문제를 해결하면, \"\"git rebase --continue\"를 실행하십시오.\n"
13902"이 패치를 건너뛰려면, 대신에 \"git rebase --skip\"을 실행하십시오.\n"
13903"원래 브랜치를 체크아웃하고 리베이스를 중지하려면, \"git rebase --abort\"를 실"
13904"행하십시오."
13905
13906#: git-rebase.sh:157 git-rebase.sh:396
13907#, sh-format
13908msgid "Could not move back to $head_name"
13909msgstr "'$head_name' 위치로 돌아갈 수 없습니다"
13910
13911#: git-rebase.sh:171
13912#, sh-format
13913msgid "Cannot store $stash_sha1"
13914msgstr "\"$stash_sha1\"을(를) 저장할 수 없습니다"
13915
13916#: git-rebase.sh:211
13917msgid "The pre-rebase hook refused to rebase."
13918msgstr "리베이스 전 후크에서 리베이스를 거부했습니다."
13919
13920#: git-rebase.sh:216
13921msgid "It looks like git-am is in progress. Cannot rebase."
13922msgstr "git-am이 진행 중인 것처럼 보입니다. 리베이스할 수 없습니다."
13923
13924#: git-rebase.sh:357
13925msgid "No rebase in progress?"
13926msgstr "리베이스가 진행 중이지 않습니다"
13927
13928#: git-rebase.sh:368
13929msgid "The --edit-todo action can only be used during interactive rebase."
13930msgstr "--edit-todo 동작은 대화형 리베이스에서만 사용할 수 있습니다."
13931
13932#: git-rebase.sh:375
13933msgid "Cannot read HEAD"
13934msgstr "HEAD를 읽을 수 없습니다"
13935
13936#: git-rebase.sh:378
13937msgid ""
13938"You must edit all merge conflicts and then\n"
13939"mark them as resolved using git add"
13940msgstr ""
13941"모든 병합 충돌을 편집하고 git add\n"
13942"명령으로 해결되었다고 표시해야 합니다"
13943
13944#: git-rebase.sh:418
13945#, sh-format
13946msgid ""
13947"It seems that there is already a $state_dir_base directory, and\n"
13948"I wonder if you are in the middle of another rebase.  If that is the\n"
13949"case, please try\n"
13950"\t$cmd_live_rebase\n"
13951"If that is not the case, please\n"
13952"\t$cmd_clear_stale_rebase\n"
13953"and run me again.  I am stopping in case you still have something\n"
13954"valuable there."
13955msgstr ""
13956"이미 '$state_dir_base' 디렉터리가 있는 것으로 보아, 이미\n"
13957"또 다른 리베이스 중에 있는 것 같습니다. 그러한 경우에는\n"
13958"다음을 시도해 보십시오:\n"
13959"\t$cmd_live_rebase\n"
13960"리베이스 중이 아니라면 다음을 시도하고,\n"
13961"\t$cmd_clear_stale_rebase\n"
13962"이 명령을 다시 실행하십시오. 중요한 사항이 남아 있을 경우를\n"
13963"대비해 여기서 멈춥니다."
13964
13965#: git-rebase.sh:469
13966#, sh-format
13967msgid "invalid upstream $upstream_name"
13968msgstr "잘못된 업스트림 $upstream_name"
13969
13970#: git-rebase.sh:493
13971#, sh-format
13972msgid "$onto_name: there are more than one merge bases"
13973msgstr "$onto_name: 여러 개의 병합 베이스가 있습니다"
13974
13975#: git-rebase.sh:496 git-rebase.sh:500
13976#, sh-format
13977msgid "$onto_name: there is no merge base"
13978msgstr "$onto_name: 병합 베이스가 없습니다"
13979
13980#: git-rebase.sh:505
13981#, sh-format
13982msgid "Does not point to a valid commit: $onto_name"
13983msgstr "올바른 커밋을 가리키지 않습니다: $onto_name"
13984
13985#: git-rebase.sh:528
13986#, sh-format
13987msgid "fatal: no such branch: $branch_name"
13988msgstr "치명적 이상: 그런 브랜치가 없습니다: $branch_name"
13989
13990#: git-rebase.sh:561
13991msgid "Cannot autostash"
13992msgstr "자동 스태시를 할 수 없습니다"
13993
13994#: git-rebase.sh:566
13995#, sh-format
13996msgid "Created autostash: $stash_abbrev"
13997msgstr "자동 스태시를 만들었습니다: $stash_abbrev"
13998
13999#: git-rebase.sh:570
14000msgid "Please commit or stash them."
14001msgstr "커밋하거나 스태시에 넣으십시오."
14002
14003#: git-rebase.sh:590
14004#, sh-format
14005msgid "Current branch $branch_name is up to date."
14006msgstr "현재 브랜치가 ($branch_name) 최신 상태입니다."
14007
14008#: git-rebase.sh:594
14009#, sh-format
14010msgid "Current branch $branch_name is up to date, rebase forced."
14011msgstr "현재 브랜치가 ($branch_name) 최신 상태입니다. 강제 리베이스합니다."
14012
14013#: git-rebase.sh:605
14014#, sh-format
14015msgid "Changes from $mb to $onto:"
14016msgstr "변경 사항 '$mb'에서 '$onto'(으)로:"
14017
14018#: git-rebase.sh:614
14019msgid "First, rewinding head to replay your work on top of it..."
14020msgstr "작업 사항을 다시 넣기 위해 먼저 헤드를 뒤로 돌립니다..."
14021
14022#: git-rebase.sh:624
14023#, sh-format
14024msgid "Fast-forwarded $branch_name to $onto_name."
14025msgstr "$branch_name 브랜치를 $onto_name 위치로 정방향 진행합니다."
14026
14027#: git-stash.sh:50
14028msgid "git stash clear with parameters is unimplemented"
14029msgstr "git stash clear 명령을 파라미터와 같이 쓰기는 구현되지 않았습니다"
14030
14031#: git-stash.sh:73
14032msgid "You do not have the initial commit yet"
14033msgstr "아직 최초 커밋이 없습니다"
14034
14035#: git-stash.sh:88
14036msgid "Cannot save the current index state"
14037msgstr "현재 인덱스 상태를 저장할 수 없습니다"
14038
14039#: git-stash.sh:103
14040msgid "Cannot save the untracked files"
14041msgstr "추적하지 않는 파일을 저장할 수 없습니다"
14042
14043#: git-stash.sh:123 git-stash.sh:136
14044msgid "Cannot save the current worktree state"
14045msgstr "현재 작업 폴더 상태를 저장할 수 없습니다"
14046
14047#: git-stash.sh:140
14048msgid "No changes selected"
14049msgstr "변경 사항을 선택하지 않았습니다"
14050
14051#: git-stash.sh:143
14052msgid "Cannot remove temporary index (can't happen)"
14053msgstr "임시 인덱스를 제거할 수 없습니다 (일어날 수 없는 상황)"
14054
14055#: git-stash.sh:156
14056msgid "Cannot record working tree state"
14057msgstr "작업 폴더 상태를 기록할 수 없습니다"
14058
14059#: git-stash.sh:188
14060#, sh-format
14061msgid "Cannot update $ref_stash with $w_commit"
14062msgstr "$ref_stash을(를) $w_commit(으)로 업데이트할 수 없습니다"
14063
14064#. TRANSLATORS: $option is an invalid option, like
14065#. `--blah-blah'. The 7 spaces at the beginning of the
14066#. second line correspond to "error: ". So you should line
14067#. up the second line with however many characters the
14068#. translation of "error: " takes in your language. E.g. in
14069#. English this is:
14070#.
14071#. $ git stash save --blah-blah 2>&1 | head -n 2
14072#. error: unknown option for 'stash save': --blah-blah
14073#. To provide a message, use git stash save -- '--blah-blah'
14074#: git-stash.sh:238
14075#, sh-format
14076msgid ""
14077"error: unknown option for 'stash save': $option\n"
14078"       To provide a message, use git stash save -- '$option'"
14079msgstr ""
14080"오류: 'stash save'에 대해 알 수 없는 옵션: $option\n"
14081"       메시지를 넘기려면, 다음과 같이 쓰십시오: git stash save -- '$option'"
14082
14083#: git-stash.sh:251
14084msgid "Can't use --patch and --include-untracked or --all at the same time"
14085msgstr ""
14086"--patch 옵션과 --include-untracked 또는 --all 옵션을 동시에 쓸 수 없습니다"
14087
14088#: git-stash.sh:259
14089msgid "No local changes to save"
14090msgstr "저장할 로컬 변경 사항이 없습니다"
14091
14092#: git-stash.sh:263
14093msgid "Cannot initialize stash"
14094msgstr "스태시를 초기화할 수 없습니다"
14095
14096#: git-stash.sh:267
14097msgid "Cannot save the current status"
14098msgstr "현재 상태를 저장할 수 없습니다"
14099
14100#: git-stash.sh:268
14101#, sh-format
14102msgid "Saved working directory and index state $stash_msg"
14103msgstr "작업 폴더와 $stash_msg 인덱스 상태를 저장했습니다"
14104
14105#: git-stash.sh:285
14106msgid "Cannot remove worktree changes"
14107msgstr "작업폴더 변경 사항을 제거할 수 없습니다"
14108
14109#: git-stash.sh:403
14110#, sh-format
14111msgid "unknown option: $opt"
14112msgstr "알 수 없는 옵션: $opt"
14113
14114#: git-stash.sh:416
14115msgid "No stash found."
14116msgstr "스태시가 없습니다."
14117
14118#: git-stash.sh:423
14119#, sh-format
14120msgid "Too many revisions specified: $REV"
14121msgstr "너무 많은 리비전을 지정했습니다: $REV"
14122
14123#: git-stash.sh:438
14124#, sh-format
14125msgid "$reference is not a valid reference"
14126msgstr "$reference은(는) 올바른 레퍼런스가 아닙니다"
14127
14128#: git-stash.sh:466
14129#, sh-format
14130msgid "'$args' is not a stash-like commit"
14131msgstr "'$args'은(는) 스태시 커밋이 아닙니다"
14132
14133#: git-stash.sh:477
14134#, sh-format
14135msgid "'$args' is not a stash reference"
14136msgstr "'$args'은(는) 스태시 레퍼런스가 아닙니다"
14137
14138#: git-stash.sh:485
14139msgid "unable to refresh index"
14140msgstr "인덱스를 새로 고칠 수 없습니다"
14141
14142#: git-stash.sh:489
14143msgid "Cannot apply a stash in the middle of a merge"
14144msgstr "병합 도중에 스태시를 적용할 수 없습니다"
14145
14146#: git-stash.sh:497
14147msgid "Conflicts in index. Try without --index."
14148msgstr "인덱스에 충돌. --index 없이 시도해 보십시오."
14149
14150#: git-stash.sh:499
14151msgid "Could not save index tree"
14152msgstr "인덱스 트리를 저장할 수 없습니다"
14153
14154#: git-stash.sh:508
14155msgid "Could not restore untracked files from stash"
14156msgstr "스태시에서 추적하지 않는 파일을 복구할 수 없습니다"
14157
14158#: git-stash.sh:533
14159msgid "Cannot unstage modified files"
14160msgstr "수정한 파일을 스테이지에서 뺄 수 없습니다"
14161
14162#: git-stash.sh:548
14163msgid "Index was not unstashed."
14164msgstr "인덱스가 스태시에서 빠졌습니다."
14165
14166#: git-stash.sh:562
14167msgid "The stash is kept in case you need it again."
14168msgstr "다시 필요할 때를 대비해 스태시를 보관합니다."
14169
14170#: git-stash.sh:571
14171#, sh-format
14172msgid "Dropped ${REV} ($s)"
14173msgstr "${REV} 지움 ($s)"
14174
14175#: git-stash.sh:572
14176#, sh-format
14177msgid "${REV}: Could not drop stash entry"
14178msgstr "${REV}: 스태시 항목을 지울 수 없습니다"
14179
14180#: git-stash.sh:580
14181msgid "No branch name specified"
14182msgstr "브랜치 이름을 지정하지 않았습니다"
14183
14184#: git-stash.sh:652
14185msgid "(To restore them type \"git stash apply\")"
14186msgstr "(복구하려면 \"git stash apply\"를 실행하십시오)"
14187
14188#: git-submodule.sh:181
14189msgid "Relative path can only be used from the toplevel of the working tree"
14190msgstr "상대 경로는 작업 폴더의 최상위에서만 쓸 수 있습니다"
14191
14192#: git-submodule.sh:191
14193#, sh-format
14194msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14195msgstr "저장소 URL: '$repo' 값은 절대 경로거나 ./ 또는 ../로 시작해야 합니다."
14196
14197#: git-submodule.sh:210
14198#, sh-format
14199msgid "'$sm_path' already exists in the index"
14200msgstr "'$sm_path'은(는) 이미 인덱스에 있습니다"
14201
14202#: git-submodule.sh:213
14203#, sh-format
14204msgid "'$sm_path' already exists in the index and is not a submodule"
14205msgstr "'$sm_path'은(는) 이미 인덱스에 있고 하위 모듈이 아닙니다"
14206
14207#: git-submodule.sh:218
14208#, sh-format
14209msgid ""
14210"The following path is ignored by one of your .gitignore files:\n"
14211"$sm_path\n"
14212"Use -f if you really want to add it."
14213msgstr ""
14214"다음 경로는 .gitignore 파일에서 무시합니다:\n"
14215"$sm_path\n"
14216"정말로 추가하려면 -f 옵션을 사용하십시오."
14217
14218#: git-submodule.sh:236
14219#, sh-format
14220msgid "Adding existing repo at '$sm_path' to the index"
14221msgstr "'$sm_path'의 기존 저장소를 인덱스에 추가합니다"
14222
14223#: git-submodule.sh:238
14224#, sh-format
14225msgid "'$sm_path' already exists and is not a valid git repo"
14226msgstr "'$sm_path'이(가) 이미 있고 올바른 git 저장소가 아닙니다"
14227
14228#: git-submodule.sh:246
14229#, sh-format
14230msgid "A git directory for '$sm_name' is found locally with remote(s):"
14231msgstr "'$sm_name'에 대한 깃 디렉터리가 로컬에서 리모트가 있는 채로 있습니다:"
14232
14233#: git-submodule.sh:248
14234#, sh-format
14235msgid ""
14236"If you want to reuse this local git directory instead of cloning again from\n"
14237"  $realrepo\n"
14238"use the '--force' option. If the local git directory is not the correct "
14239"repo\n"
14240"or you are unsure what this means choose another name with the '--name' "
14241"option."
14242msgstr ""
14243"이 로컬 깃 디렉터리를 다음 저장소에서 다시 복제하는 대신 다시 사용하려면,\n"
14244"  $realrepo\n"
14245"'--force' 옵션을 사용하십시오. 로컬 깃 디렉터리가 올바른 저장소가 아니거나\n"
14246"무슨 의미인지 잘 모르겠으면 '--name' 옵션으로 다른 이름을 선택하십시오."
14247
14248#: git-submodule.sh:254
14249#, sh-format
14250msgid "Reactivating local git directory for submodule '$sm_name'."
14251msgstr "로컬 깃 디렉터리를 '$sm_name' 하위모듈로 다시 활성화합니다."
14252
14253#: git-submodule.sh:266
14254#, sh-format
14255msgid "Unable to checkout submodule '$sm_path'"
14256msgstr "'$sm_path' 하위 모듈을 체크아웃할 수 없습니다"
14257
14258#: git-submodule.sh:271
14259#, sh-format
14260msgid "Failed to add submodule '$sm_path'"
14261msgstr "'$sm_path' 하위 모듈을 추가하는데 실패했습니다"
14262
14263#: git-submodule.sh:280
14264#, sh-format
14265msgid "Failed to register submodule '$sm_path'"
14266msgstr "'$sm_path' 하위 모듈을 등록하는데 실패했습니다"
14267
14268#: git-submodule.sh:327
14269#, sh-format
14270msgid "Entering '$displaypath'"
14271msgstr "'$displaypath' 들어감"
14272
14273#: git-submodule.sh:347
14274#, sh-format
14275msgid "Stopping at '$displaypath'; script returned non-zero status."
14276msgstr "'$displaypath'에서 멈춤. 스크립트가 0이 아닌 상태를 리턴함."
14277
14278#: git-submodule.sh:418
14279#, sh-format
14280msgid "pathspec and --all are incompatible"
14281msgstr "경로명세 및 --all 옵션은 호환되지 않습니다"
14282
14283#: git-submodule.sh:423
14284#, sh-format
14285msgid "Use '--all' if you really want to deinitialize all submodules"
14286msgstr "정말로 모든 하위 모듈 초기화를 해제하려면 '--all'을 사용하십시오"
14287
14288#: git-submodule.sh:443
14289#, sh-format
14290msgid ""
14291"Submodule work tree '$displaypath' contains a .git directory\n"
14292"(use 'rm -rf' if you really want to remove it including all of its history)"
14293msgstr ""
14294"하위 모듈 작업 폴더 '$displaypath'에 .git 디렉터리가 들어 있습니다\n"
14295"(정말로 그 커밋 내역까지 포함해 제거하려면 'rm -rf'를 사용하십시오)"
14296
14297#: git-submodule.sh:451
14298#, sh-format
14299msgid ""
14300"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14301"discard them"
14302msgstr ""
14303"하위 모듈 작업 폴더에 ('$displaypath') 로컬 수정 사항이 있습니다. 버리려면 '-"
14304"f'를 사용하십시오"
14305
14306#: git-submodule.sh:454
14307#, sh-format
14308msgid "Cleared directory '$displaypath'"
14309msgstr "'$displaypath' 디렉터리를 지웁니다"
14310
14311#: git-submodule.sh:455
14312#, sh-format
14313msgid "Could not remove submodule work tree '$displaypath'"
14314msgstr "하위 모듈 디렉터리를 ('$displaypath') 제거할 수 없습니다"
14315
14316#: git-submodule.sh:458
14317#, sh-format
14318msgid "Could not create empty submodule directory '$displaypath'"
14319msgstr "빈 하위 모듈 디렉터리를 ('$displaypath') 만들 수 없습니다"
14320
14321#: git-submodule.sh:467
14322#, sh-format
14323msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14324msgstr ""
14325"'$name' 하위 모듈이 ($url) '$displaypath' 경로에 대해 등록되지 않았습니다"
14326
14327#: git-submodule.sh:623
14328#, sh-format
14329msgid "Unable to find current revision in submodule path '$displaypath'"
14330msgstr "하위 모듈 경로에서 ('$displaypath') 현재 리비전을 찾을 수 없습니다"
14331
14332#: git-submodule.sh:633
14333#, sh-format
14334msgid "Unable to fetch in submodule path '$sm_path'"
14335msgstr "하위 모듈 경로 '$sm_path'에서 가져올 수 없습니다"
14336
14337#: git-submodule.sh:638
14338#, sh-format
14339msgid ""
14340"Unable to find current ${remote_name}/${branch} revision in submodule path "
14341"'$sm_path'"
14342msgstr ""
14343"하위 모듈 경로 '$sm_path'에서 현재 ${remote_name}/${branch} 리비전을 찾을 수 "
14344"없습니다"
14345
14346#: git-submodule.sh:656
14347#, sh-format
14348msgid "Unable to fetch in submodule path '$displaypath'"
14349msgstr "하위 모듈 경로 '$displaypath'에서 가져올 수 없습니다"
14350
14351#: git-submodule.sh:662
14352#, sh-format
14353msgid ""
14354"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14355"Direct fetching of that commit failed."
14356msgstr ""
14357"'$displaypath' 하위 모듈 경로에서 가져왔지만, $sha1 커밋이 들어있지 않습니"
14358"다. 이 커밋을 직접 가져오는데 실패했습니다."
14359
14360#: git-submodule.sh:669
14361#, sh-format
14362msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14363msgstr "하위 모듈 경로 '$displaypath'에서 '$sha1'을(를) 체크아웃할 수 없습니다"
14364
14365#: git-submodule.sh:670
14366#, sh-format
14367msgid "Submodule path '$displaypath': checked out '$sha1'"
14368msgstr "하위 모듈 경로 '$displaypath': '$sha1' 체크아웃"
14369
14370#: git-submodule.sh:674
14371#, sh-format
14372msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14373msgstr "하위 모듈 경로 '$displaypath'에서 '$sha1'을(를) 리베이스할 수 없습니다"
14374
14375#: git-submodule.sh:675
14376#, sh-format
14377msgid "Submodule path '$displaypath': rebased into '$sha1'"
14378msgstr "하위 모듈 경로 '$displaypath': '$sha1'(으)로 리베이스"
14379
14380#: git-submodule.sh:680
14381#, sh-format
14382msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14383msgstr "하위 모듈 경로 '$displaypath'에서 '$sha1' 병합할 수 없습니다"
14384
14385#: git-submodule.sh:681
14386#, sh-format
14387msgid "Submodule path '$displaypath': merged in '$sha1'"
14388msgstr "하위 모듈 경로 '$displaypath': '$sha1'에서 병합"
14389
14390#: git-submodule.sh:686
14391#, sh-format
14392msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14393msgstr "'$command $sha1' 실행이 하위 모듈 경로 '$displaypath'에서 실패했습니다"
14394
14395#: git-submodule.sh:687
14396#, sh-format
14397msgid "Submodule path '$displaypath': '$command $sha1'"
14398msgstr "하위 모듈 경로 '$displaypath': '$command $sha1'"
14399
14400#: git-submodule.sh:718
14401#, sh-format
14402msgid "Failed to recurse into submodule path '$displaypath'"
14403msgstr "재귀적으로 하위 모듈 경로 '$displaypath'에 들어가는데 실패했습니다"
14404
14405#: git-submodule.sh:826
14406msgid "The --cached option cannot be used with the --files option"
14407msgstr "--cached 옵션은 --files 옵션과 같이 쓸 수 없습니다"
14408
14409#: git-submodule.sh:878
14410#, sh-format
14411msgid "unexpected mode $mod_dst"
14412msgstr "예상치 못한 모드 $mod_dst"
14413
14414#: git-submodule.sh:898
14415#, sh-format
14416msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14417msgstr "  경고: '$display_name'에 '$sha1_src' 커밋이 들어있지 않습니다"
14418
14419#: git-submodule.sh:901
14420#, sh-format
14421msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14422msgstr "  경고: '$display_name'에 '$sha1_dst' 커밋이 들어있지 않습니다"
14423
14424#: git-submodule.sh:904
14425#, sh-format
14426msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14427msgstr ""
14428"  경고: '$display_name'에 '$sha1_src' 및 '$sha1_dst' 커밋이 들어있지 않습니다"
14429
14430#: git-submodule.sh:1051
14431#, sh-format
14432msgid "Failed to recurse into submodule path '$sm_path'"
14433msgstr "재귀적으로 하위 모듈 경로 '$sm_path'에 들어가는데 실패했습니다"
14434
14435#: git-submodule.sh:1118
14436#, sh-format
14437msgid "Synchronizing submodule url for '$displaypath'"
14438msgstr "하위 모듈 URL을 '$displaypath'에 대해 동기화"
14439
14440#: git-parse-remote.sh:89
14441#, sh-format
14442msgid "See git-${cmd}(1) for details."
14443msgstr "자세한 정보는 git-${cmd}(1) 페이지를 참고하십시오."
14444
14445#: git-rebase--interactive.sh:140
14446#, sh-format
14447msgid "Rebasing ($new_count/$total)"
14448msgstr "리베이스중 ($new_count/$total)"
14449
14450#: git-rebase--interactive.sh:156
14451msgid ""
14452"\n"
14453"Commands:\n"
14454" p, pick = use commit\n"
14455" r, reword = use commit, but edit the commit message\n"
14456" e, edit = use commit, but stop for amending\n"
14457" s, squash = use commit, but meld into previous commit\n"
14458" f, fixup = like \"squash\", but discard this commit's log message\n"
14459" x, exec = run command (the rest of the line) using shell\n"
14460" d, drop = remove commit\n"
14461"\n"
14462"These lines can be re-ordered; they are executed from top to bottom.\n"
14463msgstr ""
14464"\n"
14465"명령어:\n"
14466" p, pick = 커밋 사용\n"
14467" r, reword = 커밋 사용하지만, 커밋 메시지 편집\n"
14468" e, edit = 커밋 사용하지만, 커밋 수정(amend)을 위해 중단\n"
14469" s, squash = 커밋 사용하지만, 이전 커밋과 합치기\n"
14470" f, fixup = \"squash\"와 같지만, 이 커밋의 로그 메시지를 버림\n"
14471" x, exec = 셸을 사용해 명령 실행 (뒤에 명령 지정)\n"
14472" d, drop = 커밋 제거\n"
14473"\n"
14474"이 줄은 순서를 바꿀 수 있습니다. 위에서 아래 순서로 실행합니다.\n"
14475
14476#: git-rebase--interactive.sh:171
14477msgid ""
14478"\n"
14479"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14480msgstr ""
14481"\n"
14482"줄을 제거하지 않습니다. 커밋을 제거하려면 명시적으로 'drop'을 사용하십시오.\n"
14483
14484#: git-rebase--interactive.sh:175
14485msgid ""
14486"\n"
14487"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14488msgstr ""
14489"\n"
14490"여기 줄을 제거하면 해당 커밋을 잃어버립니다!\n"
14491
14492#: git-rebase--interactive.sh:211
14493#, sh-format
14494msgid ""
14495"You can amend the commit now, with\n"
14496"\n"
14497"\tgit commit --amend $gpg_sign_opt_quoted\n"
14498"\n"
14499"Once you are satisfied with your changes, run\n"
14500"\n"
14501"\tgit rebase --continue"
14502msgstr ""
14503"지금 다음 명령으로 커밋을 수정할 수 있습니다:\n"
14504"\n"
14505"\tgit commit --amend $gpg_sign_opt_quoted\n"
14506"\n"
14507"변경 사항에 만족하면, 다음을 실행하십시오:\n"
14508"\n"
14509"\tgit rebase --continue"
14510
14511#: git-rebase--interactive.sh:236
14512#, sh-format
14513msgid "$sha1: not a commit that can be picked"
14514msgstr "$sha1: 빼오기가 가능한 커밋이 아닙니다"
14515
14516#: git-rebase--interactive.sh:275
14517#, sh-format
14518msgid "Invalid commit name: $sha1"
14519msgstr "잘못된 커밋 이름: $sha1"
14520
14521#: git-rebase--interactive.sh:317
14522msgid "Cannot write current commit's replacement sha1"
14523msgstr "현재 커밋의 대체 sha1을 쓸 수 없습니다"
14524
14525#: git-rebase--interactive.sh:369
14526#, sh-format
14527msgid "Fast-forward to $sha1"
14528msgstr "정방향 진행, $sha1 위치로"
14529
14530#: git-rebase--interactive.sh:371
14531#, sh-format
14532msgid "Cannot fast-forward to $sha1"
14533msgstr "$sha1 위치로 정방향 진행할 수 없습니다"
14534
14535#: git-rebase--interactive.sh:380
14536#, sh-format
14537msgid "Cannot move HEAD to $first_parent"
14538msgstr "HEAD를 $first_parent 위치로 옮길 수 없습니다"
14539
14540#: git-rebase--interactive.sh:385
14541#, sh-format
14542msgid "Refusing to squash a merge: $sha1"
14543msgstr "병합 squash 거부: $sha1"
14544
14545#: git-rebase--interactive.sh:399
14546#, sh-format
14547msgid "Error redoing merge $sha1"
14548msgstr "$sha1 병합을 다시 하는데 오류"
14549
14550#: git-rebase--interactive.sh:407
14551#, sh-format
14552msgid "Could not pick $sha1"
14553msgstr "$sha1을 빼오기 할 수 없습니다"
14554
14555#: git-rebase--interactive.sh:416
14556#, sh-format
14557msgid "This is the commit message #${n}:"
14558msgstr "커밋 메시지 #${n}번입니다:"
14559
14560#: git-rebase--interactive.sh:421
14561#, sh-format
14562msgid "The commit message #${n} will be skipped:"
14563msgstr "#${n}번째 커밋 메시지를 건너뜁니다:"
14564
14565#: git-rebase--interactive.sh:432
14566#, sh-format
14567msgid "This is a combination of $count commit."
14568msgid_plural "This is a combination of $count commits."
14569msgstr[0] "커밋 $count개가 섞인 결과입니다."
14570
14571#: git-rebase--interactive.sh:441
14572#, sh-format
14573msgid "Cannot write $fixup_msg"
14574msgstr "$fixup_msg를 쓸 수 없습니다"
14575
14576#: git-rebase--interactive.sh:444
14577msgid "This is a combination of 2 commits."
14578msgstr "커밋 2개가 섞인 결과입니다."
14579
14580#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14581#: git-rebase--interactive.sh:531
14582#, sh-format
14583msgid "Could not apply $sha1... $rest"
14584msgstr "다음을 적용할(apply) 수 없습니다: $sha1... $rest"
14585
14586#: git-rebase--interactive.sh:559
14587#, sh-format
14588msgid ""
14589"Could not amend commit after successfully picking $sha1... $rest\n"
14590"This is most likely due to an empty commit message, or the pre-commit hook\n"
14591"failed. If the pre-commit hook failed, you may need to resolve the issue "
14592"before\n"
14593"you are able to reword the commit."
14594msgstr ""
14595"성공적으로 $sha1... $rest 커밋을 빼온 뒤에 커밋을 수정할 수 없습니다.\n"
14596"대부분의 경우 빈 커밋 메시지 때문이거나, 또는 커밋 전 후크가 실패했기\n"
14597"때문입니다. 커밋 메시지를 수정하기 전에 이 문제를 먼저 해결해야 합니다."
14598
14599#: git-rebase--interactive.sh:574
14600#, sh-format
14601msgid "Stopped at $sha1_abbrev... $rest"
14602msgstr "다음에서 멈춥니다: $sha1_abbrev... $rest"
14603
14604#: git-rebase--interactive.sh:589
14605#, sh-format
14606msgid "Cannot '$squash_style' without a previous commit"
14607msgstr "이전 커밋 없이 '$squash_style' 수행할 수 없습니다"
14608
14609#: git-rebase--interactive.sh:631
14610#, sh-format
14611msgid "Executing: $rest"
14612msgstr "실행 중: $rest"
14613
14614#: git-rebase--interactive.sh:639
14615#, sh-format
14616msgid "Execution failed: $rest"
14617msgstr "실행 실패: $rest"
14618
14619#: git-rebase--interactive.sh:641
14620msgid "and made changes to the index and/or the working tree"
14621msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다"
14622
14623#: git-rebase--interactive.sh:643
14624msgid ""
14625"You can fix the problem, and then run\n"
14626"\n"
14627"\tgit rebase --continue"
14628msgstr ""
14629"문제를 바로잡고, 다음을 실행하십시오\n"
14630"\n"
14631"\tgit rebase --continue"
14632
14633#. TRANSLATORS: after these lines is a command to be issued by the user
14634#: git-rebase--interactive.sh:656
14635#, sh-format
14636msgid ""
14637"Execution succeeded: $rest\n"
14638"but left changes to the index and/or the working tree\n"
14639"Commit or stash your changes, and then run\n"
14640"\n"
14641"\tgit rebase --continue"
14642msgstr ""
14643"실행 성공: $rest\n"
14644"하지만 변경 사항을 인덱스 및/또는 작업 폴더에 남겨둡니다.\n"
14645"변경 사항을 커밋하거나 스태시에 넣으려면, 다음을 실행하십시오:\n"
14646"\n"
14647"\tgit rebase --continue"
14648
14649#: git-rebase--interactive.sh:667
14650#, sh-format
14651msgid "Unknown command: $command $sha1 $rest"
14652msgstr "알 수 없는 명령: $command $sha1 $rest"
14653
14654#: git-rebase--interactive.sh:668
14655msgid "Please fix this using 'git rebase --edit-todo'."
14656msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
14657
14658#: git-rebase--interactive.sh:703
14659#, sh-format
14660msgid "Successfully rebased and updated $head_name."
14661msgstr "성공적으로 리베이스했고 $head_name 업데이트했습니다."
14662
14663#: git-rebase--interactive.sh:750
14664msgid "Could not skip unnecessary pick commands"
14665msgstr "불필요한 빼오기 명령을 건너뛸 수 없습니다"
14666
14667#: git-rebase--interactive.sh:908
14668#, sh-format
14669msgid ""
14670"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14671" - $line"
14672msgstr ""
14673"경고: 다음 줄에서 해당 SHA-1이 없거나 커밋이 아닙니다:\n"
14674" - $line"
14675
14676#: git-rebase--interactive.sh:941
14677#, sh-format
14678msgid ""
14679"Warning: the command isn't recognized in the following line:\n"
14680" - $line"
14681msgstr ""
14682"경고: 다음 줄에서 명령어가 무엇인지 알 수 없습니다:\n"
14683" - $line"
14684
14685#: git-rebase--interactive.sh:980
14686msgid "could not detach HEAD"
14687msgstr "HEAD는 분리할 수 없습니다"
14688
14689#: git-rebase--interactive.sh:1018
14690msgid ""
14691"Warning: some commits may have been dropped accidentally.\n"
14692"Dropped commits (newer to older):"
14693msgstr ""
14694"경고: 일부 커밋이 의도치 않게 버려졌을 수도 있습니다.\n"
14695"버려진 커밋 (최근에서 과거 순서):"
14696
14697#: git-rebase--interactive.sh:1026
14698msgid ""
14699"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14700"\n"
14701"Use 'git config rebase.missingCommitsCheck' to change the level of "
14702"warnings.\n"
14703"The possible behaviours are: ignore, warn, error."
14704msgstr ""
14705"이 메시지를 보지 않으려면, \"drop\"을 사용해 명시적으로 커밋을 제거하십시"
14706"오.\n"
14707"\n"
14708"'git config rebase.missingCommitsCheck' 명령으로 경고 단계를 바꿀 수 있습니"
14709"다.\n"
14710"가능한 동작은: ignore, warn, error"
14711
14712#: git-rebase--interactive.sh:1037
14713#, sh-format
14714msgid ""
14715"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14716"Ignoring."
14717msgstr ""
14718"rebase.missingCommitsCheck 옵션에 대해 인식할 수 없는 $check_level 설정. 무시"
14719"합니다."
14720
14721#: git-rebase--interactive.sh:1054
14722msgid ""
14723"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14724"continue'."
14725msgstr ""
14726"'git rebase --edit-todo' 명령으로 바로잡을 수 있고 'git rebase --continue' 명"
14727"령을 실행합니다."
14728
14729#: git-rebase--interactive.sh:1055
14730msgid "Or you can abort the rebase with 'git rebase --abort'."
14731msgstr "아니면 'git rebase --abort' 명령으로 리베이스를 중지할 수도 있습니다."
14732
14733#: git-rebase--interactive.sh:1079
14734msgid "Could not remove CHERRY_PICK_HEAD"
14735msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
14736
14737#: git-rebase--interactive.sh:1084
14738#, sh-format
14739msgid ""
14740"You have staged changes in your working tree.\n"
14741"If these changes are meant to be\n"
14742"squashed into the previous commit, run:\n"
14743"\n"
14744"  git commit --amend $gpg_sign_opt_quoted\n"
14745"\n"
14746"If they are meant to go into a new commit, run:\n"
14747"\n"
14748"  git commit $gpg_sign_opt_quoted\n"
14749"\n"
14750"In both cases, once you're done, continue with:\n"
14751"\n"
14752"  git rebase --continue\n"
14753msgstr ""
14754"작업 폴더에 스테이징한 변경 사항이 있습니다.\n"
14755"이 변경 사항을 이전 커밋에 합치려면,\n"
14756"다음을 실행하십시오:\n"
14757"\n"
14758"  git commit --amend $gpg_sign_opt_quoted\n"
14759"\n"
14760"새 커밋으로 만드려면 다음을 실행하십시오:\n"
14761"\n"
14762"  git commit $gpg_sign_opt_quoted\n"
14763"\n"
14764"어떤 경우이든, 마친 다음에 다음 명령으로 계속합니다:\n"
14765"\n"
14766"  git rebase --continue\n"
14767
14768#: git-rebase--interactive.sh:1101
14769msgid "Error trying to find the author identity to amend commit"
14770msgstr "커밋을 수정한 작성자 신원을 찾는데 오류"
14771
14772#: git-rebase--interactive.sh:1106
14773msgid ""
14774"You have uncommitted changes in your working tree. Please commit them\n"
14775"first and then run 'git rebase --continue' again."
14776msgstr ""
14777"작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
14778"커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
14779
14780#: git-rebase--interactive.sh:1111 git-rebase--interactive.sh:1115
14781msgid "Could not commit staged changes."
14782msgstr "스테이징한 변경 사항은 커밋할 수 없습니다."
14783
14784#: git-rebase--interactive.sh:1139
14785msgid ""
14786"\n"
14787"You are editing the todo file of an ongoing interactive rebase.\n"
14788"To continue rebase after editing, run:\n"
14789"    git rebase --continue\n"
14790"\n"
14791msgstr ""
14792"\n"
14793"진행 중인 대화형 리베이스의 TODO 파일을 편집하는 중입니다.\n"
14794"편집 뒤에 리베이스를 계속하려면 다음을 실행하십시오:\n"
14795"    git rebase --continue\n"
14796"\n"
14797
14798#: git-rebase--interactive.sh:1147 git-rebase--interactive.sh:1305
14799msgid "Could not execute editor"
14800msgstr "편집기를 실행할 수 없습니다"
14801
14802#: git-rebase--interactive.sh:1160
14803#, sh-format
14804msgid "Could not checkout $switch_to"
14805msgstr "$switch_to를 체크아웃할 수 없습니다"
14806
14807#: git-rebase--interactive.sh:1165
14808msgid "No HEAD?"
14809msgstr "HEAD가 없습니다?"
14810
14811#: git-rebase--interactive.sh:1166
14812#, sh-format
14813msgid "Could not create temporary $state_dir"
14814msgstr "임시로 $state_dir 디렉터리를 만들 수 없습니다"
14815
14816#: git-rebase--interactive.sh:1168
14817msgid "Could not mark as interactive"
14818msgstr "대화형으로 표시할 수 없습니다."
14819
14820#: git-rebase--interactive.sh:1178 git-rebase--interactive.sh:1183
14821msgid "Could not init rewritten commits"
14822msgstr "다시 작성된 커밋을 초기화할 수 없습니다"
14823
14824#: git-rebase--interactive.sh:1283
14825#, sh-format
14826msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14827msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14828msgstr[0] "리베이스 $shortrevisions, $shortonto 위로 (명령 $todocount개)"
14829
14830#: git-rebase--interactive.sh:1288
14831msgid ""
14832"\n"
14833"However, if you remove everything, the rebase will be aborted.\n"
14834"\n"
14835msgstr ""
14836"\n"
14837"하지만 모두 제거할 경우, 리베이스를 중지합니다.\n"
14838"\n"
14839
14840#: git-rebase--interactive.sh:1295
14841msgid "Note that empty commits are commented out"
14842msgstr "단 빈 커밋은 주석 처리되었습니다."
14843
14844#: git-sh-setup.sh:89 git-sh-setup.sh:94
14845#, sh-format
14846msgid "usage: $dashless $USAGE"
14847msgstr "사용법: $dashless $USAGE"
14848
14849#: git-sh-setup.sh:190
14850#, sh-format
14851msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14852msgstr "$cdup 디렉터리로 (작업폴더 최상위) 이동할 수 없습니다"
14853
14854#: git-sh-setup.sh:199 git-sh-setup.sh:206
14855#, sh-format
14856msgid "fatal: $program_name cannot be used without a working tree."
14857msgstr "치명적: $program_name은 작업 폴더 없이 사용할 수 없습니다."
14858
14859#: git-sh-setup.sh:220
14860msgid "Cannot rebase: You have unstaged changes."
14861msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
14862
14863#: git-sh-setup.sh:223
14864msgid "Cannot rewrite branches: You have unstaged changes."
14865msgstr "브랜치를 다시 쓸 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
14866
14867#: git-sh-setup.sh:226
14868msgid "Cannot pull with rebase: You have unstaged changes."
14869msgstr ""
14870"리베이스로 풀을 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
14871
14872#: git-sh-setup.sh:229
14873#, sh-format
14874msgid "Cannot $action: You have unstaged changes."
14875msgstr "$action 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
14876
14877#: git-sh-setup.sh:242
14878msgid "Cannot rebase: Your index contains uncommitted changes."
14879msgstr "리베이스할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
14880
14881#: git-sh-setup.sh:245
14882msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14883msgstr ""
14884"리베이스로 풀을 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
14885
14886#: git-sh-setup.sh:248
14887#, sh-format
14888msgid "Cannot $action: Your index contains uncommitted changes."
14889msgstr "$action 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
14890
14891#: git-sh-setup.sh:252
14892msgid "Additionally, your index contains uncommitted changes."
14893msgstr "추가로, 인덱스에 커밋하지 않은 변경 사항이 있습니다."
14894
14895#: git-sh-setup.sh:372
14896msgid "You need to run this command from the toplevel of the working tree."
14897msgstr "이 명령은 작업 폴더의 최상위에서만 쓸 수 있습니다."
14898
14899#: git-sh-setup.sh:377
14900msgid "Unable to determine absolute path of git directory"
14901msgstr "깃 디렉터리의 절대 경로를 알아낼 수 없습니다"
14902
14903#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14904#: git-add--interactive.perl:238
14905#, perl-format
14906msgid "%12s %12s %s"
14907msgstr "%12s %12s %s"
14908
14909#: git-add--interactive.perl:239
14910msgid "staged"
14911msgstr "스테이징"
14912
14913#: git-add--interactive.perl:239
14914msgid "unstaged"
14915msgstr "안스테이징"
14916
14917#: git-add--interactive.perl:297 git-add--interactive.perl:322
14918msgid "binary"
14919msgstr "바이너리"
14920
14921#: git-add--interactive.perl:306 git-add--interactive.perl:360
14922msgid "nothing"
14923msgstr "없음"
14924
14925#: git-add--interactive.perl:342 git-add--interactive.perl:357
14926msgid "unchanged"
14927msgstr "안바뀜"
14928
14929#: git-add--interactive.perl:653
14930#, perl-format
14931msgid "added %d path\n"
14932msgid_plural "added %d paths\n"
14933msgstr[0] "경로 %d개 추가\n"
14934
14935#: git-add--interactive.perl:656
14936#, perl-format
14937msgid "updated %d path\n"
14938msgid_plural "updated %d paths\n"
14939msgstr[0] "경로 %d개 업데이트\n"
14940
14941#: git-add--interactive.perl:659
14942#, perl-format
14943msgid "reverted %d path\n"
14944msgid_plural "reverted %d paths\n"
14945msgstr[0] "경로 %d개 되돌림\n"
14946
14947#: git-add--interactive.perl:662
14948#, perl-format
14949msgid "touched %d path\n"
14950msgid_plural "touched %d paths\n"
14951msgstr[0] "경로 %d개 건드림\n"
14952
14953#: git-add--interactive.perl:671
14954msgid "Update"
14955msgstr "업데이트"
14956
14957#: git-add--interactive.perl:683
14958msgid "Revert"
14959msgstr "되돌리기"
14960
14961#: git-add--interactive.perl:706
14962#, perl-format
14963msgid "note: %s is untracked now.\n"
14964msgstr "주의: %s은(는) 현재 추적하지 않습니다.\n"
14965
14966#: git-add--interactive.perl:717
14967msgid "Add untracked"
14968msgstr "추적하지 않는 파일 추가"
14969
14970#: git-add--interactive.perl:723
14971msgid "No untracked files.\n"
14972msgstr "추적하지 않는 파일 없음.\n"
14973
14974#: git-add--interactive.perl:1039
14975msgid ""
14976"If the patch applies cleanly, the edited hunk will immediately be\n"
14977"marked for staging."
14978msgstr ""
14979"패치가 깔끔하게 적용되면, 편집 부분은 즉시 스테이징으로\n"
14980"표시됩니다."
14981
14982#: git-add--interactive.perl:1042
14983msgid ""
14984"If the patch applies cleanly, the edited hunk will immediately be\n"
14985"marked for stashing."
14986msgstr ""
14987"패치가 깔끔하게 적용되면, 편집 부분은 즉시 스태시에\n"
14988"표시됩니다."
14989
14990#: git-add--interactive.perl:1045
14991msgid ""
14992"If the patch applies cleanly, the edited hunk will immediately be\n"
14993"marked for unstaging."
14994msgstr ""
14995"패치가 깔끔하게 적용되면, 편집 부분은 즉시 스테이징 아님으로\n"
14996"표시됩니다."
14997
14998#: git-add--interactive.perl:1048 git-add--interactive.perl:1057
14999msgid ""
15000"If the patch applies cleanly, the edited hunk will immediately be\n"
15001"marked for applying."
15002msgstr ""
15003"패치가 깔끔하게 적용되면, 편집 부분은 즉시 적용으로\n"
15004"표시됩니다."
15005
15006#: git-add--interactive.perl:1051
15007msgid ""
15008"If the patch applies cleanly, the edited hunk will immediately be\n"
15009"marked for discarding"
15010msgstr ""
15011"패치가 깔끔하게 적용되면, 편집 부분은 즉시 버림으로\n"
15012"표시됩니다"
15013
15014#: git-add--interactive.perl:1054
15015msgid ""
15016"If the patch applies cleanly, the edited hunk will immediately be\n"
15017"marked for discarding."
15018msgstr ""
15019"패치가 깔끔하게 적용되면, 편집 부분은 즉시 버림으로\n"
15020"표시됩니다."
15021
15022#: git-add--interactive.perl:1067
15023#, perl-format
15024msgid "failed to open hunk edit file for writing: %s"
15025msgstr "부분 편집 파일을 쓰기용으로 여는데 실패: '%s'"
15026
15027#: git-add--interactive.perl:1068
15028msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15029msgstr "수동 부분 편집 모드 -- 빠른 설명은 맨 아래를 보십시오.\n"
15030
15031#: git-add--interactive.perl:1074
15032#, perl-format
15033msgid ""
15034"---\n"
15035"To remove '%s' lines, make them ' ' lines (context).\n"
15036"To remove '%s' lines, delete them.\n"
15037"Lines starting with %s will be removed.\n"
15038msgstr ""
15039"---\n"
15040"'%s' 줄을 제거하려면, 줄을 ' ' 줄로 만드십시오 (컨텍스트).\n"
15041"'%s' 줄을 제거하려면, 줄을 삭제하십시오..\n"
15042"%s(으)로 시작하는 줄은 제거됩니다\n"
15043
15044#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15045#: git-add--interactive.perl:1082
15046msgid ""
15047"If it does not apply cleanly, you will be given an opportunity to\n"
15048"edit again.  If all lines of the hunk are removed, then the edit is\n"
15049"aborted and the hunk is left unchanged.\n"
15050msgstr ""
15051"깔끔하게 적용되지 않으면, 다시 편집할 기회가 있습니다. 모든 줄을 제거할 경"
15052"우,\n"
15053"편집은 중단되고 이 부분은 변경되지 않은 상태로 남아있게 됩니다.\n"
15054
15055#: git-add--interactive.perl:1096
15056#, perl-format
15057msgid "failed to open hunk edit file for reading: %s"
15058msgstr "부분 편집 파일을 읽기용으로 여는데 실패: '%s'"
15059
15060#. TRANSLATORS: do not translate [y/n]
15061#. The program will only accept that input
15062#. at this point.
15063#. Consider translating (saying "no" discards!) as
15064#. (saying "n" for "no" discards!) if the translation
15065#. of the word "no" does not start with n.
15066#: git-add--interactive.perl:1187
15067msgid ""
15068"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15069msgstr ""
15070"편집한 부분이 적용되지 않습니다. 다시 편집하시겠습니까 (\"no\"라고 하면 버립"
15071"니다!) [y/n]? "
15072
15073#: git-add--interactive.perl:1196
15074msgid ""
15075"y - stage this hunk\n"
15076"n - do not stage this hunk\n"
15077"q - quit; do not stage this hunk or any of the remaining ones\n"
15078"a - stage this hunk and all later hunks in the file\n"
15079"d - do not stage this hunk or any of the later hunks in the file"
15080msgstr ""
15081"y - 이 부분 스테이징\n"
15082"n - 이 부분 스테이징하지 않음\n"
15083"q - 끝내기. 이 부분과 나머지 모두 스테이징하지 않음\n"
15084"a - 이 부분과 파일의 뒤 부분 모두 스테이징\n"
15085"d - 이 부분과 파일의 뒤 부분 모두 스테이징하지 않음"
15086
15087#: git-add--interactive.perl:1202
15088msgid ""
15089"y - stash this hunk\n"
15090"n - do not stash this hunk\n"
15091"q - quit; do not stash this hunk or any of the remaining ones\n"
15092"a - stash this hunk and all later hunks in the file\n"
15093"d - do not stash this hunk or any of the later hunks in the file"
15094msgstr ""
15095"y - 이 부분 스태시\n"
15096"n - 이 부분 스태시하지 않음\n"
15097"q - 끝내기. 이 부분과 나머지 모두 스태시하지 않음\n"
15098"a - 이 부분과 파일의 뒤 부분 모두 스태시\n"
15099"d - 이 부분과 파일의 뒤 부분 모두 스태시하지 않음"
15100
15101#: git-add--interactive.perl:1208
15102msgid ""
15103"y - unstage this hunk\n"
15104"n - do not unstage this hunk\n"
15105"q - quit; do not unstage this hunk or any of the remaining ones\n"
15106"a - unstage this hunk and all later hunks in the file\n"
15107"d - do not unstage this hunk or any of the later hunks in the file"
15108msgstr ""
15109"y - 이 부분 스테이징 해제\n"
15110"n - 이 부분 스테이징 해제하지 않음\n"
15111"q - 끝내기. 이 부분과 나머지 모두 스테이징 해제하지 않음\n"
15112"a - 이 부분과 파일의 뒤 부분 모두 스테이징 해제\n"
15113"d - 이 부분과 파일의 뒤 부분 모두 스테이징 해제하지 않음"
15114
15115#: git-add--interactive.perl:1214
15116msgid ""
15117"y - apply this hunk to index\n"
15118"n - do not apply this hunk to index\n"
15119"q - quit; do not apply this hunk or any of the remaining ones\n"
15120"a - apply this hunk and all later hunks in the file\n"
15121"d - do not apply this hunk or any of the later hunks in the file"
15122msgstr ""
15123"y - 이 부분 인덱스에 적용\n"
15124"n - 이 부분 인덱스에 적용하지 않음\n"
15125"q - 끝내기. 이 부분과 나머지 모두 적용하지 않음\n"
15126"a - 이 부분과 파일의 뒤 부분 모두 \n"
15127"d - 이 부분과 파일의 뒤 부분 모두 적용하지 않음"
15128
15129#: git-add--interactive.perl:1220
15130msgid ""
15131"y - discard this hunk from worktree\n"
15132"n - do not discard this hunk from worktree\n"
15133"q - quit; do not discard this hunk or any of the remaining ones\n"
15134"a - discard this hunk and all later hunks in the file\n"
15135"d - do not discard this hunk or any of the later hunks in the file"
15136msgstr ""
15137"y - 이 부분 작업 폴더에서 버림\n"
15138"n - 이 부분 작업 폴더에서 버리지 않음\n"
15139"q - 끝내기. 이 부분과 나머지 모두 버리지 않음\n"
15140"a - 이 부분과 파일의 뒤 부분 모두 버림\n"
15141"d - 이 부분과 파일의 뒤 부분 모두 버리지 않음"
15142
15143#: git-add--interactive.perl:1226
15144msgid ""
15145"y - discard this hunk from index and worktree\n"
15146"n - do not discard this hunk from index and worktree\n"
15147"q - quit; do not discard this hunk or any of the remaining ones\n"
15148"a - discard this hunk and all later hunks in the file\n"
15149"d - do not discard this hunk or any of the later hunks in the file"
15150msgstr ""
15151"y - 이 부분 인덱스와 작업 폴더에서 버림\n"
15152"n - 이 부분 인덱스와 작업 폴더에서 버리지 않음\n"
15153"q - 끝내기. 이 부분과 나머지 모두 버리지 않음\n"
15154"a - 이 부분과 파일의 뒤 부분 모두 버림\n"
15155"d - 이 부분과 파일의 뒤 부분 모두 버리지 않음"
15156
15157#: git-add--interactive.perl:1232
15158msgid ""
15159"y - apply this hunk to index and worktree\n"
15160"n - do not apply this hunk to index and worktree\n"
15161"q - quit; do not apply this hunk or any of the remaining ones\n"
15162"a - apply this hunk and all later hunks in the file\n"
15163"d - do not apply this hunk or any of the later hunks in the file"
15164msgstr ""
15165"y - 이 부분 인덱스와 작업 폴더에 적용\n"
15166"n - 이 부분 인덱스와 작업 폴더에 적용하지 않음\n"
15167"q - 끝내기. 이 부분과 나머지 모두 적용하지 않음\n"
15168"a - 이 부분과 파일의 뒤 부분 모두 \n"
15169"d - 이 부분과 파일의 뒤 부분 모두 적용하지 않음"
15170
15171#: git-add--interactive.perl:1241
15172msgid ""
15173"g - select a hunk to go to\n"
15174"/ - search for a hunk matching the given regex\n"
15175"j - leave this hunk undecided, see next undecided hunk\n"
15176"J - leave this hunk undecided, see next hunk\n"
15177"k - leave this hunk undecided, see previous undecided hunk\n"
15178"K - leave this hunk undecided, see previous hunk\n"
15179"s - split the current hunk into smaller hunks\n"
15180"e - manually edit the current hunk\n"
15181"? - print help\n"
15182msgstr ""
15183"g - 이동할 부분 선택\n"
15184"/ - 주어진 정규식에 맞는 부분 검색\n"
15185"j - 이 부분 미결정 상태로 남겨두고, 다음 미결정 부분 보기\n"
15186"J - 이 부분 미결정 상태로 남겨두고, 다음 부분 보기\n"
15187"k - 이 부분 미결정 상태로 남겨두고, 이전 미결정 부분 보기\n"
15188"K - 이 부분 미결정 상태로 남겨두고, 이전 부분 보기\n"
15189"s - 현재 부분을 작은 부분을 쪼개기\n"
15190"e - 현재 부분을 수동으로 편집\n"
15191"? - 도움말 보기\n"
15192
15193#: git-add--interactive.perl:1272
15194msgid "The selected hunks do not apply to the index!\n"
15195msgstr "선택한 부분은 인덱스에 적용되지 않습니다!\n"
15196
15197#: git-add--interactive.perl:1273
15198msgid "Apply them to the worktree anyway? "
15199msgstr "그래도 작업 폴더에 적용할까요?"
15200
15201#: git-add--interactive.perl:1276
15202msgid "Nothing was applied.\n"
15203msgstr "아무 것도 적용되지 않았습니다.\n"
15204
15205#: git-add--interactive.perl:1287
15206#, perl-format
15207msgid "ignoring unmerged: %s\n"
15208msgstr "병합하지 않은 사항 무시: %s\n"
15209
15210#: git-add--interactive.perl:1296
15211msgid "Only binary files changed.\n"
15212msgstr "바이너리 파일만 바뀌었습니다.\n"
15213
15214#: git-add--interactive.perl:1298
15215msgid "No changes.\n"
15216msgstr "변경 사항 없음.\n"
15217
15218#: git-add--interactive.perl:1306
15219msgid "Patch update"
15220msgstr "패치 업데이트"
15221
15222#: git-add--interactive.perl:1358
15223#, perl-format
15224msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15225msgstr "모드 변경을 스테이징합니까 [y,n,q,a,d,/%s,?]? "
15226
15227#: git-add--interactive.perl:1359
15228#, perl-format
15229msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15230msgstr "삭제를 스테이징합니까 [y,n,q,a,d,/%s,?]? "
15231
15232#: git-add--interactive.perl:1360
15233#, perl-format
15234msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15235msgstr "이 부분 스테이징합니까 [y,n,q,a,d,/%s,?]? "
15236
15237#: git-add--interactive.perl:1363
15238#, perl-format
15239msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15240msgstr "모드 변경 스태시합니까 [y,n,q,a,d,/%s,?]? "
15241
15242#: git-add--interactive.perl:1364
15243#, perl-format
15244msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15245msgstr "삭제 스태시합니까 [y,n,q,a,d,/%s,?]? "
15246
15247#: git-add--interactive.perl:1365
15248#, perl-format
15249msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15250msgstr "이 부분 스태시합니까 [y,n,q,a,d,/%s,?]? "
15251
15252#: git-add--interactive.perl:1368
15253#, perl-format
15254msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15255msgstr "모드 변경 스태시 해제합니까 [y,n,q,a,d,/%s,?]? "
15256
15257#: git-add--interactive.perl:1369
15258#, perl-format
15259msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15260msgstr "삭제 스태시 해제합니까 [y,n,q,a,d,/%s,?]? "
15261
15262#: git-add--interactive.perl:1370
15263#, perl-format
15264msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15265msgstr "이 부분 스태시 해제합니까 [y,n,q,a,d,/%s,?]? "
15266
15267#: git-add--interactive.perl:1373
15268#, perl-format
15269msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15270msgstr "모드 변경을 인덱스에 적용합니까 [y,n,q,a,d,/%s,?]? "
15271
15272#: git-add--interactive.perl:1374
15273#, perl-format
15274msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15275msgstr "삭제를 인덱스에 적용합니까 [y,n,q,a,d,/%s,?]? "
15276
15277#: git-add--interactive.perl:1375
15278#, perl-format
15279msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15280msgstr "이 부분을 인덱스에 적용합니까 [y,n,q,a,d,/%s,?]? "
15281
15282#: git-add--interactive.perl:1378
15283#, perl-format
15284msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15285msgstr "모드 변경을 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15286
15287#: git-add--interactive.perl:1379
15288#, perl-format
15289msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15290msgstr "삭제를 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15291
15292#: git-add--interactive.perl:1380
15293#, perl-format
15294msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15295msgstr "이 부분을 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15296
15297#: git-add--interactive.perl:1383
15298#, perl-format
15299msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15300msgstr "모드 변경을 인덱스와 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15301
15302#: git-add--interactive.perl:1384
15303#, perl-format
15304msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15305msgstr "삭제를 인덱스와 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15306
15307#: git-add--interactive.perl:1385
15308#, perl-format
15309msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15310msgstr "이 부분을 인덱스와 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15311
15312#: git-add--interactive.perl:1388
15313#, perl-format
15314msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15315msgstr "모드 변경을 인덱스와 작업 폴더에 적용합니까 [y,n,q,a,d,/%s,?]? "
15316
15317#: git-add--interactive.perl:1389
15318#, perl-format
15319msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15320msgstr "삭제를 인덱스와 작업 폴더에 적용합니까 [y,n,q,a,d,/%s,?]? "
15321
15322#: git-add--interactive.perl:1390
15323#, perl-format
15324msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15325msgstr "이 부분을 인덱스와 작업 폴더에 적용합니까 [y,n,q,a,d,/%s,?]? "
15326
15327#: git-add--interactive.perl:1493
15328msgid "go to which hunk (<ret> to see more)? "
15329msgstr "어느 부분으로 이동합니까 (더 보려면 <ret>)? "
15330
15331#: git-add--interactive.perl:1495
15332msgid "go to which hunk? "
15333msgstr "어느 부분으로 이동합니까? "
15334
15335#: git-add--interactive.perl:1504
15336#, perl-format
15337msgid "Invalid number: '%s'\n"
15338msgstr "잘못된 번호: '%s'\n"
15339
15340#: git-add--interactive.perl:1509
15341#, perl-format
15342msgid "Sorry, only %d hunk available.\n"
15343msgid_plural "Sorry, only %d hunks available.\n"
15344msgstr[0] "미안합니다. 부분이 %d개 밖에 없습니다.\n"
15345
15346#: git-add--interactive.perl:1535
15347msgid "search for regex? "
15348msgstr "정규식을 검색합니까?"
15349
15350#: git-add--interactive.perl:1548
15351#, perl-format
15352msgid "Malformed search regexp %s: %s\n"
15353msgstr "잘못된 형태의 검색 정규식 %s: %s\n"
15354
15355#: git-add--interactive.perl:1558
15356msgid "No hunk matches the given pattern\n"
15357msgstr "[주어진 패턴에 맞는 부분이 없습니다\n"
15358
15359#: git-add--interactive.perl:1570 git-add--interactive.perl:1592
15360msgid "No previous hunk\n"
15361msgstr "이전 부분이 없습니다\n"
15362
15363#: git-add--interactive.perl:1579 git-add--interactive.perl:1598
15364msgid "No next hunk\n"
15365msgstr "다음 부분이 없습니다\n"
15366
15367#: git-add--interactive.perl:1606
15368#, perl-format
15369msgid "Split into %d hunk.\n"
15370msgid_plural "Split into %d hunks.\n"
15371msgstr[0] "%d개 부분으로 나눕니다.\n"
15372
15373#: git-add--interactive.perl:1658
15374msgid "Review diff"
15375msgstr "diff 검토"
15376
15377#. TRANSLATORS: please do not translate the command names
15378#. 'status', 'update', 'revert', etc.
15379#: git-add--interactive.perl:1677
15380msgid ""
15381"status        - show paths with changes\n"
15382"update        - add working tree state to the staged set of changes\n"
15383"revert        - revert staged set of changes back to the HEAD version\n"
15384"patch         - pick hunks and update selectively\n"
15385"diff\t      - view diff between HEAD and index\n"
15386"add untracked - add contents of untracked files to the staged set of "
15387"changes\n"
15388msgstr ""
15389"status        - 변경 사항이 있는 경로를 표시합니다\n"
15390"update        - 변경 사항 스테이징 모음에 작업 폴더 상태를 추가합니다\n"
15391"revert        - 변경 사항 스테이징 모음을 HEAD 버전으로 되돌립니다\n"
15392"patch         - 바뀐 부분을 골라서 개별적으로 업데이트합니다\n"
15393"diff          - HEAD와 인덱스 사이의 차이점을 봅니다\n"
15394"add untracked - 추적되지 않는 파일의 내용을 변경 사항 스테이징 모음에 추가합"
15395"니다\n"
15396
15397#: git-add--interactive.perl:1694 git-add--interactive.perl:1699
15398#: git-add--interactive.perl:1702 git-add--interactive.perl:1709
15399#: git-add--interactive.perl:1713 git-add--interactive.perl:1719
15400msgid "missing --"
15401msgstr "-- 빠짐"
15402
15403#: git-add--interactive.perl:1715
15404#, perl-format
15405msgid "unknown --patch mode: %s"
15406msgstr "알 수 없는 --patch 모드: %s"
15407
15408#: git-add--interactive.perl:1721 git-add--interactive.perl:1727
15409#, perl-format
15410msgid "invalid argument %s, expecting --"
15411msgstr "인자가 (%s) 잘못되었고, --가 와야 합니다"
15412
15413# 주의: 초 단위일 경우를 말한다
15414#: git-send-email.perl:121
15415msgid "local zone differs from GMT by a non-minute interval\n"
15416msgstr "지역 시간대와 GMT의 차이가 분 단위가 아닙니다\n"
15417
15418#: git-send-email.perl:128 git-send-email.perl:134
15419msgid "local time offset greater than or equal to 24 hours\n"
15420msgstr "지역 시각 오프셋이 24시간보다 크거나 작습니다\n"
15421
15422#: git-send-email.perl:202 git-send-email.perl:208
15423msgid "the editor exited uncleanly, aborting everything"
15424msgstr "편집기가 비정상적으로 끝나서, 모두 중지합니다"
15425
15426#: git-send-email.perl:282
15427#, perl-format
15428msgid ""
15429"'%s' contains an intermediate version of the email you were composing.\n"
15430msgstr "'%s' 안에 작성 중이었던 중간 버전의 전자메일이 들어 있습니다.\n"
15431
15432#: git-send-email.perl:287
15433#, perl-format
15434msgid "'%s.final' contains the composed email.\n"
15435msgstr "'%s.final' 안에 작성한 전자메일이 들어 있습니다.\n"
15436
15437#: git-send-email.perl:305
15438msgid "--dump-aliases incompatible with other options\n"
15439msgstr "--dump-aliases 옵션은 다른 옵션과 호환되지 않습니다\n"
15440
15441#: git-send-email.perl:368 git-send-email.perl:623
15442msgid "Cannot run git format-patch from outside a repository\n"
15443msgstr "저장소 밖에서 git format-patch 명령을 실행할 수 없습니다\n"
15444
15445#: git-send-email.perl:437
15446#, perl-format
15447msgid "Unknown --suppress-cc field: '%s'\n"
15448msgstr "알 수 없는 --suppress-cc 필드: '%s'\n"
15449
15450#: git-send-email.perl:466
15451#, perl-format
15452msgid "Unknown --confirm setting: '%s'\n"
15453msgstr "알 수 없는 --confirm 설정: '%s'\n"
15454
15455#: git-send-email.perl:498
15456#, perl-format
15457msgid "warning: sendmail alias with quotes is not supported: %s\n"
15458msgstr "경고: 따옴표가 있는 sendmail 별칭은 지원하지 않습니다: %s\n"
15459
15460#: git-send-email.perl:500
15461#, perl-format
15462msgid "warning: `:include:` not supported: %s\n"
15463msgstr "경고: `:include:`는 지원하지 않습니다: %s\n"
15464
15465#: git-send-email.perl:502
15466#, perl-format
15467msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15468msgstr "경고: `/file` 또는 `|pipe` 리다이렉션은 지원하지 않습니다: %s\n"
15469
15470#: git-send-email.perl:507
15471#, perl-format
15472msgid "warning: sendmail line is not recognized: %s\n"
15473msgstr "경고: sendmail 줄이 인식되지 않습니다: %s\n"
15474
15475#: git-send-email.perl:589
15476#, perl-format
15477msgid ""
15478"File '%s' exists but it could also be the range of commits\n"
15479"to produce patches for.  Please disambiguate by...\n"
15480"\n"
15481"    * Saying \"./%s\" if you mean a file; or\n"
15482"    * Giving --format-patch option if you mean a range.\n"
15483msgstr ""
15484"'%s' 파일이 있지만 이 파일은 패치를 만들 대상인 커밋의 범위가\n"
15485"될 수도 있습니다. 다음과 같이 애매함을 없애 주십시오...\n"
15486"\n"
15487"    * 파일을 의도했다면 \"./%s\"(이)라고 쓰고, 아니면\n"
15488"    * 범위를 의도했다면 --format-patch 옵션 사용\n"
15489
15490#: git-send-email.perl:610
15491#, perl-format
15492msgid "Failed to opendir %s: %s"
15493msgstr "%s에 opendir 실패: %s"
15494
15495#: git-send-email.perl:634
15496#, perl-format
15497msgid ""
15498"fatal: %s: %s\n"
15499"warning: no patches were sent\n"
15500msgstr ""
15501"치명적 오류: %s: %s\n"
15502"경고: 패치를 보내지 않았습니다\n"
15503
15504#: git-send-email.perl:645
15505msgid ""
15506"\n"
15507"No patch files specified!\n"
15508"\n"
15509msgstr ""
15510"\n"
15511"패치 파일을 지정하지 않았습니다\n"
15512"\n"
15513
15514#: git-send-email.perl:658
15515#, perl-format
15516msgid "No subject line in %s?"
15517msgstr "%s 안에 제목 줄이 없습니다?"
15518
15519#: git-send-email.perl:668
15520#, perl-format
15521msgid "Failed to open for writing %s: %s"
15522msgstr "%s에 쓰려고 여는데 실패: %s"
15523
15524#: git-send-email.perl:678
15525msgid ""
15526"Lines beginning in \"GIT:\" will be removed.\n"
15527"Consider including an overall diffstat or table of contents\n"
15528"for the patch you are writing.\n"
15529"\n"
15530"Clear the body content if you don't wish to send a summary.\n"
15531msgstr ""
15532"\"GIT:\"으로 시작하는 줄은 제거됩니다.\n"
15533"작성 중인 패치에 대해 전체 diffstat을 포함하거나\n"
15534"목차를 포함해 보십시오.\n"
15535"\n"
15536"요약을 보내는 게 아니라면 본문 내용을 지우십시오.\n"
15537
15538#: git-send-email.perl:701
15539#, perl-format
15540msgid "Failed to open %s.final: %s"
15541msgstr "%s.final을 여는데 실패: %s"
15542
15543#: git-send-email.perl:704
15544#, perl-format
15545msgid "Failed to open %s: %s"
15546msgstr "%s을(를) 여는데 실패: %s"
15547
15548#: git-send-email.perl:739
15549msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15550msgstr "To/Cc/Bcc 필드가 해석되지 않아서, 무시합니다\n"
15551
15552#: git-send-email.perl:748
15553msgid "Summary email is empty, skipping it\n"
15554msgstr "요약 전자메일이 비어 있어서 넘어갑니다.\n"
15555
15556#. TRANSLATORS: please keep [y/N] as is.
15557#: git-send-email.perl:780
15558#, perl-format
15559msgid "Are you sure you want to use <%s> [y/N]? "
15560msgstr "정말로 <%s>을(를) 사용하시겠습니까 [y/N]? "
15561
15562# 주의: '8bit'이라고 그대로 쓴다. 메일 encoding 헤더에 쓸 literal을 가리킴
15563#: git-send-email.perl:809
15564msgid ""
15565"The following files are 8bit, but do not declare a Content-Transfer-"
15566"Encoding.\n"
15567msgstr ""
15568"다음 파일이 8bit이지만, Content-Transfer-Encoding을 설정하지 않았습니다.\n"
15569
15570# 주의: '8bit'이라고 그대로 쓴다. 메일 encoding 헤더에 쓸 literal을 가리킴
15571#: git-send-email.perl:814
15572msgid "Which 8bit encoding should I declare [UTF-8]? "
15573msgstr "어떤 8bit 인코딩을 선언합니까 [UTF-8]? "
15574
15575#: git-send-email.perl:822
15576#, perl-format
15577msgid ""
15578"Refusing to send because the patch\n"
15579"\t%s\n"
15580"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15581"want to send.\n"
15582msgstr ""
15583"보내지 않습니다. 다음 패치가\n"
15584"\t%s\n"
15585"제목 서식인 '*** SUBJECT HERE ***'가 들어 있습니다. 정말로 보내려면 --force "
15586"옵션을 사용하십시오.\n"
15587
15588#: git-send-email.perl:841
15589msgid "To whom should the emails be sent (if anyone)?"
15590msgstr "누구에게 전자메일을 보내야 합니까 (보낼 대상이 있다면)?"
15591
15592#: git-send-email.perl:859
15593#, perl-format
15594msgid "fatal: alias '%s' expands to itself\n"
15595msgstr "치명적 오류: '%s' 별칭은 자기 자신을 가리킵니다\n"
15596
15597#: git-send-email.perl:871
15598msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15599msgstr "첫 메일에 대해 (있다면) Message-ID가 In-Reply-To에 사용되었습니다? "
15600
15601#: git-send-email.perl:921 git-send-email.perl:929
15602#, perl-format
15603msgid "error: unable to extract a valid address from: %s\n"
15604msgstr "오류: 다음에서 올바른 주소를 추출할 수 없습니다: %s\n"
15605
15606#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15607#. translation. The program will only accept English input
15608#. at this point.
15609#: git-send-email.perl:933
15610msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15611msgstr "이 주소로 무엇을 하시겠습니까? ([q]끝내기|[d]버리기|[e]편집): "
15612
15613#: git-send-email.perl:1234
15614#, perl-format
15615msgid "CA path \"%s\" does not exist"
15616msgstr "\"%s\" CA 경로가 없습니다"
15617
15618#: git-send-email.perl:1309
15619msgid ""
15620"    The Cc list above has been expanded by additional\n"
15621"    addresses found in the patch commit message. By default\n"
15622"    send-email prompts before sending whenever this occurs.\n"
15623"    This behavior is controlled by the sendemail.confirm\n"
15624"    configuration setting.\n"
15625"\n"
15626"    For additional information, run 'git send-email --help'.\n"
15627"    To retain the current behavior, but squelch this message,\n"
15628"    run 'git config --global sendemail.confirm auto'.\n"
15629"\n"
15630msgstr ""
15631"    위의 Cc 목록은 패치 커밋 메시지에 들어 있는 추가 주소로\n"
15632"    확장됩니다. 기본값으로 확장되기 전에 send-email에서\n"
15633"    물어봅니다. 이런 동작은 sendmail.confirm 설정에서\n"
15634"    조정할 수 있습니다.\n"
15635"\n"
15636"    정보를 더 보려면, 'git send-email --help'를 실행하십시오.\n"
15637"    현재 동작을 유지하려면, 이 메시지를 무시하고,\n"
15638"    'git config --global sendemail.confirm auto' 명령을\n"
15639"    실행하십시오.\n"
15640"\n"
15641
15642#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15643#. translation. The program will only accept English input
15644#. at this point.
15645#: git-send-email.perl:1324
15646msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15647msgstr "이 전자메일을 보내시겠습니까? ([y]예|[n]아니오|[q]끝내기|[a]모두): "
15648
15649#: git-send-email.perl:1327
15650msgid "Send this email reply required"
15651msgstr "필요한 전자메일 답장 보냅니다"
15652
15653#: git-send-email.perl:1353
15654msgid "The required SMTP server is not properly defined."
15655msgstr "필요한 SMTP 서버를 제대로 지정하지 않았습니다."
15656
15657#: git-send-email.perl:1397
15658#, perl-format
15659msgid "Server does not support STARTTLS! %s"
15660msgstr "서버에서 STARTTLS를 지원하지 않습니다! %s"
15661
15662#: git-send-email.perl:1403
15663msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15664msgstr ""
15665"SMTP를 제대로 초기화할 수 없습니다. 설정을 확인하고 --smtp-debug 옵션을 사용"
15666"하십시오."
15667
15668#: git-send-email.perl:1421
15669#, perl-format
15670msgid "Failed to send %s\n"
15671msgstr "%s을(를) 보내는데 실패했습니다\n"
15672
15673#: git-send-email.perl:1424
15674#, perl-format
15675msgid "Dry-Sent %s\n"
15676msgstr "%s 보내는 흉내\n"
15677
15678#: git-send-email.perl:1424
15679#, perl-format
15680msgid "Sent %s\n"
15681msgstr "%s 보냄\n"
15682
15683#: git-send-email.perl:1426
15684msgid "Dry-OK. Log says:\n"
15685msgstr "성공 흉내. 기록은:\n"
15686
15687#: git-send-email.perl:1426
15688msgid "OK. Log says:\n"
15689msgstr "성공. 기록은:\n"
15690
15691#: git-send-email.perl:1438
15692msgid "Result: "
15693msgstr "결과: "
15694
15695#: git-send-email.perl:1441
15696msgid "Result: OK\n"
15697msgstr "결과: 정상\n"
15698
15699#: git-send-email.perl:1454
15700#, perl-format
15701msgid "can't open file %s"
15702msgstr "%s 파일을 열 수 없습니다"
15703
15704#: git-send-email.perl:1501 git-send-email.perl:1521
15705#, perl-format
15706msgid "(mbox) Adding cc: %s from line '%s'\n"
15707msgstr "(mbox) cc: %s 추가, '%s' 줄에서\n"
15708
15709#: git-send-email.perl:1507
15710#, perl-format
15711msgid "(mbox) Adding to: %s from line '%s'\n"
15712msgstr "(mbox) to: %s 추가, '%s' 줄에서\n"
15713
15714#: git-send-email.perl:1555
15715#, perl-format
15716msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15717msgstr "(mbox아님) cc: %s 추가, '%s' 줄에서\n"
15718
15719#: git-send-email.perl:1578
15720#, perl-format
15721msgid "(body) Adding cc: %s from line '%s'\n"
15722msgstr "(본문) cc: %s 추가, '%s' 줄에서\n"
15723
15724#: git-send-email.perl:1676
15725#, perl-format
15726msgid "(%s) Could not execute '%s'"
15727msgstr "(%s) '%s'을 실행할 수 없습니다"
15728
15729#: git-send-email.perl:1683
15730#, perl-format
15731msgid "(%s) Adding %s: %s from: '%s'\n"
15732msgstr "(%s) %s: %s 추가, '%s' 줄에서\n"
15733
15734#: git-send-email.perl:1687
15735#, perl-format
15736msgid "(%s) failed to close pipe to '%s'"
15737msgstr "(%s) '%s'(을)를 향한 파이프를 닫는데 실패했습니다"
15738
15739#: git-send-email.perl:1714
15740msgid "cannot send message as 7bit"
15741msgstr "메시지를 7비트로 보낼 수 없습니다"
15742
15743#: git-send-email.perl:1722
15744msgid "invalid transfer encoding"
15745msgstr "잘못된 전송 인코딩"
15746
15747#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
15748#, perl-format
15749msgid "unable to open %s: %s\n"
15750msgstr "%s을(를) 열 수 없습니다: %s\n"
15751
15752#: git-send-email.perl:1744
15753#, perl-format
15754msgid "%s: patch contains a line longer than 998 characters"
15755msgstr "%s: 패치에 998자보다 더 긴 줄이 들어 있습니다"
15756
15757#: git-send-email.perl:1760
15758#, perl-format
15759msgid "Skipping %s with backup suffix '%s'.\n"
15760msgstr "%s 넘어감, 예비 확장자 '%s' 있음.\n"
15761
15762#. TRANSLATORS: please keep "[y|N]" as is.
15763#: git-send-email.perl:1764
15764#, perl-format
15765msgid "Do you really want to send %s? [y|N]: "
15766msgstr "정말로 %s 파일을 보내시겠습니까? [y|N]: "