po / vi.poon commit Merge branch 'master' of https://github.com/vnwildman/git (26a567e)
   1# Vietnamese translation for GIT-CORE.
   2# Bản dịch tiếng Việt dành cho GIT-CORE.
   3# This file is distributed under the same license as the git-core package.
   4# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2012.
   5# Trần Ngọc Quân <vnwildman@gmail.com>, 2012, 2013, 2014, 2015, 2016, 2017, 2018.
   6#
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: git v2.20.0 round 2\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2018-12-01 16:14+0800\n"
  12"PO-Revision-Date: 2018-12-02 08:59+0700\n"
  13"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
  14"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
  15"Language: vi\n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=UTF-8\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=1; plural=0;\n"
  20"X-Language-Team-Website: <http://translationproject.org/team/vi.html>\n"
  21"X-Poedit-SourceCharset: UTF-8\n"
  22"X-Poedit-Basepath: ../\n"
  23"X-Generator: Gtranslator 2.91.7\n"
  24
  25#: advice.c:99
  26#, c-format
  27msgid "%shint: %.*s%s\n"
  28msgstr "%sgợi ý: %.*s%s\n"
  29
  30#: advice.c:152
  31msgid "Cherry-picking is not possible because you have unmerged files."
  32msgstr ""
  33"Cherry-picking là không thể thực hiện bởi vì bạn có những tập tin chưa được "
  34"hòa trộn."
  35
  36#: advice.c:154
  37msgid "Committing is not possible because you have unmerged files."
  38msgstr ""
  39"Commit là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
  40
  41#: advice.c:156
  42msgid "Merging is not possible because you have unmerged files."
  43msgstr ""
  44"Merge là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
  45
  46#: advice.c:158
  47msgid "Pulling is not possible because you have unmerged files."
  48msgstr ""
  49"Pull là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
  50
  51#: advice.c:160
  52msgid "Reverting is not possible because you have unmerged files."
  53msgstr ""
  54"Revert là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
  55
  56#: advice.c:162
  57#, c-format
  58msgid "It is not possible to %s because you have unmerged files."
  59msgstr ""
  60"Nó là không thể thực hiện với %s bởi vì bạn có những tập tin chưa được hòa "
  61"trộn."
  62
  63#: advice.c:170
  64msgid ""
  65"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  66"as appropriate to mark resolution and make a commit."
  67msgstr ""
  68"Sửa chúng trong cây làm việc, và sau đó dùng lệnh “git add/rm <tập-tin>”\n"
  69"dành riêng cho việc đánh dấu cần giải quyết và tạo lần chuyển giao."
  70
  71#: advice.c:178
  72msgid "Exiting because of an unresolved conflict."
  73msgstr "Thoát ra bởi vì xung đột không thể giải quyết."
  74
  75#: advice.c:183 builtin/merge.c:1289
  76msgid "You have not concluded your merge (MERGE_HEAD exists)."
  77msgstr "Bạn chưa kết thúc việc hòa trộn (MERGE_HEAD vẫn tồn tại)."
  78
  79#: advice.c:185
  80msgid "Please, commit your changes before merging."
  81msgstr "Vui lòng chuyển giao các thay đổi trước khi hòa trộn."
  82
  83#: advice.c:186
  84msgid "Exiting because of unfinished merge."
  85msgstr "Thoát ra bởi vì việc hòa trộn không hoàn tất."
  86
  87#: advice.c:192
  88#, c-format
  89msgid ""
  90"Note: checking out '%s'.\n"
  91"\n"
  92"You are in 'detached HEAD' state. You can look around, make experimental\n"
  93"changes and commit them, and you can discard any commits you make in this\n"
  94"state without impacting any branches by performing another checkout.\n"
  95"\n"
  96"If you want to create a new branch to retain commits you create, you may\n"
  97"do so (now or later) by using -b with the checkout command again. Example:\n"
  98"\n"
  99"  git checkout -b <new-branch-name>\n"
 100"\n"
 101msgstr ""
 102"Chú ý: đang lấy ra “%s”.\n"
 103"\n"
 104"Bạn đang ở tình trạng “detached HEAD”. Bạn có thể xem qua, tạo các thay\n"
 105"đổi thử nghiệm và chuyển giao chúng, bạn có thể loại bỏ bất kỳ lần chuyển\n"
 106"giao nào trong tình trạng này mà không cần đụng chậm đến bất kỳ nhánh nào\n"
 107"bằng cách thực hiện lần lấy ra khác nữa.\n"
 108"\n"
 109"Nếu bạn muốn tạo một nhánh mới để giữ lại các lần chuyển giao bạn tạo,\n"
 110"bạn có thể làm thế (ngay bây giờ hay sau này) bằng cách chạy lệnh checkout\n"
 111"lần nữa với tùy chọn -b. Ví dụ:\n"
 112"\n"
 113"  git checkout -b <tên-nhánh-mới>\n"
 114"\n"
 115
 116#: apply.c:59
 117#, c-format
 118msgid "unrecognized whitespace option '%s'"
 119msgstr "không nhận ra tùy chọn về khoảng trắng “%s”"
 120
 121#: apply.c:75
 122#, c-format
 123msgid "unrecognized whitespace ignore option '%s'"
 124msgstr "không nhận ra tùy chọn bỏ qua khoảng trắng “%s”"
 125
 126#: apply.c:125
 127msgid "--reject and --3way cannot be used together."
 128msgstr "--reject và --3way không thể dùng cùng nhau."
 129
 130#: apply.c:127
 131msgid "--cached and --3way cannot be used together."
 132msgstr "--cached và --3way không thể dùng cùng nhau."
 133
 134#: apply.c:130
 135msgid "--3way outside a repository"
 136msgstr "--3way ở ngoài một kho chứa"
 137
 138#: apply.c:141
 139msgid "--index outside a repository"
 140msgstr "--index ở ngoài một kho chứa"
 141
 142#: apply.c:144
 143msgid "--cached outside a repository"
 144msgstr "--cached ở ngoài một kho chứa"
 145
 146#: apply.c:826
 147#, c-format
 148msgid "Cannot prepare timestamp regexp %s"
 149msgstr ""
 150"Không thể chuẩn bị biểu thức chính qui dấu vết thời gian (timestamp regexp) "
 151"%s"
 152
 153#: apply.c:835
 154#, c-format
 155msgid "regexec returned %d for input: %s"
 156msgstr "thi hành biểu thức chính quy trả về %d cho đầu vào: %s"
 157
 158#: apply.c:909
 159#, c-format
 160msgid "unable to find filename in patch at line %d"
 161msgstr "không thể tìm thấy tên tập tin trong miếng vá tại dòng %d"
 162
 163#: apply.c:947
 164#, c-format
 165msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 166msgstr ""
 167"git apply: git-diff sai - cần /dev/null, nhưng lại nhận được %s trên dòng %d"
 168
 169#: apply.c:953
 170#, c-format
 171msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 172msgstr "git apply: git-diff sai - tên tập tin mới không nhất quán trên dòng %d"
 173
 174#: apply.c:954
 175#, c-format
 176msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 177msgstr "git apply: git-diff sai - tên tập tin cũ không nhất quán trên dòng %d"
 178
 179#: apply.c:959
 180#, c-format
 181msgid "git apply: bad git-diff - expected /dev/null on line %d"
 182msgstr "git apply: git-diff sai - cần “/dev/null” trên dòng %d"
 183
 184#: apply.c:988
 185#, c-format
 186msgid "invalid mode on line %d: %s"
 187msgstr "chế độ không hợp lệ trên dòng %d: %s"
 188
 189#: apply.c:1307
 190#, c-format
 191msgid "inconsistent header lines %d and %d"
 192msgstr "phần đầu mâu thuẫn dòng %d và %d"
 193
 194#: apply.c:1479
 195#, c-format
 196msgid "recount: unexpected line: %.*s"
 197msgstr "chi tiết: dòng không cần: %.*s"
 198
 199#: apply.c:1548
 200#, c-format
 201msgid "patch fragment without header at line %d: %.*s"
 202msgstr "miếng vá phân mảnh mà không có phần đầu tại dòng %d: %.*s"
 203
 204#: apply.c:1568
 205#, c-format
 206msgid ""
 207"git diff header lacks filename information when removing %d leading pathname "
 208"component (line %d)"
 209msgid_plural ""
 210"git diff header lacks filename information when removing %d leading pathname "
 211"components (line %d)"
 212msgstr[0] ""
 213"phần đầu diff cho git  thiếu thông tin tên tập tin khi gỡ bỏ đi %d trong "
 214"thành phần dẫn đầu tên của đường dẫn (dòng %d)"
 215
 216#: apply.c:1581
 217#, c-format
 218msgid "git diff header lacks filename information (line %d)"
 219msgstr "phần đầu diff cho git thiếu thông tin tên tập tin (dòng %d)"
 220
 221#: apply.c:1769
 222msgid "new file depends on old contents"
 223msgstr "tập tin mới phụ thuộc vào nội dung cũ"
 224
 225#: apply.c:1771
 226msgid "deleted file still has contents"
 227msgstr "tập tin đã xóa vẫn còn nội dung"
 228
 229#: apply.c:1805
 230#, c-format
 231msgid "corrupt patch at line %d"
 232msgstr "miếng vá hỏng tại dòng %d"
 233
 234#: apply.c:1842
 235#, c-format
 236msgid "new file %s depends on old contents"
 237msgstr "tập tin mới %s phụ thuộc vào nội dung cũ"
 238
 239#: apply.c:1844
 240#, c-format
 241msgid "deleted file %s still has contents"
 242msgstr "tập tin đã xóa %s vẫn còn nội dung"
 243
 244#: apply.c:1847
 245#, c-format
 246msgid "** warning: file %s becomes empty but is not deleted"
 247msgstr "** cảnh báo: tập tin %s trở nên trống rỗng nhưng không bị xóa"
 248
 249#: apply.c:1994
 250#, c-format
 251msgid "corrupt binary patch at line %d: %.*s"
 252msgstr "miếng vá định dạng nhị phân sai hỏng tại dòng %d: %.*s"
 253
 254#: apply.c:2031
 255#, c-format
 256msgid "unrecognized binary patch at line %d"
 257msgstr "miếng vá định dạng nhị phân không được nhận ra tại dòng %d"
 258
 259#: apply.c:2193
 260#, c-format
 261msgid "patch with only garbage at line %d"
 262msgstr "vá chỉ với “rác” tại dòng %d"
 263
 264#: apply.c:2279
 265#, c-format
 266msgid "unable to read symlink %s"
 267msgstr "không thể đọc liên kết mềm %s"
 268
 269#: apply.c:2283
 270#, c-format
 271msgid "unable to open or read %s"
 272msgstr "không thể mở hay đọc %s"
 273
 274#: apply.c:2942
 275#, c-format
 276msgid "invalid start of line: '%c'"
 277msgstr "sai khởi đầu dòng: “%c”"
 278
 279#: apply.c:3063
 280#, c-format
 281msgid "Hunk #%d succeeded at %d (offset %d line)."
 282msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 283msgstr[0] "Khối dữ liệu #%d thành công tại %d (offset %d dòng)."
 284
 285#: apply.c:3075
 286#, c-format
 287msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 288msgstr "Nội dung bị giảm xuống còn (%ld/%ld) để áp dụng mảnh dữ liệu tại %d"
 289
 290#: apply.c:3081
 291#, c-format
 292msgid ""
 293"while searching for:\n"
 294"%.*s"
 295msgstr ""
 296"trong khi đang tìm kiếm cho:\n"
 297"%.*s"
 298
 299#: apply.c:3103
 300#, c-format
 301msgid "missing binary patch data for '%s'"
 302msgstr "thiếu dữ liệu của miếng vá định dạng nhị phân cho “%s”"
 303
 304#: apply.c:3111
 305#, c-format
 306msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 307msgstr ""
 308"không thể reverse-apply một miếng vá nhị phân mà không đảo ngược hunk thành "
 309"“%s”"
 310
 311#: apply.c:3158
 312#, c-format
 313msgid "cannot apply binary patch to '%s' without full index line"
 314msgstr ""
 315"không thể áp dụng miếng vá nhị phân thành “%s” mà không có dòng chỉ mục đầy "
 316"đủ"
 317
 318#: apply.c:3168
 319#, c-format
 320msgid ""
 321"the patch applies to '%s' (%s), which does not match the current contents."
 322msgstr ""
 323"miếng vá áp dụng cho “%s” (%s), cái mà không khớp với các nội dung hiện tại."
 324
 325#: apply.c:3176
 326#, c-format
 327msgid "the patch applies to an empty '%s' but it is not empty"
 328msgstr "miếng vá áp dụng cho một “%s” trống rỗng nhưng nó lại không trống"
 329
 330#: apply.c:3194
 331#, c-format
 332msgid "the necessary postimage %s for '%s' cannot be read"
 333msgstr "không thể đọc postimage %s cần thiết cho “%s”"
 334
 335#: apply.c:3207
 336#, c-format
 337msgid "binary patch does not apply to '%s'"
 338msgstr "miếng vá định dạng nhị phân không được áp dụng cho “%s”"
 339
 340#: apply.c:3213
 341#, c-format
 342msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 343msgstr ""
 344"vá nhị phân cho “%s” tạo ra kết quả không chính xác (mong chờ %s, lại nhận "
 345"%s)"
 346
 347#: apply.c:3234
 348#, c-format
 349msgid "patch failed: %s:%ld"
 350msgstr "gặp lỗi khi vá: %s:%ld"
 351
 352#: apply.c:3356
 353#, c-format
 354msgid "cannot checkout %s"
 355msgstr "không thể lấy ra %s"
 356
 357#: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
 358#, c-format
 359msgid "failed to read %s"
 360msgstr "gặp lỗi khi đọc %s"
 361
 362#: apply.c:3416
 363#, c-format
 364msgid "reading from '%s' beyond a symbolic link"
 365msgstr "đọc từ “%s” vượt ra ngoài liên kết mềm"
 366
 367#: apply.c:3445 apply.c:3688
 368#, c-format
 369msgid "path %s has been renamed/deleted"
 370msgstr "đường dẫn %s đã bị xóa hoặc đổi tên"
 371
 372#: apply.c:3531 apply.c:3703
 373#, c-format
 374msgid "%s: does not exist in index"
 375msgstr "%s: không tồn tại trong bảng mục lục"
 376
 377#: apply.c:3540 apply.c:3711
 378#, c-format
 379msgid "%s: does not match index"
 380msgstr "%s: không khớp trong mục lục"
 381
 382#: apply.c:3575
 383msgid "repository lacks the necessary blob to fall back on 3-way merge."
 384msgstr "Kho thiếu đối tượng blob cần thiết để trở về trên “3-way merge”."
 385
 386#: apply.c:3578
 387#, c-format
 388msgid "Falling back to three-way merge...\n"
 389msgstr "Đang trở lại hòa trộn “3-đường”…\n"
 390
 391#: apply.c:3594 apply.c:3598
 392#, c-format
 393msgid "cannot read the current contents of '%s'"
 394msgstr "không thể đọc nội dung hiện hành của “%s”"
 395
 396#: apply.c:3610
 397#, c-format
 398msgid "Failed to fall back on three-way merge...\n"
 399msgstr "Gặp lỗi khi quay trở lại để hòa trộn kiểu “three-way”…\n"
 400
 401#: apply.c:3624
 402#, c-format
 403msgid "Applied patch to '%s' with conflicts.\n"
 404msgstr "Đã áp dụng miếng vá %s với các xung đột.\n"
 405
 406#: apply.c:3629
 407#, c-format
 408msgid "Applied patch to '%s' cleanly.\n"
 409msgstr "Đã áp dụng miếng vá %s một cách sạch sẽ.\n"
 410
 411#: apply.c:3655
 412msgid "removal patch leaves file contents"
 413msgstr "loại bỏ miếng vá để lại nội dung tập tin"
 414
 415#: apply.c:3728
 416#, c-format
 417msgid "%s: wrong type"
 418msgstr "%s: sai kiểu"
 419
 420#: apply.c:3730
 421#, c-format
 422msgid "%s has type %o, expected %o"
 423msgstr "%s có kiểu %o, cần %o"
 424
 425#: apply.c:3881 apply.c:3883
 426#, c-format
 427msgid "invalid path '%s'"
 428msgstr "đường dẫn không hợp lệ “%s”"
 429
 430#: apply.c:3939
 431#, c-format
 432msgid "%s: already exists in index"
 433msgstr "%s: đã có từ trước trong bảng mục lục"
 434
 435#: apply.c:3942
 436#, c-format
 437msgid "%s: already exists in working directory"
 438msgstr "%s: đã sẵn có trong thư mục đang làm việc"
 439
 440#: apply.c:3962
 441#, c-format
 442msgid "new mode (%o) of %s does not match old mode (%o)"
 443msgstr "chế độ mới (%o) của %s không khớp với chế độ cũ (%o)"
 444
 445#: apply.c:3967
 446#, c-format
 447msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 448msgstr "chế độ mới (%o) của %s không khớp với chế độ cũ (%o) của %s"
 449
 450#: apply.c:3987
 451#, c-format
 452msgid "affected file '%s' is beyond a symbolic link"
 453msgstr "tập tin chịu tác động “%s” vượt ra ngoài liên kết mềm"
 454
 455#: apply.c:3991
 456#, c-format
 457msgid "%s: patch does not apply"
 458msgstr "%s: miếng vá không được áp dụng"
 459
 460#: apply.c:4006
 461#, c-format
 462msgid "Checking patch %s..."
 463msgstr "Đang kiểm tra miếng vá %s…"
 464
 465#: apply.c:4098
 466#, c-format
 467msgid "sha1 information is lacking or useless for submodule %s"
 468msgstr "thông tin sha1 thiếu hoặc không dùng được cho mô-đun %s"
 469
 470#: apply.c:4105
 471#, c-format
 472msgid "mode change for %s, which is not in current HEAD"
 473msgstr "thay đổi chế độ cho %s, cái mà không phải là HEAD hiện tại"
 474
 475#: apply.c:4108
 476#, c-format
 477msgid "sha1 information is lacking or useless (%s)."
 478msgstr "thông tin sha1 còn thiếu hay không dùng được(%s)."
 479
 480#: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142
 481#, c-format
 482msgid "make_cache_entry failed for path '%s'"
 483msgstr "make_cache_entry gặp lỗi đối với đường dẫn “%s”"
 484
 485#: apply.c:4117
 486#, c-format
 487msgid "could not add %s to temporary index"
 488msgstr "không thể thêm %s vào chỉ mục tạm thời"
 489
 490#: apply.c:4127
 491#, c-format
 492msgid "could not write temporary index to %s"
 493msgstr "không thểghi mục lục tạm vào %s"
 494
 495#: apply.c:4265
 496#, c-format
 497msgid "unable to remove %s from index"
 498msgstr "không thể gỡ bỏ %s từ mục lục"
 499
 500#: apply.c:4299
 501#, c-format
 502msgid "corrupt patch for submodule %s"
 503msgstr "miếng vá sai hỏng cho mô-đun-con %s"
 504
 505#: apply.c:4305
 506#, c-format
 507msgid "unable to stat newly created file '%s'"
 508msgstr "không thể lấy thống kề về tập tin %s mới hơn đã được tạo"
 509
 510#: apply.c:4313
 511#, c-format
 512msgid "unable to create backing store for newly created file %s"
 513msgstr "không thể tạo “kho lưu đằng sau” cho tập tin được tạo mới hơn %s"
 514
 515#: apply.c:4319 apply.c:4464
 516#, c-format
 517msgid "unable to add cache entry for %s"
 518msgstr "không thể thêm mục nhớ đệm cho %s"
 519
 520#: apply.c:4362
 521#, c-format
 522msgid "failed to write to '%s'"
 523msgstr "gặp lỗi khi ghi vào “%s”"
 524
 525#: apply.c:4366
 526#, c-format
 527msgid "closing file '%s'"
 528msgstr "đang đóng tập tin “%s”"
 529
 530#: apply.c:4436
 531#, c-format
 532msgid "unable to write file '%s' mode %o"
 533msgstr "không thể ghi vào tập tin “%s” chế độ %o"
 534
 535#: apply.c:4534
 536#, c-format
 537msgid "Applied patch %s cleanly."
 538msgstr "Đã áp dụng miếng vá %s một cách sạch sẽ."
 539
 540#: apply.c:4542
 541msgid "internal error"
 542msgstr "lỗi nội bộ"
 543
 544#: apply.c:4545
 545#, c-format
 546msgid "Applying patch %%s with %d reject..."
 547msgid_plural "Applying patch %%s with %d rejects..."
 548msgstr[0] "Đang áp dụng miếng vá %%s với %d lần từ chối…"
 549
 550#: apply.c:4556
 551#, c-format
 552msgid "truncating .rej filename to %.*s.rej"
 553msgstr "đang cắt ngắn tên tập tin .rej thành %.*s.rej"
 554
 555#: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122
 556#, c-format
 557msgid "cannot open %s"
 558msgstr "không mở được “%s”"
 559
 560#: apply.c:4578
 561#, c-format
 562msgid "Hunk #%d applied cleanly."
 563msgstr "Khối nhớ #%d được áp dụng gọn gàng."
 564
 565#: apply.c:4582
 566#, c-format
 567msgid "Rejected hunk #%d."
 568msgstr "đoạn dữ liệu #%d bị từ chối."
 569
 570#: apply.c:4692
 571#, c-format
 572msgid "Skipped patch '%s'."
 573msgstr "bỏ qua đường dẫn “%s”."
 574
 575#: apply.c:4700
 576msgid "unrecognized input"
 577msgstr "không thừa nhận đầu vào"
 578
 579#: apply.c:4719
 580msgid "unable to read index file"
 581msgstr "không thể đọc tập tin lưu bảng mục lục"
 582
 583#: apply.c:4874
 584#, c-format
 585msgid "can't open patch '%s': %s"
 586msgstr "không thể mở miếng vá “%s”: %s"
 587
 588#: apply.c:4901
 589#, c-format
 590msgid "squelched %d whitespace error"
 591msgid_plural "squelched %d whitespace errors"
 592msgstr[0] "đã chấm dứt %d lỗi khoảng trắng"
 593
 594#: apply.c:4907 apply.c:4922
 595#, c-format
 596msgid "%d line adds whitespace errors."
 597msgid_plural "%d lines add whitespace errors."
 598msgstr[0] "%d dòng thêm khoảng trắng lỗi."
 599
 600#: apply.c:4915
 601#, c-format
 602msgid "%d line applied after fixing whitespace errors."
 603msgid_plural "%d lines applied after fixing whitespace errors."
 604msgstr[0] "%d dòng được áp dụng sau khi sửa các lỗi khoảng trắng."
 605
 606#: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
 607msgid "Unable to write new index file"
 608msgstr "Không thể ghi tập tin lưu bảng mục lục mới"
 609
 610#: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212
 611#: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262
 612#: builtin/pull.c:199 builtin/submodule--helper.c:406
 613#: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365
 614#: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849
 615#: builtin/submodule--helper.c:2088 git-add--interactive.perl:197
 616msgid "path"
 617msgstr "đường-dẫn"
 618
 619#: apply.c:4959
 620msgid "don't apply changes matching the given path"
 621msgstr "không áp dụng các thay đổi khớp với đường dẫn đã cho"
 622
 623#: apply.c:4962
 624msgid "apply changes matching the given path"
 625msgstr "áp dụng các thay đổi khớp với đường dẫn đã cho"
 626
 627#: apply.c:4964 builtin/am.c:2218
 628msgid "num"
 629msgstr "số"
 630
 631#: apply.c:4965
 632msgid "remove <num> leading slashes from traditional diff paths"
 633msgstr "gỡ bỏ <số> dấu gạch chéo dẫn đầu từ đường dẫn diff cổ điển"
 634
 635#: apply.c:4968
 636msgid "ignore additions made by the patch"
 637msgstr "lờ đi phần bổ xung được tạo ra bởi miếng vá"
 638
 639#: apply.c:4970
 640msgid "instead of applying the patch, output diffstat for the input"
 641msgstr ""
 642"thay vì áp dụng một miếng vá, kết xuất kết quả từ lệnh diffstat cho đầu ra"
 643
 644#: apply.c:4974
 645msgid "show number of added and deleted lines in decimal notation"
 646msgstr ""
 647"hiển thị số lượng các dòng được thêm vào và xóa đi theo ký hiệu thập phân"
 648
 649#: apply.c:4976
 650msgid "instead of applying the patch, output a summary for the input"
 651msgstr "thay vì áp dụng một miếng vá, kết xuất kết quả cho đầu vào"
 652
 653#: apply.c:4978
 654msgid "instead of applying the patch, see if the patch is applicable"
 655msgstr "thay vì áp dụng miếng vá, hãy xem xem miếng vá có thích hợp không"
 656
 657#: apply.c:4980
 658msgid "make sure the patch is applicable to the current index"
 659msgstr "hãy chắc chắn là miếng vá thích hợp với bảng mục lục hiện hành"
 660
 661#: apply.c:4982
 662msgid "mark new files with `git add --intent-to-add`"
 663msgstr "đánh dấu các tập tin mới với “git add --intent-to-add”"
 664
 665#: apply.c:4984
 666msgid "apply a patch without touching the working tree"
 667msgstr "áp dụng một miếng vá mà không động chạm đến cây làm việc"
 668
 669#: apply.c:4986
 670msgid "accept a patch that touches outside the working area"
 671msgstr "chấp nhận một miếng vá mà không động chạm đến cây làm việc"
 672
 673#: apply.c:4989
 674msgid "also apply the patch (use with --stat/--summary/--check)"
 675msgstr ""
 676"đồng thời áp dụng miếng vá (dùng với tùy chọn --stat/--summary/--check)"
 677
 678#: apply.c:4991
 679msgid "attempt three-way merge if a patch does not apply"
 680msgstr "thử hòa trộn kiểu three-way nếu việc vá không thể thực hiện được"
 681
 682#: apply.c:4993
 683msgid "build a temporary index based on embedded index information"
 684msgstr ""
 685"xây dựng bảng mục lục tạm thời trên cơ sở thông tin bảng mục lục được nhúng"
 686
 687#: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523
 688msgid "paths are separated with NUL character"
 689msgstr "các đường dẫn bị ngăn cách bởi ký tự NULL"
 690
 691#: apply.c:4998
 692msgid "ensure at least <n> lines of context match"
 693msgstr "đảm bảo rằng có ít nhất <n> dòng nội dung khớp"
 694
 695#: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97
 696#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
 697#: builtin/pack-objects.c:3312 builtin/rebase.c:840
 698msgid "action"
 699msgstr "hành động"
 700
 701#: apply.c:5000
 702msgid "detect new or modified lines that have whitespace errors"
 703msgstr "tìm thấy một dòng mới hoặc bị sửa đổi mà nó có lỗi do khoảng trắng"
 704
 705#: apply.c:5003 apply.c:5006
 706msgid "ignore changes in whitespace when finding context"
 707msgstr "lờ đi sự thay đổi do khoảng trắng gây ra khi quét nội dung"
 708
 709#: apply.c:5009
 710msgid "apply the patch in reverse"
 711msgstr "áp dụng miếng vá theo chiều ngược"
 712
 713#: apply.c:5011
 714msgid "don't expect at least one line of context"
 715msgstr "đừng hy vọng có ít nhất một dòng nội dung"
 716
 717#: apply.c:5013
 718msgid "leave the rejected hunks in corresponding *.rej files"
 719msgstr "để lại khối dữ liệu bị từ chối trong các tập tin *.rej tương ứng"
 720
 721#: apply.c:5015
 722msgid "allow overlapping hunks"
 723msgstr "cho phép chồng khối nhớ"
 724
 725#: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21
 726#: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698
 727#: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127
 728#: builtin/rebase--interactive.c:157
 729msgid "be verbose"
 730msgstr "chi tiết"
 731
 732#: apply.c:5018
 733msgid "tolerate incorrectly detected missing new-line at the end of file"
 734msgstr ""
 735"đã dò tìm thấy dung sai không chính xác thiếu dòng mới tại cuối tập tin"
 736
 737#: apply.c:5021
 738msgid "do not trust the line counts in the hunk headers"
 739msgstr "không tin số lượng dòng trong phần đầu khối dữ liệu"
 740
 741#: apply.c:5023 builtin/am.c:2206
 742msgid "root"
 743msgstr "gốc"
 744
 745#: apply.c:5024
 746msgid "prepend <root> to all filenames"
 747msgstr "treo thêm <root> vào tất cả các tên tập tin"
 748
 749#: archive.c:14
 750msgid "git archive [<options>] <tree-ish> [<path>...]"
 751msgstr "git archive [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]"
 752
 753#: archive.c:15
 754msgid "git archive --list"
 755msgstr "git archive --list"
 756
 757#: archive.c:16
 758msgid ""
 759"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 760msgstr ""
 761"git archive --remote <kho> [--exec <lệnh>] [<các-tùy-chọn>] <tree-ish> "
 762"[<đường-dẫn>…]"
 763
 764#: archive.c:17
 765msgid "git archive --remote <repo> [--exec <cmd>] --list"
 766msgstr "git archive --remote <kho> [--exec <lệnh>] --list"
 767
 768#: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
 769#, c-format
 770msgid "pathspec '%s' did not match any files"
 771msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào"
 772
 773#: archive.c:453
 774msgid "fmt"
 775msgstr "định_dạng"
 776
 777#: archive.c:453
 778msgid "archive format"
 779msgstr "định dạng lưu trữ"
 780
 781#: archive.c:454 builtin/log.c:1536
 782msgid "prefix"
 783msgstr "tiền_tố"
 784
 785#: archive.c:455
 786msgid "prepend prefix to each pathname in the archive"
 787msgstr "nối thêm tiền tố vào từng đường dẫn tập tin trong kho lưu"
 788
 789#: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
 790#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884
 791#: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562
 792#: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122
 793#: parse-options.h:162
 794msgid "file"
 795msgstr "tập_tin"
 796
 797#: archive.c:457 builtin/archive.c:89
 798msgid "write the archive to this file"
 799msgstr "ghi kho lưu vào tập tin này"
 800
 801#: archive.c:459
 802msgid "read .gitattributes in working directory"
 803msgstr "đọc .gitattributes trong thư mục làm việc"
 804
 805#: archive.c:460
 806msgid "report archived files on stderr"
 807msgstr "liệt kê các tập tin được lưu trữ vào stderr (đầu ra lỗi tiêu chuẩn)"
 808
 809#: archive.c:461
 810msgid "store only"
 811msgstr "chỉ lưu (không nén)"
 812
 813#: archive.c:462
 814msgid "compress faster"
 815msgstr "nén nhanh hơn"
 816
 817#: archive.c:470
 818msgid "compress better"
 819msgstr "nén nhỏ hơn"
 820
 821#: archive.c:473
 822msgid "list supported archive formats"
 823msgstr "liệt kê các kiểu nén được hỗ trợ"
 824
 825#: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
 826#: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855
 827msgid "repo"
 828msgstr "kho"
 829
 830#: archive.c:476 builtin/archive.c:91
 831msgid "retrieve the archive from remote repository <repo>"
 832msgstr "nhận kho nén từ kho chứa <kho> trên máy chủ"
 833
 834#: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714
 835#: builtin/notes.c:496
 836msgid "command"
 837msgstr "lệnh"
 838
 839#: archive.c:478 builtin/archive.c:93
 840msgid "path to the remote git-upload-archive command"
 841msgstr "đường dẫn đến lệnh git-upload-pack trên máy chủ"
 842
 843#: archive.c:485
 844msgid "Unexpected option --remote"
 845msgstr "Gặp tùy chọn --remote không cần"
 846
 847#: archive.c:487
 848msgid "Option --exec can only be used together with --remote"
 849msgstr "Tùy chọn --exec chỉ có thể được dùng cùng với --remote"
 850
 851#: archive.c:489
 852msgid "Unexpected option --output"
 853msgstr "Gặp tùy chọn không cần --output"
 854
 855#: archive.c:511
 856#, c-format
 857msgid "Unknown archive format '%s'"
 858msgstr "Không hiểu định dạng “%s”"
 859
 860#: archive.c:518
 861#, c-format
 862msgid "Argument not supported for format '%s': -%d"
 863msgstr "Tham số không được hỗ trợ cho định dạng “%s”: -%d"
 864
 865#: archive-tar.c:125 archive-zip.c:345
 866#, c-format
 867msgid "cannot stream blob %s"
 868msgstr "không thể stream blob “%s”"
 869
 870#: archive-tar.c:260 archive-zip.c:363
 871#, c-format
 872msgid "unsupported file mode: 0%o (SHA1: %s)"
 873msgstr "chế độ tập tin lục không được hỗ trợ: 0%o (SHA1: %s)"
 874
 875#: archive-tar.c:287 archive-zip.c:353
 876#, c-format
 877msgid "cannot read %s"
 878msgstr "không thể đọc %s"
 879
 880#: archive-tar.c:458
 881#, c-format
 882msgid "unable to start '%s' filter"
 883msgstr "không thể bắt đầu bộ lọc “%s”"
 884
 885#: archive-tar.c:461
 886msgid "unable to redirect descriptor"
 887msgstr "không thể chuyển hướng mô tả"
 888
 889#: archive-tar.c:468
 890#, c-format
 891msgid "'%s' filter reported error"
 892msgstr "bộ lọc “%s” đã báo cáo lỗi"
 893
 894#: archive-zip.c:314
 895#, c-format
 896msgid "path is not valid UTF-8: %s"
 897msgstr "đường dẫn không hợp lệ UTF-8: %s"
 898
 899#: archive-zip.c:318
 900#, c-format
 901msgid "path too long (%d chars, SHA1: %s): %s"
 902msgstr "đường dẫn quá dài (%d ký tự, SHA1: %s): %s"
 903
 904#: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227
 905#, c-format
 906msgid "deflate error (%d)"
 907msgstr "lỗi giải nén (%d)"
 908
 909#: archive-zip.c:609
 910#, c-format
 911msgid "timestamp too large for this system: %<PRIuMAX>"
 912msgstr "dấu vết thời gian là quá lớn cho hệ thống này: %<PRIuMAX>"
 913
 914#: attr.c:212
 915#, c-format
 916msgid "%.*s is not a valid attribute name"
 917msgstr "%.*s không phải tên thuộc tính hợp lệ"
 918
 919#: attr.c:409
 920msgid ""
 921"Negative patterns are ignored in git attributes\n"
 922"Use '\\!' for literal leading exclamation."
 923msgstr ""
 924"Các mẫu dạng phủ định bị cấm dùng cho các thuộc tính của git\n"
 925"Dùng “\\!” cho các chuỗi văn bản có dấu chấm than dẫn đầu."
 926
 927#: bisect.c:468
 928#, c-format
 929msgid "Badly quoted content in file '%s': %s"
 930msgstr "nội dung được trích dẫn sai tập tin “%s”: %s"
 931
 932#: bisect.c:676
 933#, c-format
 934msgid "We cannot bisect more!\n"
 935msgstr "Chúng tôi không bisect thêm nữa!\n"
 936
 937#: bisect.c:730
 938#, c-format
 939msgid "Not a valid commit name %s"
 940msgstr "Không phải tên đối tượng commit %s hợp lệ"
 941
 942#: bisect.c:754
 943#, c-format
 944msgid ""
 945"The merge base %s is bad.\n"
 946"This means the bug has been fixed between %s and [%s].\n"
 947msgstr ""
 948"Hòa trộn trên %s là sai.\n"
 949"Điều đó có nghĩa là lỗi đã được sửa chữa giữa %s và [%s].\n"
 950
 951#: bisect.c:759
 952#, c-format
 953msgid ""
 954"The merge base %s is new.\n"
 955"The property has changed between %s and [%s].\n"
 956msgstr ""
 957"Hòa trộn trên %s là mới.\n"
 958"Gần như chắc chắn là có thay đổi giữa %s và [%s].\n"
 959
 960#: bisect.c:764
 961#, c-format
 962msgid ""
 963"The merge base %s is %s.\n"
 964"This means the first '%s' commit is between %s and [%s].\n"
 965msgstr ""
 966"Hòa trộn trên %s là %s.\n"
 967"Điều đó có nghĩa là lần chuyển giao “%s” đầu tiên là giữa %s và [%s].\n"
 968
 969#: bisect.c:772
 970#, c-format
 971msgid ""
 972"Some %s revs are not ancestors of the %s rev.\n"
 973"git bisect cannot work properly in this case.\n"
 974"Maybe you mistook %s and %s revs?\n"
 975msgstr ""
 976"Một số điểm xét duyệt %s không phải tổ tiên của điểm xét duyệt %s.\n"
 977"git bisect không thể làm việc đúng đắn trong trường hợp này.\n"
 978"Liệu có phải bạn nhầm lẫn các điểm %s và %s không?\n"
 979
 980#: bisect.c:785
 981#, c-format
 982msgid ""
 983"the merge base between %s and [%s] must be skipped.\n"
 984"So we cannot be sure the first %s commit is between %s and %s.\n"
 985"We continue anyway."
 986msgstr ""
 987"hòa trộn trên cơ sở giữa %s và [%s] phải bị bỏ qua.\n"
 988"Do vậy chúng tôi không thể chắc lần chuyển giao đầu tiên %s là giữa %s và "
 989"%s.\n"
 990"Chúng tôi vẫn cứ tiếp tục."
 991
 992#: bisect.c:818
 993#, c-format
 994msgid "Bisecting: a merge base must be tested\n"
 995msgstr "Bisecting: nền hòa trộn cần phải được kiểm tra\n"
 996
 997#: bisect.c:858
 998#, c-format
 999msgid "a %s revision is needed"
1000msgstr "cần một điểm xét duyệt %s"
1001
1002#: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237
1003#, c-format
1004msgid "could not create file '%s'"
1005msgstr "không thể tạo tập tin “%s”"
1006
1007#: bisect.c:928 builtin/merge.c:138
1008#, c-format
1009msgid "could not read file '%s'"
1010msgstr "không thể đọc tập tin “%s”"
1011
1012#: bisect.c:958
1013msgid "reading bisect refs failed"
1014msgstr "việc đọc tham chiếu bisect gặp lỗi"
1015
1016#: bisect.c:977
1017#, c-format
1018msgid "%s was both %s and %s\n"
1019msgstr "%s là cả %s và %s\n"
1020
1021#: bisect.c:985
1022#, c-format
1023msgid ""
1024"No testable commit found.\n"
1025"Maybe you started with bad path parameters?\n"
1026msgstr ""
1027"không tìm thấy lần chuyển giao kiểm tra được nào.\n"
1028"Có lẽ bạn bắt đầu với các tham số đường dẫn sai?\n"
1029
1030#: bisect.c:1004
1031#, c-format
1032msgid "(roughly %d step)"
1033msgid_plural "(roughly %d steps)"
1034msgstr[0] "(ước chừng %d bước)"
1035
1036#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1037#. steps)" translation.
1038#.
1039#: bisect.c:1010
1040#, c-format
1041msgid "Bisecting: %d revision left to test after this %s\n"
1042msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1043msgstr[0] "Bisecting: còn %d điểm xét duyệt để kiểm sau %s này\n"
1044
1045#: blame.c:1787
1046msgid "--contents and --reverse do not blend well."
1047msgstr "tùy chọn--contents và --reverse không được trộn vào nhau."
1048
1049#: blame.c:1801
1050msgid "cannot use --contents with final commit object name"
1051msgstr "không thể dùng --contents với tên đối tượng chuyển giao cuối cùng"
1052
1053#: blame.c:1822
1054msgid "--reverse and --first-parent together require specified latest commit"
1055msgstr ""
1056"--reverse và --first-parent cùng nhau cần chỉ định lần chuyển giao cuối"
1057
1058#: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:1963
1059#: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:932
1060#: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:406
1061#: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1062#: builtin/shortlog.c:192
1063msgid "revision walk setup failed"
1064msgstr "cài đặt việc di chuyển qua các điểm xét duyệt gặp lỗi"
1065
1066#: blame.c:1849
1067msgid ""
1068"--reverse --first-parent together require range along first-parent chain"
1069msgstr ""
1070"--reverse --first-parent cùng nhau yêu cầu vùng cùng với chuỗi cha-mẹ-đầu-"
1071"tiên"
1072
1073#: blame.c:1860
1074#, c-format
1075msgid "no such path %s in %s"
1076msgstr "không có đường dẫn %s trong “%s”"
1077
1078#: blame.c:1871
1079#, c-format
1080msgid "cannot read blob %s for path %s"
1081msgstr "không thể đọc blob %s cho đường dẫn “%s”"
1082
1083#: branch.c:52
1084#, c-format
1085msgid ""
1086"\n"
1087"After fixing the error cause you may try to fix up\n"
1088"the remote tracking information by invoking\n"
1089"\"git branch --set-upstream-to=%s%s%s\"."
1090msgstr ""
1091"\n"
1092"Sau khi sửa nguyên nhân lỗi bạn có lẻ cần thử sửa\n"
1093"thông tin theo dõi máy chủ bằng cách gọi lệnh\n"
1094"\"git branch --set-upstream-to=%s%s%s\"."
1095
1096#: branch.c:66
1097#, c-format
1098msgid "Not setting branch %s as its own upstream."
1099msgstr "Chưa cài đặt nhánh %s như là thượng nguồn của nó."
1100
1101#: branch.c:92
1102#, c-format
1103msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1104msgstr ""
1105"Nhánh “%s” cài đặt để theo dõi nhánh máy chủ “%s” từ “%s” bằng cách rebase."
1106
1107#: branch.c:93
1108#, c-format
1109msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1110msgstr "Nhánh “%s” cài đặt để theo dõi nhánh máy chủ “%s” từ “%s”."
1111
1112#: branch.c:97
1113#, c-format
1114msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1115msgstr "Nhánh “%s” cài đặt để theo dõi nhánh nội bộ “%s” bằng cách rebase."
1116
1117#: branch.c:98
1118#, c-format
1119msgid "Branch '%s' set up to track local branch '%s'."
1120msgstr "Nhánh “%s” cài đặt để theo dõi nhánh nội bộ “%s”."
1121
1122#: branch.c:103
1123#, c-format
1124msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1125msgstr ""
1126"Nhánh “%s” cài đặt để theo dõi tham chiếu máy chủ “%s” bằng cách rebase."
1127
1128#: branch.c:104
1129#, c-format
1130msgid "Branch '%s' set up to track remote ref '%s'."
1131msgstr "Nhánh “%s” cài đặt để theo dõi tham chiếu máy chủ “%s”."
1132
1133#: branch.c:108
1134#, c-format
1135msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1136msgstr ""
1137"Nhánh “%s” cài đặt để theo dõi tham chiếu nội bộ “%s” bằng cách rebase."
1138
1139#: branch.c:109
1140#, c-format
1141msgid "Branch '%s' set up to track local ref '%s'."
1142msgstr "Nhánh “%s” cài đặt để theo dõi tham chiếu nội bộ “%s”."
1143
1144#: branch.c:118
1145msgid "Unable to write upstream branch configuration"
1146msgstr "Không thể ghi cấu hình nhánh thượng nguồn"
1147
1148#: branch.c:155
1149#, c-format
1150msgid "Not tracking: ambiguous information for ref %s"
1151msgstr "Không theo dõi: thông tin chưa rõ ràng cho tham chiếu %s"
1152
1153#: branch.c:188
1154#, c-format
1155msgid "'%s' is not a valid branch name."
1156msgstr "“%s” không phải là một tên nhánh hợp lệ."
1157
1158#: branch.c:207
1159#, c-format
1160msgid "A branch named '%s' already exists."
1161msgstr "Đã có nhánh mang tên “%s”."
1162
1163#: branch.c:212
1164msgid "Cannot force update the current branch."
1165msgstr "Không thể ép buộc cập nhật nhánh hiện hành."
1166
1167#: branch.c:232
1168#, c-format
1169msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1170msgstr ""
1171"Không thể cài đặt thông tin theo dõi; điểm bắt đầu “%s” không phải là một "
1172"nhánh."
1173
1174#: branch.c:234
1175#, c-format
1176msgid "the requested upstream branch '%s' does not exist"
1177msgstr "nhánh thượng nguồn đã yêu cầu “%s” không tồn tại"
1178
1179#: branch.c:236
1180msgid ""
1181"\n"
1182"If you are planning on basing your work on an upstream\n"
1183"branch that already exists at the remote, you may need to\n"
1184"run \"git fetch\" to retrieve it.\n"
1185"\n"
1186"If you are planning to push out a new local branch that\n"
1187"will track its remote counterpart, you may want to use\n"
1188"\"git push -u\" to set the upstream config as you push."
1189msgstr ""
1190"\n"
1191"Nếu bạn có ý định “cải tổ” công việc của bạn trên nhánh thượng nguồn\n"
1192"(upstream) cái mà đã sẵn có trên máy chủ, bạn cần chạy\n"
1193"lệnh \"git fetch\" để lấy nó về.\n"
1194"\n"
1195"Nếu bạn có ý định đẩy lên lên một nhánh nội bộ mới cái mà\n"
1196"sẽ theo dõi bản đối chiếu máy chủ của nó, bạn cần dùng lệnh\n"
1197"\"git push -u\" để đặt cấu hình thượng nguồn bạn muốn push."
1198
1199#: branch.c:279
1200#, c-format
1201msgid "Not a valid object name: '%s'."
1202msgstr "Không phải tên đối tượng hợp lệ: “%s”."
1203
1204#: branch.c:299
1205#, c-format
1206msgid "Ambiguous object name: '%s'."
1207msgstr "Tên đối tượng chưa rõ ràng: “%s”."
1208
1209#: branch.c:304
1210#, c-format
1211msgid "Not a valid branch point: '%s'."
1212msgstr "Nhánh không hợp lệ: “%s”."
1213
1214#: branch.c:358
1215#, c-format
1216msgid "'%s' is already checked out at '%s'"
1217msgstr "“%s” đã được lấy ra tại “%s” rồi"
1218
1219#: branch.c:381
1220#, c-format
1221msgid "HEAD of working tree %s is not updated"
1222msgstr "HEAD của cây làm việc %s chưa được cập nhật"
1223
1224#: bundle.c:36
1225#, c-format
1226msgid "'%s' does not look like a v2 bundle file"
1227msgstr "“%s” không giống như tập tin v2 bundle (định dạng dump của git)"
1228
1229#: bundle.c:64
1230#, c-format
1231msgid "unrecognized header: %s%s (%d)"
1232msgstr "phần đầu không được thừa nhận: %s%s (%d)"
1233
1234#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:2722
1235#: builtin/commit.c:774
1236#, c-format
1237msgid "could not open '%s'"
1238msgstr "không thể mở “%s”"
1239
1240#: bundle.c:141
1241msgid "Repository lacks these prerequisite commits:"
1242msgstr "Kho chứa thiếu những lần chuyển giao tiên quyết này:"
1243
1244#: bundle.c:192
1245#, c-format
1246msgid "The bundle contains this ref:"
1247msgid_plural "The bundle contains these %d refs:"
1248msgstr[0] "Bó dữ liệu chứa %d tham chiếu:"
1249
1250#: bundle.c:199
1251msgid "The bundle records a complete history."
1252msgstr "Lệnh bundle ghi lại toàn bộ lịch sử."
1253
1254#: bundle.c:201
1255#, c-format
1256msgid "The bundle requires this ref:"
1257msgid_plural "The bundle requires these %d refs:"
1258msgstr[0] "Lệnh bundle yêu cầu %d tham chiếu này:"
1259
1260#: bundle.c:267
1261msgid "unable to dup bundle descriptor"
1262msgstr "không thể nhân đôi bộ mô tả bundle"
1263
1264#: bundle.c:274
1265msgid "Could not spawn pack-objects"
1266msgstr "Không thể sản sinh đối tượng gói"
1267
1268#: bundle.c:285
1269msgid "pack-objects died"
1270msgstr "đối tượng gói đã chết"
1271
1272#: bundle.c:327
1273msgid "rev-list died"
1274msgstr "rev-list đã chết"
1275
1276#: bundle.c:376
1277#, c-format
1278msgid "ref '%s' is excluded by the rev-list options"
1279msgstr "th.chiếu “%s” bị loại trừ bởi các tùy chọn rev-list"
1280
1281#: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:304
1282#, c-format
1283msgid "unrecognized argument: %s"
1284msgstr "đối số không được thừa nhận: %s"
1285
1286#: bundle.c:464
1287msgid "Refusing to create empty bundle."
1288msgstr "Từ chối tạo một bó dữ liệu trống rỗng."
1289
1290#: bundle.c:474
1291#, c-format
1292msgid "cannot create '%s'"
1293msgstr "không thể tạo “%s”"
1294
1295#: bundle.c:498
1296msgid "index-pack died"
1297msgstr "mục lục gói đã chết"
1298
1299#: color.c:296
1300#, c-format
1301msgid "invalid color value: %.*s"
1302msgstr "giá trị màu không hợp lệ: %.*s"
1303
1304#: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:414
1305#: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:376
1306#: builtin/replace.c:448
1307#, c-format
1308msgid "could not parse %s"
1309msgstr "không thể phân tích cú pháp %s"
1310
1311#: commit.c:52
1312#, c-format
1313msgid "%s %s is not a commit!"
1314msgstr "%s %s không phải là một lần chuyển giao!"
1315
1316#: commit.c:193
1317msgid ""
1318"Support for <GIT_DIR>/info/grafts is deprecated\n"
1319"and will be removed in a future Git version.\n"
1320"\n"
1321"Please use \"git replace --convert-graft-file\"\n"
1322"to convert the grafts into replace refs.\n"
1323"\n"
1324"Turn this message off by running\n"
1325"\"git config advice.graftFileDeprecated false\""
1326msgstr ""
1327"Việc hỗ trợ cho <GIT_DIR>/info/grafts đã lạc hậu\n"
1328"và sẽ bị xóa bỏ ở phiên bản Git tương lai.\n"
1329"\n"
1330"Vui lòng dùng \"git replace --convert-graft-file\"\n"
1331"để chuyển đổi các graft thành các tham chiếu thay thế.\n"
1332"\n"
1333"Tắt lời nhắn này bằng cách chạy\n"
1334"\"git config advice.graftFileDeprecated false\""
1335
1336#: commit.c:1115
1337#, c-format
1338msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1339msgstr ""
1340"Lần chuyển giao %s có một chữ ký GPG không đáng tin, được cho là bởi %s."
1341
1342#: commit.c:1118
1343#, c-format
1344msgid "Commit %s has a bad GPG signature allegedly by %s."
1345msgstr "Lần chuyển giao %s có một chữ ký GPG sai, được cho là bởi %s."
1346
1347#: commit.c:1121
1348#, c-format
1349msgid "Commit %s does not have a GPG signature."
1350msgstr "Lần chuyển giao %s không có chữ ký GPG."
1351
1352#: commit.c:1124
1353#, c-format
1354msgid "Commit %s has a good GPG signature by %s\n"
1355msgstr "Lần chuyển giao %s có một chữ ký GPG tốt bởi %s\n"
1356
1357#: commit.c:1378
1358msgid ""
1359"Warning: commit message did not conform to UTF-8.\n"
1360"You may want to amend it after fixing the message, or set the config\n"
1361"variable i18n.commitencoding to the encoding your project uses.\n"
1362msgstr ""
1363"Cảnh báo: ghi chú cho lần chuyển giao không hợp chuẩn UTF-8.\n"
1364"Bạn có lẽ muốn tu bổ nó sau khi sửa lời chú thích, hoặc là đặt biến\n"
1365"cấu hình i18n.commitencoding thành bảng mã mà dự án của bạn muốn dùng.\n"
1366
1367#: commit-graph.c:108
1368#, c-format
1369msgid "graph file %s is too small"
1370msgstr "tập tin đồ thị %s quá nhỏ"
1371
1372#: commit-graph.c:115
1373#, c-format
1374msgid "graph signature %X does not match signature %X"
1375msgstr "chữ ký đồ họa %X không khớp chữ ký %X"
1376
1377#: commit-graph.c:122
1378#, c-format
1379msgid "graph version %X does not match version %X"
1380msgstr "phiên bản đồ họa %X không khớp phiên bản %X"
1381
1382#: commit-graph.c:129
1383#, c-format
1384msgid "hash version %X does not match version %X"
1385msgstr "phiên bản băm “%X” không có phiên bản khớp %X"
1386
1387#: commit-graph.c:153
1388#, c-format
1389msgid "improper chunk offset %08x%08x"
1390msgstr "bù mảnh không đúng chỗ %08x%08x"
1391
1392#: commit-graph.c:189
1393#, c-format
1394msgid "chunk id %08x appears multiple times"
1395msgstr "mã mảnh %08x xuất hiện nhiều lần"
1396
1397#: commit-graph.c:308
1398#, c-format
1399msgid "could not find commit %s"
1400msgstr "không thể tìm thấy lần chuyển giao %s"
1401
1402#: commit-graph.c:617 builtin/pack-objects.c:2652
1403#, c-format
1404msgid "unable to get type of object %s"
1405msgstr "không thể lấy kiểu của đối tượng “%s”"
1406
1407#: commit-graph.c:651
1408msgid "Annotating commits in commit graph"
1409msgstr "Diễn giải các lần chuyển giao trong đồ thị lần chuyển giao"
1410
1411#: commit-graph.c:691
1412msgid "Computing commit graph generation numbers"
1413msgstr "Đang tính toán số tạo sơ đồ các lần chuyển giao"
1414
1415#: commit-graph.c:803 commit-graph.c:826 commit-graph.c:852
1416msgid "Finding commits for commit graph"
1417msgstr "Đang tìm các lần chuyển giao cho đồ thị lần chuyển giao"
1418
1419#: commit-graph.c:812
1420#, c-format
1421msgid "error adding pack %s"
1422msgstr "gặp lỗi thêm gói %s"
1423
1424#: commit-graph.c:814
1425#, c-format
1426msgid "error opening index for %s"
1427msgstr "gặp lỗi khi mở mục lục cho “%s”"
1428
1429#: commit-graph.c:868
1430#, c-format
1431msgid "the commit graph format cannot write %d commits"
1432msgstr "định dạng đồ họa các lần chuyển giao không thể ghi %d lần chuyển giao"
1433
1434#: commit-graph.c:895
1435msgid "too many commits to write graph"
1436msgstr "có quá nhiều lần chuyển giao để ghi đồ thị"
1437
1438#: commit-graph.c:902 midx.c:769
1439#, c-format
1440msgid "unable to create leading directories of %s"
1441msgstr "không thể tạo các thư mục dẫn đầu của “%s”"
1442
1443#: commit-graph.c:1002
1444msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1445msgstr ""
1446"tập tin sơ đồ chuyển giao có tổng kiểm không đúng và có vẻ như là đã hỏng"
1447
1448#: commit-graph.c:1046
1449msgid "Verifying commits in commit graph"
1450msgstr "Đang thẩm tra các lần chuyển giao trong đồ thị lần chuyển giao"
1451
1452#: compat/obstack.c:405 compat/obstack.c:407
1453msgid "memory exhausted"
1454msgstr "hết bộ nhớ"
1455
1456#: config.c:123
1457#, c-format
1458msgid ""
1459"exceeded maximum include depth (%d) while including\n"
1460"\t%s\n"
1461"from\n"
1462"\t%s\n"
1463"This might be due to circular includes."
1464msgstr ""
1465"vượt quá độ sâu bao gồm tối đa (%d) trong khi bao gồm\n"
1466"\t%s\n"
1467"từ\n"
1468"\t%s\n"
1469"Nguyên nhân có thể là gồm quẩn vòng."
1470
1471#: config.c:139
1472#, c-format
1473msgid "could not expand include path '%s'"
1474msgstr "không thể khai triển đường dẫn “%s”"
1475
1476#: config.c:150
1477msgid "relative config includes must come from files"
1478msgstr "các bao gồm cấu hình liên quan phải đến từ các tập tin"
1479
1480#: config.c:190
1481msgid "relative config include conditionals must come from files"
1482msgstr "các điều kiện bao gồm cấu hình liên quan phải đến từ các tập tin"
1483
1484#: config.c:348
1485#, c-format
1486msgid "key does not contain a section: %s"
1487msgstr "khóa không chứa một phần: %s"
1488
1489#: config.c:354
1490#, c-format
1491msgid "key does not contain variable name: %s"
1492msgstr "khóa không chứa bất kỳ một tên biến nào: %s"
1493
1494#: config.c:378 sequencer.c:2296
1495#, c-format
1496msgid "invalid key: %s"
1497msgstr "khóa không đúng: %s"
1498
1499#: config.c:384
1500#, c-format
1501msgid "invalid key (newline): %s"
1502msgstr "khóa không hợp lệ (dòng mới): %s"
1503
1504#: config.c:420 config.c:432
1505#, c-format
1506msgid "bogus config parameter: %s"
1507msgstr "tham số cấu hình không có thực: %s"
1508
1509#: config.c:467
1510#, c-format
1511msgid "bogus format in %s"
1512msgstr "định dạng không có thực trong %s"
1513
1514#: config.c:793
1515#, c-format
1516msgid "bad config line %d in blob %s"
1517msgstr "tập tin cấu hình sai tại dòng %d trong blob %s"
1518
1519#: config.c:797
1520#, c-format
1521msgid "bad config line %d in file %s"
1522msgstr "cấu hình sai tại dòng %d trong tập tin %s"
1523
1524#: config.c:801
1525#, c-format
1526msgid "bad config line %d in standard input"
1527msgstr "cấu hình sai tại dòng %d trong đầu vào tiêu chuẩn"
1528
1529#: config.c:805
1530#, c-format
1531msgid "bad config line %d in submodule-blob %s"
1532msgstr "cấu hình sai tại dòng %d trong blob-mô-đun-con %s"
1533
1534#: config.c:809
1535#, c-format
1536msgid "bad config line %d in command line %s"
1537msgstr "cấu hình sai tại dòng %d trong dòng lệnh %s"
1538
1539#: config.c:813
1540#, c-format
1541msgid "bad config line %d in %s"
1542msgstr "cấu hình sai tại dòng %d trong %s"
1543
1544#: config.c:952
1545msgid "out of range"
1546msgstr "nằm ngoài phạm vi"
1547
1548#: config.c:952
1549msgid "invalid unit"
1550msgstr "đơn vị không hợp lệ"
1551
1552#: config.c:958
1553#, c-format
1554msgid "bad numeric config value '%s' for '%s': %s"
1555msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: %s"
1556
1557#: config.c:963
1558#, c-format
1559msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1560msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong blob %s: %s"
1561
1562#: config.c:966
1563#, c-format
1564msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1565msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong tập tin %s: %s"
1566
1567#: config.c:969
1568#, c-format
1569msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1570msgstr ""
1571"sai giá trị bằng số của cấu hình “%s” cho “%s” trong đầu vào tiêu chuẩn: %s"
1572
1573#: config.c:972
1574#, c-format
1575msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1576msgstr ""
1577"sai giá trị bằng số của cấu hình “%s” cho “%s” trong submodule-blob %s: %s"
1578
1579#: config.c:975
1580#, c-format
1581msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1582msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong dòng lệnh %s: %s"
1583
1584#: config.c:978
1585#, c-format
1586msgid "bad numeric config value '%s' for '%s' in %s: %s"
1587msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: %s"
1588
1589#: config.c:1073
1590#, c-format
1591msgid "failed to expand user dir in: '%s'"
1592msgstr "gặp lỗi mở rộng thư mục người dùng trong: “%s”"
1593
1594#: config.c:1082
1595#, c-format
1596msgid "'%s' for '%s' is not a valid timestamp"
1597msgstr "“%s” dành cho “%s” không phải là dấu vết thời gian hợp lệ"
1598
1599#: config.c:1173
1600#, c-format
1601msgid "abbrev length out of range: %d"
1602msgstr "chiều dài abbrev nằm ngoài phạm vi: %d"
1603
1604#: config.c:1187 config.c:1198
1605#, c-format
1606msgid "bad zlib compression level %d"
1607msgstr "mức nén zlib %d là sai"
1608
1609#: config.c:1290
1610msgid "core.commentChar should only be one character"
1611msgstr "core.commentChar chỉ được có một ký tự"
1612
1613#: config.c:1323
1614#, c-format
1615msgid "invalid mode for object creation: %s"
1616msgstr "chế độ không hợp lệ đối với việc tạo đối tượng: %s"
1617
1618#: config.c:1395
1619#, c-format
1620msgid "malformed value for %s"
1621msgstr "giá trị cho %s sai dạng"
1622
1623#: config.c:1421
1624#, c-format
1625msgid "malformed value for %s: %s"
1626msgstr "giá trị cho %s sai dạng: %s"
1627
1628#: config.c:1422
1629msgid "must be one of nothing, matching, simple, upstream or current"
1630msgstr "phải là một trong số nothing, matching, simple, upstream hay current"
1631
1632#: config.c:1481 builtin/pack-objects.c:3391
1633#, c-format
1634msgid "bad pack compression level %d"
1635msgstr "mức nén gói %d không hợp lệ"
1636
1637#: config.c:1602
1638#, c-format
1639msgid "unable to load config blob object '%s'"
1640msgstr "không thể tải đối tượng blob cấu hình “%s”"
1641
1642#: config.c:1605
1643#, c-format
1644msgid "reference '%s' does not point to a blob"
1645msgstr "tham chiếu “%s” không chỉ đến một blob nào cả"
1646
1647#: config.c:1622
1648#, c-format
1649msgid "unable to resolve config blob '%s'"
1650msgstr "không thể phân giải điểm xét duyệt “%s”"
1651
1652#: config.c:1652
1653#, c-format
1654msgid "failed to parse %s"
1655msgstr "gặp lỗi khi phân tích cú pháp %s"
1656
1657#: config.c:1705
1658msgid "unable to parse command-line config"
1659msgstr "không thể phân tích cấu hình dòng lệnh"
1660
1661#: config.c:2037
1662msgid "unknown error occurred while reading the configuration files"
1663msgstr "đã có lỗi chưa biết xảy ra trong khi đọc các tập tin cấu hình"
1664
1665#: config.c:2207
1666#, c-format
1667msgid "Invalid %s: '%s'"
1668msgstr "%s không hợp lệ: “%s”"
1669
1670#: config.c:2250
1671#, c-format
1672msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1673msgstr ""
1674"không hiểu giá trị core.untrackedCache “%s”; dùng giá trị mặc định “keep”"
1675
1676#: config.c:2276
1677#, c-format
1678msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1679msgstr "giá trị splitIndex.maxPercentChange “%d” phải nằm giữa 0 và 100"
1680
1681#: config.c:2322
1682#, c-format
1683msgid "unable to parse '%s' from command-line config"
1684msgstr "không thể phân tích “%s” từ cấu hình dòng lệnh"
1685
1686#: config.c:2324
1687#, c-format
1688msgid "bad config variable '%s' in file '%s' at line %d"
1689msgstr "sai biến cấu hình “%s” trong tập tin “%s” tại dòng %d"
1690
1691#: config.c:2405
1692#, c-format
1693msgid "invalid section name '%s'"
1694msgstr "tên của phần không hợp lệ “%s”"
1695
1696#: config.c:2437
1697#, c-format
1698msgid "%s has multiple values"
1699msgstr "%s có đa giá trị"
1700
1701#: config.c:2466
1702#, c-format
1703msgid "failed to write new configuration file %s"
1704msgstr "gặp lỗi khi ghi tập tin cấu hình “%s”"
1705
1706#: config.c:2717 config.c:3041
1707#, c-format
1708msgid "could not lock config file %s"
1709msgstr "không thể khóa tập tin cấu hình %s"
1710
1711#: config.c:2728
1712#, c-format
1713msgid "opening %s"
1714msgstr "đang mở “%s”"
1715
1716#: config.c:2763 builtin/config.c:327
1717#, c-format
1718msgid "invalid pattern: %s"
1719msgstr "mẫu không hợp lệ: %s"
1720
1721#: config.c:2788
1722#, c-format
1723msgid "invalid config file %s"
1724msgstr "tập tin cấu hình “%s” không hợp lệ"
1725
1726#: config.c:2801 config.c:3054
1727#, c-format
1728msgid "fstat on %s failed"
1729msgstr "fstat trên %s gặp lỗi"
1730
1731#: config.c:2812
1732#, c-format
1733msgid "unable to mmap '%s'"
1734msgstr "không thể mmap “%s”"
1735
1736#: config.c:2821 config.c:3059
1737#, c-format
1738msgid "chmod on %s failed"
1739msgstr "chmod trên %s gặp lỗi"
1740
1741#: config.c:2906 config.c:3156
1742#, c-format
1743msgid "could not write config file %s"
1744msgstr "không thể ghi tập tin cấu hình “%s”"
1745
1746#: config.c:2940
1747#, c-format
1748msgid "could not set '%s' to '%s'"
1749msgstr "không thể đặt “%s” thành “%s”"
1750
1751#: config.c:2942 builtin/remote.c:782
1752#, c-format
1753msgid "could not unset '%s'"
1754msgstr "không thể thôi đặt “%s”"
1755
1756#: config.c:3032
1757#, c-format
1758msgid "invalid section name: %s"
1759msgstr "tên của phần không hợp lệ: %s"
1760
1761#: config.c:3199
1762#, c-format
1763msgid "missing value for '%s'"
1764msgstr "thiếu giá trị cho cho “%s”"
1765
1766#: connect.c:61
1767msgid "the remote end hung up upon initial contact"
1768msgstr "máy chủ bị treo trên lần tiếp xúc đầu tiên"
1769
1770#: connect.c:63
1771msgid ""
1772"Could not read from remote repository.\n"
1773"\n"
1774"Please make sure you have the correct access rights\n"
1775"and the repository exists."
1776msgstr ""
1777"Không thể đọc từ kho trên mạng.\n"
1778"\n"
1779"Vui lòng chắc chắn là bạn có đủ thẩm quyền truy cập\n"
1780"và kho chứa đã sẵn có."
1781
1782#: connect.c:81
1783#, c-format
1784msgid "server doesn't support '%s'"
1785msgstr "máy chủ không hỗ trợ “%s”"
1786
1787#: connect.c:103
1788#, c-format
1789msgid "server doesn't support feature '%s'"
1790msgstr "máy chủ không hỗ trợ tính năng “%s”"
1791
1792#: connect.c:114
1793msgid "expected flush after capabilities"
1794msgstr "cần đẩy dữ liệu lên đĩa sau các capabilities"
1795
1796#: connect.c:233
1797#, c-format
1798msgid "ignoring capabilities after first line '%s'"
1799msgstr "bỏ qua capabilities sau dòng đầu tiên “%s”"
1800
1801#: connect.c:252
1802msgid "protocol error: unexpected capabilities^{}"
1803msgstr "lỗi giao thức: không cần capabilities^{}"
1804
1805#: connect.c:273
1806#, c-format
1807msgid "protocol error: expected shallow sha-1, got '%s'"
1808msgstr "lỗi giao thức: cần sha-1 shallow, nhưng lại nhận được “%s”"
1809
1810#: connect.c:275
1811msgid "repository on the other end cannot be shallow"
1812msgstr "kho đã ở điểm cuối khoác nên không thể được shallow"
1813
1814#: connect.c:310 fetch-pack.c:182 builtin/archive.c:63
1815#, c-format
1816msgid "remote error: %s"
1817msgstr "lỗi máy chủ: %s"
1818
1819#: connect.c:316
1820msgid "invalid packet"
1821msgstr "gói không hợp lệ"
1822
1823#: connect.c:336
1824#, c-format
1825msgid "protocol error: unexpected '%s'"
1826msgstr "lỗi giao thức: không cần “%s”"
1827
1828#: connect.c:444
1829#, c-format
1830msgid "invalid ls-refs response: %s"
1831msgstr "trả về của ls-refs không hợp lệ: %s"
1832
1833#: connect.c:448
1834msgid "expected flush after ref listing"
1835msgstr "cần đẩy dữ liệu lên đĩa sau khi liệt kê tham chiếu"
1836
1837#: connect.c:547
1838#, c-format
1839msgid "protocol '%s' is not supported"
1840msgstr "giao thức “%s” chưa được hỗ trợ"
1841
1842#: connect.c:598
1843msgid "unable to set SO_KEEPALIVE on socket"
1844msgstr "không thể đặt SO_KEEPALIVE trên ổ cắm"
1845
1846#: connect.c:638 connect.c:701
1847#, c-format
1848msgid "Looking up %s ... "
1849msgstr "Đang tìm kiếm %s …"
1850
1851#: connect.c:642
1852#, c-format
1853msgid "unable to look up %s (port %s) (%s)"
1854msgstr "không tìm được %s (cổng %s) (%s)"
1855
1856#. TRANSLATORS: this is the end of "Looking up %s ... "
1857#: connect.c:646 connect.c:717
1858#, c-format
1859msgid ""
1860"done.\n"
1861"Connecting to %s (port %s) ... "
1862msgstr ""
1863"xong.\n"
1864"Đang kết nối đến %s (cổng %s) … "
1865
1866#: connect.c:668 connect.c:745
1867#, c-format
1868msgid ""
1869"unable to connect to %s:\n"
1870"%s"
1871msgstr ""
1872"không thể kết nối đến %s:\n"
1873"%s"
1874
1875#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1876#: connect.c:674 connect.c:751
1877msgid "done."
1878msgstr "hoàn tất."
1879
1880#: connect.c:705
1881#, c-format
1882msgid "unable to look up %s (%s)"
1883msgstr "không thể tìm thấy %s (%s)"
1884
1885#: connect.c:711
1886#, c-format
1887msgid "unknown port %s"
1888msgstr "không hiểu cổng %s"
1889
1890#: connect.c:848 connect.c:1174
1891#, c-format
1892msgid "strange hostname '%s' blocked"
1893msgstr "đã khóa tên máy lạ “%s”"
1894
1895#: connect.c:850
1896#, c-format
1897msgid "strange port '%s' blocked"
1898msgstr "đã khóa cổng lạ “%s”"
1899
1900#: connect.c:860
1901#, c-format
1902msgid "cannot start proxy %s"
1903msgstr "không thể khởi chạy ủy nhiệm “%s”"
1904
1905#: connect.c:927
1906msgid "no path specified; see 'git help pull' for valid url syntax"
1907msgstr "chưa chỉ định đường dẫn; xem'git help pull” để biết cú pháp url hợp lệ"
1908
1909#: connect.c:1122
1910msgid "ssh variant 'simple' does not support -4"
1911msgstr "ssh biến thể “simple” không hỗ trợ -4"
1912
1913#: connect.c:1134
1914msgid "ssh variant 'simple' does not support -6"
1915msgstr "ssh biến thể “simple” không hỗ trợ -6"
1916
1917#: connect.c:1151
1918msgid "ssh variant 'simple' does not support setting port"
1919msgstr "ssh biến thể “simple” không hỗ trợ đặt cổng"
1920
1921#: connect.c:1262
1922#, c-format
1923msgid "strange pathname '%s' blocked"
1924msgstr "đã khóa tên đường dẫn lạ “%s”"
1925
1926#: connect.c:1307
1927msgid "unable to fork"
1928msgstr "không thể rẽ nhánh tiến trình con"
1929
1930#: connected.c:68 builtin/fsck.c:202 builtin/prune.c:147
1931msgid "Checking connectivity"
1932msgstr "Đang kiểm tra kết nối"
1933
1934#: connected.c:80
1935msgid "Could not run 'git rev-list'"
1936msgstr "Không thể chạy “git rev-list”"
1937
1938#: connected.c:100
1939msgid "failed write to rev-list"
1940msgstr "gặp lỗi khi ghi vào rev-list"
1941
1942#: connected.c:107
1943msgid "failed to close rev-list's stdin"
1944msgstr "gặp lỗi khi đóng đầu vào chuẩn stdin của rev-list"
1945
1946#: convert.c:194
1947#, c-format
1948msgid "illegal crlf_action %d"
1949msgstr "crlf_action %d không hợp lệ"
1950
1951#: convert.c:207
1952#, c-format
1953msgid "CRLF would be replaced by LF in %s"
1954msgstr "CRLF nên được thay bằng LF trong %s"
1955
1956#: convert.c:209
1957#, c-format
1958msgid ""
1959"CRLF will be replaced by LF in %s.\n"
1960"The file will have its original line endings in your working directory"
1961msgstr ""
1962"CRLF sẽ bị thay thế bằng LF trong %s.\n"
1963"Tập tin sẽ có kiểu xuống dòng như bản gốc trong thư mục làm việc của bạn"
1964
1965#: convert.c:217
1966#, c-format
1967msgid "LF would be replaced by CRLF in %s"
1968msgstr "LF nên thay bằng CRLF trong %s"
1969
1970#: convert.c:219
1971#, c-format
1972msgid ""
1973"LF will be replaced by CRLF in %s.\n"
1974"The file will have its original line endings in your working directory"
1975msgstr ""
1976"LF sẽ bị thay thế bằng CRLF trong %s.\n"
1977"Tập tin sẽ có kiểu xuống dòng như bản gốc trong thư mục làm việc của bạn"
1978
1979#: convert.c:280
1980#, c-format
1981msgid "BOM is prohibited in '%s' if encoded as %s"
1982msgstr "BOM bị cấm trong “%s” nếu được mã hóa là %s"
1983
1984#: convert.c:287
1985#, c-format
1986msgid ""
1987"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1988"tree-encoding."
1989msgstr ""
1990"Tập tin “%s” có chứa ký hiệu thứ tự byte (BOM). Vui lòng dùng UTF-%s như là "
1991"bảng mã cây làm việc."
1992
1993#: convert.c:305
1994#, c-format
1995msgid "BOM is required in '%s' if encoded as %s"
1996msgstr "BOM là bắt buộc trong “%s” nếu được mã hóa là %s"
1997
1998#: convert.c:307
1999#, c-format
2000msgid ""
2001"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2002"%sLE (depending on the byte order) as working-tree-encoding."
2003msgstr ""
2004"Tập tin “%s” còn thiếu ký hiệu thứ tự byte (BOM). Vui lòng dùng UTF-%sBE hay "
2005"UTF-%sLE (còn phục thuộc vào thứ tự byte) như là bảng mã cây làm việc."
2006
2007#: convert.c:425 convert.c:496
2008#, c-format
2009msgid "failed to encode '%s' from %s to %s"
2010msgstr "gặp lỗi khi mã hóa “%s”  từ “%s” sang “%s”"
2011
2012#: convert.c:468
2013#, c-format
2014msgid "encoding '%s' from %s to %s and back is not the same"
2015msgstr "mã hóa “%s” từ %s thành %s và ngược trở lại không phải là cùng"
2016
2017#: convert.c:674
2018#, c-format
2019msgid "cannot fork to run external filter '%s'"
2020msgstr "không thể rẽ nhánh tiến trình để chạy bộ lọc bên ngoài “%s”"
2021
2022#: convert.c:694
2023#, c-format
2024msgid "cannot feed the input to external filter '%s'"
2025msgstr "không thể cấp đầu vào cho bộ lọc bên ngoài “%s”"
2026
2027#: convert.c:701
2028#, c-format
2029msgid "external filter '%s' failed %d"
2030msgstr "chạy bộ lọc bên ngoài “%s” gặp lỗi %d"
2031
2032#: convert.c:736 convert.c:739
2033#, c-format
2034msgid "read from external filter '%s' failed"
2035msgstr "đọc từ bộ lọc bên ngoài “%s” gặp lỗi"
2036
2037#: convert.c:742 convert.c:796
2038#, c-format
2039msgid "external filter '%s' failed"
2040msgstr "gặp lỗi khi chạy bộ lọc bên ngoài “%s”"
2041
2042#: convert.c:844
2043msgid "unexpected filter type"
2044msgstr "gặp kiểu bộ lọc thừa"
2045
2046#: convert.c:855
2047msgid "path name too long for external filter"
2048msgstr "tên đường dẫn quá dài cho bộ lọc bên ngoài"
2049
2050#: convert.c:929
2051#, c-format
2052msgid ""
2053"external filter '%s' is not available anymore although not all paths have "
2054"been filtered"
2055msgstr ""
2056"bộ lọc bên ngoài “%s” không sẵn sàng nữa mặc dù không phải tất cả các đường "
2057"dẫn đã được lọc"
2058
2059#: convert.c:1228
2060msgid "true/false are no valid working-tree-encodings"
2061msgstr "true/false là không phải bảng mã cây làm việc hợp lệ "
2062
2063#: convert.c:1398 convert.c:1432
2064#, c-format
2065msgid "%s: clean filter '%s' failed"
2066msgstr "%s: gặp lỗi khi xóa bộ lọc “%s”"
2067
2068#: convert.c:1476
2069#, c-format
2070msgid "%s: smudge filter %s failed"
2071msgstr "%s: smudge bộ lọc %s gặp lỗi"
2072
2073#: date.c:116
2074msgid "in the future"
2075msgstr "ở thời tương lai"
2076
2077#: date.c:122
2078#, c-format
2079msgid "%<PRIuMAX> second ago"
2080msgid_plural "%<PRIuMAX> seconds ago"
2081msgstr[0] "%<PRIuMAX> giây trước"
2082
2083#: date.c:129
2084#, c-format
2085msgid "%<PRIuMAX> minute ago"
2086msgid_plural "%<PRIuMAX> minutes ago"
2087msgstr[0] "%<PRIuMAX> phút trước"
2088
2089#: date.c:136
2090#, c-format
2091msgid "%<PRIuMAX> hour ago"
2092msgid_plural "%<PRIuMAX> hours ago"
2093msgstr[0] "%<PRIuMAX> giờ trước"
2094
2095#: date.c:143
2096#, c-format
2097msgid "%<PRIuMAX> day ago"
2098msgid_plural "%<PRIuMAX> days ago"
2099msgstr[0] "%<PRIuMAX> ngày trước"
2100
2101#: date.c:149
2102#, c-format
2103msgid "%<PRIuMAX> week ago"
2104msgid_plural "%<PRIuMAX> weeks ago"
2105msgstr[0] "%<PRIuMAX> tuần trước"
2106
2107#: date.c:156
2108#, c-format
2109msgid "%<PRIuMAX> month ago"
2110msgid_plural "%<PRIuMAX> months ago"
2111msgstr[0] "%<PRIuMAX> tháng trước"
2112
2113#: date.c:167
2114#, c-format
2115msgid "%<PRIuMAX> year"
2116msgid_plural "%<PRIuMAX> years"
2117msgstr[0] "%<PRIuMAX> năm"
2118
2119#. TRANSLATORS: "%s" is "<n> years"
2120#: date.c:170
2121#, c-format
2122msgid "%s, %<PRIuMAX> month ago"
2123msgid_plural "%s, %<PRIuMAX> months ago"
2124msgstr[0] "%s, %<PRIuMAX> tháng trước"
2125
2126#: date.c:175 date.c:180
2127#, c-format
2128msgid "%<PRIuMAX> year ago"
2129msgid_plural "%<PRIuMAX> years ago"
2130msgstr[0] "%<PRIuMAX> năm trước"
2131
2132#: delta-islands.c:268
2133msgid "Propagating island marks"
2134msgstr "Đang lan truyền các đánh dấu island"
2135
2136#: delta-islands.c:286
2137#, c-format
2138msgid "bad tree object %s"
2139msgstr "đối tượng cây sai “%s”"
2140
2141#: delta-islands.c:330
2142#, c-format
2143msgid "failed to load island regex for '%s': %s"
2144msgstr "gặp lỗi khi tải biểu thức chính quy island cho “%s”: %s"
2145
2146#: delta-islands.c:386
2147#, c-format
2148msgid "island regex from config has too many capture groups (max=%d)"
2149msgstr ""
2150"biểu thức chính quy island từ cấu hình có quá nhiều nhóm chụp (tối đa=%d)"
2151
2152#: delta-islands.c:462
2153#, c-format
2154msgid "Marked %d islands, done.\n"
2155msgstr "Đã đánh dấu %d island, xong.\n"
2156
2157#: diffcore-order.c:24
2158#, c-format
2159msgid "failed to read orderfile '%s'"
2160msgstr "gặp lỗi khi đọc tập-tin-thứ-tự “%s”"
2161
2162#: diffcore-rename.c:544
2163msgid "Performing inexact rename detection"
2164msgstr "Đang thực hiện dò tìm đổi tên không chính xác"
2165
2166#: diff.c:108
2167#, c-format
2168msgid "option '%s' requires a value"
2169msgstr "tùy chọn “%s” yêu cầu một giá trị"
2170
2171#: diff.c:158
2172#, c-format
2173msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2174msgstr "  Gặp lỗi khi phân tích dirstat cắt bỏ phần trăm “%s”\n"
2175
2176#: diff.c:163
2177#, c-format
2178msgid "  Unknown dirstat parameter '%s'\n"
2179msgstr "  Không hiểu đối số dirstat “%s”\n"
2180
2181#: diff.c:291
2182msgid ""
2183"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2184"'dimmed-zebra', 'plain'"
2185msgstr ""
2186"cài đặt màu đã di chuyển phải là một trong “no”, “default”, “blocks”, "
2187"“zebra”, “dimmed_zebra”, “plain”"
2188
2189#: diff.c:316
2190#, c-format
2191msgid "ignoring unknown color-moved-ws mode '%s'"
2192msgstr "bỏ qua chế độ color-moved-ws chưa biết “%s”"
2193
2194#: diff.c:323
2195msgid ""
2196"color-moved-ws: allow-indentation-change cannot be combined with other white "
2197"space modes"
2198msgstr ""
2199"color-moved-ws: allow-indentation-change không thể tổ hợp cùng với các chế "
2200"độ khoảng trắng khác"
2201
2202#: diff.c:394
2203#, c-format
2204msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2205msgstr "Không hiểu giá trị cho biến cấu hình “diff.submodule”: “%s”"
2206
2207#: diff.c:454
2208#, c-format
2209msgid ""
2210"Found errors in 'diff.dirstat' config variable:\n"
2211"%s"
2212msgstr ""
2213"Tìm thấy các lỗi trong biến cấu hình “diff.dirstat”:\n"
2214"%s"
2215
2216#: diff.c:4140
2217#, c-format
2218msgid "external diff died, stopping at %s"
2219msgstr "phần mềm diff ở bên ngoài đã chết, dừng tại %s"
2220
2221#: diff.c:4482
2222msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2223msgstr "--name-only, --name-status, --check và -s loại từ lẫn nhau"
2224
2225#: diff.c:4485
2226msgid "-G, -S and --find-object are mutually exclusive"
2227msgstr "Các tùy chọn -G, -S, và --find-object loại từ lẫn nhau"
2228
2229#: diff.c:4563
2230msgid "--follow requires exactly one pathspec"
2231msgstr "--follow cần chính xác một đặc tả đường dẫn"
2232
2233#: diff.c:4729
2234#, c-format
2235msgid ""
2236"Failed to parse --dirstat/-X option parameter:\n"
2237"%s"
2238msgstr ""
2239"Gặp lỗi khi phân tích đối số tùy chọn --dirstat/-X:\n"
2240"%s"
2241
2242#: diff.c:4743
2243#, c-format
2244msgid "Failed to parse --submodule option parameter: '%s'"
2245msgstr "Gặp lỗi khi phân tích đối số tùy chọn --submodule: “%s”"
2246
2247#: diff.c:5823
2248msgid "inexact rename detection was skipped due to too many files."
2249msgstr ""
2250"nhận thấy đổi tên không chính xác đã bị bỏ qua bởi có quá nhiều tập tin."
2251
2252#: diff.c:5826
2253msgid "only found copies from modified paths due to too many files."
2254msgstr ""
2255"chỉ tìm thấy các bản sao từ đường dẫn đã sửa đổi bởi vì có quá nhiều tập tin."
2256
2257#: diff.c:5829
2258#, c-format
2259msgid ""
2260"you may want to set your %s variable to at least %d and retry the command."
2261msgstr ""
2262"bạn có lẽ muốn đặt biến %s của bạn thành ít nhất là %d và thử lại lệnh lần "
2263"nữa."
2264
2265#: dir.c:576
2266#, c-format
2267msgid "pathspec '%s' did not match any file(s) known to git"
2268msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào mà git biết"
2269
2270#: dir.c:965
2271#, c-format
2272msgid "cannot use %s as an exclude file"
2273msgstr "không thể dùng %s như là một tập tin loại trừ"
2274
2275#: dir.c:1880
2276#, c-format
2277msgid "could not open directory '%s'"
2278msgstr "không thể mở thư mục “%s”"
2279
2280#: dir.c:2122
2281msgid "failed to get kernel name and information"
2282msgstr "gặp lỗi khi lấy tên và thông tin của nhân"
2283
2284#: dir.c:2246
2285msgid "untracked cache is disabled on this system or location"
2286msgstr "bộ nhớ tạm không theo vết bị tắt trên hệ thống hay vị trí này."
2287
2288#: dir.c:3047
2289#, c-format
2290msgid "index file corrupt in repo %s"
2291msgstr "tập tin ghi bảng mục lục bị hỏng trong kho %s"
2292
2293#: dir.c:3092 dir.c:3097
2294#, c-format
2295msgid "could not create directories for %s"
2296msgstr "không thể tạo thư mục cho %s"
2297
2298#: dir.c:3126
2299#, c-format
2300msgid "could not migrate git directory from '%s' to '%s'"
2301msgstr "không thể di cư thư mục git từ “%s” sang “%s”"
2302
2303#: editor.c:73
2304#, c-format
2305msgid "hint: Waiting for your editor to close the file...%c"
2306msgstr "gợi ý: Chờ trình biên soạn của bạn đóng tập tin…%c"
2307
2308#: entry.c:178
2309msgid "Filtering content"
2310msgstr "Nội dung lọc"
2311
2312#: entry.c:465
2313#, c-format
2314msgid "could not stat file '%s'"
2315msgstr "không thể lấy thống kê tập tin “%s”"
2316
2317#: environment.c:150
2318#, c-format
2319msgid "bad git namespace path \"%s\""
2320msgstr "đường dẫn không gian tên git \"%s\" sai"
2321
2322#: environment.c:332
2323#, c-format
2324msgid "could not set GIT_DIR to '%s'"
2325msgstr "không thể đặt GIT_DIR thành “%s”"
2326
2327#: exec-cmd.c:361
2328#, c-format
2329msgid "too many args to run %s"
2330msgstr "quá nhiều tham số để chạy %s"
2331
2332#: fetch-object.c:17
2333msgid "Remote with no URL"
2334msgstr "Máy chủ không có địa chỉ URL"
2335
2336#: fetch-pack.c:151
2337msgid "git fetch-pack: expected shallow list"
2338msgstr "git fetch-pack: cần danh sách shallow"
2339
2340#: fetch-pack.c:163
2341msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2342msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được một gói flush"
2343
2344#: fetch-pack.c:183
2345#, c-format
2346msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2347msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được “%s”"
2348
2349#: fetch-pack.c:253
2350msgid "--stateless-rpc requires multi_ack_detailed"
2351msgstr "--stateless-rpc cần multi_ack_detailed"
2352
2353#: fetch-pack.c:347 fetch-pack.c:1277
2354#, c-format
2355msgid "invalid shallow line: %s"
2356msgstr "dòng shallow không hợp lệ: %s"
2357
2358#: fetch-pack.c:353 fetch-pack.c:1283
2359#, c-format
2360msgid "invalid unshallow line: %s"
2361msgstr "dòng unshallow không hợp lệ: %s"
2362
2363#: fetch-pack.c:355 fetch-pack.c:1285
2364#, c-format
2365msgid "object not found: %s"
2366msgstr "Không tìm thấy đối tượng: %s"
2367
2368#: fetch-pack.c:358 fetch-pack.c:1288
2369#, c-format
2370msgid "error in object: %s"
2371msgstr "lỗi trong đối tượng: %s"
2372
2373#: fetch-pack.c:360 fetch-pack.c:1290
2374#, c-format
2375msgid "no shallow found: %s"
2376msgstr "không tìm shallow nào: %s"
2377
2378#: fetch-pack.c:363 fetch-pack.c:1293
2379#, c-format
2380msgid "expected shallow/unshallow, got %s"
2381msgstr "cần shallow/unshallow, nhưng lại nhận được %s"
2382
2383#: fetch-pack.c:404
2384#, c-format
2385msgid "got %s %d %s"
2386msgstr "nhận %s %d - %s"
2387
2388#: fetch-pack.c:421
2389#, c-format
2390msgid "invalid commit %s"
2391msgstr "lần chuyển giao %s không hợp lệ"
2392
2393#: fetch-pack.c:452
2394msgid "giving up"
2395msgstr "chịu thua"
2396
2397#: fetch-pack.c:464 progress.c:229
2398msgid "done"
2399msgstr "xong"
2400
2401#: fetch-pack.c:476
2402#, c-format
2403msgid "got %s (%d) %s"
2404msgstr "nhận %s (%d) %s"
2405
2406#: fetch-pack.c:522
2407#, c-format
2408msgid "Marking %s as complete"
2409msgstr "Đánh dấu %s là đã hoàn thành"
2410
2411#: fetch-pack.c:764
2412#, c-format
2413msgid "already have %s (%s)"
2414msgstr "đã sẵn có %s (%s)"
2415
2416#: fetch-pack.c:803
2417msgid "fetch-pack: unable to fork off sideband demultiplexer"
2418msgstr "fetch-pack: không thể rẽ nhánh sideband demultiplexer"
2419
2420#: fetch-pack.c:811
2421msgid "protocol error: bad pack header"
2422msgstr "lỗi giao thức: phần đầu gói bị sai"
2423
2424#: fetch-pack.c:879
2425#, c-format
2426msgid "fetch-pack: unable to fork off %s"
2427msgstr "fetch-pack: không thể rẽ nhánh %s"
2428
2429#: fetch-pack.c:895
2430#, c-format
2431msgid "%s failed"
2432msgstr "%s gặp lỗi"
2433
2434#: fetch-pack.c:897
2435msgid "error in sideband demultiplexer"
2436msgstr "có lỗi trong sideband demultiplexer"
2437
2438#: fetch-pack.c:926
2439msgid "Server does not support shallow clients"
2440msgstr "Máy chủ không hỗ trợ máy khách shallow"
2441
2442#: fetch-pack.c:930
2443msgid "Server supports multi_ack_detailed"
2444msgstr "Máy chủ hỗ trợ multi_ack_detailed"
2445
2446#: fetch-pack.c:933
2447msgid "Server supports no-done"
2448msgstr "Máy chủ hỗ trợ no-done"
2449
2450#: fetch-pack.c:939
2451msgid "Server supports multi_ack"
2452msgstr "Máy chủ hỗ trợ multi_ack"
2453
2454#: fetch-pack.c:943
2455msgid "Server supports side-band-64k"
2456msgstr "Máy chủ hỗ trợ side-band-64k"
2457
2458#: fetch-pack.c:947
2459msgid "Server supports side-band"
2460msgstr "Máy chủ hỗ trợ side-band"
2461
2462#: fetch-pack.c:951
2463msgid "Server supports allow-tip-sha1-in-want"
2464msgstr "Máy chủ hỗ trợ allow-tip-sha1-in-want"
2465
2466#: fetch-pack.c:955
2467msgid "Server supports allow-reachable-sha1-in-want"
2468msgstr "Máy chủ hỗ trợ allow-reachable-sha1-in-want"
2469
2470#: fetch-pack.c:965
2471msgid "Server supports ofs-delta"
2472msgstr "Máy chủ hỗ trợ ofs-delta"
2473
2474#: fetch-pack.c:971 fetch-pack.c:1158
2475msgid "Server supports filter"
2476msgstr "Máy chủ hỗ trợ bộ lọc"
2477
2478#: fetch-pack.c:979
2479#, c-format
2480msgid "Server version is %.*s"
2481msgstr "Phiên bản máy chủ là %.*s"
2482
2483#: fetch-pack.c:985
2484msgid "Server does not support --shallow-since"
2485msgstr "Máy chủ không hỗ trợ --shallow-since"
2486
2487#: fetch-pack.c:989
2488msgid "Server does not support --shallow-exclude"
2489msgstr "Máy chủ không hỗ trợ --shallow-exclude"
2490
2491#: fetch-pack.c:991
2492msgid "Server does not support --deepen"
2493msgstr "Máy chủ không hỗ trợ --deepen"
2494
2495#: fetch-pack.c:1008
2496msgid "no common commits"
2497msgstr "không có lần chuyển giao chung nào"
2498
2499#: fetch-pack.c:1020 fetch-pack.c:1418
2500msgid "git fetch-pack: fetch failed."
2501msgstr "git fetch-pack: fetch gặp lỗi."
2502
2503#: fetch-pack.c:1153
2504msgid "Server does not support shallow requests"
2505msgstr "Máy chủ không hỗ trợ yêu cầu shallow"
2506
2507#: fetch-pack.c:1199
2508#, c-format
2509msgid "error reading section header '%s'"
2510msgstr "gặp lỗi khi đọc phần đầu của đoạn %s"
2511
2512#: fetch-pack.c:1205
2513#, c-format
2514msgid "expected '%s', received '%s'"
2515msgstr "cần “%s”, nhưng lại nhận “%s”"
2516
2517#: fetch-pack.c:1244
2518#, c-format
2519msgid "unexpected acknowledgment line: '%s'"
2520msgstr "gặp dòng không được thừa nhận: “%s”"
2521
2522#: fetch-pack.c:1249
2523#, c-format
2524msgid "error processing acks: %d"
2525msgstr "gặp lỗi khi xử lý tín hiệu trả lời: %d"
2526
2527#: fetch-pack.c:1259
2528msgid "expected packfile to be sent after 'ready'"
2529msgstr "cần tập tin gói để gửi sau “ready”"
2530
2531#: fetch-pack.c:1261
2532msgid "expected no other sections to be sent after no 'ready'"
2533msgstr "không cần thêm phần nào để gửi sau “ready”"
2534
2535#: fetch-pack.c:1298
2536#, c-format
2537msgid "error processing shallow info: %d"
2538msgstr "lỗi xử lý thông tin shallow: %d"
2539
2540#: fetch-pack.c:1314
2541#, c-format
2542msgid "expected wanted-ref, got '%s'"
2543msgstr "cần wanted-ref, nhưng lại nhận được “%s”"
2544
2545#: fetch-pack.c:1324
2546#, c-format
2547msgid "unexpected wanted-ref: '%s'"
2548msgstr "không cần wanted-ref: “%s”"
2549
2550#: fetch-pack.c:1328
2551#, c-format
2552msgid "error processing wanted refs: %d"
2553msgstr "lỗi khi xử lý wanted refs: %d"
2554
2555#: fetch-pack.c:1642
2556msgid "no matching remote head"
2557msgstr "không khớp phần đầu máy chủ"
2558
2559#: fetch-pack.c:1660 builtin/clone.c:664
2560msgid "remote did not send all necessary objects"
2561msgstr "máy chủ đã không gửi tất cả các đối tượng cần thiết"
2562
2563#: fetch-pack.c:1686
2564#, c-format
2565msgid "no such remote ref %s"
2566msgstr "Không có máy chủ tham chiếu nào như %s"
2567
2568#: fetch-pack.c:1689
2569#, c-format
2570msgid "Server does not allow request for unadvertised object %s"
2571msgstr ""
2572"Máy phục vụ không cho phép yêu cầu cho đối tượng không được báo trước %s"
2573
2574#: gpg-interface.c:318
2575msgid "gpg failed to sign the data"
2576msgstr "gpg gặp lỗi khi ký dữ liệu"
2577
2578#: gpg-interface.c:344
2579msgid "could not create temporary file"
2580msgstr "không thể tạo tập tin tạm thời"
2581
2582#: gpg-interface.c:347
2583#, c-format
2584msgid "failed writing detached signature to '%s'"
2585msgstr "gặp lỗi khi ghi chữ ký đính kèm vào “%s”"
2586
2587#: graph.c:97
2588#, c-format
2589msgid "ignore invalid color '%.*s' in log.graphColors"
2590msgstr "bỏ qua màu không hợp lệ “%.*s” trong log.graphColors"
2591
2592#: grep.c:2113
2593#, c-format
2594msgid "'%s': unable to read %s"
2595msgstr "“%s”: không thể đọc %s"
2596
2597#: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2598#: builtin/rm.c:134
2599#, c-format
2600msgid "failed to stat '%s'"
2601msgstr "gặp lỗi khi lấy thống kê về “%s”"
2602
2603#: grep.c:2141
2604#, c-format
2605msgid "'%s': short read"
2606msgstr "“%s”: đọc ngắn"
2607
2608#: help.c:23
2609msgid "start a working area (see also: git help tutorial)"
2610msgstr "bắt đầu một vùng làm việc (xem thêm: git help tutorial)"
2611
2612#: help.c:24
2613msgid "work on the current change (see also: git help everyday)"
2614msgstr "làm việc trên thay đổi hiện tại (xem thêm: git help everyday)"
2615
2616#: help.c:25
2617msgid "examine the history and state (see also: git help revisions)"
2618msgstr "xem xét lịch sử tình trạng (xem thêm: git help revisions)"
2619
2620#: help.c:26
2621msgid "grow, mark and tweak your common history"
2622msgstr "thêm, ghi dấu và chỉnh lịch sử chung của bạn"
2623
2624#: help.c:27
2625msgid "collaborate (see also: git help workflows)"
2626msgstr "làm việc nhóm (xem thêm: git help workflows)"
2627
2628#: help.c:31
2629msgid "Main Porcelain Commands"
2630msgstr "Các lệnh Porcelain chính"
2631
2632#: help.c:32
2633msgid "Ancillary Commands / Manipulators"
2634msgstr "Lệnh/thao tác thứ cấp"
2635
2636#: help.c:33
2637msgid "Ancillary Commands / Interrogators"
2638msgstr "Lệnh/bộ hỏi thứ cấp"
2639
2640#: help.c:34
2641msgid "Interacting with Others"
2642msgstr "Tương tác với những cái khác"
2643
2644#: help.c:35
2645msgid "Low-level Commands / Manipulators"
2646msgstr "Lệnh/thao tác ở mức thấp"
2647
2648#: help.c:36
2649msgid "Low-level Commands / Interrogators"
2650msgstr "Lệnh/bộ hỏi ở mức thấp"
2651
2652#: help.c:37
2653msgid "Low-level Commands / Synching Repositories"
2654msgstr "Lệnh/Đồng bộ kho ở mức thấp"
2655
2656#: help.c:38
2657msgid "Low-level Commands / Internal Helpers"
2658msgstr "Lệnh/Hỗ trợ nội tại ở mức thấp"
2659
2660#: help.c:296
2661#, c-format
2662msgid "available git commands in '%s'"
2663msgstr "các lệnh git sẵn có trong thư mục “%s”:"
2664
2665#: help.c:303
2666msgid "git commands available from elsewhere on your $PATH"
2667msgstr "các lệnh git sẵn có từ một nơi khác trong $PATH của bạn"
2668
2669#: help.c:312
2670msgid "These are common Git commands used in various situations:"
2671msgstr "Có các lệnh Git chung được sử dụng trong các tình huống khác nhau:"
2672
2673#: help.c:361 git.c:90
2674#, c-format
2675msgid "unsupported command listing type '%s'"
2676msgstr "không hỗ trợ liệt kê lệnh kiểu “%s”"
2677
2678#: help.c:408
2679msgid "The common Git guides are:"
2680msgstr "Các chỉ dẫn chung về Git là:"
2681
2682#: help.c:517
2683msgid "See 'git help <command>' to read about a specific subcommand"
2684msgstr "Xem “git help <lệnh>” để đọc các đặc tả của lệnh con"
2685
2686#: help.c:522
2687msgid "External commands"
2688msgstr "Các lệnh bên ngoài"
2689
2690#: help.c:530
2691msgid "Command aliases"
2692msgstr "Các bí danh lệnh"
2693
2694#: help.c:594
2695#, c-format
2696msgid ""
2697"'%s' appears to be a git command, but we were not\n"
2698"able to execute it. Maybe git-%s is broken?"
2699msgstr ""
2700"“%s” trông như là một lệnh git, nhưng chúng tôi không\n"
2701"thể thực thi nó. Có lẽ là lệnh git-%s đã bị hỏng?"
2702
2703#: help.c:653
2704msgid "Uh oh. Your system reports no Git commands at all."
2705msgstr "Ối chà. Hệ thống của bạn báo rằng chẳng có lệnh Git nào cả."
2706
2707#: help.c:675
2708#, c-format
2709msgid "WARNING: You called a Git command named '%s', which does not exist."
2710msgstr "CẢNH BÁO: Bạn đã gọi lệnh Git có tên “%s”, mà nó lại không có sẵn."
2711
2712#: help.c:680
2713#, c-format
2714msgid "Continuing under the assumption that you meant '%s'."
2715msgstr "Tiếp tục và coi rằng ý bạn là “%s”."
2716
2717#: help.c:685
2718#, c-format
2719msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2720msgstr "Tiếp tục trong %0.1f giây,và coi rằng ý bạn là “%s”."
2721
2722#: help.c:693
2723#, c-format
2724msgid "git: '%s' is not a git command. See 'git --help'."
2725msgstr "git: “%s” không phải là một lệnh của git. Xem “git --help”."
2726
2727#: help.c:697
2728msgid ""
2729"\n"
2730"The most similar command is"
2731msgid_plural ""
2732"\n"
2733"The most similar commands are"
2734msgstr[0] ""
2735"\n"
2736"Những lệnh giống nhất là"
2737
2738#: help.c:712
2739msgid "git version [<options>]"
2740msgstr "git version [<các-tùy-chọn>]"
2741
2742#: help.c:780
2743#, c-format
2744msgid "%s: %s - %s"
2745msgstr "%s: %s - %s"
2746
2747#: help.c:784
2748msgid ""
2749"\n"
2750"Did you mean this?"
2751msgid_plural ""
2752"\n"
2753"Did you mean one of these?"
2754msgstr[0] ""
2755"\n"
2756"Có phải ý bạn là một trong số những cái này không?"
2757
2758#: ident.c:345
2759msgid ""
2760"\n"
2761"*** Please tell me who you are.\n"
2762"\n"
2763"Run\n"
2764"\n"
2765"  git config --global user.email \"you@example.com\"\n"
2766"  git config --global user.name \"Your Name\"\n"
2767"\n"
2768"to set your account's default identity.\n"
2769"Omit --global to set the identity only in this repository.\n"
2770"\n"
2771msgstr ""
2772"\n"
2773"*** Vui lòng cho biết bạn là ai.\n"
2774"\n"
2775"Chạy\n"
2776"\n"
2777"  git config --global user.email \"bạn@ví_dụ.com\"\n"
2778"  git config --global user.name \"Tên Của Bạn\"\n"
2779"\n"
2780"để đặt định danh mặc định cho tài khoản của bạn.\n"
2781"Bỏ tùy chọn --global nếu chỉ định danh riêng cho kho này.\n"
2782"\n"
2783
2784#: ident.c:369
2785msgid "no email was given and auto-detection is disabled"
2786msgstr "không đưa ra địa chỉ thư điện tử và auto-detection bị tắt"
2787
2788#: ident.c:374
2789#, c-format
2790msgid "unable to auto-detect email address (got '%s')"
2791msgstr "không thể tự dò tìm địa chỉ thư điện tử (nhận “%s”)"
2792
2793#: ident.c:384
2794msgid "no name was given and auto-detection is disabled"
2795msgstr "chưa chỉ ra tên và tự-động-dò-tìm bị tắt"
2796
2797#: ident.c:390
2798#, c-format
2799msgid "unable to auto-detect name (got '%s')"
2800msgstr "không thể dò-tìm-tự động tên (đã nhận “%s”)"
2801
2802#: ident.c:398
2803#, c-format
2804msgid "empty ident name (for <%s>) not allowed"
2805msgstr "không cho phép tên định danh là rỗng (cho <%s>)"
2806
2807#: ident.c:404
2808#, c-format
2809msgid "name consists only of disallowed characters: %s"
2810msgstr "tên chỉ được phép bao gồm các ký tự sau: %s"
2811
2812#: ident.c:419 builtin/commit.c:606
2813#, c-format
2814msgid "invalid date format: %s"
2815msgstr "ngày tháng không hợp lệ: %s"
2816
2817#: list-objects-filter-options.c:35
2818msgid "multiple filter-specs cannot be combined"
2819msgstr "không thể tổ hợp nhiều đặc tả kiểu lọc"
2820
2821#: list-objects-filter-options.c:58
2822msgid "only 'tree:0' is supported"
2823msgstr "chỉ “tree:0” là được hỗ trợ"
2824
2825#: list-objects-filter-options.c:137
2826msgid "cannot change partial clone promisor remote"
2827msgstr "không thể thay đổi nhân bản từng phần máy chủ promisor"
2828
2829#: lockfile.c:151
2830#, c-format
2831msgid ""
2832"Unable to create '%s.lock': %s.\n"
2833"\n"
2834"Another git process seems to be running in this repository, e.g.\n"
2835"an editor opened by 'git commit'. Please make sure all processes\n"
2836"are terminated then try again. If it still fails, a git process\n"
2837"may have crashed in this repository earlier:\n"
2838"remove the file manually to continue."
2839msgstr ""
2840"Không thể tạo “%s.lock”: %s.\n"
2841"\n"
2842"Tiến trình git khác có lẽ đang chạy ở kho này, ví dụ\n"
2843"một trình soạn thảo được mở bởi “git commit”. Vui lòng chắc chắn\n"
2844"rằng mọi tiến trình đã chấm dứt và sau đó thử lại. Nếu vẫn lỗi,\n"
2845"một tiến trình git có lẽ đã đổ vỡ khi thực hiện ở kho này trước đó:\n"
2846"gõ bỏ tập tin một cách thủ công để tiếp tục."
2847
2848#: lockfile.c:159
2849#, c-format
2850msgid "Unable to create '%s.lock': %s"
2851msgstr "Không thể tạo “%s.lock”: %s"
2852
2853#: merge.c:41
2854msgid "failed to read the cache"
2855msgstr "gặp lỗi khi đọc bộ nhớ đệm"
2856
2857#: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:1933
2858#: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:764
2859msgid "unable to write new index file"
2860msgstr "không thể ghi tập tin lưu bảng mục lục mới"
2861
2862#: merge-recursive.c:323
2863msgid "(bad commit)\n"
2864msgstr "(commit sai)\n"
2865
2866#: merge-recursive.c:345
2867#, c-format
2868msgid "add_cacheinfo failed for path '%s'; merge aborting."
2869msgstr "addinfo_cache gặp lỗi đối với đường dẫn “%s”; việc hòa trộn bị bãi bỏ."
2870
2871#: merge-recursive.c:353
2872#, c-format
2873msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2874msgstr ""
2875"addinfo_cache gặp lỗi khi làm mới đối với đường dẫn “%s”; việc hòa trộn bị "
2876"bãi bỏ."
2877
2878#: merge-recursive.c:435
2879msgid "error building trees"
2880msgstr "gặp lỗi khi xây dựng cây"
2881
2882#: merge-recursive.c:906
2883#, c-format
2884msgid "failed to create path '%s'%s"
2885msgstr "gặp lỗi khi tạo đường dẫn “%s”%s"
2886
2887#: merge-recursive.c:917
2888#, c-format
2889msgid "Removing %s to make room for subdirectory\n"
2890msgstr "Gỡ bỏ %s để tạo chỗ (room) cho thư mục con\n"
2891
2892#: merge-recursive.c:931 merge-recursive.c:950
2893msgid ": perhaps a D/F conflict?"
2894msgstr ": có lẽ là một xung đột D/F?"
2895
2896#: merge-recursive.c:940
2897#, c-format
2898msgid "refusing to lose untracked file at '%s'"
2899msgstr "từ chối đóng tập tin không được theo dõi tại “%s”"
2900
2901#: merge-recursive.c:982 builtin/cat-file.c:39
2902#, c-format
2903msgid "cannot read object %s '%s'"
2904msgstr "không thể đọc đối tượng %s “%s”"
2905
2906#: merge-recursive.c:984
2907#, c-format
2908msgid "blob expected for %s '%s'"
2909msgstr "mong đợi đối tượng blob cho %s “%s”"
2910
2911#: merge-recursive.c:1008
2912#, c-format
2913msgid "failed to open '%s': %s"
2914msgstr "gặp lỗi khi mở “%s”: %s"
2915
2916#: merge-recursive.c:1019
2917#, c-format
2918msgid "failed to symlink '%s': %s"
2919msgstr "gặp lỗi khi tạo liên kết mềm (symlink) “%s”: %s"
2920
2921#: merge-recursive.c:1024
2922#, c-format
2923msgid "do not know what to do with %06o %s '%s'"
2924msgstr "không hiểu phải làm gì với %06o %s “%s”"
2925
2926#: merge-recursive.c:1212
2927#, c-format
2928msgid "Failed to merge submodule %s (not checked out)"
2929msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không lấy ra được)"
2930
2931#: merge-recursive.c:1219
2932#, c-format
2933msgid "Failed to merge submodule %s (commits not present)"
2934msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (lần chuyển giao không hiện diện)"
2935
2936#: merge-recursive.c:1226
2937#, c-format
2938msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2939msgstr ""
2940"Gặp lỗi khi hòa trộn mô-đun-con “%s” (lần chuyển giao không theo sau nền-hòa-"
2941"trộn)"
2942
2943#: merge-recursive.c:1234 merge-recursive.c:1246
2944#, c-format
2945msgid "Fast-forwarding submodule %s to the following commit:"
2946msgstr "Chuyển-tiếp-nhanh mô-đun-con “%s” đến lần chuyển giao sau đây:"
2947
2948#: merge-recursive.c:1237 merge-recursive.c:1249
2949#, c-format
2950msgid "Fast-forwarding submodule %s"
2951msgstr "Chuyển-tiếp-nhanh mô-đun-con “%s”"
2952
2953#: merge-recursive.c:1271
2954#, c-format
2955msgid "Failed to merge submodule %s (merge following commits not found)"
2956msgstr ""
2957"Gặp lỗi khi hòa trộn mô-đun-con “%s” (không tìm thấy các lần chuyển giao "
2958"theo sau hòa trộn)"
2959
2960#: merge-recursive.c:1275
2961#, c-format
2962msgid "Failed to merge submodule %s (not fast-forward)"
2963msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không chuyển tiếp nhanh được)"
2964
2965#: merge-recursive.c:1276
2966msgid "Found a possible merge resolution for the submodule:\n"
2967msgstr "Tìm thấy một giải pháp hòa trộn có thể cho mô-đun-con:\n"
2968
2969#: merge-recursive.c:1279
2970#, c-format
2971msgid ""
2972"If this is correct simply add it to the index for example\n"
2973"by using:\n"
2974"\n"
2975"  git update-index --cacheinfo 160000 %s \"%s\"\n"
2976"\n"
2977"which will accept this suggestion.\n"
2978msgstr ""
2979"Nếu đây là đúng đơn giản thêm nó vào mục lục ví dụ\n"
2980"bằng cách dùng:\n"
2981"\n"
2982"  git update-index --cacheinfo 160000 %s \"%s\"\n"
2983"\n"
2984"cái mà sẽ chấp nhận gợi ý này.\n"
2985
2986#: merge-recursive.c:1288
2987#, c-format
2988msgid "Failed to merge submodule %s (multiple merges found)"
2989msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (thấy nhiều hòa trộn đa trùng)"
2990
2991#: merge-recursive.c:1358
2992msgid "Failed to execute internal merge"
2993msgstr "Gặp lỗi khi thực hiện trộn nội bộ"
2994
2995#: merge-recursive.c:1363
2996#, c-format
2997msgid "Unable to add %s to database"
2998msgstr "Không thể thêm %s vào cơ sở dữ liệu"
2999
3000#: merge-recursive.c:1395
3001#, c-format
3002msgid "Auto-merging %s"
3003msgstr "Tự-động-hòa-trộn %s"
3004
3005#: merge-recursive.c:1416
3006#, c-format
3007msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3008msgstr ""
3009"Lỗi: từ chối đóng tập tin không được theo dõi tại “%s”; thay vào đó ghi vào "
3010"%s."
3011
3012#: merge-recursive.c:1483
3013#, c-format
3014msgid ""
3015"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3016"in tree."
3017msgstr ""
3018"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s "
3019"còn lại trong cây (tree)."
3020
3021#: merge-recursive.c:1488
3022#, c-format
3023msgid ""
3024"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3025"left in tree."
3026msgstr ""
3027"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s đến %s trong %s. Phiên bản %s "
3028"của %s còn lại trong cây (tree)."
3029
3030#: merge-recursive.c:1495
3031#, c-format
3032msgid ""
3033"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3034"in tree at %s."
3035msgstr ""
3036"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s "
3037"còn lại trong cây (tree) tại %s."
3038
3039#: merge-recursive.c:1500
3040#, c-format
3041msgid ""
3042"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3043"left in tree at %s."
3044msgstr ""
3045"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s đến %s trong %s. Phiên bản %s "
3046"của %s còn lại trong cây (tree) tại %s."
3047
3048#: merge-recursive.c:1534
3049msgid "rename"
3050msgstr "đổi tên"
3051
3052#: merge-recursive.c:1534
3053msgid "renamed"
3054msgstr "đã đổi tên"
3055
3056#: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:2369
3057#: merge-recursive.c:3124
3058#, c-format
3059msgid "Refusing to lose dirty file at %s"
3060msgstr "Từ chối đóng tập tin không được theo dõi tại “%s”"
3061
3062#: merge-recursive.c:1602
3063#, c-format
3064msgid "%s is a directory in %s adding as %s instead"
3065msgstr "%s là một thư mục trong %s thay vào đó thêm vào như là %s"
3066
3067#: merge-recursive.c:1607
3068#, c-format
3069msgid "Refusing to lose untracked file at %s; adding as %s instead"
3070msgstr ""
3071"Từ chối đóng tập tin không được theo dõi tại “%s”; thay vào đó đang thêm "
3072"thành %s"
3073
3074#: merge-recursive.c:1633
3075#, c-format
3076msgid ""
3077"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3078"\"->\"%s\" in \"%s\"%s"
3079msgstr ""
3080"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên \"%s\"->\"%s\" trong nhánh \"%s\" đổi "
3081"tên \"%s\"->\"%s\" trong \"%s\"%s"
3082
3083#: merge-recursive.c:1638
3084msgid " (left unresolved)"
3085msgstr " (cần giải quyết)"
3086
3087#: merge-recursive.c:1699
3088#, c-format
3089msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3090msgstr ""
3091"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên %s->%s trong %s. Đổi tên %s->%s trong %s"
3092
3093#: merge-recursive.c:1734
3094#, c-format
3095msgid "Renaming %s to %s and %s to %s instead"
3096msgstr "Đang đổi tên %s thành %s thay vì %s thành %s"
3097
3098#: merge-recursive.c:1746
3099#, c-format
3100msgid "Refusing to lose untracked file at %s, even though it's in the way."
3101msgstr ""
3102"Từ chối đóng tập tin không được theo dõi tại “%s”, ngay cả khi nó ở trên "
3103"đường."
3104
3105#: merge-recursive.c:1952
3106#, c-format
3107msgid ""
3108"CONFLICT (directory rename split): Unclear where to place %s because "
3109"directory %s was renamed to multiple other directories, with no destination "
3110"getting a majority of the files."
3111msgstr ""
3112"XUNG ĐỘT: (thư mục đổi tên chia tách): Không rõ ràng để đặt địa điểm %s bởi "
3113"vì thư mục %s đã bị đổi tên thành nhiều thư mục khác, với không đích đến "
3114"nhận một phần nhiều của các tập tin."
3115
3116#: merge-recursive.c:1984
3117#, c-format
3118msgid ""
3119"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3120"implicit directory rename(s) putting the following path(s) there: %s."
3121msgstr ""
3122"XUNG ĐỘT: (ngầm đổi tên thư mục): Tập tin/thư mục đã sẵn có tại %s theo cách "
3123"của các đổi tên thư mục ngầm đặt (các) đường dẫn sau ở đây: %s."
3124
3125#: merge-recursive.c:1994
3126#, c-format
3127msgid ""
3128"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3129"implicit directory renames tried to put these paths there: %s"
3130msgstr ""
3131"XUNG ĐỘT: (ngầm đổi tên thư mục): Không thể ánh xạ một đường dẫn thành %s; "
3132"các đổi tên thư mục ngầm cố đặt các đường dẫn ở đây: %s."
3133
3134#: merge-recursive.c:2086
3135#, c-format
3136msgid ""
3137"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3138">%s in %s"
3139msgstr ""
3140"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên thư mục %s->%s trong %s. Đổi tên thư mục "
3141"%s->%s trong %s"
3142
3143#: merge-recursive.c:2331
3144#, c-format
3145msgid ""
3146"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3147"renamed."
3148msgstr ""
3149"CẢNH BÁO: tránh áp dụng %s -> %s đổi thên thành %s, bởi vì bản thân %s cũng "
3150"bị đổi tên."
3151
3152#: merge-recursive.c:2737
3153#, c-format
3154msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
3155msgstr ""
3156"XUNG ĐỘT (đổi-tên/thêm): Đổi tên %s->%s trong %s. %s được thêm vào trong %s"
3157
3158#: merge-recursive.c:2763
3159#, c-format
3160msgid "Adding merged %s"
3161msgstr "Thêm hòa trộn %s"
3162
3163#: merge-recursive.c:2770 merge-recursive.c:3127
3164#, c-format
3165msgid "Adding as %s instead"
3166msgstr "Thay vào đó thêm vào %s"
3167
3168#: merge-recursive.c:2934
3169#, c-format
3170msgid "cannot read object %s"
3171msgstr "không thể đọc đối tượng %s"
3172
3173#: merge-recursive.c:2937
3174#, c-format
3175msgid "object %s is not a blob"
3176msgstr "đối tượng %s không phải là một blob"
3177
3178#: merge-recursive.c:3006
3179msgid "modify"
3180msgstr "sửa đổi"
3181
3182#: merge-recursive.c:3006
3183msgid "modified"
3184msgstr "đã sửa"
3185
3186#: merge-recursive.c:3017
3187msgid "content"
3188msgstr "nội dung"
3189
3190#: merge-recursive.c:3024
3191msgid "add/add"
3192msgstr "thêm/thêm"
3193
3194#: merge-recursive.c:3071
3195#, c-format
3196msgid "Skipped %s (merged same as existing)"
3197msgstr "Đã bỏ qua %s (đã có sẵn lần hòa trộn này)"
3198
3199#: merge-recursive.c:3093 git-submodule.sh:858
3200msgid "submodule"
3201msgstr "mô-đun-con"
3202
3203#: merge-recursive.c:3094
3204#, c-format
3205msgid "CONFLICT (%s): Merge conflict in %s"
3206msgstr "XUNG ĐỘT (%s): Xung đột hòa trộn trong %s"
3207
3208#: merge-recursive.c:3216
3209#, c-format
3210msgid "Removing %s"
3211msgstr "Đang xóa %s"
3212
3213#: merge-recursive.c:3242
3214msgid "file/directory"
3215msgstr "tập-tin/thư-mục"
3216
3217#: merge-recursive.c:3248
3218msgid "directory/file"
3219msgstr "thư-mục/tập-tin"
3220
3221#: merge-recursive.c:3255
3222#, c-format
3223msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3224msgstr ""
3225"XUNG ĐỘT (%s): Ở đây không có thư mục nào có tên %s trong %s. Thêm %s như là "
3226"%s"
3227
3228#: merge-recursive.c:3264
3229#, c-format
3230msgid "Adding %s"
3231msgstr "Thêm \"%s\""
3232
3233#: merge-recursive.c:3300
3234#, c-format
3235msgid ""
3236"Your local changes to the following files would be overwritten by merge:\n"
3237"  %s"
3238msgstr ""
3239"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
3240"hòa trộn:\n"
3241"  %s"
3242
3243#: merge-recursive.c:3311
3244msgid "Already up to date!"
3245msgstr "Đã cập nhật rồi!"
3246
3247#: merge-recursive.c:3320
3248#, c-format
3249msgid "merging of trees %s and %s failed"
3250msgstr "hòa trộn các cây %s và %s gặp lỗi"
3251
3252#: merge-recursive.c:3419
3253msgid "Merging:"
3254msgstr "Đang trộn:"
3255
3256#: merge-recursive.c:3432
3257#, c-format
3258msgid "found %u common ancestor:"
3259msgid_plural "found %u common ancestors:"
3260msgstr[0] "tìm thấy %u tổ tiên chung:"
3261
3262#: merge-recursive.c:3471
3263msgid "merge returned no commit"
3264msgstr "hòa trộn không trả về lần chuyển giao nào"
3265
3266#: merge-recursive.c:3537
3267#, c-format
3268msgid "Could not parse object '%s'"
3269msgstr "Không thể phân tích đối tượng “%s”"
3270
3271#: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:849
3272msgid "Unable to write index."
3273msgstr "Không thể ghi bảng mục lục"
3274
3275#: midx.c:65
3276#, c-format
3277msgid "multi-pack-index file %s is too small"
3278msgstr "tập tin đồ thị multi-pack-index %s quá nhỏ"
3279
3280#: midx.c:81
3281#, c-format
3282msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3283msgstr "chữ ký multi-pack-index 0x%08x không khớp chữ ký 0x%08x"
3284
3285#: midx.c:86
3286#, c-format
3287msgid "multi-pack-index version %d not recognized"
3288msgstr "không nhận ra phiên bản %d của multi-pack-index"
3289
3290#: midx.c:91
3291#, c-format
3292msgid "hash version %u does not match"
3293msgstr "phiên bản băm “%u” không khớp"
3294
3295#: midx.c:105
3296msgid "invalid chunk offset (too large)"
3297msgstr "khoảng bù đoạn không hợp lệ (quá lớn)"
3298
3299#: midx.c:129
3300msgid "terminating multi-pack-index chunk id appears earlier than expected"
3301msgstr "mã mảnh kết thúc multi-pack-index xuất hiện sớm hơn bình thường"
3302
3303#: midx.c:142
3304msgid "multi-pack-index missing required pack-name chunk"
3305msgstr "multi-pack-index thiếu mảnh pack-name cần thiết"
3306
3307#: midx.c:144
3308msgid "multi-pack-index missing required OID fanout chunk"
3309msgstr "multi-pack-index thiếu mảnh OID fanout cần thiết"
3310
3311#: midx.c:146
3312msgid "multi-pack-index missing required OID lookup chunk"
3313msgstr "multi-pack-index thiếu mảnh OID lookup cần thiết"
3314
3315#: midx.c:148
3316msgid "multi-pack-index missing required object offsets chunk"
3317msgstr "multi-pack-index thiếu mảnh các khoảng bù đối tượng cần thiết"
3318
3319#: midx.c:162
3320#, c-format
3321msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3322msgstr "các tên gói multi-pack-index không đúng thứ tự: “%s” trước “%s”"
3323
3324#: midx.c:205
3325#, c-format
3326msgid "bad pack-int-id: %u (%u total packs)"
3327msgstr "pack-int-id sai: %u (%u các gói tổng)"
3328
3329#: midx.c:246
3330msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3331msgstr "multi-pack-index lưu trữ một khoảng bù 64-bít, nhưng off_t là quá nhỏ"
3332
3333#: midx.c:271
3334msgid "error preparing packfile from multi-pack-index"
3335msgstr "lỗi chuẩn bị tập tin gói từ multi-pack-index"
3336
3337#: midx.c:407
3338#, c-format
3339msgid "failed to add packfile '%s'"
3340msgstr "gặp lỗi khi thêm tập tin gói “%s”"
3341
3342#: midx.c:413
3343#, c-format
3344msgid "failed to open pack-index '%s'"
3345msgstr "gặp lỗi khi mở pack-index “%s”"
3346
3347#: midx.c:507
3348#, c-format
3349msgid "failed to locate object %d in packfile"
3350msgstr "gặp lỗi khi phân bổ đối tượng “%d” trong tập tin gói"
3351
3352#: midx.c:943
3353#, c-format
3354msgid "failed to clear multi-pack-index at %s"
3355msgstr "gặp lỗi khi xóa multi-pack-index tại %s"
3356
3357#: midx.c:981
3358#, c-format
3359msgid ""
3360"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3361msgstr "fanout cũ sai thứ tự: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3362
3363#: midx.c:992
3364#, c-format
3365msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3366msgstr "lookup cũ sai thứ tự: oid[%d] = %s >= %s = oid[%d]"
3367
3368#: midx.c:996
3369msgid "Verifying object offsets"
3370msgstr "Đang thẩm tra các khoảng bù đối tượng"
3371
3372#: midx.c:1004
3373#, c-format
3374msgid "failed to load pack entry for oid[%d] = %s"
3375msgstr "gặp lỗi khi tải mục gói cho oid[%d] = %s"
3376
3377#: midx.c:1010
3378#, c-format
3379msgid "failed to load pack-index for packfile %s"
3380msgstr "gặp lỗi khi tải pack-index cho tập tin gói %s"
3381
3382#: midx.c:1019
3383#, c-format
3384msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3385msgstr ""
3386"khoảng bù đối tượng không đúng cho oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3387
3388#: name-hash.c:532
3389#, c-format
3390msgid "unable to create lazy_dir thread: %s"
3391msgstr "không thể tạo tuyến lazy_dir: %s"
3392
3393#: name-hash.c:554
3394#, c-format
3395msgid "unable to create lazy_name thread: %s"
3396msgstr "không thể tạo tuyến lazy_name: %s"
3397
3398#: name-hash.c:560
3399#, c-format
3400msgid "unable to join lazy_name thread: %s"
3401msgstr "không thể gia nhập tuyến lazy_name: %s"
3402
3403#: notes-merge.c:275
3404#, c-format
3405msgid ""
3406"You have not concluded your previous notes merge (%s exists).\n"
3407"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3408"commit/abort the previous merge before you start a new notes merge."
3409msgstr ""
3410"Bạn đã chưa hoàn tất hòa trộn ghi chú trước đây (%s vẫn còn).\n"
3411"Vui lòng dùng “git notes merge --commit” hay “git notes merge --abort” để "
3412"chuyển giao hay bãi bỏ lần hòa trộn trước đây và bắt đầu một hòa trộn ghi "
3413"chú mới."
3414
3415#: notes-merge.c:282
3416#, c-format
3417msgid "You have not concluded your notes merge (%s exists)."
3418msgstr "Bạn chưa kết thúc việc hòa trộn ghi chú (%s vẫn tồn tại)."
3419
3420#: notes-utils.c:45
3421msgid "Cannot commit uninitialized/unreferenced notes tree"
3422msgstr ""
3423"Không thể chuyển giao cây ghi chú chưa được khởi tạo hoặc không được tham "
3424"chiếu"
3425
3426#: notes-utils.c:104
3427#, c-format
3428msgid "Bad notes.rewriteMode value: '%s'"
3429msgstr "Giá trị notes.rewriteMode sai: “%s”"
3430
3431#: notes-utils.c:114
3432#, c-format
3433msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3434msgstr "Từ chối ghi đè ghi chú trong %s (nằm ngoài refs/notes/)"
3435
3436#. TRANSLATORS: The first %s is the name of
3437#. the environment variable, the second %s is
3438#. its value.
3439#.
3440#: notes-utils.c:144
3441#, c-format
3442msgid "Bad %s value: '%s'"
3443msgstr "Giá trị %s sai: “%s”"
3444
3445#: object.c:54
3446#, c-format
3447msgid "invalid object type \"%s\""
3448msgstr "kiểu đối tượng \"%s\" không hợp lệ"
3449
3450#: object.c:173
3451#, c-format
3452msgid "object %s is a %s, not a %s"
3453msgstr "đối tượng %s là một %s, không phải là một %s"
3454
3455#: object.c:233
3456#, c-format
3457msgid "object %s has unknown type id %d"
3458msgstr "đối tượng %s có mã kiểu %d chưa biết"
3459
3460#: object.c:246
3461#, c-format
3462msgid "unable to parse object: %s"
3463msgstr "không thể phân tích đối tượng: “%s”"
3464
3465#: object.c:266 object.c:277
3466#, c-format
3467msgid "sha1 mismatch %s"
3468msgstr "sha1 không khớp %s"
3469
3470#: packfile.c:607
3471msgid "offset before end of packfile (broken .idx?)"
3472msgstr "vị trí tương đối trước điểm kết thúc của tập tin gói (.idx hỏng à?)"
3473
3474#: packfile.c:1864
3475#, c-format
3476msgid "offset before start of pack index for %s (corrupt index?)"
3477msgstr "vị trí tương đối nằm trước chỉ mục gói cho %s (mục lục bị hỏng à?)"
3478
3479#: packfile.c:1868
3480#, c-format
3481msgid "offset beyond end of pack index for %s (truncated index?)"
3482msgstr ""
3483"vị trí tương đối vượt quá cuối của chỉ mục gói cho %s (mục lục bị cắt cụt à?)"
3484
3485#: parse-options.c:672
3486msgid "..."
3487msgstr "…"
3488
3489#: parse-options.c:691
3490#, c-format
3491msgid "usage: %s"
3492msgstr "cách dùng: %s"
3493
3494#. TRANSLATORS: the colon here should align with the
3495#. one in "usage: %s" translation.
3496#.
3497#: parse-options.c:697
3498#, c-format
3499msgid "   or: %s"
3500msgstr "     hoặc: %s"
3501
3502#: parse-options.c:700
3503#, c-format
3504msgid "    %s"
3505msgstr "    %s"
3506
3507#: parse-options.c:739
3508msgid "-NUM"
3509msgstr "-SỐ"
3510
3511#: parse-options-cb.c:37
3512#, c-format
3513msgid "malformed expiration date '%s'"
3514msgstr "ngày tháng hết hạn dị hình “%s”"
3515
3516#: parse-options-cb.c:109
3517#, c-format
3518msgid "malformed object name '%s'"
3519msgstr "tên đối tượng dị hình “%s”"
3520
3521#: path.c:894
3522#, c-format
3523msgid "Could not make %s writable by group"
3524msgstr "Không thể làm %s được ghi bởi nhóm"
3525
3526#: pathspec.c:129
3527msgid "Escape character '\\' not allowed as last character in attr value"
3528msgstr ""
3529"Ký tự thoát chuỗi “\\” không được phép là ký tự cuối trong giá trị thuộc tính"
3530
3531#: pathspec.c:147
3532msgid "Only one 'attr:' specification is allowed."
3533msgstr "chỉ có một đặc tả “attr:” là được phép."
3534
3535#: pathspec.c:150
3536msgid "attr spec must not be empty"
3537msgstr "đặc tả attr phải không được để trống"
3538
3539#: pathspec.c:193
3540#, c-format
3541msgid "invalid attribute name %s"
3542msgstr "tên thuộc tính không hợp lệ %s"
3543
3544#: pathspec.c:258
3545msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3546msgstr ""
3547"các cài đặt đặc tả đường dẫn “glob” và “noglob” toàn cục là xung khắc nhau"
3548
3549#: pathspec.c:265
3550msgid ""
3551"global 'literal' pathspec setting is incompatible with all other global "
3552"pathspec settings"
3553msgstr ""
3554"cài đặt đặc tả đường dẫn “literal” toàn cục là xung khắc với các cài đặt đặc "
3555"tả đường dẫn toàn cục khác"
3556
3557#: pathspec.c:305
3558msgid "invalid parameter for pathspec magic 'prefix'"
3559msgstr "tham số không hợp lệ cho “tiền tố” màu nhiệm đặc tả đường đẫn"
3560
3561#: pathspec.c:326
3562#, c-format
3563msgid "Invalid pathspec magic '%.*s' in '%s'"
3564msgstr "Số màu nhiệm đặc tả đường dẫn không hợp lệ “%.*s” trong “%s”"
3565
3566#: pathspec.c:331
3567#, c-format
3568msgid "Missing ')' at the end of pathspec magic in '%s'"
3569msgstr "Thiếu “)” tại cuối của số màu nhiệm đặc tả đường dẫn trong “%s”"
3570
3571#: pathspec.c:369
3572#, c-format
3573msgid "Unimplemented pathspec magic '%c' in '%s'"
3574msgstr "Chưa viết mã cho số màu nhiệm đặc tả đường dẫn “%c” trong “%s”"
3575
3576#: pathspec.c:428
3577#, c-format
3578msgid "%s: 'literal' and 'glob' are incompatible"
3579msgstr "%s: “literal” và “glob” xung khắc nhau"
3580
3581#: pathspec.c:441
3582#, c-format
3583msgid "%s: '%s' is outside repository"
3584msgstr "%s: “%s” ngoài một kho chứa"
3585
3586#: pathspec.c:515
3587#, c-format
3588msgid "'%s' (mnemonic: '%c')"
3589msgstr "“%s” (mnemonic: “%c”)"
3590
3591#: pathspec.c:525
3592#, c-format
3593msgid "%s: pathspec magic not supported by this command: %s"
3594msgstr "%s: số mầu nhiệm đặc tả đường dẫn chưa được hỗ trợ bởi lệnh này: %s"
3595
3596#: pathspec.c:592
3597#, c-format
3598msgid "pathspec '%s' is beyond a symbolic link"
3599msgstr "đặc tả đường dẫn “%s” vượt ra ngoài liên kết mềm"
3600
3601#: pkt-line.c:104
3602msgid "flush packet write failed"
3603msgstr "gặp lỗi khi ghi vào tập tin gói lúc đẩy dữ liệu lên bộ nhớ"
3604
3605#: pkt-line.c:142 pkt-line.c:228
3606msgid "protocol error: impossibly long line"
3607msgstr "lỗi giao thức: không thể làm được dòng dài"
3608
3609#: pkt-line.c:158 pkt-line.c:160
3610msgid "packet write with format failed"
3611msgstr "gặp lỗi khi ghi gói có định dạng"
3612
3613#: pkt-line.c:192
3614msgid "packet write failed - data exceeds max packet size"
3615msgstr "gặp lỗi khi ghi gói - dữ liệu vượt quá cỡ vói tối đa"
3616
3617#: pkt-line.c:199 pkt-line.c:206
3618msgid "packet write failed"
3619msgstr "gặp lỗi khi ghi gói"
3620
3621#: pkt-line.c:291
3622msgid "read error"
3623msgstr "lỗi đọc"
3624
3625#: pkt-line.c:299
3626msgid "the remote end hung up unexpectedly"
3627msgstr "máy chủ bị treo bất ngờ"
3628
3629#: pkt-line.c:327
3630#, c-format
3631msgid "protocol error: bad line length character: %.4s"
3632msgstr "lỗi giao thức: ký tự chiều dài dòng bị sai: %.4s"
3633
3634#: pkt-line.c:337 pkt-line.c:342
3635#, c-format
3636msgid "protocol error: bad line length %d"
3637msgstr "lỗi giao thức: chiều dài dòng bị sai %d"
3638
3639#: preload-index.c:118
3640msgid "Refreshing index"
3641msgstr "Làm mới bảng mục lục"
3642
3643#: preload-index.c:137
3644#, c-format
3645msgid "unable to create threaded lstat: %s"
3646msgstr "không thể tạo tuyến trình lstat: %s"
3647
3648#: pretty.c:962
3649msgid "unable to parse --pretty format"
3650msgstr "không thể phân tích định dạng --pretty"
3651
3652#: range-diff.c:56
3653msgid "could not start `log`"
3654msgstr "không thể lấy thông tin thống kê về “log“"
3655
3656#: range-diff.c:59
3657msgid "could not read `log` output"
3658msgstr "không thể đọc kết xuất “log”"
3659
3660#: range-diff.c:74 sequencer.c:4764
3661#, c-format
3662msgid "could not parse commit '%s'"
3663msgstr "không thể phân tích lần chuyển giao “%s”"
3664
3665#: range-diff.c:224
3666msgid "failed to generate diff"
3667msgstr "gặp lỗi khi tạo khác biệt"
3668
3669#: range-diff.c:455 range-diff.c:457
3670#, c-format
3671msgid "could not parse log for '%s'"
3672msgstr "không thể phân tích nhật ký cho “%s”"
3673
3674#: read-cache.c:1490
3675msgid "Refresh index"
3676msgstr "Làm tươi mới bảng mục lục"
3677
3678#: read-cache.c:1604
3679#, c-format
3680msgid ""
3681"index.version set, but the value is invalid.\n"
3682"Using version %i"
3683msgstr ""
3684"index.version được đặt, nhưng giá trị của nó lại không hợp lệ.\n"
3685"Dùng phiên bản %i"
3686
3687#: read-cache.c:1614
3688#, c-format
3689msgid ""
3690"GIT_INDEX_VERSION set, but the value is invalid.\n"
3691"Using version %i"
3692msgstr ""
3693"GIT_INDEX_VERSION được đặt, nhưng giá trị của nó lại không hợp lệ.\n"
3694"Dùng phiên bản %i"
3695
3696#: read-cache.c:1792
3697#, c-format
3698msgid "malformed name field in the index, near path '%s'"
3699msgstr "trường tên sai sạng trong mục lục, gần đường dẫn “%s”"
3700
3701#: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:458
3702#: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:585
3703#: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:343
3704#: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:144
3705#: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:329
3706msgid "index file corrupt"
3707msgstr "tập tin ghi bảng mục lục bị hỏng"
3708
3709#: read-cache.c:2101
3710#, c-format
3711msgid "unable to create load_cache_entries thread: %s"
3712msgstr "không thể tạo tuyến load_cache_entries: %s"
3713
3714#: read-cache.c:2114
3715#, c-format
3716msgid "unable to join load_cache_entries thread: %s"
3717msgstr "không thể gia nhập tuyến load_cache_entries: %s"
3718
3719#: read-cache.c:2201
3720#, c-format
3721msgid "unable to create load_index_extensions thread: %s"
3722msgstr "không thể tạo tuyến load_index_extensions: %s"
3723
3724#: read-cache.c:2228
3725#, c-format
3726msgid "unable to join load_index_extensions thread: %s"
3727msgstr "không thể gia nhập tuyến load_index_extensions: %s"
3728
3729#: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:1086
3730#, c-format
3731msgid "could not close '%s'"
3732msgstr "không thể đóng “%s”"
3733
3734#: read-cache.c:3055 sequencer.c:2203 sequencer.c:3592
3735#, c-format
3736msgid "could not stat '%s'"
3737msgstr "không thể lấy thông tin thống kê về “%s”"
3738
3739#: read-cache.c:3068
3740#, c-format
3741msgid "unable to open git dir: %s"
3742msgstr "không thể mở thư mục git: %s"
3743
3744#: read-cache.c:3080
3745#, c-format
3746msgid "unable to unlink: %s"
3747msgstr "không thể bỏ liên kết (unlink): “%s”"
3748
3749#: rebase-interactive.c:10
3750msgid ""
3751"\n"
3752"Commands:\n"
3753"p, pick <commit> = use commit\n"
3754"r, reword <commit> = use commit, but edit the commit message\n"
3755"e, edit <commit> = use commit, but stop for amending\n"
3756"s, squash <commit> = use commit, but meld into previous commit\n"
3757"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
3758"x, exec <command> = run command (the rest of the line) using shell\n"
3759"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
3760"d, drop <commit> = remove commit\n"
3761"l, label <label> = label current HEAD with a name\n"
3762"t, reset <label> = reset HEAD to a label\n"
3763"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
3764".       create a merge commit using the original merge commit's\n"
3765".       message (or the oneline, if no original merge commit was\n"
3766".       specified). Use -c <commit> to reword the commit message.\n"
3767"\n"
3768"These lines can be re-ordered; they are executed from top to bottom.\n"
3769msgstr ""
3770"\n"
3771"Các lệnh:\n"
3772"p, pick <commit> = dùng lần chuyển giao\n"
3773"r, reword <commit> = dùng lần chuyển giao, nhưng sửa lại phần chú thích\n"
3774"e, edit <commit> = dùng lần chuyển giao, nhưng dừng lại để tu bổ (amend)\n"
3775"s, squash <commit> = dùng lần chuyển giao, nhưng meld vào lần chuyển giao kế "
3776"trước\n"
3777"f, fixup <commit> = giống như \"squash\", nhưng loại bỏ chú thích nhật ký "
3778"của lần chuyển giao này\n"
3779"x, exec <commit> = chạy lệnh (phần còn lại của dòng) dùng hệ vỏ\n"
3780"b, break = dừng tại đây (tiếp tục cải tổ sau này bằng “git rebase --"
3781"continue”)\n"
3782"d, drop <commit> = xóa lần chuyển giao\n"
3783"l, label <label> = đánh nhãn HEAD hiện tại bằng một tên\n"
3784"t, reset <label> = đặt lại HEAD thành một nhãn\n"
3785"m, merge [-C <commit> | -c <commit>] <nhãn> [# <một_dòng>]\n"
3786".       tạo một lần chuyển giao hòa trộn sử dụng chú thích của lần chuyển\n"
3787".       giao hòa trộn gốc (hoặc một_dòng, nếu không chỉ định lần chuyển giao "
3788"hòa\n"
3789".       trộn gốc). Dùng -c <commit> để reword chú thích của lần chuyển "
3790"giao.\n"
3791"\n"
3792"Những dòng này có thể đảo ngược thứ tự; chúng chạy từ trên đỉnh xuống dưới "
3793"đáy.\n"
3794
3795#: rebase-interactive.c:31 git-rebase--preserve-merges.sh:173
3796msgid ""
3797"\n"
3798"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
3799msgstr ""
3800"\n"
3801"Đừng xóa bất kỳ dòng nào. Dùng “drop” một cách rõ ràng để xóa bỏ một lần "
3802"chuyển giao.\n"
3803
3804#: rebase-interactive.c:34 git-rebase--preserve-merges.sh:177
3805msgid ""
3806"\n"
3807"If you remove a line here THAT COMMIT WILL BE LOST.\n"
3808msgstr ""
3809"\n"
3810"Nếu bạn xóa bỏ một dòng ở đây thì LẦN CHUYỂN GIAO ĐÓ SẼ MẤT.\n"
3811
3812#: rebase-interactive.c:40 git-rebase--preserve-merges.sh:816
3813msgid ""
3814"\n"
3815"You are editing the todo file of an ongoing interactive rebase.\n"
3816"To continue rebase after editing, run:\n"
3817"    git rebase --continue\n"
3818"\n"
3819msgstr ""
3820"\n"
3821"Bạn đang sửa tập tin todo của một lần cải tổ tương tác đang thực hiện.\n"
3822"Để tiếp tục cải tổ sau khi sửa, chạy:\n"
3823"    git rebase --continue\n"
3824"\n"
3825
3826#: rebase-interactive.c:45 git-rebase--preserve-merges.sh:893
3827msgid ""
3828"\n"
3829"However, if you remove everything, the rebase will be aborted.\n"
3830"\n"
3831msgstr ""
3832"\n"
3833"Tuy nhiên, nếu bạn xóa bỏ mọi thứ, việc cải tổ sẽ bị bãi bỏ.\n"
3834"\n"
3835
3836#: rebase-interactive.c:51 git-rebase--preserve-merges.sh:900
3837msgid "Note that empty commits are commented out"
3838msgstr "Chú ý rằng lần chuyển giao trống rỗng là ghi chú"
3839
3840#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2186
3841#: sequencer.c:4505 sequencer.c:4561 sequencer.c:4836
3842#, c-format
3843msgid "could not read '%s'."
3844msgstr "không thể đọc “%s”."
3845
3846#: refs.c:192
3847#, c-format
3848msgid "%s does not point to a valid object!"
3849msgstr "“%s” không chỉ đến một lần chuyển giao hợp lệ nào cả!"
3850
3851#: refs.c:583
3852#, c-format
3853msgid "ignoring dangling symref %s"
3854msgstr "đang lờ đi tham chiếu mềm thừa %s"
3855
3856#: refs.c:585 ref-filter.c:1951
3857#, c-format
3858msgid "ignoring broken ref %s"
3859msgstr "đang lờ đi tham chiếu hỏng %s"
3860
3861#: refs.c:711
3862#, c-format
3863msgid "could not open '%s' for writing: %s"
3864msgstr "không thể mở “%s” để ghi: %s"
3865
3866#: refs.c:721 refs.c:772
3867#, c-format
3868msgid "could not read ref '%s'"
3869msgstr "không thể đọc tham chiếu “%s”"
3870
3871#: refs.c:727
3872#, c-format
3873msgid "ref '%s' already exists"
3874msgstr "tham chiếu “%s” đã có từ trước rồi"
3875
3876#: refs.c:732
3877#, c-format
3878msgid "unexpected object ID when writing '%s'"
3879msgstr "không cần ID đối tượng khi ghi “%s”"
3880
3881#: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:2636
3882#: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:4788
3883#: wrapper.c:656
3884#, c-format
3885msgid "could not write to '%s'"
3886msgstr "không thể ghi vào “%s”"
3887
3888#: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:395
3889#: builtin/am.c:728
3890#, c-format
3891msgid "could not open '%s' for writing"
3892msgstr "không thể mở “%s” để ghi"
3893
3894#: refs.c:774
3895#, c-format
3896msgid "unexpected object ID when deleting '%s'"
3897msgstr "gặp ID đối tượng không cần khi xóa “%s”"
3898
3899#: refs.c:905
3900#, c-format
3901msgid "log for ref %s has gap after %s"
3902msgstr "Nhật ký cho tham chiếu %s có khoảng trống sau %s"
3903
3904#: refs.c:911
3905#, c-format
3906msgid "log for ref %s unexpectedly ended on %s"
3907msgstr "nhật ký cho tham chiếu %s kết thúc bất ngờ trên %s"
3908
3909#: refs.c:969
3910#, c-format
3911msgid "log for %s is empty"
3912msgstr "nhật ký cho %s trống rỗng"
3913
3914#: refs.c:1061
3915#, c-format
3916msgid "refusing to update ref with bad name '%s'"
3917msgstr "từ chối cập nhật tham chiếu với tên sai “%s”"
3918
3919#: refs.c:1137
3920#, c-format
3921msgid "update_ref failed for ref '%s': %s"
3922msgstr "update_ref bị lỗi cho ref “%s”: %s"
3923
3924#: refs.c:1911
3925#, c-format
3926msgid "multiple updates for ref '%s' not allowed"
3927msgstr "không cho phép đa cập nhật cho tham chiếu “%s”"
3928
3929#: refs.c:1943
3930msgid "ref updates forbidden inside quarantine environment"
3931msgstr "cập nhật tham chiếu bị cấm trong môi trường kiểm tra"
3932
3933#: refs.c:2039 refs.c:2069
3934#, c-format
3935msgid "'%s' exists; cannot create '%s'"
3936msgstr "“%s” sẵn có; không thể tạo “%s”"
3937
3938#: refs.c:2045 refs.c:2080
3939#, c-format
3940msgid "cannot process '%s' and '%s' at the same time"
3941msgstr "Không thể xử lý “%s” và “%s” cùng một lúc"
3942
3943#: refs/files-backend.c:1228
3944#, c-format
3945msgid "could not remove reference %s"
3946msgstr "không thể gỡ bỏ tham chiếu: %s"
3947
3948#: refs/files-backend.c:1242 refs/packed-backend.c:1532
3949#: refs/packed-backend.c:1542
3950#, c-format
3951msgid "could not delete reference %s: %s"
3952msgstr "không thể xóa bỏ tham chiếu %s: %s"
3953
3954#: refs/files-backend.c:1245 refs/packed-backend.c:1545
3955#, c-format
3956msgid "could not delete references: %s"
3957msgstr "không thể xóa bỏ tham chiếu: %s"
3958
3959#: refspec.c:137
3960#, c-format
3961msgid "invalid refspec '%s'"
3962msgstr "refspec không hợp lệ “%s”"
3963
3964#: ref-filter.c:39 wt-status.c:1855
3965msgid "gone"
3966msgstr "đã ra đi"
3967
3968#: ref-filter.c:40
3969#, c-format
3970msgid "ahead %d"
3971msgstr "phía trước %d"
3972
3973#: ref-filter.c:41
3974#, c-format
3975msgid "behind %d"
3976msgstr "đằng sau %d"
3977
3978#: ref-filter.c:42
3979#, c-format
3980msgid "ahead %d, behind %d"
3981msgstr "trước %d, sau %d"
3982
3983#: ref-filter.c:138
3984#, c-format
3985msgid "expected format: %%(color:<color>)"
3986msgstr "cần định dạng: %%(color:<color>)"
3987
3988#: ref-filter.c:140
3989#, c-format
3990msgid "unrecognized color: %%(color:%s)"
3991msgstr "không nhận ra màu: %%(màu:%s)"
3992
3993#: ref-filter.c:162
3994#, c-format
3995msgid "Integer value expected refname:lstrip=%s"
3996msgstr "Giá trị nguyên cần tên tham chiếu:lstrip=%s"
3997
3998#: ref-filter.c:166
3999#, c-format
4000msgid "Integer value expected refname:rstrip=%s"
4001msgstr "Giá trị nguyên cần tên tham chiếu:rstrip=%s"
4002
4003#: ref-filter.c:168
4004#, c-format
4005msgid "unrecognized %%(%s) argument: %s"
4006msgstr "đối số không được thừa nhận %%(%s): %s"
4007
4008#: ref-filter.c:223
4009#, c-format
4010msgid "%%(objecttype) does not take arguments"
4011msgstr "%%(objecttype) không nhận các đối số"
4012
4013#: ref-filter.c:235
4014#, c-format
4015msgid "%%(objectsize) does not take arguments"
4016msgstr "%%(objectsize) không nhận các đối số"
4017
4018#: ref-filter.c:247
4019#, c-format
4020msgid "%%(body) does not take arguments"
4021msgstr "%%(body) không nhận các đối số"
4022
4023#: ref-filter.c:256
4024#, c-format
4025msgid "%%(subject) does not take arguments"
4026msgstr "%%(subject) không nhận các đối số"
4027
4028#: ref-filter.c:278
4029#, c-format
4030msgid "unknown %%(trailers) argument: %s"
4031msgstr "không hiểu tham số %%(trailers): %s"
4032
4033#: ref-filter.c:307
4034#, c-format
4035msgid "positive value expected contents:lines=%s"
4036msgstr "cần nội dung mang giá trị dương:lines=%s"
4037
4038#: ref-filter.c:309
4039#, c-format
4040msgid "unrecognized %%(contents) argument: %s"
4041msgstr "đối số không được thừa nhận %%(contents): %s"
4042
4043#: ref-filter.c:324
4044#, c-format
4045msgid "positive value expected objectname:short=%s"
4046msgstr "cần nội dung mang giá trị dương:shot=%s"
4047
4048#: ref-filter.c:328
4049#, c-format
4050msgid "unrecognized %%(objectname) argument: %s"
4051msgstr "đối số không được thừa nhận %%(objectname): %s"
4052
4053#: ref-filter.c:358
4054#, c-format
4055msgid "expected format: %%(align:<width>,<position>)"
4056msgstr "cần định dạng: %%(align:<width>,<position>)"
4057
4058#: ref-filter.c:370
4059#, c-format
4060msgid "unrecognized position:%s"
4061msgstr "vị trí không được thừa nhận:%s"
4062
4063#: ref-filter.c:377
4064#, c-format
4065msgid "unrecognized width:%s"
4066msgstr "chiều rộng không được thừa nhận:%s"
4067
4068#: ref-filter.c:386
4069#, c-format
4070msgid "unrecognized %%(align) argument: %s"
4071msgstr "đối số không được thừa nhận %%(align): %s"
4072
4073#: ref-filter.c:394
4074#, c-format
4075msgid "positive width expected with the %%(align) atom"
4076msgstr "cần giá trị độ rộng dương với nguyên tử %%(align)"
4077
4078#: ref-filter.c:412
4079#, c-format
4080msgid "unrecognized %%(if) argument: %s"
4081msgstr "đối số không được thừa nhận %%(if): %s"
4082
4083#: ref-filter.c:508
4084#, c-format
4085msgid "malformed field name: %.*s"
4086msgstr "tên trường dị hình: %.*s"
4087
4088#: ref-filter.c:535
4089#, c-format
4090msgid "unknown field name: %.*s"
4091msgstr "không hiểu tên trường: %.*s"
4092
4093#: ref-filter.c:539
4094#, c-format
4095msgid ""
4096"not a git repository, but the field '%.*s' requires access to object data"
4097msgstr ""
4098"không phải là một kho git, nhưng trường “%.*s” yêu cầu truy cập vào dữ liệu "
4099"đối tượng"
4100
4101#: ref-filter.c:663
4102#, c-format
4103msgid "format: %%(if) atom used without a %%(then) atom"
4104msgstr "định dạng: nguyên tử %%(if) được dùng mà không có nguyên tử %%(then)"
4105
4106#: ref-filter.c:726
4107#, c-format
4108msgid "format: %%(then) atom used without an %%(if) atom"
4109msgstr "định dạng: nguyên tử %%(then) được dùng mà không có nguyên tử %%(if)"
4110
4111#: ref-filter.c:728
4112#, c-format
4113msgid "format: %%(then) atom used more than once"
4114msgstr "định dạng: nguyên tử %%(then) được dùng nhiều hơn một lần"
4115
4116#: ref-filter.c:730
4117#, c-format
4118msgid "format: %%(then) atom used after %%(else)"
4119msgstr "định dạng: nguyên tử %%(then) được dùng sau %%(else)"
4120
4121#: ref-filter.c:758
4122#, c-format
4123msgid "format: %%(else) atom used without an %%(if) atom"
4124msgstr "định dạng: nguyên tử %%(else) được dùng mà không có nguyên tử %%(if)"
4125
4126#: ref-filter.c:760
4127#, c-format
4128msgid "format: %%(else) atom used without a %%(then) atom"
4129msgstr "định dạng: nguyên tử %%(else) được dùng mà không có nguyên tử %%(then)"
4130
4131#: ref-filter.c:762
4132#, c-format
4133msgid "format: %%(else) atom used more than once"
4134msgstr "định dạng: nguyên tử %%(else) được dùng nhiều hơn một lần"
4135
4136#: ref-filter.c:777
4137#, c-format
4138msgid "format: %%(end) atom used without corresponding atom"
4139msgstr "định dạng: nguyên tử %%(end) được dùng mà không có nguyên tử tương ứng"
4140
4141#: ref-filter.c:834
4142#, c-format
4143msgid "malformed format string %s"
4144msgstr "chuỗi định dạng dị hình %s"
4145
4146#: ref-filter.c:1424
4147#, c-format
4148msgid "(no branch, rebasing %s)"
4149msgstr "(không nhánh, đang cải tổ %s)"
4150
4151#: ref-filter.c:1427
4152#, c-format
4153msgid "(no branch, rebasing detached HEAD %s)"
4154msgstr "(không nhánh, đang cải tổ HEAD %s đã tách rời)"
4155
4156#: ref-filter.c:1430
4157#, c-format
4158msgid "(no branch, bisect started on %s)"
4159msgstr "(không nhánh, di chuyển nửa bước được bắt đầu tại %s)"
4160
4161#. TRANSLATORS: make sure this matches "HEAD
4162#. detached at " in wt-status.c
4163#.
4164#: ref-filter.c:1438
4165#, c-format
4166msgid "(HEAD detached at %s)"
4167msgstr "(HEAD được tách rời tại %s)"
4168
4169#. TRANSLATORS: make sure this matches "HEAD
4170#. detached from " in wt-status.c
4171#.
4172#: ref-filter.c:1445
4173#, c-format
4174msgid "(HEAD detached from %s)"
4175msgstr "(HEAD được tách rời từ %s)"
4176
4177#: ref-filter.c:1449
4178msgid "(no branch)"
4179msgstr "(không nhánh)"
4180
4181#: ref-filter.c:1483 ref-filter.c:1638
4182#, c-format
4183msgid "missing object %s for %s"
4184msgstr "thiếu đối tượng %s cho %s"
4185
4186#: ref-filter.c:1491
4187#, c-format
4188msgid "parse_object_buffer failed on %s for %s"
4189msgstr "parse_object_buffer gặp lỗi trên %s cho %s"
4190
4191#: ref-filter.c:1857
4192#, c-format
4193msgid "malformed object at '%s'"
4194msgstr "đối tượng dị hình tại “%s”"
4195
4196#: ref-filter.c:1946
4197#, c-format
4198msgid "ignoring ref with broken name %s"
4199msgstr "đang lờ đi tham chiếu với tên hỏng %s"
4200
4201#: ref-filter.c:2232
4202#, c-format
4203msgid "format: %%(end) atom missing"
4204msgstr "định dạng: thiếu nguyên tử %%(end)"
4205
4206#: ref-filter.c:2338
4207#, c-format
4208msgid "malformed object name %s"
4209msgstr "tên đối tượng dị hình %s"
4210
4211#: remote.c:607
4212#, c-format
4213msgid "Cannot fetch both %s and %s to %s"
4214msgstr "Không thể lấy về cả %s và %s cho %s"
4215
4216#: remote.c:611
4217#, c-format
4218msgid "%s usually tracks %s, not %s"
4219msgstr "%s thường theo dõi %s, không phải %s"
4220
4221#: remote.c:615
4222#, c-format
4223msgid "%s tracks both %s and %s"
4224msgstr "%s theo dõi cả %s và %s"
4225
4226#: remote.c:623
4227msgid "Internal error"
4228msgstr "Lỗi nội bộ"
4229
4230#: remote.c:1569 remote.c:1670
4231msgid "HEAD does not point to a branch"
4232msgstr "HEAD không chỉ đến một nhánh nào cả"
4233
4234#: remote.c:1578
4235#, c-format
4236msgid "no such branch: '%s'"
4237msgstr "không có nhánh nào như thế: “%s”"
4238
4239#: remote.c:1581
4240#, c-format
4241msgid "no upstream configured for branch '%s'"
4242msgstr "không có thượng nguồn được cấu hình cho nhánh “%s”"
4243
4244#: remote.c:1587
4245#, c-format
4246msgid "upstream branch '%s' not stored as a remote-tracking branch"
4247msgstr ""
4248"nhánh thượng nguồn “%s” không được lưu lại như là một nhánh theo dõi máy chủ"
4249
4250#: remote.c:1602
4251#, c-format
4252msgid "push destination '%s' on remote '%s' has no local tracking branch"
4253msgstr "đẩy lên đích “%s” trên máy chủ “%s” không có nhánh theo dõi nội bộ"
4254
4255#: remote.c:1614
4256#, c-format
4257msgid "branch '%s' has no remote for pushing"
4258msgstr "nhánh “%s” không có máy chủ để đẩy lên"
4259
4260#: remote.c:1624
4261#, c-format
4262msgid "push refspecs for '%s' do not include '%s'"
4263msgstr "đẩy refspecs cho “%s” không bao gồm “%s”"
4264
4265#: remote.c:1637
4266msgid "push has no destination (push.default is 'nothing')"
4267msgstr "đẩy lên mà không có đích (push.default là “nothing”)"
4268
4269#: remote.c:1659
4270msgid "cannot resolve 'simple' push to a single destination"
4271msgstr "không thể phân giải đẩy “đơn giản” đến một đích đơn"
4272
4273#: remote.c:1935
4274#, c-format
4275msgid "Your branch is based on '%s', but the upstream is gone.\n"
4276msgstr ""
4277"Nhánh của bạn dựa trên cơ sở là “%s”, nhưng trên thượng nguồn không còn.\n"
4278
4279#: remote.c:1939
4280msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
4281msgstr "   (dùng \" git branch --unset-upstream\" để sửa)\n"
4282
4283#: remote.c:1942
4284#, c-format
4285msgid "Your branch is up to date with '%s'.\n"
4286msgstr "Nhánh của bạn đã cập nhật với “%s”.\n"
4287
4288#: remote.c:1946
4289#, c-format
4290msgid "Your branch and '%s' refer to different commits.\n"
4291msgstr "Nhánh của bạn và “%s” tham chiếu đến các lần chuyển giao khác nhau.\n"
4292
4293#: remote.c:1949
4294#, c-format
4295msgid "  (use \"%s\" for details)\n"
4296msgstr "  (dùng \"%s\" để biết thêm chi tiết)\n"
4297
4298#: remote.c:1953
4299#, c-format
4300msgid "Your branch is ahead of '%s' by %d commit.\n"
4301msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4302msgstr[0] "Nhánh của bạn đứng trước “%s” %d lần chuyển giao.\n"
4303
4304#: remote.c:1959
4305msgid "  (use \"git push\" to publish your local commits)\n"
4306msgstr "  (dùng \"git push\" để xuất bản các lần chuyển giao nội bộ của bạn)\n"
4307
4308#: remote.c:1962
4309#, c-format
4310msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4311msgid_plural ""
4312"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
4313msgstr[0] ""
4314"Nhánh của bạn đứng đằng sau “%s” %d lần chuyển giao, và có thể được chuyển-"
4315"tiếp-nhanh.\n"
4316
4317#: remote.c:1970
4318msgid "  (use \"git pull\" to update your local branch)\n"
4319msgstr "  (dùng \"git pull\" để cập nhật nhánh nội bộ của bạn)\n"
4320
4321#: remote.c:1973
4322#, c-format
4323msgid ""
4324"Your branch and '%s' have diverged,\n"
4325"and have %d and %d different commit each, respectively.\n"
4326msgid_plural ""
4327"Your branch and '%s' have diverged,\n"
4328"and have %d and %d different commits each, respectively.\n"
4329msgstr[0] ""
4330"Nhánh của bạn và “%s” bị phân kỳ,\n"
4331"và có %d và %d lần chuyển giao khác nhau cho từng cái,\n"
4332"tương ứng với mỗi lần.\n"
4333
4334#: remote.c:1983
4335msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
4336msgstr ""
4337"  (dùng \"git pull\" để hòa trộn nhánh trên máy chủ vào trong nhánh của "
4338"bạn)\n"
4339
4340#: replace-object.c:21
4341#, c-format
4342msgid "bad replace ref name: %s"
4343msgstr "tên tham chiếu thay thế bị sai: %s"
4344
4345#: replace-object.c:30
4346#, c-format
4347msgid "duplicate replace ref: %s"
4348msgstr "tham chiếu thay thế bị trùng: %s"
4349
4350#: replace-object.c:73
4351#, c-format
4352msgid "replace depth too high for object %s"
4353msgstr "độ sâu thay thế quá cao cho đối tượng %s"
4354
4355#: rerere.c:217 rerere.c:226 rerere.c:229
4356msgid "corrupt MERGE_RR"
4357msgstr "MERGE_RR sai hỏng"
4358
4359#: rerere.c:264 rerere.c:269
4360msgid "unable to write rerere record"
4361msgstr "không thể ghi bản ghi rerere"
4362
4363#: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:3162
4364#, c-format
4365msgid "could not write '%s'"
4366msgstr "không thể ghi “%s”"
4367
4368#: rerere.c:495
4369#, c-format
4370msgid "there were errors while writing '%s' (%s)"
4371msgstr "gặp lỗi đọc khi đang ghi “%s” (%s)"
4372
4373#: rerere.c:498
4374#, c-format
4375msgid "failed to flush '%s'"
4376msgstr "gặp lỗi khi đẩy dữ liệu “%s” lên đĩa"
4377
4378#: rerere.c:503 rerere.c:1039
4379#, c-format
4380msgid "could not parse conflict hunks in '%s'"
4381msgstr "không thể phân tích các mảnh xung đột trong “%s”"
4382
4383#: rerere.c:684
4384#, c-format
4385msgid "failed utime() on '%s'"
4386msgstr "gặp lỗi utime() trên “%s”"
4387
4388#: rerere.c:694
4389#, c-format
4390msgid "writing '%s' failed"
4391msgstr "gặp lỗi khi đang ghi “%s”"
4392
4393#: rerere.c:714
4394#, c-format
4395msgid "Staged '%s' using previous resolution."
4396msgstr "Đã tạm cất “%s” sử dụng cách phân giải kế trước"
4397
4398#: rerere.c:753
4399#, c-format
4400msgid "Recorded resolution for '%s'."
4401msgstr "Cách giải quyết đã ghi lại cho “%s”."
4402
4403#: rerere.c:788
4404#, c-format
4405msgid "Resolved '%s' using previous resolution."
4406msgstr "Đã phân giải giải “%s” sử dụng cách giải quyết kế trước."
4407
4408#: rerere.c:803
4409#, c-format
4410msgid "cannot unlink stray '%s'"
4411msgstr "không thể unlink stray “%s”"
4412
4413#: rerere.c:807
4414#, c-format
4415msgid "Recorded preimage for '%s'"
4416msgstr "preimage đã được ghi lại cho “%s”"
4417
4418#: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:1413
4419#: builtin/submodule--helper.c:1423
4420#, c-format
4421msgid "could not create directory '%s'"
4422msgstr "không thể tạo thư mục “%s”"
4423
4424#: rerere.c:1057
4425#, c-format
4426msgid "failed to update conflicted state in '%s'"
4427msgstr "gặp lỗi khi chạy cập nhật trạng thái bị xung đột trong “%s”"
4428
4429#: rerere.c:1068 rerere.c:1075
4430#, c-format
4431msgid "no remembered resolution for '%s'"
4432msgstr "đừng nhó các giải quyết cho “%s”"
4433
4434#: rerere.c:1077
4435#, c-format
4436msgid "cannot unlink '%s'"
4437msgstr "không thể unlink “%s”"
4438
4439#: rerere.c:1087
4440#, c-format
4441msgid "Updated preimage for '%s'"
4442msgstr "Đã cập nhật preimage cho “%s”"
4443
4444#: rerere.c:1096
4445#, c-format
4446msgid "Forgot resolution for '%s'\n"
4447msgstr "Quên phân giải cho “%s”\n"
4448
4449#: rerere.c:1199
4450msgid "unable to open rr-cache directory"
4451msgstr "không thể mở thư mục rr-cache"
4452
4453#: revision.c:2324
4454msgid "your current branch appears to be broken"
4455msgstr "nhánh hiện tại của bạn có vẻ như bị hỏng"
4456
4457#: revision.c:2327
4458#, c-format
4459msgid "your current branch '%s' does not have any commits yet"
4460msgstr "nhánh hiện tại của bạn “%s” không có một lần chuyển giao nào cả"
4461
4462#: revision.c:2523
4463msgid "--first-parent is incompatible with --bisect"
4464msgstr "--first-parent xung khắc với --bisect"
4465
4466#: run-command.c:740
4467msgid "open /dev/null failed"
4468msgstr "gặp lỗi khi mở “/dev/null”"
4469
4470#: run-command.c:1229
4471#, c-format
4472msgid "cannot create async thread: %s"
4473msgstr "không thể tạo tuyến async: %s"
4474
4475#: run-command.c:1293
4476#, c-format
4477msgid ""
4478"The '%s' hook was ignored because it's not set as executable.\n"
4479"You can disable this warning with `git config advice.ignoredHook false`."
4480msgstr ""
4481"Móc “%s” bị bỏ qua bởi vì nó không thể đặt là thực thi được.\n"
4482"Bạn có thể tắt cảnh báo này bằng “git config advice.ignoredHook false“."
4483
4484#: send-pack.c:142
4485msgid "unexpected flush packet while reading remote unpack status"
4486msgstr ""
4487"gặp gói flush không cần trong khi đọc tình trạng giải nén gói trên máy chủ"
4488
4489#: send-pack.c:144
4490#, c-format
4491msgid "unable to parse remote unpack status: %s"
4492msgstr "không thể phân tích tình trạng unpack máy chủ: %s"
4493
4494#: send-pack.c:146
4495#, c-format
4496msgid "remote unpack failed: %s"
4497msgstr "máy chủ gặp lỗi unpack: %s"
4498
4499#: send-pack.c:308
4500msgid "failed to sign the push certificate"
4501msgstr "gặp lỗi khi ký chứng thực đẩy"
4502
4503#: send-pack.c:421
4504msgid "the receiving end does not support --signed push"
4505msgstr "kết thúc nhận không hỗ trợ đẩy --signed"
4506
4507#: send-pack.c:423
4508msgid ""
4509"not sending a push certificate since the receiving end does not support --"
4510"signed push"
4511msgstr ""
4512"đừng gửi giấy chứng nhận đẩy trước khi kết thúc nhận không hỗ trợ đẩy --"
4513"signed"
4514
4515#: send-pack.c:435
4516msgid "the receiving end does not support --atomic push"
4517msgstr "kết thúc nhận không hỗ trợ đẩy --atomic"
4518
4519#: send-pack.c:440
4520msgid "the receiving end does not support push options"
4521msgstr "kết thúc nhận không hỗ trợ các tùy chọn của lệnh push"
4522
4523#: sequencer.c:183
4524#, c-format
4525msgid "invalid commit message cleanup mode '%s'"
4526msgstr "chế độ dọn dẹp ghi chú các lần chuyển giao không hợp lệ “%s”"
4527
4528#: sequencer.c:287
4529#, c-format
4530msgid "could not delete '%s'"
4531msgstr "không thể xóa bỏ “%s”"
4532
4533#: sequencer.c:313
4534msgid "revert"
4535msgstr "hoàn nguyên"
4536
4537#: sequencer.c:315
4538msgid "cherry-pick"
4539msgstr "cherry-pick"
4540
4541#: sequencer.c:317
4542msgid "rebase -i"
4543msgstr "rebase -i"
4544
4545#: sequencer.c:319
4546#, c-format
4547msgid "unknown action: %d"
4548msgstr "không nhận ra thao tác: %d"
4549
4550#: sequencer.c:376
4551msgid ""
4552"after resolving the conflicts, mark the corrected paths\n"
4553"with 'git add <paths>' or 'git rm <paths>'"
4554msgstr ""
4555"sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"
4556"với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”"
4557
4558#: sequencer.c:379
4559msgid ""
4560"after resolving the conflicts, mark the corrected paths\n"
4561"with 'git add <paths>' or 'git rm <paths>'\n"
4562"and commit the result with 'git commit'"
4563msgstr ""
4564"sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"
4565"với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”\n"
4566"và chuyển giao kết quả bằng lệnh “git commit”"
4567
4568#: sequencer.c:392 sequencer.c:2632
4569#, c-format
4570msgid "could not lock '%s'"
4571msgstr "không thể khóa “%s”"
4572
4573#: sequencer.c:399
4574#, c-format
4575msgid "could not write eol to '%s'"
4576msgstr "không thể ghi eol vào “%s”"
4577
4578#: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:2652
4579#: sequencer.c:2885
4580#, c-format
4581msgid "failed to finalize '%s'"
4582msgstr "gặp lỗi khi hoàn thành “%s”"
4583
4584#: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:2535
4585#: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:746
4586#: builtin/merge.c:1084 builtin/rebase.c:152
4587#, c-format
4588msgid "could not read '%s'"
4589msgstr "Không thể đọc “%s”."
4590
4591#: sequencer.c:453
4592#, c-format
4593msgid "your local changes would be overwritten by %s."
4594msgstr "các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh %s."
4595
4596#: sequencer.c:457
4597msgid "commit your changes or stash them to proceed."
4598msgstr "chuyển giao các thay đổi của bạn hay tạm cất (stash) chúng để xử lý."
4599
4600#: sequencer.c:486
4601#, c-format
4602msgid "%s: fast-forward"
4603msgstr "%s: chuyển-tiếp-nhanh"
4604
4605#. TRANSLATORS: %s will be "revert", "cherry-pick" or
4606#. "rebase -i".
4607#.
4608#: sequencer.c:575
4609#, c-format
4610msgid "%s: Unable to write new index file"
4611msgstr "%s: Không thể ghi tập tin lưu bảng mục lục mới"
4612
4613#: sequencer.c:591
4614msgid "unable to update cache tree"
4615msgstr "không thể cập nhật cây bộ nhớ đệm"
4616
4617#: sequencer.c:604
4618msgid "could not resolve HEAD commit"
4619msgstr "không thể phân giải lần chuyển giao HEAD"
4620
4621#: sequencer.c:684
4622#, c-format
4623msgid "no key present in '%.*s'"
4624msgstr "không có khóa hiện diện trong “%.*s”"
4625
4626#: sequencer.c:695
4627#, c-format
4628msgid "unable to dequote value of '%s'"
4629msgstr "không thể giải trích dẫn giá trị của “%s”"
4630
4631#: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:719
4632#: builtin/am.c:811 builtin/merge.c:1081
4633#, c-format
4634msgid "could not open '%s' for reading"
4635msgstr "không thể mở “%s” để đọc"
4636
4637#: sequencer.c:742
4638msgid "'GIT_AUTHOR_NAME' already given"
4639msgstr "“GIT_AUTHOR_NAME” đã sẵn đưa ra rồi"
4640
4641#: sequencer.c:747
4642msgid "'GIT_AUTHOR_EMAIL' already given"
4643msgstr "“GIT_AUTHOR_EMAIL” đã sẵn đưa ra rồi"
4644
4645#: sequencer.c:752
4646msgid "'GIT_AUTHOR_DATE' already given"
4647msgstr "“GIT_AUTHOR_DATE” đã sẵn đưa ra rồi"
4648
4649#: sequencer.c:756
4650#, c-format
4651msgid "unknown variable '%s'"
4652msgstr "không hiểu biến “%s”"
4653
4654#: sequencer.c:761
4655msgid "missing 'GIT_AUTHOR_NAME'"
4656msgstr "thiếu “GIT_AUTHOR_NAME”"
4657
4658#: sequencer.c:763
4659msgid "missing 'GIT_AUTHOR_EMAIL'"
4660msgstr "thiếu “GIT_AUTHOR_EMAIL”"
4661
4662#: sequencer.c:765
4663msgid "missing 'GIT_AUTHOR_DATE'"
4664msgstr "thiếu “GIT_AUTHOR_DATE”"
4665
4666#: sequencer.c:825
4667#, c-format
4668msgid "invalid date format '%s' in '%s'"
4669msgstr "định dạng ngày tháng không hợp lệ “%s” trong “%s”"
4670
4671#: sequencer.c:842
4672#, c-format
4673msgid ""
4674"you have staged changes in your working tree\n"
4675"If these changes are meant to be squashed into the previous commit, run:\n"
4676"\n"
4677"  git commit --amend %s\n"
4678"\n"
4679"If they are meant to go into a new commit, run:\n"
4680"\n"
4681"  git commit %s\n"
4682"\n"
4683"In both cases, once you're done, continue with:\n"
4684"\n"
4685"  git rebase --continue\n"
4686msgstr ""
4687"bạn có các thay đổi so với trong bệ phóng trong thư mục làm việc của bạn.\n"
4688"Nếu các thay đổi này là muốn squash vào lần chuyển giao kế trước, chạy:\n"
4689"\n"
4690"  git commit --amend %s\n"
4691"\n"
4692"Nếu chúng có ý là đi đến lần chuyển giao mới, thì chạy:\n"
4693"\n"
4694"  git commit %s\n"
4695"\n"
4696"Trong cả hai trường hợp, một khi bạn làm xong, tiếp tục bằng:\n"
4697"\n"
4698"  git rebase --continue\n"
4699
4700#: sequencer.c:935
4701msgid "writing root commit"
4702msgstr "ghi chuyển giao gốc"
4703
4704#: sequencer.c:1142
4705msgid "'prepare-commit-msg' hook failed"
4706msgstr "móc “prepare-commit-msg” bị lỗi"
4707
4708#: sequencer.c:1149
4709msgid ""
4710"Your name and email address were configured automatically based\n"
4711"on your username and hostname. Please check that they are accurate.\n"
4712"You can suppress this message by setting them explicitly. Run the\n"
4713"following command and follow the instructions in your editor to edit\n"
4714"your configuration file:\n"
4715"\n"
4716"    git config --global --edit\n"
4717"\n"
4718"After doing this, you may fix the identity used for this commit with:\n"
4719"\n"
4720"    git commit --amend --reset-author\n"
4721msgstr ""
4722"Tên và địa chỉ thư điện tử của bạn được cấu hình một cách tự động trên cơ "
4723"sở\n"
4724"tài khoản và địa chỉ máy chủ của bạn. Xin hãy kiểm tra xem chúng có chính "
4725"xác không.\n"
4726"Bạn có thể chặn những thông báo kiểu này bằng cách cài đặt các thông tin "
4727"trên\n"
4728"một cách rõ ràng. Chạy lệnh sau đây là theo các hướng dẫn trong bộ soạn "
4729"thảo\n"
4730"để chỉnh sửa tập tin cấu hình của mình:\n"
4731"\n"
4732"    git config --global --edit\n"
4733"\n"
4734"Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho\n"
4735"lần chuyển giao này với lệnh:\n"
4736"\n"
4737"    git commit --amend --reset-author\n"
4738
4739#: sequencer.c:1162
4740msgid ""
4741"Your name and email address were configured automatically based\n"
4742"on your username and hostname. Please check that they are accurate.\n"
4743"You can suppress this message by setting them explicitly:\n"
4744"\n"
4745"    git config --global user.name \"Your Name\"\n"
4746"    git config --global user.email you@example.com\n"
4747"\n"
4748"After doing this, you may fix the identity used for this commit with:\n"
4749"\n"
4750"    git commit --amend --reset-author\n"
4751msgstr ""
4752"Tên và địa chỉ thư điện tử của bạn được cấu hình một cách tự động trên cơ "
4753"sở\n"
4754"tài khoản và địa chỉ máy chủ của bạn. Xin hãy kiểm tra xem chúng có chính "
4755"xác không.\n"
4756"Bạn có thể chặn những thông báo kiểu này bằng cách cài đặt các thông tin "
4757"trên một cách rõ ràng:\n"
4758"\n"
4759"    git config --global user.name \"Tên của bạn\"\n"
4760"    git config --global user.email you@example.com\n"
4761"\n"
4762"Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho lần "
4763"chuyển giao này với lệnh:\n"
4764"\n"
4765"    git commit --amend --reset-author\n"
4766
4767#: sequencer.c:1202
4768msgid "couldn't look up newly created commit"
4769msgstr "không thể tìm thấy lần chuyển giao mới hơn đã được tạo"
4770
4771#: sequencer.c:1204
4772msgid "could not parse newly created commit"
4773msgstr ""
4774"không thể phân tích cú pháp của đối tượng chuyển giao mới hơn đã được tạo"
4775
4776#: sequencer.c:1250
4777msgid "unable to resolve HEAD after creating commit"
4778msgstr "không thể phân giải HEAD sau khi tạo lần chuyển giao"
4779
4780#: sequencer.c:1252
4781msgid "detached HEAD"
4782msgstr "đã rời khỏi HEAD"
4783
4784#: sequencer.c:1256
4785msgid " (root-commit)"
4786msgstr " (root-commit)"
4787
4788#: sequencer.c:1277
4789msgid "could not parse HEAD"
4790msgstr "không thể phân tích HEAD"
4791
4792#: sequencer.c:1279
4793#, c-format
4794msgid "HEAD %s is not a commit!"
4795msgstr "HEAD %s không phải là một lần chuyển giao!"
4796
4797#: sequencer.c:1283 builtin/commit.c:1543
4798msgid "could not parse HEAD commit"
4799msgstr "không thể phân tích commit (lần chuyển giao) HEAD"
4800
4801#: sequencer.c:1334 sequencer.c:1934
4802msgid "unable to parse commit author"
4803msgstr "không thể phân tích tác giả của lần chuyển giao"
4804
4805#: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:677
4806msgid "git write-tree failed to write a tree"
4807msgstr "lệnh git write-tree gặp lỗi khi ghi một cây"
4808
4809#: sequencer.c:1361 sequencer.c:1416
4810#, c-format
4811msgid "unable to read commit message from '%s'"
4812msgstr "không thể đọc phần chú thích (message) từ “%s”"
4813
4814#: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:858
4815#: builtin/merge.c:883
4816msgid "failed to write commit object"
4817msgstr "gặp lỗi khi ghi đối tượng chuyển giao"
4818
4819#: sequencer.c:1443
4820#, c-format
4821msgid "could not parse commit %s"
4822msgstr "không thể phân tích lần chuyển giao %s"
4823
4824#: sequencer.c:1448
4825#, c-format
4826msgid "could not parse parent commit %s"
4827msgstr "không thể phân tích lần chuyển giao cha mẹ “%s”"
4828
4829#: sequencer.c:1546 sequencer.c:1654
4830#, c-format
4831msgid "unknown command: %d"
4832msgstr "không hiểu câu lệnh %d"
4833
4834#: sequencer.c:1601 sequencer.c:1626
4835#, c-format
4836msgid "This is a combination of %d commits."
4837msgstr "Đây là tổ hợp của %d lần chuyển giao."
4838
4839#: sequencer.c:1611 sequencer.c:4744
4840msgid "need a HEAD to fixup"
4841msgstr "cần một HEAD để sửa"
4842
4843#: sequencer.c:1613 sequencer.c:2912
4844msgid "could not read HEAD"
4845msgstr "không thể đọc HEAD"
4846
4847#: sequencer.c:1615
4848msgid "could not read HEAD's commit message"
4849msgstr "không thể đọc phần chú thích (message) của HEAD"
4850
4851#: sequencer.c:1621
4852#, c-format
4853msgid "cannot write '%s'"
4854msgstr "không thể ghi “%s”"
4855
4856#: sequencer.c:1628 git-rebase--preserve-merges.sh:441
4857msgid "This is the 1st commit message:"
4858msgstr "Đây là chú thích cho lần chuyển giao thứ nhất:"
4859
4860#: sequencer.c:1636
4861#, c-format
4862msgid "could not read commit message of %s"
4863msgstr "không thể đọc phần chú thích (message) của %s"
4864
4865#: sequencer.c:1643
4866#, c-format
4867msgid "This is the commit message #%d:"
4868msgstr "Đây là chú thích cho lần chuyển giao thứ #%d:"
4869
4870#: sequencer.c:1649
4871#, c-format
4872msgid "The commit message #%d will be skipped:"
4873msgstr "Chú thích cho lần chuyển giao thứ #%d sẽ bị bỏ qua:"
4874
4875#: sequencer.c:1732
4876msgid "your index file is unmerged."
4877msgstr "tập tin lưu mục lục của bạn không được hòa trộn."
4878
4879#: sequencer.c:1739
4880msgid "cannot fixup root commit"
4881msgstr "không thể sửa chữa lần chuyển giao gốc"
4882
4883#: sequencer.c:1758
4884#, c-format
4885msgid "commit %s is a merge but no -m option was given."
4886msgstr "lần chuyển giao %s là một lần hòa trộn nhưng không đưa ra tùy chọn -m."
4887
4888#: sequencer.c:1766
4889#, c-format
4890msgid "commit %s does not have parent %d"
4891msgstr "lần chuyển giao %s không có cha mẹ %d"
4892
4893#: sequencer.c:1770
4894#, c-format
4895msgid "mainline was specified but commit %s is not a merge."
4896msgstr ""
4897"luồng chính đã được chỉ ra nhưng lần chuyển giao %s không phải là một lần "
4898"hòa trộn."
4899
4900#: sequencer.c:1776
4901#, c-format
4902msgid "cannot get commit message for %s"
4903msgstr "không thể lấy ghi chú lần chuyển giao cho %s"
4904
4905#. TRANSLATORS: The first %s will be a "todo" command like
4906#. "revert" or "pick", the second %s a SHA1.
4907#: sequencer.c:1795
4908#, c-format
4909msgid "%s: cannot parse parent commit %s"
4910msgstr "%s: không thể phân tích lần chuyển giao mẹ của %s"
4911
4912#: sequencer.c:1860
4913#, c-format
4914msgid "could not rename '%s' to '%s'"
4915msgstr "không thể đổi tên “%s” thành “%s”"
4916
4917#: sequencer.c:1915
4918#, c-format
4919msgid "could not revert %s... %s"
4920msgstr "không thể hoàn nguyên %s… %s"
4921
4922#: sequencer.c:1916
4923#, c-format
4924msgid "could not apply %s... %s"
4925msgstr "không thể áp dụng miếng vá %s… %s"
4926
4927#: sequencer.c:1974
4928#, c-format
4929msgid "git %s: failed to read the index"
4930msgstr "git %s: gặp lỗi đọc bảng mục lục"
4931
4932#: sequencer.c:1981
4933#, c-format
4934msgid "git %s: failed to refresh the index"
4935msgstr "git %s: gặp lỗi khi làm tươi mới bảng mục lục"
4936
4937#: sequencer.c:2062
4938#, c-format
4939msgid "%s does not accept arguments: '%s'"
4940msgstr "%s không nhận các đối số: “%s”"
4941
4942#: sequencer.c:2071
4943#, c-format
4944msgid "missing arguments for %s"
4945msgstr "thiếu đối số cho %s"
4946
4947#: sequencer.c:2130
4948#, c-format
4949msgid "invalid line %d: %.*s"
4950msgstr "dòng không hợp lệ %d: %.*s"
4951
4952#: sequencer.c:2138
4953#, c-format
4954msgid "cannot '%s' without a previous commit"
4955msgstr "không thể “%s” thể mà không có lần chuyển giao kế trước"
4956
4957#: sequencer.c:2209
4958msgid "please fix this using 'git rebase --edit-todo'."
4959msgstr "vui lòng sửa lỗi này bằng cách dùng “git rebase --edit-todo”."
4960
4961#: sequencer.c:2211
4962#, c-format
4963msgid "unusable instruction sheet: '%s'"
4964msgstr "bảng chỉ thị không thể dùng được: %s"
4965
4966#: sequencer.c:2216
4967msgid "no commits parsed."
4968msgstr "không có lần chuyển giao nào được phân tích."
4969
4970#: sequencer.c:2227
4971msgid "cannot cherry-pick during a revert."
4972msgstr "không thể cherry-pick trong khi hoàn nguyên."
4973
4974#: sequencer.c:2229
4975msgid "cannot revert during a cherry-pick."
4976msgstr "không thể thực hiện việc hoàn nguyên trong khi đang cherry-pick."
4977
4978#: sequencer.c:2299
4979#, c-format
4980msgid "invalid value for %s: %s"
4981msgstr "giá trị cho %s không hợp lệ: %s"
4982
4983#: sequencer.c:2380
4984msgid "unusable squash-onto"
4985msgstr "squash-onto không dùng được"
4986
4987#: sequencer.c:2396
4988#, c-format
4989msgid "malformed options sheet: '%s'"
4990msgstr "bảng tùy chọn dị hình: “%s”"
4991
4992#: sequencer.c:2479 sequencer.c:4005
4993msgid "empty commit set passed"
4994msgstr "lần chuyển giao trống rỗng đặt là hợp quy cách"
4995
4996#: sequencer.c:2487
4997msgid "a cherry-pick or revert is already in progress"
4998msgstr "có một thao tác “cherry-pick” hoặc “revert” đang được thực hiện"
4999
5000#: sequencer.c:2488
5001msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5002msgstr "hãy thử \"git cherry-pick (--continue | --quit | --abort)\""
5003
5004#: sequencer.c:2491
5005#, c-format
5006msgid "could not create sequencer directory '%s'"
5007msgstr "không thể tạo thư mục xếp dãy “%s”"
5008
5009#: sequencer.c:2505
5010msgid "could not lock HEAD"
5011msgstr "không thể khóa HEAD"
5012
5013#: sequencer.c:2560 sequencer.c:3761
5014msgid "no cherry-pick or revert in progress"
5015msgstr "không cherry-pick hay hoàn nguyên trong tiến trình"
5016
5017#: sequencer.c:2562
5018msgid "cannot resolve HEAD"
5019msgstr "không thể phân giải HEAD"
5020
5021#: sequencer.c:2564 sequencer.c:2599
5022msgid "cannot abort from a branch yet to be born"
5023msgstr "không thể hủy bỏ từ một nhánh mà nó còn chưa được tạo ra"
5024
5025#: sequencer.c:2585 builtin/grep.c:721
5026#, c-format
5027msgid "cannot open '%s'"
5028msgstr "không mở được “%s”"
5029
5030#: sequencer.c:2587
5031#, c-format
5032msgid "cannot read '%s': %s"
5033msgstr "không thể đọc “%s”: %s"
5034
5035#: sequencer.c:2588
5036msgid "unexpected end of file"
5037msgstr "gặp kết thúc tập tin đột xuất"
5038
5039#: sequencer.c:2594
5040#, c-format
5041msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5042msgstr "tập tin HEAD “pre-cherry-pick” đã lưu “%s” bị hỏng"
5043
5044#: sequencer.c:2605
5045msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5046msgstr ""
5047"Bạn có lẽ đã có HEAD đã bị di chuyển đi, Không thể tua, kiểm tra HEAD của "
5048"bạn!"
5049
5050#: sequencer.c:2709 sequencer.c:3679
5051#, c-format
5052msgid "could not update %s"
5053msgstr "không thể cập nhật %s"
5054
5055#: sequencer.c:2747 sequencer.c:3659
5056msgid "cannot read HEAD"
5057msgstr "không thể đọc HEAD"
5058
5059#: sequencer.c:2762
5060#, c-format
5061msgid "unable to copy '%s' to '%s'"
5062msgstr "không thể chép “%s” sang “%s”"
5063
5064#: sequencer.c:2770
5065#, c-format
5066msgid ""
5067"You can amend the commit now, with\n"
5068"\n"
5069"  git commit --amend %s\n"
5070"\n"
5071"Once you are satisfied with your changes, run\n"
5072"\n"
5073"  git rebase --continue\n"
5074msgstr ""
5075"Bạn có thể tu bổ lần chuyển giao ngay bây giờ bằng:\n"
5076"\n"
5077"  git commit --amend %s\n"
5078"\n"
5079"Một khi đã hài lòng với những thay đổi của mình, thì chạy:\n"
5080"\n"
5081"  git rebase --continue\n"
5082
5083#: sequencer.c:2780
5084#, c-format
5085msgid "Could not apply %s... %.*s"
5086msgstr "Không thể áp dụng %s… %.*s"
5087
5088#: sequencer.c:2787
5089#, c-format
5090msgid "Could not merge %.*s"
5091msgstr "Không hòa trộn %.*s"
5092
5093#: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:640
5094#, c-format
5095msgid "could not copy '%s' to '%s'"
5096msgstr "không thể chép “%s” sang “%s”"
5097
5098#: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:1000
5099#: builtin/rebase.c:1351 builtin/rebase.c:1405
5100msgid "could not read index"
5101msgstr "không thể đọc bảng mục lục"
5102
5103#: sequencer.c:2829
5104#, c-format
5105msgid ""
5106"execution failed: %s\n"
5107"%sYou can fix the problem, and then run\n"
5108"\n"
5109"  git rebase --continue\n"
5110"\n"
5111msgstr ""
5112"thực thi gặp lỗi: %s\n"
5113"%sBạn có thể sửa các trục trặc, và sau đó chạy lệnh\n"
5114"\n"
5115"  git rebase --continue\n"
5116"\n"
5117
5118#: sequencer.c:2835
5119msgid "and made changes to the index and/or the working tree\n"
5120msgstr "và tạo các thay đổi bảng mục lục và/hay cây làm việc\n"
5121
5122#: sequencer.c:2841
5123#, c-format
5124msgid ""
5125"execution succeeded: %s\n"
5126"but left changes to the index and/or the working tree\n"
5127"Commit or stash your changes, and then run\n"
5128"\n"
5129"  git rebase --continue\n"
5130"\n"
5131msgstr ""
5132"thực thi thành công: %s\n"
5133"nhưng còn các thay đổi trong mục lục và/hoặc cây làm việc\n"
5134"Chuyển giao hay tạm cất các thay đổi này đi, rồi chạy\n"
5135"\n"
5136"  git rebase --continue\n"
5137"\n"
5138
5139#: sequencer.c:2902
5140#, c-format
5141msgid "illegal label name: '%.*s'"
5142msgstr "tên nhãn dị hình: “%.*s”"
5143
5144#: sequencer.c:2954
5145msgid "writing fake root commit"
5146msgstr "ghi lần chuyển giao gốc giả"
5147
5148#: sequencer.c:2959
5149msgid "writing squash-onto"
5150msgstr "đang ghi squash-onto"
5151
5152#: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:591
5153#, c-format
5154msgid "failed to find tree of %s"
5155msgstr "gặp lỗi khi tìm cây của %s"
5156
5157#: sequencer.c:3015 builtin/rebase.c:604
5158msgid "could not write index"
5159msgstr "không thể ghi bảng mục lục"
5160
5161#: sequencer.c:3042
5162#, c-format
5163msgid "could not resolve '%s'"
5164msgstr "không thể phân giải “%s”"
5165
5166#: sequencer.c:3068
5167msgid "cannot merge without a current revision"
5168msgstr "không thể hòa trộn mà không có một điểm xét duyệt hiện tại"
5169
5170#: sequencer.c:3090
5171#, c-format
5172msgid "unable to parse '%.*s'"
5173msgstr "không thể phân tích “%.*s”"
5174
5175#: sequencer.c:3099
5176#, c-format
5177msgid "nothing to merge: '%.*s'"
5178msgstr "chẳng có gì để hòa trộn: “%.*s”"
5179
5180#: sequencer.c:3111
5181msgid "octopus merge cannot be executed on top of a [new root]"
5182msgstr "hòa trộn octopus không thể được thực thi trên đỉnh của một [new root]"
5183
5184#: sequencer.c:3126
5185#, c-format
5186msgid "could not get commit message of '%s'"
5187msgstr "không thể lấy chú thích của lần chuyển giao của “%s”"
5188
5189#: sequencer.c:3274
5190#, c-format
5191msgid "could not even attempt to merge '%.*s'"
5192msgstr "không thể ngay cả khi thử hòa trộn “%.*s”"
5193
5194#: sequencer.c:3290
5195msgid "merge: Unable to write new index file"
5196msgstr "merge: Không thể ghi tập tin lưu bảng mục lục mới"
5197
5198#: sequencer.c:3358 builtin/rebase.c:268
5199#, c-format
5200msgid "Applied autostash.\n"
5201msgstr "Đã áp dụng autostash.\n"
5202
5203#: sequencer.c:3370
5204#, c-format
5205msgid "cannot store %s"
5206msgstr "không thử lưu “%s”"
5207
5208#: sequencer.c:3373 builtin/rebase.c:284
5209#, c-format
5210msgid ""
5211"Applying autostash resulted in conflicts.\n"
5212"Your changes are safe in the stash.\n"
5213"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5214msgstr ""
5215"Áp dụng autostash có hiệu quả trong các xung đột.\n"
5216"Các thay đổi của bạn an toàn trong stash (tạm cất đi).\n"
5217"Bạn có thể chạy lệnh \"git stash pop\" hay \"git stash drop\" bất kỳ lúc "
5218"nào.\n"
5219
5220#: sequencer.c:3427
5221#, c-format
5222msgid "could not checkout %s"
5223msgstr "không thể lấy ra %s"
5224
5225#: sequencer.c:3441
5226#, c-format
5227msgid "%s: not a valid OID"
5228msgstr "%s không phải là một OID hợp lệ"
5229
5230#: sequencer.c:3446 git-rebase--preserve-merges.sh:724
5231msgid "could not detach HEAD"
5232msgstr "không thể tách rời HEAD"
5233
5234#: sequencer.c:3461
5235#, c-format
5236msgid "Stopped at HEAD\n"
5237msgstr "Dừng lại ở HEAD\n"
5238
5239#: sequencer.c:3463
5240#, c-format
5241msgid "Stopped at %s\n"
5242msgstr "Dừng lại ở %s\n"
5243
5244#: sequencer.c:3471
5245#, c-format
5246msgid ""
5247"Could not execute the todo command\n"
5248"\n"
5249"    %.*s\n"
5250"It has been rescheduled; To edit the command before continuing, please\n"
5251"edit the todo list first:\n"
5252"\n"
5253"    git rebase --edit-todo\n"
5254"    git rebase --continue\n"
5255msgstr ""
5256"Không thể thực thi lệnh todo\n"
5257"\n"
5258"    %.*s\n"
5259"Nó đã được lên lịch lại: Để sửa lệnh trước khi tiếp tục, vui lòng\n"
5260"sửa danh sách todo trước:\n"
5261"\n"
5262"    git rebase --edit-todo\n"
5263"    git rebase --continue\n"
5264
5265#: sequencer.c:3543
5266#, c-format
5267msgid "Stopped at %s...  %.*s\n"
5268msgstr "Dừng lại ở %s…  %.*s\n"
5269
5270#: sequencer.c:3622
5271#, c-format
5272msgid "unknown command %d"
5273msgstr "không hiểu câu lệnh %d"
5274
5275#: sequencer.c:3667
5276msgid "could not read orig-head"
5277msgstr "không thể đọc orig-head"
5278
5279#: sequencer.c:3672 sequencer.c:4741
5280msgid "could not read 'onto'"
5281msgstr "không thể đọc “onto”."
5282
5283#: sequencer.c:3686
5284#, c-format
5285msgid "could not update HEAD to %s"
5286msgstr "không thể cập nhật HEAD thành %s"
5287
5288#: sequencer.c:3772
5289msgid "cannot rebase: You have unstaged changes."
5290msgstr "không thể cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."
5291
5292#: sequencer.c:3781
5293msgid "cannot amend non-existing commit"
5294msgstr "không thể tu bỏ một lần chuyển giao không tồn tại"
5295
5296#: sequencer.c:3783
5297#, c-format
5298msgid "invalid file: '%s'"
5299msgstr "tập tin không hợp lệ: “%s”"
5300
5301#: sequencer.c:3785
5302#, c-format
5303msgid "invalid contents: '%s'"
5304msgstr "nội dung không hợp lệ: “%s”"
5305
5306#: sequencer.c:3788
5307msgid ""
5308"\n"
5309"You have uncommitted changes in your working tree. Please, commit them\n"
5310"first and then run 'git rebase --continue' again."
5311msgstr ""
5312"\n"
5313"Bạn có các thay đổi chưa chuyển giao trong thư mục làm việc. Vui lòng\n"
5314"chuyển giao chúng trước và sau đó chạy lệnh “git rebase --continue” lần nữa."
5315
5316#: sequencer.c:3824 sequencer.c:3862
5317#, c-format
5318msgid "could not write file: '%s'"
5319msgstr "không thể ghi tập tin: “%s”"
5320
5321#: sequencer.c:3877
5322msgid "could not remove CHERRY_PICK_HEAD"
5323msgstr "không thể xóa bỏ CHERRY_PICK_HEAD"
5324
5325#: sequencer.c:3884
5326msgid "could not commit staged changes."
5327msgstr "không thể chuyển giao các thay đổi đã đưa lên bệ phóng."
5328
5329#: sequencer.c:3982
5330#, c-format
5331msgid "%s: can't cherry-pick a %s"
5332msgstr "%s: không thể cherry-pick một %s"
5333
5334#: sequencer.c:3986
5335#, c-format
5336msgid "%s: bad revision"
5337msgstr "%s: điểm xét duyệt sai"
5338
5339#: sequencer.c:4021
5340msgid "can't revert as initial commit"
5341msgstr "không thể hoàn nguyên một lần chuyển giao khởi tạo"
5342
5343#: sequencer.c:4466
5344msgid "make_script: unhandled options"
5345msgstr "make_script: các tùy chọn được không xử lý"
5346
5347#: sequencer.c:4469
5348msgid "make_script: error preparing revisions"
5349msgstr "make_script: lỗi chuẩn bị điểm hiệu chỉnh"
5350
5351#: sequencer.c:4509 sequencer.c:4565 sequencer.c:4840
5352#, c-format
5353msgid "unusable todo list: '%s'"
5354msgstr "danh sách cần làm không dùng được: “%s”"
5355
5356#: sequencer.c:4620
5357#, c-format
5358msgid ""
5359"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5360msgstr ""
5361"không nhận ra cài đặt %s cho tùy chọn rebase.missingCommitsCheck. Nên bỏ qua."
5362
5363#: sequencer.c:4690
5364#, c-format
5365msgid ""
5366"Warning: some commits may have been dropped accidentally.\n"
5367"Dropped commits (newer to older):\n"
5368msgstr ""
5369"Cảnh báo: một số lần chuyển giao có lẽ đã bị xóa một cách tình cờ.\n"
5370"Các lần chuyển giao bị xóa (từ mới đến cũ):\n"
5371
5372#: sequencer.c:4697
5373#, c-format
5374msgid ""
5375"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5376"\n"
5377"Use 'git config rebase.missingCommitsCheck' to change the level of "
5378"warnings.\n"
5379"The possible behaviours are: ignore, warn, error.\n"
5380"\n"
5381msgstr ""
5382"Để tránh thông báo này, dùng \"drop\" một cách rõ ràng để xóa bỏ một lần "
5383"chuyển giao.\n"
5384"\n"
5385"Dùng “git config rebase.missingCommitsCheck” để thay đổi mức độ của cảnh "
5386"báo.\n"
5387"Cánh ứng xử có thể là: ignore, warn, error.\n"
5388"\n"
5389
5390#: sequencer.c:4710
5391#, c-format
5392msgid ""
5393"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5394"continue'.\n"
5395"Or you can abort the rebase with 'git rebase --abort'.\n"
5396msgstr ""
5397"Bạn có thể sửa nó bằng “git rebase --edit-todo” và sau đó chạy “git rebase --"
5398"continue”.\n"
5399"Hoặc là bạn có thể bãi bỏ việc cải tổ bằng “git rebase --abort”.\n"
5400
5401#: sequencer.c:4848 sequencer.c:4886
5402msgid "nothing to do"
5403msgstr "không có gì để làm"
5404
5405#: sequencer.c:4852
5406#, c-format
5407msgid "Rebase %s onto %s (%d command)"
5408msgid_plural "Rebase %s onto %s (%d commands)"
5409msgstr[0] "Cải tổ %s vào %s (%d lệnh )"
5410
5411#: sequencer.c:4864
5412#, c-format
5413msgid "could not copy '%s' to '%s'."
5414msgstr "không thể chép “%s” sang “%s”."
5415
5416#: sequencer.c:4868 sequencer.c:4897
5417msgid "could not transform the todo list"
5418msgstr "không thể chuyển dạng danh sách cần làm"
5419
5420#: sequencer.c:4900
5421msgid "could not skip unnecessary pick commands"
5422msgstr "không thể bỏ qua các lệnh cậy (pick) không cần thiết"
5423
5424#: sequencer.c:4983
5425msgid "the script was already rearranged."
5426msgstr "văn lệnh đã sẵn được sắp đặt rồi."
5427
5428#: setup.c:123
5429#, c-format
5430msgid "'%s' is outside repository"
5431msgstr "“%s” ở ngoài một kho chứa"
5432
5433#: setup.c:172
5434#, c-format
5435msgid ""
5436"%s: no such path in the working tree.\n"
5437"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
5438msgstr ""
5439"%s: không có đường dẫn nào như thế ở trong cây làm việc.\n"
5440"Dùng “git <lệnh> -- <đường/dẫn>…” để chỉ định đường dẫn mà nó không tồn tại "
5441"một cách nội bộ."
5442
5443#: setup.c:185
5444#, c-format
5445msgid ""
5446"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
5447"Use '--' to separate paths from revisions, like this:\n"
5448"'git <command> [<revision>...] -- [<file>...]'"
5449msgstr ""
5450"tham số chưa rõ ràng “%s”: chưa biết điểm xem xét hay đường dẫn không trong "
5451"cây làm việc.\n"
5452"Dùng “--” để ngăn cách các đường dẫn khỏi điểm xem xét, như thế này:\n"
5453"“git <lệnh> [<điểm xem xét>…] -- [<tập tin>…]”"
5454
5455#: setup.c:234
5456#, c-format
5457msgid "option '%s' must come before non-option arguments"
5458msgstr "tùy chọn “%s” phải trước các đối số đầu tiên không có tùy chọn"
5459
5460#: setup.c:253
5461#, c-format
5462msgid ""
5463"ambiguous argument '%s': both revision and filename\n"
5464"Use '--' to separate paths from revisions, like this:\n"
5465"'git <command> [<revision>...] -- [<file>...]'"
5466msgstr ""
5467"tham số chưa rõ ràng “%s”: cả điểm xem xét và tên tập tin.\n"
5468"Dùng “--” để ngăn cách các đường dẫn khỏi điểm xem xét, như thế này:\n"
5469"“git <lệnh> [<điểm xem xét>…] -- [<tập tin>…]”"
5470
5471#: setup.c:389
5472msgid "unable to set up work tree using invalid config"
5473msgstr "Không thể đặt thư mục làm việc hiện hành sử dụng cấu hình không hợp lệ"
5474
5475#: setup.c:393
5476msgid "this operation must be run in a work tree"
5477msgstr "thao tác này phải được thực hiện trong thư mục làm việc"
5478
5479#: setup.c:527
5480#, c-format
5481msgid "Expected git repo version <= %d, found %d"
5482msgstr "Cần phiên bản kho git <= %d, nhưng lại nhận được %d"
5483
5484#: setup.c:535
5485msgid "unknown repository extensions found:"
5486msgstr "tìm thấy phần mở rộng kho chưa biết:"
5487
5488#: setup.c:554
5489#, c-format
5490msgid "error opening '%s'"
5491msgstr "gặp lỗi khi mở “%s”"
5492
5493#: setup.c:556
5494#, c-format
5495msgid "too large to be a .git file: '%s'"
5496msgstr "tập tin .git là quá lớn: “%s”"
5497
5498#: setup.c:558
5499#, c-format
5500msgid "error reading %s"
5501msgstr "gặp lỗi khi đọc %s"
5502
5503#: setup.c:560
5504#, c-format
5505msgid "invalid gitfile format: %s"
5506msgstr "định dạng tập tin git không hợp lệ: %s"
5507
5508#: setup.c:562
5509#, c-format
5510msgid "no path in gitfile: %s"
5511msgstr "không có đường dẫn trong tập tin git: %s"
5512
5513#: setup.c:564
5514#, c-format
5515msgid "not a git repository: %s"
5516msgstr "Không phải là kho git: %s"
5517
5518#: setup.c:663
5519#, c-format
5520msgid "'$%s' too big"
5521msgstr "“$%s” quá lớn"
5522
5523#: setup.c:677
5524#, c-format
5525msgid "not a git repository: '%s'"
5526msgstr "không phải là kho git: “%s”"
5527
5528#: setup.c:706 setup.c:708 setup.c:739
5529#, c-format
5530msgid "cannot chdir to '%s'"
5531msgstr "không thể chdir (chuyển đổi thư mục) sang “%s”"
5532
5533#: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824 setup.c:839
5534msgid "cannot come back to cwd"
5535msgstr "không thể quay lại cwd"
5536
5537#: setup.c:837
5538#, c-format
5539msgid "not a git repository (or any of the parent directories): %s"
5540msgstr "không phải là kho git (hoặc bất kỳ thư mục cha mẹ nào): %s"
5541
5542#: setup.c:848
5543#, c-format
5544msgid "failed to stat '%*s%s%s'"
5545msgstr "gặp lỗi khi lấy thống kê về “%*s%s%s”"
5546
5547#: setup.c:1078
5548msgid "Unable to read current working directory"
5549msgstr "Không thể đọc thư mục làm việc hiện hành"
5550
5551#: setup.c:1090 setup.c:1096
5552#, c-format
5553msgid "cannot change to '%s'"
5554msgstr "không thể chuyển sang “%s”"
5555
5556#: setup.c:1109
5557#, c-format
5558msgid ""
5559"not a git repository (or any parent up to mount point %s)\n"
5560"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
5561msgstr ""
5562"không phải là kho git (hay bất kỳ cha mẹ nào đến tận điểm gắn kết %s)\n"
5563"Dừng tại biên của hệ thống tập tin (GIT_DISCOVERY_ACROSS_FILESYSTEM chưa "
5564"đặt)."
5565
5566#: setup.c:1192
5567#, c-format
5568msgid ""
5569"problem with core.sharedRepository filemode value (0%.3o).\n"
5570"The owner of files must always have read and write permissions."
5571msgstr ""
5572"gặp vấn đề với giá trị chế độ tập tin core.sharedRepository (0%.3o).\n"
5573"người sở hữu tập tin phải luôn có quyền đọc và ghi."
5574
5575#: setup.c:1235
5576msgid "open /dev/null or dup failed"
5577msgstr "gặp lỗi khi mở “/dev/null” hay dup"
5578
5579#: setup.c:1250
5580msgid "fork failed"
5581msgstr "gặp lỗi khi rẽ nhánh tiến trình"
5582
5583#: setup.c:1255
5584msgid "setsid failed"
5585msgstr "setsid gặp lỗi"
5586
5587#: sha1-file.c:381
5588#, c-format
5589msgid "object directory %s does not exist; check .git/objects/info/alternates"
5590msgstr ""
5591"thư mục đối tượng %s không tồn tại; kiểm tra .git/objects/info/alternates"
5592
5593#: sha1-file.c:432
5594#, c-format
5595msgid "unable to normalize alternate object path: %s"
5596msgstr "không thể thường hóa đường dẫn đối tượng thay thế: “%s”"
5597
5598#: sha1-file.c:503
5599#, c-format
5600msgid "%s: ignoring alternate object stores, nesting too deep"
5601msgstr "%s: đang bỏ qua kho đối tượng thay thế, lồng nhau quá sâu"
5602
5603#: sha1-file.c:510
5604#, c-format
5605msgid "unable to normalize object directory: %s"
5606msgstr "không thể chuẩn hóa thư mục đối tượng: “%s”"
5607
5608#: sha1-file.c:565
5609msgid "unable to fdopen alternates lockfile"
5610msgstr "không thể fdopen tập tin khóa thay thế"
5611
5612#: sha1-file.c:583
5613msgid "unable to read alternates file"
5614msgstr "không thể đọc tập tin thay thế"
5615
5616#: sha1-file.c:590
5617msgid "unable to move new alternates file into place"
5618msgstr "không thể di chuyển tập tin thay thế vào chỗ"
5619
5620#: sha1-file.c:625
5621#, c-format
5622msgid "path '%s' does not exist"
5623msgstr "đường dẫn “%s” không tồn tại"
5624
5625#: sha1-file.c:651
5626#, c-format
5627msgid "reference repository '%s' as a linked checkout is not supported yet."
5628msgstr "kho tham chiếu “%s” như là lấy ra liên kết vẫn chưa được hỗ trợ."
5629
5630#: sha1-file.c:657
5631#, c-format
5632msgid "reference repository '%s' is not a local repository."
5633msgstr "kho tham chiếu “%s” không phải là một kho nội bộ."
5634
5635#: sha1-file.c:663
5636#, c-format
5637msgid "reference repository '%s' is shallow"
5638msgstr "kho tham chiếu “%s” là nông"
5639
5640#: sha1-file.c:671
5641#, c-format
5642msgid "reference repository '%s' is grafted"
5643msgstr "kho tham chiếu “%s” bị cấy ghép"
5644
5645#: sha1-file.c:781
5646#, c-format
5647msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
5648msgstr "đang cố để mmap %<PRIuMAX> vượt quá giới hạn %<PRIuMAX>"
5649
5650#: sha1-file.c:806
5651msgid "mmap failed"
5652msgstr "mmap gặp lỗi"
5653
5654#: sha1-file.c:973
5655#, c-format
5656msgid "object file %s is empty"
5657msgstr "tập tin đối tượng %s trống rỗng"
5658
5659#: sha1-file.c:1093 sha1-file.c:2215
5660#, c-format
5661msgid "corrupt loose object '%s'"
5662msgstr "đối tượng mất hỏng “%s”"
5663
5664#: sha1-file.c:1095 sha1-file.c:2219
5665#, c-format
5666msgid "garbage at end of loose object '%s'"
5667msgstr "gặp rác tại cuối của đối tượng bị mất “%s”"
5668
5669#: sha1-file.c:1137
5670msgid "invalid object type"
5671msgstr "kiểu đối tượng không hợp lệ"
5672
5673#: sha1-file.c:1219
5674#, c-format
5675msgid "unable to unpack %s header with --allow-unknown-type"
5676msgstr "không thể giải nén phần đầu gói %s với --allow-unknown-type"
5677
5678#: sha1-file.c:1222
5679#, c-format
5680msgid "unable to unpack %s header"
5681msgstr "không thể giải gói phần đầu %s"
5682
5683#: sha1-file.c:1228
5684#, c-format
5685msgid "unable to parse %s header with --allow-unknown-type"
5686msgstr "không thể phân tích phần đầu gói %s với --allow-unknown-type"
5687
5688#: sha1-file.c:1231
5689#, c-format
5690msgid "unable to parse %s header"
5691msgstr "không thể phân tích phần đầu của “%s”"
5692
5693#: sha1-file.c:1422
5694#, c-format
5695msgid "failed to read object %s"
5696msgstr "gặp lỗi khi đọc đối tượng “%s”"
5697
5698#: sha1-file.c:1426
5699#, c-format
5700msgid "replacement %s not found for %s"
5701msgstr "c%s thay thế không được tìm thấy cho %s"
5702
5703#: sha1-file.c:1430
5704#, c-format
5705msgid "loose object %s (stored in %s) is corrupt"
5706msgstr "đối tượng mất %s (được lưu trong %s) bị hỏng"
5707
5708#: sha1-file.c:1434
5709#, c-format
5710msgid "packed object %s (stored in %s) is corrupt"
5711msgstr "đối tượng đã đóng gói %s (được lưu trong %s) bị hỏng"
5712
5713#: sha1-file.c:1536
5714#, c-format
5715msgid "unable to write sha1 filename %s"
5716msgstr "không thể ghi vào tên tập tin sha1 %s"
5717
5718#: sha1-file.c:1543
5719#, c-format
5720msgid "unable to set permission to '%s'"
5721msgstr "không thể đặt quyền thành “%s”"
5722
5723#: sha1-file.c:1550
5724msgid "file write error"
5725msgstr "lỗi ghi tập tin"
5726
5727#: sha1-file.c:1569
5728msgid "error when closing sha1 file"
5729msgstr "gặp lỗi trong khi đóng tập tin sha1"
5730
5731#: sha1-file.c:1635
5732#, c-format
5733msgid "insufficient permission for adding an object to repository database %s"
5734msgstr ""
5735"không đủ thẩm quyền để thêm một đối tượng vào cơ sở dữ liệu kho chứa %s"
5736
5737#: sha1-file.c:1637
5738msgid "unable to create temporary file"
5739msgstr "không thể tạo tập tin tạm thời"
5740
5741#: sha1-file.c:1661
5742msgid "unable to write sha1 file"
5743msgstr "không thể ghi vào tập tin sha1"
5744
5745#: sha1-file.c:1667
5746#, c-format
5747msgid "unable to deflate new object %s (%d)"
5748msgstr "không thể xả nén đối tượng mới %s (%d)"
5749
5750#: sha1-file.c:1671
5751#, c-format
5752msgid "deflateEnd on object %s failed (%d)"
5753msgstr "deflateEnd trên đối tượng %s gặp lỗi (%d)"
5754
5755#: sha1-file.c:1675
5756#, c-format
5757msgid "confused by unstable object source data for %s"
5758msgstr "chưa rõ ràng baowir dữ liệu nguồn đối tượng không ổn định cho %s"
5759
5760#: sha1-file.c:1685 builtin/pack-objects.c:918
5761#, c-format
5762msgid "failed utime() on %s"
5763msgstr "gặp lỗi utime() trên “%s”"
5764
5765#: sha1-file.c:1760
5766#, c-format
5767msgid "cannot read sha1_file for %s"
5768msgstr "không thể đọc sha1_file cho %s"
5769
5770#: sha1-file.c:1805
5771msgid "corrupt commit"
5772msgstr "lần chuyển giao sai hỏng"
5773
5774#: sha1-file.c:1813
5775msgid "corrupt tag"
5776msgstr "thẻ sai hỏng"
5777
5778#: sha1-file.c:1912
5779#, c-format
5780msgid "read error while indexing %s"
5781msgstr "gặp lỗi đọc khi đánh mục lục %s"
5782
5783#: sha1-file.c:1915
5784#, c-format
5785msgid "short read while indexing %s"
5786msgstr "không đọc ngắn khi đánh mục lục %s"
5787
5788#: sha1-file.c:1988 sha1-file.c:1997
5789#, c-format
5790msgid "%s: failed to insert into database"
5791msgstr "%s: gặp lỗi khi thêm vào cơ sở dữ liệu"
5792
5793#: sha1-file.c:2003
5794#, c-format
5795msgid "%s: unsupported file type"
5796msgstr "%s: kiểu tập tin không được hỗ trợ"
5797
5798#: sha1-file.c:2027
5799#, c-format
5800msgid "%s is not a valid object"
5801msgstr "%s không phải là một đối tượng hợp lệ"
5802
5803#: sha1-file.c:2029
5804#, c-format
5805msgid "%s is not a valid '%s' object"
5806msgstr "%s không phải là một đối tượng “%s” hợp lệ"
5807
5808#: sha1-file.c:2056 builtin/index-pack.c:154
5809#, c-format
5810msgid "unable to open %s"
5811msgstr "không thể mở %s"
5812
5813#: sha1-file.c:2226 sha1-file.c:2278
5814#, c-format
5815msgid "sha1 mismatch for %s (expected %s)"
5816msgstr "sha1 không khớp cho %s (cần %s)"
5817
5818#: sha1-file.c:2250
5819#, c-format
5820msgid "unable to mmap %s"
5821msgstr "không thể mmap %s"
5822
5823#: sha1-file.c:2255
5824#, c-format
5825msgid "unable to unpack header of %s"
5826msgstr "không thể giải gói phần đầu của “%s”"
5827
5828#: sha1-file.c:2261
5829#, c-format
5830msgid "unable to parse header of %s"
5831msgstr "không thể phân tích phần đầu của “%s”"
5832
5833#: sha1-file.c:2272
5834#, c-format
5835msgid "unable to unpack contents of %s"
5836msgstr "không thể giải gói nội dung của “%s”"
5837
5838#: sha1-name.c:476
5839#, c-format
5840msgid "short SHA1 %s is ambiguous"
5841msgstr "tóm lược SHA1 %s chưa rõ ràng"
5842
5843#: sha1-name.c:487
5844msgid "The candidates are:"
5845msgstr "Các ứng cử là:"
5846
5847#: sha1-name.c:770
5848msgid ""
5849"Git normally never creates a ref that ends with 40 hex characters\n"
5850"because it will be ignored when you just specify 40-hex. These refs\n"
5851"may be created by mistake. For example,\n"
5852"\n"
5853"  git checkout -b $br $(git rev-parse ...)\n"
5854"\n"
5855"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5856"examine these refs and maybe delete them. Turn this message off by\n"
5857"running \"git config advice.objectNameWarning false\""
5858msgstr ""
5859"Git thường không bao giờ tạo tham chiếu mà nó kết thúc với 40 ký tự hex\n"
5860"bởi vì nó sẽ bị bỏ qua khi bạn chỉ định 40-hex. Những tham chiếu này\n"
5861"có lẽ được tạo ra bởi một sai sót nào đó. Ví dụ,\n"
5862"\n"
5863"  git checkout -b $br $(git rev-parse …)\n"
5864"\n"
5865"với \"$br\" không hiểu lý do vì sao trống rỗng và một tham chiếu 40-hex được "
5866"tạo ra.\n"
5867"Xin hãy kiểm tra những tham chiếu này và có thể xóa chúng đi. Tắt lời nhắn "
5868"này\n"
5869"bằng cách chạy lệnh \"git config advice.objectNameWarning false\""
5870
5871#: submodule.c:116 submodule.c:145
5872msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5873msgstr ""
5874"Không thể thay đổi .gitmodules chưa hòa trộn, hãy giải quyết xung đột trộn "
5875"trước"
5876
5877#: submodule.c:120 submodule.c:149
5878#, c-format
5879msgid "Could not find section in .gitmodules where path=%s"
5880msgstr "Không thể tìm thấy phần trong .gitmodules nơi mà đường_dẫn=%s"
5881
5882#: submodule.c:156
5883#, c-format
5884msgid "Could not remove .gitmodules entry for %s"
5885msgstr "Không thể gỡ bỏ mục .gitmodules dành cho %s"
5886
5887#: submodule.c:167
5888msgid "staging updated .gitmodules failed"
5889msgstr "gặp lỗi khi tổ chức .gitmodules đã cập nhật"
5890
5891#: submodule.c:329
5892#, c-format
5893msgid "in unpopulated submodule '%s'"
5894msgstr "Trong mô-đun-con không có gì “%s”"
5895
5896#: submodule.c:360
5897#, c-format
5898msgid "Pathspec '%s' is in submodule '%.*s'"
5899msgstr "Đặc tả đường dẫn “%s” thì ở trong mô-đun-con “%.*s”"
5900
5901#: submodule.c:857
5902#, c-format
5903msgid "submodule entry '%s' (%s) is a %s, not a commit"
5904msgstr ""
5905"mục tin mô-đun-con “%s” (%s) là một %s, không phải là một lần chuyển giao"
5906
5907#: submodule.c:1097 builtin/branch.c:656 builtin/submodule--helper.c:1985
5908msgid "Failed to resolve HEAD as a valid ref."
5909msgstr "Gặp lỗi khi phân giải HEAD như là một tham chiếu hợp lệ."
5910
5911#: submodule.c:1404
5912#, c-format
5913msgid "'%s' not recognized as a git repository"
5914msgstr "không nhận ra “%s” là một kho git"
5915
5916#: submodule.c:1542
5917#, c-format
5918msgid "could not start 'git status' in submodule '%s'"
5919msgstr "không thể lấy thống kê “git status” trong mô-đun-con “%s”"
5920
5921#: submodule.c:1555
5922#, c-format
5923msgid "could not run 'git status' in submodule '%s'"
5924msgstr "không thể chạy “git status” trong mô-đun-con “%s”"
5925
5926#: submodule.c:1648
5927#, c-format
5928msgid "submodule '%s' has dirty index"
5929msgstr "mô-đun-con “%s” có mục lục còn bẩn"
5930
5931#: submodule.c:1700
5932#, c-format
5933msgid "Submodule '%s' could not be updated."
5934msgstr "Mô-đun-con “%s” không thể được cập nhật."
5935
5936#: submodule.c:1747
5937#, c-format
5938msgid ""
5939"relocate_gitdir for submodule '%s' with more than one worktree not supported"
5940msgstr ""
5941"relocate_gitdir cho mô-đun-con “%s” với nhiều hơn một cây làm việc là chưa "
5942"được hỗ trợ"
5943
5944#: submodule.c:1759 submodule.c:1815
5945#, c-format
5946msgid "could not lookup name for submodule '%s'"
5947msgstr "không thể tìm kiếm tên cho mô-đun-con “%s”"
5948
5949#: submodule.c:1766
5950#, c-format
5951msgid ""
5952"Migrating git directory of '%s%s' from\n"
5953"'%s' to\n"
5954"'%s'\n"
5955msgstr ""
5956"Di cư thư mục git của “%s%s” từ\n"
5957"“%s” sang\n"
5958"“%s”\n"
5959
5960#: submodule.c:1850
5961#, c-format
5962msgid "could not recurse into submodule '%s'"
5963msgstr "không thể đệ quy vào trong mô-đun-con “%s”"
5964
5965#: submodule.c:1894
5966msgid "could not start ls-files in .."
5967msgstr "không thể lấy thông tin thống kê về ls-files trong .."
5968
5969#: submodule.c:1933
5970#, c-format
5971msgid "ls-tree returned unexpected return code %d"
5972msgstr "ls-tree trả về mã không như mong đợi %d"
5973
5974#: submodule-config.c:232
5975#, c-format
5976msgid "ignoring suspicious submodule name: %s"
5977msgstr "đang lờ đi tên mô-đun-con mập mờ: %s"
5978
5979#: submodule-config.c:296
5980msgid "negative values not allowed for submodule.fetchjobs"
5981msgstr "không cho phép giá trị âm ở submodule.fetchJobs"
5982
5983#: submodule-config.c:390
5984#, c-format
5985msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
5986msgstr ""
5987"đang bỏ qua “%s” cái mà có thể được phiên dịch như là một tùy chọn dòng "
5988"lệnh: %s"
5989
5990#: submodule-config.c:479
5991#, c-format
5992msgid "invalid value for %s"
5993msgstr "giá trị cho %s không hợp lệ"
5994
5995#: submodule-config.c:754
5996#, c-format
5997msgid "Could not update .gitmodules entry %s"
5998msgstr "Không thể cập nhật mục .gitmodules %s"
5999
6000#: trailer.c:238
6001#, c-format
6002msgid "running trailer command '%s' failed"
6003msgstr "chạy lệnh kéo theo “%s” gặp lỗi"
6004
6005#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6006#: trailer.c:557
6007#, c-format
6008msgid "unknown value '%s' for key '%s'"
6009msgstr "không hiểu giá trị “%s” cho khóa “%s”"
6010
6011#: trailer.c:539 trailer.c:544 builtin/remote.c:295
6012#, c-format
6013msgid "more than one %s"
6014msgstr "nhiều hơn một %s"
6015
6016#: trailer.c:730
6017#, c-format
6018msgid "empty trailer token in trailer '%.*s'"
6019msgstr "thẻ thừa trống rỗng trong phần thừa “%.*s”"
6020
6021#: trailer.c:750
6022#, c-format
6023msgid "could not read input file '%s'"
6024msgstr "không đọc được tập tin đầu vào “%s”"
6025
6026#: trailer.c:753
6027msgid "could not read from stdin"
6028msgstr "không thể đọc từ đầu vào tiêu chuẩn"
6029
6030#: trailer.c:1011 builtin/am.c:47
6031#, c-format
6032msgid "could not stat %s"
6033msgstr "không thể lấy thông tin thống kê về %s"
6034
6035#: trailer.c:1013
6036#, c-format
6037msgid "file %s is not a regular file"
6038msgstr "\"%s\" không phải là tập tin bình thường"
6039
6040#: trailer.c:1015
6041#, c-format
6042msgid "file %s is not writable by user"
6043msgstr "tập tin %s người dùng không thể ghi được"
6044
6045#: trailer.c:1027
6046msgid "could not open temporary file"
6047msgstr "không thể tạo tập tin tạm thời"
6048
6049#: trailer.c:1067
6050#, c-format
6051msgid "could not rename temporary file to %s"
6052msgstr "không thể đổi tên tập tin tạm thời thành %s"
6053
6054#: transport.c:116
6055#, c-format
6056msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6057msgstr "Không thể đặt thượng nguồn của “%s” thành “%s” của “%s”\n"
6058
6059#: transport.c:142
6060#, c-format
6061msgid "could not read bundle '%s'"
6062msgstr "không thể đọc bó “%s”"
6063
6064#: transport.c:208
6065#, c-format
6066msgid "transport: invalid depth option '%s'"
6067msgstr "vận chuyển: tùy chọn độ sâu “%s” không hợp lệ"
6068
6069#: transport.c:616
6070msgid "could not parse transport.color.* config"
6071msgstr "không thể phân tích cú pháp cấu hình transport.color.*"
6072
6073#: transport.c:689
6074msgid "support for protocol v2 not implemented yet"
6075msgstr "việc hỗ trợ giao thức v2 chưa được thực hiện"
6076
6077#: transport.c:816
6078#, c-format
6079msgid "unknown value for config '%s': %s"
6080msgstr "không hiểu giá trị cho cho cấu hình “%s”: %s"
6081
6082#: transport.c:882
6083#, c-format
6084msgid "transport '%s' not allowed"
6085msgstr "không cho phép phương thức vận chuyển “%s”"
6086
6087#: transport.c:936
6088msgid "git-over-rsync is no longer supported"
6089msgstr "git-over-rsync không còn được hỗ trợ nữa"
6090
6091#: transport.c:1031
6092#, c-format
6093msgid ""
6094"The following submodule paths contain changes that can\n"
6095"not be found on any remote:\n"
6096msgstr ""
6097"Các đường dẫn mô-đun-con sau đây có chứa các thay đổi cái mà\n"
6098"có thể được tìm thấy trên mọi máy phục vụ:\n"
6099
6100#: transport.c:1035
6101#, c-format
6102msgid ""
6103"\n"
6104"Please try\n"
6105"\n"
6106"\tgit push --recurse-submodules=on-demand\n"
6107"\n"
6108"or cd to the path and use\n"
6109"\n"
6110"\tgit push\n"
6111"\n"
6112"to push them to a remote.\n"
6113"\n"
6114msgstr ""
6115"\n"
6116"Hãy thử\n"
6117"\n"
6118"\tgit push --recurse-submodules=on-demand\n"
6119"\n"
6120"hoặc cd đến đường dẫn và dùng\n"
6121"\n"
6122"\tgit push\n"
6123"\n"
6124"để đẩy chúng lên máy phục vụ.\n"
6125"\n"
6126
6127#: transport.c:1043
6128msgid "Aborting."
6129msgstr "Bãi bỏ."
6130
6131#: transport.c:1182
6132msgid "failed to push all needed submodules"
6133msgstr "gặp lỗi khi đẩy dữ liệu của tất cả các mô-đun-con cần thiết"
6134
6135#: transport.c:1315 transport-helper.c:643
6136msgid "operation not supported by protocol"
6137msgstr "thao tác không được gia thức hỗ trợ"
6138
6139#: transport.c:1419
6140#, c-format
6141msgid "invalid line while parsing alternate refs: %s"
6142msgstr "dòng không hợp lệ trong khi phân tích các tham chiếu thay thế: %s"
6143
6144#: transport-helper.c:51 transport-helper.c:80
6145msgid "full write to remote helper failed"
6146msgstr "ghi đầy đủ lên bộ hỗ trợ máy chủ gặp lỗi"
6147
6148#: transport-helper.c:132
6149#, c-format
6150msgid "unable to find remote helper for '%s'"
6151msgstr "không thể tìm thấy bộ hỗ trợ máy chủ cho “%s”"
6152
6153#: transport-helper.c:148 transport-helper.c:557
6154msgid "can't dup helper output fd"
6155msgstr "không thể nhân đôi fd dầu ra bộ hỗ trợ"
6156
6157#: transport-helper.c:199
6158#, c-format
6159msgid ""
6160"unknown mandatory capability %s; this remote helper probably needs newer "
6161"version of Git"
6162msgstr ""
6163"không hiểu capability bắt buộc %s; bộ hỗ trợ máy chủ này gần như chắc chắn "
6164"là cần phiên bản Git mới hơn"
6165
6166#: transport-helper.c:205
6167msgid "this remote helper should implement refspec capability"
6168msgstr "bộ hỗ trợ máy chủ này cần phải thực thi capability đặc tả tham chiếu"
6169
6170#: transport-helper.c:272 transport-helper.c:412
6171#, c-format
6172msgid "%s unexpectedly said: '%s'"
6173msgstr "%s said bất ngờ: “%s”"
6174
6175#: transport-helper.c:401
6176#, c-format
6177msgid "%s also locked %s"
6178msgstr "%s cũng khóa %s"
6179
6180#: transport-helper.c:479
6181msgid "couldn't run fast-import"
6182msgstr "không thể chạy fast-import"
6183
6184#: transport-helper.c:502
6185msgid "error while running fast-import"
6186msgstr "gặp lỗi trong khi chạy fast-import"
6187
6188#: transport-helper.c:531 transport-helper.c:1091
6189#, c-format
6190msgid "could not read ref %s"
6191msgstr "không thể đọc tham chiếu %s"
6192
6193#: transport-helper.c:576
6194#, c-format
6195msgid "unknown response to connect: %s"
6196msgstr "không hiểu đáp ứng để kết nối: %s"
6197
6198#: transport-helper.c:598
6199msgid "setting remote service path not supported by protocol"
6200msgstr "giao thức này không hỗ trợ cài đặt đường dẫn dịch vụ máy chủ"
6201
6202#: transport-helper.c:600
6203msgid "invalid remote service path"
6204msgstr "đường dẫn dịch vụ máy chủ không hợp lệ"
6205
6206#: transport-helper.c:646
6207#, c-format
6208msgid "can't connect to subservice %s"
6209msgstr "không thể kết nối đến dịch vụ phụ %s"
6210
6211#: transport-helper.c:713
6212#, c-format
6213msgid "expected ok/error, helper said '%s'"
6214msgstr "cần ok/error, nhưng bộ hỗ trợ lại nói “%s”"
6215
6216#: transport-helper.c:766
6217#, c-format
6218msgid "helper reported unexpected status of %s"
6219msgstr "bộ hỗ trợ báo cáo rằng không cần tình trạng của %s"
6220
6221#: transport-helper.c:827
6222#, c-format
6223msgid "helper %s does not support dry-run"
6224msgstr "helper %s không hỗ trợ dry-run"
6225
6226#: transport-helper.c:830
6227#, c-format
6228msgid "helper %s does not support --signed"
6229msgstr "helper %s không hỗ trợ --signed"
6230
6231#: transport-helper.c:833
6232#, c-format
6233msgid "helper %s does not support --signed=if-asked"
6234msgstr "helper %s không hỗ trợ --signed=if-asked"
6235
6236#: transport-helper.c:840
6237#, c-format
6238msgid "helper %s does not support 'push-option'"
6239msgstr "helper %s không hỗ trợ “push-option”"
6240
6241#: transport-helper.c:932
6242msgid "remote-helper doesn't support push; refspec needed"
6243msgstr "remote-helper không hỗ trợ push; cần đặc tả tham chiếu"
6244
6245#: transport-helper.c:937
6246#, c-format
6247msgid "helper %s does not support 'force'"
6248msgstr "helper %s không hỗ trợ “force”"
6249
6250#: transport-helper.c:984
6251msgid "couldn't run fast-export"
6252msgstr "không thể chạy fast-export"
6253
6254#: transport-helper.c:989
6255msgid "error while running fast-export"
6256msgstr "gặp lỗi trong khi chạy fast-export"
6257
6258#: transport-helper.c:1014
6259#, c-format
6260msgid ""
6261"No refs in common and none specified; doing nothing.\n"
6262"Perhaps you should specify a branch such as 'master'.\n"
6263msgstr ""
6264"Không có các tham chiếu trong phần chung và chưa chỉ định; nên không làm gì "
6265"cả.\n"
6266"Tuy nhiên bạn nên chỉ định một nhánh như “master” chẳng hạn.\n"
6267
6268#: transport-helper.c:1077
6269#, c-format
6270msgid "malformed response in ref list: %s"
6271msgstr "đáp ứng sai dạng trong danh sách tham chiếu: %s"
6272
6273#: transport-helper.c:1231
6274#, c-format
6275msgid "read(%s) failed"
6276msgstr "read(%s) gặp lỗi"
6277
6278#: transport-helper.c:1258
6279#, c-format
6280msgid "write(%s) failed"
6281msgstr "write(%s) gặp lỗi"
6282
6283#: transport-helper.c:1307
6284#, c-format
6285msgid "%s thread failed"
6286msgstr "tuyến trình %s gặp lỗi"
6287
6288#: transport-helper.c:1311
6289#, c-format
6290msgid "%s thread failed to join: %s"
6291msgstr "tuyến trình %s gặp lỗi khi gia nhập: %s"
6292
6293#: transport-helper.c:1330 transport-helper.c:1334
6294#, c-format
6295msgid "can't start thread for copying data: %s"
6296msgstr "không thể khởi chạy tuyến trình để sao chép dữ liệu: %s"
6297
6298#: transport-helper.c:1371
6299#, c-format
6300msgid "%s process failed to wait"
6301msgstr "xử lý %s gặp lỗi khi đợi"
6302
6303#: transport-helper.c:1375
6304#, c-format
6305msgid "%s process failed"
6306msgstr "xử lý %s gặp lỗi"
6307
6308#: transport-helper.c:1393 transport-helper.c:1402
6309msgid "can't start thread for copying data"
6310msgstr "không thể khởi chạy tuyến trình cho việc chép dữ liệu"
6311
6312#: tree-walk.c:33
6313msgid "too-short tree object"
6314msgstr "đối tượng cây quá ngắn"
6315
6316#: tree-walk.c:39
6317msgid "malformed mode in tree entry"
6318msgstr "chế độ dị hình trong đề mục cây"
6319
6320#: tree-walk.c:43
6321msgid "empty filename in tree entry"
6322msgstr "tên tập tin trống rỗng trong mục tin cây"
6323
6324#: tree-walk.c:115
6325msgid "too-short tree file"
6326msgstr "tập tin cây quá ngắn"
6327
6328#: unpack-trees.c:112
6329#, c-format
6330msgid ""
6331"Your local changes to the following files would be overwritten by checkout:\n"
6332"%%sPlease commit your changes or stash them before you switch branches."
6333msgstr ""
6334"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6335"checkout:\n"
6336"%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn "
6337"chuyển nhánh."
6338
6339#: unpack-trees.c:114
6340#, c-format
6341msgid ""
6342"Your local changes to the following files would be overwritten by checkout:\n"
6343"%%s"
6344msgstr ""
6345"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6346"checkout:\n"
6347"%%s"
6348
6349#: unpack-trees.c:117
6350#, c-format
6351msgid ""
6352"Your local changes to the following files would be overwritten by merge:\n"
6353"%%sPlease commit your changes or stash them before you merge."
6354msgstr ""
6355"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6356"hòa trộn:\n"
6357"%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn hòa "
6358"trộn."
6359
6360#: unpack-trees.c:119
6361#, c-format
6362msgid ""
6363"Your local changes to the following files would be overwritten by merge:\n"
6364"%%s"
6365msgstr ""
6366"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6367"hòa trộn:\n"
6368"%%s"
6369
6370#: unpack-trees.c:122
6371#, c-format
6372msgid ""
6373"Your local changes to the following files would be overwritten by %s:\n"
6374"%%sPlease commit your changes or stash them before you %s."
6375msgstr ""
6376"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6377"%s:\n"
6378"%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn %s."
6379
6380#: unpack-trees.c:124
6381#, c-format
6382msgid ""
6383"Your local changes to the following files would be overwritten by %s:\n"
6384"%%s"
6385msgstr ""
6386"Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6387"%s:\n"
6388"%%s"
6389
6390#: unpack-trees.c:129
6391#, c-format
6392msgid ""
6393"Updating the following directories would lose untracked files in them:\n"
6394"%s"
6395msgstr ""
6396"Việc cập nhật các thư mục sau đây có thể làm mất các tập tin chưa theo dõi "
6397"trong nó:\n"
6398"%s"
6399
6400#: unpack-trees.c:133
6401#, c-format
6402msgid ""
6403"The following untracked working tree files would be removed by checkout:\n"
6404"%%sPlease move or remove them before you switch branches."
6405msgstr ""
6406"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh "
6407"checkout:\n"
6408"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn chuyển nhánh."
6409
6410#: unpack-trees.c:135
6411#, c-format
6412msgid ""
6413"The following untracked working tree files would be removed by checkout:\n"
6414"%%s"
6415msgstr ""
6416"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh "
6417"checkout:\n"
6418"%%s"
6419
6420#: unpack-trees.c:138
6421#, c-format
6422msgid ""
6423"The following untracked working tree files would be removed by merge:\n"
6424"%%sPlease move or remove them before you merge."
6425msgstr ""
6426"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh hòa "
6427"trộn:\n"
6428"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn hòa trộn."
6429
6430#: unpack-trees.c:140
6431#, c-format
6432msgid ""
6433"The following untracked working tree files would be removed by merge:\n"
6434"%%s"
6435msgstr ""
6436"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh hòa "
6437"trộn:\n"
6438"%%s"
6439
6440#: unpack-trees.c:143
6441#, c-format
6442msgid ""
6443"The following untracked working tree files would be removed by %s:\n"
6444"%%sPlease move or remove them before you %s."
6445msgstr ""
6446"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi %s:\n"
6447"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn %s."
6448
6449#: unpack-trees.c:145
6450#, c-format
6451msgid ""
6452"The following untracked working tree files would be removed by %s:\n"
6453"%%s"
6454msgstr ""
6455"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi %s:\n"
6456"%%s"
6457
6458#: unpack-trees.c:151
6459#, c-format
6460msgid ""
6461"The following untracked working tree files would be overwritten by "
6462"checkout:\n"
6463"%%sPlease move or remove them before you switch branches."
6464msgstr ""
6465"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6466"checkout:\n"
6467"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn chuyển nhánh."
6468
6469#: unpack-trees.c:153
6470#, c-format
6471msgid ""
6472"The following untracked working tree files would be overwritten by "
6473"checkout:\n"
6474"%%s"
6475msgstr ""
6476"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6477"checkout:\n"
6478"%%s"
6479
6480#: unpack-trees.c:156
6481#, c-format
6482msgid ""
6483"The following untracked working tree files would be overwritten by merge:\n"
6484"%%sPlease move or remove them before you merge."
6485msgstr ""
6486"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6487"hòa trộn:\n"
6488"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn hòa trộn."
6489
6490#: unpack-trees.c:158
6491#, c-format
6492msgid ""
6493"The following untracked working tree files would be overwritten by merge:\n"
6494"%%s"
6495msgstr ""
6496"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6497"hòa trộn:\n"
6498"%%s"
6499
6500#: unpack-trees.c:161
6501#, c-format
6502msgid ""
6503"The following untracked working tree files would be overwritten by %s:\n"
6504"%%sPlease move or remove them before you %s."
6505msgstr ""
6506"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6507"%s:\n"
6508"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn %s."
6509
6510#: unpack-trees.c:163
6511#, c-format
6512msgid ""
6513"The following untracked working tree files would be overwritten by %s:\n"
6514"%%s"
6515msgstr ""
6516"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6517"%s:\n"
6518"%%s"
6519
6520#: unpack-trees.c:171
6521#, c-format
6522msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
6523msgstr "Mục “%s” đè lên “%s”. Không thể buộc."
6524
6525#: unpack-trees.c:174
6526#, c-format
6527msgid ""
6528"Cannot update sparse checkout: the following entries are not up to date:\n"
6529"%s"
6530msgstr ""
6531"Không thể cập nhật checkout rải rác: các mục tin sau đây chưa cập nhật:\n"
6532"%s"
6533
6534#: unpack-trees.c:176
6535#, c-format
6536msgid ""
6537"The following working tree files would be overwritten by sparse checkout "
6538"update:\n"
6539"%s"
6540msgstr ""
6541"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi cập "
6542"nhật checkout rải rác:\n"
6543"%s"
6544
6545#: unpack-trees.c:178
6546#, c-format
6547msgid ""
6548"The following working tree files would be removed by sparse checkout "
6549"update:\n"
6550"%s"
6551msgstr ""
6552"Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị xóa bỏ bởi cập "
6553"nhật checkout rải rác:\n"
6554"%s"
6555
6556#: unpack-trees.c:180
6557#, c-format
6558msgid ""
6559"Cannot update submodule:\n"
6560"%s"
6561msgstr ""
6562"Không thể cập nhật mô-đun-con:\n"
6563"%s"
6564
6565#: unpack-trees.c:254
6566#, c-format
6567msgid "Aborting\n"
6568msgstr "Bãi bỏ\n"
6569
6570#: unpack-trees.c:336
6571msgid "Checking out files"
6572msgstr "Đang lấy ra các tập tin"
6573
6574#: unpack-trees.c:368
6575msgid ""
6576"the following paths have collided (e.g. case-sensitive paths\n"
6577"on a case-insensitive filesystem) and only one from the same\n"
6578"colliding group is in the working tree:\n"
6579msgstr ""
6580"các đường dẫn sau đây có xung đột(vd: các đường dẫn phân biệt\n"
6581"HOA/thường trên một hệ thống tập tin không phân biệt HOA/thường)\n"
6582"và chỉ một từ cùng một nhóm xung đột là trong cây làm việc hiện tại:\n"
6583
6584#: urlmatch.c:163
6585msgid "invalid URL scheme name or missing '://' suffix"
6586msgstr "tên lược đồ URL không hợp lệ, hoặc thiếu hậu tố “://”"
6587
6588#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
6589#, c-format
6590msgid "invalid %XX escape sequence"
6591msgstr "thoát chuỗi %XX không hợp lệ"
6592
6593#: urlmatch.c:215
6594msgid "missing host and scheme is not 'file:'"
6595msgstr "thiếu máy chủ và lược đồ thì không phải là giao thức “file:”"
6596
6597#: urlmatch.c:232
6598msgid "a 'file:' URL may not have a port number"
6599msgstr "URL kiểu “file:” không được chứa cổng"
6600
6601#: urlmatch.c:247
6602msgid "invalid characters in host name"
6603msgstr "có các ký tự không hợp lệ trong tên máy"
6604
6605#: urlmatch.c:292 urlmatch.c:303
6606msgid "invalid port number"
6607msgstr "tên cổng không hợp lệ"
6608
6609#: urlmatch.c:371
6610msgid "invalid '..' path segment"
6611msgstr "đoạn đường dẫn “..” không hợp lệ"
6612
6613#: worktree.c:249 builtin/am.c:2100
6614#, c-format
6615msgid "failed to read '%s'"
6616msgstr "gặp lỗi khi đọc “%s”"
6617
6618#: worktree.c:295
6619#, c-format
6620msgid "'%s' at main working tree is not the repository directory"
6621msgstr "“%s” tại cây làm việc chình không phải là thư mục kho"
6622
6623#: worktree.c:306
6624#, c-format
6625msgid "'%s' file does not contain absolute path to the working tree location"
6626msgstr ""
6627"tập tin “%s” không chứa đường dẫn tuyệt đối đến vị trí cây làm việc hiện"
6628
6629#: worktree.c:318
6630#, c-format
6631msgid "'%s' does not exist"
6632msgstr "\"%s\" không tồn tại"
6633
6634#: worktree.c:324
6635#, c-format
6636msgid "'%s' is not a .git file, error code %d"
6637msgstr "“%s” không phải là tập tin .git, mã lỗi %d"
6638
6639#: worktree.c:332
6640#, c-format
6641msgid "'%s' does not point back to '%s'"
6642msgstr "“%s” không chỉ ngược đến “%s”"
6643
6644#: wrapper.c:223 wrapper.c:393
6645#, c-format
6646msgid "could not open '%s' for reading and writing"
6647msgstr "không thể mở “%s” để đọc và ghi"
6648
6649#: wrapper.c:424 wrapper.c:624
6650#, c-format
6651msgid "unable to access '%s'"
6652msgstr "không thể truy cập “%s”"
6653
6654#: wrapper.c:632
6655msgid "unable to get current working directory"
6656msgstr "Không thể lấy thư mục làm việc hiện hành"
6657
6658#: wt-status.c:154
6659msgid "Unmerged paths:"
6660msgstr "Những đường dẫn chưa được hòa trộn:"
6661
6662#: wt-status.c:181 wt-status.c:208
6663#, c-format
6664msgid "  (use \"git reset %s <file>...\" to unstage)"
6665msgstr "  (dùng \"git reset %s <tập-tin>…\" để bỏ ra khỏi bệ phóng)"
6666
6667#: wt-status.c:183 wt-status.c:210
6668msgid "  (use \"git rm --cached <file>...\" to unstage)"
6669msgstr "  (dùng \"git rm --cached <tập-tin>…\" để bỏ ra khỏi bệ phóng)"
6670
6671#: wt-status.c:187
6672msgid "  (use \"git add <file>...\" to mark resolution)"
6673msgstr "  (dùng \"git add <tập-tin>…\" để đánh dấu là cần giải quyết)"
6674
6675#: wt-status.c:189 wt-status.c:193
6676msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
6677msgstr ""
6678"  (dùng \"git add/rm <tập-tin>…\" như là một cách thích hợp để đánh dấu là "
6679"cần được giải quyết)"
6680
6681#: wt-status.c:191
6682msgid "  (use \"git rm <file>...\" to mark resolution)"
6683msgstr "  (dùng \"git rm <tập-tin>…\" để đánh dấu là cần giải quyết)"
6684
6685#: wt-status.c:202 wt-status.c:1042
6686msgid "Changes to be committed:"
6687msgstr "Những thay đổi sẽ được chuyển giao:"
6688
6689#: wt-status.c:220 wt-status.c:1051
6690msgid "Changes not staged for commit:"
6691msgstr "Các thay đổi chưa được đặt lên bệ phóng để chuyển giao:"
6692
6693#: wt-status.c:224
6694msgid "  (use \"git add <file>...\" to update what will be committed)"
6695msgstr "  (dùng \"git add <tập-tin>…\" để cập nhật những gì sẽ chuyển giao)"
6696
6697#: wt-status.c:226
6698msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
6699msgstr ""
6700"  (dùng \"git add/rm <tập-tin>…\" để cập nhật những gì sẽ được chuyển giao)"
6701
6702#: wt-status.c:227
6703msgid ""
6704"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
6705msgstr ""
6706"  (dùng \"git checkout -- <tập-tin>…\" để loại bỏ các thay đổi trong thư mục "
6707"làm việc)"
6708
6709#: wt-status.c:229
6710msgid "  (commit or discard the untracked or modified content in submodules)"
6711msgstr ""
6712"  (chuyển giao hoặc là loại bỏ các nội dung chưa được theo dõi hay đã sửa "
6713"chữa trong mô-đun-con)"
6714
6715#: wt-status.c:241
6716#, c-format
6717msgid "  (use \"git %s <file>...\" to include in what will be committed)"
6718msgstr ""
6719"  (dùng \"git %s <tập-tin>…\" để thêm vào những gì cần được chuyển giao)"
6720
6721#: wt-status.c:256
6722msgid "both deleted:"
6723msgstr "bị xóa bởi cả hai:"
6724
6725#: wt-status.c:258
6726msgid "added by us:"
6727msgstr "được thêm vào bởi chúng ta:"
6728
6729#: wt-status.c:260
6730msgid "deleted by them:"
6731msgstr "bị xóa đi bởi họ:"
6732
6733#: wt-status.c:262
6734msgid "added by them:"
6735msgstr "được thêm vào bởi họ:"
6736
6737#: wt-status.c:264
6738msgid "deleted by us:"
6739msgstr "bị xóa bởi chúng ta:"
6740
6741#: wt-status.c:266
6742msgid "both added:"
6743msgstr "được thêm vào bởi cả hai:"
6744
6745#: wt-status.c:268
6746msgid "both modified:"
6747msgstr "bị sửa bởi cả hai:"
6748
6749#: wt-status.c:278
6750msgid "new file:"
6751msgstr "tập tin mới:"
6752
6753#: wt-status.c:280
6754msgid "copied:"
6755msgstr "đã chép:"
6756
6757#: wt-status.c:282
6758msgid "deleted:"
6759msgstr "đã xóa:"
6760
6761#: wt-status.c:284
6762msgid "modified:"
6763msgstr "đã sửa:"
6764
6765#: wt-status.c:286
6766msgid "renamed:"
6767msgstr "đã đổi tên:"
6768
6769#: wt-status.c:288
6770msgid "typechange:"
6771msgstr "đổi-kiểu:"
6772
6773#: wt-status.c:290
6774msgid "unknown:"
6775msgstr "không hiểu:"
6776
6777#: wt-status.c:292
6778msgid "unmerged:"
6779msgstr "chưa hòa trộn:"
6780
6781#: wt-status.c:372
6782msgid "new commits, "
6783msgstr "lần chuyển giao mới, "
6784
6785#: wt-status.c:374
6786msgid "modified content, "
6787msgstr "nội dung bị sửa đổi, "
6788
6789#: wt-status.c:376
6790msgid "untracked content, "
6791msgstr "nội dung chưa được theo dõi, "
6792
6793#: wt-status.c:880
6794#, c-format
6795msgid "Your stash currently has %d entry"
6796msgid_plural "Your stash currently has %d entries"
6797msgstr[0] "Bạn hiện nay ở trong phần cất đi đang có %d mục"
6798
6799#: wt-status.c:912
6800msgid "Submodules changed but not updated:"
6801msgstr "Những mô-đun-con đã bị thay đổi nhưng chưa được cập nhật:"
6802
6803#: wt-status.c:914
6804msgid "Submodule changes to be committed:"
6805msgstr "Những mô-đun-con thay đổi đã được chuyển giao:"
6806
6807#: wt-status.c:996
6808msgid ""
6809"Do not modify or remove the line above.\n"
6810"Everything below it will be ignored."
6811msgstr ""
6812"Không sửa hay xóa bỏ đường ở trên.\n"
6813"Mọi thứ phía dưới sẽ được xóa bỏ."
6814
6815#: wt-status.c:1097
6816msgid "You have unmerged paths."
6817msgstr "Bạn có những đường dẫn chưa được hòa trộn."
6818
6819#: wt-status.c:1100
6820msgid "  (fix conflicts and run \"git commit\")"
6821msgstr "  (sửa các xung đột rồi chạy \"git commit\")"
6822
6823#: wt-status.c:1102
6824msgid "  (use \"git merge --abort\" to abort the merge)"
6825msgstr "  (dùng \"git merge --abort\" để bãi bỏ việc hòa trộn)"
6826
6827#: wt-status.c:1106
6828msgid "All conflicts fixed but you are still merging."
6829msgstr "Tất cả các xung đột đã được giải quyết nhưng bạn vẫn đang hòa trộn."
6830
6831#: wt-status.c:1109
6832msgid "  (use \"git commit\" to conclude merge)"
6833msgstr "  (dùng \"git commit\" để hoàn tất việc hòa trộn)"
6834
6835#: wt-status.c:1118
6836msgid "You are in the middle of an am session."
6837msgstr "Bạn đang ở giữa của một phiên “am”."
6838
6839#: wt-status.c:1121
6840msgid "The current patch is empty."
6841msgstr "Miếng vá hiện tại bị trống rỗng."
6842
6843#: wt-status.c:1125
6844msgid "  (fix conflicts and then run \"git am --continue\")"
6845msgstr "  (sửa các xung đột và sau đó chạy lệnh \"git am --continue\")"
6846
6847#: wt-status.c:1127
6848msgid "  (use \"git am --skip\" to skip this patch)"
6849msgstr "  (dùng \"git am --skip\" để bỏ qua miếng vá này)"
6850
6851#: wt-status.c:1129
6852msgid "  (use \"git am --abort\" to restore the original branch)"
6853msgstr "  (dùng \"git am --abort\" để phục hồi lại nhánh nguyên thủy)"
6854
6855#: wt-status.c:1260
6856msgid "git-rebase-todo is missing."
6857msgstr "thiếu git-rebase-todo"
6858
6859#: wt-status.c:1262
6860msgid "No commands done."
6861msgstr "Không thực hiện lệnh nào."
6862
6863#: wt-status.c:1265
6864#, c-format
6865msgid "Last command done (%d command done):"
6866msgid_plural "Last commands done (%d commands done):"
6867msgstr[0] "Lệnh thực hiện cuối (%d lệnh được thực thi):"
6868
6869#: wt-status.c:1276
6870#, c-format
6871msgid "  (see more in file %s)"
6872msgstr "  (xem thêm trong %s)"
6873
6874#: wt-status.c:1281
6875msgid "No commands remaining."
6876msgstr "Không có lệnh nào còn lại."
6877
6878#: wt-status.c:1284
6879#, c-format
6880msgid "Next command to do (%d remaining command):"
6881msgid_plural "Next commands to do (%d remaining commands):"
6882msgstr[0] "Lệnh cần làm kế tiếp (%d lệnh còn lại):"
6883
6884#: wt-status.c:1292
6885msgid "  (use \"git rebase --edit-todo\" to view and edit)"
6886msgstr "  (dùng lệnh \"git rebase --edit-todo\" để xem và sửa)"
6887
6888#: wt-status.c:1304
6889#, c-format
6890msgid "You are currently rebasing branch '%s' on '%s'."
6891msgstr "Bạn hiện nay đang thực hiện việc “rebase” nhánh “%s” trên “%s”."
6892
6893#: wt-status.c:1309
6894msgid "You are currently rebasing."
6895msgstr "Bạn hiện nay đang thực hiện việc “rebase” (“cải tổ”)."
6896
6897#: wt-status.c:1322
6898msgid "  (fix conflicts and then run \"git rebase --continue\")"
6899msgstr ""
6900"  (sửa các xung đột và sau đó chạy lệnh “cải tổ” \"git rebase --continue\")"
6901
6902#: wt-status.c:1324
6903msgid "  (use \"git rebase --skip\" to skip this patch)"
6904msgstr "  (dùng lệnh “cải tổ” \"git rebase --skip\" để bỏ qua lần vá này)"
6905
6906#: wt-status.c:1326
6907msgid "  (use \"git rebase --abort\" to check out the original branch)"
6908msgstr ""
6909"  (dùng lệnh “cải tổ” \"git rebase --abort\" để check-out nhánh nguyên thủy)"
6910
6911#: wt-status.c:1333
6912msgid "  (all conflicts fixed: run \"git rebase --continue\")"
6913msgstr ""
6914"  (khi tất cả các xung đột đã sửa xong: chạy lệnh “cải tổ” \"git rebase --"
6915"continue\")"
6916
6917#: wt-status.c:1337
6918#, c-format
6919msgid ""
6920"You are currently splitting a commit while rebasing branch '%s' on '%s'."
6921msgstr ""
6922"Bạn hiện nay đang thực hiện việc chia tách một lần chuyển giao trong khi "
6923"đang “rebase” nhánh “%s” trên “%s”."
6924
6925#: wt-status.c:1342
6926msgid "You are currently splitting a commit during a rebase."
6927msgstr ""
6928"Bạn hiện tại đang cắt đôi một lần chuyển giao trong khi đang thực hiện việc "
6929"rebase."
6930
6931#: wt-status.c:1345
6932msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
6933msgstr ""
6934"  (Một khi thư mục làm việc của bạn đã gọn gàng, chạy lệnh “cải tổ” \"git "
6935"rebase --continue\")"
6936
6937#: wt-status.c:1349
6938#, c-format
6939msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6940msgstr ""
6941"Bạn hiện nay đang thực hiện việc sửa chữa một lần chuyển giao trong khi đang "
6942"rebase nhánh “%s” trên “%s”."
6943
6944#: wt-status.c:1354
6945msgid "You are currently editing a commit during a rebase."
6946msgstr "Bạn hiện đang sửa một lần chuyển giao trong khi bạn thực hiện rebase."
6947
6948#: wt-status.c:1357
6949msgid "  (use \"git commit --amend\" to amend the current commit)"
6950msgstr "  (dùng \"git commit --amend\" để “tu bổ” lần chuyển giao hiện tại)"
6951
6952#: wt-status.c:1359
6953msgid ""
6954"  (use \"git rebase --continue\" once you are satisfied with your changes)"
6955msgstr ""
6956"  (chạy lệnh “cải tổ” \"git rebase --continue\" một khi bạn cảm thấy hài "
6957"lòng về những thay đổi của mình)"
6958
6959#: wt-status.c:1368
6960#, c-format
6961msgid "You are currently cherry-picking commit %s."
6962msgstr "Bạn hiện nay đang thực hiện việc cherry-pick lần chuyển giao %s."
6963
6964#: wt-status.c:1373
6965msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
6966msgstr ""
6967"  (sửa các xung đột và sau đó chạy lệnh \"git cherry-pick --continue\")"
6968
6969#: wt-status.c:1376
6970msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
6971msgstr ""
6972"  (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git cherry-pick --"
6973"continue\")"
6974
6975#: wt-status.c:1378
6976msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6977msgstr "  (dùng \"git cherry-pick --abort\" để hủy bỏ thao tác cherry-pick)"
6978
6979#: wt-status.c:1386
6980#, c-format
6981msgid "You are currently reverting commit %s."
6982msgstr "Bạn hiện nay đang thực hiện thao tác hoàn nguyên lần chuyển giao “%s”."
6983
6984#: wt-status.c:1391
6985msgid "  (fix conflicts and run \"git revert --continue\")"
6986msgstr "  (sửa các xung đột và sau đó chạy lệnh \"git revert --continue\")"
6987
6988#: wt-status.c:1394
6989msgid "  (all conflicts fixed: run \"git revert --continue\")"
6990msgstr ""
6991"  (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git revert --continue\")"
6992
6993#: wt-status.c:1396
6994msgid "  (use \"git revert --abort\" to cancel the revert operation)"
6995msgstr "  (dùng \"git revert --abort\" để hủy bỏ thao tác hoàn nguyên)"
6996
6997#: wt-status.c:1406
6998#, c-format
6999msgid "You are currently bisecting, started from branch '%s'."
7000msgstr ""
7001"Bạn hiện nay đang thực hiện thao tác di chuyển nửa bước (bisect), bắt đầu từ "
7002"nhánh “%s”."
7003
7004#: wt-status.c:1410
7005msgid "You are currently bisecting."
7006msgstr "Bạn hiện tại đang thực hiện việc bisect (di chuyển nửa bước)."
7007
7008#: wt-status.c:1413
7009msgid "  (use \"git bisect reset\" to get back to the original branch)"
7010msgstr "  (dùng \"git bisect reset\" để quay trở lại nhánh nguyên thủy)"
7011
7012#: wt-status.c:1611
7013msgid "On branch "
7014msgstr "Trên nhánh "
7015
7016#: wt-status.c:1618
7017msgid "interactive rebase in progress; onto "
7018msgstr "rebase ở chế độ tương tác đang được thực hiện; lên trên "
7019
7020#: wt-status.c:1620
7021msgid "rebase in progress; onto "
7022msgstr "rebase đang được thực hiện: lên trên "
7023
7024#: wt-status.c:1625
7025msgid "HEAD detached at "
7026msgstr "HEAD được tách rời tại "
7027
7028#: wt-status.c:1627
7029msgid "HEAD detached from "
7030msgstr "HEAD được tách rời từ "
7031
7032#: wt-status.c:1630
7033msgid "Not currently on any branch."
7034msgstr "Hiện tại chẳng ở nhánh nào cả."
7035
7036#: wt-status.c:1647
7037msgid "Initial commit"
7038msgstr "Lần chuyển giao khởi tạo"
7039
7040#: wt-status.c:1648
7041msgid "No commits yet"
7042msgstr "Vẫn chưa chuyển giao"
7043
7044#: wt-status.c:1662
7045msgid "Untracked files"
7046msgstr "Những tập tin chưa được theo dõi"
7047
7048#: wt-status.c:1664
7049msgid "Ignored files"
7050msgstr "Những tập tin bị lờ đi"
7051
7052#: wt-status.c:1668
7053#, c-format
7054msgid ""
7055"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7056"may speed it up, but you have to be careful not to forget to add\n"
7057"new files yourself (see 'git help status')."
7058msgstr ""
7059"Cần %.2f giây để liệt kê tất cả các tập tin chưa được theo dõi. “status -"
7060"uno”\n"
7061"có lẽ làm nó nhanh hơn, nhưng bạn phải cẩn thận đừng quên mình phải\n"
7062"tự thêm các tập tin mới (xem “git help status”.."
7063
7064#: wt-status.c:1674
7065#, c-format
7066msgid "Untracked files not listed%s"
7067msgstr "Những tập tin chưa được theo dõi không được liệt kê ra %s"
7068
7069#: wt-status.c:1676
7070msgid " (use -u option to show untracked files)"
7071msgstr " (dùng tùy chọn -u để hiển thị các tập tin chưa được theo dõi)"
7072
7073#: wt-status.c:1682
7074msgid "No changes"
7075msgstr "Không có thay đổi nào"
7076
7077#: wt-status.c:1687
7078#, c-format
7079msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7080msgstr ""
7081"không có thay đổi nào được thêm vào để chuyển giao (dùng \"git add\" và/hoặc "
7082"\"git commit -a\")\n"
7083
7084#: wt-status.c:1690
7085#, c-format
7086msgid "no changes added to commit\n"
7087msgstr "không có thay đổi nào được thêm vào để chuyển giao\n"
7088
7089#: wt-status.c:1693
7090#, c-format
7091msgid ""
7092"nothing added to commit but untracked files present (use \"git add\" to "
7093"track)\n"
7094msgstr ""
7095"không có gì được thêm vào lần chuyển giao nhưng có những tập tin chưa được "
7096"theo dõi hiện diện (dùng \"git add\" để đưa vào theo dõi)\n"
7097
7098#: wt-status.c:1696
7099#, c-format
7100msgid "nothing added to commit but untracked files present\n"
7101msgstr ""
7102"không có gì được thêm vào lần chuyển giao nhưng có những tập tin chưa được "
7103"theo dõi hiện diện\n"
7104
7105#: wt-status.c:1699
7106#, c-format
7107msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7108msgstr ""
7109"không có gì để chuyển giao (tạo/sao-chép các tập tin và dùng \"git add\" để "
7110"đưa vào theo dõi)\n"
7111
7112#: wt-status.c:1702 wt-status.c:1707
7113#, c-format
7114msgid "nothing to commit\n"
7115msgstr "không có gì để chuyển giao\n"
7116
7117#: wt-status.c:1705
7118#, c-format
7119msgid "nothing to commit (use -u to show untracked files)\n"
7120msgstr ""
7121"không có gì để chuyển giao (dùng -u xem các tập tin chưa được theo dõi)\n"
7122
7123#: wt-status.c:1709
7124#, c-format
7125msgid "nothing to commit, working tree clean\n"
7126msgstr "không có gì để chuyển giao, thư mục làm việc sạch sẽ\n"
7127
7128#: wt-status.c:1822
7129msgid "No commits yet on "
7130msgstr "Vẫn không thực hiện lệnh chuyển giao nào"
7131
7132#: wt-status.c:1826
7133msgid "HEAD (no branch)"
7134msgstr "HEAD (không nhánh)"
7135
7136#: wt-status.c:1857
7137msgid "different"
7138msgstr "khác"
7139
7140#: wt-status.c:1859 wt-status.c:1867
7141msgid "behind "
7142msgstr "đằng sau "
7143
7144#: wt-status.c:1862 wt-status.c:1865
7145msgid "ahead "
7146msgstr "phía trước "
7147
7148#. TRANSLATORS: the action is e.g. "pull with rebase"
7149#: wt-status.c:2374
7150#, c-format
7151msgid "cannot %s: You have unstaged changes."
7152msgstr "không thể %s: Bạn có các thay đổi chưa được đưa lên bệ phóng."
7153
7154#: wt-status.c:2380
7155msgid "additionally, your index contains uncommitted changes."
7156msgstr ""
7157"thêm vào đó, bảng mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
7158
7159#: wt-status.c:2382
7160#, c-format
7161msgid "cannot %s: Your index contains uncommitted changes."
7162msgstr ""
7163"không thể %s: Mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
7164
7165#: builtin/add.c:24
7166msgid "git add [<options>] [--] <pathspec>..."
7167msgstr "git add [<các-tùy-chọn>] [--]  <pathspec>…"
7168
7169#: builtin/add.c:83
7170#, c-format
7171msgid "unexpected diff status %c"
7172msgstr "trạng thái lệnh diff không như mong đợi %c"
7173
7174#: builtin/add.c:88 builtin/commit.c:284
7175msgid "updating files failed"
7176msgstr "Cập nhật tập tin gặp lỗi"
7177
7178#: builtin/add.c:98
7179#, c-format
7180msgid "remove '%s'\n"
7181msgstr "gỡ bỏ “%s”\n"
7182
7183#: builtin/add.c:173
7184msgid "Unstaged changes after refreshing the index:"
7185msgstr ""
7186"Đưa ra khỏi bệ phóng các thay đổi sau khi làm tươi mới lại bảng mục lục:"
7187
7188#: builtin/add.c:233 builtin/rev-parse.c:895
7189msgid "Could not read the index"
7190msgstr "Không thể đọc bảng mục lục"
7191
7192#: builtin/add.c:244
7193#, c-format
7194msgid "Could not open '%s' for writing."
7195msgstr "Không thể mở “%s” để ghi."
7196
7197#: builtin/add.c:248
7198msgid "Could not write patch"
7199msgstr "Không thể ghi ra miếng vá"
7200
7201#: builtin/add.c:251
7202msgid "editing patch failed"
7203msgstr "gặp lỗi khi sửa miếng vá"
7204
7205#: builtin/add.c:254
7206#, c-format
7207msgid "Could not stat '%s'"
7208msgstr "Không thể lấy thông tin thống kê về “%s”"
7209
7210#: builtin/add.c:256
7211msgid "Empty patch. Aborted."
7212msgstr "Miếng vá trống rỗng. Nên bỏ qua."
7213
7214#: builtin/add.c:261
7215#, c-format
7216msgid "Could not apply '%s'"
7217msgstr "Không thể áp dụng miếng vá “%s”"
7218
7219#: builtin/add.c:269
7220msgid "The following paths are ignored by one of your .gitignore files:\n"
7221msgstr ""
7222"Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "
7223"của bạn:\n"
7224
7225#: builtin/add.c:289 builtin/clean.c:907 builtin/fetch.c:137 builtin/mv.c:123
7226#: builtin/prune-packed.c:56 builtin/pull.c:213 builtin/push.c:557
7227#: builtin/remote.c:1345 builtin/rm.c:240 builtin/send-pack.c:165
7228msgid "dry run"
7229msgstr "chạy thử"
7230
7231#: builtin/add.c:292
7232msgid "interactive picking"
7233msgstr "sửa bằng cách tương tác"
7234
7235#: builtin/add.c:293 builtin/checkout.c:1258 builtin/reset.c:305
7236msgid "select hunks interactively"
7237msgstr "chọn “hunks” theo kiểu tương tác"
7238
7239#: builtin/add.c:294
7240msgid "edit current diff and apply"
7241msgstr "sửa diff hiện nay và áp dụng nó"
7242
7243#: builtin/add.c:295
7244msgid "allow adding otherwise ignored files"
7245msgstr "cho phép thêm các tập tin bị bỏ qua khác"
7246
7247#: builtin/add.c:296
7248msgid "update tracked files"
7249msgstr "cập nhật các tập tin được theo dõi"
7250
7251#: builtin/add.c:297
7252msgid "renormalize EOL of tracked files (implies -u)"
7253msgstr "thường hóa lại EOL của các tập tin được theo dõi (ý là -u)"
7254
7255#: builtin/add.c:298
7256msgid "record only the fact that the path will be added later"
7257msgstr "chỉ ghi lại sự việc mà đường dẫn sẽ được thêm vào sau"
7258
7259#: builtin/add.c:299
7260msgid "add changes from all tracked and untracked files"
7261msgstr ""
7262"thêm các thay đổi từ tất cả các tập tin có cũng như không được theo dõi dấu "
7263"vết"
7264
7265#: builtin/add.c:302
7266msgid "ignore paths removed in the working tree (same as --no-all)"
7267msgstr ""
7268"lờ đi các đường dẫn bị gỡ bỏ trong cây thư mục làm việc (giống với --no-all)"
7269
7270#: builtin/add.c:304
7271msgid "don't add, only refresh the index"
7272msgstr "không thêm, chỉ làm tươi mới bảng mục lục"
7273
7274#: builtin/add.c:305
7275msgid "just skip files which cannot be added because of errors"
7276msgstr "chie bỏ qua những tập tin mà nó không thể được thêm vào bởi vì gặp lỗi"
7277
7278#: builtin/add.c:306
7279msgid "check if - even missing - files are ignored in dry run"
7280msgstr ""
7281"kiểm tra xem - thậm chí thiếu - tập tin bị bỏ qua trong quá trình chạy thử"
7282
7283#: builtin/add.c:308 builtin/update-index.c:990
7284msgid "override the executable bit of the listed files"
7285msgstr "ghi đè lên bít thi hành của các tập tin được liệt kê"
7286
7287#: builtin/add.c:310
7288msgid "warn when adding an embedded repository"
7289msgstr "cảnh báo khi thêm một kho nhúng"
7290
7291#: builtin/add.c:325
7292#, c-format
7293msgid ""
7294"You've added another git repository inside your current repository.\n"
7295"Clones of the outer repository will not contain the contents of\n"
7296"the embedded repository and will not know how to obtain it.\n"
7297"If you meant to add a submodule, use:\n"
7298"\n"
7299"\tgit submodule add <url> %s\n"
7300"\n"
7301"If you added this path by mistake, you can remove it from the\n"
7302"index with:\n"
7303"\n"
7304"\tgit rm --cached %s\n"
7305"\n"
7306"See \"git help submodule\" for more information."
7307msgstr ""
7308"Bạn vừa thêm một kho git vào bên trong kho hiện tại của bạn.\n"
7309"Các bản sao của kho ngoài sẽ không chứa các nội dung của\n"
7310"kho nhúng và sẽ không biết làm thế nào để lấy nó.\n"
7311"Nếu ý bạn là thêm một mô-đun-con, hãy chạy:\n"
7312"\n"
7313"\tgit submodule add <url> %s\n"
7314"\n"
7315"Nếu bạn đã thêm miếng vá này chỉ là sai sót, bạn có thể xóa bỏ\n"
7316"nó khỏi mục lục bằng:\n"
7317"\n"
7318"\tgit rm --cached %s\n"
7319"\n"
7320"Xem \"git help submodule\" để biết thêm chi tiết."
7321
7322#: builtin/add.c:353
7323#, c-format
7324msgid "adding embedded git repository: %s"
7325msgstr "thêm cần một kho git nhúng: %s"
7326
7327#: builtin/add.c:371
7328#, c-format
7329msgid "Use -f if you really want to add them.\n"
7330msgstr "Sử dụng tùy chọn -f nếu bạn thực sự muốn thêm chúng vào.\n"
7331
7332#: builtin/add.c:379
7333msgid "adding files failed"
7334msgstr "thêm tập tin gặp lỗi"
7335
7336#: builtin/add.c:417
7337msgid "-A and -u are mutually incompatible"
7338msgstr "-A và -u xung khắc nhau"
7339
7340#: builtin/add.c:424
7341msgid "Option --ignore-missing can only be used together with --dry-run"
7342msgstr "Tùy chọn --ignore-missing chỉ có thể được dùng cùng với --dry-run"
7343
7344#: builtin/add.c:428
7345#, c-format
7346msgid "--chmod param '%s' must be either -x or +x"
7347msgstr "--chmod tham số “%s” phải hoặc là -x hay +x"
7348
7349#: builtin/add.c:443
7350#, c-format
7351msgid "Nothing specified, nothing added.\n"
7352msgstr "Không có gì được chỉ ra, không có gì được thêm vào.\n"
7353
7354#: builtin/add.c:444
7355#, c-format
7356msgid "Maybe you wanted to say 'git add .'?\n"
7357msgstr "Có lẽ ý bạn là “git add .” phải không?\n"
7358
7359#: builtin/am.c:363
7360msgid "could not parse author script"
7361msgstr "không thể phân tích cú pháp văn lệnh tác giả"
7362
7363#: builtin/am.c:447
7364#, c-format
7365msgid "'%s' was deleted by the applypatch-msg hook"
7366msgstr "“%s” bị xóa bởi móc applypatch-msg"
7367
7368#: builtin/am.c:488
7369#, c-format
7370msgid "Malformed input line: '%s'."
7371msgstr "Dòng đầu vào dị hình: “%s”."
7372
7373#: builtin/am.c:525
7374#, c-format
7375msgid "Failed to copy notes from '%s' to '%s'"
7376msgstr "Gặp lỗi khi sao chép ghi chú (note) từ “%s” tới “%s”"
7377
7378#: builtin/am.c:551
7379msgid "fseek failed"
7380msgstr "fseek gặp lỗi"
7381
7382#: builtin/am.c:739
7383#, c-format
7384msgid "could not parse patch '%s'"
7385msgstr "không thể phân tích cú pháp “%s”"
7386
7387#: builtin/am.c:804
7388msgid "Only one StGIT patch series can be applied at once"
7389msgstr "Chỉ có một sê-ri miếng vá StGIT được áp dụng một lúc"
7390
7391#: builtin/am.c:852
7392msgid "invalid timestamp"
7393msgstr "dấu thời gian không hợp lệ"
7394
7395#: builtin/am.c:857 builtin/am.c:869
7396msgid "invalid Date line"
7397msgstr "dòng Ngày tháng không hợp lệ"
7398
7399#: builtin/am.c:864
7400msgid "invalid timezone offset"
7401msgstr "độ lệch múi giờ không hợp lệ"
7402
7403#: builtin/am.c:957
7404msgid "Patch format detection failed."
7405msgstr "Dò tìm định dạng miếng vá gặp lỗi."
7406
7407#: builtin/am.c:962 builtin/clone.c:408
7408#, c-format
7409msgid "failed to create directory '%s'"
7410msgstr "tạo thư mục \"%s\" gặp lỗi"
7411
7412#: builtin/am.c:967
7413msgid "Failed to split patches."
7414msgstr "Gặp lỗi khi chia nhỏ các miếng vá."
7415
7416#: builtin/am.c:1097 builtin/commit.c:369
7417msgid "unable to write index file"
7418msgstr "không thể ghi tập tin lưu mục lục"
7419
7420#: builtin/am.c:1111
7421#, c-format
7422msgid "When you have resolved this problem, run \"%s --continue\"."
7423msgstr "Khi bạn đã phân giải xong trục trặc này, hãy chạy \"%s --continue\"."
7424
7425#: builtin/am.c:1112
7426#, c-format
7427msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7428msgstr ""
7429"Nếu bạn muốn bỏ qua miếng vá này, hãy chạy lệnh \"%s --skip\" để thay thế."
7430
7431#: builtin/am.c:1113
7432#, c-format
7433msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7434msgstr "Để phục hồi lại nhánh gốc và dừng vá, hãy chạy \"%s --abort\"."
7435
7436#: builtin/am.c:1196
7437msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7438msgstr ""
7439"Miếng vá được gửi với format=flowed; khoảng trống ở cuối của các dòng có thể "
7440"bị mất."
7441
7442#: builtin/am.c:1224
7443msgid "Patch is empty."
7444msgstr "Miếng vá trống rỗng."
7445
7446#: builtin/am.c:1290
7447#, c-format
7448msgid "invalid ident line: %.*s"
7449msgstr "dòng thụt lề không hợp lệ: %.*s"
7450
7451#: builtin/am.c:1312
7452#, c-format
7453msgid "unable to parse commit %s"
7454msgstr "không thể phân tích lần chuyển giao “%s”"
7455
7456#: builtin/am.c:1508
7457msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7458msgstr "Kho thiếu đối tượng blob cần thiết để trở về trên “3-way merge”."
7459
7460#: builtin/am.c:1510
7461msgid "Using index info to reconstruct a base tree..."
7462msgstr ""
7463"Sử dụng thông tin trong bảng mục lục để cấu trúc lại một cây (tree) cơ sở…"
7464
7465#: builtin/am.c:1529
7466msgid ""
7467"Did you hand edit your patch?\n"
7468"It does not apply to blobs recorded in its index."
7469msgstr ""
7470"Bạn đã sửa miếng vá của mình bằng cách thủ công à?\n"
7471"Nó không thể áp dụng các blob đã được ghi lại trong bảng mục lục của nó."
7472
7473#: builtin/am.c:1535
7474msgid "Falling back to patching base and 3-way merge..."
7475msgstr "Đang trở lại để vá cơ sở và “hòa trộn 3-đường”…"
7476
7477#: builtin/am.c:1561
7478msgid "Failed to merge in the changes."
7479msgstr "Gặp lỗi khi trộn vào các thay đổi."
7480
7481#: builtin/am.c:1593
7482msgid "applying to an empty history"
7483msgstr "áp dụng vào một lịch sử trống rỗng"
7484
7485#: builtin/am.c:1639 builtin/am.c:1643
7486#, c-format
7487msgid "cannot resume: %s does not exist."
7488msgstr "không thể phục hồi: %s không tồn tại."
7489
7490#: builtin/am.c:1659
7491msgid "cannot be interactive without stdin connected to a terminal."
7492msgstr ""
7493"không thể được tương tác mà không có stdin kết nối với một thiết bị cuối"
7494
7495#: builtin/am.c:1664
7496msgid "Commit Body is:"
7497msgstr "Thân của lần chuyển giao là:"
7498
7499#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
7500#. in your translation. The program will only accept English
7501#. input at this point.
7502#.
7503#: builtin/am.c:1674
7504msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
7505msgstr ""
7506"Áp dụng? đồng ý [y]/khô[n]g/chỉnh sửa [e]/hiển thị miếng [v]á/chấp nhận tất "
7507"cả [a]: "
7508
7509#: builtin/am.c:1724
7510#, c-format
7511msgid "Dirty index: cannot apply patches (dirty: %s)"
7512msgstr "Bảng mục lục bẩn: không thể áp dụng các miếng vá (bẩn: %s)"
7513
7514#: builtin/am.c:1764 builtin/am.c:1832
7515#, c-format
7516msgid "Applying: %.*s"
7517msgstr "Áp dụng: %.*s"
7518
7519#: builtin/am.c:1781
7520msgid "No changes -- Patch already applied."
7521msgstr "Không thay đổi gì cả -- Miếng vá đã được áp dụng rồi."
7522
7523#: builtin/am.c:1787
7524#, c-format
7525msgid "Patch failed at %s %.*s"
7526msgstr "Gặp lỗi khi vá tại %s %.*s"
7527
7528#: builtin/am.c:1791
7529msgid "Use 'git am --show-current-patch' to see the failed patch"
7530msgstr "Dùng “git am --show-current-patch” để xem miếng vá bị lỗi"
7531
7532#: builtin/am.c:1835
7533msgid ""
7534"No changes - did you forget to use 'git add'?\n"
7535"If there is nothing left to stage, chances are that something else\n"
7536"already introduced the same changes; you might want to skip this patch."
7537msgstr ""
7538"Không có thay đổi nào - bạn đã quên sử dụng lệnh “git add” à?\n"
7539"Nếu ở đây không có gì còn lại stage, tình cờ là có một số thứ khác\n"
7540"đã sẵn được đưa vào với cùng nội dung thay đổi; bạn có lẽ muốn bỏ qua miếng "
7541"vá này."
7542
7543#: builtin/am.c:1842
7544msgid ""
7545"You still have unmerged paths in your index.\n"
7546"You should 'git add' each file with resolved conflicts to mark them as "
7547"such.\n"
7548"You might run `git rm` on a file to accept \"deleted by them\" for it."
7549msgstr ""
7550"Bạn vẫn có những đường dẫn chưa hòa trộn trong chỉ mục của bạn.\n"
7551"Bạn nên “git add” từng tập tin với các xung đột đã được giải quyết để đánh "
7552"dấu chúng là thế.\n"
7553"Bạn có lẽ muốn chạy “git rm“ trên một tập tin để chấp nhận \"được xóa bởi họ"
7554"\" cho nó."
7555
7556#: builtin/am.c:1949 builtin/am.c:1953 builtin/am.c:1965 builtin/reset.c:328
7557#: builtin/reset.c:336
7558#, c-format
7559msgid "Could not parse object '%s'."
7560msgstr "không thể phân tích đối tượng “%s”."
7561
7562#: builtin/am.c:2001
7563msgid "failed to clean index"
7564msgstr "gặp lỗi khi dọn bảng mục lục"
7565
7566#: builtin/am.c:2036
7567msgid ""
7568"You seem to have moved HEAD since the last 'am' failure.\n"
7569"Not rewinding to ORIG_HEAD"
7570msgstr ""
7571"Bạn có lẽ đã có HEAD đã bị di chuyển đi kể từ lần “am” thất bại cuối cùng.\n"
7572"Không thể chuyển tới ORIG_HEAD"
7573
7574#: builtin/am.c:2129
7575#, c-format
7576msgid "Invalid value for --patch-format: %s"
7577msgstr "Giá trị không hợp lệ cho --patch-format: %s"
7578
7579#: builtin/am.c:2165
7580msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
7581msgstr "git am [<các-tùy-chọn>] [(<mbox>|<Maildir>)…]"
7582
7583#: builtin/am.c:2166
7584msgid "git am [<options>] (--continue | --skip | --abort)"
7585msgstr "git am [<các-tùy-chọn>] (--continue | --skip | --abort)"
7586
7587#: builtin/am.c:2172
7588msgid "run interactively"
7589msgstr "chạy kiểu tương tác"
7590
7591#: builtin/am.c:2174
7592msgid "historical option -- no-op"
7593msgstr "tùy chọn lịch sử -- không-toán-tử"
7594
7595#: builtin/am.c:2176
7596msgid "allow fall back on 3way merging if needed"
7597msgstr "cho phép quay trở lại để hòa trộn kiểu “3way” nếu cần"
7598
7599#: builtin/am.c:2177 builtin/init-db.c:486 builtin/prune-packed.c:58
7600#: builtin/repack.c:306
7601msgid "be quiet"
7602msgstr "im lặng"
7603
7604#: builtin/am.c:2179
7605msgid "add a Signed-off-by line to the commit message"
7606msgstr "Thêm dòng Signed-off-by cho ghi chú của lần chuyển giao"
7607
7608#: builtin/am.c:2182
7609msgid "recode into utf8 (default)"
7610msgstr "chuyển mã thành utf8 (mặc định)"
7611
7612#: builtin/am.c:2184
7613msgid "pass -k flag to git-mailinfo"
7614msgstr "chuyển cờ -k cho git-mailinfo"
7615
7616#: builtin/am.c:2186
7617msgid "pass -b flag to git-mailinfo"
7618msgstr "chuyển cờ -b cho git-mailinfo"
7619
7620#: builtin/am.c:2188
7621msgid "pass -m flag to git-mailinfo"
7622msgstr "chuyển cờ -m cho git-mailinfo"
7623
7624#: builtin/am.c:2190
7625msgid "pass --keep-cr flag to git-mailsplit for mbox format"
7626msgstr "chuyển cờ --keep-cr cho git-mailsplit với định dạng mbox"
7627
7628#: builtin/am.c:2193
7629msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
7630msgstr ""
7631"đừng chuyển cờ --keep-cr cho git-mailsplit không phụ thuộc vào am.keepcr"
7632
7633#: builtin/am.c:2196
7634msgid "strip everything before a scissors line"
7635msgstr "cắt mọi thứ trước dòng scissors"
7636
7637#: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
7638#: builtin/am.c:2210 builtin/am.c:2213 builtin/am.c:2216 builtin/am.c:2219
7639#: builtin/am.c:2225
7640msgid "pass it through git-apply"
7641msgstr "chuyển nó qua git-apply"
7642
7643#: builtin/am.c:2215 builtin/commit.c:1340 builtin/fmt-merge-msg.c:671
7644#: builtin/fmt-merge-msg.c:674 builtin/grep.c:868 builtin/merge.c:239
7645#: builtin/pull.c:151 builtin/pull.c:209 builtin/rebase.c:837
7646#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
7647#: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:386
7648#: parse-options.h:144 parse-options.h:146 parse-options.h:268
7649msgid "n"
7650msgstr "n"
7651
7652#: builtin/am.c:2221 builtin/branch.c:637 builtin/for-each-ref.c:38
7653#: builtin/replace.c:543 builtin/tag.c:422 builtin/verify-tag.c:39
7654msgid "format"
7655msgstr "định dạng"
7656
7657#: builtin/am.c:2222
7658msgid "format the patch(es) are in"
7659msgstr "định dạng (các) miếng vá theo"
7660
7661#: builtin/am.c:2228
7662msgid "override error message when patch failure occurs"
7663msgstr "đè lên các lời nhắn lỗi khi xảy ra lỗi vá nghiêm trọng"
7664
7665#: builtin/am.c:2230
7666msgid "continue applying patches after resolving a conflict"
7667msgstr "tiếp tục áp dụng các miếng vá sau khi giải quyết xung đột"
7668
7669#: builtin/am.c:2233
7670msgid "synonyms for --continue"
7671msgstr "đồng nghĩa với --continue"
7672
7673#: builtin/am.c:2236
7674msgid "skip the current patch"
7675msgstr "bỏ qua miếng vá hiện hành"
7676
7677#: builtin/am.c:2239
7678msgid "restore the original branch and abort the patching operation."
7679msgstr "phục hồi lại nhánh gốc và loại bỏ thao tác vá."
7680
7681#: builtin/am.c:2242
7682msgid "abort the patching operation but keep HEAD where it is."
7683msgstr "bỏ qua thao tác vá nhưng vẫn giữ HEAD chỉ đến nó."
7684
7685#: builtin/am.c:2245
7686msgid "show the patch being applied."
7687msgstr "hiển thị miếng vá đã được áp dụng rồi."
7688
7689#: builtin/am.c:2249
7690msgid "lie about committer date"
7691msgstr "nói dối về ngày chuyển giao"
7692
7693#: builtin/am.c:2251
7694msgid "use current timestamp for author date"
7695msgstr "dùng dấu thời gian hiện tại cho ngày tác giả"
7696
7697#: builtin/am.c:2253 builtin/commit.c:1483 builtin/merge.c:273
7698#: builtin/pull.c:184 builtin/rebase.c:881 builtin/rebase--interactive.c:183
7699#: builtin/revert.c:113 builtin/tag.c:402
7700msgid "key-id"
7701msgstr "mã-số-khóa"
7702
7703#: builtin/am.c:2254 builtin/rebase.c:882 builtin/rebase--interactive.c:184
7704msgid "GPG-sign commits"
7705msgstr "lần chuyển giao ký-GPG"
7706
7707#: builtin/am.c:2257
7708msgid "(internal use for git-rebase)"
7709msgstr "(dùng nội bộ cho git-rebase)"
7710
7711#: builtin/am.c:2275
7712msgid ""
7713"The -b/--binary option has been a no-op for long time, and\n"
7714"it will be removed. Please do not use it anymore."
7715msgstr ""
7716"Tùy chọn -b/--binary đã không dùng từ lâu rồi, và\n"
7717"nó sẽ được bỏ đi. Xin đừng sử dụng nó thêm nữa."
7718
7719#: builtin/am.c:2282
7720msgid "failed to read the index"
7721msgstr "gặp lỗi đọc bảng mục lục"
7722
7723#: builtin/am.c:2297
7724#, c-format
7725msgid "previous rebase directory %s still exists but mbox given."
7726msgstr "thư mục rebase trước %s không sẵn có nhưng mbox lại đưa ra."
7727
7728#: builtin/am.c:2321
7729#, c-format
7730msgid ""
7731"Stray %s directory found.\n"
7732"Use \"git am --abort\" to remove it."
7733msgstr ""
7734"Tìm thấy thư mục lạc %s.\n"
7735"Dùng \"git am --abort\" để loại bỏ nó đi."
7736
7737#: builtin/am.c:2327
7738msgid "Resolve operation not in progress, we are not resuming."
7739msgstr "Thao tác phân giải không được tiến hành, chúng ta không phục hồi lại."
7740
7741#: builtin/apply.c:8
7742msgid "git apply [<options>] [<patch>...]"
7743msgstr "git apply [<các-tùy-chọn>] [<miếng-vá>…]"
7744
7745#: builtin/archive.c:17
7746#, c-format
7747msgid "could not create archive file '%s'"
7748msgstr "không thể tạo tập tin kho (lưu trữ, nén) “%s”"
7749
7750#: builtin/archive.c:20
7751msgid "could not redirect output"
7752msgstr "không thể chuyển hướng kết xuất"
7753
7754#: builtin/archive.c:37
7755msgid "git archive: Remote with no URL"
7756msgstr "git archive: Máy chủ không có địa chỉ URL"
7757
7758#: builtin/archive.c:58
7759msgid "git archive: expected ACK/NAK, got a flush packet"
7760msgstr "git archive: cần ACK/NAK, nhưng lại nhận được gói flush"
7761
7762#: builtin/archive.c:61
7763#, c-format
7764msgid "git archive: NACK %s"
7765msgstr "git archive: NACK %s"
7766
7767#: builtin/archive.c:64
7768msgid "git archive: protocol error"
7769msgstr "git archive: lỗi giao thức"
7770
7771#: builtin/archive.c:68
7772msgid "git archive: expected a flush"
7773msgstr "git archive: cần một flush (đẩy dữ liệu lên đĩa)"
7774
7775#: builtin/bisect--helper.c:12
7776msgid "git bisect--helper --next-all [--no-checkout]"
7777msgstr "git bisect--helper --next-all [--no-checkout]"
7778
7779#: builtin/bisect--helper.c:13
7780msgid "git bisect--helper --write-terms <bad_term> <good_term>"
7781msgstr "git bisect--helper --write-terms <bad_term> <good_term>"
7782
7783#: builtin/bisect--helper.c:14
7784msgid "git bisect--helper --bisect-clean-state"
7785msgstr "git bisect--helper --bisect-clean-state"
7786
7787#: builtin/bisect--helper.c:46
7788#, c-format
7789msgid "'%s' is not a valid term"
7790msgstr "“%s” không phải một thời hạn hợp lệ."
7791
7792#: builtin/bisect--helper.c:50
7793#, c-format
7794msgid "can't use the builtin command '%s' as a term"
7795msgstr "không thể dùng lệnh tích hợp “%s” như là một thời kỳ"
7796
7797#: builtin/bisect--helper.c:60
7798#, c-format
7799msgid "can't change the meaning of the term '%s'"
7800msgstr "không thể thay đổi nghĩa của thời kỳ “%s”"
7801
7802#: builtin/bisect--helper.c:71
7803msgid "please use two different terms"
7804msgstr "vui lòng dùng hai thời kỳ khác nhau"
7805
7806#: builtin/bisect--helper.c:78
7807msgid "could not open the file BISECT_TERMS"
7808msgstr "không thể mở tập tin BISECT_TERMS"
7809
7810#: builtin/bisect--helper.c:120
7811msgid "perform 'git bisect next'"
7812msgstr "thực hiện “git bisect next”"
7813
7814#: builtin/bisect--helper.c:122
7815msgid "write the terms to .git/BISECT_TERMS"
7816msgstr "ghi thời kỳ vào .git/BISECT_TERMS"
7817
7818#: builtin/bisect--helper.c:124
7819msgid "cleanup the bisection state"
7820msgstr "dọn dẹp tình trạng di chuyển nửa bước"
7821
7822#: builtin/bisect--helper.c:126
7823msgid "check for expected revs"
7824msgstr "kiểm tra cho điểm xem xét cần dùng"
7825
7826#: builtin/bisect--helper.c:128
7827msgid "update BISECT_HEAD instead of checking out the current commit"
7828msgstr ""
7829"cập nhật BISECT_HEAD thay vì lấy ra (checking out) lần chuyển giao hiện hành"
7830
7831#: builtin/bisect--helper.c:143
7832msgid "--write-terms requires two arguments"
7833msgstr "--write-terms cần hai tham số"
7834
7835#: builtin/bisect--helper.c:147
7836msgid "--bisect-clean-state requires no arguments"
7837msgstr "--bisect-clean-state không nhận đối số"
7838
7839#: builtin/blame.c:31
7840msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
7841msgstr "git blame [<các-tùy-chọn>] [<rev-opts>] [<rev>] [--] <tập-tin>"
7842
7843#: builtin/blame.c:36
7844msgid "<rev-opts> are documented in git-rev-list(1)"
7845msgstr "<rev-opts> được mô tả trong tài liệu git-rev-list(1)"
7846
7847#: builtin/blame.c:406
7848#, c-format
7849msgid "expecting a color: %s"
7850msgstr "cần một màu: %s"
7851
7852#: builtin/blame.c:413
7853msgid "must end with a color"
7854msgstr "phải kết thúc bằng một màu"
7855
7856#: builtin/blame.c:700
7857#, c-format
7858msgid "invalid color '%s' in color.blame.repeatedLines"
7859msgstr "màu không hợp lệ “%s” trong color.blame.repeatedLines"
7860
7861#: builtin/blame.c:718
7862msgid "invalid value for blame.coloring"
7863msgstr "màu không hợp lệ cho blame.coloring"
7864
7865#: builtin/blame.c:793
7866msgid "Show blame entries as we find them, incrementally"
7867msgstr "Hiển thị các mục “blame” như là chúng ta thấy chúng, tăng dần"
7868
7869#: builtin/blame.c:794
7870msgid "Show blank SHA-1 for boundary commits (Default: off)"
7871msgstr ""
7872"Hiển thị SHA-1 trắng cho những lần chuyển giao biên giới (Mặc định: off)"
7873
7874#: builtin/blame.c:795
7875msgid "Do not treat root commits as boundaries (Default: off)"
7876msgstr "Không coi các lần chuyển giao gốc là giới hạn (Mặc định: off)"
7877
7878#: builtin/blame.c:796
7879msgid "Show work cost statistics"
7880msgstr "Hiển thị thống kê công sức làm việc"
7881
7882#: builtin/blame.c:797
7883msgid "Force progress reporting"
7884msgstr "Ép buộc báo cáo tiến triển công việc"
7885
7886#: builtin/blame.c:798
7887msgid "Show output score for blame entries"
7888msgstr "Hiển thị kết xuất điểm số có các mục tin “blame”"
7889
7890#: builtin/blame.c:799
7891msgid "Show original filename (Default: auto)"
7892msgstr "Hiển thị tên tập tin gốc (Mặc định: auto)"
7893
7894#: builtin/blame.c:800
7895msgid "Show original linenumber (Default: off)"
7896msgstr "Hiển thị số dòng gốc (Mặc định: off)"
7897
7898#: builtin/blame.c:801
7899msgid "Show in a format designed for machine consumption"
7900msgstr "Hiển thị ở định dạng đã thiết kế cho sự tiêu dùng bằng máy"
7901
7902#: builtin/blame.c:802
7903msgid "Show porcelain format with per-line commit information"
7904msgstr "Hiển thị định dạng “porcelain” với thông tin chuyển giao mỗi dòng"
7905
7906#: builtin/blame.c:803
7907msgid "Use the same output mode as git-annotate (Default: off)"
7908msgstr "Dùng cùng chế độ xuất ra với git-annotate (Mặc định: off)"
7909
7910#: builtin/blame.c:804
7911msgid "Show raw timestamp (Default: off)"
7912msgstr "Hiển thị dấu vết thời gian dạng thô (Mặc định: off)"
7913
7914#: builtin/blame.c:805
7915msgid "Show long commit SHA1 (Default: off)"
7916msgstr "Hiển thị SHA1 của lần chuyển giao dạng dài (Mặc định: off)"
7917
7918#: builtin/blame.c:806
7919msgid "Suppress author name and timestamp (Default: off)"
7920msgstr "Không hiển thị tên tác giả và dấu vết thời gian (Mặc định: off)"
7921
7922#: builtin/blame.c:807
7923msgid "Show author email instead of name (Default: off)"
7924msgstr "Hiển thị thư điện tử của tác giả thay vì tên (Mặc định: off)"
7925
7926#: builtin/blame.c:808
7927msgid "Ignore whitespace differences"
7928msgstr "Bỏ qua các khác biệt do khoảng trắng gây ra"
7929
7930#: builtin/blame.c:809
7931msgid "color redundant metadata from previous line differently"
7932msgstr "siêu dữ liệu dư thừa màu từ dòng trước khác hẳn"
7933
7934#: builtin/blame.c:810
7935msgid "color lines by age"
7936msgstr "các dòng màu theo tuổi"
7937
7938#: builtin/blame.c:817
7939msgid "Use an experimental heuristic to improve diffs"
7940msgstr "Dùng một phỏng đoán thử nghiệm để tăng cường các diff"
7941
7942#: builtin/blame.c:819
7943msgid "Spend extra cycles to find better match"
7944msgstr "Tiêu thụ thêm năng tài nguyên máy móc để tìm kiếm tốt hơn nữa"
7945
7946#: builtin/blame.c:820
7947msgid "Use revisions from <file> instead of calling git-rev-list"
7948msgstr ""
7949"Sử dụng điểm xét duyệt (revision) từ <tập tin> thay vì gọi “git-rev-list”"
7950
7951#: builtin/blame.c:821
7952msgid "Use <file>'s contents as the final image"
7953msgstr "Sử dụng nội dung của <tập tin> như là ảnh cuối cùng"
7954
7955#: builtin/blame.c:822 builtin/blame.c:823
7956msgid "score"
7957msgstr "điểm số"
7958
7959#: builtin/blame.c:822
7960msgid "Find line copies within and across files"
7961msgstr "Tìm các bản sao chép dòng trong và ngang qua tập tin"
7962
7963#: builtin/blame.c:823
7964msgid "Find line movements within and across files"
7965msgstr "Tìm các di chuyển dòng trong và ngang qua tập tin"
7966
7967#: builtin/blame.c:824
7968msgid "n,m"
7969msgstr "n,m"
7970
7971#: builtin/blame.c:824
7972msgid "Process only line range n,m, counting from 1"
7973msgstr "Xử lý chỉ dòng vùng n,m, tính từ 1"
7974
7975#: builtin/blame.c:873
7976msgid "--progress can't be used with --incremental or porcelain formats"
7977msgstr ""
7978"--progress không được dùng cùng với --incremental hay các định dạng porcelain"
7979
7980#. TRANSLATORS: This string is used to tell us the
7981#. maximum display width for a relative timestamp in
7982#. "git blame" output.  For C locale, "4 years, 11
7983#. months ago", which takes 22 places, is the longest
7984#. among various forms of relative timestamps, but
7985#. your language may need more or fewer display
7986#. columns.
7987#.
7988#: builtin/blame.c:924
7989msgid "4 years, 11 months ago"
7990msgstr "4 năm, 11 tháng trước"
7991
7992#: builtin/blame.c:1011
7993#, c-format
7994msgid "file %s has only %lu line"
7995msgid_plural "file %s has only %lu lines"
7996msgstr[0] "tập tin %s chỉ có %lu dòng"
7997
7998#: builtin/blame.c:1057
7999msgid "Blaming lines"
8000msgstr "Các dòng blame"
8001
8002#: builtin/branch.c:29
8003msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8004msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--merged | --no-merged]"
8005
8006#: builtin/branch.c:30
8007msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8008msgstr "git branch [<các-tùy-chọn>] [-l] [-f] <tên-nhánh> [<điểm-đầu>]"
8009
8010#: builtin/branch.c:31
8011msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8012msgstr "git branch [<các-tùy-chọn>] [-r] (-d | -D) <tên-nhánh> …"
8013
8014#: builtin/branch.c:32
8015msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8016msgstr "git branch [<các-tùy-chọn>] (-m | -M) [<nhánh-cũ>] <nhánh-mới>"
8017
8018#: builtin/branch.c:33
8019msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8020msgstr "git branch [<các-tùy-chọn>] (-c | -C) [<nhánh-cũ>] <nhánh-mới>"
8021
8022#: builtin/branch.c:34
8023msgid "git branch [<options>] [-r | -a] [--points-at]"
8024msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--points-at]"
8025
8026#: builtin/branch.c:35
8027msgid "git branch [<options>] [-r | -a] [--format]"
8028msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--format]"
8029
8030#: builtin/branch.c:151
8031#, c-format
8032msgid ""
8033"deleting branch '%s' that has been merged to\n"
8034"         '%s', but not yet merged to HEAD."
8035msgstr ""
8036"đang xóa nhánh “%s” mà nó lại đã được hòa trộn vào\n"
8037"         “%s”, nhưng vẫn chưa được hòa trộn vào HEAD."
8038
8039#: builtin/branch.c:155
8040#, c-format
8041msgid ""
8042"not deleting branch '%s' that is not yet merged to\n"
8043"         '%s', even though it is merged to HEAD."
8044msgstr ""
8045"không xóa nhánh “%s” cái mà chưa được hòa trộn vào\n"
8046"         “%s”, cho dù là nó đã được hòa trộn vào HEAD."
8047
8048#: builtin/branch.c:169
8049#, c-format
8050msgid "Couldn't look up commit object for '%s'"
8051msgstr "Không thể tìm kiếm đối tượng chuyển giao cho “%s”"
8052
8053#: builtin/branch.c:173
8054#, c-format
8055msgid ""
8056"The branch '%s' is not fully merged.\n"
8057"If you are sure you want to delete it, run 'git branch -D %s'."
8058msgstr ""
8059"Nhánh “%s” không được trộn một cách đầy đủ.\n"
8060"Nếu bạn thực sự muốn xóa nó, thì chạy lệnh “git branch -D %s”."
8061
8062#: builtin/branch.c:186
8063msgid "Update of config-file failed"
8064msgstr "Cập nhật tập tin cấu hình gặp lỗi"
8065
8066#: builtin/branch.c:217
8067msgid "cannot use -a with -d"
8068msgstr "không thể dùng tùy chọn -a với -d"
8069
8070#: builtin/branch.c:223
8071msgid "Couldn't look up commit object for HEAD"
8072msgstr "Không thể tìm kiếm đối tượng chuyển giao cho HEAD"
8073
8074#: builtin/branch.c:237
8075#, c-format
8076msgid "Cannot delete branch '%s' checked out at '%s'"
8077msgstr "Không thể xóa nhánh “%s” đã được lấy ra tại “%s”"
8078
8079#: builtin/branch.c:252
8080#, c-format
8081msgid "remote-tracking branch '%s' not found."
8082msgstr "không tìm thấy nhánh theo dõi máy chủ “%s”."
8083
8084#: builtin/branch.c:253
8085#, c-format
8086msgid "branch '%s' not found."
8087msgstr "không tìm thấy nhánh “%s”."
8088
8089#: builtin/branch.c:268
8090#, c-format
8091msgid "Error deleting remote-tracking branch '%s'"
8092msgstr "Gặp lỗi khi đang xóa nhánh theo dõi máy chủ “%s”"
8093
8094#: builtin/branch.c:269
8095#, c-format
8096msgid "Error deleting branch '%s'"
8097msgstr "Gặp lỗi khi xóa bỏ nhánh “%s”"
8098
8099#: builtin/branch.c:276
8100#, c-format
8101msgid "Deleted remote-tracking branch %s (was %s).\n"
8102msgstr "Đã xóa nhánh theo dõi máy chủ \"%s\" (từng là %s).\n"
8103
8104#: builtin/branch.c:277
8105#, c-format
8106msgid "Deleted branch %s (was %s).\n"
8107msgstr "Nhánh “%s” đã bị xóa (từng là %s)\n"
8108
8109#: builtin/branch.c:421 builtin/tag.c:59
8110msgid "unable to parse format string"
8111msgstr "không thể phân tích chuỗi định dạng"
8112
8113#: builtin/branch.c:458
8114#, c-format
8115msgid "Branch %s is being rebased at %s"
8116msgstr "Nhánh %s đang được cải tổ lại tại %s"
8117
8118#: builtin/branch.c:462
8119#, c-format
8120msgid "Branch %s is being bisected at %s"
8121msgstr "Nhánh %s đang được di chuyển phân đôi (bisect) tại %s"
8122
8123#: builtin/branch.c:479
8124msgid "cannot copy the current branch while not on any."
8125msgstr "không thể sao chép nhánh hiện hành trong khi nó chẳng ở đâu cả."
8126
8127#: builtin/branch.c:481
8128msgid "cannot rename the current branch while not on any."
8129msgstr "không thể đổi tên nhánh hiện hành trong khi nó chẳng ở đâu cả."
8130
8131#: builtin/branch.c:492
8132#, c-format
8133msgid "Invalid branch name: '%s'"
8134msgstr "Tên nhánh không hợp lệ: “%s”"
8135
8136#: builtin/branch.c:519
8137msgid "Branch rename failed"
8138msgstr "Gặp lỗi khi đổi tên nhánh"
8139
8140#: builtin/branch.c:521
8141msgid "Branch copy failed"
8142msgstr "Gặp lỗi khi sao chép nhánh"
8143
8144#: builtin/branch.c:525
8145#, c-format
8146msgid "Created a copy of a misnamed branch '%s'"
8147msgstr "Đã tạo một bản sao của nhánh khuyết danh “%s”"
8148
8149#: builtin/branch.c:528
8150#, c-format
8151msgid "Renamed a misnamed branch '%s' away"
8152msgstr "Đã đổi tên nhánh khuyết danh “%s” đi"
8153
8154#: builtin/branch.c:534
8155#, c-format
8156msgid "Branch renamed to %s, but HEAD is not updated!"
8157msgstr "Nhánh bị đổi tên thành %s, nhưng HEAD lại không được cập nhật!"
8158
8159#: builtin/branch.c:543
8160msgid "Branch is renamed, but update of config-file failed"
8161msgstr "Nhánh bị đổi tên, nhưng cập nhật tập tin cấu hình gặp lỗi"
8162
8163#: builtin/branch.c:545
8164msgid "Branch is copied, but update of config-file failed"
8165msgstr "Nhánh đã được sao chép, nhưng cập nhật tập tin cấu hình gặp lỗi"
8166
8167#: builtin/branch.c:561
8168#, c-format
8169msgid ""
8170"Please edit the description for the branch\n"
8171"  %s\n"
8172"Lines starting with '%c' will be stripped.\n"
8173msgstr ""
8174"Viết các ghi chú cho nhánh:\n"
8175"  %s\n"
8176"Những dòng được bắt đầu bằng “%c” sẽ được cắt bỏ.\n"
8177
8178#: builtin/branch.c:594
8179msgid "Generic options"
8180msgstr "Tùy chọn chung"
8181
8182#: builtin/branch.c:596
8183msgid "show hash and subject, give twice for upstream branch"
8184msgstr "hiển thị mã băm và chủ đề, đưa ra hai lần cho nhánh thượng nguồn"
8185
8186#: builtin/branch.c:597
8187msgid "suppress informational messages"
8188msgstr "không xuất các thông tin"
8189
8190#: builtin/branch.c:598
8191msgid "set up tracking mode (see git-pull(1))"
8192msgstr "cài đặt chế độ theo dõi (xem git-pull(1))"
8193
8194#: builtin/branch.c:600
8195msgid "do not use"
8196msgstr "không dùng"
8197
8198#: builtin/branch.c:602 builtin/rebase--interactive.c:180
8199msgid "upstream"
8200msgstr "thượng nguồn"
8201
8202#: builtin/branch.c:602
8203msgid "change the upstream info"
8204msgstr "thay đổi thông tin thượng nguồn"
8205
8206#: builtin/branch.c:603
8207msgid "Unset the upstream info"
8208msgstr "Bỏ đặt thông tin thượng nguồn"
8209
8210#: builtin/branch.c:604
8211msgid "use colored output"
8212msgstr "tô màu kết xuất"
8213
8214#: builtin/branch.c:605
8215msgid "act on remote-tracking branches"
8216msgstr "thao tác trên nhánh “remote-tracking”"
8217
8218#: builtin/branch.c:607 builtin/branch.c:609
8219msgid "print only branches that contain the commit"
8220msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"
8221
8222#: builtin/branch.c:608 builtin/branch.c:610
8223msgid "print only branches that don't contain the commit"
8224msgstr "chỉ hiển thị những nhánh mà nó không chứa lần chuyển giao"
8225
8226#: builtin/branch.c:613
8227msgid "Specific git-branch actions:"
8228msgstr "Hành động git-branch:"
8229
8230#: builtin/branch.c:614
8231msgid "list both remote-tracking and local branches"
8232msgstr "liệt kê cả nhánh “remote-tracking” và nội bộ"
8233
8234#: builtin/branch.c:616
8235msgid "delete fully merged branch"
8236msgstr "xóa một toàn bộ nhánh đã hòa trộn"
8237
8238#: builtin/branch.c:617
8239msgid "delete branch (even if not merged)"
8240msgstr "xóa nhánh (cho dù là chưa được hòa trộn)"
8241
8242#: builtin/branch.c:618
8243msgid "move/rename a branch and its reflog"
8244msgstr "di chuyển hay đổi tên một nhánh và reflog của nó"
8245
8246#: builtin/branch.c:619
8247msgid "move/rename a branch, even if target exists"
8248msgstr "di chuyển hoặc đổi tên một nhánh ngay cả khi đích đã có sẵn"
8249
8250#: builtin/branch.c:620
8251msgid "copy a branch and its reflog"
8252msgstr "sao chép một nhánh và reflog của nó"
8253
8254#: builtin/branch.c:621
8255msgid "copy a branch, even if target exists"
8256msgstr "sao chép một nhánh ngay cả khi đích đã có sẵn"
8257
8258#: builtin/branch.c:622
8259msgid "list branch names"
8260msgstr "liệt kê các tên nhánh"
8261
8262#: builtin/branch.c:623
8263msgid "create the branch's reflog"
8264msgstr "tạo reflog của nhánh"
8265
8266#: builtin/branch.c:625
8267msgid "edit the description for the branch"
8268msgstr "sửa mô tả cho nhánh"
8269
8270#: builtin/branch.c:626
8271msgid "force creation, move/rename, deletion"
8272msgstr "buộc tạo, di chuyển/đổi tên, xóa"
8273
8274#: builtin/branch.c:627
8275msgid "print only branches that are merged"
8276msgstr "chỉ hiển thị những nhánh mà nó được hòa trộn"
8277
8278#: builtin/branch.c:628
8279msgid "print only branches that are not merged"
8280msgstr "chỉ hiển thị những nhánh mà nó không được hòa trộn"
8281
8282#: builtin/branch.c:629
8283msgid "list branches in columns"
8284msgstr "liệt kê các nhánh trong các cột"
8285
8286#: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
8287#: builtin/tag.c:415
8288msgid "key"
8289msgstr "khóa"
8290
8291#: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
8292#: builtin/tag.c:416
8293msgid "field name to sort on"
8294msgstr "tên trường cần sắp xếp"
8295
8296#: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:415
8297#: builtin/notes.c:418 builtin/notes.c:578 builtin/notes.c:581
8298#: builtin/tag.c:418
8299msgid "object"
8300msgstr "đối tượng"
8301
8302#: builtin/branch.c:634
8303msgid "print only branches of the object"
8304msgstr "chỉ hiển thị các nhánh của đối tượng"
8305
8306#: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:425
8307msgid "sorting and filtering are case insensitive"
8308msgstr "sắp xếp và lọc là phân biệt HOA thường"
8309
8310#: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:423
8311#: builtin/verify-tag.c:39
8312msgid "format to use for the output"
8313msgstr "định dạng sẽ dùng cho đầu ra"
8314
8315#: builtin/branch.c:660 builtin/clone.c:739
8316msgid "HEAD not found below refs/heads!"
8317msgstr "không tìm thấy HEAD ở dưới refs/heads!"
8318
8319#: builtin/branch.c:683
8320msgid "--column and --verbose are incompatible"
8321msgstr "tùy chọn --column và --verbose xung khắc nhau"
8322
8323#: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:758
8324msgid "branch name required"
8325msgstr "cần chỉ ra tên nhánh"
8326
8327#: builtin/branch.c:725
8328msgid "Cannot give description to detached HEAD"
8329msgstr "Không thể đưa ra mô tả HEAD đã tách rời"
8330
8331#: builtin/branch.c:730
8332msgid "cannot edit description of more than one branch"
8333msgstr "không thể sửa mô tả cho nhiều hơn một nhánh"
8334
8335#: builtin/branch.c:737
8336#, c-format
8337msgid "No commit on branch '%s' yet."
8338msgstr "Vẫn chưa chuyển giao trên nhánh “%s”."
8339
8340#: builtin/branch.c:740
8341#, c-format
8342msgid "No branch named '%s'."
8343msgstr "Không có nhánh nào có tên “%s”."
8344
8345#: builtin/branch.c:755
8346msgid "too many branches for a copy operation"
8347msgstr "quá nhiều nhánh dành cho thao tác sao chép"
8348
8349#: builtin/branch.c:764
8350msgid "too many arguments for a rename operation"
8351msgstr "quá nhiều tham số cho thao tác đổi tên"
8352
8353#: builtin/branch.c:769
8354msgid "too many arguments to set new upstream"
8355msgstr "quá nhiều tham số để đặt thượng nguồn mới"
8356
8357#: builtin/branch.c:773
8358#, c-format
8359msgid ""
8360"could not set upstream of HEAD to %s when it does not point to any branch."
8361msgstr ""
8362"không thể đặt thượng nguồn của HEAD thành %s khi mà nó chẳng chỉ đến nhánh "
8363"nào cả."
8364
8365#: builtin/branch.c:776 builtin/branch.c:798
8366#, c-format
8367msgid "no such branch '%s'"
8368msgstr "không có nhánh nào như thế “%s”"
8369
8370#: builtin/branch.c:780
8371#, c-format
8372msgid "branch '%s' does not exist"
8373msgstr "chưa có nhánh “%s”"
8374
8375#: builtin/branch.c:792
8376msgid "too many arguments to unset upstream"
8377msgstr "quá nhiều tham số để bỏ đặt thượng nguồn"
8378
8379#: builtin/branch.c:796
8380msgid "could not unset upstream of HEAD when it does not point to any branch."
8381msgstr "không thể bỏ đặt thượng nguồn của HEAD không chỉ đến một nhánh nào cả."
8382
8383#: builtin/branch.c:802
8384#, c-format
8385msgid "Branch '%s' has no upstream information"
8386msgstr "Nhánh “%s” không có thông tin thượng nguồn"
8387
8388#: builtin/branch.c:812
8389msgid "-a and -r options to 'git branch' do not make sense with a branch name"
8390msgstr ""
8391"hai tùy chọn -a và -r áp dụng cho lệnh “git branch” không hợp lý đối với tên "
8392"nhánh"
8393
8394#: builtin/branch.c:815
8395msgid ""
8396"the '--set-upstream' option is no longer supported. Please use '--track' or "
8397"'--set-upstream-to' instead."
8398msgstr ""
8399"tùy chọn --set-upstream đã không còn được hỗ trợ nữa. Vui lòng dùng “--"
8400"track” hoặc “--set-upstream-to” để thay thế."
8401
8402#: builtin/bundle.c:45
8403#, c-format
8404msgid "%s is okay\n"
8405msgstr "“%s” tốt\n"
8406
8407#: builtin/bundle.c:58
8408msgid "Need a repository to create a bundle."
8409msgstr "Cần một kho chứa để có thể tạo một bundle."
8410
8411#: builtin/bundle.c:62
8412msgid "Need a repository to unbundle."
8413msgstr "Cần một kho chứa để có thể giải nén một bundle."
8414
8415#: builtin/cat-file.c:587
8416msgid ""
8417"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
8418"p | <type> | --textconv | --filters) [--path=<path>] <object>"
8419msgstr ""
8420"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
8421"p | <kiểu> | --textconv) | --filters) [--path=<đường/dẫn>] <đối_tượng>"
8422
8423#: builtin/cat-file.c:588
8424msgid ""
8425"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
8426"filters]"
8427msgstr ""
8428"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
8429"filters]"
8430
8431#: builtin/cat-file.c:609
8432msgid "only one batch option may be specified"
8433msgstr "chỉ một tùy chọn batch được chỉ ra"
8434
8435#: builtin/cat-file.c:627
8436msgid "<type> can be one of: blob, tree, commit, tag"
8437msgstr "<kiểu> là một trong số: blob, tree, commit hoặc tag"
8438
8439#: builtin/cat-file.c:628
8440msgid "show object type"
8441msgstr "hiển thị kiểu đối tượng"
8442
8443#: builtin/cat-file.c:629
8444msgid "show object size"
8445msgstr "hiển thị kích thước đối tượng"
8446
8447#: builtin/cat-file.c:631
8448msgid "exit with zero when there's no error"
8449msgstr "thoát với 0 khi không có lỗi"
8450
8451#: builtin/cat-file.c:632
8452msgid "pretty-print object's content"
8453msgstr "in nội dung đối tượng dạng dễ đọc"
8454
8455#: builtin/cat-file.c:634
8456msgid "for blob objects, run textconv on object's content"
8457msgstr "với đối tượng blob, chạy lệnh textconv trên nội dung của đối tượng"
8458
8459#: builtin/cat-file.c:636
8460msgid "for blob objects, run filters on object's content"
8461msgstr "với đối tượng blob, chạy lệnh filters trên nội dung của đối tượng"
8462
8463#: builtin/cat-file.c:637 git-submodule.sh:857
8464msgid "blob"
8465msgstr "blob"
8466
8467#: builtin/cat-file.c:638
8468msgid "use a specific path for --textconv/--filters"
8469msgstr "dùng một đường dẫn rõ ràng cho --textconv/--filters"
8470
8471#: builtin/cat-file.c:640
8472msgid "allow -s and -t to work with broken/corrupt objects"
8473msgstr "cho phép -s và -t để làm việc với các đối tượng sai/hỏng"
8474
8475#: builtin/cat-file.c:641
8476msgid "buffer --batch output"
8477msgstr "đệm kết xuất --batch"
8478
8479#: builtin/cat-file.c:643
8480msgid "show info and content of objects fed from the standard input"
8481msgstr ""
8482"hiển thị thông tin và nội dung của các đối tượng lấy từ đầu vào tiêu chuẩn"
8483
8484#: builtin/cat-file.c:647
8485msgid "show info about objects fed from the standard input"
8486msgstr "hiển thị các thông tin về đối tượng fed  từ đầu vào tiêu chuẩn"
8487
8488#: builtin/cat-file.c:651
8489msgid "follow in-tree symlinks (used with --batch or --batch-check)"
8490msgstr "theo liên kết mềm trong-cây (được dùng với --batch hay --batch-check)"
8491
8492#: builtin/cat-file.c:653
8493msgid "show all objects with --batch or --batch-check"
8494msgstr "hiển thị mọi đối tượng với --batch hay --batch-check"
8495
8496#: builtin/cat-file.c:655
8497msgid "do not order --batch-all-objects output"
8498msgstr "đừng sắp xếp đầu ra --batch-all-objects"
8499
8500#: builtin/check-attr.c:12
8501msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
8502msgstr "git check-attr [-a | --all | <attr>…] [--] tên-đường-dẫn…"
8503
8504#: builtin/check-attr.c:13
8505msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
8506msgstr "git check-attr --stdin [-z] [-a | --all | <attr>…]"
8507
8508#: builtin/check-attr.c:20
8509msgid "report all attributes set on file"
8510msgstr "báo cáo tất cả các thuộc tính đặt trên tập tin"
8511
8512#: builtin/check-attr.c:21
8513msgid "use .gitattributes only from the index"
8514msgstr "chỉ dùng .gitattributes từ bảng mục lục"
8515
8516#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
8517msgid "read file names from stdin"
8518msgstr "đọc tên tập tin từ đầu vào tiêu chuẩn"
8519
8520#: builtin/check-attr.c:24 builtin/check-ignore.c:26
8521msgid "terminate input and output records by a NUL character"
8522msgstr "chấm dứt các bản ghi vào và ra bằng ký tự NULL"
8523
8524#: builtin/check-ignore.c:20 builtin/checkout.c:1234 builtin/gc.c:517
8525#: builtin/worktree.c:495
8526msgid "suppress progress reporting"
8527msgstr "chặn các báo cáo tiến trình hoạt động"
8528
8529#: builtin/check-ignore.c:28
8530msgid "show non-matching input paths"
8531msgstr "hiển thị những đường dẫn đầu vào không khớp với mẫu"
8532
8533#: builtin/check-ignore.c:30
8534msgid "ignore index when checking"
8535msgstr "bỏ qua mục lục khi kiểm tra"
8536
8537#: builtin/check-ignore.c:159
8538msgid "cannot specify pathnames with --stdin"
8539msgstr "không thể chỉ định các tên đường dẫn với --stdin"
8540
8541#: builtin/check-ignore.c:162
8542msgid "-z only makes sense with --stdin"
8543msgstr "-z chỉ hợp lý với --stdin"
8544
8545#: builtin/check-ignore.c:164
8546msgid "no path specified"
8547msgstr "chưa chỉ ra đường dẫn"
8548
8549#: builtin/check-ignore.c:168
8550msgid "--quiet is only valid with a single pathname"
8551msgstr "--quiet chỉ hợp lệ với tên đường dẫn đơn"
8552
8553#: builtin/check-ignore.c:170
8554msgid "cannot have both --quiet and --verbose"
8555msgstr "không thể dùng cả hai tùy chọn --quiet và --verbose"
8556
8557#: builtin/check-ignore.c:173
8558msgid "--non-matching is only valid with --verbose"
8559msgstr "tùy-chọn --non-matching chỉ hợp lệ khi dùng với --verbose"
8560
8561#: builtin/check-mailmap.c:9
8562msgid "git check-mailmap [<options>] <contact>..."
8563msgstr "git check-mailmap [<các-tùy-chọn>] <danh-bạ>…"
8564
8565#: builtin/check-mailmap.c:14
8566msgid "also read contacts from stdin"
8567msgstr "đồng thời đọc các danh bạ từ đầu vào tiêu chuẩn"
8568
8569#: builtin/check-mailmap.c:25
8570#, c-format
8571msgid "unable to parse contact: %s"
8572msgstr "không thể phân tích danh bạ: “%s”"
8573
8574#: builtin/check-mailmap.c:48
8575msgid "no contacts specified"
8576msgstr "chưa chỉ ra danh bạ"
8577
8578#: builtin/checkout-index.c:128
8579msgid "git checkout-index [<options>] [--] [<file>...]"
8580msgstr "git checkout-index [<các-tùy-chọn>] [--] [<tập-tin>…]"
8581
8582#: builtin/checkout-index.c:145
8583msgid "stage should be between 1 and 3 or all"
8584msgstr "stage nên giữa 1 và 3 hay all"
8585
8586#: builtin/checkout-index.c:161
8587msgid "check out all files in the index"
8588msgstr "lấy ra toàn bộ các tập tin trong bảng mục lục"
8589
8590#: builtin/checkout-index.c:162
8591msgid "force overwrite of existing files"
8592msgstr "ép buộc ghi đè lên tập tin đã sẵn có từ trước"
8593
8594#: builtin/checkout-index.c:164
8595msgid "no warning for existing files and files not in index"
8596msgstr ""
8597"không cảnh báo cho những tập tin tồn tại và không có trong bảng mục lục"
8598
8599#: builtin/checkout-index.c:166
8600msgid "don't checkout new files"
8601msgstr "không checkout các tập tin mới"
8602
8603#: builtin/checkout-index.c:168
8604msgid "update stat information in the index file"
8605msgstr "cập nhật thông tin thống kê trong tập tin lưu bảng mục lục mới"
8606
8607#: builtin/checkout-index.c:172
8608msgid "read list of paths from the standard input"
8609msgstr "đọc danh sách đường dẫn từ đầu vào tiêu chuẩn"
8610
8611#: builtin/checkout-index.c:174
8612msgid "write the content to temporary files"
8613msgstr "ghi nội dung vào tập tin tạm"
8614
8615#: builtin/checkout-index.c:175 builtin/column.c:31
8616#: builtin/submodule--helper.c:1368 builtin/submodule--helper.c:1371
8617#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1853
8618#: builtin/worktree.c:668
8619msgid "string"
8620msgstr "chuỗi"
8621
8622#: builtin/checkout-index.c:176
8623msgid "when creating files, prepend <string>"
8624msgstr "khi tạo các tập tin, nối thêm <chuỗi>"
8625
8626#: builtin/checkout-index.c:178
8627msgid "copy out the files from named stage"
8628msgstr "sao chép ra các tập tin từ bệ phóng có tên"
8629
8630#: builtin/checkout.c:31
8631msgid "git checkout [<options>] <branch>"
8632msgstr "git checkout [<các-tùy-chọn>] <nhánh>"
8633
8634#: builtin/checkout.c:32
8635msgid "git checkout [<options>] [<branch>] -- <file>..."
8636msgstr "git checkout [<các-tùy-chọn>] [<nhánh>] -- <tập-tin>…"
8637
8638#: builtin/checkout.c:144 builtin/checkout.c:177
8639#, c-format
8640msgid "path '%s' does not have our version"
8641msgstr "đường dẫn “%s” không có các phiên bản của chúng ta"
8642
8643#: builtin/checkout.c:146 builtin/checkout.c:179
8644#, c-format
8645msgid "path '%s' does not have their version"
8646msgstr "đường dẫn “%s” không có các phiên bản của chúng"
8647
8648#: builtin/checkout.c:162
8649#, c-format
8650msgid "path '%s' does not have all necessary versions"
8651msgstr "đường dẫn “%s” không có tất cả các phiên bản cần thiết"
8652
8653#: builtin/checkout.c:206
8654#, c-format
8655msgid "path '%s' does not have necessary versions"
8656msgstr "đường dẫn “%s” không có các phiên bản cần thiết"
8657
8658#: builtin/checkout.c:224
8659#, c-format
8660msgid "path '%s': cannot merge"
8661msgstr "đường dẫn “%s”: không thể hòa trộn"
8662
8663#: builtin/checkout.c:240
8664#, c-format
8665msgid "Unable to add merge result for '%s'"
8666msgstr "Không thể thêm kết quả hòa trộn cho “%s”"
8667
8668#: builtin/checkout.c:262 builtin/checkout.c:265 builtin/checkout.c:268
8669#: builtin/checkout.c:271
8670#, c-format
8671msgid "'%s' cannot be used with updating paths"
8672msgstr "không được dùng “%s” với các đường dẫn cập nhật"
8673
8674#: builtin/checkout.c:274 builtin/checkout.c:277
8675#, c-format
8676msgid "'%s' cannot be used with %s"
8677msgstr "không được dùng “%s” với %s"
8678
8679#: builtin/checkout.c:280
8680#, c-format
8681msgid "Cannot update paths and switch to branch '%s' at the same time."
8682msgstr ""
8683"Không thể cập nhật các đường dẫn và chuyển đến nhánh “%s” cùng một lúc."
8684
8685#: builtin/checkout.c:349 builtin/checkout.c:356
8686#, c-format
8687msgid "path '%s' is unmerged"
8688msgstr "đường dẫn “%s” không được hòa trộn"
8689
8690#: builtin/checkout.c:608
8691msgid "you need to resolve your current index first"
8692msgstr "bạn cần phải giải quyết bảng mục lục hiện tại của bạn trước đã"
8693
8694#: builtin/checkout.c:745
8695#, c-format
8696msgid "Can not do reflog for '%s': %s\n"
8697msgstr "Không thể thực hiện reflog cho “%s”: %s\n"
8698
8699#: builtin/checkout.c:786
8700msgid "HEAD is now at"
8701msgstr "HEAD hiện giờ tại"
8702
8703#: builtin/checkout.c:790 builtin/clone.c:692
8704msgid "unable to update HEAD"
8705msgstr "không thể cập nhật HEAD"
8706
8707#: builtin/checkout.c:794
8708#, c-format
8709msgid "Reset branch '%s'\n"
8710msgstr "Đặt lại nhánh “%s”\n"
8711
8712#: builtin/checkout.c:797
8713#, c-format
8714msgid "Already on '%s'\n"
8715msgstr "Đã sẵn sàng trên “%s”\n"
8716
8717#: builtin/checkout.c:801
8718#, c-format
8719msgid "Switched to and reset branch '%s'\n"
8720msgstr "Đã chuyển tới và đặt lại nhánh “%s”\n"
8721
8722#: builtin/checkout.c:803 builtin/checkout.c:1166
8723#, c-format
8724msgid "Switched to a new branch '%s'\n"
8725msgstr "Đã chuyển đến nhánh mới “%s”\n"
8726
8727#: builtin/checkout.c:805
8728#, c-format
8729msgid "Switched to branch '%s'\n"
8730msgstr "Đã chuyển đến nhánh “%s”\n"
8731
8732#: builtin/checkout.c:856
8733#, c-format
8734msgid " ... and %d more.\n"
8735msgstr " … và nhiều hơn %d.\n"
8736
8737#: builtin/checkout.c:862
8738#, c-format
8739msgid ""
8740"Warning: you are leaving %d commit behind, not connected to\n"
8741"any of your branches:\n"
8742"\n"
8743"%s\n"
8744msgid_plural ""
8745"Warning: you are leaving %d commits behind, not connected to\n"
8746"any of your branches:\n"
8747"\n"
8748"%s\n"
8749msgstr[0] ""
8750"Cảnh báo: bạn đã rời bỏ %d lần chuyển giao lại đằng sau, không được kết nối "
8751"đến\n"
8752"bất kỳ nhánh nào của bạn:\n"
8753"\n"
8754"%s\n"
8755
8756#: builtin/checkout.c:881
8757#, c-format
8758msgid ""
8759"If you want to keep it by creating a new branch, this may be a good time\n"
8760"to do so with:\n"
8761"\n"
8762" git branch <new-branch-name> %s\n"
8763"\n"
8764msgid_plural ""
8765"If you want to keep them by creating a new branch, this may be a good time\n"
8766"to do so with:\n"
8767"\n"
8768" git branch <new-branch-name> %s\n"
8769"\n"
8770msgstr[0] ""
8771"Nếu bạn muốn giữ (chúng) nó bằng cách tạo ra một nhánh mới, đây có lẽ là\n"
8772"một thời điểm thích hợp để làm thế bằng lệnh:\n"
8773"\n"
8774" git branch <tên_nhánh_mới> %s\n"
8775"\n"
8776
8777#: builtin/checkout.c:913
8778msgid "internal error in revision walk"
8779msgstr "lỗi nội bộ trong khi di chuyển qua các điểm xét duyệt"
8780
8781#: builtin/checkout.c:917
8782msgid "Previous HEAD position was"
8783msgstr "Vị trí trước kia của HEAD là"
8784
8785#: builtin/checkout.c:945 builtin/checkout.c:1161
8786msgid "You are on a branch yet to be born"
8787msgstr "Bạn tại nhánh mà nó chưa hề được sinh ra"
8788
8789#: builtin/checkout.c:1066
8790#, c-format
8791msgid "only one reference expected, %d given."
8792msgstr "chỉ cần một tham chiếu, nhưng lại đưa ra %d."
8793
8794#: builtin/checkout.c:1107 builtin/worktree.c:289 builtin/worktree.c:444
8795#, c-format
8796msgid "invalid reference: %s"
8797msgstr "tham chiếu không hợp lệ: %s"
8798
8799#: builtin/checkout.c:1136
8800#, c-format
8801msgid "reference is not a tree: %s"
8802msgstr "tham chiếu không phải là một cây:%s"
8803
8804#: builtin/checkout.c:1175
8805msgid "paths cannot be used with switching branches"
8806msgstr "các đường dẫn không thể dùng cùng với các nhánh chuyển"
8807
8808#: builtin/checkout.c:1178 builtin/checkout.c:1182
8809#, c-format
8810msgid "'%s' cannot be used with switching branches"
8811msgstr "“%s” không thể được sử dụng với các nhánh chuyển"
8812
8813#: builtin/checkout.c:1186 builtin/checkout.c:1189 builtin/checkout.c:1194
8814#: builtin/checkout.c:1197
8815#, c-format
8816msgid "'%s' cannot be used with '%s'"
8817msgstr "“%s” không thể được dùng với “%s”"
8818
8819#: builtin/checkout.c:1202
8820#, c-format
8821msgid "Cannot switch branch to a non-commit '%s'"
8822msgstr "Không thể chuyển nhánh đến một thứ không phải là lần chuyển giao “%s”"
8823
8824#: builtin/checkout.c:1235 builtin/checkout.c:1237 builtin/clone.c:119
8825#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:488
8826#: builtin/worktree.c:490
8827msgid "branch"
8828msgstr "nhánh"
8829
8830#: builtin/checkout.c:1236
8831msgid "create and checkout a new branch"
8832msgstr "tạo và checkout một nhánh mới"
8833
8834#: builtin/checkout.c:1238
8835msgid "create/reset and checkout a branch"
8836msgstr "tạo/đặt_lại và checkout một nhánh"
8837
8838#: builtin/checkout.c:1239
8839msgid "create reflog for new branch"
8840msgstr "tạo reflog cho nhánh mới"
8841
8842#: builtin/checkout.c:1240 builtin/worktree.c:492
8843msgid "detach HEAD at named commit"
8844msgstr "rời bỏ HEAD tại lần chuyển giao theo tên"
8845
8846#: builtin/checkout.c:1241
8847msgid "set upstream info for new branch"
8848msgstr "đặt thông tin thượng nguồn cho nhánh mới"
8849
8850#: builtin/checkout.c:1243
8851msgid "new-branch"
8852msgstr "nhánh-mới"
8853
8854#: builtin/checkout.c:1243
8855msgid "new unparented branch"
8856msgstr "nhánh không cha mới"
8857
8858#: builtin/checkout.c:1245
8859msgid "checkout our version for unmerged files"
8860msgstr ""
8861"lấy ra (checkout) phiên bản của chúng ta cho các tập tin chưa được hòa trộn"
8862
8863#: builtin/checkout.c:1248
8864msgid "checkout their version for unmerged files"
8865msgstr ""
8866"lấy ra (checkout) phiên bản của chúng họ cho các tập tin chưa được hòa trộn"
8867
8868#: builtin/checkout.c:1250
8869msgid "force checkout (throw away local modifications)"
8870msgstr "ép buộc lấy ra (bỏ đi những thay đổi nội bộ)"
8871
8872#: builtin/checkout.c:1252
8873msgid "perform a 3-way merge with the new branch"
8874msgstr "thực hiện hòa trộn kiểu 3-way với nhánh mới"
8875
8876#: builtin/checkout.c:1254 builtin/merge.c:275
8877msgid "update ignored files (default)"
8878msgstr "cập nhật các tập tin bị bỏ qua (mặc định)"
8879
8880#: builtin/checkout.c:1256 builtin/log.c:1573 parse-options.h:274
8881msgid "style"
8882msgstr "kiểu"
8883
8884#: builtin/checkout.c:1257
8885msgid "conflict style (merge or diff3)"
8886msgstr "xung đột kiểu (hòa trộn hoặc diff3)"
8887
8888#: builtin/checkout.c:1260
8889msgid "do not limit pathspecs to sparse entries only"
8890msgstr "không giới hạn đặc tả đường dẫn thành chỉ các mục thưa thớt"
8891
8892#: builtin/checkout.c:1262
8893msgid "second guess 'git checkout <no-such-branch>'"
8894msgstr "gợi ý thứ hai \"git checkout <không-nhánh-nào-như-vậy>\""
8895
8896#: builtin/checkout.c:1264
8897msgid "do not check if another worktree is holding the given ref"
8898msgstr "không kiểm tra nếu cây làm việc khác đang giữ tham chiếu đã cho"
8899
8900#: builtin/checkout.c:1268 builtin/clone.c:86 builtin/fetch.c:141
8901#: builtin/merge.c:272 builtin/pull.c:129 builtin/push.c:572
8902#: builtin/send-pack.c:174
8903msgid "force progress reporting"
8904msgstr "ép buộc báo cáo tiến triển công việc"
8905
8906#: builtin/checkout.c:1298
8907msgid "-b, -B and --orphan are mutually exclusive"
8908msgstr "Các tùy chọn -b, -B và --orphan loại từ lẫn nhau"
8909
8910#: builtin/checkout.c:1315
8911msgid "--track needs a branch name"
8912msgstr "--track cần tên một nhánh"
8913
8914#: builtin/checkout.c:1320
8915msgid "missing branch name; try -b"
8916msgstr "thiếu tên nhánh; hãy thử -b"
8917
8918#: builtin/checkout.c:1357
8919msgid "invalid path specification"
8920msgstr "đường dẫn đã cho không hợp lệ"
8921
8922#: builtin/checkout.c:1364
8923#, c-format
8924msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
8925msgstr ""
8926"“%s” không phải là một lần chuyển giao và một nhánh'%s” không thể được tạo "
8927"từ đó"
8928
8929#: builtin/checkout.c:1368
8930#, c-format
8931msgid "git checkout: --detach does not take a path argument '%s'"
8932msgstr "git checkout: --detach không nhận một đối số đường dẫn “%s”"
8933
8934#: builtin/checkout.c:1372
8935msgid ""
8936"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
8937"checking out of the index."
8938msgstr ""
8939"git checkout: --ours/--theirs, --force và --merge là xung khắc với nhau khi\n"
8940"checkout bảng mục lục (index)."
8941
8942#: builtin/checkout.c:1392
8943#, c-format
8944msgid ""
8945"'%s' matched more than one remote tracking branch.\n"
8946"We found %d remotes with a reference that matched. So we fell back\n"
8947"on trying to resolve the argument as a path, but failed there too!\n"
8948"\n"
8949"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
8950"you can do so by fully qualifying the name with the --track option:\n"
8951"\n"
8952"    git checkout --track origin/<name>\n"
8953"\n"
8954"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
8955"one remote, e.g. the 'origin' remote, consider setting\n"
8956"checkout.defaultRemote=origin in your config."
8957msgstr ""
8958"“%s” khớp hơn một nhánh máy chủ được theo dõi.\n"
8959"Chúng tôi tìm thấy %d máy chủ với một tham chiếu khớp. Do đó chúng tôi cố "
8960"để\n"
8961"phân giải tham số như là một đường dẫn, nhưng cũng gặp lỗi!\n"
8962"\n"
8963"Nếu ý bạn là lấy ra nhánh máy chủ được theo dõi, ví dụ “origin”,\n"
8964"bạn có thể làm như vậy bằng cách chỉ định đầy đủ tên với tùy chọn --track:\n"
8965"\n"
8966"    git checkout --track origin/<tên>\n"
8967"\n"
8968"Nếu bạn muốn luôn lấy ra từ một <tên> một náy chủ ưa thích\n"
8969"chưa rõ ràng, ví dụ máy chủ “origin”, cân nhắc cài đặt\n"
8970"checkout.defaultRemote=origin trong cấu hình của bạn."
8971
8972#: builtin/clean.c:27
8973msgid ""
8974"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
8975msgstr ""
8976"git clean [-d] [-f] [-i] [-n] [-q] [-e <mẫu>] [-x | -X] [--] <đường-dẫn>…"
8977
8978#: builtin/clean.c:31
8979#, c-format
8980msgid "Removing %s\n"
8981msgstr "Đang gỡ bỏ %s\n"
8982
8983#: builtin/clean.c:32
8984#, c-format
8985msgid "Would remove %s\n"
8986msgstr "Có thể gỡ bỏ %s\n"
8987
8988#: builtin/clean.c:33
8989#, c-format
8990msgid "Skipping repository %s\n"
8991msgstr "Đang bỏ qua kho chứa %s\n"
8992
8993#: builtin/clean.c:34
8994#, c-format
8995msgid "Would skip repository %s\n"
8996msgstr "Nên bỏ qua kho chứa %s\n"
8997
8998#: builtin/clean.c:35
8999#, c-format
9000msgid "failed to remove %s"
9001msgstr "gặp lỗi khi gỡ bỏ %s"
9002
9003#: builtin/clean.c:298 git-add--interactive.perl:579
9004#, c-format
9005msgid ""
9006"Prompt help:\n"
9007"1          - select a numbered item\n"
9008"foo        - select item based on unique prefix\n"
9009"           - (empty) select nothing\n"
9010msgstr ""
9011"Trợ giúp về nhắc:\n"
9012"1          - chọn một mục được đánh số\n"
9013"foo        - chọn mục trên cơ sở tiền tố duy nhất\n"
9014"           - (để trống) không chọn gì cả\n"
9015
9016#: builtin/clean.c:302 git-add--interactive.perl:588
9017#, c-format
9018msgid ""
9019"Prompt help:\n"
9020"1          - select a single item\n"
9021"3-5        - select a range of items\n"
9022"2-3,6-9    - select multiple ranges\n"
9023"foo        - select item based on unique prefix\n"
9024"-...       - unselect specified items\n"
9025"*          - choose all items\n"
9026"           - (empty) finish selecting\n"
9027msgstr ""
9028"Trợ giúp về nhắc:\n"
9029"1          - chọn một mục đơn\n"
9030"3-5        - chọn một vùng\n"
9031"2-3,6-9    - chọn nhiều vùng\n"
9032"foo        - chọn mục dựa trên tiền tố duy nhất\n"
9033"-…         - không chọn các mục đã chỉ ra\n"
9034"*          - chọn tất\n"
9035"           - (để trống) kết thúc việc chọn\n"
9036
9037#: builtin/clean.c:518 git-add--interactive.perl:554
9038#: git-add--interactive.perl:559
9039#, c-format, perl-format
9040msgid "Huh (%s)?\n"
9041msgstr "Hả (%s)?\n"
9042
9043#: builtin/clean.c:660
9044#, c-format
9045msgid "Input ignore patterns>> "
9046msgstr "Mẫu để lọc các tập tin đầu vào cần lờ đi>> "
9047
9048#: builtin/clean.c:697
9049#, c-format
9050msgid "WARNING: Cannot find items matched by: %s"
9051msgstr "CẢNH BÁO: Không tìm thấy các mục được khớp bởi: %s"
9052
9053#: builtin/clean.c:718
9054msgid "Select items to delete"
9055msgstr "Chọn mục muốn xóa"
9056
9057#. TRANSLATORS: Make sure to keep [y/N] as is
9058#: builtin/clean.c:759
9059#, c-format
9060msgid "Remove %s [y/N]? "
9061msgstr "Xóa bỏ “%s” [y/N]? "
9062
9063#: builtin/clean.c:784 git-add--interactive.perl:1717
9064#, c-format
9065msgid "Bye.\n"
9066msgstr "Tạm biệt.\n"
9067
9068#: builtin/clean.c:792
9069msgid ""
9070"clean               - start cleaning\n"
9071"filter by pattern   - exclude items from deletion\n"
9072"select by numbers   - select items to be deleted by numbers\n"
9073"ask each            - confirm each deletion (like \"rm -i\")\n"
9074"quit                - stop cleaning\n"
9075"help                - this screen\n"
9076"?                   - help for prompt selection"
9077msgstr ""
9078"clean               - bắt đầu dọn dẹp\n"
9079"filter by pattern   - loại trừ các mục khỏi việc xóa\n"
9080"select by numbers   - chọn các mục cần xóa bằng số\n"
9081"ask each            - xác nhận trước mỗi lần xóa (giống như \"rm -i\")\n"
9082"quit                - dừng việc dọn dẹp lại\n"
9083"help                - hiển thị chính trợ giúp này\n"
9084"?                   - trợ giúp dành cho chọn bằng cách nhắc"
9085
9086#: builtin/clean.c:819 git-add--interactive.perl:1793
9087msgid "*** Commands ***"
9088msgstr "*** Lệnh ***"
9089
9090#: builtin/clean.c:820 git-add--interactive.perl:1790
9091msgid "What now"
9092msgstr "Giờ thì sao"
9093
9094#: builtin/clean.c:828
9095msgid "Would remove the following item:"
9096msgid_plural "Would remove the following items:"
9097msgstr[0] "Có muốn gỡ bỏ (các) mục sau đây không:"
9098
9099#: builtin/clean.c:844
9100msgid "No more files to clean, exiting."
9101msgstr "Không còn tập-tin nào để dọn dẹp, đang thoát ra."
9102
9103#: builtin/clean.c:906
9104msgid "do not print names of files removed"
9105msgstr "không hiển thị tên của các tập tin đã gỡ bỏ"
9106
9107#: builtin/clean.c:908
9108msgid "force"
9109msgstr "ép buộc"
9110
9111#: builtin/clean.c:909
9112msgid "interactive cleaning"
9113msgstr "dọn bằng kiểu tương tác"
9114
9115#: builtin/clean.c:911
9116msgid "remove whole directories"
9117msgstr "gỡ bỏ toàn bộ thư mục"
9118
9119#: builtin/clean.c:912 builtin/describe.c:545 builtin/describe.c:547
9120#: builtin/grep.c:886 builtin/log.c:166 builtin/log.c:168
9121#: builtin/ls-files.c:556 builtin/name-rev.c:415 builtin/name-rev.c:417
9122#: builtin/show-ref.c:178
9123msgid "pattern"
9124msgstr "mẫu"
9125
9126#: builtin/clean.c:913
9127msgid "add <pattern> to ignore rules"
9128msgstr "thêm <mẫu> vào trong qui tắc bỏ qua"
9129
9130#: builtin/clean.c:914
9131msgid "remove ignored files, too"
9132msgstr "đồng thời gỡ bỏ cả các tập tin bị bỏ qua"
9133
9134#: builtin/clean.c:916
9135msgid "remove only ignored files"
9136msgstr "chỉ gỡ bỏ những tập tin bị bỏ qua"
9137
9138#: builtin/clean.c:934
9139msgid "-x and -X cannot be used together"
9140msgstr "-x và -X không thể dùng cùng nhau"
9141
9142#: builtin/clean.c:938
9143msgid ""
9144"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9145"clean"
9146msgstr ""
9147"clean.requireForce được đặt thành true và không đưa ra tùy chọn -i, -n mà "
9148"cũng không -f; từ chối lệnh dọn dẹp (clean)"
9149
9150#: builtin/clean.c:941
9151msgid ""
9152"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9153"refusing to clean"
9154msgstr ""
9155"clean.requireForce mặc định được đặt là true và không đưa ra tùy chọn -i, -n "
9156"mà cũng không -f; từ chối lệnh dọn dẹp (clean)"
9157
9158#: builtin/clone.c:43
9159msgid "git clone [<options>] [--] <repo> [<dir>]"
9160msgstr "git clone [<các-tùy-chọn>] [--] <kho> [<t.mục>]"
9161
9162#: builtin/clone.c:88
9163msgid "don't create a checkout"
9164msgstr "không tạo một checkout"
9165
9166#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:481
9167msgid "create a bare repository"
9168msgstr "tạo kho thuần"
9169
9170#: builtin/clone.c:93
9171msgid "create a mirror repository (implies bare)"
9172msgstr "tạo kho bản sao (ý là kho thuần)"
9173
9174#: builtin/clone.c:95
9175msgid "to clone from a local repository"
9176msgstr "để nhân bản từ kho nội bộ"
9177
9178#: builtin/clone.c:97
9179msgid "don't use local hardlinks, always copy"
9180msgstr "không sử dụng liên kết cứng nội bộ, luôn sao chép"
9181
9182#: builtin/clone.c:99
9183msgid "setup as shared repository"
9184msgstr "cài đặt đây là kho chia sẻ"
9185
9186#: builtin/clone.c:101 builtin/clone.c:105
9187msgid "pathspec"
9188msgstr "đặc-tả-đường-dẫn"
9189
9190#: builtin/clone.c:101 builtin/clone.c:105
9191msgid "initialize submodules in the clone"
9192msgstr "khởi tạo mô-đun-con trong bản sao"
9193
9194#: builtin/clone.c:108
9195msgid "number of submodules cloned in parallel"
9196msgstr "số lượng mô-đun-con được nhân bản đồng thời"
9197
9198#: builtin/clone.c:109 builtin/init-db.c:478
9199msgid "template-directory"
9200msgstr "thư-mục-mẫu"
9201
9202#: builtin/clone.c:110 builtin/init-db.c:479
9203msgid "directory from which templates will be used"
9204msgstr "thư mục mà tại đó các mẫu sẽ được dùng"
9205
9206#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1375
9207#: builtin/submodule--helper.c:1856
9208msgid "reference repository"
9209msgstr "kho tham chiếu"
9210
9211#: builtin/clone.c:116 builtin/submodule--helper.c:1377
9212#: builtin/submodule--helper.c:1858
9213msgid "use --reference only while cloning"
9214msgstr "chỉ dùng --reference khi nhân bản"
9215
9216#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:46
9217#: builtin/pack-objects.c:3301 builtin/repack.c:329
9218msgid "name"
9219msgstr "tên"
9220
9221#: builtin/clone.c:118
9222msgid "use <name> instead of 'origin' to track upstream"
9223msgstr "dùng <tên> thay cho “origin” để theo dõi thượng nguồn"
9224
9225#: builtin/clone.c:120
9226msgid "checkout <branch> instead of the remote's HEAD"
9227msgstr "lấy ra <nhánh> thay cho HEAD của máy chủ"
9228
9229#: builtin/clone.c:122
9230msgid "path to git-upload-pack on the remote"
9231msgstr "đường dẫn đến git-upload-pack trên máy chủ"
9232
9233#: builtin/clone.c:123 builtin/fetch.c:142 builtin/grep.c:825
9234#: builtin/pull.c:217
9235msgid "depth"
9236msgstr "độ-sâu"
9237
9238#: builtin/clone.c:124
9239msgid "create a shallow clone of that depth"
9240msgstr "tạo bản sao không đầy đủ cho mức sâu đã cho"
9241
9242#: builtin/clone.c:125 builtin/fetch.c:144 builtin/pack-objects.c:3292
9243msgid "time"
9244msgstr "thời-gian"
9245
9246#: builtin/clone.c:126
9247msgid "create a shallow clone since a specific time"
9248msgstr "tạo bản sao không đầy đủ từ thời điểm đã cho"
9249
9250#: builtin/clone.c:127 builtin/fetch.c:146 builtin/fetch.c:169
9251#: builtin/rebase.c:814
9252msgid "revision"
9253msgstr "điểm xét duyệt"
9254
9255#: builtin/clone.c:128 builtin/fetch.c:147
9256msgid "deepen history of shallow clone, excluding rev"
9257msgstr "làm sâu hơn lịch sử của bản sao shallow, bằng điểm xét duyệt loại trừ"
9258
9259#: builtin/clone.c:130
9260msgid "clone only one branch, HEAD or --branch"
9261msgstr "chỉ nhân bản một nhánh, HEAD hoặc --branch"
9262
9263#: builtin/clone.c:132
9264msgid "don't clone any tags, and make later fetches not to follow them"
9265msgstr ""
9266"đứng có nhân bản bất kỳ nhánh nào, và làm cho những lần lấy về sau không "
9267"theo chúng nữa"
9268
9269#: builtin/clone.c:134
9270msgid "any cloned submodules will be shallow"
9271msgstr "mọi mô-đun-con nhân bản sẽ là shallow (nông)"
9272
9273#: builtin/clone.c:135 builtin/init-db.c:487
9274msgid "gitdir"
9275msgstr "gitdir"
9276
9277#: builtin/clone.c:136 builtin/init-db.c:488
9278msgid "separate git dir from working tree"
9279msgstr "không dùng chung thư mục dành riêng cho git và thư mục làm việc"
9280
9281#: builtin/clone.c:137
9282msgid "key=value"
9283msgstr "khóa=giá_trị"
9284
9285#: builtin/clone.c:138
9286msgid "set config inside the new repository"
9287msgstr "đặt cấu hình bên trong một kho chứa mới"
9288
9289#: builtin/clone.c:139 builtin/fetch.c:165 builtin/pull.c:230
9290#: builtin/push.c:583
9291msgid "use IPv4 addresses only"
9292msgstr "chỉ dùng địa chỉ IPv4"
9293
9294#: builtin/clone.c:141 builtin/fetch.c:167 builtin/pull.c:233
9295#: builtin/push.c:585
9296msgid "use IPv6 addresses only"
9297msgstr "chỉ dùng địa chỉ IPv6"
9298
9299#: builtin/clone.c:279
9300msgid ""
9301"No directory name could be guessed.\n"
9302"Please specify a directory on the command line"
9303msgstr ""
9304"Không đoán được thư mục tên là gì.\n"
9305"Vui lòng chỉ định tên một thư mục trên dòng lệnh"
9306
9307#: builtin/clone.c:332
9308#, c-format
9309msgid "info: Could not add alternate for '%s': %s\n"
9310msgstr "thông tin: không thể thêm thay thế cho “%s”: %s\n"
9311
9312#: builtin/clone.c:404
9313#, c-format
9314msgid "failed to open '%s'"
9315msgstr "gặp lỗi khi mở “%s”"
9316
9317#: builtin/clone.c:412
9318#, c-format
9319msgid "%s exists and is not a directory"
9320msgstr "%s có tồn tại nhưng lại không phải là một thư mục"
9321
9322#: builtin/clone.c:426
9323#, c-format
9324msgid "failed to stat %s\n"
9325msgstr "gặp lỗi khi lấy thông tin thống kê về %s\n"
9326
9327#: builtin/clone.c:443
9328#, c-format
9329msgid "failed to unlink '%s'"
9330msgstr "gặp lỗi khi bỏ liên kết (unlink) “%s”"
9331
9332#: builtin/clone.c:448
9333#, c-format
9334msgid "failed to create link '%s'"
9335msgstr "gặp lỗi khi tạo được liên kết mềm %s"
9336
9337#: builtin/clone.c:452
9338#, c-format
9339msgid "failed to copy file to '%s'"
9340msgstr "gặp lỗi khi sao chép tập tin và “%s”"
9341
9342#: builtin/clone.c:478
9343#, c-format
9344msgid "done.\n"
9345msgstr "hoàn tất.\n"
9346
9347#: builtin/clone.c:492
9348msgid ""
9349"Clone succeeded, but checkout failed.\n"
9350"You can inspect what was checked out with 'git status'\n"
9351"and retry the checkout with 'git checkout -f HEAD'\n"
9352msgstr ""
9353"Việc nhân bản thành công, nhưng checkout gặp lỗi.\n"
9354"Bạn kiểm tra kỹ xem cái gì được lấy ra bằng lệnh “git status”\n"
9355"và thử lấy ra với lệnh “git checkout -f HEAD”\n"
9356
9357#: builtin/clone.c:569
9358#, c-format
9359msgid "Could not find remote branch %s to clone."
9360msgstr "Không tìm thấy nhánh máy chủ %s để nhân bản (clone)."
9361
9362#: builtin/clone.c:680
9363#, c-format
9364msgid "unable to update %s"
9365msgstr "không thể cập nhật %s"
9366
9367#: builtin/clone.c:730
9368msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
9369msgstr "refers HEAD máy chủ  chỉ đến ref không tồn tại, không thể lấy ra.\n"
9370
9371#: builtin/clone.c:761
9372msgid "unable to checkout working tree"
9373msgstr "không thể lấy ra (checkout) cây làm việc"
9374
9375#: builtin/clone.c:806
9376msgid "unable to write parameters to config file"
9377msgstr "không thể ghi các tham số vào tập tin cấu hình"
9378
9379#: builtin/clone.c:869
9380msgid "cannot repack to clean up"
9381msgstr "không thể đóng gói để dọn dẹp"
9382
9383#: builtin/clone.c:871
9384msgid "cannot unlink temporary alternates file"
9385msgstr "không thể bỏ liên kết tập tin thay thế tạm thời"
9386
9387#: builtin/clone.c:911 builtin/receive-pack.c:1941
9388msgid "Too many arguments."
9389msgstr "Có quá nhiều đối số."
9390
9391#: builtin/clone.c:915
9392msgid "You must specify a repository to clone."
9393msgstr "Bạn phải chỉ định một kho để mà nhân bản (clone)."
9394
9395#: builtin/clone.c:928
9396#, c-format
9397msgid "--bare and --origin %s options are incompatible."
9398msgstr "tùy chọn --bare và --origin %s xung khắc nhau."
9399
9400#: builtin/clone.c:931
9401msgid "--bare and --separate-git-dir are incompatible."
9402msgstr "tùy chọn --bare và --separate-git-dir xung khắc nhau."
9403
9404#: builtin/clone.c:944
9405#, c-format
9406msgid "repository '%s' does not exist"
9407msgstr "kho chứa “%s” chưa tồn tại"
9408
9409#: builtin/clone.c:950 builtin/fetch.c:1606
9410#, c-format
9411msgid "depth %s is not a positive number"
9412msgstr "độ sâu %s không phải là một số nguyên dương"
9413
9414#: builtin/clone.c:960
9415#, c-format
9416msgid "destination path '%s' already exists and is not an empty directory."
9417msgstr "đường dẫn đích “%s” đã có từ trước và không phải là một thư mục rỗng."
9418
9419#: builtin/clone.c:970
9420#, c-format
9421msgid "working tree '%s' already exists."
9422msgstr "cây làm việc “%s” đã sẵn tồn tại rồi."
9423
9424#: builtin/clone.c:985 builtin/clone.c:1006 builtin/difftool.c:271
9425#: builtin/worktree.c:295 builtin/worktree.c:325
9426#, c-format
9427msgid "could not create leading directories of '%s'"
9428msgstr "không thể tạo các thư mục dẫn đầu của “%s”"
9429
9430#: builtin/clone.c:990
9431#, c-format
9432msgid "could not create work tree dir '%s'"
9433msgstr "không thể tạo cây thư mục làm việc dir “%s”"
9434
9435#: builtin/clone.c:1010
9436#, c-format
9437msgid "Cloning into bare repository '%s'...\n"
9438msgstr "Đang nhân bản thành kho chứa bare “%s”…\n"
9439
9440#: builtin/clone.c:1012
9441#, c-format
9442msgid "Cloning into '%s'...\n"
9443msgstr "Đang nhân bản thành “%s”…\n"
9444
9445#: builtin/clone.c:1036
9446msgid ""
9447"clone --recursive is not compatible with both --reference and --reference-if-"
9448"able"
9449msgstr ""
9450"nhân bản --recursive không tương thích với cả hai --reference và --reference-"
9451"if-able"
9452
9453#: builtin/clone.c:1097
9454msgid "--depth is ignored in local clones; use file:// instead."
9455msgstr "--depth bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."
9456
9457#: builtin/clone.c:1099
9458msgid "--shallow-since is ignored in local clones; use file:// instead."
9459msgstr ""
9460"--shallow-since bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay "
9461"thế."
9462
9463#: builtin/clone.c:1101
9464msgid "--shallow-exclude is ignored in local clones; use file:// instead."
9465msgstr ""
9466"--shallow-exclude bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay "
9467"thế."
9468
9469#: builtin/clone.c:1103
9470msgid "--filter is ignored in local clones; use file:// instead."
9471msgstr ""
9472"--filter bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."
9473
9474#: builtin/clone.c:1106
9475msgid "source repository is shallow, ignoring --local"
9476msgstr "kho nguồn là nông, nên bỏ qua --local"
9477
9478#: builtin/clone.c:1111
9479msgid "--local is ignored"
9480msgstr "--local bị lờ đi"
9481
9482#: builtin/clone.c:1181 builtin/clone.c:1189
9483#, c-format
9484msgid "Remote branch %s not found in upstream %s"
9485msgstr "Nhánh máy chủ %s không tìm thấy trong thượng nguồn %s"
9486
9487#: builtin/clone.c:1192
9488msgid "You appear to have cloned an empty repository."
9489msgstr "Bạn hình như là đã nhân bản một kho trống rỗng."
9490
9491#: builtin/column.c:10
9492msgid "git column [<options>]"
9493msgstr "git column [<các-tùy-chọn>]"
9494
9495#: builtin/column.c:27
9496msgid "lookup config vars"
9497msgstr "tìm kiếm biến cấu hình"
9498
9499#: builtin/column.c:28 builtin/column.c:29
9500msgid "layout to use"
9501msgstr "bố cục để dùng"
9502
9503#: builtin/column.c:30
9504msgid "Maximum width"
9505msgstr "Độ rộng tối đa"
9506
9507#: builtin/column.c:31
9508msgid "Padding space on left border"
9509msgstr "Chèn thêm khoảng trống vào bên trái"
9510
9511#: builtin/column.c:32
9512msgid "Padding space on right border"
9513msgstr "Chèn thêm khoảng trắng vào bên phải"
9514
9515#: builtin/column.c:33
9516msgid "Padding space between columns"
9517msgstr "Chèn thêm khoảng trắng giữa các cột"
9518
9519#: builtin/column.c:51
9520msgid "--command must be the first argument"
9521msgstr "--command phải là đối số đầu tiên"
9522
9523#: builtin/commit.c:40
9524msgid "git commit [<options>] [--] <pathspec>..."
9525msgstr "git commit [<các-tùy-chọn>] [--] <pathspec>…"
9526
9527#: builtin/commit.c:45
9528msgid "git status [<options>] [--] <pathspec>..."
9529msgstr "git status [<các-tùy-chọn>] [--] <pathspec>…"
9530
9531#: builtin/commit.c:50
9532msgid ""
9533"You asked to amend the most recent commit, but doing so would make\n"
9534"it empty. You can repeat your command with --allow-empty, or you can\n"
9535"remove the commit entirely with \"git reset HEAD^\".\n"
9536msgstr ""
9537"Bạn đã yêu cầu amend (“tu bổ”) phần lớn các lần chuyển giao gần đây, nhưng "
9538"làm như thế\n"
9539"có thể làm cho nó trở nên trống rỗng. Bạn có thể lặp lại lệnh của mình bằng "
9540"--allow-empty,\n"
9541"hoặc là bạn gỡ bỏ các lần chuyển giao một cách hoàn toàn bằng lệnh:\n"
9542"\"git reset HEAD^\".\n"
9543
9544#: builtin/commit.c:55
9545msgid ""
9546"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
9547"If you wish to commit it anyway, use:\n"
9548"\n"
9549"    git commit --allow-empty\n"
9550"\n"
9551msgstr ""
9552"Lần cherry-pick trước hiện nay trống rỗng, có lẽ là bởi vì sự phân giải xung "
9553"đột.\n"
9554"Nếu bạn vẫn muốn chuyển giao nó cho dù thế nào đi nữa, hãy dùng:\n"
9555"\n"
9556"    git commit --allow-empty\n"
9557"\n"
9558
9559#: builtin/commit.c:62
9560msgid "Otherwise, please use 'git reset'\n"
9561msgstr "Nếu không được thì dùng lệnh \"git reset\"\n"
9562
9563#: builtin/commit.c:65
9564msgid ""
9565"If you wish to skip this commit, use:\n"
9566"\n"
9567"    git reset\n"
9568"\n"
9569"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
9570"the remaining commits.\n"
9571msgstr ""
9572"Nếu bạn muốn bỏ qua lần chuyển giao này thì dùng:\n"
9573"\n"
9574"    git reset\n"
9575"\n"
9576"Thế thì \"git cherry-pick --continue\" sẽ phục hồi lại việc cherry-pick\n"
9577"những lần chuyển giao còn lại.\n"
9578
9579#: builtin/commit.c:311
9580msgid "failed to unpack HEAD tree object"
9581msgstr "gặp lỗi khi tháo dỡ HEAD đối tượng cây"
9582
9583#: builtin/commit.c:352
9584msgid "unable to create temporary index"
9585msgstr "không thể tạo bảng mục lục tạm thời"
9586
9587#: builtin/commit.c:358
9588msgid "interactive add failed"
9589msgstr "gặp lỗi khi thêm bằng cách tương"
9590
9591#: builtin/commit.c:371
9592msgid "unable to update temporary index"
9593msgstr "không thể cập nhật bảng mục lục tạm thời"
9594
9595#: builtin/commit.c:373
9596msgid "Failed to update main cache tree"
9597msgstr "Gặp lỗi khi cập nhật cây bộ nhớ đệm"
9598
9599#: builtin/commit.c:398 builtin/commit.c:421 builtin/commit.c:467
9600msgid "unable to write new_index file"
9601msgstr "không thể ghi tập tin lưu bảng mục lục mới (new_index)"
9602
9603#: builtin/commit.c:450
9604msgid "cannot do a partial commit during a merge."
9605msgstr ""
9606"không thể thực hiện việc chuyển giao cục bộ trong khi đang được hòa trộn."
9607
9608#: builtin/commit.c:452
9609msgid "cannot do a partial commit during a cherry-pick."
9610msgstr ""
9611"không thể thực hiện việc chuyển giao bộ phận trong khi đang cherry-pick."
9612
9613#: builtin/commit.c:460
9614msgid "cannot read the index"
9615msgstr "không đọc được bảng mục lục"
9616
9617#: builtin/commit.c:479
9618msgid "unable to write temporary index file"
9619msgstr "không thể ghi tập tin lưu bảng mục lục tạm thời"
9620
9621#: builtin/commit.c:577
9622#, c-format
9623msgid "commit '%s' lacks author header"
9624msgstr "lần chuyển giao “%s” thiếu phần tác giả ở đầu"
9625
9626#: builtin/commit.c:579
9627#, c-format
9628msgid "commit '%s' has malformed author line"
9629msgstr "lần chuyển giao “%s” có phần tác giả ở đầu dị dạng"
9630
9631#: builtin/commit.c:598
9632msgid "malformed --author parameter"
9633msgstr "đối số cho --author bị dị hình"
9634
9635#: builtin/commit.c:650
9636msgid ""
9637"unable to select a comment character that is not used\n"
9638"in the current commit message"
9639msgstr ""
9640"không thể chọn một ký tự ghi chú cái mà không được dùng\n"
9641"trong phần ghi chú hiện tại"
9642
9643#: builtin/commit.c:687 builtin/commit.c:720 builtin/commit.c:1049
9644#, c-format
9645msgid "could not lookup commit %s"
9646msgstr "không thể tìm kiếm commit (lần chuyển giao) %s"
9647
9648#: builtin/commit.c:699 builtin/shortlog.c:317
9649#, c-format
9650msgid "(reading log message from standard input)\n"
9651msgstr "(đang đọc thông điệp nhật ký từ đầu vào tiêu chuẩn)\n"
9652
9653#: builtin/commit.c:701
9654msgid "could not read log from standard input"
9655msgstr "không thể đọc nhật ký từ đầu vào tiêu chuẩn"
9656
9657#: builtin/commit.c:705
9658#, c-format
9659msgid "could not read log file '%s'"
9660msgstr "không đọc được tệp nhật ký “%s”"
9661
9662#: builtin/commit.c:734 builtin/commit.c:742
9663msgid "could not read SQUASH_MSG"
9664msgstr "không thể đọc SQUASH_MSG"
9665
9666#: builtin/commit.c:739
9667msgid "could not read MERGE_MSG"
9668msgstr "không thể đọc MERGE_MSG"
9669
9670#: builtin/commit.c:793
9671msgid "could not write commit template"
9672msgstr "không thể ghi mẫu chuyển giao"
9673
9674#: builtin/commit.c:811
9675#, c-format
9676msgid ""
9677"\n"
9678"It looks like you may be committing a merge.\n"
9679"If this is not correct, please remove the file\n"
9680"\t%s\n"
9681"and try again.\n"
9682msgstr ""
9683"\n"
9684"Nó trông giống với việc bạn đang chuyển giao một lần hòa trộn.\n"
9685"Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"
9686"\t%s\n"
9687"và thử lại.\n"
9688
9689#: builtin/commit.c:816
9690#, c-format
9691msgid ""
9692"\n"
9693"It looks like you may be committing a cherry-pick.\n"
9694"If this is not correct, please remove the file\n"
9695"\t%s\n"
9696"and try again.\n"
9697msgstr ""
9698"\n"
9699"Nó trông giống với việc bạn đang chuyển giao một lần cherry-pick.\n"
9700"Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"
9701"\t%s\n"
9702"và thử lại.\n"
9703
9704#: builtin/commit.c:829
9705#, c-format
9706msgid ""
9707"Please enter the commit message for your changes. Lines starting\n"
9708"with '%c' will be ignored, and an empty message aborts the commit.\n"
9709msgstr ""
9710"Hãy nhập vào các thông tin để giải thích các thay đổi của bạn. Những dòng "
9711"được\n"
9712"bắt đầu bằng “%c” sẽ được bỏ qua, nếu phần chú thích rỗng sẽ hủy bỏ lần "
9713"chuyển giao.\n"
9714
9715#: builtin/commit.c:837
9716#, c-format
9717msgid ""
9718"Please enter the commit message for your changes. Lines starting\n"
9719"with '%c' will be kept; you may remove them yourself if you want to.\n"
9720"An empty message aborts the commit.\n"
9721msgstr ""
9722"Hãy nhập vào các thông tin để giải thích các thay đổi của bạn. Những dòng "
9723"được\n"
9724"bắt đầu bằng “%c” sẽ được bỏ qua; bạn có thể xóa chúng đi nếu muốn thế.\n"
9725"Phần chú thích này nếu trống rỗng sẽ hủy bỏ lần chuyển giao.\n"
9726
9727#: builtin/commit.c:854
9728#, c-format
9729msgid "%sAuthor:    %.*s <%.*s>"
9730msgstr "%sTác giả:           %.*s <%.*s>"
9731
9732#: builtin/commit.c:862
9733#, c-format
9734msgid "%sDate:      %s"
9735msgstr "%sNgày tháng:        %s"
9736
9737#: builtin/commit.c:869
9738#, c-format
9739msgid "%sCommitter: %.*s <%.*s>"
9740msgstr "%sNgười chuyển giao: %.*s <%.*s>"
9741
9742#: builtin/commit.c:887
9743msgid "Cannot read index"
9744msgstr "Không đọc được bảng mục lục"
9745
9746#: builtin/commit.c:953
9747msgid "Error building trees"
9748msgstr "Gặp lỗi khi xây dựng cây"
9749
9750#: builtin/commit.c:967 builtin/tag.c:258
9751#, c-format
9752msgid "Please supply the message using either -m or -F option.\n"
9753msgstr "Xin hãy cung cấp lời chú giải hoặc là dùng tùy chọn -m hoặc là -F.\n"
9754
9755#: builtin/commit.c:1011
9756#, c-format
9757msgid "--author '%s' is not 'Name <email>' and matches no existing author"
9758msgstr ""
9759"--author “%s” không phải là “Họ và tên <thư điện tửl>” và không khớp bất kỳ "
9760"tác giả nào sẵn có"
9761
9762#: builtin/commit.c:1025
9763#, c-format
9764msgid "Invalid ignored mode '%s'"
9765msgstr "Chế độ bỏ qua không hợp lệ “%s”"
9766
9767#: builtin/commit.c:1039 builtin/commit.c:1276
9768#, c-format
9769msgid "Invalid untracked files mode '%s'"
9770msgstr "Chế độ cho các tập tin chưa được theo dõi không hợp lệ “%s”"
9771
9772#: builtin/commit.c:1077
9773msgid "--long and -z are incompatible"
9774msgstr "hai tùy chọn -long và -z không tương thích với nhau"
9775
9776#: builtin/commit.c:1110
9777msgid "Using both --reset-author and --author does not make sense"
9778msgstr "Sử dụng cả hai tùy chọn --reset-author và --author không hợp lý"
9779
9780#: builtin/commit.c:1119
9781msgid "You have nothing to amend."
9782msgstr "Không có gì để mà “tu bổ” cả."
9783
9784#: builtin/commit.c:1122
9785msgid "You are in the middle of a merge -- cannot amend."
9786msgstr ""
9787"Bạn đang ở giữa của quá trình hòa trộn -- không thể thực hiện việc “tu bổ”."
9788
9789#: builtin/commit.c:1124
9790msgid "You are in the middle of a cherry-pick -- cannot amend."
9791msgstr ""
9792"Bạn đang ở giữa của quá trình cherry-pick -- không thể thực hiện việc “tu "
9793"bổ”."
9794
9795#: builtin/commit.c:1127
9796msgid "Options --squash and --fixup cannot be used together"
9797msgstr "Các tùy chọn --squash và --fixup không thể sử dụng cùng với nhau"
9798
9799#: builtin/commit.c:1137
9800msgid "Only one of -c/-C/-F/--fixup can be used."
9801msgstr ""
9802"Chỉ được dùng một trong số tùy chọn trong số các tùy chọn -c/-C/-F/--fixup"
9803
9804#: builtin/commit.c:1139
9805msgid "Option -m cannot be combined with -c/-C/-F."
9806msgstr "Tùy chọn -m không thể được tổ hợp cùng với -c/-C/-F."
9807
9808#: builtin/commit.c:1147
9809msgid "--reset-author can be used only with -C, -c or --amend."
9810msgstr ""
9811"--reset-author chỉ có thể được sử dụng với tùy chọn -C, -c hay --amend."
9812
9813#: builtin/commit.c:1164
9814msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
9815msgstr ""
9816"Chỉ một trong các tùy chọn --include/--only/--all/--interactive/--patch được "
9817"sử dụng."
9818
9819#: builtin/commit.c:1166
9820msgid "No paths with --include/--only does not make sense."
9821msgstr "Không đường dẫn với các tùy chọn --include/--only không hợp lý."
9822
9823#: builtin/commit.c:1180 builtin/tag.c:546
9824#, c-format
9825msgid "Invalid cleanup mode %s"
9826msgstr "Chế độ dọn dẹp không hợp lệ %s"
9827
9828#: builtin/commit.c:1185
9829msgid "Paths with -a does not make sense."
9830msgstr "Các đường dẫn với tùy chọn -a không hợp lý."
9831
9832#: builtin/commit.c:1311 builtin/commit.c:1495
9833msgid "show status concisely"
9834msgstr "hiển thị trạng thái ở dạng súc tích"
9835
9836#: builtin/commit.c:1313 builtin/commit.c:1497
9837msgid "show branch information"
9838msgstr "hiển thị thông tin nhánh"
9839
9840#: builtin/commit.c:1315
9841msgid "show stash information"
9842msgstr "hiển thị thông tin về tạm cất"
9843
9844#: builtin/commit.c:1317 builtin/commit.c:1499
9845msgid "compute full ahead/behind values"
9846msgstr "tính đầy đủ giá trị trước/sau"
9847
9848#: builtin/commit.c:1319
9849msgid "version"
9850msgstr "phiên bản"
9851
9852#: builtin/commit.c:1319 builtin/commit.c:1501 builtin/push.c:558
9853#: builtin/worktree.c:639
9854msgid "machine-readable output"
9855msgstr "kết xuất dạng máy-có-thể-đọc"
9856
9857#: builtin/commit.c:1322 builtin/commit.c:1503
9858msgid "show status in long format (default)"
9859msgstr "hiển thị trạng thái ở định dạng dài (mặc định)"
9860
9861#: builtin/commit.c:1325 builtin/commit.c:1506
9862msgid "terminate entries with NUL"
9863msgstr "chấm dứt các mục bằng NUL"
9864
9865#: builtin/commit.c:1327 builtin/commit.c:1331 builtin/commit.c:1509
9866#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/rebase.c:893
9867#: builtin/tag.c:400
9868msgid "mode"
9869msgstr "chế độ"
9870
9871#: builtin/commit.c:1328 builtin/commit.c:1509
9872msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
9873msgstr ""
9874"hiển thị các tập tin chưa được theo dõi  dấu vết, các chế độ tùy chọn:  all, "
9875"normal, no. (Mặc định: all)"
9876
9877#: builtin/commit.c:1332
9878msgid ""
9879"show ignored files, optional modes: traditional, matching, no. (Default: "
9880"traditional)"
9881msgstr ""
9882"hiển thị các tập tin bị bỏ qua, các chế độ tùy chọn: traditional, matching, "
9883"no. (Mặc định: traditional)"
9884
9885#: builtin/commit.c:1334 parse-options.h:164
9886msgid "when"
9887msgstr "khi"
9888
9889#: builtin/commit.c:1335
9890msgid ""
9891"ignore changes to submodules, optional when: all, dirty, untracked. "
9892"(Default: all)"
9893msgstr ""
9894"bỏ qua các thay đổi trong mô-đun-con, tùy chọn khi: all, dirty, untracked. "
9895"(Mặc định: all)"
9896
9897#: builtin/commit.c:1337
9898msgid "list untracked files in columns"
9899msgstr "hiển thị danh sách các tập-tin chưa được theo dõi trong các cột"
9900
9901#: builtin/commit.c:1338
9902msgid "do not detect renames"
9903msgstr "không dò tìm các tên thay đổi"
9904
9905#: builtin/commit.c:1340
9906msgid "detect renames, optionally set similarity index"
9907msgstr "dò các tên thay đổi, tùy ý đặt mục lục tương tự"
9908
9909#: builtin/commit.c:1360
9910msgid "Unsupported combination of ignored and untracked-files arguments"
9911msgstr ""
9912"Không hỗ trỡ tổ hợp các tham số các tập tin bị bỏ qua và không được theo dõi"
9913
9914#: builtin/commit.c:1465
9915msgid "suppress summary after successful commit"
9916msgstr "không hiển thị tổng kết sau khi chuyển giao thành công"
9917
9918#: builtin/commit.c:1466
9919msgid "show diff in commit message template"
9920msgstr "hiển thị sự khác biệt trong mẫu tin nhắn chuyển giao"
9921
9922#: builtin/commit.c:1468
9923msgid "Commit message options"
9924msgstr "Các tùy chọn ghi chú commit"
9925
9926#: builtin/commit.c:1469 builtin/merge.c:263 builtin/tag.c:397
9927msgid "read message from file"
9928msgstr "đọc chú thích từ tập tin"
9929
9930#: builtin/commit.c:1470
9931msgid "author"
9932msgstr "tác giả"
9933
9934#: builtin/commit.c:1470
9935msgid "override author for commit"
9936msgstr "ghi đè tác giả cho commit"
9937
9938#: builtin/commit.c:1471 builtin/gc.c:518
9939msgid "date"
9940msgstr "ngày tháng"
9941
9942#: builtin/commit.c:1471
9943msgid "override date for commit"
9944msgstr "ghi đè ngày tháng cho lần chuyển giao"
9945
9946#: builtin/commit.c:1472 builtin/merge.c:259 builtin/notes.c:409
9947#: builtin/notes.c:572 builtin/tag.c:395
9948msgid "message"
9949msgstr "chú thích"
9950
9951#: builtin/commit.c:1472
9952msgid "commit message"
9953msgstr "chú thích của lần chuyển giao"
9954
9955#: builtin/commit.c:1473 builtin/commit.c:1474 builtin/commit.c:1475
9956#: builtin/commit.c:1476 ref-filter.h:92 parse-options.h:280
9957msgid "commit"
9958msgstr "lần_chuyển_giao"
9959
9960#: builtin/commit.c:1473
9961msgid "reuse and edit message from specified commit"
9962msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho nhưng có cho sửa chữa"
9963
9964#: builtin/commit.c:1474
9965msgid "reuse message from specified commit"
9966msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho"
9967
9968#: builtin/commit.c:1475
9969msgid "use autosquash formatted message to fixup specified commit"
9970msgstr ""
9971"dùng ghi chú có định dạng autosquash để sửa chữa lần chuyển giao đã chỉ ra"
9972
9973#: builtin/commit.c:1476
9974msgid "use autosquash formatted message to squash specified commit"
9975msgstr ""
9976"dùng lời nhắn có định dạng tự động nén để nén lại các lần chuyển giao đã chỉ "
9977"ra"
9978
9979#: builtin/commit.c:1477
9980msgid "the commit is authored by me now (used with -C/-c/--amend)"
9981msgstr ""
9982"lần chuyển giao nhận tôi là tác giả (được dùng với tùy chọn -C/-c/--amend)"
9983
9984#: builtin/commit.c:1478 builtin/log.c:1520 builtin/merge.c:276
9985#: builtin/pull.c:155 builtin/revert.c:106
9986msgid "add Signed-off-by:"
9987msgstr "(nên dùng) thêm dòng Signed-off-by:"
9988
9989#: builtin/commit.c:1479
9990msgid "use specified template file"
9991msgstr "sử dụng tập tin mẫu đã cho"
9992
9993#: builtin/commit.c:1480
9994msgid "force edit of commit"
9995msgstr "ép buộc sửa lần commit"
9996
9997#: builtin/commit.c:1481
9998msgid "default"
9999msgstr "mặc định"
10000
10001#: builtin/commit.c:1481 builtin/tag.c:401
10002msgid "how to strip spaces and #comments from message"
10003msgstr "làm thế nào để cắt bỏ khoảng trắng và #ghichú từ mẩu tin nhắn"
10004
10005#: builtin/commit.c:1482
10006msgid "include status in commit message template"
10007msgstr "bao gồm các trạng thái trong mẫu ghi chú chuyển giao"
10008
10009#: builtin/commit.c:1484 builtin/merge.c:274 builtin/pull.c:185
10010#: builtin/revert.c:114
10011msgid "GPG sign commit"
10012msgstr "ký lần chuyển giao dùng GPG"
10013
10014#: builtin/commit.c:1487
10015msgid "Commit contents options"
10016msgstr "Các tùy nội dung ghi chú commit"
10017
10018#: builtin/commit.c:1488
10019msgid "commit all changed files"
10020msgstr "chuyển giao tất cả các tập tin có thay đổi"
10021
10022#: builtin/commit.c:1489
10023msgid "add specified files to index for commit"
10024msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục để chuyển giao"
10025
10026#: builtin/commit.c:1490
10027msgid "interactively add files"
10028msgstr "thêm các tập-tin bằng tương tác"
10029
10030#: builtin/commit.c:1491
10031msgid "interactively add changes"
10032msgstr "thêm các thay đổi bằng tương tác"
10033
10034#: builtin/commit.c:1492
10035msgid "commit only specified files"
10036msgstr "chỉ chuyển giao các tập tin đã chỉ ra"
10037
10038#: builtin/commit.c:1493
10039msgid "bypass pre-commit and commit-msg hooks"
10040msgstr "vòng qua móc (hook) pre-commit và commit-msg"
10041
10042#: builtin/commit.c:1494
10043msgid "show what would be committed"
10044msgstr "hiển thị xem cái gì có thể được chuyển giao"
10045
10046#: builtin/commit.c:1507
10047msgid "amend previous commit"
10048msgstr "“tu bổ” (amend) lần commit trước"
10049
10050#: builtin/commit.c:1508
10051msgid "bypass post-rewrite hook"
10052msgstr "vòng qua móc (hook) post-rewrite"
10053
10054#: builtin/commit.c:1513
10055msgid "ok to record an empty change"
10056msgstr "ok để ghi lại một thay đổi trống rỗng"
10057
10058#: builtin/commit.c:1515
10059msgid "ok to record a change with an empty message"
10060msgstr "ok để ghi các thay đổi với lời nhắn trống rỗng"
10061
10062#: builtin/commit.c:1588
10063#, c-format
10064msgid "Corrupt MERGE_HEAD file (%s)"
10065msgstr "Tập tin MERGE_HEAD sai hỏng (%s)"
10066
10067#: builtin/commit.c:1595
10068msgid "could not read MERGE_MODE"
10069msgstr "không thể đọc MERGE_MODE"
10070
10071#: builtin/commit.c:1614
10072#, c-format
10073msgid "could not read commit message: %s"
10074msgstr "không thể đọc phần chú thích (message) của lần chuyển giao: %s"
10075
10076#: builtin/commit.c:1625
10077#, c-format
10078msgid "Aborting commit due to empty commit message.\n"
10079msgstr "Bãi bỏ việc chuyển giao bởi vì phần chú thích của nó trống rỗng.\n"
10080
10081#: builtin/commit.c:1630
10082#, c-format
10083msgid "Aborting commit; you did not edit the message.\n"
10084msgstr ""
10085"Đang bỏ qua việc chuyển giao; bạn đã không biên soạn phần chú thích "
10086"(message).\n"
10087
10088#: builtin/commit.c:1665
10089msgid ""
10090"repository has been updated, but unable to write\n"
10091"new_index file. Check that disk is not full and quota is\n"
10092"not exceeded, and then \"git reset HEAD\" to recover."
10093msgstr ""
10094"kho chứa đã được cập nhật, nhưng không thể ghi vào\n"
10095"tập tin new_index (bảng mục lục mới). Hãy kiểm tra xem đĩa\n"
10096"có bị đầy quá hay quota (hạn nghạch đĩa cứng) bị vượt quá,\n"
10097"và sau đó \"git reset HEAD\" để khắc phục."
10098
10099#: builtin/commit-graph.c:10
10100msgid "git commit-graph [--object-dir <objdir>]"
10101msgstr "git commit-graph [--object-dir <objdir>]"
10102
10103#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10104msgid "git commit-graph read [--object-dir <objdir>]"
10105msgstr "git commit-graph read [--object-dir <objdir>]"
10106
10107#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10108msgid "git commit-graph verify [--object-dir <objdir>]"
10109msgstr "git commit-graph verify [--object-dir <objdir>]"
10110
10111#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10112msgid ""
10113"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10114"stdin-packs|--stdin-commits]"
10115msgstr ""
10116"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10117"stdin-packs|--stdin-commits]"
10118
10119#: builtin/commit-graph.c:48 builtin/commit-graph.c:78
10120#: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:153
10121#: builtin/log.c:1540
10122msgid "dir"
10123msgstr "tmục"
10124
10125#: builtin/commit-graph.c:49 builtin/commit-graph.c:79
10126#: builtin/commit-graph.c:133 builtin/commit-graph.c:191
10127msgid "The object directory to store the graph"
10128msgstr "Thư mục đối tượng để lưu đồ thị"
10129
10130#: builtin/commit-graph.c:135
10131msgid "start walk at all refs"
10132msgstr "bắt đầu di chuyển tại mọi tham chiếu"
10133
10134#: builtin/commit-graph.c:137
10135msgid "scan pack-indexes listed by stdin for commits"
10136msgstr ""
10137"quét dó các mục lục gói được liệt kê bởi đầu vào tiêu chuẩn cho các lần "
10138"chuyển giao"
10139
10140#: builtin/commit-graph.c:139
10141msgid "start walk at commits listed by stdin"
10142msgstr ""
10143"bắt đầu di chuyển tại các lần chuyển giao được liệt kê bởi đầu vào tiêu chuẩn"
10144
10145#: builtin/commit-graph.c:141
10146msgid "include all commits already in the commit-graph file"
10147msgstr ""
10148"bao gồm mọi lần chuyển giao đã sẵn có trongười tập tin đồ thị lần chuyển giao"
10149
10150#: builtin/commit-graph.c:150
10151msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10152msgstr ""
10153"không thể sử dụng hơn một --reachable, --stdin-commits, hay --stdin-packs"
10154
10155#: builtin/config.c:11
10156msgid "git config [<options>]"
10157msgstr "git config [<các-tùy-chọn>]"
10158
10159#: builtin/config.c:103
10160#, c-format
10161msgid "unrecognized --type argument, %s"
10162msgstr "đối số không được thừa nhận --type, %s"
10163
10164#: builtin/config.c:115
10165msgid "only one type at a time"
10166msgstr "chỉ một kiểu một lần"
10167
10168#: builtin/config.c:124
10169msgid "Config file location"
10170msgstr "Vị trí tập tin cấu hình"
10171
10172#: builtin/config.c:125
10173msgid "use global config file"
10174msgstr "dùng tập tin cấu hình toàn cục"
10175
10176#: builtin/config.c:126
10177msgid "use system config file"
10178msgstr "sử dụng tập tin cấu hình hệ thống"
10179
10180#: builtin/config.c:127
10181msgid "use repository config file"
10182msgstr "dùng tập tin cấu hình của kho"
10183
10184#: builtin/config.c:128
10185msgid "use per-worktree config file"
10186msgstr "dùng tập tin cấu hình per-worktree"
10187
10188#: builtin/config.c:129
10189msgid "use given config file"
10190msgstr "sử dụng tập tin cấu hình đã cho"
10191
10192#: builtin/config.c:130
10193msgid "blob-id"
10194msgstr "blob-id"
10195
10196#: builtin/config.c:130
10197msgid "read config from given blob object"
10198msgstr "đọc cấu hình từ đối tượng blob đã cho"
10199
10200#: builtin/config.c:131
10201msgid "Action"
10202msgstr "Hành động"
10203
10204#: builtin/config.c:132
10205msgid "get value: name [value-regex]"
10206msgstr "lấy giá-trị: tên [value-regex]"
10207
10208#: builtin/config.c:133
10209msgid "get all values: key [value-regex]"
10210msgstr "lấy tất cả giá-trị: khóa [value-regex]"
10211
10212#: builtin/config.c:134
10213msgid "get values for regexp: name-regex [value-regex]"
10214msgstr "lấy giá trị cho regexp: name-regex [value-regex]"
10215
10216#: builtin/config.c:135
10217msgid "get value specific for the URL: section[.var] URL"
10218msgstr "lấy đặc tả giá trị cho URL: phần[.biến] URL"
10219
10220#: builtin/config.c:136
10221msgid "replace all matching variables: name value [value_regex]"
10222msgstr "thay thế tất cả các biến khớp mẫu: tên giá-trị [value_regex]"
10223
10224#: builtin/config.c:137
10225msgid "add a new variable: name value"
10226msgstr "thêm biến mới: tên giá-trị"
10227
10228#: builtin/config.c:138
10229msgid "remove a variable: name [value-regex]"
10230msgstr "gỡ bỏ biến: tên [value-regex]"
10231
10232#: builtin/config.c:139
10233msgid "remove all matches: name [value-regex]"
10234msgstr "gỡ bỏ mọi cái khớp: tên [value-regex]"
10235
10236#: builtin/config.c:140
10237msgid "rename section: old-name new-name"
10238msgstr "đổi tên phần: tên-cũ tên-mới"
10239
10240#: builtin/config.c:141
10241msgid "remove a section: name"
10242msgstr "gỡ bỏ phần: tên"
10243
10244#: builtin/config.c:142
10245msgid "list all"
10246msgstr "liệt kê tất"
10247
10248#: builtin/config.c:143
10249msgid "open an editor"
10250msgstr "mở một trình biên soạn"
10251
10252#: builtin/config.c:144
10253msgid "find the color configured: slot [default]"
10254msgstr "tìm cấu hình màu sắc: slot [mặc định]"
10255
10256#: builtin/config.c:145
10257msgid "find the color setting: slot [stdout-is-tty]"
10258msgstr "tìm các cài đặt về màu sắc: slot [stdout-là-tty]"
10259
10260#: builtin/config.c:146
10261msgid "Type"
10262msgstr "Kiểu"
10263
10264#: builtin/config.c:147
10265msgid "value is given this type"
10266msgstr "giá trị được đưa kiểu này"
10267
10268#: builtin/config.c:148
10269msgid "value is \"true\" or \"false\""
10270msgstr "giá trị là \"true\" hoặc \"false\""
10271
10272#: builtin/config.c:149
10273msgid "value is decimal number"
10274msgstr "giá trị ở dạng số thập phân"
10275
10276#: builtin/config.c:150
10277msgid "value is --bool or --int"
10278msgstr "giá trị là --bool hoặc --int"
10279
10280#: builtin/config.c:151
10281msgid "value is a path (file or directory name)"
10282msgstr "giá trị là đường dẫn (tên tập tin hay thư mục)"
10283
10284#: builtin/config.c:152
10285msgid "value is an expiry date"
10286msgstr "giá trị là một ngày hết hạn"
10287
10288#: builtin/config.c:153
10289msgid "Other"
10290msgstr "Khác"
10291
10292#: builtin/config.c:154
10293msgid "terminate values with NUL byte"
10294msgstr "chấm dứt giá trị với byte NUL"
10295
10296#: builtin/config.c:155
10297msgid "show variable names only"
10298msgstr "chỉ hiển thị các tên biến"
10299
10300#: builtin/config.c:156
10301msgid "respect include directives on lookup"
10302msgstr "tôn trọng kể cà các hướng trong tìm kiếm"
10303
10304#: builtin/config.c:157
10305msgid "show origin of config (file, standard input, blob, command line)"
10306msgstr ""
10307"hiển thị nguyên gốc của cấu hình (tập tin, đầu vào tiêu chuẩn, blob, dòng "
10308"lệnh)"
10309
10310#: builtin/config.c:158
10311msgid "value"
10312msgstr "giá trị"
10313
10314#: builtin/config.c:158
10315msgid "with --get, use default value when missing entry"
10316msgstr "với --get, dùng giá trị mặc định khi thiếu mục tin"
10317
10318#: builtin/config.c:171
10319#, c-format
10320msgid "wrong number of arguments, should be %d"
10321msgstr "sai số lượng tham số, phải là %d"
10322
10323#: builtin/config.c:173
10324#, c-format
10325msgid "wrong number of arguments, should be from %d to %d"
10326msgstr "sai số lượng tham số, phải từ %d đến %d"
10327
10328#: builtin/config.c:307
10329#, c-format
10330msgid "invalid key pattern: %s"
10331msgstr "mẫu khóa không hợp lệ: %s"
10332
10333#: builtin/config.c:343
10334#, c-format
10335msgid "failed to format default config value: %s"
10336msgstr "gặp lỗi khi định dạng giá trị cấu hình mặc định: %s"
10337
10338#: builtin/config.c:400
10339#, c-format
10340msgid "cannot parse color '%s'"
10341msgstr "không thể phân tích màu “%s”"
10342
10343#: builtin/config.c:442
10344msgid "unable to parse default color value"
10345msgstr "không thể phân tích giá trị màu mặc định"
10346
10347#: builtin/config.c:495 builtin/config.c:741
10348msgid "not in a git directory"
10349msgstr "không trong thư mục git"
10350
10351#: builtin/config.c:498
10352msgid "writing to stdin is not supported"
10353msgstr "việc ghi ra đầu ra tiêu chuẩn là không được hỗ trợ"
10354
10355#: builtin/config.c:501
10356msgid "writing config blobs is not supported"
10357msgstr "không hỗ trợ ghi cấu hình các blob"
10358
10359#: builtin/config.c:586
10360#, c-format
10361msgid ""
10362"# This is Git's per-user configuration file.\n"
10363"[user]\n"
10364"# Please adapt and uncomment the following lines:\n"
10365"#\tname = %s\n"
10366"#\temail = %s\n"
10367msgstr ""
10368"# Đây là tập tin cấu hình cho từng người dùng Git.\n"
10369"[user]\n"
10370"# Vui lòng sửa lại cho thích hợp và bỏ dấu ghi chú các dòng sau:\n"
10371"#\tname = %s\n"
10372"#\temail = %s\n"
10373
10374#: builtin/config.c:610
10375msgid "only one config file at a time"
10376msgstr "chỉ một tập tin cấu hình một lần"
10377
10378#: builtin/config.c:615
10379msgid "--local can only be used inside a git repository"
10380msgstr "--local chỉ có thể được dùng bên trong một kho git"
10381
10382#: builtin/config.c:618
10383msgid "--blob can only be used inside a git repository"
10384msgstr "--blob chỉ có thể được dùng bên trong một kho git"
10385
10386#: builtin/config.c:637
10387msgid "$HOME not set"
10388msgstr "Chưa đặt biến môi trường HOME"
10389
10390#: builtin/config.c:657
10391msgid ""
10392"--worktree cannot be used with multiple working trees unless the config\n"
10393"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
10394"section in \"git help worktree\" for details"
10395msgstr ""
10396"--worktree không thể dùng với nhiều cây làm việc trừ khi cấu hình mở rộng\n"
10397"worktreeConfig được bật. Vui lòng đọc phần \"CONFIGURATION FILE\"\n"
10398"trong \"git help worktree\" để biết thêm chi tiết"
10399
10400#: builtin/config.c:687
10401msgid "--get-color and variable type are incoherent"
10402msgstr "--get-color và kiểu biến là không mạch lạc"
10403
10404#: builtin/config.c:692
10405msgid "only one action at a time"
10406msgstr "chỉ một thao tác mỗi lần"
10407
10408#: builtin/config.c:705
10409msgid "--name-only is only applicable to --list or --get-regexp"
10410msgstr "--name-only chỉ được áp dụng cho --list hoặc --get-regexp"
10411
10412#: builtin/config.c:711
10413msgid ""
10414"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
10415"list"
10416msgstr ""
10417"--show-origin chỉ được áp dụng cho --get, --get-all, --get-regexp, hoặc --"
10418"list"
10419
10420#: builtin/config.c:717
10421msgid "--default is only applicable to --get"
10422msgstr "--default chỉ được áp dụng cho --get"
10423
10424#: builtin/config.c:730
10425#, c-format
10426msgid "unable to read config file '%s'"
10427msgstr "không thể đọc tập tin cấu hình “%s”"
10428
10429#: builtin/config.c:733
10430msgid "error processing config file(s)"
10431msgstr "gặp lỗi khi xử lý các tập tin cấu hình"
10432
10433#: builtin/config.c:743
10434msgid "editing stdin is not supported"
10435msgstr "sửa chữa đầu ra tiêu chuẩn là không được hỗ trợ"
10436
10437#: builtin/config.c:745
10438msgid "editing blobs is not supported"
10439msgstr "việc sửa chữa các blob là không được hỗ trợ"
10440
10441#: builtin/config.c:759
10442#, c-format
10443msgid "cannot create configuration file %s"
10444msgstr "không thể tạo tập tin cấu hình “%s”"
10445
10446#: builtin/config.c:772
10447#, c-format
10448msgid ""
10449"cannot overwrite multiple values with a single value\n"
10450"       Use a regexp, --add or --replace-all to change %s."
10451msgstr ""
10452"không thể ghi đè nhiều giá trị với một giá trị đơn\n"
10453"      Dùng một biểu thức chính quy, --add hay --replace-all để thay đổi %s."
10454
10455#: builtin/config.c:846 builtin/config.c:857
10456#, c-format
10457msgid "no such section: %s"
10458msgstr "không có đoạn: %s"
10459
10460#: builtin/count-objects.c:90
10461msgid "git count-objects [-v] [-H | --human-readable]"
10462msgstr "git count-objects [-v] [-H | --human-readable]"
10463
10464#: builtin/count-objects.c:100
10465msgid "print sizes in human readable format"
10466msgstr "hiển thị kích cỡ theo định dạng dành cho người đọc"
10467
10468#: builtin/describe.c:26
10469msgid "git describe [<options>] [<commit-ish>...]"
10470msgstr "git describe [<các-tùy-chọn>] <commit-ish>*"
10471
10472#: builtin/describe.c:27
10473msgid "git describe [<options>] --dirty"
10474msgstr "git describe [<các-tùy-chọn>] --dirty"
10475
10476#: builtin/describe.c:62
10477msgid "head"
10478msgstr "phía trước "
10479
10480#: builtin/describe.c:62
10481msgid "lightweight"
10482msgstr "hạng nhẹ"
10483
10484#: builtin/describe.c:62
10485msgid "annotated"
10486msgstr "có diễn giải"
10487
10488#: builtin/describe.c:272
10489#, c-format
10490msgid "annotated tag %s not available"
10491msgstr "thẻ đã được ghi chú %s không sẵn để dùng"
10492
10493#: builtin/describe.c:276
10494#, c-format
10495msgid "annotated tag %s has no embedded name"
10496msgstr "thẻ được chú giải %s không có tên nhúng"
10497
10498#: builtin/describe.c:278
10499#, c-format
10500msgid "tag '%s' is really '%s' here"
10501msgstr "thẻ “%s” đã thực sự ở đây “%s” rồi"
10502
10503#: builtin/describe.c:322
10504#, c-format
10505msgid "no tag exactly matches '%s'"
10506msgstr "không có thẻ nào khớp chính xác với “%s”"
10507
10508#: builtin/describe.c:324
10509#, c-format
10510msgid "No exact match on refs or tags, searching to describe\n"
10511msgstr "Không có tham chiếu hay thẻ khớp đúng, đang tìm kiếm mô tả\n"
10512
10513#: builtin/describe.c:378
10514#, c-format
10515msgid "finished search at %s\n"
10516msgstr "việc tìm kiếm đã kết thúc tại %s\n"
10517
10518#: builtin/describe.c:404
10519#, c-format
10520msgid ""
10521"No annotated tags can describe '%s'.\n"
10522"However, there were unannotated tags: try --tags."
10523msgstr ""
10524"Không có thẻ được chú giải nào được mô tả là “%s”.\n"
10525"Tuy nhiên, ở đây có những thẻ không được chú giải: hãy thử --tags."
10526
10527#: builtin/describe.c:408
10528#, c-format
10529msgid ""
10530"No tags can describe '%s'.\n"
10531"Try --always, or create some tags."
10532msgstr ""
10533"Không có thẻ có thể mô tả “%s”.\n"
10534"Hãy thử --always, hoặc tạo một số thẻ."
10535
10536#: builtin/describe.c:438
10537#, c-format
10538msgid "traversed %lu commits\n"
10539msgstr "đã xuyên %lu qua lần chuyển giao\n"
10540
10541#: builtin/describe.c:441
10542#, c-format
10543msgid ""
10544"more than %i tags found; listed %i most recent\n"
10545"gave up search at %s\n"
10546msgstr ""
10547"tìm thấy nhiều hơn %i thẻ; đã liệt kê %i cái gần\n"
10548"đây nhất bỏ đi tìm kiếm tại %s\n"
10549
10550#: builtin/describe.c:509
10551#, c-format
10552msgid "describe %s\n"
10553msgstr "mô tả %s\n"
10554
10555#: builtin/describe.c:512 builtin/log.c:513
10556#, c-format
10557msgid "Not a valid object name %s"
10558msgstr "Không phải tên đối tượng %s hợp lệ"
10559
10560#: builtin/describe.c:520
10561#, c-format
10562msgid "%s is neither a commit nor blob"
10563msgstr "%s không phải là một lần commit cũng không phải blob"
10564
10565#: builtin/describe.c:534
10566msgid "find the tag that comes after the commit"
10567msgstr "tìm các thẻ mà nó đến trước lần chuyển giao"
10568
10569#: builtin/describe.c:535
10570msgid "debug search strategy on stderr"
10571msgstr "chiến lược tìm kiếm gỡ lỗi trên đầu ra lỗi chuẩn stderr"
10572
10573#: builtin/describe.c:536
10574msgid "use any ref"
10575msgstr "dùng ref bất kỳ"
10576
10577#: builtin/describe.c:537
10578msgid "use any tag, even unannotated"
10579msgstr "dùng thẻ bất kỳ, cả khi “unannotated”"
10580
10581#: builtin/describe.c:538
10582msgid "always use long format"
10583msgstr "luôn dùng định dạng dài"
10584
10585#: builtin/describe.c:539
10586msgid "only follow first parent"
10587msgstr "chỉ theo cha mẹ đầu tiên"
10588
10589#: builtin/describe.c:542
10590msgid "only output exact matches"
10591msgstr "chỉ xuất những gì khớp chính xác"
10592
10593#: builtin/describe.c:544
10594msgid "consider <n> most recent tags (default: 10)"
10595msgstr "coi như <n> thẻ gần đây nhất (mặc định: 10)"
10596
10597#: builtin/describe.c:546
10598msgid "only consider tags matching <pattern>"
10599msgstr "chỉ cân nhắc đến những thẻ khớp với <mẫu>"
10600
10601#: builtin/describe.c:548
10602msgid "do not consider tags matching <pattern>"
10603msgstr "không coi rằng các thẻ khớp với <mẫu>"
10604
10605#: builtin/describe.c:550 builtin/name-rev.c:424
10606msgid "show abbreviated commit object as fallback"
10607msgstr "hiển thị đối tượng chuyển giao vắn tắt như là fallback"
10608
10609#: builtin/describe.c:551 builtin/describe.c:554
10610msgid "mark"
10611msgstr "dấu"
10612
10613#: builtin/describe.c:552
10614msgid "append <mark> on dirty working tree (default: \"-dirty\")"
10615msgstr "thêm <dấu> trên cây thư mục làm việc bẩn (mặc định \"-dirty\")"
10616
10617#: builtin/describe.c:555
10618msgid "append <mark> on broken working tree (default: \"-broken\")"
10619msgstr "thêm <dấu> trên cây thư mục làm việc bị hỏng (mặc định \"-broken\")"
10620
10621#: builtin/describe.c:573
10622msgid "--long is incompatible with --abbrev=0"
10623msgstr "--long là xung khắc với tùy chọn --abbrev=0"
10624
10625#: builtin/describe.c:602
10626msgid "No names found, cannot describe anything."
10627msgstr "Không tìm thấy các tên, không thể mô tả gì cả."
10628
10629#: builtin/describe.c:652
10630msgid "--dirty is incompatible with commit-ishes"
10631msgstr "--dirty là xung khắc với các tùy chọn commit-ish"
10632
10633#: builtin/describe.c:654
10634msgid "--broken is incompatible with commit-ishes"
10635msgstr "--broken là xung khắc với commit-ishes"
10636
10637#: builtin/diff.c:83
10638#, c-format
10639msgid "'%s': not a regular file or symlink"
10640msgstr "“%s”: không phải tập tin bình thường hay liên kết mềm"
10641
10642#: builtin/diff.c:234
10643#, c-format
10644msgid "invalid option: %s"
10645msgstr "tùy chọn không hợp lệ: %s"
10646
10647#: builtin/diff.c:363
10648msgid "Not a git repository"
10649msgstr "Không phải là kho git"
10650
10651#: builtin/diff.c:407
10652#, c-format
10653msgid "invalid object '%s' given."
10654msgstr "đối tượng đã cho “%s” không hợp lệ."
10655
10656#: builtin/diff.c:416
10657#, c-format
10658msgid "more than two blobs given: '%s'"
10659msgstr "đã cho nhiều hơn hai đối tượng blob: “%s”"
10660
10661#: builtin/diff.c:421
10662#, c-format
10663msgid "unhandled object '%s' given."
10664msgstr "đã cho đối tượng không thể nắm giữ “%s”."
10665
10666#: builtin/difftool.c:30
10667msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
10668msgstr ""
10669"git difftool [<các-tùy-chọn>] [<lần_chuyển_giao> [<lần_chuyển_giao>]] [--] "
10670"<đường-dẫn>…]"
10671
10672#: builtin/difftool.c:260
10673#, c-format
10674msgid "failed: %d"
10675msgstr "gặp lỗi: %d"
10676
10677#: builtin/difftool.c:302
10678#, c-format
10679msgid "could not read symlink %s"
10680msgstr "không thể đọc liên kết mềm %s"
10681
10682#: builtin/difftool.c:304
10683#, c-format
10684msgid "could not read symlink file %s"
10685msgstr "không đọc được tập tin liên kết mềm %s"
10686
10687#: builtin/difftool.c:312
10688#, c-format
10689msgid "could not read object %s for symlink %s"
10690msgstr "Không thể đọc đối tượng %s cho liên kết mềm %s"
10691
10692#: builtin/difftool.c:413
10693msgid ""
10694"combined diff formats('-c' and '--cc') are not supported in\n"
10695"directory diff mode('-d' and '--dir-diff')."
10696msgstr ""
10697"các định dạng diff tổ hợp(“-c” và “--cc”) chưa được hỗ trợ trong\n"
10698"chế độ diff thư mục(“-d” và “--dir-diff”)."
10699
10700#: builtin/difftool.c:633
10701#, c-format
10702msgid "both files modified: '%s' and '%s'."
10703msgstr "cả hai tập tin đã bị sửa: “%s” và “%s”."
10704
10705#: builtin/difftool.c:635
10706msgid "working tree file has been left."
10707msgstr "cây làm việc ở bên trái."
10708
10709#: builtin/difftool.c:646
10710#, c-format
10711msgid "temporary files exist in '%s'."
10712msgstr "các tập tin tạm đã sẵn có trong “%s”."
10713
10714#: builtin/difftool.c:647
10715msgid "you may want to cleanup or recover these."
10716msgstr "bạn có lẽ muốn dọn dẹp hay "
10717
10718#: builtin/difftool.c:696
10719msgid "use `diff.guitool` instead of `diff.tool`"
10720msgstr "dùng “diff.guitool“ thay vì dùng “diff.tool“"
10721
10722#: builtin/difftool.c:698
10723msgid "perform a full-directory diff"
10724msgstr "thực hiện một diff toàn thư mục"
10725
10726#: builtin/difftool.c:700
10727msgid "do not prompt before launching a diff tool"
10728msgstr "đừng nhắc khi khởi chạy công cụ diff"
10729
10730#: builtin/difftool.c:705
10731msgid "use symlinks in dir-diff mode"
10732msgstr "dùng liên kết mềm trong diff-thư-mục"
10733
10734#: builtin/difftool.c:706
10735msgid "tool"
10736msgstr "công cụ"
10737
10738#: builtin/difftool.c:707
10739msgid "use the specified diff tool"
10740msgstr "dùng công cụ diff đã cho"
10741
10742#: builtin/difftool.c:709
10743msgid "print a list of diff tools that may be used with `--tool`"
10744msgstr "in ra danh sách các công cụ dif cái mà có thẻ dùng với “--tool“"
10745
10746#: builtin/difftool.c:712
10747msgid ""
10748"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
10749"code"
10750msgstr ""
10751"làm cho “git-difftool” thoát khi gọi công cụ diff trả về mã không phải số "
10752"không"
10753
10754#: builtin/difftool.c:715
10755msgid "specify a custom command for viewing diffs"
10756msgstr "chỉ định một lệnh tùy ý để xem diff"
10757
10758#: builtin/difftool.c:739
10759msgid "no <tool> given for --tool=<tool>"
10760msgstr "chưa đưa ra <công_cụ> cho --tool=<công_cụ>"
10761
10762#: builtin/difftool.c:746
10763msgid "no <cmd> given for --extcmd=<cmd>"
10764msgstr "chưa đưa ra <lệnh> cho --extcmd=<lệnh>"
10765
10766#: builtin/fast-export.c:29
10767msgid "git fast-export [rev-list-opts]"
10768msgstr "git fast-export [rev-list-opts]"
10769
10770#: builtin/fast-export.c:1006
10771msgid "show progress after <n> objects"
10772msgstr "hiển thị tiến triển sau <n> đối tượng"
10773
10774#: builtin/fast-export.c:1008
10775msgid "select handling of signed tags"
10776msgstr "chọn điều khiển của thẻ đã ký"
10777
10778#: builtin/fast-export.c:1011
10779msgid "select handling of tags that tag filtered objects"
10780msgstr "chọn sự xử lý của các thẻ, cái mà đánh thẻ các đối tượng được lọc ra"
10781
10782#: builtin/fast-export.c:1014
10783msgid "Dump marks to this file"
10784msgstr "Đổ các đánh dấu này vào tập-tin"
10785
10786#: builtin/fast-export.c:1016
10787msgid "Import marks from this file"
10788msgstr "nhập vào đánh dấu từ tập tin này"
10789
10790#: builtin/fast-export.c:1018
10791msgid "Fake a tagger when tags lack one"
10792msgstr "Làm giả một cái thẻ khi thẻ bị thiếu một cái"
10793
10794#: builtin/fast-export.c:1020
10795msgid "Output full tree for each commit"
10796msgstr "Xuất ra toàn bộ cây cho mỗi lần chuyển giao"
10797
10798#: builtin/fast-export.c:1022
10799msgid "Use the done feature to terminate the stream"
10800msgstr "Sử dụng tính năng done để chấm dứt luồng dữ liệu"
10801
10802#: builtin/fast-export.c:1023
10803msgid "Skip output of blob data"
10804msgstr "Bỏ qua kết xuất của dữ liệu blob"
10805
10806#: builtin/fast-export.c:1024 builtin/log.c:1588
10807msgid "refspec"
10808msgstr "refspec"
10809
10810#: builtin/fast-export.c:1025
10811msgid "Apply refspec to exported refs"
10812msgstr "Áp dụng refspec cho refs đã xuất"
10813
10814#: builtin/fast-export.c:1026
10815msgid "anonymize output"
10816msgstr "kết xuất anonymize"
10817
10818#: builtin/fetch.c:28
10819msgid "git fetch [<options>] [<repository> [<refspec>...]]"
10820msgstr "git fetch [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"
10821
10822#: builtin/fetch.c:29
10823msgid "git fetch [<options>] <group>"
10824msgstr "git fetch [<các-tùy-chọn>] [<nhóm>"
10825
10826#: builtin/fetch.c:30
10827msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
10828msgstr "git fetch --multiple [<các-tùy-chọn>] [(<kho> | <nhóm>)…]"
10829
10830#: builtin/fetch.c:31
10831msgid "git fetch --all [<options>]"
10832msgstr "git fetch --all [<các-tùy-chọn>]"
10833
10834#: builtin/fetch.c:115 builtin/pull.c:194
10835msgid "fetch from all remotes"
10836msgstr "lấy về từ tất cả các máy chủ"
10837
10838#: builtin/fetch.c:117 builtin/pull.c:197
10839msgid "append to .git/FETCH_HEAD instead of overwriting"
10840msgstr "nối thêm vào .git/FETCH_HEAD thay vì ghi đè lên nó"
10841
10842#: builtin/fetch.c:119 builtin/pull.c:200
10843msgid "path to upload pack on remote end"
10844msgstr "đường dẫn đến gói tải lên trên máy chủ cuối"
10845
10846#: builtin/fetch.c:120
10847msgid "force overwrite of local reference"
10848msgstr "ép buộc ghi đè lên tham chiếu nội bộ"
10849
10850#: builtin/fetch.c:122
10851msgid "fetch from multiple remotes"
10852msgstr "lấy từ nhiều máy chủ cùng lúc"
10853
10854#: builtin/fetch.c:124 builtin/pull.c:204
10855msgid "fetch all tags and associated objects"
10856msgstr "lấy tất cả các thẻ cùng với các đối tượng liên quan đến nó"
10857
10858#: builtin/fetch.c:126
10859msgid "do not fetch all tags (--no-tags)"
10860msgstr "không lấy tất cả các thẻ (--no-tags)"
10861
10862#: builtin/fetch.c:128
10863msgid "number of submodules fetched in parallel"
10864msgstr "số lượng mô-đun-con được lấy đồng thời"
10865
10866#: builtin/fetch.c:130 builtin/pull.c:207
10867msgid "prune remote-tracking branches no longer on remote"
10868msgstr ""
10869"cắt cụt (prune) các nhánh “remote-tracking” không còn tồn tại trên máy chủ "
10870"nữa"
10871
10872#: builtin/fetch.c:132
10873msgid "prune local tags no longer on remote and clobber changed tags"
10874msgstr "cắt xém các thẻ nội bộ không còn ở máy chủ và xóa các thẻ đã thay đổi"
10875
10876#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:132
10877msgid "on-demand"
10878msgstr "khi-cần"
10879
10880#: builtin/fetch.c:134
10881msgid "control recursive fetching of submodules"
10882msgstr "điều khiển việc lấy về đệ quy trong các mô-đun-con"
10883
10884#: builtin/fetch.c:138 builtin/pull.c:215
10885msgid "keep downloaded pack"
10886msgstr "giữ lại gói đã tải về"
10887
10888#: builtin/fetch.c:140
10889msgid "allow updating of HEAD ref"
10890msgstr "cho phép cập nhật th.chiếu HEAD"
10891
10892#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:218
10893msgid "deepen history of shallow clone"
10894msgstr "làm sâu hơn lịch sử của bản sao"
10895
10896#: builtin/fetch.c:145
10897msgid "deepen history of shallow repository based on time"
10898msgstr "làm sâu hơn lịch sử của kho bản sao shallow dựa trên thời gian"
10899
10900#: builtin/fetch.c:151 builtin/pull.c:221
10901msgid "convert to a complete repository"
10902msgstr "chuyển đổi hoàn toàn sang kho git"
10903
10904#: builtin/fetch.c:154
10905msgid "prepend this to submodule path output"
10906msgstr "soạn sẵn cái này cho kết xuất đường dẫn mô-đun-con"
10907
10908#: builtin/fetch.c:157
10909msgid ""
10910"default for recursive fetching of submodules (lower priority than config "
10911"files)"
10912msgstr ""
10913"mặc định cho việc lấy đệ quy các mô-đun-con (có mức ưu tiên thấp hơn các tập "
10914"tin cấu hình config)"
10915
10916#: builtin/fetch.c:161 builtin/pull.c:224
10917msgid "accept refs that update .git/shallow"
10918msgstr "chấp nhận tham chiếu cập nhật .git/shallow"
10919
10920#: builtin/fetch.c:162 builtin/pull.c:226
10921msgid "refmap"
10922msgstr "refmap"
10923
10924#: builtin/fetch.c:163 builtin/pull.c:227
10925msgid "specify fetch refmap"
10926msgstr "chỉ ra refmap cần lấy về"
10927
10928#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
10929#: builtin/send-pack.c:172
10930msgid "server-specific"
10931msgstr "đặc-tả-máy-phục-vụ"
10932
10933#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
10934#: builtin/send-pack.c:173
10935msgid "option to transmit"
10936msgstr "tùy chọn để chuyển giao"
10937
10938#: builtin/fetch.c:170
10939msgid "report that we have only objects reachable from this object"
10940msgstr ""
10941"báo cáo rằng chúng ta chỉ có các đối tượng tiếp cận được từ đối tượng này"
10942
10943#: builtin/fetch.c:470
10944msgid "Couldn't find remote ref HEAD"
10945msgstr "Không thể tìm thấy máy chủ cho tham chiếu HEAD"
10946
10947#: builtin/fetch.c:609
10948#, c-format
10949msgid "configuration fetch.output contains invalid value %s"
10950msgstr "phần cấu hình fetch.output có chứa giá-trị không hợp lệ %s"
10951
10952#: builtin/fetch.c:702
10953#, c-format
10954msgid "object %s not found"
10955msgstr "Không tìm thấy đối tượng %s"
10956
10957#: builtin/fetch.c:706
10958msgid "[up to date]"
10959msgstr "[đã cập nhật]"
10960
10961#: builtin/fetch.c:719 builtin/fetch.c:735 builtin/fetch.c:807
10962msgid "[rejected]"
10963msgstr "[Bị từ chối]"
10964
10965#: builtin/fetch.c:720
10966msgid "can't fetch in current branch"
10967msgstr "không thể fetch (lấy) về nhánh hiện hành"
10968
10969#: builtin/fetch.c:730
10970msgid "[tag update]"
10971msgstr "[cập nhật thẻ]"
10972
10973#: builtin/fetch.c:731 builtin/fetch.c:771 builtin/fetch.c:787
10974#: builtin/fetch.c:802
10975msgid "unable to update local ref"
10976msgstr "không thể cập nhật tham chiếu nội bộ"
10977
10978#: builtin/fetch.c:735
10979msgid "would clobber existing tag"
10980msgstr "nên xóa chồng các thẻ có sẵn"
10981
10982#: builtin/fetch.c:757
10983msgid "[new tag]"
10984msgstr "[thẻ mới]"
10985
10986#: builtin/fetch.c:760
10987msgid "[new branch]"
10988msgstr "[nhánh mới]"
10989
10990#: builtin/fetch.c:763
10991msgid "[new ref]"
10992msgstr "[ref (tham chiếu) mới]"
10993
10994#: builtin/fetch.c:802
10995msgid "forced update"
10996msgstr "cưỡng bức cập nhật"
10997
10998#: builtin/fetch.c:807
10999msgid "non-fast-forward"
11000msgstr "không-phải-chuyển-tiếp-nhanh"
11001
11002#: builtin/fetch.c:853
11003#, c-format
11004msgid "%s did not send all necessary objects\n"
11005msgstr "%s đã không gửi tất cả các đối tượng cần thiết\n"
11006
11007#: builtin/fetch.c:874
11008#, c-format
11009msgid "reject %s because shallow roots are not allowed to be updated"
11010msgstr "từ chối %s bởi vì các gốc nông thì không được phép cập nhật"
11011
11012#: builtin/fetch.c:963 builtin/fetch.c:1085
11013#, c-format
11014msgid "From %.*s\n"
11015msgstr "Từ %.*s\n"
11016
11017#: builtin/fetch.c:974
11018#, c-format
11019msgid ""
11020"some local refs could not be updated; try running\n"
11021" 'git remote prune %s' to remove any old, conflicting branches"
11022msgstr ""
11023"một số tham chiếu nội bộ không thể được cập nhật; hãy thử chạy\n"
11024" “git remote prune %s” để bỏ đi những nhánh cũ, hay bị xung đột"
11025
11026#: builtin/fetch.c:1055
11027#, c-format
11028msgid "   (%s will become dangling)"
11029msgstr "   (%s sẽ trở thành không đầu (không được quản lý))"
11030
11031#: builtin/fetch.c:1056
11032#, c-format
11033msgid "   (%s has become dangling)"
11034msgstr "   (%s đã trở thành không đầu (không được quản lý))"
11035
11036#: builtin/fetch.c:1088
11037msgid "[deleted]"
11038msgstr "[đã xóa]"
11039
11040#: builtin/fetch.c:1089 builtin/remote.c:1036
11041msgid "(none)"
11042msgstr "(không)"
11043
11044#: builtin/fetch.c:1112
11045#, c-format
11046msgid "Refusing to fetch into current branch %s of non-bare repository"
11047msgstr ""
11048"Từ chối việc lấy vào trong nhánh hiện tại %s của một kho chứa không phải kho "
11049"trần (bare)"
11050
11051#: builtin/fetch.c:1131
11052#, c-format
11053msgid "Option \"%s\" value \"%s\" is not valid for %s"
11054msgstr "Tùy chọn \"%s\" có giá trị \"%s\" là không hợp lệ cho %s"
11055
11056#: builtin/fetch.c:1134
11057#, c-format
11058msgid "Option \"%s\" is ignored for %s\n"
11059msgstr "Tùy chọn \"%s\" bị bỏ qua với %s\n"
11060
11061#: builtin/fetch.c:1433
11062#, c-format
11063msgid "Fetching %s\n"
11064msgstr "Đang lấy “%s” về\n"
11065
11066#: builtin/fetch.c:1435 builtin/remote.c:100
11067#, c-format
11068msgid "Could not fetch %s"
11069msgstr "không thể “%s” về"
11070
11071#: builtin/fetch.c:1481 builtin/fetch.c:1649
11072msgid ""
11073"--filter can only be used with the remote configured in core.partialClone"
11074msgstr ""
11075"--filter chỉ có thể được dùng với máy chủ được cấu hình bằng core."
11076"partialClone"
11077
11078#: builtin/fetch.c:1504
11079msgid ""
11080"No remote repository specified.  Please, specify either a URL or a\n"
11081"remote name from which new revisions should be fetched."
11082msgstr ""
11083"Chưa chỉ ra kho chứa máy chủ.  Xin hãy chỉ định hoặc là URL hoặc\n"
11084"tên máy chủ từ cái mà những điểm xét duyệt mới có thể được fetch (lấy về)."
11085
11086#: builtin/fetch.c:1541
11087msgid "You need to specify a tag name."
11088msgstr "Bạn phải định rõ tên thẻ."
11089
11090#: builtin/fetch.c:1590
11091msgid "Negative depth in --deepen is not supported"
11092msgstr "Mức sâu là số âm trong --deepen là không được hỗ trợ"
11093
11094#: builtin/fetch.c:1592
11095msgid "--deepen and --depth are mutually exclusive"
11096msgstr "Các tùy chọn--deepen và --depth loại từ lẫn nhau"
11097
11098#: builtin/fetch.c:1597
11099msgid "--depth and --unshallow cannot be used together"
11100msgstr "tùy chọn --depth và --unshallow không thể sử dụng cùng với nhau"
11101
11102#: builtin/fetch.c:1599
11103msgid "--unshallow on a complete repository does not make sense"
11104msgstr "--unshallow trên kho hoàn chỉnh là không hợp lý"
11105
11106#: builtin/fetch.c:1615
11107msgid "fetch --all does not take a repository argument"
11108msgstr "lệnh lấy về \"fetch --all\" không lấy đối số kho chứa"
11109
11110#: builtin/fetch.c:1617
11111msgid "fetch --all does not make sense with refspecs"
11112msgstr "lệnh lấy về \"fetch --all\" không hợp lý với refspecs"
11113
11114#: builtin/fetch.c:1626
11115#, c-format
11116msgid "No such remote or remote group: %s"
11117msgstr "không có nhóm máy chủ hay máy chủ như thế: %s"
11118
11119#: builtin/fetch.c:1633
11120msgid "Fetching a group and specifying refspecs does not make sense"
11121msgstr "Việc lấy về cả một nhóm và chỉ định refspecs không hợp lý"
11122
11123#: builtin/fmt-merge-msg.c:18
11124msgid ""
11125"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11126msgstr ""
11127"git fmt-merge-msg [-m <chú_thích>] [--log[=<n>] | --no-log] [--file <tập-"
11128"tin>]"
11129
11130#: builtin/fmt-merge-msg.c:672
11131msgid "populate log with at most <n> entries from shortlog"
11132msgstr "gắn nhật ký với ít nhất <n> mục từ lệnh “shortlog”"
11133
11134#: builtin/fmt-merge-msg.c:675
11135msgid "alias for --log (deprecated)"
11136msgstr "bí danh cho --log (không được dùng)"
11137
11138#: builtin/fmt-merge-msg.c:678
11139msgid "text"
11140msgstr "văn bản"
11141
11142#: builtin/fmt-merge-msg.c:679
11143msgid "use <text> as start of message"
11144msgstr "dùng <văn bản thường> để bắt đầu ghi chú"
11145
11146#: builtin/fmt-merge-msg.c:680
11147msgid "file to read from"
11148msgstr "tập tin để đọc dữ liệu từ đó"
11149
11150#: builtin/for-each-ref.c:10
11151msgid "git for-each-ref [<options>] [<pattern>]"
11152msgstr "git for-each-ref [<các-tùy-chọn>] [<mẫu>]"
11153
11154#: builtin/for-each-ref.c:11
11155msgid "git for-each-ref [--points-at <object>]"
11156msgstr "git for-each-ref [--points-at <đối tượng>]"
11157
11158#: builtin/for-each-ref.c:12
11159msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11160msgstr "git for-each-ref [(--merged | --no-merged) [<lần-chuyển-giao>]]"
11161
11162#: builtin/for-each-ref.c:13
11163msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11164msgstr ""
11165"git for-each-ref [--contains [<lần-chuyển-giao>]] [--no-contains [<lần-"
11166"chuyển-giao>]]"
11167
11168#: builtin/for-each-ref.c:28
11169msgid "quote placeholders suitably for shells"
11170msgstr "trích dẫn để phù hợp cho hệ vỏ (shell)"
11171
11172#: builtin/for-each-ref.c:30
11173msgid "quote placeholders suitably for perl"
11174msgstr "trích dẫn để phù hợp cho perl"
11175
11176#: builtin/for-each-ref.c:32
11177msgid "quote placeholders suitably for python"
11178msgstr "trích dẫn để phù hợp cho python"
11179
11180#: builtin/for-each-ref.c:34
11181msgid "quote placeholders suitably for Tcl"
11182msgstr "trích dẫn để phù hợp cho Tcl"
11183
11184#: builtin/for-each-ref.c:37
11185msgid "show only <n> matched refs"
11186msgstr "hiển thị chỉ <n> tham chiếu khớp"
11187
11188#: builtin/for-each-ref.c:39 builtin/tag.c:424
11189msgid "respect format colors"
11190msgstr "các màu định dạng lưu tâm"
11191
11192#: builtin/for-each-ref.c:43
11193msgid "print only refs which points at the given object"
11194msgstr "chỉ hiển thị các tham chiếu mà nó chỉ đến đối tượng đã cho"
11195
11196#: builtin/for-each-ref.c:45
11197msgid "print only refs that are merged"
11198msgstr "chỉ hiển thị những tham chiếu mà nó được hòa trộn"
11199
11200#: builtin/for-each-ref.c:46
11201msgid "print only refs that are not merged"
11202msgstr "chỉ hiển thị những tham chiếu mà nó không được hòa trộn"
11203
11204#: builtin/for-each-ref.c:47
11205msgid "print only refs which contain the commit"
11206msgstr "chỉ hiển thị những tham chiếu mà nó chứa lần chuyển giao"
11207
11208#: builtin/for-each-ref.c:48
11209msgid "print only refs which don't contain the commit"
11210msgstr "chỉ hiển thị những tham chiếu mà nó không chứa lần chuyển giao"
11211
11212#: builtin/fsck.c:598
11213msgid "Checking object directories"
11214msgstr "Đang kiểm tra các thư mục đối tượng"
11215
11216#: builtin/fsck.c:693
11217msgid "git fsck [<options>] [<object>...]"
11218msgstr "git fsck [<các-tùy-chọn>] [<đối-tượng>…]"
11219
11220#: builtin/fsck.c:699
11221msgid "show unreachable objects"
11222msgstr "hiển thị các đối tượng không thể đọc được"
11223
11224#: builtin/fsck.c:700
11225msgid "show dangling objects"
11226msgstr "hiển thị các đối tượng không được quản lý"
11227
11228#: builtin/fsck.c:701
11229msgid "report tags"
11230msgstr "báo cáo các thẻ"
11231
11232#: builtin/fsck.c:702
11233msgid "report root nodes"
11234msgstr "báo cáo node gốc"
11235
11236#: builtin/fsck.c:703
11237msgid "make index objects head nodes"
11238msgstr "tạo “index objects head nodes”"
11239
11240#: builtin/fsck.c:704
11241msgid "make reflogs head nodes (default)"
11242msgstr "tạo “reflogs head nodes” (mặc định)"
11243
11244#: builtin/fsck.c:705
11245msgid "also consider packs and alternate objects"
11246msgstr "cũng cân nhắc đến các đối tượng gói và thay thế"
11247
11248#: builtin/fsck.c:706
11249msgid "check only connectivity"
11250msgstr "chỉ kiểm tra kết nối"
11251
11252#: builtin/fsck.c:707
11253msgid "enable more strict checking"
11254msgstr "cho phép kiểm tra hạn chế hơn"
11255
11256#: builtin/fsck.c:709
11257msgid "write dangling objects in .git/lost-found"
11258msgstr "ghi các đối tượng không được quản lý trong .git/lost-found"
11259
11260#: builtin/fsck.c:710 builtin/prune.c:110
11261msgid "show progress"
11262msgstr "hiển thị quá trình"
11263
11264#: builtin/fsck.c:711
11265msgid "show verbose names for reachable objects"
11266msgstr "hiển thị tên chi tiết cho các đối tượng đọc được"
11267
11268#: builtin/fsck.c:776
11269msgid "Checking objects"
11270msgstr "Đang kiểm tra các đối tượng"
11271
11272#: builtin/gc.c:34
11273msgid "git gc [<options>]"
11274msgstr "git gc [<các-tùy-chọn>]"
11275
11276#: builtin/gc.c:90
11277#, c-format
11278msgid "Failed to fstat %s: %s"
11279msgstr "Gặp lỗi khi lấy thông tin thống kê về tập tin %s: %s"
11280
11281#: builtin/gc.c:461 builtin/init-db.c:55
11282#, c-format
11283msgid "cannot stat '%s'"
11284msgstr "không thể lấy thông tin thống kê về “%s”"
11285
11286#: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:510
11287#, c-format
11288msgid "cannot read '%s'"
11289msgstr "không thể đọc “%s”"
11290
11291#: builtin/gc.c:477
11292#, c-format
11293msgid ""
11294"The last gc run reported the following. Please correct the root cause\n"
11295"and remove %s.\n"
11296"Automatic cleanup will not be performed until the file is removed.\n"
11297"\n"
11298"%s"
11299msgstr ""
11300"Lần chạy gc cuối đã báo cáo các vấn đề sau đây. Vui lòng sửa nguyên nhân\n"
11301"tận gốc và xóa bỏ %s.\n"
11302"Việc tự động dọn dẹp sẽ không thực thi cho đến khi tập tin được xóa bỏ.\n"
11303"\n"
11304"%s"
11305
11306#: builtin/gc.c:519
11307msgid "prune unreferenced objects"
11308msgstr "xóa bỏ các đối tượng không được tham chiếu"
11309
11310#: builtin/gc.c:521
11311msgid "be more thorough (increased runtime)"
11312msgstr "cẩn thận hơn nữa (tăng thời gian chạy)"
11313
11314#: builtin/gc.c:522
11315msgid "enable auto-gc mode"
11316msgstr "bật chế độ auto-gc"
11317
11318#: builtin/gc.c:525
11319msgid "force running gc even if there may be another gc running"
11320msgstr "buộc gc chạy ngay cả khi có tiến trình gc khác đang chạy"
11321
11322#: builtin/gc.c:528
11323msgid "repack all other packs except the largest pack"
11324msgstr "đóng gói lại tất cả các gói khác ngoại trừ gói lớn nhất"
11325
11326#: builtin/gc.c:545
11327#, c-format
11328msgid "failed to parse gc.logexpiry value %s"
11329msgstr "gặp lỗi khi phân tích giá trị gc.logexpiry %s"
11330
11331#: builtin/gc.c:556
11332#, c-format
11333msgid "failed to parse prune expiry value %s"
11334msgstr "gặp lỗi khi phân tích giá trị prune %s"
11335
11336#: builtin/gc.c:576
11337#, c-format
11338msgid "Auto packing the repository in background for optimum performance.\n"
11339msgstr ""
11340"Tự động đóng gói kho chứa trên nền hệ thống để tối ưu hóa hiệu suất làm "
11341"việc.\n"
11342
11343#: builtin/gc.c:578
11344#, c-format
11345msgid "Auto packing the repository for optimum performance.\n"
11346msgstr "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"
11347
11348#: builtin/gc.c:579
11349#, c-format
11350msgid "See \"git help gc\" for manual housekeeping.\n"
11351msgstr "Xem \"git help gc\" để có hướng dẫn cụ thể về cách dọn dẹp kho git.\n"
11352
11353#: builtin/gc.c:619
11354#, c-format
11355msgid ""
11356"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
11357msgstr ""
11358"gc đang được thực hiện trên máy “%s” pid %<PRIuMAX> (dùng --force nếu không "
11359"phải thế)"
11360
11361#: builtin/gc.c:670
11362msgid ""
11363"There are too many unreachable loose objects; run 'git prune' to remove them."
11364msgstr ""
11365"Có quá nhiều đối tượng tự do không được dùng đến; hãy chạy lệnh “git prune” "
11366"để xóa bỏ chúng đi."
11367
11368#: builtin/grep.c:28
11369msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
11370msgstr "git grep [<các-tùy-chọn>] [-e] <mẫu> [<rev>…] [[--] <đường-dẫn>…]"
11371
11372#: builtin/grep.c:224
11373#, c-format
11374msgid "grep: failed to create thread: %s"
11375msgstr "grep: gặp lỗi tạo tuyến (thread): %s"
11376
11377#: builtin/grep.c:278
11378#, c-format
11379msgid "invalid number of threads specified (%d) for %s"
11380msgstr "số tuyến đã cho không hợp lệ (%d) cho %s"
11381
11382#. TRANSLATORS: %s is the configuration
11383#. variable for tweaking threads, currently
11384#. grep.threads
11385#.
11386#: builtin/grep.c:286 builtin/index-pack.c:1506 builtin/index-pack.c:1697
11387#: builtin/pack-objects.c:2719
11388#, c-format
11389msgid "no threads support, ignoring %s"
11390msgstr "không hỗ trợ đa tuyến, bỏ qua %s"
11391
11392#: builtin/grep.c:458 builtin/grep.c:579 builtin/grep.c:620
11393#, c-format
11394msgid "unable to read tree (%s)"
11395msgstr "không thể đọc cây (%s)"
11396
11397#: builtin/grep.c:635
11398#, c-format
11399msgid "unable to grep from object of type %s"
11400msgstr "không thể thực hiện lệnh grep (lọc tìm) từ đối tượng thuộc kiểu %s"
11401
11402#: builtin/grep.c:701
11403#, c-format
11404msgid "switch `%c' expects a numerical value"
11405msgstr "chuyển đến “%c” cần một giá trị bằng số"
11406
11407#: builtin/grep.c:800
11408msgid "search in index instead of in the work tree"
11409msgstr "tìm trong bảng mục lục thay vì trong cây làm việc"
11410
11411#: builtin/grep.c:802
11412msgid "find in contents not managed by git"
11413msgstr "tìm trong nội dung không được quản lý bởi git"
11414
11415#: builtin/grep.c:804
11416msgid "search in both tracked and untracked files"
11417msgstr "tìm kiếm các tập tin được và chưa được theo dõi dấu vết"
11418
11419#: builtin/grep.c:806
11420msgid "ignore files specified via '.gitignore'"
11421msgstr "các tập tin bị bỏ qua được chỉ định thông qua “.gitignore”"
11422
11423#: builtin/grep.c:808
11424msgid "recursively search in each submodule"
11425msgstr "tìm kiếm đệ quy trong từng mô-đun-con"
11426
11427#: builtin/grep.c:811
11428msgid "show non-matching lines"
11429msgstr "hiển thị những dòng không khớp với mẫu"
11430
11431#: builtin/grep.c:813
11432msgid "case insensitive matching"
11433msgstr "phân biệt HOA/thường"
11434
11435#: builtin/grep.c:815
11436msgid "match patterns only at word boundaries"
11437msgstr "chỉ khớp mẫu tại đường ranh giới từ"
11438
11439#: builtin/grep.c:817
11440msgid "process binary files as text"
11441msgstr "xử lý tập tin nhị phân như là dạng văn bản thường"
11442
11443#: builtin/grep.c:819
11444msgid "don't match patterns in binary files"
11445msgstr "không khớp mẫu trong các tập tin nhị phân"
11446
11447#: builtin/grep.c:822
11448msgid "process binary files with textconv filters"
11449msgstr "xử lý tập tin nhị phân với các bộ lọc “textconv”"
11450
11451#: builtin/grep.c:824
11452msgid "search in subdirectories (default)"
11453msgstr "tìm kiếm trong thư mục con (mặc định)"
11454
11455#: builtin/grep.c:826
11456msgid "descend at most <depth> levels"
11457msgstr "hạ xuống ít nhất là mức <sâu>"
11458
11459#: builtin/grep.c:830
11460msgid "use extended POSIX regular expressions"
11461msgstr "dùng biểu thức chính qui POSIX có mở rộng"
11462
11463#: builtin/grep.c:833
11464msgid "use basic POSIX regular expressions (default)"
11465msgstr "sử dụng biểu thức chính quy kiểu POSIX (mặc định)"
11466
11467#: builtin/grep.c:836
11468msgid "interpret patterns as fixed strings"
11469msgstr "diễn dịch các mẫu như là chuỗi cố định"
11470
11471#: builtin/grep.c:839
11472msgid "use Perl-compatible regular expressions"
11473msgstr "sử dụng biểu thức chính quy tương thích Perl"
11474
11475#: builtin/grep.c:842
11476msgid "show line numbers"
11477msgstr "hiển thị số của dòng"
11478
11479#: builtin/grep.c:843
11480msgid "show column number of first match"
11481msgstr "hiển thị số cột của khớp với mẫu đầu tiên"
11482
11483#: builtin/grep.c:844
11484msgid "don't show filenames"
11485msgstr "không hiển thị tên tập tin"
11486
11487#: builtin/grep.c:845
11488msgid "show filenames"
11489msgstr "hiển thị các tên tập tin"
11490
11491#: builtin/grep.c:847
11492msgid "show filenames relative to top directory"
11493msgstr "hiển thị tên tập tin tương đối với thư mục đỉnh (top)"
11494
11495#: builtin/grep.c:849
11496msgid "show only filenames instead of matching lines"
11497msgstr "chỉ hiển thị tên tập tin thay vì những dòng khớp với mẫu"
11498
11499#: builtin/grep.c:851
11500msgid "synonym for --files-with-matches"
11501msgstr "đồng nghĩa với --files-with-matches"
11502
11503#: builtin/grep.c:854
11504msgid "show only the names of files without match"
11505msgstr "chỉ hiển thị tên cho những tập tin không khớp với mẫu"
11506
11507#: builtin/grep.c:856
11508msgid "print NUL after filenames"
11509msgstr "thêm NUL vào sau tên tập tin"
11510
11511#: builtin/grep.c:859
11512msgid "show only matching parts of a line"
11513msgstr "chỉ hiển thị những phần khớp với mẫu của một dòng"
11514
11515#: builtin/grep.c:861
11516msgid "show the number of matches instead of matching lines"
11517msgstr "hiển thị số lượng khớp thay vì những dòng khớp với mẫu"
11518
11519#: builtin/grep.c:862
11520msgid "highlight matches"
11521msgstr "tô sáng phần khớp mẫu"
11522
11523#: builtin/grep.c:864
11524msgid "print empty line between matches from different files"
11525msgstr "hiển thị dòng trống giữa các lần khớp từ các tập tin khác biệt"
11526
11527#: builtin/grep.c:866
11528msgid "show filename only once above matches from same file"
11529msgstr ""
11530"hiển thị tên tập tin một lần phía trên các lần khớp từ cùng một tập tin"
11531
11532#: builtin/grep.c:869
11533msgid "show <n> context lines before and after matches"
11534msgstr "hiển thị <n> dòng nội dung phía trước và sau các lần khớp"
11535
11536#: builtin/grep.c:872
11537msgid "show <n> context lines before matches"
11538msgstr "hiển thị <n> dòng nội dung trước khớp"
11539
11540#: builtin/grep.c:874
11541msgid "show <n> context lines after matches"
11542msgstr "hiển thị <n> dòng nội dung sau khớp"
11543
11544#: builtin/grep.c:876
11545msgid "use <n> worker threads"
11546msgstr "dùng <n> tuyến trình làm việc"
11547
11548#: builtin/grep.c:877
11549msgid "shortcut for -C NUM"
11550msgstr "dạng viết tắt của -C SỐ"
11551
11552#: builtin/grep.c:880
11553msgid "show a line with the function name before matches"
11554msgstr "hiển thị dòng vói tên hàm trước các lần khớp"
11555
11556#: builtin/grep.c:882
11557msgid "show the surrounding function"
11558msgstr "hiển thị hàm bao quanh"
11559
11560#: builtin/grep.c:885
11561msgid "read patterns from file"
11562msgstr "đọc mẫu từ tập-tin"
11563
11564#: builtin/grep.c:887
11565msgid "match <pattern>"
11566msgstr "match <mẫu>"
11567
11568#: builtin/grep.c:889
11569msgid "combine patterns specified with -e"
11570msgstr "tổ hợp mẫu được chỉ ra với tùy chọn -e"
11571
11572#: builtin/grep.c:901
11573msgid "indicate hit with exit status without output"
11574msgstr "đưa ra gợi ý với trạng thái thoát mà không có kết xuất"
11575
11576#: builtin/grep.c:903
11577msgid "show only matches from files that match all patterns"
11578msgstr "chỉ hiển thị những cái khớp từ tập tin mà nó khớp toàn bộ các mẫu"
11579
11580#: builtin/grep.c:905
11581msgid "show parse tree for grep expression"
11582msgstr "hiển thị cây phân tích cú pháp cho biểu thức “grep” (tìm kiếm)"
11583
11584#: builtin/grep.c:909
11585msgid "pager"
11586msgstr "dàn trang"
11587
11588#: builtin/grep.c:909
11589msgid "show matching files in the pager"
11590msgstr "hiển thị các tập tin khớp trong trang giấy"
11591
11592#: builtin/grep.c:913
11593msgid "allow calling of grep(1) (ignored by this build)"
11594msgstr "cho phép gọi grep(1) (bị bỏ qua bởi lần dịch này)"
11595
11596#: builtin/grep.c:977
11597msgid "no pattern given"
11598msgstr "chưa chỉ ra mẫu"
11599
11600#: builtin/grep.c:1013
11601msgid "--no-index or --untracked cannot be used with revs"
11602msgstr "--no-index hay --untracked không được sử dụng cùng với revs"
11603
11604#: builtin/grep.c:1020
11605#, c-format
11606msgid "unable to resolve revision: %s"
11607msgstr "không thể phân giải điểm xét duyệt: %s"
11608
11609#: builtin/grep.c:1051
11610msgid "invalid option combination, ignoring --threads"
11611msgstr "tổ hợp tùy chọn không hợp lệ, bỏ qua --threads"
11612
11613#: builtin/grep.c:1054 builtin/pack-objects.c:3397
11614msgid "no threads support, ignoring --threads"
11615msgstr "không hỗ trợ đa tuyến, bỏ qua --threads"
11616
11617#: builtin/grep.c:1057 builtin/index-pack.c:1503 builtin/pack-objects.c:2716
11618#, c-format
11619msgid "invalid number of threads specified (%d)"
11620msgstr "số tuyến chỉ ra không hợp lệ (%d)"
11621
11622#: builtin/grep.c:1080
11623msgid "--open-files-in-pager only works on the worktree"
11624msgstr "--open-files-in-pager chỉ làm việc trên cây-làm-việc"
11625
11626#: builtin/grep.c:1103
11627msgid "option not supported with --recurse-submodules"
11628msgstr "tùy chọn không được hỗ trợ với --recurse-submodules"
11629
11630#: builtin/grep.c:1109
11631msgid "--cached or --untracked cannot be used with --no-index"
11632msgstr "--cached hay --untracked không được sử dụng với --no-index"
11633
11634#: builtin/grep.c:1115
11635msgid "--[no-]exclude-standard cannot be used for tracked contents"
11636msgstr "--[no-]exclude-standard không thể sử dụng cho nội dung lưu dấu vết"
11637
11638#: builtin/grep.c:1123
11639msgid "both --cached and trees are given"
11640msgstr "cả hai --cached và các cây phải được chỉ ra"
11641
11642#: builtin/hash-object.c:84
11643msgid ""
11644"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
11645"[--] <file>..."
11646msgstr ""
11647"git hash-object [-t <kiểu>] [-w] [--path=<tập-tin> | --no-filters] [--stdin] "
11648"[--] <tập-tin>…"
11649
11650#: builtin/hash-object.c:85
11651msgid "git hash-object  --stdin-paths"
11652msgstr "git hash-object  --stdin-paths"
11653
11654#: builtin/hash-object.c:97
11655msgid "type"
11656msgstr "kiểu"
11657
11658#: builtin/hash-object.c:97
11659msgid "object type"
11660msgstr "kiểu đối tượng"
11661
11662#: builtin/hash-object.c:98
11663msgid "write the object into the object database"
11664msgstr "ghi đối tượng vào dữ liệu đối tượng"
11665
11666#: builtin/hash-object.c:100
11667msgid "read the object from stdin"
11668msgstr "đọc đối tượng từ đầu vào tiêu chuẩn stdin"
11669
11670#: builtin/hash-object.c:102
11671msgid "store file as is without filters"
11672msgstr "lưu các tập tin mà nó không có các bộ lọc"
11673
11674#: builtin/hash-object.c:103
11675msgid ""
11676"just hash any random garbage to create corrupt objects for debugging Git"
11677msgstr "chỉ cần băm rác ngẫu nhiên để tạo một đối tượng hỏng để mà gỡ lỗi Git"
11678
11679#: builtin/hash-object.c:104
11680msgid "process file as it were from this path"
11681msgstr "xử lý tập tin như là nó đang ở thư mục này"
11682
11683#: builtin/help.c:46
11684msgid "print all available commands"
11685msgstr "hiển thị danh sách các câu lệnh người dùng có thể sử dụng"
11686
11687#: builtin/help.c:47
11688msgid "exclude guides"
11689msgstr "hướng dẫn loại trừ"
11690
11691#: builtin/help.c:48
11692msgid "print list of useful guides"
11693msgstr "hiển thị danh sách các hướng dẫn hữu dụng"
11694
11695#: builtin/help.c:49
11696msgid "print all configuration variable names"
11697msgstr "in ra tất cả các tên biến cấu hình"
11698
11699#: builtin/help.c:51
11700msgid "show man page"
11701msgstr "hiển thị trang man"
11702
11703#: builtin/help.c:52
11704msgid "show manual in web browser"
11705msgstr "hiển thị hướng dẫn sử dụng trong trình duyệt web"
11706
11707#: builtin/help.c:54
11708msgid "show info page"
11709msgstr "hiện trang info"
11710
11711#: builtin/help.c:56
11712msgid "print command description"
11713msgstr "hiển thị mô tả lệnh"
11714
11715#: builtin/help.c:61
11716msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
11717msgstr "git help [--all] [--guides] [--man | --web | --info] [<lệnh>]"
11718
11719#: builtin/help.c:73
11720#, c-format
11721msgid "unrecognized help format '%s'"
11722msgstr "không nhận ra định dạng trợ giúp “%s”"
11723
11724#: builtin/help.c:100
11725msgid "Failed to start emacsclient."
11726msgstr "Gặp lỗi khi khởi chạy emacsclient."
11727
11728#: builtin/help.c:113
11729msgid "Failed to parse emacsclient version."
11730msgstr "Gặp lỗi khi phân tích phiên bản emacsclient."
11731
11732#: builtin/help.c:121
11733#, c-format
11734msgid "emacsclient version '%d' too old (< 22)."
11735msgstr "phiên bản của emacsclient “%d” quá cũ (< 22)."
11736
11737#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
11738#, c-format
11739msgid "failed to exec '%s'"
11740msgstr "gặp lỗi khi thực thi “%s”"
11741
11742#: builtin/help.c:217
11743#, c-format
11744msgid ""
11745"'%s': path for unsupported man viewer.\n"
11746"Please consider using 'man.<tool>.cmd' instead."
11747msgstr ""
11748"“%s”: đường dẫn không hỗ trợ bộ trình chiếu man.\n"
11749"Hãy cân nhắc đến việc sử dụng “man.<tool>.cmd” để thay thế."
11750
11751#: builtin/help.c:229
11752#, c-format
11753msgid ""
11754"'%s': cmd for supported man viewer.\n"
11755"Please consider using 'man.<tool>.path' instead."
11756msgstr ""
11757"“%s”: cmd (lệnh) hỗ trợ bộ trình chiếu man.\n"
11758"Hãy cân nhắc đến việc sử dụng “man.<tool>.path” để thay thế."
11759
11760#: builtin/help.c:346
11761#, c-format
11762msgid "'%s': unknown man viewer."
11763msgstr "“%s”: không rõ chương trình xem man."
11764
11765#: builtin/help.c:363
11766msgid "no man viewer handled the request"
11767msgstr "không có trình xem trợ giúp dạng manpage tiếp hợp với yêu cầu"
11768
11769#: builtin/help.c:371
11770msgid "no info viewer handled the request"
11771msgstr "không có trình xem trợ giúp dạng info tiếp hợp với yêu cầu"
11772
11773#: builtin/help.c:430 builtin/help.c:441 git.c:322
11774#, c-format
11775msgid "'%s' is aliased to '%s'"
11776msgstr "“%s” được đặt bí danh thành “%s”"
11777
11778#: builtin/help.c:444
11779#, c-format
11780msgid "bad alias.%s string: %s"
11781msgstr "chuỗi alias.%s sai: %s"
11782
11783#: builtin/help.c:473 builtin/help.c:503
11784#, c-format
11785msgid "usage: %s%s"
11786msgstr "cách dùng: %s%s"
11787
11788#: builtin/help.c:487
11789msgid "'git help config' for more information"
11790msgstr "Chạy lệnh “git help config” để có thêm thông tin"
11791
11792#: builtin/index-pack.c:184
11793#, c-format
11794msgid "object type mismatch at %s"
11795msgstr "kiểu đối tượng không khớp tại %s"
11796
11797#: builtin/index-pack.c:204
11798#, c-format
11799msgid "did not receive expected object %s"
11800msgstr "Không thể lấy về đối tượng cần %s"
11801
11802#: builtin/index-pack.c:207
11803#, c-format
11804msgid "object %s: expected type %s, found %s"
11805msgstr "đối tượng %s: cần kiểu %s nhưng lại nhận được %s"
11806
11807#: builtin/index-pack.c:249
11808#, c-format
11809msgid "cannot fill %d byte"
11810msgid_plural "cannot fill %d bytes"
11811msgstr[0] "không thể điền thêm vào %d byte"
11812
11813#: builtin/index-pack.c:259
11814msgid "early EOF"
11815msgstr "gặp kết thúc tập tin EOF quá sớm"
11816
11817#: builtin/index-pack.c:260
11818msgid "read error on input"
11819msgstr "lỗi đọc ở đầu vào"
11820
11821#: builtin/index-pack.c:272
11822msgid "used more bytes than were available"
11823msgstr "sử dụng nhiều hơn số lượng byte mà nó sẵn có"
11824
11825#: builtin/index-pack.c:279 builtin/pack-objects.c:598
11826msgid "pack too large for current definition of off_t"
11827msgstr "gói quá lớn so với định nghĩa hiện tại của kiểu off_t"
11828
11829#: builtin/index-pack.c:282 builtin/unpack-objects.c:94
11830msgid "pack exceeds maximum allowed size"
11831msgstr "gói đã vượt quá cỡ tối đa được phép"
11832
11833#: builtin/index-pack.c:297
11834#, c-format
11835msgid "unable to create '%s'"
11836msgstr "không thể tạo “%s”"
11837
11838#: builtin/index-pack.c:303
11839#, c-format
11840msgid "cannot open packfile '%s'"
11841msgstr "không thể mở packfile “%s”"
11842
11843#: builtin/index-pack.c:317
11844msgid "pack signature mismatch"
11845msgstr "chữ ký cho gói không khớp"
11846
11847#: builtin/index-pack.c:319
11848#, c-format
11849msgid "pack version %<PRIu32> unsupported"
11850msgstr "không hỗ trợ phiên bản gói %<PRIu32>"
11851
11852#: builtin/index-pack.c:337
11853#, c-format
11854msgid "pack has bad object at offset %<PRIuMAX>: %s"
11855msgstr "gói có đối tượng sai tại khoảng bù %<PRIuMAX>: %s"
11856
11857#: builtin/index-pack.c:457
11858#, c-format
11859msgid "inflate returned %d"
11860msgstr "xả nén trả về %d"
11861
11862#: builtin/index-pack.c:506
11863msgid "offset value overflow for delta base object"
11864msgstr "tràn giá trị khoảng bù cho đối tượng delta cơ sở"
11865
11866#: builtin/index-pack.c:514
11867msgid "delta base offset is out of bound"
11868msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm vi"
11869
11870#: builtin/index-pack.c:522
11871#, c-format
11872msgid "unknown object type %d"
11873msgstr "không hiểu kiểu đối tượng %d"
11874
11875#: builtin/index-pack.c:553
11876msgid "cannot pread pack file"
11877msgstr "không thể chạy hàm pread cho tập tin gói"
11878
11879#: builtin/index-pack.c:555
11880#, c-format
11881msgid "premature end of pack file, %<PRIuMAX> byte missing"
11882msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
11883msgstr[0] "tập tin gói bị kết thúc sớm, thiếu %<PRIuMAX> byte"
11884
11885#: builtin/index-pack.c:581
11886msgid "serious inflate inconsistency"
11887msgstr "sự mâu thuẫn xả nén nghiêm trọng"
11888
11889#: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:755
11890#: builtin/index-pack.c:794 builtin/index-pack.c:803
11891#, c-format
11892msgid "SHA1 COLLISION FOUND WITH %s !"
11893msgstr "SỰ VA CHẠM SHA1 ĐÃ XẢY RA VỚI %s!"
11894
11895#: builtin/index-pack.c:729 builtin/pack-objects.c:151
11896#: builtin/pack-objects.c:211 builtin/pack-objects.c:305
11897#, c-format
11898msgid "unable to read %s"
11899msgstr "không thể đọc %s"
11900
11901#: builtin/index-pack.c:792
11902#, c-format
11903msgid "cannot read existing object info %s"
11904msgstr "không thể đọc thông tin đối tượng sẵn có %s"
11905
11906#: builtin/index-pack.c:800
11907#, c-format
11908msgid "cannot read existing object %s"
11909msgstr "không thể đọc đối tượng đã tồn tại %s"
11910
11911#: builtin/index-pack.c:814
11912#, c-format
11913msgid "invalid blob object %s"
11914msgstr "đối tượng blob không hợp lệ %s"
11915
11916#: builtin/index-pack.c:817 builtin/index-pack.c:836
11917msgid "fsck error in packed object"
11918msgstr "lỗi fsck trong đối tượng đóng gói"
11919
11920#: builtin/index-pack.c:833
11921#, c-format
11922msgid "invalid %s"
11923msgstr "%s không hợp lệ"
11924
11925#: builtin/index-pack.c:838
11926#, c-format
11927msgid "Not all child objects of %s are reachable"
11928msgstr "Không phải tất cả các đối tượng con của %s là có thể với tới được"
11929
11930#: builtin/index-pack.c:910 builtin/index-pack.c:941
11931msgid "failed to apply delta"
11932msgstr "gặp lỗi khi áp dụng delta"
11933
11934#: builtin/index-pack.c:1109
11935msgid "Receiving objects"
11936msgstr "Đang nhận về các đối tượng"
11937
11938#: builtin/index-pack.c:1109
11939msgid "Indexing objects"
11940msgstr "Các đối tượng bảng mục lục"
11941
11942#: builtin/index-pack.c:1143
11943msgid "pack is corrupted (SHA1 mismatch)"
11944msgstr "gói bị sai hỏng (SHA1 không khớp)"
11945
11946#: builtin/index-pack.c:1148
11947msgid "cannot fstat packfile"
11948msgstr "không thể lấy thông tin thống kê packfile"
11949
11950#: builtin/index-pack.c:1151
11951msgid "pack has junk at the end"
11952msgstr "pack có phần thừa ở cuối"
11953
11954#: builtin/index-pack.c:1163
11955msgid "confusion beyond insanity in parse_pack_objects()"
11956msgstr "lộn xộn hơn cả điên rồ khi chạy hàm parse_pack_objects()"
11957
11958#: builtin/index-pack.c:1186
11959msgid "Resolving deltas"
11960msgstr "Đang phân giải các delta"
11961
11962#: builtin/index-pack.c:1196 builtin/pack-objects.c:2492
11963#, c-format
11964msgid "unable to create thread: %s"
11965msgstr "không thể tạo tuyến: %s"
11966
11967#: builtin/index-pack.c:1237
11968msgid "confusion beyond insanity"
11969msgstr "lộn xộn hơn cả điên rồ"
11970
11971#: builtin/index-pack.c:1243
11972#, c-format
11973msgid "completed with %d local object"
11974msgid_plural "completed with %d local objects"
11975msgstr[0] "đầy đủ với %d đối tượng nội bộ"
11976
11977#: builtin/index-pack.c:1255
11978#, c-format
11979msgid "Unexpected tail checksum for %s (disk corruption?)"
11980msgstr "Gặp tổng kiểm tra tail không cần cho %s (đĩa hỏng?)"
11981
11982#: builtin/index-pack.c:1259
11983#, c-format
11984msgid "pack has %d unresolved delta"
11985msgid_plural "pack has %d unresolved deltas"
11986msgstr[0] "gói có %d delta chưa được giải quyết"
11987
11988#: builtin/index-pack.c:1283
11989#, c-format
11990msgid "unable to deflate appended object (%d)"
11991msgstr "không thể xả nén đối tượng nối thêm (%d)"
11992
11993#: builtin/index-pack.c:1360
11994#, c-format
11995msgid "local object %s is corrupt"
11996msgstr "đối tượng nội bộ %s bị hỏng"
11997
11998#: builtin/index-pack.c:1374
11999#, c-format
12000msgid "packfile name '%s' does not end with '.pack'"
12001msgstr "tên tập tin tập tin gói “%s” không được kết thúc bằng đuôi “.pack”"
12002
12003#: builtin/index-pack.c:1399
12004#, c-format
12005msgid "cannot write %s file '%s'"
12006msgstr "không thể ghi %s tập tin “%s”"
12007
12008#: builtin/index-pack.c:1407
12009#, c-format
12010msgid "cannot close written %s file '%s'"
12011msgstr "không thể đóng tập tin được ghi %s “%s”"
12012
12013#: builtin/index-pack.c:1431
12014msgid "error while closing pack file"
12015msgstr "gặp lỗi trong khi đóng tập tin gói"
12016
12017#: builtin/index-pack.c:1445
12018msgid "cannot store pack file"
12019msgstr "không thể lưu tập tin gói"
12020
12021#: builtin/index-pack.c:1453
12022msgid "cannot store index file"
12023msgstr "không thể lưu trữ tập tin ghi mục lục"
12024
12025#: builtin/index-pack.c:1497 builtin/pack-objects.c:2727
12026#, c-format
12027msgid "bad pack.indexversion=%<PRIu32>"
12028msgstr "sai pack.indexversion=%<PRIu32>"
12029
12030#: builtin/index-pack.c:1565
12031#, c-format
12032msgid "Cannot open existing pack file '%s'"
12033msgstr "Không thể mở tập tin gói đã sẵn có “%s”"
12034
12035#: builtin/index-pack.c:1567
12036#, c-format
12037msgid "Cannot open existing pack idx file for '%s'"
12038msgstr "Không thể mở tập tin idx của gói cho “%s”"
12039
12040#: builtin/index-pack.c:1615
12041#, c-format
12042msgid "non delta: %d object"
12043msgid_plural "non delta: %d objects"
12044msgstr[0] "không delta: %d đối tượng"
12045
12046#: builtin/index-pack.c:1622
12047#, c-format
12048msgid "chain length = %d: %lu object"
12049msgid_plural "chain length = %d: %lu objects"
12050msgstr[0] "chiều dài xích = %d: %lu đối tượng"
12051
12052#: builtin/index-pack.c:1659
12053msgid "Cannot come back to cwd"
12054msgstr "Không thể quay lại cwd"
12055
12056#: builtin/index-pack.c:1708 builtin/index-pack.c:1711
12057#: builtin/index-pack.c:1727 builtin/index-pack.c:1731
12058#, c-format
12059msgid "bad %s"
12060msgstr "%s sai"
12061
12062#: builtin/index-pack.c:1747
12063msgid "--fix-thin cannot be used without --stdin"
12064msgstr "--fix-thin không thể được dùng mà không có --stdin"
12065
12066#: builtin/index-pack.c:1749
12067msgid "--stdin requires a git repository"
12068msgstr "--stdin cần một kho git"
12069
12070#: builtin/index-pack.c:1755
12071msgid "--verify with no packfile name given"
12072msgstr "dùng tùy chọn --verify mà không đưa ra tên packfile"
12073
12074#: builtin/index-pack.c:1803 builtin/unpack-objects.c:580
12075msgid "fsck error in pack objects"
12076msgstr "lỗi fsck trong các đối tượng gói"
12077
12078#: builtin/init-db.c:61
12079#, c-format
12080msgid "cannot stat template '%s'"
12081msgstr "không thể lấy thông tin thống kê về mẫu “%s”"
12082
12083#: builtin/init-db.c:66
12084#, c-format
12085msgid "cannot opendir '%s'"
12086msgstr "không thể opendir() “%s”"
12087
12088#: builtin/init-db.c:78
12089#, c-format
12090msgid "cannot readlink '%s'"
12091msgstr "không thể readlink “%s”"
12092
12093#: builtin/init-db.c:80
12094#, c-format
12095msgid "cannot symlink '%s' '%s'"
12096msgstr "không thể tạo liên kết mềm (symlink) “%s” “%s”"
12097
12098#: builtin/init-db.c:86
12099#, c-format
12100msgid "cannot copy '%s' to '%s'"
12101msgstr "không thể sao chép “%s” sang “%s”"
12102
12103#: builtin/init-db.c:90
12104#, c-format
12105msgid "ignoring template %s"
12106msgstr "đang lờ đi mẫu “%s”"
12107
12108#: builtin/init-db.c:121
12109#, c-format
12110msgid "templates not found in %s"
12111msgstr "các mẫu không được tìm thấy trong %s"
12112
12113#: builtin/init-db.c:136
12114#, c-format
12115msgid "not copying templates from '%s': %s"
12116msgstr "không sao chép các mẫu từ “%s”: %s"
12117
12118#: builtin/init-db.c:329
12119#, c-format
12120msgid "unable to handle file type %d"
12121msgstr "không thể xử lý (handle) tập tin kiểu %d"
12122
12123#: builtin/init-db.c:332
12124#, c-format
12125msgid "unable to move %s to %s"
12126msgstr "không di chuyển được %s vào %s"
12127
12128#: builtin/init-db.c:349 builtin/init-db.c:352
12129#, c-format
12130msgid "%s already exists"
12131msgstr "%s đã có từ trước rồi"
12132
12133#: builtin/init-db.c:405
12134#, c-format
12135msgid "Reinitialized existing shared Git repository in %s%s\n"
12136msgstr "Đã khởi tạo lại kho Git chia sẻ sẵn có trong %s%s\n"
12137
12138#: builtin/init-db.c:406
12139#, c-format
12140msgid "Reinitialized existing Git repository in %s%s\n"
12141msgstr "Đã khởi tạo lại kho Git sẵn có trong %s%s\n"
12142
12143#: builtin/init-db.c:410
12144#, c-format
12145msgid "Initialized empty shared Git repository in %s%s\n"
12146msgstr "Đã khởi tạo lại kho Git chia sẻ trống rỗng sẵn có trong %s%s\n"
12147
12148#: builtin/init-db.c:411
12149#, c-format
12150msgid "Initialized empty Git repository in %s%s\n"
12151msgstr "Đã khởi tạo lại kho Git trống rỗng sẵn có trong %s%s\n"
12152
12153#: builtin/init-db.c:460
12154msgid ""
12155"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12156"shared[=<permissions>]] [<directory>]"
12157msgstr ""
12158"git init [-q | --quiet] [--bare] [--template=<thư-mục-tạm>] [--shared[=<các-"
12159"quyền>]] [thư-mục]"
12160
12161#: builtin/init-db.c:483
12162msgid "permissions"
12163msgstr "các quyền"
12164
12165#: builtin/init-db.c:484
12166msgid "specify that the git repository is to be shared amongst several users"
12167msgstr "chỉ ra cái mà kho git được chia sẻ giữa nhiều người dùng"
12168
12169#: builtin/init-db.c:518 builtin/init-db.c:523
12170#, c-format
12171msgid "cannot mkdir %s"
12172msgstr "không thể mkdir (tạo thư mục): %s"
12173
12174#: builtin/init-db.c:527
12175#, c-format
12176msgid "cannot chdir to %s"
12177msgstr "không thể chdir (chuyển đổi thư mục) sang %s"
12178
12179#: builtin/init-db.c:548
12180#, c-format
12181msgid ""
12182"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12183"dir=<directory>)"
12184msgstr ""
12185"%s (hoặc --work-tree=<thư-mục>) không cho phép không chỉ định %s (hoặc --git-"
12186"dir=<thư-mục>)"
12187
12188#: builtin/init-db.c:576
12189#, c-format
12190msgid "Cannot access work tree '%s'"
12191msgstr "không thể truy cập cây (tree) làm việc “%s”"
12192
12193#: builtin/interpret-trailers.c:15
12194msgid ""
12195"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12196"<token>[(=|:)<value>])...] [<file>...]"
12197msgstr ""
12198"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12199"<thẻ>[(=|:)<giá-trị>])…] [<tập-tin>…]"
12200
12201#: builtin/interpret-trailers.c:94
12202msgid "edit files in place"
12203msgstr "sửa các tập tin tại chỗ"
12204
12205#: builtin/interpret-trailers.c:95
12206msgid "trim empty trailers"
12207msgstr "bộ dò vết cắt bỏ phần trống rỗng"
12208
12209#: builtin/interpret-trailers.c:98
12210msgid "where to place the new trailer"
12211msgstr "đặt phần đuôi mới ở đâu"
12212
12213#: builtin/interpret-trailers.c:100
12214msgid "action if trailer already exists"
12215msgstr "thao tác khi đã có phần đuôi"
12216
12217#: builtin/interpret-trailers.c:102
12218msgid "action if trailer is missing"
12219msgstr "thao tác khi thiếu phần đuôi"
12220
12221#: builtin/interpret-trailers.c:104
12222msgid "output only the trailers"
12223msgstr "chỉ xuất phần đuôi"
12224
12225#: builtin/interpret-trailers.c:105
12226msgid "do not apply config rules"
12227msgstr "đừng áp dụng các quy tắc cấu hình"
12228
12229#: builtin/interpret-trailers.c:106
12230msgid "join whitespace-continued values"
12231msgstr "nối các giá trị khoảng-trắng-liên-tiếp"
12232
12233#: builtin/interpret-trailers.c:107
12234msgid "set parsing options"
12235msgstr "đặt các tùy chọn phân tích cú pháp"
12236
12237#: builtin/interpret-trailers.c:109
12238msgid "do not treat --- specially"
12239msgstr "không coi --- là đặc biệt"
12240
12241#: builtin/interpret-trailers.c:110
12242msgid "trailer"
12243msgstr "bộ dò vết"
12244
12245#: builtin/interpret-trailers.c:111
12246msgid "trailer(s) to add"
12247msgstr "bộ dò vết cần thêm"
12248
12249#: builtin/interpret-trailers.c:120
12250msgid "--trailer with --only-input does not make sense"
12251msgstr "--trailer cùng với --only-input không hợp lý"
12252
12253#: builtin/interpret-trailers.c:130
12254msgid "no input file given for in-place editing"
12255msgstr "không đưa ra tập tin đầu vào để sửa tại-chỗ"
12256
12257#: builtin/log.c:54
12258msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
12259msgstr "git log [<các-tùy-chọn>] [<vùng-xem-xét>] [[--] <đường-dẫn>…]"
12260
12261#: builtin/log.c:55
12262msgid "git show [<options>] <object>..."
12263msgstr "git show [<các-tùy-chọn>] <đối-tượng>…"
12264
12265#: builtin/log.c:99
12266#, c-format
12267msgid "invalid --decorate option: %s"
12268msgstr "tùy chọn--decorate không hợp lệ: %s"
12269
12270#: builtin/log.c:162
12271msgid "suppress diff output"
12272msgstr "chặn mọi kết xuất từ diff"
12273
12274#: builtin/log.c:163
12275msgid "show source"
12276msgstr "hiển thị mã nguồn"
12277
12278#: builtin/log.c:164
12279msgid "Use mail map file"
12280msgstr "Sử dụng tập tin ánh xạ thư"
12281
12282#: builtin/log.c:166
12283msgid "only decorate refs that match <pattern>"
12284msgstr "chỉ tô sáng các tham chiếu khớp với <mẫu>"
12285
12286#: builtin/log.c:168
12287msgid "do not decorate refs that match <pattern>"
12288msgstr "không tô sáng các tham chiếu khớp với <mẫu>"
12289
12290#: builtin/log.c:169
12291msgid "decorate options"
12292msgstr "các tùy chọn trang trí"
12293
12294#: builtin/log.c:172
12295msgid "Process line range n,m in file, counting from 1"
12296msgstr "Xử lý chỉ dòng vùng n,m trong tập tin, tính từ 1"
12297
12298#: builtin/log.c:270
12299#, c-format
12300msgid "Final output: %d %s\n"
12301msgstr "Kết xuất cuối cùng: %d %s\n"
12302
12303#: builtin/log.c:522
12304#, c-format
12305msgid "git show %s: bad file"
12306msgstr "git show %s: sai tập tin"
12307
12308#: builtin/log.c:537 builtin/log.c:631
12309#, c-format
12310msgid "Could not read object %s"
12311msgstr "Không thể đọc đối tượng %s"
12312
12313#: builtin/log.c:655
12314#, c-format
12315msgid "Unknown type: %d"
12316msgstr "Không nhận ra kiểu: %d"
12317
12318#: builtin/log.c:776
12319msgid "format.headers without value"
12320msgstr "format.headers không có giá trị cụ thể"
12321
12322#: builtin/log.c:877
12323msgid "name of output directory is too long"
12324msgstr "tên của thư mục kết xuất quá dài"
12325
12326#: builtin/log.c:893
12327#, c-format
12328msgid "Cannot open patch file %s"
12329msgstr "Không thể mở tập tin miếng vá: %s"
12330
12331#: builtin/log.c:910
12332msgid "Need exactly one range."
12333msgstr "Cần chính xác một vùng."
12334
12335#: builtin/log.c:920
12336msgid "Not a range."
12337msgstr "Không phải là một vùng."
12338
12339#: builtin/log.c:1043
12340msgid "Cover letter needs email format"
12341msgstr "“Cover letter” cần cho định dạng thư"
12342
12343#: builtin/log.c:1119
12344#, c-format
12345msgid "insane in-reply-to: %s"
12346msgstr "in-reply-to điên rồ: %s"
12347
12348#: builtin/log.c:1146
12349msgid "git format-patch [<options>] [<since> | <revision-range>]"
12350msgstr "git format-patch [<các-tùy-chọn>] [<kể-từ> | <vùng-xem-xét>]"
12351
12352#: builtin/log.c:1204
12353msgid "Two output directories?"
12354msgstr "Hai thư mục kết xuất?"
12355
12356#: builtin/log.c:1311 builtin/log.c:2054 builtin/log.c:2056 builtin/log.c:2068
12357#, c-format
12358msgid "Unknown commit %s"
12359msgstr "Không hiểu lần chuyển giao %s"
12360
12361#: builtin/log.c:1321 builtin/notes.c:894 builtin/tag.c:526
12362#, c-format
12363msgid "Failed to resolve '%s' as a valid ref."
12364msgstr "Gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."
12365
12366#: builtin/log.c:1326
12367msgid "Could not find exact merge base."
12368msgstr "Không tìm thấy nền hòa trộn chính xác."
12369
12370#: builtin/log.c:1330
12371msgid ""
12372"Failed to get upstream, if you want to record base commit automatically,\n"
12373"please use git branch --set-upstream-to to track a remote branch.\n"
12374"Or you could specify base commit by --base=<base-commit-id> manually."
12375msgstr ""
12376"Gặp lỗi khi lấy thượng nguồn, nếu bạn muốn ghi lại lần chuyển giao nền một\n"
12377"cách tự động, vui lòng dùng \"git branch --set-upstream-to\" để theo dõi\n"
12378"nhánh máy chủ. Hoặc là bạn có thể chỉ định lần chuyển giao nền bằng\n"
12379"\"--base=<base-commit-id>\" một cách thủ công."
12380
12381#: builtin/log.c:1350
12382msgid "Failed to find exact merge base"
12383msgstr "Gặp lỗi khi tìm nền hòa trộn chính xác."
12384
12385#: builtin/log.c:1361
12386msgid "base commit should be the ancestor of revision list"
12387msgstr "lần chuyển giao nền không là tổ tiên của danh sách điểm xét duyệt"
12388
12389#: builtin/log.c:1365
12390msgid "base commit shouldn't be in revision list"
12391msgstr "lần chuyển giao nền không được trong danh sách điểm xét duyệt"
12392
12393#: builtin/log.c:1418
12394msgid "cannot get patch id"
12395msgstr "không thể lấy mã miếng vá"
12396
12397#: builtin/log.c:1470
12398msgid "failed to infer range-diff ranges"
12399msgstr "gặp lỗi khi suy luận range-diff (vùng khác biệt)"
12400
12401#: builtin/log.c:1515
12402msgid "use [PATCH n/m] even with a single patch"
12403msgstr "dùng [PATCH n/m] ngay cả với miếng vá đơn"
12404
12405#: builtin/log.c:1518
12406msgid "use [PATCH] even with multiple patches"
12407msgstr "dùng [VÁ] ngay cả với các miếng vá phức tạp"
12408
12409#: builtin/log.c:1522
12410msgid "print patches to standard out"
12411msgstr "hiển thị miếng vá ra đầu ra chuẩn"
12412
12413#: builtin/log.c:1524
12414msgid "generate a cover letter"
12415msgstr "tạo bì thư"
12416
12417#: builtin/log.c:1526
12418msgid "use simple number sequence for output file names"
12419msgstr "sử dụng chỗi dãy số dạng đơn giản cho tên tập-tin xuất ra"
12420
12421#: builtin/log.c:1527
12422msgid "sfx"
12423msgstr "sfx"
12424
12425#: builtin/log.c:1528
12426msgid "use <sfx> instead of '.patch'"
12427msgstr "sử dụng <sfx> thay cho “.patch”"
12428
12429#: builtin/log.c:1530
12430msgid "start numbering patches at <n> instead of 1"
12431msgstr "bắt đầu đánh số miếng vá từ <n> thay vì 1"
12432
12433#: builtin/log.c:1532
12434msgid "mark the series as Nth re-roll"
12435msgstr "đánh dấu chuỗi nối tiếp dạng thứ-N re-roll"
12436
12437#: builtin/log.c:1534
12438msgid "Use [RFC PATCH] instead of [PATCH]"
12439msgstr "Dùng [RFC VÁ] thay cho [VÁ]"
12440
12441#: builtin/log.c:1537
12442msgid "Use [<prefix>] instead of [PATCH]"
12443msgstr "Dùng [<tiền-tố>] thay cho [VÁ]"
12444
12445#: builtin/log.c:1540
12446msgid "store resulting files in <dir>"
12447msgstr "lưu các tập tin kết quả trong <t.mục>"
12448
12449#: builtin/log.c:1543
12450msgid "don't strip/add [PATCH]"
12451msgstr "không strip/add [VÁ]"
12452
12453#: builtin/log.c:1546
12454msgid "don't output binary diffs"
12455msgstr "không kết xuất diff (những khác biệt) nhị phân"
12456
12457#: builtin/log.c:1548
12458msgid "output all-zero hash in From header"
12459msgstr "xuất mọi mã băm all-zero trong phần đầu From"
12460
12461#: builtin/log.c:1550
12462msgid "don't include a patch matching a commit upstream"
12463msgstr "không bao gồm miếng vá khớp với một lần chuyển giao thượng nguồn"
12464
12465#: builtin/log.c:1552
12466msgid "show patch format instead of default (patch + stat)"
12467msgstr "hiển thị định dạng miếng vá thay vì mặc định (miếng vá + thống kê)"
12468
12469#: builtin/log.c:1554
12470msgid "Messaging"
12471msgstr "Lời nhắn"
12472
12473#: builtin/log.c:1555
12474msgid "header"
12475msgstr "đầu đề thư"
12476
12477#: builtin/log.c:1556
12478msgid "add email header"
12479msgstr "thêm đầu đề thư"
12480
12481#: builtin/log.c:1557 builtin/log.c:1559
12482msgid "email"
12483msgstr "thư điện tử"
12484
12485#: builtin/log.c:1557
12486msgid "add To: header"
12487msgstr "thêm To: đầu đề thư"
12488
12489#: builtin/log.c:1559
12490msgid "add Cc: header"
12491msgstr "thêm Cc: đầu đề thư"
12492
12493#: builtin/log.c:1561
12494msgid "ident"
12495msgstr "thụt lề"
12496
12497#: builtin/log.c:1562
12498msgid "set From address to <ident> (or committer ident if absent)"
12499msgstr ""
12500"đặt “Địa chỉ gửi” thành <thụ lề> (hoặc thụt lề người commit nếu bỏ quên)"
12501
12502#: builtin/log.c:1564
12503msgid "message-id"
12504msgstr "message-id"
12505
12506#: builtin/log.c:1565
12507msgid "make first mail a reply to <message-id>"
12508msgstr "dùng thư đầu tiên để trả lời <message-id>"
12509
12510#: builtin/log.c:1566 builtin/log.c:1569
12511msgid "boundary"
12512msgstr "ranh giới"
12513
12514#: builtin/log.c:1567
12515msgid "attach the patch"
12516msgstr "đính kèm miếng vá"
12517
12518#: builtin/log.c:1570
12519msgid "inline the patch"
12520msgstr "dùng miếng vá làm nội dung"
12521
12522#: builtin/log.c:1574
12523msgid "enable message threading, styles: shallow, deep"
12524msgstr "cho phép luồng lời nhắn, kiểu: “shallow”, “deep”"
12525
12526#: builtin/log.c:1576
12527msgid "signature"
12528msgstr "chữ ký"
12529
12530#: builtin/log.c:1577
12531msgid "add a signature"
12532msgstr "thêm chữ ký"
12533
12534#: builtin/log.c:1578
12535msgid "base-commit"
12536msgstr "lần_chuyển_giao_nền"
12537
12538#: builtin/log.c:1579
12539msgid "add prerequisite tree info to the patch series"
12540msgstr "add trước hết đòi hỏi thông tin cây tới sê-ri miếng vá"
12541
12542#: builtin/log.c:1581
12543msgid "add a signature from a file"
12544msgstr "thêm chữ ký từ một tập tin"
12545
12546#: builtin/log.c:1582
12547msgid "don't print the patch filenames"
12548msgstr "không hiển thị các tên tập tin của miếng vá"
12549
12550#: builtin/log.c:1584
12551msgid "show progress while generating patches"
12552msgstr "hiển thị bộ đo tiến triển trong khi tạo các miếng vá"
12553
12554#: builtin/log.c:1585
12555msgid "rev"
12556msgstr "rev"
12557
12558#: builtin/log.c:1586
12559msgid "show changes against <rev> in cover letter or single patch"
12560msgstr ""
12561"hiển thị các thay đổi dựa trên <rev> trong các chữ bao bọc hoặc miếng vá đơn"
12562
12563#: builtin/log.c:1589
12564msgid "show changes against <refspec> in cover letter or single patch"
12565msgstr ""
12566"hiển thị các thay đổi dựa trên <refspec> trong các chữ bao bọc hoặc miếng vá "
12567"đơn"
12568
12569#: builtin/log.c:1591
12570msgid "percentage by which creation is weighted"
12571msgstr "tỷ lệ phần trăm theo cái tạo là weighted"
12572
12573#: builtin/log.c:1666
12574#, c-format
12575msgid "invalid ident line: %s"
12576msgstr "dòng thụt lề không hợp lệ: %s"
12577
12578#: builtin/log.c:1681
12579msgid "-n and -k are mutually exclusive"
12580msgstr "-n và  -k loại từ lẫn nhau"
12581
12582#: builtin/log.c:1683
12583msgid "--subject-prefix/--rfc and -k are mutually exclusive"
12584msgstr "--subject-prefix/--rfc và -k xung khắc nhau"
12585
12586#: builtin/log.c:1691
12587msgid "--name-only does not make sense"
12588msgstr "--name-only không hợp lý"
12589
12590#: builtin/log.c:1693
12591msgid "--name-status does not make sense"
12592msgstr "--name-status không hợp lý"
12593
12594#: builtin/log.c:1695
12595msgid "--check does not make sense"
12596msgstr "--check không hợp lý"
12597
12598#: builtin/log.c:1727
12599msgid "standard output, or directory, which one?"
12600msgstr "đầu ra chuẩn, hay thư mục, chọn cái nào?"
12601
12602#: builtin/log.c:1729
12603#, c-format
12604msgid "Could not create directory '%s'"
12605msgstr "Không thể tạo thư mục “%s”"
12606
12607#: builtin/log.c:1816
12608msgid "--interdiff requires --cover-letter or single patch"
12609msgstr "--interdiff cần --cover-letter hoặc vá đơn"
12610
12611#: builtin/log.c:1820
12612msgid "Interdiff:"
12613msgstr "Interdiff:"
12614
12615#: builtin/log.c:1821
12616#, c-format
12617msgid "Interdiff against v%d:"
12618msgstr "Interdiff dựa trên v%d:"
12619
12620#: builtin/log.c:1827
12621msgid "--creation-factor requires --range-diff"
12622msgstr "--creation-factor yêu cầu --range-diff"
12623
12624#: builtin/log.c:1831
12625msgid "--range-diff requires --cover-letter or single patch"
12626msgstr "--range-diff yêu cầu --cover-letter hoặc miếng vá đơn"
12627
12628#: builtin/log.c:1839
12629msgid "Range-diff:"
12630msgstr "Range-diff:"
12631
12632#: builtin/log.c:1840
12633#, c-format
12634msgid "Range-diff against v%d:"
12635msgstr "Range-diff dựa trên v%d:"
12636
12637#: builtin/log.c:1851
12638#, c-format
12639msgid "unable to read signature file '%s'"
12640msgstr "không thể đọc tập tin chữ ký “%s”"
12641
12642#: builtin/log.c:1887
12643msgid "Generating patches"
12644msgstr "Đang tạo các miếng vá"
12645
12646#: builtin/log.c:1931
12647msgid "Failed to create output files"
12648msgstr "Gặp lỗi khi tạo các tập tin kết xuất"
12649
12650#: builtin/log.c:1989
12651msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
12652msgstr "git cherry [-v] [<thượng-nguồn> [<đầu> [<giới-hạn>]]]"
12653
12654#: builtin/log.c:2043
12655#, c-format
12656msgid ""
12657"Could not find a tracked remote branch, please specify <upstream> manually.\n"
12658msgstr ""
12659"Không tìm thấy nhánh mạng được theo dõi, hãy chỉ định <thượng-nguồn> một "
12660"cách thủ công.\n"
12661
12662#: builtin/ls-files.c:469
12663msgid "git ls-files [<options>] [<file>...]"
12664msgstr "git ls-files [<các-tùy-chọn>] [<tập-tin>…]"
12665
12666#: builtin/ls-files.c:525
12667msgid "identify the file status with tags"
12668msgstr "nhận dạng các trạng thái tập tin với thẻ"
12669
12670#: builtin/ls-files.c:527
12671msgid "use lowercase letters for 'assume unchanged' files"
12672msgstr ""
12673"dùng chữ cái viết thường cho các tập tin “assume unchanged” (giả định không "
12674"thay đổi)"
12675
12676#: builtin/ls-files.c:529
12677msgid "use lowercase letters for 'fsmonitor clean' files"
12678msgstr "dùng chữ cái viết thường cho các tập tin “fsmonitor clean”"
12679
12680#: builtin/ls-files.c:531
12681msgid "show cached files in the output (default)"
12682msgstr "hiển thị các tập tin được nhớ tạm vào đầu ra (mặc định)"
12683
12684#: builtin/ls-files.c:533
12685msgid "show deleted files in the output"
12686msgstr "hiển thị các tập tin đã xóa trong kết xuất"
12687
12688#: builtin/ls-files.c:535
12689msgid "show modified files in the output"
12690msgstr "hiển thị các tập tin đã bị sửa đổi ra kết xuất"
12691
12692#: builtin/ls-files.c:537
12693msgid "show other files in the output"
12694msgstr "hiển thị các tập tin khác trong kết xuất"
12695
12696#: builtin/ls-files.c:539
12697msgid "show ignored files in the output"
12698msgstr "hiển thị các tập tin bị bỏ qua trong kết xuất"
12699
12700#: builtin/ls-files.c:542
12701msgid "show staged contents' object name in the output"
12702msgstr "hiển thị tên đối tượng của nội dung được đặt lên bệ phóng ra kết xuất"
12703
12704#: builtin/ls-files.c:544
12705msgid "show files on the filesystem that need to be removed"
12706msgstr "hiển thị các tập tin trên hệ thống tập tin mà nó cần được gỡ bỏ"
12707
12708#: builtin/ls-files.c:546
12709msgid "show 'other' directories' names only"
12710msgstr "chỉ hiển thị tên của các thư mục “khác”"
12711
12712#: builtin/ls-files.c:548
12713msgid "show line endings of files"
12714msgstr "hiển thị kết thúc dòng của các tập tin"
12715
12716#: builtin/ls-files.c:550
12717msgid "don't show empty directories"
12718msgstr "không hiển thị thư mục rỗng"
12719
12720#: builtin/ls-files.c:553
12721msgid "show unmerged files in the output"
12722msgstr "hiển thị các tập tin chưa hòa trộn trong kết xuất"
12723
12724#: builtin/ls-files.c:555
12725msgid "show resolve-undo information"
12726msgstr "hiển thị thông tin resolve-undo"
12727
12728#: builtin/ls-files.c:557
12729msgid "skip files matching pattern"
12730msgstr "bỏ qua những tập tin khớp với một mẫu"
12731
12732#: builtin/ls-files.c:560
12733msgid "exclude patterns are read from <file>"
12734msgstr "mẫu loại trừ được đọc từ <tập tin>"
12735
12736#: builtin/ls-files.c:563
12737msgid "read additional per-directory exclude patterns in <file>"
12738msgstr "đọc thêm các mẫu ngoại trừ mỗi thư mục trong <tập tin>"
12739
12740#: builtin/ls-files.c:565
12741msgid "add the standard git exclusions"
12742msgstr "thêm loại trừ tiêu chuẩn kiểu git"
12743
12744#: builtin/ls-files.c:569
12745msgid "make the output relative to the project top directory"
12746msgstr "làm cho kết xuất liên quan đến thư mục ở mức cao nhất (gốc) của dự án"
12747
12748#: builtin/ls-files.c:572
12749msgid "recurse through submodules"
12750msgstr "đệ quy xuyên qua mô-đun con"
12751
12752#: builtin/ls-files.c:574
12753msgid "if any <file> is not in the index, treat this as an error"
12754msgstr "nếu <tập tin> bất kỳ không ở trong bảng mục lục, xử lý nó như một lỗi"
12755
12756#: builtin/ls-files.c:575
12757msgid "tree-ish"
12758msgstr "tree-ish"
12759
12760#: builtin/ls-files.c:576
12761msgid "pretend that paths removed since <tree-ish> are still present"
12762msgstr ""
12763"giả định rằng các đường dẫn đã bị gỡ bỏ kể từ <tree-ish> nay vẫn hiện diện"
12764
12765#: builtin/ls-files.c:578
12766msgid "show debugging data"
12767msgstr "hiển thị dữ liệu gỡ lỗi"
12768
12769#: builtin/ls-remote.c:9
12770msgid ""
12771"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
12772"                     [-q | --quiet] [--exit-code] [--get-url]\n"
12773"                     [--symref] [<repository> [<refs>...]]"
12774msgstr ""
12775"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
12776"                     [-q | --quiet] [--exit-code] [--get-url]\n"
12777"                     [--symref] [<kho> [<các tham chiếu>…]]"
12778
12779#: builtin/ls-remote.c:59
12780msgid "do not print remote URL"
12781msgstr "không hiển thị URL máy chủ"
12782
12783#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:886
12784msgid "exec"
12785msgstr "thực thi"
12786
12787#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
12788msgid "path of git-upload-pack on the remote host"
12789msgstr "đường dẫn của git-upload-pack trên máy chủ"
12790
12791#: builtin/ls-remote.c:65
12792msgid "limit to tags"
12793msgstr "giới hạn tới các thẻ"
12794
12795#: builtin/ls-remote.c:66
12796msgid "limit to heads"
12797msgstr "giới hạn cho các đầu"
12798
12799#: builtin/ls-remote.c:67
12800msgid "do not show peeled tags"
12801msgstr "không hiển thị thẻ bị peel (gọt bỏ)"
12802
12803#: builtin/ls-remote.c:69
12804msgid "take url.<base>.insteadOf into account"
12805msgstr "lấy url.<base>.insteadOf vào trong tài khoản"
12806
12807#: builtin/ls-remote.c:73
12808msgid "exit with exit code 2 if no matching refs are found"
12809msgstr "thoát với mã là 2 nếu không tìm thấy tham chiếu nào khớp"
12810
12811#: builtin/ls-remote.c:76
12812msgid "show underlying ref in addition to the object pointed by it"
12813msgstr "hiển thị tham chiếu nằm dưới để thêm vào đối tượng được chỉ bởi nó"
12814
12815#: builtin/ls-tree.c:30
12816msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
12817msgstr "git ls-tree [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]"
12818
12819#: builtin/ls-tree.c:128
12820msgid "only show trees"
12821msgstr "chỉ hiển thị các tree"
12822
12823#: builtin/ls-tree.c:130
12824msgid "recurse into subtrees"
12825msgstr "đệ quy vào các thư mục con"
12826
12827#: builtin/ls-tree.c:132
12828msgid "show trees when recursing"
12829msgstr "hiển thị cây khi đệ quy"
12830
12831#: builtin/ls-tree.c:135
12832msgid "terminate entries with NUL byte"
12833msgstr "chấm dứt mục tin với byte NUL"
12834
12835#: builtin/ls-tree.c:136
12836msgid "include object size"
12837msgstr "gồm cả kích thước đối tượng"
12838
12839#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
12840msgid "list only filenames"
12841msgstr "chỉ liệt kê tên tập tin"
12842
12843#: builtin/ls-tree.c:143
12844msgid "use full path names"
12845msgstr "dùng tên đường dẫn đầy đủ"
12846
12847#: builtin/ls-tree.c:145
12848msgid "list entire tree; not just current directory (implies --full-name)"
12849msgstr "liệt kê cây mục tin; không chỉ thư mục hiện hành (ngụ ý --full-name)"
12850
12851#: builtin/mailsplit.c:241
12852#, c-format
12853msgid "empty mbox: '%s'"
12854msgstr "mbox trống rỗng: “%s”"
12855
12856#: builtin/merge.c:52
12857msgid "git merge [<options>] [<commit>...]"
12858msgstr "git merge [<các-tùy-chọn>] [<commit>…]"
12859
12860#: builtin/merge.c:53
12861msgid "git merge --abort"
12862msgstr "git merge --abort"
12863
12864#: builtin/merge.c:54
12865msgid "git merge --continue"
12866msgstr "git merge --continue"
12867
12868#: builtin/merge.c:111
12869msgid "switch `m' requires a value"
12870msgstr "switch “m” yêu cầu một giá trị"
12871
12872#: builtin/merge.c:177
12873#, c-format
12874msgid "Could not find merge strategy '%s'.\n"
12875msgstr "Không tìm thấy chiến lược hòa trộn “%s”.\n"
12876
12877#: builtin/merge.c:178
12878#, c-format
12879msgid "Available strategies are:"
12880msgstr "Các chiến lược sẵn sàng là:"
12881
12882#: builtin/merge.c:183
12883#, c-format
12884msgid "Available custom strategies are:"
12885msgstr "Các chiến lược tùy chỉnh sẵn sàng là:"
12886
12887#: builtin/merge.c:234 builtin/pull.c:143
12888msgid "do not show a diffstat at the end of the merge"
12889msgstr "không hiển thị thống kê khác biệt tại cuối của lần hòa trộn"
12890
12891#: builtin/merge.c:237 builtin/pull.c:146
12892msgid "show a diffstat at the end of the merge"
12893msgstr "hiển thị thống kê khác biệt tại cuối của hòa trộn"
12894
12895#: builtin/merge.c:238 builtin/pull.c:149
12896msgid "(synonym to --stat)"
12897msgstr "(đồng nghĩa với --stat)"
12898
12899#: builtin/merge.c:240 builtin/pull.c:152
12900msgid "add (at most <n>) entries from shortlog to merge commit message"
12901msgstr "thêm (ít nhất <n>) mục từ shortlog cho ghi chú chuyển giao hòa trộn"
12902
12903#: builtin/merge.c:243 builtin/pull.c:158
12904msgid "create a single commit instead of doing a merge"
12905msgstr "tạo một lần chuyển giao đưon thay vì thực hiện việc hòa trộn"
12906
12907#: builtin/merge.c:245 builtin/pull.c:161
12908msgid "perform a commit if the merge succeeds (default)"
12909msgstr "thực hiện chuyển giao nếu hòa trộn thành công (mặc định)"
12910
12911#: builtin/merge.c:247 builtin/pull.c:164
12912msgid "edit message before committing"
12913msgstr "sửa chú thích trước khi chuyển giao"
12914
12915#: builtin/merge.c:248
12916msgid "allow fast-forward (default)"
12917msgstr "cho phép chuyển-tiếp-nhanh (mặc định)"
12918
12919#: builtin/merge.c:250 builtin/pull.c:170
12920msgid "abort if fast-forward is not possible"
12921msgstr "bỏ qua nếu chuyển-tiếp-nhanh không thể được"
12922
12923#: builtin/merge.c:254 builtin/pull.c:173
12924msgid "verify that the named commit has a valid GPG signature"
12925msgstr "thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"
12926
12927#: builtin/merge.c:255 builtin/notes.c:784 builtin/pull.c:177
12928#: builtin/rebase.c:899 builtin/rebase--interactive.c:186 builtin/revert.c:110
12929msgid "strategy"
12930msgstr "chiến lược"
12931
12932#: builtin/merge.c:256 builtin/pull.c:178
12933msgid "merge strategy to use"
12934msgstr "chiến lược hòa trộn sẽ dùng"
12935
12936#: builtin/merge.c:257 builtin/pull.c:181
12937msgid "option=value"
12938msgstr "tùy_chọn=giá_trị"
12939
12940#: builtin/merge.c:258 builtin/pull.c:182
12941msgid "option for selected merge strategy"
12942msgstr "tùy chọn cho chiến lược hòa trộn đã chọn"
12943
12944#: builtin/merge.c:260
12945msgid "merge commit message (for a non-fast-forward merge)"
12946msgstr ""
12947"hòa trộn ghi chú của lần chuyển giao (dành cho hòa trộn không-chuyển-tiếp-"
12948"nhanh)"
12949
12950#: builtin/merge.c:267
12951msgid "abort the current in-progress merge"
12952msgstr "bãi bỏ quá trình hòa trộn hiện tại đang thực hiện"
12953
12954#: builtin/merge.c:269
12955msgid "continue the current in-progress merge"
12956msgstr "tiếp tục quá trình hòa trộn hiện tại đang thực hiện"
12957
12958#: builtin/merge.c:271 builtin/pull.c:189
12959msgid "allow merging unrelated histories"
12960msgstr "cho phép hòa trộn lịch sử không liên quan"
12961
12962#: builtin/merge.c:277
12963msgid "verify commit-msg hook"
12964msgstr "thẩm tra móc (hook) commit-msg"
12965
12966#: builtin/merge.c:302
12967msgid "could not run stash."
12968msgstr "không thể chạy stash."
12969
12970#: builtin/merge.c:307
12971msgid "stash failed"
12972msgstr "lệnh tạm cất gặp lỗi"
12973
12974#: builtin/merge.c:312
12975#, c-format
12976msgid "not a valid object: %s"
12977msgstr "không phải là một đối tượng hợp lệ: %s"
12978
12979#: builtin/merge.c:334 builtin/merge.c:351
12980msgid "read-tree failed"
12981msgstr "read-tree gặp lỗi"
12982
12983#: builtin/merge.c:381
12984msgid " (nothing to squash)"
12985msgstr " (không có gì để squash)"
12986
12987#: builtin/merge.c:392
12988#, c-format
12989msgid "Squash commit -- not updating HEAD\n"
12990msgstr "Squash commit -- không cập nhật HEAD\n"
12991
12992#: builtin/merge.c:442
12993#, c-format
12994msgid "No merge message -- not updating HEAD\n"
12995msgstr "Không có lời chú thích hòa trộn -- nên không cập nhật HEAD\n"
12996
12997#: builtin/merge.c:493
12998#, c-format
12999msgid "'%s' does not point to a commit"
13000msgstr "“%s” không chỉ đến một lần chuyển giao nào cả"
13001
13002#: builtin/merge.c:580
13003#, c-format
13004msgid "Bad branch.%s.mergeoptions string: %s"
13005msgstr "Chuỗi branch.%s.mergeoptions sai: %s"
13006
13007#: builtin/merge.c:701
13008msgid "Not handling anything other than two heads merge."
13009msgstr "Không cầm nắm gì ngoài hai head hòa trộn"
13010
13011#: builtin/merge.c:715
13012#, c-format
13013msgid "Unknown option for merge-recursive: -X%s"
13014msgstr "Không hiểu tùy chọn cho merge-recursive: -X%s"
13015
13016#: builtin/merge.c:730
13017#, c-format
13018msgid "unable to write %s"
13019msgstr "không thể ghi %s"
13020
13021#: builtin/merge.c:782
13022#, c-format
13023msgid "Could not read from '%s'"
13024msgstr "Không thể đọc từ “%s”"
13025
13026#: builtin/merge.c:791
13027#, c-format
13028msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13029msgstr ""
13030"Vẫn chưa hòa trộn các lần chuyển giao; sử dụng lệnh “git commit” để hoàn tất "
13031"việc hòa trộn.\n"
13032
13033#: builtin/merge.c:797
13034#, c-format
13035msgid ""
13036"Please enter a commit message to explain why this merge is necessary,\n"
13037"especially if it merges an updated upstream into a topic branch.\n"
13038"\n"
13039"Lines starting with '%c' will be ignored, and an empty message aborts\n"
13040"the commit.\n"
13041msgstr ""
13042"Hãy nhập vào các thông tin để giải thích tại sao sự hòa trộn này là cần "
13043"thiết,\n"
13044"đặc biệt là khi nó hòa trộn thượng nguồn đã cập nhật vào trong một nhánh "
13045"topic.\n"
13046"\n"
13047"Những dòng được bắt đầu bằng “%c” sẽ được bỏ qua, và phần chú thích này nếu "
13048"rỗng\n"
13049"sẽ hủy bỏ lần chuyển giao.\n"
13050
13051#: builtin/merge.c:833
13052msgid "Empty commit message."
13053msgstr "Chú thích của lần commit (chuyển giao) bị trống rỗng."
13054
13055#: builtin/merge.c:852
13056#, c-format
13057msgid "Wonderful.\n"
13058msgstr "Tuyệt vời.\n"
13059
13060#: builtin/merge.c:905
13061#, c-format
13062msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13063msgstr ""
13064"Việc tự động hòa trộn gặp lỗi; hãy sửa các xung đột sau đó chuyển giao kết "
13065"quả.\n"
13066
13067#: builtin/merge.c:944
13068msgid "No current branch."
13069msgstr "không phải nhánh hiện hành"
13070
13071#: builtin/merge.c:946
13072msgid "No remote for the current branch."
13073msgstr "Không có máy chủ cho nhánh hiện hành."
13074
13075#: builtin/merge.c:948
13076msgid "No default upstream defined for the current branch."
13077msgstr "Không có thượng nguồn mặc định được định nghĩa cho nhánh hiện hành."
13078
13079#: builtin/merge.c:953
13080#, c-format
13081msgid "No remote-tracking branch for %s from %s"
13082msgstr "Không nhánh mạng theo dõi cho %s từ %s"
13083
13084#: builtin/merge.c:1010
13085#, c-format
13086msgid "Bad value '%s' in environment '%s'"
13087msgstr "Giá trị sai “%s” trong biến môi trường “%s”"
13088
13089#: builtin/merge.c:1113
13090#, c-format
13091msgid "not something we can merge in %s: %s"
13092msgstr "không phải là một thứ gì đó mà chúng tôi có thể hòa trộn trong %s: %s"
13093
13094#: builtin/merge.c:1147
13095msgid "not something we can merge"
13096msgstr "không phải là thứ gì đó mà chúng tôi có thể hòa trộn"
13097
13098#: builtin/merge.c:1250
13099msgid "--abort expects no arguments"
13100msgstr "--abort không nhận các đối số"
13101
13102#: builtin/merge.c:1254
13103msgid "There is no merge to abort (MERGE_HEAD missing)."
13104msgstr ""
13105"Ở đây không có lần hòa trộn nào được hủy bỏ giữa chừng cả (thiếu MERGE_HEAD)."
13106
13107#: builtin/merge.c:1266
13108msgid "--continue expects no arguments"
13109msgstr "--continue không nhận đối số"
13110
13111#: builtin/merge.c:1270
13112msgid "There is no merge in progress (MERGE_HEAD missing)."
13113msgstr "Ở đây không có lần hòa trộn nào đang được xử lý cả (thiếu MERGE_HEAD)."
13114
13115#: builtin/merge.c:1286
13116msgid ""
13117"You have not concluded your merge (MERGE_HEAD exists).\n"
13118"Please, commit your changes before you merge."
13119msgstr ""
13120"Bạn chưa kết thúc việc hòa trộn (MERGE_HEAD vẫn tồn tại).\n"
13121"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."
13122
13123#: builtin/merge.c:1293
13124msgid ""
13125"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13126"Please, commit your changes before you merge."
13127msgstr ""
13128"Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại).\n"
13129"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."
13130
13131#: builtin/merge.c:1296
13132msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13133msgstr "Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại)."
13134
13135#: builtin/merge.c:1305
13136msgid "You cannot combine --squash with --no-ff."
13137msgstr "Bạn không thể kết hợp --squash với --no-ff."
13138
13139#: builtin/merge.c:1313
13140msgid "No commit specified and merge.defaultToUpstream not set."
13141msgstr "Không chỉ ra lần chuyển giao và merge.defaultToUpstream chưa được đặt."
13142
13143#: builtin/merge.c:1330
13144msgid "Squash commit into empty head not supported yet"
13145msgstr "Squash commit vào một head trống rỗng vẫn chưa được hỗ trợ"
13146
13147#: builtin/merge.c:1332
13148msgid "Non-fast-forward commit does not make sense into an empty head"
13149msgstr ""
13150"Chuyển giao không-chuyển-tiếp-nhanh không hợp lý ở trong một head trống rỗng"
13151
13152#: builtin/merge.c:1337
13153#, c-format
13154msgid "%s - not something we can merge"
13155msgstr "%s - không phải là thứ gì đó mà chúng tôi có thể hòa trộn"
13156
13157#: builtin/merge.c:1339
13158msgid "Can merge only exactly one commit into empty head"
13159msgstr ""
13160"Không thể hòa trộn một cách đúng đắn một lần chuyển giao vào một head rỗng"
13161
13162#: builtin/merge.c:1421
13163msgid "refusing to merge unrelated histories"
13164msgstr "từ chối hòa trộn lịch sử không liên quan"
13165
13166#: builtin/merge.c:1430
13167msgid "Already up to date."
13168msgstr "Đã cập nhật rồi."
13169
13170#: builtin/merge.c:1440
13171#, c-format
13172msgid "Updating %s..%s\n"
13173msgstr "Đang cập nhật %s..%s\n"
13174
13175#: builtin/merge.c:1482
13176#, c-format
13177msgid "Trying really trivial in-index merge...\n"
13178msgstr "Đang thử hòa trộn kiểu “trivial in-index”…\n"
13179
13180#: builtin/merge.c:1489
13181#, c-format
13182msgid "Nope.\n"
13183msgstr "Không.\n"
13184
13185#: builtin/merge.c:1514
13186msgid "Already up to date. Yeeah!"
13187msgstr "Đã cập nhật rồi. Yeeah!"
13188
13189#: builtin/merge.c:1520
13190msgid "Not possible to fast-forward, aborting."
13191msgstr "Thực hiện lệnh chuyển-tiếp-nhanh là không thể được, đang bỏ qua."
13192
13193#: builtin/merge.c:1543 builtin/merge.c:1622
13194#, c-format
13195msgid "Rewinding the tree to pristine...\n"
13196msgstr "Đang tua lại cây thành thời xa xưa…\n"
13197
13198#: builtin/merge.c:1547
13199#, c-format
13200msgid "Trying merge strategy %s...\n"
13201msgstr "Đang thử chiến lược hòa trộn %s…\n"
13202
13203#: builtin/merge.c:1613
13204#, c-format
13205msgid "No merge strategy handled the merge.\n"
13206msgstr "Không có chiến lược hòa trộn nào được nắm giữ (handle) sự hòa trộn.\n"
13207
13208#: builtin/merge.c:1615
13209#, c-format
13210msgid "Merge with strategy %s failed.\n"
13211msgstr "Hòa trộn với chiến lược %s gặp lỗi.\n"
13212
13213#: builtin/merge.c:1624
13214#, c-format
13215msgid "Using the %s to prepare resolving by hand.\n"
13216msgstr "Sử dụng %s để chuẩn bị giải quyết bằng tay.\n"
13217
13218#: builtin/merge.c:1636
13219#, c-format
13220msgid "Automatic merge went well; stopped before committing as requested\n"
13221msgstr ""
13222"Hòa trộn tự động đã trở nên tốt; bị dừng trước khi việc chuyển giao được yêu "
13223"cầu\n"
13224
13225#: builtin/merge-base.c:32
13226msgid "git merge-base [-a | --all] <commit> <commit>..."
13227msgstr "git merge-base [-a | --all] <lần_chuyển_giao> <lần_chuyển_giao>…"
13228
13229#: builtin/merge-base.c:33
13230msgid "git merge-base [-a | --all] --octopus <commit>..."
13231msgstr "git merge-base [-a | --all] --octopus <lần_chuyển_giao>…"
13232
13233#: builtin/merge-base.c:34
13234msgid "git merge-base --independent <commit>..."
13235msgstr "git merge-base --independent <lần_chuyển_giao>…"
13236
13237#: builtin/merge-base.c:35
13238msgid "git merge-base --is-ancestor <commit> <commit>"
13239msgstr "git merge-base --is-ancestor <commit> <lần_chuyển_giao>"
13240
13241#: builtin/merge-base.c:36
13242msgid "git merge-base --fork-point <ref> [<commit>]"
13243msgstr "git merge-base --fork-point <tham-chiếu> [<lần_chuyển_giao>]"
13244
13245#: builtin/merge-base.c:153
13246msgid "output all common ancestors"
13247msgstr "xuất ra tất cả các ông bà, tổ tiên chung"
13248
13249#: builtin/merge-base.c:155
13250msgid "find ancestors for a single n-way merge"
13251msgstr "tìm tổ tiên của hòa trộn n-way đơn"
13252
13253#: builtin/merge-base.c:157
13254msgid "list revs not reachable from others"
13255msgstr "liệt kê các “rev” mà nó không thể đọc được từ cái khác"
13256
13257#: builtin/merge-base.c:159
13258msgid "is the first one ancestor of the other?"
13259msgstr "là cha mẹ đầu tiên của cái khác?"
13260
13261#: builtin/merge-base.c:161
13262msgid "find where <commit> forked from reflog of <ref>"
13263msgstr "tìm xem <commit> được rẽ nhánh ở đâu từ reflog của <th.chiếu>"
13264
13265#: builtin/merge-file.c:9
13266msgid ""
13267"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13268"<orig-file> <file2>"
13269msgstr ""
13270"git merge-file [<các-tùy-chọn>] [-L <tên1> [-L <gốc> [-L <tên2>]]] <tập-"
13271"tin1> <tập-tin-gốc> <tập-tin2>"
13272
13273#: builtin/merge-file.c:35
13274msgid "send results to standard output"
13275msgstr "gửi kết quả vào đầu ra tiêu chuẩn"
13276
13277#: builtin/merge-file.c:36
13278msgid "use a diff3 based merge"
13279msgstr "dùng kiểu hòa dựa trên diff3"
13280
13281#: builtin/merge-file.c:37
13282msgid "for conflicts, use our version"
13283msgstr "để tránh xung đột, sử dụng phiên bản của chúng ta"
13284
13285#: builtin/merge-file.c:39
13286msgid "for conflicts, use their version"
13287msgstr "để tránh xung đột, sử dụng phiên bản của họ"
13288
13289#: builtin/merge-file.c:41
13290msgid "for conflicts, use a union version"
13291msgstr "để tránh xung đột, sử dụng phiên bản kết hợp"
13292
13293#: builtin/merge-file.c:44
13294msgid "for conflicts, use this marker size"
13295msgstr "để tránh xung đột, hãy sử dụng kích thước bộ tạo này"
13296
13297#: builtin/merge-file.c:45
13298msgid "do not warn about conflicts"
13299msgstr "không cảnh báo về các xung đột xảy ra"
13300
13301#: builtin/merge-file.c:47
13302msgid "set labels for file1/orig-file/file2"
13303msgstr "đặt nhãn cho tập-tin-1/tập-tin-gốc/tập-tin-2"
13304
13305#: builtin/merge-recursive.c:45
13306#, c-format
13307msgid "unknown option %s"
13308msgstr "không hiểu tùy chọn %s"
13309
13310#: builtin/merge-recursive.c:51
13311#, c-format
13312msgid "could not parse object '%s'"
13313msgstr "không thể phân tích đối tượng “%s”"
13314
13315#: builtin/merge-recursive.c:55
13316#, c-format
13317msgid "cannot handle more than %d base. Ignoring %s."
13318msgid_plural "cannot handle more than %d bases. Ignoring %s."
13319msgstr[0] "không thể xử lý nhiều hơn %d nền. Bỏ qua %s"
13320
13321#: builtin/merge-recursive.c:63
13322msgid "not handling anything other than two heads merge."
13323msgstr "không cầm nắm gì ngoài hai head hòa trộn"
13324
13325#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
13326#, c-format
13327msgid "could not resolve ref '%s'"
13328msgstr "không thể phân giải tham chiếu %s"
13329
13330#: builtin/merge-recursive.c:77
13331#, c-format
13332msgid "Merging %s with %s\n"
13333msgstr "Đang hòa trộn %s với %s\n"
13334
13335#: builtin/mktree.c:66
13336msgid "git mktree [-z] [--missing] [--batch]"
13337msgstr "git mktree [-z] [--missing] [--batch]"
13338
13339#: builtin/mktree.c:154
13340msgid "input is NUL terminated"
13341msgstr "đầu vào được chấm dứt bởi NUL"
13342
13343#: builtin/mktree.c:155 builtin/write-tree.c:25
13344msgid "allow missing objects"
13345msgstr "cho phép thiếu đối tượng"
13346
13347#: builtin/mktree.c:156
13348msgid "allow creation of more than one tree"
13349msgstr "cho phép tạo nhiều hơn một cây"
13350
13351#: builtin/multi-pack-index.c:8
13352msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
13353msgstr "git multi-pack-index [--object-dir=<thư/mục>] (write|verify)"
13354
13355#: builtin/multi-pack-index.c:21
13356msgid "object directory containing set of packfile and pack-index pairs"
13357msgstr "thư mục đối tượng có chứa một bộ các tập tin gói và cặp pack-index"
13358
13359#: builtin/multi-pack-index.c:39
13360msgid "too many arguments"
13361msgstr "có quá nhiều đối số"
13362
13363#: builtin/multi-pack-index.c:48
13364#, c-format
13365msgid "unrecognized verb: %s"
13366msgstr "verb không được thừa nhận: %s"
13367
13368#: builtin/mv.c:17
13369msgid "git mv [<options>] <source>... <destination>"
13370msgstr "git mv [<các-tùy-chọn>] <nguồn>… <đích>"
13371
13372#: builtin/mv.c:82
13373#, c-format
13374msgid "Directory %s is in index and no submodule?"
13375msgstr "Thư mục “%s” có ở trong chỉ mục mà không có mô-đun con?"
13376
13377#: builtin/mv.c:84
13378msgid "Please stage your changes to .gitmodules or stash them to proceed"
13379msgstr ""
13380"Hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"
13381
13382#: builtin/mv.c:102
13383#, c-format
13384msgid "%.*s is in index"
13385msgstr "%.*s trong bảng mục lục"
13386
13387#: builtin/mv.c:124
13388msgid "force move/rename even if target exists"
13389msgstr "ép buộc di chuyển hay đổi tên thậm chí cả khi đích đã tồn tại"
13390
13391#: builtin/mv.c:126
13392msgid "skip move/rename errors"
13393msgstr "bỏ qua các lỗi liên quan đến di chuyển, đổi tên"
13394
13395#: builtin/mv.c:168
13396#, c-format
13397msgid "destination '%s' is not a directory"
13398msgstr "có đích “%s” nhưng đây không phải là một thư mục"
13399
13400#: builtin/mv.c:179
13401#, c-format
13402msgid "Checking rename of '%s' to '%s'\n"
13403msgstr "Đang kiểm tra việc đổi tên của “%s” thành “%s”\n"
13404
13405#: builtin/mv.c:183
13406msgid "bad source"
13407msgstr "nguồn sai"
13408
13409#: builtin/mv.c:186
13410msgid "can not move directory into itself"
13411msgstr "không thể di chuyển một thư mục vào trong chính nó được"
13412
13413#: builtin/mv.c:189
13414msgid "cannot move directory over file"
13415msgstr "không di chuyển được thư mục thông qua tập tin"
13416
13417#: builtin/mv.c:198
13418msgid "source directory is empty"
13419msgstr "thư mục nguồn là trống rỗng"
13420
13421#: builtin/mv.c:223
13422msgid "not under version control"
13423msgstr "không nằm dưới sự quản lý mã nguồn"
13424
13425#: builtin/mv.c:226
13426msgid "destination exists"
13427msgstr "đích đã tồn tại sẵn rồi"
13428
13429#: builtin/mv.c:234
13430#, c-format
13431msgid "overwriting '%s'"
13432msgstr "đang ghi đè lên “%s”"
13433
13434#: builtin/mv.c:237
13435msgid "Cannot overwrite"
13436msgstr "Không thể ghi đè"
13437
13438#: builtin/mv.c:240
13439msgid "multiple sources for the same target"
13440msgstr "Nhiều nguồn cho cùng một đích"
13441
13442#: builtin/mv.c:242
13443msgid "destination directory does not exist"
13444msgstr "thư mục đích không tồn tại"
13445
13446#: builtin/mv.c:249
13447#, c-format
13448msgid "%s, source=%s, destination=%s"
13449msgstr "%s, nguồn=%s, đích=%s"
13450
13451#: builtin/mv.c:270
13452#, c-format
13453msgid "Renaming %s to %s\n"
13454msgstr "Đổi tên %s thành %s\n"
13455
13456#: builtin/mv.c:276 builtin/remote.c:717 builtin/repack.c:511
13457#, c-format
13458msgid "renaming '%s' failed"
13459msgstr "gặp lỗi khi đổi tên “%s”"
13460
13461#: builtin/name-rev.c:355
13462msgid "git name-rev [<options>] <commit>..."
13463msgstr "git name-rev [<các-tùy-chọn>] <commit>…"
13464
13465#: builtin/name-rev.c:356
13466msgid "git name-rev [<options>] --all"
13467msgstr "git name-rev [<các-tùy-chọn>] --all"
13468
13469#: builtin/name-rev.c:357
13470msgid "git name-rev [<options>] --stdin"
13471msgstr "git name-rev [<các-tùy-chọn>] --stdin"
13472
13473#: builtin/name-rev.c:413
13474msgid "print only names (no SHA-1)"
13475msgstr "chỉ hiển thị tên (không SHA-1)"
13476
13477#: builtin/name-rev.c:414
13478msgid "only use tags to name the commits"
13479msgstr "chỉ dùng các thẻ để đặt tên cho các lần chuyển giao"
13480
13481#: builtin/name-rev.c:416
13482msgid "only use refs matching <pattern>"
13483msgstr "chỉ sử dụng các tham chiếu khớp với <mẫu>"
13484
13485#: builtin/name-rev.c:418
13486msgid "ignore refs matching <pattern>"
13487msgstr "bỏ qua các tham chiếu khớp với <mẫu>"
13488
13489#: builtin/name-rev.c:420
13490msgid "list all commits reachable from all refs"
13491msgstr ""
13492"liệt kê tất cả các lần chuyển giao có thể đọc được từ tất cả các tham chiếu"
13493
13494#: builtin/name-rev.c:421
13495msgid "read from stdin"
13496msgstr "đọc từ đầu vào tiêu chuẩn"
13497
13498#: builtin/name-rev.c:422
13499msgid "allow to print `undefined` names (default)"
13500msgstr "cho phép in các tên “chưa định nghĩa” (mặc định)"
13501
13502#: builtin/name-rev.c:428
13503msgid "dereference tags in the input (internal use)"
13504msgstr "bãi bỏ tham chiếu các thẻ trong đầu vào (dùng nội bộ)"
13505
13506#: builtin/notes.c:28
13507msgid "git notes [--ref <notes-ref>] [list [<object>]]"
13508msgstr "git notes [--ref <notes-ref>] [list [<đối-tượng>]]"
13509
13510#: builtin/notes.c:29
13511msgid ""
13512"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
13513"| (-c | -C) <object>] [<object>]"
13514msgstr ""
13515"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <lời-nhắn> | -F "
13516"<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"
13517
13518#: builtin/notes.c:30
13519msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
13520msgstr "git notes [--ref <notes-ref>] copy [-f] <từ-đối-tượng> <đến-đối-tượng>"
13521
13522#: builtin/notes.c:31
13523msgid ""
13524"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
13525"(-c | -C) <object>] [<object>]"
13526msgstr ""
13527"git notes [--ref <notes-ref>] append [--allow-empty] [-m <lời-nhắn> | -F "
13528"<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"
13529
13530#: builtin/notes.c:32
13531msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
13532msgstr "git notes [--ref <notes-ref>] edit [--allow-empty] [<đối-tượng>]"
13533
13534#: builtin/notes.c:33
13535msgid "git notes [--ref <notes-ref>] show [<object>]"
13536msgstr "git notes [--ref <notes-ref>] show [<đối-tượng>]"
13537
13538#: builtin/notes.c:34
13539msgid ""
13540"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
13541msgstr ""
13542"git notes [--ref <notes-ref>] merge [-v | -q] [-s <chiến-lược> ] <notes-ref>"
13543
13544#: builtin/notes.c:35
13545msgid "git notes merge --commit [-v | -q]"
13546msgstr "git notes merge --commit [-v | -q]"
13547
13548#: builtin/notes.c:36
13549msgid "git notes merge --abort [-v | -q]"
13550msgstr "git notes merge --abort [-v | -q]"
13551
13552#: builtin/notes.c:37
13553msgid "git notes [--ref <notes-ref>] remove [<object>...]"
13554msgstr "git notes [--ref <notes-ref>] remove [<đối-tượng>…]"
13555
13556#: builtin/notes.c:38
13557msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
13558msgstr "git notes [--ref <notes-ref>] prune [-n] [-v]"
13559
13560#: builtin/notes.c:39
13561msgid "git notes [--ref <notes-ref>] get-ref"
13562msgstr "git notes [--ref <notes-ref>] get-ref"
13563
13564#: builtin/notes.c:44
13565msgid "git notes [list [<object>]]"
13566msgstr "git notes [list [<đối tượng>]]"
13567
13568#: builtin/notes.c:49
13569msgid "git notes add [<options>] [<object>]"
13570msgstr "git notes add [<các-tùy-chọn>] [<đối-tượng>]"
13571
13572#: builtin/notes.c:54
13573msgid "git notes copy [<options>] <from-object> <to-object>"
13574msgstr "git notes copy [<các-tùy-chọn>] <từ-đối-tượng> <đến-đối-tượng>"
13575
13576#: builtin/notes.c:55
13577msgid "git notes copy --stdin [<from-object> <to-object>]..."
13578msgstr "git notes copy --stdin [<từ-đối-tượng> <đến-đối-tượng>]…"
13579
13580#: builtin/notes.c:60
13581msgid "git notes append [<options>] [<object>]"
13582msgstr "git notes append [<các-tùy-chọn>] [<đối-tượng>]"
13583
13584#: builtin/notes.c:65
13585msgid "git notes edit [<object>]"
13586msgstr "git notes edit [<đối tượng>]"
13587
13588#: builtin/notes.c:70
13589msgid "git notes show [<object>]"
13590msgstr "git notes show [<đối tượng>]"
13591
13592#: builtin/notes.c:75
13593msgid "git notes merge [<options>] <notes-ref>"
13594msgstr "git notes merge [<các-tùy-chọn>] <notes-ref>"
13595
13596#: builtin/notes.c:76
13597msgid "git notes merge --commit [<options>]"
13598msgstr "git notes merge --commit [<các-tùy-chọn>]"
13599
13600#: builtin/notes.c:77
13601msgid "git notes merge --abort [<options>]"
13602msgstr "git notes merge --abort [<các-tùy-chọn>]"
13603
13604#: builtin/notes.c:82
13605msgid "git notes remove [<object>]"
13606msgstr "git notes remove [<đối tượng>]"
13607
13608#: builtin/notes.c:87
13609msgid "git notes prune [<options>]"
13610msgstr "git notes prune [<các-tùy-chọn>]"
13611
13612#: builtin/notes.c:92
13613msgid "git notes get-ref"
13614msgstr "git notes get-ref"
13615
13616#: builtin/notes.c:97
13617msgid "Write/edit the notes for the following object:"
13618msgstr "Ghi hay sửa ghi chú cho đối tượng sau đây:"
13619
13620#: builtin/notes.c:150
13621#, c-format
13622msgid "unable to start 'show' for object '%s'"
13623msgstr "không thể khởi chạy “show” cho đối tượng “%s”"
13624
13625#: builtin/notes.c:154
13626msgid "could not read 'show' output"
13627msgstr "không thể đọc kết xuất “show”"
13628
13629#: builtin/notes.c:162
13630#, c-format
13631msgid "failed to finish 'show' for object '%s'"
13632msgstr "gặp lỗi khi hoàn thành “show” cho đối tượng “%s”"
13633
13634#: builtin/notes.c:197
13635msgid "please supply the note contents using either -m or -F option"
13636msgstr ""
13637"xin hãy áp dụng nội dung của ghi chú sử dụng hoặc là tùy chọn -m hoặc là -F"
13638
13639#: builtin/notes.c:206
13640msgid "unable to write note object"
13641msgstr "không thể ghi đối tượng ghi chú (note)"
13642
13643#: builtin/notes.c:208
13644#, c-format
13645msgid "the note contents have been left in %s"
13646msgstr "nội dung ghi chú còn lại %s"
13647
13648#: builtin/notes.c:242 builtin/tag.c:513
13649#, c-format
13650msgid "could not open or read '%s'"
13651msgstr "không thể mở hay đọc “%s”"
13652
13653#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
13654#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:524
13655#: builtin/notes.c:529 builtin/notes.c:607 builtin/notes.c:669
13656#, c-format
13657msgid "failed to resolve '%s' as a valid ref."
13658msgstr "gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."
13659
13660#: builtin/notes.c:265
13661#, c-format
13662msgid "failed to read object '%s'."
13663msgstr "gặp lỗi khi đọc đối tượng “%s”."
13664
13665#: builtin/notes.c:268
13666#, c-format
13667msgid "cannot read note data from non-blob object '%s'."
13668msgstr "không thể đọc dữ liệu ghi chú từ đối tượng không-blob “%s”."
13669
13670#: builtin/notes.c:309
13671#, c-format
13672msgid "malformed input line: '%s'."
13673msgstr "dòng đầu vào dị hình: “%s”."
13674
13675#: builtin/notes.c:324
13676#, c-format
13677msgid "failed to copy notes from '%s' to '%s'"
13678msgstr "gặp lỗi khi sao chép ghi chú (note) từ “%s” sang “%s”"
13679
13680#. TRANSLATORS: the first %s will be replaced by a git
13681#. notes command: 'add', 'merge', 'remove', etc.
13682#.
13683#: builtin/notes.c:356
13684#, c-format
13685msgid "refusing to %s notes in %s (outside of refs/notes/)"
13686msgstr "từ chối %s ghi chú trong %s (nằm ngoài refs/notes/)"
13687
13688#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:507
13689#: builtin/notes.c:519 builtin/notes.c:595 builtin/notes.c:662
13690#: builtin/notes.c:812 builtin/notes.c:959 builtin/notes.c:980
13691msgid "too many parameters"
13692msgstr "quá nhiều đối số"
13693
13694#: builtin/notes.c:389 builtin/notes.c:675
13695#, c-format
13696msgid "no note found for object %s."
13697msgstr "không tìm thấy ghi chú cho đối tượng %s."
13698
13699#: builtin/notes.c:410 builtin/notes.c:573
13700msgid "note contents as a string"
13701msgstr "nội dung ghi chú (note) nằm trong một chuỗi"
13702
13703#: builtin/notes.c:413 builtin/notes.c:576
13704msgid "note contents in a file"
13705msgstr "nội dung ghi chú (note) nằm trong một tập tin"
13706
13707#: builtin/notes.c:416 builtin/notes.c:579
13708msgid "reuse and edit specified note object"
13709msgstr "dùng lại nhưng có sửa chữa đối tượng note đã chỉ ra"
13710
13711#: builtin/notes.c:419 builtin/notes.c:582
13712msgid "reuse specified note object"
13713msgstr "dùng lại đối tượng ghi chú (note) đã chỉ ra"
13714
13715#: builtin/notes.c:422 builtin/notes.c:585
13716msgid "allow storing empty note"
13717msgstr "cho lưu trữ ghi chú trống rỗng"
13718
13719#: builtin/notes.c:423 builtin/notes.c:494
13720msgid "replace existing notes"
13721msgstr "thay thế ghi chú trước"
13722
13723#: builtin/notes.c:448
13724#, c-format
13725msgid ""
13726"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
13727"existing notes"
13728msgstr ""
13729"Không thể thêm các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối tượng "
13730"%s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"
13731
13732#: builtin/notes.c:463 builtin/notes.c:542
13733#, c-format
13734msgid "Overwriting existing notes for object %s\n"
13735msgstr "Đang ghi đè lên ghi chú cũ cho đối tượng %s\n"
13736
13737#: builtin/notes.c:474 builtin/notes.c:634 builtin/notes.c:899
13738#, c-format
13739msgid "Removing note for object %s\n"
13740msgstr "Đang gỡ bỏ ghi chú (note) cho đối tượng %s\n"
13741
13742#: builtin/notes.c:495
13743msgid "read objects from stdin"
13744msgstr "đọc các đối tượng từ đầu vào tiêu chuẩn"
13745
13746#: builtin/notes.c:497
13747msgid "load rewriting config for <command> (implies --stdin)"
13748msgstr "tải cấu hình chép lại cho <lệnh> (ngầm định là --stdin)"
13749
13750#: builtin/notes.c:515
13751msgid "too few parameters"
13752msgstr "quá ít đối số"
13753
13754#: builtin/notes.c:536
13755#, c-format
13756msgid ""
13757"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
13758"existing notes"
13759msgstr ""
13760"Không thể sao chép các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối "
13761"tượng %s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"
13762
13763#: builtin/notes.c:548
13764#, c-format
13765msgid "missing notes on source object %s. Cannot copy."
13766msgstr "thiếu ghi chú trên đối tượng nguồn %s. Không thể sao chép."
13767
13768#: builtin/notes.c:600
13769#, c-format
13770msgid ""
13771"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
13772"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
13773msgstr ""
13774"Các tùy chọn -m/-F/-c/-C đã cổ không còn dùng nữa cho lệnh con “edit”.\n"
13775"Xin hãy sử dụng lệnh sau để thay thế: “git notes add -f -m/-F/-c/-C”.\n"
13776
13777#: builtin/notes.c:695
13778msgid "failed to delete ref NOTES_MERGE_PARTIAL"
13779msgstr "gặp lỗi khi xóa tham chiếu NOTES_MERGE_PARTIAL"
13780
13781#: builtin/notes.c:697
13782msgid "failed to delete ref NOTES_MERGE_REF"
13783msgstr "gặp lỗi khi xóa tham chiếu NOTES_MERGE_REF"
13784
13785#: builtin/notes.c:699
13786msgid "failed to remove 'git notes merge' worktree"
13787msgstr "gặp lỗi khi gỡ bỏ cây làm việc “git notes merge”"
13788
13789#: builtin/notes.c:719
13790msgid "failed to read ref NOTES_MERGE_PARTIAL"
13791msgstr "gặp lỗi khi đọc tham chiếu NOTES_MERGE_PARTIAL"
13792
13793#: builtin/notes.c:721
13794msgid "could not find commit from NOTES_MERGE_PARTIAL."
13795msgstr "không thể tìm thấy lần chuyển giao từ NOTES_MERGE_PARTIAL."
13796
13797#: builtin/notes.c:723
13798msgid "could not parse commit from NOTES_MERGE_PARTIAL."
13799msgstr "không thể phân tích cú pháp lần chuyển giao từ NOTES_MERGE_PARTIAL."
13800
13801#: builtin/notes.c:736
13802msgid "failed to resolve NOTES_MERGE_REF"
13803msgstr "gặp lỗi khi phân giải NOTES_MERGE_REF"
13804
13805#: builtin/notes.c:739
13806msgid "failed to finalize notes merge"
13807msgstr "gặp lỗi khi hoàn thành hòa trộn ghi chú"
13808
13809#: builtin/notes.c:765
13810#, c-format
13811msgid "unknown notes merge strategy %s"
13812msgstr "không hiểu chiến lược hòa trộn ghi chú %s"
13813
13814#: builtin/notes.c:781
13815msgid "General options"
13816msgstr "Tùy chọn chung"
13817
13818#: builtin/notes.c:783
13819msgid "Merge options"
13820msgstr "Tùy chọn về hòa trộn"
13821
13822#: builtin/notes.c:785
13823msgid ""
13824"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
13825"cat_sort_uniq)"
13826msgstr ""
13827"phân giải các xung đột “notes” sử dụng chiến lược đã đưa ra (manual/ours/"
13828"theirs/union/cat_sort_uniq)"
13829
13830#: builtin/notes.c:787
13831msgid "Committing unmerged notes"
13832msgstr "Chuyển giao các note chưa được hòa trộn"
13833
13834#: builtin/notes.c:789
13835msgid "finalize notes merge by committing unmerged notes"
13836msgstr ""
13837"các note cuối cùng được hòa trộn bởi các note chưa hòa trộn của lần chuyển "
13838"giao"
13839
13840#: builtin/notes.c:791
13841msgid "Aborting notes merge resolution"
13842msgstr "Hủy bỏ phân giải ghi chú (note) hòa trộn"
13843
13844#: builtin/notes.c:793
13845msgid "abort notes merge"
13846msgstr "bỏ qua hòa trộn các ghi chú (note)"
13847
13848#: builtin/notes.c:804
13849msgid "cannot mix --commit, --abort or -s/--strategy"
13850msgstr "không thể trộn lẫn --commit, --abort hay -s/--strategy"
13851
13852#: builtin/notes.c:809
13853msgid "must specify a notes ref to merge"
13854msgstr "bạn phải chỉ định tham chiếu ghi chú để hòa trộn"
13855
13856#: builtin/notes.c:833
13857#, c-format
13858msgid "unknown -s/--strategy: %s"
13859msgstr "không hiểu -s/--strategy: %s"
13860
13861#: builtin/notes.c:870
13862#, c-format
13863msgid "a notes merge into %s is already in-progress at %s"
13864msgstr "một ghi chú hòa trộn vào %s đã sẵn trong quá trình xử lý tại %s"
13865
13866#: builtin/notes.c:873
13867#, c-format
13868msgid "failed to store link to current notes ref (%s)"
13869msgstr "gặp lỗi khi lưu liên kết đến tham chiếu ghi chú hiện tại (%s)"
13870
13871#: builtin/notes.c:875
13872#, c-format
13873msgid ""
13874"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
13875"'git notes merge --commit', or abort the merge with 'git notes merge --"
13876"abort'.\n"
13877msgstr ""
13878"Gặp lỗi khi hòa trộn các ghi chú tự động. Sửa các xung đột này trong %s và "
13879"chuyển giao kết quả bằng “git notes merge --commit”, hoặc bãi bỏ việc hòa "
13880"trộn bằng “git notes merge --abort”.\n"
13881
13882#: builtin/notes.c:897
13883#, c-format
13884msgid "Object %s has no note\n"
13885msgstr "Đối tượng %s không có ghi chú (note)\n"
13886
13887#: builtin/notes.c:909
13888msgid "attempt to remove non-existent note is not an error"
13889msgstr "cố gắng gỡ bỏ một note chưa từng tồn tại không phải là một lỗi"
13890
13891#: builtin/notes.c:912
13892msgid "read object names from the standard input"
13893msgstr "đọc tên đối tượng từ thiết bị nhập chuẩn"
13894
13895#: builtin/notes.c:950 builtin/prune.c:108 builtin/worktree.c:164
13896msgid "do not remove, show only"
13897msgstr "không gỡ bỏ, chỉ hiển thị"
13898
13899#: builtin/notes.c:951
13900msgid "report pruned notes"
13901msgstr "báo cáo các đối tượng đã prune"
13902
13903#: builtin/notes.c:993
13904msgid "notes-ref"
13905msgstr "notes-ref"
13906
13907#: builtin/notes.c:994
13908msgid "use notes from <notes-ref>"
13909msgstr "dùng “notes” từ <notes-ref>"
13910
13911#: builtin/notes.c:1029
13912#, c-format
13913msgid "unknown subcommand: %s"
13914msgstr "không hiểu câu lệnh con: %s"
13915
13916#: builtin/pack-objects.c:51
13917msgid ""
13918"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
13919msgstr ""
13920"git pack-objects --stdout [các-tùy-chọn…] [< <danh-sách-tham-chiếu> | < "
13921"<danh-sách-đối-tượng>]"
13922
13923#: builtin/pack-objects.c:52
13924msgid ""
13925"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
13926msgstr ""
13927"git pack-objects [các-tùy-chọn…] <base-name> [< <danh-sách-ref> | < <danh-"
13928"sách-đối-tượng>]"
13929
13930#: builtin/pack-objects.c:422
13931#, c-format
13932msgid "bad packed object CRC for %s"
13933msgstr "CRC của đối tượng gói sai với %s"
13934
13935#: builtin/pack-objects.c:433
13936#, c-format
13937msgid "corrupt packed object for %s"
13938msgstr "đối tượng đã đóng gói sai hỏng cho %s"
13939
13940#: builtin/pack-objects.c:564
13941#, c-format
13942msgid "recursive delta detected for object %s"
13943msgstr "dò thấy delta đệ quy cho đối tượng %s"
13944
13945#: builtin/pack-objects.c:775
13946#, c-format
13947msgid "ordered %u objects, expected %<PRIu32>"
13948msgstr "đã sắp xếp %u đối tượng, cần %<PRIu32>"
13949
13950#: builtin/pack-objects.c:788
13951#, c-format
13952msgid "packfile is invalid: %s"
13953msgstr "tập tin gói không hợp lệ: %s"
13954
13955#: builtin/pack-objects.c:792
13956#, c-format
13957msgid "unable to open packfile for reuse: %s"
13958msgstr "không thể mở tập tin gói để dùng lại: %s"
13959
13960#: builtin/pack-objects.c:796
13961msgid "unable to seek in reused packfile"
13962msgstr "không thể di chuyển vị trí đọc trong tập tin gói dùng lại"
13963
13964#: builtin/pack-objects.c:807
13965msgid "unable to read from reused packfile"
13966msgstr "không thể đọc từ tập tin gói dùng lại"
13967
13968#: builtin/pack-objects.c:835
13969msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
13970msgstr "tắt ghi bitmap, các gói bị chia nhỏ bởi vì pack.packSizeLimit"
13971
13972#: builtin/pack-objects.c:848
13973msgid "Writing objects"
13974msgstr "Đang ghi lại các đối tượng"
13975
13976#: builtin/pack-objects.c:910 builtin/update-index.c:88
13977#, c-format
13978msgid "failed to stat %s"
13979msgstr "gặp lỗi khi lấy thông tin thống kê về %s"
13980
13981#: builtin/pack-objects.c:963
13982#, c-format
13983msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
13984msgstr "đã ghi %<PRIu32> đối tượng trong khi cần %<PRIu32>"
13985
13986#: builtin/pack-objects.c:1157
13987msgid "disabling bitmap writing, as some objects are not being packed"
13988msgstr "tắt ghi bitmap, như vậy một số đối tượng sẽ không được đóng gói"
13989
13990#: builtin/pack-objects.c:1585
13991#, c-format
13992msgid "delta base offset overflow in pack for %s"
13993msgstr "khoảng bù cơ sở cho delta bị tràn trong gói cho %s"
13994
13995#: builtin/pack-objects.c:1594
13996#, c-format
13997msgid "delta base offset out of bound for %s"
13998msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm cho %s"
13999
14000#: builtin/pack-objects.c:1863
14001msgid "Counting objects"
14002msgstr "Đang đếm các đối tượng"
14003
14004#: builtin/pack-objects.c:1998
14005#, c-format
14006msgid "unable to get size of %s"
14007msgstr "không thể lấy kích cỡ của %s"
14008
14009#: builtin/pack-objects.c:2013
14010#, c-format
14011msgid "unable to parse object header of %s"
14012msgstr "không thể phân tích phần đầu đối tượng của “%s”"
14013
14014#: builtin/pack-objects.c:2083 builtin/pack-objects.c:2099
14015#: builtin/pack-objects.c:2109
14016#, c-format
14017msgid "object %s cannot be read"
14018msgstr "không thể đọc đối tượng %s"
14019
14020#: builtin/pack-objects.c:2086 builtin/pack-objects.c:2113
14021#, c-format
14022msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14023msgstr ""
14024"đối tượng %s không nhất quán về chiều dài đối tượng (%<PRIuMAX> so với "
14025"%<PRIuMAX>)"
14026
14027#: builtin/pack-objects.c:2123
14028msgid "suboptimal pack - out of memory"
14029msgstr "suboptimal pack - hết bộ nhớ"
14030
14031#: builtin/pack-objects.c:2451
14032#, c-format
14033msgid "Delta compression using up to %d threads"
14034msgstr "Nén delta dùng tới %d tuyến trình"
14035
14036#: builtin/pack-objects.c:2583
14037#, c-format
14038msgid "unable to pack objects reachable from tag %s"
14039msgstr "không thể đóng gói các đối tượng tiếp cận được từ thẻ “%s”"
14040
14041#: builtin/pack-objects.c:2670
14042msgid "Compressing objects"
14043msgstr "Đang nén các đối tượng"
14044
14045#: builtin/pack-objects.c:2676
14046msgid "inconsistency with delta count"
14047msgstr "mâu thuẫn với số lượng delta"
14048
14049#: builtin/pack-objects.c:2753
14050#, c-format
14051msgid ""
14052"expected edge object ID, got garbage:\n"
14053" %s"
14054msgstr ""
14055"cần ID đối tượng cạnh, nhận được rác:\n"
14056" %s"
14057
14058#: builtin/pack-objects.c:2759
14059#, c-format
14060msgid ""
14061"expected object ID, got garbage:\n"
14062" %s"
14063msgstr ""
14064"cần ID đối tượng, nhận được rác:\n"
14065" %s"
14066
14067#: builtin/pack-objects.c:2857
14068msgid "invalid value for --missing"
14069msgstr "giá trị cho --missing không hợp lệ"
14070
14071#: builtin/pack-objects.c:2916 builtin/pack-objects.c:3024
14072msgid "cannot open pack index"
14073msgstr "không thể mở mục lục của gói"
14074
14075#: builtin/pack-objects.c:2947
14076#, c-format
14077msgid "loose object at %s could not be examined"
14078msgstr "đối tượng mất tại %s không thể đã kiểm tra"
14079
14080#: builtin/pack-objects.c:3032
14081msgid "unable to force loose object"
14082msgstr "không thể buộc mất đối tượng"
14083
14084#: builtin/pack-objects.c:3122
14085#, c-format
14086msgid "not a rev '%s'"
14087msgstr "không phải một rev “%s”"
14088
14089#: builtin/pack-objects.c:3125
14090#, c-format
14091msgid "bad revision '%s'"
14092msgstr "điểm xem xét sai “%s”"
14093
14094#: builtin/pack-objects.c:3150
14095msgid "unable to add recent objects"
14096msgstr "không thể thêm các đối tượng mới dùng"
14097
14098#: builtin/pack-objects.c:3203
14099#, c-format
14100msgid "unsupported index version %s"
14101msgstr "phiên bản mục lục không được hỗ trợ %s"
14102
14103#: builtin/pack-objects.c:3207
14104#, c-format
14105msgid "bad index version '%s'"
14106msgstr "phiên bản mục lục sai “%s”"
14107
14108#: builtin/pack-objects.c:3237
14109msgid "do not show progress meter"
14110msgstr "không hiển thị bộ đo tiến trình"
14111
14112#: builtin/pack-objects.c:3239
14113msgid "show progress meter"
14114msgstr "hiển thị bộ đo tiến trình"
14115
14116#: builtin/pack-objects.c:3241
14117msgid "show progress meter during object writing phase"
14118msgstr "hiển thị bộ đo tiến triển trong suốt pha ghi đối tượng"
14119
14120#: builtin/pack-objects.c:3244
14121msgid "similar to --all-progress when progress meter is shown"
14122msgstr "tương tự --all-progress khi bộ đo tiến trình được xuất hiện"
14123
14124#: builtin/pack-objects.c:3245
14125msgid "<version>[,<offset>]"
14126msgstr "<phiên bản>[,offset]"
14127
14128#: builtin/pack-objects.c:3246
14129msgid "write the pack index file in the specified idx format version"
14130msgstr "ghi tập tin bảng mục lục gói (pack) ở phiên bản định dạng idx đã cho"
14131
14132#: builtin/pack-objects.c:3249
14133msgid "maximum size of each output pack file"
14134msgstr "kcíh thước tối đa cho tập tin gói được tạo"
14135
14136#: builtin/pack-objects.c:3251
14137msgid "ignore borrowed objects from alternate object store"
14138msgstr "bỏ qua các đối tượng vay mượn từ kho đối tượng thay thế"
14139
14140#: builtin/pack-objects.c:3253
14141msgid "ignore packed objects"
14142msgstr "bỏ qua các đối tượng đóng gói"
14143
14144#: builtin/pack-objects.c:3255
14145msgid "limit pack window by objects"
14146msgstr "giới hạn cửa sổ đóng gói theo đối tượng"
14147
14148#: builtin/pack-objects.c:3257
14149msgid "limit pack window by memory in addition to object limit"
14150msgstr "giới hạn cửa sổ đóng gói theo bộ nhớ cộng thêm với giới hạn đối tượng"
14151
14152#: builtin/pack-objects.c:3259
14153msgid "maximum length of delta chain allowed in the resulting pack"
14154msgstr "độ dài tối đa của chuỗi móc xích “delta” được phép trong gói kết quả"
14155
14156#: builtin/pack-objects.c:3261
14157msgid "reuse existing deltas"
14158msgstr "dùng lại các delta sẵn có"
14159
14160#: builtin/pack-objects.c:3263
14161msgid "reuse existing objects"
14162msgstr "dùng lại các đối tượng sẵn có"
14163
14164#: builtin/pack-objects.c:3265
14165msgid "use OFS_DELTA objects"
14166msgstr "dùng các đối tượng OFS_DELTA"
14167
14168#: builtin/pack-objects.c:3267
14169msgid "use threads when searching for best delta matches"
14170msgstr "sử dụng các tuyến trình khi tìm kiếm cho các mẫu khớp delta tốt nhất"
14171
14172#: builtin/pack-objects.c:3269
14173msgid "do not create an empty pack output"
14174msgstr "không thể tạo kết xuất gói trống rỗng"
14175
14176#: builtin/pack-objects.c:3271
14177msgid "read revision arguments from standard input"
14178msgstr " đọc tham số “revision” từ thiết bị nhập chuẩn"
14179
14180#: builtin/pack-objects.c:3273
14181msgid "limit the objects to those that are not yet packed"
14182msgstr "giới hạn các đối tượng thành những cái mà chúng vẫn chưa được đóng gói"
14183
14184#: builtin/pack-objects.c:3276
14185msgid "include objects reachable from any reference"
14186msgstr "bao gồm các đối tượng có thể đọc được từ bất kỳ tham chiếu nào"
14187
14188#: builtin/pack-objects.c:3279
14189msgid "include objects referred by reflog entries"
14190msgstr "bao gồm các đối tượng được tham chiếu bởi các mục reflog"
14191
14192#: builtin/pack-objects.c:3282
14193msgid "include objects referred to by the index"
14194msgstr "bao gồm các đối tượng được tham chiếu bởi mục lục"
14195
14196#: builtin/pack-objects.c:3285
14197msgid "output pack to stdout"
14198msgstr "xuất gói ra đầu ra tiêu chuẩn"
14199
14200#: builtin/pack-objects.c:3287
14201msgid "include tag objects that refer to objects to be packed"
14202msgstr "bao gồm các đối tượng tham chiếu đến các đối tượng được đóng gói"
14203
14204#: builtin/pack-objects.c:3289
14205msgid "keep unreachable objects"
14206msgstr "giữ lại các đối tượng không thể đọc được"
14207
14208#: builtin/pack-objects.c:3291
14209msgid "pack loose unreachable objects"
14210msgstr "pack mất các đối tượng không thể đọc được"
14211
14212#: builtin/pack-objects.c:3293
14213msgid "unpack unreachable objects newer than <time>"
14214msgstr ""
14215"xả nén (gỡ khỏi gói) các đối tượng không thể đọc được mới hơn <thời-gian>"
14216
14217#: builtin/pack-objects.c:3296
14218msgid "create thin packs"
14219msgstr "tạo gói nhẹ"
14220
14221#: builtin/pack-objects.c:3298
14222msgid "create packs suitable for shallow fetches"
14223msgstr "tạo gói để phù hợp cho lấy về nông (shallow)"
14224
14225#: builtin/pack-objects.c:3300
14226msgid "ignore packs that have companion .keep file"
14227msgstr "bỏ qua các gói mà nó có tập tin .keep đi kèm"
14228
14229#: builtin/pack-objects.c:3302
14230msgid "ignore this pack"
14231msgstr "bỏ qua gói này"
14232
14233#: builtin/pack-objects.c:3304
14234msgid "pack compression level"
14235msgstr "mức nén gói"
14236
14237#: builtin/pack-objects.c:3306
14238msgid "do not hide commits by grafts"
14239msgstr "không ẩn các lần chuyển giao bởi “grafts”"
14240
14241#: builtin/pack-objects.c:3308
14242msgid "use a bitmap index if available to speed up counting objects"
14243msgstr "dùng mục lục ánh xạ nếu có thể được để nâng cao tốc độ đếm đối tượng"
14244
14245#: builtin/pack-objects.c:3310
14246msgid "write a bitmap index together with the pack index"
14247msgstr "ghi một mục lục ánh xạ cùng với mục lục gói"
14248
14249#: builtin/pack-objects.c:3313
14250msgid "handling for missing objects"
14251msgstr "xử lý cho thiếu đối tượng"
14252
14253#: builtin/pack-objects.c:3316
14254msgid "do not pack objects in promisor packfiles"
14255msgstr "không thể đóng gói các đối tượng trong các tập tin gói hứa hẹn"
14256
14257#: builtin/pack-objects.c:3318
14258msgid "respect islands during delta compression"
14259msgstr "tôn trọng island trong suốt quá trình nén “delta”"
14260
14261#: builtin/pack-objects.c:3342
14262#, c-format
14263msgid "delta chain depth %d is too deep, forcing %d"
14264msgstr "mức sau xích delta %d là quá sâu, buộc dùng %d"
14265
14266#: builtin/pack-objects.c:3347
14267#, c-format
14268msgid "pack.deltaCacheLimit is too high, forcing %d"
14269msgstr "pack.deltaCacheLimit là quá cao, ép dùng %d"
14270
14271#: builtin/pack-objects.c:3401
14272msgid "--max-pack-size cannot be used to build a pack for transfer"
14273msgstr ""
14274"--max-pack-size không thể được sử dụng để xây dựng một gói để vận chuyển"
14275
14276#: builtin/pack-objects.c:3403
14277msgid "minimum pack size limit is 1 MiB"
14278msgstr "giới hạn kích thước tối thiểu của gói là 1 MiB"
14279
14280#: builtin/pack-objects.c:3408
14281msgid "--thin cannot be used to build an indexable pack"
14282msgstr "--thin không thể được dùng để xây dựng gói đánh mục lục được"
14283
14284#: builtin/pack-objects.c:3411
14285msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14286msgstr "--keep-unreachable và --unpack-unreachable xung khắc nhau"
14287
14288#: builtin/pack-objects.c:3417
14289msgid "cannot use --filter without --stdout"
14290msgstr "không thể dùng tùy chọn --filter mà không có --stdout"
14291
14292#: builtin/pack-objects.c:3476
14293msgid "Enumerating objects"
14294msgstr "Đánh số các đối tượng"
14295
14296#: builtin/pack-objects.c:3495
14297#, c-format
14298msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
14299msgstr "Tổng %<PRIu32> (delta %<PRIu32>), dùng lại %<PRIu32> (delta %<PRIu32>)"
14300
14301#: builtin/pack-refs.c:7
14302msgid "git pack-refs [<options>]"
14303msgstr "git pack-refs [<các-tùy-chọn>]"
14304
14305#: builtin/pack-refs.c:15
14306msgid "pack everything"
14307msgstr "đóng gói mọi thứ"
14308
14309#: builtin/pack-refs.c:16
14310msgid "prune loose refs (default)"
14311msgstr "prune (cắt cụt) những tham chiếu bị mất (mặc định)"
14312
14313#: builtin/prune-packed.c:9
14314msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
14315msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
14316
14317#: builtin/prune-packed.c:42
14318msgid "Removing duplicate objects"
14319msgstr "Đang gỡ các đối tượng trùng lặp"
14320
14321#: builtin/prune.c:12
14322msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
14323msgstr "git prune [-n] [-v] [--progress] [--expire <thời-gian>] [--] [<head>…]"
14324
14325#: builtin/prune.c:109
14326msgid "report pruned objects"
14327msgstr "báo cáo các đối tượng đã prune"
14328
14329#: builtin/prune.c:112
14330msgid "expire objects older than <time>"
14331msgstr "các đối tượng hết hạn cũ hơn khoảng <thời gian>"
14332
14333#: builtin/prune.c:114
14334msgid "limit traversal to objects outside promisor packfiles"
14335msgstr "giới hạn giao đến các đối tượng nằm ngoài các tập tin gói hứa hẹn"
14336
14337#: builtin/prune.c:129
14338msgid "cannot prune in a precious-objects repo"
14339msgstr "không thể tỉa bớt trong một kho đối_tượng_vĩ_đại"
14340
14341#: builtin/pull.c:60 builtin/pull.c:62
14342#, c-format
14343msgid "Invalid value for %s: %s"
14344msgstr "Giá trị không hợp lệ %s: %s"
14345
14346#: builtin/pull.c:82
14347msgid "git pull [<options>] [<repository> [<refspec>...]]"
14348msgstr "git pull [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"
14349
14350#: builtin/pull.c:133
14351msgid "control for recursive fetching of submodules"
14352msgstr "điều khiển việc lấy về đệ quy của các mô-đun-con"
14353
14354#: builtin/pull.c:137
14355msgid "Options related to merging"
14356msgstr "Các tùy chọn liên quan đến hòa trộn"
14357
14358#: builtin/pull.c:140
14359msgid "incorporate changes by rebasing rather than merging"
14360msgstr "các thay đổi hợp nhất bằng cải tổ thay vì hòa trộn"
14361
14362#: builtin/pull.c:167 builtin/rebase--interactive.c:147 builtin/revert.c:122
14363msgid "allow fast-forward"
14364msgstr "cho phép chuyển-tiếp-nhanh"
14365
14366#: builtin/pull.c:176
14367msgid "automatically stash/stash pop before and after rebase"
14368msgstr "tự động stash/stash pop tước và sau tu bổ (rebase)"
14369
14370#: builtin/pull.c:192
14371msgid "Options related to fetching"
14372msgstr "Các tùy chọn liên quan đến lệnh lấy về"
14373
14374#: builtin/pull.c:202
14375msgid "force overwrite of local branch"
14376msgstr "ép buộc ghi đè lên nhánh nội bộ"
14377
14378#: builtin/pull.c:210
14379msgid "number of submodules pulled in parallel"
14380msgstr "số lượng mô-đun-con được đẩy lên đồng thời"
14381
14382#: builtin/pull.c:305
14383#, c-format
14384msgid "Invalid value for pull.ff: %s"
14385msgstr "Giá trị không hợp lệ cho pull.ff: %s"
14386
14387#: builtin/pull.c:421
14388msgid ""
14389"There is no candidate for rebasing against among the refs that you just "
14390"fetched."
14391msgstr ""
14392"Ở đây không có ứng cử nào để cải tổ lại trong số các tham chiếu mà bạn vừa "
14393"lấy về."
14394
14395#: builtin/pull.c:423
14396msgid ""
14397"There are no candidates for merging among the refs that you just fetched."
14398msgstr ""
14399"Ở đây không có ứng cử nào để hòa trộn trong số các tham chiếu mà bạn vừa lấy "
14400"về."
14401
14402#: builtin/pull.c:424
14403msgid ""
14404"Generally this means that you provided a wildcard refspec which had no\n"
14405"matches on the remote end."
14406msgstr ""
14407"Đại thể điều này có nghĩa là bạn đã cung cấp đặc tả đường dẫn dạng dùng ký "
14408"tự\n"
14409"đại diện mà nó lại không khớp trên điểm cuối máy phục vụ."
14410
14411#: builtin/pull.c:427
14412#, c-format
14413msgid ""
14414"You asked to pull from the remote '%s', but did not specify\n"
14415"a branch. Because this is not the default configured remote\n"
14416"for your current branch, you must specify a branch on the command line."
14417msgstr ""
14418"Bạn yêu cầu pull từ máy dịch vụ “%s”, nhưng lại chưa chỉ định\n"
14419"nhánh nào. Bởi vì đây không phải là máy dịch vụ được cấu hình\n"
14420"theo mặc định cho nhánh hiện tại của bạn, bạn phải chỉ định\n"
14421"một nhánh trên dòng lệnh."
14422
14423#: builtin/pull.c:432 builtin/rebase.c:761 git-parse-remote.sh:73
14424msgid "You are not currently on a branch."
14425msgstr "Hiện tại bạn chẳng ở nhánh nào cả."
14426
14427#: builtin/pull.c:434 builtin/pull.c:449 git-parse-remote.sh:79
14428msgid "Please specify which branch you want to rebase against."
14429msgstr "Vui lòng chỉ định nhánh nào bạn muốn cải tổ lại."
14430
14431#: builtin/pull.c:436 builtin/pull.c:451 git-parse-remote.sh:82
14432msgid "Please specify which branch you want to merge with."
14433msgstr "Vui lòng chỉ định nhánh nào bạn muốn hòa trộn vào."
14434
14435#: builtin/pull.c:437 builtin/pull.c:452
14436msgid "See git-pull(1) for details."
14437msgstr "Xem git-pull(1) để biết thêm chi tiết."
14438
14439#: builtin/pull.c:439 builtin/pull.c:445 builtin/pull.c:454
14440#: builtin/rebase.c:767 git-parse-remote.sh:64
14441msgid "<remote>"
14442msgstr "<máy chủ>"
14443
14444#: builtin/pull.c:439 builtin/pull.c:454 builtin/pull.c:459
14445#: git-legacy-rebase.sh:556 git-parse-remote.sh:65
14446msgid "<branch>"
14447msgstr "<nhánh>"
14448
14449#: builtin/pull.c:447 builtin/rebase.c:759 git-parse-remote.sh:75
14450msgid "There is no tracking information for the current branch."
14451msgstr "Ở đây không có thông tin theo dõi cho nhánh hiện hành."
14452
14453#: builtin/pull.c:456 git-parse-remote.sh:95
14454msgid ""
14455"If you wish to set tracking information for this branch you can do so with:"
14456msgstr ""
14457"Nếu bạn muốn theo dõi thông tin cho nhánh này bạn có thể thực hiện bằng lệnh:"
14458
14459#: builtin/pull.c:461
14460#, c-format
14461msgid ""
14462"Your configuration specifies to merge with the ref '%s'\n"
14463"from the remote, but no such ref was fetched."
14464msgstr ""
14465"Các đặc tả cấu hình của bạn để hòa trộn với tham chiếu “%s”\n"
14466"từ máy dịch vụ, nhưng không có nhánh nào như thế được lấy về."
14467
14468#: builtin/pull.c:565
14469#, c-format
14470msgid "unable to access commit %s"
14471msgstr "không thể truy cập lần chuyển giao “%s”"
14472
14473#: builtin/pull.c:843
14474msgid "ignoring --verify-signatures for rebase"
14475msgstr "bỏ qua --verify-signatures khi rebase"
14476
14477#: builtin/pull.c:891
14478msgid "--[no-]autostash option is only valid with --rebase."
14479msgstr "tùy chọn --[no-]autostash chỉ hợp lệ khi dùng với --rebase."
14480
14481#: builtin/pull.c:899
14482msgid "Updating an unborn branch with changes added to the index."
14483msgstr ""
14484"Đang cập nhật một nhánh chưa được sinh ra với các thay đổi được thêm vào "
14485"bảng mục lục."
14486
14487#: builtin/pull.c:902
14488msgid "pull with rebase"
14489msgstr "pull với rebase"
14490
14491#: builtin/pull.c:903
14492msgid "please commit or stash them."
14493msgstr "xin hãy chuyển giao hoặc tạm cất (stash) chúng."
14494
14495#: builtin/pull.c:928
14496#, c-format
14497msgid ""
14498"fetch updated the current branch head.\n"
14499"fast-forwarding your working tree from\n"
14500"commit %s."
14501msgstr ""
14502"fetch đã cập nhật head nhánh hiện tại.\n"
14503"đang chuyển-tiếp-nhanh cây làm việc của bạn từ\n"
14504"lần chuyển giaot %s."
14505
14506#: builtin/pull.c:934
14507#, c-format
14508msgid ""
14509"Cannot fast-forward your working tree.\n"
14510"After making sure that you saved anything precious from\n"
14511"$ git diff %s\n"
14512"output, run\n"
14513"$ git reset --hard\n"
14514"to recover."
14515msgstr ""
14516"Không thể chuyển tiếp nhanh cây làm việc của bạn.\n"
14517"Sau khi chắc chắn rằng mình đã ghi lại mọi thứ\n"
14518"quý báu từ kết xuất của lệnh\n"
14519"$ git diff %s\n"
14520"chạy\n"
14521"$ git reset --hard\n"
14522"để khôi phục lại."
14523
14524#: builtin/pull.c:949
14525msgid "Cannot merge multiple branches into empty head."
14526msgstr "Không thể hòa trộn nhiều nhánh vào trong một head trống rỗng."
14527
14528#: builtin/pull.c:953
14529msgid "Cannot rebase onto multiple branches."
14530msgstr "Không thể thực hiện lệnh rebase (cải tổ) trên nhiều nhánh."
14531
14532#: builtin/pull.c:960
14533msgid "cannot rebase with locally recorded submodule modifications"
14534msgstr ""
14535"không thể cải tổ với các thay đổi mô-đun-con được ghi lại một cách cục bộ"
14536
14537#: builtin/push.c:19
14538msgid "git push [<options>] [<repository> [<refspec>...]]"
14539msgstr "git push [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"
14540
14541#: builtin/push.c:111
14542msgid "tag shorthand without <tag>"
14543msgstr "dùng tốc ký thẻ không có <thẻ>"
14544
14545#: builtin/push.c:121
14546msgid "--delete only accepts plain target ref names"
14547msgstr "--delete chỉ chấp nhận các tên tham chiếu dạng thường"
14548
14549#: builtin/push.c:165
14550msgid ""
14551"\n"
14552"To choose either option permanently, see push.default in 'git help config'."
14553msgstr ""
14554"\n"
14555"Để chọn mỗi tùy chọn một cách cố định, xem push.default trong “git help "
14556"config”."
14557
14558#: builtin/push.c:168
14559#, c-format
14560msgid ""
14561"The upstream branch of your current branch does not match\n"
14562"the name of your current branch.  To push to the upstream branch\n"
14563"on the remote, use\n"
14564"\n"
14565"    git push %s HEAD:%s\n"
14566"\n"
14567"To push to the branch of the same name on the remote, use\n"
14568"\n"
14569"    git push %s %s\n"
14570"%s"
14571msgstr ""
14572"Nhánh thượng nguồn của nhánh hiện tại của bạn không khớp\n"
14573"với tên của nhánh hiện tại của bạn.  Để đẩy lên đến nhánh thượng nguồn\n"
14574"trên máy chủ, sử dụng\n"
14575"\n"
14576"    git push %s HEAD:%s\n"
14577"\n"
14578"Để push tới nhánh cùng tên trên máy chủ, sử dụng\n"
14579"\n"
14580"    git push %s %s\n"
14581"%s"
14582
14583#: builtin/push.c:183
14584#, c-format
14585msgid ""
14586"You are not currently on a branch.\n"
14587"To push the history leading to the current (detached HEAD)\n"
14588"state now, use\n"
14589"\n"
14590"    git push %s HEAD:<name-of-remote-branch>\n"
14591msgstr ""
14592"Bạn hiện nay không ở một nhánh.\n"
14593"Để đẩy lịch sử lên trên trạng thái hiện hành (HEAD đã bị tách rời)\n"
14594"ngay bây giờ, sử dụng\n"
14595"\n"
14596"    git push %s HEAD:<tên-của-nhánh-máy-chủ>\n"
14597
14598#: builtin/push.c:197
14599#, c-format
14600msgid ""
14601"The current branch %s has no upstream branch.\n"
14602"To push the current branch and set the remote as upstream, use\n"
14603"\n"
14604"    git push --set-upstream %s %s\n"
14605msgstr ""
14606"Nhánh hiện tại %s không có nhánh thượng nguồn nào.\n"
14607"Để push (đẩy lên) nhánh hiện tại và đặt máy chủ này làm thượng nguồn "
14608"(upstream), sử dụng\n"
14609"\n"
14610"    git push --set-upstream %s %s\n"
14611
14612#: builtin/push.c:205
14613#, c-format
14614msgid "The current branch %s has multiple upstream branches, refusing to push."
14615msgstr "Nhánh hiện tại %s có nhiều nhánh thượng nguồn, từ chối push."
14616
14617#: builtin/push.c:208
14618#, c-format
14619msgid ""
14620"You are pushing to remote '%s', which is not the upstream of\n"
14621"your current branch '%s', without telling me what to push\n"
14622"to update which remote branch."
14623msgstr ""
14624"Bạn đang push (đẩy lên) máy chủ “%s”, mà nó không phải là thượng nguồn "
14625"(upstream) của\n"
14626"nhánh hiện tại “%s” của bạn, mà không báo cho tôi biết là cái gì được push\n"
14627"để cập nhật nhánh máy chủ nào."
14628
14629#: builtin/push.c:267
14630msgid ""
14631"You didn't specify any refspecs to push, and push.default is \"nothing\"."
14632msgstr ""
14633"Bạn đã không chỉ ra một refspecs nào để đẩy lên, và push.default là \"không "
14634"là gì cả\"."
14635
14636#: builtin/push.c:274
14637msgid ""
14638"Updates were rejected because the tip of your current branch is behind\n"
14639"its remote counterpart. Integrate the remote changes (e.g.\n"
14640"'git pull ...') before pushing again.\n"
14641"See the 'Note about fast-forwards' in 'git push --help' for details."
14642msgstr ""
14643"Việc cập nhật bị từ chối bởi vì đầu mút của nhánh hiện tại của bạn nằm đằng\n"
14644"sau bộ phận tương ứng của máy chủ. Hòa trộn với các thay đổi từ máy chủ\n"
14645"(v.d. \"git pull …\") trước khi đẩy lên lần nữa.\n"
14646"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "
14647"tiết."
14648
14649#: builtin/push.c:280
14650msgid ""
14651"Updates were rejected because a pushed branch tip is behind its remote\n"
14652"counterpart. Check out this branch and integrate the remote changes\n"
14653"(e.g. 'git pull ...') before pushing again.\n"
14654"See the 'Note about fast-forwards' in 'git push --help' for details."
14655msgstr ""
14656"Việc cập nhật bị từ chối bởi vì đầu mút của nhánh đã đẩy lên nằm đằng sau "
14657"bộ\n"
14658"phận tương ứng của máy chủ. Checkou nhánh này và hòa trộn với các thay đổi\n"
14659"từ máy chủ (v.d. “git pull …”) trước khi lại push lần nữa.\n"
14660"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "
14661"tiết."
14662
14663#: builtin/push.c:286
14664msgid ""
14665"Updates were rejected because the remote contains work that you do\n"
14666"not have locally. This is usually caused by another repository pushing\n"
14667"to the same ref. You may want to first integrate the remote changes\n"
14668"(e.g., 'git pull ...') before pushing again.\n"
14669"See the 'Note about fast-forwards' in 'git push --help' for details."
14670msgstr ""
14671"Việc cập nhật bị từ chối bởi vì máy chủ có chứa công việc mà bạn không\n"
14672"có ở máy nội bộ của mình. Lỗi này thường có nguyên nhân bởi kho khác đẩy\n"
14673"dữ liệu lên cùng một tham chiếu. Bạn có lẽ muốn hòa trộn với các thay đổi\n"
14674"từ máy chủ (v.d. “git pull…”) trước khi lại push lần nữa.\n"
14675"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "
14676"tiết."
14677
14678#: builtin/push.c:293
14679msgid "Updates were rejected because the tag already exists in the remote."
14680msgstr "Việc cập nhật bị từ chối bởi vì thẻ đã sẵn có từ trước trên máy chủ."
14681
14682#: builtin/push.c:296
14683msgid ""
14684"You cannot update a remote ref that points at a non-commit object,\n"
14685"or update a remote ref to make it point at a non-commit object,\n"
14686"without using the '--force' option.\n"
14687msgstr ""
14688"Không thể cập nhật một tham chiếu trên máy chủ mà nó chỉ đến đối tượng "
14689"không\n"
14690"phải là lần chuyển giao, hoặc cập nhật một tham chiếu máy chủ để nó chỉ đến "
14691"đối tượng\n"
14692"không phải chuyển giao, mà không sử dụng tùy chọn “--force”.\n"
14693
14694#: builtin/push.c:357
14695#, c-format
14696msgid "Pushing to %s\n"
14697msgstr "Đang đẩy lên %s\n"
14698
14699#: builtin/push.c:361
14700#, c-format
14701msgid "failed to push some refs to '%s'"
14702msgstr "gặp lỗi khi đẩy tới một số tham chiếu đến “%s”"
14703
14704#: builtin/push.c:395
14705#, c-format
14706msgid "bad repository '%s'"
14707msgstr "repository (kho) sai “%s”"
14708
14709#: builtin/push.c:396
14710msgid ""
14711"No configured push destination.\n"
14712"Either specify the URL from the command-line or configure a remote "
14713"repository using\n"
14714"\n"
14715"    git remote add <name> <url>\n"
14716"\n"
14717"and then push using the remote name\n"
14718"\n"
14719"    git push <name>\n"
14720msgstr ""
14721"Chưa cấu hình đích để đẩy lên.\n"
14722"Hoặc là chỉ ra URL từ dòng lệnh hoặc là cấu hình một kho máy chủ sử dụng\n"
14723"\n"
14724"    git remote add <tên> <url>\n"
14725"\n"
14726"và sau đó đẩy lên sử dụng tên máy chủ\n"
14727"\n"
14728"    git push <tên>\n"
14729
14730#: builtin/push.c:551
14731msgid "repository"
14732msgstr "kho"
14733
14734#: builtin/push.c:552 builtin/send-pack.c:164
14735msgid "push all refs"
14736msgstr "đẩy tất cả các tham chiếu"
14737
14738#: builtin/push.c:553 builtin/send-pack.c:166
14739msgid "mirror all refs"
14740msgstr "mirror tất cả các tham chiếu"
14741
14742#: builtin/push.c:555
14743msgid "delete refs"
14744msgstr "xóa các tham chiếu"
14745
14746#: builtin/push.c:556
14747msgid "push tags (can't be used with --all or --mirror)"
14748msgstr "đẩy các thẻ (không dùng cùng với --all hay --mirror)"
14749
14750#: builtin/push.c:559 builtin/send-pack.c:167
14751msgid "force updates"
14752msgstr "ép buộc cập nhật"
14753
14754#: builtin/push.c:561 builtin/send-pack.c:181
14755msgid "<refname>:<expect>"
14756msgstr "<tên-tham-chiếu>:<cần>"
14757
14758#: builtin/push.c:562 builtin/send-pack.c:182
14759msgid "require old value of ref to be at this value"
14760msgstr "yêu cầu giá-trị cũ của tham chiếu thì là giá-trị này"
14761
14762#: builtin/push.c:565
14763msgid "control recursive pushing of submodules"
14764msgstr "điều khiển việc đẩy lên (push) đệ qui của mô-đun-con"
14765
14766#: builtin/push.c:567 builtin/send-pack.c:175
14767msgid "use thin pack"
14768msgstr "tạo gói nhẹ"
14769
14770#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
14771#: builtin/send-pack.c:162
14772msgid "receive pack program"
14773msgstr "chương trình nhận gói"
14774
14775#: builtin/push.c:570
14776msgid "set upstream for git pull/status"
14777msgstr "đặt thượng nguồn cho git pull/status"
14778
14779#: builtin/push.c:573
14780msgid "prune locally removed refs"
14781msgstr "xén tỉa những tham chiếu bị gỡ bỏ"
14782
14783#: builtin/push.c:575
14784msgid "bypass pre-push hook"
14785msgstr "vòng qua móc tiền-đẩy (pre-push)"
14786
14787#: builtin/push.c:576
14788msgid "push missing but relevant tags"
14789msgstr "push phần bị thiếu nhưng các thẻ lại thích hợp"
14790
14791#: builtin/push.c:579 builtin/send-pack.c:169
14792msgid "GPG sign the push"
14793msgstr "ký lần đẩy dùng GPG"
14794
14795#: builtin/push.c:581 builtin/send-pack.c:176
14796msgid "request atomic transaction on remote side"
14797msgstr "yêu cầu giao dịch hạt nhân bên phía máy chủ"
14798
14799#: builtin/push.c:599
14800msgid "--delete is incompatible with --all, --mirror and --tags"
14801msgstr "--delete là xung khắc với các tùy chọn --all, --mirror và --tags"
14802
14803#: builtin/push.c:601
14804msgid "--delete doesn't make sense without any refs"
14805msgstr "--delete không hợp lý nếu không có bất kỳ tham chiếu nào"
14806
14807#: builtin/push.c:604
14808msgid "--all and --tags are incompatible"
14809msgstr "--all và --tags xung khắc nhau"
14810
14811#: builtin/push.c:606
14812msgid "--all can't be combined with refspecs"
14813msgstr "--all không thể được tổ hợp cùng với đặc tả đường dẫn"
14814
14815#: builtin/push.c:610
14816msgid "--mirror and --tags are incompatible"
14817msgstr "--mirror và --tags xung khắc nhau"
14818
14819#: builtin/push.c:612
14820msgid "--mirror can't be combined with refspecs"
14821msgstr "--mirror không thể được tổ hợp cùng với đặc tả đường dẫn"
14822
14823#: builtin/push.c:615
14824msgid "--all and --mirror are incompatible"
14825msgstr "--all và --mirror xung khắc nhau"
14826
14827#: builtin/push.c:634
14828msgid "push options must not have new line characters"
14829msgstr "các tùy chọn push phải không có ký tự dòng mới"
14830
14831#: builtin/range-diff.c:8
14832msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
14833msgstr ""
14834"git range-diff [<các-tùy-chọn>] <old-base>..<old-tip> <new-base>..<new-tip>"
14835
14836#: builtin/range-diff.c:9
14837msgid "git range-diff [<options>] <old-tip>...<new-tip>"
14838msgstr "git range-diff [<các-tùy-chọn>] <old-tip>…<new-tip>"
14839
14840#: builtin/range-diff.c:10
14841msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
14842msgstr "git range-diff [<các-tùy-chọn>] <base> <old-tip> <new-tip>"
14843
14844#: builtin/range-diff.c:21
14845msgid "Percentage by which creation is weighted"
14846msgstr "Tỷ lệ phần trăm cái tạo là weighted"
14847
14848#: builtin/range-diff.c:23
14849msgid "use simple diff colors"
14850msgstr "dùng màu diff đơn giản"
14851
14852#: builtin/range-diff.c:61 builtin/range-diff.c:65
14853#, c-format
14854msgid "no .. in range: '%s'"
14855msgstr "không có .. trong vùng: “%s”"
14856
14857#: builtin/range-diff.c:75
14858msgid "single arg format must be symmetric range"
14859msgstr "định dạng đối số đơn phải là một vùng đối xứng"
14860
14861#: builtin/range-diff.c:90
14862msgid "need two commit ranges"
14863msgstr "cần hai vùng lần chuyển giao"
14864
14865#: builtin/read-tree.c:40
14866msgid ""
14867"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
14868"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
14869"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
14870msgstr ""
14871"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<tiền-"
14872"tố>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "
14873"[--index-output=<tập-tin>] (--empty | <tree-ish1> [<tree-ish2> [<tree-"
14874"ish3>]])"
14875
14876#: builtin/read-tree.c:123
14877msgid "write resulting index to <file>"
14878msgstr "ghi mục lục kết quả vào <tập-tin>"
14879
14880#: builtin/read-tree.c:126
14881msgid "only empty the index"
14882msgstr "chỉ với bảng mục lục trống rỗng"
14883
14884#: builtin/read-tree.c:128
14885msgid "Merging"
14886msgstr "Hòa trộn"
14887
14888#: builtin/read-tree.c:130
14889msgid "perform a merge in addition to a read"
14890msgstr "thực hiện một hòa trộn thêm vào việc đọc"
14891
14892#: builtin/read-tree.c:132
14893msgid "3-way merge if no file level merging required"
14894msgstr ""
14895"hòa trộn kiểu “3-way” nếu không có tập tin mức hòa trộn nào được yêu cầu "
14896
14897#: builtin/read-tree.c:134
14898msgid "3-way merge in presence of adds and removes"
14899msgstr "hòa trộn 3-way trong sự hiện diện của “adds” và “removes”"
14900
14901#: builtin/read-tree.c:136
14902msgid "same as -m, but discard unmerged entries"
14903msgstr "giống với -m, nhưng bỏ qua các mục chưa được hòa trộn"
14904
14905#: builtin/read-tree.c:137
14906msgid "<subdirectory>/"
14907msgstr "<thư-mục-con>/"
14908
14909#: builtin/read-tree.c:138
14910msgid "read the tree into the index under <subdirectory>/"
14911msgstr "đọc cây vào trong bảng mục lục dưới <thư_mục_con>/"
14912
14913#: builtin/read-tree.c:141
14914msgid "update working tree with merge result"
14915msgstr "cập nhật cây làm việc với kết quả hòa trộn"
14916
14917#: builtin/read-tree.c:143
14918msgid "gitignore"
14919msgstr "gitignore"
14920
14921#: builtin/read-tree.c:144
14922msgid "allow explicitly ignored files to be overwritten"
14923msgstr "cho phép các tập tin rõ ràng bị lờ đi được ghi đè"
14924
14925#: builtin/read-tree.c:147
14926msgid "don't check the working tree after merging"
14927msgstr "không kiểm tra cây làm việc sau hòa trộn"
14928
14929#: builtin/read-tree.c:148
14930msgid "don't update the index or the work tree"
14931msgstr "không cập nhật bảng mục lục hay cây làm việc"
14932
14933#: builtin/read-tree.c:150
14934msgid "skip applying sparse checkout filter"
14935msgstr "bỏ qua áp dụng bộ lọc lấy ra (checkout) thưa thớt"
14936
14937#: builtin/read-tree.c:152
14938msgid "debug unpack-trees"
14939msgstr "gỡ lỗi “unpack-trees”"
14940
14941#: builtin/rebase.c:29
14942msgid ""
14943"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
14944"[<branch>]"
14945msgstr ""
14946"git rebase [-i] [các-tùy-chọn] [--exec <lệnh>] [--onto <newbase>] "
14947"[<upstream>] [<nhánh>]"
14948
14949#: builtin/rebase.c:31
14950msgid ""
14951"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
14952msgstr ""
14953"git rebase [-i] [các-tùy-chọn] [--exec <lệnh>] [--onto <newbase>] --root "
14954"[<nhánh>]"
14955
14956#: builtin/rebase.c:33
14957msgid "git rebase --continue | --abort | --skip | --edit-todo"
14958msgstr "git rebase --continue | --abort | --skip | --edit-todo"
14959
14960#: builtin/rebase.c:119
14961#, c-format
14962msgid "%s requires an interactive rebase"
14963msgstr "%s cần một cải tổ kiểu tương tác"
14964
14965#: builtin/rebase.c:171
14966#, c-format
14967msgid "could not get 'onto': '%s'"
14968msgstr "không thể đặt lấy “onto”: “%s”"
14969
14970#: builtin/rebase.c:186
14971#, c-format
14972msgid "invalid orig-head: '%s'"
14973msgstr "orig-head không hợp lệ: “%s”"
14974
14975#: builtin/rebase.c:214
14976#, c-format
14977msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
14978msgstr "đang bỏ qua allow_rerere_autoupdate không hợp lệ: “%s”"
14979
14980#: builtin/rebase.c:259
14981#, c-format
14982msgid "Could not read '%s'"
14983msgstr "Không thể đọc “%s”"
14984
14985#: builtin/rebase.c:277
14986#, c-format
14987msgid "Cannot store %s"
14988msgstr "Không thể lưu “%s”"
14989
14990#: builtin/rebase.c:337
14991msgid ""
14992"Resolve all conflicts manually, mark them as resolved with\n"
14993"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14994"You can instead skip this commit: run \"git rebase --skip\".\n"
14995"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14996"abort\"."
14997msgstr ""
14998"Giải quyết vấn đề này thủ công, hãy đanh dấu chúng đã được giải quyết bằng\n"
14999"hãy chạy lệnh \"git add/rm <các_tập_tin_xung_đột>\", sau đó chạy \"git "
15000"rebase --continue\".\n"
15001"Bạn có thể bỏ qua miếng vá, chạy \"git rebase --skip\".\n"
15002"Để bãi bỏ và quay trở lại trạng thái trước \"git rebase\", chạy \"git rebase "
15003"--abort\"."
15004
15005#: builtin/rebase.c:561
15006msgid "could not determine HEAD revision"
15007msgstr "không thể dò tìm điểm xét duyệt HEAD"
15008
15009#: builtin/rebase.c:753
15010#, c-format
15011msgid ""
15012"%s\n"
15013"Please specify which branch you want to rebase against.\n"
15014"See git-rebase(1) for details.\n"
15015"\n"
15016"    git rebase '<branch>'\n"
15017"\n"
15018msgstr ""
15019"%s\n"
15020"Vui lòng chỉ định nhánh nào bạn muốn cải tổ dựa vào.\n"
15021"Xem git-rebase(1) để biết thêm chi tiết.\n"
15022"\n"
15023"    git rebase “<nhánh>”\n"
15024"\n"
15025
15026#: builtin/rebase.c:769
15027#, c-format
15028msgid ""
15029"If you wish to set tracking information for this branch you can do so with:\n"
15030"\n"
15031"    git branch --set-upstream-to=%s/<branch> %s\n"
15032"\n"
15033msgstr ""
15034"Nếu bạn muốn theo dõi thông tin cho nhánh này bạn có thể thực hiện bằng "
15035"lệnh:\n"
15036"\n"
15037"    git branch --set-upstream-to=%s/<nhánh> %s\n"
15038"\n"
15039
15040#: builtin/rebase.c:815
15041msgid "rebase onto given branch instead of upstream"
15042msgstr "cải tổ vào nhánh đã cho thay cho thượng nguồn."
15043
15044#: builtin/rebase.c:817
15045msgid "allow pre-rebase hook to run"
15046msgstr "cho phép móc (hook) pre-rebase được chạy"
15047
15048#: builtin/rebase.c:819
15049msgid "be quiet. implies --no-stat"
15050msgstr "hãy im lặng. ý là --no-stat"
15051
15052#: builtin/rebase.c:822
15053msgid "display a diffstat of what changed upstream"
15054msgstr "hiển thị một diffstat của những thay đổi thượng nguồn"
15055
15056#: builtin/rebase.c:825
15057msgid "do not show diffstat of what changed upstream"
15058msgstr "đừng hiển thị diffstat của những thay đổi thượng nguồn"
15059
15060#: builtin/rebase.c:828
15061msgid "add a Signed-off-by: line to each commit"
15062msgstr "thêm dòng Signed-off-by: cho từng lần chuyển giao"
15063
15064#: builtin/rebase.c:830 builtin/rebase.c:834 builtin/rebase.c:836
15065msgid "passed to 'git am'"
15066msgstr "chuyển cho “git am”"
15067
15068#: builtin/rebase.c:838 builtin/rebase.c:840
15069msgid "passed to 'git apply'"
15070msgstr "chuyển cho “git apply”"
15071
15072#: builtin/rebase.c:842 builtin/rebase.c:845
15073msgid "cherry-pick all commits, even if unchanged"
15074msgstr ""
15075"cherry-pick tất cả các lần chuyển giao, ngay cả khi không có thay đổi gì"
15076
15077#: builtin/rebase.c:847
15078msgid "continue"
15079msgstr "tiếp tục"
15080
15081#: builtin/rebase.c:850
15082msgid "skip current patch and continue"
15083msgstr "bỏ qua miếng vá hiện hành và tiếp tục"
15084
15085#: builtin/rebase.c:852
15086msgid "abort and check out the original branch"
15087msgstr "bãi bỏ và lấy ra nhánh nguyên thủy"
15088
15089#: builtin/rebase.c:855
15090msgid "abort but keep HEAD where it is"
15091msgstr "bãi bỏ nhưng vẫn vẫn giữ HEAD chỉ đến nó"
15092
15093#: builtin/rebase.c:856
15094msgid "edit the todo list during an interactive rebase"
15095msgstr "sửa danh sách cần làm trong quá trình “rebase” (cải tổ) tương tác"
15096
15097#: builtin/rebase.c:859
15098msgid "show the patch file being applied or merged"
15099msgstr "hiển thị miếng vá đã được áp dụng hay hòa trộn"
15100
15101#: builtin/rebase.c:862
15102msgid "use merging strategies to rebase"
15103msgstr "dùng chiến lược hòa trộn để cải tổ"
15104
15105#: builtin/rebase.c:866
15106msgid "let the user edit the list of commits to rebase"
15107msgstr "để người dùng sửa danh sách các lần chuyển giao muốn cải tổ"
15108
15109#: builtin/rebase.c:870
15110msgid "try to recreate merges instead of ignoring them"
15111msgstr "thử khôi phục lại các hòa trộn thay vì bỏ qua chúng"
15112
15113#: builtin/rebase.c:874
15114msgid "allow rerere to update index  with resolved conflict"
15115msgstr ""
15116"cho phép rerere để cập nhật bảng mục lục với các xung đột đã được giải quyết"
15117
15118#: builtin/rebase.c:877
15119msgid "preserve empty commits during rebase"
15120msgstr "ngăn cấm các lần chuyển giao trống rỗng trong suốt quá trình cải tổ"
15121
15122#: builtin/rebase.c:879
15123msgid "move commits that begin with squash!/fixup! under -i"
15124msgstr "di chuyển các lần chuyển giao mà bắt đầu bằng squash!/fixup! dưới -i"
15125
15126#: builtin/rebase.c:885
15127msgid "automatically stash/stash pop before and after"
15128msgstr "tự động stash/stash pop trước và sau"
15129
15130#: builtin/rebase.c:887
15131msgid "add exec lines after each commit of the editable list"
15132msgstr "thêm các dòng thực thi sau từng lần chuyển giao của danh sách sửa được"
15133
15134#: builtin/rebase.c:891
15135msgid "allow rebasing commits with empty messages"
15136msgstr "chấp nhận cải tổ các chuyển giao mà không ghi chú gì"
15137
15138#: builtin/rebase.c:894
15139msgid "try to rebase merges instead of skipping them"
15140msgstr "cố thử cải tổ các hòa trộn thay vì bỏ qua chúng"
15141
15142#: builtin/rebase.c:897
15143msgid "use 'merge-base --fork-point' to refine upstream"
15144msgstr "dùng “merge-base --fork-point” để định nghĩa lại thượng nguồn"
15145
15146#: builtin/rebase.c:899
15147msgid "use the given merge strategy"
15148msgstr "dùng chiến lược hòa trộn đã cho"
15149
15150#: builtin/rebase.c:901 builtin/revert.c:111
15151msgid "option"
15152msgstr "tùy chọn"
15153
15154#: builtin/rebase.c:902
15155msgid "pass the argument through to the merge strategy"
15156msgstr "chuyển thao số đến chiến lược hòa trộn"
15157
15158#: builtin/rebase.c:905
15159msgid "rebase all reachable commits up to the root(s)"
15160msgstr "cải tổ tất các các lần chuyển giao cho đến root"
15161
15162#: builtin/rebase.c:921
15163#, c-format
15164msgid "could not exec %s"
15165msgstr "không thể thực thi %s"
15166
15167#: builtin/rebase.c:939 git-legacy-rebase.sh:213
15168msgid "It looks like 'git am' is in progress. Cannot rebase."
15169msgstr ""
15170"Hình như đang trong quá trình thực hiện lệnh “git-am”. Không thể rebase."
15171
15172#: builtin/rebase.c:980 git-legacy-rebase.sh:395
15173msgid "No rebase in progress?"
15174msgstr "Không có tiến trình rebase nào phải không?"
15175
15176#: builtin/rebase.c:983 git-legacy-rebase.sh:406
15177msgid "The --edit-todo action can only be used during interactive rebase."
15178msgstr ""
15179"Hành động “--edit-todo” chỉ có thể dùng trong quá trình “rebase” (sửa lịch "
15180"sử) tương tác."
15181
15182#: builtin/rebase.c:996 git-legacy-rebase.sh:413
15183msgid "Cannot read HEAD"
15184msgstr "Không thể đọc HEAD"
15185
15186#: builtin/rebase.c:1009 git-legacy-rebase.sh:416
15187msgid ""
15188"You must edit all merge conflicts and then\n"
15189"mark them as resolved using git add"
15190msgstr ""
15191"Bạn phải sửa tất cả các lần hòa trộn xung đột và sau\n"
15192"đó đánh dấu chúng là cần xử lý sử dụng lệnh git add"
15193
15194#: builtin/rebase.c:1027
15195msgid "could not discard worktree changes"
15196msgstr "không thể loại bỏ các thay đổi cây-làm-việc"
15197
15198#: builtin/rebase.c:1045
15199#, c-format
15200msgid "could not move back to %s"
15201msgstr "không thể quay trở lại %s"
15202
15203#: builtin/rebase.c:1056 builtin/rm.c:368
15204#, c-format
15205msgid "could not remove '%s'"
15206msgstr "không thể gỡ bỏ “%s”"
15207
15208#: builtin/rebase.c:1082
15209#, c-format
15210msgid ""
15211"It seems that there is already a %s directory, and\n"
15212"I wonder if you are in the middle of another rebase.  If that is the\n"
15213"case, please try\n"
15214"\t%s\n"
15215"If that is not the case, please\n"
15216"\t%s\n"
15217"and run me again.  I am stopping in case you still have something\n"
15218"valuable there.\n"
15219msgstr ""
15220"Hình như là ở đây sẵn có một thư mục %s, và\n"
15221"Tôi tự hỏi có phải bạn đang ở giữa một lệnh rebase khác. Nếu đúng là\n"
15222"như vậy, xin hãy thử\n"
15223"\t%s\n"
15224"Nếu không phải thế, hãy thử\n"
15225"\t%s\n"
15226"và chạy TÔI lần nữa. TÔI dừng lại trong trường hợp bạn vẫn\n"
15227"có một số thứ quý giá ở đây.\n"
15228
15229#: builtin/rebase.c:1103
15230msgid "switch `C' expects a numerical value"
15231msgstr "tùy chọn “%c” cần một giá trị bằng số"
15232
15233#: builtin/rebase.c:1140
15234#, c-format
15235msgid "Unknown mode: %s"
15236msgstr "Không hiểu chế độ: %s"
15237
15238#: builtin/rebase.c:1162
15239msgid "--strategy requires --merge or --interactive"
15240msgstr "--strategy cần --merge hay --interactive"
15241
15242#: builtin/rebase.c:1205
15243#, c-format
15244msgid ""
15245"error: cannot combine interactive options (--interactive, --exec, --rebase-"
15246"merges, --preserve-merges, --keep-empty, --root + --onto) with am options "
15247"(%s)"
15248msgstr ""
15249"lỗi: không thể tổ hợp các tùy chọn tương tác (--interactive, --exec, --"
15250"rebase-merges, --preserve-merges, --keep-empty, --root + --onto) với các tùy "
15251"chọn am (%s)"
15252
15253#: builtin/rebase.c:1210
15254#, c-format
15255msgid ""
15256"error: cannot combine merge options (--merge, --strategy, --strategy-option) "
15257"with am options (%s)"
15258msgstr ""
15259"lỗi: không thể kết hợp các tùy chọn hòa trộn (--merge, --strategy, --"
15260"strategy-option) với một tùy chọn am (%s)"
15261
15262#: builtin/rebase.c:1230 git-legacy-rebase.sh:536
15263msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"
15264msgstr "lỗi: không thể kết hợp “--preserve_merges” với “--rebase-merges”"
15265
15266#: builtin/rebase.c:1235 git-legacy-rebase.sh:542
15267msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"
15268msgstr "lỗi: không thể kết hợp “--rebase_merges” với “--strategy-option”"
15269
15270#: builtin/rebase.c:1238 git-legacy-rebase.sh:544
15271msgid "error: cannot combine '--rebase-merges' with '--strategy'"
15272msgstr "lỗi: không thể kết hợp “--rebase-merges” với “--strategy”"
15273
15274#: builtin/rebase.c:1262
15275#, c-format
15276msgid "invalid upstream '%s'"
15277msgstr "thượng nguồn không hợp lệ “%s”"
15278
15279#: builtin/rebase.c:1268
15280msgid "Could not create new root commit"
15281msgstr "Không thể tạo lần chuyển giao gốc mới"
15282
15283#: builtin/rebase.c:1286
15284#, c-format
15285msgid "'%s': need exactly one merge base"
15286msgstr "“%s”: cần chính xác một cơ sở hòa trộn"
15287
15288#: builtin/rebase.c:1293
15289#, c-format
15290msgid "Does not point to a valid commit '%s'"
15291msgstr "Không chỉ đến một lần chuyển giao không hợp lệ “%s”"
15292
15293#: builtin/rebase.c:1318
15294#, c-format
15295msgid "fatal: no such branch/commit '%s'"
15296msgstr "nghiêm trọng: không có nhánh/lần chuyển giao “%s” như thế"
15297
15298#: builtin/rebase.c:1326 builtin/submodule--helper.c:37
15299#: builtin/submodule--helper.c:1930
15300#, c-format
15301msgid "No such ref: %s"
15302msgstr "Không có tham chiếu nào như thế: %s"
15303
15304#: builtin/rebase.c:1338
15305msgid "Could not resolve HEAD to a revision"
15306msgstr "Không thể phân giải lần chuyển giao HEAD đến một điểm xét duyệt"
15307
15308#: builtin/rebase.c:1378 git-legacy-rebase.sh:665
15309msgid "Cannot autostash"
15310msgstr "Không thể autostash"
15311
15312#: builtin/rebase.c:1381
15313#, c-format
15314msgid "Unexpected stash response: '%s'"
15315msgstr "Gặp đáp ứng stash không cần: “%s”"
15316
15317#: builtin/rebase.c:1387
15318#, c-format
15319msgid "Could not create directory for '%s'"
15320msgstr "Không thể tạo thư mục cho “%s”"
15321
15322#: builtin/rebase.c:1390
15323#, c-format
15324msgid "Created autostash: %s\n"
15325msgstr "Đã tạo autostash: %s\n"
15326
15327#: builtin/rebase.c:1393
15328msgid "could not reset --hard"
15329msgstr "không thể reset --hard"
15330
15331#: builtin/rebase.c:1394 builtin/reset.c:113
15332#, c-format
15333msgid "HEAD is now at %s"
15334msgstr "HEAD hiện giờ tại %s"
15335
15336#: builtin/rebase.c:1410 git-legacy-rebase.sh:674
15337msgid "Please commit or stash them."
15338msgstr "Xin hãy chuyển giao hoặc tạm cất (stash) chúng."
15339
15340#: builtin/rebase.c:1437
15341#, c-format
15342msgid "could not parse '%s'"
15343msgstr "không thể phân tích cú pháp “%s”"
15344
15345#: builtin/rebase.c:1448
15346#, c-format
15347msgid "could not switch to %s"
15348msgstr "không thể chuyển đến %s"
15349
15350#: builtin/rebase.c:1459 git-legacy-rebase.sh:697
15351#, sh-format
15352msgid "HEAD is up to date."
15353msgstr "HEAD đã cập nhật."
15354
15355#: builtin/rebase.c:1461
15356#, c-format
15357msgid "Current branch %s is up to date.\n"
15358msgstr "Nhánh hiện tại %s đã được cập nhật rồi.\n"
15359
15360#: builtin/rebase.c:1469 git-legacy-rebase.sh:707
15361#, sh-format
15362msgid "HEAD is up to date, rebase forced."
15363msgstr "HEAD hiện đã được cập nhật rồi, bị ép buộc rebase."
15364
15365#: builtin/rebase.c:1471
15366#, c-format
15367msgid "Current branch %s is up to date, rebase forced.\n"
15368msgstr "Nhánh hiện tại %s đã được cập nhật rồi, lệnh rebase ép buộc.\n"
15369
15370#: builtin/rebase.c:1479 git-legacy-rebase.sh:208
15371msgid "The pre-rebase hook refused to rebase."
15372msgstr "Móc (hook) pre-rebase từ chối rebase."
15373
15374#: builtin/rebase.c:1485
15375#, c-format
15376msgid "Changes from %s to %s:\n"
15377msgstr "Thay đổi từ %s thành %s:\n"
15378
15379#: builtin/rebase.c:1508
15380#, c-format
15381msgid "First, rewinding head to replay your work on top of it...\n"
15382msgstr ""
15383"Trước tiên, di chuyển head để xem lại các công việc trên đỉnh của nó…\n"
15384
15385#: builtin/rebase.c:1514
15386msgid "Could not detach HEAD"
15387msgstr "Không thể tách rời HEAD"
15388
15389#: builtin/rebase.c:1523
15390#, c-format
15391msgid "Fast-forwarded %s to %s. \n"
15392msgstr "Chuyển-tiếp-nhanh %s đến %s. \n"
15393
15394#: builtin/rebase--interactive.c:24
15395msgid "no HEAD?"
15396msgstr "không HEAD?"
15397
15398#: builtin/rebase--interactive.c:51
15399#, c-format
15400msgid "could not create temporary %s"
15401msgstr "không thể tạo %s tạm thời"
15402
15403#: builtin/rebase--interactive.c:57
15404msgid "could not mark as interactive"
15405msgstr "không thể đánh dấu là tương tác"
15406
15407#: builtin/rebase--interactive.c:101
15408#, c-format
15409msgid "could not open %s"
15410msgstr "không thể mở %s"
15411
15412#: builtin/rebase--interactive.c:114
15413msgid "could not generate todo list"
15414msgstr "không thể tạo danh sách cần làm"
15415
15416#: builtin/rebase--interactive.c:129
15417msgid "git rebase--interactive [<options>]"
15418msgstr "git rebase--interactive [<các tùy chọn>]"
15419
15420#: builtin/rebase--interactive.c:148
15421msgid "keep empty commits"
15422msgstr "giữ lại các lần chuyển giao rỗng"
15423
15424#: builtin/rebase--interactive.c:150 builtin/revert.c:124
15425msgid "allow commits with empty messages"
15426msgstr "chấp nhận chuyển giao mà không ghi chú gì"
15427
15428#: builtin/rebase--interactive.c:151
15429msgid "rebase merge commits"
15430msgstr "cải tổ các lần chuyển giao hòa trộn"
15431
15432#: builtin/rebase--interactive.c:153
15433msgid "keep original branch points of cousins"
15434msgstr "giữ các điểm nhánh nguyên bản của các anh em họ"
15435
15436#: builtin/rebase--interactive.c:155
15437msgid "move commits that begin with squash!/fixup!"
15438msgstr "di chuyển các lần chuyển giao bắt đầu bằng squash!/fixup!"
15439
15440#: builtin/rebase--interactive.c:156
15441msgid "sign commits"
15442msgstr "ký các lần chuyển giao"
15443
15444#: builtin/rebase--interactive.c:158
15445msgid "continue rebase"
15446msgstr "tiếp tục cải tổ"
15447
15448#: builtin/rebase--interactive.c:160
15449msgid "skip commit"
15450msgstr "bỏ qua lần chuyển giao"
15451
15452#: builtin/rebase--interactive.c:161
15453msgid "edit the todo list"
15454msgstr "sửa danh sách cần làm"
15455
15456#: builtin/rebase--interactive.c:163
15457msgid "show the current patch"
15458msgstr "hiển thị miếng vá hiện hành"
15459
15460#: builtin/rebase--interactive.c:166
15461msgid "shorten commit ids in the todo list"
15462msgstr "rút ngắn mã chuyển giao trong danh sách cần làm"
15463
15464#: builtin/rebase--interactive.c:168
15465msgid "expand commit ids in the todo list"
15466msgstr "khai triển mã chuyển giao trong danh sách cần làm"
15467
15468#: builtin/rebase--interactive.c:170
15469msgid "check the todo list"
15470msgstr "kiểm tra danh sách cần làm"
15471
15472#: builtin/rebase--interactive.c:172
15473msgid "rearrange fixup/squash lines"
15474msgstr "sắp xếp lại các dòng fixup/squash"
15475
15476#: builtin/rebase--interactive.c:174
15477msgid "insert exec commands in todo list"
15478msgstr "chèn các lệnh thực thi trong danh sách cần làm"
15479
15480#: builtin/rebase--interactive.c:175
15481msgid "onto"
15482msgstr "lên trên"
15483
15484#: builtin/rebase--interactive.c:177
15485msgid "restrict-revision"
15486msgstr "điểm-xét-duyệt-hạn-chế"
15487
15488#: builtin/rebase--interactive.c:177
15489msgid "restrict revision"
15490msgstr "điểm xét duyệt hạn chế"
15491
15492#: builtin/rebase--interactive.c:178
15493msgid "squash-onto"
15494msgstr "squash-lên-trên"
15495
15496#: builtin/rebase--interactive.c:179
15497msgid "squash onto"
15498msgstr "squash lên trên"
15499
15500#: builtin/rebase--interactive.c:181
15501msgid "the upstream commit"
15502msgstr "lần chuyển giao thượng nguồn"
15503
15504#: builtin/rebase--interactive.c:182
15505msgid "head-name"
15506msgstr "tên-đầu"
15507
15508#: builtin/rebase--interactive.c:182
15509msgid "head name"
15510msgstr "tên đầu"
15511
15512#: builtin/rebase--interactive.c:187
15513msgid "rebase strategy"
15514msgstr "chiến lược cải tổ"
15515
15516#: builtin/rebase--interactive.c:188
15517msgid "strategy-opts"
15518msgstr "tùy-chọn-chiến-lược"
15519
15520#: builtin/rebase--interactive.c:189
15521msgid "strategy options"
15522msgstr "các tùy chọn chiến lược"
15523
15524#: builtin/rebase--interactive.c:190
15525msgid "switch-to"
15526msgstr "chuyển-đến"
15527
15528#: builtin/rebase--interactive.c:191
15529msgid "the branch or commit to checkout"
15530msgstr "nhánh hay lần chuyển giao lần lấy ra"
15531
15532#: builtin/rebase--interactive.c:192
15533msgid "onto-name"
15534msgstr "onto-name"
15535
15536#: builtin/rebase--interactive.c:192
15537msgid "onto name"
15538msgstr "tên lên trên"
15539
15540#: builtin/rebase--interactive.c:193
15541msgid "cmd"
15542msgstr "lệnh"
15543
15544#: builtin/rebase--interactive.c:193
15545msgid "the command to run"
15546msgstr "lệnh muốn chạy"
15547
15548#: builtin/rebase--interactive.c:220
15549msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15550msgstr "--[no-]rebase-cousins không có tác dụng khi không có --rebase-merges"
15551
15552#: builtin/rebase--interactive.c:226
15553msgid "a base commit must be provided with --upstream or --onto"
15554msgstr "lần chuyển giao cơ sỏ phải được chỉ định với --upstream hoặc --onto"
15555
15556#: builtin/receive-pack.c:33
15557msgid "git receive-pack <git-dir>"
15558msgstr "git receive-pack <thư-mục-git>"
15559
15560#: builtin/receive-pack.c:830
15561msgid ""
15562"By default, updating the current branch in a non-bare repository\n"
15563"is denied, because it will make the index and work tree inconsistent\n"
15564"with what you pushed, and will require 'git reset --hard' to match\n"
15565"the work tree to HEAD.\n"
15566"\n"
15567"You can set the 'receive.denyCurrentBranch' configuration variable\n"
15568"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
15569"its current branch; however, this is not recommended unless you\n"
15570"arranged to update its work tree to match what you pushed in some\n"
15571"other way.\n"
15572"\n"
15573"To squelch this message and still keep the default behaviour, set\n"
15574"'receive.denyCurrentBranch' configuration variable to 'refuse'."
15575msgstr ""
15576"Theo mặc định, việc cập nhật nhánh hiện tại trong một kho không-thuần\n"
15577"bị từ chối, bởi vì nó sẽ làm cho chỉ mục và cây làm việc mâu thuẫn với\n"
15578"cái mà bạn đẩy lên, và sẽ yêu cầu lệnh “git reset --hard” để mà làm\n"
15579"cho cây làm việc khớp với HEAD.\n"
15580"\n"
15581"Bạn có thể đặt biến cấu hình “receive.denyCurrentBranch” thành\n"
15582"“ignore” hay “warn” trong kho máy chủ để cho phép đẩy lên nhánh\n"
15583"hiện tại của nó; tuy nhiên, không nên làm như thế trừ phi bạn\n"
15584"sắp đặt để cập nhật cây làm việc của nó tương ứng với cái mà bạn đẩy\n"
15585"lên theo cách nào đó.\n"
15586"\n"
15587"Để chấm dứt lời nhắn này và vẫn giữ cách ứng xử mặc định, hãy đặt\n"
15588"biến cấu hình “receive.denyCurrentBranch” thành “refuse”."
15589
15590#: builtin/receive-pack.c:850
15591msgid ""
15592"By default, deleting the current branch is denied, because the next\n"
15593"'git clone' won't result in any file checked out, causing confusion.\n"
15594"\n"
15595"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
15596"'warn' or 'ignore' in the remote repository to allow deleting the\n"
15597"current branch, with or without a warning message.\n"
15598"\n"
15599"To squelch this message, you can set it to 'refuse'."
15600msgstr ""
15601"Theo mặc định, việc cập xóa nhánh hiện tại bị từ chối, bởi vì\n"
15602"lệnh “git clone” tiếp theo sẽ không có tác dụng trong việc lấy\n"
15603"ra bất kỳ tập tin nào, dẫn đến hỗn loạn\n"
15604"\n"
15605"Bạn có thể đặt biến cấu hình “receive.denyDeleteCurrent” thành\n"
15606"“warn” hay “ignore” trong kho máy chủ để cho phép đẩy xóa nhánh\n"
15607"hiện tại của nó có hoặc không cảnh báo.\n"
15608"\n"
15609"Để chấm dứt lời nhắn này, bạn hãy đặt nó thành “refuse”."
15610
15611#: builtin/receive-pack.c:1929
15612msgid "quiet"
15613msgstr "im lặng"
15614
15615#: builtin/receive-pack.c:1943
15616msgid "You must specify a directory."
15617msgstr "Bạn phải chỉ định thư mục."
15618
15619#: builtin/reflog.c:563 builtin/reflog.c:568
15620#, c-format
15621msgid "'%s' is not a valid timestamp"
15622msgstr "“%s” không phải là dấu thời gian hợp lệ"
15623
15624#: builtin/remote.c:16
15625msgid "git remote [-v | --verbose]"
15626msgstr "git remote [-v | --verbose]"
15627
15628#: builtin/remote.c:17
15629msgid ""
15630"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
15631"mirror=<fetch|push>] <name> <url>"
15632msgstr ""
15633"git remote add [-t <nhánh>] [-m <master>] [-f] [--tags|--no-tags] [--"
15634"mirror=<fetch|push>] <tên> <url>"
15635
15636#: builtin/remote.c:18 builtin/remote.c:38
15637msgid "git remote rename <old> <new>"
15638msgstr "git remote rename <tên-cũ> <tên-mới>"
15639
15640#: builtin/remote.c:19 builtin/remote.c:43
15641msgid "git remote remove <name>"
15642msgstr "git remote remove <tên>"
15643
15644#: builtin/remote.c:20 builtin/remote.c:48
15645msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
15646msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"
15647
15648#: builtin/remote.c:21
15649msgid "git remote [-v | --verbose] show [-n] <name>"
15650msgstr "git remote [-v | --verbose] show [-n] <tên>"
15651
15652#: builtin/remote.c:22
15653msgid "git remote prune [-n | --dry-run] <name>"
15654msgstr "git remote prune [-n | --dry-run] <tên>"
15655
15656#: builtin/remote.c:23
15657msgid ""
15658"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
15659msgstr ""
15660"git remote [-v | --verbose] update [-p | --prune] [(<nhóm> | <máy-chủ>)…]"
15661
15662#: builtin/remote.c:24
15663msgid "git remote set-branches [--add] <name> <branch>..."
15664msgstr "git remote set-branches [--add] <tên> <nhánh>…"
15665
15666#: builtin/remote.c:25 builtin/remote.c:74
15667msgid "git remote get-url [--push] [--all] <name>"
15668msgstr "git remote set-url [--push] [--all] <tên>"
15669
15670#: builtin/remote.c:26 builtin/remote.c:79
15671msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
15672msgstr "git remote set-url [--push] <tên> <url-mới> [<url-cũ>]"
15673
15674#: builtin/remote.c:27 builtin/remote.c:80
15675msgid "git remote set-url --add <name> <newurl>"
15676msgstr "git remote set-url --add <tên> <url-mới>"
15677
15678#: builtin/remote.c:28 builtin/remote.c:81
15679msgid "git remote set-url --delete <name> <url>"
15680msgstr "git remote set-url --delete <tên> <url>"
15681
15682#: builtin/remote.c:33
15683msgid "git remote add [<options>] <name> <url>"
15684msgstr "git remote add [<các-tùy-chọn>] <tên> <url>"
15685
15686#: builtin/remote.c:53
15687msgid "git remote set-branches <name> <branch>..."
15688msgstr "git remote set-branches <tên> <nhánh>…"
15689
15690#: builtin/remote.c:54
15691msgid "git remote set-branches --add <name> <branch>..."
15692msgstr "git remote set-branches --add <tên> <nhánh>…"
15693
15694#: builtin/remote.c:59
15695msgid "git remote show [<options>] <name>"
15696msgstr "git remote show [<các-tùy-chọn>] <tên>"
15697
15698#: builtin/remote.c:64
15699msgid "git remote prune [<options>] <name>"
15700msgstr "git remote prune [<các-tùy-chọn>] <tên>"
15701
15702#: builtin/remote.c:69
15703msgid "git remote update [<options>] [<group> | <remote>]..."
15704msgstr "git remote update [<các-tùy-chọn>] [<nhóm> | <máy-chủ>]…"
15705
15706#: builtin/remote.c:98
15707#, c-format
15708msgid "Updating %s"
15709msgstr "Đang cập nhật %s"
15710
15711#: builtin/remote.c:130
15712msgid ""
15713"--mirror is dangerous and deprecated; please\n"
15714"\t use --mirror=fetch or --mirror=push instead"
15715msgstr ""
15716"--mirror nguy hiểm và không dùng nữa; xin hãy\n"
15717"\t sử dụng tùy chọn --mirror=fetch hoặc --mirror=push để thay thế"
15718
15719#: builtin/remote.c:147
15720#, c-format
15721msgid "unknown mirror argument: %s"
15722msgstr "không hiểu tham số máy bản sao (mirror): %s"
15723
15724#: builtin/remote.c:163
15725msgid "fetch the remote branches"
15726msgstr "lấy về các nhánh từ máy chủ"
15727
15728#: builtin/remote.c:165
15729msgid "import all tags and associated objects when fetching"
15730msgstr "nhập vào tất cả các đối tượng thẻ và thành phần liên quan khi lấy về"
15731
15732#: builtin/remote.c:168
15733msgid "or do not fetch any tag at all (--no-tags)"
15734msgstr "hoặc không lấy về bất kỳ thẻ nào (--no-tags)"
15735
15736#: builtin/remote.c:170
15737msgid "branch(es) to track"
15738msgstr "các nhánh để theo dõi"
15739
15740#: builtin/remote.c:171
15741msgid "master branch"
15742msgstr "nhánh master"
15743
15744#: builtin/remote.c:173
15745msgid "set up remote as a mirror to push to or fetch from"
15746msgstr "đặt máy chủ (remote) như là một máy bản sao để push hay fetch từ đó"
15747
15748#: builtin/remote.c:185
15749msgid "specifying a master branch makes no sense with --mirror"
15750msgstr "đang chỉ định một nhánh master không hợp lý với tùy chọn --mirror"
15751
15752#: builtin/remote.c:187
15753msgid "specifying branches to track makes sense only with fetch mirrors"
15754msgstr "chỉ định những nhánh để theo dõi chỉ hợp lý với các “fetch mirror”"
15755
15756#: builtin/remote.c:194 builtin/remote.c:636
15757#, c-format
15758msgid "remote %s already exists."
15759msgstr "máy chủ %s đã tồn tại rồi."
15760
15761#: builtin/remote.c:198 builtin/remote.c:640
15762#, c-format
15763msgid "'%s' is not a valid remote name"
15764msgstr "“%s” không phải tên máy chủ hợp lệ"
15765
15766#: builtin/remote.c:238
15767#, c-format
15768msgid "Could not setup master '%s'"
15769msgstr "Không thể cài đặt nhánh master “%s”"
15770
15771#: builtin/remote.c:344
15772#, c-format
15773msgid "Could not get fetch map for refspec %s"
15774msgstr "Không thể lấy ánh xạ (map) fetch cho đặc tả tham chiếu %s"
15775
15776#: builtin/remote.c:443 builtin/remote.c:451
15777msgid "(matching)"
15778msgstr "(khớp)"
15779
15780#: builtin/remote.c:455
15781msgid "(delete)"
15782msgstr "(xóa)"
15783
15784#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
15785#, c-format
15786msgid "No such remote: '%s'"
15787msgstr "Không có máy chủ nào như vậy: “%s”"
15788
15789#: builtin/remote.c:646
15790#, c-format
15791msgid "Could not rename config section '%s' to '%s'"
15792msgstr "Không thể đổi tên phần của cấu hình từ “%s” thành “%s”"
15793
15794#: builtin/remote.c:666
15795#, c-format
15796msgid ""
15797"Not updating non-default fetch refspec\n"
15798"\t%s\n"
15799"\tPlease update the configuration manually if necessary."
15800msgstr ""
15801"Không cập nhật “non-default fetch respec”\n"
15802"\t%s\n"
15803"\tXin hãy cập nhật phần cấu hình một cách thủ công nếu thấy cần thiết."
15804
15805#: builtin/remote.c:702
15806#, c-format
15807msgid "deleting '%s' failed"
15808msgstr "gặp lỗi khi xóa “%s”"
15809
15810#: builtin/remote.c:736
15811#, c-format
15812msgid "creating '%s' failed"
15813msgstr "gặp lỗi khi tạo “%s”"
15814
15815#: builtin/remote.c:802
15816msgid ""
15817"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
15818"to delete it, use:"
15819msgid_plural ""
15820"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
15821"to delete them, use:"
15822msgstr[0] ""
15823"Chú ý: Một số nhánh nằm ngoài hệ thống refs/remotes/ đã không được gỡ bỏ "
15824"đi;\n"
15825"để xóa đi, sử dụng:"
15826
15827#: builtin/remote.c:816
15828#, c-format
15829msgid "Could not remove config section '%s'"
15830msgstr "Không thể gỡ bỏ phần cấu hình “%s”"
15831
15832#: builtin/remote.c:917
15833#, c-format
15834msgid " new (next fetch will store in remotes/%s)"
15835msgstr " mới (lần lấy về tiếp theo sẽ lưu trong remotes/%s)"
15836
15837#: builtin/remote.c:920
15838msgid " tracked"
15839msgstr " được theo dõi"
15840
15841#: builtin/remote.c:922
15842msgid " stale (use 'git remote prune' to remove)"
15843msgstr " cũ rích (dùng “git remote prune” để gỡ bỏ)"
15844
15845#: builtin/remote.c:924
15846msgid " ???"
15847msgstr " ???"
15848
15849#: builtin/remote.c:965
15850#, c-format
15851msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
15852msgstr "branch.%s.merge không hợp lệ; không thể cải tổ về phía > 1 nhánh"
15853
15854#: builtin/remote.c:974
15855#, c-format
15856msgid "rebases interactively onto remote %s"
15857msgstr "thực hiện rebase một cách tương tác trên máy chủ %s"
15858
15859#: builtin/remote.c:976
15860#, c-format
15861msgid "rebases interactively (with merges) onto remote %s"
15862msgstr ""
15863"thực hiện cải tổ (với các hòa trộn) một cách tương tác lên trên máy chủ %s"
15864
15865#: builtin/remote.c:979
15866#, c-format
15867msgid "rebases onto remote %s"
15868msgstr "thực hiện rebase trên máy chủ %s"
15869
15870#: builtin/remote.c:983
15871#, c-format
15872msgid " merges with remote %s"
15873msgstr " hòa trộn với máy chủ %s"
15874
15875#: builtin/remote.c:986
15876#, c-format
15877msgid "merges with remote %s"
15878msgstr "hòa trộn với máy chủ %s"
15879
15880#: builtin/remote.c:989
15881#, c-format
15882msgid "%-*s    and with remote %s\n"
15883msgstr "%-*s    và với máy chủ %s\n"
15884
15885#: builtin/remote.c:1032
15886msgid "create"
15887msgstr "tạo"
15888
15889#: builtin/remote.c:1035
15890msgid "delete"
15891msgstr "xóa"
15892
15893#: builtin/remote.c:1039
15894msgid "up to date"
15895msgstr "đã cập nhật"
15896
15897#: builtin/remote.c:1042
15898msgid "fast-forwardable"
15899msgstr "có-thể-chuyển-tiếp-nhanh"
15900
15901#: builtin/remote.c:1045
15902msgid "local out of date"
15903msgstr "dữ liệu nội bộ đã cũ"
15904
15905#: builtin/remote.c:1052
15906#, c-format
15907msgid "    %-*s forces to %-*s (%s)"
15908msgstr "    %-*s ép buộc thành %-*s (%s)"
15909
15910#: builtin/remote.c:1055
15911#, c-format
15912msgid "    %-*s pushes to %-*s (%s)"
15913msgstr "    %-*s đẩy lên thành %-*s (%s)"
15914
15915#: builtin/remote.c:1059
15916#, c-format
15917msgid "    %-*s forces to %s"
15918msgstr "    %-*s ép buộc thành %s"
15919
15920#: builtin/remote.c:1062
15921#, c-format
15922msgid "    %-*s pushes to %s"
15923msgstr "    %-*s đẩy lên thành %s"
15924
15925#: builtin/remote.c:1130
15926msgid "do not query remotes"
15927msgstr "không truy vấn các máy chủ"
15928
15929#: builtin/remote.c:1157
15930#, c-format
15931msgid "* remote %s"
15932msgstr "* máy chủ %s"
15933
15934#: builtin/remote.c:1158
15935#, c-format
15936msgid "  Fetch URL: %s"
15937msgstr "  URL để lấy về: %s"
15938
15939#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
15940msgid "(no URL)"
15941msgstr "(không có URL)"
15942
15943#. TRANSLATORS: the colon ':' should align
15944#. with the one in " Fetch URL: %s"
15945#. translation.
15946#.
15947#: builtin/remote.c:1173 builtin/remote.c:1175
15948#, c-format
15949msgid "  Push  URL: %s"
15950msgstr "  URL để đẩy lên: %s"
15951
15952#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
15953#, c-format
15954msgid "  HEAD branch: %s"
15955msgstr "  Nhánh HEAD: %s"
15956
15957#: builtin/remote.c:1177
15958msgid "(not queried)"
15959msgstr "(không yêu cầu)"
15960
15961#: builtin/remote.c:1179
15962msgid "(unknown)"
15963msgstr "(không hiểu)"
15964
15965#: builtin/remote.c:1183
15966#, c-format
15967msgid ""
15968"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
15969msgstr "  nhánh HEAD (HEAD máy chủ chưa rõ ràng, có lẽ là một trong số sau):\n"
15970
15971#: builtin/remote.c:1195
15972#, c-format
15973msgid "  Remote branch:%s"
15974msgid_plural "  Remote branches:%s"
15975msgstr[0] "  Những nhánh trên máy chủ:%s"
15976
15977#: builtin/remote.c:1198 builtin/remote.c:1224
15978msgid " (status not queried)"
15979msgstr " (trạng thái không được yêu cầu)"
15980
15981#: builtin/remote.c:1207
15982msgid "  Local branch configured for 'git pull':"
15983msgid_plural "  Local branches configured for 'git pull':"
15984msgstr[0] "  Những nhánh nội bộ đã được cấu hình cho lệnh “git pull”:"
15985
15986#: builtin/remote.c:1215
15987msgid "  Local refs will be mirrored by 'git push'"
15988msgstr "  refs nội bộ sẽ được phản chiếu bởi lệnh “git push”"
15989
15990#: builtin/remote.c:1221
15991#, c-format
15992msgid "  Local ref configured for 'git push'%s:"
15993msgid_plural "  Local refs configured for 'git push'%s:"
15994msgstr[0] "  Những tham chiếu nội bộ được cấu hình cho lệnh “git push”%s:"
15995
15996#: builtin/remote.c:1242
15997msgid "set refs/remotes/<name>/HEAD according to remote"
15998msgstr "đặt refs/remotes/<tên>/HEAD cho phù hợp với máy chủ"
15999
16000#: builtin/remote.c:1244
16001msgid "delete refs/remotes/<name>/HEAD"
16002msgstr "xóa refs/remotes/<tên>/HEAD"
16003
16004#: builtin/remote.c:1259
16005msgid "Cannot determine remote HEAD"
16006msgstr "Không thể xác định được HEAD máy chủ"
16007
16008#: builtin/remote.c:1261
16009msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16010msgstr "Nhiều nhánh HEAD máy chủ. Hãy chọn rõ ràng một:"
16011
16012#: builtin/remote.c:1271
16013#, c-format
16014msgid "Could not delete %s"
16015msgstr "Không thể xóa bỏ %s"
16016
16017#: builtin/remote.c:1279
16018#, c-format
16019msgid "Not a valid ref: %s"
16020msgstr "Không phải là tham chiếu hợp lệ: %s"
16021
16022#: builtin/remote.c:1281
16023#, c-format
16024msgid "Could not setup %s"
16025msgstr "Không thể cài đặt %s"
16026
16027#: builtin/remote.c:1299
16028#, c-format
16029msgid " %s will become dangling!"
16030msgstr " %s sẽ trở thành không đầu (không được quản lý)!"
16031
16032#: builtin/remote.c:1300
16033#, c-format
16034msgid " %s has become dangling!"
16035msgstr " %s đã trở thành không đầu (không được quản lý)!"
16036
16037#: builtin/remote.c:1310
16038#, c-format
16039msgid "Pruning %s"
16040msgstr "Đang xén bớt %s"
16041
16042#: builtin/remote.c:1311
16043#, c-format
16044msgid "URL: %s"
16045msgstr "URL: %s"
16046
16047#: builtin/remote.c:1327
16048#, c-format
16049msgid " * [would prune] %s"
16050msgstr " * [nên xén bớt] %s"
16051
16052#: builtin/remote.c:1330
16053#, c-format
16054msgid " * [pruned] %s"
16055msgstr " * [đã bị xén] %s"
16056
16057#: builtin/remote.c:1375
16058msgid "prune remotes after fetching"
16059msgstr "cắt máy chủ sau khi lấy về"
16060
16061#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16062#, c-format
16063msgid "No such remote '%s'"
16064msgstr "Không có máy chủ nào có tên “%s”"
16065
16066#: builtin/remote.c:1454
16067msgid "add branch"
16068msgstr "thêm nhánh"
16069
16070#: builtin/remote.c:1461
16071msgid "no remote specified"
16072msgstr "chưa chỉ ra máy chủ nào"
16073
16074#: builtin/remote.c:1478
16075msgid "query push URLs rather than fetch URLs"
16076msgstr "truy vấn đẩy URL thay vì lấy"
16077
16078#: builtin/remote.c:1480
16079msgid "return all URLs"
16080msgstr "trả về mọi URL"
16081
16082#: builtin/remote.c:1508
16083#, c-format
16084msgid "no URLs configured for remote '%s'"
16085msgstr "không có URL nào được cấu hình cho nhánh “%s”"
16086
16087#: builtin/remote.c:1534
16088msgid "manipulate push URLs"
16089msgstr "đẩy các “URL” bằng tay"
16090
16091#: builtin/remote.c:1536
16092msgid "add URL"
16093msgstr "thêm URL"
16094
16095#: builtin/remote.c:1538
16096msgid "delete URLs"
16097msgstr "xóa URLs"
16098
16099#: builtin/remote.c:1545
16100msgid "--add --delete doesn't make sense"
16101msgstr "--add --delete không hợp lý"
16102
16103#: builtin/remote.c:1584
16104#, c-format
16105msgid "Invalid old URL pattern: %s"
16106msgstr "Kiểu mẫu URL cũ không hợp lệ: %s"
16107
16108#: builtin/remote.c:1592
16109#, c-format
16110msgid "No such URL found: %s"
16111msgstr "Không tìm thấy URL như vậy: %s"
16112
16113#: builtin/remote.c:1594
16114msgid "Will not delete all non-push URLs"
16115msgstr "Sẽ không xóa những địa chỉ URL không-push"
16116
16117#: builtin/remote.c:1610
16118msgid "be verbose; must be placed before a subcommand"
16119msgstr "chi tiết; phải được đặt trước một lệnh-con"
16120
16121#: builtin/remote.c:1641
16122#, c-format
16123msgid "Unknown subcommand: %s"
16124msgstr "Không hiểu câu lệnh con: %s"
16125
16126#: builtin/repack.c:22
16127msgid "git repack [<options>]"
16128msgstr "git repack [<các-tùy-chọn>]"
16129
16130#: builtin/repack.c:27
16131msgid ""
16132"Incremental repacks are incompatible with bitmap indexes.  Use\n"
16133"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16134msgstr ""
16135"Gia tăng repack là không tương thích với chỉ mục bitmap. Dùng\n"
16136"--no-write-bitmap-index hay tắt cấu hình pack.writebitmaps."
16137
16138#: builtin/repack.c:294
16139msgid "pack everything in a single pack"
16140msgstr "đóng gói mọi thứ trong một gói đơn"
16141
16142#: builtin/repack.c:296
16143msgid "same as -a, and turn unreachable objects loose"
16144msgstr "giống với -a, và chỉnh sửa các đối tượng không đọc được thiếu sót"
16145
16146#: builtin/repack.c:299
16147msgid "remove redundant packs, and run git-prune-packed"
16148msgstr "xóa bỏ các gói dư thừa, và chạy git-prune-packed"
16149
16150#: builtin/repack.c:301
16151msgid "pass --no-reuse-delta to git-pack-objects"
16152msgstr "chuyển --no-reuse-delta cho git-pack-objects"
16153
16154#: builtin/repack.c:303
16155msgid "pass --no-reuse-object to git-pack-objects"
16156msgstr "chuyển --no-reuse-object cho git-pack-objects"
16157
16158#: builtin/repack.c:305
16159msgid "do not run git-update-server-info"
16160msgstr "không chạy git-update-server-info"
16161
16162#: builtin/repack.c:308
16163msgid "pass --local to git-pack-objects"
16164msgstr "chuyển --local cho git-pack-objects"
16165
16166#: builtin/repack.c:310
16167msgid "write bitmap index"
16168msgstr "ghi mục lục ánh xạ"
16169
16170#: builtin/repack.c:312
16171msgid "pass --delta-islands to git-pack-objects"
16172msgstr "chuyển --delta-islands cho git-pack-objects"
16173
16174#: builtin/repack.c:313
16175msgid "approxidate"
16176msgstr "ngày ước tính"
16177
16178#: builtin/repack.c:314
16179msgid "with -A, do not loosen objects older than this"
16180msgstr "với -A, các đối tượng cũ hơn khoảng thời gian này thì không bị mất"
16181
16182#: builtin/repack.c:316
16183msgid "with -a, repack unreachable objects"
16184msgstr "với -a, đóng gói lại các đối tượng không thể đọc được"
16185
16186#: builtin/repack.c:318
16187msgid "size of the window used for delta compression"
16188msgstr "kích thước cửa sổ được dùng cho nén “delta”"
16189
16190#: builtin/repack.c:319 builtin/repack.c:325
16191msgid "bytes"
16192msgstr "byte"
16193
16194#: builtin/repack.c:320
16195msgid "same as the above, but limit memory size instead of entries count"
16196msgstr "giống như trên, nhưng giới hạn kích thước bộ nhớ hay vì số lượng"
16197
16198#: builtin/repack.c:322
16199msgid "limits the maximum delta depth"
16200msgstr "giới hạn độ sâu tối đa của “delta”"
16201
16202#: builtin/repack.c:324
16203msgid "limits the maximum number of threads"
16204msgstr "giới hạn số lượng tối đa tuyến trình"
16205
16206#: builtin/repack.c:326
16207msgid "maximum size of each packfile"
16208msgstr "kích thước tối đa cho từng tập tin gói"
16209
16210#: builtin/repack.c:328
16211msgid "repack objects in packs marked with .keep"
16212msgstr "đóng gói lại các đối tượng trong các gói đã đánh dấu bằng .keep"
16213
16214#: builtin/repack.c:330
16215msgid "do not repack this pack"
16216msgstr "đừng đóng gói lại gói này"
16217
16218#: builtin/repack.c:340
16219msgid "cannot delete packs in a precious-objects repo"
16220msgstr "không thể xóa các gói trong một kho đối_tượng_vĩ_đại"
16221
16222#: builtin/repack.c:344
16223msgid "--keep-unreachable and -A are incompatible"
16224msgstr "--keep-unreachable và -A xung khắc nhau"
16225
16226#: builtin/repack.c:527
16227#, c-format
16228msgid "failed to remove '%s'"
16229msgstr "gặp lỗi khi gỡ bỏ “%s”"
16230
16231#: builtin/replace.c:22
16232msgid "git replace [-f] <object> <replacement>"
16233msgstr "git replace [-f] <đối-tượng> <thay-thế>"
16234
16235#: builtin/replace.c:23
16236msgid "git replace [-f] --edit <object>"
16237msgstr "git replace [-f] --edit <đối tượng>"
16238
16239#: builtin/replace.c:24
16240msgid "git replace [-f] --graft <commit> [<parent>...]"
16241msgstr "git replace [-f] --graft <lần_chuyển_giao> [<cha_mẹ>…]"
16242
16243#: builtin/replace.c:25
16244msgid "git replace [-f] --convert-graft-file"
16245msgstr "git replace [-f] --convert-graft-file"
16246
16247#: builtin/replace.c:26
16248msgid "git replace -d <object>..."
16249msgstr "git replace -d <đối tượng>…"
16250
16251#: builtin/replace.c:27
16252msgid "git replace [--format=<format>] [-l [<pattern>]]"
16253msgstr "git replace [--format=<định_dạng>] [-l [<mẫu>]]"
16254
16255#: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
16256#, c-format
16257msgid "failed to resolve '%s' as a valid ref"
16258msgstr "gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ"
16259
16260#: builtin/replace.c:86
16261#, c-format
16262msgid ""
16263"invalid replace format '%s'\n"
16264"valid formats are 'short', 'medium' and 'long'"
16265msgstr ""
16266"định dạng thay thế không hợp lệ “%s”\n"
16267"định dạng hợp lệ là “short”, “medium” và “long”"
16268
16269#: builtin/replace.c:121
16270#, c-format
16271msgid "replace ref '%s' not found"
16272msgstr "không tìm thấy tham chiếu thay thế “%s”"
16273
16274#: builtin/replace.c:137
16275#, c-format
16276msgid "Deleted replace ref '%s'"
16277msgstr "Đã xóa tham chiếu thay thế “%s”"
16278
16279#: builtin/replace.c:149
16280#, c-format
16281msgid "'%s' is not a valid ref name"
16282msgstr "“%s” không phải tên tham chiếu hợp lệ"
16283
16284#: builtin/replace.c:154
16285#, c-format
16286msgid "replace ref '%s' already exists"
16287msgstr "tham chiếu thay thế “%s” đã tồn tại rồi"
16288
16289#: builtin/replace.c:174
16290#, c-format
16291msgid ""
16292"Objects must be of the same type.\n"
16293"'%s' points to a replaced object of type '%s'\n"
16294"while '%s' points to a replacement object of type '%s'."
16295msgstr ""
16296"Các đối tượng phải cùng kiểu.\n"
16297"“%s” chỉ đến đối tượng thay thế của kiểu “%s”\n"
16298"trong khi “%s” chỉ đến đối tượng tham chiếu của kiểu “%s”."
16299
16300#: builtin/replace.c:225
16301#, c-format
16302msgid "unable to open %s for writing"
16303msgstr "không thể mở “%s” để ghi"
16304
16305#: builtin/replace.c:238
16306msgid "cat-file reported failure"
16307msgstr "cat-file đã báo cáo gặp lỗi nghiêm trọng"
16308
16309#: builtin/replace.c:254
16310#, c-format
16311msgid "unable to open %s for reading"
16312msgstr "không thể mở “%s” để đọc"
16313
16314#: builtin/replace.c:268
16315msgid "unable to spawn mktree"
16316msgstr "không thể spawn mktree"
16317
16318#: builtin/replace.c:272
16319msgid "unable to read from mktree"
16320msgstr "không thể đọc từ mktree"
16321
16322#: builtin/replace.c:281
16323msgid "mktree reported failure"
16324msgstr "mktree đã báo cáo gặp lỗi nghiêm trọng"
16325
16326#: builtin/replace.c:285
16327msgid "mktree did not return an object name"
16328msgstr "mktree đã không trả về một tên đối tượng"
16329
16330#: builtin/replace.c:294
16331#, c-format
16332msgid "unable to fstat %s"
16333msgstr "không thể fstat %s"
16334
16335#: builtin/replace.c:299
16336msgid "unable to write object to database"
16337msgstr "không thể ghi đối tượng vào cơ sở dữ liệu"
16338
16339#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
16340#: builtin/replace.c:445
16341#, c-format
16342msgid "not a valid object name: '%s'"
16343msgstr "không phải là tên đối tượng hợp lệ: “%s”"
16344
16345#: builtin/replace.c:322
16346#, c-format
16347msgid "unable to get object type for %s"
16348msgstr "không thể lấy kiểu đối tượng cho %s"
16349
16350#: builtin/replace.c:338
16351msgid "editing object file failed"
16352msgstr "việc sửa tập tin đối tượng gặp lỗi"
16353
16354#: builtin/replace.c:347
16355#, c-format
16356msgid "new object is the same as the old one: '%s'"
16357msgstr "đối tượng mới là giống với cái cũ: “%s”"
16358
16359#: builtin/replace.c:407
16360#, c-format
16361msgid "bad mergetag in commit '%s'"
16362msgstr "thẻ hòa trộn sai trong lần chuyển giao “%s”"
16363
16364#: builtin/replace.c:409
16365#, c-format
16366msgid "malformed mergetag in commit '%s'"
16367msgstr "thẻ hòa trộn không đúng dạng ở lần chuyển giao “%s”"
16368
16369#: builtin/replace.c:421
16370#, c-format
16371msgid ""
16372"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
16373"instead of --graft"
16374msgstr ""
16375"lần chuyển giao gốc “%s” có chứa thẻ hòa trộn “%s” cái mà bị loại bỏ; dùng "
16376"tùy chọn --edit thay cho --graft"
16377
16378#: builtin/replace.c:460
16379#, c-format
16380msgid "the original commit '%s' has a gpg signature"
16381msgstr "lần chuyển giao gốc “%s” có chữ ký GPG"
16382
16383#: builtin/replace.c:461
16384msgid "the signature will be removed in the replacement commit!"
16385msgstr "chữ ký sẽ được bỏ đi trong lần chuyển giao thay thế!"
16386
16387#: builtin/replace.c:471
16388#, c-format
16389msgid "could not write replacement commit for: '%s'"
16390msgstr "không thể ghi lần chuyển giao thay thế cho: “%s”"
16391
16392#: builtin/replace.c:479
16393#, c-format
16394msgid "graft for '%s' unnecessary"
16395msgstr "graft cho “%s” không cần thiết"
16396
16397#: builtin/replace.c:482
16398#, c-format
16399msgid "new commit is the same as the old one: '%s'"
16400msgstr "lần chuyển giao mới là giống với cái cũ: “%s”"
16401
16402#: builtin/replace.c:514
16403#, c-format
16404msgid ""
16405"could not convert the following graft(s):\n"
16406"%s"
16407msgstr ""
16408"Không thể chuyển đổi các graft sau đây:\n"
16409"%s"
16410
16411#: builtin/replace.c:535
16412msgid "list replace refs"
16413msgstr "liệt kê các refs thay thế"
16414
16415#: builtin/replace.c:536
16416msgid "delete replace refs"
16417msgstr "xóa tham chiếu thay thế"
16418
16419#: builtin/replace.c:537
16420msgid "edit existing object"
16421msgstr "sửa đối tượng sẵn có"
16422
16423#: builtin/replace.c:538
16424msgid "change a commit's parents"
16425msgstr "thay đổi cha mẹ của lần chuyển giao"
16426
16427#: builtin/replace.c:539
16428msgid "convert existing graft file"
16429msgstr "chuyển đổi các tập tin graft sẵn có"
16430
16431#: builtin/replace.c:540
16432msgid "replace the ref if it exists"
16433msgstr "thay thế tham chiếu nếu nó đã sẵn có"
16434
16435#: builtin/replace.c:542
16436msgid "do not pretty-print contents for --edit"
16437msgstr "đừng in đẹp các nội dung cho --edit"
16438
16439#: builtin/replace.c:543
16440msgid "use this format"
16441msgstr "dùng định dạng này"
16442
16443#: builtin/replace.c:556
16444msgid "--format cannot be used when not listing"
16445msgstr "--format không thể được dùng khi không liệt kê gì"
16446
16447#: builtin/replace.c:564
16448msgid "-f only makes sense when writing a replacement"
16449msgstr "-f chỉ hợp lý khi ghi một cái thay thế"
16450
16451#: builtin/replace.c:568
16452msgid "--raw only makes sense with --edit"
16453msgstr "--raw chỉ hợp lý với --edit"
16454
16455#: builtin/replace.c:574
16456msgid "-d needs at least one argument"
16457msgstr "-d cần ít nhất một tham số"
16458
16459#: builtin/replace.c:580
16460msgid "bad number of arguments"
16461msgstr "số đối số không đúng"
16462
16463#: builtin/replace.c:586
16464msgid "-e needs exactly one argument"
16465msgstr "-e cần chính các là một đối số"
16466
16467#: builtin/replace.c:592
16468msgid "-g needs at least one argument"
16469msgstr "-q cần ít nhất một tham số"
16470
16471#: builtin/replace.c:598
16472msgid "--convert-graft-file takes no argument"
16473msgstr "--convert-graft-file không nhận đối số"
16474
16475#: builtin/replace.c:604
16476msgid "only one pattern can be given with -l"
16477msgstr "chỉ một mẫu được chỉ ra với tùy chọn -l"
16478
16479#: builtin/rerere.c:13
16480msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
16481msgstr ""
16482"git rerere [clear | forget <đường dẫn>… | status | remaining | diff | gc]"
16483
16484#: builtin/rerere.c:60
16485msgid "register clean resolutions in index"
16486msgstr "sổ ghi dọn sạch các phân giải trong bản mục lục"
16487
16488#: builtin/rerere.c:79
16489msgid "'git rerere forget' without paths is deprecated"
16490msgstr "“git rerere forget” mà không có các đường dẫn là đã lạc hậu"
16491
16492#: builtin/rerere.c:111
16493#, c-format
16494msgid "unable to generate diff for '%s'"
16495msgstr "không thể tạo khác biệt cho “%s”"
16496
16497#: builtin/reset.c:31
16498msgid ""
16499"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
16500msgstr ""
16501"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
16502
16503#: builtin/reset.c:32
16504msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
16505msgstr "git reset [-q] [<tree-ish>] [--] <đường-dẫn>…"
16506
16507#: builtin/reset.c:33
16508msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
16509msgstr "git reset --patch [<tree-ish>] [--] [<các-đường-dẫn>…]"
16510
16511#: builtin/reset.c:39
16512msgid "mixed"
16513msgstr "pha trộn"
16514
16515#: builtin/reset.c:39
16516msgid "soft"
16517msgstr "mềm"
16518
16519#: builtin/reset.c:39
16520msgid "hard"
16521msgstr "cứng"
16522
16523#: builtin/reset.c:39
16524msgid "merge"
16525msgstr "hòa trộn"
16526
16527#: builtin/reset.c:39
16528msgid "keep"
16529msgstr "giữ lại"
16530
16531#: builtin/reset.c:80
16532msgid "You do not have a valid HEAD."
16533msgstr "Bạn không có HEAD nào hợp lệ."
16534
16535#: builtin/reset.c:82
16536msgid "Failed to find tree of HEAD."
16537msgstr "Gặp lỗi khi tìm cây của HEAD."
16538
16539#: builtin/reset.c:88
16540#, c-format
16541msgid "Failed to find tree of %s."
16542msgstr "Gặp lỗi khi tìm cây của %s."
16543
16544#: builtin/reset.c:192
16545#, c-format
16546msgid "Cannot do a %s reset in the middle of a merge."
16547msgstr "Không thể thực hiện một %s reset ở giữa của quá trình hòa trộn."
16548
16549#: builtin/reset.c:292
16550msgid "be quiet, only report errors"
16551msgstr "làm việc ở chế độ im lặng, chỉ hiển thị khi có lỗi"
16552
16553#: builtin/reset.c:294
16554msgid "reset HEAD and index"
16555msgstr "đặt lại (reset) HEAD và bảng mục lục"
16556
16557#: builtin/reset.c:295
16558msgid "reset only HEAD"
16559msgstr "chỉ đặt lại (reset) HEAD"
16560
16561#: builtin/reset.c:297 builtin/reset.c:299
16562msgid "reset HEAD, index and working tree"
16563msgstr "đặt lại HEAD, bảng mục lục và cây làm việc"
16564
16565#: builtin/reset.c:301
16566msgid "reset HEAD but keep local changes"
16567msgstr "đặt lại HEAD nhưng giữ lại các thay đổi nội bộ"
16568
16569#: builtin/reset.c:307
16570msgid "record only the fact that removed paths will be added later"
16571msgstr "chỉ ghi lại những đường dẫn thực sự sẽ được thêm vào sau này"
16572
16573#: builtin/reset.c:325
16574#, c-format
16575msgid "Failed to resolve '%s' as a valid revision."
16576msgstr "Gặp lỗi khi phân giải “%s” như là điểm xét duyệt hợp lệ."
16577
16578#: builtin/reset.c:333
16579#, c-format
16580msgid "Failed to resolve '%s' as a valid tree."
16581msgstr "Gặp lỗi khi phân giải “%s” như là một cây (tree) hợp lệ."
16582
16583#: builtin/reset.c:342
16584msgid "--patch is incompatible with --{hard,mixed,soft}"
16585msgstr "--patch xung khắc với --{hard,mixed,soft}"
16586
16587#: builtin/reset.c:351
16588msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
16589msgstr ""
16590"--mixed với các đường dẫn không còn dùng nữa; hãy thay thế bằng lệnh “git "
16591"reset -- <đường_dẫn>”."
16592
16593#: builtin/reset.c:353
16594#, c-format
16595msgid "Cannot do %s reset with paths."
16596msgstr "Không thể thực hiện lệnh %s reset với các đường dẫn."
16597
16598#: builtin/reset.c:363
16599#, c-format
16600msgid "%s reset is not allowed in a bare repository"
16601msgstr "%s reset không được phép trên kho thuần"
16602
16603#: builtin/reset.c:367
16604msgid "-N can only be used with --mixed"
16605msgstr "-N chỉ được dùng khi có --mixed"
16606
16607#: builtin/reset.c:387
16608msgid "Unstaged changes after reset:"
16609msgstr "Những thay đổi được đưa ra khỏi bệ phóng sau khi reset:"
16610
16611#: builtin/reset.c:390
16612#, c-format
16613msgid ""
16614"\n"
16615"It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
16616"use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
16617"to make this the default.\n"
16618msgstr ""
16619"\n"
16620"Cần %.2f giây để kiểm đếm các thay đổi chưa đưa lên bệ phóng sau khi đặt "
16621"lại.\n"
16622"Bạn có thể sử dụng để tránh việc này. Đặt reset.quiet thành true trong\n"
16623"cài đặt config nếu bạn muốn thực hiện nó như là mặc định.\n"
16624
16625#: builtin/reset.c:400
16626#, c-format
16627msgid "Could not reset index file to revision '%s'."
16628msgstr "Không thể đặt lại (reset) bảng mục lục thành điểm xét duyệt “%s”."
16629
16630#: builtin/reset.c:404
16631msgid "Could not write new index file."
16632msgstr "Không thể ghi tập tin lưu bảng mục lục mới."
16633
16634#: builtin/rev-list.c:403
16635msgid "cannot combine --exclude-promisor-objects and --missing"
16636msgstr "không thể tổ hợp --exclude-promisor-objects và --missing"
16637
16638#: builtin/rev-list.c:461
16639msgid "object filtering requires --objects"
16640msgstr "lọc đối tượng yêu cầu --objects"
16641
16642#: builtin/rev-list.c:464
16643#, c-format
16644msgid "invalid sparse value '%s'"
16645msgstr "giá trị sparse không hợp lệ “%s”"
16646
16647#: builtin/rev-list.c:505
16648msgid "rev-list does not support display of notes"
16649msgstr "rev-list không hỗ trợ hiển thị các ghi chú"
16650
16651#: builtin/rev-list.c:508
16652msgid "cannot combine --use-bitmap-index with object filtering"
16653msgstr "không thể tổ hợp --use-bitmap-index với lọc đối tượng"
16654
16655#: builtin/rev-parse.c:407
16656msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
16657msgstr "git rev-parse --parseopt [<các-tùy-chọn>] -- [<các tham số>…]"
16658
16659#: builtin/rev-parse.c:412
16660msgid "keep the `--` passed as an arg"
16661msgstr "giữ lại “--” chuyển sang làm tham số"
16662
16663#: builtin/rev-parse.c:414
16664msgid "stop parsing after the first non-option argument"
16665msgstr "dừng phân tích sau đối số đầu tiên không có tùy chọn"
16666
16667#: builtin/rev-parse.c:417
16668msgid "output in stuck long form"
16669msgstr "kết xuất trong định dạng gậy dài"
16670
16671#: builtin/rev-parse.c:550
16672msgid ""
16673"git rev-parse --parseopt [<options>] -- [<args>...]\n"
16674"   or: git rev-parse --sq-quote [<arg>...]\n"
16675"   or: git rev-parse [<options>] [<arg>...]\n"
16676"\n"
16677"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
16678msgstr ""
16679"git rev-parse --parseopt [<các-tùy-chọn>] -- [<các đối số>…]\n"
16680"   hoặc: git rev-parse --sq-quote [<đ.số>…]\n"
16681"   hoặc: git rev-parse [<các-tùy-chọn>] [<đ.số>…]\n"
16682"\n"
16683"Chạy lệnh \"git rev-parse --parseopt -h\" để có thêm thông tin về cách dùng."
16684
16685#: builtin/revert.c:24
16686msgid "git revert [<options>] <commit-ish>..."
16687msgstr "git revert [<các-tùy-chọn>] <commit-ish>…"
16688
16689#: builtin/revert.c:25
16690msgid "git revert <subcommand>"
16691msgstr "git revert <lệnh-con>"
16692
16693#: builtin/revert.c:30
16694msgid "git cherry-pick [<options>] <commit-ish>..."
16695msgstr "git cherry-pick [<các-tùy-chọn>] <commit-ish>…"
16696
16697#: builtin/revert.c:31
16698msgid "git cherry-pick <subcommand>"
16699msgstr "git cherry-pick <lệnh-con>"
16700
16701#: builtin/revert.c:91
16702#, c-format
16703msgid "%s: %s cannot be used with %s"
16704msgstr "%s: %s không thể được sử dụng với %s"
16705
16706#: builtin/revert.c:100
16707msgid "end revert or cherry-pick sequence"
16708msgstr "kết thúc cherry-pick hay hoàn nguyên liên tiếp nhau"
16709
16710#: builtin/revert.c:101
16711msgid "resume revert or cherry-pick sequence"
16712msgstr "phục hồi lại cherry-pick hay hoàn nguyên liên tiếp nhau"
16713
16714#: builtin/revert.c:102
16715msgid "cancel revert or cherry-pick sequence"
16716msgstr "không cherry-pick hay hoàn nguyên liên tiếp nhau"
16717
16718#: builtin/revert.c:103
16719msgid "don't automatically commit"
16720msgstr "không chuyển giao một cách tự động."
16721
16722#: builtin/revert.c:104
16723msgid "edit the commit message"
16724msgstr "sửa lại chú thích cho lần chuyển giao"
16725
16726#: builtin/revert.c:107
16727msgid "parent-number"
16728msgstr "số-cha-mẹ"
16729
16730#: builtin/revert.c:108
16731msgid "select mainline parent"
16732msgstr "chọn cha mẹ luồng chính"
16733
16734#: builtin/revert.c:110
16735msgid "merge strategy"
16736msgstr "chiến lược hòa trộn"
16737
16738#: builtin/revert.c:112
16739msgid "option for merge strategy"
16740msgstr "tùy chọn cho chiến lược hòa trộn"
16741
16742#: builtin/revert.c:121
16743msgid "append commit name"
16744msgstr "nối thêm tên lần chuyển giao"
16745
16746#: builtin/revert.c:123
16747msgid "preserve initially empty commits"
16748msgstr "cấm khởi tạo lần chuyển giao trống rỗng"
16749
16750#: builtin/revert.c:125
16751msgid "keep redundant, empty commits"
16752msgstr "giữ lại các lần chuyển giao dư thừa, rỗng"
16753
16754#: builtin/revert.c:219
16755msgid "revert failed"
16756msgstr "hoàn nguyên gặp lỗi"
16757
16758#: builtin/revert.c:232
16759msgid "cherry-pick failed"
16760msgstr "cherry-pick gặp lỗi"
16761
16762#: builtin/rm.c:18
16763msgid "git rm [<options>] [--] <file>..."
16764msgstr "git rm [<các-tùy-chọn>] [--] <tập-tin>…"
16765
16766#: builtin/rm.c:206
16767msgid ""
16768"the following file has staged content different from both the\n"
16769"file and the HEAD:"
16770msgid_plural ""
16771"the following files have staged content different from both the\n"
16772"file and the HEAD:"
16773msgstr[0] ""
16774"các tập tin sau đây có khác biệt nội dung đã đưa lên bệ phóng\n"
16775"từ cả tập tin và cả HEAD:"
16776
16777#: builtin/rm.c:211
16778msgid ""
16779"\n"
16780"(use -f to force removal)"
16781msgstr ""
16782"\n"
16783"(dùng -f để buộc gỡ bỏ)"
16784
16785#: builtin/rm.c:215
16786msgid "the following file has changes staged in the index:"
16787msgid_plural "the following files have changes staged in the index:"
16788msgstr[0] "các tập tin sau đây có thay đổi trạng thái trong bảng mục lục:"
16789
16790#: builtin/rm.c:219 builtin/rm.c:228
16791msgid ""
16792"\n"
16793"(use --cached to keep the file, or -f to force removal)"
16794msgstr ""
16795"\n"
16796"(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"
16797
16798#: builtin/rm.c:225
16799msgid "the following file has local modifications:"
16800msgid_plural "the following files have local modifications:"
16801msgstr[0] "những tập tin sau đây có những thay đổi nội bộ:"
16802
16803#: builtin/rm.c:241
16804msgid "do not list removed files"
16805msgstr "không liệt kê các tập tin đã gỡ bỏ"
16806
16807#: builtin/rm.c:242
16808msgid "only remove from the index"
16809msgstr "chỉ gỡ bỏ từ mục lục"
16810
16811#: builtin/rm.c:243
16812msgid "override the up-to-date check"
16813msgstr "ghi đè lên kiểm tra cập nhật"
16814
16815#: builtin/rm.c:244
16816msgid "allow recursive removal"
16817msgstr "cho phép gỡ bỏ đệ qui"
16818
16819#: builtin/rm.c:246
16820msgid "exit with a zero status even if nothing matched"
16821msgstr "thoát ra với trạng thái khác không thậm chí nếu không có gì khớp"
16822
16823#: builtin/rm.c:288
16824msgid "please stage your changes to .gitmodules or stash them to proceed"
16825msgstr ""
16826"hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"
16827
16828#: builtin/rm.c:306
16829#, c-format
16830msgid "not removing '%s' recursively without -r"
16831msgstr "không thể gỡ bỏ “%s” một cách đệ qui mà không có tùy chọn -r"
16832
16833#: builtin/rm.c:345
16834#, c-format
16835msgid "git rm: unable to remove %s"
16836msgstr "git rm: không thể gỡ bỏ %s"
16837
16838#: builtin/send-pack.c:20
16839msgid ""
16840"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
16841"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
16842"[<ref>...]\n"
16843"  --all and explicit <ref> specification are mutually exclusive."
16844msgstr ""
16845"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
16846"receive-pack>] [--verbose] [--thin] [--atomic] [<máy>:]<thư/mục> [<các-tham-"
16847"chiếu>…]\n"
16848"  --all và đặc tả <ref> rõ ràng là loại trừ lẫn nhau."
16849
16850#: builtin/send-pack.c:163
16851msgid "remote name"
16852msgstr "tên máy dịch vụ"
16853
16854#: builtin/send-pack.c:177
16855msgid "use stateless RPC protocol"
16856msgstr "dùng giao thức RPC không ổn định"
16857
16858#: builtin/send-pack.c:178
16859msgid "read refs from stdin"
16860msgstr "đọc tham chiếu từ đầu vào tiêu chuẩn"
16861
16862#: builtin/send-pack.c:179
16863msgid "print status from remote helper"
16864msgstr "in các trạng thái từ phần hướng dẫn trên máy dịch vụ"
16865
16866#: builtin/serve.c:7
16867msgid "git serve [<options>]"
16868msgstr "git serve [<các-tùy-chọn>]"
16869
16870#: builtin/serve.c:17 builtin/upload-pack.c:23
16871msgid "quit after a single request/response exchange"
16872msgstr "thoát sau khi một trao đổi yêu cầu hay trả lời đơn"
16873
16874#: builtin/serve.c:19
16875msgid "exit immediately after advertising capabilities"
16876msgstr "thoát ngay sau khi khởi tạo quảng cáo capabilities"
16877
16878#: builtin/shortlog.c:14
16879msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
16880msgstr "git shortlog [<các-tùy-chọn>] [<vùng-xét-duyệt>] [[--] [<đường/dẫn>…]]"
16881
16882#: builtin/shortlog.c:15
16883msgid "git log --pretty=short | git shortlog [<options>]"
16884msgstr "git log --pretty=short | git shortlog [<các-tùy-chọn>]"
16885
16886#: builtin/shortlog.c:264
16887msgid "Group by committer rather than author"
16888msgstr "Nhóm theo người chuyển giao thay vì tác giả"
16889
16890#: builtin/shortlog.c:266
16891msgid "sort output according to the number of commits per author"
16892msgstr "sắp xếp kết xuất tuân theo số lượng chuyển giao trên mỗi tác giả"
16893
16894#: builtin/shortlog.c:268
16895msgid "Suppress commit descriptions, only provides commit count"
16896msgstr "Chặn mọi mô tả lần chuyển giao, chỉ đưa ra số lượng lần chuyển giao"
16897
16898#: builtin/shortlog.c:270
16899msgid "Show the email address of each author"
16900msgstr "Hiển thị thư điện tử cho từng tác giả"
16901
16902#: builtin/shortlog.c:271
16903msgid "<w>[,<i1>[,<i2>]]"
16904msgstr "<w>[,<i1>[,<i2>]]"
16905
16906#: builtin/shortlog.c:272
16907msgid "Linewrap output"
16908msgstr "Ngắt dòng khi quá dài"
16909
16910#: builtin/shortlog.c:299
16911msgid "too many arguments given outside repository"
16912msgstr "quá nhiều tham số đưa ra ngoài kho chứa"
16913
16914#: builtin/show-branch.c:13
16915msgid ""
16916"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
16917"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
16918"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
16919"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
16920msgstr ""
16921"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
16922"\t\t[--current] [--color[=<khi>] | --no-color] [--sparse]\n"
16923"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
16924"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)…]"
16925
16926#: builtin/show-branch.c:17
16927msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
16928msgstr "git show-branch (-g | --reflog)[=<n>[,<nền>]] [--list] [<ref>]"
16929
16930#: builtin/show-branch.c:395
16931#, c-format
16932msgid "ignoring %s; cannot handle more than %d ref"
16933msgid_plural "ignoring %s; cannot handle more than %d refs"
16934msgstr[0] "đang bỏ qua %s; không thể xử lý nhiều hơn %d tham chiếu"
16935
16936#: builtin/show-branch.c:549
16937#, c-format
16938msgid "no matching refs with %s"
16939msgstr "không tham chiếu nào khớp với %s"
16940
16941#: builtin/show-branch.c:646
16942msgid "show remote-tracking and local branches"
16943msgstr "hiển thị các nhánh remote-tracking và nội bộ"
16944
16945#: builtin/show-branch.c:648
16946msgid "show remote-tracking branches"
16947msgstr "hiển thị các nhánh remote-tracking"
16948
16949#: builtin/show-branch.c:650
16950msgid "color '*!+-' corresponding to the branch"
16951msgstr "màu “*!+-” tương ứng với nhánh"
16952
16953#: builtin/show-branch.c:652
16954msgid "show <n> more commits after the common ancestor"
16955msgstr "hiển thị thêm <n> lần chuyển giao sau cha mẹ chung"
16956
16957#: builtin/show-branch.c:654
16958msgid "synonym to more=-1"
16959msgstr "đồng nghĩa với more=-1"
16960
16961#: builtin/show-branch.c:655
16962msgid "suppress naming strings"
16963msgstr "chặn các chuỗi đặt tên"
16964
16965#: builtin/show-branch.c:657
16966msgid "include the current branch"
16967msgstr "bao gồm nhánh hiện hành"
16968
16969#: builtin/show-branch.c:659
16970msgid "name commits with their object names"
16971msgstr "đặt tên các lần chuyển giao bằng các tên của đối tượng của chúng"
16972
16973#: builtin/show-branch.c:661
16974msgid "show possible merge bases"
16975msgstr "hiển thị mọi cơ sở có thể dùng để hòa trộn"
16976
16977#: builtin/show-branch.c:663
16978msgid "show refs unreachable from any other ref"
16979msgstr "hiển thị các tham chiếu không thể được đọc bởi bất kỳ tham chiếu khác"
16980
16981#: builtin/show-branch.c:665
16982msgid "show commits in topological order"
16983msgstr "hiển thị các lần chuyển giao theo thứ tự tôpô"
16984
16985#: builtin/show-branch.c:668
16986msgid "show only commits not on the first branch"
16987msgstr "chỉ hiển thị các lần chuyển giao không nằm trên nhánh đầu tiên"
16988
16989#: builtin/show-branch.c:670
16990msgid "show merges reachable from only one tip"
16991msgstr "hiển thị các lần hòa trộn có thể đọc được chỉ từ một đầu mút"
16992
16993#: builtin/show-branch.c:672
16994msgid "topologically sort, maintaining date order where possible"
16995msgstr "sắp xếp hình thái học, bảo trì thứ tự ngày nếu có thể"
16996
16997#: builtin/show-branch.c:675
16998msgid "<n>[,<base>]"
16999msgstr "<n>[,<cơ_sở>]"
17000
17001#: builtin/show-branch.c:676
17002msgid "show <n> most recent ref-log entries starting at base"
17003msgstr "hiển thị <n> các mục “ref-log” gần nhất kể từ nền (base)"
17004
17005#: builtin/show-branch.c:712
17006msgid ""
17007"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17008msgstr ""
17009"--reflog là không tương thích với các tùy chọn --all, --remotes, --"
17010"independent hay --merge-base"
17011
17012#: builtin/show-branch.c:736
17013msgid "no branches given, and HEAD is not valid"
17014msgstr "chưa đưa ra nhánh, và HEAD không hợp lệ"
17015
17016#: builtin/show-branch.c:739
17017msgid "--reflog option needs one branch name"
17018msgstr "--reflog cần tên một nhánh"
17019
17020#: builtin/show-branch.c:742
17021#, c-format
17022msgid "only %d entry can be shown at one time."
17023msgid_plural "only %d entries can be shown at one time."
17024msgstr[0] "chỉ có thể hiển thị cùng lúc %d hạng mục."
17025
17026#: builtin/show-branch.c:746
17027#, c-format
17028msgid "no such ref %s"
17029msgstr "không có tham chiếu nào như thế %s"
17030
17031#: builtin/show-branch.c:830
17032#, c-format
17033msgid "cannot handle more than %d rev."
17034msgid_plural "cannot handle more than %d revs."
17035msgstr[0] "không thể xử lý nhiều hơn %d điểm xét duyệt."
17036
17037#: builtin/show-branch.c:834
17038#, c-format
17039msgid "'%s' is not a valid ref."
17040msgstr "“%s” không phải tham chiếu hợp lệ."
17041
17042#: builtin/show-branch.c:837
17043#, c-format
17044msgid "cannot find commit %s (%s)"
17045msgstr "không thể tìm thấy lần chuyển giao %s (%s)"
17046
17047#: builtin/show-ref.c:11
17048msgid ""
17049"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17050"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17051msgstr ""
17052"git show-ref [-q | --quiet] [--verify] [--head] [-d|--dereference] [-s|--"
17053"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<mẫu>…] "
17054
17055#: builtin/show-ref.c:12
17056msgid "git show-ref --exclude-existing[=<pattern>]"
17057msgstr "git show-ref --exclude-existing[=<mẫu>]"
17058
17059#: builtin/show-ref.c:161
17060msgid "only show tags (can be combined with heads)"
17061msgstr "chỉ hiển thị thẻ (có thể tổ hợp cùng với đầu)"
17062
17063#: builtin/show-ref.c:162
17064msgid "only show heads (can be combined with tags)"
17065msgstr "chỉ hiển thị đầu (có thể tổ hợp cùng với thẻ)"
17066
17067#: builtin/show-ref.c:163
17068msgid "stricter reference checking, requires exact ref path"
17069msgstr ""
17070"việc kiểm tra tham chiếu chính xác, đòi hỏi chính xác đường dẫn tham chiếu"
17071
17072#: builtin/show-ref.c:166 builtin/show-ref.c:168
17073msgid "show the HEAD reference, even if it would be filtered out"
17074msgstr "hiển thị tham chiếu HEAD, ngay cả khi nó đã được lọc ra"
17075
17076#: builtin/show-ref.c:170
17077msgid "dereference tags into object IDs"
17078msgstr "bãi bỏ tham chiếu các thẻ thành ra các ID đối tượng"
17079
17080#: builtin/show-ref.c:172
17081msgid "only show SHA1 hash using <n> digits"
17082msgstr "chỉ hiển thị mã băm SHA1 sử dụng <n> chữ số"
17083
17084#: builtin/show-ref.c:176
17085msgid "do not print results to stdout (useful with --verify)"
17086msgstr ""
17087"không hiển thị kết quả ra đầu ra chuẩn (stdout) (chỉ hữu dụng với --verify)"
17088
17089#: builtin/show-ref.c:178
17090msgid "show refs from stdin that aren't in local repository"
17091msgstr ""
17092"hiển thị các tham chiếu từ đầu vào tiêu chuẩn (stdin) cái mà không ở kho nội "
17093"bộ"
17094
17095#: builtin/stripspace.c:18
17096msgid "git stripspace [-s | --strip-comments]"
17097msgstr "git stripspace [-s | --strip-comments]"
17098
17099#: builtin/stripspace.c:19
17100msgid "git stripspace [-c | --comment-lines]"
17101msgstr "git stripspace [-c | --comment-lines]"
17102
17103#: builtin/stripspace.c:36
17104msgid "skip and remove all lines starting with comment character"
17105msgstr "giữ và xóa bỏ mọi dòng bắt đầu bằng ký tự ghi chú"
17106
17107#: builtin/stripspace.c:39
17108msgid "prepend comment character and space to each line"
17109msgstr "treo trước ký tự ghi chú và ký tự khoảng trắng cho từng dòng"
17110
17111#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1939
17112#, c-format
17113msgid "Expecting a full ref name, got %s"
17114msgstr "Cần tên tham chiếu dạng đầy đủ, nhưng lại nhận được %s"
17115
17116#: builtin/submodule--helper.c:61
17117msgid "submodule--helper print-default-remote takes no arguments"
17118msgstr "submodule--helper print-default-remote takes không nhận tham số"
17119
17120#: builtin/submodule--helper.c:99
17121#, c-format
17122msgid "cannot strip one component off url '%s'"
17123msgstr "không thể cắt bỏ một thành phần ra khỏi “%s” url"
17124
17125#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1363
17126msgid "alternative anchor for relative paths"
17127msgstr "điểm neo thay thế cho các đường dẫn tương đối"
17128
17129#: builtin/submodule--helper.c:412
17130msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17131msgstr "git submodule--helper list [--prefix=</đường/dẫn>] [</đường/dẫn>…]"
17132
17133#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:626
17134#: builtin/submodule--helper.c:649
17135#, c-format
17136msgid "No url found for submodule path '%s' in .gitmodules"
17137msgstr "Không tìm thấy url cho đường dẫn mô-đun-con “%s” trong .gitmodules"
17138
17139#: builtin/submodule--helper.c:521
17140#, c-format
17141msgid "Entering '%s'\n"
17142msgstr "Đang vào “%s”\n"
17143
17144#: builtin/submodule--helper.c:524
17145#, c-format
17146msgid ""
17147"run_command returned non-zero status for %s\n"
17148"."
17149msgstr ""
17150"run_command trả về trạng thái khác không cho %s\n"
17151"."
17152
17153#: builtin/submodule--helper.c:545
17154#, c-format
17155msgid ""
17156"run_command returned non-zero status while recursing in the nested "
17157"submodules of %s\n"
17158"."
17159msgstr ""
17160"run_command trả về trạng thái khác không trong khi đệ quy trong các mô-đun-"
17161"con lồng nhau của %s\n"
17162"."
17163
17164#: builtin/submodule--helper.c:561
17165msgid "Suppress output of entering each submodule command"
17166msgstr "Chặn kết xuất của từng lệnh mô-đun-con"
17167
17168#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1048
17169msgid "Recurse into nested submodules"
17170msgstr "Đệ quy vào trong các mô-đun-con lồng nhau"
17171
17172#: builtin/submodule--helper.c:568
17173msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
17174msgstr "git submodule--helper foreach [--quiet] [--recursive] <lệnh>"
17175
17176#: builtin/submodule--helper.c:595
17177#, c-format
17178msgid ""
17179"could not look up configuration '%s'. Assuming this repository is its own "
17180"authoritative upstream."
17181msgstr ""
17182"không thể tìm thấy cấu hình “%s”. Coi rằng đây là kho thượng nguồn có quyền "
17183"sở hữu chính nó."
17184
17185#: builtin/submodule--helper.c:663
17186#, c-format
17187msgid "Failed to register url for submodule path '%s'"
17188msgstr "Gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “%s”"
17189
17190#: builtin/submodule--helper.c:667
17191#, c-format
17192msgid "Submodule '%s' (%s) registered for path '%s'\n"
17193msgstr "Mô-đun-con “%s” (%s) được đăng ký cho đường dẫn “%s”\n"
17194
17195#: builtin/submodule--helper.c:677
17196#, c-format
17197msgid "warning: command update mode suggested for submodule '%s'\n"
17198msgstr "cảnh báo: chế độ lệnh cập nhật được gợi ý cho mô-đun-con “%s”\n"
17199
17200#: builtin/submodule--helper.c:684
17201#, c-format
17202msgid "Failed to register update mode for submodule path '%s'"
17203msgstr "Gặp lỗi khi đăng ký chế độ cập nhật cho đường dẫn mô-đun-con “%s”"
17204
17205#: builtin/submodule--helper.c:706
17206msgid "Suppress output for initializing a submodule"
17207msgstr "Chặn kết xuất cho khởi tạo một mô-đun-con"
17208
17209#: builtin/submodule--helper.c:711
17210msgid "git submodule--helper init [<path>]"
17211msgstr "git submodule--helper init [</đường/dẫn>]"
17212
17213#: builtin/submodule--helper.c:783 builtin/submodule--helper.c:909
17214#, c-format
17215msgid "no submodule mapping found in .gitmodules for path '%s'"
17216msgstr ""
17217"Không tìm thấy ánh xạ (mapping) mô-đun-con trong .gitmodules cho đường dẫn "
17218"“%s”"
17219
17220#: builtin/submodule--helper.c:822
17221#, c-format
17222msgid "could not resolve HEAD ref inside the submodule '%s'"
17223msgstr "không thể phân giải tham chiếu HEAD bên trong mô-đun-con “%s”"
17224
17225#: builtin/submodule--helper.c:849 builtin/submodule--helper.c:1018
17226#, c-format
17227msgid "failed to recurse into submodule '%s'"
17228msgstr "gặp lỗi khi đệ quy vào trong mô-đun-con “%s”"
17229
17230#: builtin/submodule--helper.c:873 builtin/submodule--helper.c:1182
17231msgid "Suppress submodule status output"
17232msgstr "Chặn két xuất tình trạng mô-đun-con"
17233
17234#: builtin/submodule--helper.c:874
17235msgid ""
17236"Use commit stored in the index instead of the one stored in the submodule "
17237"HEAD"
17238msgstr ""
17239"Dùng lần chuyển giao lưu trong mục lục thay cho cái được lưu trong HEAD mô-"
17240"đun-con"
17241
17242#: builtin/submodule--helper.c:875
17243msgid "recurse into nested submodules"
17244msgstr "đệ quy vào trong mô-đun-con lồng nhau"
17245
17246#: builtin/submodule--helper.c:880
17247msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
17248msgstr ""
17249"git submodule status [--quiet] [--cached] [--recursive] [</đường/dẫn>…]"
17250
17251#: builtin/submodule--helper.c:904
17252msgid "git submodule--helper name <path>"
17253msgstr "git submodule--helper name </đường/dẫn>"
17254
17255#: builtin/submodule--helper.c:968
17256#, c-format
17257msgid "Synchronizing submodule url for '%s'\n"
17258msgstr "url mô-đun-con đồng bộ hóa cho “%s”\n"
17259
17260#: builtin/submodule--helper.c:974
17261#, c-format
17262msgid "failed to register url for submodule path '%s'"
17263msgstr "gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “%s”"
17264
17265#: builtin/submodule--helper.c:988
17266#, c-format
17267msgid "failed to get the default remote for submodule '%s'"
17268msgstr "gặp lỗi khi lấy máy chủ mặc định cho mô-đun-con “%s”"
17269
17270#: builtin/submodule--helper.c:999
17271#, c-format
17272msgid "failed to update remote for submodule '%s'"
17273msgstr "gặp lỗi khi cập nhật cho mô-đun-con “%s”"
17274
17275#: builtin/submodule--helper.c:1046
17276msgid "Suppress output of synchronizing submodule url"
17277msgstr "Chặn kết xuất cho đồng bộ url mô-đun-con"
17278
17279#: builtin/submodule--helper.c:1053
17280msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
17281msgstr "git submodule--helper sync [--quiet] [--recursive] [</đường/dẫn>]"
17282
17283#: builtin/submodule--helper.c:1107
17284#, c-format
17285msgid ""
17286"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
17287"really want to remove it including all of its history)"
17288msgstr ""
17289"Cây làm việc mô-đun-con “%s” có chứa thư mục .git (dùng “rm -rf” nếu bạn "
17290"thực sự muốn gỡ bỏ nó cùng với toàn bộ lịch sử của chúng)"
17291
17292#: builtin/submodule--helper.c:1119
17293#, c-format
17294msgid ""
17295"Submodule work tree '%s' contains local modifications; use '-f' to discard "
17296"them"
17297msgstr ""
17298"Cây làm việc mô-đun-con “%s” chứa các thay đổi nội bộ; hãy dùng “-f” để loại "
17299"bỏ chúng đi"
17300
17301#: builtin/submodule--helper.c:1127
17302#, c-format
17303msgid "Cleared directory '%s'\n"
17304msgstr "Đã xóa thư mục “%s”\n"
17305
17306#: builtin/submodule--helper.c:1129
17307#, c-format
17308msgid "Could not remove submodule work tree '%s'\n"
17309msgstr "Không thể gỡ bỏ cây làm việc mô-đun-con “%s”\n"
17310
17311#: builtin/submodule--helper.c:1138
17312#, c-format
17313msgid "could not create empty submodule directory %s"
17314msgstr "không thể tạo thư mục mô-đun-con rỗng “%s”"
17315
17316#: builtin/submodule--helper.c:1154
17317#, c-format
17318msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
17319msgstr "Mô-đun-con “%s” (%s) được đăng ký cho đường dẫn “%s”\n"
17320
17321#: builtin/submodule--helper.c:1183
17322msgid "Remove submodule working trees even if they contain local changes"
17323msgstr "Gỡ bỏ cây làm việc của mô-đun-con ngay cả khi nó có thay đổi nội bộ"
17324
17325#: builtin/submodule--helper.c:1184
17326msgid "Unregister all submodules"
17327msgstr "Bỏ đăng ký tất cả các trong mô-đun-con"
17328
17329#: builtin/submodule--helper.c:1189
17330msgid ""
17331"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
17332msgstr ""
17333"git submodule deinit [--quiet] [-f | --force] [--all | [--]  [</đường/dẫn>…]]"
17334
17335#: builtin/submodule--helper.c:1203
17336msgid "Use '--all' if you really want to deinitialize all submodules"
17337msgstr "Dùng “--all” nếu bạn thực sự muốn hủy khởi tạo mọi mô-đun-con"
17338
17339#: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:1300
17340#, c-format
17341msgid "submodule '%s' cannot add alternate: %s"
17342msgstr "mô-đun-con “%s” không thể thêm thay thế: %s"
17343
17344#: builtin/submodule--helper.c:1336
17345#, c-format
17346msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
17347msgstr "Giá trị “%s” cho submodule.alternateErrorStrategy không được thừa nhận"
17348
17349#: builtin/submodule--helper.c:1343
17350#, c-format
17351msgid "Value '%s' for submodule.alternateLocation is not recognized"
17352msgstr "Giá trị “%s” cho submodule.alternateLocation không được thừa nhận"
17353
17354#: builtin/submodule--helper.c:1366
17355msgid "where the new submodule will be cloned to"
17356msgstr "nhân bản mô-đun-con mới vào chỗ nào"
17357
17358#: builtin/submodule--helper.c:1369
17359msgid "name of the new submodule"
17360msgstr "tên của mô-đun-con mới"
17361
17362#: builtin/submodule--helper.c:1372
17363msgid "url where to clone the submodule from"
17364msgstr "url nơi mà nhân bản mô-đun-con từ đó"
17365
17366#: builtin/submodule--helper.c:1380
17367msgid "depth for shallow clones"
17368msgstr "chiều sâu lịch sử khi tạo bản sao"
17369
17370#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1868
17371msgid "force cloning progress"
17372msgstr "ép buộc tiến trình nhân bản"
17373
17374#: builtin/submodule--helper.c:1388
17375msgid ""
17376"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
17377"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
17378msgstr ""
17379"git submodule--helper clone [--prefix=</đường/dẫn>] [--quiet] [--reference "
17380"<kho>] [--name <tên>] [--depth <sâu>] [--url <url>] [</đường/dẫn>…]"
17381
17382#: builtin/submodule--helper.c:1419
17383#, c-format
17384msgid "clone of '%s' into submodule path '%s' failed"
17385msgstr "Nhân bản “%s” vào đường dẫn mô-đun-con “%s” gặp lỗi"
17386
17387#: builtin/submodule--helper.c:1433
17388#, c-format
17389msgid "could not get submodule directory for '%s'"
17390msgstr "không thể lấy thư mục mô-đun-con cho “%s”"
17391
17392#: builtin/submodule--helper.c:1469
17393#, c-format
17394msgid "Invalid update mode '%s' for submodule path '%s'"
17395msgstr "Chế độ cập nhật “%s” không hợp lệ cho đường dẫn mô-đun-con “%s”"
17396
17397#: builtin/submodule--helper.c:1473
17398#, c-format
17399msgid "Invalid update mode '%s' configured for submodule path '%s'"
17400msgstr ""
17401"Chế độ cập nhật “%s” không hợp lệ được cấu hình cho đường dẫn mô-đun-con “%s”"
17402
17403#: builtin/submodule--helper.c:1566
17404#, c-format
17405msgid "Submodule path '%s' not initialized"
17406msgstr "Đường dẫn mô-đun-con “%s” chưa được khởi tạo"
17407
17408#: builtin/submodule--helper.c:1570
17409msgid "Maybe you want to use 'update --init'?"
17410msgstr "Có lẽ bạn là bạn muốn dùng \"update --init\" phải không?"
17411
17412#: builtin/submodule--helper.c:1600
17413#, c-format
17414msgid "Skipping unmerged submodule %s"
17415msgstr "Bỏ qua các mô-đun-con chưa được hòa trộn %s"
17416
17417#: builtin/submodule--helper.c:1629
17418#, c-format
17419msgid "Skipping submodule '%s'"
17420msgstr "Bỏ qua mô-đun-con “%s”"
17421
17422#: builtin/submodule--helper.c:1773
17423#, c-format
17424msgid "Failed to clone '%s'. Retry scheduled"
17425msgstr "Gặp lỗi khi nhân bản “%s”. Thử lại lịch trình"
17426
17427#: builtin/submodule--helper.c:1784
17428#, c-format
17429msgid "Failed to clone '%s' a second time, aborting"
17430msgstr "Gặp lỗi khi nhân bản “%s” lần thứ hai nên bãi bỏ"
17431
17432#: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:2089
17433msgid "path into the working tree"
17434msgstr "đường dẫn đến cây làm việc"
17435
17436#: builtin/submodule--helper.c:1850
17437msgid "path into the working tree, across nested submodule boundaries"
17438msgstr "đường dẫn đến cây làm việc, chéo biên giới mô-đun-con lồng nhau"
17439
17440#: builtin/submodule--helper.c:1854
17441msgid "rebase, merge, checkout or none"
17442msgstr "rebase, merge, checkout hoặc không làm gì cả"
17443
17444#: builtin/submodule--helper.c:1860
17445msgid "Create a shallow clone truncated to the specified number of revisions"
17446msgstr ""
17447"Tạo một bản sao nông được cắt ngắn thành số lượng điểm xét duyệt đã cho"
17448
17449#: builtin/submodule--helper.c:1863
17450msgid "parallel jobs"
17451msgstr "công việc đồng thời"
17452
17453#: builtin/submodule--helper.c:1865
17454msgid "whether the initial clone should follow the shallow recommendation"
17455msgstr "nhân bản lần đầu có nên theo khuyến nghị là nông hay không"
17456
17457#: builtin/submodule--helper.c:1866
17458msgid "don't print cloning progress"
17459msgstr "đừng in tiến trình nhân bản"
17460
17461#: builtin/submodule--helper.c:1873
17462msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
17463msgstr ""
17464"git submodule--helper update_clone [--prefix=</đường/dẫn>] [</đường/dẫn>…]"
17465
17466#: builtin/submodule--helper.c:1886
17467msgid "bad value for update parameter"
17468msgstr "giá trị cho  tham số cập nhật bị sai"
17469
17470#: builtin/submodule--helper.c:1934
17471#, c-format
17472msgid ""
17473"Submodule (%s) branch configured to inherit branch from superproject, but "
17474"the superproject is not on any branch"
17475msgstr ""
17476"Nhánh mô-đun-con (%s) được cấu hình kế thừa nhánh từ siêu dự án, nhưng siêu "
17477"dự án lại không trên bất kỳ nhánh nào"
17478
17479#: builtin/submodule--helper.c:2057
17480#, c-format
17481msgid "could not get a repository handle for submodule '%s'"
17482msgstr "không thể lấy thẻ quản kho cho mô-đun-con “%s”"
17483
17484#: builtin/submodule--helper.c:2090
17485msgid "recurse into submodules"
17486msgstr "đệ quy vào trong mô-đun-con"
17487
17488#: builtin/submodule--helper.c:2096
17489msgid "git submodule--helper embed-git-dir [<path>...]"
17490msgstr "git submodule--helper embed-git-dir [</đường/dẫn>…]"
17491
17492#: builtin/submodule--helper.c:2152
17493msgid "check if it is safe to write to the .gitmodules file"
17494msgstr "chọn nếu nó là an toàn để ghi vào tập tin .gitmodules"
17495
17496#: builtin/submodule--helper.c:2157
17497msgid "git submodule--helper config name [value]"
17498msgstr "git submodule--helper config tên [giá trị]"
17499
17500#: builtin/submodule--helper.c:2158
17501msgid "git submodule--helper config --check-writeable"
17502msgstr "git submodule--helper config --check-writeable"
17503
17504#: builtin/submodule--helper.c:2175 git-submodule.sh:169
17505#, sh-format
17506msgid "please make sure that the .gitmodules file is in the working tree"
17507msgstr "hãy đảm bảo rằng tập tin .gitmodules có trong cây làm việc"
17508
17509#: builtin/submodule--helper.c:2225
17510#, c-format
17511msgid "%s doesn't support --super-prefix"
17512msgstr "%s không hỗ trợ --super-prefix"
17513
17514#: builtin/submodule--helper.c:2231
17515#, c-format
17516msgid "'%s' is not a valid submodule--helper subcommand"
17517msgstr "“%s” không phải là lệnh con submodule--helper hợp lệ"
17518
17519#: builtin/symbolic-ref.c:8
17520msgid "git symbolic-ref [<options>] <name> [<ref>]"
17521msgstr "git symbolic-ref [<các-tùy-chọn>] <tên> [<t.chiếu>]"
17522
17523#: builtin/symbolic-ref.c:9
17524msgid "git symbolic-ref -d [-q] <name>"
17525msgstr "git symbolic-ref -d [-q] <tên>"
17526
17527#: builtin/symbolic-ref.c:40
17528msgid "suppress error message for non-symbolic (detached) refs"
17529msgstr "chặn các thông tin lỗi cho các tham chiếu “không-mềm” (bị tách ra)"
17530
17531#: builtin/symbolic-ref.c:41
17532msgid "delete symbolic ref"
17533msgstr "xóa tham chiếu mềm"
17534
17535#: builtin/symbolic-ref.c:42
17536msgid "shorten ref output"
17537msgstr "làm ngắn kết xuất ref (tham chiếu)"
17538
17539#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17540msgid "reason"
17541msgstr "lý do"
17542
17543#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17544msgid "reason of the update"
17545msgstr "lý do cập nhật"
17546
17547#: builtin/tag.c:25
17548msgid ""
17549"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
17550"[<head>]"
17551msgstr ""
17552"git tag [-a | -s | -u <key-id>] [-f] [-m <msg>|-F <tập-tin>] <tên-thẻ> "
17553"[<head>]"
17554
17555#: builtin/tag.c:26
17556msgid "git tag -d <tagname>..."
17557msgstr "git tag -d <tên-thẻ>…"
17558
17559#: builtin/tag.c:27
17560msgid ""
17561"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
17562"points-at <object>]\n"
17563"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
17564msgstr ""
17565"git tag -l [-n[<số>]] [--contains <lần_chuyển_giao>] [--no-contains "
17566"<lần_chuyển_giao>] [--points-at <đối-tượng>]\n"
17567"\t\t[--format=<định_dạng>] [--[no-]merged [<lần_chuyển_giao>]] [<mẫu>…]"
17568
17569#: builtin/tag.c:29
17570msgid "git tag -v [--format=<format>] <tagname>..."
17571msgstr "git tag -v [--format=<định_dạng>]  <tên-thẻ>…"
17572
17573#: builtin/tag.c:87
17574#, c-format
17575msgid "tag '%s' not found."
17576msgstr "không tìm thấy tìm thấy thẻ “%s”."
17577
17578#: builtin/tag.c:103
17579#, c-format
17580msgid "Deleted tag '%s' (was %s)\n"
17581msgstr "Thẻ đã bị xóa “%s” (từng là %s)\n"
17582
17583#: builtin/tag.c:133
17584#, c-format
17585msgid ""
17586"\n"
17587"Write a message for tag:\n"
17588"  %s\n"
17589"Lines starting with '%c' will be ignored.\n"
17590msgstr ""
17591"\n"
17592"Viết các ghi chú cho thẻ:\n"
17593"  %s\n"
17594"Những dòng được bắt đầu bằng “%c” sẽ được bỏ qua.\n"
17595
17596#: builtin/tag.c:137
17597#, c-format
17598msgid ""
17599"\n"
17600"Write a message for tag:\n"
17601"  %s\n"
17602"Lines starting with '%c' will be kept; you may remove them yourself if you "
17603"want to.\n"
17604msgstr ""
17605"\n"
17606"Viết các ghi chú cho thẻ:\n"
17607"  %s\n"
17608"Những dòng được bắt đầu bằng “%c” sẽ được giữ lại; bạn có thể xóa chúng đi "
17609"nếu muốn.\n"
17610
17611#: builtin/tag.c:191
17612msgid "unable to sign the tag"
17613msgstr "không thể ký thẻ"
17614
17615#: builtin/tag.c:193
17616msgid "unable to write tag file"
17617msgstr "không thể ghi vào tập tin lưu thẻ"
17618
17619#: builtin/tag.c:218
17620msgid "bad object type."
17621msgstr "kiểu đối tượng sai."
17622
17623#: builtin/tag.c:267
17624msgid "no tag message?"
17625msgstr "không có chú thích gì cho cho thẻ à?"
17626
17627#: builtin/tag.c:274
17628#, c-format
17629msgid "The tag message has been left in %s\n"
17630msgstr "Nội dung ghi chú còn lại %s\n"
17631
17632#: builtin/tag.c:385
17633msgid "list tag names"
17634msgstr "chỉ liệt kê tên các thẻ"
17635
17636#: builtin/tag.c:387
17637msgid "print <n> lines of each tag message"
17638msgstr "hiển thị <n> dòng cho mỗi ghi chú"
17639
17640#: builtin/tag.c:389
17641msgid "delete tags"
17642msgstr "xóa thẻ"
17643
17644#: builtin/tag.c:390
17645msgid "verify tags"
17646msgstr "thẩm tra thẻ"
17647
17648#: builtin/tag.c:392
17649msgid "Tag creation options"
17650msgstr "Tùy chọn tạo thẻ"
17651
17652#: builtin/tag.c:394
17653msgid "annotated tag, needs a message"
17654msgstr "để chú giải cho thẻ, cần một lời ghi chú"
17655
17656#: builtin/tag.c:396
17657msgid "tag message"
17658msgstr "phần chú thích cho thẻ"
17659
17660#: builtin/tag.c:398
17661msgid "force edit of tag message"
17662msgstr "ép buộc sửa thẻ lần commit"
17663
17664#: builtin/tag.c:399
17665msgid "annotated and GPG-signed tag"
17666msgstr "thẻ chú giải và ký kiểu GPG"
17667
17668#: builtin/tag.c:403
17669msgid "use another key to sign the tag"
17670msgstr "dùng kháo khác để ký thẻ"
17671
17672#: builtin/tag.c:404
17673msgid "replace the tag if exists"
17674msgstr "thay thế nếu thẻ đó đã có trước"
17675
17676#: builtin/tag.c:405 builtin/update-ref.c:369
17677msgid "create a reflog"
17678msgstr "tạo một reflog"
17679
17680#: builtin/tag.c:407
17681msgid "Tag listing options"
17682msgstr "Các tùy chọn liệt kê thẻ"
17683
17684#: builtin/tag.c:408
17685msgid "show tag list in columns"
17686msgstr "hiển thị danh sách thẻ trong các cột"
17687
17688#: builtin/tag.c:409 builtin/tag.c:411
17689msgid "print only tags that contain the commit"
17690msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"
17691
17692#: builtin/tag.c:410 builtin/tag.c:412
17693msgid "print only tags that don't contain the commit"
17694msgstr "chỉ hiển thị những thẻ mà nó không chứa lần chuyển giao"
17695
17696#: builtin/tag.c:413
17697msgid "print only tags that are merged"
17698msgstr "chỉ hiển thị những thẻ mà nó được hòa trộn"
17699
17700#: builtin/tag.c:414
17701msgid "print only tags that are not merged"
17702msgstr "chỉ hiển thị những thẻ mà nó không được hòa trộn"
17703
17704#: builtin/tag.c:419
17705msgid "print only tags of the object"
17706msgstr "chỉ hiển thị các thẻ của đối tượng"
17707
17708#: builtin/tag.c:463
17709msgid "--column and -n are incompatible"
17710msgstr "--column và -n xung khắc nhau"
17711
17712#: builtin/tag.c:485
17713msgid "-n option is only allowed in list mode"
17714msgstr "tùy chọn -n chỉ cho phép dùng trong chế độ liệt kê"
17715
17716#: builtin/tag.c:487
17717msgid "--contains option is only allowed in list mode"
17718msgstr "tùy chọn --contains chỉ cho phép dùng trong chế độ liệt kê"
17719
17720#: builtin/tag.c:489
17721msgid "--no-contains option is only allowed in list mode"
17722msgstr "tùy chọn --no-contains chỉ cho phép dùng trong chế độ liệt kê"
17723
17724#: builtin/tag.c:491
17725msgid "--points-at option is only allowed in list mode"
17726msgstr "tùy chọn --points-at chỉ cho phép dùng trong chế độ liệt kê"
17727
17728#: builtin/tag.c:493
17729msgid "--merged and --no-merged options are only allowed in list mode"
17730msgstr ""
17731"tùy chọn --merged và --no-merged chỉ cho phép dùng trong chế độ liệt kê"
17732
17733#: builtin/tag.c:504
17734msgid "only one -F or -m option is allowed."
17735msgstr "chỉ có một tùy chọn -F hoặc -m là được phép."
17736
17737#: builtin/tag.c:523
17738msgid "too many params"
17739msgstr "quá nhiều đối số"
17740
17741#: builtin/tag.c:529
17742#, c-format
17743msgid "'%s' is not a valid tag name."
17744msgstr "“%s” không phải thẻ hợp lệ."
17745
17746#: builtin/tag.c:534
17747#, c-format
17748msgid "tag '%s' already exists"
17749msgstr "Thẻ “%s” đã tồn tại rồi"
17750
17751#: builtin/tag.c:565
17752#, c-format
17753msgid "Updated tag '%s' (was %s)\n"
17754msgstr "Đã cập nhật thẻ “%s” (trước là %s)\n"
17755
17756#: builtin/unpack-objects.c:500
17757msgid "Unpacking objects"
17758msgstr "Đang giải nén các đối tượng"
17759
17760#: builtin/update-index.c:82
17761#, c-format
17762msgid "failed to create directory %s"
17763msgstr "tạo thư mục \"%s\" gặp lỗi"
17764
17765#: builtin/update-index.c:98
17766#, c-format
17767msgid "failed to create file %s"
17768msgstr "gặp lỗi khi tạo tập tin %s"
17769
17770#: builtin/update-index.c:106
17771#, c-format
17772msgid "failed to delete file %s"
17773msgstr "gặp lỗi khi xóa tập tin %s"
17774
17775#: builtin/update-index.c:113 builtin/update-index.c:219
17776#, c-format
17777msgid "failed to delete directory %s"
17778msgstr "gặp lỗi khi xóa thư mục %s"
17779
17780#: builtin/update-index.c:138
17781#, c-format
17782msgid "Testing mtime in '%s' "
17783msgstr "Đang kiểm thử mtime trong “%s”"
17784
17785#: builtin/update-index.c:152
17786msgid "directory stat info does not change after adding a new file"
17787msgstr "thông tin thống kê thư mục không thay đổi sau khi thêm tập tin mới"
17788
17789#: builtin/update-index.c:165
17790msgid "directory stat info does not change after adding a new directory"
17791msgstr "thông tin thống kê thư mục không thay đổi sau khi thêm thư mục mới"
17792
17793#: builtin/update-index.c:178
17794msgid "directory stat info changes after updating a file"
17795msgstr "thông tin thống kê thư mục thay đổi sau khi cập nhật tập tin"
17796
17797#: builtin/update-index.c:189
17798msgid "directory stat info changes after adding a file inside subdirectory"
17799msgstr ""
17800"thông tin thống kê thư mục thay đổi sau khi thêm tập tin mới vào trong thư "
17801"mục con"
17802
17803#: builtin/update-index.c:200
17804msgid "directory stat info does not change after deleting a file"
17805msgstr "thông tin thống kê thư mục không thay đổi sau khi xóa tập tin"
17806
17807#: builtin/update-index.c:213
17808msgid "directory stat info does not change after deleting a directory"
17809msgstr "thông tin thống kê thư mục không thay đổi sau khi xóa thư mục"
17810
17811#: builtin/update-index.c:220
17812msgid " OK"
17813msgstr " Đồng ý"
17814
17815#: builtin/update-index.c:588
17816msgid "git update-index [<options>] [--] [<file>...]"
17817msgstr "git update-index [<các-tùy-chọn>] [--] [<tập-tin>…]"
17818
17819#: builtin/update-index.c:961
17820msgid "continue refresh even when index needs update"
17821msgstr "tiếp tục làm mới ngay cả khi bảng mục lục cần được cập nhật"
17822
17823#: builtin/update-index.c:964
17824msgid "refresh: ignore submodules"
17825msgstr "refresh: lờ đi mô-đun-con"
17826
17827#: builtin/update-index.c:967
17828msgid "do not ignore new files"
17829msgstr "không bỏ qua các tập tin mới tạo"
17830
17831#: builtin/update-index.c:969
17832msgid "let files replace directories and vice-versa"
17833msgstr "để các tập tin thay thế các thư mục và “vice-versa”"
17834
17835#: builtin/update-index.c:971
17836msgid "notice files missing from worktree"
17837msgstr "thông báo các tập-tin thiếu trong thư-mục làm việc"
17838
17839#: builtin/update-index.c:973
17840msgid "refresh even if index contains unmerged entries"
17841msgstr ""
17842"làm tươi mới thậm chí khi bảng mục lục chứa các mục tin chưa được hòa trộn"
17843
17844#: builtin/update-index.c:976
17845msgid "refresh stat information"
17846msgstr "lấy lại thông tin thống kê"
17847
17848#: builtin/update-index.c:980
17849msgid "like --refresh, but ignore assume-unchanged setting"
17850msgstr "giống --refresh, nhưng bỏ qua các cài đặt “assume-unchanged”"
17851
17852#: builtin/update-index.c:984
17853msgid "<mode>,<object>,<path>"
17854msgstr "<chế_độ>,<đối_tượng>,<đường_dẫn>"
17855
17856#: builtin/update-index.c:985
17857msgid "add the specified entry to the index"
17858msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục"
17859
17860#: builtin/update-index.c:994
17861msgid "mark files as \"not changing\""
17862msgstr "Đánh dấu các tập tin là \"không thay đổi\""
17863
17864#: builtin/update-index.c:997
17865msgid "clear assumed-unchanged bit"
17866msgstr "xóa bít assumed-unchanged (giả định là không thay đổi)"
17867
17868#: builtin/update-index.c:1000
17869msgid "mark files as \"index-only\""
17870msgstr "đánh dấu các tập tin là “chỉ-đọc”"
17871
17872#: builtin/update-index.c:1003
17873msgid "clear skip-worktree bit"
17874msgstr "xóa bít skip-worktree"
17875
17876#: builtin/update-index.c:1006
17877msgid "add to index only; do not add content to object database"
17878msgstr ""
17879"chỉ thêm vào bảng mục lục; không thêm nội dung vào cơ sở dữ liệu đối tượng"
17880
17881#: builtin/update-index.c:1008
17882msgid "remove named paths even if present in worktree"
17883msgstr ""
17884"gỡ bỏ các đường dẫn được đặt tên thậm chí cả khi nó hiện diện trong thư mục "
17885"làm việc"
17886
17887#: builtin/update-index.c:1010
17888msgid "with --stdin: input lines are terminated by null bytes"
17889msgstr "với tùy chọn --stdin: các dòng đầu vào được chấm dứt bởi ký tự null"
17890
17891#: builtin/update-index.c:1012
17892msgid "read list of paths to be updated from standard input"
17893msgstr "đọc danh sách đường dẫn cần cập nhật từ đầu vào tiêu chuẩn"
17894
17895#: builtin/update-index.c:1016
17896msgid "add entries from standard input to the index"
17897msgstr "không thể đọc các mục từ đầu vào tiêu chuẩn vào bảng mục lục"
17898
17899#: builtin/update-index.c:1020
17900msgid "repopulate stages #2 and #3 for the listed paths"
17901msgstr "phục hồi các trạng thái #2 và #3 cho các đường dẫn được liệt kê"
17902
17903#: builtin/update-index.c:1024
17904msgid "only update entries that differ from HEAD"
17905msgstr "chỉ cập nhật các mục tin mà nó khác biệt so với HEAD"
17906
17907#: builtin/update-index.c:1028
17908msgid "ignore files missing from worktree"
17909msgstr "bỏ qua các tập-tin thiếu trong thư-mục làm việc"
17910
17911#: builtin/update-index.c:1031
17912msgid "report actions to standard output"
17913msgstr "báo cáo các thao tác ra thiết bị xuất chuẩn"
17914
17915#: builtin/update-index.c:1033
17916msgid "(for porcelains) forget saved unresolved conflicts"
17917msgstr "(cho “porcelains”) quên các xung đột chưa được giải quyết đã ghi"
17918
17919#: builtin/update-index.c:1037
17920msgid "write index in this format"
17921msgstr "ghi mục lục ở định dạng này"
17922
17923#: builtin/update-index.c:1039
17924msgid "enable or disable split index"
17925msgstr "bật/tắt chia cắt bảng mục lục"
17926
17927#: builtin/update-index.c:1041
17928msgid "enable/disable untracked cache"
17929msgstr "bật/tắt bộ đệm không theo vết"
17930
17931#: builtin/update-index.c:1043
17932msgid "test if the filesystem supports untracked cache"
17933msgstr "kiểm tra xem hệ thống tập tin có hỗ trợ đệm không theo dõi hay không"
17934
17935#: builtin/update-index.c:1045
17936msgid "enable untracked cache without testing the filesystem"
17937msgstr "bật bộ đệm không theo vết mà không kiểm tra hệ thống tập tin"
17938
17939#: builtin/update-index.c:1047
17940msgid "write out the index even if is not flagged as changed"
17941msgstr "ghi ra mục lục ngay cả khi không được đánh cờ là có thay đổi"
17942
17943#: builtin/update-index.c:1049
17944msgid "enable or disable file system monitor"
17945msgstr "bật/tắt theo dõi hệ thống tập tin"
17946
17947#: builtin/update-index.c:1051
17948msgid "mark files as fsmonitor valid"
17949msgstr "đánh dấu các tập tin là hợp lệ fsmonitor"
17950
17951#: builtin/update-index.c:1054
17952msgid "clear fsmonitor valid bit"
17953msgstr "xóa bít hợp lệ fsmonitor"
17954
17955#: builtin/update-index.c:1153
17956msgid ""
17957"core.splitIndex is set to false; remove or change it, if you really want to "
17958"enable split index"
17959msgstr ""
17960"core.splitIndex được đặt là sai; xóa bỏ hay thay đổi nó, nếu bạn thực sự "
17961"muốn bật chia tách mục lục"
17962
17963#: builtin/update-index.c:1162
17964msgid ""
17965"core.splitIndex is set to true; remove or change it, if you really want to "
17966"disable split index"
17967msgstr ""
17968"core.splitIndex được đặt là đúng; xóa bỏ hay thay đổi nó, nếu bạn thực sự "
17969"muốn tắt chia tách mục lục"
17970
17971#: builtin/update-index.c:1173
17972msgid ""
17973"core.untrackedCache is set to true; remove or change it, if you really want "
17974"to disable the untracked cache"
17975msgstr ""
17976"core.untrackedCache được đặt là đúng; xóa bỏ hay thay đổi nó, nếu bạn thực "
17977"sự muốn tắt bộ đệm chưa theo dõi"
17978
17979#: builtin/update-index.c:1177
17980msgid "Untracked cache disabled"
17981msgstr "Nhớ đệm không theo vết bị tắt"
17982
17983#: builtin/update-index.c:1185
17984msgid ""
17985"core.untrackedCache is set to false; remove or change it, if you really want "
17986"to enable the untracked cache"
17987msgstr ""
17988"core.untrackedCache được đặt là sai; xóa bỏ hay thay đổi nó, nếu bạn thực sự "
17989"muốn bật bộ đệm chưa theo dõi"
17990
17991#: builtin/update-index.c:1189
17992#, c-format
17993msgid "Untracked cache enabled for '%s'"
17994msgstr "Nhớ đệm không theo vết được bật cho “%s”"
17995
17996#: builtin/update-index.c:1197
17997msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
17998msgstr ""
17999"core.fsmonitor chưa được đặt; đặt nó nếu bạn thực sự muốn bật theo dõi hệ "
18000"thống tập tin"
18001
18002#: builtin/update-index.c:1201
18003msgid "fsmonitor enabled"
18004msgstr "fsmonitor được bật"
18005
18006#: builtin/update-index.c:1204
18007msgid ""
18008"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18009msgstr ""
18010"core.fsmonitor đã được đặt; bỏ đặt nó nếu bạn thực sự muốn bật theo dõi hệ "
18011"thống tập tin"
18012
18013#: builtin/update-index.c:1208
18014msgid "fsmonitor disabled"
18015msgstr "fsmonitor bị tắt"
18016
18017#: builtin/update-ref.c:10
18018msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18019msgstr "git update-ref [<các-tùy-chọn>] -d <refname> [<biến-cũ>]"
18020
18021#: builtin/update-ref.c:11
18022msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18023msgstr "git update-ref [<các-tùy-chọn>]    <refname> <biến-mới> [<biến-cũ>]"
18024
18025#: builtin/update-ref.c:12
18026msgid "git update-ref [<options>] --stdin [-z]"
18027msgstr "git update-ref [<các-tùy-chọn>] --stdin [-z]"
18028
18029#: builtin/update-ref.c:364
18030msgid "delete the reference"
18031msgstr "xóa tham chiếu"
18032
18033#: builtin/update-ref.c:366
18034msgid "update <refname> not the one it points to"
18035msgstr "cập nhật <tên-tham-chiếu> không phải cái nó chỉ tới"
18036
18037#: builtin/update-ref.c:367
18038msgid "stdin has NUL-terminated arguments"
18039msgstr "đầu vào tiêu chuẩn có các đối số được chấm dứt bởi NUL"
18040
18041#: builtin/update-ref.c:368
18042msgid "read updates from stdin"
18043msgstr "đọc cập nhật từ đầu vào tiêu chuẩn"
18044
18045#: builtin/update-server-info.c:7
18046msgid "git update-server-info [--force]"
18047msgstr "git update-server-info [--force]"
18048
18049#: builtin/update-server-info.c:15
18050msgid "update the info files from scratch"
18051msgstr "cập nhật các tập tin thông tin từ điểm xuất phát"
18052
18053#: builtin/upload-pack.c:11
18054msgid "git upload-pack [<options>] <dir>"
18055msgstr "git upload-pack [<các-tùy-chọn>] </đường/dẫn>"
18056
18057#: builtin/upload-pack.c:25
18058msgid "exit immediately after initial ref advertisement"
18059msgstr "thoát ngay sau khi khởi tạo quảng cáo tham chiếu"
18060
18061#: builtin/upload-pack.c:27
18062msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18063msgstr "đừng thử <thư_mục>/.git/ nếu <thư_mục> không phải là thư mục Git"
18064
18065#: builtin/upload-pack.c:29
18066msgid "interrupt transfer after <n> seconds of inactivity"
18067msgstr "ngắt truyền thông sau <n> giây không hoạt động"
18068
18069#: builtin/verify-commit.c:20
18070msgid "git verify-commit [-v | --verbose] <commit>..."
18071msgstr "git verify-commit [-v | --verbose] <lần_chuyển_giao>…"
18072
18073#: builtin/verify-commit.c:76
18074msgid "print commit contents"
18075msgstr "hiển thị nội dung của lần chuyển giao"
18076
18077#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18078msgid "print raw gpg status output"
18079msgstr "in kết xuất trạng thái gpg dạng thô"
18080
18081#: builtin/verify-pack.c:55
18082msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18083msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <gói>…"
18084
18085#: builtin/verify-pack.c:65
18086msgid "verbose"
18087msgstr "chi tiết"
18088
18089#: builtin/verify-pack.c:67
18090msgid "show statistics only"
18091msgstr "chỉ hiển thị thống kê"
18092
18093#: builtin/verify-tag.c:19
18094msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18095msgstr "git verify-tag [-v | --verbose] [--format=<định_dạng>] <thẻ>…"
18096
18097#: builtin/verify-tag.c:37
18098msgid "print tag contents"
18099msgstr "hiển thị nội dung của thẻ"
18100
18101#: builtin/worktree.c:17
18102msgid "git worktree add [<options>] <path> [<commit-ish>]"
18103msgstr "git worktree add [<các-tùy-chọn>] <đường-dẫn> [<commit-ish>]"
18104
18105#: builtin/worktree.c:18
18106msgid "git worktree list [<options>]"
18107msgstr "git worktree list [<các-tùy-chọn>]"
18108
18109#: builtin/worktree.c:19
18110msgid "git worktree lock [<options>] <path>"
18111msgstr "git worktree lock [<các-tùy-chọn>] </đường/dẫn>"
18112
18113#: builtin/worktree.c:20
18114msgid "git worktree move <worktree> <new-path>"
18115msgstr "git worktree move <worktree> </đường/dẫn/mới>"
18116
18117#: builtin/worktree.c:21
18118msgid "git worktree prune [<options>]"
18119msgstr "git worktree prune [<các-tùy-chọn>]"
18120
18121#: builtin/worktree.c:22
18122msgid "git worktree remove [<options>] <worktree>"
18123msgstr "git worktree remove [<các-tùy-chọn>] <worktree>"
18124
18125#: builtin/worktree.c:23
18126msgid "git worktree unlock <path>"
18127msgstr "git worktree unlock </đường/dẫn>"
18128
18129#: builtin/worktree.c:60 builtin/worktree.c:871
18130#, c-format
18131msgid "failed to delete '%s'"
18132msgstr "gặp lỗi khi xóa “%s”"
18133
18134#: builtin/worktree.c:79
18135#, c-format
18136msgid "Removing worktrees/%s: not a valid directory"
18137msgstr "Gỡ bỏ cây làm việc/%s: không phải là thư mục hợp lệ"
18138
18139#: builtin/worktree.c:85
18140#, c-format
18141msgid "Removing worktrees/%s: gitdir file does not exist"
18142msgstr "Gỡ bỏ cây làm việc/%s: không có tập tin gitdir"
18143
18144#: builtin/worktree.c:90 builtin/worktree.c:99
18145#, c-format
18146msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18147msgstr "Gỡ bỏ cây làm việc/%s: không thể đọc tập tin gitdir (%s)"
18148
18149#: builtin/worktree.c:109
18150#, c-format
18151msgid ""
18152"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18153"%<PRIuMAX>)"
18154msgstr "Gỡ bỏ cây làm việc/%s: đọc ngắn (cần %<PRIuMAX> byte, đọc %<PRIuMAX>)"
18155
18156#: builtin/worktree.c:117
18157#, c-format
18158msgid "Removing worktrees/%s: invalid gitdir file"
18159msgstr "Gỡ bỏ cây làm việc/%s: tập tin gitdir không hợp lệ"
18160
18161#: builtin/worktree.c:126
18162#, c-format
18163msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18164msgstr "Gỡ bỏ cây làm việc/%s: tập tin gitdir chỉ đến vị trí không tồn tại"
18165
18166#: builtin/worktree.c:165
18167msgid "report pruned working trees"
18168msgstr "báo cáo các cây làm việc đã prune"
18169
18170#: builtin/worktree.c:167
18171msgid "expire working trees older than <time>"
18172msgstr "các cây làm việc hết hạn cũ hơn khoảng <thời gian>"
18173
18174#: builtin/worktree.c:234
18175#, c-format
18176msgid "'%s' already exists"
18177msgstr "“%s” đã có từ trước rồi"
18178
18179#: builtin/worktree.c:251
18180#, c-format
18181msgid "unable to re-add worktree '%s'"
18182msgstr "không thể thêm-lại cây “%s”"
18183
18184#: builtin/worktree.c:256
18185#, c-format
18186msgid ""
18187"'%s' is a missing but locked worktree;\n"
18188"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18189msgstr ""
18190"“%s” bị mất nhưng cây làm việc bị khóa;\n"
18191"dùng “add -f -f” để ghi đè, hoặc “unlock” và “prune” hay “remove” để xóa"
18192
18193#: builtin/worktree.c:258
18194#, c-format
18195msgid ""
18196"'%s' is a missing but already registered worktree;\n"
18197"use 'add -f' to override, or 'prune' or 'remove' to clear"
18198msgstr ""
18199"“%s” bị mất nhưng cây làm việc đã được đăng ký;\n"
18200"dùng “add -f” để ghi đè, hoặc “prune” hay “remove” để xóa"
18201
18202#: builtin/worktree.c:309
18203#, c-format
18204msgid "could not create directory of '%s'"
18205msgstr "không thể tạo thư mục của “%s”"
18206
18207#: builtin/worktree.c:428 builtin/worktree.c:434
18208#, c-format
18209msgid "Preparing worktree (new branch '%s')"
18210msgstr "Đang chuẩn bị cây làm việc (nhánh mới “%s”)"
18211
18212#: builtin/worktree.c:430
18213#, c-format
18214msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18215msgstr "Đang chuẩn bị cây làm việc (đang cài đặt nhánh “%s”, trước đây tại %s)"
18216
18217#: builtin/worktree.c:439
18218#, c-format
18219msgid "Preparing worktree (checking out '%s')"
18220msgstr "Đang chuẩn bị cây làm việc (đang lấy ra “%s”)"
18221
18222#: builtin/worktree.c:445
18223#, c-format
18224msgid "Preparing worktree (detached HEAD %s)"
18225msgstr "Đang chuẩn bị cây làm việc (HEAD đã tách rời “%s”)"
18226
18227#: builtin/worktree.c:486
18228msgid "checkout <branch> even if already checked out in other worktree"
18229msgstr "lấy ra <nhánh> ngay cả khi nó đã được lấy ra ở cây làm việc khác"
18230
18231#: builtin/worktree.c:489
18232msgid "create a new branch"
18233msgstr "tạo nhánh mới"
18234
18235#: builtin/worktree.c:491
18236msgid "create or reset a branch"
18237msgstr "tạo hay đặt lại một nhánh"
18238
18239#: builtin/worktree.c:493
18240msgid "populate the new working tree"
18241msgstr "di chuyển cây làm việc mới"
18242
18243#: builtin/worktree.c:494
18244msgid "keep the new working tree locked"
18245msgstr "giữ cây làm việc mới bị khóa"
18246
18247#: builtin/worktree.c:497
18248msgid "set up tracking mode (see git-branch(1))"
18249msgstr "cài đặt chế độ theo dõi (xem git-branch(1))"
18250
18251#: builtin/worktree.c:500
18252msgid "try to match the new branch name with a remote-tracking branch"
18253msgstr "có khớp tên tên nhánh mới với một nhánh theo dõi máy chủ"
18254
18255#: builtin/worktree.c:508
18256msgid "-b, -B, and --detach are mutually exclusive"
18257msgstr "Các tùy chọn -b, -B, và --detach loại từ lẫn nhau"
18258
18259#: builtin/worktree.c:569
18260msgid "--[no-]track can only be used if a new branch is created"
18261msgstr "--[no-]track chỉ có thể được dùng nếu một nhánh mới được tạo"
18262
18263#: builtin/worktree.c:669
18264msgid "reason for locking"
18265msgstr "lý do khóa"
18266
18267#: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:772
18268#: builtin/worktree.c:899
18269#, c-format
18270msgid "'%s' is not a working tree"
18271msgstr "%s không phải là cây làm việc"
18272
18273#: builtin/worktree.c:683 builtin/worktree.c:716
18274msgid "The main working tree cannot be locked or unlocked"
18275msgstr "Cây thư mục làm việc chính không thể khóa hay bỏ khóa được"
18276
18277#: builtin/worktree.c:688
18278#, c-format
18279msgid "'%s' is already locked, reason: %s"
18280msgstr "“%s” đã được khóa rồi, lý do: %s"
18281
18282#: builtin/worktree.c:690
18283#, c-format
18284msgid "'%s' is already locked"
18285msgstr "“%s” đã được khóa rồi"
18286
18287#: builtin/worktree.c:718
18288#, c-format
18289msgid "'%s' is not locked"
18290msgstr "“%s” chưa bị khóa"
18291
18292#: builtin/worktree.c:743
18293msgid "working trees containing submodules cannot be moved or removed"
18294msgstr "cây làm việc có chứa mô-đun-con không thể di chuyển hay xóa bỏ"
18295
18296#: builtin/worktree.c:751
18297msgid "force move even if worktree is dirty or locked"
18298msgstr "ép buộc ngay cả khi cây làm việc đang bẩn hay bị khóa"
18299
18300#: builtin/worktree.c:774 builtin/worktree.c:901
18301#, c-format
18302msgid "'%s' is a main working tree"
18303msgstr "“%s” là cây làm việc chính"
18304
18305#: builtin/worktree.c:779
18306#, c-format
18307msgid "could not figure out destination name from '%s'"
18308msgstr "không thể phác họa ra tên đích đến “%s”"
18309
18310#: builtin/worktree.c:785
18311#, c-format
18312msgid "target '%s' already exists"
18313msgstr "đích “%s” đã tồn tại rồi"
18314
18315#: builtin/worktree.c:793
18316#, c-format
18317msgid ""
18318"cannot move a locked working tree, lock reason: %s\n"
18319"use 'move -f -f' to override or unlock first"
18320msgstr ""
18321"không thể di chuyển một cây-làm-việc bị khóa, khóa vì: %s\n"
18322"dùng “move -f -f” để ghi đè hoặc mở khóa trước đã"
18323
18324#: builtin/worktree.c:795
18325msgid ""
18326"cannot move a locked working tree;\n"
18327"use 'move -f -f' to override or unlock first"
18328msgstr ""
18329"không thể di chuyển một cây-làm-việc bị khóa;\n"
18330"dùng “move -f -f” để ghi đè hoặc mở khóa trước đã"
18331
18332#: builtin/worktree.c:798
18333#, c-format
18334msgid "validation failed, cannot move working tree: %s"
18335msgstr "thẩm tra gặp lỗi, không thể di chuyển một cây-làm-việc: %s"
18336
18337#: builtin/worktree.c:803
18338#, c-format
18339msgid "failed to move '%s' to '%s'"
18340msgstr "gặp lỗi khi chuyển “%s” sang “%s”"
18341
18342#: builtin/worktree.c:851
18343#, c-format
18344msgid "failed to run 'git status' on '%s'"
18345msgstr "gặp lỗi khi chạy “git status” vào “%s”"
18346
18347#: builtin/worktree.c:855
18348#, c-format
18349msgid "'%s' is dirty, use --force to delete it"
18350msgstr "“%s” đang bẩn, hãy dùng --force để xóa nó"
18351
18352#: builtin/worktree.c:860
18353#, c-format
18354msgid "failed to run 'git status' on '%s', code %d"
18355msgstr "gặp lỗi khi chạy “git status” trong “%s”, mã %d"
18356
18357#: builtin/worktree.c:883
18358msgid "force removal even if worktree is dirty or locked"
18359msgstr "ép buộc di chuyển thậm chí cả khi cây làm việc đang bẩn hay bị khóa"
18360
18361#: builtin/worktree.c:906
18362#, c-format
18363msgid ""
18364"cannot remove a locked working tree, lock reason: %s\n"
18365"use 'remove -f -f' to override or unlock first"
18366msgstr ""
18367"không thể xóa bỏ một cây-làm-việc bị khóa, khóa vì: %s\n"
18368"dùng “remove -f -f” để ghi đè hoặc mở khóa trước đã"
18369
18370#: builtin/worktree.c:908
18371msgid ""
18372"cannot remove a locked working tree;\n"
18373"use 'remove -f -f' to override or unlock first"
18374msgstr ""
18375"không thể xóa bỏ một cây-làm-việc bị khóa;\n"
18376"dùng “remove -f -f” để ghi đè hoặc mở khóa trước đã"
18377
18378#: builtin/worktree.c:911
18379#, c-format
18380msgid "validation failed, cannot remove working tree: %s"
18381msgstr "thẩm tra gặp lỗi, không thể gỡ bỏ một cây-làm-việc: %s"
18382
18383#: builtin/write-tree.c:14
18384msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
18385msgstr "git write-tree [--missing-ok] [--prefix=<tiền-tố>/]"
18386
18387#: builtin/write-tree.c:27
18388msgid "<prefix>/"
18389msgstr "<tiền tố>/"
18390
18391#: builtin/write-tree.c:28
18392msgid "write tree object for a subdirectory <prefix>"
18393msgstr "ghi đối tượng cây (tree) cho <tiền tố> thư mục con"
18394
18395#: builtin/write-tree.c:30
18396msgid "only useful for debugging"
18397msgstr "chỉ hữu ích khi cần gỡ lỗi"
18398
18399#: credential-cache--daemon.c:222
18400#, c-format
18401msgid ""
18402"The permissions on your socket directory are too loose; other\n"
18403"users may be able to read your cached credentials. Consider running:\n"
18404"\n"
18405"\tchmod 0700 %s"
18406msgstr ""
18407"Quyền hạn trên thư mục gói mạng của bạn không chính xác; người dùng\n"
18408"khác có lẽ có thể đọc được chứng thư được lưu đệm của bạn. Cân nhắc chạy:\n"
18409"\n"
18410"\tchmod 0700 %s"
18411
18412#: credential-cache--daemon.c:271
18413msgid "print debugging messages to stderr"
18414msgstr "in thông tin gỡ lỗi ra đầu ra lỗi tiêu chuẩn"
18415
18416#: t/helper/test-reach.c:152
18417#, c-format
18418msgid "commit %s is not marked reachable"
18419msgstr "lần chuyển giao %s chưa được đánh dấu là tiếp cận được"
18420
18421#: t/helper/test-reach.c:162
18422msgid "too many commits marked reachable"
18423msgstr "có quá nhiều lần chuyển giao được đánh dấu là tiếp cận được"
18424
18425#: git.c:27
18426msgid ""
18427"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
18428"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
18429"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
18430"bare]\n"
18431"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
18432"           <command> [<args>]"
18433msgstr ""
18434"git [--version] [--help] [-C </đường/dẫn/>] [-c <tên>=<giá trị>]\n"
18435"           [--exec-path[=</đường/dẫn/>]] [--html-path] [--man-path] [--info-"
18436"path]\n"
18437"           [-p | --paginate | -P --no-pager] [--no-replace-objects] [--"
18438"bare]\n"
18439"           [--git-dir=</đường/dẫn/>] [--work-tree=</đường/dẫn/>] [--"
18440"namespace=<tên>]\n"
18441"           <lệnh> [<các tham số>]"
18442
18443#: git.c:34
18444msgid ""
18445"'git help -a' and 'git help -g' list available subcommands and some\n"
18446"concept guides. See 'git help <command>' or 'git help <concept>'\n"
18447"to read about a specific subcommand or concept."
18448msgstr ""
18449"“git help -a” và “git help -g” liệt kê các câu lệnh con sẵn có và một số\n"
18450"hướng dẫn về khái niệm. Xem “git help <lệnh>” hay “git help <khái-niệm>”\n"
18451"để xem các đặc tả cho lệnh hay khái niệm cụ thể."
18452
18453#: git.c:173
18454#, c-format
18455msgid "no directory given for --git-dir\n"
18456msgstr "chưa chỉ ra thư mục cho --git-dir\n"
18457
18458#: git.c:187
18459#, c-format
18460msgid "no namespace given for --namespace\n"
18461msgstr "chưa đưa ra không gian làm việc cho --namespace\n"
18462
18463#: git.c:201
18464#, c-format
18465msgid "no directory given for --work-tree\n"
18466msgstr "chưa đưa ra cây làm việc cho --work-tree\n"
18467
18468#: git.c:215
18469#, c-format
18470msgid "no prefix given for --super-prefix\n"
18471msgstr "chưa đưa ra tiền tố cho --super-prefix\n"
18472
18473#: git.c:237
18474#, c-format
18475msgid "-c expects a configuration string\n"
18476msgstr "-c cần một chuỗi cấu hình\n"
18477
18478#: git.c:275
18479#, c-format
18480msgid "no directory given for -C\n"
18481msgstr "chưa đưa ra thư mục cho -C\n"
18482
18483#: git.c:300
18484#, c-format
18485msgid "unknown option: %s\n"
18486msgstr "không hiểu tùy chọn: %s\n"
18487
18488#: git.c:719
18489#, c-format
18490msgid "alias loop detected: expansion of '%s' does not terminate:%s"
18491msgstr ""
18492"dò tìm thấy các bí danh quẩn tròn: biểu thức của “%s” không có điểm kết:%s"
18493
18494#: git.c:802
18495#, c-format
18496msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
18497msgstr "gặp lỗi khi khai triển bí danh “%s”; “%s” không phải là lệnh git\n"
18498
18499#: git.c:814
18500#, c-format
18501msgid "failed to run command '%s': %s\n"
18502msgstr "gặp lỗi khi chạy lệnh “%s”: %s\n"
18503
18504#: http.c:374
18505#, c-format
18506msgid "negative value for http.postbuffer; defaulting to %d"
18507msgstr "giá trị âm cho http.postbuffer; đặt thành mặc định là %d"
18508
18509#: http.c:395
18510msgid "Delegation control is not supported with cURL < 7.22.0"
18511msgstr "Điều khiển giao quyền không được hỗ trợ với cURL < 7.22.0"
18512
18513#: http.c:404
18514msgid "Public key pinning not supported with cURL < 7.44.0"
18515msgstr "Chốt khóa công không được hỗ trợ với cURL < 7.44.0"
18516
18517#: http.c:837
18518msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
18519msgstr "CURLSSLOPT_NO_REVOKE không được hỗ trợ với cURL < 7.44.0"
18520
18521#: http.c:910
18522msgid "Protocol restrictions not supported with cURL < 7.19.4"
18523msgstr "Các hạn chế giao thức không được hỗ trợ với cURL < 7.19.4"
18524
18525#: http.c:1046
18526#, c-format
18527msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
18528msgstr ""
18529"Không hỗ trợ ứng dụng SSL chạy phía sau “%s”. Hỗ trợ ứng dụng SSL chạy phía "
18530"sau:"
18531
18532#: http.c:1053
18533#, c-format
18534msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
18535msgstr ""
18536"Không thể đặt ứng dụng chạy SSL phía sau “%s”: cURL được biên dịch không có "
18537"sự hỗ trợ ứng dụng chạy phía sau SSL"
18538
18539#: http.c:1057
18540#, c-format
18541msgid "Could not set SSL backend to '%s': already set"
18542msgstr "Không thể đặt ứng dụng chạy sau SSL cho “%s”: đã đặt rồi"
18543
18544#: http.c:1921
18545#, c-format
18546msgid ""
18547"unable to update url base from redirection:\n"
18548"  asked for: %s\n"
18549"   redirect: %s"
18550msgstr ""
18551"không thể cập nhật dựa trên cơ sở url từ chuyển hướng:\n"
18552"      hỏi cho: %s\n"
18553" chuyển hướng: %s"
18554
18555#: remote-curl.c:401
18556#, c-format
18557msgid "redirecting to %s"
18558msgstr "chuyển hướng đến %s"
18559
18560#: list-objects-filter-options.h:60
18561msgid "args"
18562msgstr "các_tham_số"
18563
18564#: list-objects-filter-options.h:61
18565msgid "object filtering"
18566msgstr "lọc đối tượng"
18567
18568#: parse-options.h:154
18569msgid "expiry-date"
18570msgstr "ngày hết hạn"
18571
18572#: parse-options.h:169
18573msgid "no-op (backward compatibility)"
18574msgstr "no-op (tương thích ngược)"
18575
18576#: parse-options.h:261
18577msgid "be more verbose"
18578msgstr "chi tiết hơn nữa"
18579
18580#: parse-options.h:263
18581msgid "be more quiet"
18582msgstr "im lặng hơn nữa"
18583
18584#: parse-options.h:269
18585msgid "use <n> digits to display SHA-1s"
18586msgstr "sử dụng <n> chữ số để hiển thị SHA-1s"
18587
18588#: command-list.h:50
18589msgid "Add file contents to the index"
18590msgstr "Thêm nội dung tập tin vào bảng mục lục"
18591
18592#: command-list.h:51
18593msgid "Apply a series of patches from a mailbox"
18594msgstr "Áp dụng một chuỗi các miếng và từ một mailbox"
18595
18596#: command-list.h:52
18597msgid "Annotate file lines with commit information"
18598msgstr "Các dòng diễn giải tập tin với thông tin chuyển giao"
18599
18600#: command-list.h:53
18601msgid "Apply a patch to files and/or to the index"
18602msgstr ""
18603"Áp dụng một miếng vá cho các tập tin đã chỉ ra và/hoặc vào bảng mục lục"
18604
18605#: command-list.h:54
18606msgid "Import a GNU Arch repository into Git"
18607msgstr "Nhập một kho GNU Arch vào một kho Git"
18608
18609#: command-list.h:55
18610msgid "Create an archive of files from a named tree"
18611msgstr "Tạo một kho nén các tập tin từ cây làm việc có tên"
18612
18613#: command-list.h:56
18614msgid "Use binary search to find the commit that introduced a bug"
18615msgstr "Tìm kiếm dạng nhị phân để tìm ra lần chuyển giao nào đưa ra lỗi"
18616
18617#: command-list.h:57
18618msgid "Show what revision and author last modified each line of a file"
18619msgstr ""
18620"Hiển thị số hiệu phiên bản và tác giả sửa đổi cuối cho từng dòng của một tập "
18621"tin"
18622
18623#: command-list.h:58
18624msgid "List, create, or delete branches"
18625msgstr "Liệt kê, tạo hay là xóa các nhánh"
18626
18627#: command-list.h:59
18628msgid "Move objects and refs by archive"
18629msgstr "Di chuyển các đối tượng và tham chiếu theo kho lưu"
18630
18631#: command-list.h:60
18632msgid "Provide content or type and size information for repository objects"
18633msgstr "Cung cấp nội dung hoặc thông tin về kiểu và cỡ cho các đối tượng kho"
18634
18635#: command-list.h:61
18636msgid "Display gitattributes information"
18637msgstr "Hiển thị thông tin gitattributes"
18638
18639#: command-list.h:62
18640msgid "Debug gitignore / exclude files"
18641msgstr "Gỡ lỗi các tập tin gitignore / exclude"
18642
18643#: command-list.h:63
18644msgid "Show canonical names and email addresses of contacts"
18645msgstr "Hiển thị tên và địa chỉ thư điện tử của các liên hệ dạng chuẩn hóa"
18646
18647#: command-list.h:64
18648msgid "Switch branches or restore working tree files"
18649msgstr "Chuyển các nhánh hoặc phục hồi lại các tập tin cây làm việc"
18650
18651#: command-list.h:65
18652msgid "Copy files from the index to the working tree"
18653msgstr "Sao chép các tập tin từ mục lục ra cây làm việc"
18654
18655#: command-list.h:66
18656msgid "Ensures that a reference name is well formed"
18657msgstr "Đảm bảo rằng một tên tham chiếu ở dạng thức tốt"
18658
18659#: command-list.h:67
18660msgid "Find commits yet to be applied to upstream"
18661msgstr "Tìm những lần chuyển giao còn chưa được áp dụng lên thượng nguồn"
18662
18663#: command-list.h:68
18664msgid "Apply the changes introduced by some existing commits"
18665msgstr "Áp dụng các thay đổi được đưa ra bởi một số lần chuyển giao sẵn có"
18666
18667#: command-list.h:69
18668msgid "Graphical alternative to git-commit"
18669msgstr "Tương tác đồ họa với git-commit"
18670
18671#: command-list.h:70
18672msgid "Remove untracked files from the working tree"
18673msgstr "Gỡ bỏ các tập tin không được theo dõi từ cây làm việc"
18674
18675#: command-list.h:71
18676msgid "Clone a repository into a new directory"
18677msgstr "Nhân bản một kho chứa đến một thư mục mới"
18678
18679#: command-list.h:72
18680msgid "Display data in columns"
18681msgstr "Hiển thị dữ liệu dạng các cột"
18682
18683#: command-list.h:73
18684msgid "Record changes to the repository"
18685msgstr "Ghi các thay đổi vào kho chứa"
18686
18687#: command-list.h:74
18688msgid "Write and verify Git commit-graph files"
18689msgstr "Ghi và thẩm tra các tập tin đồ họa các lần chuyển giao Git"
18690
18691#: command-list.h:75
18692msgid "Create a new commit object"
18693msgstr "Tạo một đối tượng chuyển giao"
18694
18695#: command-list.h:76
18696msgid "Get and set repository or global options"
18697msgstr "Lấy và đặt kho hoặc các tùy chọn toàn cục"
18698
18699#: command-list.h:77
18700msgid "Count unpacked number of objects and their disk consumption"
18701msgstr ""
18702"Đếm số lượng đối tượng chưa được đóng gói và mức tiêu dùng đĩa của chúng"
18703
18704#: command-list.h:78
18705msgid "Retrieve and store user credentials"
18706msgstr "Nhận và lưu chứng nhận của người dùng"
18707
18708#: command-list.h:79
18709msgid "Helper to temporarily store passwords in memory"
18710msgstr "Bộ hỗ trợ để lưu mật khẩu tạm thời trong bộ nhớ"
18711
18712#: command-list.h:80
18713msgid "Helper to store credentials on disk"
18714msgstr "Bộ hỗ trợ để lưu chứng nhận vào đĩa"
18715
18716#: command-list.h:81
18717msgid "Export a single commit to a CVS checkout"
18718msgstr "Xuất một lần chuyển giao thành một lần lấy ra CVS"
18719
18720#: command-list.h:82
18721msgid "Salvage your data out of another SCM people love to hate"
18722msgstr "Xem xét giá trị dữ liệu của bạn khỏi người khác yêu SCM để ghét"
18723
18724#: command-list.h:83
18725msgid "A CVS server emulator for Git"
18726msgstr "Một bộ mô phỏng máy dịch vụ CVS cho Git"
18727
18728#: command-list.h:84
18729msgid "A really simple server for Git repositories"
18730msgstr "Một máy phục vụ thực sự đơn giản dành cho kho Git"
18731
18732#: command-list.h:85
18733msgid "Give an object a human readable name based on an available ref"
18734msgstr ""
18735"Đưa ra một đối tượng dựa trên một tên ở dạng con người đọc được trên một "
18736"tham chiếu sẵn có"
18737
18738#: command-list.h:86
18739msgid "Show changes between commits, commit and working tree, etc"
18740msgstr ""
18741"Xem các thay đổi giữa những lần chuyển giao, giữa một lần chuyển giao và cây "
18742"làm việc, v.v.."
18743
18744#: command-list.h:87
18745msgid "Compares files in the working tree and the index"
18746msgstr "So sánh các tập tin trong cây làm việc và bảng mục lục"
18747
18748#: command-list.h:88
18749msgid "Compare a tree to the working tree or index"
18750msgstr "So sánh các cây trong cây làm việc hoặc bảng mục lục"
18751
18752#: command-list.h:89
18753msgid "Compares the content and mode of blobs found via two tree objects"
18754msgstr ""
18755"So sánh nội dung và chế độ của các blob tìm thấy thông qua hai đối tượng cây"
18756
18757#: command-list.h:90
18758msgid "Show changes using common diff tools"
18759msgstr "Hiển thị các thay đổi sử dụng các công cụ diff chung"
18760
18761#: command-list.h:91
18762msgid "Git data exporter"
18763msgstr "Bộ xuất dữ liệu Git"
18764
18765#: command-list.h:92
18766msgid "Backend for fast Git data importers"
18767msgstr "Ứng dụng chạy phía sau cho bộ nhập nhanh dữ liệu Git"
18768
18769#: command-list.h:93
18770msgid "Download objects and refs from another repository"
18771msgstr "Tải về các đối tượng và tham chiếu từ kho chứa khác"
18772
18773#: command-list.h:94
18774msgid "Receive missing objects from another repository"
18775msgstr "Tải về các đối tượng còn thiếu từ kho chứa khác"
18776
18777#: command-list.h:95
18778msgid "Rewrite branches"
18779msgstr "Những nhánh ghi lại"
18780
18781#: command-list.h:96
18782msgid "Produce a merge commit message"
18783msgstr "Sản sinh một ghi chú lần chuyển giao hòa trộn"
18784
18785#: command-list.h:97
18786msgid "Output information on each ref"
18787msgstr "Xuất thông tin cho từng tham chiếu"
18788
18789#: command-list.h:98
18790msgid "Prepare patches for e-mail submission"
18791msgstr "Chuẩn bị các miếng vá để gửi qua thư điện tử"
18792
18793#: command-list.h:99
18794msgid "Verifies the connectivity and validity of the objects in the database"
18795msgstr ""
18796"Thẩm tra lại tính kết nối và tính hiệu lực cảu các đối tượng trong cơ sở dữ "
18797"liệu"
18798
18799#: command-list.h:100
18800msgid "Cleanup unnecessary files and optimize the local repository"
18801msgstr "Dọn dẹp các tập tin không cần thiết và tối ưu kho nội bộ"
18802
18803#: command-list.h:101
18804msgid "Extract commit ID from an archive created using git-archive"
18805msgstr ""
18806"Rút trích mã số lần chuyển giao từ một kho nén đã được tạo bởi git-archive"
18807
18808#: command-list.h:102
18809msgid "Print lines matching a pattern"
18810msgstr "In ra những dòng khớp với một mẫu"
18811
18812#: command-list.h:103
18813msgid "A portable graphical interface to Git"
18814msgstr "Một giao diện đồ họa khả chuyển cho Git"
18815
18816#: command-list.h:104
18817msgid "Compute object ID and optionally creates a blob from a file"
18818msgstr "Tính toán ID đối tượng và tùy chọn là tạo một blob từ một tập tin"
18819
18820#: command-list.h:105
18821msgid "Display help information about Git"
18822msgstr "Hiển thị thông tin trợ giúp về Git"
18823
18824#: command-list.h:106
18825msgid "Server side implementation of Git over HTTP"
18826msgstr "Thi hành phía máy chủ của Git qua HTTP"
18827
18828#: command-list.h:107
18829msgid "Download from a remote Git repository via HTTP"
18830msgstr "Tải về từ một kho chứa Git trên mạng thông qua HTTP"
18831
18832#: command-list.h:108
18833msgid "Push objects over HTTP/DAV to another repository"
18834msgstr "Đẩy các đối tượng lên thông qua HTTP/DAV đến kho chứa khác"
18835
18836#: command-list.h:109
18837msgid "Send a collection of patches from stdin to an IMAP folder"
18838msgstr ""
18839"Gửi một bộ sưu tập các miếng vá từ đầu vào tiêu chuẩn đến một thư mục IMAP"
18840
18841#: command-list.h:110
18842msgid "Build pack index file for an existing packed archive"
18843msgstr "Xây dựng tập tin mục lục gói cho một kho nén đã đóng gói sẵn có"
18844
18845#: command-list.h:111
18846msgid "Create an empty Git repository or reinitialize an existing one"
18847msgstr "Tạo một kho git mới hay khởi tạo lại một kho đã tồn tại từ trước"
18848
18849#: command-list.h:112
18850msgid "Instantly browse your working repository in gitweb"
18851msgstr "Duyệt ngay kho làm việc của bạn trong gitweb"
18852
18853#: command-list.h:113
18854msgid "add or parse structured information in commit messages"
18855msgstr "thêm hay phân tích thông tin cấu trúc trong ghi chú lần chuyển giao"
18856
18857#: command-list.h:114
18858msgid "The Git repository browser"
18859msgstr "Bộ duyện kho Git"
18860
18861#: command-list.h:115
18862msgid "Show commit logs"
18863msgstr "Hiển thị nhật ký các lần chuyển giao"
18864
18865#: command-list.h:116
18866msgid "Show information about files in the index and the working tree"
18867msgstr "Hiển thị thông tin về các tập tin trong bảng mục lục và cây làm việc"
18868
18869#: command-list.h:117
18870msgid "List references in a remote repository"
18871msgstr "Liệt kê các tham chiếu trong một kho chứa trên mạng"
18872
18873#: command-list.h:118
18874msgid "List the contents of a tree object"
18875msgstr "Liệt kê nội dung của đối tượng cây"
18876
18877#: command-list.h:119
18878msgid "Extracts patch and authorship from a single e-mail message"
18879msgstr "Trích xuất miếng và và nguồn tác giả từ một thư điện tử đơn"
18880
18881#: command-list.h:120
18882msgid "Simple UNIX mbox splitter program"
18883msgstr "Chương trình phân tách UNIX mbox đơn giản"
18884
18885#: command-list.h:121
18886msgid "Join two or more development histories together"
18887msgstr "Hợp nhất hai hay nhiều hơn lịch sử của các nhà phát triển"
18888
18889#: command-list.h:122
18890msgid "Find as good common ancestors as possible for a merge"
18891msgstr "Tìm các tổ tiên chung tốt có thể được cho hòa trộn"
18892
18893#: command-list.h:123
18894msgid "Run a three-way file merge"
18895msgstr "Chạy một hòa trộn tập tin “3-đường”"
18896
18897#: command-list.h:124
18898msgid "Run a merge for files needing merging"
18899msgstr "Chạy một hòa trộn cho các tập tin cần hòa trộn"
18900
18901#: command-list.h:125
18902msgid "The standard helper program to use with git-merge-index"
18903msgstr "Một chương trình hỗ trợ tiêu chuẩn dùng với git-merge-index"
18904
18905#: command-list.h:126
18906msgid "Run merge conflict resolution tools to resolve merge conflicts"
18907msgstr ""
18908"Chạy công cụ phân giải xung đột hòa trộn để mà giải quyết các xung đột hòa "
18909"trộn"
18910
18911#: command-list.h:127
18912msgid "Show three-way merge without touching index"
18913msgstr "Hiển thị hòa trộn ba-đường mà không đụng chạm đến mục lục"
18914
18915#: command-list.h:128
18916msgid "Write and verify multi-pack-indexes"
18917msgstr "Ghi và thẩm tra các multi-pack-indexes"
18918
18919#: command-list.h:129
18920msgid "Creates a tag object"
18921msgstr "Tạo một đối tượng thẻ"
18922
18923#: command-list.h:130
18924msgid "Build a tree-object from ls-tree formatted text"
18925msgstr "Xây dựng một tree-object từ văn bản định dạng ls-tree"
18926
18927#: command-list.h:131
18928msgid "Move or rename a file, a directory, or a symlink"
18929msgstr "Di chuyển hay đổi tên một tập tin, thư mục hoặc liên kết mềm"
18930
18931#: command-list.h:132
18932msgid "Find symbolic names for given revs"
18933msgstr "Tìm các tên liên kết mềm cho điểm xét đã cho"
18934
18935#: command-list.h:133
18936msgid "Add or inspect object notes"
18937msgstr "thêm hoặc điều tra đối tượng ghi chú"
18938
18939#: command-list.h:134
18940msgid "Import from and submit to Perforce repositories"
18941msgstr "Nhập vào từ và gửi đến các kho cần thiết"
18942
18943#: command-list.h:135
18944msgid "Create a packed archive of objects"
18945msgstr "Tạo một kho lưu được đóng gói cho các đối"
18946
18947#: command-list.h:136
18948msgid "Find redundant pack files"
18949msgstr "Tìm các tập tin gói dư thừa"
18950
18951#: command-list.h:137
18952msgid "Pack heads and tags for efficient repository access"
18953msgstr "Đóng gói các phần đầu và thẻ để truy cập kho hiệu quả hơn"
18954
18955#: command-list.h:138
18956msgid "Routines to help parsing remote repository access parameters"
18957msgstr "Các thủ tục để giúp phân tích các tham số truy cập kho chứa trên mạng"
18958
18959#: command-list.h:139
18960msgid "Compute unique ID for a patch"
18961msgstr "Tính toán ID duy nhất cho một miếng vá"
18962
18963#: command-list.h:140
18964msgid "Prune all unreachable objects from the object database"
18965msgstr ""
18966"Xén bớt tất các các đối tượng không tiếp cận được từ cơ sở dữ liệu đối tượng"
18967
18968#: command-list.h:141
18969msgid "Remove extra objects that are already in pack files"
18970msgstr "Xóa bỏ các đối tượng mở rộng cái mà đã sẵn có trong các tập tin gói"
18971
18972#: command-list.h:142
18973msgid "Fetch from and integrate with another repository or a local branch"
18974msgstr "Lấy về và hợp nhất với kho khác hay một nhánh nội bộ"
18975
18976#: command-list.h:143
18977msgid "Update remote refs along with associated objects"
18978msgstr "Cập nhật th.chiếu máy chủ cùng với các đối tượng liên quan đến nó"
18979
18980#: command-list.h:144
18981msgid "Applies a quilt patchset onto the current branch"
18982msgstr "Ấp dụng một bộ miếng vá quilt vào trong nhánh hiện hành"
18983
18984#: command-list.h:145
18985msgid "Compare two commit ranges (e.g. two versions of a branch)"
18986msgstr "So sánh hai vùng chuyển giao (vd: hai phiên bản của một nhánh)"
18987
18988#: command-list.h:146
18989msgid "Reads tree information into the index"
18990msgstr "Đọc thông tin cây vào trong mục lục"
18991
18992#: command-list.h:147
18993msgid "Reapply commits on top of another base tip"
18994msgstr "Thu hoạch các lần chuyển giao trên đỉnh của đầu mút cơ sở khác"
18995
18996#: command-list.h:148
18997msgid "Receive what is pushed into the repository"
18998msgstr "Nhận cái mà được đẩy vào trong kho"
18999
19000#: command-list.h:149
19001msgid "Manage reflog information"
19002msgstr "Quản lý thông tin reflog"
19003
19004#: command-list.h:150
19005msgid "Manage set of tracked repositories"
19006msgstr "Quản lý tập hợp các kho chứa đã được theo dõi"
19007
19008#: command-list.h:151
19009msgid "Pack unpacked objects in a repository"
19010msgstr "Đóng gói các đối tượng chưa đóng gói ở một kho chứa"
19011
19012#: command-list.h:152
19013msgid "Create, list, delete refs to replace objects"
19014msgstr "Tạo, liệt kê, xóa các tham chiếu để thay thế các đối tượng"
19015
19016#: command-list.h:153
19017msgid "Generates a summary of pending changes"
19018msgstr "Tạo ra một tóm tắt các thay đổi còn treo"
19019
19020#: command-list.h:154
19021msgid "Reuse recorded resolution of conflicted merges"
19022msgstr "Dùng lại các giải pháp đã ghi lại của các hòa trộn bị xung đột"
19023
19024#: command-list.h:155
19025msgid "Reset current HEAD to the specified state"
19026msgstr "Đặt lại HEAD hiện hành thành trạng thái đã cho"
19027
19028#: command-list.h:156
19029msgid "Revert some existing commits"
19030msgstr "Hoàn lại một số lần chuyển giao sẵn có"
19031
19032#: command-list.h:157
19033msgid "Lists commit objects in reverse chronological order"
19034msgstr "Liệt kê các đối tượng chuyển giao theo thứ tự tôpô đảo ngược"
19035
19036#: command-list.h:158
19037msgid "Pick out and massage parameters"
19038msgstr "Cậy ra và xử lý các tham số"
19039
19040#: command-list.h:159
19041msgid "Remove files from the working tree and from the index"
19042msgstr "Gỡ bỏ các tập tin từ cây làm việc và từ bảng mục lục"
19043
19044#: command-list.h:160
19045msgid "Send a collection of patches as emails"
19046msgstr "Gửi một tập hợp của các miếng vá ở dạng thư điện tử"
19047
19048#: command-list.h:161
19049msgid "Push objects over Git protocol to another repository"
19050msgstr "Đẩy các đối tượng lên thông qua giao thức Git đến kho chứa khác"
19051
19052#: command-list.h:162
19053msgid "Restricted login shell for Git-only SSH access"
19054msgstr "Hệ vỏ đăng nhập có hạn chế cho truy cập SSH chỉ-Git"
19055
19056#: command-list.h:163
19057msgid "Summarize 'git log' output"
19058msgstr "Kết xuất “git log” dạng tóm tắt"
19059
19060#: command-list.h:164
19061msgid "Show various types of objects"
19062msgstr "Hiển thị các kiểu khác nhau của các đối tượng"
19063
19064#: command-list.h:165
19065msgid "Show branches and their commits"
19066msgstr "Hiển thị những nhánh và các lần chuyển giao của chúng"
19067
19068#: command-list.h:166
19069msgid "Show packed archive index"
19070msgstr "Hiển thị các muc lục kho nén đã đóng gói"
19071
19072#: command-list.h:167
19073msgid "List references in a local repository"
19074msgstr "Liệt kê các tham chiếu trong một kho nội bộ"
19075
19076#: command-list.h:168
19077msgid "Git's i18n setup code for shell scripts"
19078msgstr "Nã cài đặt quốc tế hóa của Git cho văn lệnh hệ vỏ"
19079
19080#: command-list.h:169
19081msgid "Common Git shell script setup code"
19082msgstr "Mã cài đặt văn lệnh hệ vỏ Git chung"
19083
19084#: command-list.h:170
19085msgid "Stash the changes in a dirty working directory away"
19086msgstr "Tạm cất đi các thay đổi trong một thư mục làm việc bẩn"
19087
19088#: command-list.h:171
19089msgid "Add file contents to the staging area"
19090msgstr "Thêm nội dung tập tin vào vùng bệ phóng"
19091
19092#: command-list.h:172
19093msgid "Show the working tree status"
19094msgstr "Hiển thị trạng thái cây làm việc"
19095
19096#: command-list.h:173
19097msgid "Remove unnecessary whitespace"
19098msgstr "Xóa bỏ các khoảng trắng không cần thiết"
19099
19100#: command-list.h:174
19101msgid "Initialize, update or inspect submodules"
19102msgstr "Khởi tạo, cập nhật hay điều tra các mô-đun-con"
19103
19104#: command-list.h:175
19105msgid "Bidirectional operation between a Subversion repository and Git"
19106msgstr "Thao tác hai hướng giữ hai kho Subversion và Git"
19107
19108#: command-list.h:176
19109msgid "Read, modify and delete symbolic refs"
19110msgstr "Đọc, sửa và xóa tham chiếu mềm"
19111
19112#: command-list.h:177
19113msgid "Create, list, delete or verify a tag object signed with GPG"
19114msgstr "Tạo, liệt kê, xóa hay xác thực một đối tượng thẻ được ký bằng GPG"
19115
19116#: command-list.h:178
19117msgid "Creates a temporary file with a blob's contents"
19118msgstr "Tạo một tập tin tạm với nội dung của blob"
19119
19120#: command-list.h:179
19121msgid "Unpack objects from a packed archive"
19122msgstr "Gỡ các đối tượng khỏi một kho lưu đã đóng gói"
19123
19124#: command-list.h:180
19125msgid "Register file contents in the working tree to the index"
19126msgstr "Đăng ký nội dung tập tin từ cây làm việc đến bảng mục lục"
19127
19128#: command-list.h:181
19129msgid "Update the object name stored in a ref safely"
19130msgstr "Cập nhật tên đối tượng được lưu trong một tham chiếu một cách an toàn"
19131
19132#: command-list.h:182
19133msgid "Update auxiliary info file to help dumb servers"
19134msgstr "Cập nhật tập tin thông tin phụ trợ để giúp đỡ các dịch vụ dumb"
19135
19136#: command-list.h:183
19137msgid "Send archive back to git-archive"
19138msgstr "Gửi trở lại kho lưu đến git-archive"
19139
19140#: command-list.h:184
19141msgid "Send objects packed back to git-fetch-pack"
19142msgstr "Gửi trở lại các đối tượng đã đóng gói cho git-fetch-pack"
19143
19144#: command-list.h:185
19145msgid "Show a Git logical variable"
19146msgstr "Hiển thị một biến Git luận lý"
19147
19148#: command-list.h:186
19149msgid "Check the GPG signature of commits"
19150msgstr "Kiểm tra ký lần chuyển giao dùng GPG"
19151
19152#: command-list.h:187
19153msgid "Validate packed Git archive files"
19154msgstr "Kiểm tra lại các tập tin kho (lưu trữ, nén) Git đã được đóng gói"
19155
19156#: command-list.h:188
19157msgid "Check the GPG signature of tags"
19158msgstr "Kiểm tra chữ ký GPG của các thẻ"
19159
19160#: command-list.h:189
19161msgid "Git web interface (web frontend to Git repositories)"
19162msgstr "Giao diện Git trên nền web (ứng dụng web chạy trên kho Git)"
19163
19164#: command-list.h:190
19165msgid "Show logs with difference each commit introduces"
19166msgstr "Hiển thị các nhật ký với từng lần chuyển giao khác nhau đưa ra"
19167
19168#: command-list.h:191
19169msgid "Manage multiple working trees"
19170msgstr "Quản lý nhiều cây làm việc"
19171
19172#: command-list.h:192
19173msgid "Create a tree object from the current index"
19174msgstr "Tạo một đối tượng cây từ đầu vào tiêu chuẩn stdin hiện tại"
19175
19176#: command-list.h:193
19177msgid "Defining attributes per path"
19178msgstr "Định nghĩa các thuộc tính cho mỗi đường dẫn"
19179
19180#: command-list.h:194
19181msgid "Git command-line interface and conventions"
19182msgstr "Giao diện dòng lệnh Git và quy ước"
19183
19184#: command-list.h:195
19185msgid "A Git core tutorial for developers"
19186msgstr "Hướng dẫn Git cơ bản cho nhà phát triển"
19187
19188#: command-list.h:196
19189msgid "Git for CVS users"
19190msgstr "Git dành cho những người dùng CVS"
19191
19192#: command-list.h:197
19193msgid "Tweaking diff output"
19194msgstr "Chỉnh kết xuất diff"
19195
19196#: command-list.h:198
19197msgid "A useful minimum set of commands for Everyday Git"
19198msgstr "Một tập hợp lệnh hữu dụng tối thiểu để dùng Git hàng ngày"
19199
19200#: command-list.h:199
19201msgid "A Git Glossary"
19202msgstr "Thuật ngữ chuyên môn Git"
19203
19204#: command-list.h:200
19205msgid "Hooks used by Git"
19206msgstr "Các móc được sử dụng bởi Git"
19207
19208#: command-list.h:201
19209msgid "Specifies intentionally untracked files to ignore"
19210msgstr "Chỉ định các tập tin không cần theo dõi"
19211
19212#: command-list.h:202
19213msgid "Defining submodule properties"
19214msgstr "Định nghĩa thuộc tính mô-đun-con"
19215
19216#: command-list.h:203
19217msgid "Git namespaces"
19218msgstr "không gian tên Git"
19219
19220#: command-list.h:204
19221msgid "Git Repository Layout"
19222msgstr "Bố cục kho Git"
19223
19224#: command-list.h:205
19225msgid "Specifying revisions and ranges for Git"
19226msgstr "Chỉ định điểm xét duyệt và vùng cho Git"
19227
19228#: command-list.h:206
19229msgid "A tutorial introduction to Git: part two"
19230msgstr "Hướng dẫn cách dùng Git: phần hai"
19231
19232#: command-list.h:207
19233msgid "A tutorial introduction to Git"
19234msgstr "Hướng dẫn cách dùng Git"
19235
19236#: command-list.h:208
19237msgid "An overview of recommended workflows with Git"
19238msgstr "Tổng quan về luồng công việc khuyến nghị nên dùng với Git."
19239
19240#: rerere.h:44
19241msgid "update the index with reused conflict resolution if possible"
19242msgstr "cập nhật bảng mục lục với phân giải xung đột dùng lại nếu được"
19243
19244#: git-bisect.sh:54
19245msgid "You need to start by \"git bisect start\""
19246msgstr "Bạn cần khởi đầu bằng \"git bisect start\""
19247
19248#. TRANSLATORS: Make sure to include [Y] and [n] in your
19249#. translation. The program will only accept English input
19250#. at this point.
19251#: git-bisect.sh:60
19252msgid "Do you want me to do it for you [Y/n]? "
19253msgstr "Bạn có muốn tôi thực hiện điều này cho bạn không [Y/n]? "
19254
19255#: git-bisect.sh:121
19256#, sh-format
19257msgid "unrecognised option: '$arg'"
19258msgstr "không công nhận tùy chọn: “$arg”"
19259
19260#: git-bisect.sh:125
19261#, sh-format
19262msgid "'$arg' does not appear to be a valid revision"
19263msgstr "”$arg” không có vẻ như là một điểm xét duyệt hợp lệ"
19264
19265#: git-bisect.sh:154
19266msgid "Bad HEAD - I need a HEAD"
19267msgstr "HEAD sai - Tôi cần một HEAD"
19268
19269#: git-bisect.sh:167
19270#, sh-format
19271msgid ""
19272"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
19273msgstr ""
19274"Việc lấy “$start_head” ra gặp lỗi. Hãy thử \"git bisect reset <nhánh_hợp_lệ>"
19275"\"."
19276
19277#: git-bisect.sh:177
19278msgid "won't bisect on cg-seek'ed tree"
19279msgstr "sẽ không di chuyển nửa bước trên cây được cg-seek"
19280
19281#: git-bisect.sh:181
19282msgid "Bad HEAD - strange symbolic ref"
19283msgstr "HEAD sai - tham chiếu mềm kỳ lạ"
19284
19285#: git-bisect.sh:233
19286#, sh-format
19287msgid "Bad bisect_write argument: $state"
19288msgstr "Đối số bisect_write sai: $state"
19289
19290#: git-bisect.sh:246
19291#, sh-format
19292msgid "Bad rev input: $arg"
19293msgstr "Đầu vào rev sai: $arg"
19294
19295#: git-bisect.sh:265
19296#, sh-format
19297msgid "Bad rev input: $bisected_head"
19298msgstr "Đầu vào rev sai: $bisected_head"
19299
19300#: git-bisect.sh:274
19301#, sh-format
19302msgid "Bad rev input: $rev"
19303msgstr "Đầu vào rev sai: $rev"
19304
19305#: git-bisect.sh:283
19306#, sh-format
19307msgid "'git bisect $TERM_BAD' can take only one argument."
19308msgstr "“git bisect $TERM_BAD” có thể lấy chỉ một đối số."
19309
19310#: git-bisect.sh:306
19311#, sh-format
19312msgid "Warning: bisecting only with a $TERM_BAD commit."
19313msgstr "Cảnh báo: chỉ thực hiện việc bisect với một lần chuyển giao $TERM_BAD."
19314
19315#. TRANSLATORS: Make sure to include [Y] and [n] in your
19316#. translation. The program will only accept English input
19317#. at this point.
19318#: git-bisect.sh:312
19319msgid "Are you sure [Y/n]? "
19320msgstr "Bạn có chắc chắn chưa [Y/n]? "
19321
19322#: git-bisect.sh:324
19323#, sh-format
19324msgid ""
19325"You need to give me at least one $bad_syn and one $good_syn revision.\n"
19326"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
19327msgstr ""
19328"Bạn phải chỉ cho tôi ít nhất một điểm $bad_syn và một $good_syn.\n"
19329"(Bạn có thể sử dụng \"git bisect $bad_syn\" và \"git bisect $good_syn\" cho "
19330"cái đó.)"
19331
19332#: git-bisect.sh:327
19333#, sh-format
19334msgid ""
19335"You need to start by \"git bisect start\".\n"
19336"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
19337"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
19338msgstr ""
19339"Bạn cần bắt đầu bằng lệnh \"git bisect start\".\n"
19340"Bạn sau đó cần phải chỉ cho tôi ít nhất một điểm xét duyệt $good_syn và một "
19341"$bad_syn.\n"
19342"(Bạn có thể sử dụng \"git bisect $bad_syn\" và \"git bisect $good_syn\" cho "
19343"chúng.)"
19344
19345#: git-bisect.sh:398 git-bisect.sh:512
19346msgid "We are not bisecting."
19347msgstr "Chúng tôi không bisect."
19348
19349#: git-bisect.sh:405
19350#, sh-format
19351msgid "'$invalid' is not a valid commit"
19352msgstr "”$invalid” không phải là lần chuyển giao hợp lệ"
19353
19354#: git-bisect.sh:414
19355#, sh-format
19356msgid ""
19357"Could not check out original HEAD '$branch'.\n"
19358"Try 'git bisect reset <commit>'."
19359msgstr ""
19360"Không thể check-out HEAD nguyên thủy của “$branch”.\n"
19361"Hãy thử “git bisect reset <lần-chuyển-giao>”."
19362
19363#: git-bisect.sh:422
19364msgid "No logfile given"
19365msgstr "Chưa chỉ ra tập tin ghi nhật ký"
19366
19367#: git-bisect.sh:423
19368#, sh-format
19369msgid "cannot read $file for replaying"
19370msgstr "không thể đọc $file để thao diễn lại"
19371
19372#: git-bisect.sh:444
19373msgid "?? what are you talking about?"
19374msgstr "?? bạn đang nói gì thế?"
19375
19376#: git-bisect.sh:453
19377msgid "bisect run failed: no command provided."
19378msgstr "bisect chạy gặp lỗi: không đưa ra lệnh."
19379
19380#: git-bisect.sh:458
19381#, sh-format
19382msgid "running $command"
19383msgstr "đang chạy lệnh $command"
19384
19385#: git-bisect.sh:465
19386#, sh-format
19387msgid ""
19388"bisect run failed:\n"
19389"exit code $res from '$command' is < 0 or >= 128"
19390msgstr ""
19391"chạy bisect gặp lỗi:\n"
19392"mã trả về $res từ lệnh “$command” là < 0 hoặc >= 128"
19393
19394#: git-bisect.sh:491
19395msgid "bisect run cannot continue any more"
19396msgstr "bisect không thể tiếp tục thêm được nữa"
19397
19398#: git-bisect.sh:497
19399#, sh-format
19400msgid ""
19401"bisect run failed:\n"
19402"'bisect_state $state' exited with error code $res"
19403msgstr ""
19404"chạy bisect gặp lỗi:\n"
19405"”bisect_state $state” đã thoát ra với mã lỗi $res"
19406
19407#: git-bisect.sh:504
19408msgid "bisect run success"
19409msgstr "bisect chạy thành công"
19410
19411#: git-bisect.sh:533
19412#, sh-format
19413msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
19414msgstr "Lệnh không hợp lệ: bạn hiện đang ở bisect $TERM_BAD/$TERM_GOOD."
19415
19416#: git-bisect.sh:567
19417msgid "no terms defined"
19418msgstr "chưa định nghĩa thời kỳ nào"
19419
19420#: git-bisect.sh:584
19421#, sh-format
19422msgid ""
19423"invalid argument $arg for 'git bisect terms'.\n"
19424"Supported options are: --term-good|--term-old and --term-bad|--term-new."
19425msgstr ""
19426"tham số không hợp lệ $arg cho “git bisect terms”.\n"
19427"Các tùy chọn hỗ trợ là: --term-good|--term-old và --term-bad|--term-new."
19428
19429#: git-merge-octopus.sh:46
19430msgid ""
19431"Error: Your local changes to the following files would be overwritten by "
19432"merge"
19433msgstr ""
19434"Lỗi: Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi "
19435"lệnh hòa trộn"
19436
19437#: git-merge-octopus.sh:61
19438msgid "Automated merge did not work."
19439msgstr "Hòa trộn một cách tự động không làm việc."
19440
19441#: git-merge-octopus.sh:62
19442msgid "Should not be doing an octopus."
19443msgstr "Không thể thực hiện một octopus."
19444
19445#: git-merge-octopus.sh:73
19446#, sh-format
19447msgid "Unable to find common commit with $pretty_name"
19448msgstr "Không thể tìm thấy lần chuyển giao chung với $pretty_name"
19449
19450#: git-merge-octopus.sh:77
19451#, sh-format
19452msgid "Already up to date with $pretty_name"
19453msgstr "Đã cập nhật với $pretty_name rồi"
19454
19455#: git-merge-octopus.sh:89
19456#, sh-format
19457msgid "Fast-forwarding to: $pretty_name"
19458msgstr "Chuyển-tiếp-nhanh đến: $pretty_name"
19459
19460#: git-merge-octopus.sh:97
19461#, sh-format
19462msgid "Trying simple merge with $pretty_name"
19463msgstr "Đang thử hòa trộn đơn giản với $pretty_name"
19464
19465#: git-merge-octopus.sh:102
19466msgid "Simple merge did not work, trying automatic merge."
19467msgstr "Hòa trộn đơn giản không làm việc, thử hòa trộn tự động."
19468
19469#: git-legacy-rebase.sh:434
19470#, sh-format
19471msgid "Could not move back to $head_name"
19472msgstr "Không thể quay trở lại $head_name"
19473
19474#: git-legacy-rebase.sh:460
19475#, sh-format
19476msgid ""
19477"It seems that there is already a $state_dir_base directory, and\n"
19478"I wonder if you are in the middle of another rebase.  If that is the\n"
19479"case, please try\n"
19480"\t$cmd_live_rebase\n"
19481"If that is not the case, please\n"
19482"\t$cmd_clear_stale_rebase\n"
19483"and run me again.  I am stopping in case you still have something\n"
19484"valuable there."
19485msgstr ""
19486"Hình như là ở đây sẵn có một thư mục $state_dir_base, và\n"
19487"Tôi tự hỏi có phải bạn đang ở giữa một lệnh rebase khác. Nếu đúng là\n"
19488"như vậy, xin hãy thử\n"
19489"\t$cmd_live_rebase\n"
19490"Nếu không phải thế, hãy thử\n"
19491"\t$cmd_clear_stale_rebase\n"
19492"và chạy TÔI lần nữa. TÔI  dừng lại trong trường hợp bạn vẫn\n"
19493"có một số thứ quý giá ở đây."
19494
19495#: git-legacy-rebase.sh:525
19496msgid "error: cannot combine '--signoff' with '--preserve-merges'"
19497msgstr "lỗi: không thể kết hợp “--signoff” với “--preserve-merges”"
19498
19499#: git-legacy-rebase.sh:570
19500#, sh-format
19501msgid "invalid upstream '$upstream_name'"
19502msgstr "thượng nguồn không hợp lệ “$upstream_name”"
19503
19504#: git-legacy-rebase.sh:594
19505#, sh-format
19506msgid "$onto_name: there are more than one merge bases"
19507msgstr "$onto_name: ở đây có nhiều hơn một nền móng hòa trộn"
19508
19509#: git-legacy-rebase.sh:597 git-legacy-rebase.sh:601
19510#, sh-format
19511msgid "$onto_name: there is no merge base"
19512msgstr "$onto_name: ở đây không có nền móng hòa trộn nào"
19513
19514#: git-legacy-rebase.sh:606
19515#, sh-format
19516msgid "Does not point to a valid commit: $onto_name"
19517msgstr "Không chỉ đến một lần chuyển giao không hợp lệ: $onto_name"
19518
19519#: git-legacy-rebase.sh:632
19520#, sh-format
19521msgid "fatal: no such branch/commit '$branch_name'"
19522msgstr "nghiêm trọng: không có nhánh như thế: “$branch_name”"
19523
19524#: git-legacy-rebase.sh:670
19525#, sh-format
19526msgid "Created autostash: $stash_abbrev"
19527msgstr "Đã tạo autostash: $stash_abbrev"
19528
19529#: git-legacy-rebase.sh:699
19530#, sh-format
19531msgid "Current branch $branch_name is up to date."
19532msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi."
19533
19534#: git-legacy-rebase.sh:709
19535#, sh-format
19536msgid "Current branch $branch_name is up to date, rebase forced."
19537msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi, lệnh rebase ép buộc."
19538
19539#: git-legacy-rebase.sh:721
19540#, sh-format
19541msgid "Changes from $mb to $onto:"
19542msgstr "Thay đổi từ $mb thành $onto:"
19543
19544#: git-legacy-rebase.sh:730
19545msgid "First, rewinding head to replay your work on top of it..."
19546msgstr "Trước tiên, di chuyển head để xem lại các công việc trên đỉnh của nó…"
19547
19548#: git-legacy-rebase.sh:740
19549#, sh-format
19550msgid "Fast-forwarded $branch_name to $onto_name."
19551msgstr "Chuyển-tiếp-nhanh $branch_name thành $onto_name."
19552
19553#: git-stash.sh:61
19554msgid "git stash clear with parameters is unimplemented"
19555msgstr ""
19556"git stash clear với các tham số là chưa được thực hiện (không nhận đối số)"
19557
19558#: git-stash.sh:108
19559msgid "You do not have the initial commit yet"
19560msgstr "Bạn chưa còn có lần chuyển giao khởi tạo"
19561
19562#: git-stash.sh:123
19563msgid "Cannot save the current index state"
19564msgstr "Không thể ghi lại trạng thái bảng mục lục hiện hành"
19565
19566#: git-stash.sh:138
19567msgid "Cannot save the untracked files"
19568msgstr "Không thể ghi lại các tập tin chưa theo dõi"
19569
19570#: git-stash.sh:158 git-stash.sh:171
19571msgid "Cannot save the current worktree state"
19572msgstr "Không thể ghi lại trạng thái cây-làm-việc hiện hành"
19573
19574#: git-stash.sh:175
19575msgid "No changes selected"
19576msgstr "Chưa có thay đổi nào được chọn"
19577
19578#: git-stash.sh:178
19579msgid "Cannot remove temporary index (can't happen)"
19580msgstr "Không thể gỡ bỏ bảng mục lục tạm thời (không thể xảy ra)"
19581
19582#: git-stash.sh:191
19583msgid "Cannot record working tree state"
19584msgstr "Không thể ghi lại trạng thái cây làm việc hiện hành"
19585
19586#: git-stash.sh:229
19587#, sh-format
19588msgid "Cannot update $ref_stash with $w_commit"
19589msgstr "Không thể cập nhật $ref_stash với $w_commit"
19590
19591#: git-stash.sh:281
19592#, sh-format
19593msgid "error: unknown option for 'stash push': $option"
19594msgstr "lỗi: không hiểu tùy chọn cho “stash push”: $option"
19595
19596#: git-stash.sh:295
19597msgid "Can't use --patch and --include-untracked or --all at the same time"
19598msgstr "Không thể dùng --patch và --include-untracked hay --all cùng một lúc."
19599
19600#: git-stash.sh:303
19601msgid "No local changes to save"
19602msgstr "Không có thay đổi nội bộ nào được ghi lại"
19603
19604#: git-stash.sh:308
19605msgid "Cannot initialize stash"
19606msgstr "Không thể khởi tạo stash"
19607
19608#: git-stash.sh:312
19609msgid "Cannot save the current status"
19610msgstr "Không thể ghi lại trạng thái hiện hành"
19611
19612#: git-stash.sh:313
19613#, sh-format
19614msgid "Saved working directory and index state $stash_msg"
19615msgstr "Đã ghi lại thư mục làm việc và trạng thái mục lục $stash_msg"
19616
19617#: git-stash.sh:342
19618msgid "Cannot remove worktree changes"
19619msgstr "Không thể gỡ bỏ các thay đổi cây-làm-việc"
19620
19621#: git-stash.sh:490
19622#, sh-format
19623msgid "unknown option: $opt"
19624msgstr "không hiểu tùy chọn: $opt"
19625
19626#: git-stash.sh:503
19627msgid "No stash entries found."
19628msgstr "Không tìm thấy các mục tạm cất (stash) nào."
19629
19630#: git-stash.sh:510
19631#, sh-format
19632msgid "Too many revisions specified: $REV"
19633msgstr "Chỉ ra quá nhiều điểm xét duyệt: $REV"
19634
19635#: git-stash.sh:525
19636#, sh-format
19637msgid "$reference is not a valid reference"
19638msgstr "$reference không phải là tham chiếu hợp lệ"
19639
19640#: git-stash.sh:553
19641#, sh-format
19642msgid "'$args' is not a stash-like commit"
19643msgstr "“$args” không phải là lần chuyển giao kiểu-stash (cất đi)"
19644
19645#: git-stash.sh:564
19646#, sh-format
19647msgid "'$args' is not a stash reference"
19648msgstr "”$args” không phải tham chiếu đến stash"
19649
19650#: git-stash.sh:572
19651msgid "unable to refresh index"
19652msgstr "không thể làm tươi mới bảng mục lục"
19653
19654#: git-stash.sh:576
19655msgid "Cannot apply a stash in the middle of a merge"
19656msgstr "Không thể áp dụng một stash ở giữa của quá trình hòa trộn"
19657
19658#: git-stash.sh:584
19659msgid "Conflicts in index. Try without --index."
19660msgstr "Xung đột trong bảng mục lục. Hãy thử mà không dùng tùy chọn --index."
19661
19662#: git-stash.sh:586
19663msgid "Could not save index tree"
19664msgstr "Không thể ghi lại cây chỉ mục"
19665
19666#: git-stash.sh:595
19667msgid "Could not restore untracked files from stash entry"
19668msgstr "Không thể phục hồi các tập tin chưa theo dõi từ mục cất đi (stash)"
19669
19670#: git-stash.sh:620
19671msgid "Cannot unstage modified files"
19672msgstr "Không thể bỏ ra khỏi bệ phóng các tập tin đã được sửa chữa"
19673
19674#: git-stash.sh:635
19675msgid "Index was not unstashed."
19676msgstr "Bảng mục lục đã không được bỏ stash."
19677
19678#: git-stash.sh:649
19679msgid "The stash entry is kept in case you need it again."
19680msgstr "Các mục tạm cất (stash) được giữ trong trường hợp bạn lại cần nó."
19681
19682#: git-stash.sh:658
19683#, sh-format
19684msgid "Dropped ${REV} ($s)"
19685msgstr "Đã xóa ${REV} ($s)"
19686
19687#: git-stash.sh:659
19688#, sh-format
19689msgid "${REV}: Could not drop stash entry"
19690msgstr "${REV}: Không thể xóa bỏ mục stash"
19691
19692#: git-stash.sh:667
19693msgid "No branch name specified"
19694msgstr "Chưa chỉ ra tên của nhánh"
19695
19696#: git-stash.sh:746
19697msgid "(To restore them type \"git stash apply\")"
19698msgstr "(Để phục hồi lại chúng hãy gõ \"git stash apply\")"
19699
19700#: git-submodule.sh:198
19701msgid "Relative path can only be used from the toplevel of the working tree"
19702msgstr ""
19703"Đường dẫn tương đối chỉ có thể dùng từ thư mục ở mức cao nhất của cây làm "
19704"việc"
19705
19706#: git-submodule.sh:208
19707#, sh-format
19708msgid "repo URL: '$repo' must be absolute or begin with ./|../"
19709msgstr ""
19710"repo URL: “$repo” phải là đường dẫn tuyệt đối hoặc là bắt đầu bằng ./|../"
19711
19712#: git-submodule.sh:227
19713#, sh-format
19714msgid "'$sm_path' already exists in the index"
19715msgstr "”$sm_path” thực sự đã tồn tại ở bảng mục lục rồi"
19716
19717#: git-submodule.sh:230
19718#, sh-format
19719msgid "'$sm_path' already exists in the index and is not a submodule"
19720msgstr ""
19721"”$sm_path” thực sự đã tồn tại ở bảng mục lục rồi và không phải là một mô-đun-"
19722"con"
19723
19724#: git-submodule.sh:236
19725#, sh-format
19726msgid ""
19727"The following path is ignored by one of your .gitignore files:\n"
19728"$sm_path\n"
19729"Use -f if you really want to add it."
19730msgstr ""
19731"Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "
19732"của bạn:\n"
19733"$sm_path\n"
19734"Sử dụng -f nếu bạn thực sự muốn thêm nó vào."
19735
19736#: git-submodule.sh:259
19737#, sh-format
19738msgid "Adding existing repo at '$sm_path' to the index"
19739msgstr "Đang thêm repo có sẵn tại “$sm_path” vào bảng mục lục"
19740
19741#: git-submodule.sh:261
19742#, sh-format
19743msgid "'$sm_path' already exists and is not a valid git repo"
19744msgstr "”$sm_path” đã tồn tại từ trước và không phải là một kho git hợp lệ"
19745
19746#: git-submodule.sh:269
19747#, sh-format
19748msgid "A git directory for '$sm_name' is found locally with remote(s):"
19749msgstr ""
19750"Thư mục git cho “$sm_name” được tìm thấy một cách cục bộ với các máy chủ:"
19751
19752#: git-submodule.sh:271
19753#, sh-format
19754msgid ""
19755"If you want to reuse this local git directory instead of cloning again from\n"
19756"  $realrepo\n"
19757"use the '--force' option. If the local git directory is not the correct "
19758"repo\n"
19759"or you are unsure what this means choose another name with the '--name' "
19760"option."
19761msgstr ""
19762"Nếu bạn muốn sử dụng lại thư mục nội bộ này thay vì nhân bản lại lần nữa từ\n"
19763"  $realrepo\n"
19764"dùng tùy chọn “--force”. Nếu thư mục git nội bộ không phải là một kho đúng\n"
19765"hoặc là bạn không chắc chắn điều đó nghĩa là gì thì chọn tên khác với tùy "
19766"chọn “--name”."
19767
19768#: git-submodule.sh:277
19769#, sh-format
19770msgid "Reactivating local git directory for submodule '$sm_name'."
19771msgstr ""
19772"Phục hồi sự hoạt động của thư mục git nội bộ cho mô-đun-con “$sm_name”."
19773
19774#: git-submodule.sh:289
19775#, sh-format
19776msgid "Unable to checkout submodule '$sm_path'"
19777msgstr "Không thể lấy ra mô-đun-con “$sm_path”"
19778
19779#: git-submodule.sh:294
19780#, sh-format
19781msgid "Failed to add submodule '$sm_path'"
19782msgstr "Gặp lỗi khi thêm mô-đun-con “$sm_path”"
19783
19784#: git-submodule.sh:303
19785#, sh-format
19786msgid "Failed to register submodule '$sm_path'"
19787msgstr "Gặp lỗi khi đăng ký với hệ thống mô-đun-con “$sm_path”"
19788
19789#: git-submodule.sh:563
19790#, sh-format
19791msgid "Unable to find current revision in submodule path '$displaypath'"
19792msgstr ""
19793"Không tìm thấy điểm xét duyệt hiện hành trong đường dẫn mô-đun-con "
19794"“$displaypath”"
19795
19796#: git-submodule.sh:573
19797#, sh-format
19798msgid "Unable to fetch in submodule path '$sm_path'"
19799msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$sm_path”"
19800
19801#: git-submodule.sh:578
19802#, sh-format
19803msgid ""
19804"Unable to find current ${remote_name}/${branch} revision in submodule path "
19805"'$sm_path'"
19806msgstr ""
19807"Không thể tìm thấy điểm xét duyệt hiện hành ${remote_name}/${branch} trong "
19808"đường dẫn mô-đun-con “$sm_path”"
19809
19810#: git-submodule.sh:596
19811#, sh-format
19812msgid "Unable to fetch in submodule path '$displaypath'"
19813msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$displaypath”"
19814
19815#: git-submodule.sh:602
19816#, sh-format
19817msgid ""
19818"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
19819"Direct fetching of that commit failed."
19820msgstr ""
19821"Đã lấy về từ đường dẫn mô-đun con “$displaypath”, nhưng nó không chứa $sha1. "
19822"Lấy về theo định hướng của lần chuyển giao đó gặp lỗi."
19823
19824#: git-submodule.sh:609
19825#, sh-format
19826msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
19827msgstr "Không thể lấy ra “$sha1” trong đường dẫn mô-đun-con “$displaypath”"
19828
19829#: git-submodule.sh:610
19830#, sh-format
19831msgid "Submodule path '$displaypath': checked out '$sha1'"
19832msgstr "Đường dẫn mô-đun-con “$displaypath”: đã checkout “$sha1”"
19833
19834#: git-submodule.sh:614
19835#, sh-format
19836msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
19837msgstr "Không thể cải tổ “$sha1” trong đường dẫn mô-đun-con “$displaypath”"
19838
19839#: git-submodule.sh:615
19840#, sh-format
19841msgid "Submodule path '$displaypath': rebased into '$sha1'"
19842msgstr "Đường dẫn mô-đun-con “$displaypath”: được rebase vào trong “$sha1”"
19843
19844#: git-submodule.sh:620
19845#, sh-format
19846msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
19847msgstr ""
19848"Không thể hòa trộn (merge) “$sha1” trong đường dẫn mô-đun-con “$displaypath”"
19849
19850#: git-submodule.sh:621
19851#, sh-format
19852msgid "Submodule path '$displaypath': merged in '$sha1'"
19853msgstr "Đường dẫn mô-đun-con “$displaypath”: được hòa trộn vào “$sha1”"
19854
19855#: git-submodule.sh:626
19856#, sh-format
19857msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
19858msgstr ""
19859"Thực hiện không thành công lệnh “$command $sha1” trong đường dẫn mô-đun-con "
19860"“$displaypath”"
19861
19862#: git-submodule.sh:627
19863#, sh-format
19864msgid "Submodule path '$displaypath': '$command $sha1'"
19865msgstr "Đường dẫn mô-đun-con “$displaypath”: “$command $sha1”"
19866
19867#: git-submodule.sh:658
19868#, sh-format
19869msgid "Failed to recurse into submodule path '$displaypath'"
19870msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$displaypath”"
19871
19872#: git-submodule.sh:754
19873msgid "The --cached option cannot be used with the --files option"
19874msgstr "Tùy chọn --cached không thể dùng cùng với tùy chọn --files"
19875
19876#: git-submodule.sh:806
19877#, sh-format
19878msgid "unexpected mode $mod_dst"
19879msgstr "chế độ không như mong chờ $mod_dst"
19880
19881#: git-submodule.sh:826
19882#, sh-format
19883msgid "  Warn: $display_name doesn't contain commit $sha1_src"
19884msgstr "  Cảnh báo: $display_name không chứa lần chuyển giao $sha1_src"
19885
19886#: git-submodule.sh:829
19887#, sh-format
19888msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
19889msgstr "  Cảnh báo: $display_name không chứa lần chuyển giao $sha1_dst"
19890
19891#: git-submodule.sh:832
19892#, sh-format
19893msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
19894msgstr ""
19895"  Cảnh báo: $display_name không chứa những lần chuyển giao $sha1_src và "
19896"$sha1_dst"
19897
19898#: git-parse-remote.sh:89
19899#, sh-format
19900msgid "See git-${cmd}(1) for details."
19901msgstr "Xem git-${cmd}(1) để biết thêm chi tiết."
19902
19903#: git-rebase--preserve-merges.sh:136
19904#, sh-format
19905msgid "Rebasing ($new_count/$total)"
19906msgstr "Đang rebase ($new_count/$total)"
19907
19908#: git-rebase--preserve-merges.sh:152
19909msgid ""
19910"\n"
19911"Commands:\n"
19912"p, pick <commit> = use commit\n"
19913"r, reword <commit> = use commit, but edit the commit message\n"
19914"e, edit <commit> = use commit, but stop for amending\n"
19915"s, squash <commit> = use commit, but meld into previous commit\n"
19916"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
19917"x, exec <commit> = run command (the rest of the line) using shell\n"
19918"d, drop <commit> = remove commit\n"
19919"l, label <label> = label current HEAD with a name\n"
19920"t, reset <label> = reset HEAD to a label\n"
19921"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
19922".       create a merge commit using the original merge commit's\n"
19923".       message (or the oneline, if no original merge commit was\n"
19924".       specified). Use -c <commit> to reword the commit message.\n"
19925"\n"
19926"These lines can be re-ordered; they are executed from top to bottom.\n"
19927msgstr ""
19928"\n"
19929"Các lệnh:\n"
19930"p, pick <commit> = dùng lần chuyển giao\n"
19931"r, reword <commit> = dùng lần chuyển giao, nhưng sửa lại phần chú thích\n"
19932"e, edit <commit> = dùng lần chuyển giao, nhưng dừng lại để tu bổ (amend)\n"
19933"s, squash <commit> = dùng lần chuyển giao, nhưng meld vào lần chuyển giao kế "
19934"trước\n"
19935"f, fixup <commit> = giống như \"squash\", nhưng loại bỏ chú thích của lần "
19936"chuyển giao này\n"
19937"x, exec <commit> = chạy lệnh (phần còn lại của dòng) dùng hệ vỏ\n"
19938"d, drop <commit> = xóa lần chuyển giao\n"
19939"l, label <label> = đánh nhãn HEAD hiện tại bằng một tên\n"
19940"t, reset <label> = đặt lại HEAD thành một nhãn\n"
19941"m, merge [-C <commit> | -c <commit>] <nhãn> [# <một_dòng>]\n"
19942".       tạo một lần chuyển giao hòa trộn sử dụng chú thích của lần chuyển\n"
19943".       giao hòa trộn gốc (hoặc một_dòng, nếu không chỉ định lần chuyển giao "
19944"hòa\n"
19945".       trộn gốc). Dùng -c <commit> để reword chú thích của lần chuyển "
19946"giao.\n"
19947"\n"
19948"Những dòng này có thể đảo ngược thứ tự; chúng chạy từ trên đỉnh xuống dưới "
19949"đáy.\n"
19950
19951#: git-rebase--preserve-merges.sh:215
19952#, sh-format
19953msgid ""
19954"You can amend the commit now, with\n"
19955"\n"
19956"\tgit commit --amend $gpg_sign_opt_quoted\n"
19957"\n"
19958"Once you are satisfied with your changes, run\n"
19959"\n"
19960"\tgit rebase --continue"
19961msgstr ""
19962"Bạn có thể tu bổ lần chuyển giao ngay bây giờ bằng:\n"
19963"\n"
19964"\tgit commit --amend $gpg_sign_opt_quoted\n"
19965"\n"
19966"Một khi đã hài lòng với những thay đổi của mình, thì chạy:\n"
19967"\n"
19968"\tgit rebase --continue"
19969
19970#: git-rebase--preserve-merges.sh:240
19971#, sh-format
19972msgid "$sha1: not a commit that can be picked"
19973msgstr "$sha1: không phải là lần chuyển giao mà có thể lấy ra được"
19974
19975#: git-rebase--preserve-merges.sh:279
19976#, sh-format
19977msgid "Invalid commit name: $sha1"
19978msgstr "Tên lần chuyển giao không hợp lệ: $sha1"
19979
19980#: git-rebase--preserve-merges.sh:309
19981msgid "Cannot write current commit's replacement sha1"
19982msgstr "Không thể ghi lại sha1 thay thế của lần chuyển giao"
19983
19984#: git-rebase--preserve-merges.sh:360
19985#, sh-format
19986msgid "Fast-forward to $sha1"
19987msgstr "Chuyển-tiếp-nhanh đến $sha1"
19988
19989#: git-rebase--preserve-merges.sh:362
19990#, sh-format
19991msgid "Cannot fast-forward to $sha1"
19992msgstr "Không thể chuyển-tiếp-nhanh đến $sha1"
19993
19994#: git-rebase--preserve-merges.sh:371
19995#, sh-format
19996msgid "Cannot move HEAD to $first_parent"
19997msgstr "Không thể di chuyển HEAD đến $first_parent"
19998
19999#: git-rebase--preserve-merges.sh:376
20000#, sh-format
20001msgid "Refusing to squash a merge: $sha1"
20002msgstr "Từ chối squash lần hòa trộn: $sha1"
20003
20004#: git-rebase--preserve-merges.sh:394
20005#, sh-format
20006msgid "Error redoing merge $sha1"
20007msgstr "Gặp lỗi khi hoàn lại bước hòa trộn $sha1"
20008
20009#: git-rebase--preserve-merges.sh:403
20010#, sh-format
20011msgid "Could not pick $sha1"
20012msgstr "Không thể lấy ra $sha1"
20013
20014#: git-rebase--preserve-merges.sh:412
20015#, sh-format
20016msgid "This is the commit message #${n}:"
20017msgstr "Đây là chú thích cho lần chuyển giao thứ #${n}:"
20018
20019#: git-rebase--preserve-merges.sh:417
20020#, sh-format
20021msgid "The commit message #${n} will be skipped:"
20022msgstr "Chú thích cho lần chuyển giao thứ #${n} sẽ bị bỏ qua:"
20023
20024#: git-rebase--preserve-merges.sh:428
20025#, sh-format
20026msgid "This is a combination of $count commit."
20027msgid_plural "This is a combination of $count commits."
20028msgstr[0] "Đây là tổ hợp của $count lần chuyển giao."
20029
20030#: git-rebase--preserve-merges.sh:437
20031#, sh-format
20032msgid "Cannot write $fixup_msg"
20033msgstr "Không thể $fixup_msg"
20034
20035#: git-rebase--preserve-merges.sh:440
20036msgid "This is a combination of 2 commits."
20037msgstr "Đây là tổ hợp của 2 lần chuyển giao."
20038
20039#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20040#: git-rebase--preserve-merges.sh:527
20041#, sh-format
20042msgid "Could not apply $sha1... $rest"
20043msgstr "Không thể áp dụng $sha1… $rest"
20044
20045#: git-rebase--preserve-merges.sh:556
20046#, sh-format
20047msgid ""
20048"Could not amend commit after successfully picking $sha1... $rest\n"
20049"This is most likely due to an empty commit message, or the pre-commit hook\n"
20050"failed. If the pre-commit hook failed, you may need to resolve the issue "
20051"before\n"
20052"you are able to reword the commit."
20053msgstr ""
20054"Không thể tu bổ lần chuyển giao sau khi lấy ra $sha1… $rest thành công\n"
20055"Việc này có thể là do một ghi chú cho lần chuyển giao là trống rỗng, hoặc "
20056"móc pre-commit\n"
20057"gặp lỗi. Nếu là móc pre-commit bị lỗi, Bạn có lẽ cần giải quyết trục trặc "
20058"này\n"
20059"trước khi bạn có thể làm việc lại với lần chuyển giao."
20060
20061#: git-rebase--preserve-merges.sh:571
20062#, sh-format
20063msgid "Stopped at $sha1_abbrev... $rest"
20064msgstr "Bị dừng tại $sha1_abbrev… $rest"
20065
20066#: git-rebase--preserve-merges.sh:586
20067#, sh-format
20068msgid "Cannot '$squash_style' without a previous commit"
20069msgstr "Không “$squash_style” thể mà không có lần chuyển giao kế trước"
20070
20071#: git-rebase--preserve-merges.sh:628
20072#, sh-format
20073msgid "Executing: $rest"
20074msgstr "Thực thi: $rest"
20075
20076#: git-rebase--preserve-merges.sh:636
20077#, sh-format
20078msgid "Execution failed: $rest"
20079msgstr "Thực thi gặp lỗi: $rest"
20080
20081#: git-rebase--preserve-merges.sh:638
20082msgid "and made changes to the index and/or the working tree"
20083msgstr "và tạo các thay đổi bảng mục lục và/hay cây làm việc"
20084
20085#: git-rebase--preserve-merges.sh:640
20086msgid ""
20087"You can fix the problem, and then run\n"
20088"\n"
20089"\tgit rebase --continue"
20090msgstr ""
20091"Bạn có thể sửa các trục trặc, và sau đó chạy lệnh “cải tổ”:\n"
20092"\n"
20093"\tgit rebase --continue"
20094
20095#. TRANSLATORS: after these lines is a command to be issued by the user
20096#: git-rebase--preserve-merges.sh:653
20097#, sh-format
20098msgid ""
20099"Execution succeeded: $rest\n"
20100"but left changes to the index and/or the working tree\n"
20101"Commit or stash your changes, and then run\n"
20102"\n"
20103"\tgit rebase --continue"
20104msgstr ""
20105"Thực thi thành công: $rest\n"
20106"nhưng còn các thay đổi trong mục lục và/hoặc cây làm việc\n"
20107"Chuyển giao hay tạm cất các thay đổi này đi, rồi chạy\n"
20108"\n"
20109"\tgit rebase --continue"
20110
20111#: git-rebase--preserve-merges.sh:664
20112#, sh-format
20113msgid "Unknown command: $command $sha1 $rest"
20114msgstr "Lệnh chưa biết: $command $sha1 $rest"
20115
20116#: git-rebase--preserve-merges.sh:665
20117msgid "Please fix this using 'git rebase --edit-todo'."
20118msgstr "Vui lòng sửa lỗi này bằng cách dùng “git rebase --edit-todo”."
20119
20120#: git-rebase--preserve-merges.sh:700
20121#, sh-format
20122msgid "Successfully rebased and updated $head_name."
20123msgstr "Cài tổ và cập nhật $head_name một cách thành công."
20124
20125#: git-rebase--preserve-merges.sh:757
20126msgid "Could not remove CHERRY_PICK_HEAD"
20127msgstr "Không thể xóa bỏ CHERRY_PICK_HEAD"
20128
20129#: git-rebase--preserve-merges.sh:762
20130#, sh-format
20131msgid ""
20132"You have staged changes in your working tree.\n"
20133"If these changes are meant to be\n"
20134"squashed into the previous commit, run:\n"
20135"\n"
20136"  git commit --amend $gpg_sign_opt_quoted\n"
20137"\n"
20138"If they are meant to go into a new commit, run:\n"
20139"\n"
20140"  git commit $gpg_sign_opt_quoted\n"
20141"\n"
20142"In both cases, once you're done, continue with:\n"
20143"\n"
20144"  git rebase --continue\n"
20145msgstr ""
20146"Bạn có các thay đổi so với trong bệ phóng trong\n"
20147"thư mục làm việc của bạn. Nếu các thay đổi này là muốn\n"
20148"squash vào lần chuyển giao kế trước, chạy:\n"
20149"\n"
20150"  git commit --amend $gpg_sign_opt_quoted\n"
20151"\n"
20152"Nếu chúng có ý là đi đến lần chuyển giao mới, thì chạy:\n"
20153"\n"
20154"  git commit $gpg_sign_opt_quoted\n"
20155"\n"
20156"Trong cả hai trường hợp, một khi bạn làm xong, tiếp tục bằng:\n"
20157"\n"
20158"  git rebase --continue\n"
20159
20160#: git-rebase--preserve-merges.sh:779
20161msgid "Error trying to find the author identity to amend commit"
20162msgstr "Lỗi khi cố tìm định danh của tác giả để tu bổ lần chuyển giao"
20163
20164#: git-rebase--preserve-merges.sh:784
20165msgid ""
20166"You have uncommitted changes in your working tree. Please commit them\n"
20167"first and then run 'git rebase --continue' again."
20168msgstr ""
20169"Bạn có các thay đổi chưa chuyển giao trong thư mục làm việc.\n"
20170"Vui lòng chuyển giao chúng và sau đó chạy lệnh “git rebase --continue” lần "
20171"nữa."
20172
20173#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20174msgid "Could not commit staged changes."
20175msgstr "Không thể chuyển giao các thay đổi đã đưa lên bệ phóng."
20176
20177#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20178msgid "Could not execute editor"
20179msgstr "Không thể thực thi trình biên soạn"
20180
20181#: git-rebase--preserve-merges.sh:845
20182#, sh-format
20183msgid "Could not checkout $switch_to"
20184msgstr "Không thể checkout $switch_to"
20185
20186#: git-rebase--preserve-merges.sh:852
20187msgid "No HEAD?"
20188msgstr "Không HEAD?"
20189
20190#: git-rebase--preserve-merges.sh:853
20191#, sh-format
20192msgid "Could not create temporary $state_dir"
20193msgstr "Không thể tạo thư mục tạm thời $state_dir"
20194
20195#: git-rebase--preserve-merges.sh:856
20196msgid "Could not mark as interactive"
20197msgstr "Không thể đánh dấu là tương tác"
20198
20199#: git-rebase--preserve-merges.sh:888
20200#, sh-format
20201msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20202msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20203msgstr[0] "Cải tổ $shortrevisions vào $shortonto (các lệnh $todocount)"
20204
20205#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20206msgid "Could not init rewritten commits"
20207msgstr "Không thể khởi tạo các lần chuyển giao ghi lại"
20208
20209#: git-sh-setup.sh:89 git-sh-setup.sh:94
20210#, sh-format
20211msgid "usage: $dashless $USAGE"
20212msgstr "cách dùng: $dashless $USAGE"
20213
20214#: git-sh-setup.sh:190
20215#, sh-format
20216msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20217msgstr ""
20218"Không thể chuyển thư mục (chdir) sang $cdup, thư mục ở mức cao nhất của cây "
20219"làm việc"
20220
20221#: git-sh-setup.sh:199 git-sh-setup.sh:206
20222#, sh-format
20223msgid "fatal: $program_name cannot be used without a working tree."
20224msgstr ""
20225"lỗi nghiêm trọng: $program_name không thể được dùng ngoaoif thư mục làm việc."
20226
20227#: git-sh-setup.sh:220
20228msgid "Cannot rebase: You have unstaged changes."
20229msgstr "Không thể cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20230
20231#: git-sh-setup.sh:223
20232msgid "Cannot rewrite branches: You have unstaged changes."
20233msgstr ""
20234"Không thể ghi lại các nhánh: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20235
20236#: git-sh-setup.sh:226
20237msgid "Cannot pull with rebase: You have unstaged changes."
20238msgstr ""
20239"Không thể pull với cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20240
20241#: git-sh-setup.sh:229
20242#, sh-format
20243msgid "Cannot $action: You have unstaged changes."
20244msgstr "Không thể $action: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20245
20246#: git-sh-setup.sh:242
20247msgid "Cannot rebase: Your index contains uncommitted changes."
20248msgstr ""
20249"Không thể cải tổ: Mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
20250
20251#: git-sh-setup.sh:245
20252msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20253msgstr "Không thể pull với cải tổ: Bạn có các thay đổi chưa được chuyển giao."
20254
20255#: git-sh-setup.sh:248
20256#, sh-format
20257msgid "Cannot $action: Your index contains uncommitted changes."
20258msgstr ""
20259"Không thể $action: Mục lục của bạn có chứa các thay đổi chưa được chuyển "
20260"giao."
20261
20262#: git-sh-setup.sh:252
20263msgid "Additionally, your index contains uncommitted changes."
20264msgstr ""
20265"Thêm vào đó, bảng mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
20266
20267#: git-sh-setup.sh:372
20268msgid "You need to run this command from the toplevel of the working tree."
20269msgstr "Bạn cần chạy lệnh này từ thư mục ở mức cao nhất của cây làm việc."
20270
20271#: git-sh-setup.sh:377
20272msgid "Unable to determine absolute path of git directory"
20273msgstr "Không thể dò tìm đường dẫn tuyệt đối của thư mục git"
20274
20275#. TRANSLATORS: you can adjust this to align "git add -i" status menu
20276#: git-add--interactive.perl:196
20277#, perl-format
20278msgid "%12s %12s %s"
20279msgstr "%12s %12s %s"
20280
20281#: git-add--interactive.perl:197
20282msgid "staged"
20283msgstr "đã đưa lên bệ phóng"
20284
20285#: git-add--interactive.perl:197
20286msgid "unstaged"
20287msgstr "chưa đưa lên bệ phóng"
20288
20289#: git-add--interactive.perl:253 git-add--interactive.perl:278
20290msgid "binary"
20291msgstr "nhị phân"
20292
20293#: git-add--interactive.perl:262 git-add--interactive.perl:316
20294msgid "nothing"
20295msgstr "không có gì"
20296
20297#: git-add--interactive.perl:298 git-add--interactive.perl:313
20298msgid "unchanged"
20299msgstr "không thay đổi"
20300
20301#: git-add--interactive.perl:609
20302#, perl-format
20303msgid "added %d path\n"
20304msgid_plural "added %d paths\n"
20305msgstr[0] "đã thêm %d đường dẫn\n"
20306
20307#: git-add--interactive.perl:612
20308#, perl-format
20309msgid "updated %d path\n"
20310msgid_plural "updated %d paths\n"
20311msgstr[0] "đã cập nhật %d đường dẫn\n"
20312
20313#: git-add--interactive.perl:615
20314#, perl-format
20315msgid "reverted %d path\n"
20316msgid_plural "reverted %d paths\n"
20317msgstr[0] "đã hoàn nguyên %d đường dẫn\n"
20318
20319#: git-add--interactive.perl:618
20320#, perl-format
20321msgid "touched %d path\n"
20322msgid_plural "touched %d paths\n"
20323msgstr[0] "%d đường dẫn đã touch (chạm)\n"
20324
20325#: git-add--interactive.perl:627
20326msgid "Update"
20327msgstr "Cập nhật"
20328
20329#: git-add--interactive.perl:639
20330msgid "Revert"
20331msgstr "Hoàn nguyên"
20332
20333#: git-add--interactive.perl:662
20334#, perl-format
20335msgid "note: %s is untracked now.\n"
20336msgstr "chú ý: %s giờ đã bỏ theo dõi.\n"
20337
20338#: git-add--interactive.perl:673
20339msgid "Add untracked"
20340msgstr "Thêm các cái chưa được theo dõi"
20341
20342#: git-add--interactive.perl:679
20343msgid "No untracked files.\n"
20344msgstr "Không có tập tin nào chưa được theo dõi.\n"
20345
20346#: git-add--interactive.perl:1033
20347msgid ""
20348"If the patch applies cleanly, the edited hunk will immediately be\n"
20349"marked for staging."
20350msgstr ""
20351"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20352"được đánh dấu để chuyển lên bệ phóng."
20353
20354#: git-add--interactive.perl:1036
20355msgid ""
20356"If the patch applies cleanly, the edited hunk will immediately be\n"
20357"marked for stashing."
20358msgstr ""
20359"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20360"được đánh dấu để tạm cất."
20361
20362#: git-add--interactive.perl:1039
20363msgid ""
20364"If the patch applies cleanly, the edited hunk will immediately be\n"
20365"marked for unstaging."
20366msgstr ""
20367"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20368"được đánh dấu để bỏ chuyển lên bệ phóng."
20369
20370#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20371msgid ""
20372"If the patch applies cleanly, the edited hunk will immediately be\n"
20373"marked for applying."
20374msgstr ""
20375"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20376"được đánh dấu để áp dụng."
20377
20378#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20379msgid ""
20380"If the patch applies cleanly, the edited hunk will immediately be\n"
20381"marked for discarding."
20382msgstr ""
20383"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20384"được đánh dấu để loại bỏ."
20385
20386#: git-add--interactive.perl:1085
20387#, perl-format
20388msgid "failed to open hunk edit file for writing: %s"
20389msgstr "gặp lỗi khi tập tin sửa hunk để ghi: %s"
20390
20391#: git-add--interactive.perl:1086
20392msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20393msgstr "Chế độ sửa hunk bằng tay -- xem ở đáy để có hướng dẫn sử dụng nhanh.\n"
20394
20395#: git-add--interactive.perl:1092
20396#, perl-format
20397msgid ""
20398"---\n"
20399"To remove '%s' lines, make them ' ' lines (context).\n"
20400"To remove '%s' lines, delete them.\n"
20401"Lines starting with %s will be removed.\n"
20402msgstr ""
20403"---\n"
20404"Để gỡ bỏ các dòng “%s”, làm chúng thành những dòng “ “ (nội dung).\n"
20405"Để xóa bỏ dòng “%s”, xóa chúng đi.\n"
20406"Những dòng bắt đầu bằng %s sẽ bị loại bỏ.\n"
20407
20408#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20409#: git-add--interactive.perl:1100
20410msgid ""
20411"If it does not apply cleanly, you will be given an opportunity to\n"
20412"edit again.  If all lines of the hunk are removed, then the edit is\n"
20413"aborted and the hunk is left unchanged.\n"
20414msgstr ""
20415"Nếu miếng vá không được áp dụng sạch sẽ, bạn sẽ có một cơ hội\n"
20416"để sửa lần nữa. Nếu mọi dòng của hunk bị xóa bỏ, thế thì những\n"
20417"sửa dổi sẽ bị loại bỏ, và hunk vẫn giữ nguyên.\n"
20418
20419#: git-add--interactive.perl:1114
20420#, perl-format
20421msgid "failed to open hunk edit file for reading: %s"
20422msgstr "gặp lỗi khi mở tập tin hunk để đọc: %s"
20423
20424#. TRANSLATORS: do not translate [y/n]
20425#. The program will only accept that input
20426#. at this point.
20427#. Consider translating (saying "no" discards!) as
20428#. (saying "n" for "no" discards!) if the translation
20429#. of the word "no" does not start with n.
20430#: git-add--interactive.perl:1213
20431msgid ""
20432"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20433msgstr ""
20434"Hunk đã sửa của bạn không được áp dụng. Sửa lại lần nữa (nói \"n\" để loại "
20435"bỏ!) [y/n]? "
20436
20437#: git-add--interactive.perl:1222
20438msgid ""
20439"y - stage this hunk\n"
20440"n - do not stage this hunk\n"
20441"q - quit; do not stage this hunk or any of the remaining ones\n"
20442"a - stage this hunk and all later hunks in the file\n"
20443"d - do not stage this hunk or any of the later hunks in the file"
20444msgstr ""
20445"y - đưa lên bệ phóng hunk này\n"
20446"n - đừng đưa lên bệ phóng hunk này\n"
20447"q - thoát; đừng đưa lên bệ phóng hunk này cũng như bất kỳ cái nào còn lại\n"
20448"a - đưa lên bệ phóng hunk này và tất cả các hunk sau này trong tập tin\n"
20449"d - đừng đưa lên bệ phóng hunk này cũng như bất kỳ cái nào còn lại trong tập "
20450"tin"
20451
20452#: git-add--interactive.perl:1228
20453msgid ""
20454"y - stash this hunk\n"
20455"n - do not stash this hunk\n"
20456"q - quit; do not stash this hunk or any of the remaining ones\n"
20457"a - stash this hunk and all later hunks in the file\n"
20458"d - do not stash this hunk or any of the later hunks in the file"
20459msgstr ""
20460"y - tạm cất hunk này\n"
20461"n - đừng tạm cất hunk này\n"
20462"q - thoát; đừng tạm cất hunk này cũng như bất kỳ cái nào còn lại\n"
20463"a - tạm cất hunk này và tất cả các hunk sau này trong tập tin\n"
20464"d - đừng tạm cất hunk này cũng như bất kỳ cái nào còn lại trong tập tin"
20465
20466#: git-add--interactive.perl:1234
20467msgid ""
20468"y - unstage this hunk\n"
20469"n - do not unstage this hunk\n"
20470"q - quit; do not unstage this hunk or any of the remaining ones\n"
20471"a - unstage this hunk and all later hunks in the file\n"
20472"d - do not unstage this hunk or any of the later hunks in the file"
20473msgstr ""
20474"y - đưa ra khỏi bệ phóng hunk này\n"
20475"n - đừng đưa ra khỏi bệ phóng hunk này\n"
20476"q - thoát; đừng đưa ra khỏi bệ phóng hunk này cũng như bất kỳ cái nào còn "
20477"lại\n"
20478"a - đưa ra khỏi bệ phóng hunk này và tất cả các hunk sau này trong tập tin\n"
20479"d - đừng đưa ra khỏi bệ phóng hunk này cũng như bất kỳ cái nào còn lại trong "
20480"tập tin"
20481
20482#: git-add--interactive.perl:1240
20483msgid ""
20484"y - apply this hunk to index\n"
20485"n - do not apply this hunk to index\n"
20486"q - quit; do not apply this hunk or any of the remaining ones\n"
20487"a - apply this hunk and all later hunks in the file\n"
20488"d - do not apply this hunk or any of the later hunks in the file"
20489msgstr ""
20490"y - áp dụng hunk này vào mục lục\n"
20491"n - đừng áp dụng hunk này vào mục lục\n"
20492"q - thoát; đừng áp dụng hunk này cũng như bất kỳ cái nào còn lại\n"
20493"a - áp dụng hunk này và tất cả các hunk sau này trong tập tin\n"
20494"d - đừng áp dụng hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20495
20496#: git-add--interactive.perl:1246
20497msgid ""
20498"y - discard this hunk from worktree\n"
20499"n - do not discard this hunk from worktree\n"
20500"q - quit; do not discard this hunk or any of the remaining ones\n"
20501"a - discard this hunk and all later hunks in the file\n"
20502"d - do not discard this hunk or any of the later hunks in the file"
20503msgstr ""
20504"y - loại bỏ hunk này khỏi cây làm việc\n"
20505"n - đừng loại bỏ hunk khỏi cây làm việc\n"
20506"q - thoát; đừng loại bỏ hunk này cũng như bất kỳ cái nào còn lại\n"
20507"a - loại bỏ hunk này và tất cả các hunk sau này trong tập tin\n"
20508"d - đừng loại bỏ hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20509
20510#: git-add--interactive.perl:1252
20511msgid ""
20512"y - discard this hunk from index and worktree\n"
20513"n - do not discard this hunk from index and worktree\n"
20514"q - quit; do not discard this hunk or any of the remaining ones\n"
20515"a - discard this hunk and all later hunks in the file\n"
20516"d - do not discard this hunk or any of the later hunks in the file"
20517msgstr ""
20518"y - loại bỏ hunk này khỏi mục lục và cây làm việc\n"
20519"n - đừng loại bỏ hunk khỏi mục lục và cây làm việc\n"
20520"q - thoát; đừng loại bỏ hunk này cũng như bất kỳ cái nào còn lại\n"
20521"a - loại bỏ hunk này và tất cả các hunk sau này trong tập tin\n"
20522"d - đừng loại bỏ hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20523
20524#: git-add--interactive.perl:1258
20525msgid ""
20526"y - apply this hunk to index and worktree\n"
20527"n - do not apply this hunk to index and worktree\n"
20528"q - quit; do not apply this hunk or any of the remaining ones\n"
20529"a - apply this hunk and all later hunks in the file\n"
20530"d - do not apply this hunk or any of the later hunks in the file"
20531msgstr ""
20532"y - áp dụng hunk này vào mục lục và cây làm việc\n"
20533"n - đừng áp dụng hunk vào mục lục và cây làm việc\n"
20534"q - thoát; đừng áp dụng hunk này cũng như bất kỳ cái nào còn lại\n"
20535"a - áp dụng hunk này và tất cả các hunk sau này trong tập tin\n"
20536"d - đừng áp dụng hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20537
20538#: git-add--interactive.perl:1273
20539msgid ""
20540"g - select a hunk to go to\n"
20541"/ - search for a hunk matching the given regex\n"
20542"j - leave this hunk undecided, see next undecided hunk\n"
20543"J - leave this hunk undecided, see next hunk\n"
20544"k - leave this hunk undecided, see previous undecided hunk\n"
20545"K - leave this hunk undecided, see previous hunk\n"
20546"s - split the current hunk into smaller hunks\n"
20547"e - manually edit the current hunk\n"
20548"? - print help\n"
20549msgstr ""
20550"g - chọn một hunk muốn tới\n"
20551"/ - tìm một hunk khớp với biểu thức chính quy đưa ra\n"
20552"j - để lại hunk này là chưa quyết định, xem hunk chưa quyết định kế\n"
20553"J - để lại hunk này là chưa quyết định, xem hunk kế\n"
20554"k - để lại hunk này là chưa quyết định, xem hunk chưa quyết định kế trước\n"
20555"K - để lại hunk này là chưa quyết định, xem hunk kế trước\n"
20556"s - chia hunk hiện tại thành các hunk nhỏ hơn\n"
20557"e - sửa bằng tay hunk hiện hành\n"
20558"? - in trợ giúp\n"
20559
20560#: git-add--interactive.perl:1304
20561msgid "The selected hunks do not apply to the index!\n"
20562msgstr "Các hunk đã chọn không được áp dụng vào bảng mục lục!\n"
20563
20564#: git-add--interactive.perl:1305
20565msgid "Apply them to the worktree anyway? "
20566msgstr "Vẫn áp dụng chúng cho cây làm việc? "
20567
20568#: git-add--interactive.perl:1308
20569msgid "Nothing was applied.\n"
20570msgstr "Đã không áp dụng gì cả.\n"
20571
20572#: git-add--interactive.perl:1319
20573#, perl-format
20574msgid "ignoring unmerged: %s\n"
20575msgstr "bỏ qua những thứ chưa hòa trộn: %s\n"
20576
20577#: git-add--interactive.perl:1328
20578msgid "Only binary files changed.\n"
20579msgstr "Chỉ có các tập tin nhị phân là thay đổi.\n"
20580
20581#: git-add--interactive.perl:1330
20582msgid "No changes.\n"
20583msgstr "Không có thay đổi nào.\n"
20584
20585#: git-add--interactive.perl:1338
20586msgid "Patch update"
20587msgstr "Cập nhật miếng vá"
20588
20589#: git-add--interactive.perl:1390
20590#, perl-format
20591msgid "Stage mode change [y,n,q,a,d%s,?]? "
20592msgstr "Thay đổi chế độ bệ phóng [y,n,q,a,d%s,?]? "
20593
20594#: git-add--interactive.perl:1391
20595#, perl-format
20596msgid "Stage deletion [y,n,q,a,d%s,?]? "
20597msgstr "Xóa khỏi bệ phóng [y,n,q,a,d%s,?]? "
20598
20599#: git-add--interactive.perl:1392
20600#, perl-format
20601msgid "Stage this hunk [y,n,q,a,d%s,?]? "
20602msgstr "Đưa lên bệ phóng hunk này [y,n,q,a,d%s,?]? "
20603
20604#: git-add--interactive.perl:1395
20605#, perl-format
20606msgid "Stash mode change [y,n,q,a,d%s,?]? "
20607msgstr "Thay đổi chế độ tạm cất đi [y,n,q,a,d%s,?]? "
20608
20609#: git-add--interactive.perl:1396
20610#, perl-format
20611msgid "Stash deletion [y,n,q,a,d%s,?]? "
20612msgstr "Xóa tạm cất [y,n,q,a,d%s,?]? "
20613
20614#: git-add--interactive.perl:1397
20615#, perl-format
20616msgid "Stash this hunk [y,n,q,a,d%s,?]? "
20617msgstr "Tạm cất hunk này [y,n,q,a,d%s,?]? "
20618
20619#: git-add--interactive.perl:1400
20620#, perl-format
20621msgid "Unstage mode change [y,n,q,a,d%s,?]? "
20622msgstr "Thay đổi chế độ bỏ ra khỏi bệ phóng [y,n,q,a,d%s,?]? "
20623
20624#: git-add--interactive.perl:1401
20625#, perl-format
20626msgid "Unstage deletion [y,n,q,a,d%s,?]? "
20627msgstr "Xóa bỏ việc bỏ ra khỏi bệ phóng [y,n,q,a,d%s,?]? "
20628
20629#: git-add--interactive.perl:1402
20630#, perl-format
20631msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
20632msgstr "Bỏ ra khỏi bệ phóng hunk này [y,n,q,a,d%s,?]? "
20633
20634#: git-add--interactive.perl:1405
20635#, perl-format
20636msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
20637msgstr "Áp dụng thay đổi chế độ cho mục lục [y,n,q,a,d%s,?]? "
20638
20639#: git-add--interactive.perl:1406
20640#, perl-format
20641msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
20642msgstr "Áp dụng việc xóa vào mục lục [y,n,q,a,d%s,?]? "
20643
20644#: git-add--interactive.perl:1407
20645#, perl-format
20646msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
20647msgstr "Áo dụng hunk này vào mục lục [y,n,q,a,d%s,?]? "
20648
20649#: git-add--interactive.perl:1410
20650#, perl-format
20651msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
20652msgstr "Loại bỏ các thay đổi chế độ từ cây làm việc [y,n,q,a,d%s,?]? "
20653
20654#: git-add--interactive.perl:1411
20655#, perl-format
20656msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
20657msgstr "Loại bỏ việc xóa khỏi cây làm việc [y,n,q,a,d%s,?]? "
20658
20659#: git-add--interactive.perl:1412
20660#, perl-format
20661msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
20662msgstr "Loại bỏ hunk này khỏi cây làm việc [y,n,q,a,d%s,?]? "
20663
20664#: git-add--interactive.perl:1415
20665#, perl-format
20666msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
20667msgstr "Loại bỏ thay đổi chế độ từ mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20668
20669#: git-add--interactive.perl:1416
20670#, perl-format
20671msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
20672msgstr "Loại bỏ việc xóa khỏi mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20673
20674#: git-add--interactive.perl:1417
20675#, perl-format
20676msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
20677msgstr "Loại bỏ hunk này khỏi mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20678
20679#: git-add--interactive.perl:1420
20680#, perl-format
20681msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
20682msgstr "Áp dụng thay đổi chế độ cho mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20683
20684#: git-add--interactive.perl:1421
20685#, perl-format
20686msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
20687msgstr "Áp dụng việc xóa vào mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20688
20689#: git-add--interactive.perl:1422
20690#, perl-format
20691msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
20692msgstr "Áp dụng hunk này vào mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20693
20694#: git-add--interactive.perl:1522
20695msgid "No other hunks to goto\n"
20696msgstr "Không còn hunk nào để mà nhảy đến\n"
20697
20698#: git-add--interactive.perl:1529
20699msgid "go to which hunk (<ret> to see more)? "
20700msgstr "nhảy đến hunk nào (<ret> để xem thêm)? "
20701
20702#: git-add--interactive.perl:1531
20703msgid "go to which hunk? "
20704msgstr "nhảy đến hunk nào?"
20705
20706#: git-add--interactive.perl:1540
20707#, perl-format
20708msgid "Invalid number: '%s'\n"
20709msgstr "Số không hợp lệ: “%s”\n"
20710
20711#: git-add--interactive.perl:1545
20712#, perl-format
20713msgid "Sorry, only %d hunk available.\n"
20714msgid_plural "Sorry, only %d hunks available.\n"
20715msgstr[0] "Rất tiếc, chỉ có sẵn %d hunk..\n"
20716
20717#: git-add--interactive.perl:1571
20718msgid "No other hunks to search\n"
20719msgstr "Không còn hunk nào để mà tìm kiếm\n"
20720
20721#: git-add--interactive.perl:1575
20722msgid "search for regex? "
20723msgstr "tìm kiếm cho regex? "
20724
20725#: git-add--interactive.perl:1588
20726#, perl-format
20727msgid "Malformed search regexp %s: %s\n"
20728msgstr "Định dạng tìm kiếm của biểu thức chính quy không đúng %s: %s\n"
20729
20730#: git-add--interactive.perl:1598
20731msgid "No hunk matches the given pattern\n"
20732msgstr "Không thấy hunk nào khớp mẫu đã cho\n"
20733
20734#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
20735msgid "No previous hunk\n"
20736msgstr "Không có hunk kế trước\n"
20737
20738#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
20739msgid "No next hunk\n"
20740msgstr "Không có hunk kế tiếp\n"
20741
20742#: git-add--interactive.perl:1644
20743msgid "Sorry, cannot split this hunk\n"
20744msgstr "Rất tiếc, không thể chia nhỏ hunk này\n"
20745
20746#: git-add--interactive.perl:1650
20747#, perl-format
20748msgid "Split into %d hunk.\n"
20749msgid_plural "Split into %d hunks.\n"
20750msgstr[0] "Chi nhỏ thành %d hunks.\n"
20751
20752#: git-add--interactive.perl:1660
20753msgid "Sorry, cannot edit this hunk\n"
20754msgstr "Rất tiếc, không thể sửa hunk này\n"
20755
20756#: git-add--interactive.perl:1706
20757msgid "Review diff"
20758msgstr "Xem xét lại diff"
20759
20760#. TRANSLATORS: please do not translate the command names
20761#. 'status', 'update', 'revert', etc.
20762#: git-add--interactive.perl:1725
20763msgid ""
20764"status        - show paths with changes\n"
20765"update        - add working tree state to the staged set of changes\n"
20766"revert        - revert staged set of changes back to the HEAD version\n"
20767"patch         - pick hunks and update selectively\n"
20768"diff          - view diff between HEAD and index\n"
20769"add untracked - add contents of untracked files to the staged set of "
20770"changes\n"
20771msgstr ""
20772"status        - hiển thị các đường dẫn với các thay đổi\n"
20773"update        - đặt trạng thái cây làm việc thành tập hợp các thay đổi đã "
20774"đặt lên bệ phóng\n"
20775"revert        - hoàn nguyên tập hợp các thay đổi đã đặt lên bệ phóng trở lại "
20776"phiên bản HEAD\n"
20777"patch         - cậy các hunk và cập nhật có lựa chọn\n"
20778"diff\t      - xem khác biệt giữa HEAD và mục lục\n"
20779"add untracked - thêm nội dung các các tập tin chưa theo dõi và tập hợp các "
20780"thay đổi đã đặt lên bệ phóng\n"
20781
20782#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
20783#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
20784#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
20785msgid "missing --"
20786msgstr "thiếu --"
20787
20788#: git-add--interactive.perl:1763
20789#, perl-format
20790msgid "unknown --patch mode: %s"
20791msgstr "không hiểu chế độ --patch: %s"
20792
20793#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
20794#, perl-format
20795msgid "invalid argument %s, expecting --"
20796msgstr "đối số không hợp lệ %s, cần --"
20797
20798#: git-send-email.perl:138
20799msgid "local zone differs from GMT by a non-minute interval\n"
20800msgstr "múi giờ nội bộ khác biệt với GMT bởi khoảng thời gian không-phút\n"
20801
20802#: git-send-email.perl:145 git-send-email.perl:151
20803msgid "local time offset greater than or equal to 24 hours\n"
20804msgstr "khoảng bù thời gian nội bộ lớn hơn hoặc bằng 24 giờ\n"
20805
20806#: git-send-email.perl:219 git-send-email.perl:225
20807msgid "the editor exited uncleanly, aborting everything"
20808msgstr "trình soạn thảo thoát không sạch sẽ, bãi bỏ mọi thứ"
20809
20810#: git-send-email.perl:302
20811#, perl-format
20812msgid ""
20813"'%s' contains an intermediate version of the email you were composing.\n"
20814msgstr "“%s” có chưa một phiên bản trung gian của thư bạn đã soạn.\n"
20815
20816#: git-send-email.perl:307
20817#, perl-format
20818msgid "'%s.final' contains the composed email.\n"
20819msgstr "“%s.final” chứa thư điện tử đã soạn thảo.\n"
20820
20821#: git-send-email.perl:326
20822msgid "--dump-aliases incompatible with other options\n"
20823msgstr "--dump-aliases xung khắc với các tùy chọn khác\n"
20824
20825#: git-send-email.perl:395 git-send-email.perl:650
20826msgid "Cannot run git format-patch from outside a repository\n"
20827msgstr "Không thể chạy git format-patch ở ngoài một kho chứa\n"
20828
20829#: git-send-email.perl:398
20830msgid ""
20831"`batch-size` and `relogin` must be specified together (via command-line or "
20832"configuration option)\n"
20833msgstr ""
20834"“batch-size” và “relogin” phải được chỉ định cùng với nhau (thông qua dòng "
20835"lệnh hoặc tùy chọn cấu hình)\n"
20836
20837#: git-send-email.perl:468
20838#, perl-format
20839msgid "Unknown --suppress-cc field: '%s'\n"
20840msgstr "Không hiểu trường --suppress-cc: “%s”\n"
20841
20842#: git-send-email.perl:497
20843#, perl-format
20844msgid "Unknown --confirm setting: '%s'\n"
20845msgstr "Không hiểu cài đặt --confirm: “%s”\n"
20846
20847#: git-send-email.perl:525
20848#, perl-format
20849msgid "warning: sendmail alias with quotes is not supported: %s\n"
20850msgstr "cảnh báo: bí danh sendmail với dấu trích dẫn không được hỗ trợ: %s\n"
20851
20852#: git-send-email.perl:527
20853#, perl-format
20854msgid "warning: `:include:` not supported: %s\n"
20855msgstr "cảnh báo: “:include:“ không được hỗ trợ: %s\n"
20856
20857#: git-send-email.perl:529
20858#, perl-format
20859msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
20860msgstr "cảnh báo: chuyển hướng “/file“ hay “|pipe“ không được hỗ trợ: %s\n"
20861
20862#: git-send-email.perl:534
20863#, perl-format
20864msgid "warning: sendmail line is not recognized: %s\n"
20865msgstr "cảnh báo: dòng sendmail không nhận ra được: %s\n"
20866
20867#: git-send-email.perl:616
20868#, perl-format
20869msgid ""
20870"File '%s' exists but it could also be the range of commits\n"
20871"to produce patches for.  Please disambiguate by...\n"
20872"\n"
20873"    * Saying \"./%s\" if you mean a file; or\n"
20874"    * Giving --format-patch option if you mean a range.\n"
20875msgstr ""
20876"Tập tin “%s” đã có sẵn nhưng nó có lẽ cũng là chuẩn bị của\n"
20877"các miếng vá tạo lần chuyển giao. Vui lòng làm rõ ý bằng…\n"
20878"\n"
20879"    * Nói \"./%s\" nếu ý bạn là một tập tin; hoặc\n"
20880"    * Đưa ra tùy chọn --format-patch nếu ý bạn là chuẩn bị.\n"
20881
20882#: git-send-email.perl:637
20883#, perl-format
20884msgid "Failed to opendir %s: %s"
20885msgstr "Gặp lỗi khi mở thư mục “%s”: %s"
20886
20887#: git-send-email.perl:661
20888#, perl-format
20889msgid ""
20890"fatal: %s: %s\n"
20891"warning: no patches were sent\n"
20892msgstr ""
20893"nghiêm trọng: %s: %s\n"
20894"cảnh báo: không có miếng vá nào được gửi đi\n"
20895
20896#: git-send-email.perl:672
20897msgid ""
20898"\n"
20899"No patch files specified!\n"
20900"\n"
20901msgstr ""
20902"\n"
20903"Chưa chỉ định các tập tin miếng vá!\n"
20904"\n"
20905
20906#: git-send-email.perl:685
20907#, perl-format
20908msgid "No subject line in %s?"
20909msgstr "Không có dòng chủ đề trong %s?"
20910
20911#: git-send-email.perl:695
20912#, perl-format
20913msgid "Failed to open for writing %s: %s"
20914msgstr "Gặp lỗi khi mở “%s” để ghi: %s"
20915
20916#: git-send-email.perl:706
20917msgid ""
20918"Lines beginning in \"GIT:\" will be removed.\n"
20919"Consider including an overall diffstat or table of contents\n"
20920"for the patch you are writing.\n"
20921"\n"
20922"Clear the body content if you don't wish to send a summary.\n"
20923msgstr ""
20924"Các dòng bắt đầu bằng \"GIT:\" sẽ bị xóa bỏ.\n"
20925"Cân nhắc bao gồm một thống kê diff toàn thể hay bảng nội dung\n"
20926"cho miếng vá mà bạn đang viết.\n"
20927"\n"
20928"Xóa nội dung phần thân nếu bạn không muốn gửi tóm tắt.\n"
20929
20930#: git-send-email.perl:730
20931#, perl-format
20932msgid "Failed to open %s: %s"
20933msgstr "Gặp lỗi khi mở “%s”: %s"
20934
20935#: git-send-email.perl:747
20936#, perl-format
20937msgid "Failed to open %s.final: %s"
20938msgstr "Gặp lỗi khi mở %s.final: %s"
20939
20940#: git-send-email.perl:790
20941msgid "Summary email is empty, skipping it\n"
20942msgstr "Thư tổng thể là trống rỗng, nên bỏ qua nó\n"
20943
20944#. TRANSLATORS: please keep [y/N] as is.
20945#: git-send-email.perl:825
20946#, perl-format
20947msgid "Are you sure you want to use <%s> [y/N]? "
20948msgstr "Bạn có chắc muốn dùng <%s> [y/N]? "
20949
20950#: git-send-email.perl:880
20951msgid ""
20952"The following files are 8bit, but do not declare a Content-Transfer-"
20953"Encoding.\n"
20954msgstr ""
20955"Các trường sau đây là 8bit, nhưng không khai báo một Content-Transfer-"
20956"Encoding.\n"
20957
20958#: git-send-email.perl:885
20959msgid "Which 8bit encoding should I declare [UTF-8]? "
20960msgstr "Bảng mã 8bit nào tôi nên khai báo [UTF-8]? "
20961
20962#: git-send-email.perl:893
20963#, perl-format
20964msgid ""
20965"Refusing to send because the patch\n"
20966"\t%s\n"
20967"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
20968"want to send.\n"
20969msgstr ""
20970"Từ chối gửi bởi vì miếng vá\n"
20971"\t%s\n"
20972"có chủ đề ở dạng mẫu “*** SUBJECT HERE ***”. Dùng --force nếu bạn thực sự "
20973"muốn gửi.\n"
20974
20975#: git-send-email.perl:912
20976msgid "To whom should the emails be sent (if anyone)?"
20977msgstr "Tới người mà thư được gửi (nếu có)?"
20978
20979#: git-send-email.perl:930
20980#, perl-format
20981msgid "fatal: alias '%s' expands to itself\n"
20982msgstr "nghiêm trọng: bí danh “%s” được khai triển thành chính nó\n"
20983
20984#: git-send-email.perl:942
20985msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
20986msgstr "Message-ID được dùng như là In-Reply-To cho thư đầu tiên (nếu có)? "
20987
20988#: git-send-email.perl:1000 git-send-email.perl:1008
20989#, perl-format
20990msgid "error: unable to extract a valid address from: %s\n"
20991msgstr "lỗi: không thể rút trích một địa chỉ hợp lệ từ: %s\n"
20992
20993#. TRANSLATORS: Make sure to include [q] [d] [e] in your
20994#. translation. The program will only accept English input
20995#. at this point.
20996#: git-send-email.perl:1012
20997msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
20998msgstr "Làm gì với địa chỉ này? (thoát[q]|xóa[d]|sửa[e]): "
20999
21000#: git-send-email.perl:1329
21001#, perl-format
21002msgid "CA path \"%s\" does not exist"
21003msgstr "đường dẫn CA “%s” không tồn tại"
21004
21005#: git-send-email.perl:1412
21006msgid ""
21007"    The Cc list above has been expanded by additional\n"
21008"    addresses found in the patch commit message. By default\n"
21009"    send-email prompts before sending whenever this occurs.\n"
21010"    This behavior is controlled by the sendemail.confirm\n"
21011"    configuration setting.\n"
21012"\n"
21013"    For additional information, run 'git send-email --help'.\n"
21014"    To retain the current behavior, but squelch this message,\n"
21015"    run 'git config --global sendemail.confirm auto'.\n"
21016"\n"
21017msgstr ""
21018"    Danh sách Cc ở trên được diễn giải bằng các địa chỉ phụ\n"
21019"    thêm tìm thấy trong lời ghi chú lần chuyển giao của miếng vá.\n"
21020"    Theo mặc định send-email sẽ nhắc trước khi gửi bất cứ khi\n"
21021"    nào điều này xảy ra. Cách hành xử này được điều khiển bởi cài\n"
21022"    đặt cấu hình sendemail.confirm.\n"
21023"\n"
21024"    Để biết thêm chi tiết, hãy chạy lệnh “git send-email --help”.\n"
21025"    Để giữ lại cách hành xử hiện nay, làm hết lời nhắn này,\n"
21026"    chạy “git config --global sendemail.confirm auto”.\n"
21027"\n"
21028
21029#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21030#. translation. The program will only accept English input
21031#. at this point.
21032#: git-send-email.perl:1427
21033msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21034msgstr "Gửi thư này chứ? ([y]có|[n]không|[e]sửa|[q]thoát|[a]tất): "
21035
21036#: git-send-email.perl:1430
21037msgid "Send this email reply required"
21038msgstr "Gửi thư này trả lời yêu cầu"
21039
21040#: git-send-email.perl:1458
21041msgid "The required SMTP server is not properly defined."
21042msgstr "Máy phục vụ SMTP chưa được định nghĩa một cách thích hợp."
21043
21044#: git-send-email.perl:1505
21045#, perl-format
21046msgid "Server does not support STARTTLS! %s"
21047msgstr "Máy chủ không hỗ trợ STARTTLS! %s"
21048
21049#: git-send-email.perl:1510 git-send-email.perl:1514
21050#, perl-format
21051msgid "STARTTLS failed! %s"
21052msgstr "STARTTLS gặp lỗi! %s"
21053
21054#: git-send-email.perl:1523
21055msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21056msgstr ""
21057"Không thể khởi tạo SMTP một cách đúng đắn. Kiểm tra cấu hình và dùng --smtp-"
21058"debug."
21059
21060#: git-send-email.perl:1541
21061#, perl-format
21062msgid "Failed to send %s\n"
21063msgstr "Gặp lỗi khi gửi %s\n"
21064
21065#: git-send-email.perl:1544
21066#, perl-format
21067msgid "Dry-Sent %s\n"
21068msgstr "Thử gửi %s\n"
21069
21070#: git-send-email.perl:1544
21071#, perl-format
21072msgid "Sent %s\n"
21073msgstr "Gửi %s\n"
21074
21075#: git-send-email.perl:1546
21076msgid "Dry-OK. Log says:\n"
21077msgstr "Dry-OK. Nhật ký nói rằng:\n"
21078
21079#: git-send-email.perl:1546
21080msgid "OK. Log says:\n"
21081msgstr "OK. Nhật ký nói rằng:\n"
21082
21083#: git-send-email.perl:1558
21084msgid "Result: "
21085msgstr "Kết quả: "
21086
21087#: git-send-email.perl:1561
21088msgid "Result: OK\n"
21089msgstr "Kết quả: Tốt\n"
21090
21091#: git-send-email.perl:1579
21092#, perl-format
21093msgid "can't open file %s"
21094msgstr "không thể mở tập tin “%s”"
21095
21096#: git-send-email.perl:1626 git-send-email.perl:1646
21097#, perl-format
21098msgid "(mbox) Adding cc: %s from line '%s'\n"
21099msgstr "(mbox) Thêm cc: %s từ dòng “%s”\n"
21100
21101#: git-send-email.perl:1632
21102#, perl-format
21103msgid "(mbox) Adding to: %s from line '%s'\n"
21104msgstr "(mbox) Đang thêm to: %s từ dòng “%s”\n"
21105
21106#: git-send-email.perl:1685
21107#, perl-format
21108msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21109msgstr "(non-mbox) Thêm cc: %s từ dòng “%s”\n"
21110
21111#: git-send-email.perl:1720
21112#, perl-format
21113msgid "(body) Adding cc: %s from line '%s'\n"
21114msgstr "(body) Thêm cc: %s từ dòng “%s”\n"
21115
21116#: git-send-email.perl:1831
21117#, perl-format
21118msgid "(%s) Could not execute '%s'"
21119msgstr "(%s) Không thể thực thi “%s”"
21120
21121#: git-send-email.perl:1838
21122#, perl-format
21123msgid "(%s) Adding %s: %s from: '%s'\n"
21124msgstr "(%s) Đang thêm %s: %s từ: “%s”\n"
21125
21126#: git-send-email.perl:1842
21127#, perl-format
21128msgid "(%s) failed to close pipe to '%s'"
21129msgstr "(%s) gặp lỗi khi đóng đường ống đến “%s”"
21130
21131#: git-send-email.perl:1872
21132msgid "cannot send message as 7bit"
21133msgstr "không thể lấy gửi thư dạng 7 bít"
21134
21135#: git-send-email.perl:1880
21136msgid "invalid transfer encoding"
21137msgstr "bảng mã truyền không hợp lệ"
21138
21139#: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
21140#, perl-format
21141msgid "unable to open %s: %s\n"
21142msgstr "không thể mở %s: %s\n"
21143
21144#: git-send-email.perl:1924
21145#, perl-format
21146msgid "%s: patch contains a line longer than 998 characters"
21147msgstr "%s: miếng vá có chứa dòng dài hơn 998 ký tự"
21148
21149#: git-send-email.perl:1941
21150#, perl-format
21151msgid "Skipping %s with backup suffix '%s'.\n"
21152msgstr "Bỏ qua %s với hậu tố sao lưu dự phòng “%s”.\n"
21153
21154#. TRANSLATORS: please keep "[y|N]" as is.
21155#: git-send-email.perl:1945
21156#, perl-format
21157msgid "Do you really want to send %s? [y|N]: "
21158msgstr "Bạn có thực sự muốn gửi %s? [y|N](có/KHÔNG): "
21159
21160#~ msgid "could not parse '%s' (looking for '%s')"
21161#~ msgstr "không thể phân tích “%s” (đang tìm kiếm cho “%s”)"
21162
21163#~ msgid "bad quoting on %s value in '%s'"
21164#~ msgstr "sai trích dẫn trên %s giá trị trong “%s”"
21165
21166#~ msgid "Could not unset core.worktree setting in submodule '%s'"
21167#~ msgstr "Không thể đặt core.worktree trong mô-đun-con “%s”"
21168
21169#~ msgid "deprecated synonym for --create-reflog"
21170#~ msgstr "đồng nghĩa đã lạc hậu cho --create-reflog"
21171
21172#~ msgid "Can't stat %s"
21173#~ msgstr "không thể lấy thông tin thống kê về “%s”"
21174
21175#~ msgid "abort rebase"
21176#~ msgstr "bãi bỏ việc cải tổ"
21177
21178#~ msgid "make rebase script"
21179#~ msgstr "tạo văn lệnh rebase"
21180
21181#~ msgid "No such remote: %s"
21182#~ msgstr "Không có máy chủ nào như thế: %s"
21183
21184#~ msgid "cannot move a locked working tree"
21185#~ msgstr "không thể di chuyển một cây-làm-việc bị khóa"
21186
21187#~ msgid "cannot remove a locked working tree"
21188#~ msgstr "không thể gỡ bỏ một cây-làm-việc bị khóa"
21189
21190#~ msgid "Applied autostash."
21191#~ msgstr "Đã áp dụng autostash."
21192
21193#~ msgid "Cannot store $stash_sha1"
21194#~ msgstr "Không thể lưu $stash_sha1"
21195
21196#~ msgid ""
21197#~ "\n"
21198#~ "\tHowever, if you remove everything, the rebase will be aborted.\n"
21199#~ "\n"
21200#~ "\t"
21201#~ msgstr ""
21202#~ "\n"
21203#~ "\tTuy nhiên, nếu bạn xóa bỏ mọi thứ, việc cải tổ sẽ bị bãi bỏ.\n"
21204#~ "\n"
21205#~ "\t"
21206
21207#~ msgid "could not parse '%s' (looking for '%s'"
21208#~ msgstr "không thể phân tích “%s” (tìm kiếm cho “%s”"
21209
21210#~ msgid "push|fetch"
21211#~ msgstr "push|fetch"
21212
21213#~ msgid "Dirty index: cannot merge (dirty: %s)"
21214#~ msgstr "Bảng mục lục bẩn: không thể hòa trộn (bẩn: %s)"
21215
21216#~ msgid "(+/-)x"
21217#~ msgstr "(+/-)x"
21218
21219#~ msgid "<command>"
21220#~ msgstr "<lệnh>"
21221
21222#~ msgid "w[,i1[,i2]]"
21223#~ msgstr "w[,i1[,i2]]"
21224
21225#~ msgid "Entering '$displaypath'"
21226#~ msgstr "Đang vào “$displaypath”"
21227
21228#~ msgid "Stopping at '$displaypath'; script returned non-zero status."
21229#~ msgstr "Dừng lại tại “$displaypath”; script trả về trạng thái khác không."
21230
21231#~ msgid "Everyday Git With 20 Commands Or So"
21232#~ msgstr "Mỗi ngày học 20 lệnh Git hay hơn"
21233
21234#~ msgid "Could not open '%s' for writing"
21235#~ msgstr "Không thể mở “%s” để ghi"
21236
21237#~ msgid ""
21238#~ "unexpected 1st line of squash message:\n"
21239#~ "\n"
21240#~ "\t%.*s"
21241#~ msgstr ""
21242#~ "không cần dòng thứ nhất của ghi chú squash:\n"
21243#~ "\n"
21244#~ "\t%.*s"
21245
21246#~ msgid ""
21247#~ "invalid 1st line of squash message:\n"
21248#~ "\n"
21249#~ "\t%.*s"
21250#~ msgstr ""
21251#~ "dòng thứ nhất của ghi chú squash không hợp lệ:\n"
21252#~ "\n"
21253#~ "\t%.*s"
21254
21255#~ msgid "BUG: returned path string doesn't match cwd?"
21256#~ msgstr "LỖI: trả về chuỗi đường dẫn không khớp cwd?"
21257
21258#~ msgid "Error in object"
21259#~ msgstr "Lỗi trong đối tượng"
21260
21261#~ msgid "git fetch-pack: expected ACK/NAK, got EOF"
21262#~ msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được EOF"
21263
21264#~ msgid "invalid filter-spec expression '%s'"
21265#~ msgstr "biểu thức đặc tả bộ lọc “%s” không hợp lệ"
21266
21267#~ msgid "The copy of the patch that failed is found in: %s"
21268#~ msgstr "Bản sao chép của miếng vá mà nó gặp lỗi thì được tìm thấy trong: %s"
21269
21270#~ msgid "pathspec and --all are incompatible"
21271#~ msgstr "đặc tả đường dẫn và --all xung khắc nhau"
21272
21273#~ msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
21274#~ msgstr ""
21275#~ "Mô-đun-con “$name” ($url) được bỏ đăng ký cho đường dẫn “$displaypath”"
21276
21277#~ msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
21278#~ msgstr "Các trường To/Cc/Bcc không được phiên dịch, chúng bị bỏ qua\n"
21279
21280#~ msgid ""
21281#~ "empty strings as pathspecs will be made invalid in upcoming releases. "
21282#~ "please use . instead if you meant to match all paths"
21283#~ msgstr ""
21284#~ "chuỗi rỗng làm đặc tả đường dẫn không hợp lệ ở lần phát hành kế tiếp. Vui "
21285#~ "lòng dùng . để thay thế nếu ý bạn là khớp mọi đường dẫn"
21286
21287#~ msgid "could not truncate '%s'"
21288#~ msgstr "không thể cắt cụt “%s”"
21289
21290#~ msgid "could not finish '%s'"
21291#~ msgstr "không thể hoàn thành “%s”"
21292
21293#~ msgid "could not close %s"
21294#~ msgstr "không thể đóng %s"
21295
21296#~ msgid "Copied a misnamed branch '%s' away"
21297#~ msgstr "Đã chép nhánh khuyết danh “%s” đi"
21298
21299#~ msgid "it does not make sense to create 'HEAD' manually"
21300#~ msgstr "không hợp lý khi tạo “HEAD” thủ công"
21301
21302#~ msgid "Don't know how to clone %s"
21303#~ msgstr "Không biết làm cách nào để nhân bản (clone) %s"
21304
21305#~ msgid "show ignored files"
21306#~ msgstr "hiển thị các tập tin ẩn"
21307
21308#~ msgid "Don't know how to fetch from %s"
21309#~ msgstr "Không biết làm cách nào để lấy về từ %s"
21310
21311#~ msgid "'$term' is not a valid term"
21312#~ msgstr "“$term” không phải là thời kỳ hợp lệ"
21313
21314#~ msgid ""
21315#~ "error: unknown option for 'stash save': $option\n"
21316#~ "       To provide a message, use git stash save -- '$option'"
21317#~ msgstr ""
21318#~ "lỗi: không hiểu tùy chọn cho “stash save”: $option\n"
21319#~ "     Để có thể dùng lời chú thích có chứa -- ở đầu,\n"
21320#~ "     dùng git stash save -- \"$option\""
21321
21322#~ msgid "Failed to recurse into submodule path '$sm_path'"
21323#~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$sm_path”"
21324
21325#~ msgid "%%(trailers) does not take arguments"
21326#~ msgstr "%%(trailers) không nhận các đối số"
21327
21328#~ msgid "submodule update strategy not supported for submodule '%s'"
21329#~ msgstr ""
21330#~ "chiến lược cập nhật mô-đun-con không được hỗ trợ cho mô-đun-con “%s”"
21331
21332#~ msgid "change upstream info"
21333#~ msgstr "thay đổi thông tin thượng nguồn"
21334
21335#~ msgid ""
21336#~ "\n"
21337#~ "If you wanted to make '%s' track '%s', do this:\n"
21338#~ "\n"
21339#~ msgstr ""
21340#~ "\n"
21341#~ "Nếu bạn muốn “%s” theo dõi “%s”, thực hiện lệnh sau:\n"
21342#~ "\n"
21343
21344#~ msgid "basename"
21345#~ msgstr "tên cơ sở"
21346
21347#~ msgid "prepend parent project's basename to output"
21348#~ msgstr "treo vào trước tên cơ sở cha mẹ của đường dẫn vào kết xuất"
21349
21350#~ msgid ""
21351#~ "When you have resolved this problem, run \"git rebase --continue\".\n"
21352#~ "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
21353#~ "To check out the original branch and stop rebasing, run \"git rebase --"
21354#~ "abort\"."
21355#~ msgstr ""
21356#~ "Khi bạn cần giải quyết vấn đề này hãy chạy lệnh \"git rebase --continue"
21357#~ "\".\n"
21358#~ "Nếu bạn có ý định bỏ qua miếng vá, thay vào đó bạn chạy \"git rebase --"
21359#~ "skip\".\n"
21360#~ "Để phục hồi lại thành nhánh nguyên thủy và dừng việc vá lại thì chạy "
21361#~ "\"git rebase --abort\"."
21362
21363#~ msgid ""
21364#~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
21365#~ " - $line"
21366#~ msgstr ""
21367#~ "Cảnh báo: SHA-1 bị thiếu hoặc không phải là một lần chuyển giao trong "
21368#~ "dòng sau đây:\n"
21369#~ " - $line"
21370
21371#~ msgid ""
21372#~ "Warning: the command isn't recognized in the following line:\n"
21373#~ " - $line"
21374#~ msgstr ""
21375#~ "Cảnh báo: lệnh không nhận ra trong dòng sau đây:\n"
21376#~ " - $line"
21377
21378#~ msgid "Or you can abort the rebase with 'git rebase --abort'."
21379#~ msgstr "Hoặc là bạn có thể bãi bỏ lần cải tổ với lệnh “git rebase --abort”."
21380
21381#~ msgid "%"
21382#~ msgid_plural "%"
21383#~ msgstr[0] "%"
21384
21385#~ msgid "%s, %"
21386#~ msgid_plural "%s, %"
21387#~ msgstr[0] "%s, %"
21388
21389#~ msgid "Could not open file '%s'"
21390#~ msgstr "Không thể mở tập tin “%s”"
21391
21392#~ msgid "in %0.1f seconds automatically..."
21393#~ msgstr "trong %0.1f giây một cách tự động…"
21394
21395#~ msgid "dup2(%d,%d) failed"
21396#~ msgstr "dup2(%d,%d) gặp lỗi"
21397
21398#~ msgid "Initial commit on "
21399#~ msgstr "Lần chuyển giao khởi tạo trên "
21400
21401#~ msgid "Patch is empty. Was it split wrong?"
21402#~ msgstr "Miếng vá trống rỗng. Quá trình chia nhỏ miếng vá có lỗi?"
21403
21404#~ msgid ""
21405#~ "You still have unmerged paths in your index.\n"
21406#~ "Did you forget to use 'git add'?"
21407#~ msgstr ""
21408#~ "Bạn vẫn có những đường dẫn chưa được hòa trộn trong bảng mục lục của "
21409#~ "mình.\n"
21410#~ "Bạn đã quên sử dụng lệnh “git add” à?"
21411
21412#~ msgid ""
21413#~ "Cannot update paths and switch to branch '%s' at the same time.\n"
21414#~ "Did you intend to checkout '%s' which can not be resolved as commit?"
21415#~ msgstr ""
21416#~ "Không thể cập nhật và chuyển thành nhánh “%s” cùng lúc\n"
21417#~ "Bạn đã có ý định checkout “%s” cái mà không thể được phân giải như là lần "
21418#~ "chuyển giao?"
21419
21420#~ msgid "Explicit paths specified without -i or -o; assuming --only paths..."
21421#~ msgstr ""
21422#~ "Những đường dẫn rõ ràng được chỉ ra không có tùy chọn -i cũng không -o; "
21423#~ "coi là --only những đường dẫn"
21424
21425#~ msgid "default mode for recursion"
21426#~ msgstr "chế độ mặc định cho đệ qui"
21427
21428#~ msgid "submodule--helper subcommand must be called with a subcommand"
21429#~ msgstr "lệnh con submodule--helper phải được gọi với một lệnh con"
21430
21431#~ msgid "tag: tagging "
21432#~ msgstr "thẻ: đang đánh thẻ"
21433
21434#~ msgid "commit object"
21435#~ msgstr "đối tượng lần chuyển giao"
21436
21437#~ msgid "tree object"
21438#~ msgstr "đối tượng cây"
21439
21440#~ msgid "blob object"
21441#~ msgstr "đối tượng blob"
21442
21443#~ msgid ""
21444#~ "There is nothing to exclude from by :(exclude) patterns.\n"
21445#~ "Perhaps you forgot to add either ':/' or '.' ?"
21446#~ msgstr ""
21447#~ "Ở đây không có gì bị loại trừ bởi: các mẫu (loại trừ).\n"
21448#~ "Có lẽ bạn đã quên thêm hoặc là “:/” hoặc là “.”?"
21449
21450#~ msgid "unrecognized format: %%(%s)"
21451#~ msgstr "không nhận ra định dạng: %%(%s)"
21452
21453#~ msgid ":strip= requires a positive integer argument"
21454#~ msgstr ":strip= cần một đối số nguyên dương"
21455
21456#~ msgid "ref '%s' does not have %ld components to :strip"
21457#~ msgstr "tham chiếu “%s” không có %ld thành phần để mà :strip"
21458
21459#~ msgid "unknown %.*s format %s"
21460#~ msgstr "Không hiểu định dạng %.*s %s"
21461
21462#~ msgid "[%s: gone]"
21463#~ msgstr "[%s: đã ra đi]"
21464
21465#~ msgid "[%s]"
21466#~ msgstr "[%s]"
21467
21468#~ msgid "[%s: behind %d]"
21469#~ msgstr "[%s: đứng sau %d]"
21470
21471#~ msgid "[%s: ahead %d]"
21472#~ msgstr "[%s: phía trước %d]"
21473
21474#~ msgid "[%s: ahead %d, behind %d]"
21475#~ msgstr "[%s: trước %d, sau %d]"
21476
21477#~ msgid " **** invalid ref ****"
21478#~ msgstr " **** tham chiếu không hợp lệ ****"
21479
21480#~ msgid "insanely long object directory %.*s"
21481#~ msgstr "thư mục đối tượng dài một cách điên rồ %.*s"
21482
21483#~ msgid "git merge [<options>] <msg> HEAD <commit>"
21484#~ msgstr "git merge [<các-tùy-chọn>] <tin-nhắn> HEAD <commit>"
21485
21486#~ msgid "tag name too long: %.*s..."
21487#~ msgstr "tên thẻ quá dài: %.*s…"
21488
21489#~ msgid "tag header too big."
21490#~ msgstr "phần đầu thẻ quá lớn."
21491
21492#~ msgid ""
21493#~ "If the patch applies cleanly, the edited hunk will immediately be\n"
21494#~ "marked for discarding"
21495#~ msgstr ""
21496#~ "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
21497#~ "được đánh dấu để loại bỏ"
21498
21499#~ msgid "Use an experimental blank-line-based heuristic to improve diffs"
21500#~ msgstr ""
21501#~ "Dùng một phỏng đoán dựa trên dòng trắng thử nghiệm để tăng cường các diff"
21502
21503#~ msgid "Clever... amending the last one with dirty index."
21504#~ msgstr "Giỏi…  “tu bổ” cái cuối với bảng mục lục bẩn."
21505
21506#~ msgid ""
21507#~ "the following submodule (or one of its nested submodules)\n"
21508#~ "uses a .git directory:"
21509#~ msgid_plural ""
21510#~ "the following submodules (or one of their nested submodules)\n"
21511#~ "use a .git directory:"
21512#~ msgstr[0] ""
21513#~ "các mô-đun-con sau đây (hay một trong số mô-đun-con bên trong của nó)\n"
21514#~ "dùng một thư mục .git:"
21515
21516#~ msgid ""
21517#~ "\n"
21518#~ "(use 'rm -rf' if you really want to remove it including all of its "
21519#~ "history)"
21520#~ msgstr ""
21521#~ "\n"
21522#~ "(dùng /\"rm -rf/\" nếu bạn thực sự muốn gỡ bỏ nó cùng với tất cả lịch sử "
21523#~ "của chúng)"
21524
21525#~ msgid "Error wrapping up %s."
21526#~ msgstr "Lỗi bao bọc %s."
21527
21528#~ msgid "Your local changes would be overwritten by cherry-pick."
21529#~ msgstr "Các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh cherry-pick."
21530
21531#~ msgid "Cannot revert during another revert."
21532#~ msgstr "Không thể hoàn nguyên trong khi có hoàn nguyên khác."
21533
21534#~ msgid "Cannot cherry-pick during another cherry-pick."
21535#~ msgstr ""
21536#~ "Không thể thực hiện việc cherry-pick trong khi khi đang cherry-pick khác."
21537
21538#~ msgid "Could not parse line %d."
21539#~ msgstr "Không phân tích được dòng %d."
21540
21541#~ msgid "Could not open %s"
21542#~ msgstr "Không thể mở %s"
21543
21544#~ msgid "Could not format %s."
21545#~ msgstr "Không thể định dạng “%s”."
21546
21547#~ msgid "%s: %s"
21548#~ msgstr "%s: %s"
21549
21550#~ msgid "cannot open %s: %s"
21551#~ msgstr "không thể mở %s: %s"
21552
21553#~ msgid "You need to set your committer info first"
21554#~ msgstr "Bạn cần đặt thông tin về người chuyển giao mã nguồn trước đã"
21555
21556#~ msgid "bad numeric config value '%s' for '%s': invalid unit"
21557#~ msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: đơn vị sai"
21558
21559#~ msgid "bad numeric config value '%s' for '%s' in blob %s: invalid unit"
21560#~ msgstr ""
21561#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong blob %s: đơn vị sai"
21562
21563#~ msgid "bad numeric config value '%s' for '%s' in file %s: invalid unit"
21564#~ msgstr ""
21565#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong tập tin %s: đơn vị "
21566#~ "sai"
21567
21568#~ msgid ""
21569#~ "bad numeric config value '%s' for '%s' in standard input: invalid unit"
21570#~ msgstr ""
21571#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong đầu vào tiêu chuẩn: "
21572#~ "đơn vị không hợp lệ"
21573
21574#~ msgid ""
21575#~ "bad numeric config value '%s' for '%s' in submodule-blob %s: invalid unit"
21576#~ msgstr ""
21577#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong submodule-blob %s: "
21578#~ "đơn vị không hợp lệ"
21579
21580#~ msgid ""
21581#~ "bad numeric config value '%s' for '%s' in command line %s: invalid unit"
21582#~ msgstr ""
21583#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong dòng lệnh %s: đơn vị "
21584#~ "không hợp lệ"
21585
21586#~ msgid "bad numeric config value '%s' for '%s' in %s: invalid unit"
21587#~ msgstr ""
21588#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: đơn vị không hợp "
21589#~ "lệ"
21590
21591#~ msgid "This is the 2nd commit message:"
21592#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 2:"
21593
21594#~ msgid "This is the 3rd commit message:"
21595#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 3:"
21596
21597#~ msgid "This is the 4th commit message:"
21598#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 4:"
21599
21600#~ msgid "This is the 5th commit message:"
21601#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 5:"
21602
21603#~ msgid "This is the 6th commit message:"
21604#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 6:"
21605
21606#~ msgid "This is the 7th commit message:"
21607#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 7:"
21608
21609#~ msgid "This is the 8th commit message:"
21610#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 8:"
21611
21612#~ msgid "This is the 9th commit message:"
21613#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 9:"
21614
21615#~ msgid "This is the 10th commit message:"
21616#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 10:"
21617
21618#~ msgid "This is the ${n}th commit message:"
21619#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21620
21621#~ msgid "This is the ${n}st commit message:"
21622#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21623
21624#~ msgid "This is the ${n}nd commit message:"
21625#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21626
21627#~ msgid "This is the ${n}rd commit message:"
21628#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21629
21630#~ msgid "The 1st commit message will be skipped:"
21631#~ msgstr "Chú thích cho lần chuyển giao thứ nhất sẽ bị bỏ qua:"
21632
21633#~ msgid "The 2nd commit message will be skipped:"
21634#~ msgstr "Chú thích cho lần chuyển giao thứ 2 sẽ bị bỏ qua:"
21635
21636#~ msgid "The 3rd commit message will be skipped:"
21637#~ msgstr "Chú thích cho lần chuyển giao thứ 3 sẽ bị bỏ qua:"
21638
21639#~ msgid "The 4th commit message will be skipped:"
21640#~ msgstr "Chú thích cho lần chuyển giao thứ 4 sẽ bị bỏ qua:"
21641
21642#~ msgid "The 5th commit message will be skipped:"
21643#~ msgstr "Chú thích cho lần chuyển giao thứ 5 sẽ bị bỏ qua:"
21644
21645#~ msgid "The 6th commit message will be skipped:"
21646#~ msgstr "Chú thích cho lần chuyển giao thứ 6 sẽ bị bỏ qua:"
21647
21648#~ msgid "The 7th commit message will be skipped:"
21649#~ msgstr "Chú thích cho lần chuyển giao thứ 7 sẽ bị bỏ qua:"
21650
21651#~ msgid "The 8th commit message will be skipped:"
21652#~ msgstr "Chú thích cho lần chuyển giao thứ 8 sẽ bị bỏ qua:"
21653
21654#~ msgid "The 9th commit message will be skipped:"
21655#~ msgstr "Chú thích cho lần chuyển giao thứ 9 sẽ bị bỏ qua:"
21656
21657#~ msgid "The 10th commit message will be skipped:"
21658#~ msgstr "Chú thích cho lần chuyển giao thứ 10 sẽ bị bỏ qua:"
21659
21660#~ msgid "The ${n}th commit message will be skipped:"
21661#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21662
21663#~ msgid "The ${n}st commit message will be skipped:"
21664#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21665
21666#~ msgid "The ${n}nd commit message will be skipped:"
21667#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21668
21669#~ msgid "The ${n}rd commit message will be skipped:"
21670#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21671
21672#~ msgid "could not run gpg."
21673#~ msgstr "không thể chạy gpg."
21674
21675#~ msgid "gpg did not accept the data"
21676#~ msgstr "gpg đã không chấp nhận dữ liệu"
21677
21678#~ msgid "unsupported object type in the tree"
21679#~ msgstr "kiểu đối tượng không được hỗ trợ trong cây (tree)"
21680
21681#~ msgid "Fatal merge failure, shouldn't happen."
21682#~ msgstr "Việc hòa trộn hỏng nghiêm trọng, không nên để xảy ra."
21683
21684#~ msgid "Unprocessed path??? %s"
21685#~ msgstr "Đường dẫn chưa được xử lý??? %s"
21686
21687#~ msgid "Cannot %s during a %s"
21688#~ msgstr "Không thể %s trong khi %s"
21689
21690#~ msgid "Can't cherry-pick into empty head"
21691#~ msgstr "Không thể cherry-pick vào một đầu (head) trống rỗng"
21692
21693#~ msgid "could not open %s for writing"
21694#~ msgstr "không thể mở %s để ghi"
21695
21696#~ msgid "bug: unhandled unmerged status %x"
21697#~ msgstr "lỗi: không thể tiếp nhận trạng thái chưa hòa trộn %x"
21698
21699#~ msgid "bug: unhandled diff status %c"
21700#~ msgstr "lỗi: không thể tiếp nhận trạng thái lệnh diff %c"
21701
21702#~ msgid "could not write branch description template"
21703#~ msgstr "không thể ghi mẫu mô tả nhánh"
21704
21705#~ msgid "corrupt index file"
21706#~ msgstr "tập tin ghi bảng mục lục bị hỏng"
21707
21708#~ msgid "detach the HEAD at named commit"
21709#~ msgstr "rời bỏ HEAD tại lần chuyển giao danh nghĩa"
21710
21711#~ msgid "Checking connectivity... "
21712#~ msgstr "Đang kiểm tra kết nối… "
21713
21714#~ msgid "  (unable to update local ref)"
21715#~ msgstr "  (không thể cập nhật tham chiếu nội bộ)"
21716
21717#~ msgid "Reinitialized existing"
21718#~ msgstr "Khởi tạo lại đã sẵn có rồi"
21719
21720#~ msgid "Initialized empty"
21721#~ msgstr "Khởi tạo trống rỗng"
21722
21723#~ msgid " shared"
21724#~ msgstr " đã chia sẻ"
21725
21726#~ msgid "Verify that the named commit has a valid GPG signature"
21727#~ msgstr ""
21728#~ "Thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"
21729
21730#~ msgid "Writing SQUASH_MSG"
21731#~ msgstr "Đang ghi SQUASH_MSG"
21732
21733#~ msgid "Finishing SQUASH_MSG"
21734#~ msgstr "Hoàn thành SQUASH_MSG"
21735
21736#~ msgid "   and with remote"
21737#~ msgstr "   và với máy chủ"
21738
21739#~ msgid "removing '%s' failed"
21740#~ msgstr "gặp lỗi khi xóa bỏ “%s”"
21741
21742#~ msgid "Please call 'bisect_state' with at least one argument."
21743#~ msgstr "Hãy gọi lệnhl “bisect_state” với ít nhất một đối số."
21744
21745#~ msgid ""
21746#~ "If you want to reuse this local git directory instead of cloning again "
21747#~ "from"
21748#~ msgstr "Nếu bạn muốn dùng lại thư mục git nội bộ này thay vì nhân bản từ nó"
21749
21750#~ msgid ""
21751#~ "use the '--force' option. If the local git directory is not the correct "
21752#~ "repo"
21753#~ msgstr ""
21754#~ "dùng tùy chọn “--force”. Nếu thư mục git nội bộ không phải là repo (kho) "
21755#~ "đúng"
21756
21757#~ msgid ""
21758#~ "or you are unsure what this means choose another name with the '--name' "
21759#~ "option."
21760#~ msgstr ""
21761#~ "hay bạn không chắc chắn điều đó có nghĩa gì chọn tên khác với tùy chọn “--"
21762#~ "name”."
21763
21764#~ msgid "Submodule work tree '$displaypath' contains a .git directory"
21765#~ msgstr "Cây làm việc mô-đun-con “$displaypath” có chứa thư mục .git"
21766
21767#~ msgid ""
21768#~ "(use 'rm -rf' if you really want to remove it including all of its "
21769#~ "history)"
21770#~ msgstr ""
21771#~ "(dùng “rm -rf” nếu bạn thực sự muốn gỡ bỏ nó cùng với tất cả lịch sử của "
21772#~ "chúng)"
21773
21774#~ msgid "'%s': %s"
21775#~ msgstr "“%s”: %s"
21776
21777#~ msgid "unable to access '%s': %s"
21778#~ msgstr "không thể truy cập “%s”: %s"
21779
21780#~ msgid "    git branch -d %s\n"
21781#~ msgstr "    git branch -d %s\n"
21782
21783#~ msgid "    git branch --set-upstream-to %s\n"
21784#~ msgstr "    git branch --set-upstream-to %s\n"
21785
21786#~ msgid "cannot open %s: %s\n"
21787#~ msgstr "không thể mở %s: %s\n"
21788
21789#~ msgid "Please, stage your changes to .gitmodules or stash them to proceed"
21790#~ msgstr ""
21791#~ "Vui lòng đưa các thay đổi của bạn vào “.gitmodules” hay tạm cất chúng đi "
21792#~ "để xử lý"
21793
21794#~ msgid "failed to remove: %s"
21795#~ msgstr "gặp lỗi khi gỡ bỏ: %s"
21796
21797#~ msgid "The --exec option must be used with the --interactive option"
21798#~ msgstr "Tùy chọn --exec phải được sử dụng cùng với tùy chọn --interactive"
21799
21800#~ msgid ""
21801#~ "Submodule path '$displaypath' not initialized\n"
21802#~ "Maybe you want to use 'update --init'?"
21803#~ msgstr ""
21804#~ "Đường dẫn mô-đun-con “$displaypath” chưa được khởi tạo.\n"
21805#~ "Có lẽ bạn muốn sử dụng lệnh “update --init”?"
21806
21807#~ msgid "Forward-port local commits to the updated upstream head"
21808#~ msgstr ""
21809#~ "Chuyển tiếp những lần chuyển giao nội bộ tới head thượng nguồn đã cập nhật"
21810
21811#~ msgid "improper format entered align:%s"
21812#~ msgstr "định dạng không đúng chỗ căn chỉnh:%s"
21813
21814#~ msgid ""
21815#~ "push.default is unset; its implicit value has changed in\n"
21816#~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
21817#~ "and maintain the traditional behavior, use:\n"
21818#~ "\n"
21819#~ "  git config --global push.default matching\n"
21820#~ "\n"
21821#~ "To squelch this message and adopt the new behavior now, use:\n"
21822#~ "\n"
21823#~ "  git config --global push.default simple\n"
21824#~ "\n"
21825#~ "When push.default is set to 'matching', git will push local branches\n"
21826#~ "to the remote branches that already exist with the same name.\n"
21827#~ "\n"
21828#~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"
21829#~ "behavior, which only pushes the current branch to the corresponding\n"
21830#~ "remote branch that 'git pull' uses to update the current branch.\n"
21831#~ "\n"
21832#~ "See 'git help config' and search for 'push.default' for further "
21833#~ "information.\n"
21834#~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
21835#~ "'current' instead of 'simple' if you sometimes use older versions of Git)"
21836#~ msgstr ""
21837#~ "biến push.default chưa được đặt; giá trị ngầm định của nó\n"
21838#~ "đã được thay đổi trong Git 2.0 từ “matching” thành “simple”.\n"
21839#~ "Để không hiển thị nhắc nhở này và duy trì cách xử lý cũ, hãy chạy lệnh:\n"
21840#~ "\n"
21841#~ "  git config --global push.default matching\n"
21842#~ "\n"
21843#~ "Để không hiển thị nhắc nhở này và áp dụng cách ứng xử mới, hãy chạy "
21844#~ "lệnh:\n"
21845#~ "\n"
21846#~ "  git config --global push.default simple\n"
21847#~ "\n"
21848#~ "Khi push.default được đặt thành “matching”, git sẽ đẩy các nhánh nội bộ\n"
21849#~ "lên các nhánh trên máy chủ, cái mà đã sẵn có và cùng tên.\n"
21850#~ "\n"
21851#~ "Trong 2.0, Git sẽ mặc định duy trì các ứng xử “simple”,\n"
21852#~ "cái này chỉ đẩy những nhánh hiện hành lên các nhánh tương ứng\n"
21853#~ "trên máy chủ cái mà lệnh “git pull” dùng để cập nhật nhánh hiện tại.\n"
21854#~ "\n"
21855#~ "Xem “git help config” và tìm đến “push.default” để có thêm thông tin.\n"
21856#~ "(chế độ “simple” được bắt đầu sử dụng từ Git 1.7.11. Sử dụng chế độ tương "
21857#~ "tự\n"
21858#~ "“current” thay vì “simple” nếu bạn thỉnh thoảng phải sử dụng bản Git cũ)"
21859
21860#~ msgid "Could not append '%s'"
21861#~ msgstr "Không thể nối thêm “%s”"
21862
21863#~ msgid "unable to look up current user in the passwd file: %s"
21864#~ msgstr "không tìm thấy người dùng hiện tại trong tập tin passwd: %s"
21865
21866#~ msgid "no such user"
21867#~ msgstr "không có người dùng như vậy"
21868
21869#~ msgid "Missing author: %s"
21870#~ msgstr "Thiếu tên tác giả: %s"
21871
21872#~ msgid "Testing "
21873#~ msgstr "Đang thử"
21874
21875#~ msgid "branch '%s' does not point at a commit"
21876#~ msgstr "nhánh “%s” không chỉ đến một lần chuyển giao nào cả"
21877
21878#~ msgid "print only merged branches"
21879#~ msgstr "chỉ hiển thị các nhánh đã hòa trộn"
21880
21881#~ msgid "--dissociate given, but there is no --reference"
21882#~ msgstr "đã đưa ra --dissociate, nhưng ở đây lại không có --reference"
21883
21884#~ msgid "show usage"
21885#~ msgstr "hiển thị cách dùng"
21886
21887#~ msgid "insanely long template name %s"
21888#~ msgstr "tên mẫu dài một cách điên rồ %s"
21889
21890#~ msgid "insanely long symlink %s"
21891#~ msgstr "liên kết mềm dài một cách điên rồ %s"
21892
21893#~ msgid "insanely long template path %s"
21894#~ msgstr "đường dẫn mẫu “%s” dài một cách điên rồ"
21895
21896#~ msgid "unsupported sort specification '%s'"
21897#~ msgstr "không hỗ trợ đặc tả sắp xếp “%s”"
21898
21899#~ msgid "unsupported sort specification '%s' in variable '%s'"
21900#~ msgstr "không hỗ trợ đặc tả sắp xếp “%s” trong biến “%s”"
21901
21902#~ msgid "switch 'points-at' requires an object"
21903#~ msgstr "chuyển đến “points-at” yêu cần một đối tượng"
21904
21905#~ msgid "--sort and -n are incompatible"
21906#~ msgstr "--sort và -n xung khắc nhau"
21907
21908#~ msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
21909#~ msgstr ""
21910#~ "Gitdir “$a” là bộ phận của đường dẫn mô-đun-con “$b” hoặc \"vice versa\""
21911
21912#~ msgid "false|true|preserve"
21913#~ msgstr "false|true|preserve"
21914
21915#~ msgid "BUG: reopen a lockfile that is still open"
21916#~ msgstr "LỖI: mở lại tập tin khóa mà nó lại đang được mở"
21917
21918#~ msgid "BUG: reopen a lockfile that has been committed"
21919#~ msgstr "LỖI: mở lại tập tin khóa mà nó đã được chuyển giao"
21920
21921#~ msgid "option %s does not accept negative form"
21922#~ msgstr "tùy chọn %s không chấp nhận dạng thức âm"
21923
21924#~ msgid "unable to parse value '%s' for option %s"
21925#~ msgstr "không thể phân tích giá trị “%s” cho tùy chọn %s"
21926
21927#~ msgid "-b and -B are mutually exclusive"
21928#~ msgstr "-b và -B loại từ lẫn nhau."
21929
21930#~ msgid "Patch format $patch_format is not supported."
21931#~ msgstr "Định dạng miếng vá $patch_format không được hỗ trợ."
21932
21933#~ msgid "Please make up your mind. --skip or --abort?"
21934#~ msgstr "Xin hãy rõ ràng. --skip hay --abort?"
21935
21936#~ msgid ""
21937#~ "Patch is empty.  Was it split wrong?\n"
21938#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
21939#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."
21940#~ msgstr ""
21941#~ "Miếng vá trống rỗng.  Nó đã bị chia cắt sai phải không?\n"
21942#~ "Nếu bạn thích bỏ qua miếng vá này, hãy chạy lệnh sau để thay thế "
21943#~ "\"$cmdline --skip\".\n"
21944#~ "Để phục hồi lại nhánh nguyên thủy và dừng vá lại hãy chạy lệnh \"$cmdline "
21945#~ "--abort\"."
21946
21947#~ msgid "Patch does not have a valid e-mail address."
21948#~ msgstr "Miếng vá không có địa chỉ thư điện tử hợp lệ."
21949
21950#~ msgid "Applying: $FIRSTLINE"
21951#~ msgstr "Đang áp dụng (miếng vá): $FIRSTLINE"
21952
21953#~ msgid "Patch failed at $msgnum $FIRSTLINE"
21954#~ msgstr "Gặp lỗi khi vá tại $msgnum $FIRSTLINE"
21955
21956#~ msgid ""
21957#~ "Pull is not possible because you have unmerged files.\n"
21958#~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
21959#~ "as appropriate to mark resolution and make a commit."
21960#~ msgstr ""
21961#~ "Pull là không thể được bởi vì bạn có những tập tin chưa được hòa trộn.\n"
21962#~ "Xin hãy sửa chữa chúng trước, và sau đó sử dụng lệnh “git add/rm <tập-"
21963#~ "tin>”\n"
21964#~ "để phê chuẩn việc đánh dấu đây cần được giải quyết và tạo một lần chuyển "
21965#~ "giao."
21966
21967#~ msgid "no branch specified"
21968#~ msgstr "chưa chỉ ra tên của nhánh"
21969
21970#~ msgid "prune .git/worktrees"
21971#~ msgstr "xén .git/worktrees"
21972
21973#~ msgid "The most commonly used git commands are:"
21974#~ msgstr "Những lệnh git hay được dùng nhất là:"
21975
21976#~ msgid "No such branch: '%s'"
21977#~ msgstr "Không có nhánh nào như thế: “%s”"
21978
21979#~ msgid "Could not create git link %s"
21980#~ msgstr "Không thể tạo liên kết git “%s”"
21981
21982#~ msgid "Invalid gc.pruneexpire: '%s'"
21983#~ msgstr "gc.pruneexpire không hợp lệ: “%s”"
21984
21985#~ msgid "(detached from %s)"
21986#~ msgstr "(được tách rời từ %s)"
21987
21988#~ msgid "No existing author found with '%s'"
21989#~ msgstr "Không tìm thấy tác giả có sẵn với “%s”"
21990
21991#~ msgid "search also in ignored files"
21992#~ msgstr "tìm cả trong các tập tin đã bị lờ đi"
21993
21994#~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
21995#~ msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"
21996
21997#~ msgid "no files added"
21998#~ msgstr "chưa có tập tin nào được thêm vào"
21999
22000#~ msgid "slot"
22001#~ msgstr "khe"
22002
22003#~ msgid "check"
22004#~ msgstr "kiểm tra"
22005
22006#~ msgid "Failed to lock ref for update"
22007#~ msgstr "Gặp lỗi khi khóa tham chiếu để cập nhật"
22008
22009#~ msgid "Failed to write ref"
22010#~ msgstr "Gặp lỗi khi ghi tham chiếu"
22011
22012#~ msgid "commit has empty message"
22013#~ msgstr "lần chuyển giao có ghi chú trống rỗng"
22014
22015#~ msgid "cannot lock HEAD ref"
22016#~ msgstr "không thể khóa HEAD ref (tham chiếu)"
22017
22018#~ msgid "cannot update HEAD ref"
22019#~ msgstr "không thể cập nhật ref (tham chiếu) HEAD"
22020
22021#~ msgid "Failed to chdir: %s"
22022#~ msgstr "Gặp lỗi với lệnh chdir: %s"
22023
22024#~ msgid "%s: cannot lock the ref"
22025#~ msgstr "%s: không thể khóa ref (tham chiếu)"
22026
22027#~ msgid "%s: cannot update the ref"
22028#~ msgstr "%s: không thể cập nhật ref (tham chiếu)"
22029
22030#~ msgid "Failed to lock HEAD during fast_forward_to"
22031#~ msgstr "Gặp lỗi khi khóa HEAD trong quá trình fast_forward_to"
22032
22033#~ msgid "key id"
22034#~ msgstr "id của khóa"
22035
22036#~ msgid "Tracking not set up: name too long: %s"
22037#~ msgstr "Việc theo dõi chưa được cài đặt: tên quá dài: %s"
22038
22039#~ msgid "bug"
22040#~ msgstr "lỗi"
22041
22042#~ msgid ", behind "
22043#~ msgstr ", đằng sau "
22044
22045#~ msgid "could not find .gitmodules in index"
22046#~ msgstr "không tìm thấy .gitmodules trong bảng mục lục"
22047
22048#~ msgid "reading updated .gitmodules failed"
22049#~ msgstr "gặp lỗi khi đọc cập nhật .gitmodules"
22050
22051#~ msgid "unable to stat updated .gitmodules"
22052#~ msgstr "không thể lấy thống kê .gitmodules đã cập nhật"
22053
22054#~ msgid "unable to remove .gitmodules from index"
22055#~ msgstr "không thể gỡ bỏ .gitmodules từ mục lục"
22056
22057#~ msgid "adding updated .gitmodules failed"
22058#~ msgstr "gặp lỗi khi thêm .gitmodules đã cập nhật"
22059
22060#~ msgid ""
22061#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"
22062#~ "subdirectory of the tree will change in Git 2.0 and should not be used "
22063#~ "anymore.\n"
22064#~ "To add content for the whole tree, run:\n"
22065#~ "\n"
22066#~ "  git add %s :/\n"
22067#~ "  (or git add %s :/)\n"
22068#~ "\n"
22069#~ "To restrict the command to the current directory, run:\n"
22070#~ "\n"
22071#~ "  git add %s .\n"
22072#~ "  (or git add %s .)\n"
22073#~ "\n"
22074#~ "With the current Git version, the command is restricted to the current "
22075#~ "directory.\n"
22076#~ msgstr ""
22077#~ "Cách ứng xử của lệnh “git add %s (hay %s)” khi không có tham số đường dẫn "
22078#~ "từ\n"
22079#~ "thư-mục con của cây sẽ thay đổi kể từ Git 2.0 và không thể sử dụng như "
22080#~ "thế nữa.\n"
22081#~ "Để thêm nội dung cho toàn bộ cây, chạy:\n"
22082#~ "\n"
22083#~ "  git add %s :/\n"
22084#~ "  (hoặc git add %s :/)\n"
22085#~ "\n"
22086#~ "Để hạn chế lệnh cho thư-mục hiện tại, chạy:\n"
22087#~ "\n"
22088#~ "  git add %s .\n"
22089#~ "  (hoặc git add %s .)\n"
22090#~ "\n"
22091#~ "Với phiên bản hiện tại của Git, lệnh bị hạn chế cho thư-mục hiện tại.\n"
22092
22093#~ msgid ""
22094#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"
22095#~ "whose behaviour will change in Git 2.0 with respect to paths you "
22096#~ "removed.\n"
22097#~ "Paths like '%s' that are\n"
22098#~ "removed from your working tree are ignored with this version of Git.\n"
22099#~ "\n"
22100#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"
22101#~ "  ignores paths you removed from your working tree.\n"
22102#~ "\n"
22103#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"
22104#~ "\n"
22105#~ "Run 'git status' to check the paths you removed from your working tree.\n"
22106#~ msgstr ""
22107#~ "Bạn chạy “git add” mà không có “-A (--all)” cũng không “--ignore-"
22108#~ "removal”,\n"
22109#~ "cách ứng xử của nó sẽ thay đổi kể từ Git 2.0: nó quan tâm đến các đường "
22110#~ "dẫn mà\n"
22111#~ "bạn đã gỡ bỏ. Các đường dẫn như là “%s” cái mà\n"
22112#~ "bị gỡ bỏ từ cây làm việc của bạn thì bị bỏ qua với phiên bản này của "
22113#~ "Git.\n"
22114#~ "\n"
22115#~ "* “git add --ignore-removal <pathspec>”, cái hiện tại là mặc định,\n"
22116#~ "  bỏ qua các đường dẫn bạn đã gỡ bỏ từ cây làm việc của bạn.\n"
22117#~ "\n"
22118#~ "* “git add --all <pathspec>” sẽ đồng thời giúp bạn ghi lại việc dời đi.\n"
22119#~ "\n"
22120#~ "Chạy “git status” để kiểm tra các đường dẫn bạn đã gỡ bỏ từ cây làm việc "
22121#~ "của bạn.\n"
22122
22123#~ msgid ""
22124#~ "Auto packing the repository for optimum performance. You may also\n"
22125#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"
22126#~ msgstr ""
22127#~ "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"
22128#~ "chạy lệnh \"git gc\" một cách thủ công. Hãy xem \"git help gc\" để biết "
22129#~ "thêm chi tiết.\n"
22130
22131#~ msgid ""
22132#~ "Updates were rejected because a pushed branch tip is behind its remote\n"
22133#~ "counterpart. If you did not intend to push that branch, you may want to\n"
22134#~ "specify branches to push or set the 'push.default' configuration "
22135#~ "variable\n"
22136#~ "to 'simple', 'current' or 'upstream' to push only the current branch."
22137#~ msgstr ""
22138#~ "Việc cập nhật bị từ chối bởi vì đầu mút của nhánh được push nằm đằng sau "
22139#~ "bộ\n"
22140#~ "phận tương ứng của máy chủ. Nếu bạn không có ý định push nhánh đó, bạn có "
22141#~ "lẽ muốn\n"
22142#~ "chỉ định các nhánh để push hoặt là đặt nội dung cho biến cấu hình “push."
22143#~ "default”\n"
22144#~ "thành “simple”, “current” hoặc “upstream” để chỉ push nhánh hiện hành mà "
22145#~ "thôi."
22146
22147#~ msgid "copied:     %s -> %s"
22148#~ msgstr "đã sao chép:   %s -> %s"
22149
22150#~ msgid "deleted:    %s"
22151#~ msgstr "đã xóa:        %s"
22152
22153#~ msgid "modified:   %s"
22154#~ msgstr "đã sửa đổi:    %s"
22155
22156#~ msgid "renamed:    %s -> %s"
22157#~ msgstr "đã đổi tên:    %s -> %s"
22158
22159#~ msgid "unmerged:   %s"
22160#~ msgstr "chưa hòa trộn: %s"
22161
22162#~ msgid "input paths are terminated by a null character"
22163#~ msgstr "các đường dẫn được  ngăn cách bởi ký tự null"
22164
22165#~ msgid ""
22166#~ "Aborting. Consider using either the --force or --include-untracked option."
22167#~ msgstr ""
22168#~ "Bãi bỏ. Cân nhắc dùng một trong hai tùy chọn --force và --include-"
22169#~ "untracked."
22170
22171#~ msgid "  (fix conflicts and then run \"git am --resolved\")"
22172#~ msgstr "  (sửa các xung đột và sau đó chạy lệnh \"git am --resolved\")"
22173
22174#~ msgid "  (all conflicts fixed: run \"git commit\")"
22175#~ msgstr "  (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git commit\")"
22176
22177#~ msgid "more than %d trees given: '%s'"
22178#~ msgstr "đã chỉ ra nhiều hơn %d cây (tree): “%s”"
22179
22180#~ msgid ""
22181#~ "'%s' has changes staged in the index\n"
22182#~ "(use --cached to keep the file, or -f to force removal)"
22183#~ msgstr ""
22184#~ "“%s” có các thay đổi được lưu trạng thái trong bảng mục lục\n"
22185#~ "(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"
22186
22187#~ msgid "show commits where no parent comes before its children"
22188#~ msgstr "hiển thị các lần chuyển giao nơi mà cha mẹ đến trước con của nó"
22189
22190#~ msgid "show the HEAD reference"
22191#~ msgstr "hiển thị tham chiếu của HEAD"
22192
22193#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"
22194#~ msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$prefix$sm_path”"
22195
22196#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"
22197#~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$prefix$sm_path”"
22198
22199#~ msgid "It took %.2f seconds to enumerate untracked files.  'status -uno'"
22200#~ msgstr "Cần %.2f giây để đếm các tập tin chưa được theo dõi.  “status -uno”"
22201
22202#~ msgid "may speed it up, but you have to be careful not to forget to add"
22203#~ msgstr ""
22204#~ "có thể làm nó nhanh lên, nhưng bạn phải cẩn trọng đừng quên thêm nó vào"
22205
22206#~ msgid "new files yourself (see 'git help status')."
22207#~ msgstr "tập tin mới của chính bạn (xem “git help status”.."
22208
22209#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"
22210#~ msgstr "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>… ]"
22211
22212#~ msgid "use any ref in .git/refs"
22213#~ msgstr "sử dụng bất kỳ ref nào trong .git/refs"
22214
22215#~ msgid "use any tag in .git/refs/tags"
22216#~ msgstr "sử dụng bất kỳ thẻ nào trong .git/refs/tags"
22217
22218#~ msgid "failed to close pipe to 'show' for object '%s'"
22219#~ msgstr "gặp lỗi khi đóng đường ống cho lệnh “show” cho đối tượng “%s”"
22220
22221#~ msgid "You do not have a valid HEAD"
22222#~ msgstr "Bạn không có HEAD nào hợp lệ"
22223
22224#~ msgid "oops"
22225#~ msgstr "ôi?"
22226
22227#~ msgid "Not removing %s\n"
22228#~ msgstr "Không xóa %s\n"
22229
22230#~ msgid "git remote set-head <name> (-a | -d | <branch>])"
22231#~ msgstr "git remote set-head <tên> (-a | -d | <nhánh>])"
22232
22233#~ msgid " %d file changed"
22234#~ msgid_plural " %d files changed"
22235#~ msgstr[0] " %d tập tin thay đổi"
22236
22237#~ msgid ", %d insertion(+)"
22238#~ msgid_plural ", %d insertions(+)"
22239#~ msgstr[0] ", %d thêm(+)"
22240
22241#~ msgid ", %d deletion(-)"
22242#~ msgid_plural ", %d deletions(-)"
22243#~ msgstr[0] ", %d xóa(-)"
22244
22245#~ msgid " (use \"git add\" to track)"
22246#~ msgstr " (dùng \"git add\" để theo dõi dấu vết)"
22247
22248#~ msgid "--detach cannot be used with -b/-B/--orphan"
22249#~ msgstr "--detach không thể được sử dụng với tùy chọn -b/-B/--orphan"
22250
22251#~ msgid "--detach cannot be used with -t"
22252#~ msgstr "--detach không thể được sử dụng với tùy chọn -t"
22253
22254#~ msgid "--orphan and -b|-B are mutually exclusive"
22255#~ msgstr "Tùy chọn --orphan và -b|-B loại từ lẫn nhau"
22256
22257#~ msgid "--orphan cannot be used with -t"
22258#~ msgstr "--orphan không thể được sử dụng với tùy chọn -t"
22259
22260#~ msgid "git checkout: -f and -m are incompatible"
22261#~ msgstr "git checkout: hai tùy chọn -f và -m xung khắc nhau"
22262
22263#~ msgid ""
22264#~ "git checkout: updating paths is incompatible with switching branches."
22265#~ msgstr ""
22266#~ "git checkout: việc cập nhật các đường dẫn là xung khắc với việc chuyển "
22267#~ "đổi các nhánh."
22268
22269#~ msgid "diff setup failed"
22270#~ msgstr "cài đặt diff gặp lỗi"
22271
22272#~ msgid "merge-recursive: disk full?"
22273#~ msgstr "merge-recursive: đĩa bị đầy?"
22274
22275#~ msgid "diff_setup_done failed"
22276#~ msgstr "diff_setup_done gặp lỗi"
22277
22278#~ msgid "%s: has been deleted/renamed"
22279#~ msgstr "%s: đã được xóa/thay-tên"
22280
22281#~ msgid "'%s': not a documentation directory."
22282#~ msgstr "”%s”: không phải là một thư mục tài liệu."
22283
22284#~ msgid "--"
22285#~ msgstr "--"
22286
22287#~ msgid "Could not extract email from committer identity."
22288#~ msgstr ""
22289#~ "Không thể rút trích địa chỉ thư điện tử từ định danh người chuyển giao"