po / ko.poon commit Merge branch 'dc/fmt-merge-msg-microcleanup' into maint (de55703)
   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-07-24 21:54+0800\n"
  62"PO-Revision-Date: 2017-08-01 12:26+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:58
  73#, c-format
  74msgid "hint: %.*s\n"
  75msgstr "힌트: %.*s\n"
  76
  77#: advice.c:86
  78msgid "Cherry-picking is not possible because you have unmerged files."
  79msgstr "병합하지 않은 파일이 있으므로, 커밋 빼오기를 할 수 없습니다."
  80
  81#: advice.c:88
  82msgid "Committing is not possible because you have unmerged files."
  83msgstr "병합하지 않은 파일이 있으므로, 커밋할 수 없습니다."
  84
  85#: advice.c:90
  86msgid "Merging is not possible because you have unmerged files."
  87msgstr "병합하지 않은 파일이 있으므로, 병합할 수 없습니다."
  88
  89#: advice.c:92
  90msgid "Pulling is not possible because you have unmerged files."
  91msgstr "병합하지 않은 파일이 있으므로, 풀을 할 수 없습니다."
  92
  93#: advice.c:94
  94msgid "Reverting is not possible because you have unmerged files."
  95msgstr "병합하지 않은 파일이 있으므로, 되돌리기를 할 수 없습니다."
  96
  97#: advice.c:96
  98#, c-format
  99msgid "It is not possible to %s because you have unmerged files."
 100msgstr "병합하지 않은 파일이 있으므로, %s 할 수 없습니다."
 101
 102#: advice.c:104
 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:112
 111msgid "Exiting because of an unresolved conflict."
 112msgstr "해결하지 못한 충돌 때문에 끝납니다."
 113
 114#: advice.c:117 builtin/merge.c:1184
 115msgid "You have not concluded your merge (MERGE_HEAD exists)."
 116msgstr "병합 작업을 다 마치지 않았습니다 (MERGE_HEAD 파일이 있습니다)."
 117
 118#: advice.c:119
 119msgid "Please, commit your changes before merging."
 120msgstr "병합하기 전에 변경 사항을 커밋하십시오."
 121
 122#: advice.c:120
 123msgid "Exiting because of unfinished merge."
 124msgstr "병합을 마치지 못했기 때문에 끝납니다."
 125
 126#: advice.c:126
 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:58
 154#, c-format
 155msgid "unrecognized whitespace option '%s'"
 156msgstr "알 수 없는 공백 옵션 '%s'"
 157
 158#: apply.c:74
 159#, c-format
 160msgid "unrecognized whitespace ignore option '%s'"
 161msgstr "알 수 없는 공백 무시 옵션 '%s'"
 162
 163#: apply.c:126
 164msgid "--reject and --3way cannot be used together."
 165msgstr "--reject 및 --3way 옵션은 같이 쓸 수 없습니다."
 166
 167#: apply.c:128
 168msgid "--cached and --3way cannot be used together."
 169msgstr "--cached 및 --3way 옵션은 같이 쓸 수 없습니다."
 170
 171#: apply.c:131
 172msgid "--3way outside a repository"
 173msgstr "저장소 밖에서 --3way 옵션 사용"
 174
 175#: apply.c:142
 176msgid "--index outside a repository"
 177msgstr "저장소 밖에서 --index 옵션 사용"
 178
 179#: apply.c:145
 180msgid "--cached outside a repository"
 181msgstr "저장소 밖에서 --cached 옵션 사용"
 182
 183#: apply.c:836
 184#, c-format
 185msgid "Cannot prepare timestamp regexp %s"
 186msgstr "타임스탬프 정규식을 준비할 수 없습니다 (%s)"
 187
 188#: apply.c:845
 189#, c-format
 190msgid "regexec returned %d for input: %s"
 191msgstr "regexec()에서 다음 입력에 대해 %d번을 리턴했습니다: %s"
 192
 193#: apply.c:929
 194#, c-format
 195msgid "unable to find filename in patch at line %d"
 196msgstr "패치의 %d번 줄에 파일 이름을 찾을 수 없습니다"
 197
 198#: apply.c:967
 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:973
 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:974
 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:979
 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:1008
 223#, c-format
 224msgid "invalid mode on line %d: %s"
 225msgstr "%d번 줄에 잘못된 모드: %s"
 226
 227#: apply.c:1326
 228#, c-format
 229msgid "inconsistent header lines %d and %d"
 230msgstr "일관성 없는 헤더 줄 %d번 및 %d번"
 231
 232#: apply.c:1498
 233#, c-format
 234msgid "recount: unexpected line: %.*s"
 235msgstr "recount: 예상치 못한 줄: %.*s"
 236
 237#: apply.c:1567
 238#, c-format
 239msgid "patch fragment without header at line %d: %.*s"
 240msgstr "%d번 줄에 헤더 없는 패치 부분: %.*s"
 241
 242#: apply.c:1587
 243#, c-format
 244msgid ""
 245"git diff header lacks filename information when removing %d leading pathname "
 246"component (line %d)"
 247msgid_plural ""
 248"git diff header lacks filename information when removing %d leading pathname "
 249"components (line %d)"
 250msgstr[0] ""
 251"경로 이름 부분에서 %d개를 제거라 때 git diff 헤더에 파일 이름 정보가 없습니"
 252"다. (%d번 줄)"
 253
 254#: apply.c:1600
 255#, c-format
 256msgid "git diff header lacks filename information (line %d)"
 257msgstr "git diff 헤더에 파일 이름 정보가 없습니다 (%d번 줄)"
 258
 259#: apply.c:1770
 260msgid "new file depends on old contents"
 261msgstr "새 파일이 예전 내용에 의존합니다"
 262
 263#: apply.c:1772
 264msgid "deleted file still has contents"
 265msgstr "삭제한 파일에 아직 내용이 들어 있습니다"
 266
 267#: apply.c:1806
 268#, c-format
 269msgid "corrupt patch at line %d"
 270msgstr "패치가 %d번 줄에서 망가졌습니다"
 271
 272#: apply.c:1843
 273#, c-format
 274msgid "new file %s depends on old contents"
 275msgstr "새 파일 %s이(가) 예전 내용에 의존합니다"
 276
 277#: apply.c:1845
 278#, c-format
 279msgid "deleted file %s still has contents"
 280msgstr "삭제한 파일 %s이(가) 아직 내용이 들어 있습니다"
 281
 282#: apply.c:1848
 283#, c-format
 284msgid "** warning: file %s becomes empty but is not deleted"
 285msgstr "** 경고: %s 파일의 내용이 비어 있지만 삭제되지 않았습니다"
 286
 287#: apply.c:1995
 288#, c-format
 289msgid "corrupt binary patch at line %d: %.*s"
 290msgstr "%d번 줄에 바이너리 패치가 손상되었습니다: %.*s"
 291
 292#: apply.c:2032
 293#, c-format
 294msgid "unrecognized binary patch at line %d"
 295msgstr "%d번 줄에 바이너리 패치가 이해할 수 없습니다"
 296
 297#: apply.c:2193
 298#, c-format
 299msgid "patch with only garbage at line %d"
 300msgstr "%d번 줄에 쓰레기 데이터만 있는 패치"
 301
 302#: apply.c:2276
 303#, c-format
 304msgid "unable to read symlink %s"
 305msgstr "%s 심볼릭 링크를 읽을 수 없습니다"
 306
 307#: apply.c:2280
 308#, c-format
 309msgid "unable to open or read %s"
 310msgstr "%s을(를) 열거나 읽을 수 없습니다"
 311
 312#: apply.c:2933
 313#, c-format
 314msgid "invalid start of line: '%c'"
 315msgstr "줄 시작이 잘못됨: '%c'"
 316
 317#: apply.c:3052
 318#, c-format
 319msgid "Hunk #%d succeeded at %d (offset %d line)."
 320msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 321msgstr[0] "패치 %d번 부분 %d번 줄에서 성공 (오프셋 %d번 줄)"
 322
 323#: apply.c:3064
 324#, c-format
 325msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 326msgstr "컨텍스트가 (%ld/%ld)로 줄어듭니다. (%d번 줄에서 적용)"
 327
 328#: apply.c:3070
 329#, c-format
 330msgid ""
 331"while searching for:\n"
 332"%.*s"
 333msgstr ""
 334"다음을 검색하던 중:\n"
 335"%.*s"
 336
 337#: apply.c:3092
 338#, c-format
 339msgid "missing binary patch data for '%s'"
 340msgstr "'%s'에 대한 바이너리 패치 데이터가 없습니다"
 341
 342#: apply.c:3100
 343#, c-format
 344msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 345msgstr ""
 346"반대 헝크가 없으면 '%s'에 대한 바이너리 패치를 반대로 적용할 수 없습니다"
 347
 348#: apply.c:3146
 349#, c-format
 350msgid "cannot apply binary patch to '%s' without full index line"
 351msgstr ""
 352"전체 인덱스 라인이 없으면 '%s'에 대한 바이너리 패치를 적용할 수 없습니다"
 353
 354#: apply.c:3156
 355#, c-format
 356msgid ""
 357"the patch applies to '%s' (%s), which does not match the current contents."
 358msgstr "패치가 '%s'(%s)에 적용되지만, 현재 내용과 일치하지 않습니다."
 359
 360#: apply.c:3164
 361#, c-format
 362msgid "the patch applies to an empty '%s' but it is not empty"
 363msgstr "패치는 빈 '%s'에 적용되지만, 현재 비어 있지 않습니다"
 364
 365#: apply.c:3182
 366#, c-format
 367msgid "the necessary postimage %s for '%s' cannot be read"
 368msgstr "'%2$s'에 대한 필요한 %1$s 포스트이미지를 읽을 수 없습니다"
 369
 370#: apply.c:3195
 371#, c-format
 372msgid "binary patch does not apply to '%s'"
 373msgstr "바이너리 패치를 '%s'에 적용할 수 없습니다"
 374
 375#: apply.c:3201
 376#, c-format
 377msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 378msgstr ""
 379"'%s'에 대한 바이너리 패치가 올바르지 않은 결과를 만듭니다. (기대한 값 %s, 실"
 380"제 %s)"
 381
 382#: apply.c:3222
 383#, c-format
 384msgid "patch failed: %s:%ld"
 385msgstr "패치 실패: %s:%ld"
 386
 387#: apply.c:3344
 388#, c-format
 389msgid "cannot checkout %s"
 390msgstr "%s을(를) 가져올 수 없습니다"
 391
 392#: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277
 393#, c-format
 394msgid "failed to read %s"
 395msgstr "%s을(를) 읽는데 실패했습니다"
 396
 397#: apply.c:3400
 398#, c-format
 399msgid "reading from '%s' beyond a symbolic link"
 400msgstr "심볼릭 링크 뒤에 있는 '%s' 읽기"
 401
 402#: apply.c:3429 apply.c:3669
 403#, c-format
 404msgid "path %s has been renamed/deleted"
 405msgstr "%s 경로가 이름이 바뀌었거나 삭제되었습니다"
 406
 407#: apply.c:3512 apply.c:3683
 408#, c-format
 409msgid "%s: does not exist in index"
 410msgstr "%s: 인덱스에 없습니다"
 411
 412#: apply.c:3521 apply.c:3691
 413#, c-format
 414msgid "%s: does not match index"
 415msgstr "%s: 인덱스와 맞지 않습니다"
 416
 417#: apply.c:3556
 418msgid "repository lacks the necessary blob to fall back on 3-way merge."
 419msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
 420
 421#: apply.c:3559
 422#, c-format
 423msgid "Falling back to three-way merge...\n"
 424msgstr "3-방향 병합으로 대신합니다...\n"
 425
 426#: apply.c:3575 apply.c:3579
 427#, c-format
 428msgid "cannot read the current contents of '%s'"
 429msgstr "'%s'의 현재 내용을 읽을 수 없습니다"
 430
 431#: apply.c:3591
 432#, c-format
 433msgid "Failed to fall back on three-way merge...\n"
 434msgstr "3-방향 병합으로 대신하는데 실패했습니다...\n"
 435
 436#: apply.c:3605
 437#, c-format
 438msgid "Applied patch to '%s' with conflicts.\n"
 439msgstr "패치를 '%s'에 충돌이 있는 상태로 적용.\n"
 440
 441#: apply.c:3610
 442#, c-format
 443msgid "Applied patch to '%s' cleanly.\n"
 444msgstr "패치를 '%s'에 패치 문제 없이 적용.\n"
 445
 446#: apply.c:3636
 447msgid "removal patch leaves file contents"
 448msgstr "제거하는 패치 다음에 파일 내용이 남았습니다"
 449
 450#: apply.c:3708
 451#, c-format
 452msgid "%s: wrong type"
 453msgstr "%s: 잘못된 종류"
 454
 455#: apply.c:3710
 456#, c-format
 457msgid "%s has type %o, expected %o"
 458msgstr "%s의 종류가 %o이지만 %o이(가) 되어야 합니다"
 459
 460#: apply.c:3860 apply.c:3862
 461#, c-format
 462msgid "invalid path '%s'"
 463msgstr "잘못된 경로 '%s'"
 464
 465#: apply.c:3918
 466#, c-format
 467msgid "%s: already exists in index"
 468msgstr "%s: 이미 인덱스에 있습니다"
 469
 470#: apply.c:3921
 471#, c-format
 472msgid "%s: already exists in working directory"
 473msgstr "%s: 이미 작업 디렉터리에 있습니다"
 474
 475#: apply.c:3941
 476#, c-format
 477msgid "new mode (%o) of %s does not match old mode (%o)"
 478msgstr "%2$s의 새 모드(%1$o)가 예전 모드(%3$o)와 다릅니다"
 479
 480#: apply.c:3946
 481#, c-format
 482msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 483msgstr "%2$s의 새 모드(%1$o)가 %4$s의 예전 모드(%3$o)와 다릅니다"
 484
 485#: apply.c:3966
 486#, c-format
 487msgid "affected file '%s' is beyond a symbolic link"
 488msgstr "영향 받는 '%s' 파일이 심볼릭 링크 뒤에 있습니다"
 489
 490#: apply.c:3970
 491#, c-format
 492msgid "%s: patch does not apply"
 493msgstr "%s: 패치를 적용하지 않습니다"
 494
 495#: apply.c:3985
 496#, c-format
 497msgid "Checking patch %s..."
 498msgstr "%s 패치를 확인하는 중입니다..."
 499
 500#: apply.c:4076
 501#, c-format
 502msgid "sha1 information is lacking or useless for submodule %s"
 503msgstr "sha1 정보가 없거나 %s 하위 모듈에서 쓸 수 없습니다"
 504
 505#: apply.c:4083
 506#, c-format
 507msgid "mode change for %s, which is not in current HEAD"
 508msgstr "%s에 대한 모드 변경이지만, 현재 HEAD에 없습니다"
 509
 510#: apply.c:4086
 511#, c-format
 512msgid "sha1 information is lacking or useless (%s)."
 513msgstr "sha1 정보가 없거나 쓸 수 없습니다 (%s)."
 514
 515#: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138
 516#, c-format
 517msgid "make_cache_entry failed for path '%s'"
 518msgstr "경로 '%s'에 대해 make_cache_entry 실패"
 519
 520#: apply.c:4095
 521#, c-format
 522msgid "could not add %s to temporary index"
 523msgstr "임시 인덱스에 %s 항목을 추가할 수 없습니다"
 524
 525#: apply.c:4105
 526#, c-format
 527msgid "could not write temporary index to %s"
 528msgstr "임시 인덱스를 %s에 쓸 수 없습니다"
 529
 530#: apply.c:4243
 531#, c-format
 532msgid "unable to remove %s from index"
 533msgstr "인덱스에서 %s을(를) 제거할 수 없습니다"
 534
 535#: apply.c:4278
 536#, c-format
 537msgid "corrupt patch for submodule %s"
 538msgstr "하위 모듈 %s에 대해 손상된 패치"
 539
 540#: apply.c:4284
 541#, c-format
 542msgid "unable to stat newly created file '%s'"
 543msgstr "새로 만든 파일 '%s'에 대해 stat()할 수 없습니다"
 544
 545#: apply.c:4292
 546#, c-format
 547msgid "unable to create backing store for newly created file %s"
 548msgstr "새로 만든 파일 '%s'에 대해 예비 저장소를 만들 수 없습니다"
 549
 550#: apply.c:4298 apply.c:4442
 551#, c-format
 552msgid "unable to add cache entry for %s"
 553msgstr "%s에 대해 캐시 항목을 추가할 수 없습니다"
 554
 555#: apply.c:4339
 556#, c-format
 557msgid "failed to write to '%s'"
 558msgstr "'%s'에 쓰는데 실패했습니다"
 559
 560#: apply.c:4343
 561#, c-format
 562msgid "closing file '%s'"
 563msgstr "'%s' 파일을 닫는 중입니다"
 564
 565#: apply.c:4413
 566#, c-format
 567msgid "unable to write file '%s' mode %o"
 568msgstr "'%s' 파일에 쓸 수 없습니다 ('%o' 모드)"
 569
 570#: apply.c:4511
 571#, c-format
 572msgid "Applied patch %s cleanly."
 573msgstr "%s 패치 깔끔하게 적용."
 574
 575#: apply.c:4519
 576msgid "internal error"
 577msgstr "내부 오류"
 578
 579#: apply.c:4522
 580#, c-format
 581msgid "Applying patch %%s with %d reject..."
 582msgid_plural "Applying patch %%s with %d rejects..."
 583msgstr[0] "%%s 패치를 (%d개 거부) 적용..."
 584
 585#: apply.c:4533
 586#, c-format
 587msgid "truncating .rej filename to %.*s.rej"
 588msgstr "truncating .rej 파일 이름을 '%.*s.rej'(으)로 자름"
 589
 590#: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988
 591#, c-format
 592msgid "cannot open %s"
 593msgstr "%s을(를) 열 수 없습니다"
 594
 595#: apply.c:4555
 596#, c-format
 597msgid "Hunk #%d applied cleanly."
 598msgstr "패치 부위 #%d 깔끔하게 적용."
 599
 600#: apply.c:4559
 601#, c-format
 602msgid "Rejected hunk #%d."
 603msgstr "패치 부위 #%d 거부됨."
 604
 605#: apply.c:4669
 606#, c-format
 607msgid "Skipped patch '%s'."
 608msgstr "패치 '%s' 건너뜀."
 609
 610#: apply.c:4677
 611msgid "unrecognized input"
 612msgstr "인식할 수 없는 입력"
 613
 614#: apply.c:4696
 615msgid "unable to read index file"
 616msgstr "인덱스 파일을 읽을 수 없습니다"
 617
 618#: apply.c:4833
 619#, c-format
 620msgid "can't open patch '%s': %s"
 621msgstr "'%s' 패치를 열 수 없습니다: %s"
 622
 623#: apply.c:4860
 624#, c-format
 625msgid "squelched %d whitespace error"
 626msgid_plural "squelched %d whitespace errors"
 627msgstr[0] "공백 오류 %d개를 넘어갑니다"
 628
 629#: apply.c:4866 apply.c:4881
 630#, c-format
 631msgid "%d line adds whitespace errors."
 632msgid_plural "%d lines add whitespace errors."
 633msgstr[0] "%d번 줄에서 공백 오류를 추가합니다."
 634
 635#: apply.c:4874
 636#, c-format
 637msgid "%d line applied after fixing whitespace errors."
 638msgid_plural "%d lines applied after fixing whitespace errors."
 639msgstr[0] "공백 오류를 바로잡은 뒤에 %d번 줄 적용."
 640
 641#: apply.c:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
 642msgid "Unable to write new index file"
 643msgstr "새 인덱스 파일에 쓸 수 없습니다"
 644
 645#: apply.c:4921 apply.c:4924 builtin/am.c:2257 builtin/am.c:2260
 646#: builtin/clone.c:115 builtin/fetch.c:93 builtin/pull.c:187
 647#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
 648#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
 649#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
 650#: git-add--interactive.perl:197
 651msgid "path"
 652msgstr "경로"
 653
 654#: apply.c:4922
 655msgid "don't apply changes matching the given path"
 656msgstr "주어진 경로에 해당하는 변경 사항을 적용하지 않습니다"
 657
 658#: apply.c:4925
 659msgid "apply changes matching the given path"
 660msgstr "주어진 경로에 해당하는 변경 사항을 적용합니다"
 661
 662#: apply.c:4927 builtin/am.c:2266
 663msgid "num"
 664msgstr "개수"
 665
 666#: apply.c:4928
 667msgid "remove <num> leading slashes from traditional diff paths"
 668msgstr "전통적인 diff 경로 앞의 <개수>개의 앞 슬래시(/)를 제거합니다"
 669
 670#: apply.c:4931
 671msgid "ignore additions made by the patch"
 672msgstr "패치에서 추가하는 파일을 무시합니다"
 673
 674#: apply.c:4933
 675msgid "instead of applying the patch, output diffstat for the input"
 676msgstr "패치를 적용하는 대신, 입력에 대한 diffstat을 출력합니다"
 677
 678#: apply.c:4937
 679msgid "show number of added and deleted lines in decimal notation"
 680msgstr "십진수로 추가 및 삭제한 줄 수를 표시합니다"
 681
 682#: apply.c:4939
 683msgid "instead of applying the patch, output a summary for the input"
 684msgstr "패치를 적용하는 대신, 입력에 대한 요약을 출력합니다"
 685
 686#: apply.c:4941
 687msgid "instead of applying the patch, see if the patch is applicable"
 688msgstr "패치를 적용하는 대신, 패치를 적용 가능한지 확인합니다"
 689
 690#: apply.c:4943
 691msgid "make sure the patch is applicable to the current index"
 692msgstr "현재 인덱스에서 패치가 적용 가능한지 확인합니다"
 693
 694#: apply.c:4945
 695msgid "apply a patch without touching the working tree"
 696msgstr "작업 폴더를 바꾸지 않고 패치를 적용합니다"
 697
 698#: apply.c:4947
 699msgid "accept a patch that touches outside the working area"
 700msgstr "작업 영역 밖의 파일을 바꾸는 패치를 허용합니다"
 701
 702#: apply.c:4949
 703msgid "also apply the patch (use with --stat/--summary/--check)"
 704msgstr "그리고 패치도 적용합니다 (--stat/--summary/--check 옵션과 같이 사용)"
 705
 706#: apply.c:4951
 707msgid "attempt three-way merge if a patch does not apply"
 708msgstr "패치를 적용하지 않으면 3-방향 병합을 시도합니다"
 709
 710#: apply.c:4953
 711msgid "build a temporary index based on embedded index information"
 712msgstr "내장 인덱스 정보를 사용해 임시 인덱스를 만듭니다"
 713
 714#: apply.c:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
 715msgid "paths are separated with NUL character"
 716msgstr "경로를 NUL 문자로 구분합니다"
 717
 718#: apply.c:4958
 719msgid "ensure at least <n> lines of context match"
 720msgstr "최소한 <n>줄이 컨텍스트와 일치하는지 확인합니다"
 721
 722#: apply.c:4959 builtin/am.c:2245
 723msgid "action"
 724msgstr "동작"
 725
 726#: apply.c:4960
 727msgid "detect new or modified lines that have whitespace errors"
 728msgstr "공백 오류가 있는 추가됐거나 수정된 줄을 찾습니다"
 729
 730#: apply.c:4963 apply.c:4966
 731msgid "ignore changes in whitespace when finding context"
 732msgstr "컨텍스트를 찾을 때 공백 변경 사항을 무시합니다"
 733
 734#: apply.c:4969
 735msgid "apply the patch in reverse"
 736msgstr "패치를 반대 순서로 적용합니다"
 737
 738#: apply.c:4971
 739msgid "don't expect at least one line of context"
 740msgstr "최소한의 컨텍스트 한 줄도 없이 적용합니다"
 741
 742#: apply.c:4973
 743msgid "leave the rejected hunks in corresponding *.rej files"
 744msgstr "거부된 패치 부분을 대응되는 *.rej 파일에 남겨둡니다"
 745
 746#: apply.c:4975
 747msgid "allow overlapping hunks"
 748msgstr "패치 부분이 겹쳐도 허용합니다"
 749
 750#: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21
 751#: builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651
 752#: builtin/log.c:1877 builtin/mv.c:123 builtin/read-tree.c:125
 753msgid "be verbose"
 754msgstr "자세히 표시"
 755
 756#: apply.c:4978
 757msgid "tolerate incorrectly detected missing new-line at the end of file"
 758msgstr "파일 끝에 줄바꿈이 빠졌음을 잘못 검색한 경우에 무시합니다"
 759
 760#: apply.c:4981
 761msgid "do not trust the line counts in the hunk headers"
 762msgstr "패치 부분의 헤더의 줄 수를 신용하지 않습니다"
 763
 764#: apply.c:4983 builtin/am.c:2254
 765msgid "root"
 766msgstr "최상위"
 767
 768#: apply.c:4984
 769msgid "prepend <root> to all filenames"
 770msgstr "모든 파일 이름에 <최상위>를 앞에 붙입니다"
 771
 772#: archive.c:13
 773msgid "git archive [<options>] <tree-ish> [<path>...]"
 774msgstr "git archive [<옵션>] <트리-따위> [<경로>...]"
 775
 776#: archive.c:14
 777msgid "git archive --list"
 778msgstr "git archive --list"
 779
 780#: archive.c:15
 781msgid ""
 782"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 783msgstr ""
 784"git archive --remote <저장소> [--exec <명령>] [<옵션>] <트리-따위> [<경로"
 785">...]"
 786
 787#: archive.c:16
 788msgid "git archive --remote <repo> [--exec <cmd>] --list"
 789msgstr "git archive --remote <저장소> [--exec <명령>] --list"
 790
 791#: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
 792#, c-format
 793msgid "pathspec '%s' did not match any files"
 794msgstr "'%s' 경로명세가 어떤 파일과도 일치하지 않습니다"
 795
 796#: archive.c:418
 797msgid "fmt"
 798msgstr "형식"
 799
 800#: archive.c:418
 801msgid "archive format"
 802msgstr "압축 형식"
 803
 804#: archive.c:419 builtin/log.c:1446
 805msgid "prefix"
 806msgstr "접두어"
 807
 808#: archive.c:420
 809msgid "prepend prefix to each pathname in the archive"
 810msgstr "아카이브의 각 경로 이름의 앞에 지정한 경로를 붙입니다"
 811
 812#: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
 813#: builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080
 814#: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552
 815#: builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120
 816#: parse-options.h:153
 817msgid "file"
 818msgstr "파일"
 819
 820#: archive.c:422 builtin/archive.c:89
 821msgid "write the archive to this file"
 822msgstr "아카이브를 이 파일에 씁니다"
 823
 824#: archive.c:424
 825msgid "read .gitattributes in working directory"
 826msgstr "작업 폴더의 .gitattributes를 읽습니다"
 827
 828#: archive.c:425
 829msgid "report archived files on stderr"
 830msgstr "아카이브에 포함된 파일을 표준오류로 표시합니다"
 831
 832#: archive.c:426
 833msgid "store only"
 834msgstr "저장만 하기"
 835
 836#: archive.c:427
 837msgid "compress faster"
 838msgstr "더 빠르게 압축"
 839
 840#: archive.c:435
 841msgid "compress better"
 842msgstr "더 작게 압축"
 843
 844#: archive.c:438
 845msgid "list supported archive formats"
 846msgstr "지원하는 압축 형식의 목록을 표시합니다"
 847
 848#: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108
 849#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
 850msgid "repo"
 851msgstr "저장소"
 852
 853#: archive.c:441 builtin/archive.c:91
 854msgid "retrieve the archive from remote repository <repo>"
 855msgstr "원격 저장소 <저장소>에서 아카이브를 가져옵니다"
 856
 857#: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
 858msgid "command"
 859msgstr "명령"
 860
 861#: archive.c:443 builtin/archive.c:93
 862msgid "path to the remote git-upload-archive command"
 863msgstr "원격 git-upload-archive 명령의 경로"
 864
 865#: archive.c:450
 866msgid "Unexpected option --remote"
 867msgstr "예상치 못한 옵션 --remote"
 868
 869#: archive.c:452
 870msgid "Option --exec can only be used together with --remote"
 871msgstr "--exec 옵션은 --remote 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
 872
 873#: archive.c:454
 874msgid "Unexpected option --output"
 875msgstr "예상치 못한 옵션 --output"
 876
 877#: archive.c:476
 878#, c-format
 879msgid "Unknown archive format '%s'"
 880msgstr "알 수 없는 아카이브 형식 '%s'"
 881
 882#: archive.c:483
 883#, c-format
 884msgid "Argument not supported for format '%s': -%d"
 885msgstr "'%s' 형식에서는 지원하지 않는 인자: -%d"
 886
 887#: attr.c:214
 888#, c-format
 889msgid "%.*s is not a valid attribute name"
 890msgstr "%.*s은(는) 올바른 속성 이름이 아닙니다"
 891
 892#: attr.c:410
 893msgid ""
 894"Negative patterns are ignored in git attributes\n"
 895"Use '\\!' for literal leading exclamation."
 896msgstr ""
 897"git attributes에서 반대 패턴은 무시됩니다.\n"
 898"앞에 느낌표를 쓰려면 '\\!'를 사용하십시오."
 899
 900#: bisect.c:447
 901#, c-format
 902msgid "Badly quoted content in file '%s': %s"
 903msgstr "'%s' 파일 안에 잘못된 따옴표가 붙은 내용: %s"
 904
 905#: bisect.c:655
 906#, c-format
 907msgid "We cannot bisect more!\n"
 908msgstr "더 이상 이등분할 수 없습니다!\n"
 909
 910#: bisect.c:708
 911#, c-format
 912msgid "Not a valid commit name %s"
 913msgstr "올바른 커밋 이름이 아닙니다 (%s)"
 914
 915#: bisect.c:732
 916#, c-format
 917msgid ""
 918"The merge base %s is bad.\n"
 919"This means the bug has been fixed between %s and [%s].\n"
 920msgstr ""
 921"%s 병합 베이스가 비정상입니다.\n"
 922"버그가 %s 및 [%s] 사이에서 고쳐졌다는 뜻입니다.\n"
 923
 924#: bisect.c:737
 925#, c-format
 926msgid ""
 927"The merge base %s is new.\n"
 928"The property has changed between %s and [%s].\n"
 929msgstr ""
 930"%s 병합 베이스가 새롭습니다.\n"
 931"속성이 %s 및 [%s] 사이에서 변경되었습니다.\n"
 932
 933#: bisect.c:742
 934#, c-format
 935msgid ""
 936"The merge base %s is %s.\n"
 937"This means the first '%s' commit is between %s and [%s].\n"
 938msgstr ""
 939"%s 병합 베이스가 %s입니다.\n"
 940"처음 '%s' 커밋이 %s 및 [%s] 사이라는 뜻입니다.\n"
 941
 942#: bisect.c:750
 943#, c-format
 944msgid ""
 945"Some %s revs are not ancestors of the %s rev.\n"
 946"git bisect cannot work properly in this case.\n"
 947"Maybe you mistook %s and %s revs?\n"
 948msgstr ""
 949"일부 %s 리비전이 %s 리비전의 과거 항목이 아닙니다.\n"
 950"git bisect 명령은 이 경우에는 올바르게 동작하지 않습니다.\n"
 951"%s 및 %s 리비전을 잘못 쓴 것 아닙니까?\n"
 952
 953#: bisect.c:763
 954#, c-format
 955msgid ""
 956"the merge base between %s and [%s] must be skipped.\n"
 957"So we cannot be sure the first %s commit is between %s and %s.\n"
 958"We continue anyway."
 959msgstr ""
 960"%s 및 %s 사이의 머지 베이스를 건너뜁니다.\n"
 961"그러므로 처음 %s 커밋이 %s 및 %s 사이에 있는지 확신할 수 없습니다.\n"
 962"어쨌든 계속합니다."
 963
 964#: bisect.c:798
 965#, c-format
 966msgid "Bisecting: a merge base must be tested\n"
 967msgstr "이등분: 병합 베이스를 시험해야 합니다\n"
 968
 969#: bisect.c:849
 970#, c-format
 971msgid "a %s revision is needed"
 972msgstr "하나의 %s 리비전이 필요합니다"
 973
 974#: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
 975#, c-format
 976msgid "could not create file '%s'"
 977msgstr "'%s' 파일을 만들 수 없습니다"
 978
 979#: bisect.c:917
 980#, c-format
 981msgid "could not read file '%s'"
 982msgstr "'%s' 파일을 읽을 수 없습니다"
 983
 984#: bisect.c:947
 985msgid "reading bisect refs failed"
 986msgstr "이등분 레퍼런스 읽기에 실패했습니다"
 987
 988#: bisect.c:967
 989#, c-format
 990msgid "%s was both %s and %s\n"
 991msgstr "%s은(는) %s 및 %s 모두에 해당됩니다\n"
 992
 993#: bisect.c:975
 994#, c-format
 995msgid ""
 996"No testable commit found.\n"
 997"Maybe you started with bad path parameters?\n"
 998msgstr ""
 999"시험 가능한 커밋이 없습니다.\n"
1000"잘못도니 경로 파라미터로 시작하지 않았습니까?\n"
1001
1002#: bisect.c:994
1003#, c-format
1004msgid "(roughly %d step)"
1005msgid_plural "(roughly %d steps)"
1006msgstr[0] "(대략 %d 단계)"
1007
1008#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1009#. steps)" translation.
1010#.
1011#: bisect.c:1000
1012#, c-format
1013msgid "Bisecting: %d revision left to test after this %s\n"
1014msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1015msgstr[0] "이등분: %2$s 뒤에 시험할 리비전이 %1$d개 남았습니다\n"
1016
1017#: blame.c:1757
1018msgid "--contents and --reverse do not blend well."
1019msgstr "--contents 및 --reverse 옵션은 호환되지 않습니다."
1020
1021#: blame.c:1768
1022msgid "cannot use --contents with final commit object name"
1023msgstr "--contents 옵션을 마지막 오브젝트 이름에 사용할 수 없습니다"
1024
1025#: blame.c:1788
1026msgid "--reverse and --first-parent together require specified latest commit"
1027msgstr ""
1028"--reverse 및 --first-parent 옵션을 같이 쓰면 최근 커밋을 지정해야 합니다"
1029
1030#: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:1166
1031#: sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:907
1032#: builtin/log.c:1357 builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:360
1033#: builtin/shortlog.c:177
1034msgid "revision walk setup failed"
1035msgstr "리비전 walk 준비가 실패했습니다"
1036
1037#: blame.c:1815
1038msgid ""
1039"--reverse --first-parent together require range along first-parent chain"
1040msgstr ""
1041"--reverse 및 --first-parent 옵션을 같이 쓰면 최초-상위 체인과 범위가 필요합니"
1042"다"
1043
1044#: blame.c:1826
1045#, c-format
1046msgid "no such path %s in %s"
1047msgstr "%s 경로가 %s 안에 없습니다"
1048
1049#: blame.c:1837
1050#, c-format
1051msgid "cannot read blob %s for path %s"
1052msgstr "%s 경로에 대해 %s 블롭을 읽을 수 없음"
1053
1054#: branch.c:53
1055#, c-format
1056msgid ""
1057"\n"
1058"After fixing the error cause you may try to fix up\n"
1059"the remote tracking information by invoking\n"
1060"\"git branch --set-upstream-to=%s%s%s\"."
1061msgstr ""
1062"\n"
1063"오류를 수정한 다음 원격 추적 정보를\n"
1064"\"git branch --set-upstream-to=%s%s%s\" 명령을\n"
1065"실행해 수정할 수 있습니다."
1066
1067#: branch.c:67
1068#, c-format
1069msgid "Not setting branch %s as its own upstream."
1070msgstr "%s 브랜치를 자신의 업스트림으로 지정하지 않음."
1071
1072#: branch.c:93
1073#, c-format
1074msgid "Branch %s set up to track remote branch %s from %s by rebasing."
1075msgstr ""
1076"%s 브랜치가 리베이스를 통해 리모트의 %s 브랜치를 (%s에서) 따라가도록 설정되었"
1077"습니다."
1078
1079#: branch.c:94
1080#, c-format
1081msgid "Branch %s set up to track remote branch %s from %s."
1082msgstr "%s 브랜치가 리모트의 %s 브랜치를 (%s에서) 따라가도록 설정되었습니다."
1083
1084#: branch.c:98
1085#, c-format
1086msgid "Branch %s set up to track local branch %s by rebasing."
1087msgstr ""
1088"%s 브랜치가 리베이스를 통해 리모트의 %s 브랜치를 따라가도록 설정되었습니다."
1089
1090#: branch.c:99
1091#, c-format
1092msgid "Branch %s set up to track local branch %s."
1093msgstr "%s 브랜치가 %s 브랜치를 따라가도록 설정되었습니다."
1094
1095#: branch.c:104
1096#, c-format
1097msgid "Branch %s set up to track remote ref %s by rebasing."
1098msgstr ""
1099"%s 브랜치가 리베이스를 통해 리모트의 %s 레퍼런스를 따라가도록 설정되었습니다."
1100
1101#: branch.c:105
1102#, c-format
1103msgid "Branch %s set up to track remote ref %s."
1104msgstr "%s 브랜치가 리모트의 %s 레퍼런스를 따라가도록 설정되었습니다."
1105
1106#: branch.c:109
1107#, c-format
1108msgid "Branch %s set up to track local ref %s by rebasing."
1109msgstr ""
1110"%s 브랜치가 리베이스를 통해 로컬의 %s 레퍼런스를 따라가도록 설정되었습니다."
1111
1112#: branch.c:110
1113#, c-format
1114msgid "Branch %s set up to track local ref %s."
1115msgstr "%s 브랜치가 로컬의 %s 레퍼런스를 따라가도록 설정되었습니다."
1116
1117#: branch.c:119
1118msgid "Unable to write upstream branch configuration"
1119msgstr "업스트림 브랜치 설정을 쓸 수 없습니다"
1120
1121#: branch.c:156
1122#, c-format
1123msgid "Not tracking: ambiguous information for ref %s"
1124msgstr "따라가지 않음: %s 레퍼런스에 대해 애매한 정보"
1125
1126#: branch.c:185
1127#, c-format
1128msgid "'%s' is not a valid branch name."
1129msgstr "'%s'은(는) 올바른 브랜치 이름이 아닙니다."
1130
1131#: branch.c:190
1132#, c-format
1133msgid "A branch named '%s' already exists."
1134msgstr "이름이 '%s'인 브랜치가 이미 있습니다."
1135
1136#: branch.c:198
1137msgid "Cannot force update the current branch."
1138msgstr "현재 브랜치를 강제로 업데이트할 수 없습니다."
1139
1140#: branch.c:218
1141#, c-format
1142msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1143msgstr ""
1144"따라가기 정보를 설정할 수 없습니다. 시작 위치 '%s'이(가) 브랜치가 아닙니다."
1145
1146#: branch.c:220
1147#, c-format
1148msgid "the requested upstream branch '%s' does not exist"
1149msgstr "요청한 업스트림 '%s' 브랜치가 없습니다"
1150
1151#: branch.c:222
1152msgid ""
1153"\n"
1154"If you are planning on basing your work on an upstream\n"
1155"branch that already exists at the remote, you may need to\n"
1156"run \"git fetch\" to retrieve it.\n"
1157"\n"
1158"If you are planning to push out a new local branch that\n"
1159"will track its remote counterpart, you may want to use\n"
1160"\"git push -u\" to set the upstream config as you push."
1161msgstr ""
1162"\n"
1163"리모트에 이미 있는 업스트림 브랜치를 기반으로 작업하려면,\n"
1164"먼저 \"git fetch\"로 가져 리모트 브랜치를 가져옵니다.\n"
1165"\n"
1166"새 로컬 브랜치를 거기에 해당하는 리모트 브랜치로 push하려면,\n"
1167"\"git push -u\"로 push하는 업스트림을 설정할 수 있습니다."
1168
1169#: branch.c:265
1170#, c-format
1171msgid "Not a valid object name: '%s'."
1172msgstr "올바른 오브젝트 이름이 아닙니다: '%s'."
1173
1174#: branch.c:285
1175#, c-format
1176msgid "Ambiguous object name: '%s'."
1177msgstr "애매한 오브젝트 이름: '%s'."
1178
1179#: branch.c:290
1180#, c-format
1181msgid "Not a valid branch point: '%s'."
1182msgstr "올바른 브랜치 위치가 아닙니다: '%s'."
1183
1184#: branch.c:344
1185#, c-format
1186msgid "'%s' is already checked out at '%s'"
1187msgstr "'%s'은(는) 이미 '%s' 위치에 받아져 있습니다"
1188
1189#: branch.c:366
1190#, c-format
1191msgid "HEAD of working tree %s is not updated"
1192msgstr "작업 폴더 %s의 헤드가 업데이트되지 않았습니다"
1193
1194#: bundle.c:34
1195#, c-format
1196msgid "'%s' does not look like a v2 bundle file"
1197msgstr "'%s' 파일이 버전2 번들 파일로 보이지 않습니다"
1198
1199#: bundle.c:62
1200#, c-format
1201msgid "unrecognized header: %s%s (%d)"
1202msgstr "인식할 수 없는 헤더: %s%s (%d)"
1203
1204#: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1205#, c-format
1206msgid "could not open '%s'"
1207msgstr "'%s'을(를) 열 수 없습니다"
1208
1209#: bundle.c:140
1210msgid "Repository lacks these prerequisite commits:"
1211msgstr "저장소에 필수적인 다음 커밋이 없습니다:"
1212
1213#: bundle.c:186
1214#, c-format
1215msgid "The bundle contains this ref:"
1216msgid_plural "The bundle contains these %d refs:"
1217msgstr[0] "번들에 다음 레퍼런스 %d개가 있습니다:"
1218
1219#: bundle.c:193
1220msgid "The bundle records a complete history."
1221msgstr "번들은 전체 커밋 내역을 기록합니다."
1222
1223#: bundle.c:195
1224#, c-format
1225msgid "The bundle requires this ref:"
1226msgid_plural "The bundle requires these %d refs:"
1227msgstr[0] "번들에 다음 레퍼런스 %d개가 필요합니다:"
1228
1229#: bundle.c:254
1230msgid "Could not spawn pack-objects"
1231msgstr "pack-objects 명령을 실행할 수 없습니다"
1232
1233#: bundle.c:265
1234msgid "pack-objects died"
1235msgstr "pack-objects 명령이 죽었습니다"
1236
1237#: bundle.c:307
1238msgid "rev-list died"
1239msgstr "rev-list 명령이 죽었습니다"
1240
1241#: bundle.c:356
1242#, c-format
1243msgid "ref '%s' is excluded by the rev-list options"
1244msgstr "rev-list 옵션에서 '%s' 레퍼런스가 제외되었습니다"
1245
1246#: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1247#, c-format
1248msgid "unrecognized argument: %s"
1249msgstr "알 수 없는 인자: %s"
1250
1251#: bundle.c:454
1252msgid "Refusing to create empty bundle."
1253msgstr "빈 번들은 만들지 않습니다."
1254
1255#: bundle.c:466
1256#, c-format
1257msgid "cannot create '%s'"
1258msgstr "'%s'을(를) 만들 수 없습니다"
1259
1260#: bundle.c:494
1261msgid "index-pack died"
1262msgstr "index-pack 명령이 죽었습니다"
1263
1264#: color.c:301
1265#, c-format
1266msgid "invalid color value: %.*s"
1267msgstr "잘못된 색 값: %.*s"
1268
1269#: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1270#: builtin/am.c:1469 builtin/am.c:2107
1271#, c-format
1272msgid "could not parse %s"
1273msgstr "parse %s을(를) 파싱할 수 없습니다"
1274
1275#: commit.c:43
1276#, c-format
1277msgid "%s %s is not a commit!"
1278msgstr "%s %s, 커밋이 아닙니다"
1279
1280#: commit.c:1511
1281msgid ""
1282"Warning: commit message did not conform to UTF-8.\n"
1283"You may want to amend it after fixing the message, or set the config\n"
1284"variable i18n.commitencoding to the encoding your project uses.\n"
1285msgstr ""
1286"경고: 커밋 메시지가 UTF-8 인코딩에 맞지 않습니다.\n"
1287"메시지를 수정한 다음 커밋을 수정하거나, 설정의 i18n.commitencoding\n"
1288"변수를 프로젝트가 사용 중인 인코딩으로 맞추십시오.\n"
1289
1290#: compat/obstack.c:406 compat/obstack.c:408
1291msgid "memory exhausted"
1292msgstr "메모리 바닥남"
1293
1294#: config.c:186
1295msgid "relative config include conditionals must come from files"
1296msgstr "상대 경로 설정 include 조건은 파일에서 와야 합니다"
1297
1298#: config.c:720
1299#, c-format
1300msgid "bad config line %d in blob %s"
1301msgstr "블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1302
1303#: config.c:724
1304#, c-format
1305msgid "bad config line %d in file %s"
1306msgstr "파일 %2$s 안에 %1$d번 줄에 잘못된 설정"
1307
1308#: config.c:728
1309#, c-format
1310msgid "bad config line %d in standard input"
1311msgstr "표준 입력 안에 %d번 줄에 잘못된 설정"
1312
1313#: config.c:732
1314#, c-format
1315msgid "bad config line %d in submodule-blob %s"
1316msgstr "하위 모듈 블롭 %2$s 안에 %1$d번 줄에 잘못된 설정"
1317
1318#: config.c:736
1319#, c-format
1320msgid "bad config line %d in command line %s"
1321msgstr "명령행 %2$s 안에 %1$d번 줄에 잘못된 설정"
1322
1323#: config.c:740
1324#, c-format
1325msgid "bad config line %d in %s"
1326msgstr "%2$s 안에 %1$d번 줄에 잘못된 설정"
1327
1328#: config.c:868
1329msgid "out of range"
1330msgstr "범위를 벗어남"
1331
1332#: config.c:868
1333msgid "invalid unit"
1334msgstr "단위가 잘못됨"
1335
1336#: config.c:874
1337#, c-format
1338msgid "bad numeric config value '%s' for '%s': %s"
1339msgstr "잘못된 수치 설정 값 '%s' (키 '%s'): %s"
1340
1341#: config.c:879
1342#, c-format
1343msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1344msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 블롭 %s): %s"
1345
1346#: config.c:882
1347#, c-format
1348msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1349msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 파일 %s): %s"
1350
1351#: config.c:885
1352#, c-format
1353msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1354msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 표준입력): %s"
1355
1356#: config.c:888
1357#, c-format
1358msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1359msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 하위 모듈 블롭 %s): %s"
1360
1361#: config.c:891
1362#, c-format
1363msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1364msgstr "잘못된 수치 설정 값 '%s' (키 '%s', 명령행 %s): %s"
1365
1366#: config.c:894
1367#, c-format
1368msgid "bad numeric config value '%s' for '%s' in %s: %s"
1369msgstr "잘못된 수치 설정 값 '%s' (키 '%s', %s 안에): %s"
1370
1371#: config.c:989
1372#, c-format
1373msgid "failed to expand user dir in: '%s'"
1374msgstr "다음에 사용자 디렉터리 확장에 실패: '%s'"
1375
1376#: config.c:1084 config.c:1095
1377#, c-format
1378msgid "bad zlib compression level %d"
1379msgstr "%d번은 올바른 zlib 압축 단계가 아닙니다"
1380
1381#: config.c:1212
1382#, c-format
1383msgid "invalid mode for object creation: %s"
1384msgstr "오브젝트 생성 모드가 올바르지 않습니다: %s"
1385
1386#: config.c:1368
1387#, c-format
1388msgid "bad pack compression level %d"
1389msgstr "잘못 묶음 압축 단계 %d"
1390
1391#: config.c:1564
1392msgid "unable to parse command-line config"
1393msgstr "명령행 설정을 파싱할 수 없습니다"
1394
1395#: config.c:1894
1396msgid "unknown error occurred while reading the configuration files"
1397msgstr "설정 파일을 읽는 중 알 수 없는 오류가 생겼습니다"
1398
1399#: config.c:2064
1400#, c-format
1401msgid "Invalid %s: '%s'"
1402msgstr "잘못된 %s: '%s'"
1403
1404#: config.c:2085
1405#, c-format
1406msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1407msgstr "알 수 없는 core.untrackedCache 값 '%s'; 기본값으로 'keep' 사용"
1408
1409#: config.c:2111
1410#, c-format
1411msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1412msgstr "splitIndex.maxPercentChange 값('%d')은 0에서 100 사이여야 합니다"
1413
1414#: config.c:2122
1415#, c-format
1416msgid "unable to parse '%s' from command-line config"
1417msgstr "명령행 설정에서 '%s'을(를) 설정할 수 없습니다"
1418
1419#: config.c:2124
1420#, c-format
1421msgid "bad config variable '%s' in file '%s' at line %d"
1422msgstr "'%2$s' 파일의 %3$d번 줄 '%1$s' 설정 변수가 잘못되었습니다"
1423
1424#: config.c:2183
1425#, c-format
1426msgid "%s has multiple values"
1427msgstr "%s은(는) 여러 개 값이 있습니다"
1428
1429#: config.c:2517 config.c:2745
1430#, c-format
1431msgid "fstat on %s failed"
1432msgstr "%s에 대해 fstat 실패"
1433
1434#: config.c:2635
1435#, c-format
1436msgid "could not set '%s' to '%s'"
1437msgstr "'%s'을(를) '%s'(으)로 설정할 수 없습니다"
1438
1439#: config.c:2637 builtin/remote.c:775
1440#, c-format
1441msgid "could not unset '%s'"
1442msgstr "'%s' 설정을 지울 수 없습니다"
1443
1444#: connect.c:50
1445msgid "The remote end hung up upon initial contact"
1446msgstr "리모트 측이 최초 연결했을 때 연결을 끊었습니다"
1447
1448#: connect.c:52
1449msgid ""
1450"Could not read from remote repository.\n"
1451"\n"
1452"Please make sure you have the correct access rights\n"
1453"and the repository exists."
1454msgstr ""
1455"리모트 저장소에서 읽을 수 없습니다\n"
1456"\n"
1457"올바른 접근 권한이 있는지, 그리고 저장소가 있는지\n"
1458"확인하십시오."
1459
1460#: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1461msgid "Checking connectivity"
1462msgstr "연결을 확인하는 중입니다"
1463
1464#: connected.c:75
1465msgid "Could not run 'git rev-list'"
1466msgstr "'git rev-list'를 실행할 수 없습니다"
1467
1468#: connected.c:95
1469msgid "failed write to rev-list"
1470msgstr "rev-list 쓰기에 실패했습니다"
1471
1472#: connected.c:102
1473msgid "failed to close rev-list's stdin"
1474msgstr "rev-list의 표준입력을 닫는데 실패했습니다"
1475
1476#: convert.c:205
1477#, c-format
1478msgid ""
1479"CRLF will be replaced by LF in %s.\n"
1480"The file will have its original line endings in your working directory."
1481msgstr ""
1482"%s에서 CRLF는 LF로 바뀝니다.\n"
1483"작업 디렉터리에서는 원래 줄 바꿈 형식을 유지합니다."
1484
1485#: convert.c:209
1486#, c-format
1487msgid "CRLF would be replaced by LF in %s."
1488msgstr "%s에서 CRLF는 LF로 바뀝니다."
1489
1490#: convert.c:215
1491#, c-format
1492msgid ""
1493"LF will be replaced by CRLF in %s.\n"
1494"The file will have its original line endings in your working directory."
1495msgstr ""
1496"%s에서 LF는 CRLF로 바뀝니다.\n"
1497"작업 디렉터리에서는 원래 줄 바꿈 형식을 유지합니다."
1498
1499#: convert.c:219
1500#, c-format
1501msgid "LF would be replaced by CRLF in %s"
1502msgstr "%s에서 LF는 CRLF로 바뀝니다."
1503
1504#: date.c:116
1505msgid "in the future"
1506msgstr "미래에"
1507
1508#: date.c:122
1509#, c-format
1510msgid "%<PRIuMAX> second ago"
1511msgid_plural "%<PRIuMAX> seconds ago"
1512msgstr[0] "%<PRIuMAX>초 전"
1513
1514#: date.c:129
1515#, c-format
1516msgid "%<PRIuMAX> minute ago"
1517msgid_plural "%<PRIuMAX> minutes ago"
1518msgstr[0] "%<PRIuMAX>분 전"
1519
1520#: date.c:136
1521#, c-format
1522msgid "%<PRIuMAX> hour ago"
1523msgid_plural "%<PRIuMAX> hours ago"
1524msgstr[0] "%<PRIuMAX>시간 전"
1525
1526#: date.c:143
1527#, c-format
1528msgid "%<PRIuMAX> day ago"
1529msgid_plural "%<PRIuMAX> days ago"
1530msgstr[0] "%<PRIuMAX>일 전"
1531
1532#: date.c:149
1533#, c-format
1534msgid "%<PRIuMAX> week ago"
1535msgid_plural "%<PRIuMAX> weeks ago"
1536msgstr[0] "%<PRIuMAX>주 전"
1537
1538#: date.c:156
1539#, c-format
1540msgid "%<PRIuMAX> month ago"
1541msgid_plural "%<PRIuMAX> months ago"
1542msgstr[0] "%<PRIuMAX>달 전"
1543
1544#: date.c:167
1545#, c-format
1546msgid "%<PRIuMAX> year"
1547msgid_plural "%<PRIuMAX> years"
1548msgstr[0] "%<PRIuMAX>년"
1549
1550#. TRANSLATORS: "%s" is "<n> years"
1551#: date.c:170
1552#, c-format
1553msgid "%s, %<PRIuMAX> month ago"
1554msgid_plural "%s, %<PRIuMAX> months ago"
1555msgstr[0] "%s, %<PRIuMAX>달 전"
1556
1557#: date.c:175 date.c:180
1558#, c-format
1559msgid "%<PRIuMAX> year ago"
1560msgid_plural "%<PRIuMAX> years ago"
1561msgstr[0] "%<PRIuMAX>년 전"
1562
1563#: diffcore-order.c:24
1564#, c-format
1565msgid "failed to read orderfile '%s'"
1566msgstr "'%s' 순서 파일을 읽는데 실패했습니다"
1567
1568#: diffcore-rename.c:536
1569msgid "Performing inexact rename detection"
1570msgstr "부정확한 이름 바꾸기 탐색을 수행하는 중"
1571
1572#: diff.c:63
1573#, c-format
1574msgid "option '%s' requires a value"
1575msgstr "'%s' 옵션에는 값이 필요합니다"
1576
1577#: diff.c:125
1578#, c-format
1579msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1580msgstr "  dirstat 자름 퍼센트 값 '%s' 파싱에 실패했습니다\n"
1581
1582#: diff.c:130
1583#, c-format
1584msgid "  Unknown dirstat parameter '%s'\n"
1585msgstr "  알 수 없는 dirstat 파라미터 '%s'\n"
1586
1587#: diff.c:282
1588#, c-format
1589msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1590msgstr "'diff.submodule' 설정 변수에 알 수 없는 값: '%s'"
1591
1592#: diff.c:342
1593#, c-format
1594msgid ""
1595"Found errors in 'diff.dirstat' config variable:\n"
1596"%s"
1597msgstr ""
1598"'diff.submodule' 설정 변수에 오류:\n"
1599"%s'"
1600
1601#: diff.c:3101
1602#, c-format
1603msgid "external diff died, stopping at %s"
1604msgstr "외부 diff 프로그램이 죽음, %s 위치에서 멈춤"
1605
1606#: diff.c:3427
1607msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1608msgstr ""
1609"\"--name-only, --name-status, --check, -s 옵션 중 하나만 쓸 수 있습니다"
1610
1611#: diff.c:3517
1612msgid "--follow requires exactly one pathspec"
1613msgstr "--follow 옵션에는 정확히 하나의 경로명세가 필요합니다"
1614
1615#: diff.c:3680
1616#, c-format
1617msgid ""
1618"Failed to parse --dirstat/-X option parameter:\n"
1619"%s"
1620msgstr ""
1621"--dirstat/-X 옵션 파라미터를 파싱하는데 실패했습니다:\n"
1622"%s"
1623
1624#: diff.c:3694
1625#, c-format
1626msgid "Failed to parse --submodule option parameter: '%s'"
1627msgstr "--submodule 옵션 파라미터 파싱에 실패했습니다: '%s'"
1628
1629#: diff.c:4716
1630msgid "inexact rename detection was skipped due to too many files."
1631msgstr "파일이 너무 많아서 부정확한 이름 바꾸기 검색 기능을 건너뜁니다."
1632
1633#: diff.c:4719
1634msgid "only found copies from modified paths due to too many files."
1635msgstr "파일이 너무 많아서 수정한 경로의 복사본만 찾았습니다."
1636
1637#: diff.c:4722
1638#, c-format
1639msgid ""
1640"you may want to set your %s variable to at least %d and retry the command."
1641msgstr "%s 변수를 최소한 %d(으)로 설정하고 명령을 다시 시도해 보십시오."
1642
1643#: dir.c:1948
1644msgid "failed to get kernel name and information"
1645msgstr "커널 이름과 정보를 가져오는데 실패했습니다"
1646
1647#: dir.c:2067
1648msgid "Untracked cache is disabled on this system or location."
1649msgstr "이 시스템 또는 위치에서는 추적되지 않는 캐시를 사용하지 않습니다."
1650
1651#: dir.c:2846 dir.c:2851
1652#, c-format
1653msgid "could not create directories for %s"
1654msgstr "%s에 필요한 디렉터리를 만들 수 없습니다"
1655
1656#: dir.c:2876
1657#, c-format
1658msgid "could not migrate git directory from '%s' to '%s'"
1659msgstr "'%s'에서 '%s'(으)로 git 디렉터리를 옮겨올 수 없습니다"
1660
1661#: entry.c:281
1662#, c-format
1663msgid "could not stat file '%s'"
1664msgstr "'%s' 파일에 stat을 할 수 없습니다"
1665
1666#: fetch-pack.c:251
1667msgid "git fetch-pack: expected shallow list"
1668msgstr "git fetch-pack: 얕은 목록을 예상함"
1669
1670#: fetch-pack.c:263
1671msgid "git fetch-pack: expected ACK/NAK, got EOF"
1672msgstr "git fetch-pack: ACK/NAK가 와야 하지만, EOF를 받았습니다"
1673
1674#: fetch-pack.c:282 builtin/archive.c:63
1675#, c-format
1676msgid "remote error: %s"
1677msgstr "리모트 오류: %s"
1678
1679#: fetch-pack.c:283
1680#, c-format
1681msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1682msgstr "git fetch-pack: ACK/NAK가 와야 하지만, '%s'을(를) 받았습니다"
1683
1684#: fetch-pack.c:335
1685msgid "--stateless-rpc requires multi_ack_detailed"
1686msgstr "--stateless-rpc 옵션은 multi_ack_detailed가 필요합니다"
1687
1688#: fetch-pack.c:421
1689#, c-format
1690msgid "invalid shallow line: %s"
1691msgstr "shallow 줄이 잘못됨: %s"
1692
1693#: fetch-pack.c:427
1694#, c-format
1695msgid "invalid unshallow line: %s"
1696msgstr "unshallow 줄이 잘못됨: %s"
1697
1698#: fetch-pack.c:429
1699#, c-format
1700msgid "object not found: %s"
1701msgstr "오브젝트가 없습니다: %s"
1702
1703#: fetch-pack.c:432
1704#, c-format
1705msgid "error in object: %s"
1706msgstr "오브젝트에 오류: %s"
1707
1708#: fetch-pack.c:434
1709#, c-format
1710msgid "no shallow found: %s"
1711msgstr "shallow가 없습니다: %s"
1712
1713#: fetch-pack.c:437
1714#, c-format
1715msgid "expected shallow/unshallow, got %s"
1716msgstr "shallow/unshallow가 와야 하지만, %s을(를) 받았습니다"
1717
1718#: fetch-pack.c:476
1719#, c-format
1720msgid "got %s %d %s"
1721msgstr "받음: %s %d %s"
1722
1723#: fetch-pack.c:490
1724#, c-format
1725msgid "invalid commit %s"
1726msgstr "잘못된 커밋 %s"
1727
1728#: fetch-pack.c:523
1729msgid "giving up"
1730msgstr "포기함"
1731
1732#: fetch-pack.c:533 progress.c:237
1733msgid "done"
1734msgstr "완료"
1735
1736#: fetch-pack.c:545
1737#, c-format
1738msgid "got %s (%d) %s"
1739msgstr "받음: %s (%d) %s"
1740
1741#: fetch-pack.c:591
1742#, c-format
1743msgid "Marking %s as complete"
1744msgstr "%s 항목을 완료로 표시"
1745
1746#: fetch-pack.c:775
1747#, c-format
1748msgid "already have %s (%s)"
1749msgstr "이미 %s (%s) 있음"
1750
1751#: fetch-pack.c:813
1752msgid "fetch-pack: unable to fork off sideband demultiplexer"
1753msgstr "fetch-pack: 사이드밴드 디멀티플렉서를 fork할 수 없습니다"
1754
1755#: fetch-pack.c:821
1756msgid "protocol error: bad pack header"
1757msgstr "프로토콜 오류: 잘못된 묶음 헤더"
1758
1759#: fetch-pack.c:877
1760#, c-format
1761msgid "fetch-pack: unable to fork off %s"
1762msgstr "fetch-pack: %s 명령을 fork할 수 없습니다"
1763
1764#: fetch-pack.c:893
1765#, c-format
1766msgid "%s failed"
1767msgstr "%s 실패"
1768
1769#: fetch-pack.c:895
1770msgid "error in sideband demultiplexer"
1771msgstr "사이드밴드 디멀티플렉서에 오류"
1772
1773#: fetch-pack.c:922
1774msgid "Server does not support shallow clients"
1775msgstr "서버에서 shallow 클라이언트를 지원하지 않습니다"
1776
1777#: fetch-pack.c:926
1778msgid "Server supports multi_ack_detailed"
1779msgstr "서버에서 multi_ack_detailed를 지원합니다"
1780
1781#: fetch-pack.c:929
1782msgid "Server supports no-done"
1783msgstr "서버에서 no-done을 지원합니다"
1784
1785#: fetch-pack.c:935
1786msgid "Server supports multi_ack"
1787msgstr "서버에서 multi_ack를 지원합니다"
1788
1789#: fetch-pack.c:939
1790msgid "Server supports side-band-64k"
1791msgstr "서버에서 side-band-64k를 지원합니다"
1792
1793#: fetch-pack.c:943
1794msgid "Server supports side-band"
1795msgstr "서버에서 side-band를 지원합니다"
1796
1797#: fetch-pack.c:947
1798msgid "Server supports allow-tip-sha1-in-want"
1799msgstr "서버에서 allow-tip-sha1-in-want를 지원합니다"
1800
1801#: fetch-pack.c:951
1802msgid "Server supports allow-reachable-sha1-in-want"
1803msgstr "서버에서 allow-reachable-sha1-in-want를 지원합니다"
1804
1805#: fetch-pack.c:961
1806msgid "Server supports ofs-delta"
1807msgstr "서버에서 ofs-delta를 지원합니다"
1808
1809#: fetch-pack.c:968
1810#, c-format
1811msgid "Server version is %.*s"
1812msgstr "서버 버전이 %.*s입니다"
1813
1814#: fetch-pack.c:974
1815msgid "Server does not support --shallow-since"
1816msgstr "서버에서 --shallow-signed 옵션을 지원하지 않습니다"
1817
1818#: fetch-pack.c:978
1819msgid "Server does not support --shallow-exclude"
1820msgstr "서버에서 --shallow-exclude 옵션을 지원하지 않습니다"
1821
1822#: fetch-pack.c:980
1823msgid "Server does not support --deepen"
1824msgstr "서버에서 --deepen 옵션을 지원하지 않습니다"
1825
1826#: fetch-pack.c:991
1827msgid "no common commits"
1828msgstr "공통 커밋 없음"
1829
1830#: fetch-pack.c:1003
1831msgid "git fetch-pack: fetch failed."
1832msgstr "git fetch-pack: 가져오기 실패."
1833
1834#: fetch-pack.c:1165
1835msgid "no matching remote head"
1836msgstr "해당하는 리모트 헤드가 없습니다"
1837
1838#: fetch-pack.c:1187
1839#, c-format
1840msgid "no such remote ref %s"
1841msgstr "그런 리모트가 레퍼런스가 없습니다: %s"
1842
1843#: fetch-pack.c:1190
1844#, c-format
1845msgid "Server does not allow request for unadvertised object %s"
1846msgstr "서버에서 알려지지 않은 %s 오브젝트에 대한 요청을 허용하지 않습니다"
1847
1848#: gpg-interface.c:181
1849msgid "gpg failed to sign the data"
1850msgstr "gpg에서 데이터를 서명하는데 실패했습니다."
1851
1852#: gpg-interface.c:211
1853msgid "could not create temporary file"
1854msgstr "임시 파일을 만들 수 없습니다"
1855
1856#: gpg-interface.c:213
1857#, c-format
1858msgid "failed writing detached signature to '%s'"
1859msgstr "분리된 서명을 '%s'에 쓰는데 실패했습니다"
1860
1861#: graph.c:97
1862#, c-format
1863msgid "ignore invalid color '%.*s' in log.graphColors"
1864msgstr "log.graphColors에 잘못된 색을 ('%.*s') 무시합니다"
1865
1866#: grep.c:1981
1867#, c-format
1868msgid "'%s': unable to read %s"
1869msgstr "'%s': %s을(를) 읽을 수 없습니다"
1870
1871#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1872#, c-format
1873msgid "failed to stat '%s'"
1874msgstr "'%s'에 대해 stat()이 실패했습니다"
1875
1876#: grep.c:2009
1877#, c-format
1878msgid "'%s': short read"
1879msgstr "'%s': 읽다가 잘림"
1880
1881#: help.c:179
1882#, c-format
1883msgid "available git commands in '%s'"
1884msgstr "'%s'에 있는 깃 명령"
1885
1886#: help.c:186
1887msgid "git commands available from elsewhere on your $PATH"
1888msgstr "다른 $PATH에 있는 깃 명령"
1889
1890#: help.c:217
1891msgid "These are common Git commands used in various situations:"
1892msgstr "다음은 여러가지 상황에서 자주 사용하는 깃 명령입니다:"
1893
1894#: help.c:281
1895#, c-format
1896msgid ""
1897"'%s' appears to be a git command, but we were not\n"
1898"able to execute it. Maybe git-%s is broken?"
1899msgstr ""
1900"'%s'은(는) 깃 명령으로 보이지만, 실행할 수\n"
1901"없습니다. 아마도 git-%s 망가진 것 같습니다."
1902
1903#: help.c:336
1904msgid "Uh oh. Your system reports no Git commands at all."
1905msgstr "어라라. 시스템에 깃 명령이 하나도 없다고 나옵니다."
1906
1907#: help.c:358
1908#, c-format
1909msgid "WARNING: You called a Git command named '%s', which does not exist."
1910msgstr "경고: 이름이 '%s'인 깃 명령을 실행했지만, 그 명령이 없습니다."
1911
1912#: help.c:363
1913#, c-format
1914msgid "Continuing under the assumption that you meant '%s'."
1915msgstr "'%s' 명령이라고 가정하고 계속합니다."
1916
1917#: help.c:368
1918#, c-format
1919msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1920msgstr "%0.1f초 뒤에 '%s' 명령이라고 가정하고 계속합니다."
1921
1922#: help.c:376
1923#, c-format
1924msgid "git: '%s' is not a git command. See 'git --help'."
1925msgstr "git: '%s'은(는) 깃 명령이 아닙니다. 'git --help'를 참고하십시오."
1926
1927#: help.c:380
1928msgid ""
1929"\n"
1930"The most similar command is"
1931msgid_plural ""
1932"\n"
1933"The most similar commands are"
1934msgstr[0] ""
1935"\n"
1936"가장 비슷한 명령은"
1937
1938#: help.c:395
1939msgid "git version [<options>]"
1940msgstr "git version [<옵션>]"
1941
1942#: help.c:456
1943#, c-format
1944msgid "%s: %s - %s"
1945msgstr "%s: %s - %s"
1946
1947#: help.c:460
1948msgid ""
1949"\n"
1950"Did you mean this?"
1951msgid_plural ""
1952"\n"
1953"Did you mean one of these?"
1954msgstr[0] ""
1955"\n"
1956"다음을 의도하신 것 아니었나요?"
1957
1958#: ident.c:342
1959msgid ""
1960"\n"
1961"*** Please tell me who you are.\n"
1962"\n"
1963"Run\n"
1964"\n"
1965"  git config --global user.email \"you@example.com\"\n"
1966"  git config --global user.name \"Your Name\"\n"
1967"\n"
1968"to set your account's default identity.\n"
1969"Omit --global to set the identity only in this repository.\n"
1970"\n"
1971msgstr ""
1972"\n"
1973"*** 내가 누구인지 설정하십시오.\n"
1974"\n"
1975"다음을 실행하면,\n"
1976"\n"
1977"  git config --global user.email \"you@example.com\"\n"
1978"  git config --global user.name \"내 이름\"\n"
1979"\n"
1980"계정의 기본 신원 정보를 설정합니다.\n"
1981"--global 옵션을 빼면 이 저장소서만 신원 정보를 설정합니다.\n"
1982"\n"
1983
1984#: ident.c:366
1985msgid "no email was given and auto-detection is disabled"
1986msgstr "메일 주소가 없고 자동 검사가 꺼져 있습니다"
1987
1988#: ident.c:371
1989#, c-format
1990msgid "unable to auto-detect email address (got '%s')"
1991msgstr "메일 주소를 자동 검사할 수 없습니다 ('%s' 찾음)"
1992
1993#: ident.c:381
1994msgid "no name was given and auto-detection is disabled"
1995msgstr "이름이 없고 자동 검사가 꺼져 있습니다"
1996
1997#: ident.c:387
1998#, c-format
1999msgid "unable to auto-detect name (got '%s')"
2000msgstr "이름을 자동 검사할 수 없습니다 ('%s' 찾음)"
2001
2002#: ident.c:395
2003#, c-format
2004msgid "empty ident name (for <%s>) not allowed"
2005msgstr "빈 이름의 신원 정보는 (<%s>에 대해) 허용하지 않습니다"
2006
2007#: ident.c:401
2008#, c-format
2009msgid "name consists only of disallowed characters: %s"
2010msgstr "이름이 허용하지 않는 문자로만 이루어져 있습니다: %s"
2011
2012#: ident.c:416 builtin/commit.c:612
2013#, c-format
2014msgid "invalid date format: %s"
2015msgstr "시각 형식이 잘못되었습니다: %s"
2016
2017#: lockfile.c:152
2018#, c-format
2019msgid ""
2020"Unable to create '%s.lock': %s.\n"
2021"\n"
2022"Another git process seems to be running in this repository, e.g.\n"
2023"an editor opened by 'git commit'. Please make sure all processes\n"
2024"are terminated then try again. If it still fails, a git process\n"
2025"may have crashed in this repository earlier:\n"
2026"remove the file manually to continue."
2027msgstr ""
2028"'%s.lock' 파일을 만들 수 없습니다: %s.\n"
2029"\n"
2030"이 저장소에서 다른 깃 프로세스가 실행 중인 것으로 보입니다. (예를\n"
2031"들어 'git commit' 명령으로 편집기가 열려 있다든지.) 모든 프로세스를\n"
2032"끝냈는지 확인하시고 다시 시도해 보십시오. 그래도 계속 실패하면, 이\n"
2033"저장소에서 깃 프로세스가 전에 이상 종료했을 수도 있습니다:\n"
2034"수동으로 해당 파일을 제거하고 계속하십시오."
2035
2036#: lockfile.c:160
2037#, c-format
2038msgid "Unable to create '%s.lock': %s"
2039msgstr "'%s.lock'을 만들 수 없습니다: %s"
2040
2041#: merge.c:41
2042msgid "failed to read the cache"
2043msgstr "캐시를 읽는데 실패했습니다"
2044
2045#: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
2046#: builtin/checkout.c:591 builtin/clone.c:753
2047msgid "unable to write new index file"
2048msgstr "새 인덱스 파일을 쓸 수 없습니다"
2049
2050#: merge-recursive.c:210
2051msgid "(bad commit)\n"
2052msgstr "(잘못된 커밋)\n"
2053
2054#: merge-recursive.c:232 merge-recursive.c:240
2055#, c-format
2056msgid "addinfo_cache failed for path '%s'"
2057msgstr "'%s' 경로에 대해 addinfo_cache가 실패했습니다"
2058
2059#: merge-recursive.c:304
2060msgid "error building trees"
2061msgstr "트리 빌드에 오류"
2062
2063#: merge-recursive.c:728
2064#, c-format
2065msgid "failed to create path '%s'%s"
2066msgstr "'%s' 경로 만들기에 실패했습니다%s"
2067
2068#: merge-recursive.c:739
2069#, c-format
2070msgid "Removing %s to make room for subdirectory\n"
2071msgstr "하위 디렉터리에 공간을 만드려고 %s을(를) 제거합니다\n"
2072
2073#: merge-recursive.c:753 merge-recursive.c:772
2074msgid ": perhaps a D/F conflict?"
2075msgstr ": 아마도 D/F 충돌?"
2076
2077#: merge-recursive.c:762
2078#, c-format
2079msgid "refusing to lose untracked file at '%s'"
2080msgstr "'%s' 위치의 추적되지 않는 파일을 잃기를 거부합니다"
2081
2082#: merge-recursive.c:804 builtin/cat-file.c:36
2083#, c-format
2084msgid "cannot read object %s '%s'"
2085msgstr "%s '%s' 오브젝트를 읽을 수 없음"
2086
2087#: merge-recursive.c:806
2088#, c-format
2089msgid "blob expected for %s '%s'"
2090msgstr "%s '%s'에 대해 블롭을 예상"
2091
2092#: merge-recursive.c:830
2093#, c-format
2094msgid "failed to open '%s': %s"
2095msgstr "'%s'을(를) 여는데 실패: %s"
2096
2097#: merge-recursive.c:841
2098#, c-format
2099msgid "failed to symlink '%s': %s"
2100msgstr "'%s' 심볼릭 링크에 실패: %s"
2101
2102#: merge-recursive.c:846
2103#, c-format
2104msgid "do not know what to do with %06o %s '%s'"
2105msgstr "다음을 어떻게 할지 알 수 없습니다: %06o %s '%s'"
2106
2107#: merge-recursive.c:986
2108msgid "Failed to execute internal merge"
2109msgstr "내부 병합 실행에 실패"
2110
2111#: merge-recursive.c:990
2112#, c-format
2113msgid "Unable to add %s to database"
2114msgstr "%s을(를) 데이터베이스에 추가할 수 없습니다"
2115
2116#: merge-recursive.c:1093
2117#, c-format
2118msgid ""
2119"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2120"in tree."
2121msgstr ""
2122"충돌! (%s/삭제): %s (위치 %s) 및 %s (%s에서) 삭제. %s 버전의 %s 트리에 남음."
2123
2124#: merge-recursive.c:1098
2125#, c-format
2126msgid ""
2127"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2128"left in tree."
2129msgstr ""
2130"충돌! (%s/삭제): %s (위치 %s) 삭제, %s에서 %s(으)로 (위치 %s). %s 버전의 %s "
2131"트리에 남음."
2132
2133#: merge-recursive.c:1105
2134#, c-format
2135msgid ""
2136"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2137"in tree at %s."
2138msgstr ""
2139"충돌! (%s/삭제): %s (위치 %s) 및 %s (위치 %s) 삭제. %s 버전의 %s 트리에 "
2140"%s(으)로 남음."
2141
2142#: merge-recursive.c:1110
2143#, c-format
2144msgid ""
2145"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2146"left in tree at %s."
2147msgstr ""
2148"충돌! (%s/삭제): %s (위치 %s) 삭제, %s에서 %s(으)로 (위치 %s). %s 버전의 %s "
2149"트리에 남음 (위치 %s)."
2150
2151#: merge-recursive.c:1144
2152msgid "rename"
2153msgstr "이름바꾸기"
2154
2155#: merge-recursive.c:1144
2156msgid "renamed"
2157msgstr "이름바꿈"
2158
2159#: merge-recursive.c:1201
2160#, c-format
2161msgid "%s is a directory in %s adding as %s instead"
2162msgstr "%s은(는) %s에 있는 디렉터리로 %s(으)로 이름을 바꿉니다"
2163
2164#: merge-recursive.c:1226
2165#, c-format
2166msgid ""
2167"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2168"\"->\"%s\" in \"%s\"%s"
2169msgstr ""
2170"충돌! (이름바꾸기/이름바꾸기): \"%3$s\" 브랜치에서 이름바꾸기 \"%1$s\"->"
2171"\"%2$s\" \"%6$s\" 브랜치에서 이름 바꾸기 \"%4$s\"->\"%5$s\"%7$s"
2172
2173#: merge-recursive.c:1231
2174msgid " (left unresolved)"
2175msgstr " (해결되지 않음)"
2176
2177#: merge-recursive.c:1293
2178#, c-format
2179msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2180msgstr ""
2181"충돌! (rename/rename): 이름 바꾸기 %s->%s (위치 %s). 이름 바꾸기 %s->%s (위"
2182"치 %s)"
2183
2184#: merge-recursive.c:1326
2185#, c-format
2186msgid "Renaming %s to %s and %s to %s instead"
2187msgstr "대신 이름을 %s에서 %s(으)로 바꾸고 %s에서 %s(으)로 바꿉니다"
2188
2189#: merge-recursive.c:1529
2190#, c-format
2191msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2192msgstr "충돌! (rename/add): 이름 바꾸기 %s->%s (위치 %s). %s 추가 (위치 %s)"
2193
2194#: merge-recursive.c:1544
2195#, c-format
2196msgid "Adding merged %s"
2197msgstr "병합된 %s을(를) 추가합니다"
2198
2199#: merge-recursive.c:1551 merge-recursive.c:1781
2200#, c-format
2201msgid "Adding as %s instead"
2202msgstr "대신 %s(으)로 추가합니다"
2203
2204#: merge-recursive.c:1608
2205#, c-format
2206msgid "cannot read object %s"
2207msgstr "%s 오브젝트를 읽을 수 없습니다"
2208
2209#: merge-recursive.c:1611
2210#, c-format
2211msgid "object %s is not a blob"
2212msgstr "%s 오브젝트는 블롭이 아닙니다"
2213
2214#: merge-recursive.c:1680
2215msgid "modify"
2216msgstr "수정"
2217
2218#: merge-recursive.c:1680
2219msgid "modified"
2220msgstr "수정됨"
2221
2222#: merge-recursive.c:1690
2223msgid "content"
2224msgstr "내용"
2225
2226#: merge-recursive.c:1697
2227msgid "add/add"
2228msgstr "추가/추가"
2229
2230#: merge-recursive.c:1733
2231#, c-format
2232msgid "Skipped %s (merged same as existing)"
2233msgstr "건너뛰기: %s (기존과 같게 병합)"
2234
2235#: merge-recursive.c:1747
2236#, c-format
2237msgid "Auto-merging %s"
2238msgstr "자동 병합: %s"
2239
2240#: merge-recursive.c:1751 git-submodule.sh:945
2241msgid "submodule"
2242msgstr "하위 모듈"
2243
2244#: merge-recursive.c:1752
2245#, c-format
2246msgid "CONFLICT (%s): Merge conflict in %s"
2247msgstr "충돌! (%s): %s에 병합 충돌"
2248
2249#: merge-recursive.c:1846
2250#, c-format
2251msgid "Removing %s"
2252msgstr "제거: %s"
2253
2254#: merge-recursive.c:1872
2255msgid "file/directory"
2256msgstr "파일/디렉터리"
2257
2258#: merge-recursive.c:1878
2259msgid "directory/file"
2260msgstr "디렉터리/파일"
2261
2262#: merge-recursive.c:1884
2263#, c-format
2264msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2265msgstr ""
2266"충돌! (%s): 이름이 %s인 디렉터리가 %s에 있습니다. %s을(를) %s(으)로 추가합니"
2267"다"
2268
2269#: merge-recursive.c:1893
2270#, c-format
2271msgid "Adding %s"
2272msgstr "추가: %s"
2273
2274#: merge-recursive.c:1930
2275msgid "Already up-to-date!"
2276msgstr "이미 업데이트 상태입니다!"
2277
2278#: merge-recursive.c:1939
2279#, c-format
2280msgid "merging of trees %s and %s failed"
2281msgstr "%s 및 %s 트리의 병합이 실패했습니다"
2282
2283#: merge-recursive.c:2022
2284msgid "Merging:"
2285msgstr "병합:"
2286
2287#: merge-recursive.c:2035
2288#, c-format
2289msgid "found %u common ancestor:"
2290msgid_plural "found %u common ancestors:"
2291msgstr[0] "과거의 공통 커밋 %u개 발견:"
2292
2293#: merge-recursive.c:2074
2294msgid "merge returned no commit"
2295msgstr "병합 결과에 커밋이 없습니다"
2296
2297#: merge-recursive.c:2137
2298#, c-format
2299msgid "Could not parse object '%s'"
2300msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
2301
2302#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2303msgid "Unable to write index."
2304msgstr "인덱스를 쓸 수 없습니다."
2305
2306#: notes-merge.c:273
2307#, c-format
2308msgid ""
2309"You have not concluded your previous notes merge (%s exists).\n"
2310"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2311"commit/abort the previous merge before you start a new notes merge."
2312msgstr ""
2313"이전의 노트 병합을 다 마치지 않았습니다 (%s 있음).\n"
2314"새로 노트 병합을 시작하기 전에 'git notes merge --commit'\n"
2315"또는 'git notes merge --abort'로 이전 병합을 커밋/중지하십시오."
2316
2317#: notes-merge.c:280
2318#, c-format
2319msgid "You have not concluded your notes merge (%s exists)."
2320msgstr "노트 병합 작업을 다 마치지 않았습니다. (%s 있음)"
2321
2322#: notes-utils.c:42
2323msgid "Cannot commit uninitialized/unreferenced notes tree"
2324msgstr "초기화하지 않았거나 레퍼런스하지 않은 notes 트리를 커밋할 수 없습니다"
2325
2326#: notes-utils.c:101
2327#, c-format
2328msgid "Bad notes.rewriteMode value: '%s'"
2329msgstr "잘못된 notes.rewriteMode 값: '%s'"
2330
2331#: notes-utils.c:111
2332#, c-format
2333msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2334msgstr "%s에서 노트를 다시 쓰기를 거부합니다 (refs/notes/ 밖임)"
2335
2336#. TRANSLATORS: The first %s is the name of
2337#. the environment variable, the second %s is
2338#. its value.
2339#.
2340#: notes-utils.c:141
2341#, c-format
2342msgid "Bad %s value: '%s'"
2343msgstr "잘못된 %s 값: '%s'"
2344
2345#: object.c:240
2346#, c-format
2347msgid "unable to parse object: %s"
2348msgstr "오브젝트를 파싱할 수 없습니다: %s"
2349
2350#: parse-options.c:573
2351msgid "..."
2352msgstr "..."
2353
2354#: parse-options.c:591
2355#, c-format
2356msgid "usage: %s"
2357msgstr "사용법: %s"
2358
2359#. TRANSLATORS: the colon here should align with the
2360#. one in "usage: %s" translation.
2361#.
2362#: parse-options.c:597
2363#, c-format
2364msgid "   or: %s"
2365msgstr "  또는: %s"
2366
2367#: parse-options.c:600
2368#, c-format
2369msgid "    %s"
2370msgstr "    %s"
2371
2372#: parse-options.c:634
2373msgid "-NUM"
2374msgstr "-NUM"
2375
2376#: parse-options-cb.c:108
2377#, c-format
2378msgid "malformed object name '%s'"
2379msgstr "잘못된 형식의 오브젝트 이름 '%s'"
2380
2381#: path.c:890
2382#, c-format
2383msgid "Could not make %s writable by group"
2384msgstr "%s을(를) 그룹에서 쓰기 가능하도록 만들 수 없습니다"
2385
2386#: pathspec.c:129
2387msgid "Escape character '\\' not allowed as last character in attr value"
2388msgstr "속성 값의 마지막 문자로 '\\\\' 이스케이프 문자는 허용하지 않습니다"
2389
2390#: pathspec.c:147
2391msgid "Only one 'attr:' specification is allowed."
2392msgstr "하나의 'attr:' 명세만 허용합니다."
2393
2394#: pathspec.c:150
2395msgid "attr spec must not be empty"
2396msgstr "attr 명세는 비어 있으면 안 됩니다"
2397
2398#: pathspec.c:193
2399#, c-format
2400msgid "invalid attribute name %s"
2401msgstr "잘못된 속성 이름 %s"
2402
2403#: pathspec.c:258
2404msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2405msgstr "'glob' 및 'noglob' 경로명세 전체 설정은 호환되지 않습니다"
2406
2407#: pathspec.c:265
2408msgid ""
2409"global 'literal' pathspec setting is incompatible with all other global "
2410"pathspec settings"
2411msgstr ""
2412"'literal' 경로명세 전체 설정은 다른 경로명세 전체 설정과 호환되지 않습니다"
2413
2414#: pathspec.c:305
2415msgid "invalid parameter for pathspec magic 'prefix'"
2416msgstr "경로명세 지시어 'prefix'에 잘못된 파라미터"
2417
2418#: pathspec.c:326
2419#, c-format
2420msgid "Invalid pathspec magic '%.*s' in '%s'"
2421msgstr "잘못된 경로명세 지시어 '%.*s' (위치 '%s')"
2422
2423#: pathspec.c:331
2424#, c-format
2425msgid "Missing ')' at the end of pathspec magic in '%s'"
2426msgstr "경로 명세 지시어 끝에 ')' 빠짐 (위치 '%s')"
2427
2428#: pathspec.c:369
2429#, c-format
2430msgid "Unimplemented pathspec magic '%c' in '%s'"
2431msgstr "구현되지 않은 경로명세 지시어 '%c' (위치 '%s')"
2432
2433#: pathspec.c:428
2434#, c-format
2435msgid "%s: 'literal' and 'glob' are incompatible"
2436msgstr "%s: 'literal'과 'glob'은 호환되지 않습니다"
2437
2438#: pathspec.c:441
2439#, c-format
2440msgid "%s: '%s' is outside repository"
2441msgstr "%s: '%s'은(는) 저장소 밖입니다"
2442
2443#: pathspec.c:515
2444#, c-format
2445msgid "'%s' (mnemonic: '%c')"
2446msgstr "'%s' (단축키: '%c')"
2447
2448#: pathspec.c:525
2449#, c-format
2450msgid "%s: pathspec magic not supported by this command: %s"
2451msgstr "%s: 경로명세 지시어가 이 명령어에서 지원하지 않습니다: %s"
2452
2453#: pathspec.c:575
2454msgid ""
2455"empty strings as pathspecs will be made invalid in upcoming releases. please "
2456"use . instead if you meant to match all paths"
2457msgstr ""
2458"경로명세로 빈 문자열을 넣는 일은 다음 릴리스에서 오류로 취급할 예정입니다. 모"
2459"든 경로를 지정하려면 점(.)을 사용하십시오."
2460
2461#: pathspec.c:599
2462#, c-format
2463msgid "pathspec '%s' is beyond a symbolic link"
2464msgstr "'%s' 경로명세는 심볼릭 링크 아래에 있습니다"
2465
2466#: pretty.c:963
2467msgid "unable to parse --pretty format"
2468msgstr "--pretty 형식을 파싱할 수 없습니다"
2469
2470#: read-cache.c:1443
2471#, c-format
2472msgid ""
2473"index.version set, but the value is invalid.\n"
2474"Using version %i"
2475msgstr ""
2476"index.version이 설정되었지만, 이 값이 잘못되었습니다.\n"
2477"%i 버전을 사용합니다"
2478
2479#: read-cache.c:1453
2480#, c-format
2481msgid ""
2482"GIT_INDEX_VERSION set, but the value is invalid.\n"
2483"Using version %i"
2484msgstr ""
2485"GIT_INDEX_VERSION이 설정되었지만, 이 값이 잘못되었습니다.\n"
2486"%i 버전을 사용합니다"
2487
2488#: read-cache.c:2308 builtin/merge.c:1019
2489#, c-format
2490msgid "could not close '%s'"
2491msgstr "'%s'을(를) 닫을 수 없습니다"
2492
2493#: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2494#, c-format
2495msgid "could not stat '%s'"
2496msgstr "'%s'을(를) stat()할 수 없습니다"
2497
2498#: read-cache.c:2396
2499#, c-format
2500msgid "unable to open git dir: %s"
2501msgstr "git 디렉터리를 열 수 없습니다: %s"
2502
2503#: read-cache.c:2408
2504#, c-format
2505msgid "unable to unlink: %s"
2506msgstr "링크 해제할 수 없습니다: %s"
2507
2508#: refs.c:622
2509#, c-format
2510msgid "Could not open '%s' for writing"
2511msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
2512
2513#: refs.c:1769
2514msgid "ref updates forbidden inside quarantine environment"
2515msgstr "격리된 환경에서 레퍼런스 업데이트가 금지됩니다"
2516
2517#: refs/files-backend.c:1664
2518#, c-format
2519msgid "could not delete reference %s: %s"
2520msgstr "%s 레퍼런스를 삭제할 수 없습니다: %s"
2521
2522#: refs/files-backend.c:1667
2523#, c-format
2524msgid "could not delete references: %s"
2525msgstr "레퍼런스를 삭제할 수 없습니다: %s"
2526
2527#: refs/files-backend.c:1676
2528#, c-format
2529msgid "could not remove reference %s"
2530msgstr "%s 레퍼런스를 제거할 수 없습니다"
2531
2532#: ref-filter.c:35 wt-status.c:1811
2533msgid "gone"
2534msgstr "없음"
2535
2536#: ref-filter.c:36
2537#, c-format
2538msgid "ahead %d"
2539msgstr "%d개 앞"
2540
2541#: ref-filter.c:37
2542#, c-format
2543msgid "behind %d"
2544msgstr "%d개 뒤"
2545
2546#: ref-filter.c:38
2547#, c-format
2548msgid "ahead %d, behind %d"
2549msgstr "%d개 앞, %d개 뒤"
2550
2551#: ref-filter.c:105
2552#, c-format
2553msgid "expected format: %%(color:<color>)"
2554msgstr "예상한 형식: %%(color:<색>)"
2555
2556#: ref-filter.c:107
2557#, c-format
2558msgid "unrecognized color: %%(color:%s)"
2559msgstr "인식할 수 없는 색: %%(color:%s)"
2560
2561#: ref-filter.c:121
2562#, c-format
2563msgid "Integer value expected refname:lstrip=%s"
2564msgstr "정수 값이 와야 합니다 refname:lstrip=%s"
2565
2566#: ref-filter.c:125
2567#, c-format
2568msgid "Integer value expected refname:rstrip=%s"
2569msgstr "정수 값이 와야 합니다 refname:rstrip=%s"
2570
2571#: ref-filter.c:127
2572#, c-format
2573msgid "unrecognized %%(%s) argument: %s"
2574msgstr "인식할 수 없는 %%(%s) 인자: %s"
2575
2576#: ref-filter.c:167
2577#, c-format
2578msgid "%%(body) does not take arguments"
2579msgstr "%%(body)에 인자를 받지 않습니다"
2580
2581#: ref-filter.c:174
2582#, c-format
2583msgid "%%(subject) does not take arguments"
2584msgstr "%%(subject)에 인자를 받지 않습니다"
2585
2586#: ref-filter.c:181
2587#, c-format
2588msgid "%%(trailers) does not take arguments"
2589msgstr "%%(trailers)에 인자를 받지 않습니다"
2590
2591#: ref-filter.c:200
2592#, c-format
2593msgid "positive value expected contents:lines=%s"
2594msgstr "'contents:lines=%s'에서 0보다 큰 값이 와야 합니다"
2595
2596#: ref-filter.c:202
2597#, c-format
2598msgid "unrecognized %%(contents) argument: %s"
2599msgstr "알 수 없는 %%(contents) 인자: %s"
2600
2601#: ref-filter.c:215
2602#, c-format
2603msgid "positive value expected objectname:short=%s"
2604msgstr "'contents:short=%s'에서 0보다 큰 값이 와야 합니다"
2605
2606#: ref-filter.c:219
2607#, c-format
2608msgid "unrecognized %%(objectname) argument: %s"
2609msgstr "알 수 없는 %%(objectname) 인자: %s"
2610
2611#: ref-filter.c:246
2612#, c-format
2613msgid "expected format: %%(align:<width>,<position>)"
2614msgstr "예상한 형식: %%(align:<너비>,<위치>)"
2615
2616#: ref-filter.c:258
2617#, c-format
2618msgid "unrecognized position:%s"
2619msgstr "인식할 수 없는 위치:%s"
2620
2621#: ref-filter.c:262
2622#, c-format
2623msgid "unrecognized width:%s"
2624msgstr "인식할 수 없는 너비:%s"
2625
2626#: ref-filter.c:268
2627#, c-format
2628msgid "unrecognized %%(align) argument: %s"
2629msgstr "인식할 수 없는 %%(align) 인자:%s"
2630
2631#: ref-filter.c:272
2632#, c-format
2633msgid "positive width expected with the %%(align) atom"
2634msgstr "%%(align) 아톰에 너비가 0보다 커야 합니다"
2635
2636#: ref-filter.c:287
2637#, c-format
2638msgid "unrecognized %%(if) argument: %s"
2639msgstr "인식할 수 없는 %%(if) 인자: %s"
2640
2641#: ref-filter.c:378
2642#, c-format
2643msgid "malformed field name: %.*s"
2644msgstr "잘못된 형식의 필드 이름: %.*s"
2645
2646#: ref-filter.c:404
2647#, c-format
2648msgid "unknown field name: %.*s"
2649msgstr "알 수 없는 필드 이름: %.*s"
2650
2651#: ref-filter.c:508
2652#, c-format
2653msgid "format: %%(if) atom used without a %%(then) atom"
2654msgstr "형식: %%(if) 아톰이 %%(then) 아톰 없이 사용되었습니다"
2655
2656#: ref-filter.c:568
2657#, c-format
2658msgid "format: %%(then) atom used without an %%(if) atom"
2659msgstr "형식: %%(then) 아톰이 %%(if) 아톰 없이 사용되었습니다"
2660
2661#: ref-filter.c:570
2662#, c-format
2663msgid "format: %%(then) atom used more than once"
2664msgstr "형식: %%(then) 아톰이 여러번 사용되었습니다"
2665
2666#: ref-filter.c:572
2667#, c-format
2668msgid "format: %%(then) atom used after %%(else)"
2669msgstr "형식: %%(then) 아톰이 %%(else) 뒤에 사용되었습니다"
2670
2671#: ref-filter.c:598
2672#, c-format
2673msgid "format: %%(else) atom used without an %%(if) atom"
2674msgstr "형식: %%(else) 아톰이 %%(if) 아톰 없이 사용되었습니다"
2675
2676#: ref-filter.c:600
2677#, c-format
2678msgid "format: %%(else) atom used without a %%(then) atom"
2679msgstr "형식: %%(else) 아톰이 %%(then) 아톰 없이 사용되었습니다"
2680
2681#: ref-filter.c:602
2682#, c-format
2683msgid "format: %%(else) atom used more than once"
2684msgstr "형식: %%(else) 아톰이 여러번 사용되었습니다"
2685
2686#: ref-filter.c:615
2687#, c-format
2688msgid "format: %%(end) atom used without corresponding atom"
2689msgstr "형식: %%(end) 아톰이 대응되는 아톰 없이 사용되었습니다"
2690
2691#: ref-filter.c:670
2692#, c-format
2693msgid "malformed format string %s"
2694msgstr "잘못된 형식의 문자열 %s"
2695
2696#: ref-filter.c:1254
2697#, c-format
2698msgid "(no branch, rebasing %s)"
2699msgstr "(브랜치 없음, %s 리베이스)"
2700
2701#: ref-filter.c:1257
2702#, c-format
2703msgid "(no branch, bisect started on %s)"
2704msgstr "(브랜치 없음, 이등분 %s에서 시작)"
2705
2706#. TRANSLATORS: make sure this matches "HEAD
2707#. detached at " in wt-status.c
2708#.
2709#: ref-filter.c:1265
2710#, c-format
2711msgid "(HEAD detached at %s)"
2712msgstr "(HEAD %s 위치에서 분리됨)"
2713
2714#. TRANSLATORS: make sure this matches "HEAD
2715#. detached from " in wt-status.c
2716#.
2717#: ref-filter.c:1272
2718#, c-format
2719msgid "(HEAD detached from %s)"
2720msgstr "(HEAD %s(으)로부터 분리됨)"
2721
2722#: ref-filter.c:1276
2723msgid "(no branch)"
2724msgstr "(브랜치 없음)"
2725
2726#: ref-filter.c:1426 ref-filter.c:1457
2727#, c-format
2728msgid "missing object %s for %s"
2729msgstr "없는 오브젝트 %s, %s에 대해"
2730
2731#: ref-filter.c:1429 ref-filter.c:1460
2732#, c-format
2733msgid "parse_object_buffer failed on %s for %s"
2734msgstr "%s에 parse_object_buffer 실패 (%s에 대해)"
2735
2736#: ref-filter.c:1760
2737#, c-format
2738msgid "malformed object at '%s'"
2739msgstr "'%s'에 잘못된 형식의 오브젝트"
2740
2741#: ref-filter.c:1827
2742#, c-format
2743msgid "ignoring ref with broken name %s"
2744msgstr "망가진 이름 %s에 레퍼런스를 무시합니다"
2745
2746#: ref-filter.c:1832
2747#, c-format
2748msgid "ignoring broken ref %s"
2749msgstr "망가진 레퍼런스 %s 무시"
2750
2751#: ref-filter.c:2095
2752#, c-format
2753msgid "format: %%(end) atom missing"
2754msgstr "형식: %%(end) 아톰이 없습니다"
2755
2756#: ref-filter.c:2176
2757#, c-format
2758msgid "malformed object name %s"
2759msgstr "잘못된 형식의 오브젝트 이름 %s"
2760
2761#: remote.c:747
2762#, c-format
2763msgid "Cannot fetch both %s and %s to %s"
2764msgstr "%s 및 %s을(를) 모두 %s에 가져올 수 없습니다"
2765
2766#: remote.c:751
2767#, c-format
2768msgid "%s usually tracks %s, not %s"
2769msgstr "%s은(는) 보통 %s을(를) 추적하고, %s을(를) 추적하지 않습니다"
2770
2771#: remote.c:755
2772#, c-format
2773msgid "%s tracks both %s and %s"
2774msgstr "%s은(는) %s 및 %s 모두 추적합니다"
2775
2776#: remote.c:763
2777msgid "Internal error"
2778msgstr "내부 오류"
2779
2780#: remote.c:1680 remote.c:1782
2781msgid "HEAD does not point to a branch"
2782msgstr "HEAD가 브랜치를 가리키지 않습니다"
2783
2784#: remote.c:1689
2785#, c-format
2786msgid "no such branch: '%s'"
2787msgstr "그런 브랜치가 없습니다: '%s'"
2788
2789#: remote.c:1692
2790#, c-format
2791msgid "no upstream configured for branch '%s'"
2792msgstr "'%s' 브랜치에 대해 업스트림을 설정하지 않았습니다"
2793
2794#: remote.c:1698
2795#, c-format
2796msgid "upstream branch '%s' not stored as a remote-tracking branch"
2797msgstr "업스트림 '%s' 브랜치가 리모트 추적 브랜치로 저장되지 않았습니다"
2798
2799#: remote.c:1713
2800#, c-format
2801msgid "push destination '%s' on remote '%s' has no local tracking branch"
2802msgstr "리모트 '%2$s'의 푸시 대상 '%1$s'에 로컬 추적 브랜치가 없습니다"
2803
2804#: remote.c:1725
2805#, c-format
2806msgid "branch '%s' has no remote for pushing"
2807msgstr "'%s' 브랜치에 푸시 리모트가 없습니다"
2808
2809#: remote.c:1736
2810#, c-format
2811msgid "push refspecs for '%s' do not include '%s'"
2812msgstr "'%s'에 대한 푸시 레퍼런스명세에 '%s'이(가) 들어 있지 않습니다"
2813
2814#: remote.c:1749
2815msgid "push has no destination (push.default is 'nothing')"
2816msgstr "푸시의 대상이 없습니다 (push.default가 'nothing'입니다)"
2817
2818#: remote.c:1771
2819msgid "cannot resolve 'simple' push to a single destination"
2820msgstr "하나의 대상에 대해 'simple' 푸시를 처리할 수 없습니다"
2821
2822#: remote.c:2076
2823#, c-format
2824msgid "Your branch is based on '%s', but the upstream is gone.\n"
2825msgstr "현재 브랜치가 '%s' 기반이지만, 업스트림이 없어졌습니다.\n"
2826
2827#: remote.c:2080
2828msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2829msgstr "  (바로잡으려면 \"git branch --unset-upstream\"을 사용하십시오)\n"
2830
2831#: remote.c:2083
2832#, c-format
2833msgid "Your branch is up-to-date with '%s'.\n"
2834msgstr "브랜치가 '%s'에 맞게 업데이트된 상태입니다.\n"
2835
2836#: remote.c:2087
2837#, c-format
2838msgid "Your branch is ahead of '%s' by %d commit.\n"
2839msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2840msgstr[0] "브랜치가 '%s'보다 %d개 커밋만큼 앞에 있습니다.\n"
2841
2842#: remote.c:2093
2843msgid "  (use \"git push\" to publish your local commits)\n"
2844msgstr "  (로컬에 있는 커밋을 제출하려면 \"git push\"를 사용하십시오)\n"
2845
2846#: remote.c:2096
2847#, c-format
2848msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2849msgid_plural ""
2850"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2851msgstr[0] "브랜치가 '%s'보다 %d개 커밋 뒤에 있고, 앞으로 돌릴 수 있습니다.\n"
2852
2853#: remote.c:2104
2854msgid "  (use \"git pull\" to update your local branch)\n"
2855msgstr "  (로컬 브랜치를 업데이트하려면 \"git pull\"을 사용하십시오)\n"
2856
2857#: remote.c:2107
2858#, c-format
2859msgid ""
2860"Your branch and '%s' have diverged,\n"
2861"and have %d and %d different commit each, respectively.\n"
2862msgid_plural ""
2863"Your branch and '%s' have diverged,\n"
2864"and have %d and %d different commits each, respectively.\n"
2865msgstr[0] ""
2866"현재 브랜치와 '%s'이(가) 갈라졌습니다,\n"
2867"다른 커밋이 각각 %d개와 %d개 있습니다.\n"
2868
2869#: remote.c:2117
2870msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2871msgstr ""
2872"  (리모트의 브랜치를 현재 브랜치로 병합하려면 \"git pull\"을 사용하십시오)\n"
2873
2874#: revision.c:2187
2875msgid "your current branch appears to be broken"
2876msgstr "현재 브랜치가 망가진 것처럼 보입니다"
2877
2878#: revision.c:2190
2879#, c-format
2880msgid "your current branch '%s' does not have any commits yet"
2881msgstr "현재 '%s' 브랜치에 아직 아무 커밋도 없습니다"
2882
2883#: revision.c:2384
2884msgid "--first-parent is incompatible with --bisect"
2885msgstr "--first-parent 옵션은 --bisect 옵션과 호환되지 않습니다"
2886
2887#: run-command.c:644
2888msgid "open /dev/null failed"
2889msgstr "/dev/null 열기 실패"
2890
2891#: send-pack.c:151
2892#, c-format
2893msgid "unable to parse remote unpack status: %s"
2894msgstr "리모트 묶음 풀기 상태를 파싱할 수 없습니다: %s"
2895
2896#: send-pack.c:153
2897#, c-format
2898msgid "remote unpack failed: %s"
2899msgstr "리모트 묶음 풀기 실패: %s"
2900
2901#: send-pack.c:316
2902msgid "failed to sign the push certificate"
2903msgstr "푸시 인증서 서명에 실패했습니다"
2904
2905#: send-pack.c:429
2906msgid "the receiving end does not support --signed push"
2907msgstr "받는 쪽에서 --signed 푸시를 지원하지 않습니다"
2908
2909#: send-pack.c:431
2910msgid ""
2911"not sending a push certificate since the receiving end does not support --"
2912"signed push"
2913msgstr ""
2914"받는 쪽에서 --signed 푸시를 지원하지 않으므로 푸시 인증서를 보내지 않습니다"
2915
2916#: send-pack.c:443
2917msgid "the receiving end does not support --atomic push"
2918msgstr "받는 쪽에서 --atomic 푸시를 지원하지 않습니다"
2919
2920#: send-pack.c:448
2921msgid "the receiving end does not support push options"
2922msgstr "받는 쪽에서 푸시 옵션을 지원하지 않습니다"
2923
2924#: sequencer.c:216
2925msgid "revert"
2926msgstr "revert"
2927
2928#: sequencer.c:218
2929msgid "cherry-pick"
2930msgstr "cherry-pick"
2931
2932#: sequencer.c:220
2933msgid "rebase -i"
2934msgstr "rebase -i"
2935
2936#: sequencer.c:222
2937#, c-format
2938msgid "Unknown action: %d"
2939msgstr "알 수 없는 동작: %d"
2940
2941#: sequencer.c:279
2942msgid ""
2943"after resolving the conflicts, mark the corrected paths\n"
2944"with 'git add <paths>' or 'git rm <paths>'"
2945msgstr ""
2946"이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
2947"'git add <경로>' 또는 'git rm <경로>'로 표시하십시오"
2948
2949#: sequencer.c:282
2950msgid ""
2951"after resolving the conflicts, mark the corrected paths\n"
2952"with 'git add <paths>' or 'git rm <paths>'\n"
2953"and commit the result with 'git commit'"
2954msgstr ""
2955"이 충돌을 해결한 뒤에, 바로잡은 경로를\n"
2956"'git add <경로>' 또는 'git rm <경로>'로 표시하십시오.\n"
2957"그리고 결과물을 'git commit'으로 커밋하십시오"
2958
2959#: sequencer.c:295 sequencer.c:1685
2960#, c-format
2961msgid "could not lock '%s'"
2962msgstr "'%s'을(를) 잠글 수 없습니다"
2963
2964#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2965#, c-format
2966msgid "could not write to '%s'"
2967msgstr "'%s'에 쓸 수 없습니다"
2968
2969#: sequencer.c:302
2970#, c-format
2971msgid "could not write eol to '%s'"
2972msgstr "'%s'에 줄바꿈을 쓸 수 없습니다"
2973
2974#: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2975#, c-format
2976msgid "failed to finalize '%s'."
2977msgstr "'%s' 마치는데 실패했습니다."
2978
2979#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
2980#: builtin/commit.c:750 builtin/merge.c:1017
2981#, c-format
2982msgid "could not read '%s'"
2983msgstr "'%s'에서 읽을 수 없습니다"
2984
2985#: sequencer.c:356
2986#, c-format
2987msgid "your local changes would be overwritten by %s."
2988msgstr "로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다."
2989
2990#: sequencer.c:360
2991msgid "commit your changes or stash them to proceed."
2992msgstr "변경 사항을 커밋하거나 스태시한 다음 계속하십시오."
2993
2994#: sequencer.c:389
2995#, c-format
2996msgid "%s: fast-forward"
2997msgstr "%s: 정방향 진행"
2998
2999#. TRANSLATORS: %s will be "revert", "cherry-pick" or
3000#. "rebase -i".
3001#.
3002#: sequencer.c:472
3003#, c-format
3004msgid "%s: Unable to write new index file"
3005msgstr "%s: 새 인덱스 파일을 쓸 수 없습니다"
3006
3007#: sequencer.c:491
3008msgid "could not resolve HEAD commit\n"
3009msgstr "HEAD 커밋을 처리할 수 없습니다\n"
3010
3011#: sequencer.c:511
3012msgid "unable to update cache tree\n"
3013msgstr "캐시 트리를 업데이트할 수 없습니다\n"
3014
3015#: sequencer.c:595
3016#, c-format
3017msgid ""
3018"you have staged changes in your working tree\n"
3019"If these changes are meant to be squashed into the previous commit, run:\n"
3020"\n"
3021"  git commit --amend %s\n"
3022"\n"
3023"If they are meant to go into a new commit, run:\n"
3024"\n"
3025"  git commit %s\n"
3026"\n"
3027"In both cases, once you're done, continue with:\n"
3028"\n"
3029"  git rebase --continue\n"
3030msgstr ""
3031"작업 폴더에 스테이징한 변경 사항이 있습니다.\n"
3032"이 변경 사항을 이전 커밋에 합치려면,\n"
3033"다음을 실행하십시오:\n"
3034"\n"
3035"  git commit --amend %s\n"
3036"\n"
3037"새 커밋으로 만드려면 다음을 실행하십시오:\n"
3038"\n"
3039"  git commit %s\n"
3040"\n"
3041"어떤 경우이든, 마친 다음에 다음 명령으로 계속합니다:\n"
3042"\n"
3043"  git rebase --continue\n"
3044
3045#: sequencer.c:697
3046#, c-format
3047msgid "could not parse commit %s\n"
3048msgstr "%s 커밋을 파싱할 수 없습니다\n"
3049
3050#: sequencer.c:702
3051#, c-format
3052msgid "could not parse parent commit %s\n"
3053msgstr "%s 이전 커밋을 파싱할 수 없습니다\n"
3054
3055#: sequencer.c:824
3056#, c-format
3057msgid ""
3058"unexpected 1st line of squash message:\n"
3059"\n"
3060"\t%.*s"
3061msgstr ""
3062"커밋 합치기 메시지의 첫 줄이 예상치 못함:\n"
3063"\n"
3064"\t%.*s"
3065
3066#: sequencer.c:830
3067#, c-format
3068msgid ""
3069"invalid 1st line of squash message:\n"
3070"\n"
3071"\t%.*s"
3072msgstr ""
3073"커밋 합치기 메시지의 첫 줄이 잘못됨:\n"
3074"\n"
3075"\t%.*s"
3076
3077#: sequencer.c:836 sequencer.c:861
3078#, c-format
3079msgid "This is a combination of %d commits."
3080msgstr "커밋 %d개가 섞인 결과입니다."
3081
3082#: sequencer.c:845
3083msgid "need a HEAD to fixup"
3084msgstr "바로잡으려면 HEAD가 필요합니다"
3085
3086#: sequencer.c:847
3087msgid "could not read HEAD"
3088msgstr "HEAD를 읽을 수 없습니다"
3089
3090#: sequencer.c:849
3091msgid "could not read HEAD's commit message"
3092msgstr "HEAD의 커밋 메시지를 읽을 수 없습니다"
3093
3094#: sequencer.c:855
3095#, c-format
3096msgid "cannot write '%s'"
3097msgstr "'%s'을(를) 쓸 수 없습니다"
3098
3099#: sequencer.c:864 git-rebase--interactive.sh:445
3100msgid "This is the 1st commit message:"
3101msgstr "1번째 커밋 메시지입니다:"
3102
3103#: sequencer.c:872
3104#, c-format
3105msgid "could not read commit message of %s"
3106msgstr "%s의 커밋 메시지를 읽을 수 없습니다"
3107
3108#: sequencer.c:879
3109#, c-format
3110msgid "This is the commit message #%d:"
3111msgstr "커밋 메시지 #%d번입니다:"
3112
3113#: sequencer.c:884
3114#, c-format
3115msgid "The commit message #%d will be skipped:"
3116msgstr "커밋 메시지 #%d번을 건너뜁니다:"
3117
3118#: sequencer.c:889
3119#, c-format
3120msgid "unknown command: %d"
3121msgstr "알 수 없는 명령: %d"
3122
3123#: sequencer.c:955
3124msgid "your index file is unmerged."
3125msgstr "인덱스 파일이 병합되지 않았습니다."
3126
3127#: sequencer.c:973
3128#, c-format
3129msgid "commit %s is a merge but no -m option was given."
3130msgstr "%s 커밋은 병합이지만 -m 옵션이 주어지지 않았습니다."
3131
3132# FIXME: "parent %d" 번호가 무슨 의미?
3133#: sequencer.c:981
3134#, c-format
3135msgid "commit %s does not have parent %d"
3136msgstr "%s 커밋에 이전 커밋 %d이(가) 없습니다"
3137
3138#: sequencer.c:985
3139#, c-format
3140msgid "mainline was specified but commit %s is not a merge."
3141msgstr "메인라인을 지정했지만 %s 커밋이 병합 커밋이 아닙니다."
3142
3143#: sequencer.c:991
3144#, c-format
3145msgid "cannot get commit message for %s"
3146msgstr "%s에 대한 커밋 메시지를 가져올 수 없습니다"
3147
3148#. TRANSLATORS: The first %s will be a "todo" command like
3149#. "revert" or "pick", the second %s a SHA1.
3150#: sequencer.c:1012
3151#, c-format
3152msgid "%s: cannot parse parent commit %s"
3153msgstr "%s: %s 이전 커밋을 파싱할 수 없습니다"
3154
3155#: sequencer.c:1075 sequencer.c:1830
3156#, c-format
3157msgid "could not rename '%s' to '%s'"
3158msgstr "'%s'에서 '%s'(으)로 이름을 바꿀 수 없습니다"
3159
3160#: sequencer.c:1126
3161#, c-format
3162msgid "could not revert %s... %s"
3163msgstr "다음을 되돌릴(revert) 수 없습니다: %s... %s"
3164
3165#: sequencer.c:1127
3166#, c-format
3167msgid "could not apply %s... %s"
3168msgstr "다음을 적용할(apply) 수 없습니다: %s... %s"
3169
3170#: sequencer.c:1169
3171msgid "empty commit set passed"
3172msgstr "빈 커밋 모음을 건너 뜁니다"
3173
3174#: sequencer.c:1179
3175#, c-format
3176msgid "git %s: failed to read the index"
3177msgstr "git %s: 인덱스 읽기에 실패했습니다"
3178
3179#: sequencer.c:1186
3180#, c-format
3181msgid "git %s: failed to refresh the index"
3182msgstr "git %s: 인덱스 새로 고침에 실패했습니다"
3183
3184#: sequencer.c:1306
3185#, c-format
3186msgid "invalid line %d: %.*s"
3187msgstr "잘못된 줄 %d: %.*s"
3188
3189#: sequencer.c:1314
3190#, c-format
3191msgid "cannot '%s' without a previous commit"
3192msgstr "이전 커밋 없이 '%s' 수행할 수 없습니다"
3193
3194#: sequencer.c:1347
3195#, c-format
3196msgid "could not read '%s'."
3197msgstr "'%s'에서 읽을 수 없습니다."
3198
3199#: sequencer.c:1359
3200msgid "please fix this using 'git rebase --edit-todo'."
3201msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
3202
3203#: sequencer.c:1361
3204#, c-format
3205msgid "unusable instruction sheet: '%s'"
3206msgstr "사용 불가능 인스트럭션 시트: '%s'"
3207
3208#: sequencer.c:1366
3209msgid "no commits parsed."
3210msgstr "파싱한 커밋이 없습니다."
3211
3212#: sequencer.c:1377
3213msgid "cannot cherry-pick during a revert."
3214msgstr "되돌리기(revert) 중에 빼오기(cherry-pick)를 할 수 없습니다."
3215
3216#: sequencer.c:1379
3217msgid "cannot revert during a cherry-pick."
3218msgstr "빼오기(cherry-pick) 중에 되돌리기(revert)를 할 수 없습니다."
3219
3220#: sequencer.c:1442
3221#, c-format
3222msgid "invalid key: %s"
3223msgstr "잘못된 키: %s"
3224
3225#: sequencer.c:1445
3226#, c-format
3227msgid "invalid value for %s: %s"
3228msgstr "%s의 값이 잘못됨: %s"
3229
3230#: sequencer.c:1502
3231#, c-format
3232msgid "malformed options sheet: '%s'"
3233msgstr "형식이 잘못된 옵션 시트: '%s'"
3234
3235#: sequencer.c:1540
3236msgid "a cherry-pick or revert is already in progress"
3237msgstr "이미 커밋 빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중입니다"
3238
3239#: sequencer.c:1541
3240msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3241msgstr "\"git cherry-pick (--continue | --quit | --abort)\" 명령을 해 보십시오"
3242
3243#: sequencer.c:1544
3244#, c-format
3245msgid "could not create sequencer directory '%s'"
3246msgstr "'%s' 시퀀서 디렉터리를 만들 수 없습니다"
3247
3248#: sequencer.c:1558
3249msgid "could not lock HEAD"
3250msgstr "HEAD를 잠글 수 없습니다"
3251
3252#: sequencer.c:1614 sequencer.c:2188
3253msgid "no cherry-pick or revert in progress"
3254msgstr "빼오기(cherry-pick) 또는 되돌리기(revert)가 진행 중이지 않습니다"
3255
3256#: sequencer.c:1616
3257msgid "cannot resolve HEAD"
3258msgstr "HEAD를 구해 올 수 없습니다"
3259
3260#: sequencer.c:1618 sequencer.c:1652
3261msgid "cannot abort from a branch yet to be born"
3262msgstr "새로 만들고 있는 브랜치에서 중지할 수 없습니다"
3263
3264#: sequencer.c:1638 builtin/grep.c:929
3265#, c-format
3266msgid "cannot open '%s'"
3267msgstr "'%s'을(를) 열 수 없습니다"
3268
3269#: sequencer.c:1640
3270#, c-format
3271msgid "cannot read '%s': %s"
3272msgstr "'%s'을(를) 읽을 수 없습니다: %s"
3273
3274#: sequencer.c:1641
3275msgid "unexpected end of file"
3276msgstr "예상치 못하게 파일이 끝났습니다"
3277
3278#: sequencer.c:1647
3279#, c-format
3280msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3281msgstr "빼오기 전에 저장한 HEAD 파일이('%s') 손상되었습니다"
3282
3283#: sequencer.c:1658
3284msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3285msgstr "HEAD를 옮긴 것 같습니다. 되돌리지 않습니다. HEAD를 확인하십시오!"
3286
3287#: sequencer.c:1795 sequencer.c:2086
3288msgid "cannot read HEAD"
3289msgstr "HEAD를 읽을 수 없습니다"
3290
3291#: sequencer.c:1835 builtin/difftool.c:633
3292#, c-format
3293msgid "could not copy '%s' to '%s'"
3294msgstr "'%s'에서 '%s'(으)로 복사할 수 없습니다"
3295
3296#: sequencer.c:1851
3297msgid "could not read index"
3298msgstr "인덱스를 읽을 수 없습니다"
3299
3300#: sequencer.c:1856
3301#, c-format
3302msgid ""
3303"execution failed: %s\n"
3304"%sYou can fix the problem, and then run\n"
3305"\n"
3306"  git rebase --continue\n"
3307"\n"
3308msgstr ""
3309"실행 실패: %s\n"
3310"%s문제를 바로잡고, 다음을 실행하십시오\n"
3311"\n"
3312"  git rebase --continue\n"
3313"\n"
3314
3315#: sequencer.c:1862
3316msgid "and made changes to the index and/or the working tree\n"
3317msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다\n"
3318
3319#: sequencer.c:1868
3320#, c-format
3321msgid ""
3322"execution succeeded: %s\n"
3323"but left changes to the index and/or the working tree\n"
3324"Commit or stash your changes, and then run\n"
3325"\n"
3326"  git rebase --continue\n"
3327"\n"
3328msgstr ""
3329"실행 성공: %s\n"
3330"하지만 변경 사항을 인덱스 및/또는 작업 폴더에 남겨둡니다.\n"
3331"변경 사항을 커밋하거나 스태시에 넣으려면, 다음을 실행하십시오:\n"
3332"\n"
3333"  git rebase --continue\n"
3334"\n"
3335
3336#: sequencer.c:1925
3337#, c-format
3338msgid "Applied autostash.\n"
3339msgstr "자동 스태시 적용.\n"
3340
3341#: sequencer.c:1937
3342#, c-format
3343msgid "cannot store %s"
3344msgstr "%s을(를) 저장할 수 없습니다"
3345
3346#: sequencer.c:1940 git-rebase.sh:173
3347#, c-format
3348msgid ""
3349"Applying autostash resulted in conflicts.\n"
3350"Your changes are safe in the stash.\n"
3351"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3352msgstr ""
3353"자동스태시 적용에 충돌이 발생했습니다.\n"
3354"변경 사항은 스태시 안에 안전하게 들어 있습니다.\n"
3355"언제든지 \"git stash pop\" 또는 \"git stash drop\"을 실행할 수 있습니다.\n"
3356
3357#: sequencer.c:2022
3358#, c-format
3359msgid "Stopped at %s...  %.*s\n"
3360msgstr "%s...  %.*s 위치에서 멈췄습니다\n"
3361
3362#: sequencer.c:2064
3363#, c-format
3364msgid "unknown command %d"
3365msgstr "알 수 없는 명령 %d"
3366
3367#: sequencer.c:2094
3368msgid "could not read orig-head"
3369msgstr "orig-head를 읽을 수 없습니다"
3370
3371#: sequencer.c:2099
3372msgid "could not read 'onto'"
3373msgstr "'onto'를 읽을 수 없습니다"
3374
3375#: sequencer.c:2106
3376#, c-format
3377msgid "could not update %s"
3378msgstr "%s을(를) 업데이트할 수 없습니다"
3379
3380#: sequencer.c:2113
3381#, c-format
3382msgid "could not update HEAD to %s"
3383msgstr "HEAD를 %s 위치로 업데이트할 수 없습니다"
3384
3385#: sequencer.c:2197
3386msgid "cannot rebase: You have unstaged changes."
3387msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
3388
3389#: sequencer.c:2202
3390msgid "could not remove CHERRY_PICK_HEAD"
3391msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
3392
3393#: sequencer.c:2211
3394msgid "cannot amend non-existing commit"
3395msgstr "없는 커밋을 수정할 수 없습니다"
3396
3397#: sequencer.c:2213
3398#, c-format
3399msgid "invalid file: '%s'"
3400msgstr "잘못된 키: '%s'"
3401
3402#: sequencer.c:2215
3403#, c-format
3404msgid "invalid contents: '%s'"
3405msgstr "잘못된 내용: '%s'"
3406
3407#: sequencer.c:2218
3408msgid ""
3409"\n"
3410"You have uncommitted changes in your working tree. Please, commit them\n"
3411"first and then run 'git rebase --continue' again."
3412msgstr ""
3413"\n"
3414"작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
3415"커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
3416
3417#: sequencer.c:2228
3418msgid "could not commit staged changes."
3419msgstr "스테이징한 변경 사항을 커밋할 수 없습니다."
3420
3421#: sequencer.c:2308
3422#, c-format
3423msgid "%s: can't cherry-pick a %s"
3424msgstr "%s: %s 커밋을 빼올 수 없습니다"
3425
3426#: sequencer.c:2312
3427#, c-format
3428msgid "%s: bad revision"
3429msgstr "%s: 잘못된 리비전"
3430
3431#: sequencer.c:2345
3432msgid "can't revert as initial commit"
3433msgstr "최초의 커밋으로 되돌릴 수 없습니다"
3434
3435#: setup.c:171
3436#, c-format
3437msgid ""
3438"%s: no such path in the working tree.\n"
3439"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3440msgstr ""
3441"%s: 작업 폴더에 그런 경로가 없습니다.\n"
3442"로컬에 없는 경로를 지정하려면 'git <명령> -- <경로>...' 식으로 사용하십시오."
3443
3444#: setup.c:184
3445#, c-format
3446msgid ""
3447"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3448"Use '--' to separate paths from revisions, like this:\n"
3449"'git <command> [<revision>...] -- [<file>...]'"
3450msgstr ""
3451"애매한 인자 '%s': 알 수 없는 리비전 또는 작업 폴더에 없는 경로.\n"
3452"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
3453"'git <명령> [<리비전>...] -- [<파일>...]'"
3454
3455#: setup.c:252
3456#, c-format
3457msgid ""
3458"ambiguous argument '%s': both revision and filename\n"
3459"Use '--' to separate paths from revisions, like this:\n"
3460"'git <command> [<revision>...] -- [<file>...]'"
3461msgstr ""
3462"애매한 인자 '%s': 알 수 없는 리비전 및 파일 이름\n"
3463"경로와 리비전을 구분하려면 다음과 같이 '--'를 사용하십시오:\n"
3464"'git <명령> [<리비전>...] -- [<파일>...]'"
3465
3466#: setup.c:504
3467#, c-format
3468msgid "Expected git repo version <= %d, found %d"
3469msgstr "깃 저장소 버전 <= %d 버전을 기대하지만, %d 버전이 발견되었습니다"
3470
3471#: setup.c:512
3472msgid "unknown repository extensions found:"
3473msgstr "알 수 없는 저장소 확장이 있습니다:"
3474
3475#: setup.c:810
3476#, c-format
3477msgid "Not a git repository (or any of the parent directories): %s"
3478msgstr "(현재 폴더 또는 상위 폴더가) 깃 저장소가 아닙니다: %s"
3479
3480#: setup.c:812 builtin/index-pack.c:1652
3481msgid "Cannot come back to cwd"
3482msgstr "현재 디렉터리로 돌아올 수 없습니다"
3483
3484#: setup.c:1050
3485msgid "Unable to read current working directory"
3486msgstr "현재 작업 디렉터리를 읽을 수 없습니다"
3487
3488#: setup.c:1062 setup.c:1068
3489#, c-format
3490msgid "Cannot change to '%s'"
3491msgstr "'%s' 위치로 이동할 수 없습니다"
3492
3493#: setup.c:1081
3494#, c-format
3495msgid ""
3496"Not a git repository (or any parent up to mount point %s)\n"
3497"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3498msgstr ""
3499"(현재 폴더 또는 마운트 위치 %s까지 상위 폴더가) 깃 저장소가 아닙니다\n"
3500"파일 시스템 경계에서 중지합니다. (GIT_DISCOVERY_ACROSS_FILESYSTEM 설정되지 않"
3501"음)"
3502
3503#: setup.c:1173
3504#, c-format
3505msgid ""
3506"Problem with core.sharedRepository filemode value (0%.3o).\n"
3507"The owner of files must always have read and write permissions."
3508msgstr ""
3509"core.sharedRepository 파일모드 값에 (0%.3o) 문제가 있습니다.\n"
3510"파일의 소유자에 읽기와 쓰기 권한이 있어야 합니다."
3511
3512#: sha1_file.c:560
3513#, c-format
3514msgid "path '%s' does not exist"
3515msgstr "'%s' 경로가 없습니다"
3516
3517#: sha1_file.c:586
3518#, c-format
3519msgid "reference repository '%s' as a linked checkout is not supported yet."
3520msgstr ""
3521"레퍼런스 '%s' 저장소를 연결된 체크아웃으로 쓰기는 아직 지원하지 않습니다."
3522
3523#: sha1_file.c:592
3524#, c-format
3525msgid "reference repository '%s' is not a local repository."
3526msgstr "레퍼런스 '%s' 저장소가 로컬 저장소가 아닙니다."
3527
3528#: sha1_file.c:598
3529#, c-format
3530msgid "reference repository '%s' is shallow"
3531msgstr "레퍼런스 '%s' 저장소가 얕은 저장소입니다"
3532
3533#: sha1_file.c:606
3534#, c-format
3535msgid "reference repository '%s' is grafted"
3536msgstr "레퍼런스 '%s' 저장소가 붙어 있는 저장소입니다"
3537
3538#: sha1_file.c:1245
3539msgid "offset before end of packfile (broken .idx?)"
3540msgstr "오프셋이 묶음 파일 앞입니다 (망가진 .idx?)"
3541
3542#: sha1_file.c:2729
3543#, c-format
3544msgid "offset before start of pack index for %s (corrupt index?)"
3545msgstr "오프셋이 %s의 묶음 인덱스 시작보다 앞입니다 (망가진 인덱스?)"
3546
3547#: sha1_file.c:2733
3548#, c-format
3549msgid "offset beyond end of pack index for %s (truncated index?)"
3550msgstr "오프셋이 %s의 묶음 인덱스 끝보다 뒤입니다 (망가진 인덱스?)"
3551
3552#: sha1_name.c:419
3553#, c-format
3554msgid "short SHA1 %s is ambiguous"
3555msgstr "짧은 SHA1 %s은(는) 여럿에 대응됩니다"
3556
3557#: sha1_name.c:430
3558msgid "The candidates are:"
3559msgstr "후보는 다음과 같습니다:"
3560
3561#: sha1_name.c:589
3562msgid ""
3563"Git normally never creates a ref that ends with 40 hex characters\n"
3564"because it will be ignored when you just specify 40-hex. These refs\n"
3565"may be created by mistake. For example,\n"
3566"\n"
3567"  git checkout -b $br $(git rev-parse ...)\n"
3568"\n"
3569"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3570"examine these refs and maybe delete them. Turn this message off by\n"
3571"running \"git config advice.objectNameWarning false\""
3572msgstr ""
3573"깃에서는 보통 40개의 16진수 문자로 끝나는 레퍼런스를 만들지 않습니다.\n"
3574"16진수 문자 40자를 지정했을 때 이 레퍼런스가 무시되기 때문입니다. 이\n"
3575"레퍼런스는 실수로 만들어졌을 수도 있습니다. 예를 들어,\n"
3576"\n"
3577"  git checkout -b $br $(git rev-parse ...)\n"
3578"\n"
3579"여기서 \"$br\"은 비어 있으므로 40자 레퍼런스가 만들어집니다. 이 레퍼런스를\n"
3580"확인해 보시고 잘못 만들어진 것이면 지우십시오. 이 메시지를 보고 싶지\n"
3581"않으면 \"git config advice.objectNameWarning false\" 명령을 사용하십시오."
3582
3583#: submodule.c:70 submodule.c:104
3584msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3585msgstr ""
3586"병합하지 않은 .gitmodules를 바꿀 수 없습니다. 병합 충돌을 먼저 해결하십시오"
3587
3588#: submodule.c:74 submodule.c:108
3589#, c-format
3590msgid "Could not find section in .gitmodules where path=%s"
3591msgstr "경로가 %s일 때 .gitmodules의 섹션을 찾을 수 없습니다"
3592
3593#: submodule.c:82
3594#, c-format
3595msgid "Could not update .gitmodules entry %s"
3596msgstr ".gitmodules 항목 %s을(를) 업데이트할 수 없습니다"
3597
3598#: submodule.c:115
3599#, c-format
3600msgid "Could not remove .gitmodules entry for %s"
3601msgstr "%s에 대한 .gitmodules 항목을 제거할 수 없습니다"
3602
3603#: submodule.c:126
3604msgid "staging updated .gitmodules failed"
3605msgstr "업데이트한 .gitmodules를 커밋할 사항으로 표시하는데 실패"
3606
3607#: submodule.c:165
3608msgid "negative values not allowed for submodule.fetchJobs"
3609msgstr "submodule.fetchJobs 값에 음수를 쓸 수 없습니다"
3610
3611#: submodule.c:376
3612#, c-format
3613msgid "in unpopulated submodule '%s'"
3614msgstr "내용이 없는 하위 모듈 '%s'에서"
3615
3616#: submodule.c:407
3617#, c-format
3618msgid "Pathspec '%s' is in submodule '%.*s'"
3619msgstr "경로명세 '%s'은(는) ''%.*s' 하위 모듈 안에 있습니다"
3620
3621#: submodule.c:1337
3622#, c-format
3623msgid "'%s' not recognized as a git repository"
3624msgstr "'%s'은(는) 깃 저장소로 인식되지 않습니다"
3625
3626#: submodule.c:1475
3627#, c-format
3628msgid "could not start 'git status' in submodule '%s'"
3629msgstr "하위 모듈 '%s'에서 'git status'를 시작할 수 없습니다"
3630
3631#: submodule.c:1488
3632#, c-format
3633msgid "could not run 'git status' in submodule '%s'"
3634msgstr "하위 모듈 '%s'에서 'git status'를 실행할 수 없습니다"
3635
3636#: submodule.c:1581
3637#, c-format
3638msgid "submodule '%s' has dirty index"
3639msgstr "'%s' 하위 모듈에 변경된 인덱스가 있습니다"
3640
3641#: submodule.c:1845
3642#, c-format
3643msgid ""
3644"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3645msgstr ""
3646"여러 개의 작업 폴더가 있는 하위 모듈 '%s'에 대해 relocate_gitdir은 지원하지 "
3647"않습니다"
3648
3649#: submodule.c:1857 submodule.c:1913
3650#, c-format
3651msgid "could not lookup name for submodule '%s'"
3652msgstr "하위 모듈 '%s'의 이름을 찾아볼 수 없습니다"
3653
3654#: submodule.c:1861 builtin/submodule--helper.c:678
3655#: builtin/submodule--helper.c:688
3656#, c-format
3657msgid "could not create directory '%s'"
3658msgstr "'%s' 디렉터리를 만들 수 없습니다"
3659
3660#: submodule.c:1864
3661#, c-format
3662msgid ""
3663"Migrating git directory of '%s%s' from\n"
3664"'%s' to\n"
3665"'%s'\n"
3666msgstr ""
3667"'%s%s'의 깃 디렉터리를 옮깁니다:\n"
3668"'%s'에서\n"
3669"'%s'(으)로\n"
3670
3671#: submodule.c:1948
3672#, c-format
3673msgid "could not recurse into submodule '%s'"
3674msgstr "재귀적으로 '%s' 하위 모듈에 들어갈 수 없습니다"
3675
3676#: submodule.c:1992
3677msgid "could not start ls-files in .."
3678msgstr "'..' 안에서 ls-files를 시작할 수 없습니다"
3679
3680#: submodule.c:2012
3681msgid "BUG: returned path string doesn't match cwd?"
3682msgstr "버그: 리턴된 경로 문자열이 현재 디렉터리와 맞지 않습니다?"
3683
3684#: submodule.c:2031
3685#, c-format
3686msgid "ls-tree returned unexpected return code %d"
3687msgstr "ls-tree가 예상치 못한 코드 %d번을 리턴했습니다"
3688
3689#: submodule-config.c:420
3690#, c-format
3691msgid "invalid value for %s"
3692msgstr "%s의 값이 올바르지 않습니다"
3693
3694#: trailer.c:241
3695#, c-format
3696msgid "running trailer command '%s' failed"
3697msgstr "트레일러 명령 '%s' 실행 실패"
3698
3699#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3700#: trailer.c:544
3701#, c-format
3702msgid "unknown value '%s' for key '%s'"
3703msgstr "알 수 없는 값 '%s', 키 '%s'"
3704
3705#: trailer.c:526 trailer.c:531 builtin/remote.c:290
3706#, c-format
3707msgid "more than one %s"
3708msgstr "%s이(가) 여러개입니다"
3709
3710#: trailer.c:703
3711#, c-format
3712msgid "empty trailer token in trailer '%.*s'"
3713msgstr "트레일러 '%.*s'에서 빈 트레일러 토큰"
3714
3715#: trailer.c:723
3716#, c-format
3717msgid "could not read input file '%s'"
3718msgstr "'%s' 입력 파일을 읽을 수 없습니다"
3719
3720#: trailer.c:726
3721msgid "could not read from stdin"
3722msgstr "표준 입력에서 읽을 수 없습니다"
3723
3724#: trailer.c:950 builtin/am.c:45
3725#, c-format
3726msgid "could not stat %s"
3727msgstr "%s에 대해 stat()할 수 없습니다"
3728
3729#: trailer.c:952
3730#, c-format
3731msgid "file %s is not a regular file"
3732msgstr "'%s' 파일이 일반 파일이 아닙니다"
3733
3734#: trailer.c:954
3735#, c-format
3736msgid "file %s is not writable by user"
3737msgstr "사용자가 %s 파일에 쓸 수 없습니다"
3738
3739#: trailer.c:966
3740msgid "could not open temporary file"
3741msgstr "임시 파일을 열 수 없습니다: %s"
3742
3743#: trailer.c:1002
3744#, c-format
3745msgid "could not rename temporary file to %s"
3746msgstr "임시 파일 이름을 '%s'(으)로 바꿀 수 없습니다"
3747
3748#: transport.c:63
3749#, c-format
3750msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3751msgstr "'%1$s'의 업스트림을 '%3$s'의 '%2$s'(으)로 설정합니다\n"
3752
3753#: transport.c:152
3754#, c-format
3755msgid "transport: invalid depth option '%s'"
3756msgstr "transport: 잘못된 깊이 옵션: %s"
3757
3758#: transport.c:890
3759#, c-format
3760msgid ""
3761"The following submodule paths contain changes that can\n"
3762"not be found on any remote:\n"
3763msgstr ""
3764"다음 하위 모듈 경로에 리모트 어디에도 없는\n"
3765"변경 사항이 있습니다:\n"
3766
3767#: transport.c:894
3768#, c-format
3769msgid ""
3770"\n"
3771"Please try\n"
3772"\n"
3773"\tgit push --recurse-submodules=on-demand\n"
3774"\n"
3775"or cd to the path and use\n"
3776"\n"
3777"\tgit push\n"
3778"\n"
3779"to push them to a remote.\n"
3780"\n"
3781msgstr ""
3782"\n"
3783"리모트에 푸시하려면\n"
3784"\n"
3785"\tgit push --recurse-submodules=on-demand\n"
3786"\n"
3787"또는 해당 경로로 cd한 다음\n"
3788"\n"
3789"\tgit push\n"
3790"\n"
3791"명령을 시도해 보십시오\n"
3792"\n"
3793
3794#: transport.c:902
3795msgid "Aborting."
3796msgstr "중지함."
3797
3798#: transport-helper.c:1071
3799#, c-format
3800msgid "Could not read ref %s"
3801msgstr "%s 레퍼런스를 읽을 수 없습니다"
3802
3803#: tree-walk.c:31
3804msgid "too-short tree object"
3805msgstr "너무 짧은 트리 오브젝트"
3806
3807#: tree-walk.c:37
3808msgid "malformed mode in tree entry"
3809msgstr "트리 엔트리에 잘못된 형식의 모드"
3810
3811#: tree-walk.c:41
3812msgid "empty filename in tree entry"
3813msgstr "트리 엔트리에 빈 파일 이름"
3814
3815#: tree-walk.c:113
3816msgid "too-short tree file"
3817msgstr "너무 짧은 트리 파일"
3818
3819#: unpack-trees.c:105
3820#, c-format
3821msgid ""
3822"Your local changes to the following files would be overwritten by checkout:\n"
3823"%%sPlease commit your changes or stash them before you switch branches."
3824msgstr ""
3825"다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3826"%%s브랜치를 전환하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3827
3828#: unpack-trees.c:107
3829#, c-format
3830msgid ""
3831"Your local changes to the following files would be overwritten by checkout:\n"
3832"%%s"
3833msgstr ""
3834"다음 파일의 로컬 변경 사항을 체크아웃 때문에 덮어 쓰게 됩니다:\n"
3835"%%s"
3836
3837#: unpack-trees.c:110
3838#, c-format
3839msgid ""
3840"Your local changes to the following files would be overwritten by merge:\n"
3841"%%sPlease commit your changes or stash them before you merge."
3842msgstr ""
3843"다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다:\n"
3844"%%s병합하기 전에 변경 사항을 커밋하거나 스태시하십시오."
3845
3846#: unpack-trees.c:112
3847#, c-format
3848msgid ""
3849"Your local changes to the following files would be overwritten by merge:\n"
3850"%%s"
3851msgstr "다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
3852
3853#: unpack-trees.c:115
3854#, c-format
3855msgid ""
3856"Your local changes to the following files would be overwritten by %s:\n"
3857"%%sPlease commit your changes or stash them before you %s."
3858msgstr ""
3859"다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
3860"%%s%s 전에 변경 사항을 커밋하거나 스태시하십시오."
3861
3862#: unpack-trees.c:117
3863#, c-format
3864msgid ""
3865"Your local changes to the following files would be overwritten by %s:\n"
3866"%%s"
3867msgstr ""
3868"다음 파일의 로컬 변경 사항을 %s 때문에 덮어 쓰게 됩니다:\n"
3869"%%s"
3870
3871#: unpack-trees.c:122
3872#, c-format
3873msgid ""
3874"Updating the following directories would lose untracked files in them:\n"
3875"%s"
3876msgstr ""
3877"다음 디렉터리를 업데이트하면 그 안의 추적하지 않는 파일을 잃어버립니다:\n"
3878"%s"
3879
3880#: unpack-trees.c:126
3881#, c-format
3882msgid ""
3883"The following untracked working tree files would be removed by checkout:\n"
3884"%%sPlease move or remove them before you switch branches."
3885msgstr ""
3886"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3887"%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
3888
3889#: unpack-trees.c:128
3890#, c-format
3891msgid ""
3892"The following untracked working tree files would be removed by checkout:\n"
3893"%%s"
3894msgstr ""
3895"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3896"%%s"
3897
3898#: unpack-trees.c:131
3899#, c-format
3900msgid ""
3901"The following untracked working tree files would be removed by merge:\n"
3902"%%sPlease move or remove them before you merge."
3903msgstr ""
3904"병합 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3905"%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
3906
3907#: unpack-trees.c:133
3908#, c-format
3909msgid ""
3910"The following untracked working tree files would be removed by merge:\n"
3911"%%s"
3912msgstr ""
3913"병합 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3914"%%s"
3915
3916#: unpack-trees.c:136
3917#, c-format
3918msgid ""
3919"The following untracked working tree files would be removed by %s:\n"
3920"%%sPlease move or remove them before you %s."
3921msgstr ""
3922"%s 때문에 추적하지 않는 다음 작업 폴더의 파일이 제거됩니다:\n"
3923"%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
3924
3925#: unpack-trees.c:138
3926#, c-format
3927msgid ""
3928"The following untracked working tree files would be removed by %s:\n"
3929"%%s"
3930msgstr ""
3931"%s 때문에 추적하지 않는 다음 작업 폴더 파일이 제거됩니다:\n"
3932"%%s"
3933
3934#: unpack-trees.c:143
3935#, c-format
3936msgid ""
3937"The following untracked working tree files would be overwritten by "
3938"checkout:\n"
3939"%%sPlease move or remove them before you switch branches."
3940msgstr ""
3941"체크아웃 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3942"%%s브랜치를 전환하기 전에 이 파일을 옮기거나 제거하십시오."
3943
3944#: unpack-trees.c:145
3945#, c-format
3946msgid ""
3947"The following untracked working tree files would be overwritten by "
3948"checkout:\n"
3949"%%s"
3950msgstr ""
3951"체크아웃 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3952"%%s"
3953
3954#: unpack-trees.c:148
3955#, c-format
3956msgid ""
3957"The following untracked working tree files would be overwritten by merge:\n"
3958"%%sPlease move or remove them before you merge."
3959msgstr ""
3960"병합 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3961"%%s병합하기 전에 이 파일을 옮기거나 제거하십시오."
3962
3963#: unpack-trees.c:150
3964#, c-format
3965msgid ""
3966"The following untracked working tree files would be overwritten by merge:\n"
3967"%%s"
3968msgstr ""
3969"병합 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3970"%%s"
3971
3972#: unpack-trees.c:153
3973#, c-format
3974msgid ""
3975"The following untracked working tree files would be overwritten by %s:\n"
3976"%%sPlease move or remove them before you %s."
3977msgstr ""
3978"%s 때문에 추적하지 않는 다음 작업 폴더의 파일을 덮어씁니다:\n"
3979"%%s%s 하기 전에 이 파일을 옮기거나 제거하십시오."
3980
3981#: unpack-trees.c:155
3982#, c-format
3983msgid ""
3984"The following untracked working tree files would be overwritten by %s:\n"
3985"%%s"
3986msgstr ""
3987"%s 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니다:\n"
3988"%%s"
3989
3990#: unpack-trees.c:162
3991#, c-format
3992msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3993msgstr "'%s' 항목이 '%s'와(과) 겹칩니다.  묶을 수 없습니다."
3994
3995#: unpack-trees.c:165
3996#, c-format
3997msgid ""
3998"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3999"%s"
4000msgstr ""
4001"드문 체크아웃을 업데이트할 수 없습니다. 다음 항목이 최신으로 업데이트되지 않"
4002"았습니다:\n"
4003"%s"
4004
4005#: unpack-trees.c:167
4006#, c-format
4007msgid ""
4008"The following working tree files would be overwritten by sparse checkout "
4009"update:\n"
4010"%s"
4011msgstr ""
4012"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 덮어씁니"
4013"다:\n"
4014"%s"
4015
4016#: unpack-trees.c:169
4017#, c-format
4018msgid ""
4019"The following working tree files would be removed by sparse checkout "
4020"update:\n"
4021"%s"
4022msgstr ""
4023"드문 체크아웃 업데이트 때문에 추적하지 않는 다음 작업 폴더 파일을 제거합니"
4024"다:\n"
4025"%s"
4026
4027#: unpack-trees.c:171
4028#, c-format
4029msgid ""
4030"Cannot update submodule:\n"
4031"%s"
4032msgstr ""
4033"하위 모듈을  업데이트할 수 없습니다:\n"
4034"%s"
4035
4036#: unpack-trees.c:248
4037#, c-format
4038msgid "Aborting\n"
4039msgstr "중지함\n"
4040
4041#: unpack-trees.c:277
4042#, c-format
4043msgid "submodule update strategy not supported for submodule '%s'"
4044msgstr "하위 모듈 업데이트 전략이 '%s' 하위 모듈에서 지원하지 않습니다"
4045
4046#: unpack-trees.c:346
4047msgid "Checking out files"
4048msgstr "파일을 가져옵니다"
4049
4050#: urlmatch.c:163
4051msgid "invalid URL scheme name or missing '://' suffix"
4052msgstr "URL 스킴 이름이 잘못되었거나 '://'가 뒤에 붙지 않았습니다"
4053
4054#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4055#, c-format
4056msgid "invalid %XX escape sequence"
4057msgstr "잘못된 %XX 이스케이프 시퀀스"
4058
4059#: urlmatch.c:215
4060msgid "missing host and scheme is not 'file:'"
4061msgstr "호스트가 없고 스킴이 'file:'이 아닙니다"
4062
4063#: urlmatch.c:232
4064msgid "a 'file:' URL may not have a port number"
4065msgstr "'file:' URL에는 포트 번호를 쓸 수 없습니다"
4066
4067#: urlmatch.c:247
4068msgid "invalid characters in host name"
4069msgstr "호스트 이름에 잘못된 문자"
4070
4071#: urlmatch.c:292 urlmatch.c:303
4072msgid "invalid port number"
4073msgstr "잘못된 포트 번호"
4074
4075#: urlmatch.c:371
4076msgid "invalid '..' path segment"
4077msgstr "경로에서 잘못된 '..' 부분"
4078
4079#: worktree.c:245
4080#, c-format
4081msgid "failed to read '%s'"
4082msgstr "'%s'을(를) 읽는데 실패했습니다"
4083
4084#: wrapper.c:223 wrapper.c:393
4085#, c-format
4086msgid "could not open '%s' for reading and writing"
4087msgstr "읽기와 쓰기용으로 '%s'을(를) 열 수 없습니다"
4088
4089#: wrapper.c:225 wrapper.c:395 builtin/am.c:766
4090#, c-format
4091msgid "could not open '%s' for writing"
4092msgstr "'%s'을(를) 쓰기용으로 열 수 없습니다"
4093
4094#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
4095#: builtin/am.c:849 builtin/merge.c:1014
4096#, c-format
4097msgid "could not open '%s' for reading"
4098msgstr "'%s'을(를) 읽기용으로 열 수 없습니다"
4099
4100#: wrapper.c:424 wrapper.c:624
4101#, c-format
4102msgid "unable to access '%s'"
4103msgstr "'%s'에 접근할 수 없습니다"
4104
4105#: wrapper.c:632
4106msgid "unable to get current working directory"
4107msgstr "현재 작업 디렉터리를 가져올 수 없습니다"
4108
4109#: wrapper.c:656
4110#, c-format
4111msgid "could not write to %s"
4112msgstr "%s에 쓸 수 없습니다"
4113
4114#: wrapper.c:658
4115#, c-format
4116msgid "could not close %s"
4117msgstr "%s을(를) 닫을 수 없습니다"
4118
4119#: wt-status.c:152
4120msgid "Unmerged paths:"
4121msgstr "병합하지 않은 경로:"
4122
4123#: wt-status.c:179 wt-status.c:206
4124#, c-format
4125msgid "  (use \"git reset %s <file>...\" to unstage)"
4126msgstr "  (스테이지 해제하려면 \"git reset %s <파일>...\"을 사용하십시오)"
4127
4128#: wt-status.c:181 wt-status.c:208
4129msgid "  (use \"git rm --cached <file>...\" to unstage)"
4130msgstr "  (스테이지 해제하려면 \"git rm --cached <파일>...\"을 사용하십시오)"
4131
4132#: wt-status.c:185
4133msgid "  (use \"git add <file>...\" to mark resolution)"
4134msgstr "  (해결했다고 표시하려면 \"git add <파일>...\"을 사용하십시오)"
4135
4136#: wt-status.c:187 wt-status.c:191
4137msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4138msgstr ""
4139"  (해결했다고 표시하려면 알맞게 \"git add/rm <파일>...\"을 사용하십시오)"
4140
4141#: wt-status.c:189
4142msgid "  (use \"git rm <file>...\" to mark resolution)"
4143msgstr "  (해결했다고 표시하려면 \"git rm <파일>...\"을 사용하십시오)"
4144
4145#: wt-status.c:200 wt-status.c:981
4146msgid "Changes to be committed:"
4147msgstr "커밋할 변경 사항:"
4148
4149#: wt-status.c:218 wt-status.c:990
4150msgid "Changes not staged for commit:"
4151msgstr "커밋하도록 정하지 않은 변경 사항:"
4152
4153#: wt-status.c:222
4154msgid "  (use \"git add <file>...\" to update what will be committed)"
4155msgstr "  (무엇을 커밋할지 바꾸려면 \"git add <파일>...\"을 사용하십시오)"
4156
4157#: wt-status.c:224
4158msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
4159msgstr "  (무엇을 커밋할지 바꾸려면 \"git add/rm <파일>...\"을 사용하십시오)"
4160
4161#: wt-status.c:225
4162msgid ""
4163"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
4164msgstr ""
4165"  (작업 폴더의 변경 사항을 버리려면 \"git checkout -- <파일>...\"을 사용하십"
4166"시오)"
4167
4168#: wt-status.c:227
4169msgid "  (commit or discard the untracked or modified content in submodules)"
4170msgstr ""
4171"  (하위 모듈의 추적되지 않는 파일이나 수정된 내용을 커밋하거나 버리십시오)"
4172
4173#: wt-status.c:239
4174#, c-format
4175msgid "  (use \"git %s <file>...\" to include in what will be committed)"
4176msgstr "  (커밋할 사항에 포함하려면 \"git %s <파일>...\"을 사용하십시오)"
4177
4178#: wt-status.c:254
4179msgid "both deleted:"
4180msgstr "양쪽에서 삭제:"
4181
4182#: wt-status.c:256
4183msgid "added by us:"
4184msgstr "이 쪽에서 추가:"
4185
4186#: wt-status.c:258
4187msgid "deleted by them:"
4188msgstr "저 쪽에서 삭제:"
4189
4190#: wt-status.c:260
4191msgid "added by them:"
4192msgstr "저 쪽에서 추가:"
4193
4194#: wt-status.c:262
4195msgid "deleted by us:"
4196msgstr "이 쪽에서 삭제:"
4197
4198#: wt-status.c:264
4199msgid "both added:"
4200msgstr "양쪽에서 추가:"
4201
4202#: wt-status.c:266
4203msgid "both modified:"
4204msgstr "양쪽에서 수정:"
4205
4206#: wt-status.c:276
4207msgid "new file:"
4208msgstr "새 파일:"
4209
4210#: wt-status.c:278
4211msgid "copied:"
4212msgstr "복사함:"
4213
4214#: wt-status.c:280
4215msgid "deleted:"
4216msgstr "삭제함:"
4217
4218#: wt-status.c:282
4219msgid "modified:"
4220msgstr "수정함:"
4221
4222#: wt-status.c:284
4223msgid "renamed:"
4224msgstr "이름 바꿈:"
4225
4226#: wt-status.c:286
4227msgid "typechange:"
4228msgstr "종류 바뀜:"
4229
4230#: wt-status.c:288
4231msgid "unknown:"
4232msgstr "알 수 없음:"
4233
4234#: wt-status.c:290
4235msgid "unmerged:"
4236msgstr "병합하지 않음:"
4237
4238#: wt-status.c:372
4239msgid "new commits, "
4240msgstr "새 커밋, "
4241
4242#: wt-status.c:374
4243msgid "modified content, "
4244msgstr "수정한 내용, "
4245
4246#: wt-status.c:376
4247msgid "untracked content, "
4248msgstr "추적하지 않은 내용, "
4249
4250#: wt-status.c:821
4251#, c-format
4252msgid "Your stash currently has %d entry"
4253msgid_plural "Your stash currently has %d entries"
4254msgstr[0] "현재 스태시에 %d개 항목이 있습니다"
4255
4256#: wt-status.c:853
4257msgid "Submodules changed but not updated:"
4258msgstr "변경되었지만 업데이트하지 않은 하위 모듈:"
4259
4260#: wt-status.c:855
4261msgid "Submodule changes to be committed:"
4262msgstr "커밋할 하위 모듈의 변경 사항:"
4263
4264#: wt-status.c:937
4265msgid ""
4266"Do not touch the line above.\n"
4267"Everything below will be removed."
4268msgstr ""
4269"위의 줄을 바꾸지 마십시오.\n"
4270"아래 있는 내용은 모두 제거됩니다."
4271
4272#: wt-status.c:1049
4273msgid "You have unmerged paths."
4274msgstr "병합하지 않은 경로가 있습니다."
4275
4276#: wt-status.c:1052
4277msgid "  (fix conflicts and run \"git commit\")"
4278msgstr "  (충돌을 바로잡고 \"git commit\"을 실행하십시오)"
4279
4280#: wt-status.c:1054
4281msgid "  (use \"git merge --abort\" to abort the merge)"
4282msgstr "  (병합을 중단하려면 \"git merge --abort\"를 사용하십시오)"
4283
4284#: wt-status.c:1059
4285msgid "All conflicts fixed but you are still merging."
4286msgstr "모든 충돌을 바로잡았지만 아직 병합하는 중입니다."
4287
4288#: wt-status.c:1062
4289msgid "  (use \"git commit\" to conclude merge)"
4290msgstr "  (병합을 마무리하려면 \"git commit\"을 사용하십시오)"
4291
4292#: wt-status.c:1072
4293msgid "You are in the middle of an am session."
4294msgstr "am 세션 중간에 있습니다."
4295
4296#: wt-status.c:1075
4297msgid "The current patch is empty."
4298msgstr "현재 패치가 비어 있습니다."
4299
4300#: wt-status.c:1079
4301msgid "  (fix conflicts and then run \"git am --continue\")"
4302msgstr "  (충돌을 바로잡은 다음 \"git am --continue\"를 사용하십시오)"
4303
4304#: wt-status.c:1081
4305msgid "  (use \"git am --skip\" to skip this patch)"
4306msgstr "  (이 패치를 건너 뛰려면 \"git am --skip\"을 사용하십시오)"
4307
4308#: wt-status.c:1083
4309msgid "  (use \"git am --abort\" to restore the original branch)"
4310msgstr "  (원본 브랜치를 복구하려면 \"git am --abort\"를 사용하십시오)"
4311
4312#: wt-status.c:1214
4313msgid "git-rebase-todo is missing."
4314msgstr "git-rebase-todo가 없습니다."
4315
4316#: wt-status.c:1216
4317msgid "No commands done."
4318msgstr "완료한 명령 없음."
4319
4320#: wt-status.c:1219
4321#, c-format
4322msgid "Last command done (%d command done):"
4323msgid_plural "Last commands done (%d commands done):"
4324msgstr[0] "최근 완료한 명령 (%d개 명령 완료):"
4325
4326#: wt-status.c:1230
4327#, c-format
4328msgid "  (see more in file %s)"
4329msgstr "  (자세한 정보는 %s 파일 참고)"
4330
4331#: wt-status.c:1235
4332msgid "No commands remaining."
4333msgstr "명령이 남아있지 않음."
4334
4335#: wt-status.c:1238
4336#, c-format
4337msgid "Next command to do (%d remaining command):"
4338msgid_plural "Next commands to do (%d remaining commands):"
4339msgstr[0] "다음에 할 명령 (%d개 명령 남음):"
4340
4341#: wt-status.c:1246
4342msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4343msgstr "  (보고 편집하려면 \"git rebase --edit-todo\"를 사용하십시오)"
4344
4345#: wt-status.c:1259
4346#, c-format
4347msgid "You are currently rebasing branch '%s' on '%s'."
4348msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중입니다."
4349
4350#: wt-status.c:1264
4351msgid "You are currently rebasing."
4352msgstr "현재 리베이스하는 중입니다."
4353
4354#: wt-status.c:1278
4355msgid "  (fix conflicts and then run \"git rebase --continue\")"
4356msgstr "  (충돌을 바로잡고 \"git rebase --continue\"를 사용하십시오)"
4357
4358#: wt-status.c:1280
4359msgid "  (use \"git rebase --skip\" to skip this patch)"
4360msgstr "  (이 패치를 건너뛰려면 \"git rebase --skip\"을 사용하십시오)"
4361
4362#: wt-status.c:1282
4363msgid "  (use \"git rebase --abort\" to check out the original branch)"
4364msgstr "  (원본 브랜치를 가져오려면 \"git rebase --abort\"를 사용하십시오)"
4365
4366#: wt-status.c:1288
4367msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4368msgstr ""
4369"  (모든 충돌을 바로잡았습니다: \"git rebase --continue\"를 실행하십시오)"
4370
4371#: wt-status.c:1292
4372#, c-format
4373msgid ""
4374"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4375msgstr "현재 '%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 분리하는 중입니다."
4376
4377#: wt-status.c:1297
4378msgid "You are currently splitting a commit during a rebase."
4379msgstr "현재 리베이스하는 중 커밋을 분리하는 중입니다."
4380
4381#: wt-status.c:1300
4382msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4383msgstr "  (작업 폴더가 깨끗해지면, \"git rebase --continue\"를 실행하십시오)"
4384
4385#: wt-status.c:1304
4386#, c-format
4387msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4388msgstr "'%s' 브랜치를 '%s' 위로 리베이스하는 중 커밋을 편집하는 중입니다."
4389
4390#: wt-status.c:1309
4391msgid "You are currently editing a commit during a rebase."
4392msgstr "리베이스 중에 커밋을 편집하는 중입니다."
4393
4394#: wt-status.c:1312
4395msgid "  (use \"git commit --amend\" to amend the current commit)"
4396msgstr "  (현재 커밋을 수정하려면 \"git commit --amend\"을 사용하십시오)"
4397
4398#: wt-status.c:1314
4399msgid ""
4400"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4401msgstr "  (변경 사항에 만족할 때 \"git rebase --continue\"를 사용하십시오)"
4402
4403#: wt-status.c:1324
4404#, c-format
4405msgid "You are currently cherry-picking commit %s."
4406msgstr "현재 %s 커밋을 뽑아 내고 있습니다."
4407
4408#: wt-status.c:1329
4409msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4410msgstr "  (충돌을 바로잡고 \"git cherry-pick --continue\"를 실행하십시오)"
4411
4412#: wt-status.c:1332
4413msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4414msgstr ""
4415"  (모든 충돌을 바로잡았습니다: \"git cherry-pick --continue\"를 실행하십시오)"
4416
4417#: wt-status.c:1334
4418msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4419msgstr "  (뽑기 작업을 취소하려면 \"git cherry-pick --abort\"를 사용하십시오)"
4420
4421#: wt-status.c:1343
4422#, c-format
4423msgid "You are currently reverting commit %s."
4424msgstr "현재 %s 커밋을 되돌리는 중입니다."
4425
4426#: wt-status.c:1348
4427msgid "  (fix conflicts and run \"git revert --continue\")"
4428msgstr "  (충돌을 바로잡고 \"git revert --continue\"를 실행하십시오)"
4429
4430#: wt-status.c:1351
4431msgid "  (all conflicts fixed: run \"git revert --continue\")"
4432msgstr ""
4433"  (모든 충돌을 바로잡았습니다: \"git revert --continue\"를 실행하십시오)"
4434
4435#: wt-status.c:1353
4436msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4437msgstr "  (되돌리기 작업을 취소하려면 \"git revert --abort\"를 사용하십시오)"
4438
4439#: wt-status.c:1364
4440#, c-format
4441msgid "You are currently bisecting, started from branch '%s'."
4442msgstr "'이등분하는 중입니다. '%s' 브랜치부터 시작."
4443
4444#: wt-status.c:1368
4445msgid "You are currently bisecting."
4446msgstr "'이등분하는 중입니다."
4447
4448#: wt-status.c:1371
4449msgid "  (use \"git bisect reset\" to get back to the original branch)"
4450msgstr "  (원래 브랜치로 돌아가려면 \"git bisect reset\"을 사용하십시오)"
4451
4452#: wt-status.c:1568
4453msgid "On branch "
4454msgstr "현재 브랜치 "
4455
4456#: wt-status.c:1574
4457msgid "interactive rebase in progress; onto "
4458msgstr "대화형 리베이스 진행 중. 갈 위치는 "
4459
4460#: wt-status.c:1576
4461msgid "rebase in progress; onto "
4462msgstr "리베이스 진행 중. 갈 위치는 "
4463
4464#: wt-status.c:1581
4465msgid "HEAD detached at "
4466msgstr "HEAD가 다음 위치에서 분리: "
4467
4468#: wt-status.c:1583
4469msgid "HEAD detached from "
4470msgstr "HEAD가 다음으로부터 분리: "
4471
4472#: wt-status.c:1586
4473msgid "Not currently on any branch."
4474msgstr "현재 어떤 브랜치도 사용하지 않음."
4475
4476#: wt-status.c:1606
4477msgid "Initial commit"
4478msgstr "최초 커밋"
4479
4480#: wt-status.c:1607
4481msgid "No commits yet"
4482msgstr "아직 커밋이 없습니다"
4483
4484#: wt-status.c:1621
4485msgid "Untracked files"
4486msgstr "추적하지 않는 파일"
4487
4488#: wt-status.c:1623
4489msgid "Ignored files"
4490msgstr "무시한 파일"
4491
4492#: wt-status.c:1627
4493#, c-format
4494msgid ""
4495"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4496"may speed it up, but you have to be careful not to forget to add\n"
4497"new files yourself (see 'git help status')."
4498msgstr ""
4499"추적하지 않는 파일을 모두 확인하는데 %.2f초가 걸렸습니다.\n"
4500"'status -uno' 옵션을 쓰면 빨라질 수도 있지만, 새 파일을\n"
4501"직접 찾아서 추가해야 합니다. ('git help status' 참고)"
4502
4503#: wt-status.c:1633
4504#, c-format
4505msgid "Untracked files not listed%s"
4506msgstr "추적하지 않는 파일을 보지 않습니다%s"
4507
4508#: wt-status.c:1635
4509msgid " (use -u option to show untracked files)"
4510msgstr " (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)"
4511
4512#: wt-status.c:1641
4513msgid "No changes"
4514msgstr "변경 사항 없음"
4515
4516#: wt-status.c:1646
4517#, c-format
4518msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4519msgstr ""
4520"커밋할 변경 사항을 추가하지 않았습니다 (\"git add\" 및/또는 \"git commit -a"
4521"\"를\n"
4522"사용하십시오)\n"
4523
4524#: wt-status.c:1649
4525#, c-format
4526msgid "no changes added to commit\n"
4527msgstr "커밋할 변경 사항을 추가하지 않았습니다\n"
4528
4529#: wt-status.c:1652
4530#, c-format
4531msgid ""
4532"nothing added to commit but untracked files present (use \"git add\" to "
4533"track)\n"
4534msgstr ""
4535"커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다 (추적하려면 "
4536"\"git\n"
4537"add\"를 사용하십시오)\n"
4538
4539#: wt-status.c:1655
4540#, c-format
4541msgid "nothing added to commit but untracked files present\n"
4542msgstr "커밋할 사항을 추가하지 않았지만 추적하지 않는 파일이 있습니다\n"
4543
4544#: wt-status.c:1658
4545#, c-format
4546msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4547msgstr ""
4548"커밋할 사항 없음 (파일을 만들거나 복사하고 \"git add\"를 사용하면 추적합니"
4549"다)\n"
4550
4551#: wt-status.c:1661 wt-status.c:1666
4552#, c-format
4553msgid "nothing to commit\n"
4554msgstr "커밋할 사항 없음\n"
4555
4556#: wt-status.c:1664
4557#, c-format
4558msgid "nothing to commit (use -u to show untracked files)\n"
4559msgstr ""
4560"커밋할 사항 없음 (추적하지 않는 파일을 보려면 -u 옵션을 사용하십시오)\n"
4561
4562#: wt-status.c:1668
4563#, c-format
4564msgid "nothing to commit, working tree clean\n"
4565msgstr "커밋할 사항 없음, 작업 폴더 깨끗함\n"
4566
4567#: wt-status.c:1780
4568msgid "No commits yet on "
4569msgstr "아직 커밋이 없습니다, 위치: <"
4570
4571#: wt-status.c:1784
4572msgid "HEAD (no branch)"
4573msgstr "HEAD (브랜치 없음)"
4574
4575#: wt-status.c:1813 wt-status.c:1821
4576msgid "behind "
4577msgstr "다음 뒤에: "
4578
4579#: wt-status.c:1816 wt-status.c:1819
4580msgid "ahead "
4581msgstr "다음 앞에: "
4582
4583#. TRANSLATORS: the action is e.g. "pull with rebase"
4584#: wt-status.c:2311
4585#, c-format
4586msgid "cannot %s: You have unstaged changes."
4587msgstr "%s 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
4588
4589#: wt-status.c:2317
4590msgid "additionally, your index contains uncommitted changes."
4591msgstr "추가로, 인덱스에 커밋하지 않은 변경 사항이 있습니다."
4592
4593#: wt-status.c:2319
4594#, c-format
4595msgid "cannot %s: Your index contains uncommitted changes."
4596msgstr "%s 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
4597
4598#: compat/precompose_utf8.c:58 builtin/clone.c:436
4599#, c-format
4600msgid "failed to unlink '%s'"
4601msgstr "'%s' 파일 삭제에 실패했습니다"
4602
4603#: builtin/add.c:24
4604msgid "git add [<options>] [--] <pathspec>..."
4605msgstr "git add [<옵션>] [--] <경로명세>..."
4606
4607#: builtin/add.c:82
4608#, c-format
4609msgid "unexpected diff status %c"
4610msgstr "예상치 못한 diff 상태 %c"
4611
4612#: builtin/add.c:87 builtin/commit.c:292
4613msgid "updating files failed"
4614msgstr "파일 업데이트가 실패했습니다"
4615
4616#: builtin/add.c:97
4617#, c-format
4618msgid "remove '%s'\n"
4619msgstr "'%s' 제거\n"
4620
4621#: builtin/add.c:151
4622msgid "Unstaged changes after refreshing the index:"
4623msgstr "인덱스를 새로 고친 다음 커밋 표시하지 않은 변경 사항:"
4624
4625#: builtin/add.c:211 builtin/rev-parse.c:873
4626msgid "Could not read the index"
4627msgstr "인덱스를 읽을 수 없습니다"
4628
4629#: builtin/add.c:222
4630#, c-format
4631msgid "Could not open '%s' for writing."
4632msgstr "'%s' 파일을 쓰기용으로 열 수 없습니다."
4633
4634#: builtin/add.c:226
4635msgid "Could not write patch"
4636msgstr "패치를 쓸 수 없습니다"
4637
4638#: builtin/add.c:229
4639msgid "editing patch failed"
4640msgstr "패치 편집에 실패했습니다"
4641
4642#: builtin/add.c:232
4643#, c-format
4644msgid "Could not stat '%s'"
4645msgstr "'%s'을(를) stat()할 수 없습니다"
4646
4647#: builtin/add.c:234
4648msgid "Empty patch. Aborted."
4649msgstr "빈 패치. 중지."
4650
4651#: builtin/add.c:239
4652#, c-format
4653msgid "Could not apply '%s'"
4654msgstr "'%s'을(를) 적용할 수 없습니다"
4655
4656#: builtin/add.c:249
4657msgid "The following paths are ignored by one of your .gitignore files:\n"
4658msgstr "다음 경로는 .gitignore 파일 중 하나 때문에 무시합니다:\n"
4659
4660#: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4661#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4662#: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4663msgid "dry run"
4664msgstr "가짜로 실행"
4665
4666#: builtin/add.c:272
4667msgid "interactive picking"
4668msgstr "대화식으로 고릅니다"
4669
4670#: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4671msgid "select hunks interactively"
4672msgstr "대화식으로 변경된 부분을 선택합니다"
4673
4674#: builtin/add.c:274
4675msgid "edit current diff and apply"
4676msgstr "현재 diff를 편집하고 적용합니다"
4677
4678#: builtin/add.c:275
4679msgid "allow adding otherwise ignored files"
4680msgstr "무시하는 파일의 추가를 허용합니다"
4681
4682#: builtin/add.c:276
4683msgid "update tracked files"
4684msgstr "추적되는 파일을 업데이트합니다"
4685
4686#: builtin/add.c:277
4687msgid "record only the fact that the path will be added later"
4688msgstr "나중에 추가할 것이라는 사실만 기록합니다"
4689
4690#: builtin/add.c:278
4691msgid "add changes from all tracked and untracked files"
4692msgstr "추적되고 추적되지 않는 모든 파일의 변경 사항을 추가합니다"
4693
4694#: builtin/add.c:281
4695msgid "ignore paths removed in the working tree (same as --no-all)"
4696msgstr "작업 폴더에서 제거한 경로를 무시합니다 (--no-all과 동일)"
4697
4698#: builtin/add.c:283
4699msgid "don't add, only refresh the index"
4700msgstr "추가하지 않고 인덱스만 새로 고칩니다"
4701
4702#: builtin/add.c:284
4703msgid "just skip files which cannot be added because of errors"
4704msgstr "오류 때문에 추가할 수 없는 파일을 건너뜁니다"
4705
4706#: builtin/add.c:285
4707msgid "check if - even missing - files are ignored in dry run"
4708msgstr "가짜로 실행했을 때 파일을 무시하는지 확인합니다"
4709
4710#: builtin/add.c:286 builtin/update-index.c:952
4711msgid "(+/-)x"
4712msgstr "(+/-)x"
4713
4714#: builtin/add.c:286 builtin/update-index.c:953
4715msgid "override the executable bit of the listed files"
4716msgstr "목록의 파일에서 실행 가능 비트를 바꿉니다"
4717
4718#: builtin/add.c:288
4719msgid "warn when adding an embedded repository"
4720msgstr "내장 저장소를 추가할 때 경고를 표시합니다"
4721
4722#: builtin/add.c:303
4723#, c-format
4724msgid ""
4725"You've added another git repository inside your current repository.\n"
4726"Clones of the outer repository will not contain the contents of\n"
4727"the embedded repository and will not know how to obtain it.\n"
4728"If you meant to add a submodule, use:\n"
4729"\n"
4730"\tgit submodule add <url> %s\n"
4731"\n"
4732"If you added this path by mistake, you can remove it from the\n"
4733"index with:\n"
4734"\n"
4735"\tgit rm --cached %s\n"
4736"\n"
4737"See \"git help submodule\" for more information."
4738msgstr ""
4739"현재 저장소 안에 또 다른 깃 저장소를 추가했습니다. 외부 저장소를 복제해도\n"
4740"내장된 저장소의 내용을 복제하진 않고 어떻게 내장된 저장소 내용을 얻을지 정보"
4741"도\n"
4742"없습니다. 하위 모듈을 추가하려면, 다음 명령을 사용하십시오:\n"
4743"\n"
4744"\tgit submodule add <url> %s\n"
4745"\n"
4746"실수로 이 경로를 추가했다면 다음 명령으로 인덱스에서 제거할 수 있습니다:\n"
4747"\n"
4748"\tgit rm --cached %s\n"
4749"\n"
4750"더 자세한 정보는 \"git help submodule\"을 참고하십시오."
4751
4752#: builtin/add.c:331
4753#, c-format
4754msgid "adding embedded git repository: %s"
4755msgstr "내장 깃 저장소 추가: %s"
4756
4757#: builtin/add.c:349
4758#, c-format
4759msgid "Use -f if you really want to add them.\n"
4760msgstr "정말로 추가하려면 -f 옵션을 사용하십시오.\n"
4761
4762#: builtin/add.c:357
4763msgid "adding files failed"
4764msgstr "파일 추가가 실패했습니다"
4765
4766#: builtin/add.c:394
4767msgid "-A and -u are mutually incompatible"
4768msgstr "-A 및 -u 옵션은 서로 호환되지 않습니다"
4769
4770#: builtin/add.c:401
4771msgid "Option --ignore-missing can only be used together with --dry-run"
4772msgstr ""
4773"--ignore-missing 옵션은 --dry-run 옵션과 같이 사용할 경우에만 쓸 수 있습니다."
4774
4775#: builtin/add.c:405
4776#, c-format
4777msgid "--chmod param '%s' must be either -x or +x"
4778msgstr "--chmod 파라미터 '%s'은(는) -x 또는 +x 형식이어야 합니다"
4779
4780#: builtin/add.c:420
4781#, c-format
4782msgid "Nothing specified, nothing added.\n"
4783msgstr "아무 것도 지정하지 않았으므로 아무 것도 추가하지 않습니다.\n"
4784
4785#: builtin/add.c:421
4786#, c-format
4787msgid "Maybe you wanted to say 'git add .'?\n"
4788msgstr "'git add .' 명령을 실행하려고 한 것 아니었습니까?\n"
4789
4790#: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4791#: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4792#: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4793#: builtin/submodule--helper.c:244
4794msgid "index file corrupt"
4795msgstr "인덱스 파일이 손상되었습니다"
4796
4797#: builtin/am.c:413
4798msgid "could not parse author script"
4799msgstr "작성자 스크립트를 파싱할 수 없습니다"
4800
4801#: builtin/am.c:489
4802#, c-format
4803msgid "'%s' was deleted by the applypatch-msg hook"
4804msgstr "applypatch-msg 훅 때문에 '%s'이(가) 삭제되었습니다."
4805
4806#: builtin/am.c:530
4807#, c-format
4808msgid "Malformed input line: '%s'."
4809msgstr "잘못된 형식의 입력 줄: '%s'."
4810
4811#: builtin/am.c:567
4812#, c-format
4813msgid "Failed to copy notes from '%s' to '%s'"
4814msgstr "'%s'에서 '%s'(으)로 노트를 복사하는데 실패했습니다"
4815
4816#: builtin/am.c:593
4817msgid "fseek failed"
4818msgstr "fseek 실패"
4819
4820#: builtin/am.c:777
4821#, c-format
4822msgid "could not parse patch '%s'"
4823msgstr "'%s' 패치를 파싱할 수 없습니다"
4824
4825#: builtin/am.c:842
4826msgid "Only one StGIT patch series can be applied at once"
4827msgstr "한번에 하나의 StGIT 패치 시리즈만 적용할 수 있습니다"
4828
4829#: builtin/am.c:889
4830msgid "invalid timestamp"
4831msgstr "시각이 잘못되었습니다"
4832
4833#: builtin/am.c:892 builtin/am.c:900
4834msgid "invalid Date line"
4835msgstr "Date 줄이 잘못되었습니다"
4836
4837#: builtin/am.c:897
4838msgid "invalid timezone offset"
4839msgstr "시간대 오프셋이 잘못되었습니다"
4840
4841#: builtin/am.c:986
4842msgid "Patch format detection failed."
4843msgstr "패치 형식 검색이 실패했습니다."
4844
4845#: builtin/am.c:991 builtin/clone.c:401
4846#, c-format
4847msgid "failed to create directory '%s'"
4848msgstr "'%s' 디렉터리 만들기가 실패했습니다"
4849
4850#: builtin/am.c:995
4851msgid "Failed to split patches."
4852msgstr "패치를 쪼개는데 실패했습니다."
4853
4854#: builtin/am.c:1120 builtin/commit.c:377
4855msgid "unable to write index file"
4856msgstr "인덱스 파일을 쓸 수 없습니다"
4857
4858#: builtin/am.c:1171
4859#, c-format
4860msgid "When you have resolved this problem, run \"%s --continue\"."
4861msgstr "이 문제를 해결했을 때 \"%s --continue\"를 실행하십시오."
4862
4863#: builtin/am.c:1172
4864#, c-format
4865msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4866msgstr "이 패치를 건너뛰려면, 그 대신 \"%s --skip\"을 실행하십시오."
4867
4868#: builtin/am.c:1173
4869#, c-format
4870msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4871msgstr ""
4872"원래 브랜치를 복구하고 패치 적용을 중지하려면 \"%s --abort\"를 실행하십시오."
4873
4874#: builtin/am.c:1304
4875msgid "Patch is empty."
4876msgstr "패치가 비어 있습니다."
4877
4878#: builtin/am.c:1370
4879#, c-format
4880msgid "invalid ident line: %.*s"
4881msgstr "잘못된 신원 줄: %.*s"
4882
4883#: builtin/am.c:1392
4884#, c-format
4885msgid "unable to parse commit %s"
4886msgstr "%s 커밋을 파싱할 수 없습니다"
4887
4888#: builtin/am.c:1586
4889msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4890msgstr "저장소에 3-방향 병합으로 대신할 때 필요한 블롭이 없습니다."
4891
4892#: builtin/am.c:1588
4893msgid "Using index info to reconstruct a base tree..."
4894msgstr "인덱스 정보를 사용해 기본 트리를 다시 만듭니다..."
4895
4896#: builtin/am.c:1607
4897msgid ""
4898"Did you hand edit your patch?\n"
4899"It does not apply to blobs recorded in its index."
4900msgstr ""
4901"패치를 직접 편집하셨습니까?\n"
4902"이 패치는 인덱스에 기록된 블롭에는 적용되지 않습니다."
4903
4904#: builtin/am.c:1613
4905msgid "Falling back to patching base and 3-way merge..."
4906msgstr "베이스 패치 적용 및 3-방향 병합으로 대신합니다..."
4907
4908#: builtin/am.c:1638
4909msgid "Failed to merge in the changes."
4910msgstr "변경 사항에서 병합하는데 실패했습니다."
4911
4912#: builtin/am.c:1662 builtin/merge.c:632
4913msgid "git write-tree failed to write a tree"
4914msgstr "git write-tree가 트리를 쓰는데 실패했습니다"
4915
4916#: builtin/am.c:1669
4917msgid "applying to an empty history"
4918msgstr "빈 커밋 내역에 대해 적용합니다"
4919
4920#: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
4921#: builtin/merge.c:828
4922msgid "failed to write commit object"
4923msgstr "커밋 오브젝트를 쓰는데 실패했습니다"
4924
4925#: builtin/am.c:1715 builtin/am.c:1719
4926#, c-format
4927msgid "cannot resume: %s does not exist."
4928msgstr "다시 시작할 수 없습니다: %s이(가) 없습니다."
4929
4930#: builtin/am.c:1735
4931msgid "cannot be interactive without stdin connected to a terminal."
4932msgstr ""
4933"터미널에 표준 입력이 연결되지 않은 상태에서 대화형으로 실행할 수 없습니다."
4934
4935#: builtin/am.c:1740
4936msgid "Commit Body is:"
4937msgstr "커밋 본문은:"
4938
4939#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4940#. in your translation. The program will only accept English
4941#. input at this point.
4942#.
4943#: builtin/am.c:1750
4944msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4945msgstr "적용? 예[y]/아니오[n]/편집[e]/패치 보기[v]/모두 적용[a]: "
4946
4947#: builtin/am.c:1800
4948#, c-format
4949msgid "Dirty index: cannot apply patches (dirty: %s)"
4950msgstr "변경된 인덱스: 패치를 적용할 수 없습니다 (dirty: %s)"
4951
4952#: builtin/am.c:1840 builtin/am.c:1912
4953#, c-format
4954msgid "Applying: %.*s"
4955msgstr "적용하는 중: %.*s"
4956
4957#: builtin/am.c:1856
4958msgid "No changes -- Patch already applied."
4959msgstr "변경 사항 없음 -- 패치가 이미 적용되었습니다."
4960
4961#: builtin/am.c:1864
4962#, c-format
4963msgid "Patch failed at %s %.*s"
4964msgstr "패치가 %s %.*s 위치에서 실패했습니다"
4965
4966#: builtin/am.c:1870
4967#, c-format
4968msgid "The copy of the patch that failed is found in: %s"
4969msgstr "실패한 패치의 복사본이 다음 위치에 있습니다: %s"
4970
4971#: builtin/am.c:1915
4972msgid ""
4973"No changes - did you forget to use 'git add'?\n"
4974"If there is nothing left to stage, chances are that something else\n"
4975"already introduced the same changes; you might want to skip this patch."
4976msgstr ""
4977"변경 사항이 없습니다 - 'git add' 사용을 잊으셨습니까?\n"
4978"커밋으로 표시할 사항이 남아 있지 않으면, 이미 같은 패치에서 적용된\n"
4979"경우일 수도 있습니다. 그런 경우에는 이 패치를 건너뛰면 됩니다."
4980
4981#: builtin/am.c:1922
4982msgid ""
4983"You still have unmerged paths in your index.\n"
4984"You should 'git add' each file with resolved conflicts to mark them as "
4985"such.\n"
4986"You might run `git rm` on a file to accept \"deleted by them\" for it."
4987msgstr ""
4988"인덱스에 아직 병합하지 않은 경로가 남아 있습니다.\n"
4989"충돌을 해결한 파일을 'git add'해서 해결했다고 표시해야 합니다.\n"
4990"파일의 \"저 쪽에서 삭제\"를 받아들이려면 `git rm`을 실행하십시오."
4991
4992#: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
4993#: builtin/reset.c:331
4994#, c-format
4995msgid "Could not parse object '%s'."
4996msgstr "'%s' 오브젝트를 파싱할 수 없습니다."
4997
4998#: builtin/am.c:2083
4999msgid "failed to clean index"
5000msgstr "인덱스 지우기에 실패했습니다"
5001
5002#: builtin/am.c:2117
5003msgid ""
5004"You seem to have moved HEAD since the last 'am' failure.\n"
5005"Not rewinding to ORIG_HEAD"
5006msgstr ""
5007"마지막 'am' 실패 이후 HEAD를 옮긴 것 같습니다.\n"
5008"ORIG_HEAD로 되돌리지 않습니다."
5009
5010#: builtin/am.c:2180
5011#, c-format
5012msgid "Invalid value for --patch-format: %s"
5013msgstr "--patch-format 옵션에 대해 잘못된 값: %s"
5014
5015#: builtin/am.c:2213
5016msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5017msgstr "git am [<옵션>] [(<mbox> | <Maildir>)...]"
5018
5019#: builtin/am.c:2214
5020msgid "git am [<options>] (--continue | --skip | --abort)"
5021msgstr "git am [<옵션>] (--continue | --skip | --abort)"
5022
5023#: builtin/am.c:2220
5024msgid "run interactively"
5025msgstr "대화형으로 실행합니다"
5026
5027#: builtin/am.c:2222
5028msgid "historical option -- no-op"
5029msgstr "아무 동작도 하지 않습니다 (과거부터 있었던 옵션)"
5030
5031#: builtin/am.c:2224
5032msgid "allow fall back on 3way merging if needed"
5033msgstr "필요하면 3-방향 병합으로 대신하도록 허용합니다"
5034
5035#: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
5036#: builtin/repack.c:180
5037msgid "be quiet"
5038msgstr "간략히 표시합니다"
5039
5040#: builtin/am.c:2227
5041msgid "add a Signed-off-by line to the commit message"
5042msgstr "커밋 메시지에 Signed-off-by 줄을 남깁니다"
5043
5044#: builtin/am.c:2230
5045msgid "recode into utf8 (default)"
5046msgstr "UTF-8 인코딩으로 변환합니다 (기본값)"
5047
5048#: builtin/am.c:2232
5049msgid "pass -k flag to git-mailinfo"
5050msgstr "git-mailinfo에 -k 옵션을 씁니다"
5051
5052#: builtin/am.c:2234
5053msgid "pass -b flag to git-mailinfo"
5054msgstr "git-mailinfo에 -b 옵션을 씁니다"
5055
5056#: builtin/am.c:2236
5057msgid "pass -m flag to git-mailinfo"
5058msgstr "git-mailinfo에 -m 옵션을 씁니다"
5059
5060#: builtin/am.c:2238
5061msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5062msgstr "mbox 형식에 대해 git-mailsplit에 --keep-cr 옵션을 사용합니다"
5063
5064#: builtin/am.c:2241
5065msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5066msgstr ""
5067"am.keepcr에 무관하게 git-mailsplit에 --keep-cr 옵션을 사용하지 않습니다."
5068
5069#: builtin/am.c:2244
5070msgid "strip everything before a scissors line"
5071msgstr "절취선 앞의 모든 사항을 무시합니다"
5072
5073#: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
5074#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
5075#: builtin/am.c:2273
5076msgid "pass it through git-apply"
5077msgstr "git-apply에 넘깁니다"
5078
5079#: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
5080#: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
5081#: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
5082#: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
5083#: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
5084#: parse-options.h:245
5085msgid "n"
5086msgstr "n"
5087
5088#: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
5089#: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
5090msgid "format"
5091msgstr "형식"
5092
5093#: builtin/am.c:2270
5094msgid "format the patch(es) are in"
5095msgstr "패치의 형식"
5096
5097#: builtin/am.c:2276
5098msgid "override error message when patch failure occurs"
5099msgstr "패치 실패가 발생했을 때 오류 메시지 대신 사용합니다"
5100
5101#: builtin/am.c:2278
5102msgid "continue applying patches after resolving a conflict"
5103msgstr "충돌을 해결한 다음 패치 적용을 계속합니다"
5104
5105#: builtin/am.c:2281
5106msgid "synonyms for --continue"
5107msgstr "--continue 옵션과 동일"
5108
5109#: builtin/am.c:2284
5110msgid "skip the current patch"
5111msgstr "현재 패치 건너뛰기"
5112
5113#: builtin/am.c:2287
5114msgid "restore the original branch and abort the patching operation."
5115msgstr "원래 브랜치를 복구하고 패치 적용 작업을 중지합니다."
5116
5117# NOTE: 옵션의 의미는 이게 맞다. 원문에서는 사용자가
5118# --committer-date-is-author-date라는 옵션을 보고 의미를 알 수 있다고 가정하고 있다.
5119#: builtin/am.c:2291
5120msgid "lie about committer date"
5121msgstr "커미터 시각을 작성자 시각으로 넣습니다"
5122
5123#: builtin/am.c:2293
5124msgid "use current timestamp for author date"
5125msgstr "현재 시각을 작성자 시각으로 사용합니다"
5126
5127#: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
5128#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
5129msgid "key-id"
5130msgstr "키-ID"
5131
5132#: builtin/am.c:2296
5133msgid "GPG-sign commits"
5134msgstr "GPG 서명 커밋"
5135
5136#: builtin/am.c:2299
5137msgid "(internal use for git-rebase)"
5138msgstr "(git-rebase를 위한 내부 용도)"
5139
5140#: builtin/am.c:2317
5141msgid ""
5142"The -b/--binary option has been a no-op for long time, and\n"
5143"it will be removed. Please do not use it anymore."
5144msgstr ""
5145"-b/--binary 옵션은 오랜 시간 동안 아무 동작도 하지 않았으므로, 이\n"
5146"옵션은 제거될 예정입니다. 이제 사용하지 마십시오."
5147
5148#: builtin/am.c:2324
5149msgid "failed to read the index"
5150msgstr "인덱스 읽기에 실패했습니다"
5151
5152#: builtin/am.c:2339
5153#, c-format
5154msgid "previous rebase directory %s still exists but mbox given."
5155msgstr "이전 리베이스 디렉터리 %s이(가) 아직 있고 mbox를 지정했습니다."
5156
5157#: builtin/am.c:2363
5158#, c-format
5159msgid ""
5160"Stray %s directory found.\n"
5161"Use \"git am --abort\" to remove it."
5162msgstr ""
5163"벗어난 %s 디렉터리가 발견되었습니다.\n"
5164"제거하려면 \"git am --abort\"를 사용하십시오."
5165
5166#: builtin/am.c:2369
5167msgid "Resolve operation not in progress, we are not resuming."
5168msgstr "해소 작업이 진행 중입니다. 다시 시작하지 않습니다."
5169
5170#: builtin/apply.c:8
5171msgid "git apply [<options>] [<patch>...]"
5172msgstr "git apply [<옵션>] [<패치>...]"
5173
5174#: builtin/archive.c:17
5175#, c-format
5176msgid "could not create archive file '%s'"
5177msgstr "'%s' 아카이브 파일을 만들 수 없습니다"
5178
5179#: builtin/archive.c:20
5180msgid "could not redirect output"
5181msgstr "출력 방향을 돌릴 수 없습니다"
5182
5183#: builtin/archive.c:37
5184msgid "git archive: Remote with no URL"
5185msgstr "git archive: URL 없는 리모트"
5186
5187#: builtin/archive.c:58
5188msgid "git archive: expected ACK/NAK, got EOF"
5189msgstr "git archive: ACK/NAK가 와야 하지만, EOF를 받았습니다"
5190
5191#: builtin/archive.c:61
5192#, c-format
5193msgid "git archive: NACK %s"
5194msgstr "git archive: NACK %s"
5195
5196#: builtin/archive.c:64
5197msgid "git archive: protocol error"
5198msgstr "git archive: 프로토콜 오류"
5199
5200#: builtin/archive.c:68
5201msgid "git archive: expected a flush"
5202msgstr "git archive: 파일 끝을 예상함"
5203
5204#: builtin/bisect--helper.c:7
5205msgid "git bisect--helper --next-all [--no-checkout]"
5206msgstr "git bisect--helper --next-all [--no-checkout]"
5207
5208#: builtin/bisect--helper.c:17
5209msgid "perform 'git bisect next'"
5210msgstr "'git bisect next'를 수행합니다"
5211
5212#: builtin/bisect--helper.c:19
5213msgid "update BISECT_HEAD instead of checking out the current commit"
5214msgstr "현재 커밋을 가져오는 대신 BISECT_HEAD를 업데이트합니다"
5215
5216#: builtin/blame.c:27
5217msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5218msgstr "git blame [<옵션>] [<리비전-옵션>] [<리비전>] [--] <파일>"
5219
5220#: builtin/blame.c:32
5221msgid "<rev-opts> are documented in git-rev-list(1)"
5222msgstr "<리비전-옵션>은 git-rev-list(1)에 설명되어 있습니다"
5223
5224#: builtin/blame.c:668
5225msgid "Show blame entries as we find them, incrementally"
5226msgstr "블레임 항목을 찾자마자 점진적으로 표시합니다"
5227
5228#: builtin/blame.c:669
5229msgid "Show blank SHA-1 for boundary commits (Default: off)"
5230msgstr "가장자리 커밋에 대해 빈 SHA-1을 표시합니다 (기본값: 꺼짐)"
5231
5232#: builtin/blame.c:670
5233msgid "Do not treat root commits as boundaries (Default: off)"
5234msgstr "최상위 커밋을 가장자리 커밋으로 취급하지 않습니다 (기본값: 꺼짐)"
5235
5236#: builtin/blame.c:671
5237msgid "Show work cost statistics"
5238msgstr "작업 비용 통계를 표시합니다"
5239
5240#: builtin/blame.c:672
5241msgid "Force progress reporting"
5242msgstr "강제로 진행 상황을 표시합니다"
5243
5244#: builtin/blame.c:673
5245msgid "Show output score for blame entries"
5246msgstr "블레임 항목에 대해 출력 점수를 표시합니다"
5247
5248#: builtin/blame.c:674
5249msgid "Show original filename (Default: auto)"
5250msgstr "원래 파일 이름 표시 (기본값: 자동)"
5251
5252#: builtin/blame.c:675
5253msgid "Show original linenumber (Default: off)"
5254msgstr "원래 줄 번호 표시 (기본값: 하지 않음)"
5255
5256#: builtin/blame.c:676
5257msgid "Show in a format designed for machine consumption"
5258msgstr "컴퓨터 처리용으로 설계된 형식으로 표시합니다"
5259
5260#: builtin/blame.c:677
5261msgid "Show porcelain format with per-line commit information"
5262msgstr "줄마다 커밋 정보가 표시되는 사용자용 형식으로 표시합니다"
5263
5264#: builtin/blame.c:678
5265msgid "Use the same output mode as git-annotate (Default: off)"
5266msgstr "git-annotate와 동일한 형식을 사용합니다 (기본값: 꺼짐)"
5267
5268#: builtin/blame.c:679
5269msgid "Show raw timestamp (Default: off)"
5270msgstr "내부 형식으로 시각을 표시합니다 (기본값: 꺼짐)"
5271
5272#: builtin/blame.c:680
5273msgid "Show long commit SHA1 (Default: off)"
5274msgstr "길게 커밋 SHA1을 표시합니다 (기본값: 꺼짐)"
5275
5276#: builtin/blame.c:681
5277msgid "Suppress author name and timestamp (Default: off)"
5278msgstr "작성자 이름과 시각을 표시하지 않습니다 (기본값: 꺼짐)"
5279
5280#: builtin/blame.c:682
5281msgid "Show author email instead of name (Default: off)"
5282msgstr "작성자 이름 대신에 전자메일을 표시합니다 (기본값: 꺼짐)"
5283
5284#: builtin/blame.c:683
5285msgid "Ignore whitespace differences"
5286msgstr "공백 문자 차이점을 무시합니다"
5287
5288#: builtin/blame.c:690
5289msgid "Use an experimental heuristic to improve diffs"
5290msgstr "diff를 향상하는데 실험적인 휴리스틱을 사용합니다"
5291
5292#: builtin/blame.c:692
5293msgid "Spend extra cycles to find better match"
5294msgstr "더 일치하는 항목을 찾는데 더 시간을 소모합니다"
5295
5296#: builtin/blame.c:693
5297msgid "Use revisions from <file> instead of calling git-rev-list"
5298msgstr "git-rev-list를 호출하는 대신 <파일>에서 리비전을 사용합니다"
5299
5300#: builtin/blame.c:694
5301msgid "Use <file>'s contents as the final image"
5302msgstr "<파일>의 내용을 최종 이미지로 사용합니다"
5303
5304#: builtin/blame.c:695 builtin/blame.c:696
5305msgid "score"
5306msgstr "점수"
5307
5308#: builtin/blame.c:695
5309msgid "Find line copies within and across files"
5310msgstr "파일 내부와 파일 사이의 복사된 줄을 찾습니다"
5311
5312#: builtin/blame.c:696
5313msgid "Find line movements within and across files"
5314msgstr "파일 내부와 파일 사이의 옮겨진 줄을 찾습니다"
5315
5316#: builtin/blame.c:697
5317msgid "n,m"
5318msgstr "n,m"
5319
5320#: builtin/blame.c:697
5321msgid "Process only line range n,m, counting from 1"
5322msgstr "n,m줄 (1번 줄부터 시작) 사이의 범위만 처리"
5323
5324#: builtin/blame.c:744
5325msgid "--progress can't be used with --incremental or porcelain formats"
5326msgstr ""
5327"--progress 옵션은 --incremental 옵션이나 포스레인 형식에서 사용할 수 없습니다"
5328
5329#. TRANSLATORS: This string is used to tell us the
5330#. maximum display width for a relative timestamp in
5331#. "git blame" output.  For C locale, "4 years, 11
5332#. months ago", which takes 22 places, is the longest
5333#. among various forms of relative timestamps, but
5334#. your language may need more or fewer display
5335#. columns.
5336#.
5337#: builtin/blame.c:795
5338msgid "4 years, 11 months ago"
5339msgstr "4년 11달 전"
5340
5341#: builtin/blame.c:882
5342#, c-format
5343msgid "file %s has only %lu line"
5344msgid_plural "file %s has only %lu lines"
5345msgstr[0] "%s 파일에는 줄이 %lu개 뿐입니다"
5346
5347#: builtin/blame.c:928
5348msgid "Blaming lines"
5349msgstr "블레임 줄"
5350
5351#: builtin/branch.c:27
5352msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5353msgstr "git branch [<옵션>] [-r | -a] [--merged | --no-merged]"
5354
5355#: builtin/branch.c:28
5356msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5357msgstr "git branch [<옵션>] [-l] [-f] <브랜치-이름> [<시작-지점>]"
5358
5359#: builtin/branch.c:29
5360msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5361msgstr "git branch [<옵션>] [-r] (-d | -D) <브랜치-이름>..."
5362
5363#: builtin/branch.c:30
5364msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5365msgstr "git branch [<옵션>] (-m | -M) [<과거-브랜치>] <새-브랜치>"
5366
5367#: builtin/branch.c:31
5368msgid "git branch [<options>] [-r | -a] [--points-at]"
5369msgstr "git branch [<옵션>] [-r | -a] [--points-at]"
5370
5371#: builtin/branch.c:32
5372msgid "git branch [<options>] [-r | -a] [--format]"
5373msgstr "git branch [<옵션>] [-r | -a] [--format]"
5374
5375#: builtin/branch.c:145
5376#, c-format
5377msgid ""
5378"deleting branch '%s' that has been merged to\n"
5379"         '%s', but not yet merged to HEAD."
5380msgstr ""
5381"'%s' 브랜치를 삭제합니다. 이 브랜치는 '%s'에\n"
5382"         병합되었지만, HEAD에는 병합되지 않았습니다."
5383
5384#: builtin/branch.c:149
5385#, c-format
5386msgid ""
5387"not deleting branch '%s' that is not yet merged to\n"
5388"         '%s', even though it is merged to HEAD."
5389msgstr ""
5390"'%s' 브랜치를 삭제하지 않습니다. 이 브랜치는 '%s'에\n"
5391"         병합되지 않았지만, HEAD에는 병합되었습니다."
5392
5393#: builtin/branch.c:163
5394#, c-format
5395msgid "Couldn't look up commit object for '%s'"
5396msgstr "'%s'에 대한 커밋 오브젝트를 찾아볼 수 없습니다"
5397
5398#: builtin/branch.c:167
5399#, c-format
5400msgid ""
5401"The branch '%s' is not fully merged.\n"
5402"If you are sure you want to delete it, run 'git branch -D %s'."
5403msgstr ""
5404"'%s' 브랜치가 완전히 병합되지 않았습니다.\n"
5405"정말로 삭제하려면 'git branch -D %s' 명령을 실행하십시오."
5406
5407#: builtin/branch.c:180
5408msgid "Update of config-file failed"
5409msgstr "config-file 업데이트가 실패했습니다"
5410
5411#: builtin/branch.c:211
5412msgid "cannot use -a with -d"
5413msgstr "-a 옵션을 -d 옵션과 같이 쓸 수 없습니다"
5414
5415#: builtin/branch.c:217
5416msgid "Couldn't look up commit object for HEAD"
5417msgstr "HEAD에 대한 커밋 오브젝트를 찾아볼 수 없습니다"
5418
5419#: builtin/branch.c:231
5420#, c-format
5421msgid "Cannot delete branch '%s' checked out at '%s'"
5422msgstr "'%2$s' 위치에 체크아웃한 '%1$s' 브랜치를 삭제할 수 없습니다"
5423
5424#: builtin/branch.c:246
5425#, c-format
5426msgid "remote-tracking branch '%s' not found."
5427msgstr "리모트 추적 '%s' 브랜치가 없습니다."
5428
5429#: builtin/branch.c:247
5430#, c-format
5431msgid "branch '%s' not found."
5432msgstr "'%s' 브랜치가 없습니다."
5433
5434#: builtin/branch.c:262
5435#, c-format
5436msgid "Error deleting remote-tracking branch '%s'"
5437msgstr "리모트 추적 '%s' 브랜치를 삭제하는데 오류"
5438
5439#: builtin/branch.c:263
5440#, c-format
5441msgid "Error deleting branch '%s'"
5442msgstr "'%s' 브랜치를 삭제하는데 오류"
5443
5444#: builtin/branch.c:270
5445#, c-format
5446msgid "Deleted remote-tracking branch %s (was %s).\n"
5447msgstr "리모트 추적 '%s' 브랜치를 삭제합니다. (과거 %s)\n"
5448
5449#: builtin/branch.c:271
5450#, c-format
5451msgid "Deleted branch %s (was %s).\n"
5452msgstr "%s 브랜치 삭제 (과거 %s).\n"
5453
5454#: builtin/branch.c:445
5455#, c-format
5456msgid "Branch %s is being rebased at %s"
5457msgstr "%s 브랜치를 %s 위치에 리베이스합니다"
5458
5459#: builtin/branch.c:449
5460#, c-format
5461msgid "Branch %s is being bisected at %s"
5462msgstr "%s 브랜치를 %s 위치에서 bisect합니다"
5463
5464#: builtin/branch.c:464
5465msgid "cannot rename the current branch while not on any."
5466msgstr "브랜치 위에 없으면서 현재 브랜치 이름을 바꿀 수 없습니다."
5467
5468#: builtin/branch.c:474
5469#, c-format
5470msgid "Invalid branch name: '%s'"
5471msgstr "잘못된 브랜치 이름: '%s'"
5472
5473#: builtin/branch.c:491
5474msgid "Branch rename failed"
5475msgstr "브랜치 이름 바꾸기 실패"
5476
5477#: builtin/branch.c:494
5478#, c-format
5479msgid "Renamed a misnamed branch '%s' away"
5480msgstr "이름이 잘못된 '%s' 브랜치의 이름을 다르게 바꿉니다"
5481
5482#: builtin/branch.c:497
5483#, c-format
5484msgid "Branch renamed to %s, but HEAD is not updated!"
5485msgstr "브랜치 이름을 %s(으)로 바꾸지만, HEAD를 업데이트하지 않습니다!"
5486
5487#: builtin/branch.c:506
5488msgid "Branch is renamed, but update of config-file failed"
5489msgstr "브랜치의 이름을 바꾸지만, config-file 업데이트가 실패했습니다"
5490
5491#: builtin/branch.c:522
5492#, c-format
5493msgid ""
5494"Please edit the description for the branch\n"
5495"  %s\n"
5496"Lines starting with '%c' will be stripped.\n"
5497msgstr ""
5498"다음 브랜치에 대한 설명을 쓰십시오:\n"
5499"  %s\n"
5500"'%c' 문자로 시작하는 줄은 무시됩니다.\n"
5501
5502#: builtin/branch.c:555
5503msgid "Generic options"
5504msgstr "일반 옵션"
5505
5506# FIXME: give twice?
5507#: builtin/branch.c:557
5508msgid "show hash and subject, give twice for upstream branch"
5509msgstr "해시와 제목을 표시하고, 업스트림 브랜치에 대한 위치를 표시합니다"
5510
5511#: builtin/branch.c:558
5512msgid "suppress informational messages"
5513msgstr "여러가지 안내 메시지를 표시하지 않습니다"
5514
5515#: builtin/branch.c:559
5516msgid "set up tracking mode (see git-pull(1))"
5517msgstr "추적 모드를 설정합니다 (git-pull(1) 참고)"
5518
5519#: builtin/branch.c:561
5520msgid "change upstream info"
5521msgstr "업스트림 정보를 바꿉니다"
5522
5523#: builtin/branch.c:563
5524msgid "upstream"
5525msgstr "업스트림"
5526
5527#: builtin/branch.c:563
5528msgid "change the upstream info"
5529msgstr "업스트림 정보를 바꿉니다"
5530
5531#: builtin/branch.c:564
5532msgid "Unset the upstream info"
5533msgstr "업스트림 정보를 해제합니다"
5534
5535#: builtin/branch.c:565
5536msgid "use colored output"
5537msgstr "여러 색으로 출력합니다"
5538
5539#: builtin/branch.c:566
5540msgid "act on remote-tracking branches"
5541msgstr "리모트 추적 브랜치에 대해 동작합니다"
5542
5543#: builtin/branch.c:568 builtin/branch.c:570
5544msgid "print only branches that contain the commit"
5545msgstr "커밋이 있는 브랜치만 표시합니다"
5546
5547#: builtin/branch.c:569 builtin/branch.c:571
5548msgid "print only branches that don't contain the commit"
5549msgstr "커밋이 들어있지 않은 브랜치만 표시합니다"
5550
5551#: builtin/branch.c:574
5552msgid "Specific git-branch actions:"
5553msgstr "특정 git-branch 동작:"
5554
5555#: builtin/branch.c:575
5556msgid "list both remote-tracking and local branches"
5557msgstr "리모트와 로컬의 브랜치 목록을 모두 표시합니다"
5558
5559#: builtin/branch.c:577
5560msgid "delete fully merged branch"
5561msgstr "완전히 병합된 브랜치를 삭제합니다"
5562
5563#: builtin/branch.c:578
5564msgid "delete branch (even if not merged)"
5565msgstr "브랜치를 삭제합니다 (병합되지 않았더라도)"
5566
5567#: builtin/branch.c:579
5568msgid "move/rename a branch and its reflog"
5569msgstr "브랜치와 그 reflog를 옮기거나 이름을 바꿉니다"
5570
5571#: builtin/branch.c:580
5572msgid "move/rename a branch, even if target exists"
5573msgstr "대상이 이미 있더라도 브랜치를 옮기거나 이름을 바꿉니다"
5574
5575#: builtin/branch.c:581
5576msgid "list branch names"
5577msgstr "브랜치 이름 목록을 표시합니다"
5578
5579#: builtin/branch.c:582
5580msgid "create the branch's reflog"
5581msgstr "브랜치의 reflog를 만듭니다"
5582
5583#: builtin/branch.c:584
5584msgid "edit the description for the branch"
5585msgstr "브랜치의 설명을 편집합니다"
5586
5587#: builtin/branch.c:585
5588msgid "force creation, move/rename, deletion"
5589msgstr "강제로 만들고, 옮기거나 이름을 바꾸고, 삭제합니다"
5590
5591#: builtin/branch.c:586
5592msgid "print only branches that are merged"
5593msgstr "병합되는 브랜치만 표시합니다"
5594
5595#: builtin/branch.c:587
5596msgid "print only branches that are not merged"
5597msgstr "병합되지 않는 브랜치만 표시합니다"
5598
5599#: builtin/branch.c:588
5600msgid "list branches in columns"
5601msgstr "목록을 여러 열로 표시합니다"
5602
5603#: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:427
5604msgid "key"
5605msgstr "키"
5606
5607#: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:428
5608msgid "field name to sort on"
5609msgstr "정렬한 기준이 되는 필드 이름"
5610
5611#: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:407
5612#: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:573
5613#: builtin/tag.c:430
5614msgid "object"
5615msgstr "오브젝트"
5616
5617#: builtin/branch.c:593
5618msgid "print only branches of the object"
5619msgstr "해당 오브젝트의 브랜치만 표시합니다"
5620
5621#: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:435
5622msgid "sorting and filtering are case insensitive"
5623msgstr "정렬과 필터링은 대소문자를 구분하지 않습니다"
5624
5625#: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:434
5626#: builtin/verify-tag.c:39
5627msgid "format to use for the output"
5628msgstr "출력에 사용할 형식"
5629
5630#: builtin/branch.c:615
5631msgid "Failed to resolve HEAD as a valid ref."
5632msgstr "HEAD를 올바른 레퍼런스로 구해내는데 실패했습니다."
5633
5634#: builtin/branch.c:619 builtin/clone.c:728
5635msgid "HEAD not found below refs/heads!"
5636msgstr "레퍼런스/헤드 아래에 HEAD가 없습니다!"
5637
5638#: builtin/branch.c:642
5639msgid "--column and --verbose are incompatible"
5640msgstr "--column 및 --verbose 옵션은 호환되지 않습니다"
5641
5642#: builtin/branch.c:653 builtin/branch.c:705
5643msgid "branch name required"
5644msgstr "브랜치 이름이 필요합니다"
5645
5646#: builtin/branch.c:681
5647msgid "Cannot give description to detached HEAD"
5648msgstr "분리된 HEAD에 대한 설명을 부여할 수 없습니다"
5649
5650#: builtin/branch.c:686
5651msgid "cannot edit description of more than one branch"
5652msgstr "여러 브랜치에 대한 설명을 편집할 수 없습니다"
5653
5654#: builtin/branch.c:693
5655#, c-format
5656msgid "No commit on branch '%s' yet."
5657msgstr "아직 '%s' 브랜치에 커밋이 없습니다."
5658
5659#: builtin/branch.c:696
5660#, c-format
5661msgid "No branch named '%s'."
5662msgstr "이름이 '%s'인 브랜치가 없습니다."
5663
5664#: builtin/branch.c:711
5665msgid "too many branches for a rename operation"
5666msgstr "이름 바꾸기 작업에 대해 브랜치가 너무 많습니다"
5667
5668#: builtin/branch.c:716
5669msgid "too many branches to set new upstream"
5670msgstr "새 업스트림을 설정하는데 브랜치가 너무 많습니다"
5671
5672#: builtin/branch.c:720
5673#, c-format
5674msgid ""
5675"could not set upstream of HEAD to %s when it does not point to any branch."
5676msgstr ""
5677"HEAD의 업스트림을 %s(으)로 설정할 수 없습니다. 어떤 브랜치도 가리키지 않습니"
5678"다."
5679
5680#: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:766
5681#, c-format
5682msgid "no such branch '%s'"
5683msgstr "그런 브랜치가 ('%s') 없습니다"
5684
5685#: builtin/branch.c:727
5686#, c-format
5687msgid "branch '%s' does not exist"
5688msgstr "'%s' 브랜치가 없습니다"
5689
5690#: builtin/branch.c:739
5691msgid "too many branches to unset upstream"
5692msgstr "업스트림 설정을 해제하는데 브랜치가 너무 많습니다"
5693
5694#: builtin/branch.c:743
5695msgid "could not unset upstream of HEAD when it does not point to any branch."
5696msgstr ""
5697"HEAD의 업스트림 설정을 해제할 수 없습니다. 어떤 브랜치도 가리키지 않습니다."
5698
5699#: builtin/branch.c:749
5700#, c-format
5701msgid "Branch '%s' has no upstream information"
5702msgstr "'%s' 브랜치에 업스트림 정보가 없습니다"
5703
5704#: builtin/branch.c:763
5705msgid "it does not make sense to create 'HEAD' manually"
5706msgstr "'HEAD'를 수동으로 만드는 건 앞뒤가 맞지 않습니다"
5707
5708#: builtin/branch.c:769
5709msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5710msgstr ""
5711"'git branch'에 대해 -a 및 -r 옵션은 브랜치 이름과 같이 쓰면 앞뒤가 맞지 않습"
5712"니다"
5713
5714#: builtin/branch.c:772
5715#, c-format
5716msgid ""
5717"The --set-upstream flag is deprecated and will be removed. Consider using --"
5718"track or --set-upstream-to\n"
5719msgstr ""
5720"--set-upstream 옵션은 더 이상 사용되지 않고 제거될 예정입니다. --track 또는 "
5721"--set-upstream-to 옵션을 사용해 보십시오\n"
5722
5723#: builtin/branch.c:789
5724#, c-format
5725msgid ""
5726"\n"
5727"If you wanted to make '%s' track '%s', do this:\n"
5728"\n"
5729msgstr ""
5730"\n"
5731"'%s'을(를) 만들고 '%s'을(를) 추적하게 하려면, 다음을 하십시오:\n"
5732
5733#: builtin/bundle.c:45
5734#, c-format
5735msgid "%s is okay\n"
5736msgstr "%s 정상입니다\n"
5737
5738#: builtin/bundle.c:58
5739msgid "Need a repository to create a bundle."
5740msgstr "번들을 만드려면 저장소가 필요합니다."
5741
5742#: builtin/bundle.c:62
5743msgid "Need a repository to unbundle."
5744msgstr "번들을 해제하려면 저장소가 필요합니다."
5745
5746#: builtin/cat-file.c:519
5747msgid ""
5748"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5749"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5750msgstr ""
5751"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5752"p | <종류> | --textconv | --filters) [--path=<경로>] <오브젝트>"
5753
5754#: builtin/cat-file.c:520
5755msgid ""
5756"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5757"filters]"
5758msgstr ""
5759"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5760"filters]"
5761
5762#: builtin/cat-file.c:557
5763msgid "<type> can be one of: blob, tree, commit, tag"
5764msgstr "<종류>는 다음 중 하나가 될 수 있습니다: blob, tree, commit, tag"
5765
5766#: builtin/cat-file.c:558
5767msgid "show object type"
5768msgstr "오브젝트 종류를 봅니다"
5769
5770#: builtin/cat-file.c:559
5771msgid "show object size"
5772msgstr "오브젝트 크기를 봅니다"
5773
5774#: builtin/cat-file.c:561
5775msgid "exit with zero when there's no error"
5776msgstr "오류가 없을 때 0을 리턴하고 끝냅니다"
5777
5778#: builtin/cat-file.c:562
5779msgid "pretty-print object's content"
5780msgstr "오브젝트의 내용을 예쁘게 표시합니다"
5781
5782#: builtin/cat-file.c:564
5783msgid "for blob objects, run textconv on object's content"
5784msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 textconv를 실행합니다"
5785
5786#: builtin/cat-file.c:566
5787msgid "for blob objects, run filters on object's content"
5788msgstr "블롭 오브젝트에 대해서는, 오브젝트의 내용에 대해 필터를 실행합니다"
5789
5790#: builtin/cat-file.c:567 git-submodule.sh:944
5791msgid "blob"
5792msgstr "블롭"
5793
5794#: builtin/cat-file.c:568
5795msgid "use a specific path for --textconv/--filters"
5796msgstr "--textconv/--filters 옵션에 경로를 지정합니다"
5797
5798#: builtin/cat-file.c:570
5799msgid "allow -s and -t to work with broken/corrupt objects"
5800msgstr "-s 및 -t 옵션이 손상된 오브젝트에 대해 동작하도록 허용합니다"
5801
5802#: builtin/cat-file.c:571
5803msgid "buffer --batch output"
5804msgstr "--batch 출력에 대해 버퍼링합니다"
5805
5806#: builtin/cat-file.c:573
5807msgid "show info and content of objects fed from the standard input"
5808msgstr "표준 입력에서 입력된 오브젝트의 정보와 내용을 표시합니다"
5809
5810#: builtin/cat-file.c:576
5811msgid "show info about objects fed from the standard input"
5812msgstr "표준 입력에서 입력된 오브젝트의 정보를 표시합니다"
5813
5814#: builtin/cat-file.c:579
5815msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5816msgstr ""
5817"트리 내부의 심볼릭 링크를 따라갑니다 (--batch 또는 --batch-check와 같이 사용)"
5818
5819#: builtin/cat-file.c:581
5820msgid "show all objects with --batch or --batch-check"
5821msgstr "--batch 또는 --batch-check에서 모든 오브젝트를 표시합니다"
5822
5823#: builtin/check-attr.c:12
5824msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5825msgstr "git check-attr [-a | --all | <속성>...] [--] <경로이름>..."
5826
5827#: builtin/check-attr.c:13
5828msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5829msgstr "git check-attr --stdin [-z] [-a | --all | <속성>...]"
5830
5831#: builtin/check-attr.c:20
5832msgid "report all attributes set on file"
5833msgstr "파일에 설정된 모든 속성을 표시합니다"
5834
5835#: builtin/check-attr.c:21
5836msgid "use .gitattributes only from the index"
5837msgstr "인덱스에서만 .gitattributes를 사용합니다"
5838
5839#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5840msgid "read file names from stdin"
5841msgstr "표준 입력에서 파일 이름을 읽습니다"
5842
5843#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5844msgid "terminate input and output records by a NUL character"
5845msgstr "NUL 문자를 기준으로 자료 입력 및 출력을 멈춥니다"
5846
5847#: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:357
5848msgid "suppress progress reporting"
5849msgstr "진행 상황 표시를 하지 않습니다"
5850
5851#: builtin/check-ignore.c:28
5852msgid "show non-matching input paths"
5853msgstr "일치하지 않는 입력 경로를 표시합니다"
5854
5855#: builtin/check-ignore.c:30
5856msgid "ignore index when checking"
5857msgstr "검사할 때 인덱스를 무시합니다"
5858
5859#: builtin/check-ignore.c:158
5860msgid "cannot specify pathnames with --stdin"
5861msgstr "--stdin으로 경로 이름을 지정할 수 없습니다"
5862
5863#: builtin/check-ignore.c:161
5864msgid "-z only makes sense with --stdin"
5865msgstr "-z 옵션은 --stdin 옵션과 같이 써야만 의미가 있습니다"
5866
5867#: builtin/check-ignore.c:163
5868msgid "no path specified"
5869msgstr "경로를 지정하지 않았습니다"
5870
5871#: builtin/check-ignore.c:167
5872msgid "--quiet is only valid with a single pathname"
5873msgstr "--quiet 옵션은 하나의 경로 이름과 같이 써야 합니다"
5874
5875#: builtin/check-ignore.c:169
5876msgid "cannot have both --quiet and --verbose"
5877msgstr "--quiet 및 --verbose 옵션을 같이 쓸 수 없습니다"
5878
5879#: builtin/check-ignore.c:172
5880msgid "--non-matching is only valid with --verbose"
5881msgstr "--non-matching 옵션은 --verbose 옵션과 같이 써야 합니다"
5882
5883#: builtin/check-mailmap.c:9
5884msgid "git check-mailmap [<options>] <contact>..."
5885msgstr "git check-mailmap [<옵션>] <연락처>..."
5886
5887#: builtin/check-mailmap.c:14
5888msgid "also read contacts from stdin"
5889msgstr "또 연락처를 표준 입력에서 읽습니다"
5890
5891#: builtin/check-mailmap.c:25
5892#, c-format
5893msgid "unable to parse contact: %s"
5894msgstr "연락처를 파싱할 수 없습니다: %s"
5895
5896#: builtin/check-mailmap.c:48
5897msgid "no contacts specified"
5898msgstr "연락처를 지정하지 않았습니다"
5899
5900#: builtin/checkout-index.c:128
5901msgid "git checkout-index [<options>] [--] [<file>...]"
5902msgstr "git checkout-index [<옵션>] [--] [<파일>...]"
5903
5904#: builtin/checkout-index.c:145
5905msgid "stage should be between 1 and 3 or all"
5906msgstr "스테이지는 1에서 3 사이의 값이거나 all이어야 합니다"
5907
5908#: builtin/checkout-index.c:161
5909msgid "check out all files in the index"
5910msgstr "인덱스의 모든 파일을 가져옵니다"
5911
5912#: builtin/checkout-index.c:162
5913msgid "force overwrite of existing files"
5914msgstr "기존 파일을 강제로 덮어 씁니다"
5915
5916#: builtin/checkout-index.c:164
5917msgid "no warning for existing files and files not in index"
5918msgstr "기존 파일과 인덱스에 없는 파일에 대해 경고하지 않습니다"
5919
5920#: builtin/checkout-index.c:166
5921msgid "don't checkout new files"
5922msgstr "새 파일을 가져오지 않습니다"
5923
5924#: builtin/checkout-index.c:168
5925msgid "update stat information in the index file"
5926msgstr "인덱스 파일의 stat 정보를 업데이트합니다"
5927
5928#: builtin/checkout-index.c:172
5929msgid "read list of paths from the standard input"
5930msgstr "표준 입력에서 경로의 목록을 읽습니다"
5931
5932#: builtin/checkout-index.c:174
5933msgid "write the content to temporary files"
5934msgstr "내용을 임시 파일에 씁니다"
5935
5936#: builtin/checkout-index.c:175 builtin/column.c:31
5937#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5938#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5939#: builtin/worktree.c:478
5940msgid "string"
5941msgstr "문자열"
5942
5943#: builtin/checkout-index.c:176
5944msgid "when creating files, prepend <string>"
5945msgstr "파일을 만들 때, 앞에 <문자열>을 붙입니다"
5946
5947#: builtin/checkout-index.c:178
5948msgid "copy out the files from named stage"
5949msgstr "지정한 스테이지에서 파일을 복사해 옵니다"
5950
5951#: builtin/checkout.c:26
5952msgid "git checkout [<options>] <branch>"
5953msgstr "git checkout [<옵션>] <브랜치>"
5954
5955#: builtin/checkout.c:27
5956msgid "git checkout [<options>] [<branch>] -- <file>..."
5957msgstr "git checkout [<옵션>] [<브랜치>] -- <파일>..."
5958
5959#: builtin/checkout.c:135 builtin/checkout.c:168
5960#, c-format
5961msgid "path '%s' does not have our version"
5962msgstr "'%s' 경로에 우리쪽 버전이 없습니다"
5963
5964#: builtin/checkout.c:137 builtin/checkout.c:170
5965#, c-format
5966msgid "path '%s' does not have their version"
5967msgstr "'%s' 경로에 상대편 버전이 없습니다"
5968
5969#: builtin/checkout.c:153
5970#, c-format
5971msgid "path '%s' does not have all necessary versions"
5972msgstr "'%s' 경로에 필요한 모든 버전이 없습니다"
5973
5974#: builtin/checkout.c:197
5975#, c-format
5976msgid "path '%s' does not have necessary versions"
5977msgstr "'%s' 경로에 필요한 버전이 없습니다"
5978
5979#: builtin/checkout.c:214
5980#, c-format
5981msgid "path '%s': cannot merge"
5982msgstr "'%s' 경로: 병합할 수 없습니다"
5983
5984#: builtin/checkout.c:231
5985#, c-format
5986msgid "Unable to add merge result for '%s'"
5987msgstr "'%s'에 대한 병합 결과를 추가할 수 없습니다"
5988
5989#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5990#: builtin/checkout.c:262
5991#, c-format
5992msgid "'%s' cannot be used with updating paths"
5993msgstr "'%s' 옵션은 업데이트하는 경로에서 쓸 수 없습니다"
5994
5995#: builtin/checkout.c:265 builtin/checkout.c:268
5996#, c-format
5997msgid "'%s' cannot be used with %s"
5998msgstr "'%s' 옵션은 %s 옵션과 같이 쓸 수 없습니다"
5999
6000#: builtin/checkout.c:271
6001#, c-format
6002msgid "Cannot update paths and switch to branch '%s' at the same time."
6003msgstr "경로를 업데이트하고 '%s' 브랜치로 전환하는 일은 동시에 할 수 없습니다."
6004
6005#: builtin/checkout.c:342 builtin/checkout.c:349
6006#, c-format
6007msgid "path '%s' is unmerged"
6008msgstr "'%s' 경로를 병합하지 않았습니다"
6009
6010#: builtin/checkout.c:497
6011msgid "you need to resolve your current index first"
6012msgstr "현재 인덱스를 먼저 해결해야 합니다"
6013
6014#: builtin/checkout.c:628
6015#, c-format
6016msgid "Can not do reflog for '%s': %s\n"
6017msgstr "'%s'에 대해 reflog할 수 없습니다: %s\n"
6018
6019#: builtin/checkout.c:669
6020msgid "HEAD is now at"
6021msgstr "HEAD의 현재 위치는"
6022
6023#: builtin/checkout.c:673 builtin/clone.c:682
6024msgid "unable to update HEAD"
6025msgstr "HEAD를 업데이트할 수 없습니다"
6026
6027#: builtin/checkout.c:677
6028#, c-format
6029msgid "Reset branch '%s'\n"
6030msgstr "'%s' 브랜치 리셋\n"
6031
6032#: builtin/checkout.c:680
6033#, c-format
6034msgid "Already on '%s'\n"
6035msgstr "이미 '%s'에 있습니다\n"
6036
6037#: builtin/checkout.c:684
6038#, c-format
6039msgid "Switched to and reset branch '%s'\n"
6040msgstr "'%s' 브랜치로 전환하고 리셋합니다\n"
6041
6042#: builtin/checkout.c:686 builtin/checkout.c:1075
6043#, c-format
6044msgid "Switched to a new branch '%s'\n"
6045msgstr "새로 만든 '%s' 브랜치로 전환합니다\n"
6046
6047#: builtin/checkout.c:688
6048#, c-format
6049msgid "Switched to branch '%s'\n"
6050msgstr "'%s' 브랜치로 전환합니다\n"
6051
6052#: builtin/checkout.c:739
6053#, c-format
6054msgid " ... and %d more.\n"
6055msgstr " ... 그리고 %d개 더.\n"
6056
6057#: builtin/checkout.c:745
6058#, c-format
6059msgid ""
6060"Warning: you are leaving %d commit behind, not connected to\n"
6061"any of your branches:\n"
6062"\n"
6063"%s\n"
6064msgid_plural ""
6065"Warning: you are leaving %d commits behind, not connected to\n"
6066"any of your branches:\n"
6067"\n"
6068"%s\n"
6069msgstr[0] ""
6070"경고: 브랜치 중에 아무것에도 연결되지 않은 커밋이 뒤에\n"
6071"%d개 있습니다:\n"
6072"\n"
6073"%s\n"
6074
6075#: builtin/checkout.c:764
6076#, c-format
6077msgid ""
6078"If you want to keep it by creating a new branch, this may be a good time\n"
6079"to do so with:\n"
6080"\n"
6081" git branch <new-branch-name> %s\n"
6082"\n"
6083msgid_plural ""
6084"If you want to keep them by creating a new branch, this may be a good time\n"
6085"to do so with:\n"
6086"\n"
6087" git branch <new-branch-name> %s\n"
6088"\n"
6089msgstr[0] ""
6090"새 브랜치를 만들어서 이 커밋을 저장하고 싶으면, 지금 다음과\n"
6091"같이 할 수 있습니다:\n"
6092"\n"
6093" git branch <새-브랜치-이름> %s\n"
6094"\n"
6095
6096#: builtin/checkout.c:800
6097msgid "internal error in revision walk"
6098msgstr "리비전 walk에 내부 오류"
6099
6100#: builtin/checkout.c:804
6101msgid "Previous HEAD position was"
6102msgstr "이전 HEAD 위치는"
6103
6104#: builtin/checkout.c:832 builtin/checkout.c:1070
6105msgid "You are on a branch yet to be born"
6106msgstr "현재 위치가 만들 예정인 브랜치에 있습니다"
6107
6108#: builtin/checkout.c:976
6109#, c-format
6110msgid "only one reference expected, %d given."
6111msgstr "하나의 레퍼런스만 지정해야 하지만 %d개를 지정했습니다."
6112
6113#: builtin/checkout.c:1016 builtin/worktree.c:215
6114#, c-format
6115msgid "invalid reference: %s"
6116msgstr "잘못된 레퍼런스: %s"
6117
6118#: builtin/checkout.c:1045
6119#, c-format
6120msgid "reference is not a tree: %s"
6121msgstr "레퍼런스가 트리가 아닙니다: %s"
6122
6123#: builtin/checkout.c:1084
6124msgid "paths cannot be used with switching branches"
6125msgstr "브랜치를 전환하는데 경로를 사용할 수 없습니다"
6126
6127#: builtin/checkout.c:1087 builtin/checkout.c:1091
6128#, c-format
6129msgid "'%s' cannot be used with switching branches"
6130msgstr "'%s' 옵션은 브랜치를 전환할 때 쓸 수 없습니다"
6131
6132#: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:1103
6133#: builtin/checkout.c:1106
6134#, c-format
6135msgid "'%s' cannot be used with '%s'"
6136msgstr "'%s' 옵션은 '%s' 옵션과 같이 쓸 수 없습니다"
6137
6138#: builtin/checkout.c:1111
6139#, c-format
6140msgid "Cannot switch branch to a non-commit '%s'"
6141msgstr "브랜치를 커밋이 아닌 '%s'(으)로 전환할 수 없습니다"
6142
6143#: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:113
6144#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:328
6145#: builtin/worktree.c:330
6146msgid "branch"
6147msgstr "브랜치"
6148
6149#: builtin/checkout.c:1145
6150msgid "create and checkout a new branch"
6151msgstr "새 브랜치를 만들고 가져옵니다"
6152
6153#: builtin/checkout.c:1147
6154msgid "create/reset and checkout a branch"
6155msgstr "브랜치를 만들거나 리셋하고 가져옵니다"
6156
6157#: builtin/checkout.c:1148
6158msgid "create reflog for new branch"
6159msgstr "새 브랜치에 대한 reflog를 만듭니다"
6160
6161#: builtin/checkout.c:1149 builtin/worktree.c:332
6162msgid "detach HEAD at named commit"
6163msgstr "HEAD를 해당 커밋에서 분리합니다"
6164
6165#: builtin/checkout.c:1150
6166msgid "set upstream info for new branch"
6167msgstr "새 브랜치에 대한 업스트림 정보를 설정합니다"
6168
6169#: builtin/checkout.c:1152
6170msgid "new-branch"
6171msgstr "새-브랜치"
6172
6173#: builtin/checkout.c:1152
6174msgid "new unparented branch"
6175msgstr "상위 브랜치가 없는 새 브랜치"
6176
6177#: builtin/checkout.c:1153
6178msgid "checkout our version for unmerged files"
6179msgstr "병합되지 않은 파일에 대해 우리쪽 버전을 가져옵니다"
6180
6181#: builtin/checkout.c:1155
6182msgid "checkout their version for unmerged files"
6183msgstr "병합되지 않은 파일에 대해 상대편 버전을 가져옵니다"
6184
6185#: builtin/checkout.c:1157
6186msgid "force checkout (throw away local modifications)"
6187msgstr "강제로 체크아웃합니다 (로컬에서 수정한 사항을 버립니다)"
6188
6189#: builtin/checkout.c:1158
6190msgid "perform a 3-way merge with the new branch"
6191msgstr "새 브랜치에 대해 3-방향 병합을 수행합니다"
6192
6193#: builtin/checkout.c:1159 builtin/merge.c:235
6194msgid "update ignored files (default)"
6195msgstr "무시하는 파일을 업데이트합니다 (기본값)"
6196
6197#: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:251
6198msgid "style"
6199msgstr "스타일"
6200
6201#: builtin/checkout.c:1161
6202msgid "conflict style (merge or diff3)"
6203msgstr "충돌 스타일 (merge 또는 diff3)"
6204
6205# FIXME: 의미 불명
6206#: builtin/checkout.c:1164
6207msgid "do not limit pathspecs to sparse entries only"
6208msgstr "경로명세를 드문 항목에만 제한하지 않습니다"
6209
6210#: builtin/checkout.c:1166
6211msgid "second guess 'git checkout <no-such-branch>'"
6212msgstr "'git checkout <없는-브랜치>'에 대해 추측합니다"
6213
6214#: builtin/checkout.c:1168
6215msgid "do not check if another worktree is holding the given ref"
6216msgstr "다른 작업폴더에 주어진 레퍼런스가 있는지 확인하지 않습니다"
6217
6218#: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:114
6219#: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:544
6220#: builtin/send-pack.c:173
6221msgid "force progress reporting"
6222msgstr "강제로 진행 상황을 표시합니다"
6223
6224#: builtin/checkout.c:1203
6225msgid "-b, -B and --orphan are mutually exclusive"
6226msgstr "-b, -B 및 --orphan 옵션은 서로 호환되지 않습니다"
6227
6228#: builtin/checkout.c:1220
6229msgid "--track needs a branch name"
6230msgstr "--track 옵션은 브랜치 이름이 필요합니다"
6231
6232#: builtin/checkout.c:1225
6233msgid "Missing branch name; try -b"
6234msgstr "브랜치 이름이 없습니다. -b 옵션을 사용해 보십시오"
6235
6236#: builtin/checkout.c:1261
6237msgid "invalid path specification"
6238msgstr "경로 명세가 잘못되었습니다"
6239
6240#: builtin/checkout.c:1268
6241#, c-format
6242msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6243msgstr "'%s'은(는) 커밋이 아니고 여기에서 '%s' 브랜치를 만들 수 없습니다"
6244
6245#: builtin/checkout.c:1272
6246#, c-format
6247msgid "git checkout: --detach does not take a path argument '%s'"
6248msgstr "git checkout: --detach 옵션은 경로 인자를 받지 않습니다 '%s'"
6249
6250#: builtin/checkout.c:1276
6251msgid ""
6252"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6253"checking out of the index."
6254msgstr ""
6255"git checkout: --ours/--theirs, --force 및 --merge 옵션은 인덱스에서\n"
6256"가져올 경우에는 서로 호환되지 않습니다."
6257
6258#: builtin/clean.c:26
6259msgid ""
6260"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6261msgstr ""
6262"git clean [-d] [-f] [-i] [-n] [-q] [-e <패턴>] [-x | -X] [--] <경로>..."
6263
6264#: builtin/clean.c:30
6265#, c-format
6266msgid "Removing %s\n"
6267msgstr "%s 제거\n"
6268
6269#: builtin/clean.c:31
6270#, c-format
6271msgid "Would remove %s\n"
6272msgstr "%s 제거할 예정\n"
6273
6274#: builtin/clean.c:32
6275#, c-format
6276msgid "Skipping repository %s\n"
6277msgstr "%s 저장소 건너뜀\n"
6278
6279#: builtin/clean.c:33
6280#, c-format
6281msgid "Would skip repository %s\n"
6282msgstr "%s 저장소 건너뛸 예정\n"
6283
6284#: builtin/clean.c:34
6285#, c-format
6286msgid "failed to remove %s"
6287msgstr "%s 제거에 실패했습니다"
6288
6289#: builtin/clean.c:298 git-add--interactive.perl:572
6290#, c-format
6291msgid ""
6292"Prompt help:\n"
6293"1          - select a numbered item\n"
6294"foo        - select item based on unique prefix\n"
6295"           - (empty) select nothing\n"
6296msgstr ""
6297"프롬프트 도움말:\n"
6298"1          - 해당 번호의 항목을 선택\n"
6299"foo        - 유일한 접두어에 해당하는 항목 선택\n"
6300"           - (빈 입력) 선택하지 않음\n"
6301
6302#: builtin/clean.c:302 git-add--interactive.perl:581
6303#, c-format
6304msgid ""
6305"Prompt help:\n"
6306"1          - select a single item\n"
6307"3-5        - select a range of items\n"
6308"2-3,6-9    - select multiple ranges\n"
6309"foo        - select item based on unique prefix\n"
6310"-...       - unselect specified items\n"
6311"*          - choose all items\n"
6312"           - (empty) finish selecting\n"
6313msgstr ""
6314"프롬프트 도움말:\n"
6315"1          - 해당 번호의 항목을 선택\n"
6316"3-5        - 해당 범위의 항목을 선택\n"
6317"2-3,6-9    - 여러 개 범위를 선택\n"
6318"foo        - 유일한 접두어에 해당하는 항목 선택\n"
6319"-...       - 해당 항목 선택 해제\n"
6320"*          - 모든 항목 선택\n"
6321"           - (빈 입력) 선택 마침\n"
6322
6323#: builtin/clean.c:518 git-add--interactive.perl:547
6324#: git-add--interactive.perl:552
6325#, c-format, perl-format
6326msgid "Huh (%s)?\n"
6327msgstr "어라라 (%s)?\n"
6328
6329#: builtin/clean.c:660
6330#, c-format
6331msgid "Input ignore patterns>> "
6332msgstr "무시할 패턴을 입력하십시오>> "
6333
6334#: builtin/clean.c:697
6335#, c-format
6336msgid "WARNING: Cannot find items matched by: %s"
6337msgstr "경고: 다음에 해당하는 항목을 찾을 수 없습니다: %s"
6338
6339#: builtin/clean.c:718
6340msgid "Select items to delete"
6341msgstr "삭제할 항목을 선택하십시오"
6342
6343#. TRANSLATORS: Make sure to keep [y/N] as is
6344#: builtin/clean.c:759
6345#, c-format
6346msgid "Remove %s [y/N]? "
6347msgstr "%s 제거합니까 [y/N]? "
6348
6349#: builtin/clean.c:784 git-add--interactive.perl:1616
6350#, c-format
6351msgid "Bye.\n"
6352msgstr "끝.\n"
6353
6354#: builtin/clean.c:792
6355msgid ""
6356"clean               - start cleaning\n"
6357"filter by pattern   - exclude items from deletion\n"
6358"select by numbers   - select items to be deleted by numbers\n"
6359"ask each            - confirm each deletion (like \"rm -i\")\n"
6360"quit                - stop cleaning\n"
6361"help                - this screen\n"
6362"?                   - help for prompt selection"
6363msgstr ""
6364"clean               - 지우기 시작\n"
6365"filter by pattern   - exclude items from deletion\n"
6366"select by numbers   - 삭제할 항목을 번호로 선택\n"
6367"ask each            - 삭제 항목을 (\"rm -i\" 처럼) 하나하나 확인\n"
6368"quit                - 지우기 중지\n"
6369"help                - 이 화면 표시\n"
6370"?                   - 프롬프트 선택 도움말"
6371
6372#: builtin/clean.c:819 git-add--interactive.perl:1692
6373msgid "*** Commands ***"
6374msgstr "*** 명령 ***"
6375
6376#: builtin/clean.c:820 git-add--interactive.perl:1689
6377msgid "What now"
6378msgstr "무엇을 할까요"
6379
6380#: builtin/clean.c:828
6381msgid "Would remove the following item:"
6382msgid_plural "Would remove the following items:"
6383msgstr[0] "다음 항목을 제거할 예정입니다:"
6384
6385#: builtin/clean.c:844
6386msgid "No more files to clean, exiting."
6387msgstr "지울 파일이 이제 없으므로 끝냅니다."
6388
6389#: builtin/clean.c:906
6390msgid "do not print names of files removed"
6391msgstr "제거할 파일 이름을 표시하지 않습니다"
6392
6393#: builtin/clean.c:908
6394msgid "force"
6395msgstr "강제"
6396
6397#: builtin/clean.c:909
6398msgid "interactive cleaning"
6399msgstr "대화형 지우기"
6400
6401#: builtin/clean.c:911
6402msgid "remove whole directories"
6403msgstr "전체 디렉터리 제거"
6404
6405#: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:454
6406#: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:397
6407#: builtin/name-rev.c:399 builtin/show-ref.c:176
6408msgid "pattern"
6409msgstr "패턴"
6410
6411#: builtin/clean.c:913
6412msgid "add <pattern> to ignore rules"
6413msgstr "규칙을 무시하려면 <패턴>을 추가하십시오"
6414
6415#: builtin/clean.c:914
6416msgid "remove ignored files, too"
6417msgstr "무시한 파일도 제거"
6418
6419#: builtin/clean.c:916
6420msgid "remove only ignored files"
6421msgstr "무시한 파일만 제거"
6422
6423#: builtin/clean.c:934
6424msgid "-x and -X cannot be used together"
6425msgstr "-x 및 -X 옵션은 같이 쓸 수 없습니다"
6426
6427#: builtin/clean.c:938
6428msgid ""
6429"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6430"clean"
6431msgstr ""
6432"clean.requireForce가 true로 설정되었고 -i, -n, -f 옵션 중 하나도 쓰지 않았습"
6433"니다. 지우지 않습니다"
6434
6435#: builtin/clean.c:941
6436msgid ""
6437"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6438"refusing to clean"
6439msgstr ""
6440"clean.requireForce 기본값이 true이고 -i, -n, -f 옵션 중 하나도 쓰지 않았습니"
6441"다. 지우지 않습니다"
6442
6443#: builtin/clone.c:38
6444msgid "git clone [<options>] [--] <repo> [<dir>]"
6445msgstr "git clone [<옵션>] [--] <저장소> [<디렉터리>]"
6446
6447#: builtin/clone.c:82
6448msgid "don't create a checkout"
6449msgstr "체크아웃을 만들지 않습니다"
6450
6451#: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:479
6452msgid "create a bare repository"
6453msgstr "간략한 저장소를 만듭니다"
6454
6455#: builtin/clone.c:87
6456msgid "create a mirror repository (implies bare)"
6457msgstr "미러 저장소를 만듭니다 (간략한 저장소로 취급)"
6458
6459#: builtin/clone.c:89
6460msgid "to clone from a local repository"
6461msgstr "로컬 저장소에서 복제합니다"
6462
6463#: builtin/clone.c:91
6464msgid "don't use local hardlinks, always copy"
6465msgstr "로컬 하드링크를 사용하지 않고, 항상 복사합니다"
6466
6467#: builtin/clone.c:93
6468msgid "setup as shared repository"
6469msgstr "공유 저장소로 설정합니다"
6470
6471#: builtin/clone.c:95 builtin/clone.c:99
6472msgid "pathspec"
6473msgstr "경로명세"
6474
6475#: builtin/clone.c:95 builtin/clone.c:99
6476msgid "initialize submodules in the clone"
6477msgstr "복제한 결과물에서 하위 모듈을 초기화합니다"
6478
6479#: builtin/clone.c:102
6480msgid "number of submodules cloned in parallel"
6481msgstr "병렬적으로 복제하는 하위모듈 개수"
6482
6483#: builtin/clone.c:103 builtin/init-db.c:476
6484msgid "template-directory"
6485msgstr "서식-디렉터리"
6486
6487#: builtin/clone.c:104 builtin/init-db.c:477
6488msgid "directory from which templates will be used"
6489msgstr "서식을 사용할 디렉터리 위치"
6490
6491#: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:642
6492#: builtin/submodule--helper.c:983
6493msgid "reference repository"
6494msgstr "레퍼런스 저장소"
6495
6496#: builtin/clone.c:110
6497msgid "use --reference only while cloning"
6498msgstr "복제할 경우에만 --reference를 사용합니다"
6499
6500#: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:44
6501msgid "name"
6502msgstr "이름"
6503
6504#: builtin/clone.c:112
6505msgid "use <name> instead of 'origin' to track upstream"
6506msgstr "업스트림 추적에 'origin' 대신 <이름>을 사용합니다"
6507
6508#: builtin/clone.c:114
6509msgid "checkout <branch> instead of the remote's HEAD"
6510msgstr "리모트의 HEAD 대신 <브랜치>를 가져옵니다"
6511
6512#: builtin/clone.c:116
6513msgid "path to git-upload-pack on the remote"
6514msgstr "리모트의 git-upload-pack 경로"
6515
6516#: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:1025
6517#: builtin/pull.c:205
6518msgid "depth"
6519msgstr "깊이"
6520
6521#: builtin/clone.c:118
6522msgid "create a shallow clone of that depth"
6523msgstr "지정한 깊이의 얕은 복제를 만듭니다"
6524
6525#: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:2932
6526#: parse-options.h:142
6527msgid "time"
6528msgstr "시각"
6529
6530#: builtin/clone.c:120
6531msgid "create a shallow clone since a specific time"
6532msgstr "지정한 시간 이후의 얕은 복제를 만듭니다"
6533
6534#: builtin/clone.c:121 builtin/fetch.c:119
6535msgid "revision"
6536msgstr "리비전"
6537
6538#: builtin/clone.c:122 builtin/fetch.c:120
6539msgid "deepen history of shallow clone, excluding rev"
6540msgstr "리비전을 제외해 얕은 복제의 커밋 내역을 깊게 만듭니다"
6541
6542#: builtin/clone.c:124
6543msgid "clone only one branch, HEAD or --branch"
6544msgstr "하나의 브랜치만 복제합니다 (HEAD 또는 --branch로 지정)"
6545
6546#: builtin/clone.c:126
6547msgid "don't clone any tags, and make later fetches not to follow them"
6548msgstr "태그를 복제하지 않습니다. 나중에 가져올 때도 태그를 따르지 않습니다."
6549
6550#: builtin/clone.c:128
6551msgid "any cloned submodules will be shallow"
6552msgstr "모든 복제한 하위 모듈은 얕은 모듈입니다"
6553
6554#: builtin/clone.c:129 builtin/init-db.c:485
6555msgid "gitdir"
6556msgstr "gitdir"
6557
6558#: builtin/clone.c:130 builtin/init-db.c:486
6559msgid "separate git dir from working tree"
6560msgstr "깃 디렉터리를 작업 폴더와 별개의 위치에 놓습니다"
6561
6562#: builtin/clone.c:131
6563msgid "key=value"
6564msgstr "키=값"
6565
6566#: builtin/clone.c:132
6567msgid "set config inside the new repository"
6568msgstr "새 저장소 안에서 설정합니다"
6569
6570#: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:555
6571msgid "use IPv4 addresses only"
6572msgstr "IPv4 주소만 사용합니다"
6573
6574#: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:557
6575msgid "use IPv6 addresses only"
6576msgstr "IPv6 주소만 사용합니다"
6577
6578#: builtin/clone.c:272
6579msgid ""
6580"No directory name could be guessed.\n"
6581"Please specify a directory on the command line"
6582msgstr ""
6583"디렉터리 이름을 알아낼 수 없습니다.\n"
6584"명령행에서 디렉터리를 지정하십시오"
6585
6586#: builtin/clone.c:325
6587#, c-format
6588msgid "info: Could not add alternate for '%s': %s\n"
6589msgstr "정보: '%s'에 대한 보조 파일을 추가할 수 없습니다: %s\n"
6590
6591#: builtin/clone.c:397
6592#, c-format
6593msgid "failed to open '%s'"
6594msgstr "'%s'을(를) 여는데 실패"
6595
6596#: builtin/clone.c:405
6597#, c-format
6598msgid "%s exists and is not a directory"
6599msgstr "'%s'이(가) 있지만 디렉터리가 아닙니다"
6600
6601#: builtin/clone.c:419
6602#, c-format
6603msgid "failed to stat %s\n"
6604msgstr "'%s'에 대해 stat()이 실패했습니다\n"
6605
6606#: builtin/clone.c:441
6607#, c-format
6608msgid "failed to create link '%s'"
6609msgstr "'%s' 링크를 만드는데 실패했습니다"
6610
6611#: builtin/clone.c:445
6612#, c-format
6613msgid "failed to copy file to '%s'"
6614msgstr "파일을 '%s'(으)로 복사하는데 실패했습니다"
6615
6616#: builtin/clone.c:470
6617#, c-format
6618msgid "done.\n"
6619msgstr "완료.\n"
6620
6621#: builtin/clone.c:482
6622msgid ""
6623"Clone succeeded, but checkout failed.\n"
6624"You can inspect what was checked out with 'git status'\n"
6625"and retry the checkout with 'git checkout -f HEAD'\n"
6626msgstr ""
6627"복제가 성공했지만, 체크아웃이 실패했습니다.\n"
6628"'git status' 명령으로 무엇을 체크아웃했는지 살펴볼 수 있고\n"
6629"'git checkout -f HEAD'로 체크아웃을 다시 할 수 있습니다\n"
6630
6631#: builtin/clone.c:559
6632#, c-format
6633msgid "Could not find remote branch %s to clone."
6634msgstr "복제할 리모트의 %s 브랜치를 찾을 수 없습니다."
6635
6636#: builtin/clone.c:654
6637msgid "remote did not send all necessary objects"
6638msgstr "리모트에서 필요한 오브젝트를 모두 보내지 않았습니다"
6639
6640#: builtin/clone.c:670
6641#, c-format
6642msgid "unable to update %s"
6643msgstr "%s을(를) 업데이트할 수 없습니다"
6644
6645#: builtin/clone.c:719
6646msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6647msgstr "리모트 HEAD가 없는 레퍼런스를 참고하므로, 체크아웃할 수 없습니다.\n"
6648
6649#: builtin/clone.c:750
6650msgid "unable to checkout working tree"
6651msgstr "작업 폴더를 체크아웃할 수 없습니다"
6652
6653#: builtin/clone.c:792
6654msgid "unable to write parameters to config file"
6655msgstr "파라미터를 설정 파일에 쓸 수 없습니다"
6656
6657#: builtin/clone.c:855
6658msgid "cannot repack to clean up"
6659msgstr "정리용으로 repack할 수 없습니다"
6660
6661#: builtin/clone.c:857
6662msgid "cannot unlink temporary alternates file"
6663msgstr "보조 임시 파일을 삭제할 수 없습니다"
6664
6665#: builtin/clone.c:890 builtin/receive-pack.c:1945
6666msgid "Too many arguments."
6667msgstr "너무 인자가 많습니다."
6668
6669#: builtin/clone.c:894
6670msgid "You must specify a repository to clone."
6671msgstr "복제할 저장소를 지정해야 합니다."
6672
6673#: builtin/clone.c:907
6674#, c-format
6675msgid "--bare and --origin %s options are incompatible."
6676msgstr "--bare 및 --origin %s 옵션은 호환되지 않습니다."
6677
6678#: builtin/clone.c:910
6679msgid "--bare and --separate-git-dir are incompatible."
6680msgstr "--bare 및 --separate-git-dir 옵션은 호환되지 않습니다."
6681
6682#: builtin/clone.c:923
6683#, c-format
6684msgid "repository '%s' does not exist"
6685msgstr "'%s' 저장소가 없습니다"
6686
6687#: builtin/clone.c:929 builtin/fetch.c:1337
6688#, c-format
6689msgid "depth %s is not a positive number"
6690msgstr "깊이가(%s) 0보다 큰 수가 아닙니다"
6691
6692#: builtin/clone.c:939
6693#, c-format
6694msgid "destination path '%s' already exists and is not an empty directory."
6695msgstr "대상 경로가('%s') 이미 있고 빈 디렉터리가 아닙니다."
6696
6697#: builtin/clone.c:949
6698#, c-format
6699msgid "working tree '%s' already exists."
6700msgstr "작업 폴더가('%s') 이미 있습니다."
6701
6702#: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:260
6703#: builtin/worktree.c:222 builtin/worktree.c:252
6704#, c-format
6705msgid "could not create leading directories of '%s'"
6706msgstr "'%s'의 앞 디렉터리를 만들 수 없습니다"
6707
6708#: builtin/clone.c:967
6709#, c-format
6710msgid "could not create work tree dir '%s'"
6711msgstr "작업 디렉터리를('%s') 만들 수 없습니다"
6712
6713#: builtin/clone.c:979
6714#, c-format
6715msgid "Cloning into bare repository '%s'...\n"
6716msgstr "간략한 저장소로('%s') 복제합니다...\n"
6717
6718#: builtin/clone.c:981
6719#, c-format
6720msgid "Cloning into '%s'...\n"
6721msgstr "'%s'에 복제합니다...\n"
6722
6723#: builtin/clone.c:1005
6724msgid ""
6725"clone --recursive is not compatible with both --reference and --reference-if-"
6726"able"
6727msgstr ""
6728"clone --recursive 옵션은 --reference 및 --reference-if-able 옵션을 같이 쓰는 "
6729"것과 호환되지 않습니다"
6730
6731#: builtin/clone.c:1067
6732msgid "--depth is ignored in local clones; use file:// instead."
6733msgstr ""
6734"--depth 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하십시오."
6735
6736#: builtin/clone.c:1069
6737msgid "--shallow-since is ignored in local clones; use file:// instead."
6738msgstr ""
6739"--shallow-since 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하십"
6740"시오."
6741
6742#: builtin/clone.c:1071
6743msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6744msgstr ""
6745"--shallow-exclude 옵션은 로컬 복제에서 무시됩니다. 대신에 'file://'을 사용하"
6746"십시오."
6747
6748#: builtin/clone.c:1074
6749msgid "source repository is shallow, ignoring --local"
6750msgstr "원본 저장소가 얕은 저장소이므로, --local 옵션을 무시합니다"
6751
6752#: builtin/clone.c:1079
6753msgid "--local is ignored"
6754msgstr "--local 옵션은 무시됩니다"
6755
6756#: builtin/clone.c:1083
6757#, c-format
6758msgid "Don't know how to clone %s"
6759msgstr "%s의 복제 방법을 알지 못합니다"
6760
6761#: builtin/clone.c:1138 builtin/clone.c:1146
6762#, c-format
6763msgid "Remote branch %s not found in upstream %s"
6764msgstr "리모트의 %s 브랜치가 업스트림 %s에 없습니다"
6765
6766#: builtin/clone.c:1149
6767msgid "You appear to have cloned an empty repository."
6768msgstr "빈 저장소를 복제한 것처럼 보입니다."
6769
6770#: builtin/column.c:10
6771msgid "git column [<options>]"
6772msgstr "git column [<옵션>]"
6773
6774#: builtin/column.c:27
6775msgid "lookup config vars"
6776msgstr "설정 변수를 찾아 봅니다"
6777
6778#: builtin/column.c:28 builtin/column.c:29
6779msgid "layout to use"
6780msgstr "사용할 배치"
6781
6782#: builtin/column.c:30
6783msgid "Maximum width"
6784msgstr "최대 너비"
6785
6786#: builtin/column.c:31
6787msgid "Padding space on left border"
6788msgstr "왼쪽 가장자리에 채울 공백"
6789
6790#: builtin/column.c:32
6791msgid "Padding space on right border"
6792msgstr "오른쪽 가장자리에 채울 공백"
6793
6794#: builtin/column.c:33
6795msgid "Padding space between columns"
6796msgstr "열 사이에 채울 공백"
6797
6798#: builtin/column.c:52
6799msgid "--command must be the first argument"
6800msgstr "--command는 첫 번째 인자여야 합니다"
6801
6802#: builtin/commit.c:39
6803msgid "git commit [<options>] [--] <pathspec>..."
6804msgstr "git commit [<옵션>] [--] <경로명세>..."
6805
6806#: builtin/commit.c:44
6807msgid "git status [<options>] [--] <pathspec>..."
6808msgstr "git status [<옵션>] [--] <경로명세>..."
6809
6810#: builtin/commit.c:49
6811msgid ""
6812"Your name and email address were configured automatically based\n"
6813"on your username and hostname. Please check that they are accurate.\n"
6814"You can suppress this message by setting them explicitly. Run the\n"
6815"following command and follow the instructions in your editor to edit\n"
6816"your configuration file:\n"
6817"\n"
6818"    git config --global --edit\n"
6819"\n"
6820"After doing this, you may fix the identity used for this commit with:\n"
6821"\n"
6822"    git commit --amend --reset-author\n"
6823msgstr ""
6824"이름과 전자메일 주소를 사용자 이름과 호스트 이름을 이용해서 자동으로\n"
6825"설정했습니다. 이 정보가 맞는지 확인하십시오. 이 메시지를 보지 않으려면 정보"
6826"를\n"
6827"명시적으로 설정하십시오. 다음 명령어를 실행하고 편집기의 안내에 따라 설정\n"
6828"파일을 편집하십시오:\n"
6829"\n"
6830"    git config --global --edit\n"
6831"\n"
6832"이렇게 한 다음, 이 커밋에 사용한 신원 정보를 다음과 같이 해서 바꿀 수 있습니"
6833"다:\n"
6834"\n"
6835"    git commit --amend --reset-author\n"
6836
6837#: builtin/commit.c:62
6838msgid ""
6839"Your name and email address were configured automatically based\n"
6840"on your username and hostname. Please check that they are accurate.\n"
6841"You can suppress this message by setting them explicitly:\n"
6842"\n"
6843"    git config --global user.name \"Your Name\"\n"
6844"    git config --global user.email you@example.com\n"
6845"\n"
6846"After doing this, you may fix the identity used for this commit with:\n"
6847"\n"
6848"    git commit --amend --reset-author\n"
6849msgstr ""
6850"이름과 전자메일 주소를 사용자 이름과 호스트 이름을 이용해서\n"
6851"자동으로 설정했습니다. 이 정보가 맞는지 확인하십시오. 이 메시지를\n"
6852"보지 않으려면 정보를 명시적으로 설정하십시오:\n"
6853"\n"
6854"    git config --global user.name \"내 이름\"\n"
6855"    git config --global user.email you@example.com\n"
6856"\n"
6857"이렇게 한 다음, 이 커밋에 사용한 신원 정보를 다음과 같이 해서 바꿀 수 있습니"
6858"다:\n"
6859"\n"
6860"    git commit --amend --reset-author\n"
6861
6862#: builtin/commit.c:74
6863msgid ""
6864"You asked to amend the most recent commit, but doing so would make\n"
6865"it empty. You can repeat your command with --allow-empty, or you can\n"
6866"remove the commit entirely with \"git reset HEAD^\".\n"
6867msgstr ""
6868"최초의 커밋을 바꾸려고 하지만, 그렇게 하면 커밋이 비어 있게 됩니다.\n"
6869"--allow-empty 옵션과 같이 이 명령을 반복할 수도 있고, \"git reset HEAD\"\n"
6870"명령으로 커밋을 완전히 제거할 수도 있습니다.\n"
6871
6872#: builtin/commit.c:79
6873msgid ""
6874"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6875"If you wish to commit it anyway, use:\n"
6876"\n"
6877"    git commit --allow-empty\n"
6878"\n"
6879msgstr ""
6880"이전 커맷 빼오기가 비어 있습니다. 아마도 충돌 해결 과정에서 그렇게 됐을\n"
6881"것입니다. 그래도 커밋하려면 다음과 같이 하십시오:\n"
6882"\n"
6883"    git commit --allow-empty\n"
6884"\n"
6885
6886#: builtin/commit.c:86
6887msgid "Otherwise, please use 'git reset'\n"
6888msgstr "아니면 'git reset'을 사용하십시오\n"
6889
6890#: builtin/commit.c:89
6891msgid ""
6892"If you wish to skip this commit, use:\n"
6893"\n"
6894"    git reset\n"
6895"\n"
6896"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6897"the remaining commits.\n"
6898msgstr ""
6899"이 커밋을 건너뛰려면, 다음을 사용하십시오:\n"
6900"\n"
6901"    git reset\n"
6902"\n"
6903"그 다음에 \"git cherry-pick --continue\"를 하면 나머지 커밋에\n"
6904"대해 커밋 빼오기를 다시 시작합니다.\n"
6905
6906#: builtin/commit.c:319
6907msgid "failed to unpack HEAD tree object"
6908msgstr "HEAD 트리 오브젝트의 묶음을 푸는데 실패했습니다"
6909
6910#: builtin/commit.c:360
6911msgid "unable to create temporary index"
6912msgstr "임시 인덱스를 만들 수 없습니다"
6913
6914#: builtin/commit.c:366
6915msgid "interactive add failed"
6916msgstr "대화형 추가가 실패했습니다"
6917
6918#: builtin/commit.c:379
6919msgid "unable to update temporary index"
6920msgstr "임시 인덱스를 업데이트할 수 없습니다"
6921
6922#: builtin/commit.c:381
6923msgid "Failed to update main cache tree"
6924msgstr "주요 캐시 트리를 업데이트하는데 실패했습니다"
6925
6926#: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:477
6927msgid "unable to write new_index file"
6928msgstr "new_index 파일에 쓸 수 없습니다"
6929
6930#: builtin/commit.c:459
6931msgid "cannot do a partial commit during a merge."
6932msgstr "병합하는 중 부분 커밋을 할 수 없습니다."
6933
6934#: builtin/commit.c:461
6935msgid "cannot do a partial commit during a cherry-pick."
6936msgstr "커밋 빼오기를 하는 중 부분 커밋을 할 수 없습니다."
6937
6938#: builtin/commit.c:470
6939msgid "cannot read the index"
6940msgstr "인덱스를 읽을 수 없습니다"
6941
6942#: builtin/commit.c:489
6943msgid "unable to write temporary index file"
6944msgstr "임시 인덱스 파일을 쓸 수 없습니다"
6945
6946#: builtin/commit.c:583
6947#, c-format
6948msgid "commit '%s' lacks author header"
6949msgstr "'%s' 커밋에 작성자 헤더가 없습니다"
6950
6951#: builtin/commit.c:585
6952#, c-format
6953msgid "commit '%s' has malformed author line"
6954msgstr "'%s' 커밋의 작성자 헤더 형식이 잘못되었습니다"
6955
6956#: builtin/commit.c:604
6957msgid "malformed --author parameter"
6958msgstr "--author 파라미터 형식이 잘못되었습니다"
6959
6960#: builtin/commit.c:656
6961msgid ""
6962"unable to select a comment character that is not used\n"
6963"in the current commit message"
6964msgstr ""
6965"현재 커밋 메시지에서 사용되지 않는 주석 문자를\n"
6966"선택할 수 없습니다"
6967
6968#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1093
6969#, c-format
6970msgid "could not lookup commit %s"
6971msgstr "%s 커밋을 찾아볼 수 없습니다"
6972
6973#: builtin/commit.c:705 builtin/shortlog.c:295
6974#, c-format
6975msgid "(reading log message from standard input)\n"
6976msgstr "(표준 입력에서 로그 메시지를 읽음)\n"
6977
6978#: builtin/commit.c:707
6979msgid "could not read log from standard input"
6980msgstr "표준 입력에서 로그 메시지를 읽을 수 없습니다"
6981
6982#: builtin/commit.c:711
6983#, c-format
6984msgid "could not read log file '%s'"
6985msgstr "'%s' 로그 파일을 읽을 수 없습니다"
6986
6987#: builtin/commit.c:738 builtin/commit.c:746
6988msgid "could not read SQUASH_MSG"
6989msgstr "SQUASH_MSG를 읽을 수 없습니다"
6990
6991#: builtin/commit.c:743
6992msgid "could not read MERGE_MSG"
6993msgstr "MERGE_MSG를 읽을 수 없습니다"
6994
6995#: builtin/commit.c:797
6996msgid "could not write commit template"
6997msgstr "커밋 서식을 쓸 수 없습니다"
6998
6999#: builtin/commit.c:815
7000#, c-format
7001msgid ""
7002"\n"
7003"It looks like you may be committing a merge.\n"
7004"If this is not correct, please remove the file\n"
7005"\t%s\n"
7006"and try again.\n"
7007msgstr ""
7008"\n"
7009"병합을 커밋하려는 것으로 보입니다.\n"
7010"그렇지 않다면, 다음 파일을 지우고,\n"
7011"\t%s\n"
7012"다시 시도하십시오.\n"
7013
7014#: builtin/commit.c:820
7015#, c-format
7016msgid ""
7017"\n"
7018"It looks like you may be committing a cherry-pick.\n"
7019"If this is not correct, please remove the file\n"
7020"\t%s\n"
7021"and try again.\n"
7022msgstr ""
7023"\n"
7024"커밋 빼오기를 커밋하려는 것으로 보입니다.\n"
7025"그렇지 않다면, 다음 파일을 지우고,\n"
7026"\t%s\n"
7027"다시 시도하십시오.\n"
7028
7029#: builtin/commit.c:833
7030#, c-format
7031msgid ""
7032"Please enter the commit message for your changes. Lines starting\n"
7033"with '%c' will be ignored, and an empty message aborts the commit.\n"
7034msgstr ""
7035"변경 사항에 대한 커밋 메시지를 입력하십시오. '%c' 문자로 시작하는\n"
7036"줄은 무시되고, 메시지를 입력하지 않으면 커밋이 중지됩니다.\n"
7037
7038#: builtin/commit.c:840
7039#, c-format
7040msgid ""
7041"Please enter the commit message for your changes. Lines starting\n"
7042"with '%c' will be kept; you may remove them yourself if you want to.\n"
7043"An empty message aborts the commit.\n"
7044msgstr ""
7045"변경 사항에 대한 커밋 메시지를 입력하십시오. '%c' 문자로 시작하는\n"
7046"줄은 보존되니, 필요하면 직접 제거하십시오. 메시지를 입력하지\n"
7047"않으면 커밋이 중지됩니다.\n"
7048
7049#: builtin/commit.c:857
7050#, c-format
7051msgid "%sAuthor:    %.*s <%.*s>"
7052msgstr "%s작성자:    %.*s <%.*s>"
7053
7054#: builtin/commit.c:865
7055#, c-format
7056msgid "%sDate:      %s"
7057msgstr "%s시각:      %s"
7058
7059#: builtin/commit.c:872
7060#, c-format
7061msgid "%sCommitter: %.*s <%.*s>"
7062msgstr "%s커미터: %.*s <%.*s>"
7063
7064#: builtin/commit.c:889
7065msgid "Cannot read index"
7066msgstr "인덱스를 읽을 수 없습니다"
7067
7068#: builtin/commit.c:951
7069msgid "Error building trees"
7070msgstr "트리를 만드는데 오류"
7071
7072#: builtin/commit.c:965 builtin/tag.c:274
7073#, c-format
7074msgid "Please supply the message using either -m or -F option.\n"
7075msgstr "메시지를 -m 또는 -F 옵션으로 입력하십시오.\n"
7076
7077#: builtin/commit.c:1068
7078#, c-format
7079msgid "--author '%s' is not 'Name <email>' and matches no existing author"
7080msgstr ""
7081"--author '%s' 옵션이 '이름 <전자메일>' 형식이 아니고 기존 작성자에도 없습니다"
7082
7083#: builtin/commit.c:1083 builtin/commit.c:1328
7084#, c-format
7085msgid "Invalid untracked files mode '%s'"
7086msgstr "추적되지 않는 파일 모드가 ('%s') 잘못되었습니다"
7087
7088#: builtin/commit.c:1121
7089msgid "--long and -z are incompatible"
7090msgstr "--long 및 -z 옵션은 호환되지 않습니다"
7091
7092#: builtin/commit.c:1151
7093msgid "Using both --reset-author and --author does not make sense"
7094msgstr "--reset-author 및 --author 옵션을 모두 사용하면 앞뒤가 맞지 않습니다"
7095
7096#: builtin/commit.c:1160
7097msgid "You have nothing to amend."
7098msgstr "바꿀 사항이 없습니다."
7099
7100#: builtin/commit.c:1163
7101msgid "You are in the middle of a merge -- cannot amend."
7102msgstr "병합 중에 있습니다 -- 커밋을 바꿀 수 없습니다."
7103
7104#: builtin/commit.c:1165
7105msgid "You are in the middle of a cherry-pick -- cannot amend."
7106msgstr "커밋 빼오기 중에 있습니다 -- 커밋을 바꿀 수 없습니다."
7107
7108#: builtin/commit.c:1168
7109msgid "Options --squash and --fixup cannot be used together"
7110msgstr "--squash 및 --fixup 옵션은 같이 쓸 수 없습니다"
7111
7112#: builtin/commit.c:1178
7113msgid "Only one of -c/-C/-F/--fixup can be used."
7114msgstr "-c/-C/-F/--fixup 옵션 중에 하나만 사용할 수 있습니다."
7115
7116#: builtin/commit.c:1180
7117msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
7118msgstr "-m 옵션은 -c/-C/-F/--fixup 옵션과 같이 쓸 수 없습니다."
7119
7120#: builtin/commit.c:1188
7121msgid "--reset-author can be used only with -C, -c or --amend."
7122msgstr "--reset-author 옵션은 -C, -c 또는 --amend 옵션과 같이 써야 합니다."
7123
7124#: builtin/commit.c:1205
7125msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7126msgstr ""
7127"--include/--only/--all/--interactive/--patch 옵션 중 하나만 사용할 수 있습니"
7128"다."
7129
7130#: builtin/commit.c:1207
7131msgid "No paths with --include/--only does not make sense."
7132msgstr "경로가 없이 --include/--only 옵션을 쓰면 앞뒤가 맞지 않습니다."
7133
7134#: builtin/commit.c:1219 builtin/tag.c:552
7135#, c-format
7136msgid "Invalid cleanup mode %s"
7137msgstr "잘못된 정리 모드 %s"
7138
7139#: builtin/commit.c:1224
7140msgid "Paths with -a does not make sense."
7141msgstr "-a 옵션과 경로를 같이 사용하면 앞뒤가 맞지 않습니다."
7142
7143#: builtin/commit.c:1342 builtin/commit.c:1617
7144msgid "show status concisely"
7145msgstr "상태를 간략하게 표시합니다"
7146
7147#: builtin/commit.c:1344 builtin/commit.c:1619
7148msgid "show branch information"
7149msgstr "브랜치 정보를 표시합니다"
7150
7151#: builtin/commit.c:1346
7152msgid "show stash information"
7153msgstr "스태시 정보를 표시합니다"
7154
7155#: builtin/commit.c:1348
7156msgid "version"
7157msgstr "버전"
7158
7159#: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:530
7160#: builtin/worktree.c:449
7161msgid "machine-readable output"
7162msgstr "컴퓨터가 읽을 수 있는 형식"
7163
7164#: builtin/commit.c:1351 builtin/commit.c:1623
7165msgid "show status in long format (default)"
7166msgstr "긴 형식으로 상태를 표시합니다 (기본값)"
7167
7168#: builtin/commit.c:1354 builtin/commit.c:1626
7169msgid "terminate entries with NUL"
7170msgstr "NUL 문자로 항목을 끝냅니다"
7171
7172#: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:983
7173#: builtin/fast-export.c:986 builtin/tag.c:412
7174msgid "mode"
7175msgstr "모드"
7176
7177#: builtin/commit.c:1357 builtin/commit.c:1629
7178msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7179msgstr ""
7180"추적되지 않는 파일을 표시합니다. 추가 옵션: all, normal, no (기본값: all)"
7181
7182#: builtin/commit.c:1360
7183msgid "show ignored files"
7184msgstr "무시되는 파일을 표시합니다"
7185
7186#: builtin/commit.c:1361 parse-options.h:155
7187msgid "when"
7188msgstr "언제"
7189
7190#: builtin/commit.c:1362
7191msgid ""
7192"ignore changes to submodules, optional when: all, dirty, untracked. "
7193"(Default: all)"
7194msgstr ""
7195"하위 모듈의 변경을 무시합니다. 추가 옵션: all, dirty, untracked. (기본값: "
7196"all)"
7197
7198#: builtin/commit.c:1364
7199msgid "list untracked files in columns"
7200msgstr "추적되지 않는 파일의 목록을 여러 열로 표시합니다"
7201
7202#: builtin/commit.c:1440
7203msgid "couldn't look up newly created commit"
7204msgstr "새로 만든 커밋을 찾아볼 수 없습니다"
7205
7206#: builtin/commit.c:1442
7207msgid "could not parse newly created commit"
7208msgstr "새로 만든 커밋을 파싱할 수 없습니다"
7209
7210#: builtin/commit.c:1487
7211msgid "detached HEAD"
7212msgstr "HEAD 분리됨"
7213
7214#: builtin/commit.c:1490
7215msgid " (root-commit)"
7216msgstr " (최상위-커밋)"
7217
7218#: builtin/commit.c:1587
7219msgid "suppress summary after successful commit"
7220msgstr "성공적인 커밋 후에 요약을 표시하지 않습니다"
7221
7222#: builtin/commit.c:1588
7223msgid "show diff in commit message template"
7224msgstr "커밋 메시지 서식에 diff를 표시합니다"
7225
7226#: builtin/commit.c:1590
7227msgid "Commit message options"
7228msgstr "커밋 메시지 옵션"
7229
7230#: builtin/commit.c:1591 builtin/tag.c:410
7231msgid "read message from file"
7232msgstr "파일에서 메시지를 읽습니다"
7233
7234#: builtin/commit.c:1592
7235msgid "author"
7236msgstr "작성자"
7237
7238#: builtin/commit.c:1592
7239msgid "override author for commit"
7240msgstr "커밋의 작성자를 지정합니다"
7241
7242#: builtin/commit.c:1593 builtin/gc.c:358
7243msgid "date"
7244msgstr "시각"
7245
7246#: builtin/commit.c:1593
7247msgid "override date for commit"
7248msgstr "커밋의 시각을 지정합니다"
7249
7250#: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:401
7251#: builtin/notes.c:564 builtin/tag.c:408
7252msgid "message"
7253msgstr "메시지"
7254
7255#: builtin/commit.c:1594
7256msgid "commit message"
7257msgstr "커밋 메시지"
7258
7259#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
7260#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:77
7261msgid "commit"
7262msgstr "커밋"
7263
7264#: builtin/commit.c:1595
7265msgid "reuse and edit message from specified commit"
7266msgstr "지정한 커밋의 메시지를 재사용하고 편집합니다"
7267
7268#: builtin/commit.c:1596
7269msgid "reuse message from specified commit"
7270msgstr "지정한 커밋에서 메시지를 재사용합니다"
7271
7272#: builtin/commit.c:1597
7273msgid "use autosquash formatted message to fixup specified commit"
7274msgstr "지정한 커밋을 수정하는데 autosquash 형식 메시지를 사용합니다"
7275
7276#: builtin/commit.c:1598
7277msgid "use autosquash formatted message to squash specified commit"
7278msgstr "지정한 커밋을 합치는데 autosquash 형식 메시지를 사용합니다"
7279
7280#: builtin/commit.c:1599
7281msgid "the commit is authored by me now (used with -C/-c/--amend)"
7282msgstr "커밋을 내가 작성한 것으로 만듭니다 (-C/-c/--amend와 같이 사용)"
7283
7284#: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:105
7285msgid "add Signed-off-by:"
7286msgstr "Signed-off-by: 줄을 추가합니다"
7287
7288#: builtin/commit.c:1601
7289msgid "use specified template file"
7290msgstr "지정한 서식 파일을 사용합니다"
7291
7292#: builtin/commit.c:1602
7293msgid "force edit of commit"
7294msgstr "커밋 편집을 강제합니다"
7295
7296#: builtin/commit.c:1603
7297msgid "default"
7298msgstr "기본값"
7299
7300#: builtin/commit.c:1603 builtin/tag.c:413
7301msgid "how to strip spaces and #comments from message"
7302msgstr "메시지에서 공백과 #주석을 지웁니다"
7303
7304#: builtin/commit.c:1604
7305msgid "include status in commit message template"
7306msgstr "커밋 메시지 서식에 상태를 포함합니다"
7307
7308#: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:173
7309#: builtin/revert.c:113
7310msgid "GPG sign commit"
7311msgstr "GPG 서명 커밋"
7312
7313#: builtin/commit.c:1609
7314msgid "Commit contents options"
7315msgstr "커밋 내용 옵션"
7316
7317#: builtin/commit.c:1610
7318msgid "commit all changed files"
7319msgstr "변경된 파일을 모두 커밋합니다"
7320
7321#: builtin/commit.c:1611
7322msgid "add specified files to index for commit"
7323msgstr "지정한 파일을 커밋할 인덱스에 추가합니다"
7324
7325#: builtin/commit.c:1612
7326msgid "interactively add files"
7327msgstr "대화형으로 파일을 추가합니다"
7328
7329#: builtin/commit.c:1613
7330msgid "interactively add changes"
7331msgstr "대화형으로 변경 사항을 추가합니다"
7332
7333#: builtin/commit.c:1614
7334msgid "commit only specified files"
7335msgstr "지정한 파일만 커밋합니다"
7336
7337#: builtin/commit.c:1615
7338msgid "bypass pre-commit and commit-msg hooks"
7339msgstr "커밋 전 후크와 커밋 메시지 후크를 건너뜁니다"
7340
7341#: builtin/commit.c:1616
7342msgid "show what would be committed"
7343msgstr "무엇을 커밋할지 표시합니다"
7344
7345#: builtin/commit.c:1627
7346msgid "amend previous commit"
7347msgstr "바로 앞 커밋을 바꿉니다"
7348
7349#: builtin/commit.c:1628
7350msgid "bypass post-rewrite hook"
7351msgstr "다시쓰기 후 후크를 건너뜁니다"
7352
7353#: builtin/commit.c:1633
7354msgid "ok to record an empty change"
7355msgstr "빈 변경 사항을 기록하도록 허용합니다"
7356
7357#: builtin/commit.c:1635
7358msgid "ok to record a change with an empty message"
7359msgstr "빈 메시지와 같이 변경 사항을 기록하도록 허용합니다"
7360
7361#: builtin/commit.c:1665
7362msgid "could not parse HEAD commit"
7363msgstr "HEAD 커밋을 파싱할 수 없습니다"
7364
7365#: builtin/commit.c:1710
7366#, c-format
7367msgid "Corrupt MERGE_HEAD file (%s)"
7368msgstr "손상된 MERGE_HEAD 파일 (%s)"
7369
7370#: builtin/commit.c:1717
7371msgid "could not read MERGE_MODE"
7372msgstr "MERGE_MODE를 읽을 수 없습니다"
7373
7374#: builtin/commit.c:1736
7375#, c-format
7376msgid "could not read commit message: %s"
7377msgstr "커밋 메시지를 읽을 수 없습니다: %s"
7378
7379#: builtin/commit.c:1747
7380#, c-format
7381msgid "Aborting commit; you did not edit the message.\n"
7382msgstr "커밋을 중지합니다. 메시지를 편집하지 않았습니다.\n"
7383
7384#: builtin/commit.c:1752
7385#, c-format
7386msgid "Aborting commit due to empty commit message.\n"
7387msgstr "커밋을 중지합니다. 커밋 메시지가 비어 있습니다.\n"
7388
7389#: builtin/commit.c:1800
7390msgid ""
7391"Repository has been updated, but unable to write\n"
7392"new_index file. Check that disk is not full and quota is\n"
7393"not exceeded, and then \"git reset HEAD\" to recover."
7394msgstr ""
7395"저장소를 업데이트했습니다. 하지만 new_index 파일을 쓸 수\n"
7396"없습니다. 디스크가 꽉 차지 않았고 제한 용량을 넘어가지\n"
7397"않았는지 확인하십시오. 그리고 'git reset HEAD'로 복구하십시오."
7398
7399#: builtin/config.c:10
7400msgid "git config [<options>]"
7401msgstr "git config [<옵션>]"
7402
7403#: builtin/config.c:57
7404msgid "Config file location"
7405msgstr "설정 파일 위치"
7406
7407#: builtin/config.c:58
7408msgid "use global config file"
7409msgstr "공통 설정 파일을 사용합니다"
7410
7411#: builtin/config.c:59
7412msgid "use system config file"
7413msgstr "시스템 설정 파일을 사용합니다"
7414
7415#: builtin/config.c:60
7416msgid "use repository config file"
7417msgstr "저장소 설정 파일을 사용합니다"
7418
7419#: builtin/config.c:61
7420msgid "use given config file"
7421msgstr "지정한 설정 파일을 사용합니다"
7422
7423#: builtin/config.c:62
7424msgid "blob-id"
7425msgstr "블롭-id"
7426
7427#: builtin/config.c:62
7428msgid "read config from given blob object"
7429msgstr "지정한 블롭 오브젝트에서 설정을 읽습니다"
7430
7431#: builtin/config.c:63
7432msgid "Action"
7433msgstr "동작"
7434
7435#: builtin/config.c:64
7436msgid "get value: name [value-regex]"
7437msgstr "값을 가져옵니다: <이름> [<값-정규식>]"
7438
7439#: builtin/config.c:65
7440msgid "get all values: key [value-regex]"
7441msgstr "모든 값을 가져옵니다: <키> [<값-정규식>]"
7442
7443#: builtin/config.c:66
7444msgid "get values for regexp: name-regex [value-regex]"
7445msgstr "정규식에 대한 값을 가져옵니다: <이름-정규식> [<값-정규식>]"
7446
7447#: builtin/config.c:67
7448msgid "get value specific for the URL: section[.var] URL"
7449msgstr "<URL>에 특정되는 값을 가져옵니다: <섹션>[.<변수>] <URL>"
7450
7451#: builtin/config.c:68
7452msgid "replace all matching variables: name value [value_regex]"
7453msgstr "해당하는 변수를 모두 제거합니다: <이름> <값> [<값-정규식>]"
7454
7455#: builtin/config.c:69
7456msgid "add a new variable: name value"
7457msgstr "새 변수를 추가합니다: <이름> <값>"
7458
7459#: builtin/config.c:70
7460msgid "remove a variable: name [value-regex]"
7461msgstr "변수를 제거합니다: <이름> [<값-정규식>]"
7462
7463#: builtin/config.c:71
7464msgid "remove all matches: name [value-regex]"
7465msgstr "해당하는 항목을 모두 제거합니다: <이름> [<값-정규식>]"
7466
7467#: builtin/config.c:72
7468msgid "rename section: old-name new-name"
7469msgstr "섹션의 이름을 바꿉니다: <옛-이름> <새-이름>"
7470
7471#: builtin/config.c:73
7472msgid "remove a section: name"
7473msgstr "섹션을 제거합니다: <이름>"
7474
7475#: builtin/config.c:74
7476msgid "list all"
7477msgstr "전체 목록을 표시합니다"
7478
7479#: builtin/config.c:75
7480msgid "open an editor"
7481msgstr "편집기를 엽니다"
7482
7483#: builtin/config.c:76
7484msgid "find the color configured: slot [default]"
7485msgstr "설정한 색을 찾습니다: slot [<기본값>]"
7486
7487#: builtin/config.c:77
7488msgid "find the color setting: slot [stdout-is-tty]"
7489msgstr "색 설정을 찾습니다: slot [<표준출력이-TTY인지-여부>]"
7490
7491#: builtin/config.c:78
7492msgid "Type"
7493msgstr "값 종류"
7494
7495#: builtin/config.c:79
7496msgid "value is \"true\" or \"false\""
7497msgstr "값이 \"true\" 또는 \"false\"입니다"
7498
7499#: builtin/config.c:80
7500msgid "value is decimal number"
7501msgstr "값이 십진수입니다"
7502
7503#: builtin/config.c:81
7504msgid "value is --bool or --int"
7505msgstr "값이 --bool 또는 --int입니다"
7506
7507#: builtin/config.c:82
7508msgid "value is a path (file or directory name)"
7509msgstr "값이 경로(파일 또는 디렉터리 이름)입니다"
7510
7511#: builtin/config.c:83
7512msgid "Other"
7513msgstr "기타"
7514
7515#: builtin/config.c:84
7516msgid "terminate values with NUL byte"
7517msgstr "값을 NUL 바이트로 끝냅니다"
7518
7519#: builtin/config.c:85
7520msgid "show variable names only"
7521msgstr "변수 이름만 표시합니다"
7522
7523#: builtin/config.c:86
7524msgid "respect include directives on lookup"
7525msgstr "찾아볼 때 include 지시어를 고려합니다"
7526
7527#: builtin/config.c:87
7528msgid "show origin of config (file, standard input, blob, command line)"
7529msgstr "설정의 출처를 표시합니다 (파일, 표준 입력, 블롭, 명령행)"
7530
7531#: builtin/config.c:327
7532msgid "unable to parse default color value"
7533msgstr "기본 색 값을 파싱할 수 없습니다"
7534
7535#: builtin/config.c:471
7536#, c-format
7537msgid ""
7538"# This is Git's per-user configuration file.\n"
7539"[user]\n"
7540"# Please adapt and uncomment the following lines:\n"
7541"#\tname = %s\n"
7542"#\temail = %s\n"
7543msgstr ""
7544"# 깃의 사용자별 설정 파일입니다.\n"
7545"[user]\n"
7546"# 다음 줄을 알맞게 고치고 앞의 주석을 제거하십시오:\n"
7547"#\tname = %s\n"
7548"#\temail = %s\n"
7549
7550#: builtin/config.c:499
7551msgid "--local can only be used inside a git repository"
7552msgstr "--local 옵션은 깃 저장소 안에서만 쓸 수 있습니다"
7553
7554#: builtin/config.c:621
7555#, c-format
7556msgid "cannot create configuration file %s"
7557msgstr "%s 설정 파일을 만들 수 없습니다"
7558
7559#: builtin/config.c:633
7560#, c-format
7561msgid ""
7562"cannot overwrite multiple values with a single value\n"
7563"       Use a regexp, --add or --replace-all to change %s."
7564msgstr ""
7565"여러 개의 값을 하나의 값으로 덮어쓸 수 없습니다.\n"
7566"%s을(를) 변경하려면 정규식을 쓰거나, --add 또는 --replace-all 옵션을\n"
7567"사용하십시오."
7568
7569#: builtin/count-objects.c:87
7570msgid "git count-objects [-v] [-H | --human-readable]"
7571msgstr "git count-objects [-v] [-H | --human-readable]"
7572
7573#: builtin/count-objects.c:97
7574msgid "print sizes in human readable format"
7575msgstr "사람이 읽기 좋은 형식으로 크기를 표시합니다"
7576
7577#: builtin/describe.c:19
7578msgid "git describe [<options>] [<commit-ish>...]"
7579msgstr "git describe [<옵션>] [<커밋-따위>...]"
7580
7581#: builtin/describe.c:20
7582msgid "git describe [<options>] --dirty"
7583msgstr "git describe [<옵션>] --dirty"
7584
7585#: builtin/describe.c:54
7586msgid "head"
7587msgstr "head"
7588
7589#: builtin/describe.c:54
7590msgid "lightweight"
7591msgstr "lightweight"
7592
7593#: builtin/describe.c:54
7594msgid "annotated"
7595msgstr "annotated"
7596
7597#: builtin/describe.c:253
7598#, c-format
7599msgid "annotated tag %s not available"
7600msgstr "주석 달린 %s 태그를 사용할 수 없습니다"
7601
7602#: builtin/describe.c:257
7603#, c-format
7604msgid "annotated tag %s has no embedded name"
7605msgstr "주석 달린 %s 태그에 내장된 이름이 없습니다"
7606
7607#: builtin/describe.c:259
7608#, c-format
7609msgid "tag '%s' is really '%s' here"
7610msgstr "'%s' 태그가 실제 여기 '%s'입니다"
7611
7612#: builtin/describe.c:286 builtin/log.c:489
7613#, c-format
7614msgid "Not a valid object name %s"
7615msgstr "올바른 오브젝트 이름이 아닙니다 (%s)"
7616
7617#: builtin/describe.c:289
7618#, c-format
7619msgid "%s is not a valid '%s' object"
7620msgstr "%s은(는) 올바른 '%s' 오브젝트가 아닙니다"
7621
7622#: builtin/describe.c:306
7623#, c-format
7624msgid "no tag exactly matches '%s'"
7625msgstr "어떤 태그도 '%s'와(과) 정확히 일치하지 않습니다"
7626
7627#: builtin/describe.c:308
7628#, c-format
7629msgid "searching to describe %s\n"
7630msgstr "%s 설명을 위해 검색하는 중\n"
7631
7632#: builtin/describe.c:355
7633#, c-format
7634msgid "finished search at %s\n"
7635msgstr "%s에서 검색 마침\n"
7636
7637#: builtin/describe.c:382
7638#, c-format
7639msgid ""
7640"No annotated tags can describe '%s'.\n"
7641"However, there were unannotated tags: try --tags."
7642msgstr ""
7643"어떤 주석 달린 태그도 '%s'을(를) 설명하지 않습니다.\n"
7644"하지만 주석 달리지 않은 태그가 있습니다: --tags 옵션을 해 보십시오."
7645
7646#: builtin/describe.c:386
7647#, c-format
7648msgid ""
7649"No tags can describe '%s'.\n"
7650"Try --always, or create some tags."
7651msgstr ""
7652"어떤 태그도 '%s'을(를) 설명할 수 없습니다.\n"
7653"--always 옵션을 써 보거나, 태그를 만들어 보십시오."
7654
7655#: builtin/describe.c:416
7656#, c-format
7657msgid "traversed %lu commits\n"
7658msgstr "커밋 %lu개를 가로질렀습니다\n"
7659
7660#: builtin/describe.c:419
7661#, c-format
7662msgid ""
7663"more than %i tags found; listed %i most recent\n"
7664"gave up search at %s\n"
7665msgstr ""
7666"태그를 %i개 넘게 찾았습니다. 가장 최근의 %i개 목록을\n"
7667"표시합니다. %s 위치에서 검색을 중지합니다.\n"
7668
7669#: builtin/describe.c:441
7670msgid "find the tag that comes after the commit"
7671msgstr "커밋 다음에 오는 태그를 찾습니다"
7672
7673#: builtin/describe.c:442
7674msgid "debug search strategy on stderr"
7675msgstr "표준 오류에서 검색 전략을 디버깅합니다"
7676
7677#: builtin/describe.c:443
7678msgid "use any ref"
7679msgstr "모든 레퍼런스를 사용합니다"
7680
7681#: builtin/describe.c:444
7682msgid "use any tag, even unannotated"
7683msgstr "모든 태그를, 주석 달리지 않은 태그까지 사용합니다"
7684
7685#: builtin/describe.c:445
7686msgid "always use long format"
7687msgstr "항상 긴 형식을 사용합니다"
7688
7689#: builtin/describe.c:446
7690msgid "only follow first parent"
7691msgstr "첫 번째 이전 커밋만 따라갑니다"
7692
7693#: builtin/describe.c:449
7694msgid "only output exact matches"
7695msgstr "정확히 일치하는 항목만 출력합니다"
7696
7697#: builtin/describe.c:451
7698msgid "consider <n> most recent tags (default: 10)"
7699msgstr "<n>개의 가장 최근의 태그만 고려합니다 (기본값: 10)"
7700
7701#: builtin/describe.c:453
7702msgid "only consider tags matching <pattern>"
7703msgstr "<패턴>과 일치하는 태그만 고려합니다"
7704
7705#: builtin/describe.c:455
7706msgid "do not consider tags matching <pattern>"
7707msgstr "<패턴>과 일치하는 태그를 고려하지 않습니다"
7708
7709#: builtin/describe.c:457 builtin/name-rev.c:406
7710msgid "show abbreviated commit object as fallback"
7711msgstr "대안으로 요약한 커밋 오브젝트를 표시합니다"
7712
7713#: builtin/describe.c:458 builtin/describe.c:461
7714msgid "mark"
7715msgstr "표시"
7716
7717#: builtin/describe.c:459
7718msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7719msgstr "변경된 작업 폴더에 <표시>를 뒤에 붙입니다 (기본값: \"-dirty\")"
7720
7721#: builtin/describe.c:462
7722msgid "append <mark> on broken working tree (default: \"-broken\")"
7723msgstr "망가진 작업 폴더에 <표시>를 뒤에 붙입니다 (기본값: \"-broken\")"
7724
7725#: builtin/describe.c:480
7726msgid "--long is incompatible with --abbrev=0"
7727msgstr "--long 옵션은 --abbrev=0 옵션과 호환되지 않습니다"
7728
7729#: builtin/describe.c:509
7730msgid "No names found, cannot describe anything."
7731msgstr "이름이 없습니다. 아무것도 설명할 수 없습니다."
7732
7733#: builtin/describe.c:552
7734msgid "--dirty is incompatible with commit-ishes"
7735msgstr "--dirty 옵션은 커밋같은 항목과 호환되지 않습니다"
7736
7737#: builtin/describe.c:554
7738msgid "--broken is incompatible with commit-ishes"
7739msgstr "--broken 옵션은 커밋같은 항목과 호환되지 않습니다"
7740
7741#: builtin/diff.c:83
7742#, c-format
7743msgid "'%s': not a regular file or symlink"
7744msgstr "'%s': 일반 파일이나 심볼릭 링크가 아닙니다"
7745
7746#: builtin/diff.c:235
7747#, c-format
7748msgid "invalid option: %s"
7749msgstr "잘못된 옵션: %s"
7750
7751#: builtin/diff.c:359
7752msgid "Not a git repository"
7753msgstr "깃 저장소가 아닙니다"
7754
7755#: builtin/diff.c:402
7756#, c-format
7757msgid "invalid object '%s' given."
7758msgstr "잘못된 '%s' 오브젝트가 주어졌습니다."
7759
7760#: builtin/diff.c:411
7761#, c-format
7762msgid "more than two blobs given: '%s'"
7763msgstr "두 개보다 많은 블롭이 주어졌습니다: '%s'"
7764
7765#: builtin/diff.c:416
7766#, c-format
7767msgid "unhandled object '%s' given."
7768msgstr "처리하지 않은 '%s' 오브젝트가 주어졌습니다."
7769
7770#: builtin/difftool.c:29
7771msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7772msgstr "git difftool [<옵션>] [<커밋> [<커밋>]] [--] [<경로>...]"
7773
7774#: builtin/difftool.c:249
7775#, c-format
7776msgid "failed: %d"
7777msgstr "실패: %d"
7778
7779#: builtin/difftool.c:291
7780#, c-format
7781msgid "could not read symlink %s"
7782msgstr "%s 심볼릭 링크를 읽을 수 없습니다"
7783
7784#: builtin/difftool.c:293
7785#, c-format
7786msgid "could not read symlink file %s"
7787msgstr "%s 심볼릭 링크 파일을 읽을 수 없습니다"
7788
7789#: builtin/difftool.c:301
7790#, c-format
7791msgid "could not read object %s for symlink %s"
7792msgstr "%2$s 심볼릭 링크에 대한 %1$s 오브젝트를 읽을 수 없습니다"
7793
7794#: builtin/difftool.c:403
7795msgid ""
7796"combined diff formats('-c' and '--cc') are not supported in\n"
7797"directory diff mode('-d' and '--dir-diff')."
7798msgstr ""
7799"컴바인드 diff 형식은 ('-c' 및 '--cc') 디렉터리 diff 모드에서는\n"
7800"('-d' 및 '--dir-diff') 지원하지 않습니다."
7801
7802#: builtin/difftool.c:626
7803#, c-format
7804msgid "both files modified: '%s' and '%s'."
7805msgstr "두 파일이 수정되었습니다: '%s' 및 '%s'."
7806
7807#: builtin/difftool.c:628
7808msgid "working tree file has been left."
7809msgstr "작업 폴더가 남겨져 있습니다."
7810
7811#: builtin/difftool.c:639
7812#, c-format
7813msgid "temporary files exist in '%s'."
7814msgstr "임시 파일이 '%s'에 있습니다."
7815
7816#: builtin/difftool.c:640
7817msgid "you may want to cleanup or recover these."
7818msgstr "이 파일을 지우거나 복구할 수 있습니다."
7819
7820#: builtin/difftool.c:689
7821msgid "use `diff.guitool` instead of `diff.tool`"
7822msgstr "`diff.tool` 대신 `diff.guitool`을 사용하십시오"
7823
7824#: builtin/difftool.c:691
7825msgid "perform a full-directory diff"
7826msgstr "전체 디렉터리 diff를 수행합니다"
7827
7828#: builtin/difftool.c:693
7829msgid "do not prompt before launching a diff tool"
7830msgstr "diff 도구를 실행하기 전에 프롬프트를 표시하지 않습니다"
7831
7832#: builtin/difftool.c:699
7833msgid "use symlinks in dir-diff mode"
7834msgstr "dir-diff 모드에서 심볼릭 링크를 사용합니다"
7835
7836#: builtin/difftool.c:700
7837msgid "<tool>"
7838msgstr "<도구>"
7839
7840#: builtin/difftool.c:701
7841msgid "use the specified diff tool"
7842msgstr "지정한 diff 도구를 사용합니다"
7843
7844#: builtin/difftool.c:703
7845msgid "print a list of diff tools that may be used with `--tool`"
7846msgstr "`--tool` 옵션에서 사용할 수 있는 diff 도구 목록을 표시합니다"
7847
7848#: builtin/difftool.c:706
7849msgid ""
7850"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7851"code"
7852msgstr ""
7853"실행한 diff 도구가 0이 아닌 코드를 리턴하면 'git-difftool'이 끝나게 합니다"
7854
7855#: builtin/difftool.c:708
7856msgid "<command>"
7857msgstr "<명령>"
7858
7859#: builtin/difftool.c:709
7860msgid "specify a custom command for viewing diffs"
7861msgstr "diff를 보는 명령어를 사용자가 지정합니다"
7862
7863#: builtin/difftool.c:733
7864msgid "no <tool> given for --tool=<tool>"
7865msgstr "--tool=<도구> 옵션에 <도구>가 주어지지 않았습니다"
7866
7867#: builtin/difftool.c:740
7868msgid "no <cmd> given for --extcmd=<cmd>"
7869msgstr "--extcmd=<명령> 옵션에 <명령>이 주어지지 않았습니다"
7870
7871#: builtin/fast-export.c:26
7872msgid "git fast-export [rev-list-opts]"
7873msgstr "git fast-export [rev-list-옵션]"
7874
7875#: builtin/fast-export.c:982
7876msgid "show progress after <n> objects"
7877msgstr "오브젝트 <n>개 뒤에 진행 상황을 표시합니다"
7878
7879#: builtin/fast-export.c:984
7880msgid "select handling of signed tags"
7881msgstr "서명한 태그의 처리 방식을 선택합니다"
7882
7883#: builtin/fast-export.c:987
7884msgid "select handling of tags that tag filtered objects"
7885msgstr "필터링한 오브젝트에 대한 태그의 처리 방식을 선택합니다"
7886
7887#: builtin/fast-export.c:990
7888msgid "Dump marks to this file"
7889msgstr "이 파일로 표시를 내보냅니다"
7890
7891#: builtin/fast-export.c:992
7892msgid "Import marks from this file"
7893msgstr "이 파일에서 표시를 가져옵니다"
7894
7895#: builtin/fast-export.c:994
7896msgid "Fake a tagger when tags lack one"
7897msgstr "태그에 태그붙인 사람이 없을 때 가짜로 만듭니다"
7898
7899#: builtin/fast-export.c:996
7900msgid "Output full tree for each commit"
7901msgstr "커밋 마다 전체 트리를 출력합니다"
7902
7903#: builtin/fast-export.c:998
7904msgid "Use the done feature to terminate the stream"
7905msgstr "스트림을 끝내는데 완료 기능을 사용합니다"
7906
7907#: builtin/fast-export.c:999
7908msgid "Skip output of blob data"
7909msgstr "블롭 데이터의 출력을 건너뜁니다"
7910
7911#: builtin/fast-export.c:1000
7912msgid "refspec"
7913msgstr "레퍼런스명세"
7914
7915#: builtin/fast-export.c:1001
7916msgid "Apply refspec to exported refs"
7917msgstr "레퍼런스명세를 내보낸 레퍼런스에 적용합니다"
7918
7919#: builtin/fast-export.c:1002
7920msgid "anonymize output"
7921msgstr "출력을 익명화합니다"
7922
7923#: builtin/fetch.c:22
7924msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7925msgstr "git fetch [<옵션>] [<저장소> [<레퍼런스명세>...]]"
7926
7927#: builtin/fetch.c:23
7928msgid "git fetch [<options>] <group>"
7929msgstr "git fetch [<옵션>] <그룹>"
7930
7931#: builtin/fetch.c:24
7932msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7933msgstr "git fetch --multiple [<옵션>] [(<저장소> | <그룹>)...]"
7934
7935#: builtin/fetch.c:25
7936msgid "git fetch --all [<options>]"
7937msgstr "git fetch --all [<옵션>]"
7938
7939#: builtin/fetch.c:90 builtin/pull.c:182
7940msgid "fetch from all remotes"
7941msgstr "모든 리모트에서 가져옵니다"
7942
7943#: builtin/fetch.c:92 builtin/pull.c:185
7944msgid "append to .git/FETCH_HEAD instead of overwriting"
7945msgstr "덮어쓰지 말고 .git/FETCH_HEAD에 덧붙입니다"
7946
7947#: builtin/fetch.c:94 builtin/pull.c:188
7948msgid "path to upload pack on remote end"
7949msgstr "리모트 쪽에 묶음을 업로드할 경로"
7950
7951#: builtin/fetch.c:95 builtin/pull.c:190
7952msgid "force overwrite of local branch"
7953msgstr "로컬 브랜치를 강제로 덮어씁니다"
7954
7955#: builtin/fetch.c:97
7956msgid "fetch from multiple remotes"
7957msgstr "여러 리모트에서 가져옵니다"
7958
7959#: builtin/fetch.c:99 builtin/pull.c:192
7960msgid "fetch all tags and associated objects"
7961msgstr "모든 태그와 관련 오브젝트를 가져옵니다"
7962
7963#: builtin/fetch.c:101
7964msgid "do not fetch all tags (--no-tags)"
7965msgstr "모든 태그를 가져오지 않습니다 (--no-tags)"
7966
7967#: builtin/fetch.c:103
7968msgid "number of submodules fetched in parallel"
7969msgstr "병렬적으로 받아오는 하위모듈 개수"
7970
7971#: builtin/fetch.c:105 builtin/pull.c:195
7972msgid "prune remote-tracking branches no longer on remote"
7973msgstr "리모트에 이제 없는 리모트 추적 브랜치를 잘라냅니다"
7974
7975#: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:123
7976msgid "on-demand"
7977msgstr "주문형"
7978
7979#: builtin/fetch.c:107
7980msgid "control recursive fetching of submodules"
7981msgstr "하위 모듈 재귀적으로 가져오기 방식을 설정합니다"
7982
7983#: builtin/fetch.c:111 builtin/pull.c:203
7984msgid "keep downloaded pack"
7985msgstr "다운로드한 묶음을 보존합니다"
7986
7987#: builtin/fetch.c:113
7988msgid "allow updating of HEAD ref"
7989msgstr "HEAD 레퍼런스 업데이트를 허용합니다"
7990
7991#: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:206
7992msgid "deepen history of shallow clone"
7993msgstr "얕은 복제의 커밋 내역을 깊게 만듭니다"
7994
7995#: builtin/fetch.c:118
7996msgid "deepen history of shallow repository based on time"
7997msgstr "얕은 복제의 커밋 내역을 시간을 기준으로 깊게 만듭니다"
7998
7999#: builtin/fetch.c:124 builtin/pull.c:209
8000msgid "convert to a complete repository"
8001msgstr "완전한 저장소로 전환합니다"
8002
8003#: builtin/fetch.c:126 builtin/log.c:1450
8004msgid "dir"
8005msgstr "디렉터리"
8006
8007#: builtin/fetch.c:127
8008msgid "prepend this to submodule path output"
8009msgstr "하위 모듈 경로 출력의 앞에 이 디렉터리를 붙입니다"
8010
8011#: builtin/fetch.c:130
8012msgid ""
8013"default for recursive fetching of submodules (lower priority than config "
8014"files)"
8015msgstr "하위 모듈을 재귀적으로 가져올 때 기본값 (설정 파일보다 낮은 우선 순위)"
8016
8017#: builtin/fetch.c:134 builtin/pull.c:212
8018msgid "accept refs that update .git/shallow"
8019msgstr ".git/shallow를 업데이트하는 레퍼런스를 허용합니다"
8020
8021#: builtin/fetch.c:135 builtin/pull.c:214
8022msgid "refmap"
8023msgstr "레퍼런스맵"
8024
8025#: builtin/fetch.c:136 builtin/pull.c:215
8026msgid "specify fetch refmap"
8027msgstr "레퍼런스맵 가져오기를 지정합니다"
8028
8029#: builtin/fetch.c:394
8030msgid "Couldn't find remote ref HEAD"
8031msgstr "리모트 레퍼런스 HEAD를 찾을 수 없습니다"
8032
8033#: builtin/fetch.c:512
8034#, c-format
8035msgid "configuration fetch.output contains invalid value %s"
8036msgstr "fetch.output 설정에 잘못된 값이 있습니다: %s"
8037
8038#: builtin/fetch.c:605
8039#, c-format
8040msgid "object %s not found"
8041msgstr "%s 오브젝트가 없습니다"
8042
8043#: builtin/fetch.c:609
8044msgid "[up to date]"
8045msgstr "[최신 상태]"
8046
8047#: builtin/fetch.c:622 builtin/fetch.c:702
8048msgid "[rejected]"
8049msgstr "[거부됨]"
8050
8051#: builtin/fetch.c:623
8052msgid "can't fetch in current branch"
8053msgstr "현재 브랜치에서 가져올 수 없음"
8054
8055#: builtin/fetch.c:632
8056msgid "[tag update]"
8057msgstr "[태그 업데이트]"
8058
8059#: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:682
8060#: builtin/fetch.c:697
8061msgid "unable to update local ref"
8062msgstr "로컬 레퍼런스를 업데이트할 수 없습니다"
8063
8064#: builtin/fetch.c:652
8065msgid "[new tag]"
8066msgstr "[새로운 태그]"
8067
8068#: builtin/fetch.c:655
8069msgid "[new branch]"
8070msgstr "[새로운 브랜치]"
8071
8072#: builtin/fetch.c:658
8073msgid "[new ref]"
8074msgstr "[새로운 레퍼런스]"
8075
8076#: builtin/fetch.c:697
8077msgid "forced update"
8078msgstr "강제 업데이트"
8079
8080#: builtin/fetch.c:702
8081msgid "non-fast-forward"
8082msgstr "정방향 진행이 아님"
8083
8084#: builtin/fetch.c:747
8085#, c-format
8086msgid "%s did not send all necessary objects\n"
8087msgstr "%s이(가) 모든 필요한 오브젝트를 보내지 않았습니다\n"
8088
8089#: builtin/fetch.c:767
8090#, c-format
8091msgid "reject %s because shallow roots are not allowed to be updated"
8092msgstr "얕은 최상위의 업데이트가 허용되지 않으므로 %s을(를) 거부합니다"
8093
8094#: builtin/fetch.c:855 builtin/fetch.c:951
8095#, c-format
8096msgid "From %.*s\n"
8097msgstr "%.*s URL에서\n"
8098
8099#: builtin/fetch.c:866
8100#, c-format
8101msgid ""
8102"some local refs could not be updated; try running\n"
8103" 'git remote prune %s' to remove any old, conflicting branches"
8104msgstr ""
8105"업데이트할 수 없는 로컬 레퍼런스가 있습니다. 과거 충돌 브랜치를\n"
8106" 제거하려면 'git remote prune %s' 명령을 실행해 보십시오"
8107
8108#: builtin/fetch.c:921
8109#, c-format
8110msgid "   (%s will become dangling)"
8111msgstr "   (%s 레퍼런스가 연결이 끊어지게 됩니다)"
8112
8113#: builtin/fetch.c:922
8114#, c-format
8115msgid "   (%s has become dangling)"
8116msgstr "   (%s 레퍼런스가 연결이 끊어졌습니다)"
8117
8118#: builtin/fetch.c:954
8119msgid "[deleted]"
8120msgstr "[삭제됨]"
8121
8122#: builtin/fetch.c:955 builtin/remote.c:1023
8123msgid "(none)"
8124msgstr "(없음)"
8125
8126#: builtin/fetch.c:978
8127#, c-format
8128msgid "Refusing to fetch into current branch %s of non-bare repository"
8129msgstr "간략한 저장소가 아닌 저장소의 현재 %s 브랜치로 가져오기를 거절합니다"
8130
8131#: builtin/fetch.c:997
8132#, c-format
8133msgid "Option \"%s\" value \"%s\" is not valid for %s"
8134msgstr "\"%s\" 옵션의 \"%s\" 값은 %s에 대해 올바르지 않습니다"
8135
8136#: builtin/fetch.c:1000
8137#, c-format
8138msgid "Option \"%s\" is ignored for %s\n"
8139msgstr "\"%s\" 옵션은 '%s'에 대해 무시됩니다\n"
8140
8141#: builtin/fetch.c:1076
8142#, c-format
8143msgid "Don't know how to fetch from %s"
8144msgstr "'%s'에서 가져오는 방법을 알 수 없습니다"
8145
8146#: builtin/fetch.c:1236
8147#, c-format
8148msgid "Fetching %s\n"
8149msgstr "%s을(를) 가져오는 중\n"
8150
8151#: builtin/fetch.c:1238 builtin/remote.c:97
8152#, c-format
8153msgid "Could not fetch %s"
8154msgstr "%s을(를) 가져올 수 없습니다"
8155
8156#: builtin/fetch.c:1256
8157msgid ""
8158"No remote repository specified.  Please, specify either a URL or a\n"
8159"remote name from which new revisions should be fetched."
8160msgstr ""
8161"리모트 저장소를 지정하지 않았습니다. 새 리비전을 가져올 수 있는\n"
8162"URL이나 리모트 이름을 지정하십시오."
8163
8164#: builtin/fetch.c:1279
8165msgid "You need to specify a tag name."
8166msgstr "태그 이름을 지정해야 합니다."
8167
8168#: builtin/fetch.c:1321
8169msgid "Negative depth in --deepen is not supported"
8170msgstr "--deepen 옵션에 음수 깊이는 지원하지 않습니다"
8171
8172#: builtin/fetch.c:1323
8173msgid "--deepen and --depth are mutually exclusive"
8174msgstr "-deepen, --depth 옵션 중 하나만 쓸 수 있습니다"
8175
8176#: builtin/fetch.c:1328
8177msgid "--depth and --unshallow cannot be used together"
8178msgstr "--depth 및 --unshallow 옵션은 같이 쓸 수 없습니다"
8179
8180#: builtin/fetch.c:1330
8181msgid "--unshallow on a complete repository does not make sense"
8182msgstr ""
8183"완전한 저장소에 대해 --unshallow 옵션을 사용하는 건 앞뒤가 맞지 않습니다"
8184
8185#: builtin/fetch.c:1349
8186msgid "fetch --all does not take a repository argument"
8187msgstr "fetch --all 명령에 저장소 인자가 없습니다"
8188
8189#: builtin/fetch.c:1351
8190msgid "fetch --all does not make sense with refspecs"
8191msgstr "fetch --all 명령은 레퍼런스명세 인자와 같이 쓰면 앞뒤가 맞지 않습니다"
8192
8193#: builtin/fetch.c:1362
8194#, c-format
8195msgid "No such remote or remote group: %s"
8196msgstr "그런 리모트나 리모트 그룹이 없습니다: %s"
8197
8198#: builtin/fetch.c:1370
8199msgid "Fetching a group and specifying refspecs does not make sense"
8200msgstr "그룹을 가져오고 레퍼런스명세를 지정하면 앞뒤가 맞지 않습니다"
8201
8202#: builtin/fmt-merge-msg.c:15
8203msgid ""
8204"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8205msgstr ""
8206"git fmt-merge-msg [-m <메시지>] [--log[=<n>] | --no-log] [--file <파일>]"
8207
8208#: builtin/fmt-merge-msg.c:664
8209msgid "populate log with at most <n> entries from shortlog"
8210msgstr "shortlog에서 최대 <n>개 로그를 표시합니다"
8211
8212#: builtin/fmt-merge-msg.c:667
8213msgid "alias for --log (deprecated)"
8214msgstr "--log와 동일 (없어질 예정)"
8215
8216#: builtin/fmt-merge-msg.c:670
8217msgid "text"
8218msgstr "텍스트"
8219
8220#: builtin/fmt-merge-msg.c:671
8221msgid "use <text> as start of message"
8222msgstr "<텍스트>를 시작 메시지로 사용합니다"
8223
8224#: builtin/fmt-merge-msg.c:672
8225msgid "file to read from"
8226msgstr "읽어들일 파일"
8227
8228#: builtin/for-each-ref.c:10
8229msgid "git for-each-ref [<options>] [<pattern>]"
8230msgstr "git for-each-ref [<옵션>] [<패턴>]"
8231
8232#: builtin/for-each-ref.c:11
8233msgid "git for-each-ref [--points-at <object>]"
8234msgstr "git for-each-ref [--points-at <오브젝트>]"
8235
8236#: builtin/for-each-ref.c:12
8237msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8238msgstr "git for-each-ref [(--merged | --no-merged) [<커밋>]]"
8239
8240#: builtin/for-each-ref.c:13
8241msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8242msgstr "git for-each-ref [--contains [<커밋>]] [--no-contains [<커밋>]]"
8243
8244#: builtin/for-each-ref.c:28
8245msgid "quote placeholders suitably for shells"
8246msgstr "셸에 적합하게 플레이스홀더를 인용합니다"
8247
8248#: builtin/for-each-ref.c:30
8249msgid "quote placeholders suitably for perl"
8250msgstr "펄에 적합하게 플레이스홀더를 인용합니다"
8251
8252#: builtin/for-each-ref.c:32
8253msgid "quote placeholders suitably for python"
8254msgstr "파이썬에 적합하게 플레이스홀더를 인용합니다"
8255
8256#: builtin/for-each-ref.c:34
8257msgid "quote placeholders suitably for Tcl"
8258msgstr "티클에 적합하게 플레이스홀더를 인용합니다"
8259
8260#: builtin/for-each-ref.c:37
8261msgid "show only <n> matched refs"
8262msgstr "<n>개의 해당하는 레퍼런스만 표시합니다"
8263
8264#: builtin/for-each-ref.c:42
8265msgid "print only refs which points at the given object"
8266msgstr "주어진 오브젝트를 가리키는 레퍼런스만 표시합니다"
8267
8268#: builtin/for-each-ref.c:44
8269msgid "print only refs that are merged"
8270msgstr "병합하는 레퍼런스만 표시합니다"
8271
8272#: builtin/for-each-ref.c:45
8273msgid "print only refs that are not merged"
8274msgstr "병합하지 않는 레퍼런스만 표시합니다"
8275
8276#: builtin/for-each-ref.c:46
8277msgid "print only refs which contain the commit"
8278msgstr "커밋이 들어 있는 레퍼런스만 표시합니다"
8279
8280#: builtin/for-each-ref.c:47
8281msgid "print only refs which don't contain the commit"
8282msgstr "커밋이 들어 있지 않은 레퍼런스만 표시합니다"
8283
8284#: builtin/fsck.c:554
8285msgid "Checking object directories"
8286msgstr "오브젝트 디렉터리를 확인하는 중입니다"
8287
8288#: builtin/fsck.c:646
8289msgid "git fsck [<options>] [<object>...]"
8290msgstr "git fsck [<옵션>] [<오브젝트>...]"
8291
8292#: builtin/fsck.c:652
8293msgid "show unreachable objects"
8294msgstr "접근할 수 없는 오브젝트를 표시합니다"
8295
8296#: builtin/fsck.c:653
8297msgid "show dangling objects"
8298msgstr "연결이 끊어진 오브젝트를 표시합니다"
8299
8300#: builtin/fsck.c:654
8301msgid "report tags"
8302msgstr "태그를 알립니다"
8303
8304#: builtin/fsck.c:655
8305msgid "report root nodes"
8306msgstr "최상위 노드를 알립니다"
8307
8308#: builtin/fsck.c:656
8309msgid "make index objects head nodes"
8310msgstr "인덱스 오브젝트 헤드 노드를 만듭니다"
8311
8312#: builtin/fsck.c:657
8313msgid "make reflogs head nodes (default)"
8314msgstr "reflog 헤드 노드를 만듭니다 (기본값)"
8315
8316#: builtin/fsck.c:658
8317msgid "also consider packs and alternate objects"
8318msgstr "묶음과 보조 오브젝트도 만듭니다"
8319
8320#: builtin/fsck.c:659
8321msgid "check only connectivity"
8322msgstr "연결만 확인합니다"
8323
8324#: builtin/fsck.c:660
8325msgid "enable more strict checking"
8326msgstr "더 엄격하게 확인합니다"
8327
8328#: builtin/fsck.c:662
8329msgid "write dangling objects in .git/lost-found"
8330msgstr ".git/lost-found 안에 연결이 끊어진 오브젝트를 씁니다"
8331
8332#: builtin/fsck.c:663 builtin/prune.c:107
8333msgid "show progress"
8334msgstr "진행 상황을 표시합니다"
8335
8336#: builtin/fsck.c:664
8337msgid "show verbose names for reachable objects"
8338msgstr "접근할 수 없는 오브젝트의 이름을 자세히 표시합니다"
8339
8340#: builtin/fsck.c:725
8341msgid "Checking objects"
8342msgstr "오브젝트를 확인합니다"
8343
8344#: builtin/gc.c:26
8345msgid "git gc [<options>]"
8346msgstr "git gc [<옵션>]"
8347
8348#: builtin/gc.c:79
8349#, c-format
8350msgid "Failed to fstat %s: %s"
8351msgstr "'%s'에 fstat()하는데 실패했습니다: %s"
8352
8353#: builtin/gc.c:311
8354#, c-format
8355msgid "Can't stat %s"
8356msgstr "'%s'에 stat()할 수 없습니다"
8357
8358#: builtin/gc.c:320
8359#, c-format
8360msgid ""
8361"The last gc run reported the following. Please correct the root cause\n"
8362"and remove %s.\n"
8363"Automatic cleanup will not be performed until the file is removed.\n"
8364"\n"
8365"%s"
8366msgstr ""
8367"마지막 가비지컬렉터에서 다음을 알려왔습니다. 원인을 바로잡은\n"
8368"다음 %s 파일을 제거하십시오.\n"
8369"이 파일을 제거하기 전에는 자동 정리 작업을 수행하지 않습니다.\n"
8370"\n"
8371"%s"
8372
8373#: builtin/gc.c:359
8374msgid "prune unreferenced objects"
8375msgstr "레퍼런스하지 않는 오브젝트를 잘라냅니다"
8376
8377#: builtin/gc.c:361
8378msgid "be more thorough (increased runtime)"
8379msgstr "더 자세히 검사합니다 (실행 시간 늘어남)"
8380
8381#: builtin/gc.c:362
8382msgid "enable auto-gc mode"
8383msgstr "자동 가비지컬렉터 모드를 사용합니다"
8384
8385#: builtin/gc.c:363
8386msgid "force running gc even if there may be another gc running"
8387msgstr "이미 가비지컬렉터가 실행 중이더라도 강제로 가비지컬렉터를 실행합니다"
8388
8389#: builtin/gc.c:380
8390#, c-format
8391msgid "Failed to parse gc.logexpiry value %s"
8392msgstr "gc.logexpiry 값을 (%s) 파싱하는데 실패했습니다"
8393
8394#: builtin/gc.c:408
8395#, c-format
8396msgid "Auto packing the repository in background for optimum performance.\n"
8397msgstr "최적 성능을 위해 백그라운드에서 자동으로 저장소의 묶음을 만듭니다.\n"
8398
8399#: builtin/gc.c:410
8400#, c-format
8401msgid "Auto packing the repository for optimum performance.\n"
8402msgstr "최적 성능을 위해 자동으로 저장소의 묶음을 만듭니다.\n"
8403
8404#: builtin/gc.c:411
8405#, c-format
8406msgid "See \"git help gc\" for manual housekeeping.\n"
8407msgstr "수동 관리 작업은 \"git help gc\" 내용을 참고하십시오.\n"
8408
8409#: builtin/gc.c:436
8410#, c-format
8411msgid ""
8412"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8413msgstr ""
8414"가비지컬렉터가 이미 '%s' 컴퓨터에서 %<PRIuMAX> PID로 실행 중입니다 (아니면 --"
8415"force를 사용하십시오)"
8416
8417#: builtin/gc.c:480
8418msgid ""
8419"There are too many unreachable loose objects; run 'git prune' to remove them."
8420msgstr ""
8421"느슨한 오브젝트가 너무 많습니다. 제거하려면 'git prune'을 실행하십시오."
8422
8423#: builtin/grep.c:27
8424msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8425msgstr "git grep [<옵션>] [-e] <패턴> [<리비전>...] [[--] <경로>...]"
8426
8427#: builtin/grep.c:235
8428#, c-format
8429msgid "grep: failed to create thread: %s"
8430msgstr "grep: 스레드를 만드는데 실패했습니다: %s"
8431
8432#: builtin/grep.c:293
8433#, c-format
8434msgid "invalid number of threads specified (%d) for %s"
8435msgstr "잘못된 스레드 수를 %2$s에 대해 지정했습니다 (%1$d)"
8436
8437#. TRANSLATORS: %s is the configuration
8438#. variable for tweaking threads, currently
8439#. grep.threads
8440#.
8441#: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:1692
8442#, c-format
8443msgid "no threads support, ignoring %s"
8444msgstr "스레드 기능이 없습니다. %s 무시"
8445
8446#: builtin/grep.c:788 builtin/grep.c:829
8447#, c-format
8448msgid "unable to read tree (%s)"
8449msgstr "트리를 읽을 수 없습니다 (%s)"
8450
8451#: builtin/grep.c:848
8452#, c-format
8453msgid "unable to grep from object of type %s"
8454msgstr "종류가 %s인 오브젝트에서 grep을 할 수 없습니다"
8455
8456#: builtin/grep.c:912
8457#, c-format
8458msgid "switch `%c' expects a numerical value"
8459msgstr "`%c' 옵션에는 숫자 값이 와야 합니다"
8460
8461#: builtin/grep.c:999
8462msgid "search in index instead of in the work tree"
8463msgstr "작업 폴더 대신에 인덱스에서 검색합니다"
8464
8465#: builtin/grep.c:1001
8466msgid "find in contents not managed by git"
8467msgstr "깃으로 관리하지 않은 내용에서 찾습니다"
8468
8469#: builtin/grep.c:1003
8470msgid "search in both tracked and untracked files"
8471msgstr "추적되는 파일과 추적되지 않는 파일 모두에서 검색합니다"
8472
8473#: builtin/grep.c:1005
8474msgid "ignore files specified via '.gitignore'"
8475msgstr "'.gitignore'로 지정한 파일을 무시합니다"
8476
8477#: builtin/grep.c:1007
8478msgid "recursively search in each submodule"
8479msgstr "각 하위 모듈에 재귀적으로 검색합니다"
8480
8481#: builtin/grep.c:1009
8482msgid "basename"
8483msgstr "베이스이름"
8484
8485#: builtin/grep.c:1010
8486msgid "prepend parent project's basename to output"
8487msgstr "프로젝트의 베이스일므을 출력 앞에 붙입니다"
8488
8489#: builtin/grep.c:1013
8490msgid "show non-matching lines"
8491msgstr "일치하지 않는 줄을 표시합니다"
8492
8493#: builtin/grep.c:1015
8494msgid "case insensitive matching"
8495msgstr "대소문자 구별하지 않고 비교합니다"
8496
8497#: builtin/grep.c:1017
8498msgid "match patterns only at word boundaries"
8499msgstr "단어 경계 부분에 대해서만 패턴을 맞춥니다"
8500
8501#: builtin/grep.c:1019
8502msgid "process binary files as text"
8503msgstr "바이너리 파일을 텍스트로 처리합니다"
8504
8505#: builtin/grep.c:1021
8506msgid "don't match patterns in binary files"
8507msgstr "바이너리 파일에서 패턴을 맞추지 않습니다"
8508
8509#: builtin/grep.c:1024
8510msgid "process binary files with textconv filters"
8511msgstr "textconv 필터를 사용해 바이너리 파일을 처리합니다"
8512
8513#: builtin/grep.c:1026
8514msgid "descend at most <depth> levels"
8515msgstr "최대 <깊이> 단계만큼 내려갑니다"
8516
8517#: builtin/grep.c:1030
8518msgid "use extended POSIX regular expressions"
8519msgstr "POSIX 확장 정규식을 사용합니다"
8520
8521#: builtin/grep.c:1033
8522msgid "use basic POSIX regular expressions (default)"
8523msgstr "기본 POSIX 정규식을 사용합니다 (기본값)"
8524
8525#: builtin/grep.c:1036
8526msgid "interpret patterns as fixed strings"
8527msgstr "패턴을 고정 문자열로 해석합니다"
8528
8529#: builtin/grep.c:1039
8530msgid "use Perl-compatible regular expressions"
8531msgstr "펄과 호환되는 정규식을 사용합니다"
8532
8533#: builtin/grep.c:1042
8534msgid "show line numbers"
8535msgstr "줄 번호를 표시합니다"
8536
8537#: builtin/grep.c:1043
8538msgid "don't show filenames"
8539msgstr "파일 이름을 표시하지 않습니다"
8540
8541#: builtin/grep.c:1044
8542msgid "show filenames"
8543msgstr "파일 이름을 표시합니다"
8544
8545#: builtin/grep.c:1046
8546msgid "show filenames relative to top directory"
8547msgstr "파일 이름을 최상위 디렉터리 상대 경로로 표시합니다"
8548
8549#: builtin/grep.c:1048
8550msgid "show only filenames instead of matching lines"
8551msgstr "일치하는 줄을 표시하지 않고 파일 이름만 표시합니다"
8552
8553#: builtin/grep.c:1050
8554msgid "synonym for --files-with-matches"
8555msgstr "--files-with-matches 옵션과 동일"
8556
8557#: builtin/grep.c:1053
8558msgid "show only the names of files without match"
8559msgstr "일치하지 않는 파일의 이름만 표시합니다"
8560
8561#: builtin/grep.c:1055
8562msgid "print NUL after filenames"
8563msgstr "파일 이름 다음에 NUL을 출력합니다"
8564
8565#: builtin/grep.c:1057
8566msgid "show the number of matches instead of matching lines"
8567msgstr "일치하는 줄을 표시하지 않고 일치하는 수를 표시합니다"
8568
8569#: builtin/grep.c:1058
8570msgid "highlight matches"
8571msgstr "일치하는 부분을 강조합니다"
8572
8573#: builtin/grep.c:1060
8574msgid "print empty line between matches from different files"
8575msgstr "다른 파일 사이에 일치하는 부분의 사이에 빈 줄을 출력합니다"
8576
8577#: builtin/grep.c:1062
8578msgid "show filename only once above matches from same file"
8579msgstr "같은 파일에서 여러 개가 일치하면 파일 이름을 한 번만 표시합니다"
8580
8581#: builtin/grep.c:1065
8582msgid "show <n> context lines before and after matches"
8583msgstr "일치하는 부분 앞뒤에 컨텍스트를 <n>줄 표시합니다"
8584
8585#: builtin/grep.c:1068
8586msgid "show <n> context lines before matches"
8587msgstr "일치하는 부분 앞에 컨텍스트를 <n>줄 표시합니다"
8588
8589#: builtin/grep.c:1070
8590msgid "show <n> context lines after matches"
8591msgstr "일치하는 부분 뒤에 컨텍스트를 <n>줄 표시합니다"
8592
8593#: builtin/grep.c:1072
8594msgid "use <n> worker threads"
8595msgstr "<n>개의 작업 스레드를 사용합니다"
8596
8597#: builtin/grep.c:1073
8598msgid "shortcut for -C NUM"
8599msgstr "-C NUM 옵션의 줄임"
8600
8601#: builtin/grep.c:1076
8602msgid "show a line with the function name before matches"
8603msgstr "일치 항목 앞에 함수 이름 줄을 표시합니다"
8604
8605#: builtin/grep.c:1078
8606msgid "show the surrounding function"
8607msgstr "들어 있는 함수를 표시합니다"
8608
8609#: builtin/grep.c:1081
8610msgid "read patterns from file"
8611msgstr "파일에서 패턴을 읽습니다"
8612
8613#: builtin/grep.c:1083
8614msgid "match <pattern>"
8615msgstr "<패턴>과 일치"
8616
8617#: builtin/grep.c:1085
8618msgid "combine patterns specified with -e"
8619msgstr "-e 옵션으로 지정한 패턴을 결합합니다"
8620
8621#: builtin/grep.c:1097
8622msgid "indicate hit with exit status without output"
8623msgstr "출력하지 않고 일치하는 항목을 exit() 상태 번호로 리턴합니다"
8624
8625#: builtin/grep.c:1099
8626msgid "show only matches from files that match all patterns"
8627msgstr "모든 패턴과 일치하는 파일의 일치하는 부분만 표시합니다"
8628
8629#: builtin/grep.c:1101
8630msgid "show parse tree for grep expression"
8631msgstr "grep 표현식에 대한 파싱 트리를 표시합니다"
8632
8633#: builtin/grep.c:1105
8634msgid "pager"
8635msgstr "페이저"
8636
8637#: builtin/grep.c:1105
8638msgid "show matching files in the pager"
8639msgstr "일치하는 파일을 페이저 프로그램에서 표시합니다"
8640
8641#: builtin/grep.c:1108
8642msgid "allow calling of grep(1) (ignored by this build)"
8643msgstr "grep(1) 실행을 허용합니다 (이 빌드에서는 무시)"
8644
8645#: builtin/grep.c:1172
8646msgid "no pattern given."
8647msgstr "패턴을 지정하지 않았습니다."
8648
8649#: builtin/grep.c:1204
8650msgid "--no-index or --untracked cannot be used with revs"
8651msgstr "--no-index 또는 --untracked 옵션은 리비전과 같이 쓸 수 없습니다"
8652
8653#: builtin/grep.c:1211
8654#, c-format
8655msgid "unable to resolve revision: %s"
8656msgstr "리비전을 찾아낼 수 없습니다: %s"
8657
8658#: builtin/grep.c:1245 builtin/index-pack.c:1490
8659#, c-format
8660msgid "invalid number of threads specified (%d)"
8661msgstr "잘못된 스레드 수를 지정했습니다 (%d)"
8662
8663#: builtin/grep.c:1250
8664msgid "no threads support, ignoring --threads"
8665msgstr "스레드 기능이 없습니다. --threads 옵션 무시"
8666
8667#: builtin/grep.c:1281
8668msgid "--open-files-in-pager only works on the worktree"
8669msgstr "--open-files-in-pager 옵션은 작업 폴더에서만 동작합니다"
8670
8671#: builtin/grep.c:1304
8672msgid "option not supported with --recurse-submodules."
8673msgstr "--recurse-submodules와 같이 지원하지 않는 옵션입니다."
8674
8675#: builtin/grep.c:1310
8676msgid "--cached or --untracked cannot be used with --no-index."
8677msgstr ""
8678"--cached 또는 --untracked 옵션은 --no-index 옵션과 같이 쓸 수 없습니다."
8679
8680#: builtin/grep.c:1316
8681msgid "--[no-]exclude-standard cannot be used for tracked contents."
8682msgstr "--[no-]exclude-standard 옵션은 추적되는 내용에 대해 쓸 수 없습니다."
8683
8684#: builtin/grep.c:1324
8685msgid "both --cached and trees are given."
8686msgstr "--cached 옵션과 트리를 모두 지정했습니다."
8687
8688#: builtin/hash-object.c:82
8689msgid ""
8690"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8691"[--] <file>..."
8692msgstr ""
8693"git hash-object [-t <종류>] [-w] [--path=<파일> | --no-filters] [--stdin] "
8694"[--] <파일>..."
8695
8696#: builtin/hash-object.c:83
8697msgid "git hash-object  --stdin-paths"
8698msgstr "git hash-object  --stdin-paths"
8699
8700#: builtin/hash-object.c:95
8701msgid "type"
8702msgstr "종류"
8703
8704#: builtin/hash-object.c:95
8705msgid "object type"
8706msgstr "오브젝트 종류"
8707
8708#: builtin/hash-object.c:96
8709msgid "write the object into the object database"
8710msgstr "오브젝트를 오브젝트 데이터베이스로 씁니다"
8711
8712#: builtin/hash-object.c:98
8713msgid "read the object from stdin"
8714msgstr "표준 입력에서 오브젝트를 읽습니다"
8715
8716#: builtin/hash-object.c:100
8717msgid "store file as is without filters"
8718msgstr "파일을 필터 없이 그대로 저장합니다"
8719
8720#: builtin/hash-object.c:101
8721msgid ""
8722"just hash any random garbage to create corrupt objects for debugging Git"
8723msgstr "임의의 쓰레기 데이터를 해시해 손상된 오브젝트를 만듭니다 (디버깅용)"
8724
8725#: builtin/hash-object.c:102
8726msgid "process file as it were from this path"
8727msgstr "파일이 이 경로에서 온 것처럼 처리합니다"
8728
8729#: builtin/help.c:43
8730msgid "print all available commands"
8731msgstr "사용 가능한 모든 명령의 목록을 표시합니다"
8732
8733#: builtin/help.c:44
8734msgid "exclude guides"
8735msgstr "설명서 제외"
8736
8737#: builtin/help.c:45
8738msgid "print list of useful guides"
8739msgstr "유용한 안내서 목록을 표시합니다"
8740
8741#: builtin/help.c:46
8742msgid "show man page"
8743msgstr "맨 페이지를 표시합니다"
8744
8745#: builtin/help.c:47
8746msgid "show manual in web browser"
8747msgstr "웹 브라우저에서 설명서를 표시합니다"
8748
8749#: builtin/help.c:49
8750msgid "show info page"
8751msgstr "인포 페이지를 표시합니다"
8752
8753#: builtin/help.c:55
8754msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8755msgstr "git help [--all] [--guides] [--man | --web | --info] [<명령>]"
8756
8757#: builtin/help.c:67
8758#, c-format
8759msgid "unrecognized help format '%s'"
8760msgstr "'%s' 도움말 포맷을 인식할 수 없습니다"
8761
8762#: builtin/help.c:94
8763msgid "Failed to start emacsclient."
8764msgstr "emacsclient 시작에 실패했습니다."
8765
8766#: builtin/help.c:107
8767msgid "Failed to parse emacsclient version."
8768msgstr "emacsclient 버전 파싱에 실패했습니다."
8769
8770#: builtin/help.c:115
8771#, c-format
8772msgid "emacsclient version '%d' too old (< 22)."
8773msgstr "emacsclient '%d' 버전은 너무 과거 (< 22) 버전입니다."
8774
8775#: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:171
8776#, c-format
8777msgid "failed to exec '%s'"
8778msgstr "실행 실패: '%s'"
8779
8780#: builtin/help.c:208
8781#, c-format
8782msgid ""
8783"'%s': path for unsupported man viewer.\n"
8784"Please consider using 'man.<tool>.cmd' instead."
8785msgstr ""
8786"'%s': 지원하지 않는 맨 페이지 보기 프로그램 경로.\n"
8787"대신에 'man.<도구>.cmd' 옵션을 사용해 보십시오."
8788
8789#: builtin/help.c:220
8790#, c-format
8791msgid ""
8792"'%s': cmd for supported man viewer.\n"
8793"Please consider using 'man.<tool>.path' instead."
8794msgstr ""
8795"'%s': 지원하지 않는 맨 페이지 보기 프로그램 명령.\n"
8796"대신에 'man.<도구>.path' 옵션을 사용해 보십시오."
8797
8798#: builtin/help.c:337
8799#, c-format
8800msgid "'%s': unknown man viewer."
8801msgstr "'%s': 알 수 없는 맨 페이지 보기 프로그램."
8802
8803#: builtin/help.c:354
8804msgid "no man viewer handled the request"
8805msgstr "요청을 처리한 맨 페이지 보기 프로그램이 없습니다"
8806
8807#: builtin/help.c:362
8808msgid "no info viewer handled the request"
8809msgstr "요청을 처리한 인포 페이지 보기 프로그램이 없습니다"
8810
8811#: builtin/help.c:404
8812msgid "Defining attributes per path"
8813msgstr "경로마다 속성 정의하기"
8814
8815#: builtin/help.c:405
8816msgid "Everyday Git With 20 Commands Or So"
8817msgstr "매일매일 사용하는 20개 내외의 깃 명령"
8818
8819#: builtin/help.c:406
8820msgid "A Git glossary"
8821msgstr "깃 용어 사전"
8822
8823#: builtin/help.c:407
8824msgid "Specifies intentionally untracked files to ignore"
8825msgstr "의도적으로 추적하지 않는 파일을 무시하게 지정하기"
8826
8827#: builtin/help.c:408
8828msgid "Defining submodule properties"
8829msgstr "하위 모듈 속성 정의하기"
8830
8831#: builtin/help.c:409
8832msgid "Specifying revisions and ranges for Git"
8833msgstr "깃의 리비전 및 범위를 지정하기"
8834
8835#: builtin/help.c:410
8836msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8837msgstr "깃 따라하기 안내서 (버전 1.5.1 이후)"
8838
8839#: builtin/help.c:411
8840msgid "An overview of recommended workflows with Git"
8841msgstr "추천하는 깃 활용 작업 순서의 개요"
8842
8843#: builtin/help.c:423
8844msgid "The common Git guides are:\n"
8845msgstr "자주 사용하는 깃 안내서는 다음과 같습니다:\n"
8846
8847#: builtin/help.c:441
8848#, c-format
8849msgid "`git %s' is aliased to `%s'"
8850msgstr "`git %s' 명령은 `%s' 명령의 단축입니다"
8851
8852#: builtin/help.c:463 builtin/help.c:480
8853#, c-format
8854msgid "usage: %s%s"
8855msgstr "사용법: %s%s"
8856
8857#: builtin/index-pack.c:155
8858#, c-format
8859msgid "unable to open %s"
8860msgstr "%s을(를) 열 수 없습니다"
8861
8862#: builtin/index-pack.c:205
8863#, c-format
8864msgid "object type mismatch at %s"
8865msgstr "오브젝트 종류가 맞지 않습니다 (%s)"
8866
8867#: builtin/index-pack.c:225
8868#, c-format
8869msgid "did not receive expected object %s"
8870msgstr "예상한 %s 오브젝트를 받지 않았습니다"
8871
8872#: builtin/index-pack.c:228
8873#, c-format
8874msgid "object %s: expected type %s, found %s"
8875msgstr "%s 오브젝트: 예상한 종류 %s, 실제 %s"
8876
8877#: builtin/index-pack.c:270
8878#, c-format
8879msgid "cannot fill %d byte"
8880msgid_plural "cannot fill %d bytes"
8881msgstr[0] "%d 바이트를 채울 수 없습니다"
8882
8883#: builtin/index-pack.c:280
8884msgid "early EOF"
8885msgstr "너무 빨리 파일이 끝남"
8886
8887#: builtin/index-pack.c:281
8888msgid "read error on input"
8889msgstr "입력에 읽기 오류"
8890
8891#: builtin/index-pack.c:293
8892msgid "used more bytes than were available"
8893msgstr "있는 바이트보다 더 많이 사용합니다"
8894
8895#: builtin/index-pack.c:300
8896msgid "pack too large for current definition of off_t"
8897msgstr "현재 정의된 off_t에 비해 묶음이 너무 큽니다"
8898
8899#: builtin/index-pack.c:303 builtin/unpack-objects.c:93
8900msgid "pack exceeds maximum allowed size"
8901msgstr "묶음 크기가 최대 허용 크기를 넘었습니다"
8902
8903#: builtin/index-pack.c:318
8904#, c-format
8905msgid "unable to create '%s'"
8906msgstr "'%s'을(를) 만들 수 없습니다"
8907
8908#: builtin/index-pack.c:324
8909#, c-format
8910msgid "cannot open packfile '%s'"
8911msgstr "'%s' 묶음 파일을 열 수 없습니다"
8912
8913#: builtin/index-pack.c:338
8914msgid "pack signature mismatch"
8915msgstr "묶음 서명이 맞지 않습니다"
8916
8917#: builtin/index-pack.c:340
8918#, c-format
8919msgid "pack version %<PRIu32> unsupported"
8920msgstr "묶음의 %<PRIu32> 버전을 지원하지 않습니다"
8921
8922#: builtin/index-pack.c:358
8923#, c-format
8924msgid "pack has bad object at offset %<PRIuMAX>: %s"
8925msgstr "묶음의 %<PRIuMAX> 오프셋에 잘못된 오브젝트가 있습니다: %s"
8926
8927#: builtin/index-pack.c:479
8928#, c-format
8929msgid "inflate returned %d"
8930msgstr "inflate가 %d번을 리턴했습니다"
8931
8932#: builtin/index-pack.c:528
8933msgid "offset value overflow for delta base object"
8934msgstr "델타 베이스 오브젝트에 대해 오프셋 값이 오버플로우"
8935
8936#: builtin/index-pack.c:536
8937msgid "delta base offset is out of bound"
8938msgstr "델타 베이스 오프셋이 범위를 벗어났습니다"
8939
8940#: builtin/index-pack.c:544
8941#, c-format
8942msgid "unknown object type %d"
8943msgstr "알 수 없는 오브젝트 종류 %d번"
8944
8945#: builtin/index-pack.c:575
8946msgid "cannot pread pack file"
8947msgstr "묶음 파일에 대해 pread를 할 수 없습니다"
8948
8949#: builtin/index-pack.c:577
8950#, c-format
8951msgid "premature end of pack file, %<PRIuMAX> byte missing"
8952msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8953msgstr[0] "묶음 파일이 너무 일찍 끝남. %<PRIuMAX> 바이트 부족"
8954
8955#: builtin/index-pack.c:603
8956msgid "serious inflate inconsistency"
8957msgstr "심각한 inflate 부조화"
8958
8959#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8960#: builtin/index-pack.c:816 builtin/index-pack.c:825
8961#, c-format
8962msgid "SHA1 COLLISION FOUND WITH %s !"
8963msgstr "SHA1 충돌이 %s에서 발견되었습니다!"
8964
8965#: builtin/index-pack.c:751 builtin/pack-objects.c:167
8966#: builtin/pack-objects.c:261
8967#, c-format
8968msgid "unable to read %s"
8969msgstr "%s을(를) 읽을 수 없습니다"
8970
8971#: builtin/index-pack.c:814
8972#, c-format
8973msgid "cannot read existing object info %s"
8974msgstr "기존 %s 오브젝트 정보를 읽을 수 없습니다"
8975
8976#: builtin/index-pack.c:822
8977#, c-format
8978msgid "cannot read existing object %s"
8979msgstr "기존 %s 오브젝트를 읽을 수 없습니다"
8980
8981#: builtin/index-pack.c:836
8982#, c-format
8983msgid "invalid blob object %s"
8984msgstr "잘못된 블롭 오브젝트 %s"
8985
8986#: builtin/index-pack.c:851
8987#, c-format
8988msgid "invalid %s"
8989msgstr "잘못된 %s"
8990
8991#: builtin/index-pack.c:854
8992msgid "Error in object"
8993msgstr "오브젝트에 오류"
8994
8995#: builtin/index-pack.c:856
8996#, c-format
8997msgid "Not all child objects of %s are reachable"
8998msgstr "%s의 모든 하위 오브젝트에 접근할 수 없습니다"
8999
9000#: builtin/index-pack.c:928 builtin/index-pack.c:959
9001msgid "failed to apply delta"
9002msgstr "델타를 적용하는데 실패했습니다"
9003
9004#: builtin/index-pack.c:1130
9005msgid "Receiving objects"
9006msgstr "오브젝트를 받는 중"
9007
9008#: builtin/index-pack.c:1130
9009msgid "Indexing objects"
9010msgstr "오브젝트 인덱스를 만드는 중"
9011
9012#: builtin/index-pack.c:1164
9013msgid "pack is corrupted (SHA1 mismatch)"
9014msgstr "묶음이 손상되었습니다 (SHA1 일치하지 않음)"
9015
9016#: builtin/index-pack.c:1169
9017msgid "cannot fstat packfile"
9018msgstr "묶음 파일에 대해 fstat()할 수 없습니다"
9019
9020#: builtin/index-pack.c:1172
9021msgid "pack has junk at the end"
9022msgstr "묶음의 끝에 쓰레기 데이터가 있습니다"
9023
9024#: builtin/index-pack.c:1184
9025msgid "confusion beyond insanity in parse_pack_objects()"
9026msgstr "parse_pack_objects()에서 극심한 혼란"
9027
9028#: builtin/index-pack.c:1207
9029msgid "Resolving deltas"
9030msgstr "델타를 알아내는 중"
9031
9032#: builtin/index-pack.c:1218
9033#, c-format
9034msgid "unable to create thread: %s"
9035msgstr "스레드를 만들 수 없습니다: %s"
9036
9037#: builtin/index-pack.c:1260
9038msgid "confusion beyond insanity"
9039msgstr "극심한 혼란"
9040
9041#: builtin/index-pack.c:1266
9042#, c-format
9043msgid "completed with %d local object"
9044msgid_plural "completed with %d local objects"
9045msgstr[0] "로컬 오브젝트 %d개 마침"
9046
9047#: builtin/index-pack.c:1278
9048#, c-format
9049msgid "Unexpected tail checksum for %s (disk corruption?)"
9050msgstr "%s에 대해 예상치 못한 테일 체크섬 (디스크 손상?)"
9051
9052#: builtin/index-pack.c:1282
9053#, c-format
9054msgid "pack has %d unresolved delta"
9055msgid_plural "pack has %d unresolved deltas"
9056msgstr[0] "묶음에 알아내지 못한 델타 %d개가 있습니다"
9057
9058#: builtin/index-pack.c:1306
9059#, c-format
9060msgid "unable to deflate appended object (%d)"
9061msgstr "추가한 오브젝트를 deflate할 수 없습니다 (%d)"
9062
9063#: builtin/index-pack.c:1382
9064#, c-format
9065msgid "local object %s is corrupt"
9066msgstr "%s 로컬 오브젝트가 손상되었습니다"
9067
9068#: builtin/index-pack.c:1408
9069msgid "error while closing pack file"
9070msgstr "묶음 파일을 닫는데 오류"
9071
9072#: builtin/index-pack.c:1420
9073#, c-format
9074msgid "cannot write keep file '%s'"
9075msgstr "'%s' 보존 파일을 쓸 수 없습니다"
9076
9077#: builtin/index-pack.c:1428
9078#, c-format
9079msgid "cannot close written keep file '%s'"
9080msgstr "쓴 '%s' 보존 파일을 닫지 못했습니다"
9081
9082#: builtin/index-pack.c:1438
9083msgid "cannot store pack file"
9084msgstr "묶음 파일을 저장할 수 없습니다"
9085
9086#: builtin/index-pack.c:1446
9087msgid "cannot store index file"
9088msgstr "인덱스 파일을 저장할 수 없습니다"
9089
9090#: builtin/index-pack.c:1484
9091#, c-format
9092msgid "bad pack.indexversion=%<PRIu32>"
9093msgstr "잘못된 pack.indexversion=%<PRIu32>"
9094
9095#: builtin/index-pack.c:1552
9096#, c-format
9097msgid "Cannot open existing pack file '%s'"
9098msgstr "기존 '%s' 묶음 파일을 열 수 없습니다"
9099
9100#: builtin/index-pack.c:1554
9101#, c-format
9102msgid "Cannot open existing pack idx file for '%s'"
9103msgstr "'%s'에 대한 기존 묶음 idx 파일을 열 수 없습니다"
9104
9105#: builtin/index-pack.c:1602
9106#, c-format
9107msgid "non delta: %d object"
9108msgid_plural "non delta: %d objects"
9109msgstr[0] "델타 아님: 오브젝트 %d개"
9110
9111#: builtin/index-pack.c:1609
9112#, c-format
9113msgid "chain length = %d: %lu object"
9114msgid_plural "chain length = %d: %lu objects"
9115msgstr[0] "체인 길이 = %d: 오브젝트 %lu개"
9116
9117#: builtin/index-pack.c:1622
9118#, c-format
9119msgid "packfile name '%s' does not end with '.pack'"
9120msgstr "'%s' 묶음파일 이름이 '.pack'으로 끝나지 않습니다"
9121
9122#: builtin/index-pack.c:1704 builtin/index-pack.c:1707
9123#: builtin/index-pack.c:1723 builtin/index-pack.c:1727
9124#, c-format
9125msgid "bad %s"
9126msgstr "잘못된 %s"
9127
9128#: builtin/index-pack.c:1743
9129msgid "--fix-thin cannot be used without --stdin"
9130msgstr "--fix-thin 옵션은 --stdin 옵션과 같이 쓸 수 없습니다"
9131
9132#: builtin/index-pack.c:1745
9133msgid "--stdin requires a git repository"
9134msgstr "--stdin 옵션은 깃 저장소가 필요합니다"
9135
9136#: builtin/index-pack.c:1753
9137msgid "--verify with no packfile name given"
9138msgstr "--verify 옵션에 묶음파일 이름을 지정하지 않았습니다"
9139
9140#: builtin/init-db.c:55
9141#, c-format
9142msgid "cannot stat '%s'"
9143msgstr "'%s'을(를) stat()할 수 없습니다"
9144
9145#: builtin/init-db.c:61
9146#, c-format
9147msgid "cannot stat template '%s'"
9148msgstr "'%s' 서식을 stat()할 수 없습니다"
9149
9150#: builtin/init-db.c:66
9151#, c-format
9152msgid "cannot opendir '%s'"
9153msgstr "'%s'을(를) opendir()할 수 없습니다"
9154
9155#: builtin/init-db.c:77
9156#, c-format
9157msgid "cannot readlink '%s'"
9158msgstr "'%s'을(를) readlink()할 수 없습니다"
9159
9160#: builtin/init-db.c:79
9161#, c-format
9162msgid "cannot symlink '%s' '%s'"
9163msgstr "'%s'을(를) '%s'에 symlink()할 수 없습니다"
9164
9165#: builtin/init-db.c:85
9166#, c-format
9167msgid "cannot copy '%s' to '%s'"
9168msgstr "'%s'을(를) '%s'에 복사할 수 없습니다"
9169
9170#: builtin/init-db.c:89
9171#, c-format
9172msgid "ignoring template %s"
9173msgstr "%s 서식을 무시합니다"
9174
9175#: builtin/init-db.c:120
9176#, c-format
9177msgid "templates not found %s"
9178msgstr "%s에 서식이 없습니다"
9179
9180#: builtin/init-db.c:135
9181#, c-format
9182msgid "not copying templates from '%s': %s"
9183msgstr "'%s'에서 서식을 복사하지 않습니다: %s"
9184
9185#: builtin/init-db.c:328
9186#, c-format
9187msgid "unable to handle file type %d"
9188msgstr "파일 종류 %d번을 처리할 수 없습니다"
9189
9190#: builtin/init-db.c:331
9191#, c-format
9192msgid "unable to move %s to %s"
9193msgstr "%s을(를) %s(으)로 옮길 수 없습니다"
9194
9195#: builtin/init-db.c:348 builtin/init-db.c:351
9196#, c-format
9197msgid "%s already exists"
9198msgstr "%s 파일이 이미 있습니다"
9199
9200#: builtin/init-db.c:404
9201#, c-format
9202msgid "Reinitialized existing shared Git repository in %s%s\n"
9203msgstr "%s%s 안의 기존 공유 깃 저장소를 다시 초기화했습니다\n"
9204
9205#: builtin/init-db.c:405
9206#, c-format
9207msgid "Reinitialized existing Git repository in %s%s\n"
9208msgstr "%s%s 안의 기존 깃 저장소를 다시 초기화했습니다\n"
9209
9210#: builtin/init-db.c:409
9211#, c-format
9212msgid "Initialized empty shared Git repository in %s%s\n"
9213msgstr "%s%s 안의 빈 공유 깃 저장소를 다시 초기화했습니다\n"
9214
9215#: builtin/init-db.c:410
9216#, c-format
9217msgid "Initialized empty Git repository in %s%s\n"
9218msgstr "%s%s 안의 빈 깃 저장소를 다시 초기화했습니다\n"
9219
9220#: builtin/init-db.c:458
9221msgid ""
9222"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9223"shared[=<permissions>]] [<directory>]"
9224msgstr ""
9225"git init [-q | --quiet] [--bare] [--template=<서식-디렉터리>] [--shared[=<권"
9226"한>]] [<디렉터리>]"
9227
9228#: builtin/init-db.c:481
9229msgid "permissions"
9230msgstr "권한"
9231
9232#: builtin/init-db.c:482
9233msgid "specify that the git repository is to be shared amongst several users"
9234msgstr "깃 저장소를 다른 사용자가 공유할 수 있게 지정"
9235
9236#: builtin/init-db.c:516 builtin/init-db.c:521
9237#, c-format
9238msgid "cannot mkdir %s"
9239msgstr "%s에 대해 mkdir를 할 수 없습니다"
9240
9241#: builtin/init-db.c:525
9242#, c-format
9243msgid "cannot chdir to %s"
9244msgstr "%s에 대해 chdir를 할 수 없습니다"
9245
9246#: builtin/init-db.c:546
9247#, c-format
9248msgid ""
9249"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9250"dir=<directory>)"
9251msgstr ""
9252"%s (또는 --work-tree=<디렉터리>) 허용되지 않음. %s (또는 --git-"
9253"dir=<directory>) 지정이 없으면"
9254
9255#: builtin/init-db.c:574
9256#, c-format
9257msgid "Cannot access work tree '%s'"
9258msgstr "작업 폴더 '%s'에 접근할 수 없습니다"
9259
9260#: builtin/interpret-trailers.c:15
9261msgid ""
9262"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9263"<token>[(=|:)<value>])...] [<file>...]"
9264msgstr ""
9265"git interpret-trailers [--in-place] [--trim-empty] [(--trailer <토큰>[(=|:)<"
9266"값>])...] [<파일>...]"
9267
9268#: builtin/interpret-trailers.c:26
9269msgid "edit files in place"
9270msgstr "파일을 직접 편집합니다"
9271
9272#: builtin/interpret-trailers.c:27
9273msgid "trim empty trailers"
9274msgstr "빈 트레일러를 잘라냅니다"
9275
9276#: builtin/interpret-trailers.c:28
9277msgid "trailer"
9278msgstr "트레일러"
9279
9280#: builtin/interpret-trailers.c:29
9281msgid "trailer(s) to add"
9282msgstr "추가할 트레일러"
9283
9284#: builtin/interpret-trailers.c:42
9285msgid "no input file given for in-place editing"
9286msgstr "파일 직접 편집에 입력 파일을 지정하지 않았습니다"
9287
9288#: builtin/log.c:45
9289msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9290msgstr "git log [<옵션>] [<리비전-범위>] [[--] <경로>...]"
9291
9292#: builtin/log.c:46
9293msgid "git show [<options>] <object>..."
9294msgstr "git show [<옵션>] <오브젝트>..."
9295
9296#: builtin/log.c:90
9297#, c-format
9298msgid "invalid --decorate option: %s"
9299msgstr "잘못된 --decorate 옵션: %s"
9300
9301#: builtin/log.c:147
9302msgid "suppress diff output"
9303msgstr "diff를 출력하지 않습니다"
9304
9305#: builtin/log.c:148
9306msgid "show source"
9307msgstr "소스를 표시합니다"
9308
9309#: builtin/log.c:149
9310msgid "Use mail map file"
9311msgstr "메일 맵 파일을 사용합니다"
9312
9313#: builtin/log.c:150
9314msgid "decorate options"
9315msgstr "꾸미기 옵션"
9316
9317#: builtin/log.c:153
9318msgid "Process line range n,m in file, counting from 1"
9319msgstr "파일에서 n,m 범위의 줄을 처리합니다 (1부터 시작)"
9320
9321#: builtin/log.c:249
9322#, c-format
9323msgid "Final output: %d %s\n"
9324msgstr "최종 출력: %d %s\n"
9325
9326#: builtin/log.c:497
9327#, c-format
9328msgid "git show %s: bad file"
9329msgstr "git show %s: 잘못된 파일"
9330
9331#: builtin/log.c:512 builtin/log.c:606
9332#, c-format
9333msgid "Could not read object %s"
9334msgstr "%s 오브젝트를 읽을 수 없습니다"
9335
9336#: builtin/log.c:630
9337#, c-format
9338msgid "Unknown type: %d"
9339msgstr "알 수 없는 종류: %d"
9340
9341#: builtin/log.c:751
9342msgid "format.headers without value"
9343msgstr "format.headers 설정에 값이 없음"
9344
9345#: builtin/log.c:852
9346msgid "name of output directory is too long"
9347msgstr "출력 디렉터리의 이름이 너무 깁니다"
9348
9349#: builtin/log.c:868
9350#, c-format
9351msgid "Cannot open patch file %s"
9352msgstr "%s 패치 파일을 열 수 없습니다"
9353
9354#: builtin/log.c:885
9355msgid "Need exactly one range."
9356msgstr "정확히 하나의 범위가 필요합니다."
9357
9358#: builtin/log.c:895
9359msgid "Not a range."
9360msgstr "범위가 아닙니다."
9361
9362#: builtin/log.c:1001
9363msgid "Cover letter needs email format"
9364msgstr "커버레터는 전자메일 형식이어야 합니다"
9365
9366#: builtin/log.c:1081
9367#, c-format
9368msgid "insane in-reply-to: %s"
9369msgstr "정신나간 in-reply-to 헤더: %s"
9370
9371#: builtin/log.c:1108
9372msgid "git format-patch [<options>] [<since> | <revision-range>]"
9373msgstr "git format-patch [<옵션>] [<시작시각> | <리비전-범위>]"
9374
9375#: builtin/log.c:1158
9376msgid "Two output directories?"
9377msgstr "출력 디렉터리가 두개?"
9378
9379#: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:1922
9380#, c-format
9381msgid "Unknown commit %s"
9382msgstr "알 수 없는 커밋 %s"
9383
9384#: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:533
9385#, c-format
9386msgid "Failed to resolve '%s' as a valid ref."
9387msgstr "'%s'을(를) 올바른 레퍼런스로 알아내는데 실패했습니다."
9388
9389#: builtin/log.c:1280
9390msgid "Could not find exact merge base."
9391msgstr "정확한 병합 기준점을 찾을 수 없습니다."
9392
9393#: builtin/log.c:1284
9394msgid ""
9395"Failed to get upstream, if you want to record base commit automatically,\n"
9396"please use git branch --set-upstream-to to track a remote branch.\n"
9397"Or you could specify base commit by --base=<base-commit-id> manually."
9398msgstr ""
9399"업스트림을 가져오는데 실패했습니다. 베이스 커밋을 자동으로 기록하려면,\n"
9400"'git branch --set-upstream-to' 명령으로 원격 브랜치를 추적하십시오.\n"
9401"아니면 직접 '--base=<기준점-커밋-ID>' 옵션으로 기준점 커밋을 지정할\n"
9402"수도 있습니다."
9403
9404#: builtin/log.c:1304
9405msgid "Failed to find exact merge base"
9406msgstr "정확한 병합 기준점을 찾는데 실패했습니다"
9407
9408#: builtin/log.c:1315
9409msgid "base commit should be the ancestor of revision list"
9410msgstr "기준점 커밋은 리비전 목록의 상위 커밋이어야 합니다"
9411
9412#: builtin/log.c:1319
9413msgid "base commit shouldn't be in revision list"
9414msgstr "기준점 커밋은 리비전 목록에 들어 있으면 안 됩니다"
9415
9416#: builtin/log.c:1368
9417msgid "cannot get patch id"
9418msgstr "패치 ID를 알아낼 수 없습니다"
9419
9420#: builtin/log.c:1425
9421msgid "use [PATCH n/m] even with a single patch"
9422msgstr "하나의 패치에 대해서도 [PATCh n/m]을 붙입니다"
9423
9424#: builtin/log.c:1428
9425msgid "use [PATCH] even with multiple patches"
9426msgstr "여러 개 패치에 대해서도 [PATCH]를 붙입니다"
9427
9428#: builtin/log.c:1432
9429msgid "print patches to standard out"
9430msgstr "패치를 표준 출력으로 표시합니다"
9431
9432#: builtin/log.c:1434
9433msgid "generate a cover letter"
9434msgstr "커버레터를 만듭니다"
9435
9436#: builtin/log.c:1436
9437msgid "use simple number sequence for output file names"
9438msgstr "출력 파일 이름에 간단한 일련 번호를 사용합니다"
9439
9440#: builtin/log.c:1437
9441msgid "sfx"
9442msgstr "확장자"
9443
9444#: builtin/log.c:1438
9445msgid "use <sfx> instead of '.patch'"
9446msgstr "'.patch' 대신 <확장자>를 사용합니다"
9447
9448#: builtin/log.c:1440
9449msgid "start numbering patches at <n> instead of 1"
9450msgstr "패치 번호를 1 대신 <n>에서 시작합니다"
9451
9452#: builtin/log.c:1442
9453msgid "mark the series as Nth re-roll"
9454msgstr "시리즈를 N번째 re-roll로 표시합니다"
9455
9456#: builtin/log.c:1444
9457msgid "Use [RFC PATCH] instead of [PATCH]"
9458msgstr "[PATCH] 대신 [RFC PATCH]를 사용합니다"
9459
9460#: builtin/log.c:1447
9461msgid "Use [<prefix>] instead of [PATCH]"
9462msgstr "[PATCH] 대신 [<접두어>]를 사용합니다"
9463
9464#: builtin/log.c:1450
9465msgid "store resulting files in <dir>"
9466msgstr "결과 파일을 <디렉터리>에 저장합니다"
9467
9468#: builtin/log.c:1453
9469msgid "don't strip/add [PATCH]"
9470msgstr "[PATCH]를 자르거나 추가하지 않습니다"
9471
9472#: builtin/log.c:1456
9473msgid "don't output binary diffs"
9474msgstr "바이너리 diff를 만들지 않습니다"
9475
9476#: builtin/log.c:1458
9477msgid "output all-zero hash in From header"
9478msgstr "From 헤더에서 모두 0인 해시를 출력합니다"
9479
9480#: builtin/log.c:1460
9481msgid "don't include a patch matching a commit upstream"
9482msgstr "업스트림에 있는 패치를 포함하지 않습니다"
9483
9484#: builtin/log.c:1462
9485msgid "show patch format instead of default (patch + stat)"
9486msgstr "기본값 (패치 + 통계) 대신 패치 형식을 표시합니다"
9487
9488#: builtin/log.c:1464
9489msgid "Messaging"
9490msgstr "메시징"
9491
9492#: builtin/log.c:1465
9493msgid "header"
9494msgstr "헤더"
9495
9496#: builtin/log.c:1466
9497msgid "add email header"
9498msgstr "전자메일 헤더"
9499
9500#: builtin/log.c:1467 builtin/log.c:1469
9501msgid "email"
9502msgstr "전자메일"
9503
9504#: builtin/log.c:1467
9505msgid "add To: header"
9506msgstr "To: 헤더를 추가합니다"
9507
9508#: builtin/log.c:1469
9509msgid "add Cc: header"
9510msgstr "Cc: 헤더를 추가합니다"
9511
9512#: builtin/log.c:1471
9513msgid "ident"
9514msgstr "신원"
9515
9516#: builtin/log.c:1472
9517msgid "set From address to <ident> (or committer ident if absent)"
9518msgstr "<신원>에서 From 주소를 설정합니다 (없으면 커미터 주소 신원 사용)"
9519
9520#: builtin/log.c:1474
9521msgid "message-id"
9522msgstr "메시지-ID"
9523
9524#: builtin/log.c:1475
9525msgid "make first mail a reply to <message-id>"
9526msgstr "첫 메일을 <메시지-ID>에 대한 답장 메일로 만듭니다"
9527
9528#: builtin/log.c:1476 builtin/log.c:1479
9529msgid "boundary"
9530msgstr "경계"
9531
9532#: builtin/log.c:1477
9533msgid "attach the patch"
9534msgstr "패치를 첨부합니다"
9535
9536#: builtin/log.c:1480
9537msgid "inline the patch"
9538msgstr "패치를 본문에 포함합니다"
9539
9540#: builtin/log.c:1484
9541msgid "enable message threading, styles: shallow, deep"
9542msgstr "메시지에 스레드를 사용, 스타일: shallow, deep"
9543
9544#: builtin/log.c:1486
9545msgid "signature"
9546msgstr "서명"
9547
9548#: builtin/log.c:1487
9549msgid "add a signature"
9550msgstr "서명을 추가합니다"
9551
9552#: builtin/log.c:1488
9553msgid "base-commit"
9554msgstr "베이스-커밋"
9555
9556#: builtin/log.c:1489
9557msgid "add prerequisite tree info to the patch series"
9558msgstr "전제조건 트리 정보를 패치 시리즈에 추가합니다"
9559
9560#: builtin/log.c:1491
9561msgid "add a signature from a file"
9562msgstr "파일에서 서명을 추가합니다"
9563
9564#: builtin/log.c:1492
9565msgid "don't print the patch filenames"
9566msgstr "패치 파일 이름을 표시하지 않습니다"
9567
9568#: builtin/log.c:1567
9569#, c-format
9570msgid "invalid ident line: %s"
9571msgstr "잘못된 신원 줄: %s"
9572
9573#: builtin/log.c:1582
9574msgid "-n and -k are mutually exclusive."
9575msgstr "-n 및 -k 옵션은 하나만 써야 합니다."
9576
9577#: builtin/log.c:1584
9578msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9579msgstr "--subject-prefix/--rfc 및 -k 옵션은 하나만 써야 합니다."
9580
9581#: builtin/log.c:1592
9582msgid "--name-only does not make sense"
9583msgstr "--name-only 옵션은 앞뒤가 맞지 않습니다"
9584
9585#: builtin/log.c:1594
9586msgid "--name-status does not make sense"
9587msgstr "--name-status 옵션은 앞뒤가 맞지 않습니다"
9588
9589#: builtin/log.c:1596
9590msgid "--check does not make sense"
9591msgstr "--check 옵션은 앞뒤가 맞지 않습니다"
9592
9593#: builtin/log.c:1626
9594msgid "standard output, or directory, which one?"
9595msgstr "표준 출력이나 디렉터리 중에 하나만 지정해야 합니다."
9596
9597#: builtin/log.c:1628
9598#, c-format
9599msgid "Could not create directory '%s'"
9600msgstr "'%s' 디렉터리를 만들 수 없습니다"
9601
9602#: builtin/log.c:1722
9603#, c-format
9604msgid "unable to read signature file '%s'"
9605msgstr "'%s' 서명 파일을 읽을 수 없습니다"
9606
9607#: builtin/log.c:1794
9608msgid "Failed to create output files"
9609msgstr "출력 파일을 만드는데 실패했습니다"
9610
9611#: builtin/log.c:1843
9612msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9613msgstr "git cherry [-v] [<업스트림> [<헤드> [<한계값>]]]"
9614
9615#: builtin/log.c:1897
9616#, c-format
9617msgid ""
9618"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9619msgstr ""
9620"추적되는 리모트 브랜치를 찾을 수 없습니다. <업스트림>을 수동으로 지정하십시"
9621"오.\n"
9622
9623#: builtin/ls-files.c:468
9624msgid "git ls-files [<options>] [<file>...]"
9625msgstr "git ls-files [<옵션>] [<파일>...]"
9626
9627#: builtin/ls-files.c:517
9628msgid "identify the file status with tags"
9629msgstr "파일 상태를 태그와 같이 표시합니다"
9630
9631#: builtin/ls-files.c:519
9632msgid "use lowercase letters for 'assume unchanged' files"
9633msgstr "'변경되지 않았다고 가정' 파일에 소문자를 사용합니다"
9634
9635#: builtin/ls-files.c:521
9636msgid "show cached files in the output (default)"
9637msgstr "출력에 캐시된 파일을 표시합니다 (기본값)"
9638
9639#: builtin/ls-files.c:523
9640msgid "show deleted files in the output"
9641msgstr "출력에 삭제된 파일을 표시합니다"
9642
9643#: builtin/ls-files.c:525
9644msgid "show modified files in the output"
9645msgstr "출력에 수정된 파일을 표시합니다"
9646
9647#: builtin/ls-files.c:527
9648msgid "show other files in the output"
9649msgstr "출력에 기타 파일을 표시합니다"
9650
9651#: builtin/ls-files.c:529
9652msgid "show ignored files in the output"
9653msgstr "출력에 무시된 파일을 표시합니다"
9654
9655#: builtin/ls-files.c:532
9656msgid "show staged contents' object name in the output"
9657msgstr "출력에 커밋 표시된 내용의 오브젝트 이름을 표시합니다"
9658
9659#: builtin/ls-files.c:534
9660msgid "show files on the filesystem that need to be removed"
9661msgstr "파일 시스템에서 제거해야 하는 파일을 표시합니다"
9662
9663#: builtin/ls-files.c:536
9664msgid "show 'other' directories' names only"
9665msgstr "기타 디렉터리의 이름만 표시합니다"
9666
9667#: builtin/ls-files.c:538
9668msgid "show line endings of files"
9669msgstr "파일의 줄 끝을 표시합니다"
9670
9671#: builtin/ls-files.c:540
9672msgid "don't show empty directories"
9673msgstr "빈 디렉터리 표시하지 않기"
9674
9675#: builtin/ls-files.c:543
9676msgid "show unmerged files in the output"
9677msgstr "출력에 병합하지 않은 파일을 표시합니다"
9678
9679#: builtin/ls-files.c:545
9680msgid "show resolve-undo information"
9681msgstr "resolve-undo 정보를 표시합니다"
9682
9683#: builtin/ls-files.c:547
9684msgid "skip files matching pattern"
9685msgstr "패턴에 일치하는 파일을 건너뜁니다"
9686
9687#: builtin/ls-files.c:550
9688msgid "exclude patterns are read from <file>"
9689msgstr "제외할 패턴을 <파일>에서 읽습니다"
9690
9691#: builtin/ls-files.c:553
9692msgid "read additional per-directory exclude patterns in <file>"
9693msgstr "<파일>에서 추가적인 디렉터리별 제외 패턴을 읽습니다"
9694
9695#: builtin/ls-files.c:555
9696msgid "add the standard git exclusions"
9697msgstr "표준 깃 제외 패턴을 추가합니다"
9698
9699#: builtin/ls-files.c:558
9700msgid "make the output relative to the project top directory"
9701msgstr "최상위 디렉터리 상대 경로로 출력합니다"
9702
9703#: builtin/ls-files.c:561
9704msgid "recurse through submodules"
9705msgstr "하위 모듈에 재귀적으로 적용"
9706
9707#: builtin/ls-files.c:563
9708msgid "if any <file> is not in the index, treat this as an error"
9709msgstr "<파일>이 인덱스 안에 없으면 오류로 취급합니다"
9710
9711#: builtin/ls-files.c:564
9712msgid "tree-ish"
9713msgstr "트리-따위"
9714
9715#: builtin/ls-files.c:565
9716msgid "pretend that paths removed since <tree-ish> are still present"
9717msgstr "<트리-따위> 뒤로 제거한 경로가 있다고 가정합니다"
9718
9719#: builtin/ls-files.c:567
9720msgid "show debugging data"
9721msgstr "디버깅 데이터를 표시합니다"
9722
9723#: builtin/ls-remote.c:7
9724msgid ""
9725"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9726"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9727"                     [--symref] [<repository> [<refs>...]]"
9728msgstr ""
9729"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<실행>]\n"
9730"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9731"                     [--symref] [<저장소> [<레퍼런스>...]]"
9732
9733#: builtin/ls-remote.c:52
9734msgid "do not print remote URL"
9735msgstr "원격 URL을 표시하지 않습니다"
9736
9737#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9738msgid "exec"
9739msgstr "실행"
9740
9741#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9742msgid "path of git-upload-pack on the remote host"
9743msgstr "원격 호스트의 git-upload-pack 경로"
9744
9745#: builtin/ls-remote.c:58
9746msgid "limit to tags"
9747msgstr "태그에 한정"
9748
9749#: builtin/ls-remote.c:59
9750msgid "limit to heads"
9751msgstr "헤드에 한정"
9752
9753#: builtin/ls-remote.c:60
9754msgid "do not show peeled tags"
9755msgstr "벗겨진 태그를 표시하지 않습니다"
9756
9757#: builtin/ls-remote.c:62
9758msgid "take url.<base>.insteadOf into account"
9759msgstr "url.<베이스>.insteadOf 설정을 고려합니다"
9760
9761#: builtin/ls-remote.c:64
9762msgid "exit with exit code 2 if no matching refs are found"
9763msgstr "해당하는 레퍼런스가 없으면 코드 2번으로 끝냅니다"
9764
9765#: builtin/ls-remote.c:66
9766msgid "show underlying ref in addition to the object pointed by it"
9767msgstr "레퍼런스와 레퍼런스가 가리키는 오브젝트를 표시합니다"
9768
9769#: builtin/ls-tree.c:29
9770msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9771msgstr "git ls-tree [<옵션>] <트리-따위> [<경로>...]"
9772
9773#: builtin/ls-tree.c:127
9774msgid "only show trees"
9775msgstr "트리만 표시"
9776
9777#: builtin/ls-tree.c:129
9778msgid "recurse into subtrees"
9779msgstr "하위 트리로 재귀적으로 적용"
9780
9781#: builtin/ls-tree.c:131
9782msgid "show trees when recursing"
9783msgstr "재귀적으로 적용할 때 트리 표시"
9784
9785#: builtin/ls-tree.c:134
9786msgid "terminate entries with NUL byte"
9787msgstr "항목을 NUL 바이트로 끝냅니다"
9788
9789#: builtin/ls-tree.c:135
9790msgid "include object size"
9791msgstr "오브젝트 크기 포함"
9792
9793#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9794msgid "list only filenames"
9795msgstr "파일 이름만 목록 표시"
9796
9797#: builtin/ls-tree.c:142
9798msgid "use full path names"
9799msgstr "전체 경로 이름 사용"
9800
9801#: builtin/ls-tree.c:144
9802msgid "list entire tree; not just current directory (implies --full-name)"
9803msgstr "전체 트리 목록 표시, 현재 디렉터리만 아니라 (--full-name 옵션 포함)"
9804
9805#: builtin/mailsplit.c:241
9806#, c-format
9807msgid "empty mbox: '%s'"
9808msgstr "빈 mbox: '%s'"
9809
9810#: builtin/merge.c:47
9811msgid "git merge [<options>] [<commit>...]"
9812msgstr "git merge [<옵션>] [<커밋>...]"
9813
9814#: builtin/merge.c:48
9815msgid "git merge --abort"
9816msgstr "git merge --abort"
9817
9818#: builtin/merge.c:49
9819msgid "git merge --continue"
9820msgstr "git merge --continue"
9821
9822#: builtin/merge.c:104
9823msgid "switch `m' requires a value"
9824msgstr "`m' 옵션에는 값이 필요합니다"
9825
9826#: builtin/merge.c:141
9827#, c-format
9828msgid "Could not find merge strategy '%s'.\n"
9829msgstr "'%s' 병합 전략을 찾을 수 없습니다.\n"
9830
9831#: builtin/merge.c:142
9832#, c-format
9833msgid "Available strategies are:"
9834msgstr "사용 가능한 전략은:"
9835
9836#: builtin/merge.c:147
9837#, c-format
9838msgid "Available custom strategies are:"
9839msgstr "사용 가능한 사용자 설정 전략은:"
9840
9841#: builtin/merge.c:197 builtin/pull.c:134
9842msgid "do not show a diffstat at the end of the merge"
9843msgstr "병합이 끝날 때 diffstat을 표시하지 않습니다"
9844
9845#: builtin/merge.c:200 builtin/pull.c:137
9846msgid "show a diffstat at the end of the merge"
9847msgstr "병합이 끝날 때 diffstat을 표시합니다"
9848
9849#: builtin/merge.c:201 builtin/pull.c:140
9850msgid "(synonym to --stat)"
9851msgstr "(--stat 옵션과 동일)"
9852
9853#: builtin/merge.c:203 builtin/pull.c:143
9854msgid "add (at most <n>) entries from shortlog to merge commit message"
9855msgstr "병합 커밋의 메시지에 shortlog 항목을 (최대 <n>개) 추가합니다"
9856
9857#: builtin/merge.c:206 builtin/pull.c:146
9858msgid "create a single commit instead of doing a merge"
9859msgstr "병합하는 대신 하나의 커밋을 만듭니다"
9860
9861#: builtin/merge.c:208 builtin/pull.c:149
9862msgid "perform a commit if the merge succeeds (default)"
9863msgstr "병합이 성공하면 커밋을 합니다 (기본값)"
9864
9865#: builtin/merge.c:210 builtin/pull.c:152
9866msgid "edit message before committing"
9867msgstr "커밋 전에 메시지를 편집합니다"
9868
9869#: builtin/merge.c:211
9870msgid "allow fast-forward (default)"
9871msgstr "정방향 진행을 허용합니다 (기본값)"
9872
9873#: builtin/merge.c:213 builtin/pull.c:158
9874msgid "abort if fast-forward is not possible"
9875msgstr "정방향 진행이 불가능하면 중지합니다"
9876
9877#: builtin/merge.c:217 builtin/pull.c:161
9878msgid "verify that the named commit has a valid GPG signature"
9879msgstr "지정한 커밋에 올바른 GPG 서명이 있는지 검증합니다"
9880
9881#: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:165
9882#: builtin/revert.c:109
9883msgid "strategy"
9884msgstr "전략"
9885
9886#: builtin/merge.c:219 builtin/pull.c:166
9887msgid "merge strategy to use"
9888msgstr "사용할 병합 전략"
9889
9890#: builtin/merge.c:220 builtin/pull.c:169
9891msgid "option=value"
9892msgstr "옵션=값"
9893
9894#: builtin/merge.c:221 builtin/pull.c:170
9895msgid "option for selected merge strategy"
9896msgstr "선택한 병합 전략에 대한 옵션"
9897
9898#: builtin/merge.c:223
9899msgid "merge commit message (for a non-fast-forward merge)"
9900msgstr "병합 커밋 메시지 (정방향이 아닌 병합에 대해)"
9901
9902#: builtin/merge.c:227
9903msgid "abort the current in-progress merge"
9904msgstr "현재 진행 중인 병합을 중지합니다"
9905
9906#: builtin/merge.c:229
9907msgid "continue the current in-progress merge"
9908msgstr "현재 진행 중인 병합을 계속합니다"
9909
9910#: builtin/merge.c:231 builtin/pull.c:177
9911msgid "allow merging unrelated histories"
9912msgstr "관계 없는 커밋 내역의 병합을 허용합니다"
9913
9914#: builtin/merge.c:259
9915msgid "could not run stash."
9916msgstr "stash를 실행할 수 없습니다."
9917
9918#: builtin/merge.c:264
9919msgid "stash failed"
9920msgstr "스태시 실패"
9921
9922#: builtin/merge.c:269
9923#, c-format
9924msgid "not a valid object: %s"
9925msgstr "올바른 오브젝트가 아닙니다: %s"
9926
9927#: builtin/merge.c:288 builtin/merge.c:305
9928msgid "read-tree failed"
9929msgstr "read-tree 실패"
9930
9931#: builtin/merge.c:335
9932msgid " (nothing to squash)"
9933msgstr " (합칠 내용이 없습니다)"
9934
9935#: builtin/merge.c:346
9936#, c-format
9937msgid "Squash commit -- not updating HEAD\n"
9938msgstr "커밋 합치기 -- HEAD를 업데이트하지 않습니다\n"
9939
9940#: builtin/merge.c:396
9941#, c-format
9942msgid "No merge message -- not updating HEAD\n"
9943msgstr "병합 메시지가 없습니다 -- HEAD를 업데이트하지 않습니다\n"
9944
9945#: builtin/merge.c:447
9946#, c-format
9947msgid "'%s' does not point to a commit"
9948msgstr "'%s'이(가) 커밋을 가리키지 않습니다"
9949
9950#: builtin/merge.c:537
9951#, c-format
9952msgid "Bad branch.%s.mergeoptions string: %s"
9953msgstr "잘못된 branch.%s.mergeoptions 문자열: %s"
9954
9955#: builtin/merge.c:657
9956msgid "Not handling anything other than two heads merge."
9957msgstr "두 개의 헤드 병합 외에는 처리하지 않습니다."
9958
9959#: builtin/merge.c:671
9960#, c-format
9961msgid "Unknown option for merge-recursive: -X%s"
9962msgstr "merge-recursive에 대해 알 수 없는 옵션: -X%s"
9963
9964#: builtin/merge.c:686
9965#, c-format
9966msgid "unable to write %s"
9967msgstr "%s에 쓸 수 없습니다"
9968
9969#: builtin/merge.c:738
9970#, c-format
9971msgid "Could not read from '%s'"
9972msgstr "'%s'에서 읽을 수 없습니다"
9973
9974#: builtin/merge.c:747
9975#, c-format
9976msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9977msgstr ""
9978"병합을 커밋하지 않습니다. 병합을 마치려면 'git commit'을 사용하십시오.\n"
9979
9980#: builtin/merge.c:753
9981#, c-format
9982msgid ""
9983"Please enter a commit message to explain why this merge is necessary,\n"
9984"especially if it merges an updated upstream into a topic branch.\n"
9985"\n"
9986"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9987"the commit.\n"
9988msgstr ""
9989"왜 이 병합이 필요한지를 설명하는 커밋 메시지를 입력하십시오. 특히\n"
9990"업스트림 업데이트를 어떤 목적용 브랜치로 병합할 때는 반드시 그렇게\n"
9991"하십시오.\n"
9992"\n"
9993"'%c' 문자로 시작하는 줄은 무시되고, 메시지가 비어 있으면 커밋을\n"
9994"중지합니다.\n"
9995
9996#: builtin/merge.c:777
9997msgid "Empty commit message."
9998msgstr "빈 커밋 메시지."
9999
10000#: builtin/merge.c:797
10001#, c-format
10002msgid "Wonderful.\n"
10003msgstr "훌륭합니다.\n"
10004
10005#: builtin/merge.c:850
10006#, c-format
10007msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10008msgstr "자동 병합이 실패했습니다. 충돌을 바로잡고 결과물을 커밋하십시오.\n"
10009
10010#: builtin/merge.c:889
10011msgid "No current branch."
10012msgstr "현재 브랜치가 없습니다."
10013
10014#: builtin/merge.c:891
10015msgid "No remote for the current branch."
10016msgstr "현재 브랜치에 대한 리모트가 없습니다."
10017
10018#: builtin/merge.c:893
10019msgid "No default upstream defined for the current branch."
10020msgstr "현재 브랜치에 대해 기본 업스트림을 지정하지 않았습니다."
10021
10022#: builtin/merge.c:898
10023#, c-format
10024msgid "No remote-tracking branch for %s from %s"
10025msgstr "리모트 %2$s에서 %1$s에 대한 리모트 추적 브랜치가 없습니다"
10026
10027#: builtin/merge.c:945
10028#, c-format
10029msgid "Bad value '%s' in environment '%s'"
10030msgstr "잘못된 값 '%s', 환경 '%s'"
10031
10032#: builtin/merge.c:1046
10033#, c-format
10034msgid "not something we can merge in %s: %s"
10035msgstr "%s 안에서 병합할 수 있는 항목이 아닙니다: %s"
10036
10037#: builtin/merge.c:1080
10038msgid "not something we can merge"
10039msgstr "병합할 수 있는 항목이 아닙니다"
10040
10041#: builtin/merge.c:1145
10042msgid "--abort expects no arguments"
10043msgstr "--abort 옵션은 인자를 받지 않습니다"
10044
10045#: builtin/merge.c:1149
10046msgid "There is no merge to abort (MERGE_HEAD missing)."
10047msgstr "중지할 병합 작업이 없습니다. (MERGE_HEAD가 없음)"
10048
10049#: builtin/merge.c:1161
10050msgid "--continue expects no arguments"
10051msgstr "--continue 옵션은 인자를 받지 않습니다"
10052
10053#: builtin/merge.c:1165
10054msgid "There is no merge in progress (MERGE_HEAD missing)."
10055msgstr "진행 중인 병합 작업이 없습니다. (MERGE_HEAD가 없음)"
10056
10057#: builtin/merge.c:1181
10058msgid ""
10059"You have not concluded your merge (MERGE_HEAD exists).\n"
10060"Please, commit your changes before you merge."
10061msgstr ""
10062"병합을 마치지 않았습니다. (MERGE_HEAD 있음)\n"
10063"병합하기 전에 변경 사항을 커밋하십시오."
10064
10065#: builtin/merge.c:1188
10066msgid ""
10067"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
10068"Please, commit your changes before you merge."
10069msgstr ""
10070"커밋 빼오기를 마치지 않았습니다. (COMMIT_PICK_HEAD 있음)\n"
10071"병합하기 전에 변경 사항을 커밋하십시오."
10072
10073#: builtin/merge.c:1191
10074msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10075msgstr "커밋 빼오기를 마치지 않았습니다. (CHERRY_PICK_HEAD 있음)"
10076
10077#: builtin/merge.c:1200
10078msgid "You cannot combine --squash with --no-ff."
10079msgstr "--squash 옵션을 --no-ff 옵션과 같이 쓸 수 없습니다."
10080
10081#: builtin/merge.c:1208
10082msgid "No commit specified and merge.defaultToUpstream not set."
10083msgstr "커밋을 지정하지 않았고  merge.defaultToUpstream를 설정하지 않았습니다."
10084
10085#: builtin/merge.c:1225
10086msgid "Squash commit into empty head not supported yet"
10087msgstr "빈 헤드로 커밋을 합치기는 지원하지 않습니다"
10088
10089#: builtin/merge.c:1227
10090msgid "Non-fast-forward commit does not make sense into an empty head"
10091msgstr "정방향이 아닌 커밋은 빈 헤드에서는 앞뒤가 맞지 않습니다"
10092
10093#: builtin/merge.c:1232
10094#, c-format
10095msgid "%s - not something we can merge"
10096msgstr "%s - 병합할 수 있는 항목이 아닙니다"
10097
10098#: builtin/merge.c:1234
10099msgid "Can merge only exactly one commit into empty head"
10100msgstr "빈 헤드에는 정확히 하나의 커밋만 병합할 수 있습니다"
10101
10102#: builtin/merge.c:1268
10103#, c-format
10104msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10105msgstr "%s 커밋에 신뢰하지 않는 (서명자가 %s라고 하는) GPG 서명이 있습니다."
10106
10107#: builtin/merge.c:1271
10108#, c-format
10109msgid "Commit %s has a bad GPG signature allegedly by %s."
10110msgstr "%s 커밋에 잘못된 (서명자가 %s라고 하는) GPG 서명이 있습니다."
10111
10112#: builtin/merge.c:1274
10113#, c-format
10114msgid "Commit %s does not have a GPG signature."
10115msgstr "%s 커밋에 GPG 서명이 없습니다."
10116
10117#: builtin/merge.c:1277
10118#, c-format
10119msgid "Commit %s has a good GPG signature by %s\n"
10120msgstr "%s 커밋에 %s의 올바른 GPG 서명이 없습니다\n"
10121
10122#: builtin/merge.c:1339
10123msgid "refusing to merge unrelated histories"
10124msgstr "관계 없는 커밋 내역의 병합을 거부합니다"
10125
10126#: builtin/merge.c:1348
10127msgid "Already up-to-date."
10128msgstr "이미 업데이트 상태입니다."
10129
10130#: builtin/merge.c:1358
10131#, c-format
10132msgid "Updating %s..%s\n"
10133msgstr "업데이트 중 %s..%s\n"
10134
10135#: builtin/merge.c:1399
10136#, c-format
10137msgid "Trying really trivial in-index merge...\n"
10138msgstr "아주 간단한 인덱스 내부 병합을 시도합니다...\n"
10139
10140#: builtin/merge.c:1406
10141#, c-format
10142msgid "Nope.\n"
10143msgstr "아님.\n"
10144
10145#: builtin/merge.c:1431
10146msgid "Already up-to-date. Yeeah!"
10147msgstr "이미 업데이트 상태입니다. 야호!"
10148
10149#: builtin/merge.c:1437
10150msgid "Not possible to fast-forward, aborting."
10151msgstr "정방향이 불가능하므로, 중지합니다."
10152
10153#: builtin/merge.c:1460 builtin/merge.c:1539
10154#, c-format
10155msgid "Rewinding the tree to pristine...\n"
10156msgstr "트리를 본래 위치로 되돌립니다...\n"
10157
10158#: builtin/merge.c:1464
10159#, c-format
10160msgid "Trying merge strategy %s...\n"
10161msgstr "병합 전략 %s 시도...\n"
10162
10163#: builtin/merge.c:1530
10164#, c-format
10165msgid "No merge strategy handled the merge.\n"
10166msgstr "병합을 처리한 전략이 없습니다.\n"
10167
10168#: builtin/merge.c:1532
10169#, c-format
10170msgid "Merge with strategy %s failed.\n"
10171msgstr "전략 %s(으)로 병합이 실패했습니다.\n"
10172
10173#: builtin/merge.c:1541
10174#, c-format
10175msgid "Using the %s to prepare resolving by hand.\n"
10176msgstr "수동 해결의 준비를 위해 %s 전략을 사용합니다.\n"
10177
10178#: builtin/merge.c:1553
10179#, c-format
10180msgid "Automatic merge went well; stopped before committing as requested\n"
10181msgstr "자동 병합이 잘 진행되었습니다. 요청한대로 커밋 전에 중지합니다\n"
10182
10183#: builtin/merge-base.c:30
10184msgid "git merge-base [-a | --all] <commit> <commit>..."
10185msgstr "git merge-base [-a | --all] <커밋> <커밋>..."
10186
10187#: builtin/merge-base.c:31
10188msgid "git merge-base [-a | --all] --octopus <commit>..."
10189msgstr "git merge-base [-a | --all] --octopus <커밋>..."
10190
10191#: builtin/merge-base.c:32
10192msgid "git merge-base --independent <commit>..."
10193msgstr "git merge-base --independent <커밋>..."
10194
10195#: builtin/merge-base.c:33
10196msgid "git merge-base --is-ancestor <commit> <commit>"
10197msgstr "git merge-base --is-ancestor <커밋> <커밋>"
10198
10199#: builtin/merge-base.c:34
10200msgid "git merge-base --fork-point <ref> [<commit>]"
10201msgstr "git merge-base --fork-point <레퍼런스> [<커밋>]"
10202
10203#: builtin/merge-base.c:218
10204msgid "output all common ancestors"
10205msgstr "모든 과거 공통 커밋을 출력합니다"
10206
10207#: builtin/merge-base.c:220
10208msgid "find ancestors for a single n-way merge"
10209msgstr "하나의 n-방향 병합에 대한 과거 커밋을 찾습니다"
10210
10211#: builtin/merge-base.c:222
10212msgid "list revs not reachable from others"
10213msgstr "다른 곳에서 접근 불가능한 리비전 목록을 출력합니다"
10214
10215#: builtin/merge-base.c:224
10216msgid "is the first one ancestor of the other?"
10217msgstr "첫번째가 다른 것의 과거 커밋인지 여부?"
10218
10219#: builtin/merge-base.c:226
10220msgid "find where <commit> forked from reflog of <ref>"
10221msgstr "<레퍼런스>의 reflog에서 <커밋>이 분리된 위치를 찾습니다"
10222
10223#: builtin/merge-file.c:9
10224msgid ""
10225"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10226"<orig-file> <file2>"
10227msgstr ""
10228"git merge-file [<옵션>] [-L <이름1> [-L <orig> [-L <이름2>]]] <파일1> <본래-"
10229"파일> <파일2>"
10230
10231#: builtin/merge-file.c:33
10232msgid "send results to standard output"
10233msgstr "결과를 표준 출력으로 보냅니다"
10234
10235#: builtin/merge-file.c:34
10236msgid "use a diff3 based merge"
10237msgstr "diff3 기반 병합을 사용합니다"
10238
10239#: builtin/merge-file.c:35
10240msgid "for conflicts, use our version"
10241msgstr "충돌이 발생하면, 우리쪽 버전을 사용합니다"
10242
10243#: builtin/merge-file.c:37
10244msgid "for conflicts, use their version"
10245msgstr "충돌이 발생하면, 상대편 버전을 사용합니다"
10246
10247#: builtin/merge-file.c:39
10248msgid "for conflicts, use a union version"
10249msgstr "충돌이 발생하면, 합친 버전을 사용합니다"
10250
10251#: builtin/merge-file.c:42
10252msgid "for conflicts, use this marker size"
10253msgstr "충돌이 발생하면, 이 크기로 표시합니다"
10254
10255#: builtin/merge-file.c:43
10256msgid "do not warn about conflicts"
10257msgstr "충돌에 대해 경고하지 않습니다"
10258
10259#: builtin/merge-file.c:45
10260msgid "set labels for file1/orig-file/file2"
10261msgstr "<파일1>/<본래-파일>/<파일2>에 대한 레이블을 설정합니다"
10262
10263#: builtin/merge-recursive.c:45
10264#, c-format
10265msgid "unknown option %s"
10266msgstr "알 수 없는 옵션: %s"
10267
10268#: builtin/merge-recursive.c:51
10269#, c-format
10270msgid "could not parse object '%s'"
10271msgstr "'%s' 오브젝트를 파싱할 수 없습니다"
10272
10273#: builtin/merge-recursive.c:55
10274#, c-format
10275msgid "cannot handle more than %d base. Ignoring %s."
10276msgid_plural "cannot handle more than %d bases. Ignoring %s."
10277msgstr[0] "베이스를 %d개 보다 많이 쓸 수 없습니다. %s 무시합니다."
10278
10279#: builtin/merge-recursive.c:63
10280msgid "not handling anything other than two heads merge."
10281msgstr "두 개의 헤드 병합 외에는 처리하지 않습니다."
10282
10283#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10284#, c-format
10285msgid "could not resolve ref '%s'"
10286msgstr "'%s' 레퍼런스를 알아낼 수 없습니다"
10287
10288#: builtin/merge-recursive.c:77
10289#, c-format
10290msgid "Merging %s with %s\n"
10291msgstr "%s 병합, %s 항목과\n"
10292
10293#: builtin/mktree.c:65
10294msgid "git mktree [-z] [--missing] [--batch]"
10295msgstr "git mktree [-z] [--missing] [--batch]"
10296
10297#: builtin/mktree.c:153
10298msgid "input is NUL terminated"
10299msgstr "입력이 NUL로 끝납니다"
10300
10301#: builtin/mktree.c:154 builtin/write-tree.c:25
10302msgid "allow missing objects"
10303msgstr "없는 오브젝트를 허용합니다"
10304
10305#: builtin/mktree.c:155
10306msgid "allow creation of more than one tree"
10307msgstr "여러개 트리 만들기를 허용합니다"
10308
10309#: builtin/mv.c:17
10310msgid "git mv [<options>] <source>... <destination>"
10311msgstr "git mv [<옵션>] <원본>... <대상>"
10312
10313#: builtin/mv.c:83
10314#, c-format
10315msgid "Directory %s is in index and no submodule?"
10316msgstr "%s 디렉터리가 인덱스에 있고 하위 모듈이 없습니다?"
10317
10318#: builtin/mv.c:85 builtin/rm.c:290
10319msgid "Please stage your changes to .gitmodules or stash them to proceed"
10320msgstr "계속하려면 .gitmodules의 변경 사항을 스테이지에 넣거나 스태시 하십시오"
10321
10322#: builtin/mv.c:103
10323#, c-format
10324msgid "%.*s is in index"
10325msgstr "%.*s이(가) 인덱스에 있습니다"
10326
10327#: builtin/mv.c:125
10328msgid "force move/rename even if target exists"
10329msgstr "대상이 이미 있어도 강제로 옮기기/이름 바꾸기를 합니다"
10330
10331#: builtin/mv.c:126
10332msgid "skip move/rename errors"
10333msgstr "옮기기/이름 바꾸기 오류를 건너 뜁니다"
10334
10335#: builtin/mv.c:168
10336#, c-format
10337msgid "destination '%s' is not a directory"
10338msgstr "대상이 ('%s') 디렉터리가 아닙니다"
10339
10340#: builtin/mv.c:179
10341#, c-format
10342msgid "Checking rename of '%s' to '%s'\n"
10343msgstr "'%s'을(를) '%s'(으)로 이름 바꾸기합니다\n"
10344
10345#: builtin/mv.c:183
10346msgid "bad source"
10347msgstr "잘못된 원본"
10348
10349#: builtin/mv.c:186
10350msgid "can not move directory into itself"
10351msgstr "디렉터리를 자기 자신으로 옮길 수 없습니다"
10352
10353#: builtin/mv.c:189
10354msgid "cannot move directory over file"
10355msgstr "디렉터리를 파일로 옮길 수 없습니다"
10356
10357#: builtin/mv.c:198
10358msgid "source directory is empty"
10359msgstr "원본 디렉터리가 비어 있습니다"
10360
10361#: builtin/mv.c:223
10362msgid "not under version control"
10363msgstr "버전 컨트롤 중이 아닙니다"
10364
10365#: builtin/mv.c:226
10366msgid "destination exists"
10367msgstr "대상이 있습니다"
10368
10369#: builtin/mv.c:234
10370#, c-format
10371msgid "overwriting '%s'"
10372msgstr "'%s' 덮어쓰기"
10373
10374#: builtin/mv.c:237
10375msgid "Cannot overwrite"
10376msgstr "덮어쓸 수 없습니다"
10377
10378#: builtin/mv.c:240
10379msgid "multiple sources for the same target"
10380msgstr "동일한 대상에 대해 여러 개 원본"
10381
10382#: builtin/mv.c:242
10383msgid "destination directory does not exist"
10384msgstr "대상 디렉터리가 없습니다"
10385
10386#: builtin/mv.c:249
10387#, c-format
10388msgid "%s, source=%s, destination=%s"
10389msgstr "%s, 원본=%s, 대상=%s"
10390
10391#: builtin/mv.c:270
10392#, c-format
10393msgid "Renaming %s to %s\n"
10394msgstr "이름 바꾸기, '%s'에서 '%s'(으)로\n"
10395
10396#: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:390
10397#, c-format
10398msgid "renaming '%s' failed"
10399msgstr "'%s'의 이름 바꾸기가 실패했습니다"
10400
10401#: builtin/name-rev.c:338
10402msgid "git name-rev [<options>] <commit>..."
10403msgstr "git name-rev [<옵션>] <커밋>..."
10404
10405#: builtin/name-rev.c:339
10406msgid "git name-rev [<options>] --all"
10407msgstr "git name-rev [<옵션>] --all"
10408
10409#: builtin/name-rev.c:340
10410msgid "git name-rev [<options>] --stdin"
10411msgstr "git name-rev [<옵션>] --stdin"
10412
10413#: builtin/name-rev.c:395
10414msgid "print only names (no SHA-1)"
10415msgstr "이름만 표시 (SHA-1 없이)"
10416
10417#: builtin/name-rev.c:396
10418msgid "only use tags to name the commits"
10419msgstr "커밋을 지정할 때 태그만 사용합니다"
10420
10421#: builtin/name-rev.c:398
10422msgid "only use refs matching <pattern>"
10423msgstr "<패턴>과 일치하는 레퍼런스만 사용합니다"
10424
10425#: builtin/name-rev.c:400
10426msgid "ignore refs matching <pattern>"
10427msgstr "<패턴>과 일치하는 레퍼런스를 무시합니다"
10428
10429#: builtin/name-rev.c:402
10430msgid "list all commits reachable from all refs"
10431msgstr "모든 레퍼런스에서 접근 가능한 모든 커밋 목록을 표시합니다"
10432
10433#: builtin/name-rev.c:403
10434msgid "read from stdin"
10435msgstr "표준입력에서 읽습니다"
10436
10437#: builtin/name-rev.c:404
10438msgid "allow to print `undefined` names (default)"
10439msgstr "`정의되지 않은' 이름 표시를 허용합니다 (기본값)"
10440
10441#: builtin/name-rev.c:410
10442msgid "dereference tags in the input (internal use)"
10443msgstr "입력의 태그 레퍼런스를 따라갑니다 (내부 사용)"
10444
10445#: builtin/notes.c:26
10446msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10447msgstr "git notes [--ref <노트-레퍼런스>] [list [<오브젝트>]]"
10448
10449#: builtin/notes.c:27
10450msgid ""
10451"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10452"| (-c | -C) <object>] [<object>]"
10453msgstr ""
10454"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <메시지> | -F <파"
10455"일> | (-c | -C) <오브젝트>] [<오브젝트>]"
10456
10457#: builtin/notes.c:28
10458msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10459msgstr ""
10460"git notes [--ref <노트-레퍼런스>] copy [-f] <원본-오브젝트> <대상-오브젝트>"
10461
10462#: builtin/notes.c:29
10463msgid ""
10464"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10465"(-c | -C) <object>] [<object>]"
10466msgstr ""
10467"git notes [--ref <쪽지-레퍼런스>] append [--allow-empty] [-m <메시지> | -F <"
10468"파일> | (-c | -C) <오브젝트>] [<오브젝트>]"
10469
10470#: builtin/notes.c:30
10471msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10472msgstr "git notes [--ref <쪽지-레퍼런스>] edit [--allow-empty] [<오브젝트>]"
10473
10474#: builtin/notes.c:31
10475msgid "git notes [--ref <notes-ref>] show [<object>]"
10476msgstr "git notes [--ref <notes-ref>] show [<오브젝트>]"
10477
10478#: builtin/notes.c:32
10479msgid ""
10480"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10481msgstr ""
10482"git notes [--ref <노트-레퍼런스>] merge [-v | -q] [-s <전략>] <노트-레퍼런스>"
10483
10484#: builtin/notes.c:33
10485msgid "git notes merge --commit [-v | -q]"
10486msgstr "git notes merge --commit [-v | -q]"
10487
10488#: builtin/notes.c:34
10489msgid "git notes merge --abort [-v | -q]"
10490msgstr "git notes merge --abort [-v | -q]"
10491
10492#: builtin/notes.c:35
10493msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10494msgstr "git notes [--ref <노트-레퍼런스>] remove [<오브젝트>...]"
10495
10496#: builtin/notes.c:36
10497msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10498msgstr "git notes [--ref <노트-레퍼런스>] prune [-n | -v]"
10499
10500#: builtin/notes.c:37
10501msgid "git notes [--ref <notes-ref>] get-ref"
10502msgstr "git notes [--ref <노트-레퍼런스>] get-ref"
10503
10504#: builtin/notes.c:42
10505msgid "git notes [list [<object>]]"
10506msgstr "git notes [list [<오브젝트>]]"
10507
10508#: builtin/notes.c:47
10509msgid "git notes add [<options>] [<object>]"
10510msgstr "git notes add [<옵션>] [<오브젝트>]"
10511
10512#: builtin/notes.c:52
10513msgid "git notes copy [<options>] <from-object> <to-object>"
10514msgstr "git notes copy [<옵션>] <원본-오브젝트> <대상-오브젝트>"
10515
10516#: builtin/notes.c:53
10517msgid "git notes copy --stdin [<from-object> <to-object>]..."
10518msgstr "git notes copy --stdin [<원본-오브젝트> <대상-오브젝트>]..."
10519
10520#: builtin/notes.c:58
10521msgid "git notes append [<options>] [<object>]"
10522msgstr "git notes append [<옵션>] [<오브젝트>]"
10523
10524#: builtin/notes.c:63
10525msgid "git notes edit [<object>]"
10526msgstr "git notes edit [<오브젝트>]"
10527
10528#: builtin/notes.c:68
10529msgid "git notes show [<object>]"
10530msgstr "git notes show [<오브젝트>]"
10531
10532#: builtin/notes.c:73
10533msgid "git notes merge [<options>] <notes-ref>"
10534msgstr "git notes merge [<옵션>] <쪽지-레퍼런스>"
10535
10536#: builtin/notes.c:74
10537msgid "git notes merge --commit [<options>]"
10538msgstr "git notes merge --commit [<옵션>]"
10539
10540#: builtin/notes.c:75
10541msgid "git notes merge --abort [<options>]"
10542msgstr "git notes merge --abort [<옵션>]"
10543
10544#: builtin/notes.c:80
10545msgid "git notes remove [<object>]"
10546msgstr "git notes remove [<오브젝트>]"
10547
10548#: builtin/notes.c:85
10549msgid "git notes prune [<options>]"
10550msgstr "git notes prune [<옵션>]"
10551
10552#: builtin/notes.c:90
10553msgid "git notes get-ref"
10554msgstr "git notes get-ref"
10555
10556#: builtin/notes.c:95
10557msgid "Write/edit the notes for the following object:"
10558msgstr "다음 오브젝트에 노트를 쓰거나 편집합니다:"
10559
10560#: builtin/notes.c:148
10561#, c-format
10562msgid "unable to start 'show' for object '%s'"
10563msgstr "'%s' 오브젝트에 대해 'show'를 시작할 수 없습니다"
10564
10565#: builtin/notes.c:152
10566msgid "could not read 'show' output"
10567msgstr "'show' 출력을 읽을 수 없습니다"
10568
10569#: builtin/notes.c:160
10570#, c-format
10571msgid "failed to finish 'show' for object '%s'"
10572msgstr "오브젝트 '%s'에 대해 'show'를 마치는데 실패했습니다"
10573
10574#: builtin/notes.c:195
10575msgid "please supply the note contents using either -m or -F option"
10576msgstr "노트 내용을 -m 또는 -F 옵션으로 입력하십시오"
10577
10578#: builtin/notes.c:204
10579msgid "unable to write note object"
10580msgstr "노트 오브젝트를 쓸 수 없습니다"
10581
10582#: builtin/notes.c:206
10583#, c-format
10584msgid "the note contents have been left in %s"
10585msgstr "노트 내용은 %s에 남습니다"
10586
10587#: builtin/notes.c:234 builtin/tag.c:517
10588#, c-format
10589msgid "cannot read '%s'"
10590msgstr "'%s'을(를) 읽을 수 없습니다"
10591
10592#: builtin/notes.c:236 builtin/tag.c:520
10593#, c-format
10594msgid "could not open or read '%s'"
10595msgstr "'%s'을(를) 열거나 읽을 수 없습니다"
10596
10597#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10598#: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:516
10599#: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:661
10600#, c-format
10601msgid "failed to resolve '%s' as a valid ref."
10602msgstr "'%s'을(를) 올바른 레퍼런스로 알아내는데 실패했습니다."
10603
10604#: builtin/notes.c:258
10605#, c-format
10606msgid "failed to read object '%s'."
10607msgstr "'%s' 오브젝트 읽기에 실패했습니다."
10608
10609#: builtin/notes.c:262
10610#, c-format
10611msgid "cannot read note data from non-blob object '%s'."
10612msgstr "블롭이 아닌 '%s' 오브젝트에 대해 노트 데이터를 읽을 수 없습니다."
10613
10614#: builtin/notes.c:302
10615#, c-format
10616msgid "malformed input line: '%s'."
10617msgstr "잘못된 형식의 입력 줄: '%s'."
10618
10619#: builtin/notes.c:317
10620#, c-format
10621msgid "failed to copy notes from '%s' to '%s'"
10622msgstr "'%s'에서 '%s'(으)로 노트를 복사하는데 실패했습니다"
10623
10624#. TRANSLATORS: the first %s will be replaced by a git
10625#. notes command: 'add', 'merge', 'remove', etc.
10626#.
10627#: builtin/notes.c:348
10628#, c-format
10629msgid "refusing to %s notes in %s (outside of refs/notes/)"
10630msgstr "%s에서 노트를 %s 하기를 거부합니다 (refs/notes/ 밖임)"
10631
10632#: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:499
10633#: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:654
10634#: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:972
10635msgid "too many parameters"
10636msgstr "파라미터가 너무 많습니다"
10637
10638#: builtin/notes.c:381 builtin/notes.c:667
10639#, c-format
10640msgid "no note found for object %s."
10641msgstr "%s 오브젝트에 대해 노트가 없습니다."
10642
10643#: builtin/notes.c:402 builtin/notes.c:565
10644msgid "note contents as a string"
10645msgstr "문자열로 노트 내용"
10646
10647#: builtin/notes.c:405 builtin/notes.c:568
10648msgid "note contents in a file"
10649msgstr "파일 안에 노트 내용"
10650
10651#: builtin/notes.c:408 builtin/notes.c:571
10652msgid "reuse and edit specified note object"
10653msgstr "지정한 노트 오브젝트를 재사용하고 편집합니다"
10654
10655#: builtin/notes.c:411 builtin/notes.c:574
10656msgid "reuse specified note object"
10657msgstr "지정한 노트 오브젝트를 재사용합니다"
10658
10659#: builtin/notes.c:414 builtin/notes.c:577
10660msgid "allow storing empty note"
10661msgstr "빈 노트 저장을 허용합니다"
10662
10663#: builtin/notes.c:415 builtin/notes.c:486
10664msgid "replace existing notes"
10665msgstr "기존 노트를 바꿉니다"
10666
10667#: builtin/notes.c:440
10668#, c-format
10669msgid ""
10670"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10671"existing notes"
10672msgstr ""
10673"노트를 추가할 수 없습니다. %s 오브젝트에 대한 기존 노트가 있습니다. 기존 노트"
10674"를 덮어쓰려면 '-f' 옵션을 사용하십시오"
10675
10676#: builtin/notes.c:455 builtin/notes.c:534
10677#, c-format
10678msgid "Overwriting existing notes for object %s\n"
10679msgstr "%s 오브젝트에 대한 기존 노트를 덮어씁니다\n"
10680
10681#: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:891
10682#, c-format
10683msgid "Removing note for object %s\n"
10684msgstr "%s 오브젝트에 대한 노트를 제거합니다\n"
10685
10686#: builtin/notes.c:487
10687msgid "read objects from stdin"
10688msgstr "표준 입력에서 오브젝트를 읽습니다"
10689
10690#: builtin/notes.c:489
10691msgid "load rewriting config for <command> (implies --stdin)"
10692msgstr "<명령>에 대한 다시쓰기 설정을 읽어들입니다 (--stdin 옵션 포함)"
10693
10694#: builtin/notes.c:507
10695msgid "too few parameters"
10696msgstr "파라미터가 너무 적습니다"
10697
10698#: builtin/notes.c:528
10699#, c-format
10700msgid ""
10701"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10702"existing notes"
10703msgstr ""
10704"노트를 복사할 수 없습니다. %s 오브젝트에 대한 기존 노트가 있습니다. 기존 노트"
10705"를 덮어쓰려면 '-f' 옵션을 사용하십시오"
10706
10707#: builtin/notes.c:540
10708#, c-format
10709msgid "missing notes on source object %s. Cannot copy."
10710msgstr "원본 %s 오브젝트에 대한 노트가 없습니다. 복사할 수 없습니다."
10711
10712#: builtin/notes.c:592
10713#, c-format
10714msgid ""
10715"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10716"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10717msgstr ""
10718"-m/-F/-c/-C 옵션은 'edit' 하위 명령에 대해 사용을 권하지 않습니다.\n"
10719"대신에 'git notes add -f -m/-F/-c/-C' 명령을 사용하십시오.\n"
10720
10721#: builtin/notes.c:687
10722msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10723msgstr "NOTES_MERGE_PARTIAL 레퍼런스 삭제에 실패했습니다"
10724
10725#: builtin/notes.c:689
10726msgid "failed to delete ref NOTES_MERGE_REF"
10727msgstr "NOTES_MERGE_REF 레퍼런스 삭제에 실패했습니다"
10728
10729#: builtin/notes.c:691
10730msgid "failed to remove 'git notes merge' worktree"
10731msgstr "'git notes merge' 작업트리 제거에 실패했습니다"
10732
10733#: builtin/notes.c:711
10734msgid "failed to read ref NOTES_MERGE_PARTIAL"
10735msgstr "NOTES_MERGE_PARTIAL 레퍼런스 읽기에 실패했습니다"
10736
10737#: builtin/notes.c:713
10738msgid "could not find commit from NOTES_MERGE_PARTIAL."
10739msgstr "NOTES_MERGE_PARTIAL에서 커밋을 찾을 수 없습니다."
10740
10741#: builtin/notes.c:715
10742msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10743msgstr "NOTES_MERGE_PARTIAL에서 커밋을 파싱할 수 없습니다."
10744
10745#: builtin/notes.c:728
10746msgid "failed to resolve NOTES_MERGE_REF"
10747msgstr "NOTES_MERGE_REF 알아내기에 실패했습니다"
10748
10749#: builtin/notes.c:731
10750msgid "failed to finalize notes merge"
10751msgstr "노트 병합을 마치는데 실패했습니다"
10752
10753#: builtin/notes.c:757
10754#, c-format
10755msgid "unknown notes merge strategy %s"
10756msgstr "알 수 없는 노트 병합 전략 %s"
10757
10758#: builtin/notes.c:773
10759msgid "General options"
10760msgstr "일반 옵션"
10761
10762#: builtin/notes.c:775
10763msgid "Merge options"
10764msgstr "병합 옵션"
10765
10766#: builtin/notes.c:777
10767msgid ""
10768"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10769"cat_sort_uniq)"
10770msgstr ""
10771"주어진 전략을 사용해 노트 충돌을 해결합니다 (manual/ours/theirs/union/"
10772"cat_sort_uniq)"
10773
10774#: builtin/notes.c:779
10775msgid "Committing unmerged notes"
10776msgstr "병합하지 않은 노트 커밋"
10777
10778#: builtin/notes.c:781
10779msgid "finalize notes merge by committing unmerged notes"
10780msgstr "병합하지 않은 노트를 커밋해 노트 병합을 마칩니다"
10781
10782#: builtin/notes.c:783
10783msgid "Aborting notes merge resolution"
10784msgstr "노트 병합 해결 중지"
10785
10786#: builtin/notes.c:785
10787msgid "abort notes merge"
10788msgstr "노트 병합을 중지합니다"
10789
10790#: builtin/notes.c:796
10791msgid "cannot mix --commit, --abort or -s/--strategy"
10792msgstr "--commit, --abort, -s/--strategy 옵션을 섞어 쓸 수 없습니다"
10793
10794#: builtin/notes.c:801
10795msgid "must specify a notes ref to merge"
10796msgstr "병합할 노트 레퍼런스를 지정해야 합니다"
10797
10798#: builtin/notes.c:825
10799#, c-format
10800msgid "unknown -s/--strategy: %s"
10801msgstr "알 수 없는 전략(-s/--strategy): %s"
10802
10803#: builtin/notes.c:862
10804#, c-format
10805msgid "a notes merge into %s is already in-progress at %s"
10806msgstr "%s 위치로 노트 병합이 이미 %s에서 진행중입니다"
10807
10808#: builtin/notes.c:865
10809#, c-format
10810msgid "failed to store link to current notes ref (%s)"
10811msgstr "현재 노트 레퍼런스의 (%s) 링크를 저장하는데 실패했습니다."
10812
10813#: builtin/notes.c:867
10814#, c-format
10815msgid ""
10816"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10817"'git notes merge --commit', or abort the merge with 'git notes merge --"
10818"abort'.\n"
10819msgstr ""
10820"자동 노트 병합이 실패했습니다. %s 안의 충돌을 바로잡고 결과를 'git notes "
10821"merge --commit' 명령으로 커밋하십시오. 또는 'git notes merge --abort' 명령으"
10822"로 병합을 중지하십시오.\n"
10823
10824#: builtin/notes.c:889
10825#, c-format
10826msgid "Object %s has no note\n"
10827msgstr "%s 오브젝트에 노트가 없습니다\n"
10828
10829#: builtin/notes.c:901
10830msgid "attempt to remove non-existent note is not an error"
10831msgstr "없는 노트를 제거하려는 시도를 오류가 아닌 것으로 취급합니다"
10832
10833#: builtin/notes.c:904
10834msgid "read object names from the standard input"
10835msgstr "표준 입력에서 오브젝트 이름을 읽습니다"
10836
10837#: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:128
10838msgid "do not remove, show only"
10839msgstr "제거하지 않고, 보여주기만 합니다"
10840
10841#: builtin/notes.c:943
10842msgid "report pruned notes"
10843msgstr "잘라낸 노트를 알립니다"
10844
10845#: builtin/notes.c:985
10846msgid "notes-ref"
10847msgstr "노트-레퍼런스"
10848
10849#: builtin/notes.c:986
10850msgid "use notes from <notes-ref>"
10851msgstr "<노트-레퍼런스>에서 노트를 사용합니다"
10852
10853#: builtin/notes.c:1021
10854#, c-format
10855msgid "unknown subcommand: %s"
10856msgstr "알 수 없는 하위 명령: %s"
10857
10858#: builtin/pack-objects.c:30
10859msgid ""
10860"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10861msgstr ""
10862"git pack-objects --stdout [<옵션>...] [< <레퍼런스목록> | < <오브젝트목록>]"
10863
10864#: builtin/pack-objects.c:31
10865msgid ""
10866"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10867msgstr ""
10868"git pack-objects [<옵션>...] <베이스이름> [< <레퍼런스목록> | < <오브젝트목록"
10869">]"
10870
10871#: builtin/pack-objects.c:180 builtin/pack-objects.c:183
10872#, c-format
10873msgid "deflate error (%d)"
10874msgstr "deflate 오류 (%d)"
10875
10876#: builtin/pack-objects.c:776
10877msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10878msgstr ""
10879"배트맵 쓰기를 하지 않습니다. 묶음은 pack.packSizeLimit 값에 따라 쪼개집니다"
10880
10881#: builtin/pack-objects.c:789
10882msgid "Writing objects"
10883msgstr "오브젝트 쓰는 중"
10884
10885#: builtin/pack-objects.c:1069
10886msgid "disabling bitmap writing, as some objects are not being packed"
10887msgstr "묶음에 들어있지 않은 오브젝트가 있으므로, 비트맵 쓰기를 하지 않습니다"
10888
10889#: builtin/pack-objects.c:2434
10890msgid "Compressing objects"
10891msgstr "오브젝트 압축하는 중"
10892
10893#: builtin/pack-objects.c:2843
10894#, c-format
10895msgid "unsupported index version %s"
10896msgstr "지원하지 않는 인덱스 버전 %s"
10897
10898#: builtin/pack-objects.c:2847
10899#, c-format
10900msgid "bad index version '%s'"
10901msgstr "잘못된 인덱스 버전 '%s'"
10902
10903#: builtin/pack-objects.c:2877
10904msgid "do not show progress meter"
10905msgstr "진행률을 표시하지 않습니다"
10906
10907#: builtin/pack-objects.c:2879
10908msgid "show progress meter"
10909msgstr "진행률을 표시합니다"
10910
10911#: builtin/pack-objects.c:2881
10912msgid "show progress meter during object writing phase"
10913msgstr "오브젝트 쓰기 단계에서 진행률을 표시합니다"
10914
10915#: builtin/pack-objects.c:2884
10916msgid "similar to --all-progress when progress meter is shown"
10917msgstr "진행률이 표시될 때 --all-progress와 비슷합니다"
10918
10919#: builtin/pack-objects.c:2885
10920msgid "version[,offset]"
10921msgstr "버전[,오프셋]"
10922
10923#: builtin/pack-objects.c:2886
10924msgid "write the pack index file in the specified idx format version"
10925msgstr "지정한 버전의 인덱스 형식에 따라 묶음 인덱스 파일을 씁니다"
10926
10927#: builtin/pack-objects.c:2889
10928msgid "maximum size of each output pack file"
10929msgstr "출력 묶음 파일의 최대 크기"
10930
10931#: builtin/pack-objects.c:2891
10932msgid "ignore borrowed objects from alternate object store"
10933msgstr "보조 오브젝트 저장소에서 빌려온 오브젝트를 무시합니다"
10934
10935#: builtin/pack-objects.c:2893
10936msgid "ignore packed objects"
10937msgstr "묶음 오브젝트를 무시합니다"
10938
10939#: builtin/pack-objects.c:2895
10940msgid "limit pack window by objects"
10941msgstr "묶음 윈도우를 오브젝트 단위로 제한합니다"
10942
10943#: builtin/pack-objects.c:2897
10944msgid "limit pack window by memory in addition to object limit"
10945msgstr "묶음 윈도우를 오브젝트 단위에 추가로 메모리 단위로 제한합니다"
10946
10947#: builtin/pack-objects.c:2899
10948msgid "maximum length of delta chain allowed in the resulting pack"
10949msgstr "결과물 묶음에서 허용되는 최대 길이의 델타 체인"
10950
10951#: builtin/pack-objects.c:2901
10952msgid "reuse existing deltas"
10953msgstr "기존 델타를 재사용합니다"
10954
10955#: builtin/pack-objects.c:2903
10956msgid "reuse existing objects"
10957msgstr "기존 오브젝트를 재사용합니다"
10958
10959#: builtin/pack-objects.c:2905
10960msgid "use OFS_DELTA objects"
10961msgstr "OFS_DELTA 오브젝트를 사용합니다"
10962
10963#: builtin/pack-objects.c:2907
10964msgid "use threads when searching for best delta matches"
10965msgstr "최상의 델타 일치를 검색하는데 스레드를 사용합니다"
10966
10967#: builtin/pack-objects.c:2909
10968msgid "do not create an empty pack output"
10969msgstr "빈 묶음 출력을 만들지 않습니다"
10970
10971#: builtin/pack-objects.c:2911
10972msgid "read revision arguments from standard input"
10973msgstr "표준 입력에서 리비전 인자를 읽습니다"
10974
10975#: builtin/pack-objects.c:2913
10976msgid "limit the objects to those that are not yet packed"
10977msgstr "묶지 않는 오브젝트 수를 제한합니다"
10978
10979#: builtin/pack-objects.c:2916
10980msgid "include objects reachable from any reference"
10981msgstr "모든 레퍼런스에서 접근 가능한 오브젝트를 포함합니다"
10982
10983#: builtin/pack-objects.c:2919
10984msgid "include objects referred by reflog entries"
10985msgstr "reflog 항목에서 레퍼런스할 수 있는 오브젝트를 포함합니다"
10986
10987#: builtin/pack-objects.c:2922
10988msgid "include objects referred to by the index"
10989msgstr "인덱스에서< 레퍼런스하는 오브젝트를 포함합니다"
10990
10991#: builtin/pack-objects.c:2925
10992msgid "output pack to stdout"
10993msgstr "묶음을 표준 출력으로 출력합니다"
10994
10995#: builtin/pack-objects.c:2927
10996msgid "include tag objects that refer to objects to be packed"
10997msgstr "묶음에 들어갈 오브젝트를 레퍼런스하는 태그 오브젝트를 포함합니다"
10998
10999#: builtin/pack-objects.c:2929
11000msgid "keep unreachable objects"
11001msgstr "접근 불가능 오브젝트를 보존합니다"
11002
11003#: builtin/pack-objects.c:2931
11004msgid "pack loose unreachable objects"
11005msgstr "느슨한 접근 불가능 오브젝트를 묶습니다"
11006
11007#: builtin/pack-objects.c:2933
11008msgid "unpack unreachable objects newer than <time>"
11009msgstr "<시각>보다 새로운 접근 불가능 오브젝트의 묶음을 풉니다"
11010
11011#: builtin/pack-objects.c:2936
11012msgid "create thin packs"
11013msgstr "얇은 묶음을 만듭니다"
11014
11015#: builtin/pack-objects.c:2938
11016msgid "create packs suitable for shallow fetches"
11017msgstr "얕은 가져오기에 적합한 묶음을 만듭니다"
11018
11019#: builtin/pack-objects.c:2940
11020msgid "ignore packs that have companion .keep file"
11021msgstr "해당하는 .keep 파일이 있는 묶음을 무시합니다"
11022
11023#: builtin/pack-objects.c:2942
11024msgid "pack compression level"
11025msgstr "묶음 압축 단계"
11026
11027# FIXME: graft?
11028#: builtin/pack-objects.c:2944
11029msgid "do not hide commits by grafts"
11030msgstr "붙어 있는 커밋을 숨기지 않습니다"
11031
11032#: builtin/pack-objects.c:2946
11033msgid "use a bitmap index if available to speed up counting objects"
11034msgstr "가능하면 비트맵 인덱스를 사용해 오브젝트 세기 속도를 높입니다"
11035
11036#: builtin/pack-objects.c:2948
11037msgid "write a bitmap index together with the pack index"
11038msgstr "묶음 인덱스와 같이 비트맵 인덱스를 씁니다"
11039
11040#: builtin/pack-objects.c:3075
11041msgid "Counting objects"
11042msgstr "오브젝트 개수 세는 중"
11043
11044#: builtin/pack-refs.c:6
11045msgid "git pack-refs [<options>]"
11046msgstr "git pack-refs [<옵션>]"
11047
11048#: builtin/pack-refs.c:14
11049msgid "pack everything"
11050msgstr "모두 묶습니다"
11051
11052#: builtin/pack-refs.c:15
11053msgid "prune loose refs (default)"
11054msgstr "느슨한 레퍼런스를 잘라냅니다 (기본값)"
11055
11056#: builtin/prune-packed.c:7
11057msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11058msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
11059
11060#: builtin/prune-packed.c:40
11061msgid "Removing duplicate objects"
11062msgstr "중복된 오브젝트 제거"
11063
11064#: builtin/prune.c:11
11065msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
11066msgstr "git prune [-n] [-v] [--expire <시각>] [--] [<헤드>...]"
11067
11068#: builtin/prune.c:106
11069msgid "report pruned objects"
11070msgstr "잘라낸 오브젝트를 알립니다"
11071
11072#: builtin/prune.c:109
11073msgid "expire objects older than <time>"
11074msgstr "<시각>보다 오래 된 오브젝트를 만료합니다"
11075
11076#: builtin/prune.c:123
11077msgid "cannot prune in a precious-objects repo"
11078msgstr "precious-objects 저장소에서 잘라낼 수 없습니다"
11079
11080#: builtin/pull.c:54 builtin/pull.c:56
11081#, c-format
11082msgid "Invalid value for %s: %s"
11083msgstr "%s의 값이 올바르지 않습니다: %s"
11084
11085#: builtin/pull.c:76
11086msgid "git pull [<options>] [<repository> [<refspec>...]]"
11087msgstr "git pull [<옵션>] [<저장소> [<레퍼런스명세>...]]"
11088
11089#: builtin/pull.c:124
11090msgid "control for recursive fetching of submodules"
11091msgstr "하위 모듈 재귀적으로 가져오기 방식을 조정합니다"
11092
11093#: builtin/pull.c:128
11094msgid "Options related to merging"
11095msgstr "병합 관련 옵션"
11096
11097#: builtin/pull.c:131
11098msgid "incorporate changes by rebasing rather than merging"
11099msgstr "변경 사항을 적용할 때 병합하는 대신 리베이스합니다"
11100
11101#: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:121
11102msgid "allow fast-forward"
11103msgstr "정방향 진행을 허용합니다"
11104
11105#: builtin/pull.c:164
11106msgid "automatically stash/stash pop before and after rebase"
11107msgstr "리베이스 전과 후에 stash 및 stash pop을 자동으로 합니다"
11108
11109#: builtin/pull.c:180
11110msgid "Options related to fetching"
11111msgstr "가져오기 관련 옵션"
11112
11113#: builtin/pull.c:198
11114msgid "number of submodules pulled in parallel"
11115msgstr "병렬적으로 풀을 실행할 하위모듈 개수"
11116
11117#: builtin/pull.c:287
11118#, c-format
11119msgid "Invalid value for pull.ff: %s"
11120msgstr "pull.ff에 대해 잘못된 값: %s"
11121
11122#: builtin/pull.c:399
11123msgid ""
11124"There is no candidate for rebasing against among the refs that you just "
11125"fetched."
11126msgstr "가져온 레퍼런스 중에 리베이스할 대상 후보가 없습니다."
11127
11128#: builtin/pull.c:401
11129msgid ""
11130"There are no candidates for merging among the refs that you just fetched."
11131msgstr "가져온 레퍼런스 중에 병합할 대상 후보가 없습니다."
11132
11133#: builtin/pull.c:402
11134msgid ""
11135"Generally this means that you provided a wildcard refspec which had no\n"
11136"matches on the remote end."
11137msgstr ""
11138"보통 이런 경우는 리모트 쪽에는 없는 와일드카드 레퍼런스명세가\n"
11139"주어졌을 때 일어납니다."
11140
11141#: builtin/pull.c:405
11142#, c-format
11143msgid ""
11144"You asked to pull from the remote '%s', but did not specify\n"
11145"a branch. Because this is not the default configured remote\n"
11146"for your current branch, you must specify a branch on the command line."
11147msgstr ""
11148"리모트 '%s'에서 풀을 요청했지만, 브랜치를 지정하지 않았습니다.\n"
11149"이 리모트는 현재 브랜치에 대해 기본으로 설정된 리모트가\n"
11150"아니기 때문에, 명령행에서 브랜치를 지정해야 합니다."
11151
11152#: builtin/pull.c:410 git-parse-remote.sh:73
11153msgid "You are not currently on a branch."
11154msgstr "현재 어떤 브랜치 위에도 있지 않습니다."
11155
11156#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:79
11157msgid "Please specify which branch you want to rebase against."
11158msgstr "어떤 브랜치를 대상으로 리베이스할지 지정하십시오."
11159
11160#: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:82
11161msgid "Please specify which branch you want to merge with."
11162msgstr "어떤 브랜치를 대상으로 병합할지 지정하십시오."
11163
11164#: builtin/pull.c:415 builtin/pull.c:430
11165msgid "See git-pull(1) for details."
11166msgstr "자세한 정보는 git-pull(1) 페이지를 참고하십시오."
11167
11168#: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:432
11169#: git-parse-remote.sh:64
11170msgid "<remote>"
11171msgstr "<리모트>"
11172
11173#: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:456
11174#: git-parse-remote.sh:65
11175msgid "<branch>"
11176msgstr "<브랜치>"
11177
11178#: builtin/pull.c:425 git-parse-remote.sh:75
11179msgid "There is no tracking information for the current branch."
11180msgstr "현재 브랜치에 추적 정보가 없습니다."
11181
11182#: builtin/pull.c:434 git-parse-remote.sh:95
11183msgid ""
11184"If you wish to set tracking information for this branch you can do so with:"
11185msgstr "이 브랜치에 대한 추적 정보를 설정하려면 다음과 같이 할 수 있습니다:"
11186
11187#: builtin/pull.c:439
11188#, c-format
11189msgid ""
11190"Your configuration specifies to merge with the ref '%s'\n"
11191"from the remote, but no such ref was fetched."
11192msgstr ""
11193"설정에서 리모트의 '%s' 레퍼런스와 병합하도록 지정했지만,\n"
11194"그런 레퍼런스를 가져오지 않았습니다."
11195
11196#: builtin/pull.c:792
11197msgid "ignoring --verify-signatures for rebase"
11198msgstr "리베이스에 대해 --verify-signatures 옵션을 무시합니다"
11199
11200#: builtin/pull.c:840
11201msgid "--[no-]autostash option is only valid with --rebase."
11202msgstr "--[no-]autostash 옵션은 --rebase 옵션과 같이 써야 합니다."
11203
11204#: builtin/pull.c:848
11205msgid "Updating an unborn branch with changes added to the index."
11206msgstr "만들어지지 않은 브랜치를 인덱스에 추가된 변경 사항으로 업데이트합니다."
11207
11208#: builtin/pull.c:851
11209msgid "pull with rebase"
11210msgstr "리베이스로 풀하기"
11211
11212#: builtin/pull.c:852
11213msgid "please commit or stash them."
11214msgstr "커밋하거나 스태시에 넣으십시오."
11215
11216#: builtin/pull.c:877
11217#, c-format
11218msgid ""
11219"fetch updated the current branch head.\n"
11220"fast-forwarding your working tree from\n"
11221"commit %s."
11222msgstr ""
11223"현재 브랜치 헤드를 업데이트했습니다.\n"
11224"작업 폴더를 %s 커밋에서 정방향\n"
11225"진행합니다."
11226
11227#: builtin/pull.c:882
11228#, c-format
11229msgid ""
11230"Cannot fast-forward your working tree.\n"
11231"After making sure that you saved anything precious from\n"
11232"$ git diff %s\n"
11233"output, run\n"
11234"$ git reset --hard\n"
11235"to recover."
11236msgstr ""
11237"작업 폴더를 정방향 진행할 수 없습니다.\n"
11238"다음 명령 출력에서 중요한 사항을 저장한 다음,\n"
11239"$ git diff %s\n"
11240"다음을 실행하면\n"
11241"$ git reset --hard\n"
11242"복구됩니다."
11243
11244#: builtin/pull.c:897
11245msgid "Cannot merge multiple branches into empty head."
11246msgstr "여러 브랜치를 빈 헤드로 병합할 수 없습니다."
11247
11248#: builtin/pull.c:901
11249msgid "Cannot rebase onto multiple branches."
11250msgstr "여러 브랜치로 리베이스할 수 없습니다."
11251
11252#: builtin/pull.c:908
11253msgid "cannot rebase with locally recorded submodule modifications"
11254msgstr "로컬에서 기록한 하위 모듈 수정 사항을 이용해 리베이스할 수 없습니다"
11255
11256#: builtin/push.c:17
11257msgid "git push [<options>] [<repository> [<refspec>...]]"
11258msgstr "git push [<옵션>] [<저장소> [<레퍼런스명세>...]]"
11259
11260#: builtin/push.c:90
11261msgid "tag shorthand without <tag>"
11262msgstr "<태그> 없이 태그 줄임"
11263
11264#: builtin/push.c:100
11265msgid "--delete only accepts plain target ref names"
11266msgstr "--delete 옵션은 일반 대상 레퍼런스 이름만 받습니다"
11267
11268#: builtin/push.c:144
11269msgid ""
11270"\n"
11271"To choose either option permanently, see push.default in 'git help config'."
11272msgstr ""
11273"\n"
11274"어느 한 쪽 옵션만 계속 선택하려면, 'git help config'에서 push.default를 참고"
11275"하십시오."
11276
11277#: builtin/push.c:147
11278#, c-format
11279msgid ""
11280"The upstream branch of your current branch does not match\n"
11281"the name of your current branch.  To push to the upstream branch\n"
11282"on the remote, use\n"
11283"\n"
11284"    git push %s HEAD:%s\n"
11285"\n"
11286"To push to the branch of the same name on the remote, use\n"
11287"\n"
11288"    git push %s %s\n"
11289"%s"
11290msgstr ""
11291"현재 브랜치의 업스트림 브랜치가 현재 브랜치의 이름과\n"
11292"같지 않습니다. 리모트의 업스트림 브랜치로 푸시하려면\n"
11293"다음과 같이 하십시오.\n"
11294"\n"
11295"    git push %s HEAD:%s\n"
11296"\n"
11297"리모트의 같은 이름으로 푸시하려면 다음과 같이 하십시오.\n"
11298"\n"
11299"    git push %s %s\n"
11300"%s"
11301
11302#: builtin/push.c:162
11303#, c-format
11304msgid ""
11305"You are not currently on a branch.\n"
11306"To push the history leading to the current (detached HEAD)\n"
11307"state now, use\n"
11308"\n"
11309"    git push %s HEAD:<name-of-remote-branch>\n"
11310msgstr ""
11311"현재 어떤 브랜치 위에도 있지 않습니다.\n"
11312"지금 현재 (HEAD 분리) 상태까지의 커밋 내역을 푸시하려면\n"
11313"다음과 같이 하십시오.\n"
11314"\n"
11315"    git push %s HEAD:<name-of-remote-branch>\n"
11316
11317#: builtin/push.c:176
11318#, c-format
11319msgid ""
11320"The current branch %s has no upstream branch.\n"
11321"To push the current branch and set the remote as upstream, use\n"
11322"\n"
11323"    git push --set-upstream %s %s\n"
11324msgstr ""
11325"현재 브랜치 %s에 업스트림 브랜치가 없습니다.\n"
11326"현재 브랜치를 푸시하고 해당 리모트를 업스트림으로 지정하려면\n"
11327"다음과 같이 하십시오.\n"
11328"\n"
11329"    git push --set-upstream %s %s\n"
11330
11331#: builtin/push.c:184
11332#, c-format
11333msgid "The current branch %s has multiple upstream branches, refusing to push."
11334msgstr "현재 브랜치  %s에 여러 업스트림 브랜치가 있습니다. 푸시를 거절합니다."
11335
11336#: builtin/push.c:187
11337#, c-format
11338msgid ""
11339"You are pushing to remote '%s', which is not the upstream of\n"
11340"your current branch '%s', without telling me what to push\n"
11341"to update which remote branch."
11342msgstr ""
11343"'%s' 리모트로 푸시하는 중입니다. 하지만 이 리모트는 현재\n"
11344"'%s' 브랜치의 업스트림이 아닙니다. 어떤 리모트 브랜치에 무엇을\n"
11345"푸시할지 설정하지 않았습니다."
11346
11347#: builtin/push.c:246
11348msgid ""
11349"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11350msgstr ""
11351"푸시할 레퍼런스명세를 지정하지 않았고, push.default 값이 'nothing'입니다."
11352
11353#: builtin/push.c:253
11354msgid ""
11355"Updates were rejected because the tip of your current branch is behind\n"
11356"its remote counterpart. Integrate the remote changes (e.g.\n"
11357"'git pull ...') before pushing again.\n"
11358"See the 'Note about fast-forwards' in 'git push --help' for details."
11359msgstr ""
11360"현재 브랜치의 끝이 리모트 브랜치보다 뒤에 있으므로 업데이트가\n"
11361"거부되었습니다. 푸시하기 전에 ('git pull ...' 등 명령으로) 리모트\n"
11362"변경 사항을 포함하십시오.\n"
11363"자세한 정보는 'git push --help'의 \"Note about fast-forwards' 부분을\n"
11364"참고하십시오."
11365
11366#: builtin/push.c:259
11367msgid ""
11368"Updates were rejected because a pushed branch tip is behind its remote\n"
11369"counterpart. Check out this branch and integrate the remote changes\n"
11370"(e.g. 'git pull ...') before pushing again.\n"
11371"See the 'Note about fast-forwards' in 'git push --help' for details."
11372msgstr ""
11373"현재 브랜치의 끝이 리모트 브랜치보다 뒤에 있으므로 업데이트가\n"
11374"거부되었습니다. 이 브랜치를 체크아웃하고 푸시하기 전에\n"
11375"('git pull ...' 등 명령으로) 리모트 변경 사항을 포함하십시오.\n"
11376"자세한 정보는 'git push --help'의 \"Note about fast-forwards' 부분을\n"
11377"참고하십시오."
11378
11379#: builtin/push.c:265
11380msgid ""
11381"Updates were rejected because the remote contains work that you do\n"
11382"not have locally. This is usually caused by another repository pushing\n"
11383"to the same ref. You may want to first integrate the remote changes\n"
11384"(e.g., 'git pull ...') before pushing again.\n"
11385"See the 'Note about fast-forwards' in 'git push --help' for details."
11386msgstr ""
11387"리모트에 로컬에 없는 사항이 들어 있으므로 업데이트가\n"
11388"거부되었습니다. 이 상황은 보통 또 다른 저장소에서 같은\n"
11389"저장소로 푸시할 때 발생합니다.  푸시하기 전에\n"
11390"('git pull ...' 등 명령으로) 리모트 변경 사항을 먼저\n"
11391"포함해야 합니다.\n"
11392"자세한 정보는 'git push --help'의 \"Note about fast-forwards' 부분을\n"
11393"참고하십시오."
11394
11395#: builtin/push.c:272
11396msgid "Updates were rejected because the tag already exists in the remote."
11397msgstr "리모트에 태그가 이미 있기 때문에 업데이트가 거부되었습니다."
11398
11399#: builtin/push.c:275
11400msgid ""
11401"You cannot update a remote ref that points at a non-commit object,\n"
11402"or update a remote ref to make it point at a non-commit object,\n"
11403"without using the '--force' option.\n"
11404msgstr ""
11405"'--force' 옵션이 없이 커밋이 아닌 오브젝트를 가리키는 리모트\n"
11406"레퍼런스를 업데이트하거나, 커밋이 아닌 오브젝트를 가리키도록\n"
11407"업데이트할 수 없습니다.\n"
11408
11409#: builtin/push.c:335
11410#, c-format
11411msgid "Pushing to %s\n"
11412msgstr "다음에 푸시: %s\n"
11413
11414#: builtin/push.c:339
11415#, c-format
11416msgid "failed to push some refs to '%s'"
11417msgstr "레퍼런스를 '%s'에 푸시하는데 실패했습니다"
11418
11419#: builtin/push.c:370
11420#, c-format
11421msgid "bad repository '%s'"
11422msgstr "잘못된 저장소 '%s'"
11423
11424#: builtin/push.c:371
11425msgid ""
11426"No configured push destination.\n"
11427"Either specify the URL from the command-line or configure a remote "
11428"repository using\n"
11429"\n"
11430"    git remote add <name> <url>\n"
11431"\n"
11432"and then push using the remote name\n"
11433"\n"
11434"    git push <name>\n"
11435msgstr ""
11436"푸시 대상을 설정하지 않았습니다.\n"
11437"명령해에서 URL을 지정하거나 다음을 사용해 리모트 저장소를 설정하십시오\n"
11438"\n"
11439"    git remote add <이름> <URL>\n"
11440"\n"
11441"그리고 이 리모트 이름을 사용해 푸시하십시오\n"
11442"\n"
11443"    git push <name>\n"
11444
11445#: builtin/push.c:389
11446msgid "--all and --tags are incompatible"
11447msgstr "--all 및 --tags 옵션은 호환되지 않습니다"
11448
11449#: builtin/push.c:390
11450msgid "--all can't be combined with refspecs"
11451msgstr "--all 옵션은 레퍼런스명세와 같이 쓸 수 없습니다"
11452
11453#: builtin/push.c:395
11454msgid "--mirror and --tags are incompatible"
11455msgstr "--mirror 및 --tags 옵션은 호환되지 않습니다"
11456
11457#: builtin/push.c:396
11458msgid "--mirror can't be combined with refspecs"
11459msgstr "--mirror 옵션은 레퍼런스명세와 같이 쓸 수 없습니다"
11460
11461#: builtin/push.c:401
11462msgid "--all and --mirror are incompatible"
11463msgstr "--all 및 --mirror 옵션은 호환되지 않습니다"
11464
11465#: builtin/push.c:523
11466msgid "repository"
11467msgstr "저장소"
11468
11469#: builtin/push.c:524 builtin/send-pack.c:163
11470msgid "push all refs"
11471msgstr "모든 레퍼런스 푸시하기"
11472
11473#: builtin/push.c:525 builtin/send-pack.c:165
11474msgid "mirror all refs"
11475msgstr "모든 레퍼런스 미러"
11476
11477#: builtin/push.c:527
11478msgid "delete refs"
11479msgstr "레퍼런스 삭제"
11480
11481#: builtin/push.c:528
11482msgid "push tags (can't be used with --all or --mirror)"
11483msgstr "태그 푸시하기 (--all 또는 --mirror 옵션과 같이 쓸 수 없음)"
11484
11485#: builtin/push.c:531 builtin/send-pack.c:166
11486msgid "force updates"
11487msgstr "강제로 업데이트"
11488
11489#: builtin/push.c:533 builtin/send-pack.c:180
11490msgid "refname>:<expect"
11491msgstr "레퍼런스이름>:<예상"
11492
11493#: builtin/push.c:534 builtin/send-pack.c:181
11494msgid "require old value of ref to be at this value"
11495msgstr "레퍼런스의 과거 값이 이 값이어야 합니다"
11496
11497#: builtin/push.c:537
11498msgid "control recursive pushing of submodules"
11499msgstr "재귀적 하위 모듈 푸시 방식을 설정합니다"
11500
11501#: builtin/push.c:539 builtin/send-pack.c:174
11502msgid "use thin pack"
11503msgstr "얇은 묶음을 사용합니다"
11504
11505#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11506#: builtin/send-pack.c:161
11507msgid "receive pack program"
11508msgstr "receive pack 프로그램"
11509
11510#: builtin/push.c:542
11511msgid "set upstream for git pull/status"
11512msgstr "git pull/status에 대한 업스트림을 설정합니다"
11513
11514#: builtin/push.c:545
11515msgid "prune locally removed refs"
11516msgstr "로컬에서 제거한 레퍼런스를 잘라냅니다"
11517
11518#: builtin/push.c:547
11519msgid "bypass pre-push hook"
11520msgstr "푸시 전 후크를 건너뜁니다"
11521
11522#: builtin/push.c:548
11523msgid "push missing but relevant tags"
11524msgstr "빠졌지만 관련된 태그를 푸시합니다"
11525
11526#: builtin/push.c:551 builtin/send-pack.c:168
11527msgid "GPG sign the push"
11528msgstr "푸시에 GPG 서명"
11529
11530#: builtin/push.c:553 builtin/send-pack.c:175
11531msgid "request atomic transaction on remote side"
11532msgstr "리모트 쪽에 원자 트랜잭션을 요청합니다"
11533
11534#: builtin/push.c:554 builtin/send-pack.c:171
11535msgid "server-specific"
11536msgstr "서버-전용-옵션"
11537
11538#: builtin/push.c:554 builtin/send-pack.c:172
11539msgid "option to transmit"
11540msgstr "전송할 옵션"
11541
11542#: builtin/push.c:568
11543msgid "--delete is incompatible with --all, --mirror and --tags"
11544msgstr "--delete 옵션은 --all, --mirror, --tags 옵션과 호환되지 않습니다"
11545
11546#: builtin/push.c:570
11547msgid "--delete doesn't make sense without any refs"
11548msgstr "--delete 옵션은 레퍼런스 없이 앞뒤가 맞지 않습니다"
11549
11550#: builtin/push.c:589
11551msgid "push options must not have new line characters"
11552msgstr "푸시 옵션에는 줄바꿈 문자가 들어갈 수 없습니다"
11553
11554#: builtin/read-tree.c:40
11555msgid ""
11556"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11557"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11558"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11559msgstr ""
11560"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<접두어>) "
11561"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11562"index-output=<파일>] (--empty | <트리-따위> [<트리-따위2> [<트리-따위3>]])"
11563
11564#: builtin/read-tree.c:121
11565msgid "write resulting index to <file>"
11566msgstr "결과 인덱스를 <파일>에 씁니다"
11567
11568#: builtin/read-tree.c:124
11569msgid "only empty the index"
11570msgstr "인덱스를 비우기만 합니다"
11571
11572#: builtin/read-tree.c:126
11573msgid "Merging"
11574msgstr "병합하기"
11575
11576#: builtin/read-tree.c:128
11577msgid "perform a merge in addition to a read"
11578msgstr "읽은 다음 병합을 수행합니다"
11579
11580#: builtin/read-tree.c:130
11581msgid "3-way merge if no file level merging required"
11582msgstr "파일 단위 병합이 필요하지 않으면 3-방향 병합을 합니다"
11583
11584#: builtin/read-tree.c:132
11585msgid "3-way merge in presence of adds and removes"
11586msgstr "추가와 제거가 있을 때 3-방향 병합을 합니다"
11587
11588#: builtin/read-tree.c:134
11589msgid "same as -m, but discard unmerged entries"
11590msgstr "-m과 동일하지만, 병합되지 않은 항목을 버립니다"
11591
11592#: builtin/read-tree.c:135
11593msgid "<subdirectory>/"
11594msgstr "<하위디렉터리>/"
11595
11596#: builtin/read-tree.c:136
11597msgid "read the tree into the index under <subdirectory>/"
11598msgstr "트리를 <하위디렉터리>/ 아래 인덱스로 읽습니다"
11599
11600#: builtin/read-tree.c:139
11601msgid "update working tree with merge result"
11602msgstr "작업 폴더를 병합 결과로 업데이트합니다"
11603
11604#: builtin/read-tree.c:141
11605msgid "gitignore"
11606msgstr "gitignore"
11607
11608#: builtin/read-tree.c:142
11609msgid "allow explicitly ignored files to be overwritten"
11610msgstr "무시하는 파일을 덮어쓰도록 명시적으로 허용합니다"
11611
11612#: builtin/read-tree.c:145
11613msgid "don't check the working tree after merging"
11614msgstr "병합 후에 작업 폴더를 확인하지 않습니다"
11615
11616#: builtin/read-tree.c:146
11617msgid "don't update the index or the work tree"
11618msgstr "인덱스나 작업 폴더를 업데이트하지 않습니다"
11619
11620#: builtin/read-tree.c:148
11621msgid "skip applying sparse checkout filter"
11622msgstr "드문 체크아웃 필터 적용을 건너뜁니다"
11623
11624#: builtin/read-tree.c:150
11625msgid "debug unpack-trees"
11626msgstr "unpack-trees 디버깅"
11627
11628#: builtin/rebase--helper.c:8
11629msgid "git rebase--helper [<options>]"
11630msgstr "git rebase--helper [<옵션>]"
11631
11632#: builtin/rebase--helper.c:20
11633msgid "continue rebase"
11634msgstr "리베이스 계속"
11635
11636#: builtin/rebase--helper.c:22
11637msgid "abort rebase"
11638msgstr "리베이스를 중지합니다"
11639
11640#: builtin/receive-pack.c:28
11641msgid "git receive-pack <git-dir>"
11642msgstr "git receive-pack <git-dir>"
11643
11644#: builtin/receive-pack.c:838
11645msgid ""
11646"By default, updating the current branch in a non-bare repository\n"
11647"is denied, because it will make the index and work tree inconsistent\n"
11648"with what you pushed, and will require 'git reset --hard' to match\n"
11649"the work tree to HEAD.\n"
11650"\n"
11651"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11652"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11653"its current branch; however, this is not recommended unless you\n"
11654"arranged to update its work tree to match what you pushed in some\n"
11655"other way.\n"
11656"\n"
11657"To squelch this message and still keep the default behaviour, set\n"
11658"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11659msgstr ""
11660"기본값으로 간략한 저장소가 아닌 현재 브랜치의 업데이트는 거부됩니다.\n"
11661"업데이트하면 인덱스와 작업 트리가 푸시한 내용과 일치하지 않게 되므로,\n"
11662"'git reset --hard'로 작업 트리를 HEAD에 맞춰야 합니다.\n"
11663"\n"
11664"리모트 저장소에서 'receive.denyCurrentBranch' 설정 변수를 'ignore'나\n"
11665"'warn'으로 설정하면 현재 브랜치로 푸시할 수 있습니다. 하지만 작업\n"
11666"트리의 내용을 푸시할 내용에 맞추는 게 아니라면 추천하지 않습니다.\n"
11667"\n"
11668"이 메시지를 보지 않고 기본 동작을 계속 하려면,\n"
11669"'receive.denyCurrentBranch' 설정 변수를 'refuse'로 설정하십시오."
11670
11671#: builtin/receive-pack.c:858
11672msgid ""
11673"By default, deleting the current branch is denied, because the next\n"
11674"'git clone' won't result in any file checked out, causing confusion.\n"
11675"\n"
11676"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11677"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11678"current branch, with or without a warning message.\n"
11679"\n"
11680"To squelch this message, you can set it to 'refuse'."
11681msgstr ""
11682"기본값으로, 현재 브랜치의 삭제는 거부됩니다. 다음에 'git clone'할 때\n"
11683"아무 파일도 체크아웃하지 않게 되므로 혼동을 일으키기 때문입니다.\n"
11684"\n"
11685"'receive.denyDeleteCurrent' 설정 변수를 'ignore'나 'warn'으로 설정하면\n"
11686"(경고 메시지를 포함하거나 포함하지 않고) 현재 브랜치를 삭제할 수\n"
11687"있습니다.\n"
11688"\n"
11689"이 메시지를 보지 않으려면, 이 설정 변수를 'refuse'로 설정하십시오."
11690
11691#: builtin/receive-pack.c:1933
11692msgid "quiet"
11693msgstr "출력 않기"
11694
11695#: builtin/receive-pack.c:1947
11696msgid "You must specify a directory."
11697msgstr "디렉터리를 지정해야 합니다."
11698
11699#: builtin/reflog.c:424
11700#, c-format
11701msgid "'%s' for '%s' is not a valid timestamp"
11702msgstr "'%s' 값이 '%s'에 대해 올바른 시각 값이 아닙니다"
11703
11704#: builtin/reflog.c:541 builtin/reflog.c:546
11705#, c-format
11706msgid "'%s' is not a valid timestamp"
11707msgstr "'%s'은(는) 올바른 시각 값이 아닙니다"
11708
11709#: builtin/remote.c:13
11710msgid "git remote [-v | --verbose]"
11711msgstr "git remote [-v | --verbose]"
11712
11713#: builtin/remote.c:14
11714msgid ""
11715"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11716"mirror=<fetch|push>] <name> <url>"
11717msgstr ""
11718"git remote add [-t <브랜치>] [-m <master>] [-f] [--tags | --no-tags] [--"
11719"mirror=<fetch|push>] <이름> <url>"
11720
11721#: builtin/remote.c:15 builtin/remote.c:35
11722msgid "git remote rename <old> <new>"
11723msgstr "git remote rename <옛이름> <새이름>"
11724
11725#: builtin/remote.c:16 builtin/remote.c:40
11726msgid "git remote remove <name>"
11727msgstr "git remote remove <이름>"
11728
11729#: builtin/remote.c:17 builtin/remote.c:45
11730msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11731msgstr "git remote set-head <이름> (-a | --auto | -d | --delete | <브랜치>)"
11732
11733#: builtin/remote.c:18
11734msgid "git remote [-v | --verbose] show [-n] <name>"
11735msgstr "git remote [-v | --verbose] show [-n] <이름>"
11736
11737#: builtin/remote.c:19
11738msgid "git remote prune [-n | --dry-run] <name>"
11739msgstr "git remote prune [-n | --dry-run] <이름>"
11740
11741#: builtin/remote.c:20
11742msgid ""
11743"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11744msgstr ""
11745"git remote [-v | --verbose] update [-p | --prune] [(<그룹> | <리모트>)...]"
11746
11747#: builtin/remote.c:21
11748msgid "git remote set-branches [--add] <name> <branch>..."
11749msgstr "git remote set-branches [--add] <이름> <브랜치>..."
11750
11751#: builtin/remote.c:22 builtin/remote.c:71
11752msgid "git remote get-url [--push] [--all] <name>"
11753msgstr "git remote get-url [--push] [--all] <이름>"
11754
11755#: builtin/remote.c:23 builtin/remote.c:76
11756msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11757msgstr "git remote set-url [--push] <이름> <새url> [<옛url>]"
11758
11759#: builtin/remote.c:24 builtin/remote.c:77
11760msgid "git remote set-url --add <name> <newurl>"
11761msgstr "git remote set-url --add <이름> <새url>"
11762
11763#: builtin/remote.c:25 builtin/remote.c:78
11764msgid "git remote set-url --delete <name> <url>"
11765msgstr "git remote set-url --delete <이름> <url>"
11766
11767#: builtin/remote.c:30
11768msgid "git remote add [<options>] <name> <url>"
11769msgstr "git remote add [<옵션>] <이름> <url>"
11770
11771#: builtin/remote.c:50
11772msgid "git remote set-branches <name> <branch>..."
11773msgstr "git remote set-branches <이름> <브랜치>..."
11774
11775#: builtin/remote.c:51
11776msgid "git remote set-branches --add <name> <branch>..."
11777msgstr "git remote set-branches --add <이름> <브랜치>..."
11778
11779#: builtin/remote.c:56
11780msgid "git remote show [<options>] <name>"
11781msgstr "git remote show [<옵션>] <이름>"
11782
11783#: builtin/remote.c:61
11784msgid "git remote prune [<options>] <name>"
11785msgstr "git remote prune [<옵션>] <이름>"
11786
11787#: builtin/remote.c:66
11788msgid "git remote update [<options>] [<group> | <remote>]..."
11789msgstr "git remote update [<옵션>] [<그룹> | <리모트>]..."
11790
11791#: builtin/remote.c:95
11792#, c-format
11793msgid "Updating %s"
11794msgstr "%s 업데이트 중"
11795
11796#: builtin/remote.c:127
11797msgid ""
11798"--mirror is dangerous and deprecated; please\n"
11799"\t use --mirror=fetch or --mirror=push instead"
11800msgstr ""
11801"--mirror는 위험하므로 사용을 권하지 않습니다. 대신에\n"
11802"\t --mirror=fetch 또는 --mirror=push를 사용하십시오"
11803
11804#: builtin/remote.c:144
11805#, c-format
11806msgid "unknown mirror argument: %s"
11807msgstr "알 수 없는 --mirror 옵션 인자: %s"
11808
11809#: builtin/remote.c:160
11810msgid "fetch the remote branches"
11811msgstr "리모트 브랜치를 가져옵니다"
11812
11813#: builtin/remote.c:162
11814msgid "import all tags and associated objects when fetching"
11815msgstr "가져올 때 모든 태그와 관련 오브젝트를 가져옵니다"
11816
11817#: builtin/remote.c:165
11818msgid "or do not fetch any tag at all (--no-tags)"
11819msgstr "아니면 아무 태그도 가져오지 않습니다 (--no-tags)"
11820
11821#: builtin/remote.c:167
11822msgid "branch(es) to track"
11823msgstr "추적할 브랜치"
11824
11825#: builtin/remote.c:168
11826msgid "master branch"
11827msgstr "마스터 브랜치"
11828
11829#: builtin/remote.c:169
11830msgid "push|fetch"
11831msgstr "push|fetch"
11832
11833#: builtin/remote.c:170
11834msgid "set up remote as a mirror to push to or fetch from"
11835msgstr "리모트를 푸시 또는 가져올 때 사용할 미러로 설정합니다"
11836
11837#: builtin/remote.c:182
11838msgid "specifying a master branch makes no sense with --mirror"
11839msgstr "--mirror 옵션과 같이 마스터 브랜치를 지정하면 앞뒤가 맞지 않습니다"
11840
11841#: builtin/remote.c:184
11842msgid "specifying branches to track makes sense only with fetch mirrors"
11843msgstr "마스터 브랜치를 지정은 fetch 미러에서만 앞뒤가 맞습니다"
11844
11845#: builtin/remote.c:191 builtin/remote.c:630
11846#, c-format
11847msgid "remote %s already exists."
11848msgstr "%s 리모트가 이미 있습니다."
11849
11850#: builtin/remote.c:195 builtin/remote.c:634
11851#, c-format
11852msgid "'%s' is not a valid remote name"
11853msgstr "'%s'은(는) 올바른 리모트 이름이 아닙니다"
11854
11855#: builtin/remote.c:235
11856#, c-format
11857msgid "Could not setup master '%s'"
11858msgstr "마스터 '%s'을(를) 설정할 수 없습니다"
11859
11860#: builtin/remote.c:337
11861#, c-format
11862msgid "Could not get fetch map for refspec %s"
11863msgstr "%s 레퍼런스명세에 대한 가져오기 맵을 얻을 수 없습니다"
11864
11865#: builtin/remote.c:438 builtin/remote.c:446
11866msgid "(matching)"
11867msgstr "(일치)"
11868
11869#: builtin/remote.c:450
11870msgid "(delete)"
11871msgstr "(삭제)"
11872
11873#: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:857
11874#, c-format
11875msgid "No such remote: %s"
11876msgstr "그런 리모트가 없습니다: %s"
11877
11878#: builtin/remote.c:640
11879#, c-format
11880msgid "Could not rename config section '%s' to '%s'"
11881msgstr "설정 섹션을 '%s'에서 '%s'(으)로 바꿀 수 없습니다"
11882
11883#: builtin/remote.c:660
11884#, c-format
11885msgid ""
11886"Not updating non-default fetch refspec\n"
11887"\t%s\n"
11888"\tPlease update the configuration manually if necessary."
11889msgstr ""
11890"기본값이 아닌 가져오기 레퍼런스명세를 업데이트하지 않습니다\n"
11891"\t%s\n"
11892"\t필요하면 설정을 수동으로 업데이트하십시오."
11893
11894#: builtin/remote.c:696
11895#, c-format
11896msgid "deleting '%s' failed"
11897msgstr "'%s' 삭제가 실패했습니다"
11898
11899#: builtin/remote.c:730
11900#, c-format
11901msgid "creating '%s' failed"
11902msgstr "'%s' 만들기가 실패했습니다"
11903
11904#: builtin/remote.c:795
11905msgid ""
11906"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11907"to delete it, use:"
11908msgid_plural ""
11909"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11910"to delete them, use:"
11911msgstr[0] ""
11912"알림: 레퍼런스/리모트/ 계층 구조 밖에 있는 일부 브랜치가 제거되지 않았습니"
11913"다.\n"
11914"삭제하려면 다음을 사용하십시오:"
11915
11916#: builtin/remote.c:809
11917#, c-format
11918msgid "Could not remove config section '%s'"
11919msgstr "설정 섹션 '%s'을(를) 제거할 수 없습니다"
11920
11921#: builtin/remote.c:910
11922#, c-format
11923msgid " new (next fetch will store in remotes/%s)"
11924msgstr " 새 항목 (다음 가져오기는 remotes/%s 아래 저장됩니다)"
11925
11926#: builtin/remote.c:913
11927msgid " tracked"
11928msgstr " 추적됨"
11929
11930#: builtin/remote.c:915
11931msgid " stale (use 'git remote prune' to remove)"
11932msgstr " 오래됨 (제거하려면 'git remote prune'을 사용하십시오)"
11933
11934#: builtin/remote.c:917
11935msgid " ???"
11936msgstr " ???"
11937
11938#: builtin/remote.c:958
11939#, c-format
11940msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11941msgstr "잘못된 branch.%s.merge 값. 여러 개 브랜치로 리베이스할 수 없습니다"
11942
11943#: builtin/remote.c:966
11944#, c-format
11945msgid "rebases interactively onto remote %s"
11946msgstr "리모트 %s 위로 대화식으로 리베이스합니다"
11947
11948#: builtin/remote.c:967
11949#, c-format
11950msgid "rebases onto remote %s"
11951msgstr "리모트 %s 위로 리베이스합니다"
11952
11953#: builtin/remote.c:970
11954#, c-format
11955msgid " merges with remote %s"
11956msgstr " 병합: 리모트 %s"
11957
11958#: builtin/remote.c:973
11959#, c-format
11960msgid "merges with remote %s"
11961msgstr "병합: 리모트 %s"
11962
11963#: builtin/remote.c:976
11964#, c-format
11965msgid "%-*s    and with remote %s\n"
11966msgstr "%-*s    그리고 리모트 %s\n"
11967
11968#: builtin/remote.c:1019
11969msgid "create"
11970msgstr "만들기"
11971
11972#: builtin/remote.c:1022
11973msgid "delete"
11974msgstr "삭제"
11975
11976#: builtin/remote.c:1026
11977msgid "up to date"
11978msgstr "최신 상태"
11979
11980#: builtin/remote.c:1029
11981msgid "fast-forwardable"
11982msgstr "정방향 진행 가능"
11983
11984#: builtin/remote.c:1032
11985msgid "local out of date"
11986msgstr "로컬이 뒤떨어짐"
11987
11988#: builtin/remote.c:1039
11989#, c-format
11990msgid "    %-*s forces to %-*s (%s)"
11991msgstr "    %-*s에서 %-*s(으)로 강제 (%s)"
11992
11993#: builtin/remote.c:1042
11994#, c-format
11995msgid "    %-*s pushes to %-*s (%s)"
11996msgstr "    %-*s에서 %-*s(으)로 푸시 (%s)"
11997
11998#: builtin/remote.c:1046
11999#, c-format
12000msgid "    %-*s forces to %s"
12001msgstr "    %-*s에서 %s(으)로 강제"
12002
12003#: builtin/remote.c:1049
12004#, c-format
12005msgid "    %-*s pushes to %s"
12006msgstr "    %-*s에서 %s(으)로 푸시"
12007
12008#: builtin/remote.c:1117
12009msgid "do not query remotes"
12010msgstr "리모트에 질의하지 않습니다"
12011
12012#: builtin/remote.c:1144
12013#, c-format
12014msgid "* remote %s"
12015msgstr "* 리모트 %s"
12016
12017#: builtin/remote.c:1145
12018#, c-format
12019msgid "  Fetch URL: %s"
12020msgstr "  가져오기 URL: %s"
12021
12022#: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:1301
12023msgid "(no URL)"
12024msgstr "(URL 없음)"
12025
12026#. TRANSLATORS: the colon ':' should align
12027#. with the one in " Fetch URL: %s"
12028#. translation.
12029#.
12030#: builtin/remote.c:1160 builtin/remote.c:1162
12031#, c-format
12032msgid "  Push  URL: %s"
12033msgstr "  푸시  URL: %s"
12034
12035#: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:1168
12036#, c-format
12037msgid "  HEAD branch: %s"
12038msgstr "  HEAD 브랜치: %s"
12039
12040#: builtin/remote.c:1164
12041msgid "(not queried)"
12042msgstr "(질의하지 않음)"
12043
12044#: builtin/remote.c:1166
12045msgid "(unknown)"
12046msgstr "(알 수 없음)"
12047
12048#: builtin/remote.c:1170
12049#, c-format
12050msgid ""
12051"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
12052msgstr "  HEAD 브랜치 (리모트 HEAD는 애매하고, 다음 중 하나일 수 있습니다):\n"
12053
12054#: builtin/remote.c:1182
12055#, c-format
12056msgid "  Remote branch:%s"
12057msgid_plural "  Remote branches:%s"
12058msgstr[0] "  리모트 브랜치:%s"
12059
12060#: builtin/remote.c:1185 builtin/remote.c:1211
12061msgid " (status not queried)"
12062msgstr " (상태를 질의하지 않음)"
12063
12064#: builtin/remote.c:1194
12065msgid "  Local branch configured for 'git pull':"
12066msgid_plural "  Local branches configured for 'git pull':"
12067msgstr[0] "  'git pull'에 사용할 로컬 브랜치를 설정:"
12068
12069#: builtin/remote.c:1202
12070msgid "  Local refs will be mirrored by 'git push'"
12071msgstr "  로컬 레퍼런스를 'git push'로 미러링할 예정"
12072
12073#: builtin/remote.c:1208
12074#, c-format
12075msgid "  Local ref configured for 'git push'%s:"
12076msgid_plural "  Local refs configured for 'git push'%s:"
12077msgstr[0] "  로컬 레퍼런스를 'git push'로 미러링%s:"
12078
12079#: builtin/remote.c:1229
12080msgid "set refs/remotes/<name>/HEAD according to remote"
12081msgstr "레퍼런스/리모트/<이름>/HEAD 값을 리모트에 맞게 설정합니다"
12082
12083#: builtin/remote.c:1231
12084msgid "delete refs/remotes/<name>/HEAD"
12085msgstr "레퍼런스/리모트/<이름>/HEAD 값을 삭제합니다"
12086
12087#: builtin/remote.c:1246
12088msgid "Cannot determine remote HEAD"
12089msgstr "리모트 HEAD를 결정할 수 없습니다"
12090
12091#: builtin/remote.c:1248
12092msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
12093msgstr ""
12094"리모트 HEAD 브랜치가 여러개입니다. 다음 중 하나를 명시적으로 지정하십시오:"
12095
12096#: builtin/remote.c:1258
12097#, c-format
12098msgid "Could not delete %s"
12099msgstr "%s을(를) 삭제할 수 없습니다"
12100
12101#: builtin/remote.c:1266
12102#, c-format
12103msgid "Not a valid ref: %s"
12104msgstr "올바른 레퍼런스가 아닙니다: %s"
12105
12106#: builtin/remote.c:1268
12107#, c-format
12108msgid "Could not setup %s"
12109msgstr "%s을(를) 설정할 수 없습니다"
12110
12111#: builtin/remote.c:1286
12112#, c-format
12113msgid " %s will become dangling!"
12114msgstr " %s의 연결이 끊어집니다!"
12115
12116#: builtin/remote.c:1287
12117#, c-format
12118msgid " %s has become dangling!"
12119msgstr " %s의 연결이 끊어졌습니다!"
12120
12121#: builtin/remote.c:1297
12122#, c-format
12123msgid "Pruning %s"
12124msgstr "잘라냄: %s"
12125
12126#: builtin/remote.c:1298
12127#, c-format
12128msgid "URL: %s"
12129msgstr "URL: %s"
12130
12131#: builtin/remote.c:1314
12132#, c-format
12133msgid " * [would prune] %s"
12134msgstr " * [잘라낼 예정] %s"
12135
12136#: builtin/remote.c:1317
12137#, c-format
12138msgid " * [pruned] %s"
12139msgstr " * [잘라냄] %s"
12140
12141#: builtin/remote.c:1362
12142msgid "prune remotes after fetching"
12143msgstr "가져온 후에 리모트를 잘라냅니다"
12144
12145#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
12146#, c-format
12147msgid "No such remote '%s'"
12148msgstr "그런 리모트가 없습니다 ('%s')"
12149
12150#: builtin/remote.c:1441
12151msgid "add branch"
12152msgstr "브랜치를 추가합니다"
12153
12154#: builtin/remote.c:1448
12155msgid "no remote specified"
12156msgstr "리모트를 지정하지 않았습니다"
12157
12158#: builtin/remote.c:1465
12159msgid "query push URLs rather than fetch URLs"
12160msgstr "가져오기 URL이 아니라 푸시 URL을 질의합니다"
12161
12162#: builtin/remote.c:1467
12163msgid "return all URLs"
12164msgstr "모든 URL을 리턴합니다"
12165
12166#: builtin/remote.c:1495
12167#, c-format
12168msgid "no URLs configured for remote '%s'"
12169msgstr "'%s' 리모트에 대한 URL을 설정하지 않았습니다"
12170
12171#: builtin/remote.c:1521
12172msgid "manipulate push URLs"
12173msgstr "푸시 URL을 지정합니다"
12174
12175#: builtin/remote.c:1523
12176msgid "add URL"
12177msgstr "URL을 추가합니다"
12178
12179#: builtin/remote.c:1525
12180msgid "delete URLs"
12181msgstr "URL을 삭제합니다"
12182
12183#: builtin/remote.c:1532
12184msgid "--add --delete doesn't make sense"
12185msgstr "--add --delete 옵션을 둘다 쓰면 안 됩니다"
12186
12187#: builtin/remote.c:1573
12188#, c-format
12189msgid "Invalid old URL pattern: %s"
12190msgstr "잘못된 오래전 URL 패턴: %s"
12191
12192#: builtin/remote.c:1581
12193#, c-format
12194msgid "No such URL found: %s"
12195msgstr "그런 URL이 없습니다: %s"
12196
12197#: builtin/remote.c:1583
12198msgid "Will not delete all non-push URLs"
12199msgstr "푸시용이 아닌 모든 URL을 삭제하지 않습니다"
12200
12201#: builtin/remote.c:1597
12202msgid "be verbose; must be placed before a subcommand"
12203msgstr "자세히 표시합니다 (하위 명령 앞에 와야 합니다)"
12204
12205#: builtin/remote.c:1628
12206#, c-format
12207msgid "Unknown subcommand: %s"
12208msgstr "알 수 없는 하위 명령: %s"
12209
12210#: builtin/repack.c:18
12211msgid "git repack [<options>]"
12212msgstr "git repack [<옵션>]"
12213
12214#: builtin/repack.c:23
12215msgid ""
12216"Incremental repacks are incompatible with bitmap indexes.  Use\n"
12217"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12218msgstr ""
12219"점진적인 repack은 비트맵 인덱스와 호환되지 않습니다.\n"
12220"--no-write-bitmap-index를 사용하거나 pack.writebitmaps 설정을 끄십시오."
12221
12222#: builtin/repack.c:168
12223msgid "pack everything in a single pack"
12224msgstr "하나의 묶음 안에 모두 묶습니다"
12225
12226#: builtin/repack.c:170
12227msgid "same as -a, and turn unreachable objects loose"
12228msgstr "-a와 동일하고, 접근 불가능 오브젝트를 느슨하게 바꿉니다"
12229
12230#: builtin/repack.c:173
12231msgid "remove redundant packs, and run git-prune-packed"
12232msgstr "여분의 묶음을 제거하고, git-prune-packed를 실행합니다"
12233
12234#: builtin/repack.c:175
12235msgid "pass --no-reuse-delta to git-pack-objects"
12236msgstr "git-pack-objects에 --no-reuse-delta 옵션을 넘깁니다"
12237
12238#: builtin/repack.c:177
12239msgid "pass --no-reuse-object to git-pack-objects"
12240msgstr "git-pack-objects에 --no-reuse-object 옵션을 넘깁니다"
12241
12242#: builtin/repack.c:179
12243msgid "do not run git-update-server-info"
12244msgstr "git-update-server-info를 실행하지 않습니다"
12245
12246#: builtin/repack.c:182
12247msgid "pass --local to git-pack-objects"
12248msgstr "git-pack-objects에 --local 옵션을 넘깁니다"
12249
12250#: builtin/repack.c:184
12251msgid "write bitmap index"
12252msgstr "비트맵 인덱스를 씁니다"
12253
12254#: builtin/repack.c:185
12255msgid "approxidate"
12256msgstr "대략의시각"
12257
12258#: builtin/repack.c:186
12259msgid "with -A, do not loosen objects older than this"
12260msgstr ""
12261"-A에 추가로, 지정한 시각보다 오래된 오브젝트를 느슨하게 만들지 않습니다"
12262
12263#: builtin/repack.c:188
12264msgid "with -a, repack unreachable objects"
12265msgstr "-a와 같이, 접근 불가능 오브젝트를 다시 묶습니다"
12266
12267#: builtin/repack.c:190
12268msgid "size of the window used for delta compression"
12269msgstr "델타 압축에 사용할 윈도우 크기"
12270
12271#: builtin/repack.c:191 builtin/repack.c:197
12272msgid "bytes"
12273msgstr "바이트수"
12274
12275#: builtin/repack.c:192
12276msgid "same as the above, but limit memory size instead of entries count"
12277msgstr "위와 동일하지만, 항목 수 대신 메모리 크기를 제한합니다"
12278
12279#: builtin/repack.c:194
12280msgid "limits the maximum delta depth"
12281msgstr "최대 델타 깊이를 제한합니다"
12282
12283#: builtin/repack.c:196
12284msgid "limits the maximum number of threads"
12285msgstr "최대 스레드 수를 제한합니다"
12286
12287#: builtin/repack.c:198
12288msgid "maximum size of each packfile"
12289msgstr "묶음 파일의 최대 크기"
12290
12291#: builtin/repack.c:200
12292msgid "repack objects in packs marked with .keep"
12293msgstr ".keep으로 표시된 묶음의 오브젝트를 다시 묶습니다"
12294
12295#: builtin/repack.c:210
12296msgid "cannot delete packs in a precious-objects repo"
12297msgstr "precious-objects 저장소의 묶음을 삭제할 수 없습니다"
12298
12299#: builtin/repack.c:214
12300msgid "--keep-unreachable and -A are incompatible"
12301msgstr "--keep-unreachable 및 -A 옵션은 호환되지 않습니다"
12302
12303#: builtin/repack.c:406 builtin/worktree.c:116
12304#, c-format
12305msgid "failed to remove '%s'"
12306msgstr "'%s' 제거에 실패했습니다"
12307
12308#: builtin/replace.c:20
12309msgid "git replace [-f] <object> <replacement>"
12310msgstr "git replace [-f] <오브젝트> <대체이름>"
12311
12312#: builtin/replace.c:21
12313msgid "git replace [-f] --edit <object>"
12314msgstr "git replace [-f] --edit <오브젝트>"
12315
12316#: builtin/replace.c:22
12317msgid "git replace [-f] --graft <commit> [<parent>...]"
12318msgstr "git replace [-f] --graft <커밋> [<상위>...]"
12319
12320#: builtin/replace.c:23
12321msgid "git replace -d <object>..."
12322msgstr "git replace -d <오브젝트>..."
12323
12324#: builtin/replace.c:24
12325msgid "git replace [--format=<format>] [-l [<pattern>]]"
12326msgstr "git replace [--format=<형식>] [-l [<패턴>]]"
12327
12328#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
12329#, c-format
12330msgid "Not a valid object name: '%s'"
12331msgstr "올바른 오브젝트 이름이 아닙니다: '%s'"
12332
12333#: builtin/replace.c:361
12334#, c-format
12335msgid "bad mergetag in commit '%s'"
12336msgstr "커밋 '%s'에 잘못된 병합태그"
12337
12338#: builtin/replace.c:363
12339#, c-format
12340msgid "malformed mergetag in commit '%s'"
12341msgstr "커밋 '%s'에 잘못된 형식의 병합태그"
12342
12343#: builtin/replace.c:374
12344#, c-format
12345msgid ""
12346"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12347"instead of --graft"
12348msgstr ""
12349"본래 커밋 '%s'에 버려진 병합태그 '%s'이(가) 들어 있습니다. --graft 대신 --"
12350"edit 옵션을 사용하십시오"
12351
12352#: builtin/replace.c:407
12353#, c-format
12354msgid "the original commit '%s' has a gpg signature."
12355msgstr "본래 커밋 '%s'에 GPG 서명이 있습니다."
12356
12357#: builtin/replace.c:408
12358msgid "the signature will be removed in the replacement commit!"
12359msgstr "대체 커밋에서 서명을 제거합니다!"
12360
12361#: builtin/replace.c:414
12362#, c-format
12363msgid "could not write replacement commit for: '%s'"
12364msgstr "다음에 대한 대체 커밋을 쓸 수 없습니다: '%s'"
12365
12366#: builtin/replace.c:438
12367msgid "list replace refs"
12368msgstr "대체 레퍼런스 목록을 표시합니다"
12369
12370#: builtin/replace.c:439
12371msgid "delete replace refs"
12372msgstr "대체 레퍼런스를 삭제합니다"
12373
12374#: builtin/replace.c:440
12375msgid "edit existing object"
12376msgstr "현재 오브젝트를 편집합니다"
12377
12378#: builtin/replace.c:441
12379msgid "change a commit's parents"
12380msgstr "커밋의 상위 항목을 바꿉니다"
12381
12382#: builtin/replace.c:442
12383msgid "replace the ref if it exists"
12384msgstr "레퍼런스가 있으면 대체합니다"
12385
12386#: builtin/replace.c:443
12387msgid "do not pretty-print contents for --edit"
12388msgstr "--edit에 대한 내용을 예쁘게 표시하지 않습니다"
12389
12390#: builtin/replace.c:444
12391msgid "use this format"
12392msgstr "이 형식을 사용합니다"
12393
12394#: builtin/rerere.c:13
12395msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12396msgstr "git rerere [clear | forget <경로>... | status | remaining | diff | gc]"
12397
12398#: builtin/rerere.c:59
12399msgid "register clean resolutions in index"
12400msgstr "인덱스에 깔끔한 해결을 등록합니다"
12401
12402#: builtin/reset.c:29
12403msgid ""
12404"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12405msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<커밋>]"
12406
12407#: builtin/reset.c:30
12408msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12409msgstr "git reset [-q] [<트리-따위>] [--] <경로>..."
12410
12411#: builtin/reset.c:31
12412msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12413msgstr "git reset --patch [<트리-따위>] [--] [<경로>...]"
12414
12415#: builtin/reset.c:37
12416msgid "mixed"
12417msgstr "혼합"
12418
12419#: builtin/reset.c:37
12420msgid "soft"
12421msgstr "소프트"
12422
12423#: builtin/reset.c:37
12424msgid "hard"
12425msgstr "하드"
12426
12427#: builtin/reset.c:37
12428msgid "merge"
12429msgstr "병합"
12430
12431#: builtin/reset.c:37
12432msgid "keep"
12433msgstr "유지"
12434
12435#: builtin/reset.c:77
12436msgid "You do not have a valid HEAD."
12437msgstr "올바른 HEAD가 없습니다."
12438
12439#: builtin/reset.c:79
12440msgid "Failed to find tree of HEAD."
12441msgstr "HEAD의 트리를 찾는데 실패했습니다."
12442
12443#: builtin/reset.c:85
12444#, c-format
12445msgid "Failed to find tree of %s."
12446msgstr "%s의 트리를 찾는데 실패했습니다."
12447
12448#: builtin/reset.c:103
12449#, c-format
12450msgid "HEAD is now at %s"
12451msgstr "HEAD의 현재 위치는 %s입니다"
12452
12453#: builtin/reset.c:186
12454#, c-format
12455msgid "Cannot do a %s reset in the middle of a merge."
12456msgstr "병합 중에 %s 리셋을 할 수 없습니다."
12457
12458#: builtin/reset.c:286
12459msgid "be quiet, only report errors"
12460msgstr "간략히 표시, 오류만 표시합니다"
12461
12462#: builtin/reset.c:288
12463msgid "reset HEAD and index"
12464msgstr "HEAD와 인덱스를 리셋합니다"
12465
12466#: builtin/reset.c:289
12467msgid "reset only HEAD"
12468msgstr "HEAD만 리셋합니다"
12469
12470#: builtin/reset.c:291 builtin/reset.c:293
12471msgid "reset HEAD, index and working tree"
12472msgstr "HEAD, 인덱스, 작업폴더를 리셋합니다"
12473
12474#: builtin/reset.c:295
12475msgid "reset HEAD but keep local changes"
12476msgstr "HEAD를 리셋하지만 로컬 변경 사항을 남겨둡니다"
12477
12478#: builtin/reset.c:301
12479msgid "record only the fact that removed paths will be added later"
12480msgstr "제거한 경로를 나중에 추가한다는 사실만 기록합니다"
12481
12482#: builtin/reset.c:320
12483#, c-format
12484msgid "Failed to resolve '%s' as a valid revision."
12485msgstr "'%s'을(를) 올바른 리비전으로 찾는데 실패했습니다."
12486
12487#: builtin/reset.c:328
12488#, c-format
12489msgid "Failed to resolve '%s' as a valid tree."
12490msgstr "'%s'을(를) 올바른 트리로 찾는데 실패했습니다."
12491
12492#: builtin/reset.c:337
12493msgid "--patch is incompatible with --{hard,mixed,soft}"
12494msgstr "--patch 옵션은 --{hard,mixed,soft} 옵션과 호환되지 않습니다"
12495
12496#: builtin/reset.c:346
12497msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12498msgstr ""
12499"--mixed 옵션을 경로와 같이 쓰기는 제거될 예정입니다. 대신에 'git reset -- <경"
12500"로>'를 사용하십시오."
12501
12502#: builtin/reset.c:348
12503#, c-format
12504msgid "Cannot do %s reset with paths."
12505msgstr "경로와 같이 %s 리셋을 할 수 없습니다."
12506
12507#: builtin/reset.c:358
12508#, c-format
12509msgid "%s reset is not allowed in a bare repository"
12510msgstr "%s 리셋은 간략한 저장소에서만 쓸 수 있습니다"
12511
12512#: builtin/reset.c:362
12513msgid "-N can only be used with --mixed"
12514msgstr "-N 옵션은 --mixed 옵션과 같이 써야만 합니다"
12515
12516#: builtin/reset.c:379
12517msgid "Unstaged changes after reset:"
12518msgstr "리셋 뒤에 스테이징하지 않은 변경 사항:"
12519
12520#: builtin/reset.c:385
12521#, c-format
12522msgid "Could not reset index file to revision '%s'."
12523msgstr "인덱스 파일을 '%s' 리비전으로 리셋할 수 없습니다."
12524
12525#: builtin/reset.c:389
12526msgid "Could not write new index file."
12527msgstr "새 인덱스 파일을 쓸 수 없습니다."
12528
12529#: builtin/rev-list.c:358
12530msgid "rev-list does not support display of notes"
12531msgstr "rev-list는 노트 표시를 지원하지 않습니다"
12532
12533#: builtin/rev-parse.c:394
12534msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12535msgstr "git rev-parse --parseopt [<옵션>] -- [<인자>...]"
12536
12537#: builtin/rev-parse.c:399
12538msgid "keep the `--` passed as an arg"
12539msgstr "인자로 넘긴 `--`를 유지합니다"
12540
12541#: builtin/rev-parse.c:401
12542msgid "stop parsing after the first non-option argument"
12543msgstr "첫번째 옵션이 아닌 인자 뒤에 파싱을 중지합니다"
12544
12545#: builtin/rev-parse.c:404
12546msgid "output in stuck long form"
12547msgstr "stuck long 형식으로 출력합니다"
12548
12549#: builtin/rev-parse.c:535
12550msgid ""
12551"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12552"   or: git rev-parse --sq-quote [<arg>...]\n"
12553"   or: git rev-parse [<options>] [<arg>...]\n"
12554"\n"
12555"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12556msgstr ""
12557"git rev-parse --parseopt [<옵션>] -- [<인자>...]\n"
12558"   or: git rev-parse --sq-quote [<인자>...]\n"
12559"   or: git rev-parse [<옵션>] [<인자>...]\n"
12560"\n"
12561"첫번째 사용방법에 대해 자세히 알고 싶으면, \"git rev-parse --parseopt -h"
12562"\"를\n"
12563"실행해 보십시오."
12564
12565#: builtin/revert.c:23
12566msgid "git revert [<options>] <commit-ish>..."
12567msgstr "git revert [<옵션>] <커밋-따위>..."
12568
12569#: builtin/revert.c:24
12570msgid "git revert <subcommand>"
12571msgstr "git revert <하위명령>"
12572
12573#: builtin/revert.c:29
12574msgid "git cherry-pick [<options>] <commit-ish>..."
12575msgstr "git cherry-pick [<옵션>] <커밋-따위>..."
12576
12577#: builtin/revert.c:30
12578msgid "git cherry-pick <subcommand>"
12579msgstr "git cherry-pick <하위명령>"
12580
12581#: builtin/revert.c:90
12582#, c-format
12583msgid "%s: %s cannot be used with %s"
12584msgstr "%s: %s은(는) %s와(과) 같이 쓸 수 없습니다"
12585
12586#: builtin/revert.c:99
12587msgid "end revert or cherry-pick sequence"
12588msgstr "되돌리기 또는 커밋 빼오기 연속을 끝냅니다"
12589
12590#: builtin/revert.c:100
12591msgid "resume revert or cherry-pick sequence"
12592msgstr "되돌리기 또는 커밋 빼오기 연속을 계속합니다"
12593
12594#: builtin/revert.c:101
12595msgid "cancel revert or cherry-pick sequence"
12596msgstr "되돌리기 또는 커밋 빼오기 연속을 취소합니다"
12597
12598#: builtin/revert.c:102
12599msgid "don't automatically commit"
12600msgstr "자동으로 커밋하지 않습니다"
12601
12602#: builtin/revert.c:103
12603msgid "edit the commit message"
12604msgstr "커밋 메시지를 편집합니다"
12605
12606#: builtin/revert.c:106
12607msgid "parent-number"
12608msgstr "이전-커밋-번호"
12609
12610#: builtin/revert.c:107
12611msgid "select mainline parent"
12612msgstr "이전 커밋 중 메인라인 선택"
12613
12614#: builtin/revert.c:109
12615msgid "merge strategy"
12616msgstr "병합 전략"
12617
12618#: builtin/revert.c:110
12619msgid "option"
12620msgstr "옵션"
12621
12622#: builtin/revert.c:111
12623msgid "option for merge strategy"
12624msgstr "병합 전략 옵션"
12625
12626#: builtin/revert.c:120
12627msgid "append commit name"
12628msgstr "커밋 이름을 뒤에 붙입니다"
12629
12630#: builtin/revert.c:122
12631msgid "preserve initially empty commits"
12632msgstr "최초 빈 커밋을 유지합니다"
12633
12634#: builtin/revert.c:123
12635msgid "allow commits with empty messages"
12636msgstr "빈 메시지로 커밋을 허용합니다"
12637
12638#: builtin/revert.c:124
12639msgid "keep redundant, empty commits"
12640msgstr "여분의 빈 커밋을 유지합니다"
12641
12642#: builtin/revert.c:212
12643msgid "revert failed"
12644msgstr "되돌리기 실패"
12645
12646#: builtin/revert.c:225
12647msgid "cherry-pick failed"
12648msgstr "cherry-pick 실패"
12649
12650#: builtin/rm.c:18
12651msgid "git rm [<options>] [--] <file>..."
12652msgstr "git rm [<옵션>] [--] <파일>..."
12653
12654#: builtin/rm.c:206
12655msgid ""
12656"the following file has staged content different from both the\n"
12657"file and the HEAD:"
12658msgid_plural ""
12659"the following files have staged content different from both the\n"
12660"file and the HEAD:"
12661msgstr[0] ""
12662"다음 파일에 파일과 HEAD 모두 다른 스테이징한 내용이\n"
12663"있습니다:"
12664
12665#: builtin/rm.c:211
12666msgid ""
12667"\n"
12668"(use -f to force removal)"
12669msgstr ""
12670"\n"
12671"(강제로 제거하려면 -f 옵션을 사용하십시오)"
12672
12673#: builtin/rm.c:215
12674msgid "the following file has changes staged in the index:"
12675msgid_plural "the following files have changes staged in the index:"
12676msgstr[0] "다음 파일이 인덱스에 스테이징한 변경 사항이 있습니다:"
12677
12678#: builtin/rm.c:219 builtin/rm.c:228
12679msgid ""
12680"\n"
12681"(use --cached to keep the file, or -f to force removal)"
12682msgstr ""
12683"\n"
12684"(파일을 유지하려면 --cached 옵션, 강제로 제거하려면 -f 옵션을 사용하십시오)"
12685
12686#: builtin/rm.c:225
12687msgid "the following file has local modifications:"
12688msgid_plural "the following files have local modifications:"
12689msgstr[0] "다음 파일에 로컬 수정 사항이 있습니다:"
12690
12691#: builtin/rm.c:243
12692msgid "do not list removed files"
12693msgstr "제거한 파일 목록을 표시하지 않습니다"
12694
12695#: builtin/rm.c:244
12696msgid "only remove from the index"
12697msgstr "인덱스에서만 제거합니다"
12698
12699#: builtin/rm.c:245
12700msgid "override the up-to-date check"
12701msgstr "최신 버전 확인을 하지 않습니다"
12702
12703#: builtin/rm.c:246
12704msgid "allow recursive removal"
12705msgstr "재귀적 제거를 허용합니다"
12706
12707#: builtin/rm.c:248
12708msgid "exit with a zero status even if nothing matched"
12709msgstr "아무 것도 일치하지 않으면 상태 0번으로 끝납니다"
12710
12711#: builtin/rm.c:308
12712#, c-format
12713msgid "not removing '%s' recursively without -r"
12714msgstr "-r 옵션이 없으면 재귀적으로 '%s'을(를) 제거하지 않습니다"
12715
12716#: builtin/rm.c:347
12717#, c-format
12718msgid "git rm: unable to remove %s"
12719msgstr "git rm: %s을(를) 제거할 수 없습니다"
12720
12721#: builtin/rm.c:370
12722#, c-format
12723msgid "could not remove '%s'"
12724msgstr "'%s'을(를) 제거할 수 없습니다"
12725
12726#: builtin/send-pack.c:19
12727msgid ""
12728"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12729"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12730"[<ref>...]\n"
12731"  --all and explicit <ref> specification are mutually exclusive."
12732msgstr ""
12733"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12734"receive-pack>] [--verbose] [--thin] [--atomic] [<호스트>:]<디렉터리> [<레퍼런"
12735"스>...]\n"
12736"  --all 옵션과 명시적인 <레퍼런스> 명세 중 하나만 사용할 수 있습니다."
12737
12738#: builtin/send-pack.c:162
12739msgid "remote name"
12740msgstr "리모트 이름"
12741
12742#: builtin/send-pack.c:176
12743msgid "use stateless RPC protocol"
12744msgstr "상태 없는 RPC 프로토콜을 사용합니다"
12745
12746#: builtin/send-pack.c:177
12747msgid "read refs from stdin"
12748msgstr "표준 입력에서 레퍼런스를 읽습니다"
12749
12750#: builtin/send-pack.c:178
12751msgid "print status from remote helper"
12752msgstr "리모트 도움 프로그램의 상태를 표시합니다"
12753
12754#: builtin/shortlog.c:14
12755msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12756msgstr "git shortlog [<옵션>] [<리비전-범위>] [[--] [<경로>...]]"
12757
12758#: builtin/shortlog.c:249
12759msgid "Group by committer rather than author"
12760msgstr "작성자가 아닌 커미터로 묶습니다"
12761
12762#: builtin/shortlog.c:251
12763msgid "sort output according to the number of commits per author"
12764msgstr "작성자별 커밋 수에 따라 정렬합니다"
12765
12766#: builtin/shortlog.c:253
12767msgid "Suppress commit descriptions, only provides commit count"
12768msgstr "커밋 설명을 생략하고, 커밋 수만 표시합니다"
12769
12770#: builtin/shortlog.c:255
12771msgid "Show the email address of each author"
12772msgstr "작성자의 전자메일 주소를 표시합니다"
12773
12774#: builtin/shortlog.c:256
12775msgid "w[,i1[,i2]]"
12776msgstr "w[,i1[,i2]]"
12777
12778#: builtin/shortlog.c:257
12779msgid "Linewrap output"
12780msgstr "줄바꿈 출력"
12781
12782#: builtin/show-branch.c:12
12783msgid ""
12784"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12785"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12786"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12787"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12788msgstr ""
12789"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12790"\t\t[--current] [--color[=<시각>] | --no-color] [--sparse]\n"
12791"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12792"\t\t[--no-name | --sha1-name] [--topics] [(<리비전> | <glob>)...]"
12793
12794#: builtin/show-branch.c:16
12795msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12796msgstr "git show-branch (-g | --reflog)[=<n>[,<베이스>]] [--list] [<레퍼런스>]"
12797
12798#: builtin/show-branch.c:376
12799#, c-format
12800msgid "ignoring %s; cannot handle more than %d ref"
12801msgid_plural "ignoring %s; cannot handle more than %d refs"
12802msgstr[0] "%s 무시. 레퍼런스를 %d개보다 많이 처리할 수 없습니다"
12803
12804#: builtin/show-branch.c:530
12805#, c-format
12806msgid "no matching refs with %s"
12807msgstr "%s와(과) 일치하는 레퍼런스가 없습니다"
12808
12809#: builtin/show-branch.c:626
12810msgid "show remote-tracking and local branches"
12811msgstr "리모트 추적 및 로컬 브랜치를 표시합니다"
12812
12813#: builtin/show-branch.c:628
12814msgid "show remote-tracking branches"
12815msgstr "리모트 추적 브랜치를 표시합니다"
12816
12817#: builtin/show-branch.c:630
12818msgid "color '*!+-' corresponding to the branch"
12819msgstr "브랜치에 따른 '*!+-' 표시에 색을 입힙니다"
12820
12821#: builtin/show-branch.c:632
12822msgid "show <n> more commits after the common ancestor"
12823msgstr "공통 이전 커밋 뒤의 <n>개의 커밋을 표시합니다"
12824
12825#: builtin/show-branch.c:634
12826msgid "synonym to more=-1"
12827msgstr "--more=-1 옵션과 동일"
12828
12829#: builtin/show-branch.c:635
12830msgid "suppress naming strings"
12831msgstr "이름 문자열을 표시하지 않습니다"
12832
12833#: builtin/show-branch.c:637
12834msgid "include the current branch"
12835msgstr "현재 브랜치를 포함"
12836
12837#: builtin/show-branch.c:639
12838msgid "name commits with their object names"
12839msgstr "커밋의 이름을 그 오브젝트 이름으로 붙입니다"
12840
12841#: builtin/show-branch.c:641
12842msgid "show possible merge bases"
12843msgstr "가능한 병합 기준점을 표시합니다"
12844
12845#: builtin/show-branch.c:643
12846msgid "show refs unreachable from any other ref"
12847msgstr "다른 어떤 레퍼런스에서도 접근 불가능한 레퍼런스를 표시합니다"
12848
12849#: builtin/show-branch.c:645
12850msgid "show commits in topological order"
12851msgstr "위상 순서에 따라 커밋을 표시합니다"
12852
12853#: builtin/show-branch.c:648
12854msgid "show only commits not on the first branch"
12855msgstr "첫 브랜치에 없는 커밋만 표시합니다"
12856
12857#: builtin/show-branch.c:650
12858msgid "show merges reachable from only one tip"
12859msgstr "하나의 끝에서만 접근 가능한 병합을 표시합니다"
12860
12861#: builtin/show-branch.c:652
12862msgid "topologically sort, maintaining date order where possible"
12863msgstr "가능하면 시간 순서를 유지하면서 위상 순서로 정렬"
12864
12865#: builtin/show-branch.c:655
12866msgid "<n>[,<base>]"
12867msgstr "<n>[,<베이스>]"
12868
12869#: builtin/show-branch.c:656
12870msgid "show <n> most recent ref-log entries starting at base"
12871msgstr "기준부터 시작해 최대 <n>개의 최근 ref-log 항목을 표시합니다"
12872
12873#: builtin/show-branch.c:690
12874msgid ""
12875"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12876msgstr ""
12877"--reflog 옵션은 --all, --remotes, --independent, --merge-base 옵션과 호환되"
12878"지 않습니다"
12879
12880#: builtin/show-branch.c:714
12881msgid "no branches given, and HEAD is not valid"
12882msgstr "브랜치를 지정하지 않았고, HEAD가 올바르지 않습니다"
12883
12884#: builtin/show-branch.c:717
12885msgid "--reflog option needs one branch name"
12886msgstr "--reflog 옵션은 브랜치 이름이 필요합니다"
12887
12888#: builtin/show-branch.c:720
12889#, c-format
12890msgid "only %d entry can be shown at one time."
12891msgid_plural "only %d entries can be shown at one time."
12892msgstr[0] "한 번에 %d개 항목만 표시할 수 있습니다."
12893
12894#: builtin/show-branch.c:724
12895#, c-format
12896msgid "no such ref %s"
12897msgstr "그런 레퍼런스가 없습니다: %s"
12898
12899#: builtin/show-branch.c:808
12900#, c-format
12901msgid "cannot handle more than %d rev."
12902msgid_plural "cannot handle more than %d revs."
12903msgstr[0] "레퍼런스를 %d개보다 많이 처리할 수 없습니다."
12904
12905#: builtin/show-branch.c:812
12906#, c-format
12907msgid "'%s' is not a valid ref."
12908msgstr "'%s'은(는) 올바른 레퍼런스가 아닙니다."
12909
12910#: builtin/show-branch.c:815
12911#, c-format
12912msgid "cannot find commit %s (%s)"
12913msgstr "%s 커밋을 찾을 수 없음 (%s)"
12914
12915#: builtin/show-ref.c:10
12916msgid ""
12917"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12918"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12919msgstr ""
12920"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12921"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<패턴>...]"
12922
12923#: builtin/show-ref.c:11
12924msgid "git show-ref --exclude-existing[=<pattern>]"
12925msgstr "git show-ref --exclude-existing[=<패턴>]"
12926
12927#: builtin/show-ref.c:159
12928msgid "only show tags (can be combined with heads)"
12929msgstr "태그만 표시 (헤드와 결합 가능)"
12930
12931#: builtin/show-ref.c:160
12932msgid "only show heads (can be combined with tags)"
12933msgstr "헤드만 표시 (태그와 결합 가능)"
12934
12935#: builtin/show-ref.c:161
12936msgid "stricter reference checking, requires exact ref path"
12937msgstr "더 엄격한 레퍼런스 검사, 정확히 하나의 레퍼런스 경로 필요"
12938
12939#: builtin/show-ref.c:164 builtin/show-ref.c:166
12940msgid "show the HEAD reference, even if it would be filtered out"
12941msgstr "HEAD 레퍼런스를 표시합니다 (필터링되서 제외되더라도)"
12942
12943#: builtin/show-ref.c:168
12944msgid "dereference tags into object IDs"
12945msgstr "태그를 오브젝트 ID로 따라갑니다"
12946
12947#: builtin/show-ref.c:170
12948msgid "only show SHA1 hash using <n> digits"
12949msgstr "SHA-1 표시에 <n>개의 숫자만 사용합니다"
12950
12951#: builtin/show-ref.c:174
12952msgid "do not print results to stdout (useful with --verify)"
12953msgstr "표준 출력에 결과를 표시하지 않습니다 (--verify 옵션과 사용하면 좋음)"
12954
12955#: builtin/show-ref.c:176
12956msgid "show refs from stdin that aren't in local repository"
12957msgstr "로컬 저장소에 없는 레퍼런스를 표준 입력에서 읽어 표시합니다"
12958
12959#: builtin/stripspace.c:18
12960msgid "git stripspace [-s | --strip-comments]"
12961msgstr "git stripspace [-s | --strip-comments]"
12962
12963#: builtin/stripspace.c:19
12964msgid "git stripspace [-c | --comment-lines]"
12965msgstr "git stripspace [-c | --comment-lines]"
12966
12967#: builtin/stripspace.c:36
12968msgid "skip and remove all lines starting with comment character"
12969msgstr "주석 문자로 시작하는 모든 줄을 건너뛰고 제거합니다"
12970
12971#: builtin/stripspace.c:39
12972msgid "prepend comment character and space to each line"
12973msgstr "각 줄의 앞에 주석 문자와 공백을 붙입니다"
12974
12975#: builtin/submodule--helper.c:25 builtin/submodule--helper.c:1075
12976#, c-format
12977msgid "No such ref: %s"
12978msgstr "그런 레퍼런스가 없습니다: %s"
12979
12980#: builtin/submodule--helper.c:32 builtin/submodule--helper.c:1084
12981#, c-format
12982msgid "Expecting a full ref name, got %s"
12983msgstr "전체 레퍼런스 이름이 필요하지만, 입력은 %s"
12984
12985#: builtin/submodule--helper.c:72
12986#, c-format
12987msgid "cannot strip one component off url '%s'"
12988msgstr "'%s' URL 하나의 단계를 잘라낼 수 없습니다"
12989
12990#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12991msgid "alternative anchor for relative paths"
12992msgstr "상대 경로에 사용할 또다른 기준"
12993
12994#: builtin/submodule--helper.c:310
12995msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12996msgstr "git submodule--helper list [--prefix=<경로>] [<경로>...]"
12997
12998#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12999#, c-format
13000msgid "No url found for submodule path '%s' in .gitmodules"
13001msgstr ".gitmodules에서 하위 모듈 경로 '%s'에 대한 URL이 없습니다"
13002
13003#: builtin/submodule--helper.c:395
13004#, c-format
13005msgid ""
13006"could not lookup configuration '%s'. Assuming this repository is its own "
13007"authoritative upstream."
13008msgstr ""
13009"'%s' 설정을 찾아볼 수 없습니다. 이 저장소가 자체 업스트림이라고 가정합니다."
13010
13011#: builtin/submodule--helper.c:406
13012#, c-format
13013msgid "Failed to register url for submodule path '%s'"
13014msgstr "하위 모듈 경로 '%s'에 대한 URL을 등록하는데 실패했습니다"
13015
13016#: builtin/submodule--helper.c:410
13017#, c-format
13018msgid "Submodule '%s' (%s) registered for path '%s'\n"
13019msgstr "'%3$s' 경로에 대해 '%1$s' (%2$s) 하위 모듈 등록\n"
13020
13021#: builtin/submodule--helper.c:420
13022#, c-format
13023msgid "warning: command update mode suggested for submodule '%s'\n"
13024msgstr "경고: '%s' 하위 모듈에 대해 커맨드 업데이트 모드가 제안되었습니다\n"
13025
13026#: builtin/submodule--helper.c:427
13027#, c-format
13028msgid "Failed to register update mode for submodule path '%s'"
13029msgstr "'%s' 하위 모듈에 대해 업데이트 모드 등록이 실패했습니다"
13030
13031#: builtin/submodule--helper.c:443
13032msgid "Suppress output for initializing a submodule"
13033msgstr "하위 모듈 초기화에 출력을 하지 않습니다"
13034
13035#: builtin/submodule--helper.c:448
13036msgid "git submodule--helper init [<path>]"
13037msgstr "git submodule--helper init [<경로>]"
13038
13039#: builtin/submodule--helper.c:476
13040msgid "git submodule--helper name <path>"
13041msgstr "git submodule--helper name <경로>"
13042
13043#: builtin/submodule--helper.c:482
13044#, c-format
13045msgid "no submodule mapping found in .gitmodules for path '%s'"
13046msgstr "경로 '%s'에 대해 .gitmodules에 있는 하위모듈 매핑이 없습니다"
13047
13048#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
13049#, c-format
13050msgid "submodule '%s' cannot add alternate: %s"
13051msgstr "'%s' 하위 모듈에 보조 오브젝트를 추가할 수 없습니다: %s"
13052
13053#: builtin/submodule--helper.c:604
13054#, c-format
13055msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
13056msgstr "submodule.alternateErrorStrategy에 대한 값이('%s') 알 수 없는 값입니다"
13057
13058#: builtin/submodule--helper.c:611
13059#, c-format
13060msgid "Value '%s' for submodule.alternateLocation is not recognized"
13061msgstr "submodule.alternateLocation에 대한 값이('%s') 알 수 없는 값입니다"
13062
13063#: builtin/submodule--helper.c:633
13064msgid "where the new submodule will be cloned to"
13065msgstr "새 하위 모듈을 복제할 대상 위치"
13066
13067#: builtin/submodule--helper.c:636
13068msgid "name of the new submodule"
13069msgstr "새 하위 모듈 이름"
13070
13071#: builtin/submodule--helper.c:639
13072msgid "url where to clone the submodule from"
13073msgstr "하위 모듈을 복제해 올 URL"
13074
13075#: builtin/submodule--helper.c:645
13076msgid "depth for shallow clones"
13077msgstr "얕은 복제에 사용할 깊이"
13078
13079#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
13080msgid "force cloning progress"
13081msgstr "복제 진행 상황을 항상 표시합니다"
13082
13083#: builtin/submodule--helper.c:653
13084msgid ""
13085"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13086"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13087msgstr ""
13088"git submodule--helper clone [--prefix=<경로>] [--quiet] [--reference <저장소"
13089">] [--name <이름>] [--depth <깊이>] --url <url> --path <경로>"
13090
13091#: builtin/submodule--helper.c:684
13092#, c-format
13093msgid "clone of '%s' into submodule path '%s' failed"
13094msgstr "'%s'에서 하위 모듈 경로 '%s'에 복제하는데 실패했습니다"
13095
13096#: builtin/submodule--helper.c:699
13097#, c-format
13098msgid "could not get submodule directory for '%s'"
13099msgstr "'%s'에 대한 하위 모듈 디렉터리를 가져올 수 없습니다"
13100
13101#: builtin/submodule--helper.c:764
13102#, c-format
13103msgid "Submodule path '%s' not initialized"
13104msgstr "'%s' 하위 모듈 경로가 초기화되지 않았습니다"
13105
13106#: builtin/submodule--helper.c:768
13107msgid "Maybe you want to use 'update --init'?"
13108msgstr "'update --init'을 하려고 한 것 아니었습니까?"
13109
13110#: builtin/submodule--helper.c:793
13111#, c-format
13112msgid "Skipping unmerged submodule %s"
13113msgstr "병합하지 하위 모듈 %s 건너뜀"
13114
13115#: builtin/submodule--helper.c:814
13116#, c-format
13117msgid "Skipping submodule '%s'"
13118msgstr "하위 모듈 '%s' 건너뜀"
13119
13120#: builtin/submodule--helper.c:942
13121#, c-format
13122msgid "Failed to clone '%s'. Retry scheduled"
13123msgstr "'%s' 복제하는데 실패했습니다. 재시도 예정"
13124
13125#: builtin/submodule--helper.c:953
13126#, c-format
13127msgid "Failed to clone '%s' a second time, aborting"
13128msgstr "두번째 '%s' 복제하는데 실패했습니다. 중지합니다"
13129
13130#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
13131msgid "path into the working tree"
13132msgstr "작업 폴더로 가는 경로"
13133
13134#: builtin/submodule--helper.c:977
13135msgid "path into the working tree, across nested submodule boundaries"
13136msgstr "작업 폴더로 가는 경로, 내장된 하위 모듈의 경계 통과"
13137
13138#: builtin/submodule--helper.c:981
13139msgid "rebase, merge, checkout or none"
13140msgstr "rebase, merge, checkout 또는 none"
13141
13142#: builtin/submodule--helper.c:985
13143msgid "Create a shallow clone truncated to the specified number of revisions"
13144msgstr "지정한 개수의 리비전에서 잘린 얕은 복제를 만듭니다"
13145
13146#: builtin/submodule--helper.c:988
13147msgid "parallel jobs"
13148msgstr "병렬 작업 개수"
13149
13150#: builtin/submodule--helper.c:990
13151msgid "whether the initial clone should follow the shallow recommendation"
13152msgstr "최초 복제가 얕은 복제 추천을 따를지 여부"
13153
13154#: builtin/submodule--helper.c:991
13155msgid "don't print cloning progress"
13156msgstr "복제 과정을 표시하지 않습니다"
13157
13158#: builtin/submodule--helper.c:998
13159msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13160msgstr "git submodule--helper update_clone [--prefix=<경로>] [<경로>...]"
13161
13162#: builtin/submodule--helper.c:1008
13163msgid "bad value for update parameter"
13164msgstr "파라미터 업데이트에 값이 잘못되었습니다"
13165
13166#: builtin/submodule--helper.c:1079
13167#, c-format
13168msgid ""
13169"Submodule (%s) branch configured to inherit branch from superproject, but "
13170"the superproject is not on any branch"
13171msgstr ""
13172"하위 모듈 (%s) 브랜치가 상위 프로젝트 브랜치를 이어받도록 설정되었지만, 상위 "
13173"프로젝트에 브랜치가 없습니다"
13174
13175#: builtin/submodule--helper.c:1163
13176msgid "recurse into submodules"
13177msgstr "하위 모듈에 재귀적으로 적용"
13178
13179#: builtin/submodule--helper.c:1169
13180msgid "git submodule--helper embed-git-dir [<path>...]"
13181msgstr "git submodule--helper embed-git-dir [<경로>...]"
13182
13183#: builtin/submodule--helper.c:1232
13184#, c-format
13185msgid "%s doesn't support --super-prefix"
13186msgstr "%s에서 --super-prefix 옵션을 지원하지 않습니다"
13187
13188#: builtin/submodule--helper.c:1238
13189#, c-format
13190msgid "'%s' is not a valid submodule--helper subcommand"
13191msgstr "'%s'은(는) 올바른 submodule--helper 하위 명령이 아닙니다"
13192
13193#: builtin/symbolic-ref.c:8
13194msgid "git symbolic-ref [<options>] <name> [<ref>]"
13195msgstr "git symbolic-ref [<옵션>] <이름> [<레퍼런스>]"
13196
13197#: builtin/symbolic-ref.c:9
13198msgid "git symbolic-ref -d [-q] <name>"
13199msgstr "git symbolic-ref -d [-q] <이름>"
13200
13201#: builtin/symbolic-ref.c:41
13202msgid "suppress error message for non-symbolic (detached) refs"
13203msgstr "심볼이 아닌 (분리된) 레퍼런스에 대해 에러 메시지를 표시하지 않습니다"
13204
13205#: builtin/symbolic-ref.c:42
13206msgid "delete symbolic ref"
13207msgstr "심볼릭 레퍼런스를 삭제합니다"
13208
13209#: builtin/symbolic-ref.c:43
13210msgid "shorten ref output"
13211msgstr "레퍼런스 출력을 줄입니다"
13212
13213#: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
13214msgid "reason"
13215msgstr "이유"
13216
13217#: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
13218msgid "reason of the update"
13219msgstr "업데이트의 이유"
13220
13221#: builtin/tag.c:24
13222msgid ""
13223"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13224"[<head>]"
13225msgstr ""
13226"git tag [-a | -s | -u <키-ID>] [-f] [-m <메시지> | -F <파일>] <태그이름>\n"
13227"\t\t[<헤드>]"
13228
13229#: builtin/tag.c:25
13230msgid "git tag -d <tagname>..."
13231msgstr "git tag -d <태그이름>..."
13232
13233#: builtin/tag.c:26
13234msgid ""
13235"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13236"points-at <object>]\n"
13237"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13238msgstr ""
13239"git tag -l [-n[<번호>]] [--contains <커밋>] [--no-contains <커밋>] [--points-"
13240"at <오브젝트>]\n"
13241"\t\t[--format=<형식>] [--[no-]merged [<커밋>]] [<패턴>...]"
13242
13243#: builtin/tag.c:28
13244msgid "git tag -v [--format=<format>] <tagname>..."
13245msgstr "git tag -v [--format=<형식>] <태그이름>..."
13246
13247#: builtin/tag.c:84
13248#, c-format
13249msgid "tag '%s' not found."
13250msgstr "'%s' 태그가 없습니다."
13251
13252#: builtin/tag.c:100
13253#, c-format
13254msgid "Deleted tag '%s' (was %s)\n"
13255msgstr "'%s' 태그 삭제함 (과거 %s)\n"
13256
13257#: builtin/tag.c:129
13258#, c-format
13259msgid ""
13260"\n"
13261"Write a message for tag:\n"
13262"  %s\n"
13263"Lines starting with '%c' will be ignored.\n"
13264msgstr ""
13265"\n"
13266"다음 태그에 대한 메시지를 쓰십시오:\n"
13267"  %s\n"
13268"'%c' 문자로 시작하는 줄은 무시됩니다.\n"
13269
13270#: builtin/tag.c:133
13271#, c-format
13272msgid ""
13273"\n"
13274"Write a message for tag:\n"
13275"  %s\n"
13276"Lines starting with '%c' will be kept; you may remove them yourself if you "
13277"want to.\n"
13278msgstr ""
13279"\n"
13280"다음 태그에 대한 메시지를 쓰십시오:\n"
13281"  %s\n"
13282"'%c' 문자로 시작하는 줄은 유지됩니다. 제거하려면 직접 지워야 합니다.\n"
13283
13284#: builtin/tag.c:211
13285msgid "unable to sign the tag"
13286msgstr "태그에 서명할 수 없습니다"
13287
13288#: builtin/tag.c:213
13289msgid "unable to write tag file"
13290msgstr "태그 파일을 쓸 수 없습니다"
13291
13292#: builtin/tag.c:237
13293msgid "bad object type."
13294msgstr "잘못된 오브젝트 종류."
13295
13296#: builtin/tag.c:283
13297msgid "no tag message?"
13298msgstr "태그 메시지 없음?"
13299
13300#: builtin/tag.c:290
13301#, c-format
13302msgid "The tag message has been left in %s\n"
13303msgstr "태그 메시지가 %s 파일에 남아 있습니다\n"
13304
13305#: builtin/tag.c:398
13306msgid "list tag names"
13307msgstr "태그 이름 목록을 표시합니다"
13308
13309#: builtin/tag.c:400
13310msgid "print <n> lines of each tag message"
13311msgstr "각 태그 메시지의 <n>줄을 표시합니다"
13312
13313#: builtin/tag.c:402
13314msgid "delete tags"
13315msgstr "태그를 삭제합니다"
13316
13317#: builtin/tag.c:403
13318msgid "verify tags"
13319msgstr "태그를 검증합니다"
13320
13321#: builtin/tag.c:405
13322msgid "Tag creation options"
13323msgstr "태그 만들기 옵션"
13324
13325#: builtin/tag.c:407
13326msgid "annotated tag, needs a message"
13327msgstr "주석 달린 태그, 메시지가 필요합니다"
13328
13329#: builtin/tag.c:409
13330msgid "tag message"
13331msgstr "태그 메시지"
13332
13333#: builtin/tag.c:411
13334msgid "annotated and GPG-signed tag"
13335msgstr "주석 달리고 GPG 서명한 태그"
13336
13337#: builtin/tag.c:415
13338msgid "use another key to sign the tag"
13339msgstr "태그를 서명하는데 지정한 키를 사용합니다"
13340
13341#: builtin/tag.c:416
13342msgid "replace the tag if exists"
13343msgstr "태그가 있으면 바꿉니다"
13344
13345#: builtin/tag.c:417 builtin/update-ref.c:369
13346msgid "create a reflog"
13347msgstr "reflog를 만듭니다"
13348
13349#: builtin/tag.c:419
13350msgid "Tag listing options"
13351msgstr "태그 목록 보기 옵션"
13352
13353#: builtin/tag.c:420
13354msgid "show tag list in columns"
13355msgstr "태그 목록을 여러 열로 표시합니다"
13356
13357#: builtin/tag.c:421 builtin/tag.c:423
13358msgid "print only tags that contain the commit"
13359msgstr "해당 커밋이 들어 있는 태그만 표시합니다"
13360
13361#: builtin/tag.c:422 builtin/tag.c:424
13362msgid "print only tags that don't contain the commit"
13363msgstr "해당 커밋이 들어 있지 않은 태그만 표시합니다"
13364
13365#: builtin/tag.c:425
13366msgid "print only tags that are merged"
13367msgstr "병합된 태그만 표시합니다"
13368
13369#: builtin/tag.c:426
13370msgid "print only tags that are not merged"
13371msgstr "병합되지 않은 태그만 표시합니다"
13372
13373#: builtin/tag.c:431
13374msgid "print only tags of the object"
13375msgstr "해당 오브젝트의 태그만 표시합니다"
13376
13377#: builtin/tag.c:470
13378msgid "--column and -n are incompatible"
13379msgstr "--column 및 -n 옵션은 호환되지 않습니다"
13380
13381#: builtin/tag.c:492
13382msgid "-n option is only allowed in list mode"
13383msgstr "-n 옵션은 리스트 모드에서만 허용합니다"
13384
13385#: builtin/tag.c:494
13386msgid "--contains option is only allowed in list mode"
13387msgstr "--contains 옵션은 리스트 모드에서만 허용합니다"
13388
13389#: builtin/tag.c:496
13390msgid "--no-contains option is only allowed in list mode"
13391msgstr "--no-contains 옵션은 리스트 모드에서만 허용합니다"
13392
13393#: builtin/tag.c:498
13394msgid "--points-at option is only allowed in list mode"
13395msgstr "--points-at 옵션은 리스트 모드에서만 허용합니다"
13396
13397#: builtin/tag.c:500
13398msgid "--merged and --no-merged options are only allowed in list mode"
13399msgstr "--merged 및 --no-merged 옵션은 리스트 모드에서만 허용합니다"
13400
13401#: builtin/tag.c:511
13402msgid "only one -F or -m option is allowed."
13403msgstr "하나의 -F 또는 -m 옵션만 쓸 수 있습니다."
13404
13405#: builtin/tag.c:530
13406msgid "too many params"
13407msgstr "파라미터가 너무 많습니다"
13408
13409#: builtin/tag.c:536
13410#, c-format
13411msgid "'%s' is not a valid tag name."
13412msgstr "'%s'은(는) 올바른 태그 이름이 아닙니다."
13413
13414#: builtin/tag.c:541
13415#, c-format
13416msgid "tag '%s' already exists"
13417msgstr "태그 '%s'이(가) 이미 있습니다"
13418
13419#: builtin/tag.c:571
13420#, c-format
13421msgid "Updated tag '%s' (was %s)\n"
13422msgstr "태그 '%s' 업데이트 (과거 %s)\n"
13423
13424#: builtin/unpack-objects.c:494
13425msgid "Unpacking objects"
13426msgstr "오브젝트 묶음 푸는 중"
13427
13428#: builtin/update-index.c:80
13429#, c-format
13430msgid "failed to create directory %s"
13431msgstr "%s 디렉터리 만들기 실패했습니다"
13432
13433#: builtin/update-index.c:86
13434#, c-format
13435msgid "failed to stat %s"
13436msgstr "%s에 stat()하는데 실패했습니다"
13437
13438#: builtin/update-index.c:96
13439#, c-format
13440msgid "failed to create file %s"
13441msgstr "%s 파일을 만드는데 실패했습니다"
13442
13443#: builtin/update-index.c:104
13444#, c-format
13445msgid "failed to delete file %s"
13446msgstr "%s 파일을 삭제하는데 실패했습니다"
13447
13448#: builtin/update-index.c:111 builtin/update-index.c:217
13449#, c-format
13450msgid "failed to delete directory %s"
13451msgstr "%s 디렉터리를 삭제하는데 실패했습니다"
13452
13453#: builtin/update-index.c:136
13454#, c-format
13455msgid "Testing mtime in '%s' "
13456msgstr "'%s' 안의 수정 시각을 확인하는 중입니다"
13457
13458#: builtin/update-index.c:150
13459msgid "directory stat info does not change after adding a new file"
13460msgstr "새 파일을 추가한 후에 디렉터리 정보가 바뀌지 않았습니다"
13461
13462#: builtin/update-index.c:163
13463msgid "directory stat info does not change after adding a new directory"
13464msgstr "새 디렉터리를 추가한 후에 디렉터리 정보가 바뀌지 않았습니다"
13465
13466#: builtin/update-index.c:176
13467msgid "directory stat info changes after updating a file"
13468msgstr "파일을 업데이트한 후에 디렉터리 정보가 바뀌지 않았습니다"
13469
13470#: builtin/update-index.c:187
13471msgid "directory stat info changes after adding a file inside subdirectory"
13472msgstr "하위 디렉터리에 파일을 추가한 후에 디렉터리 정보가 바뀌지 않았습니다"
13473
13474#: builtin/update-index.c:198
13475msgid "directory stat info does not change after deleting a file"
13476msgstr "파일을 삭제한 후에 디렉터리 정보가 바뀌지 않았습니다"
13477
13478#: builtin/update-index.c:211
13479msgid "directory stat info does not change after deleting a directory"
13480msgstr "디렉터리를 삭제한 후에 디렉터리 정보가 바뀌지 않았습니다"
13481
13482#: builtin/update-index.c:218
13483msgid " OK"
13484msgstr " 오케이"
13485
13486#: builtin/update-index.c:569
13487msgid "git update-index [<options>] [--] [<file>...]"
13488msgstr "git update-index [<옵션>] [--] [<파일>...]"
13489
13490#: builtin/update-index.c:924
13491msgid "continue refresh even when index needs update"
13492msgstr "인덱스에 업데이트가 필요하더라도 새로 고침을 계속합니다"
13493
13494#: builtin/update-index.c:927
13495msgid "refresh: ignore submodules"
13496msgstr "새로 고침: 하위 모듈 무시"
13497
13498#: builtin/update-index.c:930
13499msgid "do not ignore new files"
13500msgstr "새 파일을 무시할 수 않습니다"
13501
13502#: builtin/update-index.c:932
13503msgid "let files replace directories and vice-versa"
13504msgstr "디렉터리를 파일로, 또는 그 반대로 바꿀 수 있게 허용합니다"
13505
13506#: builtin/update-index.c:934
13507msgid "notice files missing from worktree"
13508msgstr "작업폴더에서 알림 파일이 없습니다"
13509
13510#: builtin/update-index.c:936
13511msgid "refresh even if index contains unmerged entries"
13512msgstr "인덱스에 병합하지 않은 항목이 있어도 새로 고칩니다"
13513
13514#: builtin/update-index.c:939
13515msgid "refresh stat information"
13516msgstr "파일 정보를 새로 고칩니다"
13517
13518#: builtin/update-index.c:943
13519msgid "like --refresh, but ignore assume-unchanged setting"
13520msgstr "--refresh와 동일하지만, assume-unchanged 설정을 무시합니다"
13521
13522#: builtin/update-index.c:947
13523msgid "<mode>,<object>,<path>"
13524msgstr "<모드>,<오브젝트>,<경로>"
13525
13526#: builtin/update-index.c:948
13527msgid "add the specified entry to the index"
13528msgstr "지정한 항목을 인덱스에 추가합니다"
13529
13530#: builtin/update-index.c:957
13531msgid "mark files as \"not changing\""
13532msgstr "파일을 \"바꾸지 않음\"으로 표시합니다"
13533
13534#: builtin/update-index.c:960
13535msgid "clear assumed-unchanged bit"
13536msgstr "바꾸지 않음으로 가정 (assumed-unchanged) 비트를 지웁니다"
13537
13538#: builtin/update-index.c:963
13539msgid "mark files as \"index-only\""
13540msgstr "파일을 인덱스 전용으로 (\"index-only\") 표시합니다"
13541
13542#: builtin/update-index.c:966
13543msgid "clear skip-worktree bit"
13544msgstr "작업폴더 건너뛰기 (skip-worktree) 비트를 지웁니다"
13545
13546#: builtin/update-index.c:969
13547msgid "add to index only; do not add content to object database"
13548msgstr ""
13549"인덱스에만 추가합니다. 내용을 오브젝트 데이터베이스에 추가하지 않습니다"
13550
13551#: builtin/update-index.c:971
13552msgid "remove named paths even if present in worktree"
13553msgstr "작업 폴더에 있어도 해당 경로를 제거합니다"
13554
13555#: builtin/update-index.c:973
13556msgid "with --stdin: input lines are terminated by null bytes"
13557msgstr "--stdin과 같이 사용: 입력 줄은 NUL 바이트로 끝납니다"
13558
13559#: builtin/update-index.c:975
13560msgid "read list of paths to be updated from standard input"
13561msgstr "표준 입력에서 업데이트할 경로의 목록을 읽습니다"
13562
13563#: builtin/update-index.c:979
13564msgid "add entries from standard input to the index"
13565msgstr "표준 입력에서 읽은 항목을 인덱스에 추가합니다"
13566
13567#: builtin/update-index.c:983
13568msgid "repopulate stages #2 and #3 for the listed paths"
13569msgstr "경로 목록에 대해 #2 및 #3 스테이징을 다시 합니다"
13570
13571#: builtin/update-index.c:987
13572msgid "only update entries that differ from HEAD"
13573msgstr "HEAD와 다른 항목만 업데이트합니다"
13574
13575#: builtin/update-index.c:991
13576msgid "ignore files missing from worktree"
13577msgstr "작업 폴더에 없는 파일을 무시합니다"
13578
13579#: builtin/update-index.c:994
13580msgid "report actions to standard output"
13581msgstr "표준 출력에 동작을 알립니다"
13582
13583#: builtin/update-index.c:996
13584msgid "(for porcelains) forget saved unresolved conflicts"
13585msgstr "저장한 해결되지 않은 충돌을 무시합니다 (사용자용 명령 용도)"
13586
13587#: builtin/update-index.c:1000
13588msgid "write index in this format"
13589msgstr "인덱스를 이 형식으로 씁니다"
13590
13591#: builtin/update-index.c:1002
13592msgid "enable or disable split index"
13593msgstr "스플릿 인덱스를 켜거나 끕니다"
13594
13595#: builtin/update-index.c:1004
13596msgid "enable/disable untracked cache"
13597msgstr "추적하지 않는 캐시 사용을 켜거나 끕니다"
13598
13599#: builtin/update-index.c:1006
13600msgid "test if the filesystem supports untracked cache"
13601msgstr "파일 시스템이 추적하지 않는 캐시를 지원하는지 검사합니다"
13602
13603#: builtin/update-index.c:1008
13604msgid "enable untracked cache without testing the filesystem"
13605msgstr "파일 시스템 시험 없이 추적하지 않는 캐시를 사용합니다"
13606
13607#: builtin/update-index.c:1108
13608msgid ""
13609"core.splitIndex is set to false; remove or change it, if you really want to "
13610"enable split index"
13611msgstr ""
13612"core.splitIndex 값이 거짓입니다. 정말로 스플릿 인덱스를 사용하려면 이 값을 제"
13613"거하거나 바꾸십시오."
13614
13615#: builtin/update-index.c:1117
13616msgid ""
13617"core.splitIndex is set to true; remove or change it, if you really want to "
13618"disable split index"
13619msgstr ""
13620"core.splitIndex 값이 참입니다. 정말로 스플릿 인덱스를 사용하지 않으려면 이 값"
13621"을 제거하거나 바꾸십시오."
13622
13623#: builtin/update-index.c:1128
13624msgid ""
13625"core.untrackedCache is set to true; remove or change it, if you really want "
13626"to disable the untracked cache"
13627msgstr ""
13628"core.untrackedCache 값이 참입니다. 정말로 추적하지 않는 캐시를 사용하지 않으"
13629"려면 이 값을 제거하거나 바꾸십시오."
13630
13631#: builtin/update-index.c:1132
13632msgid "Untracked cache disabled"
13633msgstr "추적되지 않는 파일 캐시를 사용하지 않습니다"
13634
13635#: builtin/update-index.c:1140
13636msgid ""
13637"core.untrackedCache is set to false; remove or change it, if you really want "
13638"to enable the untracked cache"
13639msgstr ""
13640"core.untrackedCache 값이 거짓입니다. 정말로 추적하지 않는 캐시를 사용하려면 "
13641"이 값을 제거하거나 바꾸십시오."
13642
13643#: builtin/update-index.c:1144
13644#, c-format
13645msgid "Untracked cache enabled for '%s'"
13646msgstr "'%s'에 대해 추적되지 않는 캐시를 사용하지 않습니다"
13647
13648#: builtin/update-ref.c:10
13649msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13650msgstr "git update-ref [<옵션>] -d <레퍼런스이름> [<과거-값>]"
13651
13652#: builtin/update-ref.c:11
13653msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13654msgstr "git update-ref [<옵션>]    <레퍼런스이름> <새-값> [<과거-값>]"
13655
13656#: builtin/update-ref.c:12
13657msgid "git update-ref [<options>] --stdin [-z]"
13658msgstr "git update-ref [<옵션>] --stdin [-z]"
13659
13660#: builtin/update-ref.c:364
13661msgid "delete the reference"
13662msgstr "레퍼런스를 삭제합니다"
13663
13664#: builtin/update-ref.c:366
13665msgid "update <refname> not the one it points to"
13666msgstr "<레퍼런스이름>을 가리키지 않는 항목으로 업데이트합니다"
13667
13668#: builtin/update-ref.c:367
13669msgid "stdin has NUL-terminated arguments"
13670msgstr "표준 입력에 NUL로 끝나는 인자가 있습니다"
13671
13672#: builtin/update-ref.c:368
13673msgid "read updates from stdin"
13674msgstr "표준 입력에서 업데이트를 읽습니다"
13675
13676#: builtin/update-server-info.c:7
13677msgid "git update-server-info [--force]"
13678msgstr "git update-server-info [--force]"
13679
13680#: builtin/update-server-info.c:15
13681msgid "update the info files from scratch"
13682msgstr "바닥부터 정보 파일을 업데이트합니다"
13683
13684#: builtin/verify-commit.c:18
13685msgid "git verify-commit [-v | --verbose] <commit>..."
13686msgstr "git verify-commit [-v | --verbose] <커밋>..."
13687
13688#: builtin/verify-commit.c:73
13689msgid "print commit contents"
13690msgstr "커밋 내용을 표시합니다"
13691
13692#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13693msgid "print raw gpg status output"
13694msgstr "원본 GPG 상태를 출력합니다"
13695
13696#: builtin/verify-pack.c:55
13697msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13698msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <묶음>..."
13699
13700#: builtin/verify-pack.c:65
13701msgid "verbose"
13702msgstr "자세히 표시"
13703
13704#: builtin/verify-pack.c:67
13705msgid "show statistics only"
13706msgstr "통계만 표시"
13707
13708#: builtin/verify-tag.c:19
13709msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13710msgstr "git verify-tag [-v | --verbose] [--format=<형식>] <태그>..."
13711
13712#: builtin/verify-tag.c:37
13713msgid "print tag contents"
13714msgstr "태그 내용 표시"
13715
13716#: builtin/worktree.c:16
13717msgid "git worktree add [<options>] <path> [<branch>]"
13718msgstr "git worktree add [<옵션>] <경로> [<브랜치>]"
13719
13720#: builtin/worktree.c:17
13721msgid "git worktree list [<options>]"
13722msgstr "git worktree list [<옵션>]"
13723
13724#: builtin/worktree.c:18
13725msgid "git worktree lock [<options>] <path>"
13726msgstr "git worktree lock [<옵션>] <경로>"
13727
13728#: builtin/worktree.c:19
13729msgid "git worktree prune [<options>]"
13730msgstr "git worktree prune [<옵션>]"
13731
13732#: builtin/worktree.c:20
13733msgid "git worktree unlock <path>"
13734msgstr "git worktree unlock <경로>"
13735
13736#: builtin/worktree.c:44
13737#, c-format
13738msgid "Removing worktrees/%s: not a valid directory"
13739msgstr "worktrees/%s 제거: 올바른 디렉터리가 아닙나다"
13740
13741#: builtin/worktree.c:50
13742#, c-format
13743msgid "Removing worktrees/%s: gitdir file does not exist"
13744msgstr "worktrees/%s 제거: gitdir 파일이 없습니다"
13745
13746#: builtin/worktree.c:55
13747#, c-format
13748msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13749msgstr "worktrees/%s 제거: gitdir 파일을 읽을 수 없습니다 (%s)"
13750
13751#: builtin/worktree.c:66
13752#, c-format
13753msgid "Removing worktrees/%s: invalid gitdir file"
13754msgstr "worktrees/%s 제거: gitdir 파일이 올바르지 않습니다"
13755
13756#: builtin/worktree.c:82
13757#, c-format
13758msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13759msgstr "worktrees/%s 제거: gitdir 파일이 없는 위치를 가리킵니다"
13760
13761#: builtin/worktree.c:129
13762msgid "report pruned working trees"
13763msgstr "잘라낸 작업 폴더를 알립니다"
13764
13765#: builtin/worktree.c:131
13766msgid "expire working trees older than <time>"
13767msgstr "<시각>보다 오래 된 작업 폴더를 만료합니다"
13768
13769#: builtin/worktree.c:205
13770#, c-format
13771msgid "'%s' already exists"
13772msgstr "'%s'이(가) 이미 있습니다"
13773
13774#: builtin/worktree.c:236
13775#, c-format
13776msgid "could not create directory of '%s'"
13777msgstr "'%s'의 디렉터리를 만들 수 없습니다"
13778
13779#: builtin/worktree.c:275
13780#, c-format
13781msgid "Preparing %s (identifier %s)"
13782msgstr "%s 준비 중 (ID %s)"
13783
13784#: builtin/worktree.c:327
13785msgid "checkout <branch> even if already checked out in other worktree"
13786msgstr "다른 작업 폴더에서 체크아웃했더라도 <브랜치>를 체크아웃합니다"
13787
13788#: builtin/worktree.c:329
13789msgid "create a new branch"
13790msgstr "새 브랜치를 만듭니다"
13791
13792#: builtin/worktree.c:331
13793msgid "create or reset a branch"
13794msgstr "브랜치를 만들거나 리셋합니다"
13795
13796#: builtin/worktree.c:333
13797msgid "populate the new working tree"
13798msgstr "새 작업 폴더를 만듭니다"
13799
13800#: builtin/worktree.c:334
13801msgid "keep the new working tree locked"
13802msgstr "새 작업 폴더를 잠궈 둡니다"
13803
13804#: builtin/worktree.c:342
13805msgid "-b, -B, and --detach are mutually exclusive"
13806msgstr "-b, -B, --detach 옵션 중 하나만 쓸 수 있습니다"
13807
13808#: builtin/worktree.c:479
13809msgid "reason for locking"
13810msgstr "잠그는 이유"
13811
13812#: builtin/worktree.c:491 builtin/worktree.c:524
13813#, c-format
13814msgid "'%s' is not a working tree"
13815msgstr "'%s'은(는) 작업 폴더가 아닙니다"
13816
13817#: builtin/worktree.c:493 builtin/worktree.c:526
13818msgid "The main working tree cannot be locked or unlocked"
13819msgstr "메인 작업 폴더를 잠그거나 잠금 해제할 수 없습니다"
13820
13821#: builtin/worktree.c:498
13822#, c-format
13823msgid "'%s' is already locked, reason: %s"
13824msgstr "'%s'은(는) 이미 잠겼습니다. 이유: %s"
13825
13826#: builtin/worktree.c:500
13827#, c-format
13828msgid "'%s' is already locked"
13829msgstr "'%s'은(는) 이미 잠겼습니다"
13830
13831#: builtin/worktree.c:528
13832#, c-format
13833msgid "'%s' is not locked"
13834msgstr "'%s'은(는) 잠기지 않았습니다"
13835
13836#: builtin/write-tree.c:14
13837msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13838msgstr "git write-tree [--missing-ok] [--prefix=<접두어>/]"
13839
13840#: builtin/write-tree.c:27
13841msgid "<prefix>/"
13842msgstr "<접두어>/"
13843
13844#: builtin/write-tree.c:28
13845msgid "write tree object for a subdirectory <prefix>"
13846msgstr "하위 디렉터리 <접두어>에 대해 트리 오브젝트를 씁니다"
13847
13848#: builtin/write-tree.c:31
13849msgid "only useful for debugging"
13850msgstr "디버깅 용도로만 사용"
13851
13852#: upload-pack.c:23
13853msgid "git upload-pack [<options>] <dir>"
13854msgstr "git upload-pack [<옵션>] <디렉터리>"
13855
13856#: upload-pack.c:1041
13857msgid "quit after a single request/response exchange"
13858msgstr "하나의 요청/응답 교환 뒤에 끝납니다"
13859
13860#: upload-pack.c:1043
13861msgid "exit immediately after initial ref advertisement"
13862msgstr "최초 레퍼런스 알림 뒤에 즉시 끝납니다"
13863
13864#: upload-pack.c:1045
13865msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13866msgstr ""
13867"<디렉터리>가 깃 디렉터리가 아니면 <디렉터리>/.git/ 폴더를 시도하지 않습니다."
13868
13869#: upload-pack.c:1047
13870msgid "interrupt transfer after <n> seconds of inactivity"
13871msgstr "<n>초 동안 반응이 없으면 전송을 중지합니다"
13872
13873#: credential-cache--daemon.c:224
13874#, c-format
13875msgid ""
13876"The permissions on your socket directory are too loose; other\n"
13877"users may be able to read your cached credentials. Consider running:\n"
13878"\n"
13879"\tchmod 0700 %s"
13880msgstr ""
13881"소켓 디렉터리의 권한이 너무 느슨합니다. 다른 사용자가\n"
13882"캐시에 들어 있는 비밀 정보를 읽을 수 있습니다. 다음을 실행해 보십시오:\n"
13883"\n"
13884"\tchmod 0700 %s"
13885
13886#: credential-cache--daemon.c:272
13887msgid "print debugging messages to stderr"
13888msgstr "디버깅 메시지를 표준오류로 출력합니다"
13889
13890#: git.c:15
13891msgid ""
13892"'git help -a' and 'git help -g' list available subcommands and some\n"
13893"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13894"to read about a specific subcommand or concept."
13895msgstr ""
13896"'git help -a' 및 'git help -g' 명령을 실행하면 하위 명령어와 개념 설명서의\n"
13897"목록을 볼 수 있습니다. 특정 하위 명령어나 개념에 대해 읽어 보려면 'git help\n"
13898"<명령>' 또는 'git help <개념>' 명령을 실행하십시오."
13899
13900#: http.c:337
13901#, c-format
13902msgid "negative value for http.postbuffer; defaulting to %d"
13903msgstr "http.postbuffer이 0보다 작은 값입니다. 기본값 %d"
13904
13905# HTTP delegation
13906#: http.c:358
13907msgid "Delegation control is not supported with cURL < 7.22.0"
13908msgstr "딜리게이션 컨트롤은 cURL 7.44.0 앞 버전에서는 지원하지 않습니다"
13909
13910#: http.c:367
13911msgid "Public key pinning not supported with cURL < 7.44.0"
13912msgstr "공개 키 고정은 cURL 7.44.0 앞 버전에서는 지원하지 않습니다"
13913
13914#: http.c:1764
13915#, c-format
13916msgid ""
13917"unable to update url base from redirection:\n"
13918"  asked for: %s\n"
13919"   redirect: %s"
13920msgstr ""
13921"리다이렉션에서 URL 베이스를 업데이트할 수 없습니다:\n"
13922"       요청: %s\n"
13923" 리다이렉트: %s"
13924
13925#: remote-curl.c:324
13926#, c-format
13927msgid "redirecting to %s"
13928msgstr "%s(으)로 리다이렉트"
13929
13930#: common-cmds.h:9
13931msgid "start a working area (see also: git help tutorial)"
13932msgstr "작업 공간 시작 (참고: git help tutorial)"
13933
13934#: common-cmds.h:10
13935msgid "work on the current change (see also: git help everyday)"
13936msgstr "변경 사항에 대한 작업 (참고: git help everyday)"
13937
13938#: common-cmds.h:11
13939msgid "examine the history and state (see also: git help revisions)"
13940msgstr "커밋 내역과 상태 보기 (참고: git help revisions)"
13941
13942#: common-cmds.h:12
13943msgid "grow, mark and tweak your common history"
13944msgstr "커밋 내역을 키우고, 표시하고, 조작하기"
13945
13946#: common-cmds.h:13
13947msgid "collaborate (see also: git help workflows)"
13948msgstr "협동 작업 (참고: git help workflows)"
13949
13950#: common-cmds.h:17
13951msgid "Add file contents to the index"
13952msgstr "파일 내용을 인덱스에 추가합니다"
13953
13954#: common-cmds.h:18
13955msgid "Use binary search to find the commit that introduced a bug"
13956msgstr "이진 탐색으로 버그를 만들어낸 커밋을 찾습니다"
13957
13958#: common-cmds.h:19
13959msgid "List, create, or delete branches"
13960msgstr "브랜치를 만들거나, 삭제하거나, 목록을 출력합니다"
13961
13962#: common-cmds.h:20
13963msgid "Switch branches or restore working tree files"
13964msgstr "브랜치를 전환하거나 작업 파일을 복구합니다"
13965
13966#: common-cmds.h:21
13967msgid "Clone a repository into a new directory"
13968msgstr "저장소를 복제해 새 디렉터리로 가져 옵니다"
13969
13970#: common-cmds.h:22
13971msgid "Record changes to the repository"
13972msgstr "바뀐 사항을 저장소에 기록합니다"
13973
13974#: common-cmds.h:23
13975msgid "Show changes between commits, commit and working tree, etc"
13976msgstr "커밋과 커밋 사이, 커밋과 작업 내용 사이 등의 바뀐 점을 봅니다"
13977
13978#: common-cmds.h:24
13979msgid "Download objects and refs from another repository"
13980msgstr "다른 저장소에서 오브젝트와 레퍼런스를 다운로드합니다"
13981
13982#: common-cmds.h:25
13983msgid "Print lines matching a pattern"
13984msgstr "패턴과 일치하는 줄을 표시합니다"
13985
13986#: common-cmds.h:26
13987msgid "Create an empty Git repository or reinitialize an existing one"
13988msgstr "빈 깃 저장소를 만들거나 기존 저장소를 다시 초기화합니다"
13989
13990#: common-cmds.h:27
13991msgid "Show commit logs"
13992msgstr "커밋 기록을 표시합니다"
13993
13994#: common-cmds.h:28
13995msgid "Join two or more development histories together"
13996msgstr "여러 개의 개발 내역을 하나로 합칩니다"
13997
13998#: common-cmds.h:29
13999msgid "Move or rename a file, a directory, or a symlink"
14000msgstr "파일, 디렉터리, 심볼릭 링크를 옮기거나 이름을 바꿉니다"
14001
14002#: common-cmds.h:30
14003msgid "Fetch from and integrate with another repository or a local branch"
14004msgstr "다른 저장소 또는 다른 로컬 브랜치에서 가져오거나 통합합니다"
14005
14006#: common-cmds.h:31
14007msgid "Update remote refs along with associated objects"
14008msgstr "원격 레퍼런스 및 그와 관련된 오브젝트를 업데이트합니다"
14009
14010#: common-cmds.h:32
14011msgid "Reapply commits on top of another base tip"
14012msgstr "커밋을 다른 베이스 끝의 최상위에서 적용합니다"
14013
14014#: common-cmds.h:33
14015msgid "Reset current HEAD to the specified state"
14016msgstr "현재 HEAD를 지정한 상태로 재설정화합니다"
14017
14018#: common-cmds.h:34
14019msgid "Remove files from the working tree and from the index"
14020msgstr "파일을 작업 폴더에서 제거하고 인덱스에서도 제거합니다"
14021
14022#: common-cmds.h:35
14023msgid "Show various types of objects"
14024msgstr "여러가지 종류의 오브젝트를 표시합니다"
14025
14026#: common-cmds.h:36
14027msgid "Show the working tree status"
14028msgstr "작업 폴더 상태를 표시합니다"
14029
14030#: common-cmds.h:37
14031msgid "Create, list, delete or verify a tag object signed with GPG"
14032msgstr "태그를 만들거나, 표시하거나, 삭제하거나, GPG 서명을 검증합니다"
14033
14034#: parse-options.h:145
14035msgid "expiry-date"
14036msgstr "만료-시각"
14037
14038#: parse-options.h:160
14039msgid "no-op (backward compatibility)"
14040msgstr "아무 동작도 하지 않음 (호환용)"
14041
14042#: parse-options.h:238
14043msgid "be more verbose"
14044msgstr "더 자세히 표시합니다"
14045
14046#: parse-options.h:240
14047msgid "be more quiet"
14048msgstr "더 간략히 표시합니다"
14049
14050#: parse-options.h:246
14051msgid "use <n> digits to display SHA-1s"
14052msgstr "SHA-1 표시에 <n>개의 숫자를 사용합니다"
14053
14054#: rerere.h:40
14055msgid "update the index with reused conflict resolution if possible"
14056msgstr "가능하면 인덱스를 재사용한 충돌 해결로 업데이트합니다"
14057
14058#: git-bisect.sh:54
14059msgid "You need to start by \"git bisect start\""
14060msgstr "\"git bisect start\" 명령으로 시작해야 합니다"
14061
14062#. TRANSLATORS: Make sure to include [Y] and [n] in your
14063#. translation. The program will only accept English input
14064#. at this point.
14065#: git-bisect.sh:60
14066msgid "Do you want me to do it for you [Y/n]? "
14067msgstr "지금 하시겠습니까 [Y/n]? "
14068
14069#: git-bisect.sh:121
14070#, sh-format
14071msgid "unrecognised option: '$arg'"
14072msgstr "알 수 없는 옵션: '$arg'"
14073
14074#: git-bisect.sh:125
14075#, sh-format
14076msgid "'$arg' does not appear to be a valid revision"
14077msgstr "'$arg'은(는) 올바른 리비전처럼 보이지 않습니다"
14078
14079#: git-bisect.sh:154
14080msgid "Bad HEAD - I need a HEAD"
14081msgstr "잘못된 HEAD - HEAD가 필요합니다"
14082
14083#: git-bisect.sh:167
14084#, sh-format
14085msgid ""
14086"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
14087msgstr ""
14088"'$start_head' 받아오기가 실패했습니다. 'git bisect reset <valid-branch>'를 "
14089"해 보십시오."
14090
14091#: git-bisect.sh:177
14092msgid "won't bisect on cg-seek'ed tree"
14093msgstr "cg-seek한 트리에서 bisect를 할 수 없습니다"
14094
14095#: git-bisect.sh:181
14096msgid "Bad HEAD - strange symbolic ref"
14097msgstr "잘못된 HEAD - 심볼릭 레퍼런스가 잘못되었습니다"
14098
14099#: git-bisect.sh:233
14100#, sh-format
14101msgid "Bad bisect_write argument: $state"
14102msgstr "잘못된 bisect_write 인자: $state"
14103
14104#: git-bisect.sh:262
14105#, sh-format
14106msgid "Bad rev input: $arg"
14107msgstr "잘못된 리비전 입력: $arg"
14108
14109#: git-bisect.sh:281
14110#, sh-format
14111msgid "Bad rev input: $bisected_head"
14112msgstr "잘못된 리비전 입력: $bisected_head"
14113
14114#: git-bisect.sh:290
14115#, sh-format
14116msgid "Bad rev input: $rev"
14117msgstr "잘못된 리비전 입력: $rev"
14118
14119#: git-bisect.sh:299
14120#, sh-format
14121msgid "'git bisect $TERM_BAD' can take only one argument."
14122msgstr "'git bisect $TERM_BAD' 명령은 하나의 인자만 쓸 수 있습니다."
14123
14124#: git-bisect.sh:322
14125#, sh-format
14126msgid "Warning: bisecting only with a $TERM_BAD commit."
14127msgstr "경고: 하나의 $TERM_BAD 커밋에 대해서만 이등분."
14128
14129#. TRANSLATORS: Make sure to include [Y] and [n] in your
14130#. translation. The program will only accept English input
14131#. at this point.
14132#: git-bisect.sh:328
14133msgid "Are you sure [Y/n]? "
14134msgstr "확실합니까 [Y/n]? "
14135
14136#: git-bisect.sh:340
14137#, sh-format
14138msgid ""
14139"You need to give me at least one $bad_syn and one $good_syn revision.\n"
14140"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14141msgstr ""
14142"최소한 하나의 $bad_syn 및 하나의 $good_syn 리비전을 넘겨야 합니다.\n"
14143"(\"git bisect $bad_syn\" 및 \"git bisect $good_syn\" 명령을 실행하면 됩니다.)"
14144
14145#: git-bisect.sh:343
14146#, sh-format
14147msgid ""
14148"You need to start by \"git bisect start\".\n"
14149"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14150"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14151msgstr ""
14152"\"git bisect start\"를 실행해야 합니다.\n"
14153"그 다음 최소한 하나의 $good_syn 및 하나의 $bad_syn 리비전을 넘겨야 합니다\n"
14154"(\"git bisect $bad_syn\" 및 \"git bisect $good_syn\" 명령을 실행하면 됩니다.)"
14155
14156#: git-bisect.sh:414 git-bisect.sh:546
14157msgid "We are not bisecting."
14158msgstr "이등분하는 중입니다."
14159
14160#: git-bisect.sh:421
14161#, sh-format
14162msgid "'$invalid' is not a valid commit"
14163msgstr "'$invalid'은(는) 올바른 커밋이 아닙니다"
14164
14165#: git-bisect.sh:430
14166#, sh-format
14167msgid ""
14168"Could not check out original HEAD '$branch'.\n"
14169"Try 'git bisect reset <commit>'."
14170msgstr ""
14171"본래의 HEAD '$branch'을(를) 체크아웃할 수 없습니다.\n"
14172"'git bisect reset <커밋>'을 해 보십시오"
14173
14174#: git-bisect.sh:458
14175msgid "No logfile given"
14176msgstr "로그 파일이 주어지지 않았습니다"
14177
14178#: git-bisect.sh:459
14179#, sh-format
14180msgid "cannot read $file for replaying"
14181msgstr "다시 재생할 $file 파일을 읽을 수 없습니다"
14182
14183#: git-bisect.sh:480
14184msgid "?? what are you talking about?"
14185msgstr "?? 무슨 소리인지 모르겠습니다?"
14186
14187#: git-bisect.sh:492
14188#, sh-format
14189msgid "running $command"
14190msgstr "실행: $command"
14191
14192#: git-bisect.sh:499
14193#, sh-format
14194msgid ""
14195"bisect run failed:\n"
14196"exit code $res from '$command' is < 0 or >= 128"
14197msgstr ""
14198"이등분 실행이 실패했습니다:\n"
14199"'$command' 명령에서 상태 코드 '$res'이(가) 0보다 작거나 128보다 큽니다"
14200
14201#: git-bisect.sh:525
14202msgid "bisect run cannot continue any more"
14203msgstr "이등분 실행을 계속 할 수 없습니다"
14204
14205#: git-bisect.sh:531
14206#, sh-format
14207msgid ""
14208"bisect run failed:\n"
14209"'bisect_state $state' exited with error code $res"
14210msgstr ""
14211"이등분 실행이 실패했습니다:\n"
14212"'bisect_state $state' 명령에서 상태 코드가 '$res'입니다"
14213
14214#: git-bisect.sh:538
14215msgid "bisect run success"
14216msgstr "이등분 실행 성공"
14217
14218#: git-bisect.sh:565
14219msgid "please use two different terms"
14220msgstr "두 다른 용어를 사용하십시오"
14221
14222#: git-bisect.sh:575
14223#, sh-format
14224msgid "'$term' is not a valid term"
14225msgstr "'$term'이(가) 올바른 용어가 아닙니다"
14226
14227#: git-bisect.sh:578
14228#, sh-format
14229msgid "can't use the builtin command '$term' as a term"
14230msgstr "내부 명령어 '$term'을(를) 용어로 사용할 수 없습니다"
14231
14232#: git-bisect.sh:587 git-bisect.sh:593
14233#, sh-format
14234msgid "can't change the meaning of term '$term'"
14235msgstr "용어 '$term'의 의미를 바꿀 수 없습니다"
14236
14237#: git-bisect.sh:606
14238#, sh-format
14239msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
14240msgstr "잘못된 명령어: 현재 $TERM_BAD/$TERM_GOOD 이등분 중입니다."
14241
14242#: git-bisect.sh:636
14243msgid "no terms defined"
14244msgstr "용어를 정의하지 않았습니다"
14245
14246#: git-bisect.sh:653
14247#, sh-format
14248msgid ""
14249"invalid argument $arg for 'git bisect terms'.\n"
14250"Supported options are: --term-good|--term-old and --term-bad|--term-new."
14251msgstr ""
14252"'git bisect terms'에 대해 잘못된 인자 '$arg'.\n"
14253"지원하는 옵션은: --term-good|--term-old 및 --term-bad|--term-new."
14254
14255#: git-merge-octopus.sh:46
14256msgid ""
14257"Error: Your local changes to the following files would be overwritten by "
14258"merge"
14259msgstr "오류: 다음 파일의 로컬 변경 사항을 병합 때문에 덮어 쓰게 됩니다."
14260
14261#: git-merge-octopus.sh:61
14262msgid "Automated merge did not work."
14263msgstr "자동 병합이 동작하지 않았습니다."
14264
14265#: git-merge-octopus.sh:62
14266msgid "Should not be doing an octopus."
14267msgstr "옥토퍼스 전략 병합을 할 수 없습니다."
14268
14269#: git-merge-octopus.sh:73
14270#, sh-format
14271msgid "Unable to find common commit with $pretty_name"
14272msgstr "$pretty_name(으)로 공통 커밋을 찾을 수 없습니다"
14273
14274#: git-merge-octopus.sh:77
14275#, sh-format
14276msgid "Already up-to-date with $pretty_name"
14277msgstr "이미 $pretty_name에 업데이트 상태입니다"
14278
14279#: git-merge-octopus.sh:89
14280#, sh-format
14281msgid "Fast-forwarding to: $pretty_name"
14282msgstr "다음으로 정방향 진행: $pretty_name"
14283
14284#: git-merge-octopus.sh:97
14285#, sh-format
14286msgid "Trying simple merge with $pretty_name"
14287msgstr "$pretty_name에 간단한 병합 시도합니다"
14288
14289#: git-merge-octopus.sh:102
14290msgid "Simple merge did not work, trying automatic merge."
14291msgstr "간단한 병합이 동작하지 않습니다. 자동 병합을 시도합니다."
14292
14293#: git-rebase.sh:58
14294msgid ""
14295"When you have resolved this problem, run \"git rebase --continue\".\n"
14296"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
14297"To check out the original branch and stop rebasing, run \"git rebase --abort"
14298"\"."
14299msgstr ""
14300"이 문제를 해결하면, \"\"git rebase --continue\"를 실행하십시오.\n"
14301"이 패치를 건너뛰려면, 대신에 \"git rebase --skip\"을 실행하십시오.\n"
14302"원래 브랜치를 체크아웃하고 리베이스를 중지하려면, \"git rebase --abort\"를 실"
14303"행하십시오."
14304
14305#: git-rebase.sh:158 git-rebase.sh:397
14306#, sh-format
14307msgid "Could not move back to $head_name"
14308msgstr "'$head_name' 위치로 돌아갈 수 없습니다"
14309
14310#: git-rebase.sh:169
14311msgid "Applied autostash."
14312msgstr "자동스태시 적용."
14313
14314#: git-rebase.sh:172
14315#, sh-format
14316msgid "Cannot store $stash_sha1"
14317msgstr "\"$stash_sha1\"을(를) 저장할 수 없습니다"
14318
14319#: git-rebase.sh:212
14320msgid "The pre-rebase hook refused to rebase."
14321msgstr "리베이스 전 후크에서 리베이스를 거부했습니다."
14322
14323#: git-rebase.sh:217
14324msgid "It looks like git-am is in progress. Cannot rebase."
14325msgstr "git-am이 진행 중인 것처럼 보입니다. 리베이스할 수 없습니다."
14326
14327#: git-rebase.sh:358
14328msgid "No rebase in progress?"
14329msgstr "리베이스가 진행 중이지 않습니다"
14330
14331#: git-rebase.sh:369
14332msgid "The --edit-todo action can only be used during interactive rebase."
14333msgstr "--edit-todo 동작은 대화형 리베이스에서만 사용할 수 있습니다."
14334
14335#: git-rebase.sh:376
14336msgid "Cannot read HEAD"
14337msgstr "HEAD를 읽을 수 없습니다"
14338
14339#: git-rebase.sh:379
14340msgid ""
14341"You must edit all merge conflicts and then\n"
14342"mark them as resolved using git add"
14343msgstr ""
14344"모든 병합 충돌을 편집하고 git add\n"
14345"명령으로 해결되었다고 표시해야 합니다"
14346
14347#: git-rebase.sh:419
14348#, sh-format
14349msgid ""
14350"It seems that there is already a $state_dir_base directory, and\n"
14351"I wonder if you are in the middle of another rebase.  If that is the\n"
14352"case, please try\n"
14353"\t$cmd_live_rebase\n"
14354"If that is not the case, please\n"
14355"\t$cmd_clear_stale_rebase\n"
14356"and run me again.  I am stopping in case you still have something\n"
14357"valuable there."
14358msgstr ""
14359"이미 '$state_dir_base' 디렉터리가 있는 것으로 보아, 이미\n"
14360"또 다른 리베이스 중에 있는 것 같습니다. 그러한 경우에는\n"
14361"다음을 시도해 보십시오:\n"
14362"\t$cmd_live_rebase\n"
14363"리베이스 중이 아니라면 다음을 시도하고,\n"
14364"\t$cmd_clear_stale_rebase\n"
14365"이 명령을 다시 실행하십시오. 중요한 사항이 남아 있을 경우를\n"
14366"대비해 여기서 멈춥니다."
14367
14368#: git-rebase.sh:470
14369#, sh-format
14370msgid "invalid upstream $upstream_name"
14371msgstr "잘못된 업스트림 $upstream_name"
14372
14373#: git-rebase.sh:494
14374#, sh-format
14375msgid "$onto_name: there are more than one merge bases"
14376msgstr "$onto_name: 여러 개의 병합 베이스가 있습니다"
14377
14378#: git-rebase.sh:497 git-rebase.sh:501
14379#, sh-format
14380msgid "$onto_name: there is no merge base"
14381msgstr "$onto_name: 병합 베이스가 없습니다"
14382
14383#: git-rebase.sh:506
14384#, sh-format
14385msgid "Does not point to a valid commit: $onto_name"
14386msgstr "올바른 커밋을 가리키지 않습니다: $onto_name"
14387
14388#: git-rebase.sh:529
14389#, sh-format
14390msgid "fatal: no such branch: $branch_name"
14391msgstr "치명적 이상: 그런 브랜치가 없습니다: $branch_name"
14392
14393#: git-rebase.sh:562
14394msgid "Cannot autostash"
14395msgstr "자동 스태시를 할 수 없습니다"
14396
14397#: git-rebase.sh:567
14398#, sh-format
14399msgid "Created autostash: $stash_abbrev"
14400msgstr "자동 스태시를 만들었습니다: $stash_abbrev"
14401
14402#: git-rebase.sh:571
14403msgid "Please commit or stash them."
14404msgstr "커밋하거나 스태시에 넣으십시오."
14405
14406#: git-rebase.sh:591
14407#, sh-format
14408msgid "Current branch $branch_name is up to date."
14409msgstr "현재 브랜치가 ($branch_name) 최신 상태입니다."
14410
14411#: git-rebase.sh:595
14412#, sh-format
14413msgid "Current branch $branch_name is up to date, rebase forced."
14414msgstr "현재 브랜치가 ($branch_name) 최신 상태입니다. 강제 리베이스합니다."
14415
14416#: git-rebase.sh:606
14417#, sh-format
14418msgid "Changes from $mb to $onto:"
14419msgstr "변경 사항 '$mb'에서 '$onto'(으)로:"
14420
14421#: git-rebase.sh:615
14422msgid "First, rewinding head to replay your work on top of it..."
14423msgstr "작업 사항을 다시 넣기 위해 먼저 헤드를 뒤로 돌립니다..."
14424
14425#: git-rebase.sh:625
14426#, sh-format
14427msgid "Fast-forwarded $branch_name to $onto_name."
14428msgstr "$branch_name 브랜치를 $onto_name 위치로 정방향 진행합니다."
14429
14430#: git-stash.sh:54
14431msgid "git stash clear with parameters is unimplemented"
14432msgstr "git stash clear 명령을 파라미터와 같이 쓰기는 구현되지 않았습니다"
14433
14434#: git-stash.sh:95
14435msgid "You do not have the initial commit yet"
14436msgstr "아직 최초 커밋이 없습니다"
14437
14438#: git-stash.sh:110
14439msgid "Cannot save the current index state"
14440msgstr "현재 인덱스 상태를 저장할 수 없습니다"
14441
14442#: git-stash.sh:125
14443msgid "Cannot save the untracked files"
14444msgstr "추적하지 않는 파일을 저장할 수 없습니다"
14445
14446#: git-stash.sh:145 git-stash.sh:158
14447msgid "Cannot save the current worktree state"
14448msgstr "현재 작업 폴더 상태를 저장할 수 없습니다"
14449
14450#: git-stash.sh:162
14451msgid "No changes selected"
14452msgstr "변경 사항을 선택하지 않았습니다"
14453
14454#: git-stash.sh:165
14455msgid "Cannot remove temporary index (can't happen)"
14456msgstr "임시 인덱스를 제거할 수 없습니다 (일어날 수 없는 상황)"
14457
14458#: git-stash.sh:178
14459msgid "Cannot record working tree state"
14460msgstr "작업 폴더 상태를 기록할 수 없습니다"
14461
14462#: git-stash.sh:210
14463#, sh-format
14464msgid "Cannot update $ref_stash with $w_commit"
14465msgstr "$ref_stash을(를) $w_commit(으)로 업데이트할 수 없습니다"
14466
14467#. TRANSLATORS: $option is an invalid option, like
14468#. `--blah-blah'. The 7 spaces at the beginning of the
14469#. second line correspond to "error: ". So you should line
14470#. up the second line with however many characters the
14471#. translation of "error: " takes in your language. E.g. in
14472#. English this is:
14473#.
14474#. $ git stash save --blah-blah 2>&1 | head -n 2
14475#. error: unknown option for 'stash save': --blah-blah
14476#. To provide a message, use git stash save -- '--blah-blah'
14477#: git-stash.sh:266
14478#, sh-format
14479msgid ""
14480"error: unknown option for 'stash save': $option\n"
14481"       To provide a message, use git stash save -- '$option'"
14482msgstr ""
14483"오류: 'stash save'에 대해 알 수 없는 옵션: $option\n"
14484"       메시지를 넘기려면, 다음과 같이 쓰십시오: git stash save -- '$option'"
14485
14486#: git-stash.sh:281
14487msgid "Can't use --patch and --include-untracked or --all at the same time"
14488msgstr ""
14489"--patch 옵션과 --include-untracked 또는 --all 옵션을 동시에 쓸 수 없습니다"
14490
14491#: git-stash.sh:289
14492msgid "No local changes to save"
14493msgstr "저장할 로컬 변경 사항이 없습니다"
14494
14495#: git-stash.sh:294
14496msgid "Cannot initialize stash"
14497msgstr "스태시를 초기화할 수 없습니다"
14498
14499#: git-stash.sh:298
14500msgid "Cannot save the current status"
14501msgstr "현재 상태를 저장할 수 없습니다"
14502
14503#: git-stash.sh:299
14504#, sh-format
14505msgid "Saved working directory and index state $stash_msg"
14506msgstr "작업 폴더와 $stash_msg 인덱스 상태를 저장했습니다"
14507
14508#: git-stash.sh:326
14509msgid "Cannot remove worktree changes"
14510msgstr "작업폴더 변경 사항을 제거할 수 없습니다"
14511
14512#: git-stash.sh:474
14513#, sh-format
14514msgid "unknown option: $opt"
14515msgstr "알 수 없는 옵션: $opt"
14516
14517#: git-stash.sh:487
14518msgid "No stash entries found."
14519msgstr "스태시 항목이 없습니다."
14520
14521#: git-stash.sh:494
14522#, sh-format
14523msgid "Too many revisions specified: $REV"
14524msgstr "너무 많은 리비전을 지정했습니다: $REV"
14525
14526#: git-stash.sh:509
14527#, sh-format
14528msgid "$reference is not a valid reference"
14529msgstr "$reference은(는) 올바른 레퍼런스가 아닙니다"
14530
14531#: git-stash.sh:537
14532#, sh-format
14533msgid "'$args' is not a stash-like commit"
14534msgstr "'$args'은(는) 스태시 커밋이 아닙니다"
14535
14536#: git-stash.sh:548
14537#, sh-format
14538msgid "'$args' is not a stash reference"
14539msgstr "'$args'은(는) 스태시 레퍼런스가 아닙니다"
14540
14541#: git-stash.sh:556
14542msgid "unable to refresh index"
14543msgstr "인덱스를 새로 고칠 수 없습니다"
14544
14545#: git-stash.sh:560
14546msgid "Cannot apply a stash in the middle of a merge"
14547msgstr "병합 도중에 스태시를 적용할 수 없습니다"
14548
14549#: git-stash.sh:568
14550msgid "Conflicts in index. Try without --index."
14551msgstr "인덱스에 충돌. --index 없이 시도해 보십시오."
14552
14553#: git-stash.sh:570
14554msgid "Could not save index tree"
14555msgstr "인덱스 트리를 저장할 수 없습니다"
14556
14557#: git-stash.sh:579
14558msgid "Could not restore untracked files from stash entry"
14559msgstr "스태시 항목에서 추적하지 않는 파일을 복구할 수 없습니다"
14560
14561#: git-stash.sh:604
14562msgid "Cannot unstage modified files"
14563msgstr "수정한 파일을 스테이지에서 뺄 수 없습니다"
14564
14565#: git-stash.sh:619
14566msgid "Index was not unstashed."
14567msgstr "인덱스가 스태시에서 빠졌습니다."
14568
14569#: git-stash.sh:633
14570msgid "The stash entry is kept in case you need it again."
14571msgstr "다시 필요할 때를 대비해 스태시 항목을 보관합니다."
14572
14573#: git-stash.sh:642
14574#, sh-format
14575msgid "Dropped ${REV} ($s)"
14576msgstr "${REV} 지움 ($s)"
14577
14578#: git-stash.sh:643
14579#, sh-format
14580msgid "${REV}: Could not drop stash entry"
14581msgstr "${REV}: 스태시 항목을 지울 수 없습니다"
14582
14583#: git-stash.sh:651
14584msgid "No branch name specified"
14585msgstr "브랜치 이름을 지정하지 않았습니다"
14586
14587#: git-stash.sh:730
14588msgid "(To restore them type \"git stash apply\")"
14589msgstr "(복구하려면 \"git stash apply\"를 실행하십시오)"
14590
14591#: git-submodule.sh:181
14592msgid "Relative path can only be used from the toplevel of the working tree"
14593msgstr "상대 경로는 작업 폴더의 최상위에서만 쓸 수 있습니다"
14594
14595#: git-submodule.sh:191
14596#, sh-format
14597msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14598msgstr "저장소 URL: '$repo' 값은 절대 경로거나 ./ 또는 ../로 시작해야 합니다."
14599
14600#: git-submodule.sh:210
14601#, sh-format
14602msgid "'$sm_path' already exists in the index"
14603msgstr "'$sm_path'은(는) 이미 인덱스에 있습니다"
14604
14605#: git-submodule.sh:213
14606#, sh-format
14607msgid "'$sm_path' already exists in the index and is not a submodule"
14608msgstr "'$sm_path'은(는) 이미 인덱스에 있고 하위 모듈이 아닙니다"
14609
14610#: git-submodule.sh:219
14611#, sh-format
14612msgid ""
14613"The following path is ignored by one of your .gitignore files:\n"
14614"$sm_path\n"
14615"Use -f if you really want to add it."
14616msgstr ""
14617"다음 경로는 .gitignore 파일에서 무시합니다:\n"
14618"$sm_path\n"
14619"정말로 추가하려면 -f 옵션을 사용하십시오."
14620
14621#: git-submodule.sh:237
14622#, sh-format
14623msgid "Adding existing repo at '$sm_path' to the index"
14624msgstr "'$sm_path'의 기존 저장소를 인덱스에 추가합니다"
14625
14626#: git-submodule.sh:239
14627#, sh-format
14628msgid "'$sm_path' already exists and is not a valid git repo"
14629msgstr "'$sm_path'이(가) 이미 있고 올바른 git 저장소가 아닙니다"
14630
14631#: git-submodule.sh:247
14632#, sh-format
14633msgid "A git directory for '$sm_name' is found locally with remote(s):"
14634msgstr "'$sm_name'에 대한 깃 디렉터리가 로컬에서 리모트가 있는 채로 있습니다:"
14635
14636#: git-submodule.sh:249
14637#, sh-format
14638msgid ""
14639"If you want to reuse this local git directory instead of cloning again from\n"
14640"  $realrepo\n"
14641"use the '--force' option. If the local git directory is not the correct "
14642"repo\n"
14643"or you are unsure what this means choose another name with the '--name' "
14644"option."
14645msgstr ""
14646"이 로컬 깃 디렉터리를 다음 저장소에서 다시 복제하는 대신 다시 사용하려면,\n"
14647"  $realrepo\n"
14648"'--force' 옵션을 사용하십시오. 로컬 깃 디렉터리가 올바른 저장소가 아니거나\n"
14649"무슨 의미인지 잘 모르겠으면 '--name' 옵션으로 다른 이름을 선택하십시오."
14650
14651#: git-submodule.sh:255
14652#, sh-format
14653msgid "Reactivating local git directory for submodule '$sm_name'."
14654msgstr "로컬 깃 디렉터리를 '$sm_name' 하위모듈로 다시 활성화합니다."
14655
14656#: git-submodule.sh:267
14657#, sh-format
14658msgid "Unable to checkout submodule '$sm_path'"
14659msgstr "'$sm_path' 하위 모듈을 체크아웃할 수 없습니다"
14660
14661#: git-submodule.sh:272
14662#, sh-format
14663msgid "Failed to add submodule '$sm_path'"
14664msgstr "'$sm_path' 하위 모듈을 추가하는데 실패했습니다"
14665
14666#: git-submodule.sh:281
14667#, sh-format
14668msgid "Failed to register submodule '$sm_path'"
14669msgstr "'$sm_path' 하위 모듈을 등록하는데 실패했습니다"
14670
14671#: git-submodule.sh:342
14672#, sh-format
14673msgid "Entering '$displaypath'"
14674msgstr "'$displaypath' 들어감"
14675
14676#: git-submodule.sh:362
14677#, sh-format
14678msgid "Stopping at '$displaypath'; script returned non-zero status."
14679msgstr "'$displaypath'에서 멈춤. 스크립트가 0이 아닌 상태를 리턴함."
14680
14681#: git-submodule.sh:433
14682#, sh-format
14683msgid "pathspec and --all are incompatible"
14684msgstr "경로명세 및 --all 옵션은 호환되지 않습니다"
14685
14686#: git-submodule.sh:438
14687#, sh-format
14688msgid "Use '--all' if you really want to deinitialize all submodules"
14689msgstr "정말로 모든 하위 모듈 초기화를 해제하려면 '--all'을 사용하십시오"
14690
14691#: git-submodule.sh:458
14692#, sh-format
14693msgid ""
14694"Submodule work tree '$displaypath' contains a .git directory\n"
14695"(use 'rm -rf' if you really want to remove it including all of its history)"
14696msgstr ""
14697"하위 모듈 작업 폴더 '$displaypath'에 .git 디렉터리가 들어 있습니다\n"
14698"(정말로 그 커밋 내역까지 포함해 제거하려면 'rm -rf'를 사용하십시오)"
14699
14700#: git-submodule.sh:466
14701#, sh-format
14702msgid ""
14703"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14704"discard them"
14705msgstr ""
14706"하위 모듈 작업 폴더에 ('$displaypath') 로컬 수정 사항이 있습니다. 버리려면 '-"
14707"f'를 사용하십시오"
14708
14709#: git-submodule.sh:469
14710#, sh-format
14711msgid "Cleared directory '$displaypath'"
14712msgstr "'$displaypath' 디렉터리를 지웁니다"
14713
14714#: git-submodule.sh:470
14715#, sh-format
14716msgid "Could not remove submodule work tree '$displaypath'"
14717msgstr "하위 모듈 디렉터리를 ('$displaypath') 제거할 수 없습니다"
14718
14719#: git-submodule.sh:473
14720#, sh-format
14721msgid "Could not create empty submodule directory '$displaypath'"
14722msgstr "빈 하위 모듈 디렉터리를 ('$displaypath') 만들 수 없습니다"
14723
14724#: git-submodule.sh:482
14725#, sh-format
14726msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14727msgstr ""
14728"'$name' 하위 모듈이 ($url) '$displaypath' 경로에 대해 등록되지 않았습니다"
14729
14730#: git-submodule.sh:638
14731#, sh-format
14732msgid "Unable to find current revision in submodule path '$displaypath'"
14733msgstr "하위 모듈 경로에서 ('$displaypath') 현재 리비전을 찾을 수 없습니다"
14734
14735#: git-submodule.sh:648
14736#, sh-format
14737msgid "Unable to fetch in submodule path '$sm_path'"
14738msgstr "하위 모듈 경로 '$sm_path'에서 가져올 수 없습니다"
14739
14740#: git-submodule.sh:653
14741#, sh-format
14742msgid ""
14743"Unable to find current ${remote_name}/${branch} revision in submodule path "
14744"'$sm_path'"
14745msgstr ""
14746"하위 모듈 경로 '$sm_path'에서 현재 ${remote_name}/${branch} 리비전을 찾을 수 "
14747"없습니다"
14748
14749#: git-submodule.sh:671
14750#, sh-format
14751msgid "Unable to fetch in submodule path '$displaypath'"
14752msgstr "하위 모듈 경로 '$displaypath'에서 가져올 수 없습니다"
14753
14754#: git-submodule.sh:677
14755#, sh-format
14756msgid ""
14757"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14758"Direct fetching of that commit failed."
14759msgstr ""
14760"'$displaypath' 하위 모듈 경로에서 가져왔지만, $sha1 커밋이 들어있지 않습니"
14761"다. 이 커밋을 직접 가져오는데 실패했습니다."
14762
14763#: git-submodule.sh:684
14764#, sh-format
14765msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14766msgstr "하위 모듈 경로 '$displaypath'에서 '$sha1'을(를) 체크아웃할 수 없습니다"
14767
14768#: git-submodule.sh:685
14769#, sh-format
14770msgid "Submodule path '$displaypath': checked out '$sha1'"
14771msgstr "하위 모듈 경로 '$displaypath': '$sha1' 체크아웃"
14772
14773#: git-submodule.sh:689
14774#, sh-format
14775msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14776msgstr "하위 모듈 경로 '$displaypath'에서 '$sha1'을(를) 리베이스할 수 없습니다"
14777
14778#: git-submodule.sh:690
14779#, sh-format
14780msgid "Submodule path '$displaypath': rebased into '$sha1'"
14781msgstr "하위 모듈 경로 '$displaypath': '$sha1'(으)로 리베이스"
14782
14783#: git-submodule.sh:695
14784#, sh-format
14785msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14786msgstr "하위 모듈 경로 '$displaypath'에서 '$sha1' 병합할 수 없습니다"
14787
14788#: git-submodule.sh:696
14789#, sh-format
14790msgid "Submodule path '$displaypath': merged in '$sha1'"
14791msgstr "하위 모듈 경로 '$displaypath': '$sha1'에서 병합"
14792
14793#: git-submodule.sh:701
14794#, sh-format
14795msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14796msgstr "'$command $sha1' 실행이 하위 모듈 경로 '$displaypath'에서 실패했습니다"
14797
14798#: git-submodule.sh:702
14799#, sh-format
14800msgid "Submodule path '$displaypath': '$command $sha1'"
14801msgstr "하위 모듈 경로 '$displaypath': '$command $sha1'"
14802
14803#: git-submodule.sh:733
14804#, sh-format
14805msgid "Failed to recurse into submodule path '$displaypath'"
14806msgstr "재귀적으로 하위 모듈 경로 '$displaypath'에 들어가는데 실패했습니다"
14807
14808#: git-submodule.sh:841
14809msgid "The --cached option cannot be used with the --files option"
14810msgstr "--cached 옵션은 --files 옵션과 같이 쓸 수 없습니다"
14811
14812#: git-submodule.sh:893
14813#, sh-format
14814msgid "unexpected mode $mod_dst"
14815msgstr "예상치 못한 모드 $mod_dst"
14816
14817#: git-submodule.sh:913
14818#, sh-format
14819msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14820msgstr "  경고: '$display_name'에 '$sha1_src' 커밋이 들어있지 않습니다"
14821
14822#: git-submodule.sh:916
14823#, sh-format
14824msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14825msgstr "  경고: '$display_name'에 '$sha1_dst' 커밋이 들어있지 않습니다"
14826
14827#: git-submodule.sh:919
14828#, sh-format
14829msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14830msgstr ""
14831"  경고: '$display_name'에 '$sha1_src' 및 '$sha1_dst' 커밋이 들어있지 않습니다"
14832
14833#: git-submodule.sh:1065
14834#, sh-format
14835msgid "Failed to recurse into submodule path '$sm_path'"
14836msgstr "재귀적으로 하위 모듈 경로 '$sm_path'에 들어가는데 실패했습니다"
14837
14838#: git-submodule.sh:1137
14839#, sh-format
14840msgid "Synchronizing submodule url for '$displaypath'"
14841msgstr "하위 모듈 URL을 '$displaypath'에 대해 동기화"
14842
14843#: git-parse-remote.sh:89
14844#, sh-format
14845msgid "See git-${cmd}(1) for details."
14846msgstr "자세한 정보는 git-${cmd}(1) 페이지를 참고하십시오."
14847
14848#: git-rebase--interactive.sh:140
14849#, sh-format
14850msgid "Rebasing ($new_count/$total)"
14851msgstr "리베이스중 ($new_count/$total)"
14852
14853#: git-rebase--interactive.sh:156
14854msgid ""
14855"\n"
14856"Commands:\n"
14857" p, pick = use commit\n"
14858" r, reword = use commit, but edit the commit message\n"
14859" e, edit = use commit, but stop for amending\n"
14860" s, squash = use commit, but meld into previous commit\n"
14861" f, fixup = like \"squash\", but discard this commit's log message\n"
14862" x, exec = run command (the rest of the line) using shell\n"
14863" d, drop = remove commit\n"
14864"\n"
14865"These lines can be re-ordered; they are executed from top to bottom.\n"
14866msgstr ""
14867"\n"
14868"명령어:\n"
14869" p, pick = 커밋 사용\n"
14870" r, reword = 커밋 사용하지만, 커밋 메시지 편집\n"
14871" e, edit = 커밋 사용하지만, 커밋 수정(amend)을 위해 중단\n"
14872" s, squash = 커밋 사용하지만, 이전 커밋과 합치기\n"
14873" f, fixup = \"squash\"와 같지만, 이 커밋의 로그 메시지를 버림\n"
14874" x, exec = 셸을 사용해 명령 실행 (뒤에 명령 지정)\n"
14875" d, drop = 커밋 제거\n"
14876"\n"
14877"이 줄은 순서를 바꿀 수 있습니다. 위에서 아래 순서로 실행합니다.\n"
14878
14879#: git-rebase--interactive.sh:171
14880msgid ""
14881"\n"
14882"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14883msgstr ""
14884"\n"
14885"줄을 제거하지 않습니다. 커밋을 제거하려면 명시적으로 'drop'을 사용하십시오.\n"
14886
14887#: git-rebase--interactive.sh:175
14888msgid ""
14889"\n"
14890"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14891msgstr ""
14892"\n"
14893"여기 줄을 제거하면 해당 커밋을 잃어버립니다!\n"
14894
14895#: git-rebase--interactive.sh:211
14896#, sh-format
14897msgid ""
14898"You can amend the commit now, with\n"
14899"\n"
14900"\tgit commit --amend $gpg_sign_opt_quoted\n"
14901"\n"
14902"Once you are satisfied with your changes, run\n"
14903"\n"
14904"\tgit rebase --continue"
14905msgstr ""
14906"지금 다음 명령으로 커밋을 수정할 수 있습니다:\n"
14907"\n"
14908"\tgit commit --amend $gpg_sign_opt_quoted\n"
14909"\n"
14910"변경 사항에 만족하면, 다음을 실행하십시오:\n"
14911"\n"
14912"\tgit rebase --continue"
14913
14914#: git-rebase--interactive.sh:236
14915#, sh-format
14916msgid "$sha1: not a commit that can be picked"
14917msgstr "$sha1: 빼오기가 가능한 커밋이 아닙니다"
14918
14919#: git-rebase--interactive.sh:275
14920#, sh-format
14921msgid "Invalid commit name: $sha1"
14922msgstr "잘못된 커밋 이름: $sha1"
14923
14924#: git-rebase--interactive.sh:317
14925msgid "Cannot write current commit's replacement sha1"
14926msgstr "현재 커밋의 대체 sha1을 쓸 수 없습니다"
14927
14928#: git-rebase--interactive.sh:369
14929#, sh-format
14930msgid "Fast-forward to $sha1"
14931msgstr "정방향 진행, $sha1 위치로"
14932
14933#: git-rebase--interactive.sh:371
14934#, sh-format
14935msgid "Cannot fast-forward to $sha1"
14936msgstr "$sha1 위치로 정방향 진행할 수 없습니다"
14937
14938#: git-rebase--interactive.sh:380
14939#, sh-format
14940msgid "Cannot move HEAD to $first_parent"
14941msgstr "HEAD를 $first_parent 위치로 옮길 수 없습니다"
14942
14943#: git-rebase--interactive.sh:385
14944#, sh-format
14945msgid "Refusing to squash a merge: $sha1"
14946msgstr "병합 squash 거부: $sha1"
14947
14948#: git-rebase--interactive.sh:399
14949#, sh-format
14950msgid "Error redoing merge $sha1"
14951msgstr "$sha1 병합을 다시 하는데 오류"
14952
14953#: git-rebase--interactive.sh:407
14954#, sh-format
14955msgid "Could not pick $sha1"
14956msgstr "$sha1을 빼오기 할 수 없습니다"
14957
14958#: git-rebase--interactive.sh:416
14959#, sh-format
14960msgid "This is the commit message #${n}:"
14961msgstr "커밋 메시지 #${n}번입니다:"
14962
14963#: git-rebase--interactive.sh:421
14964#, sh-format
14965msgid "The commit message #${n} will be skipped:"
14966msgstr "#${n}번째 커밋 메시지를 건너뜁니다:"
14967
14968#: git-rebase--interactive.sh:432
14969#, sh-format
14970msgid "This is a combination of $count commit."
14971msgid_plural "This is a combination of $count commits."
14972msgstr[0] "커밋 $count개가 섞인 결과입니다."
14973
14974#: git-rebase--interactive.sh:441
14975#, sh-format
14976msgid "Cannot write $fixup_msg"
14977msgstr "$fixup_msg를 쓸 수 없습니다"
14978
14979#: git-rebase--interactive.sh:444
14980msgid "This is a combination of 2 commits."
14981msgstr "커밋 2개가 섞인 결과입니다."
14982
14983#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14984#: git-rebase--interactive.sh:531
14985#, sh-format
14986msgid "Could not apply $sha1... $rest"
14987msgstr "다음을 적용할(apply) 수 없습니다: $sha1... $rest"
14988
14989#: git-rebase--interactive.sh:559
14990#, sh-format
14991msgid ""
14992"Could not amend commit after successfully picking $sha1... $rest\n"
14993"This is most likely due to an empty commit message, or the pre-commit hook\n"
14994"failed. If the pre-commit hook failed, you may need to resolve the issue "
14995"before\n"
14996"you are able to reword the commit."
14997msgstr ""
14998"성공적으로 $sha1... $rest 커밋을 빼온 뒤에 커밋을 수정할 수 없습니다.\n"
14999"대부분의 경우 빈 커밋 메시지 때문이거나, 또는 커밋 전 후크가 실패했기\n"
15000"때문입니다. 커밋 메시지를 수정하기 전에 이 문제를 먼저 해결해야 합니다."
15001
15002#: git-rebase--interactive.sh:574
15003#, sh-format
15004msgid "Stopped at $sha1_abbrev... $rest"
15005msgstr "다음에서 멈춥니다: $sha1_abbrev... $rest"
15006
15007#: git-rebase--interactive.sh:589
15008#, sh-format
15009msgid "Cannot '$squash_style' without a previous commit"
15010msgstr "이전 커밋 없이 '$squash_style' 수행할 수 없습니다"
15011
15012#: git-rebase--interactive.sh:631
15013#, sh-format
15014msgid "Executing: $rest"
15015msgstr "실행 중: $rest"
15016
15017#: git-rebase--interactive.sh:639
15018#, sh-format
15019msgid "Execution failed: $rest"
15020msgstr "실행 실패: $rest"
15021
15022#: git-rebase--interactive.sh:641
15023msgid "and made changes to the index and/or the working tree"
15024msgstr "그리고 인덱스 그리고/또는 작업 폴더에 변경 사항이 있습니다"
15025
15026#: git-rebase--interactive.sh:643
15027msgid ""
15028"You can fix the problem, and then run\n"
15029"\n"
15030"\tgit rebase --continue"
15031msgstr ""
15032"문제를 바로잡고, 다음을 실행하십시오\n"
15033"\n"
15034"\tgit rebase --continue"
15035
15036#. TRANSLATORS: after these lines is a command to be issued by the user
15037#: git-rebase--interactive.sh:656
15038#, sh-format
15039msgid ""
15040"Execution succeeded: $rest\n"
15041"but left changes to the index and/or the working tree\n"
15042"Commit or stash your changes, and then run\n"
15043"\n"
15044"\tgit rebase --continue"
15045msgstr ""
15046"실행 성공: $rest\n"
15047"하지만 변경 사항을 인덱스 및/또는 작업 폴더에 남겨둡니다.\n"
15048"변경 사항을 커밋하거나 스태시에 넣으려면, 다음을 실행하십시오:\n"
15049"\n"
15050"\tgit rebase --continue"
15051
15052#: git-rebase--interactive.sh:667
15053#, sh-format
15054msgid "Unknown command: $command $sha1 $rest"
15055msgstr "알 수 없는 명령: $command $sha1 $rest"
15056
15057#: git-rebase--interactive.sh:668
15058msgid "Please fix this using 'git rebase --edit-todo'."
15059msgstr "'git rebase --edit-todo' 명령으로 바로잡으십시오."
15060
15061#: git-rebase--interactive.sh:703
15062#, sh-format
15063msgid "Successfully rebased and updated $head_name."
15064msgstr "성공적으로 리베이스했고 $head_name 업데이트했습니다."
15065
15066#: git-rebase--interactive.sh:750
15067msgid "Could not skip unnecessary pick commands"
15068msgstr "불필요한 빼오기 명령을 건너뛸 수 없습니다"
15069
15070#: git-rebase--interactive.sh:908
15071#, sh-format
15072msgid ""
15073"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
15074" - $line"
15075msgstr ""
15076"경고: 다음 줄에서 해당 SHA-1이 없거나 커밋이 아닙니다:\n"
15077" - $line"
15078
15079#: git-rebase--interactive.sh:941
15080#, sh-format
15081msgid ""
15082"Warning: the command isn't recognized in the following line:\n"
15083" - $line"
15084msgstr ""
15085"경고: 다음 줄에서 명령어가 무엇인지 알 수 없습니다:\n"
15086" - $line"
15087
15088#: git-rebase--interactive.sh:980
15089msgid "could not detach HEAD"
15090msgstr "HEAD는 분리할 수 없습니다"
15091
15092#: git-rebase--interactive.sh:1018
15093msgid ""
15094"Warning: some commits may have been dropped accidentally.\n"
15095"Dropped commits (newer to older):"
15096msgstr ""
15097"경고: 일부 커밋이 의도치 않게 버려졌을 수도 있습니다.\n"
15098"버려진 커밋 (최근에서 과거 순서):"
15099
15100#: git-rebase--interactive.sh:1026
15101msgid ""
15102"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
15103"\n"
15104"Use 'git config rebase.missingCommitsCheck' to change the level of "
15105"warnings.\n"
15106"The possible behaviours are: ignore, warn, error."
15107msgstr ""
15108"이 메시지를 보지 않으려면, \"drop\"을 사용해 명시적으로 커밋을 제거하십시"
15109"오.\n"
15110"\n"
15111"'git config rebase.missingCommitsCheck' 명령으로 경고 단계를 바꿀 수 있습니"
15112"다.\n"
15113"가능한 동작은: ignore, warn, error"
15114
15115#: git-rebase--interactive.sh:1037
15116#, sh-format
15117msgid ""
15118"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
15119"Ignoring."
15120msgstr ""
15121"rebase.missingCommitsCheck 옵션에 대해 인식할 수 없는 $check_level 설정. 무시"
15122"합니다."
15123
15124#: git-rebase--interactive.sh:1054
15125msgid ""
15126"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
15127"continue'."
15128msgstr ""
15129"'git rebase --edit-todo' 명령으로 바로잡을 수 있고 'git rebase --continue' 명"
15130"령을 실행합니다."
15131
15132#: git-rebase--interactive.sh:1055
15133msgid "Or you can abort the rebase with 'git rebase --abort'."
15134msgstr "아니면 'git rebase --abort' 명령으로 리베이스를 중지할 수도 있습니다."
15135
15136#: git-rebase--interactive.sh:1083
15137msgid "Could not remove CHERRY_PICK_HEAD"
15138msgstr "CHERRY_PICK_HEAD를 제거할 수 없습니다"
15139
15140#: git-rebase--interactive.sh:1088
15141#, sh-format
15142msgid ""
15143"You have staged changes in your working tree.\n"
15144"If these changes are meant to be\n"
15145"squashed into the previous commit, run:\n"
15146"\n"
15147"  git commit --amend $gpg_sign_opt_quoted\n"
15148"\n"
15149"If they are meant to go into a new commit, run:\n"
15150"\n"
15151"  git commit $gpg_sign_opt_quoted\n"
15152"\n"
15153"In both cases, once you're done, continue with:\n"
15154"\n"
15155"  git rebase --continue\n"
15156msgstr ""
15157"작업 폴더에 스테이징한 변경 사항이 있습니다.\n"
15158"이 변경 사항을 이전 커밋에 합치려면,\n"
15159"다음을 실행하십시오:\n"
15160"\n"
15161"  git commit --amend $gpg_sign_opt_quoted\n"
15162"\n"
15163"새 커밋으로 만드려면 다음을 실행하십시오:\n"
15164"\n"
15165"  git commit $gpg_sign_opt_quoted\n"
15166"\n"
15167"어떤 경우이든, 마친 다음에 다음 명령으로 계속합니다:\n"
15168"\n"
15169"  git rebase --continue\n"
15170
15171#: git-rebase--interactive.sh:1105
15172msgid "Error trying to find the author identity to amend commit"
15173msgstr "커밋을 수정한 작성자 신원을 찾는데 오류"
15174
15175#: git-rebase--interactive.sh:1110
15176msgid ""
15177"You have uncommitted changes in your working tree. Please commit them\n"
15178"first and then run 'git rebase --continue' again."
15179msgstr ""
15180"작업 폴더에 커밋하지 않은 변경 사항이 있습니다. 이 사항을 먼저\n"
15181"커밋하고 'git rebase --continue' 명령을 다시 실행하십시오."
15182
15183#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
15184msgid "Could not commit staged changes."
15185msgstr "스테이징한 변경 사항은 커밋할 수 없습니다."
15186
15187#: git-rebase--interactive.sh:1147
15188msgid ""
15189"\n"
15190"You are editing the todo file of an ongoing interactive rebase.\n"
15191"To continue rebase after editing, run:\n"
15192"    git rebase --continue\n"
15193"\n"
15194msgstr ""
15195"\n"
15196"진행 중인 대화형 리베이스의 TODO 파일을 편집하는 중입니다.\n"
15197"편집 뒤에 리베이스를 계속하려면 다음을 실행하십시오:\n"
15198"    git rebase --continue\n"
15199"\n"
15200
15201#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
15202msgid "Could not execute editor"
15203msgstr "편집기를 실행할 수 없습니다"
15204
15205#: git-rebase--interactive.sh:1168
15206#, sh-format
15207msgid "Could not checkout $switch_to"
15208msgstr "$switch_to를 체크아웃할 수 없습니다"
15209
15210#: git-rebase--interactive.sh:1173
15211msgid "No HEAD?"
15212msgstr "HEAD가 없습니다?"
15213
15214#: git-rebase--interactive.sh:1174
15215#, sh-format
15216msgid "Could not create temporary $state_dir"
15217msgstr "임시로 $state_dir 디렉터리를 만들 수 없습니다"
15218
15219#: git-rebase--interactive.sh:1176
15220msgid "Could not mark as interactive"
15221msgstr "대화형으로 표시할 수 없습니다."
15222
15223#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
15224msgid "Could not init rewritten commits"
15225msgstr "다시 작성된 커밋을 초기화할 수 없습니다"
15226
15227#: git-rebase--interactive.sh:1291
15228#, sh-format
15229msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15230msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15231msgstr[0] "리베이스 $shortrevisions, $shortonto 위로 (명령 $todocount개)"
15232
15233#: git-rebase--interactive.sh:1296
15234msgid ""
15235"\n"
15236"However, if you remove everything, the rebase will be aborted.\n"
15237"\n"
15238msgstr ""
15239"\n"
15240"하지만 모두 제거할 경우, 리베이스를 중지합니다.\n"
15241"\n"
15242
15243#: git-rebase--interactive.sh:1303
15244msgid "Note that empty commits are commented out"
15245msgstr "단 빈 커밋은 주석 처리되었습니다."
15246
15247#: git-sh-setup.sh:89 git-sh-setup.sh:94
15248#, sh-format
15249msgid "usage: $dashless $USAGE"
15250msgstr "사용법: $dashless $USAGE"
15251
15252#: git-sh-setup.sh:190
15253#, sh-format
15254msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15255msgstr "$cdup 디렉터리로 (작업폴더 최상위) 이동할 수 없습니다"
15256
15257#: git-sh-setup.sh:199 git-sh-setup.sh:206
15258#, sh-format
15259msgid "fatal: $program_name cannot be used without a working tree."
15260msgstr "치명적: $program_name은 작업 폴더 없이 사용할 수 없습니다."
15261
15262#: git-sh-setup.sh:220
15263msgid "Cannot rebase: You have unstaged changes."
15264msgstr "리베이스할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
15265
15266#: git-sh-setup.sh:223
15267msgid "Cannot rewrite branches: You have unstaged changes."
15268msgstr "브랜치를 다시 쓸 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
15269
15270#: git-sh-setup.sh:226
15271msgid "Cannot pull with rebase: You have unstaged changes."
15272msgstr ""
15273"리베이스로 풀을 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
15274
15275#: git-sh-setup.sh:229
15276#, sh-format
15277msgid "Cannot $action: You have unstaged changes."
15278msgstr "$action 할 수 없습니다: 스테이징하지 않은 변경 사항이 있습니다."
15279
15280#: git-sh-setup.sh:242
15281msgid "Cannot rebase: Your index contains uncommitted changes."
15282msgstr "리베이스할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
15283
15284#: git-sh-setup.sh:245
15285msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15286msgstr ""
15287"리베이스로 풀을 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
15288
15289#: git-sh-setup.sh:248
15290#, sh-format
15291msgid "Cannot $action: Your index contains uncommitted changes."
15292msgstr "$action 할 수 없습니다: 인덱스에 커밋하지 않은 변경 사항이 있습니다."
15293
15294#: git-sh-setup.sh:252
15295msgid "Additionally, your index contains uncommitted changes."
15296msgstr "추가로, 인덱스에 커밋하지 않은 변경 사항이 있습니다."
15297
15298#: git-sh-setup.sh:372
15299msgid "You need to run this command from the toplevel of the working tree."
15300msgstr "이 명령은 작업 폴더의 최상위에서만 쓸 수 있습니다."
15301
15302#: git-sh-setup.sh:377
15303msgid "Unable to determine absolute path of git directory"
15304msgstr "깃 디렉터리의 절대 경로를 알아낼 수 없습니다"
15305
15306#. TRANSLATORS: you can adjust this to align "git add -i" status menu
15307#: git-add--interactive.perl:196
15308#, perl-format
15309msgid "%12s %12s %s"
15310msgstr "%12s %12s %s"
15311
15312#: git-add--interactive.perl:197
15313msgid "staged"
15314msgstr "스테이징"
15315
15316#: git-add--interactive.perl:197
15317msgid "unstaged"
15318msgstr "안스테이징"
15319
15320#: git-add--interactive.perl:246 git-add--interactive.perl:271
15321msgid "binary"
15322msgstr "바이너리"
15323
15324#: git-add--interactive.perl:255 git-add--interactive.perl:309
15325msgid "nothing"
15326msgstr "없음"
15327
15328#: git-add--interactive.perl:291 git-add--interactive.perl:306
15329msgid "unchanged"
15330msgstr "안바뀜"
15331
15332#: git-add--interactive.perl:602
15333#, perl-format
15334msgid "added %d path\n"
15335msgid_plural "added %d paths\n"
15336msgstr[0] "경로 %d개 추가\n"
15337
15338#: git-add--interactive.perl:605
15339#, perl-format
15340msgid "updated %d path\n"
15341msgid_plural "updated %d paths\n"
15342msgstr[0] "경로 %d개 업데이트\n"
15343
15344#: git-add--interactive.perl:608
15345#, perl-format
15346msgid "reverted %d path\n"
15347msgid_plural "reverted %d paths\n"
15348msgstr[0] "경로 %d개 되돌림\n"
15349
15350#: git-add--interactive.perl:611
15351#, perl-format
15352msgid "touched %d path\n"
15353msgid_plural "touched %d paths\n"
15354msgstr[0] "경로 %d개 건드림\n"
15355
15356#: git-add--interactive.perl:620
15357msgid "Update"
15358msgstr "업데이트"
15359
15360#: git-add--interactive.perl:632
15361msgid "Revert"
15362msgstr "되돌리기"
15363
15364#: git-add--interactive.perl:655
15365#, perl-format
15366msgid "note: %s is untracked now.\n"
15367msgstr "주의: %s은(는) 현재 추적하지 않습니다.\n"
15368
15369#: git-add--interactive.perl:666
15370msgid "Add untracked"
15371msgstr "추적하지 않는 파일 추가"
15372
15373#: git-add--interactive.perl:672
15374msgid "No untracked files.\n"
15375msgstr "추적하지 않는 파일 없음.\n"
15376
15377#: git-add--interactive.perl:985
15378msgid ""
15379"If the patch applies cleanly, the edited hunk will immediately be\n"
15380"marked for staging."
15381msgstr ""
15382"패치가 깔끔하게 적용되면, 편집 부분은 즉시 스테이징으로\n"
15383"표시됩니다."
15384
15385#: git-add--interactive.perl:988
15386msgid ""
15387"If the patch applies cleanly, the edited hunk will immediately be\n"
15388"marked for stashing."
15389msgstr ""
15390"패치가 깔끔하게 적용되면, 편집 부분은 즉시 스태시에\n"
15391"표시됩니다."
15392
15393#: git-add--interactive.perl:991
15394msgid ""
15395"If the patch applies cleanly, the edited hunk will immediately be\n"
15396"marked for unstaging."
15397msgstr ""
15398"패치가 깔끔하게 적용되면, 편집 부분은 즉시 스테이징 아님으로\n"
15399"표시됩니다."
15400
15401#: git-add--interactive.perl:994 git-add--interactive.perl:1003
15402msgid ""
15403"If the patch applies cleanly, the edited hunk will immediately be\n"
15404"marked for applying."
15405msgstr ""
15406"패치가 깔끔하게 적용되면, 편집 부분은 즉시 적용으로\n"
15407"표시됩니다."
15408
15409#: git-add--interactive.perl:997 git-add--interactive.perl:1000
15410msgid ""
15411"If the patch applies cleanly, the edited hunk will immediately be\n"
15412"marked for discarding."
15413msgstr ""
15414"패치가 깔끔하게 적용되면, 편집 부분은 즉시 버림으로\n"
15415"표시됩니다."
15416
15417#: git-add--interactive.perl:1013
15418#, perl-format
15419msgid "failed to open hunk edit file for writing: %s"
15420msgstr "부분 편집 파일을 쓰기용으로 여는데 실패: '%s'"
15421
15422#: git-add--interactive.perl:1014
15423msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15424msgstr "수동 부분 편집 모드 -- 빠른 설명은 맨 아래를 보십시오.\n"
15425
15426#: git-add--interactive.perl:1020
15427#, perl-format
15428msgid ""
15429"---\n"
15430"To remove '%s' lines, make them ' ' lines (context).\n"
15431"To remove '%s' lines, delete them.\n"
15432"Lines starting with %s will be removed.\n"
15433msgstr ""
15434"---\n"
15435"'%s' 줄을 제거하려면, 줄을 ' ' 줄로 만드십시오 (컨텍스트).\n"
15436"'%s' 줄을 제거하려면, 줄을 삭제하십시오..\n"
15437"%s(으)로 시작하는 줄은 제거됩니다\n"
15438
15439#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15440#: git-add--interactive.perl:1028
15441msgid ""
15442"If it does not apply cleanly, you will be given an opportunity to\n"
15443"edit again.  If all lines of the hunk are removed, then the edit is\n"
15444"aborted and the hunk is left unchanged.\n"
15445msgstr ""
15446"깔끔하게 적용되지 않으면, 다시 편집할 기회가 있습니다. 모든 줄을 제거할 경"
15447"우,\n"
15448"편집은 중단되고 이 부분은 변경되지 않은 상태로 남아있게 됩니다.\n"
15449
15450#: git-add--interactive.perl:1042
15451#, perl-format
15452msgid "failed to open hunk edit file for reading: %s"
15453msgstr "부분 편집 파일을 읽기용으로 여는데 실패: '%s'"
15454
15455#. TRANSLATORS: do not translate [y/n]
15456#. The program will only accept that input
15457#. at this point.
15458#. Consider translating (saying "no" discards!) as
15459#. (saying "n" for "no" discards!) if the translation
15460#. of the word "no" does not start with n.
15461#: git-add--interactive.perl:1134
15462msgid ""
15463"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15464msgstr ""
15465"편집한 부분이 적용되지 않습니다. 다시 편집하시겠습니까 (\"no\"라고 하면 버립"
15466"니다!) [y/n]? "
15467
15468#: git-add--interactive.perl:1143
15469msgid ""
15470"y - stage this hunk\n"
15471"n - do not stage this hunk\n"
15472"q - quit; do not stage this hunk or any of the remaining ones\n"
15473"a - stage this hunk and all later hunks in the file\n"
15474"d - do not stage this hunk or any of the later hunks in the file"
15475msgstr ""
15476"y - 이 부분 스테이징\n"
15477"n - 이 부분 스테이징하지 않음\n"
15478"q - 끝내기. 이 부분과 나머지 모두 스테이징하지 않음\n"
15479"a - 이 부분과 파일의 뒤 부분 모두 스테이징\n"
15480"d - 이 부분과 파일의 뒤 부분 모두 스테이징하지 않음"
15481
15482#: git-add--interactive.perl:1149
15483msgid ""
15484"y - stash this hunk\n"
15485"n - do not stash this hunk\n"
15486"q - quit; do not stash this hunk or any of the remaining ones\n"
15487"a - stash this hunk and all later hunks in the file\n"
15488"d - do not stash this hunk or any of the later hunks in the file"
15489msgstr ""
15490"y - 이 부분 스태시\n"
15491"n - 이 부분 스태시하지 않음\n"
15492"q - 끝내기. 이 부분과 나머지 모두 스태시하지 않음\n"
15493"a - 이 부분과 파일의 뒤 부분 모두 스태시\n"
15494"d - 이 부분과 파일의 뒤 부분 모두 스태시하지 않음"
15495
15496#: git-add--interactive.perl:1155
15497msgid ""
15498"y - unstage this hunk\n"
15499"n - do not unstage this hunk\n"
15500"q - quit; do not unstage this hunk or any of the remaining ones\n"
15501"a - unstage this hunk and all later hunks in the file\n"
15502"d - do not unstage this hunk or any of the later hunks in the file"
15503msgstr ""
15504"y - 이 부분 스테이징 해제\n"
15505"n - 이 부분 스테이징 해제하지 않음\n"
15506"q - 끝내기. 이 부분과 나머지 모두 스테이징 해제하지 않음\n"
15507"a - 이 부분과 파일의 뒤 부분 모두 스테이징 해제\n"
15508"d - 이 부분과 파일의 뒤 부분 모두 스테이징 해제하지 않음"
15509
15510#: git-add--interactive.perl:1161
15511msgid ""
15512"y - apply this hunk to index\n"
15513"n - do not apply this hunk to index\n"
15514"q - quit; do not apply this hunk or any of the remaining ones\n"
15515"a - apply this hunk and all later hunks in the file\n"
15516"d - do not apply this hunk or any of the later hunks in the file"
15517msgstr ""
15518"y - 이 부분 인덱스에 적용\n"
15519"n - 이 부분 인덱스에 적용하지 않음\n"
15520"q - 끝내기. 이 부분과 나머지 모두 적용하지 않음\n"
15521"a - 이 부분과 파일의 뒤 부분 모두 \n"
15522"d - 이 부분과 파일의 뒤 부분 모두 적용하지 않음"
15523
15524#: git-add--interactive.perl:1167
15525msgid ""
15526"y - discard this hunk from worktree\n"
15527"n - do not discard this hunk from worktree\n"
15528"q - quit; do not discard this hunk or any of the remaining ones\n"
15529"a - discard this hunk and all later hunks in the file\n"
15530"d - do not discard this hunk or any of the later hunks in the file"
15531msgstr ""
15532"y - 이 부분 작업 폴더에서 버림\n"
15533"n - 이 부분 작업 폴더에서 버리지 않음\n"
15534"q - 끝내기. 이 부분과 나머지 모두 버리지 않음\n"
15535"a - 이 부분과 파일의 뒤 부분 모두 버림\n"
15536"d - 이 부분과 파일의 뒤 부분 모두 버리지 않음"
15537
15538#: git-add--interactive.perl:1173
15539msgid ""
15540"y - discard this hunk from index and worktree\n"
15541"n - do not discard this hunk from index and worktree\n"
15542"q - quit; do not discard this hunk or any of the remaining ones\n"
15543"a - discard this hunk and all later hunks in the file\n"
15544"d - do not discard this hunk or any of the later hunks in the file"
15545msgstr ""
15546"y - 이 부분 인덱스와 작업 폴더에서 버림\n"
15547"n - 이 부분 인덱스와 작업 폴더에서 버리지 않음\n"
15548"q - 끝내기. 이 부분과 나머지 모두 버리지 않음\n"
15549"a - 이 부분과 파일의 뒤 부분 모두 버림\n"
15550"d - 이 부분과 파일의 뒤 부분 모두 버리지 않음"
15551
15552#: git-add--interactive.perl:1179
15553msgid ""
15554"y - apply this hunk to index and worktree\n"
15555"n - do not apply this hunk to index and worktree\n"
15556"q - quit; do not apply this hunk or any of the remaining ones\n"
15557"a - apply this hunk and all later hunks in the file\n"
15558"d - do not apply this hunk or any of the later hunks in the file"
15559msgstr ""
15560"y - 이 부분 인덱스와 작업 폴더에 적용\n"
15561"n - 이 부분 인덱스와 작업 폴더에 적용하지 않음\n"
15562"q - 끝내기. 이 부분과 나머지 모두 적용하지 않음\n"
15563"a - 이 부분과 파일의 뒤 부분 모두 \n"
15564"d - 이 부분과 파일의 뒤 부분 모두 적용하지 않음"
15565
15566#: git-add--interactive.perl:1188
15567msgid ""
15568"g - select a hunk to go to\n"
15569"/ - search for a hunk matching the given regex\n"
15570"j - leave this hunk undecided, see next undecided hunk\n"
15571"J - leave this hunk undecided, see next hunk\n"
15572"k - leave this hunk undecided, see previous undecided hunk\n"
15573"K - leave this hunk undecided, see previous hunk\n"
15574"s - split the current hunk into smaller hunks\n"
15575"e - manually edit the current hunk\n"
15576"? - print help\n"
15577msgstr ""
15578"g - 이동할 부분 선택\n"
15579"/ - 주어진 정규식에 맞는 부분 검색\n"
15580"j - 이 부분 미결정 상태로 남겨두고, 다음 미결정 부분 보기\n"
15581"J - 이 부분 미결정 상태로 남겨두고, 다음 부분 보기\n"
15582"k - 이 부분 미결정 상태로 남겨두고, 이전 미결정 부분 보기\n"
15583"K - 이 부분 미결정 상태로 남겨두고, 이전 부분 보기\n"
15584"s - 현재 부분을 작은 부분을 쪼개기\n"
15585"e - 현재 부분을 수동으로 편집\n"
15586"? - 도움말 보기\n"
15587
15588#: git-add--interactive.perl:1219
15589msgid "The selected hunks do not apply to the index!\n"
15590msgstr "선택한 부분은 인덱스에 적용되지 않습니다!\n"
15591
15592#: git-add--interactive.perl:1220
15593msgid "Apply them to the worktree anyway? "
15594msgstr "그래도 작업 폴더에 적용할까요?"
15595
15596#: git-add--interactive.perl:1223
15597msgid "Nothing was applied.\n"
15598msgstr "아무 것도 적용되지 않았습니다.\n"
15599
15600#: git-add--interactive.perl:1234
15601#, perl-format
15602msgid "ignoring unmerged: %s\n"
15603msgstr "병합하지 않은 사항 무시: %s\n"
15604
15605#: git-add--interactive.perl:1243
15606msgid "Only binary files changed.\n"
15607msgstr "바이너리 파일만 바뀌었습니다.\n"
15608
15609#: git-add--interactive.perl:1245
15610msgid "No changes.\n"
15611msgstr "변경 사항 없음.\n"
15612
15613#: git-add--interactive.perl:1253
15614msgid "Patch update"
15615msgstr "패치 업데이트"
15616
15617#: git-add--interactive.perl:1305
15618#, perl-format
15619msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15620msgstr "모드 변경을 스테이징합니까 [y,n,q,a,d,/%s,?]? "
15621
15622#: git-add--interactive.perl:1306
15623#, perl-format
15624msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15625msgstr "삭제를 스테이징합니까 [y,n,q,a,d,/%s,?]? "
15626
15627#: git-add--interactive.perl:1307
15628#, perl-format
15629msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15630msgstr "이 부분 스테이징합니까 [y,n,q,a,d,/%s,?]? "
15631
15632#: git-add--interactive.perl:1310
15633#, perl-format
15634msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15635msgstr "모드 변경 스태시합니까 [y,n,q,a,d,/%s,?]? "
15636
15637#: git-add--interactive.perl:1311
15638#, perl-format
15639msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15640msgstr "삭제 스태시합니까 [y,n,q,a,d,/%s,?]? "
15641
15642#: git-add--interactive.perl:1312
15643#, perl-format
15644msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15645msgstr "이 부분 스태시합니까 [y,n,q,a,d,/%s,?]? "
15646
15647#: git-add--interactive.perl:1315
15648#, perl-format
15649msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15650msgstr "모드 변경 스태시 해제합니까 [y,n,q,a,d,/%s,?]? "
15651
15652#: git-add--interactive.perl:1316
15653#, perl-format
15654msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15655msgstr "삭제 스태시 해제합니까 [y,n,q,a,d,/%s,?]? "
15656
15657#: git-add--interactive.perl:1317
15658#, perl-format
15659msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15660msgstr "이 부분 스태시 해제합니까 [y,n,q,a,d,/%s,?]? "
15661
15662#: git-add--interactive.perl:1320
15663#, perl-format
15664msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15665msgstr "모드 변경을 인덱스에 적용합니까 [y,n,q,a,d,/%s,?]? "
15666
15667#: git-add--interactive.perl:1321
15668#, perl-format
15669msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15670msgstr "삭제를 인덱스에 적용합니까 [y,n,q,a,d,/%s,?]? "
15671
15672#: git-add--interactive.perl:1322
15673#, perl-format
15674msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15675msgstr "이 부분을 인덱스에 적용합니까 [y,n,q,a,d,/%s,?]? "
15676
15677#: git-add--interactive.perl:1325
15678#, perl-format
15679msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15680msgstr "모드 변경을 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15681
15682#: git-add--interactive.perl:1326
15683#, perl-format
15684msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15685msgstr "삭제를 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15686
15687#: git-add--interactive.perl:1327
15688#, perl-format
15689msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15690msgstr "이 부분을 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15691
15692#: git-add--interactive.perl:1330
15693#, perl-format
15694msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15695msgstr "모드 변경을 인덱스와 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15696
15697#: git-add--interactive.perl:1331
15698#, perl-format
15699msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15700msgstr "삭제를 인덱스와 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15701
15702#: git-add--interactive.perl:1332
15703#, perl-format
15704msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15705msgstr "이 부분을 인덱스와 작업 폴더에서 버립니까 [y,n,q,a,d,/%s,?]? "
15706
15707#: git-add--interactive.perl:1335
15708#, perl-format
15709msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15710msgstr "모드 변경을 인덱스와 작업 폴더에 적용합니까 [y,n,q,a,d,/%s,?]? "
15711
15712#: git-add--interactive.perl:1336
15713#, perl-format
15714msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15715msgstr "삭제를 인덱스와 작업 폴더에 적용합니까 [y,n,q,a,d,/%s,?]? "
15716
15717#: git-add--interactive.perl:1337
15718#, perl-format
15719msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15720msgstr "이 부분을 인덱스와 작업 폴더에 적용합니까 [y,n,q,a,d,/%s,?]? "
15721
15722#: git-add--interactive.perl:1440
15723msgid "go to which hunk (<ret> to see more)? "
15724msgstr "어느 부분으로 이동합니까 (더 보려면 <ret>)? "
15725
15726#: git-add--interactive.perl:1442
15727msgid "go to which hunk? "
15728msgstr "어느 부분으로 이동합니까? "
15729
15730#: git-add--interactive.perl:1451
15731#, perl-format
15732msgid "Invalid number: '%s'\n"
15733msgstr "잘못된 번호: '%s'\n"
15734
15735#: git-add--interactive.perl:1456
15736#, perl-format
15737msgid "Sorry, only %d hunk available.\n"
15738msgid_plural "Sorry, only %d hunks available.\n"
15739msgstr[0] "미안합니다. 부분이 %d개 밖에 없습니다.\n"
15740
15741#: git-add--interactive.perl:1482
15742msgid "search for regex? "
15743msgstr "정규식을 검색합니까?"
15744
15745#: git-add--interactive.perl:1495
15746#, perl-format
15747msgid "Malformed search regexp %s: %s\n"
15748msgstr "잘못된 형태의 검색 정규식 %s: %s\n"
15749
15750#: git-add--interactive.perl:1505
15751msgid "No hunk matches the given pattern\n"
15752msgstr "[주어진 패턴에 맞는 부분이 없습니다\n"
15753
15754#: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15755msgid "No previous hunk\n"
15756msgstr "이전 부분이 없습니다\n"
15757
15758#: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15759msgid "No next hunk\n"
15760msgstr "다음 부분이 없습니다\n"
15761
15762#: git-add--interactive.perl:1553
15763#, perl-format
15764msgid "Split into %d hunk.\n"
15765msgid_plural "Split into %d hunks.\n"
15766msgstr[0] "%d개 부분으로 나눕니다.\n"
15767
15768#: git-add--interactive.perl:1605
15769msgid "Review diff"
15770msgstr "diff 검토"
15771
15772#. TRANSLATORS: please do not translate the command names
15773#. 'status', 'update', 'revert', etc.
15774#: git-add--interactive.perl:1624
15775msgid ""
15776"status        - show paths with changes\n"
15777"update        - add working tree state to the staged set of changes\n"
15778"revert        - revert staged set of changes back to the HEAD version\n"
15779"patch         - pick hunks and update selectively\n"
15780"diff          - view diff between HEAD and index\n"
15781"add untracked - add contents of untracked files to the staged set of "
15782"changes\n"
15783msgstr ""
15784"status        - 변경 사항이 있는 경로를 표시합니다\n"
15785"update        - 변경 사항 스테이징 모음에 작업 폴더 상태를 추가합니다\n"
15786"revert        - 변경 사항 스테이징 모음을 HEAD 버전으로 되돌립니다\n"
15787"patch         - 바뀐 부분을 골라서 개별적으로 업데이트합니다\n"
15788"diff          - HEAD와 인덱스 사이의 차이점을 봅니다\n"
15789"add untracked - 추적되지 않는 파일의 내용을 변경 사항 스테이징 모음에 추가합"
15790"니다\n"
15791
15792#: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15793#: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15794#: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15795msgid "missing --"
15796msgstr "-- 빠짐"
15797
15798#: git-add--interactive.perl:1662
15799#, perl-format
15800msgid "unknown --patch mode: %s"
15801msgstr "알 수 없는 --patch 모드: %s"
15802
15803#: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15804#, perl-format
15805msgid "invalid argument %s, expecting --"
15806msgstr "인자가 (%s) 잘못되었고, --가 와야 합니다"
15807
15808# 주의: 초 단위일 경우를 말한다
15809#: git-send-email.perl:126
15810msgid "local zone differs from GMT by a non-minute interval\n"
15811msgstr "지역 시간대와 GMT의 차이가 분 단위가 아닙니다\n"
15812
15813#: git-send-email.perl:133 git-send-email.perl:139
15814msgid "local time offset greater than or equal to 24 hours\n"
15815msgstr "지역 시각 오프셋이 24시간보다 크거나 작습니다\n"
15816
15817#: git-send-email.perl:208 git-send-email.perl:214
15818msgid "the editor exited uncleanly, aborting everything"
15819msgstr "편집기가 비정상적으로 끝나서, 모두 중지합니다"
15820
15821#: git-send-email.perl:291
15822#, perl-format
15823msgid ""
15824"'%s' contains an intermediate version of the email you were composing.\n"
15825msgstr "'%s' 안에 작성 중이었던 중간 버전의 전자메일이 들어 있습니다.\n"
15826
15827#: git-send-email.perl:296
15828#, perl-format
15829msgid "'%s.final' contains the composed email.\n"
15830msgstr "'%s.final' 안에 작성한 전자메일이 들어 있습니다.\n"
15831
15832#: git-send-email.perl:314
15833msgid "--dump-aliases incompatible with other options\n"
15834msgstr "--dump-aliases 옵션은 다른 옵션과 호환되지 않습니다\n"
15835
15836#: git-send-email.perl:379 git-send-email.perl:634
15837msgid "Cannot run git format-patch from outside a repository\n"
15838msgstr "저장소 밖에서 git format-patch 명령을 실행할 수 없습니다\n"
15839
15840#: git-send-email.perl:448
15841#, perl-format
15842msgid "Unknown --suppress-cc field: '%s'\n"
15843msgstr "알 수 없는 --suppress-cc 필드: '%s'\n"
15844
15845#: git-send-email.perl:477
15846#, perl-format
15847msgid "Unknown --confirm setting: '%s'\n"
15848msgstr "알 수 없는 --confirm 설정: '%s'\n"
15849
15850#: git-send-email.perl:509
15851#, perl-format
15852msgid "warning: sendmail alias with quotes is not supported: %s\n"
15853msgstr "경고: 따옴표가 있는 sendmail 별칭은 지원하지 않습니다: %s\n"
15854
15855#: git-send-email.perl:511
15856#, perl-format
15857msgid "warning: `:include:` not supported: %s\n"
15858msgstr "경고: `:include:`는 지원하지 않습니다: %s\n"
15859
15860#: git-send-email.perl:513
15861#, perl-format
15862msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15863msgstr "경고: `/file` 또는 `|pipe` 리다이렉션은 지원하지 않습니다: %s\n"
15864
15865#: git-send-email.perl:518
15866#, perl-format
15867msgid "warning: sendmail line is not recognized: %s\n"
15868msgstr "경고: sendmail 줄이 인식되지 않습니다: %s\n"
15869
15870#: git-send-email.perl:600
15871#, perl-format
15872msgid ""
15873"File '%s' exists but it could also be the range of commits\n"
15874"to produce patches for.  Please disambiguate by...\n"
15875"\n"
15876"    * Saying \"./%s\" if you mean a file; or\n"
15877"    * Giving --format-patch option if you mean a range.\n"
15878msgstr ""
15879"'%s' 파일이 있지만 이 파일은 패치를 만들 대상인 커밋의 범위가\n"
15880"될 수도 있습니다. 다음과 같이 애매함을 없애 주십시오...\n"
15881"\n"
15882"    * 파일을 의도했다면 \"./%s\"(이)라고 쓰고, 아니면\n"
15883"    * 범위를 의도했다면 --format-patch 옵션 사용\n"
15884
15885#: git-send-email.perl:621
15886#, perl-format
15887msgid "Failed to opendir %s: %s"
15888msgstr "%s에 opendir 실패: %s"
15889
15890#: git-send-email.perl:645
15891#, perl-format
15892msgid ""
15893"fatal: %s: %s\n"
15894"warning: no patches were sent\n"
15895msgstr ""
15896"치명적 오류: %s: %s\n"
15897"경고: 패치를 보내지 않았습니다\n"
15898
15899#: git-send-email.perl:656
15900msgid ""
15901"\n"
15902"No patch files specified!\n"
15903"\n"
15904msgstr ""
15905"\n"
15906"패치 파일을 지정하지 않았습니다\n"
15907"\n"
15908
15909#: git-send-email.perl:669
15910#, perl-format
15911msgid "No subject line in %s?"
15912msgstr "%s 안에 제목 줄이 없습니다?"
15913
15914#: git-send-email.perl:679
15915#, perl-format
15916msgid "Failed to open for writing %s: %s"
15917msgstr "%s에 쓰려고 여는데 실패: %s"
15918
15919#: git-send-email.perl:689
15920msgid ""
15921"Lines beginning in \"GIT:\" will be removed.\n"
15922"Consider including an overall diffstat or table of contents\n"
15923"for the patch you are writing.\n"
15924"\n"
15925"Clear the body content if you don't wish to send a summary.\n"
15926msgstr ""
15927"\"GIT:\"으로 시작하는 줄은 제거됩니다.\n"
15928"작성 중인 패치에 대해 전체 diffstat을 포함하거나\n"
15929"목차를 포함해 보십시오.\n"
15930"\n"
15931"요약을 보내는 게 아니라면 본문 내용을 지우십시오.\n"
15932
15933#: git-send-email.perl:712
15934#, perl-format
15935msgid "Failed to open %s.final: %s"
15936msgstr "%s.final을 여는데 실패: %s"
15937
15938#: git-send-email.perl:715
15939#, perl-format
15940msgid "Failed to open %s: %s"
15941msgstr "%s을(를) 여는데 실패: %s"
15942
15943#: git-send-email.perl:750
15944msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15945msgstr "To/Cc/Bcc 필드가 해석되지 않아서, 무시합니다\n"
15946
15947#: git-send-email.perl:759
15948msgid "Summary email is empty, skipping it\n"
15949msgstr "요약 전자메일이 비어 있어서 넘어갑니다.\n"
15950
15951#. TRANSLATORS: please keep [y/N] as is.
15952#: git-send-email.perl:791
15953#, perl-format
15954msgid "Are you sure you want to use <%s> [y/N]? "
15955msgstr "정말로 <%s>을(를) 사용하시겠습니까 [y/N]? "
15956
15957# 주의: '8bit'이라고 그대로 쓴다. 메일 encoding 헤더에 쓸 literal을 가리킴
15958#: git-send-email.perl:820
15959msgid ""
15960"The following files are 8bit, but do not declare a Content-Transfer-"
15961"Encoding.\n"
15962msgstr ""
15963"다음 파일이 8bit이지만, Content-Transfer-Encoding을 설정하지 않았습니다.\n"
15964
15965# 주의: '8bit'이라고 그대로 쓴다. 메일 encoding 헤더에 쓸 literal을 가리킴
15966#: git-send-email.perl:825
15967msgid "Which 8bit encoding should I declare [UTF-8]? "
15968msgstr "어떤 8bit 인코딩을 선언합니까 [UTF-8]? "
15969
15970#: git-send-email.perl:833
15971#, perl-format
15972msgid ""
15973"Refusing to send because the patch\n"
15974"\t%s\n"
15975"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15976"want to send.\n"
15977msgstr ""
15978"보내지 않습니다. 다음 패치가\n"
15979"\t%s\n"
15980"제목 서식인 '*** SUBJECT HERE ***'가 들어 있습니다. 정말로 보내려면 --force "
15981"옵션을 사용하십시오.\n"
15982
15983#: git-send-email.perl:852
15984msgid "To whom should the emails be sent (if anyone)?"
15985msgstr "누구에게 전자메일을 보내야 합니까 (보낼 대상이 있다면)?"
15986
15987#: git-send-email.perl:870
15988#, perl-format
15989msgid "fatal: alias '%s' expands to itself\n"
15990msgstr "치명적 오류: '%s' 별칭은 자기 자신을 가리킵니다\n"
15991
15992#: git-send-email.perl:882
15993msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15994msgstr "첫 메일에 대해 (있다면) Message-ID가 In-Reply-To에 사용되었습니다? "
15995
15996#: git-send-email.perl:932 git-send-email.perl:940
15997#, perl-format
15998msgid "error: unable to extract a valid address from: %s\n"
15999msgstr "오류: 다음에서 올바른 주소를 추출할 수 없습니다: %s\n"
16000
16001#. TRANSLATORS: Make sure to include [q] [d] [e] in your
16002#. translation. The program will only accept English input
16003#. at this point.
16004#: git-send-email.perl:944
16005msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
16006msgstr "이 주소로 무엇을 하시겠습니까? ([q]끝내기|[d]버리기|[e]편집): "
16007
16008#: git-send-email.perl:1245
16009#, perl-format
16010msgid "CA path \"%s\" does not exist"
16011msgstr "\"%s\" CA 경로가 없습니다"
16012
16013#: git-send-email.perl:1320
16014msgid ""
16015"    The Cc list above has been expanded by additional\n"
16016"    addresses found in the patch commit message. By default\n"
16017"    send-email prompts before sending whenever this occurs.\n"
16018"    This behavior is controlled by the sendemail.confirm\n"
16019"    configuration setting.\n"
16020"\n"
16021"    For additional information, run 'git send-email --help'.\n"
16022"    To retain the current behavior, but squelch this message,\n"
16023"    run 'git config --global sendemail.confirm auto'.\n"
16024"\n"
16025msgstr ""
16026"    위의 Cc 목록은 패치 커밋 메시지에 들어 있는 추가 주소로\n"
16027"    확장됩니다. 기본값으로 확장되기 전에 send-email에서\n"
16028"    물어봅니다. 이런 동작은 sendmail.confirm 설정에서\n"
16029"    조정할 수 있습니다.\n"
16030"\n"
16031"    정보를 더 보려면, 'git send-email --help'를 실행하십시오.\n"
16032"    현재 동작을 유지하려면, 이 메시지를 무시하고,\n"
16033"    'git config --global sendemail.confirm auto' 명령을\n"
16034"    실행하십시오.\n"
16035"\n"
16036
16037#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
16038#. translation. The program will only accept English input
16039#. at this point.
16040#: git-send-email.perl:1335
16041msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
16042msgstr "이 전자메일을 보내시겠습니까? ([y]예|[n]아니오|[q]끝내기|[a]모두): "
16043
16044#: git-send-email.perl:1338
16045msgid "Send this email reply required"
16046msgstr "필요한 전자메일 답장 보냅니다"
16047
16048#: git-send-email.perl:1364
16049msgid "The required SMTP server is not properly defined."
16050msgstr "필요한 SMTP 서버를 제대로 지정하지 않았습니다."
16051
16052#: git-send-email.perl:1411
16053#, perl-format
16054msgid "Server does not support STARTTLS! %s"
16055msgstr "서버에서 STARTTLS를 지원하지 않습니다! %s"
16056
16057#: git-send-email.perl:1416 git-send-email.perl:1420
16058#, perl-format
16059msgid "STARTTLS failed! %s"
16060msgstr "STARTTLS 실패! %s"
16061
16062#: git-send-email.perl:1430
16063msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
16064msgstr ""
16065"SMTP를 제대로 초기화할 수 없습니다. 설정을 확인하고 --smtp-debug 옵션을 사용"
16066"하십시오."
16067
16068#: git-send-email.perl:1448
16069#, perl-format
16070msgid "Failed to send %s\n"
16071msgstr "%s을(를) 보내는데 실패했습니다\n"
16072
16073#: git-send-email.perl:1451
16074#, perl-format
16075msgid "Dry-Sent %s\n"
16076msgstr "%s 보내는 흉내\n"
16077
16078#: git-send-email.perl:1451
16079#, perl-format
16080msgid "Sent %s\n"
16081msgstr "%s 보냄\n"
16082
16083#: git-send-email.perl:1453
16084msgid "Dry-OK. Log says:\n"
16085msgstr "성공 흉내. 기록은:\n"
16086
16087#: git-send-email.perl:1453
16088msgid "OK. Log says:\n"
16089msgstr "성공. 기록은:\n"
16090
16091#: git-send-email.perl:1465
16092msgid "Result: "
16093msgstr "결과: "
16094
16095#: git-send-email.perl:1468
16096msgid "Result: OK\n"
16097msgstr "결과: 정상\n"
16098
16099#: git-send-email.perl:1481
16100#, perl-format
16101msgid "can't open file %s"
16102msgstr "%s 파일을 열 수 없습니다"
16103
16104#: git-send-email.perl:1528 git-send-email.perl:1548
16105#, perl-format
16106msgid "(mbox) Adding cc: %s from line '%s'\n"
16107msgstr "(mbox) cc: %s 추가, '%s' 줄에서\n"
16108
16109#: git-send-email.perl:1534
16110#, perl-format
16111msgid "(mbox) Adding to: %s from line '%s'\n"
16112msgstr "(mbox) to: %s 추가, '%s' 줄에서\n"
16113
16114#: git-send-email.perl:1582
16115#, perl-format
16116msgid "(non-mbox) Adding cc: %s from line '%s'\n"
16117msgstr "(mbox아님) cc: %s 추가, '%s' 줄에서\n"
16118
16119#: git-send-email.perl:1605
16120#, perl-format
16121msgid "(body) Adding cc: %s from line '%s'\n"
16122msgstr "(본문) cc: %s 추가, '%s' 줄에서\n"
16123
16124#: git-send-email.perl:1711
16125#, perl-format
16126msgid "(%s) Could not execute '%s'"
16127msgstr "(%s) '%s'을 실행할 수 없습니다"
16128
16129#: git-send-email.perl:1718
16130#, perl-format
16131msgid "(%s) Adding %s: %s from: '%s'\n"
16132msgstr "(%s) %s: %s 추가, '%s' 줄에서\n"
16133
16134#: git-send-email.perl:1722
16135#, perl-format
16136msgid "(%s) failed to close pipe to '%s'"
16137msgstr "(%s) '%s'(을)를 향한 파이프를 닫는데 실패했습니다"
16138
16139#: git-send-email.perl:1749
16140msgid "cannot send message as 7bit"
16141msgstr "메시지를 7비트로 보낼 수 없습니다"
16142
16143#: git-send-email.perl:1757
16144msgid "invalid transfer encoding"
16145msgstr "잘못된 전송 인코딩"
16146
16147#: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:1856
16148#, perl-format
16149msgid "unable to open %s: %s\n"
16150msgstr "%s을(를) 열 수 없습니다: %s\n"
16151
16152#: git-send-email.perl:1798
16153#, perl-format
16154msgid "%s: patch contains a line longer than 998 characters"
16155msgstr "%s: 패치에 998자보다 더 긴 줄이 들어 있습니다"
16156
16157#: git-send-email.perl:1814
16158#, perl-format
16159msgid "Skipping %s with backup suffix '%s'.\n"
16160msgstr "%s 넘어감, 예비 확장자 '%s' 있음.\n"
16161
16162#. TRANSLATORS: please keep "[y|N]" as is.
16163#: git-send-email.perl:1818
16164#, perl-format
16165msgid "Do you really want to send %s? [y|N]: "
16166msgstr "정말로 %s 파일을 보내시겠습니까? [y|N]: "