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. 6# 7msgid "" 8msgstr "" 9"Project-Id-Version: git v2.3.0\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2015-01-21 14:21+0800\n" 12"PO-Revision-Date: 2015-01-21 14:58+0800\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: Poedit 1.5.5\n" 24 25#: advice.c:55 26#, c-format 27msgid "hint: %.*s\n" 28msgstr "gợi ý: %.*s\n" 29 30#: advice.c:88 31msgid "" 32"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 33"as appropriate to mark resolution and make a commit." 34msgstr "" 35"Sửa chúng trong cây làm việc,\n" 36"và sau đó dùng lệnh “git add/rm <tập-tin>”\n" 37"dành riêng cho việc đánh dấu cần giải quyết và tạo lần chuyển giao." 38 39#: archive.c:11 40msgid "git archive [options] <tree-ish> [<path>...]" 41msgstr "git archive [các-tùy-chọn] <tree-ish> [<đường-dẫn>…]" 42 43#: archive.c:12 44msgid "git archive --list" 45msgstr "git archive --list" 46 47#: archive.c:13 48msgid "" 49"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 50msgstr "" 51"git archive --remote <kho> [--exec <lệnh>] [các-tùy-chọn] <tree-ish> [<đường-" 52"dẫn>…]" 53 54#: archive.c:14 55msgid "git archive --remote <repo> [--exec <cmd>] --list" 56msgstr "git archive --remote <kho> [--exec <lệnh>] --list" 57 58#: archive.c:342 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328 59#, c-format 60msgid "pathspec '%s' did not match any files" 61msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào" 62 63#: archive.c:427 64msgid "fmt" 65msgstr "định_dạng" 66 67#: archive.c:427 68msgid "archive format" 69msgstr "định dạng lưu trữ" 70 71#: archive.c:428 builtin/log.c:1204 72msgid "prefix" 73msgstr "tiền_tố" 74 75#: archive.c:429 76msgid "prepend prefix to each pathname in the archive" 77msgstr "nối thêm tiền tố vào từng đường dẫn tập tin trong kho lưu" 78 79#: archive.c:430 builtin/archive.c:88 builtin/blame.c:2517 80#: builtin/blame.c:2518 builtin/config.c:57 builtin/fast-export.c:986 81#: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101 82#: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:394 83#: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:151 84msgid "file" 85msgstr "tập_tin" 86 87#: archive.c:431 builtin/archive.c:89 88msgid "write the archive to this file" 89msgstr "ghi kho lưu vào tập tin này" 90 91#: archive.c:433 92msgid "read .gitattributes in working directory" 93msgstr "đọc .gitattributes trong thư mục làm việc" 94 95#: archive.c:434 96msgid "report archived files on stderr" 97msgstr "liệt kê các tập tin được lưu trữ vào stderr (đầu ra lỗi tiêu chuẩn)" 98 99#: archive.c:435 100msgid "store only" 101msgstr "chỉ lưu (không nén)" 102 103#: archive.c:436 104msgid "compress faster" 105msgstr "nén nhanh hơn" 106 107#: archive.c:444 108msgid "compress better" 109msgstr "nén nhỏ hơn" 110 111#: archive.c:447 112msgid "list supported archive formats" 113msgstr "liệt kê các kiểu nén được hỗ trợ" 114 115#: archive.c:449 builtin/archive.c:90 builtin/clone.c:86 116msgid "repo" 117msgstr "kho" 118 119#: archive.c:450 builtin/archive.c:91 120msgid "retrieve the archive from remote repository <repo>" 121msgstr "nhận kho nén từ kho chứa <kho> trên máy chủ" 122 123#: archive.c:451 builtin/archive.c:92 builtin/notes.c:478 124msgid "command" 125msgstr "lệnh" 126 127#: archive.c:452 builtin/archive.c:93 128msgid "path to the remote git-upload-archive command" 129msgstr "đường dẫn đến lệnh git-upload-pack trên máy chủ" 130 131#: attr.c:258 132msgid "" 133"Negative patterns are ignored in git attributes\n" 134"Use '\\!' for literal leading exclamation." 135msgstr "" 136"Các mẫu dạng phủ định bị cấm dùng cho các thuộc tính của git\n" 137"Dùng “\\!” cho các chuỗi văn bản có dấu chấm than dẫn đầu." 138 139#: branch.c:60 140#, c-format 141msgid "Not setting branch %s as its own upstream." 142msgstr "Chưa cài đặt nhánh %s như là thượng nguồn của nó." 143 144#: branch.c:83 145#, c-format 146msgid "Branch %s set up to track remote branch %s from %s by rebasing." 147msgstr "Nhánh %s cài đặt để theo dõi nhánh máy chủ %s từ %s bằng cách rebase." 148 149#: branch.c:84 150#, c-format 151msgid "Branch %s set up to track remote branch %s from %s." 152msgstr "Nhánh %s cài đặt để theo dõi nhánh máy chủ %s từ %s." 153 154#: branch.c:88 155#, c-format 156msgid "Branch %s set up to track local branch %s by rebasing." 157msgstr "Nhánh %s cài đặt để theo dõi nhánh nội bộ %s bằng cách rebase." 158 159#: branch.c:89 160#, c-format 161msgid "Branch %s set up to track local branch %s." 162msgstr "Nhánh %s cài đặt để theo dõi nhánh nội bộ %s." 163 164#: branch.c:94 165#, c-format 166msgid "Branch %s set up to track remote ref %s by rebasing." 167msgstr "Nhánh %s cài đặt để theo dõi nhánh máy chủ %s bằng cách rebase." 168 169#: branch.c:95 170#, c-format 171msgid "Branch %s set up to track remote ref %s." 172msgstr "Nhánh %s cài đặt để theo dõi tham chiếu máy chủ %s." 173 174#: branch.c:99 175#, c-format 176msgid "Branch %s set up to track local ref %s by rebasing." 177msgstr "" 178"Nhánh %s cài đặt để theo dõi vết tham chiếu nội bộ %s bằng cách rebase." 179 180#: branch.c:100 181#, c-format 182msgid "Branch %s set up to track local ref %s." 183msgstr "Nhánh %s cài đặt để theo dõi tham chiếu nội bộ %s." 184 185#: branch.c:133 186#, c-format 187msgid "Not tracking: ambiguous information for ref %s" 188msgstr "Không theo dõi: thông tin chưa rõ ràng cho tham chiếu %s" 189 190#: branch.c:162 191#, c-format 192msgid "'%s' is not a valid branch name." 193msgstr "“%s” không phải là một tên nhánh hợp lệ." 194 195#: branch.c:167 196#, c-format 197msgid "A branch named '%s' already exists." 198msgstr "Đã có nhánh mang tên “%s”." 199 200#: branch.c:175 201msgid "Cannot force update the current branch." 202msgstr "Không thể ép buộc cập nhật nhánh hiện hành." 203 204#: branch.c:195 205#, c-format 206msgid "Cannot setup tracking information; starting point '%s' is not a branch." 207msgstr "" 208"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 " 209"nhánh." 210 211#: branch.c:197 212#, c-format 213msgid "the requested upstream branch '%s' does not exist" 214msgstr "nhánh thượng nguồn đã yêu cầu “%s” không tồn tại" 215 216#: branch.c:199 217msgid "" 218"\n" 219"If you are planning on basing your work on an upstream\n" 220"branch that already exists at the remote, you may need to\n" 221"run \"git fetch\" to retrieve it.\n" 222"\n" 223"If you are planning to push out a new local branch that\n" 224"will track its remote counterpart, you may want to use\n" 225"\"git push -u\" to set the upstream config as you push." 226msgstr "" 227"\n" 228"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" 229"(upstream) cái mà đã sẵn có trên máy chủ, bạn cần chạy\n" 230"lệnh \"git fetch\" để lấy nó về.\n" 231"\n" 232"Nếu bạn có ý định đẩy lên lên một nhánh nội bộ mới cái mà\n" 233"sẽ theo dõi bản đối chiếu máy chủ của nó, bạn cần dùng lệnh\n" 234"\"git push -u\" để đặt cấu hình thượng nguồn bạn muốn push." 235 236#: branch.c:243 237#, c-format 238msgid "Not a valid object name: '%s'." 239msgstr "Không phải tên đối tượng hợp lệ: “%s”." 240 241#: branch.c:263 242#, c-format 243msgid "Ambiguous object name: '%s'." 244msgstr "Tên đối tượng chưa rõ ràng: “%s”." 245 246#: branch.c:268 247#, c-format 248msgid "Not a valid branch point: '%s'." 249msgstr "Nhánh không hợp lệ: “%s”." 250 251#: bundle.c:34 252#, c-format 253msgid "'%s' does not look like a v2 bundle file" 254msgstr "“%s” không giống như tập tin v2 bundle (định dạng dump của git)" 255 256#: bundle.c:61 257#, c-format 258msgid "unrecognized header: %s%s (%d)" 259msgstr "phần đầu không được thừa nhận: %s%s (%d)" 260 261#: bundle.c:87 builtin/commit.c:770 262#, c-format 263msgid "could not open '%s'" 264msgstr "không thể mở “%s”" 265 266#: bundle.c:139 267msgid "Repository lacks these prerequisite commits:" 268msgstr "Kho chứa thiếu những lần chuyển giao tiên quyết này:" 269 270#: bundle.c:163 sequencer.c:645 sequencer.c:1100 builtin/blame.c:2706 271#: builtin/branch.c:652 builtin/commit.c:1049 builtin/log.c:330 272#: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:358 273#: builtin/shortlog.c:158 274msgid "revision walk setup failed" 275msgstr "cài đặt việc di chuyển qua các điểm xét duyệt gặp lỗi" 276 277#: bundle.c:185 278#, c-format 279msgid "The bundle contains this ref:" 280msgid_plural "The bundle contains these %d refs:" 281msgstr[0] "Bundle chứa %d tham chiếu:" 282 283#: bundle.c:192 284msgid "The bundle records a complete history." 285msgstr "Lệnh bundle ghi lại toàn bộ lịch sử." 286 287#: bundle.c:194 288#, c-format 289msgid "The bundle requires this ref:" 290msgid_plural "The bundle requires these %d refs:" 291msgstr[0] "Lệnh bundle yêu cầu %d tham chiếu này:" 292 293#: bundle.c:251 294msgid "Could not spawn pack-objects" 295msgstr "Không thể sản sinh đối tượng gói" 296 297#: bundle.c:269 298msgid "pack-objects died" 299msgstr "đối tượng gói đã chết" 300 301#: bundle.c:309 302msgid "rev-list died" 303msgstr "rev-list đã chết" 304 305#: bundle.c:358 306#, c-format 307msgid "ref '%s' is excluded by the rev-list options" 308msgstr "th.chiếu “%s” bị loại trừ bởi các tùy chọn rev-list" 309 310#: bundle.c:438 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261 311#, c-format 312msgid "unrecognized argument: %s" 313msgstr "đối số không được thừa nhận: %s" 314 315#: bundle.c:444 316msgid "Refusing to create empty bundle." 317msgstr "Từ chối tạo một bundle trống rỗng." 318 319#: bundle.c:454 320#, c-format 321msgid "cannot create '%s'" 322msgstr "không thể tạo “%s”" 323 324#: bundle.c:475 325msgid "index-pack died" 326msgstr "mục lục gói đã chết" 327 328#: color.c:260 329#, c-format 330msgid "invalid color value: %.*s" 331msgstr "giá trị màu không hợp lệ: %.*s" 332 333#: commit.c:40 334#, c-format 335msgid "could not parse %s" 336msgstr "không thể phân tích cú pháp %s" 337 338#: commit.c:42 339#, c-format 340msgid "%s %s is not a commit!" 341msgstr "%s %s không phải là một lần chuyển giao!" 342 343#: compat/obstack.c:406 compat/obstack.c:408 344msgid "memory exhausted" 345msgstr "hết bộ nhớ" 346 347#: config.c:469 config.c:471 348#, c-format 349msgid "bad config file line %d in %s" 350msgstr "tập tin cấu hình sai tại dòng %d trong %s" 351 352#: config.c:587 353#, c-format 354msgid "bad numeric config value '%s' for '%s' in %s: %s" 355msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: %s" 356 357#: config.c:589 358#, c-format 359msgid "bad numeric config value '%s' for '%s': %s" 360msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: %s" 361 362#: config.c:674 363#, c-format 364msgid "failed to expand user dir in: '%s'" 365msgstr "gặp lỗi mở rộng thư mục người dùng trong: “%s”" 366 367#: config.c:752 config.c:763 368#, c-format 369msgid "bad zlib compression level %d" 370msgstr "mức nén zlib %d là sai" 371 372#: config.c:885 373#, c-format 374msgid "invalid mode for object creation: %s" 375msgstr "chế độ không hợp lệ đối với việc tạo đối tượng: %s" 376 377#: config.c:1211 378msgid "unable to parse command-line config" 379msgstr "không thể phân tích cấu hình dòng lệnh" 380 381#: config.c:1272 382msgid "unknown error occured while reading the configuration files" 383msgstr "đã có lỗi chưa biết xảy ra trong khi đọc các tập tin cấu hình" 384 385#: config.c:1596 386#, c-format 387msgid "unable to parse '%s' from command-line config" 388msgstr "không thể phân tích “%s” từ cấu hình dòng lệnh" 389 390#: config.c:1598 391#, c-format 392msgid "bad config variable '%s' in file '%s' at line %d" 393msgstr "sai biến cấu hình “%s” trong tập tin “%s” tại dòng %d" 394 395#: config.c:1657 396#, c-format 397msgid "%s has multiple values" 398msgstr "%s có đa giá trị" 399 400#: connected.c:69 401msgid "Could not run 'git rev-list'" 402msgstr "Không thể chạy “git rev-list”" 403 404#: connected.c:89 405#, c-format 406msgid "failed write to rev-list: %s" 407msgstr "gặp lỗi khi ghi vào rev-list: %s" 408 409#: connected.c:97 410#, c-format 411msgid "failed to close rev-list's stdin: %s" 412msgstr "gặp lỗi khi đóng đầu vào chuẩn stdin của rev-list: %s" 413 414#: date.c:95 415msgid "in the future" 416msgstr "trong tương lai" 417 418#: date.c:101 419#, c-format 420msgid "%lu second ago" 421msgid_plural "%lu seconds ago" 422msgstr[0] "%lu giây trước" 423 424#: date.c:108 425#, c-format 426msgid "%lu minute ago" 427msgid_plural "%lu minutes ago" 428msgstr[0] "%lu phút trước" 429 430#: date.c:115 431#, c-format 432msgid "%lu hour ago" 433msgid_plural "%lu hours ago" 434msgstr[0] "%lu giờ trước" 435 436#: date.c:122 437#, c-format 438msgid "%lu day ago" 439msgid_plural "%lu days ago" 440msgstr[0] "%lu ngày trước" 441 442#: date.c:128 443#, c-format 444msgid "%lu week ago" 445msgid_plural "%lu weeks ago" 446msgstr[0] "%lu tuần trước" 447 448#: date.c:135 449#, c-format 450msgid "%lu month ago" 451msgid_plural "%lu months ago" 452msgstr[0] "%lu tháng trước" 453 454#: date.c:146 455#, c-format 456msgid "%lu year" 457msgid_plural "%lu years" 458msgstr[0] "%lu năm" 459 460#. TRANSLATORS: "%s" is "<n> years" 461#: date.c:149 462#, c-format 463msgid "%s, %lu month ago" 464msgid_plural "%s, %lu months ago" 465msgstr[0] "%s, %lu tháng trước" 466 467#: date.c:154 date.c:159 468#, c-format 469msgid "%lu year ago" 470msgid_plural "%lu years ago" 471msgstr[0] "%lu năm trước" 472 473#: diffcore-order.c:24 474#, c-format 475msgid "failed to read orderfile '%s'" 476msgstr "gặp lỗi khi đọc tập-tin-thứ-tự “%s”" 477 478#: diffcore-rename.c:516 479msgid "Performing inexact rename detection" 480msgstr "Đang thực hiện dò tìm đổi tên không chính xác" 481 482#: diff.c:114 483#, c-format 484msgid " Failed to parse dirstat cut-off percentage '%s'\n" 485msgstr " Gặp lỗi khi phân tích dirstat cắt bỏ phần trăm “%s”\n" 486 487#: diff.c:119 488#, c-format 489msgid " Unknown dirstat parameter '%s'\n" 490msgstr " Không hiểu đối số dirstat “%s”\n" 491 492#: diff.c:214 493#, c-format 494msgid "Unknown value for 'diff.submodule' config variable: '%s'" 495msgstr "Không hiểu giá trị cho biến cấu hình “diff.submodule”: “%s”" 496 497#: diff.c:266 498#, c-format 499msgid "" 500"Found errors in 'diff.dirstat' config variable:\n" 501"%s" 502msgstr "" 503"Tìm thấy các lỗi trong biến cấu hình “diff.dirstat”:\n" 504"%s" 505 506#: diff.c:2957 507#, c-format 508msgid "external diff died, stopping at %s" 509msgstr "phần mềm diff ở bên ngoài đã chết, dừng tại %s" 510 511#: diff.c:3352 512msgid "--follow requires exactly one pathspec" 513msgstr "--follow cần chính xác một đặc tả đường dẫn" 514 515#: diff.c:3515 516#, c-format 517msgid "" 518"Failed to parse --dirstat/-X option parameter:\n" 519"%s" 520msgstr "" 521"Gặp lỗi khi phân tích đối số tùy chọn --dirstat/-X:\n" 522"%s" 523 524#: diff.c:3529 525#, c-format 526msgid "Failed to parse --submodule option parameter: '%s'" 527msgstr "Gặp lỗi khi phân tích đối số tùy chọn --submodule: “%s”" 528 529#: gpg-interface.c:129 gpg-interface.c:200 530msgid "could not run gpg." 531msgstr "không thể chạy gpg." 532 533#: gpg-interface.c:141 534msgid "gpg did not accept the data" 535msgstr "gpg đã không chấp nhận dữ liệu" 536 537#: gpg-interface.c:152 538msgid "gpg failed to sign the data" 539msgstr "gpg gặp lỗi khi ký dữ liệu" 540 541#: gpg-interface.c:185 542#, c-format 543msgid "could not create temporary file '%s': %s" 544msgstr "không thể tạo tập tin tạm thời “%s”: %s" 545 546#: gpg-interface.c:188 547#, c-format 548msgid "failed writing detached signature to '%s': %s" 549msgstr "gặp lỗi khi ghi chữ ký đính kèm vào “%s”: %s" 550 551#: grep.c:1718 552#, c-format 553msgid "'%s': unable to read %s" 554msgstr "“%s”: không thể đọc %s" 555 556#: grep.c:1735 557#, c-format 558msgid "'%s': %s" 559msgstr "“%s”: %s" 560 561#: grep.c:1746 562#, c-format 563msgid "'%s': short read %s" 564msgstr "“%s”: đọc ngắn %s" 565 566#: help.c:207 567#, c-format 568msgid "available git commands in '%s'" 569msgstr "các lệnh git sẵn có trong thư mục “%s”:" 570 571#: help.c:214 572msgid "git commands available from elsewhere on your $PATH" 573msgstr "các lệnh git sẵn có từ một nơi khác trong $PATH của bạn" 574 575#: help.c:230 576msgid "The most commonly used git commands are:" 577msgstr "Những lệnh git hay được dùng nhất là:" 578 579#: help.c:289 580#, c-format 581msgid "" 582"'%s' appears to be a git command, but we were not\n" 583"able to execute it. Maybe git-%s is broken?" 584msgstr "" 585"“%s” trông như là một lệnh git, nhưng chúng tôi không\n" 586"thể thực thi nó. Có lẽ là lệnh git-%s đã bị hỏng?" 587 588#: help.c:346 589msgid "Uh oh. Your system reports no Git commands at all." 590msgstr "Ối chà. Hệ thống của bạn báo rằng chẳng có lệnh Git nào cả." 591 592#: help.c:368 593#, c-format 594msgid "" 595"WARNING: You called a Git command named '%s', which does not exist.\n" 596"Continuing under the assumption that you meant '%s'" 597msgstr "" 598"CẢNH BÁO: Bạn đã gọi lệnh Git có tên “%s”, mà nó lại không có sẵn.\n" 599"Tiếp tục và coi rằng ý bạn là “%s”" 600 601#: help.c:373 602#, c-format 603msgid "in %0.1f seconds automatically..." 604msgstr "trong %0.1f giây một cách tự động…" 605 606#: help.c:380 607#, c-format 608msgid "git: '%s' is not a git command. See 'git --help'." 609msgstr "git: “%s” không phải là một lệnh của git. Xem “git --help”." 610 611#: help.c:384 help.c:444 612msgid "" 613"\n" 614"Did you mean this?" 615msgid_plural "" 616"\n" 617"Did you mean one of these?" 618msgstr[0] "" 619"\n" 620"Có phải ý bạn là một trong số những cái này không?" 621 622#: help.c:440 623#, c-format 624msgid "%s: %s - %s" 625msgstr "%s: %s - %s" 626 627#: lockfile.c:283 628msgid "BUG: reopen a lockfile that is still open" 629msgstr "LỖI: mở lại tập tin khóa mà nó lại đang được mở" 630 631#: lockfile.c:285 632msgid "BUG: reopen a lockfile that has been committed" 633msgstr "LỖI: mở lại tập tin khóa mà nó đã được chuyển giao" 634 635#: merge.c:41 636msgid "failed to read the cache" 637msgstr "gặp lỗi khi đọc bộ nhớ đệm" 638 639#: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580 640#: builtin/clone.c:662 641msgid "unable to write new index file" 642msgstr "không thể ghi tập tin lưu bảng mục lục mới" 643 644#: merge-recursive.c:189 645#, c-format 646msgid "(bad commit)\n" 647msgstr "(commit sai)\n" 648 649#: merge-recursive.c:209 650#, c-format 651msgid "addinfo_cache failed for path '%s'" 652msgstr "addinfo_cache gặp lỗi đối với đường dẫn “%s”" 653 654#: merge-recursive.c:270 655msgid "error building trees" 656msgstr "gặp lỗi khi xây dựng cây" 657 658#: merge-recursive.c:688 659#, c-format 660msgid "failed to create path '%s'%s" 661msgstr "gặp lỗi khi tạo đường dẫn “%s”%s" 662 663#: merge-recursive.c:699 664#, c-format 665msgid "Removing %s to make room for subdirectory\n" 666msgstr "Gỡ bỏ %s để tạo chỗ (room) cho thư mục con\n" 667 668#: merge-recursive.c:713 merge-recursive.c:734 669msgid ": perhaps a D/F conflict?" 670msgstr ": có lẽ là một xung đột D/F?" 671 672#: merge-recursive.c:724 673#, c-format 674msgid "refusing to lose untracked file at '%s'" 675msgstr "từ chối đóng tập tin không được theo dõi tại “%s”" 676 677#: merge-recursive.c:764 678#, c-format 679msgid "cannot read object %s '%s'" 680msgstr "không thể đọc đối tượng %s “%s”" 681 682#: merge-recursive.c:766 683#, c-format 684msgid "blob expected for %s '%s'" 685msgstr "đối tượng blob được mong đợi cho %s “%s”" 686 687#: merge-recursive.c:789 builtin/clone.c:321 688#, c-format 689msgid "failed to open '%s'" 690msgstr "gặp lỗi khi mở “%s”" 691 692#: merge-recursive.c:797 693#, c-format 694msgid "failed to symlink '%s'" 695msgstr "gặp lỗi khi tạo liên kết mềm (symlink) “%s”" 696 697#: merge-recursive.c:800 698#, c-format 699msgid "do not know what to do with %06o %s '%s'" 700msgstr "không hiểu phải làm gì với %06o %s “%s”" 701 702#: merge-recursive.c:938 703msgid "Failed to execute internal merge" 704msgstr "Gặp lỗi khi thực hiện trộn nội bộ" 705 706#: merge-recursive.c:942 707#, c-format 708msgid "Unable to add %s to database" 709msgstr "Không thể thêm %s vào cơ sở dữ liệu" 710 711#: merge-recursive.c:958 712msgid "unsupported object type in the tree" 713msgstr "kiểu đối tượng không được hỗ trợ trong cây (tree)" 714 715#: merge-recursive.c:1033 merge-recursive.c:1047 716#, c-format 717msgid "" 718"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 719"in tree." 720msgstr "" 721"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s " 722"còn lại trong cây (tree)." 723 724#: merge-recursive.c:1039 merge-recursive.c:1052 725#, c-format 726msgid "" 727"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 728"in tree at %s." 729msgstr "" 730"XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s " 731"còn lại trong cây (tree) tại %s." 732 733#: merge-recursive.c:1093 734msgid "rename" 735msgstr "đổi tên" 736 737#: merge-recursive.c:1093 738msgid "renamed" 739msgstr "đã đổi tên" 740 741#: merge-recursive.c:1149 742#, c-format 743msgid "%s is a directory in %s adding as %s instead" 744msgstr "%s là một thư mục trong %s thay vào đó thêm vào như là %s" 745 746#: merge-recursive.c:1171 747#, c-format 748msgid "" 749"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 750"\"->\"%s\" in \"%s\"%s" 751msgstr "" 752"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên \"%s\"->\"%s\" trong nhánh \"%s\" đổi " 753"tên \"%s\"->\"%s\" trong \"%s\"%s" 754 755#: merge-recursive.c:1176 756msgid " (left unresolved)" 757msgstr " (cần giải quyết)" 758 759#: merge-recursive.c:1230 760#, c-format 761msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 762msgstr "" 763"XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên %s->%s trong %s. Đổi tên %s->%s trong %s" 764 765#: merge-recursive.c:1260 766#, c-format 767msgid "Renaming %s to %s and %s to %s instead" 768msgstr "Đang đổi tên %s thành %s thay vì %s thành %s" 769 770#: merge-recursive.c:1459 771#, c-format 772msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 773msgstr "" 774"XUNG ĐỘT (đổi-tên/thêm): Đổi tên %s->%s trong %s. %s được thêm vào trong %s" 775 776#: merge-recursive.c:1469 777#, c-format 778msgid "Adding merged %s" 779msgstr "Thêm hòa trộn %s" 780 781#: merge-recursive.c:1474 merge-recursive.c:1672 782#, c-format 783msgid "Adding as %s instead" 784msgstr "Thay vào đó thêm vào %s" 785 786#: merge-recursive.c:1525 787#, c-format 788msgid "cannot read object %s" 789msgstr "không thể đọc đối tượng %s" 790 791#: merge-recursive.c:1528 792#, c-format 793msgid "object %s is not a blob" 794msgstr "đối tượng %s không phải là một blob" 795 796#: merge-recursive.c:1576 797msgid "modify" 798msgstr "sửa đổi" 799 800#: merge-recursive.c:1576 801msgid "modified" 802msgstr "đã sửa" 803 804#: merge-recursive.c:1586 805msgid "content" 806msgstr "nội dung" 807 808#: merge-recursive.c:1593 809msgid "add/add" 810msgstr "thêm/thêm" 811 812#: merge-recursive.c:1627 813#, c-format 814msgid "Skipped %s (merged same as existing)" 815msgstr "Đã bỏ qua %s (đã có sẵn lần hòa trộn này)" 816 817#: merge-recursive.c:1641 818#, c-format 819msgid "Auto-merging %s" 820msgstr "Tự-động-hòa-trộn %s" 821 822#: merge-recursive.c:1645 git-submodule.sh:1150 823msgid "submodule" 824msgstr "mô-đun-con" 825 826#: merge-recursive.c:1646 827#, c-format 828msgid "CONFLICT (%s): Merge conflict in %s" 829msgstr "XUNG ĐỘT (%s): Xung đột hòa trộn trong %s" 830 831#: merge-recursive.c:1732 832#, c-format 833msgid "Removing %s" 834msgstr "Đang xóa %s" 835 836#: merge-recursive.c:1757 837msgid "file/directory" 838msgstr "tập-tin/thư-mục" 839 840#: merge-recursive.c:1763 841msgid "directory/file" 842msgstr "thư-mục/tập-tin" 843 844#: merge-recursive.c:1768 845#, c-format 846msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 847msgstr "" 848"XUNG ĐỘT (%s): Ở đây không có thư mục nào có tên %s trong %s. Thêm %s như là " 849"%s" 850 851#: merge-recursive.c:1778 852#, c-format 853msgid "Adding %s" 854msgstr "Thêm \"%s\"" 855 856#: merge-recursive.c:1795 857msgid "Fatal merge failure, shouldn't happen." 858msgstr "Việc hòa trộn hỏng nghiêm trọng, không nên để xảy ra." 859 860#: merge-recursive.c:1814 861msgid "Already up-to-date!" 862msgstr "Đã cập nhật rồi!" 863 864#: merge-recursive.c:1823 865#, c-format 866msgid "merging of trees %s and %s failed" 867msgstr "hòa trộn cây (tree) %s và %s gặp lỗi" 868 869#: merge-recursive.c:1853 870#, c-format 871msgid "Unprocessed path??? %s" 872msgstr "Đường dẫn chưa được xử lý??? %s" 873 874#: merge-recursive.c:1898 875msgid "Merging:" 876msgstr "Đang trộn:" 877 878#: merge-recursive.c:1911 879#, c-format 880msgid "found %u common ancestor:" 881msgid_plural "found %u common ancestors:" 882msgstr[0] "tìm thấy %u tổ tiên chung:" 883 884#: merge-recursive.c:1948 885msgid "merge returned no commit" 886msgstr "hòa trộn không trả về lần chuyển giao nào" 887 888#: merge-recursive.c:2005 889#, c-format 890msgid "Could not parse object '%s'" 891msgstr "Không thể phân tích đối tượng “%s”" 892 893#: merge-recursive.c:2016 builtin/merge.c:667 894msgid "Unable to write index." 895msgstr "Không thể ghi bảng mục lục" 896 897#: notes-utils.c:41 898msgid "Cannot commit uninitialized/unreferenced notes tree" 899msgstr "" 900"Không thể chuyển giao cây ghi chú chưa được khởi tạo hoặc không được tham " 901"chiếu" 902 903#: notes-utils.c:82 904#, c-format 905msgid "Bad notes.rewriteMode value: '%s'" 906msgstr "Giá trị notes.rewriteMode sai: “%s”" 907 908#: notes-utils.c:92 909#, c-format 910msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 911msgstr "Từ chối ghi đè ghi chú trong %s (nằm ngoài refs/notes/)" 912 913#. TRANSLATORS: The first %s is the name of the 914#. environment variable, the second %s is its value 915#: notes-utils.c:119 916#, c-format 917msgid "Bad %s value: '%s'" 918msgstr "Giá trị %s sai: “%s”" 919 920#: object.c:241 921#, c-format 922msgid "unable to parse object: %s" 923msgstr "không thể phân tích đối tượng: “%s”" 924 925#: parse-options.c:546 926msgid "..." 927msgstr "…" 928 929#: parse-options.c:564 930#, c-format 931msgid "usage: %s" 932msgstr "cách dùng: %s" 933 934#. TRANSLATORS: the colon here should align with the 935#. one in "usage: %s" translation 936#: parse-options.c:568 937#, c-format 938msgid " or: %s" 939msgstr " hoặc: %s" 940 941#: parse-options.c:571 942#, c-format 943msgid " %s" 944msgstr " %s" 945 946#: parse-options.c:605 947msgid "-NUM" 948msgstr "-SỐ" 949 950#: pathspec.c:133 951msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 952msgstr "" 953"các cài đặt đặc tả đường dẫn “glob” và “noglob” toàn cục là xung khắc nhau" 954 955#: pathspec.c:143 956msgid "" 957"global 'literal' pathspec setting is incompatible with all other global " 958"pathspec settings" 959msgstr "" 960"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 " 961"tả đường dẫn toàn cục khác" 962 963#: pathspec.c:177 964msgid "invalid parameter for pathspec magic 'prefix'" 965msgstr "tham số không hợp lệ cho “tiền tố” màu nhiệm đặc tả đường đẫn" 966 967#: pathspec.c:183 968#, c-format 969msgid "Invalid pathspec magic '%.*s' in '%s'" 970msgstr "Số màu nhiệm đặc tả đường dẫn không hợp lệ “%.*s” trong “%s”" 971 972#: pathspec.c:187 973#, c-format 974msgid "Missing ')' at the end of pathspec magic in '%s'" 975msgstr "Thiếu “)” tại cuối của số màu nhiệm đặc tả đường dẫn trong “%s”" 976 977#: pathspec.c:205 978#, c-format 979msgid "Unimplemented pathspec magic '%c' in '%s'" 980msgstr "Chưa viết mã cho số màu nhiệm đặc tả đường dẫn “%c” trong “%s”" 981 982#: pathspec.c:230 983#, c-format 984msgid "%s: 'literal' and 'glob' are incompatible" 985msgstr "%s: “literal” và “glob” xung khắc nhau" 986 987#: pathspec.c:241 988#, c-format 989msgid "%s: '%s' is outside repository" 990msgstr "%s: “%s” ngoài một kho chứa" 991 992#: pathspec.c:291 993#, c-format 994msgid "Pathspec '%s' is in submodule '%.*s'" 995msgstr "Đặc tả đường dẫn “%s” thì ở trong mô-đun-con “%.*s”" 996 997#: pathspec.c:353 998#, c-format 999msgid "%s: pathspec magic not supported by this command: %s"1000msgstr "%s: số mầu nhiệm đặc tả đường dẫn chưa được hỗ trợ bởi lệnh này: %s"10011002#: pathspec.c:4321003#, c-format1004msgid "pathspec '%s' is beyond a symbolic link"1005msgstr "đặc tả đường dẫn “%s” vượt ra ngoài liên kết mềm"10061007#: pathspec.c:4411008msgid ""1009"There is nothing to exclude from by :(exclude) patterns.\n"1010"Perhaps you forgot to add either ':/' or '.' ?"1011msgstr ""1012"Ở đây không có gì bị loại trừ bởi: các mẫu (loại trừ).\n"1013"Có lẽ bạn đã quên thêm hoặc là “:/” hoặc là “.”?"10141015#: pretty.c:9681016msgid "unable to parse --pretty format"1017msgstr "không thể phân tích định dạng --pretty"10181019#: progress.c:2251020msgid "done"1021msgstr "xong"10221023#: read-cache.c:12671024#, c-format1025msgid ""1026"index.version set, but the value is invalid.\n"1027"Using version %i"1028msgstr ""1029"index.version được đặt, nhưng giá trị của nó lại không hợp lệ.\n"1030"Dùng phiên bản %i"10311032#: read-cache.c:12771033#, c-format1034msgid ""1035"GIT_INDEX_VERSION set, but the value is invalid.\n"1036"Using version %i"1037msgstr ""1038"GIT_INDEX_VERSION được đặt, nhưng giá trị của nó lại không hợp lệ.\n"1039"Dùng phiên bản %i"10401041#: remote.c:7821042#, c-format1043msgid "Cannot fetch both %s and %s to %s"1044msgstr "Không thể lấy về cả %s và %s cho %s"10451046#: remote.c:7861047#, c-format1048msgid "%s usually tracks %s, not %s"1049msgstr "%s thường theo dõi %s, không phải %s"10501051#: remote.c:7901052#, c-format1053msgid "%s tracks both %s and %s"1054msgstr "%s theo dõi cả %s và %s"10551056#: remote.c:7981057msgid "Internal error"1058msgstr "Lỗi nội bộ"10591060#: remote.c:19801061#, c-format1062msgid "Your branch is based on '%s', but the upstream is gone.\n"1063msgstr ""1064"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"10651066#: remote.c:19841067msgid " (use \"git branch --unset-upstream\" to fixup)\n"1068msgstr " (dùng \" git branch --unset-upstream\" để sửa)\n"10691070#: remote.c:19871071#, c-format1072msgid "Your branch is up-to-date with '%s'.\n"1073msgstr "Nhánh của bạn đã cập nhật với “%s”.\n"10741075#: remote.c:19911076#, c-format1077msgid "Your branch is ahead of '%s' by %d commit.\n"1078msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1079msgstr[0] "Nhánh của bạn đứng trước “%s” %d lần chuyển giao.\n"10801081#: remote.c:19971082msgid " (use \"git push\" to publish your local commits)\n"1083msgstr " (dùng \"git push\" để xuất bản các lần chuyển giao nội bộ của bạn)\n"10841085#: remote.c:20001086#, c-format1087msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1088msgid_plural ""1089"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1090msgstr[0] ""1091"Nhánh của bạn ở đằng sau “%s” %d lần chuyển giao, và có thể được fast-"1092"forward.\n"10931094#: remote.c:20081095msgid " (use \"git pull\" to update your local branch)\n"1096msgstr " (dùng \"git pull\" để cập nhật nhánh nội bộ của bạn)\n"10971098#: remote.c:20111099#, c-format1100msgid ""1101"Your branch and '%s' have diverged,\n"1102"and have %d and %d different commit each, respectively.\n"1103msgid_plural ""1104"Your branch and '%s' have diverged,\n"1105"and have %d and %d different commits each, respectively.\n"1106msgstr[0] ""1107"Nhánh của bạn và “%s” bị phân kỳ,\n"1108"và có %d và %d lần chuyển giao khác nhau cho từng cái,\n"1109"tương ứng với mỗi lần.\n"11101111#: remote.c:20211112msgid " (use \"git pull\" to merge the remote branch into yours)\n"1113msgstr ""1114" (dùng \"git pull\" để hòa trộn nhánh trên máy chủ vào trong nhánh của "1115"bạn)\n"11161117#: run-command.c:871118msgid "open /dev/null failed"1119msgstr "gặp lỗi khi mở “/dev/null”"11201121#: run-command.c:891122#, c-format1123msgid "dup2(%d,%d) failed"1124msgstr "dup2(%d,%d) gặp lỗi"11251126#: send-pack.c:2681127msgid "failed to sign the push certificate"1128msgstr "gặp lỗi khi ký chứng thực đẩy"11291130#: send-pack.c:3251131msgid "the receiving end does not support --signed push"1132msgstr "kết thúc nhận không hỗ trợ đẩy --signed"11331134#: sequencer.c:172 builtin/merge.c:782 builtin/merge.c:893 builtin/merge.c:9951135#: builtin/merge.c:10051136#, c-format1137msgid "Could not open '%s' for writing"1138msgstr "Không thể mở “%s” để ghi"11391140#: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:785 builtin/merge.c:9971141#: builtin/merge.c:10101142#, c-format1143msgid "Could not write to '%s'"1144msgstr "Không thể ghi vào “%s”"11451146#: sequencer.c:1951147msgid ""1148"after resolving the conflicts, mark the corrected paths\n"1149"with 'git add <paths>' or 'git rm <paths>'"1150msgstr ""1151"sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"1152"với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”"11531154#: sequencer.c:1981155msgid ""1156"after resolving the conflicts, mark the corrected paths\n"1157"with 'git add <paths>' or 'git rm <paths>'\n"1158"and commit the result with 'git commit'"1159msgstr ""1160"sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"1161"với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”\n"1162"và chuyển giao kết quả bằng lệnh “git commit”"11631164#: sequencer.c:211 sequencer.c:856 sequencer.c:9391165#, c-format1166msgid "Could not write to %s"1167msgstr "Không thể ghi vào %s"11681169#: sequencer.c:2141170#, c-format1171msgid "Error wrapping up %s"1172msgstr "Lỗi bao bọc %s"11731174#: sequencer.c:2291175msgid "Your local changes would be overwritten by cherry-pick."1176msgstr "Các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh cherry-pick."11771178#: sequencer.c:2311179msgid "Your local changes would be overwritten by revert."1180msgstr "Các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh revert."11811182#: sequencer.c:2341183msgid "Commit your changes or stash them to proceed."1184msgstr "Chuyển giao các thay đổi của bạn hay tạm cất (stash) chúng để xử lý."11851186#. TRANSLATORS: %s will be "revert" or "cherry-pick"1187#: sequencer.c:3211188#, c-format1189msgid "%s: Unable to write new index file"1190msgstr "%s: Không thể ghi tập tin lưu bảng mục lục mới"11911192#: sequencer.c:3391193msgid "Could not resolve HEAD commit\n"1194msgstr "Không thể phân giải commit (lần chuyển giao) HEAD\n"11951196#: sequencer.c:3591197msgid "Unable to update cache tree\n"1198msgstr "Không thể cập nhật cây bộ nhớ đệm\n"11991200#: sequencer.c:4061201#, c-format1202msgid "Could not parse commit %s\n"1203msgstr "Không thể phân tích commit (lần chuyển giao) %s\n"12041205#: sequencer.c:4111206#, c-format1207msgid "Could not parse parent commit %s\n"1208msgstr "Không thể phân tích lần chuyển giao cha mẹ “%s”\n"12091210#: sequencer.c:4771211msgid "Your index file is unmerged."1212msgstr "Tập tin lưu mục lục của bạn không được hòa trộn."12131214#: sequencer.c:4961215#, c-format1216msgid "Commit %s is a merge but no -m option was given."1217msgstr "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."12181219#: sequencer.c:5041220#, c-format1221msgid "Commit %s does not have parent %d"1222msgstr "Lần chuyển giao %s không có cha mẹ %d"12231224#: sequencer.c:5081225#, c-format1226msgid "Mainline was specified but commit %s is not a merge."1227msgstr ""1228"Luồng chính đã được chỉ ra nhưng lần chuyển giao %s không phải là một lần "1229"hòa trộn."12301231#. TRANSLATORS: The first %s will be "revert" or1232#. "cherry-pick", the second %s a SHA11233#: sequencer.c:5211234#, c-format1235msgid "%s: cannot parse parent commit %s"1236msgstr "%s: không thể phân tích lần chuyển giao mẹ của %s"12371238#: sequencer.c:5251239#, c-format1240msgid "Cannot get commit message for %s"1241msgstr "Không thể lấy ghi chú lần chuyển giao cho %s"12421243#: sequencer.c:6111244#, c-format1245msgid "could not revert %s... %s"1246msgstr "không thể revert %s… %s"12471248#: sequencer.c:6121249#, c-format1250msgid "could not apply %s... %s"1251msgstr "không thể apply (áp dụng miếng vá) %s… %s"12521253#: sequencer.c:6481254msgid "empty commit set passed"1255msgstr "lần chuyển giao trống rỗng đặt là hợp quy cách"12561257#: sequencer.c:6561258#, c-format1259msgid "git %s: failed to read the index"1260msgstr "git %s: gặp lỗi đọc bảng mục lục"12611262#: sequencer.c:6601263#, c-format1264msgid "git %s: failed to refresh the index"1265msgstr "git %s: gặp lỗi khi làm tươi mới bảng mục lục"12661267#: sequencer.c:7201268#, c-format1269msgid "Cannot %s during a %s"1270msgstr "Không thể %s trong khi %s"12711272#: sequencer.c:7421273#, c-format1274msgid "Could not parse line %d."1275msgstr "Không phân tích được dòng %d."12761277#: sequencer.c:7471278msgid "No commits parsed."1279msgstr "Không có lần chuyển giao nào được phân tích."12801281#: sequencer.c:7601282#, c-format1283msgid "Could not open %s"1284msgstr "Không thể mở %s"12851286#: sequencer.c:7641287#, c-format1288msgid "Could not read %s."1289msgstr "Không thể đọc %s."12901291#: sequencer.c:7711292#, c-format1293msgid "Unusable instruction sheet: %s"1294msgstr "Bảng chỉ thị không thể dùng được: %s"12951296#: sequencer.c:8011297#, c-format1298msgid "Invalid key: %s"1299msgstr "Khóa không đúng: %s"13001301#: sequencer.c:8041302#, c-format1303msgid "Invalid value for %s: %s"1304msgstr "Giá trị không hợp lệ %s: %s"13051306#: sequencer.c:8161307#, c-format1308msgid "Malformed options sheet: %s"1309msgstr "Bảng tùy chọn dị hình: %s"13101311#: sequencer.c:8371312msgid "a cherry-pick or revert is already in progress"1313msgstr "có một thao tác “cherry-pick” hoặc “revert” đang được thực hiện"13141315#: sequencer.c:8381316msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1317msgstr "hãy thử \"git cherry-pick (--continue | --quit | --abort)\""13181319#: sequencer.c:8421320#, c-format1321msgid "Could not create sequencer directory %s"1322msgstr "Không thể tạo thư mục xếp dãy %s"13231324#: sequencer.c:858 sequencer.c:9431325#, c-format1326msgid "Error wrapping up %s."1327msgstr "Lỗi bao bọc %s."13281329#: sequencer.c:877 sequencer.c:10131330msgid "no cherry-pick or revert in progress"1331msgstr "không cherry-pick hay revert trong tiến trình"13321333#: sequencer.c:8791334msgid "cannot resolve HEAD"1335msgstr "không thể phân giải HEAD"13361337#: sequencer.c:8811338msgid "cannot abort from a branch yet to be born"1339msgstr "không thể hủy bỏ từ một nhánh mà nó còn chưa được tạo ra"13401341#: sequencer.c:903 builtin/apply.c:41281342#, c-format1343msgid "cannot open %s: %s"1344msgstr "không thể mở %s: %s"13451346#: sequencer.c:9061347#, c-format1348msgid "cannot read %s: %s"1349msgstr "không thể đọc %s: %s"13501351#: sequencer.c:9071352msgid "unexpected end of file"1353msgstr "gặp kết thúc tập tin đột xuất"13541355#: sequencer.c:9131356#, c-format1357msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1358msgstr "tập tin HEAD “pre-cherry-pick” đã lưu “%s” bị hỏng"13591360#: sequencer.c:9361361#, c-format1362msgid "Could not format %s."1363msgstr "Không thể định dạng “%s”."13641365#: sequencer.c:10811366#, c-format1367msgid "%s: can't cherry-pick a %s"1368msgstr "%s: không thể cherry-pick một %s"13691370#: sequencer.c:10841371#, c-format1372msgid "%s: bad revision"1373msgstr "%s: điểm xét duyệt sai"13741375#: sequencer.c:11181376msgid "Can't revert as initial commit"1377msgstr "Không thể revert một lần chuyển giao khởi tạo"13781379#: sequencer.c:11191380msgid "Can't cherry-pick into empty head"1381msgstr "Không thể cherry-pick vào một đầu (head) trống rỗng"13821383#: sha1_name.c:4401384msgid ""1385"Git normally never creates a ref that ends with 40 hex characters\n"1386"because it will be ignored when you just specify 40-hex. These refs\n"1387"may be created by mistake. For example,\n"1388"\n"1389" git checkout -b $br $(git rev-parse ...)\n"1390"\n"1391"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1392"examine these refs and maybe delete them. Turn this message off by\n"1393"running \"git config advice.objectNameWarning false\""1394msgstr ""1395"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"1396"bởi vì nó sẽ bị bỏ qua khi bạn chỉ định 40-hex. Những tham chiếu này\n"1397"có lẽ được tạo ra bởi một sai sót nào đó. Ví dụ,\n"1398"\n"1399" git checkout -b $br $(git rev-parse …)\n"1400"\n"1401"với \"$br\" không hiểu lý do vì sao trống rỗng và một tham chiếu 40-hex được "1402"tạo ra.\n"1403"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 "1404"này\n"1405"bằng cách chạy lệnh \"git config advice.objectNameWarning false\""14061407#: sha1_name.c:10681408msgid "HEAD does not point to a branch"1409msgstr "HEAD không chỉ đến một nhánh nào cả"14101411#: sha1_name.c:10711412#, c-format1413msgid "No such branch: '%s'"1414msgstr "Không có nhánh nào như thế: “%s”"14151416#: sha1_name.c:10731417#, c-format1418msgid "No upstream configured for branch '%s'"1419msgstr "Không có thượng nguồn được cấu hình cho nhánh “%s”"14201421#: sha1_name.c:10771422#, c-format1423msgid "Upstream branch '%s' not stored as a remote-tracking branch"1424msgstr ""1425"Nhánh thượng nguồn “%s” không được lưu lại như là một nhánh “remote-tracking”"14261427#: submodule.c:64 submodule.c:981428msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1429msgstr ""1430"Không thể thay đổi .gitmodules chưa hòa trộn, hãy giải quyết xung đột trộn "1431"trước"14321433#: submodule.c:68 submodule.c:1021434#, c-format1435msgid "Could not find section in .gitmodules where path=%s"1436msgstr "Không thể tìm thấy phần trong .gitmodules nơi mà đường_dẫn=%s"14371438#: submodule.c:761439#, c-format1440msgid "Could not update .gitmodules entry %s"1441msgstr "Không thể cập nhật mục .gitmodules %s"14421443#: submodule.c:1091444#, c-format1445msgid "Could not remove .gitmodules entry for %s"1446msgstr "Không thể gỡ bỏ mục .gitmodules dành cho %s"14471448#: submodule.c:1201449msgid "staging updated .gitmodules failed"1450msgstr "gặp lỗi khi tổ chức .gitmodules đã cập nhật"14511452#: submodule.c:1111 builtin/init-db.c:3711453#, c-format1454msgid "Could not create git link %s"1455msgstr "Không thể tạo liên kết git “%s”"14561457#: submodule.c:11221458#, c-format1459msgid "Could not set core.worktree in %s"1460msgstr "Không thể đặt “core.worktree” trong “%s”."14611462#: trailer.c:500 trailer.c:504 trailer.c:508 trailer.c:562 trailer.c:5661463#: trailer.c:5701464#, c-format1465msgid "unknown value '%s' for key '%s'"1466msgstr "không hiểu giá trị “%s” cho khóa “%s”"14671468#: trailer.c:552 trailer.c:557 builtin/remote.c:2901469#, c-format1470msgid "more than one %s"1471msgstr "nhiều hơn một %s"14721473#: trailer.c:5901474#, c-format1475msgid "empty trailer token in trailer '%.*s'"1476msgstr "thẻ thừa trống rỗng trong phần thừa “%.*s”"14771478#: trailer.c:7101479#, c-format1480msgid "could not read input file '%s'"1481msgstr "không đọc được tập tin đầu vào “%s”"14821483#: trailer.c:7131484msgid "could not read from stdin"1485msgstr "không thể đọc từ đầu vào tiêu chuẩn"14861487#: unpack-trees.c:2021488msgid "Checking out files"1489msgstr "Đang lấy ra các tập tin"14901491#: urlmatch.c:1201492msgid "invalid URL scheme name or missing '://' suffix"1493msgstr "tên lược đồ URL không hợp lệ, hoặc thiếu hậu tố “://”"14941495#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561496#, c-format1497msgid "invalid %XX escape sequence"1498msgstr "thoát chuỗi %XX không hợp lệ"14991500#: urlmatch.c:1721501msgid "missing host and scheme is not 'file:'"1502msgstr "thiếu máy chủ và lược đồ thì không phải là giao thức “file:”"15031504#: urlmatch.c:1891505msgid "a 'file:' URL may not have a port number"1506msgstr "URL kiểu “file:” không được chứa cổng"15071508#: urlmatch.c:1991509msgid "invalid characters in host name"1510msgstr "có các ký tự không hợp lệ trong tên máy"15111512#: urlmatch.c:244 urlmatch.c:2551513msgid "invalid port number"1514msgstr "tên cổng không hợp lệ"15151516#: urlmatch.c:3221517msgid "invalid '..' path segment"1518msgstr "đoạn đường dẫn “..” không hợp lệ"15191520#: wrapper.c:5091521#, c-format1522msgid "unable to access '%s': %s"1523msgstr "không thể truy cập “%s”: %s"15241525#: wrapper.c:5301526#, c-format1527msgid "unable to access '%s'"1528msgstr "không thể truy cập “%s”"15291530#: wrapper.c:5411531#, c-format1532msgid "unable to look up current user in the passwd file: %s"1533msgstr "không tìm thấy người dùng hiện tại trong tập tin passwd: %s"15341535#: wrapper.c:5421536msgid "no such user"1537msgstr "không có người dùng như vậy"15381539#: wrapper.c:5501540msgid "unable to get current working directory"1541msgstr "Không thể lấy thư mục làm việc hiện hành"15421543#: wt-status.c:1501544msgid "Unmerged paths:"1545msgstr "Những đường dẫn chưa được hòa trộn:"15461547#: wt-status.c:177 wt-status.c:2041548#, c-format1549msgid " (use \"git reset %s <file>...\" to unstage)"1550msgstr " (dùng \"git reset %s <tập-tin>…\" để bỏ ra khỏi bệ phóng)"15511552#: wt-status.c:179 wt-status.c:2061553msgid " (use \"git rm --cached <file>...\" to unstage)"1554msgstr " (dùng \"git rm --cached <tập-tin>…\" để bỏ ra khỏi bệ phóng)"15551556#: wt-status.c:1831557msgid " (use \"git add <file>...\" to mark resolution)"1558msgstr " (dùng \"git add <tập-tin>…\" để đánh dấu là cần giải quyết)"15591560#: wt-status.c:185 wt-status.c:1891561msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1562msgstr ""1563" (dùng \"git add/rm <tập-tin>…\" như là một cách thích hợp để đánh dấu là "1564"cần được giải quyết)"15651566#: wt-status.c:1871567msgid " (use \"git rm <file>...\" to mark resolution)"1568msgstr " (dùng \"git rm <tập-tin>…\" để đánh dấu là cần giải quyết)"15691570#: wt-status.c:1981571msgid "Changes to be committed:"1572msgstr "Những thay đổi sẽ được chuyển giao:"15731574#: wt-status.c:2161575msgid "Changes not staged for commit:"1576msgstr "Các thay đổi chưa được đặt lên bệ phóng để chuyển giao:"15771578#: wt-status.c:2201579msgid " (use \"git add <file>...\" to update what will be committed)"1580msgstr " (dùng \"git add <tập-tin>…\" để cập nhật những gì sẽ chuyển giao)"15811582#: wt-status.c:2221583msgid " (use \"git add/rm <file>...\" to update what will be committed)"1584msgstr ""1585" (dùng \"git add/rm <tập-tin>…\" để cập nhật những gì sẽ được chuyển giao)"15861587#: wt-status.c:2231588msgid ""1589" (use \"git checkout -- <file>...\" to discard changes in working directory)"1590msgstr ""1591" (dùng \"git checkout -- <tập-tin>…\" để loại bỏ các thay đổi trong thư mục "1592"làm việc)"15931594#: wt-status.c:2251595msgid " (commit or discard the untracked or modified content in submodules)"1596msgstr ""1597" (chuyển giao hoặc là loại bỏ các nội dung chưa được theo dõi hay đã sửa "1598"chữa trong mô-đun-con)"15991600#: wt-status.c:2371601#, c-format1602msgid " (use \"git %s <file>...\" to include in what will be committed)"1603msgstr ""1604" (dùng \"git %s <tập-tin>…\" để thêm vào những gì cần được chuyển giao)"16051606#: wt-status.c:2521607msgid "both deleted:"1608msgstr "bị xóa bởi cả hai:"16091610#: wt-status.c:2541611msgid "added by us:"1612msgstr "được thêm vào bởi chúng ta:"16131614#: wt-status.c:2561615msgid "deleted by them:"1616msgstr "bị xóa đi bởi họ:"16171618#: wt-status.c:2581619msgid "added by them:"1620msgstr "được thêm vào bởi họ:"16211622#: wt-status.c:2601623msgid "deleted by us:"1624msgstr "bị xóa bởi chúng ta:"16251626#: wt-status.c:2621627msgid "both added:"1628msgstr "được thêm vào bởi cả hai:"16291630#: wt-status.c:2641631msgid "both modified:"1632msgstr "bị sửa bởi cả hai:"16331634#: wt-status.c:2661635#, c-format1636msgid "bug: unhandled unmerged status %x"1637msgstr "lỗi: không thể tiếp nhận trạng thái chưa hòa trộn %x"16381639#: wt-status.c:2741640msgid "new file:"1641msgstr "tập tin mới:"16421643#: wt-status.c:2761644msgid "copied:"1645msgstr "đã chép:"16461647#: wt-status.c:2781648msgid "deleted:"1649msgstr "đã xóa:"16501651#: wt-status.c:2801652msgid "modified:"1653msgstr "đã sửa:"16541655#: wt-status.c:2821656msgid "renamed:"1657msgstr "đã đổi tên:"16581659#: wt-status.c:2841660msgid "typechange:"1661msgstr "đổi-kiểu:"16621663#: wt-status.c:2861664msgid "unknown:"1665msgstr "không hiểu:"16661667#: wt-status.c:2881668msgid "unmerged:"1669msgstr "chưa hòa trộn:"16701671#: wt-status.c:3701672msgid "new commits, "1673msgstr "lần chuyển giao mới, "16741675#: wt-status.c:3721676msgid "modified content, "1677msgstr "nội dung bị sửa đổi, "16781679#: wt-status.c:3741680msgid "untracked content, "1681msgstr "nội dung chưa được theo dõi, "16821683#: wt-status.c:3911684#, c-format1685msgid "bug: unhandled diff status %c"1686msgstr "lỗi: không thể tiếp nhận trạng thái lệnh diff %c"16871688#: wt-status.c:7581689msgid "Submodules changed but not updated:"1690msgstr "Những mô-đun-con đã bị thay đổi nhưng chưa được cập nhật:"16911692#: wt-status.c:7601693msgid "Submodule changes to be committed:"1694msgstr "Những mô-đun-con thay đổi đã được chuyển giao:"16951696#: wt-status.c:8391697msgid ""1698"Do not touch the line above.\n"1699"Everything below will be removed."1700msgstr ""1701"Không động đến đường ở trên.\n"1702"Mọi thứ phía dưới sẽ được xóa bỏ."17031704#: wt-status.c:9301705msgid "You have unmerged paths."1706msgstr "Bạn có những đường dẫn chưa được hòa trộn."17071708#: wt-status.c:9331709msgid " (fix conflicts and run \"git commit\")"1710msgstr " (sửa các xung đột rồi chạy \"git commit\")"17111712#: wt-status.c:9361713msgid "All conflicts fixed but you are still merging."1714msgstr "Tất cả các xung đột đã được giải quyết nhưng bạn vẫn đang hòa trộn."17151716#: wt-status.c:9391717msgid " (use \"git commit\" to conclude merge)"1718msgstr " (dùng \"git commit\" để hoàn tất việc hòa trộn)"17191720#: wt-status.c:9491721msgid "You are in the middle of an am session."1722msgstr "Bạn đang ở giữa của một phiên “am”."17231724#: wt-status.c:9521725msgid "The current patch is empty."1726msgstr "Miếng vá hiện tại bị trống rỗng."17271728#: wt-status.c:9561729msgid " (fix conflicts and then run \"git am --continue\")"1730msgstr " (sửa các xung đột và sau đó chạy lệnh \"git am --continue\")"17311732#: wt-status.c:9581733msgid " (use \"git am --skip\" to skip this patch)"1734msgstr " (dùng \"git am --skip\" để bỏ qua miếng vá này)"17351736#: wt-status.c:9601737msgid " (use \"git am --abort\" to restore the original branch)"1738msgstr " (dùng \"git am --abort\" để phục hồi lại nhánh nguyên thủy)"17391740#: wt-status.c:1020 wt-status.c:10371741#, c-format1742msgid "You are currently rebasing branch '%s' on '%s'."1743msgstr "Bạn hiện nay đang thực hiện việc “rebase” nhánh “%s” trên “%s”."17441745#: wt-status.c:1025 wt-status.c:10421746msgid "You are currently rebasing."1747msgstr "Bạn hiện nay đang thực hiện việc “rebase” (“cải tổ”)."17481749#: wt-status.c:10281750msgid " (fix conflicts and then run \"git rebase --continue\")"1751msgstr ""1752" (sửa các xung đột và sau đó chạy lệnh “cải tổ” \"git rebase --continue\")"17531754#: wt-status.c:10301755msgid " (use \"git rebase --skip\" to skip this patch)"1756msgstr " (dùng lệnh “cải tổ” \"git rebase --skip\" để bỏ qua lần vá này)"17571758#: wt-status.c:10321759msgid " (use \"git rebase --abort\" to check out the original branch)"1760msgstr ""1761" (dùng lệnh “cải tổ” \"git rebase --abort\" để check-out nhánh nguyên thủy)"17621763#: wt-status.c:10451764msgid " (all conflicts fixed: run \"git rebase --continue\")"1765msgstr ""1766" (khi tất cả các xung đột đã sửa xong: chạy lệnh “cải tổ” \"git rebase --"1767"continue\")"17681769#: wt-status.c:10491770#, c-format1771msgid ""1772"You are currently splitting a commit while rebasing branch '%s' on '%s'."1773msgstr ""1774"Bạn hiện nay đang thực hiện việc chia tách một lần chuyển giao trong khi "1775"đang “rebase” nhánh “%s” trên “%s”."17761777#: wt-status.c:10541778msgid "You are currently splitting a commit during a rebase."1779msgstr ""1780"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 "1781"rebase."17821783#: wt-status.c:10571784msgid " (Once your working directory is clean, run \"git rebase --continue\")"1785msgstr ""1786" (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 "1787"rebase --continue\")"17881789#: wt-status.c:10611790#, c-format1791msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1792msgstr ""1793"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 "1794"rebase nhánh “%s” trên “%s”."17951796#: wt-status.c:10661797msgid "You are currently editing a commit during a rebase."1798msgstr "Bạn hiện đang sửa một lần chuyển giao trong khi bạn thực hiện rebase."17991800#: wt-status.c:10691801msgid " (use \"git commit --amend\" to amend the current commit)"1802msgstr " (dùng \"git commit --amend\" để “tu bổ” lần chuyển giao hiện tại)"18031804#: wt-status.c:10711805msgid ""1806" (use \"git rebase --continue\" once you are satisfied with your changes)"1807msgstr ""1808" (chạy lệnh “cải tổ” \"git rebase --continue\" một khi bạn cảm thấy hài "1809"lòng về những thay đổi của mình)"18101811#: wt-status.c:10811812#, c-format1813msgid "You are currently cherry-picking commit %s."1814msgstr "Bạn hiện nay đang thực hiện việc cherry-pick lần chuyển giao %s."18151816#: wt-status.c:10861817msgid " (fix conflicts and run \"git cherry-pick --continue\")"1818msgstr ""1819" (sửa các xung đột và sau đó chạy lệnh \"git cherry-pick --continue\")"18201821#: wt-status.c:10891822msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1823msgstr ""1824" (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git cherry-pick --"1825"continue\")"18261827#: wt-status.c:10911828msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1829msgstr " (dùng \"git cherry-pick --abort\" để hủy bỏ thao tác cherry-pick)"18301831#: wt-status.c:11001832#, c-format1833msgid "You are currently reverting commit %s."1834msgstr "Bạn hiện nay đang thực hiện thao tác revert lần chuyển giao “%s”."18351836#: wt-status.c:11051837msgid " (fix conflicts and run \"git revert --continue\")"1838msgstr " (sửa các xung đột và sau đó chạy lệnh \"git revert --continue\")"18391840#: wt-status.c:11081841msgid " (all conflicts fixed: run \"git revert --continue\")"1842msgstr ""1843" (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git revert --continue\")"18441845#: wt-status.c:11101846msgid " (use \"git revert --abort\" to cancel the revert operation)"1847msgstr " (dùng \"git revert --abort\" để hủy bỏ thao tác revert)"18481849#: wt-status.c:11211850#, c-format1851msgid "You are currently bisecting, started from branch '%s'."1852msgstr ""1853"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ừ "1854"nhánh “%s”."18551856#: wt-status.c:11251857msgid "You are currently bisecting."1858msgstr "Bạn hiện tại đang thực hiện việc bisect (di chuyển nửa bước)."18591860#: wt-status.c:11281861msgid " (use \"git bisect reset\" to get back to the original branch)"1862msgstr " (dùng \"git bisect reset\" để quay trở lại nhánh nguyên thủy)"18631864#: wt-status.c:13031865msgid "On branch "1866msgstr "Trên nhánh "18671868#: wt-status.c:13101869msgid "rebase in progress; onto "1870msgstr "rebase đang được thực hiện: lên trên "18711872#: wt-status.c:13171873msgid "HEAD detached at "1874msgstr "HEAD được tách rời tại "18751876#: wt-status.c:13191877msgid "HEAD detached from "1878msgstr "HEAD được tách rời từ "18791880#: wt-status.c:13221881msgid "Not currently on any branch."1882msgstr "Hiện tại chẳng ở nhánh nào cả."18831884#: wt-status.c:13391885msgid "Initial commit"1886msgstr "Lần chuyển giao khởi tạo"18871888#: wt-status.c:13531889msgid "Untracked files"1890msgstr "Những tập tin chưa được theo dõi"18911892#: wt-status.c:13551893msgid "Ignored files"1894msgstr "Những tập tin bị lờ đi"18951896#: wt-status.c:13591897#, c-format1898msgid ""1899"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1900"may speed it up, but you have to be careful not to forget to add\n"1901"new files yourself (see 'git help status')."1902msgstr ""1903"Cần %.2f giây để liệt kê tất cả các tập tin chưa được theo dõi. “status -"1904"uno”\n"1905"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"1906"tự thêm các tập tin mới (xem “git help status”.."19071908#: wt-status.c:13651909#, c-format1910msgid "Untracked files not listed%s"1911msgstr "Những tập tin chưa được theo dõi không được liệt kê ra %s"19121913#: wt-status.c:13671914msgid " (use -u option to show untracked files)"1915msgstr " (dùng tùy chọn -u để hiển thị các tập tin chưa được theo dõi)"19161917#: wt-status.c:13731918msgid "No changes"1919msgstr "Không có thay đổi nào"19201921#: wt-status.c:13781922#, c-format1923msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1924msgstr ""1925"không có thay đổi nào được thêm vào để chuyển giao (dùng \"git add\" và/hoặc "1926"\"git commit -a\")\n"19271928#: wt-status.c:13811929#, c-format1930msgid "no changes added to commit\n"1931msgstr "không có thay đổi nào được thêm vào để chuyển giao\n"19321933#: wt-status.c:13841934#, c-format1935msgid ""1936"nothing added to commit but untracked files present (use \"git add\" to "1937"track)\n"1938msgstr ""1939"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 "1940"theo dõi hiện diện (dùng \"git add\" để đưa vào theo dõi)\n"19411942#: wt-status.c:13871943#, c-format1944msgid "nothing added to commit but untracked files present\n"1945msgstr ""1946"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 "1947"theo dõi hiện diện\n"19481949#: wt-status.c:13901950#, c-format1951msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1952msgstr ""1953"không có gì để chuyển giao (tạo/sao-chép các tập tin và dùng \"git add\" để "1954"đưa vào theo dõi)\n"19551956#: wt-status.c:1393 wt-status.c:13981957#, c-format1958msgid "nothing to commit\n"1959msgstr "không có gì để chuyển giao\n"19601961#: wt-status.c:13961962#, c-format1963msgid "nothing to commit (use -u to show untracked files)\n"1964msgstr ""1965"không có gì để chuyển giao (dùng -u xem các tập tin chưa được theo dõi)\n"19661967#: wt-status.c:14001968#, c-format1969msgid "nothing to commit, working directory clean\n"1970msgstr "không có gì để chuyển giao, thư mục làm việc sạch sẽ\n"19711972#: wt-status.c:15091973msgid "HEAD (no branch)"1974msgstr "HEAD (không nhánh)"19751976#: wt-status.c:15151977msgid "Initial commit on "1978msgstr "Lần chuyển giao khởi tạo trên "19791980#: wt-status.c:15471981msgid "gone"1982msgstr "đã ra đi"19831984#: wt-status.c:1549 wt-status.c:15571985msgid "behind "1986msgstr "đằng sau "19871988#: compat/precompose_utf8.c:55 builtin/clone.c:3601989#, c-format1990msgid "failed to unlink '%s'"1991msgstr "gặp lỗi khi bỏ liên kết (unlink) “%s”"19921993#: builtin/add.c:221994msgid "git add [options] [--] <pathspec>..."1995msgstr "git add [các-tùy-chọn] [--] <pathspec>…"19961997#: builtin/add.c:651998#, c-format1999msgid "unexpected diff status %c"2000msgstr "trạng thái lệnh diff không như mong đợi %c"20012002#: builtin/add.c:70 builtin/commit.c:2752003msgid "updating files failed"2004msgstr "Cập nhật tập tin gặp lỗi"20052006#: builtin/add.c:802007#, c-format2008msgid "remove '%s'\n"2009msgstr "gỡ bỏ “%s”\n"20102011#: builtin/add.c:1342012msgid "Unstaged changes after refreshing the index:"2013msgstr ""2014"Đư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:"20152016#: builtin/add.c:194 builtin/rev-parse.c:7852017msgid "Could not read the index"2018msgstr "Không thể đọc bảng mục lục"20192020#: builtin/add.c:2052021#, c-format2022msgid "Could not open '%s' for writing."2023msgstr "Không thể mở “%s” để ghi."20242025#: builtin/add.c:2092026msgid "Could not write patch"2027msgstr "Không thể ghi ra miếng vá"20282029#: builtin/add.c:2142030#, c-format2031msgid "Could not stat '%s'"2032msgstr "không thể lấy thông tin thống kê về “%s”"20332034#: builtin/add.c:2162035msgid "Empty patch. Aborted."2036msgstr "Miếng vá trống rỗng. Nên bỏ qua."20372038#: builtin/add.c:2212039#, c-format2040msgid "Could not apply '%s'"2041msgstr "Không thể áp dụng miếng vá “%s”"20422043#: builtin/add.c:2312044msgid "The following paths are ignored by one of your .gitignore files:\n"2045msgstr ""2046"Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "2047"của bạn:\n"20482049#: builtin/add.c:248 builtin/clean.c:875 builtin/fetch.c:108 builtin/mv.c:1102050#: builtin/prune-packed.c:55 builtin/push.c:499 builtin/remote.c:13722051#: builtin/rm.c:2692052msgid "dry run"2053msgstr "chạy thử"20542055#: builtin/add.c:249 builtin/apply.c:4415 builtin/check-ignore.c:192056#: builtin/commit.c:1326 builtin/count-objects.c:63 builtin/fsck.c:6082057#: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:1142058msgid "be verbose"2059msgstr "chi tiết"20602061#: builtin/add.c:2512062msgid "interactive picking"2063msgstr "sửa bằng cách tương tác"20642065#: builtin/add.c:252 builtin/checkout.c:1126 builtin/reset.c:2862066msgid "select hunks interactively"2067msgstr "chọn “hunks” theo kiểu tương tác"20682069#: builtin/add.c:2532070msgid "edit current diff and apply"2071msgstr "sửa diff hiện nay và áp dụng nó"20722073#: builtin/add.c:2542074msgid "allow adding otherwise ignored files"2075msgstr "cho phép thêm các tập tin bị bỏ qua khác"20762077#: builtin/add.c:2552078msgid "update tracked files"2079msgstr "cập nhật các tập tin được theo dõi"20802081#: builtin/add.c:2562082msgid "record only the fact that the path will be added later"2083msgstr "chỉ ghi lại sự việc mà đường dẫn sẽ được thêm vào sau"20842085#: builtin/add.c:2572086msgid "add changes from all tracked and untracked files"2087msgstr ""2088"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 "2089"vết"20902091#: builtin/add.c:2602092msgid "ignore paths removed in the working tree (same as --no-all)"2093msgstr ""2094"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)"20952096#: builtin/add.c:2622097msgid "don't add, only refresh the index"2098msgstr "không thêm, chỉ làm tươi mới bảng mục lục"20992100#: builtin/add.c:2632101msgid "just skip files which cannot be added because of errors"2102msgstr "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"21032104#: builtin/add.c:2642105msgid "check if - even missing - files are ignored in dry run"2106msgstr ""2107"kiểm tra xem - thậm chí thiếu - tập tin bị bỏ qua trong quá trình chạy thử"21082109#: builtin/add.c:2862110#, c-format2111msgid "Use -f if you really want to add them.\n"2112msgstr "Sử dụng tùy chọn -f nếu bạn thực sự muốn thêm chúng vào.\n"21132114#: builtin/add.c:2932115msgid "adding files failed"2116msgstr "thêm tập tin gặp lỗi"21172118#: builtin/add.c:3292119msgid "-A and -u are mutually incompatible"2120msgstr "-A và -u xung khắc nhau"21212122#: builtin/add.c:3362123msgid "Option --ignore-missing can only be used together with --dry-run"2124msgstr "Tùy chọn --ignore-missing chỉ có thể được dùng cùng với --dry-run"21252126#: builtin/add.c:3572127#, c-format2128msgid "Nothing specified, nothing added.\n"2129msgstr "Không có gì được chỉ ra, không có gì được thêm vào.\n"21302131#: builtin/add.c:3582132#, c-format2133msgid "Maybe you wanted to say 'git add .'?\n"2134msgstr "Có lẽ ý bạn là “git add .” phải không?\n"21352136#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:9192137#: builtin/commit.c:333 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:2992138msgid "index file corrupt"2139msgstr "tập tin ghi bảng mục lục bị hỏng"21402141#: builtin/add.c:446 builtin/apply.c:4510 builtin/mv.c:279 builtin/rm.c:4312142msgid "Unable to write new index file"2143msgstr "Không thể ghi tập tin lưu bảng mục lục mới"21442145#: builtin/apply.c:582146msgid "git apply [options] [<patch>...]"2147msgstr "git apply [các-tùy-chọn] [<miếng-vá>…]"21482149#: builtin/apply.c:1112150#, c-format2151msgid "unrecognized whitespace option '%s'"2152msgstr "không nhận ra tùy chọn về khoảng trắng “%s”"21532154#: builtin/apply.c:1262155#, c-format2156msgid "unrecognized whitespace ignore option '%s'"2157msgstr "không nhận ra tùy chọn bỏ qua khoảng trắng “%s”"21582159#: builtin/apply.c:8262160#, c-format2161msgid "Cannot prepare timestamp regexp %s"2162msgstr ""2163"Không thể chuẩn bị biểu thức chính qui dấu vết thời gian (timestamp regexp) "2164"%s"21652166#: builtin/apply.c:8352167#, c-format2168msgid "regexec returned %d for input: %s"2169msgstr "thi hành biểu thức chính quy trả về %d cho đầu vào: %s"21702171#: builtin/apply.c:9162172#, c-format2173msgid "unable to find filename in patch at line %d"2174msgstr "không thể tìm thấy tên tập tin trong miếng vá tại dòng %d"21752176#: builtin/apply.c:9482177#, c-format2178msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2179msgstr ""2180"git apply: git-diff sai - cần /dev/null, nhưng lại nhận được %s trên dòng %d"21812182#: builtin/apply.c:9522183#, c-format2184msgid "git apply: bad git-diff - inconsistent new filename on line %d"2185msgstr "git apply: git-diff sai - tên tập tin mới không nhất quán trên dòng %d"21862187#: builtin/apply.c:9532188#, c-format2189msgid "git apply: bad git-diff - inconsistent old filename on line %d"2190msgstr "git apply: git-diff sai - tên tập tin cũ không nhất quán trên dòng %d"21912192#: builtin/apply.c:9602193#, c-format2194msgid "git apply: bad git-diff - expected /dev/null on line %d"2195msgstr "git apply: git-diff sai - cần “/dev/null” trên dòng %d"21962197#: builtin/apply.c:14232198#, c-format2199msgid "recount: unexpected line: %.*s"2200msgstr "chi tiết: dòng không cần: %.*s"22012202#: builtin/apply.c:14802203#, c-format2204msgid "patch fragment without header at line %d: %.*s"2205msgstr "miếng vá phân mảnh mà không có phần đầu tại dòng %d: %.*s"22062207#: builtin/apply.c:14972208#, c-format2209msgid ""2210"git diff header lacks filename information when removing %d leading pathname "2211"component (line %d)"2212msgid_plural ""2213"git diff header lacks filename information when removing %d leading pathname "2214"components (line %d)"2215msgstr[0] ""2216"phần đầu diff cho git thiếu thông tin tên tập tin khi gỡ bỏ đi %d trong "2217"thành phần dẫn đầu tên của đường dẫn (dòng %d)"22182219#: builtin/apply.c:16572220msgid "new file depends on old contents"2221msgstr "tập tin mới phụ thuộc vào nội dung cũ"22222223#: builtin/apply.c:16592224msgid "deleted file still has contents"2225msgstr "tập tin đã xóa vẫn còn nội dung"22262227#: builtin/apply.c:16852228#, c-format2229msgid "corrupt patch at line %d"2230msgstr "miếng vá hỏng tại dòng %d"22312232#: builtin/apply.c:17212233#, c-format2234msgid "new file %s depends on old contents"2235msgstr "tập tin mới %s phụ thuộc vào nội dung cũ"22362237#: builtin/apply.c:17232238#, c-format2239msgid "deleted file %s still has contents"2240msgstr "tập tin đã xóa %s vẫn còn nội dung"22412242#: builtin/apply.c:17262243#, c-format2244msgid "** warning: file %s becomes empty but is not deleted"2245msgstr "** cảnh báo: tập tin %s trở nên trống rỗng nhưng không bị xóa"22462247#: builtin/apply.c:18722248#, c-format2249msgid "corrupt binary patch at line %d: %.*s"2250msgstr "miếng vá định dạng nhị phân sai hỏng tại dòng %d: %.*s"22512252#: builtin/apply.c:19012253#, c-format2254msgid "unrecognized binary patch at line %d"2255msgstr "miếng vá định dạng nhị phân không được nhận ra tại dòng %d"22562257#: builtin/apply.c:20522258#, c-format2259msgid "patch with only garbage at line %d"2260msgstr "vá chỉ với “rác” tại dòng %d"22612262#: builtin/apply.c:21422263#, c-format2264msgid "unable to read symlink %s"2265msgstr "không thể đọc liên kết mềm %s"22662267#: builtin/apply.c:21462268#, c-format2269msgid "unable to open or read %s"2270msgstr "không thể mở hay đọc %s"22712272#: builtin/apply.c:27542273#, c-format2274msgid "invalid start of line: '%c'"2275msgstr "sai khởi đầu dòng: “%c”"22762277#: builtin/apply.c:28722278#, c-format2279msgid "Hunk #%d succeeded at %d (offset %d line)."2280msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2281msgstr[0] "Khối dữ liệu #%d thành công tại %d (offset %d dòng)."22822283#: builtin/apply.c:28842284#, c-format2285msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2286msgstr "Nội dung bị giảm xuống còn (%ld/%ld) để áp dụng mảnh dữ liệu tại %d"22872288#: builtin/apply.c:28902289#, c-format2290msgid ""2291"while searching for:\n"2292"%.*s"2293msgstr ""2294"trong khi đang tìm kiếm cho:\n"2295"%.*s"22962297#: builtin/apply.c:29092298#, c-format2299msgid "missing binary patch data for '%s'"2300msgstr "thiếu dữ liệu của miếng vá định dạng nhị phân cho “%s”"23012302#: builtin/apply.c:30102303#, c-format2304msgid "binary patch does not apply to '%s'"2305msgstr "miếng vá định dạng nhị phân không được áp dụng cho “%s”"23062307#: builtin/apply.c:30162308#, c-format2309msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2310msgstr ""2311"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 "2312"%s)"23132314#: builtin/apply.c:30372315#, c-format2316msgid "patch failed: %s:%ld"2317msgstr "gặp lỗi khi vá: %s:%ld"23182319#: builtin/apply.c:31612320#, c-format2321msgid "cannot checkout %s"2322msgstr "không thể lấy ra %s"23232324#: builtin/apply.c:3206 builtin/apply.c:3215 builtin/apply.c:32602325#, c-format2326msgid "read of %s failed"2327msgstr "đọc %s gặp lỗi"23282329#: builtin/apply.c:3240 builtin/apply.c:34622330#, c-format2331msgid "path %s has been renamed/deleted"2332msgstr "đường dẫn %s đã bị xóa hoặc đổi tên"23332334#: builtin/apply.c:3321 builtin/apply.c:34762335#, c-format2336msgid "%s: does not exist in index"2337msgstr "%s: không tồn tại trong bảng mục lục"23382339#: builtin/apply.c:3325 builtin/apply.c:3468 builtin/apply.c:34902340#, c-format2341msgid "%s: %s"2342msgstr "%s: %s"23432344#: builtin/apply.c:3330 builtin/apply.c:34842345#, c-format2346msgid "%s: does not match index"2347msgstr "%s: không khớp trong mục lục"23482349#: builtin/apply.c:34322350msgid "removal patch leaves file contents"2351msgstr "loại bỏ miếng vá để lại nội dung tập tin"23522353#: builtin/apply.c:35012354#, c-format2355msgid "%s: wrong type"2356msgstr "%s: sai kiểu"23572358#: builtin/apply.c:35032359#, c-format2360msgid "%s has type %o, expected %o"2361msgstr "%s có kiểu %o, cần %o"23622363#: builtin/apply.c:36042364#, c-format2365msgid "%s: already exists in index"2366msgstr "%s: đã có từ trước trong bảng mục lục"23672368#: builtin/apply.c:36072369#, c-format2370msgid "%s: already exists in working directory"2371msgstr "%s: đã sẵn có trong thư mục đang làm việc"23722373#: builtin/apply.c:36272374#, c-format2375msgid "new mode (%o) of %s does not match old mode (%o)"2376msgstr "chế độ mới (%o) của %s không khớp với chế độ cũ (%o)"23772378#: builtin/apply.c:36322379#, c-format2380msgid "new mode (%o) of %s does not match old mode (%o) of %s"2381msgstr "chế độ mới (%o) của %s không khớp với chế độ cũ (%o) của %s"23822383#: builtin/apply.c:36402384#, c-format2385msgid "%s: patch does not apply"2386msgstr "%s: miếng vá không được áp dụng"23872388#: builtin/apply.c:36532389#, c-format2390msgid "Checking patch %s..."2391msgstr "Đang kiểm tra miếng vá %s…"23922393#: builtin/apply.c:3746 builtin/checkout.c:231 builtin/reset.c:1352394#, c-format2395msgid "make_cache_entry failed for path '%s'"2396msgstr "make_cache_entry gặp lỗi đối với đường dẫn “%s”"23972398#: builtin/apply.c:38892399#, c-format2400msgid "unable to remove %s from index"2401msgstr "không thể gỡ bỏ %s từ mục lục"24022403#: builtin/apply.c:39182404#, c-format2405msgid "corrupt patch for submodule %s"2406msgstr "miếng vá sai hỏng cho mô-đun-con %s"24072408#: builtin/apply.c:39222409#, c-format2410msgid "unable to stat newly created file '%s'"2411msgstr "không thể lấy thống kề về tập tin %s mới hơn đã được tạo"24122413#: builtin/apply.c:39272414#, c-format2415msgid "unable to create backing store for newly created file %s"2416msgstr "không thể tạo “kho lưu đằng sau” cho tập tin được tạo mới hơn %s"24172418#: builtin/apply.c:3930 builtin/apply.c:40382419#, c-format2420msgid "unable to add cache entry for %s"2421msgstr "không thể thêm mục nhớ đệm cho %s"24222423#: builtin/apply.c:39632424#, c-format2425msgid "closing file '%s'"2426msgstr "đang đóng tập tin “%s”"24272428#: builtin/apply.c:40122429#, c-format2430msgid "unable to write file '%s' mode %o"2431msgstr "không thể ghi vào tập tin “%s” chế độ %o"24322433#: builtin/apply.c:40992434#, c-format2435msgid "Applied patch %s cleanly."2436msgstr "Đã áp dụng miếng vá %s một cách sạch sẽ."24372438#: builtin/apply.c:41072439msgid "internal error"2440msgstr "lỗi nội bộ"24412442#: builtin/apply.c:41102443#, c-format2444msgid "Applying patch %%s with %d reject..."2445msgid_plural "Applying patch %%s with %d rejects..."2446msgstr[0] "Đang áp dụng miếng vá %%s với %d lần từ chối…"24472448#: builtin/apply.c:41202449#, c-format2450msgid "truncating .rej filename to %.*s.rej"2451msgstr "đang cắt ngắn tên tập tin .rej thành %.*s.rej"24522453#: builtin/apply.c:41412454#, c-format2455msgid "Hunk #%d applied cleanly."2456msgstr "Khối nhớ #%d được áp dụng gọn gàng."24572458#: builtin/apply.c:41442459#, c-format2460msgid "Rejected hunk #%d."2461msgstr "đoạn dữ liệu #%d bị từ chối."24622463#: builtin/apply.c:42342464msgid "unrecognized input"2465msgstr "không thừa nhận đầu vào"24662467#: builtin/apply.c:42452468msgid "unable to read index file"2469msgstr "không thể đọc tập tin lưu bảng mục lục"24702471#: builtin/apply.c:4362 builtin/apply.c:4365 builtin/clone.c:922472#: builtin/fetch.c:932473msgid "path"2474msgstr "đường-dẫn"24752476#: builtin/apply.c:43632477msgid "don't apply changes matching the given path"2478msgstr "không áp dụng các thay đổi khớp với đường dẫn đã cho"24792480#: builtin/apply.c:43662481msgid "apply changes matching the given path"2482msgstr "áp dụng các thay đổi khớp với đường dẫn đã cho"24832484#: builtin/apply.c:43682485msgid "num"2486msgstr "số"24872488#: builtin/apply.c:43692489msgid "remove <num> leading slashes from traditional diff paths"2490msgstr "gỡ bỏ <số> dấu gạch chéo dẫn đầu từ đường dẫn diff cổ điển"24912492#: builtin/apply.c:43722493msgid "ignore additions made by the patch"2494msgstr "lờ đi phần bổ xung được tạo ra bởi miếng vá"24952496#: builtin/apply.c:43742497msgid "instead of applying the patch, output diffstat for the input"2498msgstr ""2499"thay vì áp dụng một miếng vá, kết xuất kết quả từ lệnh diffstat cho đầu ra"25002501#: builtin/apply.c:43782502msgid "show number of added and deleted lines in decimal notation"2503msgstr ""2504"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"25052506#: builtin/apply.c:43802507msgid "instead of applying the patch, output a summary for the input"2508msgstr "thay vì áp dụng một miếng vá, kết xuất kết quả cho đầu vào"25092510#: builtin/apply.c:43822511msgid "instead of applying the patch, see if the patch is applicable"2512msgstr "thay vì áp dụng miếng vá, hãy xem xem miếng vá có thích hợp không"25132514#: builtin/apply.c:43842515msgid "make sure the patch is applicable to the current index"2516msgstr "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"25172518#: builtin/apply.c:43862519msgid "apply a patch without touching the working tree"2520msgstr "áp dụng một miếng vá mà không động chạm đến cây làm việc"25212522#: builtin/apply.c:43882523msgid "also apply the patch (use with --stat/--summary/--check)"2524msgstr ""2525"đồng thời áp dụng miếng vá (dùng với tùy chọn --stat/--summary/--check)"25262527#: builtin/apply.c:43902528msgid "attempt three-way merge if a patch does not apply"2529msgstr "thử hòa trộn kiểu three-way nếu việc vá không thể thực hiện được"25302531#: builtin/apply.c:43922532msgid "build a temporary index based on embedded index information"2533msgstr ""2534"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"25352536#: builtin/apply.c:4394 builtin/checkout-index.c:198 builtin/ls-files.c:4552537msgid "paths are separated with NUL character"2538msgstr "các đường dẫn bị ngăn cách bởi ký tự NULL"25392540#: builtin/apply.c:43972541msgid "ensure at least <n> lines of context match"2542msgstr "đảm bảo rằng có ít nhất <n> dòng nội dung khớp"25432544#: builtin/apply.c:43982545msgid "action"2546msgstr "hành động"25472548#: builtin/apply.c:43992549msgid "detect new or modified lines that have whitespace errors"2550msgstr "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"25512552#: builtin/apply.c:4402 builtin/apply.c:44052553msgid "ignore changes in whitespace when finding context"2554msgstr "lờ đi sự thay đổi do khoảng trắng gây ra khi quét nội dung"25552556#: builtin/apply.c:44082557msgid "apply the patch in reverse"2558msgstr "áp dụng miếng vá theo chiều ngược"25592560#: builtin/apply.c:44102561msgid "don't expect at least one line of context"2562msgstr "đừng hy vọng có ít nhất một dòng nội dung"25632564#: builtin/apply.c:44122565msgid "leave the rejected hunks in corresponding *.rej files"2566msgstr "để lại khối dữ liệu bị từ chối trong các tập tin *.rej tương ứng"25672568#: builtin/apply.c:44142569msgid "allow overlapping hunks"2570msgstr "cho phép chồng khối nhớ"25712572#: builtin/apply.c:44172573msgid "tolerate incorrectly detected missing new-line at the end of file"2574msgstr ""2575"đã 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"25762577#: builtin/apply.c:44202578msgid "do not trust the line counts in the hunk headers"2579msgstr "không tin số lượng dòng trong phần đầu khối dữ liệu"25802581#: builtin/apply.c:44222582msgid "root"2583msgstr "root"25842585#: builtin/apply.c:44232586msgid "prepend <root> to all filenames"2587msgstr "treo thêm <root> vào tất cả các tên tập tin"25882589#: builtin/apply.c:44452590msgid "--3way outside a repository"2591msgstr "--3way ở ngoài một kho chứa"25922593#: builtin/apply.c:44532594msgid "--index outside a repository"2595msgstr "--index ở ngoài một kho chứa"25962597#: builtin/apply.c:44562598msgid "--cached outside a repository"2599msgstr "--cached ở ngoài một kho chứa"26002601#: builtin/apply.c:44722602#, c-format2603msgid "can't open patch '%s'"2604msgstr "không thể mở miếng vá “%s”"26052606#: builtin/apply.c:44862607#, c-format2608msgid "squelched %d whitespace error"2609msgid_plural "squelched %d whitespace errors"2610msgstr[0] "đã chấm dứt %d lỗi khoảng trắng"26112612#: builtin/apply.c:4492 builtin/apply.c:45022613#, c-format2614msgid "%d line adds whitespace errors."2615msgid_plural "%d lines add whitespace errors."2616msgstr[0] "%d dòng thêm khoảng trắng lỗi."26172618#: builtin/archive.c:172619#, c-format2620msgid "could not create archive file '%s'"2621msgstr "không thể tạo tập tin kho (lưu trữ, nén) “%s”"26222623#: builtin/archive.c:202624msgid "could not redirect output"2625msgstr "không thể chuyển hướng kết xuất"26262627#: builtin/archive.c:372628msgid "git archive: Remote with no URL"2629msgstr "git archive: Máy chủ không có địa chỉ URL"26302631#: builtin/archive.c:582632msgid "git archive: expected ACK/NAK, got EOF"2633msgstr "git archive: cần ACK/NAK, nhưng lại nhận được EOF"26342635#: builtin/archive.c:612636#, c-format2637msgid "git archive: NACK %s"2638msgstr "git archive: NACK %s"26392640#: builtin/archive.c:632641#, c-format2642msgid "remote error: %s"2643msgstr "lỗi máy chủ: %s"26442645#: builtin/archive.c:642646msgid "git archive: protocol error"2647msgstr "git archive: lỗi giao thức"26482649#: builtin/archive.c:682650msgid "git archive: expected a flush"2651msgstr "git archive: cần một flush (đẩy dữ liệu lên đĩa)"26522653#: builtin/bisect--helper.c:72654msgid "git bisect--helper --next-all [--no-checkout]"2655msgstr "git bisect--helper --next-all [--no-checkout]"26562657#: builtin/bisect--helper.c:172658msgid "perform 'git bisect next'"2659msgstr "thực hiện “git bisect next”"26602661#: builtin/bisect--helper.c:192662msgid "update BISECT_HEAD instead of checking out the current commit"2663msgstr ""2664"cập nhật BISECT_HEAD thay vì lấy ra (checking out) lần chuyển giao hiện hành"26652666#: builtin/blame.c:302667msgid "git blame [options] [rev-opts] [rev] [--] file"2668msgstr "git blame [các-tùy-chọn] [rev-opts] [rev] [--] tập-tin"26692670#: builtin/blame.c:352671msgid "[rev-opts] are documented in git-rev-list(1)"2672msgstr "[rev-opts] được mô tả trong git-rev-list(1)"26732674#: builtin/blame.c:25012675msgid "Show blame entries as we find them, incrementally"2676msgstr "Hiển thị các mục “blame” như là chúng ta thấy chúng, tăng dần"26772678#: builtin/blame.c:25022679msgid "Show blank SHA-1 for boundary commits (Default: off)"2680msgstr ""2681"Hiển thị SHA-1 trắng cho những lần chuyển giao biên giới (Mặc định: off)"26822683#: builtin/blame.c:25032684msgid "Do not treat root commits as boundaries (Default: off)"2685msgstr "Không coi các lần chuyển giao gốc là giới hạn (Mặc định: off)"26862687#: builtin/blame.c:25042688msgid "Show work cost statistics"2689msgstr "Hiển thị thống kê công sức làm việc"26902691#: builtin/blame.c:25052692msgid "Show output score for blame entries"2693msgstr "Hiển thị kết xuất điểm số có các mục tin “blame”"26942695#: builtin/blame.c:25062696msgid "Show original filename (Default: auto)"2697msgstr "Hiển thị tên tập tin gốc (Mặc định: auto)"26982699#: builtin/blame.c:25072700msgid "Show original linenumber (Default: off)"2701msgstr "Hiển thị số dòng gốc (Mặc định: off)"27022703#: builtin/blame.c:25082704msgid "Show in a format designed for machine consumption"2705msgstr "Hiển thị ở định dạng đã thiết kế cho sự tiêu dùng bằng máy"27062707#: builtin/blame.c:25092708msgid "Show porcelain format with per-line commit information"2709msgstr "Hiển thị định dạng “porcelain” với thông tin chuyển giao mỗi dòng"27102711#: builtin/blame.c:25102712msgid "Use the same output mode as git-annotate (Default: off)"2713msgstr "Dùng cùng chế độ xuất ra vóigit-annotate (Mặc định: off)"27142715#: builtin/blame.c:25112716msgid "Show raw timestamp (Default: off)"2717msgstr "Hiển thị dấu vết thời gian dạng thô (Mặc định: off)"27182719#: builtin/blame.c:25122720msgid "Show long commit SHA1 (Default: off)"2721msgstr "Hiển thị SHA1 của lần chuyển giao dạng dài (Mặc định: off)"27222723#: builtin/blame.c:25132724msgid "Suppress author name and timestamp (Default: off)"2725msgstr "Không hiển thị tên tác giả và dấu vết thời gian (Mặc định: off)"27262727#: builtin/blame.c:25142728msgid "Show author email instead of name (Default: off)"2729msgstr "Hiển thị thư điện tử của tác giả thay vì tên (Mặc định: off)"27302731#: builtin/blame.c:25152732msgid "Ignore whitespace differences"2733msgstr "Bỏ qua các khác biệt do khoảng trắng gây ra"27342735#: builtin/blame.c:25162736msgid "Spend extra cycles to find better match"2737msgstr "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"27382739#: builtin/blame.c:25172740msgid "Use revisions from <file> instead of calling git-rev-list"2741msgstr ""2742"Sử dụng điểm xét duyệt (revision) từ <tập tin> thay vì gọi “git-rev-list”"27432744#: builtin/blame.c:25182745msgid "Use <file>'s contents as the final image"2746msgstr "Sử dụng nội dung của <tập tin> như là ảnh cuối cùng"27472748#: builtin/blame.c:2519 builtin/blame.c:25202749msgid "score"2750msgstr "điểm số"27512752#: builtin/blame.c:25192753msgid "Find line copies within and across files"2754msgstr "Tìm các bản sao chép dòng trong và ngang qua tập tin"27552756#: builtin/blame.c:25202757msgid "Find line movements within and across files"2758msgstr "Tìm các di chuyển dòng trong và ngang qua tập tin"27592760#: builtin/blame.c:25212761msgid "n,m"2762msgstr "n,m"27632764#: builtin/blame.c:25212765msgid "Process only line range n,m, counting from 1"2766msgstr "Xử lý chỉ dòng vùng n,m, tính từ 1"27672768#. TRANSLATORS: This string is used to tell us the maximum2769#. display width for a relative timestamp in "git blame"2770#. output. For C locale, "4 years, 11 months ago", which2771#. takes 22 places, is the longest among various forms of2772#. relative timestamps, but your language may need more or2773#. fewer display columns.2774#: builtin/blame.c:26022775msgid "4 years, 11 months ago"2776msgstr "4 năm, 11 tháng trước"27772778#: builtin/branch.c:242779msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2780msgstr "git branch [các-tùy-chọn] [-r | -a] [--merged | --no-merged]"27812782#: builtin/branch.c:252783msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2784msgstr "git branch [các-tùy-chọn] [-l] [-f] <tên-nhánh> [<điểm-đầu>]"27852786#: builtin/branch.c:262787msgid "git branch [options] [-r] (-d | -D) <branchname>..."2788msgstr "git branch [các-tùy-chọn] [-r] (-d | -D) <tên-nhánh> …"27892790#: builtin/branch.c:272791msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2792msgstr "git branch [các-tùy-chọn] (-m | -M) [<nhánh-cũ>] <nhánh-mới>"27932794#: builtin/branch.c:1522795#, c-format2796msgid ""2797"deleting branch '%s' that has been merged to\n"2798" '%s', but not yet merged to HEAD."2799msgstr ""2800"đang xóa nhánh “%s” mà nó lại đã được hòa trộn vào\n"2801" “%s”, nhưng vẫn chưa được hòa trộn vào HEAD."28022803#: builtin/branch.c:1562804#, c-format2805msgid ""2806"not deleting branch '%s' that is not yet merged to\n"2807" '%s', even though it is merged to HEAD."2808msgstr ""2809"không xóa nhánh “%s” cái mà chưa được hòa trộn vào\n"2810" “%s”, cho dù là nó đã được hòa trộn vào HEAD."28112812#: builtin/branch.c:1702813#, c-format2814msgid "Couldn't look up commit object for '%s'"2815msgstr "Không thể tìm kiếm đối tượng chuyển giao cho “%s”"28162817#: builtin/branch.c:1742818#, c-format2819msgid ""2820"The branch '%s' is not fully merged.\n"2821"If you are sure you want to delete it, run 'git branch -D %s'."2822msgstr ""2823"Nhánh “%s” không được trộn một cách đầy đủ.\n"2824"Nếu bạn thực sự muốn xóa nó, thì chạy lệnh “git branch -D %s”."28252826#: builtin/branch.c:1872827msgid "Update of config-file failed"2828msgstr "Cập nhật tập tin cấu hình gặp lỗi"28292830#: builtin/branch.c:2152831msgid "cannot use -a with -d"2832msgstr "không thể dùng tùy chọn -a với -d"28332834#: builtin/branch.c:2212835msgid "Couldn't look up commit object for HEAD"2836msgstr "Không thể tìm kiếm đối tượng chuyển giao cho HEAD"28372838#: builtin/branch.c:2292839#, c-format2840msgid "Cannot delete the branch '%s' which you are currently on."2841msgstr "Không thể xóa nhánh “%s” cái mà bạn hiện nay đang ở."28422843#: builtin/branch.c:2452844#, c-format2845msgid "remote branch '%s' not found."2846msgstr "không tìm thấy nhánh máy chủ “%s”."28472848#: builtin/branch.c:2462849#, c-format2850msgid "branch '%s' not found."2851msgstr "không tìm thấy nhánh “%s”."28522853#: builtin/branch.c:2602854#, c-format2855msgid "Error deleting remote branch '%s'"2856msgstr "Gặp lỗi khi đang xóa nhánh trên máy chủ “%s”"28572858#: builtin/branch.c:2612859#, c-format2860msgid "Error deleting branch '%s'"2861msgstr "Gặp lỗi khi xóa bỏ nhánh “%s”"28622863#: builtin/branch.c:2682864#, c-format2865msgid "Deleted remote branch %s (was %s).\n"2866msgstr "Nhánh trên máy chủ \"%s\" đã bị xóa (từng là %s).\n"28672868#: builtin/branch.c:2692869#, c-format2870msgid "Deleted branch %s (was %s).\n"2871msgstr "Nhánh “%s” đã bị xóa (từng là %s)\n"28722873#: builtin/branch.c:3702874#, c-format2875msgid "branch '%s' does not point at a commit"2876msgstr "nhánh “%s” không chỉ đến một lần chuyển giao nào cả"28772878#: builtin/branch.c:4592879#, c-format2880msgid "[%s: gone]"2881msgstr "[%s: đã ra đi]"28822883#: builtin/branch.c:4642884#, c-format2885msgid "[%s]"2886msgstr "[%s]"28872888#: builtin/branch.c:4692889#, c-format2890msgid "[%s: behind %d]"2891msgstr "[%s: đằng sau %d]"28922893#: builtin/branch.c:4712894#, c-format2895msgid "[behind %d]"2896msgstr "[đằng sau %d]"28972898#: builtin/branch.c:4752899#, c-format2900msgid "[%s: ahead %d]"2901msgstr "[%s: phía trước %d]"29022903#: builtin/branch.c:4772904#, c-format2905msgid "[ahead %d]"2906msgstr "[phía trước %d]"29072908#: builtin/branch.c:4802909#, c-format2910msgid "[%s: ahead %d, behind %d]"2911msgstr "[%s: trước %d, sau %d]"29122913#: builtin/branch.c:4832914#, c-format2915msgid "[ahead %d, behind %d]"2916msgstr "[trước %d, sau %d]"29172918#: builtin/branch.c:4962919msgid " **** invalid ref ****"2920msgstr " **** tham chiếu không hợp lệ ****"29212922#: builtin/branch.c:5872923#, c-format2924msgid "(no branch, rebasing %s)"2925msgstr "(không nhánh, đang cải tổ %s)"29262927#: builtin/branch.c:5902928#, c-format2929msgid "(no branch, bisect started on %s)"2930msgstr "(không nhánh, di chuyển nửa bước được bắt đầu tại %s)"29312932#: builtin/branch.c:5932933#, c-format2934msgid "(detached from %s)"2935msgstr "(được tách rời từ %s)"29362937#: builtin/branch.c:5962938msgid "(no branch)"2939msgstr "(không nhánh)"29402941#: builtin/branch.c:6432942#, c-format2943msgid "object '%s' does not point to a commit"2944msgstr "đối tượng “%s” không chỉ đến một lần chuyển giao nào cả"29452946#: builtin/branch.c:6912947msgid "some refs could not be read"2948msgstr "một số tham chiếu đã không thể đọc được"29492950#: builtin/branch.c:7042951msgid "cannot rename the current branch while not on any."2952msgstr "không thể đổi tên nhánh hiện hành trong khi nó chẳng ở đâu cả."29532954#: builtin/branch.c:7142955#, c-format2956msgid "Invalid branch name: '%s'"2957msgstr "Tên nhánh không hợp lệ: “%s”"29582959#: builtin/branch.c:7292960msgid "Branch rename failed"2961msgstr "Gặp lỗi khi đổi tên nhánh"29622963#: builtin/branch.c:7332964#, c-format2965msgid "Renamed a misnamed branch '%s' away"2966msgstr "Đã đổi tên nhánh khuyết danh “%s” đi"29672968#: builtin/branch.c:7372969#, c-format2970msgid "Branch renamed to %s, but HEAD is not updated!"2971msgstr "Nhánh bị đổi tên thành %s, nhưng HEAD lại không được cập nhật!"29722973#: builtin/branch.c:7442974msgid "Branch is renamed, but update of config-file failed"2975msgstr "Nhánh bị đổi tên, nhưng cập nhật tập tin cấu hình gặp lỗi"29762977#: builtin/branch.c:7592978#, c-format2979msgid "malformed object name %s"2980msgstr "tên đối tượng dị hình %s"29812982#: builtin/branch.c:7832983#, c-format2984msgid "could not write branch description template: %s"2985msgstr "không thể ghi vào mẫu mô tả nhánh: %s"29862987#: builtin/branch.c:8132988msgid "Generic options"2989msgstr "Tùy chọn chung"29902991#: builtin/branch.c:8152992msgid "show hash and subject, give twice for upstream branch"2993msgstr "hiển thị mã băm và chủ đề, đưa ra hai lần cho nhánh thượng nguồn"29942995#: builtin/branch.c:8162996msgid "suppress informational messages"2997msgstr "không xuất các thông tin"29982999#: builtin/branch.c:8173000msgid "set up tracking mode (see git-pull(1))"3001msgstr "cài đặt chế độ theo dõi (xem git-pull(1))"30023003#: builtin/branch.c:8193004msgid "change upstream info"3005msgstr "thay đổi thông tin thượng nguồn"30063007#: builtin/branch.c:8233008msgid "use colored output"3009msgstr "tô màu kết xuất"30103011#: builtin/branch.c:8243012msgid "act on remote-tracking branches"3013msgstr "thao tác trên nhánh “remote-tracking”"30143015#: builtin/branch.c:827 builtin/branch.c:833 builtin/branch.c:8543016#: builtin/branch.c:860 builtin/commit.c:1586 builtin/commit.c:15873017#: builtin/commit.c:1588 builtin/commit.c:1589 builtin/tag.c:6163018#: builtin/tag.c:6223019msgid "commit"3020msgstr "lần_chuyển_giao"30213022#: builtin/branch.c:828 builtin/branch.c:8343023msgid "print only branches that contain the commit"3024msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"30253026#: builtin/branch.c:8403027msgid "Specific git-branch actions:"3028msgstr "Hành động git-branch:"30293030#: builtin/branch.c:8413031msgid "list both remote-tracking and local branches"3032msgstr "liệt kê cả nhánh “remote-tracking” và nội bộ"30333034#: builtin/branch.c:8433035msgid "delete fully merged branch"3036msgstr "xóa một toàn bộ nhánh đã hòa trộn"30373038#: builtin/branch.c:8443039msgid "delete branch (even if not merged)"3040msgstr "xóa nhánh (cho dù là chưa được hòa trộn)"30413042#: builtin/branch.c:8453043msgid "move/rename a branch and its reflog"3044msgstr "di chuyển hay đổi tên một nhánh và reflog của nó"30453046#: builtin/branch.c:8463047msgid "move/rename a branch, even if target exists"3048msgstr "di chuyển hoặc đổi tên một nhánh ngay cả khi đích đã có sẵn"30493050#: builtin/branch.c:8473051msgid "list branch names"3052msgstr "liệt kê các tên nhánh"30533054#: builtin/branch.c:8483055msgid "create the branch's reflog"3056msgstr "tạo reflog của nhánh"30573058#: builtin/branch.c:8503059msgid "edit the description for the branch"3060msgstr "sửa mô tả cho nhánh"30613062#: builtin/branch.c:8513063msgid "force creation, move/rename, deletion"3064msgstr "buộc tạo, di chuyển/đổi tên, xóa"30653066#: builtin/branch.c:8543067msgid "print only not merged branches"3068msgstr "chỉ hiển thị các nhánh chưa được hòa trộn"30693070#: builtin/branch.c:8603071msgid "print only merged branches"3072msgstr "chỉ hiển thị các nhánh đã hòa trộn"30733074#: builtin/branch.c:8643075msgid "list branches in columns"3076msgstr "liệt kê các nhánh trong các cột"30773078#: builtin/branch.c:8773079msgid "Failed to resolve HEAD as a valid ref."3080msgstr "Gặp lỗi khi phân giải HEAD như là một tham chiếu hợp lệ."30813082#: builtin/branch.c:881 builtin/clone.c:6373083msgid "HEAD not found below refs/heads!"3084msgstr "không tìm thấy HEAD ở dưới refs/heads!"30853086#: builtin/branch.c:9033087msgid "--column and --verbose are incompatible"3088msgstr "tùy chọn --column và --verbose xung khắc nhau"30893090#: builtin/branch.c:914 builtin/branch.c:9533091msgid "branch name required"3092msgstr "cần chỉ ra tên nhánh"30933094#: builtin/branch.c:9293095msgid "Cannot give description to detached HEAD"3096msgstr "Không thể đưa ra mô tả HEAD đã tách rời"30973098#: builtin/branch.c:9343099msgid "cannot edit description of more than one branch"3100msgstr "không thể sửa mô tả cho nhiều hơn một nhánh"31013102#: builtin/branch.c:9413103#, c-format3104msgid "No commit on branch '%s' yet."3105msgstr "Vẫn chưa chuyển giao trên nhánh “%s”."31063107#: builtin/branch.c:9443108#, c-format3109msgid "No branch named '%s'."3110msgstr "Không có nhánh nào có tên “%s”."31113112#: builtin/branch.c:9593113msgid "too many branches for a rename operation"3114msgstr "quá nhiều nhánh dành cho thao tác đổi tên"31153116#: builtin/branch.c:9643117msgid "too many branches to set new upstream"3118msgstr "quá nhiều nhánh được đặt cho thượng nguồn mới"31193120#: builtin/branch.c:9683121#, c-format3122msgid ""3123"could not set upstream of HEAD to %s when it does not point to any branch."3124msgstr ""3125"không thể đặt thượng nguồn của HEAD thành %s khi mà nó chẳng chỉ đến nhánh "3126"nào cả."31273128#: builtin/branch.c:971 builtin/branch.c:993 builtin/branch.c:10143129#, c-format3130msgid "no such branch '%s'"3131msgstr "không có nhánh nào như thế “%s”"31323133#: builtin/branch.c:9753134#, c-format3135msgid "branch '%s' does not exist"3136msgstr "chưa có nhánh “%s”"31373138#: builtin/branch.c:9873139msgid "too many branches to unset upstream"3140msgstr "quá nhiều nhánh để bỏ đặt thượng nguồn"31413142#: builtin/branch.c:9913143msgid "could not unset upstream of HEAD when it does not point to any branch."3144msgstr "không thể bỏ đặt thượng nguồn của HEAD không chỉ đến một nhánh nào cả."31453146#: builtin/branch.c:9973147#, c-format3148msgid "Branch '%s' has no upstream information"3149msgstr "Nhánh “%s” không có thông tin thượng nguồn"31503151#: builtin/branch.c:10113152msgid "it does not make sense to create 'HEAD' manually"3153msgstr "không hợp lý khi tạo “HEAD” thủ công"31543155#: builtin/branch.c:10173156msgid "-a and -r options to 'git branch' do not make sense with a branch name"3157msgstr ""3158"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 "3159"nhánh"31603161#: builtin/branch.c:10203162#, c-format3163msgid ""3164"The --set-upstream flag is deprecated and will be removed. Consider using --"3165"track or --set-upstream-to\n"3166msgstr ""3167"Cờ --set-upstream đã lạc hậu và sẽ bị xóa bỏ. Nên dùng --track hoặc --set-"3168"upstream-to\n"31693170#: builtin/branch.c:10373171#, c-format3172msgid ""3173"\n"3174"If you wanted to make '%s' track '%s', do this:\n"3175"\n"3176msgstr ""3177"\n"3178"Nếu bạn muốn “%s” theo dõi “%s”, thực hiện lệnh sau:\n"3179"\n"31803181#: builtin/branch.c:10383182#, c-format3183msgid " git branch -d %s\n"3184msgstr " git branch -d %s\n"31853186#: builtin/branch.c:10393187#, c-format3188msgid " git branch --set-upstream-to %s\n"3189msgstr " git branch --set-upstream-to %s\n"31903191#: builtin/bundle.c:473192#, c-format3193msgid "%s is okay\n"3194msgstr "“%s” tốt\n"31953196#: builtin/bundle.c:563197msgid "Need a repository to create a bundle."3198msgstr "Cần một kho chứa để có thể tạo một bundle."31993200#: builtin/bundle.c:603201msgid "Need a repository to unbundle."3202msgstr "Cần một kho chứa để có thể giải nén một bundle."32033204#: builtin/cat-file.c:3283205msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"3206msgstr "git cat-file (-t|-s|-e|-p|<kiểu>|--textconv) <đối_tượng>"32073208#: builtin/cat-file.c:3293209msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"3210msgstr "git cat-file (--batch|--batch-check) < <danh-sách-đối-tượng>"32113212#: builtin/cat-file.c:3663213msgid "<type> can be one of: blob, tree, commit, tag"3214msgstr "<kiểu> là một trong số: blob, tree, commit hoặc tag"32153216#: builtin/cat-file.c:3673217msgid "show object type"3218msgstr "hiển thị kiểu đối tượng"32193220#: builtin/cat-file.c:3683221msgid "show object size"3222msgstr "hiển thị kích thước đối tượng"32233224#: builtin/cat-file.c:3703225msgid "exit with zero when there's no error"3226msgstr "thoát với 0 khi không có lỗi"32273228#: builtin/cat-file.c:3713229msgid "pretty-print object's content"3230msgstr "in nội dung đối tượng dạng dễ đọc"32313232#: builtin/cat-file.c:3733233msgid "for blob objects, run textconv on object's content"3234msgstr "với đối tượng blob, chạy lệnh textconv trên nội dung của đối tượng"32353236#: builtin/cat-file.c:3753237msgid "show info and content of objects fed from the standard input"3238msgstr ""3239"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"32403241#: builtin/cat-file.c:3783242msgid "show info about objects fed from the standard input"3243msgstr "hiển thị các thông tin về đối tượng fed từ đầu vào tiêu chuẩn"32443245#: builtin/check-attr.c:113246msgid "git check-attr [-a | --all | attr...] [--] pathname..."3247msgstr "git check-attr [-a | --all | attr…] [--] tên-đường-dẫn…"32483249#: builtin/check-attr.c:123250msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3251msgstr ""3252"git check-attr --stdin [-z] [-a | --all | attr…] < <danh-sách-đường-dẫn>"32533254#: builtin/check-attr.c:193255msgid "report all attributes set on file"3256msgstr "báo cáo tất cả các thuộc tính đặt trên tập tin"32573258#: builtin/check-attr.c:203259msgid "use .gitattributes only from the index"3260msgstr "chỉ dùng .gitattributes từ bảng mục lục"32613262#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:983263msgid "read file names from stdin"3264msgstr "đọc tên tập tin từ đầu vào tiêu chuẩn"32653266#: builtin/check-attr.c:23 builtin/check-ignore.c:243267msgid "terminate input and output records by a NUL character"3268msgstr "chấm dứt các bản ghi vào và ra bằng ký tự NULL"32693270#: builtin/check-ignore.c:18 builtin/checkout.c:1107 builtin/gc.c:2743271msgid "suppress progress reporting"3272msgstr "chặn các báo cáo tiến trình hoạt động"32733274#: builtin/check-ignore.c:263275msgid "show non-matching input paths"3276msgstr "hiển thị những đường dẫn đầu vào không khớp với mẫu"32773278#: builtin/check-ignore.c:283279msgid "ignore index when checking"3280msgstr "bỏ qua mục lục khi kiểm tra"32813282#: builtin/check-ignore.c:1543283msgid "cannot specify pathnames with --stdin"3284msgstr "không thể chỉ định các tên đường dẫn với --stdin"32853286#: builtin/check-ignore.c:1573287msgid "-z only makes sense with --stdin"3288msgstr "-z chỉ hợp lý với --stdin"32893290#: builtin/check-ignore.c:1593291msgid "no path specified"3292msgstr "chưa chỉ ra đường dẫn"32933294#: builtin/check-ignore.c:1633295msgid "--quiet is only valid with a single pathname"3296msgstr "--quiet chỉ hợp lệ với tên đường dẫn đơn"32973298#: builtin/check-ignore.c:1653299msgid "cannot have both --quiet and --verbose"3300msgstr "không thể dùng cả hai tùy chọn --quiet và --verbose"33013302#: builtin/check-ignore.c:1683303msgid "--non-matching is only valid with --verbose"3304msgstr "tùy-chọn --non-matching chỉ hợp lệ khi dùng với --verbose"33053306#: builtin/check-mailmap.c:83307msgid "git check-mailmap [options] <contact>..."3308msgstr "git check-mailmap [các-tùy-chọn] <danh-bạ>…"33093310#: builtin/check-mailmap.c:133311msgid "also read contacts from stdin"3312msgstr "đồng thời đọc các danh bạ từ đầu vào tiêu chuẩn"33133314#: builtin/check-mailmap.c:243315#, c-format3316msgid "unable to parse contact: %s"3317msgstr "không thể phân tích danh bạ: “%s”"33183319#: builtin/check-mailmap.c:473320msgid "no contacts specified"3321msgstr "chưa chỉ ra danh bạ"33223323#: builtin/checkout-index.c:1263324msgid "git checkout-index [options] [--] [<file>...]"3325msgstr "git checkout-index [các-tùy-chọn] [--] [<tập-tin>…]"33263327#: builtin/checkout-index.c:1883328msgid "check out all files in the index"3329msgstr "lấy ra toàn bộ các tập tin trong bảng mục lục"33303331#: builtin/checkout-index.c:1893332msgid "force overwrite of existing files"3333msgstr "ép buộc ghi đè lên tập tin đã sẵn có từ trước"33343335#: builtin/checkout-index.c:1913336msgid "no warning for existing files and files not in index"3337msgstr ""3338"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"33393340#: builtin/checkout-index.c:1933341msgid "don't checkout new files"3342msgstr "không checkout các tập tin mới"33433344#: builtin/checkout-index.c:1953345msgid "update stat information in the index file"3346msgstr "cập nhật thông tin thống kê trong tập tin lưu bảng mục lục mới"33473348#: builtin/checkout-index.c:2013349msgid "read list of paths from the standard input"3350msgstr "đọc danh sách đường dẫn từ đầu vào tiêu chuẩn"33513352#: builtin/checkout-index.c:2033353msgid "write the content to temporary files"3354msgstr "ghi nội dung vào tập tin tạm"33553356#: builtin/checkout-index.c:204 builtin/column.c:303357msgid "string"3358msgstr "chuỗi"33593360#: builtin/checkout-index.c:2053361msgid "when creating files, prepend <string>"3362msgstr "khi tạo các tập tin, nối thêm <chuỗi>"33633364#: builtin/checkout-index.c:2083365msgid "copy out the files from named stage"3366msgstr "sao chép ra các tập tin từ bệ phóng có tên"33673368#: builtin/checkout.c:253369msgid "git checkout [options] <branch>"3370msgstr "git checkout [các-tùy-chọn] <nhánh>"33713372#: builtin/checkout.c:263373msgid "git checkout [options] [<branch>] -- <file>..."3374msgstr "git checkout [các-tùy-chọn] [<nhánh>] -- <tập-tin>…"33753376#: builtin/checkout.c:132 builtin/checkout.c:1653377#, c-format3378msgid "path '%s' does not have our version"3379msgstr "đường dẫn “%s” không có các phiên bản của chúng ta"33803381#: builtin/checkout.c:134 builtin/checkout.c:1673382#, c-format3383msgid "path '%s' does not have their version"3384msgstr "đường dẫn “%s” không có các phiên bản của chúng"33853386#: builtin/checkout.c:1503387#, c-format3388msgid "path '%s' does not have all necessary versions"3389msgstr "đường dẫn “%s” không có tất cả các phiên bản cần thiết"33903391#: builtin/checkout.c:1943392#, c-format3393msgid "path '%s' does not have necessary versions"3394msgstr "đường dẫn “%s” không có các phiên bản cần thiết"33953396#: builtin/checkout.c:2113397#, c-format3398msgid "path '%s': cannot merge"3399msgstr "đường dẫn “%s”: không thể hòa trộn"34003401#: builtin/checkout.c:2283402#, c-format3403msgid "Unable to add merge result for '%s'"3404msgstr "Không thể thêm kết quả hòa trộn cho “%s”"34053406#: builtin/checkout.c:249 builtin/checkout.c:252 builtin/checkout.c:2553407#: builtin/checkout.c:2583408#, c-format3409msgid "'%s' cannot be used with updating paths"3410msgstr "không được dùng “%s” với các đường dẫn cập nhật"34113412#: builtin/checkout.c:261 builtin/checkout.c:2643413#, c-format3414msgid "'%s' cannot be used with %s"3415msgstr "không được dùng “%s” với %s"34163417#: builtin/checkout.c:2673418#, c-format3419msgid "Cannot update paths and switch to branch '%s' at the same time."3420msgstr ""3421"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."34223423#: builtin/checkout.c:278 builtin/checkout.c:4673424msgid "corrupt index file"3425msgstr "tập tin ghi bảng mục lục bị hỏng"34263427#: builtin/checkout.c:338 builtin/checkout.c:3453428#, c-format3429msgid "path '%s' is unmerged"3430msgstr "đường dẫn “%s” không được hòa trộn"34313432#: builtin/checkout.c:4893433msgid "you need to resolve your current index first"3434msgstr "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 đã"34353436#: builtin/checkout.c:6153437#, c-format3438msgid "Can not do reflog for '%s'\n"3439msgstr "Không thể thực hiện reflog cho “%s”\n"34403441#: builtin/checkout.c:6533442msgid "HEAD is now at"3443msgstr "HEAD hiện giờ tại"34443445#: builtin/checkout.c:6603446#, c-format3447msgid "Reset branch '%s'\n"3448msgstr "Đặt lại nhánh “%s”\n"34493450#: builtin/checkout.c:6633451#, c-format3452msgid "Already on '%s'\n"3453msgstr "Đã sẵn sàng trên “%s”\n"34543455#: builtin/checkout.c:6673456#, c-format3457msgid "Switched to and reset branch '%s'\n"3458msgstr "Đã chuyển tới và đặt lại nhánh “%s”\n"34593460#: builtin/checkout.c:669 builtin/checkout.c:10503461#, c-format3462msgid "Switched to a new branch '%s'\n"3463msgstr "Đã chuyển đến nhánh mới “%s”\n"34643465#: builtin/checkout.c:6713466#, c-format3467msgid "Switched to branch '%s'\n"3468msgstr "Đã chuyển đến nhánh “%s”\n"34693470#: builtin/checkout.c:7233471#, c-format3472msgid " ... and %d more.\n"3473msgstr " … và nhiều hơn %d.\n"34743475#: builtin/checkout.c:7293476#, c-format3477msgid ""3478"Warning: you are leaving %d commit behind, not connected to\n"3479"any of your branches:\n"3480"\n"3481"%s\n"3482msgid_plural ""3483"Warning: you are leaving %d commits behind, not connected to\n"3484"any of your branches:\n"3485"\n"3486"%s\n"3487msgstr[0] ""3488"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 "3489"đến\n"3490"bất kỳ nhánh nào của bạn:\n"3491"\n"3492"%s\n"34933494#: builtin/checkout.c:7473495#, c-format3496msgid ""3497"If you want to keep them by creating a new branch, this may be a good time\n"3498"to do so with:\n"3499"\n"3500" git branch new_branch_name %s\n"3501"\n"3502msgstr ""3503"Nếu bạn muốn giữ chúng bằng cách tạo ra một nhánh mới, đây có lẽ là một thời "3504"điểm thích hợp\n"3505"để làm thế bằng lệnh:\n"3506"\n"3507" git branch tên_nhánh_mới %s\n"3508"\n"35093510#: builtin/checkout.c:7773511msgid "internal error in revision walk"3512msgstr "lỗi nội bộ trong khi di chuyển qua các điểm xét duyệt"35133514#: builtin/checkout.c:7813515msgid "Previous HEAD position was"3516msgstr "Vị trí trước kia của HEAD là"35173518#: builtin/checkout.c:808 builtin/checkout.c:10453519msgid "You are on a branch yet to be born"3520msgstr "Bạn tại nhánh mà nó chưa hề được sinh ra"35213522#: builtin/checkout.c:9523523#, c-format3524msgid "only one reference expected, %d given."3525msgstr "chỉ cần một tham chiếu, nhưng lại đưa ra %d."35263527#: builtin/checkout.c:9913528#, c-format3529msgid "invalid reference: %s"3530msgstr "tham chiếu không hợp lệ: %s"35313532#: builtin/checkout.c:10203533#, c-format3534msgid "reference is not a tree: %s"3535msgstr "tham chiếu không phải là một cây:%s"35363537#: builtin/checkout.c:10593538msgid "paths cannot be used with switching branches"3539msgstr "các đường dẫn không thể dùng cùng với các nhánh chuyển"35403541#: builtin/checkout.c:1062 builtin/checkout.c:10663542#, c-format3543msgid "'%s' cannot be used with switching branches"3544msgstr "“%s” không thể được sử dụng với các nhánh chuyển"35453546#: builtin/checkout.c:1070 builtin/checkout.c:1073 builtin/checkout.c:10783547#: builtin/checkout.c:10813548#, c-format3549msgid "'%s' cannot be used with '%s'"3550msgstr "“%s” không thể được dùng với “%s”"35513552#: builtin/checkout.c:10863553#, c-format3554msgid "Cannot switch branch to a non-commit '%s'"3555msgstr "Không thể chuyển nhánh đến một thứ không phải là lần chuyển giao “%s”"35563557#: builtin/checkout.c:1108 builtin/checkout.c:1110 builtin/clone.c:903558#: builtin/remote.c:159 builtin/remote.c:1613559msgid "branch"3560msgstr "nhánh"35613562#: builtin/checkout.c:11093563msgid "create and checkout a new branch"3564msgstr "tạo và checkout một nhánh mới"35653566#: builtin/checkout.c:11113567msgid "create/reset and checkout a branch"3568msgstr "tạo/đặt_lại và checkout một nhánh"35693570#: builtin/checkout.c:11123571msgid "create reflog for new branch"3572msgstr "tạo reflog cho nhánh mới"35733574#: builtin/checkout.c:11133575msgid "detach the HEAD at named commit"3576msgstr "rời bỏ HEAD tại lần chuyển giao danh nghĩa"35773578#: builtin/checkout.c:11143579msgid "set upstream info for new branch"3580msgstr "đặt thông tin thượng nguồn cho nhánh mới"35813582#: builtin/checkout.c:11163583msgid "new-branch"3584msgstr "nhánh-mới"35853586#: builtin/checkout.c:11163587msgid "new unparented branch"3588msgstr "nhánh không cha mới"35893590#: builtin/checkout.c:11173591msgid "checkout our version for unmerged files"3592msgstr ""3593"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"35943595#: builtin/checkout.c:11193596msgid "checkout their version for unmerged files"3597msgstr ""3598"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"35993600#: builtin/checkout.c:11213601msgid "force checkout (throw away local modifications)"3602msgstr "ép buộc lấy ra (bỏ đi những thay đổi nội bộ)"36033604#: builtin/checkout.c:11223605msgid "perform a 3-way merge with the new branch"3606msgstr "thực hiện hòa trộn kiểu 3-way với nhánh mới"36073608#: builtin/checkout.c:1123 builtin/merge.c:2273609msgid "update ignored files (default)"3610msgstr "cập nhật các tập tin bị bỏ qua (mặc định)"36113612#: builtin/checkout.c:1124 builtin/log.c:1239 parse-options.h:2453613msgid "style"3614msgstr "kiểu"36153616#: builtin/checkout.c:11253617msgid "conflict style (merge or diff3)"3618msgstr "xung đột kiểu (hòa trộn hoặc diff3)"36193620#: builtin/checkout.c:11283621msgid "do not limit pathspecs to sparse entries only"3622msgstr "không giới hạn đặc tả đường dẫn thành chỉ các mục thưa thớt"36233624#: builtin/checkout.c:11303625msgid "second guess 'git checkout no-such-branch'"3626msgstr "gợi ý thứ hai “git checkout không-nhánh-nào-như-vậy”"36273628#: builtin/checkout.c:11533629msgid "-b, -B and --orphan are mutually exclusive"3630msgstr "Các tùy chọn -b, -B và --orphan loại từ lẫn nhau"36313632#: builtin/checkout.c:11703633msgid "--track needs a branch name"3634msgstr "--track cần tên một nhánh"36353636#: builtin/checkout.c:11753637msgid "Missing branch name; try -b"3638msgstr "Thiếu tên nhánh; hãy thử -b"36393640#: builtin/checkout.c:12123641msgid "invalid path specification"3642msgstr "đường dẫn đã cho không hợp lệ"36433644#: builtin/checkout.c:12193645#, c-format3646msgid ""3647"Cannot update paths and switch to branch '%s' at the same time.\n"3648"Did you intend to checkout '%s' which can not be resolved as commit?"3649msgstr ""3650"Không thể cập nhật và chuyển thành nhánh “%s” cùng lúc\n"3651"Bạn đã có ý định checkout “%s” cái mà không thể được phân giải như là lần "3652"chuyển giao?"36533654#: builtin/checkout.c:12243655#, c-format3656msgid "git checkout: --detach does not take a path argument '%s'"3657msgstr "git checkout: --detach không nhận một đối số đường dẫn “%s”"36583659#: builtin/checkout.c:12283660msgid ""3661"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3662"checking out of the index."3663msgstr ""3664"git checkout: --ours/--theirs, --force và --merge là xung khắc với nhau khi\n"3665"checkout bảng mục lục (index)."36663667#: builtin/clean.c:263668msgid ""3669"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3670msgstr ""3671"git clean [-d] [-f] [-i] [-n] [-q] [-e <mẫu>] [-x | -X] [--] <đường-dẫn>…"36723673#: builtin/clean.c:303674#, c-format3675msgid "Removing %s\n"3676msgstr "Đang gỡ bỏ %s\n"36773678#: builtin/clean.c:313679#, c-format3680msgid "Would remove %s\n"3681msgstr "Có thể gỡ bỏ %s\n"36823683#: builtin/clean.c:323684#, c-format3685msgid "Skipping repository %s\n"3686msgstr "Đang bỏ qua kho chứa %s\n"36873688#: builtin/clean.c:333689#, c-format3690msgid "Would skip repository %s\n"3691msgstr "Nên bỏ qua kho chứa %s\n"36923693#: builtin/clean.c:343694#, c-format3695msgid "failed to remove %s"3696msgstr "gặp lỗi khi gỡ bỏ %s"36973698#: builtin/clean.c:2953699msgid ""3700"Prompt help:\n"3701"1 - select a numbered item\n"3702"foo - select item based on unique prefix\n"3703" - (empty) select nothing"3704msgstr ""3705"Trợ giúp về nhắc:\n"3706"1 - chọn một mục được đánh số\n"3707"foo - chọn mục trên cơ sở tiền tố duy nhất\n"3708" - (để trống) không chọn gì cả"37093710#: builtin/clean.c:2993711msgid ""3712"Prompt help:\n"3713"1 - select a single item\n"3714"3-5 - select a range of items\n"3715"2-3,6-9 - select multiple ranges\n"3716"foo - select item based on unique prefix\n"3717"-... - unselect specified items\n"3718"* - choose all items\n"3719" - (empty) finish selecting"3720msgstr ""3721"Trợ giúp về nhắc:\n"3722"1 - chọn một mục đơn\n"3723"3-5 - chọn một vùng\n"3724"2-3,6-9 - chọn nhiều vùng\n"3725"foo - chọn mục dựa trên tiền tố duy nhất\n"3726"-… - không chọn các mục đã chỉ ra\n"3727"* - chọn tất\n"3728" - (để trống) kết thúc việc chọn"37293730#: builtin/clean.c:5173731#, c-format3732msgid "Huh (%s)?"3733msgstr "Hả (%s)?"37343735#: builtin/clean.c:6593736#, c-format3737msgid "Input ignore patterns>> "3738msgstr "Mẫu để lọc các tập tin đầu vào cần lờ đi>> "37393740#: builtin/clean.c:6963741#, c-format3742msgid "WARNING: Cannot find items matched by: %s"3743msgstr "CẢNH BÁO: Không tìm thấy các mục được khớp bởi: %s"37443745#: builtin/clean.c:7173746msgid "Select items to delete"3747msgstr "Chọn mục muốn xóa"37483749#: builtin/clean.c:7573750#, c-format3751msgid "remove %s? "3752msgstr "gỡ bỏ “%s”? "37533754#: builtin/clean.c:7823755msgid "Bye."3756msgstr "Tạm biệt."37573758#: builtin/clean.c:7903759msgid ""3760"clean - start cleaning\n"3761"filter by pattern - exclude items from deletion\n"3762"select by numbers - select items to be deleted by numbers\n"3763"ask each - confirm each deletion (like \"rm -i\")\n"3764"quit - stop cleaning\n"3765"help - this screen\n"3766"? - help for prompt selection"3767msgstr ""3768"clean - bắt đầu dọn dẹp\n"3769"filter by pattern - loại trừ các mục khỏi việc xóa\n"3770"select by numbers - chọn các mục cần xóa bằng số\n"3771"ask each - xác nhận trước mỗi lần xóa (giống như \"rm -i\")\n"3772"quit - dừng việc dọn dẹp lại\n"3773"help - hiển thị chính trợ giúp này\n"3774"? - trợ giúp dành cho chọn bằng cách nhắc"37753776#: builtin/clean.c:8173777msgid "*** Commands ***"3778msgstr "*** Lệnh ***"37793780#: builtin/clean.c:8183781msgid "What now"3782msgstr "Giờ thì sao"37833784#: builtin/clean.c:8263785msgid "Would remove the following item:"3786msgid_plural "Would remove the following items:"3787msgstr[0] "Có muốn gỡ bỏ (các) mục sau đây không:"37883789#: builtin/clean.c:8433790msgid "No more files to clean, exiting."3791msgstr "Không còn tập-tin nào để dọn dẹp, đang thoát ra."37923793#: builtin/clean.c:8743794msgid "do not print names of files removed"3795msgstr "không hiển thị tên của các tập tin đã gỡ bỏ"37963797#: builtin/clean.c:8763798msgid "force"3799msgstr "ép buộc"38003801#: builtin/clean.c:8773802msgid "interactive cleaning"3803msgstr "dọn bằng kiểu tương tác"38043805#: builtin/clean.c:8793806msgid "remove whole directories"3807msgstr "gỡ bỏ toàn bộ thư mục"38083809#: builtin/clean.c:880 builtin/describe.c:407 builtin/grep.c:7143810#: builtin/ls-files.c:486 builtin/name-rev.c:311 builtin/show-ref.c:1853811msgid "pattern"3812msgstr "mẫu"38133814#: builtin/clean.c:8813815msgid "add <pattern> to ignore rules"3816msgstr "thêm <mẫu> vào trong qui tắc bỏ qua"38173818#: builtin/clean.c:8823819msgid "remove ignored files, too"3820msgstr "đồng thời gỡ bỏ cả các tập tin bị bỏ qua"38213822#: builtin/clean.c:8843823msgid "remove only ignored files"3824msgstr "chỉ gỡ bỏ những tập tin bị bỏ qua"38253826#: builtin/clean.c:9023827msgid "-x and -X cannot be used together"3828msgstr "-x và -X không thể dùng cùng nhau"38293830#: builtin/clean.c:9063831msgid ""3832"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "3833"clean"3834msgstr ""3835"clean.requireForce được đặt thành true và không đưa ra tùy chọn -i, -n mà "3836"cũng không -f; từ chối lệnh dọn dẹp (clean)"38373838#: builtin/clean.c:9093839msgid ""3840"clean.requireForce defaults to true and neither -i, -n, nor -f given; "3841"refusing to clean"3842msgstr ""3843"clean.requireForce mặc định được đặt là true và không đưa ra tùy chọn -i, -n "3844"mà cũng không -f; từ chối lệnh dọn dẹp (clean)"38453846#: builtin/clone.c:373847msgid "git clone [options] [--] <repo> [<dir>]"3848msgstr "git clone [các-tùy-chọn] [--] <kho> [<t.mục>]"38493850#: builtin/clone.c:66 builtin/fetch.c:112 builtin/merge.c:2243851#: builtin/push.c:5143852msgid "force progress reporting"3853msgstr "ép buộc báo cáo tiến triển công việc"38543855#: builtin/clone.c:683856msgid "don't create a checkout"3857msgstr "không tạo một checkout"38583859#: builtin/clone.c:69 builtin/clone.c:71 builtin/init-db.c:4963860msgid "create a bare repository"3861msgstr "tạo kho thuần"38623863#: builtin/clone.c:733864msgid "create a mirror repository (implies bare)"3865msgstr "tạo kho bản sao (ý là kho thuần)"38663867#: builtin/clone.c:753868msgid "to clone from a local repository"3869msgstr "để nhân bản từ kho nội bộ"38703871#: builtin/clone.c:773872msgid "don't use local hardlinks, always copy"3873msgstr "không sử dụng liên kết cứng nội bộ, luôn sao chép"38743875#: builtin/clone.c:793876msgid "setup as shared repository"3877msgstr "cài đặt đây là kho chia sẻ"38783879#: builtin/clone.c:81 builtin/clone.c:833880msgid "initialize submodules in the clone"3881msgstr "khởi tạo mô-đun-con trong bản sao"38823883#: builtin/clone.c:84 builtin/init-db.c:4933884msgid "template-directory"3885msgstr "thư-mục-mẫu"38863887#: builtin/clone.c:85 builtin/init-db.c:4943888msgid "directory from which templates will be used"3889msgstr "thư mục mà tại đó các mẫu sẽ được dùng"38903891#: builtin/clone.c:873892msgid "reference repository"3893msgstr "kho tham chiếu"38943895#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:443896msgid "name"3897msgstr "tên"38983899#: builtin/clone.c:893900msgid "use <name> instead of 'origin' to track upstream"3901msgstr "dùng <tên> thay cho “origin” để theo dõi thượng nguồn"39023903#: builtin/clone.c:913904msgid "checkout <branch> instead of the remote's HEAD"3905msgstr "lấy ra <nhánh> thay cho HEAD của máy chủ"39063907#: builtin/clone.c:933908msgid "path to git-upload-pack on the remote"3909msgstr "đường dẫn đến git-upload-pack trên máy chủ"39103911#: builtin/clone.c:94 builtin/fetch.c:113 builtin/grep.c:6593912msgid "depth"3913msgstr "độ-sâu"39143915#: builtin/clone.c:953916msgid "create a shallow clone of that depth"3917msgstr "tạo bản sao không đầy đủ cho mức sâu đã cho"39183919#: builtin/clone.c:973920msgid "clone only one branch, HEAD or --branch"3921msgstr "chỉ nhân bản một nhánh, HEAD hoặc --branch"39223923#: builtin/clone.c:993924msgid "use --reference only while cloning"3925msgstr "chỉ dùng --reference khi nhân bản"39263927#: builtin/clone.c:100 builtin/init-db.c:5023928msgid "gitdir"3929msgstr "gitdir"39303931#: builtin/clone.c:101 builtin/init-db.c:5033932msgid "separate git dir from working tree"3933msgstr "không dùng chung thư mục dành riêng cho git và thư mục làm việc"39343935#: builtin/clone.c:1023936msgid "key=value"3937msgstr "khóa=giá_trị"39383939#: builtin/clone.c:1033940msgid "set config inside the new repository"3941msgstr "đặt cấu hình bên trong một kho chứa mới"39423943#: builtin/clone.c:2563944#, c-format3945msgid "reference repository '%s' is not a local repository."3946msgstr "kho tham chiếu “%s” không phải là một kho nội bộ."39473948#: builtin/clone.c:2603949#, c-format3950msgid "reference repository '%s' is shallow"3951msgstr "kho tham chiếu “%s” là nông"39523953#: builtin/clone.c:2633954#, c-format3955msgid "reference repository '%s' is grafted"3956msgstr "kho tham chiếu “%s” bị cấy ghép"39573958#: builtin/clone.c:3253959#, c-format3960msgid "failed to create directory '%s'"3961msgstr "tạo thư mục \"%s\" gặp lỗi"39623963#: builtin/clone.c:327 builtin/diff.c:843964#, c-format3965msgid "failed to stat '%s'"3966msgstr "gặp lỗi khi lấy thống kê về “%s”"39673968#: builtin/clone.c:3293969#, c-format3970msgid "%s exists and is not a directory"3971msgstr "%s có tồn tại nhưng lại không phải là một thư mục"39723973#: builtin/clone.c:3433974#, c-format3975msgid "failed to stat %s\n"3976msgstr "gặp lỗi khi lấy thông tin thống kê về %s\n"39773978#: builtin/clone.c:3653979#, c-format3980msgid "failed to create link '%s'"3981msgstr "gặp lỗi khi tạo được liên kết mềm %s"39823983#: builtin/clone.c:3693984#, c-format3985msgid "failed to copy file to '%s'"3986msgstr "gặp lỗi khi sao chép tập tin và “%s”"39873988#: builtin/clone.c:392 builtin/clone.c:5663989#, c-format3990msgid "done.\n"3991msgstr "hoàn tất.\n"39923993#: builtin/clone.c:4043994msgid ""3995"Clone succeeded, but checkout failed.\n"3996"You can inspect what was checked out with 'git status'\n"3997"and retry the checkout with 'git checkout -f HEAD'\n"3998msgstr ""3999"Việc nhân bản thành công, nhưng checkout gặp lỗi.\n"4000"Bạn kiểm tra kỹ xem cái gì được lấy ra bằng lệnh “git status”\n"4001"và thử lấy ra với lệnh “git checkout -f HEAD”\n"40024003#: builtin/clone.c:4814004#, c-format4005msgid "Could not find remote branch %s to clone."4006msgstr "Không tìm thấy nhánh máy chủ %s để nhân bản (clone)."40074008#: builtin/clone.c:5614009#, c-format4010msgid "Checking connectivity... "4011msgstr "Đang kiểm tra kết nối… "40124013#: builtin/clone.c:5644014msgid "remote did not send all necessary objects"4015msgstr "máy chủ đã không gửi tất cả các đối tượng cần thiết"40164017#: builtin/clone.c:6284018msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4019msgstr "refers HEAD máy chủ chỉ đến ref không tồn tại, không thể lấy ra.\n"40204021#: builtin/clone.c:6594022msgid "unable to checkout working tree"4023msgstr "không thể lấy ra (checkout) cây làm việc"40244025#: builtin/clone.c:7464026msgid "cannot repack to clean up"4027msgstr "không thể đóng gói để dọn dẹp"40284029#: builtin/clone.c:7484030msgid "cannot unlink temporary alternates file"4031msgstr "không thể bỏ liên kết tập tin thay thế tạm thời"40324033#: builtin/clone.c:7784034msgid "Too many arguments."4035msgstr "Có quá nhiều đối số."40364037#: builtin/clone.c:7824038msgid "You must specify a repository to clone."4039msgstr "Bạn phải chỉ định một kho để mà nhân bản (clone)."40404041#: builtin/clone.c:7934042#, c-format4043msgid "--bare and --origin %s options are incompatible."4044msgstr "tùy chọn --bare và --origin %s xung khắc nhau."40454046#: builtin/clone.c:7964047msgid "--bare and --separate-git-dir are incompatible."4048msgstr "tùy chọn --bare và --separate-git-dir xung khắc nhau."40494050#: builtin/clone.c:8094051#, c-format4052msgid "repository '%s' does not exist"4053msgstr "kho chứa “%s” chưa tồn tại"40544055#: builtin/clone.c:815 builtin/fetch.c:11554056#, c-format4057msgid "depth %s is not a positive number"4058msgstr "độ sâu %s không phải là một số nguyên dương"40594060#: builtin/clone.c:8254061#, c-format4062msgid "destination path '%s' already exists and is not an empty directory."4063msgstr "đường dẫn đích “%s” đã có từ trước và không phải là một thư mục rỗng."40644065#: builtin/clone.c:8354066#, c-format4067msgid "working tree '%s' already exists."4068msgstr "cây làm việc “%s” đã sẵn tồn tại rồi."40694070#: builtin/clone.c:848 builtin/clone.c:8604071#, c-format4072msgid "could not create leading directories of '%s'"4073msgstr "không thể tạo các thư mục dẫn đầu của “%s”"40744075#: builtin/clone.c:8514076#, c-format4077msgid "could not create work tree dir '%s'."4078msgstr "không thể tạo cây thư mục làm việc dir “%s”."40794080#: builtin/clone.c:8704081#, c-format4082msgid "Cloning into bare repository '%s'...\n"4083msgstr "Đang nhân bản thành kho chứa bare “%s”…\n"40844085#: builtin/clone.c:8724086#, c-format4087msgid "Cloning into '%s'...\n"4088msgstr "Đang nhân bản thành “%s”…\n"40894090#: builtin/clone.c:8974091msgid "--dissociate given, but there is no --reference"4092msgstr "đã đưa ra --dissociate, nhưng ở đây lại không có --reference"40934094#: builtin/clone.c:9124095msgid "--depth is ignored in local clones; use file:// instead."4096msgstr "--depth bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."40974098#: builtin/clone.c:9154099msgid "source repository is shallow, ignoring --local"4100msgstr "kho nguồn là nông, nên bỏ qua --local"41014102#: builtin/clone.c:9204103msgid "--local is ignored"4104msgstr "--local bị lờ đi"41054106#: builtin/clone.c:9244107#, c-format4108msgid "Don't know how to clone %s"4109msgstr "Không biết làm cách nào để nhân bản (clone) %s"41104111#: builtin/clone.c:975 builtin/clone.c:9834112#, c-format4113msgid "Remote branch %s not found in upstream %s"4114msgstr "Nhánh máy chủ %s không tìm thấy trong thượng nguồn %s"41154116#: builtin/clone.c:9864117msgid "You appear to have cloned an empty repository."4118msgstr "Bạn hình như là đã nhân bản một kho trống rỗng."41194120#: builtin/column.c:94121msgid "git column [options]"4122msgstr "git column [các-tùy-chọn]"41234124#: builtin/column.c:264125msgid "lookup config vars"4126msgstr "tìm kiếm biến cấu hình"41274128#: builtin/column.c:27 builtin/column.c:284129msgid "layout to use"4130msgstr "bố cục để dùng"41314132#: builtin/column.c:294133msgid "Maximum width"4134msgstr "Độ rộng tối đa"41354136#: builtin/column.c:304137msgid "Padding space on left border"4138msgstr "Chèn thêm khoảng trống vào bên trái"41394140#: builtin/column.c:314141msgid "Padding space on right border"4142msgstr "Chèn thêm khoảng trắng vào bên phải"41434144#: builtin/column.c:324145msgid "Padding space between columns"4146msgstr "Chèn thêm khoảng trắng giữa các cột"41474148#: builtin/column.c:514149msgid "--command must be the first argument"4150msgstr "--command phải là đối số đầu tiên"41514152#: builtin/commit.c:374153msgid "git commit [options] [--] <pathspec>..."4154msgstr "git commit [các-tùy-chọn] [--] <pathspec>…"41554156#: builtin/commit.c:424157msgid "git status [options] [--] <pathspec>..."4158msgstr "git status [các-tùy-chọn] [--] <pathspec>…"41594160#: builtin/commit.c:474161msgid ""4162"Your name and email address were configured automatically based\n"4163"on your username and hostname. Please check that they are accurate.\n"4164"You can suppress this message by setting them explicitly. Run the\n"4165"following command and follow the instructions in your editor to edit\n"4166"your configuration file:\n"4167"\n"4168" git config --global --edit\n"4169"\n"4170"After doing this, you may fix the identity used for this commit with:\n"4171"\n"4172" git commit --amend --reset-author\n"4173msgstr ""4174"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ơ "4175"sở\n"4176"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 "4177"xác không.\n"4178"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 "4179"trên\n"4180"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 "4181"thảo\n"4182"để chỉnh sửa tập tin cấu hình của mình:\n"4183"\n"4184" git config --global --edit\n"4185"\n"4186"Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho\n"4187"lần chuyển giao này với lệnh:\n"4188"\n"4189" git commit --amend --reset-author\n"41904191#: builtin/commit.c:604192msgid ""4193"Your name and email address were configured automatically based\n"4194"on your username and hostname. Please check that they are accurate.\n"4195"You can suppress this message by setting them explicitly:\n"4196"\n"4197" git config --global user.name \"Your Name\"\n"4198" git config --global user.email you@example.com\n"4199"\n"4200"After doing this, you may fix the identity used for this commit with:\n"4201"\n"4202" git commit --amend --reset-author\n"4203msgstr ""4204"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ơ "4205"sở\n"4206"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 "4207"xác không.\n"4208"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 "4209"trên một cách rõ ràng:\n"4210"\n"4211" git config --global user.name \"Tên của bạn\"\n"4212" git config --global user.email you@example.com\n"4213"\n"4214"Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho lần "4215"chuyển giao này với lệnh:\n"4216"\n"4217" git commit --amend --reset-author\n"42184219#: builtin/commit.c:724220msgid ""4221"You asked to amend the most recent commit, but doing so would make\n"4222"it empty. You can repeat your command with --allow-empty, or you can\n"4223"remove the commit entirely with \"git reset HEAD^\".\n"4224msgstr ""4225"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 "4226"làm như thế\n"4227"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 "4228"--allow-empty,\n"4229"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"4230"\"git reset HEAD^\".\n"42314232#: builtin/commit.c:774233msgid ""4234"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4235"If you wish to commit it anyway, use:\n"4236"\n"4237" git commit --allow-empty\n"4238"\n"4239msgstr ""4240"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 "4241"đột.\n"4242"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"4243"\n"4244" git commit --allow-empty\n"4245"\n"42464247#: builtin/commit.c:844248msgid "Otherwise, please use 'git reset'\n"4249msgstr "Nếu không được thì dùng lệnh \"git reset\"\n"42504251#: builtin/commit.c:874252msgid ""4253"If you wish to skip this commit, use:\n"4254"\n"4255" git reset\n"4256"\n"4257"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4258"the remaining commits.\n"4259msgstr ""4260"Nếu bạn muốn bỏ qua lần chuyển giao này thì dùng:\n"4261"\n"4262" git reset\n"4263"\n"4264"Thế thì \"git cherry-pick --continue\" sẽ phục hồi lại việc cherry-pick\n"4265"những lần chuyển giao còn lại.\n"42664267#: builtin/commit.c:3024268msgid "failed to unpack HEAD tree object"4269msgstr "gặp lỗi khi tháo dỡ HEAD đối tượng cây"42704271#: builtin/commit.c:3424272msgid "unable to create temporary index"4273msgstr "không thể tạo bảng mục lục tạm thời"42744275#: builtin/commit.c:3484276msgid "interactive add failed"4277msgstr "gặp lỗi khi thêm bằng cách tương"42784279#: builtin/commit.c:3594280msgid "unable to write index file"4281msgstr "không thể ghi tập tin lưu mục lục"42824283#: builtin/commit.c:3614284msgid "unable to update temporary index"4285msgstr "không thể cập nhật bảng mục lục tạm thời"42864287#: builtin/commit.c:3634288msgid "Failed to update main cache tree"4289msgstr "Gặp lỗi khi cập nhật cây bộ nhớ đệm"42904291#: builtin/commit.c:387 builtin/commit.c:412 builtin/commit.c:4614292msgid "unable to write new_index file"4293msgstr "không thể ghi tập tin lưu bảng mục lục mới (new_index)"42944295#: builtin/commit.c:4434296msgid "cannot do a partial commit during a merge."4297msgstr ""4298"không thể thực hiện việc chuyển giao cục bộ trong khi đang được hòa trộn."42994300#: builtin/commit.c:4454301msgid "cannot do a partial commit during a cherry-pick."4302msgstr ""4303"không thể thực hiện việc chuyển giao bộ phận trong khi đang cherry-pick."43044305#: builtin/commit.c:4544306msgid "cannot read the index"4307msgstr "không đọc được bảng mục lục"43084309#: builtin/commit.c:4734310msgid "unable to write temporary index file"4311msgstr "không thể ghi tập tin lưu bảng mục lục tạm thời"43124313#: builtin/commit.c:5844314#, c-format4315msgid "commit '%s' lacks author header"4316msgstr "lần chuyển giao “%s” thiếu phần tác giả ở đầu"43174318#: builtin/commit.c:5864319#, c-format4320msgid "commit '%s' has malformed author line"4321msgstr "lần chuyển giao “%s” có phần tác giả ở đầu dị dạng"43224323#: builtin/commit.c:6054324msgid "malformed --author parameter"4325msgstr "đối số cho --author bị dị hình"43264327#: builtin/commit.c:6134328#, c-format4329msgid "invalid date format: %s"4330msgstr "ngày tháng không hợp lệ: %s"43314332#: builtin/commit.c:6574333msgid ""4334"unable to select a comment character that is not used\n"4335"in the current commit message"4336msgstr ""4337"không thể chọn một ký tự ghi chú cái mà không được dùng\n"4338"trong phần ghi chú hiện tại"43394340#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:10844341#, c-format4342msgid "could not lookup commit %s"4343msgstr "không thể tìm kiếm commit (lần chuyển giao) %s"43444345#: builtin/commit.c:706 builtin/shortlog.c:2734346#, c-format4347msgid "(reading log message from standard input)\n"4348msgstr "(đang đọc thông điệp nhật ký từ đầu vào tiêu chuẩn)\n"43494350#: builtin/commit.c:7084351msgid "could not read log from standard input"4352msgstr "không thể đọc nhật ký từ đầu vào tiêu chuẩn"43534354#: builtin/commit.c:7124355#, c-format4356msgid "could not read log file '%s'"4357msgstr "không đọc được tệp nhật ký “%s”"43584359#: builtin/commit.c:7344360msgid "could not read MERGE_MSG"4361msgstr "không thể đọc MERGE_MSG"43624363#: builtin/commit.c:7384364msgid "could not read SQUASH_MSG"4365msgstr "không thể đọc SQUASH_MSG"43664367#: builtin/commit.c:7424368#, c-format4369msgid "could not read '%s'"4370msgstr "Không thể đọc “%s”."43714372#: builtin/commit.c:7894373msgid "could not write commit template"4374msgstr "không thể ghi mẫu chuyển giao"43754376#: builtin/commit.c:8074377#, c-format4378msgid ""4379"\n"4380"It looks like you may be committing a merge.\n"4381"If this is not correct, please remove the file\n"4382"\t%s\n"4383"and try again.\n"4384msgstr ""4385"\n"4386"Nó trông giống với việc bạn đang chuyển giao một lần hòa trộn.\n"4387"Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"4388"\t%s\n"4389"và thử lại.\n"43904391#: builtin/commit.c:8124392#, c-format4393msgid ""4394"\n"4395"It looks like you may be committing a cherry-pick.\n"4396"If this is not correct, please remove the file\n"4397"\t%s\n"4398"and try again.\n"4399msgstr ""4400"\n"4401"Nó trông giống với việc bạn đang chuyển giao một lần cherry-pick.\n"4402"Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"4403"\t%s\n"4404"và thử lại.\n"44054406#: builtin/commit.c:8254407#, c-format4408msgid ""4409"Please enter the commit message for your changes. Lines starting\n"4410"with '%c' will be ignored, and an empty message aborts the commit.\n"4411msgstr ""4412"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 "4413"được\n"4414"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 "4415"chuyển giao.\n"44164417#: builtin/commit.c:8324418#, c-format4419msgid ""4420"Please enter the commit message for your changes. Lines starting\n"4421"with '%c' will be kept; you may remove them yourself if you want to.\n"4422"An empty message aborts the commit.\n"4423msgstr ""4424"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 "4425"được\n"4426"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"4427"Phần chú thích này nếu trống rỗng sẽ hủy bỏ lần chuyển giao.\n"44284429#: builtin/commit.c:8524430#, c-format4431msgid "%sAuthor: %.*s <%.*s>"4432msgstr "%sTác giả: %.*s <%.*s>"44334434#: builtin/commit.c:8604435#, c-format4436msgid "%sDate: %s"4437msgstr "%sNgày tháng: %s"44384439#: builtin/commit.c:8674440#, c-format4441msgid "%sCommitter: %.*s <%.*s>"4442msgstr "%sNgười chuyển giao: %.*s <%.*s>"44434444#: builtin/commit.c:8854445msgid "Cannot read index"4446msgstr "Không đọc được bảng mục lục"44474448#: builtin/commit.c:9424449msgid "Error building trees"4450msgstr "Gặp lỗi khi xây dựng cây"44514452#: builtin/commit.c:957 builtin/tag.c:4954453#, c-format4454msgid "Please supply the message using either -m or -F option.\n"4455msgstr "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"44564457#: builtin/commit.c:10594458#, c-format4459msgid "No existing author found with '%s'"4460msgstr "Không tìm thấy tác giả có sẵn với “%s”"44614462#: builtin/commit.c:1074 builtin/commit.c:13144463#, c-format4464msgid "Invalid untracked files mode '%s'"4465msgstr "Chế độ cho các tập tin chưa được theo dõi không hợp lệ “%s”"44664467#: builtin/commit.c:11114468msgid "--long and -z are incompatible"4469msgstr "hai tùy chọn -long và -z không tương thích với nhau"44704471#: builtin/commit.c:11414472msgid "Using both --reset-author and --author does not make sense"4473msgstr "Sử dụng cả hai tùy chọn --reset-author và --author không hợp lý"44744475#: builtin/commit.c:11504476msgid "You have nothing to amend."4477msgstr "Không có gì để mà “tu bổ” cả."44784479#: builtin/commit.c:11534480msgid "You are in the middle of a merge -- cannot amend."4481msgstr ""4482"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ổ”."44834484#: builtin/commit.c:11554485msgid "You are in the middle of a cherry-pick -- cannot amend."4486msgstr ""4487"Bạn đang ở giữa của quá trình cherry-pick -- không thể thực hiện việc “tu "4488"bổ”."44894490#: builtin/commit.c:11584491msgid "Options --squash and --fixup cannot be used together"4492msgstr "Các tùy chọn --squash và --fixup không thể sử dụng cùng với nhau"44934494#: builtin/commit.c:11684495msgid "Only one of -c/-C/-F/--fixup can be used."4496msgstr ""4497"Chỉ được dùng một trong số tùy chọn trong số các tùy chọn -c/-C/-F/--fixup"44984499#: builtin/commit.c:11704500msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4501msgstr "Tùy chọn -m không thể được tổ hợp cùng với -c/-C/-F/--fixup."45024503#: builtin/commit.c:11784504msgid "--reset-author can be used only with -C, -c or --amend."4505msgstr ""4506"--reset-author chỉ có thể được sử dụng với tùy chọn -C, -c hay --amend."45074508#: builtin/commit.c:11954509msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4510msgstr ""4511"Chỉ một trong các tùy chọn --include/--only/--all/--interactive/--patch được "4512"sử dụng."45134514#: builtin/commit.c:11974515msgid "No paths with --include/--only does not make sense."4516msgstr "Không đường dẫn với các tùy chọn --include/--only không hợp lý."45174518#: builtin/commit.c:11994519msgid "Clever... amending the last one with dirty index."4520msgstr "Giỏi… “tu bổ” cái cuối với bảng mục lục bẩn."45214522#: builtin/commit.c:12014523msgid "Explicit paths specified without -i or -o; assuming --only paths..."4524msgstr ""4525"Những đường dẫn rõ ràng được chỉ ra không có tùy chọn -i cũng không -o; coi "4526"là --only những đường dẫn"45274528#: builtin/commit.c:1213 builtin/tag.c:7284529#, c-format4530msgid "Invalid cleanup mode %s"4531msgstr "Chế độ dọn dẹp không hợp lệ %s"45324533#: builtin/commit.c:12184534msgid "Paths with -a does not make sense."4535msgstr "Các đường dẫn với tùy chọn -a không hợp lý."45364537#: builtin/commit.c:1328 builtin/commit.c:16084538msgid "show status concisely"4539msgstr "hiển thị trạng thái ở dạng súc tích"45404541#: builtin/commit.c:1330 builtin/commit.c:16104542msgid "show branch information"4543msgstr "hiển thị thông tin nhánh"45444545#: builtin/commit.c:1332 builtin/commit.c:1612 builtin/push.c:5004546msgid "machine-readable output"4547msgstr "kết xuất dạng máy-có-thể-đọc"45484549#: builtin/commit.c:1335 builtin/commit.c:16144550msgid "show status in long format (default)"4551msgstr "hiển thị trạng thái ở định dạng dài (mặc định)"45524553#: builtin/commit.c:1338 builtin/commit.c:16174554msgid "terminate entries with NUL"4555msgstr "chấm dứt các mục bằng NUL"45564557#: builtin/commit.c:1340 builtin/commit.c:1620 builtin/fast-export.c:9804558#: builtin/fast-export.c:983 builtin/tag.c:6034559msgid "mode"4560msgstr "chế độ"45614562#: builtin/commit.c:1341 builtin/commit.c:16204563msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4564msgstr ""4565"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, "4566"normal, no. (Mặc định: all)"45674568#: builtin/commit.c:13444569msgid "show ignored files"4570msgstr "hiển thị các tập tin ẩn"45714572#: builtin/commit.c:1345 parse-options.h:1534573msgid "when"4574msgstr "khi"45754576#: builtin/commit.c:13464577msgid ""4578"ignore changes to submodules, optional when: all, dirty, untracked. "4579"(Default: all)"4580msgstr ""4581"bỏ qua các thay đổi trong mô-đun-con, tùy chọn khi: all, dirty, untracked. "4582"(Mặc định: all)"45834584#: builtin/commit.c:13484585msgid "list untracked files in columns"4586msgstr "hiển thị danh sách các tập-tin chưa được theo dõi trong các cột"45874588#: builtin/commit.c:14354589msgid "couldn't look up newly created commit"4590msgstr "không thể tìm thấy lần chuyển giao mới hơn đã được tạo"45914592#: builtin/commit.c:14374593msgid "could not parse newly created commit"4594msgstr ""4595"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"45964597#: builtin/commit.c:14824598msgid "detached HEAD"4599msgstr "đã rời khỏi HEAD"46004601#: builtin/commit.c:14854602msgid " (root-commit)"4603msgstr " (root-commit)"46044605#: builtin/commit.c:15784606msgid "suppress summary after successful commit"4607msgstr "không hiển thị tổng kết sau khi chuyển giao thành công"46084609#: builtin/commit.c:15794610msgid "show diff in commit message template"4611msgstr "hiển thị sự khác biệt trong mẫu tin nhắn chuyển giao"46124613#: builtin/commit.c:15814614msgid "Commit message options"4615msgstr "Các tùy chọn ghi chú commit"46164617#: builtin/commit.c:1582 builtin/tag.c:6014618msgid "read message from file"4619msgstr "đọc chú thích từ tập tin"46204621#: builtin/commit.c:15834622msgid "author"4623msgstr "tác giả"46244625#: builtin/commit.c:15834626msgid "override author for commit"4627msgstr "ghi đè tác giả cho commit"46284629#: builtin/commit.c:1584 builtin/gc.c:2754630msgid "date"4631msgstr "ngày tháng"46324633#: builtin/commit.c:15844634msgid "override date for commit"4635msgstr "ghi đè ngày tháng cho lần chuyển giao"46364637#: builtin/commit.c:1585 builtin/merge.c:218 builtin/notes.c:3914638#: builtin/notes.c:554 builtin/tag.c:5994639msgid "message"4640msgstr "chú thích"46414642#: builtin/commit.c:15854643msgid "commit message"4644msgstr "chú thích của lần chuyển giao"46454646#: builtin/commit.c:15864647msgid "reuse and edit message from specified commit"4648msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho nhưng có cho sửa chữa"46494650#: builtin/commit.c:15874651msgid "reuse message from specified commit"4652msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho"46534654#: builtin/commit.c:15884655msgid "use autosquash formatted message to fixup specified commit"4656msgstr ""4657"dùng ghi chú có định dạng autosquash để sửa chữa lần chuyển giao đã chỉ ra"46584659#: builtin/commit.c:15894660msgid "use autosquash formatted message to squash specified commit"4661msgstr ""4662"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ỉ "4663"ra"46644665#: builtin/commit.c:15904666msgid "the commit is authored by me now (used with -C/-c/--amend)"4667msgstr ""4668"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)"46694670#: builtin/commit.c:1591 builtin/log.c:1191 builtin/revert.c:864671msgid "add Signed-off-by:"4672msgstr "(nên dùng) thêm dòng Signed-off-by:"46734674#: builtin/commit.c:15924675msgid "use specified template file"4676msgstr "sử dụng tập tin mẫu đã cho"46774678#: builtin/commit.c:15934679msgid "force edit of commit"4680msgstr "ép buộc sửa lần commit"46814682#: builtin/commit.c:15944683msgid "default"4684msgstr "mặc định"46854686#: builtin/commit.c:1594 builtin/tag.c:6044687msgid "how to strip spaces and #comments from message"4688msgstr "làm thế nào để cắt bỏ khoảng trắng và #ghichú từ mẩu tin nhắn"46894690#: builtin/commit.c:15954691msgid "include status in commit message template"4692msgstr "bao gồm các trạng thái trong mẫu ghi chú chuyển giao"46934694#: builtin/commit.c:1596 builtin/merge.c:225 builtin/revert.c:924695#: builtin/tag.c:6054696msgid "key-id"4697msgstr "mã-số-khóa"46984699#: builtin/commit.c:1597 builtin/merge.c:226 builtin/revert.c:934700msgid "GPG sign commit"4701msgstr "ký lần chuyển giao dùng GPG"47024703#: builtin/commit.c:16004704msgid "Commit contents options"4705msgstr "Các tùy nội dung ghi chú commit"47064707#: builtin/commit.c:16014708msgid "commit all changed files"4709msgstr "chuyển giao tất cả các tập tin có thay đổi"47104711#: builtin/commit.c:16024712msgid "add specified files to index for commit"4713msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục để chuyển giao"47144715#: builtin/commit.c:16034716msgid "interactively add files"4717msgstr "thêm các tập-tin bằng tương tác"47184719#: builtin/commit.c:16044720msgid "interactively add changes"4721msgstr "thêm các thay đổi bằng tương tác"47224723#: builtin/commit.c:16054724msgid "commit only specified files"4725msgstr "chỉ chuyển giao các tập tin đã chỉ ra"47264727#: builtin/commit.c:16064728msgid "bypass pre-commit hook"4729msgstr "vòng qua móc (hook) pre-commit"47304731#: builtin/commit.c:16074732msgid "show what would be committed"4733msgstr "hiển thị xem cái gì có thể được chuyển giao"47344735#: builtin/commit.c:16184736msgid "amend previous commit"4737msgstr "“tu bổ” (amend) lần commit trước"47384739#: builtin/commit.c:16194740msgid "bypass post-rewrite hook"4741msgstr "vòng qua móc (hook) post-rewrite"47424743#: builtin/commit.c:16244744msgid "ok to record an empty change"4745msgstr "ok để ghi lại một thay đổi trống rỗng"47464747#: builtin/commit.c:16264748msgid "ok to record a change with an empty message"4749msgstr "ok để ghi các thay đổi với lời nhắn trống rỗng"47504751#: builtin/commit.c:16554752msgid "could not parse HEAD commit"4753msgstr "không thể phân tích commit (lần chuyển giao) HEAD"47544755#: builtin/commit.c:1694 builtin/merge.c:5194756#, c-format4757msgid "could not open '%s' for reading"4758msgstr "không thể mở “%s” để đọc"47594760#: builtin/commit.c:17014761#, c-format4762msgid "Corrupt MERGE_HEAD file (%s)"4763msgstr "Tập tin MERGE_HEAD sai hỏng (%s)"47644765#: builtin/commit.c:17084766msgid "could not read MERGE_MODE"4767msgstr "không thể đọc MERGE_MODE"47684769#: builtin/commit.c:17274770#, c-format4771msgid "could not read commit message: %s"4772msgstr "không thể đọc phần chú thích (message) của llần chuyển giao: %s"47734774#: builtin/commit.c:17384775#, c-format4776msgid "Aborting commit; you did not edit the message.\n"4777msgstr ""4778"Đang bỏ qua việc chuyển giao; bạn đã không biên soạn phần chú thích "4779"(message).\n"47804781#: builtin/commit.c:17434782#, c-format4783msgid "Aborting commit due to empty commit message.\n"4784msgstr "Bãi bỏ việc chuyển giao bởi vì phần chú thích của nó trống rỗng.\n"47854786#: builtin/commit.c:1758 builtin/merge.c:851 builtin/merge.c:8764787msgid "failed to write commit object"4788msgstr "gặp lỗi khi ghi đối tượng chuyển giao"47894790#: builtin/commit.c:17914791msgid ""4792"Repository has been updated, but unable to write\n"4793"new_index file. Check that disk is not full and quota is\n"4794"not exceeded, and then \"git reset HEAD\" to recover."4795msgstr ""4796"Kho chứa đã được cập nhật, nhưng không thể ghi vào\n"4797"tập tin new_index (bảng mục lục mới). Hãy kiểm tra xem đĩa\n"4798"có bị đầy quá hay quota (hạn nghạch đĩa cứng) bị vượt quá,\n"4799"và sau đó \"git reset HEAD\" để khắc phục."48004801#: builtin/config.c:84802msgid "git config [options]"4803msgstr "git config [các-tùy-chọn]"48044805#: builtin/config.c:534806msgid "Config file location"4807msgstr "Vị trí tập tin cấu hình"48084809#: builtin/config.c:544810msgid "use global config file"4811msgstr "dùng tập tin cấu hình toàn cục"48124813#: builtin/config.c:554814msgid "use system config file"4815msgstr "sử dụng tập tin cấu hình hệ thống"48164817#: builtin/config.c:564818msgid "use repository config file"4819msgstr "dùng tập tin cấu hình của kho"48204821#: builtin/config.c:574822msgid "use given config file"4823msgstr "sử dụng tập tin cấu hình đã cho"48244825#: builtin/config.c:584826msgid "blob-id"4827msgstr "blob-id"48284829#: builtin/config.c:584830msgid "read config from given blob object"4831msgstr "đọc cấu hình từ đối tượng blob đã cho"48324833#: builtin/config.c:594834msgid "Action"4835msgstr "Hành động"48364837#: builtin/config.c:604838msgid "get value: name [value-regex]"4839msgstr "lấy giá-trị: tên [value-regex]"48404841#: builtin/config.c:614842msgid "get all values: key [value-regex]"4843msgstr "lấy tất cả giá-trị: khóa [value-regex]"48444845#: builtin/config.c:624846msgid "get values for regexp: name-regex [value-regex]"4847msgstr "lấy giá trị cho regexp: name-regex [value-regex]"48484849#: builtin/config.c:634850msgid "get value specific for the URL: section[.var] URL"4851msgstr "lấy đặc tả giá trị cho URL: phần[.biến] URL"48524853#: builtin/config.c:644854msgid "replace all matching variables: name value [value_regex]"4855msgstr "thay thế tất cả các biến khớp mẫu: tên giá-trị [value_regex]"48564857#: builtin/config.c:654858msgid "add a new variable: name value"4859msgstr "thêm biến mới: tên giá-trị"48604861#: builtin/config.c:664862msgid "remove a variable: name [value-regex]"4863msgstr "gỡ bỏ biến: tên [value-regex]"48644865#: builtin/config.c:674866msgid "remove all matches: name [value-regex]"4867msgstr "gỡ bỏ mọi cái khớp: tên [value-regex]"48684869#: builtin/config.c:684870msgid "rename section: old-name new-name"4871msgstr "đổi tên phần: tên-cũ tên-mới"48724873#: builtin/config.c:694874msgid "remove a section: name"4875msgstr "gỡ bỏ phần: tên"48764877#: builtin/config.c:704878msgid "list all"4879msgstr "liệt kê tất"48804881#: builtin/config.c:714882msgid "open an editor"4883msgstr "mở một trình biên soạn"48844885#: builtin/config.c:724886msgid "find the color configured: slot [default]"4887msgstr "tìm cấu hình màu sắc: slot [mặc định]"48884889#: builtin/config.c:734890msgid "find the color setting: slot [stdout-is-tty]"4891msgstr "tìm các cài đặt về màu sắc: slot [stdout-là-tty]"48924893#: builtin/config.c:744894msgid "Type"4895msgstr "Kiểu"48964897#: builtin/config.c:754898msgid "value is \"true\" or \"false\""4899msgstr "giá trị là \"true\" hoặc \"false\""49004901#: builtin/config.c:764902msgid "value is decimal number"4903msgstr "giá trị ở dạng số thập phân"49044905#: builtin/config.c:774906msgid "value is --bool or --int"4907msgstr "giá trị là --bool hoặc --int"49084909#: builtin/config.c:784910msgid "value is a path (file or directory name)"4911msgstr "giá trị là đường dẫn (tên tập tin hay thư mục)"49124913#: builtin/config.c:794914msgid "Other"4915msgstr "Khác"49164917#: builtin/config.c:804918msgid "terminate values with NUL byte"4919msgstr "chấm dứt giá trị với byte NUL"49204921#: builtin/config.c:814922msgid "respect include directives on lookup"4923msgstr "tôn trọng kể cà các hướng trong tìm kiếm"49244925#: builtin/config.c:3164926msgid "unable to parse default color value"4927msgstr "không thể phân tích giá trị màu mặc định"49284929#: builtin/config.c:4574930#, c-format4931msgid ""4932"# This is Git's per-user configuration file.\n"4933"[core]\n"4934"# Please adapt and uncomment the following lines:\n"4935"#\tuser = %s\n"4936"#\temail = %s\n"4937msgstr ""4938"# Đây là tập tin cấu hình cho từng người dùng Git.\n"4939"[core]\n"4940"# Vui lòng sửa lại cho thích hợp và bỏ dấu ghi chú các dòng sau:\n"4941"#\tuser = %s\n"4942"#\temail = %s\n"49434944#: builtin/config.c:5894945#, c-format4946msgid "cannot create configuration file %s"4947msgstr "không thể tạo tập tin cấu hình “%s”"49484949#: builtin/count-objects.c:554950msgid "git count-objects [-v] [-H | --human-readable]"4951msgstr "git count-objects [-v] [-H | --human-readable]"49524953#: builtin/count-objects.c:654954msgid "print sizes in human readable format"4955msgstr "hiển thị kích cỡ theo định dạng dành cho người đọc"49564957#: builtin/describe.c:174958msgid "git describe [options] <commit-ish>*"4959msgstr "git describe [các-tùy-chọn] <commit-ish>*"49604961#: builtin/describe.c:184962msgid "git describe [options] --dirty"4963msgstr "git describe [các-tùy-chọn] --dirty"49644965#: builtin/describe.c:2174966#, c-format4967msgid "annotated tag %s not available"4968msgstr "thẻ đã được ghi chú %s không sẵn để dùng"49694970#: builtin/describe.c:2214971#, c-format4972msgid "annotated tag %s has no embedded name"4973msgstr "thẻ được chú giải %s không có tên nhúng"49744975#: builtin/describe.c:2234976#, c-format4977msgid "tag '%s' is really '%s' here"4978msgstr "thẻ “%s” đã thực sự ở đây “%s” rồi"49794980#: builtin/describe.c:250 builtin/log.c:4524981#, c-format4982msgid "Not a valid object name %s"4983msgstr "Không phải tên đối tượng %s hợp lệ"49844985#: builtin/describe.c:2534986#, c-format4987msgid "%s is not a valid '%s' object"4988msgstr "%s không phải là một đối tượng “%s” hợp lệ"49894990#: builtin/describe.c:2704991#, c-format4992msgid "no tag exactly matches '%s'"4993msgstr "không có thẻ nào khớp chính xác với “%s”"49944995#: builtin/describe.c:2724996#, c-format4997msgid "searching to describe %s\n"4998msgstr "Đang tìm kiếm để mô tả %s\n"49995000#: builtin/describe.c:3195001#, c-format5002msgid "finished search at %s\n"5003msgstr "việc tìm kiếm đã kết thúc tại %s\n"50045005#: builtin/describe.c:3465006#, c-format5007msgid ""5008"No annotated tags can describe '%s'.\n"5009"However, there were unannotated tags: try --tags."5010msgstr ""5011"Không có thẻ được chú giải nào được mô tả là “%s”.\n"5012"Tuy nhiên, ở đây có những thẻ không được chú giải: hãy thử --tags."50135014#: builtin/describe.c:3505015#, c-format5016msgid ""5017"No tags can describe '%s'.\n"5018"Try --always, or create some tags."5019msgstr ""5020"Không có thẻ (tag) có thể mô tả “%s”.\n"5021"Hãy thử --always, hoặt tạo một số thẻ."50225023#: builtin/describe.c:3715024#, c-format5025msgid "traversed %lu commits\n"5026msgstr "đã xuyên %lu qua lần chuyển giao\n"50275028#: builtin/describe.c:3745029#, c-format5030msgid ""5031"more than %i tags found; listed %i most recent\n"5032"gave up search at %s\n"5033msgstr ""5034"tìm thấy nhiều hơn %i thẻ (tag); đã liệt kê %i gần đây nhất\n"5035"bỏ đi tìm kiếm tại %s\n"50365037#: builtin/describe.c:3965038msgid "find the tag that comes after the commit"5039msgstr "tìm các thẻ mà nó đến trước lần chuyển giao"50405041#: builtin/describe.c:3975042msgid "debug search strategy on stderr"5043msgstr "chiến lược tìm kiếm gỡ lỗi trên đầu ra lỗi chuẩn stderr"50445045#: builtin/describe.c:3985046msgid "use any ref"5047msgstr "dùng ref bất kỳ"50485049#: builtin/describe.c:3995050msgid "use any tag, even unannotated"5051msgstr "dùng thẻ bất kỳ, cả khi “unannotated”"50525053#: builtin/describe.c:4005054msgid "always use long format"5055msgstr "luôn dùng định dạng dài"50565057#: builtin/describe.c:4015058msgid "only follow first parent"5059msgstr "chỉ theo cha mẹ đầu tiên"50605061#: builtin/describe.c:4045062msgid "only output exact matches"5063msgstr "chỉ xuất những gì khớp chính xác"50645065#: builtin/describe.c:4065066msgid "consider <n> most recent tags (default: 10)"5067msgstr "coi như <n> thẻ gần đây nhất (mặc định: 10)"50685069#: builtin/describe.c:4085070msgid "only consider tags matching <pattern>"5071msgstr "chỉ cân nhắc đến những thẻ khớp với <mẫu>"50725073#: builtin/describe.c:410 builtin/name-rev.c:3185074msgid "show abbreviated commit object as fallback"5075msgstr "hiển thị đối tượng chuyển giao vắn tắt như là fallback"50765077#: builtin/describe.c:4115078msgid "mark"5079msgstr "dấu"50805081#: builtin/describe.c:4125082msgid "append <mark> on dirty working tree (default: \"-dirty\")"5083msgstr "thêm <dấu> trên cây thư mục làm việc bẩn (mặc định \"-dirty\")"50845085#: builtin/describe.c:4305086msgid "--long is incompatible with --abbrev=0"5087msgstr "--long là xung khắc với tùy chọn --abbrev=0"50885089#: builtin/describe.c:4565090msgid "No names found, cannot describe anything."5091msgstr "Không tìm thấy các tên, không thể mô tả gì cả."50925093#: builtin/describe.c:4765094msgid "--dirty is incompatible with commit-ishes"5095msgstr "--dirty là xung khắc với các tùy chọn commit-ish"50965097#: builtin/diff.c:865098#, c-format5099msgid "'%s': not a regular file or symlink"5100msgstr "“%s”: không phải tập tin bình thường hay liên kết mềm"51015102#: builtin/diff.c:2375103#, c-format5104msgid "invalid option: %s"5105msgstr "tùy chọn không hợp lệ: %s"51065107#: builtin/diff.c:3585108msgid "Not a git repository"5109msgstr "Không phải là kho git"51105111#: builtin/diff.c:4015112#, c-format5113msgid "invalid object '%s' given."5114msgstr "đối tượng đã cho “%s” không hợp lệ."51155116#: builtin/diff.c:4105117#, c-format5118msgid "more than two blobs given: '%s'"5119msgstr "đã cho nhiều hơn hai đối tượng blob: “%s”"51205121#: builtin/diff.c:4175122#, c-format5123msgid "unhandled object '%s' given."5124msgstr "đã cho đối tượng không thể nắm giữ “%s”."51255126#: builtin/fast-export.c:245127msgid "git fast-export [rev-list-opts]"5128msgstr "git fast-export [rev-list-opts]"51295130#: builtin/fast-export.c:9795131msgid "show progress after <n> objects"5132msgstr "hiển thị tiến triển sau <n> đối tượng"51335134#: builtin/fast-export.c:9815135msgid "select handling of signed tags"5136msgstr "chọn điều khiển của thẻ đã ký"51375138#: builtin/fast-export.c:9845139msgid "select handling of tags that tag filtered objects"5140msgstr "chọn sự xử lý của các thẻ, cái mà đánh thẻ các đối tượng được lọc ra"51415142#: builtin/fast-export.c:9875143msgid "Dump marks to this file"5144msgstr "Đổ các đánh dấu này vào tập-tin"51455146#: builtin/fast-export.c:9895147msgid "Import marks from this file"5148msgstr "nhập vào đánh dấu từ tập tin này"51495150#: builtin/fast-export.c:9915151msgid "Fake a tagger when tags lack one"5152msgstr "Làm giả một cái thẻ khi thẻ bị thiếu một cái"51535154#: builtin/fast-export.c:9935155msgid "Output full tree for each commit"5156msgstr "Xuất ra toàn bộ cây cho mỗi lần chuyển giao"51575158#: builtin/fast-export.c:9955159msgid "Use the done feature to terminate the stream"5160msgstr "Sử dụng tính năng done để chấm dứt luồng dữ liệu"51615162#: builtin/fast-export.c:9965163msgid "Skip output of blob data"5164msgstr "Bỏ qua kết xuất của dữ liệu blob"51655166#: builtin/fast-export.c:9975167msgid "refspec"5168msgstr "refspec"51695170#: builtin/fast-export.c:9985171msgid "Apply refspec to exported refs"5172msgstr "Áp dụng refspec cho refs đã xuất"51735174#: builtin/fast-export.c:9995175msgid "anonymize output"5176msgstr "kết xuất anonymize"51775178#: builtin/fetch.c:205179msgid "git fetch [<options>] [<repository> [<refspec>...]]"5180msgstr "git fetch [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"51815182#: builtin/fetch.c:215183msgid "git fetch [<options>] <group>"5184msgstr "git fetch [<các-tùy-chọn>] [<nhóm>"51855186#: builtin/fetch.c:225187msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"5188msgstr "git fetch --multiple [<các-tùy-chọn>] [(<kho> | <nhóm>)…]"51895190#: builtin/fetch.c:235191msgid "git fetch --all [<options>]"5192msgstr "git fetch --all [<các-tùy-chọn>]"51935194#: builtin/fetch.c:905195msgid "fetch from all remotes"5196msgstr "lấy về từ tất cả các máy chủ"51975198#: builtin/fetch.c:925199msgid "append to .git/FETCH_HEAD instead of overwriting"5200msgstr "nối thêm vào .git/FETCH_HEAD thay vì ghi đè lên nó"52015202#: builtin/fetch.c:945203msgid "path to upload pack on remote end"5204msgstr "đường dẫn đến gói tải lên trên máy chủ cuối"52055206#: builtin/fetch.c:955207msgid "force overwrite of local branch"5208msgstr "ép buộc ghi đè lên nhánh nội bộ"52095210#: builtin/fetch.c:975211msgid "fetch from multiple remotes"5212msgstr "lấy từ nhiều máy chủ cùng lúc"52135214#: builtin/fetch.c:995215msgid "fetch all tags and associated objects"5216msgstr "lấy tất cả các thẻ cùng với các đối tượng liên quan đến nó"52175218#: builtin/fetch.c:1015219msgid "do not fetch all tags (--no-tags)"5220msgstr "không lấy tất cả các thẻ (--no-tags)"52215222#: builtin/fetch.c:1035223msgid "prune remote-tracking branches no longer on remote"5224msgstr ""5225"cắt cụt (prune) các nhánh “remote-tracking” không còn tồn tại trên máy chủ "5226"nữa"52275228#: builtin/fetch.c:1045229msgid "on-demand"5230msgstr "khi-cần"52315232#: builtin/fetch.c:1055233msgid "control recursive fetching of submodules"5234msgstr "điều khiển việc lấy về đệ quy trong các mô-đun-con"52355236#: builtin/fetch.c:1095237msgid "keep downloaded pack"5238msgstr "giữ lại gói đã tải về"52395240#: builtin/fetch.c:1115241msgid "allow updating of HEAD ref"5242msgstr "cho phép cập nhật th.chiếu HEAD"52435244#: builtin/fetch.c:1145245msgid "deepen history of shallow clone"5246msgstr "làm sâu hơn lịch sử của bản sao"52475248#: builtin/fetch.c:1165249msgid "convert to a complete repository"5250msgstr "chuyển đổi hoàn toàn sang kho git"52515252#: builtin/fetch.c:118 builtin/log.c:12085253msgid "dir"5254msgstr "tmục"52555256#: builtin/fetch.c:1195257msgid "prepend this to submodule path output"5258msgstr "soạn sẵn cái này cho kết xuất đường dẫn mô-đun-con"52595260#: builtin/fetch.c:1225261msgid "default mode for recursion"5262msgstr "chế độ mặc định cho đệ qui"52635264#: builtin/fetch.c:1245265msgid "accept refs that update .git/shallow"5266msgstr "chấp nhận tham chiếu cập nhật .git/shallow"52675268#: builtin/fetch.c:1255269msgid "refmap"5270msgstr "refmap"52715272#: builtin/fetch.c:1265273msgid "specify fetch refmap"5274msgstr "chỉ ra refmap cần lấy về"52755276#: builtin/fetch.c:3765277msgid "Couldn't find remote ref HEAD"5278msgstr "Không thể tìm thấy máy chủ cho tham chiếu HEAD"52795280#: builtin/fetch.c:4545281#, c-format5282msgid "object %s not found"5283msgstr "Không tìm thấy đối tượng %s"52845285#: builtin/fetch.c:4595286msgid "[up to date]"5287msgstr "[đã cập nhật]"52885289#: builtin/fetch.c:4735290#, c-format5291msgid "! %-*s %-*s -> %s (can't fetch in current branch)"5292msgstr "! %-*s %-*s -> %s (không thể fetch (lấy) về nhánh hiện hành)"52935294#: builtin/fetch.c:474 builtin/fetch.c:5605295msgid "[rejected]"5296msgstr "[Bị từ chối]"52975298#: builtin/fetch.c:4855299msgid "[tag update]"5300msgstr "[cập nhật thẻ]"53015302#: builtin/fetch.c:487 builtin/fetch.c:522 builtin/fetch.c:5405303msgid " (unable to update local ref)"5304msgstr " (không thể cập nhật tham chiếu nội bộ)"53055306#: builtin/fetch.c:5055307msgid "[new tag]"5308msgstr "[thẻ mới]"53095310#: builtin/fetch.c:5085311msgid "[new branch]"5312msgstr "[nhánh mới]"53135314#: builtin/fetch.c:5115315msgid "[new ref]"5316msgstr "[ref (tham chiếu) mới]"53175318#: builtin/fetch.c:5565319msgid "unable to update local ref"5320msgstr "không thể cập nhật tham chiếu nội bộ"53215322#: builtin/fetch.c:5565323msgid "forced update"5324msgstr "cưỡng bức cập nhật"53255326#: builtin/fetch.c:5625327msgid "(non-fast-forward)"5328msgstr "(non-fast-forward)"53295330#: builtin/fetch.c:595 builtin/fetch.c:8285331#, c-format5332msgid "cannot open %s: %s\n"5333msgstr "không thể mở %s: %s\n"53345335#: builtin/fetch.c:6045336#, c-format5337msgid "%s did not send all necessary objects\n"5338msgstr "%s đã không gửi tất cả các đối tượng cần thiết\n"53395340#: builtin/fetch.c:6225341#, c-format5342msgid "reject %s because shallow roots are not allowed to be updated"5343msgstr "từ chối %s bởi vì các gốc nông thì không được phép cập nhật"53445345#: builtin/fetch.c:710 builtin/fetch.c:7935346#, c-format5347msgid "From %.*s\n"5348msgstr "Từ %.*s\n"53495350#: builtin/fetch.c:7215351#, c-format5352msgid ""5353"some local refs could not be updated; try running\n"5354" 'git remote prune %s' to remove any old, conflicting branches"5355msgstr ""5356"một số tham chiếu nội bộ không thể được cập nhật; hãy thử chạy\n"5357" “git remote prune %s” để bỏ đi những nhánh cũ, hay bị xung đột"53585359#: builtin/fetch.c:7735360#, c-format5361msgid " (%s will become dangling)"5362msgstr " (%s sẽ trở thành không đầu (không được quản lý))"53635364#: builtin/fetch.c:7745365#, c-format5366msgid " (%s has become dangling)"5367msgstr " (%s đã trở thành không đầu (không được quản lý))"53685369#: builtin/fetch.c:7985370msgid "[deleted]"5371msgstr "[đã xóa]"53725373#: builtin/fetch.c:799 builtin/remote.c:10605374msgid "(none)"5375msgstr "(không)"53765377#: builtin/fetch.c:8185378#, c-format5379msgid "Refusing to fetch into current branch %s of non-bare repository"5380msgstr ""5381"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 "5382"trần (bare)"53835384#: builtin/fetch.c:8375385#, c-format5386msgid "Option \"%s\" value \"%s\" is not valid for %s"5387msgstr "Tùy chọn \"%s\" có giá trị \"%s\" là không hợp lệ cho %s"53885389#: builtin/fetch.c:8405390#, c-format5391msgid "Option \"%s\" is ignored for %s\n"5392msgstr "Tùy chọn \"%s\" bị bỏ qua với %s\n"53935394#: builtin/fetch.c:8965395#, c-format5396msgid "Don't know how to fetch from %s"5397msgstr "Không biết làm cách nào để lấy về từ %s"53985399#: builtin/fetch.c:10585400#, c-format5401msgid "Fetching %s\n"5402msgstr "Đang lấy “%s” về\n"54035404#: builtin/fetch.c:1060 builtin/remote.c:905405#, c-format5406msgid "Could not fetch %s"5407msgstr "không thể “%s” về"54085409#: builtin/fetch.c:10785410msgid ""5411"No remote repository specified. Please, specify either a URL or a\n"5412"remote name from which new revisions should be fetched."5413msgstr ""5414"Chưa chỉ ra kho chứa máy chủ. Xin hãy chỉ định hoặc là URL hoặc\n"5415"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ề)."54165417#: builtin/fetch.c:11015418msgid "You need to specify a tag name."5419msgstr "Bạn phải định rõ tên thẻ."54205421#: builtin/fetch.c:11435422msgid "--depth and --unshallow cannot be used together"5423msgstr "tùy chọn --depth và --unshallow không thể sử dụng cùng với nhau"54245425#: builtin/fetch.c:11455426msgid "--unshallow on a complete repository does not make sense"5427msgstr "--unshallow trên kho hoàn chỉnh là không hợp lý"54285429#: builtin/fetch.c:11685430msgid "fetch --all does not take a repository argument"5431msgstr "lệnh lấy về \"fetch --all\" không lấy đối số kho chứa"54325433#: builtin/fetch.c:11705434msgid "fetch --all does not make sense with refspecs"5435msgstr "lệnh lấy về \"fetch --all\" không hợp lý với refspecs"54365437#: builtin/fetch.c:11815438#, c-format5439msgid "No such remote or remote group: %s"5440msgstr "không có nhóm máy chủ hay máy chủ như thế: %s"54415442#: builtin/fetch.c:11895443msgid "Fetching a group and specifying refspecs does not make sense"5444msgstr "Việc lấy về cả một nhóm và chỉ định refspecs không hợp lý"54455446#: builtin/fmt-merge-msg.c:135447msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"5448msgstr ""5449"git fmt-merge-msg [-m <chú_thích>] [--log[=<n>]|--no-log] [--file <tập-tin>]"54505451#: builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665 builtin/grep.c:6985452#: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:1825453#: builtin/show-branch.c:657 builtin/show-ref.c:178 builtin/tag.c:5905454#: parse-options.h:132 parse-options.h:2395455msgid "n"5456msgstr "n"54575458#: builtin/fmt-merge-msg.c:6635459msgid "populate log with at most <n> entries from shortlog"5460msgstr "gắn nhật ký với ít nhất <n> mục từ lệnh “shortlog”"54615462#: builtin/fmt-merge-msg.c:6665463msgid "alias for --log (deprecated)"5464msgstr "bí danh cho --log (không được dùng)"54655466#: builtin/fmt-merge-msg.c:6695467msgid "text"5468msgstr "văn bản"54695470#: builtin/fmt-merge-msg.c:6705471msgid "use <text> as start of message"5472msgstr "dùng <văn bản thường> để bắt đầu ghi chú"54735474#: builtin/fmt-merge-msg.c:6715475msgid "file to read from"5476msgstr "tập tin để đọc dữ liệu từ đó"54775478#: builtin/for-each-ref.c:6765479msgid "unable to parse format"5480msgstr "không thể phân tích định dạng"54815482#: builtin/for-each-ref.c:10645483msgid "git for-each-ref [options] [<pattern>]"5484msgstr "git for-each-ref [các-tùy-chọn] [<mẫu>]"54855486#: builtin/for-each-ref.c:10795487msgid "quote placeholders suitably for shells"5488msgstr "trích dẫn để phù hợp cho hệ vỏ (shell)"54895490#: builtin/for-each-ref.c:10815491msgid "quote placeholders suitably for perl"5492msgstr "trích dẫn để phù hợp cho perl"54935494#: builtin/for-each-ref.c:10835495msgid "quote placeholders suitably for python"5496msgstr "trích dẫn để phù hợp cho python"54975498#: builtin/for-each-ref.c:10855499msgid "quote placeholders suitably for Tcl"5500msgstr "trích dẫn để phù hợp cho Tcl"55015502#: builtin/for-each-ref.c:10885503msgid "show only <n> matched refs"5504msgstr "hiển thị chỉ <n> tham chiếu khớp"55055506#: builtin/for-each-ref.c:1089 builtin/replace.c:4385507msgid "format"5508msgstr "định dạng"55095510#: builtin/for-each-ref.c:10895511msgid "format to use for the output"5512msgstr "định dạng sẽ dùng cho đầu ra"55135514#: builtin/for-each-ref.c:10905515msgid "key"5516msgstr "khóa"55175518#: builtin/for-each-ref.c:10915519msgid "field name to sort on"5520msgstr "tên trường cần sắp xếp"55215522#: builtin/fsck.c:147 builtin/prune.c:1365523msgid "Checking connectivity"5524msgstr "Đang kiểm tra kết nối"55255526#: builtin/fsck.c:5405527msgid "Checking object directories"5528msgstr "Đang kiểm tra các thư mục đối tượng"55295530#: builtin/fsck.c:6035531msgid "git fsck [options] [<object>...]"5532msgstr "git fsck [các-tùy-chọn] [<đối-tượng>…]"55335534#: builtin/fsck.c:6095535msgid "show unreachable objects"5536msgstr "hiển thị các đối tượng không thể đọc được"55375538#: builtin/fsck.c:6105539msgid "show dangling objects"5540msgstr "hiển thị các đối tượng không được quản lý"55415542#: builtin/fsck.c:6115543msgid "report tags"5544msgstr "báo cáo các thẻ"55455546#: builtin/fsck.c:6125547msgid "report root nodes"5548msgstr "báo cáo node gốc"55495550#: builtin/fsck.c:6135551msgid "make index objects head nodes"5552msgstr "tạo “index objects head nodes”"55535554#: builtin/fsck.c:6145555msgid "make reflogs head nodes (default)"5556msgstr "tạo “reflogs head nodes” (mặc định)"55575558#: builtin/fsck.c:6155559msgid "also consider packs and alternate objects"5560msgstr "cũng cân nhắc đến các đối tượng gói và thay thế"55615562#: builtin/fsck.c:6165563msgid "enable more strict checking"5564msgstr "cho phép kiểm tra hạn chế hơn"55655566#: builtin/fsck.c:6185567msgid "write dangling objects in .git/lost-found"5568msgstr "ghi các đối tượng không được quản lý trong .git/lost-found"55695570#: builtin/fsck.c:619 builtin/prune.c:1085571msgid "show progress"5572msgstr "hiển thị quá trình"55735574#: builtin/fsck.c:6695575msgid "Checking objects"5576msgstr "Đang kiểm tra các đối tượng"55775578#: builtin/gc.c:245579msgid "git gc [options]"5580msgstr "git gc [các-tùy-chọn]"55815582#: builtin/gc.c:795583#, c-format5584msgid "Invalid gc.pruneexpire: '%s'"5585msgstr "gc.pruneexpire không hợp lệ: “%s”"55865587#: builtin/gc.c:1075588#, c-format5589msgid "insanely long object directory %.*s"5590msgstr "thư mục đối tượng dài một cách điên rồ %.*s"55915592#: builtin/gc.c:2765593msgid "prune unreferenced objects"5594msgstr "xóa bỏ các đối tượng không được tham chiếu"55955596#: builtin/gc.c:2785597msgid "be more thorough (increased runtime)"5598msgstr "cẩn thận hơn nữa (tăng thời gian chạy)"55995600#: builtin/gc.c:2795601msgid "enable auto-gc mode"5602msgstr "bật chế độ auto-gc"56035604#: builtin/gc.c:2805605msgid "force running gc even if there may be another gc running"5606msgstr "buộc gc chạy ngay cả khi có tiến trình gc khác đang chạy"56075608#: builtin/gc.c:3215609#, c-format5610msgid "Auto packing the repository in background for optimum performance.\n"5611msgstr ""5612"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 "5613"việc.\n"56145615#: builtin/gc.c:3235616#, c-format5617msgid "Auto packing the repository for optimum performance.\n"5618msgstr "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"56195620#: builtin/gc.c:3245621#, c-format5622msgid "See \"git help gc\" for manual housekeeping.\n"5623msgstr "Xem \"git help gc\" để có hướng dẫn cụ thể về cách dọn dẹp kho git.\n"56245625#: builtin/gc.c:3425626#, c-format5627msgid ""5628"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5629msgstr ""5630"gc đang được thực hiện trên máy “%s” pid %<PRIuMAX> (dùng --force nếu không "5631"phải thế)"56325633#: builtin/gc.c:3645634msgid ""5635"There are too many unreachable loose objects; run 'git prune' to remove them."5636msgstr ""5637"Có quá nhiều đối tượng tự do không được dùng đến; hãy chạy lệnh “git prune” "5638"để xóa bỏ chúng đi."56395640#: builtin/grep.c:235641msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5642msgstr "git grep [các-tùy-chọn] [-e] <mẫu> [<rev>…] [[--] <đường-dẫn>…]"56435644#: builtin/grep.c:2185645#, c-format5646msgid "grep: failed to create thread: %s"5647msgstr "grep: gặp lỗi tạo tuyến (thread): %s"56485649#: builtin/grep.c:441 builtin/grep.c:4765650#, c-format5651msgid "unable to read tree (%s)"5652msgstr "không thể đọc cây (%s)"56535654#: builtin/grep.c:4915655#, c-format5656msgid "unable to grep from object of type %s"5657msgstr "không thể thực hiện lệnh grep (lọc tìm) từ đối tượng thuộc kiểu %s"56585659#: builtin/grep.c:5475660#, c-format5661msgid "switch `%c' expects a numerical value"5662msgstr "chuyển đến “%c” cần một giá trị bằng số"56635664#: builtin/grep.c:5645665#, c-format5666msgid "cannot open '%s'"5667msgstr "không mở được “%s”"56685669#: builtin/grep.c:6385670msgid "search in index instead of in the work tree"5671msgstr "tìm trong bảng mục lục thay vì trong cây làm việc"56725673#: builtin/grep.c:6405674msgid "find in contents not managed by git"5675msgstr "tìm trong nội dung không được quản lý bởi git"56765677#: builtin/grep.c:6425678msgid "search in both tracked and untracked files"5679msgstr "tìm kiếm các tập tin được và chưa được theo dõi dấu vết"56805681#: builtin/grep.c:6445682msgid "search also in ignored files"5683msgstr "tìm cả trong các tập tin đã bị lờ đi"56845685#: builtin/grep.c:6475686msgid "show non-matching lines"5687msgstr "hiển thị những dòng không khớp với mẫu"56885689#: builtin/grep.c:6495690msgid "case insensitive matching"5691msgstr "phân biệt HOA/thường"56925693#: builtin/grep.c:6515694msgid "match patterns only at word boundaries"5695msgstr "chỉ khớp mẫu tại đường ranh giới từ"56965697#: builtin/grep.c:6535698msgid "process binary files as text"5699msgstr "xử lý tập tin nhị phân như là dạng văn bản thường"57005701#: builtin/grep.c:6555702msgid "don't match patterns in binary files"5703msgstr "không khớp mẫu trong các tập tin nhị phân"57045705#: builtin/grep.c:6585706msgid "process binary files with textconv filters"5707msgstr "xử lý tập tin nhị phân với các bộ lọc “textconv”"57085709#: builtin/grep.c:6605710msgid "descend at most <depth> levels"5711msgstr "giảm xuống ít nhất mức <sâu>"57125713#: builtin/grep.c:6645714msgid "use extended POSIX regular expressions"5715msgstr "dùng biểu thức chính qui POSIX có mở rộng"57165717#: builtin/grep.c:6675718msgid "use basic POSIX regular expressions (default)"5719msgstr "sử dụng biểu thức chính quy kiểu POSIX (mặc định)"57205721#: builtin/grep.c:6705722msgid "interpret patterns as fixed strings"5723msgstr "diễn dịch các mẫu như là chuỗi cố định"57245725#: builtin/grep.c:6735726msgid "use Perl-compatible regular expressions"5727msgstr "sử dụng biểu thức chính quy tương thích Perl"57285729#: builtin/grep.c:6765730msgid "show line numbers"5731msgstr "hiển thị số của dòng"57325733#: builtin/grep.c:6775734msgid "don't show filenames"5735msgstr "không hiển thị tên tập tin"57365737#: builtin/grep.c:6785738msgid "show filenames"5739msgstr "hiển thị các tên tập tin"57405741#: builtin/grep.c:6805742msgid "show filenames relative to top directory"5743msgstr "hiển thị tên tập tin tương đối với thư mục đỉnh (top)"57445745#: builtin/grep.c:6825746msgid "show only filenames instead of matching lines"5747msgstr "chỉ hiển thị tên tập tin thay vì những dòng khớp với mẫu"57485749#: builtin/grep.c:6845750msgid "synonym for --files-with-matches"5751msgstr "đồng nghĩa với --files-with-matches"57525753#: builtin/grep.c:6875754msgid "show only the names of files without match"5755msgstr "chỉ hiển thị tên cho những tập tin không khớp với mẫu"57565757#: builtin/grep.c:6895758msgid "print NUL after filenames"5759msgstr "thêm NUL vào sau tên tập tin"57605761#: builtin/grep.c:6915762msgid "show the number of matches instead of matching lines"5763msgstr "hiển thị số lượng khớp thay vì những dòng khớp với mẫu"57645765#: builtin/grep.c:6925766msgid "highlight matches"5767msgstr "tô sáng phần khớp mẫu"57685769#: builtin/grep.c:6945770msgid "print empty line between matches from different files"5771msgstr "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"57725773#: builtin/grep.c:6965774msgid "show filename only once above matches from same file"5775msgstr ""5776"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"57775778#: builtin/grep.c:6995779msgid "show <n> context lines before and after matches"5780msgstr "hiển thị <n> dòng nội dung phía trước và sau các lần khớp"57815782#: builtin/grep.c:7025783msgid "show <n> context lines before matches"5784msgstr "hiển thị <n> dòng nội dung trước khớp"57855786#: builtin/grep.c:7045787msgid "show <n> context lines after matches"5788msgstr "hiển thị <n> dòng nội dung sau khớp"57895790#: builtin/grep.c:7055791msgid "shortcut for -C NUM"5792msgstr "dạng viết tắt của -C SỐ"57935794#: builtin/grep.c:7085795msgid "show a line with the function name before matches"5796msgstr "hiển thị dòng vói tên hàm trước các lần khớp"57975798#: builtin/grep.c:7105799msgid "show the surrounding function"5800msgstr "hiển thị hàm bao quanh"58015802#: builtin/grep.c:7135803msgid "read patterns from file"5804msgstr "đọc mẫu từ tập-tin"58055806#: builtin/grep.c:7155807msgid "match <pattern>"5808msgstr "match <mẫu>"58095810#: builtin/grep.c:7175811msgid "combine patterns specified with -e"5812msgstr "tổ hợp mẫu được chỉ ra với tùy chọn -e"58135814#: builtin/grep.c:7295815msgid "indicate hit with exit status without output"5816msgstr "đưa ra gợi ý với trạng thái thoát mà không có kết xuất"58175818#: builtin/grep.c:7315819msgid "show only matches from files that match all patterns"5820msgstr "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"58215822#: builtin/grep.c:7335823msgid "show parse tree for grep expression"5824msgstr "hiển thị cây phân tích cú pháp cho biểu thức “grep” (tìm kiếm)"58255826#: builtin/grep.c:7375827msgid "pager"5828msgstr "dàn trang"58295830#: builtin/grep.c:7375831msgid "show matching files in the pager"5832msgstr "hiển thị các tập tin khớp trong trang giấy"58335834#: builtin/grep.c:7405835msgid "allow calling of grep(1) (ignored by this build)"5836msgstr "cho phép gọi grep(1) (bị bỏ qua bởi lần dịch này)"58375838#: builtin/grep.c:741 builtin/show-ref.c:1875839msgid "show usage"5840msgstr "hiển thị cách dùng"58415842#: builtin/grep.c:8085843msgid "no pattern given."5844msgstr "chưa chỉ ra mẫu."58455846#: builtin/grep.c:8665847msgid "--open-files-in-pager only works on the worktree"5848msgstr "--open-files-in-pager chỉ làm việc trên cây-làm-việc"58495850#: builtin/grep.c:8925851msgid "--cached or --untracked cannot be used with --no-index."5852msgstr "--cached hay --untracked không được sử dụng với --no-index."58535854#: builtin/grep.c:8975855msgid "--no-index or --untracked cannot be used with revs."5856msgstr ""5857"--no-index hay --untracked không được sử dụng cùng với các tùy chọn liên "5858"quan đến revs."58595860#: builtin/grep.c:9005861msgid "--[no-]exclude-standard cannot be used for tracked contents."5862msgstr "--[no-]exclude-standard không thể sử dụng cho nội dung lưu dấu vết."58635864#: builtin/grep.c:9085865msgid "both --cached and trees are given."5866msgstr "cả hai --cached và các cây phải được chỉ ra."58675868#: builtin/hash-object.c:825869msgid ""5870"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5871"<file>..."5872msgstr ""5873"git hash-object [-t <kiểu>] [-w] [--path=<tập-tin>|--no-filters] [--stdin] "5874"[--] <tập-tin>…"58755876#: builtin/hash-object.c:835877msgid "git hash-object --stdin-paths < <list-of-paths>"5878msgstr "git hash-object --stdin-paths < <danh-sách-đường-dẫn>"58795880#: builtin/hash-object.c:94 builtin/tag.c:6105881msgid "type"5882msgstr "kiểu"58835884#: builtin/hash-object.c:945885msgid "object type"5886msgstr "kiểu đối tượng"58875888#: builtin/hash-object.c:955889msgid "write the object into the object database"5890msgstr "ghi đối tượng vào dữ liệu đối tượng"58915892#: builtin/hash-object.c:975893msgid "read the object from stdin"5894msgstr "đọc đối tượng từ đầu vào tiêu chuẩn stdin"58955896#: builtin/hash-object.c:995897msgid "store file as is without filters"5898msgstr "lưu các tập tin mà nó không có các bộ lọc"58995900#: builtin/hash-object.c:1005901msgid ""5902"just hash any random garbage to create corrupt objects for debugging Git"5903msgstr "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"59045905#: builtin/hash-object.c:1015906msgid "process file as it were from this path"5907msgstr "xử lý tập tin như là nó đang ở thư mục này"59085909#: builtin/help.c:415910msgid "print all available commands"5911msgstr "hiển thị danh sách các câu lệnh người dùng có thể sử dụng"59125913#: builtin/help.c:425914msgid "print list of useful guides"5915msgstr "hiển thị danh sách các hướng dẫn hữu dụng"59165917#: builtin/help.c:435918msgid "show man page"5919msgstr "hiển thị trang man"59205921#: builtin/help.c:445922msgid "show manual in web browser"5923msgstr "hiển thị hướng dẫn sử dụng trong trình duyệt web"59245925#: builtin/help.c:465926msgid "show info page"5927msgstr "hiện trang info"59285929#: builtin/help.c:525930msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5931msgstr "git help [--all] [--guides] [--man|--web|--info] [lệnh]"59325933#: builtin/help.c:645934#, c-format5935msgid "unrecognized help format '%s'"5936msgstr "không nhận ra định dạng trợ giúp “%s”"59375938#: builtin/help.c:915939msgid "Failed to start emacsclient."5940msgstr "Gặp lỗi khi khởi chạy emacsclient."59415942#: builtin/help.c:1045943msgid "Failed to parse emacsclient version."5944msgstr "Gặp lỗi khi phân tích phiên bản emacsclient."59455946#: builtin/help.c:1125947#, c-format5948msgid "emacsclient version '%d' too old (< 22)."5949msgstr "phiên bản của emacsclient “%d” quá cũ (< 22)."59505951#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:1755952#, c-format5953msgid "failed to exec '%s': %s"5954msgstr "gặp lỗi khi thực thi “%s”: %s"59555956#: builtin/help.c:2155957#, c-format5958msgid ""5959"'%s': path for unsupported man viewer.\n"5960"Please consider using 'man.<tool>.cmd' instead."5961msgstr ""5962"“%s”: đường dẫn không hỗ trợ bộ trình chiếu man.\n"5963"Hãy cân nhắc đến việc sử dụng “man.<tool>.cmd” để thay thế."59645965#: builtin/help.c:2275966#, c-format5967msgid ""5968"'%s': cmd for supported man viewer.\n"5969"Please consider using 'man.<tool>.path' instead."5970msgstr ""5971"“%s”: cmd (lệnh) hỗ trợ bộ trình chiếu man.\n"5972"Hãy cân nhắc đến việc sử dụng “man.<tool>.path” để thay thế."59735974#: builtin/help.c:3545975#, c-format5976msgid "'%s': unknown man viewer."5977msgstr "“%s”: không rõ chương trình xem man."59785979#: builtin/help.c:3715980msgid "no man viewer handled the request"5981msgstr "không có trình xem trợ giúp dạng manpage tiếp hợp với yêu cầu"59825983#: builtin/help.c:3795984msgid "no info viewer handled the request"5985msgstr "không có trình xem trợ giúp dạng info tiếp hợp với yêu cầu"59865987#: builtin/help.c:4285988msgid "Defining attributes per path"5989msgstr "Định nghĩa các thuộc tính cho mỗi đường dẫn"59905991#: builtin/help.c:4295992msgid "Everyday Git With 20 Commands Or So"5993msgstr "Mỗi ngày học 20 lệnh Git hay hơn"59945995#: builtin/help.c:4305996msgid "A Git glossary"5997msgstr "Thuật ngữ chuyên môn Git"59985999#: builtin/help.c:4316000msgid "Specifies intentionally untracked files to ignore"6001msgstr "Chỉ định các tập tin không cần theo dõi"60026003#: builtin/help.c:4326004msgid "Defining submodule properties"6005msgstr "Định nghĩa thuộc tính mô-đun-con"60066007#: builtin/help.c:4336008msgid "Specifying revisions and ranges for Git"6009msgstr "Chỉ định điểm xét duyệt và vùng cho Git"60106011#: builtin/help.c:4346012msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"6013msgstr "Hướng dẫn cách dùng Git ở mức cơ bản (bản 1.5.1 hay mới hơn)"60146015#: builtin/help.c:4356016msgid "An overview of recommended workflows with Git"6017msgstr "Tổng quan về luồng công việc khuyến nghị nên dùng với Git."60186019#: builtin/help.c:4476020msgid "The common Git guides are:\n"6021msgstr "Các chỉ dẫn chung về cách dùng Git là:\n"60226023#: builtin/help.c:468 builtin/help.c:4856024#, c-format6025msgid "usage: %s%s"6026msgstr "cách dùng: %s%s"60276028#: builtin/help.c:5016029#, c-format6030msgid "`git %s' is aliased to `%s'"6031msgstr "“git %s” được đặt bí danh thành “%s”"60326033#: builtin/index-pack.c:1506034#, c-format6035msgid "unable to open %s"6036msgstr "không thể mở %s"60376038#: builtin/index-pack.c:2006039#, c-format6040msgid "object type mismatch at %s"6041msgstr "kiểu đối tượng không khớp tại %s"60426043#: builtin/index-pack.c:2206044#, c-format6045msgid "did not receive expected object %s"6046msgstr "Không thể lấy về đối tượng cần %s"60476048#: builtin/index-pack.c:2236049#, c-format6050msgid "object %s: expected type %s, found %s"6051msgstr "đối tượng %s: cần kiểu %s nhưng lại nhận được %s"60526053#: builtin/index-pack.c:2656054#, c-format6055msgid "cannot fill %d byte"6056msgid_plural "cannot fill %d bytes"6057msgstr[0] "không thể điền thêm vào %d byte"60586059#: builtin/index-pack.c:2756060msgid "early EOF"6061msgstr "gặp kết thúc tập tin EOF quá sớm"60626063#: builtin/index-pack.c:2766064msgid "read error on input"6065msgstr "lỗi đọc ở đầu vào"60666067#: builtin/index-pack.c:2886068msgid "used more bytes than were available"6069msgstr "sử dụng nhiều hơn số lượng byte mà nó sẵn có"60706071#: builtin/index-pack.c:2956072msgid "pack too large for current definition of off_t"6073msgstr "gói quá lớn so với định nghĩa hiện tại của kiểu off_t"60746075#: builtin/index-pack.c:3116076#, c-format6077msgid "unable to create '%s'"6078msgstr "không thể tạo “%s”"60796080#: builtin/index-pack.c:3166081#, c-format6082msgid "cannot open packfile '%s'"6083msgstr "không thể mở packfile “%s”"60846085#: builtin/index-pack.c:3306086msgid "pack signature mismatch"6087msgstr "chữ ký cho gói không khớp"60886089#: builtin/index-pack.c:3326090#, c-format6091msgid "pack version %<PRIu32> unsupported"6092msgstr "không hỗ trợ phiên bản gói %<PRIu32>"60936094#: builtin/index-pack.c:3506095#, c-format6096msgid "pack has bad object at offset %lu: %s"6097msgstr "gói có đối tượng sai khoảng bù (offset) %lu: %s"60986099#: builtin/index-pack.c:4716100#, c-format6101msgid "inflate returned %d"6102msgstr "xả nén trả về %d"61036104#: builtin/index-pack.c:5206105msgid "offset value overflow for delta base object"6106msgstr "tràn giá trị khoảng bù cho đối tượng delta cơ sở"61076108#: builtin/index-pack.c:5286109msgid "delta base offset is out of bound"6110msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm vi"61116112#: builtin/index-pack.c:5366113#, c-format6114msgid "unknown object type %d"6115msgstr "không hiểu kiểu đối tượng %d"61166117#: builtin/index-pack.c:5676118msgid "cannot pread pack file"6119msgstr "không thể chạy hàm pread cho tập tin gói"61206121#: builtin/index-pack.c:5696122#, c-format6123msgid "premature end of pack file, %lu byte missing"6124msgid_plural "premature end of pack file, %lu bytes missing"6125msgstr[0] "tập tin gói bị kết thúc sớm, thiếu %lu byte"61266127#: builtin/index-pack.c:5956128msgid "serious inflate inconsistency"6129msgstr "sự mâu thuẫn xả nén nghiêm trọng"61306131#: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:7156132#: builtin/index-pack.c:749 builtin/index-pack.c:7586133#, c-format6134msgid "SHA1 COLLISION FOUND WITH %s !"6135msgstr "SỰ VA CHẠM SHA1 ĐÃ XẢY RA VỚI %s!"61366137#: builtin/index-pack.c:689 builtin/pack-objects.c:1646138#: builtin/pack-objects.c:2566139#, c-format6140msgid "unable to read %s"6141msgstr "không thể đọc %s"61426143#: builtin/index-pack.c:7556144#, c-format6145msgid "cannot read existing object %s"6146msgstr "không thể đọc đối tượng đã tồn tại %s"61476148#: builtin/index-pack.c:7696149#, c-format6150msgid "invalid blob object %s"6151msgstr "đối tượng blob không hợp lệ %s"61526153#: builtin/index-pack.c:7836154#, c-format6155msgid "invalid %s"6156msgstr "%s không hợp lệ"61576158#: builtin/index-pack.c:7876159msgid "Error in object"6160msgstr "Lỗi trong đối tượng"61616162#: builtin/index-pack.c:7896163#, c-format6164msgid "Not all child objects of %s are reachable"6165msgstr "Không phải tất cả các đối tượng con của %s là có thể với tới được"61666167#: builtin/index-pack.c:861 builtin/index-pack.c:8906168msgid "failed to apply delta"6169msgstr "gặp lỗi khi áp dụng delta"61706171#: builtin/index-pack.c:10556172msgid "Receiving objects"6173msgstr "Đang nhận về các đối tượng"61746175#: builtin/index-pack.c:10556176msgid "Indexing objects"6177msgstr "Các đối tượng bảng mục lục"61786179#: builtin/index-pack.c:10816180msgid "pack is corrupted (SHA1 mismatch)"6181msgstr "gói bị sai hỏng (SHA1 không khớp)"61826183#: builtin/index-pack.c:10866184msgid "cannot fstat packfile"6185msgstr "không thể lấy thông tin thống kê packfile"61866187#: builtin/index-pack.c:10896188msgid "pack has junk at the end"6189msgstr "pack có phần thừa ở cuối"61906191#: builtin/index-pack.c:11006192msgid "confusion beyond insanity in parse_pack_objects()"6193msgstr "lộn xộn hơn cả điên rồ khi chạy hàm parse_pack_objects()"61946195#: builtin/index-pack.c:11236196msgid "Resolving deltas"6197msgstr "Đang phân giải các delta"61986199#: builtin/index-pack.c:11336200#, c-format6201msgid "unable to create thread: %s"6202msgstr "không thể tạo tuyến: %s"62036204#: builtin/index-pack.c:11756205msgid "confusion beyond insanity"6206msgstr "lộn xộn hơn cả điên rồ"62076208#: builtin/index-pack.c:11816209#, c-format6210msgid "completed with %d local objects"6211msgstr "đầy đủ với %d đối tượng nội bộ"62126213#: builtin/index-pack.c:11916214#, c-format6215msgid "Unexpected tail checksum for %s (disk corruption?)"6216msgstr "Tổng kiểm tra tail không như mong đợi cho %s (đĩa hỏng?)"62176218#: builtin/index-pack.c:11956219#, c-format6220msgid "pack has %d unresolved delta"6221msgid_plural "pack has %d unresolved deltas"6222msgstr[0] "gói có %d delta chưa được giải quyết"62236224#: builtin/index-pack.c:12206225#, c-format6226msgid "unable to deflate appended object (%d)"6227msgstr "không thể xả nén đối tượng nối thêm (%d)"62286229#: builtin/index-pack.c:12996230#, c-format6231msgid "local object %s is corrupt"6232msgstr "đối tượng nội bộ %s bị hỏng"62336234#: builtin/index-pack.c:13236235msgid "error while closing pack file"6236msgstr "gặp lỗi trong khi đóng tập tin gói"62376238#: builtin/index-pack.c:13366239#, c-format6240msgid "cannot write keep file '%s'"6241msgstr "không thể ghi tập tin giữ lại “%s”"62426243#: builtin/index-pack.c:13446244#, c-format6245msgid "cannot close written keep file '%s'"6246msgstr "không thể đóng tập tin giữ lại đã được ghi “%s”"62476248#: builtin/index-pack.c:13576249msgid "cannot store pack file"6250msgstr "không thể lưu tập tin gói"62516252#: builtin/index-pack.c:13686253msgid "cannot store index file"6254msgstr "không thể lưu trữ tập tin ghi mục lục"62556256#: builtin/index-pack.c:14016257#, c-format6258msgid "bad pack.indexversion=%<PRIu32>"6259msgstr "sai pack.indexversion=%<PRIu32>"62606261#: builtin/index-pack.c:14076262#, c-format6263msgid "invalid number of threads specified (%d)"6264msgstr "số tuyến chỉ ra không hợp lệ (%d)"62656266#: builtin/index-pack.c:1411 builtin/index-pack.c:15906267#, c-format6268msgid "no threads support, ignoring %s"6269msgstr "không hỗ trợ đa tuyến, bỏ qua %s"62706271#: builtin/index-pack.c:14696272#, c-format6273msgid "Cannot open existing pack file '%s'"6274msgstr "Không thể mở tập tin gói đã sẵn có “%s”"62756276#: builtin/index-pack.c:14716277#, c-format6278msgid "Cannot open existing pack idx file for '%s'"6279msgstr "Không thể mở tập tin idx của gói cho “%s”"62806281#: builtin/index-pack.c:15186282#, c-format6283msgid "non delta: %d object"6284msgid_plural "non delta: %d objects"6285msgstr[0] "không delta: %d đối tượng"62866287#: builtin/index-pack.c:15256288#, c-format6289msgid "chain length = %d: %lu object"6290msgid_plural "chain length = %d: %lu objects"6291msgstr[0] "chiều dài xích = %d: %lu đối tượng"62926293#: builtin/index-pack.c:15546294msgid "Cannot come back to cwd"6295msgstr "Không thể quay lại cwd"62966297#: builtin/index-pack.c:1602 builtin/index-pack.c:16056298#: builtin/index-pack.c:1617 builtin/index-pack.c:16216299#, c-format6300msgid "bad %s"6301msgstr "%s sai"63026303#: builtin/index-pack.c:16356304msgid "--fix-thin cannot be used without --stdin"6305msgstr "--fix-thin không thể được dùng mà không có --stdin"63066307#: builtin/index-pack.c:1639 builtin/index-pack.c:16486308#, c-format6309msgid "packfile name '%s' does not end with '.pack'"6310msgstr "tên tập tin tập tin gói “%s” không được kết thúc bằng đuôi “.pack”"63116312#: builtin/index-pack.c:16566313msgid "--verify with no packfile name given"6314msgstr "dùng tùy chọn --verify mà không đưa ra tên packfile"63156316#: builtin/init-db.c:356317#, c-format6318msgid "Could not make %s writable by group"6319msgstr "Không thể làm %s được ghi bởi nhóm"63206321#: builtin/init-db.c:626322#, c-format6323msgid "insanely long template name %s"6324msgstr "tên mẫu dài một cách điên rồ %s"63256326#: builtin/init-db.c:676327#, c-format6328msgid "cannot stat '%s'"6329msgstr "không thể lấy thông tin thống kê về “%s”"63306331#: builtin/init-db.c:736332#, c-format6333msgid "cannot stat template '%s'"6334msgstr "không thể lấy thông tin thống kê về mẫu “%s”"63356336#: builtin/init-db.c:806337#, c-format6338msgid "cannot opendir '%s'"6339msgstr "không thể opendir() “%s”"63406341#: builtin/init-db.c:976342#, c-format6343msgid "cannot readlink '%s'"6344msgstr "không thể readlink “%s”"63456346#: builtin/init-db.c:996347#, c-format6348msgid "insanely long symlink %s"6349msgstr "liên kết mềm dài một cách điên rồ %s"63506351#: builtin/init-db.c:1026352#, c-format6353msgid "cannot symlink '%s' '%s'"6354msgstr "không thể tạo liên kết mềm (symlink) “%s” “%s”"63556356#: builtin/init-db.c:1066357#, c-format6358msgid "cannot copy '%s' to '%s'"6359msgstr "không thể sao chép “%s” sang “%s”"63606361#: builtin/init-db.c:1106362#, c-format6363msgid "ignoring template %s"6364msgstr "đang lờ đi mẫu “%s”"63656366#: builtin/init-db.c:1366367#, c-format6368msgid "insanely long template path %s"6369msgstr "đường dẫn mẫu “%s” dài một cách điên rồ"63706371#: builtin/init-db.c:1446372#, c-format6373msgid "templates not found %s"6374msgstr "các mẫu không được tìm thấy %s"63756376#: builtin/init-db.c:1576377#, c-format6378msgid "not copying templates of a wrong format version %d from '%s'"6379msgstr "không sao chép các mẫu của phiên bản sai định dạng %d từ “%s”"63806381#: builtin/init-db.c:1976382#, c-format6383msgid "insane git directory %s"6384msgstr "thư mục git điên rồ %s"63856386#: builtin/init-db.c:331 builtin/init-db.c:3346387#, c-format6388msgid "%s already exists"6389msgstr "%s đã có từ trước rồi"63906391#: builtin/init-db.c:3636392#, c-format6393msgid "unable to handle file type %d"6394msgstr "không thể xử lý (handle) tập tin kiểu %d"63956396#: builtin/init-db.c:3666397#, c-format6398msgid "unable to move %s to %s"6399msgstr "không di chuyển được %s vào %s"64006401#. TRANSLATORS: The first '%s' is either "Reinitialized6402#. existing" or "Initialized empty", the second " shared" or6403#. "", and the last '%s%s' is the verbatim directory name.6404#: builtin/init-db.c:4266405#, c-format6406msgid "%s%s Git repository in %s%s\n"6407msgstr "%s%s kho Git trong %s%s\n"64086409#: builtin/init-db.c:4276410msgid "Reinitialized existing"6411msgstr "Khởi tạo lại đã sẵn có rồi"64126413#: builtin/init-db.c:4276414msgid "Initialized empty"6415msgstr "Khởi tạo trống rỗng"64166417#: builtin/init-db.c:4286418msgid " shared"6419msgstr " đã chia sẻ"64206421#: builtin/init-db.c:4756422msgid ""6423"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"6424"shared[=<permissions>]] [directory]"6425msgstr ""6426"git init [-q | --quiet] [--bare] [--template=<thư-mục-tạm>] [--shared[=<các-"6427"quyền>]] [thư-mục]"64286429#: builtin/init-db.c:4986430msgid "permissions"6431msgstr "các quyền"64326433#: builtin/init-db.c:4996434msgid "specify that the git repository is to be shared amongst several users"6435msgstr "chỉ ra cái mà kho git được chia sẻ giữa nhiều người dùng"64366437#: builtin/init-db.c:501 builtin/prune-packed.c:57 builtin/repack.c:1716438msgid "be quiet"6439msgstr "im lặng"64406441#: builtin/init-db.c:533 builtin/init-db.c:5386442#, c-format6443msgid "cannot mkdir %s"6444msgstr "không thể mkdir (tạo thư mục): %s"64456446#: builtin/init-db.c:5426447#, c-format6448msgid "cannot chdir to %s"6449msgstr "không thể chdir (chuyển đổi thư mục) sang %s"64506451#: builtin/init-db.c:5636452#, c-format6453msgid ""6454"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6455"dir=<directory>)"6456msgstr ""6457"%s (hoặc --work-tree=<thư-mục>) không cho phép không chỉ định %s (hoặc --git-"6458"dir=<thư-mục>)"64596460#: builtin/init-db.c:5916461#, c-format6462msgid "Cannot access work tree '%s'"6463msgstr "không thể truy cập cây (tree) làm việc “%s”"64646465#: builtin/interpret-trailers.c:156466msgid ""6467"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "6468"[<file>...]"6469msgstr ""6470"git interpret-trailers [--trim-empty] [(--trailer <thẻ>[(=|:)<giá-trị>])…] "6471"[<tập-tin>…]"64726473#: builtin/interpret-trailers.c:256474msgid "trim empty trailers"6475msgstr "bộ dò vết cắt bỏ phần trống rỗng"64766477#: builtin/interpret-trailers.c:266478msgid "trailer"6479msgstr "bộ dò vết"64806481#: builtin/interpret-trailers.c:276482msgid "trailer(s) to add"6483msgstr "bộ dò vết cần thêm"64846485#: builtin/log.c:416486msgid "git log [<options>] [<revision range>] [[--] <path>...]"6487msgstr "git log [<các-tùy-chọn>] [<vùng xem xét>] [[--] <đường-dẫn>…]"64886489#: builtin/log.c:426490msgid "git show [options] <object>..."6491msgstr "git show [các-tùy-chọn] <đối-tượng>…"64926493#: builtin/log.c:816494#, c-format6495msgid "invalid --decorate option: %s"6496msgstr "tùy chọn--decorate không hợp lệ: %s"64976498#: builtin/log.c:1276499msgid "suppress diff output"6500msgstr "chặn mọi kết xuất từ diff"65016502#: builtin/log.c:1286503msgid "show source"6504msgstr "hiển thị mã nguồn"65056506#: builtin/log.c:1296507msgid "Use mail map file"6508msgstr "Sử dụng tập tin ánh xạ thư"65096510#: builtin/log.c:1306511msgid "decorate options"6512msgstr "các tùy chọn trang trí"65136514#: builtin/log.c:1336515msgid "Process line range n,m in file, counting from 1"6516msgstr "Xử lý chỉ dòng vùng n,m trong tập tin, tính từ 1"65176518#: builtin/log.c:2296519#, c-format6520msgid "Final output: %d %s\n"6521msgstr "Kết xuất cuối cùng: %d %s\n"65226523#: builtin/log.c:4586524#, c-format6525msgid "git show %s: bad file"6526msgstr "git show %s: sai tập tin"65276528#: builtin/log.c:472 builtin/log.c:5646529#, c-format6530msgid "Could not read object %s"6531msgstr "Không thể đọc đối tượng %s"65326533#: builtin/log.c:5886534#, c-format6535msgid "Unknown type: %d"6536msgstr "Không nhận ra kiểu: %d"65376538#: builtin/log.c:6896539msgid "format.headers without value"6540msgstr "format.headers không có giá trị cụ thể"65416542#: builtin/log.c:7736543msgid "name of output directory is too long"6544msgstr "tên của thư mục kết xuất quá dài"65456546#: builtin/log.c:7896547#, c-format6548msgid "Cannot open patch file %s"6549msgstr "Không thể mở tập tin miếng vá: %s"65506551#: builtin/log.c:8036552msgid "Need exactly one range."6553msgstr "Cần chính xác một vùng."65546555#: builtin/log.c:8116556msgid "Not a range."6557msgstr "Không phải là một vùng."65586559#: builtin/log.c:9196560msgid "Cover letter needs email format"6561msgstr "“Cover letter” cần cho định dạng thư"65626563#: builtin/log.c:9986564#, c-format6565msgid "insane in-reply-to: %s"6566msgstr "in-reply-to điên rồ: %s"65676568#: builtin/log.c:10266569msgid "git format-patch [options] [<since> | <revision range>]"6570msgstr "git format-patch [các-tùy-chọn] [<kể-từ> | <vùng-xem-xét>]"65716572#: builtin/log.c:10716573msgid "Two output directories?"6574msgstr "Hai thư mục kết xuất?"65756576#: builtin/log.c:11866577msgid "use [PATCH n/m] even with a single patch"6578msgstr "dùng [PATCH n/m] ngay cả với miếng vá đơn"65796580#: builtin/log.c:11896581msgid "use [PATCH] even with multiple patches"6582msgstr "dùng [VÁ] ngay cả với các miếng vá phức tạp"65836584#: builtin/log.c:11936585msgid "print patches to standard out"6586msgstr "hiển thị miếng vá ra đầu ra chuẩn"65876588#: builtin/log.c:11956589msgid "generate a cover letter"6590msgstr "tạo bì thư"65916592#: builtin/log.c:11976593msgid "use simple number sequence for output file names"6594msgstr "sử dụng chỗi dãy số dạng đơn giản cho tên tập-tin xuất ra"65956596#: builtin/log.c:11986597msgid "sfx"6598msgstr "sfx"65996600#: builtin/log.c:11996601msgid "use <sfx> instead of '.patch'"6602msgstr "sử dụng <sfx> thay cho “.patch”"66036604#: builtin/log.c:12016605msgid "start numbering patches at <n> instead of 1"6606msgstr "bắt đầu đánh số miếng vá từ <n> thay vì 1"66076608#: builtin/log.c:12036609msgid "mark the series as Nth re-roll"6610msgstr "đánh dấu chuỗi nối tiếp dạng thứ-N re-roll"66116612#: builtin/log.c:12056613msgid "Use [<prefix>] instead of [PATCH]"6614msgstr "Dùng [<tiền-tố>] thay cho [VÁ]"66156616#: builtin/log.c:12086617msgid "store resulting files in <dir>"6618msgstr "lưu các tập tin kết quả trong <t.mục>"66196620#: builtin/log.c:12116621msgid "don't strip/add [PATCH]"6622msgstr "không strip/add [VÁ]"66236624#: builtin/log.c:12146625msgid "don't output binary diffs"6626msgstr "không kết xuất diff (những khác biệt) nhị phân"66276628#: builtin/log.c:12166629msgid "don't include a patch matching a commit upstream"6630msgstr "không bao gồm miếng vá khớp với một lần chuyển giao thượng nguồn"66316632#: builtin/log.c:12186633msgid "show patch format instead of default (patch + stat)"6634msgstr "hiển thị định dạng miếng vá thay vì mặc định (miếng vá + thống kê)"66356636#: builtin/log.c:12206637msgid "Messaging"6638msgstr "Lời nhắn"66396640#: builtin/log.c:12216641msgid "header"6642msgstr "đầu đề thư"66436644#: builtin/log.c:12226645msgid "add email header"6646msgstr "thêm đầu đề thư"66476648#: builtin/log.c:1223 builtin/log.c:12256649msgid "email"6650msgstr "thư điện tử"66516652#: builtin/log.c:12236653msgid "add To: header"6654msgstr "thêm To: đầu đề thư"66556656#: builtin/log.c:12256657msgid "add Cc: header"6658msgstr "thêm Cc: đầu đề thư"66596660#: builtin/log.c:12276661msgid "ident"6662msgstr "thụt lề"66636664#: builtin/log.c:12286665msgid "set From address to <ident> (or committer ident if absent)"6666msgstr ""6667"đặt “Địa chỉ gửi” thành <thụ lề> (hoặc thụt lề người commit nếu bỏ quên)"66686669#: builtin/log.c:12306670msgid "message-id"6671msgstr "message-id"66726673#: builtin/log.c:12316674msgid "make first mail a reply to <message-id>"6675msgstr "dùng thư đầu tiên để trả lời <message-id>"66766677#: builtin/log.c:1232 builtin/log.c:12356678msgid "boundary"6679msgstr "ranh giới"66806681#: builtin/log.c:12336682msgid "attach the patch"6683msgstr "đính kèm miếng vá"66846685#: builtin/log.c:12366686msgid "inline the patch"6687msgstr "dùng miếng vá làm nội dung"66886689#: builtin/log.c:12406690msgid "enable message threading, styles: shallow, deep"6691msgstr "cho phép luồng lời nhắn, kiểu: “shallow”, “deep”"66926693#: builtin/log.c:12426694msgid "signature"6695msgstr "chữ ký"66966697#: builtin/log.c:12436698msgid "add a signature"6699msgstr "thêm chữ ký"67006701#: builtin/log.c:12456702msgid "add a signature from a file"6703msgstr "thêm chữ ký từ một tập tin"67046705#: builtin/log.c:12466706msgid "don't print the patch filenames"6707msgstr "không hiển thị các tên tập tin của miếng vá"67086709#: builtin/log.c:13206710#, c-format6711msgid "invalid ident line: %s"6712msgstr "dòng thụt lề không hợp lệ: %s"67136714#: builtin/log.c:13356715msgid "-n and -k are mutually exclusive."6716msgstr "-n và -k loại từ lẫn nhau."67176718#: builtin/log.c:13376719msgid "--subject-prefix and -k are mutually exclusive."6720msgstr "--subject-prefix và -k xung khắc nhau."67216722#: builtin/log.c:13456723msgid "--name-only does not make sense"6724msgstr "--name-only không hợp lý"67256726#: builtin/log.c:13476727msgid "--name-status does not make sense"6728msgstr "--name-status không hợp lý"67296730#: builtin/log.c:13496731msgid "--check does not make sense"6732msgstr "--check không hợp lý"67336734#: builtin/log.c:13726735msgid "standard output, or directory, which one?"6736msgstr "đầu ra chuẩn, hay thư mục, chọn cái nào?"67376738#: builtin/log.c:13746739#, c-format6740msgid "Could not create directory '%s'"6741msgstr "Không thể tạo thư mục “%s”"67426743#: builtin/log.c:14726744#, c-format6745msgid "unable to read signature file '%s'"6746msgstr "không thể đọc tập tin chữ ký “%s”"67476748#: builtin/log.c:15356749msgid "Failed to create output files"6750msgstr "Gặp lỗi khi tạo các tập tin kết xuất"67516752#: builtin/log.c:15836753msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6754msgstr "git cherry [-v] [<thượng-nguồn> [<đầu> [<giới-hạn>]]]"67556756#: builtin/log.c:16386757#, c-format6758msgid ""6759"Could not find a tracked remote branch, please specify <upstream> manually.\n"6760msgstr ""6761"Không tìm thấy nhánh mạng được theo dõi, hãy chỉ định <thượng-nguồn> một "6762"cách thủ công.\n"67636764#: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:16656765#, c-format6766msgid "Unknown commit %s"6767msgstr "Không hiểu lần chuyển giao %s"67686769#: builtin/ls-files.c:4016770msgid "git ls-files [options] [<file>...]"6771msgstr "git ls-files [các-tùy-chọn] [<tập-tin>…]"67726773#: builtin/ls-files.c:4586774msgid "identify the file status with tags"6775msgstr "nhận dạng các trạng thái tập tin với thẻ"67766777#: builtin/ls-files.c:4606778msgid "use lowercase letters for 'assume unchanged' files"6779msgstr ""6780"dùng chữ cái viết thường cho các tập tin “assume unchanged” (giả định không "6781"thay đổi)"67826783#: builtin/ls-files.c:4626784msgid "show cached files in the output (default)"6785msgstr "hiển thị các tập tin được nhớ tạm vào đầu ra (mặc định)"67866787#: builtin/ls-files.c:4646788msgid "show deleted files in the output"6789msgstr "hiển thị các tập tin đã xóa trong kết xuất"67906791#: builtin/ls-files.c:4666792msgid "show modified files in the output"6793msgstr "hiển thị các tập tin đã bị sửa đổi ra kết xuất"67946795#: builtin/ls-files.c:4686796msgid "show other files in the output"6797msgstr "hiển thị các tập tin khác trong kết xuất"67986799#: builtin/ls-files.c:4706800msgid "show ignored files in the output"6801msgstr "hiển thị các tập tin bị bỏ qua trong kết xuất"68026803#: builtin/ls-files.c:4736804msgid "show staged contents' object name in the output"6805msgstr "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"68066807#: builtin/ls-files.c:4756808msgid "show files on the filesystem that need to be removed"6809msgstr "hiển thị các tập tin trên hệ thống tập tin mà nó cần được gỡ bỏ"68106811#: builtin/ls-files.c:4776812msgid "show 'other' directories' names only"6813msgstr "chỉ hiển thị tên của các thư mục “khác”"68146815#: builtin/ls-files.c:4806816msgid "don't show empty directories"6817msgstr "không hiển thị thư mục rỗng"68186819#: builtin/ls-files.c:4836820msgid "show unmerged files in the output"6821msgstr "hiển thị các tập tin chưa hòa trộn trong kết xuất"68226823#: builtin/ls-files.c:4856824msgid "show resolve-undo information"6825msgstr "hiển thị thông tin resolve-undo"68266827#: builtin/ls-files.c:4876828msgid "skip files matching pattern"6829msgstr "bỏ qua những tập tin khớp với một mẫu"68306831#: builtin/ls-files.c:4906832msgid "exclude patterns are read from <file>"6833msgstr "mẫu loại trừ được đọc từ <tập tin>"68346835#: builtin/ls-files.c:4936836msgid "read additional per-directory exclude patterns in <file>"6837msgstr "đọc thêm các mẫu ngoại trừ mỗi thư mục trong <tập tin>"68386839#: builtin/ls-files.c:4956840msgid "add the standard git exclusions"6841msgstr "thêm loại trừ tiêu chuẩn kiểu git"68426843#: builtin/ls-files.c:4986844msgid "make the output relative to the project top directory"6845msgstr "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"68466847#: builtin/ls-files.c:5016848msgid "if any <file> is not in the index, treat this as an error"6849msgstr "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"68506851#: builtin/ls-files.c:5026852msgid "tree-ish"6853msgstr "tree-ish"68546855#: builtin/ls-files.c:5036856msgid "pretend that paths removed since <tree-ish> are still present"6857msgstr ""6858"giả định rằng các đường dẫn đã bị gỡ bỏ kể từ <tree-ish> nay vẫn hiện diện"68596860#: builtin/ls-files.c:5056861msgid "show debugging data"6862msgstr "hiển thị dữ liệu gỡ lỗi"68636864#: builtin/ls-tree.c:286865msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6866msgstr "git ls-tree [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]"68676868#: builtin/ls-tree.c:1276869msgid "only show trees"6870msgstr "chỉ hiển thị các tree"68716872#: builtin/ls-tree.c:1296873msgid "recurse into subtrees"6874msgstr "đệ quy vào các thư mục con"68756876#: builtin/ls-tree.c:1316877msgid "show trees when recursing"6878msgstr "hiển thị cây khi đệ quy"68796880#: builtin/ls-tree.c:1346881msgid "terminate entries with NUL byte"6882msgstr "chấm dứt mục tin với byte NUL"68836884#: builtin/ls-tree.c:1356885msgid "include object size"6886msgstr "gồm cả kích thước đối tượng"68876888#: builtin/ls-tree.c:137 builtin/ls-tree.c:1396889msgid "list only filenames"6890msgstr "chỉ liệt kê tên tập tin"68916892#: builtin/ls-tree.c:1426893msgid "use full path names"6894msgstr "dùng tên đường dẫn đầy đủ"68956896#: builtin/ls-tree.c:1446897msgid "list entire tree; not just current directory (implies --full-name)"6898msgstr "liệt kê cây mục tin; không chỉ thư mục hiện hành (ngụ ý --full-name)"68996900#: builtin/merge.c:456901msgid "git merge [options] [<commit>...]"6902msgstr "git merge [các-tùy-chọn] [<commit>…]"69036904#: builtin/merge.c:466905msgid "git merge [options] <msg> HEAD <commit>"6906msgstr "git merge [các-tùy-chọn] <tin-nhắn> HEAD <commit>"69076908#: builtin/merge.c:476909msgid "git merge --abort"6910msgstr "git merge --abort"69116912#: builtin/merge.c:1006913msgid "switch `m' requires a value"6914msgstr "switch “m” yêu cầu một giá trị"69156916#: builtin/merge.c:1376917#, c-format6918msgid "Could not find merge strategy '%s'.\n"6919msgstr "Không tìm thấy chiến lược hòa trộn “%s”.\n"69206921#: builtin/merge.c:1386922#, c-format6923msgid "Available strategies are:"6924msgstr "Các chiến lược sẵn sàng là:"69256926#: builtin/merge.c:1436927#, c-format6928msgid "Available custom strategies are:"6929msgstr "Các chiến lược tùy chỉnh sẵn sàng là:"69306931#: builtin/merge.c:1936932msgid "do not show a diffstat at the end of the merge"6933msgstr "không hiển thị thống kê khác biệt tại cuối của lần hòa trộn"69346935#: builtin/merge.c:1966936msgid "show a diffstat at the end of the merge"6937msgstr "hiển thị thống kê khác biệt tại cuối của hòa trộn"69386939#: builtin/merge.c:1976940msgid "(synonym to --stat)"6941msgstr "(đồng nghĩa với --stat)"69426943#: builtin/merge.c:1996944msgid "add (at most <n>) entries from shortlog to merge commit message"6945msgstr "thêm (ít nhất <n>) mục từ shortlog cho ghi chú chuyển giao hòa trộn"69466947#: builtin/merge.c:2026948msgid "create a single commit instead of doing a merge"6949msgstr "tạo một lần chuyển giao đưon thay vì thực hiện việc hòa trộn"69506951#: builtin/merge.c:2046952msgid "perform a commit if the merge succeeds (default)"6953msgstr "thực hiện chuyển giao nếu hòa trộn thành công (mặc định)"69546955#: builtin/merge.c:2066956msgid "edit message before committing"6957msgstr "sửa chú thích trước khi chuyển giao"69586959#: builtin/merge.c:2076960msgid "allow fast-forward (default)"6961msgstr "cho phép fast-forward (mặc định)"69626963#: builtin/merge.c:2096964msgid "abort if fast-forward is not possible"6965msgstr "bỏ qua nếu fast-forward không thể được"69666967#: builtin/merge.c:2136968msgid "Verify that the named commit has a valid GPG signature"6969msgstr "Thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"69706971#: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:896972msgid "strategy"6973msgstr "chiến lược"69746975#: builtin/merge.c:2156976msgid "merge strategy to use"6977msgstr "chiến lược hòa trộn sẽ dùng"69786979#: builtin/merge.c:2166980msgid "option=value"6981msgstr "tùy_chọn=giá_trị"69826983#: builtin/merge.c:2176984msgid "option for selected merge strategy"6985msgstr "tùy chọn cho chiến lược hòa trộn đã chọn"69866987#: builtin/merge.c:2196988msgid "merge commit message (for a non-fast-forward merge)"6989msgstr ""6990"hòa trộn ghi chú của lần chuyển giao (dành cho hòa trộn non-fast-forward)"69916992#: builtin/merge.c:2236993msgid "abort the current in-progress merge"6994msgstr "bãi bỏ quá trình hòa trộn hiện tại đang thực hiện"69956996#: builtin/merge.c:2516997msgid "could not run stash."6998msgstr "không thể chạy stash."69997000#: builtin/merge.c:2567001msgid "stash failed"7002msgstr "stash gặp lỗi"70037004#: builtin/merge.c:2617005#, c-format7006msgid "not a valid object: %s"7007msgstr "không phải là một đối tượng hợp lệ: %s"70087009#: builtin/merge.c:280 builtin/merge.c:2977010msgid "read-tree failed"7011msgstr "read-tree gặp lỗi"70127013#: builtin/merge.c:3277014msgid " (nothing to squash)"7015msgstr " (không có gì để squash)"70167017#: builtin/merge.c:3407018#, c-format7019msgid "Squash commit -- not updating HEAD\n"7020msgstr "Squash commit -- không cập nhật HEAD\n"70217022#: builtin/merge.c:3727023msgid "Writing SQUASH_MSG"7024msgstr "Đang ghi SQUASH_MSG"70257026#: builtin/merge.c:3747027msgid "Finishing SQUASH_MSG"7028msgstr "Hoàn thành SQUASH_MSG"70297030#: builtin/merge.c:3977031#, c-format7032msgid "No merge message -- not updating HEAD\n"7033msgstr "Không có lời chú thích hòa trộn -- nên không cập nhật HEAD\n"70347035#: builtin/merge.c:4477036#, c-format7037msgid "'%s' does not point to a commit"7038msgstr "“%s” không chỉ đến một lần chuyển giao nào cả"70397040#: builtin/merge.c:5597041#, c-format7042msgid "Bad branch.%s.mergeoptions string: %s"7043msgstr "Chuỗi branch.%s.mergeoptions sai: %s"70447045#: builtin/merge.c:6547046msgid "git write-tree failed to write a tree"7047msgstr "lệnh git write-tree gặp lỗi khi ghi một cây"70487049#: builtin/merge.c:6787050msgid "Not handling anything other than two heads merge."7051msgstr "Không cầm nắm gì ngoài hai head hòa trộn"70527053#: builtin/merge.c:6927054#, c-format7055msgid "Unknown option for merge-recursive: -X%s"7056msgstr "Không hiểu tùy chọn cho merge-recursive: -X%s"70577058#: builtin/merge.c:7057059#, c-format7060msgid "unable to write %s"7061msgstr "không thể ghi %s"70627063#: builtin/merge.c:7947064#, c-format7065msgid "Could not read from '%s'"7066msgstr "Không thể đọc từ “%s”"70677068#: builtin/merge.c:8037069#, c-format7070msgid "Not committing merge; use 'git commit' to complete the merge.\n"7071msgstr ""7072"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 "7073"việc hòa trộn.\n"70747075#: builtin/merge.c:8097076#, c-format7077msgid ""7078"Please enter a commit message to explain why this merge is necessary,\n"7079"especially if it merges an updated upstream into a topic branch.\n"7080"\n"7081"Lines starting with '%c' will be ignored, and an empty message aborts\n"7082"the commit.\n"7083msgstr ""7084"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 "7085"thiết,\n"7086"đặ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 "7087"topic.\n"7088"\n"7089"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 "7090"rỗng\n"7091"sẽ hủy bỏ lần chuyển giao.\n"70927093#: builtin/merge.c:8337094msgid "Empty commit message."7095msgstr "Chú thích của lần commit (chuyển giao) bị trống rỗng."70967097#: builtin/merge.c:8457098#, c-format7099msgid "Wonderful.\n"7100msgstr "Thần kỳ.\n"71017102#: builtin/merge.c:9007103#, c-format7104msgid "Automatic merge failed; fix conflicts and then commit the result.\n"7105msgstr ""7106"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 "7107"quả.\n"71087109#: builtin/merge.c:9167110#, c-format7111msgid "'%s' is not a commit"7112msgstr "%s không phải là một lần commit (chuyển giao)"71137114#: builtin/merge.c:9577115msgid "No current branch."7116msgstr "không phải nhánh hiện hành"71177118#: builtin/merge.c:9597119msgid "No remote for the current branch."7120msgstr "Không có máy chủ cho nhánh hiện hành."71217122#: builtin/merge.c:9617123msgid "No default upstream defined for the current branch."7124msgstr "Không có thượng nguồn mặc định được định nghĩa cho nhánh hiện hành."71257126#: builtin/merge.c:9667127#, c-format7128msgid "No remote-tracking branch for %s from %s"7129msgstr "Không nhánh mạng theo dõi cho %s từ %s"71307131#: builtin/merge.c:11227132msgid "There is no merge to abort (MERGE_HEAD missing)."7133msgstr ""7134"Ở đâ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)."71357136#: builtin/merge.c:11387137msgid ""7138"You have not concluded your merge (MERGE_HEAD exists).\n"7139"Please, commit your changes before you merge."7140msgstr ""7141"Bạn chưa kết thúc việc hòa trộn (MERGE_HEAD vẫn tồn tại).\n"7142"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."71437144#: builtin/merge.c:1141 git-pull.sh:347145msgid "You have not concluded your merge (MERGE_HEAD exists)."7146msgstr "Bạn chưa kết thúc việc hòa trộng (MERGE_HEAD vẫn tồn tại)."71477148#: builtin/merge.c:11457149msgid ""7150"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"7151"Please, commit your changes before you merge."7152msgstr ""7153"Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại).\n"7154"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."71557156#: builtin/merge.c:11487157msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."7158msgstr "Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại)."71597160#: builtin/merge.c:11577161msgid "You cannot combine --squash with --no-ff."7162msgstr "Bạn không thể kết hợp --squash với --no-ff."71637164#: builtin/merge.c:11667165msgid "No commit specified and merge.defaultToUpstream not set."7166msgstr "Không chỉ ra lần chuyển giao và merge.defaultToUpstream chưa được đặt."71677168#: builtin/merge.c:11987169msgid "Can merge only exactly one commit into empty head"7170msgstr ""7171"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"71727173#: builtin/merge.c:12017174msgid "Squash commit into empty head not supported yet"7175msgstr "Squash commit vào một head trống rỗng vẫn chưa được hỗ trợ"71767177#: builtin/merge.c:12037178msgid "Non-fast-forward commit does not make sense into an empty head"7179msgstr ""7180"Chuyển giao không-fast-forward không hợp lý ở trong một head trống rỗng"71817182#: builtin/merge.c:12087183#, c-format7184msgid "%s - not something we can merge"7185msgstr "%s - không phải là một số thứ chúng tôi có thể hòa trộn"71867187#: builtin/merge.c:12597188#, c-format7189msgid "Commit %s has an untrusted GPG signature, allegedly by %s."7190msgstr ""7191"Lần chuyển giao %s có một chữ ký GPG không đáng tin, được cho là bởi %s."71927193#: builtin/merge.c:12627194#, c-format7195msgid "Commit %s has a bad GPG signature allegedly by %s."7196msgstr "Lần chuyển giao %s có một chữ ký GPG sai, được cho là bởi %s."71977198#: builtin/merge.c:12657199#, c-format7200msgid "Commit %s does not have a GPG signature."7201msgstr "Lần chuyển giao %s không có chữ ký GPG."72027203#: builtin/merge.c:12687204#, c-format7205msgid "Commit %s has a good GPG signature by %s\n"7206msgstr "Lần chuyển giao %s có một chữ ký GPG tốt bởi %s\n"72077208#: builtin/merge.c:13497209#, c-format7210msgid "Updating %s..%s\n"7211msgstr "Đang cập nhật %s..%s\n"72127213#: builtin/merge.c:13887214#, c-format7215msgid "Trying really trivial in-index merge...\n"7216msgstr "Đang thử hòa trộn kiểu “trivial in-index”…\n"72177218#: builtin/merge.c:13957219#, c-format7220msgid "Nope.\n"7221msgstr "Không.\n"72227223#: builtin/merge.c:14277224msgid "Not possible to fast-forward, aborting."7225msgstr "Thực hiện lệnh fast-forward là không thể được, đang bỏ qua."72267227#: builtin/merge.c:1450 builtin/merge.c:15297228#, c-format7229msgid "Rewinding the tree to pristine...\n"7230msgstr "Đang tua lại cây thành thời xa xưa…\n"72317232#: builtin/merge.c:14547233#, c-format7234msgid "Trying merge strategy %s...\n"7235msgstr "Đang thử chiến lược hòa trộn %s…\n"72367237#: builtin/merge.c:15207238#, c-format7239msgid "No merge strategy handled the merge.\n"7240msgstr "Không có chiến lược hòa trộn nào được nắm giữ (handle) sự hòa trộn.\n"72417242#: builtin/merge.c:15227243#, c-format7244msgid "Merge with strategy %s failed.\n"7245msgstr "Hòa trộn với chiến lược %s gặp lỗi.\n"72467247#: builtin/merge.c:15317248#, c-format7249msgid "Using the %s to prepare resolving by hand.\n"7250msgstr "Sử dụng %s để chuẩn bị giải quyết bằng tay.\n"72517252#: builtin/merge.c:15437253#, c-format7254msgid "Automatic merge went well; stopped before committing as requested\n"7255msgstr ""7256"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 "7257"cầu\n"72587259#: builtin/merge-base.c:297260msgid "git merge-base [-a|--all] <commit> <commit>..."7261msgstr "git merge-base [-a|--all] <commit> <lần_chuyển_giao>…"72627263#: builtin/merge-base.c:307264msgid "git merge-base [-a|--all] --octopus <commit>..."7265msgstr "git merge-base [-a|--all] --octopus <lần_chuyển_giao>…"72667267#: builtin/merge-base.c:317268msgid "git merge-base --independent <commit>..."7269msgstr "git merge-base --independent <lần_chuyển_giao>…"72707271#: builtin/merge-base.c:327272msgid "git merge-base --is-ancestor <commit> <commit>"7273msgstr "git merge-base --is-ancestor <commit> <lần_chuyển_giao>"72747275#: builtin/merge-base.c:337276msgid "git merge-base --fork-point <ref> [<commit>]"7277msgstr "git merge-base --fork-point <tham-chiếu> [<lần_chuyển_giao>]"72787279#: builtin/merge-base.c:2147280msgid "output all common ancestors"7281msgstr "xuất ra tất cả các ông bà, tổ tiên chung"72827283#: builtin/merge-base.c:2167284msgid "find ancestors for a single n-way merge"7285msgstr "tìm tổ tiên của hòa trộn n-way đơn"72867287#: builtin/merge-base.c:2187288msgid "list revs not reachable from others"7289msgstr "liệt kê các “rev” mà nó không thể đọc được từ cái khác"72907291#: builtin/merge-base.c:2207292msgid "is the first one ancestor of the other?"7293msgstr "là cha mẹ đầu tiên của cái khác?"72947295#: builtin/merge-base.c:2227296msgid "find where <commit> forked from reflog of <ref>"7297msgstr "tìm xem <commit> được rẽ nhánh ở đâu từ reflog của <th.chiếu>"72987299#: builtin/merge-file.c:87300msgid ""7301"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "7302"file2"7303msgstr ""7304"git merge-file [các-tùy-chọn] [-L tên1 [-L gốc [-L tên2]]] tập-tin1 tập-tin-"7305"gốc tập-tin2"73067307#: builtin/merge-file.c:337308msgid "send results to standard output"7309msgstr "gửi kết quả vào đầu ra tiêu chuẩn"73107311#: builtin/merge-file.c:347312msgid "use a diff3 based merge"7313msgstr "dùng kiểu hòa dựa trên diff3"73147315#: builtin/merge-file.c:357316msgid "for conflicts, use our version"7317msgstr "để tránh xung đột, sử dụng phiên bản của chúng ta"73187319#: builtin/merge-file.c:377320msgid "for conflicts, use their version"7321msgstr "để tránh xung đột, sử dụng phiên bản của họ"73227323#: builtin/merge-file.c:397324msgid "for conflicts, use a union version"7325msgstr "để tránh xung đột, sử dụng phiên bản kết hợp"73267327#: builtin/merge-file.c:427328msgid "for conflicts, use this marker size"7329msgstr "để tránh xung đột, hãy sử dụng kích thước bộ tạo này"73307331#: builtin/merge-file.c:437332msgid "do not warn about conflicts"7333msgstr "không cảnh báo về các xung đột xảy ra"73347335#: builtin/merge-file.c:457336msgid "set labels for file1/orig_file/file2"7337msgstr "đặt nhãn cho tập-tin-1/tập-tin-gốc/tập-tin-2"73387339#: builtin/mktree.c:647340msgid "git mktree [-z] [--missing] [--batch]"7341msgstr "git mktree [-z] [--missing] [--batch]"73427343#: builtin/mktree.c:1507344msgid "input is NUL terminated"7345msgstr "đầu vào được chấm dứt bởi NUL"73467347#: builtin/mktree.c:151 builtin/write-tree.c:247348msgid "allow missing objects"7349msgstr "cho phép thiếu đối tượng"73507351#: builtin/mktree.c:1527352msgid "allow creation of more than one tree"7353msgstr "cho phép tạo nhiều hơn một cây"73547355#: builtin/mv.c:157356msgid "git mv [options] <source>... <destination>"7357msgstr "git mv [các-tùy-chọn] <nguồn>… <đích>"73587359#: builtin/mv.c:697360#, c-format7361msgid "Directory %s is in index and no submodule?"7362msgstr "Thư mục “%s” có ở trong chỉ mục mà không có mô-đun con?"73637364#: builtin/mv.c:717365msgid "Please stage your changes to .gitmodules or stash them to proceed"7366msgstr ""7367"Hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"73687369#: builtin/mv.c:897370#, c-format7371msgid "%.*s is in index"7372msgstr "%.*s trong bảng mục lục"73737374#: builtin/mv.c:1117375msgid "force move/rename even if target exists"7376msgstr "ép buộc di chuyển hay đổi tên thậm chí cả khi đích đã tồn tại"73777378#: builtin/mv.c:1127379msgid "skip move/rename errors"7380msgstr "bỏ qua các lỗi liên quan đến di chuyển, đổi tên"73817382#: builtin/mv.c:1517383#, c-format7384msgid "destination '%s' is not a directory"7385msgstr "có đích “%s” nhưng đây không phải là một thư mục"73867387#: builtin/mv.c:1627388#, c-format7389msgid "Checking rename of '%s' to '%s'\n"7390msgstr "Đang kiểm tra việc đổi tên của “%s” thành “%s”\n"73917392#: builtin/mv.c:1667393msgid "bad source"7394msgstr "nguồn sai"73957396#: builtin/mv.c:1697397msgid "can not move directory into itself"7398msgstr "không thể di chuyển một thư mục vào trong chính nó được"73997400#: builtin/mv.c:1727401msgid "cannot move directory over file"7402msgstr "không di chuyển được thư mục thông qua tập tin"74037404#: builtin/mv.c:1817405msgid "source directory is empty"7406msgstr "thư mục nguồn là trống rỗng"74077408#: builtin/mv.c:2067409msgid "not under version control"7410msgstr "không nằm dưới sự quản lý mã nguồn"74117412#: builtin/mv.c:2097413msgid "destination exists"7414msgstr "đích đã tồn tại sẵn rồi"74157416#: builtin/mv.c:2177417#, c-format7418msgid "overwriting '%s'"7419msgstr "đang ghi đè lên “%s”"74207421#: builtin/mv.c:2207422msgid "Cannot overwrite"7423msgstr "Không thể ghi đè"74247425#: builtin/mv.c:2237426msgid "multiple sources for the same target"7427msgstr "Nhiều nguồn cho cùng một đích"74287429#: builtin/mv.c:2257430msgid "destination directory does not exist"7431msgstr "thư mục đích không tồn tại"74327433#: builtin/mv.c:2327434#, c-format7435msgid "%s, source=%s, destination=%s"7436msgstr "%s, nguồn=%s, đích=%s"74377438#: builtin/mv.c:2537439#, c-format7440msgid "Renaming %s to %s\n"7441msgstr "Đổi tên %s thành %s\n"74427443#: builtin/mv.c:256 builtin/remote.c:728 builtin/repack.c:3557444#, c-format7445msgid "renaming '%s' failed"7446msgstr "gặp lỗi khi đổi tên “%s”"74477448#: builtin/name-rev.c:2557449msgid "git name-rev [options] <commit>..."7450msgstr "git name-rev [các-tùy-chọn] <commit>…"74517452#: builtin/name-rev.c:2567453msgid "git name-rev [options] --all"7454msgstr "git name-rev [các-tùy-chọn] --all"74557456#: builtin/name-rev.c:2577457msgid "git name-rev [options] --stdin"7458msgstr "git name-rev [các-tùy-chọn] --stdin"74597460#: builtin/name-rev.c:3097461msgid "print only names (no SHA-1)"7462msgstr "chỉ hiển thị tên (không SHA-1)"74637464#: builtin/name-rev.c:3107465msgid "only use tags to name the commits"7466msgstr "chỉ dùng các thẻ để đặt tên cho các lần chuyển giao"74677468#: builtin/name-rev.c:3127469msgid "only use refs matching <pattern>"7470msgstr "chỉ sử dụng các tham chiếu khớp với <mẫu>"74717472#: builtin/name-rev.c:3147473msgid "list all commits reachable from all refs"7474msgstr ""7475"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"74767477#: builtin/name-rev.c:3157478msgid "read from stdin"7479msgstr "đọc từ đầu vào tiêu chuẩn"74807481#: builtin/name-rev.c:3167482msgid "allow to print `undefined` names (default)"7483msgstr "cho phép in các tên “chưa định nghĩa” (mặc định)"74847485#: builtin/name-rev.c:3227486msgid "dereference tags in the input (internal use)"7487msgstr "bãi bỏ tham chiếu các thẻ trong đầu vào (dùng nội bộ)"74887489#: builtin/notes.c:247490msgid "git notes [--ref <notes_ref>] [list [<object>]]"7491msgstr "git notes [--ref <notes_ref>] [list [<đối-tượng>]]"74927493#: builtin/notes.c:257494msgid ""7495"git notes [--ref <notes_ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "7496"| (-c | -C) <object>] [<object>]"7497msgstr ""7498"git notes [--ref <notes_ref>] add [-f] [--allow-empty] [-m <lời-nhắn> | -F "7499"<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"75007501#: builtin/notes.c:267502msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"7503msgstr "git notes [--ref <notes_ref>] copy [-f] <từ-đối-tượng> <đến-đối-tượng>"75047505#: builtin/notes.c:277506msgid ""7507"git notes [--ref <notes_ref>] append [--allow-empty] [-m <msg> | -F <file> | "7508"(-c | -C) <object>] [<object>]"7509msgstr ""7510"git notes [--ref <notes_ref>] append [--allow-empty] [-m <lời-nhắn> | -F "7511"<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"75127513#: builtin/notes.c:287514msgid "git notes [--ref <notes_ref>] edit [--allow-empty] [<object>]"7515msgstr "git notes [--ref <notes_ref>] edit [--allow-empty] [<đối-tượng>]"75167517#: builtin/notes.c:297518msgid "git notes [--ref <notes_ref>] show [<object>]"7519msgstr "git notes [--ref <notes_ref>] show [<đối-tượng>]"75207521#: builtin/notes.c:307522msgid ""7523"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"7524msgstr ""7525"git notes [--ref <notes_ref>] merge [-v | -q] [-s <chiến-lược> ] <notes_ref>"75267527#: builtin/notes.c:317528msgid "git notes merge --commit [-v | -q]"7529msgstr "git notes merge --commit [-v | -q]"75307531#: builtin/notes.c:327532msgid "git notes merge --abort [-v | -q]"7533msgstr "git notes merge --abort [-v | -q]"75347535#: builtin/notes.c:337536msgid "git notes [--ref <notes_ref>] remove [<object>...]"7537msgstr "git notes [--ref <notes_ref>] remove [<đối-tượng>…]"75387539#: builtin/notes.c:347540msgid "git notes [--ref <notes_ref>] prune [-n | -v]"7541msgstr "git notes [--ref <notes_ref>] prune [-n | -v]"75427543#: builtin/notes.c:357544msgid "git notes [--ref <notes_ref>] get-ref"7545msgstr "git notes [--ref <notes_ref>] get-ref"75467547#: builtin/notes.c:407548msgid "git notes [list [<object>]]"7549msgstr "git notes [list [<đối tượng>]]"75507551#: builtin/notes.c:457552msgid "git notes add [<options>] [<object>]"7553msgstr "git notes add [<các-tùy-chọn>] [<đối-tượng>]"75547555#: builtin/notes.c:507556msgid "git notes copy [<options>] <from-object> <to-object>"7557msgstr "git notes copy [<các-tùy-chọn>] <từ-đối-tượng> <đến-đối-tượng>"75587559#: builtin/notes.c:517560msgid "git notes copy --stdin [<from-object> <to-object>]..."7561msgstr "git notes copy --stdin [<từ-đối-tượng> <đến-đối-tượng>]…"75627563#: builtin/notes.c:567564msgid "git notes append [<options>] [<object>]"7565msgstr "git notes append [<các-tùy-chọn>] [<đối-tượng>]"75667567#: builtin/notes.c:617568msgid "git notes edit [<object>]"7569msgstr "git notes edit [<đối tượng>]"75707571#: builtin/notes.c:667572msgid "git notes show [<object>]"7573msgstr "git notes show [<đối tượng>]"75747575#: builtin/notes.c:717576msgid "git notes merge [<options>] <notes_ref>"7577msgstr "git notes merge [<các-tùy-chọn>] <notes_ref>"75787579#: builtin/notes.c:727580msgid "git notes merge --commit [<options>]"7581msgstr "git notes merge --commit [<các-tùy-chọn>]"75827583#: builtin/notes.c:737584msgid "git notes merge --abort [<options>]"7585msgstr "git notes merge --abort [<các-tùy-chọn>]"75867587#: builtin/notes.c:787588msgid "git notes remove [<object>]"7589msgstr "git notes remove [<đối tượng>]"75907591#: builtin/notes.c:837592msgid "git notes prune [<options>]"7593msgstr "git notes prune [<các-tùy-chọn>]"75947595#: builtin/notes.c:887596msgid "git notes get-ref"7597msgstr "git notes get-ref"75987599#: builtin/notes.c:1467600#, c-format7601msgid "unable to start 'show' for object '%s'"7602msgstr "không thể khởi chạy “show” cho đối tượng “%s”"76037604#: builtin/notes.c:1507605msgid "could not read 'show' output"7606msgstr "không thể đọc kết xuất “show”"76077608#: builtin/notes.c:1587609#, c-format7610msgid "failed to finish 'show' for object '%s'"7611msgstr "gặp lỗi khi hoàn thành “show” cho đối tượng “%s”"76127613#: builtin/notes.c:173 builtin/tag.c:4777614#, c-format7615msgid "could not create file '%s'"7616msgstr "không thể tạo tập tin “%s”"76177618#: builtin/notes.c:1927619msgid "Please supply the note contents using either -m or -F option"7620msgstr ""7621"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"76227623#: builtin/notes.c:2017624msgid "unable to write note object"7625msgstr "không thể ghi đối tượng ghi chú (note)"76267627#: builtin/notes.c:2037628#, c-format7629msgid "The note contents have been left in %s"7630msgstr "Nội dung ghi chú còn lại %s"76317632#: builtin/notes.c:231 builtin/tag.c:6937633#, c-format7634msgid "cannot read '%s'"7635msgstr "không thể đọc “%s”"76367637#: builtin/notes.c:233 builtin/tag.c:6967638#, c-format7639msgid "could not open or read '%s'"7640msgstr "không thể mở hay đọc “%s”"76417642#: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:3057643#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:5067644#: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:6527645#: builtin/notes.c:854 builtin/tag.c:7097646#, c-format7647msgid "Failed to resolve '%s' as a valid ref."7648msgstr "Gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."76497650#: builtin/notes.c:2557651#, c-format7652msgid "Failed to read object '%s'."7653msgstr "Gặp lỗi khi đọc đối tượng “%s”."76547655#: builtin/notes.c:2597656#, c-format7657msgid "Cannot read note data from non-blob object '%s'."7658msgstr "không thể đọc dữ liệu ghi chú từ đối tượng không-blob “%s”."76597660#: builtin/notes.c:2997661#, c-format7662msgid "Malformed input line: '%s'."7663msgstr "Dòng đầu vào dị hình: “%s”."76647665#: builtin/notes.c:3147666#, c-format7667msgid "Failed to copy notes from '%s' to '%s'"7668msgstr "Gặp lỗi khi sao chép ghi chú (note) từ “%s” tới “%s”"76697670#: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:4897671#: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:6457672#: builtin/notes.c:9197673msgid "too many parameters"7674msgstr "quá nhiều đối số"76757676#: builtin/notes.c:371 builtin/notes.c:6587677#, c-format7678msgid "No note found for object %s."7679msgstr "không tìm thấy ghi chú cho đối tượng %s."76807681#: builtin/notes.c:392 builtin/notes.c:5557682msgid "note contents as a string"7683msgstr "nội dung ghi chú (note) nằm trong một chuỗi"76847685#: builtin/notes.c:395 builtin/notes.c:5587686msgid "note contents in a file"7687msgstr "nội dung ghi chú (note) nằm trong một tập tin"76887689#: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:5607690#: builtin/notes.c:563 builtin/tag.c:6287691msgid "object"7692msgstr "đối tượng"76937694#: builtin/notes.c:398 builtin/notes.c:5617695msgid "reuse and edit specified note object"7696msgstr "dùng lại nhưng có sửa chữa đối tượng note đã chỉ ra"76977698#: builtin/notes.c:401 builtin/notes.c:5647699msgid "reuse specified note object"7700msgstr "dùng lại đối tượng ghi chú (note) đã chỉ ra"77017702#: builtin/notes.c:404 builtin/notes.c:5677703msgid "allow storing empty note"7704msgstr "cho lưu trữ ghi chú trống rỗng"77057706#: builtin/notes.c:405 builtin/notes.c:4767707msgid "replace existing notes"7708msgstr "thay thế ghi chú trước"77097710#: builtin/notes.c:4307711#, c-format7712msgid ""7713"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7714"existing notes"7715msgstr ""7716"Không thể thêm các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối tượng "7717"%s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"77187719#: builtin/notes.c:445 builtin/notes.c:5247720#, c-format7721msgid "Overwriting existing notes for object %s\n"7722msgstr "Đang ghi đè lên ghi chú cũ cho đối tượng %s\n"77237724#: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:8597725#, c-format7726msgid "Removing note for object %s\n"7727msgstr "Đang gỡ bỏ ghi chú (note) cho đối tượng %s\n"77287729#: builtin/notes.c:4777730msgid "read objects from stdin"7731msgstr "đọc các đối tượng từ đầu vào tiêu chuẩn"77327733#: builtin/notes.c:4797734msgid "load rewriting config for <command> (implies --stdin)"7735msgstr "tải cấu hình chép lại cho <lệnh> (ngầm định là --stdin)"77367737#: builtin/notes.c:4977738msgid "too few parameters"7739msgstr "quá ít đối số"77407741#: builtin/notes.c:5187742#, c-format7743msgid ""7744"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7745"existing notes"7746msgstr ""7747"Không thể sao chép các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối "7748"tượng %s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"77497750#: builtin/notes.c:5307751#, c-format7752msgid "Missing notes on source object %s. Cannot copy."7753msgstr "Thiếu ghi chú trên đối tượng nguồn %s. Không thể sao chép."77547755#: builtin/notes.c:5827756#, c-format7757msgid ""7758"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7759"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7760msgstr ""7761"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"7762"Xin hãy sử dụng lệnh sau để thay thế: “git notes add -f -m/-F/-c/-C”.\n"77637764#: builtin/notes.c:7507765msgid "General options"7766msgstr "Tùy chọn chung"77677768#: builtin/notes.c:7527769msgid "Merge options"7770msgstr "Tùy chọn về hòa trộn"77717772#: builtin/notes.c:7547773msgid ""7774"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7775"cat_sort_uniq)"7776msgstr ""7777"phân giải các xung đột “notes” sử dụng chiến lược đã đưa ra (manual/ours/"7778"theirs/union/cat_sort_uniq)"77797780#: builtin/notes.c:7567781msgid "Committing unmerged notes"7782msgstr "Chuyển giao các note chưa được hòa trộn"77837784#: builtin/notes.c:7587785msgid "finalize notes merge by committing unmerged notes"7786msgstr ""7787"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 "7788"giao"77897790#: builtin/notes.c:7607791msgid "Aborting notes merge resolution"7792msgstr "Hủy bỏ phân giải ghi chú (note) hòa trộn"77937794#: builtin/notes.c:7627795msgid "abort notes merge"7796msgstr "bỏ qua hòa trộn các ghi chú (note)"77977798#: builtin/notes.c:8577799#, c-format7800msgid "Object %s has no note\n"7801msgstr "Đối tượng %s không có ghi chú (note)\n"78027803#: builtin/notes.c:8697804msgid "attempt to remove non-existent note is not an error"7805msgstr "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"78067807#: builtin/notes.c:8727808msgid "read object names from the standard input"7809msgstr "đọc tên đối tượng từ thiết bị nhập chuẩn"78107811#: builtin/notes.c:9537812msgid "notes-ref"7813msgstr "notes-ref"78147815#: builtin/notes.c:9547816msgid "use notes from <notes_ref>"7817msgstr "dùng “notes” từ <notes_ref>"78187819#: builtin/notes.c:989 builtin/remote.c:16217820#, c-format7821msgid "Unknown subcommand: %s"7822msgstr "Không hiểu câu lệnh con: %s"78237824#: builtin/pack-objects.c:287825msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7826msgstr ""7827"git pack-objects --stdout [các-tùy-chọn…] [< danh-sách-ref | < danh-sách-đối-"7828"tượng]"78297830#: builtin/pack-objects.c:297831msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7832msgstr ""7833"git pack-objects [các-tùy-chọn…] base-name [< danh-sách-ref | < danh-sách-"7834"đối-tượng]"78357836#: builtin/pack-objects.c:177 builtin/pack-objects.c:1807837#, c-format7838msgid "deflate error (%d)"7839msgstr "lỗi giải nén (%d)"78407841#: builtin/pack-objects.c:7737842msgid "Writing objects"7843msgstr "Đang ghi lại các đối tượng"78447845#: builtin/pack-objects.c:10157846msgid "disabling bitmap writing, as some objects are not being packed"7847msgstr "tắt ghi bitmap, như vậy một số đối tượng sẽ không được đóng gói"78487849#: builtin/pack-objects.c:21757850msgid "Compressing objects"7851msgstr "Đang nén các đối tượng"78527853#: builtin/pack-objects.c:25727854#, c-format7855msgid "unsupported index version %s"7856msgstr "phiên bản mục lục không được hỗ trợ %s"78577858#: builtin/pack-objects.c:25767859#, c-format7860msgid "bad index version '%s'"7861msgstr "phiên bản mục lục sai “%s”"78627863#: builtin/pack-objects.c:25997864#, c-format7865msgid "option %s does not accept negative form"7866msgstr "tùy chọn %s không chấp nhận dạng thức âm"78677868#: builtin/pack-objects.c:26037869#, c-format7870msgid "unable to parse value '%s' for option %s"7871msgstr "không thể phân tích giá trị “%s” cho tùy chọn %s"78727873#: builtin/pack-objects.c:26237874msgid "do not show progress meter"7875msgstr "không hiển thị bộ đo tiến trình"78767877#: builtin/pack-objects.c:26257878msgid "show progress meter"7879msgstr "hiển thị bộ đo tiến trình"78807881#: builtin/pack-objects.c:26277882msgid "show progress meter during object writing phase"7883msgstr "hiển thị bộ đo tiến triển trong suốt pha ghi đối tượng"78847885#: builtin/pack-objects.c:26307886msgid "similar to --all-progress when progress meter is shown"7887msgstr "tương tự --all-progress khi bộ đo tiến trình được xuất hiện"78887889#: builtin/pack-objects.c:26317890msgid "version[,offset]"7891msgstr "phiên bản[,offset]"78927893#: builtin/pack-objects.c:26327894msgid "write the pack index file in the specified idx format version"7895msgstr "ghi tập tin bảng mục lục gói (pack) ở phiên bản định dạng idx đã cho"78967897#: builtin/pack-objects.c:26357898msgid "maximum size of each output pack file"7899msgstr "kcíh thước tối đa cho tập tin gói được tạo"79007901#: builtin/pack-objects.c:26377902msgid "ignore borrowed objects from alternate object store"7903msgstr "bỏ qua các đối tượng vay mượn từ kho đối tượng thay thế"79047905#: builtin/pack-objects.c:26397906msgid "ignore packed objects"7907msgstr "bỏ qua các đối tượng đóng gói"79087909#: builtin/pack-objects.c:26417910msgid "limit pack window by objects"7911msgstr "giới hạn cửa sổ đóng gói theo đối tượng"79127913#: builtin/pack-objects.c:26437914msgid "limit pack window by memory in addition to object limit"7915msgstr "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"79167917#: builtin/pack-objects.c:26457918msgid "maximum length of delta chain allowed in the resulting pack"7919msgstr "độ dài tối đa của chuỗi móc xích “delta” được phép trong gói kết quả"79207921#: builtin/pack-objects.c:26477922msgid "reuse existing deltas"7923msgstr "dùng lại các delta sẵn có"79247925#: builtin/pack-objects.c:26497926msgid "reuse existing objects"7927msgstr "dùng lại các đối tượng sẵn có"79287929#: builtin/pack-objects.c:26517930msgid "use OFS_DELTA objects"7931msgstr "dùng các đối tượng OFS_DELTA"79327933#: builtin/pack-objects.c:26537934msgid "use threads when searching for best delta matches"7935msgstr "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"79367937#: builtin/pack-objects.c:26557938msgid "do not create an empty pack output"7939msgstr "không thể tạo kết xuất gói trống rỗng"79407941#: builtin/pack-objects.c:26577942msgid "read revision arguments from standard input"7943msgstr " đọc tham số “revision” từ thiết bị nhập chuẩn"79447945#: builtin/pack-objects.c:26597946msgid "limit the objects to those that are not yet packed"7947msgstr "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"79487949#: builtin/pack-objects.c:26627950msgid "include objects reachable from any reference"7951msgstr "bao gồm các đối tượng có thể đọc được từ bất kỳ tham chiếu nào"79527953#: builtin/pack-objects.c:26657954msgid "include objects referred by reflog entries"7955msgstr "bao gồm các đối tượng được tham chiếu bởi các mục reflog"79567957#: builtin/pack-objects.c:26687958msgid "include objects referred to by the index"7959msgstr "bao gồm các đối tượng được tham chiếu bởi mục lục"79607961#: builtin/pack-objects.c:26717962msgid "output pack to stdout"7963msgstr "xuất gói ra đầu ra tiêu chuẩn"79647965#: builtin/pack-objects.c:26737966msgid "include tag objects that refer to objects to be packed"7967msgstr "bao gồm các đối tượng tham chiếu đến các đối tượng được đóng gói"79687969#: builtin/pack-objects.c:26757970msgid "keep unreachable objects"7971msgstr "giữ lại các đối tượng không thể đọc được"79727973#: builtin/pack-objects.c:2676 parse-options.h:1407974msgid "time"7975msgstr "thời-gian"79767977#: builtin/pack-objects.c:26777978msgid "unpack unreachable objects newer than <time>"7979msgstr ""7980"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>"79817982#: builtin/pack-objects.c:26807983msgid "create thin packs"7984msgstr "tạo gói nhẹ"79857986#: builtin/pack-objects.c:26827987msgid "create packs suitable for shallow fetches"7988msgstr "tạo gói để phù hợp cho lấy về nông (shallow)"79897990#: builtin/pack-objects.c:26847991msgid "ignore packs that have companion .keep file"7992msgstr "bỏ qua các gói mà nó có tập tin .keep đi kèm"79937994#: builtin/pack-objects.c:26867995msgid "pack compression level"7996msgstr "mức nén gói"79977998#: builtin/pack-objects.c:26887999msgid "do not hide commits by grafts"8000msgstr "không ẩn các lần chuyển giao bởi “grafts”"80018002#: builtin/pack-objects.c:26908003msgid "use a bitmap index if available to speed up counting objects"8004msgstr "dùng mục lục ánh xạ nếu có thể được để nâng cao tốc độ đếm đối tượng"80058006#: builtin/pack-objects.c:26928007msgid "write a bitmap index together with the pack index"8008msgstr "ghi một mục lục ánh xạ cùng với mục lục gói"80098010#: builtin/pack-objects.c:27838011msgid "Counting objects"8012msgstr "Đang đếm các đối tượng"80138014#: builtin/pack-refs.c:68015msgid "git pack-refs [options]"8016msgstr "git pack-refs [các-tùy-chọn]"80178018#: builtin/pack-refs.c:148019msgid "pack everything"8020msgstr "đóng gói mọi thứ"80218022#: builtin/pack-refs.c:158023msgid "prune loose refs (default)"8024msgstr "prune (cắt cụt) những tham chiếu bị mất (mặc định)"80258026#: builtin/prune-packed.c:78027msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"8028msgstr "git prune-packed [-n|--dry-run] [-q|--quiet]"80298030#: builtin/prune-packed.c:408031msgid "Removing duplicate objects"8032msgstr "Đang gỡ các đối tượng trùng lặp"80338034#: builtin/prune.c:128035msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8036msgstr "git prune [-n] [-v] [--expire <thời-gian>] [--] [<head>…]"80378038#: builtin/prune.c:1068039msgid "do not remove, show only"8040msgstr "không gỡ bỏ, chỉ hiển thị"80418042#: builtin/prune.c:1078043msgid "report pruned objects"8044msgstr "báo cáo các đối tượng đã prune"80458046#: builtin/prune.c:1108047msgid "expire objects older than <time>"8048msgstr "các đối tượng hết hạn cũ hơn khoảng <thời gian>"80498050#: builtin/push.c:148051msgid "git push [<options>] [<repository> [<refspec>...]]"8052msgstr "git push [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"80538054#: builtin/push.c:858055msgid "tag shorthand without <tag>"8056msgstr "dùng tốc ký tag không có <thẻ>"80578058#: builtin/push.c:958059msgid "--delete only accepts plain target ref names"8060msgstr "--delete chỉ chấp nhận các tên tham chiếu dạng thường"80618062#: builtin/push.c:1398063msgid ""8064"\n"8065"To choose either option permanently, see push.default in 'git help config'."8066msgstr ""8067"\n"8068"Để chọn mỗi tùy chọn một cách cố định, xem push.default trong “git help "8069"config”."80708071#: builtin/push.c:1428072#, c-format8073msgid ""8074"The upstream branch of your current branch does not match\n"8075"the name of your current branch. To push to the upstream branch\n"8076"on the remote, use\n"8077"\n"8078" git push %s HEAD:%s\n"8079"\n"8080"To push to the branch of the same name on the remote, use\n"8081"\n"8082" git push %s %s\n"8083"%s"8084msgstr ""8085"Nhánh thượng nguồn của nhánh hiện tại của bạn không khớp\n"8086"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"8087"trên máy chủ, sử dụng\n"8088"\n"8089" git push %s HEAD:%s\n"8090"\n"8091"Để push tới nhánh cùng tên trên máy chủ, sử dụng\n"8092"\n"8093" git push %s %s\n"8094"%s"80958096#: builtin/push.c:1578097#, c-format8098msgid ""8099"You are not currently on a branch.\n"8100"To push the history leading to the current (detached HEAD)\n"8101"state now, use\n"8102"\n"8103" git push %s HEAD:<name-of-remote-branch>\n"8104msgstr ""8105"Bạn hiện nay không ở một nhánh.\n"8106"Để đẩy lịch sử lên trên trạng thái hiện hành (HEAD đã bị tách rời)\n"8107"ngay bây giờ, sử dụng\n"8108"\n"8109" git push %s HEAD:<tên-của-nhánh-máy-chủ>\n"81108111#: builtin/push.c:1718112#, c-format8113msgid ""8114"The current branch %s has no upstream branch.\n"8115"To push the current branch and set the remote as upstream, use\n"8116"\n"8117" git push --set-upstream %s %s\n"8118msgstr ""8119"Nhánh hiện tại %s không có nhánh thượng nguồn nào.\n"8120"Để push (đẩy lên) nhánh hiện tại và đặt máy chủ này làm thượng nguồn "8121"(upstream), sử dụng\n"8122"\n"8123" git push --set-upstream %s %s\n"81248125#: builtin/push.c:1798126#, c-format8127msgid "The current branch %s has multiple upstream branches, refusing to push."8128msgstr "Nhánh hiện tại %s có nhiều nhánh thượng nguồn, từ chối push."81298130#: builtin/push.c:1828131#, c-format8132msgid ""8133"You are pushing to remote '%s', which is not the upstream of\n"8134"your current branch '%s', without telling me what to push\n"8135"to update which remote branch."8136msgstr ""8137"Bạn đang push (đẩy lên) máy chủ “%s”, mà nó không phải là thượng nguồn "8138"(upstream) của\n"8139"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"8140"để cập nhật nhánh máy chủ nào."81418142#: builtin/push.c:2058143msgid ""8144"push.default is unset; its implicit value has changed in\n"8145"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"8146"and maintain the traditional behavior, use:\n"8147"\n"8148" git config --global push.default matching\n"8149"\n"8150"To squelch this message and adopt the new behavior now, use:\n"8151"\n"8152" git config --global push.default simple\n"8153"\n"8154"When push.default is set to 'matching', git will push local branches\n"8155"to the remote branches that already exist with the same name.\n"8156"\n"8157"Since Git 2.0, Git defaults to the more conservative 'simple'\n"8158"behavior, which only pushes the current branch to the corresponding\n"8159"remote branch that 'git pull' uses to update the current branch.\n"8160"\n"8161"See 'git help config' and search for 'push.default' for further "8162"information.\n"8163"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"8164"'current' instead of 'simple' if you sometimes use older versions of Git)"8165msgstr ""8166"biến push.default chưa được đặt; giá trị ngầm định của nó\n"8167"đã được thay đổi trong Git 2.0 từ “matching” thành “simple”.\n"8168"Để 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"8169"\n"8170" git config --global push.default matching\n"8171"\n"8172"Để không hiển thị nhắc nhở này và áp dụng cách ứng xử mới, hãy chạy lệnh:\n"8173"\n"8174" git config --global push.default simple\n"8175"\n"8176"Khi push.default được đặt thành “matching”, git sẽ đẩy các nhánh nội bộ\n"8177"lên các nhánh trên máy chủ, cái mà đã sẵn có và cùng tên.\n"8178"\n"8179"Trong 2.0, Git sẽ mặc định duy trì các ứng xử “simple”,\n"8180"cái này chỉ đẩy những nhánh hiện hành lên các nhánh tương ứng\n"8181"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"8182"\n"8183"Xem “git help config” và tìm đến “push.default” để có thêm thông tin.\n"8184"(chế độ “simple” được bắt đầu sử dụng từ Git 1.7.11. Sử dụng chế độ tương "8185"tự\n"8186"“current” thay vì “simple” nếu bạn thỉnh thoảng phải sử dụng bản Git cũ)"81878188#: builtin/push.c:2728189msgid ""8190"You didn't specify any refspecs to push, and push.default is \"nothing\"."8191msgstr ""8192"Bạn đã không chỉ ra một refspecs nào để đẩy lên, và push.default là \"không "8193"là gì cả\"."81948195#: builtin/push.c:2798196msgid ""8197"Updates were rejected because the tip of your current branch is behind\n"8198"its remote counterpart. Integrate the remote changes (e.g.\n"8199"'git pull ...') before pushing again.\n"8200"See the 'Note about fast-forwards' in 'git push --help' for details."8201msgstr ""8202"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"8203"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"8204"(v.d. \"git pull …\") trước khi đẩy lên lần nữa.\n"8205"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "8206"tiết."82078208#: builtin/push.c:2858209msgid ""8210"Updates were rejected because a pushed branch tip is behind its remote\n"8211"counterpart. Check out this branch and integrate the remote changes\n"8212"(e.g. 'git pull ...') before pushing again.\n"8213"See the 'Note about fast-forwards' in 'git push --help' for details."8214msgstr ""8215"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 "8216"bộ\n"8217"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"8218"từ máy chủ (v.d. “git pull …”) trước khi lại push lần nữa.\n"8219"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "8220"tiết."82218222#: builtin/push.c:2918223msgid ""8224"Updates were rejected because the remote contains work that you do\n"8225"not have locally. This is usually caused by another repository pushing\n"8226"to the same ref. You may want to first integrate the remote changes\n"8227"(e.g., 'git pull ...') before pushing again.\n"8228"See the 'Note about fast-forwards' in 'git push --help' for details."8229msgstr ""8230"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"8231"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"8232"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"8233"từ máy chủ (v.d. “git pull…”) trước khi lại push lần nữa.\n"8234"Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "8235"tiết."82368237#: builtin/push.c:2988238msgid "Updates were rejected because the tag already exists in the remote."8239msgstr "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ủ."82408241#: builtin/push.c:3018242msgid ""8243"You cannot update a remote ref that points at a non-commit object,\n"8244"or update a remote ref to make it point at a non-commit object,\n"8245"without using the '--force' option.\n"8246msgstr ""8247"Không thể cập nhật một tham chiếu trên máy chủ mà nó chỉ đến đối tượng "8248"không\n"8249"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 "8250"đối tượng\n"8251"không phải chuyển giao, mà không sử dụng tùy chọn “--force”.\n"82528253#: builtin/push.c:3608254#, c-format8255msgid "Pushing to %s\n"8256msgstr "Đang đẩy lên %s\n"82578258#: builtin/push.c:3648259#, c-format8260msgid "failed to push some refs to '%s'"8261msgstr "gặp lỗi khi đẩy tới một số tham chiếu đến “%s”"82628263#: builtin/push.c:3948264#, c-format8265msgid "bad repository '%s'"8266msgstr "repository (kho) sai “%s”"82678268#: builtin/push.c:3958269msgid ""8270"No configured push destination.\n"8271"Either specify the URL from the command-line or configure a remote "8272"repository using\n"8273"\n"8274" git remote add <name> <url>\n"8275"\n"8276"and then push using the remote name\n"8277"\n"8278" git push <name>\n"8279msgstr ""8280"Chưa cấu hình đích để đẩy lên.\n"8281"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"8282"\n"8283" git remote add <tên> <url>\n"8284"\n"8285"và sau đó đẩy lên sử dụng tên máy chủ\n"8286"\n"8287" git push <tên>\n"82888289#: builtin/push.c:4108290msgid "--all and --tags are incompatible"8291msgstr "--all và --tags xung khắc nhau"82928293#: builtin/push.c:4118294msgid "--all can't be combined with refspecs"8295msgstr "--all không thể được tổ hợp cùng với đặc tả đường dẫn"82968297#: builtin/push.c:4168298msgid "--mirror and --tags are incompatible"8299msgstr "--mirror và --tags xung khắc nhau"83008301#: builtin/push.c:4178302msgid "--mirror can't be combined with refspecs"8303msgstr "--mirror không thể được tổ hợp cùng với đặc tả đường dẫn"83048305#: builtin/push.c:4228306msgid "--all and --mirror are incompatible"8307msgstr "--all và --mirror xung khắc nhau"83088309#: builtin/push.c:4938310msgid "repository"8311msgstr "kho"83128313#: builtin/push.c:4948314msgid "push all refs"8315msgstr "đẩy tất cả các tham chiếu"83168317#: builtin/push.c:4958318msgid "mirror all refs"8319msgstr "mirror tất cả các tham chiếu"83208321#: builtin/push.c:4978322msgid "delete refs"8323msgstr "xóa các tham chiếu"83248325#: builtin/push.c:4988326msgid "push tags (can't be used with --all or --mirror)"8327msgstr "đẩy các thẻ (không dùng cùng với --all hay --mirror)"83288329#: builtin/push.c:5018330msgid "force updates"8331msgstr "ép buộc cập nhật"83328333#: builtin/push.c:5038334msgid "refname>:<expect"8335msgstr "tên-tham-chiếu>:<cần"83368337#: builtin/push.c:5048338msgid "require old value of ref to be at this value"8339msgstr "yêu cầu giá-trị cũ của tham chiếu thì là giá-trị này"83408341#: builtin/push.c:5078342msgid "control recursive pushing of submodules"8343msgstr "điều khiển việc đẩy lên (push) đệ qui của mô-đun-con"83448345#: builtin/push.c:5098346msgid "use thin pack"8347msgstr "tạo gói nhẹ"83488349#: builtin/push.c:510 builtin/push.c:5118350msgid "receive pack program"8351msgstr "chương trình nhận gói"83528353#: builtin/push.c:5128354msgid "set upstream for git pull/status"8355msgstr "đặt thượng nguồn cho git pull/status"83568357#: builtin/push.c:5158358msgid "prune locally removed refs"8359msgstr "xén tỉa những tham chiếu bị gỡ bỏ"83608361#: builtin/push.c:5178362msgid "bypass pre-push hook"8363msgstr "vòng qua móc tiền-đẩy (pre-push)"83648365#: builtin/push.c:5188366msgid "push missing but relevant tags"8367msgstr "push phần bị thiếu nhưng các thẻ lại thích hợp"83688369#: builtin/push.c:5208370msgid "GPG sign the push"8371msgstr "ký lần đẩy dùng GPG"83728373#: builtin/push.c:5298374msgid "--delete is incompatible with --all, --mirror and --tags"8375msgstr "--delete là xung khắc với các tùy chọn --all, --mirror và --tags"83768377#: builtin/push.c:5318378msgid "--delete doesn't make sense without any refs"8379msgstr "--delete không hợp lý nếu không có bất kỳ tham chiếu nào"83808381#: builtin/read-tree.c:378382msgid ""8383"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "8384"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"8385"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"8386msgstr ""8387"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<tiền-"8388"tố>] [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "8389"[--index-output=<tập-tin>] (--empty | <tree-ish1> [<tree-ish2> [<tree-"8390"ish3>]])"83918392#: builtin/read-tree.c:1108393msgid "write resulting index to <file>"8394msgstr "ghi mục lục kết quả vào <tập-tin>"83958396#: builtin/read-tree.c:1138397msgid "only empty the index"8398msgstr "chỉ với bảng mục lục trống rỗng"83998400#: builtin/read-tree.c:1158401msgid "Merging"8402msgstr "Hòa trộn"84038404#: builtin/read-tree.c:1178405msgid "perform a merge in addition to a read"8406msgstr "thực hiện một hòa trộn thêm vào việc đọc"84078408#: builtin/read-tree.c:1198409msgid "3-way merge if no file level merging required"8410msgstr ""8411"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 "84128413#: builtin/read-tree.c:1218414msgid "3-way merge in presence of adds and removes"8415msgstr "hòa trộn 3-way trong sự hiện diện của “adds” và “removes”"84168417#: builtin/read-tree.c:1238418msgid "same as -m, but discard unmerged entries"8419msgstr "giống với -m, nhưng bỏ qua các mục chưa được hòa trộn"84208421#: builtin/read-tree.c:1248422msgid "<subdirectory>/"8423msgstr "<thư-mục-con>/"84248425#: builtin/read-tree.c:1258426msgid "read the tree into the index under <subdirectory>/"8427msgstr "đọc cây vào trong bảng mục lục dưới <thư_mục_con>/"84288429#: builtin/read-tree.c:1288430msgid "update working tree with merge result"8431msgstr "cập nhật cây làm việc với kết quả hòa trộn"84328433#: builtin/read-tree.c:1308434msgid "gitignore"8435msgstr "gitignore"84368437#: builtin/read-tree.c:1318438msgid "allow explicitly ignored files to be overwritten"8439msgstr "cho phép các tập tin rõ ràng bị lờ đi được ghi đè"84408441#: builtin/read-tree.c:1348442msgid "don't check the working tree after merging"8443msgstr "không kiểm tra cây làm việc sau hòa trộn"84448445#: builtin/read-tree.c:1358446msgid "don't update the index or the work tree"8447msgstr "không cập nhật bảng mục lục hay cây làm việc"84488449#: builtin/read-tree.c:1378450msgid "skip applying sparse checkout filter"8451msgstr "bỏ qua áp dụng bộ lọc lấy ra (checkout) thưa thớt"84528453#: builtin/read-tree.c:1398454msgid "debug unpack-trees"8455msgstr "gỡ lỗi “unpack-trees”"84568457#: builtin/reflog.c:4998458#, c-format8459msgid "%s' for '%s' is not a valid timestamp"8460msgstr "giá trị %s dành cho “%s” không phải là dấu vết thời gian hợp lệ"84618462#: builtin/reflog.c:615 builtin/reflog.c:6208463#, c-format8464msgid "'%s' is not a valid timestamp"8465msgstr "“%s” không phải là dấu thời gian hợp lệ"84668467#: builtin/remote.c:128468msgid "git remote [-v | --verbose]"8469msgstr "git remote [-v | --verbose]"84708471#: builtin/remote.c:138472msgid ""8473"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"8474"mirror=<fetch|push>] <name> <url>"8475msgstr ""8476"git remote add [-t <nhánh>] [-m <master>] [-f] [--tags|--no-tags] [--"8477"mirror=<fetch|push>] <tên> <url>"84788479#: builtin/remote.c:14 builtin/remote.c:338480msgid "git remote rename <old> <new>"8481msgstr "git remote rename <tên-cũ> <tên-mới>"84828483#: builtin/remote.c:15 builtin/remote.c:388484msgid "git remote remove <name>"8485msgstr "git remote remove <tên>"84868487#: builtin/remote.c:168488msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"8489msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"84908491#: builtin/remote.c:178492msgid "git remote [-v | --verbose] show [-n] <name>"8493msgstr "git remote [-v | --verbose] show [-n] <tên>"84948495#: builtin/remote.c:188496msgid "git remote prune [-n | --dry-run] <name>"8497msgstr "git remote prune [-n | --dry-run] <tên>"84988499#: builtin/remote.c:198500msgid ""8501"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"8502msgstr ""8503"git remote [-v | --verbose] update [-p | --prune] [(<nhóm> | <máy-chủ>)…]"85048505#: builtin/remote.c:208506msgid "git remote set-branches [--add] <name> <branch>..."8507msgstr "git remote set-branches [--add] <tên> <nhánh>…"85088509#: builtin/remote.c:21 builtin/remote.c:698510msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"8511msgstr "git remote set-url [--push] <tên> <url-mới> [<url-cũ>]"85128513#: builtin/remote.c:22 builtin/remote.c:708514msgid "git remote set-url --add <name> <newurl>"8515msgstr "git remote set-url --add <tên> <url-mới>"85168517#: builtin/remote.c:23 builtin/remote.c:718518msgid "git remote set-url --delete <name> <url>"8519msgstr "git remote set-url --delete <tên> <url>"85208521#: builtin/remote.c:288522msgid "git remote add [<options>] <name> <url>"8523msgstr "git remote add [<các-tùy-chọn>] <tên> <url>"85248525#: builtin/remote.c:438526msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"8527msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"85288529#: builtin/remote.c:488530msgid "git remote set-branches <name> <branch>..."8531msgstr "git remote set-branches <tên> <nhánh>…"85328533#: builtin/remote.c:498534msgid "git remote set-branches --add <name> <branch>..."8535msgstr "git remote set-branches --add <tên> <nhánh>…"85368537#: builtin/remote.c:548538msgid "git remote show [<options>] <name>"8539msgstr "git remote show [<các-tùy-chọn>] <tên>"85408541#: builtin/remote.c:598542msgid "git remote prune [<options>] <name>"8543msgstr "git remote prune [<các-tùy-chọn>] <tên>"85448545#: builtin/remote.c:648546msgid "git remote update [<options>] [<group> | <remote>]..."8547msgstr "git remote update [<các-tùy-chọn>] [<nhóm> | <máy-chủ>]…"85488549#: builtin/remote.c:888550#, c-format8551msgid "Updating %s"8552msgstr "Đang cập nhật %s"85538554#: builtin/remote.c:1208555msgid ""8556"--mirror is dangerous and deprecated; please\n"8557"\t use --mirror=fetch or --mirror=push instead"8558msgstr ""8559"--mirror nguy hiểm và không dùng nữa; xin hãy\n"8560"\t sử dụng tùy chọn --mirror=fetch hoặc --mirror=push để thay thế"85618562#: builtin/remote.c:1378563#, c-format8564msgid "unknown mirror argument: %s"8565msgstr "không hiểu tham số máy bản sao (mirror): %s"85668567#: builtin/remote.c:1538568msgid "fetch the remote branches"8569msgstr "lấy về các nhánh từ máy chủ"85708571#: builtin/remote.c:1558572msgid "import all tags and associated objects when fetching"8573msgstr "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ề"85748575#: builtin/remote.c:1588576msgid "or do not fetch any tag at all (--no-tags)"8577msgstr "hoặc không lấy về bất kỳ thẻ nào (--no-tags)"85788579#: builtin/remote.c:1608580msgid "branch(es) to track"8581msgstr "các nhánh để theo dõi"85828583#: builtin/remote.c:1618584msgid "master branch"8585msgstr "nhánh master"85868587#: builtin/remote.c:1628588msgid "push|fetch"8589msgstr "push|fetch"85908591#: builtin/remote.c:1638592msgid "set up remote as a mirror to push to or fetch from"8593msgstr "đặt máy chủ (remote) như là một máy bản sao để push hay fetch từ đó"85948595#: builtin/remote.c:1758596msgid "specifying a master branch makes no sense with --mirror"8597msgstr "đang chỉ định một nhánh master không hợp lý với tùy chọn --mirror"85988599#: builtin/remote.c:1778600msgid "specifying branches to track makes sense only with fetch mirrors"8601msgstr "chỉ định những nhánh để theo dõi chỉ hợp lý với các “fetch mirror”"86028603#: builtin/remote.c:187 builtin/remote.c:6438604#, c-format8605msgid "remote %s already exists."8606msgstr "máy chủ %s đã tồn tại rồi."86078608#: builtin/remote.c:191 builtin/remote.c:6478609#, c-format8610msgid "'%s' is not a valid remote name"8611msgstr "“%s” không phải tên máy chủ hợp lệ"86128613#: builtin/remote.c:2358614#, c-format8615msgid "Could not setup master '%s'"8616msgstr "Không thể cài đặt nhánh master “%s”"86178618#: builtin/remote.c:3358619#, c-format8620msgid "Could not get fetch map for refspec %s"8621msgstr "Không thể lấy ánh xạ (map) fetch cho đặc tả tham chiếu %s"86228623#: builtin/remote.c:436 builtin/remote.c:4448624msgid "(matching)"8625msgstr "(khớp)"86268627#: builtin/remote.c:4488628msgid "(delete)"8629msgstr "(xóa)"86308631#: builtin/remote.c:592 builtin/remote.c:598 builtin/remote.c:6048632#, c-format8633msgid "Could not append '%s' to '%s'"8634msgstr "Không thể nối thêm “%s” vào “%s”"86358636#: builtin/remote.c:636 builtin/remote.c:795 builtin/remote.c:8958637#, c-format8638msgid "No such remote: %s"8639msgstr "Không có máy chủ nào như thế: %s"86408641#: builtin/remote.c:6538642#, c-format8643msgid "Could not rename config section '%s' to '%s'"8644msgstr "Không thể đổi tên phần của cấu hình từ “%s” thành “%s”"86458646#: builtin/remote.c:659 builtin/remote.c:8478647#, c-format8648msgid "Could not remove config section '%s'"8649msgstr "Không thể gỡ bỏ phần cấu hình “%s”"86508651#: builtin/remote.c:6748652#, c-format8653msgid ""8654"Not updating non-default fetch refspec\n"8655"\t%s\n"8656"\tPlease update the configuration manually if necessary."8657msgstr ""8658"Không cập nhật “non-default fetch respec”\n"8659"\t%s\n"8660"\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."86618662#: builtin/remote.c:6808663#, c-format8664msgid "Could not append '%s'"8665msgstr "Không thể nối thêm “%s”"86668667#: builtin/remote.c:6918668#, c-format8669msgid "Could not set '%s'"8670msgstr "Không thể đặt “%s”"86718672#: builtin/remote.c:7138673#, c-format8674msgid "deleting '%s' failed"8675msgstr "gặp lỗi khi xóa “%s”"86768677#: builtin/remote.c:7478678#, c-format8679msgid "creating '%s' failed"8680msgstr "gặp lỗi khi tạo “%s”"86818682#: builtin/remote.c:7668683#, c-format8684msgid "Could not remove branch %s"8685msgstr "Không thể gỡ bỏ nhánh “%s”"86868687#: builtin/remote.c:8338688msgid ""8689"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8690"to delete it, use:"8691msgid_plural ""8692"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8693"to delete them, use:"8694msgstr[0] ""8695"Chú ý: Một số nhánh nằm ngoài hệ thống refs/remotes/ đã không được gỡ bỏ "8696"đi;\n"8697"để xóa đi, sử dụng:"86988699#: builtin/remote.c:9488700#, c-format8701msgid " new (next fetch will store in remotes/%s)"8702msgstr " mới (lần lấy về tiếp theo sẽ lưu trong remotes/%s)"87038704#: builtin/remote.c:9518705msgid " tracked"8706msgstr " được theo dõi"87078708#: builtin/remote.c:9538709msgid " stale (use 'git remote prune' to remove)"8710msgstr " cũ rích (dùng “git remote prune” để gỡ bỏ)"87118712#: builtin/remote.c:9558713msgid " ???"8714msgstr " ???"87158716#: builtin/remote.c:9968717#, c-format8718msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8719msgstr "branch.%s.merge không hợp lệ; không thể cải tổ về phía > 1 nhánh"87208721#: builtin/remote.c:10038722#, c-format8723msgid "rebases onto remote %s"8724msgstr "thực hiện rebase trên máy chủ %s"87258726#: builtin/remote.c:10068727#, c-format8728msgid " merges with remote %s"8729msgstr " hòa trộn với máy chủ %s"87308731#: builtin/remote.c:10078732msgid " and with remote"8733msgstr " và với máy chủ"87348735#: builtin/remote.c:10098736#, c-format8737msgid "merges with remote %s"8738msgstr "hòa trộn với máy chủ %s"87398740#: builtin/remote.c:10108741msgid " and with remote"8742msgstr " và với máy chủ"87438744#: builtin/remote.c:10568745msgid "create"8746msgstr "tạo"87478748#: builtin/remote.c:10598749msgid "delete"8750msgstr "xóa"87518752#: builtin/remote.c:10638753msgid "up to date"8754msgstr "đã cập nhật"87558756#: builtin/remote.c:10668757msgid "fast-forwardable"8758msgstr "có-thể-fast-forward"87598760#: builtin/remote.c:10698761msgid "local out of date"8762msgstr "dữ liệu nội bộ đã cũ"87638764#: builtin/remote.c:10768765#, c-format8766msgid " %-*s forces to %-*s (%s)"8767msgstr " %-*s ép buộc thành %-*s (%s)"87688769#: builtin/remote.c:10798770#, c-format8771msgid " %-*s pushes to %-*s (%s)"8772msgstr " %-*s đẩy lên thành %-*s (%s)"87738774#: builtin/remote.c:10838775#, c-format8776msgid " %-*s forces to %s"8777msgstr " %-*s ép buộc thành %s"87788779#: builtin/remote.c:10868780#, c-format8781msgid " %-*s pushes to %s"8782msgstr " %-*s đẩy lên thành %s"87838784#: builtin/remote.c:11548785msgid "do not query remotes"8786msgstr "không truy vấn các máy chủ"87878788#: builtin/remote.c:11818789#, c-format8790msgid "* remote %s"8791msgstr "* máy chủ %s"87928793#: builtin/remote.c:11828794#, c-format8795msgid " Fetch URL: %s"8796msgstr " URL để lấy về: %s"87978798#: builtin/remote.c:1183 builtin/remote.c:13348799msgid "(no URL)"8800msgstr "(không có URL)"88018802#: builtin/remote.c:1192 builtin/remote.c:11948803#, c-format8804msgid " Push URL: %s"8805msgstr " URL để đẩy lên: %s"88068807#: builtin/remote.c:1196 builtin/remote.c:1198 builtin/remote.c:12008808#, c-format8809msgid " HEAD branch: %s"8810msgstr " Nhánh HEAD: %s"88118812#: builtin/remote.c:12028813#, c-format8814msgid ""8815" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8816msgstr " nhánh HEAD (HEAD máy chủ chưa rõ ràng, có lẽ là một trong số sau):\n"88178818#: builtin/remote.c:12148819#, c-format8820msgid " Remote branch:%s"8821msgid_plural " Remote branches:%s"8822msgstr[0] " Những nhánh trên máy chủ:%s"88238824#: builtin/remote.c:1217 builtin/remote.c:12448825msgid " (status not queried)"8826msgstr " (trạng thái không được yêu cầu)"88278828#: builtin/remote.c:12268829msgid " Local branch configured for 'git pull':"8830msgid_plural " Local branches configured for 'git pull':"8831msgstr[0] " Những nhánh nội bộ đã được cấu hình cho lệnh “git pull”:"88328833#: builtin/remote.c:12348834msgid " Local refs will be mirrored by 'git push'"8835msgstr " refs nội bộ sẽ được phản chiếu bởi lệnh “git push”"88368837#: builtin/remote.c:12418838#, c-format8839msgid " Local ref configured for 'git push'%s:"8840msgid_plural " Local refs configured for 'git push'%s:"8841msgstr[0] " Những tham chiếu nội bộ được cấu hình cho lệnh “git push”%s:"88428843#: builtin/remote.c:12628844msgid "set refs/remotes/<name>/HEAD according to remote"8845msgstr "đặt refs/remotes/<tên>/HEAD cho phù hợp với máy chủ"88468847#: builtin/remote.c:12648848msgid "delete refs/remotes/<name>/HEAD"8849msgstr "xóa refs/remotes/<tên>/HEAD"88508851#: builtin/remote.c:12798852msgid "Cannot determine remote HEAD"8853msgstr "Không thể xác định được HEAD máy chủ"88548855#: builtin/remote.c:12818856msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8857msgstr "Nhiều nhánh HEAD máy chủ. Hãy chọn rõ ràng một:"88588859#: builtin/remote.c:12918860#, c-format8861msgid "Could not delete %s"8862msgstr "Không thể xóa bỏ %s"88638864#: builtin/remote.c:12998865#, c-format8866msgid "Not a valid ref: %s"8867msgstr "Không phải là tham chiếu hợp lệ: %s"88688869#: builtin/remote.c:13018870#, c-format8871msgid "Could not setup %s"8872msgstr "Không thể cài đặt %s"88738874#: builtin/remote.c:13198875#, c-format8876msgid " %s will become dangling!"8877msgstr " %s sẽ trở thành không đầu (không được quản lý)!"88788879#: builtin/remote.c:13208880#, c-format8881msgid " %s has become dangling!"8882msgstr " %s đã trở thành không đầu (không được quản lý)!"88838884#: builtin/remote.c:13308885#, c-format8886msgid "Pruning %s"8887msgstr "Đang xén bớt %s"88888889#: builtin/remote.c:13318890#, c-format8891msgid "URL: %s"8892msgstr "URL: %s"88938894#: builtin/remote.c:13548895#, c-format8896msgid " * [would prune] %s"8897msgstr " * [nên xén bớt] %s"88988899#: builtin/remote.c:13578900#, c-format8901msgid " * [pruned] %s"8902msgstr " * [đã bị xén] %s"89038904#: builtin/remote.c:14028905msgid "prune remotes after fetching"8906msgstr "cắt máy chủ sau khi lấy về"89078908#: builtin/remote.c:1468 builtin/remote.c:15428909#, c-format8910msgid "No such remote '%s'"8911msgstr "Không có máy chủ nào có tên “%s”"89128913#: builtin/remote.c:14888914msgid "add branch"8915msgstr "thêm nhánh"89168917#: builtin/remote.c:14958918msgid "no remote specified"8919msgstr "chưa chỉ ra máy chủ nào"89208921#: builtin/remote.c:15178922msgid "manipulate push URLs"8923msgstr "đẩy các “URL” bằng tay"89248925#: builtin/remote.c:15198926msgid "add URL"8927msgstr "thêm URL"89288929#: builtin/remote.c:15218930msgid "delete URLs"8931msgstr "xóa URLs"89328933#: builtin/remote.c:15288934msgid "--add --delete doesn't make sense"8935msgstr "--add --delete không hợp lý"89368937#: builtin/remote.c:15688938#, c-format8939msgid "Invalid old URL pattern: %s"8940msgstr "Kiểu mẫu URL cũ không hợp lệ: %s"89418942#: builtin/remote.c:15768943#, c-format8944msgid "No such URL found: %s"8945msgstr "Không tìm thấy URL như vậy: %s"89468947#: builtin/remote.c:15788948msgid "Will not delete all non-push URLs"8949msgstr "Sẽ không xóa những địa chỉ URL không-push"89508951#: builtin/remote.c:15928952msgid "be verbose; must be placed before a subcommand"8953msgstr "chi tiết; phải được đặt trước một lệnh-con"89548955#: builtin/repack.c:178956msgid "git repack [options]"8957msgstr "git repack [các-tùy-chọn]"89588959#: builtin/repack.c:1598960msgid "pack everything in a single pack"8961msgstr "đóng gói mọi thứ trong một gói đơn"89628963#: builtin/repack.c:1618964msgid "same as -a, and turn unreachable objects loose"8965msgstr "giống với -a, và chỉnh sửa các đối tượng không đọc được thiếu sót"89668967#: builtin/repack.c:1648968msgid "remove redundant packs, and run git-prune-packed"8969msgstr "xóa bỏ các gói dư thừa, và chạy git-prune-packed"89708971#: builtin/repack.c:1668972msgid "pass --no-reuse-delta to git-pack-objects"8973msgstr "chuyển --no-reuse-delta cho git-pack-objects"89748975#: builtin/repack.c:1688976msgid "pass --no-reuse-object to git-pack-objects"8977msgstr "chuyển --no-reuse-object cho git-pack-objects"89788979#: builtin/repack.c:1708980msgid "do not run git-update-server-info"8981msgstr "không chạy git-update-server-info"89828983#: builtin/repack.c:1738984msgid "pass --local to git-pack-objects"8985msgstr "chuyển --local cho git-pack-objects"89868987#: builtin/repack.c:1758988msgid "write bitmap index"8989msgstr "ghi mục lục ánh xạ"89908991#: builtin/repack.c:1768992msgid "approxidate"8993msgstr "ngày ước tính"89948995#: builtin/repack.c:1778996msgid "with -A, do not loosen objects older than this"8997msgstr "với -A, các đối tượng cũ hơn khoảng thời gian này thì không bị mất"89988999#: builtin/repack.c:1799000msgid "size of the window used for delta compression"9001msgstr "kích thước cửa sổ được dùng cho nén “delta”"90029003#: builtin/repack.c:180 builtin/repack.c:1849004msgid "bytes"9005msgstr "byte"90069007#: builtin/repack.c:1819008msgid "same as the above, but limit memory size instead of entries count"9009msgstr "giống như trên, nhưng giới hạn kích thước bộ nhớ hay vì số lượng"90109011#: builtin/repack.c:1839012msgid "limits the maximum delta depth"9013msgstr "giới hạn độ sâu tối đa của “delta”"90149015#: builtin/repack.c:1859016msgid "maximum size of each packfile"9017msgstr "kcíh thước tối đa cho từng tập tin gói"90189019#: builtin/repack.c:1879020msgid "repack objects in packs marked with .keep"9021msgstr "đóng gói lại các đối tượng trong các gói đã đánh dấu bằng .keep"90229023#: builtin/repack.c:3719024#, c-format9025msgid "removing '%s' failed"9026msgstr "gặp lỗi khi xóa bỏ “%s”"90279028#: builtin/replace.c:199029msgid "git replace [-f] <object> <replacement>"9030msgstr "git replace [-f] <đối-tượng> <thay-thế>"90319032#: builtin/replace.c:209033msgid "git replace [-f] --edit <object>"9034msgstr "git replace [-f] --edit <đối tượng>"90359036#: builtin/replace.c:219037msgid "git replace [-f] --graft <commit> [<parent>...]"9038msgstr "git replace [-f] --graft <lần_chuyển_giao> [<cha_mẹ>…]"90399040#: builtin/replace.c:229041msgid "git replace -d <object>..."9042msgstr "git replace -d <đối tượng>…"90439044#: builtin/replace.c:239045msgid "git replace [--format=<format>] [-l [<pattern>]]"9046msgstr "git replace [--format=<định_dạng>] [-l [<mẫu>]]"90479048#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3919049#, c-format9050msgid "Not a valid object name: '%s'"9051msgstr "Không phải là tên đối tượng hợp lệ: “%s”"90529053#: builtin/replace.c:3559054#, c-format9055msgid "bad mergetag in commit '%s'"9056msgstr "thẻ hòa trộn sai trong lần chuyển giao “%s”"90579058#: builtin/replace.c:3579059#, c-format9060msgid "malformed mergetag in commit '%s'"9061msgstr "thẻ hòa trộn không đúng dạng ở lần chuyển giao “%s”"90629063#: builtin/replace.c:3689064#, c-format9065msgid ""9066"original commit '%s' contains mergetag '%s' that is discarded; use --edit "9067"instead of --graft"9068msgstr ""9069"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 "9070"tùy chọn --edit thay cho --graft"90719072#: builtin/replace.c:4019073#, c-format9074msgid "the original commit '%s' has a gpg signature."9075msgstr "lần chuyển giao gốc “%s” có chữ ký GPG."90769077#: builtin/replace.c:4029078msgid "the signature will be removed in the replacement commit!"9079msgstr "chữ ký sẽ được bỏ đi trong lần chuyển giao thay thế!"90809081#: builtin/replace.c:4089082#, c-format9083msgid "could not write replacement commit for: '%s'"9084msgstr "không thể ghi lần chuyển giao thay thế cho: “%s”"90859086#: builtin/replace.c:4329087msgid "list replace refs"9088msgstr "liệt kê các refs thay thế"90899090#: builtin/replace.c:4339091msgid "delete replace refs"9092msgstr "xóa tham chiếu thay thế"90939094#: builtin/replace.c:4349095msgid "edit existing object"9096msgstr "sửa đối tượng sẵn có"90979098#: builtin/replace.c:4359099msgid "change a commit's parents"9100msgstr "thay đổi cha mẹ của lần chuyển giao"91019102#: builtin/replace.c:4369103msgid "replace the ref if it exists"9104msgstr "thay thế tham chiếu nếu nó đã sẵn có"91059106#: builtin/replace.c:4379107msgid "do not pretty-print contents for --edit"9108msgstr "đừng in đẹp các nội dung cho --edit"91099110#: builtin/replace.c:4389111msgid "use this format"9112msgstr "dùng định dạng này"91139114#: builtin/rerere.c:129115msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"9116msgstr "git rerere [clear | forget path… | status | remaining | diff | gc]"91179118#: builtin/rerere.c:579119msgid "register clean resolutions in index"9120msgstr "sổ ghi dọn sạch các phân giải trong bản mục lục"91219122#: builtin/reset.c:269123msgid ""9124"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"9125msgstr ""9126"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"91279128#: builtin/reset.c:279129msgid "git reset [-q] <tree-ish> [--] <paths>..."9130msgstr "git reset [-q] <tree-ish> [--] <đường-dẫn>…"91319132#: builtin/reset.c:289133msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"9134msgstr "git reset --patch [<tree-ish>] [--] [<các-đường-dẫn>…]"91359136#: builtin/reset.c:349137msgid "mixed"9138msgstr "pha trộn"91399140#: builtin/reset.c:349141msgid "soft"9142msgstr "mềm"91439144#: builtin/reset.c:349145msgid "hard"9146msgstr "cứng"91479148#: builtin/reset.c:349149msgid "merge"9150msgstr "hòa trộn"91519152#: builtin/reset.c:349153msgid "keep"9154msgstr "giữ lại"91559156#: builtin/reset.c:749157msgid "You do not have a valid HEAD."9158msgstr "Bạn không có HEAD nào hợp lệ."91599160#: builtin/reset.c:769161msgid "Failed to find tree of HEAD."9162msgstr "Gặp lỗi khi tìm cây của HEAD."91639164#: builtin/reset.c:829165#, c-format9166msgid "Failed to find tree of %s."9167msgstr "Gặp lỗi khi tìm cây của %s."91689169#: builtin/reset.c:1009170#, c-format9171msgid "HEAD is now at %s"9172msgstr "HEAD hiện giờ tại %s"91739174#: builtin/reset.c:1839175#, c-format9176msgid "Cannot do a %s reset in the middle of a merge."9177msgstr "Không thể thực hiện một %s reset ở giữa của quá trình hòa trộn."91789179#: builtin/reset.c:2769180msgid "be quiet, only report errors"9181msgstr "làm việc ở chế độ im lặng, chỉ hiển thị khi có lỗi"91829183#: builtin/reset.c:2789184msgid "reset HEAD and index"9185msgstr "đặt lại (reset) HEAD và bảng mục lục"91869187#: builtin/reset.c:2799188msgid "reset only HEAD"9189msgstr "chỉ đặt lại (reset) HEAD"91909191#: builtin/reset.c:281 builtin/reset.c:2839192msgid "reset HEAD, index and working tree"9193msgstr "đặt lại HEAD, bảng mục lục và cây làm việc"91949195#: builtin/reset.c:2859196msgid "reset HEAD but keep local changes"9197msgstr "đặt lại HEAD nhưng giữ lại các thay đổi nội bộ"91989199#: builtin/reset.c:2889200msgid "record only the fact that removed paths will be added later"9201msgstr "chỉ ghi lại những đường dẫn thực sự sẽ được thêm vào sau này"92029203#: builtin/reset.c:3059204#, c-format9205msgid "Failed to resolve '%s' as a valid revision."9206msgstr "Gặp lỗi khi phân giải “%s” như là điểm xét duyệt hợp lệ."92079208#: builtin/reset.c:308 builtin/reset.c:3169209#, c-format9210msgid "Could not parse object '%s'."9211msgstr "không thể phân tích đối tượng “%s”."92129213#: builtin/reset.c:3139214#, c-format9215msgid "Failed to resolve '%s' as a valid tree."9216msgstr "Gặp lỗi khi phân giải “%s” như là một cây (tree) hợp lệ."92179218#: builtin/reset.c:3229219msgid "--patch is incompatible with --{hard,mixed,soft}"9220msgstr "--patch xung khắc với --{hard,mixed,soft}"92219222#: builtin/reset.c:3319223msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."9224msgstr ""9225"--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 "9226"reset -- <đường_dẫn>”."92279228#: builtin/reset.c:3339229#, c-format9230msgid "Cannot do %s reset with paths."9231msgstr "Không thể thực hiện lệnh %s reset với các đường dẫn."92329233#: builtin/reset.c:3439234#, c-format9235msgid "%s reset is not allowed in a bare repository"9236msgstr "%s reset không được phép trên kho thuần"92379238#: builtin/reset.c:3479239msgid "-N can only be used with --mixed"9240msgstr "-N chỉ được dùng khi có --mixed"92419242#: builtin/reset.c:3649243msgid "Unstaged changes after reset:"9244msgstr "Những thay đổi được đưa ra khỏi bệ phóng sau khi reset:"92459246#: builtin/reset.c:3709247#, c-format9248msgid "Could not reset index file to revision '%s'."9249msgstr "Không thể đặt lại (reset) bảng mục lục thành điểm xét duyệt “%s”."92509251#: builtin/reset.c:3749252msgid "Could not write new index file."9253msgstr "Không thể ghi tập tin lưu bảng mục lục mới."92549255#: builtin/rev-parse.c:3619256msgid "git rev-parse --parseopt [options] -- [<args>...]"9257msgstr "git rev-parse --parseopt [các-tùy-chọn] -- [<th.số>…]"92589259#: builtin/rev-parse.c:3669260msgid "keep the `--` passed as an arg"9261msgstr "giữ lại “--” chuyển sang làm tham số"92629263#: builtin/rev-parse.c:3689264msgid "stop parsing after the first non-option argument"9265msgstr "dừng phân tích sau đối số đầu tiên không có tùy chọn"92669267#: builtin/rev-parse.c:3719268msgid "output in stuck long form"9269msgstr "kết xuất trong định dạng gậy dài"92709271#: builtin/rev-parse.c:4999272msgid ""9273"git rev-parse --parseopt [options] -- [<args>...]\n"9274" or: git rev-parse --sq-quote [<arg>...]\n"9275" or: git rev-parse [options] [<arg>...]\n"9276"\n"9277"Run \"git rev-parse --parseopt -h\" for more information on the first usage."9278msgstr ""9279"git rev-parse --parseopt [các-tùy-chọn] -- [<đ.số>…]\n"9280" hoặc: git rev-parse --sq-quote [<đ.số>…]\n"9281" hoặc: git rev-parse [các-tùy-chọn] [<đ.số>…]\n"9282"\n"9283"Chạy lệnh \"git rev-parse --parseopt -h\" để có thêm thông tin về cách dùng."92849285#: builtin/revert.c:229286msgid "git revert [options] <commit-ish>..."9287msgstr "git revert [các-tùy-chọn] <commit-ish>…"92889289#: builtin/revert.c:239290msgid "git revert <subcommand>"9291msgstr "git revert <lệnh-con>"92929293#: builtin/revert.c:289294msgid "git cherry-pick [options] <commit-ish>..."9295msgstr "git cherry-pick [các-tùy-chọn] <commit-ish>…"92969297#: builtin/revert.c:299298msgid "git cherry-pick <subcommand>"9299msgstr "git cherry-pick <lệnh-con>"93009301#: builtin/revert.c:719302#, c-format9303msgid "%s: %s cannot be used with %s"9304msgstr "%s: %s không thể được sử dụng với %s"93059306#: builtin/revert.c:809307msgid "end revert or cherry-pick sequence"9308msgstr "kết thúc cherry-pick hay revert liên tiếp nhau"93099310#: builtin/revert.c:819311msgid "resume revert or cherry-pick sequence"9312msgstr "phục hồi lại cherry-pick hay revert liên tiếp nhau"93139314#: builtin/revert.c:829315msgid "cancel revert or cherry-pick sequence"9316msgstr "không cherry-pick hay revert liên tiếp nhau"93179318#: builtin/revert.c:839319msgid "don't automatically commit"9320msgstr "không commit một cách tự động."93219322#: builtin/revert.c:849323msgid "edit the commit message"9324msgstr "sửa lại chú thích cho commit"93259326#: builtin/revert.c:879327msgid "parent number"9328msgstr "số của cha mẹ"93299330#: builtin/revert.c:899331msgid "merge strategy"9332msgstr "chiến lược hòa trộn"93339334#: builtin/revert.c:909335msgid "option"9336msgstr "tùy chọn"93379338#: builtin/revert.c:919339msgid "option for merge strategy"9340msgstr "tùy chọn cho chiến lược hòa trộn"93419342#: builtin/revert.c:1049343msgid "append commit name"9344msgstr "nối thêm tên lần chuyển giao"93459346#: builtin/revert.c:1059347msgid "allow fast-forward"9348msgstr "cho phép fast-forward"93499350#: builtin/revert.c:1069351msgid "preserve initially empty commits"9352msgstr "cấm khởi tạo lần chuyển giao trống rỗng"93539354#: builtin/revert.c:1079355msgid "allow commits with empty messages"9356msgstr "chấp nhận chuyển giao mà không ghi chú gì"93579358#: builtin/revert.c:1089359msgid "keep redundant, empty commits"9360msgstr "giữ lại các lần chuyển giao dư thừa, rỗng"93619362#: builtin/revert.c:1129363msgid "program error"9364msgstr "lỗi chương trình"93659366#: builtin/revert.c:1979367msgid "revert failed"9368msgstr "revert gặp lỗi"93699370#: builtin/revert.c:2129371msgid "cherry-pick failed"9372msgstr "cherry-pick gặp lỗi"93739374#: builtin/rm.c:179375msgid "git rm [options] [--] <file>..."9376msgstr "git rm [các-tùy-chọn] [--] <tập-tin>…"93779378#: builtin/rm.c:659379msgid ""9380"the following submodule (or one of its nested submodules)\n"9381"uses a .git directory:"9382msgid_plural ""9383"the following submodules (or one of their nested submodules)\n"9384"use a .git directory:"9385msgstr[0] ""9386"các mô-đun-con sau đây (hay một trong số mô-đun-con bên trong của nó)\n"9387"dùng một thư mục .git:"93889389#: builtin/rm.c:719390msgid ""9391"\n"9392"(use 'rm -rf' if you really want to remove it including all of its history)"9393msgstr ""9394"\n"9395"(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 "9396"chúng)"93979398#: builtin/rm.c:2319399msgid ""9400"the following file has staged content different from both the\n"9401"file and the HEAD:"9402msgid_plural ""9403"the following files have staged content different from both the\n"9404"file and the HEAD:"9405msgstr[0] ""9406"các tập tin sau đây có trạng thái khác biệt nội dung từ cả tập tin\n"9407"và cả HEAD:"94089409#: builtin/rm.c:2369410msgid ""9411"\n"9412"(use -f to force removal)"9413msgstr ""9414"\n"9415"(dùng -f để buộc gỡ bỏ)"94169417#: builtin/rm.c:2409418msgid "the following file has changes staged in the index:"9419msgid_plural "the following files have changes staged in the index:"9420msgstr[0] "các tập tin sau đây có thay đổi trạng thái trong bảng mục lục:"94219422#: builtin/rm.c:244 builtin/rm.c:2559423msgid ""9424"\n"9425"(use --cached to keep the file, or -f to force removal)"9426msgstr ""9427"\n"9428"(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"94299430#: builtin/rm.c:2529431msgid "the following file has local modifications:"9432msgid_plural "the following files have local modifications:"9433msgstr[0] "những tập tin sau đây có những thay đổi nội bộ:"94349435#: builtin/rm.c:2709436msgid "do not list removed files"9437msgstr "không liệt kê các tập tin đã gỡ bỏ"94389439#: builtin/rm.c:2719440msgid "only remove from the index"9441msgstr "chỉ gỡ bỏ từ mục lục"94429443#: builtin/rm.c:2729444msgid "override the up-to-date check"9445msgstr "ghi đè lên kiểm tra cập nhật"94469447#: builtin/rm.c:2739448msgid "allow recursive removal"9449msgstr "cho phép gỡ bỏ đệ qui"94509451#: builtin/rm.c:2759452msgid "exit with a zero status even if nothing matched"9453msgstr "thoát ra với trạng thái khác không thậm chí nếu không có gì khớp"94549455#: builtin/rm.c:3189456msgid "Please, stage your changes to .gitmodules or stash them to proceed"9457msgstr ""9458"Vui lòng đưa các thay đổi của bạn vào “.gitmodules” hay tạm cất chúng đi để "9459"xử lý"94609461#: builtin/rm.c:3369462#, c-format9463msgid "not removing '%s' recursively without -r"9464msgstr "không thể gỡ bỏ “%s” một cách đệ qui mà không có tùy chọn -r"94659466#: builtin/rm.c:3759467#, c-format9468msgid "git rm: unable to remove %s"9469msgstr "git rm: không thể gỡ bỏ %s"94709471#: builtin/shortlog.c:139472msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"9473msgstr "git shortlog [các-tùy-chọn] [<vùng-xét-duyệt>] [[--] [<đường-dẫn>…]]"94749475#: builtin/shortlog.c:1319476#, c-format9477msgid "Missing author: %s"9478msgstr "Thiếu tên tác giả: %s"94799480#: builtin/shortlog.c:2309481msgid "sort output according to the number of commits per author"9482msgstr "sắp xếp kết xuất tuân theo số lượng chuyển giao trên mỗi tác giả"94839484#: builtin/shortlog.c:2329485msgid "Suppress commit descriptions, only provides commit count"9486msgstr "Chặn mọi mô tả lần chuyển giao, chỉ đưa ra số lượng lần chuyển giao"94879488#: builtin/shortlog.c:2349489msgid "Show the email address of each author"9490msgstr "Hiển thị thư điện tử cho từng tác giả"94919492#: builtin/shortlog.c:2359493msgid "w[,i1[,i2]]"9494msgstr "w[,i1[,i2]]"94959496#: builtin/shortlog.c:2369497msgid "Linewrap output"9498msgstr "Ngắt dòng khi quá dài"94999500#: builtin/show-branch.c:99501msgid ""9502"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"9503"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"9504"\t\t[--more=<n> | --list | --independent | --merge-base]\n"9505"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"9506msgstr ""9507"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"9508"\t\t[--current] [--color[=<khi>] | --no-color] [--sparse]\n"9509"\t\t[--more=<n> | --list | --independent | --merge-base]\n"9510"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)…]"95119512#: builtin/show-branch.c:139513msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"9514msgstr "git show-branch (-g|--reflog)[=<n>[,<nền>]] [--list] [<ref>]"95159516#: builtin/show-branch.c:6529517msgid "show remote-tracking and local branches"9518msgstr "hiển thị các nhánh remote-tracking và nội bộ"95199520#: builtin/show-branch.c:6549521msgid "show remote-tracking branches"9522msgstr "hiển thị các nhánh remote-tracking"95239524#: builtin/show-branch.c:6569525msgid "color '*!+-' corresponding to the branch"9526msgstr "màu “*!+-” tương ứng với nhánh"95279528#: builtin/show-branch.c:6589529msgid "show <n> more commits after the common ancestor"9530msgstr "hiển thị thêm <n> lần chuyển giao sau cha mẹ chung"95319532#: builtin/show-branch.c:6609533msgid "synonym to more=-1"9534msgstr "đồng nghĩa với more=-1"95359536#: builtin/show-branch.c:6619537msgid "suppress naming strings"9538msgstr "chặn các chuỗi đặt tên"95399540#: builtin/show-branch.c:6639541msgid "include the current branch"9542msgstr "bao gồm nhánh hiện hành"95439544#: builtin/show-branch.c:6659545msgid "name commits with their object names"9546msgstr "đặ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"95479548#: builtin/show-branch.c:6679549msgid "show possible merge bases"9550msgstr "hiển thị mọi cơ sở có thể dùng để hòa trộn"95519552#: builtin/show-branch.c:6699553msgid "show refs unreachable from any other ref"9554msgstr "hiển thị các tham chiếu không thể được đọc bởi bất kỳ tham chiếu khác"95559556#: builtin/show-branch.c:6719557msgid "show commits in topological order"9558msgstr "hiển thị các lần chuyển giao theo thứ tự tôpô"95599560#: builtin/show-branch.c:6749561msgid "show only commits not on the first branch"9562msgstr "chỉ hiển thị các lần chuyển giao không nằm trên nhánh đầu tiên"95639564#: builtin/show-branch.c:6769565msgid "show merges reachable from only one tip"9566msgstr "hiển thị các lần hòa trộn có thể đọc được chỉ từ một đầu mút"95679568#: builtin/show-branch.c:6789569msgid "topologically sort, maintaining date order where possible"9570msgstr "sắp xếp hình thái học, bảo trì thứ tự ngày nếu có thể"95719572#: builtin/show-branch.c:6819573msgid "<n>[,<base>]"9574msgstr "<n>[,<cơ_sở>]"95759576#: builtin/show-branch.c:6829577msgid "show <n> most recent ref-log entries starting at base"9578msgstr "hiển thị <n> các mục “ref-log” gần nhất kể từ nền (base)"95799580#: builtin/show-ref.c:109581msgid ""9582"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"9583"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "9584msgstr ""9585"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"9586"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [mẫu*] "95879588#: builtin/show-ref.c:119589msgid "git show-ref --exclude-existing[=pattern] < ref-list"9590msgstr "git show-ref --exclude-existing[=mẫu] < ref-list"95919592#: builtin/show-ref.c:1689593msgid "only show tags (can be combined with heads)"9594msgstr "chỉ hiển thị thẻ (có thể tổ hợp cùng với đầu)"95959596#: builtin/show-ref.c:1699597msgid "only show heads (can be combined with tags)"9598msgstr "chỉ hiển thị đầu (có thể tổ hợp cùng với thẻ)"95999600#: builtin/show-ref.c:1709601msgid "stricter reference checking, requires exact ref path"9602msgstr ""9603"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"96049605#: builtin/show-ref.c:173 builtin/show-ref.c:1759606msgid "show the HEAD reference, even if it would be filtered out"9607msgstr "hiển thị tham chiếu HEAD, ngay cả khi nó đã được lọc ra"96089609#: builtin/show-ref.c:1779610msgid "dereference tags into object IDs"9611msgstr "bãi bỏ tham chiếu các thẻ thành ra các ID đối tượng"96129613#: builtin/show-ref.c:1799614msgid "only show SHA1 hash using <n> digits"9615msgstr "chỉ hiển thị mã băm SHA1 sử dụng <n> chữ số"96169617#: builtin/show-ref.c:1839618msgid "do not print results to stdout (useful with --verify)"9619msgstr ""9620"không hiển thị kết quả ra đầu ra chuẩn (stdout) (chỉ hữu dụng với --verify)"96219622#: builtin/show-ref.c:1859623msgid "show refs from stdin that aren't in local repository"9624msgstr ""9625"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 "9626"bộ"96279628#: builtin/symbolic-ref.c:79629msgid "git symbolic-ref [options] name [ref]"9630msgstr "git symbolic-ref [các-tùy-chọn] tên [t.chiếu]"96319632#: builtin/symbolic-ref.c:89633msgid "git symbolic-ref -d [-q] name"9634msgstr "git symbolic-ref -d [-q] tên"96359636#: builtin/symbolic-ref.c:409637msgid "suppress error message for non-symbolic (detached) refs"9638msgstr "chặn các thông tin lỗi cho các tham chiếu “không-mềm” (bị tách ra)"96399640#: builtin/symbolic-ref.c:419641msgid "delete symbolic ref"9642msgstr "xóa tham chiếu mềm"96439644#: builtin/symbolic-ref.c:429645msgid "shorten ref output"9646msgstr "làm ngắn kết xuất ref (tham chiếu)"96479648#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3589649msgid "reason"9650msgstr "lý do"96519652#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3589653msgid "reason of the update"9654msgstr "lý do cập nhật"96559656#: builtin/tag.c:229657msgid ""9658"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"9659msgstr ""9660"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <tập-tin>] <tên-thẻ> [<head>]"96619662#: builtin/tag.c:239663msgid "git tag -d <tagname>..."9664msgstr "git tag -d <tên-thẻ>…"96659666#: builtin/tag.c:249667msgid ""9668"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"9669"\t\t[<pattern>...]"9670msgstr ""9671"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <đối-tượng>] \n"9672"\t\t[<mẫu>…]"96739674#: builtin/tag.c:269675msgid "git tag -v <tagname>..."9676msgstr "git tag -v <tên-thẻ>…"96779678#: builtin/tag.c:699679#, c-format9680msgid "malformed object at '%s'"9681msgstr "đối tượng dị hình tại “%s”"96829683#: builtin/tag.c:3019684#, c-format9685msgid "tag name too long: %.*s..."9686msgstr "tên thẻ quá dài: %.*s…"96879688#: builtin/tag.c:3069689#, c-format9690msgid "tag '%s' not found."9691msgstr "không tìm thấy tìm thấy thẻ “%s”."96929693#: builtin/tag.c:3219694#, c-format9695msgid "Deleted tag '%s' (was %s)\n"9696msgstr "Thẻ đã bị xóa “%s” (trước là %s)\n"96979698#: builtin/tag.c:3339699#, c-format9700msgid "could not verify the tag '%s'"9701msgstr "không thể thẩm tra thẻ “%s”"97029703#: builtin/tag.c:3439704#, c-format9705msgid ""9706"\n"9707"Write a message for tag:\n"9708" %s\n"9709"Lines starting with '%c' will be ignored.\n"9710msgstr ""9711"\n"9712"Viết các ghi chú cho thẻ:\n"9713" %s\n"9714"Những dòng được bắt đầu bằng “%c” sẽ được bỏ qua.\n"97159716#: builtin/tag.c:3479717#, c-format9718msgid ""9719"\n"9720"Write a message for tag:\n"9721" %s\n"9722"Lines starting with '%c' will be kept; you may remove them yourself if you "9723"want to.\n"9724msgstr ""9725"\n"9726"Viết các ghi chú cho (thẻ) tag\n"9727" %s\n"9728"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 "9729"nếu muốn.\n"97309731#: builtin/tag.c:3719732#, c-format9733msgid "unsupported sort specification '%s'"9734msgstr "không hỗ trợ đặc tả sắp xếp “%s”"97359736#: builtin/tag.c:3739737#, c-format9738msgid "unsupported sort specification '%s' in variable '%s'"9739msgstr "không hỗ trợ đặc tả sắp xếp “%s” trong biến “%s”"97409741#: builtin/tag.c:4289742msgid "unable to sign the tag"9743msgstr "không thể ký thẻ"97449745#: builtin/tag.c:4309746msgid "unable to write tag file"9747msgstr "không thể ghi vào tập tin lưu thẻ"97489749#: builtin/tag.c:4559750msgid "bad object type."9751msgstr "kiểu đối tượng sai."97529753#: builtin/tag.c:4689754msgid "tag header too big."9755msgstr "đầu thẻ (tag) quá lớn."97569757#: builtin/tag.c:5049758msgid "no tag message?"9759msgstr "không có chú thích gì cho cho thẻ à?"97609761#: builtin/tag.c:5109762#, c-format9763msgid "The tag message has been left in %s\n"9764msgstr "Nội dung ghi chú còn lại %s\n"97659766#: builtin/tag.c:5599767msgid "switch 'points-at' requires an object"9768msgstr "chuyển đến “points-at” yêu cần một đối tượng"97699770#: builtin/tag.c:5619771#, c-format9772msgid "malformed object name '%s'"9773msgstr "tên đối tượng dị hình “%s”"97749775#: builtin/tag.c:5899776msgid "list tag names"9777msgstr "chỉ liệt kê tên các thẻ"97789779#: builtin/tag.c:5919780msgid "print <n> lines of each tag message"9781msgstr "hiển thị <n> dòng cho mỗi ghi chú"97829783#: builtin/tag.c:5939784msgid "delete tags"9785msgstr "xóa thẻ"97869787#: builtin/tag.c:5949788msgid "verify tags"9789msgstr "thẩm tra thẻ"97909791#: builtin/tag.c:5969792msgid "Tag creation options"9793msgstr "Tùy chọn tạo tag"97949795#: builtin/tag.c:5989796msgid "annotated tag, needs a message"9797msgstr "để chú giải cho thẻ, cần một lời ghi chú"97989799#: builtin/tag.c:6009800msgid "tag message"9801msgstr "tin nhắn cho thẻ (tag)"98029803#: builtin/tag.c:6029804msgid "annotated and GPG-signed tag"9805msgstr "thẻ chú giải và ký kiểu GPG"98069807#: builtin/tag.c:6069808msgid "use another key to sign the tag"9809msgstr "dùng kháo khác để ký thẻ"98109811#: builtin/tag.c:6079812msgid "replace the tag if exists"9813msgstr "thay thế nếu tag đó đã có trước"98149815#: builtin/tag.c:6089816msgid "show tag list in columns"9817msgstr "hiển thị danh sách thẻ trong các cột"98189819#: builtin/tag.c:6109820msgid "sort tags"9821msgstr "sắp xếp các thẻ"98229823#: builtin/tag.c:6149824msgid "Tag listing options"9825msgstr "Các tùy chọn liệt kê thẻ"98269827#: builtin/tag.c:617 builtin/tag.c:6239828msgid "print only tags that contain the commit"9829msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"98309831#: builtin/tag.c:6299832msgid "print only tags of the object"9833msgstr "chỉ hiển thị các thẻ của đối tượng"98349835#: builtin/tag.c:6559836msgid "--column and -n are incompatible"9837msgstr "--column và -n xung khắc nhau"98389839#: builtin/tag.c:6679840msgid "--sort and -n are incompatible"9841msgstr "--sort và -n xung khắc nhau"98429843#: builtin/tag.c:6749844msgid "-n option is only allowed with -l."9845msgstr "tùy chọn -n chỉ cho phép dùng với -l."98469847#: builtin/tag.c:6769848msgid "--contains option is only allowed with -l."9849msgstr "tùy chọn --contains chỉ cho phép dùng với -l."98509851#: builtin/tag.c:6789852msgid "--points-at option is only allowed with -l."9853msgstr "tùy chọn --points-at chỉ cho phép dùng với -l."98549855#: builtin/tag.c:6869856msgid "only one -F or -m option is allowed."9857msgstr "chỉ có một tùy chọn -F hoặc -m là được phép."98589859#: builtin/tag.c:7069860msgid "too many params"9861msgstr "quá nhiều đối số"98629863#: builtin/tag.c:7129864#, c-format9865msgid "'%s' is not a valid tag name."9866msgstr "“%s” không phải thẻ hợp lệ."98679868#: builtin/tag.c:7179869#, c-format9870msgid "tag '%s' already exists"9871msgstr "Thẻ “%s” đã tồn tại rồi"98729873#: builtin/tag.c:7419874#, c-format9875msgid "Updated tag '%s' (was %s)\n"9876msgstr "Đã cập nhật thẻ “%s” (trước là %s)\n"98779878#: builtin/unpack-objects.c:4899879msgid "Unpacking objects"9880msgstr "Đang giải nén các đối tượng"98819882#: builtin/update-index.c:4039883msgid "git update-index [options] [--] [<file>...]"9884msgstr "git update-index [các-tùy-chọn] [<tập-tin>…]"98859886#: builtin/update-index.c:7569887msgid "continue refresh even when index needs update"9888msgstr "tiếp tục làm mới ngay cả khi bảng mục lục cần được cập nhật"98899890#: builtin/update-index.c:7599891msgid "refresh: ignore submodules"9892msgstr "refresh: lờ đi mô-đun-con"98939894#: builtin/update-index.c:7629895msgid "do not ignore new files"9896msgstr "không bỏ qua các tập tin mới tạo"98979898#: builtin/update-index.c:7649899msgid "let files replace directories and vice-versa"9900msgstr "để các tập tin thay thế các thư mục và “vice-versa”"99019902#: builtin/update-index.c:7669903msgid "notice files missing from worktree"9904msgstr "thông báo các tập-tin thiếu trong thư-mục làm việc"99059906#: builtin/update-index.c:7689907msgid "refresh even if index contains unmerged entries"9908msgstr ""9909"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"99109911#: builtin/update-index.c:7719912msgid "refresh stat information"9913msgstr "lấy lại thông tin thống kê"99149915#: builtin/update-index.c:7759916msgid "like --refresh, but ignore assume-unchanged setting"9917msgstr "giống --refresh, nhưng bỏ qua các cài đặt “assume-unchanged”"99189919#: builtin/update-index.c:7799920msgid "<mode>,<object>,<path>"9921msgstr "<chế_độ>,<đối_tượng>,<đường_dẫn>"99229923#: builtin/update-index.c:7809924msgid "add the specified entry to the index"9925msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục"99269927#: builtin/update-index.c:7849928msgid "(+/-)x"9929msgstr "(+/-)x"99309931#: builtin/update-index.c:7859932msgid "override the executable bit of the listed files"9933msgstr "ghi đè lên bít thi hành của các tập tin được liệt kê"99349935#: builtin/update-index.c:7899936msgid "mark files as \"not changing\""9937msgstr "Đánh dấu các tập tin là \"không thay đổi\""99389939#: builtin/update-index.c:7929940msgid "clear assumed-unchanged bit"9941msgstr "xóa bít assumed-unchanged (giả định là không thay đổi)"99429943#: builtin/update-index.c:7959944msgid "mark files as \"index-only\""9945msgstr "đánh dấu các tập tin là “chỉ-đọc”"99469947#: builtin/update-index.c:7989948msgid "clear skip-worktree bit"9949msgstr "xóa bít skip-worktree"99509951#: builtin/update-index.c:8019952msgid "add to index only; do not add content to object database"9953msgstr ""9954"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"99559956#: builtin/update-index.c:8039957msgid "remove named paths even if present in worktree"9958msgstr ""9959"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 "9960"làm việc"99619962#: builtin/update-index.c:8059963msgid "with --stdin: input lines are terminated by null bytes"9964msgstr "với tùy chọn --stdin: các dòng đầu vào được chấm dứt bởi ký tự null"99659966#: builtin/update-index.c:8079967msgid "read list of paths to be updated from standard input"9968msgstr "đọc danh sách đường dẫn cần cập nhật từ đầu vào tiêu chuẩn"99699970#: builtin/update-index.c:8119971msgid "add entries from standard input to the index"9972msgstr "không thể đọc các mục từ đầu vào tiêu chuẩn vào bảng mục lục"99739974#: builtin/update-index.c:8159975msgid "repopulate stages #2 and #3 for the listed paths"9976msgstr "phục hồi các trạng thái #2 và #3 cho các đường dẫn được liệt kê"99779978#: builtin/update-index.c:8199979msgid "only update entries that differ from HEAD"9980msgstr "chỉ cập nhật các mục tin mà nó khác biệt so với HEAD"99819982#: builtin/update-index.c:8239983msgid "ignore files missing from worktree"9984msgstr "bỏ qua các tập-tin thiếu trong thư-mục làm việc"99859986#: builtin/update-index.c:8269987msgid "report actions to standard output"9988msgstr "báo cáo các thao tác ra thiết bị xuất chuẩn"99899990#: builtin/update-index.c:8289991msgid "(for porcelains) forget saved unresolved conflicts"9992msgstr "(cho “porcelains”) quên các xung đột chưa được giải quyết đã ghi"99939994#: builtin/update-index.c:8329995msgid "write index in this format"9996msgstr "ghi mục lục ở định dạng này"99979998#: builtin/update-index.c:8349999msgid "enable or disable split index"10000msgstr "bật/tắt chia cắt bảng mục lục"1000110002#: builtin/update-ref.c:910003msgid "git update-ref [options] -d <refname> [<oldval>]"10004msgstr "git update-ref [các-tùy-chọn] -d <refname> [<biến-cũ>]"1000510006#: builtin/update-ref.c:1010007msgid "git update-ref [options] <refname> <newval> [<oldval>]"10008msgstr "git update-ref [các-tùy-chọn] <refname> <biến-mới> [<biến-cũ>]"1000910010#: builtin/update-ref.c:1110011msgid "git update-ref [options] --stdin [-z]"10012msgstr "git update-ref [các-tùy-chọn] --stdin [-z]"1001310014#: builtin/update-ref.c:35910015msgid "delete the reference"10016msgstr "xóa tham chiếu"1001710018#: builtin/update-ref.c:36110019msgid "update <refname> not the one it points to"10020msgstr "cập nhật <tên-tham-chiếu> không phải cái nó chỉ tới"1002110022#: builtin/update-ref.c:36210023msgid "stdin has NUL-terminated arguments"10024msgstr "đầu vào tiêu chuẩn có các đối số được chấm dứt bởi NUL"1002510026#: builtin/update-ref.c:36310027msgid "read updates from stdin"10028msgstr "đọc cập nhật từ đầu vào tiêu chuẩn"1002910030#: builtin/update-server-info.c:610031msgid "git update-server-info [--force]"10032msgstr "git update-server-info [--force]"1003310034#: builtin/update-server-info.c:1410035msgid "update the info files from scratch"10036msgstr "cập nhật các tập tin thông tin từ điểm xuất phát"1003710038#: builtin/verify-commit.c:1710039msgid "git verify-commit [-v|--verbose] <commit>..."10040msgstr "git verify-commit [-v|--verbose] <lần_chuyển_giao>…"1004110042#: builtin/verify-commit.c:7510043msgid "print commit contents"10044msgstr "hiển thị nội dung của lần chuyển giao"1004510046#: builtin/verify-pack.c:5410047msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."10048msgstr "git verify-pack [-v|--verbose] [-s|--stat-only] <gói>…"1004910050#: builtin/verify-pack.c:6410051msgid "verbose"10052msgstr "chi tiết"1005310054#: builtin/verify-pack.c:6610055msgid "show statistics only"10056msgstr "chỉ hiển thị thống kê"1005710058#: builtin/verify-tag.c:1710059msgid "git verify-tag [-v|--verbose] <tag>..."10060msgstr "git verify-tag [-v|--verbose] <thẻ>…"1006110062#: builtin/verify-tag.c:7310063msgid "print tag contents"10064msgstr "hiển thị nội dung của thẻ"1006510066#: builtin/write-tree.c:1310067msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"10068msgstr "git write-tree [--missing-ok] [--prefix=<tiền-tố>/]"1006910070#: builtin/write-tree.c:2610071msgid "<prefix>/"10072msgstr "<tiền tố>/"1007310074#: builtin/write-tree.c:2710075msgid "write tree object for a subdirectory <prefix>"10076msgstr "ghi đối tượng cây (tree) cho <tiền tố> thư mục con"1007710078#: builtin/write-tree.c:3010079msgid "only useful for debugging"10080msgstr "chỉ hữu ích khi cần gỡ lỗi"1008110082#: credential-cache--daemon.c:26710083msgid "print debugging messages to stderr"10084msgstr "in thông tin gỡ lỗi ra đầu ra lỗi tiêu chuẩn"1008510086#: git.c:1410087msgid ""10088"'git help -a' and 'git help -g' list available subcommands and some\n"10089"concept guides. See 'git help <command>' or 'git help <concept>'\n"10090"to read about a specific subcommand or concept."10091msgstr ""10092"“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"10093"hướng dẫn về khái niệm. Xem “git help <lệnh>” hay “git help <khái-niệm>”\n"10094"để xem các đặc tả cho lệnh hay khái niệm cụ thể."1009510096#: common-cmds.h:810097msgid "Add file contents to the index"10098msgstr "Thêm nội dung tập tin vào bảng mục lục"1009910100#: common-cmds.h:910101msgid "Find by binary search the change that introduced a bug"10102msgstr "Tìm kiếm bằng điều tra nhị phân các thay đổi mà nó bắt đầu lỗi"1010310104#: common-cmds.h:1010105msgid "List, create, or delete branches"10106msgstr "Liệt kê, tạo hay là xóa các nhánh"1010710108#: common-cmds.h:1110109msgid "Checkout a branch or paths to the working tree"10110msgstr "Lấy ra một nhánh hay các đường dẫn tới cây làm việc"1011110112#: common-cmds.h:1210113msgid "Clone a repository into a new directory"10114msgstr "Nhân bản một kho chứa đến một thư mục mới"1011510116#: common-cmds.h:1310117msgid "Record changes to the repository"10118msgstr "Ghi các thay đổi vào kho chứa"1011910120#: common-cmds.h:1410121msgid "Show changes between commits, commit and working tree, etc"10122msgstr ""10123"Xem các thay đổi giữa những lần chuyển giao,\n"10124" giữa một lần chuyển giao và cây làm việc, v.v.."1012510126#: common-cmds.h:1510127msgid "Download objects and refs from another repository"10128msgstr "Tải về các đối tượng và tham chiếu từ kho chứa khác"1012910130#: common-cmds.h:1610131msgid "Print lines matching a pattern"10132msgstr "In ra những dòng khớp với một mẫu"1013310134#: common-cmds.h:1710135msgid "Create an empty Git repository or reinitialize an existing one"10136msgstr "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"1013710138#: common-cmds.h:1810139msgid "Show commit logs"10140msgstr "Hiển thị nhật ký các lần chuyển giao"1014110142#: common-cmds.h:1910143msgid "Join two or more development histories together"10144msgstr "Hợp nhất hai hay nhiều hơn lịch sử của các nhà phát triển"1014510146#: common-cmds.h:2010147msgid "Move or rename a file, a directory, or a symlink"10148msgstr "Di chuyển hay đổi tên một tập tin, thư mục hoặc liên kết mềm"1014910150#: common-cmds.h:2110151msgid "Fetch from and integrate with another repository or a local branch"10152msgstr "Lấy về và hợp nhất với kho khác hay một nhánh nội bộ"1015310154#: common-cmds.h:2210155msgid "Update remote refs along with associated objects"10156msgstr "Cập nhật th.chiếu máy chủ cùng với các đối tượng liên quan đến nó"1015710158#: common-cmds.h:2310159msgid "Forward-port local commits to the updated upstream head"10160msgstr ""10161"Chuyển tiếp những lần chuyển giao nội bộ\n"10162" tới head thượng nguồn đã cập nhật"1016310164#: common-cmds.h:2410165msgid "Reset current HEAD to the specified state"10166msgstr "Đặt lại HEAD hiện hành thành trạng thái đã cho"1016710168#: common-cmds.h:2510169msgid "Remove files from the working tree and from the index"10170msgstr "Gỡ bỏ các tập tin từ cây làm việc và từ bảng mục lục"1017110172#: common-cmds.h:2610173msgid "Show various types of objects"10174msgstr "Hiển thị các kiểu khác nhau của các đối tượng"1017510176#: common-cmds.h:2710177msgid "Show the working tree status"10178msgstr "Hiển thị trạng thái cây làm việc"1017910180#: common-cmds.h:2810181msgid "Create, list, delete or verify a tag object signed with GPG"10182msgstr "Tạo, liệt kê, xóa hay xác thực một đối tượng thẻ được ký bằng GPG"1018310184#: parse-options.h:14310185msgid "expiry-date"10186msgstr "ngày hết hạn"1018710188#: parse-options.h:15810189msgid "no-op (backward compatibility)"10190msgstr "no-op (tương thích ngược)"1019110192#: parse-options.h:23210193msgid "be more verbose"10194msgstr "chi tiết hơn nữa"1019510196#: parse-options.h:23410197msgid "be more quiet"10198msgstr "im lặng hơn nữa"1019910200#: parse-options.h:24010201msgid "use <n> digits to display SHA-1s"10202msgstr "sử dụng <n> chữ số để hiển thị SHA-1s"1020310204#: rerere.h:2710205msgid "update the index with reused conflict resolution if possible"10206msgstr "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"1020710208#: git-am.sh:5310209msgid "You need to set your committer info first"10210msgstr "Bạn cần đặt thông tin về người chuyển giao mã nguồn trước đã"1021110212#: git-am.sh:9810213msgid ""10214"You seem to have moved HEAD since the last 'am' failure.\n"10215"Not rewinding to ORIG_HEAD"10216msgstr ""10217"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"10218"Không thể chuyển tới ORIG_HEAD"1021910220#: git-am.sh:10810221#, sh-format10222msgid ""10223"When you have resolved this problem, run \"$cmdline --continue\".\n"10224"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"10225"To restore the original branch and stop patching, run \"$cmdline --abort\"."10226msgstr ""10227"Khi bạn cần giải quyết vấn đề này hãy chạy lệnh \"$cmdline --continue\".\n"10228"Nếu bạn có ý định bỏ qua miếng vá, thay vào đó bạn chạy \"$cmdline --skip"10229"\".\n"10230"Để 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 "10231"\"$cmdline --abort\"."1023210233#: git-am.sh:12410234msgid "Cannot fall back to three-way merge."10235msgstr "Đang trở lại để hòa trộn kiểu “three-way”."1023610237#: git-am.sh:14010238msgid "Repository lacks necessary blobs to fall back on 3-way merge."10239msgstr "Kho thiếu đối tượng blob cần thiết để trở về trên “3-way merge”."1024010241#: git-am.sh:14210242msgid "Using index info to reconstruct a base tree..."10243msgstr ""10244"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ở…"1024510246#: git-am.sh:15710247msgid ""10248"Did you hand edit your patch?\n"10249"It does not apply to blobs recorded in its index."10250msgstr ""10251"Bạn đã sửa miếng vá của mình bằng cách thủ công à?\n"10252"Nó không thể áp dụng các blob đã được ghi lại trong bảng mục lục của nó."1025310254#: git-am.sh:16610255msgid "Falling back to patching base and 3-way merge..."10256msgstr "Đang trở lại để vá cơ sở và “hòa trộn 3-đường”…"1025710258#: git-am.sh:18210259msgid "Failed to merge in the changes."10260msgstr "Gặp lỗi khi trộn vào các thay đổi."1026110262#: git-am.sh:27710263msgid "Only one StGIT patch series can be applied at once"10264msgstr "Chỉ có một sê-ri miếng vá StGIT được áp dụng một lúc"1026510266#: git-am.sh:36410267#, sh-format10268msgid "Patch format $patch_format is not supported."10269msgstr "Định dạng miếng vá $patch_format không được hỗ trợ."1027010271#: git-am.sh:36610272msgid "Patch format detection failed."10273msgstr "Dò tìm định dạng miếng vá gặp lỗi."1027410275#: git-am.sh:39810276msgid ""10277"The -b/--binary option has been a no-op for long time, and\n"10278"it will be removed. Please do not use it anymore."10279msgstr ""10280"Tùy chọn -b/--binary đã không dùng từ lâu rồi, và\n"10281"nó sẽ được bỏ đi. Xin đừng sử dụng nó thêm nữa."1028210283#: git-am.sh:49610284#, sh-format10285msgid "previous rebase directory $dotest still exists but mbox given."10286msgstr "thư mục rebase trước $dotest vẫn chưa sẵn sàng nhưng mbox được đưa ra."1028710288#: git-am.sh:50110289msgid "Please make up your mind. --skip or --abort?"10290msgstr "Xin hãy rõ ràng. --skip hay --abort?"1029110292#: git-am.sh:53710293#, sh-format10294msgid ""10295"Stray $dotest directory found.\n"10296"Use \"git am --abort\" to remove it."10297msgstr ""10298"Tìm thấy thư mục lạc $dotest.\n"10299"Dùng \"git am --abort\" để loại bỏ nó đi."1030010301#: git-am.sh:54510302msgid "Resolve operation not in progress, we are not resuming."10303msgstr "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."1030410305#: git-am.sh:61210306#, sh-format10307msgid "Dirty index: cannot apply patches (dirty: $files)"10308msgstr "Bảng mục lục sai: không thể áp dụng các miếng vá (sai: $files)"1030910310#: git-am.sh:72210311#, sh-format10312msgid ""10313"Patch is empty. Was it split wrong?\n"10314"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"10315"To restore the original branch and stop patching run \"$cmdline --abort\"."10316msgstr ""10317"Miếng vá trống rỗng. Nó đã bị chia cắt sai phải không?\n"10318"Nếu bạn thích bỏ qua miếng vá này, hãy chạy lệnh sau để thay thế \"$cmdline "10319"--skip\".\n"10320"Để 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 --"10321"abort\"."1032210323#: git-am.sh:74910324msgid "Patch does not have a valid e-mail address."10325msgstr "Miếng vá không có địa chỉ thư điện tử hợp lệ."1032610327#: git-am.sh:79610328msgid "cannot be interactive without stdin connected to a terminal."10329msgstr ""10330"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"1033110332#: git-am.sh:80010333msgid "Commit Body is:"10334msgstr "Thân của lần chuyển giao là:"1033510336#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]10337#. in your translation. The program will only accept English10338#. input at this point.10339#: git-am.sh:80710340msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "10341msgstr ""10342"Áp dụng? đồng ý [y]/khô[n]g/chỉnh sửa [e]/hiển thị miếng [v]á/đồng ý tất cả "10343"[a] "1034410345#: git-am.sh:84310346#, sh-format10347msgid "Applying: $FIRSTLINE"10348msgstr "Đang áp dụng (miếng vá): $FIRSTLINE"1034910350#: git-am.sh:86410351msgid ""10352"No changes - did you forget to use 'git add'?\n"10353"If there is nothing left to stage, chances are that something else\n"10354"already introduced the same changes; you might want to skip this patch."10355msgstr ""10356"Không có thay đổi nào - bạn đã quên sử dụng lệnh “git add” à?\n"10357"Nếu ở đây không có gì còn lại stage, tình cờ là có một số thứ khác\n"10358"đã 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 "10359"vá này."1036010361#: git-am.sh:87210362msgid ""10363"You still have unmerged paths in your index\n"10364"did you forget to use 'git add'?"10365msgstr ""10366"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 mình\n"10367"bạn đã quên sử dụng lệnh “git add” à?"1036810369#: git-am.sh:88810370msgid "No changes -- Patch already applied."10371msgstr "Không thay đổi gì cả -- Miếng vá đã được áp dụng rồi."1037210373#: git-am.sh:89810374#, sh-format10375msgid "Patch failed at $msgnum $FIRSTLINE"10376msgstr "Gặp lỗi khi vá tại $msgnum $FIRSTLINE"1037710378#: git-am.sh:90110379#, sh-format10380msgid ""10381"The copy of the patch that failed is found in:\n"10382" $dotest/patch"10383msgstr ""10384"Bản sao chép của miếng vá mà nó gặp lỗi thì được tìm thấy trong:\n"10385" $dotest/patch"1038610387#: git-am.sh:91910388msgid "applying to an empty history"10389msgstr "áp dụng vào một lịch sử trống rỗng"1039010391#: git-bisect.sh:4810392msgid "You need to start by \"git bisect start\""10393msgstr "Bạn cần khởi đầu bằng \"git bisect start\""1039410395#. TRANSLATORS: Make sure to include [Y] and [n] in your10396#. translation. The program will only accept English input10397#. at this point.10398#: git-bisect.sh:5410399msgid "Do you want me to do it for you [Y/n]? "10400msgstr "Bạn có muốn tôi thực hiện điều này cho bạn không [Y/n]? "1040110402#: git-bisect.sh:9510403#, sh-format10404msgid "unrecognised option: '$arg'"10405msgstr "không công nhận tùy chọn: “$arg”"1040610407#: git-bisect.sh:9910408#, sh-format10409msgid "'$arg' does not appear to be a valid revision"10410msgstr "”$arg” không có vẻ như là một điểm xét duyệt hợp lệ"1041110412#: git-bisect.sh:11710413msgid "Bad HEAD - I need a HEAD"10414msgstr "HEAD sai - Tôi cần một HEAD"1041510416#: git-bisect.sh:13010417#, sh-format10418msgid ""10419"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."10420msgstr ""10421"Việc checkout “$start_head” gặp lỗi. Hãy thử “git bisect reset "10422"<nhánh_hợp_lệ>”."1042310424#: git-bisect.sh:14010425msgid "won't bisect on cg-seek'ed tree"10426msgstr "sẽ không bisect trêm cây được cg-seek"1042710428#: git-bisect.sh:14410429msgid "Bad HEAD - strange symbolic ref"10430msgstr "HEAD sai - tham chiếu mềm kỳ lạ"1043110432#: git-bisect.sh:18910433#, sh-format10434msgid "Bad bisect_write argument: $state"10435msgstr "Đối số bisect_write sai: $state"1043610437#: git-bisect.sh:21810438#, sh-format10439msgid "Bad rev input: $arg"10440msgstr "Đầu vào rev sai: $arg"1044110442#: git-bisect.sh:23210443msgid "Please call 'bisect_state' with at least one argument."10444msgstr "Hãy gọi lệnhl “bisect_state” với ít nhất một đối số."1044510446#: git-bisect.sh:24410447#, sh-format10448msgid "Bad rev input: $rev"10449msgstr "Đầu vào rev sai: $rev"1045010451#: git-bisect.sh:25310452msgid "'git bisect bad' can take only one argument."10453msgstr "“git bisect bad” có thể lấy chỉ một đối số."1045410455#: git-bisect.sh:27610456msgid "Warning: bisecting only with a bad commit."10457msgstr "Cảnh báo: chỉ thực hiện việc bisect với một lần chuyển giao sai."1045810459#. TRANSLATORS: Make sure to include [Y] and [n] in your10460#. translation. The program will only accept English input10461#. at this point.10462#: git-bisect.sh:28210463msgid "Are you sure [Y/n]? "10464msgstr "Bạn có chắc chắn chưa [Y/n]? "1046510466#: git-bisect.sh:29210467msgid ""10468"You need to give me at least one good and one bad revision.\n"10469"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"10470msgstr ""10471"Bạn phải chỉ cho tôi ít nhất một điểm xét duyệt tốt và một điểm sai.\n"10472"(Bạn có thể sử dụng \"git bisect bad\" và \"git bisect good\" cho cái đó.)"1047310474#: git-bisect.sh:29510475msgid ""10476"You need to start by \"git bisect start\".\n"10477"You then need to give me at least one good and one bad revision.\n"10478"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"10479msgstr ""10480"Bạn cần bắt đầu bằng lệnh \"git bisect start\".\n"10481"Bạn sau đó cần phải chỉ cho tôi ít nhất một điểm xét duyệt đúng và một điểm "10482"sai.\n"10483"(Bạn có thể sử dụng \"git bisect bad\" và \"git bisect good\" cho chúng.)"1048410485#: git-bisect.sh:366 git-bisect.sh:49310486msgid "We are not bisecting."10487msgstr "Chúng tôi không bisect."1048810489#: git-bisect.sh:37310490#, sh-format10491msgid "'$invalid' is not a valid commit"10492msgstr "”$invalid” không phải là lần chuyển giao hợp lệ"1049310494#: git-bisect.sh:38210495#, sh-format10496msgid ""10497"Could not check out original HEAD '$branch'.\n"10498"Try 'git bisect reset <commit>'."10499msgstr ""10500"Không thể check-out HEAD nguyên thủy của “$branch”.\n"10501"Hãy thử “git bisect reset <lần-chuyển-giao>”."1050210503#: git-bisect.sh:40910504msgid "No logfile given"10505msgstr "Chưa chỉ ra tập tin ghi nhật ký"1050610507#: git-bisect.sh:41010508#, sh-format10509msgid "cannot read $file for replaying"10510msgstr "không thể đọc $file để thao diễn lại"1051110512#: git-bisect.sh:42710513msgid "?? what are you talking about?"10514msgstr "?? bạn đang nói gì thế?"1051510516#: git-bisect.sh:43910517#, sh-format10518msgid "running $command"10519msgstr "đang chạy lệnh $command"1052010521#: git-bisect.sh:44610522#, sh-format10523msgid ""10524"bisect run failed:\n"10525"exit code $res from '$command' is < 0 or >= 128"10526msgstr ""10527"chạy bisect gặp lỗi:\n"10528"mã trả về $res từ lệnh “$command” là < 0 hoặc >= 128"1052910530#: git-bisect.sh:47210531msgid "bisect run cannot continue any more"10532msgstr "bisect không thể tiếp tục thêm được nữa"1053310534#: git-bisect.sh:47810535#, sh-format10536msgid ""10537"bisect run failed:\n"10538"'bisect_state $state' exited with error code $res"10539msgstr ""10540"chạy bisect gặp lỗi:\n"10541"”bisect_state $state” đã thoát ra với mã lỗi $res"1054210543#: git-bisect.sh:48510544msgid "bisect run success"10545msgstr "bisect chạy thành công"1054610547#: git-pull.sh:2110548msgid ""10549"Pull is not possible because you have unmerged files.\n"10550"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"10551"as appropriate to mark resolution and make a commit."10552msgstr ""10553"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"10554"Xin hãy sửa chữa chúng trước, và sau đó sử dụng lệnh “git add/rm <tập-tin>”\n"10555"để 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 "10556"giao."1055710558#: git-pull.sh:2510559msgid "Pull is not possible because you have unmerged files."10560msgstr ""10561"Full 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."1056210563#: git-pull.sh:3110564msgid ""10565"You have not concluded your merge (MERGE_HEAD exists).\n"10566"Please, commit your changes before you can merge."10567msgstr ""10568"Bạn chưa kết thúc việc hòa trộng (MERGE_HEAD vẫn tồn tại).\n"10569"Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."1057010571#: git-pull.sh:24510572msgid "updating an unborn branch with changes added to the index"10573msgstr ""10574"đ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 "10575"bảng mục lục"1057610577#: git-pull.sh:26910578#, sh-format10579msgid ""10580"Warning: fetch updated the current branch head.\n"10581"Warning: fast-forwarding your working tree from\n"10582"Warning: commit $orig_head."10583msgstr ""10584"Cảnh báo: fetch đã cập nhật head nhánh hiện tại.\n"10585"Cảnh báo: đang fast-forward cây làm việc của bạn từ\n"10586"Cảnh báo: commit $orig_head."1058710588#: git-pull.sh:29410589msgid "Cannot merge multiple branches into empty head"10590msgstr "Không thể hòa trộn nhiều nhánh và trong một head trống rỗng"1059110592#: git-pull.sh:29810593msgid "Cannot rebase onto multiple branches"10594msgstr "Không thể thực hiện lệnh rebase (cơ cấu lại) trên nhiều nhánh"1059510596#: git-rebase.sh:5710597msgid ""10598"When you have resolved this problem, run \"git rebase --continue\".\n"10599"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"10600"To check out the original branch and stop rebasing, run \"git rebase --abort"10601"\"."10602msgstr ""10603"Khi bạn cần giải quyết vấn đề này hãy chạy lệnh \"git rebase --continue\".\n"10604"Nếu bạn có ý định bỏ qua miếng vá, thay vào đó bạn chạy \"git rebase --skip"10605"\".\n"10606"Để 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 \"git "10607"rebase --abort\"."1060810609#: git-rebase.sh:16510610msgid "Applied autostash."10611msgstr "Đã áp dụng autostash."1061210613#: git-rebase.sh:16810614#, sh-format10615msgid "Cannot store $stash_sha1"10616msgstr "Không thể lưu $stash_sha1"1061710618#: git-rebase.sh:16910619msgid ""10620"Applying autostash resulted in conflicts.\n"10621"Your changes are safe in the stash.\n"10622"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"10623msgstr ""10624"Áp dụng autostash có hiệu quả trong các xung đột.\n"10625"Các thay đổi của bạn an toàn trong stash (tạm cất đi).\n"10626"Bạn có thể chạy lệnh \"git stash pop\" hay \"git stash drop\" bất kỳ lúc "10627"nào.\n"1062810629#: git-rebase.sh:20810630msgid "The pre-rebase hook refused to rebase."10631msgstr "Móc (hook) pre-rebase từ chối rebase."1063210633#: git-rebase.sh:21310634msgid "It looks like git-am is in progress. Cannot rebase."10635msgstr ""10636"Hình như đang trong quá trình thực hiện lệnh git-am. Không thể chạy lệnh "10637"rebase."1063810639#: git-rebase.sh:35110640msgid "The --exec option must be used with the --interactive option"10641msgstr "Tùy chọn --exec phải được sử dụng cùng với tùy chọn --interactive"1064210643#: git-rebase.sh:35610644msgid "No rebase in progress?"10645msgstr "Không có tiến trình rebase nào phải không?"1064610647#: git-rebase.sh:36710648msgid "The --edit-todo action can only be used during interactive rebase."10649msgstr ""10650"Hành động “--edit-todo” chỉ có thể dùng trong quá trình “rebase” (sửa lịch "10651"sử) tương tác."1065210653#: git-rebase.sh:37410654msgid "Cannot read HEAD"10655msgstr "Không thể đọc HEAD"1065610657#: git-rebase.sh:37710658msgid ""10659"You must edit all merge conflicts and then\n"10660"mark them as resolved using git add"10661msgstr ""10662"Bạn phải sửa tất cả các lần hòa trộn xung đột và sau\n"10663"đó đánh dấu chúng là cần xử lý sử dụng lệnh git add"1066410665#: git-rebase.sh:39510666#, sh-format10667msgid "Could not move back to $head_name"10668msgstr "Không thể quay trở lại $head_name"1066910670#: git-rebase.sh:41410671#, sh-format10672msgid ""10673"It seems that there is already a $state_dir_base directory, and\n"10674"I wonder if you are in the middle of another rebase. If that is the\n"10675"case, please try\n"10676"\t$cmd_live_rebase\n"10677"If that is not the case, please\n"10678"\t$cmd_clear_stale_rebase\n"10679"and run me again. I am stopping in case you still have something\n"10680"valuable there."10681msgstr ""10682"Hình như là ở đây sẵn có một thư mục $state_dir_base directory, và\n"10683"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"10684"như vậy, xin hãy thử\n"10685"\t$cmd_live_rebase\n"10686"Nếu không phải thế, hãy thử\n"10687"\t$cmd_clear_stale_rebase\n"10688"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"10689"có một số thứ quý giá ở đây.\n"10690"\n"10691"TÔI: là lệnh bạn vừa gọi!"1069210693#: git-rebase.sh:46510694#, sh-format10695msgid "invalid upstream $upstream_name"10696msgstr "thượng nguồn không hợp lệ $upstream_name"1069710698#: git-rebase.sh:48910699#, sh-format10700msgid "$onto_name: there are more than one merge bases"10701msgstr "$onto_name: ở đây có nhiều hơn một nền móng hòa trộn"1070210703#: git-rebase.sh:492 git-rebase.sh:49610704#, sh-format10705msgid "$onto_name: there is no merge base"10706msgstr "$onto_name: ở đây không có nền móng hòa trộn nào"1070710708#: git-rebase.sh:50110709#, sh-format10710msgid "Does not point to a valid commit: $onto_name"10711msgstr "Không chỉ đến một lần chuyển giao không hợp lệ: $onto_name"1071210713#: git-rebase.sh:52410714#, sh-format10715msgid "fatal: no such branch: $branch_name"10716msgstr "nghiêm trọng: không có nhánh như thế: $branch_name"1071710718#: git-rebase.sh:55710719msgid "Cannot autostash"10720msgstr "Không thể autostash"1072110722#: git-rebase.sh:56210723#, sh-format10724msgid "Created autostash: $stash_abbrev"10725msgstr "Đã tạo autostash: $stash_abbrev"1072610727#: git-rebase.sh:56610728msgid "Please commit or stash them."10729msgstr "Xin hãy commit hoặc tạm cất (stash) chúng."1073010731#: git-rebase.sh:58610732#, sh-format10733msgid "Current branch $branch_name is up to date."10734msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi."1073510736#: git-rebase.sh:59010737#, sh-format10738msgid "Current branch $branch_name is up to date, rebase forced."10739msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi, lệnh rebase ép buộc."1074010741#: git-rebase.sh:60110742#, sh-format10743msgid "Changes from $mb to $onto:"10744msgstr "Thay đổi từ $mb thành $onto:"1074510746#: git-rebase.sh:61010747msgid "First, rewinding head to replay your work on top of it..."10748msgstr "Trước tiên, di chuyển head để xem lại các công việc trên đỉnh của nó…"1074910750#: git-rebase.sh:62010751#, sh-format10752msgid "Fast-forwarded $branch_name to $onto_name."10753msgstr "Fast-forward $branch_name thành $onto_name."1075410755#: git-stash.sh:5110756msgid "git stash clear with parameters is unimplemented"10757msgstr ""10758"git stash clear với các tham số là chưa được thực hiện (không nhận đối số)"1075910760#: git-stash.sh:7410761msgid "You do not have the initial commit yet"10762msgstr "Bạn chưa còn có lần chuyển giao khởi tạo"1076310764#: git-stash.sh:8910765msgid "Cannot save the current index state"10766msgstr "Không thể ghi lại trạng thái bảng mục lục hiện hành"1076710768#: git-stash.sh:124 git-stash.sh:13710769msgid "Cannot save the current worktree state"10770msgstr "Không thể ghi lại trạng thái cây-làm-việc hiện hành"1077110772#: git-stash.sh:14110773msgid "No changes selected"10774msgstr "Chưa có thay đổi nào được chọn"1077510776#: git-stash.sh:14410777msgid "Cannot remove temporary index (can't happen)"10778msgstr "Không thể gỡ bỏ bảng mục lục tạm thời (không thể xảy ra)"1077910780#: git-stash.sh:15710781msgid "Cannot record working tree state"10782msgstr "Không thể ghi lại trạng thái cây làm việc hiện hành"1078310784#: git-stash.sh:19110785#, sh-format10786msgid "Cannot update $ref_stash with $w_commit"10787msgstr "Không thể cập nhật $ref_stash với $w_commit"1078810789#. TRANSLATORS: $option is an invalid option, like10790#. `--blah-blah'. The 7 spaces at the beginning of the10791#. second line correspond to "error: ". So you should line10792#. up the second line with however many characters the10793#. translation of "error: " takes in your language. E.g. in10794#. English this is:10795#.10796#. $ git stash save --blah-blah 2>&1 | head -n 210797#. error: unknown option for 'stash save': --blah-blah10798#. To provide a message, use git stash save -- '--blah-blah'10799#: git-stash.sh:23810800#, sh-format10801msgid ""10802"error: unknown option for 'stash save': $option\n"10803" To provide a message, use git stash save -- '$option'"10804msgstr ""10805"lỗi: không hiểu tùy chọn cho “stash save”: $option\n"10806" Để có thể dùng lời chú thích có chứa -- ở đầu,\n"10807" dùng git stash save -- \"$option\""1080810809#: git-stash.sh:25910810msgid "No local changes to save"10811msgstr "Không có thay đổi nội bộ nào được ghi lại"1081210813#: git-stash.sh:26310814msgid "Cannot initialize stash"10815msgstr "Không thể khởi tạo stash"1081610817#: git-stash.sh:26710818msgid "Cannot save the current status"10819msgstr "Không thể ghi lại trạng thái hiện hành"1082010821#: git-stash.sh:28510822msgid "Cannot remove worktree changes"10823msgstr "Không thể gỡ bỏ các thay đổi cây-làm-việc"1082410825#: git-stash.sh:38410826msgid "No stash found."10827msgstr "Không tìm thấy lần chuyển giao cất đi (stash) nào."1082810829#: git-stash.sh:39110830#, sh-format10831msgid "Too many revisions specified: $REV"10832msgstr "Chỉ ra quá nhiều điểm xét duyệt: $REV"1083310834#: git-stash.sh:39710835#, sh-format10836msgid "$reference is not a valid reference"10837msgstr "$reference không phải là tham chiếu hợp lệ"1083810839#: git-stash.sh:42510840#, sh-format10841msgid "'$args' is not a stash-like commit"10842msgstr "“$args” không phải là lần chuyển giao kiểu-stash (cất đi)"1084310844#: git-stash.sh:43610845#, sh-format10846msgid "'$args' is not a stash reference"10847msgstr "”$args” không phải tham chiếu đến stash"1084810849#: git-stash.sh:44410850msgid "unable to refresh index"10851msgstr "không thể làm tươi mới bảng mục lục"1085210853#: git-stash.sh:44810854msgid "Cannot apply a stash in the middle of a merge"10855msgstr "Không thể áp dụng một stash ở giữa của quá trình hòa trộn"1085610857#: git-stash.sh:45610858msgid "Conflicts in index. Try without --index."10859msgstr "Xung đột trong bảng mục lục. Hãy thử mà không dùng tùy chọn --index."1086010861#: git-stash.sh:45810862msgid "Could not save index tree"10863msgstr "Không thể ghi lại cây chỉ mục"1086410865#: git-stash.sh:49210866msgid "Cannot unstage modified files"10867msgstr "Không thể bỏ ra khỏi bệ phóng các tập tin đã được sửa chữa"1086810869#: git-stash.sh:50710870msgid "Index was not unstashed."10871msgstr "Bảng mục lục đã không được bỏ stash."1087210873#: git-stash.sh:53010874#, sh-format10875msgid "Dropped ${REV} ($s)"10876msgstr "Đã xóa ${REV} ($s)"1087710878#: git-stash.sh:53110879#, sh-format10880msgid "${REV}: Could not drop stash entry"10881msgstr "${REV}: Không thể xóa bỏ mục stash"1088210883#: git-stash.sh:53910884msgid "No branch name specified"10885msgstr "Chưa chỉ ra tên của nhánh"1088610887#: git-stash.sh:61110888msgid "(To restore them type \"git stash apply\")"10889msgstr "(Để phục hồi lại chúng hãy gõ \"git stash apply\")"1089010891#: git-submodule.sh:9510892#, sh-format10893msgid "cannot strip one component off url '$remoteurl'"10894msgstr "không thể tháo bỏ một thành phần ra khỏi “$remoteurl” url"1089510896#: git-submodule.sh:23710897#, sh-format10898msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10899msgstr ""10900"Không tìm thấy ánh xạ (mapping) mô-đun-con trong .gitmodules cho đường dẫn "10901"“$sm_path”"1090210903#: git-submodule.sh:28710904#, sh-format10905msgid "Clone of '$url' into submodule path '$sm_path' failed"10906msgstr "Nhân bản “$url” vào đường dẫn mô-đun-con “$sm_path” gặp lỗi"1090710908#: git-submodule.sh:29610909#, sh-format10910msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10911msgstr ""10912"Gitdir “$a” là bộ phận của đường dẫn mô-đun-con “$b” hoặc \"vice versa\""1091310914#: git-submodule.sh:40610915msgid "Relative path can only be used from the toplevel of the working tree"10916msgstr ""10917"Đườ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 "10918"việc"1091910920#: git-submodule.sh:41610921#, sh-format10922msgid "repo URL: '$repo' must be absolute or begin with ./|../"10923msgstr ""10924"repo URL: “$repo” phải là đường dẫn tuyệt đối hoặc là bắt đầu bằng ./|../"1092510926#: git-submodule.sh:43310927#, sh-format10928msgid "'$sm_path' already exists in the index"10929msgstr "”$sm_path” thực sự đã tồn tại ở bảng mục lục rồi"1093010931#: git-submodule.sh:43710932#, sh-format10933msgid ""10934"The following path is ignored by one of your .gitignore files:\n"10935"$sm_path\n"10936"Use -f if you really want to add it."10937msgstr ""10938"Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "10939"của bạn:\n"10940"$sm_path\n"10941"Sử dụng -f nếu bạn thực sự muốn thêm nó vào."1094210943#: git-submodule.sh:45510944#, sh-format10945msgid "Adding existing repo at '$sm_path' to the index"10946msgstr "Đang thêm repo có sẵn tại “$sm_path” vào bảng mục lục"1094710948#: git-submodule.sh:45710949#, sh-format10950msgid "'$sm_path' already exists and is not a valid git repo"10951msgstr "”$sm_path” đã tồn tại từ trước và không phải là một kho git hợp lệ"1095210953#: git-submodule.sh:46510954#, sh-format10955msgid "A git directory for '$sm_name' is found locally with remote(s):"10956msgstr ""10957"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ủ:"1095810959#: git-submodule.sh:46710960#, sh-format10961msgid ""10962"If you want to reuse this local git directory instead of cloning again from"10963msgstr "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ó"1096410965#: git-submodule.sh:46910966#, sh-format10967msgid ""10968"use the '--force' option. If the local git directory is not the correct repo"10969msgstr ""10970"dùng tùy chọn “--force”. Nếu thư mục git nội bộ không phải là repo (kho) đúng"1097110972#: git-submodule.sh:47010973#, sh-format10974msgid ""10975"or you are unsure what this means choose another name with the '--name' "10976"option."10977msgstr ""10978"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 “--"10979"name”."1098010981#: git-submodule.sh:47210982#, sh-format10983msgid "Reactivating local git directory for submodule '$sm_name'."10984msgstr ""10985"Phục hồi sự hoạt động của thư mục git nội bộ cho mô-đun-con “$sm_name”."1098610987#: git-submodule.sh:48410988#, sh-format10989msgid "Unable to checkout submodule '$sm_path'"10990msgstr "Không thể lấy ra mô-đun-con “$sm_path”"1099110992#: git-submodule.sh:48910993#, sh-format10994msgid "Failed to add submodule '$sm_path'"10995msgstr "Gặp lỗi khi thêm mô-đun-con “$sm_path”"1099610997#: git-submodule.sh:49810998#, sh-format10999msgid "Failed to register submodule '$sm_path'"11000msgstr "Gặp lỗi khi đăng ký với hệ thống mô-đun-con “$sm_path”"1100111002#: git-submodule.sh:54211003#, sh-format11004msgid "Entering '$prefix$displaypath'"11005msgstr "Đang vào “$prefix$displaypath”"1100611007#: git-submodule.sh:56211008#, sh-format11009msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."11010msgstr ""11011"Dừng lại tại “$prefix$displaypath”; script trả về trạng thái khác không."1101211013#: git-submodule.sh:60811014#, sh-format11015msgid "No url found for submodule path '$displaypath' in .gitmodules"11016msgstr ""11017"Không tìm thấy url cho đường dẫn mô-đun-con “$displaypath” trong .gitmodules"1101811019#: git-submodule.sh:61711020#, sh-format11021msgid "Failed to register url for submodule path '$displaypath'"11022msgstr "Gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “$displaypath”"1102311024#: git-submodule.sh:61911025#, sh-format11026msgid "Submodule '$name' ($url) registered for path '$displaypath'"11027msgstr "Mô-đun-con “$name” ($url) được đăng ký cho đường dẫn “$displaypath”"1102811029#: git-submodule.sh:63611030#, sh-format11031msgid "Failed to register update mode for submodule path '$displaypath'"11032msgstr ""11033"Gặp lỗi khi đăng ký chế độ cập nhật cho đường dẫn mô-đun-con “$displaypath”"1103411035#: git-submodule.sh:67411036#, sh-format11037msgid "Use '.' if you really want to deinitialize all submodules"11038msgstr "Dùng “.” nếu bạn thực sự muốn gỡ bỏ mọi mô-đun-con"1103911040#: git-submodule.sh:69111041#, sh-format11042msgid "Submodule work tree '$displaypath' contains a .git directory"11043msgstr "Cây làm việc mô-đun-con “$displaypath” có chứa thư mục .git"1104411045#: git-submodule.sh:69211046#, sh-format11047msgid ""11048"(use 'rm -rf' if you really want to remove it including all of its history)"11049msgstr ""11050"(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 "11051"chúng)"1105211053#: git-submodule.sh:69811054#, sh-format11055msgid ""11056"Submodule work tree '$displaypath' contains local modifications; use '-f' to "11057"discard them"11058msgstr ""11059"Cây làm việc mô-đun-con “$displaypath” chứa các thay đổi nội bộ; hãy dùng “-"11060"f” để loại bỏ chúng đi"1106111062#: git-submodule.sh:70111063#, sh-format11064msgid "Cleared directory '$displaypath'"11065msgstr "Đã tạo thư mục “$displaypath”"1106611067#: git-submodule.sh:70211068#, sh-format11069msgid "Could not remove submodule work tree '$displaypath'"11070msgstr "Không thể gỡ bỏ cây làm việc mô-đun-con “$displaypath”"1107111072#: git-submodule.sh:70511073#, sh-format11074msgid "Could not create empty submodule directory '$displaypath'"11075msgstr "Không thể tạo thư mục mô-đun-con rỗng “$displaypath”"1107611077#: git-submodule.sh:71411078#, sh-format11079msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"11080msgstr "Mô-đun-con “$name” ($url) được bỏ đăng ký cho đường dẫn “$displaypath”"1108111082#: git-submodule.sh:83011083#, sh-format11084msgid ""11085"Submodule path '$displaypath' not initialized\n"11086"Maybe you want to use 'update --init'?"11087msgstr ""11088"Đường dẫn mô-đun-con “$displaypath” chưa được khởi tạo.\n"11089"Có lẽ bạn muốn sử dụng lệnh “update --init”?"1109011091#: git-submodule.sh:84311092#, sh-format11093msgid "Unable to find current revision in submodule path '$displaypath'"11094msgstr ""11095"Không tìm thấy điểm xét duyệt hiện hành trong đường dẫn mô-đun-con "11096"“$displaypath”"1109711098#: git-submodule.sh:85211099#, sh-format11100msgid "Unable to fetch in submodule path '$sm_path'"11101msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$sm_path”"1110211103#: git-submodule.sh:87611104#, sh-format11105msgid "Unable to fetch in submodule path '$displaypath'"11106msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$displaypath”"1110711108#: git-submodule.sh:89011109#, sh-format11110msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"11111msgstr "Không thể lấy ra “$sha1” trong đường dẫn mô-đun-con “$displaypath”"1111211113#: git-submodule.sh:89111114#, sh-format11115msgid "Submodule path '$displaypath': checked out '$sha1'"11116msgstr "Đường dẫn mô-đun-con “$displaypath”: đã checkout “$sha1”"1111711118#: git-submodule.sh:89511119#, sh-format11120msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"11121msgstr "Không thể cải tổ “$sha1” trong đường dẫn mô-đun-con “$displaypath”"1112211123#: git-submodule.sh:89611124#, sh-format11125msgid "Submodule path '$displaypath': rebased into '$sha1'"11126msgstr "Đường dẫn mô-đun-con “$displaypath”: được rebase vào trong “$sha1”"1112711128#: git-submodule.sh:90111129#, sh-format11130msgid "Unable to merge '$sha1' in submodule path '$displaypath'"11131msgstr ""11132"Không thể hòa trộn (merge) “$sha1” trong đường dẫn mô-đun-con “$displaypath”"1113311134#: git-submodule.sh:90211135#, sh-format11136msgid "Submodule path '$displaypath': merged in '$sha1'"11137msgstr "Đường dẫn mô-đun-con “$displaypath”: được hòa trộn vào “$sha1”"1113811139#: git-submodule.sh:90711140#, sh-format11141msgid ""11142"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"11143msgstr ""11144"Thực hiện không thành công lệnh “$command $sha1” trong đường dẫn mô-đun-con "11145"“$prefix$sm_path”"1114611147#: git-submodule.sh:90811148#, sh-format11149msgid "Submodule path '$prefix$sm_path': '$command $sha1'"11150msgstr "Đường dẫn mô-đun-con “$prefix$sm_path”: “$command $sha1”"1115111152#: git-submodule.sh:93811153#, sh-format11154msgid "Failed to recurse into submodule path '$displaypath'"11155msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$displaypath”"1115611157#: git-submodule.sh:104611158msgid "The --cached option cannot be used with the --files option"11159msgstr "Tùy chọn --cached không thể dùng cùng với tùy chọn --files"1116011161#: git-submodule.sh:109811162#, sh-format11163msgid "unexpected mode $mod_dst"11164msgstr "chế độ không như mong chờ $mod_dst"1116511166#: git-submodule.sh:111811167#, sh-format11168msgid " Warn: $display_name doesn't contain commit $sha1_src"11169msgstr " Cảnh báo: $display_name không chứa lần chuyển giao $sha1_src"1117011171#: git-submodule.sh:112111172#, sh-format11173msgid " Warn: $display_name doesn't contain commit $sha1_dst"11174msgstr " Cảnh báo: $display_name không chứa lần chuyển giao $sha1_dst"1117511176#: git-submodule.sh:112411177#, sh-format11178msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"11179msgstr ""11180" Cảnh báo: $display_name không chứa những lần chuyển giao $sha1_src và "11181"$sha1_dst"1118211183#: git-submodule.sh:114911184msgid "blob"11185msgstr "blob"1118611187#: git-submodule.sh:126711188#, sh-format11189msgid "Failed to recurse into submodule path '$sm_path'"11190msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$sm_path”"1119111192#: git-submodule.sh:133111193#, sh-format11194msgid "Synchronizing submodule url for '$displaypath'"11195msgstr "Url Mô-đun-con đồng bộ hóa cho “$displaypath”"1119611197#~ msgid "no files added"11198#~ msgstr "chưa có tập tin nào được thêm vào"1119911200#~ msgid "force creation (when already exists)"11201#~ msgstr "ép buộc tạo (khi đã có nhánh cùng tên)"1120211203#~ msgid "Malformed ident string: '%s'"11204#~ msgstr "Chuỗi thụt lề đầu dòng dị hình: “%s”"1120511206#~ msgid "slot"11207#~ msgstr "khe"1120811209#~ msgid "check"11210#~ msgstr "kiểm tra"1121111212#~ msgid "Failed to lock ref for update"11213#~ msgstr "Gặp lỗi khi khóa tham chiếu để cập nhật"1121411215#~ msgid "Failed to write ref"11216#~ msgstr "Gặp lỗi khi ghi tham chiếu"1121711218#~ msgid "invalid commit: %s"11219#~ msgstr "lần chuyển giao không hợp lệ: %s"1122011221#~ msgid "commit has empty message"11222#~ msgstr "lần chuyển giao có ghi chú trống rỗng"1122311224#~ msgid "cannot lock HEAD ref"11225#~ msgstr "không thể khóa HEAD ref (tham chiếu)"1122611227#~ msgid "cannot update HEAD ref"11228#~ msgstr "không thể cập nhật ref (tham chiếu) HEAD"1122911230#~ msgid "Invalid %s: '%s'"11231#~ msgstr "%s không hợp lệ: “%s”"1123211233#~ msgid "Failed to chdir: %s"11234#~ msgstr "Gặp lỗi với lệnh chdir: %s"1123511236#~ msgid "cannot tell cwd"11237#~ msgstr "không nói chuyện được với lệnh cwd"1123811239#~ msgid "%s: cannot lock the ref"11240#~ msgstr "%s: không thể khóa ref (tham chiếu)"1124111242#~ msgid "%s: cannot update the ref"11243#~ msgstr "%s: không thể cập nhật ref (tham chiếu)"1124411245#~ msgid "Failed to lock HEAD during fast_forward_to"11246#~ msgstr "Gặp lỗi khi khóa HEAD trong quá trình fast_forward_to"1124711248#~ msgid "key id"11249#~ msgstr "id của khóa"1125011251#~ msgid "Tracking not set up: name too long: %s"11252#~ msgstr "Việc theo dõi chưa được cài đặt: tên quá dài: %s"1125311254#~ msgid "bug"11255#~ msgstr "lỗi"1125611257#~ msgid "ahead "11258#~ msgstr "phía trước "1125911260#~ msgid ", behind "11261#~ msgstr ", đằng sau "1126211263#~ msgid "could not find .gitmodules in index"11264#~ msgstr "không tìm thấy .gitmodules trong bảng mục lục"1126511266#~ msgid "reading updated .gitmodules failed"11267#~ msgstr "gặp lỗi khi đọc cập nhật .gitmodules"1126811269#~ msgid "unable to stat updated .gitmodules"11270#~ msgstr "không thể lấy thống kê .gitmodules đã cập nhật"1127111272#~ msgid "unable to remove .gitmodules from index"11273#~ msgstr "không thể gỡ bỏ .gitmodules từ mục lục"1127411275#~ msgid "adding updated .gitmodules failed"11276#~ msgstr "gặp lỗi khi thêm .gitmodules đã cập nhật"1127711278#~ msgid ""11279#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"11280#~ "subdirectory of the tree will change in Git 2.0 and should not be used "11281#~ "anymore.\n"11282#~ "To add content for the whole tree, run:\n"11283#~ "\n"11284#~ " git add %s :/\n"11285#~ " (or git add %s :/)\n"11286#~ "\n"11287#~ "To restrict the command to the current directory, run:\n"11288#~ "\n"11289#~ " git add %s .\n"11290#~ " (or git add %s .)\n"11291#~ "\n"11292#~ "With the current Git version, the command is restricted to the current "11293#~ "directory.\n"11294#~ msgstr ""11295#~ "Cách ứng xử của lệnh “git add %s (hay %s)” khi không có tham số đường dẫn "11296#~ "từ\n"11297#~ "thư-mục con của cây sẽ thay đổi kể từ Git 2.0 và không thể sử dụng như "11298#~ "thế nữa.\n"11299#~ "Để thêm nội dung cho toàn bộ cây, chạy:\n"11300#~ "\n"11301#~ " git add %s :/\n"11302#~ " (hoặc git add %s :/)\n"11303#~ "\n"11304#~ "Để hạn chế lệnh cho thư-mục hiện tại, chạy:\n"11305#~ "\n"11306#~ " git add %s .\n"11307#~ " (hoặc git add %s .)\n"11308#~ "\n"11309#~ "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"1131011311#~ msgid ""11312#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"11313#~ "whose behaviour will change in Git 2.0 with respect to paths you "11314#~ "removed.\n"11315#~ "Paths like '%s' that are\n"11316#~ "removed from your working tree are ignored with this version of Git.\n"11317#~ "\n"11318#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"11319#~ " ignores paths you removed from your working tree.\n"11320#~ "\n"11321#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"11322#~ "\n"11323#~ "Run 'git status' to check the paths you removed from your working tree.\n"11324#~ msgstr ""11325#~ "Bạn chạy “git add” mà không có “-A (--all)” cũng không “--ignore-"11326#~ "removal”,\n"11327#~ "cách ứng xử của nó sẽ thay đổi kể từ Git 2.0: nó quan tâm đến các đường "11328#~ "dẫn mà\n"11329#~ "bạn đã gỡ bỏ. Các đường dẫn như là “%s” cái mà\n"11330#~ "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 "11331#~ "Git.\n"11332#~ "\n"11333#~ "* “git add --ignore-removal <pathspec>”, cái hiện tại là mặc định,\n"11334#~ " bỏ qua các đường dẫn bạn đã gỡ bỏ từ cây làm việc của bạn.\n"11335#~ "\n"11336#~ "* “git add --all <pathspec>” sẽ đồng thời giúp bạn ghi lại việc dời đi.\n"11337#~ "\n"11338#~ "Chạy “git status” để kiểm tra các đường dẫn bạn đã gỡ bỏ từ cây làm việc "11339#~ "của bạn.\n"1134011341#~ msgid ""11342#~ "Auto packing the repository for optimum performance. You may also\n"11343#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"11344#~ msgstr ""11345#~ "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"11346#~ "chạy lệnh \"git gc\" một cách thủ công. Hãy xem \"git help gc\" để biết "11347#~ "thêm chi tiết.\n"1134811349#~ msgid ""11350#~ "Updates were rejected because a pushed branch tip is behind its remote\n"11351#~ "counterpart. If you did not intend to push that branch, you may want to\n"11352#~ "specify branches to push or set the 'push.default' configuration "11353#~ "variable\n"11354#~ "to 'simple', 'current' or 'upstream' to push only the current branch."11355#~ msgstr ""11356#~ "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 "11357#~ "bộ\n"11358#~ "phận tương ứng của máy chủ. Nếu bạn không có ý định push nhánh đó, bạn có "11359#~ "lẽ muốn\n"11360#~ "chỉ định các nhánh để push hoặt là đặt nội dung cho biến cấu hình “push."11361#~ "default”\n"11362#~ "thành “simple”, “current” hoặc “upstream” để chỉ push nhánh hiện hành mà "11363#~ "thôi."1136411365#~ msgid "copied: %s -> %s"11366#~ msgstr "đã sao chép: %s -> %s"1136711368#~ msgid "deleted: %s"11369#~ msgstr "đã xóa: %s"1137011371#~ msgid "modified: %s"11372#~ msgstr "đã sửa đổi: %s"1137311374#~ msgid "renamed: %s -> %s"11375#~ msgstr "đã đổi tên: %s -> %s"1137611377#~ msgid "unmerged: %s"11378#~ msgstr "chưa hòa trộn: %s"1137911380#~ msgid "input paths are terminated by a null character"11381#~ msgstr "các đường dẫn được ngăn cách bởi ký tự null"1138211383#~ msgid ""11384#~ "The following untracked files would NOT be saved but need to be removed "11385#~ "by stash save:"11386#~ msgstr ""11387#~ "Các tập tin chưa được theo dõi sau đây KHÔNG được ghi lại nhưng cần được "11388#~ "gỡ bỏ bởi việc ghi lại stash:"1138911390#~ msgid ""11391#~ "Aborting. Consider using either the --force or --include-untracked option."11392#~ msgstr ""11393#~ "Bãi bỏ. Cân nhắc dùng một trong hai tùy chọn --force và --include-"11394#~ "untracked."1139511396#~ msgid " (fix conflicts and then run \"git am --resolved\")"11397#~ msgstr " (sửa các xung đột và sau đó chạy lệnh \"git am --resolved\")"1139811399#~ msgid " (all conflicts fixed: run \"git commit\")"11400#~ msgstr " (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git commit\")"1140111402#~ msgid "more than %d trees given: '%s'"11403#~ msgstr "đã chỉ ra nhiều hơn %d cây (tree): “%s”"1140411405#~ msgid "You cannot combine --no-ff with --ff-only."11406#~ msgstr "Bạn không thể kết hợp --no-ff với --ff-only."1140711408#~ msgid ""11409#~ "submodule '%s' (or one of its nested submodules) uses a .git directory\n"11410#~ "(use 'rm -rf' if you really want to remove it including all of its "11411#~ "history)"11412#~ msgstr ""11413#~ "mô-đun-con “%s” (hoặc cái nằm trong các mô-đun-con) dùng thư mục .git\n"11414#~ "(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 "11415#~ "chúng)"1141611417#~ msgid ""11418#~ "'%s' has changes staged in the index\n"11419#~ "(use --cached to keep the file, or -f to force removal)"11420#~ msgstr ""11421#~ "“%s” có các thay đổi được lưu trạng thái trong bảng mục lục\n"11422#~ "(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"1142311424#~ msgid "show commits where no parent comes before its children"11425#~ msgstr "hiển thị các lần chuyển giao nơi mà cha mẹ đến trước con của nó"1142611427#~ msgid "show the HEAD reference"11428#~ msgstr "hiển thị tham chiếu của HEAD"1142911430#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"11431#~ msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$prefix$sm_path”"1143211433#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"11434#~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$prefix$sm_path”"1143511436#~ msgid "It took %.2f seconds to enumerate untracked files. 'status -uno'"11437#~ msgstr "Cần %.2f giây để đếm các tập tin chưa được theo dõi. “status -uno”"1143811439#~ msgid "may speed it up, but you have to be careful not to forget to add"11440#~ msgstr ""11441#~ "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"1144211443#~ msgid "new files yourself (see 'git help status')."11444#~ msgstr "tập tin mới của chính bạn (xem “git help status”.."1144511446#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"11447#~ msgstr "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>… ]"1144811449#~ msgid "See 'git help <command>' for more information on a specific command."11450#~ msgstr ""11451#~ "Chạy lệnh “git help <tên-lệnh>” để có thêm thông tin về lệnh được chỉ ra."1145211453#~ msgid "use any ref in .git/refs"11454#~ msgstr "sử dụng bất kỳ ref nào trong .git/refs"1145511456#~ msgid "use any tag in .git/refs/tags"11457#~ msgstr "sử dụng bất kỳ thẻ nào trong .git/refs/tags"1145811459#~ msgid "bad object %s"11460#~ msgstr "đối tượng sai %s"1146111462#~ msgid "bogus committer info %s"11463#~ msgstr "thông tin người chuyển giao không có thực %s"1146411465#~ msgid "can't fdopen 'show' output fd"11466#~ msgstr "không thể fdopen “show” (lệnh hiển thị) mô tả tập tin (fd) kết xuất"1146711468#~ msgid "failed to close pipe to 'show' for object '%s'"11469#~ msgstr "gặp lỗi khi đóng đường ống cho lệnh “show” cho đối tượng “%s”"1147011471#~ msgid "You do not have a valid HEAD"11472#~ msgstr "Bạn không có HEAD nào hợp lệ"1147311474#~ msgid "oops"11475#~ msgstr "ôi?"1147611477#~ msgid "Would not remove %s\n"11478#~ msgstr "Không thể gỡ bỏ %s\n"1147911480#~ msgid "Not removing %s\n"11481#~ msgstr "Không xóa %s\n"1148211483#~ msgid "Could not read index"11484#~ msgstr "Không thể đọc bảng mục lục"1148511486#~ msgid "git remote set-head <name> (-a | -d | <branch>])"11487#~ msgstr "git remote set-head <tên> (-a | -d | <nhánh>])"1148811489#~ msgid " 0 files changed"11490#~ msgstr " 0 có tập tin nào thay đổi cả"1149111492#~ msgid " %d file changed"11493#~ msgid_plural " %d files changed"11494#~ msgstr[0] " %d tập tin thay đổi"1149511496#~ msgid ", %d insertion(+)"11497#~ msgid_plural ", %d insertions(+)"11498#~ msgstr[0] ", %d thêm(+)"1149911500#~ msgid ", %d deletion(-)"11501#~ msgid_plural ", %d deletions(-)"11502#~ msgstr[0] ", %d xóa(-)"1150311504#~ msgid " (use \"git add\" to track)"11505#~ msgstr " (dùng \"git add\" để theo dõi dấu vết)"1150611507#~ msgid "--detach cannot be used with -b/-B/--orphan"11508#~ msgstr "--detach không thể được sử dụng với tùy chọn -b/-B/--orphan"1150911510#~ msgid "--detach cannot be used with -t"11511#~ msgstr "--detach không thể được sử dụng với tùy chọn -t"1151211513#~ msgid "--orphan and -b|-B are mutually exclusive"11514#~ msgstr "Tùy chọn --orphan và -b|-B loại từ lẫn nhau"1151511516#~ msgid "--orphan cannot be used with -t"11517#~ msgstr "--orphan không thể được sử dụng với tùy chọn -t"1151811519#~ msgid "git checkout: -f and -m are incompatible"11520#~ msgstr "git checkout: hai tùy chọn -f và -m xung khắc nhau"1152111522#~ msgid ""11523#~ "git checkout: updating paths is incompatible with switching branches."11524#~ msgstr ""11525#~ "git checkout: việc cập nhật các đường dẫn là xung khắc với việc chuyển "11526#~ "đổi các nhánh."1152711528#~ msgid "diff setup failed"11529#~ msgstr "cài đặt diff gặp lỗi"1153011531#~ msgid "merge-recursive: disk full?"11532#~ msgstr "merge-recursive: đĩa bị đầy?"1153311534#~ msgid "diff_setup_done failed"11535#~ msgstr "diff_setup_done gặp lỗi"1153611537#~ msgid "-d option is no longer supported. Do not use."11538#~ msgstr "Tùy chọn -d không còn được hỗ trợ nữa. Xin đừng sử dụng."1153911540#~ msgid "%s: has been deleted/renamed"11541#~ msgstr "%s: đã được xóa/thay-tên"1154211543#~ msgid "'%s': not a documentation directory."11544#~ msgstr "”%s”: không phải là một thư mục tài liệu."1154511546#~ msgid "--"11547#~ msgstr "--"1154811549#~ msgid "Could not extract email from committer identity."11550#~ msgstr ""11551#~ "Không thể rút trích địa chỉ thư điện tử từ định danh người chuyển giao"1155211553#~ msgid "could not parse commit %s\n"11554#~ msgstr "không thể phân tích commit (lần chuyển giao) %s\n"