Raw
Large file — syntax highlighting disabled.
1 # Chinese (traditional) translations for Git package
2 # Git 套裝軟體的繁體中文翻譯。
3 # Copyright (C) 2012-2021 Jiang Xin <worldhello.net AT gmail.com>
4 # Copyright (C) 2019-2023 Yi-Jyun Pan <pan93412@gmail.com>
5 # This file is distributed under the same license as the Git package.
6 #
7 # The glossary can be found on https://github.com/l10n-tw/git-glossary
8 #
9 # Contributors (CN):
10 # - Fangyi Zhou <me AT fangyi.io>
11 # - Jiang Xin <worldhello.net AT gmail.com>
12 # - Lian Cheng <rhythm.mail AT gmail.com>
13 # - Ray Chen <oldsharp AT gmail.com>
14 # - Riku <lu.riku AT gmail.com>
15 # - Thynson <lanxingcan AT gmail.com>
16 # - ws3389 <willsmith3389 AT gmail.com>
17 # - Wang Sheng <wangsheng2008love AT 163.com>
18 # - 依云 <lilydjwg AT gmail.com>
19 # - Yichao Yu <yyc1992 AT gmail.com>
20 # - Zhuang Ya <zhuangya AT me.com>
21 #
22 # Yi-Jyun Pan <pan93412@gmail.com>, 2021, 2022, 2023, 2024, 2025, 2026.
23 # Kaiyang Wu <self@origincode.me>, 2022, 2026.
24 # Lumynous <lumynou5.tw@gmail.com>, 2023, 2024, 2025, 2026.
25 # Kisaragi Hiu <mail@kisaragi-hiu.com>, 2024, 2026.
26 # Ngoo Ka-iu <willy04wu69@gmail.com>, 2024, 2026.
27 # Nightfeather Chen <slat@nightfeather.me>, 2024, 2026.
28 # hms5232 <hms5232@hhming.moe>, 2024, 2025, 2026.
29 # WellsTsai <admin@wellstsai.com>, 2026.
30 msgid ""
31 msgstr ""
32 "Project-Id-Version: Git\n"
33 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
34 "POT-Creation-Date: 2026-06-26 12:08+0800\n"
35 "PO-Revision-Date: 2026-06-28 14:21+0800\n"
36 "Last-Translator: Lumynous <lumynou5.tw@gmail.com>\n"
37 "Language-Team: Chinese (Traditional Han script) <https://weblate.slat.org/"
38 "projects/git-po/git-cli/zh_Hant/>\n"
39 "Language: zh_TW\n"
40 "MIME-Version: 1.0\n"
41 "Content-Type: text/plain; charset=UTF-8\n"
42 "Content-Transfer-Encoding: 8bit\n"
43 "Plural-Forms: nplurals=1; plural=0;\n"
44 "X-Generator: Poedit 3.9\n"
45 "X-ZhConverter: 繁化姬 dict-f4bc617e-r910 @ 2019/11/16 20:23:12 | https://"
46 "zhconvert.org\n"
47
48 #: add-interactive.c
49 #, c-format
50 msgid "Huh (%s)?"
51 msgstr "嗯(%s)?"
52
53 #: add-interactive.c builtin/merge.c builtin/rebase.c reset.c sequencer.c
54 msgid "could not read index"
55 msgstr "無法讀取索引"
56
57 #: add-interactive.c
58 msgid "binary"
59 msgstr "二進位"
60
61 #: add-interactive.c
62 msgid "nothing"
63 msgstr "無"
64
65 #: add-interactive.c
66 msgid "unchanged"
67 msgstr "未變更"
68
69 #: add-interactive.c
70 msgid "Update"
71 msgstr "更新"
72
73 #: add-interactive.c
74 #, c-format
75 msgid "could not stage '%s'"
76 msgstr "無法暫存「%s」"
77
78 #: add-interactive.c builtin/stash.c reset.c sequencer.c
79 msgid "could not write index"
80 msgstr "無法寫入索引"
81
82 #: add-interactive.c
83 #, c-format
84 msgid "updated %d path\n"
85 msgid_plural "updated %d paths\n"
86 msgstr[0] "已更新 %d 個路徑\n"
87
88 #: add-interactive.c
89 #, c-format
90 msgid "note: %s is untracked now.\n"
91 msgstr "註:現已不再追蹤 %s。\n"
92
93 #: add-interactive.c apply.c builtin/checkout.c builtin/reset.c
94 #, c-format
95 msgid "make_cache_entry failed for path '%s'"
96 msgstr "對「%s」路徑執行 make_cache_entry 失敗"
97
98 #: add-interactive.c
99 msgid "Revert"
100 msgstr "還原"
101
102 #: add-interactive.c
103 msgid "Could not parse HEAD^{tree}"
104 msgstr "無法解析 HEAD^{tree}"
105
106 #: add-interactive.c
107 #, c-format
108 msgid "reverted %d path\n"
109 msgid_plural "reverted %d paths\n"
110 msgstr[0] "已還原 %d 個路徑\n"
111
112 #: add-interactive.c
113 #, c-format
114 msgid "No untracked files.\n"
115 msgstr "沒有未追蹤的檔案。\n"
116
117 #: add-interactive.c
118 msgid "Add untracked"
119 msgstr "加入未追蹤項目"
120
121 #: add-interactive.c
122 #, c-format
123 msgid "added %d path\n"
124 msgid_plural "added %d paths\n"
125 msgstr[0] "已加入 %d 個路徑\n"
126
127 #: add-interactive.c
128 #, c-format
129 msgid "ignoring unmerged: %s"
130 msgstr "忽略未合併項目:%s"
131
132 #: add-interactive.c
133 #, c-format
134 msgid "Only binary files changed.\n"
135 msgstr "只有二進位檔案變更了。\n"
136
137 #: add-interactive.c
138 #, c-format
139 msgid "No changes.\n"
140 msgstr "沒有變更。\n"
141
142 #: add-interactive.c
143 msgid "Patch update"
144 msgstr "修補檔更新"
145
146 #: add-interactive.c
147 msgid "Review diff"
148 msgstr "檢閱差異"
149
150 #: add-interactive.c
151 msgid "show paths with changes"
152 msgstr "顯示有變更的路徑"
153
154 #: add-interactive.c
155 msgid "add working tree state to the staged set of changes"
156 msgstr "將工作區狀態加入至暫存變更暫存集"
157
158 #: add-interactive.c
159 msgid "revert staged set of changes back to the HEAD version"
160 msgstr "將變更暫存集還原至 HEAD 版本"
161
162 #: add-interactive.c
163 msgid "pick hunks and update selectively"
164 msgstr "挑選區塊並選擇性更新"
165
166 #: add-interactive.c
167 msgid "view diff between HEAD and index"
168 msgstr "檢視 HEAD 及索引之間的差異"
169
170 #: add-interactive.c
171 msgid "add contents of untracked files to the staged set of changes"
172 msgstr "將未追蹤檔案的內容加入至變更暫存集"
173
174 #: add-interactive.c
175 msgid "Prompt help:"
176 msgstr "提示說明:"
177
178 #: add-interactive.c
179 msgid "select a single item"
180 msgstr "選取一個項目"
181
182 #: add-interactive.c
183 msgid "select a range of items"
184 msgstr "選取範圍中項目"
185
186 #: add-interactive.c
187 msgid "select multiple ranges"
188 msgstr "選取多個範圍"
189
190 #: add-interactive.c
191 msgid "select item based on unique prefix"
192 msgstr "根據獨特前綴選取項目"
193
194 #: add-interactive.c
195 msgid "unselect specified items"
196 msgstr "取消選取指定項目"
197
198 #: add-interactive.c
199 msgid "choose all items"
200 msgstr "選擇所有項目"
201
202 #: add-interactive.c
203 msgid "(empty) finish selecting"
204 msgstr "(空)完成選取"
205
206 #: add-interactive.c
207 msgid "select a numbered item"
208 msgstr "選取編號過的項目"
209
210 #: add-interactive.c
211 msgid "(empty) select nothing"
212 msgstr "(空)全部不選取"
213
214 #: add-interactive.c builtin/clean.c
215 msgid "*** Commands ***"
216 msgstr "*** 命令 ***"
217
218 #: add-interactive.c builtin/clean.c
219 msgid "What now"
220 msgstr "請選擇"
221
222 #: add-interactive.c
223 msgid "staged"
224 msgstr "已暫存"
225
226 #: add-interactive.c
227 msgid "unstaged"
228 msgstr "未暫存"
229
230 #: add-interactive.c apply.c builtin/am.c builtin/bugreport.c builtin/clone.c
231 #: builtin/diagnose.c builtin/fetch.c builtin/hook.c builtin/merge.c
232 #: builtin/pull.c builtin/submodule--helper.c
233 msgid "path"
234 msgstr "路徑"
235
236 #: add-interactive.c
237 msgid "could not refresh index"
238 msgstr "無法重新整理索引"
239
240 #: add-interactive.c builtin/clean.c
241 #, c-format
242 msgid "Bye.\n"
243 msgstr "再見。\n"
244
245 #: add-patch.c
246 #, c-format
247 msgid "Stage mode change%s [y,n,q,a,d%s,?]? "
248 msgstr "暫存模式變更%s [y,n,q,a,d%s,?]? "
249
250 #: add-patch.c
251 #, c-format
252 msgid "Stage deletion%s [y,n,q,a,d%s,?]? "
253 msgstr "暫存刪除動作%s [y,n,q,a,d%s,?]? "
254
255 #: add-patch.c
256 #, c-format
257 msgid "Stage addition%s [y,n,q,a,d%s,?]? "
258 msgstr "暫存加入動作%s [y,n,q,a,d%s,?]? "
259
260 #: add-patch.c
261 #, c-format
262 msgid "Stage this hunk%s [y,n,q,a,d%s,?]? "
263 msgstr "暫存此區塊%s [y,n,q,a,d%s,?]? "
264
265 #: add-patch.c
266 msgid ""
267 "If the patch applies cleanly, the edited hunk will immediately be marked for "
268 "staging."
269 msgstr "如果修補檔能完全套用,編輯區塊將立即標記為暫存。"
270
271 #: add-patch.c
272 msgid ""
273 "y - stage this hunk\n"
274 "n - do not stage this hunk\n"
275 "q - quit; do not stage this hunk or any of the remaining ones\n"
276 "a - stage this hunk and all later hunks in the file\n"
277 "d - do not stage this hunk or any of the later hunks in the file\n"
278 msgstr ""
279 "y - 暫存此區塊\n"
280 "n - 不要暫存此區塊\n"
281 "q - 離開。不暫存此區塊及後面的全部區塊\n"
282 "a - 暫存此區塊和本檔案中後面的全部區塊\n"
283 "d - 不暫存此區塊和本檔案中後面的全部區塊\n"
284
285 #: add-patch.c
286 #, c-format
287 msgid "Stash mode change%s [y,n,q,a,d%s,?]? "
288 msgstr "貯存模式變更%s [y,n,q,a,d%s,?]? "
289
290 #: add-patch.c
291 #, c-format
292 msgid "Stash deletion%s [y,n,q,a,d%s,?]? "
293 msgstr "貯存刪除動作%s [y,n,q,a,d%s,?]? "
294
295 #: add-patch.c
296 #, c-format
297 msgid "Stash addition%s [y,n,q,a,d%s,?]? "
298 msgstr "貯存加入動作%s [y,n,q,a,d%s,?]? "
299
300 #: add-patch.c
301 #, c-format
302 msgid "Stash this hunk%s [y,n,q,a,d%s,?]? "
303 msgstr "貯存此區塊%s [y,n,q,a,d%s,?]? "
304
305 #: add-patch.c
306 msgid ""
307 "If the patch applies cleanly, the edited hunk will immediately be marked for "
308 "stashing."
309 msgstr "如果修補檔能完全套用,編輯區塊將立即標記為貯存。"
310
311 #: add-patch.c
312 msgid ""
313 "y - stash this hunk\n"
314 "n - do not stash this hunk\n"
315 "q - quit; do not stash this hunk or any of the remaining ones\n"
316 "a - stash this hunk and all later hunks in the file\n"
317 "d - do not stash this hunk or any of the later hunks in the file\n"
318 msgstr ""
319 "y - 貯存此區塊\n"
320 "n - 不要貯存此區塊\n"
321 "q - 離開。不貯存此區塊及後面的全部區塊\n"
322 "a - 貯存此區塊和本檔案中後面的全部區塊\n"
323 "d - 不貯存此區塊和本檔案中後面的全部區塊\n"
324
325 #: add-patch.c
326 #, c-format
327 msgid "Unstage mode change%s [y,n,q,a,d%s,?]? "
328 msgstr "取消暫存模式變更%s [y,n,q,a,d%s,?]? "
329
330 #: add-patch.c
331 #, c-format
332 msgid "Unstage deletion%s [y,n,q,a,d%s,?]? "
333 msgstr "取消暫存刪除動作%s [y,n,q,a,d%s,?]? "
334
335 #: add-patch.c
336 #, c-format
337 msgid "Unstage addition%s [y,n,q,a,d%s,?]? "
338 msgstr "取消暫存加入動作%s [y,n,q,a,d%s,?]? "
339
340 #: add-patch.c
341 #, c-format
342 msgid "Unstage this hunk%s [y,n,q,a,d%s,?]? "
343 msgstr "取消暫存此區塊%s [y,n,q,a,d%s,?]? "
344
345 #: add-patch.c
346 msgid ""
347 "If the patch applies cleanly, the edited hunk will immediately be marked for "
348 "unstaging."
349 msgstr "如果修補檔能完全套用,編輯區塊將立即標記為未暫存。"
350
351 #: add-patch.c
352 msgid ""
353 "y - unstage this hunk\n"
354 "n - do not unstage this hunk\n"
355 "q - quit; do not unstage this hunk or any of the remaining ones\n"
356 "a - unstage this hunk and all later hunks in the file\n"
357 "d - do not unstage this hunk or any of the later hunks in the file\n"
358 msgstr ""
359 "y - 不暫存此區塊\n"
360 "n - 不要不暫存此區塊\n"
361 "q - 離開。不要不暫存此區塊及後面的全部區塊\n"
362 "a - 不暫存此區塊和本檔案中後面的全部區塊\n"
363 "d - 不要不暫存此區塊和本檔案中後面的全部區塊\n"
364
365 #: add-patch.c
366 #, c-format
367 msgid "Apply mode change to index%s [y,n,q,a,d%s,?]? "
368 msgstr "將模式變更套用至索引區%s [y,n,q,a,d%s,?]? "
369
370 #: add-patch.c
371 #, c-format
372 msgid "Apply deletion to index%s [y,n,q,a,d%s,?]? "
373 msgstr "將刪除動作套用至索引%s [y,n,q,a,d%s,?]? "
374
375 #: add-patch.c
376 #, c-format
377 msgid "Apply addition to index%s [y,n,q,a,d%s,?]? "
378 msgstr "將加入動作套用至索引%s [y,n,q,a,d%s,?]? "
379
380 #: add-patch.c
381 #, c-format
382 msgid "Apply this hunk to index%s [y,n,q,a,d%s,?]? "
383 msgstr "將此區塊套用到索引%s [y,n,q,a,d%s,?]? "
384
385 #: add-patch.c
386 msgid ""
387 "If the patch applies cleanly, the edited hunk will immediately be marked for "
388 "applying."
389 msgstr "如果修補檔能完全套用,編輯區塊將立即標記為套用。"
390
391 #: add-patch.c
392 msgid ""
393 "y - apply this hunk to index\n"
394 "n - do not apply this hunk to index\n"
395 "q - quit; do not apply this hunk or any of the remaining ones\n"
396 "a - apply this hunk and all later hunks in the file\n"
397 "d - do not apply this hunk or any of the later hunks in the file\n"
398 msgstr ""
399 "y - 在索引中套用此區塊\n"
400 "n - 不要在索引中套用此區塊\n"
401 "q - 離開。不要套用此區塊及後面的全部區塊\n"
402 "a - 套用此區塊和本檔案中後面的全部區塊\n"
403 "d - 不要套用此區塊和本檔案中後面的全部區塊\n"
404
405 #: add-patch.c
406 #, c-format
407 msgid "Discard mode change from worktree%s [y,n,q,a,d%s,?]? "
408 msgstr "從工作區捨棄模式變更%s [y,n,q,a,d%s,?]? "
409
410 #: add-patch.c
411 #, c-format
412 msgid "Discard deletion from worktree%s [y,n,q,a,d%s,?]? "
413 msgstr "從工作區捨棄刪除動作%s [y,n,q,a,d%s,?]? "
414
415 #: add-patch.c
416 #, c-format
417 msgid "Discard addition from worktree%s [y,n,q,a,d%s,?]? "
418 msgstr "從工作區捨棄加入動作%s [y,n,q,a,d%s,?]? "
419
420 #: add-patch.c
421 #, c-format
422 msgid "Discard this hunk from worktree%s [y,n,q,a,d%s,?]? "
423 msgstr "從工作區捨棄此區塊%s [y,n,q,a,d%s,?]? "
424
425 #: add-patch.c
426 msgid ""
427 "If the patch applies cleanly, the edited hunk will immediately be marked for "
428 "discarding."
429 msgstr "如果修補檔能完全套用,編輯區塊將立即標記為捨棄。"
430
431 #: add-patch.c
432 msgid ""
433 "y - discard this hunk from worktree\n"
434 "n - do not discard this hunk from worktree\n"
435 "q - quit; do not discard this hunk or any of the remaining ones\n"
436 "a - discard this hunk and all later hunks in the file\n"
437 "d - do not discard this hunk or any of the later hunks in the file\n"
438 msgstr ""
439 "y - 在工作區中捨棄此區塊\n"
440 "n - 不要在工作區中捨棄此區塊\n"
441 "q - 離開。不要捨棄此區塊及後面的全部區塊\n"
442 "a - 捨棄此區塊和本檔案中後面的全部區塊\n"
443 "d - 不要捨棄此區塊和本檔案中後面的全部區塊\n"
444
445 #: add-patch.c
446 #, c-format
447 msgid "Discard mode change from index and worktree%s [y,n,q,a,d%s,?]? "
448 msgstr "從索引區和工作區捨棄模式變更%s [y,n,q,a,d%s,?]? "
449
450 #: add-patch.c
451 #, c-format
452 msgid "Discard deletion from index and worktree%s [y,n,q,a,d%s,?]? "
453 msgstr "從索引和工作區捨棄刪除動作%s [y,n,q,a,d%s,?]? "
454
455 #: add-patch.c
456 #, c-format
457 msgid "Discard addition from index and worktree%s [y,n,q,a,d%s,?]? "
458 msgstr "從索引和工作區捨棄加入動作%s [y,n,q,a,d%s,?]? "
459
460 #: add-patch.c
461 #, c-format
462 msgid "Discard this hunk from index and worktree%s [y,n,q,a,d%s,?]? "
463 msgstr "從索引和工作區捨棄此區塊%s [y,n,q,a,d%s,?]? "
464
465 #: add-patch.c
466 msgid ""
467 "y - discard this hunk from index and worktree\n"
468 "n - do not discard this hunk from index and worktree\n"
469 "q - quit; do not discard this hunk or any of the remaining ones\n"
470 "a - discard this hunk and all later hunks in the file\n"
471 "d - do not discard this hunk or any of the later hunks in the file\n"
472 msgstr ""
473 "y - 在索引和工作區中捨棄此區塊\n"
474 "n - 不要在索引和工作區中捨棄此區塊\n"
475 "q - 離開。不要捨棄此區塊及後面的全部區塊\n"
476 "a - 捨棄此區塊和本檔案中後面的全部區塊\n"
477 "d - 不要捨棄此區塊和本檔案中後面的全部區塊\n"
478
479 #: add-patch.c
480 #, c-format
481 msgid "Apply mode change to index and worktree%s [y,n,q,a,d%s,?]? "
482 msgstr "將模式變更套用至索引區和工作區%s [y,n,q,a,d%s,?]? "
483
484 #: add-patch.c
485 #, c-format
486 msgid "Apply deletion to index and worktree%s [y,n,q,a,d%s,?]? "
487 msgstr "將刪除動作套用到索引和工作區%s [y,n,q,a,d%s,?]? "
488
489 #: add-patch.c
490 #, c-format
491 msgid "Apply addition to index and worktree%s [y,n,q,a,d%s,?]? "
492 msgstr "將加入動作套用到索引和工作區%s [y,n,q,a,d%s,?]? "
493
494 #: add-patch.c
495 #, c-format
496 msgid "Apply this hunk to index and worktree%s [y,n,q,a,d%s,?]? "
497 msgstr "將此區塊套用到索引和工作區%s [y,n,q,a,d%s,?]? "
498
499 #: add-patch.c
500 msgid ""
501 "y - apply this hunk to index and worktree\n"
502 "n - do not apply this hunk to index and worktree\n"
503 "q - quit; do not apply this hunk or any of the remaining ones\n"
504 "a - apply this hunk and all later hunks in the file\n"
505 "d - do not apply this hunk or any of the later hunks in the file\n"
506 msgstr ""
507 "y - 在索引和工作區中套用此區塊\n"
508 "n - 不要在索引和工作區中套用此區塊\n"
509 "q - 離開。不要套用此區塊及後面的全部區塊\n"
510 "a - 套用此區塊和本檔案中後面的全部區塊\n"
511 "d - 不要套用此區塊和本檔案中後面的全部區塊\n"
512
513 #: add-patch.c
514 #, c-format
515 msgid "Apply mode change to worktree%s [y,n,q,a,d%s,?]? "
516 msgstr "將模式變更套用至工作區%s [y,n,q,a,d%s,?]? "
517
518 #: add-patch.c
519 #, c-format
520 msgid "Apply deletion to worktree%s [y,n,q,a,d%s,?]? "
521 msgstr "將刪除動作套用到工作區%s [y,n,q,a,d%s,?]? "
522
523 #: add-patch.c
524 #, c-format
525 msgid "Apply addition to worktree%s [y,n,q,a,d%s,?]? "
526 msgstr "將加入動作套用到工作區%s [y,n,q,a,d%s,?]? "
527
528 #: add-patch.c
529 #, c-format
530 msgid "Apply this hunk to worktree%s [y,n,q,a,d%s,?]? "
531 msgstr "將此區塊套用到工作區%s [y,n,q,a,d%s,?]? "
532
533 #: add-patch.c
534 msgid ""
535 "y - apply this hunk to worktree\n"
536 "n - do not apply this hunk to worktree\n"
537 "q - quit; do not apply this hunk or any of the remaining ones\n"
538 "a - apply this hunk and all later hunks in the file\n"
539 "d - do not apply this hunk or any of the later hunks in the file\n"
540 msgstr ""
541 "y - 在工作區中套用此區塊\n"
542 "n - 不要在工作區中套用此區塊\n"
543 "q - 離開。不要套用此區塊及後面的全部區塊\n"
544 "a - 套用此區塊和本檔案中後面的全部區塊\n"
545 "d - 不要套用此區塊和本檔案中後面的全部區塊\n"
546
547 #: add-patch.c
548 #, c-format
549 msgid "%s cannot be negative"
550 msgstr "%s 不能是負數"
551
552 #: add-patch.c
553 #, c-format
554 msgid "could not parse hunk header '%.*s'"
555 msgstr "無法解析區塊標頭「%.*s」"
556
557 #: add-patch.c
558 msgid "could not parse diff"
559 msgstr "無法解析差異"
560
561 #: add-patch.c
562 msgid "could not parse colored diff"
563 msgstr "無法解析上色過的差異"
564
565 #: add-patch.c
566 #, c-format
567 msgid "failed to run '%s'"
568 msgstr "無法執行「%s」"
569
570 #: add-patch.c
571 msgid "mismatched output from interactive.diffFilter"
572 msgstr "interactive.diffFilter 的輸出不符"
573
574 #: add-patch.c
575 msgid ""
576 "Your filter must maintain a one-to-one correspondence\n"
577 "between its input and output lines."
578 msgstr ""
579 "您的過濾器必須在其輸入及輸出列\n"
580 "維持一對一的對應關係。"
581
582 #: add-patch.c
583 #, c-format
584 msgid ""
585 "expected context line #%d in\n"
586 "%.*s"
587 msgstr ""
588 "預期在下述位置有上下文列 #%d:\n"
589 "%.*s"
590
591 #: add-patch.c
592 #, c-format
593 msgid ""
594 "hunks do not overlap:\n"
595 "%.*s\n"
596 "\tdoes not end with:\n"
597 "%.*s"
598 msgstr ""
599 "區塊未重疊:\n"
600 "%.*s\n"
601 "\t結尾不是:\n"
602 "%.*s"
603
604 #: add-patch.c
605 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
606 msgstr "手動區塊編輯模式——檢視底部的快速指引。\n"
607
608 #: add-patch.c
609 #, c-format
610 msgid ""
611 "---\n"
612 "To remove '%c' lines, make them ' ' lines (context).\n"
613 "To remove '%c' lines, delete them.\n"
614 "Lines starting with %s will be removed.\n"
615 msgstr ""
616 "---\n"
617 "要移除「%c」開頭的列,請將列首(上下文)改成空白。\n"
618 "要移除「%c」開頭的列,請直接刪除。\n"
619 "開頭是 %s 的列會被移除。\n"
620
621 #: add-patch.c
622 msgid ""
623 "If it does not apply cleanly, you will be given an opportunity to\n"
624 "edit again. If all lines of the hunk are removed, then the edit is\n"
625 "aborted and the hunk is left unchanged.\n"
626 msgstr ""
627 "如果沒有完全套用,您可以再次編輯。\n"
628 "若刪掉此區塊的所有內容,則會中止編輯,\n"
629 "區塊則不會變更。\n"
630
631 #: add-patch.c
632 msgid "could not parse hunk header"
633 msgstr "無法解析區塊標頭"
634
635 #: add-patch.c
636 msgid "'git apply --cached' failed"
637 msgstr "「git apply --cached」失敗"
638
639 #. TRANSLATORS: do not translate [y/n]
640 #. The program will only accept that input at this point.
641 #. Consider translating (saying "no" discards!) as
642 #. (saying "n" for "no" discards!) if the translation
643 #. of the word "no" does not start with n.
644 #.
645 #: add-patch.c
646 msgid ""
647 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
648 msgstr "未套用您編輯的區塊。是否重新編輯(輸入「no」捨棄!) [y/n]? "
649
650 #: add-patch.c
651 msgid "The selected hunks do not apply to the index!"
652 msgstr "選取的區塊無法套用至索引!"
653
654 #: add-patch.c
655 msgid "Apply them to the worktree anyway? "
656 msgstr "無論如何都要套用到工作區嗎? "
657
658 #: add-patch.c
659 msgid "Nothing was applied.\n"
660 msgstr "未套用。\n"
661
662 #: add-patch.c
663 #, c-format
664 msgid ""
665 "j - go to the next undecided hunk, roll over at the bottom\n"
666 "J - go to the next hunk, roll over at the bottom\n"
667 "k - go to the previous undecided hunk, roll over at the top\n"
668 "K - go to the previous hunk, roll over at the top\n"
669 "g - select a hunk to go to\n"
670 "/ - search for a hunk matching the given regex\n"
671 "s - split the current hunk into smaller hunks\n"
672 "e - manually edit the current hunk\n"
673 "p - print the current hunk\n"
674 "P - print the current hunk using the pager\n"
675 "> - go to the next file, roll over at the bottom\n"
676 "< - go to the previous file, roll over at the top\n"
677 "? - print help\n"
678 "HUNKS SUMMARY - Hunks: %d, USE: %d, SKIP: %d\n"
679 msgstr ""
680 "j - 前往下一個未決區塊,在最後一個時回到第一個未決區塊\n"
681 "J - 前往下一個區塊,在最後一個時回到第一個區塊\n"
682 "k - 前往上一個未決區塊,在第一個時回到最後一個未決區塊\n"
683 "K - 前往上一個區塊,在第一個時回到最後一個區塊\n"
684 "g - 選擇要跳轉至的區塊\n"
685 "/ - 尋找符合提供之常規表示式的區塊\n"
686 "s - 分割目前區塊為更小的區塊\n"
687 "e - 手動編輯目前區塊\n"
688 "p - 輸出目前區塊\n"
689 "P - 分頁輸出目前區塊\n"
690 "> - 前往下一個檔案,在最後一個時回到第一個檔案\n"
691 "< - 前往上一個檔案,在第一個時回到最後一個檔案\n"
692 "? - 顯示說明\n"
693 "區塊摘要 - 區塊數:%d,選取數:%d,略過數:%d\n"
694
695 #: add-patch.c
696 msgid "'git apply' failed"
697 msgstr "「git apply」失敗"
698
699 #: add-patch.c
700 msgid " (was: y)"
701 msgstr " (原本是:y)"
702
703 #: add-patch.c
704 msgid " (was: n)"
705 msgstr " (原本是:n)"
706
707 #: add-patch.c
708 #, c-format
709 msgid "Only one letter is expected, got '%s'"
710 msgstr "預期收到一個字母,卻收到「%s」"
711
712 #: add-patch.c
713 msgid "No next file"
714 msgstr "沒有下一個檔案"
715
716 #: add-patch.c
717 msgid "No previous file"
718 msgstr "沒有上一個檔案"
719
720 #: add-patch.c
721 msgid "No other hunk"
722 msgstr "沒有其他區塊"
723
724 #: add-patch.c
725 msgid "No other undecided hunk"
726 msgstr "沒有其他未決區塊"
727
728 #: add-patch.c
729 msgid "No other hunks to goto"
730 msgstr "沒有其他可以跳轉的區塊"
731
732 #: add-patch.c
733 msgid "go to which hunk (<ret> to see more)? "
734 msgstr "要跳轉到哪個區塊(<ret> 檢視更多)? "
735
736 #: add-patch.c
737 msgid "go to which hunk? "
738 msgstr "跳轉到哪個區塊? "
739
740 #: add-patch.c
741 #, c-format
742 msgid "Invalid number: '%s'"
743 msgstr "無效數字:「%s」"
744
745 #: add-patch.c
746 #, c-format
747 msgid "Sorry, only %d hunk available."
748 msgid_plural "Sorry, only %d hunks available."
749 msgstr[0] "對不起,只有 %d 個可用區塊。"
750
751 #: add-patch.c
752 msgid "No other hunks to search"
753 msgstr "沒有其他可以尋找的區塊"
754
755 #: add-patch.c
756 msgid "search for regex? "
757 msgstr "使用常規表示式搜尋? "
758
759 #: add-patch.c
760 #, c-format
761 msgid "Malformed search regexp %s: %s"
762 msgstr "格式錯誤的常規表示式 %s:%s"
763
764 #: add-patch.c
765 msgid "No hunk matches the given pattern"
766 msgstr "沒有符合提供模式的區塊"
767
768 #: add-patch.c
769 msgid "Sorry, cannot split this hunk"
770 msgstr "對不起,不能分割這個區塊"
771
772 #: add-patch.c
773 #, c-format
774 msgid "Split into %d hunks."
775 msgstr "分割為 %d 個區塊。"
776
777 #: add-patch.c
778 msgid "Sorry, cannot edit this hunk"
779 msgstr "對不起,無法編輯這個區塊"
780
781 #: add-patch.c
782 #, c-format
783 msgid "Unknown command '%s' (use '?' for help)"
784 msgstr "未知命令「%s」(使用「?」獲取幫助)"
785
786 #: add-patch.c
787 msgid "No changes."
788 msgstr "沒有變更。"
789
790 #: add-patch.c
791 msgid "Only binary files changed."
792 msgstr "只有二進位檔案變更了。"
793
794 #: add-patch.c
795 #, c-format
796 msgid "Stage mode change [y,n,q,a,d%s,?]? "
797 msgstr "暫存模式變更 [y,n,q,a,d%s,?]? "
798
799 #: add-patch.c
800 #, c-format
801 msgid "Stage deletion [y,n,q,a,d%s,?]? "
802 msgstr "暫存刪除動作 [y,n,q,a,d%s,?]? "
803
804 #: add-patch.c
805 #, c-format
806 msgid "Stage addition [y,n,q,a,d%s,?]? "
807 msgstr "暫存加入動作 [y,n,q,a,d%s,?]? "
808
809 #: add-patch.c
810 #, c-format
811 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
812 msgstr "暫存此區塊 [y,n,q,a,d%s,?]? "
813
814 #: add-patch.c
815 msgid "Revision does not refer to a commit"
816 msgstr "修訂版指向的不是提交"
817
818 #: advice.c
819 #, c-format
820 msgid ""
821 "\n"
822 "Disable this message with \"git config set advice.%s false\""
823 msgstr ""
824 "\n"
825 "請使用「git config set advice.%s false」停用此訊息"
826
827 #: advice.c
828 #, c-format
829 msgid "%shint:%s%.*s%s\n"
830 msgstr "%s提示:%s%.*s%s\n"
831
832 #: advice.c
833 msgid "Cherry-picking is not possible because you have unmerged files."
834 msgstr "無法揀選,有未合併的檔案。"
835
836 #: advice.c
837 msgid "Committing is not possible because you have unmerged files."
838 msgstr "無法提交,有未合併的檔案。"
839
840 #: advice.c
841 msgid "Merging is not possible because you have unmerged files."
842 msgstr "無法合併,有未合併的檔案。"
843
844 #: advice.c
845 msgid "Pulling is not possible because you have unmerged files."
846 msgstr "無法拉取,有未合併的檔案。"
847
848 #: advice.c
849 msgid "Reverting is not possible because you have unmerged files."
850 msgstr "無法還原提交,有未合併的檔案。"
851
852 #: advice.c
853 msgid "Rebasing is not possible because you have unmerged files."
854 msgstr "無法重定基底,有未合併的檔案。"
855
856 #: advice.c
857 msgid ""
858 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
859 "as appropriate to mark resolution and make a commit."
860 msgstr ""
861 "請在工作區修正檔案,然後視情況使用「git add/rm <file>」\n"
862 "命令標記解決方案並提交。"
863
864 #: advice.c
865 msgid "Exiting because of an unresolved conflict."
866 msgstr "存在未解決的衝突,離開。"
867
868 #: advice.c builtin/merge.c
869 msgid "You have not concluded your merge (MERGE_HEAD exists)."
870 msgstr "合併尚未結束(有 MERGE_HEAD)。"
871
872 #: advice.c
873 msgid "Please, commit your changes before merging."
874 msgstr "請在合併前先提交您的變更。"
875
876 #: advice.c
877 msgid "Exiting because of unfinished merge."
878 msgstr "存在未完成的合併,離開。"
879
880 #: advice.c
881 msgid ""
882 "Diverging branches can't be fast-forwarded, you need to either:\n"
883 "\n"
884 "\tgit merge --no-ff\n"
885 "\n"
886 "or:\n"
887 "\n"
888 "\tgit rebase\n"
889 msgstr ""
890 "岔開的分支不能快轉,您得執行:\n"
891 "\n"
892 "\tgit merge --no-ff\n"
893 "\n"
894 "或者:\n"
895 "\n"
896 "\tgit rebase\n"
897
898 #: advice.c
899 msgid "Not possible to fast-forward, aborting."
900 msgstr "無法快轉,中止。"
901
902 #: advice.c
903 #, c-format
904 msgid ""
905 "The following paths and/or pathspecs matched paths that exist\n"
906 "outside of your sparse-checkout definition, so will not be\n"
907 "updated in the index:\n"
908 msgstr ""
909 "下列路徑和(或)路徑規格\n"
910 "符合稀疏簽出定義外且存在的路徑,\n"
911 "所以不會在索引中更新:\n"
912
913 #: advice.c
914 msgid ""
915 "If you intend to update such entries, try one of the following:\n"
916 "* Use the --sparse option.\n"
917 "* Disable or modify the sparsity rules."
918 msgstr ""
919 "如果您執意要更新這些項目,請試試以下任一方式:\n"
920 "* 使用 --sparse 選項。\n"
921 "* 停用或修改稀疏規則。"
922
923 #: advice.c
924 #, c-format
925 msgid ""
926 "Note: switching to '%s'.\n"
927 "\n"
928 "You are in 'detached HEAD' state. You can look around, make experimental\n"
929 "changes and commit them, and you can discard any commits you make in this\n"
930 "state without impacting any branches by switching back to a branch.\n"
931 "\n"
932 "If you want to create a new branch to retain commits you create, you may\n"
933 "do so (now or later) by using -c with the switch command. Example:\n"
934 "\n"
935 " git switch -c <new-branch-name>\n"
936 "\n"
937 "Or undo this operation with:\n"
938 "\n"
939 " git switch -\n"
940 "\n"
941 "Turn off this advice by setting config variable advice.detachedHead to "
942 "false\n"
943 "\n"
944 msgstr ""
945 "註:切換至「%s」。\n"
946 "\n"
947 "您正處於「分離 HEAD」狀態。您可以檢視、進行實驗性修改並提交,\n"
948 "而且您可以在切回分支時,捨棄在此狀態下所做的提交\n"
949 "而不對分支造成影響。\n"
950 "\n"
951 "如果您想要透過建立分支來保留在此狀態下所做的提交,\n"
952 "您可以現在或稍後在 switch 指令使用 -c 選項。例如:\n"
953 "\n"
954 " git switch -c <新分支名稱>\n"
955 "\n"
956 "或者是使用下述命令復原此動作:\n"
957 "\n"
958 " git switch -\n"
959 "\n"
960 "將組態變數 advice.detachedHead 設定為 false,即可關閉本建議\n"
961 "\n"
962
963 #: advice.c
964 #, c-format
965 msgid ""
966 "The following paths have been moved outside the\n"
967 "sparse-checkout definition but are not sparse due to local\n"
968 "modifications.\n"
969 msgstr ""
970 "以下路徑已移動至稀疏簽出定義以外的位置,\n"
971 "但因本機修改而不是稀疏的。\n"
972
973 #: advice.c
974 msgid ""
975 "To correct the sparsity of these paths, do the following:\n"
976 "* Use \"git add --sparse <paths>\" to update the index\n"
977 "* Use \"git sparse-checkout reapply\" to apply the sparsity rules"
978 msgstr ""
979 "若要更正這些路徑的稀疏狀態,請:\n"
980 "* 使用「git add --sparse <路徑>」更新索引\n"
981 "* 使用「git sparse-checkout reapply」套用稀疏規則"
982
983 #: alias.c
984 msgid "cmdline ends with \\"
985 msgstr "命令列以 \\ 結尾"
986
987 #: alias.c
988 msgid "unclosed quote"
989 msgstr "未閉合的引號"
990
991 #: alias.c builtin/cat-file.c builtin/name-rev.c builtin/notes.c
992 #: builtin/prune-packed.c builtin/receive-pack.c builtin/refs.c builtin/repo.c
993 #: builtin/tag.c t/helper/test-pkt-line.c
994 msgid "too many arguments"
995 msgstr "引數過多"
996
997 #: apply.c
998 #, c-format
999 msgid "unrecognized whitespace option '%s'"
1000 msgstr "無法識別空白字元選項「%s」"
1001
1002 #: apply.c
1003 #, c-format
1004 msgid "unrecognized whitespace ignore option '%s'"
1005 msgstr "無法辨識空白字元忽略選項「%s」"
1006
1007 #: apply.c archive.c builtin/add.c builtin/branch.c builtin/checkout-index.c
1008 #: builtin/checkout.c builtin/clean.c builtin/clone.c builtin/commit.c
1009 #: builtin/describe.c builtin/diff-tree.c builtin/difftool.c
1010 #: builtin/fast-export.c builtin/fetch.c builtin/help.c builtin/index-pack.c
1011 #: builtin/init-db.c builtin/log.c builtin/ls-files.c builtin/merge-base.c
1012 #: builtin/merge-tree.c builtin/merge.c builtin/rebase.c builtin/repack.c
1013 #: builtin/reset.c builtin/rev-parse.c builtin/show-branch.c builtin/stash.c
1014 #: builtin/submodule--helper.c builtin/tag.c builtin/worktree.c parse-options.c
1015 #: range-diff.c revision.c
1016 #, c-format
1017 msgid "options '%s' and '%s' cannot be used together"
1018 msgstr "無法同時使用「%s」和「%s」選項"
1019
1020 #: apply.c
1021 #, c-format
1022 msgid "'%s' outside a repository"
1023 msgstr "「%s」在版本庫之外"
1024
1025 #: apply.c
1026 msgid "failed to read patch"
1027 msgstr "無法讀取修補檔"
1028
1029 #: apply.c
1030 msgid "patch too large"
1031 msgstr "修補檔過大"
1032
1033 #: apply.c
1034 #, c-format
1035 msgid "Cannot prepare timestamp regexp %s"
1036 msgstr "無法準備時間戳常規表示式 %s"
1037
1038 #: apply.c
1039 #, c-format
1040 msgid "regexec returned %d for input: %s"
1041 msgstr "regexec 回傳 %d,輸入為:%s"
1042
1043 #: apply.c
1044 #, c-format
1045 msgid "unable to find filename in patch at %s:%d"
1046 msgstr "無法在修補檔的 %s:%d 處找到檔案名稱"
1047
1048 #: apply.c
1049 #, c-format
1050 msgid "git apply: bad git-diff - expected /dev/null, got %s at %s:%d"
1051 msgstr ""
1052 "git apply:無效的 git-diff — 應為 /dev/null,但在 %2$s:%3$d 處得到 %1$s"
1053
1054 #: apply.c
1055 #, c-format
1056 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1057 msgstr "git apply:無效的 git-diff — 應為 /dev/null,但在第 %2$d 列得到 %1$s"
1058
1059 #: apply.c
1060 #, c-format
1061 msgid "git apply: bad git-diff - inconsistent new filename at %s:%d"
1062 msgstr "git apply:無效的 git-diff — %s:%d 處的新檔案名稱不一致"
1063
1064 #: apply.c
1065 #, c-format
1066 msgid "git apply: bad git-diff - inconsistent old filename at %s:%d"
1067 msgstr "git apply:無效的 git-diff — %s:%d 處的舊檔案名稱不一致"
1068
1069 #: apply.c
1070 #, c-format
1071 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1072 msgstr "git apply:無效的 git-diff — 第 %d 列的新檔案名稱不一致"
1073
1074 #: apply.c
1075 #, c-format
1076 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1077 msgstr "git apply:無效的 git-diff — 第 %d 列上舊檔案名稱不一致"
1078
1079 #: apply.c
1080 #, c-format
1081 msgid "git apply: bad git-diff - expected /dev/null at %s:%d"
1082 msgstr "git apply:無效的 git-diff — %s:%d 處預期是 /dev/null"
1083
1084 #: apply.c
1085 #, c-format
1086 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1087 msgstr "git apply:無效的 git-diff — 第 %d 列處預期是 /dev/null"
1088
1089 #: apply.c
1090 #, c-format
1091 msgid "invalid mode at %s:%d: %s"
1092 msgstr "%s:%d 處包含無效檔案模式:%s"
1093
1094 #: apply.c
1095 #, c-format
1096 msgid "invalid mode on line %d: %s"
1097 msgstr "第 %d 列包含無效檔案模式:%s"
1098
1099 #: apply.c
1100 #, c-format
1101 msgid "inconsistent header lines %d and %d"
1102 msgstr "不一致的檔案標頭(%d 列和 %d 列)"
1103
1104 #: apply.c
1105 #, c-format
1106 msgid ""
1107 "git diff header lacks filename information when removing %d leading pathname "
1108 "component at %s:%d"
1109 msgid_plural ""
1110 "git diff header lacks filename information when removing %d leading pathname "
1111 "components at %s:%d"
1112 msgstr[0] ""
1113 "移除 %d 個前導路徑部分後,git diff 標頭缺少檔案名稱資訊(位置:%s:%d)"
1114
1115 #: apply.c
1116 #, c-format
1117 msgid ""
1118 "git diff header lacks filename information when removing %d leading pathname "
1119 "component (line %d)"
1120 msgid_plural ""
1121 "git diff header lacks filename information when removing %d leading pathname "
1122 "components (line %d)"
1123 msgstr[0] "移除 %d 個前導路徑部分後,git diff 標頭缺少檔案名稱資訊(第 %d 列)"
1124
1125 #: apply.c
1126 #, c-format
1127 msgid "git diff header lacks filename information at %s:%d"
1128 msgstr "git diff 標頭缺少檔案名稱資訊(位置:%s:%d)"
1129
1130 #: apply.c
1131 #, c-format
1132 msgid "git diff header lacks filename information (line %d)"
1133 msgstr "git diff 標頭缺少檔案名稱資訊(第 %d 列)"
1134
1135 #: apply.c
1136 #, c-format
1137 msgid "recount: unexpected line: %.*s"
1138 msgstr "recount:遇到非預期的列:%.*s"
1139
1140 #: apply.c
1141 #, c-format
1142 msgid "patch fragment without header at %s:%d: %.*s"
1143 msgstr "%s:%d 處的修補檔區段沒有標頭:%.*s"
1144
1145 #: apply.c
1146 msgid "new file depends on old contents"
1147 msgstr "新檔案依賴舊內容"
1148
1149 #: apply.c
1150 msgid "deleted file still has contents"
1151 msgstr "刪除的檔案仍有內容"
1152
1153 #: apply.c
1154 #, c-format
1155 msgid "corrupt patch at %s:%d"
1156 msgstr "修補檔在 %s:%d 處發現損壞"
1157
1158 #: apply.c
1159 #, c-format
1160 msgid "new file %s depends on old contents"
1161 msgstr "新檔案 %s 依賴舊內容"
1162
1163 #: apply.c
1164 #, c-format
1165 msgid "deleted file %s still has contents"
1166 msgstr "刪除的檔案 %s 仍有內容"
1167
1168 #: apply.c
1169 #, c-format
1170 msgid "** warning: file %s becomes empty but is not deleted"
1171 msgstr "** 警告:檔案 %s 成為空檔案但並未刪除"
1172
1173 #: apply.c
1174 #, c-format
1175 msgid "corrupt binary patch at %s:%d: %.*s"
1176 msgstr "二進位修補檔在 %s:%d 處有損壞:%.*s"
1177
1178 #: apply.c
1179 #, c-format
1180 msgid "unrecognized binary patch at %s:%d"
1181 msgstr "無法辨識 %s:%d 處的二進位修補檔"
1182
1183 #: apply.c
1184 #, c-format
1185 msgid "patch with only garbage at %s:%d"
1186 msgstr "修補檔案的 %s:%d 處只有垃圾資料"
1187
1188 #: apply.c
1189 #, c-format
1190 msgid "unable to read symlink %s"
1191 msgstr "無法讀取符號連結 %s"
1192
1193 #: apply.c
1194 #, c-format
1195 msgid "unable to open or read %s"
1196 msgstr "無法開啟或讀取 %s"
1197
1198 #: apply.c
1199 #, c-format
1200 msgid "invalid start of line: '%c'"
1201 msgstr "無效的列首字元:「%c」"
1202
1203 #: apply.c
1204 #, c-format
1205 msgid "Hunk #%d succeeded at %d (offset %d line)."
1206 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1207 msgstr[0] "區塊 #%d 成功套用於 %d(偏移 %d 列)。"
1208
1209 #: apply.c
1210 #, c-format
1211 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1212 msgstr "上下文減少到(%ld/%ld)以在第 %d 列套用修補檔區塊"
1213
1214 #: apply.c
1215 #, c-format
1216 msgid ""
1217 "while searching for:\n"
1218 "%.*s"
1219 msgstr ""
1220 "當查詢:\n"
1221 "%.*s"
1222
1223 #: apply.c
1224 #, c-format
1225 msgid "missing binary patch data for '%s'"
1226 msgstr "缺少「%s」的二進位修補檔資料"
1227
1228 #: apply.c
1229 #, c-format
1230 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
1231 msgstr "無法反向套用一個缺少至「%s」的反向資料區塊的二進位修補檔"
1232
1233 #: apply.c
1234 #, c-format
1235 msgid "cannot apply binary patch to '%s' without full index line"
1236 msgstr "無法在「%s」上套用沒有完整索引列的二進位修補檔"
1237
1238 #: apply.c
1239 #, c-format
1240 msgid ""
1241 "the patch applies to '%s' (%s), which does not match the current contents."
1242 msgstr "修補檔要套用到「%s」(%s),但與目前內容不符。"
1243
1244 #: apply.c
1245 #, c-format
1246 msgid "the patch applies to an empty '%s' but it is not empty"
1247 msgstr "修補檔要套用至空檔案「%s」,但其非空檔案"
1248
1249 #: apply.c
1250 #, c-format
1251 msgid "the necessary postimage %s for '%s' cannot be read"
1252 msgstr "無法讀取「%2$s」必須的目標檔案 %1$s"
1253
1254 #: apply.c
1255 #, c-format
1256 msgid "binary patch does not apply to '%s'"
1257 msgstr "二進位修補檔未套用到「%s」"
1258
1259 #: apply.c
1260 #, c-format
1261 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1262 msgstr "修補「%s」的二進位修補檔,產生了不正確的結果(預期 %s,卻為 %s)"
1263
1264 #: apply.c
1265 #, c-format
1266 msgid "patch failed: %s:%ld"
1267 msgstr "修補失敗:%s:%ld"
1268
1269 #: apply.c builtin/mv.c
1270 #, c-format
1271 msgid "cannot checkout %s"
1272 msgstr "無法簽出 %s"
1273
1274 #: apply.c midx.c pack-mtimes.c pack-revindex.c setup.c
1275 #, c-format
1276 msgid "failed to read %s"
1277 msgstr "無法讀取 %s"
1278
1279 #: apply.c
1280 #, c-format
1281 msgid "reading from '%s' beyond a symbolic link"
1282 msgstr "讀取符號連結背後的「%s」"
1283
1284 #: apply.c
1285 #, c-format
1286 msgid "path %s has been renamed/deleted"
1287 msgstr "路徑 %s 已被重新命名或刪除"
1288
1289 #: apply.c
1290 #, c-format
1291 msgid "%s: does not exist in index"
1292 msgstr "%s:不在索引中"
1293
1294 #: apply.c
1295 #, c-format
1296 msgid "%s: does not match index"
1297 msgstr "%s:與索引不符"
1298
1299 #: apply.c
1300 msgid "repository lacks the necessary blob to perform 3-way merge."
1301 msgstr "版本庫缺少用來進行三方合併,所需要的資料物件。"
1302
1303 #: apply.c
1304 #, c-format
1305 msgid "Performing three-way merge...\n"
1306 msgstr "正在進行三方合併……\n"
1307
1308 #: apply.c
1309 #, c-format
1310 msgid "cannot read the current contents of '%s'"
1311 msgstr "無法讀取「%s」目前的內容"
1312
1313 #: apply.c
1314 #, c-format
1315 msgid "Failed to perform three-way merge...\n"
1316 msgstr "無法進行三方合併……\n"
1317
1318 #: apply.c
1319 #, c-format
1320 msgid "Applied patch to '%s' with conflicts.\n"
1321 msgstr "已套用對「%s」的修補檔,但有衝突。\n"
1322
1323 #: apply.c
1324 #, c-format
1325 msgid "Applied patch to '%s' cleanly.\n"
1326 msgstr "已完全套用對「%s」的修補檔。\n"
1327
1328 #: apply.c
1329 #, c-format
1330 msgid "Falling back to direct application...\n"
1331 msgstr "回復至直接套用模式⋯⋯\n"
1332
1333 #: apply.c
1334 msgid "removal patch leaves file contents"
1335 msgstr "移除性的修補檔仍有留下檔案內容"
1336
1337 #: apply.c
1338 #, c-format
1339 msgid "%s: wrong type"
1340 msgstr "%s:錯誤類型"
1341
1342 #: apply.c
1343 #, c-format
1344 msgid "%s has type %o, expected %o"
1345 msgstr "%s 的類型是 %o,預期是 %o"
1346
1347 #: apply.c builtin/fast-import.c read-cache.c
1348 #, c-format
1349 msgid "invalid path '%s'"
1350 msgstr "路徑「%s」無效"
1351
1352 #: apply.c
1353 #, c-format
1354 msgid "%s: already exists in index"
1355 msgstr "%s:已存在於索引中"
1356
1357 #: apply.c
1358 #, c-format
1359 msgid "%s: already exists in working directory"
1360 msgstr "%s:已存在於工作區中"
1361
1362 #: apply.c
1363 #, c-format
1364 msgid "new mode (%o) of %s does not match old mode (%o)"
1365 msgstr "%2$s 的新模式(%1$o)和舊模式(%3$o)不符"
1366
1367 #: apply.c
1368 #, c-format
1369 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1370 msgstr "%2$s 的新模式(%1$o)和 %4$s 的舊模式(%3$o)不符"
1371
1372 #: apply.c
1373 #, c-format
1374 msgid "affected file '%s' is beyond a symbolic link"
1375 msgstr "受影響的檔案「%s」在符號連結後"
1376
1377 #: apply.c
1378 #, c-format
1379 msgid "%s: patch does not apply"
1380 msgstr "%s:未套用修補檔"
1381
1382 #: apply.c
1383 #, c-format
1384 msgid "Checking patch %s..."
1385 msgstr "正在檢查修補檔 %s……"
1386
1387 #: apply.c
1388 #, c-format
1389 msgid "sha1 information is lacking or useless for submodule %s"
1390 msgstr "%s 子模組缺少 sha1 資訊或沒有幫助"
1391
1392 #: apply.c
1393 #, c-format
1394 msgid "mode change for %s, which is not in current HEAD"
1395 msgstr "有 %s 的模式變更,但其不在目前的 HEAD 中"
1396
1397 #: apply.c
1398 #, c-format
1399 msgid "sha1 information is lacking or useless (%s)."
1400 msgstr "缺少 sha1 資訊或沒有幫助 (%s)。"
1401
1402 #: apply.c
1403 #, c-format
1404 msgid "could not add %s to temporary index"
1405 msgstr "無法將 %s 加進暫存索引"
1406
1407 #: apply.c
1408 #, c-format
1409 msgid "could not write temporary index to %s"
1410 msgstr "無法將暫存索引寫入 %s"
1411
1412 #: apply.c
1413 #, c-format
1414 msgid "unable to remove %s from index"
1415 msgstr "無法從索引移除 %s"
1416
1417 #: apply.c
1418 #, c-format
1419 msgid "corrupt patch for submodule %s"
1420 msgstr "修補 %s 子模組的修補檔損壞"
1421
1422 #: apply.c
1423 #, c-format
1424 msgid "unable to stat newly created file '%s'"
1425 msgstr "無法對剛建立的檔案「%s」執行 stat"
1426
1427 #: apply.c
1428 #, c-format
1429 msgid "unable to create backing store for newly created file %s"
1430 msgstr "無法對剛建立的檔案 %s 建立後端儲存"
1431
1432 #: apply.c
1433 #, c-format
1434 msgid "unable to add cache entry for %s"
1435 msgstr "無法為 %s 加入快取項目"
1436
1437 #: apply.c builtin/bisect.c builtin/gc.c
1438 #, c-format
1439 msgid "failed to write to '%s'"
1440 msgstr "無法寫入「%s」"
1441
1442 #: apply.c
1443 #, c-format
1444 msgid "closing file '%s'"
1445 msgstr "關閉檔案「%s」"
1446
1447 #: apply.c
1448 #, c-format
1449 msgid "unable to write file '%s' mode %o"
1450 msgstr "無法以模式 %2$o 寫入「%1$s」檔案"
1451
1452 #: apply.c
1453 #, c-format
1454 msgid "Applied patch %s cleanly."
1455 msgstr "已完全套用 %s 修補檔。"
1456
1457 #: apply.c
1458 msgid "internal error"
1459 msgstr "內部錯誤"
1460
1461 #: apply.c
1462 #, c-format
1463 msgid "Applying patch %%s with %d reject..."
1464 msgid_plural "Applying patch %%s with %d rejects..."
1465 msgstr[0] "套用修補檔 %%s,其中 %d 個被拒絕……"
1466
1467 #: apply.c
1468 #, c-format
1469 msgid "cannot open %s"
1470 msgstr "無法開啟 %s"
1471
1472 #: apply.c rerere.c
1473 #, c-format
1474 msgid "cannot unlink '%s'"
1475 msgstr "無法刪除「%s」"
1476
1477 #: apply.c
1478 #, c-format
1479 msgid "Hunk #%d applied cleanly."
1480 msgstr "成功完全套用第 #%d 個區塊。"
1481
1482 #: apply.c
1483 #, c-format
1484 msgid "Rejected hunk #%d."
1485 msgstr "拒絕第 #%d 個區塊。"
1486
1487 #: apply.c
1488 #, c-format
1489 msgid "Skipped patch '%s'."
1490 msgstr "略過修補檔「%s」。"
1491
1492 #: apply.c
1493 msgid "No valid patches in input (allow with \"--allow-empty\")"
1494 msgstr "輸入沒有有效的修補檔內容(傳入「--allow-empty」允許此行為)"
1495
1496 #: apply.c t/helper/test-cache-tree.c
1497 msgid "unable to read index file"
1498 msgstr "無法讀取索引檔案"
1499
1500 #: apply.c
1501 #, c-format
1502 msgid "option -p expects a non-negative integer, got '%s'"
1503 msgstr "選項 -p 預期是一個非負數整數,但卻得到「%s」"
1504
1505 #: apply.c
1506 #, c-format
1507 msgid "unable to normalize directory: '%s'"
1508 msgstr "無法標準化目錄:「%s」"
1509
1510 #: apply.c
1511 #, c-format
1512 msgid "can't open patch '%s': %s"
1513 msgstr "無法開啟修補檔「%s」:%s"
1514
1515 #: apply.c
1516 #, c-format
1517 msgid "squelched %d whitespace error"
1518 msgid_plural "squelched %d whitespace errors"
1519 msgstr[0] "抑制下仍有 %d 個空白字元誤用"
1520
1521 #: apply.c
1522 #, c-format
1523 msgid "%d line adds whitespace errors."
1524 msgid_plural "%d lines add whitespace errors."
1525 msgstr[0] "%d 列加入了空白字元誤用。"
1526
1527 #: apply.c
1528 #, c-format
1529 msgid "%d line applied after fixing whitespace errors."
1530 msgid_plural "%d lines applied after fixing whitespace errors."
1531 msgstr[0] "修正空白誤用後,套用了 %d 列。"
1532
1533 #: apply.c builtin/mv.c builtin/rm.c
1534 msgid "Unable to write new index file"
1535 msgstr "無法寫入新索引檔案"
1536
1537 #: apply.c
1538 msgid "don't apply changes matching the given path"
1539 msgstr "不套用符合提供路徑的變更"
1540
1541 #: apply.c
1542 msgid "apply changes matching the given path"
1543 msgstr "套用符合提供路徑的變更"
1544
1545 #: apply.c builtin/am.c
1546 msgid "num"
1547 msgstr "數字"
1548
1549 #: apply.c
1550 msgid "remove <num> leading slashes from traditional diff paths"
1551 msgstr "從傳統的 diff 路徑中移除 <num> 個前導斜線"
1552
1553 #: apply.c
1554 msgid "ignore additions made by the patch"
1555 msgstr "忽略修補檔中的加入內容"
1556
1557 #: apply.c
1558 msgid "instead of applying the patch, output diffstat for the input"
1559 msgstr "不套用修補檔,而是顯示輸入的差異統計 (diffstat)"
1560
1561 #: apply.c
1562 msgid "show number of added and deleted lines in decimal notation"
1563 msgstr "以十進位數字,顯示加入和刪除的列數"
1564
1565 #: apply.c
1566 msgid "instead of applying the patch, output a summary for the input"
1567 msgstr "不套用修補檔,而是顯示輸入的概要"
1568
1569 #: apply.c
1570 msgid "instead of applying the patch, see if the patch is applicable"
1571 msgstr "不套用修補檔,而是檢視修補檔是否可套用"
1572
1573 #: apply.c
1574 msgid "make sure the patch is applicable to the current index"
1575 msgstr "確認修補檔可以套用到目前索引"
1576
1577 #: apply.c
1578 msgid "mark new files with `git add --intent-to-add`"
1579 msgstr "使用 `git add --intent-to-add` 命令標記新檔案"
1580
1581 #: apply.c
1582 msgid "apply a patch without touching the working tree"
1583 msgstr "套用修補檔而不修改工作區"
1584
1585 #: apply.c
1586 msgid "accept a patch that touches outside the working area"
1587 msgstr "接受修改工作區之外檔案的修補檔"
1588
1589 #: apply.c
1590 msgid "also apply the patch (use with --stat/--summary/--check)"
1591 msgstr "亦套用修補檔(與 --stat/--summary/--check 選項同時使用)"
1592
1593 #: apply.c
1594 msgid "attempt three-way merge, fall back on normal patch if that fails"
1595 msgstr "嘗試三方合併,若失敗則回到正常修補模式"
1596
1597 #: apply.c builtin/merge-file.c
1598 msgid "for conflicts, use our version"
1599 msgstr "如有衝突,使用我方版本"
1600
1601 #: apply.c builtin/merge-file.c
1602 msgid "for conflicts, use their version"
1603 msgstr "如有衝突,使用他方版本"
1604
1605 #: apply.c builtin/merge-file.c
1606 msgid "for conflicts, use a union version"
1607 msgstr "如有衝突,使用聯集版本"
1608
1609 #: apply.c
1610 msgid "build a temporary index based on embedded index information"
1611 msgstr "組建以嵌入索引資訊為基礎的暫存索引"
1612
1613 #: apply.c builtin/checkout-index.c
1614 msgid "paths are separated with NUL character"
1615 msgstr "路徑以 NUL 字元分隔"
1616
1617 #: apply.c
1618 msgid "ensure at least <n> lines of context match"
1619 msgstr "確保至少符合 <n> 列上下文"
1620
1621 #: apply.c builtin/am.c builtin/interpret-trailers.c builtin/pack-objects.c
1622 #: builtin/rebase.c
1623 msgid "action"
1624 msgstr "動作"
1625
1626 #: apply.c
1627 msgid "detect new or modified lines that have whitespace errors"
1628 msgstr "檢查新增和修改的列中間,是否有空白字元誤用"
1629
1630 #: apply.c
1631 msgid "ignore changes in whitespace when finding context"
1632 msgstr "尋找上下文時忽略空白字元變更"
1633
1634 #: apply.c
1635 msgid "apply the patch in reverse"
1636 msgstr "反向套用修補檔"
1637
1638 #: apply.c
1639 msgid "don't expect at least one line of context"
1640 msgstr "無需至少一列上下文"
1641
1642 #: apply.c
1643 msgid "leave the rejected hunks in corresponding *.rej files"
1644 msgstr "將拒絕的修補檔區塊,留在對應的 *.rej 檔案中"
1645
1646 #: apply.c
1647 msgid "allow overlapping hunks"
1648 msgstr "允許重疊區塊"
1649
1650 #: apply.c
1651 msgid "tolerate incorrectly detected missing new-line at the end of file"
1652 msgstr "允許不正確的檔案末尾換列符號"
1653
1654 #: apply.c
1655 msgid "do not trust the line counts in the hunk headers"
1656 msgstr "不信任區塊標頭中的列號"
1657
1658 #: apply.c builtin/am.c
1659 msgid "root"
1660 msgstr "根目錄"
1661
1662 #: apply.c
1663 msgid "prepend <root> to all filenames"
1664 msgstr "在所有檔案名稱前加上 <root>"
1665
1666 #: apply.c
1667 msgid "don't return error for empty patches"
1668 msgstr "遇到空白修補檔時,不回傳錯誤"
1669
1670 #: apply.c
1671 msgid "--ours, --theirs, and --union require --3way"
1672 msgstr "--ours、--theirs 和 --union 需要 --3way"
1673
1674 #: archive-tar.c archive-zip.c
1675 #, c-format
1676 msgid "cannot stream blob %s"
1677 msgstr "無法串流資料物件 %s"
1678
1679 #: archive-tar.c archive-zip.c
1680 #, c-format
1681 msgid "unsupported file mode: 0%o (SHA1: %s)"
1682 msgstr "不支援的檔案模式:0%o (SHA1:%s)"
1683
1684 #: archive-tar.c archive-zip.c builtin/pack-objects.c
1685 #, c-format
1686 msgid "deflate error (%d)"
1687 msgstr "壓縮錯誤 (%d)"
1688
1689 #: archive-tar.c
1690 #, c-format
1691 msgid "unable to start '%s' filter"
1692 msgstr "無法啟動「%s」過濾器"
1693
1694 #: archive-tar.c
1695 msgid "unable to redirect descriptor"
1696 msgstr "無法重新導向描述元"
1697
1698 #: archive-tar.c
1699 #, c-format
1700 msgid "'%s' filter reported error"
1701 msgstr "「%s」過濾器回報錯誤"
1702
1703 #: archive-zip.c
1704 #, c-format
1705 msgid "path is not valid UTF-8: %s"
1706 msgstr "路徑不是有效的 UTF-8:%s"
1707
1708 #: archive-zip.c
1709 #, c-format
1710 msgid "path too long (%d chars, SHA1: %s): %s"
1711 msgstr "路徑太長(%d 個字元,SHA1:%s):%s"
1712
1713 #: archive-zip.c
1714 #, c-format
1715 msgid "timestamp too large for this system: %<PRIuMAX>"
1716 msgstr "對本系統而言時間戳太大:%<PRIuMAX>"
1717
1718 #: archive.c
1719 msgid "git archive [<options>] <tree-ish> [<path>...]"
1720 msgstr "git archive [<options>] <tree-ish> [<path>...]"
1721
1722 #: archive.c
1723 msgid ""
1724 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
1725 msgstr ""
1726 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
1727
1728 #: archive.c
1729 msgid "git archive --remote <repo> [--exec <cmd>] --list"
1730 msgstr "git archive --remote <repo> [--exec <cmd>] --list"
1731
1732 #: archive.c builtin/fast-import.c builtin/gc.c builtin/notes.c builtin/tag.c
1733 #, c-format
1734 msgid "cannot read '%s'"
1735 msgstr "無法讀取「%s」"
1736
1737 #: archive.c
1738 #, c-format
1739 msgid "pathspec '%s' matches files outside the current directory"
1740 msgstr "符合路徑規格「%s」的檔案在目前目錄之外"
1741
1742 #: archive.c builtin/add.c builtin/rm.c
1743 #, c-format
1744 msgid "pathspec '%s' did not match any files"
1745 msgstr "路徑規格「%s」未符合任何檔案"
1746
1747 #: archive.c
1748 #, c-format
1749 msgid "no such ref: %.*s"
1750 msgstr "無此引用:%.*s"
1751
1752 #: archive.c
1753 #, c-format
1754 msgid "not a valid object name: %s"
1755 msgstr "非有效物件名稱:%s"
1756
1757 #: archive.c t/helper/test-cache-tree.c
1758 #, c-format
1759 msgid "not a tree object: %s"
1760 msgstr "非樹狀物件:%s"
1761
1762 #: archive.c
1763 #, c-format
1764 msgid "failed to unpack tree object %s"
1765 msgstr "解包 %s 樹狀物件失敗"
1766
1767 #: archive.c
1768 #, c-format
1769 msgid "File not found: %s"
1770 msgstr "找不到檔案:%s"
1771
1772 #: archive.c
1773 #, c-format
1774 msgid "Not a regular file: %s"
1775 msgstr "不是一般檔案:%s"
1776
1777 #: archive.c
1778 #, c-format
1779 msgid "unclosed quote: '%s'"
1780 msgstr "未閉合的引號:「%s」"
1781
1782 #: archive.c
1783 #, c-format
1784 msgid "missing colon: '%s'"
1785 msgstr "缺少冒號:「%s」"
1786
1787 #: archive.c
1788 #, c-format
1789 msgid "empty file name: '%s'"
1790 msgstr "檔案名稱空白:「%s」"
1791
1792 #: archive.c
1793 msgid "fmt"
1794 msgstr "fmt"
1795
1796 #: archive.c
1797 msgid "archive format"
1798 msgstr "封存格式"
1799
1800 #: archive.c builtin/log.c parse-options.h
1801 msgid "prefix"
1802 msgstr "前綴"
1803
1804 #: archive.c
1805 msgid "prepend prefix to each pathname in the archive"
1806 msgstr "為封存中的每個路徑名稱加上前綴"
1807
1808 #: archive.c builtin/blame.c builtin/commit-tree.c builtin/config.c
1809 #: builtin/fast-export.c builtin/gc.c builtin/grep.c builtin/hash-object.c
1810 #: builtin/ls-files.c builtin/notes.c builtin/read-tree.c parse-options.h
1811 msgid "file"
1812 msgstr "file"
1813
1814 #: archive.c
1815 msgid "add untracked file to archive"
1816 msgstr "將未追蹤檔案加進封存"
1817
1818 #: archive.c
1819 msgid "path:content"
1820 msgstr "path:content"
1821
1822 #: archive.c builtin/archive.c
1823 msgid "write the archive to this file"
1824 msgstr "將封存寫入此檔案"
1825
1826 #: archive.c
1827 msgid "read .gitattributes in working directory"
1828 msgstr "讀取工作目錄中的 .gitattributes"
1829
1830 #: archive.c
1831 msgid "report archived files on stderr"
1832 msgstr "在 stderr 上回報封存的檔案"
1833
1834 #: archive.c builtin/clone.c builtin/fetch.c builtin/pack-objects.c
1835 #: builtin/pull.c
1836 msgid "time"
1837 msgstr "time"
1838
1839 #: archive.c
1840 msgid "set modification time of archive entries"
1841 msgstr "設定封存項目的修改時間"
1842
1843 #: archive.c
1844 msgid "set compression level"
1845 msgstr "設定壓縮級別"
1846
1847 #: archive.c
1848 msgid "list supported archive formats"
1849 msgstr "列出支援的封存格式"
1850
1851 #: archive.c builtin/archive.c builtin/clone.c builtin/submodule--helper.c
1852 msgid "repo"
1853 msgstr "repo"
1854
1855 #: archive.c builtin/archive.c
1856 msgid "retrieve the archive from remote repository <repo>"
1857 msgstr "從遠端版本庫 <repo> 擷取封存檔案"
1858
1859 #: archive.c builtin/archive.c builtin/difftool.c builtin/notes.c
1860 msgid "command"
1861 msgstr "command"
1862
1863 #: archive.c builtin/archive.c
1864 msgid "path to the remote git-upload-archive command"
1865 msgstr "遠端 git-upload-archive 命令的路徑"
1866
1867 #: archive.c
1868 msgid "Unexpected option --remote"
1869 msgstr "非預期選項 --remote"
1870
1871 #: archive.c builtin/add.c builtin/checkout.c builtin/clone.c builtin/commit.c
1872 #: builtin/fast-export.c builtin/index-pack.c builtin/log.c builtin/reset.c
1873 #: builtin/rm.c builtin/stash.c builtin/worktree.c fetch-pack.c http-fetch.c
1874 #: revision.c
1875 #, c-format
1876 msgid "the option '%s' requires '%s'"
1877 msgstr "「%s」選項需要「%s」"
1878
1879 #: archive.c
1880 msgid "Unexpected option --output"
1881 msgstr "非預期選項 --output"
1882
1883 #: archive.c t/unit-tests/unit-test.c
1884 #, c-format
1885 msgid "extra command line parameter '%s'"
1886 msgstr "多出命令列參數「%s」"
1887
1888 #: archive.c
1889 #, c-format
1890 msgid "Unknown archive format '%s'"
1891 msgstr "封存格式「%s」未知"
1892
1893 #: archive.c
1894 #, c-format
1895 msgid "Argument not supported for format '%s': -%d"
1896 msgstr "引數不支援「%s」格式:-%d"
1897
1898 #: attr.c
1899 #, c-format
1900 msgid "%.*s is not a valid attribute name"
1901 msgstr "%.*s 不是有效的屬性名稱"
1902
1903 #: attr.c
1904 msgid "unable to add additional attribute"
1905 msgstr "無法加入其他屬性"
1906
1907 #: attr.c
1908 #, c-format
1909 msgid "ignoring overly long attributes line %d"
1910 msgstr "忽略過長的屬性列 (第 %d 列)"
1911
1912 #: attr.c
1913 #, c-format
1914 msgid "%s not allowed: %s:%d"
1915 msgstr "不允許 %s:%s:%d"
1916
1917 #: attr.c
1918 msgid ""
1919 "Negative patterns are ignored in git attributes\n"
1920 "Use '\\!' for literal leading exclamation."
1921 msgstr ""
1922 "git attributes 會忽略反向模式\n"
1923 "當字串確定要以驚嘆號開始時,請使用「\\!」。"
1924
1925 #: attr.c
1926 #, c-format
1927 msgid "cannot fstat gitattributes file '%s'"
1928 msgstr "無法 fstat gitattributes 檔案「%s」"
1929
1930 #: attr.c
1931 #, c-format
1932 msgid "ignoring overly large gitattributes file '%s'"
1933 msgstr "忽略過大的 gitattributes 檔案「%s」"
1934
1935 #: attr.c
1936 #, c-format
1937 msgid "ignoring overly large gitattributes blob '%s'"
1938 msgstr "忽略過大的 gitattributes 資料物件「%s」"
1939
1940 #: attr.c
1941 msgid "cannot use --attr-source or GIT_ATTR_SOURCE without repo"
1942 msgstr "沒有版本庫不能使用 --attr-source 或 GIT_ATTR_SOURCE"
1943
1944 #: attr.c
1945 msgid "bad --attr-source or GIT_ATTR_SOURCE"
1946 msgstr "無效的 --attr-source 或 GIT_ATTR_SOURCE"
1947
1948 #: attr.c read-cache.c refs/packed-backend.c
1949 #, c-format
1950 msgid "unable to stat '%s'"
1951 msgstr "無法 stat「%s」"
1952
1953 #: bisect.c builtin/cat-file.c builtin/index-pack.c builtin/notes.c
1954 #: builtin/pack-objects.c combine-diff.c object-file.c rerere.c
1955 #, c-format
1956 msgid "unable to read %s"
1957 msgstr "無法讀取 %s"
1958
1959 #: bisect.c
1960 #, c-format
1961 msgid "Badly quoted content in file '%s': %s"
1962 msgstr "檔案「%s」包含無效的引用內容:%s"
1963
1964 #: bisect.c
1965 #, c-format
1966 msgid "We cannot bisect more!\n"
1967 msgstr "已經無法繼續二分搜尋!\n"
1968
1969 #: bisect.c
1970 #, c-format
1971 msgid "Not a valid commit name %s"
1972 msgstr "%s 不是有效的提交名稱"
1973
1974 #: bisect.c
1975 #, c-format
1976 msgid ""
1977 "The merge base %s is bad.\n"
1978 "This means the bug has been fixed between %s and [%s].\n"
1979 msgstr ""
1980 "合併基礎 %s 是壞的。\n"
1981 "這意味著 bug 已經在 %s 和 [%s] 之間被修正。\n"
1982
1983 #: bisect.c
1984 #, c-format
1985 msgid ""
1986 "The merge base %s is new.\n"
1987 "The property has changed between %s and [%s].\n"
1988 msgstr ""
1989 "合併基礎 %s 是新的。\n"
1990 "介於 %s 和 [%s] 之間的屬性已被修改。\n"
1991
1992 #: bisect.c
1993 #, c-format
1994 msgid ""
1995 "The merge base %s is '%s'.\n"
1996 "This means the first '%s' commit is between %s and [%s].\n"
1997 msgstr ""
1998 "合併基底 %s 是「%s」。\n"
1999 "這代表第一個「%s」提交位於 %s 和 [%s] 之間。\n"
2000
2001 #: bisect.c
2002 #, c-format
2003 msgid ""
2004 "Some '%s' revs are not ancestors of the '%s' rev.\n"
2005 "git bisect cannot work properly in this case.\n"
2006 "Maybe you mistook '%s' and '%s' revs?\n"
2007 msgstr ""
2008 "部分「%s」修訂版不是「%s」修訂版的祖先。\n"
2009 "這種情況下 git bisect 無法正常運作。\n"
2010 "您可能弄錯了「%s」和「%s」修訂版?\n"
2011
2012 #: bisect.c
2013 #, c-format
2014 msgid ""
2015 "the merge base between %s and [%s] must be skipped.\n"
2016 "So we cannot be sure the first '%s' commit is between %s and %s.\n"
2017 "We continue anyway."
2018 msgstr ""
2019 "介於 %s 和 [%s] 之間的合併基底一定被略過了。\n"
2020 "所以第一個「%s」提交無法確認是否介於 %s 和 %s 之間。\n"
2021 "將依然繼續。"
2022
2023 #: bisect.c
2024 #, c-format
2025 msgid "Bisecting: a merge base must be tested\n"
2026 msgstr "二分搜尋中:合併基礎必須經過測試\n"
2027
2028 #: bisect.c
2029 #, c-format
2030 msgid "a '%s' revision is needed"
2031 msgstr "需要一個「%s」修訂版"
2032
2033 #: bisect.c
2034 #, c-format
2035 msgid "could not create file '%s'"
2036 msgstr "無法建立「%s」檔案"
2037
2038 #: bisect.c builtin/notes.c
2039 #, c-format
2040 msgid "unable to start 'show' for object '%s'"
2041 msgstr "無法對物件「%s」執行「show」"
2042
2043 #: bisect.c builtin/merge.c
2044 #, c-format
2045 msgid "could not read file '%s'"
2046 msgstr "無法讀取「%s」檔案"
2047
2048 #: bisect.c
2049 msgid "reading bisect refs failed"
2050 msgstr "無法讀取二分搜尋的引用"
2051
2052 #: bisect.c
2053 #, c-format
2054 msgid "%s was both '%s' and '%s'\n"
2055 msgstr "%s 同時為「%s」和「%s」\n"
2056
2057 #: bisect.c
2058 #, c-format
2059 msgid ""
2060 "No testable commit found.\n"
2061 "Maybe you started with bad path arguments?\n"
2062 msgstr ""
2063 "沒找到能夠測試的提交。\n"
2064 "可能是傳入的路徑引數有誤?\n"
2065
2066 #: bisect.c
2067 #, c-format
2068 msgid "(roughly %d step)"
2069 msgid_plural "(roughly %d steps)"
2070 msgstr[0] "(大約 %d 步)"
2071
2072 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
2073 #. steps)" translation.
2074 #.
2075 #: bisect.c
2076 #, c-format
2077 msgid "Bisecting: %d revision left to test after this %s\n"
2078 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
2079 msgstr[0] "二分搜尋中:在此 (%2$s) 之後,尚餘 %1$d 個版本待測試\n"
2080
2081 #: blame.c
2082 msgid "--contents and --reverse do not blend well."
2083 msgstr "--contents 和 --reverse 不能混用。"
2084
2085 #: blame.c
2086 msgid "--reverse and --first-parent together require specified latest commit"
2087 msgstr "--reverse 和 --first-parent 共用,需要指定最新的提交"
2088
2089 #: blame.c builtin/bisect.c builtin/commit.c builtin/fast-export.c
2090 #: builtin/log.c builtin/merge.c builtin/pack-objects.c builtin/shortlog.c
2091 #: midx-write.c pack-bitmap.c remote.c sequencer.c submodule.c
2092 msgid "revision walk setup failed"
2093 msgstr "修訂版遍歷設定失敗"
2094
2095 #: blame.c
2096 msgid ""
2097 "--reverse --first-parent together require range along first-parent chain"
2098 msgstr "--reverse 和 --first-parent 一起使用時需要沿第一親代鏈選擇範圍"
2099
2100 #: blame.c
2101 #, c-format
2102 msgid "no such path %s in %s"
2103 msgstr "在 %2$s 中,沒有路徑 %1$s"
2104
2105 #: blame.c
2106 #, c-format
2107 msgid "cannot read blob %s for path %s"
2108 msgstr "無法為 %2$s 路徑讀取資料物件 %1$s"
2109
2110 #: branch.c
2111 msgid ""
2112 "cannot inherit upstream tracking configuration of multiple refs when "
2113 "rebasing is requested"
2114 msgstr "請求重定基底時,無法繼承多個引用的上游追蹤設定"
2115
2116 #: branch.c
2117 #, c-format
2118 msgid "not setting branch '%s' as its own upstream"
2119 msgstr "未將「%s」分支設為其自己的上游"
2120
2121 #: branch.c
2122 #, c-format
2123 msgid "branch '%s' set up to track '%s' by rebasing."
2124 msgstr "已藉由重訂基底,將「%s」分支設定為追蹤「%s」。"
2125
2126 #: branch.c
2127 #, c-format
2128 msgid "branch '%s' set up to track '%s'."
2129 msgstr "已將「%s」分支設定為追蹤「%s」。"
2130
2131 #: branch.c
2132 #, c-format
2133 msgid "branch '%s' set up to track:"
2134 msgstr "「%s」分支已設定追蹤:"
2135
2136 #: branch.c
2137 msgid "unable to write upstream branch configuration"
2138 msgstr "無法寫入上游分支設定"
2139
2140 #: branch.c
2141 msgid ""
2142 "\n"
2143 "After fixing the error cause you may try to fix up\n"
2144 "the remote tracking information by invoking:"
2145 msgstr ""
2146 "\n"
2147 "修正病灶後,您可以執行下述命令\n"
2148 "修正遠端追蹤資訊:"
2149
2150 #: branch.c
2151 #, c-format
2152 msgid "asked to inherit tracking from '%s', but no remote is set"
2153 msgstr "請求繼承「%s」的追蹤設定,但未設定遠端"
2154
2155 #: branch.c
2156 #, c-format
2157 msgid "asked to inherit tracking from '%s', but no merge configuration is set"
2158 msgstr "請求繼承「%s」的追蹤設定,但未設定合併設定"
2159
2160 #: branch.c
2161 #, c-format
2162 msgid "not tracking: ambiguous information for ref '%s'"
2163 msgstr "未追蹤:「%s」引用有歧義"
2164
2165 # 譯者:為保證在輸出中對齊,注意調整句中空格!
2166 #. TRANSLATORS: This is a line listing a remote with duplicate
2167 #. refspecs in the advice message below. For RTL languages you'll
2168 #. probably want to swap the "%s" and leading " " space around.
2169 #.
2170 #. TRANSLATORS: This is line item of ambiguous object output
2171 #. from describe_ambiguous_object() above. For RTL languages
2172 #. you'll probably want to swap the "%s" and leading " " space
2173 #. around.
2174 #.
2175 #: branch.c object-name.c
2176 #, c-format
2177 msgid " %s\n"
2178 msgstr " %s\n"
2179
2180 #. TRANSLATORS: The second argument is a \n-delimited list of
2181 #. duplicate refspecs, composed above.
2182 #.
2183 #: branch.c
2184 #, c-format
2185 msgid ""
2186 "There are multiple remotes whose fetch refspecs map to the remote\n"
2187 "tracking ref '%s':\n"
2188 "%s\n"
2189 "This is typically a configuration error.\n"
2190 "\n"
2191 "To support setting up tracking branches, ensure that\n"
2192 "different remotes' fetch refspecs map into different\n"
2193 "tracking namespaces."
2194 msgstr ""
2195 "有多個遠端的抓取引用規格,映射到\n"
2196 "遠端追蹤引用「%s」的規格:\n"
2197 "%s\n"
2198 "這通常是設定錯誤。\n"
2199 "\n"
2200 "若要支援設定追蹤分支,請確定不同遠端的\n"
2201 "抓取引用規格,映射到不同的追蹤命名空間。"
2202
2203 #: branch.c
2204 #, c-format
2205 msgid "'%s' is not a valid branch name"
2206 msgstr "「%s」不是有效的分支名稱"
2207
2208 #: branch.c builtin/branch.c
2209 msgid "See 'git help check-ref-format'"
2210 msgstr "請參閱「git help check-ref-format」"
2211
2212 #: branch.c
2213 #, c-format
2214 msgid "a branch named '%s' already exists"
2215 msgstr "已有同名「%s」分支"
2216
2217 #: branch.c
2218 #, c-format
2219 msgid "cannot force update the branch '%s' used by worktree at '%s'"
2220 msgstr "無法強制更新被位於「%2$s」的工作區使用的分支「%1$s」"
2221
2222 #: branch.c
2223 #, c-format
2224 msgid "cannot set up tracking information; starting point '%s' is not a branch"
2225 msgstr "無法設定追蹤資訊:起始點「%s」不是分支"
2226
2227 #: branch.c
2228 #, c-format
2229 msgid "the requested upstream branch '%s' does not exist"
2230 msgstr "請求的上游分支「%s」不存在"
2231
2232 #: branch.c
2233 msgid ""
2234 "\n"
2235 "If you are planning on basing your work on an upstream\n"
2236 "branch that already exists at the remote, you may need to\n"
2237 "run \"git fetch\" to retrieve it.\n"
2238 "\n"
2239 "If you are planning to push out a new local branch that\n"
2240 "will track its remote counterpart, you may want to use\n"
2241 "\"git push -u\" to set the upstream config as you push."
2242 msgstr ""
2243 "\n"
2244 "如果您打算以遠端現存的上游分支為基礎進行修改,\n"
2245 "您或許需要執行 `git fetch` 取得分支。\n"
2246 "\n"
2247 "如果您打算將新建立的本機分支,推送至對應的遠端分支,\n"
2248 "並建立兩個分支間的追蹤關係,您可能需要使用 `git push -u`\n"
2249 "推送分支並設定和上游的關聯。"
2250
2251 #: branch.c builtin/replace.c
2252 #, c-format
2253 msgid "not a valid object name: '%s'"
2254 msgstr "物件名稱無效:「%s」"
2255
2256 #: branch.c
2257 #, c-format
2258 msgid "ambiguous object name: '%s'"
2259 msgstr "物件名稱有歧義:「%s」"
2260
2261 #: branch.c
2262 #, c-format
2263 msgid "not a valid branch point: '%s'"
2264 msgstr "分支點無效:「%s」"
2265
2266 #: branch.c
2267 #, c-format
2268 msgid "submodule '%s': unable to find submodule"
2269 msgstr "「%s」子模組:找不到子模組"
2270
2271 #: branch.c
2272 #, c-format
2273 msgid ""
2274 "You may try updating the submodules using 'git checkout --no-recurse-"
2275 "submodules %s && git submodule update --init'"
2276 msgstr ""
2277 "您可以使用「git checkout --no-recurse-submodules %s && git submodule update "
2278 "--init」命令嘗試更新子模組"
2279
2280 #: branch.c
2281 #, c-format
2282 msgid "submodule '%s': cannot create branch '%s'"
2283 msgstr "「%s」子模組:無法建立「%s」分支"
2284
2285 #: branch.c
2286 #, c-format
2287 msgid "'%s' is already used by worktree at '%s'"
2288 msgstr "「%s」已被位於「%s」的工作區使用"
2289
2290 #: builtin/add.c
2291 msgid "git add [<options>] [--] <pathspec>..."
2292 msgstr "git add [<options>] [--] <pathspec>..."
2293
2294 #: builtin/add.c
2295 #, c-format
2296 msgid "cannot chmod %cx '%s'"
2297 msgstr "無法 chmod %cx '%s'"
2298
2299 #: builtin/add.c
2300 msgid "Unstaged changes after refreshing the index:"
2301 msgstr "重新整理索引之後未暫存的變更:"
2302
2303 #: builtin/add.c
2304 msgid "could not read the index"
2305 msgstr "無法讀取索引"
2306
2307 #: builtin/add.c
2308 msgid "editing patch failed"
2309 msgstr "編輯修補檔失敗"
2310
2311 #: builtin/add.c read-cache.c
2312 #, c-format
2313 msgid "could not stat '%s'"
2314 msgstr "無法 stat「%s」"
2315
2316 #: builtin/add.c
2317 msgid "empty patch. aborted"
2318 msgstr "修補檔空白。中止"
2319
2320 #: builtin/add.c
2321 #, c-format
2322 msgid "could not apply '%s'"
2323 msgstr "無法套用「%s」"
2324
2325 #: builtin/add.c
2326 msgid "The following paths are ignored by one of your .gitignore files:\n"
2327 msgstr "下列路徑根據其中一個 .gitignore 檔案而被忽略:\n"
2328
2329 #: builtin/add.c builtin/clean.c builtin/fetch.c builtin/mv.c
2330 #: builtin/prune-packed.c builtin/pull.c builtin/push.c builtin/remote.c
2331 #: builtin/rm.c builtin/send-pack.c builtin/sparse-checkout.c
2332 msgid "dry run"
2333 msgstr "測試執行"
2334
2335 #: builtin/add.c builtin/check-ignore.c builtin/commit.c
2336 #: builtin/count-objects.c builtin/fsck.c builtin/log.c builtin/mv.c
2337 #: builtin/read-tree.c builtin/refs.c
2338 msgid "be verbose"
2339 msgstr "詳細輸出"
2340
2341 #: builtin/add.c
2342 msgid "interactive picking"
2343 msgstr "互動式挑選"
2344
2345 #: builtin/add.c builtin/checkout.c builtin/reset.c
2346 msgid "select hunks interactively"
2347 msgstr "互動式選取區塊"
2348
2349 #: builtin/add.c builtin/checkout.c builtin/reset.c builtin/stash.c
2350 msgid "auto advance to the next file when selecting hunks interactively"
2351 msgstr "在互動式選取區塊時自動前往下一個檔案"
2352
2353 #: builtin/add.c
2354 msgid "edit current diff and apply"
2355 msgstr "編輯目前差異並套用"
2356
2357 #: builtin/add.c
2358 msgid "allow adding otherwise ignored files"
2359 msgstr "允許加入原先被忽略的檔案"
2360
2361 #: builtin/add.c
2362 msgid "update tracked files"
2363 msgstr "更新已追蹤的檔案"
2364
2365 #: builtin/add.c
2366 msgid "renormalize EOL of tracked files (implies -u)"
2367 msgstr "對已追蹤檔案(隱含 -u)重新標準化 EOL"
2368
2369 #: builtin/add.c
2370 msgid "record only the fact that the path will be added later"
2371 msgstr "只記錄「路徑稍後會再加入」"
2372
2373 #: builtin/add.c
2374 msgid "add changes from all tracked and untracked files"
2375 msgstr "加入所有已追蹤和未追蹤檔案的變更"
2376
2377 #: builtin/add.c
2378 msgid "ignore paths removed in the working tree (same as --no-all)"
2379 msgstr "忽略工作區中移除的路徑(和 --no-all 相同)"
2380
2381 #: builtin/add.c
2382 msgid "don't add, only refresh the index"
2383 msgstr "不新增,只重新整理索引"
2384
2385 #: builtin/add.c
2386 msgid "just skip files which cannot be added because of errors"
2387 msgstr "略過因發生錯誤不能新增的檔案"
2388
2389 #: builtin/add.c
2390 msgid "check if - even missing - files are ignored in dry run"
2391 msgstr "檢查(即使不存在的)檔案是否在測試執行模式中被忽略"
2392
2393 #: builtin/add.c builtin/mv.c builtin/rm.c
2394 msgid "allow updating entries outside of the sparse-checkout cone"
2395 msgstr "允許更新稀疏簽出 cone 外的項目"
2396
2397 #: builtin/add.c builtin/update-index.c
2398 msgid "override the executable bit of the listed files"
2399 msgstr "覆寫列出檔案中的可執行位元"
2400
2401 #: builtin/add.c
2402 msgid "warn when adding an embedded repository"
2403 msgstr "嵌入版本庫時發出警告"
2404
2405 #: builtin/add.c
2406 #, c-format
2407 msgid ""
2408 "You've added another git repository inside your current repository.\n"
2409 "Clones of the outer repository will not contain the contents of\n"
2410 "the embedded repository and will not know how to obtain it.\n"
2411 "If you meant to add a submodule, use:\n"
2412 "\n"
2413 "\tgit submodule add <url> %s\n"
2414 "\n"
2415 "If you added this path by mistake, you can remove it from the\n"
2416 "index with:\n"
2417 "\n"
2418 "\tgit rm --cached %s\n"
2419 "\n"
2420 "See \"git help submodule\" for more information."
2421 msgstr ""
2422 "您在目前的版本庫中加進另一個 Git 版本庫。\n"
2423 "拓製外層的版本庫,將不包含嵌入版本庫的內容,\n"
2424 "並且不包含取得此版本庫的方式。\n"
2425 "如果您要加入子模組,請使用:\n"
2426 "\n"
2427 "\tgit submodule add <url> %s\n"
2428 "\n"
2429 "如果您不小心加入了這個路徑,\n"
2430 "可以用下面的命令,將其從索引中移除:\n"
2431 "\n"
2432 "\tgit rm --cached %s\n"
2433 "\n"
2434 "參見「git help submodule」深入了解。"
2435
2436 #: builtin/add.c
2437 #, c-format
2438 msgid "adding embedded git repository: %s"
2439 msgstr "正在加入嵌入式 git 版本庫:%s"
2440
2441 #: builtin/add.c
2442 msgid "Use -f if you really want to add them."
2443 msgstr "如果您確定想要加入它們,請使用 -f。"
2444
2445 #: builtin/add.c
2446 msgid "adding files failed"
2447 msgstr "加入檔案失敗"
2448
2449 #: builtin/add.c builtin/checkout.c builtin/commit.c builtin/reset.c
2450 #: builtin/stash.c
2451 #, c-format
2452 msgid "'%s' cannot be negative"
2453 msgstr "「%s」不能是負數"
2454
2455 #: builtin/add.c
2456 #, c-format
2457 msgid "--chmod param '%s' must be either -x or +x"
2458 msgstr "--chmod 的參數「%s」必須是 -x 或 +x"
2459
2460 #: builtin/add.c builtin/checkout.c builtin/commit.c builtin/reset.c
2461 #: builtin/rm.c builtin/stash.c
2462 #, c-format
2463 msgid "'%s' and pathspec arguments cannot be used together"
2464 msgstr "「%s」和路徑規格引數不得同時使用"
2465
2466 #: builtin/add.c
2467 #, c-format
2468 msgid "Nothing specified, nothing added.\n"
2469 msgstr "沒有指定,亦未加入檔案。\n"
2470
2471 #: builtin/add.c
2472 msgid "Maybe you wanted to say 'git add .'?"
2473 msgstr "也許您想要執行的是「git add .」?"
2474
2475 #: builtin/add.c builtin/check-ignore.c builtin/checkout.c builtin/clean.c
2476 #: builtin/commit.c builtin/diff-tree.c builtin/grep.c builtin/mv.c
2477 #: builtin/reset.c builtin/rm.c builtin/submodule--helper.c read-cache.c
2478 #: rerere.c submodule.c
2479 msgid "index file corrupt"
2480 msgstr "索引檔案損壞"
2481
2482 #: builtin/add.c builtin/am.c builtin/checkout.c builtin/clone.c
2483 #: builtin/commit.c builtin/history.c builtin/stash.c merge.c rerere.c
2484 msgid "unable to write new index file"
2485 msgstr "無法寫入新的索引檔案"
2486
2487 #: builtin/am.c builtin/mailinfo.c mailinfo.c
2488 #, c-format
2489 msgid "bad action '%s' for '%s'"
2490 msgstr "「%s」動作對「%s」無效"
2491
2492 #: builtin/am.c builtin/blame.c builtin/fetch.c builtin/pack-objects.c
2493 #: builtin/pull.c builtin/revert.c diff-merges.c diff.c environment.c
2494 #: gpg-interface.c ls-refs.c parallel-checkout.c sequencer.c setup.c
2495 #, c-format
2496 msgid "invalid value for '%s': '%s'"
2497 msgstr "「%s」的值無效:「%s」"
2498
2499 #: builtin/am.c builtin/commit.c builtin/merge.c sequencer.c trailer.c
2500 #, c-format
2501 msgid "could not read '%s'"
2502 msgstr "無法讀取「%s」"
2503
2504 #: builtin/am.c
2505 msgid "could not parse author script"
2506 msgstr "無法解析作者文稿"
2507
2508 #: builtin/am.c builtin/replace.c commit.c sequencer.c
2509 #, c-format
2510 msgid "could not parse %s"
2511 msgstr "無法解析 %s"
2512
2513 #: builtin/am.c
2514 #, c-format
2515 msgid "'%s' was deleted by the applypatch-msg hook"
2516 msgstr "「%s」被 applypatch-msg 掛鉤刪除"
2517
2518 #: builtin/am.c
2519 #, c-format
2520 msgid "Malformed input line: '%s'."
2521 msgstr "格式錯誤的輸入列:「%s」。"
2522
2523 #: builtin/am.c
2524 #, c-format
2525 msgid "Failed to copy notes from '%s' to '%s'"
2526 msgstr "從「%s」複製註解到「%s」失敗"
2527
2528 #: builtin/am.c
2529 msgid "fseek failed"
2530 msgstr "fseek 失敗"
2531
2532 #: builtin/am.c builtin/rebase.c sequencer.c wrapper.c
2533 #, c-format
2534 msgid "could not open '%s' for reading"
2535 msgstr "無法開啟「%s」進行讀取"
2536
2537 #: builtin/am.c builtin/rebase.c editor.c sequencer.c wrapper.c
2538 #, c-format
2539 msgid "could not open '%s' for writing"
2540 msgstr "無法開啟「%s」進行寫入"
2541
2542 #: builtin/am.c
2543 #, c-format
2544 msgid "could not parse patch '%s'"
2545 msgstr "無法解析修補檔「%s」"
2546
2547 #: builtin/am.c
2548 msgid "Only one StGIT patch series can be applied at once"
2549 msgstr "一次只能套用一個 StGIT 修補檔序列"
2550
2551 #: builtin/am.c
2552 msgid "invalid timestamp"
2553 msgstr "無效的時間戳"
2554
2555 #: builtin/am.c
2556 msgid "invalid Date line"
2557 msgstr "無效的 Date 列"
2558
2559 #: builtin/am.c
2560 msgid "invalid timezone offset"
2561 msgstr "無效的時區偏移"
2562
2563 #: builtin/am.c
2564 msgid "Patch format detection failed."
2565 msgstr "修補檔格式偵測失敗。"
2566
2567 #: builtin/am.c builtin/clone.c
2568 #, c-format
2569 msgid "failed to create directory '%s'"
2570 msgstr "無法建立目錄「%s」"
2571
2572 #: builtin/am.c
2573 msgid "Failed to split patches."
2574 msgstr "無法切割修補檔。"
2575
2576 #: builtin/am.c
2577 #, c-format
2578 msgid "When you have resolved this problem, run \"%s --continue\".\n"
2579 msgstr "解決此問題後,請執行「%s --continue」。\n"
2580
2581 #: builtin/am.c
2582 #, c-format
2583 msgid "If you prefer to skip this patch, run \"%s --skip\" instead.\n"
2584 msgstr "若要略過此修補檔,請改執行「%s --skip」。\n"
2585
2586 #: builtin/am.c
2587 #, c-format
2588 msgid ""
2589 "To record the empty patch as an empty commit, run \"%s --allow-empty\".\n"
2590 msgstr "若要將空白修補檔錄入為空白提交,請執行「%s --allow-empty」。\n"
2591
2592 #: builtin/am.c
2593 #, c-format
2594 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2595 msgstr "若要還原至原始分支,並停止修補動作,請執行「%s --abort」。"
2596
2597 #: builtin/am.c
2598 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
2599 msgstr "修補檔使用 format=flowed 格式傳送:列尾的空格可能會遺失。"
2600
2601 #: builtin/am.c
2602 #, c-format
2603 msgid "missing author line in commit %s"
2604 msgstr "在提交 %s 中缺少作者列"
2605
2606 #: builtin/am.c
2607 #, c-format
2608 msgid "invalid ident line: %.*s"
2609 msgstr "ident 列無效:%.*s"
2610
2611 #: builtin/am.c builtin/checkout.c builtin/clone.c commit-graph.c
2612 #, c-format
2613 msgid "unable to parse commit %s"
2614 msgstr "無法解析 %s 提交"
2615
2616 #: builtin/am.c
2617 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2618 msgstr "版本庫缺少必要的資料物件,無法進行三方合併。"
2619
2620 #: builtin/am.c
2621 msgid "Using index info to reconstruct a base tree..."
2622 msgstr "正在使用索引資訊重建基礎樹……"
2623
2624 #: builtin/am.c
2625 msgid ""
2626 "Did you hand edit your patch?\n"
2627 "It does not apply to blobs recorded in its index."
2628 msgstr ""
2629 "您是否曾自行編輯過您的修補檔?\n"
2630 "未能套用至索引錄入的資料物件。"
2631
2632 #: builtin/am.c
2633 msgid "Falling back to patching base and 3-way merge..."
2634 msgstr "正在回復到修補基礎處,並進行三方合併……"
2635
2636 #: builtin/am.c
2637 msgid "Failed to merge in the changes."
2638 msgstr "合併變更失敗。"
2639
2640 #: builtin/am.c builtin/merge.c sequencer.c
2641 msgid "git write-tree failed to write a tree"
2642 msgstr "git write-tree 無法寫入樹狀物件"
2643
2644 #: builtin/am.c
2645 msgid "applying to an empty history"
2646 msgstr "正在套用至空白歷史記錄上"
2647
2648 #: builtin/am.c builtin/commit.c builtin/merge.c replay.c sequencer.c
2649 msgid "failed to write commit object"
2650 msgstr "無法寫入提交物件"
2651
2652 #: builtin/am.c
2653 #, c-format
2654 msgid "cannot resume: %s does not exist."
2655 msgstr "無法繼續:%s 不存在。"
2656
2657 #: builtin/am.c
2658 msgid "Commit Body is:"
2659 msgstr "提交內文為:"
2660
2661 # 譯者:請維持句尾空格
2662 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2663 #. in your translation. The program will only accept English
2664 #. input at this point.
2665 #.
2666 #: builtin/am.c
2667 #, c-format
2668 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2669 msgstr "是否套用?是[y]/否[n]/編輯[e]/檢視修補檔[v]/全部接受[a]: "
2670
2671 #: builtin/am.c builtin/commit.c
2672 msgid "unable to write index file"
2673 msgstr "無法寫入索引檔案"
2674
2675 #: builtin/am.c
2676 #, c-format
2677 msgid "Dirty index: cannot apply patches (dirty: %s)"
2678 msgstr "有異動索引:無法套用修補檔(異動處:%s)"
2679
2680 #: builtin/am.c
2681 #, c-format
2682 msgid "Skipping: %.*s"
2683 msgstr "略過:%.*s"
2684
2685 #: builtin/am.c
2686 #, c-format
2687 msgid "Creating an empty commit: %.*s"
2688 msgstr "建立空白提交:%.*s"
2689
2690 #: builtin/am.c
2691 msgid "Patch is empty."
2692 msgstr "修補檔空白。"
2693
2694 #: builtin/am.c
2695 #, c-format
2696 msgid "Applying: %.*s"
2697 msgstr "套用:%.*s"
2698
2699 #: builtin/am.c
2700 msgid "No changes -- Patch already applied."
2701 msgstr "沒有變更——修補檔已套用過。"
2702
2703 #: builtin/am.c
2704 #, c-format
2705 msgid "Patch failed at %s %.*s"
2706 msgstr "在 %s %.*s 處修補失敗"
2707
2708 #: builtin/am.c
2709 msgid "Use 'git am --show-current-patch=diff' to see the failed patch"
2710 msgstr "使用「git am --show-current-patch=diff」命令檢視失敗的修補檔"
2711
2712 #: builtin/am.c
2713 msgid "No changes - recorded it as an empty commit."
2714 msgstr "沒有變更:將其錄入為空白提交。"
2715
2716 #: builtin/am.c
2717 msgid ""
2718 "No changes - did you forget to use 'git add'?\n"
2719 "If there is nothing left to stage, chances are that something else\n"
2720 "already introduced the same changes; you might want to skip this patch."
2721 msgstr ""
2722 "沒有變更:是否忘記執行「git add」?\n"
2723 "如果沒有其他要新增到暫存區的,則很可能是其他提交\n"
2724 "已經引入了相同的變更。您也許想要略過這個修補檔。"
2725
2726 #: builtin/am.c
2727 msgid ""
2728 "You still have unmerged paths in your index.\n"
2729 "You should 'git add' each file with resolved conflicts to mark them as "
2730 "such.\n"
2731 "You might run `git rm` on a file to accept \"deleted by them\" for it."
2732 msgstr ""
2733 "索引中仍有未合併路徑。\n"
2734 "您應該對已經解決衝突的每一個檔案執行 `git add`,標記為已經完成。\n"
2735 "你可以對「由他們刪除」的檔案,執行 `git rm` 指令。"
2736
2737 #: builtin/am.c builtin/reset.c
2738 #, c-format
2739 msgid "Could not parse object '%s'."
2740 msgstr "無法解析物件「%s」。"
2741
2742 #: builtin/am.c
2743 msgid "failed to clean index"
2744 msgstr "無法清除索引"
2745
2746 #: builtin/am.c
2747 msgid ""
2748 "You seem to have moved HEAD since the last 'am' failure.\n"
2749 "Not rewinding to ORIG_HEAD"
2750 msgstr ""
2751 "您似乎在上一次「am」失敗後移動了 HEAD。\n"
2752 "未倒轉回 ORIG_HEAD"
2753
2754 #: builtin/am.c builtin/bisect.c builtin/tag.c worktree.c
2755 #, c-format
2756 msgid "failed to read '%s'"
2757 msgstr "無法讀取「%s」"
2758
2759 #: builtin/am.c
2760 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
2761 msgstr "git am [<options>] [(<mbox> | <Maildir>)...]"
2762
2763 #: builtin/am.c
2764 msgid "git am [<options>] (--continue | --skip | --abort)"
2765 msgstr "git am [<options>] (--continue | --skip | --abort)"
2766
2767 #: builtin/am.c
2768 msgid "run interactively"
2769 msgstr "互動式執行"
2770
2771 #: builtin/am.c
2772 msgid "bypass pre-applypatch and applypatch-msg hooks"
2773 msgstr "繞過 pre-applypatch 和 applypatch-msg 掛鉤"
2774
2775 #: builtin/am.c builtin/cat-file.c
2776 msgid "historical option -- no-op"
2777 msgstr "歷史遺留選項——無作用"
2778
2779 #: builtin/am.c
2780 msgid "allow fall back on 3way merging if needed"
2781 msgstr "必要時允許回復至三方合併"
2782
2783 #: builtin/am.c builtin/init-db.c builtin/prune-packed.c builtin/repack.c
2784 #: builtin/stash.c
2785 msgid "be quiet"
2786 msgstr "靜默模式"
2787
2788 #: builtin/am.c
2789 msgid "add a Signed-off-by trailer to the commit message"
2790 msgstr "在提交說明結尾處加入 Signed-off-by"
2791
2792 #: builtin/am.c
2793 msgid "recode into utf8 (default)"
2794 msgstr "使用 utf8 字元集(預設值)"
2795
2796 #: builtin/am.c
2797 msgid "pass -k flag to git-mailinfo"
2798 msgstr "向 git-mailinfo 傳入 -k 參數"
2799
2800 #: builtin/am.c
2801 msgid "pass -b flag to git-mailinfo"
2802 msgstr "向 git-mailinfo 傳入 -b 參數"
2803
2804 #: builtin/am.c
2805 msgid "pass -m flag to git-mailinfo"
2806 msgstr "向 git-mailinfo 傳入 -m 參數"
2807
2808 #: builtin/am.c
2809 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2810 msgstr "若為 mbox 格式,向 git-mailsplit 傳入 --keep-cr 標記"
2811
2812 #: builtin/am.c
2813 msgid "strip everything before a scissors line"
2814 msgstr "截掉裁切線前的所有內容"
2815
2816 #: builtin/am.c
2817 msgid "pass it through git-mailinfo"
2818 msgstr "透過 git-mailinfo 傳入"
2819
2820 #: builtin/am.c
2821 msgid "pass it through git-apply"
2822 msgstr "透過 git-apply 傳入"
2823
2824 #: builtin/am.c builtin/commit.c builtin/fmt-merge-msg.c builtin/grep.c
2825 #: builtin/merge.c builtin/pull.c builtin/rebase.c builtin/repack.c
2826 #: builtin/show-branch.c builtin/show-ref.c builtin/tag.c parse-options.h
2827 msgid "n"
2828 msgstr "n"
2829
2830 #: builtin/am.c builtin/branch.c builtin/bugreport.c builtin/cat-file.c
2831 #: builtin/clone.c builtin/diagnose.c builtin/for-each-ref.c builtin/init-db.c
2832 #: builtin/ls-files.c builtin/ls-tree.c builtin/name-rev.c builtin/refs.c
2833 #: builtin/replace.c builtin/repo.c builtin/submodule--helper.c builtin/tag.c
2834 #: builtin/verify-tag.c
2835 msgid "format"
2836 msgstr "format"
2837
2838 #: builtin/am.c
2839 msgid "format the patch(es) are in"
2840 msgstr "修補檔的格式"
2841
2842 #: builtin/am.c
2843 msgid "override error message when patch failure occurs"
2844 msgstr "覆蓋修補失敗時顯示的錯誤訊息"
2845
2846 #: builtin/am.c
2847 msgid "continue applying patches after resolving a conflict"
2848 msgstr "衝突解決後繼續套用修補檔"
2849
2850 #: builtin/am.c
2851 msgid "synonyms for --continue"
2852 msgstr "和 --continue 同義"
2853
2854 #: builtin/am.c
2855 msgid "skip the current patch"
2856 msgstr "略過目前修補檔"
2857
2858 #: builtin/am.c
2859 msgid "restore the original branch and abort the patching operation"
2860 msgstr "還原原始分支並中止修補動作"
2861
2862 #: builtin/am.c
2863 msgid "abort the patching operation but keep HEAD where it is"
2864 msgstr "中止修補動作但保持 HEAD 不變"
2865
2866 #: builtin/am.c
2867 msgid "show the patch being applied"
2868 msgstr "顯示正在套用的修補檔"
2869
2870 #: builtin/am.c
2871 msgid "try to apply current patch again"
2872 msgstr "再次嘗試套用目前修補檔"
2873
2874 #: builtin/am.c
2875 msgid "record the empty patch as an empty commit"
2876 msgstr "將空白修補檔錄入為空白提交"
2877
2878 #: builtin/am.c
2879 msgid "lie about committer date"
2880 msgstr "將作者日期當作提交日期"
2881
2882 #: builtin/am.c
2883 msgid "use current timestamp for author date"
2884 msgstr "把目前時間戳當作是作者日期"
2885
2886 #: builtin/am.c builtin/commit-tree.c builtin/commit.c builtin/merge.c
2887 #: builtin/pull.c builtin/rebase.c builtin/revert.c builtin/tag.c
2888 msgid "key-id"
2889 msgstr "key-id"
2890
2891 #: builtin/am.c builtin/rebase.c
2892 msgid "GPG-sign commits"
2893 msgstr "使用 GPG 簽名提交"
2894
2895 #: builtin/am.c
2896 msgid "how to handle empty patches"
2897 msgstr "空白修補檔的處理方式"
2898
2899 #: builtin/am.c
2900 msgid "(internal use for git-rebase)"
2901 msgstr "(內部使用,用於 git-rebase)"
2902
2903 #: builtin/am.c
2904 msgid ""
2905 "The -b/--binary option has been a no-op for long time, and\n"
2906 "it will be removed. Please do not use it anymore."
2907 msgstr ""
2908 "-b/--binary 選項已經有很長時間不做任何實質動作了,\n"
2909 "並且將被移除。請不要再使用它了。"
2910
2911 #: builtin/am.c
2912 msgid "failed to read the index"
2913 msgstr "讀取索引失敗"
2914
2915 #: builtin/am.c
2916 #, c-format
2917 msgid "previous rebase directory %s still exists but mbox given."
2918 msgstr "之前的重定基底目錄 %s 仍然存在,但卻提供了 mbox。"
2919
2920 #: builtin/am.c
2921 #, c-format
2922 msgid ""
2923 "Stray %s directory found.\n"
2924 "Use \"git am --abort\" to remove it."
2925 msgstr ""
2926 "發現失散的 %s 目錄。\n"
2927 "使用「git am --abort」移除。"
2928
2929 #: builtin/am.c
2930 msgid "Resolve operation not in progress, we are not resuming."
2931 msgstr "未在進行解決動作,不會繼續。"
2932
2933 #: builtin/am.c
2934 msgid "interactive mode requires patches on the command line"
2935 msgstr "互動模式需要命令列上提供修補檔"
2936
2937 #: builtin/apply.c
2938 msgid "git apply [<options>] [<patch>...]"
2939 msgstr "git apply [<options>] [<patch>...]"
2940
2941 #: builtin/archive.c diagnose.c
2942 msgid "could not redirect output"
2943 msgstr "無法重新導向輸出"
2944
2945 #: builtin/archive.c
2946 msgid "git archive: expected ACK/NAK, got a flush packet"
2947 msgstr "git archive:預期是 ACK/NAK,卻收到 flush 封包"
2948
2949 #: builtin/archive.c
2950 #, c-format
2951 msgid "git archive: NACK %s"
2952 msgstr "git archive: NACK %s"
2953
2954 #: builtin/archive.c
2955 msgid "git archive: protocol error"
2956 msgstr "git archive:通訊協定錯誤"
2957
2958 #: builtin/archive.c
2959 msgid "git archive: expected a flush"
2960 msgstr "git archive:預期收到 flush 封包"
2961
2962 #: builtin/backfill.c
2963 msgid ""
2964 "git backfill [--min-batch-size=<n>] [--[no-]sparse] [--[no-]include-edges] "
2965 "[<revision-range>]"
2966 msgstr ""
2967 "git backfill [--min-batch-size=<n>] [--[no-]sparse] [--[no-]include-edges] "
2968 "[<revision-range>]"
2969
2970 #: builtin/backfill.c
2971 #, c-format
2972 msgid "'%s' cannot be used with 'git backfill'"
2973 msgstr "「%s」不能與「git backfill」同時使用"
2974
2975 #: builtin/backfill.c
2976 msgid "cannot backfill with these filter options"
2977 msgstr "無法以這些過濾器選項回填"
2978
2979 #: builtin/backfill.c
2980 msgid "cannot backfill with blob size limits"
2981 msgstr "無法帶資料物件大小限制回填"
2982
2983 #: builtin/backfill.c
2984 msgid "problem loading sparse-checkout"
2985 msgstr "載入稀疏簽出時發生問題"
2986
2987 #: builtin/backfill.c
2988 msgid "Minimum number of objects to request at a time"
2989 msgstr "一次請求的最小物件數量"
2990
2991 #: builtin/backfill.c
2992 msgid "Restrict the missing objects to the current sparse-checkout"
2993 msgstr "將缺少的物件限制於目前的稀疏簽出"
2994
2995 #: builtin/backfill.c
2996 msgid "Include blobs from boundary commits in the backfill"
2997 msgstr "在回填時包含邊界提交的資料物件"
2998
2999 #: builtin/backfill.c builtin/diff-pairs.c builtin/log.c builtin/replay.c
3000 #: builtin/shortlog.c bundle.c
3001 #, c-format
3002 msgid "unrecognized argument: %s"
3003 msgstr "不認識的引數:%s"
3004
3005 #: builtin/bisect.c
3006 msgid ""
3007 "git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]\n"
3008 " [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
3009 "[<pathspec>...]"
3010 msgstr ""
3011 "git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]\n"
3012 " [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
3013 "[<pathspec>...]"
3014
3015 #: builtin/bisect.c
3016 msgid "git bisect (bad|new|<term-new>) [<rev>]"
3017 msgstr "git bisect (bad|new|<term-new>) [<rev>]"
3018
3019 #: builtin/bisect.c
3020 msgid "git bisect (good|old|<term-old>) [<rev>...]"
3021 msgstr "git bisect (good|old|<term-old>) [<rev>...]"
3022
3023 #: builtin/bisect.c
3024 msgid "git bisect skip [(<rev>|<range>)...]"
3025 msgstr "git bisect skip [(<rev>|<range>)...]"
3026
3027 #: builtin/bisect.c
3028 msgid "git bisect reset [<commit>]"
3029 msgstr "git bisect reset [<commit>]"
3030
3031 #: builtin/bisect.c
3032 msgid "git bisect replay <logfile>"
3033 msgstr "git bisect replay <logfile>"
3034
3035 #: builtin/bisect.c
3036 msgid "git bisect run <cmd> [<arg>...]"
3037 msgstr "git bisect run <cmd> [<arg>...]"
3038
3039 #: builtin/bisect.c
3040 #, c-format
3041 msgid "cannot open file '%s' in mode '%s'"
3042 msgstr "無法以「%2$s」模式開啟檔案「%1$s」"
3043
3044 #: builtin/bisect.c
3045 #, c-format
3046 msgid "could not write to file '%s'"
3047 msgstr "無法寫入檔案「%s」"
3048
3049 #: builtin/bisect.c
3050 #, c-format
3051 msgid "cannot open file '%s' for reading"
3052 msgstr "無法開啟檔案「%s」來讀取"
3053
3054 #: builtin/bisect.c
3055 #, c-format
3056 msgid "'%s' is not a valid term"
3057 msgstr "「%s」不是有效的措詞"
3058
3059 #: builtin/bisect.c
3060 #, c-format
3061 msgid "can't use the builtin command '%s' as a term"
3062 msgstr "不能將內建命令「%s」當作措詞使用"
3063
3064 #: builtin/bisect.c
3065 #, c-format
3066 msgid "can't change the meaning of the term '%s'"
3067 msgstr "不能變更措詞「%s」的含義"
3068
3069 #: builtin/bisect.c
3070 msgid "please use two different terms"
3071 msgstr "請使用兩個不同的措詞"
3072
3073 #: builtin/bisect.c
3074 #, c-format
3075 msgid "We are not bisecting.\n"
3076 msgstr "我們沒有在二分搜尋。\n"
3077
3078 #: builtin/bisect.c
3079 #, c-format
3080 msgid "'%s' is not a valid commit"
3081 msgstr "「%s」不是有效的提交"
3082
3083 #: builtin/bisect.c
3084 #, c-format
3085 msgid ""
3086 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
3087 msgstr "無法簽出原本的 HEAD「%s」。請嘗試「git bisect reset <commit>」。"
3088
3089 #: builtin/bisect.c
3090 #, c-format
3091 msgid "Bad bisect_write argument: %s"
3092 msgstr "bisect_write 引數無效:%s"
3093
3094 #: builtin/bisect.c
3095 #, c-format
3096 msgid "couldn't get the oid of the rev '%s'"
3097 msgstr "無法取得修訂版「%s」的物件 ID"
3098
3099 #: builtin/bisect.c
3100 #, c-format
3101 msgid "couldn't open the file '%s'"
3102 msgstr "無法開啟檔案「%s」"
3103
3104 #: builtin/bisect.c
3105 #, c-format
3106 msgid "Invalid command: you're currently in a %s/%s bisect"
3107 msgstr "命令無效:您正處於採用 %s/%s 措詞的二分搜尋"
3108
3109 #: builtin/bisect.c
3110 #, c-format
3111 msgid ""
3112 "You need to give me at least one %s and %s revision.\n"
3113 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
3114 msgstr ""
3115 "需指定至少一個 %s 和一個 %s 修訂版。\n"
3116 "為此您可以用「git bisect %s」和「git bisect %s」。"
3117
3118 #: builtin/bisect.c
3119 #, c-format
3120 msgid ""
3121 "You need to start by \"git bisect start\".\n"
3122 "You then need to give me at least one %s and %s revision.\n"
3123 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
3124 msgstr ""
3125 "要開始,請執行「git bisect start」。\n"
3126 "接著提供至少一個 %s 和一個 %s 修訂版。\n"
3127 "為此您可以用「git bisect %s」和「git bisect %s」。"
3128
3129 #: builtin/bisect.c
3130 #, c-format
3131 msgid "bisecting only with a %s commit"
3132 msgstr "在只有一個 %s 提交的情況下二分搜尋"
3133
3134 # 譯者:請維持句尾空格
3135 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3136 #. translation. The program will only accept English input
3137 #. at this point.
3138 #.
3139 #: builtin/bisect.c
3140 msgid "Are you sure [Y/n]? "
3141 msgstr "是否確定 [Y/n]? "
3142
3143 #: builtin/bisect.c
3144 #, c-format
3145 msgid "status: waiting for both '%s' and '%s' commits\n"
3146 msgstr "狀態:正在等待「%s」和「%s」提交\n"
3147
3148 #: builtin/bisect.c
3149 #, c-format
3150 msgid "status: waiting for '%s' commit, %d '%s' commit known\n"
3151 msgid_plural "status: waiting for '%s' commit, %d '%s' commits known\n"
3152 msgstr[0] "狀態:正在等待「%s」提交,已知有 %d 個「%s」提交\n"
3153
3154 #: builtin/bisect.c
3155 #, c-format
3156 msgid "status: waiting for '%s' commit(s), '%s' commit known\n"
3157 msgstr "狀態:正在等待「%s」提交,已知有「%s」提交\n"
3158
3159 #: builtin/bisect.c
3160 msgid "no terms defined"
3161 msgstr "未定義措詞"
3162
3163 #: builtin/bisect.c
3164 #, c-format
3165 msgid ""
3166 "Your current terms are '%s' for the old state\n"
3167 "and '%s' for the new state.\n"
3168 msgstr ""
3169 "您目前對舊狀態的措詞是「%s」;\n"
3170 "對新狀態的措詞是「%s」。\n"
3171
3172 #: builtin/bisect.c
3173 #, c-format
3174 msgid ""
3175 "invalid argument %s for 'git bisect terms'.\n"
3176 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
3177 msgstr ""
3178 "傳入「git bisect terms」的 %s 引數無效。\n"
3179 "支援的選項有:--term-good|--term-old 和 --term-bad|--term-new。"
3180
3181 #: builtin/bisect.c
3182 #, c-format
3183 msgid "could not open '%s' for appending"
3184 msgstr "無法開啟「%s」進行附加"
3185
3186 #: builtin/bisect.c
3187 msgid "'' is not a valid term"
3188 msgstr "「」不是有效的措詞"
3189
3190 #: builtin/bisect.c
3191 #, c-format
3192 msgid "unrecognized option: '%s'"
3193 msgstr "無法辨識選項:「%s」"
3194
3195 #: builtin/bisect.c
3196 #, c-format
3197 msgid "'%s' does not appear to be a valid revision"
3198 msgstr "「%s」似乎不是有效修訂版"
3199
3200 #: builtin/bisect.c
3201 msgid "bad HEAD - I need a HEAD"
3202 msgstr "HEAD 無效 — 需要一個 HEAD"
3203
3204 #: builtin/bisect.c
3205 #, c-format
3206 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
3207 msgstr "簽出「%s」失敗。請嘗試「git bisect start <valid-branch>」。"
3208
3209 #: builtin/bisect.c
3210 msgid "bad HEAD - strange symbolic ref"
3211 msgstr "HEAD 無效 — 異常符號引用"
3212
3213 #: builtin/bisect.c
3214 #, c-format
3215 msgid "invalid ref: '%s'"
3216 msgstr "引用無效:「%s」"
3217
3218 #: builtin/bisect.c
3219 msgid "You need to start by \"git bisect start\"\n"
3220 msgstr "要開始,請執行「git bisect start」\n"
3221
3222 # 譯者:請維持句尾空格
3223 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3224 #. translation. The program will only accept English input
3225 #. at this point.
3226 #.
3227 #: builtin/bisect.c
3228 msgid "Do you want me to do it for you [Y/n]? "
3229 msgstr "是否要這麼做 [Y/n]? "
3230
3231 #: builtin/bisect.c
3232 msgid "Please call `--bisect-state` with at least one argument"
3233 msgstr "要呼叫 `--bisect-state`,請傳入一個以上的引數"
3234
3235 #: builtin/bisect.c
3236 #, c-format
3237 msgid "'git bisect %s' can take only one argument."
3238 msgstr "「git bisect %s」只取一個引數。"
3239
3240 #: builtin/bisect.c
3241 #, c-format
3242 msgid "Bad rev input: %s"
3243 msgstr "rev 輸入格式錯誤:%s"
3244
3245 #: builtin/bisect.c
3246 #, c-format
3247 msgid "Bad rev input (not a commit): %s"
3248 msgstr "rev 輸入有誤(不是提交):%s"
3249
3250 #: builtin/bisect.c
3251 msgid "We are not bisecting."
3252 msgstr "我們沒有在二分搜尋。"
3253
3254 #: builtin/bisect.c
3255 #, c-format
3256 msgid "'%s'?? what are you talking about?"
3257 msgstr "「%s」??您在說什麼?"
3258
3259 #: builtin/bisect.c
3260 #, c-format
3261 msgid "cannot read file '%s' for replaying"
3262 msgstr "無法讀取「%s」檔案進行重放"
3263
3264 #: builtin/bisect.c
3265 #, c-format
3266 msgid "running %s\n"
3267 msgstr "正在執行 %s\n"
3268
3269 #: builtin/bisect.c
3270 msgid "bisect run failed: no command provided."
3271 msgstr "二分搜尋執行失敗:沒有提供命令。"
3272
3273 #: builtin/bisect.c
3274 #, c-format
3275 msgid "unable to verify %s on '%s' revision"
3276 msgstr "無法在「%2$s」修訂版上驗證 %1$s"
3277
3278 #: builtin/bisect.c
3279 #, c-format
3280 msgid "bogus exit code %d for '%s' revision"
3281 msgstr "處理「%2$s」修訂版時遇到了虛假的結束代碼 %1$d"
3282
3283 #: builtin/bisect.c
3284 #, c-format
3285 msgid "bisect run failed: exit code %d from %s is < 0 or >= 128"
3286 msgstr "二分搜尋執行失敗:%2$s 的結束代碼 %1$d 小於 0 或大於 128"
3287
3288 #: builtin/bisect.c
3289 #, c-format
3290 msgid "cannot open file '%s' for writing"
3291 msgstr "無法開啟「%s」檔案進行寫入"
3292
3293 #: builtin/bisect.c
3294 msgid "bisect run cannot continue any more"
3295 msgstr "二分搜尋不能繼續執行"
3296
3297 #: builtin/bisect.c
3298 msgid "bisect run success"
3299 msgstr "二分搜尋執行成功"
3300
3301 #: builtin/bisect.c
3302 #, c-format
3303 msgid "bisect found first '%s' commit\n"
3304 msgstr "二分搜尋找到了第一個「%s」提交\n"
3305
3306 #: builtin/bisect.c
3307 #, c-format
3308 msgid "bisect run failed: 'git bisect %s' exited with error code %d"
3309 msgstr "二分搜尋執行失敗:「git bisect %s」以錯誤碼 %d 離開"
3310
3311 #: builtin/bisect.c
3312 #, c-format
3313 msgid "'%s' requires either no argument or a commit"
3314 msgstr "「%s」不需要引數,或者得傳入一個提交"
3315
3316 #: builtin/bisect.c
3317 #, c-format
3318 msgid "'%s' requires 0 or 1 argument"
3319 msgstr "「%s」需要 0 或 1 個引數"
3320
3321 #: builtin/bisect.c
3322 #, c-format
3323 msgid "'%s' requires 0 arguments"
3324 msgstr "「%s」不需引數"
3325
3326 #: builtin/bisect.c
3327 msgid "no logfile given"
3328 msgstr "未提供日誌檔案"
3329
3330 #: builtin/bisect.c
3331 #, c-format
3332 msgid "'%s' failed: no command provided."
3333 msgstr "「%s」失敗:沒有提供命令。"
3334
3335 #: builtin/bisect.c
3336 msgid "need a command"
3337 msgstr "需要提供命令"
3338
3339 #: builtin/bisect.c builtin/cat-file.c
3340 #, c-format
3341 msgid "unknown command: '%s'"
3342 msgstr "未知命令:「%s」"
3343
3344 #: builtin/blame.c
3345 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3346 msgstr "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3347
3348 #: builtin/blame.c
3349 msgid "git annotate [<options>] [<rev-opts>] [<rev>] [--] <file>"
3350 msgstr "git annotate [<options>] [<rev-opts>] [<rev>] [--] <file>"
3351
3352 #: builtin/blame.c
3353 msgid "<rev-opts> are documented in git-rev-list(1)"
3354 msgstr "<rev-opts> 的文件在 git-rev-list(1)"
3355
3356 #: builtin/blame.c
3357 #, c-format
3358 msgid "expecting a color: %s"
3359 msgstr "預期是個顏色:%s"
3360
3361 #: builtin/blame.c
3362 msgid "must end with a color"
3363 msgstr "結尾必須是一個顏色"
3364
3365 #: builtin/blame.c diff.c merge-ort.c transport.c
3366 #, c-format
3367 msgid "unknown value for config '%s': %s"
3368 msgstr "設定 '%s' 的取值未知:%s"
3369
3370 #: builtin/blame.c builtin/merge-file.c diff.c
3371 msgid ""
3372 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
3373 "\"histogram\""
3374 msgstr ""
3375 "diff-algorithm 選項有 \"myers\"、\"minimal\"、\"patience\" 和 \"histogram\""
3376
3377 #: builtin/blame.c
3378 #, c-format
3379 msgid "cannot find revision %s to ignore"
3380 msgstr "不能找到要忽略的 %s 修訂版"
3381
3382 #: builtin/blame.c
3383 msgid "show blame entries as we find them, incrementally"
3384 msgstr "漸進式顯示發現的溯源項目"
3385
3386 #: builtin/blame.c
3387 msgid "do not show object names of boundary commits (Default: off)"
3388 msgstr "不要顯示邊界提交的物件名稱(預設值:off)"
3389
3390 #: builtin/blame.c
3391 msgid "do not treat root commits as boundaries (Default: off)"
3392 msgstr "不把根提交當作邊界(預設值:off)"
3393
3394 #: builtin/blame.c
3395 msgid "show work cost statistics"
3396 msgstr "顯示工作量統計"
3397
3398 #: builtin/blame.c builtin/checkout.c builtin/clone.c builtin/commit-graph.c
3399 #: builtin/fetch.c builtin/merge.c builtin/multi-pack-index.c builtin/pull.c
3400 #: builtin/push.c builtin/remote.c builtin/send-pack.c
3401 msgid "force progress reporting"
3402 msgstr "強制顯示進度報告"
3403
3404 #: builtin/blame.c
3405 msgid "show output score for blame entries"
3406 msgstr "顯示溯源項目的輸出分數"
3407
3408 #: builtin/blame.c
3409 msgid "show original filename (Default: auto)"
3410 msgstr "顯示原始檔案名稱(預設值:auto)"
3411
3412 #: builtin/blame.c
3413 msgid "show original linenumber (Default: off)"
3414 msgstr "顯示原始列碼(預設值:off)"
3415
3416 #: builtin/blame.c
3417 msgid "show in a format designed for machine consumption"
3418 msgstr "顯示成適合機器讀取的格式"
3419
3420 #: builtin/blame.c
3421 msgid "show porcelain format with per-line commit information"
3422 msgstr "顯示包含每一列提交資訊,適合機器讀取的格式"
3423
3424 #: builtin/blame.c
3425 msgid "use the same output mode as git-annotate (Default: off)"
3426 msgstr "使用和 git-annotate 相同的輸出模式(預設值:off)"
3427
3428 #: builtin/blame.c
3429 msgid "show raw timestamp (Default: off)"
3430 msgstr "顯示原始時間戳(預設值:off)"
3431
3432 #: builtin/blame.c
3433 msgid "show long commit SHA1 (Default: off)"
3434 msgstr "顯示較長的 SHA1 提交編號(預設值:off)"
3435
3436 #: builtin/blame.c
3437 msgid "suppress author name and timestamp (Default: off)"
3438 msgstr "隱藏作者名字及時間戳(預設值:off)"
3439
3440 #: builtin/blame.c
3441 msgid "show author email instead of name (Default: off)"
3442 msgstr "顯示作者信箱而非名稱(預設值:off)"
3443
3444 #: builtin/blame.c
3445 msgid "ignore whitespace differences"
3446 msgstr "忽略空白差異"
3447
3448 #: builtin/blame.c builtin/merge-file.c diff.c
3449 msgid "<algorithm>"
3450 msgstr "<演算法>"
3451
3452 #: builtin/blame.c builtin/merge-file.c diff.c
3453 msgid "choose a diff algorithm"
3454 msgstr "選擇一個差異演算法"
3455
3456 #: builtin/blame.c builtin/clone.c builtin/log.c
3457 msgid "rev"
3458 msgstr "rev"
3459
3460 #: builtin/blame.c
3461 msgid "ignore <rev> when blaming"
3462 msgstr "在執行溯源動作時忽略 <rev>"
3463
3464 #: builtin/blame.c
3465 msgid "ignore revisions from <file>"
3466 msgstr "忽略 <file> 中的修訂版"
3467
3468 #: builtin/blame.c
3469 msgid "color redundant metadata from previous line differently"
3470 msgstr "使用顏色間隔輸出與前一行不同的重複中介資料"
3471
3472 #: builtin/blame.c
3473 msgid "color lines by age"
3474 msgstr "根據時間著色"
3475
3476 #: builtin/blame.c
3477 msgid "spend extra cycles to find a better match"
3478 msgstr "多跑幾輪來找到更符合的項目"
3479
3480 #: builtin/blame.c
3481 msgid "use revisions from <file> instead of calling git-rev-list"
3482 msgstr "使用來自 <file> 的修訂集而不是呼叫 git-rev-list"
3483
3484 #: builtin/blame.c
3485 msgid "use <file>'s contents as the final image"
3486 msgstr "將 <file> 的內容當成是最終印象"
3487
3488 #: builtin/blame.c
3489 msgid "score"
3490 msgstr "score"
3491
3492 #: builtin/blame.c
3493 msgid "find line copies within and across files"
3494 msgstr "尋找檔案內及跨檔案複製的列"
3495
3496 #: builtin/blame.c
3497 msgid "find line movements within and across files"
3498 msgstr "尋找檔案內及跨檔案移動的列"
3499
3500 #: builtin/blame.c
3501 msgid "range"
3502 msgstr "range"
3503
3504 #: builtin/blame.c
3505 msgid "process only line range <start>,<end> or function :<funcname>"
3506 msgstr "只處理範圍在 <開始>,<結尾> 的列,或是 :<函數名稱> 函數"
3507
3508 #: builtin/blame.c
3509 msgid "--progress can't be used with --incremental or porcelain formats"
3510 msgstr "--progress 不能跟 --incremental 或 porcelain 格式同時使用"
3511
3512 #. TRANSLATORS: This string is used to tell us the
3513 #. maximum display width for a relative timestamp in
3514 #. "git blame" output. For C locale, "4 years, 11
3515 #. months ago", which takes 22 places, is the longest
3516 #. among various forms of relative timestamps, but
3517 #. your language may need more or fewer display
3518 #. columns.
3519 #.
3520 #: builtin/blame.c
3521 msgid "4 years, 11 months ago"
3522 msgstr "4 年 11 個月前"
3523
3524 #: builtin/blame.c
3525 #, c-format
3526 msgid "file %s has only %lu line"
3527 msgid_plural "file %s has only %lu lines"
3528 msgstr[0] "檔案 %s 只有 %lu 列"
3529
3530 #: builtin/blame.c
3531 msgid "Blaming lines"
3532 msgstr "溯源文字列"
3533
3534 #: builtin/branch.c
3535 msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
3536 msgstr "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
3537
3538 #: builtin/branch.c
3539 msgid ""
3540 "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-"
3541 "point>]"
3542 msgstr ""
3543 "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-"
3544 "point>]"
3545
3546 #: builtin/branch.c
3547 msgid "git branch [<options>] [-l] [<pattern>...]"
3548 msgstr "git branch [<options>] [-l] [<pattern>...]"
3549
3550 #: builtin/branch.c
3551 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3552 msgstr "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3553
3554 #: builtin/branch.c
3555 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3556 msgstr "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3557
3558 #: builtin/branch.c
3559 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
3560 msgstr "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
3561
3562 #: builtin/branch.c
3563 msgid "git branch [<options>] [-r | -a] [--points-at]"
3564 msgstr "git branch [<options>] [-r | -a] [--points-at]"
3565
3566 #: builtin/branch.c
3567 msgid "git branch [<options>] [-r | -a] [--format]"
3568 msgstr "git branch [<options>] [-r | -a] [--format]"
3569
3570 # 譯者:保持原換行格式,在輸出時 %s 的替代內容會讓字串變長
3571 #: builtin/branch.c
3572 #, c-format
3573 msgid ""
3574 "deleting branch '%s' that has been merged to\n"
3575 " '%s', but not yet merged to HEAD"
3576 msgstr ""
3577 "要刪除的分支「%s」已經被合併到\n"
3578 " 「%s」,但尚未合併到 HEAD"
3579
3580 # 譯者:保持原換行格式,在輸出時 %s 的替代內容會讓字串變長
3581 #: builtin/branch.c
3582 #, c-format
3583 msgid ""
3584 "not deleting branch '%s' that is not yet merged to\n"
3585 " '%s', even though it is merged to HEAD"
3586 msgstr ""
3587 "並未刪除分支「%s」,雖然已經合併到 HEAD,\n"
3588 " 卻尚未被合併至「%s」分支"
3589
3590 #: builtin/branch.c
3591 #, c-format
3592 msgid "couldn't look up commit object for '%s'"
3593 msgstr "無法查詢「%s」指向的提交物件"
3594
3595 #: builtin/branch.c
3596 #, c-format
3597 msgid "the branch '%s' is not fully merged"
3598 msgstr "分支「%s」沒有完全合併"
3599
3600 #: builtin/branch.c
3601 #, c-format
3602 msgid "If you are sure you want to delete it, run 'git branch -D %s'"
3603 msgstr "如果確定要刪除它,請執行「git branch -D %s」"
3604
3605 #: builtin/branch.c
3606 msgid "update of config-file failed"
3607 msgstr "更新組態檔案失敗"
3608
3609 #: builtin/branch.c
3610 msgid "cannot use -a with -d"
3611 msgstr "不能將 -a 和 -d 同時使用"
3612
3613 #: builtin/branch.c
3614 #, c-format
3615 msgid "cannot delete branch '%s' used by worktree at '%s'"
3616 msgstr "無法刪除被位於「%2$s」的工作區使用的分支「%1$s」"
3617
3618 #: builtin/branch.c
3619 #, c-format
3620 msgid "remote-tracking branch '%s' not found"
3621 msgstr "找不到遠端追蹤分支「%s」"
3622
3623 #: builtin/branch.c
3624 #, c-format
3625 msgid ""
3626 "branch '%s' not found.\n"
3627 "Did you forget --remote?"
3628 msgstr ""
3629 "找不到分支「%s」。\n"
3630 "您可能想加上 --remote?"
3631
3632 #: builtin/branch.c
3633 #, c-format
3634 msgid "branch '%s' not found"
3635 msgstr "找不到分支「%s」"
3636
3637 #: builtin/branch.c
3638 #, c-format
3639 msgid "Deleted remote-tracking branch %s (was %s).\n"
3640 msgstr "已刪除遠端追蹤分支 %s(曾為 %s)。\n"
3641
3642 #: builtin/branch.c
3643 #, c-format
3644 msgid "Deleted branch %s (was %s).\n"
3645 msgstr "已刪除分支 %s(曾為 %s)。\n"
3646
3647 #: builtin/branch.c builtin/tag.c
3648 msgid "unable to parse format string"
3649 msgstr "無法解析格式化字串"
3650
3651 #: builtin/branch.c
3652 msgid "could not resolve HEAD"
3653 msgstr "無法解析 HEAD 指標"
3654
3655 #: builtin/branch.c
3656 #, c-format
3657 msgid "HEAD (%s) points outside of refs/heads/"
3658 msgstr "HEAD 指標 (%s) 指向 refs/heads/ 之外"
3659
3660 #: builtin/branch.c
3661 #, c-format
3662 msgid "branch %s is being rebased at %s"
3663 msgstr "分支 %s 正在重定基底至 %s"
3664
3665 #: builtin/branch.c
3666 #, c-format
3667 msgid "branch %s is being bisected at %s"
3668 msgstr "分支 %s 正於 %s 進行二分搜尋"
3669
3670 #: builtin/branch.c
3671 #, c-format
3672 msgid "HEAD of working tree %s is not updated"
3673 msgstr "%s 工作區的 HEAD 指標未被更新"
3674
3675 #: builtin/branch.c
3676 #, c-format
3677 msgid "invalid branch name: '%s'"
3678 msgstr "分支名稱無效:「%s」"
3679
3680 #: builtin/branch.c
3681 #, c-format
3682 msgid "no commit on branch '%s' yet"
3683 msgstr "分支「%s」尚無提交"
3684
3685 #: builtin/branch.c
3686 #, c-format
3687 msgid "no branch named '%s'"
3688 msgstr "沒有名為「%s」的分支"
3689
3690 #: builtin/branch.c
3691 msgid "branch rename failed"
3692 msgstr "重新命名分支失敗"
3693
3694 #: builtin/branch.c
3695 msgid "branch copy failed"
3696 msgstr "複製分支失敗"
3697
3698 #: builtin/branch.c
3699 #, c-format
3700 msgid "created a copy of a misnamed branch '%s'"
3701 msgstr "已為誤命名的分支「%s」建立複本"
3702
3703 #: builtin/branch.c
3704 #, c-format
3705 msgid "renamed a misnamed branch '%s' away"
3706 msgstr "已將誤命名的分支「%s」重新命名"
3707
3708 #: builtin/branch.c
3709 #, c-format
3710 msgid "branch renamed to %s, but HEAD is not updated"
3711 msgstr "分支已重新命名為 %s,但 HEAD 指標並未更新"
3712
3713 #: builtin/branch.c
3714 msgid "branch is renamed, but update of config-file failed"
3715 msgstr "分支已重新命名,但組態檔案更新失敗"
3716
3717 #: builtin/branch.c
3718 msgid "branch is copied, but update of config-file failed"
3719 msgstr "分支已複製,但組態檔案更新失敗"
3720
3721 #: builtin/branch.c
3722 #, c-format
3723 msgid ""
3724 "Please edit the description for the branch\n"
3725 " %s\n"
3726 "Lines starting with '%s' will be stripped.\n"
3727 msgstr ""
3728 "請編輯以下分支的描述\n"
3729 " %s\n"
3730 "開頭是「%s」的列將被濾除。\n"
3731
3732 #: builtin/branch.c
3733 msgid "Generic options"
3734 msgstr "一般性選項"
3735
3736 #: builtin/branch.c
3737 msgid "show hash and subject, give twice for upstream branch"
3738 msgstr "顯示雜湊值和主旨,若傳入兩次則顯示上游分支"
3739
3740 #: builtin/branch.c
3741 msgid "suppress informational messages"
3742 msgstr "不顯示資訊訊息"
3743
3744 #: builtin/branch.c builtin/checkout.c builtin/submodule--helper.c
3745 msgid "set branch tracking configuration"
3746 msgstr "設定分支追蹤組態"
3747
3748 #: builtin/branch.c
3749 msgid "do not use"
3750 msgstr "請勿使用"
3751
3752 #: builtin/branch.c
3753 msgid "upstream"
3754 msgstr "upstream"
3755
3756 #: builtin/branch.c
3757 msgid "change the upstream info"
3758 msgstr "變更上游資訊"
3759
3760 #: builtin/branch.c
3761 msgid "unset the upstream info"
3762 msgstr "取消設定上游資訊"
3763
3764 #: builtin/branch.c
3765 msgid "use colored output"
3766 msgstr "使用彩色輸出"
3767
3768 #: builtin/branch.c
3769 msgid "act on remote-tracking branches"
3770 msgstr "作用於遠端追蹤分支"
3771
3772 #: builtin/branch.c
3773 msgid "print only branches that contain the commit"
3774 msgstr "只輸出包含此提交的分支"
3775
3776 #: builtin/branch.c
3777 msgid "print only branches that don't contain the commit"
3778 msgstr "只輸出不包含此提交的分支"
3779
3780 #: builtin/branch.c
3781 msgid "Specific git-branch actions:"
3782 msgstr "特定的 git-branch 動作:"
3783
3784 #: builtin/branch.c
3785 msgid "list both remote-tracking and local branches"
3786 msgstr "列出遠端追蹤和本機分支"
3787
3788 #: builtin/branch.c
3789 msgid "delete fully merged branch"
3790 msgstr "刪除完全合併的分支"
3791
3792 #: builtin/branch.c
3793 msgid "delete branch (even if not merged)"
3794 msgstr "刪除分支(即使尚未合併)"
3795
3796 #: builtin/branch.c
3797 msgid "move/rename a branch and its reflog"
3798 msgstr "移動或重新命名分支及其引用日誌"
3799
3800 #: builtin/branch.c
3801 msgid "move/rename a branch, even if target exists"
3802 msgstr "即使目標已存在,仍移動或重新命名分支"
3803
3804 #: builtin/branch.c builtin/for-each-ref.c builtin/tag.c
3805 msgid "do not output a newline after empty formatted refs"
3806 msgstr "在格式化為空字串的引用之後不輸出換列符號"
3807
3808 #: builtin/branch.c
3809 msgid "copy a branch and its reflog"
3810 msgstr "複製分支及其引用日誌"
3811
3812 #: builtin/branch.c
3813 msgid "copy a branch, even if target exists"
3814 msgstr "即使目標已存在仍複製分支"
3815
3816 #: builtin/branch.c
3817 msgid "list branch names"
3818 msgstr "列出分支名稱"
3819
3820 #: builtin/branch.c
3821 msgid "show current branch name"
3822 msgstr "顯示目前分支名稱"
3823
3824 #: builtin/branch.c builtin/submodule--helper.c
3825 msgid "create the branch's reflog"
3826 msgstr "建立分支的引用日誌"
3827
3828 #: builtin/branch.c
3829 msgid "edit the description for the branch"
3830 msgstr "編輯分支的描述"
3831
3832 #: builtin/branch.c
3833 msgid "force creation, move/rename, deletion"
3834 msgstr "強制建立、移動/重新命名、刪除"
3835
3836 #: builtin/branch.c
3837 msgid "print only branches that are merged"
3838 msgstr "只輸出已經合併的分支"
3839
3840 #: builtin/branch.c
3841 msgid "print only branches that are not merged"
3842 msgstr "只輸出尚未合併的分支"
3843
3844 #: builtin/branch.c
3845 msgid "list branches in columns"
3846 msgstr "以行的形式列出分支"
3847
3848 #: builtin/branch.c builtin/for-each-ref.c builtin/notes.c builtin/tag.c
3849 msgid "object"
3850 msgstr "object"
3851
3852 #: builtin/branch.c
3853 msgid "print only branches of the object"
3854 msgstr "只輸出指向此物件的分支"
3855
3856 #: builtin/branch.c builtin/for-each-ref.c builtin/tag.c
3857 msgid "sorting and filtering are case insensitive"
3858 msgstr "排序和過濾不區分大小寫"
3859
3860 #: builtin/branch.c builtin/ls-files.c
3861 msgid "recurse through submodules"
3862 msgstr "在子模組中遞迴"
3863
3864 #: builtin/branch.c builtin/for-each-ref.c builtin/ls-files.c builtin/ls-tree.c
3865 #: builtin/tag.c builtin/verify-tag.c
3866 msgid "format to use for the output"
3867 msgstr "輸出格式"
3868
3869 #: builtin/branch.c
3870 msgid "failed to resolve HEAD as a valid ref"
3871 msgstr "無法將 HEAD 解析為有效引用"
3872
3873 #: builtin/branch.c builtin/clone.c
3874 msgid "HEAD not found below refs/heads!"
3875 msgstr "HEAD 指標不在 /refs/heads 中!"
3876
3877 #: builtin/branch.c
3878 msgid ""
3879 "branch with --recurse-submodules can only be used if "
3880 "submodule.propagateBranches is enabled"
3881 msgstr ""
3882 "有 --recurse-submodules 的分支,只能在啟用 submodule.propagateBranches 時使用"
3883
3884 #: builtin/branch.c
3885 msgid "--recurse-submodules can only be used to create branches"
3886 msgstr "--recurse-submodules 只能用來建立分支"
3887
3888 #: builtin/branch.c
3889 msgid "branch name required"
3890 msgstr "必須提供分支名稱"
3891
3892 #: builtin/branch.c
3893 msgid "cannot give description to detached HEAD"
3894 msgstr "無法向分離 HEAD 指標提供描述"
3895
3896 #: builtin/branch.c
3897 msgid "cannot edit description of more than one branch"
3898 msgstr "無法編輯超過一個分支的描述"
3899
3900 #: builtin/branch.c
3901 msgid "cannot copy the current branch while not on any"
3902 msgstr "不在任何分支上,不能複製目前分支"
3903
3904 #: builtin/branch.c
3905 msgid "cannot rename the current branch while not on any"
3906 msgstr "不在任何分支上,不能重新命名目前分支"
3907
3908 #: builtin/branch.c
3909 msgid "too many branches for a copy operation"
3910 msgstr "要進行複製動作的分支太多"
3911
3912 #: builtin/branch.c
3913 msgid "too many arguments for a rename operation"
3914 msgstr "傳入重新命名動作的引數太多"
3915
3916 #: builtin/branch.c
3917 msgid "too many arguments to set new upstream"
3918 msgstr "要設定新上游的引數太多"
3919
3920 #: builtin/branch.c
3921 #, c-format
3922 msgid ""
3923 "could not set upstream of HEAD to %s when it does not point to any branch"
3924 msgstr "HEAD 不指向任何分支時無法將其上游設為 %s"
3925
3926 #: builtin/branch.c
3927 #, c-format
3928 msgid "no such branch '%s'"
3929 msgstr "無「%s」分支"
3930
3931 #: builtin/branch.c
3932 #, c-format
3933 msgid "branch '%s' does not exist"
3934 msgstr "沒有「%s」分支"
3935
3936 #: builtin/branch.c
3937 msgid "too many arguments to unset upstream"
3938 msgstr "要取消設定上游的引數太多"
3939
3940 #: builtin/branch.c
3941 msgid "could not unset upstream of HEAD when it does not point to any branch"
3942 msgstr "HEAD 不指向任何分支時無法取消設定其上游"
3943
3944 #: builtin/branch.c
3945 #, c-format
3946 msgid "branch '%s' has no upstream information"
3947 msgstr "分支「%s」沒有上游資訊"
3948
3949 #: builtin/branch.c
3950 msgid ""
3951 "the -a, and -r, options to 'git branch' do not take a branch name.\n"
3952 "Did you mean to use: -a|-r --list <pattern>?"
3953 msgstr ""
3954 "「git branch」的 -a 和 -r 選項不取分支名稱。\n"
3955 "您是想使用:-a|-r --list <模式> 嗎?"
3956
3957 #: builtin/branch.c
3958 msgid ""
3959 "the '--set-upstream' option is no longer supported. Please use '--track' or "
3960 "'--set-upstream-to' instead"
3961 msgstr ""
3962 "不再支援選項「--set-upstream」。請改用「--track」或「--set-upstream-to」"
3963
3964 #: builtin/bugreport.c
3965 msgid "git version:\n"
3966 msgstr "git 版本:\n"
3967
3968 #: builtin/bugreport.c
3969 msgid "compiler info: "
3970 msgstr "編譯器資訊: "
3971
3972 #: builtin/bugreport.c
3973 msgid "libc info: "
3974 msgstr "libc 資訊: "
3975
3976 #: builtin/bugreport.c
3977 msgid "not run from a git repository - no hooks to show\n"
3978 msgstr "不是在 git 版本庫執行 — 沒有可顯示的掛鉤\n"
3979
3980 #: builtin/bugreport.c
3981 msgid ""
3982 "git bugreport [(-o | --output-directory) <path>]\n"
3983 " [(-s | --suffix) <format> | --no-suffix]\n"
3984 " [--diagnose[=<mode>]]"
3985 msgstr ""
3986 "git bugreport [(-o | --output-directory) <path>]\n"
3987 " [(-s | --suffix) <format> | --no-suffix]\n"
3988 " [--diagnose[=<mode>]]"
3989
3990 #: builtin/bugreport.c
3991 msgid ""
3992 "Thank you for filling out a Git bug report!\n"
3993 "Please answer the following questions to help us understand your issue.\n"
3994 "\n"
3995 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
3996 "\n"
3997 "What did you expect to happen? (Expected behavior)\n"
3998 "\n"
3999 "What happened instead? (Actual behavior)\n"
4000 "\n"
4001 "What's different between what you expected and what actually happened?\n"
4002 "\n"
4003 "Anything else you want to add:\n"
4004 "\n"
4005 "Please review the rest of the bug report below.\n"
4006 "You can delete any lines you don't wish to share.\n"
4007 msgstr ""
4008 "感謝您填寫 Git 臭蟲報告!\n"
4009 "請回答下列詢問,協助我們了解您的問題。\n"
4010 "\n"
4011 "臭蟲發生前,您做了什麼?(重現問題的步驟)\n"
4012 "\n"
4013 "原本您預期發生什麼?(預期行為)\n"
4014 "\n"
4015 "那實際上發生了什麼?(實際行為)\n"
4016 "\n"
4017 "預期發生的行為,跟實際發生的行為有什麼不同?\n"
4018 "\n"
4019 "其他您想加入的:\n"
4020 "\n"
4021 "請檢閱臭蟲報告下方的剩餘部分。\n"
4022 "您可刪除任何您不想分享的地方。\n"
4023
4024 #: builtin/bugreport.c builtin/commit.c builtin/fast-export.c
4025 #: builtin/pack-objects.c builtin/rebase.c builtin/repack.c builtin/replay.c
4026 #: parse-options.h
4027 msgid "mode"
4028 msgstr "mode"
4029
4030 #: builtin/bugreport.c
4031 msgid ""
4032 "create an additional zip archive of detailed diagnostics (default 'stats')"
4033 msgstr "另外建立有詳細診斷資訊的 ZIP 封存檔(預設值「stats」)"
4034
4035 #: builtin/bugreport.c
4036 msgid "specify a destination for the bugreport file(s)"
4037 msgstr "指定臭蟲報告檔案的目的地"
4038
4039 #: builtin/bugreport.c
4040 msgid "specify a strftime format suffix for the filename(s)"
4041 msgstr "指定用於檔名的 strftime 格式後綴"
4042
4043 #: builtin/bugreport.c
4044 #, c-format
4045 msgid "unknown argument `%s'"
4046 msgstr "未知引數「%s」"
4047
4048 #: builtin/bugreport.c builtin/diagnose.c
4049 #, c-format
4050 msgid "could not create leading directories for '%s'"
4051 msgstr "無法建立「%s」的前置目錄"
4052
4053 #: builtin/bugreport.c builtin/diagnose.c
4054 #, c-format
4055 msgid "unable to create diagnostics archive %s"
4056 msgstr "無法建立 %s 診斷封存檔"
4057
4058 #: builtin/bugreport.c
4059 msgid "System Info"
4060 msgstr "系統資訊"
4061
4062 #: builtin/bugreport.c
4063 msgid "Enabled Hooks"
4064 msgstr "啟用的掛鉤"
4065
4066 #: builtin/bugreport.c
4067 #, c-format
4068 msgid "unable to write to %s"
4069 msgstr "無法寫入 %s"
4070
4071 #: builtin/bugreport.c
4072 #, c-format
4073 msgid "Created new report at '%s'.\n"
4074 msgstr "已在「%s」建立新報告。\n"
4075
4076 #: builtin/bundle.c
4077 msgid ""
4078 "git bundle create [-q | --quiet | --progress]\n"
4079 " [--version=<version>] <file> <git-rev-list-args>"
4080 msgstr ""
4081 "git bundle create [-q | --quiet | --progress]\n"
4082 " [--version=<version>] <file> <git-rev-list-args>"
4083
4084 #: builtin/bundle.c
4085 msgid "git bundle verify [-q | --quiet] <file>"
4086 msgstr "git bundle verify [-q | --quiet] <file>"
4087
4088 #: builtin/bundle.c
4089 msgid "git bundle list-heads <file> [<refname>...]"
4090 msgstr "git bundle list-heads <file> [<refname>...]"
4091
4092 #: builtin/bundle.c
4093 msgid "git bundle unbundle [--progress] <file> [<refname>...]"
4094 msgstr "git bundle unbundle [--progress] <file> [<refname>...]"
4095
4096 #: builtin/bundle.c
4097 msgid "need a <file> argument"
4098 msgstr "需要提供 <file> 引數"
4099
4100 #: builtin/bundle.c builtin/pack-objects.c
4101 msgid "do not show progress meter"
4102 msgstr "不顯示進度列"
4103
4104 #: builtin/bundle.c builtin/pack-objects.c
4105 msgid "show progress meter"
4106 msgstr "顯示進度列"
4107
4108 #: builtin/bundle.c
4109 msgid "historical; same as --progress"
4110 msgstr "歷史遺留選項;和 --progress 相同"
4111
4112 #: builtin/bundle.c
4113 msgid "historical; does nothing"
4114 msgstr "歷史遺留選項;沒有作用"
4115
4116 #: builtin/bundle.c
4117 msgid "specify bundle format version"
4118 msgstr "指定套件包的格式版本"
4119
4120 #: builtin/bundle.c
4121 msgid "Need a repository to create a bundle."
4122 msgstr "需要版本庫來建立套件包。"
4123
4124 #: builtin/bundle.c
4125 msgid "do not show bundle details"
4126 msgstr "不顯示套件包的詳細資訊"
4127
4128 #: builtin/bundle.c bundle.c
4129 msgid "need a repository to verify a bundle"
4130 msgstr "需要版本庫驗證套件包"
4131
4132 #: builtin/bundle.c
4133 #, c-format
4134 msgid "%s is okay\n"
4135 msgstr "%s 可以\n"
4136
4137 #: builtin/bundle.c
4138 msgid "Need a repository to unbundle."
4139 msgstr "需要版本庫才能拆分套件包。"
4140
4141 #: builtin/bundle.c
4142 msgid "Unbundling objects"
4143 msgstr "正在拆分物件"
4144
4145 #: builtin/cat-file.c
4146 #, c-format
4147 msgid "cannot read object %s '%s'"
4148 msgstr "無法讀取物件 %s「%s」"
4149
4150 #: builtin/cat-file.c
4151 #, c-format
4152 msgid "mailmap: invalid boolean '%s'"
4153 msgstr "mailmap:無效的布林值「%s」"
4154
4155 #: builtin/cat-file.c
4156 msgid "flush is only for --buffer mode"
4157 msgstr "排清功能只能用於 --buffer 模式"
4158
4159 #: builtin/cat-file.c
4160 msgid "empty command in input"
4161 msgstr "輸入中沒有命令"
4162
4163 #: builtin/cat-file.c
4164 #, c-format
4165 msgid "whitespace before command: '%s'"
4166 msgstr "命令前有空格:「%s」"
4167
4168 #: builtin/cat-file.c
4169 #, c-format
4170 msgid "%s requires arguments"
4171 msgstr "%s 需要引數"
4172
4173 #: builtin/cat-file.c
4174 #, c-format
4175 msgid "%s takes no arguments"
4176 msgstr "%s 不取引數"
4177
4178 #: builtin/cat-file.c
4179 msgid "only one batch option may be specified"
4180 msgstr "只能指定一個批次處理選項"
4181
4182 #: builtin/cat-file.c
4183 msgid "git cat-file <type> <object>"
4184 msgstr "git cat-file <type> <object>"
4185
4186 #: builtin/cat-file.c
4187 msgid "git cat-file (-e | -p | -t | -s) <object>"
4188 msgstr "git cat-file (-e | -p | -t | -s) <object>"
4189
4190 #: builtin/cat-file.c
4191 msgid ""
4192 "git cat-file (--textconv | --filters)\n"
4193 " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]"
4194 msgstr ""
4195 "git cat-file (--textconv | --filters)\n"
4196 " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]"
4197
4198 #: builtin/cat-file.c
4199 msgid ""
4200 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
4201 "objects]\n"
4202 " [--buffer] [--follow-symlinks] [--unordered]\n"
4203 " [--textconv | --filters] [-Z]"
4204 msgstr ""
4205 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
4206 "objects]\n"
4207 " [--buffer] [--follow-symlinks] [--unordered]\n"
4208 " [--textconv | --filters] [-Z]"
4209
4210 #: builtin/cat-file.c
4211 msgid "Check object existence or emit object contents"
4212 msgstr "檢查物件的存在狀態,或輸出物件內容"
4213
4214 #: builtin/cat-file.c
4215 msgid "check if <object> exists"
4216 msgstr "檢查 <object> 是否存在"
4217
4218 #: builtin/cat-file.c
4219 msgid "pretty-print <object> content"
4220 msgstr "美化輸出 <object> 的內容"
4221
4222 #: builtin/cat-file.c
4223 msgid "Emit [broken] object attributes"
4224 msgstr "輸出 [損壞的] ([broken]) 物件屬性"
4225
4226 #: builtin/cat-file.c
4227 msgid "show object type (one of 'blob', 'tree', 'commit', 'tag', ...)"
4228 msgstr ""
4229 "顯示物件類型(可以是「blob」、「tree」、「commit」、「tag」等其中一個)"
4230
4231 #: builtin/cat-file.c
4232 msgid "show object size"
4233 msgstr "顯示物件大小"
4234
4235 #: builtin/cat-file.c builtin/log.c
4236 msgid "use mail map file"
4237 msgstr "使用信件映射檔案"
4238
4239 #: builtin/cat-file.c
4240 msgid "Batch objects requested on stdin (or --batch-all-objects)"
4241 msgstr "批次處理 stdin 上請求的物件(或 --batch-all-objects)"
4242
4243 #: builtin/cat-file.c
4244 msgid "show full <object> or <rev> contents"
4245 msgstr "顯示完整的 <object> 或 <rev> 內容"
4246
4247 #: builtin/cat-file.c
4248 msgid "like --batch, but don't emit <contents>"
4249 msgstr "類似 --batch 但不輸出 <contents>"
4250
4251 #: builtin/cat-file.c
4252 msgid "stdin is NUL-terminated"
4253 msgstr "stdin 以 NUL 字元終止"
4254
4255 #: builtin/cat-file.c
4256 msgid "stdin and stdout is NUL-terminated"
4257 msgstr "stdin 和 stdout 以 NUL 字元終止"
4258
4259 #: builtin/cat-file.c
4260 msgid "read commands from stdin"
4261 msgstr "從 stdin 讀取命令"
4262
4263 #: builtin/cat-file.c
4264 msgid "with --batch[-check]: ignores stdin, batches all known objects"
4265 msgstr "傳入 --batch[-check]:忽略 stdin,批次處理所有已知物件"
4266
4267 #: builtin/cat-file.c
4268 msgid "Change or optimize batch output"
4269 msgstr "變更或最佳化批次處理的輸出"
4270
4271 #: builtin/cat-file.c
4272 msgid "buffer --batch output"
4273 msgstr "緩衝 --batch 的輸出"
4274
4275 #: builtin/cat-file.c
4276 msgid "follow in-tree symlinks"
4277 msgstr "追蹤樹狀物件中的符號連結"
4278
4279 #: builtin/cat-file.c
4280 msgid "do not order objects before emitting them"
4281 msgstr "不要在輸出前排序物件"
4282
4283 #: builtin/cat-file.c
4284 msgid ""
4285 "Emit object (blob or tree) with conversion or filter (stand-alone, or with "
4286 "batch)"
4287 msgstr "轉換或過濾後輸出物件 (blob 或 tree)(單獨或批次處理)"
4288
4289 #: builtin/cat-file.c
4290 msgid "run textconv on object's content"
4291 msgstr "對物件內容進行文字轉換 (textconv)"
4292
4293 #: builtin/cat-file.c
4294 msgid "run filters on object's content"
4295 msgstr "在物件內容執行過濾器"
4296
4297 #: builtin/cat-file.c
4298 msgid "blob|tree"
4299 msgstr "blob|tree"
4300
4301 #: builtin/cat-file.c
4302 msgid "use a <path> for (--textconv | --filters); Not with 'batch'"
4303 msgstr "請在 (--textconv | --filters) 使用 <path>,而非「batch」"
4304
4305 #: builtin/cat-file.c
4306 msgid "objects filter only supported in batch mode"
4307 msgstr "僅批次模式支援物件過濾器"
4308
4309 #: builtin/cat-file.c
4310 #, c-format
4311 msgid "objects filter not supported: '%s'"
4312 msgstr "不支援的物件過濾器:「%s」"
4313
4314 #: builtin/cat-file.c
4315 #, c-format
4316 msgid "'%s=<%s>' needs '%s' or '%s'"
4317 msgstr "「%s=<%s>」需要「%s」或「%s」"
4318
4319 #: builtin/cat-file.c
4320 msgid "path|tree-ish"
4321 msgstr "path|tree-ish"
4322
4323 #: builtin/cat-file.c
4324 #, c-format
4325 msgid "'%s' requires a batch mode"
4326 msgstr "「%s」需要批次處理模式"
4327
4328 #: builtin/cat-file.c
4329 #, c-format
4330 msgid "'-%c' is incompatible with batch mode"
4331 msgstr "「-%c」與批次處理模式不相容"
4332
4333 #: builtin/cat-file.c
4334 msgid "batch modes take no arguments"
4335 msgstr "批次處理模式不取引數"
4336
4337 #: builtin/cat-file.c
4338 #, c-format
4339 msgid "<rev> required with '%s'"
4340 msgstr "「%s」需要 <rev>"
4341
4342 #: builtin/cat-file.c
4343 #, c-format
4344 msgid "<object> required with '-%c'"
4345 msgstr "「-%c」需要 <object>"
4346
4347 #: builtin/cat-file.c
4348 #, c-format
4349 msgid "only two arguments allowed in <type> <object> mode, not %d"
4350 msgstr "只允許在 <type> <object> 模式傳入兩個引數,但傳了 %d 個"
4351
4352 #: builtin/check-attr.c
4353 msgid ""
4354 "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] "
4355 "<pathname>..."
4356 msgstr ""
4357 "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] "
4358 "<pathname>..."
4359
4360 #: builtin/check-attr.c
4361 msgid ""
4362 "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]"
4363 msgstr ""
4364 "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]"
4365
4366 #: builtin/check-attr.c
4367 msgid "report all attributes set on file"
4368 msgstr "回報設定在檔案上的所有屬性"
4369
4370 #: builtin/check-attr.c
4371 msgid "use .gitattributes only from the index"
4372 msgstr "只使用索引中的 .gitattributes"
4373
4374 #: builtin/check-attr.c builtin/check-ignore.c builtin/hash-object.c
4375 msgid "read file names from stdin"
4376 msgstr "從 stdin 讀出檔案名稱"
4377
4378 #: builtin/check-attr.c builtin/check-ignore.c
4379 msgid "terminate input and output records by a NUL character"
4380 msgstr "輸入和輸出的紀錄使用 NUL 字元終止"
4381
4382 #: builtin/check-attr.c
4383 msgid "<tree-ish>"
4384 msgstr "<tree-ish>"
4385
4386 #: builtin/check-attr.c
4387 msgid "which tree-ish to check attributes at"
4388 msgstr "要檢查屬性的樹狀物件指示元"
4389
4390 #: builtin/check-ignore.c builtin/checkout.c builtin/gc.c builtin/worktree.c
4391 msgid "suppress progress reporting"
4392 msgstr "不顯示進度報告"
4393
4394 #: builtin/check-ignore.c
4395 msgid "show non-matching input paths"
4396 msgstr "顯示不符合的輸入路徑"
4397
4398 #: builtin/check-ignore.c
4399 msgid "ignore index when checking"
4400 msgstr "檢查時忽略索引"
4401
4402 #: builtin/check-ignore.c
4403 msgid "cannot specify pathnames with --stdin"
4404 msgstr "無法同時指定路徑名稱及 --stdin"
4405
4406 #: builtin/check-ignore.c
4407 msgid "-z only makes sense with --stdin"
4408 msgstr "-z 需要和 --stdin 同時使用才有意義"
4409
4410 #: builtin/check-ignore.c
4411 msgid "no path specified"
4412 msgstr "未指定路徑"
4413
4414 #: builtin/check-ignore.c
4415 msgid "--quiet is only valid with a single pathname"
4416 msgstr "引數 --quiet 只在提供一個路徑名稱時有效"
4417
4418 #: builtin/check-ignore.c
4419 msgid "cannot have both --quiet and --verbose"
4420 msgstr "無法同時傳入 --quiet 和 --verbose"
4421
4422 #: builtin/check-ignore.c
4423 msgid "--non-matching is only valid with --verbose"
4424 msgstr "--non-matching 選項只在使用 --verbose 時有效"
4425
4426 #: builtin/check-mailmap.c
4427 msgid "git check-mailmap [<options>] <contact>..."
4428 msgstr "git check-mailmap [<options>] <contact>..."
4429
4430 #: builtin/check-mailmap.c
4431 msgid "also read contacts from stdin"
4432 msgstr "亦從 stdin 讀取聯絡地址"
4433
4434 #: builtin/check-mailmap.c
4435 msgid "read additional mailmap entries from file"
4436 msgstr "從檔案讀取額外 mailmap 項目"
4437
4438 #: builtin/check-mailmap.c builtin/fast-import.c
4439 msgid "blob"
4440 msgstr "資料物件"
4441
4442 #: builtin/check-mailmap.c
4443 msgid "read additional mailmap entries from blob"
4444 msgstr "從 blob 讀取其他 mailmap 項目"
4445
4446 #: builtin/check-mailmap.c
4447 msgid "no contacts specified"
4448 msgstr "未指定聯絡地址"
4449
4450 #: builtin/checkout--worker.c
4451 msgid "git checkout--worker [<options>]"
4452 msgstr "git checkout--worker [<options>]"
4453
4454 #: builtin/checkout--worker.c builtin/checkout-index.c builtin/column.c
4455 #: builtin/submodule--helper.c builtin/worktree.c
4456 msgid "string"
4457 msgstr "string"
4458
4459 #: builtin/checkout--worker.c builtin/checkout-index.c
4460 msgid "when creating files, prepend <string>"
4461 msgstr "建立檔案時,在前面加上 <string>"
4462
4463 #: builtin/checkout-index.c
4464 msgid "git checkout-index [<options>] [--] [<file>...]"
4465 msgstr "git checkout-index [<options>] [--] [<file>...]"
4466
4467 #: builtin/checkout-index.c
4468 msgid "stage should be between 1 and 3 or all"
4469 msgstr "stage 應該是 1 到 3 的值,或者是 all"
4470
4471 #: builtin/checkout-index.c
4472 msgid "check out all files in the index"
4473 msgstr "簽出索引區的所有檔案"
4474
4475 #: builtin/checkout-index.c
4476 msgid "do not skip files with skip-worktree set"
4477 msgstr "設定 skip-worktree 時不略過檔案"
4478
4479 #: builtin/checkout-index.c
4480 msgid "force overwrite of existing files"
4481 msgstr "強制覆蓋現有的檔案"
4482
4483 #: builtin/checkout-index.c
4484 msgid "no warning for existing files and files not in index"
4485 msgstr "存在或不在索引中的檔案都沒有警告"
4486
4487 #: builtin/checkout-index.c
4488 msgid "don't checkout new files"
4489 msgstr "不簽出新檔案"
4490
4491 #: builtin/checkout-index.c
4492 msgid "update stat information in the index file"
4493 msgstr "更新索引檔案的狀態訊息"
4494
4495 #: builtin/checkout-index.c
4496 msgid "read list of paths from the standard input"
4497 msgstr "從標準輸入讀取路徑清單"
4498
4499 #: builtin/checkout-index.c
4500 msgid "write the content to temporary files"
4501 msgstr "將內容寫入暫存檔"
4502
4503 #: builtin/checkout-index.c
4504 msgid "copy out the files from named stage"
4505 msgstr "從指定暫存區中拷出檔案"
4506
4507 #: builtin/checkout.c
4508 #, c-format
4509 msgid "path '%s' does not have our version"
4510 msgstr "「%s」路徑沒有我們的版本"
4511
4512 #: builtin/checkout.c
4513 #, c-format
4514 msgid "path '%s' does not have their version"
4515 msgstr "「%s」路徑沒有他們的版本"
4516
4517 #: builtin/checkout.c
4518 #, c-format
4519 msgid "path '%s' does not have all necessary versions"
4520 msgstr "「%s」路徑沒有所有必須的版本"
4521
4522 #: builtin/checkout.c
4523 #, c-format
4524 msgid "path '%s' does not have necessary versions"
4525 msgstr "「%s」路徑沒有必須的版本"
4526
4527 #: builtin/checkout.c
4528 #, c-format
4529 msgid "path '%s': cannot merge"
4530 msgstr "path「%s」:無法合併"
4531
4532 #: builtin/checkout.c
4533 #, c-format
4534 msgid "Unable to add merge result for '%s'"
4535 msgstr "無法為「%s」加上合併結果"
4536
4537 #: builtin/checkout.c
4538 #, c-format
4539 msgid "Recreated %d merge conflict"
4540 msgid_plural "Recreated %d merge conflicts"
4541 msgstr[0] "重新建立了 %d 個合併衝突"
4542
4543 #: builtin/checkout.c
4544 #, c-format
4545 msgid "Updated %d path from %s"
4546 msgid_plural "Updated %d paths from %s"
4547 msgstr[0] "從 %2$s 更新了 %1$d 個路徑"
4548
4549 #: builtin/checkout.c
4550 #, c-format
4551 msgid "Updated %d path from the index"
4552 msgid_plural "Updated %d paths from the index"
4553 msgstr[0] "已從索引區更新 %d 個路徑"
4554
4555 #: builtin/checkout.c
4556 #, c-format
4557 msgid "'%s' cannot be used with updating paths"
4558 msgstr "無法在更新路徑時使用「%s」"
4559
4560 #: builtin/checkout.c
4561 #, c-format
4562 msgid "Cannot update paths and switch to branch '%s' at the same time."
4563 msgstr "無法同時更新路徑和切換至「%s」分支。"
4564
4565 #: builtin/checkout.c
4566 #, c-format
4567 msgid "neither '%s' or '%s' is specified"
4568 msgstr "「%s」或「%s」皆未指定"
4569
4570 #: builtin/checkout.c
4571 #, c-format
4572 msgid "'%s' must be used when '%s' is not specified"
4573 msgstr "未指定「%2$s」時,必須使用「%1$s」"
4574
4575 #: builtin/checkout.c
4576 #, c-format
4577 msgid "'%s' or '%s' cannot be used with %s"
4578 msgstr "「%s」或「%s」不能與 %s 同時使用"
4579
4580 #: builtin/checkout.c
4581 #, c-format
4582 msgid "'%s', '%s', or '%s' cannot be used when checking out of a tree"
4583 msgstr "「%s」、「%s」或「%s」不能在簽出樹狀物件時使用"
4584
4585 #: builtin/checkout.c
4586 #, c-format
4587 msgid "path '%s' is unmerged"
4588 msgstr "路徑「%s」未合併"
4589
4590 #: builtin/checkout.c builtin/grep.c builtin/merge-tree.c builtin/reset.c
4591 #: merge-ort.c reset.c sequencer.c tree-walk.c
4592 #, c-format
4593 msgid "unable to read tree (%s)"
4594 msgstr "無法讀取樹狀物件(%s)"
4595
4596 #: builtin/checkout.c
4597 msgid "you need to resolve your current index first"
4598 msgstr "您需要先解決目前索引區的衝突"
4599
4600 #: builtin/checkout.c
4601 #, c-format
4602 msgid "Can not do reflog for '%s': %s\n"
4603 msgstr "無法對「%s」執行 reflog 動作:%s\n"
4604
4605 #: builtin/checkout.c
4606 msgid "HEAD is now at"
4607 msgstr "HEAD 目前位於"
4608
4609 #: builtin/checkout.c builtin/clone.c
4610 msgid "unable to update HEAD"
4611 msgstr "無法更新 HEAD"
4612
4613 #: builtin/checkout.c
4614 #, c-format
4615 msgid "Reset branch '%s'\n"
4616 msgstr "重設分支「%s」\n"
4617
4618 #: builtin/checkout.c
4619 #, c-format
4620 msgid "Already on '%s'\n"
4621 msgstr "已經位於「%s」\n"
4622
4623 #: builtin/checkout.c
4624 #, c-format
4625 msgid "Switched to and reset branch '%s'\n"
4626 msgstr "已切換並重設分支「%s」\n"
4627
4628 #: builtin/checkout.c
4629 #, c-format
4630 msgid "Switched to a new branch '%s'\n"
4631 msgstr "已切換至新分支「%s」\n"
4632
4633 #: builtin/checkout.c
4634 #, c-format
4635 msgid "Switched to branch '%s'\n"
4636 msgstr "已切換至分支「%s」\n"
4637
4638 # 譯者:請維持前導空格
4639 #: builtin/checkout.c
4640 #, c-format
4641 msgid " ... and %d more.\n"
4642 msgstr " …… 及其他 %d 個。\n"
4643
4644 #: builtin/checkout.c
4645 #, c-format
4646 msgid ""
4647 "Warning: you are leaving %d commit behind, not connected to\n"
4648 "any of your branches:\n"
4649 "\n"
4650 "%s\n"
4651 msgid_plural ""
4652 "Warning: you are leaving %d commits behind, not connected to\n"
4653 "any of your branches:\n"
4654 "\n"
4655 "%s\n"
4656 msgstr[0] ""
4657 "警告:您正丟下 %d 個\n"
4658 "未和任何分支關聯的提交:\n"
4659 "\n"
4660 "%s\n"
4661
4662 #: builtin/checkout.c
4663 #, c-format
4664 msgid ""
4665 "If you want to keep it by creating a new branch, this may be a good time\n"
4666 "to do so with:\n"
4667 "\n"
4668 " git branch <new-branch-name> %s\n"
4669 "\n"
4670 msgid_plural ""
4671 "If you want to keep them by creating a new branch, this may be a good time\n"
4672 "to do so with:\n"
4673 "\n"
4674 " git branch <new-branch-name> %s\n"
4675 "\n"
4676 msgstr[0] ""
4677 "如果您想要透過建立新分支留下這些提交,\n"
4678 "現在很適合執行:\n"
4679 "\n"
4680 " git branch <新分支名稱> %s\n"
4681 "\n"
4682
4683 #: builtin/checkout.c
4684 msgid "internal error in revision walk"
4685 msgstr "在修訂版遍歷時遇到內部錯誤"
4686
4687 #: builtin/checkout.c
4688 msgid "Previous HEAD position was"
4689 msgstr "之前的 HEAD 指標位置在"
4690
4691 #: builtin/checkout.c
4692 msgid "You are on a branch yet to be born"
4693 msgstr "您正位於一個尚未初始化的分支"
4694
4695 #: builtin/checkout.c
4696 #, c-format
4697 msgid "The following paths have local changes:\n"
4698 msgstr "如下路徑有本機變更:\n"
4699
4700 #: builtin/checkout.c
4701 #, c-format
4702 msgid ""
4703 "'%s' could be both a local file and a tracking branch.\n"
4704 "Please use -- (and optionally --no-guess) to disambiguate"
4705 msgstr ""
4706 "「%s」既可以是本機檔案,也可以是追蹤分支。\n"
4707 "請使用 --(和可選的 --no-guess)來消除歧義"
4708
4709 #: builtin/checkout.c
4710 #, c-format
4711 msgid ""
4712 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
4713 "you can do so by fully qualifying the name with the --track option:\n"
4714 "\n"
4715 " git %s --track origin/<name>\n"
4716 "\n"
4717 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
4718 "one remote, e.g. the 'origin' remote, consider setting\n"
4719 "checkout.defaultRemote=origin in your config."
4720 msgstr ""
4721 "如果您想要簽出遠端追蹤分支,例如「origin」,\n"
4722 "您可以使用 --track 選項寫出全名:\n"
4723 "\n"
4724 " git %s --track origin/<name>\n"
4725 "\n"
4726 "如果您平時比較想要使用模糊的簡短分支名稱 <name>,\n"
4727 "而不太想寫如「origin」的遠端版本庫名稱,\n"
4728 "可以在組態中設定 checkout.defaultRemote=origin。"
4729
4730 #: builtin/checkout.c
4731 #, c-format
4732 msgid "'%s' matched multiple (%d) remote tracking branches"
4733 msgstr "「%s」符合多個 (%d) 遠端追蹤分支"
4734
4735 #: builtin/checkout.c
4736 msgid "only one reference expected"
4737 msgstr "預期只有一個引用"
4738
4739 #: builtin/checkout.c
4740 #, c-format
4741 msgid "only one reference expected, %d given."
4742 msgstr "預期只有一個引用,卻提供了 %d 個。"
4743
4744 #: builtin/checkout.c builtin/worktree.c
4745 #, c-format
4746 msgid "invalid reference: %s"
4747 msgstr "無效引用:%s"
4748
4749 #: builtin/checkout.c
4750 #, c-format
4751 msgid "reference is not a tree: %s"
4752 msgstr "引用不是樹狀物件:%s"
4753
4754 #: builtin/checkout.c
4755 #, c-format
4756 msgid "a branch is expected, got tag '%s'"
4757 msgstr "預期收到分支,卻收到標籤「%s」"
4758
4759 #: builtin/checkout.c
4760 #, c-format
4761 msgid "a branch is expected, got remote branch '%s'"
4762 msgstr "預期收到分支,卻收到遠端分支「%s」"
4763
4764 #: builtin/checkout.c
4765 #, c-format
4766 msgid "a branch is expected, got '%s'"
4767 msgstr "預期收到分支,卻收到「%s」"
4768
4769 #: builtin/checkout.c
4770 #, c-format
4771 msgid "a branch is expected, got commit '%s'"
4772 msgstr "預期收到分支,卻收到提交「%s」"
4773
4774 #: builtin/checkout.c
4775 msgid ""
4776 "If you want to detach HEAD at the commit, try again with the --detach option."
4777 msgstr "若您想要在此提交分離 HEAD 指標,請傳入 --detach 選項重試。"
4778
4779 #: builtin/checkout.c
4780 msgid ""
4781 "cannot switch branch while merging\n"
4782 "Consider \"git merge --quit\" or \"git worktree add\"."
4783 msgstr ""
4784 "不能在合併時切換分支\n"
4785 "請考慮使用「git merge --quit」或「git worktree add」。"
4786
4787 #: builtin/checkout.c
4788 msgid ""
4789 "cannot switch branch in the middle of an am session\n"
4790 "Consider \"git am --quit\" or \"git worktree add\"."
4791 msgstr ""
4792 "不能在 am 工作階段中切換分支\n"
4793 "請考慮使用「git am --quit」或「git worktree add」。"
4794
4795 #: builtin/checkout.c
4796 msgid ""
4797 "cannot switch branch while rebasing\n"
4798 "Consider \"git rebase --quit\" or \"git worktree add\"."
4799 msgstr ""
4800 "不能在重定基底時切換分支\n"
4801 "請考慮使用「git rebase --quit」或「git worktree add」。"
4802
4803 #: builtin/checkout.c
4804 msgid ""
4805 "cannot switch branch while cherry-picking\n"
4806 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
4807 msgstr ""
4808 "不能在揀選時切換分支\n"
4809 "請考慮使用「git cherry-pick --quit」或「git worktree add」。"
4810
4811 #: builtin/checkout.c
4812 msgid ""
4813 "cannot switch branch while reverting\n"
4814 "Consider \"git revert --quit\" or \"git worktree add\"."
4815 msgstr ""
4816 "不能在還原時切換分支\n"
4817 "請考慮使用「git revert --quit」或「git worktree add」。"
4818
4819 #: builtin/checkout.c
4820 msgid "you are switching branch while bisecting"
4821 msgstr "在進行二分搜尋時切換分支"
4822
4823 #: builtin/checkout.c
4824 msgid "paths cannot be used with switching branches"
4825 msgstr "切換分支時不能指定路徑"
4826
4827 #: builtin/checkout.c
4828 #, c-format
4829 msgid "'%s' cannot be used with switching branches"
4830 msgstr "切換分支時不能指定「%s」"
4831
4832 #: builtin/checkout.c
4833 #, c-format
4834 msgid "'%s' needs the paths to check out"
4835 msgstr "「%s」需要指定要簽出的路徑"
4836
4837 #: builtin/checkout.c
4838 #, c-format
4839 msgid "'%s' cannot be used with '%s'"
4840 msgstr "「%s」不能與「%s」同時使用"
4841
4842 #: builtin/checkout.c
4843 #, c-format
4844 msgid "'%s' cannot take <start-point>"
4845 msgstr "「%s」不能與 <start-point> 同時使用"
4846
4847 #: builtin/checkout.c
4848 #, c-format
4849 msgid "Cannot switch branch to a non-commit '%s'"
4850 msgstr "不能將分支切換至非提交的「%s」"
4851
4852 #: builtin/checkout.c
4853 msgid "missing branch or commit argument"
4854 msgstr "缺少分支或提交引數"
4855
4856 #: builtin/checkout.c
4857 #, c-format
4858 msgid "unknown conflict style '%s'"
4859 msgstr "未知的衝突輸出風格「%s」"
4860
4861 #: builtin/checkout.c
4862 msgid "perform a 3-way merge with the new branch"
4863 msgstr "和新分支進行三方合併"
4864
4865 #: builtin/checkout.c builtin/log.c builtin/range-diff.c parse-options.h
4866 msgid "style"
4867 msgstr "style"
4868
4869 #: builtin/checkout.c
4870 msgid "conflict style (merge, diff3, or zdiff3)"
4871 msgstr "衝突輸出風格(merge、diff3 或 zdiff3)"
4872
4873 #: builtin/checkout.c builtin/worktree.c
4874 msgid "detach HEAD at named commit"
4875 msgstr "使 HEAD 指標在指定提交分離"
4876
4877 #: builtin/checkout.c
4878 msgid "force checkout (throw away local modifications)"
4879 msgstr "強制簽出(捨棄本機修改)"
4880
4881 #: builtin/checkout.c
4882 msgid "new-branch"
4883 msgstr "new-branch"
4884
4885 #: builtin/checkout.c
4886 msgid "new unborn branch"
4887 msgstr "新的未誕生分支"
4888
4889 #: builtin/checkout.c builtin/merge.c
4890 msgid "update ignored files (default)"
4891 msgstr "更新忽略的檔案(預設值)"
4892
4893 #: builtin/checkout.c
4894 msgid "do not check if another worktree is using this branch"
4895 msgstr "不檢查是否有其他工作區在使用此分支"
4896
4897 #: builtin/checkout.c
4898 msgid "checkout our version for unmerged files"
4899 msgstr "簽出未合併檔案的我方版本"
4900
4901 #: builtin/checkout.c
4902 msgid "checkout their version for unmerged files"
4903 msgstr "簽出未合併檔案的他方版本"
4904
4905 #: builtin/checkout.c
4906 msgid "do not limit pathspecs to sparse entries only"
4907 msgstr "不將路徑規格限制為僅稀疏項目"
4908
4909 #: builtin/checkout.c
4910 msgid "git checkout [<options>] <branch>"
4911 msgstr "git checkout [<options>] <branch>"
4912
4913 #: builtin/checkout.c
4914 msgid "git checkout [<options>] [<branch>] -- <file>..."
4915 msgstr "git checkout [<options>] [<branch>] -- <file>..."
4916
4917 #: builtin/checkout.c
4918 msgid "git switch [<options>] [<branch>]"
4919 msgstr "git switch [<options>] [<branch>]"
4920
4921 #: builtin/checkout.c
4922 msgid "git restore [<options>] [--source=<branch>] <file>..."
4923 msgstr "git restore [<options>] [--source=<branch>] <file>..."
4924
4925 #: builtin/checkout.c
4926 #, c-format
4927 msgid "options '-%c', '-%c', and '%s' cannot be used together"
4928 msgstr "「-%c」、「-%c」和「%s」選項不能同時使用"
4929
4930 #: builtin/checkout.c
4931 msgid "--track needs a branch name"
4932 msgstr "--track 需要分支名稱"
4933
4934 #: builtin/checkout.c
4935 #, c-format
4936 msgid "missing branch name; try -%c"
4937 msgstr "缺少分支名稱;請嘗試 -%c"
4938
4939 #: builtin/checkout.c sequencer.c
4940 #, c-format
4941 msgid "could not resolve '%s'"
4942 msgstr "無法解析「%s」"
4943
4944 #: builtin/checkout.c
4945 msgid "invalid path specification"
4946 msgstr "路徑規格無效"
4947
4948 #: builtin/checkout.c
4949 #, c-format
4950 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
4951 msgstr "「%s」不是提交,不能建立以其為基底的分支「%s」"
4952
4953 #: builtin/checkout.c
4954 #, c-format
4955 msgid "git checkout: --detach does not take a path argument '%s'"
4956 msgstr "git checkout: --detach 不取路徑引數「%s」"
4957
4958 #: builtin/checkout.c
4959 msgid ""
4960 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4961 "checking out of the index."
4962 msgstr ""
4963 "git checkout: 從索引簽出時,--ours/--theirs、--force 和 --merge 不相容。"
4964
4965 #: builtin/checkout.c
4966 msgid "you must specify path(s) to restore"
4967 msgstr "您必須指定要還原的路徑"
4968
4969 #: builtin/checkout.c builtin/clone.c builtin/remote.c builtin/replay.c
4970 #: builtin/submodule--helper.c builtin/worktree.c
4971 msgid "branch"
4972 msgstr "branch"
4973
4974 #: builtin/checkout.c
4975 msgid "create and checkout a new branch"
4976 msgstr "建立並簽出新分支"
4977
4978 #: builtin/checkout.c
4979 msgid "create/reset and checkout a branch"
4980 msgstr "建立/重設並簽出分支"
4981
4982 #: builtin/checkout.c
4983 msgid "create reflog for new branch"
4984 msgstr "為新分支建立引用日誌"
4985
4986 #: builtin/checkout.c
4987 msgid "second guess 'git checkout <no-such-branch>' (default)"
4988 msgstr "接著猜測「git checkout <不存在的分支>」(預設值)"
4989
4990 #: builtin/checkout.c
4991 msgid "use overlay mode (default)"
4992 msgstr "使用疊加模式(預設值)"
4993
4994 #: builtin/checkout.c
4995 msgid "create and switch to a new branch"
4996 msgstr "建立並切換至新分支"
4997
4998 #: builtin/checkout.c
4999 msgid "create/reset and switch to a branch"
5000 msgstr "建立/重設並切換至指定分支"
Showing first 5,000 of 31,451 lines. View raw