]> git.ipfire.org Git - thirdparty/git.git/blob - po/vi.po
l10n: vi(4185t): Updated Vietnamese translation for v2.20.0
[thirdparty/git.git] / po / vi.po
1 # Vietnamese translation for GIT-CORE.
2 # Bản dịch tiếng Việt dành cho GIT-CORE.
3 # This file is distributed under the same license as the git-core package.
4 # Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2012.
5 # Trần Ngọc Quân <vnwildman@gmail.com>, 2012, 2013, 2014, 2015, 2016, 2017, 2018.
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: git v2.20.0 round 2\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2018-12-01 16:14+0800\n"
12 "PO-Revision-Date: 2018-12-02 08:59+0700\n"
13 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
14 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
15 "Language: vi\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=1; plural=0;\n"
20 "X-Language-Team-Website: <http://translationproject.org/team/vi.html>\n"
21 "X-Poedit-SourceCharset: UTF-8\n"
22 "X-Poedit-Basepath: ../\n"
23 "X-Generator: Gtranslator 2.91.7\n"
24
25 #: advice.c:99
26 #, c-format
27 msgid "%shint: %.*s%s\n"
28 msgstr "%sgợi ý: %.*s%s\n"
29
30 #: advice.c:152
31 msgid "Cherry-picking is not possible because you have unmerged files."
32 msgstr ""
33 "Cherry-picking là không thể thực hiện bởi vì bạn có những tập tin chưa được "
34 "hòa trộn."
35
36 #: advice.c:154
37 msgid "Committing is not possible because you have unmerged files."
38 msgstr ""
39 "Commit là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
40
41 #: advice.c:156
42 msgid "Merging is not possible because you have unmerged files."
43 msgstr ""
44 "Merge là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
45
46 #: advice.c:158
47 msgid "Pulling is not possible because you have unmerged files."
48 msgstr ""
49 "Pull là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
50
51 #: advice.c:160
52 msgid "Reverting is not possible because you have unmerged files."
53 msgstr ""
54 "Revert là không thể thực hiện bởi vì bạn có những tập tin chưa được hòa trộn."
55
56 #: advice.c:162
57 #, c-format
58 msgid "It is not possible to %s because you have unmerged files."
59 msgstr ""
60 "Nó là không thể thực hiện với %s bởi vì bạn có những tập tin chưa được hòa "
61 "trộn."
62
63 #: advice.c:170
64 msgid ""
65 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
66 "as appropriate to mark resolution and make a commit."
67 msgstr ""
68 "Sửa chúng trong cây làm việc, và sau đó dùng lệnh “git add/rm <tập-tin>”\n"
69 "dành riêng cho việc đánh dấu cần giải quyết và tạo lần chuyển giao."
70
71 #: advice.c:178
72 msgid "Exiting because of an unresolved conflict."
73 msgstr "Thoát ra bởi vì xung đột không thể giải quyết."
74
75 #: advice.c:183 builtin/merge.c:1289
76 msgid "You have not concluded your merge (MERGE_HEAD exists)."
77 msgstr "Bạn chưa kết thúc việc hòa trộn (MERGE_HEAD vẫn tồn tại)."
78
79 #: advice.c:185
80 msgid "Please, commit your changes before merging."
81 msgstr "Vui lòng chuyển giao các thay đổi trước khi hòa trộn."
82
83 #: advice.c:186
84 msgid "Exiting because of unfinished merge."
85 msgstr "Thoát ra bởi vì việc hòa trộn không hoàn tất."
86
87 #: advice.c:192
88 #, c-format
89 msgid ""
90 "Note: checking out '%s'.\n"
91 "\n"
92 "You are in 'detached HEAD' state. You can look around, make experimental\n"
93 "changes and commit them, and you can discard any commits you make in this\n"
94 "state without impacting any branches by performing another checkout.\n"
95 "\n"
96 "If you want to create a new branch to retain commits you create, you may\n"
97 "do so (now or later) by using -b with the checkout command again. Example:\n"
98 "\n"
99 " git checkout -b <new-branch-name>\n"
100 "\n"
101 msgstr ""
102 "Chú ý: đang lấy ra “%s”.\n"
103 "\n"
104 "Bạn đang ở tình trạng “detached HEAD”. Bạn có thể xem qua, tạo các thay\n"
105 "đổi thử nghiệm và chuyển giao chúng, bạn có thể loại bỏ bất kỳ lần chuyển\n"
106 "giao nào trong tình trạng này mà không cần đụng chậm đến bất kỳ nhánh nào\n"
107 "bằng cách thực hiện lần lấy ra khác nữa.\n"
108 "\n"
109 "Nếu bạn muốn tạo một nhánh mới để giữ lại các lần chuyển giao bạn tạo,\n"
110 "bạn có thể làm thế (ngay bây giờ hay sau này) bằng cách chạy lệnh checkout\n"
111 "lần nữa với tùy chọn -b. Ví dụ:\n"
112 "\n"
113 " git checkout -b <tên-nhánh-mới>\n"
114 "\n"
115
116 #: apply.c:59
117 #, c-format
118 msgid "unrecognized whitespace option '%s'"
119 msgstr "không nhận ra tùy chọn về khoảng trắng “%s”"
120
121 #: apply.c:75
122 #, c-format
123 msgid "unrecognized whitespace ignore option '%s'"
124 msgstr "không nhận ra tùy chọn bỏ qua khoảng trắng “%s”"
125
126 #: apply.c:125
127 msgid "--reject and --3way cannot be used together."
128 msgstr "--reject và --3way không thể dùng cùng nhau."
129
130 #: apply.c:127
131 msgid "--cached and --3way cannot be used together."
132 msgstr "--cached và --3way không thể dùng cùng nhau."
133
134 #: apply.c:130
135 msgid "--3way outside a repository"
136 msgstr "--3way ở ngoài một kho chứa"
137
138 #: apply.c:141
139 msgid "--index outside a repository"
140 msgstr "--index ở ngoài một kho chứa"
141
142 #: apply.c:144
143 msgid "--cached outside a repository"
144 msgstr "--cached ở ngoài một kho chứa"
145
146 #: apply.c:826
147 #, c-format
148 msgid "Cannot prepare timestamp regexp %s"
149 msgstr ""
150 "Không thể chuẩn bị biểu thức chính qui dấu vết thời gian (timestamp regexp) "
151 "%s"
152
153 #: apply.c:835
154 #, c-format
155 msgid "regexec returned %d for input: %s"
156 msgstr "thi hành biểu thức chính quy trả về %d cho đầu vào: %s"
157
158 #: apply.c:909
159 #, c-format
160 msgid "unable to find filename in patch at line %d"
161 msgstr "không thể tìm thấy tên tập tin trong miếng vá tại dòng %d"
162
163 #: apply.c:947
164 #, c-format
165 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
166 msgstr ""
167 "git apply: git-diff sai - cần /dev/null, nhưng lại nhận được %s trên dòng %d"
168
169 #: apply.c:953
170 #, c-format
171 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
172 msgstr "git apply: git-diff sai - tên tập tin mới không nhất quán trên dòng %d"
173
174 #: apply.c:954
175 #, c-format
176 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
177 msgstr "git apply: git-diff sai - tên tập tin cũ không nhất quán trên dòng %d"
178
179 #: apply.c:959
180 #, c-format
181 msgid "git apply: bad git-diff - expected /dev/null on line %d"
182 msgstr "git apply: git-diff sai - cần “/dev/null” trên dòng %d"
183
184 #: apply.c:988
185 #, c-format
186 msgid "invalid mode on line %d: %s"
187 msgstr "chế độ không hợp lệ trên dòng %d: %s"
188
189 #: apply.c:1307
190 #, c-format
191 msgid "inconsistent header lines %d and %d"
192 msgstr "phần đầu mâu thuẫn dòng %d và %d"
193
194 #: apply.c:1479
195 #, c-format
196 msgid "recount: unexpected line: %.*s"
197 msgstr "chi tiết: dòng không cần: %.*s"
198
199 #: apply.c:1548
200 #, c-format
201 msgid "patch fragment without header at line %d: %.*s"
202 msgstr "miếng vá phân mảnh mà không có phần đầu tại dòng %d: %.*s"
203
204 #: apply.c:1568
205 #, c-format
206 msgid ""
207 "git diff header lacks filename information when removing %d leading pathname "
208 "component (line %d)"
209 msgid_plural ""
210 "git diff header lacks filename information when removing %d leading pathname "
211 "components (line %d)"
212 msgstr[0] ""
213 "phần đầu diff cho git thiếu thông tin tên tập tin khi gỡ bỏ đi %d trong "
214 "thành phần dẫn đầu tên của đường dẫn (dòng %d)"
215
216 #: apply.c:1581
217 #, c-format
218 msgid "git diff header lacks filename information (line %d)"
219 msgstr "phần đầu diff cho git thiếu thông tin tên tập tin (dòng %d)"
220
221 #: apply.c:1769
222 msgid "new file depends on old contents"
223 msgstr "tập tin mới phụ thuộc vào nội dung cũ"
224
225 #: apply.c:1771
226 msgid "deleted file still has contents"
227 msgstr "tập tin đã xóa vẫn còn nội dung"
228
229 #: apply.c:1805
230 #, c-format
231 msgid "corrupt patch at line %d"
232 msgstr "miếng vá hỏng tại dòng %d"
233
234 #: apply.c:1842
235 #, c-format
236 msgid "new file %s depends on old contents"
237 msgstr "tập tin mới %s phụ thuộc vào nội dung cũ"
238
239 #: apply.c:1844
240 #, c-format
241 msgid "deleted file %s still has contents"
242 msgstr "tập tin đã xóa %s vẫn còn nội dung"
243
244 #: apply.c:1847
245 #, c-format
246 msgid "** warning: file %s becomes empty but is not deleted"
247 msgstr "** cảnh báo: tập tin %s trở nên trống rỗng nhưng không bị xóa"
248
249 #: apply.c:1994
250 #, c-format
251 msgid "corrupt binary patch at line %d: %.*s"
252 msgstr "miếng vá định dạng nhị phân sai hỏng tại dòng %d: %.*s"
253
254 #: apply.c:2031
255 #, c-format
256 msgid "unrecognized binary patch at line %d"
257 msgstr "miếng vá định dạng nhị phân không được nhận ra tại dòng %d"
258
259 #: apply.c:2193
260 #, c-format
261 msgid "patch with only garbage at line %d"
262 msgstr "vá chỉ với “rác” tại dòng %d"
263
264 #: apply.c:2279
265 #, c-format
266 msgid "unable to read symlink %s"
267 msgstr "không thể đọc liên kết mềm %s"
268
269 #: apply.c:2283
270 #, c-format
271 msgid "unable to open or read %s"
272 msgstr "không thể mở hay đọc %s"
273
274 #: apply.c:2942
275 #, c-format
276 msgid "invalid start of line: '%c'"
277 msgstr "sai khởi đầu dòng: “%c”"
278
279 #: apply.c:3063
280 #, c-format
281 msgid "Hunk #%d succeeded at %d (offset %d line)."
282 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
283 msgstr[0] "Khối dữ liệu #%d thành công tại %d (offset %d dòng)."
284
285 #: apply.c:3075
286 #, c-format
287 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
288 msgstr "Nội dung bị giảm xuống còn (%ld/%ld) để áp dụng mảnh dữ liệu tại %d"
289
290 #: apply.c:3081
291 #, c-format
292 msgid ""
293 "while searching for:\n"
294 "%.*s"
295 msgstr ""
296 "trong khi đang tìm kiếm cho:\n"
297 "%.*s"
298
299 #: apply.c:3103
300 #, c-format
301 msgid "missing binary patch data for '%s'"
302 msgstr "thiếu dữ liệu của miếng vá định dạng nhị phân cho “%s”"
303
304 #: apply.c:3111
305 #, c-format
306 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
307 msgstr ""
308 "không thể reverse-apply một miếng vá nhị phân mà không đảo ngược hunk thành "
309 "“%s”"
310
311 #: apply.c:3158
312 #, c-format
313 msgid "cannot apply binary patch to '%s' without full index line"
314 msgstr ""
315 "không thể áp dụng miếng vá nhị phân thành “%s” mà không có dòng chỉ mục đầy "
316 "đủ"
317
318 #: apply.c:3168
319 #, c-format
320 msgid ""
321 "the patch applies to '%s' (%s), which does not match the current contents."
322 msgstr ""
323 "miếng vá áp dụng cho “%s” (%s), cái mà không khớp với các nội dung hiện tại."
324
325 #: apply.c:3176
326 #, c-format
327 msgid "the patch applies to an empty '%s' but it is not empty"
328 msgstr "miếng vá áp dụng cho một “%s” trống rỗng nhưng nó lại không trống"
329
330 #: apply.c:3194
331 #, c-format
332 msgid "the necessary postimage %s for '%s' cannot be read"
333 msgstr "không thể đọc postimage %s cần thiết cho “%s”"
334
335 #: apply.c:3207
336 #, c-format
337 msgid "binary patch does not apply to '%s'"
338 msgstr "miếng vá định dạng nhị phân không được áp dụng cho “%s”"
339
340 #: apply.c:3213
341 #, c-format
342 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
343 msgstr ""
344 "vá nhị phân cho “%s” tạo ra kết quả không chính xác (mong chờ %s, lại nhận "
345 "%s)"
346
347 #: apply.c:3234
348 #, c-format
349 msgid "patch failed: %s:%ld"
350 msgstr "gặp lỗi khi vá: %s:%ld"
351
352 #: apply.c:3356
353 #, c-format
354 msgid "cannot checkout %s"
355 msgstr "không thể lấy ra %s"
356
357 #: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
358 #, c-format
359 msgid "failed to read %s"
360 msgstr "gặp lỗi khi đọc %s"
361
362 #: apply.c:3416
363 #, c-format
364 msgid "reading from '%s' beyond a symbolic link"
365 msgstr "đọc từ “%s” vượt ra ngoài liên kết mềm"
366
367 #: apply.c:3445 apply.c:3688
368 #, c-format
369 msgid "path %s has been renamed/deleted"
370 msgstr "đường dẫn %s đã bị xóa hoặc đổi tên"
371
372 #: apply.c:3531 apply.c:3703
373 #, c-format
374 msgid "%s: does not exist in index"
375 msgstr "%s: không tồn tại trong bảng mục lục"
376
377 #: apply.c:3540 apply.c:3711
378 #, c-format
379 msgid "%s: does not match index"
380 msgstr "%s: không khớp trong mục lục"
381
382 #: apply.c:3575
383 msgid "repository lacks the necessary blob to fall back on 3-way merge."
384 msgstr "Kho thiếu đối tượng blob cần thiết để trở về trên “3-way merge”."
385
386 #: apply.c:3578
387 #, c-format
388 msgid "Falling back to three-way merge...\n"
389 msgstr "Đang trở lại hòa trộn “3-đường”…\n"
390
391 #: apply.c:3594 apply.c:3598
392 #, c-format
393 msgid "cannot read the current contents of '%s'"
394 msgstr "không thể đọc nội dung hiện hành của “%s”"
395
396 #: apply.c:3610
397 #, c-format
398 msgid "Failed to fall back on three-way merge...\n"
399 msgstr "Gặp lỗi khi quay trở lại để hòa trộn kiểu “three-way”…\n"
400
401 #: apply.c:3624
402 #, c-format
403 msgid "Applied patch to '%s' with conflicts.\n"
404 msgstr "Đã áp dụng miếng vá %s với các xung đột.\n"
405
406 #: apply.c:3629
407 #, c-format
408 msgid "Applied patch to '%s' cleanly.\n"
409 msgstr "Đã áp dụng miếng vá %s một cách sạch sẽ.\n"
410
411 #: apply.c:3655
412 msgid "removal patch leaves file contents"
413 msgstr "loại bỏ miếng vá để lại nội dung tập tin"
414
415 #: apply.c:3728
416 #, c-format
417 msgid "%s: wrong type"
418 msgstr "%s: sai kiểu"
419
420 #: apply.c:3730
421 #, c-format
422 msgid "%s has type %o, expected %o"
423 msgstr "%s có kiểu %o, cần %o"
424
425 #: apply.c:3881 apply.c:3883
426 #, c-format
427 msgid "invalid path '%s'"
428 msgstr "đường dẫn không hợp lệ “%s”"
429
430 #: apply.c:3939
431 #, c-format
432 msgid "%s: already exists in index"
433 msgstr "%s: đã có từ trước trong bảng mục lục"
434
435 #: apply.c:3942
436 #, c-format
437 msgid "%s: already exists in working directory"
438 msgstr "%s: đã sẵn có trong thư mục đang làm việc"
439
440 #: apply.c:3962
441 #, c-format
442 msgid "new mode (%o) of %s does not match old mode (%o)"
443 msgstr "chế độ mới (%o) của %s không khớp với chế độ cũ (%o)"
444
445 #: apply.c:3967
446 #, c-format
447 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
448 msgstr "chế độ mới (%o) của %s không khớp với chế độ cũ (%o) của %s"
449
450 #: apply.c:3987
451 #, c-format
452 msgid "affected file '%s' is beyond a symbolic link"
453 msgstr "tập tin chịu tác động “%s” vượt ra ngoài liên kết mềm"
454
455 #: apply.c:3991
456 #, c-format
457 msgid "%s: patch does not apply"
458 msgstr "%s: miếng vá không được áp dụng"
459
460 #: apply.c:4006
461 #, c-format
462 msgid "Checking patch %s..."
463 msgstr "Đang kiểm tra miếng vá %s…"
464
465 #: apply.c:4098
466 #, c-format
467 msgid "sha1 information is lacking or useless for submodule %s"
468 msgstr "thông tin sha1 thiếu hoặc không dùng được cho mô-đun %s"
469
470 #: apply.c:4105
471 #, c-format
472 msgid "mode change for %s, which is not in current HEAD"
473 msgstr "thay đổi chế độ cho %s, cái mà không phải là HEAD hiện tại"
474
475 #: apply.c:4108
476 #, c-format
477 msgid "sha1 information is lacking or useless (%s)."
478 msgstr "thông tin sha1 còn thiếu hay không dùng được(%s)."
479
480 #: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142
481 #, c-format
482 msgid "make_cache_entry failed for path '%s'"
483 msgstr "make_cache_entry gặp lỗi đối với đường dẫn “%s”"
484
485 #: apply.c:4117
486 #, c-format
487 msgid "could not add %s to temporary index"
488 msgstr "không thể thêm %s vào chỉ mục tạm thời"
489
490 #: apply.c:4127
491 #, c-format
492 msgid "could not write temporary index to %s"
493 msgstr "không thểghi mục lục tạm vào %s"
494
495 #: apply.c:4265
496 #, c-format
497 msgid "unable to remove %s from index"
498 msgstr "không thể gỡ bỏ %s từ mục lục"
499
500 #: apply.c:4299
501 #, c-format
502 msgid "corrupt patch for submodule %s"
503 msgstr "miếng vá sai hỏng cho mô-đun-con %s"
504
505 #: apply.c:4305
506 #, c-format
507 msgid "unable to stat newly created file '%s'"
508 msgstr "không thể lấy thống kề về tập tin %s mới hơn đã được tạo"
509
510 #: apply.c:4313
511 #, c-format
512 msgid "unable to create backing store for newly created file %s"
513 msgstr "không thể tạo “kho lưu đằng sau” cho tập tin được tạo mới hơn %s"
514
515 #: apply.c:4319 apply.c:4464
516 #, c-format
517 msgid "unable to add cache entry for %s"
518 msgstr "không thể thêm mục nhớ đệm cho %s"
519
520 #: apply.c:4362
521 #, c-format
522 msgid "failed to write to '%s'"
523 msgstr "gặp lỗi khi ghi vào “%s”"
524
525 #: apply.c:4366
526 #, c-format
527 msgid "closing file '%s'"
528 msgstr "đang đóng tập tin “%s”"
529
530 #: apply.c:4436
531 #, c-format
532 msgid "unable to write file '%s' mode %o"
533 msgstr "không thể ghi vào tập tin “%s” chế độ %o"
534
535 #: apply.c:4534
536 #, c-format
537 msgid "Applied patch %s cleanly."
538 msgstr "Đã áp dụng miếng vá %s một cách sạch sẽ."
539
540 #: apply.c:4542
541 msgid "internal error"
542 msgstr "lỗi nội bộ"
543
544 #: apply.c:4545
545 #, c-format
546 msgid "Applying patch %%s with %d reject..."
547 msgid_plural "Applying patch %%s with %d rejects..."
548 msgstr[0] "Đang áp dụng miếng vá %%s với %d lần từ chối…"
549
550 #: apply.c:4556
551 #, c-format
552 msgid "truncating .rej filename to %.*s.rej"
553 msgstr "đang cắt ngắn tên tập tin .rej thành %.*s.rej"
554
555 #: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122
556 #, c-format
557 msgid "cannot open %s"
558 msgstr "không mở được “%s”"
559
560 #: apply.c:4578
561 #, c-format
562 msgid "Hunk #%d applied cleanly."
563 msgstr "Khối nhớ #%d được áp dụng gọn gàng."
564
565 #: apply.c:4582
566 #, c-format
567 msgid "Rejected hunk #%d."
568 msgstr "đoạn dữ liệu #%d bị từ chối."
569
570 #: apply.c:4692
571 #, c-format
572 msgid "Skipped patch '%s'."
573 msgstr "bỏ qua đường dẫn “%s”."
574
575 #: apply.c:4700
576 msgid "unrecognized input"
577 msgstr "không thừa nhận đầu vào"
578
579 #: apply.c:4719
580 msgid "unable to read index file"
581 msgstr "không thể đọc tập tin lưu bảng mục lục"
582
583 #: apply.c:4874
584 #, c-format
585 msgid "can't open patch '%s': %s"
586 msgstr "không thể mở miếng vá “%s”: %s"
587
588 #: apply.c:4901
589 #, c-format
590 msgid "squelched %d whitespace error"
591 msgid_plural "squelched %d whitespace errors"
592 msgstr[0] "đã chấm dứt %d lỗi khoảng trắng"
593
594 #: apply.c:4907 apply.c:4922
595 #, c-format
596 msgid "%d line adds whitespace errors."
597 msgid_plural "%d lines add whitespace errors."
598 msgstr[0] "%d dòng thêm khoảng trắng lỗi."
599
600 #: apply.c:4915
601 #, c-format
602 msgid "%d line applied after fixing whitespace errors."
603 msgid_plural "%d lines applied after fixing whitespace errors."
604 msgstr[0] "%d dòng được áp dụng sau khi sửa các lỗi khoảng trắng."
605
606 #: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
607 msgid "Unable to write new index file"
608 msgstr "Không thể ghi tập tin lưu bảng mục lục mới"
609
610 #: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212
611 #: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262
612 #: builtin/pull.c:199 builtin/submodule--helper.c:406
613 #: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365
614 #: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849
615 #: builtin/submodule--helper.c:2088 git-add--interactive.perl:197
616 msgid "path"
617 msgstr "đường-dẫn"
618
619 #: apply.c:4959
620 msgid "don't apply changes matching the given path"
621 msgstr "không áp dụng các thay đổi khớp với đường dẫn đã cho"
622
623 #: apply.c:4962
624 msgid "apply changes matching the given path"
625 msgstr "áp dụng các thay đổi khớp với đường dẫn đã cho"
626
627 #: apply.c:4964 builtin/am.c:2218
628 msgid "num"
629 msgstr "số"
630
631 #: apply.c:4965
632 msgid "remove <num> leading slashes from traditional diff paths"
633 msgstr "gỡ bỏ <số> dấu gạch chéo dẫn đầu từ đường dẫn diff cổ điển"
634
635 #: apply.c:4968
636 msgid "ignore additions made by the patch"
637 msgstr "lờ đi phần bổ xung được tạo ra bởi miếng vá"
638
639 #: apply.c:4970
640 msgid "instead of applying the patch, output diffstat for the input"
641 msgstr ""
642 "thay vì áp dụng một miếng vá, kết xuất kết quả từ lệnh diffstat cho đầu ra"
643
644 #: apply.c:4974
645 msgid "show number of added and deleted lines in decimal notation"
646 msgstr ""
647 "hiển thị số lượng các dòng được thêm vào và xóa đi theo ký hiệu thập phân"
648
649 #: apply.c:4976
650 msgid "instead of applying the patch, output a summary for the input"
651 msgstr "thay vì áp dụng một miếng vá, kết xuất kết quả cho đầu vào"
652
653 #: apply.c:4978
654 msgid "instead of applying the patch, see if the patch is applicable"
655 msgstr "thay vì áp dụng miếng vá, hãy xem xem miếng vá có thích hợp không"
656
657 #: apply.c:4980
658 msgid "make sure the patch is applicable to the current index"
659 msgstr "hãy chắc chắn là miếng vá thích hợp với bảng mục lục hiện hành"
660
661 #: apply.c:4982
662 msgid "mark new files with `git add --intent-to-add`"
663 msgstr "đánh dấu các tập tin mới với “git add --intent-to-add”"
664
665 #: apply.c:4984
666 msgid "apply a patch without touching the working tree"
667 msgstr "áp dụng một miếng vá mà không động chạm đến cây làm việc"
668
669 #: apply.c:4986
670 msgid "accept a patch that touches outside the working area"
671 msgstr "chấp nhận một miếng vá mà không động chạm đến cây làm việc"
672
673 #: apply.c:4989
674 msgid "also apply the patch (use with --stat/--summary/--check)"
675 msgstr ""
676 "đồng thời áp dụng miếng vá (dùng với tùy chọn --stat/--summary/--check)"
677
678 #: apply.c:4991
679 msgid "attempt three-way merge if a patch does not apply"
680 msgstr "thử hòa trộn kiểu three-way nếu việc vá không thể thực hiện được"
681
682 #: apply.c:4993
683 msgid "build a temporary index based on embedded index information"
684 msgstr ""
685 "xây dựng bảng mục lục tạm thời trên cơ sở thông tin bảng mục lục được nhúng"
686
687 #: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523
688 msgid "paths are separated with NUL character"
689 msgstr "các đường dẫn bị ngăn cách bởi ký tự NULL"
690
691 #: apply.c:4998
692 msgid "ensure at least <n> lines of context match"
693 msgstr "đảm bảo rằng có ít nhất <n> dòng nội dung khớp"
694
695 #: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97
696 #: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
697 #: builtin/pack-objects.c:3312 builtin/rebase.c:840
698 msgid "action"
699 msgstr "hành động"
700
701 #: apply.c:5000
702 msgid "detect new or modified lines that have whitespace errors"
703 msgstr "tìm thấy một dòng mới hoặc bị sửa đổi mà nó có lỗi do khoảng trắng"
704
705 #: apply.c:5003 apply.c:5006
706 msgid "ignore changes in whitespace when finding context"
707 msgstr "lờ đi sự thay đổi do khoảng trắng gây ra khi quét nội dung"
708
709 #: apply.c:5009
710 msgid "apply the patch in reverse"
711 msgstr "áp dụng miếng vá theo chiều ngược"
712
713 #: apply.c:5011
714 msgid "don't expect at least one line of context"
715 msgstr "đừng hy vọng có ít nhất một dòng nội dung"
716
717 #: apply.c:5013
718 msgid "leave the rejected hunks in corresponding *.rej files"
719 msgstr "để lại khối dữ liệu bị từ chối trong các tập tin *.rej tương ứng"
720
721 #: apply.c:5015
722 msgid "allow overlapping hunks"
723 msgstr "cho phép chồng khối nhớ"
724
725 #: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21
726 #: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698
727 #: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127
728 #: builtin/rebase--interactive.c:157
729 msgid "be verbose"
730 msgstr "chi tiết"
731
732 #: apply.c:5018
733 msgid "tolerate incorrectly detected missing new-line at the end of file"
734 msgstr ""
735 "đã dò tìm thấy dung sai không chính xác thiếu dòng mới tại cuối tập tin"
736
737 #: apply.c:5021
738 msgid "do not trust the line counts in the hunk headers"
739 msgstr "không tin số lượng dòng trong phần đầu khối dữ liệu"
740
741 #: apply.c:5023 builtin/am.c:2206
742 msgid "root"
743 msgstr "gốc"
744
745 #: apply.c:5024
746 msgid "prepend <root> to all filenames"
747 msgstr "treo thêm <root> vào tất cả các tên tập tin"
748
749 #: archive.c:14
750 msgid "git archive [<options>] <tree-ish> [<path>...]"
751 msgstr "git archive [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]"
752
753 #: archive.c:15
754 msgid "git archive --list"
755 msgstr "git archive --list"
756
757 #: archive.c:16
758 msgid ""
759 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
760 msgstr ""
761 "git archive --remote <kho> [--exec <lệnh>] [<các-tùy-chọn>] <tree-ish> "
762 "[<đường-dẫn>…]"
763
764 #: archive.c:17
765 msgid "git archive --remote <repo> [--exec <cmd>] --list"
766 msgstr "git archive --remote <kho> [--exec <lệnh>] --list"
767
768 #: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
769 #, c-format
770 msgid "pathspec '%s' did not match any files"
771 msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào"
772
773 #: archive.c:453
774 msgid "fmt"
775 msgstr "định_dạng"
776
777 #: archive.c:453
778 msgid "archive format"
779 msgstr "định dạng lưu trữ"
780
781 #: archive.c:454 builtin/log.c:1536
782 msgid "prefix"
783 msgstr "tiền_tố"
784
785 #: archive.c:455
786 msgid "prepend prefix to each pathname in the archive"
787 msgstr "nối thêm tiền tố vào từng đường dẫn tập tin trong kho lưu"
788
789 #: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
790 #: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884
791 #: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562
792 #: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122
793 #: parse-options.h:162
794 msgid "file"
795 msgstr "tập_tin"
796
797 #: archive.c:457 builtin/archive.c:89
798 msgid "write the archive to this file"
799 msgstr "ghi kho lưu vào tập tin này"
800
801 #: archive.c:459
802 msgid "read .gitattributes in working directory"
803 msgstr "đọc .gitattributes trong thư mục làm việc"
804
805 #: archive.c:460
806 msgid "report archived files on stderr"
807 msgstr "liệt kê các tập tin được lưu trữ vào stderr (đầu ra lỗi tiêu chuẩn)"
808
809 #: archive.c:461
810 msgid "store only"
811 msgstr "chỉ lưu (không nén)"
812
813 #: archive.c:462
814 msgid "compress faster"
815 msgstr "nén nhanh hơn"
816
817 #: archive.c:470
818 msgid "compress better"
819 msgstr "nén nhỏ hơn"
820
821 #: archive.c:473
822 msgid "list supported archive formats"
823 msgstr "liệt kê các kiểu nén được hỗ trợ"
824
825 #: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
826 #: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855
827 msgid "repo"
828 msgstr "kho"
829
830 #: archive.c:476 builtin/archive.c:91
831 msgid "retrieve the archive from remote repository <repo>"
832 msgstr "nhận kho nén từ kho chứa <kho> trên máy chủ"
833
834 #: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714
835 #: builtin/notes.c:496
836 msgid "command"
837 msgstr "lệnh"
838
839 #: archive.c:478 builtin/archive.c:93
840 msgid "path to the remote git-upload-archive command"
841 msgstr "đường dẫn đến lệnh git-upload-pack trên máy chủ"
842
843 #: archive.c:485
844 msgid "Unexpected option --remote"
845 msgstr "Gặp tùy chọn --remote không cần"
846
847 #: archive.c:487
848 msgid "Option --exec can only be used together with --remote"
849 msgstr "Tùy chọn --exec chỉ có thể được dùng cùng với --remote"
850
851 #: archive.c:489
852 msgid "Unexpected option --output"
853 msgstr "Gặp tùy chọn không cần --output"
854
855 #: archive.c:511
856 #, c-format
857 msgid "Unknown archive format '%s'"
858 msgstr "Không hiểu định dạng “%s”"
859
860 #: archive.c:518
861 #, c-format
862 msgid "Argument not supported for format '%s': -%d"
863 msgstr "Tham số không được hỗ trợ cho định dạng “%s”: -%d"
864
865 #: archive-tar.c:125 archive-zip.c:345
866 #, c-format
867 msgid "cannot stream blob %s"
868 msgstr "không thể stream blob “%s”"
869
870 #: archive-tar.c:260 archive-zip.c:363
871 #, c-format
872 msgid "unsupported file mode: 0%o (SHA1: %s)"
873 msgstr "chế độ tập tin lục không được hỗ trợ: 0%o (SHA1: %s)"
874
875 #: archive-tar.c:287 archive-zip.c:353
876 #, c-format
877 msgid "cannot read %s"
878 msgstr "không thể đọc %s"
879
880 #: archive-tar.c:458
881 #, c-format
882 msgid "unable to start '%s' filter"
883 msgstr "không thể bắt đầu bộ lọc “%s”"
884
885 #: archive-tar.c:461
886 msgid "unable to redirect descriptor"
887 msgstr "không thể chuyển hướng mô tả"
888
889 #: archive-tar.c:468
890 #, c-format
891 msgid "'%s' filter reported error"
892 msgstr "bộ lọc “%s” đã báo cáo lỗi"
893
894 #: archive-zip.c:314
895 #, c-format
896 msgid "path is not valid UTF-8: %s"
897 msgstr "đường dẫn không hợp lệ UTF-8: %s"
898
899 #: archive-zip.c:318
900 #, c-format
901 msgid "path too long (%d chars, SHA1: %s): %s"
902 msgstr "đường dẫn quá dài (%d ký tự, SHA1: %s): %s"
903
904 #: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227
905 #, c-format
906 msgid "deflate error (%d)"
907 msgstr "lỗi giải nén (%d)"
908
909 #: archive-zip.c:609
910 #, c-format
911 msgid "timestamp too large for this system: %<PRIuMAX>"
912 msgstr "dấu vết thời gian là quá lớn cho hệ thống này: %<PRIuMAX>"
913
914 #: attr.c:212
915 #, c-format
916 msgid "%.*s is not a valid attribute name"
917 msgstr "%.*s không phải tên thuộc tính hợp lệ"
918
919 #: attr.c:409
920 msgid ""
921 "Negative patterns are ignored in git attributes\n"
922 "Use '\\!' for literal leading exclamation."
923 msgstr ""
924 "Các mẫu dạng phủ định bị cấm dùng cho các thuộc tính của git\n"
925 "Dùng “\\!” cho các chuỗi văn bản có dấu chấm than dẫn đầu."
926
927 #: bisect.c:468
928 #, c-format
929 msgid "Badly quoted content in file '%s': %s"
930 msgstr "nội dung được trích dẫn sai tập tin “%s”: %s"
931
932 #: bisect.c:676
933 #, c-format
934 msgid "We cannot bisect more!\n"
935 msgstr "Chúng tôi không bisect thêm nữa!\n"
936
937 #: bisect.c:730
938 #, c-format
939 msgid "Not a valid commit name %s"
940 msgstr "Không phải tên đối tượng commit %s hợp lệ"
941
942 #: bisect.c:754
943 #, c-format
944 msgid ""
945 "The merge base %s is bad.\n"
946 "This means the bug has been fixed between %s and [%s].\n"
947 msgstr ""
948 "Hòa trộn trên %s là sai.\n"
949 "Điều đó có nghĩa là lỗi đã được sửa chữa giữa %s và [%s].\n"
950
951 #: bisect.c:759
952 #, c-format
953 msgid ""
954 "The merge base %s is new.\n"
955 "The property has changed between %s and [%s].\n"
956 msgstr ""
957 "Hòa trộn trên %s là mới.\n"
958 "Gần như chắc chắn là có thay đổi giữa %s và [%s].\n"
959
960 #: bisect.c:764
961 #, c-format
962 msgid ""
963 "The merge base %s is %s.\n"
964 "This means the first '%s' commit is between %s and [%s].\n"
965 msgstr ""
966 "Hòa trộn trên %s là %s.\n"
967 "Điều đó có nghĩa là lần chuyển giao “%s” đầu tiên là giữa %s và [%s].\n"
968
969 #: bisect.c:772
970 #, c-format
971 msgid ""
972 "Some %s revs are not ancestors of the %s rev.\n"
973 "git bisect cannot work properly in this case.\n"
974 "Maybe you mistook %s and %s revs?\n"
975 msgstr ""
976 "Một số điểm xét duyệt %s không phải tổ tiên của điểm xét duyệt %s.\n"
977 "git bisect không thể làm việc đúng đắn trong trường hợp này.\n"
978 "Liệu có phải bạn nhầm lẫn các điểm %s và %s không?\n"
979
980 #: bisect.c:785
981 #, c-format
982 msgid ""
983 "the merge base between %s and [%s] must be skipped.\n"
984 "So we cannot be sure the first %s commit is between %s and %s.\n"
985 "We continue anyway."
986 msgstr ""
987 "hòa trộn trên cơ sở giữa %s và [%s] phải bị bỏ qua.\n"
988 "Do vậy chúng tôi không thể chắc lần chuyển giao đầu tiên %s là giữa %s và "
989 "%s.\n"
990 "Chúng tôi vẫn cứ tiếp tục."
991
992 #: bisect.c:818
993 #, c-format
994 msgid "Bisecting: a merge base must be tested\n"
995 msgstr "Bisecting: nền hòa trộn cần phải được kiểm tra\n"
996
997 #: bisect.c:858
998 #, c-format
999 msgid "a %s revision is needed"
1000 msgstr "cần một điểm xét duyệt %s"
1001
1002 #: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237
1003 #, c-format
1004 msgid "could not create file '%s'"
1005 msgstr "không thể tạo tập tin “%s”"
1006
1007 #: bisect.c:928 builtin/merge.c:138
1008 #, c-format
1009 msgid "could not read file '%s'"
1010 msgstr "không thể đọc tập tin “%s”"
1011
1012 #: bisect.c:958
1013 msgid "reading bisect refs failed"
1014 msgstr "việc đọc tham chiếu bisect gặp lỗi"
1015
1016 #: bisect.c:977
1017 #, c-format
1018 msgid "%s was both %s and %s\n"
1019 msgstr "%s là cả %s và %s\n"
1020
1021 #: bisect.c:985
1022 #, c-format
1023 msgid ""
1024 "No testable commit found.\n"
1025 "Maybe you started with bad path parameters?\n"
1026 msgstr ""
1027 "không tìm thấy lần chuyển giao kiểm tra được nào.\n"
1028 "Có lẽ bạn bắt đầu với các tham số đường dẫn sai?\n"
1029
1030 #: bisect.c:1004
1031 #, c-format
1032 msgid "(roughly %d step)"
1033 msgid_plural "(roughly %d steps)"
1034 msgstr[0] "(ước chừng %d bước)"
1035
1036 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1037 #. steps)" translation.
1038 #.
1039 #: bisect.c:1010
1040 #, c-format
1041 msgid "Bisecting: %d revision left to test after this %s\n"
1042 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1043 msgstr[0] "Bisecting: còn %d điểm xét duyệt để kiểm sau %s này\n"
1044
1045 #: blame.c:1787
1046 msgid "--contents and --reverse do not blend well."
1047 msgstr "tùy chọn--contents và --reverse không được trộn vào nhau."
1048
1049 #: blame.c:1801
1050 msgid "cannot use --contents with final commit object name"
1051 msgstr "không thể dùng --contents với tên đối tượng chuyển giao cuối cùng"
1052
1053 #: blame.c:1822
1054 msgid "--reverse and --first-parent together require specified latest commit"
1055 msgstr ""
1056 "--reverse và --first-parent cùng nhau cần chỉ định lần chuyển giao cuối"
1057
1058 #: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:1963
1059 #: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:932
1060 #: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:406
1061 #: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1062 #: builtin/shortlog.c:192
1063 msgid "revision walk setup failed"
1064 msgstr "cài đặt việc di chuyển qua các điểm xét duyệt gặp lỗi"
1065
1066 #: blame.c:1849
1067 msgid ""
1068 "--reverse --first-parent together require range along first-parent chain"
1069 msgstr ""
1070 "--reverse --first-parent cùng nhau yêu cầu vùng cùng với chuỗi cha-mẹ-đầu-"
1071 "tiên"
1072
1073 #: blame.c:1860
1074 #, c-format
1075 msgid "no such path %s in %s"
1076 msgstr "không có đường dẫn %s trong “%s”"
1077
1078 #: blame.c:1871
1079 #, c-format
1080 msgid "cannot read blob %s for path %s"
1081 msgstr "không thể đọc blob %s cho đường dẫn “%s”"
1082
1083 #: branch.c:52
1084 #, c-format
1085 msgid ""
1086 "\n"
1087 "After fixing the error cause you may try to fix up\n"
1088 "the remote tracking information by invoking\n"
1089 "\"git branch --set-upstream-to=%s%s%s\"."
1090 msgstr ""
1091 "\n"
1092 "Sau khi sửa nguyên nhân lỗi bạn có lẻ cần thử sửa\n"
1093 "thông tin theo dõi máy chủ bằng cách gọi lệnh\n"
1094 "\"git branch --set-upstream-to=%s%s%s\"."
1095
1096 #: branch.c:66
1097 #, c-format
1098 msgid "Not setting branch %s as its own upstream."
1099 msgstr "Chưa cài đặt nhánh %s như là thượng nguồn của nó."
1100
1101 #: branch.c:92
1102 #, c-format
1103 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1104 msgstr ""
1105 "Nhánh “%s” cài đặt để theo dõi nhánh máy chủ “%s” từ “%s” bằng cách rebase."
1106
1107 #: branch.c:93
1108 #, c-format
1109 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1110 msgstr "Nhánh “%s” cài đặt để theo dõi nhánh máy chủ “%s” từ “%s”."
1111
1112 #: branch.c:97
1113 #, c-format
1114 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1115 msgstr "Nhánh “%s” cài đặt để theo dõi nhánh nội bộ “%s” bằng cách rebase."
1116
1117 #: branch.c:98
1118 #, c-format
1119 msgid "Branch '%s' set up to track local branch '%s'."
1120 msgstr "Nhánh “%s” cài đặt để theo dõi nhánh nội bộ “%s”."
1121
1122 #: branch.c:103
1123 #, c-format
1124 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1125 msgstr ""
1126 "Nhánh “%s” cài đặt để theo dõi tham chiếu máy chủ “%s” bằng cách rebase."
1127
1128 #: branch.c:104
1129 #, c-format
1130 msgid "Branch '%s' set up to track remote ref '%s'."
1131 msgstr "Nhánh “%s” cài đặt để theo dõi tham chiếu máy chủ “%s”."
1132
1133 #: branch.c:108
1134 #, c-format
1135 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1136 msgstr ""
1137 "Nhánh “%s” cài đặt để theo dõi tham chiếu nội bộ “%s” bằng cách rebase."
1138
1139 #: branch.c:109
1140 #, c-format
1141 msgid "Branch '%s' set up to track local ref '%s'."
1142 msgstr "Nhánh “%s” cài đặt để theo dõi tham chiếu nội bộ “%s”."
1143
1144 #: branch.c:118
1145 msgid "Unable to write upstream branch configuration"
1146 msgstr "Không thể ghi cấu hình nhánh thượng nguồn"
1147
1148 #: branch.c:155
1149 #, c-format
1150 msgid "Not tracking: ambiguous information for ref %s"
1151 msgstr "Không theo dõi: thông tin chưa rõ ràng cho tham chiếu %s"
1152
1153 #: branch.c:188
1154 #, c-format
1155 msgid "'%s' is not a valid branch name."
1156 msgstr "“%s” không phải là một tên nhánh hợp lệ."
1157
1158 #: branch.c:207
1159 #, c-format
1160 msgid "A branch named '%s' already exists."
1161 msgstr "Đã có nhánh mang tên “%s”."
1162
1163 #: branch.c:212
1164 msgid "Cannot force update the current branch."
1165 msgstr "Không thể ép buộc cập nhật nhánh hiện hành."
1166
1167 #: branch.c:232
1168 #, c-format
1169 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1170 msgstr ""
1171 "Không thể cài đặt thông tin theo dõi; điểm bắt đầu “%s” không phải là một "
1172 "nhánh."
1173
1174 #: branch.c:234
1175 #, c-format
1176 msgid "the requested upstream branch '%s' does not exist"
1177 msgstr "nhánh thượng nguồn đã yêu cầu “%s” không tồn tại"
1178
1179 #: branch.c:236
1180 msgid ""
1181 "\n"
1182 "If you are planning on basing your work on an upstream\n"
1183 "branch that already exists at the remote, you may need to\n"
1184 "run \"git fetch\" to retrieve it.\n"
1185 "\n"
1186 "If you are planning to push out a new local branch that\n"
1187 "will track its remote counterpart, you may want to use\n"
1188 "\"git push -u\" to set the upstream config as you push."
1189 msgstr ""
1190 "\n"
1191 "Nếu bạn có ý định “cải tổ” công việc của bạn trên nhánh thượng nguồn\n"
1192 "(upstream) cái mà đã sẵn có trên máy chủ, bạn cần chạy\n"
1193 "lệnh \"git fetch\" để lấy nó về.\n"
1194 "\n"
1195 "Nếu bạn có ý định đẩy lên lên một nhánh nội bộ mới cái mà\n"
1196 "sẽ theo dõi bản đối chiếu máy chủ của nó, bạn cần dùng lệnh\n"
1197 "\"git push -u\" để đặt cấu hình thượng nguồn bạn muốn push."
1198
1199 #: branch.c:279
1200 #, c-format
1201 msgid "Not a valid object name: '%s'."
1202 msgstr "Không phải tên đối tượng hợp lệ: “%s”."
1203
1204 #: branch.c:299
1205 #, c-format
1206 msgid "Ambiguous object name: '%s'."
1207 msgstr "Tên đối tượng chưa rõ ràng: “%s”."
1208
1209 #: branch.c:304
1210 #, c-format
1211 msgid "Not a valid branch point: '%s'."
1212 msgstr "Nhánh không hợp lệ: “%s”."
1213
1214 #: branch.c:358
1215 #, c-format
1216 msgid "'%s' is already checked out at '%s'"
1217 msgstr "“%s” đã được lấy ra tại “%s” rồi"
1218
1219 #: branch.c:381
1220 #, c-format
1221 msgid "HEAD of working tree %s is not updated"
1222 msgstr "HEAD của cây làm việc %s chưa được cập nhật"
1223
1224 #: bundle.c:36
1225 #, c-format
1226 msgid "'%s' does not look like a v2 bundle file"
1227 msgstr "“%s” không giống như tập tin v2 bundle (định dạng dump của git)"
1228
1229 #: bundle.c:64
1230 #, c-format
1231 msgid "unrecognized header: %s%s (%d)"
1232 msgstr "phần đầu không được thừa nhận: %s%s (%d)"
1233
1234 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:2722
1235 #: builtin/commit.c:774
1236 #, c-format
1237 msgid "could not open '%s'"
1238 msgstr "không thể mở “%s”"
1239
1240 #: bundle.c:141
1241 msgid "Repository lacks these prerequisite commits:"
1242 msgstr "Kho chứa thiếu những lần chuyển giao tiên quyết này:"
1243
1244 #: bundle.c:192
1245 #, c-format
1246 msgid "The bundle contains this ref:"
1247 msgid_plural "The bundle contains these %d refs:"
1248 msgstr[0] "Bó dữ liệu chứa %d tham chiếu:"
1249
1250 #: bundle.c:199
1251 msgid "The bundle records a complete history."
1252 msgstr "Lệnh bundle ghi lại toàn bộ lịch sử."
1253
1254 #: bundle.c:201
1255 #, c-format
1256 msgid "The bundle requires this ref:"
1257 msgid_plural "The bundle requires these %d refs:"
1258 msgstr[0] "Lệnh bundle yêu cầu %d tham chiếu này:"
1259
1260 #: bundle.c:267
1261 msgid "unable to dup bundle descriptor"
1262 msgstr "không thể nhân đôi bộ mô tả bundle"
1263
1264 #: bundle.c:274
1265 msgid "Could not spawn pack-objects"
1266 msgstr "Không thể sản sinh đối tượng gói"
1267
1268 #: bundle.c:285
1269 msgid "pack-objects died"
1270 msgstr "đối tượng gói đã chết"
1271
1272 #: bundle.c:327
1273 msgid "rev-list died"
1274 msgstr "rev-list đã chết"
1275
1276 #: bundle.c:376
1277 #, c-format
1278 msgid "ref '%s' is excluded by the rev-list options"
1279 msgstr "th.chiếu “%s” bị loại trừ bởi các tùy chọn rev-list"
1280
1281 #: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:304
1282 #, c-format
1283 msgid "unrecognized argument: %s"
1284 msgstr "đối số không được thừa nhận: %s"
1285
1286 #: bundle.c:464
1287 msgid "Refusing to create empty bundle."
1288 msgstr "Từ chối tạo một bó dữ liệu trống rỗng."
1289
1290 #: bundle.c:474
1291 #, c-format
1292 msgid "cannot create '%s'"
1293 msgstr "không thể tạo “%s”"
1294
1295 #: bundle.c:498
1296 msgid "index-pack died"
1297 msgstr "mục lục gói đã chết"
1298
1299 #: color.c:296
1300 #, c-format
1301 msgid "invalid color value: %.*s"
1302 msgstr "giá trị màu không hợp lệ: %.*s"
1303
1304 #: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:414
1305 #: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:376
1306 #: builtin/replace.c:448
1307 #, c-format
1308 msgid "could not parse %s"
1309 msgstr "không thể phân tích cú pháp %s"
1310
1311 #: commit.c:52
1312 #, c-format
1313 msgid "%s %s is not a commit!"
1314 msgstr "%s %s không phải là một lần chuyển giao!"
1315
1316 #: commit.c:193
1317 msgid ""
1318 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1319 "and will be removed in a future Git version.\n"
1320 "\n"
1321 "Please use \"git replace --convert-graft-file\"\n"
1322 "to convert the grafts into replace refs.\n"
1323 "\n"
1324 "Turn this message off by running\n"
1325 "\"git config advice.graftFileDeprecated false\""
1326 msgstr ""
1327 "Việc hỗ trợ cho <GIT_DIR>/info/grafts đã lạc hậu\n"
1328 "và sẽ bị xóa bỏ ở phiên bản Git tương lai.\n"
1329 "\n"
1330 "Vui lòng dùng \"git replace --convert-graft-file\"\n"
1331 "để chuyển đổi các graft thành các tham chiếu thay thế.\n"
1332 "\n"
1333 "Tắt lời nhắn này bằng cách chạy\n"
1334 "\"git config advice.graftFileDeprecated false\""
1335
1336 #: commit.c:1115
1337 #, c-format
1338 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1339 msgstr ""
1340 "Lần chuyển giao %s có một chữ ký GPG không đáng tin, được cho là bởi %s."
1341
1342 #: commit.c:1118
1343 #, c-format
1344 msgid "Commit %s has a bad GPG signature allegedly by %s."
1345 msgstr "Lần chuyển giao %s có một chữ ký GPG sai, được cho là bởi %s."
1346
1347 #: commit.c:1121
1348 #, c-format
1349 msgid "Commit %s does not have a GPG signature."
1350 msgstr "Lần chuyển giao %s không có chữ ký GPG."
1351
1352 #: commit.c:1124
1353 #, c-format
1354 msgid "Commit %s has a good GPG signature by %s\n"
1355 msgstr "Lần chuyển giao %s có một chữ ký GPG tốt bởi %s\n"
1356
1357 #: commit.c:1378
1358 msgid ""
1359 "Warning: commit message did not conform to UTF-8.\n"
1360 "You may want to amend it after fixing the message, or set the config\n"
1361 "variable i18n.commitencoding to the encoding your project uses.\n"
1362 msgstr ""
1363 "Cảnh báo: ghi chú cho lần chuyển giao không hợp chuẩn UTF-8.\n"
1364 "Bạn có lẽ muốn tu bổ nó sau khi sửa lời chú thích, hoặc là đặt biến\n"
1365 "cấu hình i18n.commitencoding thành bảng mã mà dự án của bạn muốn dùng.\n"
1366
1367 #: commit-graph.c:108
1368 #, c-format
1369 msgid "graph file %s is too small"
1370 msgstr "tập tin đồ thị %s quá nhỏ"
1371
1372 #: commit-graph.c:115
1373 #, c-format
1374 msgid "graph signature %X does not match signature %X"
1375 msgstr "chữ ký đồ họa %X không khớp chữ ký %X"
1376
1377 #: commit-graph.c:122
1378 #, c-format
1379 msgid "graph version %X does not match version %X"
1380 msgstr "phiên bản đồ họa %X không khớp phiên bản %X"
1381
1382 #: commit-graph.c:129
1383 #, c-format
1384 msgid "hash version %X does not match version %X"
1385 msgstr "phiên bản băm “%X” không có phiên bản khớp %X"
1386
1387 #: commit-graph.c:153
1388 #, c-format
1389 msgid "improper chunk offset %08x%08x"
1390 msgstr "bù mảnh không đúng chỗ %08x%08x"
1391
1392 #: commit-graph.c:189
1393 #, c-format
1394 msgid "chunk id %08x appears multiple times"
1395 msgstr "mã mảnh %08x xuất hiện nhiều lần"
1396
1397 #: commit-graph.c:308
1398 #, c-format
1399 msgid "could not find commit %s"
1400 msgstr "không thể tìm thấy lần chuyển giao %s"
1401
1402 #: commit-graph.c:617 builtin/pack-objects.c:2652
1403 #, c-format
1404 msgid "unable to get type of object %s"
1405 msgstr "không thể lấy kiểu của đối tượng “%s”"
1406
1407 #: commit-graph.c:651
1408 msgid "Annotating commits in commit graph"
1409 msgstr "Diễn giải các lần chuyển giao trong đồ thị lần chuyển giao"
1410
1411 #: commit-graph.c:691
1412 msgid "Computing commit graph generation numbers"
1413 msgstr "Đang tính toán số tạo sơ đồ các lần chuyển giao"
1414
1415 #: commit-graph.c:803 commit-graph.c:826 commit-graph.c:852
1416 msgid "Finding commits for commit graph"
1417 msgstr "Đang tìm các lần chuyển giao cho đồ thị lần chuyển giao"
1418
1419 #: commit-graph.c:812
1420 #, c-format
1421 msgid "error adding pack %s"
1422 msgstr "gặp lỗi thêm gói %s"
1423
1424 #: commit-graph.c:814
1425 #, c-format
1426 msgid "error opening index for %s"
1427 msgstr "gặp lỗi khi mở mục lục cho “%s”"
1428
1429 #: commit-graph.c:868
1430 #, c-format
1431 msgid "the commit graph format cannot write %d commits"
1432 msgstr "định dạng đồ họa các lần chuyển giao không thể ghi %d lần chuyển giao"
1433
1434 #: commit-graph.c:895
1435 msgid "too many commits to write graph"
1436 msgstr "có quá nhiều lần chuyển giao để ghi đồ thị"
1437
1438 #: commit-graph.c:902 midx.c:769
1439 #, c-format
1440 msgid "unable to create leading directories of %s"
1441 msgstr "không thể tạo các thư mục dẫn đầu của “%s”"
1442
1443 #: commit-graph.c:1002
1444 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1445 msgstr ""
1446 "tập tin sơ đồ chuyển giao có tổng kiểm không đúng và có vẻ như là đã hỏng"
1447
1448 #: commit-graph.c:1046
1449 msgid "Verifying commits in commit graph"
1450 msgstr "Đang thẩm tra các lần chuyển giao trong đồ thị lần chuyển giao"
1451
1452 #: compat/obstack.c:405 compat/obstack.c:407
1453 msgid "memory exhausted"
1454 msgstr "hết bộ nhớ"
1455
1456 #: config.c:123
1457 #, c-format
1458 msgid ""
1459 "exceeded maximum include depth (%d) while including\n"
1460 "\t%s\n"
1461 "from\n"
1462 "\t%s\n"
1463 "This might be due to circular includes."
1464 msgstr ""
1465 "vượt quá độ sâu bao gồm tối đa (%d) trong khi bao gồm\n"
1466 "\t%s\n"
1467 "từ\n"
1468 "\t%s\n"
1469 "Nguyên nhân có thể là gồm quẩn vòng."
1470
1471 #: config.c:139
1472 #, c-format
1473 msgid "could not expand include path '%s'"
1474 msgstr "không thể khai triển đường dẫn “%s”"
1475
1476 #: config.c:150
1477 msgid "relative config includes must come from files"
1478 msgstr "các bao gồm cấu hình liên quan phải đến từ các tập tin"
1479
1480 #: config.c:190
1481 msgid "relative config include conditionals must come from files"
1482 msgstr "các điều kiện bao gồm cấu hình liên quan phải đến từ các tập tin"
1483
1484 #: config.c:348
1485 #, c-format
1486 msgid "key does not contain a section: %s"
1487 msgstr "khóa không chứa một phần: %s"
1488
1489 #: config.c:354
1490 #, c-format
1491 msgid "key does not contain variable name: %s"
1492 msgstr "khóa không chứa bất kỳ một tên biến nào: %s"
1493
1494 #: config.c:378 sequencer.c:2296
1495 #, c-format
1496 msgid "invalid key: %s"
1497 msgstr "khóa không đúng: %s"
1498
1499 #: config.c:384
1500 #, c-format
1501 msgid "invalid key (newline): %s"
1502 msgstr "khóa không hợp lệ (dòng mới): %s"
1503
1504 #: config.c:420 config.c:432
1505 #, c-format
1506 msgid "bogus config parameter: %s"
1507 msgstr "tham số cấu hình không có thực: %s"
1508
1509 #: config.c:467
1510 #, c-format
1511 msgid "bogus format in %s"
1512 msgstr "định dạng không có thực trong %s"
1513
1514 #: config.c:793
1515 #, c-format
1516 msgid "bad config line %d in blob %s"
1517 msgstr "tập tin cấu hình sai tại dòng %d trong blob %s"
1518
1519 #: config.c:797
1520 #, c-format
1521 msgid "bad config line %d in file %s"
1522 msgstr "cấu hình sai tại dòng %d trong tập tin %s"
1523
1524 #: config.c:801
1525 #, c-format
1526 msgid "bad config line %d in standard input"
1527 msgstr "cấu hình sai tại dòng %d trong đầu vào tiêu chuẩn"
1528
1529 #: config.c:805
1530 #, c-format
1531 msgid "bad config line %d in submodule-blob %s"
1532 msgstr "cấu hình sai tại dòng %d trong blob-mô-đun-con %s"
1533
1534 #: config.c:809
1535 #, c-format
1536 msgid "bad config line %d in command line %s"
1537 msgstr "cấu hình sai tại dòng %d trong dòng lệnh %s"
1538
1539 #: config.c:813
1540 #, c-format
1541 msgid "bad config line %d in %s"
1542 msgstr "cấu hình sai tại dòng %d trong %s"
1543
1544 #: config.c:952
1545 msgid "out of range"
1546 msgstr "nằm ngoài phạm vi"
1547
1548 #: config.c:952
1549 msgid "invalid unit"
1550 msgstr "đơn vị không hợp lệ"
1551
1552 #: config.c:958
1553 #, c-format
1554 msgid "bad numeric config value '%s' for '%s': %s"
1555 msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: %s"
1556
1557 #: config.c:963
1558 #, c-format
1559 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1560 msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong blob %s: %s"
1561
1562 #: config.c:966
1563 #, c-format
1564 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1565 msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong tập tin %s: %s"
1566
1567 #: config.c:969
1568 #, c-format
1569 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1570 msgstr ""
1571 "sai giá trị bằng số của cấu hình “%s” cho “%s” trong đầu vào tiêu chuẩn: %s"
1572
1573 #: config.c:972
1574 #, c-format
1575 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1576 msgstr ""
1577 "sai giá trị bằng số của cấu hình “%s” cho “%s” trong submodule-blob %s: %s"
1578
1579 #: config.c:975
1580 #, c-format
1581 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1582 msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong dòng lệnh %s: %s"
1583
1584 #: config.c:978
1585 #, c-format
1586 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1587 msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: %s"
1588
1589 #: config.c:1073
1590 #, c-format
1591 msgid "failed to expand user dir in: '%s'"
1592 msgstr "gặp lỗi mở rộng thư mục người dùng trong: “%s”"
1593
1594 #: config.c:1082
1595 #, c-format
1596 msgid "'%s' for '%s' is not a valid timestamp"
1597 msgstr "“%s” dành cho “%s” không phải là dấu vết thời gian hợp lệ"
1598
1599 #: config.c:1173
1600 #, c-format
1601 msgid "abbrev length out of range: %d"
1602 msgstr "chiều dài abbrev nằm ngoài phạm vi: %d"
1603
1604 #: config.c:1187 config.c:1198
1605 #, c-format
1606 msgid "bad zlib compression level %d"
1607 msgstr "mức nén zlib %d là sai"
1608
1609 #: config.c:1290
1610 msgid "core.commentChar should only be one character"
1611 msgstr "core.commentChar chỉ được có một ký tự"
1612
1613 #: config.c:1323
1614 #, c-format
1615 msgid "invalid mode for object creation: %s"
1616 msgstr "chế độ không hợp lệ đối với việc tạo đối tượng: %s"
1617
1618 #: config.c:1395
1619 #, c-format
1620 msgid "malformed value for %s"
1621 msgstr "giá trị cho %s sai dạng"
1622
1623 #: config.c:1421
1624 #, c-format
1625 msgid "malformed value for %s: %s"
1626 msgstr "giá trị cho %s sai dạng: %s"
1627
1628 #: config.c:1422
1629 msgid "must be one of nothing, matching, simple, upstream or current"
1630 msgstr "phải là một trong số nothing, matching, simple, upstream hay current"
1631
1632 #: config.c:1481 builtin/pack-objects.c:3391
1633 #, c-format
1634 msgid "bad pack compression level %d"
1635 msgstr "mức nén gói %d không hợp lệ"
1636
1637 #: config.c:1602
1638 #, c-format
1639 msgid "unable to load config blob object '%s'"
1640 msgstr "không thể tải đối tượng blob cấu hình “%s”"
1641
1642 #: config.c:1605
1643 #, c-format
1644 msgid "reference '%s' does not point to a blob"
1645 msgstr "tham chiếu “%s” không chỉ đến một blob nào cả"
1646
1647 #: config.c:1622
1648 #, c-format
1649 msgid "unable to resolve config blob '%s'"
1650 msgstr "không thể phân giải điểm xét duyệt “%s”"
1651
1652 #: config.c:1652
1653 #, c-format
1654 msgid "failed to parse %s"
1655 msgstr "gặp lỗi khi phân tích cú pháp %s"
1656
1657 #: config.c:1705
1658 msgid "unable to parse command-line config"
1659 msgstr "không thể phân tích cấu hình dòng lệnh"
1660
1661 #: config.c:2037
1662 msgid "unknown error occurred while reading the configuration files"
1663 msgstr "đã có lỗi chưa biết xảy ra trong khi đọc các tập tin cấu hình"
1664
1665 #: config.c:2207
1666 #, c-format
1667 msgid "Invalid %s: '%s'"
1668 msgstr "%s không hợp lệ: “%s”"
1669
1670 #: config.c:2250
1671 #, c-format
1672 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1673 msgstr ""
1674 "không hiểu giá trị core.untrackedCache “%s”; dùng giá trị mặc định “keep”"
1675
1676 #: config.c:2276
1677 #, c-format
1678 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1679 msgstr "giá trị splitIndex.maxPercentChange “%d” phải nằm giữa 0 và 100"
1680
1681 #: config.c:2322
1682 #, c-format
1683 msgid "unable to parse '%s' from command-line config"
1684 msgstr "không thể phân tích “%s” từ cấu hình dòng lệnh"
1685
1686 #: config.c:2324
1687 #, c-format
1688 msgid "bad config variable '%s' in file '%s' at line %d"
1689 msgstr "sai biến cấu hình “%s” trong tập tin “%s” tại dòng %d"
1690
1691 #: config.c:2405
1692 #, c-format
1693 msgid "invalid section name '%s'"
1694 msgstr "tên của phần không hợp lệ “%s”"
1695
1696 #: config.c:2437
1697 #, c-format
1698 msgid "%s has multiple values"
1699 msgstr "%s có đa giá trị"
1700
1701 #: config.c:2466
1702 #, c-format
1703 msgid "failed to write new configuration file %s"
1704 msgstr "gặp lỗi khi ghi tập tin cấu hình “%s”"
1705
1706 #: config.c:2717 config.c:3041
1707 #, c-format
1708 msgid "could not lock config file %s"
1709 msgstr "không thể khóa tập tin cấu hình %s"
1710
1711 #: config.c:2728
1712 #, c-format
1713 msgid "opening %s"
1714 msgstr "đang mở “%s”"
1715
1716 #: config.c:2763 builtin/config.c:327
1717 #, c-format
1718 msgid "invalid pattern: %s"
1719 msgstr "mẫu không hợp lệ: %s"
1720
1721 #: config.c:2788
1722 #, c-format
1723 msgid "invalid config file %s"
1724 msgstr "tập tin cấu hình “%s” không hợp lệ"
1725
1726 #: config.c:2801 config.c:3054
1727 #, c-format
1728 msgid "fstat on %s failed"
1729 msgstr "fstat trên %s gặp lỗi"
1730
1731 #: config.c:2812
1732 #, c-format
1733 msgid "unable to mmap '%s'"
1734 msgstr "không thể mmap “%s”"
1735
1736 #: config.c:2821 config.c:3059
1737 #, c-format
1738 msgid "chmod on %s failed"
1739 msgstr "chmod trên %s gặp lỗi"
1740
1741 #: config.c:2906 config.c:3156
1742 #, c-format
1743 msgid "could not write config file %s"
1744 msgstr "không thể ghi tập tin cấu hình “%s”"
1745
1746 #: config.c:2940
1747 #, c-format
1748 msgid "could not set '%s' to '%s'"
1749 msgstr "không thể đặt “%s” thành “%s”"
1750
1751 #: config.c:2942 builtin/remote.c:782
1752 #, c-format
1753 msgid "could not unset '%s'"
1754 msgstr "không thể thôi đặt “%s”"
1755
1756 #: config.c:3032
1757 #, c-format
1758 msgid "invalid section name: %s"
1759 msgstr "tên của phần không hợp lệ: %s"
1760
1761 #: config.c:3199
1762 #, c-format
1763 msgid "missing value for '%s'"
1764 msgstr "thiếu giá trị cho cho “%s”"
1765
1766 #: connect.c:61
1767 msgid "the remote end hung up upon initial contact"
1768 msgstr "máy chủ bị treo trên lần tiếp xúc đầu tiên"
1769
1770 #: connect.c:63
1771 msgid ""
1772 "Could not read from remote repository.\n"
1773 "\n"
1774 "Please make sure you have the correct access rights\n"
1775 "and the repository exists."
1776 msgstr ""
1777 "Không thể đọc từ kho trên mạng.\n"
1778 "\n"
1779 "Vui lòng chắc chắn là bạn có đủ thẩm quyền truy cập\n"
1780 "và kho chứa đã sẵn có."
1781
1782 #: connect.c:81
1783 #, c-format
1784 msgid "server doesn't support '%s'"
1785 msgstr "máy chủ không hỗ trợ “%s”"
1786
1787 #: connect.c:103
1788 #, c-format
1789 msgid "server doesn't support feature '%s'"
1790 msgstr "máy chủ không hỗ trợ tính năng “%s”"
1791
1792 #: connect.c:114
1793 msgid "expected flush after capabilities"
1794 msgstr "cần đẩy dữ liệu lên đĩa sau các capabilities"
1795
1796 #: connect.c:233
1797 #, c-format
1798 msgid "ignoring capabilities after first line '%s'"
1799 msgstr "bỏ qua capabilities sau dòng đầu tiên “%s”"
1800
1801 #: connect.c:252
1802 msgid "protocol error: unexpected capabilities^{}"
1803 msgstr "lỗi giao thức: không cần capabilities^{}"
1804
1805 #: connect.c:273
1806 #, c-format
1807 msgid "protocol error: expected shallow sha-1, got '%s'"
1808 msgstr "lỗi giao thức: cần sha-1 shallow, nhưng lại nhận được “%s”"
1809
1810 #: connect.c:275
1811 msgid "repository on the other end cannot be shallow"
1812 msgstr "kho đã ở điểm cuối khoác nên không thể được shallow"
1813
1814 #: connect.c:310 fetch-pack.c:182 builtin/archive.c:63
1815 #, c-format
1816 msgid "remote error: %s"
1817 msgstr "lỗi máy chủ: %s"
1818
1819 #: connect.c:316
1820 msgid "invalid packet"
1821 msgstr "gói không hợp lệ"
1822
1823 #: connect.c:336
1824 #, c-format
1825 msgid "protocol error: unexpected '%s'"
1826 msgstr "lỗi giao thức: không cần “%s”"
1827
1828 #: connect.c:444
1829 #, c-format
1830 msgid "invalid ls-refs response: %s"
1831 msgstr "trả về của ls-refs không hợp lệ: %s"
1832
1833 #: connect.c:448
1834 msgid "expected flush after ref listing"
1835 msgstr "cần đẩy dữ liệu lên đĩa sau khi liệt kê tham chiếu"
1836
1837 #: connect.c:547
1838 #, c-format
1839 msgid "protocol '%s' is not supported"
1840 msgstr "giao thức “%s” chưa được hỗ trợ"
1841
1842 #: connect.c:598
1843 msgid "unable to set SO_KEEPALIVE on socket"
1844 msgstr "không thể đặt SO_KEEPALIVE trên ổ cắm"
1845
1846 #: connect.c:638 connect.c:701
1847 #, c-format
1848 msgid "Looking up %s ... "
1849 msgstr "Đang tìm kiếm %s …"
1850
1851 #: connect.c:642
1852 #, c-format
1853 msgid "unable to look up %s (port %s) (%s)"
1854 msgstr "không tìm được %s (cổng %s) (%s)"
1855
1856 #. TRANSLATORS: this is the end of "Looking up %s ... "
1857 #: connect.c:646 connect.c:717
1858 #, c-format
1859 msgid ""
1860 "done.\n"
1861 "Connecting to %s (port %s) ... "
1862 msgstr ""
1863 "xong.\n"
1864 "Đang kết nối đến %s (cổng %s) … "
1865
1866 #: connect.c:668 connect.c:745
1867 #, c-format
1868 msgid ""
1869 "unable to connect to %s:\n"
1870 "%s"
1871 msgstr ""
1872 "không thể kết nối đến %s:\n"
1873 "%s"
1874
1875 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1876 #: connect.c:674 connect.c:751
1877 msgid "done."
1878 msgstr "hoàn tất."
1879
1880 #: connect.c:705
1881 #, c-format
1882 msgid "unable to look up %s (%s)"
1883 msgstr "không thể tìm thấy %s (%s)"
1884
1885 #: connect.c:711
1886 #, c-format
1887 msgid "unknown port %s"
1888 msgstr "không hiểu cổng %s"
1889
1890 #: connect.c:848 connect.c:1174
1891 #, c-format
1892 msgid "strange hostname '%s' blocked"
1893 msgstr "đã khóa tên máy lạ “%s”"
1894
1895 #: connect.c:850
1896 #, c-format
1897 msgid "strange port '%s' blocked"
1898 msgstr "đã khóa cổng lạ “%s”"
1899
1900 #: connect.c:860
1901 #, c-format
1902 msgid "cannot start proxy %s"
1903 msgstr "không thể khởi chạy ủy nhiệm “%s”"
1904
1905 #: connect.c:927
1906 msgid "no path specified; see 'git help pull' for valid url syntax"
1907 msgstr "chưa chỉ định đường dẫn; xem'git help pull” để biết cú pháp url hợp lệ"
1908
1909 #: connect.c:1122
1910 msgid "ssh variant 'simple' does not support -4"
1911 msgstr "ssh biến thể “simple” không hỗ trợ -4"
1912
1913 #: connect.c:1134
1914 msgid "ssh variant 'simple' does not support -6"
1915 msgstr "ssh biến thể “simple” không hỗ trợ -6"
1916
1917 #: connect.c:1151
1918 msgid "ssh variant 'simple' does not support setting port"
1919 msgstr "ssh biến thể “simple” không hỗ trợ đặt cổng"
1920
1921 #: connect.c:1262
1922 #, c-format
1923 msgid "strange pathname '%s' blocked"
1924 msgstr "đã khóa tên đường dẫn lạ “%s”"
1925
1926 #: connect.c:1307
1927 msgid "unable to fork"
1928 msgstr "không thể rẽ nhánh tiến trình con"
1929
1930 #: connected.c:68 builtin/fsck.c:202 builtin/prune.c:147
1931 msgid "Checking connectivity"
1932 msgstr "Đang kiểm tra kết nối"
1933
1934 #: connected.c:80
1935 msgid "Could not run 'git rev-list'"
1936 msgstr "Không thể chạy “git rev-list”"
1937
1938 #: connected.c:100
1939 msgid "failed write to rev-list"
1940 msgstr "gặp lỗi khi ghi vào rev-list"
1941
1942 #: connected.c:107
1943 msgid "failed to close rev-list's stdin"
1944 msgstr "gặp lỗi khi đóng đầu vào chuẩn stdin của rev-list"
1945
1946 #: convert.c:194
1947 #, c-format
1948 msgid "illegal crlf_action %d"
1949 msgstr "crlf_action %d không hợp lệ"
1950
1951 #: convert.c:207
1952 #, c-format
1953 msgid "CRLF would be replaced by LF in %s"
1954 msgstr "CRLF nên được thay bằng LF trong %s"
1955
1956 #: convert.c:209
1957 #, c-format
1958 msgid ""
1959 "CRLF will be replaced by LF in %s.\n"
1960 "The file will have its original line endings in your working directory"
1961 msgstr ""
1962 "CRLF sẽ bị thay thế bằng LF trong %s.\n"
1963 "Tập tin sẽ có kiểu xuống dòng như bản gốc trong thư mục làm việc của bạn"
1964
1965 #: convert.c:217
1966 #, c-format
1967 msgid "LF would be replaced by CRLF in %s"
1968 msgstr "LF nên thay bằng CRLF trong %s"
1969
1970 #: convert.c:219
1971 #, c-format
1972 msgid ""
1973 "LF will be replaced by CRLF in %s.\n"
1974 "The file will have its original line endings in your working directory"
1975 msgstr ""
1976 "LF sẽ bị thay thế bằng CRLF trong %s.\n"
1977 "Tập tin sẽ có kiểu xuống dòng như bản gốc trong thư mục làm việc của bạn"
1978
1979 #: convert.c:280
1980 #, c-format
1981 msgid "BOM is prohibited in '%s' if encoded as %s"
1982 msgstr "BOM bị cấm trong “%s” nếu được mã hóa là %s"
1983
1984 #: convert.c:287
1985 #, c-format
1986 msgid ""
1987 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1988 "tree-encoding."
1989 msgstr ""
1990 "Tập tin “%s” có chứa ký hiệu thứ tự byte (BOM). Vui lòng dùng UTF-%s như là "
1991 "bảng mã cây làm việc."
1992
1993 #: convert.c:305
1994 #, c-format
1995 msgid "BOM is required in '%s' if encoded as %s"
1996 msgstr "BOM là bắt buộc trong “%s” nếu được mã hóa là %s"
1997
1998 #: convert.c:307
1999 #, c-format
2000 msgid ""
2001 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2002 "%sLE (depending on the byte order) as working-tree-encoding."
2003 msgstr ""
2004 "Tập tin “%s” còn thiếu ký hiệu thứ tự byte (BOM). Vui lòng dùng UTF-%sBE hay "
2005 "UTF-%sLE (còn phục thuộc vào thứ tự byte) như là bảng mã cây làm việc."
2006
2007 #: convert.c:425 convert.c:496
2008 #, c-format
2009 msgid "failed to encode '%s' from %s to %s"
2010 msgstr "gặp lỗi khi mã hóa “%s” từ “%s” sang “%s”"
2011
2012 #: convert.c:468
2013 #, c-format
2014 msgid "encoding '%s' from %s to %s and back is not the same"
2015 msgstr "mã hóa “%s” từ %s thành %s và ngược trở lại không phải là cùng"
2016
2017 #: convert.c:674
2018 #, c-format
2019 msgid "cannot fork to run external filter '%s'"
2020 msgstr "không thể rẽ nhánh tiến trình để chạy bộ lọc bên ngoài “%s”"
2021
2022 #: convert.c:694
2023 #, c-format
2024 msgid "cannot feed the input to external filter '%s'"
2025 msgstr "không thể cấp đầu vào cho bộ lọc bên ngoài “%s”"
2026
2027 #: convert.c:701
2028 #, c-format
2029 msgid "external filter '%s' failed %d"
2030 msgstr "chạy bộ lọc bên ngoài “%s” gặp lỗi %d"
2031
2032 #: convert.c:736 convert.c:739
2033 #, c-format
2034 msgid "read from external filter '%s' failed"
2035 msgstr "đọc từ bộ lọc bên ngoài “%s” gặp lỗi"
2036
2037 #: convert.c:742 convert.c:796
2038 #, c-format
2039 msgid "external filter '%s' failed"
2040 msgstr "gặp lỗi khi chạy bộ lọc bên ngoài “%s”"
2041
2042 #: convert.c:844
2043 msgid "unexpected filter type"
2044 msgstr "gặp kiểu bộ lọc thừa"
2045
2046 #: convert.c:855
2047 msgid "path name too long for external filter"
2048 msgstr "tên đường dẫn quá dài cho bộ lọc bên ngoài"
2049
2050 #: convert.c:929
2051 #, c-format
2052 msgid ""
2053 "external filter '%s' is not available anymore although not all paths have "
2054 "been filtered"
2055 msgstr ""
2056 "bộ lọc bên ngoài “%s” không sẵn sàng nữa mặc dù không phải tất cả các đường "
2057 "dẫn đã được lọc"
2058
2059 #: convert.c:1228
2060 msgid "true/false are no valid working-tree-encodings"
2061 msgstr "true/false là không phải bảng mã cây làm việc hợp lệ "
2062
2063 #: convert.c:1398 convert.c:1432
2064 #, c-format
2065 msgid "%s: clean filter '%s' failed"
2066 msgstr "%s: gặp lỗi khi xóa bộ lọc “%s”"
2067
2068 #: convert.c:1476
2069 #, c-format
2070 msgid "%s: smudge filter %s failed"
2071 msgstr "%s: smudge bộ lọc %s gặp lỗi"
2072
2073 #: date.c:116
2074 msgid "in the future"
2075 msgstr "ở thời tương lai"
2076
2077 #: date.c:122
2078 #, c-format
2079 msgid "%<PRIuMAX> second ago"
2080 msgid_plural "%<PRIuMAX> seconds ago"
2081 msgstr[0] "%<PRIuMAX> giây trước"
2082
2083 #: date.c:129
2084 #, c-format
2085 msgid "%<PRIuMAX> minute ago"
2086 msgid_plural "%<PRIuMAX> minutes ago"
2087 msgstr[0] "%<PRIuMAX> phút trước"
2088
2089 #: date.c:136
2090 #, c-format
2091 msgid "%<PRIuMAX> hour ago"
2092 msgid_plural "%<PRIuMAX> hours ago"
2093 msgstr[0] "%<PRIuMAX> giờ trước"
2094
2095 #: date.c:143
2096 #, c-format
2097 msgid "%<PRIuMAX> day ago"
2098 msgid_plural "%<PRIuMAX> days ago"
2099 msgstr[0] "%<PRIuMAX> ngày trước"
2100
2101 #: date.c:149
2102 #, c-format
2103 msgid "%<PRIuMAX> week ago"
2104 msgid_plural "%<PRIuMAX> weeks ago"
2105 msgstr[0] "%<PRIuMAX> tuần trước"
2106
2107 #: date.c:156
2108 #, c-format
2109 msgid "%<PRIuMAX> month ago"
2110 msgid_plural "%<PRIuMAX> months ago"
2111 msgstr[0] "%<PRIuMAX> tháng trước"
2112
2113 #: date.c:167
2114 #, c-format
2115 msgid "%<PRIuMAX> year"
2116 msgid_plural "%<PRIuMAX> years"
2117 msgstr[0] "%<PRIuMAX> năm"
2118
2119 #. TRANSLATORS: "%s" is "<n> years"
2120 #: date.c:170
2121 #, c-format
2122 msgid "%s, %<PRIuMAX> month ago"
2123 msgid_plural "%s, %<PRIuMAX> months ago"
2124 msgstr[0] "%s, %<PRIuMAX> tháng trước"
2125
2126 #: date.c:175 date.c:180
2127 #, c-format
2128 msgid "%<PRIuMAX> year ago"
2129 msgid_plural "%<PRIuMAX> years ago"
2130 msgstr[0] "%<PRIuMAX> năm trước"
2131
2132 #: delta-islands.c:268
2133 msgid "Propagating island marks"
2134 msgstr "Đang lan truyền các đánh dấu island"
2135
2136 #: delta-islands.c:286
2137 #, c-format
2138 msgid "bad tree object %s"
2139 msgstr "đối tượng cây sai “%s”"
2140
2141 #: delta-islands.c:330
2142 #, c-format
2143 msgid "failed to load island regex for '%s': %s"
2144 msgstr "gặp lỗi khi tải biểu thức chính quy island cho “%s”: %s"
2145
2146 #: delta-islands.c:386
2147 #, c-format
2148 msgid "island regex from config has too many capture groups (max=%d)"
2149 msgstr ""
2150 "biểu thức chính quy island từ cấu hình có quá nhiều nhóm chụp (tối đa=%d)"
2151
2152 #: delta-islands.c:462
2153 #, c-format
2154 msgid "Marked %d islands, done.\n"
2155 msgstr "Đã đánh dấu %d island, xong.\n"
2156
2157 #: diffcore-order.c:24
2158 #, c-format
2159 msgid "failed to read orderfile '%s'"
2160 msgstr "gặp lỗi khi đọc tập-tin-thứ-tự “%s”"
2161
2162 #: diffcore-rename.c:544
2163 msgid "Performing inexact rename detection"
2164 msgstr "Đang thực hiện dò tìm đổi tên không chính xác"
2165
2166 #: diff.c:108
2167 #, c-format
2168 msgid "option '%s' requires a value"
2169 msgstr "tùy chọn “%s” yêu cầu một giá trị"
2170
2171 #: diff.c:158
2172 #, c-format
2173 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2174 msgstr " Gặp lỗi khi phân tích dirstat cắt bỏ phần trăm “%s”\n"
2175
2176 #: diff.c:163
2177 #, c-format
2178 msgid " Unknown dirstat parameter '%s'\n"
2179 msgstr " Không hiểu đối số dirstat “%s”\n"
2180
2181 #: diff.c:291
2182 msgid ""
2183 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2184 "'dimmed-zebra', 'plain'"
2185 msgstr ""
2186 "cài đặt màu đã di chuyển phải là một trong “no”, “default”, “blocks”, "
2187 "“zebra”, “dimmed_zebra”, “plain”"
2188
2189 #: diff.c:316
2190 #, c-format
2191 msgid "ignoring unknown color-moved-ws mode '%s'"
2192 msgstr "bỏ qua chế độ color-moved-ws chưa biết “%s”"
2193
2194 #: diff.c:323
2195 msgid ""
2196 "color-moved-ws: allow-indentation-change cannot be combined with other white "
2197 "space modes"
2198 msgstr ""
2199 "color-moved-ws: allow-indentation-change không thể tổ hợp cùng với các chế "
2200 "độ khoảng trắng khác"
2201
2202 #: diff.c:394
2203 #, c-format
2204 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2205 msgstr "Không hiểu giá trị cho biến cấu hình “diff.submodule”: “%s”"
2206
2207 #: diff.c:454
2208 #, c-format
2209 msgid ""
2210 "Found errors in 'diff.dirstat' config variable:\n"
2211 "%s"
2212 msgstr ""
2213 "Tìm thấy các lỗi trong biến cấu hình “diff.dirstat”:\n"
2214 "%s"
2215
2216 #: diff.c:4140
2217 #, c-format
2218 msgid "external diff died, stopping at %s"
2219 msgstr "phần mềm diff ở bên ngoài đã chết, dừng tại %s"
2220
2221 #: diff.c:4482
2222 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2223 msgstr "--name-only, --name-status, --check và -s loại từ lẫn nhau"
2224
2225 #: diff.c:4485
2226 msgid "-G, -S and --find-object are mutually exclusive"
2227 msgstr "Các tùy chọn -G, -S, và --find-object loại từ lẫn nhau"
2228
2229 #: diff.c:4563
2230 msgid "--follow requires exactly one pathspec"
2231 msgstr "--follow cần chính xác một đặc tả đường dẫn"
2232
2233 #: diff.c:4729
2234 #, c-format
2235 msgid ""
2236 "Failed to parse --dirstat/-X option parameter:\n"
2237 "%s"
2238 msgstr ""
2239 "Gặp lỗi khi phân tích đối số tùy chọn --dirstat/-X:\n"
2240 "%s"
2241
2242 #: diff.c:4743
2243 #, c-format
2244 msgid "Failed to parse --submodule option parameter: '%s'"
2245 msgstr "Gặp lỗi khi phân tích đối số tùy chọn --submodule: “%s”"
2246
2247 #: diff.c:5823
2248 msgid "inexact rename detection was skipped due to too many files."
2249 msgstr ""
2250 "nhận thấy đổi tên không chính xác đã bị bỏ qua bởi có quá nhiều tập tin."
2251
2252 #: diff.c:5826
2253 msgid "only found copies from modified paths due to too many files."
2254 msgstr ""
2255 "chỉ tìm thấy các bản sao từ đường dẫn đã sửa đổi bởi vì có quá nhiều tập tin."
2256
2257 #: diff.c:5829
2258 #, c-format
2259 msgid ""
2260 "you may want to set your %s variable to at least %d and retry the command."
2261 msgstr ""
2262 "bạn có lẽ muốn đặt biến %s của bạn thành ít nhất là %d và thử lại lệnh lần "
2263 "nữa."
2264
2265 #: dir.c:576
2266 #, c-format
2267 msgid "pathspec '%s' did not match any file(s) known to git"
2268 msgstr "đặc tả đường dẫn “%s” không khớp với bất kỳ tập tin nào mà git biết"
2269
2270 #: dir.c:965
2271 #, c-format
2272 msgid "cannot use %s as an exclude file"
2273 msgstr "không thể dùng %s như là một tập tin loại trừ"
2274
2275 #: dir.c:1880
2276 #, c-format
2277 msgid "could not open directory '%s'"
2278 msgstr "không thể mở thư mục “%s”"
2279
2280 #: dir.c:2122
2281 msgid "failed to get kernel name and information"
2282 msgstr "gặp lỗi khi lấy tên và thông tin của nhân"
2283
2284 #: dir.c:2246
2285 msgid "untracked cache is disabled on this system or location"
2286 msgstr "bộ nhớ tạm không theo vết bị tắt trên hệ thống hay vị trí này."
2287
2288 #: dir.c:3047
2289 #, c-format
2290 msgid "index file corrupt in repo %s"
2291 msgstr "tập tin ghi bảng mục lục bị hỏng trong kho %s"
2292
2293 #: dir.c:3092 dir.c:3097
2294 #, c-format
2295 msgid "could not create directories for %s"
2296 msgstr "không thể tạo thư mục cho %s"
2297
2298 #: dir.c:3126
2299 #, c-format
2300 msgid "could not migrate git directory from '%s' to '%s'"
2301 msgstr "không thể di cư thư mục git từ “%s” sang “%s”"
2302
2303 #: editor.c:73
2304 #, c-format
2305 msgid "hint: Waiting for your editor to close the file...%c"
2306 msgstr "gợi ý: Chờ trình biên soạn của bạn đóng tập tin…%c"
2307
2308 #: entry.c:178
2309 msgid "Filtering content"
2310 msgstr "Nội dung lọc"
2311
2312 #: entry.c:465
2313 #, c-format
2314 msgid "could not stat file '%s'"
2315 msgstr "không thể lấy thống kê tập tin “%s”"
2316
2317 #: environment.c:150
2318 #, c-format
2319 msgid "bad git namespace path \"%s\""
2320 msgstr "đường dẫn không gian tên git \"%s\" sai"
2321
2322 #: environment.c:332
2323 #, c-format
2324 msgid "could not set GIT_DIR to '%s'"
2325 msgstr "không thể đặt GIT_DIR thành “%s”"
2326
2327 #: exec-cmd.c:361
2328 #, c-format
2329 msgid "too many args to run %s"
2330 msgstr "quá nhiều tham số để chạy %s"
2331
2332 #: fetch-object.c:17
2333 msgid "Remote with no URL"
2334 msgstr "Máy chủ không có địa chỉ URL"
2335
2336 #: fetch-pack.c:151
2337 msgid "git fetch-pack: expected shallow list"
2338 msgstr "git fetch-pack: cần danh sách shallow"
2339
2340 #: fetch-pack.c:163
2341 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2342 msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được một gói flush"
2343
2344 #: fetch-pack.c:183
2345 #, c-format
2346 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2347 msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được “%s”"
2348
2349 #: fetch-pack.c:253
2350 msgid "--stateless-rpc requires multi_ack_detailed"
2351 msgstr "--stateless-rpc cần multi_ack_detailed"
2352
2353 #: fetch-pack.c:347 fetch-pack.c:1277
2354 #, c-format
2355 msgid "invalid shallow line: %s"
2356 msgstr "dòng shallow không hợp lệ: %s"
2357
2358 #: fetch-pack.c:353 fetch-pack.c:1283
2359 #, c-format
2360 msgid "invalid unshallow line: %s"
2361 msgstr "dòng unshallow không hợp lệ: %s"
2362
2363 #: fetch-pack.c:355 fetch-pack.c:1285
2364 #, c-format
2365 msgid "object not found: %s"
2366 msgstr "Không tìm thấy đối tượng: %s"
2367
2368 #: fetch-pack.c:358 fetch-pack.c:1288
2369 #, c-format
2370 msgid "error in object: %s"
2371 msgstr "lỗi trong đối tượng: %s"
2372
2373 #: fetch-pack.c:360 fetch-pack.c:1290
2374 #, c-format
2375 msgid "no shallow found: %s"
2376 msgstr "không tìm shallow nào: %s"
2377
2378 #: fetch-pack.c:363 fetch-pack.c:1293
2379 #, c-format
2380 msgid "expected shallow/unshallow, got %s"
2381 msgstr "cần shallow/unshallow, nhưng lại nhận được %s"
2382
2383 #: fetch-pack.c:404
2384 #, c-format
2385 msgid "got %s %d %s"
2386 msgstr "nhận %s %d - %s"
2387
2388 #: fetch-pack.c:421
2389 #, c-format
2390 msgid "invalid commit %s"
2391 msgstr "lần chuyển giao %s không hợp lệ"
2392
2393 #: fetch-pack.c:452
2394 msgid "giving up"
2395 msgstr "chịu thua"
2396
2397 #: fetch-pack.c:464 progress.c:229
2398 msgid "done"
2399 msgstr "xong"
2400
2401 #: fetch-pack.c:476
2402 #, c-format
2403 msgid "got %s (%d) %s"
2404 msgstr "nhận %s (%d) %s"
2405
2406 #: fetch-pack.c:522
2407 #, c-format
2408 msgid "Marking %s as complete"
2409 msgstr "Đánh dấu %s là đã hoàn thành"
2410
2411 #: fetch-pack.c:764
2412 #, c-format
2413 msgid "already have %s (%s)"
2414 msgstr "đã sẵn có %s (%s)"
2415
2416 #: fetch-pack.c:803
2417 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2418 msgstr "fetch-pack: không thể rẽ nhánh sideband demultiplexer"
2419
2420 #: fetch-pack.c:811
2421 msgid "protocol error: bad pack header"
2422 msgstr "lỗi giao thức: phần đầu gói bị sai"
2423
2424 #: fetch-pack.c:879
2425 #, c-format
2426 msgid "fetch-pack: unable to fork off %s"
2427 msgstr "fetch-pack: không thể rẽ nhánh %s"
2428
2429 #: fetch-pack.c:895
2430 #, c-format
2431 msgid "%s failed"
2432 msgstr "%s gặp lỗi"
2433
2434 #: fetch-pack.c:897
2435 msgid "error in sideband demultiplexer"
2436 msgstr "có lỗi trong sideband demultiplexer"
2437
2438 #: fetch-pack.c:926
2439 msgid "Server does not support shallow clients"
2440 msgstr "Máy chủ không hỗ trợ máy khách shallow"
2441
2442 #: fetch-pack.c:930
2443 msgid "Server supports multi_ack_detailed"
2444 msgstr "Máy chủ hỗ trợ multi_ack_detailed"
2445
2446 #: fetch-pack.c:933
2447 msgid "Server supports no-done"
2448 msgstr "Máy chủ hỗ trợ no-done"
2449
2450 #: fetch-pack.c:939
2451 msgid "Server supports multi_ack"
2452 msgstr "Máy chủ hỗ trợ multi_ack"
2453
2454 #: fetch-pack.c:943
2455 msgid "Server supports side-band-64k"
2456 msgstr "Máy chủ hỗ trợ side-band-64k"
2457
2458 #: fetch-pack.c:947
2459 msgid "Server supports side-band"
2460 msgstr "Máy chủ hỗ trợ side-band"
2461
2462 #: fetch-pack.c:951
2463 msgid "Server supports allow-tip-sha1-in-want"
2464 msgstr "Máy chủ hỗ trợ allow-tip-sha1-in-want"
2465
2466 #: fetch-pack.c:955
2467 msgid "Server supports allow-reachable-sha1-in-want"
2468 msgstr "Máy chủ hỗ trợ allow-reachable-sha1-in-want"
2469
2470 #: fetch-pack.c:965
2471 msgid "Server supports ofs-delta"
2472 msgstr "Máy chủ hỗ trợ ofs-delta"
2473
2474 #: fetch-pack.c:971 fetch-pack.c:1158
2475 msgid "Server supports filter"
2476 msgstr "Máy chủ hỗ trợ bộ lọc"
2477
2478 #: fetch-pack.c:979
2479 #, c-format
2480 msgid "Server version is %.*s"
2481 msgstr "Phiên bản máy chủ là %.*s"
2482
2483 #: fetch-pack.c:985
2484 msgid "Server does not support --shallow-since"
2485 msgstr "Máy chủ không hỗ trợ --shallow-since"
2486
2487 #: fetch-pack.c:989
2488 msgid "Server does not support --shallow-exclude"
2489 msgstr "Máy chủ không hỗ trợ --shallow-exclude"
2490
2491 #: fetch-pack.c:991
2492 msgid "Server does not support --deepen"
2493 msgstr "Máy chủ không hỗ trợ --deepen"
2494
2495 #: fetch-pack.c:1008
2496 msgid "no common commits"
2497 msgstr "không có lần chuyển giao chung nào"
2498
2499 #: fetch-pack.c:1020 fetch-pack.c:1418
2500 msgid "git fetch-pack: fetch failed."
2501 msgstr "git fetch-pack: fetch gặp lỗi."
2502
2503 #: fetch-pack.c:1153
2504 msgid "Server does not support shallow requests"
2505 msgstr "Máy chủ không hỗ trợ yêu cầu shallow"
2506
2507 #: fetch-pack.c:1199
2508 #, c-format
2509 msgid "error reading section header '%s'"
2510 msgstr "gặp lỗi khi đọc phần đầu của đoạn %s"
2511
2512 #: fetch-pack.c:1205
2513 #, c-format
2514 msgid "expected '%s', received '%s'"
2515 msgstr "cần “%s”, nhưng lại nhận “%s”"
2516
2517 #: fetch-pack.c:1244
2518 #, c-format
2519 msgid "unexpected acknowledgment line: '%s'"
2520 msgstr "gặp dòng không được thừa nhận: “%s”"
2521
2522 #: fetch-pack.c:1249
2523 #, c-format
2524 msgid "error processing acks: %d"
2525 msgstr "gặp lỗi khi xử lý tín hiệu trả lời: %d"
2526
2527 #: fetch-pack.c:1259
2528 msgid "expected packfile to be sent after 'ready'"
2529 msgstr "cần tập tin gói để gửi sau “ready”"
2530
2531 #: fetch-pack.c:1261
2532 msgid "expected no other sections to be sent after no 'ready'"
2533 msgstr "không cần thêm phần nào để gửi sau “ready”"
2534
2535 #: fetch-pack.c:1298
2536 #, c-format
2537 msgid "error processing shallow info: %d"
2538 msgstr "lỗi xử lý thông tin shallow: %d"
2539
2540 #: fetch-pack.c:1314
2541 #, c-format
2542 msgid "expected wanted-ref, got '%s'"
2543 msgstr "cần wanted-ref, nhưng lại nhận được “%s”"
2544
2545 #: fetch-pack.c:1324
2546 #, c-format
2547 msgid "unexpected wanted-ref: '%s'"
2548 msgstr "không cần wanted-ref: “%s”"
2549
2550 #: fetch-pack.c:1328
2551 #, c-format
2552 msgid "error processing wanted refs: %d"
2553 msgstr "lỗi khi xử lý wanted refs: %d"
2554
2555 #: fetch-pack.c:1642
2556 msgid "no matching remote head"
2557 msgstr "không khớp phần đầu máy chủ"
2558
2559 #: fetch-pack.c:1660 builtin/clone.c:664
2560 msgid "remote did not send all necessary objects"
2561 msgstr "máy chủ đã không gửi tất cả các đối tượng cần thiết"
2562
2563 #: fetch-pack.c:1686
2564 #, c-format
2565 msgid "no such remote ref %s"
2566 msgstr "Không có máy chủ tham chiếu nào như %s"
2567
2568 #: fetch-pack.c:1689
2569 #, c-format
2570 msgid "Server does not allow request for unadvertised object %s"
2571 msgstr ""
2572 "Máy phục vụ không cho phép yêu cầu cho đối tượng không được báo trước %s"
2573
2574 #: gpg-interface.c:318
2575 msgid "gpg failed to sign the data"
2576 msgstr "gpg gặp lỗi khi ký dữ liệu"
2577
2578 #: gpg-interface.c:344
2579 msgid "could not create temporary file"
2580 msgstr "không thể tạo tập tin tạm thời"
2581
2582 #: gpg-interface.c:347
2583 #, c-format
2584 msgid "failed writing detached signature to '%s'"
2585 msgstr "gặp lỗi khi ghi chữ ký đính kèm vào “%s”"
2586
2587 #: graph.c:97
2588 #, c-format
2589 msgid "ignore invalid color '%.*s' in log.graphColors"
2590 msgstr "bỏ qua màu không hợp lệ “%.*s” trong log.graphColors"
2591
2592 #: grep.c:2113
2593 #, c-format
2594 msgid "'%s': unable to read %s"
2595 msgstr "“%s”: không thể đọc %s"
2596
2597 #: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2598 #: builtin/rm.c:134
2599 #, c-format
2600 msgid "failed to stat '%s'"
2601 msgstr "gặp lỗi khi lấy thống kê về “%s”"
2602
2603 #: grep.c:2141
2604 #, c-format
2605 msgid "'%s': short read"
2606 msgstr "“%s”: đọc ngắn"
2607
2608 #: help.c:23
2609 msgid "start a working area (see also: git help tutorial)"
2610 msgstr "bắt đầu một vùng làm việc (xem thêm: git help tutorial)"
2611
2612 #: help.c:24
2613 msgid "work on the current change (see also: git help everyday)"
2614 msgstr "làm việc trên thay đổi hiện tại (xem thêm: git help everyday)"
2615
2616 #: help.c:25
2617 msgid "examine the history and state (see also: git help revisions)"
2618 msgstr "xem xét lịch sử tình trạng (xem thêm: git help revisions)"
2619
2620 #: help.c:26
2621 msgid "grow, mark and tweak your common history"
2622 msgstr "thêm, ghi dấu và chỉnh lịch sử chung của bạn"
2623
2624 #: help.c:27
2625 msgid "collaborate (see also: git help workflows)"
2626 msgstr "làm việc nhóm (xem thêm: git help workflows)"
2627
2628 #: help.c:31
2629 msgid "Main Porcelain Commands"
2630 msgstr "Các lệnh Porcelain chính"
2631
2632 #: help.c:32
2633 msgid "Ancillary Commands / Manipulators"
2634 msgstr "Lệnh/thao tác thứ cấp"
2635
2636 #: help.c:33
2637 msgid "Ancillary Commands / Interrogators"
2638 msgstr "Lệnh/bộ hỏi thứ cấp"
2639
2640 #: help.c:34
2641 msgid "Interacting with Others"
2642 msgstr "Tương tác với những cái khác"
2643
2644 #: help.c:35
2645 msgid "Low-level Commands / Manipulators"
2646 msgstr "Lệnh/thao tác ở mức thấp"
2647
2648 #: help.c:36
2649 msgid "Low-level Commands / Interrogators"
2650 msgstr "Lệnh/bộ hỏi ở mức thấp"
2651
2652 #: help.c:37
2653 msgid "Low-level Commands / Synching Repositories"
2654 msgstr "Lệnh/Đồng bộ kho ở mức thấp"
2655
2656 #: help.c:38
2657 msgid "Low-level Commands / Internal Helpers"
2658 msgstr "Lệnh/Hỗ trợ nội tại ở mức thấp"
2659
2660 #: help.c:296
2661 #, c-format
2662 msgid "available git commands in '%s'"
2663 msgstr "các lệnh git sẵn có trong thư mục “%s”:"
2664
2665 #: help.c:303
2666 msgid "git commands available from elsewhere on your $PATH"
2667 msgstr "các lệnh git sẵn có từ một nơi khác trong $PATH của bạn"
2668
2669 #: help.c:312
2670 msgid "These are common Git commands used in various situations:"
2671 msgstr "Có các lệnh Git chung được sử dụng trong các tình huống khác nhau:"
2672
2673 #: help.c:361 git.c:90
2674 #, c-format
2675 msgid "unsupported command listing type '%s'"
2676 msgstr "không hỗ trợ liệt kê lệnh kiểu “%s”"
2677
2678 #: help.c:408
2679 msgid "The common Git guides are:"
2680 msgstr "Các chỉ dẫn chung về Git là:"
2681
2682 #: help.c:517
2683 msgid "See 'git help <command>' to read about a specific subcommand"
2684 msgstr "Xem “git help <lệnh>” để đọc các đặc tả của lệnh con"
2685
2686 #: help.c:522
2687 msgid "External commands"
2688 msgstr "Các lệnh bên ngoài"
2689
2690 #: help.c:530
2691 msgid "Command aliases"
2692 msgstr "Các bí danh lệnh"
2693
2694 #: help.c:594
2695 #, c-format
2696 msgid ""
2697 "'%s' appears to be a git command, but we were not\n"
2698 "able to execute it. Maybe git-%s is broken?"
2699 msgstr ""
2700 "“%s” trông như là một lệnh git, nhưng chúng tôi không\n"
2701 "thể thực thi nó. Có lẽ là lệnh git-%s đã bị hỏng?"
2702
2703 #: help.c:653
2704 msgid "Uh oh. Your system reports no Git commands at all."
2705 msgstr "Ối chà. Hệ thống của bạn báo rằng chẳng có lệnh Git nào cả."
2706
2707 #: help.c:675
2708 #, c-format
2709 msgid "WARNING: You called a Git command named '%s', which does not exist."
2710 msgstr "CẢNH BÁO: Bạn đã gọi lệnh Git có tên “%s”, mà nó lại không có sẵn."
2711
2712 #: help.c:680
2713 #, c-format
2714 msgid "Continuing under the assumption that you meant '%s'."
2715 msgstr "Tiếp tục và coi rằng ý bạn là “%s”."
2716
2717 #: help.c:685
2718 #, c-format
2719 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2720 msgstr "Tiếp tục trong %0.1f giây,và coi rằng ý bạn là “%s”."
2721
2722 #: help.c:693
2723 #, c-format
2724 msgid "git: '%s' is not a git command. See 'git --help'."
2725 msgstr "git: “%s” không phải là một lệnh của git. Xem “git --help”."
2726
2727 #: help.c:697
2728 msgid ""
2729 "\n"
2730 "The most similar command is"
2731 msgid_plural ""
2732 "\n"
2733 "The most similar commands are"
2734 msgstr[0] ""
2735 "\n"
2736 "Những lệnh giống nhất là"
2737
2738 #: help.c:712
2739 msgid "git version [<options>]"
2740 msgstr "git version [<các-tùy-chọn>]"
2741
2742 #: help.c:780
2743 #, c-format
2744 msgid "%s: %s - %s"
2745 msgstr "%s: %s - %s"
2746
2747 #: help.c:784
2748 msgid ""
2749 "\n"
2750 "Did you mean this?"
2751 msgid_plural ""
2752 "\n"
2753 "Did you mean one of these?"
2754 msgstr[0] ""
2755 "\n"
2756 "Có phải ý bạn là một trong số những cái này không?"
2757
2758 #: ident.c:345
2759 msgid ""
2760 "\n"
2761 "*** Please tell me who you are.\n"
2762 "\n"
2763 "Run\n"
2764 "\n"
2765 " git config --global user.email \"you@example.com\"\n"
2766 " git config --global user.name \"Your Name\"\n"
2767 "\n"
2768 "to set your account's default identity.\n"
2769 "Omit --global to set the identity only in this repository.\n"
2770 "\n"
2771 msgstr ""
2772 "\n"
2773 "*** Vui lòng cho biết bạn là ai.\n"
2774 "\n"
2775 "Chạy\n"
2776 "\n"
2777 " git config --global user.email \"bạn@ví_dụ.com\"\n"
2778 " git config --global user.name \"Tên Của Bạn\"\n"
2779 "\n"
2780 "để đặt định danh mặc định cho tài khoản của bạn.\n"
2781 "Bỏ tùy chọn --global nếu chỉ định danh riêng cho kho này.\n"
2782 "\n"
2783
2784 #: ident.c:369
2785 msgid "no email was given and auto-detection is disabled"
2786 msgstr "không đưa ra địa chỉ thư điện tử và auto-detection bị tắt"
2787
2788 #: ident.c:374
2789 #, c-format
2790 msgid "unable to auto-detect email address (got '%s')"
2791 msgstr "không thể tự dò tìm địa chỉ thư điện tử (nhận “%s”)"
2792
2793 #: ident.c:384
2794 msgid "no name was given and auto-detection is disabled"
2795 msgstr "chưa chỉ ra tên và tự-động-dò-tìm bị tắt"
2796
2797 #: ident.c:390
2798 #, c-format
2799 msgid "unable to auto-detect name (got '%s')"
2800 msgstr "không thể dò-tìm-tự động tên (đã nhận “%s”)"
2801
2802 #: ident.c:398
2803 #, c-format
2804 msgid "empty ident name (for <%s>) not allowed"
2805 msgstr "không cho phép tên định danh là rỗng (cho <%s>)"
2806
2807 #: ident.c:404
2808 #, c-format
2809 msgid "name consists only of disallowed characters: %s"
2810 msgstr "tên chỉ được phép bao gồm các ký tự sau: %s"
2811
2812 #: ident.c:419 builtin/commit.c:606
2813 #, c-format
2814 msgid "invalid date format: %s"
2815 msgstr "ngày tháng không hợp lệ: %s"
2816
2817 #: list-objects-filter-options.c:35
2818 msgid "multiple filter-specs cannot be combined"
2819 msgstr "không thể tổ hợp nhiều đặc tả kiểu lọc"
2820
2821 #: list-objects-filter-options.c:58
2822 msgid "only 'tree:0' is supported"
2823 msgstr "chỉ “tree:0” là được hỗ trợ"
2824
2825 #: list-objects-filter-options.c:137
2826 msgid "cannot change partial clone promisor remote"
2827 msgstr "không thể thay đổi nhân bản từng phần máy chủ promisor"
2828
2829 #: lockfile.c:151
2830 #, c-format
2831 msgid ""
2832 "Unable to create '%s.lock': %s.\n"
2833 "\n"
2834 "Another git process seems to be running in this repository, e.g.\n"
2835 "an editor opened by 'git commit'. Please make sure all processes\n"
2836 "are terminated then try again. If it still fails, a git process\n"
2837 "may have crashed in this repository earlier:\n"
2838 "remove the file manually to continue."
2839 msgstr ""
2840 "Không thể tạo “%s.lock”: %s.\n"
2841 "\n"
2842 "Tiến trình git khác có lẽ đang chạy ở kho này, ví dụ\n"
2843 "một trình soạn thảo được mở bởi “git commit”. Vui lòng chắc chắn\n"
2844 "rằng mọi tiến trình đã chấm dứt và sau đó thử lại. Nếu vẫn lỗi,\n"
2845 "một tiến trình git có lẽ đã đổ vỡ khi thực hiện ở kho này trước đó:\n"
2846 "gõ bỏ tập tin một cách thủ công để tiếp tục."
2847
2848 #: lockfile.c:159
2849 #, c-format
2850 msgid "Unable to create '%s.lock': %s"
2851 msgstr "Không thể tạo “%s.lock”: %s"
2852
2853 #: merge.c:41
2854 msgid "failed to read the cache"
2855 msgstr "gặp lỗi khi đọc bộ nhớ đệm"
2856
2857 #: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:1933
2858 #: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:764
2859 msgid "unable to write new index file"
2860 msgstr "không thể ghi tập tin lưu bảng mục lục mới"
2861
2862 #: merge-recursive.c:323
2863 msgid "(bad commit)\n"
2864 msgstr "(commit sai)\n"
2865
2866 #: merge-recursive.c:345
2867 #, c-format
2868 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2869 msgstr "addinfo_cache gặp lỗi đối với đường dẫn “%s”; việc hòa trộn bị bãi bỏ."
2870
2871 #: merge-recursive.c:353
2872 #, c-format
2873 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2874 msgstr ""
2875 "addinfo_cache gặp lỗi khi làm mới đối với đường dẫn “%s”; việc hòa trộn bị "
2876 "bãi bỏ."
2877
2878 #: merge-recursive.c:435
2879 msgid "error building trees"
2880 msgstr "gặp lỗi khi xây dựng cây"
2881
2882 #: merge-recursive.c:906
2883 #, c-format
2884 msgid "failed to create path '%s'%s"
2885 msgstr "gặp lỗi khi tạo đường dẫn “%s”%s"
2886
2887 #: merge-recursive.c:917
2888 #, c-format
2889 msgid "Removing %s to make room for subdirectory\n"
2890 msgstr "Gỡ bỏ %s để tạo chỗ (room) cho thư mục con\n"
2891
2892 #: merge-recursive.c:931 merge-recursive.c:950
2893 msgid ": perhaps a D/F conflict?"
2894 msgstr ": có lẽ là một xung đột D/F?"
2895
2896 #: merge-recursive.c:940
2897 #, c-format
2898 msgid "refusing to lose untracked file at '%s'"
2899 msgstr "từ chối đóng tập tin không được theo dõi tại “%s”"
2900
2901 #: merge-recursive.c:982 builtin/cat-file.c:39
2902 #, c-format
2903 msgid "cannot read object %s '%s'"
2904 msgstr "không thể đọc đối tượng %s “%s”"
2905
2906 #: merge-recursive.c:984
2907 #, c-format
2908 msgid "blob expected for %s '%s'"
2909 msgstr "mong đợi đối tượng blob cho %s “%s”"
2910
2911 #: merge-recursive.c:1008
2912 #, c-format
2913 msgid "failed to open '%s': %s"
2914 msgstr "gặp lỗi khi mở “%s”: %s"
2915
2916 #: merge-recursive.c:1019
2917 #, c-format
2918 msgid "failed to symlink '%s': %s"
2919 msgstr "gặp lỗi khi tạo liên kết mềm (symlink) “%s”: %s"
2920
2921 #: merge-recursive.c:1024
2922 #, c-format
2923 msgid "do not know what to do with %06o %s '%s'"
2924 msgstr "không hiểu phải làm gì với %06o %s “%s”"
2925
2926 #: merge-recursive.c:1212
2927 #, c-format
2928 msgid "Failed to merge submodule %s (not checked out)"
2929 msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không lấy ra được)"
2930
2931 #: merge-recursive.c:1219
2932 #, c-format
2933 msgid "Failed to merge submodule %s (commits not present)"
2934 msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (lần chuyển giao không hiện diện)"
2935
2936 #: merge-recursive.c:1226
2937 #, c-format
2938 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2939 msgstr ""
2940 "Gặp lỗi khi hòa trộn mô-đun-con “%s” (lần chuyển giao không theo sau nền-hòa-"
2941 "trộn)"
2942
2943 #: merge-recursive.c:1234 merge-recursive.c:1246
2944 #, c-format
2945 msgid "Fast-forwarding submodule %s to the following commit:"
2946 msgstr "Chuyển-tiếp-nhanh mô-đun-con “%s” đến lần chuyển giao sau đây:"
2947
2948 #: merge-recursive.c:1237 merge-recursive.c:1249
2949 #, c-format
2950 msgid "Fast-forwarding submodule %s"
2951 msgstr "Chuyển-tiếp-nhanh mô-đun-con “%s”"
2952
2953 #: merge-recursive.c:1271
2954 #, c-format
2955 msgid "Failed to merge submodule %s (merge following commits not found)"
2956 msgstr ""
2957 "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không tìm thấy các lần chuyển giao "
2958 "theo sau hòa trộn)"
2959
2960 #: merge-recursive.c:1275
2961 #, c-format
2962 msgid "Failed to merge submodule %s (not fast-forward)"
2963 msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (không chuyển tiếp nhanh được)"
2964
2965 #: merge-recursive.c:1276
2966 msgid "Found a possible merge resolution for the submodule:\n"
2967 msgstr "Tìm thấy một giải pháp hòa trộn có thể cho mô-đun-con:\n"
2968
2969 #: merge-recursive.c:1279
2970 #, c-format
2971 msgid ""
2972 "If this is correct simply add it to the index for example\n"
2973 "by using:\n"
2974 "\n"
2975 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2976 "\n"
2977 "which will accept this suggestion.\n"
2978 msgstr ""
2979 "Nếu đây là đúng đơn giản thêm nó vào mục lục ví dụ\n"
2980 "bằng cách dùng:\n"
2981 "\n"
2982 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2983 "\n"
2984 "cái mà sẽ chấp nhận gợi ý này.\n"
2985
2986 #: merge-recursive.c:1288
2987 #, c-format
2988 msgid "Failed to merge submodule %s (multiple merges found)"
2989 msgstr "Gặp lỗi khi hòa trộn mô-đun-con “%s” (thấy nhiều hòa trộn đa trùng)"
2990
2991 #: merge-recursive.c:1358
2992 msgid "Failed to execute internal merge"
2993 msgstr "Gặp lỗi khi thực hiện trộn nội bộ"
2994
2995 #: merge-recursive.c:1363
2996 #, c-format
2997 msgid "Unable to add %s to database"
2998 msgstr "Không thể thêm %s vào cơ sở dữ liệu"
2999
3000 #: merge-recursive.c:1395
3001 #, c-format
3002 msgid "Auto-merging %s"
3003 msgstr "Tự-động-hòa-trộn %s"
3004
3005 #: merge-recursive.c:1416
3006 #, c-format
3007 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3008 msgstr ""
3009 "Lỗi: từ chối đóng tập tin không được theo dõi tại “%s”; thay vào đó ghi vào "
3010 "%s."
3011
3012 #: merge-recursive.c:1483
3013 #, c-format
3014 msgid ""
3015 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3016 "in tree."
3017 msgstr ""
3018 "XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s "
3019 "còn lại trong cây (tree)."
3020
3021 #: merge-recursive.c:1488
3022 #, c-format
3023 msgid ""
3024 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3025 "left in tree."
3026 msgstr ""
3027 "XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s đến %s trong %s. Phiên bản %s "
3028 "của %s còn lại trong cây (tree)."
3029
3030 #: merge-recursive.c:1495
3031 #, c-format
3032 msgid ""
3033 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3034 "in tree at %s."
3035 msgstr ""
3036 "XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s trong %s. Phiên bản %s của %s "
3037 "còn lại trong cây (tree) tại %s."
3038
3039 #: merge-recursive.c:1500
3040 #, c-format
3041 msgid ""
3042 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3043 "left in tree at %s."
3044 msgstr ""
3045 "XUNG ĐỘT (%s/xóa): %s bị xóa trong %s và %s đến %s trong %s. Phiên bản %s "
3046 "của %s còn lại trong cây (tree) tại %s."
3047
3048 #: merge-recursive.c:1534
3049 msgid "rename"
3050 msgstr "đổi tên"
3051
3052 #: merge-recursive.c:1534
3053 msgid "renamed"
3054 msgstr "đã đổi tên"
3055
3056 #: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:2369
3057 #: merge-recursive.c:3124
3058 #, c-format
3059 msgid "Refusing to lose dirty file at %s"
3060 msgstr "Từ chối đóng tập tin không được theo dõi tại “%s”"
3061
3062 #: merge-recursive.c:1602
3063 #, c-format
3064 msgid "%s is a directory in %s adding as %s instead"
3065 msgstr "%s là một thư mục trong %s thay vào đó thêm vào như là %s"
3066
3067 #: merge-recursive.c:1607
3068 #, c-format
3069 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3070 msgstr ""
3071 "Từ chối đóng tập tin không được theo dõi tại “%s”; thay vào đó đang thêm "
3072 "thành %s"
3073
3074 #: merge-recursive.c:1633
3075 #, c-format
3076 msgid ""
3077 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3078 "\"->\"%s\" in \"%s\"%s"
3079 msgstr ""
3080 "XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên \"%s\"->\"%s\" trong nhánh \"%s\" đổi "
3081 "tên \"%s\"->\"%s\" trong \"%s\"%s"
3082
3083 #: merge-recursive.c:1638
3084 msgid " (left unresolved)"
3085 msgstr " (cần giải quyết)"
3086
3087 #: merge-recursive.c:1699
3088 #, c-format
3089 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3090 msgstr ""
3091 "XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên %s->%s trong %s. Đổi tên %s->%s trong %s"
3092
3093 #: merge-recursive.c:1734
3094 #, c-format
3095 msgid "Renaming %s to %s and %s to %s instead"
3096 msgstr "Đang đổi tên %s thành %s thay vì %s thành %s"
3097
3098 #: merge-recursive.c:1746
3099 #, c-format
3100 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3101 msgstr ""
3102 "Từ chối đóng tập tin không được theo dõi tại “%s”, ngay cả khi nó ở trên "
3103 "đường."
3104
3105 #: merge-recursive.c:1952
3106 #, c-format
3107 msgid ""
3108 "CONFLICT (directory rename split): Unclear where to place %s because "
3109 "directory %s was renamed to multiple other directories, with no destination "
3110 "getting a majority of the files."
3111 msgstr ""
3112 "XUNG ĐỘT: (thư mục đổi tên chia tách): Không rõ ràng để đặt địa điểm %s bởi "
3113 "vì thư mục %s đã bị đổi tên thành nhiều thư mục khác, với không đích đến "
3114 "nhận một phần nhiều của các tập tin."
3115
3116 #: merge-recursive.c:1984
3117 #, c-format
3118 msgid ""
3119 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3120 "implicit directory rename(s) putting the following path(s) there: %s."
3121 msgstr ""
3122 "XUNG ĐỘT: (ngầm đổi tên thư mục): Tập tin/thư mục đã sẵn có tại %s theo cách "
3123 "của các đổi tên thư mục ngầm đặt (các) đường dẫn sau ở đây: %s."
3124
3125 #: merge-recursive.c:1994
3126 #, c-format
3127 msgid ""
3128 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3129 "implicit directory renames tried to put these paths there: %s"
3130 msgstr ""
3131 "XUNG ĐỘT: (ngầm đổi tên thư mục): Không thể ánh xạ một đường dẫn thành %s; "
3132 "các đổi tên thư mục ngầm cố đặt các đường dẫn ở đây: %s."
3133
3134 #: merge-recursive.c:2086
3135 #, c-format
3136 msgid ""
3137 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3138 ">%s in %s"
3139 msgstr ""
3140 "XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên thư mục %s->%s trong %s. Đổi tên thư mục "
3141 "%s->%s trong %s"
3142
3143 #: merge-recursive.c:2331
3144 #, c-format
3145 msgid ""
3146 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3147 "renamed."
3148 msgstr ""
3149 "CẢNH BÁO: tránh áp dụng %s -> %s đổi thên thành %s, bởi vì bản thân %s cũng "
3150 "bị đổi tên."
3151
3152 #: merge-recursive.c:2737
3153 #, c-format
3154 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
3155 msgstr ""
3156 "XUNG ĐỘT (đổi-tên/thêm): Đổi tên %s->%s trong %s. %s được thêm vào trong %s"
3157
3158 #: merge-recursive.c:2763
3159 #, c-format
3160 msgid "Adding merged %s"
3161 msgstr "Thêm hòa trộn %s"
3162
3163 #: merge-recursive.c:2770 merge-recursive.c:3127
3164 #, c-format
3165 msgid "Adding as %s instead"
3166 msgstr "Thay vào đó thêm vào %s"
3167
3168 #: merge-recursive.c:2934
3169 #, c-format
3170 msgid "cannot read object %s"
3171 msgstr "không thể đọc đối tượng %s"
3172
3173 #: merge-recursive.c:2937
3174 #, c-format
3175 msgid "object %s is not a blob"
3176 msgstr "đối tượng %s không phải là một blob"
3177
3178 #: merge-recursive.c:3006
3179 msgid "modify"
3180 msgstr "sửa đổi"
3181
3182 #: merge-recursive.c:3006
3183 msgid "modified"
3184 msgstr "đã sửa"
3185
3186 #: merge-recursive.c:3017
3187 msgid "content"
3188 msgstr "nội dung"
3189
3190 #: merge-recursive.c:3024
3191 msgid "add/add"
3192 msgstr "thêm/thêm"
3193
3194 #: merge-recursive.c:3071
3195 #, c-format
3196 msgid "Skipped %s (merged same as existing)"
3197 msgstr "Đã bỏ qua %s (đã có sẵn lần hòa trộn này)"
3198
3199 #: merge-recursive.c:3093 git-submodule.sh:858
3200 msgid "submodule"
3201 msgstr "mô-đun-con"
3202
3203 #: merge-recursive.c:3094
3204 #, c-format
3205 msgid "CONFLICT (%s): Merge conflict in %s"
3206 msgstr "XUNG ĐỘT (%s): Xung đột hòa trộn trong %s"
3207
3208 #: merge-recursive.c:3216
3209 #, c-format
3210 msgid "Removing %s"
3211 msgstr "Đang xóa %s"
3212
3213 #: merge-recursive.c:3242
3214 msgid "file/directory"
3215 msgstr "tập-tin/thư-mục"
3216
3217 #: merge-recursive.c:3248
3218 msgid "directory/file"
3219 msgstr "thư-mục/tập-tin"
3220
3221 #: merge-recursive.c:3255
3222 #, c-format
3223 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3224 msgstr ""
3225 "XUNG ĐỘT (%s): Ở đây không có thư mục nào có tên %s trong %s. Thêm %s như là "
3226 "%s"
3227
3228 #: merge-recursive.c:3264
3229 #, c-format
3230 msgid "Adding %s"
3231 msgstr "Thêm \"%s\""
3232
3233 #: merge-recursive.c:3300
3234 #, c-format
3235 msgid ""
3236 "Your local changes to the following files would be overwritten by merge:\n"
3237 " %s"
3238 msgstr ""
3239 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
3240 "hòa trộn:\n"
3241 " %s"
3242
3243 #: merge-recursive.c:3311
3244 msgid "Already up to date!"
3245 msgstr "Đã cập nhật rồi!"
3246
3247 #: merge-recursive.c:3320
3248 #, c-format
3249 msgid "merging of trees %s and %s failed"
3250 msgstr "hòa trộn các cây %s và %s gặp lỗi"
3251
3252 #: merge-recursive.c:3419
3253 msgid "Merging:"
3254 msgstr "Đang trộn:"
3255
3256 #: merge-recursive.c:3432
3257 #, c-format
3258 msgid "found %u common ancestor:"
3259 msgid_plural "found %u common ancestors:"
3260 msgstr[0] "tìm thấy %u tổ tiên chung:"
3261
3262 #: merge-recursive.c:3471
3263 msgid "merge returned no commit"
3264 msgstr "hòa trộn không trả về lần chuyển giao nào"
3265
3266 #: merge-recursive.c:3537
3267 #, c-format
3268 msgid "Could not parse object '%s'"
3269 msgstr "Không thể phân tích đối tượng “%s”"
3270
3271 #: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:849
3272 msgid "Unable to write index."
3273 msgstr "Không thể ghi bảng mục lục"
3274
3275 #: midx.c:65
3276 #, c-format
3277 msgid "multi-pack-index file %s is too small"
3278 msgstr "tập tin đồ thị multi-pack-index %s quá nhỏ"
3279
3280 #: midx.c:81
3281 #, c-format
3282 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3283 msgstr "chữ ký multi-pack-index 0x%08x không khớp chữ ký 0x%08x"
3284
3285 #: midx.c:86
3286 #, c-format
3287 msgid "multi-pack-index version %d not recognized"
3288 msgstr "không nhận ra phiên bản %d của multi-pack-index"
3289
3290 #: midx.c:91
3291 #, c-format
3292 msgid "hash version %u does not match"
3293 msgstr "phiên bản băm “%u” không khớp"
3294
3295 #: midx.c:105
3296 msgid "invalid chunk offset (too large)"
3297 msgstr "khoảng bù đoạn không hợp lệ (quá lớn)"
3298
3299 #: midx.c:129
3300 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3301 msgstr "mã mảnh kết thúc multi-pack-index xuất hiện sớm hơn bình thường"
3302
3303 #: midx.c:142
3304 msgid "multi-pack-index missing required pack-name chunk"
3305 msgstr "multi-pack-index thiếu mảnh pack-name cần thiết"
3306
3307 #: midx.c:144
3308 msgid "multi-pack-index missing required OID fanout chunk"
3309 msgstr "multi-pack-index thiếu mảnh OID fanout cần thiết"
3310
3311 #: midx.c:146
3312 msgid "multi-pack-index missing required OID lookup chunk"
3313 msgstr "multi-pack-index thiếu mảnh OID lookup cần thiết"
3314
3315 #: midx.c:148
3316 msgid "multi-pack-index missing required object offsets chunk"
3317 msgstr "multi-pack-index thiếu mảnh các khoảng bù đối tượng cần thiết"
3318
3319 #: midx.c:162
3320 #, c-format
3321 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3322 msgstr "các tên gói multi-pack-index không đúng thứ tự: “%s” trước “%s”"
3323
3324 #: midx.c:205
3325 #, c-format
3326 msgid "bad pack-int-id: %u (%u total packs)"
3327 msgstr "pack-int-id sai: %u (%u các gói tổng)"
3328
3329 #: midx.c:246
3330 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3331 msgstr "multi-pack-index lưu trữ một khoảng bù 64-bít, nhưng off_t là quá nhỏ"
3332
3333 #: midx.c:271
3334 msgid "error preparing packfile from multi-pack-index"
3335 msgstr "lỗi chuẩn bị tập tin gói từ multi-pack-index"
3336
3337 #: midx.c:407
3338 #, c-format
3339 msgid "failed to add packfile '%s'"
3340 msgstr "gặp lỗi khi thêm tập tin gói “%s”"
3341
3342 #: midx.c:413
3343 #, c-format
3344 msgid "failed to open pack-index '%s'"
3345 msgstr "gặp lỗi khi mở pack-index “%s”"
3346
3347 #: midx.c:507
3348 #, c-format
3349 msgid "failed to locate object %d in packfile"
3350 msgstr "gặp lỗi khi phân bổ đối tượng “%d” trong tập tin gói"
3351
3352 #: midx.c:943
3353 #, c-format
3354 msgid "failed to clear multi-pack-index at %s"
3355 msgstr "gặp lỗi khi xóa multi-pack-index tại %s"
3356
3357 #: midx.c:981
3358 #, c-format
3359 msgid ""
3360 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3361 msgstr "fanout cũ sai thứ tự: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3362
3363 #: midx.c:992
3364 #, c-format
3365 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3366 msgstr "lookup cũ sai thứ tự: oid[%d] = %s >= %s = oid[%d]"
3367
3368 #: midx.c:996
3369 msgid "Verifying object offsets"
3370 msgstr "Đang thẩm tra các khoảng bù đối tượng"
3371
3372 #: midx.c:1004
3373 #, c-format
3374 msgid "failed to load pack entry for oid[%d] = %s"
3375 msgstr "gặp lỗi khi tải mục gói cho oid[%d] = %s"
3376
3377 #: midx.c:1010
3378 #, c-format
3379 msgid "failed to load pack-index for packfile %s"
3380 msgstr "gặp lỗi khi tải pack-index cho tập tin gói %s"
3381
3382 #: midx.c:1019
3383 #, c-format
3384 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3385 msgstr ""
3386 "khoảng bù đối tượng không đúng cho oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3387
3388 #: name-hash.c:532
3389 #, c-format
3390 msgid "unable to create lazy_dir thread: %s"
3391 msgstr "không thể tạo tuyến lazy_dir: %s"
3392
3393 #: name-hash.c:554
3394 #, c-format
3395 msgid "unable to create lazy_name thread: %s"
3396 msgstr "không thể tạo tuyến lazy_name: %s"
3397
3398 #: name-hash.c:560
3399 #, c-format
3400 msgid "unable to join lazy_name thread: %s"
3401 msgstr "không thể gia nhập tuyến lazy_name: %s"
3402
3403 #: notes-merge.c:275
3404 #, c-format
3405 msgid ""
3406 "You have not concluded your previous notes merge (%s exists).\n"
3407 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3408 "commit/abort the previous merge before you start a new notes merge."
3409 msgstr ""
3410 "Bạn đã chưa hoàn tất hòa trộn ghi chú trước đây (%s vẫn còn).\n"
3411 "Vui lòng dùng “git notes merge --commit” hay “git notes merge --abort” để "
3412 "chuyển giao hay bãi bỏ lần hòa trộn trước đây và bắt đầu một hòa trộn ghi "
3413 "chú mới."
3414
3415 #: notes-merge.c:282
3416 #, c-format
3417 msgid "You have not concluded your notes merge (%s exists)."
3418 msgstr "Bạn chưa kết thúc việc hòa trộn ghi chú (%s vẫn tồn tại)."
3419
3420 #: notes-utils.c:45
3421 msgid "Cannot commit uninitialized/unreferenced notes tree"
3422 msgstr ""
3423 "Không thể chuyển giao cây ghi chú chưa được khởi tạo hoặc không được tham "
3424 "chiếu"
3425
3426 #: notes-utils.c:104
3427 #, c-format
3428 msgid "Bad notes.rewriteMode value: '%s'"
3429 msgstr "Giá trị notes.rewriteMode sai: “%s”"
3430
3431 #: notes-utils.c:114
3432 #, c-format
3433 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3434 msgstr "Từ chối ghi đè ghi chú trong %s (nằm ngoài refs/notes/)"
3435
3436 #. TRANSLATORS: The first %s is the name of
3437 #. the environment variable, the second %s is
3438 #. its value.
3439 #.
3440 #: notes-utils.c:144
3441 #, c-format
3442 msgid "Bad %s value: '%s'"
3443 msgstr "Giá trị %s sai: “%s”"
3444
3445 #: object.c:54
3446 #, c-format
3447 msgid "invalid object type \"%s\""
3448 msgstr "kiểu đối tượng \"%s\" không hợp lệ"
3449
3450 #: object.c:173
3451 #, c-format
3452 msgid "object %s is a %s, not a %s"
3453 msgstr "đối tượng %s là một %s, không phải là một %s"
3454
3455 #: object.c:233
3456 #, c-format
3457 msgid "object %s has unknown type id %d"
3458 msgstr "đối tượng %s có mã kiểu %d chưa biết"
3459
3460 #: object.c:246
3461 #, c-format
3462 msgid "unable to parse object: %s"
3463 msgstr "không thể phân tích đối tượng: “%s”"
3464
3465 #: object.c:266 object.c:277
3466 #, c-format
3467 msgid "sha1 mismatch %s"
3468 msgstr "sha1 không khớp %s"
3469
3470 #: packfile.c:607
3471 msgid "offset before end of packfile (broken .idx?)"
3472 msgstr "vị trí tương đối trước điểm kết thúc của tập tin gói (.idx hỏng à?)"
3473
3474 #: packfile.c:1864
3475 #, c-format
3476 msgid "offset before start of pack index for %s (corrupt index?)"
3477 msgstr "vị trí tương đối nằm trước chỉ mục gói cho %s (mục lục bị hỏng à?)"
3478
3479 #: packfile.c:1868
3480 #, c-format
3481 msgid "offset beyond end of pack index for %s (truncated index?)"
3482 msgstr ""
3483 "vị trí tương đối vượt quá cuối của chỉ mục gói cho %s (mục lục bị cắt cụt à?)"
3484
3485 #: parse-options.c:672
3486 msgid "..."
3487 msgstr "…"
3488
3489 #: parse-options.c:691
3490 #, c-format
3491 msgid "usage: %s"
3492 msgstr "cách dùng: %s"
3493
3494 #. TRANSLATORS: the colon here should align with the
3495 #. one in "usage: %s" translation.
3496 #.
3497 #: parse-options.c:697
3498 #, c-format
3499 msgid " or: %s"
3500 msgstr " hoặc: %s"
3501
3502 #: parse-options.c:700
3503 #, c-format
3504 msgid " %s"
3505 msgstr " %s"
3506
3507 #: parse-options.c:739
3508 msgid "-NUM"
3509 msgstr "-SỐ"
3510
3511 #: parse-options-cb.c:37
3512 #, c-format
3513 msgid "malformed expiration date '%s'"
3514 msgstr "ngày tháng hết hạn dị hình “%s”"
3515
3516 #: parse-options-cb.c:109
3517 #, c-format
3518 msgid "malformed object name '%s'"
3519 msgstr "tên đối tượng dị hình “%s”"
3520
3521 #: path.c:894
3522 #, c-format
3523 msgid "Could not make %s writable by group"
3524 msgstr "Không thể làm %s được ghi bởi nhóm"
3525
3526 #: pathspec.c:129
3527 msgid "Escape character '\\' not allowed as last character in attr value"
3528 msgstr ""
3529 "Ký tự thoát chuỗi “\\” không được phép là ký tự cuối trong giá trị thuộc tính"
3530
3531 #: pathspec.c:147
3532 msgid "Only one 'attr:' specification is allowed."
3533 msgstr "chỉ có một đặc tả “attr:” là được phép."
3534
3535 #: pathspec.c:150
3536 msgid "attr spec must not be empty"
3537 msgstr "đặc tả attr phải không được để trống"
3538
3539 #: pathspec.c:193
3540 #, c-format
3541 msgid "invalid attribute name %s"
3542 msgstr "tên thuộc tính không hợp lệ %s"
3543
3544 #: pathspec.c:258
3545 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3546 msgstr ""
3547 "các cài đặt đặc tả đường dẫn “glob” và “noglob” toàn cục là xung khắc nhau"
3548
3549 #: pathspec.c:265
3550 msgid ""
3551 "global 'literal' pathspec setting is incompatible with all other global "
3552 "pathspec settings"
3553 msgstr ""
3554 "cài đặt đặc tả đường dẫn “literal” toàn cục là xung khắc với các cài đặt đặc "
3555 "tả đường dẫn toàn cục khác"
3556
3557 #: pathspec.c:305
3558 msgid "invalid parameter for pathspec magic 'prefix'"
3559 msgstr "tham số không hợp lệ cho “tiền tố” màu nhiệm đặc tả đường đẫn"
3560
3561 #: pathspec.c:326
3562 #, c-format
3563 msgid "Invalid pathspec magic '%.*s' in '%s'"
3564 msgstr "Số màu nhiệm đặc tả đường dẫn không hợp lệ “%.*s” trong “%s”"
3565
3566 #: pathspec.c:331
3567 #, c-format
3568 msgid "Missing ')' at the end of pathspec magic in '%s'"
3569 msgstr "Thiếu “)” tại cuối của số màu nhiệm đặc tả đường dẫn trong “%s”"
3570
3571 #: pathspec.c:369
3572 #, c-format
3573 msgid "Unimplemented pathspec magic '%c' in '%s'"
3574 msgstr "Chưa viết mã cho số màu nhiệm đặc tả đường dẫn “%c” trong “%s”"
3575
3576 #: pathspec.c:428
3577 #, c-format
3578 msgid "%s: 'literal' and 'glob' are incompatible"
3579 msgstr "%s: “literal” và “glob” xung khắc nhau"
3580
3581 #: pathspec.c:441
3582 #, c-format
3583 msgid "%s: '%s' is outside repository"
3584 msgstr "%s: “%s” ngoài một kho chứa"
3585
3586 #: pathspec.c:515
3587 #, c-format
3588 msgid "'%s' (mnemonic: '%c')"
3589 msgstr "“%s” (mnemonic: “%c”)"
3590
3591 #: pathspec.c:525
3592 #, c-format
3593 msgid "%s: pathspec magic not supported by this command: %s"
3594 msgstr "%s: số mầu nhiệm đặc tả đường dẫn chưa được hỗ trợ bởi lệnh này: %s"
3595
3596 #: pathspec.c:592
3597 #, c-format
3598 msgid "pathspec '%s' is beyond a symbolic link"
3599 msgstr "đặc tả đường dẫn “%s” vượt ra ngoài liên kết mềm"
3600
3601 #: pkt-line.c:104
3602 msgid "flush packet write failed"
3603 msgstr "gặp lỗi khi ghi vào tập tin gói lúc đẩy dữ liệu lên bộ nhớ"
3604
3605 #: pkt-line.c:142 pkt-line.c:228
3606 msgid "protocol error: impossibly long line"
3607 msgstr "lỗi giao thức: không thể làm được dòng dài"
3608
3609 #: pkt-line.c:158 pkt-line.c:160
3610 msgid "packet write with format failed"
3611 msgstr "gặp lỗi khi ghi gói có định dạng"
3612
3613 #: pkt-line.c:192
3614 msgid "packet write failed - data exceeds max packet size"
3615 msgstr "gặp lỗi khi ghi gói - dữ liệu vượt quá cỡ vói tối đa"
3616
3617 #: pkt-line.c:199 pkt-line.c:206
3618 msgid "packet write failed"
3619 msgstr "gặp lỗi khi ghi gói"
3620
3621 #: pkt-line.c:291
3622 msgid "read error"
3623 msgstr "lỗi đọc"
3624
3625 #: pkt-line.c:299
3626 msgid "the remote end hung up unexpectedly"
3627 msgstr "máy chủ bị treo bất ngờ"
3628
3629 #: pkt-line.c:327
3630 #, c-format
3631 msgid "protocol error: bad line length character: %.4s"
3632 msgstr "lỗi giao thức: ký tự chiều dài dòng bị sai: %.4s"
3633
3634 #: pkt-line.c:337 pkt-line.c:342
3635 #, c-format
3636 msgid "protocol error: bad line length %d"
3637 msgstr "lỗi giao thức: chiều dài dòng bị sai %d"
3638
3639 #: preload-index.c:118
3640 msgid "Refreshing index"
3641 msgstr "Làm mới bảng mục lục"
3642
3643 #: preload-index.c:137
3644 #, c-format
3645 msgid "unable to create threaded lstat: %s"
3646 msgstr "không thể tạo tuyến trình lstat: %s"
3647
3648 #: pretty.c:962
3649 msgid "unable to parse --pretty format"
3650 msgstr "không thể phân tích định dạng --pretty"
3651
3652 #: range-diff.c:56
3653 msgid "could not start `log`"
3654 msgstr "không thể lấy thông tin thống kê về “log“"
3655
3656 #: range-diff.c:59
3657 msgid "could not read `log` output"
3658 msgstr "không thể đọc kết xuất “log”"
3659
3660 #: range-diff.c:74 sequencer.c:4764
3661 #, c-format
3662 msgid "could not parse commit '%s'"
3663 msgstr "không thể phân tích lần chuyển giao “%s”"
3664
3665 #: range-diff.c:224
3666 msgid "failed to generate diff"
3667 msgstr "gặp lỗi khi tạo khác biệt"
3668
3669 #: range-diff.c:455 range-diff.c:457
3670 #, c-format
3671 msgid "could not parse log for '%s'"
3672 msgstr "không thể phân tích nhật ký cho “%s”"
3673
3674 #: read-cache.c:1490
3675 msgid "Refresh index"
3676 msgstr "Làm tươi mới bảng mục lục"
3677
3678 #: read-cache.c:1604
3679 #, c-format
3680 msgid ""
3681 "index.version set, but the value is invalid.\n"
3682 "Using version %i"
3683 msgstr ""
3684 "index.version được đặt, nhưng giá trị của nó lại không hợp lệ.\n"
3685 "Dùng phiên bản %i"
3686
3687 #: read-cache.c:1614
3688 #, c-format
3689 msgid ""
3690 "GIT_INDEX_VERSION set, but the value is invalid.\n"
3691 "Using version %i"
3692 msgstr ""
3693 "GIT_INDEX_VERSION được đặt, nhưng giá trị của nó lại không hợp lệ.\n"
3694 "Dùng phiên bản %i"
3695
3696 #: read-cache.c:1792
3697 #, c-format
3698 msgid "malformed name field in the index, near path '%s'"
3699 msgstr "trường tên sai sạng trong mục lục, gần đường dẫn “%s”"
3700
3701 #: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:458
3702 #: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:585
3703 #: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:343
3704 #: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:144
3705 #: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:329
3706 msgid "index file corrupt"
3707 msgstr "tập tin ghi bảng mục lục bị hỏng"
3708
3709 #: read-cache.c:2101
3710 #, c-format
3711 msgid "unable to create load_cache_entries thread: %s"
3712 msgstr "không thể tạo tuyến load_cache_entries: %s"
3713
3714 #: read-cache.c:2114
3715 #, c-format
3716 msgid "unable to join load_cache_entries thread: %s"
3717 msgstr "không thể gia nhập tuyến load_cache_entries: %s"
3718
3719 #: read-cache.c:2201
3720 #, c-format
3721 msgid "unable to create load_index_extensions thread: %s"
3722 msgstr "không thể tạo tuyến load_index_extensions: %s"
3723
3724 #: read-cache.c:2228
3725 #, c-format
3726 msgid "unable to join load_index_extensions thread: %s"
3727 msgstr "không thể gia nhập tuyến load_index_extensions: %s"
3728
3729 #: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:1086
3730 #, c-format
3731 msgid "could not close '%s'"
3732 msgstr "không thể đóng “%s”"
3733
3734 #: read-cache.c:3055 sequencer.c:2203 sequencer.c:3592
3735 #, c-format
3736 msgid "could not stat '%s'"
3737 msgstr "không thể lấy thông tin thống kê về “%s”"
3738
3739 #: read-cache.c:3068
3740 #, c-format
3741 msgid "unable to open git dir: %s"
3742 msgstr "không thể mở thư mục git: %s"
3743
3744 #: read-cache.c:3080
3745 #, c-format
3746 msgid "unable to unlink: %s"
3747 msgstr "không thể bỏ liên kết (unlink): “%s”"
3748
3749 #: rebase-interactive.c:10
3750 msgid ""
3751 "\n"
3752 "Commands:\n"
3753 "p, pick <commit> = use commit\n"
3754 "r, reword <commit> = use commit, but edit the commit message\n"
3755 "e, edit <commit> = use commit, but stop for amending\n"
3756 "s, squash <commit> = use commit, but meld into previous commit\n"
3757 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
3758 "x, exec <command> = run command (the rest of the line) using shell\n"
3759 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
3760 "d, drop <commit> = remove commit\n"
3761 "l, label <label> = label current HEAD with a name\n"
3762 "t, reset <label> = reset HEAD to a label\n"
3763 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
3764 ". create a merge commit using the original merge commit's\n"
3765 ". message (or the oneline, if no original merge commit was\n"
3766 ". specified). Use -c <commit> to reword the commit message.\n"
3767 "\n"
3768 "These lines can be re-ordered; they are executed from top to bottom.\n"
3769 msgstr ""
3770 "\n"
3771 "Các lệnh:\n"
3772 "p, pick <commit> = dùng lần chuyển giao\n"
3773 "r, reword <commit> = dùng lần chuyển giao, nhưng sửa lại phần chú thích\n"
3774 "e, edit <commit> = dùng lần chuyển giao, nhưng dừng lại để tu bổ (amend)\n"
3775 "s, squash <commit> = dùng lần chuyển giao, nhưng meld vào lần chuyển giao kế "
3776 "trước\n"
3777 "f, fixup <commit> = giống như \"squash\", nhưng loại bỏ chú thích nhật ký "
3778 "của lần chuyển giao này\n"
3779 "x, exec <commit> = chạy lệnh (phần còn lại của dòng) dùng hệ vỏ\n"
3780 "b, break = dừng tại đây (tiếp tục cải tổ sau này bằng “git rebase --"
3781 "continue”)\n"
3782 "d, drop <commit> = xóa lần chuyển giao\n"
3783 "l, label <label> = đánh nhãn HEAD hiện tại bằng một tên\n"
3784 "t, reset <label> = đặt lại HEAD thành một nhãn\n"
3785 "m, merge [-C <commit> | -c <commit>] <nhãn> [# <một_dòng>]\n"
3786 ". tạo một lần chuyển giao hòa trộn sử dụng chú thích của lần chuyển\n"
3787 ". giao hòa trộn gốc (hoặc một_dòng, nếu không chỉ định lần chuyển giao "
3788 "hòa\n"
3789 ". trộn gốc). Dùng -c <commit> để reword chú thích của lần chuyển "
3790 "giao.\n"
3791 "\n"
3792 "Những dòng này có thể đảo ngược thứ tự; chúng chạy từ trên đỉnh xuống dưới "
3793 "đáy.\n"
3794
3795 #: rebase-interactive.c:31 git-rebase--preserve-merges.sh:173
3796 msgid ""
3797 "\n"
3798 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
3799 msgstr ""
3800 "\n"
3801 "Đừng xóa bất kỳ dòng nào. Dùng “drop” một cách rõ ràng để xóa bỏ một lần "
3802 "chuyển giao.\n"
3803
3804 #: rebase-interactive.c:34 git-rebase--preserve-merges.sh:177
3805 msgid ""
3806 "\n"
3807 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
3808 msgstr ""
3809 "\n"
3810 "Nếu bạn xóa bỏ một dòng ở đây thì LẦN CHUYỂN GIAO ĐÓ SẼ MẤT.\n"
3811
3812 #: rebase-interactive.c:40 git-rebase--preserve-merges.sh:816
3813 msgid ""
3814 "\n"
3815 "You are editing the todo file of an ongoing interactive rebase.\n"
3816 "To continue rebase after editing, run:\n"
3817 " git rebase --continue\n"
3818 "\n"
3819 msgstr ""
3820 "\n"
3821 "Bạn đang sửa tập tin todo của một lần cải tổ tương tác đang thực hiện.\n"
3822 "Để tiếp tục cải tổ sau khi sửa, chạy:\n"
3823 " git rebase --continue\n"
3824 "\n"
3825
3826 #: rebase-interactive.c:45 git-rebase--preserve-merges.sh:893
3827 msgid ""
3828 "\n"
3829 "However, if you remove everything, the rebase will be aborted.\n"
3830 "\n"
3831 msgstr ""
3832 "\n"
3833 "Tuy nhiên, nếu bạn xóa bỏ mọi thứ, việc cải tổ sẽ bị bãi bỏ.\n"
3834 "\n"
3835
3836 #: rebase-interactive.c:51 git-rebase--preserve-merges.sh:900
3837 msgid "Note that empty commits are commented out"
3838 msgstr "Chú ý rằng lần chuyển giao trống rỗng là ghi chú"
3839
3840 #: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2186
3841 #: sequencer.c:4505 sequencer.c:4561 sequencer.c:4836
3842 #, c-format
3843 msgid "could not read '%s'."
3844 msgstr "không thể đọc “%s”."
3845
3846 #: refs.c:192
3847 #, c-format
3848 msgid "%s does not point to a valid object!"
3849 msgstr "“%s” không chỉ đến một lần chuyển giao hợp lệ nào cả!"
3850
3851 #: refs.c:583
3852 #, c-format
3853 msgid "ignoring dangling symref %s"
3854 msgstr "đang lờ đi tham chiếu mềm thừa %s"
3855
3856 #: refs.c:585 ref-filter.c:1951
3857 #, c-format
3858 msgid "ignoring broken ref %s"
3859 msgstr "đang lờ đi tham chiếu hỏng %s"
3860
3861 #: refs.c:711
3862 #, c-format
3863 msgid "could not open '%s' for writing: %s"
3864 msgstr "không thể mở “%s” để ghi: %s"
3865
3866 #: refs.c:721 refs.c:772
3867 #, c-format
3868 msgid "could not read ref '%s'"
3869 msgstr "không thể đọc tham chiếu “%s”"
3870
3871 #: refs.c:727
3872 #, c-format
3873 msgid "ref '%s' already exists"
3874 msgstr "tham chiếu “%s” đã có từ trước rồi"
3875
3876 #: refs.c:732
3877 #, c-format
3878 msgid "unexpected object ID when writing '%s'"
3879 msgstr "không cần ID đối tượng khi ghi “%s”"
3880
3881 #: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:2636
3882 #: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:4788
3883 #: wrapper.c:656
3884 #, c-format
3885 msgid "could not write to '%s'"
3886 msgstr "không thể ghi vào “%s”"
3887
3888 #: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:395
3889 #: builtin/am.c:728
3890 #, c-format
3891 msgid "could not open '%s' for writing"
3892 msgstr "không thể mở “%s” để ghi"
3893
3894 #: refs.c:774
3895 #, c-format
3896 msgid "unexpected object ID when deleting '%s'"
3897 msgstr "gặp ID đối tượng không cần khi xóa “%s”"
3898
3899 #: refs.c:905
3900 #, c-format
3901 msgid "log for ref %s has gap after %s"
3902 msgstr "Nhật ký cho tham chiếu %s có khoảng trống sau %s"
3903
3904 #: refs.c:911
3905 #, c-format
3906 msgid "log for ref %s unexpectedly ended on %s"
3907 msgstr "nhật ký cho tham chiếu %s kết thúc bất ngờ trên %s"
3908
3909 #: refs.c:969
3910 #, c-format
3911 msgid "log for %s is empty"
3912 msgstr "nhật ký cho %s trống rỗng"
3913
3914 #: refs.c:1061
3915 #, c-format
3916 msgid "refusing to update ref with bad name '%s'"
3917 msgstr "từ chối cập nhật tham chiếu với tên sai “%s”"
3918
3919 #: refs.c:1137
3920 #, c-format
3921 msgid "update_ref failed for ref '%s': %s"
3922 msgstr "update_ref bị lỗi cho ref “%s”: %s"
3923
3924 #: refs.c:1911
3925 #, c-format
3926 msgid "multiple updates for ref '%s' not allowed"
3927 msgstr "không cho phép đa cập nhật cho tham chiếu “%s”"
3928
3929 #: refs.c:1943
3930 msgid "ref updates forbidden inside quarantine environment"
3931 msgstr "cập nhật tham chiếu bị cấm trong môi trường kiểm tra"
3932
3933 #: refs.c:2039 refs.c:2069
3934 #, c-format
3935 msgid "'%s' exists; cannot create '%s'"
3936 msgstr "“%s” sẵn có; không thể tạo “%s”"
3937
3938 #: refs.c:2045 refs.c:2080
3939 #, c-format
3940 msgid "cannot process '%s' and '%s' at the same time"
3941 msgstr "Không thể xử lý “%s” và “%s” cùng một lúc"
3942
3943 #: refs/files-backend.c:1228
3944 #, c-format
3945 msgid "could not remove reference %s"
3946 msgstr "không thể gỡ bỏ tham chiếu: %s"
3947
3948 #: refs/files-backend.c:1242 refs/packed-backend.c:1532
3949 #: refs/packed-backend.c:1542
3950 #, c-format
3951 msgid "could not delete reference %s: %s"
3952 msgstr "không thể xóa bỏ tham chiếu %s: %s"
3953
3954 #: refs/files-backend.c:1245 refs/packed-backend.c:1545
3955 #, c-format
3956 msgid "could not delete references: %s"
3957 msgstr "không thể xóa bỏ tham chiếu: %s"
3958
3959 #: refspec.c:137
3960 #, c-format
3961 msgid "invalid refspec '%s'"
3962 msgstr "refspec không hợp lệ “%s”"
3963
3964 #: ref-filter.c:39 wt-status.c:1855
3965 msgid "gone"
3966 msgstr "đã ra đi"
3967
3968 #: ref-filter.c:40
3969 #, c-format
3970 msgid "ahead %d"
3971 msgstr "phía trước %d"
3972
3973 #: ref-filter.c:41
3974 #, c-format
3975 msgid "behind %d"
3976 msgstr "đằng sau %d"
3977
3978 #: ref-filter.c:42
3979 #, c-format
3980 msgid "ahead %d, behind %d"
3981 msgstr "trước %d, sau %d"
3982
3983 #: ref-filter.c:138
3984 #, c-format
3985 msgid "expected format: %%(color:<color>)"
3986 msgstr "cần định dạng: %%(color:<color>)"
3987
3988 #: ref-filter.c:140
3989 #, c-format
3990 msgid "unrecognized color: %%(color:%s)"
3991 msgstr "không nhận ra màu: %%(màu:%s)"
3992
3993 #: ref-filter.c:162
3994 #, c-format
3995 msgid "Integer value expected refname:lstrip=%s"
3996 msgstr "Giá trị nguyên cần tên tham chiếu:lstrip=%s"
3997
3998 #: ref-filter.c:166
3999 #, c-format
4000 msgid "Integer value expected refname:rstrip=%s"
4001 msgstr "Giá trị nguyên cần tên tham chiếu:rstrip=%s"
4002
4003 #: ref-filter.c:168
4004 #, c-format
4005 msgid "unrecognized %%(%s) argument: %s"
4006 msgstr "đối số không được thừa nhận %%(%s): %s"
4007
4008 #: ref-filter.c:223
4009 #, c-format
4010 msgid "%%(objecttype) does not take arguments"
4011 msgstr "%%(objecttype) không nhận các đối số"
4012
4013 #: ref-filter.c:235
4014 #, c-format
4015 msgid "%%(objectsize) does not take arguments"
4016 msgstr "%%(objectsize) không nhận các đối số"
4017
4018 #: ref-filter.c:247
4019 #, c-format
4020 msgid "%%(body) does not take arguments"
4021 msgstr "%%(body) không nhận các đối số"
4022
4023 #: ref-filter.c:256
4024 #, c-format
4025 msgid "%%(subject) does not take arguments"
4026 msgstr "%%(subject) không nhận các đối số"
4027
4028 #: ref-filter.c:278
4029 #, c-format
4030 msgid "unknown %%(trailers) argument: %s"
4031 msgstr "không hiểu tham số %%(trailers): %s"
4032
4033 #: ref-filter.c:307
4034 #, c-format
4035 msgid "positive value expected contents:lines=%s"
4036 msgstr "cần nội dung mang giá trị dương:lines=%s"
4037
4038 #: ref-filter.c:309
4039 #, c-format
4040 msgid "unrecognized %%(contents) argument: %s"
4041 msgstr "đối số không được thừa nhận %%(contents): %s"
4042
4043 #: ref-filter.c:324
4044 #, c-format
4045 msgid "positive value expected objectname:short=%s"
4046 msgstr "cần nội dung mang giá trị dương:shot=%s"
4047
4048 #: ref-filter.c:328
4049 #, c-format
4050 msgid "unrecognized %%(objectname) argument: %s"
4051 msgstr "đối số không được thừa nhận %%(objectname): %s"
4052
4053 #: ref-filter.c:358
4054 #, c-format
4055 msgid "expected format: %%(align:<width>,<position>)"
4056 msgstr "cần định dạng: %%(align:<width>,<position>)"
4057
4058 #: ref-filter.c:370
4059 #, c-format
4060 msgid "unrecognized position:%s"
4061 msgstr "vị trí không được thừa nhận:%s"
4062
4063 #: ref-filter.c:377
4064 #, c-format
4065 msgid "unrecognized width:%s"
4066 msgstr "chiều rộng không được thừa nhận:%s"
4067
4068 #: ref-filter.c:386
4069 #, c-format
4070 msgid "unrecognized %%(align) argument: %s"
4071 msgstr "đối số không được thừa nhận %%(align): %s"
4072
4073 #: ref-filter.c:394
4074 #, c-format
4075 msgid "positive width expected with the %%(align) atom"
4076 msgstr "cần giá trị độ rộng dương với nguyên tử %%(align)"
4077
4078 #: ref-filter.c:412
4079 #, c-format
4080 msgid "unrecognized %%(if) argument: %s"
4081 msgstr "đối số không được thừa nhận %%(if): %s"
4082
4083 #: ref-filter.c:508
4084 #, c-format
4085 msgid "malformed field name: %.*s"
4086 msgstr "tên trường dị hình: %.*s"
4087
4088 #: ref-filter.c:535
4089 #, c-format
4090 msgid "unknown field name: %.*s"
4091 msgstr "không hiểu tên trường: %.*s"
4092
4093 #: ref-filter.c:539
4094 #, c-format
4095 msgid ""
4096 "not a git repository, but the field '%.*s' requires access to object data"
4097 msgstr ""
4098 "không phải là một kho git, nhưng trường “%.*s” yêu cầu truy cập vào dữ liệu "
4099 "đối tượng"
4100
4101 #: ref-filter.c:663
4102 #, c-format
4103 msgid "format: %%(if) atom used without a %%(then) atom"
4104 msgstr "định dạng: nguyên tử %%(if) được dùng mà không có nguyên tử %%(then)"
4105
4106 #: ref-filter.c:726
4107 #, c-format
4108 msgid "format: %%(then) atom used without an %%(if) atom"
4109 msgstr "định dạng: nguyên tử %%(then) được dùng mà không có nguyên tử %%(if)"
4110
4111 #: ref-filter.c:728
4112 #, c-format
4113 msgid "format: %%(then) atom used more than once"
4114 msgstr "định dạng: nguyên tử %%(then) được dùng nhiều hơn một lần"
4115
4116 #: ref-filter.c:730
4117 #, c-format
4118 msgid "format: %%(then) atom used after %%(else)"
4119 msgstr "định dạng: nguyên tử %%(then) được dùng sau %%(else)"
4120
4121 #: ref-filter.c:758
4122 #, c-format
4123 msgid "format: %%(else) atom used without an %%(if) atom"
4124 msgstr "định dạng: nguyên tử %%(else) được dùng mà không có nguyên tử %%(if)"
4125
4126 #: ref-filter.c:760
4127 #, c-format
4128 msgid "format: %%(else) atom used without a %%(then) atom"
4129 msgstr "định dạng: nguyên tử %%(else) được dùng mà không có nguyên tử %%(then)"
4130
4131 #: ref-filter.c:762
4132 #, c-format
4133 msgid "format: %%(else) atom used more than once"
4134 msgstr "định dạng: nguyên tử %%(else) được dùng nhiều hơn một lần"
4135
4136 #: ref-filter.c:777
4137 #, c-format
4138 msgid "format: %%(end) atom used without corresponding atom"
4139 msgstr "định dạng: nguyên tử %%(end) được dùng mà không có nguyên tử tương ứng"
4140
4141 #: ref-filter.c:834
4142 #, c-format
4143 msgid "malformed format string %s"
4144 msgstr "chuỗi định dạng dị hình %s"
4145
4146 #: ref-filter.c:1424
4147 #, c-format
4148 msgid "(no branch, rebasing %s)"
4149 msgstr "(không nhánh, đang cải tổ %s)"
4150
4151 #: ref-filter.c:1427
4152 #, c-format
4153 msgid "(no branch, rebasing detached HEAD %s)"
4154 msgstr "(không nhánh, đang cải tổ HEAD %s đã tách rời)"
4155
4156 #: ref-filter.c:1430
4157 #, c-format
4158 msgid "(no branch, bisect started on %s)"
4159 msgstr "(không nhánh, di chuyển nửa bước được bắt đầu tại %s)"
4160
4161 #. TRANSLATORS: make sure this matches "HEAD
4162 #. detached at " in wt-status.c
4163 #.
4164 #: ref-filter.c:1438
4165 #, c-format
4166 msgid "(HEAD detached at %s)"
4167 msgstr "(HEAD được tách rời tại %s)"
4168
4169 #. TRANSLATORS: make sure this matches "HEAD
4170 #. detached from " in wt-status.c
4171 #.
4172 #: ref-filter.c:1445
4173 #, c-format
4174 msgid "(HEAD detached from %s)"
4175 msgstr "(HEAD được tách rời từ %s)"
4176
4177 #: ref-filter.c:1449
4178 msgid "(no branch)"
4179 msgstr "(không nhánh)"
4180
4181 #: ref-filter.c:1483 ref-filter.c:1638
4182 #, c-format
4183 msgid "missing object %s for %s"
4184 msgstr "thiếu đối tượng %s cho %s"
4185
4186 #: ref-filter.c:1491
4187 #, c-format
4188 msgid "parse_object_buffer failed on %s for %s"
4189 msgstr "parse_object_buffer gặp lỗi trên %s cho %s"
4190
4191 #: ref-filter.c:1857
4192 #, c-format
4193 msgid "malformed object at '%s'"
4194 msgstr "đối tượng dị hình tại “%s”"
4195
4196 #: ref-filter.c:1946
4197 #, c-format
4198 msgid "ignoring ref with broken name %s"
4199 msgstr "đang lờ đi tham chiếu với tên hỏng %s"
4200
4201 #: ref-filter.c:2232
4202 #, c-format
4203 msgid "format: %%(end) atom missing"
4204 msgstr "định dạng: thiếu nguyên tử %%(end)"
4205
4206 #: ref-filter.c:2338
4207 #, c-format
4208 msgid "malformed object name %s"
4209 msgstr "tên đối tượng dị hình %s"
4210
4211 #: remote.c:607
4212 #, c-format
4213 msgid "Cannot fetch both %s and %s to %s"
4214 msgstr "Không thể lấy về cả %s và %s cho %s"
4215
4216 #: remote.c:611
4217 #, c-format
4218 msgid "%s usually tracks %s, not %s"
4219 msgstr "%s thường theo dõi %s, không phải %s"
4220
4221 #: remote.c:615
4222 #, c-format
4223 msgid "%s tracks both %s and %s"
4224 msgstr "%s theo dõi cả %s và %s"
4225
4226 #: remote.c:623
4227 msgid "Internal error"
4228 msgstr "Lỗi nội bộ"
4229
4230 #: remote.c:1569 remote.c:1670
4231 msgid "HEAD does not point to a branch"
4232 msgstr "HEAD không chỉ đến một nhánh nào cả"
4233
4234 #: remote.c:1578
4235 #, c-format
4236 msgid "no such branch: '%s'"
4237 msgstr "không có nhánh nào như thế: “%s”"
4238
4239 #: remote.c:1581
4240 #, c-format
4241 msgid "no upstream configured for branch '%s'"
4242 msgstr "không có thượng nguồn được cấu hình cho nhánh “%s”"
4243
4244 #: remote.c:1587
4245 #, c-format
4246 msgid "upstream branch '%s' not stored as a remote-tracking branch"
4247 msgstr ""
4248 "nhánh thượng nguồn “%s” không được lưu lại như là một nhánh theo dõi máy chủ"
4249
4250 #: remote.c:1602
4251 #, c-format
4252 msgid "push destination '%s' on remote '%s' has no local tracking branch"
4253 msgstr "đẩy lên đích “%s” trên máy chủ “%s” không có nhánh theo dõi nội bộ"
4254
4255 #: remote.c:1614
4256 #, c-format
4257 msgid "branch '%s' has no remote for pushing"
4258 msgstr "nhánh “%s” không có máy chủ để đẩy lên"
4259
4260 #: remote.c:1624
4261 #, c-format
4262 msgid "push refspecs for '%s' do not include '%s'"
4263 msgstr "đẩy refspecs cho “%s” không bao gồm “%s”"
4264
4265 #: remote.c:1637
4266 msgid "push has no destination (push.default is 'nothing')"
4267 msgstr "đẩy lên mà không có đích (push.default là “nothing”)"
4268
4269 #: remote.c:1659
4270 msgid "cannot resolve 'simple' push to a single destination"
4271 msgstr "không thể phân giải đẩy “đơn giản” đến một đích đơn"
4272
4273 #: remote.c:1935
4274 #, c-format
4275 msgid "Your branch is based on '%s', but the upstream is gone.\n"
4276 msgstr ""
4277 "Nhánh của bạn dựa trên cơ sở là “%s”, nhưng trên thượng nguồn không còn.\n"
4278
4279 #: remote.c:1939
4280 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
4281 msgstr " (dùng \" git branch --unset-upstream\" để sửa)\n"
4282
4283 #: remote.c:1942
4284 #, c-format
4285 msgid "Your branch is up to date with '%s'.\n"
4286 msgstr "Nhánh của bạn đã cập nhật với “%s”.\n"
4287
4288 #: remote.c:1946
4289 #, c-format
4290 msgid "Your branch and '%s' refer to different commits.\n"
4291 msgstr "Nhánh của bạn và “%s” tham chiếu đến các lần chuyển giao khác nhau.\n"
4292
4293 #: remote.c:1949
4294 #, c-format
4295 msgid " (use \"%s\" for details)\n"
4296 msgstr " (dùng \"%s\" để biết thêm chi tiết)\n"
4297
4298 #: remote.c:1953
4299 #, c-format
4300 msgid "Your branch is ahead of '%s' by %d commit.\n"
4301 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4302 msgstr[0] "Nhánh của bạn đứng trước “%s” %d lần chuyển giao.\n"
4303
4304 #: remote.c:1959
4305 msgid " (use \"git push\" to publish your local commits)\n"
4306 msgstr " (dùng \"git push\" để xuất bản các lần chuyển giao nội bộ của bạn)\n"
4307
4308 #: remote.c:1962
4309 #, c-format
4310 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4311 msgid_plural ""
4312 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
4313 msgstr[0] ""
4314 "Nhánh của bạn đứng đằng sau “%s” %d lần chuyển giao, và có thể được chuyển-"
4315 "tiếp-nhanh.\n"
4316
4317 #: remote.c:1970
4318 msgid " (use \"git pull\" to update your local branch)\n"
4319 msgstr " (dùng \"git pull\" để cập nhật nhánh nội bộ của bạn)\n"
4320
4321 #: remote.c:1973
4322 #, c-format
4323 msgid ""
4324 "Your branch and '%s' have diverged,\n"
4325 "and have %d and %d different commit each, respectively.\n"
4326 msgid_plural ""
4327 "Your branch and '%s' have diverged,\n"
4328 "and have %d and %d different commits each, respectively.\n"
4329 msgstr[0] ""
4330 "Nhánh của bạn và “%s” bị phân kỳ,\n"
4331 "và có %d và %d lần chuyển giao khác nhau cho từng cái,\n"
4332 "tương ứng với mỗi lần.\n"
4333
4334 #: remote.c:1983
4335 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
4336 msgstr ""
4337 " (dùng \"git pull\" để hòa trộn nhánh trên máy chủ vào trong nhánh của "
4338 "bạn)\n"
4339
4340 #: replace-object.c:21
4341 #, c-format
4342 msgid "bad replace ref name: %s"
4343 msgstr "tên tham chiếu thay thế bị sai: %s"
4344
4345 #: replace-object.c:30
4346 #, c-format
4347 msgid "duplicate replace ref: %s"
4348 msgstr "tham chiếu thay thế bị trùng: %s"
4349
4350 #: replace-object.c:73
4351 #, c-format
4352 msgid "replace depth too high for object %s"
4353 msgstr "độ sâu thay thế quá cao cho đối tượng %s"
4354
4355 #: rerere.c:217 rerere.c:226 rerere.c:229
4356 msgid "corrupt MERGE_RR"
4357 msgstr "MERGE_RR sai hỏng"
4358
4359 #: rerere.c:264 rerere.c:269
4360 msgid "unable to write rerere record"
4361 msgstr "không thể ghi bản ghi rerere"
4362
4363 #: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:3162
4364 #, c-format
4365 msgid "could not write '%s'"
4366 msgstr "không thể ghi “%s”"
4367
4368 #: rerere.c:495
4369 #, c-format
4370 msgid "there were errors while writing '%s' (%s)"
4371 msgstr "gặp lỗi đọc khi đang ghi “%s” (%s)"
4372
4373 #: rerere.c:498
4374 #, c-format
4375 msgid "failed to flush '%s'"
4376 msgstr "gặp lỗi khi đẩy dữ liệu “%s” lên đĩa"
4377
4378 #: rerere.c:503 rerere.c:1039
4379 #, c-format
4380 msgid "could not parse conflict hunks in '%s'"
4381 msgstr "không thể phân tích các mảnh xung đột trong “%s”"
4382
4383 #: rerere.c:684
4384 #, c-format
4385 msgid "failed utime() on '%s'"
4386 msgstr "gặp lỗi utime() trên “%s”"
4387
4388 #: rerere.c:694
4389 #, c-format
4390 msgid "writing '%s' failed"
4391 msgstr "gặp lỗi khi đang ghi “%s”"
4392
4393 #: rerere.c:714
4394 #, c-format
4395 msgid "Staged '%s' using previous resolution."
4396 msgstr "Đã tạm cất “%s” sử dụng cách phân giải kế trước"
4397
4398 #: rerere.c:753
4399 #, c-format
4400 msgid "Recorded resolution for '%s'."
4401 msgstr "Cách giải quyết đã ghi lại cho “%s”."
4402
4403 #: rerere.c:788
4404 #, c-format
4405 msgid "Resolved '%s' using previous resolution."
4406 msgstr "Đã phân giải giải “%s” sử dụng cách giải quyết kế trước."
4407
4408 #: rerere.c:803
4409 #, c-format
4410 msgid "cannot unlink stray '%s'"
4411 msgstr "không thể unlink stray “%s”"
4412
4413 #: rerere.c:807
4414 #, c-format
4415 msgid "Recorded preimage for '%s'"
4416 msgstr "preimage đã được ghi lại cho “%s”"
4417
4418 #: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:1413
4419 #: builtin/submodule--helper.c:1423
4420 #, c-format
4421 msgid "could not create directory '%s'"
4422 msgstr "không thể tạo thư mục “%s”"
4423
4424 #: rerere.c:1057
4425 #, c-format
4426 msgid "failed to update conflicted state in '%s'"
4427 msgstr "gặp lỗi khi chạy cập nhật trạng thái bị xung đột trong “%s”"
4428
4429 #: rerere.c:1068 rerere.c:1075
4430 #, c-format
4431 msgid "no remembered resolution for '%s'"
4432 msgstr "đừng nhó các giải quyết cho “%s”"
4433
4434 #: rerere.c:1077
4435 #, c-format
4436 msgid "cannot unlink '%s'"
4437 msgstr "không thể unlink “%s”"
4438
4439 #: rerere.c:1087
4440 #, c-format
4441 msgid "Updated preimage for '%s'"
4442 msgstr "Đã cập nhật preimage cho “%s”"
4443
4444 #: rerere.c:1096
4445 #, c-format
4446 msgid "Forgot resolution for '%s'\n"
4447 msgstr "Quên phân giải cho “%s”\n"
4448
4449 #: rerere.c:1199
4450 msgid "unable to open rr-cache directory"
4451 msgstr "không thể mở thư mục rr-cache"
4452
4453 #: revision.c:2324
4454 msgid "your current branch appears to be broken"
4455 msgstr "nhánh hiện tại của bạn có vẻ như bị hỏng"
4456
4457 #: revision.c:2327
4458 #, c-format
4459 msgid "your current branch '%s' does not have any commits yet"
4460 msgstr "nhánh hiện tại của bạn “%s” không có một lần chuyển giao nào cả"
4461
4462 #: revision.c:2523
4463 msgid "--first-parent is incompatible with --bisect"
4464 msgstr "--first-parent xung khắc với --bisect"
4465
4466 #: run-command.c:740
4467 msgid "open /dev/null failed"
4468 msgstr "gặp lỗi khi mở “/dev/null”"
4469
4470 #: run-command.c:1229
4471 #, c-format
4472 msgid "cannot create async thread: %s"
4473 msgstr "không thể tạo tuyến async: %s"
4474
4475 #: run-command.c:1293
4476 #, c-format
4477 msgid ""
4478 "The '%s' hook was ignored because it's not set as executable.\n"
4479 "You can disable this warning with `git config advice.ignoredHook false`."
4480 msgstr ""
4481 "Móc “%s” bị bỏ qua bởi vì nó không thể đặt là thực thi được.\n"
4482 "Bạn có thể tắt cảnh báo này bằng “git config advice.ignoredHook false“."
4483
4484 #: send-pack.c:142
4485 msgid "unexpected flush packet while reading remote unpack status"
4486 msgstr ""
4487 "gặp gói flush không cần trong khi đọc tình trạng giải nén gói trên máy chủ"
4488
4489 #: send-pack.c:144
4490 #, c-format
4491 msgid "unable to parse remote unpack status: %s"
4492 msgstr "không thể phân tích tình trạng unpack máy chủ: %s"
4493
4494 #: send-pack.c:146
4495 #, c-format
4496 msgid "remote unpack failed: %s"
4497 msgstr "máy chủ gặp lỗi unpack: %s"
4498
4499 #: send-pack.c:308
4500 msgid "failed to sign the push certificate"
4501 msgstr "gặp lỗi khi ký chứng thực đẩy"
4502
4503 #: send-pack.c:421
4504 msgid "the receiving end does not support --signed push"
4505 msgstr "kết thúc nhận không hỗ trợ đẩy --signed"
4506
4507 #: send-pack.c:423
4508 msgid ""
4509 "not sending a push certificate since the receiving end does not support --"
4510 "signed push"
4511 msgstr ""
4512 "đừng gửi giấy chứng nhận đẩy trước khi kết thúc nhận không hỗ trợ đẩy --"
4513 "signed"
4514
4515 #: send-pack.c:435
4516 msgid "the receiving end does not support --atomic push"
4517 msgstr "kết thúc nhận không hỗ trợ đẩy --atomic"
4518
4519 #: send-pack.c:440
4520 msgid "the receiving end does not support push options"
4521 msgstr "kết thúc nhận không hỗ trợ các tùy chọn của lệnh push"
4522
4523 #: sequencer.c:183
4524 #, c-format
4525 msgid "invalid commit message cleanup mode '%s'"
4526 msgstr "chế độ dọn dẹp ghi chú các lần chuyển giao không hợp lệ “%s”"
4527
4528 #: sequencer.c:287
4529 #, c-format
4530 msgid "could not delete '%s'"
4531 msgstr "không thể xóa bỏ “%s”"
4532
4533 #: sequencer.c:313
4534 msgid "revert"
4535 msgstr "hoàn nguyên"
4536
4537 #: sequencer.c:315
4538 msgid "cherry-pick"
4539 msgstr "cherry-pick"
4540
4541 #: sequencer.c:317
4542 msgid "rebase -i"
4543 msgstr "rebase -i"
4544
4545 #: sequencer.c:319
4546 #, c-format
4547 msgid "unknown action: %d"
4548 msgstr "không nhận ra thao tác: %d"
4549
4550 #: sequencer.c:376
4551 msgid ""
4552 "after resolving the conflicts, mark the corrected paths\n"
4553 "with 'git add <paths>' or 'git rm <paths>'"
4554 msgstr ""
4555 "sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"
4556 "với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”"
4557
4558 #: sequencer.c:379
4559 msgid ""
4560 "after resolving the conflicts, mark the corrected paths\n"
4561 "with 'git add <paths>' or 'git rm <paths>'\n"
4562 "and commit the result with 'git commit'"
4563 msgstr ""
4564 "sau khi giải quyết các xung đột, đánh dấu đường dẫn đã sửa\n"
4565 "với lệnh “git add <đường_dẫn>” hoặc “git rm <đường_dẫn>”\n"
4566 "và chuyển giao kết quả bằng lệnh “git commit”"
4567
4568 #: sequencer.c:392 sequencer.c:2632
4569 #, c-format
4570 msgid "could not lock '%s'"
4571 msgstr "không thể khóa “%s”"
4572
4573 #: sequencer.c:399
4574 #, c-format
4575 msgid "could not write eol to '%s'"
4576 msgstr "không thể ghi eol vào “%s”"
4577
4578 #: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:2652
4579 #: sequencer.c:2885
4580 #, c-format
4581 msgid "failed to finalize '%s'"
4582 msgstr "gặp lỗi khi hoàn thành “%s”"
4583
4584 #: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:2535
4585 #: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:746
4586 #: builtin/merge.c:1084 builtin/rebase.c:152
4587 #, c-format
4588 msgid "could not read '%s'"
4589 msgstr "Không thể đọc “%s”."
4590
4591 #: sequencer.c:453
4592 #, c-format
4593 msgid "your local changes would be overwritten by %s."
4594 msgstr "các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh %s."
4595
4596 #: sequencer.c:457
4597 msgid "commit your changes or stash them to proceed."
4598 msgstr "chuyển giao các thay đổi của bạn hay tạm cất (stash) chúng để xử lý."
4599
4600 #: sequencer.c:486
4601 #, c-format
4602 msgid "%s: fast-forward"
4603 msgstr "%s: chuyển-tiếp-nhanh"
4604
4605 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
4606 #. "rebase -i".
4607 #.
4608 #: sequencer.c:575
4609 #, c-format
4610 msgid "%s: Unable to write new index file"
4611 msgstr "%s: Không thể ghi tập tin lưu bảng mục lục mới"
4612
4613 #: sequencer.c:591
4614 msgid "unable to update cache tree"
4615 msgstr "không thể cập nhật cây bộ nhớ đệm"
4616
4617 #: sequencer.c:604
4618 msgid "could not resolve HEAD commit"
4619 msgstr "không thể phân giải lần chuyển giao HEAD"
4620
4621 #: sequencer.c:684
4622 #, c-format
4623 msgid "no key present in '%.*s'"
4624 msgstr "không có khóa hiện diện trong “%.*s”"
4625
4626 #: sequencer.c:695
4627 #, c-format
4628 msgid "unable to dequote value of '%s'"
4629 msgstr "không thể giải trích dẫn giá trị của “%s”"
4630
4631 #: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:719
4632 #: builtin/am.c:811 builtin/merge.c:1081
4633 #, c-format
4634 msgid "could not open '%s' for reading"
4635 msgstr "không thể mở “%s” để đọc"
4636
4637 #: sequencer.c:742
4638 msgid "'GIT_AUTHOR_NAME' already given"
4639 msgstr "“GIT_AUTHOR_NAME” đã sẵn đưa ra rồi"
4640
4641 #: sequencer.c:747
4642 msgid "'GIT_AUTHOR_EMAIL' already given"
4643 msgstr "“GIT_AUTHOR_EMAIL” đã sẵn đưa ra rồi"
4644
4645 #: sequencer.c:752
4646 msgid "'GIT_AUTHOR_DATE' already given"
4647 msgstr "“GIT_AUTHOR_DATE” đã sẵn đưa ra rồi"
4648
4649 #: sequencer.c:756
4650 #, c-format
4651 msgid "unknown variable '%s'"
4652 msgstr "không hiểu biến “%s”"
4653
4654 #: sequencer.c:761
4655 msgid "missing 'GIT_AUTHOR_NAME'"
4656 msgstr "thiếu “GIT_AUTHOR_NAME”"
4657
4658 #: sequencer.c:763
4659 msgid "missing 'GIT_AUTHOR_EMAIL'"
4660 msgstr "thiếu “GIT_AUTHOR_EMAIL”"
4661
4662 #: sequencer.c:765
4663 msgid "missing 'GIT_AUTHOR_DATE'"
4664 msgstr "thiếu “GIT_AUTHOR_DATE”"
4665
4666 #: sequencer.c:825
4667 #, c-format
4668 msgid "invalid date format '%s' in '%s'"
4669 msgstr "định dạng ngày tháng không hợp lệ “%s” trong “%s”"
4670
4671 #: sequencer.c:842
4672 #, c-format
4673 msgid ""
4674 "you have staged changes in your working tree\n"
4675 "If these changes are meant to be squashed into the previous commit, run:\n"
4676 "\n"
4677 " git commit --amend %s\n"
4678 "\n"
4679 "If they are meant to go into a new commit, run:\n"
4680 "\n"
4681 " git commit %s\n"
4682 "\n"
4683 "In both cases, once you're done, continue with:\n"
4684 "\n"
4685 " git rebase --continue\n"
4686 msgstr ""
4687 "bạn có các thay đổi so với trong bệ phóng trong thư mục làm việc của bạn.\n"
4688 "Nếu các thay đổi này là muốn squash vào lần chuyển giao kế trước, chạy:\n"
4689 "\n"
4690 " git commit --amend %s\n"
4691 "\n"
4692 "Nếu chúng có ý là đi đến lần chuyển giao mới, thì chạy:\n"
4693 "\n"
4694 " git commit %s\n"
4695 "\n"
4696 "Trong cả hai trường hợp, một khi bạn làm xong, tiếp tục bằng:\n"
4697 "\n"
4698 " git rebase --continue\n"
4699
4700 #: sequencer.c:935
4701 msgid "writing root commit"
4702 msgstr "ghi chuyển giao gốc"
4703
4704 #: sequencer.c:1142
4705 msgid "'prepare-commit-msg' hook failed"
4706 msgstr "móc “prepare-commit-msg” bị lỗi"
4707
4708 #: sequencer.c:1149
4709 msgid ""
4710 "Your name and email address were configured automatically based\n"
4711 "on your username and hostname. Please check that they are accurate.\n"
4712 "You can suppress this message by setting them explicitly. Run the\n"
4713 "following command and follow the instructions in your editor to edit\n"
4714 "your configuration file:\n"
4715 "\n"
4716 " git config --global --edit\n"
4717 "\n"
4718 "After doing this, you may fix the identity used for this commit with:\n"
4719 "\n"
4720 " git commit --amend --reset-author\n"
4721 msgstr ""
4722 "Tên và địa chỉ thư điện tử của bạn được cấu hình một cách tự động trên cơ "
4723 "sở\n"
4724 "tài khoản và địa chỉ máy chủ của bạn. Xin hãy kiểm tra xem chúng có chính "
4725 "xác không.\n"
4726 "Bạn có thể chặn những thông báo kiểu này bằng cách cài đặt các thông tin "
4727 "trên\n"
4728 "một cách rõ ràng. Chạy lệnh sau đây là theo các hướng dẫn trong bộ soạn "
4729 "thảo\n"
4730 "để chỉnh sửa tập tin cấu hình của mình:\n"
4731 "\n"
4732 " git config --global --edit\n"
4733 "\n"
4734 "Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho\n"
4735 "lần chuyển giao này với lệnh:\n"
4736 "\n"
4737 " git commit --amend --reset-author\n"
4738
4739 #: sequencer.c:1162
4740 msgid ""
4741 "Your name and email address were configured automatically based\n"
4742 "on your username and hostname. Please check that they are accurate.\n"
4743 "You can suppress this message by setting them explicitly:\n"
4744 "\n"
4745 " git config --global user.name \"Your Name\"\n"
4746 " git config --global user.email you@example.com\n"
4747 "\n"
4748 "After doing this, you may fix the identity used for this commit with:\n"
4749 "\n"
4750 " git commit --amend --reset-author\n"
4751 msgstr ""
4752 "Tên và địa chỉ thư điện tử của bạn được cấu hình một cách tự động trên cơ "
4753 "sở\n"
4754 "tài khoản và địa chỉ máy chủ của bạn. Xin hãy kiểm tra xem chúng có chính "
4755 "xác không.\n"
4756 "Bạn có thể chặn những thông báo kiểu này bằng cách cài đặt các thông tin "
4757 "trên một cách rõ ràng:\n"
4758 "\n"
4759 " git config --global user.name \"Tên của bạn\"\n"
4760 " git config --global user.email you@example.com\n"
4761 "\n"
4762 "Sau khi thực hiện xong, bạn có thể sửa chữa định danh được sử dụng cho lần "
4763 "chuyển giao này với lệnh:\n"
4764 "\n"
4765 " git commit --amend --reset-author\n"
4766
4767 #: sequencer.c:1202
4768 msgid "couldn't look up newly created commit"
4769 msgstr "không thể tìm thấy lần chuyển giao mới hơn đã được tạo"
4770
4771 #: sequencer.c:1204
4772 msgid "could not parse newly created commit"
4773 msgstr ""
4774 "không thể phân tích cú pháp của đối tượng chuyển giao mới hơn đã được tạo"
4775
4776 #: sequencer.c:1250
4777 msgid "unable to resolve HEAD after creating commit"
4778 msgstr "không thể phân giải HEAD sau khi tạo lần chuyển giao"
4779
4780 #: sequencer.c:1252
4781 msgid "detached HEAD"
4782 msgstr "đã rời khỏi HEAD"
4783
4784 #: sequencer.c:1256
4785 msgid " (root-commit)"
4786 msgstr " (root-commit)"
4787
4788 #: sequencer.c:1277
4789 msgid "could not parse HEAD"
4790 msgstr "không thể phân tích HEAD"
4791
4792 #: sequencer.c:1279
4793 #, c-format
4794 msgid "HEAD %s is not a commit!"
4795 msgstr "HEAD %s không phải là một lần chuyển giao!"
4796
4797 #: sequencer.c:1283 builtin/commit.c:1543
4798 msgid "could not parse HEAD commit"
4799 msgstr "không thể phân tích commit (lần chuyển giao) HEAD"
4800
4801 #: sequencer.c:1334 sequencer.c:1934
4802 msgid "unable to parse commit author"
4803 msgstr "không thể phân tích tác giả của lần chuyển giao"
4804
4805 #: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:677
4806 msgid "git write-tree failed to write a tree"
4807 msgstr "lệnh git write-tree gặp lỗi khi ghi một cây"
4808
4809 #: sequencer.c:1361 sequencer.c:1416
4810 #, c-format
4811 msgid "unable to read commit message from '%s'"
4812 msgstr "không thể đọc phần chú thích (message) từ “%s”"
4813
4814 #: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:858
4815 #: builtin/merge.c:883
4816 msgid "failed to write commit object"
4817 msgstr "gặp lỗi khi ghi đối tượng chuyển giao"
4818
4819 #: sequencer.c:1443
4820 #, c-format
4821 msgid "could not parse commit %s"
4822 msgstr "không thể phân tích lần chuyển giao %s"
4823
4824 #: sequencer.c:1448
4825 #, c-format
4826 msgid "could not parse parent commit %s"
4827 msgstr "không thể phân tích lần chuyển giao cha mẹ “%s”"
4828
4829 #: sequencer.c:1546 sequencer.c:1654
4830 #, c-format
4831 msgid "unknown command: %d"
4832 msgstr "không hiểu câu lệnh %d"
4833
4834 #: sequencer.c:1601 sequencer.c:1626
4835 #, c-format
4836 msgid "This is a combination of %d commits."
4837 msgstr "Đây là tổ hợp của %d lần chuyển giao."
4838
4839 #: sequencer.c:1611 sequencer.c:4744
4840 msgid "need a HEAD to fixup"
4841 msgstr "cần một HEAD để sửa"
4842
4843 #: sequencer.c:1613 sequencer.c:2912
4844 msgid "could not read HEAD"
4845 msgstr "không thể đọc HEAD"
4846
4847 #: sequencer.c:1615
4848 msgid "could not read HEAD's commit message"
4849 msgstr "không thể đọc phần chú thích (message) của HEAD"
4850
4851 #: sequencer.c:1621
4852 #, c-format
4853 msgid "cannot write '%s'"
4854 msgstr "không thể ghi “%s”"
4855
4856 #: sequencer.c:1628 git-rebase--preserve-merges.sh:441
4857 msgid "This is the 1st commit message:"
4858 msgstr "Đây là chú thích cho lần chuyển giao thứ nhất:"
4859
4860 #: sequencer.c:1636
4861 #, c-format
4862 msgid "could not read commit message of %s"
4863 msgstr "không thể đọc phần chú thích (message) của %s"
4864
4865 #: sequencer.c:1643
4866 #, c-format
4867 msgid "This is the commit message #%d:"
4868 msgstr "Đây là chú thích cho lần chuyển giao thứ #%d:"
4869
4870 #: sequencer.c:1649
4871 #, c-format
4872 msgid "The commit message #%d will be skipped:"
4873 msgstr "Chú thích cho lần chuyển giao thứ #%d sẽ bị bỏ qua:"
4874
4875 #: sequencer.c:1732
4876 msgid "your index file is unmerged."
4877 msgstr "tập tin lưu mục lục của bạn không được hòa trộn."
4878
4879 #: sequencer.c:1739
4880 msgid "cannot fixup root commit"
4881 msgstr "không thể sửa chữa lần chuyển giao gốc"
4882
4883 #: sequencer.c:1758
4884 #, c-format
4885 msgid "commit %s is a merge but no -m option was given."
4886 msgstr "lần chuyển giao %s là một lần hòa trộn nhưng không đưa ra tùy chọn -m."
4887
4888 #: sequencer.c:1766
4889 #, c-format
4890 msgid "commit %s does not have parent %d"
4891 msgstr "lần chuyển giao %s không có cha mẹ %d"
4892
4893 #: sequencer.c:1770
4894 #, c-format
4895 msgid "mainline was specified but commit %s is not a merge."
4896 msgstr ""
4897 "luồng chính đã được chỉ ra nhưng lần chuyển giao %s không phải là một lần "
4898 "hòa trộn."
4899
4900 #: sequencer.c:1776
4901 #, c-format
4902 msgid "cannot get commit message for %s"
4903 msgstr "không thể lấy ghi chú lần chuyển giao cho %s"
4904
4905 #. TRANSLATORS: The first %s will be a "todo" command like
4906 #. "revert" or "pick", the second %s a SHA1.
4907 #: sequencer.c:1795
4908 #, c-format
4909 msgid "%s: cannot parse parent commit %s"
4910 msgstr "%s: không thể phân tích lần chuyển giao mẹ của %s"
4911
4912 #: sequencer.c:1860
4913 #, c-format
4914 msgid "could not rename '%s' to '%s'"
4915 msgstr "không thể đổi tên “%s” thành “%s”"
4916
4917 #: sequencer.c:1915
4918 #, c-format
4919 msgid "could not revert %s... %s"
4920 msgstr "không thể hoàn nguyên %s… %s"
4921
4922 #: sequencer.c:1916
4923 #, c-format
4924 msgid "could not apply %s... %s"
4925 msgstr "không thể áp dụng miếng vá %s… %s"
4926
4927 #: sequencer.c:1974
4928 #, c-format
4929 msgid "git %s: failed to read the index"
4930 msgstr "git %s: gặp lỗi đọc bảng mục lục"
4931
4932 #: sequencer.c:1981
4933 #, c-format
4934 msgid "git %s: failed to refresh the index"
4935 msgstr "git %s: gặp lỗi khi làm tươi mới bảng mục lục"
4936
4937 #: sequencer.c:2062
4938 #, c-format
4939 msgid "%s does not accept arguments: '%s'"
4940 msgstr "%s không nhận các đối số: “%s”"
4941
4942 #: sequencer.c:2071
4943 #, c-format
4944 msgid "missing arguments for %s"
4945 msgstr "thiếu đối số cho %s"
4946
4947 #: sequencer.c:2130
4948 #, c-format
4949 msgid "invalid line %d: %.*s"
4950 msgstr "dòng không hợp lệ %d: %.*s"
4951
4952 #: sequencer.c:2138
4953 #, c-format
4954 msgid "cannot '%s' without a previous commit"
4955 msgstr "không thể “%s” thể mà không có lần chuyển giao kế trước"
4956
4957 #: sequencer.c:2209
4958 msgid "please fix this using 'git rebase --edit-todo'."
4959 msgstr "vui lòng sửa lỗi này bằng cách dùng “git rebase --edit-todo”."
4960
4961 #: sequencer.c:2211
4962 #, c-format
4963 msgid "unusable instruction sheet: '%s'"
4964 msgstr "bảng chỉ thị không thể dùng được: %s"
4965
4966 #: sequencer.c:2216
4967 msgid "no commits parsed."
4968 msgstr "không có lần chuyển giao nào được phân tích."
4969
4970 #: sequencer.c:2227
4971 msgid "cannot cherry-pick during a revert."
4972 msgstr "không thể cherry-pick trong khi hoàn nguyên."
4973
4974 #: sequencer.c:2229
4975 msgid "cannot revert during a cherry-pick."
4976 msgstr "không thể thực hiện việc hoàn nguyên trong khi đang cherry-pick."
4977
4978 #: sequencer.c:2299
4979 #, c-format
4980 msgid "invalid value for %s: %s"
4981 msgstr "giá trị cho %s không hợp lệ: %s"
4982
4983 #: sequencer.c:2380
4984 msgid "unusable squash-onto"
4985 msgstr "squash-onto không dùng được"
4986
4987 #: sequencer.c:2396
4988 #, c-format
4989 msgid "malformed options sheet: '%s'"
4990 msgstr "bảng tùy chọn dị hình: “%s”"
4991
4992 #: sequencer.c:2479 sequencer.c:4005
4993 msgid "empty commit set passed"
4994 msgstr "lần chuyển giao trống rỗng đặt là hợp quy cách"
4995
4996 #: sequencer.c:2487
4997 msgid "a cherry-pick or revert is already in progress"
4998 msgstr "có một thao tác “cherry-pick” hoặc “revert” đang được thực hiện"
4999
5000 #: sequencer.c:2488
5001 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5002 msgstr "hãy thử \"git cherry-pick (--continue | --quit | --abort)\""
5003
5004 #: sequencer.c:2491
5005 #, c-format
5006 msgid "could not create sequencer directory '%s'"
5007 msgstr "không thể tạo thư mục xếp dãy “%s”"
5008
5009 #: sequencer.c:2505
5010 msgid "could not lock HEAD"
5011 msgstr "không thể khóa HEAD"
5012
5013 #: sequencer.c:2560 sequencer.c:3761
5014 msgid "no cherry-pick or revert in progress"
5015 msgstr "không cherry-pick hay hoàn nguyên trong tiến trình"
5016
5017 #: sequencer.c:2562
5018 msgid "cannot resolve HEAD"
5019 msgstr "không thể phân giải HEAD"
5020
5021 #: sequencer.c:2564 sequencer.c:2599
5022 msgid "cannot abort from a branch yet to be born"
5023 msgstr "không thể hủy bỏ từ một nhánh mà nó còn chưa được tạo ra"
5024
5025 #: sequencer.c:2585 builtin/grep.c:721
5026 #, c-format
5027 msgid "cannot open '%s'"
5028 msgstr "không mở được “%s”"
5029
5030 #: sequencer.c:2587
5031 #, c-format
5032 msgid "cannot read '%s': %s"
5033 msgstr "không thể đọc “%s”: %s"
5034
5035 #: sequencer.c:2588
5036 msgid "unexpected end of file"
5037 msgstr "gặp kết thúc tập tin đột xuất"
5038
5039 #: sequencer.c:2594
5040 #, c-format
5041 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5042 msgstr "tập tin HEAD “pre-cherry-pick” đã lưu “%s” bị hỏng"
5043
5044 #: sequencer.c:2605
5045 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5046 msgstr ""
5047 "Bạn có lẽ đã có HEAD đã bị di chuyển đi, Không thể tua, kiểm tra HEAD của "
5048 "bạn!"
5049
5050 #: sequencer.c:2709 sequencer.c:3679
5051 #, c-format
5052 msgid "could not update %s"
5053 msgstr "không thể cập nhật %s"
5054
5055 #: sequencer.c:2747 sequencer.c:3659
5056 msgid "cannot read HEAD"
5057 msgstr "không thể đọc HEAD"
5058
5059 #: sequencer.c:2762
5060 #, c-format
5061 msgid "unable to copy '%s' to '%s'"
5062 msgstr "không thể chép “%s” sang “%s”"
5063
5064 #: sequencer.c:2770
5065 #, c-format
5066 msgid ""
5067 "You can amend the commit now, with\n"
5068 "\n"
5069 " git commit --amend %s\n"
5070 "\n"
5071 "Once you are satisfied with your changes, run\n"
5072 "\n"
5073 " git rebase --continue\n"
5074 msgstr ""
5075 "Bạn có thể tu bổ lần chuyển giao ngay bây giờ bằng:\n"
5076 "\n"
5077 " git commit --amend %s\n"
5078 "\n"
5079 "Một khi đã hài lòng với những thay đổi của mình, thì chạy:\n"
5080 "\n"
5081 " git rebase --continue\n"
5082
5083 #: sequencer.c:2780
5084 #, c-format
5085 msgid "Could not apply %s... %.*s"
5086 msgstr "Không thể áp dụng %s… %.*s"
5087
5088 #: sequencer.c:2787
5089 #, c-format
5090 msgid "Could not merge %.*s"
5091 msgstr "Không hòa trộn %.*s"
5092
5093 #: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:640
5094 #, c-format
5095 msgid "could not copy '%s' to '%s'"
5096 msgstr "không thể chép “%s” sang “%s”"
5097
5098 #: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:1000
5099 #: builtin/rebase.c:1351 builtin/rebase.c:1405
5100 msgid "could not read index"
5101 msgstr "không thể đọc bảng mục lục"
5102
5103 #: sequencer.c:2829
5104 #, c-format
5105 msgid ""
5106 "execution failed: %s\n"
5107 "%sYou can fix the problem, and then run\n"
5108 "\n"
5109 " git rebase --continue\n"
5110 "\n"
5111 msgstr ""
5112 "thực thi gặp lỗi: %s\n"
5113 "%sBạn có thể sửa các trục trặc, và sau đó chạy lệnh\n"
5114 "\n"
5115 " git rebase --continue\n"
5116 "\n"
5117
5118 #: sequencer.c:2835
5119 msgid "and made changes to the index and/or the working tree\n"
5120 msgstr "và tạo các thay đổi bảng mục lục và/hay cây làm việc\n"
5121
5122 #: sequencer.c:2841
5123 #, c-format
5124 msgid ""
5125 "execution succeeded: %s\n"
5126 "but left changes to the index and/or the working tree\n"
5127 "Commit or stash your changes, and then run\n"
5128 "\n"
5129 " git rebase --continue\n"
5130 "\n"
5131 msgstr ""
5132 "thực thi thành công: %s\n"
5133 "nhưng còn các thay đổi trong mục lục và/hoặc cây làm việc\n"
5134 "Chuyển giao hay tạm cất các thay đổi này đi, rồi chạy\n"
5135 "\n"
5136 " git rebase --continue\n"
5137 "\n"
5138
5139 #: sequencer.c:2902
5140 #, c-format
5141 msgid "illegal label name: '%.*s'"
5142 msgstr "tên nhãn dị hình: “%.*s”"
5143
5144 #: sequencer.c:2954
5145 msgid "writing fake root commit"
5146 msgstr "ghi lần chuyển giao gốc giả"
5147
5148 #: sequencer.c:2959
5149 msgid "writing squash-onto"
5150 msgstr "đang ghi squash-onto"
5151
5152 #: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:591
5153 #, c-format
5154 msgid "failed to find tree of %s"
5155 msgstr "gặp lỗi khi tìm cây của %s"
5156
5157 #: sequencer.c:3015 builtin/rebase.c:604
5158 msgid "could not write index"
5159 msgstr "không thể ghi bảng mục lục"
5160
5161 #: sequencer.c:3042
5162 #, c-format
5163 msgid "could not resolve '%s'"
5164 msgstr "không thể phân giải “%s”"
5165
5166 #: sequencer.c:3068
5167 msgid "cannot merge without a current revision"
5168 msgstr "không thể hòa trộn mà không có một điểm xét duyệt hiện tại"
5169
5170 #: sequencer.c:3090
5171 #, c-format
5172 msgid "unable to parse '%.*s'"
5173 msgstr "không thể phân tích “%.*s”"
5174
5175 #: sequencer.c:3099
5176 #, c-format
5177 msgid "nothing to merge: '%.*s'"
5178 msgstr "chẳng có gì để hòa trộn: “%.*s”"
5179
5180 #: sequencer.c:3111
5181 msgid "octopus merge cannot be executed on top of a [new root]"
5182 msgstr "hòa trộn octopus không thể được thực thi trên đỉnh của một [new root]"
5183
5184 #: sequencer.c:3126
5185 #, c-format
5186 msgid "could not get commit message of '%s'"
5187 msgstr "không thể lấy chú thích của lần chuyển giao của “%s”"
5188
5189 #: sequencer.c:3274
5190 #, c-format
5191 msgid "could not even attempt to merge '%.*s'"
5192 msgstr "không thể ngay cả khi thử hòa trộn “%.*s”"
5193
5194 #: sequencer.c:3290
5195 msgid "merge: Unable to write new index file"
5196 msgstr "merge: Không thể ghi tập tin lưu bảng mục lục mới"
5197
5198 #: sequencer.c:3358 builtin/rebase.c:268
5199 #, c-format
5200 msgid "Applied autostash.\n"
5201 msgstr "Đã áp dụng autostash.\n"
5202
5203 #: sequencer.c:3370
5204 #, c-format
5205 msgid "cannot store %s"
5206 msgstr "không thử lưu “%s”"
5207
5208 #: sequencer.c:3373 builtin/rebase.c:284
5209 #, c-format
5210 msgid ""
5211 "Applying autostash resulted in conflicts.\n"
5212 "Your changes are safe in the stash.\n"
5213 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5214 msgstr ""
5215 "Áp dụng autostash có hiệu quả trong các xung đột.\n"
5216 "Các thay đổi của bạn an toàn trong stash (tạm cất đi).\n"
5217 "Bạn có thể chạy lệnh \"git stash pop\" hay \"git stash drop\" bất kỳ lúc "
5218 "nào.\n"
5219
5220 #: sequencer.c:3427
5221 #, c-format
5222 msgid "could not checkout %s"
5223 msgstr "không thể lấy ra %s"
5224
5225 #: sequencer.c:3441
5226 #, c-format
5227 msgid "%s: not a valid OID"
5228 msgstr "%s không phải là một OID hợp lệ"
5229
5230 #: sequencer.c:3446 git-rebase--preserve-merges.sh:724
5231 msgid "could not detach HEAD"
5232 msgstr "không thể tách rời HEAD"
5233
5234 #: sequencer.c:3461
5235 #, c-format
5236 msgid "Stopped at HEAD\n"
5237 msgstr "Dừng lại ở HEAD\n"
5238
5239 #: sequencer.c:3463
5240 #, c-format
5241 msgid "Stopped at %s\n"
5242 msgstr "Dừng lại ở %s\n"
5243
5244 #: sequencer.c:3471
5245 #, c-format
5246 msgid ""
5247 "Could not execute the todo command\n"
5248 "\n"
5249 " %.*s\n"
5250 "It has been rescheduled; To edit the command before continuing, please\n"
5251 "edit the todo list first:\n"
5252 "\n"
5253 " git rebase --edit-todo\n"
5254 " git rebase --continue\n"
5255 msgstr ""
5256 "Không thể thực thi lệnh todo\n"
5257 "\n"
5258 " %.*s\n"
5259 "Nó đã được lên lịch lại: Để sửa lệnh trước khi tiếp tục, vui lòng\n"
5260 "sửa danh sách todo trước:\n"
5261 "\n"
5262 " git rebase --edit-todo\n"
5263 " git rebase --continue\n"
5264
5265 #: sequencer.c:3543
5266 #, c-format
5267 msgid "Stopped at %s... %.*s\n"
5268 msgstr "Dừng lại ở %s… %.*s\n"
5269
5270 #: sequencer.c:3622
5271 #, c-format
5272 msgid "unknown command %d"
5273 msgstr "không hiểu câu lệnh %d"
5274
5275 #: sequencer.c:3667
5276 msgid "could not read orig-head"
5277 msgstr "không thể đọc orig-head"
5278
5279 #: sequencer.c:3672 sequencer.c:4741
5280 msgid "could not read 'onto'"
5281 msgstr "không thể đọc “onto”."
5282
5283 #: sequencer.c:3686
5284 #, c-format
5285 msgid "could not update HEAD to %s"
5286 msgstr "không thể cập nhật HEAD thành %s"
5287
5288 #: sequencer.c:3772
5289 msgid "cannot rebase: You have unstaged changes."
5290 msgstr "không thể cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."
5291
5292 #: sequencer.c:3781
5293 msgid "cannot amend non-existing commit"
5294 msgstr "không thể tu bỏ một lần chuyển giao không tồn tại"
5295
5296 #: sequencer.c:3783
5297 #, c-format
5298 msgid "invalid file: '%s'"
5299 msgstr "tập tin không hợp lệ: “%s”"
5300
5301 #: sequencer.c:3785
5302 #, c-format
5303 msgid "invalid contents: '%s'"
5304 msgstr "nội dung không hợp lệ: “%s”"
5305
5306 #: sequencer.c:3788
5307 msgid ""
5308 "\n"
5309 "You have uncommitted changes in your working tree. Please, commit them\n"
5310 "first and then run 'git rebase --continue' again."
5311 msgstr ""
5312 "\n"
5313 "Bạn có các thay đổi chưa chuyển giao trong thư mục làm việc. Vui lòng\n"
5314 "chuyển giao chúng trước và sau đó chạy lệnh “git rebase --continue” lần nữa."
5315
5316 #: sequencer.c:3824 sequencer.c:3862
5317 #, c-format
5318 msgid "could not write file: '%s'"
5319 msgstr "không thể ghi tập tin: “%s”"
5320
5321 #: sequencer.c:3877
5322 msgid "could not remove CHERRY_PICK_HEAD"
5323 msgstr "không thể xóa bỏ CHERRY_PICK_HEAD"
5324
5325 #: sequencer.c:3884
5326 msgid "could not commit staged changes."
5327 msgstr "không thể chuyển giao các thay đổi đã đưa lên bệ phóng."
5328
5329 #: sequencer.c:3982
5330 #, c-format
5331 msgid "%s: can't cherry-pick a %s"
5332 msgstr "%s: không thể cherry-pick một %s"
5333
5334 #: sequencer.c:3986
5335 #, c-format
5336 msgid "%s: bad revision"
5337 msgstr "%s: điểm xét duyệt sai"
5338
5339 #: sequencer.c:4021
5340 msgid "can't revert as initial commit"
5341 msgstr "không thể hoàn nguyên một lần chuyển giao khởi tạo"
5342
5343 #: sequencer.c:4466
5344 msgid "make_script: unhandled options"
5345 msgstr "make_script: các tùy chọn được không xử lý"
5346
5347 #: sequencer.c:4469
5348 msgid "make_script: error preparing revisions"
5349 msgstr "make_script: lỗi chuẩn bị điểm hiệu chỉnh"
5350
5351 #: sequencer.c:4509 sequencer.c:4565 sequencer.c:4840
5352 #, c-format
5353 msgid "unusable todo list: '%s'"
5354 msgstr "danh sách cần làm không dùng được: “%s”"
5355
5356 #: sequencer.c:4620
5357 #, c-format
5358 msgid ""
5359 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5360 msgstr ""
5361 "không nhận ra cài đặt %s cho tùy chọn rebase.missingCommitsCheck. Nên bỏ qua."
5362
5363 #: sequencer.c:4690
5364 #, c-format
5365 msgid ""
5366 "Warning: some commits may have been dropped accidentally.\n"
5367 "Dropped commits (newer to older):\n"
5368 msgstr ""
5369 "Cảnh báo: một số lần chuyển giao có lẽ đã bị xóa một cách tình cờ.\n"
5370 "Các lần chuyển giao bị xóa (từ mới đến cũ):\n"
5371
5372 #: sequencer.c:4697
5373 #, c-format
5374 msgid ""
5375 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5376 "\n"
5377 "Use 'git config rebase.missingCommitsCheck' to change the level of "
5378 "warnings.\n"
5379 "The possible behaviours are: ignore, warn, error.\n"
5380 "\n"
5381 msgstr ""
5382 "Để tránh thông báo này, dùng \"drop\" một cách rõ ràng để xóa bỏ một lần "
5383 "chuyển giao.\n"
5384 "\n"
5385 "Dùng “git config rebase.missingCommitsCheck” để thay đổi mức độ của cảnh "
5386 "báo.\n"
5387 "Cánh ứng xử có thể là: ignore, warn, error.\n"
5388 "\n"
5389
5390 #: sequencer.c:4710
5391 #, c-format
5392 msgid ""
5393 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5394 "continue'.\n"
5395 "Or you can abort the rebase with 'git rebase --abort'.\n"
5396 msgstr ""
5397 "Bạn có thể sửa nó bằng “git rebase --edit-todo” và sau đó chạy “git rebase --"
5398 "continue”.\n"
5399 "Hoặc là bạn có thể bãi bỏ việc cải tổ bằng “git rebase --abort”.\n"
5400
5401 #: sequencer.c:4848 sequencer.c:4886
5402 msgid "nothing to do"
5403 msgstr "không có gì để làm"
5404
5405 #: sequencer.c:4852
5406 #, c-format
5407 msgid "Rebase %s onto %s (%d command)"
5408 msgid_plural "Rebase %s onto %s (%d commands)"
5409 msgstr[0] "Cải tổ %s vào %s (%d lệnh )"
5410
5411 #: sequencer.c:4864
5412 #, c-format
5413 msgid "could not copy '%s' to '%s'."
5414 msgstr "không thể chép “%s” sang “%s”."
5415
5416 #: sequencer.c:4868 sequencer.c:4897
5417 msgid "could not transform the todo list"
5418 msgstr "không thể chuyển dạng danh sách cần làm"
5419
5420 #: sequencer.c:4900
5421 msgid "could not skip unnecessary pick commands"
5422 msgstr "không thể bỏ qua các lệnh cậy (pick) không cần thiết"
5423
5424 #: sequencer.c:4983
5425 msgid "the script was already rearranged."
5426 msgstr "văn lệnh đã sẵn được sắp đặt rồi."
5427
5428 #: setup.c:123
5429 #, c-format
5430 msgid "'%s' is outside repository"
5431 msgstr "“%s” ở ngoài một kho chứa"
5432
5433 #: setup.c:172
5434 #, c-format
5435 msgid ""
5436 "%s: no such path in the working tree.\n"
5437 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
5438 msgstr ""
5439 "%s: không có đường dẫn nào như thế ở trong cây làm việc.\n"
5440 "Dùng “git <lệnh> -- <đường/dẫn>…” để chỉ định đường dẫn mà nó không tồn tại "
5441 "một cách nội bộ."
5442
5443 #: setup.c:185
5444 #, c-format
5445 msgid ""
5446 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
5447 "Use '--' to separate paths from revisions, like this:\n"
5448 "'git <command> [<revision>...] -- [<file>...]'"
5449 msgstr ""
5450 "tham số chưa rõ ràng “%s”: chưa biết điểm xem xét hay đường dẫn không trong "
5451 "cây làm việc.\n"
5452 "Dùng “--” để ngăn cách các đường dẫn khỏi điểm xem xét, như thế này:\n"
5453 "“git <lệnh> [<điểm xem xét>…] -- [<tập tin>…]”"
5454
5455 #: setup.c:234
5456 #, c-format
5457 msgid "option '%s' must come before non-option arguments"
5458 msgstr "tùy chọn “%s” phải trước các đối số đầu tiên không có tùy chọn"
5459
5460 #: setup.c:253
5461 #, c-format
5462 msgid ""
5463 "ambiguous argument '%s': both revision and filename\n"
5464 "Use '--' to separate paths from revisions, like this:\n"
5465 "'git <command> [<revision>...] -- [<file>...]'"
5466 msgstr ""
5467 "tham số chưa rõ ràng “%s”: cả điểm xem xét và tên tập tin.\n"
5468 "Dùng “--” để ngăn cách các đường dẫn khỏi điểm xem xét, như thế này:\n"
5469 "“git <lệnh> [<điểm xem xét>…] -- [<tập tin>…]”"
5470
5471 #: setup.c:389
5472 msgid "unable to set up work tree using invalid config"
5473 msgstr "Không thể đặt thư mục làm việc hiện hành sử dụng cấu hình không hợp lệ"
5474
5475 #: setup.c:393
5476 msgid "this operation must be run in a work tree"
5477 msgstr "thao tác này phải được thực hiện trong thư mục làm việc"
5478
5479 #: setup.c:527
5480 #, c-format
5481 msgid "Expected git repo version <= %d, found %d"
5482 msgstr "Cần phiên bản kho git <= %d, nhưng lại nhận được %d"
5483
5484 #: setup.c:535
5485 msgid "unknown repository extensions found:"
5486 msgstr "tìm thấy phần mở rộng kho chưa biết:"
5487
5488 #: setup.c:554
5489 #, c-format
5490 msgid "error opening '%s'"
5491 msgstr "gặp lỗi khi mở “%s”"
5492
5493 #: setup.c:556
5494 #, c-format
5495 msgid "too large to be a .git file: '%s'"
5496 msgstr "tập tin .git là quá lớn: “%s”"
5497
5498 #: setup.c:558
5499 #, c-format
5500 msgid "error reading %s"
5501 msgstr "gặp lỗi khi đọc %s"
5502
5503 #: setup.c:560
5504 #, c-format
5505 msgid "invalid gitfile format: %s"
5506 msgstr "định dạng tập tin git không hợp lệ: %s"
5507
5508 #: setup.c:562
5509 #, c-format
5510 msgid "no path in gitfile: %s"
5511 msgstr "không có đường dẫn trong tập tin git: %s"
5512
5513 #: setup.c:564
5514 #, c-format
5515 msgid "not a git repository: %s"
5516 msgstr "Không phải là kho git: %s"
5517
5518 #: setup.c:663
5519 #, c-format
5520 msgid "'$%s' too big"
5521 msgstr "“$%s” quá lớn"
5522
5523 #: setup.c:677
5524 #, c-format
5525 msgid "not a git repository: '%s'"
5526 msgstr "không phải là kho git: “%s”"
5527
5528 #: setup.c:706 setup.c:708 setup.c:739
5529 #, c-format
5530 msgid "cannot chdir to '%s'"
5531 msgstr "không thể chdir (chuyển đổi thư mục) sang “%s”"
5532
5533 #: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824 setup.c:839
5534 msgid "cannot come back to cwd"
5535 msgstr "không thể quay lại cwd"
5536
5537 #: setup.c:837
5538 #, c-format
5539 msgid "not a git repository (or any of the parent directories): %s"
5540 msgstr "không phải là kho git (hoặc bất kỳ thư mục cha mẹ nào): %s"
5541
5542 #: setup.c:848
5543 #, c-format
5544 msgid "failed to stat '%*s%s%s'"
5545 msgstr "gặp lỗi khi lấy thống kê về “%*s%s%s”"
5546
5547 #: setup.c:1078
5548 msgid "Unable to read current working directory"
5549 msgstr "Không thể đọc thư mục làm việc hiện hành"
5550
5551 #: setup.c:1090 setup.c:1096
5552 #, c-format
5553 msgid "cannot change to '%s'"
5554 msgstr "không thể chuyển sang “%s”"
5555
5556 #: setup.c:1109
5557 #, c-format
5558 msgid ""
5559 "not a git repository (or any parent up to mount point %s)\n"
5560 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
5561 msgstr ""
5562 "không phải là kho git (hay bất kỳ cha mẹ nào đến tận điểm gắn kết %s)\n"
5563 "Dừng tại biên của hệ thống tập tin (GIT_DISCOVERY_ACROSS_FILESYSTEM chưa "
5564 "đặt)."
5565
5566 #: setup.c:1192
5567 #, c-format
5568 msgid ""
5569 "problem with core.sharedRepository filemode value (0%.3o).\n"
5570 "The owner of files must always have read and write permissions."
5571 msgstr ""
5572 "gặp vấn đề với giá trị chế độ tập tin core.sharedRepository (0%.3o).\n"
5573 "người sở hữu tập tin phải luôn có quyền đọc và ghi."
5574
5575 #: setup.c:1235
5576 msgid "open /dev/null or dup failed"
5577 msgstr "gặp lỗi khi mở “/dev/null” hay dup"
5578
5579 #: setup.c:1250
5580 msgid "fork failed"
5581 msgstr "gặp lỗi khi rẽ nhánh tiến trình"
5582
5583 #: setup.c:1255
5584 msgid "setsid failed"
5585 msgstr "setsid gặp lỗi"
5586
5587 #: sha1-file.c:381
5588 #, c-format
5589 msgid "object directory %s does not exist; check .git/objects/info/alternates"
5590 msgstr ""
5591 "thư mục đối tượng %s không tồn tại; kiểm tra .git/objects/info/alternates"
5592
5593 #: sha1-file.c:432
5594 #, c-format
5595 msgid "unable to normalize alternate object path: %s"
5596 msgstr "không thể thường hóa đường dẫn đối tượng thay thế: “%s”"
5597
5598 #: sha1-file.c:503
5599 #, c-format
5600 msgid "%s: ignoring alternate object stores, nesting too deep"
5601 msgstr "%s: đang bỏ qua kho đối tượng thay thế, lồng nhau quá sâu"
5602
5603 #: sha1-file.c:510
5604 #, c-format
5605 msgid "unable to normalize object directory: %s"
5606 msgstr "không thể chuẩn hóa thư mục đối tượng: “%s”"
5607
5608 #: sha1-file.c:565
5609 msgid "unable to fdopen alternates lockfile"
5610 msgstr "không thể fdopen tập tin khóa thay thế"
5611
5612 #: sha1-file.c:583
5613 msgid "unable to read alternates file"
5614 msgstr "không thể đọc tập tin thay thế"
5615
5616 #: sha1-file.c:590
5617 msgid "unable to move new alternates file into place"
5618 msgstr "không thể di chuyển tập tin thay thế vào chỗ"
5619
5620 #: sha1-file.c:625
5621 #, c-format
5622 msgid "path '%s' does not exist"
5623 msgstr "đường dẫn “%s” không tồn tại"
5624
5625 #: sha1-file.c:651
5626 #, c-format
5627 msgid "reference repository '%s' as a linked checkout is not supported yet."
5628 msgstr "kho tham chiếu “%s” như là lấy ra liên kết vẫn chưa được hỗ trợ."
5629
5630 #: sha1-file.c:657
5631 #, c-format
5632 msgid "reference repository '%s' is not a local repository."
5633 msgstr "kho tham chiếu “%s” không phải là một kho nội bộ."
5634
5635 #: sha1-file.c:663
5636 #, c-format
5637 msgid "reference repository '%s' is shallow"
5638 msgstr "kho tham chiếu “%s” là nông"
5639
5640 #: sha1-file.c:671
5641 #, c-format
5642 msgid "reference repository '%s' is grafted"
5643 msgstr "kho tham chiếu “%s” bị cấy ghép"
5644
5645 #: sha1-file.c:781
5646 #, c-format
5647 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
5648 msgstr "đang cố để mmap %<PRIuMAX> vượt quá giới hạn %<PRIuMAX>"
5649
5650 #: sha1-file.c:806
5651 msgid "mmap failed"
5652 msgstr "mmap gặp lỗi"
5653
5654 #: sha1-file.c:973
5655 #, c-format
5656 msgid "object file %s is empty"
5657 msgstr "tập tin đối tượng %s trống rỗng"
5658
5659 #: sha1-file.c:1093 sha1-file.c:2215
5660 #, c-format
5661 msgid "corrupt loose object '%s'"
5662 msgstr "đối tượng mất hỏng “%s”"
5663
5664 #: sha1-file.c:1095 sha1-file.c:2219
5665 #, c-format
5666 msgid "garbage at end of loose object '%s'"
5667 msgstr "gặp rác tại cuối của đối tượng bị mất “%s”"
5668
5669 #: sha1-file.c:1137
5670 msgid "invalid object type"
5671 msgstr "kiểu đối tượng không hợp lệ"
5672
5673 #: sha1-file.c:1219
5674 #, c-format
5675 msgid "unable to unpack %s header with --allow-unknown-type"
5676 msgstr "không thể giải nén phần đầu gói %s với --allow-unknown-type"
5677
5678 #: sha1-file.c:1222
5679 #, c-format
5680 msgid "unable to unpack %s header"
5681 msgstr "không thể giải gói phần đầu %s"
5682
5683 #: sha1-file.c:1228
5684 #, c-format
5685 msgid "unable to parse %s header with --allow-unknown-type"
5686 msgstr "không thể phân tích phần đầu gói %s với --allow-unknown-type"
5687
5688 #: sha1-file.c:1231
5689 #, c-format
5690 msgid "unable to parse %s header"
5691 msgstr "không thể phân tích phần đầu của “%s”"
5692
5693 #: sha1-file.c:1422
5694 #, c-format
5695 msgid "failed to read object %s"
5696 msgstr "gặp lỗi khi đọc đối tượng “%s”"
5697
5698 #: sha1-file.c:1426
5699 #, c-format
5700 msgid "replacement %s not found for %s"
5701 msgstr "c%s thay thế không được tìm thấy cho %s"
5702
5703 #: sha1-file.c:1430
5704 #, c-format
5705 msgid "loose object %s (stored in %s) is corrupt"
5706 msgstr "đối tượng mất %s (được lưu trong %s) bị hỏng"
5707
5708 #: sha1-file.c:1434
5709 #, c-format
5710 msgid "packed object %s (stored in %s) is corrupt"
5711 msgstr "đối tượng đã đóng gói %s (được lưu trong %s) bị hỏng"
5712
5713 #: sha1-file.c:1536
5714 #, c-format
5715 msgid "unable to write sha1 filename %s"
5716 msgstr "không thể ghi vào tên tập tin sha1 %s"
5717
5718 #: sha1-file.c:1543
5719 #, c-format
5720 msgid "unable to set permission to '%s'"
5721 msgstr "không thể đặt quyền thành “%s”"
5722
5723 #: sha1-file.c:1550
5724 msgid "file write error"
5725 msgstr "lỗi ghi tập tin"
5726
5727 #: sha1-file.c:1569
5728 msgid "error when closing sha1 file"
5729 msgstr "gặp lỗi trong khi đóng tập tin sha1"
5730
5731 #: sha1-file.c:1635
5732 #, c-format
5733 msgid "insufficient permission for adding an object to repository database %s"
5734 msgstr ""
5735 "không đủ thẩm quyền để thêm một đối tượng vào cơ sở dữ liệu kho chứa %s"
5736
5737 #: sha1-file.c:1637
5738 msgid "unable to create temporary file"
5739 msgstr "không thể tạo tập tin tạm thời"
5740
5741 #: sha1-file.c:1661
5742 msgid "unable to write sha1 file"
5743 msgstr "không thể ghi vào tập tin sha1"
5744
5745 #: sha1-file.c:1667
5746 #, c-format
5747 msgid "unable to deflate new object %s (%d)"
5748 msgstr "không thể xả nén đối tượng mới %s (%d)"
5749
5750 #: sha1-file.c:1671
5751 #, c-format
5752 msgid "deflateEnd on object %s failed (%d)"
5753 msgstr "deflateEnd trên đối tượng %s gặp lỗi (%d)"
5754
5755 #: sha1-file.c:1675
5756 #, c-format
5757 msgid "confused by unstable object source data for %s"
5758 msgstr "chưa rõ ràng baowir dữ liệu nguồn đối tượng không ổn định cho %s"
5759
5760 #: sha1-file.c:1685 builtin/pack-objects.c:918
5761 #, c-format
5762 msgid "failed utime() on %s"
5763 msgstr "gặp lỗi utime() trên “%s”"
5764
5765 #: sha1-file.c:1760
5766 #, c-format
5767 msgid "cannot read sha1_file for %s"
5768 msgstr "không thể đọc sha1_file cho %s"
5769
5770 #: sha1-file.c:1805
5771 msgid "corrupt commit"
5772 msgstr "lần chuyển giao sai hỏng"
5773
5774 #: sha1-file.c:1813
5775 msgid "corrupt tag"
5776 msgstr "thẻ sai hỏng"
5777
5778 #: sha1-file.c:1912
5779 #, c-format
5780 msgid "read error while indexing %s"
5781 msgstr "gặp lỗi đọc khi đánh mục lục %s"
5782
5783 #: sha1-file.c:1915
5784 #, c-format
5785 msgid "short read while indexing %s"
5786 msgstr "không đọc ngắn khi đánh mục lục %s"
5787
5788 #: sha1-file.c:1988 sha1-file.c:1997
5789 #, c-format
5790 msgid "%s: failed to insert into database"
5791 msgstr "%s: gặp lỗi khi thêm vào cơ sở dữ liệu"
5792
5793 #: sha1-file.c:2003
5794 #, c-format
5795 msgid "%s: unsupported file type"
5796 msgstr "%s: kiểu tập tin không được hỗ trợ"
5797
5798 #: sha1-file.c:2027
5799 #, c-format
5800 msgid "%s is not a valid object"
5801 msgstr "%s không phải là một đối tượng hợp lệ"
5802
5803 #: sha1-file.c:2029
5804 #, c-format
5805 msgid "%s is not a valid '%s' object"
5806 msgstr "%s không phải là một đối tượng “%s” hợp lệ"
5807
5808 #: sha1-file.c:2056 builtin/index-pack.c:154
5809 #, c-format
5810 msgid "unable to open %s"
5811 msgstr "không thể mở %s"
5812
5813 #: sha1-file.c:2226 sha1-file.c:2278
5814 #, c-format
5815 msgid "sha1 mismatch for %s (expected %s)"
5816 msgstr "sha1 không khớp cho %s (cần %s)"
5817
5818 #: sha1-file.c:2250
5819 #, c-format
5820 msgid "unable to mmap %s"
5821 msgstr "không thể mmap %s"
5822
5823 #: sha1-file.c:2255
5824 #, c-format
5825 msgid "unable to unpack header of %s"
5826 msgstr "không thể giải gói phần đầu của “%s”"
5827
5828 #: sha1-file.c:2261
5829 #, c-format
5830 msgid "unable to parse header of %s"
5831 msgstr "không thể phân tích phần đầu của “%s”"
5832
5833 #: sha1-file.c:2272
5834 #, c-format
5835 msgid "unable to unpack contents of %s"
5836 msgstr "không thể giải gói nội dung của “%s”"
5837
5838 #: sha1-name.c:476
5839 #, c-format
5840 msgid "short SHA1 %s is ambiguous"
5841 msgstr "tóm lược SHA1 %s chưa rõ ràng"
5842
5843 #: sha1-name.c:487
5844 msgid "The candidates are:"
5845 msgstr "Các ứng cử là:"
5846
5847 #: sha1-name.c:770
5848 msgid ""
5849 "Git normally never creates a ref that ends with 40 hex characters\n"
5850 "because it will be ignored when you just specify 40-hex. These refs\n"
5851 "may be created by mistake. For example,\n"
5852 "\n"
5853 " git checkout -b $br $(git rev-parse ...)\n"
5854 "\n"
5855 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5856 "examine these refs and maybe delete them. Turn this message off by\n"
5857 "running \"git config advice.objectNameWarning false\""
5858 msgstr ""
5859 "Git thường không bao giờ tạo tham chiếu mà nó kết thúc với 40 ký tự hex\n"
5860 "bởi vì nó sẽ bị bỏ qua khi bạn chỉ định 40-hex. Những tham chiếu này\n"
5861 "có lẽ được tạo ra bởi một sai sót nào đó. Ví dụ,\n"
5862 "\n"
5863 " git checkout -b $br $(git rev-parse …)\n"
5864 "\n"
5865 "với \"$br\" không hiểu lý do vì sao trống rỗng và một tham chiếu 40-hex được "
5866 "tạo ra.\n"
5867 "Xin hãy kiểm tra những tham chiếu này và có thể xóa chúng đi. Tắt lời nhắn "
5868 "này\n"
5869 "bằng cách chạy lệnh \"git config advice.objectNameWarning false\""
5870
5871 #: submodule.c:116 submodule.c:145
5872 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5873 msgstr ""
5874 "Không thể thay đổi .gitmodules chưa hòa trộn, hãy giải quyết xung đột trộn "
5875 "trước"
5876
5877 #: submodule.c:120 submodule.c:149
5878 #, c-format
5879 msgid "Could not find section in .gitmodules where path=%s"
5880 msgstr "Không thể tìm thấy phần trong .gitmodules nơi mà đường_dẫn=%s"
5881
5882 #: submodule.c:156
5883 #, c-format
5884 msgid "Could not remove .gitmodules entry for %s"
5885 msgstr "Không thể gỡ bỏ mục .gitmodules dành cho %s"
5886
5887 #: submodule.c:167
5888 msgid "staging updated .gitmodules failed"
5889 msgstr "gặp lỗi khi tổ chức .gitmodules đã cập nhật"
5890
5891 #: submodule.c:329
5892 #, c-format
5893 msgid "in unpopulated submodule '%s'"
5894 msgstr "Trong mô-đun-con không có gì “%s”"
5895
5896 #: submodule.c:360
5897 #, c-format
5898 msgid "Pathspec '%s' is in submodule '%.*s'"
5899 msgstr "Đặc tả đường dẫn “%s” thì ở trong mô-đun-con “%.*s”"
5900
5901 #: submodule.c:857
5902 #, c-format
5903 msgid "submodule entry '%s' (%s) is a %s, not a commit"
5904 msgstr ""
5905 "mục tin mô-đun-con “%s” (%s) là một %s, không phải là một lần chuyển giao"
5906
5907 #: submodule.c:1097 builtin/branch.c:656 builtin/submodule--helper.c:1985
5908 msgid "Failed to resolve HEAD as a valid ref."
5909 msgstr "Gặp lỗi khi phân giải HEAD như là một tham chiếu hợp lệ."
5910
5911 #: submodule.c:1404
5912 #, c-format
5913 msgid "'%s' not recognized as a git repository"
5914 msgstr "không nhận ra “%s” là một kho git"
5915
5916 #: submodule.c:1542
5917 #, c-format
5918 msgid "could not start 'git status' in submodule '%s'"
5919 msgstr "không thể lấy thống kê “git status” trong mô-đun-con “%s”"
5920
5921 #: submodule.c:1555
5922 #, c-format
5923 msgid "could not run 'git status' in submodule '%s'"
5924 msgstr "không thể chạy “git status” trong mô-đun-con “%s”"
5925
5926 #: submodule.c:1648
5927 #, c-format
5928 msgid "submodule '%s' has dirty index"
5929 msgstr "mô-đun-con “%s” có mục lục còn bẩn"
5930
5931 #: submodule.c:1700
5932 #, c-format
5933 msgid "Submodule '%s' could not be updated."
5934 msgstr "Mô-đun-con “%s” không thể được cập nhật."
5935
5936 #: submodule.c:1747
5937 #, c-format
5938 msgid ""
5939 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
5940 msgstr ""
5941 "relocate_gitdir cho mô-đun-con “%s” với nhiều hơn một cây làm việc là chưa "
5942 "được hỗ trợ"
5943
5944 #: submodule.c:1759 submodule.c:1815
5945 #, c-format
5946 msgid "could not lookup name for submodule '%s'"
5947 msgstr "không thể tìm kiếm tên cho mô-đun-con “%s”"
5948
5949 #: submodule.c:1766
5950 #, c-format
5951 msgid ""
5952 "Migrating git directory of '%s%s' from\n"
5953 "'%s' to\n"
5954 "'%s'\n"
5955 msgstr ""
5956 "Di cư thư mục git của “%s%s” từ\n"
5957 "“%s” sang\n"
5958 "“%s”\n"
5959
5960 #: submodule.c:1850
5961 #, c-format
5962 msgid "could not recurse into submodule '%s'"
5963 msgstr "không thể đệ quy vào trong mô-đun-con “%s”"
5964
5965 #: submodule.c:1894
5966 msgid "could not start ls-files in .."
5967 msgstr "không thể lấy thông tin thống kê về ls-files trong .."
5968
5969 #: submodule.c:1933
5970 #, c-format
5971 msgid "ls-tree returned unexpected return code %d"
5972 msgstr "ls-tree trả về mã không như mong đợi %d"
5973
5974 #: submodule-config.c:232
5975 #, c-format
5976 msgid "ignoring suspicious submodule name: %s"
5977 msgstr "đang lờ đi tên mô-đun-con mập mờ: %s"
5978
5979 #: submodule-config.c:296
5980 msgid "negative values not allowed for submodule.fetchjobs"
5981 msgstr "không cho phép giá trị âm ở submodule.fetchJobs"
5982
5983 #: submodule-config.c:390
5984 #, c-format
5985 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
5986 msgstr ""
5987 "đang bỏ qua “%s” cái mà có thể được phiên dịch như là một tùy chọn dòng "
5988 "lệnh: %s"
5989
5990 #: submodule-config.c:479
5991 #, c-format
5992 msgid "invalid value for %s"
5993 msgstr "giá trị cho %s không hợp lệ"
5994
5995 #: submodule-config.c:754
5996 #, c-format
5997 msgid "Could not update .gitmodules entry %s"
5998 msgstr "Không thể cập nhật mục .gitmodules %s"
5999
6000 #: trailer.c:238
6001 #, c-format
6002 msgid "running trailer command '%s' failed"
6003 msgstr "chạy lệnh kéo theo “%s” gặp lỗi"
6004
6005 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6006 #: trailer.c:557
6007 #, c-format
6008 msgid "unknown value '%s' for key '%s'"
6009 msgstr "không hiểu giá trị “%s” cho khóa “%s”"
6010
6011 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6012 #, c-format
6013 msgid "more than one %s"
6014 msgstr "nhiều hơn một %s"
6015
6016 #: trailer.c:730
6017 #, c-format
6018 msgid "empty trailer token in trailer '%.*s'"
6019 msgstr "thẻ thừa trống rỗng trong phần thừa “%.*s”"
6020
6021 #: trailer.c:750
6022 #, c-format
6023 msgid "could not read input file '%s'"
6024 msgstr "không đọc được tập tin đầu vào “%s”"
6025
6026 #: trailer.c:753
6027 msgid "could not read from stdin"
6028 msgstr "không thể đọc từ đầu vào tiêu chuẩn"
6029
6030 #: trailer.c:1011 builtin/am.c:47
6031 #, c-format
6032 msgid "could not stat %s"
6033 msgstr "không thể lấy thông tin thống kê về %s"
6034
6035 #: trailer.c:1013
6036 #, c-format
6037 msgid "file %s is not a regular file"
6038 msgstr "\"%s\" không phải là tập tin bình thường"
6039
6040 #: trailer.c:1015
6041 #, c-format
6042 msgid "file %s is not writable by user"
6043 msgstr "tập tin %s người dùng không thể ghi được"
6044
6045 #: trailer.c:1027
6046 msgid "could not open temporary file"
6047 msgstr "không thể tạo tập tin tạm thời"
6048
6049 #: trailer.c:1067
6050 #, c-format
6051 msgid "could not rename temporary file to %s"
6052 msgstr "không thể đổi tên tập tin tạm thời thành %s"
6053
6054 #: transport.c:116
6055 #, c-format
6056 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6057 msgstr "Không thể đặt thượng nguồn của “%s” thành “%s” của “%s”\n"
6058
6059 #: transport.c:142
6060 #, c-format
6061 msgid "could not read bundle '%s'"
6062 msgstr "không thể đọc bó “%s”"
6063
6064 #: transport.c:208
6065 #, c-format
6066 msgid "transport: invalid depth option '%s'"
6067 msgstr "vận chuyển: tùy chọn độ sâu “%s” không hợp lệ"
6068
6069 #: transport.c:616
6070 msgid "could not parse transport.color.* config"
6071 msgstr "không thể phân tích cú pháp cấu hình transport.color.*"
6072
6073 #: transport.c:689
6074 msgid "support for protocol v2 not implemented yet"
6075 msgstr "việc hỗ trợ giao thức v2 chưa được thực hiện"
6076
6077 #: transport.c:816
6078 #, c-format
6079 msgid "unknown value for config '%s': %s"
6080 msgstr "không hiểu giá trị cho cho cấu hình “%s”: %s"
6081
6082 #: transport.c:882
6083 #, c-format
6084 msgid "transport '%s' not allowed"
6085 msgstr "không cho phép phương thức vận chuyển “%s”"
6086
6087 #: transport.c:936
6088 msgid "git-over-rsync is no longer supported"
6089 msgstr "git-over-rsync không còn được hỗ trợ nữa"
6090
6091 #: transport.c:1031
6092 #, c-format
6093 msgid ""
6094 "The following submodule paths contain changes that can\n"
6095 "not be found on any remote:\n"
6096 msgstr ""
6097 "Các đường dẫn mô-đun-con sau đây có chứa các thay đổi cái mà\n"
6098 "có thể được tìm thấy trên mọi máy phục vụ:\n"
6099
6100 #: transport.c:1035
6101 #, c-format
6102 msgid ""
6103 "\n"
6104 "Please try\n"
6105 "\n"
6106 "\tgit push --recurse-submodules=on-demand\n"
6107 "\n"
6108 "or cd to the path and use\n"
6109 "\n"
6110 "\tgit push\n"
6111 "\n"
6112 "to push them to a remote.\n"
6113 "\n"
6114 msgstr ""
6115 "\n"
6116 "Hãy thử\n"
6117 "\n"
6118 "\tgit push --recurse-submodules=on-demand\n"
6119 "\n"
6120 "hoặc cd đến đường dẫn và dùng\n"
6121 "\n"
6122 "\tgit push\n"
6123 "\n"
6124 "để đẩy chúng lên máy phục vụ.\n"
6125 "\n"
6126
6127 #: transport.c:1043
6128 msgid "Aborting."
6129 msgstr "Bãi bỏ."
6130
6131 #: transport.c:1182
6132 msgid "failed to push all needed submodules"
6133 msgstr "gặp lỗi khi đẩy dữ liệu của tất cả các mô-đun-con cần thiết"
6134
6135 #: transport.c:1315 transport-helper.c:643
6136 msgid "operation not supported by protocol"
6137 msgstr "thao tác không được gia thức hỗ trợ"
6138
6139 #: transport.c:1419
6140 #, c-format
6141 msgid "invalid line while parsing alternate refs: %s"
6142 msgstr "dòng không hợp lệ trong khi phân tích các tham chiếu thay thế: %s"
6143
6144 #: transport-helper.c:51 transport-helper.c:80
6145 msgid "full write to remote helper failed"
6146 msgstr "ghi đầy đủ lên bộ hỗ trợ máy chủ gặp lỗi"
6147
6148 #: transport-helper.c:132
6149 #, c-format
6150 msgid "unable to find remote helper for '%s'"
6151 msgstr "không thể tìm thấy bộ hỗ trợ máy chủ cho “%s”"
6152
6153 #: transport-helper.c:148 transport-helper.c:557
6154 msgid "can't dup helper output fd"
6155 msgstr "không thể nhân đôi fd dầu ra bộ hỗ trợ"
6156
6157 #: transport-helper.c:199
6158 #, c-format
6159 msgid ""
6160 "unknown mandatory capability %s; this remote helper probably needs newer "
6161 "version of Git"
6162 msgstr ""
6163 "không hiểu capability bắt buộc %s; bộ hỗ trợ máy chủ này gần như chắc chắn "
6164 "là cần phiên bản Git mới hơn"
6165
6166 #: transport-helper.c:205
6167 msgid "this remote helper should implement refspec capability"
6168 msgstr "bộ hỗ trợ máy chủ này cần phải thực thi capability đặc tả tham chiếu"
6169
6170 #: transport-helper.c:272 transport-helper.c:412
6171 #, c-format
6172 msgid "%s unexpectedly said: '%s'"
6173 msgstr "%s said bất ngờ: “%s”"
6174
6175 #: transport-helper.c:401
6176 #, c-format
6177 msgid "%s also locked %s"
6178 msgstr "%s cũng khóa %s"
6179
6180 #: transport-helper.c:479
6181 msgid "couldn't run fast-import"
6182 msgstr "không thể chạy fast-import"
6183
6184 #: transport-helper.c:502
6185 msgid "error while running fast-import"
6186 msgstr "gặp lỗi trong khi chạy fast-import"
6187
6188 #: transport-helper.c:531 transport-helper.c:1091
6189 #, c-format
6190 msgid "could not read ref %s"
6191 msgstr "không thể đọc tham chiếu %s"
6192
6193 #: transport-helper.c:576
6194 #, c-format
6195 msgid "unknown response to connect: %s"
6196 msgstr "không hiểu đáp ứng để kết nối: %s"
6197
6198 #: transport-helper.c:598
6199 msgid "setting remote service path not supported by protocol"
6200 msgstr "giao thức này không hỗ trợ cài đặt đường dẫn dịch vụ máy chủ"
6201
6202 #: transport-helper.c:600
6203 msgid "invalid remote service path"
6204 msgstr "đường dẫn dịch vụ máy chủ không hợp lệ"
6205
6206 #: transport-helper.c:646
6207 #, c-format
6208 msgid "can't connect to subservice %s"
6209 msgstr "không thể kết nối đến dịch vụ phụ %s"
6210
6211 #: transport-helper.c:713
6212 #, c-format
6213 msgid "expected ok/error, helper said '%s'"
6214 msgstr "cần ok/error, nhưng bộ hỗ trợ lại nói “%s”"
6215
6216 #: transport-helper.c:766
6217 #, c-format
6218 msgid "helper reported unexpected status of %s"
6219 msgstr "bộ hỗ trợ báo cáo rằng không cần tình trạng của %s"
6220
6221 #: transport-helper.c:827
6222 #, c-format
6223 msgid "helper %s does not support dry-run"
6224 msgstr "helper %s không hỗ trợ dry-run"
6225
6226 #: transport-helper.c:830
6227 #, c-format
6228 msgid "helper %s does not support --signed"
6229 msgstr "helper %s không hỗ trợ --signed"
6230
6231 #: transport-helper.c:833
6232 #, c-format
6233 msgid "helper %s does not support --signed=if-asked"
6234 msgstr "helper %s không hỗ trợ --signed=if-asked"
6235
6236 #: transport-helper.c:840
6237 #, c-format
6238 msgid "helper %s does not support 'push-option'"
6239 msgstr "helper %s không hỗ trợ “push-option”"
6240
6241 #: transport-helper.c:932
6242 msgid "remote-helper doesn't support push; refspec needed"
6243 msgstr "remote-helper không hỗ trợ push; cần đặc tả tham chiếu"
6244
6245 #: transport-helper.c:937
6246 #, c-format
6247 msgid "helper %s does not support 'force'"
6248 msgstr "helper %s không hỗ trợ “force”"
6249
6250 #: transport-helper.c:984
6251 msgid "couldn't run fast-export"
6252 msgstr "không thể chạy fast-export"
6253
6254 #: transport-helper.c:989
6255 msgid "error while running fast-export"
6256 msgstr "gặp lỗi trong khi chạy fast-export"
6257
6258 #: transport-helper.c:1014
6259 #, c-format
6260 msgid ""
6261 "No refs in common and none specified; doing nothing.\n"
6262 "Perhaps you should specify a branch such as 'master'.\n"
6263 msgstr ""
6264 "Không có các tham chiếu trong phần chung và chưa chỉ định; nên không làm gì "
6265 "cả.\n"
6266 "Tuy nhiên bạn nên chỉ định một nhánh như “master” chẳng hạn.\n"
6267
6268 #: transport-helper.c:1077
6269 #, c-format
6270 msgid "malformed response in ref list: %s"
6271 msgstr "đáp ứng sai dạng trong danh sách tham chiếu: %s"
6272
6273 #: transport-helper.c:1231
6274 #, c-format
6275 msgid "read(%s) failed"
6276 msgstr "read(%s) gặp lỗi"
6277
6278 #: transport-helper.c:1258
6279 #, c-format
6280 msgid "write(%s) failed"
6281 msgstr "write(%s) gặp lỗi"
6282
6283 #: transport-helper.c:1307
6284 #, c-format
6285 msgid "%s thread failed"
6286 msgstr "tuyến trình %s gặp lỗi"
6287
6288 #: transport-helper.c:1311
6289 #, c-format
6290 msgid "%s thread failed to join: %s"
6291 msgstr "tuyến trình %s gặp lỗi khi gia nhập: %s"
6292
6293 #: transport-helper.c:1330 transport-helper.c:1334
6294 #, c-format
6295 msgid "can't start thread for copying data: %s"
6296 msgstr "không thể khởi chạy tuyến trình để sao chép dữ liệu: %s"
6297
6298 #: transport-helper.c:1371
6299 #, c-format
6300 msgid "%s process failed to wait"
6301 msgstr "xử lý %s gặp lỗi khi đợi"
6302
6303 #: transport-helper.c:1375
6304 #, c-format
6305 msgid "%s process failed"
6306 msgstr "xử lý %s gặp lỗi"
6307
6308 #: transport-helper.c:1393 transport-helper.c:1402
6309 msgid "can't start thread for copying data"
6310 msgstr "không thể khởi chạy tuyến trình cho việc chép dữ liệu"
6311
6312 #: tree-walk.c:33
6313 msgid "too-short tree object"
6314 msgstr "đối tượng cây quá ngắn"
6315
6316 #: tree-walk.c:39
6317 msgid "malformed mode in tree entry"
6318 msgstr "chế độ dị hình trong đề mục cây"
6319
6320 #: tree-walk.c:43
6321 msgid "empty filename in tree entry"
6322 msgstr "tên tập tin trống rỗng trong mục tin cây"
6323
6324 #: tree-walk.c:115
6325 msgid "too-short tree file"
6326 msgstr "tập tin cây quá ngắn"
6327
6328 #: unpack-trees.c:112
6329 #, c-format
6330 msgid ""
6331 "Your local changes to the following files would be overwritten by checkout:\n"
6332 "%%sPlease commit your changes or stash them before you switch branches."
6333 msgstr ""
6334 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6335 "checkout:\n"
6336 "%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn "
6337 "chuyển nhánh."
6338
6339 #: unpack-trees.c:114
6340 #, c-format
6341 msgid ""
6342 "Your local changes to the following files would be overwritten by checkout:\n"
6343 "%%s"
6344 msgstr ""
6345 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6346 "checkout:\n"
6347 "%%s"
6348
6349 #: unpack-trees.c:117
6350 #, c-format
6351 msgid ""
6352 "Your local changes to the following files would be overwritten by merge:\n"
6353 "%%sPlease commit your changes or stash them before you merge."
6354 msgstr ""
6355 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6356 "hòa trộn:\n"
6357 "%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn hòa "
6358 "trộn."
6359
6360 #: unpack-trees.c:119
6361 #, c-format
6362 msgid ""
6363 "Your local changes to the following files would be overwritten by merge:\n"
6364 "%%s"
6365 msgstr ""
6366 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6367 "hòa trộn:\n"
6368 "%%s"
6369
6370 #: unpack-trees.c:122
6371 #, c-format
6372 msgid ""
6373 "Your local changes to the following files would be overwritten by %s:\n"
6374 "%%sPlease commit your changes or stash them before you %s."
6375 msgstr ""
6376 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6377 "%s:\n"
6378 "%%sVui lòng chuyển giao các thay đổi hay tạm cất chúng đi trước khi bạn %s."
6379
6380 #: unpack-trees.c:124
6381 #, c-format
6382 msgid ""
6383 "Your local changes to the following files would be overwritten by %s:\n"
6384 "%%s"
6385 msgstr ""
6386 "Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi lệnh "
6387 "%s:\n"
6388 "%%s"
6389
6390 #: unpack-trees.c:129
6391 #, c-format
6392 msgid ""
6393 "Updating the following directories would lose untracked files in them:\n"
6394 "%s"
6395 msgstr ""
6396 "Việc cập nhật các thư mục sau đây có thể làm mất các tập tin chưa theo dõi "
6397 "trong nó:\n"
6398 "%s"
6399
6400 #: unpack-trees.c:133
6401 #, c-format
6402 msgid ""
6403 "The following untracked working tree files would be removed by checkout:\n"
6404 "%%sPlease move or remove them before you switch branches."
6405 msgstr ""
6406 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh "
6407 "checkout:\n"
6408 "%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn chuyển nhánh."
6409
6410 #: unpack-trees.c:135
6411 #, c-format
6412 msgid ""
6413 "The following untracked working tree files would be removed by checkout:\n"
6414 "%%s"
6415 msgstr ""
6416 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh "
6417 "checkout:\n"
6418 "%%s"
6419
6420 #: unpack-trees.c:138
6421 #, c-format
6422 msgid ""
6423 "The following untracked working tree files would be removed by merge:\n"
6424 "%%sPlease move or remove them before you merge."
6425 msgstr ""
6426 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh hòa "
6427 "trộn:\n"
6428 "%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn hòa trộn."
6429
6430 #: unpack-trees.c:140
6431 #, c-format
6432 msgid ""
6433 "The following untracked working tree files would be removed by merge:\n"
6434 "%%s"
6435 msgstr ""
6436 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi lệnh hòa "
6437 "trộn:\n"
6438 "%%s"
6439
6440 #: unpack-trees.c:143
6441 #, c-format
6442 msgid ""
6443 "The following untracked working tree files would be removed by %s:\n"
6444 "%%sPlease move or remove them before you %s."
6445 msgstr ""
6446 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi %s:\n"
6447 "%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn %s."
6448
6449 #: unpack-trees.c:145
6450 #, c-format
6451 msgid ""
6452 "The following untracked working tree files would be removed by %s:\n"
6453 "%%s"
6454 msgstr ""
6455 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị gỡ bỏ bởi %s:\n"
6456 "%%s"
6457
6458 #: unpack-trees.c:151
6459 #, c-format
6460 msgid ""
6461 "The following untracked working tree files would be overwritten by "
6462 "checkout:\n"
6463 "%%sPlease move or remove them before you switch branches."
6464 msgstr ""
6465 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6466 "checkout:\n"
6467 "%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn chuyển nhánh."
6468
6469 #: unpack-trees.c:153
6470 #, c-format
6471 msgid ""
6472 "The following untracked working tree files would be overwritten by "
6473 "checkout:\n"
6474 "%%s"
6475 msgstr ""
6476 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6477 "checkout:\n"
6478 "%%s"
6479
6480 #: unpack-trees.c:156
6481 #, c-format
6482 msgid ""
6483 "The following untracked working tree files would be overwritten by merge:\n"
6484 "%%sPlease move or remove them before you merge."
6485 msgstr ""
6486 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6487 "hòa trộn:\n"
6488 "%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn hòa trộn."
6489
6490 #: unpack-trees.c:158
6491 #, c-format
6492 msgid ""
6493 "The following untracked working tree files would be overwritten by merge:\n"
6494 "%%s"
6495 msgstr ""
6496 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6497 "hòa trộn:\n"
6498 "%%s"
6499
6500 #: unpack-trees.c:161
6501 #, c-format
6502 msgid ""
6503 "The following untracked working tree files would be overwritten by %s:\n"
6504 "%%sPlease move or remove them before you %s."
6505 msgstr ""
6506 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6507 "%s:\n"
6508 "%%sVui lòng di chuyển hay gỡ bỏ chúng trước khi bạn %s."
6509
6510 #: unpack-trees.c:163
6511 #, c-format
6512 msgid ""
6513 "The following untracked working tree files would be overwritten by %s:\n"
6514 "%%s"
6515 msgstr ""
6516 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi lệnh "
6517 "%s:\n"
6518 "%%s"
6519
6520 #: unpack-trees.c:171
6521 #, c-format
6522 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
6523 msgstr "Mục “%s” đè lên “%s”. Không thể buộc."
6524
6525 #: unpack-trees.c:174
6526 #, c-format
6527 msgid ""
6528 "Cannot update sparse checkout: the following entries are not up to date:\n"
6529 "%s"
6530 msgstr ""
6531 "Không thể cập nhật checkout rải rác: các mục tin sau đây chưa cập nhật:\n"
6532 "%s"
6533
6534 #: unpack-trees.c:176
6535 #, c-format
6536 msgid ""
6537 "The following working tree files would be overwritten by sparse checkout "
6538 "update:\n"
6539 "%s"
6540 msgstr ""
6541 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị ghi đè bởi cập "
6542 "nhật checkout rải rác:\n"
6543 "%s"
6544
6545 #: unpack-trees.c:178
6546 #, c-format
6547 msgid ""
6548 "The following working tree files would be removed by sparse checkout "
6549 "update:\n"
6550 "%s"
6551 msgstr ""
6552 "Các tập tin cây làm việc chưa được theo dõi sau đây sẽ bị xóa bỏ bởi cập "
6553 "nhật checkout rải rác:\n"
6554 "%s"
6555
6556 #: unpack-trees.c:180
6557 #, c-format
6558 msgid ""
6559 "Cannot update submodule:\n"
6560 "%s"
6561 msgstr ""
6562 "Không thể cập nhật mô-đun-con:\n"
6563 "%s"
6564
6565 #: unpack-trees.c:254
6566 #, c-format
6567 msgid "Aborting\n"
6568 msgstr "Bãi bỏ\n"
6569
6570 #: unpack-trees.c:336
6571 msgid "Checking out files"
6572 msgstr "Đang lấy ra các tập tin"
6573
6574 #: unpack-trees.c:368
6575 msgid ""
6576 "the following paths have collided (e.g. case-sensitive paths\n"
6577 "on a case-insensitive filesystem) and only one from the same\n"
6578 "colliding group is in the working tree:\n"
6579 msgstr ""
6580 "các đường dẫn sau đây có xung đột(vd: các đường dẫn phân biệt\n"
6581 "HOA/thường trên một hệ thống tập tin không phân biệt HOA/thường)\n"
6582 "và chỉ một từ cùng một nhóm xung đột là trong cây làm việc hiện tại:\n"
6583
6584 #: urlmatch.c:163
6585 msgid "invalid URL scheme name or missing '://' suffix"
6586 msgstr "tên lược đồ URL không hợp lệ, hoặc thiếu hậu tố “://”"
6587
6588 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
6589 #, c-format
6590 msgid "invalid %XX escape sequence"
6591 msgstr "thoát chuỗi %XX không hợp lệ"
6592
6593 #: urlmatch.c:215
6594 msgid "missing host and scheme is not 'file:'"
6595 msgstr "thiếu máy chủ và lược đồ thì không phải là giao thức “file:”"
6596
6597 #: urlmatch.c:232
6598 msgid "a 'file:' URL may not have a port number"
6599 msgstr "URL kiểu “file:” không được chứa cổng"
6600
6601 #: urlmatch.c:247
6602 msgid "invalid characters in host name"
6603 msgstr "có các ký tự không hợp lệ trong tên máy"
6604
6605 #: urlmatch.c:292 urlmatch.c:303
6606 msgid "invalid port number"
6607 msgstr "tên cổng không hợp lệ"
6608
6609 #: urlmatch.c:371
6610 msgid "invalid '..' path segment"
6611 msgstr "đoạn đường dẫn “..” không hợp lệ"
6612
6613 #: worktree.c:249 builtin/am.c:2100
6614 #, c-format
6615 msgid "failed to read '%s'"
6616 msgstr "gặp lỗi khi đọc “%s”"
6617
6618 #: worktree.c:295
6619 #, c-format
6620 msgid "'%s' at main working tree is not the repository directory"
6621 msgstr "“%s” tại cây làm việc chình không phải là thư mục kho"
6622
6623 #: worktree.c:306
6624 #, c-format
6625 msgid "'%s' file does not contain absolute path to the working tree location"
6626 msgstr ""
6627 "tập tin “%s” không chứa đường dẫn tuyệt đối đến vị trí cây làm việc hiện"
6628
6629 #: worktree.c:318
6630 #, c-format
6631 msgid "'%s' does not exist"
6632 msgstr "\"%s\" không tồn tại"
6633
6634 #: worktree.c:324
6635 #, c-format
6636 msgid "'%s' is not a .git file, error code %d"
6637 msgstr "“%s” không phải là tập tin .git, mã lỗi %d"
6638
6639 #: worktree.c:332
6640 #, c-format
6641 msgid "'%s' does not point back to '%s'"
6642 msgstr "“%s” không chỉ ngược đến “%s”"
6643
6644 #: wrapper.c:223 wrapper.c:393
6645 #, c-format
6646 msgid "could not open '%s' for reading and writing"
6647 msgstr "không thể mở “%s” để đọc và ghi"
6648
6649 #: wrapper.c:424 wrapper.c:624
6650 #, c-format
6651 msgid "unable to access '%s'"
6652 msgstr "không thể truy cập “%s”"
6653
6654 #: wrapper.c:632
6655 msgid "unable to get current working directory"
6656 msgstr "Không thể lấy thư mục làm việc hiện hành"
6657
6658 #: wt-status.c:154
6659 msgid "Unmerged paths:"
6660 msgstr "Những đường dẫn chưa được hòa trộn:"
6661
6662 #: wt-status.c:181 wt-status.c:208
6663 #, c-format
6664 msgid " (use \"git reset %s <file>...\" to unstage)"
6665 msgstr " (dùng \"git reset %s <tập-tin>…\" để bỏ ra khỏi bệ phóng)"
6666
6667 #: wt-status.c:183 wt-status.c:210
6668 msgid " (use \"git rm --cached <file>...\" to unstage)"
6669 msgstr " (dùng \"git rm --cached <tập-tin>…\" để bỏ ra khỏi bệ phóng)"
6670
6671 #: wt-status.c:187
6672 msgid " (use \"git add <file>...\" to mark resolution)"
6673 msgstr " (dùng \"git add <tập-tin>…\" để đánh dấu là cần giải quyết)"
6674
6675 #: wt-status.c:189 wt-status.c:193
6676 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
6677 msgstr ""
6678 " (dùng \"git add/rm <tập-tin>…\" như là một cách thích hợp để đánh dấu là "
6679 "cần được giải quyết)"
6680
6681 #: wt-status.c:191
6682 msgid " (use \"git rm <file>...\" to mark resolution)"
6683 msgstr " (dùng \"git rm <tập-tin>…\" để đánh dấu là cần giải quyết)"
6684
6685 #: wt-status.c:202 wt-status.c:1042
6686 msgid "Changes to be committed:"
6687 msgstr "Những thay đổi sẽ được chuyển giao:"
6688
6689 #: wt-status.c:220 wt-status.c:1051
6690 msgid "Changes not staged for commit:"
6691 msgstr "Các thay đổi chưa được đặt lên bệ phóng để chuyển giao:"
6692
6693 #: wt-status.c:224
6694 msgid " (use \"git add <file>...\" to update what will be committed)"
6695 msgstr " (dùng \"git add <tập-tin>…\" để cập nhật những gì sẽ chuyển giao)"
6696
6697 #: wt-status.c:226
6698 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
6699 msgstr ""
6700 " (dùng \"git add/rm <tập-tin>…\" để cập nhật những gì sẽ được chuyển giao)"
6701
6702 #: wt-status.c:227
6703 msgid ""
6704 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
6705 msgstr ""
6706 " (dùng \"git checkout -- <tập-tin>…\" để loại bỏ các thay đổi trong thư mục "
6707 "làm việc)"
6708
6709 #: wt-status.c:229
6710 msgid " (commit or discard the untracked or modified content in submodules)"
6711 msgstr ""
6712 " (chuyển giao hoặc là loại bỏ các nội dung chưa được theo dõi hay đã sửa "
6713 "chữa trong mô-đun-con)"
6714
6715 #: wt-status.c:241
6716 #, c-format
6717 msgid " (use \"git %s <file>...\" to include in what will be committed)"
6718 msgstr ""
6719 " (dùng \"git %s <tập-tin>…\" để thêm vào những gì cần được chuyển giao)"
6720
6721 #: wt-status.c:256
6722 msgid "both deleted:"
6723 msgstr "bị xóa bởi cả hai:"
6724
6725 #: wt-status.c:258
6726 msgid "added by us:"
6727 msgstr "được thêm vào bởi chúng ta:"
6728
6729 #: wt-status.c:260
6730 msgid "deleted by them:"
6731 msgstr "bị xóa đi bởi họ:"
6732
6733 #: wt-status.c:262
6734 msgid "added by them:"
6735 msgstr "được thêm vào bởi họ:"
6736
6737 #: wt-status.c:264
6738 msgid "deleted by us:"
6739 msgstr "bị xóa bởi chúng ta:"
6740
6741 #: wt-status.c:266
6742 msgid "both added:"
6743 msgstr "được thêm vào bởi cả hai:"
6744
6745 #: wt-status.c:268
6746 msgid "both modified:"
6747 msgstr "bị sửa bởi cả hai:"
6748
6749 #: wt-status.c:278
6750 msgid "new file:"
6751 msgstr "tập tin mới:"
6752
6753 #: wt-status.c:280
6754 msgid "copied:"
6755 msgstr "đã chép:"
6756
6757 #: wt-status.c:282
6758 msgid "deleted:"
6759 msgstr "đã xóa:"
6760
6761 #: wt-status.c:284
6762 msgid "modified:"
6763 msgstr "đã sửa:"
6764
6765 #: wt-status.c:286
6766 msgid "renamed:"
6767 msgstr "đã đổi tên:"
6768
6769 #: wt-status.c:288
6770 msgid "typechange:"
6771 msgstr "đổi-kiểu:"
6772
6773 #: wt-status.c:290
6774 msgid "unknown:"
6775 msgstr "không hiểu:"
6776
6777 #: wt-status.c:292
6778 msgid "unmerged:"
6779 msgstr "chưa hòa trộn:"
6780
6781 #: wt-status.c:372
6782 msgid "new commits, "
6783 msgstr "lần chuyển giao mới, "
6784
6785 #: wt-status.c:374
6786 msgid "modified content, "
6787 msgstr "nội dung bị sửa đổi, "
6788
6789 #: wt-status.c:376
6790 msgid "untracked content, "
6791 msgstr "nội dung chưa được theo dõi, "
6792
6793 #: wt-status.c:880
6794 #, c-format
6795 msgid "Your stash currently has %d entry"
6796 msgid_plural "Your stash currently has %d entries"
6797 msgstr[0] "Bạn hiện nay ở trong phần cất đi đang có %d mục"
6798
6799 #: wt-status.c:912
6800 msgid "Submodules changed but not updated:"
6801 msgstr "Những mô-đun-con đã bị thay đổi nhưng chưa được cập nhật:"
6802
6803 #: wt-status.c:914
6804 msgid "Submodule changes to be committed:"
6805 msgstr "Những mô-đun-con thay đổi đã được chuyển giao:"
6806
6807 #: wt-status.c:996
6808 msgid ""
6809 "Do not modify or remove the line above.\n"
6810 "Everything below it will be ignored."
6811 msgstr ""
6812 "Không sửa hay xóa bỏ đường ở trên.\n"
6813 "Mọi thứ phía dưới sẽ được xóa bỏ."
6814
6815 #: wt-status.c:1097
6816 msgid "You have unmerged paths."
6817 msgstr "Bạn có những đường dẫn chưa được hòa trộn."
6818
6819 #: wt-status.c:1100
6820 msgid " (fix conflicts and run \"git commit\")"
6821 msgstr " (sửa các xung đột rồi chạy \"git commit\")"
6822
6823 #: wt-status.c:1102
6824 msgid " (use \"git merge --abort\" to abort the merge)"
6825 msgstr " (dùng \"git merge --abort\" để bãi bỏ việc hòa trộn)"
6826
6827 #: wt-status.c:1106
6828 msgid "All conflicts fixed but you are still merging."
6829 msgstr "Tất cả các xung đột đã được giải quyết nhưng bạn vẫn đang hòa trộn."
6830
6831 #: wt-status.c:1109
6832 msgid " (use \"git commit\" to conclude merge)"
6833 msgstr " (dùng \"git commit\" để hoàn tất việc hòa trộn)"
6834
6835 #: wt-status.c:1118
6836 msgid "You are in the middle of an am session."
6837 msgstr "Bạn đang ở giữa của một phiên “am”."
6838
6839 #: wt-status.c:1121
6840 msgid "The current patch is empty."
6841 msgstr "Miếng vá hiện tại bị trống rỗng."
6842
6843 #: wt-status.c:1125
6844 msgid " (fix conflicts and then run \"git am --continue\")"
6845 msgstr " (sửa các xung đột và sau đó chạy lệnh \"git am --continue\")"
6846
6847 #: wt-status.c:1127
6848 msgid " (use \"git am --skip\" to skip this patch)"
6849 msgstr " (dùng \"git am --skip\" để bỏ qua miếng vá này)"
6850
6851 #: wt-status.c:1129
6852 msgid " (use \"git am --abort\" to restore the original branch)"
6853 msgstr " (dùng \"git am --abort\" để phục hồi lại nhánh nguyên thủy)"
6854
6855 #: wt-status.c:1260
6856 msgid "git-rebase-todo is missing."
6857 msgstr "thiếu git-rebase-todo"
6858
6859 #: wt-status.c:1262
6860 msgid "No commands done."
6861 msgstr "Không thực hiện lệnh nào."
6862
6863 #: wt-status.c:1265
6864 #, c-format
6865 msgid "Last command done (%d command done):"
6866 msgid_plural "Last commands done (%d commands done):"
6867 msgstr[0] "Lệnh thực hiện cuối (%d lệnh được thực thi):"
6868
6869 #: wt-status.c:1276
6870 #, c-format
6871 msgid " (see more in file %s)"
6872 msgstr " (xem thêm trong %s)"
6873
6874 #: wt-status.c:1281
6875 msgid "No commands remaining."
6876 msgstr "Không có lệnh nào còn lại."
6877
6878 #: wt-status.c:1284
6879 #, c-format
6880 msgid "Next command to do (%d remaining command):"
6881 msgid_plural "Next commands to do (%d remaining commands):"
6882 msgstr[0] "Lệnh cần làm kế tiếp (%d lệnh còn lại):"
6883
6884 #: wt-status.c:1292
6885 msgid " (use \"git rebase --edit-todo\" to view and edit)"
6886 msgstr " (dùng lệnh \"git rebase --edit-todo\" để xem và sửa)"
6887
6888 #: wt-status.c:1304
6889 #, c-format
6890 msgid "You are currently rebasing branch '%s' on '%s'."
6891 msgstr "Bạn hiện nay đang thực hiện việc “rebase” nhánh “%s” trên “%s”."
6892
6893 #: wt-status.c:1309
6894 msgid "You are currently rebasing."
6895 msgstr "Bạn hiện nay đang thực hiện việc “rebase” (“cải tổ”)."
6896
6897 #: wt-status.c:1322
6898 msgid " (fix conflicts and then run \"git rebase --continue\")"
6899 msgstr ""
6900 " (sửa các xung đột và sau đó chạy lệnh “cải tổ” \"git rebase --continue\")"
6901
6902 #: wt-status.c:1324
6903 msgid " (use \"git rebase --skip\" to skip this patch)"
6904 msgstr " (dùng lệnh “cải tổ” \"git rebase --skip\" để bỏ qua lần vá này)"
6905
6906 #: wt-status.c:1326
6907 msgid " (use \"git rebase --abort\" to check out the original branch)"
6908 msgstr ""
6909 " (dùng lệnh “cải tổ” \"git rebase --abort\" để check-out nhánh nguyên thủy)"
6910
6911 #: wt-status.c:1333
6912 msgid " (all conflicts fixed: run \"git rebase --continue\")"
6913 msgstr ""
6914 " (khi tất cả các xung đột đã sửa xong: chạy lệnh “cải tổ” \"git rebase --"
6915 "continue\")"
6916
6917 #: wt-status.c:1337
6918 #, c-format
6919 msgid ""
6920 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
6921 msgstr ""
6922 "Bạn hiện nay đang thực hiện việc chia tách một lần chuyển giao trong khi "
6923 "đang “rebase” nhánh “%s” trên “%s”."
6924
6925 #: wt-status.c:1342
6926 msgid "You are currently splitting a commit during a rebase."
6927 msgstr ""
6928 "Bạn hiện tại đang cắt đôi một lần chuyển giao trong khi đang thực hiện việc "
6929 "rebase."
6930
6931 #: wt-status.c:1345
6932 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
6933 msgstr ""
6934 " (Một khi thư mục làm việc của bạn đã gọn gàng, chạy lệnh “cải tổ” \"git "
6935 "rebase --continue\")"
6936
6937 #: wt-status.c:1349
6938 #, c-format
6939 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6940 msgstr ""
6941 "Bạn hiện nay đang thực hiện việc sửa chữa một lần chuyển giao trong khi đang "
6942 "rebase nhánh “%s” trên “%s”."
6943
6944 #: wt-status.c:1354
6945 msgid "You are currently editing a commit during a rebase."
6946 msgstr "Bạn hiện đang sửa một lần chuyển giao trong khi bạn thực hiện rebase."
6947
6948 #: wt-status.c:1357
6949 msgid " (use \"git commit --amend\" to amend the current commit)"
6950 msgstr " (dùng \"git commit --amend\" để “tu bổ” lần chuyển giao hiện tại)"
6951
6952 #: wt-status.c:1359
6953 msgid ""
6954 " (use \"git rebase --continue\" once you are satisfied with your changes)"
6955 msgstr ""
6956 " (chạy lệnh “cải tổ” \"git rebase --continue\" một khi bạn cảm thấy hài "
6957 "lòng về những thay đổi của mình)"
6958
6959 #: wt-status.c:1368
6960 #, c-format
6961 msgid "You are currently cherry-picking commit %s."
6962 msgstr "Bạn hiện nay đang thực hiện việc cherry-pick lần chuyển giao %s."
6963
6964 #: wt-status.c:1373
6965 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
6966 msgstr ""
6967 " (sửa các xung đột và sau đó chạy lệnh \"git cherry-pick --continue\")"
6968
6969 #: wt-status.c:1376
6970 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
6971 msgstr ""
6972 " (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git cherry-pick --"
6973 "continue\")"
6974
6975 #: wt-status.c:1378
6976 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6977 msgstr " (dùng \"git cherry-pick --abort\" để hủy bỏ thao tác cherry-pick)"
6978
6979 #: wt-status.c:1386
6980 #, c-format
6981 msgid "You are currently reverting commit %s."
6982 msgstr "Bạn hiện nay đang thực hiện thao tác hoàn nguyên lần chuyển giao “%s”."
6983
6984 #: wt-status.c:1391
6985 msgid " (fix conflicts and run \"git revert --continue\")"
6986 msgstr " (sửa các xung đột và sau đó chạy lệnh \"git revert --continue\")"
6987
6988 #: wt-status.c:1394
6989 msgid " (all conflicts fixed: run \"git revert --continue\")"
6990 msgstr ""
6991 " (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git revert --continue\")"
6992
6993 #: wt-status.c:1396
6994 msgid " (use \"git revert --abort\" to cancel the revert operation)"
6995 msgstr " (dùng \"git revert --abort\" để hủy bỏ thao tác hoàn nguyên)"
6996
6997 #: wt-status.c:1406
6998 #, c-format
6999 msgid "You are currently bisecting, started from branch '%s'."
7000 msgstr ""
7001 "Bạn hiện nay đang thực hiện thao tác di chuyển nửa bước (bisect), bắt đầu từ "
7002 "nhánh “%s”."
7003
7004 #: wt-status.c:1410
7005 msgid "You are currently bisecting."
7006 msgstr "Bạn hiện tại đang thực hiện việc bisect (di chuyển nửa bước)."
7007
7008 #: wt-status.c:1413
7009 msgid " (use \"git bisect reset\" to get back to the original branch)"
7010 msgstr " (dùng \"git bisect reset\" để quay trở lại nhánh nguyên thủy)"
7011
7012 #: wt-status.c:1611
7013 msgid "On branch "
7014 msgstr "Trên nhánh "
7015
7016 #: wt-status.c:1618
7017 msgid "interactive rebase in progress; onto "
7018 msgstr "rebase ở chế độ tương tác đang được thực hiện; lên trên "
7019
7020 #: wt-status.c:1620
7021 msgid "rebase in progress; onto "
7022 msgstr "rebase đang được thực hiện: lên trên "
7023
7024 #: wt-status.c:1625
7025 msgid "HEAD detached at "
7026 msgstr "HEAD được tách rời tại "
7027
7028 #: wt-status.c:1627
7029 msgid "HEAD detached from "
7030 msgstr "HEAD được tách rời từ "
7031
7032 #: wt-status.c:1630
7033 msgid "Not currently on any branch."
7034 msgstr "Hiện tại chẳng ở nhánh nào cả."
7035
7036 #: wt-status.c:1647
7037 msgid "Initial commit"
7038 msgstr "Lần chuyển giao khởi tạo"
7039
7040 #: wt-status.c:1648
7041 msgid "No commits yet"
7042 msgstr "Vẫn chưa chuyển giao"
7043
7044 #: wt-status.c:1662
7045 msgid "Untracked files"
7046 msgstr "Những tập tin chưa được theo dõi"
7047
7048 #: wt-status.c:1664
7049 msgid "Ignored files"
7050 msgstr "Những tập tin bị lờ đi"
7051
7052 #: wt-status.c:1668
7053 #, c-format
7054 msgid ""
7055 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7056 "may speed it up, but you have to be careful not to forget to add\n"
7057 "new files yourself (see 'git help status')."
7058 msgstr ""
7059 "Cần %.2f giây để liệt kê tất cả các tập tin chưa được theo dõi. “status -"
7060 "uno”\n"
7061 "có lẽ làm nó nhanh hơn, nhưng bạn phải cẩn thận đừng quên mình phải\n"
7062 "tự thêm các tập tin mới (xem “git help status”.."
7063
7064 #: wt-status.c:1674
7065 #, c-format
7066 msgid "Untracked files not listed%s"
7067 msgstr "Những tập tin chưa được theo dõi không được liệt kê ra %s"
7068
7069 #: wt-status.c:1676
7070 msgid " (use -u option to show untracked files)"
7071 msgstr " (dùng tùy chọn -u để hiển thị các tập tin chưa được theo dõi)"
7072
7073 #: wt-status.c:1682
7074 msgid "No changes"
7075 msgstr "Không có thay đổi nào"
7076
7077 #: wt-status.c:1687
7078 #, c-format
7079 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7080 msgstr ""
7081 "không có thay đổi nào được thêm vào để chuyển giao (dùng \"git add\" và/hoặc "
7082 "\"git commit -a\")\n"
7083
7084 #: wt-status.c:1690
7085 #, c-format
7086 msgid "no changes added to commit\n"
7087 msgstr "không có thay đổi nào được thêm vào để chuyển giao\n"
7088
7089 #: wt-status.c:1693
7090 #, c-format
7091 msgid ""
7092 "nothing added to commit but untracked files present (use \"git add\" to "
7093 "track)\n"
7094 msgstr ""
7095 "không có gì được thêm vào lần chuyển giao nhưng có những tập tin chưa được "
7096 "theo dõi hiện diện (dùng \"git add\" để đưa vào theo dõi)\n"
7097
7098 #: wt-status.c:1696
7099 #, c-format
7100 msgid "nothing added to commit but untracked files present\n"
7101 msgstr ""
7102 "không có gì được thêm vào lần chuyển giao nhưng có những tập tin chưa được "
7103 "theo dõi hiện diện\n"
7104
7105 #: wt-status.c:1699
7106 #, c-format
7107 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7108 msgstr ""
7109 "không có gì để chuyển giao (tạo/sao-chép các tập tin và dùng \"git add\" để "
7110 "đưa vào theo dõi)\n"
7111
7112 #: wt-status.c:1702 wt-status.c:1707
7113 #, c-format
7114 msgid "nothing to commit\n"
7115 msgstr "không có gì để chuyển giao\n"
7116
7117 #: wt-status.c:1705
7118 #, c-format
7119 msgid "nothing to commit (use -u to show untracked files)\n"
7120 msgstr ""
7121 "không có gì để chuyển giao (dùng -u xem các tập tin chưa được theo dõi)\n"
7122
7123 #: wt-status.c:1709
7124 #, c-format
7125 msgid "nothing to commit, working tree clean\n"
7126 msgstr "không có gì để chuyển giao, thư mục làm việc sạch sẽ\n"
7127
7128 #: wt-status.c:1822
7129 msgid "No commits yet on "
7130 msgstr "Vẫn không thực hiện lệnh chuyển giao nào"
7131
7132 #: wt-status.c:1826
7133 msgid "HEAD (no branch)"
7134 msgstr "HEAD (không nhánh)"
7135
7136 #: wt-status.c:1857
7137 msgid "different"
7138 msgstr "khác"
7139
7140 #: wt-status.c:1859 wt-status.c:1867
7141 msgid "behind "
7142 msgstr "đằng sau "
7143
7144 #: wt-status.c:1862 wt-status.c:1865
7145 msgid "ahead "
7146 msgstr "phía trước "
7147
7148 #. TRANSLATORS: the action is e.g. "pull with rebase"
7149 #: wt-status.c:2374
7150 #, c-format
7151 msgid "cannot %s: You have unstaged changes."
7152 msgstr "không thể %s: Bạn có các thay đổi chưa được đưa lên bệ phóng."
7153
7154 #: wt-status.c:2380
7155 msgid "additionally, your index contains uncommitted changes."
7156 msgstr ""
7157 "thêm vào đó, bảng mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
7158
7159 #: wt-status.c:2382
7160 #, c-format
7161 msgid "cannot %s: Your index contains uncommitted changes."
7162 msgstr ""
7163 "không thể %s: Mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
7164
7165 #: builtin/add.c:24
7166 msgid "git add [<options>] [--] <pathspec>..."
7167 msgstr "git add [<các-tùy-chọn>] [--] <pathspec>…"
7168
7169 #: builtin/add.c:83
7170 #, c-format
7171 msgid "unexpected diff status %c"
7172 msgstr "trạng thái lệnh diff không như mong đợi %c"
7173
7174 #: builtin/add.c:88 builtin/commit.c:284
7175 msgid "updating files failed"
7176 msgstr "Cập nhật tập tin gặp lỗi"
7177
7178 #: builtin/add.c:98
7179 #, c-format
7180 msgid "remove '%s'\n"
7181 msgstr "gỡ bỏ “%s”\n"
7182
7183 #: builtin/add.c:173
7184 msgid "Unstaged changes after refreshing the index:"
7185 msgstr ""
7186 "Đưa ra khỏi bệ phóng các thay đổi sau khi làm tươi mới lại bảng mục lục:"
7187
7188 #: builtin/add.c:233 builtin/rev-parse.c:895
7189 msgid "Could not read the index"
7190 msgstr "Không thể đọc bảng mục lục"
7191
7192 #: builtin/add.c:244
7193 #, c-format
7194 msgid "Could not open '%s' for writing."
7195 msgstr "Không thể mở “%s” để ghi."
7196
7197 #: builtin/add.c:248
7198 msgid "Could not write patch"
7199 msgstr "Không thể ghi ra miếng vá"
7200
7201 #: builtin/add.c:251
7202 msgid "editing patch failed"
7203 msgstr "gặp lỗi khi sửa miếng vá"
7204
7205 #: builtin/add.c:254
7206 #, c-format
7207 msgid "Could not stat '%s'"
7208 msgstr "Không thể lấy thông tin thống kê về “%s”"
7209
7210 #: builtin/add.c:256
7211 msgid "Empty patch. Aborted."
7212 msgstr "Miếng vá trống rỗng. Nên bỏ qua."
7213
7214 #: builtin/add.c:261
7215 #, c-format
7216 msgid "Could not apply '%s'"
7217 msgstr "Không thể áp dụng miếng vá “%s”"
7218
7219 #: builtin/add.c:269
7220 msgid "The following paths are ignored by one of your .gitignore files:\n"
7221 msgstr ""
7222 "Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "
7223 "của bạn:\n"
7224
7225 #: builtin/add.c:289 builtin/clean.c:907 builtin/fetch.c:137 builtin/mv.c:123
7226 #: builtin/prune-packed.c:56 builtin/pull.c:213 builtin/push.c:557
7227 #: builtin/remote.c:1345 builtin/rm.c:240 builtin/send-pack.c:165
7228 msgid "dry run"
7229 msgstr "chạy thử"
7230
7231 #: builtin/add.c:292
7232 msgid "interactive picking"
7233 msgstr "sửa bằng cách tương tác"
7234
7235 #: builtin/add.c:293 builtin/checkout.c:1258 builtin/reset.c:305
7236 msgid "select hunks interactively"
7237 msgstr "chọn “hunks” theo kiểu tương tác"
7238
7239 #: builtin/add.c:294
7240 msgid "edit current diff and apply"
7241 msgstr "sửa diff hiện nay và áp dụng nó"
7242
7243 #: builtin/add.c:295
7244 msgid "allow adding otherwise ignored files"
7245 msgstr "cho phép thêm các tập tin bị bỏ qua khác"
7246
7247 #: builtin/add.c:296
7248 msgid "update tracked files"
7249 msgstr "cập nhật các tập tin được theo dõi"
7250
7251 #: builtin/add.c:297
7252 msgid "renormalize EOL of tracked files (implies -u)"
7253 msgstr "thường hóa lại EOL của các tập tin được theo dõi (ý là -u)"
7254
7255 #: builtin/add.c:298
7256 msgid "record only the fact that the path will be added later"
7257 msgstr "chỉ ghi lại sự việc mà đường dẫn sẽ được thêm vào sau"
7258
7259 #: builtin/add.c:299
7260 msgid "add changes from all tracked and untracked files"
7261 msgstr ""
7262 "thêm các thay đổi từ tất cả các tập tin có cũng như không được theo dõi dấu "
7263 "vết"
7264
7265 #: builtin/add.c:302
7266 msgid "ignore paths removed in the working tree (same as --no-all)"
7267 msgstr ""
7268 "lờ đi các đường dẫn bị gỡ bỏ trong cây thư mục làm việc (giống với --no-all)"
7269
7270 #: builtin/add.c:304
7271 msgid "don't add, only refresh the index"
7272 msgstr "không thêm, chỉ làm tươi mới bảng mục lục"
7273
7274 #: builtin/add.c:305
7275 msgid "just skip files which cannot be added because of errors"
7276 msgstr "chie bỏ qua những tập tin mà nó không thể được thêm vào bởi vì gặp lỗi"
7277
7278 #: builtin/add.c:306
7279 msgid "check if - even missing - files are ignored in dry run"
7280 msgstr ""
7281 "kiểm tra xem - thậm chí thiếu - tập tin bị bỏ qua trong quá trình chạy thử"
7282
7283 #: builtin/add.c:308 builtin/update-index.c:990
7284 msgid "override the executable bit of the listed files"
7285 msgstr "ghi đè lên bít thi hành của các tập tin được liệt kê"
7286
7287 #: builtin/add.c:310
7288 msgid "warn when adding an embedded repository"
7289 msgstr "cảnh báo khi thêm một kho nhúng"
7290
7291 #: builtin/add.c:325
7292 #, c-format
7293 msgid ""
7294 "You've added another git repository inside your current repository.\n"
7295 "Clones of the outer repository will not contain the contents of\n"
7296 "the embedded repository and will not know how to obtain it.\n"
7297 "If you meant to add a submodule, use:\n"
7298 "\n"
7299 "\tgit submodule add <url> %s\n"
7300 "\n"
7301 "If you added this path by mistake, you can remove it from the\n"
7302 "index with:\n"
7303 "\n"
7304 "\tgit rm --cached %s\n"
7305 "\n"
7306 "See \"git help submodule\" for more information."
7307 msgstr ""
7308 "Bạn vừa thêm một kho git vào bên trong kho hiện tại của bạn.\n"
7309 "Các bản sao của kho ngoài sẽ không chứa các nội dung của\n"
7310 "kho nhúng và sẽ không biết làm thế nào để lấy nó.\n"
7311 "Nếu ý bạn là thêm một mô-đun-con, hãy chạy:\n"
7312 "\n"
7313 "\tgit submodule add <url> %s\n"
7314 "\n"
7315 "Nếu bạn đã thêm miếng vá này chỉ là sai sót, bạn có thể xóa bỏ\n"
7316 "nó khỏi mục lục bằng:\n"
7317 "\n"
7318 "\tgit rm --cached %s\n"
7319 "\n"
7320 "Xem \"git help submodule\" để biết thêm chi tiết."
7321
7322 #: builtin/add.c:353
7323 #, c-format
7324 msgid "adding embedded git repository: %s"
7325 msgstr "thêm cần một kho git nhúng: %s"
7326
7327 #: builtin/add.c:371
7328 #, c-format
7329 msgid "Use -f if you really want to add them.\n"
7330 msgstr "Sử dụng tùy chọn -f nếu bạn thực sự muốn thêm chúng vào.\n"
7331
7332 #: builtin/add.c:379
7333 msgid "adding files failed"
7334 msgstr "thêm tập tin gặp lỗi"
7335
7336 #: builtin/add.c:417
7337 msgid "-A and -u are mutually incompatible"
7338 msgstr "-A và -u xung khắc nhau"
7339
7340 #: builtin/add.c:424
7341 msgid "Option --ignore-missing can only be used together with --dry-run"
7342 msgstr "Tùy chọn --ignore-missing chỉ có thể được dùng cùng với --dry-run"
7343
7344 #: builtin/add.c:428
7345 #, c-format
7346 msgid "--chmod param '%s' must be either -x or +x"
7347 msgstr "--chmod tham số “%s” phải hoặc là -x hay +x"
7348
7349 #: builtin/add.c:443
7350 #, c-format
7351 msgid "Nothing specified, nothing added.\n"
7352 msgstr "Không có gì được chỉ ra, không có gì được thêm vào.\n"
7353
7354 #: builtin/add.c:444
7355 #, c-format
7356 msgid "Maybe you wanted to say 'git add .'?\n"
7357 msgstr "Có lẽ ý bạn là “git add .” phải không?\n"
7358
7359 #: builtin/am.c:363
7360 msgid "could not parse author script"
7361 msgstr "không thể phân tích cú pháp văn lệnh tác giả"
7362
7363 #: builtin/am.c:447
7364 #, c-format
7365 msgid "'%s' was deleted by the applypatch-msg hook"
7366 msgstr "“%s” bị xóa bởi móc applypatch-msg"
7367
7368 #: builtin/am.c:488
7369 #, c-format
7370 msgid "Malformed input line: '%s'."
7371 msgstr "Dòng đầu vào dị hình: “%s”."
7372
7373 #: builtin/am.c:525
7374 #, c-format
7375 msgid "Failed to copy notes from '%s' to '%s'"
7376 msgstr "Gặp lỗi khi sao chép ghi chú (note) từ “%s” tới “%s”"
7377
7378 #: builtin/am.c:551
7379 msgid "fseek failed"
7380 msgstr "fseek gặp lỗi"
7381
7382 #: builtin/am.c:739
7383 #, c-format
7384 msgid "could not parse patch '%s'"
7385 msgstr "không thể phân tích cú pháp “%s”"
7386
7387 #: builtin/am.c:804
7388 msgid "Only one StGIT patch series can be applied at once"
7389 msgstr "Chỉ có một sê-ri miếng vá StGIT được áp dụng một lúc"
7390
7391 #: builtin/am.c:852
7392 msgid "invalid timestamp"
7393 msgstr "dấu thời gian không hợp lệ"
7394
7395 #: builtin/am.c:857 builtin/am.c:869
7396 msgid "invalid Date line"
7397 msgstr "dòng Ngày tháng không hợp lệ"
7398
7399 #: builtin/am.c:864
7400 msgid "invalid timezone offset"
7401 msgstr "độ lệch múi giờ không hợp lệ"
7402
7403 #: builtin/am.c:957
7404 msgid "Patch format detection failed."
7405 msgstr "Dò tìm định dạng miếng vá gặp lỗi."
7406
7407 #: builtin/am.c:962 builtin/clone.c:408
7408 #, c-format
7409 msgid "failed to create directory '%s'"
7410 msgstr "tạo thư mục \"%s\" gặp lỗi"
7411
7412 #: builtin/am.c:967
7413 msgid "Failed to split patches."
7414 msgstr "Gặp lỗi khi chia nhỏ các miếng vá."
7415
7416 #: builtin/am.c:1097 builtin/commit.c:369
7417 msgid "unable to write index file"
7418 msgstr "không thể ghi tập tin lưu mục lục"
7419
7420 #: builtin/am.c:1111
7421 #, c-format
7422 msgid "When you have resolved this problem, run \"%s --continue\"."
7423 msgstr "Khi bạn đã phân giải xong trục trặc này, hãy chạy \"%s --continue\"."
7424
7425 #: builtin/am.c:1112
7426 #, c-format
7427 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7428 msgstr ""
7429 "Nếu bạn muốn bỏ qua miếng vá này, hãy chạy lệnh \"%s --skip\" để thay thế."
7430
7431 #: builtin/am.c:1113
7432 #, c-format
7433 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7434 msgstr "Để phục hồi lại nhánh gốc và dừng vá, hãy chạy \"%s --abort\"."
7435
7436 #: builtin/am.c:1196
7437 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7438 msgstr ""
7439 "Miếng vá được gửi với format=flowed; khoảng trống ở cuối của các dòng có thể "
7440 "bị mất."
7441
7442 #: builtin/am.c:1224
7443 msgid "Patch is empty."
7444 msgstr "Miếng vá trống rỗng."
7445
7446 #: builtin/am.c:1290
7447 #, c-format
7448 msgid "invalid ident line: %.*s"
7449 msgstr "dòng thụt lề không hợp lệ: %.*s"
7450
7451 #: builtin/am.c:1312
7452 #, c-format
7453 msgid "unable to parse commit %s"
7454 msgstr "không thể phân tích lần chuyển giao “%s”"
7455
7456 #: builtin/am.c:1508
7457 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7458 msgstr "Kho thiếu đối tượng blob cần thiết để trở về trên “3-way merge”."
7459
7460 #: builtin/am.c:1510
7461 msgid "Using index info to reconstruct a base tree..."
7462 msgstr ""
7463 "Sử dụng thông tin trong bảng mục lục để cấu trúc lại một cây (tree) cơ sở…"
7464
7465 #: builtin/am.c:1529
7466 msgid ""
7467 "Did you hand edit your patch?\n"
7468 "It does not apply to blobs recorded in its index."
7469 msgstr ""
7470 "Bạn đã sửa miếng vá của mình bằng cách thủ công à?\n"
7471 "Nó không thể áp dụng các blob đã được ghi lại trong bảng mục lục của nó."
7472
7473 #: builtin/am.c:1535
7474 msgid "Falling back to patching base and 3-way merge..."
7475 msgstr "Đang trở lại để vá cơ sở và “hòa trộn 3-đường”…"
7476
7477 #: builtin/am.c:1561
7478 msgid "Failed to merge in the changes."
7479 msgstr "Gặp lỗi khi trộn vào các thay đổi."
7480
7481 #: builtin/am.c:1593
7482 msgid "applying to an empty history"
7483 msgstr "áp dụng vào một lịch sử trống rỗng"
7484
7485 #: builtin/am.c:1639 builtin/am.c:1643
7486 #, c-format
7487 msgid "cannot resume: %s does not exist."
7488 msgstr "không thể phục hồi: %s không tồn tại."
7489
7490 #: builtin/am.c:1659
7491 msgid "cannot be interactive without stdin connected to a terminal."
7492 msgstr ""
7493 "không thể được tương tác mà không có stdin kết nối với một thiết bị cuối"
7494
7495 #: builtin/am.c:1664
7496 msgid "Commit Body is:"
7497 msgstr "Thân của lần chuyển giao là:"
7498
7499 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
7500 #. in your translation. The program will only accept English
7501 #. input at this point.
7502 #.
7503 #: builtin/am.c:1674
7504 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
7505 msgstr ""
7506 "Áp dụng? đồng ý [y]/khô[n]g/chỉnh sửa [e]/hiển thị miếng [v]á/chấp nhận tất "
7507 "cả [a]: "
7508
7509 #: builtin/am.c:1724
7510 #, c-format
7511 msgid "Dirty index: cannot apply patches (dirty: %s)"
7512 msgstr "Bảng mục lục bẩn: không thể áp dụng các miếng vá (bẩn: %s)"
7513
7514 #: builtin/am.c:1764 builtin/am.c:1832
7515 #, c-format
7516 msgid "Applying: %.*s"
7517 msgstr "Áp dụng: %.*s"
7518
7519 #: builtin/am.c:1781
7520 msgid "No changes -- Patch already applied."
7521 msgstr "Không thay đổi gì cả -- Miếng vá đã được áp dụng rồi."
7522
7523 #: builtin/am.c:1787
7524 #, c-format
7525 msgid "Patch failed at %s %.*s"
7526 msgstr "Gặp lỗi khi vá tại %s %.*s"
7527
7528 #: builtin/am.c:1791
7529 msgid "Use 'git am --show-current-patch' to see the failed patch"
7530 msgstr "Dùng “git am --show-current-patch” để xem miếng vá bị lỗi"
7531
7532 #: builtin/am.c:1835
7533 msgid ""
7534 "No changes - did you forget to use 'git add'?\n"
7535 "If there is nothing left to stage, chances are that something else\n"
7536 "already introduced the same changes; you might want to skip this patch."
7537 msgstr ""
7538 "Không có thay đổi nào - bạn đã quên sử dụng lệnh “git add” à?\n"
7539 "Nếu ở đây không có gì còn lại stage, tình cờ là có một số thứ khác\n"
7540 "đã sẵn được đưa vào với cùng nội dung thay đổi; bạn có lẽ muốn bỏ qua miếng "
7541 "vá này."
7542
7543 #: builtin/am.c:1842
7544 msgid ""
7545 "You still have unmerged paths in your index.\n"
7546 "You should 'git add' each file with resolved conflicts to mark them as "
7547 "such.\n"
7548 "You might run `git rm` on a file to accept \"deleted by them\" for it."
7549 msgstr ""
7550 "Bạn vẫn có những đường dẫn chưa hòa trộn trong chỉ mục của bạn.\n"
7551 "Bạn nên “git add” từng tập tin với các xung đột đã được giải quyết để đánh "
7552 "dấu chúng là thế.\n"
7553 "Bạn có lẽ muốn chạy “git rm“ trên một tập tin để chấp nhận \"được xóa bởi họ"
7554 "\" cho nó."
7555
7556 #: builtin/am.c:1949 builtin/am.c:1953 builtin/am.c:1965 builtin/reset.c:328
7557 #: builtin/reset.c:336
7558 #, c-format
7559 msgid "Could not parse object '%s'."
7560 msgstr "không thể phân tích đối tượng “%s”."
7561
7562 #: builtin/am.c:2001
7563 msgid "failed to clean index"
7564 msgstr "gặp lỗi khi dọn bảng mục lục"
7565
7566 #: builtin/am.c:2036
7567 msgid ""
7568 "You seem to have moved HEAD since the last 'am' failure.\n"
7569 "Not rewinding to ORIG_HEAD"
7570 msgstr ""
7571 "Bạn có lẽ đã có HEAD đã bị di chuyển đi kể từ lần “am” thất bại cuối cùng.\n"
7572 "Không thể chuyển tới ORIG_HEAD"
7573
7574 #: builtin/am.c:2129
7575 #, c-format
7576 msgid "Invalid value for --patch-format: %s"
7577 msgstr "Giá trị không hợp lệ cho --patch-format: %s"
7578
7579 #: builtin/am.c:2165
7580 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
7581 msgstr "git am [<các-tùy-chọn>] [(<mbox>|<Maildir>)…]"
7582
7583 #: builtin/am.c:2166
7584 msgid "git am [<options>] (--continue | --skip | --abort)"
7585 msgstr "git am [<các-tùy-chọn>] (--continue | --skip | --abort)"
7586
7587 #: builtin/am.c:2172
7588 msgid "run interactively"
7589 msgstr "chạy kiểu tương tác"
7590
7591 #: builtin/am.c:2174
7592 msgid "historical option -- no-op"
7593 msgstr "tùy chọn lịch sử -- không-toán-tử"
7594
7595 #: builtin/am.c:2176
7596 msgid "allow fall back on 3way merging if needed"
7597 msgstr "cho phép quay trở lại để hòa trộn kiểu “3way” nếu cần"
7598
7599 #: builtin/am.c:2177 builtin/init-db.c:486 builtin/prune-packed.c:58
7600 #: builtin/repack.c:306
7601 msgid "be quiet"
7602 msgstr "im lặng"
7603
7604 #: builtin/am.c:2179
7605 msgid "add a Signed-off-by line to the commit message"
7606 msgstr "Thêm dòng Signed-off-by cho ghi chú của lần chuyển giao"
7607
7608 #: builtin/am.c:2182
7609 msgid "recode into utf8 (default)"
7610 msgstr "chuyển mã thành utf8 (mặc định)"
7611
7612 #: builtin/am.c:2184
7613 msgid "pass -k flag to git-mailinfo"
7614 msgstr "chuyển cờ -k cho git-mailinfo"
7615
7616 #: builtin/am.c:2186
7617 msgid "pass -b flag to git-mailinfo"
7618 msgstr "chuyển cờ -b cho git-mailinfo"
7619
7620 #: builtin/am.c:2188
7621 msgid "pass -m flag to git-mailinfo"
7622 msgstr "chuyển cờ -m cho git-mailinfo"
7623
7624 #: builtin/am.c:2190
7625 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
7626 msgstr "chuyển cờ --keep-cr cho git-mailsplit với định dạng mbox"
7627
7628 #: builtin/am.c:2193
7629 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
7630 msgstr ""
7631 "đừng chuyển cờ --keep-cr cho git-mailsplit không phụ thuộc vào am.keepcr"
7632
7633 #: builtin/am.c:2196
7634 msgid "strip everything before a scissors line"
7635 msgstr "cắt mọi thứ trước dòng scissors"
7636
7637 #: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
7638 #: builtin/am.c:2210 builtin/am.c:2213 builtin/am.c:2216 builtin/am.c:2219
7639 #: builtin/am.c:2225
7640 msgid "pass it through git-apply"
7641 msgstr "chuyển nó qua git-apply"
7642
7643 #: builtin/am.c:2215 builtin/commit.c:1340 builtin/fmt-merge-msg.c:671
7644 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:868 builtin/merge.c:239
7645 #: builtin/pull.c:151 builtin/pull.c:209 builtin/rebase.c:837
7646 #: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
7647 #: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:386
7648 #: parse-options.h:144 parse-options.h:146 parse-options.h:268
7649 msgid "n"
7650 msgstr "n"
7651
7652 #: builtin/am.c:2221 builtin/branch.c:637 builtin/for-each-ref.c:38
7653 #: builtin/replace.c:543 builtin/tag.c:422 builtin/verify-tag.c:39
7654 msgid "format"
7655 msgstr "định dạng"
7656
7657 #: builtin/am.c:2222
7658 msgid "format the patch(es) are in"
7659 msgstr "định dạng (các) miếng vá theo"
7660
7661 #: builtin/am.c:2228
7662 msgid "override error message when patch failure occurs"
7663 msgstr "đè lên các lời nhắn lỗi khi xảy ra lỗi vá nghiêm trọng"
7664
7665 #: builtin/am.c:2230
7666 msgid "continue applying patches after resolving a conflict"
7667 msgstr "tiếp tục áp dụng các miếng vá sau khi giải quyết xung đột"
7668
7669 #: builtin/am.c:2233
7670 msgid "synonyms for --continue"
7671 msgstr "đồng nghĩa với --continue"
7672
7673 #: builtin/am.c:2236
7674 msgid "skip the current patch"
7675 msgstr "bỏ qua miếng vá hiện hành"
7676
7677 #: builtin/am.c:2239
7678 msgid "restore the original branch and abort the patching operation."
7679 msgstr "phục hồi lại nhánh gốc và loại bỏ thao tác vá."
7680
7681 #: builtin/am.c:2242
7682 msgid "abort the patching operation but keep HEAD where it is."
7683 msgstr "bỏ qua thao tác vá nhưng vẫn giữ HEAD chỉ đến nó."
7684
7685 #: builtin/am.c:2245
7686 msgid "show the patch being applied."
7687 msgstr "hiển thị miếng vá đã được áp dụng rồi."
7688
7689 #: builtin/am.c:2249
7690 msgid "lie about committer date"
7691 msgstr "nói dối về ngày chuyển giao"
7692
7693 #: builtin/am.c:2251
7694 msgid "use current timestamp for author date"
7695 msgstr "dùng dấu thời gian hiện tại cho ngày tác giả"
7696
7697 #: builtin/am.c:2253 builtin/commit.c:1483 builtin/merge.c:273
7698 #: builtin/pull.c:184 builtin/rebase.c:881 builtin/rebase--interactive.c:183
7699 #: builtin/revert.c:113 builtin/tag.c:402
7700 msgid "key-id"
7701 msgstr "mã-số-khóa"
7702
7703 #: builtin/am.c:2254 builtin/rebase.c:882 builtin/rebase--interactive.c:184
7704 msgid "GPG-sign commits"
7705 msgstr "lần chuyển giao ký-GPG"
7706
7707 #: builtin/am.c:2257
7708 msgid "(internal use for git-rebase)"
7709 msgstr "(dùng nội bộ cho git-rebase)"
7710
7711 #: builtin/am.c:2275
7712 msgid ""
7713 "The -b/--binary option has been a no-op for long time, and\n"
7714 "it will be removed. Please do not use it anymore."
7715 msgstr ""
7716 "Tùy chọn -b/--binary đã không dùng từ lâu rồi, và\n"
7717 "nó sẽ được bỏ đi. Xin đừng sử dụng nó thêm nữa."
7718
7719 #: builtin/am.c:2282
7720 msgid "failed to read the index"
7721 msgstr "gặp lỗi đọc bảng mục lục"
7722
7723 #: builtin/am.c:2297
7724 #, c-format
7725 msgid "previous rebase directory %s still exists but mbox given."
7726 msgstr "thư mục rebase trước %s không sẵn có nhưng mbox lại đưa ra."
7727
7728 #: builtin/am.c:2321
7729 #, c-format
7730 msgid ""
7731 "Stray %s directory found.\n"
7732 "Use \"git am --abort\" to remove it."
7733 msgstr ""
7734 "Tìm thấy thư mục lạc %s.\n"
7735 "Dùng \"git am --abort\" để loại bỏ nó đi."
7736
7737 #: builtin/am.c:2327
7738 msgid "Resolve operation not in progress, we are not resuming."
7739 msgstr "Thao tác phân giải không được tiến hành, chúng ta không phục hồi lại."
7740
7741 #: builtin/apply.c:8
7742 msgid "git apply [<options>] [<patch>...]"
7743 msgstr "git apply [<các-tùy-chọn>] [<miếng-vá>…]"
7744
7745 #: builtin/archive.c:17
7746 #, c-format
7747 msgid "could not create archive file '%s'"
7748 msgstr "không thể tạo tập tin kho (lưu trữ, nén) “%s”"
7749
7750 #: builtin/archive.c:20
7751 msgid "could not redirect output"
7752 msgstr "không thể chuyển hướng kết xuất"
7753
7754 #: builtin/archive.c:37
7755 msgid "git archive: Remote with no URL"
7756 msgstr "git archive: Máy chủ không có địa chỉ URL"
7757
7758 #: builtin/archive.c:58
7759 msgid "git archive: expected ACK/NAK, got a flush packet"
7760 msgstr "git archive: cần ACK/NAK, nhưng lại nhận được gói flush"
7761
7762 #: builtin/archive.c:61
7763 #, c-format
7764 msgid "git archive: NACK %s"
7765 msgstr "git archive: NACK %s"
7766
7767 #: builtin/archive.c:64
7768 msgid "git archive: protocol error"
7769 msgstr "git archive: lỗi giao thức"
7770
7771 #: builtin/archive.c:68
7772 msgid "git archive: expected a flush"
7773 msgstr "git archive: cần một flush (đẩy dữ liệu lên đĩa)"
7774
7775 #: builtin/bisect--helper.c:12
7776 msgid "git bisect--helper --next-all [--no-checkout]"
7777 msgstr "git bisect--helper --next-all [--no-checkout]"
7778
7779 #: builtin/bisect--helper.c:13
7780 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
7781 msgstr "git bisect--helper --write-terms <bad_term> <good_term>"
7782
7783 #: builtin/bisect--helper.c:14
7784 msgid "git bisect--helper --bisect-clean-state"
7785 msgstr "git bisect--helper --bisect-clean-state"
7786
7787 #: builtin/bisect--helper.c:46
7788 #, c-format
7789 msgid "'%s' is not a valid term"
7790 msgstr "“%s” không phải một thời hạn hợp lệ."
7791
7792 #: builtin/bisect--helper.c:50
7793 #, c-format
7794 msgid "can't use the builtin command '%s' as a term"
7795 msgstr "không thể dùng lệnh tích hợp “%s” như là một thời kỳ"
7796
7797 #: builtin/bisect--helper.c:60
7798 #, c-format
7799 msgid "can't change the meaning of the term '%s'"
7800 msgstr "không thể thay đổi nghĩa của thời kỳ “%s”"
7801
7802 #: builtin/bisect--helper.c:71
7803 msgid "please use two different terms"
7804 msgstr "vui lòng dùng hai thời kỳ khác nhau"
7805
7806 #: builtin/bisect--helper.c:78
7807 msgid "could not open the file BISECT_TERMS"
7808 msgstr "không thể mở tập tin BISECT_TERMS"
7809
7810 #: builtin/bisect--helper.c:120
7811 msgid "perform 'git bisect next'"
7812 msgstr "thực hiện “git bisect next”"
7813
7814 #: builtin/bisect--helper.c:122
7815 msgid "write the terms to .git/BISECT_TERMS"
7816 msgstr "ghi thời kỳ vào .git/BISECT_TERMS"
7817
7818 #: builtin/bisect--helper.c:124
7819 msgid "cleanup the bisection state"
7820 msgstr "dọn dẹp tình trạng di chuyển nửa bước"
7821
7822 #: builtin/bisect--helper.c:126
7823 msgid "check for expected revs"
7824 msgstr "kiểm tra cho điểm xem xét cần dùng"
7825
7826 #: builtin/bisect--helper.c:128
7827 msgid "update BISECT_HEAD instead of checking out the current commit"
7828 msgstr ""
7829 "cập nhật BISECT_HEAD thay vì lấy ra (checking out) lần chuyển giao hiện hành"
7830
7831 #: builtin/bisect--helper.c:143
7832 msgid "--write-terms requires two arguments"
7833 msgstr "--write-terms cần hai tham số"
7834
7835 #: builtin/bisect--helper.c:147
7836 msgid "--bisect-clean-state requires no arguments"
7837 msgstr "--bisect-clean-state không nhận đối số"
7838
7839 #: builtin/blame.c:31
7840 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
7841 msgstr "git blame [<các-tùy-chọn>] [<rev-opts>] [<rev>] [--] <tập-tin>"
7842
7843 #: builtin/blame.c:36
7844 msgid "<rev-opts> are documented in git-rev-list(1)"
7845 msgstr "<rev-opts> được mô tả trong tài liệu git-rev-list(1)"
7846
7847 #: builtin/blame.c:406
7848 #, c-format
7849 msgid "expecting a color: %s"
7850 msgstr "cần một màu: %s"
7851
7852 #: builtin/blame.c:413
7853 msgid "must end with a color"
7854 msgstr "phải kết thúc bằng một màu"
7855
7856 #: builtin/blame.c:700
7857 #, c-format
7858 msgid "invalid color '%s' in color.blame.repeatedLines"
7859 msgstr "màu không hợp lệ “%s” trong color.blame.repeatedLines"
7860
7861 #: builtin/blame.c:718
7862 msgid "invalid value for blame.coloring"
7863 msgstr "màu không hợp lệ cho blame.coloring"
7864
7865 #: builtin/blame.c:793
7866 msgid "Show blame entries as we find them, incrementally"
7867 msgstr "Hiển thị các mục “blame” như là chúng ta thấy chúng, tăng dần"
7868
7869 #: builtin/blame.c:794
7870 msgid "Show blank SHA-1 for boundary commits (Default: off)"
7871 msgstr ""
7872 "Hiển thị SHA-1 trắng cho những lần chuyển giao biên giới (Mặc định: off)"
7873
7874 #: builtin/blame.c:795
7875 msgid "Do not treat root commits as boundaries (Default: off)"
7876 msgstr "Không coi các lần chuyển giao gốc là giới hạn (Mặc định: off)"
7877
7878 #: builtin/blame.c:796
7879 msgid "Show work cost statistics"
7880 msgstr "Hiển thị thống kê công sức làm việc"
7881
7882 #: builtin/blame.c:797
7883 msgid "Force progress reporting"
7884 msgstr "Ép buộc báo cáo tiến triển công việc"
7885
7886 #: builtin/blame.c:798
7887 msgid "Show output score for blame entries"
7888 msgstr "Hiển thị kết xuất điểm số có các mục tin “blame”"
7889
7890 #: builtin/blame.c:799
7891 msgid "Show original filename (Default: auto)"
7892 msgstr "Hiển thị tên tập tin gốc (Mặc định: auto)"
7893
7894 #: builtin/blame.c:800
7895 msgid "Show original linenumber (Default: off)"
7896 msgstr "Hiển thị số dòng gốc (Mặc định: off)"
7897
7898 #: builtin/blame.c:801
7899 msgid "Show in a format designed for machine consumption"
7900 msgstr "Hiển thị ở định dạng đã thiết kế cho sự tiêu dùng bằng máy"
7901
7902 #: builtin/blame.c:802
7903 msgid "Show porcelain format with per-line commit information"
7904 msgstr "Hiển thị định dạng “porcelain” với thông tin chuyển giao mỗi dòng"
7905
7906 #: builtin/blame.c:803
7907 msgid "Use the same output mode as git-annotate (Default: off)"
7908 msgstr "Dùng cùng chế độ xuất ra với git-annotate (Mặc định: off)"
7909
7910 #: builtin/blame.c:804
7911 msgid "Show raw timestamp (Default: off)"
7912 msgstr "Hiển thị dấu vết thời gian dạng thô (Mặc định: off)"
7913
7914 #: builtin/blame.c:805
7915 msgid "Show long commit SHA1 (Default: off)"
7916 msgstr "Hiển thị SHA1 của lần chuyển giao dạng dài (Mặc định: off)"
7917
7918 #: builtin/blame.c:806
7919 msgid "Suppress author name and timestamp (Default: off)"
7920 msgstr "Không hiển thị tên tác giả và dấu vết thời gian (Mặc định: off)"
7921
7922 #: builtin/blame.c:807
7923 msgid "Show author email instead of name (Default: off)"
7924 msgstr "Hiển thị thư điện tử của tác giả thay vì tên (Mặc định: off)"
7925
7926 #: builtin/blame.c:808
7927 msgid "Ignore whitespace differences"
7928 msgstr "Bỏ qua các khác biệt do khoảng trắng gây ra"
7929
7930 #: builtin/blame.c:809
7931 msgid "color redundant metadata from previous line differently"
7932 msgstr "siêu dữ liệu dư thừa màu từ dòng trước khác hẳn"
7933
7934 #: builtin/blame.c:810
7935 msgid "color lines by age"
7936 msgstr "các dòng màu theo tuổi"
7937
7938 #: builtin/blame.c:817
7939 msgid "Use an experimental heuristic to improve diffs"
7940 msgstr "Dùng một phỏng đoán thử nghiệm để tăng cường các diff"
7941
7942 #: builtin/blame.c:819
7943 msgid "Spend extra cycles to find better match"
7944 msgstr "Tiêu thụ thêm năng tài nguyên máy móc để tìm kiếm tốt hơn nữa"
7945
7946 #: builtin/blame.c:820
7947 msgid "Use revisions from <file> instead of calling git-rev-list"
7948 msgstr ""
7949 "Sử dụng điểm xét duyệt (revision) từ <tập tin> thay vì gọi “git-rev-list”"
7950
7951 #: builtin/blame.c:821
7952 msgid "Use <file>'s contents as the final image"
7953 msgstr "Sử dụng nội dung của <tập tin> như là ảnh cuối cùng"
7954
7955 #: builtin/blame.c:822 builtin/blame.c:823
7956 msgid "score"
7957 msgstr "điểm số"
7958
7959 #: builtin/blame.c:822
7960 msgid "Find line copies within and across files"
7961 msgstr "Tìm các bản sao chép dòng trong và ngang qua tập tin"
7962
7963 #: builtin/blame.c:823
7964 msgid "Find line movements within and across files"
7965 msgstr "Tìm các di chuyển dòng trong và ngang qua tập tin"
7966
7967 #: builtin/blame.c:824
7968 msgid "n,m"
7969 msgstr "n,m"
7970
7971 #: builtin/blame.c:824
7972 msgid "Process only line range n,m, counting from 1"
7973 msgstr "Xử lý chỉ dòng vùng n,m, tính từ 1"
7974
7975 #: builtin/blame.c:873
7976 msgid "--progress can't be used with --incremental or porcelain formats"
7977 msgstr ""
7978 "--progress không được dùng cùng với --incremental hay các định dạng porcelain"
7979
7980 #. TRANSLATORS: This string is used to tell us the
7981 #. maximum display width for a relative timestamp in
7982 #. "git blame" output. For C locale, "4 years, 11
7983 #. months ago", which takes 22 places, is the longest
7984 #. among various forms of relative timestamps, but
7985 #. your language may need more or fewer display
7986 #. columns.
7987 #.
7988 #: builtin/blame.c:924
7989 msgid "4 years, 11 months ago"
7990 msgstr "4 năm, 11 tháng trước"
7991
7992 #: builtin/blame.c:1011
7993 #, c-format
7994 msgid "file %s has only %lu line"
7995 msgid_plural "file %s has only %lu lines"
7996 msgstr[0] "tập tin %s chỉ có %lu dòng"
7997
7998 #: builtin/blame.c:1057
7999 msgid "Blaming lines"
8000 msgstr "Các dòng blame"
8001
8002 #: builtin/branch.c:29
8003 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8004 msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--merged | --no-merged]"
8005
8006 #: builtin/branch.c:30
8007 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8008 msgstr "git branch [<các-tùy-chọn>] [-l] [-f] <tên-nhánh> [<điểm-đầu>]"
8009
8010 #: builtin/branch.c:31
8011 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8012 msgstr "git branch [<các-tùy-chọn>] [-r] (-d | -D) <tên-nhánh> …"
8013
8014 #: builtin/branch.c:32
8015 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8016 msgstr "git branch [<các-tùy-chọn>] (-m | -M) [<nhánh-cũ>] <nhánh-mới>"
8017
8018 #: builtin/branch.c:33
8019 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8020 msgstr "git branch [<các-tùy-chọn>] (-c | -C) [<nhánh-cũ>] <nhánh-mới>"
8021
8022 #: builtin/branch.c:34
8023 msgid "git branch [<options>] [-r | -a] [--points-at]"
8024 msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--points-at]"
8025
8026 #: builtin/branch.c:35
8027 msgid "git branch [<options>] [-r | -a] [--format]"
8028 msgstr "git branch [<các-tùy-chọn>] [-r | -a] [--format]"
8029
8030 #: builtin/branch.c:151
8031 #, c-format
8032 msgid ""
8033 "deleting branch '%s' that has been merged to\n"
8034 " '%s', but not yet merged to HEAD."
8035 msgstr ""
8036 "đang xóa nhánh “%s” mà nó lại đã được hòa trộn vào\n"
8037 " “%s”, nhưng vẫn chưa được hòa trộn vào HEAD."
8038
8039 #: builtin/branch.c:155
8040 #, c-format
8041 msgid ""
8042 "not deleting branch '%s' that is not yet merged to\n"
8043 " '%s', even though it is merged to HEAD."
8044 msgstr ""
8045 "không xóa nhánh “%s” cái mà chưa được hòa trộn vào\n"
8046 " “%s”, cho dù là nó đã được hòa trộn vào HEAD."
8047
8048 #: builtin/branch.c:169
8049 #, c-format
8050 msgid "Couldn't look up commit object for '%s'"
8051 msgstr "Không thể tìm kiếm đối tượng chuyển giao cho “%s”"
8052
8053 #: builtin/branch.c:173
8054 #, c-format
8055 msgid ""
8056 "The branch '%s' is not fully merged.\n"
8057 "If you are sure you want to delete it, run 'git branch -D %s'."
8058 msgstr ""
8059 "Nhánh “%s” không được trộn một cách đầy đủ.\n"
8060 "Nếu bạn thực sự muốn xóa nó, thì chạy lệnh “git branch -D %s”."
8061
8062 #: builtin/branch.c:186
8063 msgid "Update of config-file failed"
8064 msgstr "Cập nhật tập tin cấu hình gặp lỗi"
8065
8066 #: builtin/branch.c:217
8067 msgid "cannot use -a with -d"
8068 msgstr "không thể dùng tùy chọn -a với -d"
8069
8070 #: builtin/branch.c:223
8071 msgid "Couldn't look up commit object for HEAD"
8072 msgstr "Không thể tìm kiếm đối tượng chuyển giao cho HEAD"
8073
8074 #: builtin/branch.c:237
8075 #, c-format
8076 msgid "Cannot delete branch '%s' checked out at '%s'"
8077 msgstr "Không thể xóa nhánh “%s” đã được lấy ra tại “%s”"
8078
8079 #: builtin/branch.c:252
8080 #, c-format
8081 msgid "remote-tracking branch '%s' not found."
8082 msgstr "không tìm thấy nhánh theo dõi máy chủ “%s”."
8083
8084 #: builtin/branch.c:253
8085 #, c-format
8086 msgid "branch '%s' not found."
8087 msgstr "không tìm thấy nhánh “%s”."
8088
8089 #: builtin/branch.c:268
8090 #, c-format
8091 msgid "Error deleting remote-tracking branch '%s'"
8092 msgstr "Gặp lỗi khi đang xóa nhánh theo dõi máy chủ “%s”"
8093
8094 #: builtin/branch.c:269
8095 #, c-format
8096 msgid "Error deleting branch '%s'"
8097 msgstr "Gặp lỗi khi xóa bỏ nhánh “%s”"
8098
8099 #: builtin/branch.c:276
8100 #, c-format
8101 msgid "Deleted remote-tracking branch %s (was %s).\n"
8102 msgstr "Đã xóa nhánh theo dõi máy chủ \"%s\" (từng là %s).\n"
8103
8104 #: builtin/branch.c:277
8105 #, c-format
8106 msgid "Deleted branch %s (was %s).\n"
8107 msgstr "Nhánh “%s” đã bị xóa (từng là %s)\n"
8108
8109 #: builtin/branch.c:421 builtin/tag.c:59
8110 msgid "unable to parse format string"
8111 msgstr "không thể phân tích chuỗi định dạng"
8112
8113 #: builtin/branch.c:458
8114 #, c-format
8115 msgid "Branch %s is being rebased at %s"
8116 msgstr "Nhánh %s đang được cải tổ lại tại %s"
8117
8118 #: builtin/branch.c:462
8119 #, c-format
8120 msgid "Branch %s is being bisected at %s"
8121 msgstr "Nhánh %s đang được di chuyển phân đôi (bisect) tại %s"
8122
8123 #: builtin/branch.c:479
8124 msgid "cannot copy the current branch while not on any."
8125 msgstr "không thể sao chép nhánh hiện hành trong khi nó chẳng ở đâu cả."
8126
8127 #: builtin/branch.c:481
8128 msgid "cannot rename the current branch while not on any."
8129 msgstr "không thể đổi tên nhánh hiện hành trong khi nó chẳng ở đâu cả."
8130
8131 #: builtin/branch.c:492
8132 #, c-format
8133 msgid "Invalid branch name: '%s'"
8134 msgstr "Tên nhánh không hợp lệ: “%s”"
8135
8136 #: builtin/branch.c:519
8137 msgid "Branch rename failed"
8138 msgstr "Gặp lỗi khi đổi tên nhánh"
8139
8140 #: builtin/branch.c:521
8141 msgid "Branch copy failed"
8142 msgstr "Gặp lỗi khi sao chép nhánh"
8143
8144 #: builtin/branch.c:525
8145 #, c-format
8146 msgid "Created a copy of a misnamed branch '%s'"
8147 msgstr "Đã tạo một bản sao của nhánh khuyết danh “%s”"
8148
8149 #: builtin/branch.c:528
8150 #, c-format
8151 msgid "Renamed a misnamed branch '%s' away"
8152 msgstr "Đã đổi tên nhánh khuyết danh “%s” đi"
8153
8154 #: builtin/branch.c:534
8155 #, c-format
8156 msgid "Branch renamed to %s, but HEAD is not updated!"
8157 msgstr "Nhánh bị đổi tên thành %s, nhưng HEAD lại không được cập nhật!"
8158
8159 #: builtin/branch.c:543
8160 msgid "Branch is renamed, but update of config-file failed"
8161 msgstr "Nhánh bị đổi tên, nhưng cập nhật tập tin cấu hình gặp lỗi"
8162
8163 #: builtin/branch.c:545
8164 msgid "Branch is copied, but update of config-file failed"
8165 msgstr "Nhánh đã được sao chép, nhưng cập nhật tập tin cấu hình gặp lỗi"
8166
8167 #: builtin/branch.c:561
8168 #, c-format
8169 msgid ""
8170 "Please edit the description for the branch\n"
8171 " %s\n"
8172 "Lines starting with '%c' will be stripped.\n"
8173 msgstr ""
8174 "Viết các ghi chú cho nhánh:\n"
8175 " %s\n"
8176 "Những dòng được bắt đầu bằng “%c” sẽ được cắt bỏ.\n"
8177
8178 #: builtin/branch.c:594
8179 msgid "Generic options"
8180 msgstr "Tùy chọn chung"
8181
8182 #: builtin/branch.c:596
8183 msgid "show hash and subject, give twice for upstream branch"
8184 msgstr "hiển thị mã băm và chủ đề, đưa ra hai lần cho nhánh thượng nguồn"
8185
8186 #: builtin/branch.c:597
8187 msgid "suppress informational messages"
8188 msgstr "không xuất các thông tin"
8189
8190 #: builtin/branch.c:598
8191 msgid "set up tracking mode (see git-pull(1))"
8192 msgstr "cài đặt chế độ theo dõi (xem git-pull(1))"
8193
8194 #: builtin/branch.c:600
8195 msgid "do not use"
8196 msgstr "không dùng"
8197
8198 #: builtin/branch.c:602 builtin/rebase--interactive.c:180
8199 msgid "upstream"
8200 msgstr "thượng nguồn"
8201
8202 #: builtin/branch.c:602
8203 msgid "change the upstream info"
8204 msgstr "thay đổi thông tin thượng nguồn"
8205
8206 #: builtin/branch.c:603
8207 msgid "Unset the upstream info"
8208 msgstr "Bỏ đặt thông tin thượng nguồn"
8209
8210 #: builtin/branch.c:604
8211 msgid "use colored output"
8212 msgstr "tô màu kết xuất"
8213
8214 #: builtin/branch.c:605
8215 msgid "act on remote-tracking branches"
8216 msgstr "thao tác trên nhánh “remote-tracking”"
8217
8218 #: builtin/branch.c:607 builtin/branch.c:609
8219 msgid "print only branches that contain the commit"
8220 msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"
8221
8222 #: builtin/branch.c:608 builtin/branch.c:610
8223 msgid "print only branches that don't contain the commit"
8224 msgstr "chỉ hiển thị những nhánh mà nó không chứa lần chuyển giao"
8225
8226 #: builtin/branch.c:613
8227 msgid "Specific git-branch actions:"
8228 msgstr "Hành động git-branch:"
8229
8230 #: builtin/branch.c:614
8231 msgid "list both remote-tracking and local branches"
8232 msgstr "liệt kê cả nhánh “remote-tracking” và nội bộ"
8233
8234 #: builtin/branch.c:616
8235 msgid "delete fully merged branch"
8236 msgstr "xóa một toàn bộ nhánh đã hòa trộn"
8237
8238 #: builtin/branch.c:617
8239 msgid "delete branch (even if not merged)"
8240 msgstr "xóa nhánh (cho dù là chưa được hòa trộn)"
8241
8242 #: builtin/branch.c:618
8243 msgid "move/rename a branch and its reflog"
8244 msgstr "di chuyển hay đổi tên một nhánh và reflog của nó"
8245
8246 #: builtin/branch.c:619
8247 msgid "move/rename a branch, even if target exists"
8248 msgstr "di chuyển hoặc đổi tên một nhánh ngay cả khi đích đã có sẵn"
8249
8250 #: builtin/branch.c:620
8251 msgid "copy a branch and its reflog"
8252 msgstr "sao chép một nhánh và reflog của nó"
8253
8254 #: builtin/branch.c:621
8255 msgid "copy a branch, even if target exists"
8256 msgstr "sao chép một nhánh ngay cả khi đích đã có sẵn"
8257
8258 #: builtin/branch.c:622
8259 msgid "list branch names"
8260 msgstr "liệt kê các tên nhánh"
8261
8262 #: builtin/branch.c:623
8263 msgid "create the branch's reflog"
8264 msgstr "tạo reflog của nhánh"
8265
8266 #: builtin/branch.c:625
8267 msgid "edit the description for the branch"
8268 msgstr "sửa mô tả cho nhánh"
8269
8270 #: builtin/branch.c:626
8271 msgid "force creation, move/rename, deletion"
8272 msgstr "buộc tạo, di chuyển/đổi tên, xóa"
8273
8274 #: builtin/branch.c:627
8275 msgid "print only branches that are merged"
8276 msgstr "chỉ hiển thị những nhánh mà nó được hòa trộn"
8277
8278 #: builtin/branch.c:628
8279 msgid "print only branches that are not merged"
8280 msgstr "chỉ hiển thị những nhánh mà nó không được hòa trộn"
8281
8282 #: builtin/branch.c:629
8283 msgid "list branches in columns"
8284 msgstr "liệt kê các nhánh trong các cột"
8285
8286 #: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
8287 #: builtin/tag.c:415
8288 msgid "key"
8289 msgstr "khóa"
8290
8291 #: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
8292 #: builtin/tag.c:416
8293 msgid "field name to sort on"
8294 msgstr "tên trường cần sắp xếp"
8295
8296 #: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:415
8297 #: builtin/notes.c:418 builtin/notes.c:578 builtin/notes.c:581
8298 #: builtin/tag.c:418
8299 msgid "object"
8300 msgstr "đối tượng"
8301
8302 #: builtin/branch.c:634
8303 msgid "print only branches of the object"
8304 msgstr "chỉ hiển thị các nhánh của đối tượng"
8305
8306 #: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:425
8307 msgid "sorting and filtering are case insensitive"
8308 msgstr "sắp xếp và lọc là phân biệt HOA thường"
8309
8310 #: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:423
8311 #: builtin/verify-tag.c:39
8312 msgid "format to use for the output"
8313 msgstr "định dạng sẽ dùng cho đầu ra"
8314
8315 #: builtin/branch.c:660 builtin/clone.c:739
8316 msgid "HEAD not found below refs/heads!"
8317 msgstr "không tìm thấy HEAD ở dưới refs/heads!"
8318
8319 #: builtin/branch.c:683
8320 msgid "--column and --verbose are incompatible"
8321 msgstr "tùy chọn --column và --verbose xung khắc nhau"
8322
8323 #: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:758
8324 msgid "branch name required"
8325 msgstr "cần chỉ ra tên nhánh"
8326
8327 #: builtin/branch.c:725
8328 msgid "Cannot give description to detached HEAD"
8329 msgstr "Không thể đưa ra mô tả HEAD đã tách rời"
8330
8331 #: builtin/branch.c:730
8332 msgid "cannot edit description of more than one branch"
8333 msgstr "không thể sửa mô tả cho nhiều hơn một nhánh"
8334
8335 #: builtin/branch.c:737
8336 #, c-format
8337 msgid "No commit on branch '%s' yet."
8338 msgstr "Vẫn chưa chuyển giao trên nhánh “%s”."
8339
8340 #: builtin/branch.c:740
8341 #, c-format
8342 msgid "No branch named '%s'."
8343 msgstr "Không có nhánh nào có tên “%s”."
8344
8345 #: builtin/branch.c:755
8346 msgid "too many branches for a copy operation"
8347 msgstr "quá nhiều nhánh dành cho thao tác sao chép"
8348
8349 #: builtin/branch.c:764
8350 msgid "too many arguments for a rename operation"
8351 msgstr "quá nhiều tham số cho thao tác đổi tên"
8352
8353 #: builtin/branch.c:769
8354 msgid "too many arguments to set new upstream"
8355 msgstr "quá nhiều tham số để đặt thượng nguồn mới"
8356
8357 #: builtin/branch.c:773
8358 #, c-format
8359 msgid ""
8360 "could not set upstream of HEAD to %s when it does not point to any branch."
8361 msgstr ""
8362 "không thể đặt thượng nguồn của HEAD thành %s khi mà nó chẳng chỉ đến nhánh "
8363 "nào cả."
8364
8365 #: builtin/branch.c:776 builtin/branch.c:798
8366 #, c-format
8367 msgid "no such branch '%s'"
8368 msgstr "không có nhánh nào như thế “%s”"
8369
8370 #: builtin/branch.c:780
8371 #, c-format
8372 msgid "branch '%s' does not exist"
8373 msgstr "chưa có nhánh “%s”"
8374
8375 #: builtin/branch.c:792
8376 msgid "too many arguments to unset upstream"
8377 msgstr "quá nhiều tham số để bỏ đặt thượng nguồn"
8378
8379 #: builtin/branch.c:796
8380 msgid "could not unset upstream of HEAD when it does not point to any branch."
8381 msgstr "không thể bỏ đặt thượng nguồn của HEAD không chỉ đến một nhánh nào cả."
8382
8383 #: builtin/branch.c:802
8384 #, c-format
8385 msgid "Branch '%s' has no upstream information"
8386 msgstr "Nhánh “%s” không có thông tin thượng nguồn"
8387
8388 #: builtin/branch.c:812
8389 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
8390 msgstr ""
8391 "hai tùy chọn -a và -r áp dụng cho lệnh “git branch” không hợp lý đối với tên "
8392 "nhánh"
8393
8394 #: builtin/branch.c:815
8395 msgid ""
8396 "the '--set-upstream' option is no longer supported. Please use '--track' or "
8397 "'--set-upstream-to' instead."
8398 msgstr ""
8399 "tùy chọn --set-upstream đã không còn được hỗ trợ nữa. Vui lòng dùng “--"
8400 "track” hoặc “--set-upstream-to” để thay thế."
8401
8402 #: builtin/bundle.c:45
8403 #, c-format
8404 msgid "%s is okay\n"
8405 msgstr "“%s” tốt\n"
8406
8407 #: builtin/bundle.c:58
8408 msgid "Need a repository to create a bundle."
8409 msgstr "Cần một kho chứa để có thể tạo một bundle."
8410
8411 #: builtin/bundle.c:62
8412 msgid "Need a repository to unbundle."
8413 msgstr "Cần một kho chứa để có thể giải nén một bundle."
8414
8415 #: builtin/cat-file.c:587
8416 msgid ""
8417 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
8418 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
8419 msgstr ""
8420 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
8421 "p | <kiểu> | --textconv) | --filters) [--path=<đường/dẫn>] <đối_tượng>"
8422
8423 #: builtin/cat-file.c:588
8424 msgid ""
8425 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
8426 "filters]"
8427 msgstr ""
8428 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
8429 "filters]"
8430
8431 #: builtin/cat-file.c:609
8432 msgid "only one batch option may be specified"
8433 msgstr "chỉ một tùy chọn batch được chỉ ra"
8434
8435 #: builtin/cat-file.c:627
8436 msgid "<type> can be one of: blob, tree, commit, tag"
8437 msgstr "<kiểu> là một trong số: blob, tree, commit hoặc tag"
8438
8439 #: builtin/cat-file.c:628
8440 msgid "show object type"
8441 msgstr "hiển thị kiểu đối tượng"
8442
8443 #: builtin/cat-file.c:629
8444 msgid "show object size"
8445 msgstr "hiển thị kích thước đối tượng"
8446
8447 #: builtin/cat-file.c:631
8448 msgid "exit with zero when there's no error"
8449 msgstr "thoát với 0 khi không có lỗi"
8450
8451 #: builtin/cat-file.c:632
8452 msgid "pretty-print object's content"
8453 msgstr "in nội dung đối tượng dạng dễ đọc"
8454
8455 #: builtin/cat-file.c:634
8456 msgid "for blob objects, run textconv on object's content"
8457 msgstr "với đối tượng blob, chạy lệnh textconv trên nội dung của đối tượng"
8458
8459 #: builtin/cat-file.c:636
8460 msgid "for blob objects, run filters on object's content"
8461 msgstr "với đối tượng blob, chạy lệnh filters trên nội dung của đối tượng"
8462
8463 #: builtin/cat-file.c:637 git-submodule.sh:857
8464 msgid "blob"
8465 msgstr "blob"
8466
8467 #: builtin/cat-file.c:638
8468 msgid "use a specific path for --textconv/--filters"
8469 msgstr "dùng một đường dẫn rõ ràng cho --textconv/--filters"
8470
8471 #: builtin/cat-file.c:640
8472 msgid "allow -s and -t to work with broken/corrupt objects"
8473 msgstr "cho phép -s và -t để làm việc với các đối tượng sai/hỏng"
8474
8475 #: builtin/cat-file.c:641
8476 msgid "buffer --batch output"
8477 msgstr "đệm kết xuất --batch"
8478
8479 #: builtin/cat-file.c:643
8480 msgid "show info and content of objects fed from the standard input"
8481 msgstr ""
8482 "hiển thị thông tin và nội dung của các đối tượng lấy từ đầu vào tiêu chuẩn"
8483
8484 #: builtin/cat-file.c:647
8485 msgid "show info about objects fed from the standard input"
8486 msgstr "hiển thị các thông tin về đối tượng fed từ đầu vào tiêu chuẩn"
8487
8488 #: builtin/cat-file.c:651
8489 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
8490 msgstr "theo liên kết mềm trong-cây (được dùng với --batch hay --batch-check)"
8491
8492 #: builtin/cat-file.c:653
8493 msgid "show all objects with --batch or --batch-check"
8494 msgstr "hiển thị mọi đối tượng với --batch hay --batch-check"
8495
8496 #: builtin/cat-file.c:655
8497 msgid "do not order --batch-all-objects output"
8498 msgstr "đừng sắp xếp đầu ra --batch-all-objects"
8499
8500 #: builtin/check-attr.c:12
8501 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
8502 msgstr "git check-attr [-a | --all | <attr>…] [--] tên-đường-dẫn…"
8503
8504 #: builtin/check-attr.c:13
8505 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
8506 msgstr "git check-attr --stdin [-z] [-a | --all | <attr>…]"
8507
8508 #: builtin/check-attr.c:20
8509 msgid "report all attributes set on file"
8510 msgstr "báo cáo tất cả các thuộc tính đặt trên tập tin"
8511
8512 #: builtin/check-attr.c:21
8513 msgid "use .gitattributes only from the index"
8514 msgstr "chỉ dùng .gitattributes từ bảng mục lục"
8515
8516 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
8517 msgid "read file names from stdin"
8518 msgstr "đọc tên tập tin từ đầu vào tiêu chuẩn"
8519
8520 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
8521 msgid "terminate input and output records by a NUL character"
8522 msgstr "chấm dứt các bản ghi vào và ra bằng ký tự NULL"
8523
8524 #: builtin/check-ignore.c:20 builtin/checkout.c:1234 builtin/gc.c:517
8525 #: builtin/worktree.c:495
8526 msgid "suppress progress reporting"
8527 msgstr "chặn các báo cáo tiến trình hoạt động"
8528
8529 #: builtin/check-ignore.c:28
8530 msgid "show non-matching input paths"
8531 msgstr "hiển thị những đường dẫn đầu vào không khớp với mẫu"
8532
8533 #: builtin/check-ignore.c:30
8534 msgid "ignore index when checking"
8535 msgstr "bỏ qua mục lục khi kiểm tra"
8536
8537 #: builtin/check-ignore.c:159
8538 msgid "cannot specify pathnames with --stdin"
8539 msgstr "không thể chỉ định các tên đường dẫn với --stdin"
8540
8541 #: builtin/check-ignore.c:162
8542 msgid "-z only makes sense with --stdin"
8543 msgstr "-z chỉ hợp lý với --stdin"
8544
8545 #: builtin/check-ignore.c:164
8546 msgid "no path specified"
8547 msgstr "chưa chỉ ra đường dẫn"
8548
8549 #: builtin/check-ignore.c:168
8550 msgid "--quiet is only valid with a single pathname"
8551 msgstr "--quiet chỉ hợp lệ với tên đường dẫn đơn"
8552
8553 #: builtin/check-ignore.c:170
8554 msgid "cannot have both --quiet and --verbose"
8555 msgstr "không thể dùng cả hai tùy chọn --quiet và --verbose"
8556
8557 #: builtin/check-ignore.c:173
8558 msgid "--non-matching is only valid with --verbose"
8559 msgstr "tùy-chọn --non-matching chỉ hợp lệ khi dùng với --verbose"
8560
8561 #: builtin/check-mailmap.c:9
8562 msgid "git check-mailmap [<options>] <contact>..."
8563 msgstr "git check-mailmap [<các-tùy-chọn>] <danh-bạ>…"
8564
8565 #: builtin/check-mailmap.c:14
8566 msgid "also read contacts from stdin"
8567 msgstr "đồng thời đọc các danh bạ từ đầu vào tiêu chuẩn"
8568
8569 #: builtin/check-mailmap.c:25
8570 #, c-format
8571 msgid "unable to parse contact: %s"
8572 msgstr "không thể phân tích danh bạ: “%s”"
8573
8574 #: builtin/check-mailmap.c:48
8575 msgid "no contacts specified"
8576 msgstr "chưa chỉ ra danh bạ"
8577
8578 #: builtin/checkout-index.c:128
8579 msgid "git checkout-index [<options>] [--] [<file>...]"
8580 msgstr "git checkout-index [<các-tùy-chọn>] [--] [<tập-tin>…]"
8581
8582 #: builtin/checkout-index.c:145
8583 msgid "stage should be between 1 and 3 or all"
8584 msgstr "stage nên giữa 1 và 3 hay all"
8585
8586 #: builtin/checkout-index.c:161
8587 msgid "check out all files in the index"
8588 msgstr "lấy ra toàn bộ các tập tin trong bảng mục lục"
8589
8590 #: builtin/checkout-index.c:162
8591 msgid "force overwrite of existing files"
8592 msgstr "ép buộc ghi đè lên tập tin đã sẵn có từ trước"
8593
8594 #: builtin/checkout-index.c:164
8595 msgid "no warning for existing files and files not in index"
8596 msgstr ""
8597 "không cảnh báo cho những tập tin tồn tại và không có trong bảng mục lục"
8598
8599 #: builtin/checkout-index.c:166
8600 msgid "don't checkout new files"
8601 msgstr "không checkout các tập tin mới"
8602
8603 #: builtin/checkout-index.c:168
8604 msgid "update stat information in the index file"
8605 msgstr "cập nhật thông tin thống kê trong tập tin lưu bảng mục lục mới"
8606
8607 #: builtin/checkout-index.c:172
8608 msgid "read list of paths from the standard input"
8609 msgstr "đọc danh sách đường dẫn từ đầu vào tiêu chuẩn"
8610
8611 #: builtin/checkout-index.c:174
8612 msgid "write the content to temporary files"
8613 msgstr "ghi nội dung vào tập tin tạm"
8614
8615 #: builtin/checkout-index.c:175 builtin/column.c:31
8616 #: builtin/submodule--helper.c:1368 builtin/submodule--helper.c:1371
8617 #: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1853
8618 #: builtin/worktree.c:668
8619 msgid "string"
8620 msgstr "chuỗi"
8621
8622 #: builtin/checkout-index.c:176
8623 msgid "when creating files, prepend <string>"
8624 msgstr "khi tạo các tập tin, nối thêm <chuỗi>"
8625
8626 #: builtin/checkout-index.c:178
8627 msgid "copy out the files from named stage"
8628 msgstr "sao chép ra các tập tin từ bệ phóng có tên"
8629
8630 #: builtin/checkout.c:31
8631 msgid "git checkout [<options>] <branch>"
8632 msgstr "git checkout [<các-tùy-chọn>] <nhánh>"
8633
8634 #: builtin/checkout.c:32
8635 msgid "git checkout [<options>] [<branch>] -- <file>..."
8636 msgstr "git checkout [<các-tùy-chọn>] [<nhánh>] -- <tập-tin>…"
8637
8638 #: builtin/checkout.c:144 builtin/checkout.c:177
8639 #, c-format
8640 msgid "path '%s' does not have our version"
8641 msgstr "đường dẫn “%s” không có các phiên bản của chúng ta"
8642
8643 #: builtin/checkout.c:146 builtin/checkout.c:179
8644 #, c-format
8645 msgid "path '%s' does not have their version"
8646 msgstr "đường dẫn “%s” không có các phiên bản của chúng"
8647
8648 #: builtin/checkout.c:162
8649 #, c-format
8650 msgid "path '%s' does not have all necessary versions"
8651 msgstr "đường dẫn “%s” không có tất cả các phiên bản cần thiết"
8652
8653 #: builtin/checkout.c:206
8654 #, c-format
8655 msgid "path '%s' does not have necessary versions"
8656 msgstr "đường dẫn “%s” không có các phiên bản cần thiết"
8657
8658 #: builtin/checkout.c:224
8659 #, c-format
8660 msgid "path '%s': cannot merge"
8661 msgstr "đường dẫn “%s”: không thể hòa trộn"
8662
8663 #: builtin/checkout.c:240
8664 #, c-format
8665 msgid "Unable to add merge result for '%s'"
8666 msgstr "Không thể thêm kết quả hòa trộn cho “%s”"
8667
8668 #: builtin/checkout.c:262 builtin/checkout.c:265 builtin/checkout.c:268
8669 #: builtin/checkout.c:271
8670 #, c-format
8671 msgid "'%s' cannot be used with updating paths"
8672 msgstr "không được dùng “%s” với các đường dẫn cập nhật"
8673
8674 #: builtin/checkout.c:274 builtin/checkout.c:277
8675 #, c-format
8676 msgid "'%s' cannot be used with %s"
8677 msgstr "không được dùng “%s” với %s"
8678
8679 #: builtin/checkout.c:280
8680 #, c-format
8681 msgid "Cannot update paths and switch to branch '%s' at the same time."
8682 msgstr ""
8683 "Không thể cập nhật các đường dẫn và chuyển đến nhánh “%s” cùng một lúc."
8684
8685 #: builtin/checkout.c:349 builtin/checkout.c:356
8686 #, c-format
8687 msgid "path '%s' is unmerged"
8688 msgstr "đường dẫn “%s” không được hòa trộn"
8689
8690 #: builtin/checkout.c:608
8691 msgid "you need to resolve your current index first"
8692 msgstr "bạn cần phải giải quyết bảng mục lục hiện tại của bạn trước đã"
8693
8694 #: builtin/checkout.c:745
8695 #, c-format
8696 msgid "Can not do reflog for '%s': %s\n"
8697 msgstr "Không thể thực hiện reflog cho “%s”: %s\n"
8698
8699 #: builtin/checkout.c:786
8700 msgid "HEAD is now at"
8701 msgstr "HEAD hiện giờ tại"
8702
8703 #: builtin/checkout.c:790 builtin/clone.c:692
8704 msgid "unable to update HEAD"
8705 msgstr "không thể cập nhật HEAD"
8706
8707 #: builtin/checkout.c:794
8708 #, c-format
8709 msgid "Reset branch '%s'\n"
8710 msgstr "Đặt lại nhánh “%s”\n"
8711
8712 #: builtin/checkout.c:797
8713 #, c-format
8714 msgid "Already on '%s'\n"
8715 msgstr "Đã sẵn sàng trên “%s”\n"
8716
8717 #: builtin/checkout.c:801
8718 #, c-format
8719 msgid "Switched to and reset branch '%s'\n"
8720 msgstr "Đã chuyển tới và đặt lại nhánh “%s”\n"
8721
8722 #: builtin/checkout.c:803 builtin/checkout.c:1166
8723 #, c-format
8724 msgid "Switched to a new branch '%s'\n"
8725 msgstr "Đã chuyển đến nhánh mới “%s”\n"
8726
8727 #: builtin/checkout.c:805
8728 #, c-format
8729 msgid "Switched to branch '%s'\n"
8730 msgstr "Đã chuyển đến nhánh “%s”\n"
8731
8732 #: builtin/checkout.c:856
8733 #, c-format
8734 msgid " ... and %d more.\n"
8735 msgstr " … và nhiều hơn %d.\n"
8736
8737 #: builtin/checkout.c:862
8738 #, c-format
8739 msgid ""
8740 "Warning: you are leaving %d commit behind, not connected to\n"
8741 "any of your branches:\n"
8742 "\n"
8743 "%s\n"
8744 msgid_plural ""
8745 "Warning: you are leaving %d commits behind, not connected to\n"
8746 "any of your branches:\n"
8747 "\n"
8748 "%s\n"
8749 msgstr[0] ""
8750 "Cảnh báo: bạn đã rời bỏ %d lần chuyển giao lại đằng sau, không được kết nối "
8751 "đến\n"
8752 "bất kỳ nhánh nào của bạn:\n"
8753 "\n"
8754 "%s\n"
8755
8756 #: builtin/checkout.c:881
8757 #, c-format
8758 msgid ""
8759 "If you want to keep it by creating a new branch, this may be a good time\n"
8760 "to do so with:\n"
8761 "\n"
8762 " git branch <new-branch-name> %s\n"
8763 "\n"
8764 msgid_plural ""
8765 "If you want to keep them by creating a new branch, this may be a good time\n"
8766 "to do so with:\n"
8767 "\n"
8768 " git branch <new-branch-name> %s\n"
8769 "\n"
8770 msgstr[0] ""
8771 "Nếu bạn muốn giữ (chúng) nó bằng cách tạo ra một nhánh mới, đây có lẽ là\n"
8772 "một thời điểm thích hợp để làm thế bằng lệnh:\n"
8773 "\n"
8774 " git branch <tên_nhánh_mới> %s\n"
8775 "\n"
8776
8777 #: builtin/checkout.c:913
8778 msgid "internal error in revision walk"
8779 msgstr "lỗi nội bộ trong khi di chuyển qua các điểm xét duyệt"
8780
8781 #: builtin/checkout.c:917
8782 msgid "Previous HEAD position was"
8783 msgstr "Vị trí trước kia của HEAD là"
8784
8785 #: builtin/checkout.c:945 builtin/checkout.c:1161
8786 msgid "You are on a branch yet to be born"
8787 msgstr "Bạn tại nhánh mà nó chưa hề được sinh ra"
8788
8789 #: builtin/checkout.c:1066
8790 #, c-format
8791 msgid "only one reference expected, %d given."
8792 msgstr "chỉ cần một tham chiếu, nhưng lại đưa ra %d."
8793
8794 #: builtin/checkout.c:1107 builtin/worktree.c:289 builtin/worktree.c:444
8795 #, c-format
8796 msgid "invalid reference: %s"
8797 msgstr "tham chiếu không hợp lệ: %s"
8798
8799 #: builtin/checkout.c:1136
8800 #, c-format
8801 msgid "reference is not a tree: %s"
8802 msgstr "tham chiếu không phải là một cây:%s"
8803
8804 #: builtin/checkout.c:1175
8805 msgid "paths cannot be used with switching branches"
8806 msgstr "các đường dẫn không thể dùng cùng với các nhánh chuyển"
8807
8808 #: builtin/checkout.c:1178 builtin/checkout.c:1182
8809 #, c-format
8810 msgid "'%s' cannot be used with switching branches"
8811 msgstr "“%s” không thể được sử dụng với các nhánh chuyển"
8812
8813 #: builtin/checkout.c:1186 builtin/checkout.c:1189 builtin/checkout.c:1194
8814 #: builtin/checkout.c:1197
8815 #, c-format
8816 msgid "'%s' cannot be used with '%s'"
8817 msgstr "“%s” không thể được dùng với “%s”"
8818
8819 #: builtin/checkout.c:1202
8820 #, c-format
8821 msgid "Cannot switch branch to a non-commit '%s'"
8822 msgstr "Không thể chuyển nhánh đến một thứ không phải là lần chuyển giao “%s”"
8823
8824 #: builtin/checkout.c:1235 builtin/checkout.c:1237 builtin/clone.c:119
8825 #: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:488
8826 #: builtin/worktree.c:490
8827 msgid "branch"
8828 msgstr "nhánh"
8829
8830 #: builtin/checkout.c:1236
8831 msgid "create and checkout a new branch"
8832 msgstr "tạo và checkout một nhánh mới"
8833
8834 #: builtin/checkout.c:1238
8835 msgid "create/reset and checkout a branch"
8836 msgstr "tạo/đặt_lại và checkout một nhánh"
8837
8838 #: builtin/checkout.c:1239
8839 msgid "create reflog for new branch"
8840 msgstr "tạo reflog cho nhánh mới"
8841
8842 #: builtin/checkout.c:1240 builtin/worktree.c:492
8843 msgid "detach HEAD at named commit"
8844 msgstr "rời bỏ HEAD tại lần chuyển giao theo tên"
8845
8846 #: builtin/checkout.c:1241
8847 msgid "set upstream info for new branch"
8848 msgstr "đặt thông tin thượng nguồn cho nhánh mới"
8849
8850 #: builtin/checkout.c:1243
8851 msgid "new-branch"
8852 msgstr "nhánh-mới"
8853
8854 #: builtin/checkout.c:1243
8855 msgid "new unparented branch"
8856 msgstr "nhánh không cha mới"
8857
8858 #: builtin/checkout.c:1245
8859 msgid "checkout our version for unmerged files"
8860 msgstr ""
8861 "lấy ra (checkout) phiên bản của chúng ta cho các tập tin chưa được hòa trộn"
8862
8863 #: builtin/checkout.c:1248
8864 msgid "checkout their version for unmerged files"
8865 msgstr ""
8866 "lấy ra (checkout) phiên bản của chúng họ cho các tập tin chưa được hòa trộn"
8867
8868 #: builtin/checkout.c:1250
8869 msgid "force checkout (throw away local modifications)"
8870 msgstr "ép buộc lấy ra (bỏ đi những thay đổi nội bộ)"
8871
8872 #: builtin/checkout.c:1252
8873 msgid "perform a 3-way merge with the new branch"
8874 msgstr "thực hiện hòa trộn kiểu 3-way với nhánh mới"
8875
8876 #: builtin/checkout.c:1254 builtin/merge.c:275
8877 msgid "update ignored files (default)"
8878 msgstr "cập nhật các tập tin bị bỏ qua (mặc định)"
8879
8880 #: builtin/checkout.c:1256 builtin/log.c:1573 parse-options.h:274
8881 msgid "style"
8882 msgstr "kiểu"
8883
8884 #: builtin/checkout.c:1257
8885 msgid "conflict style (merge or diff3)"
8886 msgstr "xung đột kiểu (hòa trộn hoặc diff3)"
8887
8888 #: builtin/checkout.c:1260
8889 msgid "do not limit pathspecs to sparse entries only"
8890 msgstr "không giới hạn đặc tả đường dẫn thành chỉ các mục thưa thớt"
8891
8892 #: builtin/checkout.c:1262
8893 msgid "second guess 'git checkout <no-such-branch>'"
8894 msgstr "gợi ý thứ hai \"git checkout <không-nhánh-nào-như-vậy>\""
8895
8896 #: builtin/checkout.c:1264
8897 msgid "do not check if another worktree is holding the given ref"
8898 msgstr "không kiểm tra nếu cây làm việc khác đang giữ tham chiếu đã cho"
8899
8900 #: builtin/checkout.c:1268 builtin/clone.c:86 builtin/fetch.c:141
8901 #: builtin/merge.c:272 builtin/pull.c:129 builtin/push.c:572
8902 #: builtin/send-pack.c:174
8903 msgid "force progress reporting"
8904 msgstr "ép buộc báo cáo tiến triển công việc"
8905
8906 #: builtin/checkout.c:1298
8907 msgid "-b, -B and --orphan are mutually exclusive"
8908 msgstr "Các tùy chọn -b, -B và --orphan loại từ lẫn nhau"
8909
8910 #: builtin/checkout.c:1315
8911 msgid "--track needs a branch name"
8912 msgstr "--track cần tên một nhánh"
8913
8914 #: builtin/checkout.c:1320
8915 msgid "missing branch name; try -b"
8916 msgstr "thiếu tên nhánh; hãy thử -b"
8917
8918 #: builtin/checkout.c:1357
8919 msgid "invalid path specification"
8920 msgstr "đường dẫn đã cho không hợp lệ"
8921
8922 #: builtin/checkout.c:1364
8923 #, c-format
8924 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
8925 msgstr ""
8926 "“%s” không phải là một lần chuyển giao và một nhánh'%s” không thể được tạo "
8927 "từ đó"
8928
8929 #: builtin/checkout.c:1368
8930 #, c-format
8931 msgid "git checkout: --detach does not take a path argument '%s'"
8932 msgstr "git checkout: --detach không nhận một đối số đường dẫn “%s”"
8933
8934 #: builtin/checkout.c:1372
8935 msgid ""
8936 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
8937 "checking out of the index."
8938 msgstr ""
8939 "git checkout: --ours/--theirs, --force và --merge là xung khắc với nhau khi\n"
8940 "checkout bảng mục lục (index)."
8941
8942 #: builtin/checkout.c:1392
8943 #, c-format
8944 msgid ""
8945 "'%s' matched more than one remote tracking branch.\n"
8946 "We found %d remotes with a reference that matched. So we fell back\n"
8947 "on trying to resolve the argument as a path, but failed there too!\n"
8948 "\n"
8949 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
8950 "you can do so by fully qualifying the name with the --track option:\n"
8951 "\n"
8952 " git checkout --track origin/<name>\n"
8953 "\n"
8954 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
8955 "one remote, e.g. the 'origin' remote, consider setting\n"
8956 "checkout.defaultRemote=origin in your config."
8957 msgstr ""
8958 "“%s” khớp hơn một nhánh máy chủ được theo dõi.\n"
8959 "Chúng tôi tìm thấy %d máy chủ với một tham chiếu khớp. Do đó chúng tôi cố "
8960 "để\n"
8961 "phân giải tham số như là một đường dẫn, nhưng cũng gặp lỗi!\n"
8962 "\n"
8963 "Nếu ý bạn là lấy ra nhánh máy chủ được theo dõi, ví dụ “origin”,\n"
8964 "bạn có thể làm như vậy bằng cách chỉ định đầy đủ tên với tùy chọn --track:\n"
8965 "\n"
8966 " git checkout --track origin/<tên>\n"
8967 "\n"
8968 "Nếu bạn muốn luôn lấy ra từ một <tên> một náy chủ ưa thích\n"
8969 "chưa rõ ràng, ví dụ máy chủ “origin”, cân nhắc cài đặt\n"
8970 "checkout.defaultRemote=origin trong cấu hình của bạn."
8971
8972 #: builtin/clean.c:27
8973 msgid ""
8974 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
8975 msgstr ""
8976 "git clean [-d] [-f] [-i] [-n] [-q] [-e <mẫu>] [-x | -X] [--] <đường-dẫn>…"
8977
8978 #: builtin/clean.c:31
8979 #, c-format
8980 msgid "Removing %s\n"
8981 msgstr "Đang gỡ bỏ %s\n"
8982
8983 #: builtin/clean.c:32
8984 #, c-format
8985 msgid "Would remove %s\n"
8986 msgstr "Có thể gỡ bỏ %s\n"
8987
8988 #: builtin/clean.c:33
8989 #, c-format
8990 msgid "Skipping repository %s\n"
8991 msgstr "Đang bỏ qua kho chứa %s\n"
8992
8993 #: builtin/clean.c:34
8994 #, c-format
8995 msgid "Would skip repository %s\n"
8996 msgstr "Nên bỏ qua kho chứa %s\n"
8997
8998 #: builtin/clean.c:35
8999 #, c-format
9000 msgid "failed to remove %s"
9001 msgstr "gặp lỗi khi gỡ bỏ %s"
9002
9003 #: builtin/clean.c:298 git-add--interactive.perl:579
9004 #, c-format
9005 msgid ""
9006 "Prompt help:\n"
9007 "1 - select a numbered item\n"
9008 "foo - select item based on unique prefix\n"
9009 " - (empty) select nothing\n"
9010 msgstr ""
9011 "Trợ giúp về nhắc:\n"
9012 "1 - chọn một mục được đánh số\n"
9013 "foo - chọn mục trên cơ sở tiền tố duy nhất\n"
9014 " - (để trống) không chọn gì cả\n"
9015
9016 #: builtin/clean.c:302 git-add--interactive.perl:588
9017 #, c-format
9018 msgid ""
9019 "Prompt help:\n"
9020 "1 - select a single item\n"
9021 "3-5 - select a range of items\n"
9022 "2-3,6-9 - select multiple ranges\n"
9023 "foo - select item based on unique prefix\n"
9024 "-... - unselect specified items\n"
9025 "* - choose all items\n"
9026 " - (empty) finish selecting\n"
9027 msgstr ""
9028 "Trợ giúp về nhắc:\n"
9029 "1 - chọn một mục đơn\n"
9030 "3-5 - chọn một vùng\n"
9031 "2-3,6-9 - chọn nhiều vùng\n"
9032 "foo - chọn mục dựa trên tiền tố duy nhất\n"
9033 "-… - không chọn các mục đã chỉ ra\n"
9034 "* - chọn tất\n"
9035 " - (để trống) kết thúc việc chọn\n"
9036
9037 #: builtin/clean.c:518 git-add--interactive.perl:554
9038 #: git-add--interactive.perl:559
9039 #, c-format, perl-format
9040 msgid "Huh (%s)?\n"
9041 msgstr "Hả (%s)?\n"
9042
9043 #: builtin/clean.c:660
9044 #, c-format
9045 msgid "Input ignore patterns>> "
9046 msgstr "Mẫu để lọc các tập tin đầu vào cần lờ đi>> "
9047
9048 #: builtin/clean.c:697
9049 #, c-format
9050 msgid "WARNING: Cannot find items matched by: %s"
9051 msgstr "CẢNH BÁO: Không tìm thấy các mục được khớp bởi: %s"
9052
9053 #: builtin/clean.c:718
9054 msgid "Select items to delete"
9055 msgstr "Chọn mục muốn xóa"
9056
9057 #. TRANSLATORS: Make sure to keep [y/N] as is
9058 #: builtin/clean.c:759
9059 #, c-format
9060 msgid "Remove %s [y/N]? "
9061 msgstr "Xóa bỏ “%s” [y/N]? "
9062
9063 #: builtin/clean.c:784 git-add--interactive.perl:1717
9064 #, c-format
9065 msgid "Bye.\n"
9066 msgstr "Tạm biệt.\n"
9067
9068 #: builtin/clean.c:792
9069 msgid ""
9070 "clean - start cleaning\n"
9071 "filter by pattern - exclude items from deletion\n"
9072 "select by numbers - select items to be deleted by numbers\n"
9073 "ask each - confirm each deletion (like \"rm -i\")\n"
9074 "quit - stop cleaning\n"
9075 "help - this screen\n"
9076 "? - help for prompt selection"
9077 msgstr ""
9078 "clean - bắt đầu dọn dẹp\n"
9079 "filter by pattern - loại trừ các mục khỏi việc xóa\n"
9080 "select by numbers - chọn các mục cần xóa bằng số\n"
9081 "ask each - xác nhận trước mỗi lần xóa (giống như \"rm -i\")\n"
9082 "quit - dừng việc dọn dẹp lại\n"
9083 "help - hiển thị chính trợ giúp này\n"
9084 "? - trợ giúp dành cho chọn bằng cách nhắc"
9085
9086 #: builtin/clean.c:819 git-add--interactive.perl:1793
9087 msgid "*** Commands ***"
9088 msgstr "*** Lệnh ***"
9089
9090 #: builtin/clean.c:820 git-add--interactive.perl:1790
9091 msgid "What now"
9092 msgstr "Giờ thì sao"
9093
9094 #: builtin/clean.c:828
9095 msgid "Would remove the following item:"
9096 msgid_plural "Would remove the following items:"
9097 msgstr[0] "Có muốn gỡ bỏ (các) mục sau đây không:"
9098
9099 #: builtin/clean.c:844
9100 msgid "No more files to clean, exiting."
9101 msgstr "Không còn tập-tin nào để dọn dẹp, đang thoát ra."
9102
9103 #: builtin/clean.c:906
9104 msgid "do not print names of files removed"
9105 msgstr "không hiển thị tên của các tập tin đã gỡ bỏ"
9106
9107 #: builtin/clean.c:908
9108 msgid "force"
9109 msgstr "ép buộc"
9110
9111 #: builtin/clean.c:909
9112 msgid "interactive cleaning"
9113 msgstr "dọn bằng kiểu tương tác"
9114
9115 #: builtin/clean.c:911
9116 msgid "remove whole directories"
9117 msgstr "gỡ bỏ toàn bộ thư mục"
9118
9119 #: builtin/clean.c:912 builtin/describe.c:545 builtin/describe.c:547
9120 #: builtin/grep.c:886 builtin/log.c:166 builtin/log.c:168
9121 #: builtin/ls-files.c:556 builtin/name-rev.c:415 builtin/name-rev.c:417
9122 #: builtin/show-ref.c:178
9123 msgid "pattern"
9124 msgstr "mẫu"
9125
9126 #: builtin/clean.c:913
9127 msgid "add <pattern> to ignore rules"
9128 msgstr "thêm <mẫu> vào trong qui tắc bỏ qua"
9129
9130 #: builtin/clean.c:914
9131 msgid "remove ignored files, too"
9132 msgstr "đồng thời gỡ bỏ cả các tập tin bị bỏ qua"
9133
9134 #: builtin/clean.c:916
9135 msgid "remove only ignored files"
9136 msgstr "chỉ gỡ bỏ những tập tin bị bỏ qua"
9137
9138 #: builtin/clean.c:934
9139 msgid "-x and -X cannot be used together"
9140 msgstr "-x và -X không thể dùng cùng nhau"
9141
9142 #: builtin/clean.c:938
9143 msgid ""
9144 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9145 "clean"
9146 msgstr ""
9147 "clean.requireForce được đặt thành true và không đưa ra tùy chọn -i, -n mà "
9148 "cũng không -f; từ chối lệnh dọn dẹp (clean)"
9149
9150 #: builtin/clean.c:941
9151 msgid ""
9152 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9153 "refusing to clean"
9154 msgstr ""
9155 "clean.requireForce mặc định được đặt là true và không đưa ra tùy chọn -i, -n "
9156 "mà cũng không -f; từ chối lệnh dọn dẹp (clean)"
9157
9158 #: builtin/clone.c:43
9159 msgid "git clone [<options>] [--] <repo> [<dir>]"
9160 msgstr "git clone [<các-tùy-chọn>] [--] <kho> [<t.mục>]"
9161
9162 #: builtin/clone.c:88
9163 msgid "don't create a checkout"
9164 msgstr "không tạo một checkout"
9165
9166 #: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:481
9167 msgid "create a bare repository"
9168 msgstr "tạo kho thuần"
9169
9170 #: builtin/clone.c:93
9171 msgid "create a mirror repository (implies bare)"
9172 msgstr "tạo kho bản sao (ý là kho thuần)"
9173
9174 #: builtin/clone.c:95
9175 msgid "to clone from a local repository"
9176 msgstr "để nhân bản từ kho nội bộ"
9177
9178 #: builtin/clone.c:97
9179 msgid "don't use local hardlinks, always copy"
9180 msgstr "không sử dụng liên kết cứng nội bộ, luôn sao chép"
9181
9182 #: builtin/clone.c:99
9183 msgid "setup as shared repository"
9184 msgstr "cài đặt đây là kho chia sẻ"
9185
9186 #: builtin/clone.c:101 builtin/clone.c:105
9187 msgid "pathspec"
9188 msgstr "đặc-tả-đường-dẫn"
9189
9190 #: builtin/clone.c:101 builtin/clone.c:105
9191 msgid "initialize submodules in the clone"
9192 msgstr "khởi tạo mô-đun-con trong bản sao"
9193
9194 #: builtin/clone.c:108
9195 msgid "number of submodules cloned in parallel"
9196 msgstr "số lượng mô-đun-con được nhân bản đồng thời"
9197
9198 #: builtin/clone.c:109 builtin/init-db.c:478
9199 msgid "template-directory"
9200 msgstr "thư-mục-mẫu"
9201
9202 #: builtin/clone.c:110 builtin/init-db.c:479
9203 msgid "directory from which templates will be used"
9204 msgstr "thư mục mà tại đó các mẫu sẽ được dùng"
9205
9206 #: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1375
9207 #: builtin/submodule--helper.c:1856
9208 msgid "reference repository"
9209 msgstr "kho tham chiếu"
9210
9211 #: builtin/clone.c:116 builtin/submodule--helper.c:1377
9212 #: builtin/submodule--helper.c:1858
9213 msgid "use --reference only while cloning"
9214 msgstr "chỉ dùng --reference khi nhân bản"
9215
9216 #: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:46
9217 #: builtin/pack-objects.c:3301 builtin/repack.c:329
9218 msgid "name"
9219 msgstr "tên"
9220
9221 #: builtin/clone.c:118
9222 msgid "use <name> instead of 'origin' to track upstream"
9223 msgstr "dùng <tên> thay cho “origin” để theo dõi thượng nguồn"
9224
9225 #: builtin/clone.c:120
9226 msgid "checkout <branch> instead of the remote's HEAD"
9227 msgstr "lấy ra <nhánh> thay cho HEAD của máy chủ"
9228
9229 #: builtin/clone.c:122
9230 msgid "path to git-upload-pack on the remote"
9231 msgstr "đường dẫn đến git-upload-pack trên máy chủ"
9232
9233 #: builtin/clone.c:123 builtin/fetch.c:142 builtin/grep.c:825
9234 #: builtin/pull.c:217
9235 msgid "depth"
9236 msgstr "độ-sâu"
9237
9238 #: builtin/clone.c:124
9239 msgid "create a shallow clone of that depth"
9240 msgstr "tạo bản sao không đầy đủ cho mức sâu đã cho"
9241
9242 #: builtin/clone.c:125 builtin/fetch.c:144 builtin/pack-objects.c:3292
9243 msgid "time"
9244 msgstr "thời-gian"
9245
9246 #: builtin/clone.c:126
9247 msgid "create a shallow clone since a specific time"
9248 msgstr "tạo bản sao không đầy đủ từ thời điểm đã cho"
9249
9250 #: builtin/clone.c:127 builtin/fetch.c:146 builtin/fetch.c:169
9251 #: builtin/rebase.c:814
9252 msgid "revision"
9253 msgstr "điểm xét duyệt"
9254
9255 #: builtin/clone.c:128 builtin/fetch.c:147
9256 msgid "deepen history of shallow clone, excluding rev"
9257 msgstr "làm sâu hơn lịch sử của bản sao shallow, bằng điểm xét duyệt loại trừ"
9258
9259 #: builtin/clone.c:130
9260 msgid "clone only one branch, HEAD or --branch"
9261 msgstr "chỉ nhân bản một nhánh, HEAD hoặc --branch"
9262
9263 #: builtin/clone.c:132
9264 msgid "don't clone any tags, and make later fetches not to follow them"
9265 msgstr ""
9266 "đứng có nhân bản bất kỳ nhánh nào, và làm cho những lần lấy về sau không "
9267 "theo chúng nữa"
9268
9269 #: builtin/clone.c:134
9270 msgid "any cloned submodules will be shallow"
9271 msgstr "mọi mô-đun-con nhân bản sẽ là shallow (nông)"
9272
9273 #: builtin/clone.c:135 builtin/init-db.c:487
9274 msgid "gitdir"
9275 msgstr "gitdir"
9276
9277 #: builtin/clone.c:136 builtin/init-db.c:488
9278 msgid "separate git dir from working tree"
9279 msgstr "không dùng chung thư mục dành riêng cho git và thư mục làm việc"
9280
9281 #: builtin/clone.c:137
9282 msgid "key=value"
9283 msgstr "khóa=giá_trị"
9284
9285 #: builtin/clone.c:138
9286 msgid "set config inside the new repository"
9287 msgstr "đặt cấu hình bên trong một kho chứa mới"
9288
9289 #: builtin/clone.c:139 builtin/fetch.c:165 builtin/pull.c:230
9290 #: builtin/push.c:583
9291 msgid "use IPv4 addresses only"
9292 msgstr "chỉ dùng địa chỉ IPv4"
9293
9294 #: builtin/clone.c:141 builtin/fetch.c:167 builtin/pull.c:233
9295 #: builtin/push.c:585
9296 msgid "use IPv6 addresses only"
9297 msgstr "chỉ dùng địa chỉ IPv6"
9298
9299 #: builtin/clone.c:279
9300 msgid ""
9301 "No directory name could be guessed.\n"
9302 "Please specify a directory on the command line"
9303 msgstr ""
9304 "Không đoán được thư mục tên là gì.\n"
9305 "Vui lòng chỉ định tên một thư mục trên dòng lệnh"
9306
9307 #: builtin/clone.c:332
9308 #, c-format
9309 msgid "info: Could not add alternate for '%s': %s\n"
9310 msgstr "thông tin: không thể thêm thay thế cho “%s”: %s\n"
9311
9312 #: builtin/clone.c:404
9313 #, c-format
9314 msgid "failed to open '%s'"
9315 msgstr "gặp lỗi khi mở “%s”"
9316
9317 #: builtin/clone.c:412
9318 #, c-format
9319 msgid "%s exists and is not a directory"
9320 msgstr "%s có tồn tại nhưng lại không phải là một thư mục"
9321
9322 #: builtin/clone.c:426
9323 #, c-format
9324 msgid "failed to stat %s\n"
9325 msgstr "gặp lỗi khi lấy thông tin thống kê về %s\n"
9326
9327 #: builtin/clone.c:443
9328 #, c-format
9329 msgid "failed to unlink '%s'"
9330 msgstr "gặp lỗi khi bỏ liên kết (unlink) “%s”"
9331
9332 #: builtin/clone.c:448
9333 #, c-format
9334 msgid "failed to create link '%s'"
9335 msgstr "gặp lỗi khi tạo được liên kết mềm %s"
9336
9337 #: builtin/clone.c:452
9338 #, c-format
9339 msgid "failed to copy file to '%s'"
9340 msgstr "gặp lỗi khi sao chép tập tin và “%s”"
9341
9342 #: builtin/clone.c:478
9343 #, c-format
9344 msgid "done.\n"
9345 msgstr "hoàn tất.\n"
9346
9347 #: builtin/clone.c:492
9348 msgid ""
9349 "Clone succeeded, but checkout failed.\n"
9350 "You can inspect what was checked out with 'git status'\n"
9351 "and retry the checkout with 'git checkout -f HEAD'\n"
9352 msgstr ""
9353 "Việc nhân bản thành công, nhưng checkout gặp lỗi.\n"
9354 "Bạn kiểm tra kỹ xem cái gì được lấy ra bằng lệnh “git status”\n"
9355 "và thử lấy ra với lệnh “git checkout -f HEAD”\n"
9356
9357 #: builtin/clone.c:569
9358 #, c-format
9359 msgid "Could not find remote branch %s to clone."
9360 msgstr "Không tìm thấy nhánh máy chủ %s để nhân bản (clone)."
9361
9362 #: builtin/clone.c:680
9363 #, c-format
9364 msgid "unable to update %s"
9365 msgstr "không thể cập nhật %s"
9366
9367 #: builtin/clone.c:730
9368 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
9369 msgstr "refers HEAD máy chủ chỉ đến ref không tồn tại, không thể lấy ra.\n"
9370
9371 #: builtin/clone.c:761
9372 msgid "unable to checkout working tree"
9373 msgstr "không thể lấy ra (checkout) cây làm việc"
9374
9375 #: builtin/clone.c:806
9376 msgid "unable to write parameters to config file"
9377 msgstr "không thể ghi các tham số vào tập tin cấu hình"
9378
9379 #: builtin/clone.c:869
9380 msgid "cannot repack to clean up"
9381 msgstr "không thể đóng gói để dọn dẹp"
9382
9383 #: builtin/clone.c:871
9384 msgid "cannot unlink temporary alternates file"
9385 msgstr "không thể bỏ liên kết tập tin thay thế tạm thời"
9386
9387 #: builtin/clone.c:911 builtin/receive-pack.c:1941
9388 msgid "Too many arguments."
9389 msgstr "Có quá nhiều đối số."
9390
9391 #: builtin/clone.c:915
9392 msgid "You must specify a repository to clone."
9393 msgstr "Bạn phải chỉ định một kho để mà nhân bản (clone)."
9394
9395 #: builtin/clone.c:928
9396 #, c-format
9397 msgid "--bare and --origin %s options are incompatible."
9398 msgstr "tùy chọn --bare và --origin %s xung khắc nhau."
9399
9400 #: builtin/clone.c:931
9401 msgid "--bare and --separate-git-dir are incompatible."
9402 msgstr "tùy chọn --bare và --separate-git-dir xung khắc nhau."
9403
9404 #: builtin/clone.c:944
9405 #, c-format
9406 msgid "repository '%s' does not exist"
9407 msgstr "kho chứa “%s” chưa tồn tại"
9408
9409 #: builtin/clone.c:950 builtin/fetch.c:1606
9410 #, c-format
9411 msgid "depth %s is not a positive number"
9412 msgstr "độ sâu %s không phải là một số nguyên dương"
9413
9414 #: builtin/clone.c:960
9415 #, c-format
9416 msgid "destination path '%s' already exists and is not an empty directory."
9417 msgstr "đường dẫn đích “%s” đã có từ trước và không phải là một thư mục rỗng."
9418
9419 #: builtin/clone.c:970
9420 #, c-format
9421 msgid "working tree '%s' already exists."
9422 msgstr "cây làm việc “%s” đã sẵn tồn tại rồi."
9423
9424 #: builtin/clone.c:985 builtin/clone.c:1006 builtin/difftool.c:271
9425 #: builtin/worktree.c:295 builtin/worktree.c:325
9426 #, c-format
9427 msgid "could not create leading directories of '%s'"
9428 msgstr "không thể tạo các thư mục dẫn đầu của “%s”"
9429
9430 #: builtin/clone.c:990
9431 #, c-format
9432 msgid "could not create work tree dir '%s'"
9433 msgstr "không thể tạo cây thư mục làm việc dir “%s”"
9434
9435 #: builtin/clone.c:1010
9436 #, c-format
9437 msgid "Cloning into bare repository '%s'...\n"
9438 msgstr "Đang nhân bản thành kho chứa bare “%s”…\n"
9439
9440 #: builtin/clone.c:1012
9441 #, c-format
9442 msgid "Cloning into '%s'...\n"
9443 msgstr "Đang nhân bản thành “%s”…\n"
9444
9445 #: builtin/clone.c:1036
9446 msgid ""
9447 "clone --recursive is not compatible with both --reference and --reference-if-"
9448 "able"
9449 msgstr ""
9450 "nhân bản --recursive không tương thích với cả hai --reference và --reference-"
9451 "if-able"
9452
9453 #: builtin/clone.c:1097
9454 msgid "--depth is ignored in local clones; use file:// instead."
9455 msgstr "--depth bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."
9456
9457 #: builtin/clone.c:1099
9458 msgid "--shallow-since is ignored in local clones; use file:// instead."
9459 msgstr ""
9460 "--shallow-since bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay "
9461 "thế."
9462
9463 #: builtin/clone.c:1101
9464 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
9465 msgstr ""
9466 "--shallow-exclude bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay "
9467 "thế."
9468
9469 #: builtin/clone.c:1103
9470 msgid "--filter is ignored in local clones; use file:// instead."
9471 msgstr ""
9472 "--filter bị lờ đi khi nhân bản nội bộ; hãy sử dụng file:// để thay thế."
9473
9474 #: builtin/clone.c:1106
9475 msgid "source repository is shallow, ignoring --local"
9476 msgstr "kho nguồn là nông, nên bỏ qua --local"
9477
9478 #: builtin/clone.c:1111
9479 msgid "--local is ignored"
9480 msgstr "--local bị lờ đi"
9481
9482 #: builtin/clone.c:1181 builtin/clone.c:1189
9483 #, c-format
9484 msgid "Remote branch %s not found in upstream %s"
9485 msgstr "Nhánh máy chủ %s không tìm thấy trong thượng nguồn %s"
9486
9487 #: builtin/clone.c:1192
9488 msgid "You appear to have cloned an empty repository."
9489 msgstr "Bạn hình như là đã nhân bản một kho trống rỗng."
9490
9491 #: builtin/column.c:10
9492 msgid "git column [<options>]"
9493 msgstr "git column [<các-tùy-chọn>]"
9494
9495 #: builtin/column.c:27
9496 msgid "lookup config vars"
9497 msgstr "tìm kiếm biến cấu hình"
9498
9499 #: builtin/column.c:28 builtin/column.c:29
9500 msgid "layout to use"
9501 msgstr "bố cục để dùng"
9502
9503 #: builtin/column.c:30
9504 msgid "Maximum width"
9505 msgstr "Độ rộng tối đa"
9506
9507 #: builtin/column.c:31
9508 msgid "Padding space on left border"
9509 msgstr "Chèn thêm khoảng trống vào bên trái"
9510
9511 #: builtin/column.c:32
9512 msgid "Padding space on right border"
9513 msgstr "Chèn thêm khoảng trắng vào bên phải"
9514
9515 #: builtin/column.c:33
9516 msgid "Padding space between columns"
9517 msgstr "Chèn thêm khoảng trắng giữa các cột"
9518
9519 #: builtin/column.c:51
9520 msgid "--command must be the first argument"
9521 msgstr "--command phải là đối số đầu tiên"
9522
9523 #: builtin/commit.c:40
9524 msgid "git commit [<options>] [--] <pathspec>..."
9525 msgstr "git commit [<các-tùy-chọn>] [--] <pathspec>…"
9526
9527 #: builtin/commit.c:45
9528 msgid "git status [<options>] [--] <pathspec>..."
9529 msgstr "git status [<các-tùy-chọn>] [--] <pathspec>…"
9530
9531 #: builtin/commit.c:50
9532 msgid ""
9533 "You asked to amend the most recent commit, but doing so would make\n"
9534 "it empty. You can repeat your command with --allow-empty, or you can\n"
9535 "remove the commit entirely with \"git reset HEAD^\".\n"
9536 msgstr ""
9537 "Bạn đã yêu cầu amend (“tu bổ”) phần lớn các lần chuyển giao gần đây, nhưng "
9538 "làm như thế\n"
9539 "có thể làm cho nó trở nên trống rỗng. Bạn có thể lặp lại lệnh của mình bằng "
9540 "--allow-empty,\n"
9541 "hoặc là bạn gỡ bỏ các lần chuyển giao một cách hoàn toàn bằng lệnh:\n"
9542 "\"git reset HEAD^\".\n"
9543
9544 #: builtin/commit.c:55
9545 msgid ""
9546 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
9547 "If you wish to commit it anyway, use:\n"
9548 "\n"
9549 " git commit --allow-empty\n"
9550 "\n"
9551 msgstr ""
9552 "Lần cherry-pick trước hiện nay trống rỗng, có lẽ là bởi vì sự phân giải xung "
9553 "đột.\n"
9554 "Nếu bạn vẫn muốn chuyển giao nó cho dù thế nào đi nữa, hãy dùng:\n"
9555 "\n"
9556 " git commit --allow-empty\n"
9557 "\n"
9558
9559 #: builtin/commit.c:62
9560 msgid "Otherwise, please use 'git reset'\n"
9561 msgstr "Nếu không được thì dùng lệnh \"git reset\"\n"
9562
9563 #: builtin/commit.c:65
9564 msgid ""
9565 "If you wish to skip this commit, use:\n"
9566 "\n"
9567 " git reset\n"
9568 "\n"
9569 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
9570 "the remaining commits.\n"
9571 msgstr ""
9572 "Nếu bạn muốn bỏ qua lần chuyển giao này thì dùng:\n"
9573 "\n"
9574 " git reset\n"
9575 "\n"
9576 "Thế thì \"git cherry-pick --continue\" sẽ phục hồi lại việc cherry-pick\n"
9577 "những lần chuyển giao còn lại.\n"
9578
9579 #: builtin/commit.c:311
9580 msgid "failed to unpack HEAD tree object"
9581 msgstr "gặp lỗi khi tháo dỡ HEAD đối tượng cây"
9582
9583 #: builtin/commit.c:352
9584 msgid "unable to create temporary index"
9585 msgstr "không thể tạo bảng mục lục tạm thời"
9586
9587 #: builtin/commit.c:358
9588 msgid "interactive add failed"
9589 msgstr "gặp lỗi khi thêm bằng cách tương"
9590
9591 #: builtin/commit.c:371
9592 msgid "unable to update temporary index"
9593 msgstr "không thể cập nhật bảng mục lục tạm thời"
9594
9595 #: builtin/commit.c:373
9596 msgid "Failed to update main cache tree"
9597 msgstr "Gặp lỗi khi cập nhật cây bộ nhớ đệm"
9598
9599 #: builtin/commit.c:398 builtin/commit.c:421 builtin/commit.c:467
9600 msgid "unable to write new_index file"
9601 msgstr "không thể ghi tập tin lưu bảng mục lục mới (new_index)"
9602
9603 #: builtin/commit.c:450
9604 msgid "cannot do a partial commit during a merge."
9605 msgstr ""
9606 "không thể thực hiện việc chuyển giao cục bộ trong khi đang được hòa trộn."
9607
9608 #: builtin/commit.c:452
9609 msgid "cannot do a partial commit during a cherry-pick."
9610 msgstr ""
9611 "không thể thực hiện việc chuyển giao bộ phận trong khi đang cherry-pick."
9612
9613 #: builtin/commit.c:460
9614 msgid "cannot read the index"
9615 msgstr "không đọc được bảng mục lục"
9616
9617 #: builtin/commit.c:479
9618 msgid "unable to write temporary index file"
9619 msgstr "không thể ghi tập tin lưu bảng mục lục tạm thời"
9620
9621 #: builtin/commit.c:577
9622 #, c-format
9623 msgid "commit '%s' lacks author header"
9624 msgstr "lần chuyển giao “%s” thiếu phần tác giả ở đầu"
9625
9626 #: builtin/commit.c:579
9627 #, c-format
9628 msgid "commit '%s' has malformed author line"
9629 msgstr "lần chuyển giao “%s” có phần tác giả ở đầu dị dạng"
9630
9631 #: builtin/commit.c:598
9632 msgid "malformed --author parameter"
9633 msgstr "đối số cho --author bị dị hình"
9634
9635 #: builtin/commit.c:650
9636 msgid ""
9637 "unable to select a comment character that is not used\n"
9638 "in the current commit message"
9639 msgstr ""
9640 "không thể chọn một ký tự ghi chú cái mà không được dùng\n"
9641 "trong phần ghi chú hiện tại"
9642
9643 #: builtin/commit.c:687 builtin/commit.c:720 builtin/commit.c:1049
9644 #, c-format
9645 msgid "could not lookup commit %s"
9646 msgstr "không thể tìm kiếm commit (lần chuyển giao) %s"
9647
9648 #: builtin/commit.c:699 builtin/shortlog.c:317
9649 #, c-format
9650 msgid "(reading log message from standard input)\n"
9651 msgstr "(đang đọc thông điệp nhật ký từ đầu vào tiêu chuẩn)\n"
9652
9653 #: builtin/commit.c:701
9654 msgid "could not read log from standard input"
9655 msgstr "không thể đọc nhật ký từ đầu vào tiêu chuẩn"
9656
9657 #: builtin/commit.c:705
9658 #, c-format
9659 msgid "could not read log file '%s'"
9660 msgstr "không đọc được tệp nhật ký “%s”"
9661
9662 #: builtin/commit.c:734 builtin/commit.c:742
9663 msgid "could not read SQUASH_MSG"
9664 msgstr "không thể đọc SQUASH_MSG"
9665
9666 #: builtin/commit.c:739
9667 msgid "could not read MERGE_MSG"
9668 msgstr "không thể đọc MERGE_MSG"
9669
9670 #: builtin/commit.c:793
9671 msgid "could not write commit template"
9672 msgstr "không thể ghi mẫu chuyển giao"
9673
9674 #: builtin/commit.c:811
9675 #, c-format
9676 msgid ""
9677 "\n"
9678 "It looks like you may be committing a merge.\n"
9679 "If this is not correct, please remove the file\n"
9680 "\t%s\n"
9681 "and try again.\n"
9682 msgstr ""
9683 "\n"
9684 "Nó trông giống với việc bạn đang chuyển giao một lần hòa trộn.\n"
9685 "Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"
9686 "\t%s\n"
9687 "và thử lại.\n"
9688
9689 #: builtin/commit.c:816
9690 #, c-format
9691 msgid ""
9692 "\n"
9693 "It looks like you may be committing a cherry-pick.\n"
9694 "If this is not correct, please remove the file\n"
9695 "\t%s\n"
9696 "and try again.\n"
9697 msgstr ""
9698 "\n"
9699 "Nó trông giống với việc bạn đang chuyển giao một lần cherry-pick.\n"
9700 "Nếu không phải vậy, xin hãy gỡ bỏ tập tin\n"
9701 "\t%s\n"
9702 "và thử lại.\n"
9703
9704 #: builtin/commit.c:829
9705 #, c-format
9706 msgid ""
9707 "Please enter the commit message for your changes. Lines starting\n"
9708 "with '%c' will be ignored, and an empty message aborts the commit.\n"
9709 msgstr ""
9710 "Hãy nhập vào các thông tin để giải thích các thay đổi của bạn. Những dòng "
9711 "được\n"
9712 "bắt đầu bằng “%c” sẽ được bỏ qua, nếu phần chú thích rỗng sẽ hủy bỏ lần "
9713 "chuyển giao.\n"
9714
9715 #: builtin/commit.c:837
9716 #, c-format
9717 msgid ""
9718 "Please enter the commit message for your changes. Lines starting\n"
9719 "with '%c' will be kept; you may remove them yourself if you want to.\n"
9720 "An empty message aborts the commit.\n"
9721 msgstr ""
9722 "Hãy nhập vào các thông tin để giải thích các thay đổi của bạn. Những dòng "
9723 "được\n"
9724 "bắt đầu bằng “%c” sẽ được bỏ qua; bạn có thể xóa chúng đi nếu muốn thế.\n"
9725 "Phần chú thích này nếu trống rỗng sẽ hủy bỏ lần chuyển giao.\n"
9726
9727 #: builtin/commit.c:854
9728 #, c-format
9729 msgid "%sAuthor: %.*s <%.*s>"
9730 msgstr "%sTác giả: %.*s <%.*s>"
9731
9732 #: builtin/commit.c:862
9733 #, c-format
9734 msgid "%sDate: %s"
9735 msgstr "%sNgày tháng: %s"
9736
9737 #: builtin/commit.c:869
9738 #, c-format
9739 msgid "%sCommitter: %.*s <%.*s>"
9740 msgstr "%sNgười chuyển giao: %.*s <%.*s>"
9741
9742 #: builtin/commit.c:887
9743 msgid "Cannot read index"
9744 msgstr "Không đọc được bảng mục lục"
9745
9746 #: builtin/commit.c:953
9747 msgid "Error building trees"
9748 msgstr "Gặp lỗi khi xây dựng cây"
9749
9750 #: builtin/commit.c:967 builtin/tag.c:258
9751 #, c-format
9752 msgid "Please supply the message using either -m or -F option.\n"
9753 msgstr "Xin hãy cung cấp lời chú giải hoặc là dùng tùy chọn -m hoặc là -F.\n"
9754
9755 #: builtin/commit.c:1011
9756 #, c-format
9757 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
9758 msgstr ""
9759 "--author “%s” không phải là “Họ và tên <thư điện tửl>” và không khớp bất kỳ "
9760 "tác giả nào sẵn có"
9761
9762 #: builtin/commit.c:1025
9763 #, c-format
9764 msgid "Invalid ignored mode '%s'"
9765 msgstr "Chế độ bỏ qua không hợp lệ “%s”"
9766
9767 #: builtin/commit.c:1039 builtin/commit.c:1276
9768 #, c-format
9769 msgid "Invalid untracked files mode '%s'"
9770 msgstr "Chế độ cho các tập tin chưa được theo dõi không hợp lệ “%s”"
9771
9772 #: builtin/commit.c:1077
9773 msgid "--long and -z are incompatible"
9774 msgstr "hai tùy chọn -long và -z không tương thích với nhau"
9775
9776 #: builtin/commit.c:1110
9777 msgid "Using both --reset-author and --author does not make sense"
9778 msgstr "Sử dụng cả hai tùy chọn --reset-author và --author không hợp lý"
9779
9780 #: builtin/commit.c:1119
9781 msgid "You have nothing to amend."
9782 msgstr "Không có gì để mà “tu bổ” cả."
9783
9784 #: builtin/commit.c:1122
9785 msgid "You are in the middle of a merge -- cannot amend."
9786 msgstr ""
9787 "Bạn đang ở giữa của quá trình hòa trộn -- không thể thực hiện việc “tu bổ”."
9788
9789 #: builtin/commit.c:1124
9790 msgid "You are in the middle of a cherry-pick -- cannot amend."
9791 msgstr ""
9792 "Bạn đang ở giữa của quá trình cherry-pick -- không thể thực hiện việc “tu "
9793 "bổ”."
9794
9795 #: builtin/commit.c:1127
9796 msgid "Options --squash and --fixup cannot be used together"
9797 msgstr "Các tùy chọn --squash và --fixup không thể sử dụng cùng với nhau"
9798
9799 #: builtin/commit.c:1137
9800 msgid "Only one of -c/-C/-F/--fixup can be used."
9801 msgstr ""
9802 "Chỉ được dùng một trong số tùy chọn trong số các tùy chọn -c/-C/-F/--fixup"
9803
9804 #: builtin/commit.c:1139
9805 msgid "Option -m cannot be combined with -c/-C/-F."
9806 msgstr "Tùy chọn -m không thể được tổ hợp cùng với -c/-C/-F."
9807
9808 #: builtin/commit.c:1147
9809 msgid "--reset-author can be used only with -C, -c or --amend."
9810 msgstr ""
9811 "--reset-author chỉ có thể được sử dụng với tùy chọn -C, -c hay --amend."
9812
9813 #: builtin/commit.c:1164
9814 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
9815 msgstr ""
9816 "Chỉ một trong các tùy chọn --include/--only/--all/--interactive/--patch được "
9817 "sử dụng."
9818
9819 #: builtin/commit.c:1166
9820 msgid "No paths with --include/--only does not make sense."
9821 msgstr "Không đường dẫn với các tùy chọn --include/--only không hợp lý."
9822
9823 #: builtin/commit.c:1180 builtin/tag.c:546
9824 #, c-format
9825 msgid "Invalid cleanup mode %s"
9826 msgstr "Chế độ dọn dẹp không hợp lệ %s"
9827
9828 #: builtin/commit.c:1185
9829 msgid "Paths with -a does not make sense."
9830 msgstr "Các đường dẫn với tùy chọn -a không hợp lý."
9831
9832 #: builtin/commit.c:1311 builtin/commit.c:1495
9833 msgid "show status concisely"
9834 msgstr "hiển thị trạng thái ở dạng súc tích"
9835
9836 #: builtin/commit.c:1313 builtin/commit.c:1497
9837 msgid "show branch information"
9838 msgstr "hiển thị thông tin nhánh"
9839
9840 #: builtin/commit.c:1315
9841 msgid "show stash information"
9842 msgstr "hiển thị thông tin về tạm cất"
9843
9844 #: builtin/commit.c:1317 builtin/commit.c:1499
9845 msgid "compute full ahead/behind values"
9846 msgstr "tính đầy đủ giá trị trước/sau"
9847
9848 #: builtin/commit.c:1319
9849 msgid "version"
9850 msgstr "phiên bản"
9851
9852 #: builtin/commit.c:1319 builtin/commit.c:1501 builtin/push.c:558
9853 #: builtin/worktree.c:639
9854 msgid "machine-readable output"
9855 msgstr "kết xuất dạng máy-có-thể-đọc"
9856
9857 #: builtin/commit.c:1322 builtin/commit.c:1503
9858 msgid "show status in long format (default)"
9859 msgstr "hiển thị trạng thái ở định dạng dài (mặc định)"
9860
9861 #: builtin/commit.c:1325 builtin/commit.c:1506
9862 msgid "terminate entries with NUL"
9863 msgstr "chấm dứt các mục bằng NUL"
9864
9865 #: builtin/commit.c:1327 builtin/commit.c:1331 builtin/commit.c:1509
9866 #: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/rebase.c:893
9867 #: builtin/tag.c:400
9868 msgid "mode"
9869 msgstr "chế độ"
9870
9871 #: builtin/commit.c:1328 builtin/commit.c:1509
9872 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
9873 msgstr ""
9874 "hiển thị các tập tin chưa được theo dõi dấu vết, các chế độ tùy chọn: all, "
9875 "normal, no. (Mặc định: all)"
9876
9877 #: builtin/commit.c:1332
9878 msgid ""
9879 "show ignored files, optional modes: traditional, matching, no. (Default: "
9880 "traditional)"
9881 msgstr ""
9882 "hiển thị các tập tin bị bỏ qua, các chế độ tùy chọn: traditional, matching, "
9883 "no. (Mặc định: traditional)"
9884
9885 #: builtin/commit.c:1334 parse-options.h:164
9886 msgid "when"
9887 msgstr "khi"
9888
9889 #: builtin/commit.c:1335
9890 msgid ""
9891 "ignore changes to submodules, optional when: all, dirty, untracked. "
9892 "(Default: all)"
9893 msgstr ""
9894 "bỏ qua các thay đổi trong mô-đun-con, tùy chọn khi: all, dirty, untracked. "
9895 "(Mặc định: all)"
9896
9897 #: builtin/commit.c:1337
9898 msgid "list untracked files in columns"
9899 msgstr "hiển thị danh sách các tập-tin chưa được theo dõi trong các cột"
9900
9901 #: builtin/commit.c:1338
9902 msgid "do not detect renames"
9903 msgstr "không dò tìm các tên thay đổi"
9904
9905 #: builtin/commit.c:1340
9906 msgid "detect renames, optionally set similarity index"
9907 msgstr "dò các tên thay đổi, tùy ý đặt mục lục tương tự"
9908
9909 #: builtin/commit.c:1360
9910 msgid "Unsupported combination of ignored and untracked-files arguments"
9911 msgstr ""
9912 "Không hỗ trỡ tổ hợp các tham số các tập tin bị bỏ qua và không được theo dõi"
9913
9914 #: builtin/commit.c:1465
9915 msgid "suppress summary after successful commit"
9916 msgstr "không hiển thị tổng kết sau khi chuyển giao thành công"
9917
9918 #: builtin/commit.c:1466
9919 msgid "show diff in commit message template"
9920 msgstr "hiển thị sự khác biệt trong mẫu tin nhắn chuyển giao"
9921
9922 #: builtin/commit.c:1468
9923 msgid "Commit message options"
9924 msgstr "Các tùy chọn ghi chú commit"
9925
9926 #: builtin/commit.c:1469 builtin/merge.c:263 builtin/tag.c:397
9927 msgid "read message from file"
9928 msgstr "đọc chú thích từ tập tin"
9929
9930 #: builtin/commit.c:1470
9931 msgid "author"
9932 msgstr "tác giả"
9933
9934 #: builtin/commit.c:1470
9935 msgid "override author for commit"
9936 msgstr "ghi đè tác giả cho commit"
9937
9938 #: builtin/commit.c:1471 builtin/gc.c:518
9939 msgid "date"
9940 msgstr "ngày tháng"
9941
9942 #: builtin/commit.c:1471
9943 msgid "override date for commit"
9944 msgstr "ghi đè ngày tháng cho lần chuyển giao"
9945
9946 #: builtin/commit.c:1472 builtin/merge.c:259 builtin/notes.c:409
9947 #: builtin/notes.c:572 builtin/tag.c:395
9948 msgid "message"
9949 msgstr "chú thích"
9950
9951 #: builtin/commit.c:1472
9952 msgid "commit message"
9953 msgstr "chú thích của lần chuyển giao"
9954
9955 #: builtin/commit.c:1473 builtin/commit.c:1474 builtin/commit.c:1475
9956 #: builtin/commit.c:1476 ref-filter.h:92 parse-options.h:280
9957 msgid "commit"
9958 msgstr "lần_chuyển_giao"
9959
9960 #: builtin/commit.c:1473
9961 msgid "reuse and edit message from specified commit"
9962 msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho nhưng có cho sửa chữa"
9963
9964 #: builtin/commit.c:1474
9965 msgid "reuse message from specified commit"
9966 msgstr "dùng lại các ghi chú từ lần chuyển giao đã cho"
9967
9968 #: builtin/commit.c:1475
9969 msgid "use autosquash formatted message to fixup specified commit"
9970 msgstr ""
9971 "dùng ghi chú có định dạng autosquash để sửa chữa lần chuyển giao đã chỉ ra"
9972
9973 #: builtin/commit.c:1476
9974 msgid "use autosquash formatted message to squash specified commit"
9975 msgstr ""
9976 "dùng lời nhắn có định dạng tự động nén để nén lại các lần chuyển giao đã chỉ "
9977 "ra"
9978
9979 #: builtin/commit.c:1477
9980 msgid "the commit is authored by me now (used with -C/-c/--amend)"
9981 msgstr ""
9982 "lần chuyển giao nhận tôi là tác giả (được dùng với tùy chọn -C/-c/--amend)"
9983
9984 #: builtin/commit.c:1478 builtin/log.c:1520 builtin/merge.c:276
9985 #: builtin/pull.c:155 builtin/revert.c:106
9986 msgid "add Signed-off-by:"
9987 msgstr "(nên dùng) thêm dòng Signed-off-by:"
9988
9989 #: builtin/commit.c:1479
9990 msgid "use specified template file"
9991 msgstr "sử dụng tập tin mẫu đã cho"
9992
9993 #: builtin/commit.c:1480
9994 msgid "force edit of commit"
9995 msgstr "ép buộc sửa lần commit"
9996
9997 #: builtin/commit.c:1481
9998 msgid "default"
9999 msgstr "mặc định"
10000
10001 #: builtin/commit.c:1481 builtin/tag.c:401
10002 msgid "how to strip spaces and #comments from message"
10003 msgstr "làm thế nào để cắt bỏ khoảng trắng và #ghichú từ mẩu tin nhắn"
10004
10005 #: builtin/commit.c:1482
10006 msgid "include status in commit message template"
10007 msgstr "bao gồm các trạng thái trong mẫu ghi chú chuyển giao"
10008
10009 #: builtin/commit.c:1484 builtin/merge.c:274 builtin/pull.c:185
10010 #: builtin/revert.c:114
10011 msgid "GPG sign commit"
10012 msgstr "ký lần chuyển giao dùng GPG"
10013
10014 #: builtin/commit.c:1487
10015 msgid "Commit contents options"
10016 msgstr "Các tùy nội dung ghi chú commit"
10017
10018 #: builtin/commit.c:1488
10019 msgid "commit all changed files"
10020 msgstr "chuyển giao tất cả các tập tin có thay đổi"
10021
10022 #: builtin/commit.c:1489
10023 msgid "add specified files to index for commit"
10024 msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục để chuyển giao"
10025
10026 #: builtin/commit.c:1490
10027 msgid "interactively add files"
10028 msgstr "thêm các tập-tin bằng tương tác"
10029
10030 #: builtin/commit.c:1491
10031 msgid "interactively add changes"
10032 msgstr "thêm các thay đổi bằng tương tác"
10033
10034 #: builtin/commit.c:1492
10035 msgid "commit only specified files"
10036 msgstr "chỉ chuyển giao các tập tin đã chỉ ra"
10037
10038 #: builtin/commit.c:1493
10039 msgid "bypass pre-commit and commit-msg hooks"
10040 msgstr "vòng qua móc (hook) pre-commit và commit-msg"
10041
10042 #: builtin/commit.c:1494
10043 msgid "show what would be committed"
10044 msgstr "hiển thị xem cái gì có thể được chuyển giao"
10045
10046 #: builtin/commit.c:1507
10047 msgid "amend previous commit"
10048 msgstr "“tu bổ” (amend) lần commit trước"
10049
10050 #: builtin/commit.c:1508
10051 msgid "bypass post-rewrite hook"
10052 msgstr "vòng qua móc (hook) post-rewrite"
10053
10054 #: builtin/commit.c:1513
10055 msgid "ok to record an empty change"
10056 msgstr "ok để ghi lại một thay đổi trống rỗng"
10057
10058 #: builtin/commit.c:1515
10059 msgid "ok to record a change with an empty message"
10060 msgstr "ok để ghi các thay đổi với lời nhắn trống rỗng"
10061
10062 #: builtin/commit.c:1588
10063 #, c-format
10064 msgid "Corrupt MERGE_HEAD file (%s)"
10065 msgstr "Tập tin MERGE_HEAD sai hỏng (%s)"
10066
10067 #: builtin/commit.c:1595
10068 msgid "could not read MERGE_MODE"
10069 msgstr "không thể đọc MERGE_MODE"
10070
10071 #: builtin/commit.c:1614
10072 #, c-format
10073 msgid "could not read commit message: %s"
10074 msgstr "không thể đọc phần chú thích (message) của lần chuyển giao: %s"
10075
10076 #: builtin/commit.c:1625
10077 #, c-format
10078 msgid "Aborting commit due to empty commit message.\n"
10079 msgstr "Bãi bỏ việc chuyển giao bởi vì phần chú thích của nó trống rỗng.\n"
10080
10081 #: builtin/commit.c:1630
10082 #, c-format
10083 msgid "Aborting commit; you did not edit the message.\n"
10084 msgstr ""
10085 "Đang bỏ qua việc chuyển giao; bạn đã không biên soạn phần chú thích "
10086 "(message).\n"
10087
10088 #: builtin/commit.c:1665
10089 msgid ""
10090 "repository has been updated, but unable to write\n"
10091 "new_index file. Check that disk is not full and quota is\n"
10092 "not exceeded, and then \"git reset HEAD\" to recover."
10093 msgstr ""
10094 "kho chứa đã được cập nhật, nhưng không thể ghi vào\n"
10095 "tập tin new_index (bảng mục lục mới). Hãy kiểm tra xem đĩa\n"
10096 "có bị đầy quá hay quota (hạn nghạch đĩa cứng) bị vượt quá,\n"
10097 "và sau đó \"git reset HEAD\" để khắc phục."
10098
10099 #: builtin/commit-graph.c:10
10100 msgid "git commit-graph [--object-dir <objdir>]"
10101 msgstr "git commit-graph [--object-dir <objdir>]"
10102
10103 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10104 msgid "git commit-graph read [--object-dir <objdir>]"
10105 msgstr "git commit-graph read [--object-dir <objdir>]"
10106
10107 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10108 msgid "git commit-graph verify [--object-dir <objdir>]"
10109 msgstr "git commit-graph verify [--object-dir <objdir>]"
10110
10111 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10112 msgid ""
10113 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10114 "stdin-packs|--stdin-commits]"
10115 msgstr ""
10116 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10117 "stdin-packs|--stdin-commits]"
10118
10119 #: builtin/commit-graph.c:48 builtin/commit-graph.c:78
10120 #: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:153
10121 #: builtin/log.c:1540
10122 msgid "dir"
10123 msgstr "tmục"
10124
10125 #: builtin/commit-graph.c:49 builtin/commit-graph.c:79
10126 #: builtin/commit-graph.c:133 builtin/commit-graph.c:191
10127 msgid "The object directory to store the graph"
10128 msgstr "Thư mục đối tượng để lưu đồ thị"
10129
10130 #: builtin/commit-graph.c:135
10131 msgid "start walk at all refs"
10132 msgstr "bắt đầu di chuyển tại mọi tham chiếu"
10133
10134 #: builtin/commit-graph.c:137
10135 msgid "scan pack-indexes listed by stdin for commits"
10136 msgstr ""
10137 "quét dó các mục lục gói được liệt kê bởi đầu vào tiêu chuẩn cho các lần "
10138 "chuyển giao"
10139
10140 #: builtin/commit-graph.c:139
10141 msgid "start walk at commits listed by stdin"
10142 msgstr ""
10143 "bắt đầu di chuyển tại các lần chuyển giao được liệt kê bởi đầu vào tiêu chuẩn"
10144
10145 #: builtin/commit-graph.c:141
10146 msgid "include all commits already in the commit-graph file"
10147 msgstr ""
10148 "bao gồm mọi lần chuyển giao đã sẵn có trongười tập tin đồ thị lần chuyển giao"
10149
10150 #: builtin/commit-graph.c:150
10151 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10152 msgstr ""
10153 "không thể sử dụng hơn một --reachable, --stdin-commits, hay --stdin-packs"
10154
10155 #: builtin/config.c:11
10156 msgid "git config [<options>]"
10157 msgstr "git config [<các-tùy-chọn>]"
10158
10159 #: builtin/config.c:103
10160 #, c-format
10161 msgid "unrecognized --type argument, %s"
10162 msgstr "đối số không được thừa nhận --type, %s"
10163
10164 #: builtin/config.c:115
10165 msgid "only one type at a time"
10166 msgstr "chỉ một kiểu một lần"
10167
10168 #: builtin/config.c:124
10169 msgid "Config file location"
10170 msgstr "Vị trí tập tin cấu hình"
10171
10172 #: builtin/config.c:125
10173 msgid "use global config file"
10174 msgstr "dùng tập tin cấu hình toàn cục"
10175
10176 #: builtin/config.c:126
10177 msgid "use system config file"
10178 msgstr "sử dụng tập tin cấu hình hệ thống"
10179
10180 #: builtin/config.c:127
10181 msgid "use repository config file"
10182 msgstr "dùng tập tin cấu hình của kho"
10183
10184 #: builtin/config.c:128
10185 msgid "use per-worktree config file"
10186 msgstr "dùng tập tin cấu hình per-worktree"
10187
10188 #: builtin/config.c:129
10189 msgid "use given config file"
10190 msgstr "sử dụng tập tin cấu hình đã cho"
10191
10192 #: builtin/config.c:130
10193 msgid "blob-id"
10194 msgstr "blob-id"
10195
10196 #: builtin/config.c:130
10197 msgid "read config from given blob object"
10198 msgstr "đọc cấu hình từ đối tượng blob đã cho"
10199
10200 #: builtin/config.c:131
10201 msgid "Action"
10202 msgstr "Hành động"
10203
10204 #: builtin/config.c:132
10205 msgid "get value: name [value-regex]"
10206 msgstr "lấy giá-trị: tên [value-regex]"
10207
10208 #: builtin/config.c:133
10209 msgid "get all values: key [value-regex]"
10210 msgstr "lấy tất cả giá-trị: khóa [value-regex]"
10211
10212 #: builtin/config.c:134
10213 msgid "get values for regexp: name-regex [value-regex]"
10214 msgstr "lấy giá trị cho regexp: name-regex [value-regex]"
10215
10216 #: builtin/config.c:135
10217 msgid "get value specific for the URL: section[.var] URL"
10218 msgstr "lấy đặc tả giá trị cho URL: phần[.biến] URL"
10219
10220 #: builtin/config.c:136
10221 msgid "replace all matching variables: name value [value_regex]"
10222 msgstr "thay thế tất cả các biến khớp mẫu: tên giá-trị [value_regex]"
10223
10224 #: builtin/config.c:137
10225 msgid "add a new variable: name value"
10226 msgstr "thêm biến mới: tên giá-trị"
10227
10228 #: builtin/config.c:138
10229 msgid "remove a variable: name [value-regex]"
10230 msgstr "gỡ bỏ biến: tên [value-regex]"
10231
10232 #: builtin/config.c:139
10233 msgid "remove all matches: name [value-regex]"
10234 msgstr "gỡ bỏ mọi cái khớp: tên [value-regex]"
10235
10236 #: builtin/config.c:140
10237 msgid "rename section: old-name new-name"
10238 msgstr "đổi tên phần: tên-cũ tên-mới"
10239
10240 #: builtin/config.c:141
10241 msgid "remove a section: name"
10242 msgstr "gỡ bỏ phần: tên"
10243
10244 #: builtin/config.c:142
10245 msgid "list all"
10246 msgstr "liệt kê tất"
10247
10248 #: builtin/config.c:143
10249 msgid "open an editor"
10250 msgstr "mở một trình biên soạn"
10251
10252 #: builtin/config.c:144
10253 msgid "find the color configured: slot [default]"
10254 msgstr "tìm cấu hình màu sắc: slot [mặc định]"
10255
10256 #: builtin/config.c:145
10257 msgid "find the color setting: slot [stdout-is-tty]"
10258 msgstr "tìm các cài đặt về màu sắc: slot [stdout-là-tty]"
10259
10260 #: builtin/config.c:146
10261 msgid "Type"
10262 msgstr "Kiểu"
10263
10264 #: builtin/config.c:147
10265 msgid "value is given this type"
10266 msgstr "giá trị được đưa kiểu này"
10267
10268 #: builtin/config.c:148
10269 msgid "value is \"true\" or \"false\""
10270 msgstr "giá trị là \"true\" hoặc \"false\""
10271
10272 #: builtin/config.c:149
10273 msgid "value is decimal number"
10274 msgstr "giá trị ở dạng số thập phân"
10275
10276 #: builtin/config.c:150
10277 msgid "value is --bool or --int"
10278 msgstr "giá trị là --bool hoặc --int"
10279
10280 #: builtin/config.c:151
10281 msgid "value is a path (file or directory name)"
10282 msgstr "giá trị là đường dẫn (tên tập tin hay thư mục)"
10283
10284 #: builtin/config.c:152
10285 msgid "value is an expiry date"
10286 msgstr "giá trị là một ngày hết hạn"
10287
10288 #: builtin/config.c:153
10289 msgid "Other"
10290 msgstr "Khác"
10291
10292 #: builtin/config.c:154
10293 msgid "terminate values with NUL byte"
10294 msgstr "chấm dứt giá trị với byte NUL"
10295
10296 #: builtin/config.c:155
10297 msgid "show variable names only"
10298 msgstr "chỉ hiển thị các tên biến"
10299
10300 #: builtin/config.c:156
10301 msgid "respect include directives on lookup"
10302 msgstr "tôn trọng kể cà các hướng trong tìm kiếm"
10303
10304 #: builtin/config.c:157
10305 msgid "show origin of config (file, standard input, blob, command line)"
10306 msgstr ""
10307 "hiển thị nguyên gốc của cấu hình (tập tin, đầu vào tiêu chuẩn, blob, dòng "
10308 "lệnh)"
10309
10310 #: builtin/config.c:158
10311 msgid "value"
10312 msgstr "giá trị"
10313
10314 #: builtin/config.c:158
10315 msgid "with --get, use default value when missing entry"
10316 msgstr "với --get, dùng giá trị mặc định khi thiếu mục tin"
10317
10318 #: builtin/config.c:171
10319 #, c-format
10320 msgid "wrong number of arguments, should be %d"
10321 msgstr "sai số lượng tham số, phải là %d"
10322
10323 #: builtin/config.c:173
10324 #, c-format
10325 msgid "wrong number of arguments, should be from %d to %d"
10326 msgstr "sai số lượng tham số, phải từ %d đến %d"
10327
10328 #: builtin/config.c:307
10329 #, c-format
10330 msgid "invalid key pattern: %s"
10331 msgstr "mẫu khóa không hợp lệ: %s"
10332
10333 #: builtin/config.c:343
10334 #, c-format
10335 msgid "failed to format default config value: %s"
10336 msgstr "gặp lỗi khi định dạng giá trị cấu hình mặc định: %s"
10337
10338 #: builtin/config.c:400
10339 #, c-format
10340 msgid "cannot parse color '%s'"
10341 msgstr "không thể phân tích màu “%s”"
10342
10343 #: builtin/config.c:442
10344 msgid "unable to parse default color value"
10345 msgstr "không thể phân tích giá trị màu mặc định"
10346
10347 #: builtin/config.c:495 builtin/config.c:741
10348 msgid "not in a git directory"
10349 msgstr "không trong thư mục git"
10350
10351 #: builtin/config.c:498
10352 msgid "writing to stdin is not supported"
10353 msgstr "việc ghi ra đầu ra tiêu chuẩn là không được hỗ trợ"
10354
10355 #: builtin/config.c:501
10356 msgid "writing config blobs is not supported"
10357 msgstr "không hỗ trợ ghi cấu hình các blob"
10358
10359 #: builtin/config.c:586
10360 #, c-format
10361 msgid ""
10362 "# This is Git's per-user configuration file.\n"
10363 "[user]\n"
10364 "# Please adapt and uncomment the following lines:\n"
10365 "#\tname = %s\n"
10366 "#\temail = %s\n"
10367 msgstr ""
10368 "# Đây là tập tin cấu hình cho từng người dùng Git.\n"
10369 "[user]\n"
10370 "# Vui lòng sửa lại cho thích hợp và bỏ dấu ghi chú các dòng sau:\n"
10371 "#\tname = %s\n"
10372 "#\temail = %s\n"
10373
10374 #: builtin/config.c:610
10375 msgid "only one config file at a time"
10376 msgstr "chỉ một tập tin cấu hình một lần"
10377
10378 #: builtin/config.c:615
10379 msgid "--local can only be used inside a git repository"
10380 msgstr "--local chỉ có thể được dùng bên trong một kho git"
10381
10382 #: builtin/config.c:618
10383 msgid "--blob can only be used inside a git repository"
10384 msgstr "--blob chỉ có thể được dùng bên trong một kho git"
10385
10386 #: builtin/config.c:637
10387 msgid "$HOME not set"
10388 msgstr "Chưa đặt biến môi trường HOME"
10389
10390 #: builtin/config.c:657
10391 msgid ""
10392 "--worktree cannot be used with multiple working trees unless the config\n"
10393 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
10394 "section in \"git help worktree\" for details"
10395 msgstr ""
10396 "--worktree không thể dùng với nhiều cây làm việc trừ khi cấu hình mở rộng\n"
10397 "worktreeConfig được bật. Vui lòng đọc phần \"CONFIGURATION FILE\"\n"
10398 "trong \"git help worktree\" để biết thêm chi tiết"
10399
10400 #: builtin/config.c:687
10401 msgid "--get-color and variable type are incoherent"
10402 msgstr "--get-color và kiểu biến là không mạch lạc"
10403
10404 #: builtin/config.c:692
10405 msgid "only one action at a time"
10406 msgstr "chỉ một thao tác mỗi lần"
10407
10408 #: builtin/config.c:705
10409 msgid "--name-only is only applicable to --list or --get-regexp"
10410 msgstr "--name-only chỉ được áp dụng cho --list hoặc --get-regexp"
10411
10412 #: builtin/config.c:711
10413 msgid ""
10414 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
10415 "list"
10416 msgstr ""
10417 "--show-origin chỉ được áp dụng cho --get, --get-all, --get-regexp, hoặc --"
10418 "list"
10419
10420 #: builtin/config.c:717
10421 msgid "--default is only applicable to --get"
10422 msgstr "--default chỉ được áp dụng cho --get"
10423
10424 #: builtin/config.c:730
10425 #, c-format
10426 msgid "unable to read config file '%s'"
10427 msgstr "không thể đọc tập tin cấu hình “%s”"
10428
10429 #: builtin/config.c:733
10430 msgid "error processing config file(s)"
10431 msgstr "gặp lỗi khi xử lý các tập tin cấu hình"
10432
10433 #: builtin/config.c:743
10434 msgid "editing stdin is not supported"
10435 msgstr "sửa chữa đầu ra tiêu chuẩn là không được hỗ trợ"
10436
10437 #: builtin/config.c:745
10438 msgid "editing blobs is not supported"
10439 msgstr "việc sửa chữa các blob là không được hỗ trợ"
10440
10441 #: builtin/config.c:759
10442 #, c-format
10443 msgid "cannot create configuration file %s"
10444 msgstr "không thể tạo tập tin cấu hình “%s”"
10445
10446 #: builtin/config.c:772
10447 #, c-format
10448 msgid ""
10449 "cannot overwrite multiple values with a single value\n"
10450 " Use a regexp, --add or --replace-all to change %s."
10451 msgstr ""
10452 "không thể ghi đè nhiều giá trị với một giá trị đơn\n"
10453 " Dùng một biểu thức chính quy, --add hay --replace-all để thay đổi %s."
10454
10455 #: builtin/config.c:846 builtin/config.c:857
10456 #, c-format
10457 msgid "no such section: %s"
10458 msgstr "không có đoạn: %s"
10459
10460 #: builtin/count-objects.c:90
10461 msgid "git count-objects [-v] [-H | --human-readable]"
10462 msgstr "git count-objects [-v] [-H | --human-readable]"
10463
10464 #: builtin/count-objects.c:100
10465 msgid "print sizes in human readable format"
10466 msgstr "hiển thị kích cỡ theo định dạng dành cho người đọc"
10467
10468 #: builtin/describe.c:26
10469 msgid "git describe [<options>] [<commit-ish>...]"
10470 msgstr "git describe [<các-tùy-chọn>] <commit-ish>*"
10471
10472 #: builtin/describe.c:27
10473 msgid "git describe [<options>] --dirty"
10474 msgstr "git describe [<các-tùy-chọn>] --dirty"
10475
10476 #: builtin/describe.c:62
10477 msgid "head"
10478 msgstr "phía trước "
10479
10480 #: builtin/describe.c:62
10481 msgid "lightweight"
10482 msgstr "hạng nhẹ"
10483
10484 #: builtin/describe.c:62
10485 msgid "annotated"
10486 msgstr "có diễn giải"
10487
10488 #: builtin/describe.c:272
10489 #, c-format
10490 msgid "annotated tag %s not available"
10491 msgstr "thẻ đã được ghi chú %s không sẵn để dùng"
10492
10493 #: builtin/describe.c:276
10494 #, c-format
10495 msgid "annotated tag %s has no embedded name"
10496 msgstr "thẻ được chú giải %s không có tên nhúng"
10497
10498 #: builtin/describe.c:278
10499 #, c-format
10500 msgid "tag '%s' is really '%s' here"
10501 msgstr "thẻ “%s” đã thực sự ở đây “%s” rồi"
10502
10503 #: builtin/describe.c:322
10504 #, c-format
10505 msgid "no tag exactly matches '%s'"
10506 msgstr "không có thẻ nào khớp chính xác với “%s”"
10507
10508 #: builtin/describe.c:324
10509 #, c-format
10510 msgid "No exact match on refs or tags, searching to describe\n"
10511 msgstr "Không có tham chiếu hay thẻ khớp đúng, đang tìm kiếm mô tả\n"
10512
10513 #: builtin/describe.c:378
10514 #, c-format
10515 msgid "finished search at %s\n"
10516 msgstr "việc tìm kiếm đã kết thúc tại %s\n"
10517
10518 #: builtin/describe.c:404
10519 #, c-format
10520 msgid ""
10521 "No annotated tags can describe '%s'.\n"
10522 "However, there were unannotated tags: try --tags."
10523 msgstr ""
10524 "Không có thẻ được chú giải nào được mô tả là “%s”.\n"
10525 "Tuy nhiên, ở đây có những thẻ không được chú giải: hãy thử --tags."
10526
10527 #: builtin/describe.c:408
10528 #, c-format
10529 msgid ""
10530 "No tags can describe '%s'.\n"
10531 "Try --always, or create some tags."
10532 msgstr ""
10533 "Không có thẻ có thể mô tả “%s”.\n"
10534 "Hãy thử --always, hoặc tạo một số thẻ."
10535
10536 #: builtin/describe.c:438
10537 #, c-format
10538 msgid "traversed %lu commits\n"
10539 msgstr "đã xuyên %lu qua lần chuyển giao\n"
10540
10541 #: builtin/describe.c:441
10542 #, c-format
10543 msgid ""
10544 "more than %i tags found; listed %i most recent\n"
10545 "gave up search at %s\n"
10546 msgstr ""
10547 "tìm thấy nhiều hơn %i thẻ; đã liệt kê %i cái gần\n"
10548 "đây nhất bỏ đi tìm kiếm tại %s\n"
10549
10550 #: builtin/describe.c:509
10551 #, c-format
10552 msgid "describe %s\n"
10553 msgstr "mô tả %s\n"
10554
10555 #: builtin/describe.c:512 builtin/log.c:513
10556 #, c-format
10557 msgid "Not a valid object name %s"
10558 msgstr "Không phải tên đối tượng %s hợp lệ"
10559
10560 #: builtin/describe.c:520
10561 #, c-format
10562 msgid "%s is neither a commit nor blob"
10563 msgstr "%s không phải là một lần commit cũng không phải blob"
10564
10565 #: builtin/describe.c:534
10566 msgid "find the tag that comes after the commit"
10567 msgstr "tìm các thẻ mà nó đến trước lần chuyển giao"
10568
10569 #: builtin/describe.c:535
10570 msgid "debug search strategy on stderr"
10571 msgstr "chiến lược tìm kiếm gỡ lỗi trên đầu ra lỗi chuẩn stderr"
10572
10573 #: builtin/describe.c:536
10574 msgid "use any ref"
10575 msgstr "dùng ref bất kỳ"
10576
10577 #: builtin/describe.c:537
10578 msgid "use any tag, even unannotated"
10579 msgstr "dùng thẻ bất kỳ, cả khi “unannotated”"
10580
10581 #: builtin/describe.c:538
10582 msgid "always use long format"
10583 msgstr "luôn dùng định dạng dài"
10584
10585 #: builtin/describe.c:539
10586 msgid "only follow first parent"
10587 msgstr "chỉ theo cha mẹ đầu tiên"
10588
10589 #: builtin/describe.c:542
10590 msgid "only output exact matches"
10591 msgstr "chỉ xuất những gì khớp chính xác"
10592
10593 #: builtin/describe.c:544
10594 msgid "consider <n> most recent tags (default: 10)"
10595 msgstr "coi như <n> thẻ gần đây nhất (mặc định: 10)"
10596
10597 #: builtin/describe.c:546
10598 msgid "only consider tags matching <pattern>"
10599 msgstr "chỉ cân nhắc đến những thẻ khớp với <mẫu>"
10600
10601 #: builtin/describe.c:548
10602 msgid "do not consider tags matching <pattern>"
10603 msgstr "không coi rằng các thẻ khớp với <mẫu>"
10604
10605 #: builtin/describe.c:550 builtin/name-rev.c:424
10606 msgid "show abbreviated commit object as fallback"
10607 msgstr "hiển thị đối tượng chuyển giao vắn tắt như là fallback"
10608
10609 #: builtin/describe.c:551 builtin/describe.c:554
10610 msgid "mark"
10611 msgstr "dấu"
10612
10613 #: builtin/describe.c:552
10614 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
10615 msgstr "thêm <dấu> trên cây thư mục làm việc bẩn (mặc định \"-dirty\")"
10616
10617 #: builtin/describe.c:555
10618 msgid "append <mark> on broken working tree (default: \"-broken\")"
10619 msgstr "thêm <dấu> trên cây thư mục làm việc bị hỏng (mặc định \"-broken\")"
10620
10621 #: builtin/describe.c:573
10622 msgid "--long is incompatible with --abbrev=0"
10623 msgstr "--long là xung khắc với tùy chọn --abbrev=0"
10624
10625 #: builtin/describe.c:602
10626 msgid "No names found, cannot describe anything."
10627 msgstr "Không tìm thấy các tên, không thể mô tả gì cả."
10628
10629 #: builtin/describe.c:652
10630 msgid "--dirty is incompatible with commit-ishes"
10631 msgstr "--dirty là xung khắc với các tùy chọn commit-ish"
10632
10633 #: builtin/describe.c:654
10634 msgid "--broken is incompatible with commit-ishes"
10635 msgstr "--broken là xung khắc với commit-ishes"
10636
10637 #: builtin/diff.c:83
10638 #, c-format
10639 msgid "'%s': not a regular file or symlink"
10640 msgstr "“%s”: không phải tập tin bình thường hay liên kết mềm"
10641
10642 #: builtin/diff.c:234
10643 #, c-format
10644 msgid "invalid option: %s"
10645 msgstr "tùy chọn không hợp lệ: %s"
10646
10647 #: builtin/diff.c:363
10648 msgid "Not a git repository"
10649 msgstr "Không phải là kho git"
10650
10651 #: builtin/diff.c:407
10652 #, c-format
10653 msgid "invalid object '%s' given."
10654 msgstr "đối tượng đã cho “%s” không hợp lệ."
10655
10656 #: builtin/diff.c:416
10657 #, c-format
10658 msgid "more than two blobs given: '%s'"
10659 msgstr "đã cho nhiều hơn hai đối tượng blob: “%s”"
10660
10661 #: builtin/diff.c:421
10662 #, c-format
10663 msgid "unhandled object '%s' given."
10664 msgstr "đã cho đối tượng không thể nắm giữ “%s”."
10665
10666 #: builtin/difftool.c:30
10667 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
10668 msgstr ""
10669 "git difftool [<các-tùy-chọn>] [<lần_chuyển_giao> [<lần_chuyển_giao>]] [--] "
10670 "<đường-dẫn>…]"
10671
10672 #: builtin/difftool.c:260
10673 #, c-format
10674 msgid "failed: %d"
10675 msgstr "gặp lỗi: %d"
10676
10677 #: builtin/difftool.c:302
10678 #, c-format
10679 msgid "could not read symlink %s"
10680 msgstr "không thể đọc liên kết mềm %s"
10681
10682 #: builtin/difftool.c:304
10683 #, c-format
10684 msgid "could not read symlink file %s"
10685 msgstr "không đọc được tập tin liên kết mềm %s"
10686
10687 #: builtin/difftool.c:312
10688 #, c-format
10689 msgid "could not read object %s for symlink %s"
10690 msgstr "Không thể đọc đối tượng %s cho liên kết mềm %s"
10691
10692 #: builtin/difftool.c:413
10693 msgid ""
10694 "combined diff formats('-c' and '--cc') are not supported in\n"
10695 "directory diff mode('-d' and '--dir-diff')."
10696 msgstr ""
10697 "các định dạng diff tổ hợp(“-c” và “--cc”) chưa được hỗ trợ trong\n"
10698 "chế độ diff thư mục(“-d” và “--dir-diff”)."
10699
10700 #: builtin/difftool.c:633
10701 #, c-format
10702 msgid "both files modified: '%s' and '%s'."
10703 msgstr "cả hai tập tin đã bị sửa: “%s” và “%s”."
10704
10705 #: builtin/difftool.c:635
10706 msgid "working tree file has been left."
10707 msgstr "cây làm việc ở bên trái."
10708
10709 #: builtin/difftool.c:646
10710 #, c-format
10711 msgid "temporary files exist in '%s'."
10712 msgstr "các tập tin tạm đã sẵn có trong “%s”."
10713
10714 #: builtin/difftool.c:647
10715 msgid "you may want to cleanup or recover these."
10716 msgstr "bạn có lẽ muốn dọn dẹp hay "
10717
10718 #: builtin/difftool.c:696
10719 msgid "use `diff.guitool` instead of `diff.tool`"
10720 msgstr "dùng “diff.guitool“ thay vì dùng “diff.tool“"
10721
10722 #: builtin/difftool.c:698
10723 msgid "perform a full-directory diff"
10724 msgstr "thực hiện một diff toàn thư mục"
10725
10726 #: builtin/difftool.c:700
10727 msgid "do not prompt before launching a diff tool"
10728 msgstr "đừng nhắc khi khởi chạy công cụ diff"
10729
10730 #: builtin/difftool.c:705
10731 msgid "use symlinks in dir-diff mode"
10732 msgstr "dùng liên kết mềm trong diff-thư-mục"
10733
10734 #: builtin/difftool.c:706
10735 msgid "tool"
10736 msgstr "công cụ"
10737
10738 #: builtin/difftool.c:707
10739 msgid "use the specified diff tool"
10740 msgstr "dùng công cụ diff đã cho"
10741
10742 #: builtin/difftool.c:709
10743 msgid "print a list of diff tools that may be used with `--tool`"
10744 msgstr "in ra danh sách các công cụ dif cái mà có thẻ dùng với “--tool“"
10745
10746 #: builtin/difftool.c:712
10747 msgid ""
10748 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
10749 "code"
10750 msgstr ""
10751 "làm cho “git-difftool” thoát khi gọi công cụ diff trả về mã không phải số "
10752 "không"
10753
10754 #: builtin/difftool.c:715
10755 msgid "specify a custom command for viewing diffs"
10756 msgstr "chỉ định một lệnh tùy ý để xem diff"
10757
10758 #: builtin/difftool.c:739
10759 msgid "no <tool> given for --tool=<tool>"
10760 msgstr "chưa đưa ra <công_cụ> cho --tool=<công_cụ>"
10761
10762 #: builtin/difftool.c:746
10763 msgid "no <cmd> given for --extcmd=<cmd>"
10764 msgstr "chưa đưa ra <lệnh> cho --extcmd=<lệnh>"
10765
10766 #: builtin/fast-export.c:29
10767 msgid "git fast-export [rev-list-opts]"
10768 msgstr "git fast-export [rev-list-opts]"
10769
10770 #: builtin/fast-export.c:1006
10771 msgid "show progress after <n> objects"
10772 msgstr "hiển thị tiến triển sau <n> đối tượng"
10773
10774 #: builtin/fast-export.c:1008
10775 msgid "select handling of signed tags"
10776 msgstr "chọn điều khiển của thẻ đã ký"
10777
10778 #: builtin/fast-export.c:1011
10779 msgid "select handling of tags that tag filtered objects"
10780 msgstr "chọn sự xử lý của các thẻ, cái mà đánh thẻ các đối tượng được lọc ra"
10781
10782 #: builtin/fast-export.c:1014
10783 msgid "Dump marks to this file"
10784 msgstr "Đổ các đánh dấu này vào tập-tin"
10785
10786 #: builtin/fast-export.c:1016
10787 msgid "Import marks from this file"
10788 msgstr "nhập vào đánh dấu từ tập tin này"
10789
10790 #: builtin/fast-export.c:1018
10791 msgid "Fake a tagger when tags lack one"
10792 msgstr "Làm giả một cái thẻ khi thẻ bị thiếu một cái"
10793
10794 #: builtin/fast-export.c:1020
10795 msgid "Output full tree for each commit"
10796 msgstr "Xuất ra toàn bộ cây cho mỗi lần chuyển giao"
10797
10798 #: builtin/fast-export.c:1022
10799 msgid "Use the done feature to terminate the stream"
10800 msgstr "Sử dụng tính năng done để chấm dứt luồng dữ liệu"
10801
10802 #: builtin/fast-export.c:1023
10803 msgid "Skip output of blob data"
10804 msgstr "Bỏ qua kết xuất của dữ liệu blob"
10805
10806 #: builtin/fast-export.c:1024 builtin/log.c:1588
10807 msgid "refspec"
10808 msgstr "refspec"
10809
10810 #: builtin/fast-export.c:1025
10811 msgid "Apply refspec to exported refs"
10812 msgstr "Áp dụng refspec cho refs đã xuất"
10813
10814 #: builtin/fast-export.c:1026
10815 msgid "anonymize output"
10816 msgstr "kết xuất anonymize"
10817
10818 #: builtin/fetch.c:28
10819 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
10820 msgstr "git fetch [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"
10821
10822 #: builtin/fetch.c:29
10823 msgid "git fetch [<options>] <group>"
10824 msgstr "git fetch [<các-tùy-chọn>] [<nhóm>"
10825
10826 #: builtin/fetch.c:30
10827 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
10828 msgstr "git fetch --multiple [<các-tùy-chọn>] [(<kho> | <nhóm>)…]"
10829
10830 #: builtin/fetch.c:31
10831 msgid "git fetch --all [<options>]"
10832 msgstr "git fetch --all [<các-tùy-chọn>]"
10833
10834 #: builtin/fetch.c:115 builtin/pull.c:194
10835 msgid "fetch from all remotes"
10836 msgstr "lấy về từ tất cả các máy chủ"
10837
10838 #: builtin/fetch.c:117 builtin/pull.c:197
10839 msgid "append to .git/FETCH_HEAD instead of overwriting"
10840 msgstr "nối thêm vào .git/FETCH_HEAD thay vì ghi đè lên nó"
10841
10842 #: builtin/fetch.c:119 builtin/pull.c:200
10843 msgid "path to upload pack on remote end"
10844 msgstr "đường dẫn đến gói tải lên trên máy chủ cuối"
10845
10846 #: builtin/fetch.c:120
10847 msgid "force overwrite of local reference"
10848 msgstr "ép buộc ghi đè lên tham chiếu nội bộ"
10849
10850 #: builtin/fetch.c:122
10851 msgid "fetch from multiple remotes"
10852 msgstr "lấy từ nhiều máy chủ cùng lúc"
10853
10854 #: builtin/fetch.c:124 builtin/pull.c:204
10855 msgid "fetch all tags and associated objects"
10856 msgstr "lấy tất cả các thẻ cùng với các đối tượng liên quan đến nó"
10857
10858 #: builtin/fetch.c:126
10859 msgid "do not fetch all tags (--no-tags)"
10860 msgstr "không lấy tất cả các thẻ (--no-tags)"
10861
10862 #: builtin/fetch.c:128
10863 msgid "number of submodules fetched in parallel"
10864 msgstr "số lượng mô-đun-con được lấy đồng thời"
10865
10866 #: builtin/fetch.c:130 builtin/pull.c:207
10867 msgid "prune remote-tracking branches no longer on remote"
10868 msgstr ""
10869 "cắt cụt (prune) các nhánh “remote-tracking” không còn tồn tại trên máy chủ "
10870 "nữa"
10871
10872 #: builtin/fetch.c:132
10873 msgid "prune local tags no longer on remote and clobber changed tags"
10874 msgstr "cắt xém các thẻ nội bộ không còn ở máy chủ và xóa các thẻ đã thay đổi"
10875
10876 #: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:132
10877 msgid "on-demand"
10878 msgstr "khi-cần"
10879
10880 #: builtin/fetch.c:134
10881 msgid "control recursive fetching of submodules"
10882 msgstr "điều khiển việc lấy về đệ quy trong các mô-đun-con"
10883
10884 #: builtin/fetch.c:138 builtin/pull.c:215
10885 msgid "keep downloaded pack"
10886 msgstr "giữ lại gói đã tải về"
10887
10888 #: builtin/fetch.c:140
10889 msgid "allow updating of HEAD ref"
10890 msgstr "cho phép cập nhật th.chiếu HEAD"
10891
10892 #: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:218
10893 msgid "deepen history of shallow clone"
10894 msgstr "làm sâu hơn lịch sử của bản sao"
10895
10896 #: builtin/fetch.c:145
10897 msgid "deepen history of shallow repository based on time"
10898 msgstr "làm sâu hơn lịch sử của kho bản sao shallow dựa trên thời gian"
10899
10900 #: builtin/fetch.c:151 builtin/pull.c:221
10901 msgid "convert to a complete repository"
10902 msgstr "chuyển đổi hoàn toàn sang kho git"
10903
10904 #: builtin/fetch.c:154
10905 msgid "prepend this to submodule path output"
10906 msgstr "soạn sẵn cái này cho kết xuất đường dẫn mô-đun-con"
10907
10908 #: builtin/fetch.c:157
10909 msgid ""
10910 "default for recursive fetching of submodules (lower priority than config "
10911 "files)"
10912 msgstr ""
10913 "mặc định cho việc lấy đệ quy các mô-đun-con (có mức ưu tiên thấp hơn các tập "
10914 "tin cấu hình config)"
10915
10916 #: builtin/fetch.c:161 builtin/pull.c:224
10917 msgid "accept refs that update .git/shallow"
10918 msgstr "chấp nhận tham chiếu cập nhật .git/shallow"
10919
10920 #: builtin/fetch.c:162 builtin/pull.c:226
10921 msgid "refmap"
10922 msgstr "refmap"
10923
10924 #: builtin/fetch.c:163 builtin/pull.c:227
10925 msgid "specify fetch refmap"
10926 msgstr "chỉ ra refmap cần lấy về"
10927
10928 #: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
10929 #: builtin/send-pack.c:172
10930 msgid "server-specific"
10931 msgstr "đặc-tả-máy-phục-vụ"
10932
10933 #: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
10934 #: builtin/send-pack.c:173
10935 msgid "option to transmit"
10936 msgstr "tùy chọn để chuyển giao"
10937
10938 #: builtin/fetch.c:170
10939 msgid "report that we have only objects reachable from this object"
10940 msgstr ""
10941 "báo cáo rằng chúng ta chỉ có các đối tượng tiếp cận được từ đối tượng này"
10942
10943 #: builtin/fetch.c:470
10944 msgid "Couldn't find remote ref HEAD"
10945 msgstr "Không thể tìm thấy máy chủ cho tham chiếu HEAD"
10946
10947 #: builtin/fetch.c:609
10948 #, c-format
10949 msgid "configuration fetch.output contains invalid value %s"
10950 msgstr "phần cấu hình fetch.output có chứa giá-trị không hợp lệ %s"
10951
10952 #: builtin/fetch.c:702
10953 #, c-format
10954 msgid "object %s not found"
10955 msgstr "Không tìm thấy đối tượng %s"
10956
10957 #: builtin/fetch.c:706
10958 msgid "[up to date]"
10959 msgstr "[đã cập nhật]"
10960
10961 #: builtin/fetch.c:719 builtin/fetch.c:735 builtin/fetch.c:807
10962 msgid "[rejected]"
10963 msgstr "[Bị từ chối]"
10964
10965 #: builtin/fetch.c:720
10966 msgid "can't fetch in current branch"
10967 msgstr "không thể fetch (lấy) về nhánh hiện hành"
10968
10969 #: builtin/fetch.c:730
10970 msgid "[tag update]"
10971 msgstr "[cập nhật thẻ]"
10972
10973 #: builtin/fetch.c:731 builtin/fetch.c:771 builtin/fetch.c:787
10974 #: builtin/fetch.c:802
10975 msgid "unable to update local ref"
10976 msgstr "không thể cập nhật tham chiếu nội bộ"
10977
10978 #: builtin/fetch.c:735
10979 msgid "would clobber existing tag"
10980 msgstr "nên xóa chồng các thẻ có sẵn"
10981
10982 #: builtin/fetch.c:757
10983 msgid "[new tag]"
10984 msgstr "[thẻ mới]"
10985
10986 #: builtin/fetch.c:760
10987 msgid "[new branch]"
10988 msgstr "[nhánh mới]"
10989
10990 #: builtin/fetch.c:763
10991 msgid "[new ref]"
10992 msgstr "[ref (tham chiếu) mới]"
10993
10994 #: builtin/fetch.c:802
10995 msgid "forced update"
10996 msgstr "cưỡng bức cập nhật"
10997
10998 #: builtin/fetch.c:807
10999 msgid "non-fast-forward"
11000 msgstr "không-phải-chuyển-tiếp-nhanh"
11001
11002 #: builtin/fetch.c:853
11003 #, c-format
11004 msgid "%s did not send all necessary objects\n"
11005 msgstr "%s đã không gửi tất cả các đối tượng cần thiết\n"
11006
11007 #: builtin/fetch.c:874
11008 #, c-format
11009 msgid "reject %s because shallow roots are not allowed to be updated"
11010 msgstr "từ chối %s bởi vì các gốc nông thì không được phép cập nhật"
11011
11012 #: builtin/fetch.c:963 builtin/fetch.c:1085
11013 #, c-format
11014 msgid "From %.*s\n"
11015 msgstr "Từ %.*s\n"
11016
11017 #: builtin/fetch.c:974
11018 #, c-format
11019 msgid ""
11020 "some local refs could not be updated; try running\n"
11021 " 'git remote prune %s' to remove any old, conflicting branches"
11022 msgstr ""
11023 "một số tham chiếu nội bộ không thể được cập nhật; hãy thử chạy\n"
11024 " “git remote prune %s” để bỏ đi những nhánh cũ, hay bị xung đột"
11025
11026 #: builtin/fetch.c:1055
11027 #, c-format
11028 msgid " (%s will become dangling)"
11029 msgstr " (%s sẽ trở thành không đầu (không được quản lý))"
11030
11031 #: builtin/fetch.c:1056
11032 #, c-format
11033 msgid " (%s has become dangling)"
11034 msgstr " (%s đã trở thành không đầu (không được quản lý))"
11035
11036 #: builtin/fetch.c:1088
11037 msgid "[deleted]"
11038 msgstr "[đã xóa]"
11039
11040 #: builtin/fetch.c:1089 builtin/remote.c:1036
11041 msgid "(none)"
11042 msgstr "(không)"
11043
11044 #: builtin/fetch.c:1112
11045 #, c-format
11046 msgid "Refusing to fetch into current branch %s of non-bare repository"
11047 msgstr ""
11048 "Từ chối việc lấy vào trong nhánh hiện tại %s của một kho chứa không phải kho "
11049 "trần (bare)"
11050
11051 #: builtin/fetch.c:1131
11052 #, c-format
11053 msgid "Option \"%s\" value \"%s\" is not valid for %s"
11054 msgstr "Tùy chọn \"%s\" có giá trị \"%s\" là không hợp lệ cho %s"
11055
11056 #: builtin/fetch.c:1134
11057 #, c-format
11058 msgid "Option \"%s\" is ignored for %s\n"
11059 msgstr "Tùy chọn \"%s\" bị bỏ qua với %s\n"
11060
11061 #: builtin/fetch.c:1433
11062 #, c-format
11063 msgid "Fetching %s\n"
11064 msgstr "Đang lấy “%s” về\n"
11065
11066 #: builtin/fetch.c:1435 builtin/remote.c:100
11067 #, c-format
11068 msgid "Could not fetch %s"
11069 msgstr "không thể “%s” về"
11070
11071 #: builtin/fetch.c:1481 builtin/fetch.c:1649
11072 msgid ""
11073 "--filter can only be used with the remote configured in core.partialClone"
11074 msgstr ""
11075 "--filter chỉ có thể được dùng với máy chủ được cấu hình bằng core."
11076 "partialClone"
11077
11078 #: builtin/fetch.c:1504
11079 msgid ""
11080 "No remote repository specified. Please, specify either a URL or a\n"
11081 "remote name from which new revisions should be fetched."
11082 msgstr ""
11083 "Chưa chỉ ra kho chứa máy chủ. Xin hãy chỉ định hoặc là URL hoặc\n"
11084 "tên máy chủ từ cái mà những điểm xét duyệt mới có thể được fetch (lấy về)."
11085
11086 #: builtin/fetch.c:1541
11087 msgid "You need to specify a tag name."
11088 msgstr "Bạn phải định rõ tên thẻ."
11089
11090 #: builtin/fetch.c:1590
11091 msgid "Negative depth in --deepen is not supported"
11092 msgstr "Mức sâu là số âm trong --deepen là không được hỗ trợ"
11093
11094 #: builtin/fetch.c:1592
11095 msgid "--deepen and --depth are mutually exclusive"
11096 msgstr "Các tùy chọn--deepen và --depth loại từ lẫn nhau"
11097
11098 #: builtin/fetch.c:1597
11099 msgid "--depth and --unshallow cannot be used together"
11100 msgstr "tùy chọn --depth và --unshallow không thể sử dụng cùng với nhau"
11101
11102 #: builtin/fetch.c:1599
11103 msgid "--unshallow on a complete repository does not make sense"
11104 msgstr "--unshallow trên kho hoàn chỉnh là không hợp lý"
11105
11106 #: builtin/fetch.c:1615
11107 msgid "fetch --all does not take a repository argument"
11108 msgstr "lệnh lấy về \"fetch --all\" không lấy đối số kho chứa"
11109
11110 #: builtin/fetch.c:1617
11111 msgid "fetch --all does not make sense with refspecs"
11112 msgstr "lệnh lấy về \"fetch --all\" không hợp lý với refspecs"
11113
11114 #: builtin/fetch.c:1626
11115 #, c-format
11116 msgid "No such remote or remote group: %s"
11117 msgstr "không có nhóm máy chủ hay máy chủ như thế: %s"
11118
11119 #: builtin/fetch.c:1633
11120 msgid "Fetching a group and specifying refspecs does not make sense"
11121 msgstr "Việc lấy về cả một nhóm và chỉ định refspecs không hợp lý"
11122
11123 #: builtin/fmt-merge-msg.c:18
11124 msgid ""
11125 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11126 msgstr ""
11127 "git fmt-merge-msg [-m <chú_thích>] [--log[=<n>] | --no-log] [--file <tập-"
11128 "tin>]"
11129
11130 #: builtin/fmt-merge-msg.c:672
11131 msgid "populate log with at most <n> entries from shortlog"
11132 msgstr "gắn nhật ký với ít nhất <n> mục từ lệnh “shortlog”"
11133
11134 #: builtin/fmt-merge-msg.c:675
11135 msgid "alias for --log (deprecated)"
11136 msgstr "bí danh cho --log (không được dùng)"
11137
11138 #: builtin/fmt-merge-msg.c:678
11139 msgid "text"
11140 msgstr "văn bản"
11141
11142 #: builtin/fmt-merge-msg.c:679
11143 msgid "use <text> as start of message"
11144 msgstr "dùng <văn bản thường> để bắt đầu ghi chú"
11145
11146 #: builtin/fmt-merge-msg.c:680
11147 msgid "file to read from"
11148 msgstr "tập tin để đọc dữ liệu từ đó"
11149
11150 #: builtin/for-each-ref.c:10
11151 msgid "git for-each-ref [<options>] [<pattern>]"
11152 msgstr "git for-each-ref [<các-tùy-chọn>] [<mẫu>]"
11153
11154 #: builtin/for-each-ref.c:11
11155 msgid "git for-each-ref [--points-at <object>]"
11156 msgstr "git for-each-ref [--points-at <đối tượng>]"
11157
11158 #: builtin/for-each-ref.c:12
11159 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11160 msgstr "git for-each-ref [(--merged | --no-merged) [<lần-chuyển-giao>]]"
11161
11162 #: builtin/for-each-ref.c:13
11163 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11164 msgstr ""
11165 "git for-each-ref [--contains [<lần-chuyển-giao>]] [--no-contains [<lần-"
11166 "chuyển-giao>]]"
11167
11168 #: builtin/for-each-ref.c:28
11169 msgid "quote placeholders suitably for shells"
11170 msgstr "trích dẫn để phù hợp cho hệ vỏ (shell)"
11171
11172 #: builtin/for-each-ref.c:30
11173 msgid "quote placeholders suitably for perl"
11174 msgstr "trích dẫn để phù hợp cho perl"
11175
11176 #: builtin/for-each-ref.c:32
11177 msgid "quote placeholders suitably for python"
11178 msgstr "trích dẫn để phù hợp cho python"
11179
11180 #: builtin/for-each-ref.c:34
11181 msgid "quote placeholders suitably for Tcl"
11182 msgstr "trích dẫn để phù hợp cho Tcl"
11183
11184 #: builtin/for-each-ref.c:37
11185 msgid "show only <n> matched refs"
11186 msgstr "hiển thị chỉ <n> tham chiếu khớp"
11187
11188 #: builtin/for-each-ref.c:39 builtin/tag.c:424
11189 msgid "respect format colors"
11190 msgstr "các màu định dạng lưu tâm"
11191
11192 #: builtin/for-each-ref.c:43
11193 msgid "print only refs which points at the given object"
11194 msgstr "chỉ hiển thị các tham chiếu mà nó chỉ đến đối tượng đã cho"
11195
11196 #: builtin/for-each-ref.c:45
11197 msgid "print only refs that are merged"
11198 msgstr "chỉ hiển thị những tham chiếu mà nó được hòa trộn"
11199
11200 #: builtin/for-each-ref.c:46
11201 msgid "print only refs that are not merged"
11202 msgstr "chỉ hiển thị những tham chiếu mà nó không được hòa trộn"
11203
11204 #: builtin/for-each-ref.c:47
11205 msgid "print only refs which contain the commit"
11206 msgstr "chỉ hiển thị những tham chiếu mà nó chứa lần chuyển giao"
11207
11208 #: builtin/for-each-ref.c:48
11209 msgid "print only refs which don't contain the commit"
11210 msgstr "chỉ hiển thị những tham chiếu mà nó không chứa lần chuyển giao"
11211
11212 #: builtin/fsck.c:598
11213 msgid "Checking object directories"
11214 msgstr "Đang kiểm tra các thư mục đối tượng"
11215
11216 #: builtin/fsck.c:693
11217 msgid "git fsck [<options>] [<object>...]"
11218 msgstr "git fsck [<các-tùy-chọn>] [<đối-tượng>…]"
11219
11220 #: builtin/fsck.c:699
11221 msgid "show unreachable objects"
11222 msgstr "hiển thị các đối tượng không thể đọc được"
11223
11224 #: builtin/fsck.c:700
11225 msgid "show dangling objects"
11226 msgstr "hiển thị các đối tượng không được quản lý"
11227
11228 #: builtin/fsck.c:701
11229 msgid "report tags"
11230 msgstr "báo cáo các thẻ"
11231
11232 #: builtin/fsck.c:702
11233 msgid "report root nodes"
11234 msgstr "báo cáo node gốc"
11235
11236 #: builtin/fsck.c:703
11237 msgid "make index objects head nodes"
11238 msgstr "tạo “index objects head nodes”"
11239
11240 #: builtin/fsck.c:704
11241 msgid "make reflogs head nodes (default)"
11242 msgstr "tạo “reflogs head nodes” (mặc định)"
11243
11244 #: builtin/fsck.c:705
11245 msgid "also consider packs and alternate objects"
11246 msgstr "cũng cân nhắc đến các đối tượng gói và thay thế"
11247
11248 #: builtin/fsck.c:706
11249 msgid "check only connectivity"
11250 msgstr "chỉ kiểm tra kết nối"
11251
11252 #: builtin/fsck.c:707
11253 msgid "enable more strict checking"
11254 msgstr "cho phép kiểm tra hạn chế hơn"
11255
11256 #: builtin/fsck.c:709
11257 msgid "write dangling objects in .git/lost-found"
11258 msgstr "ghi các đối tượng không được quản lý trong .git/lost-found"
11259
11260 #: builtin/fsck.c:710 builtin/prune.c:110
11261 msgid "show progress"
11262 msgstr "hiển thị quá trình"
11263
11264 #: builtin/fsck.c:711
11265 msgid "show verbose names for reachable objects"
11266 msgstr "hiển thị tên chi tiết cho các đối tượng đọc được"
11267
11268 #: builtin/fsck.c:776
11269 msgid "Checking objects"
11270 msgstr "Đang kiểm tra các đối tượng"
11271
11272 #: builtin/gc.c:34
11273 msgid "git gc [<options>]"
11274 msgstr "git gc [<các-tùy-chọn>]"
11275
11276 #: builtin/gc.c:90
11277 #, c-format
11278 msgid "Failed to fstat %s: %s"
11279 msgstr "Gặp lỗi khi lấy thông tin thống kê về tập tin %s: %s"
11280
11281 #: builtin/gc.c:461 builtin/init-db.c:55
11282 #, c-format
11283 msgid "cannot stat '%s'"
11284 msgstr "không thể lấy thông tin thống kê về “%s”"
11285
11286 #: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:510
11287 #, c-format
11288 msgid "cannot read '%s'"
11289 msgstr "không thể đọc “%s”"
11290
11291 #: builtin/gc.c:477
11292 #, c-format
11293 msgid ""
11294 "The last gc run reported the following. Please correct the root cause\n"
11295 "and remove %s.\n"
11296 "Automatic cleanup will not be performed until the file is removed.\n"
11297 "\n"
11298 "%s"
11299 msgstr ""
11300 "Lần chạy gc cuối đã báo cáo các vấn đề sau đây. Vui lòng sửa nguyên nhân\n"
11301 "tận gốc và xóa bỏ %s.\n"
11302 "Việc tự động dọn dẹp sẽ không thực thi cho đến khi tập tin được xóa bỏ.\n"
11303 "\n"
11304 "%s"
11305
11306 #: builtin/gc.c:519
11307 msgid "prune unreferenced objects"
11308 msgstr "xóa bỏ các đối tượng không được tham chiếu"
11309
11310 #: builtin/gc.c:521
11311 msgid "be more thorough (increased runtime)"
11312 msgstr "cẩn thận hơn nữa (tăng thời gian chạy)"
11313
11314 #: builtin/gc.c:522
11315 msgid "enable auto-gc mode"
11316 msgstr "bật chế độ auto-gc"
11317
11318 #: builtin/gc.c:525
11319 msgid "force running gc even if there may be another gc running"
11320 msgstr "buộc gc chạy ngay cả khi có tiến trình gc khác đang chạy"
11321
11322 #: builtin/gc.c:528
11323 msgid "repack all other packs except the largest pack"
11324 msgstr "đóng gói lại tất cả các gói khác ngoại trừ gói lớn nhất"
11325
11326 #: builtin/gc.c:545
11327 #, c-format
11328 msgid "failed to parse gc.logexpiry value %s"
11329 msgstr "gặp lỗi khi phân tích giá trị gc.logexpiry %s"
11330
11331 #: builtin/gc.c:556
11332 #, c-format
11333 msgid "failed to parse prune expiry value %s"
11334 msgstr "gặp lỗi khi phân tích giá trị prune %s"
11335
11336 #: builtin/gc.c:576
11337 #, c-format
11338 msgid "Auto packing the repository in background for optimum performance.\n"
11339 msgstr ""
11340 "Tự động đóng gói kho chứa trên nền hệ thống để tối ưu hóa hiệu suất làm "
11341 "việc.\n"
11342
11343 #: builtin/gc.c:578
11344 #, c-format
11345 msgid "Auto packing the repository for optimum performance.\n"
11346 msgstr "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"
11347
11348 #: builtin/gc.c:579
11349 #, c-format
11350 msgid "See \"git help gc\" for manual housekeeping.\n"
11351 msgstr "Xem \"git help gc\" để có hướng dẫn cụ thể về cách dọn dẹp kho git.\n"
11352
11353 #: builtin/gc.c:619
11354 #, c-format
11355 msgid ""
11356 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
11357 msgstr ""
11358 "gc đang được thực hiện trên máy “%s” pid %<PRIuMAX> (dùng --force nếu không "
11359 "phải thế)"
11360
11361 #: builtin/gc.c:670
11362 msgid ""
11363 "There are too many unreachable loose objects; run 'git prune' to remove them."
11364 msgstr ""
11365 "Có quá nhiều đối tượng tự do không được dùng đến; hãy chạy lệnh “git prune” "
11366 "để xóa bỏ chúng đi."
11367
11368 #: builtin/grep.c:28
11369 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
11370 msgstr "git grep [<các-tùy-chọn>] [-e] <mẫu> [<rev>…] [[--] <đường-dẫn>…]"
11371
11372 #: builtin/grep.c:224
11373 #, c-format
11374 msgid "grep: failed to create thread: %s"
11375 msgstr "grep: gặp lỗi tạo tuyến (thread): %s"
11376
11377 #: builtin/grep.c:278
11378 #, c-format
11379 msgid "invalid number of threads specified (%d) for %s"
11380 msgstr "số tuyến đã cho không hợp lệ (%d) cho %s"
11381
11382 #. TRANSLATORS: %s is the configuration
11383 #. variable for tweaking threads, currently
11384 #. grep.threads
11385 #.
11386 #: builtin/grep.c:286 builtin/index-pack.c:1506 builtin/index-pack.c:1697
11387 #: builtin/pack-objects.c:2719
11388 #, c-format
11389 msgid "no threads support, ignoring %s"
11390 msgstr "không hỗ trợ đa tuyến, bỏ qua %s"
11391
11392 #: builtin/grep.c:458 builtin/grep.c:579 builtin/grep.c:620
11393 #, c-format
11394 msgid "unable to read tree (%s)"
11395 msgstr "không thể đọc cây (%s)"
11396
11397 #: builtin/grep.c:635
11398 #, c-format
11399 msgid "unable to grep from object of type %s"
11400 msgstr "không thể thực hiện lệnh grep (lọc tìm) từ đối tượng thuộc kiểu %s"
11401
11402 #: builtin/grep.c:701
11403 #, c-format
11404 msgid "switch `%c' expects a numerical value"
11405 msgstr "chuyển đến “%c” cần một giá trị bằng số"
11406
11407 #: builtin/grep.c:800
11408 msgid "search in index instead of in the work tree"
11409 msgstr "tìm trong bảng mục lục thay vì trong cây làm việc"
11410
11411 #: builtin/grep.c:802
11412 msgid "find in contents not managed by git"
11413 msgstr "tìm trong nội dung không được quản lý bởi git"
11414
11415 #: builtin/grep.c:804
11416 msgid "search in both tracked and untracked files"
11417 msgstr "tìm kiếm các tập tin được và chưa được theo dõi dấu vết"
11418
11419 #: builtin/grep.c:806
11420 msgid "ignore files specified via '.gitignore'"
11421 msgstr "các tập tin bị bỏ qua được chỉ định thông qua “.gitignore”"
11422
11423 #: builtin/grep.c:808
11424 msgid "recursively search in each submodule"
11425 msgstr "tìm kiếm đệ quy trong từng mô-đun-con"
11426
11427 #: builtin/grep.c:811
11428 msgid "show non-matching lines"
11429 msgstr "hiển thị những dòng không khớp với mẫu"
11430
11431 #: builtin/grep.c:813
11432 msgid "case insensitive matching"
11433 msgstr "phân biệt HOA/thường"
11434
11435 #: builtin/grep.c:815
11436 msgid "match patterns only at word boundaries"
11437 msgstr "chỉ khớp mẫu tại đường ranh giới từ"
11438
11439 #: builtin/grep.c:817
11440 msgid "process binary files as text"
11441 msgstr "xử lý tập tin nhị phân như là dạng văn bản thường"
11442
11443 #: builtin/grep.c:819
11444 msgid "don't match patterns in binary files"
11445 msgstr "không khớp mẫu trong các tập tin nhị phân"
11446
11447 #: builtin/grep.c:822
11448 msgid "process binary files with textconv filters"
11449 msgstr "xử lý tập tin nhị phân với các bộ lọc “textconv”"
11450
11451 #: builtin/grep.c:824
11452 msgid "search in subdirectories (default)"
11453 msgstr "tìm kiếm trong thư mục con (mặc định)"
11454
11455 #: builtin/grep.c:826
11456 msgid "descend at most <depth> levels"
11457 msgstr "hạ xuống ít nhất là mức <sâu>"
11458
11459 #: builtin/grep.c:830
11460 msgid "use extended POSIX regular expressions"
11461 msgstr "dùng biểu thức chính qui POSIX có mở rộng"
11462
11463 #: builtin/grep.c:833
11464 msgid "use basic POSIX regular expressions (default)"
11465 msgstr "sử dụng biểu thức chính quy kiểu POSIX (mặc định)"
11466
11467 #: builtin/grep.c:836
11468 msgid "interpret patterns as fixed strings"
11469 msgstr "diễn dịch các mẫu như là chuỗi cố định"
11470
11471 #: builtin/grep.c:839
11472 msgid "use Perl-compatible regular expressions"
11473 msgstr "sử dụng biểu thức chính quy tương thích Perl"
11474
11475 #: builtin/grep.c:842
11476 msgid "show line numbers"
11477 msgstr "hiển thị số của dòng"
11478
11479 #: builtin/grep.c:843
11480 msgid "show column number of first match"
11481 msgstr "hiển thị số cột của khớp với mẫu đầu tiên"
11482
11483 #: builtin/grep.c:844
11484 msgid "don't show filenames"
11485 msgstr "không hiển thị tên tập tin"
11486
11487 #: builtin/grep.c:845
11488 msgid "show filenames"
11489 msgstr "hiển thị các tên tập tin"
11490
11491 #: builtin/grep.c:847
11492 msgid "show filenames relative to top directory"
11493 msgstr "hiển thị tên tập tin tương đối với thư mục đỉnh (top)"
11494
11495 #: builtin/grep.c:849
11496 msgid "show only filenames instead of matching lines"
11497 msgstr "chỉ hiển thị tên tập tin thay vì những dòng khớp với mẫu"
11498
11499 #: builtin/grep.c:851
11500 msgid "synonym for --files-with-matches"
11501 msgstr "đồng nghĩa với --files-with-matches"
11502
11503 #: builtin/grep.c:854
11504 msgid "show only the names of files without match"
11505 msgstr "chỉ hiển thị tên cho những tập tin không khớp với mẫu"
11506
11507 #: builtin/grep.c:856
11508 msgid "print NUL after filenames"
11509 msgstr "thêm NUL vào sau tên tập tin"
11510
11511 #: builtin/grep.c:859
11512 msgid "show only matching parts of a line"
11513 msgstr "chỉ hiển thị những phần khớp với mẫu của một dòng"
11514
11515 #: builtin/grep.c:861
11516 msgid "show the number of matches instead of matching lines"
11517 msgstr "hiển thị số lượng khớp thay vì những dòng khớp với mẫu"
11518
11519 #: builtin/grep.c:862
11520 msgid "highlight matches"
11521 msgstr "tô sáng phần khớp mẫu"
11522
11523 #: builtin/grep.c:864
11524 msgid "print empty line between matches from different files"
11525 msgstr "hiển thị dòng trống giữa các lần khớp từ các tập tin khác biệt"
11526
11527 #: builtin/grep.c:866
11528 msgid "show filename only once above matches from same file"
11529 msgstr ""
11530 "hiển thị tên tập tin một lần phía trên các lần khớp từ cùng một tập tin"
11531
11532 #: builtin/grep.c:869
11533 msgid "show <n> context lines before and after matches"
11534 msgstr "hiển thị <n> dòng nội dung phía trước và sau các lần khớp"
11535
11536 #: builtin/grep.c:872
11537 msgid "show <n> context lines before matches"
11538 msgstr "hiển thị <n> dòng nội dung trước khớp"
11539
11540 #: builtin/grep.c:874
11541 msgid "show <n> context lines after matches"
11542 msgstr "hiển thị <n> dòng nội dung sau khớp"
11543
11544 #: builtin/grep.c:876
11545 msgid "use <n> worker threads"
11546 msgstr "dùng <n> tuyến trình làm việc"
11547
11548 #: builtin/grep.c:877
11549 msgid "shortcut for -C NUM"
11550 msgstr "dạng viết tắt của -C SỐ"
11551
11552 #: builtin/grep.c:880
11553 msgid "show a line with the function name before matches"
11554 msgstr "hiển thị dòng vói tên hàm trước các lần khớp"
11555
11556 #: builtin/grep.c:882
11557 msgid "show the surrounding function"
11558 msgstr "hiển thị hàm bao quanh"
11559
11560 #: builtin/grep.c:885
11561 msgid "read patterns from file"
11562 msgstr "đọc mẫu từ tập-tin"
11563
11564 #: builtin/grep.c:887
11565 msgid "match <pattern>"
11566 msgstr "match <mẫu>"
11567
11568 #: builtin/grep.c:889
11569 msgid "combine patterns specified with -e"
11570 msgstr "tổ hợp mẫu được chỉ ra với tùy chọn -e"
11571
11572 #: builtin/grep.c:901
11573 msgid "indicate hit with exit status without output"
11574 msgstr "đưa ra gợi ý với trạng thái thoát mà không có kết xuất"
11575
11576 #: builtin/grep.c:903
11577 msgid "show only matches from files that match all patterns"
11578 msgstr "chỉ hiển thị những cái khớp từ tập tin mà nó khớp toàn bộ các mẫu"
11579
11580 #: builtin/grep.c:905
11581 msgid "show parse tree for grep expression"
11582 msgstr "hiển thị cây phân tích cú pháp cho biểu thức “grep” (tìm kiếm)"
11583
11584 #: builtin/grep.c:909
11585 msgid "pager"
11586 msgstr "dàn trang"
11587
11588 #: builtin/grep.c:909
11589 msgid "show matching files in the pager"
11590 msgstr "hiển thị các tập tin khớp trong trang giấy"
11591
11592 #: builtin/grep.c:913
11593 msgid "allow calling of grep(1) (ignored by this build)"
11594 msgstr "cho phép gọi grep(1) (bị bỏ qua bởi lần dịch này)"
11595
11596 #: builtin/grep.c:977
11597 msgid "no pattern given"
11598 msgstr "chưa chỉ ra mẫu"
11599
11600 #: builtin/grep.c:1013
11601 msgid "--no-index or --untracked cannot be used with revs"
11602 msgstr "--no-index hay --untracked không được sử dụng cùng với revs"
11603
11604 #: builtin/grep.c:1020
11605 #, c-format
11606 msgid "unable to resolve revision: %s"
11607 msgstr "không thể phân giải điểm xét duyệt: %s"
11608
11609 #: builtin/grep.c:1051
11610 msgid "invalid option combination, ignoring --threads"
11611 msgstr "tổ hợp tùy chọn không hợp lệ, bỏ qua --threads"
11612
11613 #: builtin/grep.c:1054 builtin/pack-objects.c:3397
11614 msgid "no threads support, ignoring --threads"
11615 msgstr "không hỗ trợ đa tuyến, bỏ qua --threads"
11616
11617 #: builtin/grep.c:1057 builtin/index-pack.c:1503 builtin/pack-objects.c:2716
11618 #, c-format
11619 msgid "invalid number of threads specified (%d)"
11620 msgstr "số tuyến chỉ ra không hợp lệ (%d)"
11621
11622 #: builtin/grep.c:1080
11623 msgid "--open-files-in-pager only works on the worktree"
11624 msgstr "--open-files-in-pager chỉ làm việc trên cây-làm-việc"
11625
11626 #: builtin/grep.c:1103
11627 msgid "option not supported with --recurse-submodules"
11628 msgstr "tùy chọn không được hỗ trợ với --recurse-submodules"
11629
11630 #: builtin/grep.c:1109
11631 msgid "--cached or --untracked cannot be used with --no-index"
11632 msgstr "--cached hay --untracked không được sử dụng với --no-index"
11633
11634 #: builtin/grep.c:1115
11635 msgid "--[no-]exclude-standard cannot be used for tracked contents"
11636 msgstr "--[no-]exclude-standard không thể sử dụng cho nội dung lưu dấu vết"
11637
11638 #: builtin/grep.c:1123
11639 msgid "both --cached and trees are given"
11640 msgstr "cả hai --cached và các cây phải được chỉ ra"
11641
11642 #: builtin/hash-object.c:84
11643 msgid ""
11644 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
11645 "[--] <file>..."
11646 msgstr ""
11647 "git hash-object [-t <kiểu>] [-w] [--path=<tập-tin> | --no-filters] [--stdin] "
11648 "[--] <tập-tin>…"
11649
11650 #: builtin/hash-object.c:85
11651 msgid "git hash-object --stdin-paths"
11652 msgstr "git hash-object --stdin-paths"
11653
11654 #: builtin/hash-object.c:97
11655 msgid "type"
11656 msgstr "kiểu"
11657
11658 #: builtin/hash-object.c:97
11659 msgid "object type"
11660 msgstr "kiểu đối tượng"
11661
11662 #: builtin/hash-object.c:98
11663 msgid "write the object into the object database"
11664 msgstr "ghi đối tượng vào dữ liệu đối tượng"
11665
11666 #: builtin/hash-object.c:100
11667 msgid "read the object from stdin"
11668 msgstr "đọc đối tượng từ đầu vào tiêu chuẩn stdin"
11669
11670 #: builtin/hash-object.c:102
11671 msgid "store file as is without filters"
11672 msgstr "lưu các tập tin mà nó không có các bộ lọc"
11673
11674 #: builtin/hash-object.c:103
11675 msgid ""
11676 "just hash any random garbage to create corrupt objects for debugging Git"
11677 msgstr "chỉ cần băm rác ngẫu nhiên để tạo một đối tượng hỏng để mà gỡ lỗi Git"
11678
11679 #: builtin/hash-object.c:104
11680 msgid "process file as it were from this path"
11681 msgstr "xử lý tập tin như là nó đang ở thư mục này"
11682
11683 #: builtin/help.c:46
11684 msgid "print all available commands"
11685 msgstr "hiển thị danh sách các câu lệnh người dùng có thể sử dụng"
11686
11687 #: builtin/help.c:47
11688 msgid "exclude guides"
11689 msgstr "hướng dẫn loại trừ"
11690
11691 #: builtin/help.c:48
11692 msgid "print list of useful guides"
11693 msgstr "hiển thị danh sách các hướng dẫn hữu dụng"
11694
11695 #: builtin/help.c:49
11696 msgid "print all configuration variable names"
11697 msgstr "in ra tất cả các tên biến cấu hình"
11698
11699 #: builtin/help.c:51
11700 msgid "show man page"
11701 msgstr "hiển thị trang man"
11702
11703 #: builtin/help.c:52
11704 msgid "show manual in web browser"
11705 msgstr "hiển thị hướng dẫn sử dụng trong trình duyệt web"
11706
11707 #: builtin/help.c:54
11708 msgid "show info page"
11709 msgstr "hiện trang info"
11710
11711 #: builtin/help.c:56
11712 msgid "print command description"
11713 msgstr "hiển thị mô tả lệnh"
11714
11715 #: builtin/help.c:61
11716 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
11717 msgstr "git help [--all] [--guides] [--man | --web | --info] [<lệnh>]"
11718
11719 #: builtin/help.c:73
11720 #, c-format
11721 msgid "unrecognized help format '%s'"
11722 msgstr "không nhận ra định dạng trợ giúp “%s”"
11723
11724 #: builtin/help.c:100
11725 msgid "Failed to start emacsclient."
11726 msgstr "Gặp lỗi khi khởi chạy emacsclient."
11727
11728 #: builtin/help.c:113
11729 msgid "Failed to parse emacsclient version."
11730 msgstr "Gặp lỗi khi phân tích phiên bản emacsclient."
11731
11732 #: builtin/help.c:121
11733 #, c-format
11734 msgid "emacsclient version '%d' too old (< 22)."
11735 msgstr "phiên bản của emacsclient “%d” quá cũ (< 22)."
11736
11737 #: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
11738 #, c-format
11739 msgid "failed to exec '%s'"
11740 msgstr "gặp lỗi khi thực thi “%s”"
11741
11742 #: builtin/help.c:217
11743 #, c-format
11744 msgid ""
11745 "'%s': path for unsupported man viewer.\n"
11746 "Please consider using 'man.<tool>.cmd' instead."
11747 msgstr ""
11748 "“%s”: đường dẫn không hỗ trợ bộ trình chiếu man.\n"
11749 "Hãy cân nhắc đến việc sử dụng “man.<tool>.cmd” để thay thế."
11750
11751 #: builtin/help.c:229
11752 #, c-format
11753 msgid ""
11754 "'%s': cmd for supported man viewer.\n"
11755 "Please consider using 'man.<tool>.path' instead."
11756 msgstr ""
11757 "“%s”: cmd (lệnh) hỗ trợ bộ trình chiếu man.\n"
11758 "Hãy cân nhắc đến việc sử dụng “man.<tool>.path” để thay thế."
11759
11760 #: builtin/help.c:346
11761 #, c-format
11762 msgid "'%s': unknown man viewer."
11763 msgstr "“%s”: không rõ chương trình xem man."
11764
11765 #: builtin/help.c:363
11766 msgid "no man viewer handled the request"
11767 msgstr "không có trình xem trợ giúp dạng manpage tiếp hợp với yêu cầu"
11768
11769 #: builtin/help.c:371
11770 msgid "no info viewer handled the request"
11771 msgstr "không có trình xem trợ giúp dạng info tiếp hợp với yêu cầu"
11772
11773 #: builtin/help.c:430 builtin/help.c:441 git.c:322
11774 #, c-format
11775 msgid "'%s' is aliased to '%s'"
11776 msgstr "“%s” được đặt bí danh thành “%s”"
11777
11778 #: builtin/help.c:444
11779 #, c-format
11780 msgid "bad alias.%s string: %s"
11781 msgstr "chuỗi alias.%s sai: %s"
11782
11783 #: builtin/help.c:473 builtin/help.c:503
11784 #, c-format
11785 msgid "usage: %s%s"
11786 msgstr "cách dùng: %s%s"
11787
11788 #: builtin/help.c:487
11789 msgid "'git help config' for more information"
11790 msgstr "Chạy lệnh “git help config” để có thêm thông tin"
11791
11792 #: builtin/index-pack.c:184
11793 #, c-format
11794 msgid "object type mismatch at %s"
11795 msgstr "kiểu đối tượng không khớp tại %s"
11796
11797 #: builtin/index-pack.c:204
11798 #, c-format
11799 msgid "did not receive expected object %s"
11800 msgstr "Không thể lấy về đối tượng cần %s"
11801
11802 #: builtin/index-pack.c:207
11803 #, c-format
11804 msgid "object %s: expected type %s, found %s"
11805 msgstr "đối tượng %s: cần kiểu %s nhưng lại nhận được %s"
11806
11807 #: builtin/index-pack.c:249
11808 #, c-format
11809 msgid "cannot fill %d byte"
11810 msgid_plural "cannot fill %d bytes"
11811 msgstr[0] "không thể điền thêm vào %d byte"
11812
11813 #: builtin/index-pack.c:259
11814 msgid "early EOF"
11815 msgstr "gặp kết thúc tập tin EOF quá sớm"
11816
11817 #: builtin/index-pack.c:260
11818 msgid "read error on input"
11819 msgstr "lỗi đọc ở đầu vào"
11820
11821 #: builtin/index-pack.c:272
11822 msgid "used more bytes than were available"
11823 msgstr "sử dụng nhiều hơn số lượng byte mà nó sẵn có"
11824
11825 #: builtin/index-pack.c:279 builtin/pack-objects.c:598
11826 msgid "pack too large for current definition of off_t"
11827 msgstr "gói quá lớn so với định nghĩa hiện tại của kiểu off_t"
11828
11829 #: builtin/index-pack.c:282 builtin/unpack-objects.c:94
11830 msgid "pack exceeds maximum allowed size"
11831 msgstr "gói đã vượt quá cỡ tối đa được phép"
11832
11833 #: builtin/index-pack.c:297
11834 #, c-format
11835 msgid "unable to create '%s'"
11836 msgstr "không thể tạo “%s”"
11837
11838 #: builtin/index-pack.c:303
11839 #, c-format
11840 msgid "cannot open packfile '%s'"
11841 msgstr "không thể mở packfile “%s”"
11842
11843 #: builtin/index-pack.c:317
11844 msgid "pack signature mismatch"
11845 msgstr "chữ ký cho gói không khớp"
11846
11847 #: builtin/index-pack.c:319
11848 #, c-format
11849 msgid "pack version %<PRIu32> unsupported"
11850 msgstr "không hỗ trợ phiên bản gói %<PRIu32>"
11851
11852 #: builtin/index-pack.c:337
11853 #, c-format
11854 msgid "pack has bad object at offset %<PRIuMAX>: %s"
11855 msgstr "gói có đối tượng sai tại khoảng bù %<PRIuMAX>: %s"
11856
11857 #: builtin/index-pack.c:457
11858 #, c-format
11859 msgid "inflate returned %d"
11860 msgstr "xả nén trả về %d"
11861
11862 #: builtin/index-pack.c:506
11863 msgid "offset value overflow for delta base object"
11864 msgstr "tràn giá trị khoảng bù cho đối tượng delta cơ sở"
11865
11866 #: builtin/index-pack.c:514
11867 msgid "delta base offset is out of bound"
11868 msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm vi"
11869
11870 #: builtin/index-pack.c:522
11871 #, c-format
11872 msgid "unknown object type %d"
11873 msgstr "không hiểu kiểu đối tượng %d"
11874
11875 #: builtin/index-pack.c:553
11876 msgid "cannot pread pack file"
11877 msgstr "không thể chạy hàm pread cho tập tin gói"
11878
11879 #: builtin/index-pack.c:555
11880 #, c-format
11881 msgid "premature end of pack file, %<PRIuMAX> byte missing"
11882 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
11883 msgstr[0] "tập tin gói bị kết thúc sớm, thiếu %<PRIuMAX> byte"
11884
11885 #: builtin/index-pack.c:581
11886 msgid "serious inflate inconsistency"
11887 msgstr "sự mâu thuẫn xả nén nghiêm trọng"
11888
11889 #: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:755
11890 #: builtin/index-pack.c:794 builtin/index-pack.c:803
11891 #, c-format
11892 msgid "SHA1 COLLISION FOUND WITH %s !"
11893 msgstr "SỰ VA CHẠM SHA1 ĐÃ XẢY RA VỚI %s!"
11894
11895 #: builtin/index-pack.c:729 builtin/pack-objects.c:151
11896 #: builtin/pack-objects.c:211 builtin/pack-objects.c:305
11897 #, c-format
11898 msgid "unable to read %s"
11899 msgstr "không thể đọc %s"
11900
11901 #: builtin/index-pack.c:792
11902 #, c-format
11903 msgid "cannot read existing object info %s"
11904 msgstr "không thể đọc thông tin đối tượng sẵn có %s"
11905
11906 #: builtin/index-pack.c:800
11907 #, c-format
11908 msgid "cannot read existing object %s"
11909 msgstr "không thể đọc đối tượng đã tồn tại %s"
11910
11911 #: builtin/index-pack.c:814
11912 #, c-format
11913 msgid "invalid blob object %s"
11914 msgstr "đối tượng blob không hợp lệ %s"
11915
11916 #: builtin/index-pack.c:817 builtin/index-pack.c:836
11917 msgid "fsck error in packed object"
11918 msgstr "lỗi fsck trong đối tượng đóng gói"
11919
11920 #: builtin/index-pack.c:833
11921 #, c-format
11922 msgid "invalid %s"
11923 msgstr "%s không hợp lệ"
11924
11925 #: builtin/index-pack.c:838
11926 #, c-format
11927 msgid "Not all child objects of %s are reachable"
11928 msgstr "Không phải tất cả các đối tượng con của %s là có thể với tới được"
11929
11930 #: builtin/index-pack.c:910 builtin/index-pack.c:941
11931 msgid "failed to apply delta"
11932 msgstr "gặp lỗi khi áp dụng delta"
11933
11934 #: builtin/index-pack.c:1109
11935 msgid "Receiving objects"
11936 msgstr "Đang nhận về các đối tượng"
11937
11938 #: builtin/index-pack.c:1109
11939 msgid "Indexing objects"
11940 msgstr "Các đối tượng bảng mục lục"
11941
11942 #: builtin/index-pack.c:1143
11943 msgid "pack is corrupted (SHA1 mismatch)"
11944 msgstr "gói bị sai hỏng (SHA1 không khớp)"
11945
11946 #: builtin/index-pack.c:1148
11947 msgid "cannot fstat packfile"
11948 msgstr "không thể lấy thông tin thống kê packfile"
11949
11950 #: builtin/index-pack.c:1151
11951 msgid "pack has junk at the end"
11952 msgstr "pack có phần thừa ở cuối"
11953
11954 #: builtin/index-pack.c:1163
11955 msgid "confusion beyond insanity in parse_pack_objects()"
11956 msgstr "lộn xộn hơn cả điên rồ khi chạy hàm parse_pack_objects()"
11957
11958 #: builtin/index-pack.c:1186
11959 msgid "Resolving deltas"
11960 msgstr "Đang phân giải các delta"
11961
11962 #: builtin/index-pack.c:1196 builtin/pack-objects.c:2492
11963 #, c-format
11964 msgid "unable to create thread: %s"
11965 msgstr "không thể tạo tuyến: %s"
11966
11967 #: builtin/index-pack.c:1237
11968 msgid "confusion beyond insanity"
11969 msgstr "lộn xộn hơn cả điên rồ"
11970
11971 #: builtin/index-pack.c:1243
11972 #, c-format
11973 msgid "completed with %d local object"
11974 msgid_plural "completed with %d local objects"
11975 msgstr[0] "đầy đủ với %d đối tượng nội bộ"
11976
11977 #: builtin/index-pack.c:1255
11978 #, c-format
11979 msgid "Unexpected tail checksum for %s (disk corruption?)"
11980 msgstr "Gặp tổng kiểm tra tail không cần cho %s (đĩa hỏng?)"
11981
11982 #: builtin/index-pack.c:1259
11983 #, c-format
11984 msgid "pack has %d unresolved delta"
11985 msgid_plural "pack has %d unresolved deltas"
11986 msgstr[0] "gói có %d delta chưa được giải quyết"
11987
11988 #: builtin/index-pack.c:1283
11989 #, c-format
11990 msgid "unable to deflate appended object (%d)"
11991 msgstr "không thể xả nén đối tượng nối thêm (%d)"
11992
11993 #: builtin/index-pack.c:1360
11994 #, c-format
11995 msgid "local object %s is corrupt"
11996 msgstr "đối tượng nội bộ %s bị hỏng"
11997
11998 #: builtin/index-pack.c:1374
11999 #, c-format
12000 msgid "packfile name '%s' does not end with '.pack'"
12001 msgstr "tên tập tin tập tin gói “%s” không được kết thúc bằng đuôi “.pack”"
12002
12003 #: builtin/index-pack.c:1399
12004 #, c-format
12005 msgid "cannot write %s file '%s'"
12006 msgstr "không thể ghi %s tập tin “%s”"
12007
12008 #: builtin/index-pack.c:1407
12009 #, c-format
12010 msgid "cannot close written %s file '%s'"
12011 msgstr "không thể đóng tập tin được ghi %s “%s”"
12012
12013 #: builtin/index-pack.c:1431
12014 msgid "error while closing pack file"
12015 msgstr "gặp lỗi trong khi đóng tập tin gói"
12016
12017 #: builtin/index-pack.c:1445
12018 msgid "cannot store pack file"
12019 msgstr "không thể lưu tập tin gói"
12020
12021 #: builtin/index-pack.c:1453
12022 msgid "cannot store index file"
12023 msgstr "không thể lưu trữ tập tin ghi mục lục"
12024
12025 #: builtin/index-pack.c:1497 builtin/pack-objects.c:2727
12026 #, c-format
12027 msgid "bad pack.indexversion=%<PRIu32>"
12028 msgstr "sai pack.indexversion=%<PRIu32>"
12029
12030 #: builtin/index-pack.c:1565
12031 #, c-format
12032 msgid "Cannot open existing pack file '%s'"
12033 msgstr "Không thể mở tập tin gói đã sẵn có “%s”"
12034
12035 #: builtin/index-pack.c:1567
12036 #, c-format
12037 msgid "Cannot open existing pack idx file for '%s'"
12038 msgstr "Không thể mở tập tin idx của gói cho “%s”"
12039
12040 #: builtin/index-pack.c:1615
12041 #, c-format
12042 msgid "non delta: %d object"
12043 msgid_plural "non delta: %d objects"
12044 msgstr[0] "không delta: %d đối tượng"
12045
12046 #: builtin/index-pack.c:1622
12047 #, c-format
12048 msgid "chain length = %d: %lu object"
12049 msgid_plural "chain length = %d: %lu objects"
12050 msgstr[0] "chiều dài xích = %d: %lu đối tượng"
12051
12052 #: builtin/index-pack.c:1659
12053 msgid "Cannot come back to cwd"
12054 msgstr "Không thể quay lại cwd"
12055
12056 #: builtin/index-pack.c:1708 builtin/index-pack.c:1711
12057 #: builtin/index-pack.c:1727 builtin/index-pack.c:1731
12058 #, c-format
12059 msgid "bad %s"
12060 msgstr "%s sai"
12061
12062 #: builtin/index-pack.c:1747
12063 msgid "--fix-thin cannot be used without --stdin"
12064 msgstr "--fix-thin không thể được dùng mà không có --stdin"
12065
12066 #: builtin/index-pack.c:1749
12067 msgid "--stdin requires a git repository"
12068 msgstr "--stdin cần một kho git"
12069
12070 #: builtin/index-pack.c:1755
12071 msgid "--verify with no packfile name given"
12072 msgstr "dùng tùy chọn --verify mà không đưa ra tên packfile"
12073
12074 #: builtin/index-pack.c:1803 builtin/unpack-objects.c:580
12075 msgid "fsck error in pack objects"
12076 msgstr "lỗi fsck trong các đối tượng gói"
12077
12078 #: builtin/init-db.c:61
12079 #, c-format
12080 msgid "cannot stat template '%s'"
12081 msgstr "không thể lấy thông tin thống kê về mẫu “%s”"
12082
12083 #: builtin/init-db.c:66
12084 #, c-format
12085 msgid "cannot opendir '%s'"
12086 msgstr "không thể opendir() “%s”"
12087
12088 #: builtin/init-db.c:78
12089 #, c-format
12090 msgid "cannot readlink '%s'"
12091 msgstr "không thể readlink “%s”"
12092
12093 #: builtin/init-db.c:80
12094 #, c-format
12095 msgid "cannot symlink '%s' '%s'"
12096 msgstr "không thể tạo liên kết mềm (symlink) “%s” “%s”"
12097
12098 #: builtin/init-db.c:86
12099 #, c-format
12100 msgid "cannot copy '%s' to '%s'"
12101 msgstr "không thể sao chép “%s” sang “%s”"
12102
12103 #: builtin/init-db.c:90
12104 #, c-format
12105 msgid "ignoring template %s"
12106 msgstr "đang lờ đi mẫu “%s”"
12107
12108 #: builtin/init-db.c:121
12109 #, c-format
12110 msgid "templates not found in %s"
12111 msgstr "các mẫu không được tìm thấy trong %s"
12112
12113 #: builtin/init-db.c:136
12114 #, c-format
12115 msgid "not copying templates from '%s': %s"
12116 msgstr "không sao chép các mẫu từ “%s”: %s"
12117
12118 #: builtin/init-db.c:329
12119 #, c-format
12120 msgid "unable to handle file type %d"
12121 msgstr "không thể xử lý (handle) tập tin kiểu %d"
12122
12123 #: builtin/init-db.c:332
12124 #, c-format
12125 msgid "unable to move %s to %s"
12126 msgstr "không di chuyển được %s vào %s"
12127
12128 #: builtin/init-db.c:349 builtin/init-db.c:352
12129 #, c-format
12130 msgid "%s already exists"
12131 msgstr "%s đã có từ trước rồi"
12132
12133 #: builtin/init-db.c:405
12134 #, c-format
12135 msgid "Reinitialized existing shared Git repository in %s%s\n"
12136 msgstr "Đã khởi tạo lại kho Git chia sẻ sẵn có trong %s%s\n"
12137
12138 #: builtin/init-db.c:406
12139 #, c-format
12140 msgid "Reinitialized existing Git repository in %s%s\n"
12141 msgstr "Đã khởi tạo lại kho Git sẵn có trong %s%s\n"
12142
12143 #: builtin/init-db.c:410
12144 #, c-format
12145 msgid "Initialized empty shared Git repository in %s%s\n"
12146 msgstr "Đã khởi tạo lại kho Git chia sẻ trống rỗng sẵn có trong %s%s\n"
12147
12148 #: builtin/init-db.c:411
12149 #, c-format
12150 msgid "Initialized empty Git repository in %s%s\n"
12151 msgstr "Đã khởi tạo lại kho Git trống rỗng sẵn có trong %s%s\n"
12152
12153 #: builtin/init-db.c:460
12154 msgid ""
12155 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12156 "shared[=<permissions>]] [<directory>]"
12157 msgstr ""
12158 "git init [-q | --quiet] [--bare] [--template=<thư-mục-tạm>] [--shared[=<các-"
12159 "quyền>]] [thư-mục]"
12160
12161 #: builtin/init-db.c:483
12162 msgid "permissions"
12163 msgstr "các quyền"
12164
12165 #: builtin/init-db.c:484
12166 msgid "specify that the git repository is to be shared amongst several users"
12167 msgstr "chỉ ra cái mà kho git được chia sẻ giữa nhiều người dùng"
12168
12169 #: builtin/init-db.c:518 builtin/init-db.c:523
12170 #, c-format
12171 msgid "cannot mkdir %s"
12172 msgstr "không thể mkdir (tạo thư mục): %s"
12173
12174 #: builtin/init-db.c:527
12175 #, c-format
12176 msgid "cannot chdir to %s"
12177 msgstr "không thể chdir (chuyển đổi thư mục) sang %s"
12178
12179 #: builtin/init-db.c:548
12180 #, c-format
12181 msgid ""
12182 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12183 "dir=<directory>)"
12184 msgstr ""
12185 "%s (hoặc --work-tree=<thư-mục>) không cho phép không chỉ định %s (hoặc --git-"
12186 "dir=<thư-mục>)"
12187
12188 #: builtin/init-db.c:576
12189 #, c-format
12190 msgid "Cannot access work tree '%s'"
12191 msgstr "không thể truy cập cây (tree) làm việc “%s”"
12192
12193 #: builtin/interpret-trailers.c:15
12194 msgid ""
12195 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12196 "<token>[(=|:)<value>])...] [<file>...]"
12197 msgstr ""
12198 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12199 "<thẻ>[(=|:)<giá-trị>])…] [<tập-tin>…]"
12200
12201 #: builtin/interpret-trailers.c:94
12202 msgid "edit files in place"
12203 msgstr "sửa các tập tin tại chỗ"
12204
12205 #: builtin/interpret-trailers.c:95
12206 msgid "trim empty trailers"
12207 msgstr "bộ dò vết cắt bỏ phần trống rỗng"
12208
12209 #: builtin/interpret-trailers.c:98
12210 msgid "where to place the new trailer"
12211 msgstr "đặt phần đuôi mới ở đâu"
12212
12213 #: builtin/interpret-trailers.c:100
12214 msgid "action if trailer already exists"
12215 msgstr "thao tác khi đã có phần đuôi"
12216
12217 #: builtin/interpret-trailers.c:102
12218 msgid "action if trailer is missing"
12219 msgstr "thao tác khi thiếu phần đuôi"
12220
12221 #: builtin/interpret-trailers.c:104
12222 msgid "output only the trailers"
12223 msgstr "chỉ xuất phần đuôi"
12224
12225 #: builtin/interpret-trailers.c:105
12226 msgid "do not apply config rules"
12227 msgstr "đừng áp dụng các quy tắc cấu hình"
12228
12229 #: builtin/interpret-trailers.c:106
12230 msgid "join whitespace-continued values"
12231 msgstr "nối các giá trị khoảng-trắng-liên-tiếp"
12232
12233 #: builtin/interpret-trailers.c:107
12234 msgid "set parsing options"
12235 msgstr "đặt các tùy chọn phân tích cú pháp"
12236
12237 #: builtin/interpret-trailers.c:109
12238 msgid "do not treat --- specially"
12239 msgstr "không coi --- là đặc biệt"
12240
12241 #: builtin/interpret-trailers.c:110
12242 msgid "trailer"
12243 msgstr "bộ dò vết"
12244
12245 #: builtin/interpret-trailers.c:111
12246 msgid "trailer(s) to add"
12247 msgstr "bộ dò vết cần thêm"
12248
12249 #: builtin/interpret-trailers.c:120
12250 msgid "--trailer with --only-input does not make sense"
12251 msgstr "--trailer cùng với --only-input không hợp lý"
12252
12253 #: builtin/interpret-trailers.c:130
12254 msgid "no input file given for in-place editing"
12255 msgstr "không đưa ra tập tin đầu vào để sửa tại-chỗ"
12256
12257 #: builtin/log.c:54
12258 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
12259 msgstr "git log [<các-tùy-chọn>] [<vùng-xem-xét>] [[--] <đường-dẫn>…]"
12260
12261 #: builtin/log.c:55
12262 msgid "git show [<options>] <object>..."
12263 msgstr "git show [<các-tùy-chọn>] <đối-tượng>…"
12264
12265 #: builtin/log.c:99
12266 #, c-format
12267 msgid "invalid --decorate option: %s"
12268 msgstr "tùy chọn--decorate không hợp lệ: %s"
12269
12270 #: builtin/log.c:162
12271 msgid "suppress diff output"
12272 msgstr "chặn mọi kết xuất từ diff"
12273
12274 #: builtin/log.c:163
12275 msgid "show source"
12276 msgstr "hiển thị mã nguồn"
12277
12278 #: builtin/log.c:164
12279 msgid "Use mail map file"
12280 msgstr "Sử dụng tập tin ánh xạ thư"
12281
12282 #: builtin/log.c:166
12283 msgid "only decorate refs that match <pattern>"
12284 msgstr "chỉ tô sáng các tham chiếu khớp với <mẫu>"
12285
12286 #: builtin/log.c:168
12287 msgid "do not decorate refs that match <pattern>"
12288 msgstr "không tô sáng các tham chiếu khớp với <mẫu>"
12289
12290 #: builtin/log.c:169
12291 msgid "decorate options"
12292 msgstr "các tùy chọn trang trí"
12293
12294 #: builtin/log.c:172
12295 msgid "Process line range n,m in file, counting from 1"
12296 msgstr "Xử lý chỉ dòng vùng n,m trong tập tin, tính từ 1"
12297
12298 #: builtin/log.c:270
12299 #, c-format
12300 msgid "Final output: %d %s\n"
12301 msgstr "Kết xuất cuối cùng: %d %s\n"
12302
12303 #: builtin/log.c:522
12304 #, c-format
12305 msgid "git show %s: bad file"
12306 msgstr "git show %s: sai tập tin"
12307
12308 #: builtin/log.c:537 builtin/log.c:631
12309 #, c-format
12310 msgid "Could not read object %s"
12311 msgstr "Không thể đọc đối tượng %s"
12312
12313 #: builtin/log.c:655
12314 #, c-format
12315 msgid "Unknown type: %d"
12316 msgstr "Không nhận ra kiểu: %d"
12317
12318 #: builtin/log.c:776
12319 msgid "format.headers without value"
12320 msgstr "format.headers không có giá trị cụ thể"
12321
12322 #: builtin/log.c:877
12323 msgid "name of output directory is too long"
12324 msgstr "tên của thư mục kết xuất quá dài"
12325
12326 #: builtin/log.c:893
12327 #, c-format
12328 msgid "Cannot open patch file %s"
12329 msgstr "Không thể mở tập tin miếng vá: %s"
12330
12331 #: builtin/log.c:910
12332 msgid "Need exactly one range."
12333 msgstr "Cần chính xác một vùng."
12334
12335 #: builtin/log.c:920
12336 msgid "Not a range."
12337 msgstr "Không phải là một vùng."
12338
12339 #: builtin/log.c:1043
12340 msgid "Cover letter needs email format"
12341 msgstr "“Cover letter” cần cho định dạng thư"
12342
12343 #: builtin/log.c:1119
12344 #, c-format
12345 msgid "insane in-reply-to: %s"
12346 msgstr "in-reply-to điên rồ: %s"
12347
12348 #: builtin/log.c:1146
12349 msgid "git format-patch [<options>] [<since> | <revision-range>]"
12350 msgstr "git format-patch [<các-tùy-chọn>] [<kể-từ> | <vùng-xem-xét>]"
12351
12352 #: builtin/log.c:1204
12353 msgid "Two output directories?"
12354 msgstr "Hai thư mục kết xuất?"
12355
12356 #: builtin/log.c:1311 builtin/log.c:2054 builtin/log.c:2056 builtin/log.c:2068
12357 #, c-format
12358 msgid "Unknown commit %s"
12359 msgstr "Không hiểu lần chuyển giao %s"
12360
12361 #: builtin/log.c:1321 builtin/notes.c:894 builtin/tag.c:526
12362 #, c-format
12363 msgid "Failed to resolve '%s' as a valid ref."
12364 msgstr "Gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."
12365
12366 #: builtin/log.c:1326
12367 msgid "Could not find exact merge base."
12368 msgstr "Không tìm thấy nền hòa trộn chính xác."
12369
12370 #: builtin/log.c:1330
12371 msgid ""
12372 "Failed to get upstream, if you want to record base commit automatically,\n"
12373 "please use git branch --set-upstream-to to track a remote branch.\n"
12374 "Or you could specify base commit by --base=<base-commit-id> manually."
12375 msgstr ""
12376 "Gặp lỗi khi lấy thượng nguồn, nếu bạn muốn ghi lại lần chuyển giao nền một\n"
12377 "cách tự động, vui lòng dùng \"git branch --set-upstream-to\" để theo dõi\n"
12378 "nhánh máy chủ. Hoặc là bạn có thể chỉ định lần chuyển giao nền bằng\n"
12379 "\"--base=<base-commit-id>\" một cách thủ công."
12380
12381 #: builtin/log.c:1350
12382 msgid "Failed to find exact merge base"
12383 msgstr "Gặp lỗi khi tìm nền hòa trộn chính xác."
12384
12385 #: builtin/log.c:1361
12386 msgid "base commit should be the ancestor of revision list"
12387 msgstr "lần chuyển giao nền không là tổ tiên của danh sách điểm xét duyệt"
12388
12389 #: builtin/log.c:1365
12390 msgid "base commit shouldn't be in revision list"
12391 msgstr "lần chuyển giao nền không được trong danh sách điểm xét duyệt"
12392
12393 #: builtin/log.c:1418
12394 msgid "cannot get patch id"
12395 msgstr "không thể lấy mã miếng vá"
12396
12397 #: builtin/log.c:1470
12398 msgid "failed to infer range-diff ranges"
12399 msgstr "gặp lỗi khi suy luận range-diff (vùng khác biệt)"
12400
12401 #: builtin/log.c:1515
12402 msgid "use [PATCH n/m] even with a single patch"
12403 msgstr "dùng [PATCH n/m] ngay cả với miếng vá đơn"
12404
12405 #: builtin/log.c:1518
12406 msgid "use [PATCH] even with multiple patches"
12407 msgstr "dùng [VÁ] ngay cả với các miếng vá phức tạp"
12408
12409 #: builtin/log.c:1522
12410 msgid "print patches to standard out"
12411 msgstr "hiển thị miếng vá ra đầu ra chuẩn"
12412
12413 #: builtin/log.c:1524
12414 msgid "generate a cover letter"
12415 msgstr "tạo bì thư"
12416
12417 #: builtin/log.c:1526
12418 msgid "use simple number sequence for output file names"
12419 msgstr "sử dụng chỗi dãy số dạng đơn giản cho tên tập-tin xuất ra"
12420
12421 #: builtin/log.c:1527
12422 msgid "sfx"
12423 msgstr "sfx"
12424
12425 #: builtin/log.c:1528
12426 msgid "use <sfx> instead of '.patch'"
12427 msgstr "sử dụng <sfx> thay cho “.patch”"
12428
12429 #: builtin/log.c:1530
12430 msgid "start numbering patches at <n> instead of 1"
12431 msgstr "bắt đầu đánh số miếng vá từ <n> thay vì 1"
12432
12433 #: builtin/log.c:1532
12434 msgid "mark the series as Nth re-roll"
12435 msgstr "đánh dấu chuỗi nối tiếp dạng thứ-N re-roll"
12436
12437 #: builtin/log.c:1534
12438 msgid "Use [RFC PATCH] instead of [PATCH]"
12439 msgstr "Dùng [RFC VÁ] thay cho [VÁ]"
12440
12441 #: builtin/log.c:1537
12442 msgid "Use [<prefix>] instead of [PATCH]"
12443 msgstr "Dùng [<tiền-tố>] thay cho [VÁ]"
12444
12445 #: builtin/log.c:1540
12446 msgid "store resulting files in <dir>"
12447 msgstr "lưu các tập tin kết quả trong <t.mục>"
12448
12449 #: builtin/log.c:1543
12450 msgid "don't strip/add [PATCH]"
12451 msgstr "không strip/add [VÁ]"
12452
12453 #: builtin/log.c:1546
12454 msgid "don't output binary diffs"
12455 msgstr "không kết xuất diff (những khác biệt) nhị phân"
12456
12457 #: builtin/log.c:1548
12458 msgid "output all-zero hash in From header"
12459 msgstr "xuất mọi mã băm all-zero trong phần đầu From"
12460
12461 #: builtin/log.c:1550
12462 msgid "don't include a patch matching a commit upstream"
12463 msgstr "không bao gồm miếng vá khớp với một lần chuyển giao thượng nguồn"
12464
12465 #: builtin/log.c:1552
12466 msgid "show patch format instead of default (patch + stat)"
12467 msgstr "hiển thị định dạng miếng vá thay vì mặc định (miếng vá + thống kê)"
12468
12469 #: builtin/log.c:1554
12470 msgid "Messaging"
12471 msgstr "Lời nhắn"
12472
12473 #: builtin/log.c:1555
12474 msgid "header"
12475 msgstr "đầu đề thư"
12476
12477 #: builtin/log.c:1556
12478 msgid "add email header"
12479 msgstr "thêm đầu đề thư"
12480
12481 #: builtin/log.c:1557 builtin/log.c:1559
12482 msgid "email"
12483 msgstr "thư điện tử"
12484
12485 #: builtin/log.c:1557
12486 msgid "add To: header"
12487 msgstr "thêm To: đầu đề thư"
12488
12489 #: builtin/log.c:1559
12490 msgid "add Cc: header"
12491 msgstr "thêm Cc: đầu đề thư"
12492
12493 #: builtin/log.c:1561
12494 msgid "ident"
12495 msgstr "thụt lề"
12496
12497 #: builtin/log.c:1562
12498 msgid "set From address to <ident> (or committer ident if absent)"
12499 msgstr ""
12500 "đặt “Địa chỉ gửi” thành <thụ lề> (hoặc thụt lề người commit nếu bỏ quên)"
12501
12502 #: builtin/log.c:1564
12503 msgid "message-id"
12504 msgstr "message-id"
12505
12506 #: builtin/log.c:1565
12507 msgid "make first mail a reply to <message-id>"
12508 msgstr "dùng thư đầu tiên để trả lời <message-id>"
12509
12510 #: builtin/log.c:1566 builtin/log.c:1569
12511 msgid "boundary"
12512 msgstr "ranh giới"
12513
12514 #: builtin/log.c:1567
12515 msgid "attach the patch"
12516 msgstr "đính kèm miếng vá"
12517
12518 #: builtin/log.c:1570
12519 msgid "inline the patch"
12520 msgstr "dùng miếng vá làm nội dung"
12521
12522 #: builtin/log.c:1574
12523 msgid "enable message threading, styles: shallow, deep"
12524 msgstr "cho phép luồng lời nhắn, kiểu: “shallow”, “deep”"
12525
12526 #: builtin/log.c:1576
12527 msgid "signature"
12528 msgstr "chữ ký"
12529
12530 #: builtin/log.c:1577
12531 msgid "add a signature"
12532 msgstr "thêm chữ ký"
12533
12534 #: builtin/log.c:1578
12535 msgid "base-commit"
12536 msgstr "lần_chuyển_giao_nền"
12537
12538 #: builtin/log.c:1579
12539 msgid "add prerequisite tree info to the patch series"
12540 msgstr "add trước hết đòi hỏi thông tin cây tới sê-ri miếng vá"
12541
12542 #: builtin/log.c:1581
12543 msgid "add a signature from a file"
12544 msgstr "thêm chữ ký từ một tập tin"
12545
12546 #: builtin/log.c:1582
12547 msgid "don't print the patch filenames"
12548 msgstr "không hiển thị các tên tập tin của miếng vá"
12549
12550 #: builtin/log.c:1584
12551 msgid "show progress while generating patches"
12552 msgstr "hiển thị bộ đo tiến triển trong khi tạo các miếng vá"
12553
12554 #: builtin/log.c:1585
12555 msgid "rev"
12556 msgstr "rev"
12557
12558 #: builtin/log.c:1586
12559 msgid "show changes against <rev> in cover letter or single patch"
12560 msgstr ""
12561 "hiển thị các thay đổi dựa trên <rev> trong các chữ bao bọc hoặc miếng vá đơn"
12562
12563 #: builtin/log.c:1589
12564 msgid "show changes against <refspec> in cover letter or single patch"
12565 msgstr ""
12566 "hiển thị các thay đổi dựa trên <refspec> trong các chữ bao bọc hoặc miếng vá "
12567 "đơn"
12568
12569 #: builtin/log.c:1591
12570 msgid "percentage by which creation is weighted"
12571 msgstr "tỷ lệ phần trăm theo cái tạo là weighted"
12572
12573 #: builtin/log.c:1666
12574 #, c-format
12575 msgid "invalid ident line: %s"
12576 msgstr "dòng thụt lề không hợp lệ: %s"
12577
12578 #: builtin/log.c:1681
12579 msgid "-n and -k are mutually exclusive"
12580 msgstr "-n và -k loại từ lẫn nhau"
12581
12582 #: builtin/log.c:1683
12583 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
12584 msgstr "--subject-prefix/--rfc và -k xung khắc nhau"
12585
12586 #: builtin/log.c:1691
12587 msgid "--name-only does not make sense"
12588 msgstr "--name-only không hợp lý"
12589
12590 #: builtin/log.c:1693
12591 msgid "--name-status does not make sense"
12592 msgstr "--name-status không hợp lý"
12593
12594 #: builtin/log.c:1695
12595 msgid "--check does not make sense"
12596 msgstr "--check không hợp lý"
12597
12598 #: builtin/log.c:1727
12599 msgid "standard output, or directory, which one?"
12600 msgstr "đầu ra chuẩn, hay thư mục, chọn cái nào?"
12601
12602 #: builtin/log.c:1729
12603 #, c-format
12604 msgid "Could not create directory '%s'"
12605 msgstr "Không thể tạo thư mục “%s”"
12606
12607 #: builtin/log.c:1816
12608 msgid "--interdiff requires --cover-letter or single patch"
12609 msgstr "--interdiff cần --cover-letter hoặc vá đơn"
12610
12611 #: builtin/log.c:1820
12612 msgid "Interdiff:"
12613 msgstr "Interdiff:"
12614
12615 #: builtin/log.c:1821
12616 #, c-format
12617 msgid "Interdiff against v%d:"
12618 msgstr "Interdiff dựa trên v%d:"
12619
12620 #: builtin/log.c:1827
12621 msgid "--creation-factor requires --range-diff"
12622 msgstr "--creation-factor yêu cầu --range-diff"
12623
12624 #: builtin/log.c:1831
12625 msgid "--range-diff requires --cover-letter or single patch"
12626 msgstr "--range-diff yêu cầu --cover-letter hoặc miếng vá đơn"
12627
12628 #: builtin/log.c:1839
12629 msgid "Range-diff:"
12630 msgstr "Range-diff:"
12631
12632 #: builtin/log.c:1840
12633 #, c-format
12634 msgid "Range-diff against v%d:"
12635 msgstr "Range-diff dựa trên v%d:"
12636
12637 #: builtin/log.c:1851
12638 #, c-format
12639 msgid "unable to read signature file '%s'"
12640 msgstr "không thể đọc tập tin chữ ký “%s”"
12641
12642 #: builtin/log.c:1887
12643 msgid "Generating patches"
12644 msgstr "Đang tạo các miếng vá"
12645
12646 #: builtin/log.c:1931
12647 msgid "Failed to create output files"
12648 msgstr "Gặp lỗi khi tạo các tập tin kết xuất"
12649
12650 #: builtin/log.c:1989
12651 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
12652 msgstr "git cherry [-v] [<thượng-nguồn> [<đầu> [<giới-hạn>]]]"
12653
12654 #: builtin/log.c:2043
12655 #, c-format
12656 msgid ""
12657 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
12658 msgstr ""
12659 "Không tìm thấy nhánh mạng được theo dõi, hãy chỉ định <thượng-nguồn> một "
12660 "cách thủ công.\n"
12661
12662 #: builtin/ls-files.c:469
12663 msgid "git ls-files [<options>] [<file>...]"
12664 msgstr "git ls-files [<các-tùy-chọn>] [<tập-tin>…]"
12665
12666 #: builtin/ls-files.c:525
12667 msgid "identify the file status with tags"
12668 msgstr "nhận dạng các trạng thái tập tin với thẻ"
12669
12670 #: builtin/ls-files.c:527
12671 msgid "use lowercase letters for 'assume unchanged' files"
12672 msgstr ""
12673 "dùng chữ cái viết thường cho các tập tin “assume unchanged” (giả định không "
12674 "thay đổi)"
12675
12676 #: builtin/ls-files.c:529
12677 msgid "use lowercase letters for 'fsmonitor clean' files"
12678 msgstr "dùng chữ cái viết thường cho các tập tin “fsmonitor clean”"
12679
12680 #: builtin/ls-files.c:531
12681 msgid "show cached files in the output (default)"
12682 msgstr "hiển thị các tập tin được nhớ tạm vào đầu ra (mặc định)"
12683
12684 #: builtin/ls-files.c:533
12685 msgid "show deleted files in the output"
12686 msgstr "hiển thị các tập tin đã xóa trong kết xuất"
12687
12688 #: builtin/ls-files.c:535
12689 msgid "show modified files in the output"
12690 msgstr "hiển thị các tập tin đã bị sửa đổi ra kết xuất"
12691
12692 #: builtin/ls-files.c:537
12693 msgid "show other files in the output"
12694 msgstr "hiển thị các tập tin khác trong kết xuất"
12695
12696 #: builtin/ls-files.c:539
12697 msgid "show ignored files in the output"
12698 msgstr "hiển thị các tập tin bị bỏ qua trong kết xuất"
12699
12700 #: builtin/ls-files.c:542
12701 msgid "show staged contents' object name in the output"
12702 msgstr "hiển thị tên đối tượng của nội dung được đặt lên bệ phóng ra kết xuất"
12703
12704 #: builtin/ls-files.c:544
12705 msgid "show files on the filesystem that need to be removed"
12706 msgstr "hiển thị các tập tin trên hệ thống tập tin mà nó cần được gỡ bỏ"
12707
12708 #: builtin/ls-files.c:546
12709 msgid "show 'other' directories' names only"
12710 msgstr "chỉ hiển thị tên của các thư mục “khác”"
12711
12712 #: builtin/ls-files.c:548
12713 msgid "show line endings of files"
12714 msgstr "hiển thị kết thúc dòng của các tập tin"
12715
12716 #: builtin/ls-files.c:550
12717 msgid "don't show empty directories"
12718 msgstr "không hiển thị thư mục rỗng"
12719
12720 #: builtin/ls-files.c:553
12721 msgid "show unmerged files in the output"
12722 msgstr "hiển thị các tập tin chưa hòa trộn trong kết xuất"
12723
12724 #: builtin/ls-files.c:555
12725 msgid "show resolve-undo information"
12726 msgstr "hiển thị thông tin resolve-undo"
12727
12728 #: builtin/ls-files.c:557
12729 msgid "skip files matching pattern"
12730 msgstr "bỏ qua những tập tin khớp với một mẫu"
12731
12732 #: builtin/ls-files.c:560
12733 msgid "exclude patterns are read from <file>"
12734 msgstr "mẫu loại trừ được đọc từ <tập tin>"
12735
12736 #: builtin/ls-files.c:563
12737 msgid "read additional per-directory exclude patterns in <file>"
12738 msgstr "đọc thêm các mẫu ngoại trừ mỗi thư mục trong <tập tin>"
12739
12740 #: builtin/ls-files.c:565
12741 msgid "add the standard git exclusions"
12742 msgstr "thêm loại trừ tiêu chuẩn kiểu git"
12743
12744 #: builtin/ls-files.c:569
12745 msgid "make the output relative to the project top directory"
12746 msgstr "làm cho kết xuất liên quan đến thư mục ở mức cao nhất (gốc) của dự án"
12747
12748 #: builtin/ls-files.c:572
12749 msgid "recurse through submodules"
12750 msgstr "đệ quy xuyên qua mô-đun con"
12751
12752 #: builtin/ls-files.c:574
12753 msgid "if any <file> is not in the index, treat this as an error"
12754 msgstr "nếu <tập tin> bất kỳ không ở trong bảng mục lục, xử lý nó như một lỗi"
12755
12756 #: builtin/ls-files.c:575
12757 msgid "tree-ish"
12758 msgstr "tree-ish"
12759
12760 #: builtin/ls-files.c:576
12761 msgid "pretend that paths removed since <tree-ish> are still present"
12762 msgstr ""
12763 "giả định rằng các đường dẫn đã bị gỡ bỏ kể từ <tree-ish> nay vẫn hiện diện"
12764
12765 #: builtin/ls-files.c:578
12766 msgid "show debugging data"
12767 msgstr "hiển thị dữ liệu gỡ lỗi"
12768
12769 #: builtin/ls-remote.c:9
12770 msgid ""
12771 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
12772 " [-q | --quiet] [--exit-code] [--get-url]\n"
12773 " [--symref] [<repository> [<refs>...]]"
12774 msgstr ""
12775 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
12776 " [-q | --quiet] [--exit-code] [--get-url]\n"
12777 " [--symref] [<kho> [<các tham chiếu>…]]"
12778
12779 #: builtin/ls-remote.c:59
12780 msgid "do not print remote URL"
12781 msgstr "không hiển thị URL máy chủ"
12782
12783 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:886
12784 msgid "exec"
12785 msgstr "thực thi"
12786
12787 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
12788 msgid "path of git-upload-pack on the remote host"
12789 msgstr "đường dẫn của git-upload-pack trên máy chủ"
12790
12791 #: builtin/ls-remote.c:65
12792 msgid "limit to tags"
12793 msgstr "giới hạn tới các thẻ"
12794
12795 #: builtin/ls-remote.c:66
12796 msgid "limit to heads"
12797 msgstr "giới hạn cho các đầu"
12798
12799 #: builtin/ls-remote.c:67
12800 msgid "do not show peeled tags"
12801 msgstr "không hiển thị thẻ bị peel (gọt bỏ)"
12802
12803 #: builtin/ls-remote.c:69
12804 msgid "take url.<base>.insteadOf into account"
12805 msgstr "lấy url.<base>.insteadOf vào trong tài khoản"
12806
12807 #: builtin/ls-remote.c:73
12808 msgid "exit with exit code 2 if no matching refs are found"
12809 msgstr "thoát với mã là 2 nếu không tìm thấy tham chiếu nào khớp"
12810
12811 #: builtin/ls-remote.c:76
12812 msgid "show underlying ref in addition to the object pointed by it"
12813 msgstr "hiển thị tham chiếu nằm dưới để thêm vào đối tượng được chỉ bởi nó"
12814
12815 #: builtin/ls-tree.c:30
12816 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
12817 msgstr "git ls-tree [<các-tùy-chọn>] <tree-ish> [<đường-dẫn>…]"
12818
12819 #: builtin/ls-tree.c:128
12820 msgid "only show trees"
12821 msgstr "chỉ hiển thị các tree"
12822
12823 #: builtin/ls-tree.c:130
12824 msgid "recurse into subtrees"
12825 msgstr "đệ quy vào các thư mục con"
12826
12827 #: builtin/ls-tree.c:132
12828 msgid "show trees when recursing"
12829 msgstr "hiển thị cây khi đệ quy"
12830
12831 #: builtin/ls-tree.c:135
12832 msgid "terminate entries with NUL byte"
12833 msgstr "chấm dứt mục tin với byte NUL"
12834
12835 #: builtin/ls-tree.c:136
12836 msgid "include object size"
12837 msgstr "gồm cả kích thước đối tượng"
12838
12839 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
12840 msgid "list only filenames"
12841 msgstr "chỉ liệt kê tên tập tin"
12842
12843 #: builtin/ls-tree.c:143
12844 msgid "use full path names"
12845 msgstr "dùng tên đường dẫn đầy đủ"
12846
12847 #: builtin/ls-tree.c:145
12848 msgid "list entire tree; not just current directory (implies --full-name)"
12849 msgstr "liệt kê cây mục tin; không chỉ thư mục hiện hành (ngụ ý --full-name)"
12850
12851 #: builtin/mailsplit.c:241
12852 #, c-format
12853 msgid "empty mbox: '%s'"
12854 msgstr "mbox trống rỗng: “%s”"
12855
12856 #: builtin/merge.c:52
12857 msgid "git merge [<options>] [<commit>...]"
12858 msgstr "git merge [<các-tùy-chọn>] [<commit>…]"
12859
12860 #: builtin/merge.c:53
12861 msgid "git merge --abort"
12862 msgstr "git merge --abort"
12863
12864 #: builtin/merge.c:54
12865 msgid "git merge --continue"
12866 msgstr "git merge --continue"
12867
12868 #: builtin/merge.c:111
12869 msgid "switch `m' requires a value"
12870 msgstr "switch “m” yêu cầu một giá trị"
12871
12872 #: builtin/merge.c:177
12873 #, c-format
12874 msgid "Could not find merge strategy '%s'.\n"
12875 msgstr "Không tìm thấy chiến lược hòa trộn “%s”.\n"
12876
12877 #: builtin/merge.c:178
12878 #, c-format
12879 msgid "Available strategies are:"
12880 msgstr "Các chiến lược sẵn sàng là:"
12881
12882 #: builtin/merge.c:183
12883 #, c-format
12884 msgid "Available custom strategies are:"
12885 msgstr "Các chiến lược tùy chỉnh sẵn sàng là:"
12886
12887 #: builtin/merge.c:234 builtin/pull.c:143
12888 msgid "do not show a diffstat at the end of the merge"
12889 msgstr "không hiển thị thống kê khác biệt tại cuối của lần hòa trộn"
12890
12891 #: builtin/merge.c:237 builtin/pull.c:146
12892 msgid "show a diffstat at the end of the merge"
12893 msgstr "hiển thị thống kê khác biệt tại cuối của hòa trộn"
12894
12895 #: builtin/merge.c:238 builtin/pull.c:149
12896 msgid "(synonym to --stat)"
12897 msgstr "(đồng nghĩa với --stat)"
12898
12899 #: builtin/merge.c:240 builtin/pull.c:152
12900 msgid "add (at most <n>) entries from shortlog to merge commit message"
12901 msgstr "thêm (ít nhất <n>) mục từ shortlog cho ghi chú chuyển giao hòa trộn"
12902
12903 #: builtin/merge.c:243 builtin/pull.c:158
12904 msgid "create a single commit instead of doing a merge"
12905 msgstr "tạo một lần chuyển giao đưon thay vì thực hiện việc hòa trộn"
12906
12907 #: builtin/merge.c:245 builtin/pull.c:161
12908 msgid "perform a commit if the merge succeeds (default)"
12909 msgstr "thực hiện chuyển giao nếu hòa trộn thành công (mặc định)"
12910
12911 #: builtin/merge.c:247 builtin/pull.c:164
12912 msgid "edit message before committing"
12913 msgstr "sửa chú thích trước khi chuyển giao"
12914
12915 #: builtin/merge.c:248
12916 msgid "allow fast-forward (default)"
12917 msgstr "cho phép chuyển-tiếp-nhanh (mặc định)"
12918
12919 #: builtin/merge.c:250 builtin/pull.c:170
12920 msgid "abort if fast-forward is not possible"
12921 msgstr "bỏ qua nếu chuyển-tiếp-nhanh không thể được"
12922
12923 #: builtin/merge.c:254 builtin/pull.c:173
12924 msgid "verify that the named commit has a valid GPG signature"
12925 msgstr "thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"
12926
12927 #: builtin/merge.c:255 builtin/notes.c:784 builtin/pull.c:177
12928 #: builtin/rebase.c:899 builtin/rebase--interactive.c:186 builtin/revert.c:110
12929 msgid "strategy"
12930 msgstr "chiến lược"
12931
12932 #: builtin/merge.c:256 builtin/pull.c:178
12933 msgid "merge strategy to use"
12934 msgstr "chiến lược hòa trộn sẽ dùng"
12935
12936 #: builtin/merge.c:257 builtin/pull.c:181
12937 msgid "option=value"
12938 msgstr "tùy_chọn=giá_trị"
12939
12940 #: builtin/merge.c:258 builtin/pull.c:182
12941 msgid "option for selected merge strategy"
12942 msgstr "tùy chọn cho chiến lược hòa trộn đã chọn"
12943
12944 #: builtin/merge.c:260
12945 msgid "merge commit message (for a non-fast-forward merge)"
12946 msgstr ""
12947 "hòa trộn ghi chú của lần chuyển giao (dành cho hòa trộn không-chuyển-tiếp-"
12948 "nhanh)"
12949
12950 #: builtin/merge.c:267
12951 msgid "abort the current in-progress merge"
12952 msgstr "bãi bỏ quá trình hòa trộn hiện tại đang thực hiện"
12953
12954 #: builtin/merge.c:269
12955 msgid "continue the current in-progress merge"
12956 msgstr "tiếp tục quá trình hòa trộn hiện tại đang thực hiện"
12957
12958 #: builtin/merge.c:271 builtin/pull.c:189
12959 msgid "allow merging unrelated histories"
12960 msgstr "cho phép hòa trộn lịch sử không liên quan"
12961
12962 #: builtin/merge.c:277
12963 msgid "verify commit-msg hook"
12964 msgstr "thẩm tra móc (hook) commit-msg"
12965
12966 #: builtin/merge.c:302
12967 msgid "could not run stash."
12968 msgstr "không thể chạy stash."
12969
12970 #: builtin/merge.c:307
12971 msgid "stash failed"
12972 msgstr "lệnh tạm cất gặp lỗi"
12973
12974 #: builtin/merge.c:312
12975 #, c-format
12976 msgid "not a valid object: %s"
12977 msgstr "không phải là một đối tượng hợp lệ: %s"
12978
12979 #: builtin/merge.c:334 builtin/merge.c:351
12980 msgid "read-tree failed"
12981 msgstr "read-tree gặp lỗi"
12982
12983 #: builtin/merge.c:381
12984 msgid " (nothing to squash)"
12985 msgstr " (không có gì để squash)"
12986
12987 #: builtin/merge.c:392
12988 #, c-format
12989 msgid "Squash commit -- not updating HEAD\n"
12990 msgstr "Squash commit -- không cập nhật HEAD\n"
12991
12992 #: builtin/merge.c:442
12993 #, c-format
12994 msgid "No merge message -- not updating HEAD\n"
12995 msgstr "Không có lời chú thích hòa trộn -- nên không cập nhật HEAD\n"
12996
12997 #: builtin/merge.c:493
12998 #, c-format
12999 msgid "'%s' does not point to a commit"
13000 msgstr "“%s” không chỉ đến một lần chuyển giao nào cả"
13001
13002 #: builtin/merge.c:580
13003 #, c-format
13004 msgid "Bad branch.%s.mergeoptions string: %s"
13005 msgstr "Chuỗi branch.%s.mergeoptions sai: %s"
13006
13007 #: builtin/merge.c:701
13008 msgid "Not handling anything other than two heads merge."
13009 msgstr "Không cầm nắm gì ngoài hai head hòa trộn"
13010
13011 #: builtin/merge.c:715
13012 #, c-format
13013 msgid "Unknown option for merge-recursive: -X%s"
13014 msgstr "Không hiểu tùy chọn cho merge-recursive: -X%s"
13015
13016 #: builtin/merge.c:730
13017 #, c-format
13018 msgid "unable to write %s"
13019 msgstr "không thể ghi %s"
13020
13021 #: builtin/merge.c:782
13022 #, c-format
13023 msgid "Could not read from '%s'"
13024 msgstr "Không thể đọc từ “%s”"
13025
13026 #: builtin/merge.c:791
13027 #, c-format
13028 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13029 msgstr ""
13030 "Vẫn chưa hòa trộn các lần chuyển giao; sử dụng lệnh “git commit” để hoàn tất "
13031 "việc hòa trộn.\n"
13032
13033 #: builtin/merge.c:797
13034 #, c-format
13035 msgid ""
13036 "Please enter a commit message to explain why this merge is necessary,\n"
13037 "especially if it merges an updated upstream into a topic branch.\n"
13038 "\n"
13039 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
13040 "the commit.\n"
13041 msgstr ""
13042 "Hãy nhập vào các thông tin để giải thích tại sao sự hòa trộn này là cần "
13043 "thiết,\n"
13044 "đặc biệt là khi nó hòa trộn thượng nguồn đã cập nhật vào trong một nhánh "
13045 "topic.\n"
13046 "\n"
13047 "Những dòng được bắt đầu bằng “%c” sẽ được bỏ qua, và phần chú thích này nếu "
13048 "rỗng\n"
13049 "sẽ hủy bỏ lần chuyển giao.\n"
13050
13051 #: builtin/merge.c:833
13052 msgid "Empty commit message."
13053 msgstr "Chú thích của lần commit (chuyển giao) bị trống rỗng."
13054
13055 #: builtin/merge.c:852
13056 #, c-format
13057 msgid "Wonderful.\n"
13058 msgstr "Tuyệt vời.\n"
13059
13060 #: builtin/merge.c:905
13061 #, c-format
13062 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13063 msgstr ""
13064 "Việc tự động hòa trộn gặp lỗi; hãy sửa các xung đột sau đó chuyển giao kết "
13065 "quả.\n"
13066
13067 #: builtin/merge.c:944
13068 msgid "No current branch."
13069 msgstr "không phải nhánh hiện hành"
13070
13071 #: builtin/merge.c:946
13072 msgid "No remote for the current branch."
13073 msgstr "Không có máy chủ cho nhánh hiện hành."
13074
13075 #: builtin/merge.c:948
13076 msgid "No default upstream defined for the current branch."
13077 msgstr "Không có thượng nguồn mặc định được định nghĩa cho nhánh hiện hành."
13078
13079 #: builtin/merge.c:953
13080 #, c-format
13081 msgid "No remote-tracking branch for %s from %s"
13082 msgstr "Không nhánh mạng theo dõi cho %s từ %s"
13083
13084 #: builtin/merge.c:1010
13085 #, c-format
13086 msgid "Bad value '%s' in environment '%s'"
13087 msgstr "Giá trị sai “%s” trong biến môi trường “%s”"
13088
13089 #: builtin/merge.c:1113
13090 #, c-format
13091 msgid "not something we can merge in %s: %s"
13092 msgstr "không phải là một thứ gì đó mà chúng tôi có thể hòa trộn trong %s: %s"
13093
13094 #: builtin/merge.c:1147
13095 msgid "not something we can merge"
13096 msgstr "không phải là thứ gì đó mà chúng tôi có thể hòa trộn"
13097
13098 #: builtin/merge.c:1250
13099 msgid "--abort expects no arguments"
13100 msgstr "--abort không nhận các đối số"
13101
13102 #: builtin/merge.c:1254
13103 msgid "There is no merge to abort (MERGE_HEAD missing)."
13104 msgstr ""
13105 "Ở đây không có lần hòa trộn nào được hủy bỏ giữa chừng cả (thiếu MERGE_HEAD)."
13106
13107 #: builtin/merge.c:1266
13108 msgid "--continue expects no arguments"
13109 msgstr "--continue không nhận đối số"
13110
13111 #: builtin/merge.c:1270
13112 msgid "There is no merge in progress (MERGE_HEAD missing)."
13113 msgstr "Ở đây không có lần hòa trộn nào đang được xử lý cả (thiếu MERGE_HEAD)."
13114
13115 #: builtin/merge.c:1286
13116 msgid ""
13117 "You have not concluded your merge (MERGE_HEAD exists).\n"
13118 "Please, commit your changes before you merge."
13119 msgstr ""
13120 "Bạn chưa kết thúc việc hòa trộn (MERGE_HEAD vẫn tồn tại).\n"
13121 "Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."
13122
13123 #: builtin/merge.c:1293
13124 msgid ""
13125 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13126 "Please, commit your changes before you merge."
13127 msgstr ""
13128 "Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại).\n"
13129 "Hãy chuyển giao các thay đổi trước khi bạn có thể hòa trộn."
13130
13131 #: builtin/merge.c:1296
13132 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13133 msgstr "Bạn chưa kết thúc việc cherry-pick (CHERRY_PICK_HEAD vẫn tồn tại)."
13134
13135 #: builtin/merge.c:1305
13136 msgid "You cannot combine --squash with --no-ff."
13137 msgstr "Bạn không thể kết hợp --squash với --no-ff."
13138
13139 #: builtin/merge.c:1313
13140 msgid "No commit specified and merge.defaultToUpstream not set."
13141 msgstr "Không chỉ ra lần chuyển giao và merge.defaultToUpstream chưa được đặt."
13142
13143 #: builtin/merge.c:1330
13144 msgid "Squash commit into empty head not supported yet"
13145 msgstr "Squash commit vào một head trống rỗng vẫn chưa được hỗ trợ"
13146
13147 #: builtin/merge.c:1332
13148 msgid "Non-fast-forward commit does not make sense into an empty head"
13149 msgstr ""
13150 "Chuyển giao không-chuyển-tiếp-nhanh không hợp lý ở trong một head trống rỗng"
13151
13152 #: builtin/merge.c:1337
13153 #, c-format
13154 msgid "%s - not something we can merge"
13155 msgstr "%s - không phải là thứ gì đó mà chúng tôi có thể hòa trộn"
13156
13157 #: builtin/merge.c:1339
13158 msgid "Can merge only exactly one commit into empty head"
13159 msgstr ""
13160 "Không thể hòa trộn một cách đúng đắn một lần chuyển giao vào một head rỗng"
13161
13162 #: builtin/merge.c:1421
13163 msgid "refusing to merge unrelated histories"
13164 msgstr "từ chối hòa trộn lịch sử không liên quan"
13165
13166 #: builtin/merge.c:1430
13167 msgid "Already up to date."
13168 msgstr "Đã cập nhật rồi."
13169
13170 #: builtin/merge.c:1440
13171 #, c-format
13172 msgid "Updating %s..%s\n"
13173 msgstr "Đang cập nhật %s..%s\n"
13174
13175 #: builtin/merge.c:1482
13176 #, c-format
13177 msgid "Trying really trivial in-index merge...\n"
13178 msgstr "Đang thử hòa trộn kiểu “trivial in-index”…\n"
13179
13180 #: builtin/merge.c:1489
13181 #, c-format
13182 msgid "Nope.\n"
13183 msgstr "Không.\n"
13184
13185 #: builtin/merge.c:1514
13186 msgid "Already up to date. Yeeah!"
13187 msgstr "Đã cập nhật rồi. Yeeah!"
13188
13189 #: builtin/merge.c:1520
13190 msgid "Not possible to fast-forward, aborting."
13191 msgstr "Thực hiện lệnh chuyển-tiếp-nhanh là không thể được, đang bỏ qua."
13192
13193 #: builtin/merge.c:1543 builtin/merge.c:1622
13194 #, c-format
13195 msgid "Rewinding the tree to pristine...\n"
13196 msgstr "Đang tua lại cây thành thời xa xưa…\n"
13197
13198 #: builtin/merge.c:1547
13199 #, c-format
13200 msgid "Trying merge strategy %s...\n"
13201 msgstr "Đang thử chiến lược hòa trộn %s…\n"
13202
13203 #: builtin/merge.c:1613
13204 #, c-format
13205 msgid "No merge strategy handled the merge.\n"
13206 msgstr "Không có chiến lược hòa trộn nào được nắm giữ (handle) sự hòa trộn.\n"
13207
13208 #: builtin/merge.c:1615
13209 #, c-format
13210 msgid "Merge with strategy %s failed.\n"
13211 msgstr "Hòa trộn với chiến lược %s gặp lỗi.\n"
13212
13213 #: builtin/merge.c:1624
13214 #, c-format
13215 msgid "Using the %s to prepare resolving by hand.\n"
13216 msgstr "Sử dụng %s để chuẩn bị giải quyết bằng tay.\n"
13217
13218 #: builtin/merge.c:1636
13219 #, c-format
13220 msgid "Automatic merge went well; stopped before committing as requested\n"
13221 msgstr ""
13222 "Hòa trộn tự động đã trở nên tốt; bị dừng trước khi việc chuyển giao được yêu "
13223 "cầu\n"
13224
13225 #: builtin/merge-base.c:32
13226 msgid "git merge-base [-a | --all] <commit> <commit>..."
13227 msgstr "git merge-base [-a | --all] <lần_chuyển_giao> <lần_chuyển_giao>…"
13228
13229 #: builtin/merge-base.c:33
13230 msgid "git merge-base [-a | --all] --octopus <commit>..."
13231 msgstr "git merge-base [-a | --all] --octopus <lần_chuyển_giao>…"
13232
13233 #: builtin/merge-base.c:34
13234 msgid "git merge-base --independent <commit>..."
13235 msgstr "git merge-base --independent <lần_chuyển_giao>…"
13236
13237 #: builtin/merge-base.c:35
13238 msgid "git merge-base --is-ancestor <commit> <commit>"
13239 msgstr "git merge-base --is-ancestor <commit> <lần_chuyển_giao>"
13240
13241 #: builtin/merge-base.c:36
13242 msgid "git merge-base --fork-point <ref> [<commit>]"
13243 msgstr "git merge-base --fork-point <tham-chiếu> [<lần_chuyển_giao>]"
13244
13245 #: builtin/merge-base.c:153
13246 msgid "output all common ancestors"
13247 msgstr "xuất ra tất cả các ông bà, tổ tiên chung"
13248
13249 #: builtin/merge-base.c:155
13250 msgid "find ancestors for a single n-way merge"
13251 msgstr "tìm tổ tiên của hòa trộn n-way đơn"
13252
13253 #: builtin/merge-base.c:157
13254 msgid "list revs not reachable from others"
13255 msgstr "liệt kê các “rev” mà nó không thể đọc được từ cái khác"
13256
13257 #: builtin/merge-base.c:159
13258 msgid "is the first one ancestor of the other?"
13259 msgstr "là cha mẹ đầu tiên của cái khác?"
13260
13261 #: builtin/merge-base.c:161
13262 msgid "find where <commit> forked from reflog of <ref>"
13263 msgstr "tìm xem <commit> được rẽ nhánh ở đâu từ reflog của <th.chiếu>"
13264
13265 #: builtin/merge-file.c:9
13266 msgid ""
13267 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13268 "<orig-file> <file2>"
13269 msgstr ""
13270 "git merge-file [<các-tùy-chọn>] [-L <tên1> [-L <gốc> [-L <tên2>]]] <tập-"
13271 "tin1> <tập-tin-gốc> <tập-tin2>"
13272
13273 #: builtin/merge-file.c:35
13274 msgid "send results to standard output"
13275 msgstr "gửi kết quả vào đầu ra tiêu chuẩn"
13276
13277 #: builtin/merge-file.c:36
13278 msgid "use a diff3 based merge"
13279 msgstr "dùng kiểu hòa dựa trên diff3"
13280
13281 #: builtin/merge-file.c:37
13282 msgid "for conflicts, use our version"
13283 msgstr "để tránh xung đột, sử dụng phiên bản của chúng ta"
13284
13285 #: builtin/merge-file.c:39
13286 msgid "for conflicts, use their version"
13287 msgstr "để tránh xung đột, sử dụng phiên bản của họ"
13288
13289 #: builtin/merge-file.c:41
13290 msgid "for conflicts, use a union version"
13291 msgstr "để tránh xung đột, sử dụng phiên bản kết hợp"
13292
13293 #: builtin/merge-file.c:44
13294 msgid "for conflicts, use this marker size"
13295 msgstr "để tránh xung đột, hãy sử dụng kích thước bộ tạo này"
13296
13297 #: builtin/merge-file.c:45
13298 msgid "do not warn about conflicts"
13299 msgstr "không cảnh báo về các xung đột xảy ra"
13300
13301 #: builtin/merge-file.c:47
13302 msgid "set labels for file1/orig-file/file2"
13303 msgstr "đặt nhãn cho tập-tin-1/tập-tin-gốc/tập-tin-2"
13304
13305 #: builtin/merge-recursive.c:45
13306 #, c-format
13307 msgid "unknown option %s"
13308 msgstr "không hiểu tùy chọn %s"
13309
13310 #: builtin/merge-recursive.c:51
13311 #, c-format
13312 msgid "could not parse object '%s'"
13313 msgstr "không thể phân tích đối tượng “%s”"
13314
13315 #: builtin/merge-recursive.c:55
13316 #, c-format
13317 msgid "cannot handle more than %d base. Ignoring %s."
13318 msgid_plural "cannot handle more than %d bases. Ignoring %s."
13319 msgstr[0] "không thể xử lý nhiều hơn %d nền. Bỏ qua %s"
13320
13321 #: builtin/merge-recursive.c:63
13322 msgid "not handling anything other than two heads merge."
13323 msgstr "không cầm nắm gì ngoài hai head hòa trộn"
13324
13325 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
13326 #, c-format
13327 msgid "could not resolve ref '%s'"
13328 msgstr "không thể phân giải tham chiếu %s"
13329
13330 #: builtin/merge-recursive.c:77
13331 #, c-format
13332 msgid "Merging %s with %s\n"
13333 msgstr "Đang hòa trộn %s với %s\n"
13334
13335 #: builtin/mktree.c:66
13336 msgid "git mktree [-z] [--missing] [--batch]"
13337 msgstr "git mktree [-z] [--missing] [--batch]"
13338
13339 #: builtin/mktree.c:154
13340 msgid "input is NUL terminated"
13341 msgstr "đầu vào được chấm dứt bởi NUL"
13342
13343 #: builtin/mktree.c:155 builtin/write-tree.c:25
13344 msgid "allow missing objects"
13345 msgstr "cho phép thiếu đối tượng"
13346
13347 #: builtin/mktree.c:156
13348 msgid "allow creation of more than one tree"
13349 msgstr "cho phép tạo nhiều hơn một cây"
13350
13351 #: builtin/multi-pack-index.c:8
13352 msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
13353 msgstr "git multi-pack-index [--object-dir=<thư/mục>] (write|verify)"
13354
13355 #: builtin/multi-pack-index.c:21
13356 msgid "object directory containing set of packfile and pack-index pairs"
13357 msgstr "thư mục đối tượng có chứa một bộ các tập tin gói và cặp pack-index"
13358
13359 #: builtin/multi-pack-index.c:39
13360 msgid "too many arguments"
13361 msgstr "có quá nhiều đối số"
13362
13363 #: builtin/multi-pack-index.c:48
13364 #, c-format
13365 msgid "unrecognized verb: %s"
13366 msgstr "verb không được thừa nhận: %s"
13367
13368 #: builtin/mv.c:17
13369 msgid "git mv [<options>] <source>... <destination>"
13370 msgstr "git mv [<các-tùy-chọn>] <nguồn>… <đích>"
13371
13372 #: builtin/mv.c:82
13373 #, c-format
13374 msgid "Directory %s is in index and no submodule?"
13375 msgstr "Thư mục “%s” có ở trong chỉ mục mà không có mô-đun con?"
13376
13377 #: builtin/mv.c:84
13378 msgid "Please stage your changes to .gitmodules or stash them to proceed"
13379 msgstr ""
13380 "Hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"
13381
13382 #: builtin/mv.c:102
13383 #, c-format
13384 msgid "%.*s is in index"
13385 msgstr "%.*s trong bảng mục lục"
13386
13387 #: builtin/mv.c:124
13388 msgid "force move/rename even if target exists"
13389 msgstr "ép buộc di chuyển hay đổi tên thậm chí cả khi đích đã tồn tại"
13390
13391 #: builtin/mv.c:126
13392 msgid "skip move/rename errors"
13393 msgstr "bỏ qua các lỗi liên quan đến di chuyển, đổi tên"
13394
13395 #: builtin/mv.c:168
13396 #, c-format
13397 msgid "destination '%s' is not a directory"
13398 msgstr "có đích “%s” nhưng đây không phải là một thư mục"
13399
13400 #: builtin/mv.c:179
13401 #, c-format
13402 msgid "Checking rename of '%s' to '%s'\n"
13403 msgstr "Đang kiểm tra việc đổi tên của “%s” thành “%s”\n"
13404
13405 #: builtin/mv.c:183
13406 msgid "bad source"
13407 msgstr "nguồn sai"
13408
13409 #: builtin/mv.c:186
13410 msgid "can not move directory into itself"
13411 msgstr "không thể di chuyển một thư mục vào trong chính nó được"
13412
13413 #: builtin/mv.c:189
13414 msgid "cannot move directory over file"
13415 msgstr "không di chuyển được thư mục thông qua tập tin"
13416
13417 #: builtin/mv.c:198
13418 msgid "source directory is empty"
13419 msgstr "thư mục nguồn là trống rỗng"
13420
13421 #: builtin/mv.c:223
13422 msgid "not under version control"
13423 msgstr "không nằm dưới sự quản lý mã nguồn"
13424
13425 #: builtin/mv.c:226
13426 msgid "destination exists"
13427 msgstr "đích đã tồn tại sẵn rồi"
13428
13429 #: builtin/mv.c:234
13430 #, c-format
13431 msgid "overwriting '%s'"
13432 msgstr "đang ghi đè lên “%s”"
13433
13434 #: builtin/mv.c:237
13435 msgid "Cannot overwrite"
13436 msgstr "Không thể ghi đè"
13437
13438 #: builtin/mv.c:240
13439 msgid "multiple sources for the same target"
13440 msgstr "Nhiều nguồn cho cùng một đích"
13441
13442 #: builtin/mv.c:242
13443 msgid "destination directory does not exist"
13444 msgstr "thư mục đích không tồn tại"
13445
13446 #: builtin/mv.c:249
13447 #, c-format
13448 msgid "%s, source=%s, destination=%s"
13449 msgstr "%s, nguồn=%s, đích=%s"
13450
13451 #: builtin/mv.c:270
13452 #, c-format
13453 msgid "Renaming %s to %s\n"
13454 msgstr "Đổi tên %s thành %s\n"
13455
13456 #: builtin/mv.c:276 builtin/remote.c:717 builtin/repack.c:511
13457 #, c-format
13458 msgid "renaming '%s' failed"
13459 msgstr "gặp lỗi khi đổi tên “%s”"
13460
13461 #: builtin/name-rev.c:355
13462 msgid "git name-rev [<options>] <commit>..."
13463 msgstr "git name-rev [<các-tùy-chọn>] <commit>…"
13464
13465 #: builtin/name-rev.c:356
13466 msgid "git name-rev [<options>] --all"
13467 msgstr "git name-rev [<các-tùy-chọn>] --all"
13468
13469 #: builtin/name-rev.c:357
13470 msgid "git name-rev [<options>] --stdin"
13471 msgstr "git name-rev [<các-tùy-chọn>] --stdin"
13472
13473 #: builtin/name-rev.c:413
13474 msgid "print only names (no SHA-1)"
13475 msgstr "chỉ hiển thị tên (không SHA-1)"
13476
13477 #: builtin/name-rev.c:414
13478 msgid "only use tags to name the commits"
13479 msgstr "chỉ dùng các thẻ để đặt tên cho các lần chuyển giao"
13480
13481 #: builtin/name-rev.c:416
13482 msgid "only use refs matching <pattern>"
13483 msgstr "chỉ sử dụng các tham chiếu khớp với <mẫu>"
13484
13485 #: builtin/name-rev.c:418
13486 msgid "ignore refs matching <pattern>"
13487 msgstr "bỏ qua các tham chiếu khớp với <mẫu>"
13488
13489 #: builtin/name-rev.c:420
13490 msgid "list all commits reachable from all refs"
13491 msgstr ""
13492 "liệt kê tất cả các lần chuyển giao có thể đọc được từ tất cả các tham chiếu"
13493
13494 #: builtin/name-rev.c:421
13495 msgid "read from stdin"
13496 msgstr "đọc từ đầu vào tiêu chuẩn"
13497
13498 #: builtin/name-rev.c:422
13499 msgid "allow to print `undefined` names (default)"
13500 msgstr "cho phép in các tên “chưa định nghĩa” (mặc định)"
13501
13502 #: builtin/name-rev.c:428
13503 msgid "dereference tags in the input (internal use)"
13504 msgstr "bãi bỏ tham chiếu các thẻ trong đầu vào (dùng nội bộ)"
13505
13506 #: builtin/notes.c:28
13507 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
13508 msgstr "git notes [--ref <notes-ref>] [list [<đối-tượng>]]"
13509
13510 #: builtin/notes.c:29
13511 msgid ""
13512 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
13513 "| (-c | -C) <object>] [<object>]"
13514 msgstr ""
13515 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <lời-nhắn> | -F "
13516 "<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"
13517
13518 #: builtin/notes.c:30
13519 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
13520 msgstr "git notes [--ref <notes-ref>] copy [-f] <từ-đối-tượng> <đến-đối-tượng>"
13521
13522 #: builtin/notes.c:31
13523 msgid ""
13524 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
13525 "(-c | -C) <object>] [<object>]"
13526 msgstr ""
13527 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <lời-nhắn> | -F "
13528 "<tập-tin> | (-c | -C) <đối-tượng>] [<đối-tượng>]"
13529
13530 #: builtin/notes.c:32
13531 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
13532 msgstr "git notes [--ref <notes-ref>] edit [--allow-empty] [<đối-tượng>]"
13533
13534 #: builtin/notes.c:33
13535 msgid "git notes [--ref <notes-ref>] show [<object>]"
13536 msgstr "git notes [--ref <notes-ref>] show [<đối-tượng>]"
13537
13538 #: builtin/notes.c:34
13539 msgid ""
13540 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
13541 msgstr ""
13542 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <chiến-lược> ] <notes-ref>"
13543
13544 #: builtin/notes.c:35
13545 msgid "git notes merge --commit [-v | -q]"
13546 msgstr "git notes merge --commit [-v | -q]"
13547
13548 #: builtin/notes.c:36
13549 msgid "git notes merge --abort [-v | -q]"
13550 msgstr "git notes merge --abort [-v | -q]"
13551
13552 #: builtin/notes.c:37
13553 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
13554 msgstr "git notes [--ref <notes-ref>] remove [<đối-tượng>…]"
13555
13556 #: builtin/notes.c:38
13557 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
13558 msgstr "git notes [--ref <notes-ref>] prune [-n] [-v]"
13559
13560 #: builtin/notes.c:39
13561 msgid "git notes [--ref <notes-ref>] get-ref"
13562 msgstr "git notes [--ref <notes-ref>] get-ref"
13563
13564 #: builtin/notes.c:44
13565 msgid "git notes [list [<object>]]"
13566 msgstr "git notes [list [<đối tượng>]]"
13567
13568 #: builtin/notes.c:49
13569 msgid "git notes add [<options>] [<object>]"
13570 msgstr "git notes add [<các-tùy-chọn>] [<đối-tượng>]"
13571
13572 #: builtin/notes.c:54
13573 msgid "git notes copy [<options>] <from-object> <to-object>"
13574 msgstr "git notes copy [<các-tùy-chọn>] <từ-đối-tượng> <đến-đối-tượng>"
13575
13576 #: builtin/notes.c:55
13577 msgid "git notes copy --stdin [<from-object> <to-object>]..."
13578 msgstr "git notes copy --stdin [<từ-đối-tượng> <đến-đối-tượng>]…"
13579
13580 #: builtin/notes.c:60
13581 msgid "git notes append [<options>] [<object>]"
13582 msgstr "git notes append [<các-tùy-chọn>] [<đối-tượng>]"
13583
13584 #: builtin/notes.c:65
13585 msgid "git notes edit [<object>]"
13586 msgstr "git notes edit [<đối tượng>]"
13587
13588 #: builtin/notes.c:70
13589 msgid "git notes show [<object>]"
13590 msgstr "git notes show [<đối tượng>]"
13591
13592 #: builtin/notes.c:75
13593 msgid "git notes merge [<options>] <notes-ref>"
13594 msgstr "git notes merge [<các-tùy-chọn>] <notes-ref>"
13595
13596 #: builtin/notes.c:76
13597 msgid "git notes merge --commit [<options>]"
13598 msgstr "git notes merge --commit [<các-tùy-chọn>]"
13599
13600 #: builtin/notes.c:77
13601 msgid "git notes merge --abort [<options>]"
13602 msgstr "git notes merge --abort [<các-tùy-chọn>]"
13603
13604 #: builtin/notes.c:82
13605 msgid "git notes remove [<object>]"
13606 msgstr "git notes remove [<đối tượng>]"
13607
13608 #: builtin/notes.c:87
13609 msgid "git notes prune [<options>]"
13610 msgstr "git notes prune [<các-tùy-chọn>]"
13611
13612 #: builtin/notes.c:92
13613 msgid "git notes get-ref"
13614 msgstr "git notes get-ref"
13615
13616 #: builtin/notes.c:97
13617 msgid "Write/edit the notes for the following object:"
13618 msgstr "Ghi hay sửa ghi chú cho đối tượng sau đây:"
13619
13620 #: builtin/notes.c:150
13621 #, c-format
13622 msgid "unable to start 'show' for object '%s'"
13623 msgstr "không thể khởi chạy “show” cho đối tượng “%s”"
13624
13625 #: builtin/notes.c:154
13626 msgid "could not read 'show' output"
13627 msgstr "không thể đọc kết xuất “show”"
13628
13629 #: builtin/notes.c:162
13630 #, c-format
13631 msgid "failed to finish 'show' for object '%s'"
13632 msgstr "gặp lỗi khi hoàn thành “show” cho đối tượng “%s”"
13633
13634 #: builtin/notes.c:197
13635 msgid "please supply the note contents using either -m or -F option"
13636 msgstr ""
13637 "xin hãy áp dụng nội dung của ghi chú sử dụng hoặc là tùy chọn -m hoặc là -F"
13638
13639 #: builtin/notes.c:206
13640 msgid "unable to write note object"
13641 msgstr "không thể ghi đối tượng ghi chú (note)"
13642
13643 #: builtin/notes.c:208
13644 #, c-format
13645 msgid "the note contents have been left in %s"
13646 msgstr "nội dung ghi chú còn lại %s"
13647
13648 #: builtin/notes.c:242 builtin/tag.c:513
13649 #, c-format
13650 msgid "could not open or read '%s'"
13651 msgstr "không thể mở hay đọc “%s”"
13652
13653 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
13654 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:524
13655 #: builtin/notes.c:529 builtin/notes.c:607 builtin/notes.c:669
13656 #, c-format
13657 msgid "failed to resolve '%s' as a valid ref."
13658 msgstr "gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ."
13659
13660 #: builtin/notes.c:265
13661 #, c-format
13662 msgid "failed to read object '%s'."
13663 msgstr "gặp lỗi khi đọc đối tượng “%s”."
13664
13665 #: builtin/notes.c:268
13666 #, c-format
13667 msgid "cannot read note data from non-blob object '%s'."
13668 msgstr "không thể đọc dữ liệu ghi chú từ đối tượng không-blob “%s”."
13669
13670 #: builtin/notes.c:309
13671 #, c-format
13672 msgid "malformed input line: '%s'."
13673 msgstr "dòng đầu vào dị hình: “%s”."
13674
13675 #: builtin/notes.c:324
13676 #, c-format
13677 msgid "failed to copy notes from '%s' to '%s'"
13678 msgstr "gặp lỗi khi sao chép ghi chú (note) từ “%s” sang “%s”"
13679
13680 #. TRANSLATORS: the first %s will be replaced by a git
13681 #. notes command: 'add', 'merge', 'remove', etc.
13682 #.
13683 #: builtin/notes.c:356
13684 #, c-format
13685 msgid "refusing to %s notes in %s (outside of refs/notes/)"
13686 msgstr "từ chối %s ghi chú trong %s (nằm ngoài refs/notes/)"
13687
13688 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:507
13689 #: builtin/notes.c:519 builtin/notes.c:595 builtin/notes.c:662
13690 #: builtin/notes.c:812 builtin/notes.c:959 builtin/notes.c:980
13691 msgid "too many parameters"
13692 msgstr "quá nhiều đối số"
13693
13694 #: builtin/notes.c:389 builtin/notes.c:675
13695 #, c-format
13696 msgid "no note found for object %s."
13697 msgstr "không tìm thấy ghi chú cho đối tượng %s."
13698
13699 #: builtin/notes.c:410 builtin/notes.c:573
13700 msgid "note contents as a string"
13701 msgstr "nội dung ghi chú (note) nằm trong một chuỗi"
13702
13703 #: builtin/notes.c:413 builtin/notes.c:576
13704 msgid "note contents in a file"
13705 msgstr "nội dung ghi chú (note) nằm trong một tập tin"
13706
13707 #: builtin/notes.c:416 builtin/notes.c:579
13708 msgid "reuse and edit specified note object"
13709 msgstr "dùng lại nhưng có sửa chữa đối tượng note đã chỉ ra"
13710
13711 #: builtin/notes.c:419 builtin/notes.c:582
13712 msgid "reuse specified note object"
13713 msgstr "dùng lại đối tượng ghi chú (note) đã chỉ ra"
13714
13715 #: builtin/notes.c:422 builtin/notes.c:585
13716 msgid "allow storing empty note"
13717 msgstr "cho lưu trữ ghi chú trống rỗng"
13718
13719 #: builtin/notes.c:423 builtin/notes.c:494
13720 msgid "replace existing notes"
13721 msgstr "thay thế ghi chú trước"
13722
13723 #: builtin/notes.c:448
13724 #, c-format
13725 msgid ""
13726 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
13727 "existing notes"
13728 msgstr ""
13729 "Không thể thêm các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối tượng "
13730 "%s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"
13731
13732 #: builtin/notes.c:463 builtin/notes.c:542
13733 #, c-format
13734 msgid "Overwriting existing notes for object %s\n"
13735 msgstr "Đang ghi đè lên ghi chú cũ cho đối tượng %s\n"
13736
13737 #: builtin/notes.c:474 builtin/notes.c:634 builtin/notes.c:899
13738 #, c-format
13739 msgid "Removing note for object %s\n"
13740 msgstr "Đang gỡ bỏ ghi chú (note) cho đối tượng %s\n"
13741
13742 #: builtin/notes.c:495
13743 msgid "read objects from stdin"
13744 msgstr "đọc các đối tượng từ đầu vào tiêu chuẩn"
13745
13746 #: builtin/notes.c:497
13747 msgid "load rewriting config for <command> (implies --stdin)"
13748 msgstr "tải cấu hình chép lại cho <lệnh> (ngầm định là --stdin)"
13749
13750 #: builtin/notes.c:515
13751 msgid "too few parameters"
13752 msgstr "quá ít đối số"
13753
13754 #: builtin/notes.c:536
13755 #, c-format
13756 msgid ""
13757 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
13758 "existing notes"
13759 msgstr ""
13760 "Không thể sao chép các ghi chú. Đã tìm thấy các ghi chú đã có sẵn cho đối "
13761 "tượng %s. Sử dụng tùy chọn “-f” để ghi đè lên các ghi chú cũ"
13762
13763 #: builtin/notes.c:548
13764 #, c-format
13765 msgid "missing notes on source object %s. Cannot copy."
13766 msgstr "thiếu ghi chú trên đối tượng nguồn %s. Không thể sao chép."
13767
13768 #: builtin/notes.c:600
13769 #, c-format
13770 msgid ""
13771 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
13772 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
13773 msgstr ""
13774 "Các tùy chọn -m/-F/-c/-C đã cổ không còn dùng nữa cho lệnh con “edit”.\n"
13775 "Xin hãy sử dụng lệnh sau để thay thế: “git notes add -f -m/-F/-c/-C”.\n"
13776
13777 #: builtin/notes.c:695
13778 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
13779 msgstr "gặp lỗi khi xóa tham chiếu NOTES_MERGE_PARTIAL"
13780
13781 #: builtin/notes.c:697
13782 msgid "failed to delete ref NOTES_MERGE_REF"
13783 msgstr "gặp lỗi khi xóa tham chiếu NOTES_MERGE_REF"
13784
13785 #: builtin/notes.c:699
13786 msgid "failed to remove 'git notes merge' worktree"
13787 msgstr "gặp lỗi khi gỡ bỏ cây làm việc “git notes merge”"
13788
13789 #: builtin/notes.c:719
13790 msgid "failed to read ref NOTES_MERGE_PARTIAL"
13791 msgstr "gặp lỗi khi đọc tham chiếu NOTES_MERGE_PARTIAL"
13792
13793 #: builtin/notes.c:721
13794 msgid "could not find commit from NOTES_MERGE_PARTIAL."
13795 msgstr "không thể tìm thấy lần chuyển giao từ NOTES_MERGE_PARTIAL."
13796
13797 #: builtin/notes.c:723
13798 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
13799 msgstr "không thể phân tích cú pháp lần chuyển giao từ NOTES_MERGE_PARTIAL."
13800
13801 #: builtin/notes.c:736
13802 msgid "failed to resolve NOTES_MERGE_REF"
13803 msgstr "gặp lỗi khi phân giải NOTES_MERGE_REF"
13804
13805 #: builtin/notes.c:739
13806 msgid "failed to finalize notes merge"
13807 msgstr "gặp lỗi khi hoàn thành hòa trộn ghi chú"
13808
13809 #: builtin/notes.c:765
13810 #, c-format
13811 msgid "unknown notes merge strategy %s"
13812 msgstr "không hiểu chiến lược hòa trộn ghi chú %s"
13813
13814 #: builtin/notes.c:781
13815 msgid "General options"
13816 msgstr "Tùy chọn chung"
13817
13818 #: builtin/notes.c:783
13819 msgid "Merge options"
13820 msgstr "Tùy chọn về hòa trộn"
13821
13822 #: builtin/notes.c:785
13823 msgid ""
13824 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
13825 "cat_sort_uniq)"
13826 msgstr ""
13827 "phân giải các xung đột “notes” sử dụng chiến lược đã đưa ra (manual/ours/"
13828 "theirs/union/cat_sort_uniq)"
13829
13830 #: builtin/notes.c:787
13831 msgid "Committing unmerged notes"
13832 msgstr "Chuyển giao các note chưa được hòa trộn"
13833
13834 #: builtin/notes.c:789
13835 msgid "finalize notes merge by committing unmerged notes"
13836 msgstr ""
13837 "các note cuối cùng được hòa trộn bởi các note chưa hòa trộn của lần chuyển "
13838 "giao"
13839
13840 #: builtin/notes.c:791
13841 msgid "Aborting notes merge resolution"
13842 msgstr "Hủy bỏ phân giải ghi chú (note) hòa trộn"
13843
13844 #: builtin/notes.c:793
13845 msgid "abort notes merge"
13846 msgstr "bỏ qua hòa trộn các ghi chú (note)"
13847
13848 #: builtin/notes.c:804
13849 msgid "cannot mix --commit, --abort or -s/--strategy"
13850 msgstr "không thể trộn lẫn --commit, --abort hay -s/--strategy"
13851
13852 #: builtin/notes.c:809
13853 msgid "must specify a notes ref to merge"
13854 msgstr "bạn phải chỉ định tham chiếu ghi chú để hòa trộn"
13855
13856 #: builtin/notes.c:833
13857 #, c-format
13858 msgid "unknown -s/--strategy: %s"
13859 msgstr "không hiểu -s/--strategy: %s"
13860
13861 #: builtin/notes.c:870
13862 #, c-format
13863 msgid "a notes merge into %s is already in-progress at %s"
13864 msgstr "một ghi chú hòa trộn vào %s đã sẵn trong quá trình xử lý tại %s"
13865
13866 #: builtin/notes.c:873
13867 #, c-format
13868 msgid "failed to store link to current notes ref (%s)"
13869 msgstr "gặp lỗi khi lưu liên kết đến tham chiếu ghi chú hiện tại (%s)"
13870
13871 #: builtin/notes.c:875
13872 #, c-format
13873 msgid ""
13874 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
13875 "'git notes merge --commit', or abort the merge with 'git notes merge --"
13876 "abort'.\n"
13877 msgstr ""
13878 "Gặp lỗi khi hòa trộn các ghi chú tự động. Sửa các xung đột này trong %s và "
13879 "chuyển giao kết quả bằng “git notes merge --commit”, hoặc bãi bỏ việc hòa "
13880 "trộn bằng “git notes merge --abort”.\n"
13881
13882 #: builtin/notes.c:897
13883 #, c-format
13884 msgid "Object %s has no note\n"
13885 msgstr "Đối tượng %s không có ghi chú (note)\n"
13886
13887 #: builtin/notes.c:909
13888 msgid "attempt to remove non-existent note is not an error"
13889 msgstr "cố gắng gỡ bỏ một note chưa từng tồn tại không phải là một lỗi"
13890
13891 #: builtin/notes.c:912
13892 msgid "read object names from the standard input"
13893 msgstr "đọc tên đối tượng từ thiết bị nhập chuẩn"
13894
13895 #: builtin/notes.c:950 builtin/prune.c:108 builtin/worktree.c:164
13896 msgid "do not remove, show only"
13897 msgstr "không gỡ bỏ, chỉ hiển thị"
13898
13899 #: builtin/notes.c:951
13900 msgid "report pruned notes"
13901 msgstr "báo cáo các đối tượng đã prune"
13902
13903 #: builtin/notes.c:993
13904 msgid "notes-ref"
13905 msgstr "notes-ref"
13906
13907 #: builtin/notes.c:994
13908 msgid "use notes from <notes-ref>"
13909 msgstr "dùng “notes” từ <notes-ref>"
13910
13911 #: builtin/notes.c:1029
13912 #, c-format
13913 msgid "unknown subcommand: %s"
13914 msgstr "không hiểu câu lệnh con: %s"
13915
13916 #: builtin/pack-objects.c:51
13917 msgid ""
13918 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
13919 msgstr ""
13920 "git pack-objects --stdout [các-tùy-chọn…] [< <danh-sách-tham-chiếu> | < "
13921 "<danh-sách-đối-tượng>]"
13922
13923 #: builtin/pack-objects.c:52
13924 msgid ""
13925 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
13926 msgstr ""
13927 "git pack-objects [các-tùy-chọn…] <base-name> [< <danh-sách-ref> | < <danh-"
13928 "sách-đối-tượng>]"
13929
13930 #: builtin/pack-objects.c:422
13931 #, c-format
13932 msgid "bad packed object CRC for %s"
13933 msgstr "CRC của đối tượng gói sai với %s"
13934
13935 #: builtin/pack-objects.c:433
13936 #, c-format
13937 msgid "corrupt packed object for %s"
13938 msgstr "đối tượng đã đóng gói sai hỏng cho %s"
13939
13940 #: builtin/pack-objects.c:564
13941 #, c-format
13942 msgid "recursive delta detected for object %s"
13943 msgstr "dò thấy delta đệ quy cho đối tượng %s"
13944
13945 #: builtin/pack-objects.c:775
13946 #, c-format
13947 msgid "ordered %u objects, expected %<PRIu32>"
13948 msgstr "đã sắp xếp %u đối tượng, cần %<PRIu32>"
13949
13950 #: builtin/pack-objects.c:788
13951 #, c-format
13952 msgid "packfile is invalid: %s"
13953 msgstr "tập tin gói không hợp lệ: %s"
13954
13955 #: builtin/pack-objects.c:792
13956 #, c-format
13957 msgid "unable to open packfile for reuse: %s"
13958 msgstr "không thể mở tập tin gói để dùng lại: %s"
13959
13960 #: builtin/pack-objects.c:796
13961 msgid "unable to seek in reused packfile"
13962 msgstr "không thể di chuyển vị trí đọc trong tập tin gói dùng lại"
13963
13964 #: builtin/pack-objects.c:807
13965 msgid "unable to read from reused packfile"
13966 msgstr "không thể đọc từ tập tin gói dùng lại"
13967
13968 #: builtin/pack-objects.c:835
13969 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
13970 msgstr "tắt ghi bitmap, các gói bị chia nhỏ bởi vì pack.packSizeLimit"
13971
13972 #: builtin/pack-objects.c:848
13973 msgid "Writing objects"
13974 msgstr "Đang ghi lại các đối tượng"
13975
13976 #: builtin/pack-objects.c:910 builtin/update-index.c:88
13977 #, c-format
13978 msgid "failed to stat %s"
13979 msgstr "gặp lỗi khi lấy thông tin thống kê về %s"
13980
13981 #: builtin/pack-objects.c:963
13982 #, c-format
13983 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
13984 msgstr "đã ghi %<PRIu32> đối tượng trong khi cần %<PRIu32>"
13985
13986 #: builtin/pack-objects.c:1157
13987 msgid "disabling bitmap writing, as some objects are not being packed"
13988 msgstr "tắt ghi bitmap, như vậy một số đối tượng sẽ không được đóng gói"
13989
13990 #: builtin/pack-objects.c:1585
13991 #, c-format
13992 msgid "delta base offset overflow in pack for %s"
13993 msgstr "khoảng bù cơ sở cho delta bị tràn trong gói cho %s"
13994
13995 #: builtin/pack-objects.c:1594
13996 #, c-format
13997 msgid "delta base offset out of bound for %s"
13998 msgstr "khoảng bù cơ sở cho delta nằm ngoài phạm cho %s"
13999
14000 #: builtin/pack-objects.c:1863
14001 msgid "Counting objects"
14002 msgstr "Đang đếm các đối tượng"
14003
14004 #: builtin/pack-objects.c:1998
14005 #, c-format
14006 msgid "unable to get size of %s"
14007 msgstr "không thể lấy kích cỡ của %s"
14008
14009 #: builtin/pack-objects.c:2013
14010 #, c-format
14011 msgid "unable to parse object header of %s"
14012 msgstr "không thể phân tích phần đầu đối tượng của “%s”"
14013
14014 #: builtin/pack-objects.c:2083 builtin/pack-objects.c:2099
14015 #: builtin/pack-objects.c:2109
14016 #, c-format
14017 msgid "object %s cannot be read"
14018 msgstr "không thể đọc đối tượng %s"
14019
14020 #: builtin/pack-objects.c:2086 builtin/pack-objects.c:2113
14021 #, c-format
14022 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14023 msgstr ""
14024 "đối tượng %s không nhất quán về chiều dài đối tượng (%<PRIuMAX> so với "
14025 "%<PRIuMAX>)"
14026
14027 #: builtin/pack-objects.c:2123
14028 msgid "suboptimal pack - out of memory"
14029 msgstr "suboptimal pack - hết bộ nhớ"
14030
14031 #: builtin/pack-objects.c:2451
14032 #, c-format
14033 msgid "Delta compression using up to %d threads"
14034 msgstr "Nén delta dùng tới %d tuyến trình"
14035
14036 #: builtin/pack-objects.c:2583
14037 #, c-format
14038 msgid "unable to pack objects reachable from tag %s"
14039 msgstr "không thể đóng gói các đối tượng tiếp cận được từ thẻ “%s”"
14040
14041 #: builtin/pack-objects.c:2670
14042 msgid "Compressing objects"
14043 msgstr "Đang nén các đối tượng"
14044
14045 #: builtin/pack-objects.c:2676
14046 msgid "inconsistency with delta count"
14047 msgstr "mâu thuẫn với số lượng delta"
14048
14049 #: builtin/pack-objects.c:2753
14050 #, c-format
14051 msgid ""
14052 "expected edge object ID, got garbage:\n"
14053 " %s"
14054 msgstr ""
14055 "cần ID đối tượng cạnh, nhận được rác:\n"
14056 " %s"
14057
14058 #: builtin/pack-objects.c:2759
14059 #, c-format
14060 msgid ""
14061 "expected object ID, got garbage:\n"
14062 " %s"
14063 msgstr ""
14064 "cần ID đối tượng, nhận được rác:\n"
14065 " %s"
14066
14067 #: builtin/pack-objects.c:2857
14068 msgid "invalid value for --missing"
14069 msgstr "giá trị cho --missing không hợp lệ"
14070
14071 #: builtin/pack-objects.c:2916 builtin/pack-objects.c:3024
14072 msgid "cannot open pack index"
14073 msgstr "không thể mở mục lục của gói"
14074
14075 #: builtin/pack-objects.c:2947
14076 #, c-format
14077 msgid "loose object at %s could not be examined"
14078 msgstr "đối tượng mất tại %s không thể đã kiểm tra"
14079
14080 #: builtin/pack-objects.c:3032
14081 msgid "unable to force loose object"
14082 msgstr "không thể buộc mất đối tượng"
14083
14084 #: builtin/pack-objects.c:3122
14085 #, c-format
14086 msgid "not a rev '%s'"
14087 msgstr "không phải một rev “%s”"
14088
14089 #: builtin/pack-objects.c:3125
14090 #, c-format
14091 msgid "bad revision '%s'"
14092 msgstr "điểm xem xét sai “%s”"
14093
14094 #: builtin/pack-objects.c:3150
14095 msgid "unable to add recent objects"
14096 msgstr "không thể thêm các đối tượng mới dùng"
14097
14098 #: builtin/pack-objects.c:3203
14099 #, c-format
14100 msgid "unsupported index version %s"
14101 msgstr "phiên bản mục lục không được hỗ trợ %s"
14102
14103 #: builtin/pack-objects.c:3207
14104 #, c-format
14105 msgid "bad index version '%s'"
14106 msgstr "phiên bản mục lục sai “%s”"
14107
14108 #: builtin/pack-objects.c:3237
14109 msgid "do not show progress meter"
14110 msgstr "không hiển thị bộ đo tiến trình"
14111
14112 #: builtin/pack-objects.c:3239
14113 msgid "show progress meter"
14114 msgstr "hiển thị bộ đo tiến trình"
14115
14116 #: builtin/pack-objects.c:3241
14117 msgid "show progress meter during object writing phase"
14118 msgstr "hiển thị bộ đo tiến triển trong suốt pha ghi đối tượng"
14119
14120 #: builtin/pack-objects.c:3244
14121 msgid "similar to --all-progress when progress meter is shown"
14122 msgstr "tương tự --all-progress khi bộ đo tiến trình được xuất hiện"
14123
14124 #: builtin/pack-objects.c:3245
14125 msgid "<version>[,<offset>]"
14126 msgstr "<phiên bản>[,offset]"
14127
14128 #: builtin/pack-objects.c:3246
14129 msgid "write the pack index file in the specified idx format version"
14130 msgstr "ghi tập tin bảng mục lục gói (pack) ở phiên bản định dạng idx đã cho"
14131
14132 #: builtin/pack-objects.c:3249
14133 msgid "maximum size of each output pack file"
14134 msgstr "kcíh thước tối đa cho tập tin gói được tạo"
14135
14136 #: builtin/pack-objects.c:3251
14137 msgid "ignore borrowed objects from alternate object store"
14138 msgstr "bỏ qua các đối tượng vay mượn từ kho đối tượng thay thế"
14139
14140 #: builtin/pack-objects.c:3253
14141 msgid "ignore packed objects"
14142 msgstr "bỏ qua các đối tượng đóng gói"
14143
14144 #: builtin/pack-objects.c:3255
14145 msgid "limit pack window by objects"
14146 msgstr "giới hạn cửa sổ đóng gói theo đối tượng"
14147
14148 #: builtin/pack-objects.c:3257
14149 msgid "limit pack window by memory in addition to object limit"
14150 msgstr "giới hạn cửa sổ đóng gói theo bộ nhớ cộng thêm với giới hạn đối tượng"
14151
14152 #: builtin/pack-objects.c:3259
14153 msgid "maximum length of delta chain allowed in the resulting pack"
14154 msgstr "độ dài tối đa của chuỗi móc xích “delta” được phép trong gói kết quả"
14155
14156 #: builtin/pack-objects.c:3261
14157 msgid "reuse existing deltas"
14158 msgstr "dùng lại các delta sẵn có"
14159
14160 #: builtin/pack-objects.c:3263
14161 msgid "reuse existing objects"
14162 msgstr "dùng lại các đối tượng sẵn có"
14163
14164 #: builtin/pack-objects.c:3265
14165 msgid "use OFS_DELTA objects"
14166 msgstr "dùng các đối tượng OFS_DELTA"
14167
14168 #: builtin/pack-objects.c:3267
14169 msgid "use threads when searching for best delta matches"
14170 msgstr "sử dụng các tuyến trình khi tìm kiếm cho các mẫu khớp delta tốt nhất"
14171
14172 #: builtin/pack-objects.c:3269
14173 msgid "do not create an empty pack output"
14174 msgstr "không thể tạo kết xuất gói trống rỗng"
14175
14176 #: builtin/pack-objects.c:3271
14177 msgid "read revision arguments from standard input"
14178 msgstr " đọc tham số “revision” từ thiết bị nhập chuẩn"
14179
14180 #: builtin/pack-objects.c:3273
14181 msgid "limit the objects to those that are not yet packed"
14182 msgstr "giới hạn các đối tượng thành những cái mà chúng vẫn chưa được đóng gói"
14183
14184 #: builtin/pack-objects.c:3276
14185 msgid "include objects reachable from any reference"
14186 msgstr "bao gồm các đối tượng có thể đọc được từ bất kỳ tham chiếu nào"
14187
14188 #: builtin/pack-objects.c:3279
14189 msgid "include objects referred by reflog entries"
14190 msgstr "bao gồm các đối tượng được tham chiếu bởi các mục reflog"
14191
14192 #: builtin/pack-objects.c:3282
14193 msgid "include objects referred to by the index"
14194 msgstr "bao gồm các đối tượng được tham chiếu bởi mục lục"
14195
14196 #: builtin/pack-objects.c:3285
14197 msgid "output pack to stdout"
14198 msgstr "xuất gói ra đầu ra tiêu chuẩn"
14199
14200 #: builtin/pack-objects.c:3287
14201 msgid "include tag objects that refer to objects to be packed"
14202 msgstr "bao gồm các đối tượng tham chiếu đến các đối tượng được đóng gói"
14203
14204 #: builtin/pack-objects.c:3289
14205 msgid "keep unreachable objects"
14206 msgstr "giữ lại các đối tượng không thể đọc được"
14207
14208 #: builtin/pack-objects.c:3291
14209 msgid "pack loose unreachable objects"
14210 msgstr "pack mất các đối tượng không thể đọc được"
14211
14212 #: builtin/pack-objects.c:3293
14213 msgid "unpack unreachable objects newer than <time>"
14214 msgstr ""
14215 "xả nén (gỡ khỏi gói) các đối tượng không thể đọc được mới hơn <thời-gian>"
14216
14217 #: builtin/pack-objects.c:3296
14218 msgid "create thin packs"
14219 msgstr "tạo gói nhẹ"
14220
14221 #: builtin/pack-objects.c:3298
14222 msgid "create packs suitable for shallow fetches"
14223 msgstr "tạo gói để phù hợp cho lấy về nông (shallow)"
14224
14225 #: builtin/pack-objects.c:3300
14226 msgid "ignore packs that have companion .keep file"
14227 msgstr "bỏ qua các gói mà nó có tập tin .keep đi kèm"
14228
14229 #: builtin/pack-objects.c:3302
14230 msgid "ignore this pack"
14231 msgstr "bỏ qua gói này"
14232
14233 #: builtin/pack-objects.c:3304
14234 msgid "pack compression level"
14235 msgstr "mức nén gói"
14236
14237 #: builtin/pack-objects.c:3306
14238 msgid "do not hide commits by grafts"
14239 msgstr "không ẩn các lần chuyển giao bởi “grafts”"
14240
14241 #: builtin/pack-objects.c:3308
14242 msgid "use a bitmap index if available to speed up counting objects"
14243 msgstr "dùng mục lục ánh xạ nếu có thể được để nâng cao tốc độ đếm đối tượng"
14244
14245 #: builtin/pack-objects.c:3310
14246 msgid "write a bitmap index together with the pack index"
14247 msgstr "ghi một mục lục ánh xạ cùng với mục lục gói"
14248
14249 #: builtin/pack-objects.c:3313
14250 msgid "handling for missing objects"
14251 msgstr "xử lý cho thiếu đối tượng"
14252
14253 #: builtin/pack-objects.c:3316
14254 msgid "do not pack objects in promisor packfiles"
14255 msgstr "không thể đóng gói các đối tượng trong các tập tin gói hứa hẹn"
14256
14257 #: builtin/pack-objects.c:3318
14258 msgid "respect islands during delta compression"
14259 msgstr "tôn trọng island trong suốt quá trình nén “delta”"
14260
14261 #: builtin/pack-objects.c:3342
14262 #, c-format
14263 msgid "delta chain depth %d is too deep, forcing %d"
14264 msgstr "mức sau xích delta %d là quá sâu, buộc dùng %d"
14265
14266 #: builtin/pack-objects.c:3347
14267 #, c-format
14268 msgid "pack.deltaCacheLimit is too high, forcing %d"
14269 msgstr "pack.deltaCacheLimit là quá cao, ép dùng %d"
14270
14271 #: builtin/pack-objects.c:3401
14272 msgid "--max-pack-size cannot be used to build a pack for transfer"
14273 msgstr ""
14274 "--max-pack-size không thể được sử dụng để xây dựng một gói để vận chuyển"
14275
14276 #: builtin/pack-objects.c:3403
14277 msgid "minimum pack size limit is 1 MiB"
14278 msgstr "giới hạn kích thước tối thiểu của gói là 1 MiB"
14279
14280 #: builtin/pack-objects.c:3408
14281 msgid "--thin cannot be used to build an indexable pack"
14282 msgstr "--thin không thể được dùng để xây dựng gói đánh mục lục được"
14283
14284 #: builtin/pack-objects.c:3411
14285 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14286 msgstr "--keep-unreachable và --unpack-unreachable xung khắc nhau"
14287
14288 #: builtin/pack-objects.c:3417
14289 msgid "cannot use --filter without --stdout"
14290 msgstr "không thể dùng tùy chọn --filter mà không có --stdout"
14291
14292 #: builtin/pack-objects.c:3476
14293 msgid "Enumerating objects"
14294 msgstr "Đánh số các đối tượng"
14295
14296 #: builtin/pack-objects.c:3495
14297 #, c-format
14298 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
14299 msgstr "Tổng %<PRIu32> (delta %<PRIu32>), dùng lại %<PRIu32> (delta %<PRIu32>)"
14300
14301 #: builtin/pack-refs.c:7
14302 msgid "git pack-refs [<options>]"
14303 msgstr "git pack-refs [<các-tùy-chọn>]"
14304
14305 #: builtin/pack-refs.c:15
14306 msgid "pack everything"
14307 msgstr "đóng gói mọi thứ"
14308
14309 #: builtin/pack-refs.c:16
14310 msgid "prune loose refs (default)"
14311 msgstr "prune (cắt cụt) những tham chiếu bị mất (mặc định)"
14312
14313 #: builtin/prune-packed.c:9
14314 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
14315 msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
14316
14317 #: builtin/prune-packed.c:42
14318 msgid "Removing duplicate objects"
14319 msgstr "Đang gỡ các đối tượng trùng lặp"
14320
14321 #: builtin/prune.c:12
14322 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
14323 msgstr "git prune [-n] [-v] [--progress] [--expire <thời-gian>] [--] [<head>…]"
14324
14325 #: builtin/prune.c:109
14326 msgid "report pruned objects"
14327 msgstr "báo cáo các đối tượng đã prune"
14328
14329 #: builtin/prune.c:112
14330 msgid "expire objects older than <time>"
14331 msgstr "các đối tượng hết hạn cũ hơn khoảng <thời gian>"
14332
14333 #: builtin/prune.c:114
14334 msgid "limit traversal to objects outside promisor packfiles"
14335 msgstr "giới hạn giao đến các đối tượng nằm ngoài các tập tin gói hứa hẹn"
14336
14337 #: builtin/prune.c:129
14338 msgid "cannot prune in a precious-objects repo"
14339 msgstr "không thể tỉa bớt trong một kho đối_tượng_vĩ_đại"
14340
14341 #: builtin/pull.c:60 builtin/pull.c:62
14342 #, c-format
14343 msgid "Invalid value for %s: %s"
14344 msgstr "Giá trị không hợp lệ %s: %s"
14345
14346 #: builtin/pull.c:82
14347 msgid "git pull [<options>] [<repository> [<refspec>...]]"
14348 msgstr "git pull [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"
14349
14350 #: builtin/pull.c:133
14351 msgid "control for recursive fetching of submodules"
14352 msgstr "điều khiển việc lấy về đệ quy của các mô-đun-con"
14353
14354 #: builtin/pull.c:137
14355 msgid "Options related to merging"
14356 msgstr "Các tùy chọn liên quan đến hòa trộn"
14357
14358 #: builtin/pull.c:140
14359 msgid "incorporate changes by rebasing rather than merging"
14360 msgstr "các thay đổi hợp nhất bằng cải tổ thay vì hòa trộn"
14361
14362 #: builtin/pull.c:167 builtin/rebase--interactive.c:147 builtin/revert.c:122
14363 msgid "allow fast-forward"
14364 msgstr "cho phép chuyển-tiếp-nhanh"
14365
14366 #: builtin/pull.c:176
14367 msgid "automatically stash/stash pop before and after rebase"
14368 msgstr "tự động stash/stash pop tước và sau tu bổ (rebase)"
14369
14370 #: builtin/pull.c:192
14371 msgid "Options related to fetching"
14372 msgstr "Các tùy chọn liên quan đến lệnh lấy về"
14373
14374 #: builtin/pull.c:202
14375 msgid "force overwrite of local branch"
14376 msgstr "ép buộc ghi đè lên nhánh nội bộ"
14377
14378 #: builtin/pull.c:210
14379 msgid "number of submodules pulled in parallel"
14380 msgstr "số lượng mô-đun-con được đẩy lên đồng thời"
14381
14382 #: builtin/pull.c:305
14383 #, c-format
14384 msgid "Invalid value for pull.ff: %s"
14385 msgstr "Giá trị không hợp lệ cho pull.ff: %s"
14386
14387 #: builtin/pull.c:421
14388 msgid ""
14389 "There is no candidate for rebasing against among the refs that you just "
14390 "fetched."
14391 msgstr ""
14392 "Ở đây không có ứng cử nào để cải tổ lại trong số các tham chiếu mà bạn vừa "
14393 "lấy về."
14394
14395 #: builtin/pull.c:423
14396 msgid ""
14397 "There are no candidates for merging among the refs that you just fetched."
14398 msgstr ""
14399 "Ở đây không có ứng cử nào để hòa trộn trong số các tham chiếu mà bạn vừa lấy "
14400 "về."
14401
14402 #: builtin/pull.c:424
14403 msgid ""
14404 "Generally this means that you provided a wildcard refspec which had no\n"
14405 "matches on the remote end."
14406 msgstr ""
14407 "Đại thể điều này có nghĩa là bạn đã cung cấp đặc tả đường dẫn dạng dùng ký "
14408 "tự\n"
14409 "đại diện mà nó lại không khớp trên điểm cuối máy phục vụ."
14410
14411 #: builtin/pull.c:427
14412 #, c-format
14413 msgid ""
14414 "You asked to pull from the remote '%s', but did not specify\n"
14415 "a branch. Because this is not the default configured remote\n"
14416 "for your current branch, you must specify a branch on the command line."
14417 msgstr ""
14418 "Bạn yêu cầu pull từ máy dịch vụ “%s”, nhưng lại chưa chỉ định\n"
14419 "nhánh nào. Bởi vì đây không phải là máy dịch vụ được cấu hình\n"
14420 "theo mặc định cho nhánh hiện tại của bạn, bạn phải chỉ định\n"
14421 "một nhánh trên dòng lệnh."
14422
14423 #: builtin/pull.c:432 builtin/rebase.c:761 git-parse-remote.sh:73
14424 msgid "You are not currently on a branch."
14425 msgstr "Hiện tại bạn chẳng ở nhánh nào cả."
14426
14427 #: builtin/pull.c:434 builtin/pull.c:449 git-parse-remote.sh:79
14428 msgid "Please specify which branch you want to rebase against."
14429 msgstr "Vui lòng chỉ định nhánh nào bạn muốn cải tổ lại."
14430
14431 #: builtin/pull.c:436 builtin/pull.c:451 git-parse-remote.sh:82
14432 msgid "Please specify which branch you want to merge with."
14433 msgstr "Vui lòng chỉ định nhánh nào bạn muốn hòa trộn vào."
14434
14435 #: builtin/pull.c:437 builtin/pull.c:452
14436 msgid "See git-pull(1) for details."
14437 msgstr "Xem git-pull(1) để biết thêm chi tiết."
14438
14439 #: builtin/pull.c:439 builtin/pull.c:445 builtin/pull.c:454
14440 #: builtin/rebase.c:767 git-parse-remote.sh:64
14441 msgid "<remote>"
14442 msgstr "<máy chủ>"
14443
14444 #: builtin/pull.c:439 builtin/pull.c:454 builtin/pull.c:459
14445 #: git-legacy-rebase.sh:556 git-parse-remote.sh:65
14446 msgid "<branch>"
14447 msgstr "<nhánh>"
14448
14449 #: builtin/pull.c:447 builtin/rebase.c:759 git-parse-remote.sh:75
14450 msgid "There is no tracking information for the current branch."
14451 msgstr "Ở đây không có thông tin theo dõi cho nhánh hiện hành."
14452
14453 #: builtin/pull.c:456 git-parse-remote.sh:95
14454 msgid ""
14455 "If you wish to set tracking information for this branch you can do so with:"
14456 msgstr ""
14457 "Nếu bạn muốn theo dõi thông tin cho nhánh này bạn có thể thực hiện bằng lệnh:"
14458
14459 #: builtin/pull.c:461
14460 #, c-format
14461 msgid ""
14462 "Your configuration specifies to merge with the ref '%s'\n"
14463 "from the remote, but no such ref was fetched."
14464 msgstr ""
14465 "Các đặc tả cấu hình của bạn để hòa trộn với tham chiếu “%s”\n"
14466 "từ máy dịch vụ, nhưng không có nhánh nào như thế được lấy về."
14467
14468 #: builtin/pull.c:565
14469 #, c-format
14470 msgid "unable to access commit %s"
14471 msgstr "không thể truy cập lần chuyển giao “%s”"
14472
14473 #: builtin/pull.c:843
14474 msgid "ignoring --verify-signatures for rebase"
14475 msgstr "bỏ qua --verify-signatures khi rebase"
14476
14477 #: builtin/pull.c:891
14478 msgid "--[no-]autostash option is only valid with --rebase."
14479 msgstr "tùy chọn --[no-]autostash chỉ hợp lệ khi dùng với --rebase."
14480
14481 #: builtin/pull.c:899
14482 msgid "Updating an unborn branch with changes added to the index."
14483 msgstr ""
14484 "Đang cập nhật một nhánh chưa được sinh ra với các thay đổi được thêm vào "
14485 "bảng mục lục."
14486
14487 #: builtin/pull.c:902
14488 msgid "pull with rebase"
14489 msgstr "pull với rebase"
14490
14491 #: builtin/pull.c:903
14492 msgid "please commit or stash them."
14493 msgstr "xin hãy chuyển giao hoặc tạm cất (stash) chúng."
14494
14495 #: builtin/pull.c:928
14496 #, c-format
14497 msgid ""
14498 "fetch updated the current branch head.\n"
14499 "fast-forwarding your working tree from\n"
14500 "commit %s."
14501 msgstr ""
14502 "fetch đã cập nhật head nhánh hiện tại.\n"
14503 "đang chuyển-tiếp-nhanh cây làm việc của bạn từ\n"
14504 "lần chuyển giaot %s."
14505
14506 #: builtin/pull.c:934
14507 #, c-format
14508 msgid ""
14509 "Cannot fast-forward your working tree.\n"
14510 "After making sure that you saved anything precious from\n"
14511 "$ git diff %s\n"
14512 "output, run\n"
14513 "$ git reset --hard\n"
14514 "to recover."
14515 msgstr ""
14516 "Không thể chuyển tiếp nhanh cây làm việc của bạn.\n"
14517 "Sau khi chắc chắn rằng mình đã ghi lại mọi thứ\n"
14518 "quý báu từ kết xuất của lệnh\n"
14519 "$ git diff %s\n"
14520 "chạy\n"
14521 "$ git reset --hard\n"
14522 "để khôi phục lại."
14523
14524 #: builtin/pull.c:949
14525 msgid "Cannot merge multiple branches into empty head."
14526 msgstr "Không thể hòa trộn nhiều nhánh vào trong một head trống rỗng."
14527
14528 #: builtin/pull.c:953
14529 msgid "Cannot rebase onto multiple branches."
14530 msgstr "Không thể thực hiện lệnh rebase (cải tổ) trên nhiều nhánh."
14531
14532 #: builtin/pull.c:960
14533 msgid "cannot rebase with locally recorded submodule modifications"
14534 msgstr ""
14535 "không thể cải tổ với các thay đổi mô-đun-con được ghi lại một cách cục bộ"
14536
14537 #: builtin/push.c:19
14538 msgid "git push [<options>] [<repository> [<refspec>...]]"
14539 msgstr "git push [<các-tùy-chọn>] [<kho-chứa> [<refspec>…]]"
14540
14541 #: builtin/push.c:111
14542 msgid "tag shorthand without <tag>"
14543 msgstr "dùng tốc ký thẻ không có <thẻ>"
14544
14545 #: builtin/push.c:121
14546 msgid "--delete only accepts plain target ref names"
14547 msgstr "--delete chỉ chấp nhận các tên tham chiếu dạng thường"
14548
14549 #: builtin/push.c:165
14550 msgid ""
14551 "\n"
14552 "To choose either option permanently, see push.default in 'git help config'."
14553 msgstr ""
14554 "\n"
14555 "Để chọn mỗi tùy chọn một cách cố định, xem push.default trong “git help "
14556 "config”."
14557
14558 #: builtin/push.c:168
14559 #, c-format
14560 msgid ""
14561 "The upstream branch of your current branch does not match\n"
14562 "the name of your current branch. To push to the upstream branch\n"
14563 "on the remote, use\n"
14564 "\n"
14565 " git push %s HEAD:%s\n"
14566 "\n"
14567 "To push to the branch of the same name on the remote, use\n"
14568 "\n"
14569 " git push %s %s\n"
14570 "%s"
14571 msgstr ""
14572 "Nhánh thượng nguồn của nhánh hiện tại của bạn không khớp\n"
14573 "với tên của nhánh hiện tại của bạn. Để đẩy lên đến nhánh thượng nguồn\n"
14574 "trên máy chủ, sử dụng\n"
14575 "\n"
14576 " git push %s HEAD:%s\n"
14577 "\n"
14578 "Để push tới nhánh cùng tên trên máy chủ, sử dụng\n"
14579 "\n"
14580 " git push %s %s\n"
14581 "%s"
14582
14583 #: builtin/push.c:183
14584 #, c-format
14585 msgid ""
14586 "You are not currently on a branch.\n"
14587 "To push the history leading to the current (detached HEAD)\n"
14588 "state now, use\n"
14589 "\n"
14590 " git push %s HEAD:<name-of-remote-branch>\n"
14591 msgstr ""
14592 "Bạn hiện nay không ở một nhánh.\n"
14593 "Để đẩy lịch sử lên trên trạng thái hiện hành (HEAD đã bị tách rời)\n"
14594 "ngay bây giờ, sử dụng\n"
14595 "\n"
14596 " git push %s HEAD:<tên-của-nhánh-máy-chủ>\n"
14597
14598 #: builtin/push.c:197
14599 #, c-format
14600 msgid ""
14601 "The current branch %s has no upstream branch.\n"
14602 "To push the current branch and set the remote as upstream, use\n"
14603 "\n"
14604 " git push --set-upstream %s %s\n"
14605 msgstr ""
14606 "Nhánh hiện tại %s không có nhánh thượng nguồn nào.\n"
14607 "Để push (đẩy lên) nhánh hiện tại và đặt máy chủ này làm thượng nguồn "
14608 "(upstream), sử dụng\n"
14609 "\n"
14610 " git push --set-upstream %s %s\n"
14611
14612 #: builtin/push.c:205
14613 #, c-format
14614 msgid "The current branch %s has multiple upstream branches, refusing to push."
14615 msgstr "Nhánh hiện tại %s có nhiều nhánh thượng nguồn, từ chối push."
14616
14617 #: builtin/push.c:208
14618 #, c-format
14619 msgid ""
14620 "You are pushing to remote '%s', which is not the upstream of\n"
14621 "your current branch '%s', without telling me what to push\n"
14622 "to update which remote branch."
14623 msgstr ""
14624 "Bạn đang push (đẩy lên) máy chủ “%s”, mà nó không phải là thượng nguồn "
14625 "(upstream) của\n"
14626 "nhánh hiện tại “%s” của bạn, mà không báo cho tôi biết là cái gì được push\n"
14627 "để cập nhật nhánh máy chủ nào."
14628
14629 #: builtin/push.c:267
14630 msgid ""
14631 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
14632 msgstr ""
14633 "Bạn đã không chỉ ra một refspecs nào để đẩy lên, và push.default là \"không "
14634 "là gì cả\"."
14635
14636 #: builtin/push.c:274
14637 msgid ""
14638 "Updates were rejected because the tip of your current branch is behind\n"
14639 "its remote counterpart. Integrate the remote changes (e.g.\n"
14640 "'git pull ...') before pushing again.\n"
14641 "See the 'Note about fast-forwards' in 'git push --help' for details."
14642 msgstr ""
14643 "Việc cập nhật bị từ chối bởi vì đầu mút của nhánh hiện tại của bạn nằm đằng\n"
14644 "sau bộ phận tương ứng của máy chủ. Hòa trộn với các thay đổi từ máy chủ\n"
14645 "(v.d. \"git pull …\") trước khi đẩy lên lần nữa.\n"
14646 "Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "
14647 "tiết."
14648
14649 #: builtin/push.c:280
14650 msgid ""
14651 "Updates were rejected because a pushed branch tip is behind its remote\n"
14652 "counterpart. Check out this branch and integrate the remote changes\n"
14653 "(e.g. 'git pull ...') before pushing again.\n"
14654 "See the 'Note about fast-forwards' in 'git push --help' for details."
14655 msgstr ""
14656 "Việc cập nhật bị từ chối bởi vì đầu mút của nhánh đã đẩy lên nằm đằng sau "
14657 "bộ\n"
14658 "phận tương ứng của máy chủ. Checkou nhánh này và hòa trộn với các thay đổi\n"
14659 "từ máy chủ (v.d. “git pull …”) trước khi lại push lần nữa.\n"
14660 "Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "
14661 "tiết."
14662
14663 #: builtin/push.c:286
14664 msgid ""
14665 "Updates were rejected because the remote contains work that you do\n"
14666 "not have locally. This is usually caused by another repository pushing\n"
14667 "to the same ref. You may want to first integrate the remote changes\n"
14668 "(e.g., 'git pull ...') before pushing again.\n"
14669 "See the 'Note about fast-forwards' in 'git push --help' for details."
14670 msgstr ""
14671 "Việc cập nhật bị từ chối bởi vì máy chủ có chứa công việc mà bạn không\n"
14672 "có ở máy nội bộ của mình. Lỗi này thường có nguyên nhân bởi kho khác đẩy\n"
14673 "dữ liệu lên cùng một tham chiếu. Bạn có lẽ muốn hòa trộn với các thay đổi\n"
14674 "từ máy chủ (v.d. “git pull…”) trước khi lại push lần nữa.\n"
14675 "Xem “Note about fast-forwards” trong “git push --help” để có thông tin chi "
14676 "tiết."
14677
14678 #: builtin/push.c:293
14679 msgid "Updates were rejected because the tag already exists in the remote."
14680 msgstr "Việc cập nhật bị từ chối bởi vì thẻ đã sẵn có từ trước trên máy chủ."
14681
14682 #: builtin/push.c:296
14683 msgid ""
14684 "You cannot update a remote ref that points at a non-commit object,\n"
14685 "or update a remote ref to make it point at a non-commit object,\n"
14686 "without using the '--force' option.\n"
14687 msgstr ""
14688 "Không thể cập nhật một tham chiếu trên máy chủ mà nó chỉ đến đối tượng "
14689 "không\n"
14690 "phải là lần chuyển giao, hoặc cập nhật một tham chiếu máy chủ để nó chỉ đến "
14691 "đối tượng\n"
14692 "không phải chuyển giao, mà không sử dụng tùy chọn “--force”.\n"
14693
14694 #: builtin/push.c:357
14695 #, c-format
14696 msgid "Pushing to %s\n"
14697 msgstr "Đang đẩy lên %s\n"
14698
14699 #: builtin/push.c:361
14700 #, c-format
14701 msgid "failed to push some refs to '%s'"
14702 msgstr "gặp lỗi khi đẩy tới một số tham chiếu đến “%s”"
14703
14704 #: builtin/push.c:395
14705 #, c-format
14706 msgid "bad repository '%s'"
14707 msgstr "repository (kho) sai “%s”"
14708
14709 #: builtin/push.c:396
14710 msgid ""
14711 "No configured push destination.\n"
14712 "Either specify the URL from the command-line or configure a remote "
14713 "repository using\n"
14714 "\n"
14715 " git remote add <name> <url>\n"
14716 "\n"
14717 "and then push using the remote name\n"
14718 "\n"
14719 " git push <name>\n"
14720 msgstr ""
14721 "Chưa cấu hình đích để đẩy lên.\n"
14722 "Hoặc là chỉ ra URL từ dòng lệnh hoặc là cấu hình một kho máy chủ sử dụng\n"
14723 "\n"
14724 " git remote add <tên> <url>\n"
14725 "\n"
14726 "và sau đó đẩy lên sử dụng tên máy chủ\n"
14727 "\n"
14728 " git push <tên>\n"
14729
14730 #: builtin/push.c:551
14731 msgid "repository"
14732 msgstr "kho"
14733
14734 #: builtin/push.c:552 builtin/send-pack.c:164
14735 msgid "push all refs"
14736 msgstr "đẩy tất cả các tham chiếu"
14737
14738 #: builtin/push.c:553 builtin/send-pack.c:166
14739 msgid "mirror all refs"
14740 msgstr "mirror tất cả các tham chiếu"
14741
14742 #: builtin/push.c:555
14743 msgid "delete refs"
14744 msgstr "xóa các tham chiếu"
14745
14746 #: builtin/push.c:556
14747 msgid "push tags (can't be used with --all or --mirror)"
14748 msgstr "đẩy các thẻ (không dùng cùng với --all hay --mirror)"
14749
14750 #: builtin/push.c:559 builtin/send-pack.c:167
14751 msgid "force updates"
14752 msgstr "ép buộc cập nhật"
14753
14754 #: builtin/push.c:561 builtin/send-pack.c:181
14755 msgid "<refname>:<expect>"
14756 msgstr "<tên-tham-chiếu>:<cần>"
14757
14758 #: builtin/push.c:562 builtin/send-pack.c:182
14759 msgid "require old value of ref to be at this value"
14760 msgstr "yêu cầu giá-trị cũ của tham chiếu thì là giá-trị này"
14761
14762 #: builtin/push.c:565
14763 msgid "control recursive pushing of submodules"
14764 msgstr "điều khiển việc đẩy lên (push) đệ qui của mô-đun-con"
14765
14766 #: builtin/push.c:567 builtin/send-pack.c:175
14767 msgid "use thin pack"
14768 msgstr "tạo gói nhẹ"
14769
14770 #: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
14771 #: builtin/send-pack.c:162
14772 msgid "receive pack program"
14773 msgstr "chương trình nhận gói"
14774
14775 #: builtin/push.c:570
14776 msgid "set upstream for git pull/status"
14777 msgstr "đặt thượng nguồn cho git pull/status"
14778
14779 #: builtin/push.c:573
14780 msgid "prune locally removed refs"
14781 msgstr "xén tỉa những tham chiếu bị gỡ bỏ"
14782
14783 #: builtin/push.c:575
14784 msgid "bypass pre-push hook"
14785 msgstr "vòng qua móc tiền-đẩy (pre-push)"
14786
14787 #: builtin/push.c:576
14788 msgid "push missing but relevant tags"
14789 msgstr "push phần bị thiếu nhưng các thẻ lại thích hợp"
14790
14791 #: builtin/push.c:579 builtin/send-pack.c:169
14792 msgid "GPG sign the push"
14793 msgstr "ký lần đẩy dùng GPG"
14794
14795 #: builtin/push.c:581 builtin/send-pack.c:176
14796 msgid "request atomic transaction on remote side"
14797 msgstr "yêu cầu giao dịch hạt nhân bên phía máy chủ"
14798
14799 #: builtin/push.c:599
14800 msgid "--delete is incompatible with --all, --mirror and --tags"
14801 msgstr "--delete là xung khắc với các tùy chọn --all, --mirror và --tags"
14802
14803 #: builtin/push.c:601
14804 msgid "--delete doesn't make sense without any refs"
14805 msgstr "--delete không hợp lý nếu không có bất kỳ tham chiếu nào"
14806
14807 #: builtin/push.c:604
14808 msgid "--all and --tags are incompatible"
14809 msgstr "--all và --tags xung khắc nhau"
14810
14811 #: builtin/push.c:606
14812 msgid "--all can't be combined with refspecs"
14813 msgstr "--all không thể được tổ hợp cùng với đặc tả đường dẫn"
14814
14815 #: builtin/push.c:610
14816 msgid "--mirror and --tags are incompatible"
14817 msgstr "--mirror và --tags xung khắc nhau"
14818
14819 #: builtin/push.c:612
14820 msgid "--mirror can't be combined with refspecs"
14821 msgstr "--mirror không thể được tổ hợp cùng với đặc tả đường dẫn"
14822
14823 #: builtin/push.c:615
14824 msgid "--all and --mirror are incompatible"
14825 msgstr "--all và --mirror xung khắc nhau"
14826
14827 #: builtin/push.c:634
14828 msgid "push options must not have new line characters"
14829 msgstr "các tùy chọn push phải không có ký tự dòng mới"
14830
14831 #: builtin/range-diff.c:8
14832 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
14833 msgstr ""
14834 "git range-diff [<các-tùy-chọn>] <old-base>..<old-tip> <new-base>..<new-tip>"
14835
14836 #: builtin/range-diff.c:9
14837 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
14838 msgstr "git range-diff [<các-tùy-chọn>] <old-tip>…<new-tip>"
14839
14840 #: builtin/range-diff.c:10
14841 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
14842 msgstr "git range-diff [<các-tùy-chọn>] <base> <old-tip> <new-tip>"
14843
14844 #: builtin/range-diff.c:21
14845 msgid "Percentage by which creation is weighted"
14846 msgstr "Tỷ lệ phần trăm cái tạo là weighted"
14847
14848 #: builtin/range-diff.c:23
14849 msgid "use simple diff colors"
14850 msgstr "dùng màu diff đơn giản"
14851
14852 #: builtin/range-diff.c:61 builtin/range-diff.c:65
14853 #, c-format
14854 msgid "no .. in range: '%s'"
14855 msgstr "không có .. trong vùng: “%s”"
14856
14857 #: builtin/range-diff.c:75
14858 msgid "single arg format must be symmetric range"
14859 msgstr "định dạng đối số đơn phải là một vùng đối xứng"
14860
14861 #: builtin/range-diff.c:90
14862 msgid "need two commit ranges"
14863 msgstr "cần hai vùng lần chuyển giao"
14864
14865 #: builtin/read-tree.c:40
14866 msgid ""
14867 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
14868 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
14869 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
14870 msgstr ""
14871 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<tiền-"
14872 "tố>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] "
14873 "[--index-output=<tập-tin>] (--empty | <tree-ish1> [<tree-ish2> [<tree-"
14874 "ish3>]])"
14875
14876 #: builtin/read-tree.c:123
14877 msgid "write resulting index to <file>"
14878 msgstr "ghi mục lục kết quả vào <tập-tin>"
14879
14880 #: builtin/read-tree.c:126
14881 msgid "only empty the index"
14882 msgstr "chỉ với bảng mục lục trống rỗng"
14883
14884 #: builtin/read-tree.c:128
14885 msgid "Merging"
14886 msgstr "Hòa trộn"
14887
14888 #: builtin/read-tree.c:130
14889 msgid "perform a merge in addition to a read"
14890 msgstr "thực hiện một hòa trộn thêm vào việc đọc"
14891
14892 #: builtin/read-tree.c:132
14893 msgid "3-way merge if no file level merging required"
14894 msgstr ""
14895 "hòa trộn kiểu “3-way” nếu không có tập tin mức hòa trộn nào được yêu cầu "
14896
14897 #: builtin/read-tree.c:134
14898 msgid "3-way merge in presence of adds and removes"
14899 msgstr "hòa trộn 3-way trong sự hiện diện của “adds” và “removes”"
14900
14901 #: builtin/read-tree.c:136
14902 msgid "same as -m, but discard unmerged entries"
14903 msgstr "giống với -m, nhưng bỏ qua các mục chưa được hòa trộn"
14904
14905 #: builtin/read-tree.c:137
14906 msgid "<subdirectory>/"
14907 msgstr "<thư-mục-con>/"
14908
14909 #: builtin/read-tree.c:138
14910 msgid "read the tree into the index under <subdirectory>/"
14911 msgstr "đọc cây vào trong bảng mục lục dưới <thư_mục_con>/"
14912
14913 #: builtin/read-tree.c:141
14914 msgid "update working tree with merge result"
14915 msgstr "cập nhật cây làm việc với kết quả hòa trộn"
14916
14917 #: builtin/read-tree.c:143
14918 msgid "gitignore"
14919 msgstr "gitignore"
14920
14921 #: builtin/read-tree.c:144
14922 msgid "allow explicitly ignored files to be overwritten"
14923 msgstr "cho phép các tập tin rõ ràng bị lờ đi được ghi đè"
14924
14925 #: builtin/read-tree.c:147
14926 msgid "don't check the working tree after merging"
14927 msgstr "không kiểm tra cây làm việc sau hòa trộn"
14928
14929 #: builtin/read-tree.c:148
14930 msgid "don't update the index or the work tree"
14931 msgstr "không cập nhật bảng mục lục hay cây làm việc"
14932
14933 #: builtin/read-tree.c:150
14934 msgid "skip applying sparse checkout filter"
14935 msgstr "bỏ qua áp dụng bộ lọc lấy ra (checkout) thưa thớt"
14936
14937 #: builtin/read-tree.c:152
14938 msgid "debug unpack-trees"
14939 msgstr "gỡ lỗi “unpack-trees”"
14940
14941 #: builtin/rebase.c:29
14942 msgid ""
14943 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
14944 "[<branch>]"
14945 msgstr ""
14946 "git rebase [-i] [các-tùy-chọn] [--exec <lệnh>] [--onto <newbase>] "
14947 "[<upstream>] [<nhánh>]"
14948
14949 #: builtin/rebase.c:31
14950 msgid ""
14951 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
14952 msgstr ""
14953 "git rebase [-i] [các-tùy-chọn] [--exec <lệnh>] [--onto <newbase>] --root "
14954 "[<nhánh>]"
14955
14956 #: builtin/rebase.c:33
14957 msgid "git rebase --continue | --abort | --skip | --edit-todo"
14958 msgstr "git rebase --continue | --abort | --skip | --edit-todo"
14959
14960 #: builtin/rebase.c:119
14961 #, c-format
14962 msgid "%s requires an interactive rebase"
14963 msgstr "%s cần một cải tổ kiểu tương tác"
14964
14965 #: builtin/rebase.c:171
14966 #, c-format
14967 msgid "could not get 'onto': '%s'"
14968 msgstr "không thể đặt lấy “onto”: “%s”"
14969
14970 #: builtin/rebase.c:186
14971 #, c-format
14972 msgid "invalid orig-head: '%s'"
14973 msgstr "orig-head không hợp lệ: “%s”"
14974
14975 #: builtin/rebase.c:214
14976 #, c-format
14977 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
14978 msgstr "đang bỏ qua allow_rerere_autoupdate không hợp lệ: “%s”"
14979
14980 #: builtin/rebase.c:259
14981 #, c-format
14982 msgid "Could not read '%s'"
14983 msgstr "Không thể đọc “%s”"
14984
14985 #: builtin/rebase.c:277
14986 #, c-format
14987 msgid "Cannot store %s"
14988 msgstr "Không thể lưu “%s”"
14989
14990 #: builtin/rebase.c:337
14991 msgid ""
14992 "Resolve all conflicts manually, mark them as resolved with\n"
14993 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14994 "You can instead skip this commit: run \"git rebase --skip\".\n"
14995 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
14996 "abort\"."
14997 msgstr ""
14998 "Giải quyết vấn đề này thủ công, hãy đanh dấu chúng đã được giải quyết bằng\n"
14999 "hãy chạy lệnh \"git add/rm <các_tập_tin_xung_đột>\", sau đó chạy \"git "
15000 "rebase --continue\".\n"
15001 "Bạn có thể bỏ qua miếng vá, chạy \"git rebase --skip\".\n"
15002 "Để bãi bỏ và quay trở lại trạng thái trước \"git rebase\", chạy \"git rebase "
15003 "--abort\"."
15004
15005 #: builtin/rebase.c:561
15006 msgid "could not determine HEAD revision"
15007 msgstr "không thể dò tìm điểm xét duyệt HEAD"
15008
15009 #: builtin/rebase.c:753
15010 #, c-format
15011 msgid ""
15012 "%s\n"
15013 "Please specify which branch you want to rebase against.\n"
15014 "See git-rebase(1) for details.\n"
15015 "\n"
15016 " git rebase '<branch>'\n"
15017 "\n"
15018 msgstr ""
15019 "%s\n"
15020 "Vui lòng chỉ định nhánh nào bạn muốn cải tổ dựa vào.\n"
15021 "Xem git-rebase(1) để biết thêm chi tiết.\n"
15022 "\n"
15023 " git rebase “<nhánh>”\n"
15024 "\n"
15025
15026 #: builtin/rebase.c:769
15027 #, c-format
15028 msgid ""
15029 "If you wish to set tracking information for this branch you can do so with:\n"
15030 "\n"
15031 " git branch --set-upstream-to=%s/<branch> %s\n"
15032 "\n"
15033 msgstr ""
15034 "Nếu bạn muốn theo dõi thông tin cho nhánh này bạn có thể thực hiện bằng "
15035 "lệnh:\n"
15036 "\n"
15037 " git branch --set-upstream-to=%s/<nhánh> %s\n"
15038 "\n"
15039
15040 #: builtin/rebase.c:815
15041 msgid "rebase onto given branch instead of upstream"
15042 msgstr "cải tổ vào nhánh đã cho thay cho thượng nguồn."
15043
15044 #: builtin/rebase.c:817
15045 msgid "allow pre-rebase hook to run"
15046 msgstr "cho phép móc (hook) pre-rebase được chạy"
15047
15048 #: builtin/rebase.c:819
15049 msgid "be quiet. implies --no-stat"
15050 msgstr "hãy im lặng. ý là --no-stat"
15051
15052 #: builtin/rebase.c:822
15053 msgid "display a diffstat of what changed upstream"
15054 msgstr "hiển thị một diffstat của những thay đổi thượng nguồn"
15055
15056 #: builtin/rebase.c:825
15057 msgid "do not show diffstat of what changed upstream"
15058 msgstr "đừng hiển thị diffstat của những thay đổi thượng nguồn"
15059
15060 #: builtin/rebase.c:828
15061 msgid "add a Signed-off-by: line to each commit"
15062 msgstr "thêm dòng Signed-off-by: cho từng lần chuyển giao"
15063
15064 #: builtin/rebase.c:830 builtin/rebase.c:834 builtin/rebase.c:836
15065 msgid "passed to 'git am'"
15066 msgstr "chuyển cho “git am”"
15067
15068 #: builtin/rebase.c:838 builtin/rebase.c:840
15069 msgid "passed to 'git apply'"
15070 msgstr "chuyển cho “git apply”"
15071
15072 #: builtin/rebase.c:842 builtin/rebase.c:845
15073 msgid "cherry-pick all commits, even if unchanged"
15074 msgstr ""
15075 "cherry-pick tất cả các lần chuyển giao, ngay cả khi không có thay đổi gì"
15076
15077 #: builtin/rebase.c:847
15078 msgid "continue"
15079 msgstr "tiếp tục"
15080
15081 #: builtin/rebase.c:850
15082 msgid "skip current patch and continue"
15083 msgstr "bỏ qua miếng vá hiện hành và tiếp tục"
15084
15085 #: builtin/rebase.c:852
15086 msgid "abort and check out the original branch"
15087 msgstr "bãi bỏ và lấy ra nhánh nguyên thủy"
15088
15089 #: builtin/rebase.c:855
15090 msgid "abort but keep HEAD where it is"
15091 msgstr "bãi bỏ nhưng vẫn vẫn giữ HEAD chỉ đến nó"
15092
15093 #: builtin/rebase.c:856
15094 msgid "edit the todo list during an interactive rebase"
15095 msgstr "sửa danh sách cần làm trong quá trình “rebase” (cải tổ) tương tác"
15096
15097 #: builtin/rebase.c:859
15098 msgid "show the patch file being applied or merged"
15099 msgstr "hiển thị miếng vá đã được áp dụng hay hòa trộn"
15100
15101 #: builtin/rebase.c:862
15102 msgid "use merging strategies to rebase"
15103 msgstr "dùng chiến lược hòa trộn để cải tổ"
15104
15105 #: builtin/rebase.c:866
15106 msgid "let the user edit the list of commits to rebase"
15107 msgstr "để người dùng sửa danh sách các lần chuyển giao muốn cải tổ"
15108
15109 #: builtin/rebase.c:870
15110 msgid "try to recreate merges instead of ignoring them"
15111 msgstr "thử khôi phục lại các hòa trộn thay vì bỏ qua chúng"
15112
15113 #: builtin/rebase.c:874
15114 msgid "allow rerere to update index with resolved conflict"
15115 msgstr ""
15116 "cho phép rerere để cập nhật bảng mục lục với các xung đột đã được giải quyết"
15117
15118 #: builtin/rebase.c:877
15119 msgid "preserve empty commits during rebase"
15120 msgstr "ngăn cấm các lần chuyển giao trống rỗng trong suốt quá trình cải tổ"
15121
15122 #: builtin/rebase.c:879
15123 msgid "move commits that begin with squash!/fixup! under -i"
15124 msgstr "di chuyển các lần chuyển giao mà bắt đầu bằng squash!/fixup! dưới -i"
15125
15126 #: builtin/rebase.c:885
15127 msgid "automatically stash/stash pop before and after"
15128 msgstr "tự động stash/stash pop trước và sau"
15129
15130 #: builtin/rebase.c:887
15131 msgid "add exec lines after each commit of the editable list"
15132 msgstr "thêm các dòng thực thi sau từng lần chuyển giao của danh sách sửa được"
15133
15134 #: builtin/rebase.c:891
15135 msgid "allow rebasing commits with empty messages"
15136 msgstr "chấp nhận cải tổ các chuyển giao mà không ghi chú gì"
15137
15138 #: builtin/rebase.c:894
15139 msgid "try to rebase merges instead of skipping them"
15140 msgstr "cố thử cải tổ các hòa trộn thay vì bỏ qua chúng"
15141
15142 #: builtin/rebase.c:897
15143 msgid "use 'merge-base --fork-point' to refine upstream"
15144 msgstr "dùng “merge-base --fork-point” để định nghĩa lại thượng nguồn"
15145
15146 #: builtin/rebase.c:899
15147 msgid "use the given merge strategy"
15148 msgstr "dùng chiến lược hòa trộn đã cho"
15149
15150 #: builtin/rebase.c:901 builtin/revert.c:111
15151 msgid "option"
15152 msgstr "tùy chọn"
15153
15154 #: builtin/rebase.c:902
15155 msgid "pass the argument through to the merge strategy"
15156 msgstr "chuyển thao số đến chiến lược hòa trộn"
15157
15158 #: builtin/rebase.c:905
15159 msgid "rebase all reachable commits up to the root(s)"
15160 msgstr "cải tổ tất các các lần chuyển giao cho đến root"
15161
15162 #: builtin/rebase.c:921
15163 #, c-format
15164 msgid "could not exec %s"
15165 msgstr "không thể thực thi %s"
15166
15167 #: builtin/rebase.c:939 git-legacy-rebase.sh:213
15168 msgid "It looks like 'git am' is in progress. Cannot rebase."
15169 msgstr ""
15170 "Hình như đang trong quá trình thực hiện lệnh “git-am”. Không thể rebase."
15171
15172 #: builtin/rebase.c:980 git-legacy-rebase.sh:395
15173 msgid "No rebase in progress?"
15174 msgstr "Không có tiến trình rebase nào phải không?"
15175
15176 #: builtin/rebase.c:983 git-legacy-rebase.sh:406
15177 msgid "The --edit-todo action can only be used during interactive rebase."
15178 msgstr ""
15179 "Hành động “--edit-todo” chỉ có thể dùng trong quá trình “rebase” (sửa lịch "
15180 "sử) tương tác."
15181
15182 #: builtin/rebase.c:996 git-legacy-rebase.sh:413
15183 msgid "Cannot read HEAD"
15184 msgstr "Không thể đọc HEAD"
15185
15186 #: builtin/rebase.c:1009 git-legacy-rebase.sh:416
15187 msgid ""
15188 "You must edit all merge conflicts and then\n"
15189 "mark them as resolved using git add"
15190 msgstr ""
15191 "Bạn phải sửa tất cả các lần hòa trộn xung đột và sau\n"
15192 "đó đánh dấu chúng là cần xử lý sử dụng lệnh git add"
15193
15194 #: builtin/rebase.c:1027
15195 msgid "could not discard worktree changes"
15196 msgstr "không thể loại bỏ các thay đổi cây-làm-việc"
15197
15198 #: builtin/rebase.c:1045
15199 #, c-format
15200 msgid "could not move back to %s"
15201 msgstr "không thể quay trở lại %s"
15202
15203 #: builtin/rebase.c:1056 builtin/rm.c:368
15204 #, c-format
15205 msgid "could not remove '%s'"
15206 msgstr "không thể gỡ bỏ “%s”"
15207
15208 #: builtin/rebase.c:1082
15209 #, c-format
15210 msgid ""
15211 "It seems that there is already a %s directory, and\n"
15212 "I wonder if you are in the middle of another rebase. If that is the\n"
15213 "case, please try\n"
15214 "\t%s\n"
15215 "If that is not the case, please\n"
15216 "\t%s\n"
15217 "and run me again. I am stopping in case you still have something\n"
15218 "valuable there.\n"
15219 msgstr ""
15220 "Hình như là ở đây sẵn có một thư mục %s, và\n"
15221 "Tôi tự hỏi có phải bạn đang ở giữa một lệnh rebase khác. Nếu đúng là\n"
15222 "như vậy, xin hãy thử\n"
15223 "\t%s\n"
15224 "Nếu không phải thế, hãy thử\n"
15225 "\t%s\n"
15226 "và chạy TÔI lần nữa. TÔI dừng lại trong trường hợp bạn vẫn\n"
15227 "có một số thứ quý giá ở đây.\n"
15228
15229 #: builtin/rebase.c:1103
15230 msgid "switch `C' expects a numerical value"
15231 msgstr "tùy chọn “%c” cần một giá trị bằng số"
15232
15233 #: builtin/rebase.c:1140
15234 #, c-format
15235 msgid "Unknown mode: %s"
15236 msgstr "Không hiểu chế độ: %s"
15237
15238 #: builtin/rebase.c:1162
15239 msgid "--strategy requires --merge or --interactive"
15240 msgstr "--strategy cần --merge hay --interactive"
15241
15242 #: builtin/rebase.c:1205
15243 #, c-format
15244 msgid ""
15245 "error: cannot combine interactive options (--interactive, --exec, --rebase-"
15246 "merges, --preserve-merges, --keep-empty, --root + --onto) with am options "
15247 "(%s)"
15248 msgstr ""
15249 "lỗi: không thể tổ hợp các tùy chọn tương tác (--interactive, --exec, --"
15250 "rebase-merges, --preserve-merges, --keep-empty, --root + --onto) với các tùy "
15251 "chọn am (%s)"
15252
15253 #: builtin/rebase.c:1210
15254 #, c-format
15255 msgid ""
15256 "error: cannot combine merge options (--merge, --strategy, --strategy-option) "
15257 "with am options (%s)"
15258 msgstr ""
15259 "lỗi: không thể kết hợp các tùy chọn hòa trộn (--merge, --strategy, --"
15260 "strategy-option) với một tùy chọn am (%s)"
15261
15262 #: builtin/rebase.c:1230 git-legacy-rebase.sh:536
15263 msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"
15264 msgstr "lỗi: không thể kết hợp “--preserve_merges” với “--rebase-merges”"
15265
15266 #: builtin/rebase.c:1235 git-legacy-rebase.sh:542
15267 msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"
15268 msgstr "lỗi: không thể kết hợp “--rebase_merges” với “--strategy-option”"
15269
15270 #: builtin/rebase.c:1238 git-legacy-rebase.sh:544
15271 msgid "error: cannot combine '--rebase-merges' with '--strategy'"
15272 msgstr "lỗi: không thể kết hợp “--rebase-merges” với “--strategy”"
15273
15274 #: builtin/rebase.c:1262
15275 #, c-format
15276 msgid "invalid upstream '%s'"
15277 msgstr "thượng nguồn không hợp lệ “%s”"
15278
15279 #: builtin/rebase.c:1268
15280 msgid "Could not create new root commit"
15281 msgstr "Không thể tạo lần chuyển giao gốc mới"
15282
15283 #: builtin/rebase.c:1286
15284 #, c-format
15285 msgid "'%s': need exactly one merge base"
15286 msgstr "“%s”: cần chính xác một cơ sở hòa trộn"
15287
15288 #: builtin/rebase.c:1293
15289 #, c-format
15290 msgid "Does not point to a valid commit '%s'"
15291 msgstr "Không chỉ đến một lần chuyển giao không hợp lệ “%s”"
15292
15293 #: builtin/rebase.c:1318
15294 #, c-format
15295 msgid "fatal: no such branch/commit '%s'"
15296 msgstr "nghiêm trọng: không có nhánh/lần chuyển giao “%s” như thế"
15297
15298 #: builtin/rebase.c:1326 builtin/submodule--helper.c:37
15299 #: builtin/submodule--helper.c:1930
15300 #, c-format
15301 msgid "No such ref: %s"
15302 msgstr "Không có tham chiếu nào như thế: %s"
15303
15304 #: builtin/rebase.c:1338
15305 msgid "Could not resolve HEAD to a revision"
15306 msgstr "Không thể phân giải lần chuyển giao HEAD đến một điểm xét duyệt"
15307
15308 #: builtin/rebase.c:1378 git-legacy-rebase.sh:665
15309 msgid "Cannot autostash"
15310 msgstr "Không thể autostash"
15311
15312 #: builtin/rebase.c:1381
15313 #, c-format
15314 msgid "Unexpected stash response: '%s'"
15315 msgstr "Gặp đáp ứng stash không cần: “%s”"
15316
15317 #: builtin/rebase.c:1387
15318 #, c-format
15319 msgid "Could not create directory for '%s'"
15320 msgstr "Không thể tạo thư mục cho “%s”"
15321
15322 #: builtin/rebase.c:1390
15323 #, c-format
15324 msgid "Created autostash: %s\n"
15325 msgstr "Đã tạo autostash: %s\n"
15326
15327 #: builtin/rebase.c:1393
15328 msgid "could not reset --hard"
15329 msgstr "không thể reset --hard"
15330
15331 #: builtin/rebase.c:1394 builtin/reset.c:113
15332 #, c-format
15333 msgid "HEAD is now at %s"
15334 msgstr "HEAD hiện giờ tại %s"
15335
15336 #: builtin/rebase.c:1410 git-legacy-rebase.sh:674
15337 msgid "Please commit or stash them."
15338 msgstr "Xin hãy chuyển giao hoặc tạm cất (stash) chúng."
15339
15340 #: builtin/rebase.c:1437
15341 #, c-format
15342 msgid "could not parse '%s'"
15343 msgstr "không thể phân tích cú pháp “%s”"
15344
15345 #: builtin/rebase.c:1448
15346 #, c-format
15347 msgid "could not switch to %s"
15348 msgstr "không thể chuyển đến %s"
15349
15350 #: builtin/rebase.c:1459 git-legacy-rebase.sh:697
15351 #, sh-format
15352 msgid "HEAD is up to date."
15353 msgstr "HEAD đã cập nhật."
15354
15355 #: builtin/rebase.c:1461
15356 #, c-format
15357 msgid "Current branch %s is up to date.\n"
15358 msgstr "Nhánh hiện tại %s đã được cập nhật rồi.\n"
15359
15360 #: builtin/rebase.c:1469 git-legacy-rebase.sh:707
15361 #, sh-format
15362 msgid "HEAD is up to date, rebase forced."
15363 msgstr "HEAD hiện đã được cập nhật rồi, bị ép buộc rebase."
15364
15365 #: builtin/rebase.c:1471
15366 #, c-format
15367 msgid "Current branch %s is up to date, rebase forced.\n"
15368 msgstr "Nhánh hiện tại %s đã được cập nhật rồi, lệnh rebase ép buộc.\n"
15369
15370 #: builtin/rebase.c:1479 git-legacy-rebase.sh:208
15371 msgid "The pre-rebase hook refused to rebase."
15372 msgstr "Móc (hook) pre-rebase từ chối rebase."
15373
15374 #: builtin/rebase.c:1485
15375 #, c-format
15376 msgid "Changes from %s to %s:\n"
15377 msgstr "Thay đổi từ %s thành %s:\n"
15378
15379 #: builtin/rebase.c:1508
15380 #, c-format
15381 msgid "First, rewinding head to replay your work on top of it...\n"
15382 msgstr ""
15383 "Trước tiên, di chuyển head để xem lại các công việc trên đỉnh của nó…\n"
15384
15385 #: builtin/rebase.c:1514
15386 msgid "Could not detach HEAD"
15387 msgstr "Không thể tách rời HEAD"
15388
15389 #: builtin/rebase.c:1523
15390 #, c-format
15391 msgid "Fast-forwarded %s to %s. \n"
15392 msgstr "Chuyển-tiếp-nhanh %s đến %s. \n"
15393
15394 #: builtin/rebase--interactive.c:24
15395 msgid "no HEAD?"
15396 msgstr "không HEAD?"
15397
15398 #: builtin/rebase--interactive.c:51
15399 #, c-format
15400 msgid "could not create temporary %s"
15401 msgstr "không thể tạo %s tạm thời"
15402
15403 #: builtin/rebase--interactive.c:57
15404 msgid "could not mark as interactive"
15405 msgstr "không thể đánh dấu là tương tác"
15406
15407 #: builtin/rebase--interactive.c:101
15408 #, c-format
15409 msgid "could not open %s"
15410 msgstr "không thể mở %s"
15411
15412 #: builtin/rebase--interactive.c:114
15413 msgid "could not generate todo list"
15414 msgstr "không thể tạo danh sách cần làm"
15415
15416 #: builtin/rebase--interactive.c:129
15417 msgid "git rebase--interactive [<options>]"
15418 msgstr "git rebase--interactive [<các tùy chọn>]"
15419
15420 #: builtin/rebase--interactive.c:148
15421 msgid "keep empty commits"
15422 msgstr "giữ lại các lần chuyển giao rỗng"
15423
15424 #: builtin/rebase--interactive.c:150 builtin/revert.c:124
15425 msgid "allow commits with empty messages"
15426 msgstr "chấp nhận chuyển giao mà không ghi chú gì"
15427
15428 #: builtin/rebase--interactive.c:151
15429 msgid "rebase merge commits"
15430 msgstr "cải tổ các lần chuyển giao hòa trộn"
15431
15432 #: builtin/rebase--interactive.c:153
15433 msgid "keep original branch points of cousins"
15434 msgstr "giữ các điểm nhánh nguyên bản của các anh em họ"
15435
15436 #: builtin/rebase--interactive.c:155
15437 msgid "move commits that begin with squash!/fixup!"
15438 msgstr "di chuyển các lần chuyển giao bắt đầu bằng squash!/fixup!"
15439
15440 #: builtin/rebase--interactive.c:156
15441 msgid "sign commits"
15442 msgstr "ký các lần chuyển giao"
15443
15444 #: builtin/rebase--interactive.c:158
15445 msgid "continue rebase"
15446 msgstr "tiếp tục cải tổ"
15447
15448 #: builtin/rebase--interactive.c:160
15449 msgid "skip commit"
15450 msgstr "bỏ qua lần chuyển giao"
15451
15452 #: builtin/rebase--interactive.c:161
15453 msgid "edit the todo list"
15454 msgstr "sửa danh sách cần làm"
15455
15456 #: builtin/rebase--interactive.c:163
15457 msgid "show the current patch"
15458 msgstr "hiển thị miếng vá hiện hành"
15459
15460 #: builtin/rebase--interactive.c:166
15461 msgid "shorten commit ids in the todo list"
15462 msgstr "rút ngắn mã chuyển giao trong danh sách cần làm"
15463
15464 #: builtin/rebase--interactive.c:168
15465 msgid "expand commit ids in the todo list"
15466 msgstr "khai triển mã chuyển giao trong danh sách cần làm"
15467
15468 #: builtin/rebase--interactive.c:170
15469 msgid "check the todo list"
15470 msgstr "kiểm tra danh sách cần làm"
15471
15472 #: builtin/rebase--interactive.c:172
15473 msgid "rearrange fixup/squash lines"
15474 msgstr "sắp xếp lại các dòng fixup/squash"
15475
15476 #: builtin/rebase--interactive.c:174
15477 msgid "insert exec commands in todo list"
15478 msgstr "chèn các lệnh thực thi trong danh sách cần làm"
15479
15480 #: builtin/rebase--interactive.c:175
15481 msgid "onto"
15482 msgstr "lên trên"
15483
15484 #: builtin/rebase--interactive.c:177
15485 msgid "restrict-revision"
15486 msgstr "điểm-xét-duyệt-hạn-chế"
15487
15488 #: builtin/rebase--interactive.c:177
15489 msgid "restrict revision"
15490 msgstr "điểm xét duyệt hạn chế"
15491
15492 #: builtin/rebase--interactive.c:178
15493 msgid "squash-onto"
15494 msgstr "squash-lên-trên"
15495
15496 #: builtin/rebase--interactive.c:179
15497 msgid "squash onto"
15498 msgstr "squash lên trên"
15499
15500 #: builtin/rebase--interactive.c:181
15501 msgid "the upstream commit"
15502 msgstr "lần chuyển giao thượng nguồn"
15503
15504 #: builtin/rebase--interactive.c:182
15505 msgid "head-name"
15506 msgstr "tên-đầu"
15507
15508 #: builtin/rebase--interactive.c:182
15509 msgid "head name"
15510 msgstr "tên đầu"
15511
15512 #: builtin/rebase--interactive.c:187
15513 msgid "rebase strategy"
15514 msgstr "chiến lược cải tổ"
15515
15516 #: builtin/rebase--interactive.c:188
15517 msgid "strategy-opts"
15518 msgstr "tùy-chọn-chiến-lược"
15519
15520 #: builtin/rebase--interactive.c:189
15521 msgid "strategy options"
15522 msgstr "các tùy chọn chiến lược"
15523
15524 #: builtin/rebase--interactive.c:190
15525 msgid "switch-to"
15526 msgstr "chuyển-đến"
15527
15528 #: builtin/rebase--interactive.c:191
15529 msgid "the branch or commit to checkout"
15530 msgstr "nhánh hay lần chuyển giao lần lấy ra"
15531
15532 #: builtin/rebase--interactive.c:192
15533 msgid "onto-name"
15534 msgstr "onto-name"
15535
15536 #: builtin/rebase--interactive.c:192
15537 msgid "onto name"
15538 msgstr "tên lên trên"
15539
15540 #: builtin/rebase--interactive.c:193
15541 msgid "cmd"
15542 msgstr "lệnh"
15543
15544 #: builtin/rebase--interactive.c:193
15545 msgid "the command to run"
15546 msgstr "lệnh muốn chạy"
15547
15548 #: builtin/rebase--interactive.c:220
15549 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15550 msgstr "--[no-]rebase-cousins không có tác dụng khi không có --rebase-merges"
15551
15552 #: builtin/rebase--interactive.c:226
15553 msgid "a base commit must be provided with --upstream or --onto"
15554 msgstr "lần chuyển giao cơ sỏ phải được chỉ định với --upstream hoặc --onto"
15555
15556 #: builtin/receive-pack.c:33
15557 msgid "git receive-pack <git-dir>"
15558 msgstr "git receive-pack <thư-mục-git>"
15559
15560 #: builtin/receive-pack.c:830
15561 msgid ""
15562 "By default, updating the current branch in a non-bare repository\n"
15563 "is denied, because it will make the index and work tree inconsistent\n"
15564 "with what you pushed, and will require 'git reset --hard' to match\n"
15565 "the work tree to HEAD.\n"
15566 "\n"
15567 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
15568 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
15569 "its current branch; however, this is not recommended unless you\n"
15570 "arranged to update its work tree to match what you pushed in some\n"
15571 "other way.\n"
15572 "\n"
15573 "To squelch this message and still keep the default behaviour, set\n"
15574 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
15575 msgstr ""
15576 "Theo mặc định, việc cập nhật nhánh hiện tại trong một kho không-thuần\n"
15577 "bị từ chối, bởi vì nó sẽ làm cho chỉ mục và cây làm việc mâu thuẫn với\n"
15578 "cái mà bạn đẩy lên, và sẽ yêu cầu lệnh “git reset --hard” để mà làm\n"
15579 "cho cây làm việc khớp với HEAD.\n"
15580 "\n"
15581 "Bạn có thể đặt biến cấu hình “receive.denyCurrentBranch” thành\n"
15582 "“ignore” hay “warn” trong kho máy chủ để cho phép đẩy lên nhánh\n"
15583 "hiện tại của nó; tuy nhiên, không nên làm như thế trừ phi bạn\n"
15584 "sắp đặt để cập nhật cây làm việc của nó tương ứng với cái mà bạn đẩy\n"
15585 "lên theo cách nào đó.\n"
15586 "\n"
15587 "Để chấm dứt lời nhắn này và vẫn giữ cách ứng xử mặc định, hãy đặt\n"
15588 "biến cấu hình “receive.denyCurrentBranch” thành “refuse”."
15589
15590 #: builtin/receive-pack.c:850
15591 msgid ""
15592 "By default, deleting the current branch is denied, because the next\n"
15593 "'git clone' won't result in any file checked out, causing confusion.\n"
15594 "\n"
15595 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
15596 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
15597 "current branch, with or without a warning message.\n"
15598 "\n"
15599 "To squelch this message, you can set it to 'refuse'."
15600 msgstr ""
15601 "Theo mặc định, việc cập xóa nhánh hiện tại bị từ chối, bởi vì\n"
15602 "lệnh “git clone” tiếp theo sẽ không có tác dụng trong việc lấy\n"
15603 "ra bất kỳ tập tin nào, dẫn đến hỗn loạn\n"
15604 "\n"
15605 "Bạn có thể đặt biến cấu hình “receive.denyDeleteCurrent” thành\n"
15606 "“warn” hay “ignore” trong kho máy chủ để cho phép đẩy xóa nhánh\n"
15607 "hiện tại của nó có hoặc không cảnh báo.\n"
15608 "\n"
15609 "Để chấm dứt lời nhắn này, bạn hãy đặt nó thành “refuse”."
15610
15611 #: builtin/receive-pack.c:1929
15612 msgid "quiet"
15613 msgstr "im lặng"
15614
15615 #: builtin/receive-pack.c:1943
15616 msgid "You must specify a directory."
15617 msgstr "Bạn phải chỉ định thư mục."
15618
15619 #: builtin/reflog.c:563 builtin/reflog.c:568
15620 #, c-format
15621 msgid "'%s' is not a valid timestamp"
15622 msgstr "“%s” không phải là dấu thời gian hợp lệ"
15623
15624 #: builtin/remote.c:16
15625 msgid "git remote [-v | --verbose]"
15626 msgstr "git remote [-v | --verbose]"
15627
15628 #: builtin/remote.c:17
15629 msgid ""
15630 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
15631 "mirror=<fetch|push>] <name> <url>"
15632 msgstr ""
15633 "git remote add [-t <nhánh>] [-m <master>] [-f] [--tags|--no-tags] [--"
15634 "mirror=<fetch|push>] <tên> <url>"
15635
15636 #: builtin/remote.c:18 builtin/remote.c:38
15637 msgid "git remote rename <old> <new>"
15638 msgstr "git remote rename <tên-cũ> <tên-mới>"
15639
15640 #: builtin/remote.c:19 builtin/remote.c:43
15641 msgid "git remote remove <name>"
15642 msgstr "git remote remove <tên>"
15643
15644 #: builtin/remote.c:20 builtin/remote.c:48
15645 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
15646 msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"
15647
15648 #: builtin/remote.c:21
15649 msgid "git remote [-v | --verbose] show [-n] <name>"
15650 msgstr "git remote [-v | --verbose] show [-n] <tên>"
15651
15652 #: builtin/remote.c:22
15653 msgid "git remote prune [-n | --dry-run] <name>"
15654 msgstr "git remote prune [-n | --dry-run] <tên>"
15655
15656 #: builtin/remote.c:23
15657 msgid ""
15658 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
15659 msgstr ""
15660 "git remote [-v | --verbose] update [-p | --prune] [(<nhóm> | <máy-chủ>)…]"
15661
15662 #: builtin/remote.c:24
15663 msgid "git remote set-branches [--add] <name> <branch>..."
15664 msgstr "git remote set-branches [--add] <tên> <nhánh>…"
15665
15666 #: builtin/remote.c:25 builtin/remote.c:74
15667 msgid "git remote get-url [--push] [--all] <name>"
15668 msgstr "git remote set-url [--push] [--all] <tên>"
15669
15670 #: builtin/remote.c:26 builtin/remote.c:79
15671 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
15672 msgstr "git remote set-url [--push] <tên> <url-mới> [<url-cũ>]"
15673
15674 #: builtin/remote.c:27 builtin/remote.c:80
15675 msgid "git remote set-url --add <name> <newurl>"
15676 msgstr "git remote set-url --add <tên> <url-mới>"
15677
15678 #: builtin/remote.c:28 builtin/remote.c:81
15679 msgid "git remote set-url --delete <name> <url>"
15680 msgstr "git remote set-url --delete <tên> <url>"
15681
15682 #: builtin/remote.c:33
15683 msgid "git remote add [<options>] <name> <url>"
15684 msgstr "git remote add [<các-tùy-chọn>] <tên> <url>"
15685
15686 #: builtin/remote.c:53
15687 msgid "git remote set-branches <name> <branch>..."
15688 msgstr "git remote set-branches <tên> <nhánh>…"
15689
15690 #: builtin/remote.c:54
15691 msgid "git remote set-branches --add <name> <branch>..."
15692 msgstr "git remote set-branches --add <tên> <nhánh>…"
15693
15694 #: builtin/remote.c:59
15695 msgid "git remote show [<options>] <name>"
15696 msgstr "git remote show [<các-tùy-chọn>] <tên>"
15697
15698 #: builtin/remote.c:64
15699 msgid "git remote prune [<options>] <name>"
15700 msgstr "git remote prune [<các-tùy-chọn>] <tên>"
15701
15702 #: builtin/remote.c:69
15703 msgid "git remote update [<options>] [<group> | <remote>]..."
15704 msgstr "git remote update [<các-tùy-chọn>] [<nhóm> | <máy-chủ>]…"
15705
15706 #: builtin/remote.c:98
15707 #, c-format
15708 msgid "Updating %s"
15709 msgstr "Đang cập nhật %s"
15710
15711 #: builtin/remote.c:130
15712 msgid ""
15713 "--mirror is dangerous and deprecated; please\n"
15714 "\t use --mirror=fetch or --mirror=push instead"
15715 msgstr ""
15716 "--mirror nguy hiểm và không dùng nữa; xin hãy\n"
15717 "\t sử dụng tùy chọn --mirror=fetch hoặc --mirror=push để thay thế"
15718
15719 #: builtin/remote.c:147
15720 #, c-format
15721 msgid "unknown mirror argument: %s"
15722 msgstr "không hiểu tham số máy bản sao (mirror): %s"
15723
15724 #: builtin/remote.c:163
15725 msgid "fetch the remote branches"
15726 msgstr "lấy về các nhánh từ máy chủ"
15727
15728 #: builtin/remote.c:165
15729 msgid "import all tags and associated objects when fetching"
15730 msgstr "nhập vào tất cả các đối tượng thẻ và thành phần liên quan khi lấy về"
15731
15732 #: builtin/remote.c:168
15733 msgid "or do not fetch any tag at all (--no-tags)"
15734 msgstr "hoặc không lấy về bất kỳ thẻ nào (--no-tags)"
15735
15736 #: builtin/remote.c:170
15737 msgid "branch(es) to track"
15738 msgstr "các nhánh để theo dõi"
15739
15740 #: builtin/remote.c:171
15741 msgid "master branch"
15742 msgstr "nhánh master"
15743
15744 #: builtin/remote.c:173
15745 msgid "set up remote as a mirror to push to or fetch from"
15746 msgstr "đặt máy chủ (remote) như là một máy bản sao để push hay fetch từ đó"
15747
15748 #: builtin/remote.c:185
15749 msgid "specifying a master branch makes no sense with --mirror"
15750 msgstr "đang chỉ định một nhánh master không hợp lý với tùy chọn --mirror"
15751
15752 #: builtin/remote.c:187
15753 msgid "specifying branches to track makes sense only with fetch mirrors"
15754 msgstr "chỉ định những nhánh để theo dõi chỉ hợp lý với các “fetch mirror”"
15755
15756 #: builtin/remote.c:194 builtin/remote.c:636
15757 #, c-format
15758 msgid "remote %s already exists."
15759 msgstr "máy chủ %s đã tồn tại rồi."
15760
15761 #: builtin/remote.c:198 builtin/remote.c:640
15762 #, c-format
15763 msgid "'%s' is not a valid remote name"
15764 msgstr "“%s” không phải tên máy chủ hợp lệ"
15765
15766 #: builtin/remote.c:238
15767 #, c-format
15768 msgid "Could not setup master '%s'"
15769 msgstr "Không thể cài đặt nhánh master “%s”"
15770
15771 #: builtin/remote.c:344
15772 #, c-format
15773 msgid "Could not get fetch map for refspec %s"
15774 msgstr "Không thể lấy ánh xạ (map) fetch cho đặc tả tham chiếu %s"
15775
15776 #: builtin/remote.c:443 builtin/remote.c:451
15777 msgid "(matching)"
15778 msgstr "(khớp)"
15779
15780 #: builtin/remote.c:455
15781 msgid "(delete)"
15782 msgstr "(xóa)"
15783
15784 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
15785 #, c-format
15786 msgid "No such remote: '%s'"
15787 msgstr "Không có máy chủ nào như vậy: “%s”"
15788
15789 #: builtin/remote.c:646
15790 #, c-format
15791 msgid "Could not rename config section '%s' to '%s'"
15792 msgstr "Không thể đổi tên phần của cấu hình từ “%s” thành “%s”"
15793
15794 #: builtin/remote.c:666
15795 #, c-format
15796 msgid ""
15797 "Not updating non-default fetch refspec\n"
15798 "\t%s\n"
15799 "\tPlease update the configuration manually if necessary."
15800 msgstr ""
15801 "Không cập nhật “non-default fetch respec”\n"
15802 "\t%s\n"
15803 "\tXin hãy cập nhật phần cấu hình một cách thủ công nếu thấy cần thiết."
15804
15805 #: builtin/remote.c:702
15806 #, c-format
15807 msgid "deleting '%s' failed"
15808 msgstr "gặp lỗi khi xóa “%s”"
15809
15810 #: builtin/remote.c:736
15811 #, c-format
15812 msgid "creating '%s' failed"
15813 msgstr "gặp lỗi khi tạo “%s”"
15814
15815 #: builtin/remote.c:802
15816 msgid ""
15817 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
15818 "to delete it, use:"
15819 msgid_plural ""
15820 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
15821 "to delete them, use:"
15822 msgstr[0] ""
15823 "Chú ý: Một số nhánh nằm ngoài hệ thống refs/remotes/ đã không được gỡ bỏ "
15824 "đi;\n"
15825 "để xóa đi, sử dụng:"
15826
15827 #: builtin/remote.c:816
15828 #, c-format
15829 msgid "Could not remove config section '%s'"
15830 msgstr "Không thể gỡ bỏ phần cấu hình “%s”"
15831
15832 #: builtin/remote.c:917
15833 #, c-format
15834 msgid " new (next fetch will store in remotes/%s)"
15835 msgstr " mới (lần lấy về tiếp theo sẽ lưu trong remotes/%s)"
15836
15837 #: builtin/remote.c:920
15838 msgid " tracked"
15839 msgstr " được theo dõi"
15840
15841 #: builtin/remote.c:922
15842 msgid " stale (use 'git remote prune' to remove)"
15843 msgstr " cũ rích (dùng “git remote prune” để gỡ bỏ)"
15844
15845 #: builtin/remote.c:924
15846 msgid " ???"
15847 msgstr " ???"
15848
15849 #: builtin/remote.c:965
15850 #, c-format
15851 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
15852 msgstr "branch.%s.merge không hợp lệ; không thể cải tổ về phía > 1 nhánh"
15853
15854 #: builtin/remote.c:974
15855 #, c-format
15856 msgid "rebases interactively onto remote %s"
15857 msgstr "thực hiện rebase một cách tương tác trên máy chủ %s"
15858
15859 #: builtin/remote.c:976
15860 #, c-format
15861 msgid "rebases interactively (with merges) onto remote %s"
15862 msgstr ""
15863 "thực hiện cải tổ (với các hòa trộn) một cách tương tác lên trên máy chủ %s"
15864
15865 #: builtin/remote.c:979
15866 #, c-format
15867 msgid "rebases onto remote %s"
15868 msgstr "thực hiện rebase trên máy chủ %s"
15869
15870 #: builtin/remote.c:983
15871 #, c-format
15872 msgid " merges with remote %s"
15873 msgstr " hòa trộn với máy chủ %s"
15874
15875 #: builtin/remote.c:986
15876 #, c-format
15877 msgid "merges with remote %s"
15878 msgstr "hòa trộn với máy chủ %s"
15879
15880 #: builtin/remote.c:989
15881 #, c-format
15882 msgid "%-*s and with remote %s\n"
15883 msgstr "%-*s và với máy chủ %s\n"
15884
15885 #: builtin/remote.c:1032
15886 msgid "create"
15887 msgstr "tạo"
15888
15889 #: builtin/remote.c:1035
15890 msgid "delete"
15891 msgstr "xóa"
15892
15893 #: builtin/remote.c:1039
15894 msgid "up to date"
15895 msgstr "đã cập nhật"
15896
15897 #: builtin/remote.c:1042
15898 msgid "fast-forwardable"
15899 msgstr "có-thể-chuyển-tiếp-nhanh"
15900
15901 #: builtin/remote.c:1045
15902 msgid "local out of date"
15903 msgstr "dữ liệu nội bộ đã cũ"
15904
15905 #: builtin/remote.c:1052
15906 #, c-format
15907 msgid " %-*s forces to %-*s (%s)"
15908 msgstr " %-*s ép buộc thành %-*s (%s)"
15909
15910 #: builtin/remote.c:1055
15911 #, c-format
15912 msgid " %-*s pushes to %-*s (%s)"
15913 msgstr " %-*s đẩy lên thành %-*s (%s)"
15914
15915 #: builtin/remote.c:1059
15916 #, c-format
15917 msgid " %-*s forces to %s"
15918 msgstr " %-*s ép buộc thành %s"
15919
15920 #: builtin/remote.c:1062
15921 #, c-format
15922 msgid " %-*s pushes to %s"
15923 msgstr " %-*s đẩy lên thành %s"
15924
15925 #: builtin/remote.c:1130
15926 msgid "do not query remotes"
15927 msgstr "không truy vấn các máy chủ"
15928
15929 #: builtin/remote.c:1157
15930 #, c-format
15931 msgid "* remote %s"
15932 msgstr "* máy chủ %s"
15933
15934 #: builtin/remote.c:1158
15935 #, c-format
15936 msgid " Fetch URL: %s"
15937 msgstr " URL để lấy về: %s"
15938
15939 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
15940 msgid "(no URL)"
15941 msgstr "(không có URL)"
15942
15943 #. TRANSLATORS: the colon ':' should align
15944 #. with the one in " Fetch URL: %s"
15945 #. translation.
15946 #.
15947 #: builtin/remote.c:1173 builtin/remote.c:1175
15948 #, c-format
15949 msgid " Push URL: %s"
15950 msgstr " URL để đẩy lên: %s"
15951
15952 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
15953 #, c-format
15954 msgid " HEAD branch: %s"
15955 msgstr " Nhánh HEAD: %s"
15956
15957 #: builtin/remote.c:1177
15958 msgid "(not queried)"
15959 msgstr "(không yêu cầu)"
15960
15961 #: builtin/remote.c:1179
15962 msgid "(unknown)"
15963 msgstr "(không hiểu)"
15964
15965 #: builtin/remote.c:1183
15966 #, c-format
15967 msgid ""
15968 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
15969 msgstr " nhánh HEAD (HEAD máy chủ chưa rõ ràng, có lẽ là một trong số sau):\n"
15970
15971 #: builtin/remote.c:1195
15972 #, c-format
15973 msgid " Remote branch:%s"
15974 msgid_plural " Remote branches:%s"
15975 msgstr[0] " Những nhánh trên máy chủ:%s"
15976
15977 #: builtin/remote.c:1198 builtin/remote.c:1224
15978 msgid " (status not queried)"
15979 msgstr " (trạng thái không được yêu cầu)"
15980
15981 #: builtin/remote.c:1207
15982 msgid " Local branch configured for 'git pull':"
15983 msgid_plural " Local branches configured for 'git pull':"
15984 msgstr[0] " Những nhánh nội bộ đã được cấu hình cho lệnh “git pull”:"
15985
15986 #: builtin/remote.c:1215
15987 msgid " Local refs will be mirrored by 'git push'"
15988 msgstr " refs nội bộ sẽ được phản chiếu bởi lệnh “git push”"
15989
15990 #: builtin/remote.c:1221
15991 #, c-format
15992 msgid " Local ref configured for 'git push'%s:"
15993 msgid_plural " Local refs configured for 'git push'%s:"
15994 msgstr[0] " Những tham chiếu nội bộ được cấu hình cho lệnh “git push”%s:"
15995
15996 #: builtin/remote.c:1242
15997 msgid "set refs/remotes/<name>/HEAD according to remote"
15998 msgstr "đặt refs/remotes/<tên>/HEAD cho phù hợp với máy chủ"
15999
16000 #: builtin/remote.c:1244
16001 msgid "delete refs/remotes/<name>/HEAD"
16002 msgstr "xóa refs/remotes/<tên>/HEAD"
16003
16004 #: builtin/remote.c:1259
16005 msgid "Cannot determine remote HEAD"
16006 msgstr "Không thể xác định được HEAD máy chủ"
16007
16008 #: builtin/remote.c:1261
16009 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16010 msgstr "Nhiều nhánh HEAD máy chủ. Hãy chọn rõ ràng một:"
16011
16012 #: builtin/remote.c:1271
16013 #, c-format
16014 msgid "Could not delete %s"
16015 msgstr "Không thể xóa bỏ %s"
16016
16017 #: builtin/remote.c:1279
16018 #, c-format
16019 msgid "Not a valid ref: %s"
16020 msgstr "Không phải là tham chiếu hợp lệ: %s"
16021
16022 #: builtin/remote.c:1281
16023 #, c-format
16024 msgid "Could not setup %s"
16025 msgstr "Không thể cài đặt %s"
16026
16027 #: builtin/remote.c:1299
16028 #, c-format
16029 msgid " %s will become dangling!"
16030 msgstr " %s sẽ trở thành không đầu (không được quản lý)!"
16031
16032 #: builtin/remote.c:1300
16033 #, c-format
16034 msgid " %s has become dangling!"
16035 msgstr " %s đã trở thành không đầu (không được quản lý)!"
16036
16037 #: builtin/remote.c:1310
16038 #, c-format
16039 msgid "Pruning %s"
16040 msgstr "Đang xén bớt %s"
16041
16042 #: builtin/remote.c:1311
16043 #, c-format
16044 msgid "URL: %s"
16045 msgstr "URL: %s"
16046
16047 #: builtin/remote.c:1327
16048 #, c-format
16049 msgid " * [would prune] %s"
16050 msgstr " * [nên xén bớt] %s"
16051
16052 #: builtin/remote.c:1330
16053 #, c-format
16054 msgid " * [pruned] %s"
16055 msgstr " * [đã bị xén] %s"
16056
16057 #: builtin/remote.c:1375
16058 msgid "prune remotes after fetching"
16059 msgstr "cắt máy chủ sau khi lấy về"
16060
16061 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16062 #, c-format
16063 msgid "No such remote '%s'"
16064 msgstr "Không có máy chủ nào có tên “%s”"
16065
16066 #: builtin/remote.c:1454
16067 msgid "add branch"
16068 msgstr "thêm nhánh"
16069
16070 #: builtin/remote.c:1461
16071 msgid "no remote specified"
16072 msgstr "chưa chỉ ra máy chủ nào"
16073
16074 #: builtin/remote.c:1478
16075 msgid "query push URLs rather than fetch URLs"
16076 msgstr "truy vấn đẩy URL thay vì lấy"
16077
16078 #: builtin/remote.c:1480
16079 msgid "return all URLs"
16080 msgstr "trả về mọi URL"
16081
16082 #: builtin/remote.c:1508
16083 #, c-format
16084 msgid "no URLs configured for remote '%s'"
16085 msgstr "không có URL nào được cấu hình cho nhánh “%s”"
16086
16087 #: builtin/remote.c:1534
16088 msgid "manipulate push URLs"
16089 msgstr "đẩy các “URL” bằng tay"
16090
16091 #: builtin/remote.c:1536
16092 msgid "add URL"
16093 msgstr "thêm URL"
16094
16095 #: builtin/remote.c:1538
16096 msgid "delete URLs"
16097 msgstr "xóa URLs"
16098
16099 #: builtin/remote.c:1545
16100 msgid "--add --delete doesn't make sense"
16101 msgstr "--add --delete không hợp lý"
16102
16103 #: builtin/remote.c:1584
16104 #, c-format
16105 msgid "Invalid old URL pattern: %s"
16106 msgstr "Kiểu mẫu URL cũ không hợp lệ: %s"
16107
16108 #: builtin/remote.c:1592
16109 #, c-format
16110 msgid "No such URL found: %s"
16111 msgstr "Không tìm thấy URL như vậy: %s"
16112
16113 #: builtin/remote.c:1594
16114 msgid "Will not delete all non-push URLs"
16115 msgstr "Sẽ không xóa những địa chỉ URL không-push"
16116
16117 #: builtin/remote.c:1610
16118 msgid "be verbose; must be placed before a subcommand"
16119 msgstr "chi tiết; phải được đặt trước một lệnh-con"
16120
16121 #: builtin/remote.c:1641
16122 #, c-format
16123 msgid "Unknown subcommand: %s"
16124 msgstr "Không hiểu câu lệnh con: %s"
16125
16126 #: builtin/repack.c:22
16127 msgid "git repack [<options>]"
16128 msgstr "git repack [<các-tùy-chọn>]"
16129
16130 #: builtin/repack.c:27
16131 msgid ""
16132 "Incremental repacks are incompatible with bitmap indexes. Use\n"
16133 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16134 msgstr ""
16135 "Gia tăng repack là không tương thích với chỉ mục bitmap. Dùng\n"
16136 "--no-write-bitmap-index hay tắt cấu hình pack.writebitmaps."
16137
16138 #: builtin/repack.c:294
16139 msgid "pack everything in a single pack"
16140 msgstr "đóng gói mọi thứ trong một gói đơn"
16141
16142 #: builtin/repack.c:296
16143 msgid "same as -a, and turn unreachable objects loose"
16144 msgstr "giống với -a, và chỉnh sửa các đối tượng không đọc được thiếu sót"
16145
16146 #: builtin/repack.c:299
16147 msgid "remove redundant packs, and run git-prune-packed"
16148 msgstr "xóa bỏ các gói dư thừa, và chạy git-prune-packed"
16149
16150 #: builtin/repack.c:301
16151 msgid "pass --no-reuse-delta to git-pack-objects"
16152 msgstr "chuyển --no-reuse-delta cho git-pack-objects"
16153
16154 #: builtin/repack.c:303
16155 msgid "pass --no-reuse-object to git-pack-objects"
16156 msgstr "chuyển --no-reuse-object cho git-pack-objects"
16157
16158 #: builtin/repack.c:305
16159 msgid "do not run git-update-server-info"
16160 msgstr "không chạy git-update-server-info"
16161
16162 #: builtin/repack.c:308
16163 msgid "pass --local to git-pack-objects"
16164 msgstr "chuyển --local cho git-pack-objects"
16165
16166 #: builtin/repack.c:310
16167 msgid "write bitmap index"
16168 msgstr "ghi mục lục ánh xạ"
16169
16170 #: builtin/repack.c:312
16171 msgid "pass --delta-islands to git-pack-objects"
16172 msgstr "chuyển --delta-islands cho git-pack-objects"
16173
16174 #: builtin/repack.c:313
16175 msgid "approxidate"
16176 msgstr "ngày ước tính"
16177
16178 #: builtin/repack.c:314
16179 msgid "with -A, do not loosen objects older than this"
16180 msgstr "với -A, các đối tượng cũ hơn khoảng thời gian này thì không bị mất"
16181
16182 #: builtin/repack.c:316
16183 msgid "with -a, repack unreachable objects"
16184 msgstr "với -a, đóng gói lại các đối tượng không thể đọc được"
16185
16186 #: builtin/repack.c:318
16187 msgid "size of the window used for delta compression"
16188 msgstr "kích thước cửa sổ được dùng cho nén “delta”"
16189
16190 #: builtin/repack.c:319 builtin/repack.c:325
16191 msgid "bytes"
16192 msgstr "byte"
16193
16194 #: builtin/repack.c:320
16195 msgid "same as the above, but limit memory size instead of entries count"
16196 msgstr "giống như trên, nhưng giới hạn kích thước bộ nhớ hay vì số lượng"
16197
16198 #: builtin/repack.c:322
16199 msgid "limits the maximum delta depth"
16200 msgstr "giới hạn độ sâu tối đa của “delta”"
16201
16202 #: builtin/repack.c:324
16203 msgid "limits the maximum number of threads"
16204 msgstr "giới hạn số lượng tối đa tuyến trình"
16205
16206 #: builtin/repack.c:326
16207 msgid "maximum size of each packfile"
16208 msgstr "kích thước tối đa cho từng tập tin gói"
16209
16210 #: builtin/repack.c:328
16211 msgid "repack objects in packs marked with .keep"
16212 msgstr "đóng gói lại các đối tượng trong các gói đã đánh dấu bằng .keep"
16213
16214 #: builtin/repack.c:330
16215 msgid "do not repack this pack"
16216 msgstr "đừng đóng gói lại gói này"
16217
16218 #: builtin/repack.c:340
16219 msgid "cannot delete packs in a precious-objects repo"
16220 msgstr "không thể xóa các gói trong một kho đối_tượng_vĩ_đại"
16221
16222 #: builtin/repack.c:344
16223 msgid "--keep-unreachable and -A are incompatible"
16224 msgstr "--keep-unreachable và -A xung khắc nhau"
16225
16226 #: builtin/repack.c:527
16227 #, c-format
16228 msgid "failed to remove '%s'"
16229 msgstr "gặp lỗi khi gỡ bỏ “%s”"
16230
16231 #: builtin/replace.c:22
16232 msgid "git replace [-f] <object> <replacement>"
16233 msgstr "git replace [-f] <đối-tượng> <thay-thế>"
16234
16235 #: builtin/replace.c:23
16236 msgid "git replace [-f] --edit <object>"
16237 msgstr "git replace [-f] --edit <đối tượng>"
16238
16239 #: builtin/replace.c:24
16240 msgid "git replace [-f] --graft <commit> [<parent>...]"
16241 msgstr "git replace [-f] --graft <lần_chuyển_giao> [<cha_mẹ>…]"
16242
16243 #: builtin/replace.c:25
16244 msgid "git replace [-f] --convert-graft-file"
16245 msgstr "git replace [-f] --convert-graft-file"
16246
16247 #: builtin/replace.c:26
16248 msgid "git replace -d <object>..."
16249 msgstr "git replace -d <đối tượng>…"
16250
16251 #: builtin/replace.c:27
16252 msgid "git replace [--format=<format>] [-l [<pattern>]]"
16253 msgstr "git replace [--format=<định_dạng>] [-l [<mẫu>]]"
16254
16255 #: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
16256 #, c-format
16257 msgid "failed to resolve '%s' as a valid ref"
16258 msgstr "gặp lỗi khi phân giải “%s” như là một tham chiếu hợp lệ"
16259
16260 #: builtin/replace.c:86
16261 #, c-format
16262 msgid ""
16263 "invalid replace format '%s'\n"
16264 "valid formats are 'short', 'medium' and 'long'"
16265 msgstr ""
16266 "định dạng thay thế không hợp lệ “%s”\n"
16267 "định dạng hợp lệ là “short”, “medium” và “long”"
16268
16269 #: builtin/replace.c:121
16270 #, c-format
16271 msgid "replace ref '%s' not found"
16272 msgstr "không tìm thấy tham chiếu thay thế “%s”"
16273
16274 #: builtin/replace.c:137
16275 #, c-format
16276 msgid "Deleted replace ref '%s'"
16277 msgstr "Đã xóa tham chiếu thay thế “%s”"
16278
16279 #: builtin/replace.c:149
16280 #, c-format
16281 msgid "'%s' is not a valid ref name"
16282 msgstr "“%s” không phải tên tham chiếu hợp lệ"
16283
16284 #: builtin/replace.c:154
16285 #, c-format
16286 msgid "replace ref '%s' already exists"
16287 msgstr "tham chiếu thay thế “%s” đã tồn tại rồi"
16288
16289 #: builtin/replace.c:174
16290 #, c-format
16291 msgid ""
16292 "Objects must be of the same type.\n"
16293 "'%s' points to a replaced object of type '%s'\n"
16294 "while '%s' points to a replacement object of type '%s'."
16295 msgstr ""
16296 "Các đối tượng phải cùng kiểu.\n"
16297 "“%s” chỉ đến đối tượng thay thế của kiểu “%s”\n"
16298 "trong khi “%s” chỉ đến đối tượng tham chiếu của kiểu “%s”."
16299
16300 #: builtin/replace.c:225
16301 #, c-format
16302 msgid "unable to open %s for writing"
16303 msgstr "không thể mở “%s” để ghi"
16304
16305 #: builtin/replace.c:238
16306 msgid "cat-file reported failure"
16307 msgstr "cat-file đã báo cáo gặp lỗi nghiêm trọng"
16308
16309 #: builtin/replace.c:254
16310 #, c-format
16311 msgid "unable to open %s for reading"
16312 msgstr "không thể mở “%s” để đọc"
16313
16314 #: builtin/replace.c:268
16315 msgid "unable to spawn mktree"
16316 msgstr "không thể spawn mktree"
16317
16318 #: builtin/replace.c:272
16319 msgid "unable to read from mktree"
16320 msgstr "không thể đọc từ mktree"
16321
16322 #: builtin/replace.c:281
16323 msgid "mktree reported failure"
16324 msgstr "mktree đã báo cáo gặp lỗi nghiêm trọng"
16325
16326 #: builtin/replace.c:285
16327 msgid "mktree did not return an object name"
16328 msgstr "mktree đã không trả về một tên đối tượng"
16329
16330 #: builtin/replace.c:294
16331 #, c-format
16332 msgid "unable to fstat %s"
16333 msgstr "không thể fstat %s"
16334
16335 #: builtin/replace.c:299
16336 msgid "unable to write object to database"
16337 msgstr "không thể ghi đối tượng vào cơ sở dữ liệu"
16338
16339 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
16340 #: builtin/replace.c:445
16341 #, c-format
16342 msgid "not a valid object name: '%s'"
16343 msgstr "không phải là tên đối tượng hợp lệ: “%s”"
16344
16345 #: builtin/replace.c:322
16346 #, c-format
16347 msgid "unable to get object type for %s"
16348 msgstr "không thể lấy kiểu đối tượng cho %s"
16349
16350 #: builtin/replace.c:338
16351 msgid "editing object file failed"
16352 msgstr "việc sửa tập tin đối tượng gặp lỗi"
16353
16354 #: builtin/replace.c:347
16355 #, c-format
16356 msgid "new object is the same as the old one: '%s'"
16357 msgstr "đối tượng mới là giống với cái cũ: “%s”"
16358
16359 #: builtin/replace.c:407
16360 #, c-format
16361 msgid "bad mergetag in commit '%s'"
16362 msgstr "thẻ hòa trộn sai trong lần chuyển giao “%s”"
16363
16364 #: builtin/replace.c:409
16365 #, c-format
16366 msgid "malformed mergetag in commit '%s'"
16367 msgstr "thẻ hòa trộn không đúng dạng ở lần chuyển giao “%s”"
16368
16369 #: builtin/replace.c:421
16370 #, c-format
16371 msgid ""
16372 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
16373 "instead of --graft"
16374 msgstr ""
16375 "lần chuyển giao gốc “%s” có chứa thẻ hòa trộn “%s” cái mà bị loại bỏ; dùng "
16376 "tùy chọn --edit thay cho --graft"
16377
16378 #: builtin/replace.c:460
16379 #, c-format
16380 msgid "the original commit '%s' has a gpg signature"
16381 msgstr "lần chuyển giao gốc “%s” có chữ ký GPG"
16382
16383 #: builtin/replace.c:461
16384 msgid "the signature will be removed in the replacement commit!"
16385 msgstr "chữ ký sẽ được bỏ đi trong lần chuyển giao thay thế!"
16386
16387 #: builtin/replace.c:471
16388 #, c-format
16389 msgid "could not write replacement commit for: '%s'"
16390 msgstr "không thể ghi lần chuyển giao thay thế cho: “%s”"
16391
16392 #: builtin/replace.c:479
16393 #, c-format
16394 msgid "graft for '%s' unnecessary"
16395 msgstr "graft cho “%s” không cần thiết"
16396
16397 #: builtin/replace.c:482
16398 #, c-format
16399 msgid "new commit is the same as the old one: '%s'"
16400 msgstr "lần chuyển giao mới là giống với cái cũ: “%s”"
16401
16402 #: builtin/replace.c:514
16403 #, c-format
16404 msgid ""
16405 "could not convert the following graft(s):\n"
16406 "%s"
16407 msgstr ""
16408 "Không thể chuyển đổi các graft sau đây:\n"
16409 "%s"
16410
16411 #: builtin/replace.c:535
16412 msgid "list replace refs"
16413 msgstr "liệt kê các refs thay thế"
16414
16415 #: builtin/replace.c:536
16416 msgid "delete replace refs"
16417 msgstr "xóa tham chiếu thay thế"
16418
16419 #: builtin/replace.c:537
16420 msgid "edit existing object"
16421 msgstr "sửa đối tượng sẵn có"
16422
16423 #: builtin/replace.c:538
16424 msgid "change a commit's parents"
16425 msgstr "thay đổi cha mẹ của lần chuyển giao"
16426
16427 #: builtin/replace.c:539
16428 msgid "convert existing graft file"
16429 msgstr "chuyển đổi các tập tin graft sẵn có"
16430
16431 #: builtin/replace.c:540
16432 msgid "replace the ref if it exists"
16433 msgstr "thay thế tham chiếu nếu nó đã sẵn có"
16434
16435 #: builtin/replace.c:542
16436 msgid "do not pretty-print contents for --edit"
16437 msgstr "đừng in đẹp các nội dung cho --edit"
16438
16439 #: builtin/replace.c:543
16440 msgid "use this format"
16441 msgstr "dùng định dạng này"
16442
16443 #: builtin/replace.c:556
16444 msgid "--format cannot be used when not listing"
16445 msgstr "--format không thể được dùng khi không liệt kê gì"
16446
16447 #: builtin/replace.c:564
16448 msgid "-f only makes sense when writing a replacement"
16449 msgstr "-f chỉ hợp lý khi ghi một cái thay thế"
16450
16451 #: builtin/replace.c:568
16452 msgid "--raw only makes sense with --edit"
16453 msgstr "--raw chỉ hợp lý với --edit"
16454
16455 #: builtin/replace.c:574
16456 msgid "-d needs at least one argument"
16457 msgstr "-d cần ít nhất một tham số"
16458
16459 #: builtin/replace.c:580
16460 msgid "bad number of arguments"
16461 msgstr "số đối số không đúng"
16462
16463 #: builtin/replace.c:586
16464 msgid "-e needs exactly one argument"
16465 msgstr "-e cần chính các là một đối số"
16466
16467 #: builtin/replace.c:592
16468 msgid "-g needs at least one argument"
16469 msgstr "-q cần ít nhất một tham số"
16470
16471 #: builtin/replace.c:598
16472 msgid "--convert-graft-file takes no argument"
16473 msgstr "--convert-graft-file không nhận đối số"
16474
16475 #: builtin/replace.c:604
16476 msgid "only one pattern can be given with -l"
16477 msgstr "chỉ một mẫu được chỉ ra với tùy chọn -l"
16478
16479 #: builtin/rerere.c:13
16480 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
16481 msgstr ""
16482 "git rerere [clear | forget <đường dẫn>… | status | remaining | diff | gc]"
16483
16484 #: builtin/rerere.c:60
16485 msgid "register clean resolutions in index"
16486 msgstr "sổ ghi dọn sạch các phân giải trong bản mục lục"
16487
16488 #: builtin/rerere.c:79
16489 msgid "'git rerere forget' without paths is deprecated"
16490 msgstr "“git rerere forget” mà không có các đường dẫn là đã lạc hậu"
16491
16492 #: builtin/rerere.c:111
16493 #, c-format
16494 msgid "unable to generate diff for '%s'"
16495 msgstr "không thể tạo khác biệt cho “%s”"
16496
16497 #: builtin/reset.c:31
16498 msgid ""
16499 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
16500 msgstr ""
16501 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
16502
16503 #: builtin/reset.c:32
16504 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
16505 msgstr "git reset [-q] [<tree-ish>] [--] <đường-dẫn>…"
16506
16507 #: builtin/reset.c:33
16508 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
16509 msgstr "git reset --patch [<tree-ish>] [--] [<các-đường-dẫn>…]"
16510
16511 #: builtin/reset.c:39
16512 msgid "mixed"
16513 msgstr "pha trộn"
16514
16515 #: builtin/reset.c:39
16516 msgid "soft"
16517 msgstr "mềm"
16518
16519 #: builtin/reset.c:39
16520 msgid "hard"
16521 msgstr "cứng"
16522
16523 #: builtin/reset.c:39
16524 msgid "merge"
16525 msgstr "hòa trộn"
16526
16527 #: builtin/reset.c:39
16528 msgid "keep"
16529 msgstr "giữ lại"
16530
16531 #: builtin/reset.c:80
16532 msgid "You do not have a valid HEAD."
16533 msgstr "Bạn không có HEAD nào hợp lệ."
16534
16535 #: builtin/reset.c:82
16536 msgid "Failed to find tree of HEAD."
16537 msgstr "Gặp lỗi khi tìm cây của HEAD."
16538
16539 #: builtin/reset.c:88
16540 #, c-format
16541 msgid "Failed to find tree of %s."
16542 msgstr "Gặp lỗi khi tìm cây của %s."
16543
16544 #: builtin/reset.c:192
16545 #, c-format
16546 msgid "Cannot do a %s reset in the middle of a merge."
16547 msgstr "Không thể thực hiện một %s reset ở giữa của quá trình hòa trộn."
16548
16549 #: builtin/reset.c:292
16550 msgid "be quiet, only report errors"
16551 msgstr "làm việc ở chế độ im lặng, chỉ hiển thị khi có lỗi"
16552
16553 #: builtin/reset.c:294
16554 msgid "reset HEAD and index"
16555 msgstr "đặt lại (reset) HEAD và bảng mục lục"
16556
16557 #: builtin/reset.c:295
16558 msgid "reset only HEAD"
16559 msgstr "chỉ đặt lại (reset) HEAD"
16560
16561 #: builtin/reset.c:297 builtin/reset.c:299
16562 msgid "reset HEAD, index and working tree"
16563 msgstr "đặt lại HEAD, bảng mục lục và cây làm việc"
16564
16565 #: builtin/reset.c:301
16566 msgid "reset HEAD but keep local changes"
16567 msgstr "đặt lại HEAD nhưng giữ lại các thay đổi nội bộ"
16568
16569 #: builtin/reset.c:307
16570 msgid "record only the fact that removed paths will be added later"
16571 msgstr "chỉ ghi lại những đường dẫn thực sự sẽ được thêm vào sau này"
16572
16573 #: builtin/reset.c:325
16574 #, c-format
16575 msgid "Failed to resolve '%s' as a valid revision."
16576 msgstr "Gặp lỗi khi phân giải “%s” như là điểm xét duyệt hợp lệ."
16577
16578 #: builtin/reset.c:333
16579 #, c-format
16580 msgid "Failed to resolve '%s' as a valid tree."
16581 msgstr "Gặp lỗi khi phân giải “%s” như là một cây (tree) hợp lệ."
16582
16583 #: builtin/reset.c:342
16584 msgid "--patch is incompatible with --{hard,mixed,soft}"
16585 msgstr "--patch xung khắc với --{hard,mixed,soft}"
16586
16587 #: builtin/reset.c:351
16588 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
16589 msgstr ""
16590 "--mixed với các đường dẫn không còn dùng nữa; hãy thay thế bằng lệnh “git "
16591 "reset -- <đường_dẫn>”."
16592
16593 #: builtin/reset.c:353
16594 #, c-format
16595 msgid "Cannot do %s reset with paths."
16596 msgstr "Không thể thực hiện lệnh %s reset với các đường dẫn."
16597
16598 #: builtin/reset.c:363
16599 #, c-format
16600 msgid "%s reset is not allowed in a bare repository"
16601 msgstr "%s reset không được phép trên kho thuần"
16602
16603 #: builtin/reset.c:367
16604 msgid "-N can only be used with --mixed"
16605 msgstr "-N chỉ được dùng khi có --mixed"
16606
16607 #: builtin/reset.c:387
16608 msgid "Unstaged changes after reset:"
16609 msgstr "Những thay đổi được đưa ra khỏi bệ phóng sau khi reset:"
16610
16611 #: builtin/reset.c:390
16612 #, c-format
16613 msgid ""
16614 "\n"
16615 "It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
16616 "use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
16617 "to make this the default.\n"
16618 msgstr ""
16619 "\n"
16620 "Cần %.2f giây để kiểm đếm các thay đổi chưa đưa lên bệ phóng sau khi đặt "
16621 "lại.\n"
16622 "Bạn có thể sử dụng để tránh việc này. Đặt reset.quiet thành true trong\n"
16623 "cài đặt config nếu bạn muốn thực hiện nó như là mặc định.\n"
16624
16625 #: builtin/reset.c:400
16626 #, c-format
16627 msgid "Could not reset index file to revision '%s'."
16628 msgstr "Không thể đặt lại (reset) bảng mục lục thành điểm xét duyệt “%s”."
16629
16630 #: builtin/reset.c:404
16631 msgid "Could not write new index file."
16632 msgstr "Không thể ghi tập tin lưu bảng mục lục mới."
16633
16634 #: builtin/rev-list.c:403
16635 msgid "cannot combine --exclude-promisor-objects and --missing"
16636 msgstr "không thể tổ hợp --exclude-promisor-objects và --missing"
16637
16638 #: builtin/rev-list.c:461
16639 msgid "object filtering requires --objects"
16640 msgstr "lọc đối tượng yêu cầu --objects"
16641
16642 #: builtin/rev-list.c:464
16643 #, c-format
16644 msgid "invalid sparse value '%s'"
16645 msgstr "giá trị sparse không hợp lệ “%s”"
16646
16647 #: builtin/rev-list.c:505
16648 msgid "rev-list does not support display of notes"
16649 msgstr "rev-list không hỗ trợ hiển thị các ghi chú"
16650
16651 #: builtin/rev-list.c:508
16652 msgid "cannot combine --use-bitmap-index with object filtering"
16653 msgstr "không thể tổ hợp --use-bitmap-index với lọc đối tượng"
16654
16655 #: builtin/rev-parse.c:407
16656 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
16657 msgstr "git rev-parse --parseopt [<các-tùy-chọn>] -- [<các tham số>…]"
16658
16659 #: builtin/rev-parse.c:412
16660 msgid "keep the `--` passed as an arg"
16661 msgstr "giữ lại “--” chuyển sang làm tham số"
16662
16663 #: builtin/rev-parse.c:414
16664 msgid "stop parsing after the first non-option argument"
16665 msgstr "dừng phân tích sau đối số đầu tiên không có tùy chọn"
16666
16667 #: builtin/rev-parse.c:417
16668 msgid "output in stuck long form"
16669 msgstr "kết xuất trong định dạng gậy dài"
16670
16671 #: builtin/rev-parse.c:550
16672 msgid ""
16673 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
16674 " or: git rev-parse --sq-quote [<arg>...]\n"
16675 " or: git rev-parse [<options>] [<arg>...]\n"
16676 "\n"
16677 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
16678 msgstr ""
16679 "git rev-parse --parseopt [<các-tùy-chọn>] -- [<các đối số>…]\n"
16680 " hoặc: git rev-parse --sq-quote [<đ.số>…]\n"
16681 " hoặc: git rev-parse [<các-tùy-chọn>] [<đ.số>…]\n"
16682 "\n"
16683 "Chạy lệnh \"git rev-parse --parseopt -h\" để có thêm thông tin về cách dùng."
16684
16685 #: builtin/revert.c:24
16686 msgid "git revert [<options>] <commit-ish>..."
16687 msgstr "git revert [<các-tùy-chọn>] <commit-ish>…"
16688
16689 #: builtin/revert.c:25
16690 msgid "git revert <subcommand>"
16691 msgstr "git revert <lệnh-con>"
16692
16693 #: builtin/revert.c:30
16694 msgid "git cherry-pick [<options>] <commit-ish>..."
16695 msgstr "git cherry-pick [<các-tùy-chọn>] <commit-ish>…"
16696
16697 #: builtin/revert.c:31
16698 msgid "git cherry-pick <subcommand>"
16699 msgstr "git cherry-pick <lệnh-con>"
16700
16701 #: builtin/revert.c:91
16702 #, c-format
16703 msgid "%s: %s cannot be used with %s"
16704 msgstr "%s: %s không thể được sử dụng với %s"
16705
16706 #: builtin/revert.c:100
16707 msgid "end revert or cherry-pick sequence"
16708 msgstr "kết thúc cherry-pick hay hoàn nguyên liên tiếp nhau"
16709
16710 #: builtin/revert.c:101
16711 msgid "resume revert or cherry-pick sequence"
16712 msgstr "phục hồi lại cherry-pick hay hoàn nguyên liên tiếp nhau"
16713
16714 #: builtin/revert.c:102
16715 msgid "cancel revert or cherry-pick sequence"
16716 msgstr "không cherry-pick hay hoàn nguyên liên tiếp nhau"
16717
16718 #: builtin/revert.c:103
16719 msgid "don't automatically commit"
16720 msgstr "không chuyển giao một cách tự động."
16721
16722 #: builtin/revert.c:104
16723 msgid "edit the commit message"
16724 msgstr "sửa lại chú thích cho lần chuyển giao"
16725
16726 #: builtin/revert.c:107
16727 msgid "parent-number"
16728 msgstr "số-cha-mẹ"
16729
16730 #: builtin/revert.c:108
16731 msgid "select mainline parent"
16732 msgstr "chọn cha mẹ luồng chính"
16733
16734 #: builtin/revert.c:110
16735 msgid "merge strategy"
16736 msgstr "chiến lược hòa trộn"
16737
16738 #: builtin/revert.c:112
16739 msgid "option for merge strategy"
16740 msgstr "tùy chọn cho chiến lược hòa trộn"
16741
16742 #: builtin/revert.c:121
16743 msgid "append commit name"
16744 msgstr "nối thêm tên lần chuyển giao"
16745
16746 #: builtin/revert.c:123
16747 msgid "preserve initially empty commits"
16748 msgstr "cấm khởi tạo lần chuyển giao trống rỗng"
16749
16750 #: builtin/revert.c:125
16751 msgid "keep redundant, empty commits"
16752 msgstr "giữ lại các lần chuyển giao dư thừa, rỗng"
16753
16754 #: builtin/revert.c:219
16755 msgid "revert failed"
16756 msgstr "hoàn nguyên gặp lỗi"
16757
16758 #: builtin/revert.c:232
16759 msgid "cherry-pick failed"
16760 msgstr "cherry-pick gặp lỗi"
16761
16762 #: builtin/rm.c:18
16763 msgid "git rm [<options>] [--] <file>..."
16764 msgstr "git rm [<các-tùy-chọn>] [--] <tập-tin>…"
16765
16766 #: builtin/rm.c:206
16767 msgid ""
16768 "the following file has staged content different from both the\n"
16769 "file and the HEAD:"
16770 msgid_plural ""
16771 "the following files have staged content different from both the\n"
16772 "file and the HEAD:"
16773 msgstr[0] ""
16774 "các tập tin sau đây có khác biệt nội dung đã đưa lên bệ phóng\n"
16775 "từ cả tập tin và cả HEAD:"
16776
16777 #: builtin/rm.c:211
16778 msgid ""
16779 "\n"
16780 "(use -f to force removal)"
16781 msgstr ""
16782 "\n"
16783 "(dùng -f để buộc gỡ bỏ)"
16784
16785 #: builtin/rm.c:215
16786 msgid "the following file has changes staged in the index:"
16787 msgid_plural "the following files have changes staged in the index:"
16788 msgstr[0] "các tập tin sau đây có thay đổi trạng thái trong bảng mục lục:"
16789
16790 #: builtin/rm.c:219 builtin/rm.c:228
16791 msgid ""
16792 "\n"
16793 "(use --cached to keep the file, or -f to force removal)"
16794 msgstr ""
16795 "\n"
16796 "(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"
16797
16798 #: builtin/rm.c:225
16799 msgid "the following file has local modifications:"
16800 msgid_plural "the following files have local modifications:"
16801 msgstr[0] "những tập tin sau đây có những thay đổi nội bộ:"
16802
16803 #: builtin/rm.c:241
16804 msgid "do not list removed files"
16805 msgstr "không liệt kê các tập tin đã gỡ bỏ"
16806
16807 #: builtin/rm.c:242
16808 msgid "only remove from the index"
16809 msgstr "chỉ gỡ bỏ từ mục lục"
16810
16811 #: builtin/rm.c:243
16812 msgid "override the up-to-date check"
16813 msgstr "ghi đè lên kiểm tra cập nhật"
16814
16815 #: builtin/rm.c:244
16816 msgid "allow recursive removal"
16817 msgstr "cho phép gỡ bỏ đệ qui"
16818
16819 #: builtin/rm.c:246
16820 msgid "exit with a zero status even if nothing matched"
16821 msgstr "thoát ra với trạng thái khác không thậm chí nếu không có gì khớp"
16822
16823 #: builtin/rm.c:288
16824 msgid "please stage your changes to .gitmodules or stash them to proceed"
16825 msgstr ""
16826 "hãy đưa các thay đổi của bạn vào .gitmodules hay tạm cất chúng đi để xử lý"
16827
16828 #: builtin/rm.c:306
16829 #, c-format
16830 msgid "not removing '%s' recursively without -r"
16831 msgstr "không thể gỡ bỏ “%s” một cách đệ qui mà không có tùy chọn -r"
16832
16833 #: builtin/rm.c:345
16834 #, c-format
16835 msgid "git rm: unable to remove %s"
16836 msgstr "git rm: không thể gỡ bỏ %s"
16837
16838 #: builtin/send-pack.c:20
16839 msgid ""
16840 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
16841 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
16842 "[<ref>...]\n"
16843 " --all and explicit <ref> specification are mutually exclusive."
16844 msgstr ""
16845 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
16846 "receive-pack>] [--verbose] [--thin] [--atomic] [<máy>:]<thư/mục> [<các-tham-"
16847 "chiếu>…]\n"
16848 " --all và đặc tả <ref> rõ ràng là loại trừ lẫn nhau."
16849
16850 #: builtin/send-pack.c:163
16851 msgid "remote name"
16852 msgstr "tên máy dịch vụ"
16853
16854 #: builtin/send-pack.c:177
16855 msgid "use stateless RPC protocol"
16856 msgstr "dùng giao thức RPC không ổn định"
16857
16858 #: builtin/send-pack.c:178
16859 msgid "read refs from stdin"
16860 msgstr "đọc tham chiếu từ đầu vào tiêu chuẩn"
16861
16862 #: builtin/send-pack.c:179
16863 msgid "print status from remote helper"
16864 msgstr "in các trạng thái từ phần hướng dẫn trên máy dịch vụ"
16865
16866 #: builtin/serve.c:7
16867 msgid "git serve [<options>]"
16868 msgstr "git serve [<các-tùy-chọn>]"
16869
16870 #: builtin/serve.c:17 builtin/upload-pack.c:23
16871 msgid "quit after a single request/response exchange"
16872 msgstr "thoát sau khi một trao đổi yêu cầu hay trả lời đơn"
16873
16874 #: builtin/serve.c:19
16875 msgid "exit immediately after advertising capabilities"
16876 msgstr "thoát ngay sau khi khởi tạo quảng cáo capabilities"
16877
16878 #: builtin/shortlog.c:14
16879 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
16880 msgstr "git shortlog [<các-tùy-chọn>] [<vùng-xét-duyệt>] [[--] [<đường/dẫn>…]]"
16881
16882 #: builtin/shortlog.c:15
16883 msgid "git log --pretty=short | git shortlog [<options>]"
16884 msgstr "git log --pretty=short | git shortlog [<các-tùy-chọn>]"
16885
16886 #: builtin/shortlog.c:264
16887 msgid "Group by committer rather than author"
16888 msgstr "Nhóm theo người chuyển giao thay vì tác giả"
16889
16890 #: builtin/shortlog.c:266
16891 msgid "sort output according to the number of commits per author"
16892 msgstr "sắp xếp kết xuất tuân theo số lượng chuyển giao trên mỗi tác giả"
16893
16894 #: builtin/shortlog.c:268
16895 msgid "Suppress commit descriptions, only provides commit count"
16896 msgstr "Chặn mọi mô tả lần chuyển giao, chỉ đưa ra số lượng lần chuyển giao"
16897
16898 #: builtin/shortlog.c:270
16899 msgid "Show the email address of each author"
16900 msgstr "Hiển thị thư điện tử cho từng tác giả"
16901
16902 #: builtin/shortlog.c:271
16903 msgid "<w>[,<i1>[,<i2>]]"
16904 msgstr "<w>[,<i1>[,<i2>]]"
16905
16906 #: builtin/shortlog.c:272
16907 msgid "Linewrap output"
16908 msgstr "Ngắt dòng khi quá dài"
16909
16910 #: builtin/shortlog.c:299
16911 msgid "too many arguments given outside repository"
16912 msgstr "quá nhiều tham số đưa ra ngoài kho chứa"
16913
16914 #: builtin/show-branch.c:13
16915 msgid ""
16916 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
16917 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
16918 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
16919 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
16920 msgstr ""
16921 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
16922 "\t\t[--current] [--color[=<khi>] | --no-color] [--sparse]\n"
16923 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
16924 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)…]"
16925
16926 #: builtin/show-branch.c:17
16927 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
16928 msgstr "git show-branch (-g | --reflog)[=<n>[,<nền>]] [--list] [<ref>]"
16929
16930 #: builtin/show-branch.c:395
16931 #, c-format
16932 msgid "ignoring %s; cannot handle more than %d ref"
16933 msgid_plural "ignoring %s; cannot handle more than %d refs"
16934 msgstr[0] "đang bỏ qua %s; không thể xử lý nhiều hơn %d tham chiếu"
16935
16936 #: builtin/show-branch.c:549
16937 #, c-format
16938 msgid "no matching refs with %s"
16939 msgstr "không tham chiếu nào khớp với %s"
16940
16941 #: builtin/show-branch.c:646
16942 msgid "show remote-tracking and local branches"
16943 msgstr "hiển thị các nhánh remote-tracking và nội bộ"
16944
16945 #: builtin/show-branch.c:648
16946 msgid "show remote-tracking branches"
16947 msgstr "hiển thị các nhánh remote-tracking"
16948
16949 #: builtin/show-branch.c:650
16950 msgid "color '*!+-' corresponding to the branch"
16951 msgstr "màu “*!+-” tương ứng với nhánh"
16952
16953 #: builtin/show-branch.c:652
16954 msgid "show <n> more commits after the common ancestor"
16955 msgstr "hiển thị thêm <n> lần chuyển giao sau cha mẹ chung"
16956
16957 #: builtin/show-branch.c:654
16958 msgid "synonym to more=-1"
16959 msgstr "đồng nghĩa với more=-1"
16960
16961 #: builtin/show-branch.c:655
16962 msgid "suppress naming strings"
16963 msgstr "chặn các chuỗi đặt tên"
16964
16965 #: builtin/show-branch.c:657
16966 msgid "include the current branch"
16967 msgstr "bao gồm nhánh hiện hành"
16968
16969 #: builtin/show-branch.c:659
16970 msgid "name commits with their object names"
16971 msgstr "đặt tên các lần chuyển giao bằng các tên của đối tượng của chúng"
16972
16973 #: builtin/show-branch.c:661
16974 msgid "show possible merge bases"
16975 msgstr "hiển thị mọi cơ sở có thể dùng để hòa trộn"
16976
16977 #: builtin/show-branch.c:663
16978 msgid "show refs unreachable from any other ref"
16979 msgstr "hiển thị các tham chiếu không thể được đọc bởi bất kỳ tham chiếu khác"
16980
16981 #: builtin/show-branch.c:665
16982 msgid "show commits in topological order"
16983 msgstr "hiển thị các lần chuyển giao theo thứ tự tôpô"
16984
16985 #: builtin/show-branch.c:668
16986 msgid "show only commits not on the first branch"
16987 msgstr "chỉ hiển thị các lần chuyển giao không nằm trên nhánh đầu tiên"
16988
16989 #: builtin/show-branch.c:670
16990 msgid "show merges reachable from only one tip"
16991 msgstr "hiển thị các lần hòa trộn có thể đọc được chỉ từ một đầu mút"
16992
16993 #: builtin/show-branch.c:672
16994 msgid "topologically sort, maintaining date order where possible"
16995 msgstr "sắp xếp hình thái học, bảo trì thứ tự ngày nếu có thể"
16996
16997 #: builtin/show-branch.c:675
16998 msgid "<n>[,<base>]"
16999 msgstr "<n>[,<cơ_sở>]"
17000
17001 #: builtin/show-branch.c:676
17002 msgid "show <n> most recent ref-log entries starting at base"
17003 msgstr "hiển thị <n> các mục “ref-log” gần nhất kể từ nền (base)"
17004
17005 #: builtin/show-branch.c:712
17006 msgid ""
17007 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17008 msgstr ""
17009 "--reflog là không tương thích với các tùy chọn --all, --remotes, --"
17010 "independent hay --merge-base"
17011
17012 #: builtin/show-branch.c:736
17013 msgid "no branches given, and HEAD is not valid"
17014 msgstr "chưa đưa ra nhánh, và HEAD không hợp lệ"
17015
17016 #: builtin/show-branch.c:739
17017 msgid "--reflog option needs one branch name"
17018 msgstr "--reflog cần tên một nhánh"
17019
17020 #: builtin/show-branch.c:742
17021 #, c-format
17022 msgid "only %d entry can be shown at one time."
17023 msgid_plural "only %d entries can be shown at one time."
17024 msgstr[0] "chỉ có thể hiển thị cùng lúc %d hạng mục."
17025
17026 #: builtin/show-branch.c:746
17027 #, c-format
17028 msgid "no such ref %s"
17029 msgstr "không có tham chiếu nào như thế %s"
17030
17031 #: builtin/show-branch.c:830
17032 #, c-format
17033 msgid "cannot handle more than %d rev."
17034 msgid_plural "cannot handle more than %d revs."
17035 msgstr[0] "không thể xử lý nhiều hơn %d điểm xét duyệt."
17036
17037 #: builtin/show-branch.c:834
17038 #, c-format
17039 msgid "'%s' is not a valid ref."
17040 msgstr "“%s” không phải tham chiếu hợp lệ."
17041
17042 #: builtin/show-branch.c:837
17043 #, c-format
17044 msgid "cannot find commit %s (%s)"
17045 msgstr "không thể tìm thấy lần chuyển giao %s (%s)"
17046
17047 #: builtin/show-ref.c:11
17048 msgid ""
17049 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17050 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17051 msgstr ""
17052 "git show-ref [-q | --quiet] [--verify] [--head] [-d|--dereference] [-s|--"
17053 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<mẫu>…] "
17054
17055 #: builtin/show-ref.c:12
17056 msgid "git show-ref --exclude-existing[=<pattern>]"
17057 msgstr "git show-ref --exclude-existing[=<mẫu>]"
17058
17059 #: builtin/show-ref.c:161
17060 msgid "only show tags (can be combined with heads)"
17061 msgstr "chỉ hiển thị thẻ (có thể tổ hợp cùng với đầu)"
17062
17063 #: builtin/show-ref.c:162
17064 msgid "only show heads (can be combined with tags)"
17065 msgstr "chỉ hiển thị đầu (có thể tổ hợp cùng với thẻ)"
17066
17067 #: builtin/show-ref.c:163
17068 msgid "stricter reference checking, requires exact ref path"
17069 msgstr ""
17070 "việc kiểm tra tham chiếu chính xác, đòi hỏi chính xác đường dẫn tham chiếu"
17071
17072 #: builtin/show-ref.c:166 builtin/show-ref.c:168
17073 msgid "show the HEAD reference, even if it would be filtered out"
17074 msgstr "hiển thị tham chiếu HEAD, ngay cả khi nó đã được lọc ra"
17075
17076 #: builtin/show-ref.c:170
17077 msgid "dereference tags into object IDs"
17078 msgstr "bãi bỏ tham chiếu các thẻ thành ra các ID đối tượng"
17079
17080 #: builtin/show-ref.c:172
17081 msgid "only show SHA1 hash using <n> digits"
17082 msgstr "chỉ hiển thị mã băm SHA1 sử dụng <n> chữ số"
17083
17084 #: builtin/show-ref.c:176
17085 msgid "do not print results to stdout (useful with --verify)"
17086 msgstr ""
17087 "không hiển thị kết quả ra đầu ra chuẩn (stdout) (chỉ hữu dụng với --verify)"
17088
17089 #: builtin/show-ref.c:178
17090 msgid "show refs from stdin that aren't in local repository"
17091 msgstr ""
17092 "hiển thị các tham chiếu từ đầu vào tiêu chuẩn (stdin) cái mà không ở kho nội "
17093 "bộ"
17094
17095 #: builtin/stripspace.c:18
17096 msgid "git stripspace [-s | --strip-comments]"
17097 msgstr "git stripspace [-s | --strip-comments]"
17098
17099 #: builtin/stripspace.c:19
17100 msgid "git stripspace [-c | --comment-lines]"
17101 msgstr "git stripspace [-c | --comment-lines]"
17102
17103 #: builtin/stripspace.c:36
17104 msgid "skip and remove all lines starting with comment character"
17105 msgstr "giữ và xóa bỏ mọi dòng bắt đầu bằng ký tự ghi chú"
17106
17107 #: builtin/stripspace.c:39
17108 msgid "prepend comment character and space to each line"
17109 msgstr "treo trước ký tự ghi chú và ký tự khoảng trắng cho từng dòng"
17110
17111 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1939
17112 #, c-format
17113 msgid "Expecting a full ref name, got %s"
17114 msgstr "Cần tên tham chiếu dạng đầy đủ, nhưng lại nhận được %s"
17115
17116 #: builtin/submodule--helper.c:61
17117 msgid "submodule--helper print-default-remote takes no arguments"
17118 msgstr "submodule--helper print-default-remote takes không nhận tham số"
17119
17120 #: builtin/submodule--helper.c:99
17121 #, c-format
17122 msgid "cannot strip one component off url '%s'"
17123 msgstr "không thể cắt bỏ một thành phần ra khỏi “%s” url"
17124
17125 #: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1363
17126 msgid "alternative anchor for relative paths"
17127 msgstr "điểm neo thay thế cho các đường dẫn tương đối"
17128
17129 #: builtin/submodule--helper.c:412
17130 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17131 msgstr "git submodule--helper list [--prefix=</đường/dẫn>] [</đường/dẫn>…]"
17132
17133 #: builtin/submodule--helper.c:469 builtin/submodule--helper.c:626
17134 #: builtin/submodule--helper.c:649
17135 #, c-format
17136 msgid "No url found for submodule path '%s' in .gitmodules"
17137 msgstr "Không tìm thấy url cho đường dẫn mô-đun-con “%s” trong .gitmodules"
17138
17139 #: builtin/submodule--helper.c:521
17140 #, c-format
17141 msgid "Entering '%s'\n"
17142 msgstr "Đang vào “%s”\n"
17143
17144 #: builtin/submodule--helper.c:524
17145 #, c-format
17146 msgid ""
17147 "run_command returned non-zero status for %s\n"
17148 "."
17149 msgstr ""
17150 "run_command trả về trạng thái khác không cho %s\n"
17151 "."
17152
17153 #: builtin/submodule--helper.c:545
17154 #, c-format
17155 msgid ""
17156 "run_command returned non-zero status while recursing in the nested "
17157 "submodules of %s\n"
17158 "."
17159 msgstr ""
17160 "run_command trả về trạng thái khác không trong khi đệ quy trong các mô-đun-"
17161 "con lồng nhau của %s\n"
17162 "."
17163
17164 #: builtin/submodule--helper.c:561
17165 msgid "Suppress output of entering each submodule command"
17166 msgstr "Chặn kết xuất của từng lệnh mô-đun-con"
17167
17168 #: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1048
17169 msgid "Recurse into nested submodules"
17170 msgstr "Đệ quy vào trong các mô-đun-con lồng nhau"
17171
17172 #: builtin/submodule--helper.c:568
17173 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
17174 msgstr "git submodule--helper foreach [--quiet] [--recursive] <lệnh>"
17175
17176 #: builtin/submodule--helper.c:595
17177 #, c-format
17178 msgid ""
17179 "could not look up configuration '%s'. Assuming this repository is its own "
17180 "authoritative upstream."
17181 msgstr ""
17182 "không thể tìm thấy cấu hình “%s”. Coi rằng đây là kho thượng nguồn có quyền "
17183 "sở hữu chính nó."
17184
17185 #: builtin/submodule--helper.c:663
17186 #, c-format
17187 msgid "Failed to register url for submodule path '%s'"
17188 msgstr "Gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “%s”"
17189
17190 #: builtin/submodule--helper.c:667
17191 #, c-format
17192 msgid "Submodule '%s' (%s) registered for path '%s'\n"
17193 msgstr "Mô-đun-con “%s” (%s) được đăng ký cho đường dẫn “%s”\n"
17194
17195 #: builtin/submodule--helper.c:677
17196 #, c-format
17197 msgid "warning: command update mode suggested for submodule '%s'\n"
17198 msgstr "cảnh báo: chế độ lệnh cập nhật được gợi ý cho mô-đun-con “%s”\n"
17199
17200 #: builtin/submodule--helper.c:684
17201 #, c-format
17202 msgid "Failed to register update mode for submodule path '%s'"
17203 msgstr "Gặp lỗi khi đăng ký chế độ cập nhật cho đường dẫn mô-đun-con “%s”"
17204
17205 #: builtin/submodule--helper.c:706
17206 msgid "Suppress output for initializing a submodule"
17207 msgstr "Chặn kết xuất cho khởi tạo một mô-đun-con"
17208
17209 #: builtin/submodule--helper.c:711
17210 msgid "git submodule--helper init [<path>]"
17211 msgstr "git submodule--helper init [</đường/dẫn>]"
17212
17213 #: builtin/submodule--helper.c:783 builtin/submodule--helper.c:909
17214 #, c-format
17215 msgid "no submodule mapping found in .gitmodules for path '%s'"
17216 msgstr ""
17217 "Không tìm thấy ánh xạ (mapping) mô-đun-con trong .gitmodules cho đường dẫn "
17218 "“%s”"
17219
17220 #: builtin/submodule--helper.c:822
17221 #, c-format
17222 msgid "could not resolve HEAD ref inside the submodule '%s'"
17223 msgstr "không thể phân giải tham chiếu HEAD bên trong mô-đun-con “%s”"
17224
17225 #: builtin/submodule--helper.c:849 builtin/submodule--helper.c:1018
17226 #, c-format
17227 msgid "failed to recurse into submodule '%s'"
17228 msgstr "gặp lỗi khi đệ quy vào trong mô-đun-con “%s”"
17229
17230 #: builtin/submodule--helper.c:873 builtin/submodule--helper.c:1182
17231 msgid "Suppress submodule status output"
17232 msgstr "Chặn két xuất tình trạng mô-đun-con"
17233
17234 #: builtin/submodule--helper.c:874
17235 msgid ""
17236 "Use commit stored in the index instead of the one stored in the submodule "
17237 "HEAD"
17238 msgstr ""
17239 "Dùng lần chuyển giao lưu trong mục lục thay cho cái được lưu trong HEAD mô-"
17240 "đun-con"
17241
17242 #: builtin/submodule--helper.c:875
17243 msgid "recurse into nested submodules"
17244 msgstr "đệ quy vào trong mô-đun-con lồng nhau"
17245
17246 #: builtin/submodule--helper.c:880
17247 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
17248 msgstr ""
17249 "git submodule status [--quiet] [--cached] [--recursive] [</đường/dẫn>…]"
17250
17251 #: builtin/submodule--helper.c:904
17252 msgid "git submodule--helper name <path>"
17253 msgstr "git submodule--helper name </đường/dẫn>"
17254
17255 #: builtin/submodule--helper.c:968
17256 #, c-format
17257 msgid "Synchronizing submodule url for '%s'\n"
17258 msgstr "url mô-đun-con đồng bộ hóa cho “%s”\n"
17259
17260 #: builtin/submodule--helper.c:974
17261 #, c-format
17262 msgid "failed to register url for submodule path '%s'"
17263 msgstr "gặp lỗi khi đăng ký url cho đường dẫn mô-đun-con “%s”"
17264
17265 #: builtin/submodule--helper.c:988
17266 #, c-format
17267 msgid "failed to get the default remote for submodule '%s'"
17268 msgstr "gặp lỗi khi lấy máy chủ mặc định cho mô-đun-con “%s”"
17269
17270 #: builtin/submodule--helper.c:999
17271 #, c-format
17272 msgid "failed to update remote for submodule '%s'"
17273 msgstr "gặp lỗi khi cập nhật cho mô-đun-con “%s”"
17274
17275 #: builtin/submodule--helper.c:1046
17276 msgid "Suppress output of synchronizing submodule url"
17277 msgstr "Chặn kết xuất cho đồng bộ url mô-đun-con"
17278
17279 #: builtin/submodule--helper.c:1053
17280 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
17281 msgstr "git submodule--helper sync [--quiet] [--recursive] [</đường/dẫn>]"
17282
17283 #: builtin/submodule--helper.c:1107
17284 #, c-format
17285 msgid ""
17286 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
17287 "really want to remove it including all of its history)"
17288 msgstr ""
17289 "Cây làm việc mô-đun-con “%s” có chứa thư mục .git (dùng “rm -rf” nếu bạn "
17290 "thực sự muốn gỡ bỏ nó cùng với toàn bộ lịch sử của chúng)"
17291
17292 #: builtin/submodule--helper.c:1119
17293 #, c-format
17294 msgid ""
17295 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
17296 "them"
17297 msgstr ""
17298 "Cây làm việc mô-đun-con “%s” chứa các thay đổi nội bộ; hãy dùng “-f” để loại "
17299 "bỏ chúng đi"
17300
17301 #: builtin/submodule--helper.c:1127
17302 #, c-format
17303 msgid "Cleared directory '%s'\n"
17304 msgstr "Đã xóa thư mục “%s”\n"
17305
17306 #: builtin/submodule--helper.c:1129
17307 #, c-format
17308 msgid "Could not remove submodule work tree '%s'\n"
17309 msgstr "Không thể gỡ bỏ cây làm việc mô-đun-con “%s”\n"
17310
17311 #: builtin/submodule--helper.c:1138
17312 #, c-format
17313 msgid "could not create empty submodule directory %s"
17314 msgstr "không thể tạo thư mục mô-đun-con rỗng “%s”"
17315
17316 #: builtin/submodule--helper.c:1154
17317 #, c-format
17318 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
17319 msgstr "Mô-đun-con “%s” (%s) được đăng ký cho đường dẫn “%s”\n"
17320
17321 #: builtin/submodule--helper.c:1183
17322 msgid "Remove submodule working trees even if they contain local changes"
17323 msgstr "Gỡ bỏ cây làm việc của mô-đun-con ngay cả khi nó có thay đổi nội bộ"
17324
17325 #: builtin/submodule--helper.c:1184
17326 msgid "Unregister all submodules"
17327 msgstr "Bỏ đăng ký tất cả các trong mô-đun-con"
17328
17329 #: builtin/submodule--helper.c:1189
17330 msgid ""
17331 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
17332 msgstr ""
17333 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [</đường/dẫn>…]]"
17334
17335 #: builtin/submodule--helper.c:1203
17336 msgid "Use '--all' if you really want to deinitialize all submodules"
17337 msgstr "Dùng “--all” nếu bạn thực sự muốn hủy khởi tạo mọi mô-đun-con"
17338
17339 #: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:1300
17340 #, c-format
17341 msgid "submodule '%s' cannot add alternate: %s"
17342 msgstr "mô-đun-con “%s” không thể thêm thay thế: %s"
17343
17344 #: builtin/submodule--helper.c:1336
17345 #, c-format
17346 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
17347 msgstr "Giá trị “%s” cho submodule.alternateErrorStrategy không được thừa nhận"
17348
17349 #: builtin/submodule--helper.c:1343
17350 #, c-format
17351 msgid "Value '%s' for submodule.alternateLocation is not recognized"
17352 msgstr "Giá trị “%s” cho submodule.alternateLocation không được thừa nhận"
17353
17354 #: builtin/submodule--helper.c:1366
17355 msgid "where the new submodule will be cloned to"
17356 msgstr "nhân bản mô-đun-con mới vào chỗ nào"
17357
17358 #: builtin/submodule--helper.c:1369
17359 msgid "name of the new submodule"
17360 msgstr "tên của mô-đun-con mới"
17361
17362 #: builtin/submodule--helper.c:1372
17363 msgid "url where to clone the submodule from"
17364 msgstr "url nơi mà nhân bản mô-đun-con từ đó"
17365
17366 #: builtin/submodule--helper.c:1380
17367 msgid "depth for shallow clones"
17368 msgstr "chiều sâu lịch sử khi tạo bản sao"
17369
17370 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1868
17371 msgid "force cloning progress"
17372 msgstr "ép buộc tiến trình nhân bản"
17373
17374 #: builtin/submodule--helper.c:1388
17375 msgid ""
17376 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
17377 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
17378 msgstr ""
17379 "git submodule--helper clone [--prefix=</đường/dẫn>] [--quiet] [--reference "
17380 "<kho>] [--name <tên>] [--depth <sâu>] [--url <url>] [</đường/dẫn>…]"
17381
17382 #: builtin/submodule--helper.c:1419
17383 #, c-format
17384 msgid "clone of '%s' into submodule path '%s' failed"
17385 msgstr "Nhân bản “%s” vào đường dẫn mô-đun-con “%s” gặp lỗi"
17386
17387 #: builtin/submodule--helper.c:1433
17388 #, c-format
17389 msgid "could not get submodule directory for '%s'"
17390 msgstr "không thể lấy thư mục mô-đun-con cho “%s”"
17391
17392 #: builtin/submodule--helper.c:1469
17393 #, c-format
17394 msgid "Invalid update mode '%s' for submodule path '%s'"
17395 msgstr "Chế độ cập nhật “%s” không hợp lệ cho đường dẫn mô-đun-con “%s”"
17396
17397 #: builtin/submodule--helper.c:1473
17398 #, c-format
17399 msgid "Invalid update mode '%s' configured for submodule path '%s'"
17400 msgstr ""
17401 "Chế độ cập nhật “%s” không hợp lệ được cấu hình cho đường dẫn mô-đun-con “%s”"
17402
17403 #: builtin/submodule--helper.c:1566
17404 #, c-format
17405 msgid "Submodule path '%s' not initialized"
17406 msgstr "Đường dẫn mô-đun-con “%s” chưa được khởi tạo"
17407
17408 #: builtin/submodule--helper.c:1570
17409 msgid "Maybe you want to use 'update --init'?"
17410 msgstr "Có lẽ bạn là bạn muốn dùng \"update --init\" phải không?"
17411
17412 #: builtin/submodule--helper.c:1600
17413 #, c-format
17414 msgid "Skipping unmerged submodule %s"
17415 msgstr "Bỏ qua các mô-đun-con chưa được hòa trộn %s"
17416
17417 #: builtin/submodule--helper.c:1629
17418 #, c-format
17419 msgid "Skipping submodule '%s'"
17420 msgstr "Bỏ qua mô-đun-con “%s”"
17421
17422 #: builtin/submodule--helper.c:1773
17423 #, c-format
17424 msgid "Failed to clone '%s'. Retry scheduled"
17425 msgstr "Gặp lỗi khi nhân bản “%s”. Thử lại lịch trình"
17426
17427 #: builtin/submodule--helper.c:1784
17428 #, c-format
17429 msgid "Failed to clone '%s' a second time, aborting"
17430 msgstr "Gặp lỗi khi nhân bản “%s” lần thứ hai nên bãi bỏ"
17431
17432 #: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:2089
17433 msgid "path into the working tree"
17434 msgstr "đường dẫn đến cây làm việc"
17435
17436 #: builtin/submodule--helper.c:1850
17437 msgid "path into the working tree, across nested submodule boundaries"
17438 msgstr "đường dẫn đến cây làm việc, chéo biên giới mô-đun-con lồng nhau"
17439
17440 #: builtin/submodule--helper.c:1854
17441 msgid "rebase, merge, checkout or none"
17442 msgstr "rebase, merge, checkout hoặc không làm gì cả"
17443
17444 #: builtin/submodule--helper.c:1860
17445 msgid "Create a shallow clone truncated to the specified number of revisions"
17446 msgstr ""
17447 "Tạo một bản sao nông được cắt ngắn thành số lượng điểm xét duyệt đã cho"
17448
17449 #: builtin/submodule--helper.c:1863
17450 msgid "parallel jobs"
17451 msgstr "công việc đồng thời"
17452
17453 #: builtin/submodule--helper.c:1865
17454 msgid "whether the initial clone should follow the shallow recommendation"
17455 msgstr "nhân bản lần đầu có nên theo khuyến nghị là nông hay không"
17456
17457 #: builtin/submodule--helper.c:1866
17458 msgid "don't print cloning progress"
17459 msgstr "đừng in tiến trình nhân bản"
17460
17461 #: builtin/submodule--helper.c:1873
17462 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
17463 msgstr ""
17464 "git submodule--helper update_clone [--prefix=</đường/dẫn>] [</đường/dẫn>…]"
17465
17466 #: builtin/submodule--helper.c:1886
17467 msgid "bad value for update parameter"
17468 msgstr "giá trị cho tham số cập nhật bị sai"
17469
17470 #: builtin/submodule--helper.c:1934
17471 #, c-format
17472 msgid ""
17473 "Submodule (%s) branch configured to inherit branch from superproject, but "
17474 "the superproject is not on any branch"
17475 msgstr ""
17476 "Nhánh mô-đun-con (%s) được cấu hình kế thừa nhánh từ siêu dự án, nhưng siêu "
17477 "dự án lại không trên bất kỳ nhánh nào"
17478
17479 #: builtin/submodule--helper.c:2057
17480 #, c-format
17481 msgid "could not get a repository handle for submodule '%s'"
17482 msgstr "không thể lấy thẻ quản kho cho mô-đun-con “%s”"
17483
17484 #: builtin/submodule--helper.c:2090
17485 msgid "recurse into submodules"
17486 msgstr "đệ quy vào trong mô-đun-con"
17487
17488 #: builtin/submodule--helper.c:2096
17489 msgid "git submodule--helper embed-git-dir [<path>...]"
17490 msgstr "git submodule--helper embed-git-dir [</đường/dẫn>…]"
17491
17492 #: builtin/submodule--helper.c:2152
17493 msgid "check if it is safe to write to the .gitmodules file"
17494 msgstr "chọn nếu nó là an toàn để ghi vào tập tin .gitmodules"
17495
17496 #: builtin/submodule--helper.c:2157
17497 msgid "git submodule--helper config name [value]"
17498 msgstr "git submodule--helper config tên [giá trị]"
17499
17500 #: builtin/submodule--helper.c:2158
17501 msgid "git submodule--helper config --check-writeable"
17502 msgstr "git submodule--helper config --check-writeable"
17503
17504 #: builtin/submodule--helper.c:2175 git-submodule.sh:169
17505 #, sh-format
17506 msgid "please make sure that the .gitmodules file is in the working tree"
17507 msgstr "hãy đảm bảo rằng tập tin .gitmodules có trong cây làm việc"
17508
17509 #: builtin/submodule--helper.c:2225
17510 #, c-format
17511 msgid "%s doesn't support --super-prefix"
17512 msgstr "%s không hỗ trợ --super-prefix"
17513
17514 #: builtin/submodule--helper.c:2231
17515 #, c-format
17516 msgid "'%s' is not a valid submodule--helper subcommand"
17517 msgstr "“%s” không phải là lệnh con submodule--helper hợp lệ"
17518
17519 #: builtin/symbolic-ref.c:8
17520 msgid "git symbolic-ref [<options>] <name> [<ref>]"
17521 msgstr "git symbolic-ref [<các-tùy-chọn>] <tên> [<t.chiếu>]"
17522
17523 #: builtin/symbolic-ref.c:9
17524 msgid "git symbolic-ref -d [-q] <name>"
17525 msgstr "git symbolic-ref -d [-q] <tên>"
17526
17527 #: builtin/symbolic-ref.c:40
17528 msgid "suppress error message for non-symbolic (detached) refs"
17529 msgstr "chặn các thông tin lỗi cho các tham chiếu “không-mềm” (bị tách ra)"
17530
17531 #: builtin/symbolic-ref.c:41
17532 msgid "delete symbolic ref"
17533 msgstr "xóa tham chiếu mềm"
17534
17535 #: builtin/symbolic-ref.c:42
17536 msgid "shorten ref output"
17537 msgstr "làm ngắn kết xuất ref (tham chiếu)"
17538
17539 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17540 msgid "reason"
17541 msgstr "lý do"
17542
17543 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17544 msgid "reason of the update"
17545 msgstr "lý do cập nhật"
17546
17547 #: builtin/tag.c:25
17548 msgid ""
17549 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
17550 "[<head>]"
17551 msgstr ""
17552 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg>|-F <tập-tin>] <tên-thẻ> "
17553 "[<head>]"
17554
17555 #: builtin/tag.c:26
17556 msgid "git tag -d <tagname>..."
17557 msgstr "git tag -d <tên-thẻ>…"
17558
17559 #: builtin/tag.c:27
17560 msgid ""
17561 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
17562 "points-at <object>]\n"
17563 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
17564 msgstr ""
17565 "git tag -l [-n[<số>]] [--contains <lần_chuyển_giao>] [--no-contains "
17566 "<lần_chuyển_giao>] [--points-at <đối-tượng>]\n"
17567 "\t\t[--format=<định_dạng>] [--[no-]merged [<lần_chuyển_giao>]] [<mẫu>…]"
17568
17569 #: builtin/tag.c:29
17570 msgid "git tag -v [--format=<format>] <tagname>..."
17571 msgstr "git tag -v [--format=<định_dạng>] <tên-thẻ>…"
17572
17573 #: builtin/tag.c:87
17574 #, c-format
17575 msgid "tag '%s' not found."
17576 msgstr "không tìm thấy tìm thấy thẻ “%s”."
17577
17578 #: builtin/tag.c:103
17579 #, c-format
17580 msgid "Deleted tag '%s' (was %s)\n"
17581 msgstr "Thẻ đã bị xóa “%s” (từng là %s)\n"
17582
17583 #: builtin/tag.c:133
17584 #, c-format
17585 msgid ""
17586 "\n"
17587 "Write a message for tag:\n"
17588 " %s\n"
17589 "Lines starting with '%c' will be ignored.\n"
17590 msgstr ""
17591 "\n"
17592 "Viết các ghi chú cho thẻ:\n"
17593 " %s\n"
17594 "Những dòng được bắt đầu bằng “%c” sẽ được bỏ qua.\n"
17595
17596 #: builtin/tag.c:137
17597 #, c-format
17598 msgid ""
17599 "\n"
17600 "Write a message for tag:\n"
17601 " %s\n"
17602 "Lines starting with '%c' will be kept; you may remove them yourself if you "
17603 "want to.\n"
17604 msgstr ""
17605 "\n"
17606 "Viết các ghi chú cho thẻ:\n"
17607 " %s\n"
17608 "Những dòng được bắt đầu bằng “%c” sẽ được giữ lại; bạn có thể xóa chúng đi "
17609 "nếu muốn.\n"
17610
17611 #: builtin/tag.c:191
17612 msgid "unable to sign the tag"
17613 msgstr "không thể ký thẻ"
17614
17615 #: builtin/tag.c:193
17616 msgid "unable to write tag file"
17617 msgstr "không thể ghi vào tập tin lưu thẻ"
17618
17619 #: builtin/tag.c:218
17620 msgid "bad object type."
17621 msgstr "kiểu đối tượng sai."
17622
17623 #: builtin/tag.c:267
17624 msgid "no tag message?"
17625 msgstr "không có chú thích gì cho cho thẻ à?"
17626
17627 #: builtin/tag.c:274
17628 #, c-format
17629 msgid "The tag message has been left in %s\n"
17630 msgstr "Nội dung ghi chú còn lại %s\n"
17631
17632 #: builtin/tag.c:385
17633 msgid "list tag names"
17634 msgstr "chỉ liệt kê tên các thẻ"
17635
17636 #: builtin/tag.c:387
17637 msgid "print <n> lines of each tag message"
17638 msgstr "hiển thị <n> dòng cho mỗi ghi chú"
17639
17640 #: builtin/tag.c:389
17641 msgid "delete tags"
17642 msgstr "xóa thẻ"
17643
17644 #: builtin/tag.c:390
17645 msgid "verify tags"
17646 msgstr "thẩm tra thẻ"
17647
17648 #: builtin/tag.c:392
17649 msgid "Tag creation options"
17650 msgstr "Tùy chọn tạo thẻ"
17651
17652 #: builtin/tag.c:394
17653 msgid "annotated tag, needs a message"
17654 msgstr "để chú giải cho thẻ, cần một lời ghi chú"
17655
17656 #: builtin/tag.c:396
17657 msgid "tag message"
17658 msgstr "phần chú thích cho thẻ"
17659
17660 #: builtin/tag.c:398
17661 msgid "force edit of tag message"
17662 msgstr "ép buộc sửa thẻ lần commit"
17663
17664 #: builtin/tag.c:399
17665 msgid "annotated and GPG-signed tag"
17666 msgstr "thẻ chú giải và ký kiểu GPG"
17667
17668 #: builtin/tag.c:403
17669 msgid "use another key to sign the tag"
17670 msgstr "dùng kháo khác để ký thẻ"
17671
17672 #: builtin/tag.c:404
17673 msgid "replace the tag if exists"
17674 msgstr "thay thế nếu thẻ đó đã có trước"
17675
17676 #: builtin/tag.c:405 builtin/update-ref.c:369
17677 msgid "create a reflog"
17678 msgstr "tạo một reflog"
17679
17680 #: builtin/tag.c:407
17681 msgid "Tag listing options"
17682 msgstr "Các tùy chọn liệt kê thẻ"
17683
17684 #: builtin/tag.c:408
17685 msgid "show tag list in columns"
17686 msgstr "hiển thị danh sách thẻ trong các cột"
17687
17688 #: builtin/tag.c:409 builtin/tag.c:411
17689 msgid "print only tags that contain the commit"
17690 msgstr "chỉ hiển thị những nhánh mà nó chứa lần chuyển giao"
17691
17692 #: builtin/tag.c:410 builtin/tag.c:412
17693 msgid "print only tags that don't contain the commit"
17694 msgstr "chỉ hiển thị những thẻ mà nó không chứa lần chuyển giao"
17695
17696 #: builtin/tag.c:413
17697 msgid "print only tags that are merged"
17698 msgstr "chỉ hiển thị những thẻ mà nó được hòa trộn"
17699
17700 #: builtin/tag.c:414
17701 msgid "print only tags that are not merged"
17702 msgstr "chỉ hiển thị những thẻ mà nó không được hòa trộn"
17703
17704 #: builtin/tag.c:419
17705 msgid "print only tags of the object"
17706 msgstr "chỉ hiển thị các thẻ của đối tượng"
17707
17708 #: builtin/tag.c:463
17709 msgid "--column and -n are incompatible"
17710 msgstr "--column và -n xung khắc nhau"
17711
17712 #: builtin/tag.c:485
17713 msgid "-n option is only allowed in list mode"
17714 msgstr "tùy chọn -n chỉ cho phép dùng trong chế độ liệt kê"
17715
17716 #: builtin/tag.c:487
17717 msgid "--contains option is only allowed in list mode"
17718 msgstr "tùy chọn --contains chỉ cho phép dùng trong chế độ liệt kê"
17719
17720 #: builtin/tag.c:489
17721 msgid "--no-contains option is only allowed in list mode"
17722 msgstr "tùy chọn --no-contains chỉ cho phép dùng trong chế độ liệt kê"
17723
17724 #: builtin/tag.c:491
17725 msgid "--points-at option is only allowed in list mode"
17726 msgstr "tùy chọn --points-at chỉ cho phép dùng trong chế độ liệt kê"
17727
17728 #: builtin/tag.c:493
17729 msgid "--merged and --no-merged options are only allowed in list mode"
17730 msgstr ""
17731 "tùy chọn --merged và --no-merged chỉ cho phép dùng trong chế độ liệt kê"
17732
17733 #: builtin/tag.c:504
17734 msgid "only one -F or -m option is allowed."
17735 msgstr "chỉ có một tùy chọn -F hoặc -m là được phép."
17736
17737 #: builtin/tag.c:523
17738 msgid "too many params"
17739 msgstr "quá nhiều đối số"
17740
17741 #: builtin/tag.c:529
17742 #, c-format
17743 msgid "'%s' is not a valid tag name."
17744 msgstr "“%s” không phải thẻ hợp lệ."
17745
17746 #: builtin/tag.c:534
17747 #, c-format
17748 msgid "tag '%s' already exists"
17749 msgstr "Thẻ “%s” đã tồn tại rồi"
17750
17751 #: builtin/tag.c:565
17752 #, c-format
17753 msgid "Updated tag '%s' (was %s)\n"
17754 msgstr "Đã cập nhật thẻ “%s” (trước là %s)\n"
17755
17756 #: builtin/unpack-objects.c:500
17757 msgid "Unpacking objects"
17758 msgstr "Đang giải nén các đối tượng"
17759
17760 #: builtin/update-index.c:82
17761 #, c-format
17762 msgid "failed to create directory %s"
17763 msgstr "tạo thư mục \"%s\" gặp lỗi"
17764
17765 #: builtin/update-index.c:98
17766 #, c-format
17767 msgid "failed to create file %s"
17768 msgstr "gặp lỗi khi tạo tập tin %s"
17769
17770 #: builtin/update-index.c:106
17771 #, c-format
17772 msgid "failed to delete file %s"
17773 msgstr "gặp lỗi khi xóa tập tin %s"
17774
17775 #: builtin/update-index.c:113 builtin/update-index.c:219
17776 #, c-format
17777 msgid "failed to delete directory %s"
17778 msgstr "gặp lỗi khi xóa thư mục %s"
17779
17780 #: builtin/update-index.c:138
17781 #, c-format
17782 msgid "Testing mtime in '%s' "
17783 msgstr "Đang kiểm thử mtime trong “%s”"
17784
17785 #: builtin/update-index.c:152
17786 msgid "directory stat info does not change after adding a new file"
17787 msgstr "thông tin thống kê thư mục không thay đổi sau khi thêm tập tin mới"
17788
17789 #: builtin/update-index.c:165
17790 msgid "directory stat info does not change after adding a new directory"
17791 msgstr "thông tin thống kê thư mục không thay đổi sau khi thêm thư mục mới"
17792
17793 #: builtin/update-index.c:178
17794 msgid "directory stat info changes after updating a file"
17795 msgstr "thông tin thống kê thư mục thay đổi sau khi cập nhật tập tin"
17796
17797 #: builtin/update-index.c:189
17798 msgid "directory stat info changes after adding a file inside subdirectory"
17799 msgstr ""
17800 "thông tin thống kê thư mục thay đổi sau khi thêm tập tin mới vào trong thư "
17801 "mục con"
17802
17803 #: builtin/update-index.c:200
17804 msgid "directory stat info does not change after deleting a file"
17805 msgstr "thông tin thống kê thư mục không thay đổi sau khi xóa tập tin"
17806
17807 #: builtin/update-index.c:213
17808 msgid "directory stat info does not change after deleting a directory"
17809 msgstr "thông tin thống kê thư mục không thay đổi sau khi xóa thư mục"
17810
17811 #: builtin/update-index.c:220
17812 msgid " OK"
17813 msgstr " Đồng ý"
17814
17815 #: builtin/update-index.c:588
17816 msgid "git update-index [<options>] [--] [<file>...]"
17817 msgstr "git update-index [<các-tùy-chọn>] [--] [<tập-tin>…]"
17818
17819 #: builtin/update-index.c:961
17820 msgid "continue refresh even when index needs update"
17821 msgstr "tiếp tục làm mới ngay cả khi bảng mục lục cần được cập nhật"
17822
17823 #: builtin/update-index.c:964
17824 msgid "refresh: ignore submodules"
17825 msgstr "refresh: lờ đi mô-đun-con"
17826
17827 #: builtin/update-index.c:967
17828 msgid "do not ignore new files"
17829 msgstr "không bỏ qua các tập tin mới tạo"
17830
17831 #: builtin/update-index.c:969
17832 msgid "let files replace directories and vice-versa"
17833 msgstr "để các tập tin thay thế các thư mục và “vice-versa”"
17834
17835 #: builtin/update-index.c:971
17836 msgid "notice files missing from worktree"
17837 msgstr "thông báo các tập-tin thiếu trong thư-mục làm việc"
17838
17839 #: builtin/update-index.c:973
17840 msgid "refresh even if index contains unmerged entries"
17841 msgstr ""
17842 "làm tươi mới thậm chí khi bảng mục lục chứa các mục tin chưa được hòa trộn"
17843
17844 #: builtin/update-index.c:976
17845 msgid "refresh stat information"
17846 msgstr "lấy lại thông tin thống kê"
17847
17848 #: builtin/update-index.c:980
17849 msgid "like --refresh, but ignore assume-unchanged setting"
17850 msgstr "giống --refresh, nhưng bỏ qua các cài đặt “assume-unchanged”"
17851
17852 #: builtin/update-index.c:984
17853 msgid "<mode>,<object>,<path>"
17854 msgstr "<chế_độ>,<đối_tượng>,<đường_dẫn>"
17855
17856 #: builtin/update-index.c:985
17857 msgid "add the specified entry to the index"
17858 msgstr "thêm các tập tin đã chỉ ra vào bảng mục lục"
17859
17860 #: builtin/update-index.c:994
17861 msgid "mark files as \"not changing\""
17862 msgstr "Đánh dấu các tập tin là \"không thay đổi\""
17863
17864 #: builtin/update-index.c:997
17865 msgid "clear assumed-unchanged bit"
17866 msgstr "xóa bít assumed-unchanged (giả định là không thay đổi)"
17867
17868 #: builtin/update-index.c:1000
17869 msgid "mark files as \"index-only\""
17870 msgstr "đánh dấu các tập tin là “chỉ-đọc”"
17871
17872 #: builtin/update-index.c:1003
17873 msgid "clear skip-worktree bit"
17874 msgstr "xóa bít skip-worktree"
17875
17876 #: builtin/update-index.c:1006
17877 msgid "add to index only; do not add content to object database"
17878 msgstr ""
17879 "chỉ thêm vào bảng mục lục; không thêm nội dung vào cơ sở dữ liệu đối tượng"
17880
17881 #: builtin/update-index.c:1008
17882 msgid "remove named paths even if present in worktree"
17883 msgstr ""
17884 "gỡ bỏ các đường dẫn được đặt tên thậm chí cả khi nó hiện diện trong thư mục "
17885 "làm việc"
17886
17887 #: builtin/update-index.c:1010
17888 msgid "with --stdin: input lines are terminated by null bytes"
17889 msgstr "với tùy chọn --stdin: các dòng đầu vào được chấm dứt bởi ký tự null"
17890
17891 #: builtin/update-index.c:1012
17892 msgid "read list of paths to be updated from standard input"
17893 msgstr "đọc danh sách đường dẫn cần cập nhật từ đầu vào tiêu chuẩn"
17894
17895 #: builtin/update-index.c:1016
17896 msgid "add entries from standard input to the index"
17897 msgstr "không thể đọc các mục từ đầu vào tiêu chuẩn vào bảng mục lục"
17898
17899 #: builtin/update-index.c:1020
17900 msgid "repopulate stages #2 and #3 for the listed paths"
17901 msgstr "phục hồi các trạng thái #2 và #3 cho các đường dẫn được liệt kê"
17902
17903 #: builtin/update-index.c:1024
17904 msgid "only update entries that differ from HEAD"
17905 msgstr "chỉ cập nhật các mục tin mà nó khác biệt so với HEAD"
17906
17907 #: builtin/update-index.c:1028
17908 msgid "ignore files missing from worktree"
17909 msgstr "bỏ qua các tập-tin thiếu trong thư-mục làm việc"
17910
17911 #: builtin/update-index.c:1031
17912 msgid "report actions to standard output"
17913 msgstr "báo cáo các thao tác ra thiết bị xuất chuẩn"
17914
17915 #: builtin/update-index.c:1033
17916 msgid "(for porcelains) forget saved unresolved conflicts"
17917 msgstr "(cho “porcelains”) quên các xung đột chưa được giải quyết đã ghi"
17918
17919 #: builtin/update-index.c:1037
17920 msgid "write index in this format"
17921 msgstr "ghi mục lục ở định dạng này"
17922
17923 #: builtin/update-index.c:1039
17924 msgid "enable or disable split index"
17925 msgstr "bật/tắt chia cắt bảng mục lục"
17926
17927 #: builtin/update-index.c:1041
17928 msgid "enable/disable untracked cache"
17929 msgstr "bật/tắt bộ đệm không theo vết"
17930
17931 #: builtin/update-index.c:1043
17932 msgid "test if the filesystem supports untracked cache"
17933 msgstr "kiểm tra xem hệ thống tập tin có hỗ trợ đệm không theo dõi hay không"
17934
17935 #: builtin/update-index.c:1045
17936 msgid "enable untracked cache without testing the filesystem"
17937 msgstr "bật bộ đệm không theo vết mà không kiểm tra hệ thống tập tin"
17938
17939 #: builtin/update-index.c:1047
17940 msgid "write out the index even if is not flagged as changed"
17941 msgstr "ghi ra mục lục ngay cả khi không được đánh cờ là có thay đổi"
17942
17943 #: builtin/update-index.c:1049
17944 msgid "enable or disable file system monitor"
17945 msgstr "bật/tắt theo dõi hệ thống tập tin"
17946
17947 #: builtin/update-index.c:1051
17948 msgid "mark files as fsmonitor valid"
17949 msgstr "đánh dấu các tập tin là hợp lệ fsmonitor"
17950
17951 #: builtin/update-index.c:1054
17952 msgid "clear fsmonitor valid bit"
17953 msgstr "xóa bít hợp lệ fsmonitor"
17954
17955 #: builtin/update-index.c:1153
17956 msgid ""
17957 "core.splitIndex is set to false; remove or change it, if you really want to "
17958 "enable split index"
17959 msgstr ""
17960 "core.splitIndex được đặt là sai; xóa bỏ hay thay đổi nó, nếu bạn thực sự "
17961 "muốn bật chia tách mục lục"
17962
17963 #: builtin/update-index.c:1162
17964 msgid ""
17965 "core.splitIndex is set to true; remove or change it, if you really want to "
17966 "disable split index"
17967 msgstr ""
17968 "core.splitIndex được đặt là đúng; xóa bỏ hay thay đổi nó, nếu bạn thực sự "
17969 "muốn tắt chia tách mục lục"
17970
17971 #: builtin/update-index.c:1173
17972 msgid ""
17973 "core.untrackedCache is set to true; remove or change it, if you really want "
17974 "to disable the untracked cache"
17975 msgstr ""
17976 "core.untrackedCache được đặt là đúng; xóa bỏ hay thay đổi nó, nếu bạn thực "
17977 "sự muốn tắt bộ đệm chưa theo dõi"
17978
17979 #: builtin/update-index.c:1177
17980 msgid "Untracked cache disabled"
17981 msgstr "Nhớ đệm không theo vết bị tắt"
17982
17983 #: builtin/update-index.c:1185
17984 msgid ""
17985 "core.untrackedCache is set to false; remove or change it, if you really want "
17986 "to enable the untracked cache"
17987 msgstr ""
17988 "core.untrackedCache được đặt là sai; xóa bỏ hay thay đổi nó, nếu bạn thực sự "
17989 "muốn bật bộ đệm chưa theo dõi"
17990
17991 #: builtin/update-index.c:1189
17992 #, c-format
17993 msgid "Untracked cache enabled for '%s'"
17994 msgstr "Nhớ đệm không theo vết được bật cho “%s”"
17995
17996 #: builtin/update-index.c:1197
17997 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
17998 msgstr ""
17999 "core.fsmonitor chưa được đặt; đặt nó nếu bạn thực sự muốn bật theo dõi hệ "
18000 "thống tập tin"
18001
18002 #: builtin/update-index.c:1201
18003 msgid "fsmonitor enabled"
18004 msgstr "fsmonitor được bật"
18005
18006 #: builtin/update-index.c:1204
18007 msgid ""
18008 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18009 msgstr ""
18010 "core.fsmonitor đã được đặt; bỏ đặt nó nếu bạn thực sự muốn bật theo dõi hệ "
18011 "thống tập tin"
18012
18013 #: builtin/update-index.c:1208
18014 msgid "fsmonitor disabled"
18015 msgstr "fsmonitor bị tắt"
18016
18017 #: builtin/update-ref.c:10
18018 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18019 msgstr "git update-ref [<các-tùy-chọn>] -d <refname> [<biến-cũ>]"
18020
18021 #: builtin/update-ref.c:11
18022 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
18023 msgstr "git update-ref [<các-tùy-chọn>] <refname> <biến-mới> [<biến-cũ>]"
18024
18025 #: builtin/update-ref.c:12
18026 msgid "git update-ref [<options>] --stdin [-z]"
18027 msgstr "git update-ref [<các-tùy-chọn>] --stdin [-z]"
18028
18029 #: builtin/update-ref.c:364
18030 msgid "delete the reference"
18031 msgstr "xóa tham chiếu"
18032
18033 #: builtin/update-ref.c:366
18034 msgid "update <refname> not the one it points to"
18035 msgstr "cập nhật <tên-tham-chiếu> không phải cái nó chỉ tới"
18036
18037 #: builtin/update-ref.c:367
18038 msgid "stdin has NUL-terminated arguments"
18039 msgstr "đầu vào tiêu chuẩn có các đối số được chấm dứt bởi NUL"
18040
18041 #: builtin/update-ref.c:368
18042 msgid "read updates from stdin"
18043 msgstr "đọc cập nhật từ đầu vào tiêu chuẩn"
18044
18045 #: builtin/update-server-info.c:7
18046 msgid "git update-server-info [--force]"
18047 msgstr "git update-server-info [--force]"
18048
18049 #: builtin/update-server-info.c:15
18050 msgid "update the info files from scratch"
18051 msgstr "cập nhật các tập tin thông tin từ điểm xuất phát"
18052
18053 #: builtin/upload-pack.c:11
18054 msgid "git upload-pack [<options>] <dir>"
18055 msgstr "git upload-pack [<các-tùy-chọn>] </đường/dẫn>"
18056
18057 #: builtin/upload-pack.c:25
18058 msgid "exit immediately after initial ref advertisement"
18059 msgstr "thoát ngay sau khi khởi tạo quảng cáo tham chiếu"
18060
18061 #: builtin/upload-pack.c:27
18062 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18063 msgstr "đừng thử <thư_mục>/.git/ nếu <thư_mục> không phải là thư mục Git"
18064
18065 #: builtin/upload-pack.c:29
18066 msgid "interrupt transfer after <n> seconds of inactivity"
18067 msgstr "ngắt truyền thông sau <n> giây không hoạt động"
18068
18069 #: builtin/verify-commit.c:20
18070 msgid "git verify-commit [-v | --verbose] <commit>..."
18071 msgstr "git verify-commit [-v | --verbose] <lần_chuyển_giao>…"
18072
18073 #: builtin/verify-commit.c:76
18074 msgid "print commit contents"
18075 msgstr "hiển thị nội dung của lần chuyển giao"
18076
18077 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18078 msgid "print raw gpg status output"
18079 msgstr "in kết xuất trạng thái gpg dạng thô"
18080
18081 #: builtin/verify-pack.c:55
18082 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18083 msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <gói>…"
18084
18085 #: builtin/verify-pack.c:65
18086 msgid "verbose"
18087 msgstr "chi tiết"
18088
18089 #: builtin/verify-pack.c:67
18090 msgid "show statistics only"
18091 msgstr "chỉ hiển thị thống kê"
18092
18093 #: builtin/verify-tag.c:19
18094 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18095 msgstr "git verify-tag [-v | --verbose] [--format=<định_dạng>] <thẻ>…"
18096
18097 #: builtin/verify-tag.c:37
18098 msgid "print tag contents"
18099 msgstr "hiển thị nội dung của thẻ"
18100
18101 #: builtin/worktree.c:17
18102 msgid "git worktree add [<options>] <path> [<commit-ish>]"
18103 msgstr "git worktree add [<các-tùy-chọn>] <đường-dẫn> [<commit-ish>]"
18104
18105 #: builtin/worktree.c:18
18106 msgid "git worktree list [<options>]"
18107 msgstr "git worktree list [<các-tùy-chọn>]"
18108
18109 #: builtin/worktree.c:19
18110 msgid "git worktree lock [<options>] <path>"
18111 msgstr "git worktree lock [<các-tùy-chọn>] </đường/dẫn>"
18112
18113 #: builtin/worktree.c:20
18114 msgid "git worktree move <worktree> <new-path>"
18115 msgstr "git worktree move <worktree> </đường/dẫn/mới>"
18116
18117 #: builtin/worktree.c:21
18118 msgid "git worktree prune [<options>]"
18119 msgstr "git worktree prune [<các-tùy-chọn>]"
18120
18121 #: builtin/worktree.c:22
18122 msgid "git worktree remove [<options>] <worktree>"
18123 msgstr "git worktree remove [<các-tùy-chọn>] <worktree>"
18124
18125 #: builtin/worktree.c:23
18126 msgid "git worktree unlock <path>"
18127 msgstr "git worktree unlock </đường/dẫn>"
18128
18129 #: builtin/worktree.c:60 builtin/worktree.c:871
18130 #, c-format
18131 msgid "failed to delete '%s'"
18132 msgstr "gặp lỗi khi xóa “%s”"
18133
18134 #: builtin/worktree.c:79
18135 #, c-format
18136 msgid "Removing worktrees/%s: not a valid directory"
18137 msgstr "Gỡ bỏ cây làm việc/%s: không phải là thư mục hợp lệ"
18138
18139 #: builtin/worktree.c:85
18140 #, c-format
18141 msgid "Removing worktrees/%s: gitdir file does not exist"
18142 msgstr "Gỡ bỏ cây làm việc/%s: không có tập tin gitdir"
18143
18144 #: builtin/worktree.c:90 builtin/worktree.c:99
18145 #, c-format
18146 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18147 msgstr "Gỡ bỏ cây làm việc/%s: không thể đọc tập tin gitdir (%s)"
18148
18149 #: builtin/worktree.c:109
18150 #, c-format
18151 msgid ""
18152 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18153 "%<PRIuMAX>)"
18154 msgstr "Gỡ bỏ cây làm việc/%s: đọc ngắn (cần %<PRIuMAX> byte, đọc %<PRIuMAX>)"
18155
18156 #: builtin/worktree.c:117
18157 #, c-format
18158 msgid "Removing worktrees/%s: invalid gitdir file"
18159 msgstr "Gỡ bỏ cây làm việc/%s: tập tin gitdir không hợp lệ"
18160
18161 #: builtin/worktree.c:126
18162 #, c-format
18163 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18164 msgstr "Gỡ bỏ cây làm việc/%s: tập tin gitdir chỉ đến vị trí không tồn tại"
18165
18166 #: builtin/worktree.c:165
18167 msgid "report pruned working trees"
18168 msgstr "báo cáo các cây làm việc đã prune"
18169
18170 #: builtin/worktree.c:167
18171 msgid "expire working trees older than <time>"
18172 msgstr "các cây làm việc hết hạn cũ hơn khoảng <thời gian>"
18173
18174 #: builtin/worktree.c:234
18175 #, c-format
18176 msgid "'%s' already exists"
18177 msgstr "“%s” đã có từ trước rồi"
18178
18179 #: builtin/worktree.c:251
18180 #, c-format
18181 msgid "unable to re-add worktree '%s'"
18182 msgstr "không thể thêm-lại cây “%s”"
18183
18184 #: builtin/worktree.c:256
18185 #, c-format
18186 msgid ""
18187 "'%s' is a missing but locked worktree;\n"
18188 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18189 msgstr ""
18190 "“%s” bị mất nhưng cây làm việc bị khóa;\n"
18191 "dùng “add -f -f” để ghi đè, hoặc “unlock” và “prune” hay “remove” để xóa"
18192
18193 #: builtin/worktree.c:258
18194 #, c-format
18195 msgid ""
18196 "'%s' is a missing but already registered worktree;\n"
18197 "use 'add -f' to override, or 'prune' or 'remove' to clear"
18198 msgstr ""
18199 "“%s” bị mất nhưng cây làm việc đã được đăng ký;\n"
18200 "dùng “add -f” để ghi đè, hoặc “prune” hay “remove” để xóa"
18201
18202 #: builtin/worktree.c:309
18203 #, c-format
18204 msgid "could not create directory of '%s'"
18205 msgstr "không thể tạo thư mục của “%s”"
18206
18207 #: builtin/worktree.c:428 builtin/worktree.c:434
18208 #, c-format
18209 msgid "Preparing worktree (new branch '%s')"
18210 msgstr "Đang chuẩn bị cây làm việc (nhánh mới “%s”)"
18211
18212 #: builtin/worktree.c:430
18213 #, c-format
18214 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18215 msgstr "Đang chuẩn bị cây làm việc (đang cài đặt nhánh “%s”, trước đây tại %s)"
18216
18217 #: builtin/worktree.c:439
18218 #, c-format
18219 msgid "Preparing worktree (checking out '%s')"
18220 msgstr "Đang chuẩn bị cây làm việc (đang lấy ra “%s”)"
18221
18222 #: builtin/worktree.c:445
18223 #, c-format
18224 msgid "Preparing worktree (detached HEAD %s)"
18225 msgstr "Đang chuẩn bị cây làm việc (HEAD đã tách rời “%s”)"
18226
18227 #: builtin/worktree.c:486
18228 msgid "checkout <branch> even if already checked out in other worktree"
18229 msgstr "lấy ra <nhánh> ngay cả khi nó đã được lấy ra ở cây làm việc khác"
18230
18231 #: builtin/worktree.c:489
18232 msgid "create a new branch"
18233 msgstr "tạo nhánh mới"
18234
18235 #: builtin/worktree.c:491
18236 msgid "create or reset a branch"
18237 msgstr "tạo hay đặt lại một nhánh"
18238
18239 #: builtin/worktree.c:493
18240 msgid "populate the new working tree"
18241 msgstr "di chuyển cây làm việc mới"
18242
18243 #: builtin/worktree.c:494
18244 msgid "keep the new working tree locked"
18245 msgstr "giữ cây làm việc mới bị khóa"
18246
18247 #: builtin/worktree.c:497
18248 msgid "set up tracking mode (see git-branch(1))"
18249 msgstr "cài đặt chế độ theo dõi (xem git-branch(1))"
18250
18251 #: builtin/worktree.c:500
18252 msgid "try to match the new branch name with a remote-tracking branch"
18253 msgstr "có khớp tên tên nhánh mới với một nhánh theo dõi máy chủ"
18254
18255 #: builtin/worktree.c:508
18256 msgid "-b, -B, and --detach are mutually exclusive"
18257 msgstr "Các tùy chọn -b, -B, và --detach loại từ lẫn nhau"
18258
18259 #: builtin/worktree.c:569
18260 msgid "--[no-]track can only be used if a new branch is created"
18261 msgstr "--[no-]track chỉ có thể được dùng nếu một nhánh mới được tạo"
18262
18263 #: builtin/worktree.c:669
18264 msgid "reason for locking"
18265 msgstr "lý do khóa"
18266
18267 #: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:772
18268 #: builtin/worktree.c:899
18269 #, c-format
18270 msgid "'%s' is not a working tree"
18271 msgstr "%s không phải là cây làm việc"
18272
18273 #: builtin/worktree.c:683 builtin/worktree.c:716
18274 msgid "The main working tree cannot be locked or unlocked"
18275 msgstr "Cây thư mục làm việc chính không thể khóa hay bỏ khóa được"
18276
18277 #: builtin/worktree.c:688
18278 #, c-format
18279 msgid "'%s' is already locked, reason: %s"
18280 msgstr "“%s” đã được khóa rồi, lý do: %s"
18281
18282 #: builtin/worktree.c:690
18283 #, c-format
18284 msgid "'%s' is already locked"
18285 msgstr "“%s” đã được khóa rồi"
18286
18287 #: builtin/worktree.c:718
18288 #, c-format
18289 msgid "'%s' is not locked"
18290 msgstr "“%s” chưa bị khóa"
18291
18292 #: builtin/worktree.c:743
18293 msgid "working trees containing submodules cannot be moved or removed"
18294 msgstr "cây làm việc có chứa mô-đun-con không thể di chuyển hay xóa bỏ"
18295
18296 #: builtin/worktree.c:751
18297 msgid "force move even if worktree is dirty or locked"
18298 msgstr "ép buộc ngay cả khi cây làm việc đang bẩn hay bị khóa"
18299
18300 #: builtin/worktree.c:774 builtin/worktree.c:901
18301 #, c-format
18302 msgid "'%s' is a main working tree"
18303 msgstr "“%s” là cây làm việc chính"
18304
18305 #: builtin/worktree.c:779
18306 #, c-format
18307 msgid "could not figure out destination name from '%s'"
18308 msgstr "không thể phác họa ra tên đích đến “%s”"
18309
18310 #: builtin/worktree.c:785
18311 #, c-format
18312 msgid "target '%s' already exists"
18313 msgstr "đích “%s” đã tồn tại rồi"
18314
18315 #: builtin/worktree.c:793
18316 #, c-format
18317 msgid ""
18318 "cannot move a locked working tree, lock reason: %s\n"
18319 "use 'move -f -f' to override or unlock first"
18320 msgstr ""
18321 "không thể di chuyển một cây-làm-việc bị khóa, khóa vì: %s\n"
18322 "dùng “move -f -f” để ghi đè hoặc mở khóa trước đã"
18323
18324 #: builtin/worktree.c:795
18325 msgid ""
18326 "cannot move a locked working tree;\n"
18327 "use 'move -f -f' to override or unlock first"
18328 msgstr ""
18329 "không thể di chuyển một cây-làm-việc bị khóa;\n"
18330 "dùng “move -f -f” để ghi đè hoặc mở khóa trước đã"
18331
18332 #: builtin/worktree.c:798
18333 #, c-format
18334 msgid "validation failed, cannot move working tree: %s"
18335 msgstr "thẩm tra gặp lỗi, không thể di chuyển một cây-làm-việc: %s"
18336
18337 #: builtin/worktree.c:803
18338 #, c-format
18339 msgid "failed to move '%s' to '%s'"
18340 msgstr "gặp lỗi khi chuyển “%s” sang “%s”"
18341
18342 #: builtin/worktree.c:851
18343 #, c-format
18344 msgid "failed to run 'git status' on '%s'"
18345 msgstr "gặp lỗi khi chạy “git status” vào “%s”"
18346
18347 #: builtin/worktree.c:855
18348 #, c-format
18349 msgid "'%s' is dirty, use --force to delete it"
18350 msgstr "“%s” đang bẩn, hãy dùng --force để xóa nó"
18351
18352 #: builtin/worktree.c:860
18353 #, c-format
18354 msgid "failed to run 'git status' on '%s', code %d"
18355 msgstr "gặp lỗi khi chạy “git status” trong “%s”, mã %d"
18356
18357 #: builtin/worktree.c:883
18358 msgid "force removal even if worktree is dirty or locked"
18359 msgstr "ép buộc di chuyển thậm chí cả khi cây làm việc đang bẩn hay bị khóa"
18360
18361 #: builtin/worktree.c:906
18362 #, c-format
18363 msgid ""
18364 "cannot remove a locked working tree, lock reason: %s\n"
18365 "use 'remove -f -f' to override or unlock first"
18366 msgstr ""
18367 "không thể xóa bỏ một cây-làm-việc bị khóa, khóa vì: %s\n"
18368 "dùng “remove -f -f” để ghi đè hoặc mở khóa trước đã"
18369
18370 #: builtin/worktree.c:908
18371 msgid ""
18372 "cannot remove a locked working tree;\n"
18373 "use 'remove -f -f' to override or unlock first"
18374 msgstr ""
18375 "không thể xóa bỏ một cây-làm-việc bị khóa;\n"
18376 "dùng “remove -f -f” để ghi đè hoặc mở khóa trước đã"
18377
18378 #: builtin/worktree.c:911
18379 #, c-format
18380 msgid "validation failed, cannot remove working tree: %s"
18381 msgstr "thẩm tra gặp lỗi, không thể gỡ bỏ một cây-làm-việc: %s"
18382
18383 #: builtin/write-tree.c:14
18384 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
18385 msgstr "git write-tree [--missing-ok] [--prefix=<tiền-tố>/]"
18386
18387 #: builtin/write-tree.c:27
18388 msgid "<prefix>/"
18389 msgstr "<tiền tố>/"
18390
18391 #: builtin/write-tree.c:28
18392 msgid "write tree object for a subdirectory <prefix>"
18393 msgstr "ghi đối tượng cây (tree) cho <tiền tố> thư mục con"
18394
18395 #: builtin/write-tree.c:30
18396 msgid "only useful for debugging"
18397 msgstr "chỉ hữu ích khi cần gỡ lỗi"
18398
18399 #: credential-cache--daemon.c:222
18400 #, c-format
18401 msgid ""
18402 "The permissions on your socket directory are too loose; other\n"
18403 "users may be able to read your cached credentials. Consider running:\n"
18404 "\n"
18405 "\tchmod 0700 %s"
18406 msgstr ""
18407 "Quyền hạn trên thư mục gói mạng của bạn không chính xác; người dùng\n"
18408 "khác có lẽ có thể đọc được chứng thư được lưu đệm của bạn. Cân nhắc chạy:\n"
18409 "\n"
18410 "\tchmod 0700 %s"
18411
18412 #: credential-cache--daemon.c:271
18413 msgid "print debugging messages to stderr"
18414 msgstr "in thông tin gỡ lỗi ra đầu ra lỗi tiêu chuẩn"
18415
18416 #: t/helper/test-reach.c:152
18417 #, c-format
18418 msgid "commit %s is not marked reachable"
18419 msgstr "lần chuyển giao %s chưa được đánh dấu là tiếp cận được"
18420
18421 #: t/helper/test-reach.c:162
18422 msgid "too many commits marked reachable"
18423 msgstr "có quá nhiều lần chuyển giao được đánh dấu là tiếp cận được"
18424
18425 #: git.c:27
18426 msgid ""
18427 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
18428 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
18429 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
18430 "bare]\n"
18431 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
18432 " <command> [<args>]"
18433 msgstr ""
18434 "git [--version] [--help] [-C </đường/dẫn/>] [-c <tên>=<giá trị>]\n"
18435 " [--exec-path[=</đường/dẫn/>]] [--html-path] [--man-path] [--info-"
18436 "path]\n"
18437 " [-p | --paginate | -P --no-pager] [--no-replace-objects] [--"
18438 "bare]\n"
18439 " [--git-dir=</đường/dẫn/>] [--work-tree=</đường/dẫn/>] [--"
18440 "namespace=<tên>]\n"
18441 " <lệnh> [<các tham số>]"
18442
18443 #: git.c:34
18444 msgid ""
18445 "'git help -a' and 'git help -g' list available subcommands and some\n"
18446 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
18447 "to read about a specific subcommand or concept."
18448 msgstr ""
18449 "“git help -a” và “git help -g” liệt kê các câu lệnh con sẵn có và một số\n"
18450 "hướng dẫn về khái niệm. Xem “git help <lệnh>” hay “git help <khái-niệm>”\n"
18451 "để xem các đặc tả cho lệnh hay khái niệm cụ thể."
18452
18453 #: git.c:173
18454 #, c-format
18455 msgid "no directory given for --git-dir\n"
18456 msgstr "chưa chỉ ra thư mục cho --git-dir\n"
18457
18458 #: git.c:187
18459 #, c-format
18460 msgid "no namespace given for --namespace\n"
18461 msgstr "chưa đưa ra không gian làm việc cho --namespace\n"
18462
18463 #: git.c:201
18464 #, c-format
18465 msgid "no directory given for --work-tree\n"
18466 msgstr "chưa đưa ra cây làm việc cho --work-tree\n"
18467
18468 #: git.c:215
18469 #, c-format
18470 msgid "no prefix given for --super-prefix\n"
18471 msgstr "chưa đưa ra tiền tố cho --super-prefix\n"
18472
18473 #: git.c:237
18474 #, c-format
18475 msgid "-c expects a configuration string\n"
18476 msgstr "-c cần một chuỗi cấu hình\n"
18477
18478 #: git.c:275
18479 #, c-format
18480 msgid "no directory given for -C\n"
18481 msgstr "chưa đưa ra thư mục cho -C\n"
18482
18483 #: git.c:300
18484 #, c-format
18485 msgid "unknown option: %s\n"
18486 msgstr "không hiểu tùy chọn: %s\n"
18487
18488 #: git.c:719
18489 #, c-format
18490 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
18491 msgstr ""
18492 "dò tìm thấy các bí danh quẩn tròn: biểu thức của “%s” không có điểm kết:%s"
18493
18494 #: git.c:802
18495 #, c-format
18496 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
18497 msgstr "gặp lỗi khi khai triển bí danh “%s”; “%s” không phải là lệnh git\n"
18498
18499 #: git.c:814
18500 #, c-format
18501 msgid "failed to run command '%s': %s\n"
18502 msgstr "gặp lỗi khi chạy lệnh “%s”: %s\n"
18503
18504 #: http.c:374
18505 #, c-format
18506 msgid "negative value for http.postbuffer; defaulting to %d"
18507 msgstr "giá trị âm cho http.postbuffer; đặt thành mặc định là %d"
18508
18509 #: http.c:395
18510 msgid "Delegation control is not supported with cURL < 7.22.0"
18511 msgstr "Điều khiển giao quyền không được hỗ trợ với cURL < 7.22.0"
18512
18513 #: http.c:404
18514 msgid "Public key pinning not supported with cURL < 7.44.0"
18515 msgstr "Chốt khóa công không được hỗ trợ với cURL < 7.44.0"
18516
18517 #: http.c:837
18518 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
18519 msgstr "CURLSSLOPT_NO_REVOKE không được hỗ trợ với cURL < 7.44.0"
18520
18521 #: http.c:910
18522 msgid "Protocol restrictions not supported with cURL < 7.19.4"
18523 msgstr "Các hạn chế giao thức không được hỗ trợ với cURL < 7.19.4"
18524
18525 #: http.c:1046
18526 #, c-format
18527 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
18528 msgstr ""
18529 "Không hỗ trợ ứng dụng SSL chạy phía sau “%s”. Hỗ trợ ứng dụng SSL chạy phía "
18530 "sau:"
18531
18532 #: http.c:1053
18533 #, c-format
18534 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
18535 msgstr ""
18536 "Không thể đặt ứng dụng chạy SSL phía sau “%s”: cURL được biên dịch không có "
18537 "sự hỗ trợ ứng dụng chạy phía sau SSL"
18538
18539 #: http.c:1057
18540 #, c-format
18541 msgid "Could not set SSL backend to '%s': already set"
18542 msgstr "Không thể đặt ứng dụng chạy sau SSL cho “%s”: đã đặt rồi"
18543
18544 #: http.c:1921
18545 #, c-format
18546 msgid ""
18547 "unable to update url base from redirection:\n"
18548 " asked for: %s\n"
18549 " redirect: %s"
18550 msgstr ""
18551 "không thể cập nhật dựa trên cơ sở url từ chuyển hướng:\n"
18552 " hỏi cho: %s\n"
18553 " chuyển hướng: %s"
18554
18555 #: remote-curl.c:401
18556 #, c-format
18557 msgid "redirecting to %s"
18558 msgstr "chuyển hướng đến %s"
18559
18560 #: list-objects-filter-options.h:60
18561 msgid "args"
18562 msgstr "các_tham_số"
18563
18564 #: list-objects-filter-options.h:61
18565 msgid "object filtering"
18566 msgstr "lọc đối tượng"
18567
18568 #: parse-options.h:154
18569 msgid "expiry-date"
18570 msgstr "ngày hết hạn"
18571
18572 #: parse-options.h:169
18573 msgid "no-op (backward compatibility)"
18574 msgstr "no-op (tương thích ngược)"
18575
18576 #: parse-options.h:261
18577 msgid "be more verbose"
18578 msgstr "chi tiết hơn nữa"
18579
18580 #: parse-options.h:263
18581 msgid "be more quiet"
18582 msgstr "im lặng hơn nữa"
18583
18584 #: parse-options.h:269
18585 msgid "use <n> digits to display SHA-1s"
18586 msgstr "sử dụng <n> chữ số để hiển thị SHA-1s"
18587
18588 #: command-list.h:50
18589 msgid "Add file contents to the index"
18590 msgstr "Thêm nội dung tập tin vào bảng mục lục"
18591
18592 #: command-list.h:51
18593 msgid "Apply a series of patches from a mailbox"
18594 msgstr "Áp dụng một chuỗi các miếng và từ một mailbox"
18595
18596 #: command-list.h:52
18597 msgid "Annotate file lines with commit information"
18598 msgstr "Các dòng diễn giải tập tin với thông tin chuyển giao"
18599
18600 #: command-list.h:53
18601 msgid "Apply a patch to files and/or to the index"
18602 msgstr ""
18603 "Áp dụng một miếng vá cho các tập tin đã chỉ ra và/hoặc vào bảng mục lục"
18604
18605 #: command-list.h:54
18606 msgid "Import a GNU Arch repository into Git"
18607 msgstr "Nhập một kho GNU Arch vào một kho Git"
18608
18609 #: command-list.h:55
18610 msgid "Create an archive of files from a named tree"
18611 msgstr "Tạo một kho nén các tập tin từ cây làm việc có tên"
18612
18613 #: command-list.h:56
18614 msgid "Use binary search to find the commit that introduced a bug"
18615 msgstr "Tìm kiếm dạng nhị phân để tìm ra lần chuyển giao nào đưa ra lỗi"
18616
18617 #: command-list.h:57
18618 msgid "Show what revision and author last modified each line of a file"
18619 msgstr ""
18620 "Hiển thị số hiệu phiên bản và tác giả sửa đổi cuối cho từng dòng của một tập "
18621 "tin"
18622
18623 #: command-list.h:58
18624 msgid "List, create, or delete branches"
18625 msgstr "Liệt kê, tạo hay là xóa các nhánh"
18626
18627 #: command-list.h:59
18628 msgid "Move objects and refs by archive"
18629 msgstr "Di chuyển các đối tượng và tham chiếu theo kho lưu"
18630
18631 #: command-list.h:60
18632 msgid "Provide content or type and size information for repository objects"
18633 msgstr "Cung cấp nội dung hoặc thông tin về kiểu và cỡ cho các đối tượng kho"
18634
18635 #: command-list.h:61
18636 msgid "Display gitattributes information"
18637 msgstr "Hiển thị thông tin gitattributes"
18638
18639 #: command-list.h:62
18640 msgid "Debug gitignore / exclude files"
18641 msgstr "Gỡ lỗi các tập tin gitignore / exclude"
18642
18643 #: command-list.h:63
18644 msgid "Show canonical names and email addresses of contacts"
18645 msgstr "Hiển thị tên và địa chỉ thư điện tử của các liên hệ dạng chuẩn hóa"
18646
18647 #: command-list.h:64
18648 msgid "Switch branches or restore working tree files"
18649 msgstr "Chuyển các nhánh hoặc phục hồi lại các tập tin cây làm việc"
18650
18651 #: command-list.h:65
18652 msgid "Copy files from the index to the working tree"
18653 msgstr "Sao chép các tập tin từ mục lục ra cây làm việc"
18654
18655 #: command-list.h:66
18656 msgid "Ensures that a reference name is well formed"
18657 msgstr "Đảm bảo rằng một tên tham chiếu ở dạng thức tốt"
18658
18659 #: command-list.h:67
18660 msgid "Find commits yet to be applied to upstream"
18661 msgstr "Tìm những lần chuyển giao còn chưa được áp dụng lên thượng nguồn"
18662
18663 #: command-list.h:68
18664 msgid "Apply the changes introduced by some existing commits"
18665 msgstr "Áp dụng các thay đổi được đưa ra bởi một số lần chuyển giao sẵn có"
18666
18667 #: command-list.h:69
18668 msgid "Graphical alternative to git-commit"
18669 msgstr "Tương tác đồ họa với git-commit"
18670
18671 #: command-list.h:70
18672 msgid "Remove untracked files from the working tree"
18673 msgstr "Gỡ bỏ các tập tin không được theo dõi từ cây làm việc"
18674
18675 #: command-list.h:71
18676 msgid "Clone a repository into a new directory"
18677 msgstr "Nhân bản một kho chứa đến một thư mục mới"
18678
18679 #: command-list.h:72
18680 msgid "Display data in columns"
18681 msgstr "Hiển thị dữ liệu dạng các cột"
18682
18683 #: command-list.h:73
18684 msgid "Record changes to the repository"
18685 msgstr "Ghi các thay đổi vào kho chứa"
18686
18687 #: command-list.h:74
18688 msgid "Write and verify Git commit-graph files"
18689 msgstr "Ghi và thẩm tra các tập tin đồ họa các lần chuyển giao Git"
18690
18691 #: command-list.h:75
18692 msgid "Create a new commit object"
18693 msgstr "Tạo một đối tượng chuyển giao"
18694
18695 #: command-list.h:76
18696 msgid "Get and set repository or global options"
18697 msgstr "Lấy và đặt kho hoặc các tùy chọn toàn cục"
18698
18699 #: command-list.h:77
18700 msgid "Count unpacked number of objects and their disk consumption"
18701 msgstr ""
18702 "Đếm số lượng đối tượng chưa được đóng gói và mức tiêu dùng đĩa của chúng"
18703
18704 #: command-list.h:78
18705 msgid "Retrieve and store user credentials"
18706 msgstr "Nhận và lưu chứng nhận của người dùng"
18707
18708 #: command-list.h:79
18709 msgid "Helper to temporarily store passwords in memory"
18710 msgstr "Bộ hỗ trợ để lưu mật khẩu tạm thời trong bộ nhớ"
18711
18712 #: command-list.h:80
18713 msgid "Helper to store credentials on disk"
18714 msgstr "Bộ hỗ trợ để lưu chứng nhận vào đĩa"
18715
18716 #: command-list.h:81
18717 msgid "Export a single commit to a CVS checkout"
18718 msgstr "Xuất một lần chuyển giao thành một lần lấy ra CVS"
18719
18720 #: command-list.h:82
18721 msgid "Salvage your data out of another SCM people love to hate"
18722 msgstr "Xem xét giá trị dữ liệu của bạn khỏi người khác yêu SCM để ghét"
18723
18724 #: command-list.h:83
18725 msgid "A CVS server emulator for Git"
18726 msgstr "Một bộ mô phỏng máy dịch vụ CVS cho Git"
18727
18728 #: command-list.h:84
18729 msgid "A really simple server for Git repositories"
18730 msgstr "Một máy phục vụ thực sự đơn giản dành cho kho Git"
18731
18732 #: command-list.h:85
18733 msgid "Give an object a human readable name based on an available ref"
18734 msgstr ""
18735 "Đưa ra một đối tượng dựa trên một tên ở dạng con người đọc được trên một "
18736 "tham chiếu sẵn có"
18737
18738 #: command-list.h:86
18739 msgid "Show changes between commits, commit and working tree, etc"
18740 msgstr ""
18741 "Xem các thay đổi giữa những lần chuyển giao, giữa một lần chuyển giao và cây "
18742 "làm việc, v.v.."
18743
18744 #: command-list.h:87
18745 msgid "Compares files in the working tree and the index"
18746 msgstr "So sánh các tập tin trong cây làm việc và bảng mục lục"
18747
18748 #: command-list.h:88
18749 msgid "Compare a tree to the working tree or index"
18750 msgstr "So sánh các cây trong cây làm việc hoặc bảng mục lục"
18751
18752 #: command-list.h:89
18753 msgid "Compares the content and mode of blobs found via two tree objects"
18754 msgstr ""
18755 "So sánh nội dung và chế độ của các blob tìm thấy thông qua hai đối tượng cây"
18756
18757 #: command-list.h:90
18758 msgid "Show changes using common diff tools"
18759 msgstr "Hiển thị các thay đổi sử dụng các công cụ diff chung"
18760
18761 #: command-list.h:91
18762 msgid "Git data exporter"
18763 msgstr "Bộ xuất dữ liệu Git"
18764
18765 #: command-list.h:92
18766 msgid "Backend for fast Git data importers"
18767 msgstr "Ứng dụng chạy phía sau cho bộ nhập nhanh dữ liệu Git"
18768
18769 #: command-list.h:93
18770 msgid "Download objects and refs from another repository"
18771 msgstr "Tải về các đối tượng và tham chiếu từ kho chứa khác"
18772
18773 #: command-list.h:94
18774 msgid "Receive missing objects from another repository"
18775 msgstr "Tải về các đối tượng còn thiếu từ kho chứa khác"
18776
18777 #: command-list.h:95
18778 msgid "Rewrite branches"
18779 msgstr "Những nhánh ghi lại"
18780
18781 #: command-list.h:96
18782 msgid "Produce a merge commit message"
18783 msgstr "Sản sinh một ghi chú lần chuyển giao hòa trộn"
18784
18785 #: command-list.h:97
18786 msgid "Output information on each ref"
18787 msgstr "Xuất thông tin cho từng tham chiếu"
18788
18789 #: command-list.h:98
18790 msgid "Prepare patches for e-mail submission"
18791 msgstr "Chuẩn bị các miếng vá để gửi qua thư điện tử"
18792
18793 #: command-list.h:99
18794 msgid "Verifies the connectivity and validity of the objects in the database"
18795 msgstr ""
18796 "Thẩm tra lại tính kết nối và tính hiệu lực cảu các đối tượng trong cơ sở dữ "
18797 "liệu"
18798
18799 #: command-list.h:100
18800 msgid "Cleanup unnecessary files and optimize the local repository"
18801 msgstr "Dọn dẹp các tập tin không cần thiết và tối ưu kho nội bộ"
18802
18803 #: command-list.h:101
18804 msgid "Extract commit ID from an archive created using git-archive"
18805 msgstr ""
18806 "Rút trích mã số lần chuyển giao từ một kho nén đã được tạo bởi git-archive"
18807
18808 #: command-list.h:102
18809 msgid "Print lines matching a pattern"
18810 msgstr "In ra những dòng khớp với một mẫu"
18811
18812 #: command-list.h:103
18813 msgid "A portable graphical interface to Git"
18814 msgstr "Một giao diện đồ họa khả chuyển cho Git"
18815
18816 #: command-list.h:104
18817 msgid "Compute object ID and optionally creates a blob from a file"
18818 msgstr "Tính toán ID đối tượng và tùy chọn là tạo một blob từ một tập tin"
18819
18820 #: command-list.h:105
18821 msgid "Display help information about Git"
18822 msgstr "Hiển thị thông tin trợ giúp về Git"
18823
18824 #: command-list.h:106
18825 msgid "Server side implementation of Git over HTTP"
18826 msgstr "Thi hành phía máy chủ của Git qua HTTP"
18827
18828 #: command-list.h:107
18829 msgid "Download from a remote Git repository via HTTP"
18830 msgstr "Tải về từ một kho chứa Git trên mạng thông qua HTTP"
18831
18832 #: command-list.h:108
18833 msgid "Push objects over HTTP/DAV to another repository"
18834 msgstr "Đẩy các đối tượng lên thông qua HTTP/DAV đến kho chứa khác"
18835
18836 #: command-list.h:109
18837 msgid "Send a collection of patches from stdin to an IMAP folder"
18838 msgstr ""
18839 "Gửi một bộ sưu tập các miếng vá từ đầu vào tiêu chuẩn đến một thư mục IMAP"
18840
18841 #: command-list.h:110
18842 msgid "Build pack index file for an existing packed archive"
18843 msgstr "Xây dựng tập tin mục lục gói cho một kho nén đã đóng gói sẵn có"
18844
18845 #: command-list.h:111
18846 msgid "Create an empty Git repository or reinitialize an existing one"
18847 msgstr "Tạo một kho git mới hay khởi tạo lại một kho đã tồn tại từ trước"
18848
18849 #: command-list.h:112
18850 msgid "Instantly browse your working repository in gitweb"
18851 msgstr "Duyệt ngay kho làm việc của bạn trong gitweb"
18852
18853 #: command-list.h:113
18854 msgid "add or parse structured information in commit messages"
18855 msgstr "thêm hay phân tích thông tin cấu trúc trong ghi chú lần chuyển giao"
18856
18857 #: command-list.h:114
18858 msgid "The Git repository browser"
18859 msgstr "Bộ duyện kho Git"
18860
18861 #: command-list.h:115
18862 msgid "Show commit logs"
18863 msgstr "Hiển thị nhật ký các lần chuyển giao"
18864
18865 #: command-list.h:116
18866 msgid "Show information about files in the index and the working tree"
18867 msgstr "Hiển thị thông tin về các tập tin trong bảng mục lục và cây làm việc"
18868
18869 #: command-list.h:117
18870 msgid "List references in a remote repository"
18871 msgstr "Liệt kê các tham chiếu trong một kho chứa trên mạng"
18872
18873 #: command-list.h:118
18874 msgid "List the contents of a tree object"
18875 msgstr "Liệt kê nội dung của đối tượng cây"
18876
18877 #: command-list.h:119
18878 msgid "Extracts patch and authorship from a single e-mail message"
18879 msgstr "Trích xuất miếng và và nguồn tác giả từ một thư điện tử đơn"
18880
18881 #: command-list.h:120
18882 msgid "Simple UNIX mbox splitter program"
18883 msgstr "Chương trình phân tách UNIX mbox đơn giản"
18884
18885 #: command-list.h:121
18886 msgid "Join two or more development histories together"
18887 msgstr "Hợp nhất hai hay nhiều hơn lịch sử của các nhà phát triển"
18888
18889 #: command-list.h:122
18890 msgid "Find as good common ancestors as possible for a merge"
18891 msgstr "Tìm các tổ tiên chung tốt có thể được cho hòa trộn"
18892
18893 #: command-list.h:123
18894 msgid "Run a three-way file merge"
18895 msgstr "Chạy một hòa trộn tập tin “3-đường”"
18896
18897 #: command-list.h:124
18898 msgid "Run a merge for files needing merging"
18899 msgstr "Chạy một hòa trộn cho các tập tin cần hòa trộn"
18900
18901 #: command-list.h:125
18902 msgid "The standard helper program to use with git-merge-index"
18903 msgstr "Một chương trình hỗ trợ tiêu chuẩn dùng với git-merge-index"
18904
18905 #: command-list.h:126
18906 msgid "Run merge conflict resolution tools to resolve merge conflicts"
18907 msgstr ""
18908 "Chạy công cụ phân giải xung đột hòa trộn để mà giải quyết các xung đột hòa "
18909 "trộn"
18910
18911 #: command-list.h:127
18912 msgid "Show three-way merge without touching index"
18913 msgstr "Hiển thị hòa trộn ba-đường mà không đụng chạm đến mục lục"
18914
18915 #: command-list.h:128
18916 msgid "Write and verify multi-pack-indexes"
18917 msgstr "Ghi và thẩm tra các multi-pack-indexes"
18918
18919 #: command-list.h:129
18920 msgid "Creates a tag object"
18921 msgstr "Tạo một đối tượng thẻ"
18922
18923 #: command-list.h:130
18924 msgid "Build a tree-object from ls-tree formatted text"
18925 msgstr "Xây dựng một tree-object từ văn bản định dạng ls-tree"
18926
18927 #: command-list.h:131
18928 msgid "Move or rename a file, a directory, or a symlink"
18929 msgstr "Di chuyển hay đổi tên một tập tin, thư mục hoặc liên kết mềm"
18930
18931 #: command-list.h:132
18932 msgid "Find symbolic names for given revs"
18933 msgstr "Tìm các tên liên kết mềm cho điểm xét đã cho"
18934
18935 #: command-list.h:133
18936 msgid "Add or inspect object notes"
18937 msgstr "thêm hoặc điều tra đối tượng ghi chú"
18938
18939 #: command-list.h:134
18940 msgid "Import from and submit to Perforce repositories"
18941 msgstr "Nhập vào từ và gửi đến các kho cần thiết"
18942
18943 #: command-list.h:135
18944 msgid "Create a packed archive of objects"
18945 msgstr "Tạo một kho lưu được đóng gói cho các đối"
18946
18947 #: command-list.h:136
18948 msgid "Find redundant pack files"
18949 msgstr "Tìm các tập tin gói dư thừa"
18950
18951 #: command-list.h:137
18952 msgid "Pack heads and tags for efficient repository access"
18953 msgstr "Đóng gói các phần đầu và thẻ để truy cập kho hiệu quả hơn"
18954
18955 #: command-list.h:138
18956 msgid "Routines to help parsing remote repository access parameters"
18957 msgstr "Các thủ tục để giúp phân tích các tham số truy cập kho chứa trên mạng"
18958
18959 #: command-list.h:139
18960 msgid "Compute unique ID for a patch"
18961 msgstr "Tính toán ID duy nhất cho một miếng vá"
18962
18963 #: command-list.h:140
18964 msgid "Prune all unreachable objects from the object database"
18965 msgstr ""
18966 "Xén bớt tất các các đối tượng không tiếp cận được từ cơ sở dữ liệu đối tượng"
18967
18968 #: command-list.h:141
18969 msgid "Remove extra objects that are already in pack files"
18970 msgstr "Xóa bỏ các đối tượng mở rộng cái mà đã sẵn có trong các tập tin gói"
18971
18972 #: command-list.h:142
18973 msgid "Fetch from and integrate with another repository or a local branch"
18974 msgstr "Lấy về và hợp nhất với kho khác hay một nhánh nội bộ"
18975
18976 #: command-list.h:143
18977 msgid "Update remote refs along with associated objects"
18978 msgstr "Cập nhật th.chiếu máy chủ cùng với các đối tượng liên quan đến nó"
18979
18980 #: command-list.h:144
18981 msgid "Applies a quilt patchset onto the current branch"
18982 msgstr "Ấp dụng một bộ miếng vá quilt vào trong nhánh hiện hành"
18983
18984 #: command-list.h:145
18985 msgid "Compare two commit ranges (e.g. two versions of a branch)"
18986 msgstr "So sánh hai vùng chuyển giao (vd: hai phiên bản của một nhánh)"
18987
18988 #: command-list.h:146
18989 msgid "Reads tree information into the index"
18990 msgstr "Đọc thông tin cây vào trong mục lục"
18991
18992 #: command-list.h:147
18993 msgid "Reapply commits on top of another base tip"
18994 msgstr "Thu hoạch các lần chuyển giao trên đỉnh của đầu mút cơ sở khác"
18995
18996 #: command-list.h:148
18997 msgid "Receive what is pushed into the repository"
18998 msgstr "Nhận cái mà được đẩy vào trong kho"
18999
19000 #: command-list.h:149
19001 msgid "Manage reflog information"
19002 msgstr "Quản lý thông tin reflog"
19003
19004 #: command-list.h:150
19005 msgid "Manage set of tracked repositories"
19006 msgstr "Quản lý tập hợp các kho chứa đã được theo dõi"
19007
19008 #: command-list.h:151
19009 msgid "Pack unpacked objects in a repository"
19010 msgstr "Đóng gói các đối tượng chưa đóng gói ở một kho chứa"
19011
19012 #: command-list.h:152
19013 msgid "Create, list, delete refs to replace objects"
19014 msgstr "Tạo, liệt kê, xóa các tham chiếu để thay thế các đối tượng"
19015
19016 #: command-list.h:153
19017 msgid "Generates a summary of pending changes"
19018 msgstr "Tạo ra một tóm tắt các thay đổi còn treo"
19019
19020 #: command-list.h:154
19021 msgid "Reuse recorded resolution of conflicted merges"
19022 msgstr "Dùng lại các giải pháp đã ghi lại của các hòa trộn bị xung đột"
19023
19024 #: command-list.h:155
19025 msgid "Reset current HEAD to the specified state"
19026 msgstr "Đặt lại HEAD hiện hành thành trạng thái đã cho"
19027
19028 #: command-list.h:156
19029 msgid "Revert some existing commits"
19030 msgstr "Hoàn lại một số lần chuyển giao sẵn có"
19031
19032 #: command-list.h:157
19033 msgid "Lists commit objects in reverse chronological order"
19034 msgstr "Liệt kê các đối tượng chuyển giao theo thứ tự tôpô đảo ngược"
19035
19036 #: command-list.h:158
19037 msgid "Pick out and massage parameters"
19038 msgstr "Cậy ra và xử lý các tham số"
19039
19040 #: command-list.h:159
19041 msgid "Remove files from the working tree and from the index"
19042 msgstr "Gỡ bỏ các tập tin từ cây làm việc và từ bảng mục lục"
19043
19044 #: command-list.h:160
19045 msgid "Send a collection of patches as emails"
19046 msgstr "Gửi một tập hợp của các miếng vá ở dạng thư điện tử"
19047
19048 #: command-list.h:161
19049 msgid "Push objects over Git protocol to another repository"
19050 msgstr "Đẩy các đối tượng lên thông qua giao thức Git đến kho chứa khác"
19051
19052 #: command-list.h:162
19053 msgid "Restricted login shell for Git-only SSH access"
19054 msgstr "Hệ vỏ đăng nhập có hạn chế cho truy cập SSH chỉ-Git"
19055
19056 #: command-list.h:163
19057 msgid "Summarize 'git log' output"
19058 msgstr "Kết xuất “git log” dạng tóm tắt"
19059
19060 #: command-list.h:164
19061 msgid "Show various types of objects"
19062 msgstr "Hiển thị các kiểu khác nhau của các đối tượng"
19063
19064 #: command-list.h:165
19065 msgid "Show branches and their commits"
19066 msgstr "Hiển thị những nhánh và các lần chuyển giao của chúng"
19067
19068 #: command-list.h:166
19069 msgid "Show packed archive index"
19070 msgstr "Hiển thị các muc lục kho nén đã đóng gói"
19071
19072 #: command-list.h:167
19073 msgid "List references in a local repository"
19074 msgstr "Liệt kê các tham chiếu trong một kho nội bộ"
19075
19076 #: command-list.h:168
19077 msgid "Git's i18n setup code for shell scripts"
19078 msgstr "Nã cài đặt quốc tế hóa của Git cho văn lệnh hệ vỏ"
19079
19080 #: command-list.h:169
19081 msgid "Common Git shell script setup code"
19082 msgstr "Mã cài đặt văn lệnh hệ vỏ Git chung"
19083
19084 #: command-list.h:170
19085 msgid "Stash the changes in a dirty working directory away"
19086 msgstr "Tạm cất đi các thay đổi trong một thư mục làm việc bẩn"
19087
19088 #: command-list.h:171
19089 msgid "Add file contents to the staging area"
19090 msgstr "Thêm nội dung tập tin vào vùng bệ phóng"
19091
19092 #: command-list.h:172
19093 msgid "Show the working tree status"
19094 msgstr "Hiển thị trạng thái cây làm việc"
19095
19096 #: command-list.h:173
19097 msgid "Remove unnecessary whitespace"
19098 msgstr "Xóa bỏ các khoảng trắng không cần thiết"
19099
19100 #: command-list.h:174
19101 msgid "Initialize, update or inspect submodules"
19102 msgstr "Khởi tạo, cập nhật hay điều tra các mô-đun-con"
19103
19104 #: command-list.h:175
19105 msgid "Bidirectional operation between a Subversion repository and Git"
19106 msgstr "Thao tác hai hướng giữ hai kho Subversion và Git"
19107
19108 #: command-list.h:176
19109 msgid "Read, modify and delete symbolic refs"
19110 msgstr "Đọc, sửa và xóa tham chiếu mềm"
19111
19112 #: command-list.h:177
19113 msgid "Create, list, delete or verify a tag object signed with GPG"
19114 msgstr "Tạo, liệt kê, xóa hay xác thực một đối tượng thẻ được ký bằng GPG"
19115
19116 #: command-list.h:178
19117 msgid "Creates a temporary file with a blob's contents"
19118 msgstr "Tạo một tập tin tạm với nội dung của blob"
19119
19120 #: command-list.h:179
19121 msgid "Unpack objects from a packed archive"
19122 msgstr "Gỡ các đối tượng khỏi một kho lưu đã đóng gói"
19123
19124 #: command-list.h:180
19125 msgid "Register file contents in the working tree to the index"
19126 msgstr "Đăng ký nội dung tập tin từ cây làm việc đến bảng mục lục"
19127
19128 #: command-list.h:181
19129 msgid "Update the object name stored in a ref safely"
19130 msgstr "Cập nhật tên đối tượng được lưu trong một tham chiếu một cách an toàn"
19131
19132 #: command-list.h:182
19133 msgid "Update auxiliary info file to help dumb servers"
19134 msgstr "Cập nhật tập tin thông tin phụ trợ để giúp đỡ các dịch vụ dumb"
19135
19136 #: command-list.h:183
19137 msgid "Send archive back to git-archive"
19138 msgstr "Gửi trở lại kho lưu đến git-archive"
19139
19140 #: command-list.h:184
19141 msgid "Send objects packed back to git-fetch-pack"
19142 msgstr "Gửi trở lại các đối tượng đã đóng gói cho git-fetch-pack"
19143
19144 #: command-list.h:185
19145 msgid "Show a Git logical variable"
19146 msgstr "Hiển thị một biến Git luận lý"
19147
19148 #: command-list.h:186
19149 msgid "Check the GPG signature of commits"
19150 msgstr "Kiểm tra ký lần chuyển giao dùng GPG"
19151
19152 #: command-list.h:187
19153 msgid "Validate packed Git archive files"
19154 msgstr "Kiểm tra lại các tập tin kho (lưu trữ, nén) Git đã được đóng gói"
19155
19156 #: command-list.h:188
19157 msgid "Check the GPG signature of tags"
19158 msgstr "Kiểm tra chữ ký GPG của các thẻ"
19159
19160 #: command-list.h:189
19161 msgid "Git web interface (web frontend to Git repositories)"
19162 msgstr "Giao diện Git trên nền web (ứng dụng web chạy trên kho Git)"
19163
19164 #: command-list.h:190
19165 msgid "Show logs with difference each commit introduces"
19166 msgstr "Hiển thị các nhật ký với từng lần chuyển giao khác nhau đưa ra"
19167
19168 #: command-list.h:191
19169 msgid "Manage multiple working trees"
19170 msgstr "Quản lý nhiều cây làm việc"
19171
19172 #: command-list.h:192
19173 msgid "Create a tree object from the current index"
19174 msgstr "Tạo một đối tượng cây từ đầu vào tiêu chuẩn stdin hiện tại"
19175
19176 #: command-list.h:193
19177 msgid "Defining attributes per path"
19178 msgstr "Định nghĩa các thuộc tính cho mỗi đường dẫn"
19179
19180 #: command-list.h:194
19181 msgid "Git command-line interface and conventions"
19182 msgstr "Giao diện dòng lệnh Git và quy ước"
19183
19184 #: command-list.h:195
19185 msgid "A Git core tutorial for developers"
19186 msgstr "Hướng dẫn Git cơ bản cho nhà phát triển"
19187
19188 #: command-list.h:196
19189 msgid "Git for CVS users"
19190 msgstr "Git dành cho những người dùng CVS"
19191
19192 #: command-list.h:197
19193 msgid "Tweaking diff output"
19194 msgstr "Chỉnh kết xuất diff"
19195
19196 #: command-list.h:198
19197 msgid "A useful minimum set of commands for Everyday Git"
19198 msgstr "Một tập hợp lệnh hữu dụng tối thiểu để dùng Git hàng ngày"
19199
19200 #: command-list.h:199
19201 msgid "A Git Glossary"
19202 msgstr "Thuật ngữ chuyên môn Git"
19203
19204 #: command-list.h:200
19205 msgid "Hooks used by Git"
19206 msgstr "Các móc được sử dụng bởi Git"
19207
19208 #: command-list.h:201
19209 msgid "Specifies intentionally untracked files to ignore"
19210 msgstr "Chỉ định các tập tin không cần theo dõi"
19211
19212 #: command-list.h:202
19213 msgid "Defining submodule properties"
19214 msgstr "Định nghĩa thuộc tính mô-đun-con"
19215
19216 #: command-list.h:203
19217 msgid "Git namespaces"
19218 msgstr "không gian tên Git"
19219
19220 #: command-list.h:204
19221 msgid "Git Repository Layout"
19222 msgstr "Bố cục kho Git"
19223
19224 #: command-list.h:205
19225 msgid "Specifying revisions and ranges for Git"
19226 msgstr "Chỉ định điểm xét duyệt và vùng cho Git"
19227
19228 #: command-list.h:206
19229 msgid "A tutorial introduction to Git: part two"
19230 msgstr "Hướng dẫn cách dùng Git: phần hai"
19231
19232 #: command-list.h:207
19233 msgid "A tutorial introduction to Git"
19234 msgstr "Hướng dẫn cách dùng Git"
19235
19236 #: command-list.h:208
19237 msgid "An overview of recommended workflows with Git"
19238 msgstr "Tổng quan về luồng công việc khuyến nghị nên dùng với Git."
19239
19240 #: rerere.h:44
19241 msgid "update the index with reused conflict resolution if possible"
19242 msgstr "cập nhật bảng mục lục với phân giải xung đột dùng lại nếu được"
19243
19244 #: git-bisect.sh:54
19245 msgid "You need to start by \"git bisect start\""
19246 msgstr "Bạn cần khởi đầu bằng \"git bisect start\""
19247
19248 #. TRANSLATORS: Make sure to include [Y] and [n] in your
19249 #. translation. The program will only accept English input
19250 #. at this point.
19251 #: git-bisect.sh:60
19252 msgid "Do you want me to do it for you [Y/n]? "
19253 msgstr "Bạn có muốn tôi thực hiện điều này cho bạn không [Y/n]? "
19254
19255 #: git-bisect.sh:121
19256 #, sh-format
19257 msgid "unrecognised option: '$arg'"
19258 msgstr "không công nhận tùy chọn: “$arg”"
19259
19260 #: git-bisect.sh:125
19261 #, sh-format
19262 msgid "'$arg' does not appear to be a valid revision"
19263 msgstr "”$arg” không có vẻ như là một điểm xét duyệt hợp lệ"
19264
19265 #: git-bisect.sh:154
19266 msgid "Bad HEAD - I need a HEAD"
19267 msgstr "HEAD sai - Tôi cần một HEAD"
19268
19269 #: git-bisect.sh:167
19270 #, sh-format
19271 msgid ""
19272 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
19273 msgstr ""
19274 "Việc lấy “$start_head” ra gặp lỗi. Hãy thử \"git bisect reset <nhánh_hợp_lệ>"
19275 "\"."
19276
19277 #: git-bisect.sh:177
19278 msgid "won't bisect on cg-seek'ed tree"
19279 msgstr "sẽ không di chuyển nửa bước trên cây được cg-seek"
19280
19281 #: git-bisect.sh:181
19282 msgid "Bad HEAD - strange symbolic ref"
19283 msgstr "HEAD sai - tham chiếu mềm kỳ lạ"
19284
19285 #: git-bisect.sh:233
19286 #, sh-format
19287 msgid "Bad bisect_write argument: $state"
19288 msgstr "Đối số bisect_write sai: $state"
19289
19290 #: git-bisect.sh:246
19291 #, sh-format
19292 msgid "Bad rev input: $arg"
19293 msgstr "Đầu vào rev sai: $arg"
19294
19295 #: git-bisect.sh:265
19296 #, sh-format
19297 msgid "Bad rev input: $bisected_head"
19298 msgstr "Đầu vào rev sai: $bisected_head"
19299
19300 #: git-bisect.sh:274
19301 #, sh-format
19302 msgid "Bad rev input: $rev"
19303 msgstr "Đầu vào rev sai: $rev"
19304
19305 #: git-bisect.sh:283
19306 #, sh-format
19307 msgid "'git bisect $TERM_BAD' can take only one argument."
19308 msgstr "“git bisect $TERM_BAD” có thể lấy chỉ một đối số."
19309
19310 #: git-bisect.sh:306
19311 #, sh-format
19312 msgid "Warning: bisecting only with a $TERM_BAD commit."
19313 msgstr "Cảnh báo: chỉ thực hiện việc bisect với một lần chuyển giao $TERM_BAD."
19314
19315 #. TRANSLATORS: Make sure to include [Y] and [n] in your
19316 #. translation. The program will only accept English input
19317 #. at this point.
19318 #: git-bisect.sh:312
19319 msgid "Are you sure [Y/n]? "
19320 msgstr "Bạn có chắc chắn chưa [Y/n]? "
19321
19322 #: git-bisect.sh:324
19323 #, sh-format
19324 msgid ""
19325 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
19326 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
19327 msgstr ""
19328 "Bạn phải chỉ cho tôi ít nhất một điểm $bad_syn và một $good_syn.\n"
19329 "(Bạn có thể sử dụng \"git bisect $bad_syn\" và \"git bisect $good_syn\" cho "
19330 "cái đó.)"
19331
19332 #: git-bisect.sh:327
19333 #, sh-format
19334 msgid ""
19335 "You need to start by \"git bisect start\".\n"
19336 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
19337 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
19338 msgstr ""
19339 "Bạn cần bắt đầu bằng lệnh \"git bisect start\".\n"
19340 "Bạn sau đó cần phải chỉ cho tôi ít nhất một điểm xét duyệt $good_syn và một "
19341 "$bad_syn.\n"
19342 "(Bạn có thể sử dụng \"git bisect $bad_syn\" và \"git bisect $good_syn\" cho "
19343 "chúng.)"
19344
19345 #: git-bisect.sh:398 git-bisect.sh:512
19346 msgid "We are not bisecting."
19347 msgstr "Chúng tôi không bisect."
19348
19349 #: git-bisect.sh:405
19350 #, sh-format
19351 msgid "'$invalid' is not a valid commit"
19352 msgstr "”$invalid” không phải là lần chuyển giao hợp lệ"
19353
19354 #: git-bisect.sh:414
19355 #, sh-format
19356 msgid ""
19357 "Could not check out original HEAD '$branch'.\n"
19358 "Try 'git bisect reset <commit>'."
19359 msgstr ""
19360 "Không thể check-out HEAD nguyên thủy của “$branch”.\n"
19361 "Hãy thử “git bisect reset <lần-chuyển-giao>”."
19362
19363 #: git-bisect.sh:422
19364 msgid "No logfile given"
19365 msgstr "Chưa chỉ ra tập tin ghi nhật ký"
19366
19367 #: git-bisect.sh:423
19368 #, sh-format
19369 msgid "cannot read $file for replaying"
19370 msgstr "không thể đọc $file để thao diễn lại"
19371
19372 #: git-bisect.sh:444
19373 msgid "?? what are you talking about?"
19374 msgstr "?? bạn đang nói gì thế?"
19375
19376 #: git-bisect.sh:453
19377 msgid "bisect run failed: no command provided."
19378 msgstr "bisect chạy gặp lỗi: không đưa ra lệnh."
19379
19380 #: git-bisect.sh:458
19381 #, sh-format
19382 msgid "running $command"
19383 msgstr "đang chạy lệnh $command"
19384
19385 #: git-bisect.sh:465
19386 #, sh-format
19387 msgid ""
19388 "bisect run failed:\n"
19389 "exit code $res from '$command' is < 0 or >= 128"
19390 msgstr ""
19391 "chạy bisect gặp lỗi:\n"
19392 "mã trả về $res từ lệnh “$command” là < 0 hoặc >= 128"
19393
19394 #: git-bisect.sh:491
19395 msgid "bisect run cannot continue any more"
19396 msgstr "bisect không thể tiếp tục thêm được nữa"
19397
19398 #: git-bisect.sh:497
19399 #, sh-format
19400 msgid ""
19401 "bisect run failed:\n"
19402 "'bisect_state $state' exited with error code $res"
19403 msgstr ""
19404 "chạy bisect gặp lỗi:\n"
19405 "”bisect_state $state” đã thoát ra với mã lỗi $res"
19406
19407 #: git-bisect.sh:504
19408 msgid "bisect run success"
19409 msgstr "bisect chạy thành công"
19410
19411 #: git-bisect.sh:533
19412 #, sh-format
19413 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
19414 msgstr "Lệnh không hợp lệ: bạn hiện đang ở bisect $TERM_BAD/$TERM_GOOD."
19415
19416 #: git-bisect.sh:567
19417 msgid "no terms defined"
19418 msgstr "chưa định nghĩa thời kỳ nào"
19419
19420 #: git-bisect.sh:584
19421 #, sh-format
19422 msgid ""
19423 "invalid argument $arg for 'git bisect terms'.\n"
19424 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
19425 msgstr ""
19426 "tham số không hợp lệ $arg cho “git bisect terms”.\n"
19427 "Các tùy chọn hỗ trợ là: --term-good|--term-old và --term-bad|--term-new."
19428
19429 #: git-merge-octopus.sh:46
19430 msgid ""
19431 "Error: Your local changes to the following files would be overwritten by "
19432 "merge"
19433 msgstr ""
19434 "Lỗi: Các thay đổi nội bộ của bạn với các tập tin sau đây sẽ bị ghi đè bởi "
19435 "lệnh hòa trộn"
19436
19437 #: git-merge-octopus.sh:61
19438 msgid "Automated merge did not work."
19439 msgstr "Hòa trộn một cách tự động không làm việc."
19440
19441 #: git-merge-octopus.sh:62
19442 msgid "Should not be doing an octopus."
19443 msgstr "Không thể thực hiện một octopus."
19444
19445 #: git-merge-octopus.sh:73
19446 #, sh-format
19447 msgid "Unable to find common commit with $pretty_name"
19448 msgstr "Không thể tìm thấy lần chuyển giao chung với $pretty_name"
19449
19450 #: git-merge-octopus.sh:77
19451 #, sh-format
19452 msgid "Already up to date with $pretty_name"
19453 msgstr "Đã cập nhật với $pretty_name rồi"
19454
19455 #: git-merge-octopus.sh:89
19456 #, sh-format
19457 msgid "Fast-forwarding to: $pretty_name"
19458 msgstr "Chuyển-tiếp-nhanh đến: $pretty_name"
19459
19460 #: git-merge-octopus.sh:97
19461 #, sh-format
19462 msgid "Trying simple merge with $pretty_name"
19463 msgstr "Đang thử hòa trộn đơn giản với $pretty_name"
19464
19465 #: git-merge-octopus.sh:102
19466 msgid "Simple merge did not work, trying automatic merge."
19467 msgstr "Hòa trộn đơn giản không làm việc, thử hòa trộn tự động."
19468
19469 #: git-legacy-rebase.sh:434
19470 #, sh-format
19471 msgid "Could not move back to $head_name"
19472 msgstr "Không thể quay trở lại $head_name"
19473
19474 #: git-legacy-rebase.sh:460
19475 #, sh-format
19476 msgid ""
19477 "It seems that there is already a $state_dir_base directory, and\n"
19478 "I wonder if you are in the middle of another rebase. If that is the\n"
19479 "case, please try\n"
19480 "\t$cmd_live_rebase\n"
19481 "If that is not the case, please\n"
19482 "\t$cmd_clear_stale_rebase\n"
19483 "and run me again. I am stopping in case you still have something\n"
19484 "valuable there."
19485 msgstr ""
19486 "Hình như là ở đây sẵn có một thư mục $state_dir_base, và\n"
19487 "Tôi tự hỏi có phải bạn đang ở giữa một lệnh rebase khác. Nếu đúng là\n"
19488 "như vậy, xin hãy thử\n"
19489 "\t$cmd_live_rebase\n"
19490 "Nếu không phải thế, hãy thử\n"
19491 "\t$cmd_clear_stale_rebase\n"
19492 "và chạy TÔI lần nữa. TÔI dừng lại trong trường hợp bạn vẫn\n"
19493 "có một số thứ quý giá ở đây."
19494
19495 #: git-legacy-rebase.sh:525
19496 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
19497 msgstr "lỗi: không thể kết hợp “--signoff” với “--preserve-merges”"
19498
19499 #: git-legacy-rebase.sh:570
19500 #, sh-format
19501 msgid "invalid upstream '$upstream_name'"
19502 msgstr "thượng nguồn không hợp lệ “$upstream_name”"
19503
19504 #: git-legacy-rebase.sh:594
19505 #, sh-format
19506 msgid "$onto_name: there are more than one merge bases"
19507 msgstr "$onto_name: ở đây có nhiều hơn một nền móng hòa trộn"
19508
19509 #: git-legacy-rebase.sh:597 git-legacy-rebase.sh:601
19510 #, sh-format
19511 msgid "$onto_name: there is no merge base"
19512 msgstr "$onto_name: ở đây không có nền móng hòa trộn nào"
19513
19514 #: git-legacy-rebase.sh:606
19515 #, sh-format
19516 msgid "Does not point to a valid commit: $onto_name"
19517 msgstr "Không chỉ đến một lần chuyển giao không hợp lệ: $onto_name"
19518
19519 #: git-legacy-rebase.sh:632
19520 #, sh-format
19521 msgid "fatal: no such branch/commit '$branch_name'"
19522 msgstr "nghiêm trọng: không có nhánh như thế: “$branch_name”"
19523
19524 #: git-legacy-rebase.sh:670
19525 #, sh-format
19526 msgid "Created autostash: $stash_abbrev"
19527 msgstr "Đã tạo autostash: $stash_abbrev"
19528
19529 #: git-legacy-rebase.sh:699
19530 #, sh-format
19531 msgid "Current branch $branch_name is up to date."
19532 msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi."
19533
19534 #: git-legacy-rebase.sh:709
19535 #, sh-format
19536 msgid "Current branch $branch_name is up to date, rebase forced."
19537 msgstr "Nhánh hiện tại $branch_name đã được cập nhật rồi, lệnh rebase ép buộc."
19538
19539 #: git-legacy-rebase.sh:721
19540 #, sh-format
19541 msgid "Changes from $mb to $onto:"
19542 msgstr "Thay đổi từ $mb thành $onto:"
19543
19544 #: git-legacy-rebase.sh:730
19545 msgid "First, rewinding head to replay your work on top of it..."
19546 msgstr "Trước tiên, di chuyển head để xem lại các công việc trên đỉnh của nó…"
19547
19548 #: git-legacy-rebase.sh:740
19549 #, sh-format
19550 msgid "Fast-forwarded $branch_name to $onto_name."
19551 msgstr "Chuyển-tiếp-nhanh $branch_name thành $onto_name."
19552
19553 #: git-stash.sh:61
19554 msgid "git stash clear with parameters is unimplemented"
19555 msgstr ""
19556 "git stash clear với các tham số là chưa được thực hiện (không nhận đối số)"
19557
19558 #: git-stash.sh:108
19559 msgid "You do not have the initial commit yet"
19560 msgstr "Bạn chưa còn có lần chuyển giao khởi tạo"
19561
19562 #: git-stash.sh:123
19563 msgid "Cannot save the current index state"
19564 msgstr "Không thể ghi lại trạng thái bảng mục lục hiện hành"
19565
19566 #: git-stash.sh:138
19567 msgid "Cannot save the untracked files"
19568 msgstr "Không thể ghi lại các tập tin chưa theo dõi"
19569
19570 #: git-stash.sh:158 git-stash.sh:171
19571 msgid "Cannot save the current worktree state"
19572 msgstr "Không thể ghi lại trạng thái cây-làm-việc hiện hành"
19573
19574 #: git-stash.sh:175
19575 msgid "No changes selected"
19576 msgstr "Chưa có thay đổi nào được chọn"
19577
19578 #: git-stash.sh:178
19579 msgid "Cannot remove temporary index (can't happen)"
19580 msgstr "Không thể gỡ bỏ bảng mục lục tạm thời (không thể xảy ra)"
19581
19582 #: git-stash.sh:191
19583 msgid "Cannot record working tree state"
19584 msgstr "Không thể ghi lại trạng thái cây làm việc hiện hành"
19585
19586 #: git-stash.sh:229
19587 #, sh-format
19588 msgid "Cannot update $ref_stash with $w_commit"
19589 msgstr "Không thể cập nhật $ref_stash với $w_commit"
19590
19591 #: git-stash.sh:281
19592 #, sh-format
19593 msgid "error: unknown option for 'stash push': $option"
19594 msgstr "lỗi: không hiểu tùy chọn cho “stash push”: $option"
19595
19596 #: git-stash.sh:295
19597 msgid "Can't use --patch and --include-untracked or --all at the same time"
19598 msgstr "Không thể dùng --patch và --include-untracked hay --all cùng một lúc."
19599
19600 #: git-stash.sh:303
19601 msgid "No local changes to save"
19602 msgstr "Không có thay đổi nội bộ nào được ghi lại"
19603
19604 #: git-stash.sh:308
19605 msgid "Cannot initialize stash"
19606 msgstr "Không thể khởi tạo stash"
19607
19608 #: git-stash.sh:312
19609 msgid "Cannot save the current status"
19610 msgstr "Không thể ghi lại trạng thái hiện hành"
19611
19612 #: git-stash.sh:313
19613 #, sh-format
19614 msgid "Saved working directory and index state $stash_msg"
19615 msgstr "Đã ghi lại thư mục làm việc và trạng thái mục lục $stash_msg"
19616
19617 #: git-stash.sh:342
19618 msgid "Cannot remove worktree changes"
19619 msgstr "Không thể gỡ bỏ các thay đổi cây-làm-việc"
19620
19621 #: git-stash.sh:490
19622 #, sh-format
19623 msgid "unknown option: $opt"
19624 msgstr "không hiểu tùy chọn: $opt"
19625
19626 #: git-stash.sh:503
19627 msgid "No stash entries found."
19628 msgstr "Không tìm thấy các mục tạm cất (stash) nào."
19629
19630 #: git-stash.sh:510
19631 #, sh-format
19632 msgid "Too many revisions specified: $REV"
19633 msgstr "Chỉ ra quá nhiều điểm xét duyệt: $REV"
19634
19635 #: git-stash.sh:525
19636 #, sh-format
19637 msgid "$reference is not a valid reference"
19638 msgstr "$reference không phải là tham chiếu hợp lệ"
19639
19640 #: git-stash.sh:553
19641 #, sh-format
19642 msgid "'$args' is not a stash-like commit"
19643 msgstr "“$args” không phải là lần chuyển giao kiểu-stash (cất đi)"
19644
19645 #: git-stash.sh:564
19646 #, sh-format
19647 msgid "'$args' is not a stash reference"
19648 msgstr "”$args” không phải tham chiếu đến stash"
19649
19650 #: git-stash.sh:572
19651 msgid "unable to refresh index"
19652 msgstr "không thể làm tươi mới bảng mục lục"
19653
19654 #: git-stash.sh:576
19655 msgid "Cannot apply a stash in the middle of a merge"
19656 msgstr "Không thể áp dụng một stash ở giữa của quá trình hòa trộn"
19657
19658 #: git-stash.sh:584
19659 msgid "Conflicts in index. Try without --index."
19660 msgstr "Xung đột trong bảng mục lục. Hãy thử mà không dùng tùy chọn --index."
19661
19662 #: git-stash.sh:586
19663 msgid "Could not save index tree"
19664 msgstr "Không thể ghi lại cây chỉ mục"
19665
19666 #: git-stash.sh:595
19667 msgid "Could not restore untracked files from stash entry"
19668 msgstr "Không thể phục hồi các tập tin chưa theo dõi từ mục cất đi (stash)"
19669
19670 #: git-stash.sh:620
19671 msgid "Cannot unstage modified files"
19672 msgstr "Không thể bỏ ra khỏi bệ phóng các tập tin đã được sửa chữa"
19673
19674 #: git-stash.sh:635
19675 msgid "Index was not unstashed."
19676 msgstr "Bảng mục lục đã không được bỏ stash."
19677
19678 #: git-stash.sh:649
19679 msgid "The stash entry is kept in case you need it again."
19680 msgstr "Các mục tạm cất (stash) được giữ trong trường hợp bạn lại cần nó."
19681
19682 #: git-stash.sh:658
19683 #, sh-format
19684 msgid "Dropped ${REV} ($s)"
19685 msgstr "Đã xóa ${REV} ($s)"
19686
19687 #: git-stash.sh:659
19688 #, sh-format
19689 msgid "${REV}: Could not drop stash entry"
19690 msgstr "${REV}: Không thể xóa bỏ mục stash"
19691
19692 #: git-stash.sh:667
19693 msgid "No branch name specified"
19694 msgstr "Chưa chỉ ra tên của nhánh"
19695
19696 #: git-stash.sh:746
19697 msgid "(To restore them type \"git stash apply\")"
19698 msgstr "(Để phục hồi lại chúng hãy gõ \"git stash apply\")"
19699
19700 #: git-submodule.sh:198
19701 msgid "Relative path can only be used from the toplevel of the working tree"
19702 msgstr ""
19703 "Đường dẫn tương đối chỉ có thể dùng từ thư mục ở mức cao nhất của cây làm "
19704 "việc"
19705
19706 #: git-submodule.sh:208
19707 #, sh-format
19708 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
19709 msgstr ""
19710 "repo URL: “$repo” phải là đường dẫn tuyệt đối hoặc là bắt đầu bằng ./|../"
19711
19712 #: git-submodule.sh:227
19713 #, sh-format
19714 msgid "'$sm_path' already exists in the index"
19715 msgstr "”$sm_path” thực sự đã tồn tại ở bảng mục lục rồi"
19716
19717 #: git-submodule.sh:230
19718 #, sh-format
19719 msgid "'$sm_path' already exists in the index and is not a submodule"
19720 msgstr ""
19721 "”$sm_path” thực sự đã tồn tại ở bảng mục lục rồi và không phải là một mô-đun-"
19722 "con"
19723
19724 #: git-submodule.sh:236
19725 #, sh-format
19726 msgid ""
19727 "The following path is ignored by one of your .gitignore files:\n"
19728 "$sm_path\n"
19729 "Use -f if you really want to add it."
19730 msgstr ""
19731 "Các đường dẫn theo sau đây sẽ bị lờ đi bởi một trong các tập tin .gitignore "
19732 "của bạn:\n"
19733 "$sm_path\n"
19734 "Sử dụng -f nếu bạn thực sự muốn thêm nó vào."
19735
19736 #: git-submodule.sh:259
19737 #, sh-format
19738 msgid "Adding existing repo at '$sm_path' to the index"
19739 msgstr "Đang thêm repo có sẵn tại “$sm_path” vào bảng mục lục"
19740
19741 #: git-submodule.sh:261
19742 #, sh-format
19743 msgid "'$sm_path' already exists and is not a valid git repo"
19744 msgstr "”$sm_path” đã tồn tại từ trước và không phải là một kho git hợp lệ"
19745
19746 #: git-submodule.sh:269
19747 #, sh-format
19748 msgid "A git directory for '$sm_name' is found locally with remote(s):"
19749 msgstr ""
19750 "Thư mục git cho “$sm_name” được tìm thấy một cách cục bộ với các máy chủ:"
19751
19752 #: git-submodule.sh:271
19753 #, sh-format
19754 msgid ""
19755 "If you want to reuse this local git directory instead of cloning again from\n"
19756 " $realrepo\n"
19757 "use the '--force' option. If the local git directory is not the correct "
19758 "repo\n"
19759 "or you are unsure what this means choose another name with the '--name' "
19760 "option."
19761 msgstr ""
19762 "Nếu bạn muốn sử dụng lại thư mục nội bộ này thay vì nhân bản lại lần nữa từ\n"
19763 " $realrepo\n"
19764 "dùng tùy chọn “--force”. Nếu thư mục git nội bộ không phải là một kho đúng\n"
19765 "hoặc là bạn không chắc chắn điều đó nghĩa là gì thì chọn tên khác với tùy "
19766 "chọn “--name”."
19767
19768 #: git-submodule.sh:277
19769 #, sh-format
19770 msgid "Reactivating local git directory for submodule '$sm_name'."
19771 msgstr ""
19772 "Phục hồi sự hoạt động của thư mục git nội bộ cho mô-đun-con “$sm_name”."
19773
19774 #: git-submodule.sh:289
19775 #, sh-format
19776 msgid "Unable to checkout submodule '$sm_path'"
19777 msgstr "Không thể lấy ra mô-đun-con “$sm_path”"
19778
19779 #: git-submodule.sh:294
19780 #, sh-format
19781 msgid "Failed to add submodule '$sm_path'"
19782 msgstr "Gặp lỗi khi thêm mô-đun-con “$sm_path”"
19783
19784 #: git-submodule.sh:303
19785 #, sh-format
19786 msgid "Failed to register submodule '$sm_path'"
19787 msgstr "Gặp lỗi khi đăng ký với hệ thống mô-đun-con “$sm_path”"
19788
19789 #: git-submodule.sh:563
19790 #, sh-format
19791 msgid "Unable to find current revision in submodule path '$displaypath'"
19792 msgstr ""
19793 "Không tìm thấy điểm xét duyệt hiện hành trong đường dẫn mô-đun-con "
19794 "“$displaypath”"
19795
19796 #: git-submodule.sh:573
19797 #, sh-format
19798 msgid "Unable to fetch in submodule path '$sm_path'"
19799 msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$sm_path”"
19800
19801 #: git-submodule.sh:578
19802 #, sh-format
19803 msgid ""
19804 "Unable to find current ${remote_name}/${branch} revision in submodule path "
19805 "'$sm_path'"
19806 msgstr ""
19807 "Không thể tìm thấy điểm xét duyệt hiện hành ${remote_name}/${branch} trong "
19808 "đường dẫn mô-đun-con “$sm_path”"
19809
19810 #: git-submodule.sh:596
19811 #, sh-format
19812 msgid "Unable to fetch in submodule path '$displaypath'"
19813 msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$displaypath”"
19814
19815 #: git-submodule.sh:602
19816 #, sh-format
19817 msgid ""
19818 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
19819 "Direct fetching of that commit failed."
19820 msgstr ""
19821 "Đã lấy về từ đường dẫn mô-đun con “$displaypath”, nhưng nó không chứa $sha1. "
19822 "Lấy về theo định hướng của lần chuyển giao đó gặp lỗi."
19823
19824 #: git-submodule.sh:609
19825 #, sh-format
19826 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
19827 msgstr "Không thể lấy ra “$sha1” trong đường dẫn mô-đun-con “$displaypath”"
19828
19829 #: git-submodule.sh:610
19830 #, sh-format
19831 msgid "Submodule path '$displaypath': checked out '$sha1'"
19832 msgstr "Đường dẫn mô-đun-con “$displaypath”: đã checkout “$sha1”"
19833
19834 #: git-submodule.sh:614
19835 #, sh-format
19836 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
19837 msgstr "Không thể cải tổ “$sha1” trong đường dẫn mô-đun-con “$displaypath”"
19838
19839 #: git-submodule.sh:615
19840 #, sh-format
19841 msgid "Submodule path '$displaypath': rebased into '$sha1'"
19842 msgstr "Đường dẫn mô-đun-con “$displaypath”: được rebase vào trong “$sha1”"
19843
19844 #: git-submodule.sh:620
19845 #, sh-format
19846 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
19847 msgstr ""
19848 "Không thể hòa trộn (merge) “$sha1” trong đường dẫn mô-đun-con “$displaypath”"
19849
19850 #: git-submodule.sh:621
19851 #, sh-format
19852 msgid "Submodule path '$displaypath': merged in '$sha1'"
19853 msgstr "Đường dẫn mô-đun-con “$displaypath”: được hòa trộn vào “$sha1”"
19854
19855 #: git-submodule.sh:626
19856 #, sh-format
19857 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
19858 msgstr ""
19859 "Thực hiện không thành công lệnh “$command $sha1” trong đường dẫn mô-đun-con "
19860 "“$displaypath”"
19861
19862 #: git-submodule.sh:627
19863 #, sh-format
19864 msgid "Submodule path '$displaypath': '$command $sha1'"
19865 msgstr "Đường dẫn mô-đun-con “$displaypath”: “$command $sha1”"
19866
19867 #: git-submodule.sh:658
19868 #, sh-format
19869 msgid "Failed to recurse into submodule path '$displaypath'"
19870 msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$displaypath”"
19871
19872 #: git-submodule.sh:754
19873 msgid "The --cached option cannot be used with the --files option"
19874 msgstr "Tùy chọn --cached không thể dùng cùng với tùy chọn --files"
19875
19876 #: git-submodule.sh:806
19877 #, sh-format
19878 msgid "unexpected mode $mod_dst"
19879 msgstr "chế độ không như mong chờ $mod_dst"
19880
19881 #: git-submodule.sh:826
19882 #, sh-format
19883 msgid " Warn: $display_name doesn't contain commit $sha1_src"
19884 msgstr " Cảnh báo: $display_name không chứa lần chuyển giao $sha1_src"
19885
19886 #: git-submodule.sh:829
19887 #, sh-format
19888 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
19889 msgstr " Cảnh báo: $display_name không chứa lần chuyển giao $sha1_dst"
19890
19891 #: git-submodule.sh:832
19892 #, sh-format
19893 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
19894 msgstr ""
19895 " Cảnh báo: $display_name không chứa những lần chuyển giao $sha1_src và "
19896 "$sha1_dst"
19897
19898 #: git-parse-remote.sh:89
19899 #, sh-format
19900 msgid "See git-${cmd}(1) for details."
19901 msgstr "Xem git-${cmd}(1) để biết thêm chi tiết."
19902
19903 #: git-rebase--preserve-merges.sh:136
19904 #, sh-format
19905 msgid "Rebasing ($new_count/$total)"
19906 msgstr "Đang rebase ($new_count/$total)"
19907
19908 #: git-rebase--preserve-merges.sh:152
19909 msgid ""
19910 "\n"
19911 "Commands:\n"
19912 "p, pick <commit> = use commit\n"
19913 "r, reword <commit> = use commit, but edit the commit message\n"
19914 "e, edit <commit> = use commit, but stop for amending\n"
19915 "s, squash <commit> = use commit, but meld into previous commit\n"
19916 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
19917 "x, exec <commit> = run command (the rest of the line) using shell\n"
19918 "d, drop <commit> = remove commit\n"
19919 "l, label <label> = label current HEAD with a name\n"
19920 "t, reset <label> = reset HEAD to a label\n"
19921 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
19922 ". create a merge commit using the original merge commit's\n"
19923 ". message (or the oneline, if no original merge commit was\n"
19924 ". specified). Use -c <commit> to reword the commit message.\n"
19925 "\n"
19926 "These lines can be re-ordered; they are executed from top to bottom.\n"
19927 msgstr ""
19928 "\n"
19929 "Các lệnh:\n"
19930 "p, pick <commit> = dùng lần chuyển giao\n"
19931 "r, reword <commit> = dùng lần chuyển giao, nhưng sửa lại phần chú thích\n"
19932 "e, edit <commit> = dùng lần chuyển giao, nhưng dừng lại để tu bổ (amend)\n"
19933 "s, squash <commit> = dùng lần chuyển giao, nhưng meld vào lần chuyển giao kế "
19934 "trước\n"
19935 "f, fixup <commit> = giống như \"squash\", nhưng loại bỏ chú thích của lần "
19936 "chuyển giao này\n"
19937 "x, exec <commit> = chạy lệnh (phần còn lại của dòng) dùng hệ vỏ\n"
19938 "d, drop <commit> = xóa lần chuyển giao\n"
19939 "l, label <label> = đánh nhãn HEAD hiện tại bằng một tên\n"
19940 "t, reset <label> = đặt lại HEAD thành một nhãn\n"
19941 "m, merge [-C <commit> | -c <commit>] <nhãn> [# <một_dòng>]\n"
19942 ". tạo một lần chuyển giao hòa trộn sử dụng chú thích của lần chuyển\n"
19943 ". giao hòa trộn gốc (hoặc một_dòng, nếu không chỉ định lần chuyển giao "
19944 "hòa\n"
19945 ". trộn gốc). Dùng -c <commit> để reword chú thích của lần chuyển "
19946 "giao.\n"
19947 "\n"
19948 "Những dòng này có thể đảo ngược thứ tự; chúng chạy từ trên đỉnh xuống dưới "
19949 "đáy.\n"
19950
19951 #: git-rebase--preserve-merges.sh:215
19952 #, sh-format
19953 msgid ""
19954 "You can amend the commit now, with\n"
19955 "\n"
19956 "\tgit commit --amend $gpg_sign_opt_quoted\n"
19957 "\n"
19958 "Once you are satisfied with your changes, run\n"
19959 "\n"
19960 "\tgit rebase --continue"
19961 msgstr ""
19962 "Bạn có thể tu bổ lần chuyển giao ngay bây giờ bằng:\n"
19963 "\n"
19964 "\tgit commit --amend $gpg_sign_opt_quoted\n"
19965 "\n"
19966 "Một khi đã hài lòng với những thay đổi của mình, thì chạy:\n"
19967 "\n"
19968 "\tgit rebase --continue"
19969
19970 #: git-rebase--preserve-merges.sh:240
19971 #, sh-format
19972 msgid "$sha1: not a commit that can be picked"
19973 msgstr "$sha1: không phải là lần chuyển giao mà có thể lấy ra được"
19974
19975 #: git-rebase--preserve-merges.sh:279
19976 #, sh-format
19977 msgid "Invalid commit name: $sha1"
19978 msgstr "Tên lần chuyển giao không hợp lệ: $sha1"
19979
19980 #: git-rebase--preserve-merges.sh:309
19981 msgid "Cannot write current commit's replacement sha1"
19982 msgstr "Không thể ghi lại sha1 thay thế của lần chuyển giao"
19983
19984 #: git-rebase--preserve-merges.sh:360
19985 #, sh-format
19986 msgid "Fast-forward to $sha1"
19987 msgstr "Chuyển-tiếp-nhanh đến $sha1"
19988
19989 #: git-rebase--preserve-merges.sh:362
19990 #, sh-format
19991 msgid "Cannot fast-forward to $sha1"
19992 msgstr "Không thể chuyển-tiếp-nhanh đến $sha1"
19993
19994 #: git-rebase--preserve-merges.sh:371
19995 #, sh-format
19996 msgid "Cannot move HEAD to $first_parent"
19997 msgstr "Không thể di chuyển HEAD đến $first_parent"
19998
19999 #: git-rebase--preserve-merges.sh:376
20000 #, sh-format
20001 msgid "Refusing to squash a merge: $sha1"
20002 msgstr "Từ chối squash lần hòa trộn: $sha1"
20003
20004 #: git-rebase--preserve-merges.sh:394
20005 #, sh-format
20006 msgid "Error redoing merge $sha1"
20007 msgstr "Gặp lỗi khi hoàn lại bước hòa trộn $sha1"
20008
20009 #: git-rebase--preserve-merges.sh:403
20010 #, sh-format
20011 msgid "Could not pick $sha1"
20012 msgstr "Không thể lấy ra $sha1"
20013
20014 #: git-rebase--preserve-merges.sh:412
20015 #, sh-format
20016 msgid "This is the commit message #${n}:"
20017 msgstr "Đây là chú thích cho lần chuyển giao thứ #${n}:"
20018
20019 #: git-rebase--preserve-merges.sh:417
20020 #, sh-format
20021 msgid "The commit message #${n} will be skipped:"
20022 msgstr "Chú thích cho lần chuyển giao thứ #${n} sẽ bị bỏ qua:"
20023
20024 #: git-rebase--preserve-merges.sh:428
20025 #, sh-format
20026 msgid "This is a combination of $count commit."
20027 msgid_plural "This is a combination of $count commits."
20028 msgstr[0] "Đây là tổ hợp của $count lần chuyển giao."
20029
20030 #: git-rebase--preserve-merges.sh:437
20031 #, sh-format
20032 msgid "Cannot write $fixup_msg"
20033 msgstr "Không thể $fixup_msg"
20034
20035 #: git-rebase--preserve-merges.sh:440
20036 msgid "This is a combination of 2 commits."
20037 msgstr "Đây là tổ hợp của 2 lần chuyển giao."
20038
20039 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20040 #: git-rebase--preserve-merges.sh:527
20041 #, sh-format
20042 msgid "Could not apply $sha1... $rest"
20043 msgstr "Không thể áp dụng $sha1… $rest"
20044
20045 #: git-rebase--preserve-merges.sh:556
20046 #, sh-format
20047 msgid ""
20048 "Could not amend commit after successfully picking $sha1... $rest\n"
20049 "This is most likely due to an empty commit message, or the pre-commit hook\n"
20050 "failed. If the pre-commit hook failed, you may need to resolve the issue "
20051 "before\n"
20052 "you are able to reword the commit."
20053 msgstr ""
20054 "Không thể tu bổ lần chuyển giao sau khi lấy ra $sha1… $rest thành công\n"
20055 "Việc này có thể là do một ghi chú cho lần chuyển giao là trống rỗng, hoặc "
20056 "móc pre-commit\n"
20057 "gặp lỗi. Nếu là móc pre-commit bị lỗi, Bạn có lẽ cần giải quyết trục trặc "
20058 "này\n"
20059 "trước khi bạn có thể làm việc lại với lần chuyển giao."
20060
20061 #: git-rebase--preserve-merges.sh:571
20062 #, sh-format
20063 msgid "Stopped at $sha1_abbrev... $rest"
20064 msgstr "Bị dừng tại $sha1_abbrev… $rest"
20065
20066 #: git-rebase--preserve-merges.sh:586
20067 #, sh-format
20068 msgid "Cannot '$squash_style' without a previous commit"
20069 msgstr "Không “$squash_style” thể mà không có lần chuyển giao kế trước"
20070
20071 #: git-rebase--preserve-merges.sh:628
20072 #, sh-format
20073 msgid "Executing: $rest"
20074 msgstr "Thực thi: $rest"
20075
20076 #: git-rebase--preserve-merges.sh:636
20077 #, sh-format
20078 msgid "Execution failed: $rest"
20079 msgstr "Thực thi gặp lỗi: $rest"
20080
20081 #: git-rebase--preserve-merges.sh:638
20082 msgid "and made changes to the index and/or the working tree"
20083 msgstr "và tạo các thay đổi bảng mục lục và/hay cây làm việc"
20084
20085 #: git-rebase--preserve-merges.sh:640
20086 msgid ""
20087 "You can fix the problem, and then run\n"
20088 "\n"
20089 "\tgit rebase --continue"
20090 msgstr ""
20091 "Bạn có thể sửa các trục trặc, và sau đó chạy lệnh “cải tổ”:\n"
20092 "\n"
20093 "\tgit rebase --continue"
20094
20095 #. TRANSLATORS: after these lines is a command to be issued by the user
20096 #: git-rebase--preserve-merges.sh:653
20097 #, sh-format
20098 msgid ""
20099 "Execution succeeded: $rest\n"
20100 "but left changes to the index and/or the working tree\n"
20101 "Commit or stash your changes, and then run\n"
20102 "\n"
20103 "\tgit rebase --continue"
20104 msgstr ""
20105 "Thực thi thành công: $rest\n"
20106 "nhưng còn các thay đổi trong mục lục và/hoặc cây làm việc\n"
20107 "Chuyển giao hay tạm cất các thay đổi này đi, rồi chạy\n"
20108 "\n"
20109 "\tgit rebase --continue"
20110
20111 #: git-rebase--preserve-merges.sh:664
20112 #, sh-format
20113 msgid "Unknown command: $command $sha1 $rest"
20114 msgstr "Lệnh chưa biết: $command $sha1 $rest"
20115
20116 #: git-rebase--preserve-merges.sh:665
20117 msgid "Please fix this using 'git rebase --edit-todo'."
20118 msgstr "Vui lòng sửa lỗi này bằng cách dùng “git rebase --edit-todo”."
20119
20120 #: git-rebase--preserve-merges.sh:700
20121 #, sh-format
20122 msgid "Successfully rebased and updated $head_name."
20123 msgstr "Cài tổ và cập nhật $head_name một cách thành công."
20124
20125 #: git-rebase--preserve-merges.sh:757
20126 msgid "Could not remove CHERRY_PICK_HEAD"
20127 msgstr "Không thể xóa bỏ CHERRY_PICK_HEAD"
20128
20129 #: git-rebase--preserve-merges.sh:762
20130 #, sh-format
20131 msgid ""
20132 "You have staged changes in your working tree.\n"
20133 "If these changes are meant to be\n"
20134 "squashed into the previous commit, run:\n"
20135 "\n"
20136 " git commit --amend $gpg_sign_opt_quoted\n"
20137 "\n"
20138 "If they are meant to go into a new commit, run:\n"
20139 "\n"
20140 " git commit $gpg_sign_opt_quoted\n"
20141 "\n"
20142 "In both cases, once you're done, continue with:\n"
20143 "\n"
20144 " git rebase --continue\n"
20145 msgstr ""
20146 "Bạn có các thay đổi so với trong bệ phóng trong\n"
20147 "thư mục làm việc của bạn. Nếu các thay đổi này là muốn\n"
20148 "squash vào lần chuyển giao kế trước, chạy:\n"
20149 "\n"
20150 " git commit --amend $gpg_sign_opt_quoted\n"
20151 "\n"
20152 "Nếu chúng có ý là đi đến lần chuyển giao mới, thì chạy:\n"
20153 "\n"
20154 " git commit $gpg_sign_opt_quoted\n"
20155 "\n"
20156 "Trong cả hai trường hợp, một khi bạn làm xong, tiếp tục bằng:\n"
20157 "\n"
20158 " git rebase --continue\n"
20159
20160 #: git-rebase--preserve-merges.sh:779
20161 msgid "Error trying to find the author identity to amend commit"
20162 msgstr "Lỗi khi cố tìm định danh của tác giả để tu bổ lần chuyển giao"
20163
20164 #: git-rebase--preserve-merges.sh:784
20165 msgid ""
20166 "You have uncommitted changes in your working tree. Please commit them\n"
20167 "first and then run 'git rebase --continue' again."
20168 msgstr ""
20169 "Bạn có các thay đổi chưa chuyển giao trong thư mục làm việc.\n"
20170 "Vui lòng chuyển giao chúng và sau đó chạy lệnh “git rebase --continue” lần "
20171 "nữa."
20172
20173 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20174 msgid "Could not commit staged changes."
20175 msgstr "Không thể chuyển giao các thay đổi đã đưa lên bệ phóng."
20176
20177 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20178 msgid "Could not execute editor"
20179 msgstr "Không thể thực thi trình biên soạn"
20180
20181 #: git-rebase--preserve-merges.sh:845
20182 #, sh-format
20183 msgid "Could not checkout $switch_to"
20184 msgstr "Không thể checkout $switch_to"
20185
20186 #: git-rebase--preserve-merges.sh:852
20187 msgid "No HEAD?"
20188 msgstr "Không HEAD?"
20189
20190 #: git-rebase--preserve-merges.sh:853
20191 #, sh-format
20192 msgid "Could not create temporary $state_dir"
20193 msgstr "Không thể tạo thư mục tạm thời $state_dir"
20194
20195 #: git-rebase--preserve-merges.sh:856
20196 msgid "Could not mark as interactive"
20197 msgstr "Không thể đánh dấu là tương tác"
20198
20199 #: git-rebase--preserve-merges.sh:888
20200 #, sh-format
20201 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20202 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20203 msgstr[0] "Cải tổ $shortrevisions vào $shortonto (các lệnh $todocount)"
20204
20205 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20206 msgid "Could not init rewritten commits"
20207 msgstr "Không thể khởi tạo các lần chuyển giao ghi lại"
20208
20209 #: git-sh-setup.sh:89 git-sh-setup.sh:94
20210 #, sh-format
20211 msgid "usage: $dashless $USAGE"
20212 msgstr "cách dùng: $dashless $USAGE"
20213
20214 #: git-sh-setup.sh:190
20215 #, sh-format
20216 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20217 msgstr ""
20218 "Không thể chuyển thư mục (chdir) sang $cdup, thư mục ở mức cao nhất của cây "
20219 "làm việc"
20220
20221 #: git-sh-setup.sh:199 git-sh-setup.sh:206
20222 #, sh-format
20223 msgid "fatal: $program_name cannot be used without a working tree."
20224 msgstr ""
20225 "lỗi nghiêm trọng: $program_name không thể được dùng ngoaoif thư mục làm việc."
20226
20227 #: git-sh-setup.sh:220
20228 msgid "Cannot rebase: You have unstaged changes."
20229 msgstr "Không thể cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20230
20231 #: git-sh-setup.sh:223
20232 msgid "Cannot rewrite branches: You have unstaged changes."
20233 msgstr ""
20234 "Không thể ghi lại các nhánh: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20235
20236 #: git-sh-setup.sh:226
20237 msgid "Cannot pull with rebase: You have unstaged changes."
20238 msgstr ""
20239 "Không thể pull với cải tổ: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20240
20241 #: git-sh-setup.sh:229
20242 #, sh-format
20243 msgid "Cannot $action: You have unstaged changes."
20244 msgstr "Không thể $action: Bạn có các thay đổi chưa được đưa lên bệ phóng."
20245
20246 #: git-sh-setup.sh:242
20247 msgid "Cannot rebase: Your index contains uncommitted changes."
20248 msgstr ""
20249 "Không thể cải tổ: Mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
20250
20251 #: git-sh-setup.sh:245
20252 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20253 msgstr "Không thể pull với cải tổ: Bạn có các thay đổi chưa được chuyển giao."
20254
20255 #: git-sh-setup.sh:248
20256 #, sh-format
20257 msgid "Cannot $action: Your index contains uncommitted changes."
20258 msgstr ""
20259 "Không thể $action: Mục lục của bạn có chứa các thay đổi chưa được chuyển "
20260 "giao."
20261
20262 #: git-sh-setup.sh:252
20263 msgid "Additionally, your index contains uncommitted changes."
20264 msgstr ""
20265 "Thêm vào đó, bảng mục lục của bạn có chứa các thay đổi chưa được chuyển giao."
20266
20267 #: git-sh-setup.sh:372
20268 msgid "You need to run this command from the toplevel of the working tree."
20269 msgstr "Bạn cần chạy lệnh này từ thư mục ở mức cao nhất của cây làm việc."
20270
20271 #: git-sh-setup.sh:377
20272 msgid "Unable to determine absolute path of git directory"
20273 msgstr "Không thể dò tìm đường dẫn tuyệt đối của thư mục git"
20274
20275 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
20276 #: git-add--interactive.perl:196
20277 #, perl-format
20278 msgid "%12s %12s %s"
20279 msgstr "%12s %12s %s"
20280
20281 #: git-add--interactive.perl:197
20282 msgid "staged"
20283 msgstr "đã đưa lên bệ phóng"
20284
20285 #: git-add--interactive.perl:197
20286 msgid "unstaged"
20287 msgstr "chưa đưa lên bệ phóng"
20288
20289 #: git-add--interactive.perl:253 git-add--interactive.perl:278
20290 msgid "binary"
20291 msgstr "nhị phân"
20292
20293 #: git-add--interactive.perl:262 git-add--interactive.perl:316
20294 msgid "nothing"
20295 msgstr "không có gì"
20296
20297 #: git-add--interactive.perl:298 git-add--interactive.perl:313
20298 msgid "unchanged"
20299 msgstr "không thay đổi"
20300
20301 #: git-add--interactive.perl:609
20302 #, perl-format
20303 msgid "added %d path\n"
20304 msgid_plural "added %d paths\n"
20305 msgstr[0] "đã thêm %d đường dẫn\n"
20306
20307 #: git-add--interactive.perl:612
20308 #, perl-format
20309 msgid "updated %d path\n"
20310 msgid_plural "updated %d paths\n"
20311 msgstr[0] "đã cập nhật %d đường dẫn\n"
20312
20313 #: git-add--interactive.perl:615
20314 #, perl-format
20315 msgid "reverted %d path\n"
20316 msgid_plural "reverted %d paths\n"
20317 msgstr[0] "đã hoàn nguyên %d đường dẫn\n"
20318
20319 #: git-add--interactive.perl:618
20320 #, perl-format
20321 msgid "touched %d path\n"
20322 msgid_plural "touched %d paths\n"
20323 msgstr[0] "%d đường dẫn đã touch (chạm)\n"
20324
20325 #: git-add--interactive.perl:627
20326 msgid "Update"
20327 msgstr "Cập nhật"
20328
20329 #: git-add--interactive.perl:639
20330 msgid "Revert"
20331 msgstr "Hoàn nguyên"
20332
20333 #: git-add--interactive.perl:662
20334 #, perl-format
20335 msgid "note: %s is untracked now.\n"
20336 msgstr "chú ý: %s giờ đã bỏ theo dõi.\n"
20337
20338 #: git-add--interactive.perl:673
20339 msgid "Add untracked"
20340 msgstr "Thêm các cái chưa được theo dõi"
20341
20342 #: git-add--interactive.perl:679
20343 msgid "No untracked files.\n"
20344 msgstr "Không có tập tin nào chưa được theo dõi.\n"
20345
20346 #: git-add--interactive.perl:1033
20347 msgid ""
20348 "If the patch applies cleanly, the edited hunk will immediately be\n"
20349 "marked for staging."
20350 msgstr ""
20351 "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20352 "được đánh dấu để chuyển lên bệ phóng."
20353
20354 #: git-add--interactive.perl:1036
20355 msgid ""
20356 "If the patch applies cleanly, the edited hunk will immediately be\n"
20357 "marked for stashing."
20358 msgstr ""
20359 "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20360 "được đánh dấu để tạm cất."
20361
20362 #: git-add--interactive.perl:1039
20363 msgid ""
20364 "If the patch applies cleanly, the edited hunk will immediately be\n"
20365 "marked for unstaging."
20366 msgstr ""
20367 "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20368 "được đánh dấu để bỏ chuyển lên bệ phóng."
20369
20370 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20371 msgid ""
20372 "If the patch applies cleanly, the edited hunk will immediately be\n"
20373 "marked for applying."
20374 msgstr ""
20375 "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20376 "được đánh dấu để áp dụng."
20377
20378 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20379 msgid ""
20380 "If the patch applies cleanly, the edited hunk will immediately be\n"
20381 "marked for discarding."
20382 msgstr ""
20383 "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
20384 "được đánh dấu để loại bỏ."
20385
20386 #: git-add--interactive.perl:1085
20387 #, perl-format
20388 msgid "failed to open hunk edit file for writing: %s"
20389 msgstr "gặp lỗi khi tập tin sửa hunk để ghi: %s"
20390
20391 #: git-add--interactive.perl:1086
20392 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20393 msgstr "Chế độ sửa hunk bằng tay -- xem ở đáy để có hướng dẫn sử dụng nhanh.\n"
20394
20395 #: git-add--interactive.perl:1092
20396 #, perl-format
20397 msgid ""
20398 "---\n"
20399 "To remove '%s' lines, make them ' ' lines (context).\n"
20400 "To remove '%s' lines, delete them.\n"
20401 "Lines starting with %s will be removed.\n"
20402 msgstr ""
20403 "---\n"
20404 "Để gỡ bỏ các dòng “%s”, làm chúng thành những dòng “ “ (nội dung).\n"
20405 "Để xóa bỏ dòng “%s”, xóa chúng đi.\n"
20406 "Những dòng bắt đầu bằng %s sẽ bị loại bỏ.\n"
20407
20408 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20409 #: git-add--interactive.perl:1100
20410 msgid ""
20411 "If it does not apply cleanly, you will be given an opportunity to\n"
20412 "edit again. If all lines of the hunk are removed, then the edit is\n"
20413 "aborted and the hunk is left unchanged.\n"
20414 msgstr ""
20415 "Nếu miếng vá không được áp dụng sạch sẽ, bạn sẽ có một cơ hội\n"
20416 "để sửa lần nữa. Nếu mọi dòng của hunk bị xóa bỏ, thế thì những\n"
20417 "sửa dổi sẽ bị loại bỏ, và hunk vẫn giữ nguyên.\n"
20418
20419 #: git-add--interactive.perl:1114
20420 #, perl-format
20421 msgid "failed to open hunk edit file for reading: %s"
20422 msgstr "gặp lỗi khi mở tập tin hunk để đọc: %s"
20423
20424 #. TRANSLATORS: do not translate [y/n]
20425 #. The program will only accept that input
20426 #. at this point.
20427 #. Consider translating (saying "no" discards!) as
20428 #. (saying "n" for "no" discards!) if the translation
20429 #. of the word "no" does not start with n.
20430 #: git-add--interactive.perl:1213
20431 msgid ""
20432 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20433 msgstr ""
20434 "Hunk đã sửa của bạn không được áp dụng. Sửa lại lần nữa (nói \"n\" để loại "
20435 "bỏ!) [y/n]? "
20436
20437 #: git-add--interactive.perl:1222
20438 msgid ""
20439 "y - stage this hunk\n"
20440 "n - do not stage this hunk\n"
20441 "q - quit; do not stage this hunk or any of the remaining ones\n"
20442 "a - stage this hunk and all later hunks in the file\n"
20443 "d - do not stage this hunk or any of the later hunks in the file"
20444 msgstr ""
20445 "y - đưa lên bệ phóng hunk này\n"
20446 "n - đừng đưa lên bệ phóng hunk này\n"
20447 "q - thoát; đừng đưa lên bệ phóng hunk này cũng như bất kỳ cái nào còn lại\n"
20448 "a - đưa lên bệ phóng hunk này và tất cả các hunk sau này trong tập tin\n"
20449 "d - đừng đưa lên bệ phóng hunk này cũng như bất kỳ cái nào còn lại trong tập "
20450 "tin"
20451
20452 #: git-add--interactive.perl:1228
20453 msgid ""
20454 "y - stash this hunk\n"
20455 "n - do not stash this hunk\n"
20456 "q - quit; do not stash this hunk or any of the remaining ones\n"
20457 "a - stash this hunk and all later hunks in the file\n"
20458 "d - do not stash this hunk or any of the later hunks in the file"
20459 msgstr ""
20460 "y - tạm cất hunk này\n"
20461 "n - đừng tạm cất hunk này\n"
20462 "q - thoát; đừng tạm cất hunk này cũng như bất kỳ cái nào còn lại\n"
20463 "a - tạm cất hunk này và tất cả các hunk sau này trong tập tin\n"
20464 "d - đừng tạm cất hunk này cũng như bất kỳ cái nào còn lại trong tập tin"
20465
20466 #: git-add--interactive.perl:1234
20467 msgid ""
20468 "y - unstage this hunk\n"
20469 "n - do not unstage this hunk\n"
20470 "q - quit; do not unstage this hunk or any of the remaining ones\n"
20471 "a - unstage this hunk and all later hunks in the file\n"
20472 "d - do not unstage this hunk or any of the later hunks in the file"
20473 msgstr ""
20474 "y - đưa ra khỏi bệ phóng hunk này\n"
20475 "n - đừng đưa ra khỏi bệ phóng hunk này\n"
20476 "q - thoát; đừng đưa ra khỏi bệ phóng hunk này cũng như bất kỳ cái nào còn "
20477 "lại\n"
20478 "a - đưa ra khỏi bệ phóng hunk này và tất cả các hunk sau này trong tập tin\n"
20479 "d - đừng đưa ra khỏi bệ phóng hunk này cũng như bất kỳ cái nào còn lại trong "
20480 "tập tin"
20481
20482 #: git-add--interactive.perl:1240
20483 msgid ""
20484 "y - apply this hunk to index\n"
20485 "n - do not apply this hunk to index\n"
20486 "q - quit; do not apply this hunk or any of the remaining ones\n"
20487 "a - apply this hunk and all later hunks in the file\n"
20488 "d - do not apply this hunk or any of the later hunks in the file"
20489 msgstr ""
20490 "y - áp dụng hunk này vào mục lục\n"
20491 "n - đừng áp dụng hunk này vào mục lục\n"
20492 "q - thoát; đừng áp dụng hunk này cũng như bất kỳ cái nào còn lại\n"
20493 "a - áp dụng hunk này và tất cả các hunk sau này trong tập tin\n"
20494 "d - đừng áp dụng hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20495
20496 #: git-add--interactive.perl:1246
20497 msgid ""
20498 "y - discard this hunk from worktree\n"
20499 "n - do not discard this hunk from worktree\n"
20500 "q - quit; do not discard this hunk or any of the remaining ones\n"
20501 "a - discard this hunk and all later hunks in the file\n"
20502 "d - do not discard this hunk or any of the later hunks in the file"
20503 msgstr ""
20504 "y - loại bỏ hunk này khỏi cây làm việc\n"
20505 "n - đừng loại bỏ hunk khỏi cây làm việc\n"
20506 "q - thoát; đừng loại bỏ hunk này cũng như bất kỳ cái nào còn lại\n"
20507 "a - loại bỏ hunk này và tất cả các hunk sau này trong tập tin\n"
20508 "d - đừng loại bỏ hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20509
20510 #: git-add--interactive.perl:1252
20511 msgid ""
20512 "y - discard this hunk from index and worktree\n"
20513 "n - do not discard this hunk from index and worktree\n"
20514 "q - quit; do not discard this hunk or any of the remaining ones\n"
20515 "a - discard this hunk and all later hunks in the file\n"
20516 "d - do not discard this hunk or any of the later hunks in the file"
20517 msgstr ""
20518 "y - loại bỏ hunk này khỏi mục lục và cây làm việc\n"
20519 "n - đừng loại bỏ hunk khỏi mục lục và cây làm việc\n"
20520 "q - thoát; đừng loại bỏ hunk này cũng như bất kỳ cái nào còn lại\n"
20521 "a - loại bỏ hunk này và tất cả các hunk sau này trong tập tin\n"
20522 "d - đừng loại bỏ hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20523
20524 #: git-add--interactive.perl:1258
20525 msgid ""
20526 "y - apply this hunk to index and worktree\n"
20527 "n - do not apply this hunk to index and worktree\n"
20528 "q - quit; do not apply this hunk or any of the remaining ones\n"
20529 "a - apply this hunk and all later hunks in the file\n"
20530 "d - do not apply this hunk or any of the later hunks in the file"
20531 msgstr ""
20532 "y - áp dụng hunk này vào mục lục và cây làm việc\n"
20533 "n - đừng áp dụng hunk vào mục lục và cây làm việc\n"
20534 "q - thoát; đừng áp dụng hunk này cũng như bất kỳ cái nào còn lại\n"
20535 "a - áp dụng hunk này và tất cả các hunk sau này trong tập tin\n"
20536 "d - đừng áp dụng hunk này cũng như bất kỳ cái nào sau này trong tập tin"
20537
20538 #: git-add--interactive.perl:1273
20539 msgid ""
20540 "g - select a hunk to go to\n"
20541 "/ - search for a hunk matching the given regex\n"
20542 "j - leave this hunk undecided, see next undecided hunk\n"
20543 "J - leave this hunk undecided, see next hunk\n"
20544 "k - leave this hunk undecided, see previous undecided hunk\n"
20545 "K - leave this hunk undecided, see previous hunk\n"
20546 "s - split the current hunk into smaller hunks\n"
20547 "e - manually edit the current hunk\n"
20548 "? - print help\n"
20549 msgstr ""
20550 "g - chọn một hunk muốn tới\n"
20551 "/ - tìm một hunk khớp với biểu thức chính quy đưa ra\n"
20552 "j - để lại hunk này là chưa quyết định, xem hunk chưa quyết định kế\n"
20553 "J - để lại hunk này là chưa quyết định, xem hunk kế\n"
20554 "k - để lại hunk này là chưa quyết định, xem hunk chưa quyết định kế trước\n"
20555 "K - để lại hunk này là chưa quyết định, xem hunk kế trước\n"
20556 "s - chia hunk hiện tại thành các hunk nhỏ hơn\n"
20557 "e - sửa bằng tay hunk hiện hành\n"
20558 "? - in trợ giúp\n"
20559
20560 #: git-add--interactive.perl:1304
20561 msgid "The selected hunks do not apply to the index!\n"
20562 msgstr "Các hunk đã chọn không được áp dụng vào bảng mục lục!\n"
20563
20564 #: git-add--interactive.perl:1305
20565 msgid "Apply them to the worktree anyway? "
20566 msgstr "Vẫn áp dụng chúng cho cây làm việc? "
20567
20568 #: git-add--interactive.perl:1308
20569 msgid "Nothing was applied.\n"
20570 msgstr "Đã không áp dụng gì cả.\n"
20571
20572 #: git-add--interactive.perl:1319
20573 #, perl-format
20574 msgid "ignoring unmerged: %s\n"
20575 msgstr "bỏ qua những thứ chưa hòa trộn: %s\n"
20576
20577 #: git-add--interactive.perl:1328
20578 msgid "Only binary files changed.\n"
20579 msgstr "Chỉ có các tập tin nhị phân là thay đổi.\n"
20580
20581 #: git-add--interactive.perl:1330
20582 msgid "No changes.\n"
20583 msgstr "Không có thay đổi nào.\n"
20584
20585 #: git-add--interactive.perl:1338
20586 msgid "Patch update"
20587 msgstr "Cập nhật miếng vá"
20588
20589 #: git-add--interactive.perl:1390
20590 #, perl-format
20591 msgid "Stage mode change [y,n,q,a,d%s,?]? "
20592 msgstr "Thay đổi chế độ bệ phóng [y,n,q,a,d%s,?]? "
20593
20594 #: git-add--interactive.perl:1391
20595 #, perl-format
20596 msgid "Stage deletion [y,n,q,a,d%s,?]? "
20597 msgstr "Xóa khỏi bệ phóng [y,n,q,a,d%s,?]? "
20598
20599 #: git-add--interactive.perl:1392
20600 #, perl-format
20601 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
20602 msgstr "Đưa lên bệ phóng hunk này [y,n,q,a,d%s,?]? "
20603
20604 #: git-add--interactive.perl:1395
20605 #, perl-format
20606 msgid "Stash mode change [y,n,q,a,d%s,?]? "
20607 msgstr "Thay đổi chế độ tạm cất đi [y,n,q,a,d%s,?]? "
20608
20609 #: git-add--interactive.perl:1396
20610 #, perl-format
20611 msgid "Stash deletion [y,n,q,a,d%s,?]? "
20612 msgstr "Xóa tạm cất [y,n,q,a,d%s,?]? "
20613
20614 #: git-add--interactive.perl:1397
20615 #, perl-format
20616 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
20617 msgstr "Tạm cất hunk này [y,n,q,a,d%s,?]? "
20618
20619 #: git-add--interactive.perl:1400
20620 #, perl-format
20621 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
20622 msgstr "Thay đổi chế độ bỏ ra khỏi bệ phóng [y,n,q,a,d%s,?]? "
20623
20624 #: git-add--interactive.perl:1401
20625 #, perl-format
20626 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
20627 msgstr "Xóa bỏ việc bỏ ra khỏi bệ phóng [y,n,q,a,d%s,?]? "
20628
20629 #: git-add--interactive.perl:1402
20630 #, perl-format
20631 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
20632 msgstr "Bỏ ra khỏi bệ phóng hunk này [y,n,q,a,d%s,?]? "
20633
20634 #: git-add--interactive.perl:1405
20635 #, perl-format
20636 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
20637 msgstr "Áp dụng thay đổi chế độ cho mục lục [y,n,q,a,d%s,?]? "
20638
20639 #: git-add--interactive.perl:1406
20640 #, perl-format
20641 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
20642 msgstr "Áp dụng việc xóa vào mục lục [y,n,q,a,d%s,?]? "
20643
20644 #: git-add--interactive.perl:1407
20645 #, perl-format
20646 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
20647 msgstr "Áo dụng hunk này vào mục lục [y,n,q,a,d%s,?]? "
20648
20649 #: git-add--interactive.perl:1410
20650 #, perl-format
20651 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
20652 msgstr "Loại bỏ các thay đổi chế độ từ cây làm việc [y,n,q,a,d%s,?]? "
20653
20654 #: git-add--interactive.perl:1411
20655 #, perl-format
20656 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
20657 msgstr "Loại bỏ việc xóa khỏi cây làm việc [y,n,q,a,d%s,?]? "
20658
20659 #: git-add--interactive.perl:1412
20660 #, perl-format
20661 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
20662 msgstr "Loại bỏ hunk này khỏi cây làm việc [y,n,q,a,d%s,?]? "
20663
20664 #: git-add--interactive.perl:1415
20665 #, perl-format
20666 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
20667 msgstr "Loại bỏ thay đổi chế độ từ mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20668
20669 #: git-add--interactive.perl:1416
20670 #, perl-format
20671 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
20672 msgstr "Loại bỏ việc xóa khỏi mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20673
20674 #: git-add--interactive.perl:1417
20675 #, perl-format
20676 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
20677 msgstr "Loại bỏ hunk này khỏi mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20678
20679 #: git-add--interactive.perl:1420
20680 #, perl-format
20681 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
20682 msgstr "Áp dụng thay đổi chế độ cho mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20683
20684 #: git-add--interactive.perl:1421
20685 #, perl-format
20686 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
20687 msgstr "Áp dụng việc xóa vào mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20688
20689 #: git-add--interactive.perl:1422
20690 #, perl-format
20691 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
20692 msgstr "Áp dụng hunk này vào mục lục và cây làm việc [y,n,q,a,d%s,?]? "
20693
20694 #: git-add--interactive.perl:1522
20695 msgid "No other hunks to goto\n"
20696 msgstr "Không còn hunk nào để mà nhảy đến\n"
20697
20698 #: git-add--interactive.perl:1529
20699 msgid "go to which hunk (<ret> to see more)? "
20700 msgstr "nhảy đến hunk nào (<ret> để xem thêm)? "
20701
20702 #: git-add--interactive.perl:1531
20703 msgid "go to which hunk? "
20704 msgstr "nhảy đến hunk nào?"
20705
20706 #: git-add--interactive.perl:1540
20707 #, perl-format
20708 msgid "Invalid number: '%s'\n"
20709 msgstr "Số không hợp lệ: “%s”\n"
20710
20711 #: git-add--interactive.perl:1545
20712 #, perl-format
20713 msgid "Sorry, only %d hunk available.\n"
20714 msgid_plural "Sorry, only %d hunks available.\n"
20715 msgstr[0] "Rất tiếc, chỉ có sẵn %d hunk..\n"
20716
20717 #: git-add--interactive.perl:1571
20718 msgid "No other hunks to search\n"
20719 msgstr "Không còn hunk nào để mà tìm kiếm\n"
20720
20721 #: git-add--interactive.perl:1575
20722 msgid "search for regex? "
20723 msgstr "tìm kiếm cho regex? "
20724
20725 #: git-add--interactive.perl:1588
20726 #, perl-format
20727 msgid "Malformed search regexp %s: %s\n"
20728 msgstr "Định dạng tìm kiếm của biểu thức chính quy không đúng %s: %s\n"
20729
20730 #: git-add--interactive.perl:1598
20731 msgid "No hunk matches the given pattern\n"
20732 msgstr "Không thấy hunk nào khớp mẫu đã cho\n"
20733
20734 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
20735 msgid "No previous hunk\n"
20736 msgstr "Không có hunk kế trước\n"
20737
20738 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
20739 msgid "No next hunk\n"
20740 msgstr "Không có hunk kế tiếp\n"
20741
20742 #: git-add--interactive.perl:1644
20743 msgid "Sorry, cannot split this hunk\n"
20744 msgstr "Rất tiếc, không thể chia nhỏ hunk này\n"
20745
20746 #: git-add--interactive.perl:1650
20747 #, perl-format
20748 msgid "Split into %d hunk.\n"
20749 msgid_plural "Split into %d hunks.\n"
20750 msgstr[0] "Chi nhỏ thành %d hunks.\n"
20751
20752 #: git-add--interactive.perl:1660
20753 msgid "Sorry, cannot edit this hunk\n"
20754 msgstr "Rất tiếc, không thể sửa hunk này\n"
20755
20756 #: git-add--interactive.perl:1706
20757 msgid "Review diff"
20758 msgstr "Xem xét lại diff"
20759
20760 #. TRANSLATORS: please do not translate the command names
20761 #. 'status', 'update', 'revert', etc.
20762 #: git-add--interactive.perl:1725
20763 msgid ""
20764 "status - show paths with changes\n"
20765 "update - add working tree state to the staged set of changes\n"
20766 "revert - revert staged set of changes back to the HEAD version\n"
20767 "patch - pick hunks and update selectively\n"
20768 "diff - view diff between HEAD and index\n"
20769 "add untracked - add contents of untracked files to the staged set of "
20770 "changes\n"
20771 msgstr ""
20772 "status - hiển thị các đường dẫn với các thay đổi\n"
20773 "update - đặt trạng thái cây làm việc thành tập hợp các thay đổi đã "
20774 "đặt lên bệ phóng\n"
20775 "revert - hoàn nguyên tập hợp các thay đổi đã đặt lên bệ phóng trở lại "
20776 "phiên bản HEAD\n"
20777 "patch - cậy các hunk và cập nhật có lựa chọn\n"
20778 "diff\t - xem khác biệt giữa HEAD và mục lục\n"
20779 "add untracked - thêm nội dung các các tập tin chưa theo dõi và tập hợp các "
20780 "thay đổi đã đặt lên bệ phóng\n"
20781
20782 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
20783 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
20784 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
20785 msgid "missing --"
20786 msgstr "thiếu --"
20787
20788 #: git-add--interactive.perl:1763
20789 #, perl-format
20790 msgid "unknown --patch mode: %s"
20791 msgstr "không hiểu chế độ --patch: %s"
20792
20793 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
20794 #, perl-format
20795 msgid "invalid argument %s, expecting --"
20796 msgstr "đối số không hợp lệ %s, cần --"
20797
20798 #: git-send-email.perl:138
20799 msgid "local zone differs from GMT by a non-minute interval\n"
20800 msgstr "múi giờ nội bộ khác biệt với GMT bởi khoảng thời gian không-phút\n"
20801
20802 #: git-send-email.perl:145 git-send-email.perl:151
20803 msgid "local time offset greater than or equal to 24 hours\n"
20804 msgstr "khoảng bù thời gian nội bộ lớn hơn hoặc bằng 24 giờ\n"
20805
20806 #: git-send-email.perl:219 git-send-email.perl:225
20807 msgid "the editor exited uncleanly, aborting everything"
20808 msgstr "trình soạn thảo thoát không sạch sẽ, bãi bỏ mọi thứ"
20809
20810 #: git-send-email.perl:302
20811 #, perl-format
20812 msgid ""
20813 "'%s' contains an intermediate version of the email you were composing.\n"
20814 msgstr "“%s” có chưa một phiên bản trung gian của thư bạn đã soạn.\n"
20815
20816 #: git-send-email.perl:307
20817 #, perl-format
20818 msgid "'%s.final' contains the composed email.\n"
20819 msgstr "“%s.final” chứa thư điện tử đã soạn thảo.\n"
20820
20821 #: git-send-email.perl:326
20822 msgid "--dump-aliases incompatible with other options\n"
20823 msgstr "--dump-aliases xung khắc với các tùy chọn khác\n"
20824
20825 #: git-send-email.perl:395 git-send-email.perl:650
20826 msgid "Cannot run git format-patch from outside a repository\n"
20827 msgstr "Không thể chạy git format-patch ở ngoài một kho chứa\n"
20828
20829 #: git-send-email.perl:398
20830 msgid ""
20831 "`batch-size` and `relogin` must be specified together (via command-line or "
20832 "configuration option)\n"
20833 msgstr ""
20834 "“batch-size” và “relogin” phải được chỉ định cùng với nhau (thông qua dòng "
20835 "lệnh hoặc tùy chọn cấu hình)\n"
20836
20837 #: git-send-email.perl:468
20838 #, perl-format
20839 msgid "Unknown --suppress-cc field: '%s'\n"
20840 msgstr "Không hiểu trường --suppress-cc: “%s”\n"
20841
20842 #: git-send-email.perl:497
20843 #, perl-format
20844 msgid "Unknown --confirm setting: '%s'\n"
20845 msgstr "Không hiểu cài đặt --confirm: “%s”\n"
20846
20847 #: git-send-email.perl:525
20848 #, perl-format
20849 msgid "warning: sendmail alias with quotes is not supported: %s\n"
20850 msgstr "cảnh báo: bí danh sendmail với dấu trích dẫn không được hỗ trợ: %s\n"
20851
20852 #: git-send-email.perl:527
20853 #, perl-format
20854 msgid "warning: `:include:` not supported: %s\n"
20855 msgstr "cảnh báo: “:include:“ không được hỗ trợ: %s\n"
20856
20857 #: git-send-email.perl:529
20858 #, perl-format
20859 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
20860 msgstr "cảnh báo: chuyển hướng “/file“ hay “|pipe“ không được hỗ trợ: %s\n"
20861
20862 #: git-send-email.perl:534
20863 #, perl-format
20864 msgid "warning: sendmail line is not recognized: %s\n"
20865 msgstr "cảnh báo: dòng sendmail không nhận ra được: %s\n"
20866
20867 #: git-send-email.perl:616
20868 #, perl-format
20869 msgid ""
20870 "File '%s' exists but it could also be the range of commits\n"
20871 "to produce patches for. Please disambiguate by...\n"
20872 "\n"
20873 " * Saying \"./%s\" if you mean a file; or\n"
20874 " * Giving --format-patch option if you mean a range.\n"
20875 msgstr ""
20876 "Tập tin “%s” đã có sẵn nhưng nó có lẽ cũng là chuẩn bị của\n"
20877 "các miếng vá tạo lần chuyển giao. Vui lòng làm rõ ý bằng…\n"
20878 "\n"
20879 " * Nói \"./%s\" nếu ý bạn là một tập tin; hoặc\n"
20880 " * Đưa ra tùy chọn --format-patch nếu ý bạn là chuẩn bị.\n"
20881
20882 #: git-send-email.perl:637
20883 #, perl-format
20884 msgid "Failed to opendir %s: %s"
20885 msgstr "Gặp lỗi khi mở thư mục “%s”: %s"
20886
20887 #: git-send-email.perl:661
20888 #, perl-format
20889 msgid ""
20890 "fatal: %s: %s\n"
20891 "warning: no patches were sent\n"
20892 msgstr ""
20893 "nghiêm trọng: %s: %s\n"
20894 "cảnh báo: không có miếng vá nào được gửi đi\n"
20895
20896 #: git-send-email.perl:672
20897 msgid ""
20898 "\n"
20899 "No patch files specified!\n"
20900 "\n"
20901 msgstr ""
20902 "\n"
20903 "Chưa chỉ định các tập tin miếng vá!\n"
20904 "\n"
20905
20906 #: git-send-email.perl:685
20907 #, perl-format
20908 msgid "No subject line in %s?"
20909 msgstr "Không có dòng chủ đề trong %s?"
20910
20911 #: git-send-email.perl:695
20912 #, perl-format
20913 msgid "Failed to open for writing %s: %s"
20914 msgstr "Gặp lỗi khi mở “%s” để ghi: %s"
20915
20916 #: git-send-email.perl:706
20917 msgid ""
20918 "Lines beginning in \"GIT:\" will be removed.\n"
20919 "Consider including an overall diffstat or table of contents\n"
20920 "for the patch you are writing.\n"
20921 "\n"
20922 "Clear the body content if you don't wish to send a summary.\n"
20923 msgstr ""
20924 "Các dòng bắt đầu bằng \"GIT:\" sẽ bị xóa bỏ.\n"
20925 "Cân nhắc bao gồm một thống kê diff toàn thể hay bảng nội dung\n"
20926 "cho miếng vá mà bạn đang viết.\n"
20927 "\n"
20928 "Xóa nội dung phần thân nếu bạn không muốn gửi tóm tắt.\n"
20929
20930 #: git-send-email.perl:730
20931 #, perl-format
20932 msgid "Failed to open %s: %s"
20933 msgstr "Gặp lỗi khi mở “%s”: %s"
20934
20935 #: git-send-email.perl:747
20936 #, perl-format
20937 msgid "Failed to open %s.final: %s"
20938 msgstr "Gặp lỗi khi mở %s.final: %s"
20939
20940 #: git-send-email.perl:790
20941 msgid "Summary email is empty, skipping it\n"
20942 msgstr "Thư tổng thể là trống rỗng, nên bỏ qua nó\n"
20943
20944 #. TRANSLATORS: please keep [y/N] as is.
20945 #: git-send-email.perl:825
20946 #, perl-format
20947 msgid "Are you sure you want to use <%s> [y/N]? "
20948 msgstr "Bạn có chắc muốn dùng <%s> [y/N]? "
20949
20950 #: git-send-email.perl:880
20951 msgid ""
20952 "The following files are 8bit, but do not declare a Content-Transfer-"
20953 "Encoding.\n"
20954 msgstr ""
20955 "Các trường sau đây là 8bit, nhưng không khai báo một Content-Transfer-"
20956 "Encoding.\n"
20957
20958 #: git-send-email.perl:885
20959 msgid "Which 8bit encoding should I declare [UTF-8]? "
20960 msgstr "Bảng mã 8bit nào tôi nên khai báo [UTF-8]? "
20961
20962 #: git-send-email.perl:893
20963 #, perl-format
20964 msgid ""
20965 "Refusing to send because the patch\n"
20966 "\t%s\n"
20967 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
20968 "want to send.\n"
20969 msgstr ""
20970 "Từ chối gửi bởi vì miếng vá\n"
20971 "\t%s\n"
20972 "có chủ đề ở dạng mẫu “*** SUBJECT HERE ***”. Dùng --force nếu bạn thực sự "
20973 "muốn gửi.\n"
20974
20975 #: git-send-email.perl:912
20976 msgid "To whom should the emails be sent (if anyone)?"
20977 msgstr "Tới người mà thư được gửi (nếu có)?"
20978
20979 #: git-send-email.perl:930
20980 #, perl-format
20981 msgid "fatal: alias '%s' expands to itself\n"
20982 msgstr "nghiêm trọng: bí danh “%s” được khai triển thành chính nó\n"
20983
20984 #: git-send-email.perl:942
20985 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
20986 msgstr "Message-ID được dùng như là In-Reply-To cho thư đầu tiên (nếu có)? "
20987
20988 #: git-send-email.perl:1000 git-send-email.perl:1008
20989 #, perl-format
20990 msgid "error: unable to extract a valid address from: %s\n"
20991 msgstr "lỗi: không thể rút trích một địa chỉ hợp lệ từ: %s\n"
20992
20993 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
20994 #. translation. The program will only accept English input
20995 #. at this point.
20996 #: git-send-email.perl:1012
20997 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
20998 msgstr "Làm gì với địa chỉ này? (thoát[q]|xóa[d]|sửa[e]): "
20999
21000 #: git-send-email.perl:1329
21001 #, perl-format
21002 msgid "CA path \"%s\" does not exist"
21003 msgstr "đường dẫn CA “%s” không tồn tại"
21004
21005 #: git-send-email.perl:1412
21006 msgid ""
21007 " The Cc list above has been expanded by additional\n"
21008 " addresses found in the patch commit message. By default\n"
21009 " send-email prompts before sending whenever this occurs.\n"
21010 " This behavior is controlled by the sendemail.confirm\n"
21011 " configuration setting.\n"
21012 "\n"
21013 " For additional information, run 'git send-email --help'.\n"
21014 " To retain the current behavior, but squelch this message,\n"
21015 " run 'git config --global sendemail.confirm auto'.\n"
21016 "\n"
21017 msgstr ""
21018 " Danh sách Cc ở trên được diễn giải bằng các địa chỉ phụ\n"
21019 " thêm tìm thấy trong lời ghi chú lần chuyển giao của miếng vá.\n"
21020 " Theo mặc định send-email sẽ nhắc trước khi gửi bất cứ khi\n"
21021 " nào điều này xảy ra. Cách hành xử này được điều khiển bởi cài\n"
21022 " đặt cấu hình sendemail.confirm.\n"
21023 "\n"
21024 " Để biết thêm chi tiết, hãy chạy lệnh “git send-email --help”.\n"
21025 " Để giữ lại cách hành xử hiện nay, làm hết lời nhắn này,\n"
21026 " chạy “git config --global sendemail.confirm auto”.\n"
21027 "\n"
21028
21029 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21030 #. translation. The program will only accept English input
21031 #. at this point.
21032 #: git-send-email.perl:1427
21033 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21034 msgstr "Gửi thư này chứ? ([y]có|[n]không|[e]sửa|[q]thoát|[a]tất): "
21035
21036 #: git-send-email.perl:1430
21037 msgid "Send this email reply required"
21038 msgstr "Gửi thư này trả lời yêu cầu"
21039
21040 #: git-send-email.perl:1458
21041 msgid "The required SMTP server is not properly defined."
21042 msgstr "Máy phục vụ SMTP chưa được định nghĩa một cách thích hợp."
21043
21044 #: git-send-email.perl:1505
21045 #, perl-format
21046 msgid "Server does not support STARTTLS! %s"
21047 msgstr "Máy chủ không hỗ trợ STARTTLS! %s"
21048
21049 #: git-send-email.perl:1510 git-send-email.perl:1514
21050 #, perl-format
21051 msgid "STARTTLS failed! %s"
21052 msgstr "STARTTLS gặp lỗi! %s"
21053
21054 #: git-send-email.perl:1523
21055 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21056 msgstr ""
21057 "Không thể khởi tạo SMTP một cách đúng đắn. Kiểm tra cấu hình và dùng --smtp-"
21058 "debug."
21059
21060 #: git-send-email.perl:1541
21061 #, perl-format
21062 msgid "Failed to send %s\n"
21063 msgstr "Gặp lỗi khi gửi %s\n"
21064
21065 #: git-send-email.perl:1544
21066 #, perl-format
21067 msgid "Dry-Sent %s\n"
21068 msgstr "Thử gửi %s\n"
21069
21070 #: git-send-email.perl:1544
21071 #, perl-format
21072 msgid "Sent %s\n"
21073 msgstr "Gửi %s\n"
21074
21075 #: git-send-email.perl:1546
21076 msgid "Dry-OK. Log says:\n"
21077 msgstr "Dry-OK. Nhật ký nói rằng:\n"
21078
21079 #: git-send-email.perl:1546
21080 msgid "OK. Log says:\n"
21081 msgstr "OK. Nhật ký nói rằng:\n"
21082
21083 #: git-send-email.perl:1558
21084 msgid "Result: "
21085 msgstr "Kết quả: "
21086
21087 #: git-send-email.perl:1561
21088 msgid "Result: OK\n"
21089 msgstr "Kết quả: Tốt\n"
21090
21091 #: git-send-email.perl:1579
21092 #, perl-format
21093 msgid "can't open file %s"
21094 msgstr "không thể mở tập tin “%s”"
21095
21096 #: git-send-email.perl:1626 git-send-email.perl:1646
21097 #, perl-format
21098 msgid "(mbox) Adding cc: %s from line '%s'\n"
21099 msgstr "(mbox) Thêm cc: %s từ dòng “%s”\n"
21100
21101 #: git-send-email.perl:1632
21102 #, perl-format
21103 msgid "(mbox) Adding to: %s from line '%s'\n"
21104 msgstr "(mbox) Đang thêm to: %s từ dòng “%s”\n"
21105
21106 #: git-send-email.perl:1685
21107 #, perl-format
21108 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21109 msgstr "(non-mbox) Thêm cc: %s từ dòng “%s”\n"
21110
21111 #: git-send-email.perl:1720
21112 #, perl-format
21113 msgid "(body) Adding cc: %s from line '%s'\n"
21114 msgstr "(body) Thêm cc: %s từ dòng “%s”\n"
21115
21116 #: git-send-email.perl:1831
21117 #, perl-format
21118 msgid "(%s) Could not execute '%s'"
21119 msgstr "(%s) Không thể thực thi “%s”"
21120
21121 #: git-send-email.perl:1838
21122 #, perl-format
21123 msgid "(%s) Adding %s: %s from: '%s'\n"
21124 msgstr "(%s) Đang thêm %s: %s từ: “%s”\n"
21125
21126 #: git-send-email.perl:1842
21127 #, perl-format
21128 msgid "(%s) failed to close pipe to '%s'"
21129 msgstr "(%s) gặp lỗi khi đóng đường ống đến “%s”"
21130
21131 #: git-send-email.perl:1872
21132 msgid "cannot send message as 7bit"
21133 msgstr "không thể lấy gửi thư dạng 7 bít"
21134
21135 #: git-send-email.perl:1880
21136 msgid "invalid transfer encoding"
21137 msgstr "bảng mã truyền không hợp lệ"
21138
21139 #: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
21140 #, perl-format
21141 msgid "unable to open %s: %s\n"
21142 msgstr "không thể mở %s: %s\n"
21143
21144 #: git-send-email.perl:1924
21145 #, perl-format
21146 msgid "%s: patch contains a line longer than 998 characters"
21147 msgstr "%s: miếng vá có chứa dòng dài hơn 998 ký tự"
21148
21149 #: git-send-email.perl:1941
21150 #, perl-format
21151 msgid "Skipping %s with backup suffix '%s'.\n"
21152 msgstr "Bỏ qua %s với hậu tố sao lưu dự phòng “%s”.\n"
21153
21154 #. TRANSLATORS: please keep "[y|N]" as is.
21155 #: git-send-email.perl:1945
21156 #, perl-format
21157 msgid "Do you really want to send %s? [y|N]: "
21158 msgstr "Bạn có thực sự muốn gửi %s? [y|N](có/KHÔNG): "
21159
21160 #~ msgid "could not parse '%s' (looking for '%s')"
21161 #~ msgstr "không thể phân tích “%s” (đang tìm kiếm cho “%s”)"
21162
21163 #~ msgid "bad quoting on %s value in '%s'"
21164 #~ msgstr "sai trích dẫn trên %s giá trị trong “%s”"
21165
21166 #~ msgid "Could not unset core.worktree setting in submodule '%s'"
21167 #~ msgstr "Không thể đặt core.worktree trong mô-đun-con “%s”"
21168
21169 #~ msgid "deprecated synonym for --create-reflog"
21170 #~ msgstr "đồng nghĩa đã lạc hậu cho --create-reflog"
21171
21172 #~ msgid "Can't stat %s"
21173 #~ msgstr "không thể lấy thông tin thống kê về “%s”"
21174
21175 #~ msgid "abort rebase"
21176 #~ msgstr "bãi bỏ việc cải tổ"
21177
21178 #~ msgid "make rebase script"
21179 #~ msgstr "tạo văn lệnh rebase"
21180
21181 #~ msgid "No such remote: %s"
21182 #~ msgstr "Không có máy chủ nào như thế: %s"
21183
21184 #~ msgid "cannot move a locked working tree"
21185 #~ msgstr "không thể di chuyển một cây-làm-việc bị khóa"
21186
21187 #~ msgid "cannot remove a locked working tree"
21188 #~ msgstr "không thể gỡ bỏ một cây-làm-việc bị khóa"
21189
21190 #~ msgid "Applied autostash."
21191 #~ msgstr "Đã áp dụng autostash."
21192
21193 #~ msgid "Cannot store $stash_sha1"
21194 #~ msgstr "Không thể lưu $stash_sha1"
21195
21196 #~ msgid ""
21197 #~ "\n"
21198 #~ "\tHowever, if you remove everything, the rebase will be aborted.\n"
21199 #~ "\n"
21200 #~ "\t"
21201 #~ msgstr ""
21202 #~ "\n"
21203 #~ "\tTuy nhiên, nếu bạn xóa bỏ mọi thứ, việc cải tổ sẽ bị bãi bỏ.\n"
21204 #~ "\n"
21205 #~ "\t"
21206
21207 #~ msgid "could not parse '%s' (looking for '%s'"
21208 #~ msgstr "không thể phân tích “%s” (tìm kiếm cho “%s”"
21209
21210 #~ msgid "push|fetch"
21211 #~ msgstr "push|fetch"
21212
21213 #~ msgid "Dirty index: cannot merge (dirty: %s)"
21214 #~ msgstr "Bảng mục lục bẩn: không thể hòa trộn (bẩn: %s)"
21215
21216 #~ msgid "(+/-)x"
21217 #~ msgstr "(+/-)x"
21218
21219 #~ msgid "<command>"
21220 #~ msgstr "<lệnh>"
21221
21222 #~ msgid "w[,i1[,i2]]"
21223 #~ msgstr "w[,i1[,i2]]"
21224
21225 #~ msgid "Entering '$displaypath'"
21226 #~ msgstr "Đang vào “$displaypath”"
21227
21228 #~ msgid "Stopping at '$displaypath'; script returned non-zero status."
21229 #~ msgstr "Dừng lại tại “$displaypath”; script trả về trạng thái khác không."
21230
21231 #~ msgid "Everyday Git With 20 Commands Or So"
21232 #~ msgstr "Mỗi ngày học 20 lệnh Git hay hơn"
21233
21234 #~ msgid "Could not open '%s' for writing"
21235 #~ msgstr "Không thể mở “%s” để ghi"
21236
21237 #~ msgid ""
21238 #~ "unexpected 1st line of squash message:\n"
21239 #~ "\n"
21240 #~ "\t%.*s"
21241 #~ msgstr ""
21242 #~ "không cần dòng thứ nhất của ghi chú squash:\n"
21243 #~ "\n"
21244 #~ "\t%.*s"
21245
21246 #~ msgid ""
21247 #~ "invalid 1st line of squash message:\n"
21248 #~ "\n"
21249 #~ "\t%.*s"
21250 #~ msgstr ""
21251 #~ "dòng thứ nhất của ghi chú squash không hợp lệ:\n"
21252 #~ "\n"
21253 #~ "\t%.*s"
21254
21255 #~ msgid "BUG: returned path string doesn't match cwd?"
21256 #~ msgstr "LỖI: trả về chuỗi đường dẫn không khớp cwd?"
21257
21258 #~ msgid "Error in object"
21259 #~ msgstr "Lỗi trong đối tượng"
21260
21261 #~ msgid "git fetch-pack: expected ACK/NAK, got EOF"
21262 #~ msgstr "git fetch-pack: cần ACK/NAK, nhưng lại nhận được EOF"
21263
21264 #~ msgid "invalid filter-spec expression '%s'"
21265 #~ msgstr "biểu thức đặc tả bộ lọc “%s” không hợp lệ"
21266
21267 #~ msgid "The copy of the patch that failed is found in: %s"
21268 #~ msgstr "Bản sao chép của miếng vá mà nó gặp lỗi thì được tìm thấy trong: %s"
21269
21270 #~ msgid "pathspec and --all are incompatible"
21271 #~ msgstr "đặc tả đường dẫn và --all xung khắc nhau"
21272
21273 #~ msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
21274 #~ msgstr ""
21275 #~ "Mô-đun-con “$name” ($url) được bỏ đăng ký cho đường dẫn “$displaypath”"
21276
21277 #~ msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
21278 #~ msgstr "Các trường To/Cc/Bcc không được phiên dịch, chúng bị bỏ qua\n"
21279
21280 #~ msgid ""
21281 #~ "empty strings as pathspecs will be made invalid in upcoming releases. "
21282 #~ "please use . instead if you meant to match all paths"
21283 #~ msgstr ""
21284 #~ "chuỗi rỗng làm đặc tả đường dẫn không hợp lệ ở lần phát hành kế tiếp. Vui "
21285 #~ "lòng dùng . để thay thế nếu ý bạn là khớp mọi đường dẫn"
21286
21287 #~ msgid "could not truncate '%s'"
21288 #~ msgstr "không thể cắt cụt “%s”"
21289
21290 #~ msgid "could not finish '%s'"
21291 #~ msgstr "không thể hoàn thành “%s”"
21292
21293 #~ msgid "could not close %s"
21294 #~ msgstr "không thể đóng %s"
21295
21296 #~ msgid "Copied a misnamed branch '%s' away"
21297 #~ msgstr "Đã chép nhánh khuyết danh “%s” đi"
21298
21299 #~ msgid "it does not make sense to create 'HEAD' manually"
21300 #~ msgstr "không hợp lý khi tạo “HEAD” thủ công"
21301
21302 #~ msgid "Don't know how to clone %s"
21303 #~ msgstr "Không biết làm cách nào để nhân bản (clone) %s"
21304
21305 #~ msgid "show ignored files"
21306 #~ msgstr "hiển thị các tập tin ẩn"
21307
21308 #~ msgid "Don't know how to fetch from %s"
21309 #~ msgstr "Không biết làm cách nào để lấy về từ %s"
21310
21311 #~ msgid "'$term' is not a valid term"
21312 #~ msgstr "“$term” không phải là thời kỳ hợp lệ"
21313
21314 #~ msgid ""
21315 #~ "error: unknown option for 'stash save': $option\n"
21316 #~ " To provide a message, use git stash save -- '$option'"
21317 #~ msgstr ""
21318 #~ "lỗi: không hiểu tùy chọn cho “stash save”: $option\n"
21319 #~ " Để có thể dùng lời chú thích có chứa -- ở đầu,\n"
21320 #~ " dùng git stash save -- \"$option\""
21321
21322 #~ msgid "Failed to recurse into submodule path '$sm_path'"
21323 #~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$sm_path”"
21324
21325 #~ msgid "%%(trailers) does not take arguments"
21326 #~ msgstr "%%(trailers) không nhận các đối số"
21327
21328 #~ msgid "submodule update strategy not supported for submodule '%s'"
21329 #~ msgstr ""
21330 #~ "chiến lược cập nhật mô-đun-con không được hỗ trợ cho mô-đun-con “%s”"
21331
21332 #~ msgid "change upstream info"
21333 #~ msgstr "thay đổi thông tin thượng nguồn"
21334
21335 #~ msgid ""
21336 #~ "\n"
21337 #~ "If you wanted to make '%s' track '%s', do this:\n"
21338 #~ "\n"
21339 #~ msgstr ""
21340 #~ "\n"
21341 #~ "Nếu bạn muốn “%s” theo dõi “%s”, thực hiện lệnh sau:\n"
21342 #~ "\n"
21343
21344 #~ msgid "basename"
21345 #~ msgstr "tên cơ sở"
21346
21347 #~ msgid "prepend parent project's basename to output"
21348 #~ msgstr "treo vào trước tên cơ sở cha mẹ của đường dẫn vào kết xuất"
21349
21350 #~ msgid ""
21351 #~ "When you have resolved this problem, run \"git rebase --continue\".\n"
21352 #~ "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
21353 #~ "To check out the original branch and stop rebasing, run \"git rebase --"
21354 #~ "abort\"."
21355 #~ msgstr ""
21356 #~ "Khi bạn cần giải quyết vấn đề này hãy chạy lệnh \"git rebase --continue"
21357 #~ "\".\n"
21358 #~ "Nếu bạn có ý định bỏ qua miếng vá, thay vào đó bạn chạy \"git rebase --"
21359 #~ "skip\".\n"
21360 #~ "Để phục hồi lại thành nhánh nguyên thủy và dừng việc vá lại thì chạy "
21361 #~ "\"git rebase --abort\"."
21362
21363 #~ msgid ""
21364 #~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
21365 #~ " - $line"
21366 #~ msgstr ""
21367 #~ "Cảnh báo: SHA-1 bị thiếu hoặc không phải là một lần chuyển giao trong "
21368 #~ "dòng sau đây:\n"
21369 #~ " - $line"
21370
21371 #~ msgid ""
21372 #~ "Warning: the command isn't recognized in the following line:\n"
21373 #~ " - $line"
21374 #~ msgstr ""
21375 #~ "Cảnh báo: lệnh không nhận ra trong dòng sau đây:\n"
21376 #~ " - $line"
21377
21378 #~ msgid "Or you can abort the rebase with 'git rebase --abort'."
21379 #~ msgstr "Hoặc là bạn có thể bãi bỏ lần cải tổ với lệnh “git rebase --abort”."
21380
21381 #~ msgid "%"
21382 #~ msgid_plural "%"
21383 #~ msgstr[0] "%"
21384
21385 #~ msgid "%s, %"
21386 #~ msgid_plural "%s, %"
21387 #~ msgstr[0] "%s, %"
21388
21389 #~ msgid "Could not open file '%s'"
21390 #~ msgstr "Không thể mở tập tin “%s”"
21391
21392 #~ msgid "in %0.1f seconds automatically..."
21393 #~ msgstr "trong %0.1f giây một cách tự động…"
21394
21395 #~ msgid "dup2(%d,%d) failed"
21396 #~ msgstr "dup2(%d,%d) gặp lỗi"
21397
21398 #~ msgid "Initial commit on "
21399 #~ msgstr "Lần chuyển giao khởi tạo trên "
21400
21401 #~ msgid "Patch is empty. Was it split wrong?"
21402 #~ msgstr "Miếng vá trống rỗng. Quá trình chia nhỏ miếng vá có lỗi?"
21403
21404 #~ msgid ""
21405 #~ "You still have unmerged paths in your index.\n"
21406 #~ "Did you forget to use 'git add'?"
21407 #~ msgstr ""
21408 #~ "Bạn vẫn có những đường dẫn chưa được hòa trộn trong bảng mục lục của "
21409 #~ "mình.\n"
21410 #~ "Bạn đã quên sử dụng lệnh “git add” à?"
21411
21412 #~ msgid ""
21413 #~ "Cannot update paths and switch to branch '%s' at the same time.\n"
21414 #~ "Did you intend to checkout '%s' which can not be resolved as commit?"
21415 #~ msgstr ""
21416 #~ "Không thể cập nhật và chuyển thành nhánh “%s” cùng lúc\n"
21417 #~ "Bạn đã có ý định checkout “%s” cái mà không thể được phân giải như là lần "
21418 #~ "chuyển giao?"
21419
21420 #~ msgid "Explicit paths specified without -i or -o; assuming --only paths..."
21421 #~ msgstr ""
21422 #~ "Những đường dẫn rõ ràng được chỉ ra không có tùy chọn -i cũng không -o; "
21423 #~ "coi là --only những đường dẫn"
21424
21425 #~ msgid "default mode for recursion"
21426 #~ msgstr "chế độ mặc định cho đệ qui"
21427
21428 #~ msgid "submodule--helper subcommand must be called with a subcommand"
21429 #~ msgstr "lệnh con submodule--helper phải được gọi với một lệnh con"
21430
21431 #~ msgid "tag: tagging "
21432 #~ msgstr "thẻ: đang đánh thẻ"
21433
21434 #~ msgid "commit object"
21435 #~ msgstr "đối tượng lần chuyển giao"
21436
21437 #~ msgid "tree object"
21438 #~ msgstr "đối tượng cây"
21439
21440 #~ msgid "blob object"
21441 #~ msgstr "đối tượng blob"
21442
21443 #~ msgid ""
21444 #~ "There is nothing to exclude from by :(exclude) patterns.\n"
21445 #~ "Perhaps you forgot to add either ':/' or '.' ?"
21446 #~ msgstr ""
21447 #~ "Ở đây không có gì bị loại trừ bởi: các mẫu (loại trừ).\n"
21448 #~ "Có lẽ bạn đã quên thêm hoặc là “:/” hoặc là “.”?"
21449
21450 #~ msgid "unrecognized format: %%(%s)"
21451 #~ msgstr "không nhận ra định dạng: %%(%s)"
21452
21453 #~ msgid ":strip= requires a positive integer argument"
21454 #~ msgstr ":strip= cần một đối số nguyên dương"
21455
21456 #~ msgid "ref '%s' does not have %ld components to :strip"
21457 #~ msgstr "tham chiếu “%s” không có %ld thành phần để mà :strip"
21458
21459 #~ msgid "unknown %.*s format %s"
21460 #~ msgstr "Không hiểu định dạng %.*s %s"
21461
21462 #~ msgid "[%s: gone]"
21463 #~ msgstr "[%s: đã ra đi]"
21464
21465 #~ msgid "[%s]"
21466 #~ msgstr "[%s]"
21467
21468 #~ msgid "[%s: behind %d]"
21469 #~ msgstr "[%s: đứng sau %d]"
21470
21471 #~ msgid "[%s: ahead %d]"
21472 #~ msgstr "[%s: phía trước %d]"
21473
21474 #~ msgid "[%s: ahead %d, behind %d]"
21475 #~ msgstr "[%s: trước %d, sau %d]"
21476
21477 #~ msgid " **** invalid ref ****"
21478 #~ msgstr " **** tham chiếu không hợp lệ ****"
21479
21480 #~ msgid "insanely long object directory %.*s"
21481 #~ msgstr "thư mục đối tượng dài một cách điên rồ %.*s"
21482
21483 #~ msgid "git merge [<options>] <msg> HEAD <commit>"
21484 #~ msgstr "git merge [<các-tùy-chọn>] <tin-nhắn> HEAD <commit>"
21485
21486 #~ msgid "tag name too long: %.*s..."
21487 #~ msgstr "tên thẻ quá dài: %.*s…"
21488
21489 #~ msgid "tag header too big."
21490 #~ msgstr "phần đầu thẻ quá lớn."
21491
21492 #~ msgid ""
21493 #~ "If the patch applies cleanly, the edited hunk will immediately be\n"
21494 #~ "marked for discarding"
21495 #~ msgstr ""
21496 #~ "Nếu miếng vá được áp dụng sạch sẽ, hunk đã sửa sẽ ngay lập tức\n"
21497 #~ "được đánh dấu để loại bỏ"
21498
21499 #~ msgid "Use an experimental blank-line-based heuristic to improve diffs"
21500 #~ msgstr ""
21501 #~ "Dùng một phỏng đoán dựa trên dòng trắng thử nghiệm để tăng cường các diff"
21502
21503 #~ msgid "Clever... amending the last one with dirty index."
21504 #~ msgstr "Giỏi… “tu bổ” cái cuối với bảng mục lục bẩn."
21505
21506 #~ msgid ""
21507 #~ "the following submodule (or one of its nested submodules)\n"
21508 #~ "uses a .git directory:"
21509 #~ msgid_plural ""
21510 #~ "the following submodules (or one of their nested submodules)\n"
21511 #~ "use a .git directory:"
21512 #~ msgstr[0] ""
21513 #~ "các mô-đun-con sau đây (hay một trong số mô-đun-con bên trong của nó)\n"
21514 #~ "dùng một thư mục .git:"
21515
21516 #~ msgid ""
21517 #~ "\n"
21518 #~ "(use 'rm -rf' if you really want to remove it including all of its "
21519 #~ "history)"
21520 #~ msgstr ""
21521 #~ "\n"
21522 #~ "(dùng /\"rm -rf/\" nếu bạn thực sự muốn gỡ bỏ nó cùng với tất cả lịch sử "
21523 #~ "của chúng)"
21524
21525 #~ msgid "Error wrapping up %s."
21526 #~ msgstr "Lỗi bao bọc %s."
21527
21528 #~ msgid "Your local changes would be overwritten by cherry-pick."
21529 #~ msgstr "Các thay đổi nội bộ của bạn có thể bị ghi đè bởi lệnh cherry-pick."
21530
21531 #~ msgid "Cannot revert during another revert."
21532 #~ msgstr "Không thể hoàn nguyên trong khi có hoàn nguyên khác."
21533
21534 #~ msgid "Cannot cherry-pick during another cherry-pick."
21535 #~ msgstr ""
21536 #~ "Không thể thực hiện việc cherry-pick trong khi khi đang cherry-pick khác."
21537
21538 #~ msgid "Could not parse line %d."
21539 #~ msgstr "Không phân tích được dòng %d."
21540
21541 #~ msgid "Could not open %s"
21542 #~ msgstr "Không thể mở %s"
21543
21544 #~ msgid "Could not format %s."
21545 #~ msgstr "Không thể định dạng “%s”."
21546
21547 #~ msgid "%s: %s"
21548 #~ msgstr "%s: %s"
21549
21550 #~ msgid "cannot open %s: %s"
21551 #~ msgstr "không thể mở %s: %s"
21552
21553 #~ msgid "You need to set your committer info first"
21554 #~ msgstr "Bạn cần đặt thông tin về người chuyển giao mã nguồn trước đã"
21555
21556 #~ msgid "bad numeric config value '%s' for '%s': invalid unit"
21557 #~ msgstr "sai giá trị bằng số của cấu hình “%s” cho “%s”: đơn vị sai"
21558
21559 #~ msgid "bad numeric config value '%s' for '%s' in blob %s: invalid unit"
21560 #~ msgstr ""
21561 #~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong blob %s: đơn vị sai"
21562
21563 #~ msgid "bad numeric config value '%s' for '%s' in file %s: invalid unit"
21564 #~ msgstr ""
21565 #~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong tập tin %s: đơn vị "
21566 #~ "sai"
21567
21568 #~ msgid ""
21569 #~ "bad numeric config value '%s' for '%s' in standard input: invalid unit"
21570 #~ msgstr ""
21571 #~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong đầu vào tiêu chuẩn: "
21572 #~ "đơn vị không hợp lệ"
21573
21574 #~ msgid ""
21575 #~ "bad numeric config value '%s' for '%s' in submodule-blob %s: invalid unit"
21576 #~ msgstr ""
21577 #~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong submodule-blob %s: "
21578 #~ "đơn vị không hợp lệ"
21579
21580 #~ msgid ""
21581 #~ "bad numeric config value '%s' for '%s' in command line %s: invalid unit"
21582 #~ msgstr ""
21583 #~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong dòng lệnh %s: đơn vị "
21584 #~ "không hợp lệ"
21585
21586 #~ msgid "bad numeric config value '%s' for '%s' in %s: invalid unit"
21587 #~ msgstr ""
21588 #~ "sai giá trị bằng số của cấu hình “%s” cho “%s” trong %s: đơn vị không hợp "
21589 #~ "lệ"
21590
21591 #~ msgid "This is the 2nd commit message:"
21592 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 2:"
21593
21594 #~ msgid "This is the 3rd commit message:"
21595 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 3:"
21596
21597 #~ msgid "This is the 4th commit message:"
21598 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 4:"
21599
21600 #~ msgid "This is the 5th commit message:"
21601 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 5:"
21602
21603 #~ msgid "This is the 6th commit message:"
21604 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 6:"
21605
21606 #~ msgid "This is the 7th commit message:"
21607 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 7:"
21608
21609 #~ msgid "This is the 8th commit message:"
21610 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 8:"
21611
21612 #~ msgid "This is the 9th commit message:"
21613 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 9:"
21614
21615 #~ msgid "This is the 10th commit message:"
21616 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ 10:"
21617
21618 #~ msgid "This is the ${n}th commit message:"
21619 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21620
21621 #~ msgid "This is the ${n}st commit message:"
21622 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21623
21624 #~ msgid "This is the ${n}nd commit message:"
21625 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21626
21627 #~ msgid "This is the ${n}rd commit message:"
21628 #~ msgstr "Đây là chú thích cho lần chuyển giao thứ ${n}:"
21629
21630 #~ msgid "The 1st commit message will be skipped:"
21631 #~ msgstr "Chú thích cho lần chuyển giao thứ nhất sẽ bị bỏ qua:"
21632
21633 #~ msgid "The 2nd commit message will be skipped:"
21634 #~ msgstr "Chú thích cho lần chuyển giao thứ 2 sẽ bị bỏ qua:"
21635
21636 #~ msgid "The 3rd commit message will be skipped:"
21637 #~ msgstr "Chú thích cho lần chuyển giao thứ 3 sẽ bị bỏ qua:"
21638
21639 #~ msgid "The 4th commit message will be skipped:"
21640 #~ msgstr "Chú thích cho lần chuyển giao thứ 4 sẽ bị bỏ qua:"
21641
21642 #~ msgid "The 5th commit message will be skipped:"
21643 #~ msgstr "Chú thích cho lần chuyển giao thứ 5 sẽ bị bỏ qua:"
21644
21645 #~ msgid "The 6th commit message will be skipped:"
21646 #~ msgstr "Chú thích cho lần chuyển giao thứ 6 sẽ bị bỏ qua:"
21647
21648 #~ msgid "The 7th commit message will be skipped:"
21649 #~ msgstr "Chú thích cho lần chuyển giao thứ 7 sẽ bị bỏ qua:"
21650
21651 #~ msgid "The 8th commit message will be skipped:"
21652 #~ msgstr "Chú thích cho lần chuyển giao thứ 8 sẽ bị bỏ qua:"
21653
21654 #~ msgid "The 9th commit message will be skipped:"
21655 #~ msgstr "Chú thích cho lần chuyển giao thứ 9 sẽ bị bỏ qua:"
21656
21657 #~ msgid "The 10th commit message will be skipped:"
21658 #~ msgstr "Chú thích cho lần chuyển giao thứ 10 sẽ bị bỏ qua:"
21659
21660 #~ msgid "The ${n}th commit message will be skipped:"
21661 #~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21662
21663 #~ msgid "The ${n}st commit message will be skipped:"
21664 #~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21665
21666 #~ msgid "The ${n}nd commit message will be skipped:"
21667 #~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21668
21669 #~ msgid "The ${n}rd commit message will be skipped:"
21670 #~ msgstr "Chú thích cho lần chuyển giao thứ ${n} sẽ bị bỏ qua:"
21671
21672 #~ msgid "could not run gpg."
21673 #~ msgstr "không thể chạy gpg."
21674
21675 #~ msgid "gpg did not accept the data"
21676 #~ msgstr "gpg đã không chấp nhận dữ liệu"
21677
21678 #~ msgid "unsupported object type in the tree"
21679 #~ msgstr "kiểu đối tượng không được hỗ trợ trong cây (tree)"
21680
21681 #~ msgid "Fatal merge failure, shouldn't happen."
21682 #~ msgstr "Việc hòa trộn hỏng nghiêm trọng, không nên để xảy ra."
21683
21684 #~ msgid "Unprocessed path??? %s"
21685 #~ msgstr "Đường dẫn chưa được xử lý??? %s"
21686
21687 #~ msgid "Cannot %s during a %s"
21688 #~ msgstr "Không thể %s trong khi %s"
21689
21690 #~ msgid "Can't cherry-pick into empty head"
21691 #~ msgstr "Không thể cherry-pick vào một đầu (head) trống rỗng"
21692
21693 #~ msgid "could not open %s for writing"
21694 #~ msgstr "không thể mở %s để ghi"
21695
21696 #~ msgid "bug: unhandled unmerged status %x"
21697 #~ msgstr "lỗi: không thể tiếp nhận trạng thái chưa hòa trộn %x"
21698
21699 #~ msgid "bug: unhandled diff status %c"
21700 #~ msgstr "lỗi: không thể tiếp nhận trạng thái lệnh diff %c"
21701
21702 #~ msgid "could not write branch description template"
21703 #~ msgstr "không thể ghi mẫu mô tả nhánh"
21704
21705 #~ msgid "corrupt index file"
21706 #~ msgstr "tập tin ghi bảng mục lục bị hỏng"
21707
21708 #~ msgid "detach the HEAD at named commit"
21709 #~ msgstr "rời bỏ HEAD tại lần chuyển giao danh nghĩa"
21710
21711 #~ msgid "Checking connectivity... "
21712 #~ msgstr "Đang kiểm tra kết nối… "
21713
21714 #~ msgid " (unable to update local ref)"
21715 #~ msgstr " (không thể cập nhật tham chiếu nội bộ)"
21716
21717 #~ msgid "Reinitialized existing"
21718 #~ msgstr "Khởi tạo lại đã sẵn có rồi"
21719
21720 #~ msgid "Initialized empty"
21721 #~ msgstr "Khởi tạo trống rỗng"
21722
21723 #~ msgid " shared"
21724 #~ msgstr " đã chia sẻ"
21725
21726 #~ msgid "Verify that the named commit has a valid GPG signature"
21727 #~ msgstr ""
21728 #~ "Thẩm tra xem lần chuyển giao có tên đó có chữ ký GPG hợp lệ hay không"
21729
21730 #~ msgid "Writing SQUASH_MSG"
21731 #~ msgstr "Đang ghi SQUASH_MSG"
21732
21733 #~ msgid "Finishing SQUASH_MSG"
21734 #~ msgstr "Hoàn thành SQUASH_MSG"
21735
21736 #~ msgid " and with remote"
21737 #~ msgstr " và với máy chủ"
21738
21739 #~ msgid "removing '%s' failed"
21740 #~ msgstr "gặp lỗi khi xóa bỏ “%s”"
21741
21742 #~ msgid "Please call 'bisect_state' with at least one argument."
21743 #~ msgstr "Hãy gọi lệnhl “bisect_state” với ít nhất một đối số."
21744
21745 #~ msgid ""
21746 #~ "If you want to reuse this local git directory instead of cloning again "
21747 #~ "from"
21748 #~ msgstr "Nếu bạn muốn dùng lại thư mục git nội bộ này thay vì nhân bản từ nó"
21749
21750 #~ msgid ""
21751 #~ "use the '--force' option. If the local git directory is not the correct "
21752 #~ "repo"
21753 #~ msgstr ""
21754 #~ "dùng tùy chọn “--force”. Nếu thư mục git nội bộ không phải là repo (kho) "
21755 #~ "đúng"
21756
21757 #~ msgid ""
21758 #~ "or you are unsure what this means choose another name with the '--name' "
21759 #~ "option."
21760 #~ msgstr ""
21761 #~ "hay bạn không chắc chắn điều đó có nghĩa gì chọn tên khác với tùy chọn “--"
21762 #~ "name”."
21763
21764 #~ msgid "Submodule work tree '$displaypath' contains a .git directory"
21765 #~ msgstr "Cây làm việc mô-đun-con “$displaypath” có chứa thư mục .git"
21766
21767 #~ msgid ""
21768 #~ "(use 'rm -rf' if you really want to remove it including all of its "
21769 #~ "history)"
21770 #~ msgstr ""
21771 #~ "(dùng “rm -rf” nếu bạn thực sự muốn gỡ bỏ nó cùng với tất cả lịch sử của "
21772 #~ "chúng)"
21773
21774 #~ msgid "'%s': %s"
21775 #~ msgstr "“%s”: %s"
21776
21777 #~ msgid "unable to access '%s': %s"
21778 #~ msgstr "không thể truy cập “%s”: %s"
21779
21780 #~ msgid " git branch -d %s\n"
21781 #~ msgstr " git branch -d %s\n"
21782
21783 #~ msgid " git branch --set-upstream-to %s\n"
21784 #~ msgstr " git branch --set-upstream-to %s\n"
21785
21786 #~ msgid "cannot open %s: %s\n"
21787 #~ msgstr "không thể mở %s: %s\n"
21788
21789 #~ msgid "Please, stage your changes to .gitmodules or stash them to proceed"
21790 #~ msgstr ""
21791 #~ "Vui lòng đưa các thay đổi của bạn vào “.gitmodules” hay tạm cất chúng đi "
21792 #~ "để xử lý"
21793
21794 #~ msgid "failed to remove: %s"
21795 #~ msgstr "gặp lỗi khi gỡ bỏ: %s"
21796
21797 #~ msgid "The --exec option must be used with the --interactive option"
21798 #~ msgstr "Tùy chọn --exec phải được sử dụng cùng với tùy chọn --interactive"
21799
21800 #~ msgid ""
21801 #~ "Submodule path '$displaypath' not initialized\n"
21802 #~ "Maybe you want to use 'update --init'?"
21803 #~ msgstr ""
21804 #~ "Đường dẫn mô-đun-con “$displaypath” chưa được khởi tạo.\n"
21805 #~ "Có lẽ bạn muốn sử dụng lệnh “update --init”?"
21806
21807 #~ msgid "Forward-port local commits to the updated upstream head"
21808 #~ msgstr ""
21809 #~ "Chuyển tiếp những lần chuyển giao nội bộ tới head thượng nguồn đã cập nhật"
21810
21811 #~ msgid "improper format entered align:%s"
21812 #~ msgstr "định dạng không đúng chỗ căn chỉnh:%s"
21813
21814 #~ msgid ""
21815 #~ "push.default is unset; its implicit value has changed in\n"
21816 #~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
21817 #~ "and maintain the traditional behavior, use:\n"
21818 #~ "\n"
21819 #~ " git config --global push.default matching\n"
21820 #~ "\n"
21821 #~ "To squelch this message and adopt the new behavior now, use:\n"
21822 #~ "\n"
21823 #~ " git config --global push.default simple\n"
21824 #~ "\n"
21825 #~ "When push.default is set to 'matching', git will push local branches\n"
21826 #~ "to the remote branches that already exist with the same name.\n"
21827 #~ "\n"
21828 #~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"
21829 #~ "behavior, which only pushes the current branch to the corresponding\n"
21830 #~ "remote branch that 'git pull' uses to update the current branch.\n"
21831 #~ "\n"
21832 #~ "See 'git help config' and search for 'push.default' for further "
21833 #~ "information.\n"
21834 #~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
21835 #~ "'current' instead of 'simple' if you sometimes use older versions of Git)"
21836 #~ msgstr ""
21837 #~ "biến push.default chưa được đặt; giá trị ngầm định của nó\n"
21838 #~ "đã được thay đổi trong Git 2.0 từ “matching” thành “simple”.\n"
21839 #~ "Để không hiển thị nhắc nhở này và duy trì cách xử lý cũ, hãy chạy lệnh:\n"
21840 #~ "\n"
21841 #~ " git config --global push.default matching\n"
21842 #~ "\n"
21843 #~ "Để không hiển thị nhắc nhở này và áp dụng cách ứng xử mới, hãy chạy "
21844 #~ "lệnh:\n"
21845 #~ "\n"
21846 #~ " git config --global push.default simple\n"
21847 #~ "\n"
21848 #~ "Khi push.default được đặt thành “matching”, git sẽ đẩy các nhánh nội bộ\n"
21849 #~ "lên các nhánh trên máy chủ, cái mà đã sẵn có và cùng tên.\n"
21850 #~ "\n"
21851 #~ "Trong 2.0, Git sẽ mặc định duy trì các ứng xử “simple”,\n"
21852 #~ "cái này chỉ đẩy những nhánh hiện hành lên các nhánh tương ứng\n"
21853 #~ "trên máy chủ cái mà lệnh “git pull” dùng để cập nhật nhánh hiện tại.\n"
21854 #~ "\n"
21855 #~ "Xem “git help config” và tìm đến “push.default” để có thêm thông tin.\n"
21856 #~ "(chế độ “simple” được bắt đầu sử dụng từ Git 1.7.11. Sử dụng chế độ tương "
21857 #~ "tự\n"
21858 #~ "“current” thay vì “simple” nếu bạn thỉnh thoảng phải sử dụng bản Git cũ)"
21859
21860 #~ msgid "Could not append '%s'"
21861 #~ msgstr "Không thể nối thêm “%s”"
21862
21863 #~ msgid "unable to look up current user in the passwd file: %s"
21864 #~ msgstr "không tìm thấy người dùng hiện tại trong tập tin passwd: %s"
21865
21866 #~ msgid "no such user"
21867 #~ msgstr "không có người dùng như vậy"
21868
21869 #~ msgid "Missing author: %s"
21870 #~ msgstr "Thiếu tên tác giả: %s"
21871
21872 #~ msgid "Testing "
21873 #~ msgstr "Đang thử"
21874
21875 #~ msgid "branch '%s' does not point at a commit"
21876 #~ msgstr "nhánh “%s” không chỉ đến một lần chuyển giao nào cả"
21877
21878 #~ msgid "print only merged branches"
21879 #~ msgstr "chỉ hiển thị các nhánh đã hòa trộn"
21880
21881 #~ msgid "--dissociate given, but there is no --reference"
21882 #~ msgstr "đã đưa ra --dissociate, nhưng ở đây lại không có --reference"
21883
21884 #~ msgid "show usage"
21885 #~ msgstr "hiển thị cách dùng"
21886
21887 #~ msgid "insanely long template name %s"
21888 #~ msgstr "tên mẫu dài một cách điên rồ %s"
21889
21890 #~ msgid "insanely long symlink %s"
21891 #~ msgstr "liên kết mềm dài một cách điên rồ %s"
21892
21893 #~ msgid "insanely long template path %s"
21894 #~ msgstr "đường dẫn mẫu “%s” dài một cách điên rồ"
21895
21896 #~ msgid "unsupported sort specification '%s'"
21897 #~ msgstr "không hỗ trợ đặc tả sắp xếp “%s”"
21898
21899 #~ msgid "unsupported sort specification '%s' in variable '%s'"
21900 #~ msgstr "không hỗ trợ đặc tả sắp xếp “%s” trong biến “%s”"
21901
21902 #~ msgid "switch 'points-at' requires an object"
21903 #~ msgstr "chuyển đến “points-at” yêu cần một đối tượng"
21904
21905 #~ msgid "--sort and -n are incompatible"
21906 #~ msgstr "--sort và -n xung khắc nhau"
21907
21908 #~ msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
21909 #~ msgstr ""
21910 #~ "Gitdir “$a” là bộ phận của đường dẫn mô-đun-con “$b” hoặc \"vice versa\""
21911
21912 #~ msgid "false|true|preserve"
21913 #~ msgstr "false|true|preserve"
21914
21915 #~ msgid "BUG: reopen a lockfile that is still open"
21916 #~ msgstr "LỖI: mở lại tập tin khóa mà nó lại đang được mở"
21917
21918 #~ msgid "BUG: reopen a lockfile that has been committed"
21919 #~ msgstr "LỖI: mở lại tập tin khóa mà nó đã được chuyển giao"
21920
21921 #~ msgid "option %s does not accept negative form"
21922 #~ msgstr "tùy chọn %s không chấp nhận dạng thức âm"
21923
21924 #~ msgid "unable to parse value '%s' for option %s"
21925 #~ msgstr "không thể phân tích giá trị “%s” cho tùy chọn %s"
21926
21927 #~ msgid "-b and -B are mutually exclusive"
21928 #~ msgstr "-b và -B loại từ lẫn nhau."
21929
21930 #~ msgid "Patch format $patch_format is not supported."
21931 #~ msgstr "Định dạng miếng vá $patch_format không được hỗ trợ."
21932
21933 #~ msgid "Please make up your mind. --skip or --abort?"
21934 #~ msgstr "Xin hãy rõ ràng. --skip hay --abort?"
21935
21936 #~ msgid ""
21937 #~ "Patch is empty. Was it split wrong?\n"
21938 #~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
21939 #~ "To restore the original branch and stop patching run \"$cmdline --abort\"."
21940 #~ msgstr ""
21941 #~ "Miếng vá trống rỗng. Nó đã bị chia cắt sai phải không?\n"
21942 #~ "Nếu bạn thích bỏ qua miếng vá này, hãy chạy lệnh sau để thay thế "
21943 #~ "\"$cmdline --skip\".\n"
21944 #~ "Để phục hồi lại nhánh nguyên thủy và dừng vá lại hãy chạy lệnh \"$cmdline "
21945 #~ "--abort\"."
21946
21947 #~ msgid "Patch does not have a valid e-mail address."
21948 #~ msgstr "Miếng vá không có địa chỉ thư điện tử hợp lệ."
21949
21950 #~ msgid "Applying: $FIRSTLINE"
21951 #~ msgstr "Đang áp dụng (miếng vá): $FIRSTLINE"
21952
21953 #~ msgid "Patch failed at $msgnum $FIRSTLINE"
21954 #~ msgstr "Gặp lỗi khi vá tại $msgnum $FIRSTLINE"
21955
21956 #~ msgid ""
21957 #~ "Pull is not possible because you have unmerged files.\n"
21958 #~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
21959 #~ "as appropriate to mark resolution and make a commit."
21960 #~ msgstr ""
21961 #~ "Pull là không thể được bởi vì bạn có những tập tin chưa được hòa trộn.\n"
21962 #~ "Xin hãy sửa chữa chúng trước, và sau đó sử dụng lệnh “git add/rm <tập-"
21963 #~ "tin>”\n"
21964 #~ "để phê chuẩn việc đánh dấu đây cần được giải quyết và tạo một lần chuyển "
21965 #~ "giao."
21966
21967 #~ msgid "no branch specified"
21968 #~ msgstr "chưa chỉ ra tên của nhánh"
21969
21970 #~ msgid "prune .git/worktrees"
21971 #~ msgstr "xén .git/worktrees"
21972
21973 #~ msgid "The most commonly used git commands are:"
21974 #~ msgstr "Những lệnh git hay được dùng nhất là:"
21975
21976 #~ msgid "No such branch: '%s'"
21977 #~ msgstr "Không có nhánh nào như thế: “%s”"
21978
21979 #~ msgid "Could not create git link %s"
21980 #~ msgstr "Không thể tạo liên kết git “%s”"
21981
21982 #~ msgid "Invalid gc.pruneexpire: '%s'"
21983 #~ msgstr "gc.pruneexpire không hợp lệ: “%s”"
21984
21985 #~ msgid "(detached from %s)"
21986 #~ msgstr "(được tách rời từ %s)"
21987
21988 #~ msgid "No existing author found with '%s'"
21989 #~ msgstr "Không tìm thấy tác giả có sẵn với “%s”"
21990
21991 #~ msgid "search also in ignored files"
21992 #~ msgstr "tìm cả trong các tập tin đã bị lờ đi"
21993
21994 #~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
21995 #~ msgstr "git remote set-head <tên> (-a | --auto | -d | --delete | <nhánh>)"
21996
21997 #~ msgid "no files added"
21998 #~ msgstr "chưa có tập tin nào được thêm vào"
21999
22000 #~ msgid "slot"
22001 #~ msgstr "khe"
22002
22003 #~ msgid "check"
22004 #~ msgstr "kiểm tra"
22005
22006 #~ msgid "Failed to lock ref for update"
22007 #~ msgstr "Gặp lỗi khi khóa tham chiếu để cập nhật"
22008
22009 #~ msgid "Failed to write ref"
22010 #~ msgstr "Gặp lỗi khi ghi tham chiếu"
22011
22012 #~ msgid "commit has empty message"
22013 #~ msgstr "lần chuyển giao có ghi chú trống rỗng"
22014
22015 #~ msgid "cannot lock HEAD ref"
22016 #~ msgstr "không thể khóa HEAD ref (tham chiếu)"
22017
22018 #~ msgid "cannot update HEAD ref"
22019 #~ msgstr "không thể cập nhật ref (tham chiếu) HEAD"
22020
22021 #~ msgid "Failed to chdir: %s"
22022 #~ msgstr "Gặp lỗi với lệnh chdir: %s"
22023
22024 #~ msgid "%s: cannot lock the ref"
22025 #~ msgstr "%s: không thể khóa ref (tham chiếu)"
22026
22027 #~ msgid "%s: cannot update the ref"
22028 #~ msgstr "%s: không thể cập nhật ref (tham chiếu)"
22029
22030 #~ msgid "Failed to lock HEAD during fast_forward_to"
22031 #~ msgstr "Gặp lỗi khi khóa HEAD trong quá trình fast_forward_to"
22032
22033 #~ msgid "key id"
22034 #~ msgstr "id của khóa"
22035
22036 #~ msgid "Tracking not set up: name too long: %s"
22037 #~ msgstr "Việc theo dõi chưa được cài đặt: tên quá dài: %s"
22038
22039 #~ msgid "bug"
22040 #~ msgstr "lỗi"
22041
22042 #~ msgid ", behind "
22043 #~ msgstr ", đằng sau "
22044
22045 #~ msgid "could not find .gitmodules in index"
22046 #~ msgstr "không tìm thấy .gitmodules trong bảng mục lục"
22047
22048 #~ msgid "reading updated .gitmodules failed"
22049 #~ msgstr "gặp lỗi khi đọc cập nhật .gitmodules"
22050
22051 #~ msgid "unable to stat updated .gitmodules"
22052 #~ msgstr "không thể lấy thống kê .gitmodules đã cập nhật"
22053
22054 #~ msgid "unable to remove .gitmodules from index"
22055 #~ msgstr "không thể gỡ bỏ .gitmodules từ mục lục"
22056
22057 #~ msgid "adding updated .gitmodules failed"
22058 #~ msgstr "gặp lỗi khi thêm .gitmodules đã cập nhật"
22059
22060 #~ msgid ""
22061 #~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"
22062 #~ "subdirectory of the tree will change in Git 2.0 and should not be used "
22063 #~ "anymore.\n"
22064 #~ "To add content for the whole tree, run:\n"
22065 #~ "\n"
22066 #~ " git add %s :/\n"
22067 #~ " (or git add %s :/)\n"
22068 #~ "\n"
22069 #~ "To restrict the command to the current directory, run:\n"
22070 #~ "\n"
22071 #~ " git add %s .\n"
22072 #~ " (or git add %s .)\n"
22073 #~ "\n"
22074 #~ "With the current Git version, the command is restricted to the current "
22075 #~ "directory.\n"
22076 #~ msgstr ""
22077 #~ "Cách ứng xử của lệnh “git add %s (hay %s)” khi không có tham số đường dẫn "
22078 #~ "từ\n"
22079 #~ "thư-mục con của cây sẽ thay đổi kể từ Git 2.0 và không thể sử dụng như "
22080 #~ "thế nữa.\n"
22081 #~ "Để thêm nội dung cho toàn bộ cây, chạy:\n"
22082 #~ "\n"
22083 #~ " git add %s :/\n"
22084 #~ " (hoặc git add %s :/)\n"
22085 #~ "\n"
22086 #~ "Để hạn chế lệnh cho thư-mục hiện tại, chạy:\n"
22087 #~ "\n"
22088 #~ " git add %s .\n"
22089 #~ " (hoặc git add %s .)\n"
22090 #~ "\n"
22091 #~ "Với phiên bản hiện tại của Git, lệnh bị hạn chế cho thư-mục hiện tại.\n"
22092
22093 #~ msgid ""
22094 #~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"
22095 #~ "whose behaviour will change in Git 2.0 with respect to paths you "
22096 #~ "removed.\n"
22097 #~ "Paths like '%s' that are\n"
22098 #~ "removed from your working tree are ignored with this version of Git.\n"
22099 #~ "\n"
22100 #~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"
22101 #~ " ignores paths you removed from your working tree.\n"
22102 #~ "\n"
22103 #~ "* 'git add --all <pathspec>' will let you also record the removals.\n"
22104 #~ "\n"
22105 #~ "Run 'git status' to check the paths you removed from your working tree.\n"
22106 #~ msgstr ""
22107 #~ "Bạn chạy “git add” mà không có “-A (--all)” cũng không “--ignore-"
22108 #~ "removal”,\n"
22109 #~ "cách ứng xử của nó sẽ thay đổi kể từ Git 2.0: nó quan tâm đến các đường "
22110 #~ "dẫn mà\n"
22111 #~ "bạn đã gỡ bỏ. Các đường dẫn như là “%s” cái mà\n"
22112 #~ "bị gỡ bỏ từ cây làm việc của bạn thì bị bỏ qua với phiên bản này của "
22113 #~ "Git.\n"
22114 #~ "\n"
22115 #~ "* “git add --ignore-removal <pathspec>”, cái hiện tại là mặc định,\n"
22116 #~ " bỏ qua các đường dẫn bạn đã gỡ bỏ từ cây làm việc của bạn.\n"
22117 #~ "\n"
22118 #~ "* “git add --all <pathspec>” sẽ đồng thời giúp bạn ghi lại việc dời đi.\n"
22119 #~ "\n"
22120 #~ "Chạy “git status” để kiểm tra các đường dẫn bạn đã gỡ bỏ từ cây làm việc "
22121 #~ "của bạn.\n"
22122
22123 #~ msgid ""
22124 #~ "Auto packing the repository for optimum performance. You may also\n"
22125 #~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"
22126 #~ msgstr ""
22127 #~ "Tự động đóng gói kho chứa để tối ưu hóa hiệu suất làm việc.\n"
22128 #~ "chạy lệnh \"git gc\" một cách thủ công. Hãy xem \"git help gc\" để biết "
22129 #~ "thêm chi tiết.\n"
22130
22131 #~ msgid ""
22132 #~ "Updates were rejected because a pushed branch tip is behind its remote\n"
22133 #~ "counterpart. If you did not intend to push that branch, you may want to\n"
22134 #~ "specify branches to push or set the 'push.default' configuration "
22135 #~ "variable\n"
22136 #~ "to 'simple', 'current' or 'upstream' to push only the current branch."
22137 #~ msgstr ""
22138 #~ "Việc cập nhật bị từ chối bởi vì đầu mút của nhánh được push nằm đằng sau "
22139 #~ "bộ\n"
22140 #~ "phận tương ứng của máy chủ. Nếu bạn không có ý định push nhánh đó, bạn có "
22141 #~ "lẽ muốn\n"
22142 #~ "chỉ định các nhánh để push hoặt là đặt nội dung cho biến cấu hình “push."
22143 #~ "default”\n"
22144 #~ "thành “simple”, “current” hoặc “upstream” để chỉ push nhánh hiện hành mà "
22145 #~ "thôi."
22146
22147 #~ msgid "copied: %s -> %s"
22148 #~ msgstr "đã sao chép: %s -> %s"
22149
22150 #~ msgid "deleted: %s"
22151 #~ msgstr "đã xóa: %s"
22152
22153 #~ msgid "modified: %s"
22154 #~ msgstr "đã sửa đổi: %s"
22155
22156 #~ msgid "renamed: %s -> %s"
22157 #~ msgstr "đã đổi tên: %s -> %s"
22158
22159 #~ msgid "unmerged: %s"
22160 #~ msgstr "chưa hòa trộn: %s"
22161
22162 #~ msgid "input paths are terminated by a null character"
22163 #~ msgstr "các đường dẫn được ngăn cách bởi ký tự null"
22164
22165 #~ msgid ""
22166 #~ "Aborting. Consider using either the --force or --include-untracked option."
22167 #~ msgstr ""
22168 #~ "Bãi bỏ. Cân nhắc dùng một trong hai tùy chọn --force và --include-"
22169 #~ "untracked."
22170
22171 #~ msgid " (fix conflicts and then run \"git am --resolved\")"
22172 #~ msgstr " (sửa các xung đột và sau đó chạy lệnh \"git am --resolved\")"
22173
22174 #~ msgid " (all conflicts fixed: run \"git commit\")"
22175 #~ msgstr " (khi tất cả các xung đột đã sửa xong: chạy lệnh \"git commit\")"
22176
22177 #~ msgid "more than %d trees given: '%s'"
22178 #~ msgstr "đã chỉ ra nhiều hơn %d cây (tree): “%s”"
22179
22180 #~ msgid ""
22181 #~ "'%s' has changes staged in the index\n"
22182 #~ "(use --cached to keep the file, or -f to force removal)"
22183 #~ msgstr ""
22184 #~ "“%s” có các thay đổi được lưu trạng thái trong bảng mục lục\n"
22185 #~ "(dùng tùy chọn --cached để giữ tập tin, hoặc -f để ép buộc gỡ bỏ)"
22186
22187 #~ msgid "show commits where no parent comes before its children"
22188 #~ msgstr "hiển thị các lần chuyển giao nơi mà cha mẹ đến trước con của nó"
22189
22190 #~ msgid "show the HEAD reference"
22191 #~ msgstr "hiển thị tham chiếu của HEAD"
22192
22193 #~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"
22194 #~ msgstr "Không thể lấy về trong đường dẫn mô-đun-con “$prefix$sm_path”"
22195
22196 #~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"
22197 #~ msgstr "Gặp lỗi khi đệ quy vào trong đường dẫn mô-đun-con “$prefix$sm_path”"
22198
22199 #~ msgid "It took %.2f seconds to enumerate untracked files. 'status -uno'"
22200 #~ msgstr "Cần %.2f giây để đếm các tập tin chưa được theo dõi. “status -uno”"
22201
22202 #~ msgid "may speed it up, but you have to be careful not to forget to add"
22203 #~ msgstr ""
22204 #~ "có thể làm nó nhanh lên, nhưng bạn phải cẩn trọng đừng quên thêm nó vào"
22205
22206 #~ msgid "new files yourself (see 'git help status')."
22207 #~ msgstr "tập tin mới của chính bạn (xem “git help status”.."
22208
22209 #~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"
22210 #~ msgstr "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>… ]"
22211
22212 #~ msgid "use any ref in .git/refs"
22213 #~ msgstr "sử dụng bất kỳ ref nào trong .git/refs"
22214
22215 #~ msgid "use any tag in .git/refs/tags"
22216 #~ msgstr "sử dụng bất kỳ thẻ nào trong .git/refs/tags"
22217
22218 #~ msgid "failed to close pipe to 'show' for object '%s'"
22219 #~ msgstr "gặp lỗi khi đóng đường ống cho lệnh “show” cho đối tượng “%s”"
22220
22221 #~ msgid "You do not have a valid HEAD"
22222 #~ msgstr "Bạn không có HEAD nào hợp lệ"
22223
22224 #~ msgid "oops"
22225 #~ msgstr "ôi?"
22226
22227 #~ msgid "Not removing %s\n"
22228 #~ msgstr "Không xóa %s\n"
22229
22230 #~ msgid "git remote set-head <name> (-a | -d | <branch>])"
22231 #~ msgstr "git remote set-head <tên> (-a | -d | <nhánh>])"
22232
22233 #~ msgid " %d file changed"
22234 #~ msgid_plural " %d files changed"
22235 #~ msgstr[0] " %d tập tin thay đổi"
22236
22237 #~ msgid ", %d insertion(+)"
22238 #~ msgid_plural ", %d insertions(+)"
22239 #~ msgstr[0] ", %d thêm(+)"
22240
22241 #~ msgid ", %d deletion(-)"
22242 #~ msgid_plural ", %d deletions(-)"
22243 #~ msgstr[0] ", %d xóa(-)"
22244
22245 #~ msgid " (use \"git add\" to track)"
22246 #~ msgstr " (dùng \"git add\" để theo dõi dấu vết)"
22247
22248 #~ msgid "--detach cannot be used with -b/-B/--orphan"
22249 #~ msgstr "--detach không thể được sử dụng với tùy chọn -b/-B/--orphan"
22250
22251 #~ msgid "--detach cannot be used with -t"
22252 #~ msgstr "--detach không thể được sử dụng với tùy chọn -t"
22253
22254 #~ msgid "--orphan and -b|-B are mutually exclusive"
22255 #~ msgstr "Tùy chọn --orphan và -b|-B loại từ lẫn nhau"
22256
22257 #~ msgid "--orphan cannot be used with -t"
22258 #~ msgstr "--orphan không thể được sử dụng với tùy chọn -t"
22259
22260 #~ msgid "git checkout: -f and -m are incompatible"
22261 #~ msgstr "git checkout: hai tùy chọn -f và -m xung khắc nhau"
22262
22263 #~ msgid ""
22264 #~ "git checkout: updating paths is incompatible with switching branches."
22265 #~ msgstr ""
22266 #~ "git checkout: việc cập nhật các đường dẫn là xung khắc với việc chuyển "
22267 #~ "đổi các nhánh."
22268
22269 #~ msgid "diff setup failed"
22270 #~ msgstr "cài đặt diff gặp lỗi"
22271
22272 #~ msgid "merge-recursive: disk full?"
22273 #~ msgstr "merge-recursive: đĩa bị đầy?"
22274
22275 #~ msgid "diff_setup_done failed"
22276 #~ msgstr "diff_setup_done gặp lỗi"
22277
22278 #~ msgid "%s: has been deleted/renamed"
22279 #~ msgstr "%s: đã được xóa/thay-tên"
22280
22281 #~ msgid "'%s': not a documentation directory."
22282 #~ msgstr "”%s”: không phải là một thư mục tài liệu."
22283
22284 #~ msgid "--"
22285 #~ msgstr "--"
22286
22287 #~ msgid "Could not extract email from committer identity."
22288 #~ msgstr ""
22289 #~ "Không thể rút trích địa chỉ thư điện tử từ định danh người chuyển giao"