l10n: Updated translation for vi-2.52
Signed-off-by: Vũ Tiến Hưng <newcomerminecraft@gmail.com>
Vũ Tiến Hưng committed
Nov 15, 2025 at 12:48 UTC
c7b5e0e58e3344eb866d0b09aeeeffaf5a3e3ae2
1 file changed
+1141
-243
po/vi.po
+1141
-243
@@ -11,7 +11,7 @@
11
# Vũ Tiến Hưng <newcomerminecraft@gmail.com>, 2024-2025.
12
# ---
13
# BẢNG THUẬT NGỮ / TERMINOLOGY
14
-# Updated: 2025-03-06, git 2.49
14
+# Updated: 2025-11-15, git 2.52
15
#
16
# Ghi chú:
17
# - Bảng thuật ngữ này chưa hoàn thiện.
@@ -61,15 +61,17 @@
61
# | (v.) amend | tu bổ |
62
# | (n.) revision | cải biên |
63
# | (n.) repo/repository | kho chứa |
64
+# | (n.) tag | thẻ |
65
+# | (v.) tag | tạo thẻ |
66
# | | |
67
# | ... TODO ... | |
68
# +------------------------------------------------------------------+
69
msgid ""
70
msgstr ""
69
-"Project-Id-Version: git 2.51\n"
71
+"Project-Id-Version: git 2.52\n"
72
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
71
-"POT-Creation-Date: 2025-08-12 17:01+0000\n"
72
-"PO-Revision-Date: 2025-08-14 16:16+0700\n"
73
+"POT-Creation-Date: 2025-11-06 23:58+0000\n"
74
+"PO-Revision-Date: 2025-11-15 11:38+0700\n"
75
"Last-Translator: Vũ Tiến Hưng <newcomerminecraft@gmail.com>\n"
76
"Language-Team: Vietnamese <https://github.com/Nekosha/git-po>\n"
77
"Language: vi\n"
@@ -603,37 +605,39 @@ msgid "Nothing was applied.\n"
605
msgstr "Đã không áp dụng gì cả.\n"
606
607
msgid ""
606
-"j - leave this hunk undecided, see next undecided hunk\n"
607
-"J - leave this hunk undecided, see next hunk\n"
608
-"k - leave this hunk undecided, see previous undecided hunk\n"
609
-"K - leave this hunk undecided, see previous hunk\n"
608
+"j - go to the next undecided hunk, roll over at the bottom\n"
609
+"J - go to the next hunk, roll over at the bottom\n"
610
+"k - go to the previous undecided hunk, roll over at the top\n"
611
+"K - go to the previous hunk, roll over at the top\n"
612
"g - select a hunk to go to\n"
613
"/ - search for a hunk matching the given regex\n"
614
"s - split the current hunk into smaller hunks\n"
615
"e - manually edit the current hunk\n"
614
-"p - print the current hunk, 'P' to use the pager\n"
616
+"p - print the current hunk\n"
617
+"P - print the current hunk using the pager\n"
618
"? - print help\n"
619
msgstr ""
617
-"j - để lại khúc này là chưa quyết định, xem khúc chưa quyết định kế tiếp\n"
618
-"J - để lại khúc này là chưa quyết định, xem khúc kế tiếp\n"
619
-"k - để lại khúc này là chưa quyết định, xem khúc chưa quyết định kế trước\n"
620
-"K - để lại khúc này là chưa quyết định, xem khúc kế trước\n"
620
+"j - xem khúc chưa quyết định kế tiếp\n"
621
+"J - xem khúc kế tiếp\n"
622
+"k - xem khúc chưa quyết định kế trước\n"
623
+"K - xem khúc kế trước\n"
624
"g - chọn một khúc muốn tới\n"
625
"/ - tìm một khúc khớp với biểu thức chính quy\n"
626
"s - chia khúc hiện tại thành các khúc nhỏ hơn\n"
627
"e - sửa bằng tay khúc hiện hành\n"
625
-"p - in ra khúc hiện hành, 'P' để chạy trình phân trang\n"
628
+"p - in ra khúc hiện hành\n"
629
+"P - in tra khúc hiện hành có phân trang\n"
630
"? - hiển thị trợ giúp\n"
631
632
#, c-format
633
msgid "Only one letter is expected, got '%s'"
634
msgstr "Cần một ký tự, nhưng lại có '%s'"
635
632
-msgid "No previous hunk"
633
-msgstr "Không có khúc kế trước"
636
+msgid "No other hunk"
637
+msgstr "Không còn khúc nào để nhảy đến"
638
635
-msgid "No next hunk"
636
-msgstr "Không có khúc kế tiếp"
639
+msgid "No other undecided hunk"
640
+msgstr "Không còn khúc nào chưa quyết định"
641
642
msgid "No other hunks to goto"
643
msgstr "Không còn khúc nào để nhảy đến"
@@ -2394,14 +2398,19 @@ msgid "Restrict the missing objects to the current sparse-checkout"
2398
msgstr "Chỉ lấy về đối tượng còn thiếu trong checkout thưa hiện tại"
2399
2400
msgid ""
2397
-"git bisect start [--term-(new|bad)=<term> --term-(old|good)=<term>] [--no-"
2398
-"checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]"
2401
+"git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]\n"
2402
+" [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
2403
+"[<pathspec>...]"
2404
msgstr ""
2400
-"git bisect start [--term-(new|bad)=<term> --term-(old|good)=<term>] [--no-"
2401
-"checkout] [--first-parent] [<bad> [<good>...]] [--] [<đường/dẫn>...]"
2405
+"git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]\n"
2406
+" [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
2407
+"[<đường/dẫn>...]"
2408
2403
-msgid "git bisect (good|bad) [<rev>...]"
2404
-msgstr "git bisect (good|bad) [<rev>...]"
2409
+msgid "git bisect (bad|new|<term-new>) [<rev>]"
2410
+msgstr "git bisect (bad|new|<term-new>) [<rev>...]"
2411
+
2412
+msgid "git bisect (good|old|<term-old>) [<rev>...]"
2413
+msgstr "git bisect (good|old|<term-old>) [<rev>...]"
2414
2415
msgid "git bisect skip [(<rev>|<range>)...]"
2416
msgstr "git bisect skip [(<rev>|<vùng>)...]"
@@ -5605,6 +5614,14 @@ msgstr "đã chạy qua %lu lần chuyển giao\n"
5614
msgid "found %i tags; gave up search at %s\n"
5615
msgstr "tìm thấy %i thẻ; từ bỏ tìm kiếm tại %s\n"
5616
5617
+#, c-format
5618
+msgid "cannot search for blob '%s' on an unborn branch"
5619
+msgstr "không thể tìm blob '%s' trên một nhánh chưa sinh"
5620
+
5621
+#, c-format
5622
+msgid "blob '%s' not reachable from HEAD"
5623
+msgstr "blob '%s' không thể tới được từ HEAD"
5624
+
5625
#, c-format
5626
msgid "describe %s\n"
5627
msgstr "mô tả %s\n"
@@ -5746,6 +5763,9 @@ msgstr "tùy chọn không hợp lệ: %s"
5763
msgid "%s...%s: no merge base"
5764
msgstr "%s...%s: không có gốc hòa trộn"
5765
5766
+msgid "cannot come back to cwd"
5767
+msgstr "không thể quay lại thư mục làm việc hiện hành"
5768
+
5769
msgid "Not a git repository"
5770
msgstr "Không phải là kho git"
5771
@@ -5855,11 +5875,132 @@ msgstr "chưa đưa ra <lệnh> cho --extcmd=<lệnh>"
5875
msgid "git fast-export [<rev-list-opts>]"
5876
msgstr "git fast-export [<rev-list-opts>]"
5877
5858
-msgid "Error: Cannot export nested tags unless --mark-tags is specified."
5859
-msgstr "Lỗi: không thể xuất thẻ lồng nhau trừ khi --mark-tags được chỉ định."
5878
+#, c-format
5879
+msgid "unknown %s mode: %s"
5880
+msgstr "không hiểu chế độ %s: %s"
5881
+
5882
+#, c-format
5883
+msgid "unknown tag-of-filtered mode: %s"
5884
+msgstr "không hiểu chế độ tag-of-filtered: %s"
5885
+
5886
+#, c-format
5887
+msgid "unknown reencoding mode: %s"
5888
+msgstr "Không hiểu chế độ mã hoá lại: %s"
5889
+
5890
+#, c-format
5891
+msgid "could not read blob %s"
5892
+msgstr "không thể đọc blob %s"
5893
+
5894
+#, c-format
5895
+msgid "oid mismatch in blob %s"
5896
+msgstr "oid không khớp trong blob %s"
5897
+
5898
+#, c-format
5899
+msgid "could not write blob '%s'"
5900
+msgstr "không thể ghi blob '%s'"
5901
+
5902
+#, c-format
5903
+msgid "unexpected comparison status '%c' for %s, %s"
5904
+msgstr "trạng thái lệnh so sánh không như mong đợi '%c' cho %s, %s"
5905
+
5906
+#
5907
+msgid "none"
5908
+msgstr "(không)"
5909
+
5910
+msgid "could not find author in commit %s"
5911
+msgstr "không thể tìm thấy tác giả lần chuyển giao %s"
5912
+
5913
+#, c-format
5914
+msgid "could not find committer in commit %s"
5915
+msgstr "không thể tìm thấy người chuyển giao trong lần chuyển giao %s"
5916
+
5917
+#, c-format
5918
+msgid ""
5919
+"encountered commit-specific encoding %.*s in commit %s; use --reencode=[yes|"
5920
+"no] to handle it"
5921
+msgstr ""
5922
+
5923
+#, c-format
5924
+msgid "encountered signed commit %s; use --signed-commits=<mode> to handle it"
5925
+msgstr ""
5926
+
5927
+#, c-format
5928
+msgid "exporting %<PRIuMAX> signature(s) for commit %s"
5929
+msgstr ""
5930
+
5931
+#, c-format
5932
+msgid "stripping signature(s) from commit %s"
5933
+msgstr ""
5934
+
5935
+#, c-format
5936
+msgid ""
5937
+"omitting tag %s,\n"
5938
+"since tags of trees (or tags of tags of trees, etc.) are not supported."
5939
+msgstr ""
5940
+
5941
+#, c-format
5942
+msgid "could not read tag %s"
5943
+msgstr "không thể đọc thẻ %s"
5944
+
5945
+#, c-format
5946
+msgid "encountered signed tag %s; use --signed-tags=<mode> to handle it"
5947
+msgstr ""
5948
+
5949
+#, c-format
5950
+msgid "exporting signed tag %s"
5951
+msgstr "xuất thẻ đã ký %s"
5952
+
5953
+#, c-format
5954
+msgid "stripping signature from tag %s"
5955
+msgstr "Lọc bỏ chữ ký từ thẻ %s"
5956
+
5957
+#, c-format
5958
+msgid ""
5959
+"tag %s tags unexported object; use --tag-of-filtered-object=<mode> to handle "
5960
+"it"
5961
+msgstr ""
5962
+
5963
+msgid "cannot export nested tags unless --mark-tags is specified."
5964
+msgstr "không thể xuất thẻ lồng nhau trừ khi --mark-tags được chỉ định."
5965
+
5966
+#, c-format
5967
+msgid "tag %s points nowhere?"
5968
+msgstr "thẻ %s chẳng chỉ đến đâu cả?"
5969
+
5970
+#, c-format
5971
+msgid "%s: unexpected object of type %s, skipping."
5972
+msgstr "%s: bỏ qua đối tượng kiểu không rõ %s."
5973
+
5974
+#, c-format
5975
+msgid "tag points to object of unexpected type %s, skipping."
5976
+msgstr "bỏ qua thẻ trỏ đến đối tượng kiểu không rõ %s."
5977
+
5978
+#, c-format
5979
+msgid "unable to open marks file %s for writing."
5980
+msgstr "không thể mở file dấu '%s' để ghi."
5981
+
5982
+#, c-format
5983
+msgid "unable to write marks file %s."
5984
+msgstr "không thể ghi tập tin dấu %s."
5985
+
5986
+#, c-format
5987
+msgid "corrupt mark line: %s"
5988
+msgstr "dòng đánh dấu hỏng: %s"
5989
+
5990
+#, c-format
5991
+msgid "object not found: %s"
5992
+msgstr "không tìm thấy đối tượng: %s"
5993
+
5994
+#, c-format
5995
+msgid "not a commit? can't happen: %s"
5996
+msgstr "không phải là lần chuyển giao? sao lại thế: %s"
5997
+
5998
+#, c-format
5999
+msgid "object %s already has a mark"
6000
+msgstr "đối tượng %s đã có dấu"
6001
6002
msgid "--anonymize-map token cannot be empty"
5862
-msgstr "--anonymize-map thẻ không thể là rỗng"
6003
+msgstr "--anonymize-map token không thể là rỗng"
6004
6005
msgid "show progress after <n> objects"
6006
msgstr "hiển thị tiến triển sau <n> đối tượng"
@@ -5925,28 +6066,450 @@ msgid "label tags with mark ids"
6066
msgstr "gắn thẻ với các mã ID đánh dấu"
6067
6068
#, c-format
5928
-msgid "Missing from marks for submodule '%s'"
5929
-msgstr "Thiếu các đánh dấu cho mô-đun-con '%s'"
6069
+msgid "can't write crash report %s"
6070
+msgstr "không thể ghi báo cáo crash %s"
6071
+
6072
+#, c-format
6073
+msgid "fast-import: dumping crash report to %s\n"
6074
+msgstr "fast-import: ghi báo cáo crash vào %s\n"
6075
+
6076
+#, c-format
6077
+msgid "mark :%<PRIuMAX> not declared"
6078
+msgstr "dấu chưa định nghĩa :%<PRIuMAX>"
6079
+
6080
+#, c-format
6081
+msgid "invalid attempt to create duplicate branch: %s"
6082
+msgstr "tạo nhánh gặp lỗi trùng tên: %s"
6083
+
6084
+#, c-format
6085
+msgid "branch name doesn't conform to Git standards: %s"
6086
+msgstr "tên nhánh không hợp quy chuẩn Git: %s"
6087
+
6088
+msgid "internal consistency error creating the index"
6089
+msgstr "lỗi nhất quán khi tạo chỉ mục"
6090
+
6091
+msgid "cannot create keep file"
6092
+msgstr "không thể tạo keep file"
6093
+
6094
+msgid "failed to write keep file"
6095
+msgstr "không thể ghi keep file"
6096
+
6097
+msgid "cannot store pack file"
6098
+msgstr "không thể lưu trữ gói"
6099
+
6100
+msgid "cannot store index file"
6101
+msgstr "không thể lưu trữ tập tin ghi chỉ mục"
6102
+
6103
+#, c-format
6104
+msgid "failed seeking to start of '%s'"
6105
+msgstr "gặp lỗi khi seek về đầu '%s'"
6106
+
6107
+#, c-format
6108
+msgid "core Git rejected index %s"
6109
+msgstr "Git core từ chỗi chỉ mục %s"
6110
+
6111
+msgid "cannot truncate pack to skip duplicate"
6112
+msgstr "không thể truncate gói để loại file trùng lặp"
6113
+
6114
+#, c-format
6115
+msgid "EOF in data (%<PRIuMAX> bytes remaining)"
6116
+msgstr "hết dữ liệu (còn %<PRIuMAX> byte)"
6117
+
6118
+#, c-format
6119
+msgid "unexpected deflate failure: %d"
6120
+msgstr "gặp kết thúc tập tin đột xuất trong deflate: %d"
6121
+
6122
+#, c-format
6123
+msgid "not a tree: %s"
6124
+msgstr "không phải là cây: %s"
6125
+
6126
+#, c-format
6127
+msgid "can't load tree %s"
6128
+msgstr "không thể mở cây %s"
6129
+
6130
+#, c-format
6131
+msgid "corrupt mode in %s"
6132
+msgstr "chế độ hỏng trong %s"
6133
+
6134
+msgid "root cannot be a non-directory"
6135
+msgstr "thư mục gốc phải là thư mục"
6136
+
6137
+msgid "empty path component found in input"
6138
+msgstr "đường dẫn trống rỗng trong đầu vào"
6139
+
6140
+msgid "non-directories cannot have subtrees"
6141
+msgstr "không thể có cây thư mục mà không có thư mục"
6142
+
6143
+#, c-format
6144
+msgid "dropping %s since it would point to itself (i.e. to %s)"
6145
+msgstr "bỏ %s vì nó trỏ đến chính có (tới %s)"
6146
+
6147
+#, c-format
6148
+msgid "branch %s is missing commits."
6149
+msgstr "nhánh %s không có chuyển giao"
6150
+
6151
+#, c-format
6152
+msgid "not updating %s (new tip %s does not contain %s)"
6153
+msgstr "không cập nhật %s (đầu nhánh %s không chứa %s)"
6154
+
6155
+#, c-format
6156
+msgid "unable to create leading directories of %s"
6157
+msgstr "không thể tạo các thư mục dẫn đầu của '%s'"
6158
+
6159
+#, c-format
6160
+msgid "unable to write marks file %s"
6161
+msgstr "không thể ghi tập tin dấu %s"
6162
+
6163
+#, c-format
6164
+msgid "unable to write marks file %s: %s"
6165
+msgstr "không thể ghi tập tin dấu %s: %s"
6166
+
6167
+#, c-format
6168
+msgid "unable to write file %s"
6169
+msgstr "không thể ghi tập tin %s"
6170
+
6171
+#, c-format
6172
+msgid "expected 'data n' command, found: %s"
6173
+msgstr "cần lệnh 'data n', nhưng lại có: %s"
6174
+
6175
+#, c-format
6176
+msgid "EOF in data (terminator '%s' not found)"
6177
+msgstr "hết dữ liệu (không tìm thấy kết '%s')"
6178
+
6179
+msgid "data is too large to use in this context"
6180
+msgstr ""
6181
+
6182
+#, c-format
6183
+msgid "EOF in data (%lu bytes remaining)"
6184
+msgstr "hết dữ liệu (còn %lu byte)"
6185
+
6186
+#, c-format
6187
+msgid "missing < in ident string: %s"
6188
+msgstr "dòng định danh thiếu < : %s"
6189
+
6190
+#, c-format
6191
+msgid "missing space before < in ident string: %s"
6192
+msgstr "dòng định danh thiếu dấu cách trước < : %s"
6193
+
6194
+#, c-format
6195
+msgid "missing > in ident string: %s"
6196
+msgstr "dòng định danh thiếu > : %s"
6197
+
6198
+#, c-format
6199
+msgid "missing space after > in ident string: %s"
6200
+msgstr "dòng định danh thiếu dấu cách sau > : %s"
6201
+
6202
+#, c-format
6203
+msgid "invalid raw date \"%s\" in ident: %s"
6204
+msgstr "dòng định danh có ngày tháng \"%s\" không hợp lệ: %s"
6205
+
6206
+#, c-format
6207
+msgid "invalid rfc2822 date \"%s\" in ident: %s"
6208
+msgstr "dòng định danh có ngày tháng rfc2822 \"%s\" không hợp lệ: %s"
6209
+
6210
+#, c-format
6211
+msgid "date in ident must be 'now': %s"
6212
+msgstr "ngày tháng phải là 'now': %s"
6213
+
6214
+#, c-format
6215
+msgid "too large fanout (%u)"
6216
+msgstr ""
6217
+
6218
+#, c-format
6219
+msgid "failed to remove path %s"
6220
+msgstr "gặp lỗi khi xoá %s"
6221
+
6222
+#, c-format
6223
+msgid "no value after ':' in mark: %s"
6224
+msgstr "không có gì sau ':' ở dấu: %s"
6225
6226
#, c-format
5932
-msgid "Missing to marks for submodule '%s'"
5933
-msgstr "Thiếu đánh dấu cho mô-đun-con '%s'"
6227
+msgid "garbage after mark: %s"
6228
+msgstr "có rác sau dấu: %s"
6229
6230
#, c-format
5936
-msgid "Expected 'mark' command, got %s"
5937
-msgstr "Cần lệnh 'mark', nhưng lại có %s"
6231
+msgid "missing space after mark: %s"
6232
+msgstr "thiếu dấu cách sau dấu: %s"
6233
6234
#, c-format
5940
-msgid "Expected 'to' command, got %s"
5941
-msgstr "Cần lệnh 'to', nhưng lại có %s"
6235
+msgid "invalid %s: %s"
6236
+msgstr "%s không hợp lệ: %s"
6237
5943
-msgid "Expected format name:filename for submodule rewrite option"
5944
-msgstr "Cần định dạng tên:tên_tập tin cho tùy chọn ghi lại mô-đun-con"
6238
+#, c-format
6239
+msgid "NUL in %s: %s"
6240
+msgstr "ký tự NUL trong %s: %s"
6241
+
6242
+#, c-format
6243
+msgid "garbage after %s: %s"
6244
+msgstr "có rác sau %s: %s"
6245
+
6246
+#, c-format
6247
+msgid "missing space after %s: %s"
6248
+msgstr "thiếu dấu cách sau %s: %s"
6249
+
6250
+#, c-format
6251
+msgid "corrupt mode: %s"
6252
+msgstr "chế độ hỏng: %s"
6253
+
6254
+#, c-format
6255
+msgid "invalid dataref: %s"
6256
+msgstr "dataref không hợp lệ: '%s'"
6257
+
6258
+#, c-format
6259
+msgid "missing space after SHA1: %s"
6260
+msgstr "thiếu dấu cách sau SHA1: %s"
6261
+
6262
+#, c-format
6263
+msgid "Git links cannot be specified 'inline': %s"
6264
+msgstr "không thể 'inline' liên kết Git: %s"
6265
+
6266
+#, c-format
6267
+msgid "not a commit (actually a %s): %s"
6268
+msgstr "không phải là lần chuyển giao (thực ra là %s): %s"
6269
+
6270
+#, c-format
6271
+msgid "directories cannot be specified 'inline': %s"
6272
+msgstr "không thể 'inline' thư mục: %s"
6273
+
6274
+#, c-format
6275
+msgid "%s not found: %s"
6276
+msgstr "Không tìm thấy %s: %s"
6277
+
6278
+msgid "tree"
6279
+msgstr "cây"
6280
+
6281
+#, c-format
6282
+msgid "not a %s (actually a %s): %s"
6283
+msgstr "không phải là %s (thực ra là %s): %s"
6284
+
6285
+#, c-format
6286
+msgid "path %s not in branch"
6287
+msgstr "đường dẫn %s không trong nhánh"
6288
+
6289
+msgid "can't add a note on empty branch."
6290
+msgstr "không thể thêm ghi chú vào nhánh rỗng."
6291
+
6292
+#, c-format
6293
+msgid "mark :%<PRIuMAX> not a commit"
6294
+msgstr "dấu :%<PRIuMAX> không phải lần chuyển giao"
6295
+
6296
+#, c-format
6297
+msgid "not a valid commit: %s"
6298
+msgstr "không phải là lần chuyển giao hợp lệ: %s"
6299
+
6300
+#, c-format
6301
+msgid "invalid ref name or SHA1 expression: %s"
6302
+msgstr "tên tham chiếu hoặc SHA1 không hợp lệ: %s"
6303
+
6304
+#, c-format
6305
+msgid "not a blob (actually a %s): %s"
6306
+msgstr "không phải là blob (thực ra là %s): %s"
6307
+
6308
+#, c-format
6309
+msgid "blob not found: %s"
6310
+msgstr "không tìm thấy blob: %s"
6311
+
6312
+#, c-format
6313
+msgid "the commit %s is corrupt"
6314
+msgstr "lần chuyển giao %s bị hỏng"
6315
+
6316
+#, c-format
6317
+msgid "can't create a branch from itself: %s"
6318
+msgstr "không thể tạo nhánh từ chính nó: %s"
6319
+
6320
+#, c-format
6321
+msgid ""
6322
+"expected gpgsig format: 'gpgsig <hash-algo> <signature-format>', got 'gpgsig "
6323
+"%s'"
6324
+msgstr ""
6325
+
6326
+#, c-format
6327
+msgid "unknown git hash algorithm in gpgsig: '%s'"
6328
+msgstr "không hiểu thuật toán băm dữ liệu trong gpgsig '%s'"
6329
+
6330
+#, c-format
6331
+msgid "invalid signature format in gpgsig: '%s'"
6332
+msgstr "định dạng chữ ký không hợp lệ trong gpgsig: '%s'"
6333
+
6334
+msgid "'unknown' signature format in gpgsig"
6335
+msgstr "định dạng chữ ký 'unknown' trong gpgsig"
6336
+
6337
+#, c-format
6338
+msgid "multiple %s signatures found, ignoring additional signature"
6339
+msgstr ""
6340
+
6341
+msgid "parse_one_signature() returned unknown hash algo"
6342
+msgstr ""
6343
+
6344
+msgid "expected committer but didn't get one"
6345
+msgstr "cần người chuyển giao nhưng không có"
6346
+
6347
+msgid "encountered signed commit; use --signed-commits=<mode> to handle it"
6348
+msgstr ""
6349
+
6350
+msgid "stripping a commit signature"
6351
+msgstr "loại bỏ chữ ký trong lần chuyển giao"
6352
+
6353
+msgid "importing a commit signature verbatim"
6354
+msgstr ""
6355
+
6356
+msgid "encountered signed tag; use --signed-tags=<mode> to handle it"
6357
+msgstr ""
6358
+
6359
+#, c-format
6360
+msgid "importing a tag signature verbatim for tag '%s'"
6361
+msgstr ""
6362
+
6363
+#, c-format
6364
+msgid "stripping a tag signature for tag '%s'"
6365
+msgstr ""
6366
+
6367
+#, c-format
6368
+msgid "expected 'from' command, got '%s'"
6369
+msgstr "Cần lệnh 'from', nhưng lại có '%s'"
6370
+
6371
+msgid "can't tag an empty branch."
6372
+msgstr "không thể đánh thẻ nhánh rỗng."
6373
+
6374
+#, c-format
6375
+msgid "not a valid object: %s"
6376
+msgstr "không phải là một đối tượng hợp lệ: %s"
6377
+
6378
+msgid "write to frontend failed"
6379
+msgstr ""
6380
+
6381
+#, c-format
6382
+msgid "can't read object %s"
6383
+msgstr "không thể đọc đối tượng %s"
6384
+
6385
+#, c-format
6386
+msgid "object %s is a %s but a blob was expected."
6387
+msgstr "đối tượng %s là %s, nhưng lại cần blob."
6388
+
6389
+#, c-format
6390
+msgid "not a mark: %s"
6391
+msgstr "không phải là dấu: %s"
6392
+
6393
+#, c-format
6394
+msgid "unknown mark: %s"
6395
+msgstr "không rõ dấu: %s"
6396
+
6397
+#, c-format
6398
+msgid "garbage after SHA1: %s"
6399
+msgstr "có rác sau SHA1: %s"
6400
+
6401
+#, c-format
6402
+msgid "not a tree-ish: %s"
6403
+msgstr "không phải một tree-ish: %s"
6404
+
6405
+#, c-format
6406
+msgid "can't load object %s"
6407
+msgstr "không thể đọc đối tượng %s"
6408
+
6409
+#, c-format
6410
+msgid "invalid SHA1 in tag: %s"
6411
+msgstr "SHA1 không hợp lệ cho thẻ: %s"
6412
+
6413
+#, c-format
6414
+msgid "invalid SHA1 in commit: %s"
6415
+msgstr "SHA1 không hợp lệ cho lần chuyển giao: %s"
6416
+
6417
+#, c-format
6418
+msgid "missing from marks for submodule '%s'"
6419
+msgstr "thiếu đánh dấu from cho mô-đun-con '%s'"
6420
+
6421
+#, c-format
6422
+msgid "missing to marks for submodule '%s'"
6423
+msgstr "thiếu đánh dấu to cho mô-đun-con '%s'"
6424
+
6425
+#, c-format
6426
+msgid "missing space after tree-ish: %s"
6427
+msgstr "thiếu dấu cách sau tree-ish: %s"
6428
+
6429
+#, c-format
6430
+msgid "not in a commit: %s"
6431
+msgstr "không phải là lần chuyển giao: %s"
6432
+
6433
+#, c-format
6434
+msgid "expected 'mark' command, got %s"
6435
+msgstr "cần lệnh 'mark', nhưng lại có %s"
6436
+
6437
+#, c-format
6438
+msgid "expected 'to' command, got %s"
6439
+msgstr "cần lệnh 'to', nhưng lại có %s"
6440
+
6441
+msgid "only one import-marks command allowed per stream"
6442
+msgstr ""
6443
+
6444
+#, c-format
6445
+msgid "unknown --date-format argument %s"
6446
+msgstr "không hiểu tham số --date-format: %s"
6447
+
6448
+#, c-format
6449
+msgid "%s: argument must be a non-negative integer"
6450
+msgstr "%s: đối số phải không âm"
6451
+
6452
+#, c-format
6453
+msgid "--depth cannot exceed %u"
6454
+msgstr ""
6455
+
6456
+#, c-format
6457
+msgid "--cat-blob-fd cannot exceed %d"
6458
+msgstr ""
6459
+
6460
+msgid "expected format name:filename for submodule rewrite option"
6461
+msgstr "cần định dạng tên:tên_tập tin cho tùy chọn ghi lại mô-đun-con"
6462
+
6463
+#, c-format
6464
+msgid "max-pack-size is now in bytes, assuming --max-pack-size=%lum"
6465
+msgstr ""
6466
+
6467
+msgid "minimum max-pack-size is 1 MiB"
6468
+msgstr "giới hạn kích thước tối thiểu của gói là 1 MiB"
6469
+
6470
+#, c-format
6471
+msgid "unknown --signed-commits mode '%s'"
6472
+msgstr "không hiểu chế độ --signed-commits '%s'"
6473
+
6474
+#, c-format
6475
+msgid "unknown --signed-tags mode '%s'"
6476
+msgstr "không hiểu chế độ --signed-tags '%s'"
6477
6478
#, c-format
6479
msgid "feature '%s' forbidden in input without --allow-unsafe-features"
6480
msgstr ""
5949
-"tính năng '%s' bị cấm chỉ trong đầu vào mà không có --allow-unsafe-features"
6481
+"tính năng '%s' bị cấm trong đầu vào mà không có --allow-unsafe-features"
6482
+
6483
+#, c-format
6484
+msgid "got feature command '%s' after data command"
6485
+msgstr ""
6486
+
6487
+#, c-format
6488
+msgid "this version of fast-import does not support feature %s."
6489
+msgstr "fast-import bản này không hỗ trợ tính năng %s."
6490
+
6491
+#, c-format
6492
+msgid "got option command '%s' after data command"
6493
+msgstr ""
6494
+
6495
+#, c-format
6496
+msgid "this version of fast-import does not support option: %s"
6497
+msgstr "fast-import bản này không hỗ trợ tuỳ chọn %s"
6498
+
6499
+#, c-format
6500
+msgid "unknown option %s"
6501
+msgstr "không hiểu tùy chọn %s"
6502
+
6503
+#, c-format
6504
+msgid "unknown option --%s"
6505
+msgstr "không hiểu tùy chọn --%s"
6506
+
6507
+#, c-format
6508
+msgid "unsupported command: %s"
6509
+msgstr "không hỗ trợ lệnh: %s"
6510
+
6511
+msgid "stream ends early"
6512
+msgstr "stream kết thúc sớm"
6513
6514
#, c-format
6515
msgid "Lockfile created but not reported: %s"
@@ -6022,7 +6585,7 @@ msgid ""
6585
msgstr ""
6586
"việc lấy về thường chỉ ra các nhánh buộc phải cập nhật,\n"
6587
"nhưng lựa chọn bị tắt; để kích hoạt lại, sử dụng cờ\n"
6025
-"'--show-forced-updates' hoặc chạy 'git config fetch.showForcedUpdates true'."
6588
+"'--show-forced-updates' hoặc chạy 'git config fetch.showForcedUpdates true'"
6589
6590
#, c-format
6591
msgid ""
@@ -6083,6 +6646,22 @@ msgstr ""
6646
"thông báo này. Cụ thể, 'git config set remote.%s.followRemoteHEAD %s'\n"
6647
"sẽ vô hiệu cảnh báo này tới khi máy chủ đổi HEAD về chỗ khác."
6648
6649
+msgid ""
6650
+"You're on a case-insensitive filesystem, and the remote you are\n"
6651
+"trying to fetch from has references that only differ in casing. It\n"
6652
+"is impossible to store such references with the 'files' backend. You\n"
6653
+"can either accept this as-is, in which case you won't be able to\n"
6654
+"store all remote references on disk. Or you can alternatively\n"
6655
+"migrate your repository to use the 'reftable' backend with the\n"
6656
+"following command:\n"
6657
+"\n"
6658
+" git refs migrate --ref-format=reftable\n"
6659
+"\n"
6660
+"Please keep in mind that not all implementations of Git support this\n"
6661
+"new format yet. So if you use tools other than Git to access this\n"
6662
+"repository it may not be an option to migrate to reftables.\n"
6663
+msgstr ""
6664
+
6665
#, c-format
6666
msgid ""
6667
"some local refs could not be updated; try running\n"
@@ -6323,25 +6902,6 @@ msgstr "dùng <tên> thay cho nhánh đích thật"
6902
msgid "file to read from"
6903
msgstr "tập tin để đọc dữ liệu từ đó"
6904
6326
-msgid "git for-each-ref [<options>] [<pattern>]"
6327
-msgstr "git for-each-ref [<các tùy chọn>] [<mẫu>]"
6328
-
6329
-msgid "git for-each-ref [--points-at <object>]"
6330
-msgstr "git for-each-ref [--points-at <đối tượng>]"
6331
-
6332
-msgid "git for-each-ref [--merged [<commit>]] [--no-merged [<commit>]]"
6333
-msgstr ""
6334
-"git for-each-ref [--merged [<lần-chuyển-giao>]] [--no-merged [<lần-chuyển-"
6335
-"giao>]]"
6336
-
6337
-msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
6338
-msgstr ""
6339
-"git for-each-ref [--contains [<lần-chuyển-giao>]] [--no-contains [<lần-"
6340
-"chuyển-giao>]]"
6341
-
6342
-msgid "git for-each-ref [--start-after <marker>]"
6343
-msgstr "git for-each-ref [--start-after <dấu>]"
6344
-
6905
msgid "quote placeholders suitably for shells"
6906
msgstr "trích dẫn dạng phù hợp cho shell"
6907
@@ -6396,6 +6956,9 @@ msgstr "đối số không rõ được chỉ định cùng với --stdin"
6956
msgid "cannot use --start-after with patterns"
6957
msgstr "không thể dùng tùy chọn --start-after với mẫu"
6958
6959
+msgid "git for-each-ref "
6960
+msgstr "git for-each-ref "
6961
+
6962
msgid "git for-each-repo --config=<config> [--] <arguments>"
6963
msgstr "git for-each-repo --config=<tùy chọn> [--] <đối số>"
6964
@@ -6866,6 +7429,9 @@ msgid ""
7429
"skipping incremental-repack task because core.multiPackIndex is disabled"
7430
msgstr "bỏ qua tác vụ incremental-repack vì core.multiPackIndex bị vô hiệu hóa"
7431
7432
+msgid "failed to perform geometric repack"
7433
+msgstr ""
7434
+
7435
#, c-format
7436
msgid "task '%s' failed"
7437
msgstr "gặp lỗi khi thực hiện nhiệm vụ '%s'"
@@ -6874,6 +7440,10 @@ msgstr "gặp lỗi khi thực hiện nhiệm vụ '%s'"
7440
msgid "lock file '%s' exists, skipping maintenance"
7441
msgstr "đã có khóa của tập tin '%s', bỏ qua bảo trì"
7442
7443
+#, c-format
7444
+msgid "unknown maintenance strategy: '%s'"
7445
+msgstr "không hiểu chiến lược bảo trì: '%s'"
7446
+
7447
#, c-format
7448
msgid "'%s' is not a valid task"
7449
msgstr "'%s' không phải một nhiệm vụ hợp lệ"
@@ -7314,7 +7884,7 @@ msgid ""
7884
"'%s': path for unsupported man viewer.\n"
7885
"Please consider using 'man.<tool>.cmd' instead."
7886
msgstr ""
7317
-"'%s': đường dẫn không hỗ trợ bộ trình chiếu man.\n"
7887
+"'%s': đường dẫn không hỗ trợ trình xem man.\n"
7888
"Hãy cân nhắc đến việc sử dụng 'man.<tool>.cmd' để thay thế."
7889
7890
#, c-format
@@ -7322,12 +7892,12 @@ msgid ""
7892
"'%s': cmd for supported man viewer.\n"
7893
"Please consider using 'man.<tool>.path' instead."
7894
msgstr ""
7325
-"'%s': cmd (lệnh) hỗ trợ bộ trình chiếu man.\n"
7895
+"'%s': cmd (lệnh) hỗ trợ trình xem man.\n"
7896
"Hãy cân nhắc đến việc sử dụng 'man.<tool>.path' để thay thế."
7897
7898
#, c-format
7899
msgid "'%s': unknown man viewer."
7330
-msgstr "'%s': không rõ chương trình xem man."
7900
+msgstr "'%s': không rõ trình xem man."
7901
7902
msgid "no man viewer handled the request"
7903
msgstr "không có trình xem trợ giúp dạng manpage tiếp hợp với yêu cầu"
@@ -7728,6 +8298,27 @@ msgstr "--trailer cùng với --only-input không hợp lý"
8298
msgid "no input file given for in-place editing"
8299
msgstr "không đưa ra tập tin đầu vào để sửa tại-chỗ"
8300
8301
+msgid "last-modified can only operate on one tree at a time"
8302
+msgstr ""
8303
+
8304
+#, c-format
8305
+msgid "unknown last-modified argument: %s"
8306
+msgstr "không hiểu tham số last-modified: %s"
8307
+
8308
+msgid "unable to setup last-modified"
8309
+msgstr ""
8310
+
8311
+msgid ""
8312
+"git last-modified [--recursive] [--show-trees] [<revision-range>] [[--] "
8313
+"<path>...]"
8314
+msgstr ""
8315
+
8316
+msgid "recurse into subtrees"
8317
+msgstr "đệ quy vào các thư mục con"
8318
+
8319
+msgid "show tree entries when recursing into subtrees"
8320
+msgstr "hiển thị cây khi đệ quy"
8321
+
8322
msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8323
msgstr "git log [<các tùy chọn>] [<vùng-xem-xét>] [[--] </đường/dẫn>...]"
8324
@@ -7766,6 +8357,15 @@ msgstr ""
8357
msgid "-L<range>:<file> cannot be used with pathspec"
8358
msgstr "-L<vùng>:<tập tin> không thể được sử dụng với đặc tả đường dẫn"
8359
8360
+msgid ""
8361
+"\n"
8362
+"hint: You can replace 'git whatchanged <opts>' with:\n"
8363
+"hint:\tgit log <opts> --raw --no-merges\n"
8364
+"hint: Or make an alias:\n"
8365
+"hint:\tgit config set --global alias.whatchanged 'log --raw --no-merges'\n"
8366
+"\n"
8367
+msgstr ""
8368
+
8369
#, c-format
8370
msgid "git show %s: bad file"
8371
msgstr "git show %s: sai tập tin"
@@ -8206,9 +8806,6 @@ msgstr "git ls-tree [<các tùy chọn>] <tree-ish> [</đường/dẫn>...]"
8806
msgid "only show trees"
8807
msgstr "chỉ hiển thị các tree"
8808
8209
-msgid "recurse into subtrees"
8210
-msgstr "đệ quy vào các thư mục con"
8211
-
8809
msgid "show trees when recursing"
8810
msgstr "hiển thị cây khi đệ quy"
8811
@@ -8357,10 +8954,6 @@ msgstr "đối tượng '%s' không tồn tại"
8954
msgid "Could not write object file"
8955
msgstr "Không thể ghi vào tập tin"
8956
8360
-#, c-format
8361
-msgid "unknown option %s"
8362
-msgstr "không hiểu tùy chọn %s"
8363
-
8957
#, c-format
8958
msgid "could not parse object '%s'"
8959
msgstr "không thể đọc đối tượng '%s'"
@@ -8528,10 +9121,6 @@ msgstr "không thể chạy tạm cất."
9121
msgid "stash failed"
9122
msgstr "lệnh tạm cất gặp lỗi"
9123
8531
-#, c-format
8532
-msgid "not a valid object: %s"
8533
-msgstr "không phải là một đối tượng hợp lệ: %s"
8534
-
9124
msgid "read-tree failed"
9125
msgstr "read-tree gặp lỗi"
9126
@@ -9380,7 +9969,7 @@ msgstr "Nén delta dùng tới %d tuyến trình"
9969
9970
#, c-format
9971
msgid "unable to pack objects reachable from tag %s"
9383
-msgstr "không thể đóng gói các đối tượng tiếp cận được từ thẻ '%s'"
9972
+msgstr "không thể đóng gói các đối tượng tiếp cận được từ thẻ %s"
9973
9974
#, c-format
9975
msgid "unable to get type of object %s"
@@ -9673,27 +10262,8 @@ msgstr ""
10262
"Tổng %<PRIu32> (delta %<PRIu32>), dùng lại %<PRIu32> (delta %<PRIu32>), dùng "
10263
"lại pack %<PRIu32> (trong số %<PRIuMAX>)"
10264
9676
-msgid ""
9677
-"git pack-refs [--all] [--no-prune] [--auto] [--include <pattern>] [--exclude "
9678
-"<pattern>]"
9679
-msgstr ""
9680
-"git pack-refs [--all] [--no-prune] [--auto] [--include <pattern>] [--exclude "
9681
-"<pattern>]"
9682
-
9683
-msgid "pack everything"
9684
-msgstr "đóng gói mọi thứ"
9685
-
9686
-msgid "prune loose refs (default)"
9687
-msgstr "prune (cắt cụt) những tham chiếu bị mất (mặc định)"
9688
-
9689
-msgid "auto-pack refs as needed"
9690
-msgstr "tự động pack tham chiếu nếu cần"
9691
-
9692
-msgid "references to include"
9693
-msgstr "bao gồm các tham chiếu"
9694
-
9695
-msgid "references to exclude"
9696
-msgstr "loại trừ các tham chiếu"
10265
+msgid "git pack-refs "
10266
+msgstr "git pack-refs "
10267
10268
msgid "git patch-id [--stable | --unstable | --verbatim]"
10269
msgstr "git patch-id [--stable | --unstable | --verbatim]"
@@ -10210,6 +10780,10 @@ msgstr "git range-diff [<các tùy chọn>] <old-tip>...<new-tip>"
10780
msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
10781
msgstr "git range-diff [<các tùy chọn>] <base> <old-tip> <new-tip>"
10782
10783
+#, c-format
10784
+msgid "invalid max-memory value: %s"
10785
+msgstr "giá trị max-memory không hợp lệ: %s"
10786
+
10787
msgid "use simple diff colors"
10788
msgstr "dùng màu diff đơn giản"
10789
@@ -10219,6 +10793,12 @@ msgstr "ghi chú"
10793
msgid "passed to 'git log'"
10794
msgstr "chuyển cho 'git log'"
10795
10796
+msgid "size"
10797
+msgstr ""
10798
+
10799
+msgid "maximum memory for cost matrix (default 4G)"
10800
+msgstr ""
10801
+
10802
msgid "only emit output related to the first range"
10803
msgstr "chỉ phát ra kết quả liên quan đến vùng đầu tiên"
10804
@@ -10778,16 +11358,11 @@ msgstr "git reflog [show] [<các tùy chọn>] [<tham chiếu>]"
11358
msgid "git reflog list"
11359
msgstr "git reflog list"
11360
10781
-msgid ""
10782
-"git reflog expire [--expire=<time>] [--expire-unreachable=<time>]\n"
10783
-" [--rewrite] [--updateref] [--stale-fix]\n"
10784
-" [--dry-run | -n] [--verbose] [--all [--single-worktree] | "
10785
-"<refs>...]"
11361
+msgid "git reflog exists <ref>"
11362
+msgstr "git reflog exists <tham_chiếu>"
11363
+
11364
+msgid "git reflog write <ref> <old-oid> <new-oid> <message>"
11365
msgstr ""
10787
-"git reflog expire [--expire=<time>] [--expire-unreachable=<time>]\n"
10788
-" [--rewrite] [--updateref] [--stale-fix]\n"
10789
-" [--dry-run | -n] [--verbose] [--all [--single-worktree] | "
10790
-"<refs>...]"
11366
11367
msgid ""
11368
"git reflog delete [--rewrite] [--updateref]\n"
@@ -10796,12 +11371,20 @@ msgstr ""
11371
"git reflog delete [--rewrite] [--updateref]\n"
11372
" [--dry-run | -n] [--verbose] <ref>@{<specifier>}..."
11373
10799
-msgid "git reflog exists <ref>"
10800
-msgstr "git reflog exists <tham_chiếu>"
10801
-
11374
msgid "git reflog drop [--all [--single-worktree] | <refs>...]"
11375
msgstr "git reflog drop [--all [--single-worktree] | <tham_chiếu>...]"
11376
11377
+msgid ""
11378
+"git reflog expire [--expire=<time>] [--expire-unreachable=<time>]\n"
11379
+" [--rewrite] [--updateref] [--stale-fix]\n"
11380
+" [--dry-run | -n] [--verbose] [--all [--single-worktree] | "
11381
+"<refs>...]"
11382
+msgstr ""
11383
+"git reflog expire [--expire=<time>] [--expire-unreachable=<time>]\n"
11384
+" [--rewrite] [--updateref] [--stale-fix]\n"
11385
+" [--dry-run | -n] [--verbose] [--all [--single-worktree] | "
11386
+"<refs>...]"
11387
+
11388
#, c-format
11389
msgid "invalid timestamp '%s' given to '--%s'"
11390
msgstr "dấu vết thời gian không hợp lệ '%s' đưa cho '--%s'"
@@ -10869,12 +11452,50 @@ msgstr "bỏ reflogs chỉ từ thư mục làm việc hiện tại"
11452
msgid "references specified along with --all"
11453
msgstr "chỉ định tham chiếu với tùy chọn --all"
11454
11455
+#, c-format
11456
+msgid "invalid reference name: %s"
11457
+msgstr "tham chiếu không hợp lệ: %s"
11458
+
11459
+#, c-format
11460
+msgid "invalid old object ID: '%s'"
11461
+msgstr "ID đối tượng cũ không hợp lệ: '%s'"
11462
+
11463
+#, c-format
11464
+msgid "old object '%s' does not exist"
11465
+msgstr "đối tượng cũ '%s' không tồn tại"
11466
+
11467
+#, c-format
11468
+msgid "invalid new object ID: '%s'"
11469
+msgstr "ID đối tượng mới không hợp lệ: %s"
11470
+
11471
+#, c-format
11472
+msgid "new object '%s' does not exist"
11473
+msgstr "đối tượng mới '%s' không tồn tại"
11474
+
11475
+#, c-format
11476
+msgid "cannot start transaction: %s"
11477
+msgstr ""
11478
+
11479
+#, c-format
11480
+msgid "cannot queue reflog update: %s"
11481
+msgstr ""
11482
+
11483
+#, c-format
11484
+msgid "cannot commit reflog update: %s"
11485
+msgstr ""
11486
+
11487
msgid "git refs migrate --ref-format=<format> [--no-reflog] [--dry-run]"
11488
msgstr "git refs migrate --ref-format=<định dạng> [--no-reflog] [--dry-run]"
11489
11490
msgid "git refs verify [--strict] [--verbose]"
11491
msgstr "git refs verify [--strict] [--verbose]"
11492
11493
+msgid "git refs exists <ref>"
11494
+msgstr "git refs exists <tham_chiếu>"
11495
+
11496
+msgid "git refs optimize "
11497
+msgstr "git refs optimize "
11498
+
11499
msgid "specify the reference format to convert to"
11500
msgstr "chỉ định định dạng tham chiếu để chuyển đổi sang"
11501
@@ -10897,6 +11518,18 @@ msgstr "cho phép kiểm tra nghiêm ngặt"
11518
msgid "'git refs verify' takes no arguments"
11519
msgstr "'git refs verify' không nhận tham số"
11520
11521
+msgid "git refs list "
11522
+msgstr "git refs list "
11523
+
11524
+msgid "'git refs exists' requires a reference"
11525
+msgstr ""
11526
+
11527
+msgid "reference does not exist"
11528
+msgstr "tham chiếu không tồn tại"
11529
+
11530
+msgid "failed to look up reference"
11531
+msgstr "gặp lỗi khi tìm tham chiếu"
11532
+
11533
msgid ""
11534
"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11535
"mirror=<fetch|push>] <name> <url>"
@@ -11053,6 +11686,16 @@ msgstr ""
11686
"\t%s:%d\n"
11687
"bây giờ tên trên máy chủ không tồn tại '%s'"
11688
11689
+msgid ""
11690
+"The remote you are trying to rename has conflicting references in the\n"
11691
+"new target refspec. This is most likely caused by you trying to nest\n"
11692
+"a remote into itself, e.g. by renaming 'parent' into 'parent/child'\n"
11693
+"or by unnesting a remote, e.g. the other way round.\n"
11694
+"\n"
11695
+"If that is the case, you can address this by first renaming the\n"
11696
+"remote to a different name.\n"
11697
+msgstr ""
11698
+
11699
#, c-format
11700
msgid "No such remote: '%s'"
11701
msgstr "Không có máy chủ nào như vậy: '%s'"
@@ -11061,6 +11704,13 @@ msgstr "Không có máy chủ nào như vậy: '%s'"
11704
msgid "Could not rename config section '%s' to '%s'"
11705
msgstr "Không thể đổi tên phần của cấu hình từ '%s' thành '%s'"
11706
11707
+msgid "Renaming remote references"
11708
+msgstr "Đổi tên các tham chiếu máy chủ"
11709
+
11710
+#, c-format
11711
+msgid "queueing remote ref renames failed: %s"
11712
+msgstr ""
11713
+
11714
#, c-format
11715
msgid ""
11716
"Not updating non-default fetch refspec\n"
@@ -11071,16 +11721,9 @@ msgstr ""
11721
"\t%s\n"
11722
"\tXin hãy cập nhật phần cấu hình một cách thủ công nếu cần."
11723
11074
-msgid "Renaming remote references"
11075
-msgstr "Đổi tên các tham chiếu máy chủ"
11076
-
11077
-#, c-format
11078
-msgid "deleting '%s' failed"
11079
-msgstr "gặp lỗi khi xóa '%s'"
11080
-
11724
#, c-format
11082
-msgid "creating '%s' failed"
11083
-msgstr "gặp lỗi khi tạo '%s'"
11725
+msgid "renaming remote refs failed: %s"
11726
+msgstr "đổi tên tham chiếu gặp lỗi: %s"
11727
11728
msgid ""
11729
"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
@@ -11354,48 +11997,6 @@ msgstr ""
11997
"Gia tăng các repack là không tương thích với chỉ mục bitmap. Dùng\n"
11998
"--no-write-bitmap-index hay tắt cấu hình pack.writeBitmaps."
11999
11357
-msgid "could not start pack-objects to repack promisor objects"
11358
-msgstr ""
11359
-"không thể lấy thông tin thống kê pack-objects để đóng gói lại các đối tượng "
11360
-"promisor"
11361
-
11362
-msgid "failed to feed promisor objects to pack-objects"
11363
-msgstr "gặp lỗi khi đưa promisor object cho pack-objects"
11364
-
11365
-msgid "repack: Expecting full hex object ID lines only from pack-objects."
11366
-msgstr ""
11367
-"repack: Đang chỉ cần các dòng ID đối tượng dạng hexa đầy đủ từ pack-objects."
11368
-
11369
-msgid "could not finish pack-objects to repack promisor objects"
11370
-msgstr "không thể hoàn tất pack-objects để đóng gói các đối tượng promisor"
11371
-
11372
-#, c-format
11373
-msgid "cannot open index for %s"
11374
-msgstr "không thể mở chỉ mục cho %s"
11375
-
11376
-#, c-format
11377
-msgid "pack %s too large to consider in geometric progression"
11378
-msgstr "gói %s quá lớn để xem xét cấp số nhân"
11379
-
11380
-#, c-format
11381
-msgid "pack %s too large to roll up"
11382
-msgstr "gói %s quá lớn để cuộn lại"
11383
-
11384
-#, c-format
11385
-msgid "could not open tempfile %s for writing"
11386
-msgstr "không thể mở tập tin tạm %s để ghi"
11387
-
11388
-msgid "could not close refs snapshot tempfile"
11389
-msgstr "không thể đóng tập tin snapshot các tham chiếu"
11390
-
11391
-#, c-format
11392
-msgid "could not remove stale bitmap: %s"
11393
-msgstr "không thể xoá bỏ bitmap đã cũ: %s"
11394
-
11395
-#, c-format
11396
-msgid "pack prefix %s does not begin with objdir %s"
11397
-msgstr "tiền tố gói '%s' không được bắt đầu với objdir '.%s'"
11398
-
12000
msgid "pack everything in a single pack"
12001
msgstr "đóng gói mọi thứ trong một gói đơn"
12002
@@ -11490,19 +12091,7 @@ msgid "option '%s' can only be used along with '%s'"
12091
msgstr "tuỳ chọn '%s' chỉ có thể được dùng với '%s'"
12092
12093
msgid "Nothing new to pack."
11493
-msgstr "Không có gì mới để đóng gói."
11494
-
11495
-#, c-format
11496
-msgid "renaming pack to '%s' failed"
11497
-msgstr "gặp lỗi khi đổi tên gói thành '%s'"
11498
-
11499
-#, c-format
11500
-msgid "pack-objects did not write a '%s' file for pack %s-%s"
11501
-msgstr "pack-objects không ghi tập tin '%s' cho gói %s-%s"
11502
-
11503
-#, c-format
11504
-msgid "could not unlink: %s"
11505
-msgstr "không thể unlink: %s"
12094
+msgstr "Không có gì mới để đóng gói."
12095
12096
msgid "git replace [-f] <object> <replacement>"
12097
msgstr "git replace [-f] <đối-tượng> <thay-thế>"
@@ -11754,6 +12343,62 @@ msgstr "chưa hỗ trợ phát lại đến lần chuyển giao gốc!"
12343
msgid "replaying merge commits is not supported yet!"
12344
msgstr "chưa hỗ trợ phát lại các lần hoà trộn!"
12345
12346
+#, c-format
12347
+msgid "key '%s' not found"
12348
+msgstr "không tìm thấy khoá '%s'"
12349
+
12350
+#, c-format
12351
+msgid "invalid format '%s'"
12352
+msgstr "định dạng không hợp lệ '%s'"
12353
+
12354
+msgid "output format"
12355
+msgstr "định dạng kết quả"
12356
+
12357
+msgid "synonym for --format=nul"
12358
+msgstr "đồng nghĩa với --format=nul"
12359
+
12360
+msgid "unsupported output format"
12361
+msgstr "không hỗ trợ định dạng kết quả: %s"
12362
+
12363
+msgid "References"
12364
+msgstr "kho tham chiếu"
12365
+
12366
+msgid "Count"
12367
+msgstr "Số lượng"
12368
+
12369
+msgid "Branches"
12370
+msgstr "Nhánh"
12371
+
12372
+msgid "Tags"
12373
+msgstr "Thẻ"
12374
+
12375
+msgid "Remotes"
12376
+msgstr "Máy chủ"
12377
+
12378
+msgid "Others"
12379
+msgstr "Khác"
12380
+
12381
+msgid "Reachable objects"
12382
+msgstr "Các đối tượng có thể tới được"
12383
+
12384
+msgid "Commits"
12385
+msgstr "Lần chuyển giao"
12386
+
12387
+msgid "Trees"
12388
+msgstr "Cây"
12389
+
12390
+msgid "Blobs"
12391
+msgstr "Blob"
12392
+
12393
+msgid "Repository structure"
12394
+msgstr "Bố cục kho Git"
12395
+
12396
+msgid "Value"
12397
+msgstr "Giá trị"
12398
+
12399
+msgid "Counting references"
12400
+msgstr "Đang đếm tham chiếu"
12401
+
12402
msgid ""
12403
"git rerere [clear | forget <pathspec>... | diff | status | remaining | gc]"
12404
msgstr ""
@@ -12335,12 +12980,6 @@ msgstr "git show-ref --exclude-existing[=<mẫu>]"
12980
msgid "git show-ref --exists <ref>"
12981
msgstr "git show-ref --exists <tham_chiếu>"
12982
12338
-msgid "reference does not exist"
12339
-msgstr "tham chiếu không tồn tại"
12340
-
12341
-msgid "failed to look up reference"
12342
-msgstr "gặp lỗi khi tìm tham chiếu"
12343
-
12983
msgid "only show tags (can be combined with --branches)"
12984
msgstr "chỉ hiển thị thẻ (có thể kết hợp với --branches)"
12985
@@ -12370,10 +13009,10 @@ msgstr "hiển thị các tham chiếu từ stdin mà không ở kho nội bộ"
13009
13010
msgid ""
13011
"git sparse-checkout (init | list | set | add | reapply | disable | check-"
12373
-"rules) [<options>]"
13012
+"rules | clean) [<options>]"
13013
msgstr ""
13014
"git sparse-checkout (init | list | set | add | reapply | disable | check-"
12376
-"rules) [<các-tùy-chọn>]"
13015
+"rules| clean) [<các-tùy-chọn>]"
13016
13017
msgid "this worktree is not sparse"
13018
msgstr "cây làm việc này không thưa"
@@ -12413,10 +13052,6 @@ msgstr "khởi tạo sparse-checkout trong chế độ nón"
13052
msgid "toggle the use of a sparse index"
13053
msgstr "bật tắt việc sử dụng sparse index"
13054
12416
-#, c-format
12417
-msgid "unable to create leading directories of %s"
12418
-msgstr "không thể tạo các thư mục dẫn đầu của '%s'"
12419
-
13055
#, c-format
13056
msgid "failed to open '%s'"
13057
msgstr "gặp lỗi khi mở '%s'"
@@ -12496,6 +13131,30 @@ msgstr ""
13131
msgid "must be in a sparse-checkout to reapply sparsity patterns"
13132
msgstr "phải trong sparse-checkout để áp dụng lại các mẫu sparse"
13133
13134
+msgid "report each affected file, not just directories"
13135
+msgstr "liệt kê các tập tin cùng thư mục"
13136
+
13137
+msgid "must be in a sparse-checkout to clean directories"
13138
+msgstr "phải trong sparse-checkout để làm sạch thư mục"
13139
+
13140
+msgid "must be in a cone-mode sparse-checkout to clean directories"
13141
+msgstr "phải trong sparse-checkout chế độ cone để làm sạch thư mục"
13142
+
13143
+msgid "for safety, refusing to clean without one of --force or --dry-run"
13144
+msgstr "từ chối làm sạch mà không có tuỳ chọn --force hoặc --dry-run"
13145
+
13146
+msgid "failed to read index"
13147
+msgstr "gặp lỗi đọc chỉ mục"
13148
+
13149
+msgid ""
13150
+"failed to convert index to a sparse index; resolve merge conflicts and try "
13151
+"again"
13152
+msgstr ""
13153
+
13154
+#, c-format
13155
+msgid "failed to remove '%s'"
13156
+msgstr "gặp lỗi khi xoá '%s'"
13157
+
13158
msgid "error while refreshing working directory"
13159
msgstr "gặp lỗi khi đọc lại thư mục làm việc"
13160
@@ -14196,9 +14855,6 @@ msgstr "ghi đối tượng cây (tree) cho <tiền tố> thư mục con"
14855
msgid "only useful for debugging"
14856
msgstr "chỉ hữu ích khi cần gỡ lỗi"
14857
14199
-msgid "core.fsyncMethod = batch is unsupported on this platform"
14200
-msgstr "core.fsyncMethod = batch không được hỗ trợ trên nền tảng này"
14201
-
14858
#, c-format
14859
msgid "could not parse bundle list key %s with value '%s'"
14860
msgstr "không thể đọc danh sách bundle khoá %s giá trị '%s'"
@@ -14596,6 +15252,9 @@ msgstr "Duyệt ngay kho làm việc của bạn trong gitweb"
15252
msgid "Add or parse structured information in commit messages"
15253
msgstr "Thêm hay đọc thông tin cấu trúc trong ghi chú lần chuyển giao"
15254
15255
+msgid "EXPERIMENTAL: Show when files were last modified"
15256
+msgstr ""
15257
+
15258
msgid "Show commit logs"
15259
msgstr "Hiển thị nhật ký các lần chuyển giao"
15260
@@ -14720,6 +15379,9 @@ msgstr ""
15379
"ĐANG TRONG QUÁ TRÌNH THỬ NGHIỆM: Phát lại lần chuyển giao vào gốc mới, dùng "
15380
"được trong kho chứa bare"
15381
15382
+msgid "Retrieve information about the repository"
15383
+msgstr "Đọc thông tin kho chứa"
15384
+
15385
msgid "Generates a summary of pending changes"
15386
msgstr "Tạo ra một tóm tắt các thay đổi còn treo"
15387
@@ -14803,8 +15465,8 @@ msgstr "Chuyển sang nhánh khác"
15465
msgid "Read, modify and delete symbolic refs"
15466
msgstr "Đọc, sửa và xóa tham chiếu mềm"
15467
14806
-msgid "Create, list, delete or verify a tag object signed with GPG"
14807
-msgstr "Tạo, liệt kê, xóa hay xác minh một đối tượng thẻ được ký bằng GPG"
15468
+msgid "Create, list, delete or verify tags"
15469
+msgstr "Tạo, liệt kê, xóa hay xác minh thẻ"
15470
15471
msgid "Creates a temporary file with a blob's contents"
15472
msgstr "Tạo một tập tin tạm với nội dung của blob"
@@ -15650,6 +16312,34 @@ msgstr "không thể phân giải lần cải biên '%s'"
16312
msgid "unable to parse command-line config"
16313
msgstr "không thể đọc cấu hình dòng lệnh"
16314
16315
+#, c-format
16316
+msgid ""
16317
+"\n"
16318
+"To use the default comment string (#) please run\n"
16319
+"\n"
16320
+"%s"
16321
+msgstr ""
16322
+
16323
+msgid "<comment string>"
16324
+msgstr "<ghi chú>"
16325
+
16326
+#, c-format
16327
+msgid ""
16328
+"\n"
16329
+"To set a custom comment string please run\n"
16330
+"\n"
16331
+"%s\n"
16332
+"where '%s' is the string you wish to use.\n"
16333
+msgstr ""
16334
+
16335
+#, c-format
16336
+msgid "Support for '%s=auto' has been removed in Git 3.0"
16337
+msgstr ""
16338
+
16339
+#, c-format
16340
+msgid "Support for '%s=auto' is deprecated and will be removed in Git 3.0"
16341
+msgstr ""
16342
+
16343
msgid "unknown error occurred while reading the configuration files"
16344
msgstr "đã có lỗi chưa biết xảy ra trong khi đọc các tập tin cấu hình"
16345
@@ -16108,7 +16798,7 @@ msgid "skipping '%s', which is neither file nor directory"
16798
msgstr "đang bỏ qua '%s', không phải là một tập tin hay thư mục"
16799
16800
msgid "could not duplicate stdout"
16111
-msgstr "không thể nhân bản stdout"
16801
+msgstr "không thể dup stdout"
16802
16803
#, c-format
16804
msgid "could not add directory '%s' to archiver"
@@ -16117,8 +16807,14 @@ msgstr "không thể thêm thư mục '%s' vào kho nén"
16807
msgid "failed to write archive"
16808
msgstr "gặp lỗi khi ghi kho nén"
16809
16810
+msgid "max-depth is not supported for worktree diffs"
16811
+msgstr "không hỗ trợ max-depth cho diff ở cây làm việc"
16812
+
16813
+msgid "max-depth is not supported for index diffs"
16814
+msgstr "không hỗ trợ max-depth cho diff chỉ mục"
16815
+
16816
msgid "--merge-base does not work with ranges"
16121
-msgstr "--merge-base không thể dùng với chỉ vùng"
16817
+msgstr "--merge-base không thể dùng với vùng"
16818
16819
msgid "unable to get HEAD"
16820
msgstr "không thể lấy HEAD"
@@ -16625,6 +17321,12 @@ msgstr "[(A|C|D|M|R|T|U|X|B)...[*]]"
17321
msgid "select files by diff type"
17322
msgstr "chọn các tập tin theo kiểu khác biệt"
17323
17324
+msgid "<depth>"
17325
+msgstr "<độ-sâu>"
17326
+
17327
+msgid "maximum tree depth to recurse"
17328
+msgstr "độ sâu đệ quy tối đa"
17329
+
17330
msgid "<file>"
17331
msgstr "<tập tin>"
17332
@@ -16816,10 +17518,6 @@ msgstr "dòng shallow không hợp lệ: %s"
17518
msgid "invalid unshallow line: %s"
17519
msgstr "dòng unshallow không hợp lệ: %s"
17520
16819
-#, c-format
16820
-msgid "object not found: %s"
16821
-msgstr "không tìm thấy đối tượng: %s"
16822
-
17521
#, c-format
17522
msgid "error in object: %s"
17523
msgstr "lỗi trong đối tượng: %s"
@@ -17103,6 +17801,11 @@ msgstr "làm trống bí danh cho %s"
17801
msgid "recursive alias: %s"
17802
msgstr "đệ quy các bí danh: %s"
17803
17804
+#, c-format
17805
+msgid "alias loop detected: expansion of '%s' does not terminate:%s"
17806
+msgstr ""
17807
+"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"
17808
+
17809
msgid "write failure on standard output"
17810
msgstr "lỗi khi ghi ra stdout"
17811
@@ -17112,11 +17815,6 @@ msgstr "lỗi không rõ khi ghi ra stdout"
17815
msgid "close failed on standard output"
17816
msgstr "lỗi khi đóng stdout"
17817
17115
-#, c-format
17116
-msgid "alias loop detected: expansion of '%s' does not terminate:%s"
17117
-msgstr ""
17118
-"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"
17119
-
17818
#, c-format
17819
msgid "cannot handle %s as a builtin"
17820
msgstr "không thể xử lý %s như là builtin"
@@ -17168,13 +17866,21 @@ msgstr "chữ sai / không tương thích '%s'"
17866
17867
#, c-format
17868
msgid "failed to get the ssh fingerprint for key '%s'"
17171
-msgstr "gặp lỗi khi lấy dấu vân tay ssh cho khóa '%s'"
17869
+msgstr "gặp lỗi khi lấy ssh fingerprint cho khóa '%s'"
17870
+
17871
+#, c-format
17872
+msgid "failed to get the ssh fingerprint for key %s"
17873
+msgstr "gặp lỗi khi lấy ssh fingerprint cho khóa %s"
17874
17875
msgid ""
17876
"either user.signingkey or gpg.ssh.defaultKeyCommand needs to be configured"
17877
msgstr ""
17878
"hoặc là user.signingkey hoặc gpg.ssh.defaultKeyCommand cần được cấu hình"
17879
17880
+#, c-format
17881
+msgid "malformed build-time gpg.ssh.defaultKeyCommand: %s"
17882
+msgstr "gpg.ssh.defaultKeyCommand sai quy cách: %s"
17883
+
17884
#, c-format
17885
msgid "gpg.ssh.defaultKeyCommand succeeded but returned no keys: %s %s"
17886
msgstr ""
@@ -17425,6 +18131,11 @@ msgstr ""
18131
" hỏi cho: %s\n"
18132
" chuyển hướng: %s"
18133
18134
+#, c-format
18135
+msgid ""
18136
+"number too large to represent as curl_off_t on this platform: %<PRIuMAX>"
18137
+msgstr ""
18138
+
18139
msgid "Author identity unknown\n"
18140
msgstr "Chưa biết định danh tác giả\n"
18141
@@ -17879,10 +18590,6 @@ msgstr "dòng sai quy cách: %s"
18590
msgid "could not load pack"
18591
msgstr "không thể tải gói"
18592
17882
-#, c-format
17883
-msgid "could not open index for %s"
17884
-msgstr "không thể mở chỉ mục cho %s"
17885
-
18593
#, c-format
18594
msgid "unable to link '%s' to '%s'"
18595
msgstr "không thể liên kết '%s' vào '%s'"
@@ -17905,6 +18612,10 @@ msgstr "Đang thêm tập tin gói từ multi-pack-index"
18612
msgid "unknown preferred pack: '%s'"
18613
msgstr "không hiểu preferred pack: %s"
18614
18615
+#, c-format
18616
+msgid "failed to open preferred pack %s"
18617
+msgstr "gặp lỗi khi mở preferred pack %s"
18618
+
18619
#, c-format
18620
msgid "cannot select preferred pack %s with no objects"
18621
msgstr "không thể chọn gói ưa dùng %s với không đối tượng nào"
@@ -17929,6 +18640,9 @@ msgstr "không thể tạo lớp MIDX tạm thời"
18640
msgid "could not write multi-pack bitmap"
18641
msgstr "không thể ghi multi-pack bitmap"
18642
18643
+msgid "too many multi-pack-indexes"
18644
+msgstr "quá nhiều multi-pack-indexes"
18645
+
18646
msgid "unable to open multi-pack-index chain file"
18647
msgstr "không thể mở tập tin chain multi-pack-index"
18648
@@ -18191,10 +18905,6 @@ msgstr "không thể mở %s"
18905
msgid "files '%s' and '%s' differ in contents"
18906
msgstr "tập tin '%s' và '%s' có nội dung khác nhau"
18907
18194
-#, c-format
18195
-msgid "unable to write file %s"
18196
-msgstr "không thể ghi tập tin %s"
18197
-
18908
#, c-format
18909
msgid "unable to write repeatedly vanishing file %s"
18910
msgstr "không thể ghi vào tập tin biến mất liên tục %s"
@@ -18203,6 +18913,9 @@ msgstr "không thể ghi vào tập tin biến mất liên tục %s"
18913
msgid "unable to set permission to '%s'"
18914
msgstr "không thể đặt quyền thành '%s'"
18915
18916
+msgid "core.fsyncMethod = batch is unsupported on this platform"
18917
+msgstr "core.fsyncMethod = batch không được hỗ trợ trên nền tảng này"
18918
+
18919
msgid "error when closing loose object file"
18920
msgstr "gặp lỗi trong khi đóng tập tin đối tượng"
18921
@@ -18698,6 +19411,21 @@ msgstr "tập tin mtimes %s có mã băm không được hỗ trợ %<PRIu32>"
19411
msgid "mtimes file %s is corrupt"
19412
msgstr "tập tin mtimes %s bị hỏng"
19413
19414
+msgid "pack everything"
19415
+msgstr "đóng gói mọi thứ"
19416
+
19417
+msgid "prune loose refs (default)"
19418
+msgstr "prune (cắt cụt) những tham chiếu bị mất (mặc định)"
19419
+
19420
+msgid "auto-pack refs as needed"
19421
+msgstr "tự động pack tham chiếu nếu cần"
19422
+
19423
+msgid "references to include"
19424
+msgstr "bao gồm các tham chiếu"
19425
+
19426
+msgid "references to exclude"
19427
+msgstr "loại trừ các tham chiếu"
19428
+
19429
#, c-format
19430
msgid "reverse-index file %s is too small"
19431
msgstr "tập tin reverse-index %s quá nhỏ"
@@ -19120,6 +19848,10 @@ msgstr "tên máy chủ promisor không thể bắt đầu bằng '/': %s"
19848
msgid "could not fetch %s from promisor remote"
19849
msgstr "không thể tải %s từ máy chủ promisor"
19850
19851
+#, c-format
19852
+msgid "unsupported field '%s' in '%s' config"
19853
+msgstr ""
19854
+
19855
#, c-format
19856
msgid "no or empty URL advertised for remote '%s'"
19857
msgstr "URL máy chủ '%s' rỗng hoặc không có"
@@ -19129,12 +19861,16 @@ msgid "known remote named '%s' but with URL '%s' instead of '%s'"
19861
msgstr "có máy chủ '%s' nhưng với URL '%s' thay vì '%s'"
19862
19863
#, c-format
19132
-msgid "unknown '%s' value for '%s' config option"
19133
-msgstr "không hiểu giá trị '%s' cho cấu hình '%s'"
19864
+msgid "invalid element '%s' from remote info"
19865
+msgstr "không hiểu phần '%s' từ thông tin máy chủ"
19866
19867
#, c-format
19136
-msgid "unknown element '%s' from remote info"
19137
-msgstr "không hiểu phần '%s' từ thông tin máy chủ"
19868
+msgid "server advertised a promisor remote without a name or URL: %s"
19869
+msgstr ""
19870
+
19871
+#, c-format
19872
+msgid "unknown '%s' value for '%s' config option"
19873
+msgstr "không hiểu giá trị '%s' cho cấu hình '%s'"
19874
19875
#, c-format
19876
msgid "accepted promisor remote '%s' not found"
@@ -19227,6 +19963,13 @@ msgstr "không hiểu cú pháp phần đầu git '%.*s'"
19963
msgid "failed to generate diff"
19964
msgstr "gặp lỗi khi tạo khác biệt"
19965
19966
+#, c-format
19967
+msgid ""
19968
+"range-diff: unable to compute the range-diff, since it exceeds the maximum "
19969
+"memory for the cost matrix: %s (%<PRIuMAX> bytes) needed, limited to %s "
19970
+"(%<PRIuMAX> bytes)"
19971
+msgstr ""
19972
+
19973
#, c-format
19974
msgid "could not parse log for '%s'"
19975
msgstr "không thể đọc nhật ký cho '%s'"
@@ -19758,6 +20501,9 @@ msgstr "không phải một reflog: %s"
20501
msgid "no reflog for '%s'"
20502
msgstr "không reflog cho '%s'"
20503
20504
+msgid "Checking references consistency"
20505
+msgstr "Đang kiểm tra tính nhất quán các tham chiếu"
20506
+
20507
#, c-format
20508
msgid "%s does not point to a valid object!"
20509
msgstr "'%s' không chỉ đến một lần chuyển giao hợp lệ nào cả!"
@@ -19773,8 +20519,9 @@ msgstr "%s%s đã trở thành không đầu sau khi xoá %s!\n"
20519
#, c-format
20520
msgid ""
20521
"Using '%s' as the name for the initial branch. This default branch name\n"
19776
-"is subject to change. To configure the initial branch name to use in all\n"
19777
-"of your new repositories, which will suppress this warning, call:\n"
20522
+"will change to \"main\" in Git 3.0. To configure the initial branch name\n"
20523
+"to use in all of your new repositories, which will suppress this warning,\n"
20524
+"call:\n"
20525
"\n"
20526
"\tgit config --global init.defaultBranch <name>\n"
20527
"\n"
@@ -19783,9 +20530,9 @@ msgid ""
20530
"\n"
20531
"\tgit branch -m <name>\n"
20532
msgstr ""
19786
-"Sử dụng '%s' làm tên cho nhánh ban đầu. Tên nhánh mặc định này\n"
19787
-"có thể thay đổi. Để cấu hình tên nhánh khởi đầu sử dụng trong tất cả\n"
19788
-"kho lưu trữ mới của bạn, cái mà sẽ ngăn chặn cảnh báo này, gọi lệnh:\n"
20533
+"Sử dụng '%s' làm tên cho nhánh ban đầu. Tên nhánh mặc định\n"
20534
+"sẽ thay đổi sang \"main\" từ Git 3.0. Để cấu hình tên nhánh ban đầu cho\n"
20535
+"tất cả kho lưu trữ mới của bạn, và ngăn chặn cảnh báo này, gọi lệnh:\n"
20536
"\n"
20537
"\tgit config --global init.defaultBranch <tên>\n"
20538
"\n"
@@ -19794,6 +20541,20 @@ msgstr ""
20541
"\n"
20542
"\tgit branch -m <tên>\n"
20543
20544
+#, c-format
20545
+msgid ""
20546
+"Using '%s' as the name for the initial branch since Git 3.0.\n"
20547
+"If you expected Git to create 'master', the just-created\n"
20548
+"branch can be renamed via this command:\n"
20549
+"\n"
20550
+"\tgit branch -m master\n"
20551
+msgstr ""
20552
+"Sử dụng '%s' làm tên cho nhánh ban đầu kể từ Git 3.0. \n"
20553
+"Nếu bạn muốn git tạo nhánh 'master', nhánh vừa tạo có thể được\n"
20554
+"đổi tên thông qua lệnh:\n"
20555
+"\n"
20556
+"\tgit branch -m master\n"
20557
+
20558
#, c-format
20559
msgid "could not retrieve `%s`"
20560
msgstr "không thể lấy về '%s'"
@@ -19879,6 +20640,18 @@ msgstr "không thể xoá thư mục tạm thời '%s'"
20640
msgid "migrated refs can be found at '%s'"
20641
msgstr "ydam chiếu đã di cư tại '%s'"
20642
20643
+msgid ""
20644
+"'core.preferSymlinkRefs=true' is nominated for removal.\n"
20645
+"hint: The use of symbolic links for symbolic refs is deprecated\n"
20646
+"hint: and will be removed in Git 3.0. The configuration that\n"
20647
+"hint: tells Git to use them is thus going away. You can unset\n"
20648
+"hint: it with:\n"
20649
+"hint:\n"
20650
+"hint:\tgit config unset core.preferSymlinkRefs\n"
20651
+"hint:\n"
20652
+"hint: Git will then use the textual symref format instead."
20653
+msgstr ""
20654
+
20655
#, c-format
20656
msgid ""
20657
"cannot lock ref '%s': expected symref with target '%s': but is a regular ref"
@@ -19886,6 +20659,10 @@ msgstr ""
20659
"không thể lock tham chiếu '%s': cần tham chiếu mềm tới '%s': nhưng lại là "
20660
"tham chiếu thường"
20661
20662
+#, c-format
20663
+msgid "trying to write reflog for '%s' with incomplete values"
20664
+msgstr "thử ghi tham chiếu cho '%s' không đầy đủ giá trị"
20665
+
20666
#, c-format
20667
msgid "cannot read ref file '%s'"
20668
msgstr "không thể đọc tập tin ref '%s'"
@@ -19894,9 +20671,6 @@ msgstr "không thể đọc tập tin ref '%s'"
20671
msgid "cannot open directory %s"
20672
msgstr "không thể mở thư mục %s"
20673
19897
-msgid "Checking references consistency"
19898
-msgstr "Đang kiểm tra tính nhất quán các tham chiếu"
19899
-
20674
#, c-format
20675
msgid "unable to open '%s'"
20676
msgstr "không thể mở '%s'"
@@ -19936,6 +20710,10 @@ msgstr ""
20710
"không cho phép đa cập nhật cho tham chiếu '%s' (bao gồm cả thông qua tham "
20711
"chiếu biểu trưng '%s')"
20712
20713
+#, c-format
20714
+msgid "cannot lock ref '%s': dangling symref already exists"
20715
+msgstr "không thể lock tham chiếu '%s': tham chiếu biểu trưng đã tồn tại"
20716
+
20717
#, c-format
20718
msgid "cannot lock ref '%s': reference already exists"
20719
msgstr "không thể lock tham chiếu '%s': tham chiếu đã tồn tại"
@@ -20036,9 +20814,6 @@ msgstr "remote-curl: gặp đáp ứng là gói kết thúc bất ngờ"
20814
msgid "RPC failed; %s"
20815
msgstr "RPC gặp lỗi; %s"
20816
20039
-msgid "cannot handle pushes this big"
20040
-msgstr "không thể xử lý đẩy lớn cỡ này"
20041
-
20817
#, c-format
20818
msgid "cannot deflate request; zlib deflate error %d"
20819
msgstr "không thể giải nén yêu cầu; lỗi zlib deflate %d"
@@ -20225,6 +21000,11 @@ msgstr ""
21000
"Có phải ý bạn là một tạo một blob mới bằng cách đẩy lên\n"
21001
"'%s:refs/tags/%s'?"
21002
21003
+#, c-format
21004
+msgid ""
21005
+"The <src> part of the refspec ('%s') is an object ID that doesn't exist.\n"
21006
+msgstr ""
21007
+
21008
#, c-format
21009
msgid "%s cannot be resolved to branch"
21010
msgstr "'%s' không thể được phân giải thành nhánh"
@@ -20346,6 +21126,60 @@ msgstr "không thể đọc tên đối tượng mong muốn '%s'"
21126
msgid "cannot strip one component off url '%s'"
21127
msgstr "không thể cắt bỏ một thành phần ra khỏi '%s' url"
21128
21129
+#, c-format
21130
+msgid "cannot open index for %s"
21131
+msgstr "không thể mở chỉ mục cho %s"
21132
+
21133
+#, c-format
21134
+msgid "pack %s too large to consider in geometric progression"
21135
+msgstr "gói %s quá lớn để xem xét cấp số nhân"
21136
+
21137
+#, c-format
21138
+msgid "pack %s too large to roll up"
21139
+msgstr "gói %s quá lớn để cuộn lại"
21140
+
21141
+#, c-format
21142
+msgid "could not open tempfile %s for writing"
21143
+msgstr "không thể mở tập tin tạm %s để ghi"
21144
+
21145
+msgid "could not close refs snapshot tempfile"
21146
+msgstr "không thể đóng tập tin snapshot các tham chiếu"
21147
+
21148
+#, c-format
21149
+msgid "could not remove stale bitmap: %s"
21150
+msgstr "không thể xoá bỏ bitmap đã cũ: %s"
21151
+
21152
+msgid "could not start pack-objects to repack promisor objects"
21153
+msgstr ""
21154
+"không thể lấy thông tin thống kê pack-objects để đóng gói lại các đối tượng "
21155
+"promisor"
21156
+
21157
+msgid "failed to feed promisor objects to pack-objects"
21158
+msgstr "gặp lỗi khi đưa promisor object cho pack-objects"
21159
+
21160
+msgid "repack: Expecting full hex object ID lines only from pack-objects."
21161
+msgstr ""
21162
+"repack: Đang chỉ cần các dòng ID đối tượng dạng hexa đầy đủ từ pack-objects."
21163
+
21164
+msgid "could not finish pack-objects to repack promisor objects"
21165
+msgstr "không thể hoàn tất pack-objects để đóng gói các đối tượng promisor"
21166
+
21167
+#, c-format
21168
+msgid "pack prefix %s does not begin with objdir %s"
21169
+msgstr "tiền tố gói '%s' không được bắt đầu với objdir '.%s'"
21170
+
21171
+#, c-format
21172
+msgid "renaming pack to '%s' failed"
21173
+msgstr "gặp lỗi khi đổi tên gói thành '%s'"
21174
+
21175
+#, c-format
21176
+msgid "pack-objects did not write a '%s' file for pack %s-%s"
21177
+msgstr "pack-objects không ghi tập tin '%s' cho gói %s-%s"
21178
+
21179
+#, c-format
21180
+msgid "could not unlink: %s"
21181
+msgstr "không thể unlink: %s"
21182
+
21183
#, c-format
21184
msgid "bad replace ref name: %s"
21185
msgstr "tên tham chiếu thay thế bị sai: %s"
@@ -21654,9 +22488,6 @@ msgstr "không phải là kho git: '%s'"
22488
msgid "cannot chdir to '%s'"
22489
msgstr "không thể chdir (chuyển thư mục) sang '%s'"
22490
21657
-msgid "cannot come back to cwd"
21658
-msgstr "không thể quay lại thư mục làm việc hiện hành"
21659
-
22491
#, c-format
22492
msgid "failed to stat '%*s%s%s'"
22493
msgstr "gặp lỗi khi stat'%*s%s%s'"
@@ -22729,19 +23560,33 @@ msgstr "lỗi: "
23560
msgid "warning: "
23561
msgstr "cảnh báo: "
23562
23563
+#, c-format
23564
+msgid "'%s' is nominated for removal.\n"
23565
+msgstr "'%s' được đề cử loại bỏ.\n"
23566
+
23567
#, c-format
23568
msgid ""
22734
-"'%s' is nominated for removal.\n"
22735
-"If you still use this command, please add an extra\n"
22736
-"option, '--i-still-use-this', on the command line\n"
22737
-"and let us know you still use it by sending an e-mail\n"
22738
-"to <git@vger.kernel.org>. Thanks.\n"
23569
+"If you still use this command, here's what you can do:\n"
23570
+"\n"
23571
+"- read https://git-scm.com/docs/BreakingChanges.html\n"
23572
+"- check if anyone has discussed this on the mailing\n"
23573
+" list and if they came up with something that can\n"
23574
+" help you: https://lore.kernel.org/git/?q=%s\n"
23575
+"- send an email to <git@vger.kernel.org> to let us\n"
23576
+" know that you still use this command and were unable\n"
23577
+" to determine a suitable replacement\n"
23578
+"\n"
23579
msgstr ""
22740
-"'%s' đã được đề cử để loại bỏ.\n"
22741
-"Nếu bạn vẫn còn sử dụng lệnh này, vui lòng bổ sung\n"
22742
-"thêm một tùy chọn, '--i-still-use-this', trên dòng lệnh\n"
22743
-"và cho chúng tôi biết bạn vẫn sử dụng nó bằng cách gửi e-mail\n"
22744
-"đến <git@vger.kernel.org>. Xin cảm ơn.\n"
23580
+"Nếu bạn vẫn còn dùng lệnh này, hãy làm theo các bước sau:\n"
23581
+"\n"
23582
+"- đọc https://git-scm.com/docs/BreakingChanges.html\n"
23583
+"- kiểm tra xem có ai khác đã thảo luận trên mailing\n"
23584
+" list và có cách giúp bạn:\n"
23585
+" https://lore.kernel.org/git/?q=%s\n"
23586
+"- gửi email tới <git@vger.kernel.org> để chúng tôi biết\n"
23587
+" bạn vẫn còng dùng lệnh này và không thể tìm phương án\n"
23588
+" thay thế\n"
23589
+"\n"
23590
23591
msgid "refusing to run without --i-still-use-this"
23592
msgstr "từ chối chạy lệnh này mà không có --i-still-use-this"
@@ -23604,6 +24449,9 @@ msgstr "Gửi email này chứ? ([y]có|[n]không|[e]sửa|[q]thoát|[a]tất c
24449
msgid "Send this email reply required"
24450
msgstr "Hãy trả lời yêu cầu gửi email"
24451
24452
+msgid "The destination IMAP folder is not properly defined."
24453
+msgstr "Thư mục IMAP đích chưa được định nghĩa đúng cách."
24454
+
24455
msgid "The required SMTP server is not properly defined."
24456
msgstr "Máy chủ SMTP chưa được định nghĩa đúng cách."
24457
@@ -23727,6 +24575,64 @@ msgstr "Bỏ qua %s với hậu tố sao lưu '%s'.\n"
24575
msgid "Do you really want to send %s? [y|N]: "
24576
msgstr "Bạn có thực sự muốn gửi %s? [y|N](có/KHÔNG): "
24577
24578
+#~ msgid "No previous hunk"
24579
+#~ msgstr "Không có khúc kế trước"
24580
+
24581
+#~ msgid "No next hunk"
24582
+#~ msgstr "Không có khúc kế tiếp"
24583
+
24584
+#~ msgid "git for-each-ref [<options>] [<pattern>]"
24585
+#~ msgstr "git for-each-ref [<các tùy chọn>] [<mẫu>]"
24586
+
24587
+#~ msgid "git for-each-ref [--merged [<commit>]] [--no-merged [<commit>]]"
24588
+#~ msgstr ""
24589
+#~ "git for-each-ref [--merged [<lần-chuyển-giao>]] [--no-merged [<lần-chuyển-"
24590
+#~ "giao>]]"
24591
+
24592
+#~ msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
24593
+#~ msgstr ""
24594
+#~ "git for-each-ref [--contains [<lần-chuyển-giao>]] [--no-contains [<lần-"
24595
+#~ "chuyển-giao>]]"
24596
+
24597
+#~ msgid "git for-each-ref [--start-after <marker>]"
24598
+#~ msgstr "git for-each-ref [--start-after <dấu>]"
24599
+
24600
+#~ msgid ""
24601
+#~ "git pack-refs [--all] [--no-prune] [--auto] [--include <pattern>] [--"
24602
+#~ "exclude <pattern>]"
24603
+#~ msgstr ""
24604
+#~ "git pack-refs [--all] [--no-prune] [--auto] [--include <pattern>] [--"
24605
+#~ "exclude <pattern>]"
24606
+
24607
+#, c-format
24608
+#~ msgid "deleting '%s' failed"
24609
+#~ msgstr "gặp lỗi khi xóa '%s'"
24610
+
24611
+#, c-format
24612
+#~ msgid "creating '%s' failed"
24613
+#~ msgstr "gặp lỗi khi tạo '%s'"
24614
+
24615
+#, c-format
24616
+#~ msgid "could not open index for %s"
24617
+#~ msgstr "không thể mở chỉ mục cho %s"
24618
+
24619
+#~ msgid "cannot handle pushes this big"
24620
+#~ msgstr "không thể xử lý đẩy lớn cỡ này"
24621
+
24622
+#, c-format
24623
+#~ msgid ""
24624
+#~ "'%s' is nominated for removal.\n"
24625
+#~ "If you still use this command, please add an extra\n"
24626
+#~ "option, '--i-still-use-this', on the command line\n"
24627
+#~ "and let us know you still use it by sending an e-mail\n"
24628
+#~ "to <git@vger.kernel.org>. Thanks.\n"
24629
+#~ msgstr ""
24630
+#~ "'%s' đã được đề cử để loại bỏ.\n"
24631
+#~ "Nếu bạn vẫn còn sử dụng lệnh này, vui lòng bổ sung\n"
24632
+#~ "thêm một tùy chọn, '--i-still-use-this', trên dòng lệnh\n"
24633
+#~ "và cho chúng tôi biết bạn vẫn sử dụng nó bằng cách gửi e-mail\n"
24634
+#~ "đến <git@vger.kernel.org>. Xin cảm ơn.\n"
24635
+
24636
#~ msgid "start-after"
24637
#~ msgstr "start-after"
24638
@@ -23777,10 +24683,6 @@ msgstr "Bạn có thực sự muốn gửi %s? [y|N](có/KHÔNG): "
24683
#~ msgid "cannot use --stdin-packs with --cruft"
24684
#~ msgstr "không thể dùng tùy chọn --stdin-packs với --cruft"
24685
23780
-#, c-format
23781
-#~ msgid "%s points nowhere!"
23782
-#~ msgstr "%s chẳng chỉ đến đâu cả!"
23783
-
24686
#, c-format
24687
#~ msgid "unreachable: invalid reference: %s"
24688
#~ msgstr "không tham chiếu được: tham chiếu không hợp lệ: %s"
@@ -23985,10 +24887,6 @@ msgstr "Bạn có thực sự muốn gửi %s? [y|N](có/KHÔNG): "
24887
#~ "XUNG ĐỘT (đổi-tên/đổi-tên): Đổi tên thư mục %s->%s trong %s. Đổi tên thư "
24888
#~ "mục %s->%s trong %s"
24889
23988
-#, c-format
23989
-#~ msgid "cannot read object %s"
23990
-#~ msgstr "không thể đọc đối tượng %s"
23991
-
24890
#, c-format
24891
#~ msgid "object %s is not a blob"
24892
#~ msgstr "đối tượng %s không phải là một blob"