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.119.0_round2\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2018-09-04 08:50+0800\n" 12"PO-Revision-Date: 2018-09-07 13:38+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:97 26#, c-format 27msgid "%shint: %.*s%s\n" 28msgstr "%sgợi ý: %.*s%s\n" 29 30#: advice.c:150 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:152 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:154 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:156 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:158 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:160 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:168 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:176 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:181 builtin/merge.c:1286 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:183 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:184 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:190 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:1306 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:1478 195#, c-format 196msgid "recount: unexpected line: %.*s" 197msgstr "chi tiết: dòng không cần: %.*s" 198 199#: apply.c:1547 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:1567 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:1580 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:1768 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:1770 226msgid "deleted file still has contents" 227msgstr "tập tin đã xóa vẫn còn nội dung" 228 229#: apply.c:1804 230#, c-format 231msgid "corrupt patch at line %d" 232msgstr "miếng vá hỏng tại dòng %d" 233 234#: apply.c:1841 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:1843 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:1846 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:1993 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:2030 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:2190 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:2276 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:2280 270#, c-format 271msgid "unable to open or read %s" 272msgstr "không thể mở hay đọc %s" 273 274#: apply.c:2939 275#, c-format 276msgid "invalid start of line: '%c'" 277msgstr "sai khởi đầu dòng: “%c”" 278 279#: apply.c:3060 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:3072 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:3078 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:3100 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:3108 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:3154 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:3164 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:3172 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:3190 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:3203 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:3209 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:3230 348#, c-format 349msgid "patch failed: %s:%ld" 350msgstr "gặp lỗi khi vá: %s:%ld" 351 352#: apply.c:3352 353#, c-format 354msgid "cannot checkout %s" 355msgstr "không thể lấy ra %s" 356 357#: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278 358#, c-format 359msgid "failed to read %s" 360msgstr "gặp lỗi khi đọc %s" 361 362#: apply.c:3412 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:3441 apply.c:3681 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:3524 apply.c:3696 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:3533 apply.c:3704 378#, c-format 379msgid "%s: does not match index" 380msgstr "%s: không khớp trong mục lục" 381 382#: apply.c:3568 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:3571 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:3587 apply.c:3591 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:3603 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:3617 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:3622 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:3648 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:3721 416#, c-format 417msgid "%s: wrong type" 418msgstr "%s: sai kiểu" 419 420#: apply.c:3723 421#, c-format 422msgid "%s has type %o, expected %o" 423msgstr "%s có kiểu %o, cần %o" 424 425#: apply.c:3874 apply.c:3876 426#, c-format 427msgid "invalid path '%s'" 428msgstr "đường dẫn không hợp lệ “%s”" 429 430#: apply.c:3932 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:3935 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:3955 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:3960 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:3980 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:3984 456#, c-format 457msgid "%s: patch does not apply" 458msgstr "%s: miếng vá không được áp dụng" 459 460#: apply.c:3999 461#, c-format 462msgid "Checking patch %s..." 463msgstr "Đang kiểm tra miếng vá %s…" 464 465#: apply.c:4091 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:4098 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:4101 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:4106 builtin/checkout.c:237 builtin/reset.c:140 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:4110 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:4120 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:4258 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:4292 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:4298 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:4306 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:4312 apply.c:4457 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:4355 521#, c-format 522msgid "failed to write to '%s'" 523msgstr "gặp lỗi khi ghi vào “%s”" 524 525#: apply.c:4359 526#, c-format 527msgid "closing file '%s'" 528msgstr "đang đóng tập tin “%s”" 529 530#: apply.c:4429 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:4527 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:4535 541msgid "internal error" 542msgstr "lỗi nội bộ" 543 544#: apply.c:4538 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:4549 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:4557 builtin/fetch.c:780 builtin/fetch.c:1048 556#, c-format 557msgid "cannot open %s" 558msgstr "không mở được “%s”" 559 560#: apply.c:4571 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:4575 566#, c-format 567msgid "Rejected hunk #%d." 568msgstr "đoạn dữ liệu #%d bị từ chối." 569 570#: apply.c:4685 571#, c-format 572msgid "Skipped patch '%s'." 573msgstr "bỏ qua đường dẫn “%s”." 574 575#: apply.c:4693 576msgid "unrecognized input" 577msgstr "không thừa nhận đầu vào" 578 579#: apply.c:4712 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:4849 584#, c-format 585msgid "can't open patch '%s': %s" 586msgstr "không thể mở miếng vá “%s”: %s" 587 588#: apply.c:4876 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:4882 apply.c:4897 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:4890 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:4906 builtin/add.c:539 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:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257 611#: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260 612#: builtin/pull.c:198 builtin/submodule--helper.c:406 613#: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358 614#: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732 615#: builtin/submodule--helper.c:1952 git-add--interactive.perl:197 616msgid "path" 617msgstr "đường-dẫn" 618 619#: apply.c:4934 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:4937 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:4939 builtin/am.c:2263 628msgid "num" 629msgstr "số" 630 631#: apply.c:4940 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:4943 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:4945 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:4949 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:4951 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:4953 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:4955 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:4957 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:4959 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:4961 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:4964 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:4966 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:4968 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:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516 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:4973 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:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95 696#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99 697#: builtin/pack-objects.c:3202 698msgid "action" 699msgstr "hành động" 700 701#: apply.c:4975 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:4978 apply.c:4981 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:4984 710msgid "apply the patch in reverse" 711msgstr "áp dụng miếng vá theo chiều ngược" 712 713#: apply.c:4986 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:4988 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:4990 722msgid "allow overlapping hunks" 723msgstr "cho phép chồng khối nhớ" 724 725#: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21 726#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671 727#: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124 728msgid "be verbose" 729msgstr "chi tiết" 730 731#: apply.c:4993 732msgid "tolerate incorrectly detected missing new-line at the end of file" 733msgstr "" 734"đã 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" 735 736#: apply.c:4996 737msgid "do not trust the line counts in the hunk headers" 738msgstr "không tin số lượng dòng trong phần đầu khối dữ liệu" 739 740#: apply.c:4998 builtin/am.c:2251 741msgid "root" 742msgstr "gốc" 743 744#: apply.c:4999 745msgid "prepend <root> to all filenames" 746msgstr "treo thêm <root> vào tất cả các tên tập tin" 747 748#: archive.c:14 749msgid "git archive [<options>] <tree-ish> [<path>...]" 750msgstr "git archive [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]" 751 752#: archive.c:15 753msgid "git archive --list" 754msgstr "git archive --list" 755 756#: archive.c:16 757msgid "" 758"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 759msgstr "" 760"git archive --remote <kho> [--exec <lệnh>] [<các-tùy-chọn>] <tree-ish> " 761"[<đường-dẫn>…]" 762 763#: archive.c:17 764msgid "git archive --remote <repo> [--exec <cmd>] --list" 765msgstr "git archive --remote <kho> [--exec <lệnh>] --list" 766 767#: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298 768#, c-format 769msgid "pathspec '%s' did not match any files" 770msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào" 771 772#: archive.c:446 773msgid "fmt" 774msgstr "định_dạng" 775 776#: archive.c:446 777msgid "archive format" 778msgstr "định dạng lưu trữ" 779 780#: archive.c:447 builtin/log.c:1473 781msgid "prefix" 782msgstr "tiền_tố" 783 784#: archive.c:448 785msgid "prepend prefix to each pathname in the archive" 786msgstr "nối thêm tiền tố vào từng đường dẫn tập tin trong kho lưu" 787 788#: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126 789#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873 790#: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555 791#: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119 792#: parse-options.h:165 793msgid "file" 794msgstr "tập_tin" 795 796#: archive.c:450 builtin/archive.c:89 797msgid "write the archive to this file" 798msgstr "ghi kho lưu vào tập tin này" 799 800#: archive.c:452 801msgid "read .gitattributes in working directory" 802msgstr "đọc .gitattributes trong thư mục làm việc" 803 804#: archive.c:453 805msgid "report archived files on stderr" 806msgstr "liệt kê các tập tin được lưu trữ vào stderr (đầu ra lỗi tiêu chuẩn)" 807 808#: archive.c:454 809msgid "store only" 810msgstr "chỉ lưu (không nén)" 811 812#: archive.c:455 813msgid "compress faster" 814msgstr "nén nhanh hơn" 815 816#: archive.c:463 817msgid "compress better" 818msgstr "nén nhỏ hơn" 819 820#: archive.c:466 821msgid "list supported archive formats" 822msgstr "liệt kê các kiểu nén được hỗ trợ" 823 824#: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114 825#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738 826msgid "repo" 827msgstr "kho" 828 829#: archive.c:469 builtin/archive.c:91 830msgid "retrieve the archive from remote repository <repo>" 831msgstr "nhận kho nén từ kho chứa <kho> trên máy chủ" 832 833#: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714 834#: builtin/notes.c:491 835msgid "command" 836msgstr "lệnh" 837 838#: archive.c:471 builtin/archive.c:93 839msgid "path to the remote git-upload-archive command" 840msgstr "đường dẫn đến lệnh git-upload-pack trên máy chủ" 841 842#: archive.c:478 843msgid "Unexpected option --remote" 844msgstr "Gặp tùy chọn --remote không cần" 845 846#: archive.c:480 847msgid "Option --exec can only be used together with --remote" 848msgstr "Tùy chọn --exec chỉ có thể được dùng cùng với --remote" 849 850#: archive.c:482 851msgid "Unexpected option --output" 852msgstr "Gặp tùy chọn không cần --output" 853 854#: archive.c:504 855#, c-format 856msgid "Unknown archive format '%s'" 857msgstr "Không hiểu định dạng “%s”" 858 859#: archive.c:511 860#, c-format 861msgid "Argument not supported for format '%s': -%d" 862msgstr "Tham số không được hỗ trợ cho định dạng “%s”: -%d" 863 864#: archive-tar.c:125 archive-zip.c:344 865#, c-format 866msgid "cannot stream blob %s" 867msgstr "không thể stream blob “%s”" 868 869#: archive-tar.c:260 archive-zip.c:361 870#, c-format 871msgid "unsupported file mode: 0%o (SHA1: %s)" 872msgstr "chế độ tập tin lục không được hỗ trợ: 0%o (SHA1: %s)" 873 874#: archive-tar.c:287 archive-zip.c:352 875#, c-format 876msgid "cannot read %s" 877msgstr "không thể đọc %s" 878 879#: archive-tar.c:458 880#, c-format 881msgid "unable to start '%s' filter" 882msgstr "không thể bắt đầu bộ lọc “%s”" 883 884#: archive-tar.c:461 885msgid "unable to redirect descriptor" 886msgstr "không thể chuyển hướng mô tả" 887 888#: archive-tar.c:468 889#, c-format 890msgid "'%s' filter reported error" 891msgstr "bộ lọc “%s” đã báo cáo lỗi" 892 893#: archive-zip.c:313 894#, c-format 895msgid "path is not valid UTF-8: %s" 896msgstr "đường dẫn không hợp lệ UTF-8: %s" 897 898#: archive-zip.c:317 899#, c-format 900msgid "path too long (%d chars, SHA1: %s): %s" 901msgstr "đường dẫn quá dài (%d ký tự, SHA1: %s): %s" 902 903#: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219 904#, c-format 905msgid "deflate error (%d)" 906msgstr "lỗi giải nén (%d)" 907 908#: archive-zip.c:605 909#, c-format 910msgid "timestamp too large for this system: %<PRIuMAX>" 911msgstr "dấu vết thời gian là quá lớn cho hệ thống này: %<PRIuMAX>" 912 913#: attr.c:218 914#, c-format 915msgid "%.*s is not a valid attribute name" 916msgstr "%.*s không phải tên thuộc tính hợp lệ" 917 918#: attr.c:415 919msgid "" 920"Negative patterns are ignored in git attributes\n" 921"Use '\\!' for literal leading exclamation." 922msgstr "" 923"Các mẫu dạng phủ định bị cấm dùng cho các thuộc tính của git\n" 924"Dùng “\\!” cho các chuỗi văn bản có dấu chấm than dẫn đầu." 925 926#: bisect.c:467 927#, c-format 928msgid "Badly quoted content in file '%s': %s" 929msgstr "nội dung được trích dẫn sai tập tin “%s”: %s" 930 931#: bisect.c:675 932#, c-format 933msgid "We cannot bisect more!\n" 934msgstr "Chúng tôi không bisect thêm nữa!\n" 935 936#: bisect.c:729 937#, c-format 938msgid "Not a valid commit name %s" 939msgstr "Không phải tên đối tượng commit %s hợp lệ" 940 941#: bisect.c:753 942#, c-format 943msgid "" 944"The merge base %s is bad.\n" 945"This means the bug has been fixed between %s and [%s].\n" 946msgstr "" 947"Hòa trộn trên %s là sai.\n" 948"Điều đó có nghĩa là lỗi đã được sửa chữa giữa %s và [%s].\n" 949 950#: bisect.c:758 951#, c-format 952msgid "" 953"The merge base %s is new.\n" 954"The property has changed between %s and [%s].\n" 955msgstr "" 956"Hòa trộn trên %s là mới.\n" 957"Gần như chắc chắn là có thay đổi giữa %s và [%s].\n" 958 959#: bisect.c:763 960#, c-format 961msgid "" 962"The merge base %s is %s.\n" 963"This means the first '%s' commit is between %s and [%s].\n" 964msgstr "" 965"Hòa trộn trên %s là %s.\n" 966"Điều đó có nghĩa là lần chuyển giao “%s” đầu tiên là giữa %s và [%s].\n" 967 968#: bisect.c:771 969#, c-format 970msgid "" 971"Some %s revs are not ancestors of the %s rev.\n" 972"git bisect cannot work properly in this case.\n" 973"Maybe you mistook %s and %s revs?\n" 974msgstr "" 975"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" 976"git bisect không thể làm việc đúng đắn trong trường hợp này.\n" 977"Liệu có phải bạn nhầm lẫn các điểm %s và %s không?\n" 978 979#: bisect.c:784 980#, c-format 981msgid "" 982"the merge base between %s and [%s] must be skipped.\n" 983"So we cannot be sure the first %s commit is between %s and %s.\n" 984"We continue anyway." 985msgstr "" 986"hòa trộn trên cơ sở giữa %s và [%s] phải bị bỏ qua.\n" 987"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à " 988"%s.\n" 989"Chúng tôi vẫn cứ tiếp tục." 990 991#: bisect.c:817 992#, c-format 993msgid "Bisecting: a merge base must be tested\n" 994msgstr "Bisecting: nền hòa trộn cần phải được kiểm tra\n" 995 996#: bisect.c:857 997#, c-format 998msgid "a %s revision is needed" 999msgstr "cần một điểm xét duyệt %s"10001001#: bisect.c:876 builtin/notes.c:177 builtin/tag.c:2371002#, c-format1003msgid "could not create file '%s'"1004msgstr "không thể tạo tập tin “%s”"10051006#: bisect.c:927 builtin/merge.c:1371007#, c-format1008msgid "could not read file '%s'"1009msgstr "không thể đọc tập tin “%s”"10101011#: bisect.c:9571012msgid "reading bisect refs failed"1013msgstr "việc đọc tham chiếu bisect gặp lỗi"10141015#: bisect.c:9761016#, c-format1017msgid "%s was both %s and %s\n"1018msgstr "%s là cả %s và %s\n"10191020#: bisect.c:9841021#, c-format1022msgid ""1023"No testable commit found.\n"1024"Maybe you started with bad path parameters?\n"1025msgstr ""1026"không tìm thấy lần chuyển giao kiểm tra được nào.\n"1027"Có lẽ bạn bắt đầu với các tham số đường dẫn sai?\n"10281029#: bisect.c:10031030#, c-format1031msgid "(roughly %d step)"1032msgid_plural "(roughly %d steps)"1033msgstr[0] "(ước chừng %d bước)"10341035#. TRANSLATORS: the last %s will be replaced with "(roughly %d1036#. steps)" translation.1037#.1038#: bisect.c:10091039#, c-format1040msgid "Bisecting: %d revision left to test after this %s\n"1041msgid_plural "Bisecting: %d revisions left to test after this %s\n"1042msgstr[0] "Bisecting: còn %d điểm xét duyệt để kiểm sau %s này\n"10431044#: blame.c:17841045msgid "--contents and --reverse do not blend well."1046msgstr "tùy chọn--contents và --reverse không được trộn vào nhau."10471048#: blame.c:17981049msgid "cannot use --contents with final commit object name"1050msgstr "không thể dùng --contents với tên đối tượng chuyển giao cuối cùng"10511052#: blame.c:18191053msgid "--reverse and --first-parent together require specified latest commit"1054msgstr ""1055"--reverse và --first-parent cùng nhau cần chỉ định lần chuyển giao cuối"10561057#: blame.c:1828 bundle.c:162 ref-filter.c:2154 sequencer.c:18741058#: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:9261059#: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963 builtin/merge.c:4041060#: builtin/pack-objects.c:3029 builtin/pack-objects.c:30441061#: builtin/shortlog.c:1921062msgid "revision walk setup failed"1063msgstr "cài đặt việc di chuyển qua các điểm xét duyệt gặp lỗi"10641065#: blame.c:18461066msgid ""1067"--reverse --first-parent together require range along first-parent chain"1068msgstr ""1069"--reverse --first-parent cùng nhau yêu cầu vùng cùng với chuỗi cha-mẹ-đầu-"1070"tiên"10711072#: blame.c:18571073#, c-format1074msgid "no such path %s in %s"1075msgstr "không có đường dẫn %s trong “%s”"10761077#: blame.c:18681078#, c-format1079msgid "cannot read blob %s for path %s"1080msgstr "không thể đọc blob %s cho đường dẫn “%s”"10811082#: branch.c:521083#, c-format1084msgid ""1085"\n"1086"After fixing the error cause you may try to fix up\n"1087"the remote tracking information by invoking\n"1088"\"git branch --set-upstream-to=%s%s%s\"."1089msgstr ""1090"\n"1091"Sau khi sửa nguyên nhân lỗi bạn có lẻ cần thử sửa\n"1092"thông tin theo dõi máy chủ bằng cách gọi lệnh\n"1093"\"git branch --set-upstream-to=%s%s%s\"."10941095#: branch.c:661096#, c-format1097msgid "Not setting branch %s as its own upstream."1098msgstr "Chưa cài đặt nhánh %s như là thượng nguồn của nó."10991100#: branch.c:921101#, c-format1102msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1103msgstr ""1104"Nhánh “%s” cài đặt để theo dõi nhánh máy chủ “%s” từ “%s” bằng cách rebase."11051106#: branch.c:931107#, c-format1108msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1109msgstr "Nhánh “%s” cài đặt để theo dõi nhánh máy chủ “%s” từ “%s”."11101111#: branch.c:971112#, c-format1113msgid "Branch '%s' set up to track local branch '%s' by rebasing."1114msgstr "Nhánh “%s” cài đặt để theo dõi nhánh nội bộ “%s” bằng cách rebase."11151116#: branch.c:981117#, c-format1118msgid "Branch '%s' set up to track local branch '%s'."1119msgstr "Nhánh “%s” cài đặt để theo dõi nhánh nội bộ “%s”."11201121#: branch.c:1031122#, c-format1123msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1124msgstr ""1125"Nhánh “%s” cài đặt để theo dõi tham chiếu máy chủ “%s” bằng cách rebase."11261127#: branch.c:1041128#, c-format1129msgid "Branch '%s' set up to track remote ref '%s'."1130msgstr "Nhánh “%s” cài đặt để theo dõi tham chiếu máy chủ “%s”."11311132#: branch.c:1081133#, c-format1134msgid "Branch '%s' set up to track local ref '%s' by rebasing."1135msgstr ""1136"Nhánh “%s” cài đặt để theo dõi tham chiếu nội bộ “%s” bằng cách rebase."11371138#: branch.c:1091139#, c-format1140msgid "Branch '%s' set up to track local ref '%s'."1141msgstr "Nhánh “%s” cài đặt để theo dõi tham chiếu nội bộ “%s”."11421143#: branch.c:1181144msgid "Unable to write upstream branch configuration"1145msgstr "Không thể ghi cấu hình nhánh thượng nguồn"11461147#: branch.c:1551148#, c-format1149msgid "Not tracking: ambiguous information for ref %s"1150msgstr "Không theo dõi: thông tin chưa rõ ràng cho tham chiếu %s"11511152#: branch.c:1881153#, c-format1154msgid "'%s' is not a valid branch name."1155msgstr "“%s” không phải là một tên nhánh hợp lệ."11561157#: branch.c:2071158#, c-format1159msgid "A branch named '%s' already exists."1160msgstr "Đã có nhánh mang tên “%s”."11611162#: branch.c:2121163msgid "Cannot force update the current branch."1164msgstr "Không thể ép buộc cập nhật nhánh hiện hành."11651166#: branch.c:2321167#, c-format1168msgid "Cannot setup tracking information; starting point '%s' is not a branch."1169msgstr ""1170"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 "1171"nhánh."11721173#: branch.c:2341174#, c-format1175msgid "the requested upstream branch '%s' does not exist"1176msgstr "nhánh thượng nguồn đã yêu cầu “%s” không tồn tại"11771178#: branch.c:2361179msgid ""1180"\n"1181"If you are planning on basing your work on an upstream\n"1182"branch that already exists at the remote, you may need to\n"1183"run \"git fetch\" to retrieve it.\n"1184"\n"1185"If you are planning to push out a new local branch that\n"1186"will track its remote counterpart, you may want to use\n"1187"\"git push -u\" to set the upstream config as you push."1188msgstr ""1189"\n"1190"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"1191"(upstream) cái mà đã sẵn có trên máy chủ, bạn cần chạy\n"1192"lệnh \"git fetch\" để lấy nó về.\n"1193"\n"1194"Nếu bạn có ý định đẩy lên lên một nhánh nội bộ mới cái mà\n"1195"sẽ theo dõi bản đối chiếu máy chủ của nó, bạn cần dùng lệnh\n"1196"\"git push -u\" để đặt cấu hình thượng nguồn bạn muốn push."11971198#: branch.c:2791199#, c-format1200msgid "Not a valid object name: '%s'."1201msgstr "Không phải tên đối tượng hợp lệ: “%s”."12021203#: branch.c:2991204#, c-format1205msgid "Ambiguous object name: '%s'."1206msgstr "Tên đối tượng chưa rõ ràng: “%s”."12071208#: branch.c:3041209#, c-format1210msgid "Not a valid branch point: '%s'."1211msgstr "Nhánh không hợp lệ: “%s”."12121213#: branch.c:3581214#, c-format1215msgid "'%s' is already checked out at '%s'"1216msgstr "“%s” đã được lấy ra tại “%s” rồi"12171218#: branch.c:3811219#, c-format1220msgid "HEAD of working tree %s is not updated"1221msgstr "HEAD của cây làm việc %s chưa được cập nhật"12221223#: bundle.c:361224#, c-format1225msgid "'%s' does not look like a v2 bundle file"1226msgstr "“%s” không giống như tập tin v2 bundle (định dạng dump của git)"12271228#: bundle.c:641229#, c-format1230msgid "unrecognized header: %s%s (%d)"1231msgstr "phần đầu không được thừa nhận: %s%s (%d)"12321233#: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:7681234#, c-format1235msgid "could not open '%s'"1236msgstr "không thể mở “%s”"12371238#: bundle.c:1411239msgid "Repository lacks these prerequisite commits:"1240msgstr "Kho chứa thiếu những lần chuyển giao tiên quyết này:"12411242#: bundle.c:1921243#, c-format1244msgid "The bundle contains this ref:"1245msgid_plural "The bundle contains these %d refs:"1246msgstr[0] "Bó dữ liệu chứa %d tham chiếu:"12471248#: bundle.c:1991249msgid "The bundle records a complete history."1250msgstr "Lệnh bundle ghi lại toàn bộ lịch sử."12511252#: bundle.c:2011253#, c-format1254msgid "The bundle requires this ref:"1255msgid_plural "The bundle requires these %d refs:"1256msgstr[0] "Lệnh bundle yêu cầu %d tham chiếu này:"12571258#: bundle.c:2601259msgid "Could not spawn pack-objects"1260msgstr "Không thể sản sinh đối tượng gói"12611262#: bundle.c:2711263msgid "pack-objects died"1264msgstr "đối tượng gói đã chết"12651266#: bundle.c:3131267msgid "rev-list died"1268msgstr "rev-list đã chết"12691270#: bundle.c:3621271#, c-format1272msgid "ref '%s' is excluded by the rev-list options"1273msgstr "th.chiếu “%s” bị loại trừ bởi các tùy chọn rev-list"12741275#: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:3041276#, c-format1277msgid "unrecognized argument: %s"1278msgstr "đối số không được thừa nhận: %s"12791280#: bundle.c:4611281msgid "Refusing to create empty bundle."1282msgstr "Từ chối tạo một bó dữ liệu trống rỗng."12831284#: bundle.c:4731285#, c-format1286msgid "cannot create '%s'"1287msgstr "không thể tạo “%s”"12881289#: bundle.c:5011290msgid "index-pack died"1291msgstr "mục lục gói đã chết"12921293#: color.c:2961294#, c-format1295msgid "invalid color value: %.*s"1296msgstr "giá trị màu không hợp lệ: %.*s"12971298#: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:4661299#: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:3761300#: builtin/replace.c:4481301#, c-format1302msgid "could not parse %s"1303msgstr "không thể phân tích cú pháp %s"13041305#: commit.c:501306#, c-format1307msgid "%s %s is not a commit!"1308msgstr "%s %s không phải là một lần chuyển giao!"13091310#: commit.c:1911311msgid ""1312"Support for <GIT_DIR>/info/grafts is deprecated\n"1313"and will be removed in a future Git version.\n"1314"\n"1315"Please use \"git replace --convert-graft-file\"\n"1316"to convert the grafts into replace refs.\n"1317"\n"1318"Turn this message off by running\n"1319"\"git config advice.graftFileDeprecated false\""1320msgstr ""1321"Việc hỗ trợ cho <GIT_DIR>/info/grafts đã lạc hậu\n"1322"và sẽ bị xóa bỏ ở phiên bản Git tương lai.\n"1323"\n"1324"Vui lòng dùng \"git replace --convert-graft-file\"\n"1325"để chuyển đổi các graft thành các tham chiếu thay thế.\n"1326"\n"1327"Tắt lời nhắn này bằng cách chạy\n"1328"\"git config advice.graftFileDeprecated false\""13291330#: commit.c:16291331msgid ""1332"Warning: commit message did not conform to UTF-8.\n"1333"You may want to amend it after fixing the message, or set the config\n"1334"variable i18n.commitencoding to the encoding your project uses.\n"1335msgstr ""1336"Cảnh báo: ghi chú cho lần chuyển giao không hợp chuẩn UTF-8.\n"1337"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"1338"cấu hình i18n.commitencoding thành bảng mã mà dự án của bạn muốn dùng.\n"13391340#: commit-graph.c:831341#, c-format1342msgid "graph file %s is too small"1343msgstr "tập tin đồ thị %s quá nhỏ"13441345#: commit-graph.c:901346#, c-format1347msgid "graph signature %X does not match signature %X"1348msgstr "chữ ký đồ họa %X không khớp chữ ký %X"13491350#: commit-graph.c:971351#, c-format1352msgid "graph version %X does not match version %X"1353msgstr "phiên bản đồ họa %X không khớp phiên bản %X"13541355#: commit-graph.c:1041356#, c-format1357msgid "hash version %X does not match version %X"1358msgstr "phiên bản băm “%X” không có phiên bản khớp %X"13591360#: commit-graph.c:1281361#, c-format1362msgid "improper chunk offset %08x%08x"1363msgstr "bù mảnh không đúng chỗ %08x%08x"13641365#: commit-graph.c:1641366#, c-format1367msgid "chunk id %08x appears multiple times"1368msgstr "mã mảnh %08x xuất hiện nhiều lần"13691370#: commit-graph.c:2611371#, c-format1372msgid "could not find commit %s"1373msgstr "không thể tìm thấy lần chuyển giao %s"13741375#: commit-graph.c:565 builtin/pack-objects.c:25681376#, c-format1377msgid "unable to get type of object %s"1378msgstr "không thể lấy kiểu của đối tượng “%s”"13791380#: commit-graph.c:7301381#, c-format1382msgid "error adding pack %s"1383msgstr "gặp lỗi thêm gói %s"13841385#: commit-graph.c:7321386#, c-format1387msgid "error opening index for %s"1388msgstr "gặp lỗi khi mở mục lục cho “%s”"13891390#: commit-graph.c:7731391#, c-format1392msgid "the commit graph format cannot write %d commits"1393msgstr "định dạng đồ họa các lần chuyển giao không thể ghi %d lần chuyển giao"13941395#: commit-graph.c:8001396msgid "too many commits to write graph"1397msgstr "có quá nhiều lần chuyển giao để ghi đồ thị"13981399#: commit-graph.c:8061400#, c-format1401msgid "unable to create leading directories of %s"1402msgstr "không thể tạo các thư mục dẫn đầu của “%s”"14031404#: commit-graph.c:9041405msgid "the commit-graph file has incorrect checksum and is likely corrupt"1406msgstr ""1407"tập tin sơ đồ chuyển giao có tổng kiểm không đúng và có vẻ như là đã hỏng"14081409#: compat/obstack.c:405 compat/obstack.c:4071410msgid "memory exhausted"1411msgstr "hết bộ nhớ"14121413#: config.c:1231414#, c-format1415msgid ""1416"exceeded maximum include depth (%d) while including\n"1417"\t%s\n"1418"from\n"1419"\t%s\n"1420"This might be due to circular includes."1421msgstr ""1422"vượt quá độ sâu bao gồm tối đa (%d) trong khi bao gồm\n"1423"\t%s\n"1424"từ\n"1425"\t%s\n"1426"Nguyên nhân có thể là gồm quẩn vòng."14271428#: config.c:1391429#, c-format1430msgid "could not expand include path '%s'"1431msgstr "không thể khai triển đường dẫn “%s”"14321433#: config.c:1501434msgid "relative config includes must come from files"1435msgstr "các bao gồm cấu hình liên quan phải đến từ các tập tin"14361437#: config.c:1901438msgid "relative config include conditionals must come from files"1439msgstr "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"14401441#: config.c:3481442#, c-format1443msgid "key does not contain a section: %s"1444msgstr "khóa không chứa một phần: %s"14451446#: config.c:3541447#, c-format1448msgid "key does not contain variable name: %s"1449msgstr "khóa không chứa bất kỳ một tên biến nào: %s"14501451#: config.c:378 sequencer.c:22061452#, c-format1453msgid "invalid key: %s"1454msgstr "khóa không đúng: %s"14551456#: config.c:3841457#, c-format1458msgid "invalid key (newline): %s"1459msgstr "khóa không hợp lệ (dòng mới): %s"14601461#: config.c:420 config.c:4321462#, c-format1463msgid "bogus config parameter: %s"1464msgstr "tham số cấu hình không có thực: %s"14651466#: config.c:4671467#, c-format1468msgid "bogus format in %s"1469msgstr "định dạng không có thực trong %s"14701471#: config.c:7931472#, c-format1473msgid "bad config line %d in blob %s"1474msgstr "tập tin cấu hình sai tại dòng %d trong blob %s"14751476#: config.c:7971477#, c-format1478msgid "bad config line %d in file %s"1479msgstr "cấu hình sai tại dòng %d trong tập tin %s"14801481#: config.c:8011482#, c-format1483msgid "bad config line %d in standard input"1484msgstr "cấu hình sai tại dòng %d trong đầu vào tiêu chuẩn"14851486#: config.c:8051487#, c-format1488msgid "bad config line %d in submodule-blob %s"1489msgstr "cấu hình sai tại dòng %d trong blob-mô-đun-con %s"14901491#: config.c:8091492#, c-format1493msgid "bad config line %d in command line %s"1494msgstr "cấu hình sai tại dòng %d trong dòng lệnh %s"14951496#: config.c:8131497#, c-format1498msgid "bad config line %d in %s"1499msgstr "cấu hình sai tại dòng %d trong %s"15001501#: config.c:9521502msgid "out of range"1503msgstr "nằm ngoài phạm vi"15041505#: config.c:9521506msgid "invalid unit"1507msgstr "đơn vị không hợp lệ"15081509#: config.c:9581510#, c-format1511msgid "bad numeric config value '%s' for '%s': %s"1512msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: %s"15131514#: config.c:9631515#, c-format1516msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1517msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong blob %s: %s"15181519#: config.c:9661520#, c-format1521msgid "bad numeric config value '%s' for '%s' in file %s: %s"1522msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong tập tin %s: %s"15231524#: config.c:9691525#, c-format1526msgid "bad numeric config value '%s' for '%s' in standard input: %s"1527msgstr ""1528"sai giá trị bằng số của cấu hình “%s” cho “%s” trong đầu vào tiêu chuẩn: %s"15291530#: config.c:9721531#, c-format1532msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1533msgstr ""1534"sai giá trị bằng số của cấu hình “%s” cho “%s” trong submodule-blob %s: %s"15351536#: config.c:9751537#, c-format1538msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1539msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong dòng lệnh %s: %s"15401541#: config.c:9781542#, c-format1543msgid "bad numeric config value '%s' for '%s' in %s: %s"1544msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: %s"15451546#: config.c:10731547#, c-format1548msgid "failed to expand user dir in: '%s'"1549msgstr "gặp lỗi mở rộng thư mục người dùng trong: “%s”"15501551#: config.c:10821552#, c-format1553msgid "'%s' for '%s' is not a valid timestamp"1554msgstr "“%s” dành cho “%s” không phải là dấu vết thời gian hợp lệ"15551556#: config.c:11731557#, c-format1558msgid "abbrev length out of range: %d"1559msgstr "chiều dài abbrev nằm ngoài phạm vi: %d"15601561#: config.c:1187 config.c:11981562#, c-format1563msgid "bad zlib compression level %d"1564msgstr "mức nén zlib %d là sai"15651566#: config.c:12901567msgid "core.commentChar should only be one character"1568msgstr "core.commentChar chỉ được có một ký tự"15691570#: config.c:13231571#, c-format1572msgid "invalid mode for object creation: %s"1573msgstr "chế độ không hợp lệ đối với việc tạo đối tượng: %s"15741575#: config.c:14031576#, c-format1577msgid "malformed value for %s"1578msgstr "giá trị cho %s sai dạng"15791580#: config.c:14291581#, c-format1582msgid "malformed value for %s: %s"1583msgstr "giá trị cho %s sai dạng: %s"15841585#: config.c:14301586msgid "must be one of nothing, matching, simple, upstream or current"1587msgstr "phải là một trong số nothing, matching, simple, upstream hay current"15881589#: config.c:1489 builtin/pack-objects.c:32791590#, c-format1591msgid "bad pack compression level %d"1592msgstr "mức nén gói %d không hợp lệ"15931594#: config.c:16101595#, c-format1596msgid "unable to load config blob object '%s'"1597msgstr "không thể tải đối tượng blob cấu hình “%s”"15981599#: config.c:16131600#, c-format1601msgid "reference '%s' does not point to a blob"1602msgstr "tham chiếu “%s” không chỉ đến một blob nào cả"16031604#: config.c:16301605#, c-format1606msgid "unable to resolve config blob '%s'"1607msgstr "không thể phân giải điểm xét duyệt “%s”"16081609#: config.c:16601610#, c-format1611msgid "failed to parse %s"1612msgstr "gặp lỗi khi phân tích cú pháp %s"16131614#: config.c:17001615msgid "unable to parse command-line config"1616msgstr "không thể phân tích cấu hình dòng lệnh"16171618#: config.c:20321619msgid "unknown error occurred while reading the configuration files"1620msgstr "đã có lỗi chưa biết xảy ra trong khi đọc các tập tin cấu hình"16211622#: config.c:22021623#, c-format1624msgid "Invalid %s: '%s'"1625msgstr "%s không hợp lệ: “%s”"16261627#: config.c:22451628#, c-format1629msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1630msgstr ""1631"không hiểu giá trị core.untrackedCache “%s”; dùng giá trị mặc định “keep”"16321633#: config.c:22711634#, c-format1635msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1636msgstr "giá trị splitIndex.maxPercentChange “%d” phải nằm giữa 0 và 100"16371638#: config.c:22961639#, c-format1640msgid "unable to parse '%s' from command-line config"1641msgstr "không thể phân tích “%s” từ cấu hình dòng lệnh"16421643#: config.c:22981644#, c-format1645msgid "bad config variable '%s' in file '%s' at line %d"1646msgstr "sai biến cấu hình “%s” trong tập tin “%s” tại dòng %d"16471648#: config.c:23791649#, c-format1650msgid "invalid section name '%s'"1651msgstr "tên của phần không hợp lệ “%s”"16521653#: config.c:24111654#, c-format1655msgid "%s has multiple values"1656msgstr "%s có đa giá trị"16571658#: config.c:24401659#, c-format1660msgid "failed to write new configuration file %s"1661msgstr "gặp lỗi khi ghi tập tin cấu hình “%s”"16621663#: config.c:2691 config.c:30151664#, c-format1665msgid "could not lock config file %s"1666msgstr "không thể khóa tập tin cấu hình %s"16671668#: config.c:27021669#, c-format1670msgid "opening %s"1671msgstr "đang mở “%s”"16721673#: config.c:2737 builtin/config.c:3241674#, c-format1675msgid "invalid pattern: %s"1676msgstr "mẫu không hợp lệ: %s"16771678#: config.c:27621679#, c-format1680msgid "invalid config file %s"1681msgstr "tập tin cấu hình “%s” không hợp lệ"16821683#: config.c:2775 config.c:30281684#, c-format1685msgid "fstat on %s failed"1686msgstr "fstat trên %s gặp lỗi"16871688#: config.c:27861689#, c-format1690msgid "unable to mmap '%s'"1691msgstr "không thể mmap “%s”"16921693#: config.c:2795 config.c:30331694#, c-format1695msgid "chmod on %s failed"1696msgstr "chmod trên %s gặp lỗi"16971698#: config.c:2880 config.c:31301699#, c-format1700msgid "could not write config file %s"1701msgstr "không thể ghi tập tin cấu hình “%s”"17021703#: config.c:29141704#, c-format1705msgid "could not set '%s' to '%s'"1706msgstr "không thể đặt “%s” thành “%s”"17071708#: config.c:2916 builtin/remote.c:7811709#, c-format1710msgid "could not unset '%s'"1711msgstr "không thể thôi đặt “%s”"17121713#: config.c:30061714#, c-format1715msgid "invalid section name: %s"1716msgstr "tên của phần không hợp lệ: %s"17171718#: config.c:31731719#, c-format1720msgid "missing value for '%s'"1721msgstr "thiếu giá trị cho cho “%s”"17221723#: connect.c:611724msgid "the remote end hung up upon initial contact"1725msgstr "máy chủ bị treo trên lần tiếp xúc đầu tiên"17261727#: connect.c:631728msgid ""1729"Could not read from remote repository.\n"1730"\n"1731"Please make sure you have the correct access rights\n"1732"and the repository exists."1733msgstr ""1734"Không thể đọc từ kho trên mạng.\n"1735"\n"1736"Vui lòng chắc chắn là bạn có đủ thẩm quyền truy cập\n"1737"và kho chứa đã sẵn có."17381739#: connect.c:811740#, c-format1741msgid "server doesn't support '%s'"1742msgstr "máy chủ không hỗ trợ “%s”"17431744#: connect.c:1031745#, c-format1746msgid "server doesn't support feature '%s'"1747msgstr "máy chủ không hỗ trợ tính năng “%s”"17481749#: connect.c:1141750msgid "expected flush after capabilities"1751msgstr "cần đẩy dữ liệu lên đĩa sau các capabilities"17521753#: connect.c:2331754#, c-format1755msgid "ignoring capabilities after first line '%s'"1756msgstr "bỏ qua capabilities sau dòng đầu tiên “%s”"17571758#: connect.c:2521759msgid "protocol error: unexpected capabilities^{}"1760msgstr "lỗi giao thức: không cần capabilities^{}"17611762#: connect.c:2731763#, c-format1764msgid "protocol error: expected shallow sha-1, got '%s'"1765msgstr "lỗi giao thức: cần sha-1 shallow, nhưng lại nhận được “%s”"17661767#: connect.c:2751768msgid "repository on the other end cannot be shallow"1769msgstr "kho đã ở điểm cuối khoác nên không thể được shallow"17701771#: connect.c:310 fetch-pack.c:183 builtin/archive.c:631772#, c-format1773msgid "remote error: %s"1774msgstr "lỗi máy chủ: %s"17751776#: connect.c:3161777msgid "invalid packet"1778msgstr "gói không hợp lệ"17791780#: connect.c:3361781#, c-format1782msgid "protocol error: unexpected '%s'"1783msgstr "lỗi giao thức: không cần “%s”"17841785#: connect.c:4441786#, c-format1787msgid "invalid ls-refs response: %s"1788msgstr "trả về của ls-refs không hợp lệ: %s"17891790#: connect.c:4481791msgid "expected flush after ref listing"1792msgstr "cần đẩy dữ liệu lên đĩa sau khi liệt kê tham chiếu"17931794#: connect.c:5471795#, c-format1796msgid "protocol '%s' is not supported"1797msgstr "giao thức “%s” chưa được hỗ trợ"17981799#: connect.c:5981800msgid "unable to set SO_KEEPALIVE on socket"1801msgstr "không thể đặt SO_KEEPALIVE trên ổ cắm"18021803#: connect.c:638 connect.c:7011804#, c-format1805msgid "Looking up %s ... "1806msgstr "Đang tìm kiếm %s …"18071808#: connect.c:6421809#, c-format1810msgid "unable to look up %s (port %s) (%s)"1811msgstr "không tìm được %s (cổng %s) (%s)"18121813#. TRANSLATORS: this is the end of "Looking up %s ... "1814#: connect.c:646 connect.c:7171815#, c-format1816msgid ""1817"done.\n"1818"Connecting to %s (port %s) ... "1819msgstr ""1820"xong.\n"1821"Đang kết nối đến %s (cổng %s) … "18221823#: connect.c:668 connect.c:7451824#, c-format1825msgid ""1826"unable to connect to %s:\n"1827"%s"1828msgstr ""1829"không thể kết nối đến %s:\n"1830"%s"18311832#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "1833#: connect.c:674 connect.c:7511834msgid "done."1835msgstr "hoàn tất."18361837#: connect.c:7051838#, c-format1839msgid "unable to look up %s (%s)"1840msgstr "không thể tìm thấy %s (%s)"18411842#: connect.c:7111843#, c-format1844msgid "unknown port %s"1845msgstr "không hiểu cổng %s"18461847#: connect.c:848 connect.c:11741848#, c-format1849msgid "strange hostname '%s' blocked"1850msgstr "đã khóa tên máy lạ “%s”"18511852#: connect.c:8501853#, c-format1854msgid "strange port '%s' blocked"1855msgstr "đã khóa cổng lạ “%s”"18561857#: connect.c:8601858#, c-format1859msgid "cannot start proxy %s"1860msgstr "không thể khởi chạy ủy nhiệm “%s”"18611862#: connect.c:9271863msgid "no path specified; see 'git help pull' for valid url syntax"1864msgstr "chưa chỉ định đường dẫn; xem'git help pull” để biết cú pháp url hợp lệ"18651866#: connect.c:11221867msgid "ssh variant 'simple' does not support -4"1868msgstr "ssh biến thể “simple” không hỗ trợ -4"18691870#: connect.c:11341871msgid "ssh variant 'simple' does not support -6"1872msgstr "ssh biến thể “simple” không hỗ trợ -6"18731874#: connect.c:11511875msgid "ssh variant 'simple' does not support setting port"1876msgstr "ssh biến thể “simple” không hỗ trợ đặt cổng"18771878#: connect.c:12621879#, c-format1880msgid "strange pathname '%s' blocked"1881msgstr "đã khóa tên đường dẫn lạ “%s”"18821883#: connect.c:13071884msgid "unable to fork"1885msgstr "không thể rẽ nhánh tiến trình con"18861887#: connected.c:68 builtin/fsck.c:203 builtin/prune.c:1461888msgid "Checking connectivity"1889msgstr "Đang kiểm tra kết nối"18901891#: connected.c:801892msgid "Could not run 'git rev-list'"1893msgstr "Không thể chạy “git rev-list”"18941895#: connected.c:1001896msgid "failed write to rev-list"1897msgstr "gặp lỗi khi ghi vào rev-list"18981899#: connected.c:1071900msgid "failed to close rev-list's stdin"1901msgstr "gặp lỗi khi đóng đầu vào chuẩn stdin của rev-list"19021903#: convert.c:1941904#, c-format1905msgid "illegal crlf_action %d"1906msgstr "crlf_action %d không hợp lệ"19071908#: convert.c:2071909#, c-format1910msgid "CRLF would be replaced by LF in %s"1911msgstr "CRLF nên được thay bằng LF trong %s"19121913#: convert.c:2091914#, c-format1915msgid ""1916"CRLF will be replaced by LF in %s.\n"1917"The file will have its original line endings in your working directory"1918msgstr ""1919"CRLF sẽ bị thay thế bằng LF trong %s.\n"1920"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"19211922#: convert.c:2171923#, c-format1924msgid "LF would be replaced by CRLF in %s"1925msgstr "LF nên thay bằng CRLF trong %s"19261927#: convert.c:2191928#, c-format1929msgid ""1930"LF will be replaced by CRLF in %s.\n"1931"The file will have its original line endings in your working directory"1932msgstr ""1933"LF sẽ bị thay thế bằng CRLF trong %s.\n"1934"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"19351936#: convert.c:2801937#, c-format1938msgid "BOM is prohibited in '%s' if encoded as %s"1939msgstr "BOM bị cấm trong “%s” nếu được mã hóa là %s"19401941#: convert.c:2871942#, c-format1943msgid ""1944"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"1945"tree-encoding."1946msgstr ""1947"Tập tin “%s” có chứa ký hiệu thứ tự byte (BOM). Vui lòng dùng UTF-%s như là "1948"bảng mã cây làm việc."19491950#: convert.c:3051951#, c-format1952msgid "BOM is required in '%s' if encoded as %s"1953msgstr "BOM là bắt buộc trong “%s” nếu được mã hóa là %s"19541955#: convert.c:3071956#, c-format1957msgid ""1958"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"1959"%sLE (depending on the byte order) as working-tree-encoding."1960msgstr ""1961"Tập tin “%s” còn thiếu ký hiệu thứ tự byte (BOM). Vui lòng dùng UTF-%sBE hay "1962"UTF-%sLE (còn phục thuộc vào thứ tự byte) như là bảng mã cây làm việc."19631964#: convert.c:425 convert.c:4961965#, c-format1966msgid "failed to encode '%s' from %s to %s"1967msgstr "gặp lỗi khi mã hóa “%s” từ “%s” sang “%s”"19681969#: convert.c:4681970#, c-format1971msgid "encoding '%s' from %s to %s and back is not the same"1972msgstr "mã hóa “%s” từ %s thành %s và ngược trở lại không phải là cùng"19731974#: convert.c:6741975#, c-format1976msgid "cannot fork to run external filter '%s'"1977msgstr "không thể rẽ nhánh tiến trình để chạy bộ lọc bên ngoài “%s”"19781979#: convert.c:6941980#, c-format1981msgid "cannot feed the input to external filter '%s'"1982msgstr "không thể cấp đầu vào cho bộ lọc bên ngoài “%s”"19831984#: convert.c:7011985#, c-format1986msgid "external filter '%s' failed %d"1987msgstr "chạy bộ lọc bên ngoài “%s” gặp lỗi %d"19881989#: convert.c:736 convert.c:7391990#, c-format1991msgid "read from external filter '%s' failed"1992msgstr "đọc từ bộ lọc bên ngoài “%s” gặp lỗi"19931994#: convert.c:742 convert.c:7961995#, c-format1996msgid "external filter '%s' failed"1997msgstr "gặp lỗi khi chạy bộ lọc bên ngoài “%s”"19981999#: convert.c:8442000msgid "unexpected filter type"2001msgstr "gặp kiểu bộ lọc thừa"20022003#: convert.c:8552004msgid "path name too long for external filter"2005msgstr "tên đường dẫn quá dài cho bộ lọc bên ngoài"20062007#: convert.c:9292008#, c-format2009msgid ""2010"external filter '%s' is not available anymore although not all paths have "2011"been filtered"2012msgstr ""2013"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 "2014"dẫn đã được lọc"20152016#: convert.c:12282017msgid "true/false are no valid working-tree-encodings"2018msgstr "true/false là không phải bảng mã cây làm việc hợp lệ "20192020#: convert.c:1402 convert.c:14362021#, c-format2022msgid "%s: clean filter '%s' failed"2023msgstr "%s: gặp lỗi khi xóa bộ lọc “%s”"20242025#: convert.c:14802026#, c-format2027msgid "%s: smudge filter %s failed"2028msgstr "%s: smudge bộ lọc %s gặp lỗi"20292030#: date.c:1162031msgid "in the future"2032msgstr "ở thời tương lai"20332034#: date.c:1222035#, c-format2036msgid "%<PRIuMAX> second ago"2037msgid_plural "%<PRIuMAX> seconds ago"2038msgstr[0] "%<PRIuMAX> giây trước"20392040#: date.c:1292041#, c-format2042msgid "%<PRIuMAX> minute ago"2043msgid_plural "%<PRIuMAX> minutes ago"2044msgstr[0] "%<PRIuMAX> phút trước"20452046#: date.c:1362047#, c-format2048msgid "%<PRIuMAX> hour ago"2049msgid_plural "%<PRIuMAX> hours ago"2050msgstr[0] "%<PRIuMAX> giờ trước"20512052#: date.c:1432053#, c-format2054msgid "%<PRIuMAX> day ago"2055msgid_plural "%<PRIuMAX> days ago"2056msgstr[0] "%<PRIuMAX> ngày trước"20572058#: date.c:1492059#, c-format2060msgid "%<PRIuMAX> week ago"2061msgid_plural "%<PRIuMAX> weeks ago"2062msgstr[0] "%<PRIuMAX> tuần trước"20632064#: date.c:1562065#, c-format2066msgid "%<PRIuMAX> month ago"2067msgid_plural "%<PRIuMAX> months ago"2068msgstr[0] "%<PRIuMAX> tháng trước"20692070#: date.c:1672071#, c-format2072msgid "%<PRIuMAX> year"2073msgid_plural "%<PRIuMAX> years"2074msgstr[0] "%<PRIuMAX> năm"20752076#. TRANSLATORS: "%s" is "<n> years"2077#: date.c:1702078#, c-format2079msgid "%s, %<PRIuMAX> month ago"2080msgid_plural "%s, %<PRIuMAX> months ago"2081msgstr[0] "%s, %<PRIuMAX> tháng trước"20822083#: date.c:175 date.c:1802084#, c-format2085msgid "%<PRIuMAX> year ago"2086msgid_plural "%<PRIuMAX> years ago"2087msgstr[0] "%<PRIuMAX> năm trước"20882089#: diffcore-order.c:242090#, c-format2091msgid "failed to read orderfile '%s'"2092msgstr "gặp lỗi khi đọc tập-tin-thứ-tự “%s”"20932094#: diffcore-rename.c:5362095msgid "Performing inexact rename detection"2096msgstr "Đang thực hiện dò tìm đổi tên không chính xác"20972098#: diff.c:1082099#, c-format2100msgid "option '%s' requires a value"2101msgstr "tùy chọn “%s” yêu cầu một giá trị"21022103#: diff.c:1582104#, c-format2105msgid " Failed to parse dirstat cut-off percentage '%s'\n"2106msgstr " Gặp lỗi khi phân tích dirstat cắt bỏ phần trăm “%s”\n"21072108#: diff.c:1632109#, c-format2110msgid " Unknown dirstat parameter '%s'\n"2111msgstr " Không hiểu đối số dirstat “%s”\n"21122113#: diff.c:2912114msgid ""2115"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2116"'dimmed-zebra', 'plain'"2117msgstr ""2118"cài đặt màu đã di chuyển phải là một trong “no”, “default”, “blocks”, "2119"“zebra”, “dimmed_zebra”, “plain”"21202121#: diff.c:3162122#, c-format2123msgid "ignoring unknown color-moved-ws mode '%s'"2124msgstr "bỏ qua chế độ color-moved-ws chưa biết “%s”"21252126#: diff.c:3232127msgid ""2128"color-moved-ws: allow-indentation-change cannot be combined with other white "2129"space modes"2130msgstr ""2131"color-moved-ws: allow-indentation-change không thể tổ hợp cùng với các chế "2132"độ khoảng trắng khác"21332134#: diff.c:3942135#, c-format2136msgid "Unknown value for 'diff.submodule' config variable: '%s'"2137msgstr "Không hiểu giá trị cho biến cấu hình “diff.submodule”: “%s”"21382139#: diff.c:4542140#, c-format2141msgid ""2142"Found errors in 'diff.dirstat' config variable:\n"2143"%s"2144msgstr ""2145"Tìm thấy các lỗi trong biến cấu hình “diff.dirstat”:\n"2146"%s"21472148#: diff.c:40962149#, c-format2150msgid "external diff died, stopping at %s"2151msgstr "phần mềm diff ở bên ngoài đã chết, dừng tại %s"21522153#: diff.c:44272154msgid "--name-only, --name-status, --check and -s are mutually exclusive"2155msgstr "--name-only, --name-status, --check và -s loại từ lẫn nhau"21562157#: diff.c:44302158msgid "-G, -S and --find-object are mutually exclusive"2159msgstr "Các tùy chọn -G, -S, và --find-object loại từ lẫn nhau"21602161#: diff.c:45082162msgid "--follow requires exactly one pathspec"2163msgstr "--follow cần chính xác một đặc tả đường dẫn"21642165#: diff.c:46742166#, c-format2167msgid ""2168"Failed to parse --dirstat/-X option parameter:\n"2169"%s"2170msgstr ""2171"Gặp lỗi khi phân tích đối số tùy chọn --dirstat/-X:\n"2172"%s"21732174#: diff.c:46882175#, c-format2176msgid "Failed to parse --submodule option parameter: '%s'"2177msgstr "Gặp lỗi khi phân tích đối số tùy chọn --submodule: “%s”"21782179#: diff.c:57662180msgid "inexact rename detection was skipped due to too many files."2181msgstr ""2182"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."21832184#: diff.c:57692185msgid "only found copies from modified paths due to too many files."2186msgstr ""2187"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."21882189#: diff.c:57722190#, c-format2191msgid ""2192"you may want to set your %s variable to at least %d and retry the command."2193msgstr ""2194"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 "2195"nữa."21962197#: dir.c:5692198#, c-format2199msgid "pathspec '%s' did not match any file(s) known to git"2200msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào mà git biết"22012202#: dir.c:9582203#, c-format2204msgid "cannot use %s as an exclude file"2205msgstr "không thể dùng %s như là một tập tin loại trừ"22062207#: dir.c:18732208#, c-format2209msgid "could not open directory '%s'"2210msgstr "không thể mở thư mục “%s”"22112212#: dir.c:21152213msgid "failed to get kernel name and information"2214msgstr "gặp lỗi khi lấy tên và thông tin của nhân"22152216#: dir.c:22392217msgid "untracked cache is disabled on this system or location"2218msgstr "bộ nhớ tạm không theo vết bị tắt trên hệ thống hay vị trí này."22192220#: dir.c:30372221#, c-format2222msgid "index file corrupt in repo %s"2223msgstr "tập tin ghi bảng mục lục bị hỏng trong kho %s"22242225#: dir.c:3082 dir.c:30872226#, c-format2227msgid "could not create directories for %s"2228msgstr "không thể tạo thư mục cho %s"22292230#: dir.c:31162231#, c-format2232msgid "could not migrate git directory from '%s' to '%s'"2233msgstr "không thể di cư thư mục git từ “%s” sang “%s”"22342235#: editor.c:612236#, c-format2237msgid "hint: Waiting for your editor to close the file...%c"2238msgstr "gợi ý: Chờ trình biên soạn của bạn đóng tập tin…%c"22392240#: entry.c:1782241msgid "Filtering content"2242msgstr "Nội dung lọc"22432244#: entry.c:4372245#, c-format2246msgid "could not stat file '%s'"2247msgstr "không thể lấy thống kê tập tin “%s”"22482249#: environment.c:1502250#, c-format2251msgid "bad git namespace path \"%s\""2252msgstr "đường dẫn không gian tên git \"%s\" sai"22532254#: environment.c:3322255#, c-format2256msgid "could not set GIT_DIR to '%s'"2257msgstr "không thể đặt GIT_DIR thành “%s”"22582259#: exec-cmd.c:3612260#, c-format2261msgid "too many args to run %s"2262msgstr "quá nhiều tham số để chạy %s"22632264#: fetch-object.c:172265msgid "Remote with no URL"2266msgstr "Máy chủ không có địa chỉ URL"22672268#: fetch-pack.c:1522269msgid "git fetch-pack: expected shallow list"2270msgstr "git fetch-pack: cần danh sách shallow"22712272#: fetch-pack.c:1642273msgid "git fetch-pack: expected ACK/NAK, got a flush packet"2274msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được một gói flush"22752276#: fetch-pack.c:1842277#, c-format2278msgid "git fetch-pack: expected ACK/NAK, got '%s'"2279msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được “%s”"22802281#: fetch-pack.c:2542282msgid "--stateless-rpc requires multi_ack_detailed"2283msgstr "--stateless-rpc cần multi_ack_detailed"22842285#: fetch-pack.c:342 fetch-pack.c:12572286#, c-format2287msgid "invalid shallow line: %s"2288msgstr "dòng shallow không hợp lệ: %s"22892290#: fetch-pack.c:348 fetch-pack.c:12632291#, c-format2292msgid "invalid unshallow line: %s"2293msgstr "dòng unshallow không hợp lệ: %s"22942295#: fetch-pack.c:350 fetch-pack.c:12652296#, c-format2297msgid "object not found: %s"2298msgstr "Không tìm thấy đối tượng: %s"22992300#: fetch-pack.c:353 fetch-pack.c:12682301#, c-format2302msgid "error in object: %s"2303msgstr "lỗi trong đối tượng: %s"23042305#: fetch-pack.c:355 fetch-pack.c:12702306#, c-format2307msgid "no shallow found: %s"2308msgstr "không tìm shallow nào: %s"23092310#: fetch-pack.c:358 fetch-pack.c:12732311#, c-format2312msgid "expected shallow/unshallow, got %s"2313msgstr "cần shallow/unshallow, nhưng lại nhận được %s"23142315#: fetch-pack.c:3992316#, c-format2317msgid "got %s %d %s"2318msgstr "nhận %s %d - %s"23192320#: fetch-pack.c:4162321#, c-format2322msgid "invalid commit %s"2323msgstr "lần chuyển giao %s không hợp lệ"23242325#: fetch-pack.c:4472326msgid "giving up"2327msgstr "chịu thua"23282329#: fetch-pack.c:459 progress.c:2292330msgid "done"2331msgstr "xong"23322333#: fetch-pack.c:4712334#, c-format2335msgid "got %s (%d) %s"2336msgstr "nhận %s (%d) %s"23372338#: fetch-pack.c:5172339#, c-format2340msgid "Marking %s as complete"2341msgstr "Đánh dấu %s là đã hoàn thành"23422343#: fetch-pack.c:7642344#, c-format2345msgid "already have %s (%s)"2346msgstr "đã sẵn có %s (%s)"23472348#: fetch-pack.c:8032349msgid "fetch-pack: unable to fork off sideband demultiplexer"2350msgstr "fetch-pack: không thể rẽ nhánh sideband demultiplexer"23512352#: fetch-pack.c:8112353msgid "protocol error: bad pack header"2354msgstr "lỗi giao thức: phần đầu gói bị sai"23552356#: fetch-pack.c:8792357#, c-format2358msgid "fetch-pack: unable to fork off %s"2359msgstr "fetch-pack: không thể rẽ nhánh %s"23602361#: fetch-pack.c:8952362#, c-format2363msgid "%s failed"2364msgstr "%s gặp lỗi"23652366#: fetch-pack.c:8972367msgid "error in sideband demultiplexer"2368msgstr "có lỗi trong sideband demultiplexer"23692370#: fetch-pack.c:9262371msgid "Server does not support shallow clients"2372msgstr "Máy chủ không hỗ trợ máy khách shallow"23732374#: fetch-pack.c:9302375msgid "Server supports multi_ack_detailed"2376msgstr "Máy chủ hỗ trợ multi_ack_detailed"23772378#: fetch-pack.c:9332379msgid "Server supports no-done"2380msgstr "Máy chủ hỗ trợ no-done"23812382#: fetch-pack.c:9392383msgid "Server supports multi_ack"2384msgstr "Máy chủ hỗ trợ multi_ack"23852386#: fetch-pack.c:9432387msgid "Server supports side-band-64k"2388msgstr "Máy chủ hỗ trợ side-band-64k"23892390#: fetch-pack.c:9472391msgid "Server supports side-band"2392msgstr "Máy chủ hỗ trợ side-band"23932394#: fetch-pack.c:9512395msgid "Server supports allow-tip-sha1-in-want"2396msgstr "Máy chủ hỗ trợ allow-tip-sha1-in-want"23972398#: fetch-pack.c:9552399msgid "Server supports allow-reachable-sha1-in-want"2400msgstr "Máy chủ hỗ trợ allow-reachable-sha1-in-want"24012402#: fetch-pack.c:9652403msgid "Server supports ofs-delta"2404msgstr "Máy chủ hỗ trợ ofs-delta"24052406#: fetch-pack.c:971 fetch-pack.c:11502407msgid "Server supports filter"2408msgstr "Máy chủ hỗ trợ bộ lọc"24092410#: fetch-pack.c:9792411#, c-format2412msgid "Server version is %.*s"2413msgstr "Phiên bản máy chủ là %.*s"24142415#: fetch-pack.c:9852416msgid "Server does not support --shallow-since"2417msgstr "Máy chủ không hỗ trợ --shallow-since"24182419#: fetch-pack.c:9892420msgid "Server does not support --shallow-exclude"2421msgstr "Máy chủ không hỗ trợ --shallow-exclude"24222423#: fetch-pack.c:9912424msgid "Server does not support --deepen"2425msgstr "Máy chủ không hỗ trợ --deepen"24262427#: fetch-pack.c:10042428msgid "no common commits"2429msgstr "không có lần chuyển giao chung nào"24302431#: fetch-pack.c:1016 fetch-pack.c:13932432msgid "git fetch-pack: fetch failed."2433msgstr "git fetch-pack: fetch gặp lỗi."24342435#: fetch-pack.c:11452436msgid "Server does not support shallow requests"2437msgstr "Máy chủ không hỗ trợ yêu cầu shallow"24382439#: fetch-pack.c:11912440#, c-format2441msgid "error reading section header '%s'"2442msgstr "gặp lỗi khi đọc phần đầu của đoạn %s"24432444#: fetch-pack.c:11972445#, c-format2446msgid "expected '%s', received '%s'"2447msgstr "cần “%s”, nhưng lại nhận “%s”"24482449#: fetch-pack.c:12362450#, c-format2451msgid "unexpected acknowledgment line: '%s'"2452msgstr "gặp dòng không được thừa nhận: “%s”"24532454#: fetch-pack.c:12412455#, c-format2456msgid "error processing acks: %d"2457msgstr "gặp lỗi khi xử lý tín hiệu trả lời: %d"24582459#: fetch-pack.c:12782460#, c-format2461msgid "error processing shallow info: %d"2462msgstr "lỗi xử lý thông tin shallow: %d"24632464#: fetch-pack.c:12942465#, c-format2466msgid "expected wanted-ref, got '%s'"2467msgstr "cần wanted-ref, nhưng lại nhận được “%s”"24682469#: fetch-pack.c:13042470#, c-format2471msgid "unexpected wanted-ref: '%s'"2472msgstr "không cần wanted-ref: “%s”"24732474#: fetch-pack.c:13082475#, c-format2476msgid "error processing wanted refs: %d"2477msgstr "lỗi khi xử lý wanted refs: %d"24782479#: fetch-pack.c:16032480msgid "no matching remote head"2481msgstr "không khớp phần đầu máy chủ"24822483#: fetch-pack.c:1621 builtin/clone.c:6642484msgid "remote did not send all necessary objects"2485msgstr "máy chủ đã không gửi tất cả các đối tượng cần thiết"24862487#: fetch-pack.c:16472488#, c-format2489msgid "no such remote ref %s"2490msgstr "Không có máy chủ tham chiếu nào như %s"24912492#: fetch-pack.c:16502493#, c-format2494msgid "Server does not allow request for unadvertised object %s"2495msgstr ""2496"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"24972498#: gpg-interface.c:2532499msgid "gpg failed to sign the data"2500msgstr "gpg gặp lỗi khi ký dữ liệu"25012502#: gpg-interface.c:2792503msgid "could not create temporary file"2504msgstr "không thể tạo tập tin tạm thời"25052506#: gpg-interface.c:2822507#, c-format2508msgid "failed writing detached signature to '%s'"2509msgstr "gặp lỗi khi ghi chữ ký đính kèm vào “%s”"25102511#: graph.c:972512#, c-format2513msgid "ignore invalid color '%.*s' in log.graphColors"2514msgstr "bỏ qua màu không hợp lệ “%.*s” trong log.graphColors"25152516#: grep.c:21152517#, c-format2518msgid "'%s': unable to read %s"2519msgstr "“%s”: không thể đọc %s"25202521#: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:812522#: builtin/rm.c:1342523#, c-format2524msgid "failed to stat '%s'"2525msgstr "gặp lỗi khi lấy thống kê về “%s”"25262527#: grep.c:21432528#, c-format2529msgid "'%s': short read"2530msgstr "“%s”: đọc ngắn"25312532#: help.c:232533msgid "start a working area (see also: git help tutorial)"2534msgstr "bắt đầu một vùng làm việc (xem thêm: git help tutorial)"25352536#: help.c:242537msgid "work on the current change (see also: git help everyday)"2538msgstr "làm việc trên thay đổi hiện tại (xem thêm: git help everyday)"25392540#: help.c:252541msgid "examine the history and state (see also: git help revisions)"2542msgstr "xem xét lịch sử tình trạng (xem thêm: git help revisions)"25432544#: help.c:262545msgid "grow, mark and tweak your common history"2546msgstr "thêm, ghi dấu và chỉnh lịch sử chung của bạn"25472548#: help.c:272549msgid "collaborate (see also: git help workflows)"2550msgstr "làm việc nhóm (xem thêm: git help workflows)"25512552#: help.c:312553msgid "Main Porcelain Commands"2554msgstr "Các lệnh Porcelain chính"25552556#: help.c:322557msgid "Ancillary Commands / Manipulators"2558msgstr "Lệnh/thao tác thứ cấp"25592560#: help.c:332561msgid "Ancillary Commands / Interrogators"2562msgstr "Lệnh/bộ hỏi thứ cấp"25632564#: help.c:342565msgid "Interacting with Others"2566msgstr "Tương tác với những cái khác"25672568#: help.c:352569msgid "Low-level Commands / Manipulators"2570msgstr "Lệnh/thao tác ở mức thấp"25712572#: help.c:362573msgid "Low-level Commands / Interrogators"2574msgstr "Lệnh/bộ hỏi ở mức thấp"25752576#: help.c:372577msgid "Low-level Commands / Synching Repositories"2578msgstr "Lệnh/Đồng bộ kho ở mức thấp"25792580#: help.c:382581msgid "Low-level Commands / Internal Helpers"2582msgstr "Lệnh/Hỗ trợ nội tại ở mức thấp"25832584#: help.c:2932585#, c-format2586msgid "available git commands in '%s'"2587msgstr "các lệnh git sẵn có trong thư mục “%s”:"25882589#: help.c:3002590msgid "git commands available from elsewhere on your $PATH"2591msgstr "các lệnh git sẵn có từ một nơi khác trong $PATH của bạn"25922593#: help.c:3092594msgid "These are common Git commands used in various situations:"2595msgstr "Có các lệnh Git chung được sử dụng trong các tình huống khác nhau:"25962597#: help.c:358 git.c:902598#, c-format2599msgid "unsupported command listing type '%s'"2600msgstr "không hỗ trợ liệt kê lệnh kiểu “%s”"26012602#: help.c:4052603msgid "The common Git guides are:"2604msgstr "Các chỉ dẫn chung về Git là:"26052606#: help.c:5522607#, c-format2608msgid ""2609"'%s' appears to be a git command, but we were not\n"2610"able to execute it. Maybe git-%s is broken?"2611msgstr ""2612"“%s” trông như là một lệnh git, nhưng chúng tôi không\n"2613"thể thực thi nó. Có lẽ là lệnh git-%s đã bị hỏng?"26142615#: help.c:6112616msgid "Uh oh. Your system reports no Git commands at all."2617msgstr "Ối chà. Hệ thống của bạn báo rằng chẳng có lệnh Git nào cả."26182619#: help.c:6332620#, c-format2621msgid "WARNING: You called a Git command named '%s', which does not exist."2622msgstr "CẢNH BÁO: Bạn đã gọi lệnh Git có tên “%s”, mà nó lại không có sẵn."26232624#: help.c:6382625#, c-format2626msgid "Continuing under the assumption that you meant '%s'."2627msgstr "Tiếp tục và coi rằng ý bạn là “%s”."26282629#: help.c:6432630#, c-format2631msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."2632msgstr "Tiếp tục trong %0.1f giây,và coi rằng ý bạn là “%s”."26332634#: help.c:6512635#, c-format2636msgid "git: '%s' is not a git command. See 'git --help'."2637msgstr "git: “%s” không phải là một lệnh của git. Xem “git --help”."26382639#: help.c:6552640msgid ""2641"\n"2642"The most similar command is"2643msgid_plural ""2644"\n"2645"The most similar commands are"2646msgstr[0] ""2647"\n"2648"Những lệnh giống nhất là"26492650#: help.c:6702651msgid "git version [<options>]"2652msgstr "git version [<các-tùy-chọn>]"26532654#: help.c:7382655#, c-format2656msgid "%s: %s - %s"2657msgstr "%s: %s - %s"26582659#: help.c:7422660msgid ""2661"\n"2662"Did you mean this?"2663msgid_plural ""2664"\n"2665"Did you mean one of these?"2666msgstr[0] ""2667"\n"2668"Có phải ý bạn là một trong số những cái này không?"26692670#: ident.c:3422671msgid ""2672"\n"2673"*** Please tell me who you are.\n"2674"\n"2675"Run\n"2676"\n"2677" git config --global user.email \"you@example.com\"\n"2678" git config --global user.name \"Your Name\"\n"2679"\n"2680"to set your account's default identity.\n"2681"Omit --global to set the identity only in this repository.\n"2682"\n"2683msgstr ""2684"\n"2685"*** Vui lòng cho biết bạn là ai.\n"2686"\n"2687"Chạy\n"2688"\n"2689" git config --global user.email \"bạn@ví_dụ.com\"\n"2690" git config --global user.name \"Tên Của Bạn\"\n"2691"\n"2692"để đặt định danh mặc định cho tài khoản của bạn.\n"2693"Bỏ tùy chọn --global nếu chỉ định danh riêng cho kho này.\n"2694"\n"26952696#: ident.c:3662697msgid "no email was given and auto-detection is disabled"2698msgstr "không đưa ra địa chỉ thư điện tử và auto-detection bị tắt"26992700#: ident.c:3712701#, c-format2702msgid "unable to auto-detect email address (got '%s')"2703msgstr "không thể tự dò tìm địa chỉ thư điện tử (nhận “%s”)"27042705#: ident.c:3812706msgid "no name was given and auto-detection is disabled"2707msgstr "chưa chỉ ra tên và tự-động-dò-tìm bị tắt"27082709#: ident.c:3872710#, c-format2711msgid "unable to auto-detect name (got '%s')"2712msgstr "không thể dò-tìm-tự động tên (đã nhận “%s”)"27132714#: ident.c:3952715#, c-format2716msgid "empty ident name (for <%s>) not allowed"2717msgstr "không cho phép tên định danh là rỗng (cho <%s>)"27182719#: ident.c:4012720#, c-format2721msgid "name consists only of disallowed characters: %s"2722msgstr "tên chỉ được phép bao gồm các ký tự sau: %s"27232724#: ident.c:416 builtin/commit.c:6002725#, c-format2726msgid "invalid date format: %s"2727msgstr "ngày tháng không hợp lệ: %s"27282729#: list-objects-filter-options.c:362730msgid "multiple filter-specs cannot be combined"2731msgstr "không thể tổ hợp nhiều đặc tả kiểu lọc"27322733#: list-objects-filter-options.c:1262734msgid "cannot change partial clone promisor remote"2735msgstr "không thể thay đổi nhân bản từng phần máy chủ promisor"27362737#: lockfile.c:1512738#, c-format2739msgid ""2740"Unable to create '%s.lock': %s.\n"2741"\n"2742"Another git process seems to be running in this repository, e.g.\n"2743"an editor opened by 'git commit'. Please make sure all processes\n"2744"are terminated then try again. If it still fails, a git process\n"2745"may have crashed in this repository earlier:\n"2746"remove the file manually to continue."2747msgstr ""2748"Không thể tạo “%s.lock”: %s.\n"2749"\n"2750"Tiến trình git khác có lẽ đang chạy ở kho này, ví dụ\n"2751"một trình soạn thảo được mở bởi “git commit”. Vui lòng chắc chắn\n"2752"rằng mọi tiến trình đã chấm dứt và sau đó thử lại. Nếu vẫn lỗi,\n"2753"một tiến trình git có lẽ đã đổ vỡ khi thực hiện ở kho này trước đó:\n"2754"gõ bỏ tập tin một cách thủ công để tiếp tục."27552756#: lockfile.c:1592757#, c-format2758msgid "Unable to create '%s.lock': %s"2759msgstr "Không thể tạo “%s.lock”: %s"27602761#: merge.c:402762msgid "failed to read the cache"2763msgstr "gặp lỗi khi đọc bộ nhớ đệm"27642765#: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:3802766#: builtin/checkout.c:608 builtin/clone.c:7632767msgid "unable to write new index file"2768msgstr "không thể ghi tập tin lưu bảng mục lục mới"27692770#: merge-recursive.c:3032771msgid "(bad commit)\n"2772msgstr "(commit sai)\n"27732774#: merge-recursive.c:3252775#, c-format2776msgid "add_cacheinfo failed for path '%s'; merge aborting."2777msgstr "addinfo_cache gặp lỗi đối với đường dẫn “%s”; việc hòa trộn bị bãi bỏ."27782779#: merge-recursive.c:3332780#, c-format2781msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."2782msgstr ""2783"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ị "2784"bãi bỏ."27852786#: merge-recursive.c:4152787msgid "error building trees"2788msgstr "gặp lỗi khi xây dựng cây"27892790#: merge-recursive.c:8862791#, c-format2792msgid "failed to create path '%s'%s"2793msgstr "gặp lỗi khi tạo đường dẫn “%s”%s"27942795#: merge-recursive.c:8972796#, c-format2797msgid "Removing %s to make room for subdirectory\n"2798msgstr "Gỡ bỏ %s để tạo chỗ (room) cho thư mục con\n"27992800#: merge-recursive.c:911 merge-recursive.c:9302801msgid ": perhaps a D/F conflict?"2802msgstr ": có lẽ là một xung đột D/F?"28032804#: merge-recursive.c:9202805#, c-format2806msgid "refusing to lose untracked file at '%s'"2807msgstr "từ chối đóng tập tin không được theo dõi tại “%s”"28082809#: merge-recursive.c:962 builtin/cat-file.c:392810#, c-format2811msgid "cannot read object %s '%s'"2812msgstr "không thể đọc đối tượng %s “%s”"28132814#: merge-recursive.c:9642815#, c-format2816msgid "blob expected for %s '%s'"2817msgstr "mong đợi đối tượng blob cho %s “%s”"28182819#: merge-recursive.c:9882820#, c-format2821msgid "failed to open '%s': %s"2822msgstr "gặp lỗi khi mở “%s”: %s"28232824#: merge-recursive.c:9992825#, c-format2826msgid "failed to symlink '%s': %s"2827msgstr "gặp lỗi khi tạo liên kết mềm (symlink) “%s”: %s"28282829#: merge-recursive.c:10042830#, c-format2831msgid "do not know what to do with %06o %s '%s'"2832msgstr "không hiểu phải làm gì với %06o %s “%s”"28332834#: merge-recursive.c:11912835#, c-format2836msgid "Failed to merge submodule %s (not checked out)"2837msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không lấy ra được)"28382839#: merge-recursive.c:11982840#, c-format2841msgid "Failed to merge submodule %s (commits not present)"2842msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (lần chuyển giao không hiện diện)"28432844#: merge-recursive.c:12052845#, c-format2846msgid "Failed to merge submodule %s (commits don't follow merge-base)"2847msgstr ""2848"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-"2849"trộn)"28502851#: merge-recursive.c:1213 merge-recursive.c:12252852#, c-format2853msgid "Fast-forwarding submodule %s to the following commit:"2854msgstr "Chuyển-tiếp-nhanh mô-đun-con “%s” đến lần chuyển giao sau đây:"28552856#: merge-recursive.c:1216 merge-recursive.c:12282857#, c-format2858msgid "Fast-forwarding submodule %s"2859msgstr "Chuyển-tiếp-nhanh mô-đun-con “%s”"28602861#: merge-recursive.c:12502862#, c-format2863msgid "Failed to merge submodule %s (merge following commits not found)"2864msgstr ""2865"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 "2866"theo sau hòa trộn)"28672868#: merge-recursive.c:12542869#, c-format2870msgid "Failed to merge submodule %s (not fast-forward)"2871msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không chuyển tiếp nhanh được)"28722873#: merge-recursive.c:12552874msgid "Found a possible merge resolution for the submodule:\n"2875msgstr "Tìm thấy một giải pháp hòa trộn có thể cho mô-đun-con:\n"28762877#: merge-recursive.c:12582878#, c-format2879msgid ""2880"If this is correct simply add it to the index for example\n"2881"by using:\n"2882"\n"2883" git update-index --cacheinfo 160000 %s \"%s\"\n"2884"\n"2885"which will accept this suggestion.\n"2886msgstr ""2887"Nếu đây là đúng đơn giản thêm nó vào mục lục ví dụ\n"2888"bằng cách dùng:\n"2889"\n"2890" git update-index --cacheinfo 160000 %s \"%s\"\n"2891"\n"2892"cái mà sẽ chấp nhận gợi ý này.\n"28932894#: merge-recursive.c:12672895#, c-format2896msgid "Failed to merge submodule %s (multiple merges found)"2897msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (thấy nhiều hòa trộn đa trùng)"28982899#: merge-recursive.c:13262900msgid "Failed to execute internal merge"2901msgstr "Gặp lỗi khi thực hiện trộn nội bộ"29022903#: merge-recursive.c:13312904#, c-format2905msgid "Unable to add %s to database"2906msgstr "Không thể thêm %s vào cơ sở dữ liệu"29072908#: merge-recursive.c:13632909#, c-format2910msgid "Auto-merging %s"2911msgstr "Tự-động-hòa-trộn %s"29122913#: merge-recursive.c:14342914#, c-format2915msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."2916msgstr ""2917"Lỗi: từ chối đóng tập tin không được theo dõi tại “%s”; thay vào đó ghi vào "2918"%s."29192920#: merge-recursive.c:15012921#, c-format2922msgid ""2923"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2924"in tree."2925msgstr ""2926"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s "2927"còn lại trong cây (tree)."29282929#: merge-recursive.c:15062930#, c-format2931msgid ""2932"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2933"left in tree."2934msgstr ""2935"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s đến %s trong %s. Phiên bản %s "2936"của %s còn lại trong cây (tree)."29372938#: merge-recursive.c:15132939#, c-format2940msgid ""2941"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2942"in tree at %s."2943msgstr ""2944"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s "2945"còn lại trong cây (tree) tại %s."29462947#: merge-recursive.c:15182948#, c-format2949msgid ""2950"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2951"left in tree at %s."2952msgstr ""2953"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s đến %s trong %s. Phiên bản %s "2954"của %s còn lại trong cây (tree) tại %s."29552956#: merge-recursive.c:15522957msgid "rename"2958msgstr "đổi tên"29592960#: merge-recursive.c:15522961msgid "renamed"2962msgstr "đã đổi tên"29632964#: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:23942965#: merge-recursive.c:31292966#, c-format2967msgid "Refusing to lose dirty file at %s"2968msgstr "Từ chối đóng tập tin không được theo dõi tại “%s”"29692970#: merge-recursive.c:16202971#, c-format2972msgid "%s is a directory in %s adding as %s instead"2973msgstr "%s là một thư mục trong %s thay vào đó thêm vào như là %s"29742975#: merge-recursive.c:16252976#, c-format2977msgid "Refusing to lose untracked file at %s; adding as %s instead"2978msgstr ""2979"Từ chối đóng tập tin không được theo dõi tại “%s”; thay vào đó đang thêm "2980"thành %s"29812982#: merge-recursive.c:16512983#, c-format2984msgid ""2985"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2986"\"->\"%s\" in \"%s\"%s"2987msgstr ""2988"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên \"%s\"->\"%s\" trong nhánh \"%s\" đổi "2989"tên \"%s\"->\"%s\" trong \"%s\"%s"29902991#: merge-recursive.c:16562992msgid " (left unresolved)"2993msgstr " (cần giải quyết)"29942995#: merge-recursive.c:17202996#, c-format2997msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2998msgstr ""2999"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên %s->%s trong %s. Đổi tên %s->%s trong %s"30003001#: merge-recursive.c:17593002#, c-format3003msgid "Renaming %s to %s and %s to %s instead"3004msgstr "Đang đổi tên %s thành %s thay vì %s thành %s"30053006#: merge-recursive.c:17713007#, c-format3008msgid "Refusing to lose untracked file at %s, even though it's in the way."3009msgstr ""3010"Từ chối đóng tập tin không được theo dõi tại “%s”, ngay cả khi nó ở trên "3011"đường."30123013#: merge-recursive.c:19773014#, c-format3015msgid ""3016"CONFLICT (directory rename split): Unclear where to place %s because "3017"directory %s was renamed to multiple other directories, with no destination "3018"getting a majority of the files."3019msgstr ""3020"XUNG ĐỘT: (thư mục đổi tên chia tách): Không rõ ràng để đặt địa điểm %s bởi "3021"vì thư mục %s đã bị đổi tên thành nhiều thư mục khác, với không đích đến "3022"nhận một phần nhiều của các tập tin."30233024#: merge-recursive.c:20093025#, c-format3026msgid ""3027"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "3028"implicit directory rename(s) putting the following path(s) there: %s."3029msgstr ""3030"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 "3031"của các đổi tên thư mục ngầm đặt (các) đường dẫn sau ở đây: %s."30323033#: merge-recursive.c:20193034#, c-format3035msgid ""3036"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "3037"implicit directory renames tried to put these paths there: %s"3038msgstr ""3039"XUNG ĐỘT: (ngầm đổi tên thư mục): Không thể ánh xạ một đường dẫn thành %s; "3040"các đổi tên thư mục ngầm cố đặt các đường dẫn ở đây: %s."30413042#: merge-recursive.c:21113043#, c-format3044msgid ""3045"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"3046">%s in %s"3047msgstr ""3048"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên thư mục %s->%s trong %s. Đổi tên thư mục "3049"%s->%s trong %s"30503051#: merge-recursive.c:23563052#, c-format3053msgid ""3054"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "3055"renamed."3056msgstr ""3057"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 "3058"bị đổi tên."30593060#: merge-recursive.c:27623061#, c-format3062msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"3063msgstr ""3064"XUNG ĐỘT (đổi-tên/thêm): Đổi tên %s->%s trong %s. %s được thêm vào trong %s"30653066#: merge-recursive.c:27773067#, c-format3068msgid "Adding merged %s"3069msgstr "Thêm hòa trộn %s"30703071#: merge-recursive.c:2784 merge-recursive.c:31323072#, c-format3073msgid "Adding as %s instead"3074msgstr "Thay vào đó thêm vào %s"30753076#: merge-recursive.c:29413077#, c-format3078msgid "cannot read object %s"3079msgstr "không thể đọc đối tượng %s"30803081#: merge-recursive.c:29443082#, c-format3083msgid "object %s is not a blob"3084msgstr "đối tượng %s không phải là một blob"30853086#: merge-recursive.c:30133087msgid "modify"3088msgstr "sửa đổi"30893090#: merge-recursive.c:30133091msgid "modified"3092msgstr "đã sửa"30933094#: merge-recursive.c:30243095msgid "content"3096msgstr "nội dung"30973098#: merge-recursive.c:30313099msgid "add/add"3100msgstr "thêm/thêm"31013102#: merge-recursive.c:30763103#, c-format3104msgid "Skipped %s (merged same as existing)"3105msgstr "Đã bỏ qua %s (đã có sẵn lần hòa trộn này)"31063107#: merge-recursive.c:3098 git-submodule.sh:8653108msgid "submodule"3109msgstr "mô-đun-con"31103111#: merge-recursive.c:30993112#, c-format3113msgid "CONFLICT (%s): Merge conflict in %s"3114msgstr "XUNG ĐỘT (%s): Xung đột hòa trộn trong %s"31153116#: merge-recursive.c:32213117#, c-format3118msgid "Removing %s"3119msgstr "Đang xóa %s"31203121#: merge-recursive.c:32473122msgid "file/directory"3123msgstr "tập-tin/thư-mục"31243125#: merge-recursive.c:32533126msgid "directory/file"3127msgstr "thư-mục/tập-tin"31283129#: merge-recursive.c:32603130#, c-format3131msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"3132msgstr ""3133"XUNG ĐỘT (%s): Ở đây không có thư mục nào có tên %s trong %s. Thêm %s như là "3134"%s"31353136#: merge-recursive.c:32693137#, c-format3138msgid "Adding %s"3139msgstr "Thêm \"%s\""31403141#: merge-recursive.c:33033142#, c-format3143msgid ""3144"Your local changes to the following files would be overwritten by merge:\n"3145" %s"3146msgstr ""3147"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 "3148"hòa trộn:\n"3149" %s"31503151#: merge-recursive.c:33143152msgid "Already up to date!"3153msgstr "Đã cập nhật rồi!"31543155#: merge-recursive.c:33233156#, c-format3157msgid "merging of trees %s and %s failed"3158msgstr "hòa trộn các cây %s và %s gặp lỗi"31593160#: merge-recursive.c:34223161msgid "Merging:"3162msgstr "Đang trộn:"31633164#: merge-recursive.c:34353165#, c-format3166msgid "found %u common ancestor:"3167msgid_plural "found %u common ancestors:"3168msgstr[0] "tìm thấy %u tổ tiên chung:"31693170#: merge-recursive.c:34743171msgid "merge returned no commit"3172msgstr "hòa trộn không trả về lần chuyển giao nào"31733174#: merge-recursive.c:35403175#, c-format3176msgid "Could not parse object '%s'"3177msgstr "Không thể phân tích đối tượng “%s”"31783179#: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:8463180msgid "Unable to write index."3181msgstr "Không thể ghi bảng mục lục"31823183#: notes-merge.c:2743184#, c-format3185msgid ""3186"You have not concluded your previous notes merge (%s exists).\n"3187"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "3188"commit/abort the previous merge before you start a new notes merge."3189msgstr ""3190"Bạn đã chưa hoàn tất hòa trộn ghi chú trước đây (%s vẫn còn).\n"3191"Vui lòng dùng “git notes merge --commit” hay “git notes merge --abort” để "3192"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 "3193"chú mới."31943195#: notes-merge.c:2813196#, c-format3197msgid "You have not concluded your notes merge (%s exists)."3198msgstr "Bạn chưa kết thúc việc hòa trộn ghi chú (%s vẫn tồn tại)."31993200#: notes-utils.c:453201msgid "Cannot commit uninitialized/unreferenced notes tree"3202msgstr ""3203"Không thể chuyển giao cây ghi chú chưa được khởi tạo hoặc không được tham "3204"chiếu"32053206#: notes-utils.c:1043207#, c-format3208msgid "Bad notes.rewriteMode value: '%s'"3209msgstr "Giá trị notes.rewriteMode sai: “%s”"32103211#: notes-utils.c:1143212#, c-format3213msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3214msgstr "Từ chối ghi đè ghi chú trong %s (nằm ngoài refs/notes/)"32153216#. TRANSLATORS: The first %s is the name of3217#. the environment variable, the second %s is3218#. its value.3219#.3220#: notes-utils.c:1443221#, c-format3222msgid "Bad %s value: '%s'"3223msgstr "Giá trị %s sai: “%s”"32243225#: object.c:543226#, c-format3227msgid "invalid object type \"%s\""3228msgstr "kiểu đối tượng \"%s\" không hợp lệ"32293230#: object.c:1733231#, c-format3232msgid "object %s is a %s, not a %s"3233msgstr "đối tượng %s là một %s, không phải là một %s"32343235#: object.c:2333236#, c-format3237msgid "object %s has unknown type id %d"3238msgstr "đối tượng %s có mã kiểu %d chưa biết"32393240#: object.c:2463241#, c-format3242msgid "unable to parse object: %s"3243msgstr "không thể phân tích đối tượng: “%s”"32443245#: object.c:266 object.c:2773246#, c-format3247msgid "sha1 mismatch %s"3248msgstr "sha1 không khớp %s"32493250#: packfile.c:5633251msgid "offset before end of packfile (broken .idx?)"3252msgstr "vị trí tương đối trước điểm kết thúc của tập tin gói (.idx hỏng à?)"32533254#: packfile.c:17453255#, c-format3256msgid "offset before start of pack index for %s (corrupt index?)"3257msgstr "vị trí tương đối nằm trước chỉ mục gói cho %s (mục lục bị hỏng à?)"32583259#: packfile.c:17493260#, c-format3261msgid "offset beyond end of pack index for %s (truncated index?)"3262msgstr ""3263"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 à?)"32643265#: parse-options.c:6723266msgid "..."3267msgstr "…"32683269#: parse-options.c:6913270#, c-format3271msgid "usage: %s"3272msgstr "cách dùng: %s"32733274#. TRANSLATORS: the colon here should align with the3275#. one in "usage: %s" translation.3276#.3277#: parse-options.c:6973278#, c-format3279msgid " or: %s"3280msgstr " hoặc: %s"32813282#: parse-options.c:7003283#, c-format3284msgid " %s"3285msgstr " %s"32863287#: parse-options.c:7393288msgid "-NUM"3289msgstr "-SỐ"32903291#: parse-options-cb.c:443292#, c-format3293msgid "malformed expiration date '%s'"3294msgstr "ngày tháng hết hạn dị hình “%s”"32953296#: parse-options-cb.c:1123297#, c-format3298msgid "malformed object name '%s'"3299msgstr "tên đối tượng dị hình “%s”"33003301#: path.c:8923302#, c-format3303msgid "Could not make %s writable by group"3304msgstr "Không thể làm %s được ghi bởi nhóm"33053306#: pathspec.c:1293307msgid "Escape character '\\' not allowed as last character in attr value"3308msgstr ""3309"Ký tự thoát chuỗi “\\” không được phép là ký tự cuối trong giá trị thuộc tính"33103311#: pathspec.c:1473312msgid "Only one 'attr:' specification is allowed."3313msgstr "chỉ có một đặc tả “attr:” là được phép."33143315#: pathspec.c:1503316msgid "attr spec must not be empty"3317msgstr "đặc tả attr phải không được để trống"33183319#: pathspec.c:1933320#, c-format3321msgid "invalid attribute name %s"3322msgstr "tên thuộc tính không hợp lệ %s"33233324#: pathspec.c:2583325msgid "global 'glob' and 'noglob' pathspec settings are incompatible"3326msgstr ""3327"các cài đặt đặc tả đường dẫn “glob” và “noglob” toàn cục là xung khắc nhau"33283329#: pathspec.c:2653330msgid ""3331"global 'literal' pathspec setting is incompatible with all other global "3332"pathspec settings"3333msgstr ""3334"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 "3335"tả đường dẫn toàn cục khác"33363337#: pathspec.c:3053338msgid "invalid parameter for pathspec magic 'prefix'"3339msgstr "tham số không hợp lệ cho “tiền tố” màu nhiệm đặc tả đường đẫn"33403341#: pathspec.c:3263342#, c-format3343msgid "Invalid pathspec magic '%.*s' in '%s'"3344msgstr "Số màu nhiệm đặc tả đường dẫn không hợp lệ “%.*s” trong “%s”"33453346#: pathspec.c:3313347#, c-format3348msgid "Missing ')' at the end of pathspec magic in '%s'"3349msgstr "Thiếu “)” tại cuối của số màu nhiệm đặc tả đường dẫn trong “%s”"33503351#: pathspec.c:3693352#, c-format3353msgid "Unimplemented pathspec magic '%c' in '%s'"3354msgstr "Chưa viết mã cho số màu nhiệm đặc tả đường dẫn “%c” trong “%s”"33553356#: pathspec.c:4283357#, c-format3358msgid "%s: 'literal' and 'glob' are incompatible"3359msgstr "%s: “literal” và “glob” xung khắc nhau"33603361#: pathspec.c:4413362#, c-format3363msgid "%s: '%s' is outside repository"3364msgstr "%s: “%s” ngoài một kho chứa"33653366#: pathspec.c:5153367#, c-format3368msgid "'%s' (mnemonic: '%c')"3369msgstr "“%s” (mnemonic: “%c”)"33703371#: pathspec.c:5253372#, c-format3373msgid "%s: pathspec magic not supported by this command: %s"3374msgstr "%s: số mầu nhiệm đặc tả đường dẫn chưa được hỗ trợ bởi lệnh này: %s"33753376#: pathspec.c:5923377#, c-format3378msgid "pathspec '%s' is beyond a symbolic link"3379msgstr "đặc tả đường dẫn “%s” vượt ra ngoài liên kết mềm"33803381#: pkt-line.c:1043382msgid "flush packet write failed"3383msgstr "gặp lỗi khi ghi vào tập tin gói lúc đẩy dữ liệu lên bộ nhớ"33843385#: pkt-line.c:142 pkt-line.c:2283386msgid "protocol error: impossibly long line"3387msgstr "lỗi giao thức: không thể làm được dòng dài"33883389#: pkt-line.c:158 pkt-line.c:1603390msgid "packet write with format failed"3391msgstr "gặp lỗi khi ghi gói có định dạng"33923393#: pkt-line.c:1923394msgid "packet write failed - data exceeds max packet size"3395msgstr "gặp lỗi khi ghi gói - dữ liệu vượt quá cỡ vói tối đa"33963397#: pkt-line.c:199 pkt-line.c:2063398msgid "packet write failed"3399msgstr "gặp lỗi khi ghi gói"34003401#: pkt-line.c:2913402msgid "read error"3403msgstr "lỗi đọc"34043405#: pkt-line.c:2993406msgid "the remote end hung up unexpectedly"3407msgstr "máy chủ bị treo bất ngờ"34083409#: pkt-line.c:3273410#, c-format3411msgid "protocol error: bad line length character: %.4s"3412msgstr "lỗi giao thức: ký tự chiều dài dòng bị sai: %.4s"34133414#: pkt-line.c:337 pkt-line.c:3423415#, c-format3416msgid "protocol error: bad line length %d"3417msgstr "lỗi giao thức: chiều dài dòng bị sai %d"34183419#: pretty.c:9623420msgid "unable to parse --pretty format"3421msgstr "không thể phân tích định dạng --pretty"34223423#: range-diff.c:483424msgid "could not start `log`"3425msgstr "không thể lấy thông tin thống kê về “log“"34263427#: range-diff.c:513428msgid "could not read `log` output"3429msgstr "không thể đọc kết xuất “log”"34303431#: range-diff.c:66 sequencer.c:45403432#, c-format3433msgid "could not parse commit '%s'"3434msgstr "không thể phân tích lần chuyển giao “%s”"34353436#: range-diff.c:1963437msgid "failed to generate diff"3438msgstr "gặp lỗi khi tạo khác biệt"34393440#: range-diff.c:421 range-diff.c:4233441#, c-format3442msgid "could not parse log for '%s'"3443msgstr "không thể phân tích nhật ký cho “%s”"34443445#: read-cache.c:15793446#, c-format3447msgid ""3448"index.version set, but the value is invalid.\n"3449"Using version %i"3450msgstr ""3451"index.version được đặt, nhưng giá trị của nó lại không hợp lệ.\n"3452"Dùng phiên bản %i"34533454#: read-cache.c:15893455#, c-format3456msgid ""3457"GIT_INDEX_VERSION set, but the value is invalid.\n"3458"Using version %i"3459msgstr ""3460"GIT_INDEX_VERSION được đặt, nhưng giá trị của nó lại không hợp lệ.\n"3461"Dùng phiên bản %i"34623463#: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:10833464#, c-format3465msgid "could not close '%s'"3466msgstr "không thể đóng “%s”"34673468#: read-cache.c:2653 sequencer.c:2113 sequencer.c:33743469#, c-format3470msgid "could not stat '%s'"3471msgstr "không thể lấy thông tin thống kê về “%s”"34723473#: read-cache.c:26663474#, c-format3475msgid "unable to open git dir: %s"3476msgstr "không thể mở thư mục git: %s"34773478#: read-cache.c:26783479#, c-format3480msgid "unable to unlink: %s"3481msgstr "không thể bỏ liên kết (unlink): “%s”"34823483#: refs.c:1923484#, c-format3485msgid "%s does not point to a valid object!"3486msgstr "“%s” không chỉ đến một lần chuyển giao hợp lệ nào cả!"34873488#: refs.c:5793489#, c-format3490msgid "ignoring dangling symref %s"3491msgstr "đang lờ đi tham chiếu mềm thừa %s"34923493#: refs.c:581 ref-filter.c:20673494#, c-format3495msgid "ignoring broken ref %s"3496msgstr "đang lờ đi tham chiếu hỏng %s"34973498#: refs.c:6853499#, c-format3500msgid "could not open '%s' for writing: %s"3501msgstr "không thể mở “%s” để ghi: %s"35023503#: refs.c:695 refs.c:7463504#, c-format3505msgid "could not read ref '%s'"3506msgstr "không thể đọc tham chiếu “%s”"35073508#: refs.c:7013509#, c-format3510msgid "ref '%s' already exists"3511msgstr "tham chiếu “%s” đã có từ trước rồi"35123513#: refs.c:7063514#, c-format3515msgid "unexpected object ID when writing '%s'"3516msgstr "không cần ID đối tượng khi ghi “%s”"35173518#: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:24923519#: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:45643520#: wrapper.c:6563521#, c-format3522msgid "could not write to '%s'"3523msgstr "không thể ghi vào “%s”"35243525#: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:3953526#: builtin/am.c:7803527#, c-format3528msgid "could not open '%s' for writing"3529msgstr "không thể mở “%s” để ghi"35303531#: refs.c:7483532#, c-format3533msgid "unexpected object ID when deleting '%s'"3534msgstr "gặp ID đối tượng không cần khi xóa “%s”"35353536#: refs.c:8793537#, c-format3538msgid "log for ref %s has gap after %s"3539msgstr "Nhật ký cho tham chiếu %s có khoảng trống sau %s"35403541#: refs.c:8853542#, c-format3543msgid "log for ref %s unexpectedly ended on %s"3544msgstr "nhật ký cho tham chiếu %s kết thúc bất ngờ trên %s"35453546#: refs.c:9433547#, c-format3548msgid "log for %s is empty"3549msgstr "nhật ký cho %s trống rỗng"35503551#: refs.c:10353552#, c-format3553msgid "refusing to update ref with bad name '%s'"3554msgstr "từ chối cập nhật tham chiếu với tên sai “%s”"35553556#: refs.c:11113557#, c-format3558msgid "update_ref failed for ref '%s': %s"3559msgstr "update_ref bị lỗi cho ref “%s”: %s"35603561#: refs.c:18533562#, c-format3563msgid "multiple updates for ref '%s' not allowed"3564msgstr "không cho phép đa cập nhật cho tham chiếu “%s”"35653566#: refs.c:18853567msgid "ref updates forbidden inside quarantine environment"3568msgstr "cập nhật tham chiếu bị cấm trong môi trường kiểm tra"35693570#: refs.c:1981 refs.c:20113571#, c-format3572msgid "'%s' exists; cannot create '%s'"3573msgstr "“%s” sẵn có; không thể tạo “%s”"35743575#: refs.c:1987 refs.c:20223576#, c-format3577msgid "cannot process '%s' and '%s' at the same time"3578msgstr "Không thể xử lý “%s” và “%s” cùng một lúc"35793580#: refs/files-backend.c:11913581#, c-format3582msgid "could not remove reference %s"3583msgstr "không thể gỡ bỏ tham chiếu: %s"35843585#: refs/files-backend.c:1205 refs/packed-backend.c:15323586#: refs/packed-backend.c:15423587#, c-format3588msgid "could not delete reference %s: %s"3589msgstr "không thể xóa bỏ tham chiếu %s: %s"35903591#: refs/files-backend.c:1208 refs/packed-backend.c:15453592#, c-format3593msgid "could not delete references: %s"3594msgstr "không thể xóa bỏ tham chiếu: %s"35953596#: refspec.c:1373597#, c-format3598msgid "invalid refspec '%s'"3599msgstr "refspec không hợp lệ “%s”"36003601#: ref-filter.c:38 wt-status.c:18503602msgid "gone"3603msgstr "đã ra đi"36043605#: ref-filter.c:393606#, c-format3607msgid "ahead %d"3608msgstr "phía trước %d"36093610#: ref-filter.c:403611#, c-format3612msgid "behind %d"3613msgstr "đằng sau %d"36143615#: ref-filter.c:413616#, c-format3617msgid "ahead %d, behind %d"3618msgstr "trước %d, sau %d"36193620#: ref-filter.c:1373621#, c-format3622msgid "expected format: %%(color:<color>)"3623msgstr "cần định dạng: %%(color:<color>)"36243625#: ref-filter.c:1393626#, c-format3627msgid "unrecognized color: %%(color:%s)"3628msgstr "không nhận ra màu: %%(màu:%s)"36293630#: ref-filter.c:1613631#, c-format3632msgid "Integer value expected refname:lstrip=%s"3633msgstr "Giá trị nguyên cần tên tham chiếu:lstrip=%s"36343635#: ref-filter.c:1653636#, c-format3637msgid "Integer value expected refname:rstrip=%s"3638msgstr "Giá trị nguyên cần tên tham chiếu:rstrip=%s"36393640#: ref-filter.c:1673641#, c-format3642msgid "unrecognized %%(%s) argument: %s"3643msgstr "đối số không được thừa nhận %%(%s): %s"36443645#: ref-filter.c:2223646#, c-format3647msgid "%%(objecttype) does not take arguments"3648msgstr "%%(objecttype) không nhận các đối số"36493650#: ref-filter.c:2343651#, c-format3652msgid "%%(objectsize) does not take arguments"3653msgstr "%%(objectsize) không nhận các đối số"36543655#: ref-filter.c:2463656#, c-format3657msgid "%%(body) does not take arguments"3658msgstr "%%(body) không nhận các đối số"36593660#: ref-filter.c:2553661#, c-format3662msgid "%%(subject) does not take arguments"3663msgstr "%%(subject) không nhận các đối số"36643665#: ref-filter.c:2753666#, c-format3667msgid "unknown %%(trailers) argument: %s"3668msgstr "không hiểu tham số %%(trailers): %s"36693670#: ref-filter.c:3043671#, c-format3672msgid "positive value expected contents:lines=%s"3673msgstr "cần nội dung mang giá trị dương:lines=%s"36743675#: ref-filter.c:3063676#, c-format3677msgid "unrecognized %%(contents) argument: %s"3678msgstr "đối số không được thừa nhận %%(contents): %s"36793680#: ref-filter.c:3213681#, c-format3682msgid "positive value expected objectname:short=%s"3683msgstr "cần nội dung mang giá trị dương:shot=%s"36843685#: ref-filter.c:3253686#, c-format3687msgid "unrecognized %%(objectname) argument: %s"3688msgstr "đối số không được thừa nhận %%(objectname): %s"36893690#: ref-filter.c:3553691#, c-format3692msgid "expected format: %%(align:<width>,<position>)"3693msgstr "cần định dạng: %%(align:<width>,<position>)"36943695#: ref-filter.c:3673696#, c-format3697msgid "unrecognized position:%s"3698msgstr "vị trí không được thừa nhận:%s"36993700#: ref-filter.c:3743701#, c-format3702msgid "unrecognized width:%s"3703msgstr "chiều rộng không được thừa nhận:%s"37043705#: ref-filter.c:3833706#, c-format3707msgid "unrecognized %%(align) argument: %s"3708msgstr "đối số không được thừa nhận %%(align): %s"37093710#: ref-filter.c:3913711#, c-format3712msgid "positive width expected with the %%(align) atom"3713msgstr "cần giá trị độ rộng dương với nguyên tử %%(align)"37143715#: ref-filter.c:4093716#, c-format3717msgid "unrecognized %%(if) argument: %s"3718msgstr "đối số không được thừa nhận %%(if): %s"37193720#: ref-filter.c:5053721#, c-format3722msgid "malformed field name: %.*s"3723msgstr "tên trường dị hình: %.*s"37243725#: ref-filter.c:5323726#, c-format3727msgid "unknown field name: %.*s"3728msgstr "không hiểu tên trường: %.*s"37293730#: ref-filter.c:6563731#, c-format3732msgid "format: %%(if) atom used without a %%(then) atom"3733msgstr "định dạng: nguyên tử %%(if) được dùng mà không có nguyên tử %%(then)"37343735#: ref-filter.c:7193736#, c-format3737msgid "format: %%(then) atom used without an %%(if) atom"3738msgstr "định dạng: nguyên tử %%(then) được dùng mà không có nguyên tử %%(if)"37393740#: ref-filter.c:7213741#, c-format3742msgid "format: %%(then) atom used more than once"3743msgstr "định dạng: nguyên tử %%(then) được dùng nhiều hơn một lần"37443745#: ref-filter.c:7233746#, c-format3747msgid "format: %%(then) atom used after %%(else)"3748msgstr "định dạng: nguyên tử %%(then) được dùng sau %%(else)"37493750#: ref-filter.c:7513751#, c-format3752msgid "format: %%(else) atom used without an %%(if) atom"3753msgstr "định dạng: nguyên tử %%(else) được dùng mà không có nguyên tử %%(if)"37543755#: ref-filter.c:7533756#, c-format3757msgid "format: %%(else) atom used without a %%(then) atom"3758msgstr "định dạng: nguyên tử %%(else) được dùng mà không có nguyên tử %%(then)"37593760#: ref-filter.c:7553761#, c-format3762msgid "format: %%(else) atom used more than once"3763msgstr "định dạng: nguyên tử %%(else) được dùng nhiều hơn một lần"37643765#: ref-filter.c:7703766#, c-format3767msgid "format: %%(end) atom used without corresponding atom"3768msgstr "định dạng: nguyên tử %%(end) được dùng mà không có nguyên tử tương ứng"37693770#: ref-filter.c:8273771#, c-format3772msgid "malformed format string %s"3773msgstr "chuỗi định dạng dị hình %s"37743775#: ref-filter.c:14163776#, c-format3777msgid "(no branch, rebasing %s)"3778msgstr "(không nhánh, đang cải tổ %s)"37793780#: ref-filter.c:14193781#, c-format3782msgid "(no branch, rebasing detached HEAD %s)"3783msgstr "(không nhánh, đang cải tổ HEAD %s đã tách rời)"37843785#: ref-filter.c:14223786#, c-format3787msgid "(no branch, bisect started on %s)"3788msgstr "(không nhánh, di chuyển nửa bước được bắt đầu tại %s)"37893790#. TRANSLATORS: make sure this matches "HEAD3791#. detached at " in wt-status.c3792#.3793#: ref-filter.c:14303794#, c-format3795msgid "(HEAD detached at %s)"3796msgstr "(HEAD được tách rời tại %s)"37973798#. TRANSLATORS: make sure this matches "HEAD3799#. detached from " in wt-status.c3800#.3801#: ref-filter.c:14373802#, c-format3803msgid "(HEAD detached from %s)"3804msgstr "(HEAD được tách rời từ %s)"38053806#: ref-filter.c:14413807msgid "(no branch)"3808msgstr "(không nhánh)"38093810#: ref-filter.c:1475 ref-filter.c:16233811#, c-format3812msgid "missing object %s for %s"3813msgstr "thiếu đối tượng %s cho %s"38143815#: ref-filter.c:14833816#, c-format3817msgid "parse_object_buffer failed on %s for %s"3818msgstr "parse_object_buffer gặp lỗi trên %s cho %s"38193820#: ref-filter.c:19803821#, c-format3822msgid "malformed object at '%s'"3823msgstr "đối tượng dị hình tại “%s”"38243825#: ref-filter.c:20623826#, c-format3827msgid "ignoring ref with broken name %s"3828msgstr "đang lờ đi tham chiếu với tên hỏng %s"38293830#: ref-filter.c:23403831#, c-format3832msgid "format: %%(end) atom missing"3833msgstr "định dạng: thiếu nguyên tử %%(end)"38343835#: ref-filter.c:24443836#, c-format3837msgid "malformed object name %s"3838msgstr "tên đối tượng dị hình %s"38393840#: remote.c:6063841#, c-format3842msgid "Cannot fetch both %s and %s to %s"3843msgstr "Không thể lấy về cả %s và %s cho %s"38443845#: remote.c:6103846#, c-format3847msgid "%s usually tracks %s, not %s"3848msgstr "%s thường theo dõi %s, không phải %s"38493850#: remote.c:6143851#, c-format3852msgid "%s tracks both %s and %s"3853msgstr "%s theo dõi cả %s và %s"38543855#: remote.c:6223856msgid "Internal error"3857msgstr "Lỗi nội bộ"38583859#: remote.c:1536 remote.c:16373860msgid "HEAD does not point to a branch"3861msgstr "HEAD không chỉ đến một nhánh nào cả"38623863#: remote.c:15453864#, c-format3865msgid "no such branch: '%s'"3866msgstr "không có nhánh nào như thế: “%s”"38673868#: remote.c:15483869#, c-format3870msgid "no upstream configured for branch '%s'"3871msgstr "không có thượng nguồn được cấu hình cho nhánh “%s”"38723873#: remote.c:15543874#, c-format3875msgid "upstream branch '%s' not stored as a remote-tracking branch"3876msgstr ""3877"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ủ"38783879#: remote.c:15693880#, c-format3881msgid "push destination '%s' on remote '%s' has no local tracking branch"3882msgstr "đẩy lên đích “%s” trên máy chủ “%s” không có nhánh theo dõi nội bộ"38833884#: remote.c:15813885#, c-format3886msgid "branch '%s' has no remote for pushing"3887msgstr "nhánh “%s” không có máy chủ để đẩy lên"38883889#: remote.c:15913890#, c-format3891msgid "push refspecs for '%s' do not include '%s'"3892msgstr "đẩy refspecs cho “%s” không bao gồm “%s”"38933894#: remote.c:16043895msgid "push has no destination (push.default is 'nothing')"3896msgstr "đẩy lên mà không có đích (push.default là “nothing”)"38973898#: remote.c:16263899msgid "cannot resolve 'simple' push to a single destination"3900msgstr "không thể phân giải đẩy “đơn giản” đến một đích đơn"39013902#: remote.c:19513903#, c-format3904msgid "Your branch is based on '%s', but the upstream is gone.\n"3905msgstr ""3906"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"39073908#: remote.c:19553909msgid " (use \"git branch --unset-upstream\" to fixup)\n"3910msgstr " (dùng \" git branch --unset-upstream\" để sửa)\n"39113912#: remote.c:19583913#, c-format3914msgid "Your branch is up to date with '%s'.\n"3915msgstr "Nhánh của bạn đã cập nhật với “%s”.\n"39163917#: remote.c:19623918#, c-format3919msgid "Your branch and '%s' refer to different commits.\n"3920msgstr "Nhánh của bạn và “%s” tham chiếu đến các lần chuyển giao khác nhau.\n"39213922#: remote.c:19653923#, c-format3924msgid " (use \"%s\" for details)\n"3925msgstr " (dùng \"%s\" để biết thêm chi tiết)\n"39263927#: remote.c:19693928#, c-format3929msgid "Your branch is ahead of '%s' by %d commit.\n"3930msgid_plural "Your branch is ahead of '%s' by %d commits.\n"3931msgstr[0] "Nhánh của bạn đứng trước “%s” %d lần chuyển giao.\n"39323933#: remote.c:19753934msgid " (use \"git push\" to publish your local commits)\n"3935msgstr " (dùng \"git push\" để xuất bản các lần chuyển giao nội bộ của bạn)\n"39363937#: remote.c:19783938#, c-format3939msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"3940msgid_plural ""3941"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"3942msgstr[0] ""3943"Nhánh của bạn đứng đằng sau “%s” %d lần chuyển giao, và có thể được chuyển-"3944"tiếp-nhanh.\n"39453946#: remote.c:19863947msgid " (use \"git pull\" to update your local branch)\n"3948msgstr " (dùng \"git pull\" để cập nhật nhánh nội bộ của bạn)\n"39493950#: remote.c:19893951#, c-format3952msgid ""3953"Your branch and '%s' have diverged,\n"3954"and have %d and %d different commit each, respectively.\n"3955msgid_plural ""3956"Your branch and '%s' have diverged,\n"3957"and have %d and %d different commits each, respectively.\n"3958msgstr[0] ""3959"Nhánh của bạn và “%s” bị phân kỳ,\n"3960"và có %d và %d lần chuyển giao khác nhau cho từng cái,\n"3961"tương ứng với mỗi lần.\n"39623963#: remote.c:19993964msgid " (use \"git pull\" to merge the remote branch into yours)\n"3965msgstr ""3966" (dùng \"git pull\" để hòa trộn nhánh trên máy chủ vào trong nhánh của "3967"bạn)\n"39683969#: replace-object.c:203970#, c-format3971msgid "bad replace ref name: %s"3972msgstr "tên tham chiếu thay thế bị sai: %s"39733974#: replace-object.c:293975#, c-format3976msgid "duplicate replace ref: %s"3977msgstr "tham chiếu thay thế bị trùng: %s"39783979#: replace-object.c:723980#, c-format3981msgid "replace depth too high for object %s"3982msgstr "độ sâu thay thế quá cao cho đối tượng %s"39833984#: revision.c:23053985msgid "your current branch appears to be broken"3986msgstr "nhánh hiện tại của bạn có vẻ như bị hỏng"39873988#: revision.c:23083989#, c-format3990msgid "your current branch '%s' does not have any commits yet"3991msgstr "nhánh hiện tại của bạn “%s” không có một lần chuyển giao nào cả"39923993#: revision.c:25053994msgid "--first-parent is incompatible with --bisect"3995msgstr "--first-parent xung khắc với --bisect"39963997#: run-command.c:7283998msgid "open /dev/null failed"3999msgstr "gặp lỗi khi mở “/dev/null”"40004001#: run-command.c:12714002#, c-format4003msgid ""4004"The '%s' hook was ignored because it's not set as executable.\n"4005"You can disable this warning with `git config advice.ignoredHook false`."4006msgstr ""4007"Móc “%s” bị bỏ qua bởi vì nó không thể đặt là thực thi được.\n"4008"Bạn có thể tắt cảnh báo này bằng “git config advice.ignoredHook false“."40094010#: send-pack.c:1424011msgid "unexpected flush packet while reading remote unpack status"4012msgstr ""4013"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ủ"40144015#: send-pack.c:1444016#, c-format4017msgid "unable to parse remote unpack status: %s"4018msgstr "không thể phân tích tình trạng unpack máy chủ: %s"40194020#: send-pack.c:1464021#, c-format4022msgid "remote unpack failed: %s"4023msgstr "máy chủ gặp lỗi unpack: %s"40244025#: send-pack.c:3094026msgid "failed to sign the push certificate"4027msgstr "gặp lỗi khi ký chứng thực đẩy"40284029#: send-pack.c:4224030msgid "the receiving end does not support --signed push"4031msgstr "kết thúc nhận không hỗ trợ đẩy --signed"40324033#: send-pack.c:4244034msgid ""4035"not sending a push certificate since the receiving end does not support --"4036"signed push"4037msgstr ""4038"đừng gửi giấy chứng nhận đẩy trước khi kết thúc nhận không hỗ trợ đẩy --"4039"signed"40404041#: send-pack.c:4364042msgid "the receiving end does not support --atomic push"4043msgstr "kết thúc nhận không hỗ trợ đẩy --atomic"40444045#: send-pack.c:4414046msgid "the receiving end does not support push options"4047msgstr "kết thúc nhận không hỗ trợ các tùy chọn của lệnh push"40484049#: sequencer.c:1774050#, c-format4051msgid "invalid commit message cleanup mode '%s'"4052msgstr "chế độ dọn dẹp ghi chú các lần chuyển giao không hợp lệ “%s”"40534054#: sequencer.c:2784055#, c-format4056msgid "could not delete '%s'"4057msgstr "không thể xóa bỏ “%s”"40584059#: sequencer.c:3044060msgid "revert"4061msgstr "hoàn nguyên"40624063#: sequencer.c:3064064msgid "cherry-pick"4065msgstr "cherry-pick"40664067#: sequencer.c:3084068msgid "rebase -i"4069msgstr "rebase -i"40704071#: sequencer.c:3104072#, c-format4073msgid "unknown action: %d"4074msgstr "không nhận ra thao tác: %d"40754076#: sequencer.c:3674077msgid ""4078"after resolving the conflicts, mark the corrected paths\n"4079"with 'git add <paths>' or 'git rm <paths>'"4080msgstr ""4081"sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"4082"với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”"40834084#: sequencer.c:3704085msgid ""4086"after resolving the conflicts, mark the corrected paths\n"4087"with 'git add <paths>' or 'git rm <paths>'\n"4088"and commit the result with 'git commit'"4089msgstr ""4090"sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"4091"với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”\n"4092"và chuyển giao kết quả bằng lệnh “git commit”"40934094#: sequencer.c:383 sequencer.c:24884095#, c-format4096msgid "could not lock '%s'"4097msgstr "không thể khóa “%s”"40984099#: sequencer.c:3904100#, c-format4101msgid "could not write eol to '%s'"4102msgstr "không thể ghi eol vào “%s”"41034104#: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:25084105#: sequencer.c:27414106#, c-format4107msgid "failed to finalize '%s'"4108msgstr "gặp lỗi khi hoàn thành “%s”"41094110#: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:23914111#: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:7404112#: builtin/merge.c:10814113#, c-format4114msgid "could not read '%s'"4115msgstr "Không thể đọc “%s”."41164117#: sequencer.c:4444118#, c-format4119msgid "your local changes would be overwritten by %s."4120msgstr "các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh %s."41214122#: sequencer.c:4484123msgid "commit your changes or stash them to proceed."4124msgstr "chuyển giao các thay đổi của bạn hay tạm cất (stash) chúng để xử lý."41254126#: sequencer.c:4774127#, c-format4128msgid "%s: fast-forward"4129msgstr "%s: chuyển-tiếp-nhanh"41304131#. TRANSLATORS: %s will be "revert", "cherry-pick" or4132#. "rebase -i".4133#.4134#: sequencer.c:5664135#, c-format4136msgid "%s: Unable to write new index file"4137msgstr "%s: Không thể ghi tập tin lưu bảng mục lục mới"41384139#: sequencer.c:5824140msgid "unable to update cache tree"4141msgstr "không thể cập nhật cây bộ nhớ đệm"41424143#: sequencer.c:5954144msgid "could not resolve HEAD commit"4145msgstr "không thể phân giải lần chuyển giao HEAD"41464147#: sequencer.c:723 sequencer.c:7404148#, c-format4149msgid "could not parse '%s' (looking for '%s')"4150msgstr "không thể phân tích “%s” (đang tìm kiếm cho “%s”)"41514152#: sequencer.c:7314153#, c-format4154msgid "bad quoting on %s value in '%s'"4155msgstr "sai trích dẫn trên %s giá trị trong “%s”"41564157#: sequencer.c:7474158#, c-format4159msgid "invalid date format '%s' in '%s'"4160msgstr "định dạng ngày tháng không hợp lệ “%s” trong “%s”"41614162#: sequencer.c:7614163#, c-format4164msgid ""4165"you have staged changes in your working tree\n"4166"If these changes are meant to be squashed into the previous commit, run:\n"4167"\n"4168" git commit --amend %s\n"4169"\n"4170"If they are meant to go into a new commit, run:\n"4171"\n"4172" git commit %s\n"4173"\n"4174"In both cases, once you're done, continue with:\n"4175"\n"4176" git rebase --continue\n"4177msgstr ""4178"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"4179"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"4180"\n"4181" git commit --amend %s\n"4182"\n"4183"Nếu chúng có ý là đi đến lần chuyển giao mới, thì chạy:\n"4184"\n"4185" git commit %s\n"4186"\n"4187"Trong cả hai trường hợp, một khi bạn làm xong, tiếp tục bằng:\n"4188"\n"4189" git rebase --continue\n"41904191#: sequencer.c:8304192msgid "writing root commit"4193msgstr "ghi chuyển giao gốc"41944195#: sequencer.c:10554196msgid "'prepare-commit-msg' hook failed"4197msgstr "móc “prepare-commit-msg” bị lỗi"41984199#: sequencer.c:10624200msgid ""4201"Your name and email address were configured automatically based\n"4202"on your username and hostname. Please check that they are accurate.\n"4203"You can suppress this message by setting them explicitly. Run the\n"4204"following command and follow the instructions in your editor to edit\n"4205"your configuration file:\n"4206"\n"4207" git config --global --edit\n"4208"\n"4209"After doing this, you may fix the identity used for this commit with:\n"4210"\n"4211" git commit --amend --reset-author\n"4212msgstr ""4213"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ơ "4214"sở\n"4215"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 "4216"xác không.\n"4217"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 "4218"trên\n"4219"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 "4220"thảo\n"4221"để chỉnh sửa tập tin cấu hình của mình:\n"4222"\n"4223" git config --global --edit\n"4224"\n"4225"Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho\n"4226"lần chuyển giao này với lệnh:\n"4227"\n"4228" git commit --amend --reset-author\n"42294230#: sequencer.c:10754231msgid ""4232"Your name and email address were configured automatically based\n"4233"on your username and hostname. Please check that they are accurate.\n"4234"You can suppress this message by setting them explicitly:\n"4235"\n"4236" git config --global user.name \"Your Name\"\n"4237" git config --global user.email you@example.com\n"4238"\n"4239"After doing this, you may fix the identity used for this commit with:\n"4240"\n"4241" git commit --amend --reset-author\n"4242msgstr ""4243"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ơ "4244"sở\n"4245"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 "4246"xác không.\n"4247"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 "4248"trên một cách rõ ràng:\n"4249"\n"4250" git config --global user.name \"Tên của bạn\"\n"4251" git config --global user.email you@example.com\n"4252"\n"4253"Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho lần "4254"chuyển giao này với lệnh:\n"4255"\n"4256" git commit --amend --reset-author\n"42574258#: sequencer.c:11154259msgid "couldn't look up newly created commit"4260msgstr "không thể tìm thấy lần chuyển giao mới hơn đã được tạo"42614262#: sequencer.c:11174263msgid "could not parse newly created commit"4264msgstr ""4265"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"42664267#: sequencer.c:11634268msgid "unable to resolve HEAD after creating commit"4269msgstr "không thể phân giải HEAD sau khi tạo lần chuyển giao"42704271#: sequencer.c:11654272msgid "detached HEAD"4273msgstr "đã rời khỏi HEAD"42744275#: sequencer.c:11694276msgid " (root-commit)"4277msgstr " (root-commit)"42784279#: sequencer.c:11904280msgid "could not parse HEAD"4281msgstr "không thể phân tích HEAD"42824283#: sequencer.c:11924284#, c-format4285msgid "HEAD %s is not a commit!"4286msgstr "HEAD %s không phải là một lần chuyển giao!"42874288#: sequencer.c:1196 builtin/commit.c:15284289msgid "could not parse HEAD commit"4290msgstr "không thể phân tích commit (lần chuyển giao) HEAD"42914292#: sequencer.c:1247 sequencer.c:18454293msgid "unable to parse commit author"4294msgstr "không thể phân tích tác giả của lần chuyển giao"42954296#: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:6754297msgid "git write-tree failed to write a tree"4298msgstr "lệnh git write-tree gặp lỗi khi ghi một cây"42994300#: sequencer.c:1274 sequencer.c:13294301#, c-format4302msgid "unable to read commit message from '%s'"4303msgstr "không thể đọc phần chú thích (message) từ “%s”"43044305#: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631 builtin/merge.c:8554306#: builtin/merge.c:8804307msgid "failed to write commit object"4308msgstr "gặp lỗi khi ghi đối tượng chuyển giao"43094310#: sequencer.c:13564311#, c-format4312msgid "could not parse commit %s"4313msgstr "không thể phân tích lần chuyển giao %s"43144315#: sequencer.c:13614316#, c-format4317msgid "could not parse parent commit %s"4318msgstr "không thể phân tích lần chuyển giao cha mẹ “%s”"43194320#: sequencer.c:1457 sequencer.c:15654321#, c-format4322msgid "unknown command: %d"4323msgstr "không hiểu câu lệnh %d"43244325#: sequencer.c:1512 sequencer.c:15374326#, c-format4327msgid "This is a combination of %d commits."4328msgstr "Đây là tổ hợp của %d lần chuyển giao."43294330#: sequencer.c:1522 sequencer.c:45204331msgid "need a HEAD to fixup"4332msgstr "cần một HEAD để sửa"43334334#: sequencer.c:1524 sequencer.c:27684335msgid "could not read HEAD"4336msgstr "không thể đọc HEAD"43374338#: sequencer.c:15264339msgid "could not read HEAD's commit message"4340msgstr "không thể đọc phần chú thích (message) của HEAD"43414342#: sequencer.c:15324343#, c-format4344msgid "cannot write '%s'"4345msgstr "không thể ghi “%s”"43464347#: sequencer.c:1539 git-rebase--preserve-merges.sh:4414348msgid "This is the 1st commit message:"4349msgstr "Đây là chú thích cho lần chuyển giao thứ nhất:"43504351#: sequencer.c:15474352#, c-format4353msgid "could not read commit message of %s"4354msgstr "không thể đọc phần chú thích (message) của %s"43554356#: sequencer.c:15544357#, c-format4358msgid "This is the commit message #%d:"4359msgstr "Đây là chú thích cho lần chuyển giao thứ #%d:"43604361#: sequencer.c:15604362#, c-format4363msgid "The commit message #%d will be skipped:"4364msgstr "Chú thích cho lần chuyển giao thứ #%d sẽ bị bỏ qua:"43654366#: sequencer.c:16434367msgid "your index file is unmerged."4368msgstr "tập tin lưu mục lục của bạn không được hòa trộn."43694370#: sequencer.c:16504371msgid "cannot fixup root commit"4372msgstr "không thể sửa chữa lần chuyển giao gốc"43734374#: sequencer.c:16694375#, c-format4376msgid "commit %s is a merge but no -m option was given."4377msgstr "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."43784379#: sequencer.c:16774380#, c-format4381msgid "commit %s does not have parent %d"4382msgstr "lần chuyển giao %s không có cha mẹ %d"43834384#: sequencer.c:16814385#, c-format4386msgid "mainline was specified but commit %s is not a merge."4387msgstr ""4388"luồng chính đã được chỉ ra nhưng lần chuyển giao %s không phải là một lần "4389"hòa trộn."43904391#: sequencer.c:16874392#, c-format4393msgid "cannot get commit message for %s"4394msgstr "không thể lấy ghi chú lần chuyển giao cho %s"43954396#. TRANSLATORS: The first %s will be a "todo" command like4397#. "revert" or "pick", the second %s a SHA1.4398#: sequencer.c:17064399#, c-format4400msgid "%s: cannot parse parent commit %s"4401msgstr "%s: không thể phân tích lần chuyển giao mẹ của %s"44024403#: sequencer.c:17714404#, c-format4405msgid "could not rename '%s' to '%s'"4406msgstr "không thể đổi tên “%s” thành “%s”"44074408#: sequencer.c:18264409#, c-format4410msgid "could not revert %s... %s"4411msgstr "không thể hoàn nguyên %s… %s"44124413#: sequencer.c:18274414#, c-format4415msgid "could not apply %s... %s"4416msgstr "không thể áp dụng miếng vá %s… %s"44174418#: sequencer.c:18854419#, c-format4420msgid "git %s: failed to read the index"4421msgstr "git %s: gặp lỗi đọc bảng mục lục"44224423#: sequencer.c:18924424#, c-format4425msgid "git %s: failed to refresh the index"4426msgstr "git %s: gặp lỗi khi làm tươi mới bảng mục lục"44274428#: sequencer.c:19724429#, c-format4430msgid "%s does not accept arguments: '%s'"4431msgstr "%s không nhận các đối số: “%s”"44324433#: sequencer.c:19814434#, c-format4435msgid "missing arguments for %s"4436msgstr "thiếu đối số cho %s"44374438#: sequencer.c:20404439#, c-format4440msgid "invalid line %d: %.*s"4441msgstr "dòng không hợp lệ %d: %.*s"44424443#: sequencer.c:20484444#, c-format4445msgid "cannot '%s' without a previous commit"4446msgstr "không thể “%s” thể mà không có lần chuyển giao kế trước"44474448#: sequencer.c:2096 sequencer.c:4277 sequencer.c:43334449#, c-format4450msgid "could not read '%s'."4451msgstr "không thể đọc “%s”."44524453#: sequencer.c:21194454msgid "please fix this using 'git rebase --edit-todo'."4455msgstr "vui lòng sửa lỗi này bằng cách dùng “git rebase --edit-todo”."44564457#: sequencer.c:21214458#, c-format4459msgid "unusable instruction sheet: '%s'"4460msgstr "bảng chỉ thị không thể dùng được: %s"44614462#: sequencer.c:21264463msgid "no commits parsed."4464msgstr "không có lần chuyển giao nào được phân tích."44654466#: sequencer.c:21374467msgid "cannot cherry-pick during a revert."4468msgstr "không thể cherry-pick trong khi hoàn nguyên."44694470#: sequencer.c:21394471msgid "cannot revert during a cherry-pick."4472msgstr "không thể thực hiện việc hoàn nguyên trong khi đang cherry-pick."44734474#: sequencer.c:22094475#, c-format4476msgid "invalid value for %s: %s"4477msgstr "giá trị cho %s không hợp lệ: %s"44784479#: sequencer.c:22854480msgid "unusable squash-onto"4481msgstr "squash-onto không dùng được"44824483#: sequencer.c:23014484#, c-format4485msgid "malformed options sheet: '%s'"4486msgstr "bảng tùy chọn dị hình: “%s”"44874488#: sequencer.c:2335 sequencer.c:37754489msgid "empty commit set passed"4490msgstr "lần chuyển giao trống rỗng đặt là hợp quy cách"44914492#: sequencer.c:23434493msgid "a cherry-pick or revert is already in progress"4494msgstr "có một thao tác “cherry-pick” hoặc “revert” đang được thực hiện"44954496#: sequencer.c:23444497msgid "try \"git cherry-pick (--continue | --quit | --abort)\""4498msgstr "hãy thử \"git cherry-pick (--continue | --quit | --abort)\""44994500#: sequencer.c:23474501#, c-format4502msgid "could not create sequencer directory '%s'"4503msgstr "không thể tạo thư mục xếp dãy “%s”"45044505#: sequencer.c:23614506msgid "could not lock HEAD"4507msgstr "không thể khóa HEAD"45084509#: sequencer.c:2416 sequencer.c:35434510msgid "no cherry-pick or revert in progress"4511msgstr "không cherry-pick hay hoàn nguyên trong tiến trình"45124513#: sequencer.c:24184514msgid "cannot resolve HEAD"4515msgstr "không thể phân giải HEAD"45164517#: sequencer.c:2420 sequencer.c:24554518msgid "cannot abort from a branch yet to be born"4519msgstr "không thể hủy bỏ từ một nhánh mà nó còn chưa được tạo ra"45204521#: sequencer.c:2441 builtin/grep.c:7214522#, c-format4523msgid "cannot open '%s'"4524msgstr "không mở được “%s”"45254526#: sequencer.c:24434527#, c-format4528msgid "cannot read '%s': %s"4529msgstr "không thể đọc “%s”: %s"45304531#: sequencer.c:24444532msgid "unexpected end of file"4533msgstr "gặp kết thúc tập tin đột xuất"45344535#: sequencer.c:24504536#, c-format4537msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"4538msgstr "tập tin HEAD “pre-cherry-pick” đã lưu “%s” bị hỏng"45394540#: sequencer.c:24614541msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"4542msgstr ""4543"Bạn có lẽ đã có HEAD đã bị di chuyển đi, Không thể tua, kiểm tra HEAD của "4544"bạn!"45454546#: sequencer.c:2565 sequencer.c:34614547#, c-format4548msgid "could not update %s"4549msgstr "không thể cập nhật %s"45504551#: sequencer.c:2603 sequencer.c:34414552msgid "cannot read HEAD"4553msgstr "không thể đọc HEAD"45544555#: sequencer.c:26184556#, c-format4557msgid "unable to copy '%s' to '%s'"4558msgstr "không thể chép “%s” sang “%s”"45594560#: sequencer.c:26264561#, c-format4562msgid ""4563"You can amend the commit now, with\n"4564"\n"4565" git commit --amend %s\n"4566"\n"4567"Once you are satisfied with your changes, run\n"4568"\n"4569" git rebase --continue\n"4570msgstr ""4571"Bạn có thể tu bổ lần chuyển giao ngay bây giờ bằng:\n"4572"\n"4573" git commit --amend %s\n"4574"\n"4575"Một khi đã hài lòng với những thay đổi của mình, thì chạy:\n"4576"\n"4577" git rebase --continue\n"45784579#: sequencer.c:26364580#, c-format4581msgid "Could not apply %s... %.*s"4582msgstr "Không thể áp dụng %s… %.*s"45834584#: sequencer.c:26434585#, c-format4586msgid "Could not merge %.*s"4587msgstr "Không hòa trộn %.*s"45884589#: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:6404590#, c-format4591msgid "could not copy '%s' to '%s'"4592msgstr "không thể chép “%s” sang “%s”"45934594#: sequencer.c:2680 sequencer.c:30954595msgid "could not read index"4596msgstr "không thể đọc bảng mục lục"45974598#: sequencer.c:26854599#, c-format4600msgid ""4601"execution failed: %s\n"4602"%sYou can fix the problem, and then run\n"4603"\n"4604" git rebase --continue\n"4605"\n"4606msgstr ""4607"thực thi gặp lỗi: %s\n"4608"%sBạn có thể sửa các trục trặc, và sau đó chạy lệnh\n"4609"\n"4610" git rebase --continue\n"4611"\n"46124613#: sequencer.c:26914614msgid "and made changes to the index and/or the working tree\n"4615msgstr "và tạo các thay đổi bảng mục lục và/hay cây làm việc\n"46164617#: sequencer.c:26974618#, c-format4619msgid ""4620"execution succeeded: %s\n"4621"but left changes to the index and/or the working tree\n"4622"Commit or stash your changes, and then run\n"4623"\n"4624" git rebase --continue\n"4625"\n"4626msgstr ""4627"thực thi thành công: %s\n"4628"nhưng còn các thay đổi trong mục lục và/hoặc cây làm việc\n"4629"Chuyển giao hay tạm cất các thay đổi này đi, rồi chạy\n"4630"\n"4631" git rebase --continue\n"4632"\n"46334634#: sequencer.c:27584635#, c-format4636msgid "illegal label name: '%.*s'"4637msgstr "tên nhãn dị hình: “%.*s”"46384639#: sequencer.c:28104640msgid "writing fake root commit"4641msgstr "ghi lần chuyển giao gốc giả"46424643#: sequencer.c:28154644msgid "writing squash-onto"4645msgstr "đang ghi squash-onto"46464647#: sequencer.c:28504648#, c-format4649msgid "failed to find tree of %s"4650msgstr "gặp lỗi khi tìm cây của %s"46514652#: sequencer.c:28684653msgid "could not write index"4654msgstr "không thể ghi bảng mục lục"46554656#: sequencer.c:28954657#, c-format4658msgid "could not resolve '%s'"4659msgstr "không thể phân giải “%s”"46604661#: sequencer.c:29214662msgid "cannot merge without a current revision"4663msgstr "không thể hòa trộn mà không có một điểm xét duyệt hiện tại"46644665#: sequencer.c:29434666#, c-format4667msgid "unable to parse '%.*s'"4668msgstr "không thể phân tích “%.*s”"46694670#: sequencer.c:29524671#, c-format4672msgid "nothing to merge: '%.*s'"4673msgstr "chẳng có gì để hòa trộn: “%.*s”"46744675#: sequencer.c:29644676msgid "octopus merge cannot be executed on top of a [new root]"4677msgstr "hòa trộn octopus không thể được thực thi trên đỉnh của một [new root]"46784679#: sequencer.c:29794680#, c-format4681msgid "could not get commit message of '%s'"4682msgstr "không thể lấy chú thích của lần chuyển giao của “%s”"46834684#: sequencer.c:2989 sequencer.c:30154685#, c-format4686msgid "could not write '%s'"4687msgstr "không thể ghi “%s”"46884689#: sequencer.c:31274690#, c-format4691msgid "could not even attempt to merge '%.*s'"4692msgstr "không thể ngay cả khi thử hòa trộn “%.*s”"46934694#: sequencer.c:31434695msgid "merge: Unable to write new index file"4696msgstr "merge: Không thể ghi tập tin lưu bảng mục lục mới"46974698#: sequencer.c:32114699#, c-format4700msgid "Applied autostash.\n"4701msgstr "Đã áp dụng autostash.\n"47024703#: sequencer.c:32234704#, c-format4705msgid "cannot store %s"4706msgstr "không thử lưu “%s”"47074708#: sequencer.c:3226 git-rebase.sh:1884709#, c-format4710msgid ""4711"Applying autostash resulted in conflicts.\n"4712"Your changes are safe in the stash.\n"4713"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"4714msgstr ""4715"Áp dụng autostash có hiệu quả trong các xung đột.\n"4716"Các thay đổi của bạn an toàn trong stash (tạm cất đi).\n"4717"Bạn có thể chạy lệnh \"git stash pop\" hay \"git stash drop\" bất kỳ lúc "4718"nào.\n"47194720#: sequencer.c:32574721#, c-format4722msgid ""4723"Could not execute the todo command\n"4724"\n"4725" %.*s\n"4726"It has been rescheduled; To edit the command before continuing, please\n"4727"edit the todo list first:\n"4728"\n"4729" git rebase --edit-todo\n"4730" git rebase --continue\n"4731msgstr ""4732"Không thể thực thi lệnh todo\n"4733"\n"4734" %.*s\n"4735"Nó đã được lên lịch lại: Để sửa lệnh trước khi tiếp tục, vui lòng\n"4736"sửa danh sách todo trước:\n"4737"\n"4738" git rebase --edit-todo\n"4739" git rebase --continue\n"47404741#: sequencer.c:33254742#, c-format4743msgid "Stopped at %s... %.*s\n"4744msgstr "Dừng lại ở %s… %.*s\n"47454746#: sequencer.c:34044747#, c-format4748msgid "unknown command %d"4749msgstr "không hiểu câu lệnh %d"47504751#: sequencer.c:34494752msgid "could not read orig-head"4753msgstr "không thể đọc orig-head"47544755#: sequencer.c:3454 sequencer.c:45174756msgid "could not read 'onto'"4757msgstr "không thể đọc “onto”."47584759#: sequencer.c:34684760#, c-format4761msgid "could not update HEAD to %s"4762msgstr "không thể cập nhật HEAD thành %s"47634764#: sequencer.c:35544765msgid "cannot rebase: You have unstaged changes."4766msgstr "không thể cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."47674768#: sequencer.c:35634769msgid "cannot amend non-existing commit"4770msgstr "không thể tu bỏ một lần chuyển giao không tồn tại"47714772#: sequencer.c:35654773#, c-format4774msgid "invalid file: '%s'"4775msgstr "tập tin không hợp lệ: “%s”"47764777#: sequencer.c:35674778#, c-format4779msgid "invalid contents: '%s'"4780msgstr "nội dung không hợp lệ: “%s”"47814782#: sequencer.c:35704783msgid ""4784"\n"4785"You have uncommitted changes in your working tree. Please, commit them\n"4786"first and then run 'git rebase --continue' again."4787msgstr ""4788"\n"4789"Bạn có các thay đổi chưa chuyển giao trong thư mục làm việc. Vui lòng\n"4790"chuyển giao chúng trước và sau đó chạy lệnh “git rebase --continue” lần nữa."47914792#: sequencer.c:3595 sequencer.c:36334793#, c-format4794msgid "could not write file: '%s'"4795msgstr "không thể ghi tập tin: “%s”"47964797#: sequencer.c:36484798msgid "could not remove CHERRY_PICK_HEAD"4799msgstr "không thể xóa bỏ CHERRY_PICK_HEAD"48004801#: sequencer.c:36554802msgid "could not commit staged changes."4803msgstr "không thể chuyển giao các thay đổi đã đưa lên bệ phóng."48044805#: sequencer.c:37524806#, c-format4807msgid "%s: can't cherry-pick a %s"4808msgstr "%s: không thể cherry-pick một %s"48094810#: sequencer.c:37564811#, c-format4812msgid "%s: bad revision"4813msgstr "%s: điểm xét duyệt sai"48144815#: sequencer.c:37914816msgid "can't revert as initial commit"4817msgstr "không thể hoàn nguyên một lần chuyển giao khởi tạo"48184819#: sequencer.c:42384820msgid "make_script: unhandled options"4821msgstr "make_script: các tùy chọn được không xử lý"48224823#: sequencer.c:42414824msgid "make_script: error preparing revisions"4825msgstr "make_script: lỗi chuẩn bị điểm hiệu chỉnh"48264827#: sequencer.c:4281 sequencer.c:43374828#, c-format4829msgid "unusable todo list: '%s'"4830msgstr "danh sách cần làm không dùng được: “%s”"48314832#: sequencer.c:43964833#, c-format4834msgid ""4835"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."4836msgstr ""4837"không nhận ra cài đặt %s cho tùy chọn rebase.missingCommitsCheck. Nên bỏ qua."48384839#: sequencer.c:44664840#, c-format4841msgid ""4842"Warning: some commits may have been dropped accidentally.\n"4843"Dropped commits (newer to older):\n"4844msgstr ""4845"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"4846"Các lần chuyển giao bị xóa (từ mới đến cũ):\n"48474848#: sequencer.c:44734849#, c-format4850msgid ""4851"To avoid this message, use \"drop\" to explicitly remove a commit.\n"4852"\n"4853"Use 'git config rebase.missingCommitsCheck' to change the level of "4854"warnings.\n"4855"The possible behaviours are: ignore, warn, error.\n"4856"\n"4857msgstr ""4858"Để 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 "4859"chuyển giao.\n"4860"\n"4861"Dùng “git config rebase.missingCommitsCheck” để thay đổi mức độ của cảnh "4862"báo.\n"4863"Cánh ứng xử có thể là: ignore, warn, error.\n"4864"\n"48654866#: sequencer.c:44864867#, c-format4868msgid ""4869"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"4870"continue'.\n"4871"Or you can abort the rebase with 'git rebase --abort'.\n"4872msgstr ""4873"Bạn có thể sửa nó bằng “git rebase --edit-todo” và sau đó chạy “git rebase --"4874"continue”.\n"4875"Hoặc là bạn có thể bãi bỏ việc cải tổ bằng “git rebase --abort”.\n"48764877#: sequencer.c:46604878msgid "the script was already rearranged."4879msgstr "văn lệnh đã sẵn được sắp đặt rồi."48804881#: setup.c:1234882#, c-format4883msgid "'%s' is outside repository"4884msgstr "“%s” ở ngoài một kho chứa"48854886#: setup.c:1724887#, c-format4888msgid ""4889"%s: no such path in the working tree.\n"4890"Use 'git <command> -- <path>...' to specify paths that do not exist locally."4891msgstr ""4892"%s: không có đường dẫn nào như thế ở trong cây làm việc.\n"4893"Dùng “git <lệnh> -- <đường/dẫn>…” để chỉ định đường dẫn mà nó không tồn tại "4894"một cách nội bộ."48954896#: setup.c:1854897#, c-format4898msgid ""4899"ambiguous argument '%s': unknown revision or path not in the working tree.\n"4900"Use '--' to separate paths from revisions, like this:\n"4901"'git <command> [<revision>...] -- [<file>...]'"4902msgstr ""4903"tham số chưa rõ ràng “%s”: chưa biết điểm xem xét hay đường dẫn không trong "4904"cây làm việc.\n"4905"Dùng “--” để ngăn cách các đường dẫn khỏi điểm xem xét, như thế này:\n"4906"“git <lệnh> [<điểm xem xét>…] -- [<tập tin>…]”"49074908#: setup.c:2344909#, c-format4910msgid "option '%s' must come before non-option arguments"4911msgstr "tùy chọn “%s” phải trước các đối số đầu tiên không có tùy chọn"49124913#: setup.c:2534914#, c-format4915msgid ""4916"ambiguous argument '%s': both revision and filename\n"4917"Use '--' to separate paths from revisions, like this:\n"4918"'git <command> [<revision>...] -- [<file>...]'"4919msgstr ""4920"tham số chưa rõ ràng “%s”: cả điểm xem xét và tên tập tin.\n"4921"Dùng “--” để ngăn cách các đường dẫn khỏi điểm xem xét, như thế này:\n"4922"“git <lệnh> [<điểm xem xét>…] -- [<tập tin>…]”"49234924#: setup.c:3894925msgid "unable to set up work tree using invalid config"4926msgstr "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ệ"49274928#: setup.c:3934929msgid "this operation must be run in a work tree"4930msgstr "thao tác này phải được thực hiện trong thư mục làm việc"49314932#: setup.c:5034933#, c-format4934msgid "Expected git repo version <= %d, found %d"4935msgstr "Cần phiên bản kho git <= %d, nhưng lại nhận được %d"49364937#: setup.c:5114938msgid "unknown repository extensions found:"4939msgstr "tìm thấy phần mở rộng kho chưa biết:"49404941#: setup.c:5304942#, c-format4943msgid "error opening '%s'"4944msgstr "gặp lỗi khi mở “%s”"49454946#: setup.c:5324947#, c-format4948msgid "too large to be a .git file: '%s'"4949msgstr "tập tin .git là quá lớn: “%s”"49504951#: setup.c:5344952#, c-format4953msgid "error reading %s"4954msgstr "gặp lỗi khi đọc %s"49554956#: setup.c:5364957#, c-format4958msgid "invalid gitfile format: %s"4959msgstr "định dạng tập tin git không hợp lệ: %s"49604961#: setup.c:5384962#, c-format4963msgid "no path in gitfile: %s"4964msgstr "không có đường dẫn trong tập tin git: %s"49654966#: setup.c:5404967#, c-format4968msgid "not a git repository: %s"4969msgstr "Không phải là kho git: %s"49704971#: setup.c:6394972#, c-format4973msgid "'$%s' too big"4974msgstr "“$%s” quá lớn"49754976#: setup.c:6534977#, c-format4978msgid "not a git repository: '%s'"4979msgstr "không phải là kho git: “%s”"49804981#: setup.c:682 setup.c:684 setup.c:7154982#, c-format4983msgid "cannot chdir to '%s'"4984msgstr "không thể chdir (chuyển đổi thư mục) sang “%s”"49854986#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:8154987msgid "cannot come back to cwd"4988msgstr "không thể quay lại cwd"49894990#: setup.c:8134991#, c-format4992msgid "not a git repository (or any of the parent directories): %s"4993msgstr "không phải là kho git (hoặc bất kỳ thư mục cha mẹ nào): %s"49944995#: setup.c:8244996#, c-format4997msgid "failed to stat '%*s%s%s'"4998msgstr "gặp lỗi khi lấy thống kê về “%*s%s%s”"49995000#: setup.c:10545001msgid "Unable to read current working directory"5002msgstr "Không thể đọc thư mục làm việc hiện hành"50035004#: setup.c:1066 setup.c:10725005#, c-format5006msgid "cannot change to '%s'"5007msgstr "không thể chuyển sang “%s”"50085009#: setup.c:10855010#, c-format5011msgid ""5012"not a git repository (or any parent up to mount point %s)\n"5013"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."5014msgstr ""5015"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"5016"Dừng tại biên của hệ thống tập tin (GIT_DISCOVERY_ACROSS_FILESYSTEM chưa "5017"đặt)."50185019#: setup.c:11685020#, c-format5021msgid ""5022"problem with core.sharedRepository filemode value (0%.3o).\n"5023"The owner of files must always have read and write permissions."5024msgstr ""5025"gặp vấn đề với giá trị chế độ tập tin core.sharedRepository (0%.3o).\n"5026"người sở hữu tập tin phải luôn có quyền đọc và ghi."50275028#: setup.c:12115029msgid "open /dev/null or dup failed"5030msgstr "gặp lỗi khi mở “/dev/null” hay dup"50315032#: setup.c:12265033msgid "fork failed"5034msgstr "gặp lỗi khi rẽ nhánh tiến trình"50355036#: setup.c:12315037msgid "setsid failed"5038msgstr "setsid gặp lỗi"50395040#: sha1-file.c:3815041#, c-format5042msgid "object directory %s does not exist; check .git/objects/info/alternates"5043msgstr ""5044"thư mục đối tượng %s không tồn tại; kiểm tra .git/objects/info/alternates"50455046#: sha1-file.c:4325047#, c-format5048msgid "unable to normalize alternate object path: %s"5049msgstr "không thể thường hóa đường dẫn đối tượng thay thế: “%s”"50505051#: sha1-file.c:5035052#, c-format5053msgid "%s: ignoring alternate object stores, nesting too deep"5054msgstr "%s: đang bỏ qua kho đối tượng thay thế, lồng nhau quá sâu"50555056#: sha1-file.c:5105057#, c-format5058msgid "unable to normalize object directory: %s"5059msgstr "không thể chuẩn hóa thư mục đối tượng: “%s”"50605061#: sha1-file.c:5655062msgid "unable to fdopen alternates lockfile"5063msgstr "không thể fdopen tập tin khóa thay thế"50645065#: sha1-file.c:5835066msgid "unable to read alternates file"5067msgstr "không thể đọc tập tin thay thế"50685069#: sha1-file.c:5905070msgid "unable to move new alternates file into place"5071msgstr "không thể di chuyển tập tin thay thế vào chỗ"50725073#: sha1-file.c:6255074#, c-format5075msgid "path '%s' does not exist"5076msgstr "đường dẫn “%s” không tồn tại"50775078#: sha1-file.c:6515079#, c-format5080msgid "reference repository '%s' as a linked checkout is not supported yet."5081msgstr "kho tham chiếu “%s” như là lấy ra liên kết vẫn chưa được hỗ trợ."50825083#: sha1-file.c:6575084#, c-format5085msgid "reference repository '%s' is not a local repository."5086msgstr "kho tham chiếu “%s” không phải là một kho nội bộ."50875088#: sha1-file.c:6635089#, c-format5090msgid "reference repository '%s' is shallow"5091msgstr "kho tham chiếu “%s” là nông"50925093#: sha1-file.c:6715094#, c-format5095msgid "reference repository '%s' is grafted"5096msgstr "kho tham chiếu “%s” bị cấy ghép"50975098#: sha1-file.c:7815099#, c-format5100msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"5101msgstr "đang cố để mmap %<PRIuMAX> vượt quá giới hạn %<PRIuMAX>"51025103#: sha1-file.c:8065104msgid "mmap failed"5105msgstr "mmap gặp lỗi"51065107#: sha1-file.c:9735108#, c-format5109msgid "object file %s is empty"5110msgstr "tập tin đối tượng %s trống rỗng"51115112#: sha1-file.c:1093 sha1-file.c:22065113#, c-format5114msgid "corrupt loose object '%s'"5115msgstr "đối tượng mất hỏng “%s”"51165117#: sha1-file.c:1095 sha1-file.c:22105118#, c-format5119msgid "garbage at end of loose object '%s'"5120msgstr "gặp rác tại cuối của đối tượng bị mất “%s”"51215122#: sha1-file.c:11375123msgid "invalid object type"5124msgstr "kiểu đối tượng không hợp lệ"51255126#: sha1-file.c:12195127#, c-format5128msgid "unable to unpack %s header with --allow-unknown-type"5129msgstr "không thể giải nén phần đầu gói %s với --allow-unknown-type"51305131#: sha1-file.c:12225132#, c-format5133msgid "unable to unpack %s header"5134msgstr "không thể giải gói phần đầu %s"51355136#: sha1-file.c:12285137#, c-format5138msgid "unable to parse %s header with --allow-unknown-type"5139msgstr "không thể phân tích phần đầu gói %s với --allow-unknown-type"51405141#: sha1-file.c:12315142#, c-format5143msgid "unable to parse %s header"5144msgstr "không thể phân tích phần đầu của “%s”"51455146#: sha1-file.c:14225147#, c-format5148msgid "failed to read object %s"5149msgstr "gặp lỗi khi đọc đối tượng “%s”"51505151#: sha1-file.c:14265152#, c-format5153msgid "replacement %s not found for %s"5154msgstr "c%s thay thế không được tìm thấy cho %s"51555156#: sha1-file.c:14305157#, c-format5158msgid "loose object %s (stored in %s) is corrupt"5159msgstr "đối tượng mất %s (được lưu trong %s) bị hỏng"51605161#: sha1-file.c:14345162#, c-format5163msgid "packed object %s (stored in %s) is corrupt"5164msgstr "đối tượng đã đóng gói %s (được lưu trong %s) bị hỏng"51655166#: sha1-file.c:15365167#, c-format5168msgid "unable to write sha1 filename %s"5169msgstr "không thể ghi vào tên tập tin sha1 %s"51705171#: sha1-file.c:15435172#, c-format5173msgid "unable to set permission to '%s'"5174msgstr "không thể đặt quyền thành “%s”"51755176#: sha1-file.c:15505177msgid "file write error"5178msgstr "lỗi ghi tập tin"51795180#: sha1-file.c:15695181msgid "error when closing sha1 file"5182msgstr "gặp lỗi trong khi đóng tập tin sha1"51835184#: sha1-file.c:16355185#, c-format5186msgid "insufficient permission for adding an object to repository database %s"5187msgstr ""5188"không đủ thẩm quyền để thêm một đối tượng vào cơ sở dữ liệu kho chứa %s"51895190#: sha1-file.c:16375191msgid "unable to create temporary file"5192msgstr "không thể tạo tập tin tạm thời"51935194#: sha1-file.c:16615195msgid "unable to write sha1 file"5196msgstr "không thể ghi vào tập tin sha1"51975198#: sha1-file.c:16675199#, c-format5200msgid "unable to deflate new object %s (%d)"5201msgstr "không thể xả nén đối tượng mới %s (%d)"52025203#: sha1-file.c:16715204#, c-format5205msgid "deflateEnd on object %s failed (%d)"5206msgstr "deflateEnd trên đối tượng %s gặp lỗi (%d)"52075208#: sha1-file.c:16755209#, c-format5210msgid "confused by unstable object source data for %s"5211msgstr "chưa rõ ràng baowir dữ liệu nguồn đối tượng không ổn định cho %s"52125213#: sha1-file.c:1685 builtin/pack-objects.c:8995214#, c-format5215msgid "failed utime() on %s"5216msgstr "gặp lỗi utime() trên “%s”"52175218#: sha1-file.c:17605219#, c-format5220msgid "cannot read sha1_file for %s"5221msgstr "không thể đọc sha1_file cho %s"52225223#: sha1-file.c:18055224msgid "corrupt commit"5225msgstr "lần chuyển giao sai hỏng"52265227#: sha1-file.c:18135228msgid "corrupt tag"5229msgstr "thẻ sai hỏng"52305231#: sha1-file.c:19065232#, c-format5233msgid "read error while indexing %s"5234msgstr "gặp lỗi đọc khi đánh mục lục %s"52355236#: sha1-file.c:19095237#, c-format5238msgid "short read while indexing %s"5239msgstr "không đọc ngắn khi đánh mục lục %s"52405241#: sha1-file.c:1980 sha1-file.c:19895242#, c-format5243msgid "%s: failed to insert into database"5244msgstr "%s: gặp lỗi khi thêm vào cơ sở dữ liệu"52455246#: sha1-file.c:19955247#, c-format5248msgid "%s: unsupported file type"5249msgstr "%s: kiểu tập tin không được hỗ trợ"52505251#: sha1-file.c:20195252#, c-format5253msgid "%s is not a valid object"5254msgstr "%s không phải là một đối tượng hợp lệ"52555256#: sha1-file.c:20215257#, c-format5258msgid "%s is not a valid '%s' object"5259msgstr "%s không phải là một đối tượng “%s” hợp lệ"52605261#: sha1-file.c:2048 builtin/index-pack.c:1585262#, c-format5263msgid "unable to open %s"5264msgstr "không thể mở %s"52655266#: sha1-file.c:2217 sha1-file.c:22695267#, c-format5268msgid "sha1 mismatch for %s (expected %s)"5269msgstr "sha1 không khớp cho %s (cần %s)"52705271#: sha1-file.c:22415272#, c-format5273msgid "unable to mmap %s"5274msgstr "không thể mmap %s"52755276#: sha1-file.c:22465277#, c-format5278msgid "unable to unpack header of %s"5279msgstr "không thể giải gói phần đầu của “%s”"52805281#: sha1-file.c:22525282#, c-format5283msgid "unable to parse header of %s"5284msgstr "không thể phân tích phần đầu của “%s”"52855286#: sha1-file.c:22635287#, c-format5288msgid "unable to unpack contents of %s"5289msgstr "không thể giải gói nội dung của “%s”"52905291#: sha1-name.c:4445292#, c-format5293msgid "short SHA1 %s is ambiguous"5294msgstr "tóm lược SHA1 %s chưa rõ ràng"52955296#: sha1-name.c:4555297msgid "The candidates are:"5298msgstr "Các ứng cử là:"52995300#: sha1-name.c:6995301msgid ""5302"Git normally never creates a ref that ends with 40 hex characters\n"5303"because it will be ignored when you just specify 40-hex. These refs\n"5304"may be created by mistake. For example,\n"5305"\n"5306" git checkout -b $br $(git rev-parse ...)\n"5307"\n"5308"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"5309"examine these refs and maybe delete them. Turn this message off by\n"5310"running \"git config advice.objectNameWarning false\""5311msgstr ""5312"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"5313"bởi vì nó sẽ bị bỏ qua khi bạn chỉ định 40-hex. Những tham chiếu này\n"5314"có lẽ được tạo ra bởi một sai sót nào đó. Ví dụ,\n"5315"\n"5316" git checkout -b $br $(git rev-parse …)\n"5317"\n"5318"với \"$br\" không hiểu lý do vì sao trống rỗng và một tham chiếu 40-hex được "5319"tạo ra.\n"5320"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 "5321"này\n"5322"bằng cách chạy lệnh \"git config advice.objectNameWarning false\""53235324#: submodule.c:97 submodule.c:1315325msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"5326msgstr ""5327"Không thể thay đổi .gitmodules chưa hòa trộn, hãy giải quyết xung đột trộn "5328"trước"53295330#: submodule.c:101 submodule.c:1355331#, c-format5332msgid "Could not find section in .gitmodules where path=%s"5333msgstr "Không thể tìm thấy phần trong .gitmodules nơi mà đường_dẫn=%s"53345335#: submodule.c:1095336#, c-format5337msgid "Could not update .gitmodules entry %s"5338msgstr "Không thể cập nhật mục .gitmodules %s"53395340#: submodule.c:1425341#, c-format5342msgid "Could not remove .gitmodules entry for %s"5343msgstr "Không thể gỡ bỏ mục .gitmodules dành cho %s"53445345#: submodule.c:1535346msgid "staging updated .gitmodules failed"5347msgstr "gặp lỗi khi tổ chức .gitmodules đã cập nhật"53485349#: submodule.c:3155350#, c-format5351msgid "in unpopulated submodule '%s'"5352msgstr "Trong mô-đun-con không có gì “%s”"53535354#: submodule.c:3465355#, c-format5356msgid "Pathspec '%s' is in submodule '%.*s'"5357msgstr "Đặc tả đường dẫn “%s” thì ở trong mô-đun-con “%.*s”"53585359#: submodule.c:8395360#, c-format5361msgid "submodule entry '%s' (%s) is a %s, not a commit"5362msgstr ""5363"mục tin mô-đun-con “%s” (%s) là một %s, không phải là một lần chuyển giao"53645365#: submodule.c:1071 builtin/branch.c:670 builtin/submodule--helper.c:18885366msgid "Failed to resolve HEAD as a valid ref."5367msgstr "Gặp lỗi khi phân giải HEAD như là một tham chiếu hợp lệ."53685369#: submodule.c:13775370#, c-format5371msgid "'%s' not recognized as a git repository"5372msgstr "không nhận ra “%s” là một kho git"53735374#: submodule.c:15155375#, c-format5376msgid "could not start 'git status' in submodule '%s'"5377msgstr "không thể lấy thống kê “git status” trong mô-đun-con “%s”"53785379#: submodule.c:15285380#, c-format5381msgid "could not run 'git status' in submodule '%s'"5382msgstr "không thể chạy “git status” trong mô-đun-con “%s”"53835384#: submodule.c:15435385#, c-format5386msgid "Could not unset core.worktree setting in submodule '%s'"5387msgstr "Không thể đặt core.worktree trong mô-đun-con “%s”"53885389#: submodule.c:16335390#, c-format5391msgid "submodule '%s' has dirty index"5392msgstr "mô-đun-con “%s” có mục lục còn bẩn"53935394#: submodule.c:16855395#, c-format5396msgid "Submodule '%s' could not be updated."5397msgstr "Mô-đun-con “%s” không thể được cập nhật."53985399#: submodule.c:17345400#, c-format5401msgid ""5402"relocate_gitdir for submodule '%s' with more than one worktree not supported"5403msgstr ""5404"relocate_gitdir cho mô-đun-con “%s” với nhiều hơn một cây làm việc là chưa "5405"được hỗ trợ"54065407#: submodule.c:1746 submodule.c:18025408#, c-format5409msgid "could not lookup name for submodule '%s'"5410msgstr "không thể tìm kiếm tên cho mô-đun-con “%s”"54115412#: submodule.c:1750 builtin/submodule--helper.c:14065413#: builtin/submodule--helper.c:14165414#, c-format5415msgid "could not create directory '%s'"5416msgstr "không thể tạo thư mục “%s”"54175418#: submodule.c:17535419#, c-format5420msgid ""5421"Migrating git directory of '%s%s' from\n"5422"'%s' to\n"5423"'%s'\n"5424msgstr ""5425"Di cư thư mục git của “%s%s” từ\n"5426"“%s” sang\n"5427"“%s”\n"54285429#: submodule.c:18375430#, c-format5431msgid "could not recurse into submodule '%s'"5432msgstr "không thể đệ quy vào trong mô-đun-con “%s”"54335434#: submodule.c:18815435msgid "could not start ls-files in .."5436msgstr "không thể lấy thông tin thống kê về ls-files trong .."54375438#: submodule.c:19205439#, c-format5440msgid "ls-tree returned unexpected return code %d"5441msgstr "ls-tree trả về mã không như mong đợi %d"54425443#: submodule-config.c:2315444#, c-format5445msgid "ignoring suspicious submodule name: %s"5446msgstr "đang lờ đi tên mô-đun-con mập mờ: %s"54475448#: submodule-config.c:2955449msgid "negative values not allowed for submodule.fetchjobs"5450msgstr "không cho phép giá trị âm ở submodule.fetchJobs"54515452#: submodule-config.c:4685453#, c-format5454msgid "invalid value for %s"5455msgstr "giá trị cho %s không hợp lệ"54565457#: trailer.c:2385458#, c-format5459msgid "running trailer command '%s' failed"5460msgstr "chạy lệnh kéo theo “%s” gặp lỗi"54615462#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5535463#: trailer.c:5575464#, c-format5465msgid "unknown value '%s' for key '%s'"5466msgstr "không hiểu giá trị “%s” cho khóa “%s”"54675468#: trailer.c:539 trailer.c:544 builtin/remote.c:2945469#, c-format5470msgid "more than one %s"5471msgstr "nhiều hơn một %s"54725473#: trailer.c:7305474#, c-format5475msgid "empty trailer token in trailer '%.*s'"5476msgstr "thẻ thừa trống rỗng trong phần thừa “%.*s”"54775478#: trailer.c:7505479#, c-format5480msgid "could not read input file '%s'"5481msgstr "không đọc được tập tin đầu vào “%s”"54825483#: trailer.c:7535484msgid "could not read from stdin"5485msgstr "không thể đọc từ đầu vào tiêu chuẩn"54865487#: trailer.c:1008 builtin/am.c:475488#, c-format5489msgid "could not stat %s"5490msgstr "không thể lấy thông tin thống kê về %s"54915492#: trailer.c:10105493#, c-format5494msgid "file %s is not a regular file"5495msgstr "\"%s\" không phải là tập tin bình thường"54965497#: trailer.c:10125498#, c-format5499msgid "file %s is not writable by user"5500msgstr "tập tin %s người dùng không thể ghi được"55015502#: trailer.c:10245503msgid "could not open temporary file"5504msgstr "không thể tạo tập tin tạm thời"55055506#: trailer.c:10645507#, c-format5508msgid "could not rename temporary file to %s"5509msgstr "không thể đổi tên tập tin tạm thời thành %s"55105511#: transport.c:1165512#, c-format5513msgid "Would set upstream of '%s' to '%s' of '%s'\n"5514msgstr "Không thể đặt thượng nguồn của “%s” thành “%s” của “%s”\n"55155516#: transport.c:1425517#, c-format5518msgid "could not read bundle '%s'"5519msgstr "không thể đọc bó “%s”"55205521#: transport.c:2085522#, c-format5523msgid "transport: invalid depth option '%s'"5524msgstr "vận chuyển: tùy chọn độ sâu “%s” không hợp lệ"55255526#: transport.c:5865527msgid "could not parse transport.color.* config"5528msgstr "không thể phân tích cú pháp cấu hình transport.color.*"55295530#: transport.c:6595531msgid "support for protocol v2 not implemented yet"5532msgstr "việc hỗ trợ giao thức v2 chưa được thực hiện"55335534#: transport.c:7855535#, c-format5536msgid "unknown value for config '%s': %s"5537msgstr "không hiểu giá trị cho cho cấu hình “%s”: %s"55385539#: transport.c:8515540#, c-format5541msgid "transport '%s' not allowed"5542msgstr "không cho phép phương thức vận chuyển “%s”"55435544#: transport.c:9035545msgid "git-over-rsync is no longer supported"5546msgstr "git-over-rsync không còn được hỗ trợ nữa"55475548#: transport.c:9985549#, c-format5550msgid ""5551"The following submodule paths contain changes that can\n"5552"not be found on any remote:\n"5553msgstr ""5554"Các đường dẫn mô-đun-con sau đây có chứa các thay đổi cái mà\n"5555"có thể được tìm thấy trên mọi máy phục vụ:\n"55565557#: transport.c:10025558#, c-format5559msgid ""5560"\n"5561"Please try\n"5562"\n"5563"\tgit push --recurse-submodules=on-demand\n"5564"\n"5565"or cd to the path and use\n"5566"\n"5567"\tgit push\n"5568"\n"5569"to push them to a remote.\n"5570"\n"5571msgstr ""5572"\n"5573"Hãy thử\n"5574"\n"5575"\tgit push --recurse-submodules=on-demand\n"5576"\n"5577"hoặc cd đến đường dẫn và dùng\n"5578"\n"5579"\tgit push\n"5580"\n"5581"để đẩy chúng lên máy phục vụ.\n"5582"\n"55835584#: transport.c:10105585msgid "Aborting."5586msgstr "Bãi bỏ."55875588#: transport.c:11485589msgid "failed to push all needed submodules"5590msgstr "gặp lỗi khi đẩy dữ liệu của tất cả các mô-đun-con cần thiết"55915592#: transport.c:1270 transport-helper.c:6435593msgid "operation not supported by protocol"5594msgstr "thao tác không được gia thức hỗ trợ"55955596#: transport.c:13525597#, c-format5598msgid "invalid line while parsing alternate refs: %s"5599msgstr "dòng không hợp lệ trong khi phân tích các tham chiếu thay thế: %s"56005601#: transport-helper.c:51 transport-helper.c:805602msgid "full write to remote helper failed"5603msgstr "ghi đầy đủ lên bộ hỗ trợ máy chủ gặp lỗi"56045605#: transport-helper.c:1325606#, c-format5607msgid "unable to find remote helper for '%s'"5608msgstr "không thể tìm thấy bộ hỗ trợ máy chủ cho “%s”"56095610#: transport-helper.c:148 transport-helper.c:5575611msgid "can't dup helper output fd"5612msgstr "không thể nhân đôi fd dầu ra bộ hỗ trợ"56135614#: transport-helper.c:1995615#, c-format5616msgid ""5617"unknown mandatory capability %s; this remote helper probably needs newer "5618"version of Git"5619msgstr ""5620"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 "5621"là cần phiên bản Git mới hơn"56225623#: transport-helper.c:2055624msgid "this remote helper should implement refspec capability"5625msgstr "bộ hỗ trợ máy chủ này cần phải thực thi capability đặc tả tham chiếu"56265627#: transport-helper.c:272 transport-helper.c:4125628#, c-format5629msgid "%s unexpectedly said: '%s'"5630msgstr "%s said bất ngờ: “%s”"56315632#: transport-helper.c:4015633#, c-format5634msgid "%s also locked %s"5635msgstr "%s cũng khóa %s"56365637#: transport-helper.c:4795638msgid "couldn't run fast-import"5639msgstr "không thể chạy fast-import"56405641#: transport-helper.c:5025642msgid "error while running fast-import"5643msgstr "gặp lỗi trong khi chạy fast-import"56445645#: transport-helper.c:531 transport-helper.c:10915646#, c-format5647msgid "could not read ref %s"5648msgstr "không thể đọc tham chiếu %s"56495650#: transport-helper.c:5765651#, c-format5652msgid "unknown response to connect: %s"5653msgstr "không hiểu đáp ứng để kết nối: %s"56545655#: transport-helper.c:5985656msgid "setting remote service path not supported by protocol"5657msgstr "giao thức này không hỗ trợ cài đặt đường dẫn dịch vụ máy chủ"56585659#: transport-helper.c:6005660msgid "invalid remote service path"5661msgstr "đường dẫn dịch vụ máy chủ không hợp lệ"56625663#: transport-helper.c:6465664#, c-format5665msgid "can't connect to subservice %s"5666msgstr "không thể kết nối đến dịch vụ phụ %s"56675668#: transport-helper.c:7135669#, c-format5670msgid "expected ok/error, helper said '%s'"5671msgstr "cần ok/error, nhưng bộ hỗ trợ lại nói “%s”"56725673#: transport-helper.c:7665674#, c-format5675msgid "helper reported unexpected status of %s"5676msgstr "bộ hỗ trợ báo cáo rằng không cần tình trạng của %s"56775678#: transport-helper.c:8275679#, c-format5680msgid "helper %s does not support dry-run"5681msgstr "helper %s không hỗ trợ dry-run"56825683#: transport-helper.c:8305684#, c-format5685msgid "helper %s does not support --signed"5686msgstr "helper %s không hỗ trợ --signed"56875688#: transport-helper.c:8335689#, c-format5690msgid "helper %s does not support --signed=if-asked"5691msgstr "helper %s không hỗ trợ --signed=if-asked"56925693#: transport-helper.c:8405694#, c-format5695msgid "helper %s does not support 'push-option'"5696msgstr "helper %s không hỗ trợ “push-option”"56975698#: transport-helper.c:9325699msgid "remote-helper doesn't support push; refspec needed"5700msgstr "remote-helper không hỗ trợ push; cần đặc tả tham chiếu"57015702#: transport-helper.c:9375703#, c-format5704msgid "helper %s does not support 'force'"5705msgstr "helper %s không hỗ trợ “force”"57065707#: transport-helper.c:9845708msgid "couldn't run fast-export"5709msgstr "không thể chạy fast-export"57105711#: transport-helper.c:9895712msgid "error while running fast-export"5713msgstr "gặp lỗi trong khi chạy fast-export"57145715#: transport-helper.c:10145716#, c-format5717msgid ""5718"No refs in common and none specified; doing nothing.\n"5719"Perhaps you should specify a branch such as 'master'.\n"5720msgstr ""5721"Không có các tham chiếu trong phần chung và chưa chỉ định; nên không làm gì "5722"cả.\n"5723"Tuy nhiên bạn nên chỉ định một nhánh như “master” chẳng hạn.\n"57245725#: transport-helper.c:10775726#, c-format5727msgid "malformed response in ref list: %s"5728msgstr "đáp ứng sai dạng trong danh sách tham chiếu: %s"57295730#: transport-helper.c:12305731#, c-format5732msgid "read(%s) failed"5733msgstr "read(%s) gặp lỗi"57345735#: transport-helper.c:12575736#, c-format5737msgid "write(%s) failed"5738msgstr "write(%s) gặp lỗi"57395740#: transport-helper.c:13065741#, c-format5742msgid "%s thread failed"5743msgstr "tuyến trình %s gặp lỗi"57445745#: transport-helper.c:13105746#, c-format5747msgid "%s thread failed to join: %s"5748msgstr "tuyến trình %s gặp lỗi khi gia nhập: %s"57495750#: transport-helper.c:1329 transport-helper.c:13335751#, c-format5752msgid "can't start thread for copying data: %s"5753msgstr "không thể khởi chạy tuyến trình để sao chép dữ liệu: %s"57545755#: transport-helper.c:13705756#, c-format5757msgid "%s process failed to wait"5758msgstr "xử lý %s gặp lỗi khi đợi"57595760#: transport-helper.c:13745761#, c-format5762msgid "%s process failed"5763msgstr "xử lý %s gặp lỗi"57645765#: transport-helper.c:1392 transport-helper.c:14015766msgid "can't start thread for copying data"5767msgstr "không thể khởi chạy tuyến trình cho việc chép dữ liệu"57685769#: tree-walk.c:335770msgid "too-short tree object"5771msgstr "đối tượng cây quá ngắn"57725773#: tree-walk.c:395774msgid "malformed mode in tree entry"5775msgstr "chế độ dị hình trong đề mục cây"57765777#: tree-walk.c:435778msgid "empty filename in tree entry"5779msgstr "tên tập tin trống rỗng trong mục tin cây"57805781#: tree-walk.c:1155782msgid "too-short tree file"5783msgstr "tập tin cây quá ngắn"57845785#: unpack-trees.c:1125786#, c-format5787msgid ""5788"Your local changes to the following files would be overwritten by checkout:\n"5789"%%sPlease commit your changes or stash them before you switch branches."5790msgstr ""5791"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 "5792"checkout:\n"5793"%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn "5794"chuyển nhánh."57955796#: unpack-trees.c:1145797#, c-format5798msgid ""5799"Your local changes to the following files would be overwritten by checkout:\n"5800"%%s"5801msgstr ""5802"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 "5803"checkout:\n"5804"%%s"58055806#: unpack-trees.c:1175807#, c-format5808msgid ""5809"Your local changes to the following files would be overwritten by merge:\n"5810"%%sPlease commit your changes or stash them before you merge."5811msgstr ""5812"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 "5813"hòa trộn:\n"5814"%%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 "5815"trộn."58165817#: unpack-trees.c:1195818#, c-format5819msgid ""5820"Your local changes to the following files would be overwritten by merge:\n"5821"%%s"5822msgstr ""5823"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 "5824"hòa trộn:\n"5825"%%s"58265827#: unpack-trees.c:1225828#, c-format5829msgid ""5830"Your local changes to the following files would be overwritten by %s:\n"5831"%%sPlease commit your changes or stash them before you %s."5832msgstr ""5833"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 "5834"%s:\n"5835"%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn %s."58365837#: unpack-trees.c:1245838#, c-format5839msgid ""5840"Your local changes to the following files would be overwritten by %s:\n"5841"%%s"5842msgstr ""5843"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 "5844"%s:\n"5845"%%s"58465847#: unpack-trees.c:1295848#, c-format5849msgid ""5850"Updating the following directories would lose untracked files in them:\n"5851"%s"5852msgstr ""5853"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 "5854"trong nó:\n"5855"%s"58565857#: unpack-trees.c:1335858#, c-format5859msgid ""5860"The following untracked working tree files would be removed by checkout:\n"5861"%%sPlease move or remove them before you switch branches."5862msgstr ""5863"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 "5864"checkout:\n"5865"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn chuyển nhánh."58665867#: unpack-trees.c:1355868#, c-format5869msgid ""5870"The following untracked working tree files would be removed by checkout:\n"5871"%%s"5872msgstr ""5873"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 "5874"checkout:\n"5875"%%s"58765877#: unpack-trees.c:1385878#, c-format5879msgid ""5880"The following untracked working tree files would be removed by merge:\n"5881"%%sPlease move or remove them before you merge."5882msgstr ""5883"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 "5884"trộn:\n"5885"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn hòa trộn."58865887#: unpack-trees.c:1405888#, c-format5889msgid ""5890"The following untracked working tree files would be removed by merge:\n"5891"%%s"5892msgstr ""5893"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 "5894"trộn:\n"5895"%%s"58965897#: unpack-trees.c:1435898#, c-format5899msgid ""5900"The following untracked working tree files would be removed by %s:\n"5901"%%sPlease move or remove them before you %s."5902msgstr ""5903"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"5904"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn %s."59055906#: unpack-trees.c:1455907#, c-format5908msgid ""5909"The following untracked working tree files would be removed by %s:\n"5910"%%s"5911msgstr ""5912"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"5913"%%s"59145915#: unpack-trees.c:1515916#, c-format5917msgid ""5918"The following untracked working tree files would be overwritten by "5919"checkout:\n"5920"%%sPlease move or remove them before you switch branches."5921msgstr ""5922"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 "5923"checkout:\n"5924"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn chuyển nhánh."59255926#: unpack-trees.c:1535927#, c-format5928msgid ""5929"The following untracked working tree files would be overwritten by "5930"checkout:\n"5931"%%s"5932msgstr ""5933"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 "5934"checkout:\n"5935"%%s"59365937#: unpack-trees.c:1565938#, c-format5939msgid ""5940"The following untracked working tree files would be overwritten by merge:\n"5941"%%sPlease move or remove them before you merge."5942msgstr ""5943"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 "5944"hòa trộn:\n"5945"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn hòa trộn."59465947#: unpack-trees.c:1585948#, c-format5949msgid ""5950"The following untracked working tree files would be overwritten by merge:\n"5951"%%s"5952msgstr ""5953"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 "5954"hòa trộn:\n"5955"%%s"59565957#: unpack-trees.c:1615958#, c-format5959msgid ""5960"The following untracked working tree files would be overwritten by %s:\n"5961"%%sPlease move or remove them before you %s."5962msgstr ""5963"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 "5964"%s:\n"5965"%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn %s."59665967#: unpack-trees.c:1635968#, c-format5969msgid ""5970"The following untracked working tree files would be overwritten by %s:\n"5971"%%s"5972msgstr ""5973"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 "5974"%s:\n"5975"%%s"59765977#: unpack-trees.c:1715978#, c-format5979msgid "Entry '%s' overlaps with '%s'. Cannot bind."5980msgstr "Mục “%s” đè lên “%s”. Không thể buộc."59815982#: unpack-trees.c:1745983#, c-format5984msgid ""5985"Cannot update sparse checkout: the following entries are not up to date:\n"5986"%s"5987msgstr ""5988"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"5989"%s"59905991#: unpack-trees.c:1765992#, c-format5993msgid ""5994"The following working tree files would be overwritten by sparse checkout "5995"update:\n"5996"%s"5997msgstr ""5998"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 "5999"nhật checkout rải rác:\n"6000"%s"60016002#: unpack-trees.c:1786003#, c-format6004msgid ""6005"The following working tree files would be removed by sparse checkout "6006"update:\n"6007"%s"6008msgstr ""6009"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 "6010"nhật checkout rải rác:\n"6011"%s"60126013#: unpack-trees.c:1806014#, c-format6015msgid ""6016"Cannot update submodule:\n"6017"%s"6018msgstr ""6019"Không thể cập nhật mô-đun-con:\n"6020"%s"60216022#: unpack-trees.c:2546023#, c-format6024msgid "Aborting\n"6025msgstr "Bãi bỏ\n"60266027#: unpack-trees.c:3366028msgid "Checking out files"6029msgstr "Đang lấy ra các tập tin"60306031#: urlmatch.c:1636032msgid "invalid URL scheme name or missing '://' suffix"6033msgstr "tên lược đồ URL không hợp lệ, hoặc thiếu hậu tố “://”"60346035#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4056036#, c-format6037msgid "invalid %XX escape sequence"6038msgstr "thoát chuỗi %XX không hợp lệ"60396040#: urlmatch.c:2156041msgid "missing host and scheme is not 'file:'"6042msgstr "thiếu máy chủ và lược đồ thì không phải là giao thức “file:”"60436044#: urlmatch.c:2326045msgid "a 'file:' URL may not have a port number"6046msgstr "URL kiểu “file:” không được chứa cổng"60476048#: urlmatch.c:2476049msgid "invalid characters in host name"6050msgstr "có các ký tự không hợp lệ trong tên máy"60516052#: urlmatch.c:292 urlmatch.c:3036053msgid "invalid port number"6054msgstr "tên cổng không hợp lệ"60556056#: urlmatch.c:3716057msgid "invalid '..' path segment"6058msgstr "đoạn đường dẫn “..” không hợp lệ"60596060#: worktree.c:245 builtin/am.c:21476061#, c-format6062msgid "failed to read '%s'"6063msgstr "gặp lỗi khi đọc “%s”"60646065#: worktree.c:2916066#, c-format6067msgid "'%s' at main working tree is not the repository directory"6068msgstr "“%s” tại cây làm việc chình không phải là thư mục kho"60696070#: worktree.c:3026071#, c-format6072msgid "'%s' file does not contain absolute path to the working tree location"6073msgstr ""6074"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"60756076#: worktree.c:3146077#, c-format6078msgid "'%s' does not exist"6079msgstr "\"%s\" không tồn tại"60806081#: worktree.c:3206082#, c-format6083msgid "'%s' is not a .git file, error code %d"6084msgstr "“%s” không phải là tập tin .git, mã lỗi %d"60856086#: worktree.c:3286087#, c-format6088msgid "'%s' does not point back to '%s'"6089msgstr "“%s” không chỉ ngược đến “%s”"60906091#: wrapper.c:223 wrapper.c:3936092#, c-format6093msgid "could not open '%s' for reading and writing"6094msgstr "không thể mở “%s” để đọc và ghi"60956096#: wrapper.c:227 wrapper.c:397 builtin/am.c:321 builtin/am.c:7716097#: builtin/am.c:863 builtin/merge.c:10786098#, c-format6099msgid "could not open '%s' for reading"6100msgstr "không thể mở “%s” để đọc"61016102#: wrapper.c:424 wrapper.c:6246103#, c-format6104msgid "unable to access '%s'"6105msgstr "không thể truy cập “%s”"61066107#: wrapper.c:6326108msgid "unable to get current working directory"6109msgstr "Không thể lấy thư mục làm việc hiện hành"61106111#: wt-status.c:1546112msgid "Unmerged paths:"6113msgstr "Những đường dẫn chưa được hòa trộn:"61146115#: wt-status.c:181 wt-status.c:2086116#, c-format6117msgid " (use \"git reset %s <file>...\" to unstage)"6118msgstr " (dùng \"git reset %s <tập-tin>…\" để bỏ ra khỏi bệ phóng)"61196120#: wt-status.c:183 wt-status.c:2106121msgid " (use \"git rm --cached <file>...\" to unstage)"6122msgstr " (dùng \"git rm --cached <tập-tin>…\" để bỏ ra khỏi bệ phóng)"61236124#: wt-status.c:1876125msgid " (use \"git add <file>...\" to mark resolution)"6126msgstr " (dùng \"git add <tập-tin>…\" để đánh dấu là cần giải quyết)"61276128#: wt-status.c:189 wt-status.c:1936129msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"6130msgstr ""6131" (dùng \"git add/rm <tập-tin>…\" như là một cách thích hợp để đánh dấu là "6132"cần được giải quyết)"61336134#: wt-status.c:1916135msgid " (use \"git rm <file>...\" to mark resolution)"6136msgstr " (dùng \"git rm <tập-tin>…\" để đánh dấu là cần giải quyết)"61376138#: wt-status.c:202 wt-status.c:10156139msgid "Changes to be committed:"6140msgstr "Những thay đổi sẽ được chuyển giao:"61416142#: wt-status.c:220 wt-status.c:10246143msgid "Changes not staged for commit:"6144msgstr "Các thay đổi chưa được đặt lên bệ phóng để chuyển giao:"61456146#: wt-status.c:2246147msgid " (use \"git add <file>...\" to update what will be committed)"6148msgstr " (dùng \"git add <tập-tin>…\" để cập nhật những gì sẽ chuyển giao)"61496150#: wt-status.c:2266151msgid " (use \"git add/rm <file>...\" to update what will be committed)"6152msgstr ""6153" (dùng \"git add/rm <tập-tin>…\" để cập nhật những gì sẽ được chuyển giao)"61546155#: wt-status.c:2276156msgid ""6157" (use \"git checkout -- <file>...\" to discard changes in working directory)"6158msgstr ""6159" (dùng \"git checkout -- <tập-tin>…\" để loại bỏ các thay đổi trong thư mục "6160"làm việc)"61616162#: wt-status.c:2296163msgid " (commit or discard the untracked or modified content in submodules)"6164msgstr ""6165" (chuyển giao hoặc là loại bỏ các nội dung chưa được theo dõi hay đã sửa "6166"chữa trong mô-đun-con)"61676168#: wt-status.c:2416169#, c-format6170msgid " (use \"git %s <file>...\" to include in what will be committed)"6171msgstr ""6172" (dùng \"git %s <tập-tin>…\" để thêm vào những gì cần được chuyển giao)"61736174#: wt-status.c:2566175msgid "both deleted:"6176msgstr "bị xóa bởi cả hai:"61776178#: wt-status.c:2586179msgid "added by us:"6180msgstr "được thêm vào bởi chúng ta:"61816182#: wt-status.c:2606183msgid "deleted by them:"6184msgstr "bị xóa đi bởi họ:"61856186#: wt-status.c:2626187msgid "added by them:"6188msgstr "được thêm vào bởi họ:"61896190#: wt-status.c:2646191msgid "deleted by us:"6192msgstr "bị xóa bởi chúng ta:"61936194#: wt-status.c:2666195msgid "both added:"6196msgstr "được thêm vào bởi cả hai:"61976198#: wt-status.c:2686199msgid "both modified:"6200msgstr "bị sửa bởi cả hai:"62016202#: wt-status.c:2786203msgid "new file:"6204msgstr "tập tin mới:"62056206#: wt-status.c:2806207msgid "copied:"6208msgstr "đã chép:"62096210#: wt-status.c:2826211msgid "deleted:"6212msgstr "đã xóa:"62136214#: wt-status.c:2846215msgid "modified:"6216msgstr "đã sửa:"62176218#: wt-status.c:2866219msgid "renamed:"6220msgstr "đã đổi tên:"62216222#: wt-status.c:2886223msgid "typechange:"6224msgstr "đổi-kiểu:"62256226#: wt-status.c:2906227msgid "unknown:"6228msgstr "không hiểu:"62296230#: wt-status.c:2926231msgid "unmerged:"6232msgstr "chưa hòa trộn:"62336234#: wt-status.c:3726235msgid "new commits, "6236msgstr "lần chuyển giao mới, "62376238#: wt-status.c:3746239msgid "modified content, "6240msgstr "nội dung bị sửa đổi, "62416242#: wt-status.c:3766243msgid "untracked content, "6244msgstr "nội dung chưa được theo dõi, "62456246#: wt-status.c:8536247#, c-format6248msgid "Your stash currently has %d entry"6249msgid_plural "Your stash currently has %d entries"6250msgstr[0] "Bạn hiện nay ở trong phần cất đi đang có %d mục"62516252#: wt-status.c:8856253msgid "Submodules changed but not updated:"6254msgstr "Những mô-đun-con đã bị thay đổi nhưng chưa được cập nhật:"62556256#: wt-status.c:8876257msgid "Submodule changes to be committed:"6258msgstr "Những mô-đun-con thay đổi đã được chuyển giao:"62596260#: wt-status.c:9696261msgid ""6262"Do not modify or remove the line above.\n"6263"Everything below it will be ignored."6264msgstr ""6265"Không sửa hay xóa bỏ đường ở trên.\n"6266"Mọi thứ phía dưới sẽ được xóa bỏ."62676268#: wt-status.c:10846269msgid "You have unmerged paths."6270msgstr "Bạn có những đường dẫn chưa được hòa trộn."62716272#: wt-status.c:10876273msgid " (fix conflicts and run \"git commit\")"6274msgstr " (sửa các xung đột rồi chạy \"git commit\")"62756276#: wt-status.c:10896277msgid " (use \"git merge --abort\" to abort the merge)"6278msgstr " (dùng \"git merge --abort\" để bãi bỏ việc hòa trộn)"62796280#: wt-status.c:10946281msgid "All conflicts fixed but you are still merging."6282msgstr "Tất cả các xung đột đã được giải quyết nhưng bạn vẫn đang hòa trộn."62836284#: wt-status.c:10976285msgid " (use \"git commit\" to conclude merge)"6286msgstr " (dùng \"git commit\" để hoàn tất việc hòa trộn)"62876288#: wt-status.c:11076289msgid "You are in the middle of an am session."6290msgstr "Bạn đang ở giữa của một phiên “am”."62916292#: wt-status.c:11106293msgid "The current patch is empty."6294msgstr "Miếng vá hiện tại bị trống rỗng."62956296#: wt-status.c:11146297msgid " (fix conflicts and then run \"git am --continue\")"6298msgstr " (sửa các xung đột và sau đó chạy lệnh \"git am --continue\")"62996300#: wt-status.c:11166301msgid " (use \"git am --skip\" to skip this patch)"6302msgstr " (dùng \"git am --skip\" để bỏ qua miếng vá này)"63036304#: wt-status.c:11186305msgid " (use \"git am --abort\" to restore the original branch)"6306msgstr " (dùng \"git am --abort\" để phục hồi lại nhánh nguyên thủy)"63076308#: wt-status.c:12506309msgid "git-rebase-todo is missing."6310msgstr "thiếu git-rebase-todo"63116312#: wt-status.c:12526313msgid "No commands done."6314msgstr "Không thực hiện lệnh nào."63156316#: wt-status.c:12556317#, c-format6318msgid "Last command done (%d command done):"6319msgid_plural "Last commands done (%d commands done):"6320msgstr[0] "Lệnh thực hiện cuối (%d lệnh được thực thi):"63216322#: wt-status.c:12666323#, c-format6324msgid " (see more in file %s)"6325msgstr " (xem thêm trong %s)"63266327#: wt-status.c:12716328msgid "No commands remaining."6329msgstr "Không có lệnh nào còn lại."63306331#: wt-status.c:12746332#, c-format6333msgid "Next command to do (%d remaining command):"6334msgid_plural "Next commands to do (%d remaining commands):"6335msgstr[0] "Lệnh cần làm kế tiếp (%d lệnh còn lại):"63366337#: wt-status.c:12826338msgid " (use \"git rebase --edit-todo\" to view and edit)"6339msgstr " (dùng lệnh \"git rebase --edit-todo\" để xem và sửa)"63406341#: wt-status.c:12956342#, c-format6343msgid "You are currently rebasing branch '%s' on '%s'."6344msgstr "Bạn hiện nay đang thực hiện việc “rebase” nhánh “%s” trên “%s”."63456346#: wt-status.c:13006347msgid "You are currently rebasing."6348msgstr "Bạn hiện nay đang thực hiện việc “rebase” (“cải tổ”)."63496350#: wt-status.c:13146351msgid " (fix conflicts and then run \"git rebase --continue\")"6352msgstr ""6353" (sửa các xung đột và sau đó chạy lệnh “cải tổ” \"git rebase --continue\")"63546355#: wt-status.c:13166356msgid " (use \"git rebase --skip\" to skip this patch)"6357msgstr " (dùng lệnh “cải tổ” \"git rebase --skip\" để bỏ qua lần vá này)"63586359#: wt-status.c:13186360msgid " (use \"git rebase --abort\" to check out the original branch)"6361msgstr ""6362" (dùng lệnh “cải tổ” \"git rebase --abort\" để check-out nhánh nguyên thủy)"63636364#: wt-status.c:13246365msgid " (all conflicts fixed: run \"git rebase --continue\")"6366msgstr ""6367" (khi tất cả các xung đột đã sửa xong: chạy lệnh “cải tổ” \"git rebase --"6368"continue\")"63696370#: wt-status.c:13286371#, c-format6372msgid ""6373"You are currently splitting a commit while rebasing branch '%s' on '%s'."6374msgstr ""6375"Bạn hiện nay đang thực hiện việc chia tách một lần chuyển giao trong khi "6376"đang “rebase” nhánh “%s” trên “%s”."63776378#: wt-status.c:13336379msgid "You are currently splitting a commit during a rebase."6380msgstr ""6381"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 "6382"rebase."63836384#: wt-status.c:13366385msgid " (Once your working directory is clean, run \"git rebase --continue\")"6386msgstr ""6387" (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 "6388"rebase --continue\")"63896390#: wt-status.c:13406391#, c-format6392msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."6393msgstr ""6394"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 "6395"rebase nhánh “%s” trên “%s”."63966397#: wt-status.c:13456398msgid "You are currently editing a commit during a rebase."6399msgstr "Bạn hiện đang sửa một lần chuyển giao trong khi bạn thực hiện rebase."64006401#: wt-status.c:13486402msgid " (use \"git commit --amend\" to amend the current commit)"6403msgstr " (dùng \"git commit --amend\" để “tu bổ” lần chuyển giao hiện tại)"64046405#: wt-status.c:13506406msgid ""6407" (use \"git rebase --continue\" once you are satisfied with your changes)"6408msgstr ""6409" (chạy lệnh “cải tổ” \"git rebase --continue\" một khi bạn cảm thấy hài "6410"lòng về những thay đổi của mình)"64116412#: wt-status.c:13606413#, c-format6414msgid "You are currently cherry-picking commit %s."6415msgstr "Bạn hiện nay đang thực hiện việc cherry-pick lần chuyển giao %s."64166417#: wt-status.c:13656418msgid " (fix conflicts and run \"git cherry-pick --continue\")"6419msgstr ""6420" (sửa các xung đột và sau đó chạy lệnh \"git cherry-pick --continue\")"64216422#: wt-status.c:13686423msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"6424msgstr ""6425" (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git cherry-pick --"6426"continue\")"64276428#: wt-status.c:13706429msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"6430msgstr " (dùng \"git cherry-pick --abort\" để hủy bỏ thao tác cherry-pick)"64316432#: wt-status.c:13796433#, c-format6434msgid "You are currently reverting commit %s."6435msgstr "Bạn hiện nay đang thực hiện thao tác hoàn nguyên lần chuyển giao “%s”."64366437#: wt-status.c:13846438msgid " (fix conflicts and run \"git revert --continue\")"6439msgstr " (sửa các xung đột và sau đó chạy lệnh \"git revert --continue\")"64406441#: wt-status.c:13876442msgid " (all conflicts fixed: run \"git revert --continue\")"6443msgstr ""6444" (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git revert --continue\")"64456446#: wt-status.c:13896447msgid " (use \"git revert --abort\" to cancel the revert operation)"6448msgstr " (dùng \"git revert --abort\" để hủy bỏ thao tác hoàn nguyên)"64496450#: wt-status.c:14006451#, c-format6452msgid "You are currently bisecting, started from branch '%s'."6453msgstr ""6454"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ừ "6455"nhánh “%s”."64566457#: wt-status.c:14046458msgid "You are currently bisecting."6459msgstr "Bạn hiện tại đang thực hiện việc bisect (di chuyển nửa bước)."64606461#: wt-status.c:14076462msgid " (use \"git bisect reset\" to get back to the original branch)"6463msgstr " (dùng \"git bisect reset\" để quay trở lại nhánh nguyên thủy)"64646465#: wt-status.c:16046466msgid "On branch "6467msgstr "Trên nhánh "64686469#: wt-status.c:16106470msgid "interactive rebase in progress; onto "6471msgstr "rebase ở chế độ tương tác đang được thực hiện; lên trên "64726473#: wt-status.c:16126474msgid "rebase in progress; onto "6475msgstr "rebase đang được thực hiện: lên trên "64766477#: wt-status.c:16176478msgid "HEAD detached at "6479msgstr "HEAD được tách rời tại "64806481#: wt-status.c:16196482msgid "HEAD detached from "6483msgstr "HEAD được tách rời từ "64846485#: wt-status.c:16226486msgid "Not currently on any branch."6487msgstr "Hiện tại chẳng ở nhánh nào cả."64886489#: wt-status.c:16426490msgid "Initial commit"6491msgstr "Lần chuyển giao khởi tạo"64926493#: wt-status.c:16436494msgid "No commits yet"6495msgstr "Vẫn chưa chuyển giao"64966497#: wt-status.c:16576498msgid "Untracked files"6499msgstr "Những tập tin chưa được theo dõi"65006501#: wt-status.c:16596502msgid "Ignored files"6503msgstr "Những tập tin bị lờ đi"65046505#: wt-status.c:16636506#, c-format6507msgid ""6508"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"6509"may speed it up, but you have to be careful not to forget to add\n"6510"new files yourself (see 'git help status')."6511msgstr ""6512"Cần %.2f giây để liệt kê tất cả các tập tin chưa được theo dõi. “status -"6513"uno”\n"6514"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"6515"tự thêm các tập tin mới (xem “git help status”.."65166517#: wt-status.c:16696518#, c-format6519msgid "Untracked files not listed%s"6520msgstr "Những tập tin chưa được theo dõi không được liệt kê ra %s"65216522#: wt-status.c:16716523msgid " (use -u option to show untracked files)"6524msgstr " (dùng tùy chọn -u để hiển thị các tập tin chưa được theo dõi)"65256526#: wt-status.c:16776527msgid "No changes"6528msgstr "Không có thay đổi nào"65296530#: wt-status.c:16826531#, c-format6532msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"6533msgstr ""6534"không có thay đổi nào được thêm vào để chuyển giao (dùng \"git add\" và/hoặc "6535"\"git commit -a\")\n"65366537#: wt-status.c:16856538#, c-format6539msgid "no changes added to commit\n"6540msgstr "không có thay đổi nào được thêm vào để chuyển giao\n"65416542#: wt-status.c:16886543#, c-format6544msgid ""6545"nothing added to commit but untracked files present (use \"git add\" to "6546"track)\n"6547msgstr ""6548"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 "6549"theo dõi hiện diện (dùng \"git add\" để đưa vào theo dõi)\n"65506551#: wt-status.c:16916552#, c-format6553msgid "nothing added to commit but untracked files present\n"6554msgstr ""6555"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 "6556"theo dõi hiện diện\n"65576558#: wt-status.c:16946559#, c-format6560msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"6561msgstr ""6562"không có gì để chuyển giao (tạo/sao-chép các tập tin và dùng \"git add\" để "6563"đưa vào theo dõi)\n"65646565#: wt-status.c:1697 wt-status.c:17026566#, c-format6567msgid "nothing to commit\n"6568msgstr "không có gì để chuyển giao\n"65696570#: wt-status.c:17006571#, c-format6572msgid "nothing to commit (use -u to show untracked files)\n"6573msgstr ""6574"không có gì để chuyển giao (dùng -u xem các tập tin chưa được theo dõi)\n"65756576#: wt-status.c:17046577#, c-format6578msgid "nothing to commit, working tree clean\n"6579msgstr "không có gì để chuyển giao, thư mục làm việc sạch sẽ\n"65806581#: wt-status.c:18176582msgid "No commits yet on "6583msgstr "Vẫn không thực hiện lệnh chuyển giao nào"65846585#: wt-status.c:18216586msgid "HEAD (no branch)"6587msgstr "HEAD (không nhánh)"65886589#: wt-status.c:18526590msgid "different"6591msgstr "khác"65926593#: wt-status.c:1854 wt-status.c:18626594msgid "behind "6595msgstr "đằng sau "65966597#: wt-status.c:1857 wt-status.c:18606598msgid "ahead "6599msgstr "phía trước "66006601#. TRANSLATORS: the action is e.g. "pull with rebase"6602#: wt-status.c:23766603#, c-format6604msgid "cannot %s: You have unstaged changes."6605msgstr "không thể %s: Bạn có các thay đổi chưa được đưa lên bệ phóng."66066607#: wt-status.c:23826608msgid "additionally, your index contains uncommitted changes."6609msgstr ""6610"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."66116612#: wt-status.c:23846613#, c-format6614msgid "cannot %s: Your index contains uncommitted changes."6615msgstr ""6616"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."66176618#: compat/precompose_utf8.c:58 builtin/clone.c:4436619#, c-format6620msgid "failed to unlink '%s'"6621msgstr "gặp lỗi khi bỏ liên kết (unlink) “%s”"66226623#: builtin/add.c:246624msgid "git add [<options>] [--] <pathspec>..."6625msgstr "git add [<các-tùy-chọn>] [--] <pathspec>…"66266627#: builtin/add.c:836628#, c-format6629msgid "unexpected diff status %c"6630msgstr "trạng thái lệnh diff không như mong đợi %c"66316632#: builtin/add.c:88 builtin/commit.c:2796633msgid "updating files failed"6634msgstr "Cập nhật tập tin gặp lỗi"66356636#: builtin/add.c:986637#, c-format6638msgid "remove '%s'\n"6639msgstr "gỡ bỏ “%s”\n"66406641#: builtin/add.c:1736642msgid "Unstaged changes after refreshing the index:"6643msgstr ""6644"Đư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:"66456646#: builtin/add.c:233 builtin/rev-parse.c:8936647msgid "Could not read the index"6648msgstr "Không thể đọc bảng mục lục"66496650#: builtin/add.c:2446651#, c-format6652msgid "Could not open '%s' for writing."6653msgstr "Không thể mở “%s” để ghi."66546655#: builtin/add.c:2486656msgid "Could not write patch"6657msgstr "Không thể ghi ra miếng vá"66586659#: builtin/add.c:2516660msgid "editing patch failed"6661msgstr "gặp lỗi khi sửa miếng vá"66626663#: builtin/add.c:2546664#, c-format6665msgid "Could not stat '%s'"6666msgstr "Không thể lấy thông tin thống kê về “%s”"66676668#: builtin/add.c:2566669msgid "Empty patch. Aborted."6670msgstr "Miếng vá trống rỗng. Nên bỏ qua."66716672#: builtin/add.c:2616673#, c-format6674msgid "Could not apply '%s'"6675msgstr "Không thể áp dụng miếng vá “%s”"66766677#: builtin/add.c:2696678msgid "The following paths are ignored by one of your .gitignore files:\n"6679msgstr ""6680"Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "6681"của bạn:\n"66826683#: builtin/add.c:289 builtin/clean.c:906 builtin/fetch.c:134 builtin/mv.c:1236684#: builtin/prune-packed.c:56 builtin/pull.c:212 builtin/push.c:5576685#: builtin/remote.c:1344 builtin/rm.c:240 builtin/send-pack.c:1656686msgid "dry run"6687msgstr "chạy thử"66886689#: builtin/add.c:2926690msgid "interactive picking"6691msgstr "sửa bằng cách tương tác"66926693#: builtin/add.c:293 builtin/checkout.c:1144 builtin/reset.c:3026694msgid "select hunks interactively"6695msgstr "chọn “hunks” theo kiểu tương tác"66966697#: builtin/add.c:2946698msgid "edit current diff and apply"6699msgstr "sửa diff hiện nay và áp dụng nó"67006701#: builtin/add.c:2956702msgid "allow adding otherwise ignored files"6703msgstr "cho phép thêm các tập tin bị bỏ qua khác"67046705#: builtin/add.c:2966706msgid "update tracked files"6707msgstr "cập nhật các tập tin được theo dõi"67086709#: builtin/add.c:2976710msgid "renormalize EOL of tracked files (implies -u)"6711msgstr "thường hóa lại EOL của các tập tin được theo dõi (ý là -u)"67126713#: builtin/add.c:2986714msgid "record only the fact that the path will be added later"6715msgstr "chỉ ghi lại sự việc mà đường dẫn sẽ được thêm vào sau"67166717#: builtin/add.c:2996718msgid "add changes from all tracked and untracked files"6719msgstr ""6720"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 "6721"vết"67226723#: builtin/add.c:3026724msgid "ignore paths removed in the working tree (same as --no-all)"6725msgstr ""6726"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)"67276728#: builtin/add.c:3046729msgid "don't add, only refresh the index"6730msgstr "không thêm, chỉ làm tươi mới bảng mục lục"67316732#: builtin/add.c:3056733msgid "just skip files which cannot be added because of errors"6734msgstr "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"67356736#: builtin/add.c:3066737msgid "check if - even missing - files are ignored in dry run"6738msgstr ""6739"kiểm tra xem - thậm chí thiếu - tập tin bị bỏ qua trong quá trình chạy thử"67406741#: builtin/add.c:308 builtin/update-index.c:9736742msgid "override the executable bit of the listed files"6743msgstr "ghi đè lên bít thi hành của các tập tin được liệt kê"67446745#: builtin/add.c:3106746msgid "warn when adding an embedded repository"6747msgstr "cảnh báo khi thêm một kho nhúng"67486749#: builtin/add.c:3256750#, c-format6751msgid ""6752"You've added another git repository inside your current repository.\n"6753"Clones of the outer repository will not contain the contents of\n"6754"the embedded repository and will not know how to obtain it.\n"6755"If you meant to add a submodule, use:\n"6756"\n"6757"\tgit submodule add <url> %s\n"6758"\n"6759"If you added this path by mistake, you can remove it from the\n"6760"index with:\n"6761"\n"6762"\tgit rm --cached %s\n"6763"\n"6764"See \"git help submodule\" for more information."6765msgstr ""6766"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"6767"Các bản sao của kho ngoài sẽ không chứa các nội dung của\n"6768"kho nhúng và sẽ không biết làm thế nào để lấy nó.\n"6769"Nếu ý bạn là thêm một mô-đun-con, hãy chạy:\n"6770"\n"6771"\tgit submodule add <url> %s\n"6772"\n"6773"Nếu bạn đã thêm miếng vá này chỉ là sai sót, bạn có thể xóa bỏ\n"6774"nó khỏi mục lục bằng:\n"6775"\n"6776"\tgit rm --cached %s\n"6777"\n"6778"Xem \"git help submodule\" để biết thêm chi tiết."67796780#: builtin/add.c:3536781#, c-format6782msgid "adding embedded git repository: %s"6783msgstr "thêm cần một kho git nhúng: %s"67846785#: builtin/add.c:3716786#, c-format6787msgid "Use -f if you really want to add them.\n"6788msgstr "Sử dụng tùy chọn -f nếu bạn thực sự muốn thêm chúng vào.\n"67896790#: builtin/add.c:3796791msgid "adding files failed"6792msgstr "thêm tập tin gặp lỗi"67936794#: builtin/add.c:4176795msgid "-A and -u are mutually incompatible"6796msgstr "-A và -u xung khắc nhau"67976798#: builtin/add.c:4246799msgid "Option --ignore-missing can only be used together with --dry-run"6800msgstr "Tùy chọn --ignore-missing chỉ có thể được dùng cùng với --dry-run"68016802#: builtin/add.c:4286803#, c-format6804msgid "--chmod param '%s' must be either -x or +x"6805msgstr "--chmod tham số “%s” phải hoặc là -x hay +x"68066807#: builtin/add.c:4436808#, c-format6809msgid "Nothing specified, nothing added.\n"6810msgstr "Không có gì được chỉ ra, không có gì được thêm vào.\n"68116812#: builtin/add.c:4446813#, c-format6814msgid "Maybe you wanted to say 'git add .'?\n"6815msgstr "Có lẽ ý bạn là “git add .” phải không?\n"68166817#: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:2826818#: builtin/checkout.c:485 builtin/clean.c:953 builtin/commit.c:3386819#: builtin/diff-tree.c:115 builtin/grep.c:492 builtin/mv.c:1446820#: builtin/reset.c:241 builtin/rm.c:270 builtin/submodule--helper.c:3296821msgid "index file corrupt"6822msgstr "tập tin ghi bảng mục lục bị hỏng"68236824#: builtin/am.c:4156825msgid "could not parse author script"6826msgstr "không thể phân tích cú pháp văn lệnh tác giả"68276828#: builtin/am.c:4996829#, c-format6830msgid "'%s' was deleted by the applypatch-msg hook"6831msgstr "“%s” bị xóa bởi móc applypatch-msg"68326833#: builtin/am.c:5406834#, c-format6835msgid "Malformed input line: '%s'."6836msgstr "Dòng đầu vào dị hình: “%s”."68376838#: builtin/am.c:5776839#, c-format6840msgid "Failed to copy notes from '%s' to '%s'"6841msgstr "Gặp lỗi khi sao chép ghi chú (note) từ “%s” tới “%s”"68426843#: builtin/am.c:6036844msgid "fseek failed"6845msgstr "fseek gặp lỗi"68466847#: builtin/am.c:7916848#, c-format6849msgid "could not parse patch '%s'"6850msgstr "không thể phân tích cú pháp “%s”"68516852#: builtin/am.c:8566853msgid "Only one StGIT patch series can be applied at once"6854msgstr "Chỉ có một sê-ri miếng vá StGIT được áp dụng một lúc"68556856#: builtin/am.c:9046857msgid "invalid timestamp"6858msgstr "dấu thời gian không hợp lệ"68596860#: builtin/am.c:909 builtin/am.c:9216861msgid "invalid Date line"6862msgstr "dòng Ngày tháng không hợp lệ"68636864#: builtin/am.c:9166865msgid "invalid timezone offset"6866msgstr "độ lệch múi giờ không hợp lệ"68676868#: builtin/am.c:10096869msgid "Patch format detection failed."6870msgstr "Dò tìm định dạng miếng vá gặp lỗi."68716872#: builtin/am.c:1014 builtin/clone.c:4086873#, c-format6874msgid "failed to create directory '%s'"6875msgstr "tạo thư mục \"%s\" gặp lỗi"68766877#: builtin/am.c:10196878msgid "Failed to split patches."6879msgstr "Gặp lỗi khi chia nhỏ các miếng vá."68806881#: builtin/am.c:1149 builtin/commit.c:3646882msgid "unable to write index file"6883msgstr "không thể ghi tập tin lưu mục lục"68846885#: builtin/am.c:11636886#, c-format6887msgid "When you have resolved this problem, run \"%s --continue\"."6888msgstr "Khi bạn đã phân giải xong trục trặc này, hãy chạy \"%s --continue\"."68896890#: builtin/am.c:11646891#, c-format6892msgid "If you prefer to skip this patch, run \"%s --skip\" instead."6893msgstr ""6894"Nếu bạn muốn bỏ qua miếng vá này, hãy chạy lệnh \"%s --skip\" để thay thế."68956896#: builtin/am.c:11656897#, c-format6898msgid "To restore the original branch and stop patching, run \"%s --abort\"."6899msgstr "Để phục hồi lại nhánh gốc và dừng vá, hãy chạy \"%s --abort\"."69006901#: builtin/am.c:12726902msgid "Patch is empty."6903msgstr "Miếng vá trống rỗng."69046905#: builtin/am.c:13386906#, c-format6907msgid "invalid ident line: %.*s"6908msgstr "dòng thụt lề không hợp lệ: %.*s"69096910#: builtin/am.c:13606911#, c-format6912msgid "unable to parse commit %s"6913msgstr "không thể phân tích lần chuyển giao “%s”"69146915#: builtin/am.c:15566916msgid "Repository lacks necessary blobs to fall back on 3-way merge."6917msgstr "Kho thiếu đối tượng blob cần thiết để trở về trên “3-way merge”."69186919#: builtin/am.c:15586920msgid "Using index info to reconstruct a base tree..."6921msgstr ""6922"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ở…"69236924#: builtin/am.c:15776925msgid ""6926"Did you hand edit your patch?\n"6927"It does not apply to blobs recorded in its index."6928msgstr ""6929"Bạn đã sửa miếng vá của mình bằng cách thủ công à?\n"6930"Nó không thể áp dụng các blob đã được ghi lại trong bảng mục lục của nó."69316932#: builtin/am.c:15836933msgid "Falling back to patching base and 3-way merge..."6934msgstr "Đang trở lại để vá cơ sở và “hòa trộn 3-đường”…"69356936#: builtin/am.c:16086937msgid "Failed to merge in the changes."6938msgstr "Gặp lỗi khi trộn vào các thay đổi."69396940#: builtin/am.c:16406941msgid "applying to an empty history"6942msgstr "áp dụng vào một lịch sử trống rỗng"69436944#: builtin/am.c:1686 builtin/am.c:16906945#, c-format6946msgid "cannot resume: %s does not exist."6947msgstr "không thể phục hồi: %s không tồn tại."69486949#: builtin/am.c:17066950msgid "cannot be interactive without stdin connected to a terminal."6951msgstr ""6952"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"69536954#: builtin/am.c:17116955msgid "Commit Body is:"6956msgstr "Thân của lần chuyển giao là:"69576958#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]6959#. in your translation. The program will only accept English6960#. input at this point.6961#.6962#: builtin/am.c:17216963msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "6964msgstr ""6965"Á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 "6966"cả [a]: "69676968#: builtin/am.c:17716969#, c-format6970msgid "Dirty index: cannot apply patches (dirty: %s)"6971msgstr "Bảng mục lục bẩn: không thể áp dụng các miếng vá (bẩn: %s)"69726973#: builtin/am.c:1811 builtin/am.c:18796974#, c-format6975msgid "Applying: %.*s"6976msgstr "Áp dụng: %.*s"69776978#: builtin/am.c:18286979msgid "No changes -- Patch already applied."6980msgstr "Không thay đổi gì cả -- Miếng vá đã được áp dụng rồi."69816982#: builtin/am.c:18346983#, c-format6984msgid "Patch failed at %s %.*s"6985msgstr "Gặp lỗi khi vá tại %s %.*s"69866987#: builtin/am.c:18386988msgid "Use 'git am --show-current-patch' to see the failed patch"6989msgstr "Dùng “git am --show-current-patch” để xem miếng vá bị lỗi"69906991#: builtin/am.c:18826992msgid ""6993"No changes - did you forget to use 'git add'?\n"6994"If there is nothing left to stage, chances are that something else\n"6995"already introduced the same changes; you might want to skip this patch."6996msgstr ""6997"Không có thay đổi nào - bạn đã quên sử dụng lệnh “git add” à?\n"6998"Nếu ở đây không có gì còn lại stage, tình cờ là có một số thứ khác\n"6999"đã 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 "7000"vá này."70017002#: builtin/am.c:18897003msgid ""7004"You still have unmerged paths in your index.\n"7005"You should 'git add' each file with resolved conflicts to mark them as "7006"such.\n"7007"You might run `git rm` on a file to accept \"deleted by them\" for it."7008msgstr ""7009"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"7010"Bạn nên “git add” từng tập tin với các xung đột đã được giải quyết để đánh "7011"dấu chúng là thế.\n"7012"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ọ"7013"\" cho nó."70147015#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:3247016#: builtin/reset.c:3327017#, c-format7018msgid "Could not parse object '%s'."7019msgstr "không thể phân tích đối tượng “%s”."70207021#: builtin/am.c:20487022msgid "failed to clean index"7023msgstr "gặp lỗi khi dọn bảng mục lục"70247025#: builtin/am.c:20837026msgid ""7027"You seem to have moved HEAD since the last 'am' failure.\n"7028"Not rewinding to ORIG_HEAD"7029msgstr ""7030"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"7031"Không thể chuyển tới ORIG_HEAD"70327033#: builtin/am.c:21747034#, c-format7035msgid "Invalid value for --patch-format: %s"7036msgstr "Giá trị không hợp lệ cho --patch-format: %s"70377038#: builtin/am.c:22107039msgid "git am [<options>] [(<mbox> | <Maildir>)...]"7040msgstr "git am [<các-tùy-chọn>] [(<mbox>|<Maildir>)…]"70417042#: builtin/am.c:22117043msgid "git am [<options>] (--continue | --skip | --abort)"7044msgstr "git am [<các-tùy-chọn>] (--continue | --skip | --abort)"70457046#: builtin/am.c:22177047msgid "run interactively"7048msgstr "chạy kiểu tương tác"70497050#: builtin/am.c:22197051msgid "historical option -- no-op"7052msgstr "tùy chọn lịch sử -- không-toán-tử"70537054#: builtin/am.c:22217055msgid "allow fall back on 3way merging if needed"7056msgstr "cho phép quay trở lại để hòa trộn kiểu “3way” nếu cần"70577058#: builtin/am.c:2222 builtin/init-db.c:485 builtin/prune-packed.c:587059#: builtin/repack.c:2997060msgid "be quiet"7061msgstr "im lặng"70627063#: builtin/am.c:22247064msgid "add a Signed-off-by line to the commit message"7065msgstr "Thêm dòng Signed-off-by cho ghi chú của lần chuyển giao"70667067#: builtin/am.c:22277068msgid "recode into utf8 (default)"7069msgstr "chuyển mã thành utf8 (mặc định)"70707071#: builtin/am.c:22297072msgid "pass -k flag to git-mailinfo"7073msgstr "chuyển cờ -k cho git-mailinfo"70747075#: builtin/am.c:22317076msgid "pass -b flag to git-mailinfo"7077msgstr "chuyển cờ -b cho git-mailinfo"70787079#: builtin/am.c:22337080msgid "pass -m flag to git-mailinfo"7081msgstr "chuyển cờ -m cho git-mailinfo"70827083#: builtin/am.c:22357084msgid "pass --keep-cr flag to git-mailsplit for mbox format"7085msgstr "chuyển cờ --keep-cr cho git-mailsplit với định dạng mbox"70867087#: builtin/am.c:22387088msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"7089msgstr ""7090"đừng chuyển cờ --keep-cr cho git-mailsplit không phụ thuộc vào am.keepcr"70917092#: builtin/am.c:22417093msgid "strip everything before a scissors line"7094msgstr "cắt mọi thứ trước dòng scissors"70957096#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:22527097#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:22647098#: builtin/am.c:22707099msgid "pass it through git-apply"7100msgstr "chuyển nó qua git-apply"71017102#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:6707103#: builtin/fmt-merge-msg.c:673 builtin/grep.c:857 builtin/merge.c:2377104#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:3087105#: builtin/repack.c:312 builtin/repack.c:314 builtin/show-branch.c:6507106#: builtin/show-ref.c:170 builtin/tag.c:384 parse-options.h:1447107#: parse-options.h:146 parse-options.h:2587108msgid "n"7109msgstr "n"71107111#: builtin/am.c:2266 builtin/branch.c:651 builtin/for-each-ref.c:387112#: builtin/replace.c:543 builtin/tag.c:420 builtin/verify-tag.c:397113msgid "format"7114msgstr "định dạng"71157116#: builtin/am.c:22677117msgid "format the patch(es) are in"7118msgstr "định dạng (các) miếng vá theo"71197120#: builtin/am.c:22737121msgid "override error message when patch failure occurs"7122msgstr "đè lên các lời nhắn lỗi khi xảy ra lỗi vá nghiêm trọng"71237124#: builtin/am.c:22757125msgid "continue applying patches after resolving a conflict"7126msgstr "tiếp tục áp dụng các miếng vá sau khi giải quyết xung đột"71277128#: builtin/am.c:22787129msgid "synonyms for --continue"7130msgstr "đồng nghĩa với --continue"71317132#: builtin/am.c:22817133msgid "skip the current patch"7134msgstr "bỏ qua miếng vá hiện hành"71357136#: builtin/am.c:22847137msgid "restore the original branch and abort the patching operation."7138msgstr "phục hồi lại nhánh gốc và loại bỏ thao tác vá."71397140#: builtin/am.c:22877141msgid "abort the patching operation but keep HEAD where it is."7142msgstr "bỏ qua thao tác vá nhưng vẫn giữ HEAD chỉ đến nó."71437144#: builtin/am.c:22907145msgid "show the patch being applied."7146msgstr "hiển thị miếng vá đã được áp dụng rồi."71477148#: builtin/am.c:22947149msgid "lie about committer date"7150msgstr "nói dối về ngày chuyển giao"71517152#: builtin/am.c:22967153msgid "use current timestamp for author date"7154msgstr "dùng dấu thời gian hiện tại cho ngày tác giả"71557156#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:2717157#: builtin/pull.c:183 builtin/revert.c:113 builtin/tag.c:4007158msgid "key-id"7159msgstr "mã-số-khóa"71607161#: builtin/am.c:22997162msgid "GPG-sign commits"7163msgstr "lần chuyển giao ký-GPG"71647165#: builtin/am.c:23027166msgid "(internal use for git-rebase)"7167msgstr "(dùng nội bộ cho git-rebase)"71687169#: builtin/am.c:23207170msgid ""7171"The -b/--binary option has been a no-op for long time, and\n"7172"it will be removed. Please do not use it anymore."7173msgstr ""7174"Tùy chọn -b/--binary đã không dùng từ lâu rồi, và\n"7175"nó sẽ được bỏ đi. Xin đừng sử dụng nó thêm nữa."71767177#: builtin/am.c:23277178msgid "failed to read the index"7179msgstr "gặp lỗi đọc bảng mục lục"71807181#: builtin/am.c:23427182#, c-format7183msgid "previous rebase directory %s still exists but mbox given."7184msgstr "thư mục rebase trước %s không sẵn có nhưng mbox lại đưa ra."71857186#: builtin/am.c:23667187#, c-format7188msgid ""7189"Stray %s directory found.\n"7190"Use \"git am --abort\" to remove it."7191msgstr ""7192"Tìm thấy thư mục lạc %s.\n"7193"Dùng \"git am --abort\" để loại bỏ nó đi."71947195#: builtin/am.c:23727196msgid "Resolve operation not in progress, we are not resuming."7197msgstr "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."71987199#: builtin/apply.c:87200msgid "git apply [<options>] [<patch>...]"7201msgstr "git apply [<các-tùy-chọn>] [<miếng-vá>…]"72027203#: builtin/archive.c:177204#, c-format7205msgid "could not create archive file '%s'"7206msgstr "không thể tạo tập tin kho (lưu trữ, nén) “%s”"72077208#: builtin/archive.c:207209msgid "could not redirect output"7210msgstr "không thể chuyển hướng kết xuất"72117212#: builtin/archive.c:377213msgid "git archive: Remote with no URL"7214msgstr "git archive: Máy chủ không có địa chỉ URL"72157216#: builtin/archive.c:587217msgid "git archive: expected ACK/NAK, got a flush packet"7218msgstr "git archive: cần ACK/NAK, nhưng lại nhận được gói flush"72197220#: builtin/archive.c:617221#, c-format7222msgid "git archive: NACK %s"7223msgstr "git archive: NACK %s"72247225#: builtin/archive.c:647226msgid "git archive: protocol error"7227msgstr "git archive: lỗi giao thức"72287229#: builtin/archive.c:687230msgid "git archive: expected a flush"7231msgstr "git archive: cần một flush (đẩy dữ liệu lên đĩa)"72327233#: builtin/bisect--helper.c:127234msgid "git bisect--helper --next-all [--no-checkout]"7235msgstr "git bisect--helper --next-all [--no-checkout]"72367237#: builtin/bisect--helper.c:137238msgid "git bisect--helper --write-terms <bad_term> <good_term>"7239msgstr "git bisect--helper --write-terms <bad_term> <good_term>"72407241#: builtin/bisect--helper.c:147242msgid "git bisect--helper --bisect-clean-state"7243msgstr "git bisect--helper --bisect-clean-state"72447245#: builtin/bisect--helper.c:467246#, c-format7247msgid "'%s' is not a valid term"7248msgstr "“%s” không phải một thời hạn hợp lệ."72497250#: builtin/bisect--helper.c:507251#, c-format7252msgid "can't use the builtin command '%s' as a term"7253msgstr "không thể dùng lệnh tích hợp “%s” như là một thời kỳ"72547255#: builtin/bisect--helper.c:607256#, c-format7257msgid "can't change the meaning of the term '%s'"7258msgstr "không thể thay đổi nghĩa của thời kỳ “%s”"72597260#: builtin/bisect--helper.c:717261msgid "please use two different terms"7262msgstr "vui lòng dùng hai thời kỳ khác nhau"72637264#: builtin/bisect--helper.c:787265msgid "could not open the file BISECT_TERMS"7266msgstr "không thể mở tập tin BISECT_TERMS"72677268#: builtin/bisect--helper.c:1207269msgid "perform 'git bisect next'"7270msgstr "thực hiện “git bisect next”"72717272#: builtin/bisect--helper.c:1227273msgid "write the terms to .git/BISECT_TERMS"7274msgstr "ghi thời kỳ vào .git/BISECT_TERMS"72757276#: builtin/bisect--helper.c:1247277msgid "cleanup the bisection state"7278msgstr "dọn dẹp tình trạng di chuyển nửa bước"72797280#: builtin/bisect--helper.c:1267281msgid "check for expected revs"7282msgstr "kiểm tra cho điểm xem xét cần dùng"72837284#: builtin/bisect--helper.c:1287285msgid "update BISECT_HEAD instead of checking out the current commit"7286msgstr ""7287"cập nhật BISECT_HEAD thay vì lấy ra (checking out) lần chuyển giao hiện hành"72887289#: builtin/bisect--helper.c:1437290msgid "--write-terms requires two arguments"7291msgstr "--write-terms cần hai tham số"72927293#: builtin/bisect--helper.c:1477294msgid "--bisect-clean-state requires no arguments"7295msgstr "--bisect-clean-state không nhận đối số"72967297#: builtin/blame.c:317298msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"7299msgstr "git blame [<các-tùy-chọn>] [<rev-opts>] [<rev>] [--] <tập-tin>"73007301#: builtin/blame.c:367302msgid "<rev-opts> are documented in git-rev-list(1)"7303msgstr "<rev-opts> được mô tả trong tài liệu git-rev-list(1)"73047305#: builtin/blame.c:4067306#, c-format7307msgid "expecting a color: %s"7308msgstr "cần một màu: %s"73097310#: builtin/blame.c:4137311msgid "must end with a color"7312msgstr "phải kết thúc bằng một màu"73137314#: builtin/blame.c:7007315#, c-format7316msgid "invalid color '%s' in color.blame.repeatedLines"7317msgstr "màu không hợp lệ “%s” trong color.blame.repeatedLines"73187319#: builtin/blame.c:7187320msgid "invalid value for blame.coloring"7321msgstr "màu không hợp lệ cho blame.coloring"73227323#: builtin/blame.c:7897324msgid "Show blame entries as we find them, incrementally"7325msgstr "Hiển thị các mục “blame” như là chúng ta thấy chúng, tăng dần"73267327#: builtin/blame.c:7907328msgid "Show blank SHA-1 for boundary commits (Default: off)"7329msgstr ""7330"Hiển thị SHA-1 trắng cho những lần chuyển giao biên giới (Mặc định: off)"73317332#: builtin/blame.c:7917333msgid "Do not treat root commits as boundaries (Default: off)"7334msgstr "Không coi các lần chuyển giao gốc là giới hạn (Mặc định: off)"73357336#: builtin/blame.c:7927337msgid "Show work cost statistics"7338msgstr "Hiển thị thống kê công sức làm việc"73397340#: builtin/blame.c:7937341msgid "Force progress reporting"7342msgstr "Ép buộc báo cáo tiến triển công việc"73437344#: builtin/blame.c:7947345msgid "Show output score for blame entries"7346msgstr "Hiển thị kết xuất điểm số có các mục tin “blame”"73477348#: builtin/blame.c:7957349msgid "Show original filename (Default: auto)"7350msgstr "Hiển thị tên tập tin gốc (Mặc định: auto)"73517352#: builtin/blame.c:7967353msgid "Show original linenumber (Default: off)"7354msgstr "Hiển thị số dòng gốc (Mặc định: off)"73557356#: builtin/blame.c:7977357msgid "Show in a format designed for machine consumption"7358msgstr "Hiển thị ở định dạng đã thiết kế cho sự tiêu dùng bằng máy"73597360#: builtin/blame.c:7987361msgid "Show porcelain format with per-line commit information"7362msgstr "Hiển thị định dạng “porcelain” với thông tin chuyển giao mỗi dòng"73637364#: builtin/blame.c:7997365msgid "Use the same output mode as git-annotate (Default: off)"7366msgstr "Dùng cùng chế độ xuất ra với git-annotate (Mặc định: off)"73677368#: builtin/blame.c:8007369msgid "Show raw timestamp (Default: off)"7370msgstr "Hiển thị dấu vết thời gian dạng thô (Mặc định: off)"73717372#: builtin/blame.c:8017373msgid "Show long commit SHA1 (Default: off)"7374msgstr "Hiển thị SHA1 của lần chuyển giao dạng dài (Mặc định: off)"73757376#: builtin/blame.c:8027377msgid "Suppress author name and timestamp (Default: off)"7378msgstr "Không hiển thị tên tác giả và dấu vết thời gian (Mặc định: off)"73797380#: builtin/blame.c:8037381msgid "Show author email instead of name (Default: off)"7382msgstr "Hiển thị thư điện tử của tác giả thay vì tên (Mặc định: off)"73837384#: builtin/blame.c:8047385msgid "Ignore whitespace differences"7386msgstr "Bỏ qua các khác biệt do khoảng trắng gây ra"73877388#: builtin/blame.c:8057389msgid "color redundant metadata from previous line differently"7390msgstr "siêu dữ liệu dư thừa màu từ dòng trước khác hẳn"73917392#: builtin/blame.c:8067393msgid "color lines by age"7394msgstr "các dòng màu theo tuổi"73957396#: builtin/blame.c:8137397msgid "Use an experimental heuristic to improve diffs"7398msgstr "Dùng một phỏng đoán thử nghiệm để tăng cường các diff"73997400#: builtin/blame.c:8157401msgid "Spend extra cycles to find better match"7402msgstr "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"74037404#: builtin/blame.c:8167405msgid "Use revisions from <file> instead of calling git-rev-list"7406msgstr ""7407"Sử dụng điểm xét duyệt (revision) từ <tập tin> thay vì gọi “git-rev-list”"74087409#: builtin/blame.c:8177410msgid "Use <file>'s contents as the final image"7411msgstr "Sử dụng nội dung của <tập tin> như là ảnh cuối cùng"74127413#: builtin/blame.c:818 builtin/blame.c:8197414msgid "score"7415msgstr "điểm số"74167417#: builtin/blame.c:8187418msgid "Find line copies within and across files"7419msgstr "Tìm các bản sao chép dòng trong và ngang qua tập tin"74207421#: builtin/blame.c:8197422msgid "Find line movements within and across files"7423msgstr "Tìm các di chuyển dòng trong và ngang qua tập tin"74247425#: builtin/blame.c:8207426msgid "n,m"7427msgstr "n,m"74287429#: builtin/blame.c:8207430msgid "Process only line range n,m, counting from 1"7431msgstr "Xử lý chỉ dòng vùng n,m, tính từ 1"74327433#: builtin/blame.c:8697434msgid "--progress can't be used with --incremental or porcelain formats"7435msgstr ""7436"--progress không được dùng cùng với --incremental hay các định dạng porcelain"74377438#. TRANSLATORS: This string is used to tell us the7439#. maximum display width for a relative timestamp in7440#. "git blame" output. For C locale, "4 years, 117441#. months ago", which takes 22 places, is the longest7442#. among various forms of relative timestamps, but7443#. your language may need more or fewer display7444#. columns.7445#.7446#: builtin/blame.c:9207447msgid "4 years, 11 months ago"7448msgstr "4 năm, 11 tháng trước"74497450#: builtin/blame.c:10077451#, c-format7452msgid "file %s has only %lu line"7453msgid_plural "file %s has only %lu lines"7454msgstr[0] "tập tin %s chỉ có %lu dòng"74557456#: builtin/blame.c:10537457msgid "Blaming lines"7458msgstr "Các dòng blame"74597460#: builtin/branch.c:287461msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"7462msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--merged | --no-merged]"74637464#: builtin/branch.c:297465msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"7466msgstr "git branch [<các-tùy-chọn>] [-l] [-f] <tên-nhánh> [<điểm-đầu>]"74677468#: builtin/branch.c:307469msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."7470msgstr "git branch [<các-tùy-chọn>] [-r] (-d | -D) <tên-nhánh> …"74717472#: builtin/branch.c:317473msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"7474msgstr "git branch [<các-tùy-chọn>] (-m | -M) [<nhánh-cũ>] <nhánh-mới>"74757476#: builtin/branch.c:327477msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"7478msgstr "git branch [<các-tùy-chọn>] (-c | -C) [<nhánh-cũ>] <nhánh-mới>"74797480#: builtin/branch.c:337481msgid "git branch [<options>] [-r | -a] [--points-at]"7482msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--points-at]"74837484#: builtin/branch.c:347485msgid "git branch [<options>] [-r | -a] [--format]"7486msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--format]"74877488#: builtin/branch.c:1517489#, c-format7490msgid ""7491"deleting branch '%s' that has been merged to\n"7492" '%s', but not yet merged to HEAD."7493msgstr ""7494"đang xóa nhánh “%s” mà nó lại đã được hòa trộn vào\n"7495" “%s”, nhưng vẫn chưa được hòa trộn vào HEAD."74967497#: builtin/branch.c:1557498#, c-format7499msgid ""7500"not deleting branch '%s' that is not yet merged to\n"7501" '%s', even though it is merged to HEAD."7502msgstr ""7503"không xóa nhánh “%s” cái mà chưa được hòa trộn vào\n"7504" “%s”, cho dù là nó đã được hòa trộn vào HEAD."75057506#: builtin/branch.c:1697507#, c-format7508msgid "Couldn't look up commit object for '%s'"7509msgstr "Không thể tìm kiếm đối tượng chuyển giao cho “%s”"75107511#: builtin/branch.c:1737512#, c-format7513msgid ""7514"The branch '%s' is not fully merged.\n"7515"If you are sure you want to delete it, run 'git branch -D %s'."7516msgstr ""7517"Nhánh “%s” không được trộn một cách đầy đủ.\n"7518"Nếu bạn thực sự muốn xóa nó, thì chạy lệnh “git branch -D %s”."75197520#: builtin/branch.c:1867521msgid "Update of config-file failed"7522msgstr "Cập nhật tập tin cấu hình gặp lỗi"75237524#: builtin/branch.c:2177525msgid "cannot use -a with -d"7526msgstr "không thể dùng tùy chọn -a với -d"75277528#: builtin/branch.c:2237529msgid "Couldn't look up commit object for HEAD"7530msgstr "Không thể tìm kiếm đối tượng chuyển giao cho HEAD"75317532#: builtin/branch.c:2377533#, c-format7534msgid "Cannot delete branch '%s' checked out at '%s'"7535msgstr "Không thể xóa nhánh “%s” đã được lấy ra tại “%s”"75367537#: builtin/branch.c:2527538#, c-format7539msgid "remote-tracking branch '%s' not found."7540msgstr "không tìm thấy nhánh theo dõi máy chủ “%s”."75417542#: builtin/branch.c:2537543#, c-format7544msgid "branch '%s' not found."7545msgstr "không tìm thấy nhánh “%s”."75467547#: builtin/branch.c:2687548#, c-format7549msgid "Error deleting remote-tracking branch '%s'"7550msgstr "Gặp lỗi khi đang xóa nhánh theo dõi máy chủ “%s”"75517552#: builtin/branch.c:2697553#, c-format7554msgid "Error deleting branch '%s'"7555msgstr "Gặp lỗi khi xóa bỏ nhánh “%s”"75567557#: builtin/branch.c:2767558#, c-format7559msgid "Deleted remote-tracking branch %s (was %s).\n"7560msgstr "Đã xóa nhánh theo dõi máy chủ \"%s\" (từng là %s).\n"75617562#: builtin/branch.c:2777563#, c-format7564msgid "Deleted branch %s (was %s).\n"7565msgstr "Nhánh “%s” đã bị xóa (từng là %s)\n"75667567#: builtin/branch.c:421 builtin/tag.c:597568msgid "unable to parse format string"7569msgstr "không thể phân tích chuỗi định dạng"75707571#: builtin/branch.c:4587572#, c-format7573msgid "Branch %s is being rebased at %s"7574msgstr "Nhánh %s đang được cải tổ lại tại %s"75757576#: builtin/branch.c:4627577#, c-format7578msgid "Branch %s is being bisected at %s"7579msgstr "Nhánh %s đang được di chuyển phân đôi (bisect) tại %s"75807581#: builtin/branch.c:4797582msgid "cannot copy the current branch while not on any."7583msgstr "không thể sao chép nhánh hiện hành trong khi nó chẳng ở đâu cả."75847585#: builtin/branch.c:4817586msgid "cannot rename the current branch while not on any."7587msgstr "không thể đổi tên nhánh hiện hành trong khi nó chẳng ở đâu cả."75887589#: builtin/branch.c:4927590#, c-format7591msgid "Invalid branch name: '%s'"7592msgstr "Tên nhánh không hợp lệ: “%s”"75937594#: builtin/branch.c:5197595msgid "Branch rename failed"7596msgstr "Gặp lỗi khi đổi tên nhánh"75977598#: builtin/branch.c:5217599msgid "Branch copy failed"7600msgstr "Gặp lỗi khi sao chép nhánh"76017602#: builtin/branch.c:5257603#, c-format7604msgid "Created a copy of a misnamed branch '%s'"7605msgstr "Đã tạo một bản sao của nhánh khuyết danh “%s”"76067607#: builtin/branch.c:5287608#, c-format7609msgid "Renamed a misnamed branch '%s' away"7610msgstr "Đã đổi tên nhánh khuyết danh “%s” đi"76117612#: builtin/branch.c:5347613#, c-format7614msgid "Branch renamed to %s, but HEAD is not updated!"7615msgstr "Nhánh bị đổi tên thành %s, nhưng HEAD lại không được cập nhật!"76167617#: builtin/branch.c:5437618msgid "Branch is renamed, but update of config-file failed"7619msgstr "Nhánh bị đổi tên, nhưng cập nhật tập tin cấu hình gặp lỗi"76207621#: builtin/branch.c:5457622msgid "Branch is copied, but update of config-file failed"7623msgstr "Nhánh đã được sao chép, nhưng cập nhật tập tin cấu hình gặp lỗi"76247625#: builtin/branch.c:5617626#, c-format7627msgid ""7628"Please edit the description for the branch\n"7629" %s\n"7630"Lines starting with '%c' will be stripped.\n"7631msgstr ""7632"Viết các ghi chú cho nhánh:\n"7633" %s\n"7634"Những dòng được bắt đầu bằng “%c” sẽ được cắt bỏ.\n"76357636#: builtin/branch.c:6027637msgid "Generic options"7638msgstr "Tùy chọn chung"76397640#: builtin/branch.c:6047641msgid "show hash and subject, give twice for upstream branch"7642msgstr "hiển thị mã băm và chủ đề, đưa ra hai lần cho nhánh thượng nguồn"76437644#: builtin/branch.c:6057645msgid "suppress informational messages"7646msgstr "không xuất các thông tin"76477648#: builtin/branch.c:6067649msgid "set up tracking mode (see git-pull(1))"7650msgstr "cài đặt chế độ theo dõi (xem git-pull(1))"76517652#: builtin/branch.c:6087653msgid "do not use"7654msgstr "không dùng"76557656#: builtin/branch.c:6107657msgid "upstream"7658msgstr "thượng nguồn"76597660#: builtin/branch.c:6107661msgid "change the upstream info"7662msgstr "thay đổi thông tin thượng nguồn"76637664#: builtin/branch.c:6117665msgid "Unset the upstream info"7666msgstr "Bỏ đặt thông tin thượng nguồn"76677668#: builtin/branch.c:6127669msgid "use colored output"7670msgstr "tô màu kết xuất"76717672#: builtin/branch.c:6137673msgid "act on remote-tracking branches"7674msgstr "thao tác trên nhánh “remote-tracking”"76757676#: builtin/branch.c:615 builtin/branch.c:6177677msgid "print only branches that contain the commit"7678msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"76797680#: builtin/branch.c:616 builtin/branch.c:6187681msgid "print only branches that don't contain the commit"7682msgstr "chỉ hiển thị những nhánh mà nó không chứa lần chuyển giao"76837684#: builtin/branch.c:6217685msgid "Specific git-branch actions:"7686msgstr "Hành động git-branch:"76877688#: builtin/branch.c:6227689msgid "list both remote-tracking and local branches"7690msgstr "liệt kê cả nhánh “remote-tracking” và nội bộ"76917692#: builtin/branch.c:6247693msgid "delete fully merged branch"7694msgstr "xóa một toàn bộ nhánh đã hòa trộn"76957696#: builtin/branch.c:6257697msgid "delete branch (even if not merged)"7698msgstr "xóa nhánh (cho dù là chưa được hòa trộn)"76997700#: builtin/branch.c:6267701msgid "move/rename a branch and its reflog"7702msgstr "di chuyển hay đổi tên một nhánh và reflog của nó"77037704#: builtin/branch.c:6277705msgid "move/rename a branch, even if target exists"7706msgstr "di chuyển hoặc đổi tên một nhánh ngay cả khi đích đã có sẵn"77077708#: builtin/branch.c:6287709msgid "copy a branch and its reflog"7710msgstr "sao chép một nhánh và reflog của nó"77117712#: builtin/branch.c:6297713msgid "copy a branch, even if target exists"7714msgstr "sao chép một nhánh ngay cả khi đích đã có sẵn"77157716#: builtin/branch.c:6307717msgid "list branch names"7718msgstr "liệt kê các tên nhánh"77197720#: builtin/branch.c:6317721msgid "create the branch's reflog"7722msgstr "tạo reflog của nhánh"77237724#: builtin/branch.c:6347725msgid "deprecated synonym for --create-reflog"7726msgstr "đồng nghĩa đã lạc hậu cho --create-reflog"77277728#: builtin/branch.c:6397729msgid "edit the description for the branch"7730msgstr "sửa mô tả cho nhánh"77317732#: builtin/branch.c:6407733msgid "force creation, move/rename, deletion"7734msgstr "buộc tạo, di chuyển/đổi tên, xóa"77357736#: builtin/branch.c:6417737msgid "print only branches that are merged"7738msgstr "chỉ hiển thị những nhánh mà nó được hòa trộn"77397740#: builtin/branch.c:6427741msgid "print only branches that are not merged"7742msgstr "chỉ hiển thị những nhánh mà nó không được hòa trộn"77437744#: builtin/branch.c:6437745msgid "list branches in columns"7746msgstr "liệt kê các nhánh trong các cột"77477748#: builtin/branch.c:644 builtin/for-each-ref.c:40 builtin/ls-remote.c:707749#: builtin/tag.c:4137750msgid "key"7751msgstr "khóa"77527753#: builtin/branch.c:645 builtin/for-each-ref.c:41 builtin/ls-remote.c:717754#: builtin/tag.c:4147755msgid "field name to sort on"7756msgstr "tên trường cần sắp xếp"77577758#: builtin/branch.c:647 builtin/for-each-ref.c:43 builtin/notes.c:4107759#: builtin/notes.c:413 builtin/notes.c:573 builtin/notes.c:5767760#: builtin/tag.c:4167761msgid "object"7762msgstr "đối tượng"77637764#: builtin/branch.c:6487765msgid "print only branches of the object"7766msgstr "chỉ hiển thị các nhánh của đối tượng"77677768#: builtin/branch.c:650 builtin/for-each-ref.c:49 builtin/tag.c:4237769msgid "sorting and filtering are case insensitive"7770msgstr "sắp xếp và lọc là phân biệt HOA thường"77717772#: builtin/branch.c:651 builtin/for-each-ref.c:38 builtin/tag.c:4217773#: builtin/verify-tag.c:397774msgid "format to use for the output"7775msgstr "định dạng sẽ dùng cho đầu ra"77767777#: builtin/branch.c:674 builtin/clone.c:7397778msgid "HEAD not found below refs/heads!"7779msgstr "không tìm thấy HEAD ở dưới refs/heads!"77807781#: builtin/branch.c:6977782msgid "--column and --verbose are incompatible"7783msgstr "tùy chọn --column và --verbose xung khắc nhau"77847785#: builtin/branch.c:717 builtin/branch.c:769 builtin/branch.c:7787786msgid "branch name required"7787msgstr "cần chỉ ra tên nhánh"77887789#: builtin/branch.c:7457790msgid "Cannot give description to detached HEAD"7791msgstr "Không thể đưa ra mô tả HEAD đã tách rời"77927793#: builtin/branch.c:7507794msgid "cannot edit description of more than one branch"7795msgstr "không thể sửa mô tả cho nhiều hơn một nhánh"77967797#: builtin/branch.c:7577798#, c-format7799msgid "No commit on branch '%s' yet."7800msgstr "Vẫn chưa chuyển giao trên nhánh “%s”."78017802#: builtin/branch.c:7607803#, c-format7804msgid "No branch named '%s'."7805msgstr "Không có nhánh nào có tên “%s”."78067807#: builtin/branch.c:7757808msgid "too many branches for a copy operation"7809msgstr "quá nhiều nhánh dành cho thao tác sao chép"78107811#: builtin/branch.c:7847812msgid "too many arguments for a rename operation"7813msgstr "quá nhiều tham số cho thao tác đổi tên"78147815#: builtin/branch.c:7897816msgid "too many arguments to set new upstream"7817msgstr "quá nhiều tham số để đặt thượng nguồn mới"78187819#: builtin/branch.c:7937820#, c-format7821msgid ""7822"could not set upstream of HEAD to %s when it does not point to any branch."7823msgstr ""7824"không thể đặt thượng nguồn của HEAD thành %s khi mà nó chẳng chỉ đến nhánh "7825"nào cả."78267827#: builtin/branch.c:796 builtin/branch.c:818 builtin/branch.c:8347828#, c-format7829msgid "no such branch '%s'"7830msgstr "không có nhánh nào như thế “%s”"78317832#: builtin/branch.c:8007833#, c-format7834msgid "branch '%s' does not exist"7835msgstr "chưa có nhánh “%s”"78367837#: builtin/branch.c:8127838msgid "too many arguments to unset upstream"7839msgstr "quá nhiều tham số để bỏ đặt thượng nguồn"78407841#: builtin/branch.c:8167842msgid "could not unset upstream of HEAD when it does not point to any branch."7843msgstr "không thể bỏ đặt thượng nguồn của HEAD không chỉ đến một nhánh nào cả."78447845#: builtin/branch.c:8227846#, c-format7847msgid "Branch '%s' has no upstream information"7848msgstr "Nhánh “%s” không có thông tin thượng nguồn"78497850#: builtin/branch.c:8377851msgid "-a and -r options to 'git branch' do not make sense with a branch name"7852msgstr ""7853"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 "7854"nhánh"78557856#: builtin/branch.c:8407857msgid ""7858"the '--set-upstream' option is no longer supported. Please use '--track' or "7859"'--set-upstream-to' instead."7860msgstr ""7861"tùy chọn --set-upstream đã không còn được hỗ trợ nữa. Vui lòng dùng “--"7862"track” hoặc “--set-upstream-to” để thay thế."78637864#: builtin/bundle.c:457865#, c-format7866msgid "%s is okay\n"7867msgstr "“%s” tốt\n"78687869#: builtin/bundle.c:587870msgid "Need a repository to create a bundle."7871msgstr "Cần một kho chứa để có thể tạo một bundle."78727873#: builtin/bundle.c:627874msgid "Need a repository to unbundle."7875msgstr "Cần một kho chứa để có thể giải nén một bundle."78767877#: builtin/cat-file.c:5777878msgid ""7879"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"7880"p | <type> | --textconv | --filters) [--path=<path>] <object>"7881msgstr ""7882"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"7883"p | <kiểu> | --textconv) | --filters) [--path=<đường/dẫn>] <đối_tượng>"78847885#: builtin/cat-file.c:5787886msgid ""7887"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"7888"filters]"7889msgstr ""7890"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"7891"filters]"78927893#: builtin/cat-file.c:6157894msgid "<type> can be one of: blob, tree, commit, tag"7895msgstr "<kiểu> là một trong số: blob, tree, commit hoặc tag"78967897#: builtin/cat-file.c:6167898msgid "show object type"7899msgstr "hiển thị kiểu đối tượng"79007901#: builtin/cat-file.c:6177902msgid "show object size"7903msgstr "hiển thị kích thước đối tượng"79047905#: builtin/cat-file.c:6197906msgid "exit with zero when there's no error"7907msgstr "thoát với 0 khi không có lỗi"79087909#: builtin/cat-file.c:6207910msgid "pretty-print object's content"7911msgstr "in nội dung đối tượng dạng dễ đọc"79127913#: builtin/cat-file.c:6227914msgid "for blob objects, run textconv on object's content"7915msgstr "với đối tượng blob, chạy lệnh textconv trên nội dung của đối tượng"79167917#: builtin/cat-file.c:6247918msgid "for blob objects, run filters on object's content"7919msgstr "với đối tượng blob, chạy lệnh filters trên nội dung của đối tượng"79207921#: builtin/cat-file.c:625 git-submodule.sh:8647922msgid "blob"7923msgstr "blob"79247925#: builtin/cat-file.c:6267926msgid "use a specific path for --textconv/--filters"7927msgstr "dùng một đường dẫn rõ ràng cho --textconv/--filters"79287929#: builtin/cat-file.c:6287930msgid "allow -s and -t to work with broken/corrupt objects"7931msgstr "cho phép -s và -t để làm việc với các đối tượng sai/hỏng"79327933#: builtin/cat-file.c:6297934msgid "buffer --batch output"7935msgstr "đệm kết xuất --batch"79367937#: builtin/cat-file.c:6317938msgid "show info and content of objects fed from the standard input"7939msgstr ""7940"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"79417942#: builtin/cat-file.c:6347943msgid "show info about objects fed from the standard input"7944msgstr "hiển thị các thông tin về đối tượng fed từ đầu vào tiêu chuẩn"79457946#: builtin/cat-file.c:6377947msgid "follow in-tree symlinks (used with --batch or --batch-check)"7948msgstr "theo liên kết mềm trong-cây (được dùng với --batch hay --batch-check)"79497950#: builtin/cat-file.c:6397951msgid "show all objects with --batch or --batch-check"7952msgstr "hiển thị mọi đối tượng với --batch hay --batch-check"79537954#: builtin/cat-file.c:6417955msgid "do not order --batch-all-objects output"7956msgstr "đừng sắp xếp đầu ra --batch-all-objects"79577958#: builtin/check-attr.c:127959msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."7960msgstr "git check-attr [-a | --all | <attr>…] [--] tên-đường-dẫn…"79617962#: builtin/check-attr.c:137963msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"7964msgstr "git check-attr --stdin [-z] [-a | --all | <attr>…]"79657966#: builtin/check-attr.c:207967msgid "report all attributes set on file"7968msgstr "báo cáo tất cả các thuộc tính đặt trên tập tin"79697970#: builtin/check-attr.c:217971msgid "use .gitattributes only from the index"7972msgstr "chỉ dùng .gitattributes từ bảng mục lục"79737974#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:1017975msgid "read file names from stdin"7976msgstr "đọc tên tập tin từ đầu vào tiêu chuẩn"79777978#: builtin/check-attr.c:24 builtin/check-ignore.c:267979msgid "terminate input and output records by a NUL character"7980msgstr "chấm dứt các bản ghi vào và ra bằng ký tự NULL"79817982#: builtin/check-ignore.c:20 builtin/checkout.c:1120 builtin/gc.c:5037983#: builtin/worktree.c:4477984msgid "suppress progress reporting"7985msgstr "chặn các báo cáo tiến trình hoạt động"79867987#: builtin/check-ignore.c:287988msgid "show non-matching input paths"7989msgstr "hiển thị những đường dẫn đầu vào không khớp với mẫu"79907991#: builtin/check-ignore.c:307992msgid "ignore index when checking"7993msgstr "bỏ qua mục lục khi kiểm tra"79947995#: builtin/check-ignore.c:1597996msgid "cannot specify pathnames with --stdin"7997msgstr "không thể chỉ định các tên đường dẫn với --stdin"79987999#: builtin/check-ignore.c:1628000msgid "-z only makes sense with --stdin"8001msgstr "-z chỉ hợp lý với --stdin"80028003#: builtin/check-ignore.c:1648004msgid "no path specified"8005msgstr "chưa chỉ ra đường dẫn"80068007#: builtin/check-ignore.c:1688008msgid "--quiet is only valid with a single pathname"8009msgstr "--quiet chỉ hợp lệ với tên đường dẫn đơn"80108011#: builtin/check-ignore.c:1708012msgid "cannot have both --quiet and --verbose"8013msgstr "không thể dùng cả hai tùy chọn --quiet và --verbose"80148015#: builtin/check-ignore.c:1738016msgid "--non-matching is only valid with --verbose"8017msgstr "tùy-chọn --non-matching chỉ hợp lệ khi dùng với --verbose"80188019#: builtin/check-mailmap.c:98020msgid "git check-mailmap [<options>] <contact>..."8021msgstr "git check-mailmap [<các-tùy-chọn>] <danh-bạ>…"80228023#: builtin/check-mailmap.c:148024msgid "also read contacts from stdin"8025msgstr "đồng thời đọc các danh bạ từ đầu vào tiêu chuẩn"80268027#: builtin/check-mailmap.c:258028#, c-format8029msgid "unable to parse contact: %s"8030msgstr "không thể phân tích danh bạ: “%s”"80318032#: builtin/check-mailmap.c:488033msgid "no contacts specified"8034msgstr "chưa chỉ ra danh bạ"80358036#: builtin/checkout-index.c:1288037msgid "git checkout-index [<options>] [--] [<file>...]"8038msgstr "git checkout-index [<các-tùy-chọn>] [--] [<tập-tin>…]"80398040#: builtin/checkout-index.c:1438041msgid "stage should be between 1 and 3 or all"8042msgstr "stage nên giữa 1 và 3 hay all"80438044#: builtin/checkout-index.c:1598045msgid "check out all files in the index"8046msgstr "lấy ra toàn bộ các tập tin trong bảng mục lục"80478048#: builtin/checkout-index.c:1608049msgid "force overwrite of existing files"8050msgstr "ép buộc ghi đè lên tập tin đã sẵn có từ trước"80518052#: builtin/checkout-index.c:1628053msgid "no warning for existing files and files not in index"8054msgstr ""8055"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"80568057#: builtin/checkout-index.c:1648058msgid "don't checkout new files"8059msgstr "không checkout các tập tin mới"80608061#: builtin/checkout-index.c:1668062msgid "update stat information in the index file"8063msgstr "cập nhật thông tin thống kê trong tập tin lưu bảng mục lục mới"80648065#: builtin/checkout-index.c:1708066msgid "read list of paths from the standard input"8067msgstr "đọc danh sách đường dẫn từ đầu vào tiêu chuẩn"80688069#: builtin/checkout-index.c:1728070msgid "write the content to temporary files"8071msgstr "ghi nội dung vào tập tin tạm"80728073#: builtin/checkout-index.c:173 builtin/column.c:318074#: builtin/submodule--helper.c:1361 builtin/submodule--helper.c:13648075#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:17368076#: builtin/worktree.c:6208077msgid "string"8078msgstr "chuỗi"80798080#: builtin/checkout-index.c:1748081msgid "when creating files, prepend <string>"8082msgstr "khi tạo các tập tin, nối thêm <chuỗi>"80838084#: builtin/checkout-index.c:1768085msgid "copy out the files from named stage"8086msgstr "sao chép ra các tập tin từ bệ phóng có tên"80878088#: builtin/checkout.c:298089msgid "git checkout [<options>] <branch>"8090msgstr "git checkout [<các-tùy-chọn>] <nhánh>"80918092#: builtin/checkout.c:308093msgid "git checkout [<options>] [<branch>] -- <file>..."8094msgstr "git checkout [<các-tùy-chọn>] [<nhánh>] -- <tập-tin>…"80958096#: builtin/checkout.c:138 builtin/checkout.c:1718097#, c-format8098msgid "path '%s' does not have our version"8099msgstr "đường dẫn “%s” không có các phiên bản của chúng ta"81008101#: builtin/checkout.c:140 builtin/checkout.c:1738102#, c-format8103msgid "path '%s' does not have their version"8104msgstr "đường dẫn “%s” không có các phiên bản của chúng"81058106#: builtin/checkout.c:1568107#, c-format8108msgid "path '%s' does not have all necessary versions"8109msgstr "đường dẫn “%s” không có tất cả các phiên bản cần thiết"81108111#: builtin/checkout.c:2008112#, c-format8113msgid "path '%s' does not have necessary versions"8114msgstr "đường dẫn “%s” không có các phiên bản cần thiết"81158116#: builtin/checkout.c:2178117#, c-format8118msgid "path '%s': cannot merge"8119msgstr "đường dẫn “%s”: không thể hòa trộn"81208121#: builtin/checkout.c:2338122#, c-format8123msgid "Unable to add merge result for '%s'"8124msgstr "Không thể thêm kết quả hòa trộn cho “%s”"81258126#: builtin/checkout.c:255 builtin/checkout.c:258 builtin/checkout.c:2618127#: builtin/checkout.c:2648128#, c-format8129msgid "'%s' cannot be used with updating paths"8130msgstr "không được dùng “%s” với các đường dẫn cập nhật"81318132#: builtin/checkout.c:267 builtin/checkout.c:2708133#, c-format8134msgid "'%s' cannot be used with %s"8135msgstr "không được dùng “%s” với %s"81368137#: builtin/checkout.c:2738138#, c-format8139msgid "Cannot update paths and switch to branch '%s' at the same time."8140msgstr ""8141"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."81428143#: builtin/checkout.c:342 builtin/checkout.c:3498144#, c-format8145msgid "path '%s' is unmerged"8146msgstr "đường dẫn “%s” không được hòa trộn"81478148#: builtin/checkout.c:5088149msgid "you need to resolve your current index first"8150msgstr "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 đã"81518152#: builtin/checkout.c:6458153#, c-format8154msgid "Can not do reflog for '%s': %s\n"8155msgstr "Không thể thực hiện reflog cho “%s”: %s\n"81568157#: builtin/checkout.c:6868158msgid "HEAD is now at"8159msgstr "HEAD hiện giờ tại"81608161#: builtin/checkout.c:690 builtin/clone.c:6928162msgid "unable to update HEAD"8163msgstr "không thể cập nhật HEAD"81648165#: builtin/checkout.c:6948166#, c-format8167msgid "Reset branch '%s'\n"8168msgstr "Đặt lại nhánh “%s”\n"81698170#: builtin/checkout.c:6978171#, c-format8172msgid "Already on '%s'\n"8173msgstr "Đã sẵn sàng trên “%s”\n"81748175#: builtin/checkout.c:7018176#, c-format8177msgid "Switched to and reset branch '%s'\n"8178msgstr "Đã chuyển tới và đặt lại nhánh “%s”\n"81798180#: builtin/checkout.c:703 builtin/checkout.c:10528181#, c-format8182msgid "Switched to a new branch '%s'\n"8183msgstr "Đã chuyển đến nhánh mới “%s”\n"81848185#: builtin/checkout.c:7058186#, c-format8187msgid "Switched to branch '%s'\n"8188msgstr "Đã chuyển đến nhánh “%s”\n"81898190#: builtin/checkout.c:7568191#, c-format8192msgid " ... and %d more.\n"8193msgstr " … và nhiều hơn %d.\n"81948195#: builtin/checkout.c:7628196#, c-format8197msgid ""8198"Warning: you are leaving %d commit behind, not connected to\n"8199"any of your branches:\n"8200"\n"8201"%s\n"8202msgid_plural ""8203"Warning: you are leaving %d commits behind, not connected to\n"8204"any of your branches:\n"8205"\n"8206"%s\n"8207msgstr[0] ""8208"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 "8209"đến\n"8210"bất kỳ nhánh nào của bạn:\n"8211"\n"8212"%s\n"82138214#: builtin/checkout.c:7818215#, c-format8216msgid ""8217"If you want to keep it by creating a new branch, this may be a good time\n"8218"to do so with:\n"8219"\n"8220" git branch <new-branch-name> %s\n"8221"\n"8222msgid_plural ""8223"If you want to keep them by creating a new branch, this may be a good time\n"8224"to do so with:\n"8225"\n"8226" git branch <new-branch-name> %s\n"8227"\n"8228msgstr[0] ""8229"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"8230"một thời điểm thích hợp để làm thế bằng lệnh:\n"8231"\n"8232" git branch <tên_nhánh_mới> %s\n"8233"\n"82348235#: builtin/checkout.c:8138236msgid "internal error in revision walk"8237msgstr "lỗi nội bộ trong khi di chuyển qua các điểm xét duyệt"82388239#: builtin/checkout.c:8178240msgid "Previous HEAD position was"8241msgstr "Vị trí trước kia của HEAD là"82428243#: builtin/checkout.c:845 builtin/checkout.c:10478244msgid "You are on a branch yet to be born"8245msgstr "Bạn tại nhánh mà nó chưa hề được sinh ra"82468247#: builtin/checkout.c:9528248#, c-format8249msgid "only one reference expected, %d given."8250msgstr "chỉ cần một tham chiếu, nhưng lại đưa ra %d."82518252#: builtin/checkout.c:993 builtin/worktree.c:241 builtin/worktree.c:3968253#, c-format8254msgid "invalid reference: %s"8255msgstr "tham chiếu không hợp lệ: %s"82568257#: builtin/checkout.c:10228258#, c-format8259msgid "reference is not a tree: %s"8260msgstr "tham chiếu không phải là một cây:%s"82618262#: builtin/checkout.c:10618263msgid "paths cannot be used with switching branches"8264msgstr "các đường dẫn không thể dùng cùng với các nhánh chuyển"82658266#: builtin/checkout.c:1064 builtin/checkout.c:10688267#, c-format8268msgid "'%s' cannot be used with switching branches"8269msgstr "“%s” không thể được sử dụng với các nhánh chuyển"82708271#: builtin/checkout.c:1072 builtin/checkout.c:1075 builtin/checkout.c:10808272#: builtin/checkout.c:10838273#, c-format8274msgid "'%s' cannot be used with '%s'"8275msgstr "“%s” không thể được dùng với “%s”"82768277#: builtin/checkout.c:10888278#, c-format8279msgid "Cannot switch branch to a non-commit '%s'"8280msgstr "Không thể chuyển nhánh đến một thứ không phải là lần chuyển giao “%s”"82818282#: builtin/checkout.c:1121 builtin/checkout.c:1123 builtin/clone.c:1198283#: builtin/remote.c:168 builtin/remote.c:170 builtin/worktree.c:4408284#: builtin/worktree.c:4428285msgid "branch"8286msgstr "nhánh"82878288#: builtin/checkout.c:11228289msgid "create and checkout a new branch"8290msgstr "tạo và checkout một nhánh mới"82918292#: builtin/checkout.c:11248293msgid "create/reset and checkout a branch"8294msgstr "tạo/đặt_lại và checkout một nhánh"82958296#: builtin/checkout.c:11258297msgid "create reflog for new branch"8298msgstr "tạo reflog cho nhánh mới"82998300#: builtin/checkout.c:1126 builtin/worktree.c:4448301msgid "detach HEAD at named commit"8302msgstr "rời bỏ HEAD tại lần chuyển giao theo tên"83038304#: builtin/checkout.c:11278305msgid "set upstream info for new branch"8306msgstr "đặt thông tin thượng nguồn cho nhánh mới"83078308#: builtin/checkout.c:11298309msgid "new-branch"8310msgstr "nhánh-mới"83118312#: builtin/checkout.c:11298313msgid "new unparented branch"8314msgstr "nhánh không cha mới"83158316#: builtin/checkout.c:11318317msgid "checkout our version for unmerged files"8318msgstr ""8319"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"83208321#: builtin/checkout.c:11348322msgid "checkout their version for unmerged files"8323msgstr ""8324"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"83258326#: builtin/checkout.c:11368327msgid "force checkout (throw away local modifications)"8328msgstr "ép buộc lấy ra (bỏ đi những thay đổi nội bộ)"83298330#: builtin/checkout.c:11388331msgid "perform a 3-way merge with the new branch"8332msgstr "thực hiện hòa trộn kiểu 3-way với nhánh mới"83338334#: builtin/checkout.c:1140 builtin/merge.c:2738335msgid "update ignored files (default)"8336msgstr "cập nhật các tập tin bị bỏ qua (mặc định)"83378338#: builtin/checkout.c:1142 builtin/log.c:1510 parse-options.h:2648339msgid "style"8340msgstr "kiểu"83418342#: builtin/checkout.c:11438343msgid "conflict style (merge or diff3)"8344msgstr "xung đột kiểu (hòa trộn hoặc diff3)"83458346#: builtin/checkout.c:11468347msgid "do not limit pathspecs to sparse entries only"8348msgstr "không giới hạn đặc tả đường dẫn thành chỉ các mục thưa thớt"83498350#: builtin/checkout.c:11488351msgid "second guess 'git checkout <no-such-branch>'"8352msgstr "gợi ý thứ hai \"git checkout <không-nhánh-nào-như-vậy>\""83538354#: builtin/checkout.c:11508355msgid "do not check if another worktree is holding the given ref"8356msgstr "không kiểm tra nếu cây làm việc khác đang giữ tham chiếu đã cho"83578358#: builtin/checkout.c:1154 builtin/clone.c:86 builtin/fetch.c:1388359#: builtin/merge.c:270 builtin/pull.c:128 builtin/push.c:5728360#: builtin/send-pack.c:1748361msgid "force progress reporting"8362msgstr "ép buộc báo cáo tiến triển công việc"83638364#: builtin/checkout.c:11848365msgid "-b, -B and --orphan are mutually exclusive"8366msgstr "Các tùy chọn -b, -B và --orphan loại từ lẫn nhau"83678368#: builtin/checkout.c:12018369msgid "--track needs a branch name"8370msgstr "--track cần tên một nhánh"83718372#: builtin/checkout.c:12068373msgid "missing branch name; try -b"8374msgstr "thiếu tên nhánh; hãy thử -b"83758376#: builtin/checkout.c:12438377msgid "invalid path specification"8378msgstr "đường dẫn đã cho không hợp lệ"83798380#: builtin/checkout.c:12508381#, c-format8382msgid "'%s' is not a commit and a branch '%s' cannot be created from it"8383msgstr ""8384"“%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 "8385"từ đó"83868387#: builtin/checkout.c:12548388#, c-format8389msgid "git checkout: --detach does not take a path argument '%s'"8390msgstr "git checkout: --detach không nhận một đối số đường dẫn “%s”"83918392#: builtin/checkout.c:12588393msgid ""8394"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"8395"checking out of the index."8396msgstr ""8397"git checkout: --ours/--theirs, --force và --merge là xung khắc với nhau khi\n"8398"checkout bảng mục lục (index)."83998400#: builtin/checkout.c:12788401#, c-format8402msgid ""8403"'%s' matched more than one remote tracking branch.\n"8404"We found %d remotes with a reference that matched. So we fell back\n"8405"on trying to resolve the argument as a path, but failed there too!\n"8406"\n"8407"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"8408"you can do so by fully qualifying the name with the --track option:\n"8409"\n"8410" git checkout --track origin/<name>\n"8411"\n"8412"If you'd like to always have checkouts of an ambiguous <name> prefer\n"8413"one remote, e.g. the 'origin' remote, consider setting\n"8414"checkout.defaultRemote=origin in your config."8415msgstr ""8416"“%s” khớp hơn một nhánh máy chủ được theo dõi.\n"8417"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ố "8418"để\n"8419"phân giải tham số như là một đường dẫn, nhưng cũng gặp lỗi!\n"8420"\n"8421"Nếu ý bạn là lấy ra nhánh máy chủ được theo dõi, ví dụ “origin”,\n"8422"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"8423"\n"8424" git checkout --track origin/<tên>\n"8425"\n"8426"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"8427"chưa rõ ràng, ví dụ máy chủ “origin”, cân nhắc cài đặt\n"8428"checkout.defaultRemote=origin trong cấu hình của bạn."84298430#: builtin/clean.c:278431msgid ""8432"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."8433msgstr ""8434"git clean [-d] [-f] [-i] [-n] [-q] [-e <mẫu>] [-x | -X] [--] <đường-dẫn>…"84358436#: builtin/clean.c:318437#, c-format8438msgid "Removing %s\n"8439msgstr "Đang gỡ bỏ %s\n"84408441#: builtin/clean.c:328442#, c-format8443msgid "Would remove %s\n"8444msgstr "Có thể gỡ bỏ %s\n"84458446#: builtin/clean.c:338447#, c-format8448msgid "Skipping repository %s\n"8449msgstr "Đang bỏ qua kho chứa %s\n"84508451#: builtin/clean.c:348452#, c-format8453msgid "Would skip repository %s\n"8454msgstr "Nên bỏ qua kho chứa %s\n"84558456#: builtin/clean.c:358457#, c-format8458msgid "failed to remove %s"8459msgstr "gặp lỗi khi gỡ bỏ %s"84608461#: builtin/clean.c:297 git-add--interactive.perl:5798462#, c-format8463msgid ""8464"Prompt help:\n"8465"1 - select a numbered item\n"8466"foo - select item based on unique prefix\n"8467" - (empty) select nothing\n"8468msgstr ""8469"Trợ giúp về nhắc:\n"8470"1 - chọn một mục được đánh số\n"8471"foo - chọn mục trên cơ sở tiền tố duy nhất\n"8472" - (để trống) không chọn gì cả\n"84738474#: builtin/clean.c:301 git-add--interactive.perl:5888475#, c-format8476msgid ""8477"Prompt help:\n"8478"1 - select a single item\n"8479"3-5 - select a range of items\n"8480"2-3,6-9 - select multiple ranges\n"8481"foo - select item based on unique prefix\n"8482"-... - unselect specified items\n"8483"* - choose all items\n"8484" - (empty) finish selecting\n"8485msgstr ""8486"Trợ giúp về nhắc:\n"8487"1 - chọn một mục đơn\n"8488"3-5 - chọn một vùng\n"8489"2-3,6-9 - chọn nhiều vùng\n"8490"foo - chọn mục dựa trên tiền tố duy nhất\n"8491"-… - không chọn các mục đã chỉ ra\n"8492"* - chọn tất\n"8493" - (để trống) kết thúc việc chọn\n"84948495#: builtin/clean.c:517 git-add--interactive.perl:5548496#: git-add--interactive.perl:5598497#, c-format, perl-format8498msgid "Huh (%s)?\n"8499msgstr "Hả (%s)?\n"85008501#: builtin/clean.c:6598502#, c-format8503msgid "Input ignore patterns>> "8504msgstr "Mẫu để lọc các tập tin đầu vào cần lờ đi>> "85058506#: builtin/clean.c:6968507#, c-format8508msgid "WARNING: Cannot find items matched by: %s"8509msgstr "CẢNH BÁO: Không tìm thấy các mục được khớp bởi: %s"85108511#: builtin/clean.c:7178512msgid "Select items to delete"8513msgstr "Chọn mục muốn xóa"85148515#. TRANSLATORS: Make sure to keep [y/N] as is8516#: builtin/clean.c:7588517#, c-format8518msgid "Remove %s [y/N]? "8519msgstr "Xóa bỏ “%s” [y/N]? "85208521#: builtin/clean.c:783 git-add--interactive.perl:17178522#, c-format8523msgid "Bye.\n"8524msgstr "Tạm biệt.\n"85258526#: builtin/clean.c:7918527msgid ""8528"clean - start cleaning\n"8529"filter by pattern - exclude items from deletion\n"8530"select by numbers - select items to be deleted by numbers\n"8531"ask each - confirm each deletion (like \"rm -i\")\n"8532"quit - stop cleaning\n"8533"help - this screen\n"8534"? - help for prompt selection"8535msgstr ""8536"clean - bắt đầu dọn dẹp\n"8537"filter by pattern - loại trừ các mục khỏi việc xóa\n"8538"select by numbers - chọn các mục cần xóa bằng số\n"8539"ask each - xác nhận trước mỗi lần xóa (giống như \"rm -i\")\n"8540"quit - dừng việc dọn dẹp lại\n"8541"help - hiển thị chính trợ giúp này\n"8542"? - trợ giúp dành cho chọn bằng cách nhắc"85438544#: builtin/clean.c:818 git-add--interactive.perl:17938545msgid "*** Commands ***"8546msgstr "*** Lệnh ***"85478548#: builtin/clean.c:819 git-add--interactive.perl:17908549msgid "What now"8550msgstr "Giờ thì sao"85518552#: builtin/clean.c:8278553msgid "Would remove the following item:"8554msgid_plural "Would remove the following items:"8555msgstr[0] "Có muốn gỡ bỏ (các) mục sau đây không:"85568557#: builtin/clean.c:8438558msgid "No more files to clean, exiting."8559msgstr "Không còn tập-tin nào để dọn dẹp, đang thoát ra."85608561#: builtin/clean.c:9058562msgid "do not print names of files removed"8563msgstr "không hiển thị tên của các tập tin đã gỡ bỏ"85648565#: builtin/clean.c:9078566msgid "force"8567msgstr "ép buộc"85688569#: builtin/clean.c:9088570msgid "interactive cleaning"8571msgstr "dọn bằng kiểu tương tác"85728573#: builtin/clean.c:9108574msgid "remove whole directories"8575msgstr "gỡ bỏ toàn bộ thư mục"85768577#: builtin/clean.c:911 builtin/describe.c:545 builtin/describe.c:5478578#: builtin/grep.c:875 builtin/log.c:161 builtin/log.c:1638579#: builtin/ls-files.c:549 builtin/name-rev.c:415 builtin/name-rev.c:4178580#: builtin/show-ref.c:1778581msgid "pattern"8582msgstr "mẫu"85838584#: builtin/clean.c:9128585msgid "add <pattern> to ignore rules"8586msgstr "thêm <mẫu> vào trong qui tắc bỏ qua"85878588#: builtin/clean.c:9138589msgid "remove ignored files, too"8590msgstr "đồng thời gỡ bỏ cả các tập tin bị bỏ qua"85918592#: builtin/clean.c:9158593msgid "remove only ignored files"8594msgstr "chỉ gỡ bỏ những tập tin bị bỏ qua"85958596#: builtin/clean.c:9338597msgid "-x and -X cannot be used together"8598msgstr "-x và -X không thể dùng cùng nhau"85998600#: builtin/clean.c:9378601msgid ""8602"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "8603"clean"8604msgstr ""8605"clean.requireForce được đặt thành true và không đưa ra tùy chọn -i, -n mà "8606"cũng không -f; từ chối lệnh dọn dẹp (clean)"86078608#: builtin/clean.c:9408609msgid ""8610"clean.requireForce defaults to true and neither -i, -n, nor -f given; "8611"refusing to clean"8612msgstr ""8613"clean.requireForce mặc định được đặt là true và không đưa ra tùy chọn -i, -n "8614"mà cũng không -f; từ chối lệnh dọn dẹp (clean)"86158616#: builtin/clone.c:438617msgid "git clone [<options>] [--] <repo> [<dir>]"8618msgstr "git clone [<các-tùy-chọn>] [--] <kho> [<t.mục>]"86198620#: builtin/clone.c:888621msgid "don't create a checkout"8622msgstr "không tạo một checkout"86238624#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:4808625msgid "create a bare repository"8626msgstr "tạo kho thuần"86278628#: builtin/clone.c:938629msgid "create a mirror repository (implies bare)"8630msgstr "tạo kho bản sao (ý là kho thuần)"86318632#: builtin/clone.c:958633msgid "to clone from a local repository"8634msgstr "để nhân bản từ kho nội bộ"86358636#: builtin/clone.c:978637msgid "don't use local hardlinks, always copy"8638msgstr "không sử dụng liên kết cứng nội bộ, luôn sao chép"86398640#: builtin/clone.c:998641msgid "setup as shared repository"8642msgstr "cài đặt đây là kho chia sẻ"86438644#: builtin/clone.c:101 builtin/clone.c:1058645msgid "pathspec"8646msgstr "đặc-tả-đường-dẫn"86478648#: builtin/clone.c:101 builtin/clone.c:1058649msgid "initialize submodules in the clone"8650msgstr "khởi tạo mô-đun-con trong bản sao"86518652#: builtin/clone.c:1088653msgid "number of submodules cloned in parallel"8654msgstr "số lượng mô-đun-con được nhân bản đồng thời"86558656#: builtin/clone.c:109 builtin/init-db.c:4778657msgid "template-directory"8658msgstr "thư-mục-mẫu"86598660#: builtin/clone.c:110 builtin/init-db.c:4788661msgid "directory from which templates will be used"8662msgstr "thư mục mà tại đó các mẫu sẽ được dùng"86638664#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:13688665#: builtin/submodule--helper.c:17398666msgid "reference repository"8667msgstr "kho tham chiếu"86688669#: builtin/clone.c:116 builtin/submodule--helper.c:13708670#: builtin/submodule--helper.c:17418671msgid "use --reference only while cloning"8672msgstr "chỉ dùng --reference khi nhân bản"86738674#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:448675#: builtin/pack-objects.c:3191 builtin/repack.c:3208676msgid "name"8677msgstr "tên"86788679#: builtin/clone.c:1188680msgid "use <name> instead of 'origin' to track upstream"8681msgstr "dùng <tên> thay cho “origin” để theo dõi thượng nguồn"86828683#: builtin/clone.c:1208684msgid "checkout <branch> instead of the remote's HEAD"8685msgstr "lấy ra <nhánh> thay cho HEAD của máy chủ"86868687#: builtin/clone.c:1228688msgid "path to git-upload-pack on the remote"8689msgstr "đường dẫn đến git-upload-pack trên máy chủ"86908691#: builtin/clone.c:123 builtin/fetch.c:139 builtin/grep.c:8148692#: builtin/pull.c:2168693msgid "depth"8694msgstr "độ-sâu"86958696#: builtin/clone.c:1248697msgid "create a shallow clone of that depth"8698msgstr "tạo bản sao không đầy đủ cho mức sâu đã cho"86998700#: builtin/clone.c:125 builtin/fetch.c:141 builtin/pack-objects.c:31828701#: parse-options.h:1548702msgid "time"8703msgstr "thời-gian"87048705#: builtin/clone.c:1268706msgid "create a shallow clone since a specific time"8707msgstr "tạo bản sao không đầy đủ từ thời điểm đã cho"87088709#: builtin/clone.c:127 builtin/fetch.c:143 builtin/fetch.c:1668710msgid "revision"8711msgstr "điểm xét duyệt"87128713#: builtin/clone.c:128 builtin/fetch.c:1448714msgid "deepen history of shallow clone, excluding rev"8715msgstr "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ừ"87168717#: builtin/clone.c:1308718msgid "clone only one branch, HEAD or --branch"8719msgstr "chỉ nhân bản một nhánh, HEAD hoặc --branch"87208721#: builtin/clone.c:1328722msgid "don't clone any tags, and make later fetches not to follow them"8723msgstr ""8724"đứ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 "8725"theo chúng nữa"87268727#: builtin/clone.c:1348728msgid "any cloned submodules will be shallow"8729msgstr "mọi mô-đun-con nhân bản sẽ là shallow (nông)"87308731#: builtin/clone.c:135 builtin/init-db.c:4868732msgid "gitdir"8733msgstr "gitdir"87348735#: builtin/clone.c:136 builtin/init-db.c:4878736msgid "separate git dir from working tree"8737msgstr "không dùng chung thư mục dành riêng cho git và thư mục làm việc"87388739#: builtin/clone.c:1378740msgid "key=value"8741msgstr "khóa=giá_trị"87428743#: builtin/clone.c:1388744msgid "set config inside the new repository"8745msgstr "đặt cấu hình bên trong một kho chứa mới"87468747#: builtin/clone.c:139 builtin/fetch.c:162 builtin/pull.c:2298748#: builtin/push.c:5838749msgid "use IPv4 addresses only"8750msgstr "chỉ dùng địa chỉ IPv4"87518752#: builtin/clone.c:141 builtin/fetch.c:164 builtin/pull.c:2328753#: builtin/push.c:5858754msgid "use IPv6 addresses only"8755msgstr "chỉ dùng địa chỉ IPv6"87568757#: builtin/clone.c:2798758msgid ""8759"No directory name could be guessed.\n"8760"Please specify a directory on the command line"8761msgstr ""8762"Không đoán được thư mục tên là gì.\n"8763"Vui lòng chỉ định tên một thư mục trên dòng lệnh"87648765#: builtin/clone.c:3328766#, c-format8767msgid "info: Could not add alternate for '%s': %s\n"8768msgstr "thông tin: không thể thêm thay thế cho “%s”: %s\n"87698770#: builtin/clone.c:4048771#, c-format8772msgid "failed to open '%s'"8773msgstr "gặp lỗi khi mở “%s”"87748775#: builtin/clone.c:4128776#, c-format8777msgid "%s exists and is not a directory"8778msgstr "%s có tồn tại nhưng lại không phải là một thư mục"87798780#: builtin/clone.c:4268781#, c-format8782msgid "failed to stat %s\n"8783msgstr "gặp lỗi khi lấy thông tin thống kê về %s\n"87848785#: builtin/clone.c:4488786#, c-format8787msgid "failed to create link '%s'"8788msgstr "gặp lỗi khi tạo được liên kết mềm %s"87898790#: builtin/clone.c:4528791#, c-format8792msgid "failed to copy file to '%s'"8793msgstr "gặp lỗi khi sao chép tập tin và “%s”"87948795#: builtin/clone.c:4788796#, c-format8797msgid "done.\n"8798msgstr "hoàn tất.\n"87998800#: builtin/clone.c:4928801msgid ""8802"Clone succeeded, but checkout failed.\n"8803"You can inspect what was checked out with 'git status'\n"8804"and retry the checkout with 'git checkout -f HEAD'\n"8805msgstr ""8806"Việc nhân bản thành công, nhưng checkout gặp lỗi.\n"8807"Bạn kiểm tra kỹ xem cái gì được lấy ra bằng lệnh “git status”\n"8808"và thử lấy ra với lệnh “git checkout -f HEAD”\n"88098810#: builtin/clone.c:5698811#, c-format8812msgid "Could not find remote branch %s to clone."8813msgstr "Không tìm thấy nhánh máy chủ %s để nhân bản (clone)."88148815#: builtin/clone.c:6808816#, c-format8817msgid "unable to update %s"8818msgstr "không thể cập nhật %s"88198820#: builtin/clone.c:7308821msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"8822msgstr "refers HEAD máy chủ chỉ đến ref không tồn tại, không thể lấy ra.\n"88238824#: builtin/clone.c:7608825msgid "unable to checkout working tree"8826msgstr "không thể lấy ra (checkout) cây làm việc"88278828#: builtin/clone.c:8058829msgid "unable to write parameters to config file"8830msgstr "không thể ghi các tham số vào tập tin cấu hình"88318832#: builtin/clone.c:8688833msgid "cannot repack to clean up"8834msgstr "không thể đóng gói để dọn dẹp"88358836#: builtin/clone.c:8708837msgid "cannot unlink temporary alternates file"8838msgstr "không thể bỏ liên kết tập tin thay thế tạm thời"88398840#: builtin/clone.c:910 builtin/receive-pack.c:19358841msgid "Too many arguments."8842msgstr "Có quá nhiều đối số."88438844#: builtin/clone.c:9148845msgid "You must specify a repository to clone."8846msgstr "Bạn phải chỉ định một kho để mà nhân bản (clone)."88478848#: builtin/clone.c:9278849#, c-format8850msgid "--bare and --origin %s options are incompatible."8851msgstr "tùy chọn --bare và --origin %s xung khắc nhau."88528853#: builtin/clone.c:9308854msgid "--bare and --separate-git-dir are incompatible."8855msgstr "tùy chọn --bare và --separate-git-dir xung khắc nhau."88568857#: builtin/clone.c:9438858#, c-format8859msgid "repository '%s' does not exist"8860msgstr "kho chứa “%s” chưa tồn tại"88618862#: builtin/clone.c:949 builtin/fetch.c:15128863#, c-format8864msgid "depth %s is not a positive number"8865msgstr "độ sâu %s không phải là một số nguyên dương"88668867#: builtin/clone.c:9598868#, c-format8869msgid "destination path '%s' already exists and is not an empty directory."8870msgstr "đường dẫn đích “%s” đã có từ trước và không phải là một thư mục rỗng."88718872#: builtin/clone.c:9698873#, c-format8874msgid "working tree '%s' already exists."8875msgstr "cây làm việc “%s” đã sẵn tồn tại rồi."88768877#: builtin/clone.c:984 builtin/clone.c:1005 builtin/difftool.c:2718878#: builtin/worktree.c:247 builtin/worktree.c:2778879#, c-format8880msgid "could not create leading directories of '%s'"8881msgstr "không thể tạo các thư mục dẫn đầu của “%s”"88828883#: builtin/clone.c:9898884#, c-format8885msgid "could not create work tree dir '%s'"8886msgstr "không thể tạo cây thư mục làm việc dir “%s”"88878888#: builtin/clone.c:10098889#, c-format8890msgid "Cloning into bare repository '%s'...\n"8891msgstr "Đang nhân bản thành kho chứa bare “%s”…\n"88928893#: builtin/clone.c:10118894#, c-format8895msgid "Cloning into '%s'...\n"8896msgstr "Đang nhân bản thành “%s”…\n"88978898#: builtin/clone.c:10358899msgid ""8900"clone --recursive is not compatible with both --reference and --reference-if-"8901"able"8902msgstr ""8903"nhân bản --recursive không tương thích với cả hai --reference và --reference-"8904"if-able"89058906#: builtin/clone.c:10968907msgid "--depth is ignored in local clones; use file:// instead."8908msgstr "--depth bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."89098910#: builtin/clone.c:10988911msgid "--shallow-since is ignored in local clones; use file:// instead."8912msgstr ""8913"--shallow-since bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay "8914"thế."89158916#: builtin/clone.c:11008917msgid "--shallow-exclude is ignored in local clones; use file:// instead."8918msgstr ""8919"--shallow-exclude bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay "8920"thế."89218922#: builtin/clone.c:11028923msgid "--filter is ignored in local clones; use file:// instead."8924msgstr ""8925"--filter bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."89268927#: builtin/clone.c:11058928msgid "source repository is shallow, ignoring --local"8929msgstr "kho nguồn là nông, nên bỏ qua --local"89308931#: builtin/clone.c:11108932msgid "--local is ignored"8933msgstr "--local bị lờ đi"89348935#: builtin/clone.c:1180 builtin/clone.c:11888936#, c-format8937msgid "Remote branch %s not found in upstream %s"8938msgstr "Nhánh máy chủ %s không tìm thấy trong thượng nguồn %s"89398940#: builtin/clone.c:11918941msgid "You appear to have cloned an empty repository."8942msgstr "Bạn hình như là đã nhân bản một kho trống rỗng."89438944#: builtin/column.c:108945msgid "git column [<options>]"8946msgstr "git column [<các-tùy-chọn>]"89478948#: builtin/column.c:278949msgid "lookup config vars"8950msgstr "tìm kiếm biến cấu hình"89518952#: builtin/column.c:28 builtin/column.c:298953msgid "layout to use"8954msgstr "bố cục để dùng"89558956#: builtin/column.c:308957msgid "Maximum width"8958msgstr "Độ rộng tối đa"89598960#: builtin/column.c:318961msgid "Padding space on left border"8962msgstr "Chèn thêm khoảng trống vào bên trái"89638964#: builtin/column.c:328965msgid "Padding space on right border"8966msgstr "Chèn thêm khoảng trắng vào bên phải"89678968#: builtin/column.c:338969msgid "Padding space between columns"8970msgstr "Chèn thêm khoảng trắng giữa các cột"89718972#: builtin/column.c:518973msgid "--command must be the first argument"8974msgstr "--command phải là đối số đầu tiên"89758976#: builtin/commit.c:388977msgid "git commit [<options>] [--] <pathspec>..."8978msgstr "git commit [<các-tùy-chọn>] [--] <pathspec>…"89798980#: builtin/commit.c:438981msgid "git status [<options>] [--] <pathspec>..."8982msgstr "git status [<các-tùy-chọn>] [--] <pathspec>…"89838984#: builtin/commit.c:488985msgid ""8986"You asked to amend the most recent commit, but doing so would make\n"8987"it empty. You can repeat your command with --allow-empty, or you can\n"8988"remove the commit entirely with \"git reset HEAD^\".\n"8989msgstr ""8990"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 "8991"làm như thế\n"8992"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 "8993"--allow-empty,\n"8994"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"8995"\"git reset HEAD^\".\n"89968997#: builtin/commit.c:538998msgid ""8999"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"9000"If you wish to commit it anyway, use:\n"9001"\n"9002" git commit --allow-empty\n"9003"\n"9004msgstr ""9005"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 "9006"đột.\n"9007"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"9008"\n"9009" git commit --allow-empty\n"9010"\n"90119012#: builtin/commit.c:609013msgid "Otherwise, please use 'git reset'\n"9014msgstr "Nếu không được thì dùng lệnh \"git reset\"\n"90159016#: builtin/commit.c:639017msgid ""9018"If you wish to skip this commit, use:\n"9019"\n"9020" git reset\n"9021"\n"9022"Then \"git cherry-pick --continue\" will resume cherry-picking\n"9023"the remaining commits.\n"9024msgstr ""9025"Nếu bạn muốn bỏ qua lần chuyển giao này thì dùng:\n"9026"\n"9027" git reset\n"9028"\n"9029"Thế thì \"git cherry-pick --continue\" sẽ phục hồi lại việc cherry-pick\n"9030"những lần chuyển giao còn lại.\n"90319032#: builtin/commit.c:3069033msgid "failed to unpack HEAD tree object"9034msgstr "gặp lỗi khi tháo dỡ HEAD đối tượng cây"90359036#: builtin/commit.c:3479037msgid "unable to create temporary index"9038msgstr "không thể tạo bảng mục lục tạm thời"90399040#: builtin/commit.c:3539041msgid "interactive add failed"9042msgstr "gặp lỗi khi thêm bằng cách tương"90439044#: builtin/commit.c:3669045msgid "unable to update temporary index"9046msgstr "không thể cập nhật bảng mục lục tạm thời"90479048#: builtin/commit.c:3689049msgid "Failed to update main cache tree"9050msgstr "Gặp lỗi khi cập nhật cây bộ nhớ đệm"90519052#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:4629053msgid "unable to write new_index file"9054msgstr "không thể ghi tập tin lưu bảng mục lục mới (new_index)"90559056#: builtin/commit.c:4459057msgid "cannot do a partial commit during a merge."9058msgstr ""9059"không thể thực hiện việc chuyển giao cục bộ trong khi đang được hòa trộn."90609061#: builtin/commit.c:4479062msgid "cannot do a partial commit during a cherry-pick."9063msgstr ""9064"không thể thực hiện việc chuyển giao bộ phận trong khi đang cherry-pick."90659066#: builtin/commit.c:4559067msgid "cannot read the index"9068msgstr "không đọc được bảng mục lục"90699070#: builtin/commit.c:4749071msgid "unable to write temporary index file"9072msgstr "không thể ghi tập tin lưu bảng mục lục tạm thời"90739074#: builtin/commit.c:5719075#, c-format9076msgid "commit '%s' lacks author header"9077msgstr "lần chuyển giao “%s” thiếu phần tác giả ở đầu"90789079#: builtin/commit.c:5739080#, c-format9081msgid "commit '%s' has malformed author line"9082msgstr "lần chuyển giao “%s” có phần tác giả ở đầu dị dạng"90839084#: builtin/commit.c:5929085msgid "malformed --author parameter"9086msgstr "đối số cho --author bị dị hình"90879088#: builtin/commit.c:6449089msgid ""9090"unable to select a comment character that is not used\n"9091"in the current commit message"9092msgstr ""9093"không thể chọn một ký tự ghi chú cái mà không được dùng\n"9094"trong phần ghi chú hiện tại"90959096#: builtin/commit.c:681 builtin/commit.c:714 builtin/commit.c:10429097#, c-format9098msgid "could not lookup commit %s"9099msgstr "không thể tìm kiếm commit (lần chuyển giao) %s"91009101#: builtin/commit.c:693 builtin/shortlog.c:3179102#, c-format9103msgid "(reading log message from standard input)\n"9104msgstr "(đang đọc thông điệp nhật ký từ đầu vào tiêu chuẩn)\n"91059106#: builtin/commit.c:6959107msgid "could not read log from standard input"9108msgstr "không thể đọc nhật ký từ đầu vào tiêu chuẩn"91099110#: builtin/commit.c:6999111#, c-format9112msgid "could not read log file '%s'"9113msgstr "không đọc được tệp nhật ký “%s”"91149115#: builtin/commit.c:728 builtin/commit.c:7369116msgid "could not read SQUASH_MSG"9117msgstr "không thể đọc SQUASH_MSG"91189119#: builtin/commit.c:7339120msgid "could not read MERGE_MSG"9121msgstr "không thể đọc MERGE_MSG"91229123#: builtin/commit.c:7879124msgid "could not write commit template"9125msgstr "không thể ghi mẫu chuyển giao"91269127#: builtin/commit.c:8059128#, c-format9129msgid ""9130"\n"9131"It looks like you may be committing a merge.\n"9132"If this is not correct, please remove the file\n"9133"\t%s\n"9134"and try again.\n"9135msgstr ""9136"\n"9137"Nó trông giống với việc bạn đang chuyển giao một lần hòa trộn.\n"9138"Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"9139"\t%s\n"9140"và thử lại.\n"91419142#: builtin/commit.c:8109143#, c-format9144msgid ""9145"\n"9146"It looks like you may be committing a cherry-pick.\n"9147"If this is not correct, please remove the file\n"9148"\t%s\n"9149"and try again.\n"9150msgstr ""9151"\n"9152"Nó trông giống với việc bạn đang chuyển giao một lần cherry-pick.\n"9153"Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"9154"\t%s\n"9155"và thử lại.\n"91569157#: builtin/commit.c:8239158#, c-format9159msgid ""9160"Please enter the commit message for your changes. Lines starting\n"9161"with '%c' will be ignored, and an empty message aborts the commit.\n"9162msgstr ""9163"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 "9164"được\n"9165"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 "9166"chuyển giao.\n"91679168#: builtin/commit.c:8319169#, c-format9170msgid ""9171"Please enter the commit message for your changes. Lines starting\n"9172"with '%c' will be kept; you may remove them yourself if you want to.\n"9173"An empty message aborts the commit.\n"9174msgstr ""9175"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 "9176"được\n"9177"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"9178"Phần chú thích này nếu trống rỗng sẽ hủy bỏ lần chuyển giao.\n"91799180#: builtin/commit.c:8489181#, c-format9182msgid "%sAuthor: %.*s <%.*s>"9183msgstr "%sTác giả: %.*s <%.*s>"91849185#: builtin/commit.c:8569186#, c-format9187msgid "%sDate: %s"9188msgstr "%sNgày tháng: %s"91899190#: builtin/commit.c:8639191#, c-format9192msgid "%sCommitter: %.*s <%.*s>"9193msgstr "%sNgười chuyển giao: %.*s <%.*s>"91949195#: builtin/commit.c:8809196msgid "Cannot read index"9197msgstr "Không đọc được bảng mục lục"91989199#: builtin/commit.c:9469200msgid "Error building trees"9201msgstr "Gặp lỗi khi xây dựng cây"92029203#: builtin/commit.c:960 builtin/tag.c:2589204#, c-format9205msgid "Please supply the message using either -m or -F option.\n"9206msgstr "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"92079208#: builtin/commit.c:10049209#, c-format9210msgid "--author '%s' is not 'Name <email>' and matches no existing author"9211msgstr ""9212"--author “%s” không phải là “Họ và tên <thư điện tửl>” và không khớp bất kỳ "9213"tác giả nào sẵn có"92149215#: builtin/commit.c:10189216#, c-format9217msgid "Invalid ignored mode '%s'"9218msgstr "Chế độ bỏ qua không hợp lệ “%s”"92199220#: builtin/commit.c:1032 builtin/commit.c:12699221#, c-format9222msgid "Invalid untracked files mode '%s'"9223msgstr "Chế độ cho các tập tin chưa được theo dõi không hợp lệ “%s”"92249225#: builtin/commit.c:10709226msgid "--long and -z are incompatible"9227msgstr "hai tùy chọn -long và -z không tương thích với nhau"92289229#: builtin/commit.c:11039230msgid "Using both --reset-author and --author does not make sense"9231msgstr "Sử dụng cả hai tùy chọn --reset-author và --author không hợp lý"92329233#: builtin/commit.c:11129234msgid "You have nothing to amend."9235msgstr "Không có gì để mà “tu bổ” cả."92369237#: builtin/commit.c:11159238msgid "You are in the middle of a merge -- cannot amend."9239msgstr ""9240"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ổ”."92419242#: builtin/commit.c:11179243msgid "You are in the middle of a cherry-pick -- cannot amend."9244msgstr ""9245"Bạn đang ở giữa của quá trình cherry-pick -- không thể thực hiện việc “tu "9246"bổ”."92479248#: builtin/commit.c:11209249msgid "Options --squash and --fixup cannot be used together"9250msgstr "Các tùy chọn --squash và --fixup không thể sử dụng cùng với nhau"92519252#: builtin/commit.c:11309253msgid "Only one of -c/-C/-F/--fixup can be used."9254msgstr ""9255"Chỉ được dùng một trong số tùy chọn trong số các tùy chọn -c/-C/-F/--fixup"92569257#: builtin/commit.c:11329258msgid "Option -m cannot be combined with -c/-C/-F."9259msgstr "Tùy chọn -m không thể được tổ hợp cùng với -c/-C/-F."92609261#: builtin/commit.c:11409262msgid "--reset-author can be used only with -C, -c or --amend."9263msgstr ""9264"--reset-author chỉ có thể được sử dụng với tùy chọn -C, -c hay --amend."92659266#: builtin/commit.c:11579267msgid "Only one of --include/--only/--all/--interactive/--patch can be used."9268msgstr ""9269"Chỉ một trong các tùy chọn --include/--only/--all/--interactive/--patch được "9270"sử dụng."92719272#: builtin/commit.c:11599273msgid "No paths with --include/--only does not make sense."9274msgstr "Không đường dẫn với các tùy chọn --include/--only không hợp lý."92759276#: builtin/commit.c:1173 builtin/tag.c:5449277#, c-format9278msgid "Invalid cleanup mode %s"9279msgstr "Chế độ dọn dẹp không hợp lệ %s"92809281#: builtin/commit.c:11789282msgid "Paths with -a does not make sense."9283msgstr "Các đường dẫn với tùy chọn -a không hợp lý."92849285#: builtin/commit.c:1303 builtin/commit.c:14809286msgid "show status concisely"9287msgstr "hiển thị trạng thái ở dạng súc tích"92889289#: builtin/commit.c:1305 builtin/commit.c:14829290msgid "show branch information"9291msgstr "hiển thị thông tin nhánh"92929293#: builtin/commit.c:13079294msgid "show stash information"9295msgstr "hiển thị thông tin về tạm cất"92969297#: builtin/commit.c:1309 builtin/commit.c:14849298msgid "compute full ahead/behind values"9299msgstr "tính đầy đủ giá trị trước/sau"93009301#: builtin/commit.c:13119302msgid "version"9303msgstr "phiên bản"93049305#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:5589306#: builtin/worktree.c:5919307msgid "machine-readable output"9308msgstr "kết xuất dạng máy-có-thể-đọc"93099310#: builtin/commit.c:1314 builtin/commit.c:14889311msgid "show status in long format (default)"9312msgstr "hiển thị trạng thái ở định dạng dài (mặc định)"93139314#: builtin/commit.c:1317 builtin/commit.c:14919315msgid "terminate entries with NUL"9316msgstr "chấm dứt các mục bằng NUL"93179318#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:14949319#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/tag.c:3989320msgid "mode"9321msgstr "chế độ"93229323#: builtin/commit.c:1320 builtin/commit.c:14949324msgid "show untracked files, optional modes: all, normal, no. (Default: all)"9325msgstr ""9326"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, "9327"normal, no. (Mặc định: all)"93289329#: builtin/commit.c:13249330msgid ""9331"show ignored files, optional modes: traditional, matching, no. (Default: "9332"traditional)"9333msgstr ""9334"hiển thị các tập tin bị bỏ qua, các chế độ tùy chọn: traditional, matching, "9335"no. (Mặc định: traditional)"93369337#: builtin/commit.c:1326 parse-options.h:1679338msgid "when"9339msgstr "khi"93409341#: builtin/commit.c:13279342msgid ""9343"ignore changes to submodules, optional when: all, dirty, untracked. "9344"(Default: all)"9345msgstr ""9346"bỏ qua các thay đổi trong mô-đun-con, tùy chọn khi: all, dirty, untracked. "9347"(Mặc định: all)"93489349#: builtin/commit.c:13299350msgid "list untracked files in columns"9351msgstr "hiển thị danh sách các tập-tin chưa được theo dõi trong các cột"93529353#: builtin/commit.c:13309354msgid "do not detect renames"9355msgstr "không dò tìm các tên thay đổi"93569357#: builtin/commit.c:13329358msgid "detect renames, optionally set similarity index"9359msgstr "dò các tên thay đổi, tùy ý đặt mục lục tương tự"93609361#: builtin/commit.c:13529362msgid "Unsupported combination of ignored and untracked-files arguments"9363msgstr ""9364"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"93659366#: builtin/commit.c:14509367msgid "suppress summary after successful commit"9368msgstr "không hiển thị tổng kết sau khi chuyển giao thành công"93699370#: builtin/commit.c:14519371msgid "show diff in commit message template"9372msgstr "hiển thị sự khác biệt trong mẫu tin nhắn chuyển giao"93739374#: builtin/commit.c:14539375msgid "Commit message options"9376msgstr "Các tùy chọn ghi chú commit"93779378#: builtin/commit.c:1454 builtin/merge.c:261 builtin/tag.c:3959379msgid "read message from file"9380msgstr "đọc chú thích từ tập tin"93819382#: builtin/commit.c:14559383msgid "author"9384msgstr "tác giả"93859386#: builtin/commit.c:14559387msgid "override author for commit"9388msgstr "ghi đè tác giả cho commit"93899390#: builtin/commit.c:1456 builtin/gc.c:5049391msgid "date"9392msgstr "ngày tháng"93939394#: builtin/commit.c:14569395msgid "override date for commit"9396msgstr "ghi đè ngày tháng cho lần chuyển giao"93979398#: builtin/commit.c:1457 builtin/merge.c:257 builtin/notes.c:4049399#: builtin/notes.c:567 builtin/tag.c:3939400msgid "message"9401msgstr "chú thích"94029403#: builtin/commit.c:14579404msgid "commit message"9405msgstr "chú thích của lần chuyển giao"94069407#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:14609408#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:929409msgid "commit"9410msgstr "lần_chuyển_giao"94119412#: builtin/commit.c:14589413msgid "reuse and edit message from specified commit"9414msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho nhưng có cho sửa chữa"94159416#: builtin/commit.c:14599417msgid "reuse message from specified commit"9418msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho"94199420#: builtin/commit.c:14609421msgid "use autosquash formatted message to fixup specified commit"9422msgstr ""9423"dùng ghi chú có định dạng autosquash để sửa chữa lần chuyển giao đã chỉ ra"94249425#: builtin/commit.c:14619426msgid "use autosquash formatted message to squash specified commit"9427msgstr ""9428"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ỉ "9429"ra"94309431#: builtin/commit.c:14629432msgid "the commit is authored by me now (used with -C/-c/--amend)"9433msgstr ""9434"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)"94359436#: builtin/commit.c:1463 builtin/log.c:1457 builtin/merge.c:2749437#: builtin/pull.c:154 builtin/revert.c:1069438msgid "add Signed-off-by:"9439msgstr "(nên dùng) thêm dòng Signed-off-by:"94409441#: builtin/commit.c:14649442msgid "use specified template file"9443msgstr "sử dụng tập tin mẫu đã cho"94449445#: builtin/commit.c:14659446msgid "force edit of commit"9447msgstr "ép buộc sửa lần commit"94489449#: builtin/commit.c:14669450msgid "default"9451msgstr "mặc định"94529453#: builtin/commit.c:1466 builtin/tag.c:3999454msgid "how to strip spaces and #comments from message"9455msgstr "làm thế nào để cắt bỏ khoảng trắng và #ghichú từ mẩu tin nhắn"94569457#: builtin/commit.c:14679458msgid "include status in commit message template"9459msgstr "bao gồm các trạng thái trong mẫu ghi chú chuyển giao"94609461#: builtin/commit.c:1469 builtin/merge.c:272 builtin/pull.c:1849462#: builtin/revert.c:1149463msgid "GPG sign commit"9464msgstr "ký lần chuyển giao dùng GPG"94659466#: builtin/commit.c:14729467msgid "Commit contents options"9468msgstr "Các tùy nội dung ghi chú commit"94699470#: builtin/commit.c:14739471msgid "commit all changed files"9472msgstr "chuyển giao tất cả các tập tin có thay đổi"94739474#: builtin/commit.c:14749475msgid "add specified files to index for commit"9476msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục để chuyển giao"94779478#: builtin/commit.c:14759479msgid "interactively add files"9480msgstr "thêm các tập-tin bằng tương tác"94819482#: builtin/commit.c:14769483msgid "interactively add changes"9484msgstr "thêm các thay đổi bằng tương tác"94859486#: builtin/commit.c:14779487msgid "commit only specified files"9488msgstr "chỉ chuyển giao các tập tin đã chỉ ra"94899490#: builtin/commit.c:14789491msgid "bypass pre-commit and commit-msg hooks"9492msgstr "vòng qua móc (hook) pre-commit và commit-msg"94939494#: builtin/commit.c:14799495msgid "show what would be committed"9496msgstr "hiển thị xem cái gì có thể được chuyển giao"94979498#: builtin/commit.c:14929499msgid "amend previous commit"9500msgstr "“tu bổ” (amend) lần commit trước"95019502#: builtin/commit.c:14939503msgid "bypass post-rewrite hook"9504msgstr "vòng qua móc (hook) post-rewrite"95059506#: builtin/commit.c:14989507msgid "ok to record an empty change"9508msgstr "ok để ghi lại một thay đổi trống rỗng"95099510#: builtin/commit.c:15009511msgid "ok to record a change with an empty message"9512msgstr "ok để ghi các thay đổi với lời nhắn trống rỗng"95139514#: builtin/commit.c:15739515#, c-format9516msgid "Corrupt MERGE_HEAD file (%s)"9517msgstr "Tập tin MERGE_HEAD sai hỏng (%s)"95189519#: builtin/commit.c:15809520msgid "could not read MERGE_MODE"9521msgstr "không thể đọc MERGE_MODE"95229523#: builtin/commit.c:15999524#, c-format9525msgid "could not read commit message: %s"9526msgstr "không thể đọc phần chú thích (message) của lần chuyển giao: %s"95279528#: builtin/commit.c:16109529#, c-format9530msgid "Aborting commit due to empty commit message.\n"9531msgstr "Bãi bỏ việc chuyển giao bởi vì phần chú thích của nó trống rỗng.\n"95329533#: builtin/commit.c:16159534#, c-format9535msgid "Aborting commit; you did not edit the message.\n"9536msgstr ""9537"Đang bỏ qua việc chuyển giao; bạn đã không biên soạn phần chú thích "9538"(message).\n"95399540#: builtin/commit.c:16509541msgid ""9542"repository has been updated, but unable to write\n"9543"new_index file. Check that disk is not full and quota is\n"9544"not exceeded, and then \"git reset HEAD\" to recover."9545msgstr ""9546"kho chứa đã được cập nhật, nhưng không thể ghi vào\n"9547"tập tin new_index (bảng mục lục mới). Hãy kiểm tra xem đĩa\n"9548"có bị đầy quá hay quota (hạn nghạch đĩa cứng) bị vượt quá,\n"9549"và sau đó \"git reset HEAD\" để khắc phục."95509551#: builtin/commit-graph.c:109552msgid "git commit-graph [--object-dir <objdir>]"9553msgstr "git commit-graph [--object-dir <objdir>]"95549555#: builtin/commit-graph.c:11 builtin/commit-graph.c:239556msgid "git commit-graph read [--object-dir <objdir>]"9557msgstr "git commit-graph read [--object-dir <objdir>]"95589559#: builtin/commit-graph.c:12 builtin/commit-graph.c:189560msgid "git commit-graph verify [--object-dir <objdir>]"9561msgstr "git commit-graph verify [--object-dir <objdir>]"95629563#: builtin/commit-graph.c:13 builtin/commit-graph.c:289564msgid ""9565"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"9566"stdin-packs|--stdin-commits]"9567msgstr ""9568"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"9569"stdin-packs|--stdin-commits]"95709571#: builtin/commit-graph.c:48 builtin/commit-graph.c:779572#: builtin/commit-graph.c:131 builtin/commit-graph.c:184 builtin/fetch.c:1509573#: builtin/log.c:14779574msgid "dir"9575msgstr "tmục"95769577#: builtin/commit-graph.c:49 builtin/commit-graph.c:789578#: builtin/commit-graph.c:132 builtin/commit-graph.c:1859579msgid "The object directory to store the graph"9580msgstr "Thư mục đối tượng để lưu đồ thị"95819582#: builtin/commit-graph.c:1349583msgid "start walk at all refs"9584msgstr "bắt đầu di chuyển tại mọi tham chiếu"95859586#: builtin/commit-graph.c:1369587msgid "scan pack-indexes listed by stdin for commits"9588msgstr ""9589"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 "9590"chuyển giao"95919592#: builtin/commit-graph.c:1389593msgid "start walk at commits listed by stdin"9594msgstr ""9595"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"95969597#: builtin/commit-graph.c:1409598msgid "include all commits already in the commit-graph file"9599msgstr ""9600"bao gồm mọi lần chuyển giao đã sẵn có trongười tập tin đồ thị lần chuyển giao"96019602#: builtin/commit-graph.c:1499603msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"9604msgstr ""9605"không thể sử dụng hơn một --reachable, --stdin-commits, hay --stdin-packs"96069607#: builtin/config.c:109608msgid "git config [<options>]"9609msgstr "git config [<các-tùy-chọn>]"96109611#: builtin/config.c:1019612#, c-format9613msgid "unrecognized --type argument, %s"9614msgstr "đối số không được thừa nhận --type, %s"96159616#: builtin/config.c:1139617msgid "only one type at a time"9618msgstr "chỉ một kiểu một lần"96199620#: builtin/config.c:1229621msgid "Config file location"9622msgstr "Vị trí tập tin cấu hình"96239624#: builtin/config.c:1239625msgid "use global config file"9626msgstr "dùng tập tin cấu hình toàn cục"96279628#: builtin/config.c:1249629msgid "use system config file"9630msgstr "sử dụng tập tin cấu hình hệ thống"96319632#: builtin/config.c:1259633msgid "use repository config file"9634msgstr "dùng tập tin cấu hình của kho"96359636#: builtin/config.c:1269637msgid "use given config file"9638msgstr "sử dụng tập tin cấu hình đã cho"96399640#: builtin/config.c:1279641msgid "blob-id"9642msgstr "blob-id"96439644#: builtin/config.c:1279645msgid "read config from given blob object"9646msgstr "đọc cấu hình từ đối tượng blob đã cho"96479648#: builtin/config.c:1289649msgid "Action"9650msgstr "Hành động"96519652#: builtin/config.c:1299653msgid "get value: name [value-regex]"9654msgstr "lấy giá-trị: tên [value-regex]"96559656#: builtin/config.c:1309657msgid "get all values: key [value-regex]"9658msgstr "lấy tất cả giá-trị: khóa [value-regex]"96599660#: builtin/config.c:1319661msgid "get values for regexp: name-regex [value-regex]"9662msgstr "lấy giá trị cho regexp: name-regex [value-regex]"96639664#: builtin/config.c:1329665msgid "get value specific for the URL: section[.var] URL"9666msgstr "lấy đặc tả giá trị cho URL: phần[.biến] URL"96679668#: builtin/config.c:1339669msgid "replace all matching variables: name value [value_regex]"9670msgstr "thay thế tất cả các biến khớp mẫu: tên giá-trị [value_regex]"96719672#: builtin/config.c:1349673msgid "add a new variable: name value"9674msgstr "thêm biến mới: tên giá-trị"96759676#: builtin/config.c:1359677msgid "remove a variable: name [value-regex]"9678msgstr "gỡ bỏ biến: tên [value-regex]"96799680#: builtin/config.c:1369681msgid "remove all matches: name [value-regex]"9682msgstr "gỡ bỏ mọi cái khớp: tên [value-regex]"96839684#: builtin/config.c:1379685msgid "rename section: old-name new-name"9686msgstr "đổi tên phần: tên-cũ tên-mới"96879688#: builtin/config.c:1389689msgid "remove a section: name"9690msgstr "gỡ bỏ phần: tên"96919692#: builtin/config.c:1399693msgid "list all"9694msgstr "liệt kê tất"96959696#: builtin/config.c:1409697msgid "open an editor"9698msgstr "mở một trình biên soạn"96999700#: builtin/config.c:1419701msgid "find the color configured: slot [default]"9702msgstr "tìm cấu hình màu sắc: slot [mặc định]"97039704#: builtin/config.c:1429705msgid "find the color setting: slot [stdout-is-tty]"9706msgstr "tìm các cài đặt về màu sắc: slot [stdout-là-tty]"97079708#: builtin/config.c:1439709msgid "Type"9710msgstr "Kiểu"97119712#: builtin/config.c:1449713msgid "value is given this type"9714msgstr "giá trị được đưa kiểu này"97159716#: builtin/config.c:1459717msgid "value is \"true\" or \"false\""9718msgstr "giá trị là \"true\" hoặc \"false\""97199720#: builtin/config.c:1469721msgid "value is decimal number"9722msgstr "giá trị ở dạng số thập phân"97239724#: builtin/config.c:1479725msgid "value is --bool or --int"9726msgstr "giá trị là --bool hoặc --int"97279728#: builtin/config.c:1489729msgid "value is a path (file or directory name)"9730msgstr "giá trị là đường dẫn (tên tập tin hay thư mục)"97319732#: builtin/config.c:1499733msgid "value is an expiry date"9734msgstr "giá trị là một ngày hết hạn"97359736#: builtin/config.c:1509737msgid "Other"9738msgstr "Khác"97399740#: builtin/config.c:1519741msgid "terminate values with NUL byte"9742msgstr "chấm dứt giá trị với byte NUL"97439744#: builtin/config.c:1529745msgid "show variable names only"9746msgstr "chỉ hiển thị các tên biến"97479748#: builtin/config.c:1539749msgid "respect include directives on lookup"9750msgstr "tôn trọng kể cà các hướng trong tìm kiếm"97519752#: builtin/config.c:1549753msgid "show origin of config (file, standard input, blob, command line)"9754msgstr ""9755"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 "9756"lệnh)"97579758#: builtin/config.c:1559759msgid "value"9760msgstr "giá trị"97619762#: builtin/config.c:1559763msgid "with --get, use default value when missing entry"9764msgstr "với --get, dùng giá trị mặc định khi thiếu mục tin"97659766#: builtin/config.c:1689767#, c-format9768msgid "wrong number of arguments, should be %d"9769msgstr "sai số lượng tham số, phải là %d"97709771#: builtin/config.c:1709772#, c-format9773msgid "wrong number of arguments, should be from %d to %d"9774msgstr "sai số lượng tham số, phải từ %d đến %d"97759776#: builtin/config.c:3049777#, c-format9778msgid "invalid key pattern: %s"9779msgstr "mẫu khóa không hợp lệ: %s"97809781#: builtin/config.c:3409782#, c-format9783msgid "failed to format default config value: %s"9784msgstr "gặp lỗi khi định dạng giá trị cấu hình mặc định: %s"97859786#: builtin/config.c:3979787#, c-format9788msgid "cannot parse color '%s'"9789msgstr "không thể phân tích màu “%s”"97909791#: builtin/config.c:4399792msgid "unable to parse default color value"9793msgstr "không thể phân tích giá trị màu mặc định"97949795#: builtin/config.c:492 builtin/config.c:7249796msgid "not in a git directory"9797msgstr "không trong thư mục git"97989799#: builtin/config.c:4959800msgid "writing to stdin is not supported"9801msgstr "việc ghi ra đầu ra tiêu chuẩn là không được hỗ trợ"98029803#: builtin/config.c:4989804msgid "writing config blobs is not supported"9805msgstr "không hỗ trợ ghi cấu hình các blob"98069807#: builtin/config.c:5839808#, c-format9809msgid ""9810"# This is Git's per-user configuration file.\n"9811"[user]\n"9812"# Please adapt and uncomment the following lines:\n"9813"#\tname = %s\n"9814"#\temail = %s\n"9815msgstr ""9816"# Đây là tập tin cấu hình cho từng người dùng Git.\n"9817"[user]\n"9818"# Vui lòng sửa lại cho thích hợp và bỏ dấu ghi chú các dòng sau:\n"9819"#\tname = %s\n"9820"#\temail = %s\n"98219822#: builtin/config.c:6069823msgid "only one config file at a time"9824msgstr "chỉ một tập tin cấu hình một lần"98259826#: builtin/config.c:6119827msgid "--local can only be used inside a git repository"9828msgstr "--local chỉ có thể được dùng bên trong một kho git"98299830#: builtin/config.c:6149831msgid "--blob can only be used inside a git repository"9832msgstr "--blob chỉ có thể được dùng bên trong một kho git"98339834#: builtin/config.c:6339835msgid "$HOME not set"9836msgstr "Chưa đặt biến môi trường HOME"98379838#: builtin/config.c:6709839msgid "--get-color and variable type are incoherent"9840msgstr "--get-color và kiểu biến là không mạch lạc"98419842#: builtin/config.c:6759843msgid "only one action at a time"9844msgstr "chỉ một thao tác mỗi lần"98459846#: builtin/config.c:6889847msgid "--name-only is only applicable to --list or --get-regexp"9848msgstr "--name-only chỉ được áp dụng cho --list hoặc --get-regexp"98499850#: builtin/config.c:6949851msgid ""9852"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"9853"list"9854msgstr ""9855"--show-origin chỉ được áp dụng cho --get, --get-all, --get-regexp, hoặc --"9856"list"98579858#: builtin/config.c:7009859msgid "--default is only applicable to --get"9860msgstr "--default chỉ được áp dụng cho --get"98619862#: builtin/config.c:7139863#, c-format9864msgid "unable to read config file '%s'"9865msgstr "không thể đọc tập tin cấu hình “%s”"98669867#: builtin/config.c:7169868msgid "error processing config file(s)"9869msgstr "gặp lỗi khi xử lý các tập tin cấu hình"98709871#: builtin/config.c:7269872msgid "editing stdin is not supported"9873msgstr "sửa chữa đầu ra tiêu chuẩn là không được hỗ trợ"98749875#: builtin/config.c:7289876msgid "editing blobs is not supported"9877msgstr "việc sửa chữa các blob là không được hỗ trợ"98789879#: builtin/config.c:7429880#, c-format9881msgid "cannot create configuration file %s"9882msgstr "không thể tạo tập tin cấu hình “%s”"98839884#: builtin/config.c:7559885#, c-format9886msgid ""9887"cannot overwrite multiple values with a single value\n"9888" Use a regexp, --add or --replace-all to change %s."9889msgstr ""9890"không thể ghi đè nhiều giá trị với một giá trị đơn\n"9891" Dùng một biểu thức chính quy, --add hay --replace-all để thay đổi %s."98929893#: builtin/config.c:829 builtin/config.c:8409894#, c-format9895msgid "no such section: %s"9896msgstr "không có đoạn: %s"98979898#: builtin/count-objects.c:909899msgid "git count-objects [-v] [-H | --human-readable]"9900msgstr "git count-objects [-v] [-H | --human-readable]"99019902#: builtin/count-objects.c:1009903msgid "print sizes in human readable format"9904msgstr "hiển thị kích cỡ theo định dạng dành cho người đọc"99059906#: builtin/describe.c:269907msgid "git describe [<options>] [<commit-ish>...]"9908msgstr "git describe [<các-tùy-chọn>] <commit-ish>*"99099910#: builtin/describe.c:279911msgid "git describe [<options>] --dirty"9912msgstr "git describe [<các-tùy-chọn>] --dirty"99139914#: builtin/describe.c:629915msgid "head"9916msgstr "phía trước "99179918#: builtin/describe.c:629919msgid "lightweight"9920msgstr "hạng nhẹ"99219922#: builtin/describe.c:629923msgid "annotated"9924msgstr "có diễn giải"99259926#: builtin/describe.c:2729927#, c-format9928msgid "annotated tag %s not available"9929msgstr "thẻ đã được ghi chú %s không sẵn để dùng"99309931#: builtin/describe.c:2769932#, c-format9933msgid "annotated tag %s has no embedded name"9934msgstr "thẻ được chú giải %s không có tên nhúng"99359936#: builtin/describe.c:2789937#, c-format9938msgid "tag '%s' is really '%s' here"9939msgstr "thẻ “%s” đã thực sự ở đây “%s” rồi"99409941#: builtin/describe.c:3229942#, c-format9943msgid "no tag exactly matches '%s'"9944msgstr "không có thẻ nào khớp chính xác với “%s”"99459946#: builtin/describe.c:3249947#, c-format9948msgid "No exact match on refs or tags, searching to describe\n"9949msgstr "Không có tham chiếu hay thẻ khớp đúng, đang tìm kiếm mô tả\n"99509951#: builtin/describe.c:3789952#, c-format9953msgid "finished search at %s\n"9954msgstr "việc tìm kiếm đã kết thúc tại %s\n"99559956#: builtin/describe.c:4049957#, c-format9958msgid ""9959"No annotated tags can describe '%s'.\n"9960"However, there were unannotated tags: try --tags."9961msgstr ""9962"Không có thẻ được chú giải nào được mô tả là “%s”.\n"9963"Tuy nhiên, ở đây có những thẻ không được chú giải: hãy thử --tags."99649965#: builtin/describe.c:4089966#, c-format9967msgid ""9968"No tags can describe '%s'.\n"9969"Try --always, or create some tags."9970msgstr ""9971"Không có thẻ có thể mô tả “%s”.\n"9972"Hãy thử --always, hoặc tạo một số thẻ."99739974#: builtin/describe.c:4389975#, c-format9976msgid "traversed %lu commits\n"9977msgstr "đã xuyên %lu qua lần chuyển giao\n"99789979#: builtin/describe.c:4419980#, c-format9981msgid ""9982"more than %i tags found; listed %i most recent\n"9983"gave up search at %s\n"9984msgstr ""9985"tìm thấy nhiều hơn %i thẻ; đã liệt kê %i cái gần\n"9986"đây nhất bỏ đi tìm kiếm tại %s\n"99879988#: builtin/describe.c:5099989#, c-format9990msgid "describe %s\n"9991msgstr "mô tả %s\n"99929993#: builtin/describe.c:512 builtin/log.c:5089994#, c-format9995msgid "Not a valid object name %s"9996msgstr "Không phải tên đối tượng %s hợp lệ"99979998#: builtin/describe.c:5209999#, c-format10000msgid "%s is neither a commit nor blob"10001msgstr "%s không phải là một lần commit cũng không phải blob"1000210003#: builtin/describe.c:53410004msgid "find the tag that comes after the commit"10005msgstr "tìm các thẻ mà nó đến trước lần chuyển giao"1000610007#: builtin/describe.c:53510008msgid "debug search strategy on stderr"10009msgstr "chiến lược tìm kiếm gỡ lỗi trên đầu ra lỗi chuẩn stderr"1001010011#: builtin/describe.c:53610012msgid "use any ref"10013msgstr "dùng ref bất kỳ"1001410015#: builtin/describe.c:53710016msgid "use any tag, even unannotated"10017msgstr "dùng thẻ bất kỳ, cả khi “unannotated”"1001810019#: builtin/describe.c:53810020msgid "always use long format"10021msgstr "luôn dùng định dạng dài"1002210023#: builtin/describe.c:53910024msgid "only follow first parent"10025msgstr "chỉ theo cha mẹ đầu tiên"1002610027#: builtin/describe.c:54210028msgid "only output exact matches"10029msgstr "chỉ xuất những gì khớp chính xác"1003010031#: builtin/describe.c:54410032msgid "consider <n> most recent tags (default: 10)"10033msgstr "coi như <n> thẻ gần đây nhất (mặc định: 10)"1003410035#: builtin/describe.c:54610036msgid "only consider tags matching <pattern>"10037msgstr "chỉ cân nhắc đến những thẻ khớp với <mẫu>"1003810039#: builtin/describe.c:54810040msgid "do not consider tags matching <pattern>"10041msgstr "không coi rằng các thẻ khớp với <mẫu>"1004210043#: builtin/describe.c:550 builtin/name-rev.c:42410044msgid "show abbreviated commit object as fallback"10045msgstr "hiển thị đối tượng chuyển giao vắn tắt như là fallback"1004610047#: builtin/describe.c:551 builtin/describe.c:55410048msgid "mark"10049msgstr "dấu"1005010051#: builtin/describe.c:55210052msgid "append <mark> on dirty working tree (default: \"-dirty\")"10053msgstr "thêm <dấu> trên cây thư mục làm việc bẩn (mặc định \"-dirty\")"1005410055#: builtin/describe.c:55510056msgid "append <mark> on broken working tree (default: \"-broken\")"10057msgstr "thêm <dấu> trên cây thư mục làm việc bị hỏng (mặc định \"-broken\")"1005810059#: builtin/describe.c:57310060msgid "--long is incompatible with --abbrev=0"10061msgstr "--long là xung khắc với tùy chọn --abbrev=0"1006210063#: builtin/describe.c:60210064msgid "No names found, cannot describe anything."10065msgstr "Không tìm thấy các tên, không thể mô tả gì cả."1006610067#: builtin/describe.c:65210068msgid "--dirty is incompatible with commit-ishes"10069msgstr "--dirty là xung khắc với các tùy chọn commit-ish"1007010071#: builtin/describe.c:65410072msgid "--broken is incompatible with commit-ishes"10073msgstr "--broken là xung khắc với commit-ishes"1007410075#: builtin/diff.c:8310076#, c-format10077msgid "'%s': not a regular file or symlink"10078msgstr "“%s”: không phải tập tin bình thường hay liên kết mềm"1007910080#: builtin/diff.c:23410081#, c-format10082msgid "invalid option: %s"10083msgstr "tùy chọn không hợp lệ: %s"1008410085#: builtin/diff.c:36310086msgid "Not a git repository"10087msgstr "Không phải là kho git"1008810089#: builtin/diff.c:40710090#, c-format10091msgid "invalid object '%s' given."10092msgstr "đối tượng đã cho “%s” không hợp lệ."1009310094#: builtin/diff.c:41610095#, c-format10096msgid "more than two blobs given: '%s'"10097msgstr "đã cho nhiều hơn hai đối tượng blob: “%s”"1009810099#: builtin/diff.c:42110100#, c-format10101msgid "unhandled object '%s' given."10102msgstr "đã cho đối tượng không thể nắm giữ “%s”."1010310104#: builtin/difftool.c:3010105msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"10106msgstr ""10107"git difftool [<các-tùy-chọn>] [<lần_chuyển_giao> [<lần_chuyển_giao>]] [--] "10108"<đường-dẫn>…]"1010910110#: builtin/difftool.c:26010111#, c-format10112msgid "failed: %d"10113msgstr "gặp lỗi: %d"1011410115#: builtin/difftool.c:30210116#, c-format10117msgid "could not read symlink %s"10118msgstr "không thể đọc liên kết mềm %s"1011910120#: builtin/difftool.c:30410121#, c-format10122msgid "could not read symlink file %s"10123msgstr "không đọc được tập tin liên kết mềm %s"1012410125#: builtin/difftool.c:31210126#, c-format10127msgid "could not read object %s for symlink %s"10128msgstr "Không thể đọc đối tượng %s cho liên kết mềm %s"1012910130#: builtin/difftool.c:41310131msgid ""10132"combined diff formats('-c' and '--cc') are not supported in\n"10133"directory diff mode('-d' and '--dir-diff')."10134msgstr ""10135"các định dạng diff tổ hợp(“-c” và “--cc”) chưa được hỗ trợ trong\n"10136"chế độ diff thư mục(“-d” và “--dir-diff”)."1013710138#: builtin/difftool.c:63310139#, c-format10140msgid "both files modified: '%s' and '%s'."10141msgstr "cả hai tập tin đã bị sửa: “%s” và “%s”."1014210143#: builtin/difftool.c:63510144msgid "working tree file has been left."10145msgstr "cây làm việc ở bên trái."1014610147#: builtin/difftool.c:64610148#, c-format10149msgid "temporary files exist in '%s'."10150msgstr "các tập tin tạm đã sẵn có trong “%s”."1015110152#: builtin/difftool.c:64710153msgid "you may want to cleanup or recover these."10154msgstr "bạn có lẽ muốn dọn dẹp hay "1015510156#: builtin/difftool.c:69610157msgid "use `diff.guitool` instead of `diff.tool`"10158msgstr "dùng “diff.guitool“ thay vì dùng “diff.tool“"1015910160#: builtin/difftool.c:69810161msgid "perform a full-directory diff"10162msgstr "thực hiện một diff toàn thư mục"1016310164#: builtin/difftool.c:70010165msgid "do not prompt before launching a diff tool"10166msgstr "đừng nhắc khi khởi chạy công cụ diff"1016710168#: builtin/difftool.c:70510169msgid "use symlinks in dir-diff mode"10170msgstr "dùng liên kết mềm trong diff-thư-mục"1017110172#: builtin/difftool.c:70610173msgid "tool"10174msgstr "công cụ"1017510176#: builtin/difftool.c:70710177msgid "use the specified diff tool"10178msgstr "dùng công cụ diff đã cho"1017910180#: builtin/difftool.c:70910181msgid "print a list of diff tools that may be used with `--tool`"10182msgstr "in ra danh sách các công cụ dif cái mà có thẻ dùng với “--tool“"1018310184#: builtin/difftool.c:71210185msgid ""10186"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "10187"code"10188msgstr ""10189"làm cho “git-difftool” thoát khi gọi công cụ diff trả về mã không phải số "10190"không"1019110192#: builtin/difftool.c:71510193msgid "specify a custom command for viewing diffs"10194msgstr "chỉ định một lệnh tùy ý để xem diff"1019510196#: builtin/difftool.c:73910197msgid "no <tool> given for --tool=<tool>"10198msgstr "chưa đưa ra <công_cụ> cho --tool=<công_cụ>"1019910200#: builtin/difftool.c:74610201msgid "no <cmd> given for --extcmd=<cmd>"10202msgstr "chưa đưa ra <lệnh> cho --extcmd=<lệnh>"1020310204#: builtin/fast-export.c:2910205msgid "git fast-export [rev-list-opts]"10206msgstr "git fast-export [rev-list-opts]"1020710208#: builtin/fast-export.c:100610209msgid "show progress after <n> objects"10210msgstr "hiển thị tiến triển sau <n> đối tượng"1021110212#: builtin/fast-export.c:100810213msgid "select handling of signed tags"10214msgstr "chọn điều khiển của thẻ đã ký"1021510216#: builtin/fast-export.c:101110217msgid "select handling of tags that tag filtered objects"10218msgstr "chọn sự xử lý của các thẻ, cái mà đánh thẻ các đối tượng được lọc ra"1021910220#: builtin/fast-export.c:101410221msgid "Dump marks to this file"10222msgstr "Đổ các đánh dấu này vào tập-tin"1022310224#: builtin/fast-export.c:101610225msgid "Import marks from this file"10226msgstr "nhập vào đánh dấu từ tập tin này"1022710228#: builtin/fast-export.c:101810229msgid "Fake a tagger when tags lack one"10230msgstr "Làm giả một cái thẻ khi thẻ bị thiếu một cái"1023110232#: builtin/fast-export.c:102010233msgid "Output full tree for each commit"10234msgstr "Xuất ra toàn bộ cây cho mỗi lần chuyển giao"1023510236#: builtin/fast-export.c:102210237msgid "Use the done feature to terminate the stream"10238msgstr "Sử dụng tính năng done để chấm dứt luồng dữ liệu"1023910240#: builtin/fast-export.c:102310241msgid "Skip output of blob data"10242msgstr "Bỏ qua kết xuất của dữ liệu blob"1024310244#: builtin/fast-export.c:102410245msgid "refspec"10246msgstr "refspec"1024710248#: builtin/fast-export.c:102510249msgid "Apply refspec to exported refs"10250msgstr "Áp dụng refspec cho refs đã xuất"1025110252#: builtin/fast-export.c:102610253msgid "anonymize output"10254msgstr "kết xuất anonymize"1025510256#: builtin/fetch.c:2710257msgid "git fetch [<options>] [<repository> [<refspec>...]]"10258msgstr "git fetch [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"1025910260#: builtin/fetch.c:2810261msgid "git fetch [<options>] <group>"10262msgstr "git fetch [<các-tùy-chọn>] [<nhóm>"1026310264#: builtin/fetch.c:2910265msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"10266msgstr "git fetch --multiple [<các-tùy-chọn>] [(<kho> | <nhóm>)…]"1026710268#: builtin/fetch.c:3010269msgid "git fetch --all [<options>]"10270msgstr "git fetch --all [<các-tùy-chọn>]"1027110272#: builtin/fetch.c:112 builtin/pull.c:19310273msgid "fetch from all remotes"10274msgstr "lấy về từ tất cả các máy chủ"1027510276#: builtin/fetch.c:114 builtin/pull.c:19610277msgid "append to .git/FETCH_HEAD instead of overwriting"10278msgstr "nối thêm vào .git/FETCH_HEAD thay vì ghi đè lên nó"1027910280#: builtin/fetch.c:116 builtin/pull.c:19910281msgid "path to upload pack on remote end"10282msgstr "đường dẫn đến gói tải lên trên máy chủ cuối"1028310284#: builtin/fetch.c:117 builtin/pull.c:20110285msgid "force overwrite of local branch"10286msgstr "ép buộc ghi đè lên nhánh nội bộ"1028710288#: builtin/fetch.c:11910289msgid "fetch from multiple remotes"10290msgstr "lấy từ nhiều máy chủ cùng lúc"1029110292#: builtin/fetch.c:121 builtin/pull.c:20310293msgid "fetch all tags and associated objects"10294msgstr "lấy tất cả các thẻ cùng với các đối tượng liên quan đến nó"1029510296#: builtin/fetch.c:12310297msgid "do not fetch all tags (--no-tags)"10298msgstr "không lấy tất cả các thẻ (--no-tags)"1029910300#: builtin/fetch.c:12510301msgid "number of submodules fetched in parallel"10302msgstr "số lượng mô-đun-con được lấy đồng thời"1030310304#: builtin/fetch.c:127 builtin/pull.c:20610305msgid "prune remote-tracking branches no longer on remote"10306msgstr ""10307"cắt cụt (prune) các nhánh “remote-tracking” không còn tồn tại trên máy chủ "10308"nữa"1030910310#: builtin/fetch.c:12910311msgid "prune local tags no longer on remote and clobber changed tags"10312msgstr "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"1031310314#: builtin/fetch.c:130 builtin/fetch.c:153 builtin/pull.c:13110315msgid "on-demand"10316msgstr "khi-cần"1031710318#: builtin/fetch.c:13110319msgid "control recursive fetching of submodules"10320msgstr "điều khiển việc lấy về đệ quy trong các mô-đun-con"1032110322#: builtin/fetch.c:135 builtin/pull.c:21410323msgid "keep downloaded pack"10324msgstr "giữ lại gói đã tải về"1032510326#: builtin/fetch.c:13710327msgid "allow updating of HEAD ref"10328msgstr "cho phép cập nhật th.chiếu HEAD"1032910330#: builtin/fetch.c:140 builtin/fetch.c:146 builtin/pull.c:21710331msgid "deepen history of shallow clone"10332msgstr "làm sâu hơn lịch sử của bản sao"1033310334#: builtin/fetch.c:14210335msgid "deepen history of shallow repository based on time"10336msgstr "làm sâu hơn lịch sử của kho bản sao shallow dựa trên thời gian"1033710338#: builtin/fetch.c:148 builtin/pull.c:22010339msgid "convert to a complete repository"10340msgstr "chuyển đổi hoàn toàn sang kho git"1034110342#: builtin/fetch.c:15110343msgid "prepend this to submodule path output"10344msgstr "soạn sẵn cái này cho kết xuất đường dẫn mô-đun-con"1034510346#: builtin/fetch.c:15410347msgid ""10348"default for recursive fetching of submodules (lower priority than config "10349"files)"10350msgstr ""10351"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 "10352"tin cấu hình config)"1035310354#: builtin/fetch.c:158 builtin/pull.c:22310355msgid "accept refs that update .git/shallow"10356msgstr "chấp nhận tham chiếu cập nhật .git/shallow"1035710358#: builtin/fetch.c:159 builtin/pull.c:22510359msgid "refmap"10360msgstr "refmap"1036110362#: builtin/fetch.c:160 builtin/pull.c:22610363msgid "specify fetch refmap"10364msgstr "chỉ ra refmap cần lấy về"1036510366#: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:58210367#: builtin/send-pack.c:17210368msgid "server-specific"10369msgstr "đặc-tả-máy-phục-vụ"1037010371#: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:58210372#: builtin/send-pack.c:17310373msgid "option to transmit"10374msgstr "tùy chọn để chuyển giao"1037510376#: builtin/fetch.c:16710377msgid "report that we have only objects reachable from this object"10378msgstr ""10379"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"1038010381#: builtin/fetch.c:41810382msgid "Couldn't find remote ref HEAD"10383msgstr "Không thể tìm thấy máy chủ cho tham chiếu HEAD"1038410385#: builtin/fetch.c:55210386#, c-format10387msgid "configuration fetch.output contains invalid value %s"10388msgstr "phần cấu hình fetch.output có chứa giá-trị không hợp lệ %s"1038910390#: builtin/fetch.c:64510391#, c-format10392msgid "object %s not found"10393msgstr "Không tìm thấy đối tượng %s"1039410395#: builtin/fetch.c:64910396msgid "[up to date]"10397msgstr "[đã cập nhật]"1039810399#: builtin/fetch.c:662 builtin/fetch.c:74410400msgid "[rejected]"10401msgstr "[Bị từ chối]"1040210403#: builtin/fetch.c:66310404msgid "can't fetch in current branch"10405msgstr "không thể fetch (lấy) về nhánh hiện hành"1040610407#: builtin/fetch.c:67210408msgid "[tag update]"10409msgstr "[cập nhật thẻ]"1041010411#: builtin/fetch.c:673 builtin/fetch.c:708 builtin/fetch.c:72410412#: builtin/fetch.c:73910413msgid "unable to update local ref"10414msgstr "không thể cập nhật tham chiếu nội bộ"1041510416#: builtin/fetch.c:69410417msgid "[new tag]"10418msgstr "[thẻ mới]"1041910420#: builtin/fetch.c:69710421msgid "[new branch]"10422msgstr "[nhánh mới]"1042310424#: builtin/fetch.c:70010425msgid "[new ref]"10426msgstr "[ref (tham chiếu) mới]"1042710428#: builtin/fetch.c:73910429msgid "forced update"10430msgstr "cưỡng bức cập nhật"1043110432#: builtin/fetch.c:74410433msgid "non-fast-forward"10434msgstr "không-phải-chuyển-tiếp-nhanh"1043510436#: builtin/fetch.c:79010437#, c-format10438msgid "%s did not send all necessary objects\n"10439msgstr "%s đã không gửi tất cả các đối tượng cần thiết\n"1044010441#: builtin/fetch.c:81110442#, c-format10443msgid "reject %s because shallow roots are not allowed to be updated"10444msgstr "từ chối %s bởi vì các gốc nông thì không được phép cập nhật"1044510446#: builtin/fetch.c:900 builtin/fetch.c:101110447#, c-format10448msgid "From %.*s\n"10449msgstr "Từ %.*s\n"1045010451#: builtin/fetch.c:91110452#, c-format10453msgid ""10454"some local refs could not be updated; try running\n"10455" 'git remote prune %s' to remove any old, conflicting branches"10456msgstr ""10457"một số tham chiếu nội bộ không thể được cập nhật; hãy thử chạy\n"10458" “git remote prune %s” để bỏ đi những nhánh cũ, hay bị xung đột"1045910460#: builtin/fetch.c:98110461#, c-format10462msgid " (%s will become dangling)"10463msgstr " (%s sẽ trở thành không đầu (không được quản lý))"1046410465#: builtin/fetch.c:98210466#, c-format10467msgid " (%s has become dangling)"10468msgstr " (%s đã trở thành không đầu (không được quản lý))"1046910470#: builtin/fetch.c:101410471msgid "[deleted]"10472msgstr "[đã xóa]"1047310474#: builtin/fetch.c:1015 builtin/remote.c:103510475msgid "(none)"10476msgstr "(không)"1047710478#: builtin/fetch.c:103810479#, c-format10480msgid "Refusing to fetch into current branch %s of non-bare repository"10481msgstr ""10482"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 "10483"trần (bare)"1048410485#: builtin/fetch.c:105710486#, c-format10487msgid "Option \"%s\" value \"%s\" is not valid for %s"10488msgstr "Tùy chọn \"%s\" có giá trị \"%s\" là không hợp lệ cho %s"1048910490#: builtin/fetch.c:106010491#, c-format10492msgid "Option \"%s\" is ignored for %s\n"10493msgstr "Tùy chọn \"%s\" bị bỏ qua với %s\n"1049410495#: builtin/fetch.c:133910496#, c-format10497msgid "Fetching %s\n"10498msgstr "Đang lấy “%s” về\n"1049910500#: builtin/fetch.c:1341 builtin/remote.c:9910501#, c-format10502msgid "Could not fetch %s"10503msgstr "không thể “%s” về"1050410505#: builtin/fetch.c:1387 builtin/fetch.c:155510506msgid ""10507"--filter can only be used with the remote configured in core.partialClone"10508msgstr ""10509"--filter chỉ có thể được dùng với máy chủ được cấu hình bằng core."10510"partialClone"1051110512#: builtin/fetch.c:141010513msgid ""10514"No remote repository specified. Please, specify either a URL or a\n"10515"remote name from which new revisions should be fetched."10516msgstr ""10517"Chưa chỉ ra kho chứa máy chủ. Xin hãy chỉ định hoặc là URL hoặc\n"10518"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ề)."1051910520#: builtin/fetch.c:144710521msgid "You need to specify a tag name."10522msgstr "Bạn phải định rõ tên thẻ."1052310524#: builtin/fetch.c:149610525msgid "Negative depth in --deepen is not supported"10526msgstr "Mức sâu là số âm trong --deepen là không được hỗ trợ"1052710528#: builtin/fetch.c:149810529msgid "--deepen and --depth are mutually exclusive"10530msgstr "Các tùy chọn--deepen và --depth loại từ lẫn nhau"1053110532#: builtin/fetch.c:150310533msgid "--depth and --unshallow cannot be used together"10534msgstr "tùy chọn --depth và --unshallow không thể sử dụng cùng với nhau"1053510536#: builtin/fetch.c:150510537msgid "--unshallow on a complete repository does not make sense"10538msgstr "--unshallow trên kho hoàn chỉnh là không hợp lý"1053910540#: builtin/fetch.c:152110541msgid "fetch --all does not take a repository argument"10542msgstr "lệnh lấy về \"fetch --all\" không lấy đối số kho chứa"1054310544#: builtin/fetch.c:152310545msgid "fetch --all does not make sense with refspecs"10546msgstr "lệnh lấy về \"fetch --all\" không hợp lý với refspecs"1054710548#: builtin/fetch.c:153210549#, c-format10550msgid "No such remote or remote group: %s"10551msgstr "không có nhóm máy chủ hay máy chủ như thế: %s"1055210553#: builtin/fetch.c:153910554msgid "Fetching a group and specifying refspecs does not make sense"10555msgstr "Việc lấy về cả một nhóm và chỉ định refspecs không hợp lý"1055610557#: builtin/fmt-merge-msg.c:1710558msgid ""10559"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"10560msgstr ""10561"git fmt-merge-msg [-m <chú_thích>] [--log[=<n>] | --no-log] [--file <tập-"10562"tin>]"1056310564#: builtin/fmt-merge-msg.c:67110565msgid "populate log with at most <n> entries from shortlog"10566msgstr "gắn nhật ký với ít nhất <n> mục từ lệnh “shortlog”"1056710568#: builtin/fmt-merge-msg.c:67410569msgid "alias for --log (deprecated)"10570msgstr "bí danh cho --log (không được dùng)"1057110572#: builtin/fmt-merge-msg.c:67710573msgid "text"10574msgstr "văn bản"1057510576#: builtin/fmt-merge-msg.c:67810577msgid "use <text> as start of message"10578msgstr "dùng <văn bản thường> để bắt đầu ghi chú"1057910580#: builtin/fmt-merge-msg.c:67910581msgid "file to read from"10582msgstr "tập tin để đọc dữ liệu từ đó"1058310584#: builtin/for-each-ref.c:1010585msgid "git for-each-ref [<options>] [<pattern>]"10586msgstr "git for-each-ref [<các-tùy-chọn>] [<mẫu>]"1058710588#: builtin/for-each-ref.c:1110589msgid "git for-each-ref [--points-at <object>]"10590msgstr "git for-each-ref [--points-at <đối tượng>]"1059110592#: builtin/for-each-ref.c:1210593msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"10594msgstr "git for-each-ref [(--merged | --no-merged) [<lần-chuyển-giao>]]"1059510596#: builtin/for-each-ref.c:1310597msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"10598msgstr ""10599"git for-each-ref [--contains [<lần-chuyển-giao>]] [--no-contains [<lần-"10600"chuyển-giao>]]"1060110602#: builtin/for-each-ref.c:2810603msgid "quote placeholders suitably for shells"10604msgstr "trích dẫn để phù hợp cho hệ vỏ (shell)"1060510606#: builtin/for-each-ref.c:3010607msgid "quote placeholders suitably for perl"10608msgstr "trích dẫn để phù hợp cho perl"1060910610#: builtin/for-each-ref.c:3210611msgid "quote placeholders suitably for python"10612msgstr "trích dẫn để phù hợp cho python"1061310614#: builtin/for-each-ref.c:3410615msgid "quote placeholders suitably for Tcl"10616msgstr "trích dẫn để phù hợp cho Tcl"1061710618#: builtin/for-each-ref.c:3710619msgid "show only <n> matched refs"10620msgstr "hiển thị chỉ <n> tham chiếu khớp"1062110622#: builtin/for-each-ref.c:39 builtin/tag.c:42210623msgid "respect format colors"10624msgstr "các màu định dạng lưu tâm"1062510626#: builtin/for-each-ref.c:4310627msgid "print only refs which points at the given object"10628msgstr "chỉ hiển thị các tham chiếu mà nó chỉ đến đối tượng đã cho"1062910630#: builtin/for-each-ref.c:4510631msgid "print only refs that are merged"10632msgstr "chỉ hiển thị những tham chiếu mà nó được hòa trộn"1063310634#: builtin/for-each-ref.c:4610635msgid "print only refs that are not merged"10636msgstr "chỉ hiển thị những tham chiếu mà nó không được hòa trộn"1063710638#: builtin/for-each-ref.c:4710639msgid "print only refs which contain the commit"10640msgstr "chỉ hiển thị những tham chiếu mà nó chứa lần chuyển giao"1064110642#: builtin/for-each-ref.c:4810643msgid "print only refs which don't contain the commit"10644msgstr "chỉ hiển thị những tham chiếu mà nó không chứa lần chuyển giao"1064510646#: builtin/fsck.c:57410647msgid "Checking object directories"10648msgstr "Đang kiểm tra các thư mục đối tượng"1064910650#: builtin/fsck.c:66610651msgid "git fsck [<options>] [<object>...]"10652msgstr "git fsck [<các-tùy-chọn>] [<đối-tượng>…]"1065310654#: builtin/fsck.c:67210655msgid "show unreachable objects"10656msgstr "hiển thị các đối tượng không thể đọc được"1065710658#: builtin/fsck.c:67310659msgid "show dangling objects"10660msgstr "hiển thị các đối tượng không được quản lý"1066110662#: builtin/fsck.c:67410663msgid "report tags"10664msgstr "báo cáo các thẻ"1066510666#: builtin/fsck.c:67510667msgid "report root nodes"10668msgstr "báo cáo node gốc"1066910670#: builtin/fsck.c:67610671msgid "make index objects head nodes"10672msgstr "tạo “index objects head nodes”"1067310674#: builtin/fsck.c:67710675msgid "make reflogs head nodes (default)"10676msgstr "tạo “reflogs head nodes” (mặc định)"1067710678#: builtin/fsck.c:67810679msgid "also consider packs and alternate objects"10680msgstr "cũng cân nhắc đến các đối tượng gói và thay thế"1068110682#: builtin/fsck.c:67910683msgid "check only connectivity"10684msgstr "chỉ kiểm tra kết nối"1068510686#: builtin/fsck.c:68010687msgid "enable more strict checking"10688msgstr "cho phép kiểm tra hạn chế hơn"1068910690#: builtin/fsck.c:68210691msgid "write dangling objects in .git/lost-found"10692msgstr "ghi các đối tượng không được quản lý trong .git/lost-found"1069310694#: builtin/fsck.c:683 builtin/prune.c:11010695msgid "show progress"10696msgstr "hiển thị quá trình"1069710698#: builtin/fsck.c:68410699msgid "show verbose names for reachable objects"10700msgstr "hiển thị tên chi tiết cho các đối tượng đọc được"1070110702#: builtin/fsck.c:75010703msgid "Checking objects"10704msgstr "Đang kiểm tra các đối tượng"1070510706#: builtin/gc.c:3410707msgid "git gc [<options>]"10708msgstr "git gc [<các-tùy-chọn>]"1070910710#: builtin/gc.c:9010711#, c-format10712msgid "Failed to fstat %s: %s"10713msgstr "Gặp lỗi khi lấy thông tin thống kê về tập tin %s: %s"1071410715#: builtin/gc.c:45510716#, c-format10717msgid "Can't stat %s"10718msgstr "không thể lấy thông tin thống kê về “%s”"1071910720#: builtin/gc.c:46410721#, c-format10722msgid ""10723"The last gc run reported the following. Please correct the root cause\n"10724"and remove %s.\n"10725"Automatic cleanup will not be performed until the file is removed.\n"10726"\n"10727"%s"10728msgstr ""10729"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"10730"tận gốc và xóa bỏ %s.\n"10731"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"10732"\n"10733"%s"1073410735#: builtin/gc.c:50510736msgid "prune unreferenced objects"10737msgstr "xóa bỏ các đối tượng không được tham chiếu"1073810739#: builtin/gc.c:50710740msgid "be more thorough (increased runtime)"10741msgstr "cẩn thận hơn nữa (tăng thời gian chạy)"1074210743#: builtin/gc.c:50810744msgid "enable auto-gc mode"10745msgstr "bật chế độ auto-gc"1074610747#: builtin/gc.c:51110748msgid "force running gc even if there may be another gc running"10749msgstr "buộc gc chạy ngay cả khi có tiến trình gc khác đang chạy"1075010751#: builtin/gc.c:51410752msgid "repack all other packs except the largest pack"10753msgstr "đóng gói lại tất cả các gói khác ngoại trừ gói lớn nhất"1075410755#: builtin/gc.c:53110756#, c-format10757msgid "failed to parse gc.logexpiry value %s"10758msgstr "gặp lỗi khi phân tích giá trị gc.logexpiry %s"1075910760#: builtin/gc.c:54210761#, c-format10762msgid "failed to parse prune expiry value %s"10763msgstr "gặp lỗi khi phân tích giá trị prune %s"1076410765#: builtin/gc.c:56210766#, c-format10767msgid "Auto packing the repository in background for optimum performance.\n"10768msgstr ""10769"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 "10770"việc.\n"1077110772#: builtin/gc.c:56410773#, c-format10774msgid "Auto packing the repository for optimum performance.\n"10775msgstr "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"1077610777#: builtin/gc.c:56510778#, c-format10779msgid "See \"git help gc\" for manual housekeeping.\n"10780msgstr "Xem \"git help gc\" để có hướng dẫn cụ thể về cách dọn dẹp kho git.\n"1078110782#: builtin/gc.c:60110783#, c-format10784msgid ""10785"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"10786msgstr ""10787"gc đang được thực hiện trên máy “%s” pid %<PRIuMAX> (dùng --force nếu không "10788"phải thế)"1078910790#: builtin/gc.c:65210791msgid ""10792"There are too many unreachable loose objects; run 'git prune' to remove them."10793msgstr ""10794"Có quá nhiều đối tượng tự do không được dùng đến; hãy chạy lệnh “git prune” "10795"để xóa bỏ chúng đi."1079610797#: builtin/grep.c:2810798msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"10799msgstr "git grep [<các-tùy-chọn>] [-e] <mẫu> [<rev>…] [[--] <đường-dẫn>…]"1080010801#: builtin/grep.c:22610802#, c-format10803msgid "grep: failed to create thread: %s"10804msgstr "grep: gặp lỗi tạo tuyến (thread): %s"1080510806#: builtin/grep.c:28410807#, c-format10808msgid "invalid number of threads specified (%d) for %s"10809msgstr "số tuyến đã cho không hợp lệ (%d) cho %s"1081010811#. TRANSLATORS: %s is the configuration10812#. variable for tweaking threads, currently10813#. grep.threads10814#.10815#: builtin/grep.c:293 builtin/index-pack.c:1536 builtin/index-pack.c:172810816#: builtin/pack-objects.c:263610817#, c-format10818msgid "no threads support, ignoring %s"10819msgstr "không hỗ trợ đa tuyến, bỏ qua %s"1082010821#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:62310822#, c-format10823msgid "unable to read tree (%s)"10824msgstr "không thể đọc cây (%s)"1082510826#: builtin/grep.c:63810827#, c-format10828msgid "unable to grep from object of type %s"10829msgstr "không thể thực hiện lệnh grep (lọc tìm) từ đối tượng thuộc kiểu %s"1083010831#: builtin/grep.c:70410832#, c-format10833msgid "switch `%c' expects a numerical value"10834msgstr "chuyển đến “%c” cần một giá trị bằng số"1083510836#: builtin/grep.c:79110837msgid "search in index instead of in the work tree"10838msgstr "tìm trong bảng mục lục thay vì trong cây làm việc"1083910840#: builtin/grep.c:79310841msgid "find in contents not managed by git"10842msgstr "tìm trong nội dung không được quản lý bởi git"1084310844#: builtin/grep.c:79510845msgid "search in both tracked and untracked files"10846msgstr "tìm kiếm các tập tin được và chưa được theo dõi dấu vết"1084710848#: builtin/grep.c:79710849msgid "ignore files specified via '.gitignore'"10850msgstr "các tập tin bị bỏ qua được chỉ định thông qua “.gitignore”"1085110852#: builtin/grep.c:79910853msgid "recursively search in each submodule"10854msgstr "tìm kiếm đệ quy trong từng mô-đun-con"1085510856#: builtin/grep.c:80210857msgid "show non-matching lines"10858msgstr "hiển thị những dòng không khớp với mẫu"1085910860#: builtin/grep.c:80410861msgid "case insensitive matching"10862msgstr "phân biệt HOA/thường"1086310864#: builtin/grep.c:80610865msgid "match patterns only at word boundaries"10866msgstr "chỉ khớp mẫu tại đường ranh giới từ"1086710868#: builtin/grep.c:80810869msgid "process binary files as text"10870msgstr "xử lý tập tin nhị phân như là dạng văn bản thường"1087110872#: builtin/grep.c:81010873msgid "don't match patterns in binary files"10874msgstr "không khớp mẫu trong các tập tin nhị phân"1087510876#: builtin/grep.c:81310877msgid "process binary files with textconv filters"10878msgstr "xử lý tập tin nhị phân với các bộ lọc “textconv”"1087910880#: builtin/grep.c:81510881msgid "descend at most <depth> levels"10882msgstr "hạ xuống ít nhất là mức <sâu>"1088310884#: builtin/grep.c:81910885msgid "use extended POSIX regular expressions"10886msgstr "dùng biểu thức chính qui POSIX có mở rộng"1088710888#: builtin/grep.c:82210889msgid "use basic POSIX regular expressions (default)"10890msgstr "sử dụng biểu thức chính quy kiểu POSIX (mặc định)"1089110892#: builtin/grep.c:82510893msgid "interpret patterns as fixed strings"10894msgstr "diễn dịch các mẫu như là chuỗi cố định"1089510896#: builtin/grep.c:82810897msgid "use Perl-compatible regular expressions"10898msgstr "sử dụng biểu thức chính quy tương thích Perl"1089910900#: builtin/grep.c:83110901msgid "show line numbers"10902msgstr "hiển thị số của dòng"1090310904#: builtin/grep.c:83210905msgid "show column number of first match"10906msgstr "hiển thị số cột của khớp với mẫu đầu tiên"1090710908#: builtin/grep.c:83310909msgid "don't show filenames"10910msgstr "không hiển thị tên tập tin"1091110912#: builtin/grep.c:83410913msgid "show filenames"10914msgstr "hiển thị các tên tập tin"1091510916#: builtin/grep.c:83610917msgid "show filenames relative to top directory"10918msgstr "hiển thị tên tập tin tương đối với thư mục đỉnh (top)"1091910920#: builtin/grep.c:83810921msgid "show only filenames instead of matching lines"10922msgstr "chỉ hiển thị tên tập tin thay vì những dòng khớp với mẫu"1092310924#: builtin/grep.c:84010925msgid "synonym for --files-with-matches"10926msgstr "đồng nghĩa với --files-with-matches"1092710928#: builtin/grep.c:84310929msgid "show only the names of files without match"10930msgstr "chỉ hiển thị tên cho những tập tin không khớp với mẫu"1093110932#: builtin/grep.c:84510933msgid "print NUL after filenames"10934msgstr "thêm NUL vào sau tên tập tin"1093510936#: builtin/grep.c:84810937msgid "show only matching parts of a line"10938msgstr "chỉ hiển thị những phần khớp với mẫu của một dòng"1093910940#: builtin/grep.c:85010941msgid "show the number of matches instead of matching lines"10942msgstr "hiển thị số lượng khớp thay vì những dòng khớp với mẫu"1094310944#: builtin/grep.c:85110945msgid "highlight matches"10946msgstr "tô sáng phần khớp mẫu"1094710948#: builtin/grep.c:85310949msgid "print empty line between matches from different files"10950msgstr "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"1095110952#: builtin/grep.c:85510953msgid "show filename only once above matches from same file"10954msgstr ""10955"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"1095610957#: builtin/grep.c:85810958msgid "show <n> context lines before and after matches"10959msgstr "hiển thị <n> dòng nội dung phía trước và sau các lần khớp"1096010961#: builtin/grep.c:86110962msgid "show <n> context lines before matches"10963msgstr "hiển thị <n> dòng nội dung trước khớp"1096410965#: builtin/grep.c:86310966msgid "show <n> context lines after matches"10967msgstr "hiển thị <n> dòng nội dung sau khớp"1096810969#: builtin/grep.c:86510970msgid "use <n> worker threads"10971msgstr "dùng <n> tuyến trình làm việc"1097210973#: builtin/grep.c:86610974msgid "shortcut for -C NUM"10975msgstr "dạng viết tắt của -C SỐ"1097610977#: builtin/grep.c:86910978msgid "show a line with the function name before matches"10979msgstr "hiển thị dòng vói tên hàm trước các lần khớp"1098010981#: builtin/grep.c:87110982msgid "show the surrounding function"10983msgstr "hiển thị hàm bao quanh"1098410985#: builtin/grep.c:87410986msgid "read patterns from file"10987msgstr "đọc mẫu từ tập-tin"1098810989#: builtin/grep.c:87610990msgid "match <pattern>"10991msgstr "match <mẫu>"1099210993#: builtin/grep.c:87810994msgid "combine patterns specified with -e"10995msgstr "tổ hợp mẫu được chỉ ra với tùy chọn -e"1099610997#: builtin/grep.c:89010998msgid "indicate hit with exit status without output"10999msgstr "đưa ra gợi ý với trạng thái thoát mà không có kết xuất"1100011001#: builtin/grep.c:89211002msgid "show only matches from files that match all patterns"11003msgstr "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"1100411005#: builtin/grep.c:89411006msgid "show parse tree for grep expression"11007msgstr "hiển thị cây phân tích cú pháp cho biểu thức “grep” (tìm kiếm)"1100811009#: builtin/grep.c:89811010msgid "pager"11011msgstr "dàn trang"1101211013#: builtin/grep.c:89811014msgid "show matching files in the pager"11015msgstr "hiển thị các tập tin khớp trong trang giấy"1101611017#: builtin/grep.c:90211018msgid "allow calling of grep(1) (ignored by this build)"11019msgstr "cho phép gọi grep(1) (bị bỏ qua bởi lần dịch này)"1102011021#: builtin/grep.c:96611022msgid "no pattern given"11023msgstr "chưa chỉ ra mẫu"1102411025#: builtin/grep.c:100211026msgid "--no-index or --untracked cannot be used with revs"11027msgstr "--no-index hay --untracked không được sử dụng cùng với revs"1102811029#: builtin/grep.c:100911030#, c-format11031msgid "unable to resolve revision: %s"11032msgstr "không thể phân giải điểm xét duyệt: %s"1103311034#: builtin/grep.c:1044 builtin/index-pack.c:1532 builtin/pack-objects.c:263211035#, c-format11036msgid "invalid number of threads specified (%d)"11037msgstr "số tuyến chỉ ra không hợp lệ (%d)"1103811039#: builtin/grep.c:1049 builtin/pack-objects.c:328611040msgid "no threads support, ignoring --threads"11041msgstr "không hỗ trợ đa tuyến, bỏ qua --threads"1104211043#: builtin/grep.c:107311044msgid "--open-files-in-pager only works on the worktree"11045msgstr "--open-files-in-pager chỉ làm việc trên cây-làm-việc"1104611047#: builtin/grep.c:109611048msgid "option not supported with --recurse-submodules"11049msgstr "tùy chọn không được hỗ trợ với --recurse-submodules"1105011051#: builtin/grep.c:110211052msgid "--cached or --untracked cannot be used with --no-index"11053msgstr "--cached hay --untracked không được sử dụng với --no-index"1105411055#: builtin/grep.c:110811056msgid "--[no-]exclude-standard cannot be used for tracked contents"11057msgstr "--[no-]exclude-standard không thể sử dụng cho nội dung lưu dấu vết"1105811059#: builtin/grep.c:111611060msgid "both --cached and trees are given"11061msgstr "cả hai --cached và các cây phải được chỉ ra"1106211063#: builtin/hash-object.c:8411064msgid ""11065"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "11066"[--] <file>..."11067msgstr ""11068"git hash-object [-t <kiểu>] [-w] [--path=<tập-tin> | --no-filters] [--stdin] "11069"[--] <tập-tin>…"1107011071#: builtin/hash-object.c:8511072msgid "git hash-object --stdin-paths"11073msgstr "git hash-object --stdin-paths"1107411075#: builtin/hash-object.c:9711076msgid "type"11077msgstr "kiểu"1107811079#: builtin/hash-object.c:9711080msgid "object type"11081msgstr "kiểu đối tượng"1108211083#: builtin/hash-object.c:9811084msgid "write the object into the object database"11085msgstr "ghi đối tượng vào dữ liệu đối tượng"1108611087#: builtin/hash-object.c:10011088msgid "read the object from stdin"11089msgstr "đọc đối tượng từ đầu vào tiêu chuẩn stdin"1109011091#: builtin/hash-object.c:10211092msgid "store file as is without filters"11093msgstr "lưu các tập tin mà nó không có các bộ lọc"1109411095#: builtin/hash-object.c:10311096msgid ""11097"just hash any random garbage to create corrupt objects for debugging Git"11098msgstr "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"1109911100#: builtin/hash-object.c:10411101msgid "process file as it were from this path"11102msgstr "xử lý tập tin như là nó đang ở thư mục này"1110311104#: builtin/help.c:4611105msgid "print all available commands"11106msgstr "hiển thị danh sách các câu lệnh người dùng có thể sử dụng"1110711108#: builtin/help.c:4711109msgid "exclude guides"11110msgstr "hướng dẫn loại trừ"1111111112#: builtin/help.c:4811113msgid "print list of useful guides"11114msgstr "hiển thị danh sách các hướng dẫn hữu dụng"1111511116#: builtin/help.c:4911117msgid "print all configuration variable names"11118msgstr "in ra tất cả các tên biến cấu hình"1111911120#: builtin/help.c:5111121msgid "show man page"11122msgstr "hiển thị trang man"1112311124#: builtin/help.c:5211125msgid "show manual in web browser"11126msgstr "hiển thị hướng dẫn sử dụng trong trình duyệt web"1112711128#: builtin/help.c:5411129msgid "show info page"11130msgstr "hiện trang info"1113111132#: builtin/help.c:5611133msgid "print command description"11134msgstr "hiển thị mô tả lệnh"1113511136#: builtin/help.c:6111137msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"11138msgstr "git help [--all] [--guides] [--man | --web | --info] [<lệnh>]"1113911140#: builtin/help.c:7311141#, c-format11142msgid "unrecognized help format '%s'"11143msgstr "không nhận ra định dạng trợ giúp “%s”"1114411145#: builtin/help.c:10011146msgid "Failed to start emacsclient."11147msgstr "Gặp lỗi khi khởi chạy emacsclient."1114811149#: builtin/help.c:11311150msgid "Failed to parse emacsclient version."11151msgstr "Gặp lỗi khi phân tích phiên bản emacsclient."1115211153#: builtin/help.c:12111154#, c-format11155msgid "emacsclient version '%d' too old (< 22)."11156msgstr "phiên bản của emacsclient “%d” quá cũ (< 22)."1115711158#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:17911159#, c-format11160msgid "failed to exec '%s'"11161msgstr "gặp lỗi khi thực thi “%s”"1116211163#: builtin/help.c:21711164#, c-format11165msgid ""11166"'%s': path for unsupported man viewer.\n"11167"Please consider using 'man.<tool>.cmd' instead."11168msgstr ""11169"“%s”: đường dẫn không hỗ trợ bộ trình chiếu man.\n"11170"Hãy cân nhắc đến việc sử dụng “man.<tool>.cmd” để thay thế."1117111172#: builtin/help.c:22911173#, c-format11174msgid ""11175"'%s': cmd for supported man viewer.\n"11176"Please consider using 'man.<tool>.path' instead."11177msgstr ""11178"“%s”: cmd (lệnh) hỗ trợ bộ trình chiếu man.\n"11179"Hãy cân nhắc đến việc sử dụng “man.<tool>.path” để thay thế."1118011181#: builtin/help.c:34611182#, c-format11183msgid "'%s': unknown man viewer."11184msgstr "“%s”: không rõ chương trình xem man."1118511186#: builtin/help.c:36311187msgid "no man viewer handled the request"11188msgstr "không có trình xem trợ giúp dạng manpage tiếp hợp với yêu cầu"1118911190#: builtin/help.c:37111191msgid "no info viewer handled the request"11192msgstr "không có trình xem trợ giúp dạng info tiếp hợp với yêu cầu"1119311194#: builtin/help.c:41811195#, c-format11196msgid "'%s' is aliased to '%s'"11197msgstr "“%s” được đặt bí danh thành “%s”"1119811199#: builtin/help.c:445 builtin/help.c:47511200#, c-format11201msgid "usage: %s%s"11202msgstr "cách dùng: %s%s"1120311204#: builtin/help.c:45911205msgid "'git help config' for more information"11206msgstr "Chạy lệnh “git help config” để có thêm thông tin"1120711208#: builtin/index-pack.c:20811209#, c-format11210msgid "object type mismatch at %s"11211msgstr "kiểu đối tượng không khớp tại %s"1121211213#: builtin/index-pack.c:22811214#, c-format11215msgid "did not receive expected object %s"11216msgstr "Không thể lấy về đối tượng cần %s"1121711218#: builtin/index-pack.c:23111219#, c-format11220msgid "object %s: expected type %s, found %s"11221msgstr "đối tượng %s: cần kiểu %s nhưng lại nhận được %s"1122211223#: builtin/index-pack.c:27311224#, c-format11225msgid "cannot fill %d byte"11226msgid_plural "cannot fill %d bytes"11227msgstr[0] "không thể điền thêm vào %d byte"1122811229#: builtin/index-pack.c:28311230msgid "early EOF"11231msgstr "gặp kết thúc tập tin EOF quá sớm"1123211233#: builtin/index-pack.c:28411234msgid "read error on input"11235msgstr "lỗi đọc ở đầu vào"1123611237#: builtin/index-pack.c:29611238msgid "used more bytes than were available"11239msgstr "sử dụng nhiều hơn số lượng byte mà nó sẵn có"1124011241#: builtin/index-pack.c:303 builtin/pack-objects.c:59011242msgid "pack too large for current definition of off_t"11243msgstr "gói quá lớn so với định nghĩa hiện tại của kiểu off_t"1124411245#: builtin/index-pack.c:306 builtin/unpack-objects.c:9411246msgid "pack exceeds maximum allowed size"11247msgstr "gói đã vượt quá cỡ tối đa được phép"1124811249#: builtin/index-pack.c:32111250#, c-format11251msgid "unable to create '%s'"11252msgstr "không thể tạo “%s”"1125311254#: builtin/index-pack.c:32711255#, c-format11256msgid "cannot open packfile '%s'"11257msgstr "không thể mở packfile “%s”"1125811259#: builtin/index-pack.c:34111260msgid "pack signature mismatch"11261msgstr "chữ ký cho gói không khớp"1126211263#: builtin/index-pack.c:34311264#, c-format11265msgid "pack version %<PRIu32> unsupported"11266msgstr "không hỗ trợ phiên bản gói %<PRIu32>"1126711268#: builtin/index-pack.c:36111269#, c-format11270msgid "pack has bad object at offset %<PRIuMAX>: %s"11271msgstr "gói có đối tượng sai tại khoảng bù %<PRIuMAX>: %s"1127211273#: builtin/index-pack.c:48211274#, c-format11275msgid "inflate returned %d"11276msgstr "xả nén trả về %d"1127711278#: builtin/index-pack.c:53111279msgid "offset value overflow for delta base object"11280msgstr "tràn giá trị khoảng bù cho đối tượng delta cơ sở"1128111282#: builtin/index-pack.c:53911283msgid "delta base offset is out of bound"11284msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm vi"1128511286#: builtin/index-pack.c:54711287#, c-format11288msgid "unknown object type %d"11289msgstr "không hiểu kiểu đối tượng %d"1129011291#: builtin/index-pack.c:57811292msgid "cannot pread pack file"11293msgstr "không thể chạy hàm pread cho tập tin gói"1129411295#: builtin/index-pack.c:58011296#, c-format11297msgid "premature end of pack file, %<PRIuMAX> byte missing"11298msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"11299msgstr[0] "tập tin gói bị kết thúc sớm, thiếu %<PRIuMAX> byte"1130011301#: builtin/index-pack.c:60611302msgid "serious inflate inconsistency"11303msgstr "sự mâu thuẫn xả nén nghiêm trọng"1130411305#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:78011306#: builtin/index-pack.c:819 builtin/index-pack.c:82811307#, c-format11308msgid "SHA1 COLLISION FOUND WITH %s !"11309msgstr "SỰ VA CHẠM SHA1 ĐÃ XẢY RA VỚI %s!"1131011311#: builtin/index-pack.c:754 builtin/pack-objects.c:14311312#: builtin/pack-objects.c:203 builtin/pack-objects.c:29711313#, c-format11314msgid "unable to read %s"11315msgstr "không thể đọc %s"1131611317#: builtin/index-pack.c:81711318#, c-format11319msgid "cannot read existing object info %s"11320msgstr "không thể đọc thông tin đối tượng sẵn có %s"1132111322#: builtin/index-pack.c:82511323#, c-format11324msgid "cannot read existing object %s"11325msgstr "không thể đọc đối tượng đã tồn tại %s"1132611327#: builtin/index-pack.c:83911328#, c-format11329msgid "invalid blob object %s"11330msgstr "đối tượng blob không hợp lệ %s"1133111332#: builtin/index-pack.c:842 builtin/index-pack.c:86111333msgid "fsck error in packed object"11334msgstr "lỗi fsck trong đối tượng đóng gói"1133511336#: builtin/index-pack.c:85811337#, c-format11338msgid "invalid %s"11339msgstr "%s không hợp lệ"1134011341#: builtin/index-pack.c:86311342#, c-format11343msgid "Not all child objects of %s are reachable"11344msgstr "Không phải tất cả các đối tượng con của %s là có thể với tới được"1134511346#: builtin/index-pack.c:935 builtin/index-pack.c:96611347msgid "failed to apply delta"11348msgstr "gặp lỗi khi áp dụng delta"1134911350#: builtin/index-pack.c:113611351msgid "Receiving objects"11352msgstr "Đang nhận về các đối tượng"1135311354#: builtin/index-pack.c:113611355msgid "Indexing objects"11356msgstr "Các đối tượng bảng mục lục"1135711358#: builtin/index-pack.c:117011359msgid "pack is corrupted (SHA1 mismatch)"11360msgstr "gói bị sai hỏng (SHA1 không khớp)"1136111362#: builtin/index-pack.c:117511363msgid "cannot fstat packfile"11364msgstr "không thể lấy thông tin thống kê packfile"1136511366#: builtin/index-pack.c:117811367msgid "pack has junk at the end"11368msgstr "pack có phần thừa ở cuối"1136911370#: builtin/index-pack.c:119011371msgid "confusion beyond insanity in parse_pack_objects()"11372msgstr "lộn xộn hơn cả điên rồ khi chạy hàm parse_pack_objects()"1137311374#: builtin/index-pack.c:121311375msgid "Resolving deltas"11376msgstr "Đang phân giải các delta"1137711378#: builtin/index-pack.c:1224 builtin/pack-objects.c:240711379#, c-format11380msgid "unable to create thread: %s"11381msgstr "không thể tạo tuyến: %s"1138211383#: builtin/index-pack.c:126611384msgid "confusion beyond insanity"11385msgstr "lộn xộn hơn cả điên rồ"1138611387#: builtin/index-pack.c:127211388#, c-format11389msgid "completed with %d local object"11390msgid_plural "completed with %d local objects"11391msgstr[0] "đầy đủ với %d đối tượng nội bộ"1139211393#: builtin/index-pack.c:128411394#, c-format11395msgid "Unexpected tail checksum for %s (disk corruption?)"11396msgstr "Gặp tổng kiểm tra tail không cần cho %s (đĩa hỏng?)"1139711398#: builtin/index-pack.c:128811399#, c-format11400msgid "pack has %d unresolved delta"11401msgid_plural "pack has %d unresolved deltas"11402msgstr[0] "gói có %d delta chưa được giải quyết"1140311404#: builtin/index-pack.c:131211405#, c-format11406msgid "unable to deflate appended object (%d)"11407msgstr "không thể xả nén đối tượng nối thêm (%d)"1140811409#: builtin/index-pack.c:138911410#, c-format11411msgid "local object %s is corrupt"11412msgstr "đối tượng nội bộ %s bị hỏng"1141311414#: builtin/index-pack.c:140311415#, c-format11416msgid "packfile name '%s' does not end with '.pack'"11417msgstr "tên tập tin tập tin gói “%s” không được kết thúc bằng đuôi “.pack”"1141811419#: builtin/index-pack.c:142811420#, c-format11421msgid "cannot write %s file '%s'"11422msgstr "không thể ghi %s tập tin “%s”"1142311424#: builtin/index-pack.c:143611425#, c-format11426msgid "cannot close written %s file '%s'"11427msgstr "không thể đóng tập tin được ghi %s “%s”"1142811429#: builtin/index-pack.c:146011430msgid "error while closing pack file"11431msgstr "gặp lỗi trong khi đóng tập tin gói"1143211433#: builtin/index-pack.c:147411434msgid "cannot store pack file"11435msgstr "không thể lưu tập tin gói"1143611437#: builtin/index-pack.c:148211438msgid "cannot store index file"11439msgstr "không thể lưu trữ tập tin ghi mục lục"1144011441#: builtin/index-pack.c:1526 builtin/pack-objects.c:264511442#, c-format11443msgid "bad pack.indexversion=%<PRIu32>"11444msgstr "sai pack.indexversion=%<PRIu32>"1144511446#: builtin/index-pack.c:159511447#, c-format11448msgid "Cannot open existing pack file '%s'"11449msgstr "Không thể mở tập tin gói đã sẵn có “%s”"1145011451#: builtin/index-pack.c:159711452#, c-format11453msgid "Cannot open existing pack idx file for '%s'"11454msgstr "Không thể mở tập tin idx của gói cho “%s”"1145511456#: builtin/index-pack.c:164511457#, c-format11458msgid "non delta: %d object"11459msgid_plural "non delta: %d objects"11460msgstr[0] "không delta: %d đối tượng"1146111462#: builtin/index-pack.c:165211463#, c-format11464msgid "chain length = %d: %lu object"11465msgid_plural "chain length = %d: %lu objects"11466msgstr[0] "chiều dài xích = %d: %lu đối tượng"1146711468#: builtin/index-pack.c:168911469msgid "Cannot come back to cwd"11470msgstr "Không thể quay lại cwd"1147111472#: builtin/index-pack.c:1740 builtin/index-pack.c:174311473#: builtin/index-pack.c:1759 builtin/index-pack.c:176311474#, c-format11475msgid "bad %s"11476msgstr "%s sai"1147711478#: builtin/index-pack.c:177911479msgid "--fix-thin cannot be used without --stdin"11480msgstr "--fix-thin không thể được dùng mà không có --stdin"1148111482#: builtin/index-pack.c:178111483msgid "--stdin requires a git repository"11484msgstr "--stdin cần một kho git"1148511486#: builtin/index-pack.c:178711487msgid "--verify with no packfile name given"11488msgstr "dùng tùy chọn --verify mà không đưa ra tên packfile"1148911490#: builtin/index-pack.c:1837 builtin/unpack-objects.c:58011491msgid "fsck error in pack objects"11492msgstr "lỗi fsck trong các đối tượng gói"1149311494#: builtin/init-db.c:5511495#, c-format11496msgid "cannot stat '%s'"11497msgstr "không thể lấy thông tin thống kê về “%s”"1149811499#: builtin/init-db.c:6111500#, c-format11501msgid "cannot stat template '%s'"11502msgstr "không thể lấy thông tin thống kê về mẫu “%s”"1150311504#: builtin/init-db.c:6611505#, c-format11506msgid "cannot opendir '%s'"11507msgstr "không thể opendir() “%s”"1150811509#: builtin/init-db.c:7811510#, c-format11511msgid "cannot readlink '%s'"11512msgstr "không thể readlink “%s”"1151311514#: builtin/init-db.c:8011515#, c-format11516msgid "cannot symlink '%s' '%s'"11517msgstr "không thể tạo liên kết mềm (symlink) “%s” “%s”"1151811519#: builtin/init-db.c:8611520#, c-format11521msgid "cannot copy '%s' to '%s'"11522msgstr "không thể sao chép “%s” sang “%s”"1152311524#: builtin/init-db.c:9011525#, c-format11526msgid "ignoring template %s"11527msgstr "đang lờ đi mẫu “%s”"1152811529#: builtin/init-db.c:12111530#, c-format11531msgid "templates not found in %s"11532msgstr "các mẫu không được tìm thấy trong %s"1153311534#: builtin/init-db.c:13611535#, c-format11536msgid "not copying templates from '%s': %s"11537msgstr "không sao chép các mẫu từ “%s”: %s"1153811539#: builtin/init-db.c:32911540#, c-format11541msgid "unable to handle file type %d"11542msgstr "không thể xử lý (handle) tập tin kiểu %d"1154311544#: builtin/init-db.c:33211545#, c-format11546msgid "unable to move %s to %s"11547msgstr "không di chuyển được %s vào %s"1154811549#: builtin/init-db.c:349 builtin/init-db.c:35211550#, c-format11551msgid "%s already exists"11552msgstr "%s đã có từ trước rồi"1155311554#: builtin/init-db.c:40511555#, c-format11556msgid "Reinitialized existing shared Git repository in %s%s\n"11557msgstr "Đã khởi tạo lại kho Git chia sẻ sẵn có trong %s%s\n"1155811559#: builtin/init-db.c:40611560#, c-format11561msgid "Reinitialized existing Git repository in %s%s\n"11562msgstr "Đã khởi tạo lại kho Git sẵn có trong %s%s\n"1156311564#: builtin/init-db.c:41011565#, c-format11566msgid "Initialized empty shared Git repository in %s%s\n"11567msgstr "Đã khởi tạo lại kho Git chia sẻ trống rỗng sẵn có trong %s%s\n"1156811569#: builtin/init-db.c:41111570#, c-format11571msgid "Initialized empty Git repository in %s%s\n"11572msgstr "Đã khởi tạo lại kho Git trống rỗng sẵn có trong %s%s\n"1157311574#: builtin/init-db.c:45911575msgid ""11576"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"11577"shared[=<permissions>]] [<directory>]"11578msgstr ""11579"git init [-q | --quiet] [--bare] [--template=<thư-mục-tạm>] [--shared[=<các-"11580"quyền>]] [thư-mục]"1158111582#: builtin/init-db.c:48211583msgid "permissions"11584msgstr "các quyền"1158511586#: builtin/init-db.c:48311587msgid "specify that the git repository is to be shared amongst several users"11588msgstr "chỉ ra cái mà kho git được chia sẻ giữa nhiều người dùng"1158911590#: builtin/init-db.c:517 builtin/init-db.c:52211591#, c-format11592msgid "cannot mkdir %s"11593msgstr "không thể mkdir (tạo thư mục): %s"1159411595#: builtin/init-db.c:52611596#, c-format11597msgid "cannot chdir to %s"11598msgstr "không thể chdir (chuyển đổi thư mục) sang %s"1159911600#: builtin/init-db.c:54711601#, c-format11602msgid ""11603"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"11604"dir=<directory>)"11605msgstr ""11606"%s (hoặc --work-tree=<thư-mục>) không cho phép không chỉ định %s (hoặc --git-"11607"dir=<thư-mục>)"1160811609#: builtin/init-db.c:57511610#, c-format11611msgid "Cannot access work tree '%s'"11612msgstr "không thể truy cập cây (tree) làm việc “%s”"1161311614#: builtin/interpret-trailers.c:1511615msgid ""11616"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "11617"<token>[(=|:)<value>])...] [<file>...]"11618msgstr ""11619"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "11620"<thẻ>[(=|:)<giá-trị>])…] [<tập-tin>…]"1162111622#: builtin/interpret-trailers.c:9211623msgid "edit files in place"11624msgstr "sửa các tập tin tại chỗ"1162511626#: builtin/interpret-trailers.c:9311627msgid "trim empty trailers"11628msgstr "bộ dò vết cắt bỏ phần trống rỗng"1162911630#: builtin/interpret-trailers.c:9611631msgid "where to place the new trailer"11632msgstr "đặt phần đuôi mới ở đâu"1163311634#: builtin/interpret-trailers.c:9811635msgid "action if trailer already exists"11636msgstr "thao tác khi đã có phần đuôi"1163711638#: builtin/interpret-trailers.c:10011639msgid "action if trailer is missing"11640msgstr "thao tác khi thiếu phần đuôi"1164111642#: builtin/interpret-trailers.c:10211643msgid "output only the trailers"11644msgstr "chỉ xuất phần đuôi"1164511646#: builtin/interpret-trailers.c:10311647msgid "do not apply config rules"11648msgstr "đừng áp dụng các quy tắc cấu hình"1164911650#: builtin/interpret-trailers.c:10411651msgid "join whitespace-continued values"11652msgstr "nối các giá trị khoảng-trắng-liên-tiếp"1165311654#: builtin/interpret-trailers.c:10511655msgid "set parsing options"11656msgstr "đặt các tùy chọn phân tích cú pháp"1165711658#: builtin/interpret-trailers.c:10711659msgid "trailer"11660msgstr "bộ dò vết"1166111662#: builtin/interpret-trailers.c:10811663msgid "trailer(s) to add"11664msgstr "bộ dò vết cần thêm"1166511666#: builtin/interpret-trailers.c:11711667msgid "--trailer with --only-input does not make sense"11668msgstr "--trailer cùng với --only-input không hợp lý"1166911670#: builtin/interpret-trailers.c:12711671msgid "no input file given for in-place editing"11672msgstr "không đưa ra tập tin đầu vào để sửa tại-chỗ"1167311674#: builtin/log.c:5111675msgid "git log [<options>] [<revision-range>] [[--] <path>...]"11676msgstr "git log [<các-tùy-chọn>] [<vùng-xem-xét>] [[--] <đường-dẫn>…]"1167711678#: builtin/log.c:5211679msgid "git show [<options>] <object>..."11680msgstr "git show [<các-tùy-chọn>] <đối-tượng>…"1168111682#: builtin/log.c:9611683#, c-format11684msgid "invalid --decorate option: %s"11685msgstr "tùy chọn--decorate không hợp lệ: %s"1168611687#: builtin/log.c:15711688msgid "suppress diff output"11689msgstr "chặn mọi kết xuất từ diff"1169011691#: builtin/log.c:15811692msgid "show source"11693msgstr "hiển thị mã nguồn"1169411695#: builtin/log.c:15911696msgid "Use mail map file"11697msgstr "Sử dụng tập tin ánh xạ thư"1169811699#: builtin/log.c:16111700msgid "only decorate refs that match <pattern>"11701msgstr "chỉ tô sáng các tham chiếu khớp với <mẫu>"1170211703#: builtin/log.c:16311704msgid "do not decorate refs that match <pattern>"11705msgstr "không tô sáng các tham chiếu khớp với <mẫu>"1170611707#: builtin/log.c:16411708msgid "decorate options"11709msgstr "các tùy chọn trang trí"1171011711#: builtin/log.c:16711712msgid "Process line range n,m in file, counting from 1"11713msgstr "Xử lý chỉ dòng vùng n,m trong tập tin, tính từ 1"1171411715#: builtin/log.c:26511716#, c-format11717msgid "Final output: %d %s\n"11718msgstr "Kết xuất cuối cùng: %d %s\n"1171911720#: builtin/log.c:51611721#, c-format11722msgid "git show %s: bad file"11723msgstr "git show %s: sai tập tin"1172411725#: builtin/log.c:531 builtin/log.c:62511726#, c-format11727msgid "Could not read object %s"11728msgstr "Không thể đọc đối tượng %s"1172911730#: builtin/log.c:64911731#, c-format11732msgid "Unknown type: %d"11733msgstr "Không nhận ra kiểu: %d"1173411735#: builtin/log.c:77011736msgid "format.headers without value"11737msgstr "format.headers không có giá trị cụ thể"1173811739#: builtin/log.c:87111740msgid "name of output directory is too long"11741msgstr "tên của thư mục kết xuất quá dài"1174211743#: builtin/log.c:88711744#, c-format11745msgid "Cannot open patch file %s"11746msgstr "Không thể mở tập tin miếng vá: %s"1174711748#: builtin/log.c:90411749msgid "Need exactly one range."11750msgstr "Cần chính xác một vùng."1175111752#: builtin/log.c:91411753msgid "Not a range."11754msgstr "Không phải là một vùng."1175511756#: builtin/log.c:102011757msgid "Cover letter needs email format"11758msgstr "“Cover letter” cần cho định dạng thư"1175911760#: builtin/log.c:110111761#, c-format11762msgid "insane in-reply-to: %s"11763msgstr "in-reply-to điên rồ: %s"1176411765#: builtin/log.c:112811766msgid "git format-patch [<options>] [<since> | <revision-range>]"11767msgstr "git format-patch [<các-tùy-chọn>] [<kể-từ> | <vùng-xem-xét>]"1176811769#: builtin/log.c:117811770msgid "Two output directories?"11771msgstr "Hai thư mục kết xuất?"1177211773#: builtin/log.c:1285 builtin/log.c:1945 builtin/log.c:1947 builtin/log.c:195911774#, c-format11775msgid "Unknown commit %s"11776msgstr "Không hiểu lần chuyển giao %s"1177711778#: builtin/log.c:1295 builtin/notes.c:889 builtin/tag.c:52411779#, c-format11780msgid "Failed to resolve '%s' as a valid ref."11781msgstr "Gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."1178211783#: builtin/log.c:130011784msgid "Could not find exact merge base."11785msgstr "Không tìm thấy nền hòa trộn chính xác."1178611787#: builtin/log.c:130411788msgid ""11789"Failed to get upstream, if you want to record base commit automatically,\n"11790"please use git branch --set-upstream-to to track a remote branch.\n"11791"Or you could specify base commit by --base=<base-commit-id> manually."11792msgstr ""11793"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"11794"cách tự động, vui lòng dùng \"git branch --set-upstream-to\" để theo dõi\n"11795"nhánh máy chủ. Hoặc là bạn có thể chỉ định lần chuyển giao nền bằng\n"11796"\"--base=<base-commit-id>\" một cách thủ công."1179711798#: builtin/log.c:132411799msgid "Failed to find exact merge base"11800msgstr "Gặp lỗi khi tìm nền hòa trộn chính xác."1180111802#: builtin/log.c:133511803msgid "base commit should be the ancestor of revision list"11804msgstr "lần chuyển giao nền không là tổ tiên của danh sách điểm xét duyệt"1180511806#: builtin/log.c:133911807msgid "base commit shouldn't be in revision list"11808msgstr "lần chuyển giao nền không được trong danh sách điểm xét duyệt"1180911810#: builtin/log.c:139211811msgid "cannot get patch id"11812msgstr "không thể lấy mã miếng vá"1181311814#: builtin/log.c:145211815msgid "use [PATCH n/m] even with a single patch"11816msgstr "dùng [PATCH n/m] ngay cả với miếng vá đơn"1181711818#: builtin/log.c:145511819msgid "use [PATCH] even with multiple patches"11820msgstr "dùng [VÁ] ngay cả với các miếng vá phức tạp"1182111822#: builtin/log.c:145911823msgid "print patches to standard out"11824msgstr "hiển thị miếng vá ra đầu ra chuẩn"1182511826#: builtin/log.c:146111827msgid "generate a cover letter"11828msgstr "tạo bì thư"1182911830#: builtin/log.c:146311831msgid "use simple number sequence for output file names"11832msgstr "sử dụng chỗi dãy số dạng đơn giản cho tên tập-tin xuất ra"1183311834#: builtin/log.c:146411835msgid "sfx"11836msgstr "sfx"1183711838#: builtin/log.c:146511839msgid "use <sfx> instead of '.patch'"11840msgstr "sử dụng <sfx> thay cho “.patch”"1184111842#: builtin/log.c:146711843msgid "start numbering patches at <n> instead of 1"11844msgstr "bắt đầu đánh số miếng vá từ <n> thay vì 1"1184511846#: builtin/log.c:146911847msgid "mark the series as Nth re-roll"11848msgstr "đánh dấu chuỗi nối tiếp dạng thứ-N re-roll"1184911850#: builtin/log.c:147111851msgid "Use [RFC PATCH] instead of [PATCH]"11852msgstr "Dùng [RFC VÁ] thay cho [VÁ]"1185311854#: builtin/log.c:147411855msgid "Use [<prefix>] instead of [PATCH]"11856msgstr "Dùng [<tiền-tố>] thay cho [VÁ]"1185711858#: builtin/log.c:147711859msgid "store resulting files in <dir>"11860msgstr "lưu các tập tin kết quả trong <t.mục>"1186111862#: builtin/log.c:148011863msgid "don't strip/add [PATCH]"11864msgstr "không strip/add [VÁ]"1186511866#: builtin/log.c:148311867msgid "don't output binary diffs"11868msgstr "không kết xuất diff (những khác biệt) nhị phân"1186911870#: builtin/log.c:148511871msgid "output all-zero hash in From header"11872msgstr "xuất mọi mã băm all-zero trong phần đầu From"1187311874#: builtin/log.c:148711875msgid "don't include a patch matching a commit upstream"11876msgstr "không bao gồm miếng vá khớp với một lần chuyển giao thượng nguồn"1187711878#: builtin/log.c:148911879msgid "show patch format instead of default (patch + stat)"11880msgstr "hiển thị định dạng miếng vá thay vì mặc định (miếng vá + thống kê)"1188111882#: builtin/log.c:149111883msgid "Messaging"11884msgstr "Lời nhắn"1188511886#: builtin/log.c:149211887msgid "header"11888msgstr "đầu đề thư"1188911890#: builtin/log.c:149311891msgid "add email header"11892msgstr "thêm đầu đề thư"1189311894#: builtin/log.c:1494 builtin/log.c:149611895msgid "email"11896msgstr "thư điện tử"1189711898#: builtin/log.c:149411899msgid "add To: header"11900msgstr "thêm To: đầu đề thư"1190111902#: builtin/log.c:149611903msgid "add Cc: header"11904msgstr "thêm Cc: đầu đề thư"1190511906#: builtin/log.c:149811907msgid "ident"11908msgstr "thụt lề"1190911910#: builtin/log.c:149911911msgid "set From address to <ident> (or committer ident if absent)"11912msgstr ""11913"đặt “Địa chỉ gửi” thành <thụ lề> (hoặc thụt lề người commit nếu bỏ quên)"1191411915#: builtin/log.c:150111916msgid "message-id"11917msgstr "message-id"1191811919#: builtin/log.c:150211920msgid "make first mail a reply to <message-id>"11921msgstr "dùng thư đầu tiên để trả lời <message-id>"1192211923#: builtin/log.c:1503 builtin/log.c:150611924msgid "boundary"11925msgstr "ranh giới"1192611927#: builtin/log.c:150411928msgid "attach the patch"11929msgstr "đính kèm miếng vá"1193011931#: builtin/log.c:150711932msgid "inline the patch"11933msgstr "dùng miếng vá làm nội dung"1193411935#: builtin/log.c:151111936msgid "enable message threading, styles: shallow, deep"11937msgstr "cho phép luồng lời nhắn, kiểu: “shallow”, “deep”"1193811939#: builtin/log.c:151311940msgid "signature"11941msgstr "chữ ký"1194211943#: builtin/log.c:151411944msgid "add a signature"11945msgstr "thêm chữ ký"1194611947#: builtin/log.c:151511948msgid "base-commit"11949msgstr "lần_chuyển_giao_nền"1195011951#: builtin/log.c:151611952msgid "add prerequisite tree info to the patch series"11953msgstr "add trước hết đòi hỏi thông tin cây tới sê-ri miếng vá"1195411955#: builtin/log.c:151811956msgid "add a signature from a file"11957msgstr "thêm chữ ký từ một tập tin"1195811959#: builtin/log.c:151911960msgid "don't print the patch filenames"11961msgstr "không hiển thị các tên tập tin của miếng vá"1196211963#: builtin/log.c:152111964msgid "show progress while generating patches"11965msgstr "hiển thị bộ đo tiến triển trong khi tạo các miếng vá"1196611967#: builtin/log.c:159611968#, c-format11969msgid "invalid ident line: %s"11970msgstr "dòng thụt lề không hợp lệ: %s"1197111972#: builtin/log.c:161111973msgid "-n and -k are mutually exclusive"11974msgstr "-n và -k loại từ lẫn nhau"1197511976#: builtin/log.c:161311977msgid "--subject-prefix/--rfc and -k are mutually exclusive"11978msgstr "--subject-prefix/--rfc và -k xung khắc nhau"1197911980#: builtin/log.c:162111981msgid "--name-only does not make sense"11982msgstr "--name-only không hợp lý"1198311984#: builtin/log.c:162311985msgid "--name-status does not make sense"11986msgstr "--name-status không hợp lý"1198711988#: builtin/log.c:162511989msgid "--check does not make sense"11990msgstr "--check không hợp lý"1199111992#: builtin/log.c:165711993msgid "standard output, or directory, which one?"11994msgstr "đầu ra chuẩn, hay thư mục, chọn cái nào?"1199511996#: builtin/log.c:165911997#, c-format11998msgid "Could not create directory '%s'"11999msgstr "Không thể tạo thư mục “%s”"1200012001#: builtin/log.c:175212002#, c-format12003msgid "unable to read signature file '%s'"12004msgstr "không thể đọc tập tin chữ ký “%s”"1200512006#: builtin/log.c:178512007msgid "Generating patches"12008msgstr "Đang tạo các miếng vá"1200912010#: builtin/log.c:182912011msgid "Failed to create output files"12012msgstr "Gặp lỗi khi tạo các tập tin kết xuất"1201312014#: builtin/log.c:188012015msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"12016msgstr "git cherry [-v] [<thượng-nguồn> [<đầu> [<giới-hạn>]]]"1201712018#: builtin/log.c:193412019#, c-format12020msgid ""12021"Could not find a tracked remote branch, please specify <upstream> manually.\n"12022msgstr ""12023"Không tìm thấy nhánh mạng được theo dõi, hãy chỉ định <thượng-nguồn> một "12024"cách thủ công.\n"1202512026#: builtin/ls-files.c:46912027msgid "git ls-files [<options>] [<file>...]"12028msgstr "git ls-files [<các-tùy-chọn>] [<tập-tin>…]"1202912030#: builtin/ls-files.c:51812031msgid "identify the file status with tags"12032msgstr "nhận dạng các trạng thái tập tin với thẻ"1203312034#: builtin/ls-files.c:52012035msgid "use lowercase letters for 'assume unchanged' files"12036msgstr ""12037"dùng chữ cái viết thường cho các tập tin “assume unchanged” (giả định không "12038"thay đổi)"1203912040#: builtin/ls-files.c:52212041msgid "use lowercase letters for 'fsmonitor clean' files"12042msgstr "dùng chữ cái viết thường cho các tập tin “fsmonitor clean”"1204312044#: builtin/ls-files.c:52412045msgid "show cached files in the output (default)"12046msgstr "hiển thị các tập tin được nhớ tạm vào đầu ra (mặc định)"1204712048#: builtin/ls-files.c:52612049msgid "show deleted files in the output"12050msgstr "hiển thị các tập tin đã xóa trong kết xuất"1205112052#: builtin/ls-files.c:52812053msgid "show modified files in the output"12054msgstr "hiển thị các tập tin đã bị sửa đổi ra kết xuất"1205512056#: builtin/ls-files.c:53012057msgid "show other files in the output"12058msgstr "hiển thị các tập tin khác trong kết xuất"1205912060#: builtin/ls-files.c:53212061msgid "show ignored files in the output"12062msgstr "hiển thị các tập tin bị bỏ qua trong kết xuất"1206312064#: builtin/ls-files.c:53512065msgid "show staged contents' object name in the output"12066msgstr "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"1206712068#: builtin/ls-files.c:53712069msgid "show files on the filesystem that need to be removed"12070msgstr "hiển thị các tập tin trên hệ thống tập tin mà nó cần được gỡ bỏ"1207112072#: builtin/ls-files.c:53912073msgid "show 'other' directories' names only"12074msgstr "chỉ hiển thị tên của các thư mục “khác”"1207512076#: builtin/ls-files.c:54112077msgid "show line endings of files"12078msgstr "hiển thị kết thúc dòng của các tập tin"1207912080#: builtin/ls-files.c:54312081msgid "don't show empty directories"12082msgstr "không hiển thị thư mục rỗng"1208312084#: builtin/ls-files.c:54612085msgid "show unmerged files in the output"12086msgstr "hiển thị các tập tin chưa hòa trộn trong kết xuất"1208712088#: builtin/ls-files.c:54812089msgid "show resolve-undo information"12090msgstr "hiển thị thông tin resolve-undo"1209112092#: builtin/ls-files.c:55012093msgid "skip files matching pattern"12094msgstr "bỏ qua những tập tin khớp với một mẫu"1209512096#: builtin/ls-files.c:55312097msgid "exclude patterns are read from <file>"12098msgstr "mẫu loại trừ được đọc từ <tập tin>"1209912100#: builtin/ls-files.c:55612101msgid "read additional per-directory exclude patterns in <file>"12102msgstr "đọc thêm các mẫu ngoại trừ mỗi thư mục trong <tập tin>"1210312104#: builtin/ls-files.c:55812105msgid "add the standard git exclusions"12106msgstr "thêm loại trừ tiêu chuẩn kiểu git"1210712108#: builtin/ls-files.c:56112109msgid "make the output relative to the project top directory"12110msgstr "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"1211112112#: builtin/ls-files.c:56412113msgid "recurse through submodules"12114msgstr "đệ quy xuyên qua mô-đun con"1211512116#: builtin/ls-files.c:56612117msgid "if any <file> is not in the index, treat this as an error"12118msgstr "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"1211912120#: builtin/ls-files.c:56712121msgid "tree-ish"12122msgstr "tree-ish"1212312124#: builtin/ls-files.c:56812125msgid "pretend that paths removed since <tree-ish> are still present"12126msgstr ""12127"giả định rằng các đường dẫn đã bị gỡ bỏ kể từ <tree-ish> nay vẫn hiện diện"1212812129#: builtin/ls-files.c:57012130msgid "show debugging data"12131msgstr "hiển thị dữ liệu gỡ lỗi"1213212133#: builtin/ls-remote.c:912134msgid ""12135"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"12136" [-q | --quiet] [--exit-code] [--get-url]\n"12137" [--symref] [<repository> [<refs>...]]"12138msgstr ""12139"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"12140" [-q | --quiet] [--exit-code] [--get-url]\n"12141" [--symref] [<kho> [<các tham chiếu>…]]"1214212143#: builtin/ls-remote.c:5912144msgid "do not print remote URL"12145msgstr "không hiển thị URL máy chủ"1214612147#: builtin/ls-remote.c:60 builtin/ls-remote.c:6212148msgid "exec"12149msgstr "thực thi"1215012151#: builtin/ls-remote.c:61 builtin/ls-remote.c:6312152msgid "path of git-upload-pack on the remote host"12153msgstr "đường dẫn của git-upload-pack trên máy chủ"1215412155#: builtin/ls-remote.c:6512156msgid "limit to tags"12157msgstr "giới hạn tới các thẻ"1215812159#: builtin/ls-remote.c:6612160msgid "limit to heads"12161msgstr "giới hạn cho các đầu"1216212163#: builtin/ls-remote.c:6712164msgid "do not show peeled tags"12165msgstr "không hiển thị thẻ bị peel (gọt bỏ)"1216612167#: builtin/ls-remote.c:6912168msgid "take url.<base>.insteadOf into account"12169msgstr "lấy url.<base>.insteadOf vào trong tài khoản"1217012171#: builtin/ls-remote.c:7312172msgid "exit with exit code 2 if no matching refs are found"12173msgstr "thoát với mã là 2 nếu không tìm thấy tham chiếu nào khớp"1217412175#: builtin/ls-remote.c:7612176msgid "show underlying ref in addition to the object pointed by it"12177msgstr "hiển thị tham chiếu nằm dưới để thêm vào đối tượng được chỉ bởi nó"1217812179#: builtin/ls-tree.c:3012180msgid "git ls-tree [<options>] <tree-ish> [<path>...]"12181msgstr "git ls-tree [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]"1218212183#: builtin/ls-tree.c:12812184msgid "only show trees"12185msgstr "chỉ hiển thị các tree"1218612187#: builtin/ls-tree.c:13012188msgid "recurse into subtrees"12189msgstr "đệ quy vào các thư mục con"1219012191#: builtin/ls-tree.c:13212192msgid "show trees when recursing"12193msgstr "hiển thị cây khi đệ quy"1219412195#: builtin/ls-tree.c:13512196msgid "terminate entries with NUL byte"12197msgstr "chấm dứt mục tin với byte NUL"1219812199#: builtin/ls-tree.c:13612200msgid "include object size"12201msgstr "gồm cả kích thước đối tượng"1220212203#: builtin/ls-tree.c:138 builtin/ls-tree.c:14012204msgid "list only filenames"12205msgstr "chỉ liệt kê tên tập tin"1220612207#: builtin/ls-tree.c:14312208msgid "use full path names"12209msgstr "dùng tên đường dẫn đầy đủ"1221012211#: builtin/ls-tree.c:14512212msgid "list entire tree; not just current directory (implies --full-name)"12213msgstr "liệt kê cây mục tin; không chỉ thư mục hiện hành (ngụ ý --full-name)"1221412215#: builtin/mailsplit.c:24112216#, c-format12217msgid "empty mbox: '%s'"12218msgstr "mbox trống rỗng: “%s”"1221912220#: builtin/merge.c:5112221msgid "git merge [<options>] [<commit>...]"12222msgstr "git merge [<các-tùy-chọn>] [<commit>…]"1222312224#: builtin/merge.c:5212225msgid "git merge --abort"12226msgstr "git merge --abort"1222712228#: builtin/merge.c:5312229msgid "git merge --continue"12230msgstr "git merge --continue"1223112232#: builtin/merge.c:11012233msgid "switch `m' requires a value"12234msgstr "switch “m” yêu cầu một giá trị"1223512236#: builtin/merge.c:17612237#, c-format12238msgid "Could not find merge strategy '%s'.\n"12239msgstr "Không tìm thấy chiến lược hòa trộn “%s”.\n"1224012241#: builtin/merge.c:17712242#, c-format12243msgid "Available strategies are:"12244msgstr "Các chiến lược sẵn sàng là:"1224512246#: builtin/merge.c:18212247#, c-format12248msgid "Available custom strategies are:"12249msgstr "Các chiến lược tùy chỉnh sẵn sàng là:"1225012251#: builtin/merge.c:232 builtin/pull.c:14212252msgid "do not show a diffstat at the end of the merge"12253msgstr "không hiển thị thống kê khác biệt tại cuối của lần hòa trộn"1225412255#: builtin/merge.c:235 builtin/pull.c:14512256msgid "show a diffstat at the end of the merge"12257msgstr "hiển thị thống kê khác biệt tại cuối của hòa trộn"1225812259#: builtin/merge.c:236 builtin/pull.c:14812260msgid "(synonym to --stat)"12261msgstr "(đồng nghĩa với --stat)"1226212263#: builtin/merge.c:238 builtin/pull.c:15112264msgid "add (at most <n>) entries from shortlog to merge commit message"12265msgstr "thêm (ít nhất <n>) mục từ shortlog cho ghi chú chuyển giao hòa trộn"1226612267#: builtin/merge.c:241 builtin/pull.c:15712268msgid "create a single commit instead of doing a merge"12269msgstr "tạo một lần chuyển giao đưon thay vì thực hiện việc hòa trộn"1227012271#: builtin/merge.c:243 builtin/pull.c:16012272msgid "perform a commit if the merge succeeds (default)"12273msgstr "thực hiện chuyển giao nếu hòa trộn thành công (mặc định)"1227412275#: builtin/merge.c:245 builtin/pull.c:16312276msgid "edit message before committing"12277msgstr "sửa chú thích trước khi chuyển giao"1227812279#: builtin/merge.c:24612280msgid "allow fast-forward (default)"12281msgstr "cho phép chuyển-tiếp-nhanh (mặc định)"1228212283#: builtin/merge.c:248 builtin/pull.c:16912284msgid "abort if fast-forward is not possible"12285msgstr "bỏ qua nếu chuyển-tiếp-nhanh không thể được"1228612287#: builtin/merge.c:252 builtin/pull.c:17212288msgid "verify that the named commit has a valid GPG signature"12289msgstr "thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"1229012291#: builtin/merge.c:253 builtin/notes.c:779 builtin/pull.c:17612292#: builtin/revert.c:11012293msgid "strategy"12294msgstr "chiến lược"1229512296#: builtin/merge.c:254 builtin/pull.c:17712297msgid "merge strategy to use"12298msgstr "chiến lược hòa trộn sẽ dùng"1229912300#: builtin/merge.c:255 builtin/pull.c:18012301msgid "option=value"12302msgstr "tùy_chọn=giá_trị"1230312304#: builtin/merge.c:256 builtin/pull.c:18112305msgid "option for selected merge strategy"12306msgstr "tùy chọn cho chiến lược hòa trộn đã chọn"1230712308#: builtin/merge.c:25812309msgid "merge commit message (for a non-fast-forward merge)"12310msgstr ""12311"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-"12312"nhanh)"1231312314#: builtin/merge.c:26512315msgid "abort the current in-progress merge"12316msgstr "bãi bỏ quá trình hòa trộn hiện tại đang thực hiện"1231712318#: builtin/merge.c:26712319msgid "continue the current in-progress merge"12320msgstr "tiếp tục quá trình hòa trộn hiện tại đang thực hiện"1232112322#: builtin/merge.c:269 builtin/pull.c:18812323msgid "allow merging unrelated histories"12324msgstr "cho phép hòa trộn lịch sử không liên quan"1232512326#: builtin/merge.c:27512327msgid "verify commit-msg hook"12328msgstr "thẩm tra móc (hook) commit-msg"1232912330#: builtin/merge.c:30012331msgid "could not run stash."12332msgstr "không thể chạy stash."1233312334#: builtin/merge.c:30512335msgid "stash failed"12336msgstr "lệnh tạm cất gặp lỗi"1233712338#: builtin/merge.c:31012339#, c-format12340msgid "not a valid object: %s"12341msgstr "không phải là một đối tượng hợp lệ: %s"1234212343#: builtin/merge.c:332 builtin/merge.c:34912344msgid "read-tree failed"12345msgstr "read-tree gặp lỗi"1234612347#: builtin/merge.c:37912348msgid " (nothing to squash)"12349msgstr " (không có gì để squash)"1235012351#: builtin/merge.c:39012352#, c-format12353msgid "Squash commit -- not updating HEAD\n"12354msgstr "Squash commit -- không cập nhật HEAD\n"1235512356#: builtin/merge.c:44012357#, c-format12358msgid "No merge message -- not updating HEAD\n"12359msgstr "Không có lời chú thích hòa trộn -- nên không cập nhật HEAD\n"1236012361#: builtin/merge.c:49112362#, c-format12363msgid "'%s' does not point to a commit"12364msgstr "“%s” không chỉ đến một lần chuyển giao nào cả"1236512366#: builtin/merge.c:57812367#, c-format12368msgid "Bad branch.%s.mergeoptions string: %s"12369msgstr "Chuỗi branch.%s.mergeoptions sai: %s"1237012371#: builtin/merge.c:69912372msgid "Not handling anything other than two heads merge."12373msgstr "Không cầm nắm gì ngoài hai head hòa trộn"1237412375#: builtin/merge.c:71312376#, c-format12377msgid "Unknown option for merge-recursive: -X%s"12378msgstr "Không hiểu tùy chọn cho merge-recursive: -X%s"1237912380#: builtin/merge.c:72812381#, c-format12382msgid "unable to write %s"12383msgstr "không thể ghi %s"1238412385#: builtin/merge.c:77912386#, c-format12387msgid "Could not read from '%s'"12388msgstr "Không thể đọc từ “%s”"1238912390#: builtin/merge.c:78812391#, c-format12392msgid "Not committing merge; use 'git commit' to complete the merge.\n"12393msgstr ""12394"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 "12395"việc hòa trộn.\n"1239612397#: builtin/merge.c:79412398#, c-format12399msgid ""12400"Please enter a commit message to explain why this merge is necessary,\n"12401"especially if it merges an updated upstream into a topic branch.\n"12402"\n"12403"Lines starting with '%c' will be ignored, and an empty message aborts\n"12404"the commit.\n"12405msgstr ""12406"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 "12407"thiết,\n"12408"đặ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 "12409"topic.\n"12410"\n"12411"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 "12412"rỗng\n"12413"sẽ hủy bỏ lần chuyển giao.\n"1241412415#: builtin/merge.c:83012416msgid "Empty commit message."12417msgstr "Chú thích của lần commit (chuyển giao) bị trống rỗng."1241812419#: builtin/merge.c:84912420#, c-format12421msgid "Wonderful.\n"12422msgstr "Tuyệt vời.\n"1242312424#: builtin/merge.c:90212425#, c-format12426msgid "Automatic merge failed; fix conflicts and then commit the result.\n"12427msgstr ""12428"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 "12429"quả.\n"1243012431#: builtin/merge.c:94112432msgid "No current branch."12433msgstr "không phải nhánh hiện hành"1243412435#: builtin/merge.c:94312436msgid "No remote for the current branch."12437msgstr "Không có máy chủ cho nhánh hiện hành."1243812439#: builtin/merge.c:94512440msgid "No default upstream defined for the current branch."12441msgstr "Không có thượng nguồn mặc định được định nghĩa cho nhánh hiện hành."1244212443#: builtin/merge.c:95012444#, c-format12445msgid "No remote-tracking branch for %s from %s"12446msgstr "Không nhánh mạng theo dõi cho %s từ %s"1244712448#: builtin/merge.c:100712449#, c-format12450msgid "Bad value '%s' in environment '%s'"12451msgstr "Giá trị sai “%s” trong biến môi trường “%s”"1245212453#: builtin/merge.c:111012454#, c-format12455msgid "not something we can merge in %s: %s"12456msgstr "không phải là một thứ gì đó mà chúng tôi có thể hòa trộn trong %s: %s"1245712458#: builtin/merge.c:114412459msgid "not something we can merge"12460msgstr "không phải là thứ gì đó mà chúng tôi có thể hòa trộn"1246112462#: builtin/merge.c:124712463msgid "--abort expects no arguments"12464msgstr "--abort không nhận các đối số"1246512466#: builtin/merge.c:125112467msgid "There is no merge to abort (MERGE_HEAD missing)."12468msgstr ""12469"Ở đâ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)."1247012471#: builtin/merge.c:126312472msgid "--continue expects no arguments"12473msgstr "--continue không nhận đối số"1247412475#: builtin/merge.c:126712476msgid "There is no merge in progress (MERGE_HEAD missing)."12477msgstr "Ở đây không có lần hòa trộn nào đang được xử lý cả (thiếu MERGE_HEAD)."1247812479#: builtin/merge.c:128312480msgid ""12481"You have not concluded your merge (MERGE_HEAD exists).\n"12482"Please, commit your changes before you merge."12483msgstr ""12484"Bạn chưa kết thúc việc hòa trộn (MERGE_HEAD vẫn tồn tại).\n"12485"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."1248612487#: builtin/merge.c:129012488msgid ""12489"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"12490"Please, commit your changes before you merge."12491msgstr ""12492"Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại).\n"12493"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."1249412495#: builtin/merge.c:129312496msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."12497msgstr "Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại)."1249812499#: builtin/merge.c:130212500msgid "You cannot combine --squash with --no-ff."12501msgstr "Bạn không thể kết hợp --squash với --no-ff."1250212503#: builtin/merge.c:131012504msgid "No commit specified and merge.defaultToUpstream not set."12505msgstr "Không chỉ ra lần chuyển giao và merge.defaultToUpstream chưa được đặt."1250612507#: builtin/merge.c:132712508msgid "Squash commit into empty head not supported yet"12509msgstr "Squash commit vào một head trống rỗng vẫn chưa được hỗ trợ"1251012511#: builtin/merge.c:132912512msgid "Non-fast-forward commit does not make sense into an empty head"12513msgstr ""12514"Chuyển giao không-chuyển-tiếp-nhanh không hợp lý ở trong một head trống rỗng"1251512516#: builtin/merge.c:133412517#, c-format12518msgid "%s - not something we can merge"12519msgstr "%s - không phải là thứ gì đó mà chúng tôi có thể hòa trộn"1252012521#: builtin/merge.c:133612522msgid "Can merge only exactly one commit into empty head"12523msgstr ""12524"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"1252512526#: builtin/merge.c:137012527#, c-format12528msgid "Commit %s has an untrusted GPG signature, allegedly by %s."12529msgstr ""12530"Lần chuyển giao %s có một chữ ký GPG không đáng tin, được cho là bởi %s."1253112532#: builtin/merge.c:137312533#, c-format12534msgid "Commit %s has a bad GPG signature allegedly by %s."12535msgstr "Lần chuyển giao %s có một chữ ký GPG sai, được cho là bởi %s."1253612537#: builtin/merge.c:137612538#, c-format12539msgid "Commit %s does not have a GPG signature."12540msgstr "Lần chuyển giao %s không có chữ ký GPG."1254112542#: builtin/merge.c:137912543#, c-format12544msgid "Commit %s has a good GPG signature by %s\n"12545msgstr "Lần chuyển giao %s có một chữ ký GPG tốt bởi %s\n"1254612547#: builtin/merge.c:143812548msgid "refusing to merge unrelated histories"12549msgstr "từ chối hòa trộn lịch sử không liên quan"1255012551#: builtin/merge.c:144712552msgid "Already up to date."12553msgstr "Đã cập nhật rồi."1255412555#: builtin/merge.c:145712556#, c-format12557msgid "Updating %s..%s\n"12558msgstr "Đang cập nhật %s..%s\n"1255912560#: builtin/merge.c:149812561#, c-format12562msgid "Trying really trivial in-index merge...\n"12563msgstr "Đang thử hòa trộn kiểu “trivial in-index”…\n"1256412565#: builtin/merge.c:150512566#, c-format12567msgid "Nope.\n"12568msgstr "Không.\n"1256912570#: builtin/merge.c:153012571msgid "Already up to date. Yeeah!"12572msgstr "Đã cập nhật rồi. Yeeah!"1257312574#: builtin/merge.c:153612575msgid "Not possible to fast-forward, aborting."12576msgstr "Thực hiện lệnh chuyển-tiếp-nhanh là không thể được, đang bỏ qua."1257712578#: builtin/merge.c:1559 builtin/merge.c:163812579#, c-format12580msgid "Rewinding the tree to pristine...\n"12581msgstr "Đang tua lại cây thành thời xa xưa…\n"1258212583#: builtin/merge.c:156312584#, c-format12585msgid "Trying merge strategy %s...\n"12586msgstr "Đang thử chiến lược hòa trộn %s…\n"1258712588#: builtin/merge.c:162912589#, c-format12590msgid "No merge strategy handled the merge.\n"12591msgstr "Không có chiến lược hòa trộn nào được nắm giữ (handle) sự hòa trộn.\n"1259212593#: builtin/merge.c:163112594#, c-format12595msgid "Merge with strategy %s failed.\n"12596msgstr "Hòa trộn với chiến lược %s gặp lỗi.\n"1259712598#: builtin/merge.c:164012599#, c-format12600msgid "Using the %s to prepare resolving by hand.\n"12601msgstr "Sử dụng %s để chuẩn bị giải quyết bằng tay.\n"1260212603#: builtin/merge.c:165212604#, c-format12605msgid "Automatic merge went well; stopped before committing as requested\n"12606msgstr ""12607"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 "12608"cầu\n"1260912610#: builtin/merge-base.c:3112611msgid "git merge-base [-a | --all] <commit> <commit>..."12612msgstr "git merge-base [-a | --all] <lần_chuyển_giao> <lần_chuyển_giao>…"1261312614#: builtin/merge-base.c:3212615msgid "git merge-base [-a | --all] --octopus <commit>..."12616msgstr "git merge-base [-a | --all] --octopus <lần_chuyển_giao>…"1261712618#: builtin/merge-base.c:3312619msgid "git merge-base --independent <commit>..."12620msgstr "git merge-base --independent <lần_chuyển_giao>…"1262112622#: builtin/merge-base.c:3412623msgid "git merge-base --is-ancestor <commit> <commit>"12624msgstr "git merge-base --is-ancestor <commit> <lần_chuyển_giao>"1262512626#: builtin/merge-base.c:3512627msgid "git merge-base --fork-point <ref> [<commit>]"12628msgstr "git merge-base --fork-point <tham-chiếu> [<lần_chuyển_giao>]"1262912630#: builtin/merge-base.c:22112631msgid "output all common ancestors"12632msgstr "xuất ra tất cả các ông bà, tổ tiên chung"1263312634#: builtin/merge-base.c:22312635msgid "find ancestors for a single n-way merge"12636msgstr "tìm tổ tiên của hòa trộn n-way đơn"1263712638#: builtin/merge-base.c:22512639msgid "list revs not reachable from others"12640msgstr "liệt kê các “rev” mà nó không thể đọc được từ cái khác"1264112642#: builtin/merge-base.c:22712643msgid "is the first one ancestor of the other?"12644msgstr "là cha mẹ đầu tiên của cái khác?"1264512646#: builtin/merge-base.c:22912647msgid "find where <commit> forked from reflog of <ref>"12648msgstr "tìm xem <commit> được rẽ nhánh ở đâu từ reflog của <th.chiếu>"1264912650#: builtin/merge-file.c:912651msgid ""12652"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "12653"<orig-file> <file2>"12654msgstr ""12655"git merge-file [<các-tùy-chọn>] [-L <tên1> [-L <gốc> [-L <tên2>]]] <tập-"12656"tin1> <tập-tin-gốc> <tập-tin2>"1265712658#: builtin/merge-file.c:3312659msgid "send results to standard output"12660msgstr "gửi kết quả vào đầu ra tiêu chuẩn"1266112662#: builtin/merge-file.c:3412663msgid "use a diff3 based merge"12664msgstr "dùng kiểu hòa dựa trên diff3"1266512666#: builtin/merge-file.c:3512667msgid "for conflicts, use our version"12668msgstr "để tránh xung đột, sử dụng phiên bản của chúng ta"1266912670#: builtin/merge-file.c:3712671msgid "for conflicts, use their version"12672msgstr "để tránh xung đột, sử dụng phiên bản của họ"1267312674#: builtin/merge-file.c:3912675msgid "for conflicts, use a union version"12676msgstr "để tránh xung đột, sử dụng phiên bản kết hợp"1267712678#: builtin/merge-file.c:4212679msgid "for conflicts, use this marker size"12680msgstr "để tránh xung đột, hãy sử dụng kích thước bộ tạo này"1268112682#: builtin/merge-file.c:4312683msgid "do not warn about conflicts"12684msgstr "không cảnh báo về các xung đột xảy ra"1268512686#: builtin/merge-file.c:4512687msgid "set labels for file1/orig-file/file2"12688msgstr "đặt nhãn cho tập-tin-1/tập-tin-gốc/tập-tin-2"1268912690#: builtin/merge-recursive.c:4512691#, c-format12692msgid "unknown option %s"12693msgstr "không hiểu tùy chọn %s"1269412695#: builtin/merge-recursive.c:5112696#, c-format12697msgid "could not parse object '%s'"12698msgstr "không thể phân tích đối tượng “%s”"1269912700#: builtin/merge-recursive.c:5512701#, c-format12702msgid "cannot handle more than %d base. Ignoring %s."12703msgid_plural "cannot handle more than %d bases. Ignoring %s."12704msgstr[0] "không thể xử lý nhiều hơn %d nền. Bỏ qua %s"1270512706#: builtin/merge-recursive.c:6312707msgid "not handling anything other than two heads merge."12708msgstr "không cầm nắm gì ngoài hai head hòa trộn"1270912710#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7112711#, c-format12712msgid "could not resolve ref '%s'"12713msgstr "không thể phân giải tham chiếu %s"1271412715#: builtin/merge-recursive.c:7712716#, c-format12717msgid "Merging %s with %s\n"12718msgstr "Đang hòa trộn %s với %s\n"1271912720#: builtin/mktree.c:6612721msgid "git mktree [-z] [--missing] [--batch]"12722msgstr "git mktree [-z] [--missing] [--batch]"1272312724#: builtin/mktree.c:15412725msgid "input is NUL terminated"12726msgstr "đầu vào được chấm dứt bởi NUL"1272712728#: builtin/mktree.c:155 builtin/write-tree.c:2512729msgid "allow missing objects"12730msgstr "cho phép thiếu đối tượng"1273112732#: builtin/mktree.c:15612733msgid "allow creation of more than one tree"12734msgstr "cho phép tạo nhiều hơn một cây"1273512736#: builtin/mv.c:1712737msgid "git mv [<options>] <source>... <destination>"12738msgstr "git mv [<các-tùy-chọn>] <nguồn>… <đích>"1273912740#: builtin/mv.c:8212741#, c-format12742msgid "Directory %s is in index and no submodule?"12743msgstr "Thư mục “%s” có ở trong chỉ mục mà không có mô-đun con?"1274412745#: builtin/mv.c:8412746msgid "Please stage your changes to .gitmodules or stash them to proceed"12747msgstr ""12748"Hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"1274912750#: builtin/mv.c:10212751#, c-format12752msgid "%.*s is in index"12753msgstr "%.*s trong bảng mục lục"1275412755#: builtin/mv.c:12412756msgid "force move/rename even if target exists"12757msgstr "ép buộc di chuyển hay đổi tên thậm chí cả khi đích đã tồn tại"1275812759#: builtin/mv.c:12612760msgid "skip move/rename errors"12761msgstr "bỏ qua các lỗi liên quan đến di chuyển, đổi tên"1276212763#: builtin/mv.c:16812764#, c-format12765msgid "destination '%s' is not a directory"12766msgstr "có đích “%s” nhưng đây không phải là một thư mục"1276712768#: builtin/mv.c:17912769#, c-format12770msgid "Checking rename of '%s' to '%s'\n"12771msgstr "Đang kiểm tra việc đổi tên của “%s” thành “%s”\n"1277212773#: builtin/mv.c:18312774msgid "bad source"12775msgstr "nguồn sai"1277612777#: builtin/mv.c:18612778msgid "can not move directory into itself"12779msgstr "không thể di chuyển một thư mục vào trong chính nó được"1278012781#: builtin/mv.c:18912782msgid "cannot move directory over file"12783msgstr "không di chuyển được thư mục thông qua tập tin"1278412785#: builtin/mv.c:19812786msgid "source directory is empty"12787msgstr "thư mục nguồn là trống rỗng"1278812789#: builtin/mv.c:22312790msgid "not under version control"12791msgstr "không nằm dưới sự quản lý mã nguồn"1279212793#: builtin/mv.c:22612794msgid "destination exists"12795msgstr "đích đã tồn tại sẵn rồi"1279612797#: builtin/mv.c:23412798#, c-format12799msgid "overwriting '%s'"12800msgstr "đang ghi đè lên “%s”"1280112802#: builtin/mv.c:23712803msgid "Cannot overwrite"12804msgstr "Không thể ghi đè"1280512806#: builtin/mv.c:24012807msgid "multiple sources for the same target"12808msgstr "Nhiều nguồn cho cùng một đích"1280912810#: builtin/mv.c:24212811msgid "destination directory does not exist"12812msgstr "thư mục đích không tồn tại"1281312814#: builtin/mv.c:24912815#, c-format12816msgid "%s, source=%s, destination=%s"12817msgstr "%s, nguồn=%s, đích=%s"1281812819#: builtin/mv.c:27012820#, c-format12821msgid "Renaming %s to %s\n"12822msgstr "Đổi tên %s thành %s\n"1282312824#: builtin/mv.c:276 builtin/remote.c:716 builtin/repack.c:49412825#, c-format12826msgid "renaming '%s' failed"12827msgstr "gặp lỗi khi đổi tên “%s”"1282812829#: builtin/name-rev.c:35512830msgid "git name-rev [<options>] <commit>..."12831msgstr "git name-rev [<các-tùy-chọn>] <commit>…"1283212833#: builtin/name-rev.c:35612834msgid "git name-rev [<options>] --all"12835msgstr "git name-rev [<các-tùy-chọn>] --all"1283612837#: builtin/name-rev.c:35712838msgid "git name-rev [<options>] --stdin"12839msgstr "git name-rev [<các-tùy-chọn>] --stdin"1284012841#: builtin/name-rev.c:41312842msgid "print only names (no SHA-1)"12843msgstr "chỉ hiển thị tên (không SHA-1)"1284412845#: builtin/name-rev.c:41412846msgid "only use tags to name the commits"12847msgstr "chỉ dùng các thẻ để đặt tên cho các lần chuyển giao"1284812849#: builtin/name-rev.c:41612850msgid "only use refs matching <pattern>"12851msgstr "chỉ sử dụng các tham chiếu khớp với <mẫu>"1285212853#: builtin/name-rev.c:41812854msgid "ignore refs matching <pattern>"12855msgstr "bỏ qua các tham chiếu khớp với <mẫu>"1285612857#: builtin/name-rev.c:42012858msgid "list all commits reachable from all refs"12859msgstr ""12860"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"1286112862#: builtin/name-rev.c:42112863msgid "read from stdin"12864msgstr "đọc từ đầu vào tiêu chuẩn"1286512866#: builtin/name-rev.c:42212867msgid "allow to print `undefined` names (default)"12868msgstr "cho phép in các tên “chưa định nghĩa” (mặc định)"1286912870#: builtin/name-rev.c:42812871msgid "dereference tags in the input (internal use)"12872msgstr "bãi bỏ tham chiếu các thẻ trong đầu vào (dùng nội bộ)"1287312874#: builtin/notes.c:2812875msgid "git notes [--ref <notes-ref>] [list [<object>]]"12876msgstr "git notes [--ref <notes-ref>] [list [<đối-tượng>]]"1287712878#: builtin/notes.c:2912879msgid ""12880"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "12881"| (-c | -C) <object>] [<object>]"12882msgstr ""12883"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <lời-nhắn> | -F "12884"<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"1288512886#: builtin/notes.c:3012887msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"12888msgstr "git notes [--ref <notes-ref>] copy [-f] <từ-đối-tượng> <đến-đối-tượng>"1288912890#: builtin/notes.c:3112891msgid ""12892"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "12893"(-c | -C) <object>] [<object>]"12894msgstr ""12895"git notes [--ref <notes-ref>] append [--allow-empty] [-m <lời-nhắn> | -F "12896"<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"1289712898#: builtin/notes.c:3212899msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"12900msgstr "git notes [--ref <notes-ref>] edit [--allow-empty] [<đối-tượng>]"1290112902#: builtin/notes.c:3312903msgid "git notes [--ref <notes-ref>] show [<object>]"12904msgstr "git notes [--ref <notes-ref>] show [<đối-tượng>]"1290512906#: builtin/notes.c:3412907msgid ""12908"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"12909msgstr ""12910"git notes [--ref <notes-ref>] merge [-v | -q] [-s <chiến-lược> ] <notes-ref>"1291112912#: builtin/notes.c:3512913msgid "git notes merge --commit [-v | -q]"12914msgstr "git notes merge --commit [-v | -q]"1291512916#: builtin/notes.c:3612917msgid "git notes merge --abort [-v | -q]"12918msgstr "git notes merge --abort [-v | -q]"1291912920#: builtin/notes.c:3712921msgid "git notes [--ref <notes-ref>] remove [<object>...]"12922msgstr "git notes [--ref <notes-ref>] remove [<đối-tượng>…]"1292312924#: builtin/notes.c:3812925msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"12926msgstr "git notes [--ref <notes-ref>] prune [-n] [-v]"1292712928#: builtin/notes.c:3912929msgid "git notes [--ref <notes-ref>] get-ref"12930msgstr "git notes [--ref <notes-ref>] get-ref"1293112932#: builtin/notes.c:4412933msgid "git notes [list [<object>]]"12934msgstr "git notes [list [<đối tượng>]]"1293512936#: builtin/notes.c:4912937msgid "git notes add [<options>] [<object>]"12938msgstr "git notes add [<các-tùy-chọn>] [<đối-tượng>]"1293912940#: builtin/notes.c:5412941msgid "git notes copy [<options>] <from-object> <to-object>"12942msgstr "git notes copy [<các-tùy-chọn>] <từ-đối-tượng> <đến-đối-tượng>"1294312944#: builtin/notes.c:5512945msgid "git notes copy --stdin [<from-object> <to-object>]..."12946msgstr "git notes copy --stdin [<từ-đối-tượng> <đến-đối-tượng>]…"1294712948#: builtin/notes.c:6012949msgid "git notes append [<options>] [<object>]"12950msgstr "git notes append [<các-tùy-chọn>] [<đối-tượng>]"1295112952#: builtin/notes.c:6512953msgid "git notes edit [<object>]"12954msgstr "git notes edit [<đối tượng>]"1295512956#: builtin/notes.c:7012957msgid "git notes show [<object>]"12958msgstr "git notes show [<đối tượng>]"1295912960#: builtin/notes.c:7512961msgid "git notes merge [<options>] <notes-ref>"12962msgstr "git notes merge [<các-tùy-chọn>] <notes-ref>"1296312964#: builtin/notes.c:7612965msgid "git notes merge --commit [<options>]"12966msgstr "git notes merge --commit [<các-tùy-chọn>]"1296712968#: builtin/notes.c:7712969msgid "git notes merge --abort [<options>]"12970msgstr "git notes merge --abort [<các-tùy-chọn>]"1297112972#: builtin/notes.c:8212973msgid "git notes remove [<object>]"12974msgstr "git notes remove [<đối tượng>]"1297512976#: builtin/notes.c:8712977msgid "git notes prune [<options>]"12978msgstr "git notes prune [<các-tùy-chọn>]"1297912980#: builtin/notes.c:9212981msgid "git notes get-ref"12982msgstr "git notes get-ref"1298312984#: builtin/notes.c:9712985msgid "Write/edit the notes for the following object:"12986msgstr "Ghi hay sửa ghi chú cho đối tượng sau đây:"1298712988#: builtin/notes.c:15012989#, c-format12990msgid "unable to start 'show' for object '%s'"12991msgstr "không thể khởi chạy “show” cho đối tượng “%s”"1299212993#: builtin/notes.c:15412994msgid "could not read 'show' output"12995msgstr "không thể đọc kết xuất “show”"1299612997#: builtin/notes.c:16212998#, c-format12999msgid "failed to finish 'show' for object '%s'"13000msgstr "gặp lỗi khi hoàn thành “show” cho đối tượng “%s”"1300113002#: builtin/notes.c:19713003msgid "please supply the note contents using either -m or -F option"13004msgstr ""13005"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"1300613007#: builtin/notes.c:20613008msgid "unable to write note object"13009msgstr "không thể ghi đối tượng ghi chú (note)"1301013011#: builtin/notes.c:20813012#, c-format13013msgid "the note contents have been left in %s"13014msgstr "nội dung ghi chú còn lại %s"1301513016#: builtin/notes.c:236 builtin/tag.c:50813017#, c-format13018msgid "cannot read '%s'"13019msgstr "không thể đọc “%s”"1302013021#: builtin/notes.c:238 builtin/tag.c:51113022#, c-format13023msgid "could not open or read '%s'"13024msgstr "không thể mở hay đọc “%s”"1302513026#: builtin/notes.c:257 builtin/notes.c:308 builtin/notes.c:31013027#: builtin/notes.c:378 builtin/notes.c:433 builtin/notes.c:51913028#: builtin/notes.c:524 builtin/notes.c:602 builtin/notes.c:66413029#, c-format13030msgid "failed to resolve '%s' as a valid ref."13031msgstr "gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."1303213033#: builtin/notes.c:26013034#, c-format13035msgid "failed to read object '%s'."13036msgstr "gặp lỗi khi đọc đối tượng “%s”."1303713038#: builtin/notes.c:26413039#, c-format13040msgid "cannot read note data from non-blob object '%s'."13041msgstr "không thể đọc dữ liệu ghi chú từ đối tượng không-blob “%s”."1304213043#: builtin/notes.c:30413044#, c-format13045msgid "malformed input line: '%s'."13046msgstr "dòng đầu vào dị hình: “%s”."1304713048#: builtin/notes.c:31913049#, c-format13050msgid "failed to copy notes from '%s' to '%s'"13051msgstr "gặp lỗi khi sao chép ghi chú (note) từ “%s” sang “%s”"1305213053#. TRANSLATORS: the first %s will be replaced by a git13054#. notes command: 'add', 'merge', 'remove', etc.13055#.13056#: builtin/notes.c:35113057#, c-format13058msgid "refusing to %s notes in %s (outside of refs/notes/)"13059msgstr "từ chối %s ghi chú trong %s (nằm ngoài refs/notes/)"1306013061#: builtin/notes.c:371 builtin/notes.c:426 builtin/notes.c:50213062#: builtin/notes.c:514 builtin/notes.c:590 builtin/notes.c:65713063#: builtin/notes.c:807 builtin/notes.c:954 builtin/notes.c:97513064msgid "too many parameters"13065msgstr "quá nhiều đối số"1306613067#: builtin/notes.c:384 builtin/notes.c:67013068#, c-format13069msgid "no note found for object %s."13070msgstr "không tìm thấy ghi chú cho đối tượng %s."1307113072#: builtin/notes.c:405 builtin/notes.c:56813073msgid "note contents as a string"13074msgstr "nội dung ghi chú (note) nằm trong một chuỗi"1307513076#: builtin/notes.c:408 builtin/notes.c:57113077msgid "note contents in a file"13078msgstr "nội dung ghi chú (note) nằm trong một tập tin"1307913080#: builtin/notes.c:411 builtin/notes.c:57413081msgid "reuse and edit specified note object"13082msgstr "dùng lại nhưng có sửa chữa đối tượng note đã chỉ ra"1308313084#: builtin/notes.c:414 builtin/notes.c:57713085msgid "reuse specified note object"13086msgstr "dùng lại đối tượng ghi chú (note) đã chỉ ra"1308713088#: builtin/notes.c:417 builtin/notes.c:58013089msgid "allow storing empty note"13090msgstr "cho lưu trữ ghi chú trống rỗng"1309113092#: builtin/notes.c:418 builtin/notes.c:48913093msgid "replace existing notes"13094msgstr "thay thế ghi chú trước"1309513096#: builtin/notes.c:44313097#, c-format13098msgid ""13099"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "13100"existing notes"13101msgstr ""13102"Không thể thêm các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối tượng "13103"%s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"1310413105#: builtin/notes.c:458 builtin/notes.c:53713106#, c-format13107msgid "Overwriting existing notes for object %s\n"13108msgstr "Đang ghi đè lên ghi chú cũ cho đối tượng %s\n"1310913110#: builtin/notes.c:469 builtin/notes.c:629 builtin/notes.c:89413111#, c-format13112msgid "Removing note for object %s\n"13113msgstr "Đang gỡ bỏ ghi chú (note) cho đối tượng %s\n"1311413115#: builtin/notes.c:49013116msgid "read objects from stdin"13117msgstr "đọc các đối tượng từ đầu vào tiêu chuẩn"1311813119#: builtin/notes.c:49213120msgid "load rewriting config for <command> (implies --stdin)"13121msgstr "tải cấu hình chép lại cho <lệnh> (ngầm định là --stdin)"1312213123#: builtin/notes.c:51013124msgid "too few parameters"13125msgstr "quá ít đối số"1312613127#: builtin/notes.c:53113128#, c-format13129msgid ""13130"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "13131"existing notes"13132msgstr ""13133"Không thể sao chép các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối "13134"tượng %s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"1313513136#: builtin/notes.c:54313137#, c-format13138msgid "missing notes on source object %s. Cannot copy."13139msgstr "thiếu ghi chú trên đối tượng nguồn %s. Không thể sao chép."1314013141#: builtin/notes.c:59513142#, c-format13143msgid ""13144"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"13145"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"13146msgstr ""13147"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"13148"Xin hãy sử dụng lệnh sau để thay thế: “git notes add -f -m/-F/-c/-C”.\n"1314913150#: builtin/notes.c:69013151msgid "failed to delete ref NOTES_MERGE_PARTIAL"13152msgstr "gặp lỗi khi xóa tham chiếu NOTES_MERGE_PARTIAL"1315313154#: builtin/notes.c:69213155msgid "failed to delete ref NOTES_MERGE_REF"13156msgstr "gặp lỗi khi xóa tham chiếu NOTES_MERGE_REF"1315713158#: builtin/notes.c:69413159msgid "failed to remove 'git notes merge' worktree"13160msgstr "gặp lỗi khi gỡ bỏ cây làm việc “git notes merge”"1316113162#: builtin/notes.c:71413163msgid "failed to read ref NOTES_MERGE_PARTIAL"13164msgstr "gặp lỗi khi đọc tham chiếu NOTES_MERGE_PARTIAL"1316513166#: builtin/notes.c:71613167msgid "could not find commit from NOTES_MERGE_PARTIAL."13168msgstr "không thể tìm thấy lần chuyển giao từ NOTES_MERGE_PARTIAL."1316913170#: builtin/notes.c:71813171msgid "could not parse commit from NOTES_MERGE_PARTIAL."13172msgstr "không thể phân tích cú pháp lần chuyển giao từ NOTES_MERGE_PARTIAL."1317313174#: builtin/notes.c:73113175msgid "failed to resolve NOTES_MERGE_REF"13176msgstr "gặp lỗi khi phân giải NOTES_MERGE_REF"1317713178#: builtin/notes.c:73413179msgid "failed to finalize notes merge"13180msgstr "gặp lỗi khi hoàn thành hòa trộn ghi chú"1318113182#: builtin/notes.c:76013183#, c-format13184msgid "unknown notes merge strategy %s"13185msgstr "không hiểu chiến lược hòa trộn ghi chú %s"1318613187#: builtin/notes.c:77613188msgid "General options"13189msgstr "Tùy chọn chung"1319013191#: builtin/notes.c:77813192msgid "Merge options"13193msgstr "Tùy chọn về hòa trộn"1319413195#: builtin/notes.c:78013196msgid ""13197"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"13198"cat_sort_uniq)"13199msgstr ""13200"phân giải các xung đột “notes” sử dụng chiến lược đã đưa ra (manual/ours/"13201"theirs/union/cat_sort_uniq)"1320213203#: builtin/notes.c:78213204msgid "Committing unmerged notes"13205msgstr "Chuyển giao các note chưa được hòa trộn"1320613207#: builtin/notes.c:78413208msgid "finalize notes merge by committing unmerged notes"13209msgstr ""13210"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 "13211"giao"1321213213#: builtin/notes.c:78613214msgid "Aborting notes merge resolution"13215msgstr "Hủy bỏ phân giải ghi chú (note) hòa trộn"1321613217#: builtin/notes.c:78813218msgid "abort notes merge"13219msgstr "bỏ qua hòa trộn các ghi chú (note)"1322013221#: builtin/notes.c:79913222msgid "cannot mix --commit, --abort or -s/--strategy"13223msgstr "không thể trộn lẫn --commit, --abort hay -s/--strategy"1322413225#: builtin/notes.c:80413226msgid "must specify a notes ref to merge"13227msgstr "bạn phải chỉ định tham chiếu ghi chú để hòa trộn"1322813229#: builtin/notes.c:82813230#, c-format13231msgid "unknown -s/--strategy: %s"13232msgstr "không hiểu -s/--strategy: %s"1323313234#: builtin/notes.c:86513235#, c-format13236msgid "a notes merge into %s is already in-progress at %s"13237msgstr "một ghi chú hòa trộn vào %s đã sẵn trong quá trình xử lý tại %s"1323813239#: builtin/notes.c:86813240#, c-format13241msgid "failed to store link to current notes ref (%s)"13242msgstr "gặp lỗi khi lưu liên kết đến tham chiếu ghi chú hiện tại (%s)"1324313244#: builtin/notes.c:87013245#, c-format13246msgid ""13247"Automatic notes merge failed. Fix conflicts in %s and commit the result with "13248"'git notes merge --commit', or abort the merge with 'git notes merge --"13249"abort'.\n"13250msgstr ""13251"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à "13252"chuyển giao kết quả bằng “git notes merge --commit”, hoặc bãi bỏ việc hòa "13253"trộn bằng “git notes merge --abort”.\n"1325413255#: builtin/notes.c:89213256#, c-format13257msgid "Object %s has no note\n"13258msgstr "Đối tượng %s không có ghi chú (note)\n"1325913260#: builtin/notes.c:90413261msgid "attempt to remove non-existent note is not an error"13262msgstr "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"1326313264#: builtin/notes.c:90713265msgid "read object names from the standard input"13266msgstr "đọc tên đối tượng từ thiết bị nhập chuẩn"1326713268#: builtin/notes.c:945 builtin/prune.c:108 builtin/worktree.c:15213269msgid "do not remove, show only"13270msgstr "không gỡ bỏ, chỉ hiển thị"1327113272#: builtin/notes.c:94613273msgid "report pruned notes"13274msgstr "báo cáo các đối tượng đã prune"1327513276#: builtin/notes.c:98813277msgid "notes-ref"13278msgstr "notes-ref"1327913280#: builtin/notes.c:98913281msgid "use notes from <notes-ref>"13282msgstr "dùng “notes” từ <notes-ref>"1328313284#: builtin/notes.c:102413285#, c-format13286msgid "unknown subcommand: %s"13287msgstr "không hiểu câu lệnh con: %s"1328813289#: builtin/pack-objects.c:4813290msgid ""13291"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"13292msgstr ""13293"git pack-objects --stdout [các-tùy-chọn…] [< <danh-sách-tham-chiếu> | < "13294"<danh-sách-đối-tượng>]"1329513296#: builtin/pack-objects.c:4913297msgid ""13298"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"13299msgstr ""13300"git pack-objects [các-tùy-chọn…] <base-name> [< <danh-sách-ref> | < <danh-"13301"sách-đối-tượng>]"1330213303#: builtin/pack-objects.c:41413304#, c-format13305msgid "bad packed object CRC for %s"13306msgstr "CRC của đối tượng gói sai với %s"1330713308#: builtin/pack-objects.c:42513309#, c-format13310msgid "corrupt packed object for %s"13311msgstr "đối tượng đã đóng gói sai hỏng cho %s"1331213313#: builtin/pack-objects.c:55613314#, c-format13315msgid "recursive delta detected for object %s"13316msgstr "dò thấy delta đệ quy cho đối tượng %s"1331713318#: builtin/pack-objects.c:75613319#, c-format13320msgid "ordered %u objects, expected %<PRIu32>"13321msgstr "đã sắp xếp %u đối tượng, cần %<PRIu32>"1332213323#: builtin/pack-objects.c:76913324#, c-format13325msgid "packfile is invalid: %s"13326msgstr "tập tin gói không hợp lệ: %s"1332713328#: builtin/pack-objects.c:77313329#, c-format13330msgid "unable to open packfile for reuse: %s"13331msgstr "không thể mở tập tin gói để dùng lại: %s"1333213333#: builtin/pack-objects.c:77713334msgid "unable to seek in reused packfile"13335msgstr "không thể di chuyển vị trí đọc trong tập tin gói dùng lại"1333613337#: builtin/pack-objects.c:78813338msgid "unable to read from reused packfile"13339msgstr "không thể đọc từ tập tin gói dùng lại"1334013341#: builtin/pack-objects.c:81613342msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"13343msgstr "tắt ghi bitmap, các gói bị chia nhỏ bởi vì pack.packSizeLimit"1334413345#: builtin/pack-objects.c:82913346msgid "Writing objects"13347msgstr "Đang ghi lại các đối tượng"1334813349#: builtin/pack-objects.c:891 builtin/update-index.c:8813350#, c-format13351msgid "failed to stat %s"13352msgstr "gặp lỗi khi lấy thông tin thống kê về %s"1335313354#: builtin/pack-objects.c:94413355#, c-format13356msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"13357msgstr "đã ghi %<PRIu32> đối tượng trong khi cần %<PRIu32>"1335813359#: builtin/pack-objects.c:111213360msgid "disabling bitmap writing, as some objects are not being packed"13361msgstr "tắt ghi bitmap, như vậy một số đối tượng sẽ không được đóng gói"1336213363#: builtin/pack-objects.c:148913364#, c-format13365msgid "delta base offset overflow in pack for %s"13366msgstr "khoảng bù cơ sở cho delta bị tràn trong gói cho %s"1336713368#: builtin/pack-objects.c:149813369#, c-format13370msgid "delta base offset out of bound for %s"13371msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm cho %s"1337213373#: builtin/pack-objects.c:177113374msgid "Counting objects"13375msgstr "Đang đếm các đối tượng"1337613377#: builtin/pack-objects.c:191313378#, c-format13379msgid "unable to get size of %s"13380msgstr "không thể lấy kích cỡ của %s"1338113382#: builtin/pack-objects.c:192813383#, c-format13384msgid "unable to parse object header of %s"13385msgstr "không thể phân tích phần đầu đối tượng của “%s”"1338613387#: builtin/pack-objects.c:1995 builtin/pack-objects.c:201113388#: builtin/pack-objects.c:202113389#, c-format13390msgid "object %s cannot be read"13391msgstr "không thể đọc đối tượng %s"1339213393#: builtin/pack-objects.c:1998 builtin/pack-objects.c:202513394#, c-format13395msgid "object %s inconsistent object length (%lu vs %lu)"13396msgstr "đối tượng %s mâu thuẫn chiều dài đối tượng (%lu so với %lu)"1339713398#: builtin/pack-objects.c:203513399msgid "suboptimal pack - out of memory"13400msgstr "suboptimal pack - hết bộ nhớ"1340113402#: builtin/pack-objects.c:236613403#, c-format13404msgid "Delta compression using up to %d threads"13405msgstr "Nén delta dùng tới %d tuyến trình"1340613407#: builtin/pack-objects.c:250213408#, c-format13409msgid "unable to pack objects reachable from tag %s"13410msgstr "không thể đóng gói các đối tượng tiếp cận được từ thẻ “%s”"1341113412#: builtin/pack-objects.c:258613413msgid "Compressing objects"13414msgstr "Đang nén các đối tượng"1341513416#: builtin/pack-objects.c:259213417msgid "inconsistency with delta count"13418msgstr "mâu thuẫn với số lượng delta"1341913420#: builtin/pack-objects.c:267113421#, c-format13422msgid ""13423"expected edge object ID, got garbage:\n"13424" %s"13425msgstr ""13426"cần ID đối tượng cạnh, nhận được rác:\n"13427" %s"1342813429#: builtin/pack-objects.c:267713430#, c-format13431msgid ""13432"expected object ID, got garbage:\n"13433" %s"13434msgstr ""13435"cần ID đối tượng, nhận được rác:\n"13436" %s"1343713438#: builtin/pack-objects.c:275713439msgid "invalid value for --missing"13440msgstr "giá trị cho --missing không hợp lệ"1344113442#: builtin/pack-objects.c:2816 builtin/pack-objects.c:292413443msgid "cannot open pack index"13444msgstr "không thể mở mục lục của gói"1344513446#: builtin/pack-objects.c:284713447#, c-format13448msgid "loose object at %s could not be examined"13449msgstr "đối tượng mất tại %s không thể đã kiểm tra"1345013451#: builtin/pack-objects.c:293213452msgid "unable to force loose object"13453msgstr "không thể buộc mất đối tượng"1345413455#: builtin/pack-objects.c:301913456#, c-format13457msgid "not a rev '%s'"13458msgstr "không phải một rev “%s”"1345913460#: builtin/pack-objects.c:302213461#, c-format13462msgid "bad revision '%s'"13463msgstr "điểm xem xét sai “%s”"1346413465#: builtin/pack-objects.c:304213466msgid "unable to add recent objects"13467msgstr "không thể thêm các đối tượng mới dùng"1346813469#: builtin/pack-objects.c:309213470#, c-format13471msgid "unsupported index version %s"13472msgstr "phiên bản mục lục không được hỗ trợ %s"1347313474#: builtin/pack-objects.c:309613475#, c-format13476msgid "bad index version '%s'"13477msgstr "phiên bản mục lục sai “%s”"1347813479#: builtin/pack-objects.c:312713480msgid "do not show progress meter"13481msgstr "không hiển thị bộ đo tiến trình"1348213483#: builtin/pack-objects.c:312913484msgid "show progress meter"13485msgstr "hiển thị bộ đo tiến trình"1348613487#: builtin/pack-objects.c:313113488msgid "show progress meter during object writing phase"13489msgstr "hiển thị bộ đo tiến triển trong suốt pha ghi đối tượng"1349013491#: builtin/pack-objects.c:313413492msgid "similar to --all-progress when progress meter is shown"13493msgstr "tương tự --all-progress khi bộ đo tiến trình được xuất hiện"1349413495#: builtin/pack-objects.c:313513496msgid "<version>[,<offset>]"13497msgstr "<phiên bản>[,offset]"1349813499#: builtin/pack-objects.c:313613500msgid "write the pack index file in the specified idx format version"13501msgstr "ghi tập tin bảng mục lục gói (pack) ở phiên bản định dạng idx đã cho"1350213503#: builtin/pack-objects.c:313913504msgid "maximum size of each output pack file"13505msgstr "kcíh thước tối đa cho tập tin gói được tạo"1350613507#: builtin/pack-objects.c:314113508msgid "ignore borrowed objects from alternate object store"13509msgstr "bỏ qua các đối tượng vay mượn từ kho đối tượng thay thế"1351013511#: builtin/pack-objects.c:314313512msgid "ignore packed objects"13513msgstr "bỏ qua các đối tượng đóng gói"1351413515#: builtin/pack-objects.c:314513516msgid "limit pack window by objects"13517msgstr "giới hạn cửa sổ đóng gói theo đối tượng"1351813519#: builtin/pack-objects.c:314713520msgid "limit pack window by memory in addition to object limit"13521msgstr "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"1352213523#: builtin/pack-objects.c:314913524msgid "maximum length of delta chain allowed in the resulting pack"13525msgstr "độ dài tối đa của chuỗi móc xích “delta” được phép trong gói kết quả"1352613527#: builtin/pack-objects.c:315113528msgid "reuse existing deltas"13529msgstr "dùng lại các delta sẵn có"1353013531#: builtin/pack-objects.c:315313532msgid "reuse existing objects"13533msgstr "dùng lại các đối tượng sẵn có"1353413535#: builtin/pack-objects.c:315513536msgid "use OFS_DELTA objects"13537msgstr "dùng các đối tượng OFS_DELTA"1353813539#: builtin/pack-objects.c:315713540msgid "use threads when searching for best delta matches"13541msgstr "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"1354213543#: builtin/pack-objects.c:315913544msgid "do not create an empty pack output"13545msgstr "không thể tạo kết xuất gói trống rỗng"1354613547#: builtin/pack-objects.c:316113548msgid "read revision arguments from standard input"13549msgstr " đọc tham số “revision” từ thiết bị nhập chuẩn"1355013551#: builtin/pack-objects.c:316313552msgid "limit the objects to those that are not yet packed"13553msgstr "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"1355413555#: builtin/pack-objects.c:316613556msgid "include objects reachable from any reference"13557msgstr "bao gồm các đối tượng có thể đọc được từ bất kỳ tham chiếu nào"1355813559#: builtin/pack-objects.c:316913560msgid "include objects referred by reflog entries"13561msgstr "bao gồm các đối tượng được tham chiếu bởi các mục reflog"1356213563#: builtin/pack-objects.c:317213564msgid "include objects referred to by the index"13565msgstr "bao gồm các đối tượng được tham chiếu bởi mục lục"1356613567#: builtin/pack-objects.c:317513568msgid "output pack to stdout"13569msgstr "xuất gói ra đầu ra tiêu chuẩn"1357013571#: builtin/pack-objects.c:317713572msgid "include tag objects that refer to objects to be packed"13573msgstr "bao gồm các đối tượng tham chiếu đến các đối tượng được đóng gói"1357413575#: builtin/pack-objects.c:317913576msgid "keep unreachable objects"13577msgstr "giữ lại các đối tượng không thể đọc được"1357813579#: builtin/pack-objects.c:318113580msgid "pack loose unreachable objects"13581msgstr "pack mất các đối tượng không thể đọc được"1358213583#: builtin/pack-objects.c:318313584msgid "unpack unreachable objects newer than <time>"13585msgstr ""13586"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>"1358713588#: builtin/pack-objects.c:318613589msgid "create thin packs"13590msgstr "tạo gói nhẹ"1359113592#: builtin/pack-objects.c:318813593msgid "create packs suitable for shallow fetches"13594msgstr "tạo gói để phù hợp cho lấy về nông (shallow)"1359513596#: builtin/pack-objects.c:319013597msgid "ignore packs that have companion .keep file"13598msgstr "bỏ qua các gói mà nó có tập tin .keep đi kèm"1359913600#: builtin/pack-objects.c:319213601msgid "ignore this pack"13602msgstr "bỏ qua gói này"1360313604#: builtin/pack-objects.c:319413605msgid "pack compression level"13606msgstr "mức nén gói"1360713608#: builtin/pack-objects.c:319613609msgid "do not hide commits by grafts"13610msgstr "không ẩn các lần chuyển giao bởi “grafts”"1361113612#: builtin/pack-objects.c:319813613msgid "use a bitmap index if available to speed up counting objects"13614msgstr "dùng mục lục ánh xạ nếu có thể được để nâng cao tốc độ đếm đối tượng"1361513616#: builtin/pack-objects.c:320013617msgid "write a bitmap index together with the pack index"13618msgstr "ghi một mục lục ánh xạ cùng với mục lục gói"1361913620#: builtin/pack-objects.c:320313621msgid "handling for missing objects"13622msgstr "xử lý cho thiếu đối tượng"1362313624#: builtin/pack-objects.c:320613625msgid "do not pack objects in promisor packfiles"13626msgstr "không thể đóng gói các đối tượng trong các tập tin gói hứa hẹn"1362713628#: builtin/pack-objects.c:323013629#, c-format13630msgid "delta chain depth %d is too deep, forcing %d"13631msgstr "mức sau xích delta %d là quá sâu, buộc dùng %d"1363213633#: builtin/pack-objects.c:323513634#, c-format13635msgid "pack.deltaCacheLimit is too high, forcing %d"13636msgstr "pack.deltaCacheLimit là quá cao, ép dùng %d"1363713638#: builtin/pack-objects.c:329113639msgid "--max-pack-size cannot be used to build a pack for transfer"13640msgstr ""13641"--max-pack-size không thể được sử dụng để xây dựng một gói để vận chuyển"1364213643#: builtin/pack-objects.c:329313644msgid "minimum pack size limit is 1 MiB"13645msgstr "giới hạn kích thước tối thiểu của gói là 1 MiB"1364613647#: builtin/pack-objects.c:329813648msgid "--thin cannot be used to build an indexable pack"13649msgstr "--thin không thể được dùng để xây dựng gói đánh mục lục được"1365013651#: builtin/pack-objects.c:330113652msgid "--keep-unreachable and --unpack-unreachable are incompatible"13653msgstr "--keep-unreachable và --unpack-unreachable xung khắc nhau"1365413655#: builtin/pack-objects.c:330713656msgid "cannot use --filter without --stdout"13657msgstr "không thể dùng tùy chọn --filter mà không có --stdout"1365813659#: builtin/pack-objects.c:336313660msgid "Enumerating objects"13661msgstr "Đánh số các đối tượng"1366213663#: builtin/pack-objects.c:338213664#, c-format13665msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"13666msgstr "Tỏng %<PRIu32> (delta %<PRIu32>), dùng lại %<PRIu32> (delta %<PRIu32>)"1366713668#: builtin/pack-refs.c:713669msgid "git pack-refs [<options>]"13670msgstr "git pack-refs [<các-tùy-chọn>]"1367113672#: builtin/pack-refs.c:1513673msgid "pack everything"13674msgstr "đóng gói mọi thứ"1367513676#: builtin/pack-refs.c:1613677msgid "prune loose refs (default)"13678msgstr "prune (cắt cụt) những tham chiếu bị mất (mặc định)"1367913680#: builtin/prune-packed.c:913681msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"13682msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1368313684#: builtin/prune-packed.c:4213685msgid "Removing duplicate objects"13686msgstr "Đang gỡ các đối tượng trùng lặp"1368713688#: builtin/prune.c:1213689msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"13690msgstr "git prune [-n] [-v] [--progress] [--expire <thời-gian>] [--] [<head>…]"1369113692#: builtin/prune.c:10913693msgid "report pruned objects"13694msgstr "báo cáo các đối tượng đã prune"1369513696#: builtin/prune.c:11213697msgid "expire objects older than <time>"13698msgstr "các đối tượng hết hạn cũ hơn khoảng <thời gian>"1369913700#: builtin/prune.c:11413701msgid "limit traversal to objects outside promisor packfiles"13702msgstr "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"1370313704#: builtin/prune.c:12813705msgid "cannot prune in a precious-objects repo"13706msgstr "không thể tỉa bớt trong một kho đối_tượng_vĩ_đại"1370713708#: builtin/pull.c:59 builtin/pull.c:6113709#, c-format13710msgid "Invalid value for %s: %s"13711msgstr "Giá trị không hợp lệ %s: %s"1371213713#: builtin/pull.c:8113714msgid "git pull [<options>] [<repository> [<refspec>...]]"13715msgstr "git pull [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"1371613717#: builtin/pull.c:13213718msgid "control for recursive fetching of submodules"13719msgstr "điều khiển việc lấy về đệ quy của các mô-đun-con"1372013721#: builtin/pull.c:13613722msgid "Options related to merging"13723msgstr "Các tùy chọn liên quan đến hòa trộn"1372413725#: builtin/pull.c:13913726msgid "incorporate changes by rebasing rather than merging"13727msgstr "các thay đổi hợp nhất bằng cải tổ thay vì hòa trộn"1372813729#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:12213730msgid "allow fast-forward"13731msgstr "cho phép chuyển-tiếp-nhanh"1373213733#: builtin/pull.c:17513734msgid "automatically stash/stash pop before and after rebase"13735msgstr "tự động stash/stash pop tước và sau tu bổ (rebase)"1373613737#: builtin/pull.c:19113738msgid "Options related to fetching"13739msgstr "Các tùy chọn liên quan đến lệnh lấy về"1374013741#: builtin/pull.c:20913742msgid "number of submodules pulled in parallel"13743msgstr "số lượng mô-đun-con được đẩy lên đồng thời"1374413745#: builtin/pull.c:30413746#, c-format13747msgid "Invalid value for pull.ff: %s"13748msgstr "Giá trị không hợp lệ cho pull.ff: %s"1374913750#: builtin/pull.c:42013751msgid ""13752"There is no candidate for rebasing against among the refs that you just "13753"fetched."13754msgstr ""13755"Ở đâ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 "13756"lấy về."1375713758#: builtin/pull.c:42213759msgid ""13760"There are no candidates for merging among the refs that you just fetched."13761msgstr ""13762"Ở đâ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 "13763"về."1376413765#: builtin/pull.c:42313766msgid ""13767"Generally this means that you provided a wildcard refspec which had no\n"13768"matches on the remote end."13769msgstr ""13770"Đạ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ý "13771"tự\n"13772"đại diện mà nó lại không khớp trên điểm cuối máy phục vụ."1377313774#: builtin/pull.c:42613775#, c-format13776msgid ""13777"You asked to pull from the remote '%s', but did not specify\n"13778"a branch. Because this is not the default configured remote\n"13779"for your current branch, you must specify a branch on the command line."13780msgstr ""13781"Bạn yêu cầu pull từ máy dịch vụ “%s”, nhưng lại chưa chỉ định\n"13782"nhánh nào. Bởi vì đây không phải là máy dịch vụ được cấu hình\n"13783"theo mặc định cho nhánh hiện tại của bạn, bạn phải chỉ định\n"13784"một nhánh trên dòng lệnh."1378513786#: builtin/pull.c:431 git-parse-remote.sh:7313787msgid "You are not currently on a branch."13788msgstr "Hiện tại bạn chẳng ở nhánh nào cả."1378913790#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:7913791msgid "Please specify which branch you want to rebase against."13792msgstr "Vui lòng chỉ định nhánh nào bạn muốn cải tổ lại."1379313794#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:8213795msgid "Please specify which branch you want to merge with."13796msgstr "Vui lòng chỉ định nhánh nào bạn muốn hòa trộn vào."1379713798#: builtin/pull.c:436 builtin/pull.c:45113799msgid "See git-pull(1) for details."13800msgstr "Xem git-pull(1) để biết thêm chi tiết."1380113802#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:45313803#: git-parse-remote.sh:6413804msgid "<remote>"13805msgstr "<máy chủ>"1380613807#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:57613808#: git-parse-remote.sh:6513809msgid "<branch>"13810msgstr "<nhánh>"1381113812#: builtin/pull.c:446 git-parse-remote.sh:7513813msgid "There is no tracking information for the current branch."13814msgstr "Ở đây không có thông tin theo dõi cho nhánh hiện hành."1381513816#: builtin/pull.c:455 git-parse-remote.sh:9513817msgid ""13818"If you wish to set tracking information for this branch you can do so with:"13819msgstr ""13820"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:"1382113822#: builtin/pull.c:46013823#, c-format13824msgid ""13825"Your configuration specifies to merge with the ref '%s'\n"13826"from the remote, but no such ref was fetched."13827msgstr ""13828"Các đặc tả cấu hình của bạn để hòa trộn với tham chiếu “%s”\n"13829"từ máy dịch vụ, nhưng không có nhánh nào như thế được lấy về."1383013831#: builtin/pull.c:82913832msgid "ignoring --verify-signatures for rebase"13833msgstr "bỏ qua --verify-signatures khi rebase"1383413835#: builtin/pull.c:87713836msgid "--[no-]autostash option is only valid with --rebase."13837msgstr "tùy chọn --[no-]autostash chỉ hợp lệ khi dùng với --rebase."1383813839#: builtin/pull.c:88513840msgid "Updating an unborn branch with changes added to the index."13841msgstr ""13842"Đ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 "13843"bảng mục lục."1384413845#: builtin/pull.c:88813846msgid "pull with rebase"13847msgstr "pull với rebase"1384813849#: builtin/pull.c:88913850msgid "please commit or stash them."13851msgstr "xin hãy chuyển giao hoặc tạm cất (stash) chúng."1385213853#: builtin/pull.c:91413854#, c-format13855msgid ""13856"fetch updated the current branch head.\n"13857"fast-forwarding your working tree from\n"13858"commit %s."13859msgstr ""13860"fetch đã cập nhật head nhánh hiện tại.\n"13861"đang chuyển-tiếp-nhanh cây làm việc của bạn từ\n"13862"lần chuyển giaot %s."1386313864#: builtin/pull.c:91913865#, c-format13866msgid ""13867"Cannot fast-forward your working tree.\n"13868"After making sure that you saved anything precious from\n"13869"$ git diff %s\n"13870"output, run\n"13871"$ git reset --hard\n"13872"to recover."13873msgstr ""13874"Không thể chuyển tiếp nhanh cây làm việc của bạn.\n"13875"Sau khi chắc chắn rằng mình đã ghi lại mọi thứ\n"13876"quý báu từ kết xuất của lệnh\n"13877"$ git diff %s\n"13878"chạy\n"13879"$ git reset --hard\n"13880"để khôi phục lại."1388113882#: builtin/pull.c:93413883msgid "Cannot merge multiple branches into empty head."13884msgstr "Không thể hòa trộn nhiều nhánh vào trong một head trống rỗng."1388513886#: builtin/pull.c:93813887msgid "Cannot rebase onto multiple branches."13888msgstr "Không thể thực hiện lệnh rebase (cải tổ) trên nhiều nhánh."1388913890#: builtin/pull.c:94513891msgid "cannot rebase with locally recorded submodule modifications"13892msgstr ""13893"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ộ"1389413895#: builtin/push.c:1913896msgid "git push [<options>] [<repository> [<refspec>...]]"13897msgstr "git push [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"1389813899#: builtin/push.c:11113900msgid "tag shorthand without <tag>"13901msgstr "dùng tốc ký thẻ không có <thẻ>"1390213903#: builtin/push.c:12113904msgid "--delete only accepts plain target ref names"13905msgstr "--delete chỉ chấp nhận các tên tham chiếu dạng thường"1390613907#: builtin/push.c:16513908msgid ""13909"\n"13910"To choose either option permanently, see push.default in 'git help config'."13911msgstr ""13912"\n"13913"Để chọn mỗi tùy chọn một cách cố định, xem push.default trong “git help "13914"config”."1391513916#: builtin/push.c:16813917#, c-format13918msgid ""13919"The upstream branch of your current branch does not match\n"13920"the name of your current branch. To push to the upstream branch\n"13921"on the remote, use\n"13922"\n"13923" git push %s HEAD:%s\n"13924"\n"13925"To push to the branch of the same name on the remote, use\n"13926"\n"13927" git push %s %s\n"13928"%s"13929msgstr ""13930"Nhánh thượng nguồn của nhánh hiện tại của bạn không khớp\n"13931"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"13932"trên máy chủ, sử dụng\n"13933"\n"13934" git push %s HEAD:%s\n"13935"\n"13936"Để push tới nhánh cùng tên trên máy chủ, sử dụng\n"13937"\n"13938" git push %s %s\n"13939"%s"1394013941#: builtin/push.c:18313942#, c-format13943msgid ""13944"You are not currently on a branch.\n"13945"To push the history leading to the current (detached HEAD)\n"13946"state now, use\n"13947"\n"13948" git push %s HEAD:<name-of-remote-branch>\n"13949msgstr ""13950"Bạn hiện nay không ở một nhánh.\n"13951"Để đẩy lịch sử lên trên trạng thái hiện hành (HEAD đã bị tách rời)\n"13952"ngay bây giờ, sử dụng\n"13953"\n"13954" git push %s HEAD:<tên-của-nhánh-máy-chủ>\n"1395513956#: builtin/push.c:19713957#, c-format13958msgid ""13959"The current branch %s has no upstream branch.\n"13960"To push the current branch and set the remote as upstream, use\n"13961"\n"13962" git push --set-upstream %s %s\n"13963msgstr ""13964"Nhánh hiện tại %s không có nhánh thượng nguồn nào.\n"13965"Để push (đẩy lên) nhánh hiện tại và đặt máy chủ này làm thượng nguồn "13966"(upstream), sử dụng\n"13967"\n"13968" git push --set-upstream %s %s\n"1396913970#: builtin/push.c:20513971#, c-format13972msgid "The current branch %s has multiple upstream branches, refusing to push."13973msgstr "Nhánh hiện tại %s có nhiều nhánh thượng nguồn, từ chối push."1397413975#: builtin/push.c:20813976#, c-format13977msgid ""13978"You are pushing to remote '%s', which is not the upstream of\n"13979"your current branch '%s', without telling me what to push\n"13980"to update which remote branch."13981msgstr ""13982"Bạn đang push (đẩy lên) máy chủ “%s”, mà nó không phải là thượng nguồn "13983"(upstream) của\n"13984"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"13985"để cập nhật nhánh máy chủ nào."1398613987#: builtin/push.c:26713988msgid ""13989"You didn't specify any refspecs to push, and push.default is \"nothing\"."13990msgstr ""13991"Bạn đã không chỉ ra một refspecs nào để đẩy lên, và push.default là \"không "13992"là gì cả\"."1399313994#: builtin/push.c:27413995msgid ""13996"Updates were rejected because the tip of your current branch is behind\n"13997"its remote counterpart. Integrate the remote changes (e.g.\n"13998"'git pull ...') before pushing again.\n"13999"See the 'Note about fast-forwards' in 'git push --help' for details."14000msgstr ""14001"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"14002"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"14003"(v.d. \"git pull …\") trước khi đẩy lên lần nữa.\n"14004"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "14005"tiết."1400614007#: builtin/push.c:28014008msgid ""14009"Updates were rejected because a pushed branch tip is behind its remote\n"14010"counterpart. Check out this branch and integrate the remote changes\n"14011"(e.g. 'git pull ...') before pushing again.\n"14012"See the 'Note about fast-forwards' in 'git push --help' for details."14013msgstr ""14014"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 "14015"bộ\n"14016"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"14017"từ máy chủ (v.d. “git pull …”) trước khi lại push lần nữa.\n"14018"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "14019"tiết."1402014021#: builtin/push.c:28614022msgid ""14023"Updates were rejected because the remote contains work that you do\n"14024"not have locally. This is usually caused by another repository pushing\n"14025"to the same ref. You may want to first integrate the remote changes\n"14026"(e.g., 'git pull ...') before pushing again.\n"14027"See the 'Note about fast-forwards' in 'git push --help' for details."14028msgstr ""14029"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"14030"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"14031"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"14032"từ máy chủ (v.d. “git pull…”) trước khi lại push lần nữa.\n"14033"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "14034"tiết."1403514036#: builtin/push.c:29314037msgid "Updates were rejected because the tag already exists in the remote."14038msgstr "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ủ."1403914040#: builtin/push.c:29614041msgid ""14042"You cannot update a remote ref that points at a non-commit object,\n"14043"or update a remote ref to make it point at a non-commit object,\n"14044"without using the '--force' option.\n"14045msgstr ""14046"Không thể cập nhật một tham chiếu trên máy chủ mà nó chỉ đến đối tượng "14047"không\n"14048"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 "14049"đối tượng\n"14050"không phải chuyển giao, mà không sử dụng tùy chọn “--force”.\n"1405114052#: builtin/push.c:35714053#, c-format14054msgid "Pushing to %s\n"14055msgstr "Đang đẩy lên %s\n"1405614057#: builtin/push.c:36114058#, c-format14059msgid "failed to push some refs to '%s'"14060msgstr "gặp lỗi khi đẩy tới một số tham chiếu đến “%s”"1406114062#: builtin/push.c:39514063#, c-format14064msgid "bad repository '%s'"14065msgstr "repository (kho) sai “%s”"1406614067#: builtin/push.c:39614068msgid ""14069"No configured push destination.\n"14070"Either specify the URL from the command-line or configure a remote "14071"repository using\n"14072"\n"14073" git remote add <name> <url>\n"14074"\n"14075"and then push using the remote name\n"14076"\n"14077" git push <name>\n"14078msgstr ""14079"Chưa cấu hình đích để đẩy lên.\n"14080"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"14081"\n"14082" git remote add <tên> <url>\n"14083"\n"14084"và sau đó đẩy lên sử dụng tên máy chủ\n"14085"\n"14086" git push <tên>\n"1408714088#: builtin/push.c:55114089msgid "repository"14090msgstr "kho"1409114092#: builtin/push.c:552 builtin/send-pack.c:16414093msgid "push all refs"14094msgstr "đẩy tất cả các tham chiếu"1409514096#: builtin/push.c:553 builtin/send-pack.c:16614097msgid "mirror all refs"14098msgstr "mirror tất cả các tham chiếu"1409914100#: builtin/push.c:55514101msgid "delete refs"14102msgstr "xóa các tham chiếu"1410314104#: builtin/push.c:55614105msgid "push tags (can't be used with --all or --mirror)"14106msgstr "đẩy các thẻ (không dùng cùng với --all hay --mirror)"1410714108#: builtin/push.c:559 builtin/send-pack.c:16714109msgid "force updates"14110msgstr "ép buộc cập nhật"1411114112#: builtin/push.c:561 builtin/send-pack.c:18114113msgid "<refname>:<expect>"14114msgstr "<tên-tham-chiếu>:<cần>"1411514116#: builtin/push.c:562 builtin/send-pack.c:18214117msgid "require old value of ref to be at this value"14118msgstr "yêu cầu giá-trị cũ của tham chiếu thì là giá-trị này"1411914120#: builtin/push.c:56514121msgid "control recursive pushing of submodules"14122msgstr "điều khiển việc đẩy lên (push) đệ qui của mô-đun-con"1412314124#: builtin/push.c:567 builtin/send-pack.c:17514125msgid "use thin pack"14126msgstr "tạo gói nhẹ"1412714128#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:16114129#: builtin/send-pack.c:16214130msgid "receive pack program"14131msgstr "chương trình nhận gói"1413214133#: builtin/push.c:57014134msgid "set upstream for git pull/status"14135msgstr "đặt thượng nguồn cho git pull/status"1413614137#: builtin/push.c:57314138msgid "prune locally removed refs"14139msgstr "xén tỉa những tham chiếu bị gỡ bỏ"1414014141#: builtin/push.c:57514142msgid "bypass pre-push hook"14143msgstr "vòng qua móc tiền-đẩy (pre-push)"1414414145#: builtin/push.c:57614146msgid "push missing but relevant tags"14147msgstr "push phần bị thiếu nhưng các thẻ lại thích hợp"1414814149#: builtin/push.c:579 builtin/send-pack.c:16914150msgid "GPG sign the push"14151msgstr "ký lần đẩy dùng GPG"1415214153#: builtin/push.c:581 builtin/send-pack.c:17614154msgid "request atomic transaction on remote side"14155msgstr "yêu cầu giao dịch hạt nhân bên phía máy chủ"1415614157#: builtin/push.c:59914158msgid "--delete is incompatible with --all, --mirror and --tags"14159msgstr "--delete là xung khắc với các tùy chọn --all, --mirror và --tags"1416014161#: builtin/push.c:60114162msgid "--delete doesn't make sense without any refs"14163msgstr "--delete không hợp lý nếu không có bất kỳ tham chiếu nào"1416414165#: builtin/push.c:60414166msgid "--all and --tags are incompatible"14167msgstr "--all và --tags xung khắc nhau"1416814169#: builtin/push.c:60614170msgid "--all can't be combined with refspecs"14171msgstr "--all không thể được tổ hợp cùng với đặc tả đường dẫn"1417214173#: builtin/push.c:61014174msgid "--mirror and --tags are incompatible"14175msgstr "--mirror và --tags xung khắc nhau"1417614177#: builtin/push.c:61214178msgid "--mirror can't be combined with refspecs"14179msgstr "--mirror không thể được tổ hợp cùng với đặc tả đường dẫn"1418014181#: builtin/push.c:61514182msgid "--all and --mirror are incompatible"14183msgstr "--all và --mirror xung khắc nhau"1418414185#: builtin/push.c:63414186msgid "push options must not have new line characters"14187msgstr "các tùy chọn push phải không có ký tự dòng mới"1418814189#: builtin/range-diff.c:814190msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"14191msgstr ""14192"git range-diff [<các-tùy-chọn>] <old-base>..<old-tip> <new-base>..<new-tip>"1419314194#: builtin/range-diff.c:914195msgid "git range-diff [<options>] <old-tip>...<new-tip>"14196msgstr "git range-diff [<các-tùy-chọn>] <old-tip>…<new-tip>"1419714198#: builtin/range-diff.c:1014199msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"14200msgstr "git range-diff [<các-tùy-chọn>] <base> <old-tip> <new-tip>"1420114202#: builtin/range-diff.c:2614203msgid "Percentage by which creation is weighted"14204msgstr "Tỷ lệ phần trăm cái tạo là weighted"1420514206#: builtin/range-diff.c:2814207msgid "use simple diff colors"14208msgstr "dùng màu diff đơn giản"1420914210#: builtin/range-diff.c:75 builtin/range-diff.c:7914211#, c-format14212msgid "no .. in range: '%s'"14213msgstr "không có .. trong vùng: “%s”"1421414215#: builtin/range-diff.c:8914216msgid "single arg format must be symmetric range"14217msgstr "định dạng đối số đơn phải là một vùng đối xứng"1421814219#: builtin/range-diff.c:10414220msgid "need two commit ranges"14221msgstr "cần hai vùng lần chuyển giao"1422214223#: builtin/read-tree.c:4014224msgid ""14225"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "14226"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"14227"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"14228msgstr ""14229"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<tiền-"14230"tố>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "14231"[--index-output=<tập-tin>] (--empty | <tree-ish1> [<tree-ish2> [<tree-"14232"ish3>]])"1423314234#: builtin/read-tree.c:12014235msgid "write resulting index to <file>"14236msgstr "ghi mục lục kết quả vào <tập-tin>"1423714238#: builtin/read-tree.c:12314239msgid "only empty the index"14240msgstr "chỉ với bảng mục lục trống rỗng"1424114242#: builtin/read-tree.c:12514243msgid "Merging"14244msgstr "Hòa trộn"1424514246#: builtin/read-tree.c:12714247msgid "perform a merge in addition to a read"14248msgstr "thực hiện một hòa trộn thêm vào việc đọc"1424914250#: builtin/read-tree.c:12914251msgid "3-way merge if no file level merging required"14252msgstr ""14253"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 "1425414255#: builtin/read-tree.c:13114256msgid "3-way merge in presence of adds and removes"14257msgstr "hòa trộn 3-way trong sự hiện diện của “adds” và “removes”"1425814259#: builtin/read-tree.c:13314260msgid "same as -m, but discard unmerged entries"14261msgstr "giống với -m, nhưng bỏ qua các mục chưa được hòa trộn"1426214263#: builtin/read-tree.c:13414264msgid "<subdirectory>/"14265msgstr "<thư-mục-con>/"1426614267#: builtin/read-tree.c:13514268msgid "read the tree into the index under <subdirectory>/"14269msgstr "đọc cây vào trong bảng mục lục dưới <thư_mục_con>/"1427014271#: builtin/read-tree.c:13814272msgid "update working tree with merge result"14273msgstr "cập nhật cây làm việc với kết quả hòa trộn"1427414275#: builtin/read-tree.c:14014276msgid "gitignore"14277msgstr "gitignore"1427814279#: builtin/read-tree.c:14114280msgid "allow explicitly ignored files to be overwritten"14281msgstr "cho phép các tập tin rõ ràng bị lờ đi được ghi đè"1428214283#: builtin/read-tree.c:14414284msgid "don't check the working tree after merging"14285msgstr "không kiểm tra cây làm việc sau hòa trộn"1428614287#: builtin/read-tree.c:14514288msgid "don't update the index or the work tree"14289msgstr "không cập nhật bảng mục lục hay cây làm việc"1429014291#: builtin/read-tree.c:14714292msgid "skip applying sparse checkout filter"14293msgstr "bỏ qua áp dụng bộ lọc lấy ra (checkout) thưa thớt"1429414295#: builtin/read-tree.c:14914296msgid "debug unpack-trees"14297msgstr "gỡ lỗi “unpack-trees”"1429814299#: builtin/rebase--helper.c:814300msgid "git rebase--helper [<options>]"14301msgstr "git rebase--helper [<các-tùy-chọn>]"1430214303#: builtin/rebase--helper.c:2414304msgid "keep empty commits"14305msgstr "giữ lại các lần chuyển giao rỗng"1430614307#: builtin/rebase--helper.c:26 builtin/revert.c:12414308msgid "allow commits with empty messages"14309msgstr "chấp nhận chuyển giao mà không ghi chú gì"1431014311#: builtin/rebase--helper.c:2714312msgid "rebase merge commits"14313msgstr "cải tổ các lần chuyển giao hòa trộn"1431414315#: builtin/rebase--helper.c:2914316msgid "keep original branch points of cousins"14317msgstr "giữ các điểm nhánh nguyên bản của các anh em họ"1431814319#: builtin/rebase--helper.c:3014320msgid "continue rebase"14321msgstr "tiếp tục cải tổ"1432214323#: builtin/rebase--helper.c:3214324msgid "abort rebase"14325msgstr "bãi bỏ việc cải tổ"1432614327#: builtin/rebase--helper.c:3514328msgid "make rebase script"14329msgstr "tạo văn lệnh rebase"1433014331#: builtin/rebase--helper.c:3714332msgid "shorten commit ids in the todo list"14333msgstr "rút ngắn mã chuyển giao trong danh sách cần làm"1433414335#: builtin/rebase--helper.c:3914336msgid "expand commit ids in the todo list"14337msgstr "khai triển mã chuyển giao trong danh sách cần làm"1433814339#: builtin/rebase--helper.c:4114340msgid "check the todo list"14341msgstr "kiểm tra danh sách cần làm"1434214343#: builtin/rebase--helper.c:4314344msgid "skip unnecessary picks"14345msgstr "bỏ qua các lệnh cậy (pick) không cần thiết"1434614347#: builtin/rebase--helper.c:4514348msgid "rearrange fixup/squash lines"14349msgstr "sắp xếp lại các dòng fixup/squash"1435014351#: builtin/rebase--helper.c:4714352msgid "insert exec commands in todo list"14353msgstr "chèn các lệnh thực thi trong danh sách cần làm"1435414355#: builtin/rebase--helper.c:6814356msgid "--[no-]rebase-cousins has no effect without --rebase-merges"14357msgstr "--[no-]rebase-cousins không có tác dụng khi không có --rebase-merges"1435814359#: builtin/receive-pack.c:3214360msgid "git receive-pack <git-dir>"14361msgstr "git receive-pack <thư-mục-git>"1436214363#: builtin/receive-pack.c:83014364msgid ""14365"By default, updating the current branch in a non-bare repository\n"14366"is denied, because it will make the index and work tree inconsistent\n"14367"with what you pushed, and will require 'git reset --hard' to match\n"14368"the work tree to HEAD.\n"14369"\n"14370"You can set the 'receive.denyCurrentBranch' configuration variable\n"14371"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"14372"its current branch; however, this is not recommended unless you\n"14373"arranged to update its work tree to match what you pushed in some\n"14374"other way.\n"14375"\n"14376"To squelch this message and still keep the default behaviour, set\n"14377"'receive.denyCurrentBranch' configuration variable to 'refuse'."14378msgstr ""14379"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"14380"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"14381"cái mà bạn đẩy lên, và sẽ yêu cầu lệnh “git reset --hard” để mà làm\n"14382"cho cây làm việc khớp với HEAD.\n"14383"\n"14384"Bạn có thể đặt biến cấu hình “receive.denyCurrentBranch” thành\n"14385"“ignore” hay “warn” trong kho máy chủ để cho phép đẩy lên nhánh\n"14386"hiện tại của nó; tuy nhiên, không nên làm như thế trừ phi bạn\n"14387"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"14388"lên theo cách nào đó.\n"14389"\n"14390"Để 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"14391"biến cấu hình “receive.denyCurrentBranch” thành “refuse”."1439214393#: builtin/receive-pack.c:85014394msgid ""14395"By default, deleting the current branch is denied, because the next\n"14396"'git clone' won't result in any file checked out, causing confusion.\n"14397"\n"14398"You can set 'receive.denyDeleteCurrent' configuration variable to\n"14399"'warn' or 'ignore' in the remote repository to allow deleting the\n"14400"current branch, with or without a warning message.\n"14401"\n"14402"To squelch this message, you can set it to 'refuse'."14403msgstr ""14404"Theo mặc định, việc cập xóa nhánh hiện tại bị từ chối, bởi vì\n"14405"lệnh “git clone” tiếp theo sẽ không có tác dụng trong việc lấy\n"14406"ra bất kỳ tập tin nào, dẫn đến hỗn loạn\n"14407"\n"14408"Bạn có thể đặt biến cấu hình “receive.denyDeleteCurrent” thành\n"14409"“warn” hay “ignore” trong kho máy chủ để cho phép đẩy xóa nhánh\n"14410"hiện tại của nó có hoặc không cảnh báo.\n"14411"\n"14412"Để chấm dứt lời nhắn này, bạn hãy đặt nó thành “refuse”."1441314414#: builtin/receive-pack.c:192314415msgid "quiet"14416msgstr "im lặng"1441714418#: builtin/receive-pack.c:193714419msgid "You must specify a directory."14420msgstr "Bạn phải chỉ định thư mục."1442114422#: builtin/reflog.c:536 builtin/reflog.c:54114423#, c-format14424msgid "'%s' is not a valid timestamp"14425msgstr "“%s” không phải là dấu thời gian hợp lệ"1442614427#: builtin/remote.c:1514428msgid "git remote [-v | --verbose]"14429msgstr "git remote [-v | --verbose]"1443014431#: builtin/remote.c:1614432msgid ""14433"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"14434"mirror=<fetch|push>] <name> <url>"14435msgstr ""14436"git remote add [-t <nhánh>] [-m <master>] [-f] [--tags|--no-tags] [--"14437"mirror=<fetch|push>] <tên> <url>"1443814439#: builtin/remote.c:17 builtin/remote.c:3714440msgid "git remote rename <old> <new>"14441msgstr "git remote rename <tên-cũ> <tên-mới>"1444214443#: builtin/remote.c:18 builtin/remote.c:4214444msgid "git remote remove <name>"14445msgstr "git remote remove <tên>"1444614447#: builtin/remote.c:19 builtin/remote.c:4714448msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"14449msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"1445014451#: builtin/remote.c:2014452msgid "git remote [-v | --verbose] show [-n] <name>"14453msgstr "git remote [-v | --verbose] show [-n] <tên>"1445414455#: builtin/remote.c:2114456msgid "git remote prune [-n | --dry-run] <name>"14457msgstr "git remote prune [-n | --dry-run] <tên>"1445814459#: builtin/remote.c:2214460msgid ""14461"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"14462msgstr ""14463"git remote [-v | --verbose] update [-p | --prune] [(<nhóm> | <máy-chủ>)…]"1446414465#: builtin/remote.c:2314466msgid "git remote set-branches [--add] <name> <branch>..."14467msgstr "git remote set-branches [--add] <tên> <nhánh>…"1446814469#: builtin/remote.c:24 builtin/remote.c:7314470msgid "git remote get-url [--push] [--all] <name>"14471msgstr "git remote set-url [--push] [--all] <tên>"1447214473#: builtin/remote.c:25 builtin/remote.c:7814474msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"14475msgstr "git remote set-url [--push] <tên> <url-mới> [<url-cũ>]"1447614477#: builtin/remote.c:26 builtin/remote.c:7914478msgid "git remote set-url --add <name> <newurl>"14479msgstr "git remote set-url --add <tên> <url-mới>"1448014481#: builtin/remote.c:27 builtin/remote.c:8014482msgid "git remote set-url --delete <name> <url>"14483msgstr "git remote set-url --delete <tên> <url>"1448414485#: builtin/remote.c:3214486msgid "git remote add [<options>] <name> <url>"14487msgstr "git remote add [<các-tùy-chọn>] <tên> <url>"1448814489#: builtin/remote.c:5214490msgid "git remote set-branches <name> <branch>..."14491msgstr "git remote set-branches <tên> <nhánh>…"1449214493#: builtin/remote.c:5314494msgid "git remote set-branches --add <name> <branch>..."14495msgstr "git remote set-branches --add <tên> <nhánh>…"1449614497#: builtin/remote.c:5814498msgid "git remote show [<options>] <name>"14499msgstr "git remote show [<các-tùy-chọn>] <tên>"1450014501#: builtin/remote.c:6314502msgid "git remote prune [<options>] <name>"14503msgstr "git remote prune [<các-tùy-chọn>] <tên>"1450414505#: builtin/remote.c:6814506msgid "git remote update [<options>] [<group> | <remote>]..."14507msgstr "git remote update [<các-tùy-chọn>] [<nhóm> | <máy-chủ>]…"1450814509#: builtin/remote.c:9714510#, c-format14511msgid "Updating %s"14512msgstr "Đang cập nhật %s"1451314514#: builtin/remote.c:12914515msgid ""14516"--mirror is dangerous and deprecated; please\n"14517"\t use --mirror=fetch or --mirror=push instead"14518msgstr ""14519"--mirror nguy hiểm và không dùng nữa; xin hãy\n"14520"\t sử dụng tùy chọn --mirror=fetch hoặc --mirror=push để thay thế"1452114522#: builtin/remote.c:14614523#, c-format14524msgid "unknown mirror argument: %s"14525msgstr "không hiểu tham số máy bản sao (mirror): %s"1452614527#: builtin/remote.c:16214528msgid "fetch the remote branches"14529msgstr "lấy về các nhánh từ máy chủ"1453014531#: builtin/remote.c:16414532msgid "import all tags and associated objects when fetching"14533msgstr "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ề"1453414535#: builtin/remote.c:16714536msgid "or do not fetch any tag at all (--no-tags)"14537msgstr "hoặc không lấy về bất kỳ thẻ nào (--no-tags)"1453814539#: builtin/remote.c:16914540msgid "branch(es) to track"14541msgstr "các nhánh để theo dõi"1454214543#: builtin/remote.c:17014544msgid "master branch"14545msgstr "nhánh master"1454614547#: builtin/remote.c:17214548msgid "set up remote as a mirror to push to or fetch from"14549msgstr "đặt máy chủ (remote) như là một máy bản sao để push hay fetch từ đó"1455014551#: builtin/remote.c:18414552msgid "specifying a master branch makes no sense with --mirror"14553msgstr "đang chỉ định một nhánh master không hợp lý với tùy chọn --mirror"1455414555#: builtin/remote.c:18614556msgid "specifying branches to track makes sense only with fetch mirrors"14557msgstr "chỉ định những nhánh để theo dõi chỉ hợp lý với các “fetch mirror”"1455814559#: builtin/remote.c:193 builtin/remote.c:63514560#, c-format14561msgid "remote %s already exists."14562msgstr "máy chủ %s đã tồn tại rồi."1456314564#: builtin/remote.c:197 builtin/remote.c:63914565#, c-format14566msgid "'%s' is not a valid remote name"14567msgstr "“%s” không phải tên máy chủ hợp lệ"1456814569#: builtin/remote.c:23714570#, c-format14571msgid "Could not setup master '%s'"14572msgstr "Không thể cài đặt nhánh master “%s”"1457314574#: builtin/remote.c:34314575#, c-format14576msgid "Could not get fetch map for refspec %s"14577msgstr "Không thể lấy ánh xạ (map) fetch cho đặc tả tham chiếu %s"1457814579#: builtin/remote.c:442 builtin/remote.c:45014580msgid "(matching)"14581msgstr "(khớp)"1458214583#: builtin/remote.c:45414584msgid "(delete)"14585msgstr "(xóa)"1458614587#: builtin/remote.c:628 builtin/remote.c:764 builtin/remote.c:86314588#, c-format14589msgid "No such remote: %s"14590msgstr "Không có máy chủ nào như thế: %s"1459114592#: builtin/remote.c:64514593#, c-format14594msgid "Could not rename config section '%s' to '%s'"14595msgstr "Không thể đổi tên phần của cấu hình từ “%s” thành “%s”"1459614597#: builtin/remote.c:66514598#, c-format14599msgid ""14600"Not updating non-default fetch refspec\n"14601"\t%s\n"14602"\tPlease update the configuration manually if necessary."14603msgstr ""14604"Không cập nhật “non-default fetch respec”\n"14605"\t%s\n"14606"\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."1460714608#: builtin/remote.c:70114609#, c-format14610msgid "deleting '%s' failed"14611msgstr "gặp lỗi khi xóa “%s”"1461214613#: builtin/remote.c:73514614#, c-format14615msgid "creating '%s' failed"14616msgstr "gặp lỗi khi tạo “%s”"1461714618#: builtin/remote.c:80114619msgid ""14620"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"14621"to delete it, use:"14622msgid_plural ""14623"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"14624"to delete them, use:"14625msgstr[0] ""14626"Chú ý: Một số nhánh nằm ngoài hệ thống refs/remotes/ đã không được gỡ bỏ "14627"đi;\n"14628"để xóa đi, sử dụng:"1462914630#: builtin/remote.c:81514631#, c-format14632msgid "Could not remove config section '%s'"14633msgstr "Không thể gỡ bỏ phần cấu hình “%s”"1463414635#: builtin/remote.c:91614636#, c-format14637msgid " new (next fetch will store in remotes/%s)"14638msgstr " mới (lần lấy về tiếp theo sẽ lưu trong remotes/%s)"1463914640#: builtin/remote.c:91914641msgid " tracked"14642msgstr " được theo dõi"1464314644#: builtin/remote.c:92114645msgid " stale (use 'git remote prune' to remove)"14646msgstr " cũ rích (dùng “git remote prune” để gỡ bỏ)"1464714648#: builtin/remote.c:92314649msgid " ???"14650msgstr " ???"1465114652#: builtin/remote.c:96414653#, c-format14654msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"14655msgstr "branch.%s.merge không hợp lệ; không thể cải tổ về phía > 1 nhánh"1465614657#: builtin/remote.c:97314658#, c-format14659msgid "rebases interactively onto remote %s"14660msgstr "thực hiện rebase một cách tương tác trên máy chủ %s"1466114662#: builtin/remote.c:97514663#, c-format14664msgid "rebases interactively (with merges) onto remote %s"14665msgstr ""14666"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"1466714668#: builtin/remote.c:97814669#, c-format14670msgid "rebases onto remote %s"14671msgstr "thực hiện rebase trên máy chủ %s"1467214673#: builtin/remote.c:98214674#, c-format14675msgid " merges with remote %s"14676msgstr " hòa trộn với máy chủ %s"1467714678#: builtin/remote.c:98514679#, c-format14680msgid "merges with remote %s"14681msgstr "hòa trộn với máy chủ %s"1468214683#: builtin/remote.c:98814684#, c-format14685msgid "%-*s and with remote %s\n"14686msgstr "%-*s và với máy chủ %s\n"1468714688#: builtin/remote.c:103114689msgid "create"14690msgstr "tạo"1469114692#: builtin/remote.c:103414693msgid "delete"14694msgstr "xóa"1469514696#: builtin/remote.c:103814697msgid "up to date"14698msgstr "đã cập nhật"1469914700#: builtin/remote.c:104114701msgid "fast-forwardable"14702msgstr "có-thể-chuyển-tiếp-nhanh"1470314704#: builtin/remote.c:104414705msgid "local out of date"14706msgstr "dữ liệu nội bộ đã cũ"1470714708#: builtin/remote.c:105114709#, c-format14710msgid " %-*s forces to %-*s (%s)"14711msgstr " %-*s ép buộc thành %-*s (%s)"1471214713#: builtin/remote.c:105414714#, c-format14715msgid " %-*s pushes to %-*s (%s)"14716msgstr " %-*s đẩy lên thành %-*s (%s)"1471714718#: builtin/remote.c:105814719#, c-format14720msgid " %-*s forces to %s"14721msgstr " %-*s ép buộc thành %s"1472214723#: builtin/remote.c:106114724#, c-format14725msgid " %-*s pushes to %s"14726msgstr " %-*s đẩy lên thành %s"1472714728#: builtin/remote.c:112914729msgid "do not query remotes"14730msgstr "không truy vấn các máy chủ"1473114732#: builtin/remote.c:115614733#, c-format14734msgid "* remote %s"14735msgstr "* máy chủ %s"1473614737#: builtin/remote.c:115714738#, c-format14739msgid " Fetch URL: %s"14740msgstr " URL để lấy về: %s"1474114742#: builtin/remote.c:1158 builtin/remote.c:1174 builtin/remote.c:131314743msgid "(no URL)"14744msgstr "(không có URL)"1474514746#. TRANSLATORS: the colon ':' should align14747#. with the one in " Fetch URL: %s"14748#. translation.14749#.14750#: builtin/remote.c:1172 builtin/remote.c:117414751#, c-format14752msgid " Push URL: %s"14753msgstr " URL để đẩy lên: %s"1475414755#: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:118014756#, c-format14757msgid " HEAD branch: %s"14758msgstr " Nhánh HEAD: %s"1475914760#: builtin/remote.c:117614761msgid "(not queried)"14762msgstr "(không yêu cầu)"1476314764#: builtin/remote.c:117814765msgid "(unknown)"14766msgstr "(không hiểu)"1476714768#: builtin/remote.c:118214769#, c-format14770msgid ""14771" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"14772msgstr " nhánh HEAD (HEAD máy chủ chưa rõ ràng, có lẽ là một trong số sau):\n"1477314774#: builtin/remote.c:119414775#, c-format14776msgid " Remote branch:%s"14777msgid_plural " Remote branches:%s"14778msgstr[0] " Những nhánh trên máy chủ:%s"1477914780#: builtin/remote.c:1197 builtin/remote.c:122314781msgid " (status not queried)"14782msgstr " (trạng thái không được yêu cầu)"1478314784#: builtin/remote.c:120614785msgid " Local branch configured for 'git pull':"14786msgid_plural " Local branches configured for 'git pull':"14787msgstr[0] " Những nhánh nội bộ đã được cấu hình cho lệnh “git pull”:"1478814789#: builtin/remote.c:121414790msgid " Local refs will be mirrored by 'git push'"14791msgstr " refs nội bộ sẽ được phản chiếu bởi lệnh “git push”"1479214793#: builtin/remote.c:122014794#, c-format14795msgid " Local ref configured for 'git push'%s:"14796msgid_plural " Local refs configured for 'git push'%s:"14797msgstr[0] " Những tham chiếu nội bộ được cấu hình cho lệnh “git push”%s:"1479814799#: builtin/remote.c:124114800msgid "set refs/remotes/<name>/HEAD according to remote"14801msgstr "đặt refs/remotes/<tên>/HEAD cho phù hợp với máy chủ"1480214803#: builtin/remote.c:124314804msgid "delete refs/remotes/<name>/HEAD"14805msgstr "xóa refs/remotes/<tên>/HEAD"1480614807#: builtin/remote.c:125814808msgid "Cannot determine remote HEAD"14809msgstr "Không thể xác định được HEAD máy chủ"1481014811#: builtin/remote.c:126014812msgid "Multiple remote HEAD branches. Please choose one explicitly with:"14813msgstr "Nhiều nhánh HEAD máy chủ. Hãy chọn rõ ràng một:"1481414815#: builtin/remote.c:127014816#, c-format14817msgid "Could not delete %s"14818msgstr "Không thể xóa bỏ %s"1481914820#: builtin/remote.c:127814821#, c-format14822msgid "Not a valid ref: %s"14823msgstr "Không phải là tham chiếu hợp lệ: %s"1482414825#: builtin/remote.c:128014826#, c-format14827msgid "Could not setup %s"14828msgstr "Không thể cài đặt %s"1482914830#: builtin/remote.c:129814831#, c-format14832msgid " %s will become dangling!"14833msgstr " %s sẽ trở thành không đầu (không được quản lý)!"1483414835#: builtin/remote.c:129914836#, c-format14837msgid " %s has become dangling!"14838msgstr " %s đã trở thành không đầu (không được quản lý)!"1483914840#: builtin/remote.c:130914841#, c-format14842msgid "Pruning %s"14843msgstr "Đang xén bớt %s"1484414845#: builtin/remote.c:131014846#, c-format14847msgid "URL: %s"14848msgstr "URL: %s"1484914850#: builtin/remote.c:132614851#, c-format14852msgid " * [would prune] %s"14853msgstr " * [nên xén bớt] %s"1485414855#: builtin/remote.c:132914856#, c-format14857msgid " * [pruned] %s"14858msgstr " * [đã bị xén] %s"1485914860#: builtin/remote.c:137414861msgid "prune remotes after fetching"14862msgstr "cắt máy chủ sau khi lấy về"1486314864#: builtin/remote.c:1437 builtin/remote.c:1491 builtin/remote.c:155914865#, c-format14866msgid "No such remote '%s'"14867msgstr "Không có máy chủ nào có tên “%s”"1486814869#: builtin/remote.c:145314870msgid "add branch"14871msgstr "thêm nhánh"1487214873#: builtin/remote.c:146014874msgid "no remote specified"14875msgstr "chưa chỉ ra máy chủ nào"1487614877#: builtin/remote.c:147714878msgid "query push URLs rather than fetch URLs"14879msgstr "truy vấn đẩy URL thay vì lấy"1488014881#: builtin/remote.c:147914882msgid "return all URLs"14883msgstr "trả về mọi URL"1488414885#: builtin/remote.c:150714886#, c-format14887msgid "no URLs configured for remote '%s'"14888msgstr "không có URL nào được cấu hình cho nhánh “%s”"1488914890#: builtin/remote.c:153314891msgid "manipulate push URLs"14892msgstr "đẩy các “URL” bằng tay"1489314894#: builtin/remote.c:153514895msgid "add URL"14896msgstr "thêm URL"1489714898#: builtin/remote.c:153714899msgid "delete URLs"14900msgstr "xóa URLs"1490114902#: builtin/remote.c:154414903msgid "--add --delete doesn't make sense"14904msgstr "--add --delete không hợp lý"1490514906#: builtin/remote.c:158314907#, c-format14908msgid "Invalid old URL pattern: %s"14909msgstr "Kiểu mẫu URL cũ không hợp lệ: %s"1491014911#: builtin/remote.c:159114912#, c-format14913msgid "No such URL found: %s"14914msgstr "Không tìm thấy URL như vậy: %s"1491514916#: builtin/remote.c:159314917msgid "Will not delete all non-push URLs"14918msgstr "Sẽ không xóa những địa chỉ URL không-push"1491914920#: builtin/remote.c:160914921msgid "be verbose; must be placed before a subcommand"14922msgstr "chi tiết; phải được đặt trước một lệnh-con"1492314924#: builtin/remote.c:164014925#, c-format14926msgid "Unknown subcommand: %s"14927msgstr "Không hiểu câu lệnh con: %s"1492814929#: builtin/repack.c:2014930msgid "git repack [<options>]"14931msgstr "git repack [<các-tùy-chọn>]"1493214933#: builtin/repack.c:2514934msgid ""14935"Incremental repacks are incompatible with bitmap indexes. Use\n"14936"--no-write-bitmap-index or disable the pack.writebitmaps configuration."14937msgstr ""14938"Gia tăng repack là không tương thích với chỉ mục bitmap. Dùng\n"14939"--no-write-bitmap-index hay tắt cấu hình pack.writebitmaps."1494014941#: builtin/repack.c:28714942msgid "pack everything in a single pack"14943msgstr "đóng gói mọi thứ trong một gói đơn"1494414945#: builtin/repack.c:28914946msgid "same as -a, and turn unreachable objects loose"14947msgstr "giống với -a, và chỉnh sửa các đối tượng không đọc được thiếu sót"1494814949#: builtin/repack.c:29214950msgid "remove redundant packs, and run git-prune-packed"14951msgstr "xóa bỏ các gói dư thừa, và chạy git-prune-packed"1495214953#: builtin/repack.c:29414954msgid "pass --no-reuse-delta to git-pack-objects"14955msgstr "chuyển --no-reuse-delta cho git-pack-objects"1495614957#: builtin/repack.c:29614958msgid "pass --no-reuse-object to git-pack-objects"14959msgstr "chuyển --no-reuse-object cho git-pack-objects"1496014961#: builtin/repack.c:29814962msgid "do not run git-update-server-info"14963msgstr "không chạy git-update-server-info"1496414965#: builtin/repack.c:30114966msgid "pass --local to git-pack-objects"14967msgstr "chuyển --local cho git-pack-objects"1496814969#: builtin/repack.c:30314970msgid "write bitmap index"14971msgstr "ghi mục lục ánh xạ"1497214973#: builtin/repack.c:30414974msgid "approxidate"14975msgstr "ngày ước tính"1497614977#: builtin/repack.c:30514978msgid "with -A, do not loosen objects older than this"14979msgstr "với -A, các đối tượng cũ hơn khoảng thời gian này thì không bị mất"1498014981#: builtin/repack.c:30714982msgid "with -a, repack unreachable objects"14983msgstr "với -a, đóng gói lại các đối tượng không thể đọc được"1498414985#: builtin/repack.c:30914986msgid "size of the window used for delta compression"14987msgstr "kích thước cửa sổ được dùng cho nén “delta”"1498814989#: builtin/repack.c:310 builtin/repack.c:31614990msgid "bytes"14991msgstr "byte"1499214993#: builtin/repack.c:31114994msgid "same as the above, but limit memory size instead of entries count"14995msgstr "giống như trên, nhưng giới hạn kích thước bộ nhớ hay vì số lượng"1499614997#: builtin/repack.c:31314998msgid "limits the maximum delta depth"14999msgstr "giới hạn độ sâu tối đa của “delta”"1500015001#: builtin/repack.c:31515002msgid "limits the maximum number of threads"15003msgstr "giới hạn số lượng tối đa tuyến trình"1500415005#: builtin/repack.c:31715006msgid "maximum size of each packfile"15007msgstr "kích thước tối đa cho từng tập tin gói"1500815009#: builtin/repack.c:31915010msgid "repack objects in packs marked with .keep"15011msgstr "đóng gói lại các đối tượng trong các gói đã đánh dấu bằng .keep"1501215013#: builtin/repack.c:32115014msgid "do not repack this pack"15015msgstr "đừng đóng gói lại gói này"1501615017#: builtin/repack.c:33115018msgid "cannot delete packs in a precious-objects repo"15019msgstr "không thể xóa các gói trong một kho đối_tượng_vĩ_đại"1502015021#: builtin/repack.c:33515022msgid "--keep-unreachable and -A are incompatible"15023msgstr "--keep-unreachable và -A xung khắc nhau"1502415025#: builtin/repack.c:510 builtin/worktree.c:14015026#, c-format15027msgid "failed to remove '%s'"15028msgstr "gặp lỗi khi gỡ bỏ “%s”"1502915030#: builtin/replace.c:2215031msgid "git replace [-f] <object> <replacement>"15032msgstr "git replace [-f] <đối-tượng> <thay-thế>"1503315034#: builtin/replace.c:2315035msgid "git replace [-f] --edit <object>"15036msgstr "git replace [-f] --edit <đối tượng>"1503715038#: builtin/replace.c:2415039msgid "git replace [-f] --graft <commit> [<parent>...]"15040msgstr "git replace [-f] --graft <lần_chuyển_giao> [<cha_mẹ>…]"1504115042#: builtin/replace.c:2515043msgid "git replace [-f] --convert-graft-file"15044msgstr "git replace [-f] --convert-graft-file"1504515046#: builtin/replace.c:2615047msgid "git replace -d <object>..."15048msgstr "git replace -d <đối tượng>…"1504915050#: builtin/replace.c:2715051msgid "git replace [--format=<format>] [-l [<pattern>]]"15052msgstr "git replace [--format=<định_dạng>] [-l [<mẫu>]]"1505315054#: builtin/replace.c:57 builtin/replace.c:203 builtin/replace.c:20615055#, c-format15056msgid "failed to resolve '%s' as a valid ref"15057msgstr "gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ"1505815059#: builtin/replace.c:8615060#, c-format15061msgid ""15062"invalid replace format '%s'\n"15063"valid formats are 'short', 'medium' and 'long'"15064msgstr ""15065"định dạng thay thế không hợp lệ “%s”\n"15066"định dạng hợp lệ là “short”, “medium” và “long”"1506715068#: builtin/replace.c:12115069#, c-format15070msgid "replace ref '%s' not found"15071msgstr "không tìm thấy tham chiếu thay thế “%s”"1507215073#: builtin/replace.c:13715074#, c-format15075msgid "Deleted replace ref '%s'"15076msgstr "Đã xóa tham chiếu thay thế “%s”"1507715078#: builtin/replace.c:14915079#, c-format15080msgid "'%s' is not a valid ref name"15081msgstr "“%s” không phải tên tham chiếu hợp lệ"1508215083#: builtin/replace.c:15415084#, c-format15085msgid "replace ref '%s' already exists"15086msgstr "tham chiếu thay thế “%s” đã tồn tại rồi"1508715088#: builtin/replace.c:17415089#, c-format15090msgid ""15091"Objects must be of the same type.\n"15092"'%s' points to a replaced object of type '%s'\n"15093"while '%s' points to a replacement object of type '%s'."15094msgstr ""15095"Các đối tượng phải cùng kiểu.\n"15096"“%s” chỉ đến đối tượng thay thế của kiểu “%s”\n"15097"trong khi “%s” chỉ đến đối tượng tham chiếu của kiểu “%s”."1509815099#: builtin/replace.c:22515100#, c-format15101msgid "unable to open %s for writing"15102msgstr "không thể mở “%s” để ghi"1510315104#: builtin/replace.c:23815105msgid "cat-file reported failure"15106msgstr "cat-file đã báo cáo gặp lỗi nghiêm trọng"1510715108#: builtin/replace.c:25415109#, c-format15110msgid "unable to open %s for reading"15111msgstr "không thể mở “%s” để đọc"1511215113#: builtin/replace.c:26815114msgid "unable to spawn mktree"15115msgstr "không thể spawn mktree"1511615117#: builtin/replace.c:27215118msgid "unable to read from mktree"15119msgstr "không thể đọc từ mktree"1512015121#: builtin/replace.c:28115122msgid "mktree reported failure"15123msgstr "mktree đã báo cáo gặp lỗi nghiêm trọng"1512415125#: builtin/replace.c:28515126msgid "mktree did not return an object name"15127msgstr "mktree đã không trả về một tên đối tượng"1512815129#: builtin/replace.c:29415130#, c-format15131msgid "unable to fstat %s"15132msgstr "không thể fstat %s"1513315134#: builtin/replace.c:29915135msgid "unable to write object to database"15136msgstr "không thể ghi đối tượng vào cơ sở dữ liệu"1513715138#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:41515139#: builtin/replace.c:44515140#, c-format15141msgid "not a valid object name: '%s'"15142msgstr "không phải là tên đối tượng hợp lệ: “%s”"1514315144#: builtin/replace.c:32215145#, c-format15146msgid "unable to get object type for %s"15147msgstr "không thể lấy kiểu đối tượng cho %s"1514815149#: builtin/replace.c:33815150msgid "editing object file failed"15151msgstr "việc sửa tập tin đối tượng gặp lỗi"1515215153#: builtin/replace.c:34715154#, c-format15155msgid "new object is the same as the old one: '%s'"15156msgstr "đối tượng mới là giống với cái cũ: “%s”"1515715158#: builtin/replace.c:40715159#, c-format15160msgid "bad mergetag in commit '%s'"15161msgstr "thẻ hòa trộn sai trong lần chuyển giao “%s”"1516215163#: builtin/replace.c:40915164#, c-format15165msgid "malformed mergetag in commit '%s'"15166msgstr "thẻ hòa trộn không đúng dạng ở lần chuyển giao “%s”"1516715168#: builtin/replace.c:42115169#, c-format15170msgid ""15171"original commit '%s' contains mergetag '%s' that is discarded; use --edit "15172"instead of --graft"15173msgstr ""15174"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 "15175"tùy chọn --edit thay cho --graft"1517615177#: builtin/replace.c:46015178#, c-format15179msgid "the original commit '%s' has a gpg signature"15180msgstr "lần chuyển giao gốc “%s” có chữ ký GPG"1518115182#: builtin/replace.c:46115183msgid "the signature will be removed in the replacement commit!"15184msgstr "chữ ký sẽ được bỏ đi trong lần chuyển giao thay thế!"1518515186#: builtin/replace.c:47115187#, c-format15188msgid "could not write replacement commit for: '%s'"15189msgstr "không thể ghi lần chuyển giao thay thế cho: “%s”"1519015191#: builtin/replace.c:47915192#, c-format15193msgid "graft for '%s' unnecessary"15194msgstr "graft cho “%s” không cần thiết"1519515196#: builtin/replace.c:48215197#, c-format15198msgid "new commit is the same as the old one: '%s'"15199msgstr "lần chuyển giao mới là giống với cái cũ: “%s”"1520015201#: builtin/replace.c:51415202#, c-format15203msgid ""15204"could not convert the following graft(s):\n"15205"%s"15206msgstr ""15207"Không thể chuyển đổi các graft sau đây:\n"15208"%s"1520915210#: builtin/replace.c:53515211msgid "list replace refs"15212msgstr "liệt kê các refs thay thế"1521315214#: builtin/replace.c:53615215msgid "delete replace refs"15216msgstr "xóa tham chiếu thay thế"1521715218#: builtin/replace.c:53715219msgid "edit existing object"15220msgstr "sửa đối tượng sẵn có"1522115222#: builtin/replace.c:53815223msgid "change a commit's parents"15224msgstr "thay đổi cha mẹ của lần chuyển giao"1522515226#: builtin/replace.c:53915227msgid "convert existing graft file"15228msgstr "chuyển đổi các tập tin graft sẵn có"1522915230#: builtin/replace.c:54015231msgid "replace the ref if it exists"15232msgstr "thay thế tham chiếu nếu nó đã sẵn có"1523315234#: builtin/replace.c:54215235msgid "do not pretty-print contents for --edit"15236msgstr "đừng in đẹp các nội dung cho --edit"1523715238#: builtin/replace.c:54315239msgid "use this format"15240msgstr "dùng định dạng này"1524115242#: builtin/replace.c:55615243msgid "--format cannot be used when not listing"15244msgstr "--format không thể được dùng khi không liệt kê gì"1524515246#: builtin/replace.c:56415247msgid "-f only makes sense when writing a replacement"15248msgstr "-f chỉ hợp lý khi ghi một cái thay thế"1524915250#: builtin/replace.c:56815251msgid "--raw only makes sense with --edit"15252msgstr "--raw chỉ hợp lý với --edit"1525315254#: builtin/replace.c:57415255msgid "-d needs at least one argument"15256msgstr "-d cần ít nhất một tham số"1525715258#: builtin/replace.c:58015259msgid "bad number of arguments"15260msgstr "số đối số không đúng"1526115262#: builtin/replace.c:58615263msgid "-e needs exactly one argument"15264msgstr "-e cần chính các là một đối số"1526515266#: builtin/replace.c:59215267msgid "-g needs at least one argument"15268msgstr "-q cần ít nhất một tham số"1526915270#: builtin/replace.c:59815271msgid "--convert-graft-file takes no argument"15272msgstr "--convert-graft-file không nhận đối số"1527315274#: builtin/replace.c:60415275msgid "only one pattern can be given with -l"15276msgstr "chỉ một mẫu được chỉ ra với tùy chọn -l"1527715278#: builtin/rerere.c:1315279msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"15280msgstr ""15281"git rerere [clear | forget <đường dẫn>… | status | remaining | diff | gc]"1528215283#: builtin/rerere.c:5915284msgid "register clean resolutions in index"15285msgstr "sổ ghi dọn sạch các phân giải trong bản mục lục"1528615287#: builtin/reset.c:2915288msgid ""15289"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"15290msgstr ""15291"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"1529215293#: builtin/reset.c:3015294msgid "git reset [-q] [<tree-ish>] [--] <paths>..."15295msgstr "git reset [-q] [<tree-ish>] [--] <đường-dẫn>…"1529615297#: builtin/reset.c:3115298msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"15299msgstr "git reset --patch [<tree-ish>] [--] [<các-đường-dẫn>…]"1530015301#: builtin/reset.c:3715302msgid "mixed"15303msgstr "pha trộn"1530415305#: builtin/reset.c:3715306msgid "soft"15307msgstr "mềm"1530815309#: builtin/reset.c:3715310msgid "hard"15311msgstr "cứng"1531215313#: builtin/reset.c:3715314msgid "merge"15315msgstr "hòa trộn"1531615317#: builtin/reset.c:3715318msgid "keep"15319msgstr "giữ lại"1532015321#: builtin/reset.c:7815322msgid "You do not have a valid HEAD."15323msgstr "Bạn không có HEAD nào hợp lệ."1532415325#: builtin/reset.c:8015326msgid "Failed to find tree of HEAD."15327msgstr "Gặp lỗi khi tìm cây của HEAD."1532815329#: builtin/reset.c:8615330#, c-format15331msgid "Failed to find tree of %s."15332msgstr "Gặp lỗi khi tìm cây của %s."1533315334#: builtin/reset.c:11115335#, c-format15336msgid "HEAD is now at %s"15337msgstr "HEAD hiện giờ tại %s"1533815339#: builtin/reset.c:18915340#, c-format15341msgid "Cannot do a %s reset in the middle of a merge."15342msgstr "Không thể thực hiện một %s reset ở giữa của quá trình hòa trộn."1534315344#: builtin/reset.c:28915345msgid "be quiet, only report errors"15346msgstr "làm việc ở chế độ im lặng, chỉ hiển thị khi có lỗi"1534715348#: builtin/reset.c:29115349msgid "reset HEAD and index"15350msgstr "đặt lại (reset) HEAD và bảng mục lục"1535115352#: builtin/reset.c:29215353msgid "reset only HEAD"15354msgstr "chỉ đặt lại (reset) HEAD"1535515356#: builtin/reset.c:294 builtin/reset.c:29615357msgid "reset HEAD, index and working tree"15358msgstr "đặt lại HEAD, bảng mục lục và cây làm việc"1535915360#: builtin/reset.c:29815361msgid "reset HEAD but keep local changes"15362msgstr "đặt lại HEAD nhưng giữ lại các thay đổi nội bộ"1536315364#: builtin/reset.c:30415365msgid "record only the fact that removed paths will be added later"15366msgstr "chỉ ghi lại những đường dẫn thực sự sẽ được thêm vào sau này"1536715368#: builtin/reset.c:32115369#, c-format15370msgid "Failed to resolve '%s' as a valid revision."15371msgstr "Gặp lỗi khi phân giải “%s” như là điểm xét duyệt hợp lệ."1537215373#: builtin/reset.c:32915374#, c-format15375msgid "Failed to resolve '%s' as a valid tree."15376msgstr "Gặp lỗi khi phân giải “%s” như là một cây (tree) hợp lệ."1537715378#: builtin/reset.c:33815379msgid "--patch is incompatible with --{hard,mixed,soft}"15380msgstr "--patch xung khắc với --{hard,mixed,soft}"1538115382#: builtin/reset.c:34715383msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."15384msgstr ""15385"--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 "15386"reset -- <đường_dẫn>”."1538715388#: builtin/reset.c:34915389#, c-format15390msgid "Cannot do %s reset with paths."15391msgstr "Không thể thực hiện lệnh %s reset với các đường dẫn."1539215393#: builtin/reset.c:35915394#, c-format15395msgid "%s reset is not allowed in a bare repository"15396msgstr "%s reset không được phép trên kho thuần"1539715398#: builtin/reset.c:36315399msgid "-N can only be used with --mixed"15400msgstr "-N chỉ được dùng khi có --mixed"1540115402#: builtin/reset.c:38015403msgid "Unstaged changes after reset:"15404msgstr "Những thay đổi được đưa ra khỏi bệ phóng sau khi reset:"1540515406#: builtin/reset.c:38615407#, c-format15408msgid "Could not reset index file to revision '%s'."15409msgstr "Không thể đặt lại (reset) bảng mục lục thành điểm xét duyệt “%s”."1541015411#: builtin/reset.c:39015412msgid "Could not write new index file."15413msgstr "Không thể ghi tập tin lưu bảng mục lục mới."1541415415#: builtin/rev-list.c:39915416msgid "cannot combine --exclude-promisor-objects and --missing"15417msgstr "không thể tổ hợp --exclude-promisor-objects và --missing"1541815419#: builtin/rev-list.c:45715420msgid "object filtering requires --objects"15421msgstr "lọc đối tượng yêu cầu --objects"1542215423#: builtin/rev-list.c:46015424#, c-format15425msgid "invalid sparse value '%s'"15426msgstr "giá trị sparse không hợp lệ “%s”"1542715428#: builtin/rev-list.c:50115429msgid "rev-list does not support display of notes"15430msgstr "rev-list không hỗ trợ hiển thị các ghi chú"1543115432#: builtin/rev-list.c:50415433msgid "cannot combine --use-bitmap-index with object filtering"15434msgstr "không thể tổ hợp --use-bitmap-index với lọc đối tượng"1543515436#: builtin/rev-parse.c:40615437msgid "git rev-parse --parseopt [<options>] -- [<args>...]"15438msgstr "git rev-parse --parseopt [<các-tùy-chọn>] -- [<các tham số>…]"1543915440#: builtin/rev-parse.c:41115441msgid "keep the `--` passed as an arg"15442msgstr "giữ lại “--” chuyển sang làm tham số"1544315444#: builtin/rev-parse.c:41315445msgid "stop parsing after the first non-option argument"15446msgstr "dừng phân tích sau đối số đầu tiên không có tùy chọn"1544715448#: builtin/rev-parse.c:41615449msgid "output in stuck long form"15450msgstr "kết xuất trong định dạng gậy dài"1545115452#: builtin/rev-parse.c:54915453msgid ""15454"git rev-parse --parseopt [<options>] -- [<args>...]\n"15455" or: git rev-parse --sq-quote [<arg>...]\n"15456" or: git rev-parse [<options>] [<arg>...]\n"15457"\n"15458"Run \"git rev-parse --parseopt -h\" for more information on the first usage."15459msgstr ""15460"git rev-parse --parseopt [<các-tùy-chọn>] -- [<các đối số>…]\n"15461" hoặc: git rev-parse --sq-quote [<đ.số>…]\n"15462" hoặc: git rev-parse [<các-tùy-chọn>] [<đ.số>…]\n"15463"\n"15464"Chạy lệnh \"git rev-parse --parseopt -h\" để có thêm thông tin về cách dùng."1546515466#: builtin/revert.c:2415467msgid "git revert [<options>] <commit-ish>..."15468msgstr "git revert [<các-tùy-chọn>] <commit-ish>…"1546915470#: builtin/revert.c:2515471msgid "git revert <subcommand>"15472msgstr "git revert <lệnh-con>"1547315474#: builtin/revert.c:3015475msgid "git cherry-pick [<options>] <commit-ish>..."15476msgstr "git cherry-pick [<các-tùy-chọn>] <commit-ish>…"1547715478#: builtin/revert.c:3115479msgid "git cherry-pick <subcommand>"15480msgstr "git cherry-pick <lệnh-con>"1548115482#: builtin/revert.c:9115483#, c-format15484msgid "%s: %s cannot be used with %s"15485msgstr "%s: %s không thể được sử dụng với %s"1548615487#: builtin/revert.c:10015488msgid "end revert or cherry-pick sequence"15489msgstr "kết thúc cherry-pick hay hoàn nguyên liên tiếp nhau"1549015491#: builtin/revert.c:10115492msgid "resume revert or cherry-pick sequence"15493msgstr "phục hồi lại cherry-pick hay hoàn nguyên liên tiếp nhau"1549415495#: builtin/revert.c:10215496msgid "cancel revert or cherry-pick sequence"15497msgstr "không cherry-pick hay hoàn nguyên liên tiếp nhau"1549815499#: builtin/revert.c:10315500msgid "don't automatically commit"15501msgstr "không chuyển giao một cách tự động."1550215503#: builtin/revert.c:10415504msgid "edit the commit message"15505msgstr "sửa lại chú thích cho lần chuyển giao"1550615507#: builtin/revert.c:10715508msgid "parent-number"15509msgstr "số-cha-mẹ"1551015511#: builtin/revert.c:10815512msgid "select mainline parent"15513msgstr "chọn cha mẹ luồng chính"1551415515#: builtin/revert.c:11015516msgid "merge strategy"15517msgstr "chiến lược hòa trộn"1551815519#: builtin/revert.c:11115520msgid "option"15521msgstr "tùy chọn"1552215523#: builtin/revert.c:11215524msgid "option for merge strategy"15525msgstr "tùy chọn cho chiến lược hòa trộn"1552615527#: builtin/revert.c:12115528msgid "append commit name"15529msgstr "nối thêm tên lần chuyển giao"1553015531#: builtin/revert.c:12315532msgid "preserve initially empty commits"15533msgstr "cấm khởi tạo lần chuyển giao trống rỗng"1553415535#: builtin/revert.c:12515536msgid "keep redundant, empty commits"15537msgstr "giữ lại các lần chuyển giao dư thừa, rỗng"1553815539#: builtin/revert.c:21915540msgid "revert failed"15541msgstr "hoàn nguyên gặp lỗi"1554215543#: builtin/revert.c:23215544msgid "cherry-pick failed"15545msgstr "cherry-pick gặp lỗi"1554615547#: builtin/rm.c:1815548msgid "git rm [<options>] [--] <file>..."15549msgstr "git rm [<các-tùy-chọn>] [--] <tập-tin>…"1555015551#: builtin/rm.c:20615552msgid ""15553"the following file has staged content different from both the\n"15554"file and the HEAD:"15555msgid_plural ""15556"the following files have staged content different from both the\n"15557"file and the HEAD:"15558msgstr[0] ""15559"các tập tin sau đây có khác biệt nội dung đã đưa lên bệ phóng\n"15560"từ cả tập tin và cả HEAD:"1556115562#: builtin/rm.c:21115563msgid ""15564"\n"15565"(use -f to force removal)"15566msgstr ""15567"\n"15568"(dùng -f để buộc gỡ bỏ)"1556915570#: builtin/rm.c:21515571msgid "the following file has changes staged in the index:"15572msgid_plural "the following files have changes staged in the index:"15573msgstr[0] "các tập tin sau đây có thay đổi trạng thái trong bảng mục lục:"1557415575#: builtin/rm.c:219 builtin/rm.c:22815576msgid ""15577"\n"15578"(use --cached to keep the file, or -f to force removal)"15579msgstr ""15580"\n"15581"(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"1558215583#: builtin/rm.c:22515584msgid "the following file has local modifications:"15585msgid_plural "the following files have local modifications:"15586msgstr[0] "những tập tin sau đây có những thay đổi nội bộ:"1558715588#: builtin/rm.c:24115589msgid "do not list removed files"15590msgstr "không liệt kê các tập tin đã gỡ bỏ"1559115592#: builtin/rm.c:24215593msgid "only remove from the index"15594msgstr "chỉ gỡ bỏ từ mục lục"1559515596#: builtin/rm.c:24315597msgid "override the up-to-date check"15598msgstr "ghi đè lên kiểm tra cập nhật"1559915600#: builtin/rm.c:24415601msgid "allow recursive removal"15602msgstr "cho phép gỡ bỏ đệ qui"1560315604#: builtin/rm.c:24615605msgid "exit with a zero status even if nothing matched"15606msgstr "thoát ra với trạng thái khác không thậm chí nếu không có gì khớp"1560715608#: builtin/rm.c:28815609msgid "please stage your changes to .gitmodules or stash them to proceed"15610msgstr ""15611"hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"1561215613#: builtin/rm.c:30615614#, c-format15615msgid "not removing '%s' recursively without -r"15616msgstr "không thể gỡ bỏ “%s” một cách đệ qui mà không có tùy chọn -r"1561715618#: builtin/rm.c:34515619#, c-format15620msgid "git rm: unable to remove %s"15621msgstr "git rm: không thể gỡ bỏ %s"1562215623#: builtin/rm.c:36815624#, c-format15625msgid "could not remove '%s'"15626msgstr "không thể gỡ bỏ “%s”"1562715628#: builtin/send-pack.c:2015629msgid ""15630"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"15631"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "15632"[<ref>...]\n"15633" --all and explicit <ref> specification are mutually exclusive."15634msgstr ""15635"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"15636"receive-pack>] [--verbose] [--thin] [--atomic] [<máy>:]<thư/mục> [<các-tham-"15637"chiếu>…]\n"15638" --all và đặc tả <ref> rõ ràng là loại trừ lẫn nhau."1563915640#: builtin/send-pack.c:16315641msgid "remote name"15642msgstr "tên máy dịch vụ"1564315644#: builtin/send-pack.c:17715645msgid "use stateless RPC protocol"15646msgstr "dùng giao thức RPC không ổn định"1564715648#: builtin/send-pack.c:17815649msgid "read refs from stdin"15650msgstr "đọc tham chiếu từ đầu vào tiêu chuẩn"1565115652#: builtin/send-pack.c:17915653msgid "print status from remote helper"15654msgstr "in các trạng thái từ phần hướng dẫn trên máy dịch vụ"1565515656#: builtin/serve.c:715657msgid "git serve [<options>]"15658msgstr "git serve [<các-tùy-chọn>]"1565915660#: builtin/serve.c:17 builtin/upload-pack.c:2315661msgid "quit after a single request/response exchange"15662msgstr "thoát sau khi một trao đổi yêu cầu hay trả lời đơn"1566315664#: builtin/serve.c:1915665msgid "exit immediately after advertising capabilities"15666msgstr "thoát ngay sau khi khởi tạo quảng cáo capabilities"1566715668#: builtin/shortlog.c:1415669msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"15670msgstr "git shortlog [<các-tùy-chọn>] [<vùng-xét-duyệt>] [[--] [<đường/dẫn>…]]"1567115672#: builtin/shortlog.c:1515673msgid "git log --pretty=short | git shortlog [<options>]"15674msgstr "git log --pretty=short | git shortlog [<các-tùy-chọn>]"1567515676#: builtin/shortlog.c:26415677msgid "Group by committer rather than author"15678msgstr "Nhóm theo người chuyển giao thay vì tác giả"1567915680#: builtin/shortlog.c:26615681msgid "sort output according to the number of commits per author"15682msgstr "sắp xếp kết xuất tuân theo số lượng chuyển giao trên mỗi tác giả"1568315684#: builtin/shortlog.c:26815685msgid "Suppress commit descriptions, only provides commit count"15686msgstr "Chặn mọi mô tả lần chuyển giao, chỉ đưa ra số lượng lần chuyển giao"1568715688#: builtin/shortlog.c:27015689msgid "Show the email address of each author"15690msgstr "Hiển thị thư điện tử cho từng tác giả"1569115692#: builtin/shortlog.c:27115693msgid "<w>[,<i1>[,<i2>]]"15694msgstr "<w>[,<i1>[,<i2>]]"1569515696#: builtin/shortlog.c:27215697msgid "Linewrap output"15698msgstr "Ngắt dòng khi quá dài"1569915700#: builtin/shortlog.c:29915701msgid "too many arguments given outside repository"15702msgstr "quá nhiều tham số đưa ra ngoài kho chứa"1570315704#: builtin/show-branch.c:1315705msgid ""15706"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"15707"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"15708"\t\t[--more=<n> | --list | --independent | --merge-base]\n"15709"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"15710msgstr ""15711"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"15712"\t\t[--current] [--color[=<khi>] | --no-color] [--sparse]\n"15713"\t\t[--more=<n> | --list | --independent | --merge-base]\n"15714"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)…]"1571515716#: builtin/show-branch.c:1715717msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"15718msgstr "git show-branch (-g | --reflog)[=<n>[,<nền>]] [--list] [<ref>]"1571915720#: builtin/show-branch.c:39515721#, c-format15722msgid "ignoring %s; cannot handle more than %d ref"15723msgid_plural "ignoring %s; cannot handle more than %d refs"15724msgstr[0] "đang bỏ qua %s; không thể xử lý nhiều hơn %d tham chiếu"1572515726#: builtin/show-branch.c:54915727#, c-format15728msgid "no matching refs with %s"15729msgstr "không tham chiếu nào khớp với %s"1573015731#: builtin/show-branch.c:64515732msgid "show remote-tracking and local branches"15733msgstr "hiển thị các nhánh remote-tracking và nội bộ"1573415735#: builtin/show-branch.c:64715736msgid "show remote-tracking branches"15737msgstr "hiển thị các nhánh remote-tracking"1573815739#: builtin/show-branch.c:64915740msgid "color '*!+-' corresponding to the branch"15741msgstr "màu “*!+-” tương ứng với nhánh"1574215743#: builtin/show-branch.c:65115744msgid "show <n> more commits after the common ancestor"15745msgstr "hiển thị thêm <n> lần chuyển giao sau cha mẹ chung"1574615747#: builtin/show-branch.c:65315748msgid "synonym to more=-1"15749msgstr "đồng nghĩa với more=-1"1575015751#: builtin/show-branch.c:65415752msgid "suppress naming strings"15753msgstr "chặn các chuỗi đặt tên"1575415755#: builtin/show-branch.c:65615756msgid "include the current branch"15757msgstr "bao gồm nhánh hiện hành"1575815759#: builtin/show-branch.c:65815760msgid "name commits with their object names"15761msgstr "đặ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"1576215763#: builtin/show-branch.c:66015764msgid "show possible merge bases"15765msgstr "hiển thị mọi cơ sở có thể dùng để hòa trộn"1576615767#: builtin/show-branch.c:66215768msgid "show refs unreachable from any other ref"15769msgstr "hiển thị các tham chiếu không thể được đọc bởi bất kỳ tham chiếu khác"1577015771#: builtin/show-branch.c:66415772msgid "show commits in topological order"15773msgstr "hiển thị các lần chuyển giao theo thứ tự tôpô"1577415775#: builtin/show-branch.c:66715776msgid "show only commits not on the first branch"15777msgstr "chỉ hiển thị các lần chuyển giao không nằm trên nhánh đầu tiên"1577815779#: builtin/show-branch.c:66915780msgid "show merges reachable from only one tip"15781msgstr "hiển thị các lần hòa trộn có thể đọc được chỉ từ một đầu mút"1578215783#: builtin/show-branch.c:67115784msgid "topologically sort, maintaining date order where possible"15785msgstr "sắp xếp hình thái học, bảo trì thứ tự ngày nếu có thể"1578615787#: builtin/show-branch.c:67415788msgid "<n>[,<base>]"15789msgstr "<n>[,<cơ_sở>]"1579015791#: builtin/show-branch.c:67515792msgid "show <n> most recent ref-log entries starting at base"15793msgstr "hiển thị <n> các mục “ref-log” gần nhất kể từ nền (base)"1579415795#: builtin/show-branch.c:71115796msgid ""15797"--reflog is incompatible with --all, --remotes, --independent or --merge-base"15798msgstr ""15799"--reflog là không tương thích với các tùy chọn --all, --remotes, --"15800"independent hay --merge-base"1580115802#: builtin/show-branch.c:73515803msgid "no branches given, and HEAD is not valid"15804msgstr "chưa đưa ra nhánh, và HEAD không hợp lệ"1580515806#: builtin/show-branch.c:73815807msgid "--reflog option needs one branch name"15808msgstr "--reflog cần tên một nhánh"1580915810#: builtin/show-branch.c:74115811#, c-format15812msgid "only %d entry can be shown at one time."15813msgid_plural "only %d entries can be shown at one time."15814msgstr[0] "chỉ có thể hiển thị cùng lúc %d hạng mục."1581515816#: builtin/show-branch.c:74515817#, c-format15818msgid "no such ref %s"15819msgstr "không có tham chiếu nào như thế %s"1582015821#: builtin/show-branch.c:82915822#, c-format15823msgid "cannot handle more than %d rev."15824msgid_plural "cannot handle more than %d revs."15825msgstr[0] "không thể xử lý nhiều hơn %d điểm xét duyệt."1582615827#: builtin/show-branch.c:83315828#, c-format15829msgid "'%s' is not a valid ref."15830msgstr "“%s” không phải tham chiếu hợp lệ."1583115832#: builtin/show-branch.c:83615833#, c-format15834msgid "cannot find commit %s (%s)"15835msgstr "không thể tìm thấy lần chuyển giao %s (%s)"1583615837#: builtin/show-ref.c:1115838msgid ""15839"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"15840"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"15841msgstr ""15842"git show-ref [-q | --quiet] [--verify] [--head] [-d|--dereference] [-s|--"15843"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<mẫu>…] "1584415845#: builtin/show-ref.c:1215846msgid "git show-ref --exclude-existing[=<pattern>]"15847msgstr "git show-ref --exclude-existing[=<mẫu>]"1584815849#: builtin/show-ref.c:16015850msgid "only show tags (can be combined with heads)"15851msgstr "chỉ hiển thị thẻ (có thể tổ hợp cùng với đầu)"1585215853#: builtin/show-ref.c:16115854msgid "only show heads (can be combined with tags)"15855msgstr "chỉ hiển thị đầu (có thể tổ hợp cùng với thẻ)"1585615857#: builtin/show-ref.c:16215858msgid "stricter reference checking, requires exact ref path"15859msgstr ""15860"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"1586115862#: builtin/show-ref.c:165 builtin/show-ref.c:16715863msgid "show the HEAD reference, even if it would be filtered out"15864msgstr "hiển thị tham chiếu HEAD, ngay cả khi nó đã được lọc ra"1586515866#: builtin/show-ref.c:16915867msgid "dereference tags into object IDs"15868msgstr "bãi bỏ tham chiếu các thẻ thành ra các ID đối tượng"1586915870#: builtin/show-ref.c:17115871msgid "only show SHA1 hash using <n> digits"15872msgstr "chỉ hiển thị mã băm SHA1 sử dụng <n> chữ số"1587315874#: builtin/show-ref.c:17515875msgid "do not print results to stdout (useful with --verify)"15876msgstr ""15877"không hiển thị kết quả ra đầu ra chuẩn (stdout) (chỉ hữu dụng với --verify)"1587815879#: builtin/show-ref.c:17715880msgid "show refs from stdin that aren't in local repository"15881msgstr ""15882"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 "15883"bộ"1588415885#: builtin/stripspace.c:1815886msgid "git stripspace [-s | --strip-comments]"15887msgstr "git stripspace [-s | --strip-comments]"1588815889#: builtin/stripspace.c:1915890msgid "git stripspace [-c | --comment-lines]"15891msgstr "git stripspace [-c | --comment-lines]"1589215893#: builtin/stripspace.c:3615894msgid "skip and remove all lines starting with comment character"15895msgstr "giữ và xóa bỏ mọi dòng bắt đầu bằng ký tự ghi chú"1589615897#: builtin/stripspace.c:3915898msgid "prepend comment character and space to each line"15899msgstr "treo trước ký tự ghi chú và ký tự khoảng trắng cho từng dòng"1590015901#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:183315902#, c-format15903msgid "No such ref: %s"15904msgstr "Không có tham chiếu nào như thế: %s"1590515906#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:184215907#, c-format15908msgid "Expecting a full ref name, got %s"15909msgstr "Cần tên tham chiếu dạng đầy đủ, nhưng lại nhận được %s"1591015911#: builtin/submodule--helper.c:6115912msgid "submodule--helper print-default-remote takes no arguments"15913msgstr "submodule--helper print-default-remote takes không nhận tham số"1591415915#: builtin/submodule--helper.c:9915916#, c-format15917msgid "cannot strip one component off url '%s'"15918msgstr "không thể cắt bỏ một thành phần ra khỏi “%s” url"1591915920#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:135615921msgid "alternative anchor for relative paths"15922msgstr "điểm neo thay thế cho các đường dẫn tương đối"1592315924#: builtin/submodule--helper.c:41215925msgid "git submodule--helper list [--prefix=<path>] [<path>...]"15926msgstr "git submodule--helper list [--prefix=</đường/dẫn>] [</đường/dẫn>…]"1592715928#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:60615929#: builtin/submodule--helper.c:62915930#, c-format15931msgid "No url found for submodule path '%s' in .gitmodules"15932msgstr "Không tìm thấy url cho đường dẫn mô-đun-con “%s” trong .gitmodules"1593315934#: builtin/submodule--helper.c:52115935#, c-format15936msgid "Entering '%s'\n"15937msgstr "Đang vào “%s”\n"1593815939#: builtin/submodule--helper.c:52415940#, c-format15941msgid ""15942"run_command returned non-zero status for %s\n"15943"."15944msgstr ""15945"run_command trả về trạng thái khác không cho %s\n"15946"."1594715948#: builtin/submodule--helper.c:54515949#, c-format15950msgid ""15951"run_command returned non-zero status while recursing in the nested "15952"submodules of %s\n"15953"."15954msgstr ""15955"run_command trả về trạng thái khác không trong khi đệ quy trong các mô-đun-"15956"con lồng nhau của %s\n"15957"."1595815959#: builtin/submodule--helper.c:56115960msgid "Suppress output of entering each submodule command"15961msgstr "Chặn kết xuất của từng lệnh mô-đun-con"1596215963#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:104015964msgid "Recurse into nested submodules"15965msgstr "Đệ quy vào trong các mô-đun-con lồng nhau"1596615967#: builtin/submodule--helper.c:56815968msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"15969msgstr "git submodule--helper foreach [--quiet] [--recursive] <lệnh>"1597015971#: builtin/submodule--helper.c:64415972#, c-format15973msgid ""15974"could not lookup configuration '%s'. Assuming this repository is its own "15975"authoritative upstream."15976msgstr ""15977"không thể tìm thấy cấu hình “%s”. Coi rằng kho này là thượng nguồn có quyền "15978"sở hữu chính nó."1597915980#: builtin/submodule--helper.c:65515981#, c-format15982msgid "Failed to register url for submodule path '%s'"15983msgstr "Gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “%s”"1598415985#: builtin/submodule--helper.c:65915986#, c-format15987msgid "Submodule '%s' (%s) registered for path '%s'\n"15988msgstr "Mô-đun-con “%s” (%s) được đăng ký cho đường dẫn “%s”\n"1598915990#: builtin/submodule--helper.c:66915991#, c-format15992msgid "warning: command update mode suggested for submodule '%s'\n"15993msgstr "cảnh báo: chế độ lệnh cập nhật được gợi ý cho mô-đun-con “%s”\n"1599415995#: builtin/submodule--helper.c:67615996#, c-format15997msgid "Failed to register update mode for submodule path '%s'"15998msgstr "Gặp lỗi khi đăng ký chế độ cập nhật cho đường dẫn mô-đun-con “%s”"1599916000#: builtin/submodule--helper.c:69816001msgid "Suppress output for initializing a submodule"16002msgstr "Chặn kết xuất cho khởi tạo một mô-đun-con"1600316004#: builtin/submodule--helper.c:70316005msgid "git submodule--helper init [<path>]"16006msgstr "git submodule--helper init [</đường/dẫn>]"1600716008#: builtin/submodule--helper.c:775 builtin/submodule--helper.c:90116009#, c-format16010msgid "no submodule mapping found in .gitmodules for path '%s'"16011msgstr ""16012"Không tìm thấy ánh xạ (mapping) mô-đun-con trong .gitmodules cho đường dẫn "16013"“%s”"1601416015#: builtin/submodule--helper.c:81416016#, c-format16017msgid "could not resolve HEAD ref inside the submodule '%s'"16018msgstr "không thể phân giải tham chiếu HEAD bên trong mô-đun-con “%s”"1601916020#: builtin/submodule--helper.c:841 builtin/submodule--helper.c:101016021#, c-format16022msgid "failed to recurse into submodule '%s'"16023msgstr "gặp lỗi khi đệ quy vào trong mô-đun-con “%s”"1602416025#: builtin/submodule--helper.c:865 builtin/submodule--helper.c:117616026msgid "Suppress submodule status output"16027msgstr "Chặn két xuất tình trạng mô-đun-con"1602816029#: builtin/submodule--helper.c:86616030msgid ""16031"Use commit stored in the index instead of the one stored in the submodule "16032"HEAD"16033msgstr ""16034"Dùng lần chuyển giao lưu trong mục lục thay cho cái được lưu trong HEAD mô-"16035"đun-con"1603616037#: builtin/submodule--helper.c:86716038msgid "recurse into nested submodules"16039msgstr "đệ quy vào trong mô-đun-con lồng nhau"1604016041#: builtin/submodule--helper.c:87216042msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"16043msgstr ""16044"git submodule status [--quiet] [--cached] [--recursive] [</đường/dẫn>…]"1604516046#: builtin/submodule--helper.c:89616047msgid "git submodule--helper name <path>"16048msgstr "git submodule--helper name </đường/dẫn>"1604916050#: builtin/submodule--helper.c:96016051#, c-format16052msgid "Synchronizing submodule url for '%s'\n"16053msgstr "url mô-đun-con đồng bộ hóa cho “%s”\n"1605416055#: builtin/submodule--helper.c:96616056#, c-format16057msgid "failed to register url for submodule path '%s'"16058msgstr "gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “%s”"1605916060#: builtin/submodule--helper.c:98016061#, c-format16062msgid "failed to get the default remote for submodule '%s'"16063msgstr "gặp lỗi khi lấy máy chủ mặc định cho mô-đun-con “%s”"1606416065#: builtin/submodule--helper.c:99116066#, c-format16067msgid "failed to update remote for submodule '%s'"16068msgstr "gặp lỗi khi cập nhật cho mô-đun-con “%s”"1606916070#: builtin/submodule--helper.c:103816071msgid "Suppress output of synchronizing submodule url"16072msgstr "Chặn kết xuất cho đồng bộ url mô-đun-con"1607316074#: builtin/submodule--helper.c:104516075msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"16076msgstr "git submodule--helper sync [--quiet] [--recursive] [</đường/dẫn>]"1607716078#: builtin/submodule--helper.c:109916079#, c-format16080msgid ""16081"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "16082"really want to remove it including all of its history)"16083msgstr ""16084"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 "16085"thực sự muốn gỡ bỏ nó cùng với toàn bộ lịch sử của chúng)"1608616087#: builtin/submodule--helper.c:111116088#, c-format16089msgid ""16090"Submodule work tree '%s' contains local modifications; use '-f' to discard "16091"them"16092msgstr ""16093"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 "16094"bỏ chúng đi"1609516096#: builtin/submodule--helper.c:111916097#, c-format16098msgid "Cleared directory '%s'\n"16099msgstr "Đã xóa thư mục “%s”\n"1610016101#: builtin/submodule--helper.c:112116102#, c-format16103msgid "Could not remove submodule work tree '%s'\n"16104msgstr "Không thể gỡ bỏ cây làm việc mô-đun-con “%s”\n"1610516106#: builtin/submodule--helper.c:113216107#, c-format16108msgid "could not create empty submodule directory %s"16109msgstr "không thể tạo thư mục mô-đun-con rỗng “%s”"1611016111#: builtin/submodule--helper.c:114816112#, c-format16113msgid "Submodule '%s' (%s) unregistered for path '%s'\n"16114msgstr "Mô-đun-con “%s” (%s) được đăng ký cho đường dẫn “%s”\n"1611516116#: builtin/submodule--helper.c:117716117msgid "Remove submodule working trees even if they contain local changes"16118msgstr "Gỡ bỏ cây làm việc của mô-đun-con ngay cả khi nó có thay đổi nội bộ"1611916120#: builtin/submodule--helper.c:117816121msgid "Unregister all submodules"16122msgstr "Bỏ đăng ký tất cả các trong mô-đun-con"1612316124#: builtin/submodule--helper.c:118316125msgid ""16126"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"16127msgstr ""16128"git submodule deinit [--quiet] [-f | --force] [--all | [--] [</đường/dẫn>…]]"1612916130#: builtin/submodule--helper.c:119716131msgid "Use '--all' if you really want to deinitialize all submodules"16132msgstr "Dùng “--all” nếu bạn thực sự muốn hủy khởi tạo mọi mô-đun-con"1613316134#: builtin/submodule--helper.c:1290 builtin/submodule--helper.c:129316135#, c-format16136msgid "submodule '%s' cannot add alternate: %s"16137msgstr "mô-đun-con “%s” không thể thêm thay thế: %s"1613816139#: builtin/submodule--helper.c:132916140#, c-format16141msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"16142msgstr "Giá trị “%s” cho submodule.alternateErrorStrategy không được thừa nhận"1614316144#: builtin/submodule--helper.c:133616145#, c-format16146msgid "Value '%s' for submodule.alternateLocation is not recognized"16147msgstr "Giá trị “%s” cho submodule.alternateLocation không được thừa nhận"1614816149#: builtin/submodule--helper.c:135916150msgid "where the new submodule will be cloned to"16151msgstr "nhân bản mô-đun-con mới vào chỗ nào"1615216153#: builtin/submodule--helper.c:136216154msgid "name of the new submodule"16155msgstr "tên của mô-đun-con mới"1615616157#: builtin/submodule--helper.c:136516158msgid "url where to clone the submodule from"16159msgstr "url nơi mà nhân bản mô-đun-con từ đó"1616016161#: builtin/submodule--helper.c:137316162msgid "depth for shallow clones"16163msgstr "chiều sâu lịch sử khi tạo bản sao"1616416165#: builtin/submodule--helper.c:1376 builtin/submodule--helper.c:175116166msgid "force cloning progress"16167msgstr "ép buộc tiến trình nhân bản"1616816169#: builtin/submodule--helper.c:138116170msgid ""16171"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "16172"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"16173msgstr ""16174"git submodule--helper clone [--prefix=</đường/dẫn>] [--quiet] [--reference "16175"<kho>] [--name <tên>] [--depth <sâu>] [--url <url>] [</đường/dẫn>…]"1617616177#: builtin/submodule--helper.c:141216178#, c-format16179msgid "clone of '%s' into submodule path '%s' failed"16180msgstr "Nhân bản “%s” vào đường dẫn mô-đun-con “%s” gặp lỗi"1618116182#: builtin/submodule--helper.c:142616183#, c-format16184msgid "could not get submodule directory for '%s'"16185msgstr "không thể lấy thư mục mô-đun-con cho “%s”"1618616187#: builtin/submodule--helper.c:149216188#, c-format16189msgid "Submodule path '%s' not initialized"16190msgstr "Đường dẫn mô-đun-con “%s” chưa được khởi tạo"1619116192#: builtin/submodule--helper.c:149616193msgid "Maybe you want to use 'update --init'?"16194msgstr "Có lẽ bạn là bạn muốn dùng \"update --init\" phải không?"1619516196#: builtin/submodule--helper.c:152516197#, c-format16198msgid "Skipping unmerged submodule %s"16199msgstr "Bỏ qua các mô-đun-con chưa được hòa trộn %s"1620016201#: builtin/submodule--helper.c:155416202#, c-format16203msgid "Skipping submodule '%s'"16204msgstr "Bỏ qua mô-đun-con “%s”"1620516206#: builtin/submodule--helper.c:168916207#, c-format16208msgid "Failed to clone '%s'. Retry scheduled"16209msgstr "Gặp lỗi khi nhân bản “%s”. Thử lại lịch trình"1621016211#: builtin/submodule--helper.c:170016212#, c-format16213msgid "Failed to clone '%s' a second time, aborting"16214msgstr "Gặp lỗi khi nhân bản “%s” lần thứ hai nên bãi bỏ"1621516216#: builtin/submodule--helper.c:1730 builtin/submodule--helper.c:195316217msgid "path into the working tree"16218msgstr "đường dẫn đến cây làm việc"1621916220#: builtin/submodule--helper.c:173316221msgid "path into the working tree, across nested submodule boundaries"16222msgstr "đường dẫn đến cây làm việc, chéo biên giới mô-đun-con lồng nhau"1622316224#: builtin/submodule--helper.c:173716225msgid "rebase, merge, checkout or none"16226msgstr "rebase, merge, checkout hoặc không làm gì cả"1622716228#: builtin/submodule--helper.c:174316229msgid "Create a shallow clone truncated to the specified number of revisions"16230msgstr ""16231"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"1623216233#: builtin/submodule--helper.c:174616234msgid "parallel jobs"16235msgstr "công việc đồng thời"1623616237#: builtin/submodule--helper.c:174816238msgid "whether the initial clone should follow the shallow recommendation"16239msgstr "nhân bản lần đầu có nên theo khuyến nghị là nông hay không"1624016241#: builtin/submodule--helper.c:174916242msgid "don't print cloning progress"16243msgstr "đừng in tiến trình nhân bản"1624416245#: builtin/submodule--helper.c:175616246msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"16247msgstr ""16248"git submodule--helper update_clone [--prefix=</đường/dẫn>] [</đường/dẫn>…]"1624916250#: builtin/submodule--helper.c:176916251msgid "bad value for update parameter"16252msgstr "giá trị cho tham số cập nhật bị sai"1625316254#: builtin/submodule--helper.c:183716255#, c-format16256msgid ""16257"Submodule (%s) branch configured to inherit branch from superproject, but "16258"the superproject is not on any branch"16259msgstr ""16260"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 "16261"dự án lại không trên bất kỳ nhánh nào"1626216263#: builtin/submodule--helper.c:195416264msgid "recurse into submodules"16265msgstr "đệ quy vào trong mô-đun-con"1626616267#: builtin/submodule--helper.c:196016268msgid "git submodule--helper embed-git-dir [<path>...]"16269msgstr "git submodule--helper embed-git-dir [</đường/dẫn>…]"1627016271#: builtin/submodule--helper.c:207116272#, c-format16273msgid "%s doesn't support --super-prefix"16274msgstr "%s không hỗ trợ --super-prefix"1627516276#: builtin/submodule--helper.c:207716277#, c-format16278msgid "'%s' is not a valid submodule--helper subcommand"16279msgstr "“%s” không phải là lệnh con submodule--helper hợp lệ"1628016281#: builtin/symbolic-ref.c:816282msgid "git symbolic-ref [<options>] <name> [<ref>]"16283msgstr "git symbolic-ref [<các-tùy-chọn>] <tên> [<t.chiếu>]"1628416285#: builtin/symbolic-ref.c:916286msgid "git symbolic-ref -d [-q] <name>"16287msgstr "git symbolic-ref -d [-q] <tên>"1628816289#: builtin/symbolic-ref.c:4016290msgid "suppress error message for non-symbolic (detached) refs"16291msgstr "chặn các thông tin lỗi cho các tham chiếu “không-mềm” (bị tách ra)"1629216293#: builtin/symbolic-ref.c:4116294msgid "delete symbolic ref"16295msgstr "xóa tham chiếu mềm"1629616297#: builtin/symbolic-ref.c:4216298msgid "shorten ref output"16299msgstr "làm ngắn kết xuất ref (tham chiếu)"1630016301#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36316302msgid "reason"16303msgstr "lý do"1630416305#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36316306msgid "reason of the update"16307msgstr "lý do cập nhật"1630816309#: builtin/tag.c:2516310msgid ""16311"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "16312"[<head>]"16313msgstr ""16314"git tag [-a | -s | -u <key-id>] [-f] [-m <msg>|-F <tập-tin>] <tên-thẻ> "16315"[<head>]"1631616317#: builtin/tag.c:2616318msgid "git tag -d <tagname>..."16319msgstr "git tag -d <tên-thẻ>…"1632016321#: builtin/tag.c:2716322msgid ""16323"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"16324"points-at <object>]\n"16325"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"16326msgstr ""16327"git tag -l [-n[<số>]] [--contains <lần_chuyển_giao>] [--no-contains "16328"<lần_chuyển_giao>] [--points-at <đối-tượng>]\n"16329"\t\t[--format=<định_dạng>] [--[no-]merged [<lần_chuyển_giao>]] [<mẫu>…]"1633016331#: builtin/tag.c:2916332msgid "git tag -v [--format=<format>] <tagname>..."16333msgstr "git tag -v [--format=<định_dạng>] <tên-thẻ>…"1633416335#: builtin/tag.c:8716336#, c-format16337msgid "tag '%s' not found."16338msgstr "không tìm thấy tìm thấy thẻ “%s”."1633916340#: builtin/tag.c:10316341#, c-format16342msgid "Deleted tag '%s' (was %s)\n"16343msgstr "Thẻ đã bị xóa “%s” (từng là %s)\n"1634416345#: builtin/tag.c:13316346#, c-format16347msgid ""16348"\n"16349"Write a message for tag:\n"16350" %s\n"16351"Lines starting with '%c' will be ignored.\n"16352msgstr ""16353"\n"16354"Viết các ghi chú cho thẻ:\n"16355" %s\n"16356"Những dòng được bắt đầu bằng “%c” sẽ được bỏ qua.\n"1635716358#: builtin/tag.c:13716359#, c-format16360msgid ""16361"\n"16362"Write a message for tag:\n"16363" %s\n"16364"Lines starting with '%c' will be kept; you may remove them yourself if you "16365"want to.\n"16366msgstr ""16367"\n"16368"Viết các ghi chú cho thẻ:\n"16369" %s\n"16370"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 "16371"nếu muốn.\n"1637216373#: builtin/tag.c:19116374msgid "unable to sign the tag"16375msgstr "không thể ký thẻ"1637616377#: builtin/tag.c:19316378msgid "unable to write tag file"16379msgstr "không thể ghi vào tập tin lưu thẻ"1638016381#: builtin/tag.c:21816382msgid "bad object type."16383msgstr "kiểu đối tượng sai."1638416385#: builtin/tag.c:26716386msgid "no tag message?"16387msgstr "không có chú thích gì cho cho thẻ à?"1638816389#: builtin/tag.c:27416390#, c-format16391msgid "The tag message has been left in %s\n"16392msgstr "Nội dung ghi chú còn lại %s\n"1639316394#: builtin/tag.c:38316395msgid "list tag names"16396msgstr "chỉ liệt kê tên các thẻ"1639716398#: builtin/tag.c:38516399msgid "print <n> lines of each tag message"16400msgstr "hiển thị <n> dòng cho mỗi ghi chú"1640116402#: builtin/tag.c:38716403msgid "delete tags"16404msgstr "xóa thẻ"1640516406#: builtin/tag.c:38816407msgid "verify tags"16408msgstr "thẩm tra thẻ"1640916410#: builtin/tag.c:39016411msgid "Tag creation options"16412msgstr "Tùy chọn tạo thẻ"1641316414#: builtin/tag.c:39216415msgid "annotated tag, needs a message"16416msgstr "để chú giải cho thẻ, cần một lời ghi chú"1641716418#: builtin/tag.c:39416419msgid "tag message"16420msgstr "phần chú thích cho thẻ"1642116422#: builtin/tag.c:39616423msgid "force edit of tag message"16424msgstr "ép buộc sửa thẻ lần commit"1642516426#: builtin/tag.c:39716427msgid "annotated and GPG-signed tag"16428msgstr "thẻ chú giải và ký kiểu GPG"1642916430#: builtin/tag.c:40116431msgid "use another key to sign the tag"16432msgstr "dùng kháo khác để ký thẻ"1643316434#: builtin/tag.c:40216435msgid "replace the tag if exists"16436msgstr "thay thế nếu thẻ đó đã có trước"1643716438#: builtin/tag.c:403 builtin/update-ref.c:36916439msgid "create a reflog"16440msgstr "tạo một reflog"1644116442#: builtin/tag.c:40516443msgid "Tag listing options"16444msgstr "Các tùy chọn liệt kê thẻ"1644516446#: builtin/tag.c:40616447msgid "show tag list in columns"16448msgstr "hiển thị danh sách thẻ trong các cột"1644916450#: builtin/tag.c:407 builtin/tag.c:40916451msgid "print only tags that contain the commit"16452msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"1645316454#: builtin/tag.c:408 builtin/tag.c:41016455msgid "print only tags that don't contain the commit"16456msgstr "chỉ hiển thị những thẻ mà nó không chứa lần chuyển giao"1645716458#: builtin/tag.c:41116459msgid "print only tags that are merged"16460msgstr "chỉ hiển thị những thẻ mà nó được hòa trộn"1646116462#: builtin/tag.c:41216463msgid "print only tags that are not merged"16464msgstr "chỉ hiển thị những thẻ mà nó không được hòa trộn"1646516466#: builtin/tag.c:41716467msgid "print only tags of the object"16468msgstr "chỉ hiển thị các thẻ của đối tượng"1646916470#: builtin/tag.c:46116471msgid "--column and -n are incompatible"16472msgstr "--column và -n xung khắc nhau"1647316474#: builtin/tag.c:48316475msgid "-n option is only allowed in list mode"16476msgstr "tùy chọn -n chỉ cho phép dùng trong chế độ liệt kê"1647716478#: builtin/tag.c:48516479msgid "--contains option is only allowed in list mode"16480msgstr "tùy chọn --contains chỉ cho phép dùng trong chế độ liệt kê"1648116482#: builtin/tag.c:48716483msgid "--no-contains option is only allowed in list mode"16484msgstr "tùy chọn --no-contains chỉ cho phép dùng trong chế độ liệt kê"1648516486#: builtin/tag.c:48916487msgid "--points-at option is only allowed in list mode"16488msgstr "tùy chọn --points-at chỉ cho phép dùng trong chế độ liệt kê"1648916490#: builtin/tag.c:49116491msgid "--merged and --no-merged options are only allowed in list mode"16492msgstr ""16493"tùy chọn --merged và --no-merged chỉ cho phép dùng trong chế độ liệt kê"1649416495#: builtin/tag.c:50216496msgid "only one -F or -m option is allowed."16497msgstr "chỉ có một tùy chọn -F hoặc -m là được phép."1649816499#: builtin/tag.c:52116500msgid "too many params"16501msgstr "quá nhiều đối số"1650216503#: builtin/tag.c:52716504#, c-format16505msgid "'%s' is not a valid tag name."16506msgstr "“%s” không phải thẻ hợp lệ."1650716508#: builtin/tag.c:53216509#, c-format16510msgid "tag '%s' already exists"16511msgstr "Thẻ “%s” đã tồn tại rồi"1651216513#: builtin/tag.c:56316514#, c-format16515msgid "Updated tag '%s' (was %s)\n"16516msgstr "Đã cập nhật thẻ “%s” (trước là %s)\n"1651716518#: builtin/unpack-objects.c:50016519msgid "Unpacking objects"16520msgstr "Đang giải nén các đối tượng"1652116522#: builtin/update-index.c:8216523#, c-format16524msgid "failed to create directory %s"16525msgstr "tạo thư mục \"%s\" gặp lỗi"1652616527#: builtin/update-index.c:9816528#, c-format16529msgid "failed to create file %s"16530msgstr "gặp lỗi khi tạo tập tin %s"1653116532#: builtin/update-index.c:10616533#, c-format16534msgid "failed to delete file %s"16535msgstr "gặp lỗi khi xóa tập tin %s"1653616537#: builtin/update-index.c:113 builtin/update-index.c:21916538#, c-format16539msgid "failed to delete directory %s"16540msgstr "gặp lỗi khi xóa thư mục %s"1654116542#: builtin/update-index.c:13816543#, c-format16544msgid "Testing mtime in '%s' "16545msgstr "Đang kiểm thử mtime trong “%s”"1654616547#: builtin/update-index.c:15216548msgid "directory stat info does not change after adding a new file"16549msgstr "thông tin thống kê thư mục không thay đổi sau khi thêm tập tin mới"1655016551#: builtin/update-index.c:16516552msgid "directory stat info does not change after adding a new directory"16553msgstr "thông tin thống kê thư mục không thay đổi sau khi thêm thư mục mới"1655416555#: builtin/update-index.c:17816556msgid "directory stat info changes after updating a file"16557msgstr "thông tin thống kê thư mục thay đổi sau khi cập nhật tập tin"1655816559#: builtin/update-index.c:18916560msgid "directory stat info changes after adding a file inside subdirectory"16561msgstr ""16562"thông tin thống kê thư mục thay đổi sau khi thêm tập tin mới vào trong thư "16563"mục con"1656416565#: builtin/update-index.c:20016566msgid "directory stat info does not change after deleting a file"16567msgstr "thông tin thống kê thư mục không thay đổi sau khi xóa tập tin"1656816569#: builtin/update-index.c:21316570msgid "directory stat info does not change after deleting a directory"16571msgstr "thông tin thống kê thư mục không thay đổi sau khi xóa thư mục"1657216573#: builtin/update-index.c:22016574msgid " OK"16575msgstr " Đồng ý"1657616577#: builtin/update-index.c:58816578msgid "git update-index [<options>] [--] [<file>...]"16579msgstr "git update-index [<các-tùy-chọn>] [--] [<tập-tin>…]"1658016581#: builtin/update-index.c:94416582msgid "continue refresh even when index needs update"16583msgstr "tiếp tục làm mới ngay cả khi bảng mục lục cần được cập nhật"1658416585#: builtin/update-index.c:94716586msgid "refresh: ignore submodules"16587msgstr "refresh: lờ đi mô-đun-con"1658816589#: builtin/update-index.c:95016590msgid "do not ignore new files"16591msgstr "không bỏ qua các tập tin mới tạo"1659216593#: builtin/update-index.c:95216594msgid "let files replace directories and vice-versa"16595msgstr "để các tập tin thay thế các thư mục và “vice-versa”"1659616597#: builtin/update-index.c:95416598msgid "notice files missing from worktree"16599msgstr "thông báo các tập-tin thiếu trong thư-mục làm việc"1660016601#: builtin/update-index.c:95616602msgid "refresh even if index contains unmerged entries"16603msgstr ""16604"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"1660516606#: builtin/update-index.c:95916607msgid "refresh stat information"16608msgstr "lấy lại thông tin thống kê"1660916610#: builtin/update-index.c:96316611msgid "like --refresh, but ignore assume-unchanged setting"16612msgstr "giống --refresh, nhưng bỏ qua các cài đặt “assume-unchanged”"1661316614#: builtin/update-index.c:96716615msgid "<mode>,<object>,<path>"16616msgstr "<chế_độ>,<đối_tượng>,<đường_dẫn>"1661716618#: builtin/update-index.c:96816619msgid "add the specified entry to the index"16620msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục"1662116622#: builtin/update-index.c:97716623msgid "mark files as \"not changing\""16624msgstr "Đánh dấu các tập tin là \"không thay đổi\""1662516626#: builtin/update-index.c:98016627msgid "clear assumed-unchanged bit"16628msgstr "xóa bít assumed-unchanged (giả định là không thay đổi)"1662916630#: builtin/update-index.c:98316631msgid "mark files as \"index-only\""16632msgstr "đánh dấu các tập tin là “chỉ-đọc”"1663316634#: builtin/update-index.c:98616635msgid "clear skip-worktree bit"16636msgstr "xóa bít skip-worktree"1663716638#: builtin/update-index.c:98916639msgid "add to index only; do not add content to object database"16640msgstr ""16641"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"1664216643#: builtin/update-index.c:99116644msgid "remove named paths even if present in worktree"16645msgstr ""16646"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 "16647"làm việc"1664816649#: builtin/update-index.c:99316650msgid "with --stdin: input lines are terminated by null bytes"16651msgstr "với tùy chọn --stdin: các dòng đầu vào được chấm dứt bởi ký tự null"1665216653#: builtin/update-index.c:99516654msgid "read list of paths to be updated from standard input"16655msgstr "đọc danh sách đường dẫn cần cập nhật từ đầu vào tiêu chuẩn"1665616657#: builtin/update-index.c:99916658msgid "add entries from standard input to the index"16659msgstr "không thể đọc các mục từ đầu vào tiêu chuẩn vào bảng mục lục"1666016661#: builtin/update-index.c:100316662msgid "repopulate stages #2 and #3 for the listed paths"16663msgstr "phục hồi các trạng thái #2 và #3 cho các đường dẫn được liệt kê"1666416665#: builtin/update-index.c:100716666msgid "only update entries that differ from HEAD"16667msgstr "chỉ cập nhật các mục tin mà nó khác biệt so với HEAD"1666816669#: builtin/update-index.c:101116670msgid "ignore files missing from worktree"16671msgstr "bỏ qua các tập-tin thiếu trong thư-mục làm việc"1667216673#: builtin/update-index.c:101416674msgid "report actions to standard output"16675msgstr "báo cáo các thao tác ra thiết bị xuất chuẩn"1667616677#: builtin/update-index.c:101616678msgid "(for porcelains) forget saved unresolved conflicts"16679msgstr "(cho “porcelains”) quên các xung đột chưa được giải quyết đã ghi"1668016681#: builtin/update-index.c:102016682msgid "write index in this format"16683msgstr "ghi mục lục ở định dạng này"1668416685#: builtin/update-index.c:102216686msgid "enable or disable split index"16687msgstr "bật/tắt chia cắt bảng mục lục"1668816689#: builtin/update-index.c:102416690msgid "enable/disable untracked cache"16691msgstr "bật/tắt bộ đệm không theo vết"1669216693#: builtin/update-index.c:102616694msgid "test if the filesystem supports untracked cache"16695msgstr "kiểm tra xem hệ thống tập tin có hỗ trợ đệm không theo dõi hay không"1669616697#: builtin/update-index.c:102816698msgid "enable untracked cache without testing the filesystem"16699msgstr "bật bộ đệm không theo vết mà không kiểm tra hệ thống tập tin"1670016701#: builtin/update-index.c:103016702msgid "write out the index even if is not flagged as changed"16703msgstr "ghi ra mục lục ngay cả khi không được đánh cờ là có thay đổi"1670416705#: builtin/update-index.c:103216706msgid "enable or disable file system monitor"16707msgstr "bật/tắt theo dõi hệ thống tập tin"1670816709#: builtin/update-index.c:103416710msgid "mark files as fsmonitor valid"16711msgstr "đánh dấu các tập tin là hợp lệ fsmonitor"1671216713#: builtin/update-index.c:103716714msgid "clear fsmonitor valid bit"16715msgstr "xóa bít hợp lệ fsmonitor"1671616717#: builtin/update-index.c:113616718msgid ""16719"core.splitIndex is set to false; remove or change it, if you really want to "16720"enable split index"16721msgstr ""16722"core.splitIndex được đặt là sai; xóa bỏ hay thay đổi nó, nếu bạn thực sự "16723"muốn bật chia tách mục lục"1672416725#: builtin/update-index.c:114516726msgid ""16727"core.splitIndex is set to true; remove or change it, if you really want to "16728"disable split index"16729msgstr ""16730"core.splitIndex được đặt là đúng; xóa bỏ hay thay đổi nó, nếu bạn thực sự "16731"muốn tắt chia tách mục lục"1673216733#: builtin/update-index.c:115616734msgid ""16735"core.untrackedCache is set to true; remove or change it, if you really want "16736"to disable the untracked cache"16737msgstr ""16738"core.untrackedCache được đặt là đúng; xóa bỏ hay thay đổi nó, nếu bạn thực "16739"sự muốn tắt bộ đệm chưa theo dõi"1674016741#: builtin/update-index.c:116016742msgid "Untracked cache disabled"16743msgstr "Nhớ đệm không theo vết bị tắt"1674416745#: builtin/update-index.c:116816746msgid ""16747"core.untrackedCache is set to false; remove or change it, if you really want "16748"to enable the untracked cache"16749msgstr ""16750"core.untrackedCache được đặt là sai; xóa bỏ hay thay đổi nó, nếu bạn thực sự "16751"muốn bật bộ đệm chưa theo dõi"1675216753#: builtin/update-index.c:117216754#, c-format16755msgid "Untracked cache enabled for '%s'"16756msgstr "Nhớ đệm không theo vết được bật cho “%s”"1675716758#: builtin/update-index.c:118016759msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"16760msgstr ""16761"core.fsmonitor chưa được đặt; đặt nó nếu bạn thực sự muốn bật theo dõi hệ "16762"thống tập tin"1676316764#: builtin/update-index.c:118416765msgid "fsmonitor enabled"16766msgstr "fsmonitor được bật"1676716768#: builtin/update-index.c:118716769msgid ""16770"core.fsmonitor is set; remove it if you really want to disable fsmonitor"16771msgstr ""16772"core.fsmonitor đã được đặt; bỏ đặt nó nếu bạn thực sự muốn bật theo dõi hệ "16773"thống tập tin"1677416775#: builtin/update-index.c:119116776msgid "fsmonitor disabled"16777msgstr "fsmonitor bị tắt"1677816779#: builtin/update-ref.c:1016780msgid "git update-ref [<options>] -d <refname> [<old-val>]"16781msgstr "git update-ref [<các-tùy-chọn>] -d <refname> [<biến-cũ>]"1678216783#: builtin/update-ref.c:1116784msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"16785msgstr "git update-ref [<các-tùy-chọn>] <refname> <biến-mới> [<biến-cũ>]"1678616787#: builtin/update-ref.c:1216788msgid "git update-ref [<options>] --stdin [-z]"16789msgstr "git update-ref [<các-tùy-chọn>] --stdin [-z]"1679016791#: builtin/update-ref.c:36416792msgid "delete the reference"16793msgstr "xóa tham chiếu"1679416795#: builtin/update-ref.c:36616796msgid "update <refname> not the one it points to"16797msgstr "cập nhật <tên-tham-chiếu> không phải cái nó chỉ tới"1679816799#: builtin/update-ref.c:36716800msgid "stdin has NUL-terminated arguments"16801msgstr "đầu vào tiêu chuẩn có các đối số được chấm dứt bởi NUL"1680216803#: builtin/update-ref.c:36816804msgid "read updates from stdin"16805msgstr "đọc cập nhật từ đầu vào tiêu chuẩn"1680616807#: builtin/update-server-info.c:716808msgid "git update-server-info [--force]"16809msgstr "git update-server-info [--force]"1681016811#: builtin/update-server-info.c:1516812msgid "update the info files from scratch"16813msgstr "cập nhật các tập tin thông tin từ điểm xuất phát"1681416815#: builtin/upload-pack.c:1116816msgid "git upload-pack [<options>] <dir>"16817msgstr "git upload-pack [<các-tùy-chọn>] </đường/dẫn>"1681816819#: builtin/upload-pack.c:2516820msgid "exit immediately after initial ref advertisement"16821msgstr "thoát ngay sau khi khởi tạo quảng cáo tham chiếu"1682216823#: builtin/upload-pack.c:2716824msgid "do not try <directory>/.git/ if <directory> is no Git directory"16825msgstr "đừng thử <thư_mục>/.git/ nếu <thư_mục> không phải là thư mục Git"1682616827#: builtin/upload-pack.c:2916828msgid "interrupt transfer after <n> seconds of inactivity"16829msgstr "ngắt truyền thông sau <n> giây không hoạt động"1683016831#: builtin/verify-commit.c:2016832msgid "git verify-commit [-v | --verbose] <commit>..."16833msgstr "git verify-commit [-v | --verbose] <lần_chuyển_giao>…"1683416835#: builtin/verify-commit.c:7616836msgid "print commit contents"16837msgstr "hiển thị nội dung của lần chuyển giao"1683816839#: builtin/verify-commit.c:77 builtin/verify-tag.c:3816840msgid "print raw gpg status output"16841msgstr "in kết xuất trạng thái gpg dạng thô"1684216843#: builtin/verify-pack.c:5516844msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."16845msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <gói>…"1684616847#: builtin/verify-pack.c:6516848msgid "verbose"16849msgstr "chi tiết"1685016851#: builtin/verify-pack.c:6716852msgid "show statistics only"16853msgstr "chỉ hiển thị thống kê"1685416855#: builtin/verify-tag.c:1916856msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."16857msgstr "git verify-tag [-v | --verbose] [--format=<định_dạng>] <thẻ>…"1685816859#: builtin/verify-tag.c:3716860msgid "print tag contents"16861msgstr "hiển thị nội dung của thẻ"1686216863#: builtin/worktree.c:1716864msgid "git worktree add [<options>] <path> [<commit-ish>]"16865msgstr "git worktree add [<các-tùy-chọn>] <đường-dẫn> [<commit-ish>]"1686616867#: builtin/worktree.c:1816868msgid "git worktree list [<options>]"16869msgstr "git worktree list [<các-tùy-chọn>]"1687016871#: builtin/worktree.c:1916872msgid "git worktree lock [<options>] <path>"16873msgstr "git worktree lock [<các-tùy-chọn>] </đường/dẫn>"1687416875#: builtin/worktree.c:2016876msgid "git worktree move <worktree> <new-path>"16877msgstr "git worktree move <worktree> </đường/dẫn/mới>"1687816879#: builtin/worktree.c:2116880msgid "git worktree prune [<options>]"16881msgstr "git worktree prune [<các-tùy-chọn>]"1688216883#: builtin/worktree.c:2216884msgid "git worktree remove [<options>] <worktree>"16885msgstr "git worktree remove [<các-tùy-chọn>] <worktree>"1688616887#: builtin/worktree.c:2316888msgid "git worktree unlock <path>"16889msgstr "git worktree unlock </đường/dẫn>"1689016891#: builtin/worktree.c:5916892#, c-format16893msgid "Removing worktrees/%s: not a valid directory"16894msgstr "Gỡ bỏ cây làm việc/%s: không phải là thư mục hợp lệ"1689516896#: builtin/worktree.c:6516897#, c-format16898msgid "Removing worktrees/%s: gitdir file does not exist"16899msgstr "Gỡ bỏ cây làm việc/%s: không có tập tin gitdir"1690016901#: builtin/worktree.c:70 builtin/worktree.c:7916902#, c-format16903msgid "Removing worktrees/%s: unable to read gitdir file (%s)"16904msgstr "Gỡ bỏ cây làm việc/%s: không thể đọc tập tin gitdir (%s)"1690516906#: builtin/worktree.c:8916907#, c-format16908msgid ""16909"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "16910"%<PRIuMAX>)"16911msgstr "Gỡ bỏ cây làm việc/%s: đọc ngắn (cần %<PRIuMAX> byte, đọc %<PRIuMAX>)"1691216913#: builtin/worktree.c:9716914#, c-format16915msgid "Removing worktrees/%s: invalid gitdir file"16916msgstr "Gỡ bỏ cây làm việc/%s: tập tin gitdir không hợp lệ"1691716918#: builtin/worktree.c:10616919#, c-format16920msgid "Removing worktrees/%s: gitdir file points to non-existent location"16921msgstr "Gỡ bỏ cây làm việc/%s: tập tin gitdir chỉ đến vị trí không tồn tại"1692216923#: builtin/worktree.c:15316924msgid "report pruned working trees"16925msgstr "báo cáo các cây làm việc đã prune"1692616927#: builtin/worktree.c:15516928msgid "expire working trees older than <time>"16929msgstr "các cây làm việc hết hạn cũ hơn khoảng <thời gian>"1693016931#: builtin/worktree.c:23016932#, c-format16933msgid "'%s' already exists"16934msgstr "“%s” đã có từ trước rồi"1693516936#: builtin/worktree.c:26116937#, c-format16938msgid "could not create directory of '%s'"16939msgstr "không thể tạo thư mục của “%s”"1694016941#: builtin/worktree.c:380 builtin/worktree.c:38616942#, c-format16943msgid "Preparing worktree (new branch '%s')"16944msgstr "Đang chuẩn bị cây làm việc (nhánh mới “%s”)"1694516946#: builtin/worktree.c:38216947#, c-format16948msgid "Preparing worktree (resetting branch '%s'; was at %s)"16949msgstr "Đang chuẩn bị cây làm việc (đang cài đặt nhánh “%s”, trước đây tại %s)"1695016951#: builtin/worktree.c:39116952#, c-format16953msgid "Preparing worktree (checking out '%s')"16954msgstr "Đang chuẩn bị cây làm việc (đang lấy ra “%s”)"1695516956#: builtin/worktree.c:39716957#, c-format16958msgid "Preparing worktree (detached HEAD %s)"16959msgstr "Đang chuẩn bị cây làm việc (HEAD đã tách rời “%s”)"1696016961#: builtin/worktree.c:43816962msgid "checkout <branch> even if already checked out in other worktree"16963msgstr "lấy ra <nhánh> ngay cả khi nó đã được lấy ra ở cây làm việc khác"1696416965#: builtin/worktree.c:44116966msgid "create a new branch"16967msgstr "tạo nhánh mới"1696816969#: builtin/worktree.c:44316970msgid "create or reset a branch"16971msgstr "tạo hay đặt lại một nhánh"1697216973#: builtin/worktree.c:44516974msgid "populate the new working tree"16975msgstr "di chuyển cây làm việc mới"1697616977#: builtin/worktree.c:44616978msgid "keep the new working tree locked"16979msgstr "giữ cây làm việc mới bị khóa"1698016981#: builtin/worktree.c:44916982msgid "set up tracking mode (see git-branch(1))"16983msgstr "cài đặt chế độ theo dõi (xem git-branch(1))"1698416985#: builtin/worktree.c:45216986msgid "try to match the new branch name with a remote-tracking branch"16987msgstr "có khớp tên tên nhánh mới với một nhánh theo dõi máy chủ"1698816989#: builtin/worktree.c:46016990msgid "-b, -B, and --detach are mutually exclusive"16991msgstr "Các tùy chọn -b, -B, và --detach loại từ lẫn nhau"1699216993#: builtin/worktree.c:52116994msgid "--[no-]track can only be used if a new branch is created"16995msgstr "--[no-]track chỉ có thể được dùng nếu một nhánh mới được tạo"1699616997#: builtin/worktree.c:62116998msgid "reason for locking"16999msgstr "lý do khóa"1700017001#: builtin/worktree.c:633 builtin/worktree.c:666 builtin/worktree.c:72017002#: builtin/worktree.c:86017003#, c-format17004msgid "'%s' is not a working tree"17005msgstr "%s không phải là cây làm việc"1700617007#: builtin/worktree.c:635 builtin/worktree.c:66817008msgid "The main working tree cannot be locked or unlocked"17009msgstr "Cây thư mục làm việc chính không thể khóa hay bỏ khóa được"1701017011#: builtin/worktree.c:64017012#, c-format17013msgid "'%s' is already locked, reason: %s"17014msgstr "“%s” đã được khóa rồi, lý do: %s"1701517016#: builtin/worktree.c:64217017#, c-format17018msgid "'%s' is already locked"17019msgstr "“%s” đã được khóa rồi"1702017021#: builtin/worktree.c:67017022#, c-format17023msgid "'%s' is not locked"17024msgstr "“%s” chưa bị khóa"1702517026#: builtin/worktree.c:69517027msgid "working trees containing submodules cannot be moved or removed"17028msgstr "cây làm việc có chứa mô-đun-con không thể di chuyển hay xóa bỏ"1702917030#: builtin/worktree.c:722 builtin/worktree.c:86217031#, c-format17032msgid "'%s' is a main working tree"17033msgstr "“%s” là cây làm việc chính"1703417035#: builtin/worktree.c:72717036#, c-format17037msgid "could not figure out destination name from '%s'"17038msgstr "không thể phác họa ra tên đích đến “%s”"1703917040#: builtin/worktree.c:73317041#, c-format17042msgid "target '%s' already exists"17043msgstr "đích “%s” đã tồn tại rồi"1704417045#: builtin/worktree.c:74017046#, c-format17047msgid "cannot move a locked working tree, lock reason: %s"17048msgstr "không thể di chuyển một cây-làm-việc bị khóa, khóa vì: %s"1704917050#: builtin/worktree.c:74217051msgid "cannot move a locked working tree"17052msgstr "không thể di chuyển một cây-làm-việc bị khóa"1705317054#: builtin/worktree.c:74517055#, c-format17056msgid "validation failed, cannot move working tree: %s"17057msgstr "thẩm tra gặp lỗi, không thể di chuyển một cây-làm-việc: %s"1705817059#: builtin/worktree.c:75017060#, c-format17061msgid "failed to move '%s' to '%s'"17062msgstr "gặp lỗi khi chuyển “%s” sang “%s”"1706317064#: builtin/worktree.c:79817065#, c-format17066msgid "failed to run 'git status' on '%s'"17067msgstr "gặp lỗi khi chạy “git status” vào “%s”"1706817069#: builtin/worktree.c:80217070#, c-format17071msgid "'%s' is dirty, use --force to delete it"17072msgstr "“%s” đang bẩn, hãy dùng --force để xóa nó"1707317074#: builtin/worktree.c:80717075#, c-format17076msgid "failed to run 'git status' on '%s', code %d"17077msgstr "gặp lỗi khi chạy “git status” trong “%s”, mã %d"1707817079#: builtin/worktree.c:818 builtin/worktree.c:83217080#, c-format17081msgid "failed to delete '%s'"17082msgstr "gặp lỗi khi xóa “%s”"1708317084#: builtin/worktree.c:84417085msgid "force removing even if the worktree is dirty"17086msgstr "ép buộc di chuyển thậm chí cả khi cây làm việc đang bẩn"1708717088#: builtin/worktree.c:86617089#, c-format17090msgid "cannot remove a locked working tree, lock reason: %s"17091msgstr "không thể gỡ bỏ một cây-làm-việc bị khóa, khóa vì: %s"1709217093#: builtin/worktree.c:86817094msgid "cannot remove a locked working tree"17095msgstr "không thể gỡ bỏ một cây-làm-việc bị khóa"1709617097#: builtin/worktree.c:87117098#, c-format17099msgid "validation failed, cannot remove working tree: %s"17100msgstr "thẩm tra gặp lỗi, không thể gỡ bỏ một cây-làm-việc: %s"1710117102#: builtin/write-tree.c:1417103msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"17104msgstr "git write-tree [--missing-ok] [--prefix=<tiền-tố>/]"1710517106#: builtin/write-tree.c:2717107msgid "<prefix>/"17108msgstr "<tiền tố>/"1710917110#: builtin/write-tree.c:2817111msgid "write tree object for a subdirectory <prefix>"17112msgstr "ghi đối tượng cây (tree) cho <tiền tố> thư mục con"1711317114#: builtin/write-tree.c:3017115msgid "only useful for debugging"17116msgstr "chỉ hữu ích khi cần gỡ lỗi"1711717118#: credential-cache--daemon.c:22217119#, c-format17120msgid ""17121"The permissions on your socket directory are too loose; other\n"17122"users may be able to read your cached credentials. Consider running:\n"17123"\n"17124"\tchmod 0700 %s"17125msgstr ""17126"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"17127"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"17128"\n"17129"\tchmod 0700 %s"1713017131#: credential-cache--daemon.c:27117132msgid "print debugging messages to stderr"17133msgstr "in thông tin gỡ lỗi ra đầu ra lỗi tiêu chuẩn"1713417135#: git.c:2717136msgid ""17137"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"17138" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"17139" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"17140"bare]\n"17141" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"17142" <command> [<args>]"17143msgstr ""17144"git [--version] [--help] [-C </đường/dẫn/>] [-c <tên>=<giá trị>]\n"17145" [--exec-path[=</đường/dẫn/>]] [--html-path] [--man-path] [--info-"17146"path]\n"17147" [-p | --paginate | -P --no-pager] [--no-replace-objects] [--"17148"bare]\n"17149" [--git-dir=</đường/dẫn/>] [--work-tree=</đường/dẫn/>] [--"17150"namespace=<tên>]\n"17151" <lệnh> [<các tham số>]"1715217153#: git.c:3417154msgid ""17155"'git help -a' and 'git help -g' list available subcommands and some\n"17156"concept guides. See 'git help <command>' or 'git help <concept>'\n"17157"to read about a specific subcommand or concept."17158msgstr ""17159"“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"17160"hướng dẫn về khái niệm. Xem “git help <lệnh>” hay “git help <khái-niệm>”\n"17161"để xem các đặc tả cho lệnh hay khái niệm cụ thể."1716217163#: git.c:17317164#, c-format17165msgid "no directory given for --git-dir\n"17166msgstr "chưa chỉ ra thư mục cho --git-dir\n"1716717168#: git.c:18717169#, c-format17170msgid "no namespace given for --namespace\n"17171msgstr "chưa đưa ra không gian làm việc cho --namespace\n"1717217173#: git.c:20117174#, c-format17175msgid "no directory given for --work-tree\n"17176msgstr "chưa đưa ra cây làm việc cho --work-tree\n"1717717178#: git.c:21517179#, c-format17180msgid "no prefix given for --super-prefix\n"17181msgstr "chưa đưa ra tiền tố cho --super-prefix\n"1718217183#: git.c:23717184#, c-format17185msgid "-c expects a configuration string\n"17186msgstr "-c cần một chuỗi cấu hình\n"1718717188#: git.c:27517189#, c-format17190msgid "no directory given for -C\n"17191msgstr ""17192"chưa đưa ra thư mục cho -C\n"17193"\n"1719417195#: git.c:30017196#, c-format17197msgid "unknown option: %s\n"17198msgstr "không hiểu tùy chọn: %s\n"1719917200#: git.c:77017201#, c-format17202msgid "expansion of alias '%s' failed; '%s' is not a git command\n"17203msgstr "gặp lỗi khi khai triển bí danh “%s”; “%s” không phải là lệnh git\n"1720417205#: git.c:78217206#, c-format17207msgid "failed to run command '%s': %s\n"17208msgstr "gặp lỗi khi chạy lệnh “%s”: %s\n"1720917210#: http.c:34817211#, c-format17212msgid "negative value for http.postbuffer; defaulting to %d"17213msgstr "giá trị âm cho http.postbuffer; mặc định là %d"1721417215#: http.c:36917216msgid "Delegation control is not supported with cURL < 7.22.0"17217msgstr "Điều khiển giao quyền không được hỗ trợ với cURL < 7.22.0"1721817219#: http.c:37817220msgid "Public key pinning not supported with cURL < 7.44.0"17221msgstr "Chốt khóa công không được hỗ trợ với cURL < 7.44.0"1722217223#: http.c:185417224#, c-format17225msgid ""17226"unable to update url base from redirection:\n"17227" asked for: %s\n"17228" redirect: %s"17229msgstr ""17230"không thể cập nhật dựa trên cơ sở url từ chuyển hướng:\n"17231" hỏi cho: %s\n"17232" chuyển hướng: %s"1723317234#: remote-curl.c:40117235#, c-format17236msgid "redirecting to %s"17237msgstr "chuyển hướng đến %s"1723817239#: list-objects-filter-options.h:5917240msgid "args"17241msgstr "các_tham_số"1724217243#: list-objects-filter-options.h:6017244msgid "object filtering"17245msgstr "lọc đối tượng"1724617247#: parse-options.h:15717248msgid "expiry-date"17249msgstr "ngày hết hạn"1725017251#: parse-options.h:17217252msgid "no-op (backward compatibility)"17253msgstr "no-op (tương thích ngược)"1725417255#: parse-options.h:25117256msgid "be more verbose"17257msgstr "chi tiết hơn nữa"1725817259#: parse-options.h:25317260msgid "be more quiet"17261msgstr "im lặng hơn nữa"1726217263#: parse-options.h:25917264msgid "use <n> digits to display SHA-1s"17265msgstr "sử dụng <n> chữ số để hiển thị SHA-1s"1726617267#: command-list.h:5017268msgid "Add file contents to the index"17269msgstr "Thêm nội dung tập tin vào bảng mục lục"1727017271#: command-list.h:5117272msgid "Apply a series of patches from a mailbox"17273msgstr "Áp dụng một chuỗi các miếng và từ một mailbox"1727417275#: command-list.h:5217276msgid "Annotate file lines with commit information"17277msgstr "Các dòng diễn giải tập tin với thông tin chuyển giao"1727817279#: command-list.h:5317280msgid "Apply a patch to files and/or to the index"17281msgstr ""17282"Á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"1728317284#: command-list.h:5417285msgid "Import an Arch repository into Git"17286msgstr "Nhập một kho Arch vào một kho Git"1728717288#: command-list.h:5517289msgid "Create an archive of files from a named tree"17290msgstr "Tạo một kho nén các tập tin từ cây làm việc có tên"1729117292#: command-list.h:5617293msgid "Use binary search to find the commit that introduced a bug"17294msgstr "Tìm kiếm dạng nhị phân để tìm ra lần chuyển giao nào đưa ra lỗi"1729517296#: command-list.h:5717297msgid "Show what revision and author last modified each line of a file"17298msgstr ""17299"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 "17300"tin"1730117302#: command-list.h:5817303msgid "List, create, or delete branches"17304msgstr "Liệt kê, tạo hay là xóa các nhánh"1730517306#: command-list.h:5917307msgid "Move objects and refs by archive"17308msgstr "Di chuyển các đối tượng và tham chiếu theo kho lưu"1730917310#: command-list.h:6017311msgid "Provide content or type and size information for repository objects"17312msgstr "Cung cấp nội dung hoặc thông tin về kiểu và cỡ cho các đối tượng kho"1731317314#: command-list.h:6117315msgid "Display gitattributes information"17316msgstr "Hiển thị thông tin gitattributes"1731717318#: command-list.h:6217319msgid "Debug gitignore / exclude files"17320msgstr "Gỡ lỗi các tập tin gitignore / exclude"1732117322#: command-list.h:6317323msgid "Show canonical names and email addresses of contacts"17324msgstr "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"1732517326#: command-list.h:6417327msgid "Switch branches or restore working tree files"17328msgstr "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"1732917330#: command-list.h:6517331msgid "Copy files from the index to the working tree"17332msgstr "Sao chép các tập tin từ mục lục ra cây làm việc"1733317334#: command-list.h:6617335msgid "Ensures that a reference name is well formed"17336msgstr "Đảm bảo rằng một tên tham chiếu ở dạng thức tốt"1733717338#: command-list.h:6717339msgid "Find commits yet to be applied to upstream"17340msgstr "Tìm những lần chuyển giao còn chưa được áp dụng lên thượng nguồn"1734117342#: command-list.h:6817343msgid "Apply the changes introduced by some existing commits"17344msgstr "Áp dụng các thay đổi được đưa ra bởi một số lần chuyển giao sẵn có"1734517346#: command-list.h:6917347msgid "Graphical alternative to git-commit"17348msgstr "Tương tác đồ họa với git-commit"1734917350#: command-list.h:7017351msgid "Remove untracked files from the working tree"17352msgstr "Gỡ bỏ các tập tin không được theo dõi từ cây làm việc"1735317354#: command-list.h:7117355msgid "Clone a repository into a new directory"17356msgstr "Nhân bản một kho chứa đến một thư mục mới"1735717358#: command-list.h:7217359msgid "Display data in columns"17360msgstr "Hiển thị dữ liệu dạng các cột"1736117362#: command-list.h:7317363msgid "Record changes to the repository"17364msgstr "Ghi các thay đổi vào kho chứa"1736517366#: command-list.h:7417367msgid "Write and verify Git commit graph files"17368msgstr "Ghi và thẩm tra các tập tin đồ họa các lền chuyển giao git"1736917370#: command-list.h:7517371msgid "Create a new commit object"17372msgstr "Tạo một đối tượng chuyển giao"1737317374#: command-list.h:7617375msgid "Get and set repository or global options"17376msgstr "Lấy và đặt kho hoặc các tùy chọn toàn cục"1737717378#: command-list.h:7717379msgid "Count unpacked number of objects and their disk consumption"17380msgstr ""17381"Đế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"1738217383#: command-list.h:7817384msgid "Retrieve and store user credentials"17385msgstr "Nhận và lưu chứng nhận của người dùng"1738617387#: command-list.h:7917388msgid "Helper to temporarily store passwords in memory"17389msgstr "Bộ hỗ trợ để lưu mật khẩu tạm thời trong bộ nhớ"1739017391#: command-list.h:8017392msgid "Helper to store credentials on disk"17393msgstr "Bộ hỗ trợ để lưu chứng nhận vào đĩa"1739417395#: command-list.h:8117396msgid "Export a single commit to a CVS checkout"17397msgstr "Xuất một lần chuyển giao thành một lần lấy ra CVS"1739817399#: command-list.h:8217400msgid "Salvage your data out of another SCM people love to hate"17401msgstr "Xem xét giá trị dữ liệu của bạn khỏi người khác yêu SCM để ghét"1740217403#: command-list.h:8317404msgid "A CVS server emulator for Git"17405msgstr "Một bộ mô phỏng máy dịch vụ CVS cho Git"1740617407#: command-list.h:8417408msgid "A really simple server for Git repositories"17409msgstr "Một máy phục vụ thực sự đơn giản dành cho kho Git"1741017411#: command-list.h:8517412msgid "Give an object a human readable name based on an available ref"17413msgstr ""17414"Đư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 "17415"tham chiếu sẵn có"1741617417#: command-list.h:8617418msgid "Show changes between commits, commit and working tree, etc"17419msgstr ""17420"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 "17421"làm việc, v.v.."1742217423#: command-list.h:8717424msgid "Compares files in the working tree and the index"17425msgstr "So sánh các tập tin trong cây làm việc và bảng mục lục"1742617427#: command-list.h:8817428msgid "Compare a tree to the working tree or index"17429msgstr "So sánh các cây trong cây làm việc hoặc bảng mục lục"1743017431#: command-list.h:8917432msgid "Compares the content and mode of blobs found via two tree objects"17433msgstr ""17434"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"1743517436#: command-list.h:9017437msgid "Show changes using common diff tools"17438msgstr "Hiển thị các thay đổi sử dụng các công cụ diff chung"1743917440#: command-list.h:9117441msgid "Git data exporter"17442msgstr "Bộ xuất dữ liệu Git"1744317444#: command-list.h:9217445msgid "Backend for fast Git data importers"17446msgstr "Ứng dụng chạy phía sau cho bộ nhập nhanh dữ liệu Git"1744717448#: command-list.h:9317449msgid "Download objects and refs from another repository"17450msgstr "Tải về các đối tượng và tham chiếu từ kho chứa khác"1745117452#: command-list.h:9417453msgid "Receive missing objects from another repository"17454msgstr "Tải về các đối tượng còn thiếu từ kho chứa khác"1745517456#: command-list.h:9517457msgid "Rewrite branches"17458msgstr "Những nhánh ghi lại"1745917460#: command-list.h:9617461msgid "Produce a merge commit message"17462msgstr "Sản sinh một ghi chú lần chuyển giao hòa trộn"1746317464#: command-list.h:9717465msgid "Output information on each ref"17466msgstr "Xuất thông tin cho từng tham chiếu"1746717468#: command-list.h:9817469msgid "Prepare patches for e-mail submission"17470msgstr "Chuẩn bị các miếng vá để gửi qua thư điện tử"1747117472#: command-list.h:9917473msgid "Verifies the connectivity and validity of the objects in the database"17474msgstr ""17475"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ữ "17476"liệu"1747717478#: command-list.h:10017479msgid "Cleanup unnecessary files and optimize the local repository"17480msgstr "Dọn dẹp các tập tin không cần thiết và tối ưu kho nội bộ"1748117482#: command-list.h:10117483msgid "Extract commit ID from an archive created using git-archive"17484msgstr ""17485"Rút trích mã số lần chuyển giao từ một kho nén đã được tạo bởi git-archive"1748617487#: command-list.h:10217488msgid "Print lines matching a pattern"17489msgstr "In ra những dòng khớp với một mẫu"1749017491#: command-list.h:10317492msgid "A portable graphical interface to Git"17493msgstr "Một giao diện đồ họa khả chuyển cho Git"1749417495#: command-list.h:10417496msgid "Compute object ID and optionally creates a blob from a file"17497msgstr "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"1749817499#: command-list.h:10517500msgid "Display help information about Git"17501msgstr "Hiển thị thông tin trợ giúp về Git"1750217503#: command-list.h:10617504msgid "Server side implementation of Git over HTTP"17505msgstr "Thi hành phía máy chủ của Git qua HTTP"1750617507#: command-list.h:10717508msgid "Download from a remote Git repository via HTTP"17509msgstr "Tải về từ một kho chứa Git trên mạng thông qua HTTP"1751017511#: command-list.h:10817512msgid "Push objects over HTTP/DAV to another repository"17513msgstr "Đẩy các đối tượng lên thông qua HTTP/DAV đến kho chứa khác"1751417515#: command-list.h:10917516msgid "Send a collection of patches from stdin to an IMAP folder"17517msgstr ""17518"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"1751917520#: command-list.h:11017521msgid "Build pack index file for an existing packed archive"17522msgstr "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ó"1752317524#: command-list.h:11117525msgid "Create an empty Git repository or reinitialize an existing one"17526msgstr "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"1752717528#: command-list.h:11217529msgid "Instantly browse your working repository in gitweb"17530msgstr "Duyệt ngay kho làm việc của bạn trong gitweb"1753117532#: command-list.h:11317533msgid "add or parse structured information in commit messages"17534msgstr "thêm hay phân tích thông tin cấu trúc trong ghi chú lần chuyển giao"1753517536#: command-list.h:11417537msgid "The Git repository browser"17538msgstr "Bộ duyện kho Git"1753917540#: command-list.h:11517541msgid "Show commit logs"17542msgstr "Hiển thị nhật ký các lần chuyển giao"1754317544#: command-list.h:11617545msgid "Show information about files in the index and the working tree"17546msgstr "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"1754717548#: command-list.h:11717549msgid "List references in a remote repository"17550msgstr "Liệt kê các tham chiếu trong một kho chứa trên mạng"1755117552#: command-list.h:11817553msgid "List the contents of a tree object"17554msgstr "Liệt kê nội dung của đối tượng cây"1755517556#: command-list.h:11917557msgid "Extracts patch and authorship from a single e-mail message"17558msgstr "Trích xuất miếng và và nguồn tác giả từ một thư điện tử đơn"1755917560#: command-list.h:12017561msgid "Simple UNIX mbox splitter program"17562msgstr "Chương trình phân tách UNIX mbox đơn giản"1756317564#: command-list.h:12117565msgid "Join two or more development histories together"17566msgstr "Hợp nhất hai hay nhiều hơn lịch sử của các nhà phát triển"1756717568#: command-list.h:12217569msgid "Find as good common ancestors as possible for a merge"17570msgstr "Tìm các tổ tiên chung tốt có thể được cho hòa trộn"1757117572#: command-list.h:12317573msgid "Run a three-way file merge"17574msgstr "Chạy một hòa trộn tập tin “3-đường”"1757517576#: command-list.h:12417577msgid "Run a merge for files needing merging"17578msgstr "Chạy một hòa trộn cho các tập tin cần hòa trộn"1757917580#: command-list.h:12517581msgid "The standard helper program to use with git-merge-index"17582msgstr "Một chương trình hỗ trợ tiêu chuẩn dùng với git-merge-index"1758317584#: command-list.h:12617585msgid "Run merge conflict resolution tools to resolve merge conflicts"17586msgstr ""17587"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 "17588"trộn"1758917590#: command-list.h:12717591msgid "Show three-way merge without touching index"17592msgstr "Hiển thị hòa trộn ba-đường mà không đụng chạm đến mục lục"1759317594#: command-list.h:12817595msgid "Creates a tag object"17596msgstr "Tạo một đối tượng thẻ"1759717598#: command-list.h:12917599msgid "Build a tree-object from ls-tree formatted text"17600msgstr "Xây dựng một tree-object từ văn bản định dạng ls-tree"1760117602#: command-list.h:13017603msgid "Move or rename a file, a directory, or a symlink"17604msgstr "Di chuyển hay đổi tên một tập tin, thư mục hoặc liên kết mềm"1760517606#: command-list.h:13117607msgid "Find symbolic names for given revs"17608msgstr "Tìm các tên liên kết mềm cho điểm xét đã cho"1760917610#: command-list.h:13217611msgid "Add or inspect object notes"17612msgstr "thêm hoặc điều tra đối tượng ghi chú"1761317614#: command-list.h:13317615msgid "Import from and submit to Perforce repositories"17616msgstr "Nhập vào từ và gửi đến các kho cần thiết"1761717618#: command-list.h:13417619msgid "Create a packed archive of objects"17620msgstr "Tạo một kho lưu được đóng gói cho các đối"1762117622#: command-list.h:13517623msgid "Find redundant pack files"17624msgstr "Tìm các tập tin gói dư thừa"1762517626#: command-list.h:13617627msgid "Pack heads and tags for efficient repository access"17628msgstr "Đóng gói các phần đầu và thẻ để truy cập kho hiệu quả hơn"1762917630#: command-list.h:13717631msgid "Routines to help parsing remote repository access parameters"17632msgstr "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"1763317634#: command-list.h:13817635msgid "Compute unique ID for a patch"17636msgstr "Tính toán ID duy nhất cho một miếng vá"1763717638#: command-list.h:13917639msgid "Prune all unreachable objects from the object database"17640msgstr ""17641"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"1764217643#: command-list.h:14017644msgid "Remove extra objects that are already in pack files"17645msgstr "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"1764617647#: command-list.h:14117648msgid "Fetch from and integrate with another repository or a local branch"17649msgstr "Lấy về và hợp nhất với kho khác hay một nhánh nội bộ"1765017651#: command-list.h:14217652msgid "Update remote refs along with associated objects"17653msgstr "Cập nhật th.chiếu máy chủ cùng với các đối tượng liên quan đến nó"1765417655#: command-list.h:14317656msgid "Applies a quilt patchset onto the current branch"17657msgstr "Ấp dụng một bộ miếng vá quilt vào trong nhánh hiện hành"1765817659#: command-list.h:14417660msgid "Compare two commit ranges (e.g. two versions of a branch)"17661msgstr "So sánh hai vùng chuyển giao (vd: hai phiên bản của một nhánh)"1766217663#: command-list.h:14517664msgid "Reads tree information into the index"17665msgstr "Đọc thông tin cây vào trong mục lục"1766617667#: command-list.h:14617668msgid "Reapply commits on top of another base tip"17669msgstr "Thu hoạch các lần chuyển giao trên đỉnh của đầu mút cơ sở khác"1767017671#: command-list.h:14717672msgid "Receive what is pushed into the repository"17673msgstr "Nhận cái mà được đẩy vào trong kho"1767417675#: command-list.h:14817676msgid "Manage reflog information"17677msgstr "Quản lý thông tin reflog"1767817679#: command-list.h:14917680msgid "Manage set of tracked repositories"17681msgstr "Quản lý tập hợp các kho chứa đã được theo dõi"1768217683#: command-list.h:15017684msgid "Pack unpacked objects in a repository"17685msgstr "Đóng gói các đối tượng chưa đóng gói ở một kho chứa"1768617687#: command-list.h:15117688msgid "Create, list, delete refs to replace objects"17689msgstr "Tạo, liệt kê, xóa các tham chiếu để thay thế các đối tượng"1769017691#: command-list.h:15217692msgid "Generates a summary of pending changes"17693msgstr "Tạo ra một tóm tắt các thay đổi còn treo"1769417695#: command-list.h:15317696msgid "Reuse recorded resolution of conflicted merges"17697msgstr "Dùng lại các giải pháp đã ghi lại của các hòa trộn bị xung đột"1769817699#: command-list.h:15417700msgid "Reset current HEAD to the specified state"17701msgstr "Đặt lại HEAD hiện hành thành trạng thái đã cho"1770217703#: command-list.h:15517704msgid "Revert some existing commits"17705msgstr "Hoàn lại một số lần chuyển giao sẵn có"1770617707#: command-list.h:15617708msgid "Lists commit objects in reverse chronological order"17709msgstr "Liệt kê các đối tượng chuyển giao theo thứ tự tôpô đảo ngược"1771017711#: command-list.h:15717712msgid "Pick out and massage parameters"17713msgstr "Cậy ra và xử lý các tham số"1771417715#: command-list.h:15817716msgid "Remove files from the working tree and from the index"17717msgstr "Gỡ bỏ các tập tin từ cây làm việc và từ bảng mục lục"1771817719#: command-list.h:15917720msgid "Send a collection of patches as emails"17721msgstr "Gửi một tập hợp của các miếng vá ở dạng thư điện tử"1772217723#: command-list.h:16017724msgid "Push objects over Git protocol to another repository"17725msgstr "Đẩy các đối tượng lên thông qua giao thức Git đến kho chứa khác"1772617727#: command-list.h:16117728msgid "Restricted login shell for Git-only SSH access"17729msgstr "Hệ vỏ đăng nhập có hạn chế cho truy cập SSH chỉ-Git"1773017731#: command-list.h:16217732msgid "Summarize 'git log' output"17733msgstr "Kết xuất “git log” dạng tóm tắt"1773417735#: command-list.h:16317736msgid "Show various types of objects"17737msgstr "Hiển thị các kiểu khác nhau của các đối tượng"1773817739#: command-list.h:16417740msgid "Show branches and their commits"17741msgstr "Hiển thị những nhánh và các lần chuyển giao của chúng"1774217743#: command-list.h:16517744msgid "Show packed archive index"17745msgstr "Hiển thị các muc lục kho nén đã đóng gói"1774617747#: command-list.h:16617748msgid "List references in a local repository"17749msgstr "Liệt kê các tham chiếu trong một kho nội bộ"1775017751#: command-list.h:16717752msgid "Git's i18n setup code for shell scripts"17753msgstr "Nã cài đặt quốc tế hóa của Git cho văn lệnh hệ vỏ"1775417755#: command-list.h:16817756msgid "Common Git shell script setup code"17757msgstr "Mã cài đặt văn lệnh hệ vỏ Git chung"1775817759#: command-list.h:16917760msgid "Stash the changes in a dirty working directory away"17761msgstr "Tạm cất đi các thay đổi trong một thư mục làm việc bẩn"1776217763#: command-list.h:17017764msgid "Add file contents to the staging area"17765msgstr "Thêm nội dung tập tin vào vùng bệ phóng"1776617767#: command-list.h:17117768msgid "Show the working tree status"17769msgstr "Hiển thị trạng thái cây làm việc"1777017771#: command-list.h:17217772msgid "Remove unnecessary whitespace"17773msgstr "Xóa bỏ các khoảng trắng không cần thiết"1777417775#: command-list.h:17317776msgid "Initialize, update or inspect submodules"17777msgstr "Khởi tạo, cập nhật hay điều tra các mô-đun-con"1777817779#: command-list.h:17417780msgid "Bidirectional operation between a Subversion repository and Git"17781msgstr "Thao tác hai hướng giữ hai kho Subversion và Git"1778217783#: command-list.h:17517784msgid "Read, modify and delete symbolic refs"17785msgstr "Đọc, sửa và xóa tham chiếu mềm"1778617787#: command-list.h:17617788msgid "Create, list, delete or verify a tag object signed with GPG"17789msgstr "Tạo, liệt kê, xóa hay xác thực một đối tượng thẻ được ký bằng GPG"1779017791#: command-list.h:17717792msgid "Creates a temporary file with a blob's contents"17793msgstr "Tạo một tập tin tạm với nội dung của blob"1779417795#: command-list.h:17817796msgid "Unpack objects from a packed archive"17797msgstr "Gỡ các đối tượng khỏi một kho lưu đã đóng gói"1779817799#: command-list.h:17917800msgid "Register file contents in the working tree to the index"17801msgstr "Đăng ký nội dung tập tin từ cây làm việc đến bảng mục lục"1780217803#: command-list.h:18017804msgid "Update the object name stored in a ref safely"17805msgstr "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"1780617807#: command-list.h:18117808msgid "Update auxiliary info file to help dumb servers"17809msgstr "Cập nhật tập tin thông tin phụ trợ để giúp đỡ các dịch vụ dumb"1781017811#: command-list.h:18217812msgid "Send archive back to git-archive"17813msgstr "Gửi trở lại kho lưu đến git-archive"1781417815#: command-list.h:18317816msgid "Send objects packed back to git-fetch-pack"17817msgstr "Gửi trở lại các đối tượng đã đóng gói cho git-fetch-pack"1781817819#: command-list.h:18417820msgid "Show a Git logical variable"17821msgstr "Hiển thị một biến Git luận lý"1782217823#: command-list.h:18517824msgid "Check the GPG signature of commits"17825msgstr "Kiểm tra ký lần chuyển giao dùng GPG"1782617827#: command-list.h:18617828msgid "Validate packed Git archive files"17829msgstr "Kiểm tra lại các tập tin kho (lưu trữ, nén) Git đã được đóng gói"1783017831#: command-list.h:18717832msgid "Check the GPG signature of tags"17833msgstr "Kiểm tra chữ ký GPG của các thẻ"1783417835#: command-list.h:18817836msgid "Git web interface (web frontend to Git repositories)"17837msgstr "Giao diện Git trên nền web (ứng dụng web chạy trên kho Git)"1783817839#: command-list.h:18917840msgid "Show logs with difference each commit introduces"17841msgstr "Hiển thị các nhật ký với từng lần chuyển giao khác nhau đưa ra"1784217843#: command-list.h:19017844msgid "Manage multiple working trees"17845msgstr "Quản lý nhiều cây làm việc"1784617847#: command-list.h:19117848msgid "Create a tree object from the current index"17849msgstr "Tạo một đối tượng cây từ đầu vào tiêu chuẩn stdin hiện tại"1785017851#: command-list.h:19217852msgid "Defining attributes per path"17853msgstr "Định nghĩa các thuộc tính cho mỗi đường dẫn"1785417855#: command-list.h:19317856msgid "Git command-line interface and conventions"17857msgstr "Giao diện dòng lệnh Git và quy ước"1785817859#: command-list.h:19417860msgid "A Git core tutorial for developers"17861msgstr "Hướng dẫn Git cơ bản cho nhà phát triển"1786217863#: command-list.h:19517864msgid "Git for CVS users"17865msgstr "Git dành cho những người dùng CVS"1786617867#: command-list.h:19617868msgid "Tweaking diff output"17869msgstr "Chỉnh kết xuất diff"1787017871#: command-list.h:19717872msgid "A useful minimum set of commands for Everyday Git"17873msgstr "Một tập hợp lệnh hữu dụng tối thiểu để dùng Git hàng ngày"1787417875#: command-list.h:19817876msgid "A Git Glossary"17877msgstr "Thuật ngữ chuyên môn Git"1787817879#: command-list.h:19917880msgid "Hooks used by Git"17881msgstr "Các móc được sử dụng bởi Git"1788217883#: command-list.h:20017884msgid "Specifies intentionally untracked files to ignore"17885msgstr "Chỉ định các tập tin không cần theo dõi"1788617887#: command-list.h:20117888msgid "Defining submodule properties"17889msgstr "Định nghĩa thuộc tính mô-đun-con"1789017891#: command-list.h:20217892msgid "Git namespaces"17893msgstr "không gian tên Git"1789417895#: command-list.h:20317896msgid "Git Repository Layout"17897msgstr "Bố cục kho Git"1789817899#: command-list.h:20417900msgid "Specifying revisions and ranges for Git"17901msgstr "Chỉ định điểm xét duyệt và vùng cho Git"1790217903#: command-list.h:20517904msgid "A tutorial introduction to Git: part two"17905msgstr "Hướng dẫn cách dùng Git: phần hai"1790617907#: command-list.h:20617908msgid "A tutorial introduction to Git"17909msgstr "Hướng dẫn cách dùng Git"1791017911#: command-list.h:20717912msgid "An overview of recommended workflows with Git"17913msgstr "Tổng quan về luồng công việc khuyến nghị nên dùng với Git."1791417915#: rerere.h:4017916msgid "update the index with reused conflict resolution if possible"17917msgstr "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"1791817919#: git-bisect.sh:5417920msgid "You need to start by \"git bisect start\""17921msgstr "Bạn cần khởi đầu bằng \"git bisect start\""1792217923#. TRANSLATORS: Make sure to include [Y] and [n] in your17924#. translation. The program will only accept English input17925#. at this point.17926#: git-bisect.sh:6017927msgid "Do you want me to do it for you [Y/n]? "17928msgstr "Bạn có muốn tôi thực hiện điều này cho bạn không [Y/n]? "1792917930#: git-bisect.sh:12117931#, sh-format17932msgid "unrecognised option: '$arg'"17933msgstr "không công nhận tùy chọn: “$arg”"1793417935#: git-bisect.sh:12517936#, sh-format17937msgid "'$arg' does not appear to be a valid revision"17938msgstr "”$arg” không có vẻ như là một điểm xét duyệt hợp lệ"1793917940#: git-bisect.sh:15417941msgid "Bad HEAD - I need a HEAD"17942msgstr "HEAD sai - Tôi cần một HEAD"1794317944#: git-bisect.sh:16717945#, sh-format17946msgid ""17947"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."17948msgstr ""17949"Việc lấy “$start_head” ra gặp lỗi. Hãy thử \"git bisect reset <nhánh_hợp_lệ>"17950"\"."1795117952#: git-bisect.sh:17717953msgid "won't bisect on cg-seek'ed tree"17954msgstr "sẽ không di chuyển nửa bước trên cây được cg-seek"1795517956#: git-bisect.sh:18117957msgid "Bad HEAD - strange symbolic ref"17958msgstr "HEAD sai - tham chiếu mềm kỳ lạ"1795917960#: git-bisect.sh:23317961#, sh-format17962msgid "Bad bisect_write argument: $state"17963msgstr "Đối số bisect_write sai: $state"1796417965#: git-bisect.sh:24617966#, sh-format17967msgid "Bad rev input: $arg"17968msgstr "Đầu vào rev sai: $arg"1796917970#: git-bisect.sh:26517971#, sh-format17972msgid "Bad rev input: $bisected_head"17973msgstr "Đầu vào rev sai: $bisected_head"1797417975#: git-bisect.sh:27417976#, sh-format17977msgid "Bad rev input: $rev"17978msgstr "Đầu vào rev sai: $rev"1797917980#: git-bisect.sh:28317981#, sh-format17982msgid "'git bisect $TERM_BAD' can take only one argument."17983msgstr "“git bisect $TERM_BAD” có thể lấy chỉ một đối số."1798417985#: git-bisect.sh:30617986#, sh-format17987msgid "Warning: bisecting only with a $TERM_BAD commit."17988msgstr "Cảnh báo: chỉ thực hiện việc bisect với một lần chuyển giao $TERM_BAD."1798917990#. TRANSLATORS: Make sure to include [Y] and [n] in your17991#. translation. The program will only accept English input17992#. at this point.17993#: git-bisect.sh:31217994msgid "Are you sure [Y/n]? "17995msgstr "Bạn có chắc chắn chưa [Y/n]? "1799617997#: git-bisect.sh:32417998#, sh-format17999msgid ""18000"You need to give me at least one $bad_syn and one $good_syn revision.\n"18001"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"18002msgstr ""18003"Bạn phải chỉ cho tôi ít nhất một điểm $bad_syn và một $good_syn.\n"18004"(Bạn có thể sử dụng \"git bisect $bad_syn\" và \"git bisect $good_syn\" cho "18005"cái đó.)"1800618007#: git-bisect.sh:32718008#, sh-format18009msgid ""18010"You need to start by \"git bisect start\".\n"18011"You then need to give me at least one $good_syn and one $bad_syn revision.\n"18012"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"18013msgstr ""18014"Bạn cần bắt đầu bằng lệnh \"git bisect start\".\n"18015"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 "18016"$bad_syn.\n"18017"(Bạn có thể sử dụng \"git bisect $bad_syn\" và \"git bisect $good_syn\" cho "18018"chúng.)"1801918020#: git-bisect.sh:398 git-bisect.sh:51218021msgid "We are not bisecting."18022msgstr "Chúng tôi không bisect."1802318024#: git-bisect.sh:40518025#, sh-format18026msgid "'$invalid' is not a valid commit"18027msgstr "”$invalid” không phải là lần chuyển giao hợp lệ"1802818029#: git-bisect.sh:41418030#, sh-format18031msgid ""18032"Could not check out original HEAD '$branch'.\n"18033"Try 'git bisect reset <commit>'."18034msgstr ""18035"Không thể check-out HEAD nguyên thủy của “$branch”.\n"18036"Hãy thử “git bisect reset <lần-chuyển-giao>”."1803718038#: git-bisect.sh:42218039msgid "No logfile given"18040msgstr "Chưa chỉ ra tập tin ghi nhật ký"1804118042#: git-bisect.sh:42318043#, sh-format18044msgid "cannot read $file for replaying"18045msgstr "không thể đọc $file để thao diễn lại"1804618047#: git-bisect.sh:44418048msgid "?? what are you talking about?"18049msgstr "?? bạn đang nói gì thế?"1805018051#: git-bisect.sh:45318052msgid "bisect run failed: no command provided."18053msgstr "bisect chạy gặp lỗi: không đưa ra lệnh."1805418055#: git-bisect.sh:45818056#, sh-format18057msgid "running $command"18058msgstr "đang chạy lệnh $command"1805918060#: git-bisect.sh:46518061#, sh-format18062msgid ""18063"bisect run failed:\n"18064"exit code $res from '$command' is < 0 or >= 128"18065msgstr ""18066"chạy bisect gặp lỗi:\n"18067"mã trả về $res từ lệnh “$command” là < 0 hoặc >= 128"1806818069#: git-bisect.sh:49118070msgid "bisect run cannot continue any more"18071msgstr "bisect không thể tiếp tục thêm được nữa"1807218073#: git-bisect.sh:49718074#, sh-format18075msgid ""18076"bisect run failed:\n"18077"'bisect_state $state' exited with error code $res"18078msgstr ""18079"chạy bisect gặp lỗi:\n"18080"”bisect_state $state” đã thoát ra với mã lỗi $res"1808118082#: git-bisect.sh:50418083msgid "bisect run success"18084msgstr "bisect chạy thành công"1808518086#: git-bisect.sh:53318087#, sh-format18088msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."18089msgstr "Lệnh không hợp lệ: bạn hiện đang ở bisect $TERM_BAD/$TERM_GOOD."1809018091#: git-bisect.sh:56718092msgid "no terms defined"18093msgstr "chưa định nghĩa thời kỳ nào"1809418095#: git-bisect.sh:58418096#, sh-format18097msgid ""18098"invalid argument $arg for 'git bisect terms'.\n"18099"Supported options are: --term-good|--term-old and --term-bad|--term-new."18100msgstr ""18101"tham số không hợp lệ $arg cho “git bisect terms”.\n"18102"Các tùy chọn hỗ trợ là: --term-good|--term-old và --term-bad|--term-new."1810318104#: git-merge-octopus.sh:4618105msgid ""18106"Error: Your local changes to the following files would be overwritten by "18107"merge"18108msgstr ""18109"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 "18110"lệnh hòa trộn"1811118112#: git-merge-octopus.sh:6118113msgid "Automated merge did not work."18114msgstr "Hòa trộn một cách tự động không làm việc."1811518116#: git-merge-octopus.sh:6218117msgid "Should not be doing an octopus."18118msgstr "Không thể thực hiện một octopus."1811918120#: git-merge-octopus.sh:7318121#, sh-format18122msgid "Unable to find common commit with $pretty_name"18123msgstr "Không thể tìm thấy lần chuyển giao chung với $pretty_name"1812418125#: git-merge-octopus.sh:7718126#, sh-format18127msgid "Already up to date with $pretty_name"18128msgstr "Đã cập nhật với $pretty_name rồi"1812918130#: git-merge-octopus.sh:8918131#, sh-format18132msgid "Fast-forwarding to: $pretty_name"18133msgstr "Chuyển-tiếp-nhanh đến: $pretty_name"1813418135#: git-merge-octopus.sh:9718136#, sh-format18137msgid "Trying simple merge with $pretty_name"18138msgstr "Đang thử hòa trộn đơn giản với $pretty_name"1813918140#: git-merge-octopus.sh:10218141msgid "Simple merge did not work, trying automatic merge."18142msgstr "Hòa trộn đơn giản không làm việc, thử hòa trộn tự động."1814318144#: git-rebase.sh:6118145msgid ""18146"Resolve all conflicts manually, mark them as resolved with\n"18147"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"18148"You can instead skip this commit: run \"git rebase --skip\".\n"18149"To abort and get back to the state before \"git rebase\", run \"git rebase --"18150"abort\"."18151msgstr ""18152"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"18153"hãy chạy lệnh \"git add/rm <các_tập_tin_xung_đột>\", sau đó chạy \"git "18154"rebase --continue\".\n"18155"Bạn có thể bỏ qua miếng vá, chạy \"git rebase --skip\".\n"18156"Để bãi bỏ và quay trở lại trạng thái trước \"git rebase\", chạy \"git rebase "18157"--abort\"."1815818159#: git-rebase.sh:173 git-rebase.sh:45418160#, sh-format18161msgid "Could not move back to $head_name"18162msgstr "Không thể quay trở lại $head_name"1816318164#: git-rebase.sh:18418165msgid "Applied autostash."18166msgstr "Đã áp dụng autostash."1816718168#: git-rebase.sh:18718169#, sh-format18170msgid "Cannot store $stash_sha1"18171msgstr "Không thể lưu $stash_sha1"1817218173#: git-rebase.sh:23618174msgid "The pre-rebase hook refused to rebase."18175msgstr "Móc (hook) pre-rebase từ chối rebase."1817618177#: git-rebase.sh:24118178msgid "It looks like 'git am' is in progress. Cannot rebase."18179msgstr ""18180"Hình như đang trong quá trình thực hiện lệnh “git-am”. Không thể rebase."1818118182#: git-rebase.sh:41518183msgid "No rebase in progress?"18184msgstr "Không có tiến trình rebase nào phải không?"1818518186#: git-rebase.sh:42618187msgid "The --edit-todo action can only be used during interactive rebase."18188msgstr ""18189"Hành động “--edit-todo” chỉ có thể dùng trong quá trình “rebase” (sửa lịch "18190"sử) tương tác."1819118192#: git-rebase.sh:43318193msgid "Cannot read HEAD"18194msgstr "Không thể đọc HEAD"1819518196#: git-rebase.sh:43618197msgid ""18198"You must edit all merge conflicts and then\n"18199"mark them as resolved using git add"18200msgstr ""18201"Bạn phải sửa tất cả các lần hòa trộn xung đột và sau\n"18202"đó đánh dấu chúng là cần xử lý sử dụng lệnh git add"1820318204#: git-rebase.sh:48018205#, sh-format18206msgid ""18207"It seems that there is already a $state_dir_base directory, and\n"18208"I wonder if you are in the middle of another rebase. If that is the\n"18209"case, please try\n"18210"\t$cmd_live_rebase\n"18211"If that is not the case, please\n"18212"\t$cmd_clear_stale_rebase\n"18213"and run me again. I am stopping in case you still have something\n"18214"valuable there."18215msgstr ""18216"Hình như là ở đây sẵn có một thư mục $state_dir_base, và\n"18217"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"18218"như vậy, xin hãy thử\n"18219"\t$cmd_live_rebase\n"18220"Nếu không phải thế, hãy thử\n"18221"\t$cmd_clear_stale_rebase\n"18222"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"18223"có một số thứ quý giá ở đây."1822418225#: git-rebase.sh:54518226msgid "error: cannot combine '--signoff' with '--preserve-merges'"18227msgstr "lỗi: không thể kết hợp “--signoff” với “--preserve-merges”"1822818229#: git-rebase.sh:55618230msgid "error: cannot combine '--preserve_merges' with '--rebase-merges'"18231msgstr "lỗi: không thể kết hợp “--preserve_merges” với “--rebase-merges”"1823218233#: git-rebase.sh:56218234msgid "error: cannot combine '--rebase_merges' with '--strategy-option'"18235msgstr "lỗi: không thể kết hợp “--rebase_merges” với “--strategy-option”"1823618237#: git-rebase.sh:56418238msgid "error: cannot combine '--rebase_merges' with '--strategy'"18239msgstr "lỗi: không thể kết hợp “--rebase_merges” với “--strategy”"1824018241#: git-rebase.sh:59018242#, sh-format18243msgid "invalid upstream '$upstream_name'"18244msgstr "thượng nguồn không hợp lệ “$upstream_name”"1824518246#: git-rebase.sh:61418247#, sh-format18248msgid "$onto_name: there are more than one merge bases"18249msgstr "$onto_name: ở đây có nhiều hơn một nền móng hòa trộn"1825018251#: git-rebase.sh:617 git-rebase.sh:62118252#, sh-format18253msgid "$onto_name: there is no merge base"18254msgstr "$onto_name: ở đây không có nền móng hòa trộn nào"1825518256#: git-rebase.sh:62618257#, sh-format18258msgid "Does not point to a valid commit: $onto_name"18259msgstr "Không chỉ đến một lần chuyển giao không hợp lệ: $onto_name"1826018261#: git-rebase.sh:65218262#, sh-format18263msgid "fatal: no such branch/commit '$branch_name'"18264msgstr "nghiêm trọng: không có nhánh như thế: “$branch_name”"1826518266#: git-rebase.sh:68518267msgid "Cannot autostash"18268msgstr "Không thể autostash"1826918270#: git-rebase.sh:69018271#, sh-format18272msgid "Created autostash: $stash_abbrev"18273msgstr "Đã tạo autostash: $stash_abbrev"1827418275#: git-rebase.sh:69418276msgid "Please commit or stash them."18277msgstr "Xin hãy chuyển giao hoặc tạm cất (stash) chúng."1827818279#: git-rebase.sh:71718280#, sh-format18281msgid "HEAD is up to date."18282msgstr "HEAD đã cập nhật."1828318284#: git-rebase.sh:71918285#, sh-format18286msgid "Current branch $branch_name is up to date."18287msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi."1828818289#: git-rebase.sh:72718290#, sh-format18291msgid "HEAD is up to date, rebase forced."18292msgstr "HEAD hiện đã được cập nhật rồi, bị ép buộc rebase."1829318294#: git-rebase.sh:72918295#, sh-format18296msgid "Current branch $branch_name is up to date, rebase forced."18297msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi, lệnh rebase ép buộc."1829818299#: git-rebase.sh:74118300#, sh-format18301msgid "Changes from $mb to $onto:"18302msgstr "Thay đổi từ $mb thành $onto:"1830318304#: git-rebase.sh:75018305msgid "First, rewinding head to replay your work on top of it..."18306msgstr "Trước tiên, di chuyển head để xem lại các công việc trên đỉnh của nó…"1830718308#: git-rebase.sh:76018309#, sh-format18310msgid "Fast-forwarded $branch_name to $onto_name."18311msgstr "Chuyển-tiếp-nhanh $branch_name thành $onto_name."1831218313#: git-stash.sh:6118314msgid "git stash clear with parameters is unimplemented"18315msgstr ""18316"git stash clear với các tham số là chưa được thực hiện (không nhận đối số)"1831718318#: git-stash.sh:10818319msgid "You do not have the initial commit yet"18320msgstr "Bạn chưa còn có lần chuyển giao khởi tạo"1832118322#: git-stash.sh:12318323msgid "Cannot save the current index state"18324msgstr "Không thể ghi lại trạng thái bảng mục lục hiện hành"1832518326#: git-stash.sh:13818327msgid "Cannot save the untracked files"18328msgstr "Không thể ghi lại các tập tin chưa theo dõi"1832918330#: git-stash.sh:158 git-stash.sh:17118331msgid "Cannot save the current worktree state"18332msgstr "Không thể ghi lại trạng thái cây-làm-việc hiện hành"1833318334#: git-stash.sh:17518335msgid "No changes selected"18336msgstr "Chưa có thay đổi nào được chọn"1833718338#: git-stash.sh:17818339msgid "Cannot remove temporary index (can't happen)"18340msgstr "Không thể gỡ bỏ bảng mục lục tạm thời (không thể xảy ra)"1834118342#: git-stash.sh:19118343msgid "Cannot record working tree state"18344msgstr "Không thể ghi lại trạng thái cây làm việc hiện hành"1834518346#: git-stash.sh:22918347#, sh-format18348msgid "Cannot update $ref_stash with $w_commit"18349msgstr "Không thể cập nhật $ref_stash với $w_commit"1835018351#: git-stash.sh:28118352#, sh-format18353msgid "error: unknown option for 'stash push': $option"18354msgstr "lỗi: không hiểu tùy chọn cho “stash push”: $option"1835518356#: git-stash.sh:29518357msgid "Can't use --patch and --include-untracked or --all at the same time"18358msgstr "Không thể dùng --patch và --include-untracked hay --all cùng một lúc."1835918360#: git-stash.sh:30318361msgid "No local changes to save"18362msgstr "Không có thay đổi nội bộ nào được ghi lại"1836318364#: git-stash.sh:30818365msgid "Cannot initialize stash"18366msgstr "Không thể khởi tạo stash"1836718368#: git-stash.sh:31218369msgid "Cannot save the current status"18370msgstr "Không thể ghi lại trạng thái hiện hành"1837118372#: git-stash.sh:31318373#, sh-format18374msgid "Saved working directory and index state $stash_msg"18375msgstr "Đã ghi lại thư mục làm việc và trạng thái mục lục $stash_msg"1837618377#: git-stash.sh:34218378msgid "Cannot remove worktree changes"18379msgstr "Không thể gỡ bỏ các thay đổi cây-làm-việc"1838018381#: git-stash.sh:49018382#, sh-format18383msgid "unknown option: $opt"18384msgstr "không hiểu tùy chọn: $opt"1838518386#: git-stash.sh:50318387msgid "No stash entries found."18388msgstr "Không tìm thấy các mục tạm cất (stash) nào."1838918390#: git-stash.sh:51018391#, sh-format18392msgid "Too many revisions specified: $REV"18393msgstr "Chỉ ra quá nhiều điểm xét duyệt: $REV"1839418395#: git-stash.sh:52518396#, sh-format18397msgid "$reference is not a valid reference"18398msgstr "$reference không phải là tham chiếu hợp lệ"1839918400#: git-stash.sh:55318401#, sh-format18402msgid "'$args' is not a stash-like commit"18403msgstr "“$args” không phải là lần chuyển giao kiểu-stash (cất đi)"1840418405#: git-stash.sh:56418406#, sh-format18407msgid "'$args' is not a stash reference"18408msgstr "”$args” không phải tham chiếu đến stash"1840918410#: git-stash.sh:57218411msgid "unable to refresh index"18412msgstr "không thể làm tươi mới bảng mục lục"1841318414#: git-stash.sh:57618415msgid "Cannot apply a stash in the middle of a merge"18416msgstr "Không thể áp dụng một stash ở giữa của quá trình hòa trộn"1841718418#: git-stash.sh:58418419msgid "Conflicts in index. Try without --index."18420msgstr "Xung đột trong bảng mục lục. Hãy thử mà không dùng tùy chọn --index."1842118422#: git-stash.sh:58618423msgid "Could not save index tree"18424msgstr "Không thể ghi lại cây chỉ mục"1842518426#: git-stash.sh:59518427msgid "Could not restore untracked files from stash entry"18428msgstr "Không thể phục hồi các tập tin chưa theo dõi từ mục cất đi (stash)"1842918430#: git-stash.sh:62018431msgid "Cannot unstage modified files"18432msgstr "Không thể bỏ ra khỏi bệ phóng các tập tin đã được sửa chữa"1843318434#: git-stash.sh:63518435msgid "Index was not unstashed."18436msgstr "Bảng mục lục đã không được bỏ stash."1843718438#: git-stash.sh:64918439msgid "The stash entry is kept in case you need it again."18440msgstr "Các mục tạm cất (stash) được giữ trong trường hợp bạn lại cần nó."1844118442#: git-stash.sh:65818443#, sh-format18444msgid "Dropped ${REV} ($s)"18445msgstr "Đã xóa ${REV} ($s)"1844618447#: git-stash.sh:65918448#, sh-format18449msgid "${REV}: Could not drop stash entry"18450msgstr "${REV}: Không thể xóa bỏ mục stash"1845118452#: git-stash.sh:66718453msgid "No branch name specified"18454msgstr "Chưa chỉ ra tên của nhánh"1845518456#: git-stash.sh:74618457msgid "(To restore them type \"git stash apply\")"18458msgstr "(Để phục hồi lại chúng hãy gõ \"git stash apply\")"1845918460#: git-submodule.sh:18818461msgid "Relative path can only be used from the toplevel of the working tree"18462msgstr ""18463"Đườ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 "18464"việc"1846518466#: git-submodule.sh:19818467#, sh-format18468msgid "repo URL: '$repo' must be absolute or begin with ./|../"18469msgstr ""18470"repo URL: “$repo” phải là đường dẫn tuyệt đối hoặc là bắt đầu bằng ./|../"1847118472#: git-submodule.sh:21718473#, sh-format18474msgid "'$sm_path' already exists in the index"18475msgstr "”$sm_path” thực sự đã tồn tại ở bảng mục lục rồi"1847618477#: git-submodule.sh:22018478#, sh-format18479msgid "'$sm_path' already exists in the index and is not a submodule"18480msgstr ""18481"”$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-"18482"con"1848318484#: git-submodule.sh:22618485#, sh-format18486msgid ""18487"The following path is ignored by one of your .gitignore files:\n"18488"$sm_path\n"18489"Use -f if you really want to add it."18490msgstr ""18491"Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "18492"của bạn:\n"18493"$sm_path\n"18494"Sử dụng -f nếu bạn thực sự muốn thêm nó vào."1849518496#: git-submodule.sh:24918497#, sh-format18498msgid "Adding existing repo at '$sm_path' to the index"18499msgstr "Đang thêm repo có sẵn tại “$sm_path” vào bảng mục lục"1850018501#: git-submodule.sh:25118502#, sh-format18503msgid "'$sm_path' already exists and is not a valid git repo"18504msgstr "”$sm_path” đã tồn tại từ trước và không phải là một kho git hợp lệ"1850518506#: git-submodule.sh:25918507#, sh-format18508msgid "A git directory for '$sm_name' is found locally with remote(s):"18509msgstr ""18510"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ủ:"1851118512#: git-submodule.sh:26118513#, sh-format18514msgid ""18515"If you want to reuse this local git directory instead of cloning again from\n"18516" $realrepo\n"18517"use the '--force' option. If the local git directory is not the correct "18518"repo\n"18519"or you are unsure what this means choose another name with the '--name' "18520"option."18521msgstr ""18522"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"18523" $realrepo\n"18524"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"18525"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 "18526"chọn “--name”."1852718528#: git-submodule.sh:26718529#, sh-format18530msgid "Reactivating local git directory for submodule '$sm_name'."18531msgstr ""18532"Phục hồi sự hoạt động của thư mục git nội bộ cho mô-đun-con “$sm_name”."1853318534#: git-submodule.sh:27918535#, sh-format18536msgid "Unable to checkout submodule '$sm_path'"18537msgstr "Không thể lấy ra mô-đun-con “$sm_path”"1853818539#: git-submodule.sh:28418540#, sh-format18541msgid "Failed to add submodule '$sm_path'"18542msgstr "Gặp lỗi khi thêm mô-đun-con “$sm_path”"1854318544#: git-submodule.sh:29318545#, sh-format18546msgid "Failed to register submodule '$sm_path'"18547msgstr "Gặp lỗi khi đăng ký với hệ thống mô-đun-con “$sm_path”"1854818549#: git-submodule.sh:56518550#, sh-format18551msgid "Unable to find current revision in submodule path '$displaypath'"18552msgstr ""18553"Không tìm thấy điểm xét duyệt hiện hành trong đường dẫn mô-đun-con "18554"“$displaypath”"1855518556#: git-submodule.sh:57518557#, sh-format18558msgid "Unable to fetch in submodule path '$sm_path'"18559msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$sm_path”"1856018561#: git-submodule.sh:58018562#, sh-format18563msgid ""18564"Unable to find current ${remote_name}/${branch} revision in submodule path "18565"'$sm_path'"18566msgstr ""18567"Không thể tìm thấy điểm xét duyệt hiện hành ${remote_name}/${branch} trong "18568"đường dẫn mô-đun-con “$sm_path”"1856918570#: git-submodule.sh:60318571#, sh-format18572msgid "Unable to fetch in submodule path '$displaypath'"18573msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$displaypath”"1857418575#: git-submodule.sh:60918576#, sh-format18577msgid ""18578"Fetched in submodule path '$displaypath', but it did not contain $sha1. "18579"Direct fetching of that commit failed."18580msgstr ""18581"Đã lấy về từ đường dẫn mô-đun con “$displaypath”, nhưng nó không chứa $sha1. "18582"Lấy về theo định hướng của lần chuyển giao đó gặp lỗi."1858318584#: git-submodule.sh:61618585#, sh-format18586msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"18587msgstr "Không thể lấy ra “$sha1” trong đường dẫn mô-đun-con “$displaypath”"1858818589#: git-submodule.sh:61718590#, sh-format18591msgid "Submodule path '$displaypath': checked out '$sha1'"18592msgstr "Đường dẫn mô-đun-con “$displaypath”: đã checkout “$sha1”"1859318594#: git-submodule.sh:62118595#, sh-format18596msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"18597msgstr "Không thể cải tổ “$sha1” trong đường dẫn mô-đun-con “$displaypath”"1859818599#: git-submodule.sh:62218600#, sh-format18601msgid "Submodule path '$displaypath': rebased into '$sha1'"18602msgstr "Đường dẫn mô-đun-con “$displaypath”: được rebase vào trong “$sha1”"1860318604#: git-submodule.sh:62718605#, sh-format18606msgid "Unable to merge '$sha1' in submodule path '$displaypath'"18607msgstr ""18608"Không thể hòa trộn (merge) “$sha1” trong đường dẫn mô-đun-con “$displaypath”"1860918610#: git-submodule.sh:62818611#, sh-format18612msgid "Submodule path '$displaypath': merged in '$sha1'"18613msgstr "Đường dẫn mô-đun-con “$displaypath”: được hòa trộn vào “$sha1”"1861418615#: git-submodule.sh:63318616#, sh-format18617msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"18618msgstr ""18619"Thực hiện không thành công lệnh “$command $sha1” trong đường dẫn mô-đun-con "18620"“$displaypath”"1862118622#: git-submodule.sh:63418623#, sh-format18624msgid "Submodule path '$displaypath': '$command $sha1'"18625msgstr "Đường dẫn mô-đun-con “$displaypath”: “$command $sha1”"1862618627#: git-submodule.sh:66518628#, sh-format18629msgid "Failed to recurse into submodule path '$displaypath'"18630msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$displaypath”"1863118632#: git-submodule.sh:76118633msgid "The --cached option cannot be used with the --files option"18634msgstr "Tùy chọn --cached không thể dùng cùng với tùy chọn --files"1863518636#: git-submodule.sh:81318637#, sh-format18638msgid "unexpected mode $mod_dst"18639msgstr "chế độ không như mong chờ $mod_dst"1864018641#: git-submodule.sh:83318642#, sh-format18643msgid " Warn: $display_name doesn't contain commit $sha1_src"18644msgstr " Cảnh báo: $display_name không chứa lần chuyển giao $sha1_src"1864518646#: git-submodule.sh:83618647#, sh-format18648msgid " Warn: $display_name doesn't contain commit $sha1_dst"18649msgstr " Cảnh báo: $display_name không chứa lần chuyển giao $sha1_dst"1865018651#: git-submodule.sh:83918652#, sh-format18653msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"18654msgstr ""18655" Cảnh báo: $display_name không chứa những lần chuyển giao $sha1_src và "18656"$sha1_dst"1865718658#: git-parse-remote.sh:8918659#, sh-format18660msgid "See git-${cmd}(1) for details."18661msgstr "Xem git-${cmd}(1) để biết thêm chi tiết."1866218663#: git-rebase--interactive.sh:4318664msgid ""18665"\n"18666"Commands:\n"18667"p, pick <commit> = use commit\n"18668"r, reword <commit> = use commit, but edit the commit message\n"18669"e, edit <commit> = use commit, but stop for amending\n"18670"s, squash <commit> = use commit, but meld into previous commit\n"18671"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"18672"x, exec <command> = run command (the rest of the line) using shell\n"18673"d, drop <commit> = remove commit\n"18674"l, label <label> = label current HEAD with a name\n"18675"t, reset <label> = reset HEAD to a label\n"18676"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"18677". create a merge commit using the original merge commit's\n"18678". message (or the oneline, if no original merge commit was\n"18679". specified). Use -c <commit> to reword the commit message.\n"18680"\n"18681"These lines can be re-ordered; they are executed from top to bottom.\n"18682msgstr ""18683"\n"18684"Các lệnh:\n"18685"p, pick <commit> = dùng lần chuyển giao\n"18686"r, reword <commit> = dùng lần chuyển giao, nhưng sửa lại phần chú thích\n"18687"e, edit <commit> = dùng lần chuyển giao, nhưng dừng lại để tu bổ (amend)\n"18688"s, squash <commit> = dùng lần chuyển giao, nhưng meld vào lần chuyển giao kế "18689"trước\n"18690"f, fixup <commit> = giống như \"squash\", nhưng loại bỏ chú thích nhật ký "18691"của lần chuyển giao này\n"18692"x, exec <commit> = chạy lệnh (phần còn lại của dòng) dùng hệ vỏ\n"18693"d, drop <commit> = xóa lần chuyển giao\n"18694"l, label <label> = đánh nhãn HEAD hiện tại bằng một tên\n"18695"t, reset <label> = đặt lại HEAD thành một nhãn\n"18696"m, merge [-C <commit> | -c <commit>] <nhãn> [# <một_dòng>]\n"18697". 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"18698". giao hòa trộn gốc (hoặc một_dòng, nếu không chỉ định lần chuyển giao "18699"hòa\n"18700". trộn gốc). Dùng -c <commit> để reword chú thích của lần chuyển "18701"giao.\n"18702"\n"18703"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 "18704"đáy.\n"1870518706#: git-rebase--interactive.sh:64 git-rebase--preserve-merges.sh:17318707msgid ""18708"\n"18709"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"18710msgstr ""18711"\n"18712"Đừ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 "18713"chuyển giao.\n"1871418715#: git-rebase--interactive.sh:68 git-rebase--preserve-merges.sh:17718716msgid ""18717"\n"18718"If you remove a line here THAT COMMIT WILL BE LOST.\n"18719msgstr ""18720"\n"18721"Nếu bạn xóa bỏ một dòng ở đây thì LẦN CHUYỂN GIAO ĐÓ SẼ MẤT.\n"1872218723#: git-rebase--interactive.sh:108 git-rebase--preserve-merges.sh:72418724msgid "could not detach HEAD"18725msgstr "không thể tách rời HEAD"1872618727#: git-rebase--interactive.sh:147 git-rebase--preserve-merges.sh:81618728msgid ""18729"\n"18730"You are editing the todo file of an ongoing interactive rebase.\n"18731"To continue rebase after editing, run:\n"18732" git rebase --continue\n"18733"\n"18734msgstr ""18735"\n"18736"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"18737"Để tiếp tục cải tổ sau khi sửa, chạy:\n"18738" git rebase --continue\n"18739"\n"1874018741#: git-rebase--interactive.sh:155 git-rebase--interactive.sh:24118742#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:91018743msgid "Could not execute editor"18744msgstr "Không thể thực thi trình biên soạn"1874518746#: git-rebase--interactive.sh:176 git-rebase--preserve-merges.sh:84518747#, sh-format18748msgid "Could not checkout $switch_to"18749msgstr "Không thể checkout $switch_to"1875018751#: git-rebase--interactive.sh:183 git-rebase--preserve-merges.sh:85218752msgid "No HEAD?"18753msgstr "Không HEAD?"1875418755#: git-rebase--interactive.sh:184 git-rebase--preserve-merges.sh:85318756#, sh-format18757msgid "Could not create temporary $state_dir"18758msgstr "Không thể tạo thư mục tạm thời $state_dir"1875918760#: git-rebase--interactive.sh:187 git-rebase--preserve-merges.sh:85618761msgid "Could not mark as interactive"18762msgstr "Không thể đánh dấu là tương tác"1876318764#: git-rebase--interactive.sh:219 git-rebase--preserve-merges.sh:88818765#, sh-format18766msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"18767msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"18768msgstr[0] "Cải tổ $shortrevisions vào $shortonto (các lệnh $todocount)"1876918770#: git-rebase--interactive.sh:22418771msgid ""18772"\n"18773"\tHowever, if you remove everything, the rebase will be aborted.\n"18774"\n"18775"\t"18776msgstr ""18777"\n"18778"\tTuy nhiên, nếu bạn xóa bỏ mọi thứ, việc cải tổ sẽ bị bãi bỏ.\n"18779"\n"18780"\t"1878118782#: git-rebase--interactive.sh:231 git-rebase--preserve-merges.sh:90018783msgid "Note that empty commits are commented out"18784msgstr "Chú ý rằng lần chuyển giao trống rỗng là ghi chú"1878518786#: git-rebase--interactive.sh:28018787msgid "Could not generate todo list"18788msgstr "Không thể tạo danh sách cần làm"1878918790#: git-rebase--preserve-merges.sh:13618791#, sh-format18792msgid "Rebasing ($new_count/$total)"18793msgstr "Đang rebase ($new_count/$total)"1879418795#: git-rebase--preserve-merges.sh:15218796msgid ""18797"\n"18798"Commands:\n"18799"p, pick <commit> = use commit\n"18800"r, reword <commit> = use commit, but edit the commit message\n"18801"e, edit <commit> = use commit, but stop for amending\n"18802"s, squash <commit> = use commit, but meld into previous commit\n"18803"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"18804"x, exec <commit> = run command (the rest of the line) using shell\n"18805"d, drop <commit> = remove commit\n"18806"l, label <label> = label current HEAD with a name\n"18807"t, reset <label> = reset HEAD to a label\n"18808"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"18809". create a merge commit using the original merge commit's\n"18810". message (or the oneline, if no original merge commit was\n"18811". specified). Use -c <commit> to reword the commit message.\n"18812"\n"18813"These lines can be re-ordered; they are executed from top to bottom.\n"18814msgstr ""18815"\n"18816"Các lệnh:\n"18817"p, pick <commit> = dùng lần chuyển giao\n"18818"r, reword <commit> = dùng lần chuyển giao, nhưng sửa lại phần chú thích\n"18819"e, edit <commit> = dùng lần chuyển giao, nhưng dừng lại để tu bổ (amend)\n"18820"s, squash <commit> = dùng lần chuyển giao, nhưng meld vào lần chuyển giao kế "18821"trước\n"18822"f, fixup <commit> = giống như \"squash\", nhưng loại bỏ chú thích của lần "18823"chuyển giao này\n"18824"x, exec <commit> = chạy lệnh (phần còn lại của dòng) dùng hệ vỏ\n"18825"d, drop <commit> = xóa lần chuyển giao\n"18826"l, label <label> = đánh nhãn HEAD hiện tại bằng một tên\n"18827"t, reset <label> = đặt lại HEAD thành một nhãn\n"18828"m, merge [-C <commit> | -c <commit>] <nhãn> [# <một_dòng>]\n"18829". 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"18830". giao hòa trộn gốc (hoặc một_dòng, nếu không chỉ định lần chuyển giao "18831"hòa\n"18832". trộn gốc). Dùng -c <commit> để reword chú thích của lần chuyển "18833"giao.\n"18834"\n"18835"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 "18836"đáy.\n"1883718838#: git-rebase--preserve-merges.sh:21518839#, sh-format18840msgid ""18841"You can amend the commit now, with\n"18842"\n"18843"\tgit commit --amend $gpg_sign_opt_quoted\n"18844"\n"18845"Once you are satisfied with your changes, run\n"18846"\n"18847"\tgit rebase --continue"18848msgstr ""18849"Bạn có thể tu bổ lần chuyển giao ngay bây giờ bằng:\n"18850"\n"18851"\tgit commit --amend $gpg_sign_opt_quoted\n"18852"\n"18853"Một khi đã hài lòng với những thay đổi của mình, thì chạy:\n"18854"\n"18855"\tgit rebase --continue"1885618857#: git-rebase--preserve-merges.sh:24018858#, sh-format18859msgid "$sha1: not a commit that can be picked"18860msgstr "$sha1: không phải là lần chuyển giao mà có thể lấy ra được"1886118862#: git-rebase--preserve-merges.sh:27918863#, sh-format18864msgid "Invalid commit name: $sha1"18865msgstr "Tên lần chuyển giao không hợp lệ: $sha1"1886618867#: git-rebase--preserve-merges.sh:30918868msgid "Cannot write current commit's replacement sha1"18869msgstr "Không thể ghi lại sha1 thay thế của lần chuyển giao"1887018871#: git-rebase--preserve-merges.sh:36018872#, sh-format18873msgid "Fast-forward to $sha1"18874msgstr "Chuyển-tiếp-nhanh đến $sha1"1887518876#: git-rebase--preserve-merges.sh:36218877#, sh-format18878msgid "Cannot fast-forward to $sha1"18879msgstr "Không thể chuyển-tiếp-nhanh đến $sha1"1888018881#: git-rebase--preserve-merges.sh:37118882#, sh-format18883msgid "Cannot move HEAD to $first_parent"18884msgstr "Không thể di chuyển HEAD đến $first_parent"1888518886#: git-rebase--preserve-merges.sh:37618887#, sh-format18888msgid "Refusing to squash a merge: $sha1"18889msgstr "Từ chối squash lần hòa trộn: $sha1"1889018891#: git-rebase--preserve-merges.sh:39418892#, sh-format18893msgid "Error redoing merge $sha1"18894msgstr "Gặp lỗi khi hoàn lại bước hòa trộn $sha1"1889518896#: git-rebase--preserve-merges.sh:40318897#, sh-format18898msgid "Could not pick $sha1"18899msgstr "Không thể lấy ra $sha1"1890018901#: git-rebase--preserve-merges.sh:41218902#, sh-format18903msgid "This is the commit message #${n}:"18904msgstr "Đây là chú thích cho lần chuyển giao thứ #${n}:"1890518906#: git-rebase--preserve-merges.sh:41718907#, sh-format18908msgid "The commit message #${n} will be skipped:"18909msgstr "Chú thích cho lần chuyển giao thứ #${n} sẽ bị bỏ qua:"1891018911#: git-rebase--preserve-merges.sh:42818912#, sh-format18913msgid "This is a combination of $count commit."18914msgid_plural "This is a combination of $count commits."18915msgstr[0] "Đây là tổ hợp của $count lần chuyển giao."1891618917#: git-rebase--preserve-merges.sh:43718918#, sh-format18919msgid "Cannot write $fixup_msg"18920msgstr "Không thể $fixup_msg"1892118922#: git-rebase--preserve-merges.sh:44018923msgid "This is a combination of 2 commits."18924msgstr "Đây là tổ hợp của 2 lần chuyển giao."1892518926#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:52418927#: git-rebase--preserve-merges.sh:52718928#, sh-format18929msgid "Could not apply $sha1... $rest"18930msgstr "Không thể áp dụng $sha1… $rest"1893118932#: git-rebase--preserve-merges.sh:55618933#, sh-format18934msgid ""18935"Could not amend commit after successfully picking $sha1... $rest\n"18936"This is most likely due to an empty commit message, or the pre-commit hook\n"18937"failed. If the pre-commit hook failed, you may need to resolve the issue "18938"before\n"18939"you are able to reword the commit."18940msgstr ""18941"Không thể tu bổ lần chuyển giao sau khi lấy ra $sha1… $rest thành công\n"18942"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 "18943"móc pre-commit\n"18944"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 "18945"này\n"18946"trước khi bạn có thể làm việc lại với lần chuyển giao."1894718948#: git-rebase--preserve-merges.sh:57118949#, sh-format18950msgid "Stopped at $sha1_abbrev... $rest"18951msgstr "Bị dừng tại $sha1_abbrev… $rest"1895218953#: git-rebase--preserve-merges.sh:58618954#, sh-format18955msgid "Cannot '$squash_style' without a previous commit"18956msgstr "Không “$squash_style” thể mà không có lần chuyển giao kế trước"1895718958#: git-rebase--preserve-merges.sh:62818959#, sh-format18960msgid "Executing: $rest"18961msgstr "Thực thi: $rest"1896218963#: git-rebase--preserve-merges.sh:63618964#, sh-format18965msgid "Execution failed: $rest"18966msgstr "Thực thi gặp lỗi: $rest"1896718968#: git-rebase--preserve-merges.sh:63818969msgid "and made changes to the index and/or the working tree"18970msgstr "và tạo các thay đổi bảng mục lục và/hay cây làm việc"1897118972#: git-rebase--preserve-merges.sh:64018973msgid ""18974"You can fix the problem, and then run\n"18975"\n"18976"\tgit rebase --continue"18977msgstr ""18978"Bạn có thể sửa các trục trặc, và sau đó chạy lệnh “cải tổ”:\n"18979"\n"18980"\tgit rebase --continue"1898118982#. TRANSLATORS: after these lines is a command to be issued by the user18983#: git-rebase--preserve-merges.sh:65318984#, sh-format18985msgid ""18986"Execution succeeded: $rest\n"18987"but left changes to the index and/or the working tree\n"18988"Commit or stash your changes, and then run\n"18989"\n"18990"\tgit rebase --continue"18991msgstr ""18992"Thực thi thành công: $rest\n"18993"nhưng còn các thay đổi trong mục lục và/hoặc cây làm việc\n"18994"Chuyển giao hay tạm cất các thay đổi này đi, rồi chạy\n"18995"\n"18996"\tgit rebase --continue"1899718998#: git-rebase--preserve-merges.sh:66418999#, sh-format19000msgid "Unknown command: $command $sha1 $rest"19001msgstr "Lệnh chưa biết: $command $sha1 $rest"1900219003#: git-rebase--preserve-merges.sh:66519004msgid "Please fix this using 'git rebase --edit-todo'."19005msgstr "Vui lòng sửa lỗi này bằng cách dùng “git rebase --edit-todo”."1900619007#: git-rebase--preserve-merges.sh:70019008#, sh-format19009msgid "Successfully rebased and updated $head_name."19010msgstr "Cài tổ và cập nhật $head_name một cách thành công."1901119012#: git-rebase--preserve-merges.sh:75719013msgid "Could not remove CHERRY_PICK_HEAD"19014msgstr "Không thể xóa bỏ CHERRY_PICK_HEAD"1901519016#: git-rebase--preserve-merges.sh:76219017#, sh-format19018msgid ""19019"You have staged changes in your working tree.\n"19020"If these changes are meant to be\n"19021"squashed into the previous commit, run:\n"19022"\n"19023" git commit --amend $gpg_sign_opt_quoted\n"19024"\n"19025"If they are meant to go into a new commit, run:\n"19026"\n"19027" git commit $gpg_sign_opt_quoted\n"19028"\n"19029"In both cases, once you're done, continue with:\n"19030"\n"19031" git rebase --continue\n"19032msgstr ""19033"Bạn có các thay đổi so với trong bệ phóng trong\n"19034"thư mục làm việc của bạn. Nếu các thay đổi này là muốn\n"19035"squash vào lần chuyển giao kế trước, chạy:\n"19036"\n"19037" git commit --amend $gpg_sign_opt_quoted\n"19038"\n"19039"Nếu chúng có ý là đi đến lần chuyển giao mới, thì chạy:\n"19040"\n"19041" git commit $gpg_sign_opt_quoted\n"19042"\n"19043"Trong cả hai trường hợp, một khi bạn làm xong, tiếp tục bằng:\n"19044"\n"19045" git rebase --continue\n"1904619047#: git-rebase--preserve-merges.sh:77919048msgid "Error trying to find the author identity to amend commit"19049msgstr "Lỗi khi cố tìm định danh của tác giả để tu bổ lần chuyển giao"1905019051#: git-rebase--preserve-merges.sh:78419052msgid ""19053"You have uncommitted changes in your working tree. Please commit them\n"19054"first and then run 'git rebase --continue' again."19055msgstr ""19056"Bạn có các thay đổi chưa chuyển giao trong thư mục làm việc.\n"19057"Vui lòng chuyển giao chúng và sau đó chạy lệnh “git rebase --continue” lần "19058"nữa."1905919060#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:79319061msgid "Could not commit staged changes."19062msgstr "Không thể chuyển giao các thay đổi đã đưa lên bệ phóng."1906319064#: git-rebase--preserve-merges.sh:89319065msgid ""19066"\n"19067"However, if you remove everything, the rebase will be aborted.\n"19068"\n"19069msgstr ""19070"\n"19071"Tuy nhiên, nếu bạn xóa bỏ mọi thứ, việc cải tổ sẽ bị bãi bỏ.\n"19072"\n"1907319074#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:94719075msgid "Could not init rewritten commits"19076msgstr "Không thể khởi tạo các lần chuyển giao ghi lại"1907719078#: git-sh-setup.sh:89 git-sh-setup.sh:9419079#, sh-format19080msgid "usage: $dashless $USAGE"19081msgstr "cách dùng: $dashless $USAGE"1908219083#: git-sh-setup.sh:19019084#, sh-format19085msgid "Cannot chdir to $cdup, the toplevel of the working tree"19086msgstr ""19087"Không thể chuyển thư mục (chdir) sang $cdup, thư mục ở mức cao nhất của cây "19088"làm việc"1908919090#: git-sh-setup.sh:199 git-sh-setup.sh:20619091#, sh-format19092msgid "fatal: $program_name cannot be used without a working tree."19093msgstr ""19094"lỗi nghiêm trọng: $program_name không thể được dùng ngoaoif thư mục làm việc."1909519096#: git-sh-setup.sh:22019097msgid "Cannot rebase: You have unstaged changes."19098msgstr "Không thể cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."1909919100#: git-sh-setup.sh:22319101msgid "Cannot rewrite branches: You have unstaged changes."19102msgstr ""19103"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."1910419105#: git-sh-setup.sh:22619106msgid "Cannot pull with rebase: You have unstaged changes."19107msgstr ""19108"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."1910919110#: git-sh-setup.sh:22919111#, sh-format19112msgid "Cannot $action: You have unstaged changes."19113msgstr "Không thể $action: Bạn có các thay đổi chưa được đưa lên bệ phóng."1911419115#: git-sh-setup.sh:24219116msgid "Cannot rebase: Your index contains uncommitted changes."19117msgstr ""19118"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."1911919120#: git-sh-setup.sh:24519121msgid "Cannot pull with rebase: Your index contains uncommitted changes."19122msgstr "Không thể pull với cải tổ: Bạn có các thay đổi chưa được chuyển giao."1912319124#: git-sh-setup.sh:24819125#, sh-format19126msgid "Cannot $action: Your index contains uncommitted changes."19127msgstr ""19128"Không thể $action: Mục lục của bạn có chứa các thay đổi chưa được chuyển "19129"giao."1913019131#: git-sh-setup.sh:25219132msgid "Additionally, your index contains uncommitted changes."19133msgstr ""19134"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."1913519136#: git-sh-setup.sh:37219137msgid "You need to run this command from the toplevel of the working tree."19138msgstr "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."1913919140#: git-sh-setup.sh:37719141msgid "Unable to determine absolute path of git directory"19142msgstr "Không thể dò tìm đường dẫn tuyệt đối của thư mục git"1914319144#. TRANSLATORS: you can adjust this to align "git add -i" status menu19145#: git-add--interactive.perl:19619146#, perl-format19147msgid "%12s %12s %s"19148msgstr "%12s %12s %s"1914919150#: git-add--interactive.perl:19719151msgid "staged"19152msgstr "đã đưa lên bệ phóng"1915319154#: git-add--interactive.perl:19719155msgid "unstaged"19156msgstr "chưa đưa lên bệ phóng"1915719158#: git-add--interactive.perl:253 git-add--interactive.perl:27819159msgid "binary"19160msgstr "nhị phân"1916119162#: git-add--interactive.perl:262 git-add--interactive.perl:31619163msgid "nothing"19164msgstr "không có gì"1916519166#: git-add--interactive.perl:298 git-add--interactive.perl:31319167msgid "unchanged"19168msgstr "không thay đổi"1916919170#: git-add--interactive.perl:60919171#, perl-format19172msgid "added %d path\n"19173msgid_plural "added %d paths\n"19174msgstr[0] "đã thêm %d đường dẫn\n"1917519176#: git-add--interactive.perl:61219177#, perl-format19178msgid "updated %d path\n"19179msgid_plural "updated %d paths\n"19180msgstr[0] "đã cập nhật %d đường dẫn\n"1918119182#: git-add--interactive.perl:61519183#, perl-format19184msgid "reverted %d path\n"19185msgid_plural "reverted %d paths\n"19186msgstr[0] "đã hoàn nguyên %d đường dẫn\n"1918719188#: git-add--interactive.perl:61819189#, perl-format19190msgid "touched %d path\n"19191msgid_plural "touched %d paths\n"19192msgstr[0] "%d đường dẫn đã touch (chạm)\n"1919319194#: git-add--interactive.perl:62719195msgid "Update"19196msgstr "Cập nhật"1919719198#: git-add--interactive.perl:63919199msgid "Revert"19200msgstr "Hoàn nguyên"1920119202#: git-add--interactive.perl:66219203#, perl-format19204msgid "note: %s is untracked now.\n"19205msgstr "chú ý: %s giờ đã bỏ theo dõi.\n"1920619207#: git-add--interactive.perl:67319208msgid "Add untracked"19209msgstr "Thêm các cái chưa được theo dõi"1921019211#: git-add--interactive.perl:67919212msgid "No untracked files.\n"19213msgstr "Không có tập tin nào chưa được theo dõi.\n"1921419215#: git-add--interactive.perl:103319216msgid ""19217"If the patch applies cleanly, the edited hunk will immediately be\n"19218"marked for staging."19219msgstr ""19220"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"19221"được đánh dấu để chuyển lên bệ phóng."1922219223#: git-add--interactive.perl:103619224msgid ""19225"If the patch applies cleanly, the edited hunk will immediately be\n"19226"marked for stashing."19227msgstr ""19228"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"19229"được đánh dấu để tạm cất."1923019231#: git-add--interactive.perl:103919232msgid ""19233"If the patch applies cleanly, the edited hunk will immediately be\n"19234"marked for unstaging."19235msgstr ""19236"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"19237"được đánh dấu để bỏ chuyển lên bệ phóng."1923819239#: git-add--interactive.perl:1042 git-add--interactive.perl:105119240msgid ""19241"If the patch applies cleanly, the edited hunk will immediately be\n"19242"marked for applying."19243msgstr ""19244"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"19245"được đánh dấu để áp dụng."1924619247#: git-add--interactive.perl:1045 git-add--interactive.perl:104819248msgid ""19249"If the patch applies cleanly, the edited hunk will immediately be\n"19250"marked for discarding."19251msgstr ""19252"Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"19253"được đánh dấu để loại bỏ."1925419255#: git-add--interactive.perl:108519256#, perl-format19257msgid "failed to open hunk edit file for writing: %s"19258msgstr "gặp lỗi khi tập tin sửa hunk để ghi: %s"1925919260#: git-add--interactive.perl:108619261msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"19262msgstr "Chế độ sửa hunk bằng tay -- xem ở đáy để có hướng dẫn sử dụng nhanh.\n"1926319264#: git-add--interactive.perl:109219265#, perl-format19266msgid ""19267"---\n"19268"To remove '%s' lines, make them ' ' lines (context).\n"19269"To remove '%s' lines, delete them.\n"19270"Lines starting with %s will be removed.\n"19271msgstr ""19272"---\n"19273"Để gỡ bỏ các dòng “%s”, làm chúng thành những dòng “ “ (nội dung).\n"19274"Để xóa bỏ dòng “%s”, xóa chúng đi.\n"19275"Những dòng bắt đầu bằng %s sẽ bị loại bỏ.\n"1927619277#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.19278#: git-add--interactive.perl:110019279msgid ""19280"If it does not apply cleanly, you will be given an opportunity to\n"19281"edit again. If all lines of the hunk are removed, then the edit is\n"19282"aborted and the hunk is left unchanged.\n"19283msgstr ""19284"Nếu miếng vá không được áp dụng sạch sẽ, bạn sẽ có một cơ hội\n"19285"để sửa lần nữa. Nếu mọi dòng của hunk bị xóa bỏ, thế thì những\n"19286"sửa dổi sẽ bị loại bỏ, và hunk vẫn giữ nguyên.\n"1928719288#: git-add--interactive.perl:111419289#, perl-format19290msgid "failed to open hunk edit file for reading: %s"19291msgstr "gặp lỗi khi mở tập tin hunk để đọc: %s"1929219293#. TRANSLATORS: do not translate [y/n]19294#. The program will only accept that input19295#. at this point.19296#. Consider translating (saying "no" discards!) as19297#. (saying "n" for "no" discards!) if the translation19298#. of the word "no" does not start with n.19299#: git-add--interactive.perl:121319300msgid ""19301"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "19302msgstr ""19303"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 "19304"bỏ!) [y/n]? "1930519306#: git-add--interactive.perl:122219307msgid ""19308"y - stage this hunk\n"19309"n - do not stage this hunk\n"19310"q - quit; do not stage this hunk or any of the remaining ones\n"19311"a - stage this hunk and all later hunks in the file\n"19312"d - do not stage this hunk or any of the later hunks in the file"19313msgstr ""19314"y - đưa lên bệ phóng hunk này\n"19315"n - đừng đưa lên bệ phóng hunk này\n"19316"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"19317"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"19318"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 "19319"tin"1932019321#: git-add--interactive.perl:122819322msgid ""19323"y - stash this hunk\n"19324"n - do not stash this hunk\n"19325"q - quit; do not stash this hunk or any of the remaining ones\n"19326"a - stash this hunk and all later hunks in the file\n"19327"d - do not stash this hunk or any of the later hunks in the file"19328msgstr ""19329"y - tạm cất hunk này\n"19330"n - đừng tạm cất hunk này\n"19331"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"19332"a - tạm cất hunk này và tất cả các hunk sau này trong tập tin\n"19333"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"1933419335#: git-add--interactive.perl:123419336msgid ""19337"y - unstage this hunk\n"19338"n - do not unstage this hunk\n"19339"q - quit; do not unstage this hunk or any of the remaining ones\n"19340"a - unstage this hunk and all later hunks in the file\n"19341"d - do not unstage this hunk or any of the later hunks in the file"19342msgstr ""19343"y - đưa ra khỏi bệ phóng hunk này\n"19344"n - đừng đưa ra khỏi bệ phóng hunk này\n"19345"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 "19346"lại\n"19347"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"19348"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 "19349"tập tin"1935019351#: git-add--interactive.perl:124019352msgid ""19353"y - apply this hunk to index\n"19354"n - do not apply this hunk to index\n"19355"q - quit; do not apply this hunk or any of the remaining ones\n"19356"a - apply this hunk and all later hunks in the file\n"19357"d - do not apply this hunk or any of the later hunks in the file"19358msgstr ""19359"y - áp dụng hunk này vào mục lục\n"19360"n - đừng áp dụng hunk này vào mục lục\n"19361"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"19362"a - áp dụng hunk này và tất cả các hunk sau này trong tập tin\n"19363"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"1936419365#: git-add--interactive.perl:124619366msgid ""19367"y - discard this hunk from worktree\n"19368"n - do not discard this hunk from worktree\n"19369"q - quit; do not discard this hunk or any of the remaining ones\n"19370"a - discard this hunk and all later hunks in the file\n"19371"d - do not discard this hunk or any of the later hunks in the file"19372msgstr ""19373"y - loại bỏ hunk này khỏi cây làm việc\n"19374"n - đừng loại bỏ hunk khỏi cây làm việc\n"19375"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"19376"a - loại bỏ hunk này và tất cả các hunk sau này trong tập tin\n"19377"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"1937819379#: git-add--interactive.perl:125219380msgid ""19381"y - discard this hunk from index and worktree\n"19382"n - do not discard this hunk from index and worktree\n"19383"q - quit; do not discard this hunk or any of the remaining ones\n"19384"a - discard this hunk and all later hunks in the file\n"19385"d - do not discard this hunk or any of the later hunks in the file"19386msgstr ""19387"y - loại bỏ hunk này khỏi mục lục và cây làm việc\n"19388"n - đừng loại bỏ hunk khỏi mục lục và cây làm việc\n"19389"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"19390"a - loại bỏ hunk này và tất cả các hunk sau này trong tập tin\n"19391"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"1939219393#: git-add--interactive.perl:125819394msgid ""19395"y - apply this hunk to index and worktree\n"19396"n - do not apply this hunk to index and worktree\n"19397"q - quit; do not apply this hunk or any of the remaining ones\n"19398"a - apply this hunk and all later hunks in the file\n"19399"d - do not apply this hunk or any of the later hunks in the file"19400msgstr ""19401"y - áp dụng hunk này vào mục lục và cây làm việc\n"19402"n - đừng áp dụng hunk vào mục lục và cây làm việc\n"19403"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"19404"a - áp dụng hunk này và tất cả các hunk sau này trong tập tin\n"19405"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"1940619407#: git-add--interactive.perl:127319408msgid ""19409"g - select a hunk to go to\n"19410"/ - search for a hunk matching the given regex\n"19411"j - leave this hunk undecided, see next undecided hunk\n"19412"J - leave this hunk undecided, see next hunk\n"19413"k - leave this hunk undecided, see previous undecided hunk\n"19414"K - leave this hunk undecided, see previous hunk\n"19415"s - split the current hunk into smaller hunks\n"19416"e - manually edit the current hunk\n"19417"? - print help\n"19418msgstr ""19419"g - chọn một hunk muốn tới\n"19420"/ - tìm một hunk khớp với biểu thức chính quy đưa ra\n"19421"j - để lại hunk này là chưa quyết định, xem hunk chưa quyết định kế\n"19422"J - để lại hunk này là chưa quyết định, xem hunk kế\n"19423"k - để lại hunk này là chưa quyết định, xem hunk chưa quyết định kế trước\n"19424"K - để lại hunk này là chưa quyết định, xem hunk kế trước\n"19425"s - chia hunk hiện tại thành các hunk nhỏ hơn\n"19426"e - sửa bằng tay hunk hiện hành\n"19427"? - in trợ giúp\n"1942819429#: git-add--interactive.perl:130419430msgid "The selected hunks do not apply to the index!\n"19431msgstr "Các hunk đã chọn không được áp dụng vào bảng mục lục!\n"1943219433#: git-add--interactive.perl:130519434msgid "Apply them to the worktree anyway? "19435msgstr "Vẫn áp dụng chúng cho cây làm việc? "1943619437#: git-add--interactive.perl:130819438msgid "Nothing was applied.\n"19439msgstr "Đã không áp dụng gì cả.\n"1944019441#: git-add--interactive.perl:131919442#, perl-format19443msgid "ignoring unmerged: %s\n"19444msgstr "bỏ qua những thứ chưa hòa trộn: %s\n"1944519446#: git-add--interactive.perl:132819447msgid "Only binary files changed.\n"19448msgstr "Chỉ có các tập tin nhị phân là thay đổi.\n"1944919450#: git-add--interactive.perl:133019451msgid "No changes.\n"19452msgstr "Không có thay đổi nào.\n"1945319454#: git-add--interactive.perl:133819455msgid "Patch update"19456msgstr "Cập nhật miếng vá"1945719458#: git-add--interactive.perl:139019459#, perl-format19460msgid "Stage mode change [y,n,q,a,d%s,?]? "19461msgstr "Thay đổi chế độ bệ phóng [y,n,q,a,d%s,?]? "1946219463#: git-add--interactive.perl:139119464#, perl-format19465msgid "Stage deletion [y,n,q,a,d%s,?]? "19466msgstr "Xóa khỏi bệ phóng [y,n,q,a,d%s,?]? "1946719468#: git-add--interactive.perl:139219469#, perl-format19470msgid "Stage this hunk [y,n,q,a,d%s,?]? "19471msgstr "Đưa lên bệ phóng hunk này [y,n,q,a,d%s,?]? "1947219473#: git-add--interactive.perl:139519474#, perl-format19475msgid "Stash mode change [y,n,q,a,d%s,?]? "19476msgstr "Thay đổi chế độ tạm cất đi [y,n,q,a,d%s,?]? "1947719478#: git-add--interactive.perl:139619479#, perl-format19480msgid "Stash deletion [y,n,q,a,d%s,?]? "19481msgstr "Xóa tạm cất [y,n,q,a,d%s,?]? "1948219483#: git-add--interactive.perl:139719484#, perl-format19485msgid "Stash this hunk [y,n,q,a,d%s,?]? "19486msgstr "Tạm cất hunk này [y,n,q,a,d%s,?]? "1948719488#: git-add--interactive.perl:140019489#, perl-format19490msgid "Unstage mode change [y,n,q,a,d%s,?]? "19491msgstr "Thay đổi chế độ bỏ ra khỏi bệ phóng [y,n,q,a,d%s,?]? "1949219493#: git-add--interactive.perl:140119494#, perl-format19495msgid "Unstage deletion [y,n,q,a,d%s,?]? "19496msgstr "Xóa bỏ việc bỏ ra khỏi bệ phóng [y,n,q,a,d%s,?]? "1949719498#: git-add--interactive.perl:140219499#, perl-format19500msgid "Unstage this hunk [y,n,q,a,d%s,?]? "19501msgstr "Bỏ ra khỏi bệ phóng hunk này [y,n,q,a,d%s,?]? "1950219503#: git-add--interactive.perl:140519504#, perl-format19505msgid "Apply mode change to index [y,n,q,a,d%s,?]? "19506msgstr "Áp dụng thay đổi chế độ cho mục lục [y,n,q,a,d%s,?]? "1950719508#: git-add--interactive.perl:140619509#, perl-format19510msgid "Apply deletion to index [y,n,q,a,d%s,?]? "19511msgstr "Áp dụng việc xóa vào mục lục [y,n,q,a,d%s,?]? "1951219513#: git-add--interactive.perl:140719514#, perl-format19515msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "19516msgstr "Áo dụng hunk này vào mục lục [y,n,q,a,d%s,?]? "1951719518#: git-add--interactive.perl:141019519#, perl-format19520msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "19521msgstr "Loại bỏ các thay đổi chế độ từ cây làm việc [y,n,q,a,d%s,?]? "1952219523#: git-add--interactive.perl:141119524#, perl-format19525msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "19526msgstr "Loại bỏ việc xóa khỏi cây làm việc [y,n,q,a,d%s,?]? "1952719528#: git-add--interactive.perl:141219529#, perl-format19530msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "19531msgstr "Loại bỏ hunk này khỏi cây làm việc [y,n,q,a,d%s,?]? "1953219533#: git-add--interactive.perl:141519534#, perl-format19535msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "19536msgstr "Loại bỏ thay đổi chế độ từ mục lục và cây làm việc [y,n,q,a,d%s,?]? "1953719538#: git-add--interactive.perl:141619539#, perl-format19540msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "19541msgstr "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,?]? "1954219543#: git-add--interactive.perl:141719544#, perl-format19545msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "19546msgstr "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,?]? "1954719548#: git-add--interactive.perl:142019549#, perl-format19550msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "19551msgstr "Áp dụng thay đổi chế độ cho mục lục và cây làm việc [y,n,q,a,d%s,?]? "1955219553#: git-add--interactive.perl:142119554#, perl-format19555msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "19556msgstr "Á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,?]? "1955719558#: git-add--interactive.perl:142219559#, perl-format19560msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "19561msgstr "Á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,?]? "1956219563#: git-add--interactive.perl:152219564msgid "No other hunks to goto\n"19565msgstr "Không còn hunk nào để mà nhảy đến\n"1956619567#: git-add--interactive.perl:152919568msgid "go to which hunk (<ret> to see more)? "19569msgstr "nhảy đến hunk nào (<ret> để xem thêm)? "1957019571#: git-add--interactive.perl:153119572msgid "go to which hunk? "19573msgstr "nhảy đến hunk nào?"1957419575#: git-add--interactive.perl:154019576#, perl-format19577msgid "Invalid number: '%s'\n"19578msgstr "Số không hợp lệ: “%s”\n"1957919580#: git-add--interactive.perl:154519581#, perl-format19582msgid "Sorry, only %d hunk available.\n"19583msgid_plural "Sorry, only %d hunks available.\n"19584msgstr[0] "Rất tiếc, chỉ có sẵn %d hunk..\n"1958519586#: git-add--interactive.perl:157119587msgid "No other hunks to search\n"19588msgstr "Không còn hunk nào để mà tìm kiếm\n"1958919590#: git-add--interactive.perl:157519591msgid "search for regex? "19592msgstr "tìm kiếm cho regex? "1959319594#: git-add--interactive.perl:158819595#, perl-format19596msgid "Malformed search regexp %s: %s\n"19597msgstr "Định dạng tìm kiếm của biểu thức chính quy không đúng %s: %s\n"1959819599#: git-add--interactive.perl:159819600msgid "No hunk matches the given pattern\n"19601msgstr "Không thấy hunk nào khớp mẫu đã cho\n"1960219603#: git-add--interactive.perl:1610 git-add--interactive.perl:163219604msgid "No previous hunk\n"19605msgstr "Không có hunk kế trước\n"1960619607#: git-add--interactive.perl:1619 git-add--interactive.perl:163819608msgid "No next hunk\n"19609msgstr "Không có hunk kế tiếp\n"1961019611#: git-add--interactive.perl:164419612msgid "Sorry, cannot split this hunk\n"19613msgstr "Rất tiếc, không thể chia nhỏ hunk này\n"1961419615#: git-add--interactive.perl:165019616#, perl-format19617msgid "Split into %d hunk.\n"19618msgid_plural "Split into %d hunks.\n"19619msgstr[0] "Chi nhỏ thành %d hunks.\n"1962019621#: git-add--interactive.perl:166019622msgid "Sorry, cannot edit this hunk\n"19623msgstr "Rất tiếc, không thể sửa hunk này\n"1962419625#: git-add--interactive.perl:170619626msgid "Review diff"19627msgstr "Xem xét lại diff"1962819629#. TRANSLATORS: please do not translate the command names19630#. 'status', 'update', 'revert', etc.19631#: git-add--interactive.perl:172519632msgid ""19633"status - show paths with changes\n"19634"update - add working tree state to the staged set of changes\n"19635"revert - revert staged set of changes back to the HEAD version\n"19636"patch - pick hunks and update selectively\n"19637"diff - view diff between HEAD and index\n"19638"add untracked - add contents of untracked files to the staged set of "19639"changes\n"19640msgstr ""19641"status - hiển thị các đường dẫn với các thay đổi\n"19642"update - đặt trạng thái cây làm việc thành tập hợp các thay đổi đã "19643"đặt lên bệ phóng\n"19644"revert - hoàn nguyên tập hợp các thay đổi đã đặt lên bệ phóng trở lại "19645"phiên bản HEAD\n"19646"patch - cậy các hunk và cập nhật có lựa chọn\n"19647"diff\t - xem khác biệt giữa HEAD và mục lục\n"19648"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 "19649"thay đổi đã đặt lên bệ phóng\n"1965019651#: git-add--interactive.perl:1742 git-add--interactive.perl:174719652#: git-add--interactive.perl:1750 git-add--interactive.perl:175719653#: git-add--interactive.perl:1761 git-add--interactive.perl:176719654msgid "missing --"19655msgstr "thiếu --"1965619657#: git-add--interactive.perl:176319658#, perl-format19659msgid "unknown --patch mode: %s"19660msgstr "không hiểu chế độ --patch: %s"1966119662#: git-add--interactive.perl:1769 git-add--interactive.perl:177519663#, perl-format19664msgid "invalid argument %s, expecting --"19665msgstr "đối số không hợp lệ %s, cần --"1966619667#: git-send-email.perl:13019668msgid "local zone differs from GMT by a non-minute interval\n"19669msgstr "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"1967019671#: git-send-email.perl:137 git-send-email.perl:14319672msgid "local time offset greater than or equal to 24 hours\n"19673msgstr "khoảng bù thời gian nội bộ lớn hơn hoặc bằng 24 giờ\n"1967419675#: git-send-email.perl:211 git-send-email.perl:21719676msgid "the editor exited uncleanly, aborting everything"19677msgstr "trình soạn thảo thoát không sạch sẽ, bãi bỏ mọi thứ"1967819679#: git-send-email.perl:29419680#, perl-format19681msgid ""19682"'%s' contains an intermediate version of the email you were composing.\n"19683msgstr "“%s” có chưa một phiên bản trung gian của thư bạn đã soạn.\n"1968419685#: git-send-email.perl:29919686#, perl-format19687msgid "'%s.final' contains the composed email.\n"19688msgstr "“%s.final” chứa thư điện tử đã soạn thảo.\n"1968919690#: git-send-email.perl:31719691msgid "--dump-aliases incompatible with other options\n"19692msgstr "--dump-aliases xung khắc với các tùy chọn khác\n"1969319694#: git-send-email.perl:383 git-send-email.perl:63819695msgid "Cannot run git format-patch from outside a repository\n"19696msgstr "Không thể chạy git format-patch ở ngoài một kho chứa\n"1969719698#: git-send-email.perl:38619699msgid ""19700"`batch-size` and `relogin` must be specified together (via command-line or "19701"configuration option)\n"19702msgstr ""19703"“batch-size” và “relogin” phải được chỉ định cùng với nhau (thông qua dòng "19704"lệnh hoặc tùy chọn cấu hình)\n"1970519706#: git-send-email.perl:45619707#, perl-format19708msgid "Unknown --suppress-cc field: '%s'\n"19709msgstr "Không hiểu trường --suppress-cc: “%s”\n"1971019711#: git-send-email.perl:48519712#, perl-format19713msgid "Unknown --confirm setting: '%s'\n"19714msgstr "Không hiểu cài đặt --confirm: “%s”\n"1971519716#: git-send-email.perl:51319717#, perl-format19718msgid "warning: sendmail alias with quotes is not supported: %s\n"19719msgstr "cảnh báo: bí danh sendmail với dấu trích dẫn không được hỗ trợ: %s\n"1972019721#: git-send-email.perl:51519722#, perl-format19723msgid "warning: `:include:` not supported: %s\n"19724msgstr "cảnh báo: “:include:“ không được hỗ trợ: %s\n"1972519726#: git-send-email.perl:51719727#, perl-format19728msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"19729msgstr "cảnh báo: chuyển hướng “/file“ hay “|pipe“ không được hỗ trợ: %s\n"1973019731#: git-send-email.perl:52219732#, perl-format19733msgid "warning: sendmail line is not recognized: %s\n"19734msgstr "cảnh báo: dòng sendmail không nhận ra được: %s\n"1973519736#: git-send-email.perl:60419737#, perl-format19738msgid ""19739"File '%s' exists but it could also be the range of commits\n"19740"to produce patches for. Please disambiguate by...\n"19741"\n"19742" * Saying \"./%s\" if you mean a file; or\n"19743" * Giving --format-patch option if you mean a range.\n"19744msgstr ""19745"Tập tin “%s” đã có sẵn nhưng nó có lẽ cũng là chuẩn bị của\n"19746"các miếng vá tạo lần chuyển giao. Vui lòng làm rõ ý bằng…\n"19747"\n"19748" * Nói \"./%s\" nếu ý bạn là một tập tin; hoặc\n"19749" * Đưa ra tùy chọn --format-patch nếu ý bạn là chuẩn bị.\n"1975019751#: git-send-email.perl:62519752#, perl-format19753msgid "Failed to opendir %s: %s"19754msgstr "Gặp lỗi khi mở thư mục “%s”: %s"1975519756#: git-send-email.perl:64919757#, perl-format19758msgid ""19759"fatal: %s: %s\n"19760"warning: no patches were sent\n"19761msgstr ""19762"nghiêm trọng: %s: %s\n"19763"cảnh báo: không có miếng vá nào được gửi đi\n"1976419765#: git-send-email.perl:66019766msgid ""19767"\n"19768"No patch files specified!\n"19769"\n"19770msgstr ""19771"\n"19772"Chưa chỉ định các tập tin miếng vá!\n"19773"\n"1977419775#: git-send-email.perl:67319776#, perl-format19777msgid "No subject line in %s?"19778msgstr "Không có dòng chủ đề trong %s?"1977919780#: git-send-email.perl:68319781#, perl-format19782msgid "Failed to open for writing %s: %s"19783msgstr "Gặp lỗi khi mở “%s” để ghi: %s"1978419785#: git-send-email.perl:69419786msgid ""19787"Lines beginning in \"GIT:\" will be removed.\n"19788"Consider including an overall diffstat or table of contents\n"19789"for the patch you are writing.\n"19790"\n"19791"Clear the body content if you don't wish to send a summary.\n"19792msgstr ""19793"Các dòng bắt đầu bằng \"GIT:\" sẽ bị xóa bỏ.\n"19794"Cân nhắc bao gồm một thống kê diff toàn thể hay bảng nội dung\n"19795"cho miếng vá mà bạn đang viết.\n"19796"\n"19797"Xóa nội dung phần thân nếu bạn không muốn gửi tóm tắt.\n"1979819799#: git-send-email.perl:71819800#, perl-format19801msgid "Failed to open %s: %s"19802msgstr "Gặp lỗi khi mở “%s”: %s"1980319804#: git-send-email.perl:73519805#, perl-format19806msgid "Failed to open %s.final: %s"19807msgstr "Gặp lỗi khi mở %s.final: %s"1980819809#: git-send-email.perl:77819810msgid "Summary email is empty, skipping it\n"19811msgstr "Thư tổng thể là trống rỗng, nên bỏ qua nó\n"1981219813#. TRANSLATORS: please keep [y/N] as is.19814#: git-send-email.perl:81319815#, perl-format19816msgid "Are you sure you want to use <%s> [y/N]? "19817msgstr "Bạn có chắc muốn dùng <%s> [y/N]? "1981819819#: git-send-email.perl:86819820msgid ""19821"The following files are 8bit, but do not declare a Content-Transfer-"19822"Encoding.\n"19823msgstr ""19824"Các trường sau đây là 8bit, nhưng không khai báo một Content-Transfer-"19825"Encoding.\n"1982619827#: git-send-email.perl:87319828msgid "Which 8bit encoding should I declare [UTF-8]? "19829msgstr "Bảng mã 8bit nào tôi nên khai báo [UTF-8]? "1983019831#: git-send-email.perl:88119832#, perl-format19833msgid ""19834"Refusing to send because the patch\n"19835"\t%s\n"19836"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "19837"want to send.\n"19838msgstr ""19839"Từ chối gửi bởi vì miếng vá\n"19840"\t%s\n"19841"có chủ đề ở dạng mẫu “*** SUBJECT HERE ***”. Dùng --force nếu bạn thực sự "19842"muốn gửi.\n"1984319844#: git-send-email.perl:90019845msgid "To whom should the emails be sent (if anyone)?"19846msgstr "Tới người mà thư được gửi (nếu có)?"1984719848#: git-send-email.perl:91819849#, perl-format19850msgid "fatal: alias '%s' expands to itself\n"19851msgstr "nghiêm trọng: bí danh “%s” được khai triển thành chính nó\n"1985219853#: git-send-email.perl:93019854msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "19855msgstr "Message-ID được dùng như là In-Reply-To cho thư đầu tiên (nếu có)? "1985619857#: git-send-email.perl:988 git-send-email.perl:99619858#, perl-format19859msgid "error: unable to extract a valid address from: %s\n"19860msgstr "lỗi: không thể rút trích một địa chỉ hợp lệ từ: %s\n"1986119862#. TRANSLATORS: Make sure to include [q] [d] [e] in your19863#. translation. The program will only accept English input19864#. at this point.19865#: git-send-email.perl:100019866msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "19867msgstr "Làm gì với địa chỉ này? (thoát[q]|xóa[d]|sửa[e]): "1986819869#: git-send-email.perl:131719870#, perl-format19871msgid "CA path \"%s\" does not exist"19872msgstr "đường dẫn CA “%s” không tồn tại"1987319874#: git-send-email.perl:140019875msgid ""19876" The Cc list above has been expanded by additional\n"19877" addresses found in the patch commit message. By default\n"19878" send-email prompts before sending whenever this occurs.\n"19879" This behavior is controlled by the sendemail.confirm\n"19880" configuration setting.\n"19881"\n"19882" For additional information, run 'git send-email --help'.\n"19883" To retain the current behavior, but squelch this message,\n"19884" run 'git config --global sendemail.confirm auto'.\n"19885"\n"19886msgstr ""19887" Danh sách Cc ở trên được diễn giải bằng các địa chỉ phụ\n"19888" thêm tìm thấy trong lời ghi chú lần chuyển giao của miếng vá.\n"19889" Theo mặc định send-email sẽ nhắc trước khi gửi bất cứ khi\n"19890" 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"19891" đặt cấu hình sendemail.confirm.\n"19892"\n"19893" Để biết thêm chi tiết, hãy chạy lệnh “git send-email --help”.\n"19894" Để giữ lại cách hành xử hiện nay, làm hết lời nhắn này,\n"19895" chạy “git config --global sendemail.confirm auto”.\n"19896"\n"1989719898#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your19899#. translation. The program will only accept English input19900#. at this point.19901#: git-send-email.perl:141519902msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "19903msgstr "Gửi thư này chứ? ([y]có|[n]không|[e]sửa|[q]thoát|[a]tất): "1990419905#: git-send-email.perl:141819906msgid "Send this email reply required"19907msgstr "Gửi thư này trả lời yêu cầu"1990819909#: git-send-email.perl:144619910msgid "The required SMTP server is not properly defined."19911msgstr "Máy phục vụ SMTP chưa được định nghĩa một cách thích hợp."1991219913#: git-send-email.perl:149319914#, perl-format19915msgid "Server does not support STARTTLS! %s"19916msgstr "Máy chủ không hỗ trợ STARTTLS! %s"1991719918#: git-send-email.perl:1498 git-send-email.perl:150219919#, perl-format19920msgid "STARTTLS failed! %s"19921msgstr "STARTTLS gặp lỗi! %s"1992219923#: git-send-email.perl:151119924msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."19925msgstr ""19926"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-"19927"debug."1992819929#: git-send-email.perl:152919930#, perl-format19931msgid "Failed to send %s\n"19932msgstr "Gặp lỗi khi gửi %s\n"1993319934#: git-send-email.perl:153219935#, perl-format19936msgid "Dry-Sent %s\n"19937msgstr "Thử gửi %s\n"1993819939#: git-send-email.perl:153219940#, perl-format19941msgid "Sent %s\n"19942msgstr "Gửi %s\n"1994319944#: git-send-email.perl:153419945msgid "Dry-OK. Log says:\n"19946msgstr "Dry-OK. Nhật ký nói rằng:\n"1994719948#: git-send-email.perl:153419949msgid "OK. Log says:\n"19950msgstr "OK. Nhật ký nói rằng:\n"1995119952#: git-send-email.perl:154619953msgid "Result: "19954msgstr "Kết quả: "1995519956#: git-send-email.perl:154919957msgid "Result: OK\n"19958msgstr "Kết quả: Tốt\n"1995919960#: git-send-email.perl:156719961#, perl-format19962msgid "can't open file %s"19963msgstr "không thể mở tập tin “%s”"1996419965#: git-send-email.perl:1614 git-send-email.perl:163419966#, perl-format19967msgid "(mbox) Adding cc: %s from line '%s'\n"19968msgstr "(mbox) Thêm cc: %s từ dòng “%s”\n"1996919970#: git-send-email.perl:162019971#, perl-format19972msgid "(mbox) Adding to: %s from line '%s'\n"19973msgstr "(mbox) Đang thêm to: %s từ dòng “%s”\n"1997419975#: git-send-email.perl:167319976#, perl-format19977msgid "(non-mbox) Adding cc: %s from line '%s'\n"19978msgstr "(non-mbox) Thêm cc: %s từ dòng “%s”\n"1997919980#: git-send-email.perl:169819981#, perl-format19982msgid "(body) Adding cc: %s from line '%s'\n"19983msgstr "(body) Thêm cc: %s từ dòng “%s”\n"1998419985#: git-send-email.perl:180919986#, perl-format19987msgid "(%s) Could not execute '%s'"19988msgstr "(%s) Không thể thực thi “%s”"1998919990#: git-send-email.perl:181619991#, perl-format19992msgid "(%s) Adding %s: %s from: '%s'\n"19993msgstr "(%s) Đang thêm %s: %s từ: “%s”\n"1999419995#: git-send-email.perl:182019996#, perl-format19997msgid "(%s) failed to close pipe to '%s'"19998msgstr "(%s) gặp lỗi khi đóng đường ống đến “%s”"1999920000#: git-send-email.perl:185020001msgid "cannot send message as 7bit"20002msgstr "không thể lấy gửi thư dạng 7 bít"2000320004#: git-send-email.perl:185820005msgid "invalid transfer encoding"20006msgstr "bảng mã truyền không hợp lệ"2000720008#: git-send-email.perl:1899 git-send-email.perl:1951 git-send-email.perl:196120009#, perl-format20010msgid "unable to open %s: %s\n"20011msgstr "không thể mở %s: %s\n"2001220013#: git-send-email.perl:190220014#, perl-format20015msgid "%s: patch contains a line longer than 998 characters"20016msgstr "%s: miếng vá có chứa dòng dài hơn 998 ký tự"2001720018#: git-send-email.perl:191920019#, perl-format20020msgid "Skipping %s with backup suffix '%s'.\n"20021msgstr "Bỏ qua %s với hậu tố sao lưu dự phòng “%s”.\n"2002220023#. TRANSLATORS: please keep "[y|N]" as is.20024#: git-send-email.perl:192320025#, perl-format20026msgid "Do you really want to send %s? [y|N]: "20027msgstr "Bạn có thực sự muốn gửi %s? [y|N](có/KHÔNG): "2002820029#~ msgid "could not parse '%s' (looking for '%s'"20030#~ msgstr "không thể phân tích “%s” (tìm kiếm cho “%s”"2003120032#~ msgid "push|fetch"20033#~ msgstr "push|fetch"2003420035#~ msgid "Dirty index: cannot merge (dirty: %s)"20036#~ msgstr "Bảng mục lục bẩn: không thể hòa trộn (bẩn: %s)"2003720038#~ msgid "(+/-)x"20039#~ msgstr "(+/-)x"2004020041#~ msgid "<command>"20042#~ msgstr "<lệnh>"2004320044#~ msgid "w[,i1[,i2]]"20045#~ msgstr "w[,i1[,i2]]"2004620047#~ msgid "Entering '$displaypath'"20048#~ msgstr "Đang vào “$displaypath”"2004920050#~ msgid "Stopping at '$displaypath'; script returned non-zero status."20051#~ msgstr "Dừng lại tại “$displaypath”; script trả về trạng thái khác không."2005220053#~ msgid "Everyday Git With 20 Commands Or So"20054#~ msgstr "Mỗi ngày học 20 lệnh Git hay hơn"2005520056#~ msgid "Could not open '%s' for writing"20057#~ msgstr "Không thể mở “%s” để ghi"2005820059#~ msgid ""20060#~ "unexpected 1st line of squash message:\n"20061#~ "\n"20062#~ "\t%.*s"20063#~ msgstr ""20064#~ "không cần dòng thứ nhất của ghi chú squash:\n"20065#~ "\n"20066#~ "\t%.*s"2006720068#~ msgid ""20069#~ "invalid 1st line of squash message:\n"20070#~ "\n"20071#~ "\t%.*s"20072#~ msgstr ""20073#~ "dòng thứ nhất của ghi chú squash không hợp lệ:\n"20074#~ "\n"20075#~ "\t%.*s"2007620077#~ msgid "BUG: returned path string doesn't match cwd?"20078#~ msgstr "LỖI: trả về chuỗi đường dẫn không khớp cwd?"2007920080#~ msgid "Error in object"20081#~ msgstr "Lỗi trong đối tượng"2008220083#~ msgid "git fetch-pack: expected ACK/NAK, got EOF"20084#~ msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được EOF"2008520086#~ msgid "invalid filter-spec expression '%s'"20087#~ msgstr "biểu thức đặc tả bộ lọc “%s” không hợp lệ"2008820089#~ msgid "The copy of the patch that failed is found in: %s"20090#~ 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"2009120092#~ msgid "pathspec and --all are incompatible"20093#~ msgstr "đặc tả đường dẫn và --all xung khắc nhau"2009420095#~ msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"20096#~ msgstr ""20097#~ "Mô-đun-con “$name” ($url) được bỏ đăng ký cho đường dẫn “$displaypath”"2009820099#~ msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"20100#~ msgstr "Các trường To/Cc/Bcc không được phiên dịch, chúng bị bỏ qua\n"2010120102#~ msgid ""20103#~ "empty strings as pathspecs will be made invalid in upcoming releases. "20104#~ "please use . instead if you meant to match all paths"20105#~ msgstr ""20106#~ "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 "20107#~ "lòng dùng . để thay thế nếu ý bạn là khớp mọi đường dẫn"2010820109#~ msgid "could not truncate '%s'"20110#~ msgstr "không thể cắt cụt “%s”"2011120112#~ msgid "could not finish '%s'"20113#~ msgstr "không thể hoàn thành “%s”"2011420115#~ msgid "could not write to %s"20116#~ msgstr "không thể ghi vào %s"2011720118#~ msgid "could not close %s"20119#~ msgstr "không thể đóng %s"2012020121#~ msgid "Copied a misnamed branch '%s' away"20122#~ msgstr "Đã chép nhánh khuyết danh “%s” đi"2012320124#~ msgid "it does not make sense to create 'HEAD' manually"20125#~ msgstr "không hợp lý khi tạo “HEAD” thủ công"2012620127#~ msgid "Don't know how to clone %s"20128#~ msgstr "Không biết làm cách nào để nhân bản (clone) %s"2012920130#~ msgid "show ignored files"20131#~ msgstr "hiển thị các tập tin ẩn"2013220133#~ msgid "Don't know how to fetch from %s"20134#~ msgstr "Không biết làm cách nào để lấy về từ %s"2013520136#~ msgid "'$term' is not a valid term"20137#~ msgstr "“$term” không phải là thời kỳ hợp lệ"2013820139#~ msgid ""20140#~ "error: unknown option for 'stash save': $option\n"20141#~ " To provide a message, use git stash save -- '$option'"20142#~ msgstr ""20143#~ "lỗi: không hiểu tùy chọn cho “stash save”: $option\n"20144#~ " Để có thể dùng lời chú thích có chứa -- ở đầu,\n"20145#~ " dùng git stash save -- \"$option\""2014620147#~ msgid "Failed to recurse into submodule path '$sm_path'"20148#~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$sm_path”"2014920150#~ msgid "%%(trailers) does not take arguments"20151#~ msgstr "%%(trailers) không nhận các đối số"2015220153#~ msgid "submodule update strategy not supported for submodule '%s'"20154#~ msgstr ""20155#~ "chiến lược cập nhật mô-đun-con không được hỗ trợ cho mô-đun-con “%s”"2015620157#~ msgid "change upstream info"20158#~ msgstr "thay đổi thông tin thượng nguồn"2015920160#~ msgid ""20161#~ "\n"20162#~ "If you wanted to make '%s' track '%s', do this:\n"20163#~ "\n"20164#~ msgstr ""20165#~ "\n"20166#~ "Nếu bạn muốn “%s” theo dõi “%s”, thực hiện lệnh sau:\n"20167#~ "\n"2016820169#~ msgid "basename"20170#~ msgstr "tên cơ sở"2017120172#~ msgid "prepend parent project's basename to output"20173#~ msgstr "treo vào trước tên cơ sở cha mẹ của đường dẫn vào kết xuất"2017420175#~ msgid ""20176#~ "When you have resolved this problem, run \"git rebase --continue\".\n"20177#~ "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"20178#~ "To check out the original branch and stop rebasing, run \"git rebase --"20179#~ "abort\"."20180#~ msgstr ""20181#~ "Khi bạn cần giải quyết vấn đề này hãy chạy lệnh \"git rebase --continue"20182#~ "\".\n"20183#~ "Nếu bạn có ý định bỏ qua miếng vá, thay vào đó bạn chạy \"git rebase --"20184#~ "skip\".\n"20185#~ "Để 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 "20186#~ "\"git rebase --abort\"."2018720188#~ msgid ""20189#~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"20190#~ " - $line"20191#~ msgstr ""20192#~ "Cảnh báo: SHA-1 bị thiếu hoặc không phải là một lần chuyển giao trong "20193#~ "dòng sau đây:\n"20194#~ " - $line"2019520196#~ msgid ""20197#~ "Warning: the command isn't recognized in the following line:\n"20198#~ " - $line"20199#~ msgstr ""20200#~ "Cảnh báo: lệnh không nhận ra trong dòng sau đây:\n"20201#~ " - $line"2020220203#~ msgid "Or you can abort the rebase with 'git rebase --abort'."20204#~ msgstr "Hoặc là bạn có thể bãi bỏ lần cải tổ với lệnh “git rebase --abort”."2020520206#~ msgid "%"20207#~ msgid_plural "%"20208#~ msgstr[0] "%"2020920210#~ msgid "%s, %"20211#~ msgid_plural "%s, %"20212#~ msgstr[0] "%s, %"2021320214#~ msgid "Could not open file '%s'"20215#~ msgstr "Không thể mở tập tin “%s”"2021620217#~ msgid "in %0.1f seconds automatically..."20218#~ msgstr "trong %0.1f giây một cách tự động…"2021920220#~ msgid "dup2(%d,%d) failed"20221#~ msgstr "dup2(%d,%d) gặp lỗi"2022220223#~ msgid "Initial commit on "20224#~ msgstr "Lần chuyển giao khởi tạo trên "2022520226#~ msgid "Patch is empty. Was it split wrong?"20227#~ msgstr "Miếng vá trống rỗng. Quá trình chia nhỏ miếng vá có lỗi?"2022820229#~ msgid ""20230#~ "You still have unmerged paths in your index.\n"20231#~ "Did you forget to use 'git add'?"20232#~ msgstr ""20233#~ "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 "20234#~ "mình.\n"20235#~ "Bạn đã quên sử dụng lệnh “git add” à?"2023620237#~ msgid ""20238#~ "Cannot update paths and switch to branch '%s' at the same time.\n"20239#~ "Did you intend to checkout '%s' which can not be resolved as commit?"20240#~ msgstr ""20241#~ "Không thể cập nhật và chuyển thành nhánh “%s” cùng lúc\n"20242#~ "Bạn đã có ý định checkout “%s” cái mà không thể được phân giải như là lần "20243#~ "chuyển giao?"2024420245#~ msgid "Explicit paths specified without -i or -o; assuming --only paths..."20246#~ msgstr ""20247#~ "Những đường dẫn rõ ràng được chỉ ra không có tùy chọn -i cũng không -o; "20248#~ "coi là --only những đường dẫn"2024920250#~ msgid "default mode for recursion"20251#~ msgstr "chế độ mặc định cho đệ qui"2025220253#~ msgid "submodule--helper subcommand must be called with a subcommand"20254#~ msgstr "lệnh con submodule--helper phải được gọi với một lệnh con"2025520256#~ msgid "tag: tagging "20257#~ msgstr "thẻ: đang đánh thẻ"2025820259#~ msgid "commit object"20260#~ msgstr "đối tượng lần chuyển giao"2026120262#~ msgid "tree object"20263#~ msgstr "đối tượng cây"2026420265#~ msgid "blob object"20266#~ msgstr "đối tượng blob"2026720268#~ msgid ""20269#~ "There is nothing to exclude from by :(exclude) patterns.\n"20270#~ "Perhaps you forgot to add either ':/' or '.' ?"20271#~ msgstr ""20272#~ "Ở đây không có gì bị loại trừ bởi: các mẫu (loại trừ).\n"20273#~ "Có lẽ bạn đã quên thêm hoặc là “:/” hoặc là “.”?"2027420275#~ msgid "unrecognized format: %%(%s)"20276#~ msgstr "không nhận ra định dạng: %%(%s)"2027720278#~ msgid ":strip= requires a positive integer argument"20279#~ msgstr ":strip= cần một đối số nguyên dương"2028020281#~ msgid "ref '%s' does not have %ld components to :strip"20282#~ msgstr "tham chiếu “%s” không có %ld thành phần để mà :strip"2028320284#~ msgid "unknown %.*s format %s"20285#~ msgstr "Không hiểu định dạng %.*s %s"2028620287#~ msgid "[%s: gone]"20288#~ msgstr "[%s: đã ra đi]"2028920290#~ msgid "[%s]"20291#~ msgstr "[%s]"2029220293#~ msgid "[%s: behind %d]"20294#~ msgstr "[%s: đứng sau %d]"2029520296#~ msgid "[%s: ahead %d]"20297#~ msgstr "[%s: phía trước %d]"2029820299#~ msgid "[%s: ahead %d, behind %d]"20300#~ msgstr "[%s: trước %d, sau %d]"2030120302#~ msgid " **** invalid ref ****"20303#~ msgstr " **** tham chiếu không hợp lệ ****"2030420305#~ msgid "insanely long object directory %.*s"20306#~ msgstr "thư mục đối tượng dài một cách điên rồ %.*s"2030720308#~ msgid "git merge [<options>] <msg> HEAD <commit>"20309#~ msgstr "git merge [<các-tùy-chọn>] <tin-nhắn> HEAD <commit>"2031020311#~ msgid "tag name too long: %.*s..."20312#~ msgstr "tên thẻ quá dài: %.*s…"2031320314#~ msgid "tag header too big."20315#~ msgstr "phần đầu thẻ quá lớn."2031620317#~ msgid ""20318#~ "If the patch applies cleanly, the edited hunk will immediately be\n"20319#~ "marked for discarding"20320#~ msgstr ""20321#~ "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"20322#~ "được đánh dấu để loại bỏ"2032320324#~ msgid "Use an experimental blank-line-based heuristic to improve diffs"20325#~ msgstr ""20326#~ "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"2032720328#~ msgid "Clever... amending the last one with dirty index."20329#~ msgstr "Giỏi… “tu bổ” cái cuối với bảng mục lục bẩn."2033020331#~ msgid ""20332#~ "the following submodule (or one of its nested submodules)\n"20333#~ "uses a .git directory:"20334#~ msgid_plural ""20335#~ "the following submodules (or one of their nested submodules)\n"20336#~ "use a .git directory:"20337#~ msgstr[0] ""20338#~ "các mô-đun-con sau đây (hay một trong số mô-đun-con bên trong của nó)\n"20339#~ "dùng một thư mục .git:"2034020341#~ msgid ""20342#~ "\n"20343#~ "(use 'rm -rf' if you really want to remove it including all of its "20344#~ "history)"20345#~ msgstr ""20346#~ "\n"20347#~ "(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ử "20348#~ "của chúng)"2034920350#~ msgid "Error wrapping up %s."20351#~ msgstr "Lỗi bao bọc %s."2035220353#~ msgid "Your local changes would be overwritten by cherry-pick."20354#~ msgstr "Các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh cherry-pick."2035520356#~ msgid "Cannot revert during another revert."20357#~ msgstr "Không thể hoàn nguyên trong khi có hoàn nguyên khác."2035820359#~ msgid "Cannot cherry-pick during another cherry-pick."20360#~ msgstr ""20361#~ "Không thể thực hiện việc cherry-pick trong khi khi đang cherry-pick khác."2036220363#~ msgid "Could not parse line %d."20364#~ msgstr "Không phân tích được dòng %d."2036520366#~ msgid "Could not open %s"20367#~ msgstr "Không thể mở %s"2036820369#~ msgid "Could not format %s."20370#~ msgstr "Không thể định dạng “%s”."2037120372#~ msgid "%s: %s"20373#~ msgstr "%s: %s"2037420375#~ msgid "cannot open %s: %s"20376#~ msgstr "không thể mở %s: %s"2037720378#~ msgid "You need to set your committer info first"20379#~ msgstr "Bạn cần đặt thông tin về người chuyển giao mã nguồn trước đã"2038020381#~ msgid "bad numeric config value '%s' for '%s': invalid unit"20382#~ msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: đơn vị sai"2038320384#~ msgid "bad numeric config value '%s' for '%s' in blob %s: invalid unit"20385#~ msgstr ""20386#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong blob %s: đơn vị sai"2038720388#~ msgid "bad numeric config value '%s' for '%s' in file %s: invalid unit"20389#~ msgstr ""20390#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong tập tin %s: đơn vị "20391#~ "sai"2039220393#~ msgid ""20394#~ "bad numeric config value '%s' for '%s' in standard input: invalid unit"20395#~ msgstr ""20396#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong đầu vào tiêu chuẩn: "20397#~ "đơn vị không hợp lệ"2039820399#~ msgid ""20400#~ "bad numeric config value '%s' for '%s' in submodule-blob %s: invalid unit"20401#~ msgstr ""20402#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong submodule-blob %s: "20403#~ "đơn vị không hợp lệ"2040420405#~ msgid ""20406#~ "bad numeric config value '%s' for '%s' in command line %s: invalid unit"20407#~ msgstr ""20408#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong dòng lệnh %s: đơn vị "20409#~ "không hợp lệ"2041020411#~ msgid "bad numeric config value '%s' for '%s' in %s: invalid unit"20412#~ msgstr ""20413#~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: đơn vị không hợp "20414#~ "lệ"2041520416#~ msgid "This is the 2nd commit message:"20417#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 2:"2041820419#~ msgid "This is the 3rd commit message:"20420#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 3:"2042120422#~ msgid "This is the 4th commit message:"20423#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 4:"2042420425#~ msgid "This is the 5th commit message:"20426#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 5:"2042720428#~ msgid "This is the 6th commit message:"20429#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 6:"2043020431#~ msgid "This is the 7th commit message:"20432#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 7:"2043320434#~ msgid "This is the 8th commit message:"20435#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 8:"2043620437#~ msgid "This is the 9th commit message:"20438#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 9:"2043920440#~ msgid "This is the 10th commit message:"20441#~ msgstr "Đây là chú thích cho lần chuyển giao thứ 10:"2044220443#~ msgid "This is the ${n}th commit message:"20444#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"2044520446#~ msgid "This is the ${n}st commit message:"20447#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"2044820449#~ msgid "This is the ${n}nd commit message:"20450#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"2045120452#~ msgid "This is the ${n}rd commit message:"20453#~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"2045420455#~ msgid "The 1st commit message will be skipped:"20456#~ msgstr "Chú thích cho lần chuyển giao thứ nhất sẽ bị bỏ qua:"2045720458#~ msgid "The 2nd commit message will be skipped:"20459#~ msgstr "Chú thích cho lần chuyển giao thứ 2 sẽ bị bỏ qua:"2046020461#~ msgid "The 3rd commit message will be skipped:"20462#~ msgstr "Chú thích cho lần chuyển giao thứ 3 sẽ bị bỏ qua:"2046320464#~ msgid "The 4th commit message will be skipped:"20465#~ msgstr "Chú thích cho lần chuyển giao thứ 4 sẽ bị bỏ qua:"2046620467#~ msgid "The 5th commit message will be skipped:"20468#~ msgstr "Chú thích cho lần chuyển giao thứ 5 sẽ bị bỏ qua:"2046920470#~ msgid "The 6th commit message will be skipped:"20471#~ msgstr "Chú thích cho lần chuyển giao thứ 6 sẽ bị bỏ qua:"2047220473#~ msgid "The 7th commit message will be skipped:"20474#~ msgstr "Chú thích cho lần chuyển giao thứ 7 sẽ bị bỏ qua:"2047520476#~ msgid "The 8th commit message will be skipped:"20477#~ msgstr "Chú thích cho lần chuyển giao thứ 8 sẽ bị bỏ qua:"2047820479#~ msgid "The 9th commit message will be skipped:"20480#~ msgstr "Chú thích cho lần chuyển giao thứ 9 sẽ bị bỏ qua:"2048120482#~ msgid "The 10th commit message will be skipped:"20483#~ msgstr "Chú thích cho lần chuyển giao thứ 10 sẽ bị bỏ qua:"2048420485#~ msgid "The ${n}th commit message will be skipped:"20486#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"2048720488#~ msgid "The ${n}st commit message will be skipped:"20489#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"2049020491#~ msgid "The ${n}nd commit message will be skipped:"20492#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"2049320494#~ msgid "The ${n}rd commit message will be skipped:"20495#~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"2049620497#~ msgid "could not run gpg."20498#~ msgstr "không thể chạy gpg."2049920500#~ msgid "gpg did not accept the data"20501#~ msgstr "gpg đã không chấp nhận dữ liệu"2050220503#~ msgid "unsupported object type in the tree"20504#~ msgstr "kiểu đối tượng không được hỗ trợ trong cây (tree)"2050520506#~ msgid "Fatal merge failure, shouldn't happen."20507#~ msgstr "Việc hòa trộn hỏng nghiêm trọng, không nên để xảy ra."2050820509#~ msgid "Unprocessed path??? %s"20510#~ msgstr "Đường dẫn chưa được xử lý??? %s"2051120512#~ msgid "Cannot %s during a %s"20513#~ msgstr "Không thể %s trong khi %s"2051420515#~ msgid "Can't cherry-pick into empty head"20516#~ msgstr "Không thể cherry-pick vào một đầu (head) trống rỗng"2051720518#~ msgid "could not open %s for writing"20519#~ msgstr "không thể mở %s để ghi"2052020521#~ msgid "bug: unhandled unmerged status %x"20522#~ msgstr "lỗi: không thể tiếp nhận trạng thái chưa hòa trộn %x"2052320524#~ msgid "bug: unhandled diff status %c"20525#~ msgstr "lỗi: không thể tiếp nhận trạng thái lệnh diff %c"2052620527#~ msgid "could not write branch description template"20528#~ msgstr "không thể ghi mẫu mô tả nhánh"2052920530#~ msgid "corrupt index file"20531#~ msgstr "tập tin ghi bảng mục lục bị hỏng"2053220533#~ msgid "detach the HEAD at named commit"20534#~ msgstr "rời bỏ HEAD tại lần chuyển giao danh nghĩa"2053520536#~ msgid "Checking connectivity... "20537#~ msgstr "Đang kiểm tra kết nối… "2053820539#~ msgid " (unable to update local ref)"20540#~ msgstr " (không thể cập nhật tham chiếu nội bộ)"2054120542#~ msgid "Reinitialized existing"20543#~ msgstr "Khởi tạo lại đã sẵn có rồi"2054420545#~ msgid "Initialized empty"20546#~ msgstr "Khởi tạo trống rỗng"2054720548#~ msgid " shared"20549#~ msgstr " đã chia sẻ"2055020551#~ msgid "Verify that the named commit has a valid GPG signature"20552#~ msgstr ""20553#~ "Thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"2055420555#~ msgid "Writing SQUASH_MSG"20556#~ msgstr "Đang ghi SQUASH_MSG"2055720558#~ msgid "Finishing SQUASH_MSG"20559#~ msgstr "Hoàn thành SQUASH_MSG"2056020561#~ msgid " and with remote"20562#~ msgstr " và với máy chủ"2056320564#~ msgid "removing '%s' failed"20565#~ msgstr "gặp lỗi khi xóa bỏ “%s”"2056620567#~ msgid "Please call 'bisect_state' with at least one argument."20568#~ msgstr "Hãy gọi lệnhl “bisect_state” với ít nhất một đối số."2056920570#~ msgid ""20571#~ "If you want to reuse this local git directory instead of cloning again "20572#~ "from"20573#~ 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ó"2057420575#~ msgid ""20576#~ "use the '--force' option. If the local git directory is not the correct "20577#~ "repo"20578#~ msgstr ""20579#~ "dùng tùy chọn “--force”. Nếu thư mục git nội bộ không phải là repo (kho) "20580#~ "đúng"2058120582#~ msgid ""20583#~ "or you are unsure what this means choose another name with the '--name' "20584#~ "option."20585#~ msgstr ""20586#~ "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 “--"20587#~ "name”."2058820589#~ msgid "Submodule work tree '$displaypath' contains a .git directory"20590#~ msgstr "Cây làm việc mô-đun-con “$displaypath” có chứa thư mục .git"2059120592#~ msgid ""20593#~ "(use 'rm -rf' if you really want to remove it including all of its "20594#~ "history)"20595#~ msgstr ""20596#~ "(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 "20597#~ "chúng)"2059820599#~ msgid "'%s': %s"20600#~ msgstr "“%s”: %s"2060120602#~ msgid "unable to access '%s': %s"20603#~ msgstr "không thể truy cập “%s”: %s"2060420605#~ msgid " git branch -d %s\n"20606#~ msgstr " git branch -d %s\n"2060720608#~ msgid " git branch --set-upstream-to %s\n"20609#~ msgstr " git branch --set-upstream-to %s\n"2061020611#~ msgid "cannot open %s: %s\n"20612#~ msgstr "không thể mở %s: %s\n"2061320614#~ msgid "Please, stage your changes to .gitmodules or stash them to proceed"20615#~ msgstr ""20616#~ "Vui lòng đưa các thay đổi của bạn vào “.gitmodules” hay tạm cất chúng đi "20617#~ "để xử lý"2061820619#~ msgid "failed to remove: %s"20620#~ msgstr "gặp lỗi khi gỡ bỏ: %s"2062120622#~ msgid "The --exec option must be used with the --interactive option"20623#~ msgstr "Tùy chọn --exec phải được sử dụng cùng với tùy chọn --interactive"2062420625#~ msgid ""20626#~ "Submodule path '$displaypath' not initialized\n"20627#~ "Maybe you want to use 'update --init'?"20628#~ msgstr ""20629#~ "Đường dẫn mô-đun-con “$displaypath” chưa được khởi tạo.\n"20630#~ "Có lẽ bạn muốn sử dụng lệnh “update --init”?"2063120632#~ msgid "Forward-port local commits to the updated upstream head"20633#~ msgstr ""20634#~ "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"2063520636#~ msgid "improper format entered align:%s"20637#~ msgstr "định dạng không đúng chỗ căn chỉnh:%s"2063820639#~ msgid ""20640#~ "push.default is unset; its implicit value has changed in\n"20641#~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"20642#~ "and maintain the traditional behavior, use:\n"20643#~ "\n"20644#~ " git config --global push.default matching\n"20645#~ "\n"20646#~ "To squelch this message and adopt the new behavior now, use:\n"20647#~ "\n"20648#~ " git config --global push.default simple\n"20649#~ "\n"20650#~ "When push.default is set to 'matching', git will push local branches\n"20651#~ "to the remote branches that already exist with the same name.\n"20652#~ "\n"20653#~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"20654#~ "behavior, which only pushes the current branch to the corresponding\n"20655#~ "remote branch that 'git pull' uses to update the current branch.\n"20656#~ "\n"20657#~ "See 'git help config' and search for 'push.default' for further "20658#~ "information.\n"20659#~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"20660#~ "'current' instead of 'simple' if you sometimes use older versions of Git)"20661#~ msgstr ""20662#~ "biến push.default chưa được đặt; giá trị ngầm định của nó\n"20663#~ "đã được thay đổi trong Git 2.0 từ “matching” thành “simple”.\n"20664#~ "Để 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"20665#~ "\n"20666#~ " git config --global push.default matching\n"20667#~ "\n"20668#~ "Để không hiển thị nhắc nhở này và áp dụng cách ứng xử mới, hãy chạy "20669#~ "lệnh:\n"20670#~ "\n"20671#~ " git config --global push.default simple\n"20672#~ "\n"20673#~ "Khi push.default được đặt thành “matching”, git sẽ đẩy các nhánh nội bộ\n"20674#~ "lên các nhánh trên máy chủ, cái mà đã sẵn có và cùng tên.\n"20675#~ "\n"20676#~ "Trong 2.0, Git sẽ mặc định duy trì các ứng xử “simple”,\n"20677#~ "cái này chỉ đẩy những nhánh hiện hành lên các nhánh tương ứng\n"20678#~ "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"20679#~ "\n"20680#~ "Xem “git help config” và tìm đến “push.default” để có thêm thông tin.\n"20681#~ "(chế độ “simple” được bắt đầu sử dụng từ Git 1.7.11. Sử dụng chế độ tương "20682#~ "tự\n"20683#~ "“current” thay vì “simple” nếu bạn thỉnh thoảng phải sử dụng bản Git cũ)"2068420685#~ msgid "Could not append '%s'"20686#~ msgstr "Không thể nối thêm “%s”"2068720688#~ msgid "unable to look up current user in the passwd file: %s"20689#~ msgstr "không tìm thấy người dùng hiện tại trong tập tin passwd: %s"2069020691#~ msgid "no such user"20692#~ msgstr "không có người dùng như vậy"2069320694#~ msgid "Missing author: %s"20695#~ msgstr "Thiếu tên tác giả: %s"2069620697#~ msgid "Testing "20698#~ msgstr "Đang thử"2069920700#~ msgid "branch '%s' does not point at a commit"20701#~ msgstr "nhánh “%s” không chỉ đến một lần chuyển giao nào cả"2070220703#~ msgid "print only merged branches"20704#~ msgstr "chỉ hiển thị các nhánh đã hòa trộn"2070520706#~ msgid "--dissociate given, but there is no --reference"20707#~ msgstr "đã đưa ra --dissociate, nhưng ở đây lại không có --reference"2070820709#~ msgid "show usage"20710#~ msgstr "hiển thị cách dùng"2071120712#~ msgid "insanely long template name %s"20713#~ msgstr "tên mẫu dài một cách điên rồ %s"2071420715#~ msgid "insanely long symlink %s"20716#~ msgstr "liên kết mềm dài một cách điên rồ %s"2071720718#~ msgid "insanely long template path %s"20719#~ msgstr "đường dẫn mẫu “%s” dài một cách điên rồ"2072020721#~ msgid "unsupported sort specification '%s'"20722#~ msgstr "không hỗ trợ đặc tả sắp xếp “%s”"2072320724#~ msgid "unsupported sort specification '%s' in variable '%s'"20725#~ msgstr "không hỗ trợ đặc tả sắp xếp “%s” trong biến “%s”"2072620727#~ msgid "switch 'points-at' requires an object"20728#~ msgstr "chuyển đến “points-at” yêu cần một đối tượng"2072920730#~ msgid "--sort and -n are incompatible"20731#~ msgstr "--sort và -n xung khắc nhau"2073220733#~ msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"20734#~ msgstr ""20735#~ "Gitdir “$a” là bộ phận của đường dẫn mô-đun-con “$b” hoặc \"vice versa\""2073620737#~ msgid "false|true|preserve"20738#~ msgstr "false|true|preserve"2073920740#~ msgid "BUG: reopen a lockfile that is still open"20741#~ msgstr "LỖI: mở lại tập tin khóa mà nó lại đang được mở"2074220743#~ msgid "BUG: reopen a lockfile that has been committed"20744#~ msgstr "LỖI: mở lại tập tin khóa mà nó đã được chuyển giao"2074520746#~ msgid "option %s does not accept negative form"20747#~ msgstr "tùy chọn %s không chấp nhận dạng thức âm"2074820749#~ msgid "unable to parse value '%s' for option %s"20750#~ msgstr "không thể phân tích giá trị “%s” cho tùy chọn %s"2075120752#~ msgid "-b and -B are mutually exclusive"20753#~ msgstr "-b và -B loại từ lẫn nhau."2075420755#~ msgid "Patch format $patch_format is not supported."20756#~ msgstr "Định dạng miếng vá $patch_format không được hỗ trợ."2075720758#~ msgid "Please make up your mind. --skip or --abort?"20759#~ msgstr "Xin hãy rõ ràng. --skip hay --abort?"2076020761#~ msgid ""20762#~ "Patch is empty. Was it split wrong?\n"20763#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"20764#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."20765#~ msgstr ""20766#~ "Miếng vá trống rỗng. Nó đã bị chia cắt sai phải không?\n"20767#~ "Nếu bạn thích bỏ qua miếng vá này, hãy chạy lệnh sau để thay thế "20768#~ "\"$cmdline --skip\".\n"20769#~ "Để 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 "20770#~ "--abort\"."2077120772#~ msgid "Patch does not have a valid e-mail address."20773#~ msgstr "Miếng vá không có địa chỉ thư điện tử hợp lệ."2077420775#~ msgid "Applying: $FIRSTLINE"20776#~ msgstr "Đang áp dụng (miếng vá): $FIRSTLINE"2077720778#~ msgid "Patch failed at $msgnum $FIRSTLINE"20779#~ msgstr "Gặp lỗi khi vá tại $msgnum $FIRSTLINE"2078020781#~ msgid ""20782#~ "Pull is not possible because you have unmerged files.\n"20783#~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"20784#~ "as appropriate to mark resolution and make a commit."20785#~ msgstr ""20786#~ "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"20787#~ "Xin hãy sửa chữa chúng trước, và sau đó sử dụng lệnh “git add/rm <tập-"20788#~ "tin>”\n"20789#~ "để 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 "20790#~ "giao."2079120792#~ msgid "no branch specified"20793#~ msgstr "chưa chỉ ra tên của nhánh"2079420795#~ msgid "prune .git/worktrees"20796#~ msgstr "xén .git/worktrees"2079720798#~ msgid "The most commonly used git commands are:"20799#~ msgstr "Những lệnh git hay được dùng nhất là:"2080020801#~ msgid "No such branch: '%s'"20802#~ msgstr "Không có nhánh nào như thế: “%s”"2080320804#~ msgid "Could not create git link %s"20805#~ msgstr "Không thể tạo liên kết git “%s”"2080620807#~ msgid "Invalid gc.pruneexpire: '%s'"20808#~ msgstr "gc.pruneexpire không hợp lệ: “%s”"2080920810#~ msgid "(detached from %s)"20811#~ msgstr "(được tách rời từ %s)"2081220813#~ msgid "No existing author found with '%s'"20814#~ msgstr "Không tìm thấy tác giả có sẵn với “%s”"2081520816#~ msgid "search also in ignored files"20817#~ msgstr "tìm cả trong các tập tin đã bị lờ đi"2081820819#~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"20820#~ msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"2082120822#~ msgid "no files added"20823#~ msgstr "chưa có tập tin nào được thêm vào"2082420825#~ msgid "slot"20826#~ msgstr "khe"2082720828#~ msgid "check"20829#~ msgstr "kiểm tra"2083020831#~ msgid "Failed to lock ref for update"20832#~ msgstr "Gặp lỗi khi khóa tham chiếu để cập nhật"2083320834#~ msgid "Failed to write ref"20835#~ msgstr "Gặp lỗi khi ghi tham chiếu"2083620837#~ msgid "commit has empty message"20838#~ msgstr "lần chuyển giao có ghi chú trống rỗng"2083920840#~ msgid "cannot lock HEAD ref"20841#~ msgstr "không thể khóa HEAD ref (tham chiếu)"2084220843#~ msgid "cannot update HEAD ref"20844#~ msgstr "không thể cập nhật ref (tham chiếu) HEAD"2084520846#~ msgid "Failed to chdir: %s"20847#~ msgstr "Gặp lỗi với lệnh chdir: %s"2084820849#~ msgid "%s: cannot lock the ref"20850#~ msgstr "%s: không thể khóa ref (tham chiếu)"2085120852#~ msgid "%s: cannot update the ref"20853#~ msgstr "%s: không thể cập nhật ref (tham chiếu)"2085420855#~ msgid "Failed to lock HEAD during fast_forward_to"20856#~ msgstr "Gặp lỗi khi khóa HEAD trong quá trình fast_forward_to"2085720858#~ msgid "key id"20859#~ msgstr "id của khóa"2086020861#~ msgid "Tracking not set up: name too long: %s"20862#~ msgstr "Việc theo dõi chưa được cài đặt: tên quá dài: %s"2086320864#~ msgid "bug"20865#~ msgstr "lỗi"2086620867#~ msgid ", behind "20868#~ msgstr ", đằng sau "2086920870#~ msgid "could not find .gitmodules in index"20871#~ msgstr "không tìm thấy .gitmodules trong bảng mục lục"2087220873#~ msgid "reading updated .gitmodules failed"20874#~ msgstr "gặp lỗi khi đọc cập nhật .gitmodules"2087520876#~ msgid "unable to stat updated .gitmodules"20877#~ msgstr "không thể lấy thống kê .gitmodules đã cập nhật"2087820879#~ msgid "unable to remove .gitmodules from index"20880#~ msgstr "không thể gỡ bỏ .gitmodules từ mục lục"2088120882#~ msgid "adding updated .gitmodules failed"20883#~ msgstr "gặp lỗi khi thêm .gitmodules đã cập nhật"2088420885#~ msgid ""20886#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"20887#~ "subdirectory of the tree will change in Git 2.0 and should not be used "20888#~ "anymore.\n"20889#~ "To add content for the whole tree, run:\n"20890#~ "\n"20891#~ " git add %s :/\n"20892#~ " (or git add %s :/)\n"20893#~ "\n"20894#~ "To restrict the command to the current directory, run:\n"20895#~ "\n"20896#~ " git add %s .\n"20897#~ " (or git add %s .)\n"20898#~ "\n"20899#~ "With the current Git version, the command is restricted to the current "20900#~ "directory.\n"20901#~ msgstr ""20902#~ "Cách ứng xử của lệnh “git add %s (hay %s)” khi không có tham số đường dẫn "20903#~ "từ\n"20904#~ "thư-mục con của cây sẽ thay đổi kể từ Git 2.0 và không thể sử dụng như "20905#~ "thế nữa.\n"20906#~ "Để thêm nội dung cho toàn bộ cây, chạy:\n"20907#~ "\n"20908#~ " git add %s :/\n"20909#~ " (hoặc git add %s :/)\n"20910#~ "\n"20911#~ "Để hạn chế lệnh cho thư-mục hiện tại, chạy:\n"20912#~ "\n"20913#~ " git add %s .\n"20914#~ " (hoặc git add %s .)\n"20915#~ "\n"20916#~ "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"2091720918#~ msgid ""20919#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"20920#~ "whose behaviour will change in Git 2.0 with respect to paths you "20921#~ "removed.\n"20922#~ "Paths like '%s' that are\n"20923#~ "removed from your working tree are ignored with this version of Git.\n"20924#~ "\n"20925#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"20926#~ " ignores paths you removed from your working tree.\n"20927#~ "\n"20928#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"20929#~ "\n"20930#~ "Run 'git status' to check the paths you removed from your working tree.\n"20931#~ msgstr ""20932#~ "Bạn chạy “git add” mà không có “-A (--all)” cũng không “--ignore-"20933#~ "removal”,\n"20934#~ "cách ứng xử của nó sẽ thay đổi kể từ Git 2.0: nó quan tâm đến các đường "20935#~ "dẫn mà\n"20936#~ "bạn đã gỡ bỏ. Các đường dẫn như là “%s” cái mà\n"20937#~ "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 "20938#~ "Git.\n"20939#~ "\n"20940#~ "* “git add --ignore-removal <pathspec>”, cái hiện tại là mặc định,\n"20941#~ " bỏ qua các đường dẫn bạn đã gỡ bỏ từ cây làm việc của bạn.\n"20942#~ "\n"20943#~ "* “git add --all <pathspec>” sẽ đồng thời giúp bạn ghi lại việc dời đi.\n"20944#~ "\n"20945#~ "Chạy “git status” để kiểm tra các đường dẫn bạn đã gỡ bỏ từ cây làm việc "20946#~ "của bạn.\n"2094720948#~ msgid ""20949#~ "Auto packing the repository for optimum performance. You may also\n"20950#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"20951#~ msgstr ""20952#~ "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"20953#~ "chạy lệnh \"git gc\" một cách thủ công. Hãy xem \"git help gc\" để biết "20954#~ "thêm chi tiết.\n"2095520956#~ msgid ""20957#~ "Updates were rejected because a pushed branch tip is behind its remote\n"20958#~ "counterpart. If you did not intend to push that branch, you may want to\n"20959#~ "specify branches to push or set the 'push.default' configuration "20960#~ "variable\n"20961#~ "to 'simple', 'current' or 'upstream' to push only the current branch."20962#~ msgstr ""20963#~ "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 "20964#~ "bộ\n"20965#~ "phận tương ứng của máy chủ. Nếu bạn không có ý định push nhánh đó, bạn có "20966#~ "lẽ muốn\n"20967#~ "chỉ định các nhánh để push hoặt là đặt nội dung cho biến cấu hình “push."20968#~ "default”\n"20969#~ "thành “simple”, “current” hoặc “upstream” để chỉ push nhánh hiện hành mà "20970#~ "thôi."2097120972#~ msgid "copied: %s -> %s"20973#~ msgstr "đã sao chép: %s -> %s"2097420975#~ msgid "deleted: %s"20976#~ msgstr "đã xóa: %s"2097720978#~ msgid "modified: %s"20979#~ msgstr "đã sửa đổi: %s"2098020981#~ msgid "renamed: %s -> %s"20982#~ msgstr "đã đổi tên: %s -> %s"2098320984#~ msgid "unmerged: %s"20985#~ msgstr "chưa hòa trộn: %s"2098620987#~ msgid "input paths are terminated by a null character"20988#~ msgstr "các đường dẫn được ngăn cách bởi ký tự null"2098920990#~ msgid ""20991#~ "Aborting. Consider using either the --force or --include-untracked option."20992#~ msgstr ""20993#~ "Bãi bỏ. Cân nhắc dùng một trong hai tùy chọn --force và --include-"20994#~ "untracked."2099520996#~ msgid " (fix conflicts and then run \"git am --resolved\")"20997#~ msgstr " (sửa các xung đột và sau đó chạy lệnh \"git am --resolved\")"2099820999#~ msgid " (all conflicts fixed: run \"git commit\")"21000#~ msgstr " (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git commit\")"2100121002#~ msgid "more than %d trees given: '%s'"21003#~ msgstr "đã chỉ ra nhiều hơn %d cây (tree): “%s”"2100421005#~ msgid ""21006#~ "'%s' has changes staged in the index\n"21007#~ "(use --cached to keep the file, or -f to force removal)"21008#~ msgstr ""21009#~ "“%s” có các thay đổi được lưu trạng thái trong bảng mục lục\n"21010#~ "(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"2101121012#~ msgid "show commits where no parent comes before its children"21013#~ msgstr "hiển thị các lần chuyển giao nơi mà cha mẹ đến trước con của nó"2101421015#~ msgid "show the HEAD reference"21016#~ msgstr "hiển thị tham chiếu của HEAD"2101721018#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"21019#~ msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$prefix$sm_path”"2102021021#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"21022#~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$prefix$sm_path”"2102321024#~ msgid "It took %.2f seconds to enumerate untracked files. 'status -uno'"21025#~ msgstr "Cần %.2f giây để đếm các tập tin chưa được theo dõi. “status -uno”"2102621027#~ msgid "may speed it up, but you have to be careful not to forget to add"21028#~ msgstr ""21029#~ "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"2103021031#~ msgid "new files yourself (see 'git help status')."21032#~ msgstr "tập tin mới của chính bạn (xem “git help status”.."2103321034#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"21035#~ msgstr "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>… ]"2103621037#~ msgid "use any ref in .git/refs"21038#~ msgstr "sử dụng bất kỳ ref nào trong .git/refs"2103921040#~ msgid "use any tag in .git/refs/tags"21041#~ msgstr "sử dụng bất kỳ thẻ nào trong .git/refs/tags"2104221043#~ msgid "failed to close pipe to 'show' for object '%s'"21044#~ msgstr "gặp lỗi khi đóng đường ống cho lệnh “show” cho đối tượng “%s”"2104521046#~ msgid "You do not have a valid HEAD"21047#~ msgstr "Bạn không có HEAD nào hợp lệ"2104821049#~ msgid "oops"21050#~ msgstr "ôi?"2105121052#~ msgid "Not removing %s\n"21053#~ msgstr "Không xóa %s\n"2105421055#~ msgid "git remote set-head <name> (-a | -d | <branch>])"21056#~ msgstr "git remote set-head <tên> (-a | -d | <nhánh>])"2105721058#~ msgid " %d file changed"21059#~ msgid_plural " %d files changed"21060#~ msgstr[0] " %d tập tin thay đổi"2106121062#~ msgid ", %d insertion(+)"21063#~ msgid_plural ", %d insertions(+)"21064#~ msgstr[0] ", %d thêm(+)"2106521066#~ msgid ", %d deletion(-)"21067#~ msgid_plural ", %d deletions(-)"21068#~ msgstr[0] ", %d xóa(-)"2106921070#~ msgid " (use \"git add\" to track)"21071#~ msgstr " (dùng \"git add\" để theo dõi dấu vết)"2107221073#~ msgid "--detach cannot be used with -b/-B/--orphan"21074#~ msgstr "--detach không thể được sử dụng với tùy chọn -b/-B/--orphan"2107521076#~ msgid "--detach cannot be used with -t"21077#~ msgstr "--detach không thể được sử dụng với tùy chọn -t"2107821079#~ msgid "--orphan and -b|-B are mutually exclusive"21080#~ msgstr "Tùy chọn --orphan và -b|-B loại từ lẫn nhau"2108121082#~ msgid "--orphan cannot be used with -t"21083#~ msgstr "--orphan không thể được sử dụng với tùy chọn -t"2108421085#~ msgid "git checkout: -f and -m are incompatible"21086#~ msgstr "git checkout: hai tùy chọn -f và -m xung khắc nhau"2108721088#~ msgid ""21089#~ "git checkout: updating paths is incompatible with switching branches."21090#~ msgstr ""21091#~ "git checkout: việc cập nhật các đường dẫn là xung khắc với việc chuyển "21092#~ "đổi các nhánh."2109321094#~ msgid "diff setup failed"21095#~ msgstr "cài đặt diff gặp lỗi"2109621097#~ msgid "merge-recursive: disk full?"21098#~ msgstr "merge-recursive: đĩa bị đầy?"2109921100#~ msgid "diff_setup_done failed"21101#~ msgstr "diff_setup_done gặp lỗi"2110221103#~ msgid "%s: has been deleted/renamed"21104#~ msgstr "%s: đã được xóa/thay-tên"2110521106#~ msgid "'%s': not a documentation directory."21107#~ msgstr "”%s”: không phải là một thư mục tài liệu."2110821109#~ msgid "--"21110#~ msgstr "--"2111121112#~ msgid "Could not extract email from committer identity."21113#~ msgstr ""21114#~ "Không thể rút trích địa chỉ thư điện tử từ định danh người chuyển giao"